aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_chat.css31
-rw-r--r--view/css/mod_connedit.css14
-rw-r--r--view/css/mod_settings.css14
-rw-r--r--view/de/messages.po3610
-rw-r--r--view/de/strings.php663
-rw-r--r--view/it/messages.po2293
-rw-r--r--view/it/strings.php415
-rw-r--r--view/js/icon_translate.js2
-rw-r--r--view/js/main.js6
-rw-r--r--view/js/mod_chat.js16
-rw-r--r--view/js/mod_connedit.js1
-rw-r--r--view/js/mod_filestorage.php16
-rw-r--r--view/js/mod_settings.js4
-rw-r--r--view/pdl/mod_chat.pdl3
-rw-r--r--view/php/theme_init.php4
-rw-r--r--view/theme/redbasic/css/style.css11
-rw-r--r--view/theme/redbasic/php/config.php17
-rw-r--r--view/theme/redbasic/php/style.php42
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl1
-rwxr-xr-xview/tpl/abook_edit.tpl43
-rwxr-xr-xview/tpl/admin_hubloc.tpl10
-rwxr-xr-xview/tpl/admin_site.tpl1
-rw-r--r--view/tpl/attach_edit.tpl3
-rw-r--r--view/tpl/chat.tpl116
-rw-r--r--view/tpl/chatroom_new.tpl12
-rw-r--r--view/tpl/chatroomlist.tpl11
-rw-r--r--view/tpl/chatrooms.tpl10
-rwxr-xr-xview/tpl/conv_item.tpl3
-rwxr-xr-xview/tpl/direntry_large.tpl2
-rw-r--r--view/tpl/item_attach.tpl2
-rwxr-xr-xview/tpl/jot-header.tpl8
-rw-r--r--view/tpl/menuedit.tpl6
-rwxr-xr-xview/tpl/nav.tpl4
-rwxr-xr-xview/tpl/photo_view.tpl10
-rwxr-xr-xview/tpl/profile_vcard.tpl5
-rwxr-xr-xview/tpl/settings.tpl8
-rwxr-xr-xview/tpl/siteinfo.tpl3
37 files changed, 3910 insertions, 3510 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css
new file mode 100644
index 000000000..ce6e59af1
--- /dev/null
+++ b/view/css/mod_chat.css
@@ -0,0 +1,31 @@
+ #chatContainer {
+ height: 100%;
+ width: 100%;
+ }
+
+ #chatTopBar {
+ float: left;
+ height: 400px;
+ width: 650px;
+ overflow-y: auto;
+ }
+
+ #chatUsers {
+ float: right;
+ width: 120px;
+ height: 100%;
+ border: 1px solid #000;
+ }
+
+ #chatBottomBar {
+ position: relative;
+ bottom: 0;
+ height: 150px;
+ margin-top: 20px;
+ }
+
+ section {
+ padding-bottom: 0;
+ }
+
+ \ No newline at end of file
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css
index c460fec28..f6da96433 100644
--- a/view/css/mod_connedit.css
+++ b/view/css/mod_connedit.css
@@ -135,3 +135,17 @@
.contact-entry-end {
clear: both;
}
+
+#abook-advanced-panel, #abook-advanced {
+ opacity: 0.3;
+ filter:alpha(opacity=30);
+}
+
+#abook-advanced-panel:hover, #abook-advanced:hover {
+ opacity: 1.0;
+ filter:alpha(opacity=100);
+}
+
+#abook-advanced {
+ margin-top: 15px;
+} \ No newline at end of file
diff --git a/view/css/mod_settings.css b/view/css/mod_settings.css
index 601cb2e0e..2049d9bc6 100644
--- a/view/css/mod_settings.css
+++ b/view/css/mod_settings.css
@@ -1,3 +1,17 @@
+#settings-permissions-wrapper, #settings-perm-advanced {
+ opacity: 0.3;
+ filter:alpha(opacity=30);
+}
+
+#settings-permissions-wrapper:hover, #settings-perm-advanced:hover {
+ opacity: 1.0;
+ filter:alpha(opacity=100);
+}
+
+#settings-perm-advanced {
+ margin-top: 15px;
+}
+
#settings-permissions-wrapper .field {
margin-bottom: 10px;
}
diff --git a/view/de/messages.po b/view/de/messages.po
index c1d036c13..bcaad338a 100644
--- a/view/de/messages.po
+++ b/view/de/messages.po
@@ -1,5 +1,5 @@
-# Red Communications Project
-# Copyright (C) 2013 the Red Matrix Project
+# Red Matrix Project
+# Copyright (C) 2012-2014 the Red Matrix Project
# This file is distributed under the same license as the Red package.
#
# Translators:
@@ -14,13 +14,13 @@
# Fraengii <frank@lumina-verte.org>, 2013
# Oliver <post@toktan.org>, 2013
# bavatar <tobias.diekershoff@gmx.net>, 2013-2014
-# zottel <transifex@zottel.net>, 2013
+# zottel <transifex@zottel.net>, 2013-2014
msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-10 00:02-0800\n"
-"PO-Revision-Date: 2014-01-13 06:23+0000\n"
+"POT-Creation-Date: 2014-01-31 00:02-0800\n"
+"PO-Revision-Date: 2014-02-04 06:40+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"
@@ -64,11 +64,7 @@ msgstr "Besuche %1$s's %2$s"
msgid "%1$s has an updated %2$s, changing %3$s."
msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verändert."
-#: ../../include/api.php:973
-msgid "Public Timeline"
-msgstr "Öffentliche Zeitleiste"
-
-#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1415
+#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1420
msgid "Logout"
msgstr "Abmelden"
@@ -84,7 +80,7 @@ msgstr "Home"
msgid "Your posts and conversations"
msgstr "Deine Beiträge und Unterhaltungen"
-#: ../../include/nav.php:76 ../../include/conversation.php:932
+#: ../../include/nav.php:76 ../../include/conversation.php:933
#: ../../mod/connedit.php:309 ../../mod/connedit.php:423
msgid "View Profile"
msgstr "Profil ansehen"
@@ -101,7 +97,7 @@ msgstr "Profile bearbeiten"
msgid "Manage/Edit Profiles"
msgstr "Verwalte/Bearbeite Profile"
-#: ../../include/nav.php:79 ../../include/conversation.php:1462
+#: ../../include/nav.php:79 ../../include/conversation.php:1475
#: ../../mod/fbrowser.php:25
msgid "Photos"
msgstr "Fotos"
@@ -110,7 +106,7 @@ msgstr "Fotos"
msgid "Your photos"
msgstr "Deine Bilder"
-#: ../../include/nav.php:85 ../../boot.php:1416
+#: ../../include/nav.php:85 ../../boot.php:1421
msgid "Login"
msgstr "Anmelden"
@@ -131,7 +127,7 @@ msgstr "Klick zum Authentifizieren bei Deinem Heimat-Hub"
msgid "Home Page"
msgstr "Homepage"
-#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1392
+#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1397
msgid "Register"
msgstr "Registrieren"
@@ -156,7 +152,7 @@ msgid "Addon applications, utilities, games"
msgstr "Addon Programme, Helferlein, Spiele"
#: ../../include/nav.php:135 ../../include/text.php:736
-#: ../../include/text.php:750 ../../mod/search.php:28
+#: ../../include/text.php:750 ../../mod/search.php:29
msgid "Search"
msgstr "Suche"
@@ -164,7 +160,7 @@ msgstr "Suche"
msgid "Search site content"
msgstr "Durchsuche Seiten-Inhalt"
-#: ../../include/nav.php:138 ../../mod/directory.php:209
+#: ../../include/nav.php:138 ../../mod/directory.php:210
msgid "Directory"
msgstr "Verzeichnis"
@@ -248,7 +244,7 @@ msgstr "Ausgang"
msgid "New Message"
msgstr "Neue Nachricht"
-#: ../../include/nav.php:171 ../../include/conversation.php:1482
+#: ../../include/nav.php:171 ../../include/conversation.php:1493
#: ../../mod/events.php:354
msgid "Events"
msgstr "Veranstaltungen"
@@ -274,7 +270,7 @@ msgid "Manage Your Channels"
msgstr "Verwalte Deine Kanäle"
#: ../../include/nav.php:177 ../../include/widgets.php:487
-#: ../../mod/admin.php:785 ../../mod/admin.php:990
+#: ../../mod/admin.php:837 ../../mod/admin.php:1042
msgid "Settings"
msgstr "Einstellungen"
@@ -290,7 +286,7 @@ msgstr "Verbindungen"
msgid "Manage/Edit Friends and Connections"
msgstr "Verwalte/Bearbeite Freunde und Verbindungen"
-#: ../../include/nav.php:186 ../../mod/admin.php:111
+#: ../../include/nav.php:186 ../../mod/admin.php:112
msgid "Admin"
msgstr "Admin"
@@ -306,14 +302,63 @@ msgstr "Nichts Neues hier"
msgid "Please wait..."
msgstr "Bitte warten..."
-#: ../../include/reddav.php:940
-msgid "Edit File properties"
-msgstr "Dateieigenschaften ändern"
+#: ../../include/chat.php:10
+msgid "Missing room name"
+msgstr "Der Chatraum hat keinen Namen"
+
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
+msgstr "Name des Chatraums bereits vergeben"
+
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
+msgstr "Ungültiger Raumbezeichner."
+
+#: ../../include/chat.php:102
+msgid "Room not found."
+msgstr "Chatraum konnte nicht gefunden werden."
+
+#: ../../include/chat.php:113 ../../include/photos.php:15
+#: ../../include/attach.php:97 ../../include/attach.php:128
+#: ../../include/attach.php:184 ../../include/attach.php:199
+#: ../../include/attach.php:232 ../../include/attach.php:246
+#: ../../include/attach.php:267 ../../include/attach.php:462
+#: ../../include/attach.php:540 ../../include/items.php:3454
+#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:241
+#: ../../mod/thing.php:257 ../../mod/thing.php:291 ../../mod/invite.php:13
+#: ../../mod/invite.php:104 ../../mod/connedit.php:179
+#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/setup.php:200
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/delegate.php:6 ../../mod/sources.php:62 ../../mod/mitem.php:73
+#: ../../mod/group.php:9 ../../mod/photos.php:68 ../../mod/photos.php:522
+#: ../../mod/chat.php:84 ../../mod/chat.php:89 ../../mod/viewsrc.php:12
+#: ../../mod/menu.php:40 ../../mod/connections.php:167
+#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12
+#: ../../mod/profiles.php:152 ../../mod/profiles.php:453
+#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
+#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10
+#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75
+#: ../../mod/filestorage.php:98 ../../mod/manage.php:6
+#: ../../mod/settings.php:486 ../../mod/mail.php:108
+#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187
+#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13
+#: ../../mod/notifications.php:66 ../../mod/blocks.php:29
+#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44
+#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128
+#: ../../mod/channel.php:88 ../../mod/channel.php:188
+#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78
+#: ../../mod/editblock.php:48 ../../mod/suggest.php:26
+#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18
+#: ../../mod/authtest.php:13 ../../mod/item.php:182 ../../mod/item.php:190
+#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:347
+msgid "Permission denied."
+msgstr "Zugang verweigert"
-#: ../../include/Contact.php:104 ../../include/widgets.php:115
-#: ../../include/widgets.php:155 ../../include/identity.php:625
-#: ../../mod/directory.php:182 ../../mod/match.php:62 ../../mod/suggest.php:51
-#: ../../mod/dirprofile.php:165
+#: ../../include/Contact.php:104 ../../include/identity.php:628
+#: ../../include/widgets.php:115 ../../include/widgets.php:155
+#: ../../mod/directory.php:183 ../../mod/match.php:62 ../../mod/suggest.php:51
+#: ../../mod/dirprofile.php:170
msgid "Connect"
msgstr "Verbinden"
@@ -325,152 +370,6 @@ msgstr "Neues Fenster"
msgid "Open the selected location in a different window or browser tab"
msgstr "Öffne die markierte Adresse in einem neuen Browser Fenster oder Tab"
-#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
-msgid "Categories"
-msgstr "Kategorien"
-
-#: ../../include/widgets.php:117 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr "Ignorieren/Verstecken"
-
-#: ../../include/widgets.php:123 ../../mod/connections.php:236
-msgid "Suggestions"
-msgstr "Vorschläge"
-
-#: ../../include/widgets.php:124
-msgid "See more..."
-msgstr "Mehr anzeigen..."
-
-#: ../../include/widgets.php:146
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Du bist %1$.0f von %2$.0f erlaubten Verbindungen eingegangen."
-
-#: ../../include/widgets.php:152
-msgid "Add New Connection"
-msgstr "Neue Verbindung hinzufügen"
-
-#: ../../include/widgets.php:153
-msgid "Enter the channel address"
-msgstr "Adresse des Kanals eingeben"
-
-#: ../../include/widgets.php:154
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara"
-
-#: ../../include/widgets.php:171
-msgid "Notes"
-msgstr "Notizen"
-
-#: ../../include/widgets.php:173 ../../include/text.php:738
-#: ../../include/text.php:752 ../../mod/filer.php:36
-msgid "Save"
-msgstr "Speichern"
-
-#: ../../include/widgets.php:243
-msgid "Remove term"
-msgstr "Eintrag löschen"
-
-#: ../../include/widgets.php:252 ../../include/features.php:50
-msgid "Saved Searches"
-msgstr "Gesicherte Suchanfragen"
-
-#: ../../include/widgets.php:253 ../../include/group.php:290
-msgid "add"
-msgstr "hinzufügen"
-
-#: ../../include/widgets.php:283 ../../include/features.php:64
-#: ../../include/contact_widgets.php:53
-msgid "Saved Folders"
-msgstr "Gesicherte Ordner"
-
-#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
-#: ../../include/contact_widgets.php:90
-msgid "Everything"
-msgstr "Alles"
-
-#: ../../include/widgets.php:318 ../../include/items.php:3566
-msgid "Archives"
-msgstr "Archive"
-
-#: ../../include/widgets.php:370
-msgid "Refresh"
-msgstr "Aktualisieren"
-
-#: ../../include/widgets.php:371 ../../mod/connedit.php:386
-msgid "Me"
-msgstr "Ich"
-
-#: ../../include/widgets.php:372 ../../mod/connedit.php:388
-msgid "Best Friends"
-msgstr "Beste Freunde"
-
-#: ../../include/widgets.php:373 ../../include/profile_selectors.php:42
-#: ../../include/identity.php:310 ../../mod/connedit.php:389
-msgid "Friends"
-msgstr "Freunde"
-
-#: ../../include/widgets.php:374
-msgid "Co-workers"
-msgstr "Kollegen"
-
-#: ../../include/widgets.php:375 ../../mod/connedit.php:390
-msgid "Former Friends"
-msgstr "ehem. Freunde"
-
-#: ../../include/widgets.php:376 ../../mod/connedit.php:391
-msgid "Acquaintances"
-msgstr "Bekanntschaften"
-
-#: ../../include/widgets.php:377
-msgid "Everybody"
-msgstr "Jeder"
-
-#: ../../include/widgets.php:409
-msgid "Account settings"
-msgstr "Konto-Einstellungen"
-
-#: ../../include/widgets.php:415
-msgid "Channel settings"
-msgstr "Kanal-Einstellungen"
-
-#: ../../include/widgets.php:421
-msgid "Additional features"
-msgstr "Zusätzliche Funktionen"
-
-#: ../../include/widgets.php:427
-msgid "Feature settings"
-msgstr "Funktions-Einstellungen"
-
-#: ../../include/widgets.php:433
-msgid "Display settings"
-msgstr "Anzeige-Einstellungen"
-
-#: ../../include/widgets.php:439
-msgid "Connected apps"
-msgstr "Verbundene Apps"
-
-#: ../../include/widgets.php:445
-msgid "Export channel"
-msgstr "Kanal exportieren"
-
-#: ../../include/widgets.php:457
-msgid "Automatic Permissions (Advanced)"
-msgstr "Automatische Berechtigungen (Erweitert)"
-
-#: ../../include/widgets.php:467
-msgid "Premium Channel Settings"
-msgstr "Prämium-Kanal Einstellungen"
-
-#: ../../include/widgets.php:476 ../../include/features.php:41
-#: ../../mod/sources.php:81
-msgid "Channel Sources"
-msgstr "Kanal Quellen"
-
-#: ../../include/widgets.php:504
-msgid "Check Mail"
-msgstr "E-Mails abrufen"
-
#: ../../include/contact_selectors.php:30
msgid "Unknown | Not categorised"
msgstr "Unbekannt | Nicht kategorisiert"
@@ -531,8 +430,8 @@ msgstr "OStatus"
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: ../../include/contact_selectors.php:77 ../../mod/admin.php:689
-#: ../../mod/admin.php:698 ../../boot.php:1418
+#: ../../include/contact_selectors.php:77 ../../mod/admin.php:741
+#: ../../mod/admin.php:750 ../../boot.php:1423
msgid "Email"
msgstr "E-Mail"
@@ -636,7 +535,11 @@ msgstr "vor %1$d %2$s"
#: ../../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"
+msgstr "Kann die DNS-Info für den Datenbank-Server '%s' nicht finden"
+
+#: ../../include/network.php:640
+msgid "view full size"
+msgstr "In Vollbildansicht anschauen"
#: ../../include/event.php:11 ../../include/bb2diaspora.php:433
msgid "l F d, Y \\@ g:i A"
@@ -650,380 +553,49 @@ msgstr "Beginnt:"
msgid "Finishes:"
msgstr "Endet:"
-#: ../../include/event.php:40 ../../include/identity.php:676
-#: ../../include/bb2diaspora.php:455 ../../mod/events.php:463
-#: ../../mod/directory.php:156 ../../mod/dirprofile.php:108
+#: ../../include/event.php:40 ../../include/identity.php:679
+#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462
+#: ../../mod/directory.php:156 ../../mod/dirprofile.php:111
msgid "Location:"
msgstr "Ort:"
-#: ../../include/text.php:315
-msgid "prev"
-msgstr "vorherige"
-
-#: ../../include/text.php:317
-msgid "first"
-msgstr "erste"
-
-#: ../../include/text.php:346
-msgid "last"
-msgstr "letzte"
-
-#: ../../include/text.php:349
-msgid "next"
-msgstr "nächste"
-
-#: ../../include/text.php:361
-msgid "older"
-msgstr "älter"
+#: ../../include/bbcode.php:128 ../../include/bbcode.php:537
+#: ../../include/bbcode.php:540 ../../include/bbcode.php:545
+#: ../../include/bbcode.php:548 ../../include/bbcode.php:551
+#: ../../include/bbcode.php:554 ../../include/bbcode.php:559
+#: ../../include/bbcode.php:562 ../../include/bbcode.php:567
+#: ../../include/bbcode.php:570 ../../include/bbcode.php:573
+#: ../../include/bbcode.php:576
+msgid "Image/photo"
+msgstr "Bild/Foto"
-#: ../../include/text.php:363
-msgid "newer"
-msgstr "neuer"
+#: ../../include/bbcode.php:163 ../../include/bbcode.php:582
+msgid "Encrypted content"
+msgstr "Verschlüsselter Inhalt"
-#: ../../include/text.php:654
-msgid "No connections"
-msgstr "Keine Verbindungen"
+#: ../../include/bbcode.php:170
+msgid "QR code"
+msgstr "QR Code"
-#: ../../include/text.php:665
+#: ../../include/bbcode.php:213
#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] "%d Verbindung"
-msgstr[1] "%d Verbindungen"
-
-#: ../../include/text.php:677
-msgid "View Connections"
-msgstr "Zeige Verbindungen"
-
-#: ../../include/text.php:818
-msgid "poke"
-msgstr "anstupsen"
-
-#: ../../include/text.php:818 ../../include/conversation.php:240
-msgid "poked"
-msgstr "stupste"
-
-#: ../../include/text.php:819
-msgid "ping"
-msgstr "anpingen"
-
-#: ../../include/text.php:819
-msgid "pinged"
-msgstr "pingte"
-
-#: ../../include/text.php:820
-msgid "prod"
-msgstr "knuffen"
-
-#: ../../include/text.php:820
-msgid "prodded"
-msgstr "knuffte"
-
-#: ../../include/text.php:821
-msgid "slap"
-msgstr "ohrfeigen"
-
-#: ../../include/text.php:821
-msgid "slapped"
-msgstr "ohrfeigte"
-
-#: ../../include/text.php:822
-msgid "finger"
-msgstr "befummeln"
-
-#: ../../include/text.php:822
-msgid "fingered"
-msgstr "befummelte"
-
-#: ../../include/text.php:823
-msgid "rebuff"
-msgstr "eine Abfuhr erteilen"
-
-#: ../../include/text.php:823
-msgid "rebuffed"
-msgstr "abfuhrerteilte"
-
-#: ../../include/text.php:835
-msgid "happy"
-msgstr "glücklich"
-
-#: ../../include/text.php:836
-msgid "sad"
-msgstr "traurig"
-
-#: ../../include/text.php:837
-msgid "mellow"
-msgstr "sanft"
-
-#: ../../include/text.php:838
-msgid "tired"
-msgstr "müde"
-
-#: ../../include/text.php:839
-msgid "perky"
-msgstr "frech"
-
-#: ../../include/text.php:840
-msgid "angry"
-msgstr "sauer"
-
-#: ../../include/text.php:841
-msgid "stupified"
-msgstr "verblüfft"
-
-#: ../../include/text.php:842
-msgid "puzzled"
-msgstr "verwirrt"
-
-#: ../../include/text.php:843
-msgid "interested"
-msgstr "interessiert"
-
-#: ../../include/text.php:844
-msgid "bitter"
-msgstr "verbittert"
-
-#: ../../include/text.php:845
-msgid "cheerful"
-msgstr "fröhlich"
-
-#: ../../include/text.php:846
-msgid "alive"
-msgstr "lebendig"
-
-#: ../../include/text.php:847
-msgid "annoyed"
-msgstr "verärgert"
-
-#: ../../include/text.php:848
-msgid "anxious"
-msgstr "unruhig"
-
-#: ../../include/text.php:849
-msgid "cranky"
-msgstr "schrullig"
-
-#: ../../include/text.php:850
-msgid "disturbed"
-msgstr "verstört"
-
-#: ../../include/text.php:851
-msgid "frustrated"
-msgstr "frustriert"
-
-#: ../../include/text.php:852
-msgid "motivated"
-msgstr "motiviert"
-
-#: ../../include/text.php:853
-msgid "relaxed"
-msgstr "entspannt"
-
-#: ../../include/text.php:854
-msgid "surprised"
-msgstr "überrascht"
-
-#: ../../include/text.php:1016
-msgid "Monday"
-msgstr "Montag"
-
-#: ../../include/text.php:1016
-msgid "Tuesday"
-msgstr "Dienstag"
-
-#: ../../include/text.php:1016
-msgid "Wednesday"
-msgstr "Mittwoch"
-
-#: ../../include/text.php:1016
-msgid "Thursday"
-msgstr "Donnerstag"
-
-#: ../../include/text.php:1016
-msgid "Friday"
-msgstr "Freitag"
-
-#: ../../include/text.php:1016
-msgid "Saturday"
-msgstr "Samstag"
-
-#: ../../include/text.php:1016
-msgid "Sunday"
-msgstr "Sonntag"
-
-#: ../../include/text.php:1020
-msgid "January"
-msgstr "Januar"
-
-#: ../../include/text.php:1020
-msgid "February"
-msgstr "Februar"
-
-#: ../../include/text.php:1020
-msgid "March"
-msgstr "März"
-
-#: ../../include/text.php:1020
-msgid "April"
-msgstr "April"
-
-#: ../../include/text.php:1020
-msgid "May"
-msgstr "Mai"
-
-#: ../../include/text.php:1020
-msgid "June"
-msgstr "Juni"
-
-#: ../../include/text.php:1020
-msgid "July"
-msgstr "Juli"
-
-#: ../../include/text.php:1020
-msgid "August"
-msgstr "August"
-
-#: ../../include/text.php:1020
-msgid "September"
-msgstr "September"
-
-#: ../../include/text.php:1020
-msgid "October"
-msgstr "Oktober"
-
-#: ../../include/text.php:1020
-msgid "November"
-msgstr "November"
-
-#: ../../include/text.php:1020
-msgid "December"
-msgstr "Dezember"
-
-#: ../../include/text.php:1098
-msgid "unknown.???"
-msgstr "unbekannt.???"
-
-#: ../../include/text.php:1099
-msgid "bytes"
-msgstr "Bytes"
-
-#: ../../include/text.php:1134
-msgid "remove category"
-msgstr "Kategorie entfernen"
-
-#: ../../include/text.php:1156
-msgid "remove from file"
-msgstr "aus der Datei entfernen"
-
-#: ../../include/text.php:1214 ../../include/text.php:1226
-msgid "Click to open/close"
-msgstr "Klicke zum Öffnen/Schließen"
-
-#: ../../include/text.php:1402 ../../mod/events.php:332
-msgid "link to source"
-msgstr "Link zum Originalbeitrag"
-
-#: ../../include/text.php:1421
-msgid "Select a page layout: "
-msgstr "Ein Seiten-Layout auswählen"
-
-#: ../../include/text.php:1424 ../../include/text.php:1489
-msgid "default"
-msgstr "Standard"
-
-#: ../../include/text.php:1460
-msgid "Page content type: "
-msgstr "Content-Typ der Seite"
-
-#: ../../include/text.php:1501
-msgid "Select an alternate language"
-msgstr "Wähle eine alternative Sprache"
-
-#: ../../include/text.php:1653 ../../include/conversation.php:117
-#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45
-msgid "photo"
-msgstr "Foto"
-
-#: ../../include/text.php:1656 ../../include/conversation.php:120
-#: ../../mod/tagger.php:49
-msgid "event"
-msgstr "Ereignis"
-
-#: ../../include/text.php:1659 ../../include/conversation.php:145
-#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53
-msgid "status"
-msgstr "Status"
-
-#: ../../include/text.php:1661 ../../include/conversation.php:147
-#: ../../mod/tagger.php:55
-msgid "comment"
-msgstr "Kommentar"
-
-#: ../../include/text.php:1666
-msgid "activity"
-msgstr "Aktivität"
-
-#: ../../include/text.php:1928
-msgid "Design"
-msgstr "Design"
-
-#: ../../include/text.php:1930
-msgid "Blocks"
-msgstr "Blöcke"
-
-#: ../../include/text.php:1931
-msgid "Menus"
-msgstr "Menüs"
-
-#: ../../include/text.php:1932
-msgid "Layouts"
-msgstr "Layouts"
-
-#: ../../include/text.php:1933
-msgid "Pages"
-msgstr "Seiten"
-
-#: ../../include/group.php:25
-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 "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."
-
-#: ../../include/group.php:223
-msgid "Default privacy group for new contacts"
-msgstr "Standard-Privatsphärengruppe für neue Kontakte"
-
-#: ../../include/group.php:242 ../../mod/admin.php:698
-msgid "All Channels"
-msgstr "Alle Kanäle"
-
-#: ../../include/group.php:264
-msgid "edit"
-msgstr "Bearbeiten"
-
-#: ../../include/group.php:285
-msgid "Collections"
-msgstr "Sammlungen"
-
-#: ../../include/group.php:286
-msgid "Edit collection"
-msgstr "Bearbeite Sammlungen"
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s schrieb den folgenden %2$s %3$s"
-#: ../../include/group.php:287
-msgid "Create a new collection"
-msgstr "Neue Sammlung erzeugen"
+#: ../../include/bbcode.php:215
+msgid "post"
+msgstr "Beitrag"
-#: ../../include/group.php:288
-msgid "Channels not in any collection"
-msgstr "Kanäle, die nicht in einer Sammlung sind"
+#: ../../include/bbcode.php:505 ../../include/bbcode.php:525
+msgid "$1 wrote:"
+msgstr "$1 schrieb:"
#: ../../include/js_strings.php:5
msgid "Delete this item?"
msgstr "Dieses Element löschen?"
#: ../../include/js_strings.php:6 ../../include/ItemObject.php:536
-#: ../../mod/photos.php:1099 ../../mod/photos.php:1186
+#: ../../mod/photos.php:972 ../../mod/photos.php:1059
msgid "Comment"
msgstr "Kommentar"
@@ -1146,690 +718,525 @@ msgid "Stored post could not be verified."
msgstr "Gespeicherter Beitrag konnten nicht überprüft werden."
#: ../../include/photo/photo_driver.php:637 ../../include/photos.php:51
-#: ../../mod/photos.php:91 ../../mod/photos.php:783 ../../mod/photos.php:805
+#: ../../mod/photos.php:91 ../../mod/photos.php:652 ../../mod/photos.php:674
#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225
#: ../../mod/profile_photo.php:336
msgid "Profile Photos"
msgstr "Profilfotos"
-#: ../../include/network.php:640
-msgid "view full size"
-msgstr "In Vollbildansicht anschauen"
+#: ../../include/identity.php:29 ../../mod/item.php:1150
+msgid "Unable to obtain identity information from database"
+msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen"
-#: ../../include/bbcode.php:94 ../../include/bbcode.php:509
-#: ../../include/bbcode.php:512
-msgid "Image/photo"
-msgstr "Bild/Foto"
+#: ../../include/identity.php:62
+msgid "Empty name"
+msgstr "Namensfeld leer"
-#: ../../include/bbcode.php:129 ../../include/bbcode.php:517
-msgid "Encrypted content"
-msgstr "Verschlüsselter Inhalt"
+#: ../../include/identity.php:64
+msgid "Name too long"
+msgstr "Name ist zu lang"
-#: ../../include/bbcode.php:136
-msgid "QR code"
-msgstr "QR Code"
+#: ../../include/identity.php:143
+msgid "No account identifier"
+msgstr "Keine Account-Kennung"
+
+#: ../../include/identity.php:153
+msgid "Nickname is required."
+msgstr "Spitzname ist erforderlich."
+
+#: ../../include/identity.php:167
+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."
+
+#: ../../include/identity.php:226
+msgid "Unable to retrieve created identity"
+msgstr "Kann die erstellte Identität nicht empfangen"
+
+#: ../../include/identity.php:285
+msgid "Default Profile"
+msgstr "Standard-Profil"
+
+#: ../../include/identity.php:310 ../../include/profile_selectors.php:42
+#: ../../include/widgets.php:373 ../../mod/connedit.php:389
+msgid "Friends"
+msgstr "Freunde"
+
+#: ../../include/identity.php:477
+msgid "Requested channel is not available."
+msgstr "Angeforderte Kanal nicht verfügbar."
+
+#: ../../include/identity.php:489
+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."
+
+#: ../../include/identity.php:524 ../../mod/webpages.php:8
+#: ../../mod/connect.php:13 ../../mod/layouts.php:8
+#: ../../mod/achievements.php:8 ../../mod/filestorage.php:40
+#: ../../mod/blocks.php:10 ../../mod/profile.php:16
+msgid "Requested profile is not available."
+msgstr "Erwünschte Profil ist nicht verfügbar."
+
+#: ../../include/identity.php:642 ../../mod/profiles.php:603
+msgid "Change profile photo"
+msgstr "Ändere das Profilfoto"
+
+#: ../../include/identity.php:648
+msgid "Profiles"
+msgstr "Profile"
+
+#: ../../include/identity.php:648
+msgid "Manage/edit profiles"
+msgstr "Verwalte/Bearbeite Profile"
+
+#: ../../include/identity.php:649 ../../mod/profiles.php:604
+msgid "Create New Profile"
+msgstr "Neues Profil erstellen"
+
+#: ../../include/identity.php:652
+msgid "Edit Profile"
+msgstr "Profile bearbeiten"
+
+#: ../../include/identity.php:663 ../../mod/profiles.php:615
+msgid "Profile Image"
+msgstr "Profilfoto:"
+
+#: ../../include/identity.php:666 ../../mod/profiles.php:618
+msgid "visible to everybody"
+msgstr "sichtbar für jeden"
+
+#: ../../include/identity.php:667 ../../mod/profiles.php:619
+msgid "Edit visibility"
+msgstr "Sichtbarkeit bearbeiten"
+
+#: ../../include/identity.php:681 ../../include/identity.php:908
+#: ../../mod/directory.php:158
+msgid "Gender:"
+msgstr "Geschlecht:"
+
+#: ../../include/identity.php:682 ../../include/identity.php:928
+#: ../../mod/directory.php:160
+msgid "Status:"
+msgstr "Status:"
+
+#: ../../include/identity.php:683 ../../include/identity.php:939
+#: ../../mod/directory.php:162
+msgid "Homepage:"
+msgstr "Homepage:"
+
+#: ../../include/identity.php:684 ../../mod/dirprofile.php:157
+msgid "Online Now"
+msgstr "gerade online"
+
+#: ../../include/identity.php:752 ../../include/identity.php:832
+#: ../../mod/ping.php:256
+msgid "g A l F d"
+msgstr "l, d. F G \\\\U\\\\h\\\\r"
+
+#: ../../include/identity.php:753 ../../include/identity.php:833
+msgid "F d"
+msgstr "d. F"
+
+#: ../../include/identity.php:798 ../../include/identity.php:873
+#: ../../mod/ping.php:278
+msgid "[today]"
+msgstr "[Heute]"
+
+#: ../../include/identity.php:810
+msgid "Birthday Reminders"
+msgstr "Geburtstags Erinnerungen"
+
+#: ../../include/identity.php:811
+msgid "Birthdays this week:"
+msgstr "Geburtstage in dieser Woche:"
+
+#: ../../include/identity.php:866
+msgid "[No description]"
+msgstr "[Keine Beschreibung]"
+
+#: ../../include/identity.php:884
+msgid "Event Reminders"
+msgstr "Veranstaltungs- Erinnerungen"
+
+#: ../../include/identity.php:885
+msgid "Events this week:"
+msgstr "Veranstaltungen in dieser Woche:"
+
+#: ../../include/identity.php:898 ../../include/identity.php:982
+#: ../../mod/profperm.php:107
+msgid "Profile"
+msgstr "Profil"
+
+#: ../../include/identity.php:906 ../../mod/settings.php:916
+msgid "Full Name:"
+msgstr "Voller Name:"
+
+#: ../../include/identity.php:913
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: ../../include/identity.php:914
+msgid "j F"
+msgstr "j F"
+
+#: ../../include/identity.php:921
+msgid "Birthday:"
+msgstr "Geburtstag:"
-#: ../../include/bbcode.php:179
+#: ../../include/identity.php:925
+msgid "Age:"
+msgstr "Alter:"
+
+#: ../../include/identity.php:934
#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s schrieb den folgenden %2$s %3$s"
+msgid "for %1$d %2$s"
+msgstr "für %1$d %2$s"
-#: ../../include/bbcode.php:181
-msgid "post"
-msgstr "Beitrag"
+#: ../../include/identity.php:937 ../../mod/profiles.php:526
+msgid "Sexual Preference:"
+msgstr "Sexuelle Orientierung:"
-#: ../../include/bbcode.php:469 ../../include/bbcode.php:489
-msgid "$1 wrote:"
-msgstr "$1 schrieb:"
+#: ../../include/identity.php:941 ../../mod/profiles.php:528
+msgid "Hometown:"
+msgstr "Heimatstadt:"
+
+#: ../../include/identity.php:943
+msgid "Tags:"
+msgstr "Schlagworte:"
-#: ../../include/oembed.php:150
+#: ../../include/identity.php:945 ../../mod/profiles.php:529
+msgid "Political Views:"
+msgstr "Politische Ansichten:"
+
+#: ../../include/identity.php:947
+msgid "Religion:"
+msgstr "Religion:"
+
+#: ../../include/identity.php:949 ../../mod/directory.php:164
+msgid "About:"
+msgstr "Über:"
+
+#: ../../include/identity.php:951
+msgid "Hobbies/Interests:"
+msgstr "Hobbys/Interessen:"
+
+#: ../../include/identity.php:953 ../../mod/profiles.php:532
+msgid "Likes:"
+msgstr "Gefällt-mir:"
+
+#: ../../include/identity.php:955 ../../mod/profiles.php:533
+msgid "Dislikes:"
+msgstr "Gefällt-mir-nicht:"
+
+#: ../../include/identity.php:958
+msgid "Contact information and Social Networks:"
+msgstr "Kontaktinformation und soziale Netzwerke:"
+
+#: ../../include/identity.php:960
+msgid "My other channels:"
+msgstr "Meine anderen Kanäle:"
+
+#: ../../include/identity.php:962
+msgid "Musical interests:"
+msgstr "Musikalische Interessen:"
+
+#: ../../include/identity.php:964
+msgid "Books, literature:"
+msgstr "Bücher, Literatur:"
+
+#: ../../include/identity.php:966
+msgid "Television:"
+msgstr "Fernsehen:"
+
+#: ../../include/identity.php:968
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film/Tanz/Kultur/Unterhaltung:"
+
+#: ../../include/identity.php:970
+msgid "Love/Romance:"
+msgstr "Liebe/Romantik:"
+
+#: ../../include/identity.php:972
+msgid "Work/employment:"
+msgstr "Arbeit/Anstellung:"
+
+#: ../../include/identity.php:974
+msgid "School/education:"
+msgstr "Schule/Ausbildung:"
+
+#: ../../include/reddav.php:1018
+msgid "Edit File properties"
+msgstr "Dateieigenschaften ändern"
+
+#: ../../include/oembed.php:157
msgid "Embedded content"
msgstr "Eingebetteter Inhalt"
-#: ../../include/oembed.php:159
+#: ../../include/oembed.php:166
msgid "Embedding disabled"
msgstr "Einbetten ausgeschaltet"
-#: ../../include/features.php:21
+#: ../../include/features.php:23
msgid "General Features"
msgstr "Allgemeine Funktionen"
-#: ../../include/features.php:23
+#: ../../include/features.php:25
msgid "Content Expiration"
msgstr "Verfall von Inhalten"
-#: ../../include/features.php:23
+#: ../../include/features.php:25
msgid "Remove posts/comments and/or private messages at a future time"
msgstr "Lösche Beiträge, Kommentare und/oder private Nachrichten automatisch zu einem zukünftigen Datum."
-#: ../../include/features.php:24
+#: ../../include/features.php:26
msgid "Multiple Profiles"
msgstr "Mehrfachprofile"
-#: ../../include/features.php:24
+#: ../../include/features.php:26
msgid "Ability to create multiple profiles"
msgstr "Mehrfachprofile anlegen können"
-#: ../../include/features.php:25
+#: ../../include/features.php:27
msgid "Web Pages"
msgstr "Webseiten"
-#: ../../include/features.php:25
+#: ../../include/features.php:27
msgid "Provide managed web pages on your channel"
msgstr "Stelle verwaltete Webseiten in Deinem Kanal zur Verfügung"
-#: ../../include/features.php:26
+#: ../../include/features.php:28
msgid "Private Notes"
msgstr "private Notizen"
-#: ../../include/features.php:26
+#: ../../include/features.php:28
msgid "Enables a tool to store notes and reminders"
msgstr "Werkzeug zum Speichern von Notizen und Erinnerungen aktivieren"
-#: ../../include/features.php:31
+#: ../../include/features.php:33
msgid "Extended Identity Sharing"
msgstr "Erweitertes Teilen von Identitäten"
-#: ../../include/features.php:31
+#: ../../include/features.php:33
msgid ""
"Share your identity with all websites on the internet. When disabled, "
"identity is only shared with sites in the matrix."
msgstr "Teile deine Identität mit allen Webseiten im Internet. Ist dies deaktiviert wird deine Identität nur mit Seiten der Matrix geteilt."
-#: ../../include/features.php:32
+#: ../../include/features.php:34
msgid "Expert Mode"
msgstr "Expertenmodus"
-#: ../../include/features.php:32
+#: ../../include/features.php:34
msgid "Enable Expert Mode to provide advanced configuration options"
msgstr "Aktiviere Expertenmodus, um fortgeschrittene Konfiguration zur Verfügung zu stellen"
-#: ../../include/features.php:33
+#: ../../include/features.php:35
msgid "Premium Channel"
msgstr "Premium-Kanal"
-#: ../../include/features.php:33
+#: ../../include/features.php:35
msgid ""
"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"
-#: ../../include/features.php:38
+#: ../../include/features.php:40
msgid "Post Composition Features"
msgstr "Nachbearbeitungsfunktionen"
-#: ../../include/features.php:39
+#: ../../include/features.php:41
msgid "Richtext Editor"
msgstr "Formatierungseditor"
-#: ../../include/features.php:39
+#: ../../include/features.php:41
msgid "Enable richtext editor"
msgstr "Aktiviere Formatierungseditor"
-#: ../../include/features.php:40
+#: ../../include/features.php:42
msgid "Post Preview"
msgstr "Voransicht"
-#: ../../include/features.php:40
+#: ../../include/features.php:42
msgid "Allow previewing posts and comments before publishing them"
msgstr "Erlaube Voransicht von Beiträgen und Kommentaren vor Veröffentlichung"
-#: ../../include/features.php:41
+#: ../../include/features.php:43 ../../include/widgets.php:476
+#: ../../mod/sources.php:81
+msgid "Channel Sources"
+msgstr "Kanal Quellen"
+
+#: ../../include/features.php:43
msgid "Automatically import channel content from other channels or feeds"
msgstr "Importiere automatisch Inhalte für diesen Kanal von anderen Kanälen oder Feeds."
-#: ../../include/features.php:42
+#: ../../include/features.php:44
msgid "Even More Encryption"
msgstr "Noch mehr Verschlüsselung"
-#: ../../include/features.php:42
+#: ../../include/features.php:44
msgid ""
"Allow optional encryption of content end-to-end with a shared secret key"
msgstr "Erlaube optionale Verschlüsselung von Inhalten (Ende-zu-Ende mit geteiltem Sicherheitsschlüssel)"
-#: ../../include/features.php:47
+#: ../../include/features.php:49
msgid "Network and Stream Filtering"
msgstr "Netzwerk- und Stream-Filter"
-#: ../../include/features.php:48
+#: ../../include/features.php:50
msgid "Search by Date"
msgstr "Suche nach Datum"
-#: ../../include/features.php:48
+#: ../../include/features.php:50
msgid "Ability to select posts by date ranges"
msgstr "Möglichkeit, Beiträge nach Zeiträumen auszuwählen"
-#: ../../include/features.php:49
+#: ../../include/features.php:51
msgid "Collections Filter"
msgstr "Filter für Sammlung"
-#: ../../include/features.php:49
+#: ../../include/features.php:51
msgid "Enable widget to display Network posts only from selected collections"
msgstr "Aktiviere nur Netzwerk-Beiträge von ausgewählten Sammlungen"
-#: ../../include/features.php:50
+#: ../../include/features.php:52 ../../include/widgets.php:252
+msgid "Saved Searches"
+msgstr "Gesicherte Suchanfragen"
+
+#: ../../include/features.php:52
msgid "Save search terms for re-use"
msgstr "Gesicherte Suchbegriffe zur Wiederverwendung"
-#: ../../include/features.php:51
+#: ../../include/features.php:53
msgid "Network Personal Tab"
msgstr "Persönlicher Netzwerkreiter"
-#: ../../include/features.php:51
+#: ../../include/features.php:53
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"
-#: ../../include/features.php:52
+#: ../../include/features.php:54
msgid "Network New Tab"
msgstr "Netzwerkreiter Neu"
-#: ../../include/features.php:52
+#: ../../include/features.php:54
msgid "Enable tab to display all new Network activity"
msgstr "Aktiviere Reiter, um alle neuen Netzwerkaktivitäten zu zeigen"
-#: ../../include/features.php:53
+#: ../../include/features.php:55
msgid "Affinity Tool"
msgstr "Beziehungs-Tool"
-#: ../../include/features.php:53
+#: ../../include/features.php:55
msgid "Filter stream activity by depth of relationships"
msgstr "Filter Aktivitätenstream nach Tiefe der Beziehung"
-#: ../../include/features.php:54
+#: ../../include/features.php:56
msgid "Suggest Channels"
msgstr "Kanäle Vorschlagen"
-#: ../../include/features.php:54
+#: ../../include/features.php:56
msgid "Show channel suggestions"
msgstr "Kanal-Vorschläge anzeigen"
-#: ../../include/features.php:59
+#: ../../include/features.php:61
msgid "Post/Comment Tools"
msgstr "Beitrag-/Kommentar-Tools"
-#: ../../include/features.php:61
+#: ../../include/features.php:63
msgid "Edit Sent Posts"
msgstr "Bearbeite gesendete Beiträge"
-#: ../../include/features.php:61
+#: ../../include/features.php:63
msgid "Edit and correct posts and comments after sending"
msgstr "Bearbeite und korrigiere Beiträge und Kommentare nach dem Senden"
-#: ../../include/features.php:62
+#: ../../include/features.php:64
msgid "Tagging"
msgstr "Verschlagworten"
-#: ../../include/features.php:62
+#: ../../include/features.php:64
msgid "Ability to tag existing posts"
msgstr "Möglichkeit, um existierende Beiträge zu verschlagworten"
-#: ../../include/features.php:63
+#: ../../include/features.php:65
msgid "Post Categories"
msgstr "Beitrags-Kategorien"
-#: ../../include/features.php:63
+#: ../../include/features.php:65
msgid "Add categories to your posts"
msgstr "Kategorien für Beiträge"
-#: ../../include/features.php:64
+#: ../../include/features.php:66 ../../include/widgets.php:283
+#: ../../include/contact_widgets.php:53
+msgid "Saved Folders"
+msgstr "Gesicherte Ordner"
+
+#: ../../include/features.php:66
msgid "Ability to file posts under folders"
msgstr "Möglichkeit, Beiträge in Verzeichnissen zu sammeln"
-#: ../../include/features.php:65
+#: ../../include/features.php:67
msgid "Dislike Posts"
msgstr "Gefällt-mir-nicht Beiträge"
-#: ../../include/features.php:65
+#: ../../include/features.php:67
msgid "Ability to dislike posts/comments"
msgstr "Möglichkeit für Gefällt-mir-nicht für Beiträge/Kommentare"
-#: ../../include/features.php:66
+#: ../../include/features.php:68
msgid "Star Posts"
msgstr "Beiträge mit Sternchen versehen"
-#: ../../include/features.php:66
+#: ../../include/features.php:68
msgid "Ability to mark special posts with a star indicator"
msgstr "Möglichkeit, spezielle Beiträge mit Sternchen-Symbol zu markieren"
-#: ../../include/features.php:67
+#: ../../include/features.php:69
msgid "Tag Cloud"
msgstr "Tag Wolke"
-#: ../../include/features.php:67
+#: ../../include/features.php:69
msgid "Provide a personal tag cloud on your channel page"
msgstr "Persönliche Schlagwort-Wolke für deine Kanal-Seite anlegen"
-#: ../../include/conversation.php:123
-msgid "channel"
-msgstr "Kanal"
-
-#: ../../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"
-
-#: ../../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"
-
-#: ../../include/conversation.php:201
-#, php-format
-msgid "%1$s is now connected with %2$s"
-msgstr "%1$s ist jetzt mit %2$s verbunden"
-
-#: ../../include/conversation.php:236
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s stupste %2$s"
-
-#: ../../include/conversation.php:258 ../../mod/mood.php:63
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s ist momentan %2$s"
-
-#: ../../include/conversation.php:631 ../../include/ItemObject.php:114
-msgid "Select"
-msgstr "Auswählen"
-
-#: ../../include/conversation.php:632 ../../include/ItemObject.php:108
-#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:693
-#: ../../mod/group.php:176 ../../mod/photos.php:1150
-#: ../../mod/filestorage.php:172 ../../mod/settings.php:570
-msgid "Delete"
-msgstr "Löschen"
-
-#: ../../include/conversation.php:642 ../../include/ItemObject.php:161
-msgid "Message is verified"
-msgstr "Nachricht überprüft"
-
-#: ../../include/conversation.php:662
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Schaue Dir %s's Profil auf %s an."
-
-#: ../../include/conversation.php:676
-msgid "Categories:"
-msgstr "Kategorien:"
-
-#: ../../include/conversation.php:677
-msgid "Filed under:"
-msgstr "Gespeichert unter:"
-
-#: ../../include/conversation.php:686 ../../include/ItemObject.php:217
-#, php-format
-msgid " from %s"
-msgstr "von %s"
-
-#: ../../include/conversation.php:689 ../../include/ItemObject.php:220
-#, php-format
-msgid "last edited: %s"
-msgstr "zuletzt bearbeitet: %s"
-
-#: ../../include/conversation.php:704
-msgid "View in context"
-msgstr "Im Zusammenhang anschauen"
-
-#: ../../include/conversation.php:706 ../../include/conversation.php:1119
-#: ../../include/ItemObject.php:248 ../../mod/photos.php:1081
-#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:110
-#: ../../mod/editpost.php:107 ../../mod/editwebpage.php:153
-#: ../../mod/editblock.php:124
-msgid "Please wait"
-msgstr "Bitte warten"
-
-#: ../../include/conversation.php:833
-msgid "remove"
-msgstr "lösche"
-
-#: ../../include/conversation.php:837
-msgid "Loading..."
-msgstr "Lädt ..."
-
-#: ../../include/conversation.php:838
-msgid "Delete Selected Items"
-msgstr "Lösche die ausgewählten Elemente"
-
-#: ../../include/conversation.php:929
-msgid "View Source"
-msgstr "Quelle anzeigen"
-
-#: ../../include/conversation.php:930
-msgid "Follow Thread"
-msgstr "Unterhaltung folgen"
-
-#: ../../include/conversation.php:931
-msgid "View Status"
-msgstr "Status ansehen"
-
-#: ../../include/conversation.php:933
-msgid "View Photos"
-msgstr "Fotos ansehen"
-
-#: ../../include/conversation.php:934
-msgid "Matrix Activity"
-msgstr "Matrix Aktivität"
-
-#: ../../include/conversation.php:935
-msgid "Edit Contact"
-msgstr "Kontakt bearbeiten"
-
-#: ../../include/conversation.php:936
-msgid "Send PM"
-msgstr "Sende PN"
-
-#: ../../include/conversation.php:937
-msgid "Poke"
-msgstr "Anstupsen"
-
-#: ../../include/conversation.php:999
-#, php-format
-msgid "%s likes this."
-msgstr "%s gefällt das."
-
-#: ../../include/conversation.php:999
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s gefällt das nicht."
-
-#: ../../include/conversation.php:1003
-#, php-format
-msgid "<span %1$s>%2$d people</span> like this."
-msgid_plural "<span %1$s>%2$d people</span> like this."
-msgstr[0] "<span %1$s>%2$d Person</span> gefällt das."
-msgstr[1] "<span %1$s>%2$d Leuten</span> gefällt das."
-
-#: ../../include/conversation.php:1005
-#, php-format
-msgid "<span %1$s>%2$d people</span> don't like this."
-msgid_plural "<span %1$s>%2$d people</span> don't like this."
-msgstr[0] "<span %1$s>%2$d Person</span> gefällt das nicht."
-msgstr[1] "<span %1$s>%2$d Leuten</span> gefällt das nicht."
-
-#: ../../include/conversation.php:1011
-msgid "and"
-msgstr "und"
-
-#: ../../include/conversation.php:1014
-#, php-format
-msgid ", and %d other people"
-msgid_plural ", and %d other people"
-msgstr[0] ""
-msgstr[1] ", und %d andere"
-
-#: ../../include/conversation.php:1015
-#, php-format
-msgid "%s like this."
-msgstr "%s gefällt das."
-
-#: ../../include/conversation.php:1015
-#, php-format
-msgid "%s don't like this."
-msgstr "%s gefällt das nicht."
-
-#: ../../include/conversation.php:1065
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Sichtbar für <strong>jeden</strong>"
-
-#: ../../include/conversation.php:1066 ../../mod/mail.php:171
-#: ../../mod/mail.php:269
-msgid "Please enter a link URL:"
-msgstr "Gib eine URL ein:"
-
-#: ../../include/conversation.php:1067
-msgid "Please enter a video link/URL:"
-msgstr "Gib einen Video-Link/URL ein:"
-
-#: ../../include/conversation.php:1068
-msgid "Please enter an audio link/URL:"
-msgstr "Gib einen Audio-Link/URL ein:"
-
-#: ../../include/conversation.php:1069
-msgid "Tag term:"
-msgstr "Schlagwort:"
-
-#: ../../include/conversation.php:1070 ../../mod/filer.php:35
-msgid "Save to Folder:"
-msgstr "Speichern in Ordner:"
-
-#: ../../include/conversation.php:1071
-msgid "Where are you right now?"
-msgstr "Wo bist du jetzt grade?"
-
-#: ../../include/conversation.php:1072 ../../mod/mail.php:172
-#: ../../mod/mail.php:270 ../../mod/editpost.php:52
-msgid "Expires YYYY-MM-DD HH:MM"
-msgstr "Verfällt YYYY-MM-DD HH;MM"
-
-#: ../../include/conversation.php:1082 ../../include/ItemObject.php:546
-#: ../../mod/webpages.php:122 ../../mod/photos.php:1101
-#: ../../mod/editlayout.php:130 ../../mod/editpost.php:127
-#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:145
-msgid "Preview"
-msgstr "Vorschau"
-
-#: ../../include/conversation.php:1096 ../../mod/photos.php:1080
-msgid "Share"
-msgstr "Teilen"
-
-#: ../../include/conversation.php:1098 ../../mod/editwebpage.php:140
-msgid "Page link title"
-msgstr "Seitentitel-Link"
-
-#: ../../include/conversation.php:1100 ../../mod/mail.php:219
-#: ../../mod/mail.php:332 ../../mod/editlayout.php:102
-#: ../../mod/editpost.php:99 ../../mod/editwebpage.php:145
-#: ../../mod/editblock.php:116
-msgid "Upload photo"
-msgstr "Foto hochladen"
-
-#: ../../include/conversation.php:1101
-msgid "upload photo"
-msgstr "Foto hochladen"
-
-#: ../../include/conversation.php:1102 ../../mod/mail.php:220
-#: ../../mod/mail.php:333 ../../mod/editlayout.php:103
-#: ../../mod/editpost.php:100 ../../mod/editwebpage.php:146
-#: ../../mod/editblock.php:117
-msgid "Attach file"
-msgstr "Datei anhängen"
-
-#: ../../include/conversation.php:1103
-msgid "attach file"
-msgstr "Datei anfügen"
-
-#: ../../include/conversation.php:1104 ../../mod/mail.php:221
-#: ../../mod/mail.php:334 ../../mod/editlayout.php:104
-#: ../../mod/editpost.php:101 ../../mod/editwebpage.php:147
-#: ../../mod/editblock.php:118
-msgid "Insert web link"
-msgstr "Link einfügen"
-
-#: ../../include/conversation.php:1105
-msgid "web link"
-msgstr "Web-Link"
-
-#: ../../include/conversation.php:1106
-msgid "Insert video link"
-msgstr "Video-Link einfügen"
-
-#: ../../include/conversation.php:1107
-msgid "video link"
-msgstr "Video-Link"
-
-#: ../../include/conversation.php:1108
-msgid "Insert audio link"
-msgstr "Audio-Link einfügen"
-
-#: ../../include/conversation.php:1109
-msgid "audio link"
-msgstr "Audio-Link"
-
-#: ../../include/conversation.php:1110 ../../mod/editlayout.php:108
-#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:151
-#: ../../mod/editblock.php:122
-msgid "Set your location"
-msgstr "Standort"
-
-#: ../../include/conversation.php:1111
-msgid "set location"
-msgstr "Standort"
-
-#: ../../include/conversation.php:1112 ../../mod/editlayout.php:109
-#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:152
-#: ../../mod/editblock.php:123
-msgid "Clear browser location"
-msgstr "Browser-Standort löschen"
-
-#: ../../include/conversation.php:1113
-msgid "clear location"
-msgstr "Standort löschen"
-
-#: ../../include/conversation.php:1115 ../../mod/editlayout.php:122
-#: ../../mod/editpost.php:119 ../../mod/editwebpage.php:169
-#: ../../mod/editblock.php:137
-msgid "Set title"
-msgstr "Titel"
-
-#: ../../include/conversation.php:1118 ../../mod/editlayout.php:124
-#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:171
-#: ../../mod/editblock.php:139
-msgid "Categories (comma-separated list)"
-msgstr "Kategorien (Kommagetrennte Liste)"
-
-#: ../../include/conversation.php:1120 ../../mod/editlayout.php:111
-#: ../../mod/editpost.php:108 ../../mod/editwebpage.php:154
-#: ../../mod/editblock.php:125
-msgid "Permission settings"
-msgstr "Berechtigungs-Einstellungen"
-
-#: ../../include/conversation.php:1121
-msgid "permissions"
-msgstr "Berechtigungen"
-
-#: ../../include/conversation.php:1129 ../../mod/editlayout.php:119
-#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:164
-#: ../../mod/editblock.php:134
-msgid "Public post"
-msgstr "Öffentlicher Beitrag"
-
-#: ../../include/conversation.php:1131 ../../mod/editlayout.php:125
-#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:172
-#: ../../mod/editblock.php:140
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Beispiel: bob@example.com, mary@example.com"
-
-#: ../../include/conversation.php:1144 ../../mod/mail.php:226
-#: ../../mod/mail.php:339 ../../mod/editlayout.php:135
-#: ../../mod/editpost.php:133 ../../mod/editwebpage.php:182
-#: ../../mod/editblock.php:150
-msgid "Set expiration date"
-msgstr "Verfallsdatum"
-
-#: ../../include/conversation.php:1146 ../../include/ItemObject.php:549
-#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:135
-msgid "Encrypt text"
-msgstr "Text verschlüsseln"
-
-#: ../../include/conversation.php:1148 ../../mod/editpost.php:136
-msgid "OK"
-msgstr "OK"
-
-#: ../../include/conversation.php:1149 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../mod/settings.php:508
-#: ../../mod/settings.php:534 ../../mod/editpost.php:137
-#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
-msgid "Cancel"
-msgstr "Abbrechen"
-
-#: ../../include/conversation.php:1376
-msgid "Commented Order"
-msgstr "Neueste Kommentare"
-
-#: ../../include/conversation.php:1379
-msgid "Sort by Comment Date"
-msgstr "Nach Kommentardatum sortiert"
-
-#: ../../include/conversation.php:1382
-msgid "Posted Order"
-msgstr "Neueste Beiträge"
-
-#: ../../include/conversation.php:1385
-msgid "Sort by Post Date"
-msgstr "Nach Beitragsdatum sortiert"
-
-#: ../../include/conversation.php:1389
-msgid "Personal"
-msgstr "Persönlich"
-
-#: ../../include/conversation.php:1392
-msgid "Posts that mention or involve you"
-msgstr "Beiträge, in denen es um dich geht"
-
-#: ../../include/conversation.php:1395 ../../mod/menu.php:57
-#: ../../mod/connections.php:209
-msgid "New"
-msgstr "Neu"
-
-#: ../../include/conversation.php:1398
-msgid "Activity Stream - by date"
-msgstr "Activity Stream - nach Datum sortiert"
-
-#: ../../include/conversation.php:1405
-msgid "Starred"
-msgstr "Markiert"
-
-#: ../../include/conversation.php:1408
-msgid "Favourite Posts"
-msgstr "Beiträge mit Sternchen"
-
-#: ../../include/conversation.php:1415
-msgid "Spam"
-msgstr "Spam"
-
-#: ../../include/conversation.php:1418
-msgid "Posts flagged as SPAM"
-msgstr "Nachrichten die als SPAM markiert wurden"
-
-#: ../../include/conversation.php:1448
-msgid "Channel"
-msgstr "Kanal"
-
-#: ../../include/conversation.php:1451
-msgid "Status Messages and Posts"
-msgstr "Statusnachrichten und Beiträge"
+#: ../../include/group.php:25
+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 "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."
-#: ../../include/conversation.php:1455
-msgid "About"
-msgstr "Über"
+#: ../../include/group.php:223
+msgid "Default privacy group for new contacts"
+msgstr "Standard-Privatsphärengruppe für neue Kontakte"
-#: ../../include/conversation.php:1458
-msgid "Profile Details"
-msgstr "Profil-Details"
+#: ../../include/group.php:242 ../../mod/admin.php:750
+msgid "All Channels"
+msgstr "Alle Kanäle"
-#: ../../include/conversation.php:1465 ../../include/photos.php:297
-msgid "Photo Albums"
-msgstr "Fotoalben"
+#: ../../include/group.php:264
+msgid "edit"
+msgstr "Bearbeiten"
-#: ../../include/conversation.php:1470 ../../mod/fbrowser.php:114
-msgid "Files"
-msgstr "Dateien"
+#: ../../include/group.php:285
+msgid "Collections"
+msgstr "Sammlungen"
-#: ../../include/conversation.php:1473
-msgid "Files and Storage"
-msgstr "Dateien und Speicher"
+#: ../../include/group.php:286
+msgid "Edit collection"
+msgstr "Bearbeite Sammlungen"
-#: ../../include/conversation.php:1485
-msgid "Events and Calendar"
-msgstr "Veranstaltungen und Kalender"
+#: ../../include/group.php:287
+msgid "Create a new collection"
+msgstr "Neue Sammlung erzeugen"
-#: ../../include/conversation.php:1490
-msgid "Webpages"
-msgstr "Webseiten"
+#: ../../include/group.php:288
+msgid "Channels not in any collection"
+msgstr "Kanäle, die nicht in einer Sammlung sind"
-#: ../../include/conversation.php:1493
-msgid "Manage Webpages"
-msgstr "Webseiten verwalten"
+#: ../../include/group.php:290 ../../include/widgets.php:253
+msgid "add"
+msgstr "hinzufügen"
#: ../../include/notify.php:23
msgid "created a new post"
@@ -1840,61 +1247,29 @@ msgstr "Neuer Beitrag wurde erzeugt"
msgid "commented on %s's post"
msgstr "hat %s's Beitrag kommentiert"
-#: ../../include/photos.php:15 ../../include/attach.php:97
-#: ../../include/attach.php:128 ../../include/attach.php:184
-#: ../../include/attach.php:199 ../../include/attach.php:232
-#: ../../include/attach.php:246 ../../include/attach.php:267
-#: ../../include/attach.php:461 ../../include/attach.php:539
-#: ../../include/items.php:3445 ../../mod/common.php:35
-#: ../../mod/events.php:140 ../../mod/thing.php:241 ../../mod/thing.php:257
-#: ../../mod/thing.php:291 ../../mod/invite.php:13 ../../mod/invite.php:104
-#: ../../mod/connedit.php:179 ../../mod/webpages.php:40 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/page.php:30 ../../mod/page.php:80
-#: ../../mod/setup.php:200 ../../mod/viewconnections.php:22
-#: ../../mod/viewconnections.php:27 ../../mod/delegate.php:6
-#: ../../mod/sources.php:62 ../../mod/mitem.php:73 ../../mod/group.php:9
-#: ../../mod/photos.php:68 ../../mod/photos.php:653 ../../mod/viewsrc.php:12
-#: ../../mod/menu.php:40 ../../mod/connections.php:167
-#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12
-#: ../../mod/profiles.php:152 ../../mod/profiles.php:465
-#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
-#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10
-#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:76
-#: ../../mod/filestorage.php:99 ../../mod/manage.php:6
-#: ../../mod/settings.php:484 ../../mod/mail.php:108
-#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187
-#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13
-#: ../../mod/notifications.php:66 ../../mod/blocks.php:29
-#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44
-#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128
-#: ../../mod/channel.php:88 ../../mod/channel.php:225
-#: ../../mod/fsuggest.php:78 ../../mod/editblock.php:48
-#: ../../mod/suggest.php:26 ../../mod/message.php:16 ../../mod/register.php:68
-#: ../../mod/regmod.php:18 ../../mod/authtest.php:13 ../../mod/item.php:182
-#: ../../mod/item.php:190 ../../mod/mood.php:119 ../../index.php:176
-#: ../../index.php:344
-msgid "Permission denied."
-msgstr "Zugang verweigert"
-
-#: ../../include/photos.php:88
+#: ../../include/photos.php:89
#, php-format
msgid "Image exceeds website size limit of %lu bytes"
msgstr "Bild überschreitet das Limit der Webseite von %lu bytes"
-#: ../../include/photos.php:95
+#: ../../include/photos.php:96
msgid "Image file is empty."
msgstr "Bilddatei ist leer."
-#: ../../include/photos.php:122 ../../mod/profile_photo.php:147
+#: ../../include/photos.php:123 ../../mod/profile_photo.php:147
msgid "Unable to process image"
msgstr "Kann Bild nicht verarbeiten"
-#: ../../include/photos.php:184
+#: ../../include/photos.php:185
msgid "Photo storage failed."
msgstr "Foto speichern schlug fehl"
-#: ../../include/photos.php:301 ../../mod/photos.php:821
-#: ../../mod/photos.php:1296
+#: ../../include/photos.php:302 ../../include/conversation.php:1478
+msgid "Photo Albums"
+msgstr "Fotoalben"
+
+#: ../../include/photos.php:306 ../../mod/photos.php:690
+#: ../../mod/photos.php:1169
msgid "Upload New Photos"
msgstr "Lade neue Fotos hoch"
@@ -2147,40 +1522,40 @@ msgstr "Kann Datei zum Prüfen/Aktualisieren nicht finden"
msgid "File exceeds size limit of %d"
msgstr "Datei überschreitet das Größen-Limit von %d"
-#: ../../include/attach.php:337
+#: ../../include/attach.php:338
#, 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."
-#: ../../include/attach.php:421
+#: ../../include/attach.php:422
msgid "File upload failed. Possible system limit or action terminated."
msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess."
-#: ../../include/attach.php:433
+#: ../../include/attach.php:434
msgid "Stored file could not be verified. Upload failed."
msgstr "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen."
-#: ../../include/attach.php:477 ../../include/attach.php:494
+#: ../../include/attach.php:478 ../../include/attach.php:495
msgid "Path not available."
msgstr "Pfad nicht verfügbar."
-#: ../../include/attach.php:544
+#: ../../include/attach.php:545
msgid "Empty pathname"
msgstr "leere Pfadangabe"
-#: ../../include/attach.php:562
+#: ../../include/attach.php:563
msgid "duplicate filename or path"
msgstr "doppelter Dateiname oder Pfad"
-#: ../../include/attach.php:587
+#: ../../include/attach.php:588
msgid "Path not found."
msgstr "Pfad nicht gefunden."
-#: ../../include/attach.php:632
+#: ../../include/attach.php:633
msgid "mkdir failed."
msgstr "mkdir fehlgeschlagen."
-#: ../../include/attach.php:636
+#: ../../include/attach.php:637
msgid "database storage failed."
msgstr "Speichern in der Datenbank fehlgeschlagen."
@@ -2224,6 +1599,18 @@ msgstr "Gefällt-mir-nicht"
msgid "dislikes"
msgstr "Gefällt-mir-nicht"
+#: ../../include/auth.php:76
+msgid "Logged out."
+msgstr "Ausgeloggt."
+
+#: ../../include/auth.php:188
+msgid "Failed authentication"
+msgstr "Authentifizierung fehlgeschlagen"
+
+#: ../../include/auth.php:203
+msgid "Login failed."
+msgstr "Login fehlgeschlagen."
+
#: ../../include/account.php:23
msgid "Not a valid email address"
msgstr "Ungültige E-Mail-Adresse"
@@ -2372,7 +1759,7 @@ msgstr "%1$s, %2$s hat [zrl=%3$s]deinen %4$s[/zrl] kommentiert"
#: ../../include/enotify.php:170
#, php-format
msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Red:Notify] Kommentar in Unterhaltung #%1$d von %2$s"
+msgstr "[Red:Benachrichtigung] Kommentar in Unterhaltung #%1$d von %2$s"
#: ../../include/enotify.php:171
#, php-format
@@ -2434,7 +1821,7 @@ msgstr "%1$s, %2$s [zrl=%2$s]hat dich angestupst[/zrl]."
#: ../../include/enotify.php:241
#, php-format
msgid "[Red:Notify] %s tagged your post"
-msgstr "[Red:Hinweis] %s hat Dich getagged"
+msgstr "[Red:Hinweis] %s hat Dich getaggt"
#: ../../include/enotify.php:242
#, php-format
@@ -2472,7 +1859,7 @@ msgstr "Bitte besuche %s um sie anzunehmen oder abzulehnen."
#: ../../include/enotify.php:270
msgid "[Red:Notify] Friend suggestion received"
-msgstr "[Red:Hinweis] Freundschaftsvorschlag erhalten"
+msgstr "[Red:Benachrichtigung] Freundschaftsvorschlag erhalten"
#: ../../include/enotify.php:271
#, php-format
@@ -2499,17 +1886,136 @@ msgstr "Foto:"
msgid "Please visit %s to approve or reject the suggestion."
msgstr "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen."
-#: ../../include/auth.php:69
-msgid "Logged out."
-msgstr "Ausgeloggt."
+#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
+msgid "Categories"
+msgstr "Kategorien"
-#: ../../include/auth.php:181
-msgid "Failed authentication"
-msgstr "Authentifizierung fehlgeschlagen"
+#: ../../include/widgets.php:117 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Ignorieren/Verstecken"
-#: ../../include/auth.php:190
-msgid "Login failed."
-msgstr "Login fehlgeschlagen."
+#: ../../include/widgets.php:123 ../../mod/connections.php:236
+msgid "Suggestions"
+msgstr "Vorschläge"
+
+#: ../../include/widgets.php:124
+msgid "See more..."
+msgstr "Mehr anzeigen..."
+
+#: ../../include/widgets.php:146
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Du bist %1$.0f von %2$.0f erlaubten Verbindungen eingegangen."
+
+#: ../../include/widgets.php:152
+msgid "Add New Connection"
+msgstr "Neue Verbindung hinzufügen"
+
+#: ../../include/widgets.php:153
+msgid "Enter the channel address"
+msgstr "Adresse des Kanals eingeben"
+
+#: ../../include/widgets.php:154
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara"
+
+#: ../../include/widgets.php:171
+msgid "Notes"
+msgstr "Notizen"
+
+#: ../../include/widgets.php:173 ../../include/text.php:738
+#: ../../include/text.php:752 ../../mod/filer.php:36
+msgid "Save"
+msgstr "Speichern"
+
+#: ../../include/widgets.php:243
+msgid "Remove term"
+msgstr "Eintrag löschen"
+
+#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
+#: ../../include/contact_widgets.php:90
+msgid "Everything"
+msgstr "Alles"
+
+#: ../../include/widgets.php:318 ../../include/items.php:3575
+msgid "Archives"
+msgstr "Archive"
+
+#: ../../include/widgets.php:370
+msgid "Refresh"
+msgstr "Aktualisieren"
+
+#: ../../include/widgets.php:371 ../../mod/connedit.php:386
+msgid "Me"
+msgstr "Ich"
+
+#: ../../include/widgets.php:372 ../../mod/connedit.php:388
+msgid "Best Friends"
+msgstr "Beste Freunde"
+
+#: ../../include/widgets.php:374
+msgid "Co-workers"
+msgstr "Kollegen"
+
+#: ../../include/widgets.php:375 ../../mod/connedit.php:390
+msgid "Former Friends"
+msgstr "ehem. Freunde"
+
+#: ../../include/widgets.php:376 ../../mod/connedit.php:391
+msgid "Acquaintances"
+msgstr "Bekanntschaften"
+
+#: ../../include/widgets.php:377
+msgid "Everybody"
+msgstr "Jeder"
+
+#: ../../include/widgets.php:409
+msgid "Account settings"
+msgstr "Konto-Einstellungen"
+
+#: ../../include/widgets.php:415
+msgid "Channel settings"
+msgstr "Kanal-Einstellungen"
+
+#: ../../include/widgets.php:421
+msgid "Additional features"
+msgstr "Zusätzliche Funktionen"
+
+#: ../../include/widgets.php:427
+msgid "Feature settings"
+msgstr "Funktions-Einstellungen"
+
+#: ../../include/widgets.php:433
+msgid "Display settings"
+msgstr "Anzeige-Einstellungen"
+
+#: ../../include/widgets.php:439
+msgid "Connected apps"
+msgstr "Verbundene Apps"
+
+#: ../../include/widgets.php:445
+msgid "Export channel"
+msgstr "Kanal exportieren"
+
+#: ../../include/widgets.php:457
+msgid "Automatic Permissions (Advanced)"
+msgstr "Automatische Berechtigungen (Erweitert)"
+
+#: ../../include/widgets.php:467
+msgid "Premium Channel Settings"
+msgstr "Prämium-Kanal Einstellungen"
+
+#: ../../include/widgets.php:504
+msgid "Check Mail"
+msgstr "E-Mails abrufen"
+
+#: ../../include/widgets.php:585
+msgid "Chat Rooms"
+msgstr "Chaträume"
+
+#: ../../include/api.php:974
+msgid "Public Timeline"
+msgstr "Öffentliche Zeitleiste"
#: ../../include/contact_widgets.php:14
#, php-format
@@ -2534,8 +2040,8 @@ msgstr "Verbinden/Folgen"
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Beispiele: Robert Morgenstein, Angeln"
-#: ../../include/contact_widgets.php:24 ../../mod/directory.php:205
-#: ../../mod/directory.php:210 ../../mod/connections.php:355
+#: ../../include/contact_widgets.php:24 ../../mod/directory.php:206
+#: ../../mod/directory.php:211 ../../mod/connections.php:355
msgid "Find"
msgstr "Finde"
@@ -2564,10 +2070,10 @@ msgstr "Neue Seite"
#: ../../include/page_widgets.php:8 ../../include/ItemObject.php:96
#: ../../mod/thing.php:229 ../../mod/webpages.php:118 ../../mod/menu.php:55
-#: ../../mod/layouts.php:102 ../../mod/filestorage.php:171
-#: ../../mod/settings.php:569 ../../mod/editlayout.php:101
-#: ../../mod/editpost.php:98 ../../mod/blocks.php:93
-#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:115
+#: ../../mod/layouts.php:102 ../../mod/filestorage.php:170
+#: ../../mod/settings.php:571 ../../mod/editlayout.php:106
+#: ../../mod/editpost.php:103 ../../mod/blocks.php:93
+#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120
msgid "Edit"
msgstr "Bearbeiten"
@@ -2701,271 +2207,387 @@ msgstr "Sehr fortgeschritten. Bearbeite dies nur, wenn du genau weißt, was du m
msgid "Default"
msgstr "Standard"
-#: ../../include/identity.php:29 ../../mod/item.php:1143
-msgid "Unable to obtain identity information from database"
-msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen"
+#: ../../include/items.php:208 ../../mod/like.php:55 ../../mod/group.php:68
+#: ../../mod/profperm.php:23 ../../index.php:346
+msgid "Permission denied"
+msgstr "Keine Berechtigung"
-#: ../../include/identity.php:62
-msgid "Empty name"
-msgstr "Namensfeld leer"
+#: ../../include/items.php:3392 ../../mod/thing.php:74 ../../mod/admin.php:151
+#: ../../mod/admin.php:782 ../../mod/admin.php:985 ../../mod/viewsrc.php:18
+#: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32
+msgid "Item not found."
+msgstr "Element nicht gefunden."
-#: ../../include/identity.php:64
-msgid "Name too long"
-msgstr "Name ist zu lang"
+#: ../../include/items.php:3748 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "Sammlung nicht gefunden"
-#: ../../include/identity.php:143
-msgid "No account identifier"
-msgstr "Keine Account-Kennung"
+#: ../../include/items.php:3763
+msgid "Collection is empty."
+msgstr "Sammlung ist leer."
-#: ../../include/identity.php:153
-msgid "Nickname is required."
-msgstr "Spitzname ist erforderlich."
+#: ../../include/items.php:3770
+#, php-format
+msgid "Collection: %s"
+msgstr "Sammlung: %s"
-#: ../../include/identity.php:167
+#: ../../include/items.php:3781
+#, php-format
+msgid "Connection: %s"
+msgstr "Verbindung: %s"
+
+#: ../../include/items.php:3784
+msgid "Connection not found."
+msgstr "Die Verbindung wurde nicht gefunden."
+
+#: ../../include/security.php:280
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."
+"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."
-#: ../../include/identity.php:226
-msgid "Unable to retrieve created identity"
-msgstr "Kann die erstellte Identität nicht empfangen"
+#: ../../include/text.php:315
+msgid "prev"
+msgstr "vorherige"
-#: ../../include/identity.php:285
-msgid "Default Profile"
-msgstr "Standard-Profil"
+#: ../../include/text.php:317
+msgid "first"
+msgstr "erste"
-#: ../../include/identity.php:477
-msgid "Requested channel is not available."
-msgstr "Angeforderte Kanal nicht verfügbar."
+#: ../../include/text.php:346
+msgid "last"
+msgstr "letzte"
-#: ../../include/identity.php:489
-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."
+#: ../../include/text.php:349
+msgid "next"
+msgstr "nächste"
-#: ../../include/identity.php:524 ../../mod/webpages.php:8
-#: ../../mod/connect.php:13 ../../mod/layouts.php:8
-#: ../../mod/achievements.php:8 ../../mod/filestorage.php:40
-#: ../../mod/blocks.php:10 ../../mod/profile.php:16
-msgid "Requested profile is not available."
-msgstr "Erwünschte Profil ist nicht verfügbar."
+#: ../../include/text.php:361
+msgid "older"
+msgstr "älter"
-#: ../../include/identity.php:639 ../../mod/profiles.php:615
-msgid "Change profile photo"
-msgstr "Ändere das Profilfoto"
+#: ../../include/text.php:363
+msgid "newer"
+msgstr "neuer"
-#: ../../include/identity.php:645
-msgid "Profiles"
-msgstr "Profile"
+#: ../../include/text.php:654
+msgid "No connections"
+msgstr "Keine Verbindungen"
-#: ../../include/identity.php:645
-msgid "Manage/edit profiles"
-msgstr "Verwalte/Bearbeite Profile"
+#: ../../include/text.php:665
+#, php-format
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d Verbindung"
+msgstr[1] "%d Verbindungen"
-#: ../../include/identity.php:646 ../../mod/profiles.php:616
-msgid "Create New Profile"
-msgstr "Neues Profil erstellen"
+#: ../../include/text.php:677
+msgid "View Connections"
+msgstr "Zeige Verbindungen"
-#: ../../include/identity.php:649
-msgid "Edit Profile"
-msgstr "Profile bearbeiten"
+#: ../../include/text.php:818
+msgid "poke"
+msgstr "anstupsen"
-#: ../../include/identity.php:660 ../../mod/profiles.php:627
-msgid "Profile Image"
-msgstr "Profilfoto:"
+#: ../../include/text.php:818 ../../include/conversation.php:240
+msgid "poked"
+msgstr "stupste"
-#: ../../include/identity.php:663 ../../mod/profiles.php:630
-msgid "visible to everybody"
-msgstr "sichtbar für jeden"
+#: ../../include/text.php:819
+msgid "ping"
+msgstr "anpingen"
-#: ../../include/identity.php:664 ../../mod/profiles.php:631
-msgid "Edit visibility"
-msgstr "Sichtbarkeit bearbeiten"
+#: ../../include/text.php:819
+msgid "pinged"
+msgstr "pingte"
-#: ../../include/identity.php:678 ../../include/identity.php:903
-#: ../../mod/directory.php:158
-msgid "Gender:"
-msgstr "Geschlecht:"
+#: ../../include/text.php:820
+msgid "prod"
+msgstr "knuffen"
-#: ../../include/identity.php:679 ../../include/identity.php:923
-#: ../../mod/directory.php:160
-msgid "Status:"
-msgstr "Status:"
+#: ../../include/text.php:820
+msgid "prodded"
+msgstr "knuffte"
-#: ../../include/identity.php:680 ../../include/identity.php:934
-#: ../../mod/directory.php:162
-msgid "Homepage:"
-msgstr "Homepage:"
+#: ../../include/text.php:821
+msgid "slap"
+msgstr "ohrfeigen"
-#: ../../include/identity.php:747 ../../include/identity.php:827
-#: ../../mod/ping.php:230
-msgid "g A l F d"
-msgstr "l, d. F G \\\\U\\\\h\\\\r"
+#: ../../include/text.php:821
+msgid "slapped"
+msgstr "ohrfeigte"
-#: ../../include/identity.php:748 ../../include/identity.php:828
-msgid "F d"
-msgstr "d. F"
+#: ../../include/text.php:822
+msgid "finger"
+msgstr "befummeln"
-#: ../../include/identity.php:793 ../../include/identity.php:868
-#: ../../mod/ping.php:252
-msgid "[today]"
-msgstr "[Heute]"
+#: ../../include/text.php:822
+msgid "fingered"
+msgstr "befummelte"
-#: ../../include/identity.php:805
-msgid "Birthday Reminders"
-msgstr "Geburtstags Erinnerungen"
+#: ../../include/text.php:823
+msgid "rebuff"
+msgstr "eine Abfuhr erteilen"
-#: ../../include/identity.php:806
-msgid "Birthdays this week:"
-msgstr "Geburtstage in dieser Woche:"
+#: ../../include/text.php:823
+msgid "rebuffed"
+msgstr "abfuhrerteilte"
-#: ../../include/identity.php:861
-msgid "[No description]"
-msgstr "[Keine Beschreibung]"
+#: ../../include/text.php:835
+msgid "happy"
+msgstr "glücklich"
-#: ../../include/identity.php:879
-msgid "Event Reminders"
-msgstr "Veranstaltungs- Erinnerungen"
+#: ../../include/text.php:836
+msgid "sad"
+msgstr "traurig"
-#: ../../include/identity.php:880
-msgid "Events this week:"
-msgstr "Veranstaltungen in dieser Woche:"
+#: ../../include/text.php:837
+msgid "mellow"
+msgstr "sanft"
-#: ../../include/identity.php:893 ../../include/identity.php:975
-#: ../../mod/profperm.php:103
-msgid "Profile"
-msgstr "Profil"
+#: ../../include/text.php:838
+msgid "tired"
+msgstr "müde"
-#: ../../include/identity.php:901 ../../mod/settings.php:911
-msgid "Full Name:"
-msgstr "Voller Name:"
+#: ../../include/text.php:839
+msgid "perky"
+msgstr "frech"
-#: ../../include/identity.php:908
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../include/text.php:840
+msgid "angry"
+msgstr "sauer"
-#: ../../include/identity.php:909
-msgid "j F"
-msgstr "j F"
+#: ../../include/text.php:841
+msgid "stupified"
+msgstr "verblüfft"
-#: ../../include/identity.php:916
-msgid "Birthday:"
-msgstr "Geburtstag:"
+#: ../../include/text.php:842
+msgid "puzzled"
+msgstr "verwirrt"
-#: ../../include/identity.php:920
-msgid "Age:"
-msgstr "Alter:"
+#: ../../include/text.php:843
+msgid "interested"
+msgstr "interessiert"
-#: ../../include/identity.php:929
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "für %1$d %2$s"
+#: ../../include/text.php:844
+msgid "bitter"
+msgstr "verbittert"
-#: ../../include/identity.php:932 ../../mod/profiles.php:538
-msgid "Sexual Preference:"
-msgstr "Sexuelle Orientierung:"
+#: ../../include/text.php:845
+msgid "cheerful"
+msgstr "fröhlich"
-#: ../../include/identity.php:936 ../../mod/profiles.php:540
-msgid "Hometown:"
-msgstr "Heimatstadt:"
+#: ../../include/text.php:846
+msgid "alive"
+msgstr "lebendig"
-#: ../../include/identity.php:938
-msgid "Tags:"
-msgstr "Schlagworte:"
+#: ../../include/text.php:847
+msgid "annoyed"
+msgstr "verärgert"
-#: ../../include/identity.php:940 ../../mod/profiles.php:541
-msgid "Political Views:"
-msgstr "Politische Ansichten:"
+#: ../../include/text.php:848
+msgid "anxious"
+msgstr "unruhig"
-#: ../../include/identity.php:942
-msgid "Religion:"
-msgstr "Religion:"
+#: ../../include/text.php:849
+msgid "cranky"
+msgstr "schrullig"
-#: ../../include/identity.php:944 ../../mod/directory.php:164
-msgid "About:"
-msgstr "Über:"
+#: ../../include/text.php:850
+msgid "disturbed"
+msgstr "verstört"
-#: ../../include/identity.php:946
-msgid "Hobbies/Interests:"
-msgstr "Hobbys/Interessen:"
+#: ../../include/text.php:851
+msgid "frustrated"
+msgstr "frustriert"
-#: ../../include/identity.php:948 ../../mod/profiles.php:544
-msgid "Likes:"
-msgstr "Gefällt-mir:"
+#: ../../include/text.php:852
+msgid "motivated"
+msgstr "motiviert"
-#: ../../include/identity.php:950 ../../mod/profiles.php:545
-msgid "Dislikes:"
-msgstr "Gefällt-mir-nicht:"
+#: ../../include/text.php:853
+msgid "relaxed"
+msgstr "entspannt"
-#: ../../include/identity.php:953
-msgid "Contact information and Social Networks:"
-msgstr "Kontaktinformation und soziale Netzwerke:"
+#: ../../include/text.php:854
+msgid "surprised"
+msgstr "überrascht"
-#: ../../include/identity.php:955
-msgid "Musical interests:"
-msgstr "Musikalische Interessen:"
+#: ../../include/text.php:1017
+msgid "Monday"
+msgstr "Montag"
-#: ../../include/identity.php:957
-msgid "Books, literature:"
-msgstr "Bücher, Literatur:"
+#: ../../include/text.php:1017
+msgid "Tuesday"
+msgstr "Dienstag"
-#: ../../include/identity.php:959
-msgid "Television:"
-msgstr "Fernsehen:"
+#: ../../include/text.php:1017
+msgid "Wednesday"
+msgstr "Mittwoch"
-#: ../../include/identity.php:961
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film/Tanz/Kultur/Unterhaltung:"
+#: ../../include/text.php:1017
+msgid "Thursday"
+msgstr "Donnerstag"
-#: ../../include/identity.php:963
-msgid "Love/Romance:"
-msgstr "Liebe/Romantik:"
+#: ../../include/text.php:1017
+msgid "Friday"
+msgstr "Freitag"
-#: ../../include/identity.php:965
-msgid "Work/employment:"
-msgstr "Arbeit/Anstellung:"
+#: ../../include/text.php:1017
+msgid "Saturday"
+msgstr "Samstag"
-#: ../../include/identity.php:967
-msgid "School/education:"
-msgstr "Schule/Ausbildung:"
+#: ../../include/text.php:1017
+msgid "Sunday"
+msgstr "Sonntag"
-#: ../../include/items.php:201 ../../mod/like.php:55 ../../mod/group.php:68
-#: ../../mod/profperm.php:19 ../../index.php:343
-msgid "Permission denied"
-msgstr "Keine Berechtigung"
+#: ../../include/text.php:1021
+msgid "January"
+msgstr "Januar"
-#: ../../include/items.php:3383 ../../mod/thing.php:74 ../../mod/admin.php:150
-#: ../../mod/admin.php:730 ../../mod/admin.php:933 ../../mod/viewsrc.php:18
-#: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32
-#: ../../mod/channel.php:182
-msgid "Item not found."
-msgstr "Element nicht gefunden."
+#: ../../include/text.php:1021
+msgid "February"
+msgstr "Februar"
-#: ../../include/items.php:3734 ../../mod/group.php:38 ../../mod/group.php:140
-msgid "Collection not found."
-msgstr "Sammlung nicht gefunden"
+#: ../../include/text.php:1021
+msgid "March"
+msgstr "März"
-#: ../../include/items.php:3749
-msgid "Collection is empty."
-msgstr "Sammlung ist leer."
+#: ../../include/text.php:1021
+msgid "April"
+msgstr "April"
-#: ../../include/items.php:3756
-#, php-format
-msgid "Collection: %s"
-msgstr "Sammlung: %s"
+#: ../../include/text.php:1021
+msgid "May"
+msgstr "Mai"
-#: ../../include/items.php:3767
-#, php-format
-msgid "Connection: %s"
-msgstr "Verbindung: %s"
+#: ../../include/text.php:1021
+msgid "June"
+msgstr "Juni"
-#: ../../include/items.php:3770
-msgid "Connection not found."
-msgstr "Die Verbindung wurde nicht gefunden."
+#: ../../include/text.php:1021
+msgid "July"
+msgstr "Juli"
+
+#: ../../include/text.php:1021
+msgid "August"
+msgstr "August"
+
+#: ../../include/text.php:1021
+msgid "September"
+msgstr "September"
+
+#: ../../include/text.php:1021
+msgid "October"
+msgstr "Oktober"
+
+#: ../../include/text.php:1021
+msgid "November"
+msgstr "November"
+
+#: ../../include/text.php:1021
+msgid "December"
+msgstr "Dezember"
+
+#: ../../include/text.php:1099
+msgid "unknown.???"
+msgstr "unbekannt.???"
+
+#: ../../include/text.php:1100
+msgid "bytes"
+msgstr "Bytes"
+
+#: ../../include/text.php:1135
+msgid "remove category"
+msgstr "Kategorie entfernen"
+
+#: ../../include/text.php:1157
+msgid "remove from file"
+msgstr "aus der Datei entfernen"
+
+#: ../../include/text.php:1215 ../../include/text.php:1227
+msgid "Click to open/close"
+msgstr "Klicke zum Öffnen/Schließen"
+
+#: ../../include/text.php:1403 ../../mod/events.php:332
+msgid "link to source"
+msgstr "Link zum Originalbeitrag"
+
+#: ../../include/text.php:1422
+msgid "Select a page layout: "
+msgstr "Ein Seiten-Layout auswählen"
+
+#: ../../include/text.php:1425 ../../include/text.php:1490
+msgid "default"
+msgstr "Standard"
+
+#: ../../include/text.php:1461
+msgid "Page content type: "
+msgstr "Content-Typ der Seite"
+
+#: ../../include/text.php:1502
+msgid "Select an alternate language"
+msgstr "Wähle eine alternative Sprache"
+
+#: ../../include/text.php:1654 ../../include/conversation.php:117
+#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45
+msgid "photo"
+msgstr "Foto"
+
+#: ../../include/text.php:1657 ../../include/conversation.php:120
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr "Ereignis"
+
+#: ../../include/text.php:1660 ../../include/conversation.php:145
+#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53
+msgid "status"
+msgstr "Status"
+
+#: ../../include/text.php:1662 ../../include/conversation.php:147
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr "Kommentar"
+
+#: ../../include/text.php:1667
+msgid "activity"
+msgstr "Aktivität"
+
+#: ../../include/text.php:1929
+msgid "Design"
+msgstr "Design"
+
+#: ../../include/text.php:1931
+msgid "Blocks"
+msgstr "Blöcke"
+
+#: ../../include/text.php:1932
+msgid "Menus"
+msgstr "Menüs"
+
+#: ../../include/text.php:1933
+msgid "Layouts"
+msgstr "Layouts"
+
+#: ../../include/text.php:1934
+msgid "Pages"
+msgstr "Seiten"
-#: ../../include/ItemObject.php:89 ../../mod/photos.php:972
+#: ../../include/ItemObject.php:89 ../../mod/photos.php:843
msgid "Private Message"
msgstr "Private Nachricht"
+#: ../../include/ItemObject.php:108 ../../include/conversation.php:632
+#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:745
+#: ../../mod/group.php:176 ../../mod/photos.php:1023
+#: ../../mod/filestorage.php:171 ../../mod/settings.php:572
+msgid "Delete"
+msgstr "Löschen"
+
+#: ../../include/ItemObject.php:114 ../../include/conversation.php:631
+msgid "Select"
+msgstr "Auswählen"
+
#: ../../include/ItemObject.php:118
msgid "save to folder"
msgstr "In Ordner speichern"
@@ -2986,15 +2608,19 @@ msgstr "Stern-Status umschalten"
msgid "starred"
msgstr "markiert"
+#: ../../include/ItemObject.php:161 ../../include/conversation.php:642
+msgid "Message is verified"
+msgstr "Nachricht überprüft"
+
#: ../../include/ItemObject.php:169
msgid "add tag"
msgstr "Schlagwort hinzufügen"
-#: ../../include/ItemObject.php:175 ../../mod/photos.php:1078
+#: ../../include/ItemObject.php:175 ../../mod/photos.php:951
msgid "I like this (toggle)"
msgstr "Ich mag das (Umschalter)"
-#: ../../include/ItemObject.php:176 ../../mod/photos.php:1079
+#: ../../include/ItemObject.php:176 ../../mod/photos.php:952
msgid "I don't like this (toggle)"
msgstr "Ich mag das nicht (Umschalter)"
@@ -3027,11 +2653,29 @@ msgstr "Wall-to-Wall"
msgid "via Wall-To-Wall:"
msgstr "via Wall-To-Wall:"
-#: ../../include/ItemObject.php:221
+#: ../../include/ItemObject.php:217 ../../include/conversation.php:686
+#, php-format
+msgid " from %s"
+msgstr "von %s"
+
+#: ../../include/ItemObject.php:220 ../../include/conversation.php:689
+#, php-format
+msgid "last edited: %s"
+msgstr "zuletzt bearbeitet: %s"
+
+#: ../../include/ItemObject.php:221 ../../include/conversation.php:690
#, php-format
msgid "Expires: %s"
msgstr "Verfällt: %s"
+#: ../../include/ItemObject.php:248 ../../include/conversation.php:707
+#: ../../include/conversation.php:1120 ../../mod/photos.php:954
+#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:153
+#: ../../mod/editblock.php:129
+msgid "Please wait"
+msgstr "Bitte warten"
+
#: ../../include/ItemObject.php:269
#, php-format
msgid "%d comment"
@@ -3039,25 +2683,26 @@ msgid_plural "%d comments"
msgstr[0] "%d Kommentar"
msgstr[1] "%d Kommentare"
-#: ../../include/ItemObject.php:534 ../../mod/photos.php:1097
-#: ../../mod/photos.php:1184
+#: ../../include/ItemObject.php:534 ../../mod/photos.php:970
+#: ../../mod/photos.php:1057
msgid "This is you"
msgstr "Das bist du"
-#: ../../include/ItemObject.php:537 ../../mod/events.php:470
+#: ../../include/ItemObject.php:537 ../../mod/events.php:469
#: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156
#: ../../mod/connedit.php:434 ../../mod/setup.php:304 ../../mod/setup.php:347
#: ../../mod/connect.php:92 ../../mod/sources.php:97 ../../mod/sources.php:131
-#: ../../mod/admin.php:420 ../../mod/admin.php:686 ../../mod/admin.php:826
-#: ../../mod/admin.php:1025 ../../mod/admin.php:1112 ../../mod/group.php:81
-#: ../../mod/photos.php:693 ../../mod/photos.php:798 ../../mod/photos.php:1060
-#: ../../mod/photos.php:1100 ../../mod/photos.php:1187
-#: ../../mod/profiles.php:518 ../../mod/filestorage.php:132
-#: ../../mod/import.php:387 ../../mod/settings.php:507
-#: ../../mod/settings.php:619 ../../mod/settings.php:647
-#: ../../mod/settings.php:671 ../../mod/settings.php:742
-#: ../../mod/settings.php:903 ../../mod/mail.php:223 ../../mod/mail.php:335
-#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 ../../mod/mood.php:142
+#: ../../mod/admin.php:431 ../../mod/admin.php:738 ../../mod/admin.php:878
+#: ../../mod/admin.php:1077 ../../mod/admin.php:1164 ../../mod/group.php:81
+#: ../../mod/photos.php:562 ../../mod/photos.php:667 ../../mod/photos.php:933
+#: ../../mod/photos.php:973 ../../mod/photos.php:1060 ../../mod/chat.php:107
+#: ../../mod/chat.php:133 ../../mod/profiles.php:506
+#: ../../mod/filestorage.php:131 ../../mod/import.php:387
+#: ../../mod/settings.php:509 ../../mod/settings.php:621
+#: ../../mod/settings.php:649 ../../mod/settings.php:673
+#: ../../mod/settings.php:744 ../../mod/settings.php:908
+#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/poke.php:166
+#: ../../mod/fsuggest.php:108 ../../mod/mood.php:142
#: ../../view/theme/redbasic/php/config.php:85
#: ../../view/theme/apw/php/config.php:231
#: ../../view/theme/blogga/view/theme/blog/config.php:67
@@ -3097,23 +2742,400 @@ msgstr "Link"
msgid "Video"
msgstr "Video"
-#: ../../include/security.php:49
-msgid "Welcome "
-msgstr "Willkommen"
+#: ../../include/ItemObject.php:546 ../../include/conversation.php:1083
+#: ../../mod/webpages.php:122 ../../mod/photos.php:974
+#: ../../mod/editlayout.php:136 ../../mod/editpost.php:132
+#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:151
+msgid "Preview"
+msgstr "Vorschau"
-#: ../../include/security.php:50
-msgid "Please upload a profile photo."
-msgstr "Bitte lade ein Profilfoto hoch."
+#: ../../include/ItemObject.php:549 ../../include/conversation.php:1147
+#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:140
+msgid "Encrypt text"
+msgstr "Text verschlüsseln"
-#: ../../include/security.php:53
-msgid "Welcome back "
-msgstr "Willkommen zurück"
+#: ../../include/conversation.php:123
+msgid "channel"
+msgstr "Kanal"
-#: ../../include/security.php:360
-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 Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."
+#: ../../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"
+
+#: ../../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"
+
+#: ../../include/conversation.php:201
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s ist jetzt mit %2$s verbunden"
+
+#: ../../include/conversation.php:236
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s stupste %2$s"
+
+#: ../../include/conversation.php:258 ../../mod/mood.php:63
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s ist momentan %2$s"
+
+#: ../../include/conversation.php:662
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Schaue Dir %s's Profil auf %s an."
+
+#: ../../include/conversation.php:676
+msgid "Categories:"
+msgstr "Kategorien:"
+
+#: ../../include/conversation.php:677
+msgid "Filed under:"
+msgstr "Gespeichert unter:"
+
+#: ../../include/conversation.php:705
+msgid "View in context"
+msgstr "Im Zusammenhang anschauen"
+
+#: ../../include/conversation.php:834
+msgid "remove"
+msgstr "lösche"
+
+#: ../../include/conversation.php:838
+msgid "Loading..."
+msgstr "Lädt ..."
+
+#: ../../include/conversation.php:839
+msgid "Delete Selected Items"
+msgstr "Lösche die ausgewählten Elemente"
+
+#: ../../include/conversation.php:930
+msgid "View Source"
+msgstr "Quelle anzeigen"
+
+#: ../../include/conversation.php:931
+msgid "Follow Thread"
+msgstr "Unterhaltung folgen"
+
+#: ../../include/conversation.php:932
+msgid "View Status"
+msgstr "Status ansehen"
+
+#: ../../include/conversation.php:934
+msgid "View Photos"
+msgstr "Fotos ansehen"
+
+#: ../../include/conversation.php:935
+msgid "Matrix Activity"
+msgstr "Matrix Aktivität"
+
+#: ../../include/conversation.php:936
+msgid "Edit Contact"
+msgstr "Kontakt bearbeiten"
+
+#: ../../include/conversation.php:937
+msgid "Send PM"
+msgstr "Sende PN"
+
+#: ../../include/conversation.php:938
+msgid "Poke"
+msgstr "Anstupsen"
+
+#: ../../include/conversation.php:1000
+#, php-format
+msgid "%s likes this."
+msgstr "%s gefällt das."
+
+#: ../../include/conversation.php:1000
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s gefällt das nicht."
+
+#: ../../include/conversation.php:1004
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] "<span %1$s>%2$d Person</span> gefällt das."
+msgstr[1] "<span %1$s>%2$d Leuten</span> gefällt das."
+
+#: ../../include/conversation.php:1006
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgid_plural "<span %1$s>%2$d people</span> don't like this."
+msgstr[0] "<span %1$s>%2$d Person</span> gefällt das nicht."
+msgstr[1] "<span %1$s>%2$d Leuten</span> gefällt das nicht."
+
+#: ../../include/conversation.php:1012
+msgid "and"
+msgstr "und"
+
+#: ../../include/conversation.php:1015
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ""
+msgstr[1] ", und %d andere"
+
+#: ../../include/conversation.php:1016
+#, php-format
+msgid "%s like this."
+msgstr "%s gefällt das."
+
+#: ../../include/conversation.php:1016
+#, php-format
+msgid "%s don't like this."
+msgstr "%s gefällt das nicht."
+
+#: ../../include/conversation.php:1066
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Sichtbar für <strong>jeden</strong>"
+
+#: ../../include/conversation.php:1067 ../../mod/mail.php:171
+#: ../../mod/mail.php:269
+msgid "Please enter a link URL:"
+msgstr "Gib eine URL ein:"
+
+#: ../../include/conversation.php:1068
+msgid "Please enter a video link/URL:"
+msgstr "Gib einen Video-Link/URL ein:"
+
+#: ../../include/conversation.php:1069
+msgid "Please enter an audio link/URL:"
+msgstr "Gib einen Audio-Link/URL ein:"
+
+#: ../../include/conversation.php:1070
+msgid "Tag term:"
+msgstr "Schlagwort:"
+
+#: ../../include/conversation.php:1071 ../../mod/filer.php:35
+msgid "Save to Folder:"
+msgstr "Speichern in Ordner:"
+
+#: ../../include/conversation.php:1072
+msgid "Where are you right now?"
+msgstr "Wo bist du jetzt grade?"
+
+#: ../../include/conversation.php:1073 ../../mod/mail.php:172
+#: ../../mod/mail.php:270 ../../mod/editpost.php:52
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Verfällt YYYY-MM-DD HH;MM"
+
+#: ../../include/conversation.php:1097 ../../mod/photos.php:953
+msgid "Share"
+msgstr "Teilen"
+
+#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140
+msgid "Page link title"
+msgstr "Seitentitel-Link"
+
+#: ../../include/conversation.php:1101 ../../mod/mail.php:219
+#: ../../mod/mail.php:332 ../../mod/editlayout.php:107
+#: ../../mod/editpost.php:104 ../../mod/editwebpage.php:145
+#: ../../mod/editblock.php:121
+msgid "Upload photo"
+msgstr "Foto hochladen"
+
+#: ../../include/conversation.php:1102
+msgid "upload photo"
+msgstr "Foto hochladen"
+
+#: ../../include/conversation.php:1103 ../../mod/mail.php:220
+#: ../../mod/mail.php:333 ../../mod/editlayout.php:108
+#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:146
+#: ../../mod/editblock.php:122
+msgid "Attach file"
+msgstr "Datei anhängen"
+
+#: ../../include/conversation.php:1104
+msgid "attach file"
+msgstr "Datei anfügen"
+
+#: ../../include/conversation.php:1105 ../../mod/mail.php:221
+#: ../../mod/mail.php:334 ../../mod/editlayout.php:109
+#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:147
+#: ../../mod/editblock.php:123
+msgid "Insert web link"
+msgstr "Link einfügen"
+
+#: ../../include/conversation.php:1106
+msgid "web link"
+msgstr "Web-Link"
+
+#: ../../include/conversation.php:1107
+msgid "Insert video link"
+msgstr "Video-Link einfügen"
+
+#: ../../include/conversation.php:1108
+msgid "video link"
+msgstr "Video-Link"
+
+#: ../../include/conversation.php:1109
+msgid "Insert audio link"
+msgstr "Audio-Link einfügen"
+
+#: ../../include/conversation.php:1110
+msgid "audio link"
+msgstr "Audio-Link"
+
+#: ../../include/conversation.php:1111 ../../mod/editlayout.php:113
+#: ../../mod/editpost.php:110 ../../mod/editwebpage.php:151
+#: ../../mod/editblock.php:127
+msgid "Set your location"
+msgstr "Standort"
+
+#: ../../include/conversation.php:1112
+msgid "set location"
+msgstr "Standort"
+
+#: ../../include/conversation.php:1113 ../../mod/editlayout.php:114
+#: ../../mod/editpost.php:111 ../../mod/editwebpage.php:152
+#: ../../mod/editblock.php:128
+msgid "Clear browser location"
+msgstr "Browser-Standort löschen"
+
+#: ../../include/conversation.php:1114
+msgid "clear location"
+msgstr "Standort löschen"
+
+#: ../../include/conversation.php:1116 ../../mod/editlayout.php:127
+#: ../../mod/editpost.php:124 ../../mod/editwebpage.php:169
+#: ../../mod/editblock.php:142
+msgid "Set title"
+msgstr "Titel"
+
+#: ../../include/conversation.php:1119 ../../mod/editlayout.php:130
+#: ../../mod/editpost.php:126 ../../mod/editwebpage.php:171
+#: ../../mod/editblock.php:145
+msgid "Categories (comma-separated list)"
+msgstr "Kategorien (Kommagetrennte Liste)"
+
+#: ../../include/conversation.php:1121 ../../mod/editlayout.php:116
+#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:154
+#: ../../mod/editblock.php:130
+msgid "Permission settings"
+msgstr "Berechtigungs-Einstellungen"
+
+#: ../../include/conversation.php:1122
+msgid "permissions"
+msgstr "Berechtigungen"
+
+#: ../../include/conversation.php:1130 ../../mod/editlayout.php:124
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:164
+#: ../../mod/editblock.php:139
+msgid "Public post"
+msgstr "Öffentlicher Beitrag"
+
+#: ../../include/conversation.php:1132 ../../mod/editlayout.php:131
+#: ../../mod/editpost.php:127 ../../mod/editwebpage.php:172
+#: ../../mod/editblock.php:146
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Beispiel: bob@example.com, mary@example.com"
+
+#: ../../include/conversation.php:1145 ../../mod/mail.php:226
+#: ../../mod/mail.php:339 ../../mod/editlayout.php:141
+#: ../../mod/editpost.php:138 ../../mod/editwebpage.php:182
+#: ../../mod/editblock.php:156
+msgid "Set expiration date"
+msgstr "Verfallsdatum"
+
+#: ../../include/conversation.php:1149 ../../mod/editpost.php:142
+msgid "OK"
+msgstr "OK"
+
+#: ../../include/conversation.php:1150 ../../mod/tagrm.php:11
+#: ../../mod/tagrm.php:94 ../../mod/settings.php:510
+#: ../../mod/settings.php:536 ../../mod/editpost.php:143
+#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
+msgid "Cancel"
+msgstr "Abbrechen"
+
+#: ../../include/conversation.php:1381
+msgid "Commented Order"
+msgstr "Neueste Kommentare"
+
+#: ../../include/conversation.php:1384
+msgid "Sort by Comment Date"
+msgstr "Nach Kommentardatum sortiert"
+
+#: ../../include/conversation.php:1387
+msgid "Posted Order"
+msgstr "Neueste Beiträge"
+
+#: ../../include/conversation.php:1390
+msgid "Sort by Post Date"
+msgstr "Nach Beitragsdatum sortiert"
+
+#: ../../include/conversation.php:1394
+msgid "Personal"
+msgstr "Persönlich"
+
+#: ../../include/conversation.php:1397
+msgid "Posts that mention or involve you"
+msgstr "Beiträge mit Beteiligung deinerseits"
+
+#: ../../include/conversation.php:1400 ../../mod/menu.php:57
+#: ../../mod/connections.php:209
+msgid "New"
+msgstr "Neu"
+
+#: ../../include/conversation.php:1403
+msgid "Activity Stream - by date"
+msgstr "Activity Stream - nach Datum sortiert"
+
+#: ../../include/conversation.php:1410
+msgid "Starred"
+msgstr "Markiert"
+
+#: ../../include/conversation.php:1413
+msgid "Favourite Posts"
+msgstr "Beiträge mit Sternchen"
+
+#: ../../include/conversation.php:1420
+msgid "Spam"
+msgstr "Spam"
+
+#: ../../include/conversation.php:1423
+msgid "Posts flagged as SPAM"
+msgstr "Nachrichten die als SPAM markiert wurden"
+
+#: ../../include/conversation.php:1454
+msgid "Channel"
+msgstr "Kanal"
+
+#: ../../include/conversation.php:1457
+msgid "Status Messages and Posts"
+msgstr "Statusnachrichten und Beiträge"
+
+#: ../../include/conversation.php:1466
+msgid "About"
+msgstr "Über"
+
+#: ../../include/conversation.php:1469
+msgid "Profile Details"
+msgstr "Profil-Details"
+
+#: ../../include/conversation.php:1484 ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Dateien"
+
+#: ../../include/conversation.php:1487
+msgid "Files and Storage"
+msgstr "Dateien und Speicher"
+
+#: ../../include/conversation.php:1496
+msgid "Events and Calendar"
+msgstr "Veranstaltungen und Kalender"
+
+#: ../../include/conversation.php:1503
+msgid "Webpages"
+msgstr "Webseiten"
+
+#: ../../include/conversation.php:1506
+msgid "Manage Webpages"
+msgstr "Webseiten verwalten"
#: ../../include/zot.php:545
msgid "Invalid data packet"
@@ -3130,7 +3152,7 @@ msgstr "Kann die Signatur der Seite von %s nicht verifizieren"
#: ../../mod/common.php:10
msgid "No channel."
-msgstr "Kein Channel."
+msgstr "Kein Kanal."
#: ../../mod/common.php:39
msgid "Common connections"
@@ -3164,48 +3186,48 @@ msgstr "Voriges"
msgid "Next"
msgstr "Nächste"
-#: ../../mod/events.php:429
+#: ../../mod/events.php:428
msgid "hour:minute"
msgstr "Stunde:Minute"
-#: ../../mod/events.php:448
+#: ../../mod/events.php:447
msgid "Event details"
msgstr "Veranstaltungs-Details"
-#: ../../mod/events.php:449
+#: ../../mod/events.php:448
#, php-format
msgid "Format is %s %s. Starting date and Title are required."
msgstr "Format ist %s %s. Startzeit und Titel sind erforderlich."
-#: ../../mod/events.php:451
+#: ../../mod/events.php:450
msgid "Event Starts:"
msgstr "Veranstaltung startet:"
-#: ../../mod/events.php:451 ../../mod/events.php:465
+#: ../../mod/events.php:450 ../../mod/events.php:464
msgid "Required"
msgstr "Benötigt"
-#: ../../mod/events.php:454
+#: ../../mod/events.php:453
msgid "Finish date/time is not known or not relevant"
msgstr "Ende Datum/Zeit sind unbekannt oder unwichtig"
-#: ../../mod/events.php:456
+#: ../../mod/events.php:455
msgid "Event Finishes:"
msgstr "Veranstaltung endet:"
-#: ../../mod/events.php:459
+#: ../../mod/events.php:458
msgid "Adjust for viewer timezone"
msgstr "An die Zeitzone des Betrachters anpassen"
-#: ../../mod/events.php:461
+#: ../../mod/events.php:460
msgid "Description:"
msgstr "Beschreibung:"
-#: ../../mod/events.php:465
+#: ../../mod/events.php:464
msgid "Title:"
msgstr "Titel:"
-#: ../../mod/events.php:467
+#: ../../mod/events.php:466
msgid "Share this event"
msgstr "Die Veranstaltung teilen"
@@ -3273,7 +3295,7 @@ msgstr "%s : Keine gültige Email Adresse."
#: ../../mod/invite.php:76
msgid "Please join us on Red"
-msgstr "Bitte schließe Dich uns an und werde Teil der Red Matrix"
+msgstr "Schließe Dich uns an und werde Teil der Red-Matrix"
#: ../../mod/invite.php:87
msgid "Invitation limit exceeded. Please contact your site administrator."
@@ -3339,6 +3361,10 @@ msgid ""
"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/cloud.php:112
+msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
+msgstr "Red Matrix Gäste: Nutzername: {deine Email Adresse}; Passwort: +++"
+
#: ../../mod/connedit.php:49 ../../mod/connections.php:37
msgid "Could not access contact record."
msgstr "Konnte auf den Kontakteintrag nicht zugreifen."
@@ -3435,12 +3461,12 @@ msgid "View recent posts and comments"
msgstr "Betrachte die neuesten Beiträge und Kommentare"
#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:695
+#: ../../mod/admin.php:747
msgid "Unblock"
msgstr "Freigeben"
#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:694
+#: ../../mod/admin.php:746
msgid "Block"
msgstr "Blockieren"
@@ -3684,15 +3710,15 @@ msgstr "Zum Weitermachen, bitte einloggen."
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?"
+msgstr "Möchtest du der Anwendung erlauben, deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für dich zu erstellen?"
-#: ../../mod/api.php:105 ../../mod/profiles.php:495 ../../mod/settings.php:865
-#: ../../mod/settings.php:870
+#: ../../mod/api.php:105 ../../mod/profiles.php:483 ../../mod/settings.php:870
+#: ../../mod/settings.php:875
msgid "Yes"
msgstr "Ja"
-#: ../../mod/api.php:106 ../../mod/profiles.php:496 ../../mod/settings.php:865
-#: ../../mod/settings.php:870
+#: ../../mod/api.php:106 ../../mod/profiles.php:484 ../../mod/settings.php:870
+#: ../../mod/settings.php:875
msgid "No"
msgstr "Nein"
@@ -3714,7 +3740,7 @@ msgid "Channel not found."
msgstr "Kanal nicht gefunden."
#: ../../mod/page.php:83 ../../mod/help.php:71 ../../mod/display.php:100
-#: ../../index.php:227
+#: ../../index.php:226
msgid "Page not found."
msgstr "Seite nicht gefunden."
@@ -4067,7 +4093,7 @@ msgid ""
"poller."
msgstr "WICHTIG: Du musst die geplanten Aufgaben für den Poller [manuell] einrichten."
-#: ../../mod/rpost.php:84 ../../mod/editpost.php:42
+#: ../../mod/rpost.php:86 ../../mod/editpost.php:42
msgid "Edit post"
msgstr "Bearbeite Beitrag"
@@ -4082,7 +4108,7 @@ msgstr "%1$s folgt nun %2$s's %3$s"
msgid "[Embedded content - reload page to view]"
msgstr "[Eingebetteter Inhalte - bitte lade die Seite zur Anzeige neu]"
-#: ../../mod/chanview.php:97
+#: ../../mod/chanview.php:93
msgid "toggle full screen mode"
msgstr "auf Vollbildmodus umschalten"
@@ -4091,8 +4117,8 @@ msgstr "auf Vollbildmodus umschalten"
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/viewconnections.php:17 ../../mod/search.php:12
-#: ../../mod/photos.php:573 ../../mod/directory.php:15 ../../mod/display.php:9
+#: ../../mod/viewconnections.php:17 ../../mod/search.php:13
+#: ../../mod/photos.php:442 ../../mod/directory.php:15 ../../mod/display.php:9
#: ../../mod/community.php:18 ../../mod/dirprofile.php:9
msgid "Public access denied."
msgstr "Öffentlicher Zugang verweigert."
@@ -4241,7 +4267,7 @@ msgstr "Leer lassen um alle öffentlichen Beiträge zu importieren"
#: ../../mod/sources.php:96 ../../mod/sources.php:130
#: ../../mod/new_channel.php:110
msgid "Channel Name"
-msgstr "Channel-Name"
+msgstr "Name des Kanals"
#: ../../mod/sources.php:116 ../../mod/sources.php:143
msgid "Source not found."
@@ -4267,526 +4293,531 @@ msgstr "Konnte die Quelle nicht löschen."
msgid "Theme settings updated."
msgstr "Theme-Einstellungen aktualisiert."
-#: ../../mod/admin.php:87 ../../mod/admin.php:419
+#: ../../mod/admin.php:88 ../../mod/admin.php:430
msgid "Site"
msgstr "Seite"
-#: ../../mod/admin.php:88 ../../mod/admin.php:685 ../../mod/admin.php:697
+#: ../../mod/admin.php:89 ../../mod/admin.php:737 ../../mod/admin.php:749
msgid "Users"
msgstr "Benutzer"
-#: ../../mod/admin.php:89 ../../mod/admin.php:783 ../../mod/admin.php:825
+#: ../../mod/admin.php:90 ../../mod/admin.php:835 ../../mod/admin.php:877
msgid "Plugins"
msgstr "Plug-Ins"
-#: ../../mod/admin.php:90 ../../mod/admin.php:988 ../../mod/admin.php:1024
+#: ../../mod/admin.php:91 ../../mod/admin.php:1040 ../../mod/admin.php:1076
msgid "Themes"
msgstr "Themes"
-#: ../../mod/admin.php:91 ../../mod/admin.php:478
+#: ../../mod/admin.php:92 ../../mod/admin.php:529
msgid "Server"
msgstr "Server"
-#: ../../mod/admin.php:92
+#: ../../mod/admin.php:93
msgid "DB updates"
msgstr "DB-Aktualisierungen"
-#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1111
+#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1163
msgid "Logs"
msgstr "Protokolle"
-#: ../../mod/admin.php:112
+#: ../../mod/admin.php:113
msgid "Plugin Features"
msgstr "Plug-In Funktionen"
-#: ../../mod/admin.php:114
+#: ../../mod/admin.php:115
msgid "User registrations waiting for confirmation"
msgstr "Nutzer Anmeldungen die auf Bestätigung warten"
-#: ../../mod/admin.php:188
+#: ../../mod/admin.php:189
msgid "Message queues"
msgstr "Nachrichten Warteschlange"
-#: ../../mod/admin.php:193 ../../mod/admin.php:418 ../../mod/admin.php:477
-#: ../../mod/admin.php:684 ../../mod/admin.php:782 ../../mod/admin.php:824
-#: ../../mod/admin.php:987 ../../mod/admin.php:1023 ../../mod/admin.php:1110
+#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528
+#: ../../mod/admin.php:736 ../../mod/admin.php:834 ../../mod/admin.php:876
+#: ../../mod/admin.php:1039 ../../mod/admin.php:1075 ../../mod/admin.php:1162
msgid "Administration"
msgstr "Administration"
-#: ../../mod/admin.php:194
+#: ../../mod/admin.php:195
msgid "Summary"
msgstr "Zusammenfassung"
-#: ../../mod/admin.php:196
+#: ../../mod/admin.php:197
msgid "Registered users"
msgstr "Registrierte Benutzer"
-#: ../../mod/admin.php:198 ../../mod/admin.php:481
+#: ../../mod/admin.php:199 ../../mod/admin.php:532
msgid "Pending registrations"
msgstr "Ausstehende Registrierungen"
-#: ../../mod/admin.php:199
+#: ../../mod/admin.php:200
msgid "Version"
msgstr "Version"
-#: ../../mod/admin.php:201 ../../mod/admin.php:482
+#: ../../mod/admin.php:202 ../../mod/admin.php:533
msgid "Active plugins"
msgstr "Aktive Plug-Ins"
-#: ../../mod/admin.php:342
+#: ../../mod/admin.php:350
msgid "Site settings updated."
msgstr "Site-Einstellungen aktualisiert."
-#: ../../mod/admin.php:371 ../../mod/settings.php:700
+#: ../../mod/admin.php:379 ../../mod/settings.php:702
msgid "No special theme for mobile devices"
msgstr "Keine spezielle Theme für mobile Geräte"
-#: ../../mod/admin.php:373
+#: ../../mod/admin.php:381
msgid "No special theme for accessibility"
msgstr "Kein spezielles Accessibility Theme vorhanden"
-#: ../../mod/admin.php:398
+#: ../../mod/admin.php:409
msgid "Closed"
msgstr "Geschlossen"
-#: ../../mod/admin.php:399
+#: ../../mod/admin.php:410
msgid "Requires approval"
msgstr "Genehmigung erforderlich"
-#: ../../mod/admin.php:400
+#: ../../mod/admin.php:411
msgid "Open"
msgstr "Offen"
-#: ../../mod/admin.php:405
+#: ../../mod/admin.php:416
msgid "Private"
msgstr "Privat"
-#: ../../mod/admin.php:406
+#: ../../mod/admin.php:417
msgid "Paid Access"
msgstr "Kostenpflichtiger Zugang"
-#: ../../mod/admin.php:407
+#: ../../mod/admin.php:418
msgid "Free Access"
msgstr "Kostenloser Zugang"
-#: ../../mod/admin.php:408
+#: ../../mod/admin.php:419
msgid "Tiered Access"
msgstr "Abgestufter Zugang"
-#: ../../mod/admin.php:421 ../../mod/register.php:189
+#: ../../mod/admin.php:432 ../../mod/register.php:189
msgid "Registration"
msgstr "Registrierung"
-#: ../../mod/admin.php:422
+#: ../../mod/admin.php:433
msgid "File upload"
msgstr "Dateiupload"
-#: ../../mod/admin.php:423
+#: ../../mod/admin.php:434
msgid "Policies"
msgstr "Richtlinien"
-#: ../../mod/admin.php:424
+#: ../../mod/admin.php:435
msgid "Advanced"
msgstr "Fortgeschritten"
-#: ../../mod/admin.php:428
+#: ../../mod/admin.php:439
msgid "Site name"
msgstr "Seitenname"
-#: ../../mod/admin.php:429
+#: ../../mod/admin.php:440
msgid "Banner/Logo"
msgstr "Banner/Logo"
-#: ../../mod/admin.php:430
+#: ../../mod/admin.php:441
+msgid "Administrator Information"
+msgstr "Administrator Informationen"
+
+#: ../../mod/admin.php:441
+msgid ""
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr "Kontaktinformationen für Administratoren der Seite. Wird auf der siteinfo Seite angezeigt. BBCode kann verwendet werden."
+
+#: ../../mod/admin.php:442
msgid "System language"
msgstr "System-Sprache"
-#: ../../mod/admin.php:431
+#: ../../mod/admin.php:443
msgid "System theme"
msgstr "System-Theme"
-#: ../../mod/admin.php:431
+#: ../../mod/admin.php:443
msgid ""
"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>"
-#: ../../mod/admin.php:432
+#: ../../mod/admin.php:444
msgid "Mobile system theme"
msgstr "Mobile System-Theme:"
-#: ../../mod/admin.php:432
+#: ../../mod/admin.php:444
msgid "Theme for mobile devices"
msgstr "Theme für mobile Geräte"
-#: ../../mod/admin.php:433
+#: ../../mod/admin.php:445
msgid "Accessibility system theme"
msgstr "Accessibility System-Theme"
-#: ../../mod/admin.php:433
+#: ../../mod/admin.php:445
msgid "Accessibility theme"
msgstr "Accessibility Theme"
-#: ../../mod/admin.php:434
+#: ../../mod/admin.php:446
msgid "Channel to use for this website's static pages"
msgstr "Kanal für die statischen Seiten dieser Webseite verwenden"
-#: ../../mod/admin.php:434
+#: ../../mod/admin.php:446
msgid "Site Channel"
msgstr "Seiten Kanal"
-#: ../../mod/admin.php:436
+#: ../../mod/admin.php:448
msgid "Maximum image size"
msgstr "Maximale Bildgröße"
-#: ../../mod/admin.php:436
+#: ../../mod/admin.php:448
msgid ""
"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."
-#: ../../mod/admin.php:437
+#: ../../mod/admin.php:449
msgid "Register policy"
msgstr "Registrierungsmethode"
-#: ../../mod/admin.php:438
+#: ../../mod/admin.php:450
msgid "Access policy"
msgstr "Zugangsrichtlinien"
-#: ../../mod/admin.php:439
+#: ../../mod/admin.php:451
msgid "Register text"
msgstr "Registrierungstext"
-#: ../../mod/admin.php:439
+#: ../../mod/admin.php:451
msgid "Will be displayed prominently on the registration page."
msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt."
-#: ../../mod/admin.php:440
+#: ../../mod/admin.php:452
msgid "Accounts abandoned after x days"
msgstr "Accounts gelten nach X Tagen als unbenutzt"
-#: ../../mod/admin.php:440
+#: ../../mod/admin.php:452
msgid ""
"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."
-#: ../../mod/admin.php:441
+#: ../../mod/admin.php:453
msgid "Allowed friend domains"
msgstr "Erlaubte Domains für Kontakte"
-#: ../../mod/admin.php:441
+#: ../../mod/admin.php:453
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."
-#: ../../mod/admin.php:442
+#: ../../mod/admin.php:454
msgid "Allowed email domains"
msgstr "Erlaubte Domains für E-Mails"
-#: ../../mod/admin.php:442
+#: ../../mod/admin.php:454
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:443
+#: ../../mod/admin.php:455
msgid "Block public"
msgstr "Öffentlichen Zugriff blockieren"
-#: ../../mod/admin.php:443
+#: ../../mod/admin.php:455
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/admin.php:444
+#: ../../mod/admin.php:456
msgid "Force publish"
msgstr "Veröffentlichung erzwingen"
-#: ../../mod/admin.php:444
+#: ../../mod/admin.php:456
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:445
+#: ../../mod/admin.php:457
msgid "No login on Homepage"
msgstr "Kein Login auf der Homepage"
-#: ../../mod/admin.php:445
+#: ../../mod/admin.php:457
msgid ""
"Check to hide the login form from your sites homepage when visitors arrive "
"who are not logged in (e.g. when you put the content of the homepage in via "
"the site channel)."
msgstr "Wählen um das Login Formular auf der Startseite der Seite zu verbergen, z.B. weil es das Layout der Homepage des Seiten-Kanals stört."
-#: ../../mod/admin.php:447
+#: ../../mod/admin.php:459
msgid "Proxy user"
msgstr "Proxy Benutzer"
-#: ../../mod/admin.php:448
+#: ../../mod/admin.php:460
msgid "Proxy URL"
msgstr "Proxy URL"
-#: ../../mod/admin.php:449
+#: ../../mod/admin.php:461
msgid "Network timeout"
msgstr "Netzwerk-Timeout"
-#: ../../mod/admin.php:449
+#: ../../mod/admin.php:461
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/admin.php:450
+#: ../../mod/admin.php:462
msgid "Delivery interval"
msgstr "Auslieferung Intervall"
-#: ../../mod/admin.php:450
+#: ../../mod/admin.php:462
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."
-#: ../../mod/admin.php:451
+#: ../../mod/admin.php:463
msgid "Poll interval"
msgstr "Abfrageintervall"
-#: ../../mod/admin.php:451
+#: ../../mod/admin.php:463
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."
-#: ../../mod/admin.php:452
+#: ../../mod/admin.php:464
msgid "Maximum Load Average"
msgstr "Maximum Load Average"
-#: ../../mod/admin.php:452
+#: ../../mod/admin.php:464
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50"
-#: ../../mod/admin.php:469
+#: ../../mod/admin.php:520
msgid "No server found"
msgstr "Kein Server gefunden"
-#: ../../mod/admin.php:476 ../../mod/admin.php:698
+#: ../../mod/admin.php:527 ../../mod/admin.php:750
msgid "ID"
msgstr "ID"
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:527
msgid "for channel"
msgstr "für Kanal"
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:527
msgid "on server"
msgstr "auf Server"
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:527
msgid "Status"
msgstr "Status"
-#: ../../mod/admin.php:496
+#: ../../mod/admin.php:548
msgid "Update has been marked successful"
msgstr "Update wurde als erfolgreich markiert"
-#: ../../mod/admin.php:506
+#: ../../mod/admin.php:558
#, php-format
msgid "Executing %s failed. Check system logs."
msgstr "Aufrufen von %s fehlgeschlagen. Überprüfe die Systemlogs."
-#: ../../mod/admin.php:509
+#: ../../mod/admin.php:561
#, php-format
msgid "Update %s was successfully applied."
msgstr "Update %s wurde erfolgreich angewandt."
-#: ../../mod/admin.php:513
+#: ../../mod/admin.php:565
#, 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."
-#: ../../mod/admin.php:516
+#: ../../mod/admin.php:568
#, php-format
msgid "Update function %s could not be found."
msgstr "Update Funktion %s konnte nicht gefunden werden."
-#: ../../mod/admin.php:531
+#: ../../mod/admin.php:583
msgid "No failed updates."
msgstr "Keine fehlgeschlagenen Aktualisierungen."
-#: ../../mod/admin.php:535
+#: ../../mod/admin.php:587
msgid "Failed Updates"
msgstr "Fehlgeschlagene Aktualisierungen"
-#: ../../mod/admin.php:537
+#: ../../mod/admin.php:589
msgid "Mark success (if update was manually applied)"
msgstr "Als erfolgreich markieren (wenn das Update manuell angewandt wurde)"
-#: ../../mod/admin.php:538
+#: ../../mod/admin.php:590
msgid "Attempt to execute this update step automatically"
msgstr "Versuche diesen Updateschritt automatisch anzuwenden"
-#: ../../mod/admin.php:564
+#: ../../mod/admin.php:616
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
msgstr[0] "%s Nutzer blockiert/freigegeben"
msgstr[1] "%s Nutzer blockiert/freigegeben"
-#: ../../mod/admin.php:571
+#: ../../mod/admin.php:623
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
msgstr[0] "%s Nutzer gelöscht"
msgstr[1] "%s Nutzer gelöscht"
-#: ../../mod/admin.php:602
+#: ../../mod/admin.php:654
msgid "Account not found"
msgstr "Konto nicht gefunden"
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:665
#, php-format
msgid "User '%s' deleted"
msgstr "Benutzer '%s' gelöscht"
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:674
#, php-format
msgid "User '%s' unblocked"
msgstr "Benutzer '%s' freigegeben"
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:674
#, php-format
msgid "User '%s' blocked"
msgstr "Benutzer '%s' blockiert"
-#: ../../mod/admin.php:687
+#: ../../mod/admin.php:739
msgid "select all"
msgstr "Alle auswählen"
-#: ../../mod/admin.php:688
+#: ../../mod/admin.php:740
msgid "User registrations waiting for confirm"
msgstr "Neuanmeldungen, die auf deine Bestätigung warten"
-#: ../../mod/admin.php:689
+#: ../../mod/admin.php:741
msgid "Request date"
msgstr "Antragsdatum"
-#: ../../mod/admin.php:689 ../../mod/settings.php:509
-#: ../../mod/settings.php:535
-msgid "Name"
-msgstr "Name"
-
-#: ../../mod/admin.php:690
+#: ../../mod/admin.php:742
msgid "No registrations."
msgstr "Keine Registrierungen."
-#: ../../mod/admin.php:691
+#: ../../mod/admin.php:743
msgid "Approve"
msgstr "Genehmigen"
-#: ../../mod/admin.php:692
+#: ../../mod/admin.php:744
msgid "Deny"
msgstr "Verweigern"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:750
msgid "Register date"
msgstr "Registrierungs-Datum"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:750
msgid "Last login"
msgstr "Letzte Anmeldung"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:750
msgid "Expires"
msgstr "Verfällt"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:750
msgid "Service Class"
msgstr "Service-Klasse"
-#: ../../mod/admin.php:700
+#: ../../mod/admin.php:752
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?"
-#: ../../mod/admin.php:701
+#: ../../mod/admin.php:753
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?"
-#: ../../mod/admin.php:742
+#: ../../mod/admin.php:794
#, php-format
msgid "Plugin %s disabled."
msgstr "Plug-In %s deaktiviert."
-#: ../../mod/admin.php:746
+#: ../../mod/admin.php:798
#, php-format
msgid "Plugin %s enabled."
msgstr "Plug-In %s aktiviert."
-#: ../../mod/admin.php:756 ../../mod/admin.php:958
+#: ../../mod/admin.php:808 ../../mod/admin.php:1010
msgid "Disable"
msgstr "Deaktivieren"
-#: ../../mod/admin.php:758 ../../mod/admin.php:960
+#: ../../mod/admin.php:810 ../../mod/admin.php:1012
msgid "Enable"
msgstr "Aktivieren"
-#: ../../mod/admin.php:784 ../../mod/admin.php:989
+#: ../../mod/admin.php:836 ../../mod/admin.php:1041
msgid "Toggle"
msgstr "Umschalten"
-#: ../../mod/admin.php:792 ../../mod/admin.php:999
+#: ../../mod/admin.php:844 ../../mod/admin.php:1051
msgid "Author: "
msgstr "Autor: "
-#: ../../mod/admin.php:793 ../../mod/admin.php:1000
+#: ../../mod/admin.php:845 ../../mod/admin.php:1052
msgid "Maintainer: "
msgstr "Betreuer:"
-#: ../../mod/admin.php:922
+#: ../../mod/admin.php:974
msgid "No themes found."
msgstr "Keine Theme gefunden."
-#: ../../mod/admin.php:981
+#: ../../mod/admin.php:1033
msgid "Screenshot"
msgstr "Bildschirmfoto"
-#: ../../mod/admin.php:1029
+#: ../../mod/admin.php:1081
msgid "[Experimental]"
msgstr "[Experimentell]"
-#: ../../mod/admin.php:1030
+#: ../../mod/admin.php:1082
msgid "[Unsupported]"
msgstr "[Nicht unterstützt]"
-#: ../../mod/admin.php:1057
+#: ../../mod/admin.php:1109
msgid "Log settings updated."
msgstr "Protokoll-Einstellungen aktualisiert."
-#: ../../mod/admin.php:1113
+#: ../../mod/admin.php:1165
msgid "Clear"
msgstr "Leeren"
-#: ../../mod/admin.php:1119
+#: ../../mod/admin.php:1171
msgid "Debugging"
msgstr "Debugging"
-#: ../../mod/admin.php:1120
+#: ../../mod/admin.php:1172
msgid "Log file"
msgstr "Protokolldatei"
-#: ../../mod/admin.php:1120
+#: ../../mod/admin.php:1172
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."
-#: ../../mod/admin.php:1121
+#: ../../mod/admin.php:1173
msgid "Log level"
msgstr "Protokollstufe"
@@ -4811,7 +4842,7 @@ msgid "Unable to add menu element."
msgstr "Kann Menü-Bestandteil nicht hinzufügen."
#: ../../mod/mitem.php:78 ../../mod/xchan.php:25 ../../mod/menu.php:113
-#: ../../mod/dirprofile.php:176
+#: ../../mod/dirprofile.php:181
msgid "Not found."
msgstr "Nicht gefunden."
@@ -4859,7 +4890,7 @@ msgstr "Neues Menü-Bestandteil"
msgid "Menu Item Permissions"
msgstr "Menü-Element Zugriffsrechte"
-#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:930
+#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:937
msgid "(click to open/close)"
msgstr "(zum öffnen/schließen anklicken)"
@@ -4953,7 +4984,7 @@ msgstr "Mitglieder"
#: ../../mod/group.php:198
msgid "All Connected Channels"
-msgstr "Alle verbundene Channels"
+msgstr "Alle verbundenen Kanäle"
#: ../../mod/group.php:231
msgid "Click on a channel to add or remove."
@@ -4967,136 +4998,139 @@ msgstr "Informationen über den Betreiber der Seite konnten nicht gefunden werde
msgid "Album not found."
msgstr "Album nicht gefunden."
-#: ../../mod/photos.php:119 ../../mod/photos.php:799
+#: ../../mod/photos.php:119 ../../mod/photos.php:668
msgid "Delete Album"
msgstr "Album löschen"
-#: ../../mod/photos.php:159 ../../mod/photos.php:1061
+#: ../../mod/photos.php:159 ../../mod/photos.php:934
msgid "Delete Photo"
msgstr "Foto löschen"
-#: ../../mod/photos.php:500
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s wurde auf %2$s von %3$s getaggt"
-
-#: ../../mod/photos.php:500
-msgid "a photo"
-msgstr "Foto"
-
-#: ../../mod/photos.php:583
+#: ../../mod/photos.php:452
msgid "No photos selected"
msgstr "Keine Fotos ausgewählt"
-#: ../../mod/photos.php:630
+#: ../../mod/photos.php:499
msgid "Access to this item is restricted."
msgstr "Zugriff auf dieses Foto wurde eingeschränkt."
-#: ../../mod/photos.php:704
+#: ../../mod/photos.php:573
#, php-format
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."
-#: ../../mod/photos.php:707
+#: ../../mod/photos.php:576
#, php-format
msgid "You have used %1$.2f Mbytes of photo storage."
msgstr "Du verwendets %1$.2f MBytes deines Foto-Speichers."
-#: ../../mod/photos.php:726
+#: ../../mod/photos.php:595
msgid "Upload Photos"
msgstr "Fotos hochladen"
-#: ../../mod/photos.php:730 ../../mod/photos.php:794
+#: ../../mod/photos.php:599 ../../mod/photos.php:663
msgid "New album name: "
msgstr "Name des neuen Albums:"
-#: ../../mod/photos.php:731
+#: ../../mod/photos.php:600
msgid "or existing album name: "
msgstr "oder bestehenden Album Namen:"
-#: ../../mod/photos.php:732
+#: ../../mod/photos.php:601
msgid "Do not show a status post for this upload"
msgstr "Keine Statusnachricht für diesen Upload senden"
-#: ../../mod/photos.php:734 ../../mod/photos.php:1056
-#: ../../mod/filestorage.php:125
+#: ../../mod/photos.php:603 ../../mod/photos.php:929
+#: ../../mod/filestorage.php:124
msgid "Permissions"
msgstr "Berechtigungen"
-#: ../../mod/photos.php:783 ../../mod/photos.php:805 ../../mod/photos.php:1232
-#: ../../mod/photos.php:1247
+#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1105
+#: ../../mod/photos.php:1120
msgid "Contact Photos"
msgstr "Kontakt Bilder"
-#: ../../mod/photos.php:809
+#: ../../mod/photos.php:678
msgid "Edit Album"
msgstr "Album bearbeiten"
-#: ../../mod/photos.php:815
+#: ../../mod/photos.php:684
msgid "Show Newest First"
msgstr "Zeige neueste zuerst"
-#: ../../mod/photos.php:817
+#: ../../mod/photos.php:686
msgid "Show Oldest First"
msgstr "Zeige älteste zuerst"
-#: ../../mod/photos.php:860 ../../mod/photos.php:1279
+#: ../../mod/photos.php:729 ../../mod/photos.php:1152
msgid "View Photo"
msgstr "Foto ansehen"
-#: ../../mod/photos.php:906
+#: ../../mod/photos.php:775
msgid "Permission denied. Access to this item may be restricted."
msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden."
-#: ../../mod/photos.php:908
+#: ../../mod/photos.php:777
msgid "Photo not available"
msgstr "Foto nicht verfügbar"
-#: ../../mod/photos.php:966
+#: ../../mod/photos.php:837
msgid "Use as profile photo"
msgstr "Als Profilfoto verwenden"
-#: ../../mod/photos.php:990
+#: ../../mod/photos.php:861
msgid "View Full Size"
msgstr "In voller Größe anzeigen"
-#: ../../mod/photos.php:1044
+#: ../../mod/photos.php:917
msgid "Edit photo"
msgstr "Foto bearbeiten"
-#: ../../mod/photos.php:1046
+#: ../../mod/photos.php:919
msgid "Rotate CW (right)"
msgstr "Drehen US (rechts)"
-#: ../../mod/photos.php:1047
+#: ../../mod/photos.php:920
msgid "Rotate CCW (left)"
msgstr "Drehen EUS (links)"
-#: ../../mod/photos.php:1049
+#: ../../mod/photos.php:922
msgid "New album name"
msgstr "Name des neuen Albums:"
-#: ../../mod/photos.php:1052
+#: ../../mod/photos.php:925
msgid "Caption"
msgstr "Bildunterschrift"
-#: ../../mod/photos.php:1054
+#: ../../mod/photos.php:927
msgid "Add a Tag"
msgstr "Schlagwort hinzufügen"
-#: ../../mod/photos.php:1058
+#: ../../mod/photos.php:931
msgid ""
"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-#: ../../mod/photos.php:1285
+#: ../../mod/photos.php:1158
msgid "View Album"
msgstr "Album ansehen"
-#: ../../mod/photos.php:1294
+#: ../../mod/photos.php:1167
msgid "Recent Photos"
msgstr "Neueste Fotos"
+#: ../../mod/chat.php:18 ../../mod/channel.php:25
+msgid "You must be logged in to see this page."
+msgstr "Du musst angemeldet sein um diese Seite betrachten zu können."
+
+#: ../../mod/chat.php:130
+msgid "New Chatroom"
+msgstr "Neuen Chatraum"
+
+#: ../../mod/chat.php:131
+msgid "Chatroom Name"
+msgstr "Chatraum Name"
+
#: ../../mod/filer.php:35
msgid "- select -"
msgstr "-auswählen-"
@@ -5182,28 +5216,28 @@ msgstr "Einträge zu diesem Menü hinzufügen oder entfernen"
msgid "Welcome to %s"
msgstr "Willkommen auf %s"
-#: ../../mod/directory.php:143 ../../mod/profiles.php:573
-#: ../../mod/dirprofile.php:95
+#: ../../mod/directory.php:143 ../../mod/profiles.php:561
+#: ../../mod/dirprofile.php:98
msgid "Age: "
msgstr "Alter:"
-#: ../../mod/directory.php:146 ../../mod/dirprofile.php:98
+#: ../../mod/directory.php:146 ../../mod/dirprofile.php:101
msgid "Gender: "
msgstr "Geschlecht:"
-#: ../../mod/directory.php:206
+#: ../../mod/directory.php:207
msgid "Finding:"
msgstr "Ergebnisse:"
-#: ../../mod/directory.php:214
+#: ../../mod/directory.php:215
msgid "next page"
msgstr "nächste Seite"
-#: ../../mod/directory.php:214
+#: ../../mod/directory.php:215
msgid "previous page"
msgstr "vorige Seite"
-#: ../../mod/directory.php:221
+#: ../../mod/directory.php:222
msgid "No entries (some entries may be hidden)."
msgstr "Keine Einträge gefunden (einige könnten versteckt sein)."
@@ -5235,7 +5269,7 @@ msgstr "Neue Verbindungen vorschlagen"
msgid "Show pending (new) connections"
msgstr "Zeige schwebende (neue) Verbindungen"
-#: ../../mod/connections.php:248
+#: ../../mod/connections.php:248 ../../mod/profperm.php:134
msgid "All Connections"
msgstr "Alle Verbindungen"
@@ -5300,7 +5334,7 @@ msgstr "Layout Name"
msgid "Help:"
msgstr "Hilfe:"
-#: ../../mod/help.php:68 ../../index.php:224
+#: ../../mod/help.php:68 ../../index.php:223
msgid "Not Found"
msgstr "Nicht gefunden"
@@ -5310,7 +5344,7 @@ msgstr "Entfernte Authentifizierung"
#: ../../mod/rmagic.php:57
msgid "Enter your channel address (e.g. channel@example.com)"
-msgstr "Deine Kanal-Adresse (z.B. channel@example.com)"
+msgstr "Deine Kanal-Adresse (z. B. channel@example.com)"
#: ../../mod/rmagic.php:58
msgid "Authenticate"
@@ -5359,6 +5393,53 @@ msgstr "Willkommen %s. Entfernte Authentifizierung erfolgreich."
msgid "This site is not a directory server"
msgstr "Diese Website ist kein Verzeichnis-Server"
+#: ../../mod/siteinfo.php:57
+#, php-format
+msgid "Version %s"
+msgstr "Version %s"
+
+#: ../../mod/siteinfo.php:76
+msgid "Installed plugins/addons/apps:"
+msgstr "Installierte Plugins/Addons/Apps"
+
+#: ../../mod/siteinfo.php:89
+msgid "No installed plugins/addons/apps"
+msgstr "Keine installierten Plugins/Addons/Apps"
+
+#: ../../mod/siteinfo.php:94
+msgid "Red"
+msgstr "Red"
+
+#: ../../mod/siteinfo.php:95
+msgid ""
+"This is a hub of the Red Matrix - a global cooperative network of "
+"decentralised privacy enhanced websites."
+msgstr "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre."
+
+#: ../../mod/siteinfo.php:98
+msgid "Running at web location"
+msgstr "Erreichbar unter der Web-Adresse"
+
+#: ../../mod/siteinfo.php:99
+msgid ""
+"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
+"about the Red Matrix."
+msgstr "Besuche <a href=\"http://getzot.com\">GetZot.com</a> um mehr über die Red Matrix zu erfahren."
+
+#: ../../mod/siteinfo.php:100
+msgid "Bug reports and issues: please visit"
+msgstr "Probleme oder Fehler gefunden? Bitte besuche"
+
+#: ../../mod/siteinfo.php:103
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"redmatrix\" at "
+"librelist - dot com"
+msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an 'redmatrix' at librelist - dot - com"
+
+#: ../../mod/siteinfo.php:104
+msgid "Site Administrators"
+msgstr "Administratoren"
+
#: ../../mod/lockview.php:34
msgid "Remote privacy information not available."
msgstr "Entfernte Privatsphären Einstellungen sind nicht verfügbar."
@@ -5372,7 +5453,7 @@ msgid "Hub not found."
msgstr "Server nicht gefunden."
#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
-#: ../../mod/profiles.php:168 ../../mod/profiles.php:475
+#: ../../mod/profiles.php:168 ../../mod/profiles.php:463
msgid "Profile not found."
msgstr "Profil nicht gefunden."
@@ -5396,232 +5477,232 @@ msgstr "Profil kann nicht geklont werden."
msgid "Profile Name is required."
msgstr "Profil-Name erforderlich."
-#: ../../mod/profiles.php:306
+#: ../../mod/profiles.php:294
msgid "Marital Status"
msgstr "Familienstand"
-#: ../../mod/profiles.php:310
+#: ../../mod/profiles.php:298
msgid "Romantic Partner"
msgstr "Romantische Partner"
-#: ../../mod/profiles.php:314
+#: ../../mod/profiles.php:302
msgid "Likes"
msgstr "Gefällt-mir"
-#: ../../mod/profiles.php:318
+#: ../../mod/profiles.php:306
msgid "Dislikes"
msgstr "Gefällt-mir-nicht"
-#: ../../mod/profiles.php:322
+#: ../../mod/profiles.php:310
msgid "Work/Employment"
msgstr "Arbeit/Anstellung"
-#: ../../mod/profiles.php:325
+#: ../../mod/profiles.php:313
msgid "Religion"
msgstr "Religion"
-#: ../../mod/profiles.php:329
+#: ../../mod/profiles.php:317
msgid "Political Views"
msgstr "Politische Anscihten"
-#: ../../mod/profiles.php:333
+#: ../../mod/profiles.php:321
msgid "Gender"
msgstr "Geschlecht"
-#: ../../mod/profiles.php:337
+#: ../../mod/profiles.php:325
msgid "Sexual Preference"
msgstr "Sexuelle Orientierung"
-#: ../../mod/profiles.php:341
+#: ../../mod/profiles.php:329
msgid "Homepage"
msgstr "Webseite"
-#: ../../mod/profiles.php:345
+#: ../../mod/profiles.php:333
msgid "Interests"
msgstr "Hobbys/Interessen"
-#: ../../mod/profiles.php:349
+#: ../../mod/profiles.php:337
msgid "Address"
msgstr "Adresse"
-#: ../../mod/profiles.php:356 ../../mod/pubsites.php:31
+#: ../../mod/profiles.php:344 ../../mod/pubsites.php:31
msgid "Location"
msgstr "Ort"
-#: ../../mod/profiles.php:439
+#: ../../mod/profiles.php:427
msgid "Profile updated."
msgstr "Profil aktualisiert."
-#: ../../mod/profiles.php:494
+#: ../../mod/profiles.php:482
msgid "Hide your contact/friend list from viewers of this profile?"
msgstr "Verberge die Liste deiner Kontakte vor Betrachtern dieses Profils"
-#: ../../mod/profiles.php:517
+#: ../../mod/profiles.php:505
msgid "Edit Profile Details"
msgstr "Bearbeite Profil-Details"
-#: ../../mod/profiles.php:519
+#: ../../mod/profiles.php:507
msgid "View this profile"
msgstr "Dieses Profil ansehen"
-#: ../../mod/profiles.php:520
+#: ../../mod/profiles.php:508
msgid "Change Profile Photo"
msgstr "Profilfoto ändern"
-#: ../../mod/profiles.php:521
+#: ../../mod/profiles.php:509
msgid "Create a new profile using these settings"
msgstr "Neues Profil anlegen und diese Einstellungen übernehmen"
-#: ../../mod/profiles.php:522
+#: ../../mod/profiles.php:510
msgid "Clone this profile"
msgstr "Dieses Profil klonen"
-#: ../../mod/profiles.php:523
+#: ../../mod/profiles.php:511
msgid "Delete this profile"
msgstr "Dieses Profil löschen"
-#: ../../mod/profiles.php:524
+#: ../../mod/profiles.php:512
msgid "Profile Name:"
msgstr "Profilname:"
-#: ../../mod/profiles.php:525
+#: ../../mod/profiles.php:513
msgid "Your Full Name:"
msgstr "Dein voller Name:"
-#: ../../mod/profiles.php:526
+#: ../../mod/profiles.php:514
msgid "Title/Description:"
msgstr "Titel/Beschreibung:"
-#: ../../mod/profiles.php:527
+#: ../../mod/profiles.php:515
msgid "Your Gender:"
msgstr "Dein Geschlecht:"
-#: ../../mod/profiles.php:528
+#: ../../mod/profiles.php:516
#, php-format
msgid "Birthday (%s):"
msgstr "Geburtstag (%s):"
-#: ../../mod/profiles.php:529
+#: ../../mod/profiles.php:517
msgid "Street Address:"
msgstr "Straße und Hausnummer:"
-#: ../../mod/profiles.php:530
+#: ../../mod/profiles.php:518
msgid "Locality/City:"
msgstr "Wohnort:"
-#: ../../mod/profiles.php:531
+#: ../../mod/profiles.php:519
msgid "Postal/Zip Code:"
msgstr "Postleitzahl:"
-#: ../../mod/profiles.php:532
+#: ../../mod/profiles.php:520
msgid "Country:"
msgstr "Land:"
-#: ../../mod/profiles.php:533
+#: ../../mod/profiles.php:521
msgid "Region/State:"
msgstr "Region/Bundesstaat"
-#: ../../mod/profiles.php:534
+#: ../../mod/profiles.php:522
msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
msgstr "<span class=\"heart\">&hearts;</span> Beziehungsstatus:"
-#: ../../mod/profiles.php:535
+#: ../../mod/profiles.php:523
msgid "Who: (if applicable)"
msgstr "Wer: (falls anwendbar)"
-#: ../../mod/profiles.php:536
+#: ../../mod/profiles.php:524
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com"
-#: ../../mod/profiles.php:537
+#: ../../mod/profiles.php:525
msgid "Since [date]:"
msgstr "Seit [Datum]:"
-#: ../../mod/profiles.php:539
+#: ../../mod/profiles.php:527
msgid "Homepage URL:"
msgstr "Homepage URL:"
-#: ../../mod/profiles.php:542
+#: ../../mod/profiles.php:530
msgid "Religious Views:"
msgstr "Religiöse Ansichten:"
-#: ../../mod/profiles.php:543
+#: ../../mod/profiles.php:531
msgid "Keywords:"
msgstr "Schlüsselwörter:"
-#: ../../mod/profiles.php:546
+#: ../../mod/profiles.php:534
msgid "Example: fishing photography software"
msgstr "Beispiel: fischen Fotografie Software"
-#: ../../mod/profiles.php:547
+#: ../../mod/profiles.php:535
msgid "Used in directory listings"
msgstr "Wird in Verzeichnis Auflistungen verwendet"
-#: ../../mod/profiles.php:548
+#: ../../mod/profiles.php:536
msgid "Tell us about yourself..."
msgstr "Erzähl uns ein wenig von Dir..."
-#: ../../mod/profiles.php:549
+#: ../../mod/profiles.php:537
msgid "Hobbies/Interests"
msgstr "Hobbys/Interessen"
-#: ../../mod/profiles.php:550
+#: ../../mod/profiles.php:538
msgid "Contact information and Social Networks"
msgstr "Kontaktinformation und soziale Netzwerke"
-#: ../../mod/profiles.php:551
+#: ../../mod/profiles.php:539
msgid "My other channels"
-msgstr "Meine anderen Channels"
+msgstr "Meine anderen Kanäle"
-#: ../../mod/profiles.php:552
+#: ../../mod/profiles.php:540
msgid "Musical interests"
msgstr "Musikalische Interessen"
-#: ../../mod/profiles.php:553
+#: ../../mod/profiles.php:541
msgid "Books, literature"
msgstr "Bücher, Literatur"
-#: ../../mod/profiles.php:554
+#: ../../mod/profiles.php:542
msgid "Television"
msgstr "Fernsehen"
-#: ../../mod/profiles.php:555
+#: ../../mod/profiles.php:543
msgid "Film/dance/culture/entertainment"
msgstr "Film/Tanz/Kultur/Unterhaltung"
-#: ../../mod/profiles.php:556
+#: ../../mod/profiles.php:544
msgid "Love/romance"
msgstr "Liebe/Romantik"
-#: ../../mod/profiles.php:557
+#: ../../mod/profiles.php:545
msgid "Work/employment"
msgstr "Arbeit/Anstellung"
-#: ../../mod/profiles.php:558
+#: ../../mod/profiles.php:546
msgid "School/education"
msgstr "Schule/Ausbildung"
-#: ../../mod/profiles.php:563
+#: ../../mod/profiles.php:551
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."
-#: ../../mod/profiles.php:612
+#: ../../mod/profiles.php:600
msgid "Edit/Manage Profiles"
msgstr "Bearbeite/Verwalte Profile"
-#: ../../mod/profiles.php:613
+#: ../../mod/profiles.php:601
msgid "Add profile things"
msgstr "Profil-Dinge hinzufügen"
-#: ../../mod/profiles.php:614
+#: ../../mod/profiles.php:602
msgid "Include desirable objects in your profile"
msgstr "binde begehrenswerte Dinge in dein Profil ein"
#: ../../mod/new_channel.php:107
msgid "Add a Channel"
-msgstr "Channel hinzufügen"
+msgstr "Kanal hinzufügen"
#: ../../mod/new_channel.php:108
msgid ""
@@ -5653,43 +5734,43 @@ msgstr "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem
msgid "Permission Denied."
msgstr "Zugriff verweigert."
-#: ../../mod/filestorage.php:86
+#: ../../mod/filestorage.php:85
msgid "File not found."
msgstr "Datei nicht gefunden"
-#: ../../mod/filestorage.php:120
+#: ../../mod/filestorage.php:119
msgid "Edit file permissions"
msgstr "Dateiberechtigungen bearbeiten"
-#: ../../mod/filestorage.php:127
+#: ../../mod/filestorage.php:126
msgid "Include all files and sub folders"
msgstr "Alle Dateien und Unterverzeichnisse einbinden"
-#: ../../mod/filestorage.php:128
+#: ../../mod/filestorage.php:127
msgid "Return to file list"
msgstr "Zurück zur Dateiliste"
-#: ../../mod/filestorage.php:130
+#: ../../mod/filestorage.php:129
msgid "Copy/paste this code to attach file to a post"
msgstr "Diesen Code kopieren/einfügen um die Datei an einen Beitrag anzuhängen"
-#: ../../mod/filestorage.php:131
+#: ../../mod/filestorage.php:130
msgid "Copy/paste this URL to link file from a web page"
msgstr "Diese URL verwenden um auf die Datei von einer Webseite aus zu verweisen"
-#: ../../mod/filestorage.php:168
+#: ../../mod/filestorage.php:167
msgid "Download"
msgstr "Download"
-#: ../../mod/filestorage.php:174
+#: ../../mod/filestorage.php:173
msgid "Used: "
msgstr "Verwendet:"
-#: ../../mod/filestorage.php:175
+#: ../../mod/filestorage.php:174
msgid "[directory]"
msgstr "[Verzeichnis]"
-#: ../../mod/filestorage.php:177
+#: ../../mod/filestorage.php:176
msgid "Limit: "
msgstr "Limit:"
@@ -5717,7 +5798,7 @@ msgid ""
"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."
-#: ../../mod/lostpass.php:85 ../../boot.php:1426
+#: ../../mod/lostpass.php:85 ../../boot.php:1431
msgid "Password Reset"
msgstr "Zurücksetzen des Kennworts"
@@ -5908,7 +5989,7 @@ msgstr "Name wird benötigt"
msgid "Key and Secret are required"
msgstr "Schlüssel und Geheimnis werden benötigt"
-#: ../../mod/settings.php:79 ../../mod/settings.php:533
+#: ../../mod/settings.php:79 ../../mod/settings.php:535
msgid "Update"
msgstr "Update"
@@ -5940,330 +6021,342 @@ msgstr "Geschützte E-Mail Adresse. Diese kann nicht verändert werden."
msgid "System failure storing new email. Please try again."
msgstr "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal."
-#: ../../mod/settings.php:435
+#: ../../mod/settings.php:437
msgid "Settings updated."
msgstr "Einstellungen aktualisiert."
-#: ../../mod/settings.php:506 ../../mod/settings.php:532
-#: ../../mod/settings.php:568
+#: ../../mod/settings.php:508 ../../mod/settings.php:534
+#: ../../mod/settings.php:570
msgid "Add application"
msgstr "Anwendung hinzufügen"
-#: ../../mod/settings.php:509
+#: ../../mod/settings.php:511 ../../mod/settings.php:537
+msgid "Name"
+msgstr "Name"
+
+#: ../../mod/settings.php:511
msgid "Name of application"
msgstr "Name der Anwendung"
-#: ../../mod/settings.php:510 ../../mod/settings.php:536
+#: ../../mod/settings.php:512 ../../mod/settings.php:538
msgid "Consumer Key"
msgstr "Consumer Key"
-#: ../../mod/settings.php:510 ../../mod/settings.php:511
+#: ../../mod/settings.php:512 ../../mod/settings.php:513
msgid "Automatically generated - change if desired. Max length 20"
msgstr "Automatisch erzeugt - ändern falls erwünscht. Maximale Länge 20"
-#: ../../mod/settings.php:511 ../../mod/settings.php:537
+#: ../../mod/settings.php:513 ../../mod/settings.php:539
msgid "Consumer Secret"
msgstr "Consumer Secret"
-#: ../../mod/settings.php:512 ../../mod/settings.php:538
+#: ../../mod/settings.php:514 ../../mod/settings.php:540
msgid "Redirect"
msgstr "Umleitung"
-#: ../../mod/settings.php:512
+#: ../../mod/settings.php:514
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/settings.php:513 ../../mod/settings.php:539
+#: ../../mod/settings.php:515 ../../mod/settings.php:541
msgid "Icon url"
msgstr "Symbol-URL"
-#: ../../mod/settings.php:513
+#: ../../mod/settings.php:515
msgid "Optional"
msgstr "Optional"
-#: ../../mod/settings.php:524
+#: ../../mod/settings.php:526
msgid "You can't edit this application."
msgstr "Diese Anwendung kann nicht bearbeitet werden."
-#: ../../mod/settings.php:567
+#: ../../mod/settings.php:569
msgid "Connected Apps"
msgstr "Verbundene Apps"
-#: ../../mod/settings.php:571
+#: ../../mod/settings.php:573
msgid "Client key starts with"
msgstr "Client key beginnt mit"
-#: ../../mod/settings.php:572
+#: ../../mod/settings.php:574
msgid "No name"
msgstr "Kein Name"
-#: ../../mod/settings.php:573
+#: ../../mod/settings.php:575
msgid "Remove authorization"
msgstr "Authorisierung aufheben"
-#: ../../mod/settings.php:584
+#: ../../mod/settings.php:586
msgid "No feature settings configured"
msgstr "Keine Funktions-Einstellungen konfiguriert"
-#: ../../mod/settings.php:592
+#: ../../mod/settings.php:594
msgid "Feature Settings"
msgstr "Funktions-Einstellungen"
-#: ../../mod/settings.php:615
+#: ../../mod/settings.php:617
msgid "Account Settings"
msgstr "Konto-Einstellungen"
-#: ../../mod/settings.php:616
+#: ../../mod/settings.php:618
msgid "Password Settings"
msgstr "Kennwort-Einstellungen"
-#: ../../mod/settings.php:617
+#: ../../mod/settings.php:619
msgid "New Password:"
msgstr "Neues Passwort:"
-#: ../../mod/settings.php:618
+#: ../../mod/settings.php:620
msgid "Confirm:"
msgstr "Bestätigen:"
-#: ../../mod/settings.php:618
+#: ../../mod/settings.php:620
msgid "Leave password fields blank unless changing"
msgstr "Lasse die Passwort -Felder leer außer du möchtest das Passwort ändern"
-#: ../../mod/settings.php:620 ../../mod/settings.php:912
+#: ../../mod/settings.php:622 ../../mod/settings.php:917
msgid "Email Address:"
msgstr "Email Adresse:"
-#: ../../mod/settings.php:621
+#: ../../mod/settings.php:623
msgid "Remove Account"
msgstr "Konto entfernen"
-#: ../../mod/settings.php:622
+#: ../../mod/settings.php:624
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/settings.php:638
+#: ../../mod/settings.php:640
msgid "Off"
msgstr "Aus"
-#: ../../mod/settings.php:638
+#: ../../mod/settings.php:640
msgid "On"
msgstr "An"
-#: ../../mod/settings.php:645
+#: ../../mod/settings.php:647
msgid "Additional Features"
msgstr "Zusätzliche Funktionen"
-#: ../../mod/settings.php:670
+#: ../../mod/settings.php:672
msgid "Connector Settings"
msgstr "Connector-Einstellungen"
-#: ../../mod/settings.php:740
+#: ../../mod/settings.php:742
msgid "Display Settings"
msgstr "Anzeige-Einstellungen"
-#: ../../mod/settings.php:746
+#: ../../mod/settings.php:748
msgid "Display Theme:"
msgstr "Anzeige Theme:"
-#: ../../mod/settings.php:747
+#: ../../mod/settings.php:749
msgid "Mobile Theme:"
msgstr "Mobile Theme:"
-#: ../../mod/settings.php:748
+#: ../../mod/settings.php:750
msgid "Update browser every xx seconds"
msgstr "Browser alle xx Sekunden aktualisieren"
-#: ../../mod/settings.php:748
+#: ../../mod/settings.php:750
msgid "Minimum of 10 seconds, no maximum"
msgstr "Minimum von 10 Sekunden, kein Maximum"
-#: ../../mod/settings.php:749
+#: ../../mod/settings.php:751
msgid "Maximum number of conversations to load at any time:"
msgstr "Maximale Anzahl von Unterhaltungen die gleichzeitig geladen werden sollen:"
-#: ../../mod/settings.php:749
+#: ../../mod/settings.php:751
msgid "Maximum of 100 items"
msgstr "Maximum von 100 Beiträgen"
-#: ../../mod/settings.php:750
+#: ../../mod/settings.php:752
msgid "Don't show emoticons"
msgstr "Emoticons nicht zeigen"
-#: ../../mod/settings.php:786
+#: ../../mod/settings.php:788
msgid "Nobody except yourself"
msgstr "Niemand außer du selbst"
-#: ../../mod/settings.php:787
+#: ../../mod/settings.php:789
msgid "Only those you specifically allow"
msgstr "Nur die, denen du es explizit erlaubst"
-#: ../../mod/settings.php:788
+#: ../../mod/settings.php:790
msgid "Anybody in your address book"
msgstr "Jeder aus Ihrem Adressbuch"
-#: ../../mod/settings.php:789
+#: ../../mod/settings.php:791
msgid "Anybody on this website"
msgstr "Jeder auf dieser Website"
-#: ../../mod/settings.php:790
+#: ../../mod/settings.php:792
msgid "Anybody in this network"
msgstr "Jeder in diesem Netzwerk"
-#: ../../mod/settings.php:791
+#: ../../mod/settings.php:793
msgid "Anybody on the internet"
msgstr "Jeder im Internet"
-#: ../../mod/settings.php:865
+#: ../../mod/settings.php:870
msgid "Publish your default profile in the network directory"
msgstr "Veröffentliche dein Standard-Profil im Netzwerk-Verzeichnis"
-#: ../../mod/settings.php:870
+#: ../../mod/settings.php:875
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/settings.php:874 ../../mod/profile_photo.php:288
+#: ../../mod/settings.php:879 ../../mod/profile_photo.php:288
msgid "or"
msgstr "oder"
-#: ../../mod/settings.php:879
+#: ../../mod/settings.php:884
msgid "Your channel address is"
msgstr "Deine Kanal-Adresse lautet"
-#: ../../mod/settings.php:901
+#: ../../mod/settings.php:906
msgid "Channel Settings"
-msgstr "Channel-Einstellungen"
+msgstr "Kanal-Einstellungen"
-#: ../../mod/settings.php:910
+#: ../../mod/settings.php:915
msgid "Basic Settings"
msgstr "Grundeinstellungen"
-#: ../../mod/settings.php:913
+#: ../../mod/settings.php:918
msgid "Your Timezone:"
msgstr "Ihre Zeitzone:"
-#: ../../mod/settings.php:914
+#: ../../mod/settings.php:919
msgid "Default Post Location:"
msgstr "Standardstandort:"
-#: ../../mod/settings.php:915
+#: ../../mod/settings.php:920
msgid "Use Browser Location:"
msgstr "Standort des Browsers verwenden:"
-#: ../../mod/settings.php:917
+#: ../../mod/settings.php:922
msgid "Adult Content"
msgstr "Nicht Jugendfreie-Inhalte"
-#: ../../mod/settings.php:917
+#: ../../mod/settings.php:922
msgid "This channel publishes adult content."
msgstr "Dieser Kanal veröffentlicht nicht Jugendfreie-Inhalte"
-#: ../../mod/settings.php:919
+#: ../../mod/settings.php:924
msgid "Security and Privacy Settings"
msgstr "Sicherheits- und Datenschutz-Einstellungen"
-#: ../../mod/settings.php:921
+#: ../../mod/settings.php:926
+msgid "Hide my online presence"
+msgstr "Meine Online-Präsenz verbergen"
+
+#: ../../mod/settings.php:926
+msgid "Prevents showing if you are available for chat"
+msgstr "Verhindert es als für Chats verfügbar angezeigt zu werden"
+
+#: ../../mod/settings.php:928
msgid "Quick Privacy Settings:"
msgstr "Schnelle Datenschutz-Einstellungen:"
-#: ../../mod/settings.php:922
+#: ../../mod/settings.php:929
msgid "Very Public - extremely permissive"
msgstr "Sehr offen - extrem freizügig"
-#: ../../mod/settings.php:923
+#: ../../mod/settings.php:930
msgid "Typical - default public, privacy when desired"
msgstr "Typisch - Standard öffentlich, Privatheit wenn gewünscht"
-#: ../../mod/settings.php:924
+#: ../../mod/settings.php:931
msgid "Private - default private, rarely open or public"
msgstr "Privat - Standard privat, selten offen oder öffentlich"
-#: ../../mod/settings.php:925
+#: ../../mod/settings.php:932
msgid "Blocked - default blocked to/from everybody"
msgstr "Geschlossen - Standard zu und von jedem geblockt"
-#: ../../mod/settings.php:928
+#: ../../mod/settings.php:935
msgid "Maximum Friend Requests/Day:"
msgstr "Maximale Kontaktanfragen pro Tag:"
-#: ../../mod/settings.php:928
+#: ../../mod/settings.php:935
msgid "May reduce spam activity"
msgstr "Kann die Spam-Aktivität verringern"
-#: ../../mod/settings.php:929
+#: ../../mod/settings.php:936
msgid "Default Post Permissions"
msgstr "Beitragszugriffrechte Standardeinstellungen"
-#: ../../mod/settings.php:941
+#: ../../mod/settings.php:948
msgid "Maximum private messages per day from unknown people:"
msgstr "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:"
-#: ../../mod/settings.php:941
+#: ../../mod/settings.php:948
msgid "Useful to reduce spamming"
msgstr "Nützlich um Spam zu verringern"
-#: ../../mod/settings.php:944
+#: ../../mod/settings.php:951
msgid "Notification Settings"
msgstr "Benachrichtigungs-Einstellungen"
-#: ../../mod/settings.php:945
+#: ../../mod/settings.php:952
msgid "By default post a status message when:"
msgstr "Sende standardmäßig Status-Nachrichten wenn:"
-#: ../../mod/settings.php:946
+#: ../../mod/settings.php:953
msgid "accepting a friend request"
msgstr "einer Kontaktanfrage stattgegeben wurde"
-#: ../../mod/settings.php:947
+#: ../../mod/settings.php:954
msgid "joining a forum/community"
msgstr "ein Forum beigetreten wurde"
-#: ../../mod/settings.php:948
+#: ../../mod/settings.php:955
msgid "making an <em>interesting</em> profile change"
msgstr "eine <em>interessante</em> Änderung am Profil vorgenommen wurde"
-#: ../../mod/settings.php:949
+#: ../../mod/settings.php:956
msgid "Send a notification email when:"
msgstr "Eine Email Benachrichtigung senden wenn:"
-#: ../../mod/settings.php:950
+#: ../../mod/settings.php:957
msgid "You receive an introduction"
msgstr "Du eine Vorstellung erhältst"
-#: ../../mod/settings.php:951
+#: ../../mod/settings.php:958
msgid "Your introductions are confirmed"
msgstr "Deine Vorstellung bestätigt wurde."
-#: ../../mod/settings.php:952
+#: ../../mod/settings.php:959
msgid "Someone writes on your profile wall"
msgstr "Jemand auf deine Pinnwand schreibt"
-#: ../../mod/settings.php:953
+#: ../../mod/settings.php:960
msgid "Someone writes a followup comment"
msgstr "Jemand einen Beitrag kommentiert"
-#: ../../mod/settings.php:954
+#: ../../mod/settings.php:961
msgid "You receive a private message"
msgstr "Du eine private Nachricht erhältst"
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:962
msgid "You receive a friend suggestion"
msgstr "Du einen Kontaktvorschlag erhältst"
-#: ../../mod/settings.php:956
+#: ../../mod/settings.php:963
msgid "You are tagged in a post"
msgstr "Du wurdest in einem Beitrag getaggt"
-#: ../../mod/settings.php:957
+#: ../../mod/settings.php:964
msgid "You are poked/prodded/etc. in a post"
msgstr "Du in einer Nachricht angestupst/geknufft/o.ä. wirst"
-#: ../../mod/settings.php:960
+#: ../../mod/settings.php:967
msgid "Advanced Account/Page Type Settings"
msgstr "Erweiterte Account / Seiten Arten Einstellungen"
-#: ../../mod/settings.php:961
+#: ../../mod/settings.php:968
msgid "Change the behaviour of this account for special situations"
msgstr "Ändere das Verhalten dieses Accounts unter speziellen Umständen"
@@ -6346,26 +6439,30 @@ msgstr "Antwort senden"
msgid "Item not found"
msgstr "Element nicht gefunden"
-#: ../../mod/editlayout.php:68
+#: ../../mod/editlayout.php:72
msgid "Edit Layout"
msgstr "Layout bearbeiten"
-#: ../../mod/editlayout.php:105 ../../mod/editpost.php:102
-#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:82
+msgid "Delete layout?"
+msgstr "Layout löschen?"
+
+#: ../../mod/editlayout.php:110 ../../mod/editpost.php:107
+#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124
msgid "Insert YouTube video"
msgstr "YouTube-Video einfügen"
-#: ../../mod/editlayout.php:106 ../../mod/editpost.php:103
-#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:120
+#: ../../mod/editlayout.php:111 ../../mod/editpost.php:108
+#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125
msgid "Insert Vorbis [.ogg] video"
msgstr "Vorbis [.ogg]-Video einfügen"
-#: ../../mod/editlayout.php:107 ../../mod/editpost.php:104
-#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:112 ../../mod/editpost.php:109
+#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126
msgid "Insert Vorbis [.ogg] audio"
msgstr "Vorbis [.ogg]-Audio einfügen"
-#: ../../mod/editlayout.php:141
+#: ../../mod/editlayout.php:147
msgid "Delete Layout"
msgstr "Layout löschen"
@@ -6517,14 +6614,10 @@ msgstr "Wähle was du mit dem/r Empfänger/in tun willst"
msgid "Make this post private"
msgstr "Diesen Beitrag privat machen"
-#: ../../mod/wall_upload.php:41 ../../mod/item.php:1068
+#: ../../mod/wall_upload.php:41 ../../mod/item.php:1075
msgid "Wall Photos"
msgstr "Wall Fotos"
-#: ../../mod/channel.php:25
-msgid "You must be logged in to see this page."
-msgstr "Du musst angemeldet sein um diese Seite betrachten zu können."
-
#: ../../mod/channel.php:85
msgid "Insufficient permissions. Request redirected to profile page."
msgstr "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."
@@ -6558,77 +6651,34 @@ msgstr "Kontakte Vorschlagen"
msgid "Suggest a friend for %s"
msgstr "Schlage %s einen Kontakt vor"
-#: ../../mod/editblock.php:82
+#: ../../mod/editblock.php:86
msgid "Edit Block"
msgstr "Block bearbeiten"
-#: ../../mod/editblock.php:157
+#: ../../mod/editblock.php:96
+msgid "Delete block?"
+msgstr "Block löschen?"
+
+#: ../../mod/editblock.php:163
msgid "Delete Block"
msgstr "Block löschen"
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
msgid "Invalid profile identifier."
msgstr "Ungültiger Profil Identifikator"
-#: ../../mod/profperm.php:101
+#: ../../mod/profperm.php:105
msgid "Profile Visibility Editor"
msgstr "Profil-Sichtbarkeits Editor"
-#: ../../mod/profperm.php:105
+#: ../../mod/profperm.php:109
msgid "Click on a contact to add or remove."
msgstr "Wähle einen Kontakt zum Hinzufügen oder Löschen aus."
-#: ../../mod/profperm.php:114
+#: ../../mod/profperm.php:118
msgid "Visible To"
msgstr "Sichtbar für"
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Alle Kontakte (mit sicherem Zuging zum Profil)"
-
-#: ../../mod/siteinfo.php:57
-#, php-format
-msgid "Version %s"
-msgstr "Version %s"
-
-#: ../../mod/siteinfo.php:76
-msgid "Installed plugins/addons/apps:"
-msgstr "Installierte Plugins/Addons/Apps"
-
-#: ../../mod/siteinfo.php:89
-msgid "No installed plugins/addons/apps"
-msgstr "Keine installierten Plugins/Addons/Apps"
-
-#: ../../mod/siteinfo.php:92
-msgid "Red"
-msgstr "Red"
-
-#: ../../mod/siteinfo.php:93
-msgid ""
-"This is a hub of the Red Matrix - a global cooperative network of "
-"decentralised privacy enhanced websites."
-msgstr "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre."
-
-#: ../../mod/siteinfo.php:96
-msgid "Running at web location"
-msgstr "Erreichbar unter der Web-Adresse"
-
-#: ../../mod/siteinfo.php:97
-msgid ""
-"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
-"about the Red Matrix."
-msgstr "Besuche <a href=\"http://getzot.com\">GetZot.com</a> um mehr über die Red Matrix zu erfahren."
-
-#: ../../mod/siteinfo.php:98
-msgid "Bug reports and issues: please visit"
-msgstr "Probleme oder Fehler gefunden? Bitte besuche"
-
-#: ../../mod/siteinfo.php:101
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"redmatrix\" at "
-"librelist - dot com"
-msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an 'redmatrix' at librelist - dot - com"
-
#: ../../mod/suggest.php:35
msgid ""
"No suggestions available. If this is a new site, please try again in 24 "
@@ -6776,31 +6826,31 @@ msgid ""
msgstr "Standartmäßig wird der Kanal nur auf diesem Knoten gelöscht, seine Klone verbleiben im Netzwerk"
#: ../../mod/removeme.php:53
-msgid "Remove My Account"
-msgstr "Mein Konto entfernen"
+msgid "Remove Channel"
+msgstr "Kanal entfernen"
#: ../../mod/item.php:145
msgid "Unable to locate original post."
msgstr "Originalbeitrag kann nicht gefunden werden."
-#: ../../mod/item.php:343
+#: ../../mod/item.php:346
msgid "Empty post discarded."
msgstr "Leerer Beitrag verworfen."
-#: ../../mod/item.php:385
+#: ../../mod/item.php:388
msgid "Executable content type not permitted to this channel."
msgstr "Ausführbarer Content-Typ ist für diesen Kanal nicht freigegeben."
-#: ../../mod/item.php:812
+#: ../../mod/item.php:819
msgid "System error. Post not saved."
msgstr "Systemfehler. Beitrag nicht gespeichert."
-#: ../../mod/item.php:1148
+#: ../../mod/item.php:1155
#, 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."
-#: ../../mod/item.php:1154
+#: ../../mod/item.php:1161
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht."
@@ -6813,39 +6863,39 @@ msgstr "Laune"
msgid "Set your current mood and tell your friends"
msgstr "Wähle deine aktuelle Stimmung und erzähle sie deinen Freunden"
-#: ../../mod/ping.php:160
+#: ../../mod/ping.php:186
msgid "sent you a private message"
msgstr "eine private Nachricht schicken"
-#: ../../mod/ping.php:218
+#: ../../mod/ping.php:244
msgid "added your channel"
msgstr "hat deinen Kanal hinzugefügt"
-#: ../../mod/ping.php:262
+#: ../../mod/ping.php:288
msgid "posted an event"
msgstr "hat eine Veranstaltung veröffentlicht"
-#: ../../mod/dirprofile.php:111
+#: ../../mod/dirprofile.php:114
msgid "Status: "
msgstr "Status:"
-#: ../../mod/dirprofile.php:112
+#: ../../mod/dirprofile.php:115
msgid "Sexual Preference: "
msgstr "Sexuelle Vorlieben:"
-#: ../../mod/dirprofile.php:114
+#: ../../mod/dirprofile.php:117
msgid "Homepage: "
msgstr "Webseite:"
-#: ../../mod/dirprofile.php:115
+#: ../../mod/dirprofile.php:118
msgid "Hometown: "
msgstr "Wohnort:"
-#: ../../mod/dirprofile.php:117
+#: ../../mod/dirprofile.php:120
msgid "About: "
msgstr "Über:"
-#: ../../mod/dirprofile.php:163
+#: ../../mod/dirprofile.php:168
msgid "Keywords: "
msgstr "Schlüsselbegriffe:"
@@ -7094,41 +7144,41 @@ msgstr "Titelbild"
msgid "Header image only on profile pages"
msgstr "Titelbild nur auf Profil-Seiten anzeigen"
-#: ../../boot.php:1224
+#: ../../boot.php:1229
#, php-format
msgid "Update %s failed. See error logs."
msgstr "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen."
-#: ../../boot.php:1227
+#: ../../boot.php:1232
#, php-format
msgid "Update Error at %s"
msgstr "Aktualisierungsfehler auf %s"
-#: ../../boot.php:1391
+#: ../../boot.php:1396
msgid ""
"Create an account to access services and applications within the Red Matrix"
msgstr "Erstelle einen Account um Anwendungen und Dienste innerhalb der Red Matrix verwenden zu können."
-#: ../../boot.php:1419
+#: ../../boot.php:1424
msgid "Password"
msgstr "Kennwort"
-#: ../../boot.php:1420
+#: ../../boot.php:1425
msgid "Remember me"
msgstr "Angaben speichern"
-#: ../../boot.php:1425
+#: ../../boot.php:1430
msgid "Forgot your password?"
msgstr "Passwort vergessen?"
-#: ../../boot.php:1490
+#: ../../boot.php:1495
msgid "permission denied"
msgstr "Zugriff verweigert"
-#: ../../boot.php:1491
+#: ../../boot.php:1496
msgid "Got Zot?"
msgstr "Haste schon Zot?"
-#: ../../boot.php:1887
+#: ../../boot.php:1892
msgid "toggle mobile"
msgstr "auf/von Mobile Ansicht wechseln"
diff --git a/view/de/strings.php b/view/de/strings.php
index 1dbbb36cc..3637c4bf5 100644
--- a/view/de/strings.php
+++ b/view/de/strings.php
@@ -12,7 +12,6 @@ $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["Logout"] = "Abmelden";
$a->strings["End this session"] = "Beende diese Sitzung";
$a->strings["Home"] = "Home";
@@ -71,45 +70,14 @@ $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["Edit File properties"] = "Dateieigenschaften ändern";
+$a->strings["Missing room name"] = "Der Chatraum hat keinen Namen";
+$a->strings["Duplicate room name"] = "Name des Chatraums bereits vergeben";
+$a->strings["Invalid room specifier."] = "Ungültiger Raumbezeichner.";
+$a->strings["Room not found."] = "Chatraum konnte nicht gefunden werden.";
+$a->strings["Permission denied."] = "Zugang verweigert";
$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["Categories"] = "Kategorien";
-$a->strings["Ignore/Hide"] = "Ignorieren/Verstecken";
-$a->strings["Suggestions"] = "Vorschläge";
-$a->strings["See more..."] = "Mehr anzeigen...";
-$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["Notes"] = "Notizen";
-$a->strings["Save"] = "Speichern";
-$a->strings["Remove term"] = "Eintrag löschen";
-$a->strings["Saved Searches"] = "Gesicherte Suchanfragen";
-$a->strings["add"] = "hinzufügen";
-$a->strings["Saved Folders"] = "Gesicherte Ordner";
-$a->strings["Everything"] = "Alles";
-$a->strings["Archives"] = "Archive";
-$a->strings["Refresh"] = "Aktualisieren";
-$a->strings["Me"] = "Ich";
-$a->strings["Best Friends"] = "Beste Freunde";
-$a->strings["Friends"] = "Freunde";
-$a->strings["Co-workers"] = "Kollegen";
-$a->strings["Former Friends"] = "ehem. Freunde";
-$a->strings["Acquaintances"] = "Bekanntschaften";
-$a->strings["Everybody"] = "Jeder";
-$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["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["Channel Sources"] = "Kanal Quellen";
-$a->strings["Check Mail"] = "E-Mails abrufen";
$a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiert";
$a->strings["Block immediately"] = "Sofort blockieren";
$a->strings["Shady, spammer, self-marketer"] = "Zwielichtig, Spammer, Selbstdarsteller";
@@ -150,102 +118,18 @@ $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["Cannot locate DNS info for database server '%s'"] = "Kann die DNS-Info für den Datenbank-Server '%s' nicht finden";
+$a->strings["view full size"] = "In Vollbildansicht anschauen";
$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["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["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 category"] = "Kategorie entfernen";
-$a->strings["remove from file"] = "aus der Datei entfernen";
-$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["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"] = "Neue Sammlung erzeugen";
-$a->strings["Channels not in any collection"] = "Kanäle, die nicht in einer Sammlung sind";
+$a->strings["Image/photo"] = "Bild/Foto";
+$a->strings["Encrypted content"] = "Verschlüsselter Inhalt";
+$a->strings["QR code"] = "QR Code";
+$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["Delete this item?"] = "Dieses Element löschen?";
$a->strings["Comment"] = "Kommentar";
$a->strings["show more"] = "mehr zeigen";
@@ -277,13 +161,64 @@ $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["Profile Photos"] = "Profilfotos";
-$a->strings["view full size"] = "In Vollbildansicht anschauen";
-$a->strings["Image/photo"] = "Bild/Foto";
-$a->strings["Encrypted content"] = "Verschlüsselter Inhalt";
-$a->strings["QR code"] = "QR Code";
-$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["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 is required."] = "Spitzname ist erforderlich.";
+$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["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["Requested profile is not available."] = "Erwünschte Profil ist nicht verfügbar.";
+$a->strings["Change profile photo"] = "Ändere das Profilfoto";
+$a->strings["Profiles"] = "Profile";
+$a->strings["Manage/edit profiles"] = "Verwalte/Bearbeite Profile";
+$a->strings["Create New Profile"] = "Neues Profil erstellen";
+$a->strings["Edit Profile"] = "Profile bearbeiten";
+$a->strings["Profile Image"] = "Profilfoto:";
+$a->strings["visible to everybody"] = "sichtbar für jeden";
+$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten";
+$a->strings["Gender:"] = "Geschlecht:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["Online Now"] = "gerade online";
+$a->strings["g A l F d"] = "l, d. F G \\\\U\\\\h\\\\r";
+$a->strings["F d"] = "d. F";
+$a->strings["[today]"] = "[Heute]";
+$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["Profile"] = "Profil";
+$a->strings["Full Name:"] = "Voller Name:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Geburtstag:";
+$a->strings["Age:"] = "Alter:";
+$a->strings["for %1\$d %2\$s"] = "für %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Sexuelle Orientierung:";
+$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["My other channels:"] = "Meine anderen Kanäle:";
+$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["Edit File properties"] = "Dateieigenschaften ändern";
$a->strings["Embedded content"] = "Eingebetteter Inhalt";
$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet";
$a->strings["General Features"] = "Allgemeine Funktionen";
@@ -306,6 +241,7 @@ $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["Even More Encryption"] = "Noch mehr Verschlüsselung";
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Erlaube optionale Verschlüsselung von Inhalten (Ende-zu-Ende mit geteiltem Sicherheitsschlüssel)";
@@ -314,6 +250,7 @@ $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";
@@ -330,6 +267,7 @@ $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";
@@ -337,114 +275,22 @@ $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["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["Select"] = "Auswählen";
-$a->strings["Delete"] = "Löschen";
-$a->strings["Message is verified"] = "Nachricht überprüft";
-$a->strings["View %s's profile @ %s"] = "Schaue Dir %s's Profil auf %s an.";
-$a->strings["Categories:"] = "Kategorien:";
-$a->strings["Filed under:"] = "Gespeichert unter:";
-$a->strings[" from %s"] = "von %s";
-$a->strings["last edited: %s"] = "zuletzt bearbeitet: %s";
-$a->strings["View in context"] = "Im Zusammenhang anschauen";
-$a->strings["Please wait"] = "Bitte warten";
-$a->strings["remove"] = "lösche";
-$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["View Status"] = "Status ansehen";
-$a->strings["View Photos"] = "Fotos ansehen";
-$a->strings["Matrix Activity"] = "Matrix Aktivität";
-$a->strings["Edit Contact"] = "Kontakt bearbeiten";
-$a->strings["Send PM"] = "Sende PN";
-$a->strings["Poke"] = "Anstupsen";
-$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."] = array(
- 0 => "<span %1\$s>%2\$d Person</span> gefällt das.",
- 1 => "<span %1\$s>%2\$d Leuten</span> gefällt das.",
-);
-$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
- 0 => "<span %1\$s>%2\$d Person</span> gefällt das nicht.",
- 1 => "<span %1\$s>%2\$d Leuten</span> gefällt das nicht.",
-);
-$a->strings["and"] = "und";
-$a->strings[", and %d other people"] = array(
- 0 => "",
- 1 => ", 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:"] = "Gib eine URL ein:";
-$a->strings["Please enter a video link/URL:"] = "Gib einen Video-Link/URL ein:";
-$a->strings["Please enter an audio link/URL:"] = "Gib 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["Expires YYYY-MM-DD HH:MM"] = "Verfällt YYYY-MM-DD HH;MM";
-$a->strings["Preview"] = "Vorschau";
-$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["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"] = "Standort";
-$a->strings["set location"] = "Standort";
-$a->strings["Clear browser location"] = "Browser-Standort löschen";
-$a->strings["clear location"] = "Standort löschen";
-$a->strings["Set title"] = "Titel";
-$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["Example: bob@example.com, mary@example.com"] = "Beispiel: bob@example.com, mary@example.com";
-$a->strings["Set expiration date"] = "Verfallsdatum";
-$a->strings["Encrypt text"] = "Text verschlüsseln";
-$a->strings["OK"] = "OK";
-$a->strings["Cancel"] = "Abbrechen";
-$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["New"] = "Neu";
-$a->strings["Activity Stream - by date"] = "Activity Stream - nach Datum sortiert";
-$a->strings["Starred"] = "Markiert";
-$a->strings["Favourite Posts"] = "Beiträge mit Sternchen";
-$a->strings["Spam"] = "Spam";
-$a->strings["Posts flagged as SPAM"] = "Nachrichten die als SPAM markiert wurden";
-$a->strings["Channel"] = "Kanal";
-$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge";
-$a->strings["About"] = "Über";
-$a->strings["Profile Details"] = "Profil-Details";
-$a->strings["Photo Albums"] = "Fotoalben";
-$a->strings["Files"] = "Dateien";
-$a->strings["Files and Storage"] = "Dateien und Speicher";
-$a->strings["Events and Calendar"] = "Veranstaltungen und Kalender";
-$a->strings["Webpages"] = "Webseiten";
-$a->strings["Manage Webpages"] = "Webseiten verwalten";
+$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"] = "Neue Sammlung erzeugen";
+$a->strings["Channels not in any collection"] = "Kanäle, die nicht in einer Sammlung sind";
+$a->strings["add"] = "hinzufügen";
$a->strings["created a new post"] = "Neuer Beitrag wurde erzeugt";
$a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert";
-$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";
@@ -527,6 +373,9 @@ $a->strings["like"] = "Gefällt-mir";
$a->strings["likes"] = "Gefällt-mir";
$a->strings["dislike"] = "Gefällt-mir-nicht";
$a->strings["dislikes"] = "Gefällt-mir-nicht";
+$a->strings["Logged out."] = "Ausgeloggt.";
+$a->strings["Failed authentication"] = "Authentifizierung fehlgeschlagen";
+$a->strings["Login failed."] = "Login fehlgeschlagen.";
$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.";
@@ -560,7 +409,7 @@ $a->strings["Please visit %s to view and/or reply to your private messages."] =
$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]a %4\$s[/zrl] kommentiert";
$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]%4\$ss %5\$s[/zrl] kommentiert";
$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]deinen %4\$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["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Benachrichtigung] Kommentar in Unterhaltung #%1\$d von %2\$s";
$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s hat ein Thema 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["[Red:Notify] %s posted to your profile wall"] = "[Red:Hinweis] %s schrieb auf Deine Pinnwand";
@@ -572,7 +421,7 @@ $a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3
$a->strings["[Red:Notify] %1\$s poked you"] = "[Red Notify] %1\$s hat dich angestupst";
$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s hat dich auf %3\$s angestubst";
$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]hat dich angestupst[/zrl].";
-$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Hinweis] %s hat Dich getagged";
+$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Hinweis] %s hat Dich getaggt";
$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s hat deinen Beitrag auf %3\$s getaggt";
$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]deinen Beitrag[/zrl] getaggt";
$a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Vorstellung erhalten";
@@ -580,15 +429,44 @@ $a->strings["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = "%
$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = "%1\$s, du hast [zrl=%2\$s]eine Vorstellung[/zrl] von %3\$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["[Red:Notify] Friend suggestion received"] = "[Red:Benachrichtigung] Freundschaftsvorschlag erhalten";
$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du hast einen Freundschaftsvorschlag von „%2\$s“ auf %3\$s erhalten";
$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du hast [zrl=%2\$s]einen Freundschaftvorschlag[/zrl] für %3\$s von %4\$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["Logged out."] = "Ausgeloggt.";
-$a->strings["Failed authentication"] = "Authentifizierung fehlgeschlagen";
-$a->strings["Login failed."] = "Login fehlgeschlagen.";
+$a->strings["Categories"] = "Kategorien";
+$a->strings["Ignore/Hide"] = "Ignorieren/Verstecken";
+$a->strings["Suggestions"] = "Vorschläge";
+$a->strings["See more..."] = "Mehr anzeigen...";
+$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["Notes"] = "Notizen";
+$a->strings["Save"] = "Speichern";
+$a->strings["Remove term"] = "Eintrag löschen";
+$a->strings["Everything"] = "Alles";
+$a->strings["Archives"] = "Archive";
+$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["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["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["Check Mail"] = "E-Mails abrufen";
+$a->strings["Chat Rooms"] = "Chaträume";
+$a->strings["Public Timeline"] = "Öffentliche Zeitleiste";
$a->strings["%d invitation available"] = array(
0 => "%d Einladung verfügbar",
1 => "%d Einladungen verfügbar",
@@ -639,60 +517,6 @@ $a->strings["Somewhat advanced - very useful in open communities"] = "Etwas Fort
$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["Default"] = "Standard";
-$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 is required."] = "Spitzname ist erforderlich.";
-$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["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["Requested profile is not available."] = "Erwünschte Profil ist nicht verfügbar.";
-$a->strings["Change profile photo"] = "Ändere das Profilfoto";
-$a->strings["Profiles"] = "Profile";
-$a->strings["Manage/edit profiles"] = "Verwalte/Bearbeite Profile";
-$a->strings["Create New Profile"] = "Neues Profil erstellen";
-$a->strings["Edit Profile"] = "Profile bearbeiten";
-$a->strings["Profile Image"] = "Profilfoto:";
-$a->strings["visible to everybody"] = "sichtbar für jeden";
-$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten";
-$a->strings["Gender:"] = "Geschlecht:";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Homepage:";
-$a->strings["g A l F d"] = "l, d. F G \\\\U\\\\h\\\\r";
-$a->strings["F d"] = "d. F";
-$a->strings["[today]"] = "[Heute]";
-$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["Profile"] = "Profil";
-$a->strings["Full Name:"] = "Voller Name:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Geburtstag:";
-$a->strings["Age:"] = "Alter:";
-$a->strings["for %1\$d %2\$s"] = "für %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Sexuelle Orientierung:";
-$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["Permission denied"] = "Keine Berechtigung";
$a->strings["Item not found."] = "Element nicht gefunden.";
$a->strings["Collection not found."] = "Sammlung nicht gefunden";
@@ -700,12 +524,99 @@ $a->strings["Collection is empty."] = "Sammlung ist leer.";
$a->strings["Collection: %s"] = "Sammlung: %s";
$a->strings["Connection: %s"] = "Verbindung: %s";
$a->strings["Connection not found."] = "Die Verbindung wurde nicht gefunden.";
+$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["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["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 category"] = "Kategorie entfernen";
+$a->strings["remove from file"] = "aus der Datei entfernen";
+$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["Private Message"] = "Private Nachricht";
+$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["I don't like this (toggle)"] = "Ich mag das nicht (Umschalter)";
@@ -716,7 +627,10 @@ $a->strings["to"] = "zu";
$a->strings["via"] = "via";
$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["last edited: %s"] = "zuletzt bearbeitet: %s";
$a->strings["Expires: %s"] = "Verfällt: %s";
+$a->strings["Please wait"] = "Bitte warten";
$a->strings["%d comment"] = array(
0 => "%d Kommentar",
1 => "%d Kommentare",
@@ -731,14 +645,104 @@ $a->strings["Code"] = "Code";
$a->strings["Image"] = "Bild";
$a->strings["Link"] = "Link";
$a->strings["Video"] = "Video";
-$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["Preview"] = "Vorschau";
+$a->strings["Encrypt text"] = "Text verschlüsseln";
+$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["Categories:"] = "Kategorien:";
+$a->strings["Filed under:"] = "Gespeichert unter:";
+$a->strings["View in context"] = "Im Zusammenhang anschauen";
+$a->strings["remove"] = "lösche";
+$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["View Status"] = "Status ansehen";
+$a->strings["View Photos"] = "Fotos ansehen";
+$a->strings["Matrix Activity"] = "Matrix Aktivität";
+$a->strings["Edit Contact"] = "Kontakt bearbeiten";
+$a->strings["Send PM"] = "Sende PN";
+$a->strings["Poke"] = "Anstupsen";
+$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."] = array(
+ 0 => "<span %1\$s>%2\$d Person</span> gefällt das.",
+ 1 => "<span %1\$s>%2\$d Leuten</span> gefällt das.",
+);
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "<span %1\$s>%2\$d Person</span> gefällt das nicht.",
+ 1 => "<span %1\$s>%2\$d Leuten</span> gefällt das nicht.",
+);
+$a->strings["and"] = "und";
+$a->strings[", and %d other people"] = array(
+ 0 => "",
+ 1 => ", 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:"] = "Gib eine URL ein:";
+$a->strings["Please enter a video link/URL:"] = "Gib einen Video-Link/URL ein:";
+$a->strings["Please enter an audio link/URL:"] = "Gib 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["Expires YYYY-MM-DD HH:MM"] = "Verfällt YYYY-MM-DD HH;MM";
+$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["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"] = "Standort";
+$a->strings["set location"] = "Standort";
+$a->strings["Clear browser location"] = "Browser-Standort löschen";
+$a->strings["clear location"] = "Standort löschen";
+$a->strings["Set title"] = "Titel";
+$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["Example: bob@example.com, mary@example.com"] = "Beispiel: bob@example.com, mary@example.com";
+$a->strings["Set expiration date"] = "Verfallsdatum";
+$a->strings["OK"] = "OK";
+$a->strings["Cancel"] = "Abbrechen";
+$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 mit Beteiligung deinerseits";
+$a->strings["New"] = "Neu";
+$a->strings["Activity Stream - by date"] = "Activity Stream - nach Datum sortiert";
+$a->strings["Starred"] = "Markiert";
+$a->strings["Favourite Posts"] = "Beiträge mit Sternchen";
+$a->strings["Spam"] = "Spam";
+$a->strings["Posts flagged as SPAM"] = "Nachrichten die als SPAM markiert wurden";
+$a->strings["Channel"] = "Kanal";
+$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge";
+$a->strings["About"] = "Über";
+$a->strings["Profile Details"] = "Profil-Details";
+$a->strings["Files"] = "Dateien";
+$a->strings["Files and Storage"] = "Dateien und Speicher";
+$a->strings["Events and Calendar"] = "Veranstaltungen und Kalender";
+$a->strings["Webpages"] = "Webseiten";
+$a->strings["Manage Webpages"] = "Webseiten verwalten";
$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["No channel."] = "Kein Channel.";
+$a->strings["No channel."] = "Kein Kanal.";
$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.";
@@ -773,7 +777,7 @@ $a->strings["URL for photo of thing (optional)"] = "URL eines Fotos von dem Ding
$a->strings["Add Thing to your Profile"] = "Das Ding deinem Profil hinzufügen";
$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["Please join us on Red"] = "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(
@@ -790,6 +794,7 @@ $a->strings["Please visit my channel at"] = "Bitte besuche meinen Kanal auf";
$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Wenn du dich registriert hast (egal auf welcher Seite in der Red Matrix, sie sind alle miteinander verbunden) verbinde dich bitte mit meinem Kanal in der Matrix. Adresse:";
$a->strings["Click the [Register] link on the following page to join."] = "Klicke den [Registrieren]-Link auf der nächsten Seite, um dich anzumelden.";
$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["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix Gäste: Nutzername: {deine Email Adresse}; Passwort: +++";
$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["Connection updated."] = "Verbindung aktualisiert.";
@@ -870,7 +875,7 @@ $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["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["No installed applications."] = "Keine installierten Applikationen";
@@ -990,7 +995,7 @@ $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 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["Channel Name"] = "Name des Kanals";
$a->strings["Source not found."] = "Quelle nicht gefunden.";
$a->strings["Edit Source"] = "Quelle bearbeiten";
$a->strings["Delete Source"] = "Quelle löschen";
@@ -1029,6 +1034,8 @@ $a->strings["Policies"] = "Richtlinien";
$a->strings["Advanced"] = "Fortgeschritten";
$a->strings["Site name"] = "Seitenname";
$a->strings["Banner/Logo"] = "Banner/Logo";
+$a->strings["Administrator Information"] = "Administrator Informationen";
+$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Kontaktinformationen für Administratoren der Seite. Wird auf der siteinfo Seite angezeigt. BBCode kann verwendet werden.";
$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>";
@@ -1095,7 +1102,6 @@ $a->strings["User '%s' blocked"] = "Benutzer '%s' blockiert";
$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"] = "Antragsdatum";
-$a->strings["Name"] = "Name";
$a->strings["No registrations."] = "Keine Registrierungen.";
$a->strings["Approve"] = "Genehmigen";
$a->strings["Deny"] = "Verweigern";
@@ -1162,14 +1168,12 @@ $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["All Connected Channels"] = "Alle verbundenen Kanäle";
$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.";
@@ -1197,6 +1201,9 @@ $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["You must be logged in to see this page."] = "Du musst angemeldet sein um diese Seite betrachten zu können.";
+$a->strings["New Chatroom"] = "Neuen Chatraum";
+$a->strings["Chatroom Name"] = "Chatraum Name";
$a->strings["- select -"] = "-auswählen-";
$a->strings["Menu updated."] = "Menü aktualisiert.";
$a->strings["Unable to update menu."] = "Kann Menü nicht aktualisieren.";
@@ -1249,7 +1256,7 @@ $a->strings["Layout Name"] = "Layout Name";
$a->strings["Help:"] = "Hilfe:";
$a->strings["Not Found"] = "Nicht gefunden";
$a->strings["Remote Authentication"] = "Entfernte Authentifizierung";
-$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Deine Kanal-Adresse (z.B. channel@example.com)";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Deine Kanal-Adresse (z. B. channel@example.com)";
$a->strings["Authenticate"] = "Authentifizieren";
$a->strings["No such group"] = "Gruppe existiert nicht";
$a->strings["Search Results For:"] = "Suchergebnisse für:";
@@ -1261,6 +1268,16 @@ $a->strings["Channel added."] = "Kanal hinzugefügt.";
$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["This site is not a directory server"] = "Diese Website ist kein Verzeichnis-Server";
+$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 a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre.";
+$a->strings["Running at web location"] = "Erreichbar unter der Web-Adresse";
+$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Besuche <a href=\"http://getzot.com\">GetZot.com</a> um mehr über die Red Matrix zu erfahren.";
+$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche";
+$a->strings["Suggestions, praise, donations, etc. - please email \"redmatrix\" at librelist - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an 'redmatrix' at librelist - dot - com";
+$a->strings["Site Administrators"] = "Administratoren";
$a->strings["Remote privacy information not available."] = "Entfernte Privatsphären Einstellungen sind nicht verfügbar.";
$a->strings["Visible to:"] = "Sichtbar für:";
$a->strings["Hub not found."] = "Server nicht gefunden.";
@@ -1313,7 +1330,7 @@ $a->strings["Used in directory listings"] = "Wird in Verzeichnis Auflistungen ve
$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["My other channels"] = "Meine anderen Kanäle";
$a->strings["Musical interests"] = "Musikalische Interessen";
$a->strings["Books, literature"] = "Bücher, Literatur";
$a->strings["Television"] = "Fernsehen";
@@ -1325,7 +1342,7 @@ $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</
$a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile";
$a->strings["Add profile things"] = "Profil-Dinge hinzufügen";
$a->strings["Include desirable objects in your profile"] = "binde begehrenswerte Dinge in dein Profil ein";
-$a->strings["Add a Channel"] = "Channel hinzufügen";
+$a->strings["Add a Channel"] = "Kanal 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";
@@ -1401,6 +1418,7 @@ $a->strings["Protected email address. Cannot change to that email."] = "Geschüt
$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"] = "Anwendung hinzufügen";
+$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";
@@ -1446,7 +1464,7 @@ $a->strings["Publish your default profile in the network directory"] = "Veröffe
$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["or"] = "oder";
$a->strings["Your channel address is"] = "Deine Kanal-Adresse lautet";
-$a->strings["Channel Settings"] = "Channel-Einstellungen";
+$a->strings["Channel Settings"] = "Kanal-Einstellungen";
$a->strings["Basic Settings"] = "Grundeinstellungen";
$a->strings["Your Timezone:"] = "Ihre Zeitzone:";
$a->strings["Default Post Location:"] = "Standardstandort:";
@@ -1454,6 +1472,8 @@ $a->strings["Use Browser Location:"] = "Standort des Browsers verwenden:";
$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["Hide my online presence"] = "Meine Online-Präsenz verbergen";
+$a->strings["Prevents showing if you are available for chat"] = "Verhindert es als für Chats verfügbar angezeigt zu werden";
$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";
@@ -1500,6 +1520,7 @@ $a->strings["No secure communications available. You <strong>may</strong> be abl
$a->strings["Send Reply"] = "Antwort senden";
$a->strings["Item not found"] = "Element nicht gefunden";
$a->strings["Edit Layout"] = "Layout bearbeiten";
+$a->strings["Delete layout?"] = "Layout löschen?";
$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";
@@ -1541,7 +1562,6 @@ $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["You must be logged in to see this page."] = "Du musst angemeldet sein um diese Seite betrachten zu können.";
$a->strings["Insufficient permissions. Request redirected to profile page."] = "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet.";
$a->strings["Not available."] = "Nicht verfügbar.";
$a->strings["Community"] = "Gemeinschaft";
@@ -1551,21 +1571,12 @@ $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["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["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 a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre.";
-$a->strings["Running at web location"] = "Erreichbar unter der Web-Adresse";
-$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Besuche <a href=\"http://getzot.com\">GetZot.com</a> um mehr über die Red Matrix zu erfahren.";
-$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche";
-$a->strings["Suggestions, praise, donations, etc. - please email \"redmatrix\" at librelist - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an 'redmatrix' at librelist - 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["Conversation removed."] = "Unterhaltung gelöscht.";
$a->strings["No messages."] = "Keine Nachrichten.";
@@ -1598,7 +1609,7 @@ $a->strings["This will completely remove this channel from the network. Once thi
$a->strings["Please enter your password for verification:"] = "Bitte gib zur Bestätigung dein Passwort ein:";
$a->strings["Remove this channel and all its clones from the network"] = "Lösche diesen Kanal und all seine Klone aus dem Netzwerk";
$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standartmäßig wird der Kanal nur auf diesem Knoten gelöscht, seine Klone verbleiben im Netzwerk";
-$a->strings["Remove My Account"] = "Mein Konto entfernen";
+$a->strings["Remove Channel"] = "Kanal entfernen";
$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.";
diff --git a/view/it/messages.po b/view/it/messages.po
index 6941bbf53..fa80a7062 100644
--- a/view/it/messages.po
+++ b/view/it/messages.po
@@ -1,5 +1,5 @@
-# Red Communications Project
-# Copyright (C) 2013 the Red Matrix Project
+# Red Matrix Project
+# Copyright (C) 2012-2014 the Red Matrix Project
# This file is distributed under the same license as the Red package.
#
# Translators:
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-10 00:02-0800\n"
-"PO-Revision-Date: 2014-01-10 18:25+0000\n"
+"POT-Creation-Date: 2014-01-24 00:03-0800\n"
+"PO-Revision-Date: 2014-01-29 15:40+0000\n"
"Last-Translator: tuscanhobbit Pa <pynolo@tarine.net>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/red-matrix/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -62,7 +62,7 @@ msgstr "%1$s ha aggiornato %2$s cambiando %3$s."
msgid "Public Timeline"
msgstr "Diario pubblico"
-#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1415
+#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1420
msgid "Logout"
msgstr "Esci"
@@ -95,7 +95,7 @@ msgstr "Modifica i profili"
msgid "Manage/Edit Profiles"
msgstr "Gestisci e modifica i profili"
-#: ../../include/nav.php:79 ../../include/conversation.php:1462
+#: ../../include/nav.php:79 ../../include/conversation.php:1474
#: ../../mod/fbrowser.php:25
msgid "Photos"
msgstr "Foto"
@@ -104,7 +104,7 @@ msgstr "Foto"
msgid "Your photos"
msgstr "Le tue foto"
-#: ../../include/nav.php:85 ../../boot.php:1416
+#: ../../include/nav.php:85 ../../boot.php:1421
msgid "Login"
msgstr "Accedi"
@@ -125,7 +125,7 @@ msgstr "Clicca per autenticarti sul tuo server principale"
msgid "Home Page"
msgstr "Bacheca"
-#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1392
+#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1397
msgid "Register"
msgstr "Iscriviti"
@@ -150,7 +150,7 @@ msgid "Addon applications, utilities, games"
msgstr "App, strumenti e giochi aggiuntivi"
#: ../../include/nav.php:135 ../../include/text.php:736
-#: ../../include/text.php:750 ../../mod/search.php:28
+#: ../../include/text.php:750 ../../mod/search.php:29
msgid "Search"
msgstr "Cerca"
@@ -158,7 +158,7 @@ msgstr "Cerca"
msgid "Search site content"
msgstr "Cerca nel sito"
-#: ../../include/nav.php:138 ../../mod/directory.php:209
+#: ../../include/nav.php:138 ../../mod/directory.php:210
msgid "Directory"
msgstr "Tutti i canali"
@@ -242,7 +242,7 @@ msgstr "Inviati"
msgid "New Message"
msgstr "Nuovo messaggio"
-#: ../../include/nav.php:171 ../../include/conversation.php:1482
+#: ../../include/nav.php:171 ../../include/conversation.php:1492
#: ../../mod/events.php:354
msgid "Events"
msgstr "Eventi"
@@ -268,7 +268,7 @@ msgid "Manage Your Channels"
msgstr "Gestisci i contatti dei tuoi canali"
#: ../../include/nav.php:177 ../../include/widgets.php:487
-#: ../../mod/admin.php:785 ../../mod/admin.php:990
+#: ../../mod/admin.php:787 ../../mod/admin.php:992
msgid "Settings"
msgstr "Impostazioni"
@@ -300,14 +300,10 @@ msgstr "Niente di nuovo qui"
msgid "Please wait..."
msgstr "Attendere..."
-#: ../../include/reddav.php:940
-msgid "Edit File properties"
-msgstr "Modifica le proprietà dei file"
-
-#: ../../include/Contact.php:104 ../../include/widgets.php:115
-#: ../../include/widgets.php:155 ../../include/identity.php:625
-#: ../../mod/directory.php:182 ../../mod/match.php:62 ../../mod/suggest.php:51
-#: ../../mod/dirprofile.php:165
+#: ../../include/Contact.php:104 ../../include/identity.php:625
+#: ../../include/widgets.php:115 ../../include/widgets.php:155
+#: ../../mod/directory.php:183 ../../mod/match.php:62 ../../mod/suggest.php:51
+#: ../../mod/dirprofile.php:166
msgid "Connect"
msgstr "Entra in contatto"
@@ -319,152 +315,6 @@ msgstr "Nuova finestra"
msgid "Open the selected location in a different window or browser tab"
msgstr "Apri l'indirizzo selezionato in una nuova scheda o finestra"
-#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
-msgid "Categories"
-msgstr "Categorie"
-
-#: ../../include/widgets.php:117 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr "Ignora/nascondi"
-
-#: ../../include/widgets.php:123 ../../mod/connections.php:236
-msgid "Suggestions"
-msgstr "Suggerimenti"
-
-#: ../../include/widgets.php:124
-msgid "See more..."
-msgstr "Altro..."
-
-#: ../../include/widgets.php:146
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Hai attivato %1$.0f delle %2$.0f connessioni permesse."
-
-#: ../../include/widgets.php:152
-msgid "Add New Connection"
-msgstr "Aggiungi un contatto"
-
-#: ../../include/widgets.php:153
-msgid "Enter the channel address"
-msgstr "Scrivi l'indirizzo del canale"
-
-#: ../../include/widgets.php:154
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Per esempio: mario@pippo.it oppure http://pluto.com/barbara"
-
-#: ../../include/widgets.php:171
-msgid "Notes"
-msgstr "Note"
-
-#: ../../include/widgets.php:173 ../../include/text.php:738
-#: ../../include/text.php:752 ../../mod/filer.php:36
-msgid "Save"
-msgstr "Salva"
-
-#: ../../include/widgets.php:243
-msgid "Remove term"
-msgstr "Rimuovi termine"
-
-#: ../../include/widgets.php:252 ../../include/features.php:50
-msgid "Saved Searches"
-msgstr "Ricerche salvate"
-
-#: ../../include/widgets.php:253 ../../include/group.php:290
-msgid "add"
-msgstr "aggiungi"
-
-#: ../../include/widgets.php:283 ../../include/features.php:64
-#: ../../include/contact_widgets.php:53
-msgid "Saved Folders"
-msgstr "Cartelle salvate"
-
-#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
-#: ../../include/contact_widgets.php:90
-msgid "Everything"
-msgstr "Tutto"
-
-#: ../../include/widgets.php:318 ../../include/items.php:3566
-msgid "Archives"
-msgstr "Archivi"
-
-#: ../../include/widgets.php:370
-msgid "Refresh"
-msgstr "Aggiorna"
-
-#: ../../include/widgets.php:371 ../../mod/connedit.php:386
-msgid "Me"
-msgstr "Io"
-
-#: ../../include/widgets.php:372 ../../mod/connedit.php:388
-msgid "Best Friends"
-msgstr "Buoni amici"
-
-#: ../../include/widgets.php:373 ../../include/profile_selectors.php:42
-#: ../../include/identity.php:310 ../../mod/connedit.php:389
-msgid "Friends"
-msgstr "Amici"
-
-#: ../../include/widgets.php:374
-msgid "Co-workers"
-msgstr "Colleghi"
-
-#: ../../include/widgets.php:375 ../../mod/connedit.php:390
-msgid "Former Friends"
-msgstr "Ex amici"
-
-#: ../../include/widgets.php:376 ../../mod/connedit.php:391
-msgid "Acquaintances"
-msgstr "Conoscenti"
-
-#: ../../include/widgets.php:377
-msgid "Everybody"
-msgstr "Tutti"
-
-#: ../../include/widgets.php:409
-msgid "Account settings"
-msgstr "Impostazioni dell'account"
-
-#: ../../include/widgets.php:415
-msgid "Channel settings"
-msgstr "Impostazioni del canale"
-
-#: ../../include/widgets.php:421
-msgid "Additional features"
-msgstr "Funzionalità aggiuntive"
-
-#: ../../include/widgets.php:427
-msgid "Feature settings"
-msgstr "Impostazioni aggiuntive"
-
-#: ../../include/widgets.php:433
-msgid "Display settings"
-msgstr "Impostazioni grafiche"
-
-#: ../../include/widgets.php:439
-msgid "Connected apps"
-msgstr "App connesse"
-
-#: ../../include/widgets.php:445
-msgid "Export channel"
-msgstr "Esporta il canale"
-
-#: ../../include/widgets.php:457
-msgid "Automatic Permissions (Advanced)"
-msgstr "Permessi predefiniti (avanzato)"
-
-#: ../../include/widgets.php:467
-msgid "Premium Channel Settings"
-msgstr "Canale premium - impostazioni"
-
-#: ../../include/widgets.php:476 ../../include/features.php:41
-#: ../../mod/sources.php:81
-msgid "Channel Sources"
-msgstr "Sorgenti del canale"
-
-#: ../../include/widgets.php:504
-msgid "Check Mail"
-msgstr "Controlla i messaggi"
-
#: ../../include/contact_selectors.php:30
msgid "Unknown | Not categorised"
msgstr "Sconosciuto | Senza categoria"
@@ -525,8 +375,8 @@ msgstr "OStatus"
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: ../../include/contact_selectors.php:77 ../../mod/admin.php:689
-#: ../../mod/admin.php:698 ../../boot.php:1418
+#: ../../include/contact_selectors.php:77 ../../mod/admin.php:691
+#: ../../mod/admin.php:700 ../../boot.php:1423
msgid "Email"
msgstr "Email"
@@ -645,7 +495,7 @@ msgid "Finishes:"
msgstr "Fine:"
#: ../../include/event.php:40 ../../include/identity.php:676
-#: ../../include/bb2diaspora.php:455 ../../mod/events.php:463
+#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462
#: ../../mod/directory.php:156 ../../mod/dirprofile.php:108
msgid "Location:"
msgstr "Luogo:"
@@ -689,6 +539,11 @@ msgstr[1] "%d contatti"
msgid "View Connections"
msgstr "Elenco contatti"
+#: ../../include/text.php:738 ../../include/text.php:752
+#: ../../include/widgets.php:173 ../../mod/filer.php:36
+msgid "Save"
+msgstr "Salva"
+
#: ../../include/text.php:818
msgid "poke"
msgstr "poke"
@@ -977,47 +832,12 @@ msgstr "Layout"
msgid "Pages"
msgstr "Pagine"
-#: ../../include/group.php:25
-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 "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."
-
-#: ../../include/group.php:223
-msgid "Default privacy group for new contacts"
-msgstr "Insieme predefinito per i nuovi canali che aggiungi"
-
-#: ../../include/group.php:242 ../../mod/admin.php:698
-msgid "All Channels"
-msgstr "Tutti i canali"
-
-#: ../../include/group.php:264
-msgid "edit"
-msgstr "modifica"
-
-#: ../../include/group.php:285
-msgid "Collections"
-msgstr "Insiemi di canali"
-
-#: ../../include/group.php:286
-msgid "Edit collection"
-msgstr "Modifica l'insieme di canali"
-
-#: ../../include/group.php:287
-msgid "Create a new collection"
-msgstr "Crea un nuovo insieme"
-
-#: ../../include/group.php:288
-msgid "Channels not in any collection"
-msgstr "Canali che non sono in un insieme"
-
#: ../../include/js_strings.php:5
msgid "Delete this item?"
msgstr "Eliminare questo elemento?"
#: ../../include/js_strings.php:6 ../../include/ItemObject.php:536
-#: ../../mod/photos.php:1099 ../../mod/photos.php:1186
+#: ../../mod/photos.php:968 ../../mod/photos.php:1055
msgid "Comment"
msgstr "Commento"
@@ -1140,7 +960,7 @@ msgid "Stored post could not be verified."
msgstr "Non è stato possibile verificare l'articolo inserito."
#: ../../include/photo/photo_driver.php:637 ../../include/photos.php:51
-#: ../../mod/photos.php:91 ../../mod/photos.php:783 ../../mod/photos.php:805
+#: ../../mod/photos.php:91 ../../mod/photos.php:652 ../../mod/photos.php:674
#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225
#: ../../mod/profile_photo.php:336
msgid "Profile Photos"
@@ -1150,37 +970,277 @@ msgstr "Foto del profilo"
msgid "view full size"
msgstr "guarda nelle dimensioni reali"
-#: ../../include/bbcode.php:94 ../../include/bbcode.php:509
-#: ../../include/bbcode.php:512
+#: ../../include/identity.php:29 ../../mod/item.php:1150
+msgid "Unable to obtain identity information from database"
+msgstr "Impossibile ottenere le informazioni di identificazione dal database"
+
+#: ../../include/identity.php:62
+msgid "Empty name"
+msgstr "Nome vuoto"
+
+#: ../../include/identity.php:64
+msgid "Name too long"
+msgstr "Nome troppo lungo"
+
+#: ../../include/identity.php:143
+msgid "No account identifier"
+msgstr "Account senza identificativo"
+
+#: ../../include/identity.php:153
+msgid "Nickname is required."
+msgstr "Il nome dell'account è obbligatorio."
+
+#: ../../include/identity.php:167
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "Il nome dell'account è già in uso oppure ha dei caratteri non supportati."
+
+#: ../../include/identity.php:226
+msgid "Unable to retrieve created identity"
+msgstr "Impossibile caricare l'identità creata"
+
+#: ../../include/identity.php:285
+msgid "Default Profile"
+msgstr "Profilo predefinito"
+
+#: ../../include/identity.php:310 ../../include/profile_selectors.php:42
+#: ../../include/widgets.php:373 ../../mod/connedit.php:389
+msgid "Friends"
+msgstr "Amici"
+
+#: ../../include/identity.php:477
+msgid "Requested channel is not available."
+msgstr "Il canale che cerchi non è disponibile."
+
+#: ../../include/identity.php:489
+msgid " Sorry, you don't have the permission to view this profile. "
+msgstr "Purtroppo non hai il permesso di vedere questo profilo."
+
+#: ../../include/identity.php:524 ../../mod/webpages.php:8
+#: ../../mod/connect.php:13 ../../mod/layouts.php:8
+#: ../../mod/achievements.php:8 ../../mod/filestorage.php:40
+#: ../../mod/blocks.php:10 ../../mod/profile.php:16
+msgid "Requested profile is not available."
+msgstr "Il profilo richiesto non è disponibile."
+
+#: ../../include/identity.php:639 ../../mod/profiles.php:603
+msgid "Change profile photo"
+msgstr "Cambia la foto del profilo"
+
+#: ../../include/identity.php:645
+msgid "Profiles"
+msgstr "Profili"
+
+#: ../../include/identity.php:645
+msgid "Manage/edit profiles"
+msgstr "Gestisci/modifica i profili"
+
+#: ../../include/identity.php:646 ../../mod/profiles.php:604
+msgid "Create New Profile"
+msgstr "Crea un nuovo profilo"
+
+#: ../../include/identity.php:649
+msgid "Edit Profile"
+msgstr "Modifica il profilo"
+
+#: ../../include/identity.php:660 ../../mod/profiles.php:615
+msgid "Profile Image"
+msgstr "Immagine del profilo"
+
+#: ../../include/identity.php:663 ../../mod/profiles.php:618
+msgid "visible to everybody"
+msgstr "visibile a tutti"
+
+#: ../../include/identity.php:664 ../../mod/profiles.php:619
+msgid "Edit visibility"
+msgstr "Cambia la visibilità"
+
+#: ../../include/identity.php:678 ../../include/identity.php:903
+#: ../../mod/directory.php:158
+msgid "Gender:"
+msgstr "Sesso:"
+
+#: ../../include/identity.php:679 ../../include/identity.php:923
+#: ../../mod/directory.php:160
+msgid "Status:"
+msgstr "Stato:"
+
+#: ../../include/identity.php:680 ../../include/identity.php:934
+#: ../../mod/directory.php:162
+msgid "Homepage:"
+msgstr "Home page:"
+
+#: ../../include/identity.php:747 ../../include/identity.php:827
+#: ../../mod/ping.php:230
+msgid "g A l F d"
+msgstr "g A l d F"
+
+#: ../../include/identity.php:748 ../../include/identity.php:828
+msgid "F d"
+msgstr "d F"
+
+#: ../../include/identity.php:793 ../../include/identity.php:868
+#: ../../mod/ping.php:252
+msgid "[today]"
+msgstr "[oggi]"
+
+#: ../../include/identity.php:805
+msgid "Birthday Reminders"
+msgstr "Promemoria compleanni"
+
+#: ../../include/identity.php:806
+msgid "Birthdays this week:"
+msgstr "Compleanni questa settimana:"
+
+#: ../../include/identity.php:861
+msgid "[No description]"
+msgstr "[Nessuna descrizione]"
+
+#: ../../include/identity.php:879
+msgid "Event Reminders"
+msgstr "Promemoria"
+
+#: ../../include/identity.php:880
+msgid "Events this week:"
+msgstr "Eventi di questa settimana:"
+
+#: ../../include/identity.php:893 ../../include/identity.php:977
+#: ../../mod/profperm.php:107
+msgid "Profile"
+msgstr "Profilo"
+
+#: ../../include/identity.php:901 ../../mod/settings.php:911
+msgid "Full Name:"
+msgstr "Nome completo:"
+
+#: ../../include/identity.php:908
+msgid "j F, Y"
+msgstr "j F Y"
+
+#: ../../include/identity.php:909
+msgid "j F"
+msgstr "j F"
+
+#: ../../include/identity.php:916
+msgid "Birthday:"
+msgstr "Compleanno:"
+
+#: ../../include/identity.php:920
+msgid "Age:"
+msgstr "Età:"
+
+#: ../../include/identity.php:929
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "per %1$d %2$s"
+
+#: ../../include/identity.php:932 ../../mod/profiles.php:526
+msgid "Sexual Preference:"
+msgstr "Preferenze sessuali:"
+
+#: ../../include/identity.php:936 ../../mod/profiles.php:528
+msgid "Hometown:"
+msgstr "Città dove vivo:"
+
+#: ../../include/identity.php:938
+msgid "Tags:"
+msgstr "Tag:"
+
+#: ../../include/identity.php:940 ../../mod/profiles.php:529
+msgid "Political Views:"
+msgstr "Orientamento politico:"
+
+#: ../../include/identity.php:942
+msgid "Religion:"
+msgstr "Religione:"
+
+#: ../../include/identity.php:944 ../../mod/directory.php:164
+msgid "About:"
+msgstr "Informazioni:"
+
+#: ../../include/identity.php:946
+msgid "Hobbies/Interests:"
+msgstr "Interessi e hobby:"
+
+#: ../../include/identity.php:948 ../../mod/profiles.php:532
+msgid "Likes:"
+msgstr "Mi piace:"
+
+#: ../../include/identity.php:950 ../../mod/profiles.php:533
+msgid "Dislikes:"
+msgstr "Non mi piace:"
+
+#: ../../include/identity.php:953
+msgid "Contact information and Social Networks:"
+msgstr "Contatti e social network:"
+
+#: ../../include/identity.php:955
+msgid "My other channels:"
+msgstr "I miei altri canali:"
+
+#: ../../include/identity.php:957
+msgid "Musical interests:"
+msgstr "Gusti musicali:"
+
+#: ../../include/identity.php:959
+msgid "Books, literature:"
+msgstr "Libri, letteratura:"
+
+#: ../../include/identity.php:961
+msgid "Television:"
+msgstr "Televisione:"
+
+#: ../../include/identity.php:963
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film, danza, cultura, intrattenimento:"
+
+#: ../../include/identity.php:965
+msgid "Love/Romance:"
+msgstr "Amore:"
+
+#: ../../include/identity.php:967
+msgid "Work/employment:"
+msgstr "Lavoro:"
+
+#: ../../include/identity.php:969
+msgid "School/education:"
+msgstr "Scuola:"
+
+#: ../../include/reddav.php:1018
+msgid "Edit File properties"
+msgstr "Modifica le proprietà dei file"
+
+#: ../../include/bbcode.php:128 ../../include/bbcode.php:553
+#: ../../include/bbcode.php:556
msgid "Image/photo"
msgstr "Immagine"
-#: ../../include/bbcode.php:129 ../../include/bbcode.php:517
+#: ../../include/bbcode.php:163 ../../include/bbcode.php:561
msgid "Encrypted content"
msgstr "Contenuto crittografato"
-#: ../../include/bbcode.php:136
+#: ../../include/bbcode.php:170
msgid "QR code"
msgstr "QR code"
-#: ../../include/bbcode.php:179
+#: ../../include/bbcode.php:213
#, php-format
msgid "%1$s wrote the following %2$s %3$s"
msgstr "%1$s ha scritto %2$s seguente %3$s"
-#: ../../include/bbcode.php:181
+#: ../../include/bbcode.php:215
msgid "post"
msgstr "l'articolo"
-#: ../../include/bbcode.php:469 ../../include/bbcode.php:489
+#: ../../include/bbcode.php:513 ../../include/bbcode.php:533
msgid "$1 wrote:"
msgstr "$1 ha scritto:"
-#: ../../include/oembed.php:150
+#: ../../include/oembed.php:157
msgid "Embedded content"
msgstr "Contenuti incorporati"
-#: ../../include/oembed.php:159
+#: ../../include/oembed.php:166
msgid "Embedding disabled"
msgstr "Contenuti incorporati - funzione disabilitata"
@@ -1268,6 +1328,11 @@ msgstr "Anteprima articolo"
msgid "Allow previewing posts and comments before publishing them"
msgstr "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli"
+#: ../../include/features.php:41 ../../include/widgets.php:476
+#: ../../mod/sources.php:81
+msgid "Channel Sources"
+msgstr "Sorgenti del canale"
+
#: ../../include/features.php:41
msgid "Automatically import channel content from other channels or feeds"
msgstr "Importa automaticamente il contenuto del canale da altri canali o feed"
@@ -1301,6 +1366,10 @@ msgstr "Filtra per insiemi di canali"
msgid "Enable widget to display Network posts only from selected collections"
msgstr "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali"
+#: ../../include/features.php:50 ../../include/widgets.php:252
+msgid "Saved Searches"
+msgstr "Ricerche salvate"
+
#: ../../include/features.php:50
msgid "Save search terms for re-use"
msgstr "Salva i termini delle ricerche per poterle ripetere"
@@ -1365,6 +1434,11 @@ msgstr "Categorie degli articoli"
msgid "Add categories to your posts"
msgstr "Abilita le categorie per i tuoi articoli"
+#: ../../include/features.php:64 ../../include/widgets.php:283
+#: ../../include/contact_widgets.php:53
+msgid "Saved Folders"
+msgstr "Cartelle salvate"
+
#: ../../include/features.php:64
msgid "Ability to file posts under folders"
msgstr "Abilita la raccolta dei tuoi articoli in cartelle"
@@ -1393,437 +1467,44 @@ msgstr "Nuvola di tag"
msgid "Provide a personal tag cloud on your channel page"
msgstr "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale"
-#: ../../include/conversation.php:123
-msgid "channel"
-msgstr "canale"
-
-#: ../../include/conversation.php:161 ../../mod/like.php:134
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "A %1$s piace %3$s di %2$s"
-
-#: ../../include/conversation.php:164 ../../mod/like.php:136
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "A %1$s non piace %3$s di %2$s"
-
-#: ../../include/conversation.php:201
-#, php-format
-msgid "%1$s is now connected with %2$s"
-msgstr "%1$s adesso è connesso con %2$s"
-
-#: ../../include/conversation.php:236
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s ha mandato un poke a %2$s"
-
-#: ../../include/conversation.php:258 ../../mod/mood.php:63
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s al momento è %2$s"
-
-#: ../../include/conversation.php:631 ../../include/ItemObject.php:114
-msgid "Select"
-msgstr "Seleziona"
-
-#: ../../include/conversation.php:632 ../../include/ItemObject.php:108
-#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:693
-#: ../../mod/group.php:176 ../../mod/photos.php:1150
-#: ../../mod/filestorage.php:172 ../../mod/settings.php:570
-msgid "Delete"
-msgstr "Elimina"
-
-#: ../../include/conversation.php:642 ../../include/ItemObject.php:161
-msgid "Message is verified"
-msgstr "Messaggio verificato"
-
-#: ../../include/conversation.php:662
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Vedi il profilo di %s @ %s"
-
-#: ../../include/conversation.php:676
-msgid "Categories:"
-msgstr "Categorie:"
-
-#: ../../include/conversation.php:677
-msgid "Filed under:"
-msgstr "Classificato come:"
-
-#: ../../include/conversation.php:686 ../../include/ItemObject.php:217
-#, php-format
-msgid " from %s"
-msgstr " da %s"
-
-#: ../../include/conversation.php:689 ../../include/ItemObject.php:220
-#, php-format
-msgid "last edited: %s"
-msgstr "ultima modifica: %s"
-
-#: ../../include/conversation.php:704
-msgid "View in context"
-msgstr "Vedi nel contesto"
-
-#: ../../include/conversation.php:706 ../../include/conversation.php:1119
-#: ../../include/ItemObject.php:248 ../../mod/photos.php:1081
-#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:110
-#: ../../mod/editpost.php:107 ../../mod/editwebpage.php:153
-#: ../../mod/editblock.php:124
-msgid "Please wait"
-msgstr "Attendere"
-
-#: ../../include/conversation.php:833
-msgid "remove"
-msgstr "rimuovi"
-
-#: ../../include/conversation.php:837
-msgid "Loading..."
-msgstr "Caricamento in corso..."
-
-#: ../../include/conversation.php:838
-msgid "Delete Selected Items"
-msgstr "Elimina gli oggetti selezionati"
-
-#: ../../include/conversation.php:929
-msgid "View Source"
-msgstr "Vedi il sorgente"
-
-#: ../../include/conversation.php:930
-msgid "Follow Thread"
-msgstr "Segui la discussione"
-
-#: ../../include/conversation.php:931
-msgid "View Status"
-msgstr "Guarda il messaggio di stato"
-
-#: ../../include/conversation.php:933
-msgid "View Photos"
-msgstr "Guarda le foto"
-
-#: ../../include/conversation.php:934
-msgid "Matrix Activity"
-msgstr "Attività nella tua rete"
-
-#: ../../include/conversation.php:935
-msgid "Edit Contact"
-msgstr "Modifica il contatto"
-
-#: ../../include/conversation.php:936
-msgid "Send PM"
-msgstr "Invia messaggio privato"
-
-#: ../../include/conversation.php:937
-msgid "Poke"
-msgstr "Poke"
-
-#: ../../include/conversation.php:999
-#, php-format
-msgid "%s likes this."
-msgstr "Piace a %s."
-
-#: ../../include/conversation.php:999
-#, php-format
-msgid "%s doesn't like this."
-msgstr "Non piace a %s."
-
-#: ../../include/conversation.php:1003
-#, php-format
-msgid "<span %1$s>%2$d people</span> like this."
-msgid_plural "<span %1$s>%2$d people</span> like this."
-msgstr[0] ""
-msgstr[1] "Piace a <span %1$s>%2$d persone</span>."
-
-#: ../../include/conversation.php:1005
-#, php-format
-msgid "<span %1$s>%2$d people</span> don't like this."
-msgid_plural "<span %1$s>%2$d people</span> don't like this."
-msgstr[0] ""
-msgstr[1] "Non piace a <span %1$s>%2$d persone</span>."
-
-#: ../../include/conversation.php:1011
-msgid "and"
-msgstr "e"
-
-#: ../../include/conversation.php:1014
-#, php-format
-msgid ", and %d other people"
-msgid_plural ", and %d other people"
-msgstr[0] ""
-msgstr[1] "e altre %d persone"
-
-#: ../../include/conversation.php:1015
-#, php-format
-msgid "%s like this."
-msgstr "Piace a %s."
-
-#: ../../include/conversation.php:1015
-#, php-format
-msgid "%s don't like this."
-msgstr "Non piace a %s."
-
-#: ../../include/conversation.php:1065
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visibile a <strong>tutti</strong>"
-
-#: ../../include/conversation.php:1066 ../../mod/mail.php:171
-#: ../../mod/mail.php:269
-msgid "Please enter a link URL:"
-msgstr "Inserisci l'indirizzo del link:"
-
-#: ../../include/conversation.php:1067
-msgid "Please enter a video link/URL:"
-msgstr "Inserisci l'indirizzo del video:"
-
-#: ../../include/conversation.php:1068
-msgid "Please enter an audio link/URL:"
-msgstr "Inserisci l'indirizzo dell'audio:"
-
-#: ../../include/conversation.php:1069
-msgid "Tag term:"
-msgstr "Tag:"
-
-#: ../../include/conversation.php:1070 ../../mod/filer.php:35
-msgid "Save to Folder:"
-msgstr "Salva nella cartella:"
-
-#: ../../include/conversation.php:1071
-msgid "Where are you right now?"
-msgstr "Dove sei ora?"
-
-#: ../../include/conversation.php:1072 ../../mod/mail.php:172
-#: ../../mod/mail.php:270 ../../mod/editpost.php:52
-msgid "Expires YYYY-MM-DD HH:MM"
-msgstr "Scadenza il AAAA-MM-GG OO:MM"
-
-#: ../../include/conversation.php:1082 ../../include/ItemObject.php:546
-#: ../../mod/webpages.php:122 ../../mod/photos.php:1101
-#: ../../mod/editlayout.php:130 ../../mod/editpost.php:127
-#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:145
-msgid "Preview"
-msgstr "Anteprima"
-
-#: ../../include/conversation.php:1096 ../../mod/photos.php:1080
-msgid "Share"
-msgstr "Condividi"
-
-#: ../../include/conversation.php:1098 ../../mod/editwebpage.php:140
-msgid "Page link title"
-msgstr "Link del titolo"
-
-#: ../../include/conversation.php:1100 ../../mod/mail.php:219
-#: ../../mod/mail.php:332 ../../mod/editlayout.php:102
-#: ../../mod/editpost.php:99 ../../mod/editwebpage.php:145
-#: ../../mod/editblock.php:116
-msgid "Upload photo"
-msgstr "Carica foto"
-
-#: ../../include/conversation.php:1101
-msgid "upload photo"
-msgstr "carica foto"
-
-#: ../../include/conversation.php:1102 ../../mod/mail.php:220
-#: ../../mod/mail.php:333 ../../mod/editlayout.php:103
-#: ../../mod/editpost.php:100 ../../mod/editwebpage.php:146
-#: ../../mod/editblock.php:117
-msgid "Attach file"
-msgstr "Allega file"
-
-#: ../../include/conversation.php:1103
-msgid "attach file"
-msgstr "allega file"
-
-#: ../../include/conversation.php:1104 ../../mod/mail.php:221
-#: ../../mod/mail.php:334 ../../mod/editlayout.php:104
-#: ../../mod/editpost.php:101 ../../mod/editwebpage.php:147
-#: ../../mod/editblock.php:118
-msgid "Insert web link"
-msgstr "Inserisci un indirizzo web"
-
-#: ../../include/conversation.php:1105
-msgid "web link"
-msgstr "link web"
-
-#: ../../include/conversation.php:1106
-msgid "Insert video link"
-msgstr "Inserisci l'indirizzo di un video"
-
-#: ../../include/conversation.php:1107
-msgid "video link"
-msgstr "link video"
-
-#: ../../include/conversation.php:1108
-msgid "Insert audio link"
-msgstr "Inserisci l'indirizzo di un audio"
-
-#: ../../include/conversation.php:1109
-msgid "audio link"
-msgstr "link audio"
-
-#: ../../include/conversation.php:1110 ../../mod/editlayout.php:108
-#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:151
-#: ../../mod/editblock.php:122
-msgid "Set your location"
-msgstr "La tua località"
-
-#: ../../include/conversation.php:1111
-msgid "set location"
-msgstr "la tua località"
-
-#: ../../include/conversation.php:1112 ../../mod/editlayout.php:109
-#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:152
-#: ../../mod/editblock.php:123
-msgid "Clear browser location"
-msgstr "Rimuovi la località data dal browser"
-
-#: ../../include/conversation.php:1113
-msgid "clear location"
-msgstr "rimuovi la località"
-
-#: ../../include/conversation.php:1115 ../../mod/editlayout.php:122
-#: ../../mod/editpost.php:119 ../../mod/editwebpage.php:169
-#: ../../mod/editblock.php:137
-msgid "Set title"
-msgstr "Scegli un titolo"
-
-#: ../../include/conversation.php:1118 ../../mod/editlayout.php:124
-#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:171
-#: ../../mod/editblock.php:139
-msgid "Categories (comma-separated list)"
-msgstr "Categorie (separate da virgola)"
-
-#: ../../include/conversation.php:1120 ../../mod/editlayout.php:111
-#: ../../mod/editpost.php:108 ../../mod/editwebpage.php:154
-#: ../../mod/editblock.php:125
-msgid "Permission settings"
-msgstr "Impostazioni permessi"
-
-#: ../../include/conversation.php:1121
-msgid "permissions"
-msgstr "permessi"
-
-#: ../../include/conversation.php:1129 ../../mod/editlayout.php:119
-#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:164
-#: ../../mod/editblock.php:134
-msgid "Public post"
-msgstr "Articolo pubblico"
-
-#: ../../include/conversation.php:1131 ../../mod/editlayout.php:125
-#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:172
-#: ../../mod/editblock.php:140
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Per esempio: mario@esempio.com, simona@esempio.com"
-
-#: ../../include/conversation.php:1144 ../../mod/mail.php:226
-#: ../../mod/mail.php:339 ../../mod/editlayout.php:135
-#: ../../mod/editpost.php:133 ../../mod/editwebpage.php:182
-#: ../../mod/editblock.php:150
-msgid "Set expiration date"
-msgstr "Data di scadenza"
-
-#: ../../include/conversation.php:1146 ../../include/ItemObject.php:549
-#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:135
-msgid "Encrypt text"
-msgstr "Crittografia del testo"
-
-#: ../../include/conversation.php:1148 ../../mod/editpost.php:136
-msgid "OK"
-msgstr "OK"
-
-#: ../../include/conversation.php:1149 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../mod/settings.php:508
-#: ../../mod/settings.php:534 ../../mod/editpost.php:137
-#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
-msgid "Cancel"
-msgstr "Annulla"
-
-#: ../../include/conversation.php:1376
-msgid "Commented Order"
-msgstr "Ultimi commenti"
-
-#: ../../include/conversation.php:1379
-msgid "Sort by Comment Date"
-msgstr "Per data del commento"
-
-#: ../../include/conversation.php:1382
-msgid "Posted Order"
-msgstr "Ultimi articoli"
-
-#: ../../include/conversation.php:1385
-msgid "Sort by Post Date"
-msgstr "Per data di creazione"
-
-#: ../../include/conversation.php:1389
-msgid "Personal"
-msgstr "Personali"
-
-#: ../../include/conversation.php:1392
-msgid "Posts that mention or involve you"
-msgstr "Articoli che ti riguardano o ti menzionano"
-
-#: ../../include/conversation.php:1395 ../../mod/menu.php:57
-#: ../../mod/connections.php:209
-msgid "New"
-msgstr "Novità"
-
-#: ../../include/conversation.php:1398
-msgid "Activity Stream - by date"
-msgstr "Elenco attività - per data"
-
-#: ../../include/conversation.php:1405
-msgid "Starred"
-msgstr "Preferiti"
-
-#: ../../include/conversation.php:1408
-msgid "Favourite Posts"
-msgstr "Articoli preferiti"
-
-#: ../../include/conversation.php:1415
-msgid "Spam"
-msgstr "Spam"
-
-#: ../../include/conversation.php:1418
-msgid "Posts flagged as SPAM"
-msgstr "Articoli marcati come spam"
-
-#: ../../include/conversation.php:1448
-msgid "Channel"
-msgstr "Canale"
-
-#: ../../include/conversation.php:1451
-msgid "Status Messages and Posts"
-msgstr "Articoli e messaggi di stato"
+#: ../../include/group.php:25
+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 "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."
-#: ../../include/conversation.php:1455
-msgid "About"
-msgstr "Informazioni"
+#: ../../include/group.php:223
+msgid "Default privacy group for new contacts"
+msgstr "Insieme predefinito per i nuovi canali che aggiungi"
-#: ../../include/conversation.php:1458
-msgid "Profile Details"
-msgstr "Dettagli del profilo"
+#: ../../include/group.php:242 ../../mod/admin.php:700
+msgid "All Channels"
+msgstr "Tutti i canali"
-#: ../../include/conversation.php:1465 ../../include/photos.php:297
-msgid "Photo Albums"
-msgstr "Album foto"
+#: ../../include/group.php:264
+msgid "edit"
+msgstr "modifica"
-#: ../../include/conversation.php:1470 ../../mod/fbrowser.php:114
-msgid "Files"
-msgstr "Elenco file"
+#: ../../include/group.php:285
+msgid "Collections"
+msgstr "Insiemi di canali"
-#: ../../include/conversation.php:1473
-msgid "Files and Storage"
-msgstr "Archivio file"
+#: ../../include/group.php:286
+msgid "Edit collection"
+msgstr "Modifica l'insieme di canali"
-#: ../../include/conversation.php:1485
-msgid "Events and Calendar"
-msgstr "Calendario eventi"
+#: ../../include/group.php:287
+msgid "Create a new collection"
+msgstr "Crea un nuovo insieme"
-#: ../../include/conversation.php:1490
-msgid "Webpages"
-msgstr "Pagine web"
+#: ../../include/group.php:288
+msgid "Channels not in any collection"
+msgstr "Canali che non sono in un insieme"
-#: ../../include/conversation.php:1493
-msgid "Manage Webpages"
-msgstr "Gestisci le pagine web"
+#: ../../include/group.php:290 ../../include/widgets.php:253
+msgid "add"
+msgstr "aggiungi"
#: ../../include/notify.php:23
msgid "created a new post"
@@ -1838,8 +1519,8 @@ msgstr "ha commentato l'articolo di %s"
#: ../../include/attach.php:128 ../../include/attach.php:184
#: ../../include/attach.php:199 ../../include/attach.php:232
#: ../../include/attach.php:246 ../../include/attach.php:267
-#: ../../include/attach.php:461 ../../include/attach.php:539
-#: ../../include/items.php:3445 ../../mod/common.php:35
+#: ../../include/attach.php:462 ../../include/attach.php:540
+#: ../../include/items.php:3454 ../../mod/common.php:35
#: ../../mod/events.php:140 ../../mod/thing.php:241 ../../mod/thing.php:257
#: ../../mod/thing.php:291 ../../mod/invite.php:13 ../../mod/invite.php:104
#: ../../mod/connedit.php:179 ../../mod/webpages.php:40 ../../mod/api.php:26
@@ -1847,10 +1528,10 @@ msgstr "ha commentato l'articolo di %s"
#: ../../mod/setup.php:200 ../../mod/viewconnections.php:22
#: ../../mod/viewconnections.php:27 ../../mod/delegate.php:6
#: ../../mod/sources.php:62 ../../mod/mitem.php:73 ../../mod/group.php:9
-#: ../../mod/photos.php:68 ../../mod/photos.php:653 ../../mod/viewsrc.php:12
+#: ../../mod/photos.php:68 ../../mod/photos.php:522 ../../mod/viewsrc.php:12
#: ../../mod/menu.php:40 ../../mod/connections.php:167
#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12
-#: ../../mod/profiles.php:152 ../../mod/profiles.php:465
+#: ../../mod/profiles.php:152 ../../mod/profiles.php:453
#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10
#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:76
@@ -1861,34 +1542,38 @@ msgstr "ha commentato l'articolo di %s"
#: ../../mod/notifications.php:66 ../../mod/blocks.php:29
#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44
#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128
-#: ../../mod/channel.php:88 ../../mod/channel.php:225
-#: ../../mod/fsuggest.php:78 ../../mod/editblock.php:48
-#: ../../mod/suggest.php:26 ../../mod/message.php:16 ../../mod/register.php:68
-#: ../../mod/regmod.php:18 ../../mod/authtest.php:13 ../../mod/item.php:182
-#: ../../mod/item.php:190 ../../mod/mood.php:119 ../../index.php:176
-#: ../../index.php:344
+#: ../../mod/channel.php:88 ../../mod/channel.php:188
+#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78
+#: ../../mod/editblock.php:48 ../../mod/suggest.php:26
+#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18
+#: ../../mod/authtest.php:13 ../../mod/item.php:182 ../../mod/item.php:190
+#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:348
msgid "Permission denied."
msgstr "Permesso negato."
-#: ../../include/photos.php:88
+#: ../../include/photos.php:89
#, php-format
msgid "Image exceeds website size limit of %lu bytes"
msgstr "L'immagine supera il limite massimo di %lu bytes"
-#: ../../include/photos.php:95
+#: ../../include/photos.php:96
msgid "Image file is empty."
msgstr "Il file dell'immagine è vuoto."
-#: ../../include/photos.php:122 ../../mod/profile_photo.php:147
+#: ../../include/photos.php:123 ../../mod/profile_photo.php:147
msgid "Unable to process image"
msgstr "Impossibile elaborare l'immagine"
-#: ../../include/photos.php:184
+#: ../../include/photos.php:185
msgid "Photo storage failed."
msgstr "Impossibile caricare la foto."
-#: ../../include/photos.php:301 ../../mod/photos.php:821
-#: ../../mod/photos.php:1296
+#: ../../include/photos.php:302 ../../include/conversation.php:1477
+msgid "Photo Albums"
+msgstr "Album foto"
+
+#: ../../include/photos.php:306 ../../mod/photos.php:690
+#: ../../mod/photos.php:1165
msgid "Upload New Photos"
msgstr "Carica nuove foto"
@@ -2141,40 +1826,40 @@ msgstr "Il file da aggiornare non è stato trovato"
msgid "File exceeds size limit of %d"
msgstr "Il file supera la dimensione massima di %d"
-#: ../../include/attach.php:337
+#: ../../include/attach.php:338
#, php-format
msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
msgstr "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati."
-#: ../../include/attach.php:421
+#: ../../include/attach.php:422
msgid "File upload failed. Possible system limit or action terminated."
msgstr "Caricamento file fallito, potrebbe aver superato i limiti o l'azione potrebbe essere stata interrotta."
-#: ../../include/attach.php:433
+#: ../../include/attach.php:434
msgid "Stored file could not be verified. Upload failed."
msgstr "Il file non può essere verificato. Caricamento fallito."
-#: ../../include/attach.php:477 ../../include/attach.php:494
+#: ../../include/attach.php:478 ../../include/attach.php:495
msgid "Path not available."
msgstr "Percorso non disponibile."
-#: ../../include/attach.php:544
+#: ../../include/attach.php:545
msgid "Empty pathname"
msgstr "Il percorso del file è vuoto"
-#: ../../include/attach.php:562
+#: ../../include/attach.php:563
msgid "duplicate filename or path"
msgstr "il file o percorso del file è duplicato"
-#: ../../include/attach.php:587
+#: ../../include/attach.php:588
msgid "Path not found."
msgstr "Percorso del file non trovato."
-#: ../../include/attach.php:632
+#: ../../include/attach.php:633
msgid "mkdir failed."
msgstr "mkdir fallito."
-#: ../../include/attach.php:636
+#: ../../include/attach.php:637
msgid "database storage failed."
msgstr "scrittura su database fallita."
@@ -2218,6 +1903,18 @@ msgstr "non mi piace"
msgid "dislikes"
msgstr "non ama"
+#: ../../include/auth.php:76
+msgid "Logged out."
+msgstr "Uscita effettuata."
+
+#: ../../include/auth.php:188
+msgid "Failed authentication"
+msgstr "Autenticazione fallita"
+
+#: ../../include/auth.php:203
+msgid "Login failed."
+msgstr "Accesso fallito."
+
#: ../../include/account.php:23
msgid "Not a valid email address"
msgstr "Email non valida"
@@ -2493,17 +2190,123 @@ msgstr "Foto:"
msgid "Please visit %s to approve or reject the suggestion."
msgstr "Visita %s per approvare o rifiutare il suggerimento."
-#: ../../include/auth.php:69
-msgid "Logged out."
-msgstr "Uscita effettuata."
+#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
+msgid "Categories"
+msgstr "Categorie"
-#: ../../include/auth.php:181
-msgid "Failed authentication"
-msgstr "Autenticazione fallita"
+#: ../../include/widgets.php:117 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Ignora/nascondi"
-#: ../../include/auth.php:190
-msgid "Login failed."
-msgstr "Accesso fallito."
+#: ../../include/widgets.php:123 ../../mod/connections.php:236
+msgid "Suggestions"
+msgstr "Suggerimenti"
+
+#: ../../include/widgets.php:124
+msgid "See more..."
+msgstr "Altro..."
+
+#: ../../include/widgets.php:146
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Hai attivato %1$.0f delle %2$.0f connessioni permesse."
+
+#: ../../include/widgets.php:152
+msgid "Add New Connection"
+msgstr "Aggiungi un contatto"
+
+#: ../../include/widgets.php:153
+msgid "Enter the channel address"
+msgstr "Scrivi l'indirizzo del canale"
+
+#: ../../include/widgets.php:154
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Per esempio: mario@pippo.it oppure http://pluto.com/barbara"
+
+#: ../../include/widgets.php:171
+msgid "Notes"
+msgstr "Note"
+
+#: ../../include/widgets.php:243
+msgid "Remove term"
+msgstr "Rimuovi termine"
+
+#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
+#: ../../include/contact_widgets.php:90
+msgid "Everything"
+msgstr "Tutto"
+
+#: ../../include/widgets.php:318 ../../include/items.php:3575
+msgid "Archives"
+msgstr "Archivi"
+
+#: ../../include/widgets.php:370
+msgid "Refresh"
+msgstr "Aggiorna"
+
+#: ../../include/widgets.php:371 ../../mod/connedit.php:386
+msgid "Me"
+msgstr "Io"
+
+#: ../../include/widgets.php:372 ../../mod/connedit.php:388
+msgid "Best Friends"
+msgstr "Buoni amici"
+
+#: ../../include/widgets.php:374
+msgid "Co-workers"
+msgstr "Colleghi"
+
+#: ../../include/widgets.php:375 ../../mod/connedit.php:390
+msgid "Former Friends"
+msgstr "Ex amici"
+
+#: ../../include/widgets.php:376 ../../mod/connedit.php:391
+msgid "Acquaintances"
+msgstr "Conoscenti"
+
+#: ../../include/widgets.php:377
+msgid "Everybody"
+msgstr "Tutti"
+
+#: ../../include/widgets.php:409
+msgid "Account settings"
+msgstr "Impostazioni dell'account"
+
+#: ../../include/widgets.php:415
+msgid "Channel settings"
+msgstr "Impostazioni del canale"
+
+#: ../../include/widgets.php:421
+msgid "Additional features"
+msgstr "Funzionalità aggiuntive"
+
+#: ../../include/widgets.php:427
+msgid "Feature settings"
+msgstr "Impostazioni aggiuntive"
+
+#: ../../include/widgets.php:433
+msgid "Display settings"
+msgstr "Impostazioni grafiche"
+
+#: ../../include/widgets.php:439
+msgid "Connected apps"
+msgstr "App connesse"
+
+#: ../../include/widgets.php:445
+msgid "Export channel"
+msgstr "Esporta il canale"
+
+#: ../../include/widgets.php:457
+msgid "Automatic Permissions (Advanced)"
+msgstr "Permessi predefiniti (avanzato)"
+
+#: ../../include/widgets.php:467
+msgid "Premium Channel Settings"
+msgstr "Canale premium - impostazioni"
+
+#: ../../include/widgets.php:504
+msgid "Check Mail"
+msgstr "Controlla i messaggi"
#: ../../include/contact_widgets.php:14
#, php-format
@@ -2528,8 +2331,8 @@ msgstr "Entra in contatto"
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Per esempio: Mario Rossi, Pesca"
-#: ../../include/contact_widgets.php:24 ../../mod/directory.php:205
-#: ../../mod/directory.php:210 ../../mod/connections.php:355
+#: ../../include/contact_widgets.php:24 ../../mod/directory.php:206
+#: ../../mod/directory.php:211 ../../mod/connections.php:355
msgid "Find"
msgstr "Cerca"
@@ -2559,9 +2362,9 @@ msgstr "Nuova pagina web"
#: ../../include/page_widgets.php:8 ../../include/ItemObject.php:96
#: ../../mod/thing.php:229 ../../mod/webpages.php:118 ../../mod/menu.php:55
#: ../../mod/layouts.php:102 ../../mod/filestorage.php:171
-#: ../../mod/settings.php:569 ../../mod/editlayout.php:101
+#: ../../mod/settings.php:569 ../../mod/editlayout.php:106
#: ../../mod/editpost.php:98 ../../mod/blocks.php:93
-#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:115
+#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120
msgid "Edit"
msgstr "Modifica"
@@ -2695,271 +2498,54 @@ msgstr "Impostazione pericolosa - lasciare il valore predefinito se non si è as
msgid "Default"
msgstr "Predefinito"
-#: ../../include/identity.php:29 ../../mod/item.php:1143
-msgid "Unable to obtain identity information from database"
-msgstr "Impossibile ottenere le informazioni di identificazione dal database"
-
-#: ../../include/identity.php:62
-msgid "Empty name"
-msgstr "Nome vuoto"
-
-#: ../../include/identity.php:64
-msgid "Name too long"
-msgstr "Nome troppo lungo"
-
-#: ../../include/identity.php:143
-msgid "No account identifier"
-msgstr "Account senza identificativo"
-
-#: ../../include/identity.php:153
-msgid "Nickname is required."
-msgstr "Il nome dell'account è obbligatorio."
-
-#: ../../include/identity.php:167
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
-msgstr "Il nome dell'account è già in uso oppure ha dei caratteri non supportati."
-
-#: ../../include/identity.php:226
-msgid "Unable to retrieve created identity"
-msgstr "Impossibile caricare l'identità creata"
-
-#: ../../include/identity.php:285
-msgid "Default Profile"
-msgstr "Profilo predefinito"
-
-#: ../../include/identity.php:477
-msgid "Requested channel is not available."
-msgstr "Il canale che cerchi non è disponibile."
-
-#: ../../include/identity.php:489
-msgid " Sorry, you don't have the permission to view this profile. "
-msgstr "Purtroppo non hai il permesso di vedere questo profilo."
-
-#: ../../include/identity.php:524 ../../mod/webpages.php:8
-#: ../../mod/connect.php:13 ../../mod/layouts.php:8
-#: ../../mod/achievements.php:8 ../../mod/filestorage.php:40
-#: ../../mod/blocks.php:10 ../../mod/profile.php:16
-msgid "Requested profile is not available."
-msgstr "Il profilo richiesto non è disponibile."
-
-#: ../../include/identity.php:639 ../../mod/profiles.php:615
-msgid "Change profile photo"
-msgstr "Cambia la foto del profilo"
-
-#: ../../include/identity.php:645
-msgid "Profiles"
-msgstr "Profili"
-
-#: ../../include/identity.php:645
-msgid "Manage/edit profiles"
-msgstr "Gestisci/modifica i profili"
-
-#: ../../include/identity.php:646 ../../mod/profiles.php:616
-msgid "Create New Profile"
-msgstr "Crea un nuovo profilo"
-
-#: ../../include/identity.php:649
-msgid "Edit Profile"
-msgstr "Modifica il profilo"
-
-#: ../../include/identity.php:660 ../../mod/profiles.php:627
-msgid "Profile Image"
-msgstr "Immagine del profilo"
-
-#: ../../include/identity.php:663 ../../mod/profiles.php:630
-msgid "visible to everybody"
-msgstr "visibile a tutti"
-
-#: ../../include/identity.php:664 ../../mod/profiles.php:631
-msgid "Edit visibility"
-msgstr "Cambia la visibilità"
-
-#: ../../include/identity.php:678 ../../include/identity.php:903
-#: ../../mod/directory.php:158
-msgid "Gender:"
-msgstr "Sesso:"
-
-#: ../../include/identity.php:679 ../../include/identity.php:923
-#: ../../mod/directory.php:160
-msgid "Status:"
-msgstr "Stato:"
-
-#: ../../include/identity.php:680 ../../include/identity.php:934
-#: ../../mod/directory.php:162
-msgid "Homepage:"
-msgstr "Home page:"
-
-#: ../../include/identity.php:747 ../../include/identity.php:827
-#: ../../mod/ping.php:230
-msgid "g A l F d"
-msgstr "g A l d F"
-
-#: ../../include/identity.php:748 ../../include/identity.php:828
-msgid "F d"
-msgstr "d F"
-
-#: ../../include/identity.php:793 ../../include/identity.php:868
-#: ../../mod/ping.php:252
-msgid "[today]"
-msgstr "[oggi]"
-
-#: ../../include/identity.php:805
-msgid "Birthday Reminders"
-msgstr "Promemoria compleanni"
-
-#: ../../include/identity.php:806
-msgid "Birthdays this week:"
-msgstr "Compleanni questa settimana:"
-
-#: ../../include/identity.php:861
-msgid "[No description]"
-msgstr "[Nessuna descrizione]"
-
-#: ../../include/identity.php:879
-msgid "Event Reminders"
-msgstr "Promemoria"
-
-#: ../../include/identity.php:880
-msgid "Events this week:"
-msgstr "Eventi di questa settimana:"
-
-#: ../../include/identity.php:893 ../../include/identity.php:975
-#: ../../mod/profperm.php:103
-msgid "Profile"
-msgstr "Profilo"
-
-#: ../../include/identity.php:901 ../../mod/settings.php:911
-msgid "Full Name:"
-msgstr "Nome completo:"
-
-#: ../../include/identity.php:908
-msgid "j F, Y"
-msgstr "j F Y"
-
-#: ../../include/identity.php:909
-msgid "j F"
-msgstr "j F"
-
-#: ../../include/identity.php:916
-msgid "Birthday:"
-msgstr "Compleanno:"
-
-#: ../../include/identity.php:920
-msgid "Age:"
-msgstr "Età:"
-
-#: ../../include/identity.php:929
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "per %1$d %2$s"
-
-#: ../../include/identity.php:932 ../../mod/profiles.php:538
-msgid "Sexual Preference:"
-msgstr "Preferenze sessuali:"
-
-#: ../../include/identity.php:936 ../../mod/profiles.php:540
-msgid "Hometown:"
-msgstr "Città dove vivo:"
-
-#: ../../include/identity.php:938
-msgid "Tags:"
-msgstr "Tag:"
-
-#: ../../include/identity.php:940 ../../mod/profiles.php:541
-msgid "Political Views:"
-msgstr "Orientamento politico:"
-
-#: ../../include/identity.php:942
-msgid "Religion:"
-msgstr "Religione:"
-
-#: ../../include/identity.php:944 ../../mod/directory.php:164
-msgid "About:"
-msgstr "Informazioni:"
-
-#: ../../include/identity.php:946
-msgid "Hobbies/Interests:"
-msgstr "Interessi e hobby:"
-
-#: ../../include/identity.php:948 ../../mod/profiles.php:544
-msgid "Likes:"
-msgstr "Mi piace:"
-
-#: ../../include/identity.php:950 ../../mod/profiles.php:545
-msgid "Dislikes:"
-msgstr "Non mi piace:"
-
-#: ../../include/identity.php:953
-msgid "Contact information and Social Networks:"
-msgstr "Contatti e social network:"
-
-#: ../../include/identity.php:955
-msgid "Musical interests:"
-msgstr "Gusti musicali:"
-
-#: ../../include/identity.php:957
-msgid "Books, literature:"
-msgstr "Libri, letteratura:"
-
-#: ../../include/identity.php:959
-msgid "Television:"
-msgstr "Televisione:"
-
-#: ../../include/identity.php:961
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film, danza, cultura, intrattenimento:"
-
-#: ../../include/identity.php:963
-msgid "Love/Romance:"
-msgstr "Amore:"
-
-#: ../../include/identity.php:965
-msgid "Work/employment:"
-msgstr "Lavoro:"
-
-#: ../../include/identity.php:967
-msgid "School/education:"
-msgstr "Scuola:"
-
-#: ../../include/items.php:201 ../../mod/like.php:55 ../../mod/group.php:68
-#: ../../mod/profperm.php:19 ../../index.php:343
+#: ../../include/items.php:208 ../../mod/like.php:55 ../../mod/group.php:68
+#: ../../mod/profperm.php:23 ../../index.php:347
msgid "Permission denied"
msgstr "Permesso negato"
-#: ../../include/items.php:3383 ../../mod/thing.php:74 ../../mod/admin.php:150
-#: ../../mod/admin.php:730 ../../mod/admin.php:933 ../../mod/viewsrc.php:18
+#: ../../include/items.php:3392 ../../mod/thing.php:74 ../../mod/admin.php:150
+#: ../../mod/admin.php:732 ../../mod/admin.php:935 ../../mod/viewsrc.php:18
#: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32
-#: ../../mod/channel.php:182
msgid "Item not found."
msgstr "Elemento non trovato."
-#: ../../include/items.php:3734 ../../mod/group.php:38 ../../mod/group.php:140
+#: ../../include/items.php:3743 ../../mod/group.php:38 ../../mod/group.php:140
msgid "Collection not found."
msgstr "Insieme non trovato."
-#: ../../include/items.php:3749
+#: ../../include/items.php:3758
msgid "Collection is empty."
msgstr "L'insieme di canali è vuoto."
-#: ../../include/items.php:3756
+#: ../../include/items.php:3765
#, php-format
msgid "Collection: %s"
msgstr "Insieme: %s"
-#: ../../include/items.php:3767
+#: ../../include/items.php:3776
#, php-format
msgid "Connection: %s"
msgstr "Contatto: %s"
-#: ../../include/items.php:3770
+#: ../../include/items.php:3779
msgid "Connection not found."
msgstr "Contatto non trovato."
-#: ../../include/ItemObject.php:89 ../../mod/photos.php:972
+#: ../../include/ItemObject.php:89 ../../mod/photos.php:841
msgid "Private Message"
msgstr "Messaggio privato"
+#: ../../include/ItemObject.php:108 ../../include/conversation.php:632
+#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:695
+#: ../../mod/group.php:176 ../../mod/photos.php:1019
+#: ../../mod/filestorage.php:172 ../../mod/settings.php:570
+msgid "Delete"
+msgstr "Elimina"
+
+#: ../../include/ItemObject.php:114 ../../include/conversation.php:631
+msgid "Select"
+msgstr "Seleziona"
+
#: ../../include/ItemObject.php:118
msgid "save to folder"
msgstr "salva in una cartella"
@@ -2980,15 +2566,19 @@ msgstr "Attiva/disattiva preferito"
msgid "starred"
msgstr "preferito"
+#: ../../include/ItemObject.php:161 ../../include/conversation.php:642
+msgid "Message is verified"
+msgstr "Messaggio verificato"
+
#: ../../include/ItemObject.php:169
msgid "add tag"
msgstr "Aggiungi tag"
-#: ../../include/ItemObject.php:175 ../../mod/photos.php:1078
+#: ../../include/ItemObject.php:175 ../../mod/photos.php:947
msgid "I like this (toggle)"
msgstr "Attiva/disattiva Mi piace"
-#: ../../include/ItemObject.php:176 ../../mod/photos.php:1079
+#: ../../include/ItemObject.php:176 ../../mod/photos.php:948
msgid "I don't like this (toggle)"
msgstr "Attiva/disattiva Non mi piace"
@@ -3021,11 +2611,29 @@ msgstr "Da bacheca a bacheca"
msgid "via Wall-To-Wall:"
msgstr "da bacheca a bacheca:"
+#: ../../include/ItemObject.php:217 ../../include/conversation.php:686
+#, php-format
+msgid " from %s"
+msgstr " da %s"
+
+#: ../../include/ItemObject.php:220 ../../include/conversation.php:689
+#, php-format
+msgid "last edited: %s"
+msgstr "ultima modifica: %s"
+
#: ../../include/ItemObject.php:221
#, php-format
msgid "Expires: %s"
msgstr "Scadenza: %s"
+#: ../../include/ItemObject.php:248 ../../include/conversation.php:706
+#: ../../include/conversation.php:1119 ../../mod/photos.php:950
+#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115
+#: ../../mod/editpost.php:107 ../../mod/editwebpage.php:153
+#: ../../mod/editblock.php:129
+msgid "Please wait"
+msgstr "Attendere"
+
#: ../../include/ItemObject.php:269
#, php-format
msgid "%d comment"
@@ -3033,20 +2641,20 @@ msgid_plural "%d comments"
msgstr[0] "%d commento"
msgstr[1] "%d commenti"
-#: ../../include/ItemObject.php:534 ../../mod/photos.php:1097
-#: ../../mod/photos.php:1184
+#: ../../include/ItemObject.php:534 ../../mod/photos.php:966
+#: ../../mod/photos.php:1053
msgid "This is you"
msgstr "Questo sei tu"
-#: ../../include/ItemObject.php:537 ../../mod/events.php:470
+#: ../../include/ItemObject.php:537 ../../mod/events.php:469
#: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156
#: ../../mod/connedit.php:434 ../../mod/setup.php:304 ../../mod/setup.php:347
#: ../../mod/connect.php:92 ../../mod/sources.php:97 ../../mod/sources.php:131
-#: ../../mod/admin.php:420 ../../mod/admin.php:686 ../../mod/admin.php:826
-#: ../../mod/admin.php:1025 ../../mod/admin.php:1112 ../../mod/group.php:81
-#: ../../mod/photos.php:693 ../../mod/photos.php:798 ../../mod/photos.php:1060
-#: ../../mod/photos.php:1100 ../../mod/photos.php:1187
-#: ../../mod/profiles.php:518 ../../mod/filestorage.php:132
+#: ../../mod/admin.php:420 ../../mod/admin.php:688 ../../mod/admin.php:828
+#: ../../mod/admin.php:1027 ../../mod/admin.php:1114 ../../mod/group.php:81
+#: ../../mod/photos.php:562 ../../mod/photos.php:667 ../../mod/photos.php:929
+#: ../../mod/photos.php:969 ../../mod/photos.php:1056
+#: ../../mod/profiles.php:506 ../../mod/filestorage.php:132
#: ../../mod/import.php:387 ../../mod/settings.php:507
#: ../../mod/settings.php:619 ../../mod/settings.php:647
#: ../../mod/settings.php:671 ../../mod/settings.php:742
@@ -3091,6 +2699,18 @@ msgstr "Link"
msgid "Video"
msgstr "Video"
+#: ../../include/ItemObject.php:546 ../../include/conversation.php:1082
+#: ../../mod/webpages.php:122 ../../mod/photos.php:970
+#: ../../mod/editlayout.php:136 ../../mod/editpost.php:127
+#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:151
+msgid "Preview"
+msgstr "Anteprima"
+
+#: ../../include/ItemObject.php:549 ../../include/conversation.php:1146
+#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:135
+msgid "Encrypt text"
+msgstr "Crittografia del testo"
+
#: ../../include/security.php:49
msgid "Welcome "
msgstr "Ciao"
@@ -3103,12 +2723,395 @@ msgstr "Carica una foto per il profilo!"
msgid "Welcome back "
msgstr "Ciao, è bello rivederti"
-#: ../../include/security.php:360
+#: ../../include/security.php:363
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 "L'identificativo di sicurezza del modulo che hai riempito non è corretto. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto."
+#: ../../include/conversation.php:123
+msgid "channel"
+msgstr "canale"
+
+#: ../../include/conversation.php:161 ../../mod/like.php:134
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "A %1$s piace %3$s di %2$s"
+
+#: ../../include/conversation.php:164 ../../mod/like.php:136
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "A %1$s non piace %3$s di %2$s"
+
+#: ../../include/conversation.php:201
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s adesso è connesso con %2$s"
+
+#: ../../include/conversation.php:236
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s ha mandato un poke a %2$s"
+
+#: ../../include/conversation.php:258 ../../mod/mood.php:63
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s al momento è %2$s"
+
+#: ../../include/conversation.php:662
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Vedi il profilo di %s @ %s"
+
+#: ../../include/conversation.php:676
+msgid "Categories:"
+msgstr "Categorie:"
+
+#: ../../include/conversation.php:677
+msgid "Filed under:"
+msgstr "Classificato come:"
+
+#: ../../include/conversation.php:704
+msgid "View in context"
+msgstr "Vedi nel contesto"
+
+#: ../../include/conversation.php:833
+msgid "remove"
+msgstr "rimuovi"
+
+#: ../../include/conversation.php:837
+msgid "Loading..."
+msgstr "Caricamento in corso..."
+
+#: ../../include/conversation.php:838
+msgid "Delete Selected Items"
+msgstr "Elimina gli oggetti selezionati"
+
+#: ../../include/conversation.php:929
+msgid "View Source"
+msgstr "Vedi il sorgente"
+
+#: ../../include/conversation.php:930
+msgid "Follow Thread"
+msgstr "Segui la discussione"
+
+#: ../../include/conversation.php:931
+msgid "View Status"
+msgstr "Guarda il messaggio di stato"
+
+#: ../../include/conversation.php:933
+msgid "View Photos"
+msgstr "Guarda le foto"
+
+#: ../../include/conversation.php:934
+msgid "Matrix Activity"
+msgstr "Attività nella tua rete"
+
+#: ../../include/conversation.php:935
+msgid "Edit Contact"
+msgstr "Modifica il contatto"
+
+#: ../../include/conversation.php:936
+msgid "Send PM"
+msgstr "Invia messaggio privato"
+
+#: ../../include/conversation.php:937
+msgid "Poke"
+msgstr "Poke"
+
+#: ../../include/conversation.php:999
+#, php-format
+msgid "%s likes this."
+msgstr "Piace a %s."
+
+#: ../../include/conversation.php:999
+#, php-format
+msgid "%s doesn't like this."
+msgstr "Non piace a %s."
+
+#: ../../include/conversation.php:1003
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] ""
+msgstr[1] "Piace a <span %1$s>%2$d persone</span>."
+
+#: ../../include/conversation.php:1005
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgid_plural "<span %1$s>%2$d people</span> don't like this."
+msgstr[0] ""
+msgstr[1] "Non piace a <span %1$s>%2$d persone</span>."
+
+#: ../../include/conversation.php:1011
+msgid "and"
+msgstr "e"
+
+#: ../../include/conversation.php:1014
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ""
+msgstr[1] "e altre %d persone"
+
+#: ../../include/conversation.php:1015
+#, php-format
+msgid "%s like this."
+msgstr "Piace a %s."
+
+#: ../../include/conversation.php:1015
+#, php-format
+msgid "%s don't like this."
+msgstr "Non piace a %s."
+
+#: ../../include/conversation.php:1065
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visibile a <strong>tutti</strong>"
+
+#: ../../include/conversation.php:1066 ../../mod/mail.php:171
+#: ../../mod/mail.php:269
+msgid "Please enter a link URL:"
+msgstr "Inserisci l'indirizzo del link:"
+
+#: ../../include/conversation.php:1067
+msgid "Please enter a video link/URL:"
+msgstr "Inserisci l'indirizzo del video:"
+
+#: ../../include/conversation.php:1068
+msgid "Please enter an audio link/URL:"
+msgstr "Inserisci l'indirizzo dell'audio:"
+
+#: ../../include/conversation.php:1069
+msgid "Tag term:"
+msgstr "Tag:"
+
+#: ../../include/conversation.php:1070 ../../mod/filer.php:35
+msgid "Save to Folder:"
+msgstr "Salva nella cartella:"
+
+#: ../../include/conversation.php:1071
+msgid "Where are you right now?"
+msgstr "Dove sei ora?"
+
+#: ../../include/conversation.php:1072 ../../mod/mail.php:172
+#: ../../mod/mail.php:270 ../../mod/editpost.php:52
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Scadenza il AAAA-MM-GG OO:MM"
+
+#: ../../include/conversation.php:1096 ../../mod/photos.php:949
+msgid "Share"
+msgstr "Condividi"
+
+#: ../../include/conversation.php:1098 ../../mod/editwebpage.php:140
+msgid "Page link title"
+msgstr "Link del titolo"
+
+#: ../../include/conversation.php:1100 ../../mod/mail.php:219
+#: ../../mod/mail.php:332 ../../mod/editlayout.php:107
+#: ../../mod/editpost.php:99 ../../mod/editwebpage.php:145
+#: ../../mod/editblock.php:121
+msgid "Upload photo"
+msgstr "Carica foto"
+
+#: ../../include/conversation.php:1101
+msgid "upload photo"
+msgstr "carica foto"
+
+#: ../../include/conversation.php:1102 ../../mod/mail.php:220
+#: ../../mod/mail.php:333 ../../mod/editlayout.php:108
+#: ../../mod/editpost.php:100 ../../mod/editwebpage.php:146
+#: ../../mod/editblock.php:122
+msgid "Attach file"
+msgstr "Allega file"
+
+#: ../../include/conversation.php:1103
+msgid "attach file"
+msgstr "allega file"
+
+#: ../../include/conversation.php:1104 ../../mod/mail.php:221
+#: ../../mod/mail.php:334 ../../mod/editlayout.php:109
+#: ../../mod/editpost.php:101 ../../mod/editwebpage.php:147
+#: ../../mod/editblock.php:123
+msgid "Insert web link"
+msgstr "Inserisci un indirizzo web"
+
+#: ../../include/conversation.php:1105
+msgid "web link"
+msgstr "link web"
+
+#: ../../include/conversation.php:1106
+msgid "Insert video link"
+msgstr "Inserisci l'indirizzo di un video"
+
+#: ../../include/conversation.php:1107
+msgid "video link"
+msgstr "link video"
+
+#: ../../include/conversation.php:1108
+msgid "Insert audio link"
+msgstr "Inserisci l'indirizzo di un audio"
+
+#: ../../include/conversation.php:1109
+msgid "audio link"
+msgstr "link audio"
+
+#: ../../include/conversation.php:1110 ../../mod/editlayout.php:113
+#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:151
+#: ../../mod/editblock.php:127
+msgid "Set your location"
+msgstr "La tua località"
+
+#: ../../include/conversation.php:1111
+msgid "set location"
+msgstr "la tua località"
+
+#: ../../include/conversation.php:1112 ../../mod/editlayout.php:114
+#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:152
+#: ../../mod/editblock.php:128
+msgid "Clear browser location"
+msgstr "Rimuovi la località data dal browser"
+
+#: ../../include/conversation.php:1113
+msgid "clear location"
+msgstr "rimuovi la località"
+
+#: ../../include/conversation.php:1115 ../../mod/editlayout.php:127
+#: ../../mod/editpost.php:119 ../../mod/editwebpage.php:169
+#: ../../mod/editblock.php:142
+msgid "Set title"
+msgstr "Scegli un titolo"
+
+#: ../../include/conversation.php:1118 ../../mod/editlayout.php:130
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:171
+#: ../../mod/editblock.php:145
+msgid "Categories (comma-separated list)"
+msgstr "Categorie (separate da virgola)"
+
+#: ../../include/conversation.php:1120 ../../mod/editlayout.php:116
+#: ../../mod/editpost.php:108 ../../mod/editwebpage.php:154
+#: ../../mod/editblock.php:130
+msgid "Permission settings"
+msgstr "Impostazioni permessi"
+
+#: ../../include/conversation.php:1121
+msgid "permissions"
+msgstr "permessi"
+
+#: ../../include/conversation.php:1129 ../../mod/editlayout.php:124
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:164
+#: ../../mod/editblock.php:139
+msgid "Public post"
+msgstr "Articolo pubblico"
+
+#: ../../include/conversation.php:1131 ../../mod/editlayout.php:131
+#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:172
+#: ../../mod/editblock.php:146
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Per esempio: mario@esempio.com, simona@esempio.com"
+
+#: ../../include/conversation.php:1144 ../../mod/mail.php:226
+#: ../../mod/mail.php:339 ../../mod/editlayout.php:141
+#: ../../mod/editpost.php:133 ../../mod/editwebpage.php:182
+#: ../../mod/editblock.php:156
+msgid "Set expiration date"
+msgstr "Data di scadenza"
+
+#: ../../include/conversation.php:1148 ../../mod/editpost.php:136
+msgid "OK"
+msgstr "OK"
+
+#: ../../include/conversation.php:1149 ../../mod/tagrm.php:11
+#: ../../mod/tagrm.php:94 ../../mod/settings.php:508
+#: ../../mod/settings.php:534 ../../mod/editpost.php:137
+#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
+msgid "Cancel"
+msgstr "Annulla"
+
+#: ../../include/conversation.php:1380
+msgid "Commented Order"
+msgstr "Ultimi commenti"
+
+#: ../../include/conversation.php:1383
+msgid "Sort by Comment Date"
+msgstr "Per data del commento"
+
+#: ../../include/conversation.php:1386
+msgid "Posted Order"
+msgstr "Ultimi articoli"
+
+#: ../../include/conversation.php:1389
+msgid "Sort by Post Date"
+msgstr "Per data di creazione"
+
+#: ../../include/conversation.php:1393
+msgid "Personal"
+msgstr "Personali"
+
+#: ../../include/conversation.php:1396
+msgid "Posts that mention or involve you"
+msgstr "Articoli che ti riguardano o ti menzionano"
+
+#: ../../include/conversation.php:1399 ../../mod/menu.php:57
+#: ../../mod/connections.php:209
+msgid "New"
+msgstr "Novità"
+
+#: ../../include/conversation.php:1402
+msgid "Activity Stream - by date"
+msgstr "Elenco attività - per data"
+
+#: ../../include/conversation.php:1409
+msgid "Starred"
+msgstr "Preferiti"
+
+#: ../../include/conversation.php:1412
+msgid "Favourite Posts"
+msgstr "Articoli preferiti"
+
+#: ../../include/conversation.php:1419
+msgid "Spam"
+msgstr "Spam"
+
+#: ../../include/conversation.php:1422
+msgid "Posts flagged as SPAM"
+msgstr "Articoli marcati come spam"
+
+#: ../../include/conversation.php:1453
+msgid "Channel"
+msgstr "Canale"
+
+#: ../../include/conversation.php:1456
+msgid "Status Messages and Posts"
+msgstr "Articoli e messaggi di stato"
+
+#: ../../include/conversation.php:1465
+msgid "About"
+msgstr "Informazioni"
+
+#: ../../include/conversation.php:1468
+msgid "Profile Details"
+msgstr "Dettagli del profilo"
+
+#: ../../include/conversation.php:1483 ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Elenco file"
+
+#: ../../include/conversation.php:1486
+msgid "Files and Storage"
+msgstr "Archivio file"
+
+#: ../../include/conversation.php:1495
+msgid "Events and Calendar"
+msgstr "Calendario eventi"
+
+#: ../../include/conversation.php:1502
+msgid "Webpages"
+msgstr "Pagine web"
+
+#: ../../include/conversation.php:1505
+msgid "Manage Webpages"
+msgstr "Gestisci le pagine web"
+
#: ../../include/zot.php:545
msgid "Invalid data packet"
msgstr "Dati non validi"
@@ -3158,48 +3161,48 @@ msgstr "Precendente"
msgid "Next"
msgstr "Successivo"
-#: ../../mod/events.php:429
+#: ../../mod/events.php:428
msgid "hour:minute"
msgstr "ora:minuti"
-#: ../../mod/events.php:448
+#: ../../mod/events.php:447
msgid "Event details"
msgstr "Dettagli evento"
-#: ../../mod/events.php:449
+#: ../../mod/events.php:448
#, php-format
msgid "Format is %s %s. Starting date and Title are required."
msgstr "Il formato è %s %s. L'inizio e il titolo sono obbligatori."
-#: ../../mod/events.php:451
+#: ../../mod/events.php:450
msgid "Event Starts:"
msgstr "Inizio:"
-#: ../../mod/events.php:451 ../../mod/events.php:465
+#: ../../mod/events.php:450 ../../mod/events.php:464
msgid "Required"
msgstr "Obbligatorio"
-#: ../../mod/events.php:454
+#: ../../mod/events.php:453
msgid "Finish date/time is not known or not relevant"
msgstr "La data/ora di fine non è rilevante"
-#: ../../mod/events.php:456
+#: ../../mod/events.php:455
msgid "Event Finishes:"
msgstr "Fine:"
-#: ../../mod/events.php:459
+#: ../../mod/events.php:458
msgid "Adjust for viewer timezone"
msgstr "Adatta al fuso orario di chi legge"
-#: ../../mod/events.php:461
+#: ../../mod/events.php:460
msgid "Description:"
msgstr "Descrizione:"
-#: ../../mod/events.php:465
+#: ../../mod/events.php:464
msgid "Title:"
msgstr "Titolo:"
-#: ../../mod/events.php:467
+#: ../../mod/events.php:466
msgid "Share this event"
msgstr "Condividi questo evento"
@@ -3333,6 +3336,10 @@ msgid ""
"http://getzot.com"
msgstr "Per saperne di più sul progetto Red Matrix e sul perché potrebbe cambiare internet per come la conosciamo, visita http://getzot.com"
+#: ../../mod/cloud.php:88
+msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
+msgstr "Red Matrix - Ospiti: Nome utente: {il tuo indirizzo email}, Password: +++"
+
#: ../../mod/connedit.php:49 ../../mod/connections.php:37
msgid "Could not access contact record."
msgstr "Non è possibile accedere alle informazioni sul contatto."
@@ -3429,12 +3436,12 @@ msgid "View recent posts and comments"
msgstr "Leggi i post recenti e i commenti"
#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:695
+#: ../../mod/admin.php:697
msgid "Unblock"
msgstr "Sblocca"
#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:694
+#: ../../mod/admin.php:696
msgid "Block"
msgstr "Blocca"
@@ -3680,12 +3687,12 @@ msgid ""
" and/or create new posts for you?"
msgstr "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?"
-#: ../../mod/api.php:105 ../../mod/profiles.php:495 ../../mod/settings.php:865
+#: ../../mod/api.php:105 ../../mod/profiles.php:483 ../../mod/settings.php:865
#: ../../mod/settings.php:870
msgid "Yes"
msgstr "Si"
-#: ../../mod/api.php:106 ../../mod/profiles.php:496 ../../mod/settings.php:865
+#: ../../mod/api.php:106 ../../mod/profiles.php:484 ../../mod/settings.php:865
#: ../../mod/settings.php:870
msgid "No"
msgstr "No"
@@ -4076,7 +4083,7 @@ msgstr "%1$s sta seguendo %3$s di %2$s"
msgid "[Embedded content - reload page to view]"
msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]"
-#: ../../mod/chanview.php:97
+#: ../../mod/chanview.php:93
msgid "toggle full screen mode"
msgstr "attiva/disattiva schermo intero"
@@ -4085,8 +4092,8 @@ msgstr "attiva/disattiva schermo intero"
msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr "%1$s ha taggato %3$s di %2$s con %4$s"
-#: ../../mod/viewconnections.php:17 ../../mod/search.php:12
-#: ../../mod/photos.php:573 ../../mod/directory.php:15 ../../mod/display.php:9
+#: ../../mod/viewconnections.php:17 ../../mod/search.php:13
+#: ../../mod/photos.php:442 ../../mod/directory.php:15 ../../mod/display.php:9
#: ../../mod/community.php:18 ../../mod/dirprofile.php:9
msgid "Public access denied."
msgstr "Accesso pubblico negato."
@@ -4265,19 +4272,19 @@ msgstr "Le impostazioni del tema sono state aggiornate."
msgid "Site"
msgstr "Sito"
-#: ../../mod/admin.php:88 ../../mod/admin.php:685 ../../mod/admin.php:697
+#: ../../mod/admin.php:88 ../../mod/admin.php:687 ../../mod/admin.php:699
msgid "Users"
msgstr "Utenti"
-#: ../../mod/admin.php:89 ../../mod/admin.php:783 ../../mod/admin.php:825
+#: ../../mod/admin.php:89 ../../mod/admin.php:785 ../../mod/admin.php:827
msgid "Plugins"
msgstr "Plugin"
-#: ../../mod/admin.php:90 ../../mod/admin.php:988 ../../mod/admin.php:1024
+#: ../../mod/admin.php:90 ../../mod/admin.php:990 ../../mod/admin.php:1026
msgid "Themes"
msgstr "Temi"
-#: ../../mod/admin.php:91 ../../mod/admin.php:478
+#: ../../mod/admin.php:91 ../../mod/admin.php:479
msgid "Server"
msgstr "Server"
@@ -4285,7 +4292,7 @@ msgstr "Server"
msgid "DB updates"
msgstr "Aggiornamenti al DB"
-#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1111
+#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1113
msgid "Logs"
msgstr "Log"
@@ -4301,9 +4308,9 @@ msgstr "Registrazioni in attesa"
msgid "Message queues"
msgstr "Messaggi in attesa di recapito"
-#: ../../mod/admin.php:193 ../../mod/admin.php:418 ../../mod/admin.php:477
-#: ../../mod/admin.php:684 ../../mod/admin.php:782 ../../mod/admin.php:824
-#: ../../mod/admin.php:987 ../../mod/admin.php:1023 ../../mod/admin.php:1110
+#: ../../mod/admin.php:193 ../../mod/admin.php:418 ../../mod/admin.php:478
+#: ../../mod/admin.php:686 ../../mod/admin.php:784 ../../mod/admin.php:826
+#: ../../mod/admin.php:989 ../../mod/admin.php:1025 ../../mod/admin.php:1112
msgid "Administration"
msgstr "Amministrazione"
@@ -4315,7 +4322,7 @@ msgstr "Riepilogo"
msgid "Registered users"
msgstr "Utenti registrati"
-#: ../../mod/admin.php:198 ../../mod/admin.php:481
+#: ../../mod/admin.php:198 ../../mod/admin.php:482
msgid "Pending registrations"
msgstr "Registrazioni da approvare"
@@ -4323,7 +4330,7 @@ msgstr "Registrazioni da approvare"
msgid "Version"
msgstr "Versione"
-#: ../../mod/admin.php:201 ../../mod/admin.php:482
+#: ../../mod/admin.php:201 ../../mod/admin.php:483
msgid "Active plugins"
msgstr "Plugin attivi"
@@ -4563,224 +4570,219 @@ msgid ""
"default 50."
msgstr "Carico di sistema massimo perché i processi di recapito e polling siano ritardati - il valore predefinito è 50."
-#: ../../mod/admin.php:469
+#: ../../mod/admin.php:470
msgid "No server found"
msgstr "Server non trovato"
-#: ../../mod/admin.php:476 ../../mod/admin.php:698
+#: ../../mod/admin.php:477 ../../mod/admin.php:700
msgid "ID"
msgstr "ID"
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:477
msgid "for channel"
msgstr "per canale"
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:477
msgid "on server"
msgstr "sul server"
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:477
msgid "Status"
msgstr "Stato"
-#: ../../mod/admin.php:496
+#: ../../mod/admin.php:498
msgid "Update has been marked successful"
msgstr "L'aggiornamento è stato marcato come eseguito."
-#: ../../mod/admin.php:506
+#: ../../mod/admin.php:508
#, php-format
msgid "Executing %s failed. Check system logs."
msgstr "Fallita l'esecuzione di %s. Maggiori informazioni sui log di sistema."
-#: ../../mod/admin.php:509
+#: ../../mod/admin.php:511
#, php-format
msgid "Update %s was successfully applied."
msgstr "L'aggiornamento %s è terminato correttamente."
-#: ../../mod/admin.php:513
+#: ../../mod/admin.php:515
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr "L'aggiornamento %s non ha dato risposta. Impossibile determinare se è terminato correttamente."
-#: ../../mod/admin.php:516
+#: ../../mod/admin.php:518
#, php-format
msgid "Update function %s could not be found."
msgstr "Impossibile trovare la funzione di aggiornamento %s"
-#: ../../mod/admin.php:531
+#: ../../mod/admin.php:533
msgid "No failed updates."
msgstr "Nessun aggiornamento fallito."
-#: ../../mod/admin.php:535
+#: ../../mod/admin.php:537
msgid "Failed Updates"
msgstr "Aggiornamenti falliti."
-#: ../../mod/admin.php:537
+#: ../../mod/admin.php:539
msgid "Mark success (if update was manually applied)"
msgstr "Marca come eseguito (se applicato manualmente)."
-#: ../../mod/admin.php:538
+#: ../../mod/admin.php:540
msgid "Attempt to execute this update step automatically"
msgstr "Tenta di eseguire in automatico questo passaggio dell'aggiornamento."
-#: ../../mod/admin.php:564
+#: ../../mod/admin.php:566
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
msgstr[0] "%s utente bloccato/sbloccato"
msgstr[1] "%s utenti bloccati/sbloccati"
-#: ../../mod/admin.php:571
+#: ../../mod/admin.php:573
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
msgstr[0] "%s utente cancellato"
msgstr[1] "%s utenti cancellati"
-#: ../../mod/admin.php:602
+#: ../../mod/admin.php:604
msgid "Account not found"
msgstr "Account non trovato"
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:615
#, php-format
msgid "User '%s' deleted"
msgstr "Utente '%s' eliminato"
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:624
#, php-format
msgid "User '%s' unblocked"
msgstr "Utente '%s' sbloccato"
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:624
#, php-format
msgid "User '%s' blocked"
msgstr "Utente '%s' bloccato"
-#: ../../mod/admin.php:687
+#: ../../mod/admin.php:689
msgid "select all"
msgstr "seleziona tutti"
-#: ../../mod/admin.php:688
+#: ../../mod/admin.php:690
msgid "User registrations waiting for confirm"
msgstr "Richieste di registrazione in attesa di conferma"
-#: ../../mod/admin.php:689
+#: ../../mod/admin.php:691
msgid "Request date"
msgstr "Data richiesta"
-#: ../../mod/admin.php:689 ../../mod/settings.php:509
-#: ../../mod/settings.php:535
-msgid "Name"
-msgstr "Nome"
-
-#: ../../mod/admin.php:690
+#: ../../mod/admin.php:692
msgid "No registrations."
msgstr "Nessuna registrazione."
-#: ../../mod/admin.php:691
+#: ../../mod/admin.php:693
msgid "Approve"
msgstr "Approva"
-#: ../../mod/admin.php:692
+#: ../../mod/admin.php:694
msgid "Deny"
msgstr "Nega"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:700
msgid "Register date"
msgstr "Data registrazione"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:700
msgid "Last login"
msgstr "Ultimo accesso"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:700
msgid "Expires"
msgstr "Scadenza"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:700
msgid "Service Class"
msgstr "Service Class"
-#: ../../mod/admin.php:700
+#: ../../mod/admin.php:702
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Gli utenti selezionati saranno eliminati!\\n\\nTutto quello che gli utenti hanno pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?"
-#: ../../mod/admin.php:701
+#: ../../mod/admin.php:703
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 "L'utente {0} sarà eliminato!\\n\\nTutto quello che ha pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?"
-#: ../../mod/admin.php:742
+#: ../../mod/admin.php:744
#, php-format
msgid "Plugin %s disabled."
msgstr "Plugin %s non attivo."
-#: ../../mod/admin.php:746
+#: ../../mod/admin.php:748
#, php-format
msgid "Plugin %s enabled."
msgstr "Plugin %s attivo."
-#: ../../mod/admin.php:756 ../../mod/admin.php:958
+#: ../../mod/admin.php:758 ../../mod/admin.php:960
msgid "Disable"
msgstr "Disattiva"
-#: ../../mod/admin.php:758 ../../mod/admin.php:960
+#: ../../mod/admin.php:760 ../../mod/admin.php:962
msgid "Enable"
msgstr "Attiva"
-#: ../../mod/admin.php:784 ../../mod/admin.php:989
+#: ../../mod/admin.php:786 ../../mod/admin.php:991
msgid "Toggle"
msgstr "Attiva/disattiva"
-#: ../../mod/admin.php:792 ../../mod/admin.php:999
+#: ../../mod/admin.php:794 ../../mod/admin.php:1001
msgid "Author: "
msgstr "Autore:"
-#: ../../mod/admin.php:793 ../../mod/admin.php:1000
+#: ../../mod/admin.php:795 ../../mod/admin.php:1002
msgid "Maintainer: "
msgstr "Gestore:"
-#: ../../mod/admin.php:922
+#: ../../mod/admin.php:924
msgid "No themes found."
msgstr "Nessun tema trovato."
-#: ../../mod/admin.php:981
+#: ../../mod/admin.php:983
msgid "Screenshot"
msgstr "Istantanea dello schermo"
-#: ../../mod/admin.php:1029
+#: ../../mod/admin.php:1031
msgid "[Experimental]"
msgstr "[Sperimentale]"
-#: ../../mod/admin.php:1030
+#: ../../mod/admin.php:1032
msgid "[Unsupported]"
msgstr "[Non supportato]"
-#: ../../mod/admin.php:1057
+#: ../../mod/admin.php:1059
msgid "Log settings updated."
msgstr "Impostazioni di log aggiornate."
-#: ../../mod/admin.php:1113
+#: ../../mod/admin.php:1115
msgid "Clear"
msgstr "Pulisci"
-#: ../../mod/admin.php:1119
+#: ../../mod/admin.php:1121
msgid "Debugging"
msgstr "Debugging"
-#: ../../mod/admin.php:1120
+#: ../../mod/admin.php:1122
msgid "Log file"
msgstr "File di log"
-#: ../../mod/admin.php:1120
+#: ../../mod/admin.php:1122
msgid ""
"Must be writable by web server. Relative to your Red top-level directory."
msgstr "Deve essere scrivibile dal web server. È relativa alla cartella dove è installato Red."
-#: ../../mod/admin.php:1121
+#: ../../mod/admin.php:1123
msgid "Log level"
msgstr "Livello di log"
@@ -4805,7 +4807,7 @@ msgid "Unable to add menu element."
msgstr "Impossibile aggiungere l'elemento al menù."
#: ../../mod/mitem.php:78 ../../mod/xchan.php:25 ../../mod/menu.php:113
-#: ../../mod/dirprofile.php:176
+#: ../../mod/dirprofile.php:177
msgid "Not found."
msgstr "Non trovato."
@@ -4961,133 +4963,124 @@ msgstr "Impossibile ottenere informazioni sul proprietario della pagina."
msgid "Album not found."
msgstr "Album non trovato."
-#: ../../mod/photos.php:119 ../../mod/photos.php:799
+#: ../../mod/photos.php:119 ../../mod/photos.php:668
msgid "Delete Album"
msgstr "Elimina album"
-#: ../../mod/photos.php:159 ../../mod/photos.php:1061
+#: ../../mod/photos.php:159 ../../mod/photos.php:930
msgid "Delete Photo"
msgstr "Elimina foto"
-#: ../../mod/photos.php:500
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%3$s ha taggato %1$s in %2$s"
-
-#: ../../mod/photos.php:500
-msgid "a photo"
-msgstr "una foto"
-
-#: ../../mod/photos.php:583
+#: ../../mod/photos.php:452
msgid "No photos selected"
msgstr "Nessuna foto selezionata"
-#: ../../mod/photos.php:630
+#: ../../mod/photos.php:499
msgid "Access to this item is restricted."
msgstr "Questo elemento non è visibile a tutti."
-#: ../../mod/photos.php:704
+#: ../../mod/photos.php:573
#, php-format
msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
msgstr "Hai usato %1$.2f Mb di %2$.2f Mb disponibili per le foto."
-#: ../../mod/photos.php:707
+#: ../../mod/photos.php:576
#, php-format
msgid "You have used %1$.2f Mbytes of photo storage."
msgstr "Hai usato %1$.2f Mb di spazio per le foto."
-#: ../../mod/photos.php:726
+#: ../../mod/photos.php:595
msgid "Upload Photos"
msgstr "Carica foto"
-#: ../../mod/photos.php:730 ../../mod/photos.php:794
+#: ../../mod/photos.php:599 ../../mod/photos.php:663
msgid "New album name: "
msgstr "Nome del nuovo album: "
-#: ../../mod/photos.php:731
+#: ../../mod/photos.php:600
msgid "or existing album name: "
msgstr "o nome di un album esistente: "
-#: ../../mod/photos.php:732
+#: ../../mod/photos.php:601
msgid "Do not show a status post for this upload"
msgstr "Non creare un messaggio di stato per questo caricamento"
-#: ../../mod/photos.php:734 ../../mod/photos.php:1056
+#: ../../mod/photos.php:603 ../../mod/photos.php:925
#: ../../mod/filestorage.php:125
msgid "Permissions"
msgstr "Permessi"
-#: ../../mod/photos.php:783 ../../mod/photos.php:805 ../../mod/photos.php:1232
-#: ../../mod/photos.php:1247
+#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1101
+#: ../../mod/photos.php:1116
msgid "Contact Photos"
msgstr "Foto dei contatti"
-#: ../../mod/photos.php:809
+#: ../../mod/photos.php:678
msgid "Edit Album"
msgstr "Modifica album"
-#: ../../mod/photos.php:815
+#: ../../mod/photos.php:684
msgid "Show Newest First"
msgstr "Prima i più recenti"
-#: ../../mod/photos.php:817
+#: ../../mod/photos.php:686
msgid "Show Oldest First"
msgstr "Prima i più vecchi"
-#: ../../mod/photos.php:860 ../../mod/photos.php:1279
+#: ../../mod/photos.php:729 ../../mod/photos.php:1148
msgid "View Photo"
msgstr "Guarda la foto"
-#: ../../mod/photos.php:906
+#: ../../mod/photos.php:775
msgid "Permission denied. Access to this item may be restricted."
msgstr "Permesso negato. L'accesso a questo elemento può essere stato limitato."
-#: ../../mod/photos.php:908
+#: ../../mod/photos.php:777
msgid "Photo not available"
msgstr "Foto non disponibile"
-#: ../../mod/photos.php:966
+#: ../../mod/photos.php:835
msgid "Use as profile photo"
msgstr "Usa come foto del profilo"
-#: ../../mod/photos.php:990
+#: ../../mod/photos.php:859
msgid "View Full Size"
msgstr "Vedi nelle dimensioni originali"
-#: ../../mod/photos.php:1044
+#: ../../mod/photos.php:913
msgid "Edit photo"
msgstr "Modifica la foto"
-#: ../../mod/photos.php:1046
+#: ../../mod/photos.php:915
msgid "Rotate CW (right)"
msgstr "Ruota (senso orario)"
-#: ../../mod/photos.php:1047
+#: ../../mod/photos.php:916
msgid "Rotate CCW (left)"
msgstr "Ruota (senso antiorario)"
-#: ../../mod/photos.php:1049
+#: ../../mod/photos.php:918
msgid "New album name"
msgstr "Nuovo nome dell'album"
-#: ../../mod/photos.php:1052
+#: ../../mod/photos.php:921
msgid "Caption"
msgstr "Titolo"
-#: ../../mod/photos.php:1054
+#: ../../mod/photos.php:923
msgid "Add a Tag"
msgstr "Aggiungi tag"
-#: ../../mod/photos.php:1058
+#: ../../mod/photos.php:927
msgid ""
"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "Per esempio: @luca, @Maria_Bianchi, @bob@example.com, #California, #camping"
-#: ../../mod/photos.php:1285
+#: ../../mod/photos.php:1154
msgid "View Album"
msgstr "Guarda l'album"
-#: ../../mod/photos.php:1294
+#: ../../mod/photos.php:1163
msgid "Recent Photos"
msgstr "Foto recenti"
@@ -5176,7 +5169,7 @@ msgstr "Aggiungi o rimuovi elementi di questo menù"
msgid "Welcome to %s"
msgstr "%s ti dà il benvenuto"
-#: ../../mod/directory.php:143 ../../mod/profiles.php:573
+#: ../../mod/directory.php:143 ../../mod/profiles.php:561
#: ../../mod/dirprofile.php:95
msgid "Age: "
msgstr "Età:"
@@ -5185,19 +5178,19 @@ msgstr "Età:"
msgid "Gender: "
msgstr "Sesso:"
-#: ../../mod/directory.php:206
+#: ../../mod/directory.php:207
msgid "Finding:"
msgstr "Ricerca:"
-#: ../../mod/directory.php:214
+#: ../../mod/directory.php:215
msgid "next page"
msgstr "pagina succ."
-#: ../../mod/directory.php:214
+#: ../../mod/directory.php:215
msgid "previous page"
msgstr "pagina prec."
-#: ../../mod/directory.php:221
+#: ../../mod/directory.php:222
msgid "No entries (some entries may be hidden)."
msgstr "Nessun risultato (qualcosa potrebbe essere nascosto)."
@@ -5229,7 +5222,7 @@ msgstr "Suggerisci nuovi contatti"
msgid "Show pending (new) connections"
msgstr "Richieste di contatto in attesa"
-#: ../../mod/connections.php:248
+#: ../../mod/connections.php:248 ../../mod/profperm.php:134
msgid "All Connections"
msgstr "Tutti i contatti"
@@ -5366,7 +5359,7 @@ msgid "Hub not found."
msgstr "Server non trovato."
#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
-#: ../../mod/profiles.php:168 ../../mod/profiles.php:475
+#: ../../mod/profiles.php:168 ../../mod/profiles.php:463
msgid "Profile not found."
msgstr "Profilo non trovato."
@@ -5390,226 +5383,226 @@ msgstr "Impossibile duplicare il profilo."
msgid "Profile Name is required."
msgstr "Il nome del profilo è obbligatorio ."
-#: ../../mod/profiles.php:306
+#: ../../mod/profiles.php:294
msgid "Marital Status"
msgstr "Stato sentimentale"
-#: ../../mod/profiles.php:310
+#: ../../mod/profiles.php:298
msgid "Romantic Partner"
msgstr "Partner affettivo"
-#: ../../mod/profiles.php:314
+#: ../../mod/profiles.php:302
msgid "Likes"
msgstr "Cosa gli piace"
-#: ../../mod/profiles.php:318
+#: ../../mod/profiles.php:306
msgid "Dislikes"
msgstr "Cosa non gli piace"
-#: ../../mod/profiles.php:322
+#: ../../mod/profiles.php:310
msgid "Work/Employment"
msgstr "Lavoro/impiego"
-#: ../../mod/profiles.php:325
+#: ../../mod/profiles.php:313
msgid "Religion"
msgstr "Religione"
-#: ../../mod/profiles.php:329
+#: ../../mod/profiles.php:317
msgid "Political Views"
msgstr "Orientamento politico"
-#: ../../mod/profiles.php:333
+#: ../../mod/profiles.php:321
msgid "Gender"
msgstr "Sesso"
-#: ../../mod/profiles.php:337
+#: ../../mod/profiles.php:325
msgid "Sexual Preference"
msgstr "Preferenze sessuali"
-#: ../../mod/profiles.php:341
+#: ../../mod/profiles.php:329
msgid "Homepage"
msgstr "Home page"
-#: ../../mod/profiles.php:345
+#: ../../mod/profiles.php:333
msgid "Interests"
msgstr "Interessi"
-#: ../../mod/profiles.php:349
+#: ../../mod/profiles.php:337
msgid "Address"
msgstr "Indirizzo"
-#: ../../mod/profiles.php:356 ../../mod/pubsites.php:31
+#: ../../mod/profiles.php:344 ../../mod/pubsites.php:31
msgid "Location"
msgstr "Luogo attuale"
-#: ../../mod/profiles.php:439
+#: ../../mod/profiles.php:427
msgid "Profile updated."
msgstr "Profilo aggiornato."
-#: ../../mod/profiles.php:494
+#: ../../mod/profiles.php:482
msgid "Hide your contact/friend list from viewers of this profile?"
msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?"
-#: ../../mod/profiles.php:517
+#: ../../mod/profiles.php:505
msgid "Edit Profile Details"
msgstr "Modifica i dettagli del profilo"
-#: ../../mod/profiles.php:519
+#: ../../mod/profiles.php:507
msgid "View this profile"
msgstr "Guarda questo profilo"
-#: ../../mod/profiles.php:520
+#: ../../mod/profiles.php:508
msgid "Change Profile Photo"
msgstr "Cambia la foto del profilo"
-#: ../../mod/profiles.php:521
+#: ../../mod/profiles.php:509
msgid "Create a new profile using these settings"
msgstr "Crea un nuovo profilo usando queste impostazioni"
-#: ../../mod/profiles.php:522
+#: ../../mod/profiles.php:510
msgid "Clone this profile"
msgstr "Clona questo profilo"
-#: ../../mod/profiles.php:523
+#: ../../mod/profiles.php:511
msgid "Delete this profile"
msgstr "Elimina questo profilo"
-#: ../../mod/profiles.php:524
+#: ../../mod/profiles.php:512
msgid "Profile Name:"
msgstr "Nome del profilo:"
-#: ../../mod/profiles.php:525
+#: ../../mod/profiles.php:513
msgid "Your Full Name:"
msgstr "Il tuo nome completo:"
-#: ../../mod/profiles.php:526
+#: ../../mod/profiles.php:514
msgid "Title/Description:"
msgstr "Titolo/descrizione:"
-#: ../../mod/profiles.php:527
+#: ../../mod/profiles.php:515
msgid "Your Gender:"
msgstr "Sesso:"
-#: ../../mod/profiles.php:528
+#: ../../mod/profiles.php:516
#, php-format
msgid "Birthday (%s):"
msgstr "Compleanno (%s):"
-#: ../../mod/profiles.php:529
+#: ../../mod/profiles.php:517
msgid "Street Address:"
msgstr "Indirizzo (via/piazza):"
-#: ../../mod/profiles.php:530
+#: ../../mod/profiles.php:518
msgid "Locality/City:"
msgstr "Località:"
-#: ../../mod/profiles.php:531
+#: ../../mod/profiles.php:519
msgid "Postal/Zip Code:"
msgstr "CAP:"
-#: ../../mod/profiles.php:532
+#: ../../mod/profiles.php:520
msgid "Country:"
msgstr "Nazione:"
-#: ../../mod/profiles.php:533
+#: ../../mod/profiles.php:521
msgid "Region/State:"
msgstr "Regione/stato:"
-#: ../../mod/profiles.php:534
+#: ../../mod/profiles.php:522
msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
msgstr "<span class=\"heart\">&hearts;</span> Stato sentimentale:"
-#: ../../mod/profiles.php:535
+#: ../../mod/profiles.php:523
msgid "Who: (if applicable)"
msgstr "Con chi: (se possibile)"
-#: ../../mod/profiles.php:536
+#: ../../mod/profiles.php:524
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "Per esempio: cathy123, Cathy Williams, cathy@example.com"
-#: ../../mod/profiles.php:537
+#: ../../mod/profiles.php:525
msgid "Since [date]:"
msgstr "dal [data]:"
-#: ../../mod/profiles.php:539
+#: ../../mod/profiles.php:527
msgid "Homepage URL:"
msgstr "Indirizzo home page:"
-#: ../../mod/profiles.php:542
+#: ../../mod/profiles.php:530
msgid "Religious Views:"
msgstr "Orientamento religioso:"
-#: ../../mod/profiles.php:543
+#: ../../mod/profiles.php:531
msgid "Keywords:"
msgstr "Parole chiave, tag:"
-#: ../../mod/profiles.php:546
+#: ../../mod/profiles.php:534
msgid "Example: fishing photography software"
msgstr "Per esempio: pesca fotografia programmazione"
-#: ../../mod/profiles.php:547
+#: ../../mod/profiles.php:535
msgid "Used in directory listings"
msgstr "Visibile nell'elenco pubblico di canali"
-#: ../../mod/profiles.php:548
+#: ../../mod/profiles.php:536
msgid "Tell us about yourself..."
msgstr "Raccontaci di te..."
-#: ../../mod/profiles.php:549
+#: ../../mod/profiles.php:537
msgid "Hobbies/Interests"
msgstr "Hobby/interessi"
-#: ../../mod/profiles.php:550
+#: ../../mod/profiles.php:538
msgid "Contact information and Social Networks"
msgstr "Contatti personali e i tuoi social network"
-#: ../../mod/profiles.php:551
+#: ../../mod/profiles.php:539
msgid "My other channels"
msgstr "I miei altri canali"
-#: ../../mod/profiles.php:552
+#: ../../mod/profiles.php:540
msgid "Musical interests"
msgstr "Interessi musicali"
-#: ../../mod/profiles.php:553
+#: ../../mod/profiles.php:541
msgid "Books, literature"
msgstr "Libri, letteratura"
-#: ../../mod/profiles.php:554
+#: ../../mod/profiles.php:542
msgid "Television"
msgstr "Televisione"
-#: ../../mod/profiles.php:555
+#: ../../mod/profiles.php:543
msgid "Film/dance/culture/entertainment"
msgstr "Film/danza/cultura/intrattenimento"
-#: ../../mod/profiles.php:556
+#: ../../mod/profiles.php:544
msgid "Love/romance"
msgstr "Amore"
-#: ../../mod/profiles.php:557
+#: ../../mod/profiles.php:545
msgid "Work/employment"
msgstr "Lavoro/impiego"
-#: ../../mod/profiles.php:558
+#: ../../mod/profiles.php:546
msgid "School/education"
msgstr "Scuola/educazione"
-#: ../../mod/profiles.php:563
+#: ../../mod/profiles.php:551
msgid ""
"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
"be visible to anybody using the internet."
msgstr "Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet."
-#: ../../mod/profiles.php:612
+#: ../../mod/profiles.php:600
msgid "Edit/Manage Profiles"
msgstr "Modifica/gestisci i profili"
-#: ../../mod/profiles.php:613
+#: ../../mod/profiles.php:601
msgid "Add profile things"
msgstr "Aggiungi oggetti al profilo"
-#: ../../mod/profiles.php:614
+#: ../../mod/profiles.php:602
msgid "Include desirable objects in your profile"
msgstr "Aggiungi oggetti interessanti al tuo profilo"
@@ -5711,7 +5704,7 @@ msgid ""
"Password reset failed."
msgstr "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non può essere reimpostata."
-#: ../../mod/lostpass.php:85 ../../boot.php:1426
+#: ../../mod/lostpass.php:85 ../../boot.php:1431
msgid "Password Reset"
msgstr "Reimposta la password"
@@ -5943,6 +5936,10 @@ msgstr "Impostazioni aggiornate."
msgid "Add application"
msgstr "Aggiungi una app"
+#: ../../mod/settings.php:509 ../../mod/settings.php:535
+msgid "Name"
+msgstr "Nome"
+
#: ../../mod/settings.php:509
msgid "Name of application"
msgstr "Nome dell'applicazione"
@@ -6340,26 +6337,30 @@ msgstr "Invia la risposta"
msgid "Item not found"
msgstr "Elemento non trovato"
-#: ../../mod/editlayout.php:68
+#: ../../mod/editlayout.php:72
msgid "Edit Layout"
msgstr "Modifica il layout"
-#: ../../mod/editlayout.php:105 ../../mod/editpost.php:102
-#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:82
+msgid "Delete layout?"
+msgstr "Vuoi eliminare questo layout?"
+
+#: ../../mod/editlayout.php:110 ../../mod/editpost.php:102
+#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124
msgid "Insert YouTube video"
msgstr "Inserisci video da YouTube"
-#: ../../mod/editlayout.php:106 ../../mod/editpost.php:103
-#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:120
+#: ../../mod/editlayout.php:111 ../../mod/editpost.php:103
+#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125
msgid "Insert Vorbis [.ogg] video"
msgstr "Inserisci video Vorbis [.ogg]"
-#: ../../mod/editlayout.php:107 ../../mod/editpost.php:104
-#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:112 ../../mod/editpost.php:104
+#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126
msgid "Insert Vorbis [.ogg] audio"
msgstr "Inserisci audio Vorbis [.ogg]"
-#: ../../mod/editlayout.php:141
+#: ../../mod/editlayout.php:147
msgid "Delete Layout"
msgstr "Elimina il layout"
@@ -6511,7 +6512,7 @@ msgstr "Scegli cosa vuoi inviare al destinatario"
msgid "Make this post private"
msgstr "Rendi privato questo articolo"
-#: ../../mod/wall_upload.php:41 ../../mod/item.php:1068
+#: ../../mod/wall_upload.php:41 ../../mod/item.php:1075
msgid "Wall Photos"
msgstr "Foto della bacheca"
@@ -6552,34 +6553,34 @@ msgstr "Suggerisci amici"
msgid "Suggest a friend for %s"
msgstr "Suggerisci un amico a %s"
-#: ../../mod/editblock.php:82
+#: ../../mod/editblock.php:86
msgid "Edit Block"
msgstr "Modifica il riquadro"
-#: ../../mod/editblock.php:157
+#: ../../mod/editblock.php:96
+msgid "Delete block?"
+msgstr "Vuoi eliminare questo riquadro?"
+
+#: ../../mod/editblock.php:163
msgid "Delete Block"
msgstr "Elimina il riquadro"
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
msgid "Invalid profile identifier."
msgstr "Indentificativo del profilo non valido."
-#: ../../mod/profperm.php:101
+#: ../../mod/profperm.php:105
msgid "Profile Visibility Editor"
msgstr "Modifica la visibilità del profilo"
-#: ../../mod/profperm.php:105
+#: ../../mod/profperm.php:109
msgid "Click on a contact to add or remove."
msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo."
-#: ../../mod/profperm.php:114
+#: ../../mod/profperm.php:118
msgid "Visible To"
msgstr "Visibile a"
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Tutti i contatti (con accesso fidato al profilo)"
-
#: ../../mod/siteinfo.php:57
#, php-format
msgid "Version %s"
@@ -6770,31 +6771,31 @@ msgid ""
msgstr "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni"
#: ../../mod/removeme.php:53
-msgid "Remove My Account"
-msgstr "Elimina il mio account"
+msgid "Remove Channel"
+msgstr "Elimina questo canale"
#: ../../mod/item.php:145
msgid "Unable to locate original post."
msgstr "Impossibile trovare il messaggio originale."
-#: ../../mod/item.php:343
+#: ../../mod/item.php:346
msgid "Empty post discarded."
msgstr "L'articolo vuoto è stato ignorato."
-#: ../../mod/item.php:385
+#: ../../mod/item.php:388
msgid "Executable content type not permitted to this channel."
msgstr "I contenuti eseguibili non sono permessi su questo canale."
-#: ../../mod/item.php:812
+#: ../../mod/item.php:819
msgid "System error. Post not saved."
msgstr "Errore di sistema. Articolo non salvato."
-#: ../../mod/item.php:1148
+#: ../../mod/item.php:1155
#, php-format
msgid "You have reached your limit of %1$.0f top level posts."
msgstr "Hai raggiunto il limite massimo di %1$.0f articoli sulla pagina principale."
-#: ../../mod/item.php:1154
+#: ../../mod/item.php:1161
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr "Hai raggiunto il limite massimo di %1$.0f pagine web."
@@ -6839,7 +6840,7 @@ msgstr "Città dove vivo:"
msgid "About: "
msgstr "Informazioni:"
-#: ../../mod/dirprofile.php:163
+#: ../../mod/dirprofile.php:164
msgid "Keywords: "
msgstr "Parole chiave:"
@@ -7088,41 +7089,41 @@ msgstr "Immagine dell'intestazione"
msgid "Header image only on profile pages"
msgstr "È possibile mettere un'immagine solo nell'intestazione dei profili"
-#: ../../boot.php:1224
+#: ../../boot.php:1229
#, php-format
msgid "Update %s failed. See error logs."
msgstr "%s: aggiornamento fallito. Controlla i log di errore."
-#: ../../boot.php:1227
+#: ../../boot.php:1232
#, php-format
msgid "Update Error at %s"
msgstr "Errore di aggiornamento su %s"
-#: ../../boot.php:1391
+#: ../../boot.php:1396
msgid ""
"Create an account to access services and applications within the Red Matrix"
msgstr "Registrati per accedere ai servizi e alle applicazioni di Red Matrix"
-#: ../../boot.php:1419
+#: ../../boot.php:1424
msgid "Password"
msgstr "Password"
-#: ../../boot.php:1420
+#: ../../boot.php:1425
msgid "Remember me"
msgstr "Resta connesso"
-#: ../../boot.php:1425
+#: ../../boot.php:1430
msgid "Forgot your password?"
msgstr "Hai dimenticato la password?"
-#: ../../boot.php:1490
+#: ../../boot.php:1495
msgid "permission denied"
msgstr "permesso negato"
-#: ../../boot.php:1491
+#: ../../boot.php:1496
msgid "Got Zot?"
msgstr "Hai Zot?"
-#: ../../boot.php:1887
+#: ../../boot.php:1892
msgid "toggle mobile"
msgstr "attiva/disattiva versione mobile"
diff --git a/view/it/strings.php b/view/it/strings.php
index 01462bcb2..087cc66dc 100644
--- a/view/it/strings.php
+++ b/view/it/strings.php
@@ -71,45 +71,9 @@ $a->strings["Admin"] = "Amministrazione";
$a->strings["Site Setup and Configuration"] = "Configurazione del sito";
$a->strings["Nothing new here"] = "Niente di nuovo qui";
$a->strings["Please wait..."] = "Attendere...";
-$a->strings["Edit File properties"] = "Modifica le proprietà dei file";
$a->strings["Connect"] = "Entra in contatto";
$a->strings["New window"] = "Nuova finestra";
$a->strings["Open the selected location in a different window or browser tab"] = "Apri l'indirizzo selezionato in una nuova scheda o finestra";
-$a->strings["Categories"] = "Categorie";
-$a->strings["Ignore/Hide"] = "Ignora/nascondi";
-$a->strings["Suggestions"] = "Suggerimenti";
-$a->strings["See more..."] = "Altro...";
-$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Hai attivato %1$.0f delle %2$.0f connessioni permesse.";
-$a->strings["Add New Connection"] = "Aggiungi un contatto";
-$a->strings["Enter the channel address"] = "Scrivi l'indirizzo del canale";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Per esempio: mario@pippo.it oppure http://pluto.com/barbara";
-$a->strings["Notes"] = "Note";
-$a->strings["Save"] = "Salva";
-$a->strings["Remove term"] = "Rimuovi termine";
-$a->strings["Saved Searches"] = "Ricerche salvate";
-$a->strings["add"] = "aggiungi";
-$a->strings["Saved Folders"] = "Cartelle salvate";
-$a->strings["Everything"] = "Tutto";
-$a->strings["Archives"] = "Archivi";
-$a->strings["Refresh"] = "Aggiorna";
-$a->strings["Me"] = "Io";
-$a->strings["Best Friends"] = "Buoni amici";
-$a->strings["Friends"] = "Amici";
-$a->strings["Co-workers"] = "Colleghi";
-$a->strings["Former Friends"] = "Ex amici";
-$a->strings["Acquaintances"] = "Conoscenti";
-$a->strings["Everybody"] = "Tutti";
-$a->strings["Account settings"] = "Impostazioni dell'account";
-$a->strings["Channel settings"] = "Impostazioni del canale";
-$a->strings["Additional features"] = "Funzionalità aggiuntive";
-$a->strings["Feature settings"] = "Impostazioni aggiuntive";
-$a->strings["Display settings"] = "Impostazioni grafiche";
-$a->strings["Connected apps"] = "App connesse";
-$a->strings["Export channel"] = "Esporta il canale";
-$a->strings["Automatic Permissions (Advanced)"] = "Permessi predefiniti (avanzato)";
-$a->strings["Premium Channel Settings"] = "Canale premium - impostazioni";
-$a->strings["Channel Sources"] = "Sorgenti del canale";
-$a->strings["Check Mail"] = "Controlla i messaggi";
$a->strings["Unknown | Not categorised"] = "Sconosciuto | Senza categoria";
$a->strings["Block immediately"] = "Blocca subito";
$a->strings["Shady, spammer, self-marketer"] = "Spammer o dedito al marketing";
@@ -167,6 +131,7 @@ $a->strings["%d Connection"] = array(
1 => "%d contatti",
);
$a->strings["View Connections"] = "Elenco contatti";
+$a->strings["Save"] = "Salva";
$a->strings["poke"] = "poke";
$a->strings["poked"] = "ha ricevuto un poke";
$a->strings["ping"] = "ping";
@@ -238,14 +203,6 @@ $a->strings["Blocks"] = "Riquadri";
$a->strings["Menus"] = "Menù";
$a->strings["Layouts"] = "Layout";
$a->strings["Pages"] = "Pagine";
-$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."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso.";
-$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i nuovi canali che aggiungi";
-$a->strings["All Channels"] = "Tutti i canali";
-$a->strings["edit"] = "modifica";
-$a->strings["Collections"] = "Insiemi di canali";
-$a->strings["Edit collection"] = "Modifica l'insieme di canali";
-$a->strings["Create a new collection"] = "Crea un nuovo insieme";
-$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme";
$a->strings["Delete this item?"] = "Eliminare questo elemento?";
$a->strings["Comment"] = "Commento";
$a->strings["show more"] = "mostra tutto";
@@ -278,6 +235,63 @@ $a->strings["Unable to determine sender."] = "Impossibile determinare il mittent
$a->strings["Stored post could not be verified."] = "Non è stato possibile verificare l'articolo inserito.";
$a->strings["Profile Photos"] = "Foto del profilo";
$a->strings["view full size"] = "guarda nelle dimensioni reali";
+$a->strings["Unable to obtain identity information from database"] = "Impossibile ottenere le informazioni di identificazione dal database";
+$a->strings["Empty name"] = "Nome vuoto";
+$a->strings["Name too long"] = "Nome troppo lungo";
+$a->strings["No account identifier"] = "Account senza identificativo";
+$a->strings["Nickname is required."] = "Il nome dell'account è obbligatorio.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Il nome dell'account è già in uso oppure ha dei caratteri non supportati.";
+$a->strings["Unable to retrieve created identity"] = "Impossibile caricare l'identità creata";
+$a->strings["Default Profile"] = "Profilo predefinito";
+$a->strings["Friends"] = "Amici";
+$a->strings["Requested channel is not available."] = "Il canale che cerchi non è disponibile.";
+$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Purtroppo non hai il permesso di vedere questo profilo.";
+$a->strings["Requested profile is not available."] = "Il profilo richiesto non è disponibile.";
+$a->strings["Change profile photo"] = "Cambia la foto del profilo";
+$a->strings["Profiles"] = "Profili";
+$a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili";
+$a->strings["Create New Profile"] = "Crea un nuovo profilo";
+$a->strings["Edit Profile"] = "Modifica il profilo";
+$a->strings["Profile Image"] = "Immagine del profilo";
+$a->strings["visible to everybody"] = "visibile a tutti";
+$a->strings["Edit visibility"] = "Cambia la visibilità";
+$a->strings["Gender:"] = "Sesso:";
+$a->strings["Status:"] = "Stato:";
+$a->strings["Homepage:"] = "Home page:";
+$a->strings["g A l F d"] = "g A l d F";
+$a->strings["F d"] = "d F";
+$a->strings["[today]"] = "[oggi]";
+$a->strings["Birthday Reminders"] = "Promemoria compleanni";
+$a->strings["Birthdays this week:"] = "Compleanni questa settimana:";
+$a->strings["[No description]"] = "[Nessuna descrizione]";
+$a->strings["Event Reminders"] = "Promemoria";
+$a->strings["Events this week:"] = "Eventi di questa settimana:";
+$a->strings["Profile"] = "Profilo";
+$a->strings["Full Name:"] = "Nome completo:";
+$a->strings["j F, Y"] = "j F Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Compleanno:";
+$a->strings["Age:"] = "Età:";
+$a->strings["for %1\$d %2\$s"] = "per %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Preferenze sessuali:";
+$a->strings["Hometown:"] = "Città dove vivo:";
+$a->strings["Tags:"] = "Tag:";
+$a->strings["Political Views:"] = "Orientamento politico:";
+$a->strings["Religion:"] = "Religione:";
+$a->strings["About:"] = "Informazioni:";
+$a->strings["Hobbies/Interests:"] = "Interessi e hobby:";
+$a->strings["Likes:"] = "Mi piace:";
+$a->strings["Dislikes:"] = "Non mi piace:";
+$a->strings["Contact information and Social Networks:"] = "Contatti e social network:";
+$a->strings["My other channels:"] = "I miei altri canali:";
+$a->strings["Musical interests:"] = "Gusti musicali:";
+$a->strings["Books, literature:"] = "Libri, letteratura:";
+$a->strings["Television:"] = "Televisione:";
+$a->strings["Film/dance/culture/entertainment:"] = "Film, danza, cultura, intrattenimento:";
+$a->strings["Love/Romance:"] = "Amore:";
+$a->strings["Work/employment:"] = "Lavoro:";
+$a->strings["School/education:"] = "Scuola:";
+$a->strings["Edit File properties"] = "Modifica le proprietà dei file";
$a->strings["Image/photo"] = "Immagine";
$a->strings["Encrypted content"] = "Contenuto crittografato";
$a->strings["QR code"] = "QR code";
@@ -306,6 +320,7 @@ $a->strings["Richtext Editor"] = "Editor grafico";
$a->strings["Enable richtext editor"] = "Abilita l'editor grafico";
$a->strings["Post Preview"] = "Anteprima articolo";
$a->strings["Allow previewing posts and comments before publishing them"] = "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli";
+$a->strings["Channel Sources"] = "Sorgenti del canale";
$a->strings["Automatically import channel content from other channels or feeds"] = "Importa automaticamente il contenuto del canale da altri canali o feed";
$a->strings["Even More Encryption"] = "Crittografia addizionale";
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Rendi possibile la crittografia dei contenuti tra mittente e destinatari con una chiave segreta";
@@ -314,6 +329,7 @@ $a->strings["Search by Date"] = "Ricerca per data";
$a->strings["Ability to select posts by date ranges"] = "Per selezionare gli articoli in un intervallo tra date";
$a->strings["Collections Filter"] = "Filtra per insiemi di canali";
$a->strings["Enable widget to display Network posts only from selected collections"] = "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali";
+$a->strings["Saved Searches"] = "Ricerche salvate";
$a->strings["Save search terms for re-use"] = "Salva i termini delle ricerche per poterle ripetere";
$a->strings["Network Personal Tab"] = "Attività personale";
$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Abilita il link per mostrare solamente i contenuti con cui hai interagito";
@@ -330,6 +346,7 @@ $a->strings["Tagging"] = "Tag";
$a->strings["Ability to tag existing posts"] = "Permetti l'aggiunta di tag su articoli già esistenti";
$a->strings["Post Categories"] = "Categorie degli articoli";
$a->strings["Add categories to your posts"] = "Abilita le categorie per i tuoi articoli";
+$a->strings["Saved Folders"] = "Cartelle salvate";
$a->strings["Ability to file posts under folders"] = "Abilita la raccolta dei tuoi articoli in cartelle";
$a->strings["Dislike Posts"] = "Non mi piace";
$a->strings["Ability to dislike posts/comments"] = "Abilità la funzionalità \"non mi piace\" per i tuoi articoli";
@@ -337,107 +354,15 @@ $a->strings["Star Posts"] = "Articoli stella (preferiti)";
$a->strings["Ability to mark special posts with a star indicator"] = "Mostra la stella per scegliere gli articoli preferiti";
$a->strings["Tag Cloud"] = "Nuvola di tag";
$a->strings["Provide a personal tag cloud on your channel page"] = "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale";
-$a->strings["channel"] = "canale";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s";
-$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s adesso è connesso con %2\$s";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s ha mandato un poke a %2\$s";
-$a->strings["%1\$s is currently %2\$s"] = "%1\$s al momento è %2\$s";
-$a->strings["Select"] = "Seleziona";
-$a->strings["Delete"] = "Elimina";
-$a->strings["Message is verified"] = "Messaggio verificato";
-$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s";
-$a->strings["Categories:"] = "Categorie:";
-$a->strings["Filed under:"] = "Classificato come:";
-$a->strings[" from %s"] = " da %s";
-$a->strings["last edited: %s"] = "ultima modifica: %s";
-$a->strings["View in context"] = "Vedi nel contesto";
-$a->strings["Please wait"] = "Attendere";
-$a->strings["remove"] = "rimuovi";
-$a->strings["Loading..."] = "Caricamento in corso...";
-$a->strings["Delete Selected Items"] = "Elimina gli oggetti selezionati";
-$a->strings["View Source"] = "Vedi il sorgente";
-$a->strings["Follow Thread"] = "Segui la discussione";
-$a->strings["View Status"] = "Guarda il messaggio di stato";
-$a->strings["View Photos"] = "Guarda le foto";
-$a->strings["Matrix Activity"] = "Attività nella tua rete";
-$a->strings["Edit Contact"] = "Modifica il contatto";
-$a->strings["Send PM"] = "Invia messaggio privato";
-$a->strings["Poke"] = "Poke";
-$a->strings["%s likes this."] = "Piace a %s.";
-$a->strings["%s doesn't like this."] = "Non piace a %s.";
-$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
- 0 => "",
- 1 => "Piace a <span %1\$s>%2\$d persone</span>.",
-);
-$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
- 0 => "",
- 1 => "Non piace a <span %1\$s>%2\$d persone</span>.",
-);
-$a->strings["and"] = "e";
-$a->strings[", and %d other people"] = array(
- 0 => "",
- 1 => "e altre %d persone",
-);
-$a->strings["%s like this."] = "Piace a %s.";
-$a->strings["%s don't like this."] = "Non piace a %s.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Visibile a <strong>tutti</strong>";
-$a->strings["Please enter a link URL:"] = "Inserisci l'indirizzo del link:";
-$a->strings["Please enter a video link/URL:"] = "Inserisci l'indirizzo del video:";
-$a->strings["Please enter an audio link/URL:"] = "Inserisci l'indirizzo dell'audio:";
-$a->strings["Tag term:"] = "Tag:";
-$a->strings["Save to Folder:"] = "Salva nella cartella:";
-$a->strings["Where are you right now?"] = "Dove sei ora?";
-$a->strings["Expires YYYY-MM-DD HH:MM"] = "Scadenza il AAAA-MM-GG OO:MM";
-$a->strings["Preview"] = "Anteprima";
-$a->strings["Share"] = "Condividi";
-$a->strings["Page link title"] = "Link del titolo";
-$a->strings["Upload photo"] = "Carica foto";
-$a->strings["upload photo"] = "carica foto";
-$a->strings["Attach file"] = "Allega file";
-$a->strings["attach file"] = "allega file";
-$a->strings["Insert web link"] = "Inserisci un indirizzo web";
-$a->strings["web link"] = "link web";
-$a->strings["Insert video link"] = "Inserisci l'indirizzo di un video";
-$a->strings["video link"] = "link video";
-$a->strings["Insert audio link"] = "Inserisci l'indirizzo di un audio";
-$a->strings["audio link"] = "link audio";
-$a->strings["Set your location"] = "La tua località";
-$a->strings["set location"] = "la tua località";
-$a->strings["Clear browser location"] = "Rimuovi la località data dal browser";
-$a->strings["clear location"] = "rimuovi la località";
-$a->strings["Set title"] = "Scegli un titolo";
-$a->strings["Categories (comma-separated list)"] = "Categorie (separate da virgola)";
-$a->strings["Permission settings"] = "Impostazioni permessi";
-$a->strings["permissions"] = "permessi";
-$a->strings["Public post"] = "Articolo pubblico";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Per esempio: mario@esempio.com, simona@esempio.com";
-$a->strings["Set expiration date"] = "Data di scadenza";
-$a->strings["Encrypt text"] = "Crittografia del testo";
-$a->strings["OK"] = "OK";
-$a->strings["Cancel"] = "Annulla";
-$a->strings["Commented Order"] = "Ultimi commenti";
-$a->strings["Sort by Comment Date"] = "Per data del commento";
-$a->strings["Posted Order"] = "Ultimi articoli";
-$a->strings["Sort by Post Date"] = "Per data di creazione";
-$a->strings["Personal"] = "Personali";
-$a->strings["Posts that mention or involve you"] = "Articoli che ti riguardano o ti menzionano";
-$a->strings["New"] = "Novità";
-$a->strings["Activity Stream - by date"] = "Elenco attività - per data";
-$a->strings["Starred"] = "Preferiti";
-$a->strings["Favourite Posts"] = "Articoli preferiti";
-$a->strings["Spam"] = "Spam";
-$a->strings["Posts flagged as SPAM"] = "Articoli marcati come spam";
-$a->strings["Channel"] = "Canale";
-$a->strings["Status Messages and Posts"] = "Articoli e messaggi di stato";
-$a->strings["About"] = "Informazioni";
-$a->strings["Profile Details"] = "Dettagli del profilo";
-$a->strings["Photo Albums"] = "Album foto";
-$a->strings["Files"] = "Elenco file";
-$a->strings["Files and Storage"] = "Archivio file";
-$a->strings["Events and Calendar"] = "Calendario eventi";
-$a->strings["Webpages"] = "Pagine web";
-$a->strings["Manage Webpages"] = "Gestisci le pagine web";
+$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."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso.";
+$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i nuovi canali che aggiungi";
+$a->strings["All Channels"] = "Tutti i canali";
+$a->strings["edit"] = "modifica";
+$a->strings["Collections"] = "Insiemi di canali";
+$a->strings["Edit collection"] = "Modifica l'insieme di canali";
+$a->strings["Create a new collection"] = "Crea un nuovo insieme";
+$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme";
+$a->strings["add"] = "aggiungi";
$a->strings["created a new post"] = "Ha creato un nuovo articolo";
$a->strings["commented on %s's post"] = "ha commentato l'articolo di %s";
$a->strings["Permission denied."] = "Permesso negato.";
@@ -445,6 +370,7 @@ $a->strings["Image exceeds website size limit of %lu bytes"] = "L'immagine super
$a->strings["Image file is empty."] = "Il file dell'immagine è vuoto.";
$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine";
$a->strings["Photo storage failed."] = "Impossibile caricare la foto.";
+$a->strings["Photo Albums"] = "Album foto";
$a->strings["Upload New Photos"] = "Carica nuove foto";
$a->strings["Male"] = "Maschio";
$a->strings["Female"] = "Femmina";
@@ -527,6 +453,9 @@ $a->strings["like"] = "mi piace";
$a->strings["likes"] = "ama";
$a->strings["dislike"] = "non mi piace";
$a->strings["dislikes"] = "non ama";
+$a->strings["Logged out."] = "Uscita effettuata.";
+$a->strings["Failed authentication"] = "Autenticazione fallita";
+$a->strings["Login failed."] = "Accesso fallito.";
$a->strings["Not a valid email address"] = "Email non valida";
$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito";
$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito.";
@@ -586,9 +515,35 @@ $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\
$a->strings["Name:"] = "Nome:";
$a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s per approvare o rifiutare il suggerimento.";
-$a->strings["Logged out."] = "Uscita effettuata.";
-$a->strings["Failed authentication"] = "Autenticazione fallita";
-$a->strings["Login failed."] = "Accesso fallito.";
+$a->strings["Categories"] = "Categorie";
+$a->strings["Ignore/Hide"] = "Ignora/nascondi";
+$a->strings["Suggestions"] = "Suggerimenti";
+$a->strings["See more..."] = "Altro...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Hai attivato %1$.0f delle %2$.0f connessioni permesse.";
+$a->strings["Add New Connection"] = "Aggiungi un contatto";
+$a->strings["Enter the channel address"] = "Scrivi l'indirizzo del canale";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Per esempio: mario@pippo.it oppure http://pluto.com/barbara";
+$a->strings["Notes"] = "Note";
+$a->strings["Remove term"] = "Rimuovi termine";
+$a->strings["Everything"] = "Tutto";
+$a->strings["Archives"] = "Archivi";
+$a->strings["Refresh"] = "Aggiorna";
+$a->strings["Me"] = "Io";
+$a->strings["Best Friends"] = "Buoni amici";
+$a->strings["Co-workers"] = "Colleghi";
+$a->strings["Former Friends"] = "Ex amici";
+$a->strings["Acquaintances"] = "Conoscenti";
+$a->strings["Everybody"] = "Tutti";
+$a->strings["Account settings"] = "Impostazioni dell'account";
+$a->strings["Channel settings"] = "Impostazioni del canale";
+$a->strings["Additional features"] = "Funzionalità aggiuntive";
+$a->strings["Feature settings"] = "Impostazioni aggiuntive";
+$a->strings["Display settings"] = "Impostazioni grafiche";
+$a->strings["Connected apps"] = "App connesse";
+$a->strings["Export channel"] = "Esporta il canale";
+$a->strings["Automatic Permissions (Advanced)"] = "Permessi predefiniti (avanzato)";
+$a->strings["Premium Channel Settings"] = "Canale premium - impostazioni";
+$a->strings["Check Mail"] = "Controlla i messaggi";
$a->strings["%d invitation available"] = array(
0 => "%d invito disponibile",
1 => "%d inviti disponibili",
@@ -639,60 +594,6 @@ $a->strings["Somewhat advanced - very useful in open communities"] = "Piuttosto
$a->strings["Can administer my channel resources"] = "Può amministrare i contenuti del mio canale";
$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Impostazione pericolosa - lasciare il valore predefinito se non si è assolutamente sicuri";
$a->strings["Default"] = "Predefinito";
-$a->strings["Unable to obtain identity information from database"] = "Impossibile ottenere le informazioni di identificazione dal database";
-$a->strings["Empty name"] = "Nome vuoto";
-$a->strings["Name too long"] = "Nome troppo lungo";
-$a->strings["No account identifier"] = "Account senza identificativo";
-$a->strings["Nickname is required."] = "Il nome dell'account è obbligatorio.";
-$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Il nome dell'account è già in uso oppure ha dei caratteri non supportati.";
-$a->strings["Unable to retrieve created identity"] = "Impossibile caricare l'identità creata";
-$a->strings["Default Profile"] = "Profilo predefinito";
-$a->strings["Requested channel is not available."] = "Il canale che cerchi non è disponibile.";
-$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Purtroppo non hai il permesso di vedere questo profilo.";
-$a->strings["Requested profile is not available."] = "Il profilo richiesto non è disponibile.";
-$a->strings["Change profile photo"] = "Cambia la foto del profilo";
-$a->strings["Profiles"] = "Profili";
-$a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili";
-$a->strings["Create New Profile"] = "Crea un nuovo profilo";
-$a->strings["Edit Profile"] = "Modifica il profilo";
-$a->strings["Profile Image"] = "Immagine del profilo";
-$a->strings["visible to everybody"] = "visibile a tutti";
-$a->strings["Edit visibility"] = "Cambia la visibilità";
-$a->strings["Gender:"] = "Sesso:";
-$a->strings["Status:"] = "Stato:";
-$a->strings["Homepage:"] = "Home page:";
-$a->strings["g A l F d"] = "g A l d F";
-$a->strings["F d"] = "d F";
-$a->strings["[today]"] = "[oggi]";
-$a->strings["Birthday Reminders"] = "Promemoria compleanni";
-$a->strings["Birthdays this week:"] = "Compleanni questa settimana:";
-$a->strings["[No description]"] = "[Nessuna descrizione]";
-$a->strings["Event Reminders"] = "Promemoria";
-$a->strings["Events this week:"] = "Eventi di questa settimana:";
-$a->strings["Profile"] = "Profilo";
-$a->strings["Full Name:"] = "Nome completo:";
-$a->strings["j F, Y"] = "j F Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Compleanno:";
-$a->strings["Age:"] = "Età:";
-$a->strings["for %1\$d %2\$s"] = "per %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Preferenze sessuali:";
-$a->strings["Hometown:"] = "Città dove vivo:";
-$a->strings["Tags:"] = "Tag:";
-$a->strings["Political Views:"] = "Orientamento politico:";
-$a->strings["Religion:"] = "Religione:";
-$a->strings["About:"] = "Informazioni:";
-$a->strings["Hobbies/Interests:"] = "Interessi e hobby:";
-$a->strings["Likes:"] = "Mi piace:";
-$a->strings["Dislikes:"] = "Non mi piace:";
-$a->strings["Contact information and Social Networks:"] = "Contatti e social network:";
-$a->strings["Musical interests:"] = "Gusti musicali:";
-$a->strings["Books, literature:"] = "Libri, letteratura:";
-$a->strings["Television:"] = "Televisione:";
-$a->strings["Film/dance/culture/entertainment:"] = "Film, danza, cultura, intrattenimento:";
-$a->strings["Love/Romance:"] = "Amore:";
-$a->strings["Work/employment:"] = "Lavoro:";
-$a->strings["School/education:"] = "Scuola:";
$a->strings["Permission denied"] = "Permesso negato";
$a->strings["Item not found."] = "Elemento non trovato.";
$a->strings["Collection not found."] = "Insieme non trovato.";
@@ -701,11 +602,14 @@ $a->strings["Collection: %s"] = "Insieme: %s";
$a->strings["Connection: %s"] = "Contatto: %s";
$a->strings["Connection not found."] = "Contatto non trovato.";
$a->strings["Private Message"] = "Messaggio privato";
+$a->strings["Delete"] = "Elimina";
+$a->strings["Select"] = "Seleziona";
$a->strings["save to folder"] = "salva in una cartella";
$a->strings["add star"] = "aggiungi ai preferiti";
$a->strings["remove star"] = "rimuovi dai preferiti";
$a->strings["toggle star status"] = "Attiva/disattiva preferito";
$a->strings["starred"] = "preferito";
+$a->strings["Message is verified"] = "Messaggio verificato";
$a->strings["add tag"] = "Aggiungi tag";
$a->strings["I like this (toggle)"] = "Attiva/disattiva Mi piace";
$a->strings["I don't like this (toggle)"] = "Attiva/disattiva Non mi piace";
@@ -716,7 +620,10 @@ $a->strings["to"] = "a";
$a->strings["via"] = "via";
$a->strings["Wall-to-Wall"] = "Da bacheca a bacheca";
$a->strings["via Wall-To-Wall:"] = "da bacheca a bacheca:";
+$a->strings[" from %s"] = " da %s";
+$a->strings["last edited: %s"] = "ultima modifica: %s";
$a->strings["Expires: %s"] = "Scadenza: %s";
+$a->strings["Please wait"] = "Attendere";
$a->strings["%d comment"] = array(
0 => "%d commento",
1 => "%d commenti",
@@ -731,10 +638,104 @@ $a->strings["Code"] = "Codice";
$a->strings["Image"] = "Immagine";
$a->strings["Link"] = "Link";
$a->strings["Video"] = "Video";
+$a->strings["Preview"] = "Anteprima";
+$a->strings["Encrypt text"] = "Crittografia del testo";
$a->strings["Welcome "] = "Ciao";
$a->strings["Please upload a profile photo."] = "Carica una foto per il profilo!";
$a->strings["Welcome back "] = "Ciao, è bello rivederti";
$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."] = "L'identificativo di sicurezza del modulo che hai riempito non è corretto. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto.";
+$a->strings["channel"] = "canale";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s";
+$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s adesso è connesso con %2\$s";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s ha mandato un poke a %2\$s";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s al momento è %2\$s";
+$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s";
+$a->strings["Categories:"] = "Categorie:";
+$a->strings["Filed under:"] = "Classificato come:";
+$a->strings["View in context"] = "Vedi nel contesto";
+$a->strings["remove"] = "rimuovi";
+$a->strings["Loading..."] = "Caricamento in corso...";
+$a->strings["Delete Selected Items"] = "Elimina gli oggetti selezionati";
+$a->strings["View Source"] = "Vedi il sorgente";
+$a->strings["Follow Thread"] = "Segui la discussione";
+$a->strings["View Status"] = "Guarda il messaggio di stato";
+$a->strings["View Photos"] = "Guarda le foto";
+$a->strings["Matrix Activity"] = "Attività nella tua rete";
+$a->strings["Edit Contact"] = "Modifica il contatto";
+$a->strings["Send PM"] = "Invia messaggio privato";
+$a->strings["Poke"] = "Poke";
+$a->strings["%s likes this."] = "Piace a %s.";
+$a->strings["%s doesn't like this."] = "Non piace a %s.";
+$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
+ 0 => "",
+ 1 => "Piace a <span %1\$s>%2\$d persone</span>.",
+);
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "",
+ 1 => "Non piace a <span %1\$s>%2\$d persone</span>.",
+);
+$a->strings["and"] = "e";
+$a->strings[", and %d other people"] = array(
+ 0 => "",
+ 1 => "e altre %d persone",
+);
+$a->strings["%s like this."] = "Piace a %s.";
+$a->strings["%s don't like this."] = "Non piace a %s.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Visibile a <strong>tutti</strong>";
+$a->strings["Please enter a link URL:"] = "Inserisci l'indirizzo del link:";
+$a->strings["Please enter a video link/URL:"] = "Inserisci l'indirizzo del video:";
+$a->strings["Please enter an audio link/URL:"] = "Inserisci l'indirizzo dell'audio:";
+$a->strings["Tag term:"] = "Tag:";
+$a->strings["Save to Folder:"] = "Salva nella cartella:";
+$a->strings["Where are you right now?"] = "Dove sei ora?";
+$a->strings["Expires YYYY-MM-DD HH:MM"] = "Scadenza il AAAA-MM-GG OO:MM";
+$a->strings["Share"] = "Condividi";
+$a->strings["Page link title"] = "Link del titolo";
+$a->strings["Upload photo"] = "Carica foto";
+$a->strings["upload photo"] = "carica foto";
+$a->strings["Attach file"] = "Allega file";
+$a->strings["attach file"] = "allega file";
+$a->strings["Insert web link"] = "Inserisci un indirizzo web";
+$a->strings["web link"] = "link web";
+$a->strings["Insert video link"] = "Inserisci l'indirizzo di un video";
+$a->strings["video link"] = "link video";
+$a->strings["Insert audio link"] = "Inserisci l'indirizzo di un audio";
+$a->strings["audio link"] = "link audio";
+$a->strings["Set your location"] = "La tua località";
+$a->strings["set location"] = "la tua località";
+$a->strings["Clear browser location"] = "Rimuovi la località data dal browser";
+$a->strings["clear location"] = "rimuovi la località";
+$a->strings["Set title"] = "Scegli un titolo";
+$a->strings["Categories (comma-separated list)"] = "Categorie (separate da virgola)";
+$a->strings["Permission settings"] = "Impostazioni permessi";
+$a->strings["permissions"] = "permessi";
+$a->strings["Public post"] = "Articolo pubblico";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Per esempio: mario@esempio.com, simona@esempio.com";
+$a->strings["Set expiration date"] = "Data di scadenza";
+$a->strings["OK"] = "OK";
+$a->strings["Cancel"] = "Annulla";
+$a->strings["Commented Order"] = "Ultimi commenti";
+$a->strings["Sort by Comment Date"] = "Per data del commento";
+$a->strings["Posted Order"] = "Ultimi articoli";
+$a->strings["Sort by Post Date"] = "Per data di creazione";
+$a->strings["Personal"] = "Personali";
+$a->strings["Posts that mention or involve you"] = "Articoli che ti riguardano o ti menzionano";
+$a->strings["New"] = "Novità";
+$a->strings["Activity Stream - by date"] = "Elenco attività - per data";
+$a->strings["Starred"] = "Preferiti";
+$a->strings["Favourite Posts"] = "Articoli preferiti";
+$a->strings["Spam"] = "Spam";
+$a->strings["Posts flagged as SPAM"] = "Articoli marcati come spam";
+$a->strings["Channel"] = "Canale";
+$a->strings["Status Messages and Posts"] = "Articoli e messaggi di stato";
+$a->strings["About"] = "Informazioni";
+$a->strings["Profile Details"] = "Dettagli del profilo";
+$a->strings["Files"] = "Elenco file";
+$a->strings["Files and Storage"] = "Archivio file";
+$a->strings["Events and Calendar"] = "Calendario eventi";
+$a->strings["Webpages"] = "Pagine web";
+$a->strings["Manage Webpages"] = "Gestisci le pagine web";
$a->strings["Invalid data packet"] = "Dati non validi";
$a->strings["Unable to verify channel signature"] = "Impossibile verificare la firma elettronica del canale";
$a->strings["Unable to verify site signature for %s"] = "Impossibile verificare la firma elettronica del sito %s";
@@ -790,6 +791,7 @@ $a->strings["Please visit my channel at"] = "Puoi visitare il mio canale su";
$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Una volta che avrai completato la registrazione (su QUALSIASI sito Red Matrix - sono tutti interconnessi), potrai connetterti al mio canale:";
$a->strings["Click the [Register] link on the following page to join."] = "Fai clic su [Registrati] nella pagina seguente per iscriverti.";
$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"] = "Per saperne di più sul progetto Red Matrix e sul perché potrebbe cambiare internet per come la conosciamo, visita http://getzot.com";
+$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - Ospiti: Nome utente: {il tuo indirizzo email}, Password: +++";
$a->strings["Could not access contact record."] = "Non è possibile accedere alle informazioni sul contatto.";
$a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato.";
$a->strings["Connection updated."] = "Contatto aggiornato.";
@@ -1095,7 +1097,6 @@ $a->strings["User '%s' blocked"] = "Utente '%s' bloccato";
$a->strings["select all"] = "seleziona tutti";
$a->strings["User registrations waiting for confirm"] = "Richieste di registrazione in attesa di conferma";
$a->strings["Request date"] = "Data richiesta";
-$a->strings["Name"] = "Nome";
$a->strings["No registrations."] = "Nessuna registrazione.";
$a->strings["Approve"] = "Approva";
$a->strings["Deny"] = "Nega";
@@ -1168,8 +1169,6 @@ $a->strings["Page owner information could not be retrieved."] = "Impossibile ott
$a->strings["Album not found."] = "Album non trovato.";
$a->strings["Delete Album"] = "Elimina album";
$a->strings["Delete Photo"] = "Elimina foto";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%3\$s ha taggato %1\$s in %2\$s";
-$a->strings["a photo"] = "una foto";
$a->strings["No photos selected"] = "Nessuna foto selezionata";
$a->strings["Access to this item is restricted."] = "Questo elemento non è visibile a tutti.";
$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Hai usato %1$.2f Mb di %2$.2f Mb disponibili per le foto.";
@@ -1401,6 +1400,7 @@ $a->strings["Protected email address. Cannot change to that email."] = "È un in
$a->strings["System failure storing new email. Please try again."] = "Errore di sistema. Non è stato possibile memorizzare il tuo messaggio, riprova per favore.";
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
$a->strings["Add application"] = "Aggiungi una app";
+$a->strings["Name"] = "Nome";
$a->strings["Name of application"] = "Nome dell'applicazione";
$a->strings["Consumer Key"] = "Consumer Key";
$a->strings["Automatically generated - change if desired. Max length 20"] = "Generato automaticamente - è possibile cambiarlo. Lunghezza massima 20";
@@ -1500,6 +1500,7 @@ $a->strings["No secure communications available. You <strong>may</strong> be abl
$a->strings["Send Reply"] = "Invia la risposta";
$a->strings["Item not found"] = "Elemento non trovato";
$a->strings["Edit Layout"] = "Modifica il layout";
+$a->strings["Delete layout?"] = "Vuoi eliminare questo layout?";
$a->strings["Insert YouTube video"] = "Inserisci video da YouTube";
$a->strings["Insert Vorbis [.ogg] video"] = "Inserisci video Vorbis [.ogg]";
$a->strings["Insert Vorbis [.ogg] audio"] = "Inserisci audio Vorbis [.ogg]";
@@ -1551,12 +1552,12 @@ $a->strings["Friend suggestion sent."] = "Suggerimento di amicizia inviato.";
$a->strings["Suggest Friends"] = "Suggerisci amici";
$a->strings["Suggest a friend for %s"] = "Suggerisci un amico a %s";
$a->strings["Edit Block"] = "Modifica il riquadro";
+$a->strings["Delete block?"] = "Vuoi eliminare questo riquadro?";
$a->strings["Delete Block"] = "Elimina il riquadro";
$a->strings["Invalid profile identifier."] = "Indentificativo del profilo non valido.";
$a->strings["Profile Visibility Editor"] = "Modifica la visibilità del profilo";
$a->strings["Click on a contact to add or remove."] = "Clicca su un contatto per aggiungerlo o rimuoverlo.";
$a->strings["Visible To"] = "Visibile a";
-$a->strings["All Contacts (with secure profile access)"] = "Tutti i contatti (con accesso fidato al profilo)";
$a->strings["Version %s"] = "Versione %s";
$a->strings["Installed plugins/addons/apps:"] = "App e componenti aggiuntivi instalati:";
$a->strings["No installed plugins/addons/apps"] = "Nessuna app o componente aggiuntivo installato";
@@ -1598,7 +1599,7 @@ $a->strings["This will completely remove this channel from the network. Once thi
$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:";
$a->strings["Remove this channel and all its clones from the network"] = "Rimuovi questo canale e tutti i suoi cloni dalla rete";
$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni";
-$a->strings["Remove My Account"] = "Elimina il mio account";
+$a->strings["Remove Channel"] = "Elimina questo canale";
$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale.";
$a->strings["Empty post discarded."] = "L'articolo vuoto è stato ignorato.";
$a->strings["Executable content type not permitted to this channel."] = "I contenuti eseguibili non sono permessi su questo canale.";
diff --git a/view/js/icon_translate.js b/view/js/icon_translate.js
index 9e69e0b7d..737164cb8 100644
--- a/view/js/icon_translate.js
+++ b/view/js/icon_translate.js
@@ -50,4 +50,6 @@ $(document).ready(function() {
$('.icon-check').addClass('');
$('.icon-globe').addClass('');
$('.icon-circle-blank').addClass('');
+ $('.icon-circle').addClass('');
+ $('.icon-bookmark').addClass('');
}); \ No newline at end of file
diff --git a/view/js/main.js b/view/js/main.js
index c8e9fc9a2..44cb79949 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -55,6 +55,8 @@
if(typeof(insertFormatting) != 'undefined')
return(insertFormatting(comment,BBcode,id));
+ var urlprefix = ((BBcode == 'url') ? '#^' : '');
+
var tmpStr = $("#comment-edit-text-" + id).val();
if(tmpStr == comment) {
tmpStr = "";
@@ -68,11 +70,11 @@
if (document.selection) {
textarea.focus();
selected = document.selection.createRange();
- selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
+ selected.text = urlprefix+"["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
} else if (textarea.selectionStart || textarea.selectionStart == "0") {
var start = textarea.selectionStart;
var end = textarea.selectionEnd;
- textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
+ textarea.value = textarea.value.substring(0, start) + urlprefix+"["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
}
return true;
}
diff --git a/view/js/mod_chat.js b/view/js/mod_chat.js
new file mode 100644
index 000000000..82957ae44
--- /dev/null
+++ b/view/js/mod_chat.js
@@ -0,0 +1,16 @@
+$(document).ready(function() {
+
+ $('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() {
+ var selstr;
+ $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
+ selstr = $(this).text();
+ $('#jot-perms-icon').removeClass('unlock').addClass('lock');
+ $('#jot-public').hide();
+ });
+ if(selstr == null) {
+ $('#jot-perms-icon').removeClass('lock').addClass('unlock');
+ $('#jot-public').show();
+ }
+
+ }).trigger('change');
+});
diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js
index 51dbcf4bf..7a33952dc 100644
--- a/view/js/mod_connedit.js
+++ b/view/js/mod_connedit.js
@@ -17,6 +17,7 @@ function connectFullShare() {
$('#me_id_perms_chat').attr('checked','checked');
$('#me_id_perms_view_storage').attr('checked','checked');
$('#me_id_perms_republish').attr('checked','checked');
+
}
function connectCautiousShare() {
diff --git a/view/js/mod_filestorage.php b/view/js/mod_filestorage.php
new file mode 100644
index 000000000..82957ae44
--- /dev/null
+++ b/view/js/mod_filestorage.php
@@ -0,0 +1,16 @@
+$(document).ready(function() {
+
+ $('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() {
+ var selstr;
+ $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
+ selstr = $(this).text();
+ $('#jot-perms-icon').removeClass('unlock').addClass('lock');
+ $('#jot-public').hide();
+ });
+ if(selstr == null) {
+ $('#jot-perms-icon').removeClass('lock').addClass('unlock');
+ $('#jot-public').show();
+ }
+
+ }).trigger('change');
+});
diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js
index 1c411113e..16101db57 100644
--- a/view/js/mod_settings.js
+++ b/view/js/mod_settings.js
@@ -43,6 +43,7 @@ function channel_privacy_macro(n) {
$('#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_bookmark 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);
@@ -65,6 +66,7 @@ function channel_privacy_macro(n) {
$('#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_bookmark option').eq(1).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);
@@ -87,6 +89,7 @@ function channel_privacy_macro(n) {
$('#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_bookmark 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);
@@ -109,6 +112,7 @@ function channel_privacy_macro(n) {
$('#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_bookmark 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/pdl/mod_chat.pdl b/view/pdl/mod_chat.pdl
new file mode 100644
index 000000000..6b1d2a15e
--- /dev/null
+++ b/view/pdl/mod_chat.pdl
@@ -0,0 +1,3 @@
+[region=aside]
+[widget=profile][/widget]
+[/region]
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index a8edb0673..b6aa5de0f 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -8,10 +8,8 @@ head_add_css('library/fancybox/jquery.fancybox-1.3.4.css');
head_add_css('library/tiptip/tipTip.css');
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_css('view/css/conversation.css');
head_add_css('view/css/bootstrap-red.css');
head_add_css('view/css/widgets.css');
@@ -43,10 +41,10 @@ head_add_js('main.js');
head_add_js('crypto.js');
head_add_js('library/jslider/bin/jquery.slider.min.js');
head_add_js('docready.js');
-head_add_js('library/prettyphoto/js/jquery.prettyPhoto.js');
head_add_js('library/colorbox/jquery.colorbox-min.js');
head_add_js('library/bootstrap-datetimepicker/js/moment.js');
head_add_js('library/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js');
+
/**
* Those who require this feature will know what to do with it.
* Those who don't, won't.
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f039b7374..776b4c31a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -40,11 +40,11 @@ abbr {
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
- color: #0080FF;
+ color: $link_colour;
text-decoration: none;
}
-a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
+a:hover, .fakelink:hover { color: $link_colour; text-decoration: underline; }
.fakelink {
cursor: pointer;
@@ -91,6 +91,7 @@ blockquote {
border-left: 4px solid #dae4ee;
padding: 0.4em;
color: #000;
+ margin-left: 20px;
}
.ccollapse-wrapper {
@@ -2444,4 +2445,8 @@ img.mail-list-sender-photo {
.abook-self {
background-color: #ffdddd;
-} \ No newline at end of file
+}
+.online-now {
+ color: red;
+ cursor: pointer;
+}
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index 20355197f..68a72fffd 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -7,6 +7,7 @@ function theme_content(&$a) {
$arr['schema'] = get_pconfig(local_user(),'redbasic', 'schema' );
$arr['nav_colour'] = get_pconfig(local_user(),'redbasic', 'nav_colour' );
+ $arr['link_colour'] = get_pconfig(local_user(),'redbasic', 'link_colour' );
$arr['banner_colour'] = get_pconfig(local_user(),'redbasic', 'banner_colour' );
$arr['bgcolour'] = get_pconfig(local_user(),'redbasic', 'background_colour' );
$arr['background_image'] = get_pconfig(local_user(),'redbasic', 'background_image' );
@@ -33,6 +34,7 @@ function theme_post(&$a) {
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', 'link_colour', $_POST['redbasic_link_colour']);
set_pconfig(local_user(), 'redbasic', 'background_colour', $_POST['redbasic_background_colour']);
set_pconfig(local_user(), 'redbasic', 'banner_colour', $_POST['redbasic_banner_colour']);
set_pconfig(local_user(), 'redbasic', 'background_image', $_POST['redbasic_background_image']);
@@ -72,9 +74,17 @@ function redbasic_form(&$a, $arr) {
$nav_colours = array (
'' => t('Scheme Default'),
- 'red' => t('red'),
- 'black' => t('black'),
- 'silver' => t('silver'),
+ 'red' => 'red',
+ 'pink' => 'pink',
+ 'green' => 'green',
+ 'blue' => 'blue',
+ 'purple' => 'purple',
+ 'black' => 'black',
+ 'orange' => 'orange',
+ 'brown' => 'brown',
+ 'grey' => 'grey',
+ 'gold' => 'gold',
+ 'silver' => t('silver'),
);
if(feature_enabled(local_user(),'expert'))
@@ -88,6 +98,7 @@ if(feature_enabled(local_user(),'expert'))
'$title' => t("Theme settings"),
'$schema' => array('redbasic_schema', t('Set scheme'), $arr['schema'], '', $scheme_choices),
'$nav_colour' => array('redbasic_nav_colour', t('Navigation bar colour'), $arr['nav_colour'], '', $nav_colours),
+ '$link_colour' => array('redbasic_link_colour', t('link colour'), $arr['link_colour'], '', $link_colours),
'$banner_colour' => array('redbasic_banner_colour', t('Set font-colour for banner'), $arr['banner_colour']),
'$bgcolour' => array('redbasic_background_colour', t('Set the background colour'), $arr['bgcolour']),
'$background_image' => array('redbasic_background_image', t('Set the background image'), $arr['background_image']),
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 9956ccd31..8d5c23a03 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -1,5 +1,7 @@
<?php
-// Get the UID of the channel owner
+
+if(! $a->install) {
+ // Get the UID of the channel owner
$uid = get_theme_uid();
if($uid)
@@ -13,6 +15,7 @@
// Load the owners pconfig
$banner_colour = get_pconfig($uid,'redbasic','banner_colour');
+ $link_colour = get_pconfig($uid, "redbasic", "link_colour");
$schema = get_pconfig($uid,'redbasic','schema');
$bgcolour = get_pconfig($uid, "redbasic", "background_colour");
$background_image = get_pconfig($uid, "redbasic", "background_image");
@@ -31,6 +34,8 @@
$top_photo=get_pconfig($uid,'redbasic','top_photo');
$reply_photo=get_pconfig($uid,'redbasic','reply_photo');
+}
+
// 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
@@ -63,6 +68,8 @@
$nav_bg_3 = "#f00";
$nav_bg_4 = "#b00";
}
+ if (! $link_colour)
+ $link_colour = "#0080FF";
if (! $banner_colour)
$banner_colour = "fff";
if (! $bgcolour)
@@ -130,6 +137,38 @@
$nav_bg_1 = $nav_bg_2 = $nav_bg_3 = $nav_bg_4 = "silver";
$search_background = '#EEEEEE';
}
+ if($nav_colour === "pink") {
+ $nav_bg_1 = $nav_bg_3 = "#FFC1CA";
+ $nav_bg_2 = $nav_bg_4 = "#FFC1CA";
+ }
+ if($nav_colour === "green") {
+ $nav_bg_1 = $nav_bg_3 = "#5CD65C";
+ $nav_bg_2 = $nav_bg_4 = "#5CD65C";
+ }
+ if($nav_colour === "blue") {
+ $nav_bg_1 = $nav_bg_3 = "#1872a2";
+ $nav_bg_2 = $nav_bg_4 = "#1872a2";
+ }
+ if($nav_colour === "purple") {
+ $nav_bg_1 = $nav_bg_3 = "#551A8B";
+ $nav_bg_2 = $nav_bg_4 = "#551A8B";
+ }
+ if($nav_colour === "orange") {
+ $nav_bg_1 = $nav_bg_3 = "#FF3D0D";
+ $nav_bg_2 = $nav_bg_4 = "#FF3D0D";
+ }
+ if($nav_colour === "brown") {
+ $nav_bg_1 = $nav_bg_3 = "#330000";
+ $nav_bg_2 = $nav_bg_4 = "#330000";
+ }
+ if($nav_colour === "grey") {
+ $nav_bg_1 = $nav_bg_3 = "#2e2f2e";
+ $nav_bg_2 = $nav_bg_4 = "#2e2f2e";
+ }
+ if($nav_colour === "gold") {
+ $nav_bg_1 = $nav_bg_3 = "#FFAA00";
+ $nav_bg_2 = $nav_bg_4 = "#FFAA00";
+ }
// Apply the settings
@@ -141,6 +180,7 @@ $options = array (
'$nav_bg_2' => $nav_bg_2,
'$nav_bg_3' => $nav_bg_3,
'$nav_bg_4' => $nav_bg_4,
+'$link_colour' => $link_colour,
'$banner_colour' => $banner_colour,
'$search_background' => $search_background,
'$bgcolour' => $bgcolour,
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index e0f546896..ca05986a2 100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -6,6 +6,7 @@
{{if $expert}}
{{include file="field_select.tpl" field=$nav_colour}}
{{include file="field_input.tpl" field=$banner_colour}}
+{{include file="field_input.tpl" field=$link_colour}}
{{include file="field_input.tpl" field=$bgcolour}}
{{include file="field_input.tpl" field=$background_image}}
{{include file="field_input.tpl" field=$item_colour}}
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl
index 590213fd3..274d0d5de 100755
--- a/view/tpl/abook_edit.tpl
+++ b/view/tpl/abook_edit.tpl
@@ -30,19 +30,10 @@
{{/if}}
-
-<h3>{{$permlbl}}</h3>
-<div id="perm-desc" class="descriptive-text">{{$permnote}}</div>
-
<form id="abook-edit-form" action="connedit/{{$contact_id}}" method="post" >
<input type="hidden" name="contact_id" value="{{$contact_id}}">
<input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" />
-{{if $noperms}}
-<div id="noperm-msg" class="warning-text">{{$noperms}}</div>
-<div id="noperm-text" class="descriptive-text">{{$noperm_desc}}</div>
-{{/if}}
-
{{if $is_pending}}
<div class="abook-pending-contact">
@@ -50,8 +41,29 @@
</div>
{{/if}}
+{{if $multiprofs }}
+<div>
+<h3>{{$lbl_vis1}}</h3>
+<div>{{$lbl_vis2}}</div>
+
+{{$profile_select}}
+</div>
+{{/if}}
+
+<h3>{{$permlbl}}</h3>
+<div id="perm-desc" class="descriptive-text">{{$permnote}}</div>
+
+
+{{* {{if $noperms}}
+<div id="noperm-msg" class="warning-text">{{$noperms}}</div>
+<div id="noperm-text" class="descriptive-text">{{$noperm_desc}}</div>
+{{/if}}
+*}}
+
+
+
<br />
-<b>{{$quick}}</b>
+<h3>{{$quick}}</h3>
<ul>
{{if $self}}
<li><span class="fakelink" onclick="connectForum(); // $('#abook-edit-form').submit();">{{$forum}}</span></li>
@@ -62,6 +74,9 @@
<li><span class="fakelink" onclick="connectFollowOnly(); // $('#abook-edit-form').submit();">{{$follow}}</span></li>
</ul>
+<input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" />
+
+
<div id="abook-advanced" class="fakelink" onclick="openClose('abook-advanced-panel');">{{$advanced}}</div>
<div id="abook-advanced-panel" style="display: block;">
@@ -76,14 +91,6 @@
</div>
-{{if $multiprofs }}
-<div>
-<h3>{{$lbl_vis1}}</h3>
-<div>{{$lbl_vis2}}</div>
-
-{{$profile_select}}
-</div>
-{{/if}}
<input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" />
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl
index 6e7629094..06a8cdf6a 100755
--- a/view/tpl/admin_hubloc.tpl
+++ b/view/tpl/admin_hubloc.tpl
@@ -1,9 +1,6 @@
<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>
@@ -14,9 +11,14 @@
{{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>
- <td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}">
+ <td>
+ <form action="{{$baseurl}}/admin/hubloc" method="post">
+ <input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}">
+ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
+ <input type='hidden' name='url' value='{{$hub.hubloc_host}}'>
<input type="submit" name="check" value="check" >
<input type="submit" name="repair" value="repair" ></td>
+ </form>
</tr>{{/foreach}}
</tbody>
</table>
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index b0f9d4a74..9b90fb4b0 100755
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -42,6 +42,7 @@
{{include file="field_input.tpl" field=$sitename}}
{{include file="field_textarea.tpl" field=$banner}}
+ {{include file="field_textarea.tpl" field=$admininfo}}
{{include file="field_select.tpl" field=$language}}
{{include file="field_select.tpl" field=$theme}}
{{include file="field_select.tpl" field=$theme_mobile}}
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl
index f9c6e96ce..77f32b5bc 100644
--- a/view/tpl/attach_edit.tpl
+++ b/view/tpl/attach_edit.tpl
@@ -23,12 +23,11 @@
{{else}}
<div class="cut-paste-desc">{{$cpdesc}}</div>
<input type="text" id="cutpasteinput" name="cutpastelink" value="[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" onclick="this.select();" /><br />
+{{/if}}
<div class="cut-paste-desc">{{$cpldesc}}</div>
<input type="text" id="linkpasteinput" name="cutpasteextlink" value="{{$cloudpath}}" onclick="this.select();"/><br />
-{{/if}}
-
<div id="attach-edit-perms" >
{{$aclselect}}
</div>
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl
new file mode 100644
index 000000000..7073a0a52
--- /dev/null
+++ b/view/tpl/chat.tpl
@@ -0,0 +1,116 @@
+<h1>{{$room_name}}</h1>
+<div id="chatContainer"">
+
+ <div id="chatTopBar">
+ <div id="chatLineHolder"></div>
+ </div>
+
+ <div id="chatUsers"></div>
+
+ <div class="clear"></div>
+ <div id="chatBottomBar">
+ <div class="tip"></div>
+
+ <form id="chat-form" method="post" action="#">
+ <input type="hidden" name="room_id" value="{{$room_id}}" />
+ <textarea id="chatText" name="chat_text" rows=3 cols=80></textarea><br />
+ <input type="submit" name="submit" value="{{$submit}}" />
+ </form>
+
+ <a href="{{$baseurl}}/chat/{{$nickname}}/{{$room_id}}/leave">{{$leave}}</a> | <a href="{{$baseurl}}/chatsvc?f=&room_id={{$room_id}}&status=away">{{$away}}</a> | <a href="{{$baseurl}}/chatsvc?f=&room_id={{$room_id}}&status=online">{{$online}}</a>
+
+ </div>
+
+</div>
+
+<script>
+var room_id = {{$room_id}};
+var last_chat = 0;
+var chat_timer = null;
+
+$(document).ready(function() {
+ chat_timer = setTimeout(load_chats,300);
+
+});
+
+
+$('#chat-form').submit(function(ev) {
+ $('body').css('cursor','wait');
+ $.post("chatsvc", $('#chat-form').serialize(),function(data) {
+ if(chat_timer) clearTimeout(chat_timer);
+ $('#chatText').val('');
+ load_chats();
+ $('body').css('cursor','auto');
+ },'json');
+ ev.preventDefault();
+});
+
+function load_chats() {
+
+ $.get("chatsvc?f=&room_id=" + room_id + '&last=' + last_chat + ((stopped) ? '&stopped=1' : ''),function(data) {
+ if(data.success && (! stopped)) {
+ update_inroom(data.inroom);
+ update_chats(data.chats);
+ }
+ });
+
+ chat_timer = setTimeout(load_chats,10000);
+
+}
+
+function update_inroom(inroom) {
+ var html = document.createElement('div');
+ var count = inroom.length;
+ $.each( inroom, function(index, item) {
+ var newNode = document.createElement('div');
+ $(newNode).html('<img style="height: 32px; width: 32px;" src="' + item.img + '" alt="' + item.name + '" /> ' + item.status + '<br />' + item.name + '<br/>');
+ html.appendChild(newNode);
+ });
+ $('#chatUsers').html(html);
+}
+
+function update_chats(chats) {
+
+ var count = chats.length;
+ $.each( chats, function(index, item) {
+ last_chat = item.id;
+ var newNode = document.createElement('div');
+ $(newNode).html('<div style="margin-bottom: 5px; clear: both;"><img style="height: 32px; width: 32px; float: left;" src="' + item.img + '" alt="' + item.name + '" /><div class="chat-body" style="float: left; width: 80%; margin-left: 15px; font-size: 14px;">' + item.name + ' <span class="autotime" title="' + item.isotime + '">' + item.localtime + '</span><br />' + item.text + '</div></div>');
+ $('#chatLineHolder').append(newNode);
+ $(".autotime").timeago();
+
+ });
+ var elem = document.getElementById('chatTopBar');
+ elem.scrollTop = elem.scrollHeight;
+
+}
+
+</script>
+<script>
+function isMobile() {
+if( navigator.userAgent.match(/Android/i)
+ || navigator.userAgent.match(/webOS/i)
+ || navigator.userAgent.match(/iPhone/i)
+ || navigator.userAgent.match(/iPad/i)
+ || navigator.userAgent.match(/iPod/i)
+ || navigator.userAgent.match(/BlackBerry/i)
+ || navigator.userAgent.match(/Windows Phone/i)
+ ){
+ return true;
+ }
+ else {
+ return false;
+ }
+}
+$(function(){
+
+ $('#chatText').keypress(function(e){
+ if (e.keyCode == 13 && e.shiftKey||isMobile()) {
+ }
+ else if (e.keyCode == 13) {
+ e.preventDefault();
+ $(this).parent('form').trigger('submit');
+ }
+ });
+});
+</script>
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl
new file mode 100644
index 000000000..86eadb132
--- /dev/null
+++ b/view/tpl/chatroom_new.tpl
@@ -0,0 +1,12 @@
+<h1>{{$header}}</h1>
+
+<form action="chat" method="post" >
+{{include file="field_input.tpl" field=$name}}
+<br />
+<br />
+{{$acl}}
+<div class="clear"></div>
+<input type="submit" name="submit" value="{{$submit}}" />
+</form>
+
+
diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl
new file mode 100644
index 000000000..c26ba0c33
--- /dev/null
+++ b/view/tpl/chatroomlist.tpl
@@ -0,0 +1,11 @@
+<div class="widget">
+<h3>{{$header}}</h3>
+{{if $items}}
+<table>
+{{foreach $items as $item}}
+<tr><td align="left"><a href="{{$baseurl}}/chat/{{$nickname}}/{{$item.cr_id}}">{{$item.cr_name}}</a></td><td align="right">{{$item.cr_inroom}}</td></tr>
+{{/foreach}}
+</table>
+{{/if}}
+</div>
+
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl
new file mode 100644
index 000000000..c3dae6627
--- /dev/null
+++ b/view/tpl/chatrooms.tpl
@@ -0,0 +1,10 @@
+<h2>{{$header}}</h2>
+
+{{if $is_owner}}
+<p>
+<a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a>
+</p>
+{{/if}}
+
+{{$rooms}}
+
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 50a243ff4..869692bfa 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -85,6 +85,9 @@
{{/if}}
{{if $item.filer}}
<i id="filer-{{$item.id}}" onclick="itemFiler({{$item.id}}); return false;" class="filer-item icon-folder-open item-tool" title="{{$item.filer}}"></i>
+ {{/if}}
+ {{if $item.bookmark}}
+ <i id="bookmarker-{{$item.id}}" onclick="itemBookmark({{$item.id}}); return false;" class="bookmark-item icon-bookmark item-tool" title="{{$item.bookmark}}"></i>
{{/if}}
<div id="like-rotator-{{$item.id}}" class="like-rotator"></div>
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl
index a3fa7e4c3..f00448175 100755
--- a/view/tpl/direntry_large.tpl
+++ b/view/tpl/direntry_large.tpl
@@ -13,7 +13,7 @@
<div class="clear"></div>
-<div class="contact-name" id="directory-name-{{$id}}" >{{$name}}</div>
+<div class="contact-name" id="directory-name-{{$id}}" >{{$name}}{{if $online}} <i class="icon-asterisk online-now" title="{{$online}}"></i>{{/if}}</div>
{{if $connect}}
<div class="directory-connect"><a href="{{$connect}}">{{$conn_label}}</a></div>
{{/if}}
diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl
index 25c127a15..7dc8dfd59 100644
--- a/view/tpl/item_attach.tpl
+++ b/view/tpl/item_attach.tpl
@@ -1,6 +1,6 @@
+<div class="clear"></div>
<div class="body-attach">
{{foreach $attaches as $a}}
<a href="{{$a.url}}" title="{{$a.title}}" class="attachlink" ><i class="icon-paper-clip attach-icons attach-clip"></i><i class="{{$a.icon}} attach-icons"></i></a>
{{/foreach}}
-<div class="clear"></div>
</div>
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 878e1e7da..80421d552 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -185,7 +185,6 @@ function enableOnUser(){
}
}
-
function jotGetLocation() {
reply = prompt("{{$whereareu}}", $('#jot-location').val());
if(reply && reply.length) {
@@ -295,6 +294,13 @@ function enableOnUser(){
}
+ function itemBookmark(id) {
+ $.get('{{$baseurl}}/bookmarks?f=&item=' + id);
+ if(timer) clearTimeout(timer);
+ timer = setTimeout(NavUpdate,1000);
+ }
+
+
function jotClearLocation() {
$('#jot-coord').val('');
$('#profile-nolocation-wrapper').hide();
diff --git a/view/tpl/menuedit.tpl b/view/tpl/menuedit.tpl
index ea9e775e2..1ccfb3d68 100644
--- a/view/tpl/menuedit.tpl
+++ b/view/tpl/menuedit.tpl
@@ -10,10 +10,14 @@
{{if $menu_id}}
<input type="hidden" name="menu_id" value="{{$menu_id}}" />
{{/if}}
+{{if $menu_system}}
+<input type="hidden" name="menu_system" value="{{$menu_system}}" />
+{{/if}}
+
{{include file="field_input.tpl" field=$menu_name}}
{{include file="field_input.tpl" field=$menu_desc}}
-
+{{include file="field_checkbox.tpl" field=$menu_bookmark}}
<div class="menuedit-submit-wrapper" >
<input type="submit" name="submit" class="menuedit-submit" value="{{$submit}}" />
</div>
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index f27afed09..048f53743 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -39,7 +39,7 @@
<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>
+ {{* <li id="nav-network-see-all"><a href="{{$nav.network.all.0}}">{{$nav.network.all.1}}</a></li> *}}
<li id="nav-network-mark-all"><a href="#" onclick="markRead('network'); return false;">{{$nav.network.mark.1}}</a></li>
<li class="empty">{{$emptynotifications}}</li>
</ul>
@@ -51,7 +51,7 @@
<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>
+ {{* <li id="nav-home-see-all"><a href="{{$nav.home.all.0}}">{{$nav.home.all.1}}</a></li> *}}
<li id="nav-home-mark-all"><a href="#" onclick="markRead('home'); return false;">{{$nav.home.mark.1}}</a></li>
<li class="empty">{{$emptynotifications}}</li>
</ul>
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index e56fd5b57..8c19d39d7 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -14,17 +14,19 @@
<div id="photo-photo-end"></div>
<div id="photo-caption">{{$desc}}</div>
{{if $tags}}
-<div id="in-this-photo-text">{{$tags.0}}</div>
-<div id="in-this-photo">{{$tags.1}}</div>
+<div id="in-this-photo-text">{{$tag_hdr}}</div>
+{{foreach $tags as $t}}
+<div id="in-this-photo">{{$t.0}}</div>
+{{if $edit}}<div id="tag-remove"><a href="{{$t.1}}">{{$t.2}}</a></div>{{/if}}
+{{/foreach}}
{{/if}}
-{{if $tags.2}}<div id="tag-remove"><a href="{{$tags.2}}">{{$tags.3}}</a></div>{{/if}}
{{if $edit}}
<div id="photo-edit-edit-wrapper" class="fakelink" onclick="openClose('photo-edit-edit');">{{$edit.edit}}</div>
<div id="photo-edit-edit" style="display: none;">
<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post" id="photo_edit_form" >
- <input type="hidden" name="item_id" value="{{$item_id}}" />
+ <input type="hidden" name="item_id" value="{{$edit.item_id}}" />
<label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$edit.newalbum}}</label>
<input id="photo-edit-albumname" type="text" size="32" name="albname" value="{{$edit.album}}" />
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index aaee02ab5..187c3039d 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -10,13 +10,12 @@
</li>
{{/foreach}}
<li><a href="profile_photo" >{{$profile.menu.chg_photo}}</a></li>
- <li><a href="profiles/new" id="profile-listing-new-link">{{$profile.menu.cr_new}}</a></li>
-
+ {{if $profile.menu.cr_new}}<li><a href="profiles/new" id="profile-listing-new-link">{{$profile.menu.cr_new}}</a></li>{{/if}}
</ul>
</div>
{{/if}}
- <div class="fn label">{{$profile.name}}</div>
+ <div class="fn label">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div>
{{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
<div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 7b6add231..c4b89a543 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -22,15 +22,19 @@
<h3 class="settings-heading">{{$h_prv}}</h3>
-<div id="settings-privacy-macros">{{$lbl_pmacro}}</div>
+{{include file="field_checkbox.tpl" field=$hide_presence}}
+
+
+<h3 id="settings-privacy-macros">{{$lbl_pmacro}}</h3>
<ul>
-<li><a href="#" onclick="channel_privacy_macro(3); return false" id="settings_pmacro3">{{$pmacro3}}</a></li>
<li><a href="#" onclick="channel_privacy_macro(2); return false" id="settings_pmacro2">{{$pmacro2}}</a></li>
<li><a href="#" onclick="channel_privacy_macro(1); return false" id="settings_pmacro1">{{$pmacro1}}</a></li>
+<li><a href="#" onclick="channel_privacy_macro(3); return false" id="settings_pmacro3">{{$pmacro3}}</a></li>
<li><a href="#" onclick="channel_privacy_macro(0); return false" id="settings_pmacro0">{{$pmacro0}}</a></li>
</ul>
+<h3 id="settings-perm-advanced">{{$lbl_p2macro}}</h3>
<div id="settings-permissions-wrapper">
{{foreach $permiss_arr as $permit}}
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl
index a60b406cf..d956a7228 100755
--- a/view/tpl/siteinfo.tpl
+++ b/view/tpl/siteinfo.tpl
@@ -7,8 +7,11 @@
<p>{{$web_location}}</p>
<p>{{$visit}}</p>
<p>{{$bug_text}} <a href="{{$bug_link_url}}">{{$bug_link_text}}</a></p>
+<p>{{$adminlabel}}</p>
+<p>{{$admininfo}}</p>
<p>{{$contact}}</p>
<p>{{$plugins_text}}</p>
{{if $plugins_list}}
<div style="margin-left: 25px; margin-right: 25px;">{{$plugins_list}}</div>
{{/if}}
+<p>{{$donate}}</p>