aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2014-11-08 20:53:41 +0100
committerStefan Parviainen <saparvia@caterva.eu>2014-11-08 20:53:41 +0100
commitb5fad9feefd0f261807222d8a4c42ead6253a65c (patch)
tree399cd4a1b79f61530924ea59670af0bdd6cee5be /view
parent89aea081825ec7b11b00833a9bec2c74900bfcb6 (diff)
parentb29a968be8df52cd7c9b6d5bebb618534788337c (diff)
downloadvolse-hubzilla-b5fad9feefd0f261807222d8a4c42ead6253a65c.tar.gz
volse-hubzilla-b5fad9feefd0f261807222d8a4c42ead6253a65c.tar.bz2
volse-hubzilla-b5fad9feefd0f261807222d8a4c42ead6253a65c.zip
Fix merge conflict
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css4
-rw-r--r--view/css/mod_connedit.css2
-rw-r--r--view/css/mod_locs.css3
-rw-r--r--view/css/mod_photos.css114
-rw-r--r--view/css/mod_settings.css6
-rw-r--r--view/css/widgets.css7
-rw-r--r--view/de/messages.po4577
-rw-r--r--view/de/strings.php960
-rw-r--r--view/fr/messages.po6
-rw-r--r--view/fr/strings.php6
-rw-r--r--view/js/main.js2
-rw-r--r--view/js/mod_photos.js13
-rw-r--r--view/js/mod_settings.js16
-rw-r--r--view/nl/messages.po4320
-rw-r--r--view/nl/strings.php893
-rw-r--r--view/theme/redbasic/css/style.css44
-rw-r--r--view/theme/redbasic/php/style.php2
-rwxr-xr-xview/tpl/abook_edit.tpl12
-rwxr-xr-xview/tpl/album_edit.tpl33
-rwxr-xr-xview/tpl/display-head.tpl4
-rw-r--r--view/tpl/locmanage.tpl26
-rwxr-xr-xview/tpl/nav.tpl13
-rwxr-xr-xview/tpl/photo_album.tpl21
-rwxr-xr-xview/tpl/photo_albums.tpl8
-rwxr-xr-xview/tpl/photo_top.tpl2
-rwxr-xr-xview/tpl/photo_view.tpl218
-rwxr-xr-xview/tpl/photos_recent.tpl3
-rwxr-xr-xview/tpl/photos_upload.tpl93
-rwxr-xr-xview/tpl/posted_date_widget.tpl28
-rwxr-xr-xview/tpl/settings.tpl69
-rw-r--r--view/tpl/smarty3/README4
31 files changed, 5856 insertions, 5653 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 6c9d757b1..1e9930443 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -128,7 +128,7 @@ a.wall-item-name-link {
}
.wall-item-content img {
- max-width: 95%;
+ max-width: 100%;
}
.wall-item-title h3 {
@@ -262,4 +262,4 @@ a.wall-item-name-link {
.item-forged {
color: #FF0000;
font-size: 1.5em !important;
-} \ No newline at end of file
+}
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css
index 5bf598062..e7b93a088 100644
--- a/view/css/mod_connedit.css
+++ b/view/css/mod_connedit.css
@@ -14,7 +14,7 @@
margin-bottom: 5px !important;
}
-.abook-pending-contact, .abook-permschange {
+.abook-pending-contact, .abook-permschange, .abook-autotext {
background: orange;
font-weight: bold;
margin: 10px;
diff --git a/view/css/mod_locs.css b/view/css/mod_locs.css
new file mode 100644
index 000000000..95aee6aef
--- /dev/null
+++ b/view/css/mod_locs.css
@@ -0,0 +1,3 @@
+td {
+padding: 10px;
+}
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css
index c8cdab6c3..34bac51e9 100644
--- a/view/css/mod_photos.css
+++ b/view/css/mod_photos.css
@@ -3,112 +3,28 @@
margin-bottom: 25px;
}
-.photo-item-tools {
+.photo-item-tools-left,
+.photo-item-tools-right {
padding: 7px 10px;
}
-#photo-photo {
- display: table;
- margin: 0 auto;
-}
-
-#photo-photo-end {
- clear: both;
-}
-
-#photo-album-end {
- clear: both;
- margin-bottom: 25px;
-}
-
-#photos-upload-newalbum-div {
- float: left;
- width: 175px;
-}
-
-#photos-upload-noshare {
- margin-bottom: 10px;
+.photo-like-rotator {
+ margin-top: 23px;
+ margin-right: 5px;
}
-#photos-upload-existing-album-text {
- float: left;
- width: 175px;
-}
-#photos-upload-newalbum {
- float: left;
-}
-#photos-upload-album-select {
- float: left;
-}
-
-#photos-upload-spacer {
- margin-top: 25px;
-}
-#photos-upload-new-end, #photos-upload-exist-end {
- clear: both;
-}
-#photos-upload-exist-end {
- margin-bottom: 15px;
-}
-#photos-upload-submit {
- margin-top: 15px;
-}
-
-
-#photos-upload-select-files-text {
- margin-top: 15px;
- margin-bottom: 15px;
-}
-
-#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
- float: left;
- width: 150px;
-}
-
-#photo-edit-perms-end {
- margin-bottom: 15px;
-}
-
-#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
- float: left;
- margin-bottom: 25px;
-}
-#photo-edit-link-wrap {
- margin-bottom: 15px;
-}
-
-#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
- clear: both;
-}
-
-#photo-edit-rotate-end {
- margin-bottom: 15px;
-}
-
-
-#photo-edit-edit {
- padding: 7px 10px;
- margin-bottom: 3px;
-}
-
-#photo-edit-end {
- margin-bottom: 35px;
-}
-#photo-caption {
- margin-top: 15px;
- margin-bottom: 15px;
-}
-
-#photo-album-edit-submit, #photo-album-edit-drop {
- margin-top: 15px;
- margin-bottom: 15px;
+#photo-photo {
+ display: table;
+ margin: 0 auto;
}
-#photo-album-edit-drop {
- margin-left: 200px;
+#photo-edit,
+#photo-album-edit-wrapper,
+#photo-upload-form {
+ display: none;
}
-#photos-usage-message {
- line-height: 22px;
+#photos-upload-choose {
+ border: unset;
+ padding: unset;
}
-
diff --git a/view/css/mod_settings.css b/view/css/mod_settings.css
index 651167b47..b03023e21 100644
--- a/view/css/mod_settings.css
+++ b/view/css/mod_settings.css
@@ -12,6 +12,10 @@ ul#settings-privacy-macros {
margin-top: 15px;
}
+#settings-default-perms {
+ margin-top: 15px;
+}
+
#settings-perm-advanced {
margin-top: 15px;
}
@@ -41,7 +45,7 @@ ul#settings-privacy-macros {
margin-left: 20px;
width: 330px;
}
-#settings-notify-desc, #settings-activity-desc {
+#settings-notify-desc, #settings-activity-desc, #settings-vnotify-desc {
font-weight: bold;
margin-bottom: 15px;
}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 593e051da..d481a09d1 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -26,9 +26,6 @@
/* search */
#search-text {
- border: 1px solid #ccc;
- padding: 5px;
- line-height: 1.5;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
@@ -77,6 +74,10 @@
margin-top: 2px;
}
+#posted-date-selector-drop li:not(:first-child) {
+ margin-top: 2px;
+}
+
/* categories */
diff --git a/view/de/messages.po b/view/de/messages.po
index 4dc1097ee..9c2a40648 100644
--- a/view/de/messages.po
+++ b/view/de/messages.po
@@ -24,8 +24,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-10 00:03-0700\n"
-"PO-Revision-Date: 2014-10-10 11:45+0000\n"
+"POT-Creation-Date: 2014-10-31 00:03-0700\n"
+"PO-Revision-Date: 2014-11-07 21:07+0000\n"
"Last-Translator: zottel <transifex@zottel.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/red-matrix/language/de/)\n"
"MIME-Version: 1.0\n"
@@ -40,151 +40,18 @@ msgid "Cannot locate DNS info for database server '%s'"
msgstr "Kann die DNS-Informationen für den Datenbank-Server '%s' nicht finden"
#: ../../include/photo/photo_driver.php:680 ../../include/photos.php:51
-#: ../../mod/photos.php:91 ../../mod/photos.php:657 ../../mod/photos.php:679
+#: ../../mod/photos.php:91 ../../mod/photos.php:645
#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301
#: ../../mod/profile_photo.php:423
msgid "Profile Photos"
msgstr "Profilfotos"
-#: ../../include/network.php:590
-msgid "view full size"
-msgstr "In Vollbildansicht anschauen"
-
-#: ../../include/oembed.php:171
-msgid "Embedded content"
-msgstr "Eingebetteter Inhalt"
-
-#: ../../include/oembed.php:180
-msgid "Embedding disabled"
-msgstr "Einbetten ausgeschaltet"
-
-#: ../../include/items.php:375 ../../mod/profperm.php:23
-#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242
-#: ../../index.php:364
-msgid "Permission denied"
-msgstr "Keine Berechtigung"
-
-#: ../../include/items.php:962 ../../include/items.php:1007
-msgid "(Unknown)"
-msgstr "(Unbekannt)"
-
-#: ../../include/items.php:1163
-msgid "Visible to anybody on the internet."
-msgstr "Für jeden im Internet sichtbar."
-
-#: ../../include/items.php:1165
-msgid "Visible to you only."
-msgstr "Nur für Dich sichtbar."
-
-#: ../../include/items.php:1167
-msgid "Visible to anybody in this network."
-msgstr "Für jedes Mitglied der RedMatrix sichtbar."
-
-#: ../../include/items.php:1169
-msgid "Visible to anybody authenticated."
-msgstr "Für jeden sichtbar, der angemeldet ist."
-
-#: ../../include/items.php:1171
-#, php-format
-msgid "Visible to anybody on %s."
-msgstr "Für jeden auf %s sichtbar."
-
-#: ../../include/items.php:1173
-msgid "Visible to all connections."
-msgstr "Für alle Verbindungen sichtbar."
-
-#: ../../include/items.php:1175
-msgid "Visible to approved connections."
-msgstr "Nur für akzeptierte Verbindungen sichtbar."
-
-#: ../../include/items.php:1177
-msgid "Visible to specific connections."
-msgstr "Sichtbar für bestimmte Verbindungen."
-
-#: ../../include/items.php:3927 ../../mod/display.php:32
-#: ../../mod/filestorage.php:18 ../../mod/admin.php:168
-#: ../../mod/admin.php:898 ../../mod/admin.php:1101 ../../mod/thing.php:76
-#: ../../mod/viewsrc.php:20
-msgid "Item not found."
-msgstr "Element nicht gefunden."
-
-#: ../../include/items.php:3989 ../../include/photos.php:15
-#: ../../include/attach.php:119 ../../include/attach.php:166
-#: ../../include/attach.php:229 ../../include/attach.php:243
-#: ../../include/attach.php:283 ../../include/attach.php:297
-#: ../../include/attach.php:322 ../../include/attach.php:513
-#: ../../include/attach.php:585 ../../include/chat.php:116
-#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30
-#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64
-#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72
-#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179
-#: ../../mod/profiles.php:560 ../../mod/webpages.php:40
-#: ../../mod/channel.php:89 ../../mod/channel.php:193
-#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95
-#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35
-#: ../../mod/network.php:12 ../../mod/connections.php:169
-#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:30
-#: ../../mod/page.php:80 ../../mod/photos.php:68 ../../mod/photos.php:526
-#: ../../mod/setup.php:203 ../../mod/editblock.php:34 ../../mod/pdledit.php:21
-#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13
-#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
-#: ../../mod/bookmarks.php:46 ../../mod/profile_photo.php:263
-#: ../../mod/profile_photo.php:276 ../../mod/sources.php:66
-#: ../../mod/events.php:200 ../../mod/filestorage.php:10
-#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75
-#: ../../mod/filestorage.php:98 ../../mod/fsuggest.php:78
-#: ../../mod/suggest.php:26 ../../mod/group.php:9 ../../mod/thing.php:247
-#: ../../mod/thing.php:264 ../../mod/thing.php:299 ../../mod/invite.php:13
-#: ../../mod/invite.php:104 ../../mod/item.php:182 ../../mod/item.php:190
-#: ../../mod/item.php:929 ../../mod/layouts.php:27 ../../mod/layouts.php:39
-#: ../../mod/like.php:154 ../../mod/viewconnections.php:22
-#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14
-#: ../../mod/mail.php:111 ../../mod/manage.php:6 ../../mod/menu.php:44
-#: ../../mod/message.php:16 ../../mod/new_channel.php:68
-#: ../../mod/new_channel.php:99 ../../mod/notifications.php:66
-#: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190
-#: ../../index.php:365
-msgid "Permission denied."
-msgstr "Zugang verweigert"
-
-#: ../../include/items.php:4360 ../../mod/group.php:38 ../../mod/group.php:140
-msgid "Collection not found."
-msgstr "Sammlung nicht gefunden"
-
-#: ../../include/items.php:4375
-msgid "Collection is empty."
-msgstr "Sammlung ist leer."
-
-#: ../../include/items.php:4382
-#, php-format
-msgid "Collection: %s"
-msgstr "Sammlung: %s"
-
-#: ../../include/items.php:4393
-#, php-format
-msgid "Connection: %s"
-msgstr "Verbindung: %s"
-
-#: ../../include/items.php:4396
-msgid "Connection not found."
-msgstr "Die Verbindung wurde nicht gefunden."
-
-#: ../../include/notify.php:23
-msgid "created a new post"
-msgstr "Neuer Beitrag wurde erzeugt"
-
-#: ../../include/notify.php:24
-#, php-format
-msgid "commented on %s's post"
-msgstr "hat %s's Beitrag kommentiert"
-
#: ../../include/apps.php:126
msgid "Site Admin"
-msgstr "Server-Administrator"
+msgstr "Hub-Administration"
-#: ../../include/apps.php:127 ../../include/conversation.php:1566
-#: ../../include/nav.php:116
+#: ../../include/apps.php:127 ../../include/conversation.php:1572
+#: ../../include/nav.php:117
msgid "Bookmarks"
msgstr "Lesezeichen"
@@ -192,65 +59,65 @@ msgstr "Lesezeichen"
msgid "Address Book"
msgstr "Adressbuch"
-#: ../../include/apps.php:129 ../../include/nav.php:124 ../../boot.php:1495
+#: ../../include/apps.php:129 ../../include/nav.php:125 ../../boot.php:1496
msgid "Login"
msgstr "Anmelden"
-#: ../../include/apps.php:130 ../../include/nav.php:217
+#: ../../include/apps.php:130 ../../include/nav.php:216
#: ../../mod/manage.php:148
msgid "Channel Manager"
msgstr "Kanal-Manager"
-#: ../../include/apps.php:131 ../../include/nav.php:191
+#: ../../include/apps.php:131 ../../include/nav.php:190
msgid "Matrix"
msgstr "Matrix"
-#: ../../include/apps.php:132 ../../include/widgets.php:521
-#: ../../include/nav.php:219 ../../mod/admin.php:953 ../../mod/admin.php:1158
+#: ../../include/apps.php:132 ../../include/widgets.php:524
+#: ../../include/nav.php:218 ../../mod/admin.php:953 ../../mod/admin.php:1158
msgid "Settings"
msgstr "Einstellungen"
-#: ../../include/apps.php:133 ../../include/conversation.php:1542
-#: ../../include/nav.php:105 ../../include/RedDAV/RedBrowser.php:238
+#: ../../include/apps.php:133 ../../include/conversation.php:1546
+#: ../../include/RedDAV/RedBrowser.php:241 ../../include/nav.php:106
#: ../../mod/fbrowser.php:114
msgid "Files"
msgstr "Dateien"
-#: ../../include/apps.php:134 ../../include/conversation.php:1577
-#: ../../include/nav.php:120 ../../mod/webpages.php:86
+#: ../../include/apps.php:134 ../../include/conversation.php:1583
+#: ../../include/nav.php:121 ../../mod/webpages.php:129
msgid "Webpages"
msgstr "Webseiten"
-#: ../../include/apps.php:135 ../../include/nav.php:194
+#: ../../include/apps.php:135 ../../include/nav.php:193
msgid "Channel Home"
msgstr "Mein Kanal"
-#: ../../include/apps.php:136 ../../include/identity.php:1111
-#: ../../include/identity.php:1229 ../../mod/profperm.php:112
+#: ../../include/apps.php:136 ../../include/identity.php:1115
+#: ../../include/identity.php:1233 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Profil"
-#: ../../include/apps.php:137 ../../include/conversation.php:1533
-#: ../../include/nav.php:104 ../../mod/fbrowser.php:25
+#: ../../include/apps.php:137 ../../include/conversation.php:1537
+#: ../../include/nav.php:105 ../../mod/fbrowser.php:25
msgid "Photos"
msgstr "Fotos"
-#: ../../include/apps.php:138 ../../include/nav.php:213
-#: ../../mod/events.php:436
+#: ../../include/apps.php:138 ../../include/nav.php:212
+#: ../../mod/events.php:431
msgid "Events"
msgstr "Veranstaltungen"
-#: ../../include/apps.php:139 ../../include/nav.php:177
+#: ../../include/apps.php:139 ../../include/nav.php:176
#: ../../mod/directory.php:226
msgid "Directory"
msgstr "Verzeichnis"
-#: ../../include/apps.php:140 ../../include/nav.php:169 ../../mod/help.php:60
-#: ../../mod/help.php:65
+#: ../../include/apps.php:140 ../../include/nav.php:168 ../../mod/help.php:58
+#: ../../mod/help.php:63
msgid "Help"
msgstr "Hilfe"
-#: ../../include/apps.php:141 ../../include/nav.php:205
+#: ../../include/apps.php:141 ../../include/nav.php:204
msgid "Mail"
msgstr "Mail"
@@ -258,16 +125,16 @@ msgstr "Mail"
msgid "Mood"
msgstr "Laune"
-#: ../../include/apps.php:143 ../../include/conversation.php:947
+#: ../../include/apps.php:143 ../../include/conversation.php:951
msgid "Poke"
msgstr "Anstupsen"
-#: ../../include/apps.php:144 ../../include/nav.php:110
+#: ../../include/apps.php:144 ../../include/nav.php:111
msgid "Chat"
msgstr "Chat"
#: ../../include/apps.php:145 ../../include/text.php:822
-#: ../../include/text.php:834 ../../include/nav.php:174
+#: ../../include/text.php:834 ../../include/nav.php:173
#: ../../mod/search.php:30
msgid "Search"
msgstr "Suche"
@@ -304,8 +171,8 @@ msgstr "Beitrag"
msgid "Profile Photo"
msgstr "Profilfoto"
-#: ../../include/apps.php:242 ../../mod/settings.php:79
-#: ../../mod/settings.php:545
+#: ../../include/apps.php:242 ../../mod/settings.php:81
+#: ../../mod/settings.php:544
msgid "Update"
msgstr "Aktualisieren"
@@ -318,11 +185,11 @@ msgid "Purchase"
msgstr "Kaufen"
#: ../../include/apps.php:249 ../../include/page_widgets.php:8
-#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:247
+#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:250
#: ../../include/menu.php:42 ../../include/ItemObject.php:100
-#: ../../mod/settings.php:581 ../../mod/blocks.php:99
-#: ../../mod/webpages.php:133 ../../mod/connections.php:381
-#: ../../mod/connections.php:394 ../../mod/connections.php:413
+#: ../../mod/settings.php:580 ../../mod/blocks.php:99
+#: ../../mod/connections.php:381 ../../mod/connections.php:394
+#: ../../mod/connections.php:413 ../../mod/webpages.php:131
#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106
#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143
#: ../../mod/thing.php:233 ../../mod/layouts.php:121 ../../mod/menu.php:59
@@ -330,412 +197,121 @@ msgid "Edit"
msgstr "Bearbeiten"
#: ../../include/apps.php:250 ../../include/conversation.php:638
-#: ../../include/RedDAV/RedBrowser.php:248 ../../include/ItemObject.php:120
-#: ../../mod/settings.php:582 ../../mod/connedit.php:462
-#: ../../mod/photos.php:1064 ../../mod/group.php:176 ../../mod/admin.php:732
+#: ../../include/RedDAV/RedBrowser.php:251 ../../include/ItemObject.php:120
+#: ../../mod/photos.php:1062 ../../mod/settings.php:581
+#: ../../mod/connedit.php:468 ../../mod/group.php:176 ../../mod/admin.php:732
#: ../../mod/admin.php:863 ../../mod/thing.php:234
msgid "Delete"
msgstr "Löschen"
#: ../../include/apps.php:331 ../../include/apps.php:382
-#: ../../include/conversation.php:999 ../../include/RedDAV/RedBrowser.php:160
-#: ../../mod/connedit.php:498
+#: ../../include/conversation.php:1003 ../../include/RedDAV/RedBrowser.php:163
+#: ../../mod/photos.php:703 ../../mod/photos.php:1124
+#: ../../mod/connedit.php:504
msgid "Unknown"
msgstr "Unbekannt"
-#: ../../include/page_widgets.php:6
-msgid "New Page"
-msgstr "Neue Seite"
-
-#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102
-#: ../../mod/webpages.php:136 ../../mod/layouts.php:125
-msgid "View"
-msgstr "Ansicht"
-
-#: ../../include/page_widgets.php:40 ../../include/conversation.php:1110
-#: ../../include/ItemObject.php:606 ../../mod/webpages.php:137
-#: ../../mod/photos.php:1015 ../../mod/editblock.php:141
-#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
-#: ../../mod/editwebpage.php:174
-msgid "Preview"
-msgstr "Vorschau"
-
-#: ../../include/page_widgets.php:41 ../../mod/webpages.php:138
-msgid "Actions"
-msgstr "Aktionen"
-
-#: ../../include/page_widgets.php:42 ../../mod/webpages.php:139
-msgid "Page Link"
-msgstr "Seiten-Link"
-
-#: ../../include/page_widgets.php:43 ../../mod/webpages.php:140
-msgid "Title"
-msgstr "Titel"
-
-#: ../../include/page_widgets.php:44 ../../mod/webpages.php:141
-msgid "Created"
-msgstr "Erstellt"
-
-#: ../../include/page_widgets.php:45 ../../mod/webpages.php:142
-msgid "Edited"
-msgstr "Geändert"
-
-#: ../../include/security.php:320
-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/widgets.php:29 ../../include/contact_widgets.php:93
-msgid "Categories"
-msgstr "Kategorien"
-
-#: ../../include/widgets.php:86 ../../include/nav.php:172
-#: ../../mod/apps.php:33
-msgid "Apps"
-msgstr "Apps"
-
-#: ../../include/widgets.php:87
-msgid "System"
-msgstr "System"
-
-#: ../../include/widgets.php:89 ../../include/conversation.php:1445
-msgid "Personal"
-msgstr "Persönlich"
-
-#: ../../include/widgets.php:90
-msgid "Create Personal App"
-msgstr "Persönliche App erstellen"
-
-#: ../../include/widgets.php:91
-msgid "Edit Personal App"
-msgstr "Persönliche App bearbeiten"
-
-#: ../../include/widgets.php:135 ../../include/widgets.php:175
-#: ../../include/conversation.php:944 ../../include/identity.php:831
-#: ../../include/Contact.php:107 ../../mod/directory.php:183
-#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51
-#: ../../mod/match.php:62
-msgid "Connect"
-msgstr "Verbinden"
-
-#: ../../include/widgets.php:137 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr "Ignorieren/Verstecken"
-
-#: ../../include/widgets.php:143 ../../mod/connections.php:267
-msgid "Suggestions"
-msgstr "Vorschläge"
-
-#: ../../include/widgets.php:144
-msgid "See more..."
-msgstr "Mehr anzeigen …"
-
-#: ../../include/widgets.php:166
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Du bist %1$.0f von maximal %2$.0f erlaubten Verbindungen eingegangen."
-
-#: ../../include/widgets.php:172
-msgid "Add New Connection"
-msgstr "Neue Verbindung hinzufügen"
-
-#: ../../include/widgets.php:173
-msgid "Enter the channel address"
-msgstr "Adresse des Kanals eingeben"
-
-#: ../../include/widgets.php:174
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara"
-
-#: ../../include/widgets.php:191
-msgid "Notes"
-msgstr "Notizen"
-
-#: ../../include/widgets.php:193 ../../include/text.php:823
-#: ../../include/text.php:835 ../../mod/rbmark.php:28 ../../mod/rbmark.php:98
-#: ../../mod/filer.php:50 ../../mod/admin.php:1341 ../../mod/admin.php:1362
-msgid "Save"
-msgstr "Speichern"
-
-#: ../../include/widgets.php:263
-msgid "Remove term"
-msgstr "Eintrag löschen"
-
-#: ../../include/widgets.php:272 ../../include/features.php:58
-msgid "Saved Searches"
-msgstr "Gesicherte Suchanfragen"
-
-#: ../../include/widgets.php:273 ../../include/group.php:302
-msgid "add"
-msgstr "hinzufügen"
-
-#: ../../include/widgets.php:303 ../../include/contact_widgets.php:58
-#: ../../include/features.php:72
-msgid "Saved Folders"
-msgstr "Gesicherte Ordner"
-
-#: ../../include/widgets.php:306 ../../include/contact_widgets.php:61
-#: ../../include/contact_widgets.php:96
-msgid "Everything"
-msgstr "Alles"
-
-#: ../../include/widgets.php:342
-msgid "Archives"
-msgstr "Archive"
-
-#: ../../include/widgets.php:404
-msgid "Refresh"
-msgstr "Aktualisieren"
-
-#: ../../include/widgets.php:405 ../../mod/connedit.php:492
-msgid "Me"
-msgstr "Ich"
-
-#: ../../include/widgets.php:406 ../../mod/connedit.php:494
-msgid "Best Friends"
-msgstr "Beste Freunde"
-
-#: ../../include/widgets.php:407 ../../include/identity.php:380
-#: ../../include/identity.php:381 ../../include/identity.php:388
-#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495
-msgid "Friends"
-msgstr "Freunde"
-
-#: ../../include/widgets.php:408
-msgid "Co-workers"
-msgstr "Kollegen"
-
-#: ../../include/widgets.php:409 ../../mod/connedit.php:496
-msgid "Former Friends"
-msgstr "ehem. Freunde"
-
-#: ../../include/widgets.php:410 ../../mod/connedit.php:497
-msgid "Acquaintances"
-msgstr "Bekannte"
-
-#: ../../include/widgets.php:411
-msgid "Everybody"
-msgstr "Jeder"
-
-#: ../../include/widgets.php:443
-msgid "Account settings"
-msgstr "Konto-Einstellungen"
-
-#: ../../include/widgets.php:449
-msgid "Channel settings"
-msgstr "Kanal-Einstellungen"
-
-#: ../../include/widgets.php:455
-msgid "Additional features"
-msgstr "Zusätzliche Funktionen"
-
-#: ../../include/widgets.php:461
-msgid "Feature settings"
-msgstr "Funktions-Einstellungen"
-
-#: ../../include/widgets.php:467
-msgid "Display settings"
-msgstr "Anzeige-Einstellungen"
-
-#: ../../include/widgets.php:473
-msgid "Connected apps"
-msgstr "Verbundene Apps"
-
-#: ../../include/widgets.php:479
-msgid "Export channel"
-msgstr "Kanal exportieren"
-
-#: ../../include/widgets.php:485
-msgid "Export content"
-msgstr "Kanal-Inhalte exportieren"
-
-#: ../../include/widgets.php:491
-msgid "Automatic Permissions (Advanced)"
-msgstr "Automatische Berechtigungen (Erweitert)"
-
-#: ../../include/widgets.php:501
-msgid "Premium Channel Settings"
-msgstr "Premium-Kanal-Einstellungen"
-
-#: ../../include/widgets.php:510 ../../include/features.php:49
-#: ../../mod/sources.php:88
-msgid "Channel Sources"
-msgstr "Kanal-Quellen"
-
-#: ../../include/widgets.php:535 ../../mod/mail.php:124
-#: ../../mod/message.php:31
-msgid "Messages"
-msgstr "Nachrichten"
-
-#: ../../include/widgets.php:540
-msgid "Check Mail"
-msgstr "E-Mails abrufen"
-
-#: ../../include/widgets.php:545 ../../include/nav.php:210
-msgid "New Message"
-msgstr "Neue Nachricht"
-
-#: ../../include/widgets.php:621
-msgid "Chat Rooms"
-msgstr "Chaträume"
-
-#: ../../include/widgets.php:639
-msgid "Bookmarked Chatrooms"
-msgstr "Gespeicherte Chatrooms"
-
-#: ../../include/widgets.php:657
-msgid "Suggested Chatrooms"
-msgstr "Chatraum-Vorschläge"
-
-#: ../../include/zot.php:654
-msgid "Invalid data packet"
-msgstr "Ungültiges Datenpaket"
-
-#: ../../include/zot.php:670
-msgid "Unable to verify channel signature"
-msgstr "Konnte die Signatur des Kanals nicht verifizieren"
-
-#: ../../include/zot.php:1741
-#, php-format
-msgid "Unable to verify site signature for %s"
-msgstr "Kann die Signatur der Seite von %s nicht verifizieren"
-
-#: ../../include/photos.php:104
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-msgstr "Bild überschreitet das Limit der Webseite von %lu bytes"
-
-#: ../../include/photos.php:111
-msgid "Image file is empty."
-msgstr "Bilddatei ist leer."
-
-#: ../../include/photos.php:140 ../../mod/profile_photo.php:216
-msgid "Unable to process image"
-msgstr "Kann Bild nicht verarbeiten"
-
-#: ../../include/photos.php:212
-msgid "Photo storage failed."
-msgstr "Foto speichern schlug fehl"
-
-#: ../../include/photos.php:340 ../../include/conversation.php:1536
-msgid "Photo Albums"
-msgstr "Fotoalben"
-
-#: ../../include/photos.php:344
-msgid "Upload New Photos"
-msgstr "Lade neue Fotos hoch"
-
-#: ../../include/acl_selectors.php:240
-msgid "Visible to your default audience"
-msgstr "Standard-Sichtbarkeit"
-
-#: ../../include/acl_selectors.php:241
-msgid "Show"
-msgstr "Zeigen"
-
-#: ../../include/acl_selectors.php:242
-msgid "Don't show"
-msgstr "Nicht zeigen"
-
-#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209
-#: ../../mod/photos.php:604 ../../mod/photos.php:970
-#: ../../mod/filestorage.php:128
-msgid "Permissions"
-msgstr "Berechtigungen"
-
-#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:303
-msgid "Close"
-msgstr "Schließen"
-
-#: ../../include/activities.php:39
-msgid " and "
-msgstr "und"
-
-#: ../../include/activities.php:47
-msgid "public profile"
-msgstr "öffentliches Profil"
-
-#: ../../include/activities.php:52
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s hat %2$s auf &ldquo;%3$s&rdquo; geändert"
-
-#: ../../include/activities.php:53
-#, php-format
-msgid "Visit %1$s's %2$s"
-msgstr "Besuche %1$s's %2$s"
-
-#: ../../include/activities.php:56
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verändert."
-
-#: ../../include/api.php:1069
-msgid "Public Timeline"
-msgstr "Öffentliche Zeitleiste"
+#: ../../include/attach.php:116 ../../include/attach.php:163
+#: ../../include/attach.php:226 ../../include/attach.php:240
+#: ../../include/attach.php:280 ../../include/attach.php:294
+#: ../../include/attach.php:318 ../../include/attach.php:511
+#: ../../include/attach.php:584 ../../include/chat.php:116
+#: ../../include/items.php:4005 ../../include/photos.php:15
+#: ../../mod/mood.php:112 ../../mod/photos.php:68 ../../mod/photos.php:533
+#: ../../mod/mitem.php:73 ../../mod/achievements.php:30
+#: ../../mod/settings.php:495 ../../mod/poke.php:128 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64
+#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72
+#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179
+#: ../../mod/profiles.php:532 ../../mod/events.php:195
+#: ../../mod/channel.php:89 ../../mod/channel.php:193
+#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95
+#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35
+#: ../../mod/network.php:12 ../../mod/connections.php:169
+#: ../../mod/connedit.php:254 ../../mod/delegate.php:6
+#: ../../mod/webpages.php:40 ../../mod/bookmarks.php:46
+#: ../../mod/setup.php:203 ../../mod/editblock.php:34 ../../mod/pdledit.php:21
+#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13
+#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
+#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276
+#: ../../mod/sources.php:66 ../../mod/filestorage.php:18
+#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82
+#: ../../mod/filestorage.php:109 ../../mod/fsuggest.php:78
+#: ../../mod/suggest.php:26 ../../mod/group.php:9 ../../mod/like.php:154
+#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299
+#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:182
+#: ../../mod/item.php:190 ../../mod/item.php:961 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:39 ../../mod/viewconnections.php:22
+#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14
+#: ../../mod/mail.php:111 ../../mod/manage.php:6 ../../mod/menu.php:44
+#: ../../mod/message.php:16 ../../mod/new_channel.php:68
+#: ../../mod/new_channel.php:99 ../../mod/notifications.php:66
+#: ../../mod/page.php:28 ../../mod/page.php:78 ../../mod/appman.php:66
+#: ../../mod/service_limits.php:7 ../../index.php:190 ../../index.php:401
+msgid "Permission denied."
+msgstr "Zugang verweigert"
-#: ../../include/attach.php:224 ../../include/attach.php:278
+#: ../../include/attach.php:221 ../../include/attach.php:275
msgid "Item was not found."
msgstr "Beitrag wurde nicht gefunden."
-#: ../../include/attach.php:335
+#: ../../include/attach.php:331
msgid "No source file."
msgstr "Keine Quelldatei."
-#: ../../include/attach.php:352
+#: ../../include/attach.php:348
msgid "Cannot locate file to replace"
msgstr "Kann Datei zum Ersetzen nicht finden"
-#: ../../include/attach.php:370
+#: ../../include/attach.php:366
msgid "Cannot locate file to revise/update"
msgstr "Kann Datei zum Prüfen/Aktualisieren nicht finden"
-#: ../../include/attach.php:381
+#: ../../include/attach.php:377
#, php-format
msgid "File exceeds size limit of %d"
msgstr "Datei überschreitet das Größen-Limit von %d"
-#: ../../include/attach.php:393
+#: ../../include/attach.php:389
#, php-format
msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
msgstr "Die Größe Deiner Datei-Anhänge hat das Maximum von %1$.0f MByte erreicht."
-#: ../../include/attach.php:475
+#: ../../include/attach.php:472
msgid "File upload failed. Possible system limit or action terminated."
msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess."
-#: ../../include/attach.php:487
+#: ../../include/attach.php:484
msgid "Stored file could not be verified. Upload failed."
msgstr "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen."
-#: ../../include/attach.php:528 ../../include/attach.php:545
+#: ../../include/attach.php:526 ../../include/attach.php:543
msgid "Path not available."
msgstr "Pfad nicht verfügbar."
-#: ../../include/attach.php:590
+#: ../../include/attach.php:589
msgid "Empty pathname"
msgstr "Leere Pfadangabe"
-#: ../../include/attach.php:606
+#: ../../include/attach.php:605
msgid "duplicate filename or path"
msgstr "doppelter Dateiname oder Pfad"
-#: ../../include/attach.php:630
+#: ../../include/attach.php:629
msgid "Path not found."
msgstr "Pfad nicht gefunden."
-#: ../../include/attach.php:681
+#: ../../include/attach.php:680
msgid "mkdir failed."
msgstr "mkdir fehlgeschlagen."
-#: ../../include/attach.php:685
+#: ../../include/attach.php:684
msgid "database storage failed."
msgstr "Speichern in der Datenbank fehlgeschlagen."
#: ../../include/conversation.php:120 ../../include/text.php:1743
#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72
-#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294
+#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:298
msgid "photo"
msgstr "Foto"
@@ -750,7 +326,7 @@ msgstr "Kanal"
#: ../../include/conversation.php:148 ../../include/text.php:1749
#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72
-#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294
+#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:298
msgid "status"
msgstr "Status"
@@ -760,12 +336,12 @@ msgid "comment"
msgstr "Kommentar"
#: ../../include/conversation.php:164 ../../include/diaspora.php:1953
-#: ../../mod/like.php:331
+#: ../../mod/like.php:344
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "%1$s gefällt %2$ss %3$s"
-#: ../../include/conversation.php:167 ../../mod/like.php:333
+#: ../../include/conversation.php:167 ../../mod/like.php:346
#, php-format
msgid "%1$s doesn't like %2$s's %3$s"
msgstr "%1$s gefällt %2$ss %3$s nicht"
@@ -795,961 +371,765 @@ msgid "Select"
msgstr "Auswählen"
#: ../../include/conversation.php:645 ../../include/ItemObject.php:89
-#: ../../mod/photos.php:862
msgid "Private Message"
msgstr "Private Nachricht"
#: ../../include/conversation.php:652 ../../include/ItemObject.php:194
-msgid "Message is verified"
-msgstr "Nachricht überprüft"
+msgid "Message signature validated"
+msgstr "Signatur überprüft"
-#: ../../include/conversation.php:671
+#: ../../include/conversation.php:653 ../../include/ItemObject.php:195
+msgid "Message signature incorrect"
+msgstr "Signatur nicht korrekt"
+
+#: ../../include/conversation.php:674
#, php-format
msgid "View %s's profile @ %s"
msgstr "%ss Profil auf %s ansehen"
-#: ../../include/conversation.php:685
+#: ../../include/conversation.php:689
msgid "Categories:"
msgstr "Kategorien:"
-#: ../../include/conversation.php:686
+#: ../../include/conversation.php:690
msgid "Filed under:"
msgstr "Gespeichert unter:"
-#: ../../include/conversation.php:694 ../../include/ItemObject.php:264
+#: ../../include/conversation.php:698 ../../include/ItemObject.php:265
#, php-format
msgid " from %s"
msgstr "von %s"
-#: ../../include/conversation.php:697 ../../include/ItemObject.php:267
+#: ../../include/conversation.php:701 ../../include/ItemObject.php:268
#, php-format
msgid "last edited: %s"
msgstr "zuletzt bearbeitet: %s"
-#: ../../include/conversation.php:698 ../../include/ItemObject.php:268
+#: ../../include/conversation.php:702 ../../include/ItemObject.php:269
#, php-format
msgid "Expires: %s"
msgstr "Verfällt: %s"
-#: ../../include/conversation.php:713
+#: ../../include/conversation.php:717
msgid "View in context"
msgstr "Im Zusammenhang anschauen"
-#: ../../include/conversation.php:715 ../../include/conversation.php:1149
-#: ../../include/ItemObject.php:308 ../../mod/photos.php:995
+#: ../../include/conversation.php:719 ../../include/conversation.php:1153
+#: ../../include/ItemObject.php:310 ../../mod/photos.php:970
#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115
#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152
#: ../../mod/mail.php:234 ../../mod/mail.php:349
msgid "Please wait"
msgstr "Bitte warten"
-#: ../../include/conversation.php:839
+#: ../../include/conversation.php:843
msgid "remove"
msgstr "lösche"
-#: ../../include/conversation.php:843 ../../include/nav.php:258
+#: ../../include/conversation.php:847 ../../include/nav.php:257
msgid "Loading..."
msgstr "Lädt ..."
-#: ../../include/conversation.php:844
+#: ../../include/conversation.php:848
msgid "Delete Selected Items"
msgstr "Lösche die ausgewählten Elemente"
-#: ../../include/conversation.php:938
+#: ../../include/conversation.php:942
msgid "View Source"
msgstr "Quelle anzeigen"
-#: ../../include/conversation.php:939
+#: ../../include/conversation.php:943
msgid "Follow Thread"
msgstr "Unterhaltung folgen"
-#: ../../include/conversation.php:940
+#: ../../include/conversation.php:944
msgid "View Status"
msgstr "Status ansehen"
-#: ../../include/conversation.php:941 ../../include/nav.php:98
-#: ../../mod/connedit.php:415 ../../mod/connedit.php:529
+#: ../../include/conversation.php:945 ../../include/nav.php:99
+#: ../../mod/connedit.php:421 ../../mod/connedit.php:535
msgid "View Profile"
msgstr "Profil ansehen"
-#: ../../include/conversation.php:942
+#: ../../include/conversation.php:946
msgid "View Photos"
msgstr "Fotos ansehen"
-#: ../../include/conversation.php:943
+#: ../../include/conversation.php:947
msgid "Matrix Activity"
msgstr "Matrix-Aktivität"
-#: ../../include/conversation.php:945
+#: ../../include/conversation.php:948 ../../include/identity.php:835
+#: ../../include/widgets.php:135 ../../include/widgets.php:175
+#: ../../include/Contact.php:107 ../../mod/directory.php:183
+#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51
+#: ../../mod/match.php:62
+msgid "Connect"
+msgstr "Verbinden"
+
+#: ../../include/conversation.php:949
msgid "Edit Contact"
msgstr "Kontakt bearbeiten"
-#: ../../include/conversation.php:946
+#: ../../include/conversation.php:950
msgid "Send PM"
msgstr "Sende PN"
-#: ../../include/conversation.php:1020
+#: ../../include/conversation.php:1024
#, php-format
msgid "%s likes this."
msgstr "%s gefällt das."
-#: ../../include/conversation.php:1020
+#: ../../include/conversation.php:1024
#, php-format
msgid "%s doesn't like this."
msgstr "%s gefällt das nicht."
-#: ../../include/conversation.php:1024
+#: ../../include/conversation.php:1028
#, 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:1026
+#: ../../include/conversation.php:1030
#, 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:1032
+#: ../../include/conversation.php:1036
msgid "and"
msgstr "und"
-#: ../../include/conversation.php:1035
+#: ../../include/conversation.php:1039
#, php-format
msgid ", and %d other people"
msgid_plural ", and %d other people"
msgstr[0] ""
msgstr[1] ", und %d andere"
-#: ../../include/conversation.php:1036
+#: ../../include/conversation.php:1040
#, php-format
msgid "%s like this."
msgstr "%s gefällt das."
-#: ../../include/conversation.php:1036
+#: ../../include/conversation.php:1040
#, php-format
msgid "%s don't like this."
msgstr "%s gefällt das nicht."
-#: ../../include/conversation.php:1093
+#: ../../include/conversation.php:1097
msgid "Visible to <strong>everybody</strong>"
msgstr "Sichtbar für <strong>jeden</strong>"
-#: ../../include/conversation.php:1094 ../../mod/mail.php:170
+#: ../../include/conversation.php:1098 ../../mod/mail.php:170
#: ../../mod/mail.php:282
msgid "Please enter a link URL:"
msgstr "Gib eine URL ein:"
-#: ../../include/conversation.php:1095
+#: ../../include/conversation.php:1099
msgid "Please enter a video link/URL:"
msgstr "Gib einen Video-Link/URL ein:"
-#: ../../include/conversation.php:1096
+#: ../../include/conversation.php:1100
msgid "Please enter an audio link/URL:"
msgstr "Gib einen Audio-Link/URL ein:"
-#: ../../include/conversation.php:1097
+#: ../../include/conversation.php:1101
msgid "Tag term:"
msgstr "Schlagwort:"
-#: ../../include/conversation.php:1098 ../../mod/filer.php:49
+#: ../../include/conversation.php:1102 ../../mod/filer.php:49
msgid "Save to Folder:"
msgstr "Speichern in Ordner:"
-#: ../../include/conversation.php:1099
+#: ../../include/conversation.php:1103
msgid "Where are you right now?"
msgstr "Wo bist Du jetzt grade?"
-#: ../../include/conversation.php:1100 ../../mod/editpost.php:52
+#: ../../include/conversation.php:1104 ../../mod/editpost.php:52
#: ../../mod/mail.php:171 ../../mod/mail.php:283
msgid "Expires YYYY-MM-DD HH:MM"
msgstr "Verfällt YYYY-MM-DD HH;MM"
-#: ../../include/conversation.php:1124 ../../mod/photos.php:994
+#: ../../include/conversation.php:1114 ../../include/page_widgets.php:40
+#: ../../include/ItemObject.php:608 ../../mod/photos.php:990
+#: ../../mod/webpages.php:135 ../../mod/editblock.php:141
+#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
+#: ../../mod/editwebpage.php:174
+msgid "Preview"
+msgstr "Vorschau"
+
+#: ../../include/conversation.php:1128 ../../mod/photos.php:969
#: ../../mod/editblock.php:168 ../../mod/editlayout.php:161
#: ../../mod/editwebpage.php:201 ../../mod/layouts.php:122
msgid "Share"
msgstr "Teilen"
-#: ../../include/conversation.php:1126 ../../mod/editwebpage.php:139
+#: ../../include/conversation.php:1130 ../../mod/editwebpage.php:139
msgid "Page link title"
msgstr "Seitentitel-Link"
-#: ../../include/conversation.php:1129
+#: ../../include/conversation.php:1133
msgid "Post as"
msgstr "Posten als"
-#: ../../include/conversation.php:1130 ../../mod/editblock.php:112
+#: ../../include/conversation.php:1134 ../../mod/editblock.php:112
#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113
#: ../../mod/editwebpage.php:144 ../../mod/mail.php:231 ../../mod/mail.php:345
msgid "Upload photo"
msgstr "Foto hochladen"
-#: ../../include/conversation.php:1131
+#: ../../include/conversation.php:1135
msgid "upload photo"
msgstr "Foto hochladen"
-#: ../../include/conversation.php:1132 ../../mod/editblock.php:113
+#: ../../include/conversation.php:1136 ../../mod/editblock.php:113
#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114
#: ../../mod/editwebpage.php:145 ../../mod/mail.php:232 ../../mod/mail.php:346
msgid "Attach file"
msgstr "Datei anhängen"
-#: ../../include/conversation.php:1133
+#: ../../include/conversation.php:1137
msgid "attach file"
msgstr "Datei anfügen"
-#: ../../include/conversation.php:1134 ../../mod/editblock.php:114
+#: ../../include/conversation.php:1138 ../../mod/editblock.php:114
#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115
#: ../../mod/editwebpage.php:146 ../../mod/mail.php:233 ../../mod/mail.php:347
msgid "Insert web link"
msgstr "Link einfügen"
-#: ../../include/conversation.php:1135
+#: ../../include/conversation.php:1139
msgid "web link"
msgstr "Web-Link"
-#: ../../include/conversation.php:1136
+#: ../../include/conversation.php:1140
msgid "Insert video link"
msgstr "Video-Link einfügen"
-#: ../../include/conversation.php:1137
+#: ../../include/conversation.php:1141
msgid "video link"
msgstr "Video-Link"
-#: ../../include/conversation.php:1138
+#: ../../include/conversation.php:1142
msgid "Insert audio link"
msgstr "Audio-Link einfügen"
-#: ../../include/conversation.php:1139
+#: ../../include/conversation.php:1143
msgid "audio link"
msgstr "Audio-Link"
-#: ../../include/conversation.php:1140 ../../mod/editblock.php:118
+#: ../../include/conversation.php:1144 ../../mod/editblock.php:118
#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119
#: ../../mod/editwebpage.php:150
msgid "Set your location"
msgstr "Standort"
-#: ../../include/conversation.php:1141
+#: ../../include/conversation.php:1145
msgid "set location"
msgstr "Standort"
-#: ../../include/conversation.php:1142 ../../mod/editblock.php:119
+#: ../../include/conversation.php:1146 ../../mod/editblock.php:119
#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120
#: ../../mod/editwebpage.php:151
msgid "Clear browser location"
msgstr "Browser-Standort löschen"
-#: ../../include/conversation.php:1143
+#: ../../include/conversation.php:1147
msgid "clear location"
msgstr "Standort löschen"
-#: ../../include/conversation.php:1145 ../../mod/editblock.php:132
+#: ../../include/conversation.php:1149 ../../mod/editblock.php:132
#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132
#: ../../mod/editwebpage.php:167
msgid "Set title"
msgstr "Titel"
-#: ../../include/conversation.php:1148 ../../mod/editblock.php:135
-#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134
-#: ../../mod/editwebpage.php:169 ../../mod/events.php:560
+#: ../../include/conversation.php:1152 ../../mod/events.php:563
+#: ../../mod/editblock.php:135 ../../mod/editlayout.php:129
+#: ../../mod/editpost.php:134 ../../mod/editwebpage.php:169
msgid "Categories (comma-separated list)"
msgstr "Kategorien (Kommagetrennte Liste)"
-#: ../../include/conversation.php:1150 ../../mod/editblock.php:121
+#: ../../include/conversation.php:1154 ../../mod/editblock.php:121
#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
#: ../../mod/editwebpage.php:153
msgid "Permission settings"
msgstr "Berechtigungs-Einstellungen"
-#: ../../include/conversation.php:1151
+#: ../../include/conversation.php:1155
msgid "permissions"
msgstr "Berechtigungen"
-#: ../../include/conversation.php:1158 ../../mod/editblock.php:129
+#: ../../include/conversation.php:1162 ../../mod/editblock.php:129
#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
#: ../../mod/editwebpage.php:162
msgid "Public post"
msgstr "Öffentlicher Beitrag"
-#: ../../include/conversation.php:1160 ../../mod/editblock.php:136
+#: ../../include/conversation.php:1164 ../../mod/editblock.php:136
#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135
#: ../../mod/editwebpage.php:170
msgid "Example: bob@example.com, mary@example.com"
msgstr "Beispiel: bob@example.com, mary@example.com"
-#: ../../include/conversation.php:1173 ../../mod/editblock.php:146
+#: ../../include/conversation.php:1177 ../../mod/editblock.php:146
#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146
#: ../../mod/editwebpage.php:179 ../../mod/mail.php:238 ../../mod/mail.php:352
msgid "Set expiration date"
msgstr "Verfallsdatum"
-#: ../../include/conversation.php:1175 ../../include/ItemObject.php:609
+#: ../../include/conversation.php:1179 ../../include/ItemObject.php:611
#: ../../mod/editpost.php:148 ../../mod/mail.php:240 ../../mod/mail.php:354
msgid "Encrypt text"
msgstr "Text verschlüsseln"
-#: ../../include/conversation.php:1177 ../../mod/editpost.php:150
-#: ../../mod/events.php:567
+#: ../../include/conversation.php:1181 ../../mod/events.php:569
+#: ../../mod/editpost.php:150
msgid "OK"
msgstr "Ok"
-#: ../../include/conversation.php:1178 ../../mod/settings.php:520
-#: ../../mod/settings.php:546 ../../mod/editpost.php:151
-#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
-#: ../../mod/events.php:566 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../include/conversation.php:1182 ../../mod/settings.php:519
+#: ../../mod/settings.php:545 ../../mod/events.php:568
+#: ../../mod/editpost.php:151 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134
msgid "Cancel"
msgstr "Abbrechen"
-#: ../../include/conversation.php:1422
+#: ../../include/conversation.php:1426
msgid "Discover"
msgstr "Entdecken"
-#: ../../include/conversation.php:1425
+#: ../../include/conversation.php:1429
msgid "Imported public streams"
msgstr "Importierte öffentliche Beiträge"
-#: ../../include/conversation.php:1430
+#: ../../include/conversation.php:1434
msgid "Commented Order"
msgstr "Neueste Kommentare"
-#: ../../include/conversation.php:1433
+#: ../../include/conversation.php:1437
msgid "Sort by Comment Date"
msgstr "Nach Kommentardatum sortiert"
-#: ../../include/conversation.php:1437
+#: ../../include/conversation.php:1441
msgid "Posted Order"
msgstr "Neueste Beiträge"
-#: ../../include/conversation.php:1440
+#: ../../include/conversation.php:1444
msgid "Sort by Post Date"
msgstr "Nach Beitragsdatum sortiert"
-#: ../../include/conversation.php:1448
+#: ../../include/conversation.php:1449 ../../include/widgets.php:89
+msgid "Personal"
+msgstr "Persönlich"
+
+#: ../../include/conversation.php:1452
msgid "Posts that mention or involve you"
msgstr "Beiträge mit Beteiligung Deinerseits"
-#: ../../include/conversation.php:1454 ../../mod/connections.php:211
+#: ../../include/conversation.php:1458 ../../mod/connections.php:211
#: ../../mod/connections.php:224 ../../mod/menu.php:61
msgid "New"
msgstr "Neu"
-#: ../../include/conversation.php:1457
+#: ../../include/conversation.php:1461
msgid "Activity Stream - by date"
msgstr "Activity Stream – nach Datum sortiert"
-#: ../../include/conversation.php:1463
+#: ../../include/conversation.php:1467
msgid "Starred"
msgstr "Markiert"
-#: ../../include/conversation.php:1466
+#: ../../include/conversation.php:1470
msgid "Favourite Posts"
msgstr "Markierte Beiträge"
-#: ../../include/conversation.php:1473
+#: ../../include/conversation.php:1477
msgid "Spam"
msgstr "Spam"
-#: ../../include/conversation.php:1476
+#: ../../include/conversation.php:1480
msgid "Posts flagged as SPAM"
msgstr "Nachrichten, die als SPAM markiert wurden"
-#: ../../include/conversation.php:1512 ../../mod/admin.php:867
+#: ../../include/conversation.php:1516 ../../mod/admin.php:867
msgid "Channel"
msgstr "Kanal"
-#: ../../include/conversation.php:1515
+#: ../../include/conversation.php:1519
msgid "Status Messages and Posts"
msgstr "Statusnachrichten und Beiträge"
-#: ../../include/conversation.php:1524
+#: ../../include/conversation.php:1528
msgid "About"
msgstr "Über"
-#: ../../include/conversation.php:1527
+#: ../../include/conversation.php:1531
msgid "Profile Details"
msgstr "Profil-Details"
-#: ../../include/conversation.php:1545
+#: ../../include/conversation.php:1540 ../../include/photos.php:340
+msgid "Photo Albums"
+msgstr "Fotoalben"
+
+#: ../../include/conversation.php:1549
msgid "Files and Storage"
msgstr "Dateien und Speicher"
-#: ../../include/conversation.php:1554 ../../include/conversation.php:1557
+#: ../../include/conversation.php:1559 ../../include/conversation.php:1562
msgid "Chatrooms"
msgstr "Chaträume"
-#: ../../include/conversation.php:1569
+#: ../../include/conversation.php:1575
msgid "Saved Bookmarks"
msgstr "Gespeicherte Lesezeichen"
-#: ../../include/conversation.php:1580
+#: ../../include/conversation.php:1586
msgid "Manage Webpages"
msgstr "Webseiten verwalten"
-#: ../../include/auth.php:116
-msgid "Logged out."
-msgstr "Ausgeloggt."
-
-#: ../../include/auth.php:257
-msgid "Failed authentication"
-msgstr "Authentifizierung fehlgeschlagen"
-
-#: ../../include/auth.php:271 ../../mod/openid.php:190
-msgid "Login failed."
-msgstr "Login fehlgeschlagen."
+#: ../../include/notify.php:23
+msgid "created a new post"
+msgstr "Neuer Beitrag wurde erzeugt"
-#: ../../include/text.php:321
-msgid "prev"
-msgstr "vorherige"
+#: ../../include/notify.php:24
+#, php-format
+msgid "commented on %s's post"
+msgstr "hat %s's Beitrag kommentiert"
-#: ../../include/text.php:323
-msgid "first"
-msgstr "erste"
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Neue Seite"
-#: ../../include/text.php:352
-msgid "last"
-msgstr "letzte"
+#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102
+#: ../../mod/webpages.php:134 ../../mod/layouts.php:125
+msgid "View"
+msgstr "Ansicht"
-#: ../../include/text.php:355
-msgid "next"
-msgstr "nächste"
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:136
+msgid "Actions"
+msgstr "Aktionen"
-#: ../../include/text.php:367
-msgid "older"
-msgstr "älter"
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:137
+msgid "Page Link"
+msgstr "Seiten-Link"
-#: ../../include/text.php:369
-msgid "newer"
-msgstr "neuer"
+#: ../../include/page_widgets.php:43 ../../mod/webpages.php:138
+msgid "Title"
+msgstr "Titel"
-#: ../../include/text.php:736
-msgid "No connections"
-msgstr "Keine Verbindungen"
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:139
+msgid "Created"
+msgstr "Erstellt"
-#: ../../include/text.php:749
-#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] "%d Verbindung"
-msgstr[1] "%d Verbindungen"
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:140
+msgid "Edited"
+msgstr "Geändert"
-#: ../../include/text.php:762
-msgid "View Connections"
-msgstr "Verbindungen anzeigen"
+#: ../../include/security.php:320
+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/text.php:901
-msgid "poke"
-msgstr "anstupsen"
+#: ../../include/event.php:11 ../../include/bb2diaspora.php:463
+msgid "l F d, Y \\@ g:i A"
+msgstr "l, d. F Y\\\\, H:i"
-#: ../../include/text.php:902
-msgid "ping"
-msgstr "anpingen"
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:469
+msgid "Starts:"
+msgstr "Beginnt:"
-#: ../../include/text.php:902
-msgid "pinged"
-msgstr "pingte"
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:477
+msgid "Finishes:"
+msgstr "Endet:"
-#: ../../include/text.php:903
-msgid "prod"
-msgstr "knuffen"
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:485
+#: ../../include/identity.php:886 ../../mod/events.php:579
+#: ../../mod/directory.php:156 ../../mod/dirprofile.php:105
+msgid "Location:"
+msgstr "Ort:"
-#: ../../include/text.php:903
-msgid "prodded"
-msgstr "knuffte"
+#: ../../include/event.php:326
+msgid "This event has been added to your calendar."
+msgstr "Dieses Ereignis wurde zu Deinem Kalender hinzugefügt"
-#: ../../include/text.php:904
-msgid "slap"
-msgstr "ohrfeigen"
+#: ../../include/oembed.php:171
+msgid "Embedded content"
+msgstr "Eingebetteter Inhalt"
-#: ../../include/text.php:904
-msgid "slapped"
-msgstr "ohrfeigte"
+#: ../../include/oembed.php:180
+msgid "Embedding disabled"
+msgstr "Einbetten ausgeschaltet"
-#: ../../include/text.php:905
-msgid "finger"
-msgstr "befummeln"
+#: ../../include/permissions.php:13
+msgid "Can view my normal stream and posts"
+msgstr "Kann meine normalen Beiträge sehen"
-#: ../../include/text.php:905
-msgid "fingered"
-msgstr "befummelte"
+#: ../../include/permissions.php:14
+msgid "Can view my default channel profile"
+msgstr "Kann mein Standardprofil sehen"
-#: ../../include/text.php:906
-msgid "rebuff"
-msgstr "eine Abfuhr erteilen"
+#: ../../include/permissions.php:15
+msgid "Can view my photo albums"
+msgstr "Kann meine Fotoalben betrachten"
-#: ../../include/text.php:906
-msgid "rebuffed"
-msgstr "zurückgewiesen"
+#: ../../include/permissions.php:16
+msgid "Can view my connections"
+msgstr "Kann meine Verbindungen sehen"
-#: ../../include/text.php:915
-msgid "happy"
-msgstr "glücklich"
+#: ../../include/permissions.php:17
+msgid "Can view my file storage"
+msgstr "Kann meine Dateiordner lesen"
-#: ../../include/text.php:916
-msgid "sad"
-msgstr "traurig"
+#: ../../include/permissions.php:18
+msgid "Can view my webpages"
+msgstr "Kann meine Webseiten sehen"
-#: ../../include/text.php:917
-msgid "mellow"
-msgstr "sanft"
+#: ../../include/permissions.php:21
+msgid "Can send me their channel stream and posts"
+msgstr "Kann mir die Beiträge aus seinem/ihrem Kanal schicken"
-#: ../../include/text.php:918
-msgid "tired"
-msgstr "müde"
+#: ../../include/permissions.php:22
+msgid "Can post on my channel page (\"wall\")"
+msgstr "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen"
-#: ../../include/text.php:919
-msgid "perky"
-msgstr "frech"
+#: ../../include/permissions.php:23
+msgid "Can comment on or like my posts"
+msgstr "Darf meine Beiträge kommentieren und mögen/nicht mögen"
-#: ../../include/text.php:920
-msgid "angry"
-msgstr "sauer"
+#: ../../include/permissions.php:24
+msgid "Can send me private mail messages"
+msgstr "Kann mir private Nachrichten schicken"
-#: ../../include/text.php:921
-msgid "stupified"
-msgstr "verblüfft"
+#: ../../include/permissions.php:25
+msgid "Can post photos to my photo albums"
+msgstr "Kann Fotos in meinen Fotoalben veröffentlichen"
-#: ../../include/text.php:922
-msgid "puzzled"
-msgstr "verwirrt"
+#: ../../include/permissions.php:26
+msgid "Can like/dislike stuff"
+msgstr "Kann andere Elemente mögen/nicht mögen"
-#: ../../include/text.php:923
-msgid "interested"
-msgstr "interessiert"
+#: ../../include/permissions.php:26
+msgid "Profiles and things other than posts/comments"
+msgstr "Profile und alles außer Beiträge und Kommentare"
-#: ../../include/text.php:924
-msgid "bitter"
-msgstr "verbittert"
+#: ../../include/permissions.php:28
+msgid "Can forward to all my channel contacts via post @mentions"
+msgstr "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten"
-#: ../../include/text.php:925
-msgid "cheerful"
-msgstr "fröhlich"
+#: ../../include/permissions.php:28
+msgid "Advanced - useful for creating group forum channels"
+msgstr "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen"
-#: ../../include/text.php:926
-msgid "alive"
-msgstr "lebendig"
+#: ../../include/permissions.php:29
+msgid "Can chat with me (when available)"
+msgstr "Kann mit mir chatten (wenn verfügbar)"
-#: ../../include/text.php:927
-msgid "annoyed"
-msgstr "verärgert"
+#: ../../include/permissions.php:30
+msgid "Can write to my file storage"
+msgstr "Kann in meine Dateiordner schreiben"
-#: ../../include/text.php:928
-msgid "anxious"
-msgstr "unruhig"
+#: ../../include/permissions.php:31
+msgid "Can edit my webpages"
+msgstr "Kann meine Webseiten bearbeiten"
-#: ../../include/text.php:929
-msgid "cranky"
-msgstr "schrullig"
+#: ../../include/permissions.php:33
+msgid "Can source my public posts in derived channels"
+msgstr "Kann meine öffentlichen Beiträge als Quellen für Kanäle verwenden"
-#: ../../include/text.php:930
-msgid "disturbed"
-msgstr "verstört"
+#: ../../include/permissions.php:33
+msgid "Somewhat advanced - very useful in open communities"
+msgstr "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften"
-#: ../../include/text.php:931
-msgid "frustrated"
-msgstr "frustriert"
+#: ../../include/permissions.php:35
+msgid "Can administer my channel resources"
+msgstr "Kann meine Kanäle administrieren"
-#: ../../include/text.php:932
-msgid "depressed"
-msgstr "deprimiert"
+#: ../../include/permissions.php:35
+msgid ""
+"Extremely advanced. Leave this alone unless you know what you are doing"
+msgstr "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weißt, was Du tust"
-#: ../../include/text.php:933
-msgid "motivated"
-msgstr "motiviert"
+#: ../../include/permissions.php:785
+msgid "Social Networking"
+msgstr "Soziales Netzwerk"
-#: ../../include/text.php:934
-msgid "relaxed"
-msgstr "entspannt"
+#: ../../include/permissions.php:786 ../../include/permissions.php:788
+#: ../../include/permissions.php:790
+msgid "Mostly Public"
+msgstr "Weitgehend öffentlich"
-#: ../../include/text.php:935
-msgid "surprised"
-msgstr "überrascht"
+#: ../../include/permissions.php:786 ../../include/permissions.php:788
+#: ../../include/permissions.php:790
+msgid "Restricted"
+msgstr "Beschränkt"
-#: ../../include/text.php:1099
-msgid "Monday"
-msgstr "Montag"
+#: ../../include/permissions.php:786 ../../include/permissions.php:788
+msgid "Private"
+msgstr "Privat"
-#: ../../include/text.php:1099
-msgid "Tuesday"
-msgstr "Dienstag"
+#: ../../include/permissions.php:787
+msgid "Community Forum"
+msgstr "Forum"
-#: ../../include/text.php:1099
-msgid "Wednesday"
-msgstr "Mittwoch"
+#: ../../include/permissions.php:789
+msgid "Feed Republish"
+msgstr "Teilen von Feeds"
-#: ../../include/text.php:1099
-msgid "Thursday"
-msgstr "Donnerstag"
+#: ../../include/permissions.php:791
+msgid "Special Purpose"
+msgstr "Für besondere Zwecke"
-#: ../../include/text.php:1099
-msgid "Friday"
-msgstr "Freitag"
+#: ../../include/permissions.php:792
+msgid "Celebrity/Soapbox"
+msgstr "Mitteilungs-Kanal (keine Kommentare)"
-#: ../../include/text.php:1099
-msgid "Saturday"
-msgstr "Samstag"
+#: ../../include/permissions.php:792
+msgid "Group Repository"
+msgstr "Gruppenarchiv"
-#: ../../include/text.php:1099
-msgid "Sunday"
-msgstr "Sonntag"
+#: ../../include/permissions.php:793 ../../include/profile_selectors.php:6
+#: ../../include/profile_selectors.php:23
+#: ../../include/profile_selectors.php:61
+#: ../../include/profile_selectors.php:97
+msgid "Other"
+msgstr "Andere"
-#: ../../include/text.php:1103
-msgid "January"
-msgstr "Januar"
+#: ../../include/permissions.php:794
+msgid "Custom/Expert Mode"
+msgstr "Benutzerdefiniert/Expertenmodus"
-#: ../../include/text.php:1103
-msgid "February"
-msgstr "Februar"
+#: ../../include/activities.php:39
+msgid " and "
+msgstr "und"
-#: ../../include/text.php:1103
-msgid "March"
-msgstr "März"
+#: ../../include/activities.php:47
+msgid "public profile"
+msgstr "öffentliches Profil"
-#: ../../include/text.php:1103
-msgid "April"
-msgstr "April"
+#: ../../include/activities.php:52
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s hat %2$s auf &ldquo;%3$s&rdquo; geändert"
-#: ../../include/text.php:1103
-msgid "May"
-msgstr "Mai"
+#: ../../include/activities.php:53
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Besuche %1$s's %2$s"
-#: ../../include/text.php:1103
-msgid "June"
-msgstr "Juni"
+#: ../../include/activities.php:56
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verändert."
-#: ../../include/text.php:1103
-msgid "July"
-msgstr "Juli"
+#: ../../include/bb2diaspora.php:384
+msgid "Attachments:"
+msgstr "Anhänge:"
-#: ../../include/text.php:1103
-msgid "August"
-msgstr "August"
+#: ../../include/auth.php:116
+msgid "Logged out."
+msgstr "Ausgeloggt."
-#: ../../include/text.php:1103
-msgid "September"
-msgstr "September"
+#: ../../include/auth.php:257
+msgid "Failed authentication"
+msgstr "Authentifizierung fehlgeschlagen"
-#: ../../include/text.php:1103
-msgid "October"
-msgstr "Oktober"
+#: ../../include/auth.php:271 ../../mod/openid.php:190
+msgid "Login failed."
+msgstr "Login fehlgeschlagen."
-#: ../../include/text.php:1103
-msgid "November"
-msgstr "November"
+#: ../../include/RedDAV/RedBrowser.php:106
+#: ../../include/RedDAV/RedBrowser.php:249
+msgid "parent"
+msgstr "Übergeordnetes Verzeichnis"
-#: ../../include/text.php:1103
-msgid "December"
-msgstr "Dezember"
+#: ../../include/RedDAV/RedBrowser.php:130
+msgid "Collection"
+msgstr "Ordner"
-#: ../../include/text.php:1181
-msgid "unknown.???"
-msgstr "unbekannt.???"
+#: ../../include/RedDAV/RedBrowser.php:133
+msgid "Principal"
+msgstr "Prinzipal"
-#: ../../include/text.php:1182
-msgid "bytes"
-msgstr "Bytes"
+#: ../../include/RedDAV/RedBrowser.php:136
+msgid "Addressbook"
+msgstr "Adressbuch"
-#: ../../include/text.php:1221
-msgid "remove category"
-msgstr "Kategorie entfernen"
+#: ../../include/RedDAV/RedBrowser.php:139
+msgid "Calendar"
+msgstr "Kalender"
-#: ../../include/text.php:1291
-msgid "remove from file"
-msgstr "aus der Datei entfernen"
+#: ../../include/RedDAV/RedBrowser.php:142
+msgid "Schedule Inbox"
+msgstr "Posteingang für überwachte Kalender"
-#: ../../include/text.php:1356 ../../include/text.php:1368
-msgid "Click to open/close"
-msgstr "Klicke zum Öffnen/Schließen"
+#: ../../include/RedDAV/RedBrowser.php:145
+msgid "Schedule Outbox"
+msgstr "Postausgang für überwachte Kalender"
-#: ../../include/text.php:1523 ../../mod/events.php:414
-msgid "Link to Source"
-msgstr "Link zur Quelle"
+#: ../../include/RedDAV/RedBrowser.php:223
+#, php-format
+msgid "%1$s used"
+msgstr "%1$s verwendet"
-#: ../../include/text.php:1542
-msgid "Select a page layout: "
-msgstr "Ein Seiten-Layout auswählen:"
+#: ../../include/RedDAV/RedBrowser.php:228
+#, php-format
+msgid "%1$s used of %2$s (%3$s&#37;)"
+msgstr "%1$s von %2$s verwendet (%3$s&#37;)"
-#: ../../include/text.php:1545 ../../include/text.php:1610
-msgid "default"
-msgstr "Standard"
+#: ../../include/RedDAV/RedBrowser.php:245 ../../mod/settings.php:520
+#: ../../mod/settings.php:546 ../../mod/admin.php:868
+msgid "Name"
+msgstr "Name"
-#: ../../include/text.php:1581
-msgid "Page content type: "
-msgstr "Content-Typ der Seite:"
+#: ../../include/RedDAV/RedBrowser.php:246
+msgid "Type"
+msgstr "Typ"
-#: ../../include/text.php:1622
-msgid "Select an alternate language"
-msgstr "Wähle eine alternative Sprache"
+#: ../../include/RedDAV/RedBrowser.php:247
+msgid "Size"
+msgstr "Größe"
-#: ../../include/text.php:1756
-msgid "activity"
-msgstr "Aktivität"
+#: ../../include/RedDAV/RedBrowser.php:248
+msgid "Last Modified"
+msgstr "Zuletzt geändert"
-#: ../../include/text.php:2028
-msgid "Design"
-msgstr "Design"
+#: ../../include/RedDAV/RedBrowser.php:252
+msgid "Total"
+msgstr "Summe"
-#: ../../include/text.php:2030
-msgid "Blocks"
-msgstr "Blöcke"
+#: ../../include/RedDAV/RedBrowser.php:305
+msgid "Create new folder"
+msgstr "Neuen Ordner anlegen"
-#: ../../include/text.php:2031
-msgid "Menus"
-msgstr "Menüs"
+#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/mitem.php:142
+#: ../../mod/menu.php:84 ../../mod/new_channel.php:122
+msgid "Create"
+msgstr "Erstelle"
-#: ../../include/text.php:2032
-msgid "Layouts"
-msgstr "Layouts"
+#: ../../include/RedDAV/RedBrowser.php:307
+msgid "Upload file"
+msgstr "Datei hochladen"
-#: ../../include/text.php:2033
-msgid "Pages"
-msgstr "Seiten"
+#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/photos.php:728
+#: ../../mod/photos.php:1237 ../../mod/profile_photo.php:361
+msgid "Upload"
+msgstr "Hochladen"
#: ../../include/bookmarks.php:35
#, php-format
msgid "%1$s's bookmarks"
msgstr "%1$ss Lesezeichen"
-#: ../../include/taxonomy.php:210
-msgid "Tags"
-msgstr "Schlagwörter"
-
-#: ../../include/taxonomy.php:227
-msgid "Keywords"
-msgstr "Schlüsselwörter"
-
-#: ../../include/taxonomy.php:252
-msgid "have"
-msgstr "habe"
-
-#: ../../include/taxonomy.php:252
-msgid "has"
-msgstr "hat"
-
-#: ../../include/taxonomy.php:253
-msgid "want"
-msgstr "will"
-
-#: ../../include/taxonomy.php:253
-msgid "wants"
-msgstr "will"
-
-#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:220
-msgid "like"
-msgstr "mag"
-
-#: ../../include/taxonomy.php:254
-msgid "likes"
-msgstr "gefällt"
-
-#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:221
-msgid "dislike"
-msgstr "verurteile"
-
-#: ../../include/taxonomy.php:255
-msgid "dislikes"
-msgstr "missfällt"
-
-#: ../../include/taxonomy.php:338 ../../include/identity.php:1137
-#: ../../include/ItemObject.php:146
-msgctxt "noun"
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Gefällt mir"
-msgstr[1] "Gefällt mir"
-
#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185
msgid "Default"
msgstr "Standard"
-#: ../../include/nav.php:94 ../../include/nav.php:126 ../../boot.php:1494
-msgid "Logout"
-msgstr "Abmelden"
-
-#: ../../include/nav.php:94 ../../include/nav.php:126
-msgid "End this session"
-msgstr "Beende diese Sitzung"
-
-#: ../../include/nav.php:97 ../../include/nav.php:160
-msgid "Home"
-msgstr "Home"
-
-#: ../../include/nav.php:97
-msgid "Your posts and conversations"
-msgstr "Deine Beiträge und Unterhaltungen"
-
-#: ../../include/nav.php:98
-msgid "Your profile page"
-msgstr "Deine Profilseite"
-
-#: ../../include/nav.php:100
-msgid "Edit Profiles"
-msgstr "Profile bearbeiten"
-
-#: ../../include/nav.php:100
-msgid "Manage/Edit profiles"
-msgstr "Profile verwalten"
-
-#: ../../include/nav.php:102 ../../include/identity.php:855
-msgid "Edit Profile"
-msgstr "Profile bearbeiten"
-
-#: ../../include/nav.php:102
-msgid "Edit your profile"
-msgstr "Profil bearbeiten"
-
-#: ../../include/nav.php:104
-msgid "Your photos"
-msgstr "Deine Bilder"
-
-#: ../../include/nav.php:105
-msgid "Your files"
-msgstr "Deine Dateien"
-
-#: ../../include/nav.php:110
-msgid "Your chatrooms"
-msgstr "Deine Chaträume"
-
-#: ../../include/nav.php:116
-msgid "Your bookmarks"
-msgstr "Deine Lesezeichen"
-
-#: ../../include/nav.php:120
-msgid "Your webpages"
-msgstr "Deine Webseiten"
-
-#: ../../include/nav.php:124
-msgid "Sign in"
-msgstr "Anmelden"
-
-#: ../../include/nav.php:141
-#, php-format
-msgid "%s - click to logout"
-msgstr "%s - Klick zum Abmelden"
-
-#: ../../include/nav.php:146
-msgid "Click to authenticate to your home hub"
-msgstr "Klicke, um Dich über Deinen Heimat-Server zu authentifizieren"
-
-#: ../../include/nav.php:160
-msgid "Home Page"
-msgstr "Homepage"
-
-#: ../../include/nav.php:164 ../../mod/register.php:220 ../../boot.php:1471
-msgid "Register"
-msgstr "Registrieren"
-
-#: ../../include/nav.php:164
-msgid "Create an account"
-msgstr "Erzeuge ein Konto"
-
-#: ../../include/nav.php:169
-msgid "Help and documentation"
-msgstr "Hilfe und Dokumentation"
-
-#: ../../include/nav.php:172
-msgid "Applications, utilities, links, games"
-msgstr "Applikationen, Zubehör, Links, Spiele"
-
-#: ../../include/nav.php:174
-msgid "Search site content"
-msgstr "Durchsuche Seiten-Inhalt"
-
-#: ../../include/nav.php:177
-msgid "Channel Locator"
-msgstr "Kanal-Anzeiger"
-
-#: ../../include/nav.php:191
-msgid "Your matrix"
-msgstr "Deine Matrix"
-
-#: ../../include/nav.php:192
-msgid "Mark all matrix notifications seen"
-msgstr "Markiere alle Matrix-Benachrichtigungen als angesehen"
-
-#: ../../include/nav.php:194
-msgid "Channel home"
-msgstr "Mein Kanal"
-
-#: ../../include/nav.php:195
-msgid "Mark all channel notifications seen"
-msgstr "Markiere alle Kanal-Benachrichtigungen als angesehen"
-
-#: ../../include/nav.php:198 ../../mod/connections.php:406
-msgid "Connections"
-msgstr "Verbindungen"
-
-#: ../../include/nav.php:201
-msgid "Notices"
-msgstr "Benachrichtigungen"
-
-#: ../../include/nav.php:201
-msgid "Notifications"
-msgstr "Benachrichtigungen"
-
-#: ../../include/nav.php:202
-msgid "See all notifications"
-msgstr "Alle Benachrichtigungen ansehen"
-
-#: ../../include/nav.php:203 ../../mod/notifications.php:99
-msgid "Mark all system notifications seen"
-msgstr "Markiere alle System-Benachrichtigungen als gesehen"
-
-#: ../../include/nav.php:205
-msgid "Private mail"
-msgstr "Persönliche Mail"
-
-#: ../../include/nav.php:206
-msgid "See all private messages"
-msgstr "Alle persönlichen Nachrichten ansehen"
-
-#: ../../include/nav.php:207
-msgid "Mark all private messages seen"
-msgstr "Markiere alle persönlichen Nachrichten als gesehen"
-
-#: ../../include/nav.php:208
-msgid "Inbox"
-msgstr "Eingang"
-
-#: ../../include/nav.php:209
-msgid "Outbox"
-msgstr "Ausgang"
-
-#: ../../include/nav.php:213
-msgid "Event Calendar"
-msgstr "Veranstaltungskalender"
-
-#: ../../include/nav.php:214
-msgid "See all events"
-msgstr "Alle Ereignisse ansehen"
-
-#: ../../include/nav.php:215
-msgid "Mark all events seen"
-msgstr "Markiere alle Ereignisse als gesehen"
-
-#: ../../include/nav.php:217
-msgid "Manage Your Channels"
-msgstr "Verwalte Deine Kanäle"
-
-#: ../../include/nav.php:219
-msgid "Account/Channel Settings"
-msgstr "Konto-/Kanal-Einstellungen"
-
-#: ../../include/nav.php:227 ../../mod/admin.php:123
-msgid "Admin"
-msgstr "Admin"
-
-#: ../../include/nav.php:227
-msgid "Site Setup and Configuration"
-msgstr "Seiten-Einrichtung und -Konfiguration"
-
-#: ../../include/nav.php:263
-msgid "Please wait..."
-msgstr "Bitte warten..."
-
#: ../../include/contact_selectors.php:56
msgid "Frequently"
msgstr "Häufig"
@@ -1787,7 +1167,7 @@ msgid "RSS/Atom"
msgstr "RSS/Atom"
#: ../../include/contact_selectors.php:79 ../../mod/admin.php:728
-#: ../../mod/admin.php:737 ../../boot.php:1497
+#: ../../mod/admin.php:737 ../../boot.php:1498
msgid "Email"
msgstr "E-Mail"
@@ -1867,6 +1247,20 @@ msgstr "Beispiel: name=fred and country=deutschland"
msgid "Advanced Find"
msgstr "Erweiterte Suche"
+#: ../../include/contact_widgets.php:58 ../../include/features.php:72
+#: ../../include/widgets.php:303
+msgid "Saved Folders"
+msgstr "Gespeicherte Ordner"
+
+#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96
+#: ../../include/widgets.php:306
+msgid "Everything"
+msgstr "Alles"
+
+#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29
+msgid "Categories"
+msgstr "Kategorien"
+
#: ../../include/contact_widgets.php:126
#, php-format
msgid "%d connection in common"
@@ -1878,28 +1272,6 @@ msgstr[1] "%d gemeinsame Verbindungen"
msgid "show more"
msgstr "mehr zeigen"
-#: ../../include/event.php:11 ../../include/bb2diaspora.php:439
-msgid "l F d, Y \\@ g:i A"
-msgstr "l, d. F Y\\\\, H:i"
-
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:445
-msgid "Starts:"
-msgstr "Beginnt:"
-
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:453
-msgid "Finishes:"
-msgstr "Endet:"
-
-#: ../../include/event.php:40 ../../include/bb2diaspora.php:461
-#: ../../include/identity.php:882 ../../mod/directory.php:156
-#: ../../mod/dirprofile.php:105 ../../mod/events.php:579
-msgid "Location:"
-msgstr "Ort:"
-
-#: ../../include/event.php:326
-msgid "This event has been added to your calendar."
-msgstr "Dieses Ereignis wurde zu Deinem Kalender hinzugefügt"
-
#: ../../include/account.php:23
msgid "Not a valid email address"
msgstr "Ungültige E-Mail-Adresse"
@@ -1977,88 +1349,44 @@ msgstr "Diese Aktion überschreitet die Grenzen Ihres Abonnements."
msgid "This action is not available under your subscription plan."
msgstr "Diese Aktion ist in Ihrem Abonnement nicht verfügbar."
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Verschiedenes"
-
-#: ../../include/datetime.php:152 ../../include/datetime.php:284
-msgid "year"
-msgstr "Jahr"
-
-#: ../../include/datetime.php:157 ../../include/datetime.php:285
-msgid "month"
-msgstr "Monat"
-
-#: ../../include/datetime.php:162 ../../include/datetime.php:287
-msgid "day"
-msgstr "Tag"
-
-#: ../../include/datetime.php:275
-msgid "never"
-msgstr "Nie"
-
-#: ../../include/datetime.php:281
-msgid "less than a second ago"
-msgstr "Vor weniger als einer Sekunde"
-
-#: ../../include/datetime.php:284
-msgid "years"
-msgstr "Jahre"
-
-#: ../../include/datetime.php:285
-msgid "months"
-msgstr "Monate"
-
-#: ../../include/datetime.php:286
-msgid "week"
-msgstr "Woche"
-
-#: ../../include/datetime.php:286
-msgid "weeks"
-msgstr "Wochen"
-
-#: ../../include/datetime.php:287
-msgid "days"
-msgstr "Tage"
-
-#: ../../include/datetime.php:288
-msgid "hour"
-msgstr "Stunde"
-
-#: ../../include/datetime.php:288
-msgid "hours"
-msgstr "Stunden"
-
-#: ../../include/datetime.php:289
-msgid "minute"
-msgstr "Minute"
+#: ../../include/bbcode.php:112 ../../include/bbcode.php:653
+#: ../../include/bbcode.php:656 ../../include/bbcode.php:661
+#: ../../include/bbcode.php:664 ../../include/bbcode.php:667
+#: ../../include/bbcode.php:670 ../../include/bbcode.php:675
+#: ../../include/bbcode.php:678 ../../include/bbcode.php:683
+#: ../../include/bbcode.php:686 ../../include/bbcode.php:689
+#: ../../include/bbcode.php:692
+msgid "Image/photo"
+msgstr "Bild/Foto"
-#: ../../include/datetime.php:289
-msgid "minutes"
-msgstr "Minuten"
+#: ../../include/bbcode.php:147 ../../include/bbcode.php:703
+msgid "Encrypted content"
+msgstr "Verschlüsselter Inhalt"
-#: ../../include/datetime.php:290
-msgid "second"
-msgstr "Sekunde"
+#: ../../include/bbcode.php:165
+msgid "Install design element: "
+msgstr "Design-Element installieren:"
-#: ../../include/datetime.php:290
-msgid "seconds"
-msgstr "Sekunden"
+#: ../../include/bbcode.php:171
+msgid "QR code"
+msgstr "QR-Code"
-#: ../../include/datetime.php:299
+#: ../../include/bbcode.php:220
#, php-format
-msgid "%1$d %2$s ago"
-msgstr "vor %1$d %2$s"
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s schrieb den folgenden %2$s %3$s"
-#: ../../include/datetime.php:504
-#, php-format
-msgid "%1$s's birthday"
-msgstr "%1$ss Geburtstag"
+#: ../../include/bbcode.php:222
+msgid "post"
+msgstr "Beitrag"
-#: ../../include/datetime.php:505
-#, php-format
-msgid "Happy Birthday %1$s"
-msgstr "Alles Gute zum Geburtstag, %1$s"
+#: ../../include/bbcode.php:621
+msgid "$1 spoiler"
+msgstr "$1 Spoiler"
+
+#: ../../include/bbcode.php:641
+msgid "$1 wrote:"
+msgstr "$1 schrieb:"
#: ../../include/dir_fns.php:56
msgid "Sort Options"
@@ -2088,9 +1416,53 @@ msgstr "Sichere Suche ausschalten"
msgid "Safe Mode"
msgstr "Sicherer Modus"
-#: ../../include/bb2diaspora.php:360
-msgid "Attachments:"
-msgstr "Anhänge:"
+#: ../../include/taxonomy.php:210
+msgid "Tags"
+msgstr "Schlagwörter"
+
+#: ../../include/taxonomy.php:227
+msgid "Keywords"
+msgstr "Schlüsselwörter"
+
+#: ../../include/taxonomy.php:252
+msgid "have"
+msgstr "habe"
+
+#: ../../include/taxonomy.php:252
+msgid "has"
+msgstr "hat"
+
+#: ../../include/taxonomy.php:253
+msgid "want"
+msgstr "will"
+
+#: ../../include/taxonomy.php:253
+msgid "wants"
+msgstr "will"
+
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:221
+msgid "like"
+msgstr "mag"
+
+#: ../../include/taxonomy.php:254
+msgid "likes"
+msgstr "gefällt"
+
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:222
+msgid "dislike"
+msgstr "verurteile"
+
+#: ../../include/taxonomy.php:255
+msgid "dislikes"
+msgstr "missfällt"
+
+#: ../../include/taxonomy.php:338 ../../include/identity.php:1141
+#: ../../include/ItemObject.php:146 ../../mod/photos.php:1019
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Gefällt mir"
+msgstr[1] "Gefällt mir"
#: ../../include/enotify.php:41
msgid "Red Matrix Notification"
@@ -2117,7 +1489,7 @@ msgstr "%s <!item_type!>"
#: ../../include/enotify.php:85
#, php-format
msgid "[Red:Notify] New mail received at %s"
-msgstr "[Red Notify] Neue Mail auf %s empfangen"
+msgstr "[Red:Benachrichtigung] Neue Mail auf %s empfangen"
#: ../../include/enotify.php:87
#, php-format
@@ -2203,7 +1575,7 @@ msgstr "%1$s, %2$s [zrl=%3$s]hat Dich erwähnt[/zrl]."
#: ../../include/enotify.php:225
#, php-format
msgid "[Red:Notify] %1$s poked you"
-msgstr "[Red Notify] %1$s hat Dich angestupst"
+msgstr "[Red:Benachrichtigung] %1$s hat Dich angestupst"
#: ../../include/enotify.php:226
#, php-format
@@ -2232,7 +1604,7 @@ msgstr "%1$s, %2$s hat [zrl=%3$s]Deinen Beitrag[/zrl] verschlagwortet"
#: ../../include/enotify.php:257
msgid "[Red:Notify] Introduction received"
-msgstr "[Red:Notify] Vorstellung erhalten"
+msgstr "[Red:Benachrichtigung] Vorstellung erhalten"
#: ../../include/enotify.php:258
#, php-format
@@ -2308,6 +1680,392 @@ msgstr "Chatraum konnte nicht gefunden werden."
msgid "Room is full"
msgstr "Der Raum ist voll"
+#: ../../include/items.php:377 ../../mod/profperm.php:23
+#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:246
+#: ../../index.php:400
+msgid "Permission denied"
+msgstr "Keine Berechtigung"
+
+#: ../../include/items.php:964 ../../include/items.php:1009
+msgid "(Unknown)"
+msgstr "(Unbekannt)"
+
+#: ../../include/items.php:1165
+msgid "Visible to anybody on the internet."
+msgstr "Für jeden im Internet sichtbar."
+
+#: ../../include/items.php:1167
+msgid "Visible to you only."
+msgstr "Nur für Dich sichtbar."
+
+#: ../../include/items.php:1169
+msgid "Visible to anybody in this network."
+msgstr "Für jedes Mitglied der RedMatrix sichtbar."
+
+#: ../../include/items.php:1171
+msgid "Visible to anybody authenticated."
+msgstr "Für jeden sichtbar, der angemeldet ist."
+
+#: ../../include/items.php:1173
+#, php-format
+msgid "Visible to anybody on %s."
+msgstr "Für jeden auf %s sichtbar."
+
+#: ../../include/items.php:1175
+msgid "Visible to all connections."
+msgstr "Für alle Verbindungen sichtbar."
+
+#: ../../include/items.php:1177
+msgid "Visible to approved connections."
+msgstr "Nur für akzeptierte Verbindungen sichtbar."
+
+#: ../../include/items.php:1179
+msgid "Visible to specific connections."
+msgstr "Sichtbar für bestimmte Verbindungen."
+
+#: ../../include/items.php:3938 ../../mod/display.php:32
+#: ../../mod/filestorage.php:26 ../../mod/admin.php:168
+#: ../../mod/admin.php:898 ../../mod/admin.php:1101 ../../mod/thing.php:76
+#: ../../mod/viewsrc.php:20
+msgid "Item not found."
+msgstr "Element nicht gefunden."
+
+#: ../../include/items.php:4391 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "Sammlung nicht gefunden"
+
+#: ../../include/items.php:4406
+msgid "Collection is empty."
+msgstr "Sammlung ist leer."
+
+#: ../../include/items.php:4413
+#, php-format
+msgid "Collection: %s"
+msgstr "Sammlung: %s"
+
+#: ../../include/items.php:4424
+#, php-format
+msgid "Connection: %s"
+msgstr "Verbindung: %s"
+
+#: ../../include/items.php:4427
+msgid "Connection not found."
+msgstr "Die Verbindung wurde nicht gefunden."
+
+#: ../../include/text.php:321
+msgid "prev"
+msgstr "vorherige"
+
+#: ../../include/text.php:323
+msgid "first"
+msgstr "erste"
+
+#: ../../include/text.php:352
+msgid "last"
+msgstr "letzte"
+
+#: ../../include/text.php:355
+msgid "next"
+msgstr "nächste"
+
+#: ../../include/text.php:367
+msgid "older"
+msgstr "älter"
+
+#: ../../include/text.php:369
+msgid "newer"
+msgstr "neuer"
+
+#: ../../include/text.php:736
+msgid "No connections"
+msgstr "Keine Verbindungen"
+
+#: ../../include/text.php:749
+#, php-format
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d Verbindung"
+msgstr[1] "%d Verbindungen"
+
+#: ../../include/text.php:762
+msgid "View Connections"
+msgstr "Verbindungen anzeigen"
+
+#: ../../include/text.php:823 ../../include/text.php:835
+#: ../../include/widgets.php:193 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1341
+#: ../../mod/admin.php:1362
+msgid "Save"
+msgstr "Speichern"
+
+#: ../../include/text.php:901
+msgid "poke"
+msgstr "anstupsen"
+
+#: ../../include/text.php:902
+msgid "ping"
+msgstr "anpingen"
+
+#: ../../include/text.php:902
+msgid "pinged"
+msgstr "pingte"
+
+#: ../../include/text.php:903
+msgid "prod"
+msgstr "knuffen"
+
+#: ../../include/text.php:903
+msgid "prodded"
+msgstr "knuffte"
+
+#: ../../include/text.php:904
+msgid "slap"
+msgstr "ohrfeigen"
+
+#: ../../include/text.php:904
+msgid "slapped"
+msgstr "ohrfeigte"
+
+#: ../../include/text.php:905
+msgid "finger"
+msgstr "befummeln"
+
+#: ../../include/text.php:905
+msgid "fingered"
+msgstr "befummelte"
+
+#: ../../include/text.php:906
+msgid "rebuff"
+msgstr "eine Abfuhr erteilen"
+
+#: ../../include/text.php:906
+msgid "rebuffed"
+msgstr "zurückgewiesen"
+
+#: ../../include/text.php:915
+msgid "happy"
+msgstr "glücklich"
+
+#: ../../include/text.php:916
+msgid "sad"
+msgstr "traurig"
+
+#: ../../include/text.php:917
+msgid "mellow"
+msgstr "sanft"
+
+#: ../../include/text.php:918
+msgid "tired"
+msgstr "müde"
+
+#: ../../include/text.php:919
+msgid "perky"
+msgstr "frech"
+
+#: ../../include/text.php:920
+msgid "angry"
+msgstr "sauer"
+
+#: ../../include/text.php:921
+msgid "stupified"
+msgstr "verblüfft"
+
+#: ../../include/text.php:922
+msgid "puzzled"
+msgstr "verwirrt"
+
+#: ../../include/text.php:923
+msgid "interested"
+msgstr "interessiert"
+
+#: ../../include/text.php:924
+msgid "bitter"
+msgstr "verbittert"
+
+#: ../../include/text.php:925
+msgid "cheerful"
+msgstr "fröhlich"
+
+#: ../../include/text.php:926
+msgid "alive"
+msgstr "lebendig"
+
+#: ../../include/text.php:927
+msgid "annoyed"
+msgstr "verärgert"
+
+#: ../../include/text.php:928
+msgid "anxious"
+msgstr "unruhig"
+
+#: ../../include/text.php:929
+msgid "cranky"
+msgstr "schrullig"
+
+#: ../../include/text.php:930
+msgid "disturbed"
+msgstr "verstört"
+
+#: ../../include/text.php:931
+msgid "frustrated"
+msgstr "frustriert"
+
+#: ../../include/text.php:932
+msgid "depressed"
+msgstr "deprimiert"
+
+#: ../../include/text.php:933
+msgid "motivated"
+msgstr "motiviert"
+
+#: ../../include/text.php:934
+msgid "relaxed"
+msgstr "entspannt"
+
+#: ../../include/text.php:935
+msgid "surprised"
+msgstr "überrascht"
+
+#: ../../include/text.php:1099
+msgid "Monday"
+msgstr "Montag"
+
+#: ../../include/text.php:1099
+msgid "Tuesday"
+msgstr "Dienstag"
+
+#: ../../include/text.php:1099
+msgid "Wednesday"
+msgstr "Mittwoch"
+
+#: ../../include/text.php:1099
+msgid "Thursday"
+msgstr "Donnerstag"
+
+#: ../../include/text.php:1099
+msgid "Friday"
+msgstr "Freitag"
+
+#: ../../include/text.php:1099
+msgid "Saturday"
+msgstr "Samstag"
+
+#: ../../include/text.php:1099
+msgid "Sunday"
+msgstr "Sonntag"
+
+#: ../../include/text.php:1103
+msgid "January"
+msgstr "Januar"
+
+#: ../../include/text.php:1103
+msgid "February"
+msgstr "Februar"
+
+#: ../../include/text.php:1103
+msgid "March"
+msgstr "März"
+
+#: ../../include/text.php:1103
+msgid "April"
+msgstr "April"
+
+#: ../../include/text.php:1103
+msgid "May"
+msgstr "Mai"
+
+#: ../../include/text.php:1103
+msgid "June"
+msgstr "Juni"
+
+#: ../../include/text.php:1103
+msgid "July"
+msgstr "Juli"
+
+#: ../../include/text.php:1103
+msgid "August"
+msgstr "August"
+
+#: ../../include/text.php:1103
+msgid "September"
+msgstr "September"
+
+#: ../../include/text.php:1103
+msgid "October"
+msgstr "Oktober"
+
+#: ../../include/text.php:1103
+msgid "November"
+msgstr "November"
+
+#: ../../include/text.php:1103
+msgid "December"
+msgstr "Dezember"
+
+#: ../../include/text.php:1181
+msgid "unknown.???"
+msgstr "unbekannt.???"
+
+#: ../../include/text.php:1182
+msgid "bytes"
+msgstr "Bytes"
+
+#: ../../include/text.php:1221
+msgid "remove category"
+msgstr "Kategorie entfernen"
+
+#: ../../include/text.php:1291
+msgid "remove from file"
+msgstr "aus der Datei entfernen"
+
+#: ../../include/text.php:1356 ../../include/text.php:1368
+msgid "Click to open/close"
+msgstr "Klicke zum Öffnen/Schließen"
+
+#: ../../include/text.php:1523 ../../mod/events.php:409
+msgid "Link to Source"
+msgstr "Link zur Quelle"
+
+#: ../../include/text.php:1542
+msgid "Select a page layout: "
+msgstr "Ein Seiten-Layout auswählen:"
+
+#: ../../include/text.php:1545 ../../include/text.php:1610
+msgid "default"
+msgstr "Standard"
+
+#: ../../include/text.php:1581
+msgid "Page content type: "
+msgstr "Content-Typ der Seite:"
+
+#: ../../include/text.php:1622
+msgid "Select an alternate language"
+msgstr "Wähle eine alternative Sprache"
+
+#: ../../include/text.php:1756
+msgid "activity"
+msgstr "Aktivität"
+
+#: ../../include/text.php:2028
+msgid "Design"
+msgstr "Design"
+
+#: ../../include/text.php:2030
+msgid "Blocks"
+msgstr "Blöcke"
+
+#: ../../include/text.php:2031
+msgid "Menus"
+msgstr "Menüs"
+
+#: ../../include/text.php:2032
+msgid "Layouts"
+msgstr "Layouts"
+
+#: ../../include/text.php:2033
+msgid "Pages"
+msgstr "Seiten"
+
#: ../../include/features.php:23
msgid "General Features"
msgstr "Allgemeine Funktionen"
@@ -2334,7 +2092,7 @@ msgstr "Erweiterte Profile"
#: ../../include/features.php:27
msgid "Additional profile sections and selections"
-msgstr "Stellt zusätzliche Felder im Profil zur Verfügung"
+msgstr "Stellt zusätzliche Bereiche und Felder im Profil zur Verfügung"
#: ../../include/features.php:28
msgid "Profile Import/Export"
@@ -2416,6 +2174,11 @@ msgstr "Voransicht"
msgid "Allow previewing posts and comments before publishing them"
msgstr "Erlaube Voransicht von Beiträgen und Kommentaren vor Veröffentlichung"
+#: ../../include/features.php:49 ../../include/widgets.php:513
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Kanal-Quellen"
+
#: ../../include/features.php:49
msgid "Automatically import channel content from other channels or feeds"
msgstr "Importiere automatisch Inhalte für diesen Kanal von anderen Kanälen oder Feeds"
@@ -2449,9 +2212,13 @@ msgstr "Filter für Sammlung"
msgid "Enable widget to display Network posts only from selected collections"
msgstr "Aktiviere nur Netzwerk-Beiträge von ausgewählten Sammlungen"
+#: ../../include/features.php:58 ../../include/widgets.php:272
+msgid "Saved Searches"
+msgstr "Gespeicherte Suchanfragen"
+
#: ../../include/features.php:58
msgid "Save search terms for re-use"
-msgstr "Gesicherte Suchbegriffe zur Wiederverwendung"
+msgstr "Suchbegriffe zur Wiederverwendung abspeichern"
#: ../../include/features.php:59
msgid "Network Personal Tab"
@@ -2541,35 +2308,35 @@ msgstr "Schlagwort-Wolke"
msgid "Provide a personal tag cloud on your channel page"
msgstr "Persönliche Schlagwort-Wolke auf Deiner Kanal-Seite anzeigen"
-#: ../../include/follow.php:26
+#: ../../include/follow.php:28
msgid "Channel is blocked on this site."
msgstr "Der Kanal ist auf dieser Seite blockiert "
-#: ../../include/follow.php:31
+#: ../../include/follow.php:33
msgid "Channel location missing."
msgstr "Adresse des Kanals fehlt."
-#: ../../include/follow.php:80
+#: ../../include/follow.php:86
msgid "Response from remote channel was incomplete."
msgstr "Antwort des entfernten Kanals war unvollständig."
-#: ../../include/follow.php:97
+#: ../../include/follow.php:103
msgid "Channel was deleted and no longer exists."
msgstr "Kanal wurde gelöscht und existiert nicht mehr."
-#: ../../include/follow.php:133 ../../include/follow.php:202
+#: ../../include/follow.php:139 ../../include/follow.php:208
msgid "Protocol disabled."
msgstr "Protokoll deaktiviert."
-#: ../../include/follow.php:176
+#: ../../include/follow.php:182
msgid "Channel discovery failed."
msgstr "Kanalsuche fehlgeschlagen"
-#: ../../include/follow.php:192
+#: ../../include/follow.php:198
msgid "local account not found."
msgstr "Lokales Konto nicht gefunden."
-#: ../../include/follow.php:219
+#: ../../include/follow.php:225
msgid "Cannot connect to yourself."
msgstr "Du kannst Dich nicht mit Dir selbst verbinden."
@@ -2578,11 +2345,11 @@ 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."
+msgstr "Es hat früher schon einmal eine Sammlung mit diesem Namen existiert, die gelöscht wurde. Es <strong>könnten</strong> von damals noch Elemente (Beiträge, Dateien etc.) vorhanden sein, die allen jetzigen und zukünftigen Mitgliedern dieser Sammlung den Zugriff erlauben. Wenn das nicht Dein Plan war, erstelle bitte eine neue Sammlung mit einem anderen Namen."
#: ../../include/group.php:234
msgid "Default privacy group for new contacts"
-msgstr "Standard-Privatsphärengruppe für neue Kontakte"
+msgstr "Standard-Sammlung für neue Kontakte"
#: ../../include/group.php:253 ../../mod/admin.php:737
msgid "All Channels"
@@ -2598,7 +2365,7 @@ msgstr "Sammlungen"
#: ../../include/group.php:298
msgid "Edit collection"
-msgstr "Bearbeite Sammlungen"
+msgstr "Sammlung bearbeiten"
#: ../../include/group.php:299
msgid "Create a new collection"
@@ -2608,124 +2375,11 @@ msgstr "Neue Sammlung erzeugen"
msgid "Channels not in any collection"
msgstr "Kanäle, die nicht in einer Sammlung sind"
-#: ../../include/bbcode.php:112 ../../include/bbcode.php:653
-#: ../../include/bbcode.php:656 ../../include/bbcode.php:661
-#: ../../include/bbcode.php:664 ../../include/bbcode.php:667
-#: ../../include/bbcode.php:670 ../../include/bbcode.php:675
-#: ../../include/bbcode.php:678 ../../include/bbcode.php:683
-#: ../../include/bbcode.php:686 ../../include/bbcode.php:689
-#: ../../include/bbcode.php:692
-msgid "Image/photo"
-msgstr "Bild/Foto"
-
-#: ../../include/bbcode.php:147 ../../include/bbcode.php:703
-msgid "Encrypted content"
-msgstr "Verschlüsselter Inhalt"
-
-#: ../../include/bbcode.php:165
-msgid "Install design element: "
-msgstr "Design-Element installieren:"
-
-#: ../../include/bbcode.php:171
-msgid "QR code"
-msgstr "QR-Code"
-
-#: ../../include/bbcode.php:220
-#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s schrieb den folgenden %2$s %3$s"
-
-#: ../../include/bbcode.php:222
-msgid "post"
-msgstr "Beitrag"
-
-#: ../../include/bbcode.php:621
-msgid "$1 spoiler"
-msgstr "$1 Spoiler"
-
-#: ../../include/bbcode.php:641
-msgid "$1 wrote:"
-msgstr "$1 schrieb:"
-
-#: ../../include/RedDAV/RedBrowser.php:103
-#: ../../include/RedDAV/RedBrowser.php:246
-msgid "parent"
-msgstr "Übergeordnetes Verzeichnis"
-
-#: ../../include/RedDAV/RedBrowser.php:127
-msgid "Collection"
-msgstr "Sammlung"
-
-#: ../../include/RedDAV/RedBrowser.php:130
-msgid "Principal"
-msgstr "Prinzipal"
-
-#: ../../include/RedDAV/RedBrowser.php:133
-msgid "Addressbook"
-msgstr "Adressbuch"
-
-#: ../../include/RedDAV/RedBrowser.php:136
-msgid "Calendar"
-msgstr "Kalender"
-
-#: ../../include/RedDAV/RedBrowser.php:139
-msgid "Schedule Inbox"
-msgstr "Post-Eingang prüfen"
-
-#: ../../include/RedDAV/RedBrowser.php:142
-msgid "Schedule Outbox"
-msgstr "Post-Ausgang prüfen"
-
-#: ../../include/RedDAV/RedBrowser.php:220
-#, php-format
-msgid "%1$s used"
-msgstr "%1$s verwendet"
-
-#: ../../include/RedDAV/RedBrowser.php:225
-#, php-format
-msgid "%1$s used of %2$s (%3$s&#37;)"
-msgstr "von %2$s wurden %1$s verwendet (%3$s&#37;)"
-
-#: ../../include/RedDAV/RedBrowser.php:242 ../../mod/settings.php:521
-#: ../../mod/settings.php:547 ../../mod/admin.php:868
-msgid "Name"
-msgstr "Name"
-
-#: ../../include/RedDAV/RedBrowser.php:243
-msgid "Type"
-msgstr "Typ"
-
-#: ../../include/RedDAV/RedBrowser.php:244
-msgid "Size"
-msgstr "Größe"
-
-#: ../../include/RedDAV/RedBrowser.php:245
-msgid "Last Modified"
-msgstr "Zuletzt geändert"
-
-#: ../../include/RedDAV/RedBrowser.php:249
-msgid "Total"
-msgstr "Summe"
-
-#: ../../include/RedDAV/RedBrowser.php:293
-msgid "Create new folder"
-msgstr "Neuen Ordner anlegen"
-
-#: ../../include/RedDAV/RedBrowser.php:294 ../../mod/mitem.php:142
-#: ../../mod/menu.php:84 ../../mod/new_channel.php:122
-msgid "Create"
-msgstr "Erstelle"
-
-#: ../../include/RedDAV/RedBrowser.php:295
-msgid "Upload file"
-msgstr "Datei hochladen"
-
-#: ../../include/RedDAV/RedBrowser.php:296 ../../mod/photos.php:745
-#: ../../mod/photos.php:1225 ../../mod/profile_photo.php:361
-msgid "Upload"
-msgstr "Hochladen"
+#: ../../include/group.php:302 ../../include/widgets.php:273
+msgid "add"
+msgstr "hinzufügen"
-#: ../../include/identity.php:31 ../../mod/item.php:1319
+#: ../../include/identity.php:31 ../../mod/item.php:1358
msgid "Unable to obtain identity information from database"
msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen"
@@ -2741,225 +2395,485 @@ msgstr "Name ist zu lang"
msgid "No account identifier"
msgstr "Keine Account-Kennung"
-#: ../../include/identity.php:181
+#: ../../include/identity.php:182
msgid "Nickname is required."
msgstr "Spitzname ist erforderlich."
-#: ../../include/identity.php:195
+#: ../../include/identity.php:196
msgid "Reserved nickname. Please choose another."
msgstr "Reservierter Kurzname. Bitte wähle einen anderen."
-#: ../../include/identity.php:200
+#: ../../include/identity.php:201 ../../include/dimport.php:34
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:282
+#: ../../include/identity.php:283
msgid "Unable to retrieve created identity"
msgstr "Kann die erstellte Identität nicht empfangen"
-#: ../../include/identity.php:341
+#: ../../include/identity.php:343
msgid "Default Profile"
msgstr "Standard-Profil"
-#: ../../include/identity.php:634
+#: ../../include/identity.php:382 ../../include/identity.php:383
+#: ../../include/identity.php:390 ../../include/widgets.php:407
+#: ../../include/profile_selectors.php:80 ../../mod/settings.php:304
+#: ../../mod/settings.php:308 ../../mod/settings.php:309
+#: ../../mod/settings.php:312 ../../mod/settings.php:323
+#: ../../mod/connedit.php:501
+msgid "Friends"
+msgstr "Freunde"
+
+#: ../../include/identity.php:638
msgid "Requested channel is not available."
msgstr "Angeforderte Kanal nicht verfügbar."
-#: ../../include/identity.php:682 ../../mod/achievements.php:11
-#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/webpages.php:8
-#: ../../mod/connect.php:13 ../../mod/filestorage.php:40
+#: ../../include/identity.php:686 ../../mod/achievements.php:11
+#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13
+#: ../../mod/webpages.php:8 ../../mod/filestorage.php:48
#: ../../mod/layouts.php:8 ../../mod/hcard.php:8
msgid "Requested profile is not available."
msgstr "Erwünschte Profil ist nicht verfügbar."
-#: ../../include/identity.php:845 ../../mod/profiles.php:750
+#: ../../include/identity.php:849 ../../mod/profiles.php:722
msgid "Change profile photo"
msgstr "Profilfoto ändern"
-#: ../../include/identity.php:851
+#: ../../include/identity.php:855
msgid "Profiles"
msgstr "Profile"
-#: ../../include/identity.php:851
+#: ../../include/identity.php:855
msgid "Manage/edit profiles"
msgstr "Profile verwalten/bearbeiten"
-#: ../../include/identity.php:852 ../../mod/profiles.php:751
+#: ../../include/identity.php:856 ../../mod/profiles.php:723
msgid "Create New Profile"
msgstr "Neues Profil erstellen"
-#: ../../include/identity.php:866 ../../mod/profiles.php:762
+#: ../../include/identity.php:859 ../../include/nav.php:103
+msgid "Edit Profile"
+msgstr "Profile bearbeiten"
+
+#: ../../include/identity.php:870 ../../mod/profiles.php:734
msgid "Profile Image"
msgstr "Profilfoto:"
-#: ../../include/identity.php:869
+#: ../../include/identity.php:873
msgid "visible to everybody"
msgstr "sichtbar für jeden"
-#: ../../include/identity.php:870 ../../mod/profiles.php:645
-#: ../../mod/profiles.php:766
+#: ../../include/identity.php:874 ../../mod/profiles.php:617
+#: ../../mod/profiles.php:738
msgid "Edit visibility"
msgstr "Sichtbarkeit bearbeiten"
-#: ../../include/identity.php:884 ../../include/identity.php:1121
+#: ../../include/identity.php:888 ../../include/identity.php:1125
#: ../../mod/directory.php:158
msgid "Gender:"
msgstr "Geschlecht:"
-#: ../../include/identity.php:885 ../../include/identity.php:1165
+#: ../../include/identity.php:889 ../../include/identity.php:1169
#: ../../mod/directory.php:160
msgid "Status:"
msgstr "Status:"
-#: ../../include/identity.php:886 ../../include/identity.php:1176
+#: ../../include/identity.php:890 ../../include/identity.php:1180
#: ../../mod/directory.php:162
msgid "Homepage:"
msgstr "Homepage:"
-#: ../../include/identity.php:887 ../../mod/dirprofile.php:151
+#: ../../include/identity.php:891 ../../mod/dirprofile.php:151
msgid "Online Now"
msgstr "gerade online"
-#: ../../include/identity.php:965 ../../include/identity.php:1045
+#: ../../include/identity.php:969 ../../include/identity.php:1049
#: ../../mod/ping.php:298
msgid "g A l F d"
msgstr "l, d. F G \\\\U\\\\h\\\\r"
-#: ../../include/identity.php:966 ../../include/identity.php:1046
+#: ../../include/identity.php:970 ../../include/identity.php:1050
msgid "F d"
msgstr "d. F"
-#: ../../include/identity.php:1011 ../../include/identity.php:1086
+#: ../../include/identity.php:1015 ../../include/identity.php:1090
#: ../../mod/ping.php:320
msgid "[today]"
msgstr "[Heute]"
-#: ../../include/identity.php:1023
+#: ../../include/identity.php:1027
msgid "Birthday Reminders"
msgstr "Geburtstags Erinnerungen"
-#: ../../include/identity.php:1024
+#: ../../include/identity.php:1028
msgid "Birthdays this week:"
msgstr "Geburtstage in dieser Woche:"
-#: ../../include/identity.php:1079
+#: ../../include/identity.php:1083
msgid "[No description]"
msgstr "[Keine Beschreibung]"
-#: ../../include/identity.php:1097
+#: ../../include/identity.php:1101
msgid "Event Reminders"
msgstr "Veranstaltungs- Erinnerungen"
-#: ../../include/identity.php:1098
+#: ../../include/identity.php:1102
msgid "Events this week:"
msgstr "Veranstaltungen in dieser Woche:"
-#: ../../include/identity.php:1119 ../../mod/settings.php:953
+#: ../../include/identity.php:1123 ../../mod/settings.php:947
msgid "Full Name:"
msgstr "Voller Name:"
-#: ../../include/identity.php:1126
+#: ../../include/identity.php:1130
msgid "Like this channel"
msgstr "Dieser Kanal gefällt mir"
-#: ../../include/identity.php:1150
+#: ../../include/identity.php:1154
msgid "j F, Y"
-msgstr "j F, Y"
+msgstr "j. F Y"
-#: ../../include/identity.php:1151
+#: ../../include/identity.php:1155
msgid "j F"
-msgstr "j F"
+msgstr "j. F"
-#: ../../include/identity.php:1158
+#: ../../include/identity.php:1162
msgid "Birthday:"
msgstr "Geburtstag:"
-#: ../../include/identity.php:1162
+#: ../../include/identity.php:1166
msgid "Age:"
msgstr "Alter:"
-#: ../../include/identity.php:1171
+#: ../../include/identity.php:1175
#, php-format
msgid "for %1$d %2$s"
msgstr "seit %1$d %2$s"
-#: ../../include/identity.php:1174 ../../mod/profiles.php:667
+#: ../../include/identity.php:1178 ../../mod/profiles.php:639
msgid "Sexual Preference:"
msgstr "Sexuelle Orientierung:"
-#: ../../include/identity.php:1178 ../../mod/profiles.php:669
+#: ../../include/identity.php:1182 ../../mod/profiles.php:641
msgid "Hometown:"
msgstr "Heimatstadt:"
-#: ../../include/identity.php:1180
+#: ../../include/identity.php:1184
msgid "Tags:"
msgstr "Schlagworte:"
-#: ../../include/identity.php:1182 ../../mod/profiles.php:670
+#: ../../include/identity.php:1186 ../../mod/profiles.php:642
msgid "Political Views:"
msgstr "Politische Ansichten:"
-#: ../../include/identity.php:1184
+#: ../../include/identity.php:1188
msgid "Religion:"
msgstr "Religion:"
-#: ../../include/identity.php:1186 ../../mod/directory.php:164
+#: ../../include/identity.php:1190 ../../mod/directory.php:164
msgid "About:"
msgstr "Über:"
-#: ../../include/identity.php:1188
+#: ../../include/identity.php:1192
msgid "Hobbies/Interests:"
msgstr "Hobbys/Interessen:"
-#: ../../include/identity.php:1190 ../../mod/profiles.php:673
+#: ../../include/identity.php:1194 ../../mod/profiles.php:645
msgid "Likes:"
msgstr "Gefällt:"
-#: ../../include/identity.php:1192 ../../mod/profiles.php:674
+#: ../../include/identity.php:1196 ../../mod/profiles.php:646
msgid "Dislikes:"
msgstr "Gefällt nicht:"
-#: ../../include/identity.php:1195
+#: ../../include/identity.php:1199
msgid "Contact information and Social Networks:"
msgstr "Kontaktinformation und soziale Netzwerke:"
-#: ../../include/identity.php:1197
+#: ../../include/identity.php:1201
msgid "My other channels:"
msgstr "Meine anderen Kanäle:"
-#: ../../include/identity.php:1199
+#: ../../include/identity.php:1203
msgid "Musical interests:"
msgstr "Musikalische Interessen:"
-#: ../../include/identity.php:1201
+#: ../../include/identity.php:1205
msgid "Books, literature:"
msgstr "Bücher, Literatur:"
-#: ../../include/identity.php:1203
+#: ../../include/identity.php:1207
msgid "Television:"
msgstr "Fernsehen:"
-#: ../../include/identity.php:1205
+#: ../../include/identity.php:1209
msgid "Film/dance/culture/entertainment:"
msgstr "Film/Tanz/Kultur/Unterhaltung:"
-#: ../../include/identity.php:1207
+#: ../../include/identity.php:1211
msgid "Love/Romance:"
msgstr "Liebe/Romantik:"
-#: ../../include/identity.php:1209
+#: ../../include/identity.php:1213
msgid "Work/employment:"
msgstr "Arbeit/Anstellung:"
-#: ../../include/identity.php:1211
+#: ../../include/identity.php:1215
msgid "School/education:"
msgstr "Schule/Ausbildung:"
-#: ../../include/identity.php:1231
+#: ../../include/identity.php:1235
msgid "Like this thing"
msgstr "Gefällt mir"
+#: ../../include/widgets.php:86 ../../include/nav.php:171
+#: ../../mod/apps.php:33
+msgid "Apps"
+msgstr "Apps"
+
+#: ../../include/widgets.php:87
+msgid "System"
+msgstr "System"
+
+#: ../../include/widgets.php:90
+msgid "Create Personal App"
+msgstr "Persönliche App erstellen"
+
+#: ../../include/widgets.php:91
+msgid "Edit Personal App"
+msgstr "Persönliche App bearbeiten"
+
+#: ../../include/widgets.php:137 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Ignorieren/Verstecken"
+
+#: ../../include/widgets.php:143 ../../mod/connections.php:267
+msgid "Suggestions"
+msgstr "Vorschläge"
+
+#: ../../include/widgets.php:144
+msgid "See more..."
+msgstr "Mehr anzeigen …"
+
+#: ../../include/widgets.php:166
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Du bist %1$.0f von maximal %2$.0f erlaubten Verbindungen eingegangen."
+
+#: ../../include/widgets.php:172
+msgid "Add New Connection"
+msgstr "Neue Verbindung hinzufügen"
+
+#: ../../include/widgets.php:173
+msgid "Enter the channel address"
+msgstr "Adresse des Kanals eingeben"
+
+#: ../../include/widgets.php:174
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara"
+
+#: ../../include/widgets.php:191
+msgid "Notes"
+msgstr "Notizen"
+
+#: ../../include/widgets.php:263
+msgid "Remove term"
+msgstr "Eintrag löschen"
+
+#: ../../include/widgets.php:342
+msgid "Archives"
+msgstr "Archive"
+
+#: ../../include/widgets.php:404
+msgid "Refresh"
+msgstr "Aktualisieren"
+
+#: ../../include/widgets.php:405 ../../mod/connedit.php:498
+msgid "Me"
+msgstr "Ich"
+
+#: ../../include/widgets.php:406 ../../mod/connedit.php:500
+msgid "Best Friends"
+msgstr "Beste Freunde"
+
+#: ../../include/widgets.php:408
+msgid "Co-workers"
+msgstr "Kollegen"
+
+#: ../../include/widgets.php:409 ../../mod/connedit.php:502
+msgid "Former Friends"
+msgstr "ehem. Freunde"
+
+#: ../../include/widgets.php:410 ../../mod/connedit.php:503
+msgid "Acquaintances"
+msgstr "Bekannte"
+
+#: ../../include/widgets.php:411
+msgid "Everybody"
+msgstr "Jeder"
+
+#: ../../include/widgets.php:445
+msgid "Account settings"
+msgstr "Konto-Einstellungen"
+
+#: ../../include/widgets.php:451
+msgid "Channel settings"
+msgstr "Kanal-Einstellungen"
+
+#: ../../include/widgets.php:457
+msgid "Additional features"
+msgstr "Zusätzliche Funktionen"
+
+#: ../../include/widgets.php:463
+msgid "Feature settings"
+msgstr "Funktions-Einstellungen"
+
+#: ../../include/widgets.php:469
+msgid "Display settings"
+msgstr "Anzeige-Einstellungen"
+
+#: ../../include/widgets.php:475
+msgid "Connected apps"
+msgstr "Verbundene Apps"
+
+#: ../../include/widgets.php:481
+msgid "Export channel"
+msgstr "Kanal exportieren"
+
+#: ../../include/widgets.php:487
+msgid "Export content"
+msgstr "Kanal-Inhalte exportieren"
+
+#: ../../include/widgets.php:496
+msgid "Automatic Permissions (Advanced)"
+msgstr "Automatische Berechtigungen (Erweitert)"
+
+#: ../../include/widgets.php:504
+msgid "Premium Channel Settings"
+msgstr "Premium-Kanal-Einstellungen"
+
+#: ../../include/widgets.php:538 ../../mod/mail.php:124
+#: ../../mod/message.php:31
+msgid "Messages"
+msgstr "Nachrichten"
+
+#: ../../include/widgets.php:543
+msgid "Check Mail"
+msgstr "E-Mails abrufen"
+
+#: ../../include/widgets.php:548 ../../include/nav.php:209
+msgid "New Message"
+msgstr "Neue Nachricht"
+
+#: ../../include/widgets.php:624
+msgid "Chat Rooms"
+msgstr "Chaträume"
+
+#: ../../include/widgets.php:642
+msgid "Bookmarked Chatrooms"
+msgstr "Gespeicherte Chatrooms"
+
+#: ../../include/widgets.php:660
+msgid "Suggested Chatrooms"
+msgstr "Chatraum-Vorschläge"
+
+#: ../../include/Contact.php:123
+msgid "New window"
+msgstr "Neues Fenster"
+
+#: ../../include/Contact.php:124
+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/Contact.php:211 ../../mod/admin.php:649
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Benutzer '%s' gelöscht"
+
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Verschiedenes"
+
+#: ../../include/datetime.php:238
+msgid "never"
+msgstr "Nie"
+
+#: ../../include/datetime.php:244
+msgid "less than a second ago"
+msgstr "Vor weniger als einer Sekunde"
+
+#: ../../include/datetime.php:247
+msgid "year"
+msgstr "Jahr"
+
+#: ../../include/datetime.php:247
+msgid "years"
+msgstr "Jahre"
+
+#: ../../include/datetime.php:248
+msgid "month"
+msgstr "Monat"
+
+#: ../../include/datetime.php:248
+msgid "months"
+msgstr "Monate"
+
+#: ../../include/datetime.php:249
+msgid "week"
+msgstr "Woche"
+
+#: ../../include/datetime.php:249
+msgid "weeks"
+msgstr "Wochen"
+
+#: ../../include/datetime.php:250
+msgid "day"
+msgstr "Tag"
+
+#: ../../include/datetime.php:250
+msgid "days"
+msgstr "Tage"
+
+#: ../../include/datetime.php:251
+msgid "hour"
+msgstr "Stunde"
+
+#: ../../include/datetime.php:251
+msgid "hours"
+msgstr "Stunden"
+
+#: ../../include/datetime.php:252
+msgid "minute"
+msgstr "Minute"
+
+#: ../../include/datetime.php:252
+msgid "minutes"
+msgstr "Minuten"
+
+#: ../../include/datetime.php:253
+msgid "second"
+msgstr "Sekunde"
+
+#: ../../include/datetime.php:253
+msgid "seconds"
+msgstr "Sekunden"
+
+#: ../../include/datetime.php:262
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "vor %1$d %2$s"
+
+#: ../../include/datetime.php:467
+#, php-format
+msgid "%1$s's birthday"
+msgstr "%1$ss Geburtstag"
+
+#: ../../include/datetime.php:468
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Alles Gute zum Geburtstag, %1$s"
+
#: ../../include/message.php:18
msgid "No recipient provided."
msgstr "Kein Empfänger angegeben"
@@ -2976,176 +2890,269 @@ msgstr "Kann Absender nicht bestimmen."
msgid "Stored post could not be verified."
msgstr "Gespeicherter Beitrag konnten nicht überprüft werden."
-#: ../../include/ItemObject.php:130
-msgid "Save to Folder"
-msgstr "In Ordner speichern"
+#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1495
+msgid "Logout"
+msgstr "Abmelden"
-#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154
-msgid "View all"
-msgstr "Alles anzeigen"
+#: ../../include/nav.php:95 ../../include/nav.php:128
+msgid "End this session"
+msgstr "Beende diese Sitzung"
-#: ../../include/ItemObject.php:151
-msgctxt "noun"
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "Gefällt nicht"
-msgstr[1] "Gefällt nicht"
+#: ../../include/nav.php:98 ../../include/nav.php:159
+msgid "Home"
+msgstr "Home"
-#: ../../include/ItemObject.php:179
-msgid "Add Star"
-msgstr "Stern hinzufügen"
+#: ../../include/nav.php:98
+msgid "Your posts and conversations"
+msgstr "Deine Beiträge und Unterhaltungen"
-#: ../../include/ItemObject.php:180
-msgid "Remove Star"
-msgstr "Stern entfernen"
+#: ../../include/nav.php:99
+msgid "Your profile page"
+msgstr "Deine Profilseite"
-#: ../../include/ItemObject.php:181
-msgid "Toggle Star Status"
-msgstr "Stern-Status umschalten"
+#: ../../include/nav.php:101
+msgid "Edit Profiles"
+msgstr "Profile bearbeiten"
-#: ../../include/ItemObject.php:185
-msgid "starred"
-msgstr "markiert"
+#: ../../include/nav.php:101
+msgid "Manage/Edit profiles"
+msgstr "Profile verwalten"
-#: ../../include/ItemObject.php:202
-msgid "Add Tag"
-msgstr "Tag hinzufügen"
+#: ../../include/nav.php:103
+msgid "Edit your profile"
+msgstr "Profil bearbeiten"
-#: ../../include/ItemObject.php:220 ../../mod/photos.php:992
-msgid "I like this (toggle)"
-msgstr "Mir gefällt das (Umschalter)"
+#: ../../include/nav.php:105
+msgid "Your photos"
+msgstr "Deine Bilder"
-#: ../../include/ItemObject.php:221 ../../mod/photos.php:993
-msgid "I don't like this (toggle)"
-msgstr "Mir gefällt das nicht (Umschalter)"
+#: ../../include/nav.php:106
+msgid "Your files"
+msgstr "Deine Dateien"
-#: ../../include/ItemObject.php:225
-msgid "Share This"
-msgstr "Teilen"
+#: ../../include/nav.php:111
+msgid "Your chatrooms"
+msgstr "Deine Chaträume"
-#: ../../include/ItemObject.php:225
-msgid "share"
-msgstr "Teilen"
+#: ../../include/nav.php:117
+msgid "Your bookmarks"
+msgstr "Deine Lesezeichen"
+
+#: ../../include/nav.php:121
+msgid "Your webpages"
+msgstr "Deine Webseiten"
+
+#: ../../include/nav.php:125
+msgid "Sign in"
+msgstr "Anmelden"
-#: ../../include/ItemObject.php:248 ../../include/ItemObject.php:249
+#: ../../include/nav.php:142
#, php-format
-msgid "View %s's profile - %s"
-msgstr "Schaue Dir %ss Profil an – %s"
+msgid "%s - click to logout"
+msgstr "%s - Klick zum Abmelden"
-#: ../../include/ItemObject.php:250
-msgid "to"
-msgstr "an"
+#: ../../include/nav.php:145
+msgid "Remote authentication"
+msgstr "Über Konto auf anderem Server einloggen"
-#: ../../include/ItemObject.php:251
-msgid "via"
-msgstr "via"
+#: ../../include/nav.php:145
+msgid "Click to authenticate to your home hub"
+msgstr "Klicke, um Dich über Deinen Heimat-Server zu authentifizieren"
-#: ../../include/ItemObject.php:252
-msgid "Wall-to-Wall"
-msgstr "Wall-to-Wall"
+#: ../../include/nav.php:159
+msgid "Home Page"
+msgstr "Homepage"
-#: ../../include/ItemObject.php:253
-msgid "via Wall-To-Wall:"
-msgstr "via Wall-To-Wall:"
+#: ../../include/nav.php:163 ../../mod/register.php:220 ../../boot.php:1472
+msgid "Register"
+msgstr "Registrieren"
-#: ../../include/ItemObject.php:288
-msgid "Save Bookmarks"
-msgstr "Favoriten speichern"
+#: ../../include/nav.php:163
+msgid "Create an account"
+msgstr "Erzeuge ein Konto"
-#: ../../include/ItemObject.php:289
-msgid "Add to Calendar"
-msgstr "Zum Kalender hinzufügen"
+#: ../../include/nav.php:168
+msgid "Help and documentation"
+msgstr "Hilfe und Dokumentation"
-#: ../../include/ItemObject.php:297
-msgctxt "noun"
-msgid "Likes"
-msgstr "Gefällt mir"
+#: ../../include/nav.php:171
+msgid "Applications, utilities, links, games"
+msgstr "Anwendungen (Apps), Zubehör, Links, Spiele"
-#: ../../include/ItemObject.php:298
-msgctxt "noun"
-msgid "Dislikes"
-msgstr "Gefällt nicht"
+#: ../../include/nav.php:173
+msgid "Search site content"
+msgstr "Durchsuche Seiten-Inhalt"
-#: ../../include/ItemObject.php:329
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d Kommentar"
-msgstr[1] "%d Kommentare"
+#: ../../include/nav.php:176
+msgid "Channel Locator"
+msgstr "Kanal-Verzeichnis"
-#: ../../include/ItemObject.php:330 ../../include/js_strings.php:7
-msgid "[+] show all"
-msgstr "[+] Zeige alle"
+#: ../../include/nav.php:190
+msgid "Your matrix"
+msgstr "Deine Matrix"
-#: ../../include/ItemObject.php:594 ../../mod/photos.php:1011
-#: ../../mod/photos.php:1098
-msgid "This is you"
-msgstr "Das bist Du"
+#: ../../include/nav.php:191
+msgid "Mark all matrix notifications seen"
+msgstr "Markiere alle Matrix-Benachrichtigungen als angesehen"
-#: ../../include/ItemObject.php:596 ../../include/js_strings.php:6
-#: ../../mod/photos.php:1013 ../../mod/photos.php:1100
-msgid "Comment"
-msgstr "Kommentar"
+#: ../../include/nav.php:193
+msgid "Channel home"
+msgstr "Mein Kanal"
-#: ../../include/ItemObject.php:597 ../../mod/mood.php:135
-#: ../../mod/settings.php:519 ../../mod/settings.php:631
-#: ../../mod/settings.php:660 ../../mod/settings.php:684
-#: ../../mod/settings.php:760 ../../mod/settings.php:945
-#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177
-#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:540
-#: ../../mod/photos.php:563 ../../mod/photos.php:672 ../../mod/photos.php:974
-#: ../../mod/photos.php:1014 ../../mod/photos.php:1101 ../../mod/setup.php:307
-#: ../../mod/setup.php:350 ../../mod/pdledit.php:58 ../../mod/sources.php:104
-#: ../../mod/sources.php:138 ../../mod/events.php:586
-#: ../../mod/filestorage.php:137 ../../mod/fsuggest.php:108
-#: ../../mod/group.php:81 ../../mod/admin.php:414 ../../mod/admin.php:725
-#: ../../mod/admin.php:861 ../../mod/admin.php:994 ../../mod/admin.php:1193
-#: ../../mod/admin.php:1280 ../../mod/thing.php:284 ../../mod/thing.php:327
-#: ../../mod/import.php:480 ../../mod/invite.php:142 ../../mod/mail.php:348
-#: ../../mod/appman.php:99 ../../mod/poll.php:68
-#: ../../view/theme/apw/php/config.php:256
-#: ../../view/theme/blogga/php/config.php:67
-#: ../../view/theme/blogga/view/theme/blog/config.php:67
-#: ../../view/theme/redbasic/php/config.php:101
-msgid "Submit"
-msgstr "Bestätigen"
+#: ../../include/nav.php:194
+msgid "Mark all channel notifications seen"
+msgstr "Markiere alle Kanal-Benachrichtigungen als angesehen"
-#: ../../include/ItemObject.php:598
-msgid "Bold"
-msgstr "Fett"
+#: ../../include/nav.php:197 ../../mod/connections.php:406
+msgid "Connections"
+msgstr "Verbindungen"
-#: ../../include/ItemObject.php:599
-msgid "Italic"
-msgstr "Kursiv"
+#: ../../include/nav.php:200
+msgid "Notices"
+msgstr "Benachrichtigungen"
-#: ../../include/ItemObject.php:600
-msgid "Underline"
-msgstr "Unterstrichen"
+#: ../../include/nav.php:200
+msgid "Notifications"
+msgstr "Benachrichtigungen"
-#: ../../include/ItemObject.php:601
-msgid "Quote"
-msgstr "Zitat"
+#: ../../include/nav.php:201
+msgid "See all notifications"
+msgstr "Alle Benachrichtigungen ansehen"
-#: ../../include/ItemObject.php:602
-msgid "Code"
-msgstr "Code"
+#: ../../include/nav.php:202 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
+msgstr "Markiere alle System-Benachrichtigungen als gesehen"
-#: ../../include/ItemObject.php:603
-msgid "Image"
-msgstr "Bild"
+#: ../../include/nav.php:204
+msgid "Private mail"
+msgstr "Persönliche Mail"
-#: ../../include/ItemObject.php:604
-msgid "Link"
-msgstr "Link"
+#: ../../include/nav.php:205
+msgid "See all private messages"
+msgstr "Alle persönlichen Nachrichten ansehen"
-#: ../../include/ItemObject.php:605
-msgid "Video"
-msgstr "Video"
+#: ../../include/nav.php:206
+msgid "Mark all private messages seen"
+msgstr "Markiere alle persönlichen Nachrichten als gesehen"
+
+#: ../../include/nav.php:207
+msgid "Inbox"
+msgstr "Eingang"
+
+#: ../../include/nav.php:208
+msgid "Outbox"
+msgstr "Ausgang"
+
+#: ../../include/nav.php:212
+msgid "Event Calendar"
+msgstr "Veranstaltungskalender"
+
+#: ../../include/nav.php:213
+msgid "See all events"
+msgstr "Alle Ereignisse ansehen"
+
+#: ../../include/nav.php:214
+msgid "Mark all events seen"
+msgstr "Markiere alle Ereignisse als gesehen"
+
+#: ../../include/nav.php:216
+msgid "Manage Your Channels"
+msgstr "Verwalte Deine Kanäle"
+
+#: ../../include/nav.php:218
+msgid "Account/Channel Settings"
+msgstr "Konto-/Kanal-Einstellungen"
+
+#: ../../include/nav.php:226 ../../mod/admin.php:123
+msgid "Admin"
+msgstr "Administration"
+
+#: ../../include/nav.php:226
+msgid "Site Setup and Configuration"
+msgstr "Seiten-Einrichtung und -Konfiguration"
+
+#: ../../include/nav.php:262
+msgid "Please wait..."
+msgstr "Bitte warten..."
+
+#: ../../include/network.php:590
+msgid "view full size"
+msgstr "In Vollbildansicht anschauen"
+
+#: ../../include/zot.php:661
+msgid "Invalid data packet"
+msgstr "Ungültiges Datenpaket"
+
+#: ../../include/zot.php:677
+msgid "Unable to verify channel signature"
+msgstr "Konnte die Signatur des Kanals nicht verifizieren"
+
+#: ../../include/zot.php:1776
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr "Kann die Signatur der Seite von %s nicht verifizieren"
+
+#: ../../include/acl_selectors.php:240
+msgid "Visible to your default audience"
+msgstr "Standard-Sichtbarkeit"
+
+#: ../../include/acl_selectors.php:241
+msgid "Show"
+msgstr "Zeigen"
+
+#: ../../include/acl_selectors.php:242
+msgid "Don't show"
+msgstr "Nicht zeigen"
+
+#: ../../include/acl_selectors.php:248 ../../mod/photos.php:591
+#: ../../mod/photos.php:945 ../../mod/events.php:585 ../../mod/chat.php:209
+#: ../../mod/filestorage.php:137
+msgid "Permissions"
+msgstr "Berechtigungen"
+
+#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:305
+#: ../../mod/photos.php:1141
+msgid "Close"
+msgstr "Schließen"
+
+#: ../../include/api.php:1084
+msgid "Public Timeline"
+msgstr "Öffentliche Zeitleiste"
+
+#: ../../include/photos.php:104
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "Bild überschreitet das Limit der Webseite von %lu bytes"
+
+#: ../../include/photos.php:111
+msgid "Image file is empty."
+msgstr "Bilddatei ist leer."
+
+#: ../../include/photos.php:140 ../../mod/profile_photo.php:216
+msgid "Unable to process image"
+msgstr "Kann Bild nicht verarbeiten"
+
+#: ../../include/photos.php:212
+msgid "Photo storage failed."
+msgstr "Foto speichern schlug fehl"
+
+#: ../../include/photos.php:344
+msgid "Upload New Photos"
+msgstr "Lade neue Fotos hoch"
#: ../../include/js_strings.php:5
msgid "Delete this item?"
msgstr "Dieses Element löschen?"
+#: ../../include/js_strings.php:6 ../../include/ItemObject.php:598
+#: ../../mod/photos.php:988 ../../mod/photos.php:1098
+msgid "Comment"
+msgstr "Kommentar"
+
+#: ../../include/js_strings.php:7 ../../include/ItemObject.php:332
+msgid "[+] show all"
+msgstr "[+] Zeige alle"
+
#: ../../include/js_strings.php:8
msgid "[-] show less"
msgstr "[-] zeige weniger"
@@ -3263,19 +3270,6 @@ msgstr " "
msgid "timeago.numbers"
msgstr "timeago.numbers"
-#: ../../include/Contact.php:123
-msgid "New window"
-msgstr "Neues Fenster"
-
-#: ../../include/Contact.php:124
-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/Contact.php:211 ../../mod/admin.php:649
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Benutzer '%s' gelöscht"
-
#: ../../include/profile_selectors.php:6
#: ../../include/profile_selectors.php:23
msgid "Male"
@@ -3327,13 +3321,6 @@ msgid "Non-specific"
msgstr "unklar"
#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97 ../../include/permissions.php:746
-msgid "Other"
-msgstr "Anders"
-
-#: ../../include/profile_selectors.php:6
msgid "Undecided"
msgstr "Unentschieden"
@@ -3519,133 +3506,321 @@ msgstr "Interessiert mich nicht"
msgid "Ask me"
msgstr "Frag mich mal"
-#: ../../include/permissions.php:13
-msgid "Can view my normal stream and posts"
-msgstr "Kann meine normalen Beiträge sehen"
+#: ../../include/ItemObject.php:130
+msgid "Save to Folder"
+msgstr "In Ordner speichern"
-#: ../../include/permissions.php:14
-msgid "Can view my default channel profile"
-msgstr "Kann mein Standardprofil sehen"
+#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154
+#: ../../mod/photos.php:1015 ../../mod/photos.php:1027
+msgid "View all"
+msgstr "Alles anzeigen"
-#: ../../include/permissions.php:15
-msgid "Can view my photo albums"
-msgstr "Kann meine Fotoalben betrachten"
+#: ../../include/ItemObject.php:151 ../../mod/photos.php:1024
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Gefällt nicht"
+msgstr[1] "Gefällt nicht"
-#: ../../include/permissions.php:16
-msgid "Can view my connections"
-msgstr "Kann meine Verbindungen sehen"
+#: ../../include/ItemObject.php:179
+msgid "Add Star"
+msgstr "Stern hinzufügen"
-#: ../../include/permissions.php:17
-msgid "Can view my file storage"
-msgstr "Kann meine Dateiordner lesen"
+#: ../../include/ItemObject.php:180
+msgid "Remove Star"
+msgstr "Stern entfernen"
-#: ../../include/permissions.php:18
-msgid "Can view my webpages"
-msgstr "Kann meine Webseiten sehen"
+#: ../../include/ItemObject.php:181
+msgid "Toggle Star Status"
+msgstr "Stern-Status umschalten"
-#: ../../include/permissions.php:21
-msgid "Can send me their channel stream and posts"
-msgstr "Kann mir die Beiträge aus seinem/ihrem Kanal schicken"
+#: ../../include/ItemObject.php:185
+msgid "starred"
+msgstr "markiert"
-#: ../../include/permissions.php:22
-msgid "Can post on my channel page (\"wall\")"
-msgstr "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen"
+#: ../../include/ItemObject.php:203
+msgid "Add Tag"
+msgstr "Tag hinzufügen"
-#: ../../include/permissions.php:23
-msgid "Can comment on or like my posts"
-msgstr "Darf meine Beiträge kommentieren und mögen/nicht mögen"
+#: ../../include/ItemObject.php:221 ../../mod/photos.php:967
+msgid "I like this (toggle)"
+msgstr "Mir gefällt das (Umschalter)"
-#: ../../include/permissions.php:24
-msgid "Can send me private mail messages"
-msgstr "Kann mir private Nachrichten schicken"
+#: ../../include/ItemObject.php:222 ../../mod/photos.php:968
+msgid "I don't like this (toggle)"
+msgstr "Mir gefällt das nicht (Umschalter)"
-#: ../../include/permissions.php:25
-msgid "Can post photos to my photo albums"
-msgstr "Kann Fotos in meinen Fotoalben veröffentlichen"
+#: ../../include/ItemObject.php:226
+msgid "Share This"
+msgstr "Teilen"
-#: ../../include/permissions.php:26
-msgid "Can like/dislike stuff"
-msgstr "Kann andere Elemente mögen/nicht mögen"
+#: ../../include/ItemObject.php:226
+msgid "share"
+msgstr "Teilen"
-#: ../../include/permissions.php:26
-msgid "Profiles and things other than posts/comments"
-msgstr "Profile und alles außer Beiträge und Kommentare"
+#: ../../include/ItemObject.php:249 ../../include/ItemObject.php:250
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Schaue Dir %ss Profil an – %s"
-#: ../../include/permissions.php:28
-msgid "Can forward to all my channel contacts via post @mentions"
-msgstr "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten"
+#: ../../include/ItemObject.php:251
+msgid "to"
+msgstr "an"
-#: ../../include/permissions.php:28
-msgid "Advanced - useful for creating group forum channels"
-msgstr "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen"
+#: ../../include/ItemObject.php:252
+msgid "via"
+msgstr "via"
-#: ../../include/permissions.php:29
-msgid "Can chat with me (when available)"
-msgstr "Kann mit mir chatten (wenn verfügbar)"
+#: ../../include/ItemObject.php:253
+msgid "Wall-to-Wall"
+msgstr "Wall-to-Wall"
-#: ../../include/permissions.php:30
-msgid "Can write to my file storage"
-msgstr "Kann in meine Dateiordner schreiben"
+#: ../../include/ItemObject.php:254
+msgid "via Wall-To-Wall:"
+msgstr "via Wall-To-Wall:"
-#: ../../include/permissions.php:31
-msgid "Can edit my webpages"
-msgstr "Kann meine Webseiten bearbeiten"
+#: ../../include/ItemObject.php:290
+msgid "Save Bookmarks"
+msgstr "Favoriten speichern"
-#: ../../include/permissions.php:33
-msgid "Can source my public posts in derived channels"
-msgstr "Kann meine öffentlichen Beiträge als Quellen für Kanäle verwenden"
+#: ../../include/ItemObject.php:291
+msgid "Add to Calendar"
+msgstr "Zum Kalender hinzufügen"
-#: ../../include/permissions.php:33
-msgid "Somewhat advanced - very useful in open communities"
-msgstr "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften"
+#: ../../include/ItemObject.php:299 ../../mod/photos.php:1135
+msgctxt "noun"
+msgid "Likes"
+msgstr "Gefällt mir"
-#: ../../include/permissions.php:35
-msgid "Can administer my channel resources"
-msgstr "Kann meine Kanäle administrieren"
+#: ../../include/ItemObject.php:300 ../../mod/photos.php:1136
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "Gefällt nicht"
-#: ../../include/permissions.php:35
-msgid ""
-"Extremely advanced. Leave this alone unless you know what you are doing"
-msgstr "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weißt, was Du tust"
+#: ../../include/ItemObject.php:331
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d Kommentar"
+msgstr[1] "%d Kommentare"
-#: ../../include/permissions.php:738
-msgid "Social Networking"
-msgstr "Soziales Netzwerk"
+#: ../../include/ItemObject.php:596 ../../mod/photos.php:986
+#: ../../mod/photos.php:1096
+msgid "This is you"
+msgstr "Das bist Du"
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-#: ../../include/permissions.php:743 ../../include/permissions.php:745
-msgid "Mostly Public"
-msgstr "Weitgehend öffentlich"
+#: ../../include/ItemObject.php:599 ../../mod/mood.php:135
+#: ../../mod/photos.php:547 ../../mod/photos.php:661 ../../mod/photos.php:949
+#: ../../mod/photos.php:989 ../../mod/photos.php:1099
+#: ../../mod/settings.php:518 ../../mod/settings.php:630
+#: ../../mod/settings.php:659 ../../mod/settings.php:683
+#: ../../mod/settings.php:759 ../../mod/settings.php:939
+#: ../../mod/poke.php:166 ../../mod/profiles.php:615 ../../mod/events.php:587
+#: ../../mod/chat.php:177 ../../mod/chat.php:211 ../../mod/connect.php:92
+#: ../../mod/connedit.php:546 ../../mod/setup.php:307 ../../mod/setup.php:350
+#: ../../mod/pdledit.php:58 ../../mod/sources.php:104
+#: ../../mod/sources.php:138 ../../mod/filestorage.php:146
+#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:414
+#: ../../mod/admin.php:725 ../../mod/admin.php:861 ../../mod/admin.php:994
+#: ../../mod/admin.php:1193 ../../mod/admin.php:1280 ../../mod/thing.php:284
+#: ../../mod/thing.php:327 ../../mod/import.php:480 ../../mod/invite.php:142
+#: ../../mod/mail.php:348 ../../mod/appman.php:99 ../../mod/poll.php:68
+#: ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/blogga/php/config.php:67
+#: ../../view/theme/blogga/view/theme/blog/config.php:67
+#: ../../view/theme/redbasic/php/config.php:99
+msgid "Submit"
+msgstr "Bestätigen"
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-#: ../../include/permissions.php:743
-msgid "Restricted"
-msgstr "Beschränkt"
+#: ../../include/ItemObject.php:600
+msgid "Bold"
+msgstr "Fett"
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-msgid "Private"
-msgstr "Privat"
+#: ../../include/ItemObject.php:601
+msgid "Italic"
+msgstr "Kursiv"
-#: ../../include/permissions.php:740
-msgid "Community Forum"
-msgstr "Forum"
+#: ../../include/ItemObject.php:602
+msgid "Underline"
+msgstr "Unterstrichen"
-#: ../../include/permissions.php:742
-msgid "Feed Republish"
-msgstr "Teilen von Feeds"
+#: ../../include/ItemObject.php:603
+msgid "Quote"
+msgstr "Zitat"
-#: ../../include/permissions.php:744
-msgid "Celebrity/Soapbox"
-msgstr "Mitteilungs-Kanal (keine Kommentare)"
+#: ../../include/ItemObject.php:604
+msgid "Code"
+msgstr "Code"
-#: ../../include/permissions.php:747
-msgid "Custom/Expert Mode"
-msgstr "Benutzerdefiniert/Expertenmodus"
+#: ../../include/ItemObject.php:605
+msgid "Image"
+msgstr "Bild"
+
+#: ../../include/ItemObject.php:606
+msgid "Link"
+msgstr "Link"
+
+#: ../../include/ItemObject.php:607
+msgid "Video"
+msgstr "Video"
#: ../../mod/mood.php:132
msgid "Set your current mood and tell your friends"
msgstr "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden"
+#: ../../mod/photos.php:77
+msgid "Page owner information could not be retrieved."
+msgstr "Informationen über den Besitzer der Seite konnten nicht gefunden werden."
+
+#: ../../mod/photos.php:97
+msgid "Album not found."
+msgstr "Album nicht gefunden."
+
+#: ../../mod/photos.php:119 ../../mod/photos.php:662
+msgid "Delete Album"
+msgstr "Album löschen"
+
+#: ../../mod/photos.php:159 ../../mod/photos.php:950
+msgid "Delete Photo"
+msgstr "Foto löschen"
+
+#: ../../mod/photos.php:451 ../../mod/search.php:13 ../../mod/directory.php:15
+#: ../../mod/dirprofile.php:9 ../../mod/display.php:9
+#: ../../mod/viewconnections.php:17
+msgid "Public access denied."
+msgstr "Öffentlicher Zugang verweigert."
+
+#: ../../mod/photos.php:461
+msgid "No photos selected"
+msgstr "Keine Fotos ausgewählt"
+
+#: ../../mod/photos.php:507
+msgid "Access to this item is restricted."
+msgstr "Der Zugriff auf dieses Foto ist eingeschränkt."
+
+#: ../../mod/photos.php:558
+#, php-format
+msgid "%1$.2f MB of %2$.2f MB photo storage used."
+msgstr "%1$.2f MB von %2$.2f MB Foto-Speicher belegt."
+
+#: ../../mod/photos.php:561
+#, php-format
+msgid "%1$.2f MB photo storage used."
+msgstr "%1$.2f MB Foto-Speicher belegt."
+
+#: ../../mod/photos.php:583
+msgid "Upload Photos"
+msgstr "Fotos hochladen"
+
+#: ../../mod/photos.php:587
+msgid "Enter a new album name or select an existing one:"
+msgstr "Gib einen neuen Albumnamen ein oder wähle einen bereits existierenden:"
+
+#: ../../mod/photos.php:588
+msgid "Do not show a status post for this upload"
+msgstr "Keine Statusnachricht für diesen Upload senden"
+
+#: ../../mod/photos.php:609
+msgid "Album name could not be decoded"
+msgstr "Albumname konnte nicht dekodiert werden"
+
+#: ../../mod/photos.php:645 ../../mod/photos.php:1159
+#: ../../mod/photos.php:1174
+msgid "Contact Photos"
+msgstr "Kontakt-Bilder"
+
+#: ../../mod/photos.php:656
+msgid "New album name: "
+msgstr "Name des neuen Albums:"
+
+#: ../../mod/photos.php:668
+msgid "Show Newest First"
+msgstr "Zeige Neueste zuerst"
+
+#: ../../mod/photos.php:670
+msgid "Show Oldest First"
+msgstr "Zeige Älteste zuerst"
+
+#: ../../mod/photos.php:697 ../../mod/photos.php:1206
+msgid "View Photo"
+msgstr "Foto ansehen"
+
+#: ../../mod/photos.php:726
+msgid "Edit Album"
+msgstr "Album bearbeiten"
+
+#: ../../mod/photos.php:777
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden."
+
+#: ../../mod/photos.php:779
+msgid "Photo not available"
+msgstr "Foto nicht verfügbar"
+
+#: ../../mod/photos.php:839
+msgid "Use as profile photo"
+msgstr "Als Profilfoto verwenden"
+
+#: ../../mod/photos.php:846
+msgid "Private Photo"
+msgstr "Privates Foto"
+
+#: ../../mod/photos.php:857 ../../mod/events.php:433
+msgid "Previous"
+msgstr "Voriges"
+
+#: ../../mod/photos.php:861
+msgid "View Full Size"
+msgstr "In voller Größe anzeigen"
+
+#: ../../mod/photos.php:866 ../../mod/events.php:434 ../../mod/setup.php:261
+msgid "Next"
+msgstr "Nächste"
+
+#: ../../mod/photos.php:903 ../../mod/delegate.php:130 ../../mod/tagrm.php:133
+msgid "Remove"
+msgstr "Entferne"
+
+#: ../../mod/photos.php:933
+msgid "Edit photo"
+msgstr "Foto bearbeiten"
+
+#: ../../mod/photos.php:935
+msgid "Rotate CW (right)"
+msgstr "Drehen im UZS (rechts)"
+
+#: ../../mod/photos.php:936
+msgid "Rotate CCW (left)"
+msgstr "Drehen gegen UZS (links)"
+
+#: ../../mod/photos.php:939
+msgid "New album name"
+msgstr "Name des neuen Albums:"
+
+#: ../../mod/photos.php:942
+msgid "Caption"
+msgstr "Bildunterschrift"
+
+#: ../../mod/photos.php:944
+msgid "Add a Tag"
+msgstr "Schlagwort hinzufügen"
+
+#: ../../mod/photos.php:947
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
+msgstr "Beispiele: @ben, @Karl_Prester, @lieschen@example.com"
+
+#: ../../mod/photos.php:1125
+msgid "In This Photo:"
+msgstr "Auf diesem Foto:"
+
+#: ../../mod/photos.php:1212
+msgid "View Album"
+msgstr "Album ansehen"
+
+#: ../../mod/photos.php:1235
+msgid "Recent Photos"
+msgstr "Neueste Fotos"
+
#: ../../mod/mitem.php:14 ../../mod/menu.php:92
msgid "Menu not found."
msgstr "Menü nicht gefunden"
@@ -3715,7 +3890,7 @@ msgstr "Neues Menü-Bestandteil"
msgid "Menu Item Permissions"
msgstr "Zugriffsrechte des Menü-Elements"
-#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:980
+#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:974
msgid "(click to open/close)"
msgstr "(zum öffnen/schließen anklicken)"
@@ -3783,471 +3958,475 @@ msgstr "hat eine Veranstaltung veröffentlicht"
msgid "network"
msgstr "Netzwerk"
-#: ../../mod/settings.php:71
+#: ../../mod/settings.php:73
msgid "Name is required"
msgstr "Name ist erforderlich"
-#: ../../mod/settings.php:75
+#: ../../mod/settings.php:77
msgid "Key and Secret are required"
msgstr "Schlüssel und Geheimnis werden benötigt"
-#: ../../mod/settings.php:198
+#: ../../mod/settings.php:197
msgid "Passwords do not match. Password unchanged."
msgstr "Kennwörter stimmen nicht überein. Kennwort nicht verändert."
-#: ../../mod/settings.php:202
+#: ../../mod/settings.php:201
msgid "Empty passwords are not allowed. Password unchanged."
msgstr "Leere Kennwörter sind nicht erlaubt. Kennwort nicht verändert."
-#: ../../mod/settings.php:216
+#: ../../mod/settings.php:215
msgid "Password changed."
msgstr "Kennwort geändert."
-#: ../../mod/settings.php:218
+#: ../../mod/settings.php:217
msgid "Password update failed. Please try again."
msgstr "Kennwortänderung fehlgeschlagen. Bitte versuche es noch einmal."
-#: ../../mod/settings.php:232
+#: ../../mod/settings.php:231
msgid "Not valid email."
msgstr "Keine gültige E-Mail Adresse."
-#: ../../mod/settings.php:235
+#: ../../mod/settings.php:234
msgid "Protected email address. Cannot change to that email."
msgstr "Geschützte E-Mail Adresse. Diese kann nicht verändert werden."
-#: ../../mod/settings.php:244
+#: ../../mod/settings.php:243
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:447
+#: ../../mod/settings.php:448
msgid "Settings updated."
msgstr "Einstellungen aktualisiert."
-#: ../../mod/settings.php:518 ../../mod/settings.php:544
-#: ../../mod/settings.php:580
+#: ../../mod/settings.php:517 ../../mod/settings.php:543
+#: ../../mod/settings.php:579
msgid "Add application"
msgstr "Anwendung hinzufügen"
-#: ../../mod/settings.php:521
+#: ../../mod/settings.php:520
msgid "Name of application"
msgstr "Name der Anwendung"
-#: ../../mod/settings.php:522 ../../mod/settings.php:548
+#: ../../mod/settings.php:521 ../../mod/settings.php:547
msgid "Consumer Key"
msgstr "Consumer Key"
-#: ../../mod/settings.php:522 ../../mod/settings.php:523
+#: ../../mod/settings.php:521 ../../mod/settings.php:522
msgid "Automatically generated - change if desired. Max length 20"
msgstr "Automatisch erzeugt – ändern, falls erwünscht. Maximale Länge 20"
-#: ../../mod/settings.php:523 ../../mod/settings.php:549
+#: ../../mod/settings.php:522 ../../mod/settings.php:548
msgid "Consumer Secret"
msgstr "Consumer Secret"
-#: ../../mod/settings.php:524 ../../mod/settings.php:550
+#: ../../mod/settings.php:523 ../../mod/settings.php:549
msgid "Redirect"
msgstr "Umleitung"
-#: ../../mod/settings.php:524
+#: ../../mod/settings.php:523
msgid ""
"Redirect URI - leave blank unless your application specifically requires "
"this"
msgstr "Umleitungs-URl – lasse das leer, wenn Deine Anwendung es nicht explizit erfordert"
-#: ../../mod/settings.php:525 ../../mod/settings.php:551
+#: ../../mod/settings.php:524 ../../mod/settings.php:550
msgid "Icon url"
msgstr "Symbol-URL"
-#: ../../mod/settings.php:525
+#: ../../mod/settings.php:524
msgid "Optional"
msgstr "Optional"
-#: ../../mod/settings.php:536
+#: ../../mod/settings.php:535
msgid "You can't edit this application."
msgstr "Diese Anwendung kann nicht bearbeitet werden."
-#: ../../mod/settings.php:579
+#: ../../mod/settings.php:578
msgid "Connected Apps"
msgstr "Verbundene Apps"
-#: ../../mod/settings.php:583
+#: ../../mod/settings.php:582
msgid "Client key starts with"
msgstr "Client Key beginnt mit"
-#: ../../mod/settings.php:584
+#: ../../mod/settings.php:583
msgid "No name"
msgstr "Kein Name"
-#: ../../mod/settings.php:585
+#: ../../mod/settings.php:584
msgid "Remove authorization"
msgstr "Authorisierung aufheben"
-#: ../../mod/settings.php:596
+#: ../../mod/settings.php:595
msgid "No feature settings configured"
msgstr "Keine Funktions-Einstellungen konfiguriert"
-#: ../../mod/settings.php:604
+#: ../../mod/settings.php:603
msgid "Feature Settings"
msgstr "Funktions-Einstellungen"
-#: ../../mod/settings.php:627
+#: ../../mod/settings.php:626
msgid "Account Settings"
msgstr "Konto-Einstellungen"
-#: ../../mod/settings.php:628
+#: ../../mod/settings.php:627
msgid "Password Settings"
msgstr "Kennwort-Einstellungen"
-#: ../../mod/settings.php:629
+#: ../../mod/settings.php:628
msgid "New Password:"
msgstr "Neues Passwort:"
-#: ../../mod/settings.php:630
+#: ../../mod/settings.php:629
msgid "Confirm:"
msgstr "Bestätigen:"
-#: ../../mod/settings.php:630
+#: ../../mod/settings.php:629
msgid "Leave password fields blank unless changing"
msgstr "Lasse die Passwort-Felder leer, außer Du möchtest das Passwort ändern"
-#: ../../mod/settings.php:632 ../../mod/settings.php:954
+#: ../../mod/settings.php:631 ../../mod/settings.php:948
msgid "Email Address:"
msgstr "Email Adresse:"
-#: ../../mod/settings.php:633 ../../mod/removeaccount.php:61
+#: ../../mod/settings.php:632 ../../mod/removeaccount.php:61
msgid "Remove Account"
msgstr "Konto entfernen"
-#: ../../mod/settings.php:634
+#: ../../mod/settings.php:633
msgid "Remove this account from this server including all its channels"
msgstr "Lösche dieses Konto einschließlich aller zugehörigen Kanäle von diesem Server"
-#: ../../mod/settings.php:635 ../../mod/settings.php:1019
+#: ../../mod/settings.php:634 ../../mod/settings.php:1014
msgid "Warning: This action is permanent and cannot be reversed."
msgstr "Achtung: Diese Aktion ist endgültig und kann nicht rückgängig gemacht werden."
-#: ../../mod/settings.php:651
+#: ../../mod/settings.php:650
msgid "Off"
msgstr "Aus"
-#: ../../mod/settings.php:651
+#: ../../mod/settings.php:650
msgid "On"
msgstr "An"
-#: ../../mod/settings.php:658
+#: ../../mod/settings.php:657
msgid "Additional Features"
msgstr "Zusätzliche Funktionen"
-#: ../../mod/settings.php:683
+#: ../../mod/settings.php:682
msgid "Connector Settings"
msgstr "Connector-Einstellungen"
-#: ../../mod/settings.php:713 ../../mod/admin.php:362
+#: ../../mod/settings.php:712 ../../mod/admin.php:362
msgid "No special theme for mobile devices"
msgstr "Keine spezielle Theme für mobile Geräte"
-#: ../../mod/settings.php:722
+#: ../../mod/settings.php:721
#, php-format
msgid "%s - (Experimental)"
msgstr "%s – (experimentell)"
-#: ../../mod/settings.php:758
+#: ../../mod/settings.php:757
msgid "Display Settings"
msgstr "Anzeige-Einstellungen"
-#: ../../mod/settings.php:764
+#: ../../mod/settings.php:763
msgid "Display Theme:"
msgstr "Anzeige-Theme:"
-#: ../../mod/settings.php:765
+#: ../../mod/settings.php:764
msgid "Mobile Theme:"
msgstr "Mobile Theme:"
-#: ../../mod/settings.php:766
+#: ../../mod/settings.php:765
msgid "Enable user zoom on mobile devices"
msgstr "Zoom auf Mobilgeräten aktivieren"
-#: ../../mod/settings.php:767
+#: ../../mod/settings.php:766
msgid "Update browser every xx seconds"
msgstr "Browser alle xx Sekunden aktualisieren"
-#: ../../mod/settings.php:767
+#: ../../mod/settings.php:766
msgid "Minimum of 10 seconds, no maximum"
msgstr "Minimum 10 Sekunden, kein Maximum"
-#: ../../mod/settings.php:768
+#: ../../mod/settings.php:767
msgid "Maximum number of conversations to load at any time:"
msgstr "Maximale Anzahl von Unterhaltungen, die auf einmal geladen werden sollen:"
-#: ../../mod/settings.php:768
+#: ../../mod/settings.php:767
msgid "Maximum of 100 items"
msgstr "Maximum: 100 Beiträge"
-#: ../../mod/settings.php:769
+#: ../../mod/settings.php:768
msgid "Don't show emoticons"
msgstr "Emoticons nicht zeigen"
-#: ../../mod/settings.php:770
+#: ../../mod/settings.php:769
msgid "Link post titles to source"
msgstr "Beitragstitel zum Originalbeitrag verlinken"
-#: ../../mod/settings.php:771
+#: ../../mod/settings.php:770
msgid "System Page Layout Editor - (advanced)"
msgstr "System-Seitenlayout-Editor (für Experten)"
-#: ../../mod/settings.php:807
+#: ../../mod/settings.php:804
msgid "Nobody except yourself"
msgstr "Niemand außer Dir selbst"
-#: ../../mod/settings.php:808
+#: ../../mod/settings.php:805
msgid "Only those you specifically allow"
msgstr "Nur die, denen Du es explizit erlaubst"
-#: ../../mod/settings.php:809
+#: ../../mod/settings.php:806
msgid "Approved connections"
msgstr "Angenommene Verbindungen"
-#: ../../mod/settings.php:810
+#: ../../mod/settings.php:807
msgid "Any connections"
msgstr "Beliebige Verbindungen"
-#: ../../mod/settings.php:811
+#: ../../mod/settings.php:808
msgid "Anybody on this website"
msgstr "Jeder auf dieser Website"
-#: ../../mod/settings.php:812
+#: ../../mod/settings.php:809
msgid "Anybody in this network"
msgstr "Alle Red-Nutzer"
-#: ../../mod/settings.php:813
+#: ../../mod/settings.php:810
msgid "Anybody authenticated"
msgstr "Jeder authentifizierte"
-#: ../../mod/settings.php:814
+#: ../../mod/settings.php:811
msgid "Anybody on the internet"
msgstr "Jeder im Internet"
-#: ../../mod/settings.php:891
+#: ../../mod/settings.php:885
msgid "Publish your default profile in the network directory"
msgstr "Standard-Profil im Netzwerk-Verzeichnis veröffentlichen"
-#: ../../mod/settings.php:891 ../../mod/settings.php:896
-#: ../../mod/settings.php:973 ../../mod/api.php:106 ../../mod/profiles.php:602
+#: ../../mod/settings.php:885 ../../mod/settings.php:890
+#: ../../mod/settings.php:967 ../../mod/api.php:106 ../../mod/profiles.php:574
#: ../../mod/admin.php:392
msgid "No"
msgstr "Nein"
-#: ../../mod/settings.php:891 ../../mod/settings.php:896
-#: ../../mod/settings.php:973 ../../mod/api.php:105 ../../mod/profiles.php:601
+#: ../../mod/settings.php:885 ../../mod/settings.php:890
+#: ../../mod/settings.php:967 ../../mod/api.php:105 ../../mod/profiles.php:573
#: ../../mod/admin.php:394
msgid "Yes"
msgstr "Ja"
-#: ../../mod/settings.php:896
+#: ../../mod/settings.php:890
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:900 ../../mod/profile_photo.php:365
+#: ../../mod/settings.php:894 ../../mod/profile_photo.php:365
msgid "or"
msgstr "oder"
-#: ../../mod/settings.php:905
+#: ../../mod/settings.php:899
msgid "Your channel address is"
msgstr "Deine Kanal-Adresse lautet"
-#: ../../mod/settings.php:943
+#: ../../mod/settings.php:937
msgid "Channel Settings"
msgstr "Kanal-Einstellungen"
-#: ../../mod/settings.php:952
+#: ../../mod/settings.php:946
msgid "Basic Settings"
msgstr "Grundeinstellungen"
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:949
msgid "Your Timezone:"
msgstr "Ihre Zeitzone:"
-#: ../../mod/settings.php:956
+#: ../../mod/settings.php:950
msgid "Default Post Location:"
msgstr "Standardstandort:"
-#: ../../mod/settings.php:956
+#: ../../mod/settings.php:950
msgid "Geographical location to display on your posts"
msgstr "Geografischer Ort, der bei Deinen Beiträgen angezeigt werden soll"
-#: ../../mod/settings.php:957
+#: ../../mod/settings.php:951
msgid "Use Browser Location:"
msgstr "Standort des Browsers verwenden:"
-#: ../../mod/settings.php:959
+#: ../../mod/settings.php:953
msgid "Adult Content"
msgstr "Nicht jugendfreie Inhalte"
-#: ../../mod/settings.php:959
+#: ../../mod/settings.php:953
msgid ""
"This channel frequently or regularly publishes adult content. (Please tag "
"any adult material and/or nudity with #NSFW)"
msgstr "Dieser Kanal veröffentlicht regelmäßig Inhalte, die für Minderjährige ungeeignet sind. (Bitte markiere solche Inhalte mit dem Schlagwort #NSFW)"
-#: ../../mod/settings.php:961
+#: ../../mod/settings.php:955
msgid "Security and Privacy Settings"
msgstr "Sicherheits- und Datenschutz-Einstellungen"
-#: ../../mod/settings.php:963
+#: ../../mod/settings.php:957
msgid "Your permissions are already configured. Click to view/adjust"
msgstr "Deine Zugriffsrechte sind schon konfiguriert. Klicke hier, um sie zu betrachten oder zu ändern"
-#: ../../mod/settings.php:965
+#: ../../mod/settings.php:959
msgid "Hide my online presence"
msgstr "Meine Online-Präsenz verbergen"
-#: ../../mod/settings.php:965
+#: ../../mod/settings.php:959
msgid "Prevents displaying in your profile that you are online"
msgstr "Verhindert die Anzeige Deines Online-Status in deinem Profil"
-#: ../../mod/settings.php:967
+#: ../../mod/settings.php:961
msgid "Simple Privacy Settings:"
msgstr "Einfache Privatsphäre-Einstellungen"
-#: ../../mod/settings.php:968
+#: ../../mod/settings.php:962
msgid ""
"Very Public - <em>extremely permissive (should be used with caution)</em>"
msgstr "Komplett offen – <em>extrem ungeschützt (mit großer Vorsicht verwenden!)</em>"
-#: ../../mod/settings.php:969
+#: ../../mod/settings.php:963
msgid ""
"Typical - <em>default public, privacy when desired (similar to social "
"network permissions but with improved privacy)</em>"
msgstr "Typisch – <em>Standard öffentlich, Privatsphäre, wo sie erwünscht ist (ähnlich den Einstellungen in sozialen Netzwerken, aber mit besser geschützter Privatsphäre)</em>"
-#: ../../mod/settings.php:970
+#: ../../mod/settings.php:964
msgid "Private - <em>default private, never open or public</em>"
msgstr "Private – <em>Standard privat, nie offen oder öffentlich</em>"
-#: ../../mod/settings.php:971
+#: ../../mod/settings.php:965
msgid "Blocked - <em>default blocked to/from everybody</em>"
msgstr "Blockiert – <em>Alle standardmäßig blockiert</em>"
-#: ../../mod/settings.php:973
+#: ../../mod/settings.php:967
msgid "Allow others to tag your posts"
msgstr "Erlaube anderen, Deine Beiträge zu taggen"
-#: ../../mod/settings.php:973
+#: ../../mod/settings.php:967
msgid ""
"Often used by the community to retro-actively flag inappropriate content"
msgstr "Wird oft von der Community genutzt um rückwirkend anstößigen Inhalt zu markieren"
-#: ../../mod/settings.php:975
+#: ../../mod/settings.php:969
msgid "Advanced Privacy Settings"
msgstr "Fortgeschrittene Privatsphäre-Einstellungen"
-#: ../../mod/settings.php:977
+#: ../../mod/settings.php:971
msgid "Expire other channel content after this many days"
msgstr "Den Inhalt anderer Kanäle nach dieser Anzahl Tage verfallen lassen"
-#: ../../mod/settings.php:977
+#: ../../mod/settings.php:971
msgid "0 or blank prevents expiration"
msgstr "0 oder kein Inhalt verhindern das Verfallen"
-#: ../../mod/settings.php:978
+#: ../../mod/settings.php:972
msgid "Maximum Friend Requests/Day:"
msgstr "Maximale Kontaktanfragen pro Tag:"
-#: ../../mod/settings.php:978
+#: ../../mod/settings.php:972
msgid "May reduce spam activity"
msgstr "Kann die Spam-Aktivität verringern"
-#: ../../mod/settings.php:979
+#: ../../mod/settings.php:973
msgid "Default Post Permissions"
msgstr "Standardeinstellungen für Beitrags-Zugriffsrechte"
-#: ../../mod/settings.php:991
+#: ../../mod/settings.php:978
+msgid "Channel permissions category:"
+msgstr "Zugriffsrechte-Kategorie des Kanals:"
+
+#: ../../mod/settings.php:986
msgid "Maximum private messages per day from unknown people:"
msgstr "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:"
-#: ../../mod/settings.php:991
+#: ../../mod/settings.php:986
msgid "Useful to reduce spamming"
msgstr "Nützlich, um Spam zu verringern"
-#: ../../mod/settings.php:994
+#: ../../mod/settings.php:989
msgid "Notification Settings"
msgstr "Benachrichtigungs-Einstellungen"
-#: ../../mod/settings.php:995
+#: ../../mod/settings.php:990
msgid "By default post a status message when:"
msgstr "Sende standardmäßig Status-Nachrichten, wenn:"
-#: ../../mod/settings.php:996
+#: ../../mod/settings.php:991
msgid "accepting a friend request"
msgstr "Du eine Kontaktanfrage annimmst"
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:992
msgid "joining a forum/community"
msgstr "Du einem Forum beitrittst"
-#: ../../mod/settings.php:998
+#: ../../mod/settings.php:993
msgid "making an <em>interesting</em> profile change"
msgstr "Du eine <em>interessante</em> Änderung an Deinem Profil vornimmst"
-#: ../../mod/settings.php:999
+#: ../../mod/settings.php:994
msgid "Send a notification email when:"
msgstr "Eine E-Mail-Benachrichtigung senden, wenn:"
-#: ../../mod/settings.php:1000
+#: ../../mod/settings.php:995
msgid "You receive a connection request"
msgstr "Du eine Verbindungsanfrage erhältst"
-#: ../../mod/settings.php:1001
+#: ../../mod/settings.php:996
msgid "Your connections are confirmed"
msgstr "Eine Verbindung bestätigt wurde"
-#: ../../mod/settings.php:1002
+#: ../../mod/settings.php:997
msgid "Someone writes on your profile wall"
msgstr "Jemand auf Deine Pinnwand schreibt"
-#: ../../mod/settings.php:1003
+#: ../../mod/settings.php:998
msgid "Someone writes a followup comment"
msgstr "Jemand einen Beitrag kommentiert"
-#: ../../mod/settings.php:1004
+#: ../../mod/settings.php:999
msgid "You receive a private message"
msgstr "Du eine private Nachricht erhältst"
-#: ../../mod/settings.php:1005
+#: ../../mod/settings.php:1000
msgid "You receive a friend suggestion"
msgstr "Du einen Kontaktvorschlag erhältst"
-#: ../../mod/settings.php:1006
+#: ../../mod/settings.php:1001
msgid "You are tagged in a post"
msgstr "Du in einem Beitrag erwähnt wurdest"
-#: ../../mod/settings.php:1007
+#: ../../mod/settings.php:1002
msgid "You are poked/prodded/etc. in a post"
msgstr "Du in einem Beitrag angestupst/geknufft/o.ä. wurdest"
-#: ../../mod/settings.php:1010
+#: ../../mod/settings.php:1005
msgid "Advanced Account/Page Type Settings"
msgstr "Erweiterte Account- und Seitenart-Einstellungen"
-#: ../../mod/settings.php:1011
+#: ../../mod/settings.php:1006
msgid "Change the behaviour of this account for special situations"
msgstr "Ändere das Verhalten dieses Accounts unter speziellen Umständen"
-#: ../../mod/settings.php:1014
+#: ../../mod/settings.php:1009
msgid ""
"Please enable expert mode (in <a href=\"settings/features\">Settings > "
"Additional features</a>) to adjust!"
msgstr "Aktiviere den Expertenmodus (unter <a href=\"settings/features\">Settings > Zusätzliche Funktionen</a>), um hier Einstellungen vorzunehmen!"
-#: ../../mod/settings.php:1015
+#: ../../mod/settings.php:1010
msgid "Miscellaneous Settings"
msgstr "Sonstige Einstellungen"
-#: ../../mod/settings.php:1017
+#: ../../mod/settings.php:1012
msgid "Personal menu to display in your channel pages"
msgstr "Eigenes Menü zur Anzeige auf den Seiten deines Kanals"
-#: ../../mod/settings.php:1018
+#: ../../mod/settings.php:1013
msgid "Remove this channel"
msgstr "Diesen Kanal löschen"
@@ -4309,16 +4488,16 @@ msgstr "Element nicht verfügbar."
msgid "Fetching URL returns error: %1$s"
msgstr "Abrufen der URL gab einen Fehler zurück: %1$s"
-#: ../../mod/block.php:27 ../../mod/page.php:35
+#: ../../mod/block.php:27 ../../mod/page.php:33
msgid "Invalid item."
msgstr "Ungültiges Element."
-#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/wall_upload.php:28
+#: ../../mod/block.php:39 ../../mod/wall_upload.php:28 ../../mod/page.php:45
msgid "Channel not found."
msgstr "Kanal nicht gefunden."
-#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:102
-#: ../../mod/help.php:72 ../../index.php:240
+#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70
+#: ../../mod/page.php:81 ../../index.php:252
msgid "Page not found."
msgstr "Seite nicht gefunden."
@@ -4327,45 +4506,45 @@ msgstr "Seite nicht gefunden."
msgid "Version %s"
msgstr "Version %s"
-#: ../../mod/siteinfo.php:109
+#: ../../mod/siteinfo.php:111
msgid "Installed plugins/addons/apps:"
msgstr "Installierte Plugins/Addons/Apps"
-#: ../../mod/siteinfo.php:122
+#: ../../mod/siteinfo.php:124
msgid "No installed plugins/addons/apps"
msgstr "Keine installierten Plugins/Addons/Apps"
-#: ../../mod/siteinfo.php:130
+#: ../../mod/siteinfo.php:132
msgid "Red"
msgstr "Red"
-#: ../../mod/siteinfo.php:131
+#: ../../mod/siteinfo.php:133
msgid ""
"This is a hub of the Red Matrix - a global cooperative network of "
"decentralized privacy enhanced websites."
msgstr "Dieser Hub ist Teil der RedMatrix – eines globalen, kooperativen Netzwerks aus dezentralen Websites, die Rücksicht auf Deine Privatsphäre nehmen."
-#: ../../mod/siteinfo.php:134
+#: ../../mod/siteinfo.php:137
msgid "Running at web location"
msgstr "Erreichbar unter der Web-Adresse"
-#: ../../mod/siteinfo.php:135
+#: ../../mod/siteinfo.php:138
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:136
+#: ../../mod/siteinfo.php:139
msgid "Bug reports and issues: please visit"
msgstr "Probleme oder Fehler gefunden? Bitte besuche"
-#: ../../mod/siteinfo.php:139
+#: ../../mod/siteinfo.php:142
msgid ""
"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
"com"
msgstr "Vorschläge, Lob, usw.: E-Mail an 'redmatrix' at librelist - dot - com"
-#: ../../mod/siteinfo.php:141
+#: ../../mod/siteinfo.php:144
msgid "Site Administrators"
msgstr "Administratoren"
@@ -4374,7 +4553,7 @@ msgid "Block Name"
msgstr "Block-Name"
#: ../../mod/profiles.php:18 ../../mod/profiles.php:165
-#: ../../mod/profiles.php:222 ../../mod/profiles.php:575
+#: ../../mod/profiles.php:222 ../../mod/profiles.php:547
msgid "Profile not found."
msgstr "Profil nicht gefunden."
@@ -4402,237 +4581,236 @@ msgstr "Dieses Profil kann nicht exportiert werden."
msgid "Profile Name is required."
msgstr "Profil-Name erforderlich."
-#: ../../mod/profiles.php:390
+#: ../../mod/profiles.php:362
msgid "Marital Status"
msgstr "Familienstand"
-#: ../../mod/profiles.php:394
+#: ../../mod/profiles.php:366
msgid "Romantic Partner"
msgstr "Romantische Partner"
-#: ../../mod/profiles.php:398
+#: ../../mod/profiles.php:370
msgid "Likes"
msgstr "Gefällt"
-#: ../../mod/profiles.php:402
+#: ../../mod/profiles.php:374
msgid "Dislikes"
msgstr "Gefällt nicht"
-#: ../../mod/profiles.php:406
+#: ../../mod/profiles.php:378
msgid "Work/Employment"
msgstr "Arbeit/Anstellung"
-#: ../../mod/profiles.php:409
+#: ../../mod/profiles.php:381
msgid "Religion"
msgstr "Religion"
-#: ../../mod/profiles.php:413
+#: ../../mod/profiles.php:385
msgid "Political Views"
msgstr "Politische Ansichten"
-#: ../../mod/profiles.php:417
+#: ../../mod/profiles.php:389
msgid "Gender"
msgstr "Geschlecht"
-#: ../../mod/profiles.php:421
+#: ../../mod/profiles.php:393
msgid "Sexual Preference"
msgstr "Sexuelle Orientierung"
-#: ../../mod/profiles.php:425
+#: ../../mod/profiles.php:397
msgid "Homepage"
msgstr "Webseite"
-#: ../../mod/profiles.php:429
+#: ../../mod/profiles.php:401
msgid "Interests"
msgstr "Hobbys/Interessen"
-#: ../../mod/profiles.php:433 ../../mod/admin.php:868
+#: ../../mod/profiles.php:405 ../../mod/admin.php:868
msgid "Address"
msgstr "Adresse"
-#: ../../mod/profiles.php:440 ../../mod/pubsites.php:25
+#: ../../mod/profiles.php:412 ../../mod/pubsites.php:25
msgid "Location"
msgstr "Ort"
-#: ../../mod/profiles.php:523
+#: ../../mod/profiles.php:495
msgid "Profile updated."
msgstr "Profil aktualisiert."
-#: ../../mod/profiles.php:600
+#: ../../mod/profiles.php:572
msgid "Hide your contact/friend list from viewers of this profile?"
msgstr "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?"
-#: ../../mod/profiles.php:642
+#: ../../mod/profiles.php:614
msgid "Edit Profile Details"
msgstr "Bearbeite Profil-Details"
-#: ../../mod/profiles.php:644
+#: ../../mod/profiles.php:616
msgid "View this profile"
msgstr "Dieses Profil ansehen"
-#: ../../mod/profiles.php:646
+#: ../../mod/profiles.php:618
msgid "Change Profile Photo"
msgstr "Profilfoto ändern"
-#: ../../mod/profiles.php:647
+#: ../../mod/profiles.php:619
msgid "Create a new profile using these settings"
msgstr "Neues Profil anlegen und diese Einstellungen übernehmen"
-#: ../../mod/profiles.php:648
+#: ../../mod/profiles.php:620
msgid "Clone this profile"
msgstr "Dieses Profil klonen"
-#: ../../mod/profiles.php:649
+#: ../../mod/profiles.php:621
msgid "Delete this profile"
msgstr "Dieses Profil löschen"
-#: ../../mod/profiles.php:651
+#: ../../mod/profiles.php:623
msgid "Import profile from file"
msgstr "Profil aus einer Datei importieren"
-#: ../../mod/profiles.php:652
+#: ../../mod/profiles.php:624
msgid "Export profile to file"
msgstr "Profil in eine Datei exportieren"
-#: ../../mod/profiles.php:653
+#: ../../mod/profiles.php:625
msgid "Profile Name:"
msgstr "Profilname:"
-#: ../../mod/profiles.php:654
+#: ../../mod/profiles.php:626
msgid "Your Full Name:"
msgstr "Dein voller Name:"
-#: ../../mod/profiles.php:655
+#: ../../mod/profiles.php:627
msgid "Title/Description:"
msgstr "Titel/Stellenbeschreibung:"
-#: ../../mod/profiles.php:656
+#: ../../mod/profiles.php:628
msgid "Your Gender:"
msgstr "Dein Geschlecht:"
-#: ../../mod/profiles.php:657
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Geburtstag (%s):"
+#: ../../mod/profiles.php:629
+msgid "Birthday :"
+msgstr "Geburtstag:"
-#: ../../mod/profiles.php:658
+#: ../../mod/profiles.php:630
msgid "Street Address:"
msgstr "Straße und Hausnummer:"
-#: ../../mod/profiles.php:659
+#: ../../mod/profiles.php:631
msgid "Locality/City:"
msgstr "Wohnort:"
-#: ../../mod/profiles.php:660
+#: ../../mod/profiles.php:632
msgid "Postal/Zip Code:"
msgstr "Postleitzahl:"
-#: ../../mod/profiles.php:661
+#: ../../mod/profiles.php:633
msgid "Country:"
msgstr "Land:"
-#: ../../mod/profiles.php:662
+#: ../../mod/profiles.php:634
msgid "Region/State:"
msgstr "Region/Bundesstaat:"
-#: ../../mod/profiles.php:663
+#: ../../mod/profiles.php:635
msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
msgstr "<span class=\"heart\">&hearts;</span> Beziehungsstatus:"
-#: ../../mod/profiles.php:664
+#: ../../mod/profiles.php:636
msgid "Who: (if applicable)"
msgstr "Wer: (falls anwendbar)"
-#: ../../mod/profiles.php:665
+#: ../../mod/profiles.php:637
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com"
-#: ../../mod/profiles.php:666
+#: ../../mod/profiles.php:638
msgid "Since [date]:"
msgstr "Seit [Datum]:"
-#: ../../mod/profiles.php:668
+#: ../../mod/profiles.php:640
msgid "Homepage URL:"
msgstr "Homepage URL:"
-#: ../../mod/profiles.php:671
+#: ../../mod/profiles.php:643
msgid "Religious Views:"
msgstr "Religiöse Ansichten:"
-#: ../../mod/profiles.php:672
+#: ../../mod/profiles.php:644
msgid "Keywords:"
msgstr "Schlüsselwörter:"
-#: ../../mod/profiles.php:675
+#: ../../mod/profiles.php:647
msgid "Example: fishing photography software"
msgstr "Beispiel: Angeln Fotografie Software"
-#: ../../mod/profiles.php:676
+#: ../../mod/profiles.php:648
msgid "Used in directory listings"
msgstr "Wird in Verzeichnis-Auflistungen verwendet"
-#: ../../mod/profiles.php:677
+#: ../../mod/profiles.php:649
msgid "Tell us about yourself..."
msgstr "Erzähle uns ein wenig von Dir …"
-#: ../../mod/profiles.php:678
+#: ../../mod/profiles.php:650
msgid "Hobbies/Interests"
msgstr "Hobbys/Interessen"
-#: ../../mod/profiles.php:679
+#: ../../mod/profiles.php:651
msgid "Contact information and Social Networks"
msgstr "Kontaktinformation und soziale Netzwerke"
-#: ../../mod/profiles.php:680
+#: ../../mod/profiles.php:652
msgid "My other channels"
msgstr "Meine anderen Kanäle"
-#: ../../mod/profiles.php:681
+#: ../../mod/profiles.php:653
msgid "Musical interests"
msgstr "Musikalische Interessen"
-#: ../../mod/profiles.php:682
+#: ../../mod/profiles.php:654
msgid "Books, literature"
msgstr "Bücher, Literatur"
-#: ../../mod/profiles.php:683
+#: ../../mod/profiles.php:655
msgid "Television"
msgstr "Fernsehen"
-#: ../../mod/profiles.php:684
+#: ../../mod/profiles.php:656
msgid "Film/dance/culture/entertainment"
msgstr "Film/Tanz/Kultur/Unterhaltung"
-#: ../../mod/profiles.php:685
+#: ../../mod/profiles.php:657
msgid "Love/romance"
msgstr "Liebe/Romantik"
-#: ../../mod/profiles.php:686
+#: ../../mod/profiles.php:658
msgid "Work/employment"
msgstr "Arbeit/Anstellung"
-#: ../../mod/profiles.php:687
+#: ../../mod/profiles.php:659
msgid "School/education"
msgstr "Schule/Ausbildung"
-#: ../../mod/profiles.php:693
+#: ../../mod/profiles.php:665
msgid "This is your default profile."
msgstr "Das ist Dein Standardprofil"
-#: ../../mod/profiles.php:704 ../../mod/directory.php:143
+#: ../../mod/profiles.php:676 ../../mod/directory.php:143
#: ../../mod/dirprofile.php:92
msgid "Age: "
msgstr "Alter:"
-#: ../../mod/profiles.php:747
+#: ../../mod/profiles.php:719
msgid "Edit/Manage Profiles"
msgstr "Profile bearbeiten/verwalten"
-#: ../../mod/profiles.php:748
+#: ../../mod/profiles.php:720
msgid "Add profile things"
msgstr "Sachen zum Profil hinzufügen"
-#: ../../mod/profiles.php:749
+#: ../../mod/profiles.php:721
msgid "Include desirable objects in your profile"
msgstr "Binde begehrenswerte Dinge in Dein Profil ein"
@@ -4656,6 +4834,71 @@ msgstr "Sichtbar für"
msgid "All Connections"
msgstr "Alle Verbindungen"
+#: ../../mod/events.php:81
+msgid "Event can not end before it has started."
+msgstr "Termin-Ende liegt vor dem Beginn."
+
+#: ../../mod/events.php:86
+msgid "Event title and start time are required."
+msgstr "Veranstaltungs- Titel und Startzeit sind erforderlich."
+
+#: ../../mod/events.php:100
+msgid "Event not found."
+msgstr "Termin nicht gefunden."
+
+#: ../../mod/events.php:364
+msgid "l, F j"
+msgstr "l, j. F"
+
+#: ../../mod/events.php:386
+msgid "Edit event"
+msgstr "Veranstaltung bearbeiten"
+
+#: ../../mod/events.php:432
+msgid "Create New Event"
+msgstr "Neue Veranstaltung erstellen"
+
+#: ../../mod/events.php:560
+msgid "Event details"
+msgstr "Veranstaltungs-Details"
+
+#: ../../mod/events.php:561
+msgid "Starting date and Title are required."
+msgstr "Startdatum und Titel sind erforderlich."
+
+#: ../../mod/events.php:565
+msgid "Event Starts:"
+msgstr "Veranstaltung startet:"
+
+#: ../../mod/events.php:565 ../../mod/events.php:581 ../../mod/appman.php:91
+#: ../../mod/appman.php:92
+msgid "Required"
+msgstr "Benötigt"
+
+#: ../../mod/events.php:571
+msgid "Finish date/time is not known or not relevant"
+msgstr "Ende Datum/Zeit sind unbekannt oder unwichtig"
+
+#: ../../mod/events.php:573
+msgid "Event Finishes:"
+msgstr "Veranstaltung endet:"
+
+#: ../../mod/events.php:575
+msgid "Adjust for viewer timezone"
+msgstr "An die Zeitzone des Betrachters anpassen"
+
+#: ../../mod/events.php:577
+msgid "Description:"
+msgstr "Beschreibung:"
+
+#: ../../mod/events.php:581
+msgid "Title:"
+msgstr "Titel:"
+
+#: ../../mod/events.php:583
+msgid "Share this event"
+msgstr "Die Veranstaltung teilen"
+
#: ../../mod/pubsites.php:16
msgid "Public Sites"
msgstr "Öffentliche Server"
@@ -4837,10 +5080,6 @@ msgstr "Online"
msgid "Please login."
msgstr "Bitte melde dich an."
-#: ../../mod/cloud.php:130
-msgid "RedMatrix - Guests: Username: {your email address}, Password: +++"
-msgstr "RedMatrix – Gäste: Username: {Deine E-Mail-Adresse}, Passwort: +++"
-
#: ../../mod/removeme.php:29
msgid ""
"Channel removals are not allowed within 48 hours of changing the account "
@@ -4958,7 +5197,7 @@ msgstr "Eingeschränkter oder Premium-Kanal"
#: ../../mod/network.php:79
msgid "No such group"
-msgstr "Gruppe existiert nicht"
+msgstr "Sammlung nicht gefunden"
#: ../../mod/network.php:118
msgid "Search Results For:"
@@ -5081,238 +5320,238 @@ msgstr "Bearbeite Beitrag"
msgid "is now connected to"
msgstr "ist jetzt verbunden mit"
-#: ../../mod/connedit.php:296
+#: ../../mod/connedit.php:302
msgid "Could not access address book record."
msgstr "Konnte nicht auf den Adressbuch-Eintrag zugreifen."
-#: ../../mod/connedit.php:310
+#: ../../mod/connedit.php:316
msgid "Refresh failed - channel is currently unavailable."
msgstr "Aktualisierung fehlgeschlagen – der Kanal ist im Moment nicht erreichbar."
-#: ../../mod/connedit.php:317
+#: ../../mod/connedit.php:323
msgid "Channel has been unblocked"
msgstr "Kanal nicht mehr blockiert"
-#: ../../mod/connedit.php:318
+#: ../../mod/connedit.php:324
msgid "Channel has been blocked"
msgstr "Kanal blockiert"
-#: ../../mod/connedit.php:322 ../../mod/connedit.php:334
-#: ../../mod/connedit.php:346 ../../mod/connedit.php:358
-#: ../../mod/connedit.php:374
+#: ../../mod/connedit.php:328 ../../mod/connedit.php:340
+#: ../../mod/connedit.php:352 ../../mod/connedit.php:364
+#: ../../mod/connedit.php:380
msgid "Unable to set address book parameters."
msgstr "Konnte die Adressbuch-Parameter nicht setzen."
-#: ../../mod/connedit.php:329
+#: ../../mod/connedit.php:335
msgid "Channel has been unignored"
msgstr "Kanal wird nicht mehr ignoriert"
-#: ../../mod/connedit.php:330
+#: ../../mod/connedit.php:336
msgid "Channel has been ignored"
msgstr "Kanal wird ignoriert"
-#: ../../mod/connedit.php:341
+#: ../../mod/connedit.php:347
msgid "Channel has been unarchived"
msgstr "Kanal wurde aus dem Archiv zurück geholt"
-#: ../../mod/connedit.php:342
+#: ../../mod/connedit.php:348
msgid "Channel has been archived"
msgstr "Kanal wurde archiviert"
-#: ../../mod/connedit.php:353
+#: ../../mod/connedit.php:359
msgid "Channel has been unhidden"
msgstr "Kanal wird nicht mehr versteckt"
-#: ../../mod/connedit.php:354
+#: ../../mod/connedit.php:360
msgid "Channel has been hidden"
msgstr "Kanal wurde versteckt"
-#: ../../mod/connedit.php:369
+#: ../../mod/connedit.php:375
msgid "Channel has been approved"
msgstr "Kanal wurde zugelassen"
-#: ../../mod/connedit.php:370
+#: ../../mod/connedit.php:376
msgid "Channel has been unapproved"
msgstr "Zulassung des Kanals entfernt"
-#: ../../mod/connedit.php:398
+#: ../../mod/connedit.php:404
msgid "Connection has been removed."
msgstr "Verbindung wurde gelöscht."
-#: ../../mod/connedit.php:418
+#: ../../mod/connedit.php:424
#, php-format
msgid "View %s's profile"
msgstr "%ss Profil ansehen"
-#: ../../mod/connedit.php:422
+#: ../../mod/connedit.php:428
msgid "Refresh Permissions"
msgstr "Zugriffsrechte neu laden"
-#: ../../mod/connedit.php:425
+#: ../../mod/connedit.php:431
msgid "Fetch updated permissions"
msgstr "Aktualisierte Zugriffsrechte abfragen"
-#: ../../mod/connedit.php:429
+#: ../../mod/connedit.php:435
msgid "Recent Activity"
msgstr "Kürzliche Aktivitäten"
-#: ../../mod/connedit.php:432
+#: ../../mod/connedit.php:438
msgid "View recent posts and comments"
msgstr "Betrachte die neuesten Beiträge und Kommentare"
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
+#: ../../mod/connedit.php:442 ../../mod/connedit.php:585
#: ../../mod/admin.php:734
msgid "Unblock"
msgstr "Freigeben"
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
+#: ../../mod/connedit.php:442 ../../mod/connedit.php:585
#: ../../mod/admin.php:733
msgid "Block"
msgstr "Blockieren"
-#: ../../mod/connedit.php:439
+#: ../../mod/connedit.php:445
msgid "Block or Unblock this connection"
msgstr "Verbindung blockieren oder freigeben"
-#: ../../mod/connedit.php:443 ../../mod/connedit.php:580
+#: ../../mod/connedit.php:449 ../../mod/connedit.php:586
msgid "Unignore"
msgstr "Nicht ignorieren"
-#: ../../mod/connedit.php:443 ../../mod/connedit.php:580
+#: ../../mod/connedit.php:449 ../../mod/connedit.php:586
#: ../../mod/notifications.php:51
msgid "Ignore"
msgstr "Ignorieren"
-#: ../../mod/connedit.php:446
+#: ../../mod/connedit.php:452
msgid "Ignore or Unignore this connection"
msgstr "Verbindung ignorieren oder wieder beachten"
-#: ../../mod/connedit.php:449
+#: ../../mod/connedit.php:455
msgid "Unarchive"
msgstr "Aus Archiv zurückholen"
-#: ../../mod/connedit.php:449
+#: ../../mod/connedit.php:455
msgid "Archive"
msgstr "Archivieren"
-#: ../../mod/connedit.php:452
+#: ../../mod/connedit.php:458
msgid "Archive or Unarchive this connection"
msgstr "Verbindung archivieren oder aus dem Archiv zurückholen"
-#: ../../mod/connedit.php:455
+#: ../../mod/connedit.php:461
msgid "Unhide"
msgstr "Wieder sichtbar machen"
-#: ../../mod/connedit.php:455
+#: ../../mod/connedit.php:461
msgid "Hide"
msgstr "Verstecken"
-#: ../../mod/connedit.php:458
+#: ../../mod/connedit.php:464
msgid "Hide or Unhide this connection"
msgstr "Diese Verbindung verstecken oder wieder sichtbar machen"
-#: ../../mod/connedit.php:465
+#: ../../mod/connedit.php:471
msgid "Delete this connection"
msgstr "Verbindung löschen"
-#: ../../mod/connedit.php:508 ../../mod/connedit.php:537
+#: ../../mod/connedit.php:514 ../../mod/connedit.php:543
msgid "Approve this connection"
msgstr "Verbindung genehmigen"
-#: ../../mod/connedit.php:508
+#: ../../mod/connedit.php:514
msgid "Accept connection to allow communication"
msgstr "Akzeptiere die Verbindung, um Kommunikation zu ermöglichen"
-#: ../../mod/connedit.php:524
+#: ../../mod/connedit.php:530
msgid "Automatic Permissions Settings"
msgstr "Automatische Berechtigungs-Einstellungen"
-#: ../../mod/connedit.php:524
+#: ../../mod/connedit.php:530
#, php-format
msgid "Connections: settings for %s"
msgstr "Verbindungseinstellungen für %s"
-#: ../../mod/connedit.php:528
+#: ../../mod/connedit.php:534
msgid ""
"When receiving a channel introduction, any permissions provided here will be"
" applied to the new connection automatically and the introduction approved. "
"Leave this page if you do not wish to use this feature."
msgstr "Wenn eine Verbindungsanfrage empfangen wird, werden die hier getroffenen Einstellungen automatisch angewandt, und die Anfrage wird genehmigt. Verlasse diese Seite, wenn Du diese Funktion nicht verwenden möchtest."
-#: ../../mod/connedit.php:530
+#: ../../mod/connedit.php:536
msgid "Slide to adjust your degree of friendship"
msgstr "Verschieben, um den Grad der Freundschaft zu einzustellen"
-#: ../../mod/connedit.php:536
+#: ../../mod/connedit.php:542
msgid "inherited"
msgstr "geerbt"
-#: ../../mod/connedit.php:538
+#: ../../mod/connedit.php:544
msgid "Connection has no individual permissions!"
msgstr "Diese Verbindung hat keine individuellen Zugriffsrechte!"
-#: ../../mod/connedit.php:539
+#: ../../mod/connedit.php:545
msgid ""
"This may be appropriate based on your <a href=\"settings\">privacy "
"settings</a>, though you may wish to review the \"Advanced Permissions\"."
msgstr "Abhängig von Deinen <a href=\"settings\">Privatsphäre-Einstellungen</a> könnte das passen, eventuell solltest Du aber die „Zugriffsrechte für Fortgeschrittene“ überprüfen."
-#: ../../mod/connedit.php:541
+#: ../../mod/connedit.php:547
msgid "Profile Visibility"
msgstr "Sichtbarkeit des Profils"
-#: ../../mod/connedit.php:542
+#: ../../mod/connedit.php:548
#, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr "Bitte wähle ein Profil, das wir %s zeigen sollen, wenn Deine Profilseite über eine verifizierte Verbindung aufgerufen wird."
-#: ../../mod/connedit.php:543
+#: ../../mod/connedit.php:549
msgid "Contact Information / Notes"
msgstr "Kontaktinformationen / Notizen"
-#: ../../mod/connedit.php:544
+#: ../../mod/connedit.php:550
msgid "Edit contact notes"
msgstr "Kontaktnotizen bearbeiten"
-#: ../../mod/connedit.php:546
+#: ../../mod/connedit.php:552
msgid "Their Settings"
msgstr "Deren Einstellungen"
-#: ../../mod/connedit.php:547
+#: ../../mod/connedit.php:553
msgid "My Settings"
msgstr "Meine Einstellungen"
-#: ../../mod/connedit.php:549
+#: ../../mod/connedit.php:555
msgid "Clear/Disable Automatic Permissions"
msgstr "Automatische Berechtigungen abschalten/entfernen"
-#: ../../mod/connedit.php:550
+#: ../../mod/connedit.php:556
msgid "Forum Members"
msgstr "Forum Mitglieder"
-#: ../../mod/connedit.php:551
+#: ../../mod/connedit.php:557
msgid "Soapbox"
msgstr "Marktschreier"
-#: ../../mod/connedit.php:552
+#: ../../mod/connedit.php:558
msgid "Full Sharing (typical social network permissions)"
msgstr "Vollumfängliches Teilen (übliche Berechtigungen in sozialen Netzwerken)"
-#: ../../mod/connedit.php:553
+#: ../../mod/connedit.php:559
msgid "Cautious Sharing "
msgstr "Vorsichtiges Teilen"
-#: ../../mod/connedit.php:554
+#: ../../mod/connedit.php:560
msgid "Follow Only"
msgstr "Nur folgen"
-#: ../../mod/connedit.php:555
+#: ../../mod/connedit.php:561
msgid "Individual Permissions"
msgstr "Individuelle Zugriffsrechte"
-#: ../../mod/connedit.php:556
+#: ../../mod/connedit.php:562
msgid ""
"Some permissions may be inherited from your channel <a "
"href=\"settings\">privacy settings</a>, which have higher priority than "
@@ -5320,72 +5559,72 @@ msgid ""
"have no effect."
msgstr "Einige Berechtigungen werden von den <a href=\"settings\">Sicherheits- und Privatsphäre-Einstellungen</a> dieses Kanals geerbt, die eine höhere Priorität haben als die Einstellungen bei einer Verbindung. Werden geerbte Einstellungen hier geändert, hat das keine Auswirkungen."
-#: ../../mod/connedit.php:557
+#: ../../mod/connedit.php:563
msgid "Advanced Permissions"
msgstr "Zugriffsrechte für Fortgeschrittene"
-#: ../../mod/connedit.php:558
+#: ../../mod/connedit.php:564
msgid "Simple Permissions (select one and submit)"
msgstr "Einfache Berechtigungs-Einstellungen (wähle eine aus und klicke auf Senden)"
-#: ../../mod/connedit.php:562
+#: ../../mod/connedit.php:568
#, php-format
msgid "Visit %s's profile - %s"
msgstr "%ss Profil besuchen - %s"
-#: ../../mod/connedit.php:563
+#: ../../mod/connedit.php:569
msgid "Block/Unblock contact"
msgstr "Kontakt blockieren/freigeben"
-#: ../../mod/connedit.php:564
+#: ../../mod/connedit.php:570
msgid "Ignore contact"
msgstr "Kontakt ignorieren"
-#: ../../mod/connedit.php:565
+#: ../../mod/connedit.php:571
msgid "Repair URL settings"
msgstr "URL-Einstellungen reparieren"
-#: ../../mod/connedit.php:566
+#: ../../mod/connedit.php:572
msgid "View conversations"
msgstr "Unterhaltungen anzeigen"
-#: ../../mod/connedit.php:568
+#: ../../mod/connedit.php:574
msgid "Delete contact"
msgstr "Kontakt löschen"
-#: ../../mod/connedit.php:571
+#: ../../mod/connedit.php:577
msgid "Last update:"
msgstr "Letzte Aktualisierung:"
-#: ../../mod/connedit.php:573
+#: ../../mod/connedit.php:579
msgid "Update public posts"
msgstr "Öffentliche Beiträge aktualisieren"
-#: ../../mod/connedit.php:575
+#: ../../mod/connedit.php:581
msgid "Update now"
msgstr "Jetzt aktualisieren"
-#: ../../mod/connedit.php:581
+#: ../../mod/connedit.php:587
msgid "Currently blocked"
msgstr "Derzeit blockiert"
-#: ../../mod/connedit.php:582
+#: ../../mod/connedit.php:588
msgid "Currently ignored"
msgstr "Derzeit ignoriert"
-#: ../../mod/connedit.php:583
+#: ../../mod/connedit.php:589
msgid "Currently archived"
msgstr "Derzeit archiviert"
-#: ../../mod/connedit.php:584
+#: ../../mod/connedit.php:590
msgid "Currently pending"
msgstr "Derzeit anstehend"
-#: ../../mod/connedit.php:585
+#: ../../mod/connedit.php:591
msgid "Hide this contact from others"
msgstr "Diese Verbindung vor den anderen verbergen."
-#: ../../mod/connedit.php:585
+#: ../../mod/connedit.php:591
msgid ""
"Replies/likes to your public posts <strong>may</strong> still be visible"
msgstr "Antworten/Likes auf deine öffentlichen Beiträge <strong>können</strong> immer noch sichtbar sein"
@@ -5417,10 +5656,6 @@ msgstr "Vorhandene Bevollmächtigte für die Seite"
msgid "Potential Delegates"
msgstr "Potentielle Bevollmächtigte"
-#: ../../mod/delegate.php:130 ../../mod/photos.php:924 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "Entferne"
-
#: ../../mod/delegate.php:131
msgid "Add"
msgstr "Hinzufügen"
@@ -5429,12 +5664,6 @@ msgstr "Hinzufügen"
msgid "No entries."
msgstr "Keine Einträge."
-#: ../../mod/search.php:13 ../../mod/directory.php:15
-#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 ../../mod/display.php:9
-#: ../../mod/viewconnections.php:17
-msgid "Public access denied."
-msgstr "Öffentlicher Zugang verweigert."
-
#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95
msgid "Gender: "
msgstr "Geschlecht:"
@@ -5455,6 +5684,18 @@ msgstr "vorherige Seite"
msgid "No entries (some entries may be hidden)."
msgstr "Keine Einträge gefunden (einige könnten versteckt sein)."
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
+msgstr "Lesezeichen hinzugefügt"
+
+#: ../../mod/bookmarks.php:60
+msgid "My Bookmarks"
+msgstr "Meine Lesezeichen"
+
+#: ../../mod/bookmarks.php:71
+msgid "My Connections Bookmarks"
+msgstr "Lesezeichen meiner Kontakte"
+
#: ../../mod/dirprofile.php:108
msgid "Status: "
msgstr "Status:"
@@ -5483,137 +5724,9 @@ msgstr "Schlüsselwörter:"
msgid "This site is not a directory server"
msgstr "Diese Website ist kein Verzeichnis-Server"
-#: ../../mod/photos.php:77
-msgid "Page owner information could not be retrieved."
-msgstr "Informationen über den Besitzer der Seite konnten nicht gefunden werden."
-
-#: ../../mod/photos.php:97
-msgid "Album not found."
-msgstr "Album nicht gefunden."
-
-#: ../../mod/photos.php:119 ../../mod/photos.php:673
-msgid "Delete Album"
-msgstr "Album löschen"
-
-#: ../../mod/photos.php:159 ../../mod/photos.php:975
-msgid "Delete Photo"
-msgstr "Foto löschen"
-
-#: ../../mod/photos.php:453
-msgid "No photos selected"
-msgstr "Keine Fotos ausgewählt"
-
-#: ../../mod/photos.php:500
-msgid "Access to this item is restricted."
-msgstr "Der Zugriff auf dieses Foto ist eingeschränkt."
-
-#: ../../mod/photos.php:574
-#, 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:577
-#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr "Du verwendest %1$.2f MBytes Deines Foto-Speichers."
-
-#: ../../mod/photos.php:596
-msgid "Upload Photos"
-msgstr "Fotos hochladen"
-
-#: ../../mod/photos.php:600 ../../mod/photos.php:668
-msgid "New album name: "
-msgstr "Name des neuen Albums:"
-
-#: ../../mod/photos.php:601
-msgid "or existing album name: "
-msgstr "Oder bestehender Album-Name:"
-
-#: ../../mod/photos.php:602
-msgid "Do not show a status post for this upload"
-msgstr "Keine Statusnachricht für diesen Upload senden"
-
-#: ../../mod/photos.php:622
-msgid "Album name could not be decoded"
-msgstr "Albumname konnte nicht dekodiert werden"
-
-#: ../../mod/photos.php:657 ../../mod/photos.php:679 ../../mod/photos.php:1147
-#: ../../mod/photos.php:1162
-msgid "Contact Photos"
-msgstr "Kontakt-Bilder"
-
-#: ../../mod/photos.php:681
-msgid "Edit Album"
-msgstr "Album bearbeiten"
-
-#: ../../mod/photos.php:687
-msgid "Show Newest First"
-msgstr "Zeige Neueste zuerst"
-
-#: ../../mod/photos.php:689
-msgid "Show Oldest First"
-msgstr "Zeige Älteste zuerst"
-
-#: ../../mod/photos.php:716 ../../mod/photos.php:1194
-msgid "View Photo"
-msgstr "Foto ansehen"
-
-#: ../../mod/photos.php:794
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden."
-
-#: ../../mod/photos.php:796
-msgid "Photo not available"
-msgstr "Foto nicht verfügbar"
-
-#: ../../mod/photos.php:856
-msgid "Use as profile photo"
-msgstr "Als Profilfoto verwenden"
-
-#: ../../mod/photos.php:880
-msgid "View Full Size"
-msgstr "In voller Größe anzeigen"
-
-#: ../../mod/photos.php:958
-msgid "Edit photo"
-msgstr "Foto bearbeiten"
-
-#: ../../mod/photos.php:960
-msgid "Rotate CW (right)"
-msgstr "Drehen im UZS (rechts)"
-
-#: ../../mod/photos.php:961
-msgid "Rotate CCW (left)"
-msgstr "Drehen gegen UZS (links)"
-
-#: ../../mod/photos.php:964
-msgid "New album name"
-msgstr "Name des neuen Albums:"
-
-#: ../../mod/photos.php:967
-msgid "Caption"
-msgstr "Bildunterschrift"
-
-#: ../../mod/photos.php:969
-msgid "Add a Tag"
-msgstr "Schlagwort hinzufügen"
-
-#: ../../mod/photos.php:972
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-
-#: ../../mod/photos.php:1125
-msgid "In This Photo:"
-msgstr "Auf diesem Foto:"
-
-#: ../../mod/photos.php:1200
-msgid "View Album"
-msgstr "Album ansehen"
-
-#: ../../mod/photos.php:1223
-msgid "Recent Photos"
-msgstr "Neueste Fotos"
+#: ../../mod/cloud.php:130
+msgid "RedMatrix - Guests: Username: {your email address}, Password: +++"
+msgstr "RedMatrix – Gäste: Username: {Deine E-Mail-Adresse}, Passwort: +++"
#: ../../mod/setup.php:162
msgid "Red Matrix Server - Setup"
@@ -5651,10 +5764,6 @@ msgstr "Lies die Datei \"install/INSTALL.txt\"."
msgid "System check"
msgstr "Systemprüfung"
-#: ../../mod/setup.php:261 ../../mod/events.php:439
-msgid "Next"
-msgstr "Nächste"
-
#: ../../mod/setup.php:262
msgid "Check again"
msgstr "Bitte nochmal prüfen"
@@ -6083,17 +6192,22 @@ msgstr "Webseite löschen?"
msgid "Delete Webpage"
msgstr "Webseite löschen"
-#: ../../mod/bookmarks.php:38
-msgid "Bookmark added"
-msgstr "Lesezeichen hinzugefügt"
+#: ../../mod/impel.php:33
+msgid "webpage"
+msgstr "Webseite"
-#: ../../mod/bookmarks.php:60
-msgid "My Bookmarks"
-msgstr "Meine Lesezeichen"
+#: ../../mod/impel.php:38
+msgid "block"
+msgstr "Block"
-#: ../../mod/bookmarks.php:71
-msgid "My Connections Bookmarks"
-msgstr "Lesezeichen meiner Kontakte"
+#: ../../mod/impel.php:43
+msgid "layout"
+msgstr "Layout"
+
+#: ../../mod/impel.php:117
+#, php-format
+msgid "%s element installed"
+msgstr "Element für %s installiert"
#: ../../mod/profile_photo.php:108
msgid "Image uploaded but image cropping failed."
@@ -6234,112 +6348,46 @@ msgstr "Konnte die Quelle nicht löschen."
msgid "- select -"
msgstr "– auswählen –"
-#: ../../mod/events.php:91
-msgid "Event title and start time are required."
-msgstr "Veranstaltungs- Titel und Startzeit sind erforderlich."
-
-#: ../../mod/events.php:105
-msgid "Event not found."
-msgstr "Termin nicht gefunden."
-
-#: ../../mod/events.php:369
-msgid "l, F j"
-msgstr "l, F j"
-
-#: ../../mod/events.php:391
-msgid "Edit event"
-msgstr "Veranstaltung bearbeiten"
-
-#: ../../mod/events.php:437
-msgid "Create New Event"
-msgstr "Neue Veranstaltung erstellen"
-
-#: ../../mod/events.php:438
-msgid "Previous"
-msgstr "Voriges"
-
-#: ../../mod/events.php:536
-msgid "hour:minute"
-msgstr "Stunde:Minute"
-
-#: ../../mod/events.php:556
-msgid "Event details"
-msgstr "Veranstaltungs-Details"
-
-#: ../../mod/events.php:557
-#, php-format
-msgid "Format is %s %s."
-msgstr "Format ist %s %s."
-
-#: ../../mod/events.php:558
-msgid "Starting date and Title are required."
-msgstr "Startdatum und Titel sind erforderlich."
-
-#: ../../mod/events.php:562
-msgid "Event Starts:"
-msgstr "Veranstaltung startet:"
-
-#: ../../mod/events.php:562 ../../mod/events.php:581 ../../mod/appman.php:91
-#: ../../mod/appman.php:92
-msgid "Required"
-msgstr "Benötigt"
-
-#: ../../mod/events.php:570
-msgid "Finish date/time is not known or not relevant"
-msgstr "Ende Datum/Zeit sind unbekannt oder unwichtig"
-
-#: ../../mod/events.php:572
-msgid "Event Finishes:"
-msgstr "Veranstaltung endet:"
-
-#: ../../mod/events.php:575
-msgid "Adjust for viewer timezone"
-msgstr "An die Zeitzone des Betrachters anpassen"
-
-#: ../../mod/events.php:577
-msgid "Description:"
-msgstr "Beschreibung:"
-
-#: ../../mod/events.php:581
-msgid "Title:"
-msgstr "Titel:"
-
-#: ../../mod/events.php:583
-msgid "Share this event"
-msgstr "Die Veranstaltung teilen"
-
-#: ../../mod/filestorage.php:68
+#: ../../mod/filestorage.php:76
msgid "Permission Denied."
msgstr "Zugriff verweigert."
-#: ../../mod/filestorage.php:85
+#: ../../mod/filestorage.php:92
msgid "File not found."
msgstr "Datei nicht gefunden."
-#: ../../mod/filestorage.php:122
+#: ../../mod/filestorage.php:131
msgid "Edit file permissions"
msgstr "Dateiberechtigungen bearbeiten"
-#: ../../mod/filestorage.php:131
+#: ../../mod/filestorage.php:140
msgid "Set/edit permissions"
msgstr "Berechtigungen setzen/ändern"
-#: ../../mod/filestorage.php:132
+#: ../../mod/filestorage.php:141
msgid "Include all files and sub folders"
msgstr "Alle Dateien und Unterverzeichnisse einbinden"
-#: ../../mod/filestorage.php:133
+#: ../../mod/filestorage.php:142
msgid "Return to file list"
msgstr "Zurück zur Dateiliste"
-#: ../../mod/filestorage.php:135
+#: ../../mod/filestorage.php:144
msgid "Copy/paste this code to attach file to a post"
msgstr "Diesen Code kopieren und einfügen, um die Datei an einen Beitrag anzuhängen"
-#: ../../mod/filestorage.php:136
+#: ../../mod/filestorage.php:145
msgid "Copy/paste this URL to link file from a web page"
msgstr "Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken"
+#: ../../mod/help.php:41 ../../mod/help.php:47 ../../mod/help.php:53
+msgid "Help:"
+msgstr "Hilfe:"
+
+#: ../../mod/help.php:67 ../../index.php:249
+msgid "Not Found"
+msgstr "Nicht gefunden"
+
#: ../../mod/follow.php:25
msgid "Channel added."
msgstr "Kanal hinzugefügt."
@@ -6425,23 +6473,53 @@ msgstr "Wähle einen Kanal zum hinzufügen oder entfernen aus."
msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr "%1$s hat %2$ss %3$s mit %4$s verschlagwortet"
-#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
-msgid "Help:"
-msgstr "Hilfe:"
+#: ../../mod/like.php:15
+msgid "Like/Dislike"
+msgstr "Mögen/Nicht mögen"
-#: ../../mod/help.php:69 ../../index.php:237
-msgid "Not Found"
-msgstr "Nicht gefunden"
+#: ../../mod/like.php:20
+msgid "This action is restricted to members."
+msgstr "Diese Aktion kann nur von Mitgliedern ausgeführt werden."
-#: ../../mod/tagrm.php:41
+#: ../../mod/like.php:21
+msgid ""
+"Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a "
+"href=\"register\">register as a new RedMatrix member</a> to continue."
+msgstr "Bitte <a href=\"rmagic\">melde Dich mit Deiner RedMatrix-ID an</a> oder <a href=\"register\">registriere Dich als neues Mitglied der RedMatrix</a>, um fortzufahren."
+
+#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142
+msgid "Invalid request."
+msgstr "Ungültige Anfrage."
+
+#: ../../mod/like.php:119
+msgid "thing"
+msgstr "Sache"
+
+#: ../../mod/like.php:165
+msgid "Channel unavailable."
+msgstr "Kanal nicht vorhanden."
+
+#: ../../mod/like.php:204
+msgid "Previous action reversed."
+msgstr "Die vorherige Aktion wurde rückgängig gemacht."
+
+#: ../../mod/like.php:430
+msgid "Action completed."
+msgstr "Aktion durchgeführt."
+
+#: ../../mod/like.php:431
+msgid "Thank you."
+msgstr "Vielen Dank."
+
+#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
msgid "Tag removed"
msgstr "Schlagwort entfernt"
-#: ../../mod/tagrm.php:79
+#: ../../mod/tagrm.php:119
msgid "Remove Item Tag"
msgstr "Schlagwort entfernen"
-#: ../../mod/tagrm.php:81
+#: ../../mod/tagrm.php:121
msgid "Select a tag to remove: "
msgstr "Schlagwort zum Entfernen auswählen:"
@@ -7305,24 +7383,24 @@ msgstr "3. Klicke auf [Verbinden]"
msgid "Unable to locate original post."
msgstr "Originalbeitrag nicht gefunden."
-#: ../../mod/item.php:383
+#: ../../mod/item.php:409
msgid "Empty post discarded."
msgstr "Leeren Beitrag verworfen."
-#: ../../mod/item.php:425
+#: ../../mod/item.php:451
msgid "Executable content type not permitted to this channel."
msgstr "Ausführbarer Content-Typ ist für diesen Kanal nicht freigegeben."
-#: ../../mod/item.php:855
+#: ../../mod/item.php:888
msgid "System error. Post not saved."
msgstr "Systemfehler. Beitrag nicht gespeichert."
-#: ../../mod/item.php:1324
+#: ../../mod/item.php:1363
#, 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:1330
+#: ../../mod/item.php:1369
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht."
@@ -7340,43 +7418,13 @@ msgstr "Hilfe zu dieser Funktion"
msgid "Layout Name"
msgstr "Layout-Name"
-#: ../../mod/like.php:15
-msgid "Like/Dislike"
-msgstr "Mögen/Nicht mögen"
-
-#: ../../mod/like.php:20
-msgid "This action is restricted to members."
-msgstr "Diese Aktion kann nur von Mitgliedern ausgeführt werden."
-
-#: ../../mod/like.php:21
-msgid ""
-"Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a "
-"href=\"register\">register as a new RedMatrix member</a> to continue."
-msgstr "Bitte <a href=\"rmagic\">melde Dich mit Deiner RedMatrix-ID an</a> oder <a href=\"register\">registriere Dich als neues Mitglied der RedMatrix</a>, um fortzufahren."
-
-#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142
-msgid "Invalid request."
-msgstr "Ungültige Anfrage."
-
-#: ../../mod/like.php:119
-msgid "thing"
-msgstr "Sache"
-
-#: ../../mod/like.php:165
-msgid "Channel unavailable."
-msgstr "Kanal nicht vorhanden."
+#: ../../mod/locs.php:47 ../../mod/locs.php:74
+msgid "Location not found."
+msgstr "Klon nicht gefunden."
-#: ../../mod/like.php:204
-msgid "Previous action reversed."
-msgstr "Die vorherige Aktion wurde rückgängig gemacht."
-
-#: ../../mod/like.php:417
-msgid "Action completed."
-msgstr "Aktion durchgeführt."
-
-#: ../../mod/like.php:418
-msgid "Thank you."
-msgstr "Vielen Dank."
+#: ../../mod/locs.php:78
+msgid "Primary location cannot be removed."
+msgstr "Der primäre Klon kann nicht gelöscht werden."
#: ../../mod/lockview.php:31
msgid "Remote privacy information not available."
@@ -7423,7 +7471,7 @@ msgid ""
"Password reset failed."
msgstr "Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon einmal auf den Link in der E-Mail geklickt?) Passwort-Rücksetzung fehlgeschlagen."
-#: ../../mod/lostpass.php:85 ../../boot.php:1505
+#: ../../mod/lostpass.php:85 ../../boot.php:1506
msgid "Password Reset"
msgstr "Zurücksetzen des Kennworts"
@@ -7478,7 +7526,7 @@ msgstr "Server nicht gefunden."
#: ../../mod/vote.php:97
msgid "Total votes"
-msgstr "Gesamtstimmen"
+msgstr "Stimmen gesamt"
#: ../../mod/vote.php:98
msgid "Average Rating"
@@ -7697,7 +7745,7 @@ msgstr "Keine Nachrichten."
#: ../../mod/message.php:74
msgid "D, d M Y - g:i A"
-msgstr "D, d. M Y - g:i A"
+msgstr "D, d. M Y - G:i"
#: ../../mod/new_channel.php:109
msgid "Add a Channel"
@@ -7834,7 +7882,7 @@ msgstr "Umfrage"
#: ../../mod/poll.php:69
msgid "View Results"
-msgstr "Ergebnisse ansehen"
+msgstr "Ergebnisse"
#: ../../mod/removeaccount.php:30
msgid ""
@@ -7868,27 +7916,10 @@ msgstr "Standardmäßig werden nur die Kanalklone auf diesem RedMatrix-Hub aus d
msgid "No service class restrictions found."
msgstr "Keine Dienstklassenbeschränkungen gefunden."
-#: ../../mod/impel.php:33
-msgid "webpage"
-msgstr "Webseite"
-
-#: ../../mod/impel.php:38
-msgid "block"
-msgstr "Block"
-
-#: ../../mod/impel.php:43
-msgid "layout"
-msgstr "Layout"
-
-#: ../../mod/impel.php:117
-#, php-format
-msgid "%s element installed"
-msgstr "Element für %s installiert"
-
#: ../../view/theme/apw/php/config.php:202
#: ../../view/theme/apw/php/config.php:236
msgid "Schema Default"
-msgstr "Schema-Standard"
+msgstr "Standard-Schema"
#: ../../view/theme/apw/php/config.php:203
msgid "Sans-Serif"
@@ -7901,17 +7932,17 @@ msgstr "Monospace"
#: ../../view/theme/apw/php/config.php:259
#: ../../view/theme/blogga/php/config.php:69
#: ../../view/theme/blogga/view/theme/blog/config.php:69
-#: ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:102
msgid "Theme settings"
msgstr "Theme-Einstellungen"
#: ../../view/theme/apw/php/config.php:260
-#: ../../view/theme/redbasic/php/config.php:105
+#: ../../view/theme/redbasic/php/config.php:103
msgid "Set scheme"
msgstr "Schema"
#: ../../view/theme/apw/php/config.php:261
-#: ../../view/theme/redbasic/php/config.php:127
+#: ../../view/theme/redbasic/php/config.php:124
msgid "Set font-size for posts and comments"
msgstr "Schriftgröße für Beiträge und Kommentare"
@@ -7921,27 +7952,27 @@ msgstr "Schriftart"
#: ../../view/theme/apw/php/config.php:263
msgid "Set iconset"
-msgstr "Icon-Set"
+msgstr "Iconset"
#: ../../view/theme/apw/php/config.php:264
msgid "Set big shadow size, default 15px 15px 15px"
-msgstr "Größe der großen Schatten, Standard 15px 15px 15px"
+msgstr "Ausmaß der großen Schatten (Default 15px 15px 15px)"
#: ../../view/theme/apw/php/config.php:265
msgid "Set small shadow size, default 5px 5px 5px"
-msgstr "Größe der kleinen Schatten, Standard 5px 5px 5px"
+msgstr "Ausmaß der kleinen Schatten (Default 5px 5px 5px)"
#: ../../view/theme/apw/php/config.php:266
msgid "Set shadow color, default #000"
-msgstr "Schattenfarbe, Standard #000"
+msgstr "Farbe der Schatten (Default #000)"
#: ../../view/theme/apw/php/config.php:267
msgid "Set radius size, default 5px"
-msgstr "Radius, Standard 5px"
+msgstr "Ecken-Radius (Default 5px)"
#: ../../view/theme/apw/php/config.php:268
msgid "Set line-height for posts and comments"
-msgstr "Zeilenhöhe für Beiträge und Kommentare"
+msgstr "Zeilenhöhe in Beiträgen und Kommentaren"
#: ../../view/theme/apw/php/config.php:269
msgid "Set background image"
@@ -7949,7 +7980,7 @@ msgstr "Hintergrundbild"
#: ../../view/theme/apw/php/config.php:270
msgid "Set background attachment"
-msgstr "Hintergrund-Attachment"
+msgstr "Hintergrunddatei"
#: ../../view/theme/apw/php/config.php:271
msgid "Set background color"
@@ -7957,31 +7988,31 @@ msgstr "Hintergrundfarbe"
#: ../../view/theme/apw/php/config.php:272
msgid "Set section background image"
-msgstr "Hintergrundbild für Section"
+msgstr "Hintergrundbild für die Section"
#: ../../view/theme/apw/php/config.php:273
msgid "Set section background color"
-msgstr "Hintergrundfarbe für Section"
+msgstr "Hintergrundfarbe für die Section"
#: ../../view/theme/apw/php/config.php:274
msgid "Set color of items - use hex"
-msgstr "Farbe der Beiträge – Hex benutzen"
+msgstr "Farbe für Beiträge – Hex benutzen"
#: ../../view/theme/apw/php/config.php:275
msgid "Set color of links - use hex"
-msgstr "Farbe der Links – Hex benutzen"
+msgstr "Farbe für Links – Hex benutzen"
#: ../../view/theme/apw/php/config.php:276
msgid "Set max-width for items. Default 400px"
-msgstr "Maximalbreite für Beiträge, Standard 400px"
+msgstr "Maximale Breite von Beiträgen (Default 400px)"
#: ../../view/theme/apw/php/config.php:277
msgid "Set min-width for items. Default 240px"
-msgstr "Minimalbreite für Beiträge, Standard 240px"
+msgstr "Minimale Breite von Beiträgen (Default 240px)"
#: ../../view/theme/apw/php/config.php:278
msgid "Set the generic content wrapper width. Default 48%"
-msgstr "Breite des generic content wrapper, Standard 48%"
+msgstr "Breite des \"generic content wrapper\" (Default 48%)"
#: ../../view/theme/apw/php/config.php:279
msgid "Set color of fonts - use hex"
@@ -7997,11 +8028,11 @@ msgstr "Deckkraft der Beiträge"
#: ../../view/theme/apw/php/config.php:282
msgid "Display post previews only"
-msgstr "Nur Beitragsvorschauen anzeigen"
+msgstr "Nur Beitragsvorschau anzeigen"
#: ../../view/theme/apw/php/config.php:283
msgid "Display side bar on channel page"
-msgstr "Seitenleiste auf der Kanalseite anzeigen"
+msgstr "Zeige die Seitenleiste auf der Kanal-Seite"
#: ../../view/theme/apw/php/config.php:284
msgid "Colour of the navigation bar"
@@ -8009,15 +8040,15 @@ msgstr "Farbe der Navigationsleiste"
#: ../../view/theme/apw/php/config.php:285
msgid "Item float"
-msgstr "Float für Beiträge"
+msgstr "Beitragsfluss"
#: ../../view/theme/apw/php/config.php:286
msgid "Left offset of the section element"
-msgstr "Linker Offset für das Section-Element"
+msgstr "Linker Rand des Section Elements"
#: ../../view/theme/apw/php/config.php:287
msgid "Right offset of the section element"
-msgstr "Rechter Offset für das Section-Element"
+msgstr "Rechter Rand des Section Elements"
#: ../../view/theme/apw/php/config.php:288
msgid "Section width"
@@ -8025,11 +8056,11 @@ msgstr "Breite der Section"
#: ../../view/theme/apw/php/config.php:289
msgid "Left offset of the aside"
-msgstr "Linker Offset für das Aside-Element"
+msgstr "Linker Rand des Aside-Elements"
#: ../../view/theme/apw/php/config.php:290
msgid "Right offset of the aside element"
-msgstr "Rechter Offset für das Aside-Element"
+msgstr "Rechter Rand des Aside-Elements"
#: ../../view/theme/blogga/php/config.php:47
#: ../../view/theme/blogga/view/theme/blog/config.php:47
@@ -8039,176 +8070,172 @@ msgstr "Kein"
#: ../../view/theme/blogga/php/config.php:70
#: ../../view/theme/blogga/view/theme/blog/config.php:70
msgid "Header image"
-msgstr "Header-Bild"
+msgstr "Titelbild"
#: ../../view/theme/blogga/php/config.php:71
#: ../../view/theme/blogga/view/theme/blog/config.php:71
msgid "Header image only on profile pages"
-msgstr "Header-Bild nur auf Profilseiten"
+msgstr "Titelbild nur auf Profil-Seiten anzeigen"
-#: ../../view/theme/redbasic/php/config.php:86
+#: ../../view/theme/redbasic/php/config.php:84
msgid "Light (Red Matrix default)"
msgstr "Hell (RedMatrix-Voreinstellung)"
-#: ../../view/theme/redbasic/php/config.php:106
+#: ../../view/theme/redbasic/php/config.php:104
msgid "Narrow navbar"
msgstr "Schmale Navigationsleiste"
-#: ../../view/theme/redbasic/php/config.php:107
+#: ../../view/theme/redbasic/php/config.php:105
msgid "Navigation bar background color"
msgstr "Hintergrundfarbe der Navigationsleiste"
-#: ../../view/theme/redbasic/php/config.php:108
+#: ../../view/theme/redbasic/php/config.php:106
msgid "Navigation bar gradient top color"
msgstr "Farbverlauf der Navigationsleiste: Farbe oben"
-#: ../../view/theme/redbasic/php/config.php:109
+#: ../../view/theme/redbasic/php/config.php:107
msgid "Navigation bar gradient bottom color"
msgstr "Farbverlauf der Navigationsleiste: Farbe unten"
-#: ../../view/theme/redbasic/php/config.php:110
+#: ../../view/theme/redbasic/php/config.php:108
msgid "Navigation active button gradient top color"
msgstr "Navigations-Button aktiv: Farbe für Farbverlauf oben"
-#: ../../view/theme/redbasic/php/config.php:111
+#: ../../view/theme/redbasic/php/config.php:109
msgid "Navigation active button gradient bottom color"
msgstr "Navigations-Button aktiv: Farbe für Farbverlauf unten"
-#: ../../view/theme/redbasic/php/config.php:112
+#: ../../view/theme/redbasic/php/config.php:110
msgid "Navigation bar border color "
msgstr "Farbe für den Rand der Navigationsleiste"
-#: ../../view/theme/redbasic/php/config.php:113
+#: ../../view/theme/redbasic/php/config.php:111
msgid "Navigation bar icon color "
msgstr "Farbe für die Icons der Navigationsleiste"
-#: ../../view/theme/redbasic/php/config.php:114
+#: ../../view/theme/redbasic/php/config.php:112
msgid "Navigation bar active icon color "
msgstr "Farbe für aktive Icons der Navigationsleiste"
-#: ../../view/theme/redbasic/php/config.php:115
+#: ../../view/theme/redbasic/php/config.php:113
msgid "link color"
msgstr "Farbe für Links"
-#: ../../view/theme/redbasic/php/config.php:116
+#: ../../view/theme/redbasic/php/config.php:114
msgid "Set font-color for banner"
msgstr "Farbe der Schrift des Banners"
-#: ../../view/theme/redbasic/php/config.php:117
+#: ../../view/theme/redbasic/php/config.php:115
msgid "Set the background color"
msgstr "Hintergrundfarbe"
-#: ../../view/theme/redbasic/php/config.php:118
+#: ../../view/theme/redbasic/php/config.php:116
msgid "Set the background image"
msgstr "Hintergrundbild"
-#: ../../view/theme/redbasic/php/config.php:119
+#: ../../view/theme/redbasic/php/config.php:117
msgid "Set the background color of items"
msgstr "Hintergrundfarbe für Beiträge"
-#: ../../view/theme/redbasic/php/config.php:120
+#: ../../view/theme/redbasic/php/config.php:118
msgid "Set the background color of comments"
msgstr "Hintergrundfarbe für Kommentare"
-#: ../../view/theme/redbasic/php/config.php:121
+#: ../../view/theme/redbasic/php/config.php:119
msgid "Set the border color of comments"
msgstr "Farbe des Randes von Kommentaren"
-#: ../../view/theme/redbasic/php/config.php:122
+#: ../../view/theme/redbasic/php/config.php:120
msgid "Set the indent for comments"
msgstr "Einzug für Kommentare"
-#: ../../view/theme/redbasic/php/config.php:123
+#: ../../view/theme/redbasic/php/config.php:121
msgid "Set the basic color for item icons"
msgstr "Grundfarbe für Beitrags-Icons"
-#: ../../view/theme/redbasic/php/config.php:124
+#: ../../view/theme/redbasic/php/config.php:122
msgid "Set the hover color for item icons"
msgstr "Farbe für Beitrags-Icons unter dem Mauszeiger"
-#: ../../view/theme/redbasic/php/config.php:125
-msgid "Set the background color of other content"
-msgstr "Hintergrundfarbe für sonstigen Inhalt"
-
-#: ../../view/theme/redbasic/php/config.php:126
+#: ../../view/theme/redbasic/php/config.php:123
msgid "Set font-size for the entire application"
msgstr "Schriftgröße für die ganze Applikation"
-#: ../../view/theme/redbasic/php/config.php:128
+#: ../../view/theme/redbasic/php/config.php:125
msgid "Set font-color for posts and comments"
msgstr "Schriftfarbe für Posts und Kommentare"
-#: ../../view/theme/redbasic/php/config.php:129
+#: ../../view/theme/redbasic/php/config.php:126
msgid "Set radius of corners"
msgstr "Ecken-Radius"
-#: ../../view/theme/redbasic/php/config.php:130
+#: ../../view/theme/redbasic/php/config.php:127
msgid "Set shadow depth of photos"
msgstr "Schattentiefe von Fotos"
-#: ../../view/theme/redbasic/php/config.php:131
+#: ../../view/theme/redbasic/php/config.php:128
msgid "Set maximum width of conversation regions"
msgstr "Maximalbreite der Unterhaltungsbereiche"
-#: ../../view/theme/redbasic/php/config.php:132
+#: ../../view/theme/redbasic/php/config.php:129
msgid "Center conversation regions"
msgstr "Konversationsbereich zentrieren"
-#: ../../view/theme/redbasic/php/config.php:133
+#: ../../view/theme/redbasic/php/config.php:130
msgid "Set minimum opacity of nav bar - to hide it"
msgstr "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)"
-#: ../../view/theme/redbasic/php/config.php:134
+#: ../../view/theme/redbasic/php/config.php:131
msgid "Set size of conversation author photo"
msgstr "Größe der Avatare von Themenstartern"
-#: ../../view/theme/redbasic/php/config.php:135
+#: ../../view/theme/redbasic/php/config.php:132
msgid "Set size of followup author photos"
msgstr "Größe der Avatare von Kommentatoren"
-#: ../../view/theme/redbasic/php/config.php:136
+#: ../../view/theme/redbasic/php/config.php:133
msgid "Sloppy photo albums"
msgstr "Schräge Fotoalben"
-#: ../../view/theme/redbasic/php/config.php:136
+#: ../../view/theme/redbasic/php/config.php:133
msgid "Are you a clean desk or a messy desk person?"
msgstr "Bist Du jemand, der einen aufgeräumten Schreibtisch hat, oder eher einen chaotischen?"
-#: ../../boot.php:1293
+#: ../../boot.php:1294
#, php-format
msgid "Update %s failed. See error logs."
msgstr "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen."
-#: ../../boot.php:1296
+#: ../../boot.php:1297
#, php-format
msgid "Update Error at %s"
msgstr "Aktualisierungsfehler auf %s"
-#: ../../boot.php:1470
+#: ../../boot.php:1471
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:1498
+#: ../../boot.php:1499
msgid "Password"
msgstr "Kennwort"
-#: ../../boot.php:1499
+#: ../../boot.php:1500
msgid "Remember me"
msgstr "Angaben speichern"
-#: ../../boot.php:1504
+#: ../../boot.php:1505
msgid "Forgot your password?"
msgstr "Passwort vergessen?"
-#: ../../boot.php:1569
+#: ../../boot.php:1570
msgid "permission denied"
msgstr "Zugriff verweigert"
-#: ../../boot.php:1570
+#: ../../boot.php:1571
msgid "Got Zot?"
msgstr "Haste schon Zot?"
-#: ../../boot.php:2000
+#: ../../boot.php:2005
msgid "toggle mobile"
msgstr "auf/von mobile Ansicht wechseln"
diff --git a/view/de/strings.php b/view/de/strings.php
index b837aa636..43be85885 100644
--- a/view/de/strings.php
+++ b/view/de/strings.php
@@ -7,29 +7,7 @@ function string_plural_select_de($n){
;
$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS-Informationen für den Datenbank-Server '%s' nicht finden";
$a->strings["Profile Photos"] = "Profilfotos";
-$a->strings["view full size"] = "In Vollbildansicht anschauen";
-$a->strings["Embedded content"] = "Eingebetteter Inhalt";
-$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet";
-$a->strings["Permission denied"] = "Keine Berechtigung";
-$a->strings["(Unknown)"] = "(Unbekannt)";
-$a->strings["Visible to anybody on the internet."] = "Für jeden im Internet sichtbar.";
-$a->strings["Visible to you only."] = "Nur für Dich sichtbar.";
-$a->strings["Visible to anybody in this network."] = "Für jedes Mitglied der RedMatrix sichtbar.";
-$a->strings["Visible to anybody authenticated."] = "Für jeden sichtbar, der angemeldet ist.";
-$a->strings["Visible to anybody on %s."] = "Für jeden auf %s sichtbar.";
-$a->strings["Visible to all connections."] = "Für alle Verbindungen sichtbar.";
-$a->strings["Visible to approved connections."] = "Nur für akzeptierte Verbindungen sichtbar.";
-$a->strings["Visible to specific connections."] = "Sichtbar für bestimmte Verbindungen.";
-$a->strings["Item not found."] = "Element nicht gefunden.";
-$a->strings["Permission denied."] = "Zugang verweigert";
-$a->strings["Collection not found."] = "Sammlung nicht gefunden";
-$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["created a new post"] = "Neuer Beitrag wurde erzeugt";
-$a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert";
-$a->strings["Site Admin"] = "Server-Administrator";
+$a->strings["Site Admin"] = "Hub-Administration";
$a->strings["Bookmarks"] = "Lesezeichen";
$a->strings["Address Book"] = "Adressbuch";
$a->strings["Login"] = "Anmelden";
@@ -63,82 +41,7 @@ $a->strings["Purchase"] = "Kaufen";
$a->strings["Edit"] = "Bearbeiten";
$a->strings["Delete"] = "Löschen";
$a->strings["Unknown"] = "Unbekannt";
-$a->strings["New Page"] = "Neue Seite";
-$a->strings["View"] = "Ansicht";
-$a->strings["Preview"] = "Vorschau";
-$a->strings["Actions"] = "Aktionen";
-$a->strings["Page Link"] = "Seiten-Link";
-$a->strings["Title"] = "Titel";
-$a->strings["Created"] = "Erstellt";
-$a->strings["Edited"] = "Geändert";
-$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["Categories"] = "Kategorien";
-$a->strings["Apps"] = "Apps";
-$a->strings["System"] = "System";
-$a->strings["Personal"] = "Persönlich";
-$a->strings["Create Personal App"] = "Persönliche App erstellen";
-$a->strings["Edit Personal App"] = "Persönliche App bearbeiten";
-$a->strings["Connect"] = "Verbinden";
-$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 maximal %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"] = "Bekannte";
-$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["Export content"] = "Kanal-Inhalte exportieren";
-$a->strings["Automatic Permissions (Advanced)"] = "Automatische Berechtigungen (Erweitert)";
-$a->strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen";
-$a->strings["Channel Sources"] = "Kanal-Quellen";
-$a->strings["Messages"] = "Nachrichten";
-$a->strings["Check Mail"] = "E-Mails abrufen";
-$a->strings["New Message"] = "Neue Nachricht";
-$a->strings["Chat Rooms"] = "Chaträume";
-$a->strings["Bookmarked Chatrooms"] = "Gespeicherte Chatrooms";
-$a->strings["Suggested Chatrooms"] = "Chatraum-Vorschläge";
-$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["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["Visible to your default audience"] = "Standard-Sichtbarkeit";
-$a->strings["Show"] = "Zeigen";
-$a->strings["Don't show"] = "Nicht zeigen";
-$a->strings["Permissions"] = "Berechtigungen";
-$a->strings["Close"] = "Schließen";
-$a->strings[" and "] = "und";
-$a->strings["public profile"] = "öffentliches Profil";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s hat %2\$s auf &ldquo;%3\$s&rdquo; geändert";
-$a->strings["Visit %1\$s's %2\$s"] = "Besuche %1\$s's %2\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat ein aktualisiertes %2\$s, %3\$s wurde verändert.";
-$a->strings["Public Timeline"] = "Öffentliche Zeitleiste";
+$a->strings["Permission denied."] = "Zugang verweigert";
$a->strings["Item was not found."] = "Beitrag wurde nicht gefunden.";
$a->strings["No source file."] = "Keine Quelldatei.";
$a->strings["Cannot locate file to replace"] = "Kann Datei zum Ersetzen nicht finden";
@@ -166,7 +69,8 @@ $a->strings["poked"] = "stupste";
$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s";
$a->strings["Select"] = "Auswählen";
$a->strings["Private Message"] = "Private Nachricht";
-$a->strings["Message is verified"] = "Nachricht überprüft";
+$a->strings["Message signature validated"] = "Signatur überprüft";
+$a->strings["Message signature incorrect"] = "Signatur nicht korrekt";
$a->strings["View %s's profile @ %s"] = "%ss Profil auf %s ansehen";
$a->strings["Categories:"] = "Kategorien:";
$a->strings["Filed under:"] = "Gespeichert unter:";
@@ -184,6 +88,7 @@ $a->strings["View Status"] = "Status ansehen";
$a->strings["View Profile"] = "Profil ansehen";
$a->strings["View Photos"] = "Fotos ansehen";
$a->strings["Matrix Activity"] = "Matrix-Aktivität";
+$a->strings["Connect"] = "Verbinden";
$a->strings["Edit Contact"] = "Kontakt bearbeiten";
$a->strings["Send PM"] = "Sende PN";
$a->strings["%s likes this."] = "%s gefällt das.";
@@ -211,6 +116,7 @@ $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["Post as"] = "Posten als";
@@ -244,6 +150,7 @@ $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";
@@ -255,154 +162,90 @@ $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 and Storage"] = "Dateien und Speicher";
$a->strings["Chatrooms"] = "Chaträume";
$a->strings["Saved Bookmarks"] = "Gespeicherte Lesezeichen";
$a->strings["Manage Webpages"] = "Webseiten verwalten";
+$a->strings["created a new post"] = "Neuer Beitrag wurde erzeugt";
+$a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert";
+$a->strings["New Page"] = "Neue Seite";
+$a->strings["View"] = "Ansicht";
+$a->strings["Actions"] = "Aktionen";
+$a->strings["Page Link"] = "Seiten-Link";
+$a->strings["Title"] = "Titel";
+$a->strings["Created"] = "Erstellt";
+$a->strings["Edited"] = "Geändert";
+$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["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["This event has been added to your calendar."] = "Dieses Ereignis wurde zu Deinem Kalender hinzugefügt";
+$a->strings["Embedded content"] = "Eingebetteter Inhalt";
+$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet";
+$a->strings["Can view my normal stream and posts"] = "Kann meine normalen Beiträge sehen";
+$a->strings["Can view my default channel profile"] = "Kann mein Standardprofil sehen";
+$a->strings["Can view my photo albums"] = "Kann meine Fotoalben betrachten";
+$a->strings["Can view my connections"] = "Kann meine Verbindungen sehen";
+$a->strings["Can view my file storage"] = "Kann meine Dateiordner lesen";
+$a->strings["Can view my webpages"] = "Kann meine Webseiten sehen";
+$a->strings["Can send me their channel stream and posts"] = "Kann mir die Beiträge aus seinem/ihrem Kanal schicken";
+$a->strings["Can post on my channel page (\"wall\")"] = "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen";
+$a->strings["Can comment on or like my posts"] = "Darf meine Beiträge kommentieren und mögen/nicht mögen";
+$a->strings["Can send me private mail messages"] = "Kann mir private Nachrichten schicken";
+$a->strings["Can post photos to my photo albums"] = "Kann Fotos in meinen Fotoalben veröffentlichen";
+$a->strings["Can like/dislike stuff"] = "Kann andere Elemente mögen/nicht mögen";
+$a->strings["Profiles and things other than posts/comments"] = "Profile und alles außer Beiträge und Kommentare";
+$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten";
+$a->strings["Advanced - useful for creating group forum channels"] = "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen";
+$a->strings["Can chat with me (when available)"] = "Kann mit mir chatten (wenn verfügbar)";
+$a->strings["Can write to my file storage"] = "Kann in meine Dateiordner schreiben";
+$a->strings["Can edit my webpages"] = "Kann meine Webseiten bearbeiten";
+$a->strings["Can source my public posts in derived channels"] = "Kann meine öffentlichen Beiträge als Quellen für Kanäle verwenden";
+$a->strings["Somewhat advanced - very useful in open communities"] = "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften";
+$a->strings["Can administer my channel resources"] = "Kann meine Kanäle administrieren";
+$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weißt, was Du tust";
+$a->strings["Social Networking"] = "Soziales Netzwerk";
+$a->strings["Mostly Public"] = "Weitgehend öffentlich";
+$a->strings["Restricted"] = "Beschränkt";
+$a->strings["Private"] = "Privat";
+$a->strings["Community Forum"] = "Forum";
+$a->strings["Feed Republish"] = "Teilen von Feeds";
+$a->strings["Special Purpose"] = "Für besondere Zwecke";
+$a->strings["Celebrity/Soapbox"] = "Mitteilungs-Kanal (keine Kommentare)";
+$a->strings["Group Repository"] = "Gruppenarchiv";
+$a->strings["Other"] = "Andere";
+$a->strings["Custom/Expert Mode"] = "Benutzerdefiniert/Expertenmodus";
+$a->strings[" and "] = "und";
+$a->strings["public profile"] = "öffentliches Profil";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s hat %2\$s auf &ldquo;%3\$s&rdquo; geändert";
+$a->strings["Visit %1\$s's %2\$s"] = "Besuche %1\$s's %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat ein aktualisiertes %2\$s, %3\$s wurde verändert.";
+$a->strings["Attachments:"] = "Anhänge:";
$a->strings["Logged out."] = "Ausgeloggt.";
$a->strings["Failed authentication"] = "Authentifizierung fehlgeschlagen";
$a->strings["Login failed."] = "Login fehlgeschlagen.";
-$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"] = "Verbindungen anzeigen";
-$a->strings["poke"] = "anstupsen";
-$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"] = "zurückgewiesen";
-$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["depressed"] = "deprimiert";
-$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 zur Quelle";
-$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["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["parent"] = "Übergeordnetes Verzeichnis";
+$a->strings["Collection"] = "Ordner";
+$a->strings["Principal"] = "Prinzipal";
+$a->strings["Addressbook"] = "Adressbuch";
+$a->strings["Calendar"] = "Kalender";
+$a->strings["Schedule Inbox"] = "Posteingang für überwachte Kalender";
+$a->strings["Schedule Outbox"] = "Postausgang für überwachte Kalender";
+$a->strings["%1\$s used"] = "%1\$s verwendet";
+$a->strings["%1\$s used of %2\$s (%3\$s&#37;)"] = "%1\$s von %2\$s verwendet (%3\$s&#37;)";
+$a->strings["Name"] = "Name";
+$a->strings["Type"] = "Typ";
+$a->strings["Size"] = "Größe";
+$a->strings["Last Modified"] = "Zuletzt geändert";
+$a->strings["Total"] = "Summe";
+$a->strings["Create new folder"] = "Neuen Ordner anlegen";
+$a->strings["Create"] = "Erstelle";
+$a->strings["Upload file"] = "Datei hochladen";
+$a->strings["Upload"] = "Hochladen";
$a->strings["%1\$s's bookmarks"] = "%1\$ss Lesezeichen";
-$a->strings["Tags"] = "Schlagwörter";
-$a->strings["Keywords"] = "Schlüsselwörter";
-$a->strings["have"] = "habe";
-$a->strings["has"] = "hat";
-$a->strings["want"] = "will";
-$a->strings["wants"] = "will";
-$a->strings["like"] = "mag";
-$a->strings["likes"] = "gefällt";
-$a->strings["dislike"] = "verurteile";
-$a->strings["dislikes"] = "missfällt";
-$a->strings["__ctx:noun__ Like"] = array(
- 0 => "Gefällt mir",
- 1 => "Gefällt mir",
-);
$a->strings["Default"] = "Standard";
-$a->strings["Logout"] = "Abmelden";
-$a->strings["End this session"] = "Beende diese Sitzung";
-$a->strings["Home"] = "Home";
-$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen";
-$a->strings["Your profile page"] = "Deine Profilseite";
-$a->strings["Edit Profiles"] = "Profile bearbeiten";
-$a->strings["Manage/Edit profiles"] = "Profile verwalten";
-$a->strings["Edit Profile"] = "Profile bearbeiten";
-$a->strings["Edit your profile"] = "Profil bearbeiten";
-$a->strings["Your photos"] = "Deine Bilder";
-$a->strings["Your files"] = "Deine Dateien";
-$a->strings["Your chatrooms"] = "Deine Chaträume";
-$a->strings["Your bookmarks"] = "Deine Lesezeichen";
-$a->strings["Your webpages"] = "Deine Webseiten";
-$a->strings["Sign in"] = "Anmelden";
-$a->strings["%s - click to logout"] = "%s - Klick zum Abmelden";
-$a->strings["Click to authenticate to your home hub"] = "Klicke, um Dich über Deinen Heimat-Server zu authentifizieren";
-$a->strings["Home Page"] = "Homepage";
-$a->strings["Register"] = "Registrieren";
-$a->strings["Create an account"] = "Erzeuge ein Konto";
-$a->strings["Help and documentation"] = "Hilfe und Dokumentation";
-$a->strings["Applications, utilities, links, games"] = "Applikationen, Zubehör, Links, Spiele";
-$a->strings["Search site content"] = "Durchsuche Seiten-Inhalt";
-$a->strings["Channel Locator"] = "Kanal-Anzeiger";
-$a->strings["Your matrix"] = "Deine Matrix";
-$a->strings["Mark all matrix notifications seen"] = "Markiere alle Matrix-Benachrichtigungen als angesehen";
-$a->strings["Channel home"] = "Mein Kanal";
-$a->strings["Mark all channel notifications seen"] = "Markiere alle Kanal-Benachrichtigungen als angesehen";
-$a->strings["Connections"] = "Verbindungen";
-$a->strings["Notices"] = "Benachrichtigungen";
-$a->strings["Notifications"] = "Benachrichtigungen";
-$a->strings["See all notifications"] = "Alle Benachrichtigungen ansehen";
-$a->strings["Mark all system notifications seen"] = "Markiere alle System-Benachrichtigungen als gesehen";
-$a->strings["Private mail"] = "Persönliche Mail";
-$a->strings["See all private messages"] = "Alle persönlichen Nachrichten ansehen";
-$a->strings["Mark all private messages seen"] = "Markiere alle persönlichen Nachrichten als gesehen";
-$a->strings["Inbox"] = "Eingang";
-$a->strings["Outbox"] = "Ausgang";
-$a->strings["Event Calendar"] = "Veranstaltungskalender";
-$a->strings["See all events"] = "Alle Ereignisse ansehen";
-$a->strings["Mark all events seen"] = "Markiere alle Ereignisse als gesehen";
-$a->strings["Manage Your Channels"] = "Verwalte Deine Kanäle";
-$a->strings["Account/Channel Settings"] = "Konto-/Kanal-Einstellungen";
-$a->strings["Admin"] = "Admin";
-$a->strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration";
-$a->strings["Please wait..."] = "Bitte warten...";
$a->strings["Frequently"] = "Häufig";
$a->strings["Hourly"] = "Stündlich";
$a->strings["Twice daily"] = "Zwei Mal am Tag";
@@ -434,16 +277,14 @@ $a->strings["Random Profile"] = "Zufallsprofil";
$a->strings["Invite Friends"] = "Lade Freunde ein";
$a->strings["Exammple: name=fred and country=iceland"] = "Beispiel: name=fred and country=deutschland";
$a->strings["Advanced Find"] = "Erweiterte Suche";
+$a->strings["Saved Folders"] = "Gespeicherte Ordner";
+$a->strings["Everything"] = "Alles";
+$a->strings["Categories"] = "Kategorien";
$a->strings["%d connection in common"] = array(
0 => "%d gemeinsame Verbindung",
1 => "%d gemeinsame Verbindungen",
);
$a->strings["show more"] = "mehr zeigen";
-$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["This event has been added to your calendar."] = "Dieses Ereignis wurde zu Deinem Kalender hinzugefügt";
$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 dieser Seite nicht erlaubt";
$a->strings["Your email address is already registered at this site."] = "Deine E-Mail-Adresse ist auf dieser Seite bereits registriert.";
@@ -462,26 +303,14 @@ $a->strings["Account verified. Please login."] = "Konto geprüft. Bitte melde Di
$a->strings["Click here to upgrade."] = "Klicke hier, um das Upgrade durchzuführen.";
$a->strings["This action exceeds the limits set by your subscription plan."] = "Diese Aktion überschreitet die Grenzen Ihres Abonnements.";
$a->strings["This action is not available under your subscription plan."] = "Diese Aktion ist in Ihrem Abonnement nicht verfügbar.";
-$a->strings["Miscellaneous"] = "Verschiedenes";
-$a->strings["year"] = "Jahr";
-$a->strings["month"] = "Monat";
-$a->strings["day"] = "Tag";
-$a->strings["never"] = "Nie";
-$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde";
-$a->strings["years"] = "Jahre";
-$a->strings["months"] = "Monate";
-$a->strings["week"] = "Woche";
-$a->strings["weeks"] = "Wochen";
-$a->strings["days"] = "Tage";
-$a->strings["hour"] = "Stunde";
-$a->strings["hours"] = "Stunden";
-$a->strings["minute"] = "Minute";
-$a->strings["minutes"] = "Minuten";
-$a->strings["second"] = "Sekunde";
-$a->strings["seconds"] = "Sekunden";
-$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s";
-$a->strings["%1\$s's birthday"] = "%1\$ss Geburtstag";
-$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag, %1\$s";
+$a->strings["Image/photo"] = "Bild/Foto";
+$a->strings["Encrypted content"] = "Verschlüsselter Inhalt";
+$a->strings["Install design element: "] = "Design-Element installieren:";
+$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 spoiler"] = "$1 Spoiler";
+$a->strings["$1 wrote:"] = "$1 schrieb:";
$a->strings["Sort Options"] = "Sortieroptionen";
$a->strings["Alphabetic"] = "alphabetisch";
$a->strings["Reverse Alphabetic"] = "Entgegengesetzt alphabetisch";
@@ -489,13 +318,26 @@ $a->strings["Newest to Oldest"] = "Neueste zuerst";
$a->strings["Enable Safe Search"] = "Sichere Suche einschalten";
$a->strings["Disable Safe Search"] = "Sichere Suche ausschalten";
$a->strings["Safe Mode"] = "Sicherer Modus";
-$a->strings["Attachments:"] = "Anhänge:";
+$a->strings["Tags"] = "Schlagwörter";
+$a->strings["Keywords"] = "Schlüsselwörter";
+$a->strings["have"] = "habe";
+$a->strings["has"] = "hat";
+$a->strings["want"] = "will";
+$a->strings["wants"] = "will";
+$a->strings["like"] = "mag";
+$a->strings["likes"] = "gefällt";
+$a->strings["dislike"] = "verurteile";
+$a->strings["dislikes"] = "missfällt";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "Gefällt mir",
+ 1 => "Gefällt mir",
+);
$a->strings["Red Matrix Notification"] = "Red Matrix Benachrichtigung";
$a->strings["redmatrix"] = "redmatrix";
$a->strings["Thank You,"] = "Danke.";
$a->strings["%s Administrator"] = "der Administrator von %s";
$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Red:Notify] New mail received at %s"] = "[Red Notify] Neue Mail auf %s empfangen";
+$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Benachrichtigung] Neue Mail auf %s empfangen";
$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s hat Dir eine private Nachricht auf %3\$s gesendet.";
$a->strings["%1\$s sent you %2\$s."] = "%1\$s hat Dir %2\$s geschickt.";
$a->strings["a private message"] = "eine private Nachricht";
@@ -512,13 +354,13 @@ $a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s
$a->strings["[Red:Notify] %s tagged you"] = "[Red:Benachrichtigung] %s hat Dich erwähnt";
$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s hat Dich auf %3\$s erwähnt";
$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]hat Dich erwähnt[/zrl].";
-$a->strings["[Red:Notify] %1\$s poked you"] = "[Red Notify] %1\$s hat Dich angestupst";
+$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Benachrichtigung] %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 angestupst";
$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:Benachrichtigung] %s hat Deinen Beitrag getaggt";
$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s hat Deinen Beitrag auf %3\$s verschlagwortet";
$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen Beitrag[/zrl] verschlagwortet";
-$a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Vorstellung erhalten";
+$a->strings["[Red:Notify] Introduction received"] = "[Red:Benachrichtigung] Vorstellung erhalten";
$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, Du hast eine neue Verbindungsanfrage von '%2\$s' auf %3\$s erhalten";
$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, Du hast [zrl=%2\$s]eine neue Verbindungsanfrage[/zrl] von %3\$s erhalten.";
$a->strings["You may visit their profile at %s"] = "Du kannst Dir das Profil unter %s ansehen";
@@ -535,13 +377,109 @@ $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["Room is full"] = "Der Raum ist voll";
+$a->strings["Permission denied"] = "Keine Berechtigung";
+$a->strings["(Unknown)"] = "(Unbekannt)";
+$a->strings["Visible to anybody on the internet."] = "Für jeden im Internet sichtbar.";
+$a->strings["Visible to you only."] = "Nur für Dich sichtbar.";
+$a->strings["Visible to anybody in this network."] = "Für jedes Mitglied der RedMatrix sichtbar.";
+$a->strings["Visible to anybody authenticated."] = "Für jeden sichtbar, der angemeldet ist.";
+$a->strings["Visible to anybody on %s."] = "Für jeden auf %s sichtbar.";
+$a->strings["Visible to all connections."] = "Für alle Verbindungen sichtbar.";
+$a->strings["Visible to approved connections."] = "Nur für akzeptierte Verbindungen sichtbar.";
+$a->strings["Visible to specific connections."] = "Sichtbar für bestimmte Verbindungen.";
+$a->strings["Item not found."] = "Element nicht gefunden.";
+$a->strings["Collection not found."] = "Sammlung nicht gefunden";
+$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["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"] = "Verbindungen anzeigen";
+$a->strings["Save"] = "Speichern";
+$a->strings["poke"] = "anstupsen";
+$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"] = "zurückgewiesen";
+$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["depressed"] = "deprimiert";
+$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 zur Quelle";
+$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["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["General Features"] = "Allgemeine Funktionen";
$a->strings["Content Expiration"] = "Verfall von Inhalten";
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Lösche Beiträge, Kommentare und/oder private Nachrichten automatisch zu einem zukünftigen Datum.";
$a->strings["Multiple Profiles"] = "Mehrfachprofile";
$a->strings["Ability to create multiple profiles"] = "Mehrfachprofile anlegen können";
$a->strings["Advanced Profiles"] = "Erweiterte Profile";
-$a->strings["Additional profile sections and selections"] = "Stellt zusätzliche Felder im Profil zur Verfügung";
+$a->strings["Additional profile sections and selections"] = "Stellt zusätzliche Bereiche und Felder im Profil zur Verfügung";
$a->strings["Profile Import/Export"] = "Profil-Import/Export";
$a->strings["Save and load profile details across sites/channels"] = "Speichere Dein Profil, um es in einen anderen Kanal zu importieren";
$a->strings["Web Pages"] = "Webseiten";
@@ -561,6 +499,7 @@ $a->strings["Use Markdown"] = "Markdown benutzen";
$a->strings["Allow use of \"Markdown\" to format posts"] = "Erlaube Markdown zur Formatierung von Beiträgen";
$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)";
@@ -569,7 +508,8 @@ $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["Save search terms for re-use"] = "Gesicherte Suchbegriffe zur Wiederverwendung";
+$a->strings["Saved Searches"] = "Gespeicherte Suchanfragen";
+$a->strings["Save search terms for re-use"] = "Suchbegriffe zur Wiederverwendung abspeichern";
$a->strings["Network Personal Tab"] = "Persönlicher Netzwerkreiter";
$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktiviere Reiter nur für die Netzwerk-Beiträge, mit denen Du interagiert hast";
$a->strings["Network New Tab"] = "Netzwerkreiter Neu";
@@ -600,40 +540,15 @@ $a->strings["Protocol disabled."] = "Protokoll deaktiviert.";
$a->strings["Channel discovery failed."] = "Kanalsuche fehlgeschlagen";
$a->strings["local account not found."] = "Lokales Konto nicht gefunden.";
$a->strings["Cannot connect to yourself."] = "Du kannst Dich nicht mit Dir selbst verbinden.";
-$a->strings["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["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."] = "Es hat früher schon einmal eine Sammlung mit diesem Namen existiert, die gelöscht wurde. Es <strong>könnten</strong> von damals noch Elemente (Beiträge, Dateien etc.) vorhanden sein, die allen jetzigen und zukünftigen Mitgliedern dieser Sammlung den Zugriff erlauben. Wenn das nicht Dein Plan war, erstelle bitte eine neue Sammlung mit einem anderen Namen.";
+$a->strings["Default privacy group for new contacts"] = "Standard-Sammlung 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["Edit collection"] = "Sammlung bearbeiten";
$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["Install design element: "] = "Design-Element installieren:";
-$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 spoiler"] = "$1 Spoiler";
-$a->strings["$1 wrote:"] = "$1 schrieb:";
-$a->strings["parent"] = "Übergeordnetes Verzeichnis";
-$a->strings["Collection"] = "Sammlung";
-$a->strings["Principal"] = "Prinzipal";
-$a->strings["Addressbook"] = "Adressbuch";
-$a->strings["Calendar"] = "Kalender";
-$a->strings["Schedule Inbox"] = "Post-Eingang prüfen";
-$a->strings["Schedule Outbox"] = "Post-Ausgang prüfen";
-$a->strings["%1\$s used"] = "%1\$s verwendet";
-$a->strings["%1\$s used of %2\$s (%3\$s&#37;)"] = "von %2\$s wurden %1\$s verwendet (%3\$s&#37;)";
-$a->strings["Name"] = "Name";
-$a->strings["Type"] = "Typ";
-$a->strings["Size"] = "Größe";
-$a->strings["Last Modified"] = "Zuletzt geändert";
-$a->strings["Total"] = "Summe";
-$a->strings["Create new folder"] = "Neuen Ordner anlegen";
-$a->strings["Create"] = "Erstelle";
-$a->strings["Upload file"] = "Datei hochladen";
-$a->strings["Upload"] = "Hochladen";
+$a->strings["add"] = "hinzufügen";
$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";
@@ -643,12 +558,14 @@ $a->strings["Reserved nickname. Please choose another."] = "Reservierter Kurznam
$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["Requested profile is not available."] = "Erwünschte Profil ist nicht verfügbar.";
$a->strings["Change profile photo"] = "Profilfoto ändern";
$a->strings["Profiles"] = "Profile";
$a->strings["Manage/edit profiles"] = "Profile verwalten/bearbeiten";
$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";
@@ -666,8 +583,8 @@ $a->strings["Event Reminders"] = "Veranstaltungs- Erinnerungen";
$a->strings["Events this week:"] = "Veranstaltungen in dieser Woche:";
$a->strings["Full Name:"] = "Voller Name:";
$a->strings["Like this channel"] = "Dieser Kanal gefällt mir";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
+$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"] = "seit %1\$d %2\$s";
@@ -690,51 +607,134 @@ $a->strings["Love/Romance:"] = "Liebe/Romantik:";
$a->strings["Work/employment:"] = "Arbeit/Anstellung:";
$a->strings["School/education:"] = "Schule/Ausbildung:";
$a->strings["Like this thing"] = "Gefällt mir";
+$a->strings["Apps"] = "Apps";
+$a->strings["System"] = "System";
+$a->strings["Create Personal App"] = "Persönliche App erstellen";
+$a->strings["Edit Personal App"] = "Persönliche App bearbeiten";
+$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 maximal %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["Remove term"] = "Eintrag löschen";
+$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"] = "Bekannte";
+$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["Export content"] = "Kanal-Inhalte exportieren";
+$a->strings["Automatic Permissions (Advanced)"] = "Automatische Berechtigungen (Erweitert)";
+$a->strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen";
+$a->strings["Messages"] = "Nachrichten";
+$a->strings["Check Mail"] = "E-Mails abrufen";
+$a->strings["New Message"] = "Neue Nachricht";
+$a->strings["Chat Rooms"] = "Chaträume";
+$a->strings["Bookmarked Chatrooms"] = "Gespeicherte Chatrooms";
+$a->strings["Suggested Chatrooms"] = "Chatraum-Vorschläge";
+$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["User '%s' deleted"] = "Benutzer '%s' gelöscht";
+$a->strings["Miscellaneous"] = "Verschiedenes";
+$a->strings["never"] = "Nie";
+$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde";
+$a->strings["year"] = "Jahr";
+$a->strings["years"] = "Jahre";
+$a->strings["month"] = "Monat";
+$a->strings["months"] = "Monate";
+$a->strings["week"] = "Woche";
+$a->strings["weeks"] = "Wochen";
+$a->strings["day"] = "Tag";
+$a->strings["days"] = "Tage";
+$a->strings["hour"] = "Stunde";
+$a->strings["hours"] = "Stunden";
+$a->strings["minute"] = "Minute";
+$a->strings["minutes"] = "Minuten";
+$a->strings["second"] = "Sekunde";
+$a->strings["seconds"] = "Sekunden";
+$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s";
+$a->strings["%1\$s's birthday"] = "%1\$ss Geburtstag";
+$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag, %1\$s";
$a->strings["No recipient provided."] = "Kein Empfänger angegeben";
$a->strings["[no subject]"] = "[no subject]";
$a->strings["Unable to determine sender."] = "Kann Absender nicht bestimmen.";
$a->strings["Stored post could not be verified."] = "Gespeicherter Beitrag konnten nicht überprüft werden.";
-$a->strings["Save to Folder"] = "In Ordner speichern";
-$a->strings["View all"] = "Alles anzeigen";
-$a->strings["__ctx:noun__ Dislike"] = array(
- 0 => "Gefällt nicht",
- 1 => "Gefällt nicht",
-);
-$a->strings["Add Star"] = "Stern hinzufügen";
-$a->strings["Remove Star"] = "Stern entfernen";
-$a->strings["Toggle Star Status"] = "Stern-Status umschalten";
-$a->strings["starred"] = "markiert";
-$a->strings["Add Tag"] = "Tag hinzufügen";
-$a->strings["I like this (toggle)"] = "Mir gefällt das (Umschalter)";
-$a->strings["I don't like this (toggle)"] = "Mir gefällt das nicht (Umschalter)";
-$a->strings["Share This"] = "Teilen";
-$a->strings["share"] = "Teilen";
-$a->strings["View %s's profile - %s"] = "Schaue Dir %ss Profil an – %s";
-$a->strings["to"] = "an";
-$a->strings["via"] = "via";
-$a->strings["Wall-to-Wall"] = "Wall-to-Wall";
-$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:";
-$a->strings["Save Bookmarks"] = "Favoriten speichern";
-$a->strings["Add to Calendar"] = "Zum Kalender hinzufügen";
-$a->strings["__ctx:noun__ Likes"] = "Gefällt mir";
-$a->strings["__ctx:noun__ Dislikes"] = "Gefällt nicht";
-$a->strings["%d comment"] = array(
- 0 => "%d Kommentar",
- 1 => "%d Kommentare",
-);
-$a->strings["[+] show all"] = "[+] Zeige alle";
-$a->strings["This is you"] = "Das bist Du";
-$a->strings["Comment"] = "Kommentar";
-$a->strings["Submit"] = "Bestätigen";
-$a->strings["Bold"] = "Fett";
-$a->strings["Italic"] = "Kursiv";
-$a->strings["Underline"] = "Unterstrichen";
-$a->strings["Quote"] = "Zitat";
-$a->strings["Code"] = "Code";
-$a->strings["Image"] = "Bild";
-$a->strings["Link"] = "Link";
-$a->strings["Video"] = "Video";
+$a->strings["Logout"] = "Abmelden";
+$a->strings["End this session"] = "Beende diese Sitzung";
+$a->strings["Home"] = "Home";
+$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen";
+$a->strings["Your profile page"] = "Deine Profilseite";
+$a->strings["Edit Profiles"] = "Profile bearbeiten";
+$a->strings["Manage/Edit profiles"] = "Profile verwalten";
+$a->strings["Edit your profile"] = "Profil bearbeiten";
+$a->strings["Your photos"] = "Deine Bilder";
+$a->strings["Your files"] = "Deine Dateien";
+$a->strings["Your chatrooms"] = "Deine Chaträume";
+$a->strings["Your bookmarks"] = "Deine Lesezeichen";
+$a->strings["Your webpages"] = "Deine Webseiten";
+$a->strings["Sign in"] = "Anmelden";
+$a->strings["%s - click to logout"] = "%s - Klick zum Abmelden";
+$a->strings["Remote authentication"] = "Über Konto auf anderem Server einloggen";
+$a->strings["Click to authenticate to your home hub"] = "Klicke, um Dich über Deinen Heimat-Server zu authentifizieren";
+$a->strings["Home Page"] = "Homepage";
+$a->strings["Register"] = "Registrieren";
+$a->strings["Create an account"] = "Erzeuge ein Konto";
+$a->strings["Help and documentation"] = "Hilfe und Dokumentation";
+$a->strings["Applications, utilities, links, games"] = "Anwendungen (Apps), Zubehör, Links, Spiele";
+$a->strings["Search site content"] = "Durchsuche Seiten-Inhalt";
+$a->strings["Channel Locator"] = "Kanal-Verzeichnis";
+$a->strings["Your matrix"] = "Deine Matrix";
+$a->strings["Mark all matrix notifications seen"] = "Markiere alle Matrix-Benachrichtigungen als angesehen";
+$a->strings["Channel home"] = "Mein Kanal";
+$a->strings["Mark all channel notifications seen"] = "Markiere alle Kanal-Benachrichtigungen als angesehen";
+$a->strings["Connections"] = "Verbindungen";
+$a->strings["Notices"] = "Benachrichtigungen";
+$a->strings["Notifications"] = "Benachrichtigungen";
+$a->strings["See all notifications"] = "Alle Benachrichtigungen ansehen";
+$a->strings["Mark all system notifications seen"] = "Markiere alle System-Benachrichtigungen als gesehen";
+$a->strings["Private mail"] = "Persönliche Mail";
+$a->strings["See all private messages"] = "Alle persönlichen Nachrichten ansehen";
+$a->strings["Mark all private messages seen"] = "Markiere alle persönlichen Nachrichten als gesehen";
+$a->strings["Inbox"] = "Eingang";
+$a->strings["Outbox"] = "Ausgang";
+$a->strings["Event Calendar"] = "Veranstaltungskalender";
+$a->strings["See all events"] = "Alle Ereignisse ansehen";
+$a->strings["Mark all events seen"] = "Markiere alle Ereignisse als gesehen";
+$a->strings["Manage Your Channels"] = "Verwalte Deine Kanäle";
+$a->strings["Account/Channel Settings"] = "Konto-/Kanal-Einstellungen";
+$a->strings["Admin"] = "Administration";
+$a->strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration";
+$a->strings["Please wait..."] = "Bitte warten...";
+$a->strings["view full size"] = "In Vollbildansicht anschauen";
+$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["Visible to your default audience"] = "Standard-Sichtbarkeit";
+$a->strings["Show"] = "Zeigen";
+$a->strings["Don't show"] = "Nicht zeigen";
+$a->strings["Permissions"] = "Berechtigungen";
+$a->strings["Close"] = "Schließen";
+$a->strings["Public Timeline"] = "Öffentliche Zeitleiste";
+$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["Upload New Photos"] = "Lade neue Fotos hoch";
$a->strings["Delete this item?"] = "Dieses Element löschen?";
+$a->strings["Comment"] = "Kommentar";
+$a->strings["[+] show all"] = "[+] Zeige alle";
$a->strings["[-] show less"] = "[-] zeige weniger";
$a->strings["[+] expand"] = "[+] aufklappen";
$a->strings["[-] collapse"] = "[-] einklappen";
@@ -763,9 +763,6 @@ $a->strings["about a year"] = "ungefähr ein Jahr";
$a->strings["%d years"] = "%d Jahre";
$a->strings[" "] = " ";
$a->strings["timeago.numbers"] = "timeago.numbers";
-$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["User '%s' deleted"] = "Benutzer '%s' gelöscht";
$a->strings["Male"] = "Männlich";
$a->strings["Female"] = "Weiblich";
$a->strings["Currently Male"] = "Momentan männlich";
@@ -778,7 +775,6 @@ $a->strings["Transsexual"] = "Transsexuell";
$a->strings["Hermaphrodite"] = "Zwitter";
$a->strings["Neuter"] = "Geschlechtslos";
$a->strings["Non-specific"] = "unklar";
-$a->strings["Other"] = "Anders";
$a->strings["Undecided"] = "Unentschieden";
$a->strings["Males"] = "Männer";
$a->strings["Females"] = "Frauen";
@@ -823,37 +819,82 @@ $a->strings["Uncertain"] = "Ungewiss";
$a->strings["It's complicated"] = "Es ist kompliziert";
$a->strings["Don't care"] = "Interessiert mich nicht";
$a->strings["Ask me"] = "Frag mich mal";
-$a->strings["Can view my normal stream and posts"] = "Kann meine normalen Beiträge sehen";
-$a->strings["Can view my default channel profile"] = "Kann mein Standardprofil sehen";
-$a->strings["Can view my photo albums"] = "Kann meine Fotoalben betrachten";
-$a->strings["Can view my connections"] = "Kann meine Verbindungen sehen";
-$a->strings["Can view my file storage"] = "Kann meine Dateiordner lesen";
-$a->strings["Can view my webpages"] = "Kann meine Webseiten sehen";
-$a->strings["Can send me their channel stream and posts"] = "Kann mir die Beiträge aus seinem/ihrem Kanal schicken";
-$a->strings["Can post on my channel page (\"wall\")"] = "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen";
-$a->strings["Can comment on or like my posts"] = "Darf meine Beiträge kommentieren und mögen/nicht mögen";
-$a->strings["Can send me private mail messages"] = "Kann mir private Nachrichten schicken";
-$a->strings["Can post photos to my photo albums"] = "Kann Fotos in meinen Fotoalben veröffentlichen";
-$a->strings["Can like/dislike stuff"] = "Kann andere Elemente mögen/nicht mögen";
-$a->strings["Profiles and things other than posts/comments"] = "Profile und alles außer Beiträge und Kommentare";
-$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten";
-$a->strings["Advanced - useful for creating group forum channels"] = "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen";
-$a->strings["Can chat with me (when available)"] = "Kann mit mir chatten (wenn verfügbar)";
-$a->strings["Can write to my file storage"] = "Kann in meine Dateiordner schreiben";
-$a->strings["Can edit my webpages"] = "Kann meine Webseiten bearbeiten";
-$a->strings["Can source my public posts in derived channels"] = "Kann meine öffentlichen Beiträge als Quellen für Kanäle verwenden";
-$a->strings["Somewhat advanced - very useful in open communities"] = "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften";
-$a->strings["Can administer my channel resources"] = "Kann meine Kanäle administrieren";
-$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weißt, was Du tust";
-$a->strings["Social Networking"] = "Soziales Netzwerk";
-$a->strings["Mostly Public"] = "Weitgehend öffentlich";
-$a->strings["Restricted"] = "Beschränkt";
-$a->strings["Private"] = "Privat";
-$a->strings["Community Forum"] = "Forum";
-$a->strings["Feed Republish"] = "Teilen von Feeds";
-$a->strings["Celebrity/Soapbox"] = "Mitteilungs-Kanal (keine Kommentare)";
-$a->strings["Custom/Expert Mode"] = "Benutzerdefiniert/Expertenmodus";
+$a->strings["Save to Folder"] = "In Ordner speichern";
+$a->strings["View all"] = "Alles anzeigen";
+$a->strings["__ctx:noun__ Dislike"] = array(
+ 0 => "Gefällt nicht",
+ 1 => "Gefällt nicht",
+);
+$a->strings["Add Star"] = "Stern hinzufügen";
+$a->strings["Remove Star"] = "Stern entfernen";
+$a->strings["Toggle Star Status"] = "Stern-Status umschalten";
+$a->strings["starred"] = "markiert";
+$a->strings["Add Tag"] = "Tag hinzufügen";
+$a->strings["I like this (toggle)"] = "Mir gefällt das (Umschalter)";
+$a->strings["I don't like this (toggle)"] = "Mir gefällt das nicht (Umschalter)";
+$a->strings["Share This"] = "Teilen";
+$a->strings["share"] = "Teilen";
+$a->strings["View %s's profile - %s"] = "Schaue Dir %ss Profil an – %s";
+$a->strings["to"] = "an";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Wall-to-Wall";
+$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:";
+$a->strings["Save Bookmarks"] = "Favoriten speichern";
+$a->strings["Add to Calendar"] = "Zum Kalender hinzufügen";
+$a->strings["__ctx:noun__ Likes"] = "Gefällt mir";
+$a->strings["__ctx:noun__ Dislikes"] = "Gefällt nicht";
+$a->strings["%d comment"] = array(
+ 0 => "%d Kommentar",
+ 1 => "%d Kommentare",
+);
+$a->strings["This is you"] = "Das bist Du";
+$a->strings["Submit"] = "Bestätigen";
+$a->strings["Bold"] = "Fett";
+$a->strings["Italic"] = "Kursiv";
+$a->strings["Underline"] = "Unterstrichen";
+$a->strings["Quote"] = "Zitat";
+$a->strings["Code"] = "Code";
+$a->strings["Image"] = "Bild";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Video";
$a->strings["Set your current mood and tell your friends"] = "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden";
+$a->strings["Page owner information could not be retrieved."] = "Informationen über den Besitzer 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["Public access denied."] = "Öffentlicher Zugang verweigert.";
+$a->strings["No photos selected"] = "Keine Fotos ausgewählt";
+$a->strings["Access to this item is restricted."] = "Der Zugriff auf dieses Foto ist eingeschränkt.";
+$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB von %2$.2f MB Foto-Speicher belegt.";
+$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB Foto-Speicher belegt.";
+$a->strings["Upload Photos"] = "Fotos hochladen";
+$a->strings["Enter a new album name or select an existing one:"] = "Gib einen neuen Albumnamen ein oder wähle einen bereits existierenden:";
+$a->strings["Do not show a status post for this upload"] = "Keine Statusnachricht für diesen Upload senden";
+$a->strings["Album name could not be decoded"] = "Albumname konnte nicht dekodiert werden";
+$a->strings["Contact Photos"] = "Kontakt-Bilder";
+$a->strings["New album name: "] = "Name des neuen Albums:";
+$a->strings["Show Newest First"] = "Zeige Neueste zuerst";
+$a->strings["Show Oldest First"] = "Zeige Älteste zuerst";
+$a->strings["View Photo"] = "Foto ansehen";
+$a->strings["Edit Album"] = "Album bearbeiten";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden.";
+$a->strings["Photo not available"] = "Foto nicht verfügbar";
+$a->strings["Use as profile photo"] = "Als Profilfoto verwenden";
+$a->strings["Private Photo"] = "Privates Foto";
+$a->strings["Previous"] = "Voriges";
+$a->strings["View Full Size"] = "In voller Größe anzeigen";
+$a->strings["Next"] = "Nächste";
+$a->strings["Remove"] = "Entferne";
+$a->strings["Edit photo"] = "Foto bearbeiten";
+$a->strings["Rotate CW (right)"] = "Drehen im UZS (rechts)";
+$a->strings["Rotate CCW (left)"] = "Drehen gegen UZS (links)";
+$a->strings["New album name"] = "Name des neuen Albums:";
+$a->strings["Caption"] = "Bildunterschrift";
+$a->strings["Add a Tag"] = "Schlagwort hinzufügen";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Beispiele: @ben, @Karl_Prester, @lieschen@example.com";
+$a->strings["In This Photo:"] = "Auf diesem Foto:";
+$a->strings["View Album"] = "Album ansehen";
+$a->strings["Recent Photos"] = "Neueste Fotos";
$a->strings["Menu not found."] = "Menü nicht gefunden";
$a->strings["Menu element updated."] = "Menü-Element aktualisiert.";
$a->strings["Unable to update menu element."] = "Kann Menü-Element nicht aktualisieren.";
@@ -979,6 +1020,7 @@ $a->strings["0 or blank prevents expiration"] = "0 oder kein Inhalt verhindern d
$a->strings["Maximum Friend Requests/Day:"] = "Maximale Kontaktanfragen pro Tag:";
$a->strings["May reduce spam activity"] = "Kann die Spam-Aktivität verringern";
$a->strings["Default Post Permissions"] = "Standardeinstellungen für Beitrags-Zugriffsrechte";
+$a->strings["Channel permissions category:"] = "Zugriffsrechte-Kategorie des Kanals:";
$a->strings["Maximum private messages per day from unknown people:"] = "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:";
$a->strings["Useful to reduce spamming"] = "Nützlich, um Spam zu verringern";
$a->strings["Notification Settings"] = "Benachrichtigungs-Einstellungen";
@@ -1062,7 +1104,7 @@ $a->strings["Profile Name:"] = "Profilname:";
$a->strings["Your Full Name:"] = "Dein voller Name:";
$a->strings["Title/Description:"] = "Titel/Stellenbeschreibung:";
$a->strings["Your Gender:"] = "Dein Geschlecht:";
-$a->strings["Birthday (%s):"] = "Geburtstag (%s):";
+$a->strings["Birthday :"] = "Geburtstag:";
$a->strings["Street Address:"] = "Straße und Hausnummer:";
$a->strings["Locality/City:"] = "Wohnort:";
$a->strings["Postal/Zip Code:"] = "Postleitzahl:";
@@ -1098,6 +1140,22 @@ $a->strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits-Editor";
$a->strings["Click on a contact to add or remove."] = "Klicke auf einen Kontakt, um ihn hinzuzufügen oder zu entfernen.";
$a->strings["Visible To"] = "Sichtbar für";
$a->strings["All Connections"] = "Alle Verbindungen";
+$a->strings["Event can not end before it has started."] = "Termin-Ende liegt vor dem Beginn.";
+$a->strings["Event title and start time are required."] = "Veranstaltungs- Titel und Startzeit sind erforderlich.";
+$a->strings["Event not found."] = "Termin nicht gefunden.";
+$a->strings["l, F j"] = "l, j. F";
+$a->strings["Edit event"] = "Veranstaltung bearbeiten";
+$a->strings["Create New Event"] = "Neue Veranstaltung erstellen";
+$a->strings["Event details"] = "Veranstaltungs-Details";
+$a->strings["Starting date and Title are required."] = "Startdatum und Titel sind erforderlich.";
+$a->strings["Event Starts:"] = "Veranstaltung startet:";
+$a->strings["Required"] = "Benötigt";
+$a->strings["Finish date/time is not known or not relevant"] = "Ende Datum/Zeit sind unbekannt oder unwichtig";
+$a->strings["Event Finishes:"] = "Veranstaltung endet:";
+$a->strings["Adjust for viewer timezone"] = "An die Zeitzone des Betrachters anpassen";
+$a->strings["Description:"] = "Beschreibung:";
+$a->strings["Title:"] = "Titel:";
+$a->strings["Share this event"] = "Die Veranstaltung teilen";
$a->strings["Public Sites"] = "Öffentliche Server";
$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Die hier aufgeführten Server erlauben Dir, einen Account in der Red-Matrix anzulegen. Alle Server der Matrix sind miteinander verbunden, so dass die Mitgliedschaft auf einem Server eine Verbindung zu beliebigen anderen Servern der Matrix ermöglicht. Es könnte sein, dass einige dieser Server kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den jeweiligen Seiten <strong>könnten</strong> nähere Details dazu stehen.";
$a->strings["Site URL"] = "Server-URL";
@@ -1140,7 +1198,6 @@ $a->strings["Please re-enter your password"] = "Bitte gib Dein Passwort noch ein
$a->strings["Away"] = "Abwesend";
$a->strings["Online"] = "Online";
$a->strings["Please login."] = "Bitte melde dich an.";
-$a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "RedMatrix – Gäste: Username: {Deine E-Mail-Adresse}, Passwort: +++";
$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Innerhalb von 48 Stunden nach einer Änderung des Passworts können keine Kanäle gelöscht werden.";
$a->strings["Remove This Channel"] = "Diesen Kanal löschen";
$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Hiermit wird dieser Kanal komplett aus dem Netzwerk gelöscht. Einmal eingeleitet kann dieser Prozess nicht rückgängig gemacht werden.";
@@ -1166,7 +1223,7 @@ $a->strings["Potential connections will then see the following text before proce
$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Indem ich fortfahre, bestätige ich die Erfüllung aller Anweisungen aus dieser Seite.";
$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Der Kanal-Besitzer hat keine speziellen Anweisungen hinterlegt.)";
$a->strings["Restricted or Premium Channel"] = "Eingeschränkter oder Premium-Kanal";
-$a->strings["No such group"] = "Gruppe existiert nicht";
+$a->strings["No such group"] = "Sammlung nicht gefunden";
$a->strings["Search Results For:"] = "Suchergebnisse für:";
$a->strings["Collection is empty"] = "Sammlung ist leer";
$a->strings["Collection: "] = "Sammlung:";
@@ -1275,15 +1332,16 @@ $a->strings["Delegates are able to manage all aspects of this account/page excep
$a->strings["Existing Page Managers"] = "Vorhandene Seitenmanager";
$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite";
$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte";
-$a->strings["Remove"] = "Entferne";
$a->strings["Add"] = "Hinzufügen";
$a->strings["No entries."] = "Keine Einträge.";
-$a->strings["Public access denied."] = "Öffentlicher Zugang verweigert.";
$a->strings["Gender: "] = "Geschlecht:";
$a->strings["Finding:"] = "Ergebnisse:";
$a->strings["next page"] = "nächste Seite";
$a->strings["previous page"] = "vorherige Seite";
$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge gefunden (einige könnten versteckt sein).";
+$a->strings["Bookmark added"] = "Lesezeichen hinzugefügt";
+$a->strings["My Bookmarks"] = "Meine Lesezeichen";
+$a->strings["My Connections Bookmarks"] = "Lesezeichen meiner Kontakte";
$a->strings["Status: "] = "Status:";
$a->strings["Sexual Preference: "] = "Sexuelle Ausrichtung:";
$a->strings["Homepage: "] = "Webseite:";
@@ -1291,38 +1349,7 @@ $a->strings["Hometown: "] = "Wohnort:";
$a->strings["About: "] = "Über:";
$a->strings["Keywords: "] = "Schlüsselwörter:";
$a->strings["This site is not a directory server"] = "Diese Website ist kein Verzeichnis-Server";
-$a->strings["Page owner information could not be retrieved."] = "Informationen über den Besitzer 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["No photos selected"] = "Keine Fotos ausgewählt";
-$a->strings["Access to this item is restricted."] = "Der Zugriff auf dieses Foto ist eingeschränkt.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du benutzt %1$.2f MBytes Deines %2$.2f MBytes großen Bilder-Speichers.";
-$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Du verwendest %1$.2f MBytes Deines Foto-Speichers.";
-$a->strings["Upload Photos"] = "Fotos hochladen";
-$a->strings["New album name: "] = "Name des neuen Albums:";
-$a->strings["or existing album name: "] = "Oder bestehender Album-Name:";
-$a->strings["Do not show a status post for this upload"] = "Keine Statusnachricht für diesen Upload senden";
-$a->strings["Album name could not be decoded"] = "Albumname konnte nicht dekodiert werden";
-$a->strings["Contact Photos"] = "Kontakt-Bilder";
-$a->strings["Edit Album"] = "Album bearbeiten";
-$a->strings["Show Newest First"] = "Zeige Neueste zuerst";
-$a->strings["Show Oldest First"] = "Zeige Älteste zuerst";
-$a->strings["View Photo"] = "Foto ansehen";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden.";
-$a->strings["Photo not available"] = "Foto nicht verfügbar";
-$a->strings["Use as profile photo"] = "Als Profilfoto verwenden";
-$a->strings["View Full Size"] = "In voller Größe anzeigen";
-$a->strings["Edit photo"] = "Foto bearbeiten";
-$a->strings["Rotate CW (right)"] = "Drehen im UZS (rechts)";
-$a->strings["Rotate CCW (left)"] = "Drehen gegen UZS (links)";
-$a->strings["New album name"] = "Name des neuen Albums:";
-$a->strings["Caption"] = "Bildunterschrift";
-$a->strings["Add a Tag"] = "Schlagwort hinzufügen";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
-$a->strings["In This Photo:"] = "Auf diesem Foto:";
-$a->strings["View Album"] = "Album ansehen";
-$a->strings["Recent Photos"] = "Neueste Fotos";
+$a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "RedMatrix – Gäste: Username: {Deine E-Mail-Adresse}, Passwort: +++";
$a->strings["Red Matrix Server - Setup"] = "Red Matrix Server - Installation";
$a->strings["Could not connect to database."] = "Kann nicht mit der Datenbank verbinden.";
$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Konnte die angegebene Webseiten-URL nicht erreichen. Möglicherweise ein Problem mit dem SSL-Zertifikat oder dem DNS.";
@@ -1331,7 +1358,6 @@ $a->strings["Your site database has been installed."] = "Die Datenbank Deines Se
$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "Eventuell musst Du die Datei \"install/database.sql\" per Hand mit phpmyadmin oder mysql importieren.";
$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Lies die Datei \"install/INSTALL.txt\".";
$a->strings["System check"] = "Systemprüfung";
-$a->strings["Next"] = "Nächste";
$a->strings["Check again"] = "Bitte nochmal prüfen";
$a->strings["Database connection"] = "Datenbank Verbindung";
$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Um die Red-Matrix installieren zu können, müssen wir wissen, wie wir eine Verbindung zu Deiner Datenbank aufbauen können.";
@@ -1422,9 +1448,10 @@ $a->strings["Delete item?"] = "Eintrag löschen?";
$a->strings["Edit Webpage"] = "Webseite bearbeiten";
$a->strings["Delete webpage?"] = "Webseite löschen?";
$a->strings["Delete Webpage"] = "Webseite löschen";
-$a->strings["Bookmark added"] = "Lesezeichen hinzugefügt";
-$a->strings["My Bookmarks"] = "Meine Lesezeichen";
-$a->strings["My Connections Bookmarks"] = "Lesezeichen meiner Kontakte";
+$a->strings["webpage"] = "Webseite";
+$a->strings["block"] = "Block";
+$a->strings["layout"] = "Layout";
+$a->strings["%s element installed"] = "Element für %s installiert";
$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zurechtschneiden schlug fehl.";
$a->strings["Image resize failed."] = "Bild-Anpassung fehlgeschlagen.";
$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird.";
@@ -1458,24 +1485,6 @@ $a->strings["Delete Source"] = "Quelle löschen";
$a->strings["Source removed"] = "Quelle gelöscht";
$a->strings["Unable to remove source."] = "Konnte die Quelle nicht löschen.";
$a->strings["- select -"] = "– auswählen –";
-$a->strings["Event title and start time are required."] = "Veranstaltungs- Titel und Startzeit sind erforderlich.";
-$a->strings["Event not found."] = "Termin nicht gefunden.";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Veranstaltung bearbeiten";
-$a->strings["Create New Event"] = "Neue Veranstaltung erstellen";
-$a->strings["Previous"] = "Voriges";
-$a->strings["hour:minute"] = "Stunde:Minute";
-$a->strings["Event details"] = "Veranstaltungs-Details";
-$a->strings["Format is %s %s."] = "Format ist %s %s.";
-$a->strings["Starting date and Title are required."] = "Startdatum und Titel sind erforderlich.";
-$a->strings["Event Starts:"] = "Veranstaltung startet:";
-$a->strings["Required"] = "Benötigt";
-$a->strings["Finish date/time is not known or not relevant"] = "Ende Datum/Zeit sind unbekannt oder unwichtig";
-$a->strings["Event Finishes:"] = "Veranstaltung endet:";
-$a->strings["Adjust for viewer timezone"] = "An die Zeitzone des Betrachters anpassen";
-$a->strings["Description:"] = "Beschreibung:";
-$a->strings["Title:"] = "Titel:";
-$a->strings["Share this event"] = "Die Veranstaltung teilen";
$a->strings["Permission Denied."] = "Zugriff verweigert.";
$a->strings["File not found."] = "Datei nicht gefunden.";
$a->strings["Edit file permissions"] = "Dateiberechtigungen bearbeiten";
@@ -1484,6 +1493,8 @@ $a->strings["Include all files and sub folders"] = "Alle Dateien und Unterverzei
$a->strings["Return to file list"] = "Zurück zur Dateiliste";
$a->strings["Copy/paste this code to attach file to a post"] = "Diesen Code kopieren und einfügen, um die Datei an einen Beitrag anzuhängen";
$a->strings["Copy/paste this URL to link file from a web page"] = "Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken";
+$a->strings["Help:"] = "Hilfe:";
+$a->strings["Not Found"] = "Nicht gefunden";
$a->strings["Channel added."] = "Kanal hinzugefügt.";
$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt nun %2\$ss %3\$s";
$a->strings["Contact not found."] = "Kontakt nicht gefunden";
@@ -1504,8 +1515,15 @@ $a->strings["Members"] = "Mitglieder";
$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["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s hat %2\$ss %3\$s mit %4\$s verschlagwortet";
-$a->strings["Help:"] = "Hilfe:";
-$a->strings["Not Found"] = "Nicht gefunden";
+$a->strings["Like/Dislike"] = "Mögen/Nicht mögen";
+$a->strings["This action is restricted to members."] = "Diese Aktion kann nur von Mitgliedern ausgeführt werden.";
+$a->strings["Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a href=\"register\">register as a new RedMatrix member</a> to continue."] = "Bitte <a href=\"rmagic\">melde Dich mit Deiner RedMatrix-ID an</a> oder <a href=\"register\">registriere Dich als neues Mitglied der RedMatrix</a>, um fortzufahren.";
+$a->strings["Invalid request."] = "Ungültige Anfrage.";
+$a->strings["thing"] = "Sache";
+$a->strings["Channel unavailable."] = "Kanal nicht vorhanden.";
+$a->strings["Previous action reversed."] = "Die vorherige Aktion wurde rückgängig gemacht.";
+$a->strings["Action completed."] = "Aktion durchgeführt.";
+$a->strings["Thank you."] = "Vielen Dank.";
$a->strings["Tag removed"] = "Schlagwort entfernt";
$a->strings["Remove Item Tag"] = "Schlagwort entfernen";
$a->strings["Select a tag to remove: "] = "Schlagwort zum Entfernen auswählen:";
@@ -1727,15 +1745,8 @@ $a->strings["You have reached your limit of %1$.0f webpages."] = "Du hast die ma
$a->strings["[Embedded content - reload page to view]"] = "[Eingebettete Inhalte – lade die Seite neu, um sie anzuzeigen]";
$a->strings["Help with this feature"] = "Hilfe zu dieser Funktion";
$a->strings["Layout Name"] = "Layout-Name";
-$a->strings["Like/Dislike"] = "Mögen/Nicht mögen";
-$a->strings["This action is restricted to members."] = "Diese Aktion kann nur von Mitgliedern ausgeführt werden.";
-$a->strings["Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a href=\"register\">register as a new RedMatrix member</a> to continue."] = "Bitte <a href=\"rmagic\">melde Dich mit Deiner RedMatrix-ID an</a> oder <a href=\"register\">registriere Dich als neues Mitglied der RedMatrix</a>, um fortzufahren.";
-$a->strings["Invalid request."] = "Ungültige Anfrage.";
-$a->strings["thing"] = "Sache";
-$a->strings["Channel unavailable."] = "Kanal nicht vorhanden.";
-$a->strings["Previous action reversed."] = "Die vorherige Aktion wurde rückgängig gemacht.";
-$a->strings["Action completed."] = "Aktion durchgeführt.";
-$a->strings["Thank you."] = "Vielen Dank.";
+$a->strings["Location not found."] = "Klon nicht gefunden.";
+$a->strings["Primary location cannot be removed."] = "Der primäre Klon kann nicht gelöscht werden.";
$a->strings["Remote privacy information not available."] = "Privatsphäre-Einstellungen anderer Nutzer sind nicht verfügbar.";
$a->strings["Visible to:"] = "Sichtbar für:";
$a->strings["No connections."] = "Keine Verbindungen.";
@@ -1758,7 +1769,7 @@ $a->strings["Enter your email address and submit to have your password reset. Th
$a->strings["Email Address"] = "E-Mail Adresse";
$a->strings["Reset"] = "Zurücksetzen";
$a->strings["Hub not found."] = "Server nicht gefunden.";
-$a->strings["Total votes"] = "Gesamtstimmen";
+$a->strings["Total votes"] = "Stimmen gesamt";
$a->strings["Average Rating"] = "Durchschnittliche Bewertung";
$a->strings["Unable to lookup recipient."] = "Konnte den Empfänger nicht finden.";
$a->strings["Unable to communicate with requested channel."] = "Die Kommunikation mit dem ausgewählten Kanal ist fehlgeschlagen.";
@@ -1812,7 +1823,7 @@ $a->strings["Edit Menu"] = "Menü bearbeiten";
$a->strings["Add or remove entries to this menu"] = "Einträge zu diesem Menü hinzufügen oder entfernen";
$a->strings["Conversation removed."] = "Unterhaltung gelöscht.";
$a->strings["No messages."] = "Keine Nachrichten.";
-$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A";
+$a->strings["D, d M Y - g:i A"] = "D, d. M Y - G:i";
$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 ein Social-Network-Profil, ein Blog, eine Gesprächsgruppe oder ein Forum, Promi-Seiten und vieles mehr zu erstellen. 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: „Horst Weidinger“, „Lisa und ihr Meerschweinchen“, „Fußball“, „Segelflieger-Forum“ ";
@@ -1844,55 +1855,51 @@ $a->strings["Version ID"] = "Versions-ID";
$a->strings["Price of app"] = "Preis der App";
$a->strings["Location (URL) to purchase app"] = "Ort (URL), um die App zu kaufen";
$a->strings["Poll"] = "Umfrage";
-$a->strings["View Results"] = "Ergebnisse ansehen";
+$a->strings["View Results"] = "Ergebnisse";
$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Das Löschen von Konten innerhalb 48 Stunden nachdem deren Passwort geändert wurde ist nicht erlaubt.";
$a->strings["Remove This Account"] = "Dieses Konto löschen";
$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Hiermit wird dieses Nutzerkonto einschließlich all seiner Kanäle komplett aus dem Netzwerk entfernt. Dieser Vorgang kann nicht rückgängig gemacht werden.";
$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dieses Konto, all seine Kanäle sowie alle Kanal-Klone aus dem Netzwerk löschen";
$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standardmäßig werden nur die Kanalklone auf diesem RedMatrix-Hub aus dem Netzwerk entfernt";
$a->strings["No service class restrictions found."] = "Keine Dienstklassenbeschränkungen gefunden.";
-$a->strings["webpage"] = "Webseite";
-$a->strings["block"] = "Block";
-$a->strings["layout"] = "Layout";
-$a->strings["%s element installed"] = "Element für %s installiert";
-$a->strings["Schema Default"] = "Schema-Standard";
+$a->strings["Schema Default"] = "Standard-Schema";
$a->strings["Sans-Serif"] = "Sans-Serif";
$a->strings["Monospace"] = "Monospace";
$a->strings["Theme settings"] = "Theme-Einstellungen";
$a->strings["Set scheme"] = "Schema";
$a->strings["Set font-size for posts and comments"] = "Schriftgröße für Beiträge und Kommentare";
$a->strings["Set font face"] = "Schriftart";
-$a->strings["Set iconset"] = "Icon-Set";
-$a->strings["Set big shadow size, default 15px 15px 15px"] = "Größe der großen Schatten, Standard 15px 15px 15px";
-$a->strings["Set small shadow size, default 5px 5px 5px"] = "Größe der kleinen Schatten, Standard 5px 5px 5px";
-$a->strings["Set shadow color, default #000"] = "Schattenfarbe, Standard #000";
-$a->strings["Set radius size, default 5px"] = "Radius, Standard 5px";
-$a->strings["Set line-height for posts and comments"] = "Zeilenhöhe für Beiträge und Kommentare";
+$a->strings["Set iconset"] = "Iconset";
+$a->strings["Set big shadow size, default 15px 15px 15px"] = "Ausmaß der großen Schatten (Default 15px 15px 15px)";
+$a->strings["Set small shadow size, default 5px 5px 5px"] = "Ausmaß der kleinen Schatten (Default 5px 5px 5px)";
+$a->strings["Set shadow color, default #000"] = "Farbe der Schatten (Default #000)";
+$a->strings["Set radius size, default 5px"] = "Ecken-Radius (Default 5px)";
+$a->strings["Set line-height for posts and comments"] = "Zeilenhöhe in Beiträgen und Kommentaren";
$a->strings["Set background image"] = "Hintergrundbild";
-$a->strings["Set background attachment"] = "Hintergrund-Attachment";
+$a->strings["Set background attachment"] = "Hintergrunddatei";
$a->strings["Set background color"] = "Hintergrundfarbe";
-$a->strings["Set section background image"] = "Hintergrundbild für Section";
-$a->strings["Set section background color"] = "Hintergrundfarbe für Section";
-$a->strings["Set color of items - use hex"] = "Farbe der Beiträge – Hex benutzen";
-$a->strings["Set color of links - use hex"] = "Farbe der Links – Hex benutzen";
-$a->strings["Set max-width for items. Default 400px"] = "Maximalbreite für Beiträge, Standard 400px";
-$a->strings["Set min-width for items. Default 240px"] = "Minimalbreite für Beiträge, Standard 240px";
-$a->strings["Set the generic content wrapper width. Default 48%"] = "Breite des generic content wrapper, Standard 48%";
+$a->strings["Set section background image"] = "Hintergrundbild für die Section";
+$a->strings["Set section background color"] = "Hintergrundfarbe für die Section";
+$a->strings["Set color of items - use hex"] = "Farbe für Beiträge – Hex benutzen";
+$a->strings["Set color of links - use hex"] = "Farbe für Links – Hex benutzen";
+$a->strings["Set max-width for items. Default 400px"] = "Maximale Breite von Beiträgen (Default 400px)";
+$a->strings["Set min-width for items. Default 240px"] = "Minimale Breite von Beiträgen (Default 240px)";
+$a->strings["Set the generic content wrapper width. Default 48%"] = "Breite des \"generic content wrapper\" (Default 48%)";
$a->strings["Set color of fonts - use hex"] = "Schriftfarbe – Hex benutzen";
$a->strings["Set background-size element"] = "Größe des Hintergrund-Elements";
$a->strings["Item opacity"] = "Deckkraft der Beiträge";
-$a->strings["Display post previews only"] = "Nur Beitragsvorschauen anzeigen";
-$a->strings["Display side bar on channel page"] = "Seitenleiste auf der Kanalseite anzeigen";
+$a->strings["Display post previews only"] = "Nur Beitragsvorschau anzeigen";
+$a->strings["Display side bar on channel page"] = "Zeige die Seitenleiste auf der Kanal-Seite";
$a->strings["Colour of the navigation bar"] = "Farbe der Navigationsleiste";
-$a->strings["Item float"] = "Float für Beiträge";
-$a->strings["Left offset of the section element"] = "Linker Offset für das Section-Element";
-$a->strings["Right offset of the section element"] = "Rechter Offset für das Section-Element";
+$a->strings["Item float"] = "Beitragsfluss";
+$a->strings["Left offset of the section element"] = "Linker Rand des Section Elements";
+$a->strings["Right offset of the section element"] = "Rechter Rand des Section Elements";
$a->strings["Section width"] = "Breite der Section";
-$a->strings["Left offset of the aside"] = "Linker Offset für das Aside-Element";
-$a->strings["Right offset of the aside element"] = "Rechter Offset für das Aside-Element";
+$a->strings["Left offset of the aside"] = "Linker Rand des Aside-Elements";
+$a->strings["Right offset of the aside element"] = "Rechter Rand des Aside-Elements";
$a->strings["None"] = "Kein";
-$a->strings["Header image"] = "Header-Bild";
-$a->strings["Header image only on profile pages"] = "Header-Bild nur auf Profilseiten";
+$a->strings["Header image"] = "Titelbild";
+$a->strings["Header image only on profile pages"] = "Titelbild nur auf Profil-Seiten anzeigen";
$a->strings["Light (Red Matrix default)"] = "Hell (RedMatrix-Voreinstellung)";
$a->strings["Narrow navbar"] = "Schmale Navigationsleiste";
$a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste";
@@ -1913,7 +1920,6 @@ $a->strings["Set the border color of comments"] = "Farbe des Randes von Kommenta
$a->strings["Set the indent for comments"] = "Einzug für Kommentare";
$a->strings["Set the basic color for item icons"] = "Grundfarbe für Beitrags-Icons";
$a->strings["Set the hover color for item icons"] = "Farbe für Beitrags-Icons unter dem Mauszeiger";
-$a->strings["Set the background color of other content"] = "Hintergrundfarbe für sonstigen Inhalt";
$a->strings["Set font-size for the entire application"] = "Schriftgröße für die ganze Applikation";
$a->strings["Set font-color for posts and comments"] = "Schriftfarbe für Posts und Kommentare";
$a->strings["Set radius of corners"] = "Ecken-Radius";
diff --git a/view/fr/messages.po b/view/fr/messages.po
index 79a60534f..d818c67ec 100644
--- a/view/fr/messages.po
+++ b/view/fr/messages.po
@@ -1859,7 +1859,7 @@ msgstr "Merci d'entrer l'URL d'une video&nbsp;:"
#: ../../include/conversation.php:1077
msgid "Please enter an audio link/URL:"
-msgstr "Merci d'entrer l'URL d'un contenu audio&nsbp;:"
+msgstr "Merci d'entrer l'URL d'un contenu audio&nbsp;:"
#: ../../include/conversation.php:1078
msgid "Tag term:"
@@ -2672,7 +2672,7 @@ msgstr "Ville natale&nbsp;:"
#: ../../include/identity.php:1042
msgid "Tags:"
-msgstr "Étiquettes:"
+msgstr "Étiquettes&nbsp;:"
#: ../../include/identity.php:1044 ../../mod/profiles.php:616
msgid "Political Views:"
@@ -2720,7 +2720,7 @@ msgstr "Télévision&nbsp;:"
#: ../../include/identity.php:1067
msgid "Film/dance/culture/entertainment:"
-msgstr "Cinéma/danse/culture/divertissement&nsbp;:"
+msgstr "Cinéma/danse/culture/divertissement&nbsp;:"
#: ../../include/identity.php:1069
msgid "Love/Romance:"
diff --git a/view/fr/strings.php b/view/fr/strings.php
index 750a9f38f..24efb1744 100644
--- a/view/fr/strings.php
+++ b/view/fr/strings.php
@@ -437,7 +437,7 @@ $a->strings["%s don't like this."] = "%s déteste ça.";
$a->strings["Visible to <strong>everybody</strong>"] = "Visible par <strong>tout le monde</strong>";
$a->strings["Please enter a link URL:"] = "Merci d'entrer l'URL d'un lien&nbsp;:";
$a->strings["Please enter a video link/URL:"] = "Merci d'entrer l'URL d'une video&nbsp;:";
-$a->strings["Please enter an audio link/URL:"] = "Merci d'entrer l'URL d'un contenu audio&nsbp;:";
+$a->strings["Please enter an audio link/URL:"] = "Merci d'entrer l'URL d'un contenu audio&nbsp;:";
$a->strings["Tag term:"] = "Étiquette&nbsp;:";
$a->strings["Save to Folder:"] = "Classer dans le dossier&nbsp;:";
$a->strings["Where are you right now?"] = "Où êtes-vous présentement?";
@@ -625,7 +625,7 @@ $a->strings["Age:"] = "Age&nbsp;:";
$a->strings["for %1\$d %2\$s"] = "depuis %1\$d %2\$s";
$a->strings["Sexual Preference:"] = "Orientation sexuelle&nbsp;:";
$a->strings["Hometown:"] = "Ville natale&nbsp;:";
-$a->strings["Tags:"] = "Étiquettes:";
+$a->strings["Tags:"] = "Étiquettes&nbsp;:";
$a->strings["Political Views:"] = "Opinions politiques&nbsp;:";
$a->strings["Religion:"] = "Religion&nbsp;:";
$a->strings["About:"] = "À propos&nbsp;:";
@@ -637,7 +637,7 @@ $a->strings["My other channels:"] = "Mes autres canaux&nbsp;:";
$a->strings["Musical interests:"] = "Goûts musicaux&nbsp;:";
$a->strings["Books, literature:"] = "Lectures, goûts littéraires&nbsp;:";
$a->strings["Television:"] = "Télévision&nbsp;:";
-$a->strings["Film/dance/culture/entertainment:"] = "Cinéma/danse/culture/divertissement&nsbp;:";
+$a->strings["Film/dance/culture/entertainment:"] = "Cinéma/danse/culture/divertissement&nbsp;:";
$a->strings["Love/Romance:"] = "Vie sentimentale/amoureuse&nbsp;:";
$a->strings["Work/employment:"] = "Travail&nbsp;:";
$a->strings["School/education:"] = "Cursus&nbsp;:";
diff --git a/view/js/main.js b/view/js/main.js
index 32db7ccb7..beedb7f01 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -575,7 +575,7 @@ function updateConvItems(mode,data) {
}
/* autocomplete @nicknames */
- $(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
+ $(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl?f=&n=1");
var bimgs = $(".wall-item-body img").not(function() { return this.complete; });
var bimgcount = bimgs.length;
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js
index aaa86df40..8b7706f16 100644
--- a/view/js/mod_photos.js
+++ b/view/js/mod_photos.js
@@ -13,6 +13,19 @@ $(document).ready(function() {
'transition' : 'elastic'
});
+ var a;
+ a = $("#photo-edit-newtag").autocomplete({
+ serviceUrl: baseurl + '/acl',
+ minChars: 2,
+ width: 250,
+ id: 'newtag-ac',
+ onSelect: function(value,data) {
+ $("#photo-edit-newtag").val(data);
+ },
+ });
+ a.setOptions({ params: { type: 'p' }});
+
+
$('#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() {
diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js
index 77c9d0ced..87c8c3a2b 100644
--- a/view/js/mod_settings.js
+++ b/view/js/mod_settings.js
@@ -3,10 +3,18 @@ var ispublic = aStr['everybody'] ;
$(document).ready(function() {
- $("a#settings-default-perms-menu").colorbox({
- 'inline' : true,
- 'transition' : 'elastic'
- });
+ $("a#settings-default-perms-menu").colorbox({
+ 'inline' : true,
+ 'transition' : 'elastic'
+ });
+
+ $("#privacy-role-select").change(function() {
+ var role = $("#privacy-role-select").val();
+ if(role == 'custom')
+ $('#advanced-perm').show();
+ else
+ $('#advanced-perm').hide();
+ });
$('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() {
var selstr;
diff --git a/view/nl/messages.po b/view/nl/messages.po
index b6dd92f9f..550b18e50 100644
--- a/view/nl/messages.po
+++ b/view/nl/messages.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-19 00:03-0700\n"
-"PO-Revision-Date: 2014-09-19 20:33+0000\n"
+"POT-Creation-Date: 2014-10-24 00:04-0700\n"
+"PO-Revision-Date: 2014-10-27 13:39+0000\n"
"Last-Translator: jeroenpraat <jeroenpraat@xs4all.nl>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -24,10 +24,10 @@ msgstr ""
msgid "Cannot locate DNS info for database server '%s'"
msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden"
-#: ../../include/photo/photo_driver.php:653 ../../include/photos.php:51
+#: ../../include/photo/photo_driver.php:680 ../../include/photos.php:51
+#: ../../mod/photos.php:91 ../../mod/photos.php:657 ../../mod/photos.php:679
#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301
-#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91
-#: ../../mod/photos.php:659 ../../mod/photos.php:681
+#: ../../mod/profile_photo.php:423
msgid "Profile Photos"
msgstr "Profielfoto's"
@@ -35,14 +35,125 @@ msgstr "Profielfoto's"
msgid "view full size"
msgstr "volledige grootte tonen"
-#: ../../include/oembed.php:163
+#: ../../include/oembed.php:171
msgid "Embedded content"
msgstr "Ingesloten inhoud"
-#: ../../include/oembed.php:172
+#: ../../include/oembed.php:180
msgid "Embedding disabled"
msgstr "Insluiten uitgeschakeld"
+#: ../../include/items.php:377 ../../mod/profperm.php:23
+#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242
+#: ../../index.php:388
+msgid "Permission denied"
+msgstr "Toegang geweigerd"
+
+#: ../../include/items.php:964 ../../include/items.php:1009
+msgid "(Unknown)"
+msgstr "(Onbekend)"
+
+#: ../../include/items.php:1165
+msgid "Visible to anybody on the internet."
+msgstr "Voor iedereen op het internet zichtbaar."
+
+#: ../../include/items.php:1167
+msgid "Visible to you only."
+msgstr "Alleen voor jou zichtbaar."
+
+#: ../../include/items.php:1169
+msgid "Visible to anybody in this network."
+msgstr "Voor iedereen in dit netwerk zichtbaar."
+
+#: ../../include/items.php:1171
+msgid "Visible to anybody authenticated."
+msgstr "Voor iedereen die geauthenticeerd is zichtbaar."
+
+#: ../../include/items.php:1173
+#, php-format
+msgid "Visible to anybody on %s."
+msgstr "Voor iedereen op %s zichtbaar."
+
+#: ../../include/items.php:1175
+msgid "Visible to all connections."
+msgstr "Voor alle connecties zichtbaar."
+
+#: ../../include/items.php:1177
+msgid "Visible to approved connections."
+msgstr "Voor alle goedgekeurde connecties zichtbaar."
+
+#: ../../include/items.php:1179
+msgid "Visible to specific connections."
+msgstr "Voor specifieke connecties zichtbaar."
+
+#: ../../include/items.php:3938 ../../mod/display.php:32
+#: ../../mod/filestorage.php:26 ../../mod/admin.php:168
+#: ../../mod/admin.php:898 ../../mod/admin.php:1101 ../../mod/thing.php:76
+#: ../../mod/viewsrc.php:20
+msgid "Item not found."
+msgstr "Item niet gevonden."
+
+#: ../../include/items.php:4005 ../../include/attach.php:116
+#: ../../include/attach.php:163 ../../include/attach.php:226
+#: ../../include/attach.php:240 ../../include/attach.php:280
+#: ../../include/attach.php:294 ../../include/attach.php:318
+#: ../../include/attach.php:511 ../../include/attach.php:584
+#: ../../include/photos.php:15 ../../include/chat.php:116
+#: ../../mod/mood.php:112 ../../mod/photos.php:68 ../../mod/photos.php:526
+#: ../../mod/mitem.php:73 ../../mod/achievements.php:30
+#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26
+#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64
+#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72
+#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/bookmarks.php:46
+#: ../../mod/profiles.php:179 ../../mod/profiles.php:532
+#: ../../mod/events.php:195 ../../mod/channel.php:89 ../../mod/channel.php:193
+#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95
+#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35
+#: ../../mod/network.php:12 ../../mod/connections.php:169
+#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:28
+#: ../../mod/page.php:78 ../../mod/setup.php:203 ../../mod/editblock.php:34
+#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:48
+#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:44
+#: ../../mod/editwebpage.php:83 ../../mod/profile_photo.php:263
+#: ../../mod/profile_photo.php:276 ../../mod/sources.php:66
+#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:67
+#: ../../mod/filestorage.php:82 ../../mod/filestorage.php:109
+#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9
+#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299
+#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:182
+#: ../../mod/item.php:190 ../../mod/item.php:954 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:39 ../../mod/like.php:154
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/viewsrc.php:14 ../../mod/mail.php:111 ../../mod/manage.php:6
+#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/message.php:16
+#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99
+#: ../../mod/notifications.php:66 ../../mod/appman.php:66
+#: ../../mod/service_limits.php:7 ../../index.php:190 ../../index.php:389
+msgid "Permission denied."
+msgstr "Toegang geweigerd"
+
+#: ../../include/items.php:4376 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "Collectie niet gevonden."
+
+#: ../../include/items.php:4391
+msgid "Collection is empty."
+msgstr "Collectie is leeg"
+
+#: ../../include/items.php:4398
+#, php-format
+msgid "Collection: %s"
+msgstr "Collectie: %s"
+
+#: ../../include/items.php:4409
+#, php-format
+msgid "Connection: %s"
+msgstr "Connectie: %s"
+
+#: ../../include/items.php:4412
+msgid "Connection not found."
+msgstr "Connectie niet gevonden."
+
#: ../../include/notify.php:23
msgid "created a new post"
msgstr "maakte een nieuw bericht aan"
@@ -52,204 +163,262 @@ msgstr "maakte een nieuw bericht aan"
msgid "commented on %s's post"
msgstr "gaf een reactie op een bericht van %s"
-#: ../../include/apps.php:123
+#: ../../include/apps.php:126
msgid "Site Admin"
msgstr "Hubbeheerder"
-#: ../../include/apps.php:124 ../../include/nav.php:113
-#: ../../include/conversation.php:1561
+#: ../../include/apps.php:127 ../../include/conversation.php:1570
+#: ../../include/nav.php:117
msgid "Bookmarks"
msgstr "Bladwijzers"
-#: ../../include/apps.php:125
+#: ../../include/apps.php:128
msgid "Address Book"
msgstr "Connecties"
-#: ../../include/apps.php:126 ../../include/nav.php:119 ../../boot.php:1496
+#: ../../include/apps.php:129 ../../include/nav.php:125 ../../boot.php:1496
msgid "Login"
msgstr "Inloggen"
-#: ../../include/apps.php:127 ../../include/nav.php:209
+#: ../../include/apps.php:130 ../../include/nav.php:216
#: ../../mod/manage.php:148
msgid "Channel Manager"
msgstr "Kanaalbeheer"
-#: ../../include/apps.php:128 ../../include/nav.php:183
+#: ../../include/apps.php:131 ../../include/nav.php:190
msgid "Matrix"
msgstr "Matrix"
-#: ../../include/apps.php:129 ../../include/nav.php:211
-#: ../../include/widgets.php:521 ../../mod/admin.php:951
-#: ../../mod/admin.php:1156
+#: ../../include/apps.php:132 ../../include/widgets.php:521
+#: ../../include/nav.php:218 ../../mod/admin.php:953 ../../mod/admin.php:1158
msgid "Settings"
msgstr "Instellingen"
-#: ../../include/apps.php:130 ../../include/nav.php:105
-#: ../../include/reddav.php:1280 ../../include/conversation.php:1539
+#: ../../include/apps.php:133 ../../include/conversation.php:1546
+#: ../../include/nav.php:106 ../../include/RedDAV/RedBrowser.php:241
#: ../../mod/fbrowser.php:114
msgid "Files"
msgstr "Bestanden"
-#: ../../include/apps.php:131 ../../include/nav.php:115
-#: ../../include/conversation.php:1572 ../../mod/webpages.php:84
+#: ../../include/apps.php:134 ../../include/conversation.php:1581
+#: ../../include/nav.php:121 ../../mod/webpages.php:129
msgid "Webpages"
msgstr "Webpagina's"
-#: ../../include/apps.php:132 ../../include/nav.php:186
+#: ../../include/apps.php:135 ../../include/nav.php:193
msgid "Channel Home"
msgstr "Tijdlijn kanaal"
-#: ../../include/apps.php:133 ../../include/identity.php:1063
-#: ../../include/identity.php:1181 ../../mod/profperm.php:112
+#: ../../include/apps.php:136 ../../include/identity.php:1113
+#: ../../include/identity.php:1231 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Profiel"
-#: ../../include/apps.php:134 ../../include/nav.php:104
-#: ../../include/conversation.php:1530 ../../mod/fbrowser.php:25
+#: ../../include/apps.php:137 ../../include/conversation.php:1537
+#: ../../include/nav.php:105 ../../mod/fbrowser.php:25
msgid "Photos"
msgstr "Foto's"
-#: ../../include/apps.php:135 ../../include/nav.php:205
-#: ../../mod/events.php:436
+#: ../../include/apps.php:138 ../../include/nav.php:212
+#: ../../mod/events.php:431
msgid "Events"
-msgstr "Gebeurtenissen"
+msgstr "Agenda"
-#: ../../include/apps.php:136 ../../include/nav.php:172
+#: ../../include/apps.php:139 ../../include/nav.php:176
#: ../../mod/directory.php:226
msgid "Directory"
msgstr "Gids"
-#: ../../include/apps.php:137 ../../include/nav.php:164 ../../mod/help.php:60
+#: ../../include/apps.php:140 ../../include/nav.php:168 ../../mod/help.php:60
#: ../../mod/help.php:65
msgid "Help"
msgstr "Hulp"
-#: ../../include/apps.php:138 ../../include/nav.php:197
+#: ../../include/apps.php:141 ../../include/nav.php:204
msgid "Mail"
msgstr "Privéberichten"
-#: ../../include/apps.php:139 ../../mod/mood.php:131
+#: ../../include/apps.php:142 ../../mod/mood.php:131
msgid "Mood"
msgstr "Stemming"
-#: ../../include/apps.php:140 ../../include/conversation.php:963
+#: ../../include/apps.php:143 ../../include/conversation.php:951
msgid "Poke"
msgstr "Aanstoten"
-#: ../../include/apps.php:141 ../../include/nav.php:110
+#: ../../include/apps.php:144 ../../include/nav.php:111
msgid "Chat"
msgstr "Chatten"
-#: ../../include/apps.php:142 ../../include/nav.php:169
-#: ../../include/text.php:821 ../../include/text.php:835
+#: ../../include/apps.php:145 ../../include/text.php:822
+#: ../../include/text.php:834 ../../include/nav.php:173
#: ../../mod/search.php:30
msgid "Search"
msgstr "Zoeken"
-#: ../../include/apps.php:143
+#: ../../include/apps.php:146
msgid "Probe"
msgstr "Onderzoeken"
-#: ../../include/apps.php:144
+#: ../../include/apps.php:147
msgid "Suggest"
msgstr "Voorstellen"
-#: ../../include/apps.php:145
+#: ../../include/apps.php:148
msgid "Random Channel"
msgstr "Willekeurig kanaal"
-#: ../../include/apps.php:146
+#: ../../include/apps.php:149
msgid "Invite"
msgstr "Uitnodigen "
-#: ../../include/apps.php:147
+#: ../../include/apps.php:150
msgid "Features"
msgstr "Extra functies"
-#: ../../include/apps.php:148
+#: ../../include/apps.php:151
msgid "Language"
msgstr "Taal"
-#: ../../include/apps.php:149
+#: ../../include/apps.php:152
msgid "Post"
msgstr "Bericht"
-#: ../../include/apps.php:150
+#: ../../include/apps.php:153
msgid "Profile Photo"
msgstr "Profielfoto"
-#: ../../include/apps.php:239 ../../mod/settings.php:79
+#: ../../include/apps.php:242 ../../mod/settings.php:79
#: ../../mod/settings.php:545
msgid "Update"
msgstr "Bijwerken"
-#: ../../include/apps.php:239
+#: ../../include/apps.php:242
msgid "Install"
msgstr "Installeren"
-#: ../../include/apps.php:244
+#: ../../include/apps.php:247
msgid "Purchase"
msgstr "Aanschaffen"
-#: ../../include/apps.php:246 ../../include/page_widgets.php:8
-#: ../../include/page_widgets.php:36 ../../include/reddav.php:1289
+#: ../../include/apps.php:249 ../../include/page_widgets.php:8
+#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:250
#: ../../include/menu.php:42 ../../include/ItemObject.php:100
#: ../../mod/settings.php:581 ../../mod/blocks.php:99
#: ../../mod/connections.php:381 ../../mod/connections.php:394
#: ../../mod/connections.php:413 ../../mod/editblock.php:111
#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112
-#: ../../mod/editwebpage.php:143 ../../mod/thing.php:235
-#: ../../mod/layouts.php:121 ../../mod/menu.php:59 ../../mod/webpages.php:132
+#: ../../mod/editwebpage.php:143 ../../mod/thing.php:233
+#: ../../mod/layouts.php:121 ../../mod/menu.php:59 ../../mod/webpages.php:131
msgid "Edit"
msgstr "Bewerken"
-#: ../../include/apps.php:247 ../../include/reddav.php:1290
-#: ../../include/conversation.php:648 ../../include/ItemObject.php:112
-#: ../../mod/settings.php:582 ../../mod/connedit.php:462
-#: ../../mod/photos.php:1082 ../../mod/group.php:176 ../../mod/admin.php:730
-#: ../../mod/admin.php:861 ../../mod/thing.php:236
+#: ../../include/apps.php:250 ../../include/conversation.php:638
+#: ../../include/RedDAV/RedBrowser.php:251 ../../include/ItemObject.php:120
+#: ../../mod/photos.php:1062 ../../mod/settings.php:582
+#: ../../mod/connedit.php:462 ../../mod/group.php:176 ../../mod/admin.php:732
+#: ../../mod/admin.php:863 ../../mod/thing.php:234
msgid "Delete"
msgstr "Verwijderen"
-#: ../../include/apps.php:328 ../../include/apps.php:379
-#: ../../include/reddav.php:1202 ../../mod/connedit.php:498
+#: ../../include/apps.php:331 ../../include/apps.php:382
+#: ../../include/conversation.php:1003 ../../include/RedDAV/RedBrowser.php:163
+#: ../../mod/photos.php:1124 ../../mod/connedit.php:498
msgid "Unknown"
msgstr "Onbekend"
+#: ../../include/attach.php:221 ../../include/attach.php:275
+msgid "Item was not found."
+msgstr "Item niet gevonden"
+
+#: ../../include/attach.php:331
+msgid "No source file."
+msgstr "Geen bronbestand."
+
+#: ../../include/attach.php:348
+msgid "Cannot locate file to replace"
+msgstr "Kan het te vervangen bestand niet vinden"
+
+#: ../../include/attach.php:366
+msgid "Cannot locate file to revise/update"
+msgstr "Kan het bestand wat aangepast moet worden niet vinden"
+
+#: ../../include/attach.php:377
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Bestand is groter dan de toegelaten %d"
+
+#: ../../include/attach.php:389
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt."
+
+#: ../../include/attach.php:472
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken."
+
+#: ../../include/attach.php:484
+msgid "Stored file could not be verified. Upload failed."
+msgstr "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt."
+
+#: ../../include/attach.php:526 ../../include/attach.php:543
+msgid "Path not available."
+msgstr "Pad niet beschikbaar."
+
+#: ../../include/attach.php:589
+msgid "Empty pathname"
+msgstr "Padnaam leeg"
+
+#: ../../include/attach.php:605
+msgid "duplicate filename or path"
+msgstr "dubbele bestandsnaam of pad"
+
+#: ../../include/attach.php:629
+msgid "Path not found."
+msgstr "Pad niet gevonden"
+
+#: ../../include/attach.php:680
+msgid "mkdir failed."
+msgstr "directory aanmaken (mkdir) mislukt."
+
+#: ../../include/attach.php:684
+msgid "database storage failed."
+msgstr "opslag in database mislukt."
+
#: ../../include/page_widgets.php:6
msgid "New Page"
msgstr "Nieuwe pagina"
#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102
-#: ../../mod/layouts.php:125 ../../mod/webpages.php:135
+#: ../../mod/layouts.php:125 ../../mod/webpages.php:134
msgid "View"
msgstr "Weergeven"
-#: ../../include/page_widgets.php:40 ../../include/conversation.php:1109
-#: ../../include/ItemObject.php:598 ../../mod/editblock.php:141
-#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
-#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1033
-#: ../../mod/webpages.php:136
+#: ../../include/page_widgets.php:40 ../../include/conversation.php:1114
+#: ../../include/ItemObject.php:608 ../../mod/photos.php:1013
+#: ../../mod/editblock.php:141 ../../mod/editlayout.php:135
+#: ../../mod/editpost.php:140 ../../mod/editwebpage.php:174
+#: ../../mod/webpages.php:135
msgid "Preview"
msgstr "Voorvertoning"
-#: ../../include/page_widgets.php:41 ../../mod/webpages.php:137
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:136
msgid "Actions"
msgstr "Acties"
-#: ../../include/page_widgets.php:42 ../../mod/webpages.php:138
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:137
msgid "Page Link"
msgstr "Paginalink"
-#: ../../include/page_widgets.php:43 ../../mod/webpages.php:139
+#: ../../include/page_widgets.php:43 ../../mod/webpages.php:138
msgid "Title"
msgstr "Titel"
-#: ../../include/page_widgets.php:44 ../../mod/webpages.php:140
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:139
msgid "Created"
msgstr "Aangemaakt"
-#: ../../include/page_widgets.php:45 ../../mod/webpages.php:141
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:140
msgid "Edited"
msgstr "Bewerkt"
@@ -259,57 +428,220 @@ msgid ""
"form has been opened for too long (>3 hours) before submitting it."
msgstr "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. "
-#: ../../include/zot.php:654
+#: ../../include/widgets.php:29 ../../include/contact_widgets.php:93
+msgid "Categories"
+msgstr "Categorieën"
+
+#: ../../include/widgets.php:86 ../../include/nav.php:171
+#: ../../mod/apps.php:33
+msgid "Apps"
+msgstr "Apps"
+
+#: ../../include/widgets.php:87
+msgid "System"
+msgstr "Systeem"
+
+#: ../../include/widgets.php:89 ../../include/conversation.php:1449
+msgid "Personal"
+msgstr "Persoonlijk"
+
+#: ../../include/widgets.php:90
+msgid "Create Personal App"
+msgstr "Persoonlijke app maken"
+
+#: ../../include/widgets.php:91
+msgid "Edit Personal App"
+msgstr "Persoonlijke app bewerken"
+
+#: ../../include/widgets.php:135 ../../include/widgets.php:175
+#: ../../include/identity.php:833 ../../include/conversation.php:948
+#: ../../include/Contact.php:107 ../../mod/directory.php:183
+#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51
+#: ../../mod/match.php:62
+msgid "Connect"
+msgstr "Verbinden"
+
+#: ../../include/widgets.php:137 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Negeren/Verbergen"
+
+#: ../../include/widgets.php:143 ../../mod/connections.php:267
+msgid "Suggestions"
+msgstr "Voorgestelde kanalen"
+
+#: ../../include/widgets.php:144
+msgid "See more..."
+msgstr "Meer..."
+
+#: ../../include/widgets.php:166
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties."
+
+#: ../../include/widgets.php:172
+msgid "Add New Connection"
+msgstr "Nieuwe connectie toevoegen"
+
+#: ../../include/widgets.php:173
+msgid "Enter the channel address"
+msgstr "Vul het adres van het nieuwe kanaal in"
+
+#: ../../include/widgets.php:174
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Voorbeeld: bob@example.com, http://example.com/barbara"
+
+#: ../../include/widgets.php:191
+msgid "Notes"
+msgstr "Aantekeningen"
+
+#: ../../include/widgets.php:193 ../../include/text.php:823
+#: ../../include/text.php:835 ../../mod/rbmark.php:28 ../../mod/rbmark.php:98
+#: ../../mod/filer.php:50 ../../mod/admin.php:1341 ../../mod/admin.php:1362
+msgid "Save"
+msgstr "Opslaan"
+
+#: ../../include/widgets.php:263
+msgid "Remove term"
+msgstr "Verwijder zoekterm"
+
+#: ../../include/widgets.php:272 ../../include/features.php:58
+msgid "Saved Searches"
+msgstr "Opgeslagen zoekopdrachten"
+
+#: ../../include/widgets.php:273 ../../include/group.php:302
+msgid "add"
+msgstr "toevoegen"
+
+#: ../../include/widgets.php:303 ../../include/contact_widgets.php:58
+#: ../../include/features.php:72
+msgid "Saved Folders"
+msgstr "Bewaarde mappen"
+
+#: ../../include/widgets.php:306 ../../include/contact_widgets.php:61
+#: ../../include/contact_widgets.php:96
+msgid "Everything"
+msgstr "Alles"
+
+#: ../../include/widgets.php:342
+msgid "Archives"
+msgstr "Archieven"
+
+#: ../../include/widgets.php:404
+msgid "Refresh"
+msgstr "Vernieuwen"
+
+#: ../../include/widgets.php:405 ../../mod/connedit.php:492
+msgid "Me"
+msgstr "Ik"
+
+#: ../../include/widgets.php:406 ../../mod/connedit.php:494
+msgid "Best Friends"
+msgstr "Goede vrienden"
+
+#: ../../include/widgets.php:407 ../../include/identity.php:381
+#: ../../include/identity.php:382 ../../include/identity.php:389
+#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495
+msgid "Friends"
+msgstr "Vrienden"
+
+#: ../../include/widgets.php:408
+msgid "Co-workers"
+msgstr "Collega's"
+
+#: ../../include/widgets.php:409 ../../mod/connedit.php:496
+msgid "Former Friends"
+msgstr "Oude vrienden"
+
+#: ../../include/widgets.php:410 ../../mod/connedit.php:497
+msgid "Acquaintances"
+msgstr "Kennissen"
+
+#: ../../include/widgets.php:411
+msgid "Everybody"
+msgstr "Iedereen"
+
+#: ../../include/widgets.php:443
+msgid "Account settings"
+msgstr "Account"
+
+#: ../../include/widgets.php:449
+msgid "Channel settings"
+msgstr "Kanaal"
+
+#: ../../include/widgets.php:455
+msgid "Additional features"
+msgstr "Extra functies"
+
+#: ../../include/widgets.php:461
+msgid "Feature settings"
+msgstr "Plug-ins"
+
+#: ../../include/widgets.php:467
+msgid "Display settings"
+msgstr "Weergave"
+
+#: ../../include/widgets.php:473
+msgid "Connected apps"
+msgstr "Verbonden applicaties"
+
+#: ../../include/widgets.php:479
+msgid "Export channel"
+msgstr "Kanaal exporteren"
+
+#: ../../include/widgets.php:485
+msgid "Export content"
+msgstr "Inhoud exporteren"
+
+#: ../../include/widgets.php:491
+msgid "Automatic Permissions (Advanced)"
+msgstr "Automatische permissies (geavanceerd)"
+
+#: ../../include/widgets.php:501
+msgid "Premium Channel Settings"
+msgstr "Instellingen premiumkanaal"
+
+#: ../../include/widgets.php:510 ../../include/features.php:49
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Kanaalbronnen"
+
+#: ../../include/widgets.php:535 ../../mod/mail.php:124
+#: ../../mod/message.php:31
+msgid "Messages"
+msgstr "Berichten"
+
+#: ../../include/widgets.php:540
+msgid "Check Mail"
+msgstr "Controleer op nieuwe berichten"
+
+#: ../../include/widgets.php:545 ../../include/nav.php:209
+msgid "New Message"
+msgstr "Nieuw bericht"
+
+#: ../../include/widgets.php:621
+msgid "Chat Rooms"
+msgstr "Chatkanalen"
+
+#: ../../include/widgets.php:639
+msgid "Bookmarked Chatrooms"
+msgstr "Bladwijzers van chatkanalen"
+
+#: ../../include/widgets.php:657
+msgid "Suggested Chatrooms"
+msgstr "Voorgestelde chatkanalen"
+
+#: ../../include/zot.php:655
msgid "Invalid data packet"
msgstr "Datapakket ongeldig"
-#: ../../include/zot.php:670
+#: ../../include/zot.php:671
msgid "Unable to verify channel signature"
-msgstr "Kanaal-kenmerk (channel signature) kon niet worden geverifieerd. "
+msgstr "Kanaalkenmerk kon niet worden geverifieerd. "
-#: ../../include/zot.php:1703
+#: ../../include/zot.php:1763
#, php-format
msgid "Unable to verify site signature for %s"
-msgstr "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd"
-
-#: ../../include/photos.php:15 ../../include/attach.php:119
-#: ../../include/attach.php:166 ../../include/attach.php:229
-#: ../../include/attach.php:243 ../../include/attach.php:283
-#: ../../include/attach.php:297 ../../include/attach.php:322
-#: ../../include/attach.php:513 ../../include/attach.php:585
-#: ../../include/chat.php:116 ../../include/items.php:3950
-#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30
-#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64
-#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72
-#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276
-#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179
-#: ../../mod/profiles.php:560 ../../mod/bookmarks.php:46
-#: ../../mod/channel.php:89 ../../mod/channel.php:193
-#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95
-#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35
-#: ../../mod/network.php:12 ../../mod/connections.php:169
-#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:30
-#: ../../mod/page.php:80 ../../mod/setup.php:203 ../../mod/editblock.php:34
-#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:48
-#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:44
-#: ../../mod/editwebpage.php:83 ../../mod/photos.php:68
-#: ../../mod/photos.php:526 ../../mod/sources.php:66 ../../mod/events.php:200
-#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59
-#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98
-#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9
-#: ../../mod/thing.php:249 ../../mod/thing.php:266 ../../mod/thing.php:301
-#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:178
-#: ../../mod/item.php:186 ../../mod/item.php:920 ../../mod/layouts.php:27
-#: ../../mod/layouts.php:39 ../../mod/like.php:154
-#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
-#: ../../mod/viewsrc.php:12 ../../mod/mail.php:108 ../../mod/manage.php:6
-#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/message.php:16
-#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99
-#: ../../mod/notifications.php:66 ../../mod/appman.php:66
-#: ../../mod/service_limits.php:7 ../../index.php:186 ../../index.php:361
-msgid "Permission denied."
-msgstr "Toegang geweigerd"
+msgstr "Hubkenmerk voor %s kon niet worden geverifieerd"
#: ../../include/photos.php:104
#, php-format
@@ -328,12 +660,11 @@ msgstr "Afbeelding kan niet verwerkt worden"
msgid "Photo storage failed."
msgstr "Foto kan niet worden opgeslagen"
-#: ../../include/photos.php:340 ../../include/conversation.php:1533
+#: ../../include/photos.php:340 ../../include/conversation.php:1540
msgid "Photo Albums"
msgstr "Fotoalbums"
-#: ../../include/photos.php:344 ../../mod/photos.php:697
-#: ../../mod/photos.php:1244
+#: ../../include/photos.php:344
msgid "Upload New Photos"
msgstr "Nieuwe foto's uploaden"
@@ -349,13 +680,13 @@ msgstr "Tonen"
msgid "Don't show"
msgstr "Niet tonen"
-#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209
-#: ../../mod/photos.php:604 ../../mod/photos.php:988
-#: ../../mod/filestorage.php:128
+#: ../../include/acl_selectors.php:248 ../../mod/photos.php:604
+#: ../../mod/photos.php:968 ../../mod/events.php:585 ../../mod/chat.php:209
+#: ../../mod/filestorage.php:137
msgid "Permissions"
msgstr "Permissies"
-#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:295
+#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:305
msgid "Close"
msgstr "Sluiten"
@@ -382,275 +713,733 @@ msgstr "Bezoek het %2$s van %1$s"
msgid "%1$s has an updated %2$s, changing %3$s."
msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd."
-#: ../../include/api.php:1069
+#: ../../include/api.php:1084
msgid "Public Timeline"
msgstr "Openbare tijdlijn"
-#: ../../include/attach.php:224 ../../include/attach.php:278
-msgid "Item was not found."
-msgstr "Item niet gevonden"
+#: ../../include/identity.php:31 ../../mod/item.php:1344
+msgid "Unable to obtain identity information from database"
+msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen"
-#: ../../include/attach.php:335
-msgid "No source file."
-msgstr "Geen bronbestand."
+#: ../../include/identity.php:66
+msgid "Empty name"
+msgstr "Ontbrekende naam"
-#: ../../include/attach.php:352
-msgid "Cannot locate file to replace"
-msgstr "Kan het te vervangen bestand niet vinden"
+#: ../../include/identity.php:68
+msgid "Name too long"
+msgstr "Naam te lang"
-#: ../../include/attach.php:370
-msgid "Cannot locate file to revise/update"
-msgstr "Kan het bestand wat aangepast moet worden niet vinden"
+#: ../../include/identity.php:169
+msgid "No account identifier"
+msgstr "Geen account-identificator"
+
+#: ../../include/identity.php:181
+msgid "Nickname is required."
+msgstr "Bijnaam is verplicht"
+
+#: ../../include/identity.php:195
+msgid "Reserved nickname. Please choose another."
+msgstr "Deze naam is gereserveerd. Kies een andere."
-#: ../../include/attach.php:381
+#: ../../include/identity.php:200 ../../include/dimport.php:34
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."
+
+#: ../../include/identity.php:282
+msgid "Unable to retrieve created identity"
+msgstr "Niet in staat om aangemaakte identiteit te vinden"
+
+#: ../../include/identity.php:342
+msgid "Default Profile"
+msgstr "Standaardprofiel"
+
+#: ../../include/identity.php:636
+msgid "Requested channel is not available."
+msgstr "Opgevraagd kanaal is niet beschikbaar."
+
+#: ../../include/identity.php:684 ../../mod/achievements.php:11
+#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13
+#: ../../mod/filestorage.php:48 ../../mod/layouts.php:8
+#: ../../mod/webpages.php:8 ../../mod/hcard.php:8
+msgid "Requested profile is not available."
+msgstr "Opgevraagd profiel is niet beschikbaar"
+
+#: ../../include/identity.php:847 ../../mod/profiles.php:722
+msgid "Change profile photo"
+msgstr "Profielfoto veranderen"
+
+#: ../../include/identity.php:853
+msgid "Profiles"
+msgstr "Profielen"
+
+#: ../../include/identity.php:853
+msgid "Manage/edit profiles"
+msgstr "Profielen beheren/bewerken"
+
+#: ../../include/identity.php:854 ../../mod/profiles.php:723
+msgid "Create New Profile"
+msgstr "Nieuw profiel aanmaken"
+
+#: ../../include/identity.php:857 ../../include/nav.php:103
+msgid "Edit Profile"
+msgstr "Profiel bewerken"
+
+#: ../../include/identity.php:868 ../../mod/profiles.php:734
+msgid "Profile Image"
+msgstr "Profielfoto"
+
+#: ../../include/identity.php:871
+msgid "visible to everybody"
+msgstr "Voor iedereen zichtbaar"
+
+#: ../../include/identity.php:872 ../../mod/profiles.php:617
+#: ../../mod/profiles.php:738
+msgid "Edit visibility"
+msgstr "Zichtbaarheid bewerken"
+
+#: ../../include/identity.php:884 ../../include/event.php:40
+#: ../../include/bb2diaspora.php:480 ../../mod/events.php:579
+#: ../../mod/directory.php:156 ../../mod/dirprofile.php:105
+msgid "Location:"
+msgstr "Plaats:"
+
+#: ../../include/identity.php:886 ../../include/identity.php:1123
+#: ../../mod/directory.php:158
+msgid "Gender:"
+msgstr "Geslacht:"
+
+#: ../../include/identity.php:887 ../../include/identity.php:1167
+#: ../../mod/directory.php:160
+msgid "Status:"
+msgstr "Status:"
+
+#: ../../include/identity.php:888 ../../include/identity.php:1178
+#: ../../mod/directory.php:162
+msgid "Homepage:"
+msgstr "Homepagina:"
+
+#: ../../include/identity.php:889 ../../mod/dirprofile.php:151
+msgid "Online Now"
+msgstr "Nu online"
+
+#: ../../include/identity.php:967 ../../include/identity.php:1047
+#: ../../mod/ping.php:298
+msgid "g A l F d"
+msgstr "G:i, l d F"
+
+#: ../../include/identity.php:968 ../../include/identity.php:1048
+msgid "F d"
+msgstr "d F"
+
+#: ../../include/identity.php:1013 ../../include/identity.php:1088
+#: ../../mod/ping.php:320
+msgid "[today]"
+msgstr "[vandaag]"
+
+#: ../../include/identity.php:1025
+msgid "Birthday Reminders"
+msgstr "Verjaardagsherinneringen"
+
+#: ../../include/identity.php:1026
+msgid "Birthdays this week:"
+msgstr "Verjaardagen deze week:"
+
+#: ../../include/identity.php:1081
+msgid "[No description]"
+msgstr "[Geen omschrijving]"
+
+#: ../../include/identity.php:1099
+msgid "Event Reminders"
+msgstr "Herinneringen"
+
+#: ../../include/identity.php:1100
+msgid "Events this week:"
+msgstr "Gebeurtenissen deze week:"
+
+#: ../../include/identity.php:1121 ../../mod/settings.php:953
+msgid "Full Name:"
+msgstr "Volledige naam:"
+
+#: ../../include/identity.php:1128
+msgid "Like this channel"
+msgstr "Vind dit kanaal leuk"
+
+#: ../../include/identity.php:1139 ../../include/taxonomy.php:338
+#: ../../include/ItemObject.php:146
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "vindt dit leuk"
+msgstr[1] "vinden dit leuk"
+
+#: ../../include/identity.php:1152
+msgid "j F, Y"
+msgstr "F j Y"
+
+#: ../../include/identity.php:1153
+msgid "j F"
+msgstr "F j"
+
+#: ../../include/identity.php:1160
+msgid "Birthday:"
+msgstr "Geboortedatum:"
+
+#: ../../include/identity.php:1164
+msgid "Age:"
+msgstr "Leeftijd:"
+
+#: ../../include/identity.php:1173
#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Bestand is groter dan de toegelaten %d"
+msgid "for %1$d %2$s"
+msgstr "voor %1$d %2$s"
+
+#: ../../include/identity.php:1176 ../../mod/profiles.php:639
+msgid "Sexual Preference:"
+msgstr "Seksuele voorkeur:"
+
+#: ../../include/identity.php:1180 ../../mod/profiles.php:641
+msgid "Hometown:"
+msgstr "Oorspronkelijk uit:"
+
+#: ../../include/identity.php:1182
+msgid "Tags:"
+msgstr "Trefwoorden:"
+
+#: ../../include/identity.php:1184 ../../mod/profiles.php:642
+msgid "Political Views:"
+msgstr "Politieke overtuigingen:"
+
+#: ../../include/identity.php:1186
+msgid "Religion:"
+msgstr "Religie:"
-#: ../../include/attach.php:393
+#: ../../include/identity.php:1188 ../../mod/directory.php:164
+msgid "About:"
+msgstr "Over:"
+
+#: ../../include/identity.php:1190
+msgid "Hobbies/Interests:"
+msgstr "Hobby's/interesses:"
+
+#: ../../include/identity.php:1192 ../../mod/profiles.php:645
+msgid "Likes:"
+msgstr "Houdt van:"
+
+#: ../../include/identity.php:1194 ../../mod/profiles.php:646
+msgid "Dislikes:"
+msgstr "Houdt niet van:"
+
+#: ../../include/identity.php:1197
+msgid "Contact information and Social Networks:"
+msgstr "Contactinformatie en sociale netwerken:"
+
+#: ../../include/identity.php:1199
+msgid "My other channels:"
+msgstr "Mijn andere kanalen"
+
+#: ../../include/identity.php:1201
+msgid "Musical interests:"
+msgstr "Muzikale interesses:"
+
+#: ../../include/identity.php:1203
+msgid "Books, literature:"
+msgstr "Boeken, literatuur:"
+
+#: ../../include/identity.php:1205
+msgid "Television:"
+msgstr "Televisie:"
+
+#: ../../include/identity.php:1207
+msgid "Film/dance/culture/entertainment:"
+msgstr "Films/dansen/cultuur/vermaak:"
+
+#: ../../include/identity.php:1209
+msgid "Love/Romance:"
+msgstr "Liefde/romantiek:"
+
+#: ../../include/identity.php:1211
+msgid "Work/employment:"
+msgstr "Werk/beroep:"
+
+#: ../../include/identity.php:1213
+msgid "School/education:"
+msgstr "School/opleiding:"
+
+#: ../../include/identity.php:1233
+msgid "Like this thing"
+msgstr "Vind dit ding leuk"
+
+#: ../../include/conversation.php:120 ../../include/text.php:1743
+#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72
+#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294
+msgid "photo"
+msgstr "foto"
+
+#: ../../include/conversation.php:123 ../../include/text.php:1746
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr "gebeurtenis"
+
+#: ../../include/conversation.php:126 ../../mod/like.php:89
+msgid "channel"
+msgstr "kanaal"
+
+#: ../../include/conversation.php:148 ../../include/text.php:1749
+#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72
+#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294
+msgid "status"
+msgstr "bericht"
+
+#: ../../include/conversation.php:150 ../../include/text.php:1751
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr "reactie"
+
+#: ../../include/conversation.php:164 ../../include/diaspora.php:1953
+#: ../../mod/like.php:331
#, php-format
-msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
-msgstr "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt."
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s vindt %3$s van %2$s leuk"
-#: ../../include/attach.php:475
-msgid "File upload failed. Possible system limit or action terminated."
-msgstr "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken."
+#: ../../include/conversation.php:167 ../../mod/like.php:333
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s vindt %3$s van %2$s niet leuk"
-#: ../../include/attach.php:487
-msgid "Stored file could not be verified. Upload failed."
-msgstr "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt."
+#: ../../include/conversation.php:204
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s is nu met %2$s verbonden"
-#: ../../include/attach.php:528 ../../include/attach.php:545
-msgid "Path not available."
-msgstr "Pad niet beschikbaar."
+#: ../../include/conversation.php:239
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s heeft %2$s aangestoten"
-#: ../../include/attach.php:590
-msgid "Empty pathname"
-msgstr "Padnaam leeg"
+#: ../../include/conversation.php:243 ../../include/text.php:901
+msgid "poked"
+msgstr "aangestoten"
-#: ../../include/attach.php:606
-msgid "duplicate filename or path"
-msgstr "dubbele bestandsnaam of pad"
+#: ../../include/conversation.php:261 ../../mod/mood.php:63
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s is %2$s"
-#: ../../include/attach.php:630
-msgid "Path not found."
-msgstr "Pad niet gevonden"
+#: ../../include/conversation.php:637 ../../include/ItemObject.php:126
+msgid "Select"
+msgstr "Kies"
-#: ../../include/attach.php:681
-msgid "mkdir failed."
-msgstr "directory aanmaken (mkdir) mislukt."
+#: ../../include/conversation.php:645 ../../include/ItemObject.php:89
+msgid "Private Message"
+msgstr "Privébericht"
-#: ../../include/attach.php:685
-msgid "database storage failed."
-msgstr "opslag in database mislukt."
+#: ../../include/conversation.php:652 ../../include/ItemObject.php:194
+msgid "Message signature validated"
+msgstr "Berichtkenmerk gevalideerd"
-#: ../../include/nav.php:94 ../../include/nav.php:121 ../../boot.php:1495
-msgid "Logout"
-msgstr "Uitloggen"
+#: ../../include/conversation.php:653 ../../include/ItemObject.php:195
+msgid "Message signature incorrect"
+msgstr "Berichtkenmerk onjuist"
-#: ../../include/nav.php:94 ../../include/nav.php:121
-msgid "End this session"
-msgstr "Beëindig deze sessie"
+#: ../../include/conversation.php:674
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Bekijk het profiel van %s @ %s"
-#: ../../include/nav.php:97 ../../include/nav.php:155
-msgid "Home"
-msgstr "Home"
+#: ../../include/conversation.php:689
+msgid "Categories:"
+msgstr "Categorieën:"
-#: ../../include/nav.php:97
-msgid "Your posts and conversations"
-msgstr "Jouw berichten en conversaties"
+#: ../../include/conversation.php:690
+msgid "Filed under:"
+msgstr "Bewaard onder:"
+
+#: ../../include/conversation.php:698 ../../include/ItemObject.php:265
+#, php-format
+msgid " from %s"
+msgstr " van %s"
+
+#: ../../include/conversation.php:701 ../../include/ItemObject.php:268
+#, php-format
+msgid "last edited: %s"
+msgstr "laatst bewerkt: %s"
-#: ../../include/nav.php:98 ../../include/conversation.php:957
+#: ../../include/conversation.php:702 ../../include/ItemObject.php:269
+#, php-format
+msgid "Expires: %s"
+msgstr "Verloopt: %s"
+
+#: ../../include/conversation.php:717
+msgid "View in context"
+msgstr "In context bekijken"
+
+#: ../../include/conversation.php:719 ../../include/conversation.php:1153
+#: ../../include/ItemObject.php:310 ../../mod/photos.php:993
+#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152
+#: ../../mod/mail.php:234 ../../mod/mail.php:349
+msgid "Please wait"
+msgstr "Even wachten"
+
+#: ../../include/conversation.php:843
+msgid "remove"
+msgstr "verwijderen"
+
+#: ../../include/conversation.php:847 ../../include/nav.php:257
+msgid "Loading..."
+msgstr "Aan het laden..."
+
+#: ../../include/conversation.php:848
+msgid "Delete Selected Items"
+msgstr "Verwijder de geselecteerde items"
+
+#: ../../include/conversation.php:942
+msgid "View Source"
+msgstr "Bron weergeven"
+
+#: ../../include/conversation.php:943
+msgid "Follow Thread"
+msgstr "Conversatie volgen"
+
+#: ../../include/conversation.php:944
+msgid "View Status"
+msgstr "Status weergeven"
+
+#: ../../include/conversation.php:945 ../../include/nav.php:99
#: ../../mod/connedit.php:415 ../../mod/connedit.php:529
msgid "View Profile"
msgstr "Profiel weergeven"
-#: ../../include/nav.php:98
-msgid "Your profile page"
-msgstr "Jouw profielpagina"
+#: ../../include/conversation.php:946
+msgid "View Photos"
+msgstr "Foto's weergeven"
-#: ../../include/nav.php:100
-msgid "Edit Profiles"
-msgstr "Bewerk profielen"
+#: ../../include/conversation.php:947
+msgid "Matrix Activity"
+msgstr "Activiteit in de RedMatrix"
-#: ../../include/nav.php:100
-msgid "Manage/Edit profiles"
-msgstr "Beheer/wijzig profielen"
+#: ../../include/conversation.php:949
+msgid "Edit Contact"
+msgstr "Contact bewerken"
-#: ../../include/nav.php:102 ../../include/identity.php:807
-msgid "Edit Profile"
-msgstr "Profiel bewerken"
+#: ../../include/conversation.php:950
+msgid "Send PM"
+msgstr "Privébericht verzenden"
-#: ../../include/nav.php:102
-msgid "Edit your profile"
-msgstr "Jouw profiel bewerken"
+#: ../../include/conversation.php:1024
+#, php-format
+msgid "%s likes this."
+msgstr "%s vindt dit leuk."
-#: ../../include/nav.php:104
-msgid "Your photos"
-msgstr "Jouw foto's"
+#: ../../include/conversation.php:1024
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s vindt dit niet leuk."
-#: ../../include/nav.php:105
-msgid "Your files"
-msgstr "Jouw bestanden"
+#: ../../include/conversation.php:1028
+#, 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 persoon</span> vindt dit leuk."
+msgstr[1] "<span %1$s>%2$d personen</span> vinden dit leuk."
-#: ../../include/nav.php:110
-msgid "Your chatrooms"
-msgstr "Jouw chatkanalen"
+#: ../../include/conversation.php:1030
+#, 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 persoon</span> vindt dit niet leuk."
+msgstr[1] "<span %1$s>%2$d personen</span> vinden dit niet leuk."
-#: ../../include/nav.php:113
-msgid "Your bookmarks"
-msgstr "Jouw bladwijzers"
+#: ../../include/conversation.php:1036
+msgid "and"
+msgstr "en"
-#: ../../include/nav.php:115
-msgid "Your webpages"
-msgstr "Jouw webpagina's"
+#: ../../include/conversation.php:1039
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ", en %d ander persoon"
+msgstr[1] ", en %d andere personen"
-#: ../../include/nav.php:119
-msgid "Sign in"
-msgstr "Inloggen"
+#: ../../include/conversation.php:1040
+#, php-format
+msgid "%s like this."
+msgstr "%s vinden dit leuk."
-#: ../../include/nav.php:136
+#: ../../include/conversation.php:1040
#, php-format
-msgid "%s - click to logout"
-msgstr "%s - klik om uit te loggen"
+msgid "%s don't like this."
+msgstr "%s vinden dit niet leuk."
-#: ../../include/nav.php:141
-msgid "Click to authenticate to your home hub"
-msgstr "Klik om jezelf te authenticeren via jouw eigen RedMatrix-hub"
+#: ../../include/conversation.php:1097
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Voor <strong>iedereen</strong> zichtbaar"
-#: ../../include/nav.php:155
-msgid "Home Page"
-msgstr "Homepage"
+#: ../../include/conversation.php:1098 ../../mod/mail.php:170
+#: ../../mod/mail.php:282
+msgid "Please enter a link URL:"
+msgstr "Vul een internetadres/URL in:"
-#: ../../include/nav.php:159 ../../mod/register.php:220 ../../boot.php:1472
-msgid "Register"
-msgstr "Registreren "
+#: ../../include/conversation.php:1099
+msgid "Please enter a video link/URL:"
+msgstr "Vul een videolink/URL in:"
-#: ../../include/nav.php:159
-msgid "Create an account"
-msgstr "Maak een account aan"
+#: ../../include/conversation.php:1100
+msgid "Please enter an audio link/URL:"
+msgstr "Vul een audiolink/URL in:"
-#: ../../include/nav.php:164
-msgid "Help and documentation"
-msgstr "Hulp en documentatie"
+#: ../../include/conversation.php:1101
+msgid "Tag term:"
+msgstr "Label:"
-#: ../../include/nav.php:167 ../../include/widgets.php:86
-#: ../../mod/apps.php:33
-msgid "Apps"
-msgstr "Apps"
+#: ../../include/conversation.php:1102 ../../mod/filer.php:49
+msgid "Save to Folder:"
+msgstr "Bewaar in map: "
-#: ../../include/nav.php:167
-msgid "Applications, utilities, links, games"
-msgstr "Apps"
+#: ../../include/conversation.php:1103
+msgid "Where are you right now?"
+msgstr "Waar bevind je je op dit moment?"
-#: ../../include/nav.php:169
-msgid "Search site content"
-msgstr "Inhoud van deze RedMatrix-hub doorzoeken"
+#: ../../include/conversation.php:1104 ../../mod/editpost.php:52
+#: ../../mod/mail.php:171 ../../mod/mail.php:283
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Verloopt op DD-MM-YYYY om HH:MM"
-#: ../../include/nav.php:172
-msgid "Channel Locator"
-msgstr "Kanalengids"
+#: ../../include/conversation.php:1128 ../../mod/photos.php:992
+#: ../../mod/editblock.php:168 ../../mod/editlayout.php:161
+#: ../../mod/editwebpage.php:201 ../../mod/layouts.php:122
+msgid "Share"
+msgstr "Delen"
-#: ../../include/nav.php:183
-msgid "Your matrix"
-msgstr "Jouw matrix"
+#: ../../include/conversation.php:1130 ../../mod/editwebpage.php:139
+msgid "Page link title"
+msgstr "Titel van paginalink"
-#: ../../include/nav.php:184
-msgid "Mark all matrix notifications seen"
-msgstr "Markeer alle matrixnotificaties als bekeken"
+#: ../../include/conversation.php:1133
+msgid "Post as"
+msgstr "Bericht plaatsen als"
-#: ../../include/nav.php:186
-msgid "Channel home"
-msgstr "Tijdlijn kanaal"
+#: ../../include/conversation.php:1134 ../../mod/editblock.php:112
+#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113
+#: ../../mod/editwebpage.php:144 ../../mod/mail.php:231 ../../mod/mail.php:345
+msgid "Upload photo"
+msgstr "Foto uploaden"
-#: ../../include/nav.php:187
-msgid "Mark all channel notifications seen"
-msgstr "Alle kanaalnotificaties als gelezen markeren"
+#: ../../include/conversation.php:1135
+msgid "upload photo"
+msgstr "foto uploaden"
-#: ../../include/nav.php:190 ../../mod/connections.php:406
-msgid "Connections"
-msgstr "Connecties"
+#: ../../include/conversation.php:1136 ../../mod/editblock.php:113
+#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114
+#: ../../mod/editwebpage.php:145 ../../mod/mail.php:232 ../../mod/mail.php:346
+msgid "Attach file"
+msgstr "Bestand toevoegen"
-#: ../../include/nav.php:193
-msgid "Notices"
-msgstr "Notificaties"
+#: ../../include/conversation.php:1137
+msgid "attach file"
+msgstr "bestand toevoegen"
-#: ../../include/nav.php:193
-msgid "Notifications"
-msgstr "Notificaties"
+#: ../../include/conversation.php:1138 ../../mod/editblock.php:114
+#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115
+#: ../../mod/editwebpage.php:146 ../../mod/mail.php:233 ../../mod/mail.php:347
+msgid "Insert web link"
+msgstr "Weblink invoegen"
-#: ../../include/nav.php:194
-msgid "See all notifications"
-msgstr "Alle notificaties weergeven"
+#: ../../include/conversation.php:1139
+msgid "web link"
+msgstr "Weblink"
-#: ../../include/nav.php:195 ../../mod/notifications.php:99
-msgid "Mark all system notifications seen"
-msgstr "Markeer alle systeemnotificaties als bekeken"
+#: ../../include/conversation.php:1140
+msgid "Insert video link"
+msgstr "Videolink invoegen"
-#: ../../include/nav.php:197
-msgid "Private mail"
-msgstr "Privéberichten"
+#: ../../include/conversation.php:1141
+msgid "video link"
+msgstr "videolink"
-#: ../../include/nav.php:198
-msgid "See all private messages"
-msgstr "Alle privéberichten weergeven"
+#: ../../include/conversation.php:1142
+msgid "Insert audio link"
+msgstr "Audiolink invoegen"
-#: ../../include/nav.php:199
-msgid "Mark all private messages seen"
-msgstr "Markeer alle privéberichten als bekeken"
+#: ../../include/conversation.php:1143
+msgid "audio link"
+msgstr "audiolink"
-#: ../../include/nav.php:200
-msgid "Inbox"
-msgstr "Postvak IN"
+#: ../../include/conversation.php:1144 ../../mod/editblock.php:118
+#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:150
+msgid "Set your location"
+msgstr "Locatie instellen"
-#: ../../include/nav.php:201
-msgid "Outbox"
-msgstr "Postvak UIT"
+#: ../../include/conversation.php:1145
+msgid "set location"
+msgstr "locatie instellen"
-#: ../../include/nav.php:202 ../../include/widgets.php:543
-msgid "New Message"
-msgstr "Nieuw bericht"
+#: ../../include/conversation.php:1146 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:151
+msgid "Clear browser location"
+msgstr "Locatie van webbrowser wissen"
-#: ../../include/nav.php:205
-msgid "Event Calendar"
-msgstr "Agenda"
+#: ../../include/conversation.php:1147
+msgid "clear location"
+msgstr "locatie wissen"
-#: ../../include/nav.php:206
-msgid "See all events"
-msgstr "Alle gebeurtenissen weergeven"
+#: ../../include/conversation.php:1149 ../../mod/editblock.php:132
+#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132
+#: ../../mod/editwebpage.php:167
+msgid "Set title"
+msgstr "Titel instellen"
-#: ../../include/nav.php:207
-msgid "Mark all events seen"
-msgstr "Markeer alle gebeurtenissen als bekeken"
+#: ../../include/conversation.php:1152 ../../mod/events.php:563
+#: ../../mod/editblock.php:135 ../../mod/editlayout.php:129
+#: ../../mod/editpost.php:134 ../../mod/editwebpage.php:169
+msgid "Categories (comma-separated list)"
+msgstr "Categorieën (door komma's gescheiden lijst)"
-#: ../../include/nav.php:209
-msgid "Manage Your Channels"
-msgstr "Beheer je kanalen"
+#: ../../include/conversation.php:1154 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
+#: ../../mod/editwebpage.php:153
+msgid "Permission settings"
+msgstr "Permissies"
-#: ../../include/nav.php:211
-msgid "Account/Channel Settings"
-msgstr "Account-/kanaal-instellingen"
+#: ../../include/conversation.php:1155
+msgid "permissions"
+msgstr "permissies"
-#: ../../include/nav.php:219 ../../mod/admin.php:123
-msgid "Admin"
-msgstr "Beheer"
+#: ../../include/conversation.php:1162 ../../mod/editblock.php:129
+#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:162
+msgid "Public post"
+msgstr "Openbaar bericht"
-#: ../../include/nav.php:219
-msgid "Site Setup and Configuration"
-msgstr "Hub instellen en beheren"
+#: ../../include/conversation.php:1164 ../../mod/editblock.php:136
+#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:170
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be"
-#: ../../include/nav.php:244
-msgid "Nothing new here"
-msgstr "Niets nieuw hier"
+#: ../../include/conversation.php:1177 ../../mod/editblock.php:146
+#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146
+#: ../../mod/editwebpage.php:179 ../../mod/mail.php:238 ../../mod/mail.php:352
+msgid "Set expiration date"
+msgstr "Verloopdatum instellen"
-#: ../../include/nav.php:248
-msgid "Please wait..."
-msgstr "Wachten aub..."
+#: ../../include/conversation.php:1179 ../../include/ItemObject.php:611
+#: ../../mod/editpost.php:148 ../../mod/mail.php:240 ../../mod/mail.php:354
+msgid "Encrypt text"
+msgstr "Tekst versleutelen"
-#: ../../include/bookmarks.php:35
-#, php-format
-msgid "%1$s's bookmarks"
-msgstr "Bladwijzers van %1$s"
+#: ../../include/conversation.php:1181 ../../mod/events.php:569
+#: ../../mod/editpost.php:150
+msgid "OK"
+msgstr "OK"
+
+#: ../../include/conversation.php:1182 ../../mod/settings.php:520
+#: ../../mod/settings.php:546 ../../mod/events.php:568
+#: ../../mod/editpost.php:151 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+msgid "Cancel"
+msgstr "Annuleren"
+
+#: ../../include/conversation.php:1426
+msgid "Discover"
+msgstr "Ontdekken"
+
+#: ../../include/conversation.php:1429
+msgid "Imported public streams"
+msgstr "Openbare streams importeren"
+
+#: ../../include/conversation.php:1434
+msgid "Commented Order"
+msgstr "Nieuwe reacties bovenaan"
+
+#: ../../include/conversation.php:1437
+msgid "Sort by Comment Date"
+msgstr "Berichten met nieuwe reacties bovenaan"
+
+#: ../../include/conversation.php:1441
+msgid "Posted Order"
+msgstr "Nieuwe berichten bovenaan"
+
+#: ../../include/conversation.php:1444
+msgid "Sort by Post Date"
+msgstr "Nieuwe berichten bovenaan"
+
+#: ../../include/conversation.php:1452
+msgid "Posts that mention or involve you"
+msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent"
+
+#: ../../include/conversation.php:1458 ../../mod/connections.php:211
+#: ../../mod/connections.php:224 ../../mod/menu.php:61
+msgid "New"
+msgstr "Nieuw"
+
+#: ../../include/conversation.php:1461
+msgid "Activity Stream - by date"
+msgstr "Activiteitenstroom - volgens datum"
+
+#: ../../include/conversation.php:1467
+msgid "Starred"
+msgstr "Met ster"
+
+#: ../../include/conversation.php:1470
+msgid "Favourite Posts"
+msgstr "Favoriete berichten"
+
+#: ../../include/conversation.php:1477
+msgid "Spam"
+msgstr "Spam"
+
+#: ../../include/conversation.php:1480
+msgid "Posts flagged as SPAM"
+msgstr "Berichten gemarkeerd als SPAM"
+
+#: ../../include/conversation.php:1516 ../../mod/admin.php:867
+msgid "Channel"
+msgstr "Kanaal"
+
+#: ../../include/conversation.php:1519
+msgid "Status Messages and Posts"
+msgstr "Berichten in dit kanaal"
+
+#: ../../include/conversation.php:1528
+msgid "About"
+msgstr "Over"
+
+#: ../../include/conversation.php:1531
+msgid "Profile Details"
+msgstr "Profiel"
+
+#: ../../include/conversation.php:1549
+msgid "Files and Storage"
+msgstr "Bestanden en opslagruimte"
+
+#: ../../include/conversation.php:1558 ../../include/conversation.php:1561
+msgid "Chatrooms"
+msgstr "Chatkanalen"
+
+#: ../../include/conversation.php:1573
+msgid "Saved Bookmarks"
+msgstr "Opgeslagen bladwijzers"
+
+#: ../../include/conversation.php:1584
+msgid "Manage Webpages"
+msgstr "Webpagina's beheren"
+
+#: ../../include/auth.php:116
+msgid "Logged out."
+msgstr "Uitgelogd."
+
+#: ../../include/auth.php:257
+msgid "Failed authentication"
+msgstr "Mislukte authenticatie"
+
+#: ../../include/auth.php:271 ../../mod/openid.php:190
+msgid "Login failed."
+msgstr "Inloggen mislukt."
#: ../../include/text.php:321
msgid "prev"
@@ -691,307 +1480,279 @@ msgstr[1] "%d connecties"
msgid "View Connections"
msgstr "Connecties weergeven"
-#: ../../include/text.php:823 ../../include/text.php:837
-#: ../../include/widgets.php:193 ../../mod/rbmark.php:28
-#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339
-#: ../../mod/admin.php:1360
-msgid "Save"
-msgstr "Opslaan"
-
-#: ../../include/text.php:903
+#: ../../include/text.php:901
msgid "poke"
msgstr "aanstoten"
-#: ../../include/text.php:903 ../../include/conversation.php:243
-msgid "poked"
-msgstr "aangestoten"
-
-#: ../../include/text.php:904
+#: ../../include/text.php:902
msgid "ping"
msgstr "ping"
-#: ../../include/text.php:904
+#: ../../include/text.php:902
msgid "pinged"
msgstr "gepingd"
-#: ../../include/text.php:905
+#: ../../include/text.php:903
msgid "prod"
msgstr "por"
-#: ../../include/text.php:905
+#: ../../include/text.php:903
msgid "prodded"
msgstr "gepord"
-#: ../../include/text.php:906
+#: ../../include/text.php:904
msgid "slap"
msgstr "slaan"
-#: ../../include/text.php:906
+#: ../../include/text.php:904
msgid "slapped"
msgstr "sloeg"
-#: ../../include/text.php:907
+#: ../../include/text.php:905
msgid "finger"
msgstr "finger"
-#: ../../include/text.php:907
+#: ../../include/text.php:905
msgid "fingered"
msgstr "gefingerd"
-#: ../../include/text.php:908
+#: ../../include/text.php:906
msgid "rebuff"
msgstr "afpoeieren"
-#: ../../include/text.php:908
+#: ../../include/text.php:906
msgid "rebuffed"
msgstr "afgepoeierd"
-#: ../../include/text.php:917
+#: ../../include/text.php:915
msgid "happy"
msgstr "gelukkig"
-#: ../../include/text.php:918
+#: ../../include/text.php:916
msgid "sad"
msgstr "bedroefd"
-#: ../../include/text.php:919
+#: ../../include/text.php:917
msgid "mellow"
msgstr "mellow"
-#: ../../include/text.php:920
+#: ../../include/text.php:918
msgid "tired"
msgstr "moe"
-#: ../../include/text.php:921
+#: ../../include/text.php:919
msgid "perky"
msgstr "parmantig"
-#: ../../include/text.php:922
+#: ../../include/text.php:920
msgid "angry"
msgstr "boos"
-#: ../../include/text.php:923
+#: ../../include/text.php:921
msgid "stupified"
msgstr "beteuterd"
-#: ../../include/text.php:924
+#: ../../include/text.php:922
msgid "puzzled"
msgstr "verward"
-#: ../../include/text.php:925
+#: ../../include/text.php:923
msgid "interested"
msgstr "geïnteresseerd"
-#: ../../include/text.php:926
+#: ../../include/text.php:924
msgid "bitter"
msgstr "verbitterd"
-#: ../../include/text.php:927
+#: ../../include/text.php:925
msgid "cheerful"
msgstr "vrolijk"
-#: ../../include/text.php:928
+#: ../../include/text.php:926
msgid "alive"
msgstr "levendig"
-#: ../../include/text.php:929
+#: ../../include/text.php:927
msgid "annoyed"
msgstr "geërgerd"
-#: ../../include/text.php:930
+#: ../../include/text.php:928
msgid "anxious"
msgstr "bezorgd"
-#: ../../include/text.php:931
+#: ../../include/text.php:929
msgid "cranky"
msgstr "humeurig"
-#: ../../include/text.php:932
+#: ../../include/text.php:930
msgid "disturbed"
msgstr "verontrust"
-#: ../../include/text.php:933
+#: ../../include/text.php:931
msgid "frustrated"
msgstr "gefrustreerd "
-#: ../../include/text.php:934
+#: ../../include/text.php:932
msgid "depressed"
msgstr "gedeprimeerd"
-#: ../../include/text.php:935
+#: ../../include/text.php:933
msgid "motivated"
msgstr "gemotiveerd"
-#: ../../include/text.php:936
+#: ../../include/text.php:934
msgid "relaxed"
msgstr "ontspannen"
-#: ../../include/text.php:937
+#: ../../include/text.php:935
msgid "surprised"
msgstr "verrast"
-#: ../../include/text.php:1101
+#: ../../include/text.php:1099
msgid "Monday"
msgstr "maandag"
-#: ../../include/text.php:1101
+#: ../../include/text.php:1099
msgid "Tuesday"
msgstr "dinsdag"
-#: ../../include/text.php:1101
+#: ../../include/text.php:1099
msgid "Wednesday"
msgstr "woensdag"
-#: ../../include/text.php:1101
+#: ../../include/text.php:1099
msgid "Thursday"
msgstr "donderdag"
-#: ../../include/text.php:1101
+#: ../../include/text.php:1099
msgid "Friday"
msgstr "vrijdag"
-#: ../../include/text.php:1101
+#: ../../include/text.php:1099
msgid "Saturday"
msgstr "zaterdag"
-#: ../../include/text.php:1101
+#: ../../include/text.php:1099
msgid "Sunday"
msgstr "zondag"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "January"
msgstr "januari"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "February"
msgstr "februari"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "March"
msgstr "maart"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "April"
msgstr "april"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "May"
msgstr "mei"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "June"
msgstr "juni"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "July"
msgstr "juli"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "August"
msgstr "augustus"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "September"
msgstr "september"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "October"
msgstr "oktober"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "November"
msgstr "november"
-#: ../../include/text.php:1105
+#: ../../include/text.php:1103
msgid "December"
msgstr "december"
-#: ../../include/text.php:1183
+#: ../../include/text.php:1181
msgid "unknown.???"
msgstr "onbekend.???"
-#: ../../include/text.php:1184
+#: ../../include/text.php:1182
msgid "bytes"
msgstr "bytes"
-#: ../../include/text.php:1219
+#: ../../include/text.php:1221
msgid "remove category"
msgstr "categorie verwijderen"
-#: ../../include/text.php:1289
+#: ../../include/text.php:1291
msgid "remove from file"
msgstr "uit map verwijderen"
-#: ../../include/text.php:1354 ../../include/text.php:1366
+#: ../../include/text.php:1356 ../../include/text.php:1368
msgid "Click to open/close"
msgstr "Klik om te openen of te sluiten"
-#: ../../include/text.php:1521 ../../mod/events.php:414
+#: ../../include/text.php:1523 ../../mod/events.php:409
msgid "Link to Source"
msgstr "Originele locatie"
-#: ../../include/text.php:1540
+#: ../../include/text.php:1542
msgid "Select a page layout: "
-msgstr "Kies een paginalayout: "
+msgstr "Kies een paginalay-out: "
-#: ../../include/text.php:1543 ../../include/text.php:1608
+#: ../../include/text.php:1545 ../../include/text.php:1610
msgid "default"
msgstr "standaard"
-#: ../../include/text.php:1579
+#: ../../include/text.php:1581
msgid "Page content type: "
msgstr "Opmaakcode pagina"
-#: ../../include/text.php:1620
+#: ../../include/text.php:1622
msgid "Select an alternate language"
msgstr "Kies een andere taal"
-#: ../../include/text.php:1741 ../../include/diaspora.php:1888
-#: ../../include/conversation.php:120 ../../mod/subthread.php:72
-#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294
-msgid "photo"
-msgstr "foto"
-
-#: ../../include/text.php:1744 ../../include/conversation.php:123
-#: ../../mod/tagger.php:49
-msgid "event"
-msgstr "gebeurtenis"
-
-#: ../../include/text.php:1747 ../../include/diaspora.php:1888
-#: ../../include/conversation.php:148 ../../mod/subthread.php:72
-#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294
-msgid "status"
-msgstr "bericht"
-
-#: ../../include/text.php:1749 ../../include/conversation.php:150
-#: ../../mod/tagger.php:55
-msgid "comment"
-msgstr "reactie"
-
-#: ../../include/text.php:1754
+#: ../../include/text.php:1756
msgid "activity"
msgstr "activiteit"
-#: ../../include/text.php:2018
+#: ../../include/text.php:2028
msgid "Design"
msgstr "Ontwerp"
-#: ../../include/text.php:2020
+#: ../../include/text.php:2030
msgid "Blocks"
msgstr "Blokken"
-#: ../../include/text.php:2021
+#: ../../include/text.php:2031
msgid "Menus"
msgstr "Menu's"
-#: ../../include/text.php:2022
+#: ../../include/text.php:2032
msgid "Layouts"
-msgstr "Layouts"
+msgstr "Lay-outs"
-#: ../../include/text.php:2023
+#: ../../include/text.php:2033
msgid "Pages"
msgstr "Pagina's"
+#: ../../include/bookmarks.php:35
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Bladwijzers van %1$s"
+
#: ../../include/taxonomy.php:210
msgid "Tags"
msgstr "Labels"
@@ -1016,7 +1777,7 @@ msgstr "wil"
msgid "wants"
msgstr "wil"
-#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:212
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:221
msgid "like"
msgstr "vind dit leuk"
@@ -1024,7 +1785,7 @@ msgstr "vind dit leuk"
msgid "likes"
msgstr "vindt dit leuk"
-#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:213
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:222
msgid "dislike"
msgstr "vind dit niet leuk"
@@ -1032,14 +1793,6 @@ msgstr "vind dit niet leuk"
msgid "dislikes"
msgstr "vindt dit niet leuk"
-#: ../../include/taxonomy.php:338 ../../include/identity.php:1089
-#: ../../include/ItemObject.php:138
-msgctxt "noun"
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "vindt dit leuk"
-msgstr[1] "vinden dit leuk"
-
#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185
msgid "Default"
msgstr "Standaard"
@@ -1080,8 +1833,8 @@ msgstr "OStatus"
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: ../../include/contact_selectors.php:79 ../../mod/admin.php:726
-#: ../../mod/admin.php:735 ../../boot.php:1498
+#: ../../include/contact_selectors.php:79 ../../mod/admin.php:728
+#: ../../mod/admin.php:737 ../../boot.php:1498
msgid "Email"
msgstr "E-mail"
@@ -1161,20 +1914,6 @@ msgstr "Voorbeeld: (voor naam) name=herman en (voor land) country=nederland"
msgid "Advanced Find"
msgstr "Geavanceerd zoeken"
-#: ../../include/contact_widgets.php:58 ../../include/features.php:72
-#: ../../include/widgets.php:303
-msgid "Saved Folders"
-msgstr "Bewaarde mappen"
-
-#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96
-#: ../../include/widgets.php:306
-msgid "Everything"
-msgstr "Alles"
-
-#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29
-msgid "Categories"
-msgstr "Categorieën"
-
#: ../../include/contact_widgets.php:126
#, php-format
msgid "%d connection in common"
@@ -1186,24 +1925,18 @@ msgstr[1] "%d gemeenschappelijke connecties"
msgid "show more"
msgstr "meer connecties weergeven"
-#: ../../include/event.php:11 ../../include/bb2diaspora.php:425
+#: ../../include/event.php:11 ../../include/bb2diaspora.php:458
msgid "l F d, Y \\@ g:i A"
msgstr "l d F Y \\@ G:i"
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:431
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:464
msgid "Starts:"
msgstr "Start:"
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:439
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:472
msgid "Finishes:"
msgstr "Einde:"
-#: ../../include/event.php:40 ../../include/bb2diaspora.php:447
-#: ../../include/identity.php:834 ../../mod/directory.php:156
-#: ../../mod/dirprofile.php:105 ../../mod/events.php:579
-msgid "Location:"
-msgstr "Plaats:"
-
#: ../../include/event.php:326
msgid "This event has been added to your calendar."
msgstr "Dit evenement is aan jouw agenda toegevoegd."
@@ -1218,7 +1951,7 @@ msgstr "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan"
#: ../../include/account.php:31
msgid "Your email address is already registered at this site."
-msgstr "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd ."
+msgstr "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd."
#: ../../include/account.php:64
msgid "An invitation is required."
@@ -1244,7 +1977,7 @@ msgstr "Registratiebevestiging voor %s"
#: ../../include/account.php:313
#, php-format
msgid "Registration request at %s"
-msgstr "Registratieverzoek op %s"
+msgstr "Registratiebevestiging voor %s"
#: ../../include/account.php:315 ../../include/account.php:342
#: ../../include/account.php:399
@@ -1258,7 +1991,7 @@ msgstr "jouw registratiewachtwoord"
#: ../../include/account.php:340 ../../include/account.php:397
#, php-format
msgid "Registration details for %s"
-msgstr "Registratiedetails voor %s"
+msgstr "Registratiegegevens voor %s"
#: ../../include/account.php:406
msgid "Account approved."
@@ -1285,94 +2018,190 @@ msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement geld
msgid "This action is not available under your subscription plan."
msgstr "Deze handeling is niet mogelijk met jouw abonnement."
-#: ../../include/diaspora.php:1917 ../../include/conversation.php:164
-#: ../../mod/like.php:331
+#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1495
+msgid "Logout"
+msgstr "Uitloggen"
+
+#: ../../include/nav.php:95 ../../include/nav.php:128
+msgid "End this session"
+msgstr "Beëindig deze sessie"
+
+#: ../../include/nav.php:98 ../../include/nav.php:159
+msgid "Home"
+msgstr "Home"
+
+#: ../../include/nav.php:98
+msgid "Your posts and conversations"
+msgstr "Jouw berichten en conversaties"
+
+#: ../../include/nav.php:99
+msgid "Your profile page"
+msgstr "Jouw profielpagina"
+
+#: ../../include/nav.php:101
+msgid "Edit Profiles"
+msgstr "Bewerk profielen"
+
+#: ../../include/nav.php:101
+msgid "Manage/Edit profiles"
+msgstr "Beheer/wijzig profielen"
+
+#: ../../include/nav.php:103
+msgid "Edit your profile"
+msgstr "Jouw profiel bewerken"
+
+#: ../../include/nav.php:105
+msgid "Your photos"
+msgstr "Jouw foto's"
+
+#: ../../include/nav.php:106
+msgid "Your files"
+msgstr "Jouw bestanden"
+
+#: ../../include/nav.php:111
+msgid "Your chatrooms"
+msgstr "Jouw chatkanalen"
+
+#: ../../include/nav.php:117
+msgid "Your bookmarks"
+msgstr "Jouw bladwijzers"
+
+#: ../../include/nav.php:121
+msgid "Your webpages"
+msgstr "Jouw webpagina's"
+
+#: ../../include/nav.php:125
+msgid "Sign in"
+msgstr "Inloggen"
+
+#: ../../include/nav.php:142
#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s vindt %3$s van %2$s leuk"
+msgid "%s - click to logout"
+msgstr "%s - klik om uit te loggen"
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Diversen"
+#: ../../include/nav.php:145
+msgid "Remote authentication"
+msgstr "Authenticatie op afstand"
-#: ../../include/datetime.php:152 ../../include/datetime.php:284
-msgid "year"
-msgstr "jaar"
+#: ../../include/nav.php:145
+msgid "Click to authenticate to your home hub"
+msgstr "Authenticeer jezelf via (bijvoorbeeld) jouw RedMatrix-hub"
-#: ../../include/datetime.php:157 ../../include/datetime.php:285
-msgid "month"
-msgstr "maand"
+#: ../../include/nav.php:159
+msgid "Home Page"
+msgstr "Homepage"
-#: ../../include/datetime.php:162 ../../include/datetime.php:287
-msgid "day"
-msgstr "dag"
+#: ../../include/nav.php:163 ../../mod/register.php:220 ../../boot.php:1472
+msgid "Register"
+msgstr "Registreren"
-#: ../../include/datetime.php:275
-msgid "never"
-msgstr "nooit"
+#: ../../include/nav.php:163
+msgid "Create an account"
+msgstr "Maak een account aan"
-#: ../../include/datetime.php:281
-msgid "less than a second ago"
-msgstr "minder dan een seconde geleden"
+#: ../../include/nav.php:168
+msgid "Help and documentation"
+msgstr "Hulp en documentatie"
-#: ../../include/datetime.php:284
-msgid "years"
-msgstr "jaren"
+#: ../../include/nav.php:171
+msgid "Applications, utilities, links, games"
+msgstr "Apps"
-#: ../../include/datetime.php:285
-msgid "months"
-msgstr "maanden"
+#: ../../include/nav.php:173
+msgid "Search site content"
+msgstr "Inhoud van deze RedMatrix-hub doorzoeken"
-#: ../../include/datetime.php:286
-msgid "week"
-msgstr "week"
+#: ../../include/nav.php:176
+msgid "Channel Locator"
+msgstr "Kanalengids"
-#: ../../include/datetime.php:286
-msgid "weeks"
-msgstr "weken"
+#: ../../include/nav.php:190
+msgid "Your matrix"
+msgstr "Jouw matrix"
-#: ../../include/datetime.php:287
-msgid "days"
-msgstr "dagen"
+#: ../../include/nav.php:191
+msgid "Mark all matrix notifications seen"
+msgstr "Markeer alle matrixnotificaties als bekeken"
-#: ../../include/datetime.php:288
-msgid "hour"
-msgstr "uur"
+#: ../../include/nav.php:193
+msgid "Channel home"
+msgstr "Tijdlijn kanaal"
-#: ../../include/datetime.php:288
-msgid "hours"
-msgstr "uren"
+#: ../../include/nav.php:194
+msgid "Mark all channel notifications seen"
+msgstr "Alle kanaalnotificaties als gelezen markeren"
-#: ../../include/datetime.php:289
-msgid "minute"
-msgstr "minuut"
+#: ../../include/nav.php:197 ../../mod/connections.php:406
+msgid "Connections"
+msgstr "Connecties"
-#: ../../include/datetime.php:289
-msgid "minutes"
-msgstr "minuten"
+#: ../../include/nav.php:200
+msgid "Notices"
+msgstr "Notificaties"
-#: ../../include/datetime.php:290
-msgid "second"
-msgstr "seconde"
+#: ../../include/nav.php:200
+msgid "Notifications"
+msgstr "Notificaties"
-#: ../../include/datetime.php:290
-msgid "seconds"
-msgstr "seconden"
+#: ../../include/nav.php:201
+msgid "See all notifications"
+msgstr "Alle notificaties weergeven"
-#: ../../include/datetime.php:299
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s geleden"
+#: ../../include/nav.php:202 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
+msgstr "Markeer alle systeemnotificaties als bekeken"
-#: ../../include/datetime.php:504
-#, php-format
-msgid "%1$s's birthday"
-msgstr "Verjaardag van %1$s"
+#: ../../include/nav.php:204
+msgid "Private mail"
+msgstr "Privéberichten"
-#: ../../include/datetime.php:505
-#, php-format
-msgid "Happy Birthday %1$s"
-msgstr "Gefeliciteerd met je verjaardag %1$s"
+#: ../../include/nav.php:205
+msgid "See all private messages"
+msgstr "Alle privéberichten weergeven"
+
+#: ../../include/nav.php:206
+msgid "Mark all private messages seen"
+msgstr "Markeer alle privéberichten als bekeken"
+
+#: ../../include/nav.php:207
+msgid "Inbox"
+msgstr "Postvak IN"
+
+#: ../../include/nav.php:208
+msgid "Outbox"
+msgstr "Postvak UIT"
+
+#: ../../include/nav.php:212
+msgid "Event Calendar"
+msgstr "Agenda"
+
+#: ../../include/nav.php:213
+msgid "See all events"
+msgstr "Alle gebeurtenissen weergeven"
+
+#: ../../include/nav.php:214
+msgid "Mark all events seen"
+msgstr "Markeer alle gebeurtenissen als bekeken"
+
+#: ../../include/nav.php:216
+msgid "Manage Your Channels"
+msgstr "Beheer je kanalen"
+
+#: ../../include/nav.php:218
+msgid "Account/Channel Settings"
+msgstr "Account-/kanaal-instellingen"
+
+#: ../../include/nav.php:226 ../../mod/admin.php:123
+msgid "Admin"
+msgstr "Beheer"
+
+#: ../../include/nav.php:226
+msgid "Site Setup and Configuration"
+msgstr "Hub instellen en beheren"
+
+#: ../../include/nav.php:262
+msgid "Please wait..."
+msgstr "Wachten aub..."
#: ../../include/dir_fns.php:56
msgid "Sort Options"
@@ -1402,7 +2231,7 @@ msgstr "Veilig zoeken uitschakelen"
msgid "Safe Mode"
msgstr "Veilig zoeken"
-#: ../../include/bb2diaspora.php:346
+#: ../../include/bb2diaspora.php:379
msgid "Attachments:"
msgstr "Bijlagen:"
@@ -1602,511 +2431,25 @@ msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen."
msgid "[Red:Notify]"
msgstr "[Red:Notificatie]"
-#: ../../include/reddav.php:1145 ../../include/reddav.php:1288
-msgid "parent"
-msgstr "omhoog"
-
-#: ../../include/reddav.php:1169
-msgid "Collection"
-msgstr "map"
-
-#: ../../include/reddav.php:1172
-msgid "Principal"
-msgstr "principal"
-
-#: ../../include/reddav.php:1175
-msgid "Addressbook"
-msgstr "Adresboek"
-
-#: ../../include/reddav.php:1178
-msgid "Calendar"
-msgstr "Agenda"
-
-#: ../../include/reddav.php:1181
-msgid "Schedule Inbox"
-msgstr "Planning-postvak IN"
-
-#: ../../include/reddav.php:1184
-msgid "Schedule Outbox"
-msgstr "Planning-postvak UIT"
-
-#: ../../include/reddav.php:1262
-#, php-format
-msgid "%1$s used"
-msgstr "%1$s gebruikt"
-
-#: ../../include/reddav.php:1267
-#, php-format
-msgid "%1$s used of %2$s (%3$s&#37;)"
-msgstr "%1$s van %2$s gebruikt (%3$s&#37;)"
-
-#: ../../include/reddav.php:1284 ../../mod/settings.php:521
-#: ../../mod/settings.php:547 ../../mod/admin.php:866
-msgid "Name"
-msgstr "Naam"
-
-#: ../../include/reddav.php:1285
-msgid "Type"
-msgstr "Type"
-
-#: ../../include/reddav.php:1286
-msgid "Size"
-msgstr "Grootte"
-
-#: ../../include/reddav.php:1287
-msgid "Last Modified"
-msgstr "Laatst gewijzigd"
-
-#: ../../include/reddav.php:1291
-msgid "Total"
-msgstr "Totaal"
-
-#: ../../include/reddav.php:1344
-msgid "Create new folder"
-msgstr "Nieuwe map aanmaken"
-
-#: ../../include/reddav.php:1345 ../../mod/mitem.php:142 ../../mod/menu.php:84
-#: ../../mod/new_channel.php:122
-msgid "Create"
-msgstr "Aanmaken"
-
-#: ../../include/reddav.php:1346
-msgid "Upload file"
-msgstr "Bestand uploaden"
-
-#: ../../include/reddav.php:1347 ../../mod/profile_photo.php:361
-msgid "Upload"
-msgstr "Uploaden"
-
-#: ../../include/conversation.php:126 ../../mod/like.php:89
-msgid "channel"
-msgstr "kanaal"
-
-#: ../../include/conversation.php:167 ../../mod/like.php:333
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s vindt %3$s van %2$s niet leuk"
-
-#: ../../include/conversation.php:204
-#, php-format
-msgid "%1$s is now connected with %2$s"
-msgstr "%1$s is nu met %2$s verbonden"
-
-#: ../../include/conversation.php:239
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s heeft %2$s aangestoten"
-
-#: ../../include/conversation.php:261 ../../mod/mood.php:63
-#, php-format
-msgctxt "mood"
-msgid "%1$s is %2$s"
-msgstr "%1$s is %2$s"
-
-#: ../../include/conversation.php:647 ../../include/ItemObject.php:118
-msgid "Select"
-msgstr "Kies"
-
-#: ../../include/conversation.php:655 ../../include/ItemObject.php:89
-#: ../../mod/photos.php:880
-msgid "Private Message"
-msgstr "Privébericht"
-
-#: ../../include/conversation.php:662 ../../include/ItemObject.php:186
-msgid "Message is verified"
-msgstr "Bericht is geverifieerd"
-
-#: ../../include/conversation.php:682
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Bekijk het profiel van %s @ %s"
-
-#: ../../include/conversation.php:696
-msgid "Categories:"
-msgstr "Categorieën:"
-
-#: ../../include/conversation.php:697
-msgid "Filed under:"
-msgstr "Bewaard onder:"
-
-#: ../../include/conversation.php:706 ../../include/ItemObject.php:256
-#, php-format
-msgid " from %s"
-msgstr " van %s"
-
-#: ../../include/conversation.php:709 ../../include/ItemObject.php:259
-#, php-format
-msgid "last edited: %s"
-msgstr "laatst bewerkt: %s"
-
-#: ../../include/conversation.php:710 ../../include/ItemObject.php:260
-#, php-format
-msgid "Expires: %s"
-msgstr "Verloopt: %s"
-
-#: ../../include/conversation.php:725
-msgid "View in context"
-msgstr "In context bekijken"
-
-#: ../../include/conversation.php:727 ../../include/conversation.php:1148
-#: ../../include/ItemObject.php:300 ../../mod/editblock.php:120
-#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121
-#: ../../mod/editwebpage.php:152 ../../mod/photos.php:1013
-#: ../../mod/mail.php:231 ../../mod/mail.php:346
-msgid "Please wait"
-msgstr "Even wachten"
-
-#: ../../include/conversation.php:854
-msgid "remove"
-msgstr "verwijderen"
-
-#: ../../include/conversation.php:858
-msgid "Loading..."
-msgstr "Aan het laden..."
-
-#: ../../include/conversation.php:859
-msgid "Delete Selected Items"
-msgstr "Verwijder de geselecteerde items"
-
-#: ../../include/conversation.php:954
-msgid "View Source"
-msgstr "Bron weergeven"
-
-#: ../../include/conversation.php:955
-msgid "Follow Thread"
-msgstr "Conversatie volgen"
-
-#: ../../include/conversation.php:956
-msgid "View Status"
-msgstr "Status weergeven"
-
-#: ../../include/conversation.php:958
-msgid "View Photos"
-msgstr "Foto's weergeven"
-
-#: ../../include/conversation.php:959
-msgid "Matrix Activity"
-msgstr "Activiteit in de RedMatrix"
-
-#: ../../include/conversation.php:960 ../../include/identity.php:783
-#: ../../include/widgets.php:135 ../../include/widgets.php:175
-#: ../../include/Contact.php:107 ../../mod/directory.php:183
-#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51
-#: ../../mod/match.php:62
-msgid "Connect"
-msgstr "Verbinden"
-
-#: ../../include/conversation.php:961
-msgid "Edit Contact"
-msgstr "Contact bewerken"
-
-#: ../../include/conversation.php:962
-msgid "Send PM"
-msgstr "Privébericht verzenden"
-
-#: ../../include/conversation.php:1019
-#, php-format
-msgid "%s likes this."
-msgstr "%s vindt dit leuk."
-
-#: ../../include/conversation.php:1019
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s vindt dit niet leuk."
-
-#: ../../include/conversation.php:1023
-#, 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 persoon</span> vindt dit leuk."
-msgstr[1] "<span %1$s>%2$d personen</span> vinden dit leuk."
-
-#: ../../include/conversation.php:1025
-#, 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 persoon</span> vindt dit niet leuk."
-msgstr[1] "<span %1$s>%2$d personen</span> vinden dit niet leuk."
-
-#: ../../include/conversation.php:1031
-msgid "and"
-msgstr "en"
-
-#: ../../include/conversation.php:1034
-#, php-format
-msgid ", and %d other people"
-msgid_plural ", and %d other people"
-msgstr[0] ", en %d ander persoon"
-msgstr[1] ", en %d andere personen"
-
-#: ../../include/conversation.php:1035
-#, php-format
-msgid "%s like this."
-msgstr "%s vinden dit leuk."
-
-#: ../../include/conversation.php:1035
-#, php-format
-msgid "%s don't like this."
-msgstr "%s vinden dit niet leuk."
-
-#: ../../include/conversation.php:1092
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Voor <strong>iedereen</strong> zichtbaar"
-
-#: ../../include/conversation.php:1093 ../../mod/mail.php:167
-#: ../../mod/mail.php:279
-msgid "Please enter a link URL:"
-msgstr "Vul een internetadres/URL in:"
-
-#: ../../include/conversation.php:1094
-msgid "Please enter a video link/URL:"
-msgstr "Vul een videolink/URL in:"
-
-#: ../../include/conversation.php:1095
-msgid "Please enter an audio link/URL:"
-msgstr "Vul een audiolink/URL in:"
-
-#: ../../include/conversation.php:1096
-msgid "Tag term:"
-msgstr "Label:"
-
-#: ../../include/conversation.php:1097 ../../mod/filer.php:49
-msgid "Save to Folder:"
-msgstr "Bewaar in map: "
-
-#: ../../include/conversation.php:1098
-msgid "Where are you right now?"
-msgstr "Waar bevind je je op dit moment?"
-
-#: ../../include/conversation.php:1099 ../../mod/editpost.php:52
-#: ../../mod/mail.php:168 ../../mod/mail.php:280
-msgid "Expires YYYY-MM-DD HH:MM"
-msgstr "Verloopt op DD-MM-YYYY om HH:MM"
-
-#: ../../include/conversation.php:1123 ../../mod/photos.php:1012
-#: ../../mod/layouts.php:122
-msgid "Share"
-msgstr "Delen"
-
-#: ../../include/conversation.php:1125 ../../mod/editwebpage.php:139
-msgid "Page link title"
-msgstr "Titel van paginalink"
-
-#: ../../include/conversation.php:1128
-msgid "Post as"
-msgstr "Bericht plaatsen als"
-
-#: ../../include/conversation.php:1129 ../../mod/editblock.php:112
-#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113
-#: ../../mod/editwebpage.php:144 ../../mod/mail.php:228 ../../mod/mail.php:342
-msgid "Upload photo"
-msgstr "Foto uploaden"
-
-#: ../../include/conversation.php:1130
-msgid "upload photo"
-msgstr "foto uploaden"
-
-#: ../../include/conversation.php:1131 ../../mod/editblock.php:113
-#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114
-#: ../../mod/editwebpage.php:145 ../../mod/mail.php:229 ../../mod/mail.php:343
-msgid "Attach file"
-msgstr "Bestand toevoegen"
-
-#: ../../include/conversation.php:1132
-msgid "attach file"
-msgstr "bestand toevoegen"
-
-#: ../../include/conversation.php:1133 ../../mod/editblock.php:114
-#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115
-#: ../../mod/editwebpage.php:146 ../../mod/mail.php:230 ../../mod/mail.php:344
-msgid "Insert web link"
-msgstr "Weblink invoegen"
-
-#: ../../include/conversation.php:1134
-msgid "web link"
-msgstr "Weblink"
-
-#: ../../include/conversation.php:1135
-msgid "Insert video link"
-msgstr "Videolink invoegen"
-
-#: ../../include/conversation.php:1136
-msgid "video link"
-msgstr "videolink"
-
-#: ../../include/conversation.php:1137
-msgid "Insert audio link"
-msgstr "Audiolink invoegen"
-
-#: ../../include/conversation.php:1138
-msgid "audio link"
-msgstr "audiolink"
-
-#: ../../include/conversation.php:1139 ../../mod/editblock.php:118
-#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119
-#: ../../mod/editwebpage.php:150
-msgid "Set your location"
-msgstr "Locatie instellen"
-
-#: ../../include/conversation.php:1140
-msgid "set location"
-msgstr "locatie instellen"
-
-#: ../../include/conversation.php:1141 ../../mod/editblock.php:119
-#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120
-#: ../../mod/editwebpage.php:151
-msgid "Clear browser location"
-msgstr "Locatie van webbrowser wissen"
-
-#: ../../include/conversation.php:1142
-msgid "clear location"
-msgstr "locatie wissen"
-
-#: ../../include/conversation.php:1144 ../../mod/editblock.php:132
-#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132
-#: ../../mod/editwebpage.php:167
-msgid "Set title"
-msgstr "Titel instellen"
-
-#: ../../include/conversation.php:1147 ../../mod/editblock.php:135
-#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134
-#: ../../mod/editwebpage.php:169 ../../mod/events.php:560
-msgid "Categories (comma-separated list)"
-msgstr "Categorieën (door komma's gescheiden lijst)"
-
-#: ../../include/conversation.php:1149 ../../mod/editblock.php:121
-#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
-#: ../../mod/editwebpage.php:153
-msgid "Permission settings"
-msgstr "Permissies"
-
-#: ../../include/conversation.php:1150
-msgid "permissions"
-msgstr "permissies"
-
-#: ../../include/conversation.php:1157 ../../mod/editblock.php:129
-#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
-#: ../../mod/editwebpage.php:162
-msgid "Public post"
-msgstr "Openbaar bericht"
-
-#: ../../include/conversation.php:1159 ../../mod/editblock.php:136
-#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135
-#: ../../mod/editwebpage.php:170
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be"
-
-#: ../../include/conversation.php:1172 ../../mod/editblock.php:146
-#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146
-#: ../../mod/editwebpage.php:179 ../../mod/mail.php:235 ../../mod/mail.php:349
-msgid "Set expiration date"
-msgstr "Verloopdatum instellen"
-
-#: ../../include/conversation.php:1174 ../../include/ItemObject.php:601
-#: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351
-msgid "Encrypt text"
-msgstr "Tekst versleutelen"
-
-#: ../../include/conversation.php:1176 ../../mod/editpost.php:150
-#: ../../mod/events.php:567
-msgid "OK"
-msgstr "OK"
-
-#: ../../include/conversation.php:1177 ../../mod/settings.php:520
-#: ../../mod/settings.php:546 ../../mod/editpost.php:151
-#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
-#: ../../mod/events.php:566 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
-msgid "Cancel"
-msgstr "Annuleren"
-
-#: ../../include/conversation.php:1419
-msgid "Discover"
-msgstr "Ontdekken"
-
-#: ../../include/conversation.php:1422
-msgid "Imported public streams"
-msgstr "Openbare streams importeren"
-
-#: ../../include/conversation.php:1427
-msgid "Commented Order"
-msgstr "Nieuwe reacties bovenaan"
-
-#: ../../include/conversation.php:1430
-msgid "Sort by Comment Date"
-msgstr "Berichten met nieuwe reacties bovenaan"
-
-#: ../../include/conversation.php:1434
-msgid "Posted Order"
-msgstr "Nieuwe berichten bovenaan"
-
-#: ../../include/conversation.php:1437
-msgid "Sort by Post Date"
-msgstr "Nieuwe berichten bovenaan"
-
-#: ../../include/conversation.php:1442 ../../include/widgets.php:89
-msgid "Personal"
-msgstr "Persoonlijk"
-
-#: ../../include/conversation.php:1445
-msgid "Posts that mention or involve you"
-msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent"
-
-#: ../../include/conversation.php:1451 ../../mod/connections.php:211
-#: ../../mod/connections.php:224 ../../mod/menu.php:61
-msgid "New"
-msgstr "Nieuw"
-
-#: ../../include/conversation.php:1454
-msgid "Activity Stream - by date"
-msgstr "Activiteitenstroom - volgens datum"
-
-#: ../../include/conversation.php:1460
-msgid "Starred"
-msgstr "Met ster"
-
-#: ../../include/conversation.php:1463
-msgid "Favourite Posts"
-msgstr "Favoriete berichten"
-
-#: ../../include/conversation.php:1470
-msgid "Spam"
-msgstr "Spam"
-
-#: ../../include/conversation.php:1473
-msgid "Posts flagged as SPAM"
-msgstr "Berichten gemarkeerd als SPAM"
-
-#: ../../include/conversation.php:1509 ../../mod/admin.php:865
-msgid "Channel"
-msgstr "Kanaal"
-
-#: ../../include/conversation.php:1512
-msgid "Status Messages and Posts"
-msgstr "Berichten in dit kanaal"
-
-#: ../../include/conversation.php:1521
-msgid "About"
-msgstr "Over"
-
-#: ../../include/conversation.php:1524
-msgid "Profile Details"
-msgstr "Profiel"
+#: ../../include/chat.php:10
+msgid "Missing room name"
+msgstr "Naam chatkanaal ontbreekt"
-#: ../../include/conversation.php:1542
-msgid "Files and Storage"
-msgstr "Bestanden en opslagruimte"
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
+msgstr "Naam chatkanaal bestaat al"
-#: ../../include/conversation.php:1551 ../../include/conversation.php:1554
-msgid "Chatrooms"
-msgstr "Chatkanalen"
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
+msgstr "Ongeldige omschrijving chatkanaal"
-#: ../../include/conversation.php:1564
-msgid "Saved Bookmarks"
-msgstr "Opgeslagen bladwijzers"
+#: ../../include/chat.php:105
+msgid "Room not found."
+msgstr "Chatkanaal niet gevonden"
-#: ../../include/conversation.php:1575
-msgid "Manage Webpages"
-msgstr "Webpagina's beheren"
+#: ../../include/chat.php:126
+msgid "Room is full"
+msgstr "Chatkanaal is vol"
#: ../../include/features.php:23
msgid "General Features"
@@ -2216,11 +2559,6 @@ msgstr "Voorvertoning"
msgid "Allow previewing posts and comments before publishing them"
msgstr "Een optie om je berichten en reacties voor het definitief publiceren voor te vertonen"
-#: ../../include/features.php:49 ../../include/widgets.php:510
-#: ../../mod/sources.php:88
-msgid "Channel Sources"
-msgstr "Kanaalbronnen"
-
#: ../../include/features.php:49
msgid "Automatically import channel content from other channels or feeds"
msgstr "Automatisch inhoud uit andere kanalen of feeds importeren."
@@ -2254,10 +2592,6 @@ msgstr "Filter op collecties"
msgid "Enable widget to display Network posts only from selected collections"
msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties"
-#: ../../include/features.php:58 ../../include/widgets.php:272
-msgid "Saved Searches"
-msgstr "Opgeslagen zoekopdrachten"
-
#: ../../include/features.php:58
msgid "Save search terms for re-use"
msgstr "Sla zoekopdrachten op voor hergebruik"
@@ -2350,130 +2684,38 @@ msgstr "Wolk met trefwoorden/labels"
msgid "Provide a personal tag cloud on your channel page"
msgstr "Zorgt voor een persoonlijke wolk met trefwoorden of labels op jouw kanaalpagina"
-#: ../../include/follow.php:23
+#: ../../include/follow.php:26
msgid "Channel is blocked on this site."
msgstr "Kanaal is op deze hub geblokkeerd."
-#: ../../include/follow.php:28
+#: ../../include/follow.php:31
msgid "Channel location missing."
msgstr "Ontbrekende kanaallocatie."
-#: ../../include/follow.php:77
+#: ../../include/follow.php:80
msgid "Response from remote channel was incomplete."
msgstr "Antwoord van het kanaal op afstand was niet volledig."
-#: ../../include/follow.php:94
+#: ../../include/follow.php:97
msgid "Channel was deleted and no longer exists."
msgstr "Kanaal is verwijderd en bestaat niet meer."
-#: ../../include/follow.php:130 ../../include/follow.php:199
+#: ../../include/follow.php:133 ../../include/follow.php:202
msgid "Protocol disabled."
msgstr "Protocol uitgeschakeld."
-#: ../../include/follow.php:173
+#: ../../include/follow.php:176
msgid "Channel discovery failed."
msgstr "Kanaal ontdekken mislukt."
-#: ../../include/follow.php:189
+#: ../../include/follow.php:192
msgid "local account not found."
msgstr "lokale account niet gevonden."
-#: ../../include/follow.php:216
+#: ../../include/follow.php:219
msgid "Cannot connect to yourself."
msgstr "Kan niet met jezelf verbinden"
-#: ../../include/chat.php:10
-msgid "Missing room name"
-msgstr "Naam chatkanaal ontbreekt"
-
-#: ../../include/chat.php:19
-msgid "Duplicate room name"
-msgstr "Naam chatkanaal bestaat al"
-
-#: ../../include/chat.php:68 ../../include/chat.php:76
-msgid "Invalid room specifier."
-msgstr "Ongeldige omschrijving chatkanaal"
-
-#: ../../include/chat.php:105
-msgid "Room not found."
-msgstr "Chatkanaal niet gevonden"
-
-#: ../../include/chat.php:126
-msgid "Room is full"
-msgstr "Chatkanaal is vol"
-
-#: ../../include/items.php:375 ../../mod/profperm.php:23
-#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242
-#: ../../index.php:360
-msgid "Permission denied"
-msgstr "Toegang geweigerd"
-
-#: ../../include/items.php:940 ../../include/items.php:985
-msgid "(Unknown)"
-msgstr "(Onbekend)"
-
-#: ../../include/items.php:1139
-msgid "Visible to anybody on the internet."
-msgstr "Voor iedereen op het internet zichtbaar."
-
-#: ../../include/items.php:1141
-msgid "Visible to you only."
-msgstr "Alleen voor jou zichtbaar."
-
-#: ../../include/items.php:1143
-msgid "Visible to anybody in this network."
-msgstr "Voor iedereen in dit netwerk zichtbaar."
-
-#: ../../include/items.php:1145
-msgid "Visible to anybody authenticated."
-msgstr "Voor iedereen die geauthenticeerd is zichtbaar."
-
-#: ../../include/items.php:1147
-#, php-format
-msgid "Visible to anybody on %s."
-msgstr "Voor iedereen op %s zichtbaar."
-
-#: ../../include/items.php:1149
-msgid "Visible to all connections."
-msgstr "Voor alle connecties zichtbaar."
-
-#: ../../include/items.php:1151
-msgid "Visible to approved connections."
-msgstr "Voor alle goedgekeurde connecties zichtbaar."
-
-#: ../../include/items.php:1153
-msgid "Visible to specific connections."
-msgstr "Voor specifieke connecties zichtbaar."
-
-#: ../../include/items.php:3888 ../../mod/display.php:32
-#: ../../mod/filestorage.php:18 ../../mod/admin.php:168
-#: ../../mod/admin.php:896 ../../mod/admin.php:1099 ../../mod/thing.php:78
-#: ../../mod/viewsrc.php:18
-msgid "Item not found."
-msgstr "Item niet gevonden."
-
-#: ../../include/items.php:4321 ../../mod/group.php:38 ../../mod/group.php:140
-msgid "Collection not found."
-msgstr "Collectie niet gevonden."
-
-#: ../../include/items.php:4336
-msgid "Collection is empty."
-msgstr "Collectie is leeg"
-
-#: ../../include/items.php:4343
-#, php-format
-msgid "Collection: %s"
-msgstr "Collectie: %s"
-
-#: ../../include/items.php:4354
-#, php-format
-msgid "Connection: %s"
-msgstr "Connectie: %s"
-
-#: ../../include/items.php:4357
-msgid "Connection not found."
-msgstr "Connectie niet gevonden."
-
#: ../../include/group.php:25
msgid ""
"A deleted group with this name was revived. Existing item permissions "
@@ -2485,7 +2727,7 @@ msgstr "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande item
msgid "Default privacy group for new contacts"
msgstr "Standaard privacy-collectie voor nieuwe kanalen"
-#: ../../include/group.php:253 ../../mod/admin.php:735
+#: ../../include/group.php:253 ../../mod/admin.php:737
msgid "All Channels"
msgstr "Alle kanalen"
@@ -2509,562 +2751,266 @@ msgstr "Nieuwe collectie aanmaken"
msgid "Channels not in any collection"
msgstr "Kanalen die zich in geen enkele collectie bevinden"
-#: ../../include/group.php:302 ../../include/widgets.php:273
-msgid "add"
-msgstr "toevoegen"
-
-#: ../../include/identity.php:30 ../../mod/item.php:1310
-msgid "Unable to obtain identity information from database"
-msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen"
-
-#: ../../include/identity.php:63
-msgid "Empty name"
-msgstr "Ontbrekende naam"
-
-#: ../../include/identity.php:65
-msgid "Name too long"
-msgstr "Naam te lang"
-
-#: ../../include/identity.php:166
-msgid "No account identifier"
-msgstr "Geen account-identificator"
-
-#: ../../include/identity.php:176
-msgid "Nickname is required."
-msgstr "Bijnaam is verplicht"
-
-#: ../../include/identity.php:190
-msgid "Reserved nickname. Please choose another."
-msgstr "Deze naam is gereserveerd. Kies een andere."
-
-#: ../../include/identity.php:195
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
-msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."
-
-#: ../../include/identity.php:276
-msgid "Unable to retrieve created identity"
-msgstr "Niet in staat om aangemaakte identiteit te vinden"
-
-#: ../../include/identity.php:335
-msgid "Default Profile"
-msgstr "Standaardprofiel"
-
-#: ../../include/identity.php:374 ../../include/identity.php:375
-#: ../../include/identity.php:382 ../../include/widgets.php:407
-#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495
-msgid "Friends"
-msgstr "Vrienden"
-
-#: ../../include/identity.php:586
-msgid "Requested channel is not available."
-msgstr "Opgevraagd kanaal is niet beschikbaar."
-
-#: ../../include/identity.php:634 ../../mod/achievements.php:11
-#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13
-#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8
-#: ../../mod/webpages.php:8 ../../mod/hcard.php:8
-msgid "Requested profile is not available."
-msgstr "Opgevraagd profiel is niet beschikbaar"
-
-#: ../../include/identity.php:797 ../../mod/profiles.php:750
-msgid "Change profile photo"
-msgstr "Profielfoto veranderen"
-
-#: ../../include/identity.php:803
-msgid "Profiles"
-msgstr "Profielen"
-
-#: ../../include/identity.php:803
-msgid "Manage/edit profiles"
-msgstr "Profielen beheren/bewerken"
-
-#: ../../include/identity.php:804 ../../mod/profiles.php:751
-msgid "Create New Profile"
-msgstr "Nieuw profiel aanmaken"
-
-#: ../../include/identity.php:818 ../../mod/profiles.php:762
-msgid "Profile Image"
-msgstr "Profielfoto"
-
-#: ../../include/identity.php:821
-msgid "visible to everybody"
-msgstr "Voor iedereen zichtbaar"
-
-#: ../../include/identity.php:822 ../../mod/profiles.php:645
-#: ../../mod/profiles.php:766
-msgid "Edit visibility"
-msgstr "Zichtbaarheid bewerken"
-
-#: ../../include/identity.php:836 ../../include/identity.php:1073
-#: ../../mod/directory.php:158
-msgid "Gender:"
-msgstr "Geslacht:"
-
-#: ../../include/identity.php:837 ../../include/identity.php:1117
-#: ../../mod/directory.php:160
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../include/identity.php:838 ../../include/identity.php:1128
-#: ../../mod/directory.php:162
-msgid "Homepage:"
-msgstr "Homepagina:"
-
-#: ../../include/identity.php:839 ../../mod/dirprofile.php:151
-msgid "Online Now"
-msgstr "Nu online"
-
-#: ../../include/identity.php:917 ../../include/identity.php:997
-#: ../../mod/ping.php:298
-msgid "g A l F d"
-msgstr "G:i, l d F"
-
-#: ../../include/identity.php:918 ../../include/identity.php:998
-msgid "F d"
-msgstr "d F"
-
-#: ../../include/identity.php:963 ../../include/identity.php:1038
-#: ../../mod/ping.php:320
-msgid "[today]"
-msgstr "[vandaag]"
-
-#: ../../include/identity.php:975
-msgid "Birthday Reminders"
-msgstr "Verjaardagsherinneringen"
-
-#: ../../include/identity.php:976
-msgid "Birthdays this week:"
-msgstr "Verjaardagen deze week:"
-
-#: ../../include/identity.php:1031
-msgid "[No description]"
-msgstr "[Geen omschrijving]"
-
-#: ../../include/identity.php:1049
-msgid "Event Reminders"
-msgstr "Herinneringen voor gebeurtenissen"
-
-#: ../../include/identity.php:1050
-msgid "Events this week:"
-msgstr "Gebeurtenissen deze week:"
-
-#: ../../include/identity.php:1071 ../../mod/settings.php:953
-msgid "Full Name:"
-msgstr "Volledige naam:"
-
-#: ../../include/identity.php:1078
-msgid "Like this channel"
-msgstr "Vind dit kanaal leuk"
-
-#: ../../include/identity.php:1102
-msgid "j F, Y"
-msgstr "F j Y"
-
-#: ../../include/identity.php:1103
-msgid "j F"
-msgstr "F j"
-
-#: ../../include/identity.php:1110
-msgid "Birthday:"
-msgstr "Geboortedatum:"
-
-#: ../../include/identity.php:1114
-msgid "Age:"
-msgstr "Leeftijd:"
-
-#: ../../include/identity.php:1123
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "voor %1$d %2$s"
-
-#: ../../include/identity.php:1126 ../../mod/profiles.php:667
-msgid "Sexual Preference:"
-msgstr "Seksuele voorkeur:"
-
-#: ../../include/identity.php:1130 ../../mod/profiles.php:669
-msgid "Hometown:"
-msgstr "Oorspronkelijk uit:"
-
-#: ../../include/identity.php:1132
-msgid "Tags:"
-msgstr "Trefwoorden:"
-
-#: ../../include/identity.php:1134 ../../mod/profiles.php:670
-msgid "Political Views:"
-msgstr "Politieke overtuigingen:"
-
-#: ../../include/identity.php:1136
-msgid "Religion:"
-msgstr "Religie:"
-
-#: ../../include/identity.php:1138 ../../mod/directory.php:164
-msgid "About:"
-msgstr "Over:"
-
-#: ../../include/identity.php:1140
-msgid "Hobbies/Interests:"
-msgstr "Hobby's/interesses:"
-
-#: ../../include/identity.php:1142 ../../mod/profiles.php:673
-msgid "Likes:"
-msgstr "Houdt van:"
-
-#: ../../include/identity.php:1144 ../../mod/profiles.php:674
-msgid "Dislikes:"
-msgstr "Houdt niet van:"
-
-#: ../../include/identity.php:1147
-msgid "Contact information and Social Networks:"
-msgstr "Contactinformatie en sociale netwerken:"
-
-#: ../../include/identity.php:1149
-msgid "My other channels:"
-msgstr "Mijn andere kanalen"
-
-#: ../../include/identity.php:1151
-msgid "Musical interests:"
-msgstr "Muzikale interesses:"
-
-#: ../../include/identity.php:1153
-msgid "Books, literature:"
-msgstr "Boeken, literatuur:"
-
-#: ../../include/identity.php:1155
-msgid "Television:"
-msgstr "Televisie:"
-
-#: ../../include/identity.php:1157
-msgid "Film/dance/culture/entertainment:"
-msgstr "Films/dansen/cultuur/vermaak:"
-
-#: ../../include/identity.php:1159
-msgid "Love/Romance:"
-msgstr "Liefde/romantiek:"
-
-#: ../../include/identity.php:1161
-msgid "Work/employment:"
-msgstr "Werk/beroep:"
-
-#: ../../include/identity.php:1163
-msgid "School/education:"
-msgstr "School/opleiding:"
-
-#: ../../include/identity.php:1183
-msgid "Like this thing"
-msgstr "Vind dit ding leuk"
-
-#: ../../include/bbcode.php:112 ../../include/bbcode.php:645
-#: ../../include/bbcode.php:648 ../../include/bbcode.php:653
-#: ../../include/bbcode.php:656 ../../include/bbcode.php:659
-#: ../../include/bbcode.php:662 ../../include/bbcode.php:667
+#: ../../include/bbcode.php:112 ../../include/bbcode.php:653
+#: ../../include/bbcode.php:656 ../../include/bbcode.php:661
+#: ../../include/bbcode.php:664 ../../include/bbcode.php:667
#: ../../include/bbcode.php:670 ../../include/bbcode.php:675
-#: ../../include/bbcode.php:678 ../../include/bbcode.php:681
-#: ../../include/bbcode.php:684
+#: ../../include/bbcode.php:678 ../../include/bbcode.php:683
+#: ../../include/bbcode.php:686 ../../include/bbcode.php:689
+#: ../../include/bbcode.php:692
msgid "Image/photo"
msgstr "Afbeelding/foto"
-#: ../../include/bbcode.php:147 ../../include/bbcode.php:695
+#: ../../include/bbcode.php:147 ../../include/bbcode.php:703
msgid "Encrypted content"
msgstr "Versleutelde inhoud"
-#: ../../include/bbcode.php:163
+#: ../../include/bbcode.php:165
+msgid "Install design element: "
+msgstr "Installeer ontwerp-onderdeel"
+
+#: ../../include/bbcode.php:171
msgid "QR code"
msgstr "QR-code"
-#: ../../include/bbcode.php:212
+#: ../../include/bbcode.php:220
#, php-format
msgid "%1$s wrote the following %2$s %3$s"
msgstr "%1$s schreef het volgende %2$s %3$s"
-#: ../../include/bbcode.php:214
+#: ../../include/bbcode.php:222
msgid "post"
msgstr "bericht"
-#: ../../include/bbcode.php:613 ../../include/bbcode.php:633
+#: ../../include/bbcode.php:621
+msgid "$1 spoiler"
+msgstr "$1 spoiler"
+
+#: ../../include/bbcode.php:641
msgid "$1 wrote:"
msgstr "$1 schreef:"
-#: ../../include/message.php:18
-msgid "No recipient provided."
-msgstr "Geen ontvanger opgegeven."
-
-#: ../../include/message.php:23
-msgid "[no subject]"
-msgstr "[geen onderwerp]"
-
-#: ../../include/message.php:42
-msgid "Unable to determine sender."
-msgstr "Afzender kan niet bepaald worden."
-
-#: ../../include/message.php:143
-msgid "Stored post could not be verified."
-msgstr "Opgeslagen bericht kon niet worden geverifieerd."
+#: ../../include/RedDAV/RedBrowser.php:106
+#: ../../include/RedDAV/RedBrowser.php:249
+msgid "parent"
+msgstr "omhoog"
-#: ../../include/widgets.php:87
-msgid "System"
-msgstr "Systeem"
+#: ../../include/RedDAV/RedBrowser.php:130
+msgid "Collection"
+msgstr "map"
-#: ../../include/widgets.php:90
-msgid "Create Personal App"
-msgstr "Persoonlijke app maken"
+#: ../../include/RedDAV/RedBrowser.php:133
+msgid "Principal"
+msgstr "principal"
-#: ../../include/widgets.php:91
-msgid "Edit Personal App"
-msgstr "Persoonlijke app bewerken"
+#: ../../include/RedDAV/RedBrowser.php:136
+msgid "Addressbook"
+msgstr "Adresboek"
-#: ../../include/widgets.php:137 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr "Negeren/Verbergen"
+#: ../../include/RedDAV/RedBrowser.php:139
+msgid "Calendar"
+msgstr "Agenda"
-#: ../../include/widgets.php:143 ../../mod/connections.php:267
-msgid "Suggestions"
-msgstr "Voorgestelde kanalen"
+#: ../../include/RedDAV/RedBrowser.php:142
+msgid "Schedule Inbox"
+msgstr "Planning-postvak IN"
-#: ../../include/widgets.php:144
-msgid "See more..."
-msgstr "Meer..."
+#: ../../include/RedDAV/RedBrowser.php:145
+msgid "Schedule Outbox"
+msgstr "Planning-postvak UIT"
-#: ../../include/widgets.php:166
+#: ../../include/RedDAV/RedBrowser.php:223
#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties."
-
-#: ../../include/widgets.php:172
-msgid "Add New Connection"
-msgstr "Nieuwe connectie toevoegen"
-
-#: ../../include/widgets.php:173
-msgid "Enter the channel address"
-msgstr "Vul het adres van het nieuwe kanaal in"
-
-#: ../../include/widgets.php:174
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Voorbeeld: bob@example.com, http://example.com/barbara"
-
-#: ../../include/widgets.php:191
-msgid "Notes"
-msgstr "Aantekeningen"
-
-#: ../../include/widgets.php:263
-msgid "Remove term"
-msgstr "Verwijder zoekterm"
-
-#: ../../include/widgets.php:342
-msgid "Archives"
-msgstr "Archieven"
-
-#: ../../include/widgets.php:404
-msgid "Refresh"
-msgstr "Vernieuwen"
-
-#: ../../include/widgets.php:405 ../../mod/connedit.php:492
-msgid "Me"
-msgstr "Ik"
-
-#: ../../include/widgets.php:406 ../../mod/connedit.php:494
-msgid "Best Friends"
-msgstr "Goede vrienden"
-
-#: ../../include/widgets.php:408
-msgid "Co-workers"
-msgstr "Collega's"
-
-#: ../../include/widgets.php:409 ../../mod/connedit.php:496
-msgid "Former Friends"
-msgstr "Oude vrienden"
-
-#: ../../include/widgets.php:410 ../../mod/connedit.php:497
-msgid "Acquaintances"
-msgstr "Kennissen"
-
-#: ../../include/widgets.php:411
-msgid "Everybody"
-msgstr "Iedereen"
+msgid "%1$s used"
+msgstr "%1$s gebruikt"
-#: ../../include/widgets.php:443
-msgid "Account settings"
-msgstr "Account"
+#: ../../include/RedDAV/RedBrowser.php:228
+#, php-format
+msgid "%1$s used of %2$s (%3$s&#37;)"
+msgstr "%1$s van %2$s gebruikt (%3$s&#37;)"
-#: ../../include/widgets.php:449
-msgid "Channel settings"
-msgstr "Kanaal"
+#: ../../include/RedDAV/RedBrowser.php:245 ../../mod/settings.php:521
+#: ../../mod/settings.php:547 ../../mod/admin.php:868
+msgid "Name"
+msgstr "Naam"
-#: ../../include/widgets.php:455
-msgid "Additional features"
-msgstr "Extra functies"
+#: ../../include/RedDAV/RedBrowser.php:246
+msgid "Type"
+msgstr "Type"
-#: ../../include/widgets.php:461
-msgid "Feature settings"
-msgstr "Plug-ins"
+#: ../../include/RedDAV/RedBrowser.php:247
+msgid "Size"
+msgstr "Grootte"
-#: ../../include/widgets.php:467
-msgid "Display settings"
-msgstr "Weergave"
+#: ../../include/RedDAV/RedBrowser.php:248
+msgid "Last Modified"
+msgstr "Laatst gewijzigd"
-#: ../../include/widgets.php:473
-msgid "Connected apps"
-msgstr "Verbonden applicaties"
+#: ../../include/RedDAV/RedBrowser.php:252
+msgid "Total"
+msgstr "Totaal"
-#: ../../include/widgets.php:479
-msgid "Export channel"
-msgstr "Kanaal exporteren"
+#: ../../include/RedDAV/RedBrowser.php:305
+msgid "Create new folder"
+msgstr "Nieuwe map aanmaken"
-#: ../../include/widgets.php:485
-msgid "Export content"
-msgstr "Inhoud exporteren"
+#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/mitem.php:142
+#: ../../mod/menu.php:84 ../../mod/new_channel.php:122
+msgid "Create"
+msgstr "Aanmaken"
-#: ../../include/widgets.php:491
-msgid "Automatic Permissions (Advanced)"
-msgstr "Automatische permissies (geavanceerd)"
+#: ../../include/RedDAV/RedBrowser.php:307
+msgid "Upload file"
+msgstr "Bestand uploaden"
-#: ../../include/widgets.php:501
-msgid "Premium Channel Settings"
-msgstr "Instellingen premiumkanaal"
+#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/photos.php:745
+#: ../../mod/photos.php:1226 ../../mod/profile_photo.php:361
+msgid "Upload"
+msgstr "Uploaden"
-#: ../../include/widgets.php:538
-msgid "Check Mail"
-msgstr "Controleer op nieuwe berichten"
+#: ../../include/message.php:18
+msgid "No recipient provided."
+msgstr "Geen ontvanger opgegeven."
-#: ../../include/widgets.php:619
-msgid "Chat Rooms"
-msgstr "Chatkanalen"
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[geen onderwerp]"
-#: ../../include/widgets.php:637
-msgid "Bookmarked Chatrooms"
-msgstr "Bladwijzers van chatkanalen"
+#: ../../include/message.php:45
+msgid "Unable to determine sender."
+msgstr "Afzender kan niet bepaald worden."
-#: ../../include/widgets.php:655
-msgid "Suggested Chatrooms"
-msgstr "Voorgestelde chatkanalen"
+#: ../../include/message.php:200
+msgid "Stored post could not be verified."
+msgstr "Opgeslagen bericht kon niet worden geverifieerd."
-#: ../../include/ItemObject.php:122
+#: ../../include/ItemObject.php:130
msgid "Save to Folder"
msgstr "In map opslaan"
-#: ../../include/ItemObject.php:134 ../../include/ItemObject.php:146
+#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154
msgid "View all"
msgstr "Toon alles"
-#: ../../include/ItemObject.php:143
+#: ../../include/ItemObject.php:151
msgctxt "noun"
msgid "Dislike"
msgid_plural "Dislikes"
msgstr[0] "vindt dit niet leuk"
msgstr[1] "vinden dit niet leuk"
-#: ../../include/ItemObject.php:171
+#: ../../include/ItemObject.php:179
msgid "Add Star"
msgstr "Ster toevoegen"
-#: ../../include/ItemObject.php:172
+#: ../../include/ItemObject.php:180
msgid "Remove Star"
msgstr "Ster verwijderen"
-#: ../../include/ItemObject.php:173
+#: ../../include/ItemObject.php:181
msgid "Toggle Star Status"
msgstr "Ster toevoegen of verwijderen"
-#: ../../include/ItemObject.php:177
+#: ../../include/ItemObject.php:185
msgid "starred"
msgstr "met ster"
-#: ../../include/ItemObject.php:194
+#: ../../include/ItemObject.php:203
msgid "Add Tag"
msgstr "Label toevoegen"
-#: ../../include/ItemObject.php:212 ../../mod/photos.php:1010
+#: ../../include/ItemObject.php:221 ../../mod/photos.php:990
msgid "I like this (toggle)"
msgstr "Vind ik leuk"
-#: ../../include/ItemObject.php:213 ../../mod/photos.php:1011
+#: ../../include/ItemObject.php:222 ../../mod/photos.php:991
msgid "I don't like this (toggle)"
msgstr "Vind ik niet leuk"
-#: ../../include/ItemObject.php:217
+#: ../../include/ItemObject.php:226
msgid "Share This"
msgstr "Delen"
-#: ../../include/ItemObject.php:217
+#: ../../include/ItemObject.php:226
msgid "share"
msgstr "delen"
-#: ../../include/ItemObject.php:240 ../../include/ItemObject.php:241
+#: ../../include/ItemObject.php:249 ../../include/ItemObject.php:250
#, php-format
msgid "View %s's profile - %s"
msgstr "Profiel van %s bekijken - %s"
-#: ../../include/ItemObject.php:242
+#: ../../include/ItemObject.php:251
msgid "to"
msgstr "aan"
-#: ../../include/ItemObject.php:243
+#: ../../include/ItemObject.php:252
msgid "via"
msgstr "via"
-#: ../../include/ItemObject.php:244
+#: ../../include/ItemObject.php:253
msgid "Wall-to-Wall"
msgstr "Kanaal-naar-kanaal"
-#: ../../include/ItemObject.php:245
+#: ../../include/ItemObject.php:254
msgid "via Wall-To-Wall:"
msgstr "via kanaal-naar-kanaal"
-#: ../../include/ItemObject.php:280
+#: ../../include/ItemObject.php:290
msgid "Save Bookmarks"
msgstr "Bladwijzers opslaan"
-#: ../../include/ItemObject.php:281
+#: ../../include/ItemObject.php:291
msgid "Add to Calendar"
msgstr "Aan agenda toevoegen"
-#: ../../include/ItemObject.php:289
+#: ../../include/ItemObject.php:299
msgctxt "noun"
msgid "Likes"
msgstr "vinden dit leuk"
-#: ../../include/ItemObject.php:290
+#: ../../include/ItemObject.php:300
msgctxt "noun"
msgid "Dislikes"
msgstr "vinden dit niet leuk"
-#: ../../include/ItemObject.php:321
+#: ../../include/ItemObject.php:331
#, php-format
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d reactie"
msgstr[1] "%d reacties weergeven"
-#: ../../include/ItemObject.php:322 ../../include/js_strings.php:7
+#: ../../include/ItemObject.php:332 ../../include/js_strings.php:7
msgid "[+] show all"
msgstr "[+] alle"
-#: ../../include/ItemObject.php:586 ../../mod/photos.php:1029
-#: ../../mod/photos.php:1116
+#: ../../include/ItemObject.php:596 ../../mod/photos.php:1009
+#: ../../mod/photos.php:1096
msgid "This is you"
msgstr "Dit ben jij"
-#: ../../include/ItemObject.php:588 ../../include/js_strings.php:6
-#: ../../mod/photos.php:1031 ../../mod/photos.php:1118
+#: ../../include/ItemObject.php:598 ../../include/js_strings.php:6
+#: ../../mod/photos.php:1011 ../../mod/photos.php:1098
msgid "Comment"
msgstr "Reactie"
-#: ../../include/ItemObject.php:589 ../../mod/mood.php:135
+#: ../../include/ItemObject.php:599 ../../mod/mood.php:135
+#: ../../mod/photos.php:563 ../../mod/photos.php:672 ../../mod/photos.php:972
+#: ../../mod/photos.php:1012 ../../mod/photos.php:1099
#: ../../mod/settings.php:519 ../../mod/settings.php:631
#: ../../mod/settings.php:660 ../../mod/settings.php:684
#: ../../mod/settings.php:760 ../../mod/settings.php:945
-#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177
-#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:540
-#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58
-#: ../../mod/photos.php:563 ../../mod/photos.php:674 ../../mod/photos.php:992
-#: ../../mod/photos.php:1032 ../../mod/photos.php:1119
-#: ../../mod/sources.php:104 ../../mod/sources.php:138
-#: ../../mod/events.php:586 ../../mod/filestorage.php:137
+#: ../../mod/poke.php:166 ../../mod/profiles.php:615 ../../mod/events.php:587
+#: ../../mod/chat.php:177 ../../mod/chat.php:211 ../../mod/connect.php:92
+#: ../../mod/connedit.php:540 ../../mod/setup.php:307 ../../mod/setup.php:350
+#: ../../mod/pdledit.php:58 ../../mod/sources.php:104
+#: ../../mod/sources.php:138 ../../mod/filestorage.php:146
#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:414
-#: ../../mod/admin.php:723 ../../mod/admin.php:859 ../../mod/admin.php:992
-#: ../../mod/admin.php:1191 ../../mod/admin.php:1278 ../../mod/thing.php:286
-#: ../../mod/thing.php:329 ../../mod/import.php:422 ../../mod/invite.php:142
-#: ../../mod/mail.php:345 ../../mod/appman.php:99 ../../mod/poll.php:68
+#: ../../mod/admin.php:725 ../../mod/admin.php:861 ../../mod/admin.php:994
+#: ../../mod/admin.php:1193 ../../mod/admin.php:1280 ../../mod/thing.php:284
+#: ../../mod/thing.php:327 ../../mod/import.php:480 ../../mod/invite.php:142
+#: ../../mod/mail.php:348 ../../mod/appman.php:99 ../../mod/poll.php:68
#: ../../view/theme/apw/php/config.php:256
#: ../../view/theme/blogga/php/config.php:67
#: ../../view/theme/blogga/view/theme/blog/config.php:67
@@ -3072,35 +3018,35 @@ msgstr "Reactie"
msgid "Submit"
msgstr "Opslaan"
-#: ../../include/ItemObject.php:590
+#: ../../include/ItemObject.php:600
msgid "Bold"
msgstr "Vet"
-#: ../../include/ItemObject.php:591
+#: ../../include/ItemObject.php:601
msgid "Italic"
msgstr "Cursief"
-#: ../../include/ItemObject.php:592
+#: ../../include/ItemObject.php:602
msgid "Underline"
msgstr "Onderstrepen"
-#: ../../include/ItemObject.php:593
+#: ../../include/ItemObject.php:603
msgid "Quote"
msgstr "Citeren"
-#: ../../include/ItemObject.php:594
+#: ../../include/ItemObject.php:604
msgid "Code"
msgstr "Broncode"
-#: ../../include/ItemObject.php:595
+#: ../../include/ItemObject.php:605
msgid "Image"
msgstr "Afbeelding"
-#: ../../include/ItemObject.php:596
+#: ../../include/ItemObject.php:606
msgid "Link"
msgstr "Link"
-#: ../../include/ItemObject.php:597
+#: ../../include/ItemObject.php:607
msgid "Video"
msgstr "Video"
@@ -3148,76 +3094,80 @@ msgstr "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen.
msgid "close all"
msgstr "Alles sluiten"
-#: ../../include/js_strings.php:19
+#: ../../include/js_strings.php:18
+msgid "Nothing new here"
+msgstr "Niets nieuw hier"
+
+#: ../../include/js_strings.php:20
msgid "timeago.prefixAgo"
msgstr "timeago.prefixAgo"
-#: ../../include/js_strings.php:20
+#: ../../include/js_strings.php:21
msgid "timeago.prefixFromNow"
msgstr "timeago.prefixFromNow"
-#: ../../include/js_strings.php:21
+#: ../../include/js_strings.php:22
msgid "ago"
msgstr "geleden"
-#: ../../include/js_strings.php:22
+#: ../../include/js_strings.php:23
msgid "from now"
msgstr "vanaf nu"
-#: ../../include/js_strings.php:23
+#: ../../include/js_strings.php:24
msgid "less than a minute"
msgstr "minder dan een minuut"
-#: ../../include/js_strings.php:24
+#: ../../include/js_strings.php:25
msgid "about a minute"
msgstr "ongeveer een minuut"
-#: ../../include/js_strings.php:25
+#: ../../include/js_strings.php:26
#, php-format
msgid "%d minutes"
msgstr "%d minuten"
-#: ../../include/js_strings.php:26
+#: ../../include/js_strings.php:27
msgid "about an hour"
msgstr "ongeveer een uur"
-#: ../../include/js_strings.php:27
+#: ../../include/js_strings.php:28
#, php-format
msgid "about %d hours"
msgstr "ongeveer %d uren"
-#: ../../include/js_strings.php:28
+#: ../../include/js_strings.php:29
msgid "a day"
msgstr "een dag"
-#: ../../include/js_strings.php:29
+#: ../../include/js_strings.php:30
#, php-format
msgid "%d days"
msgstr "%d dagen"
-#: ../../include/js_strings.php:30
+#: ../../include/js_strings.php:31
msgid "about a month"
msgstr "ongeveer een maand"
-#: ../../include/js_strings.php:31
+#: ../../include/js_strings.php:32
#, php-format
msgid "%d months"
msgstr "%d maanden"
-#: ../../include/js_strings.php:32
+#: ../../include/js_strings.php:33
msgid "about a year"
msgstr "ongeveer een jaar"
-#: ../../include/js_strings.php:33
+#: ../../include/js_strings.php:34
#, php-format
msgid "%d years"
msgstr "%d jaren"
-#: ../../include/js_strings.php:34
+#: ../../include/js_strings.php:35
msgid " "
msgstr " "
-#: ../../include/js_strings.php:35
+#: ../../include/js_strings.php:36
msgid "timeago.numbers"
msgstr "timeago.numbers"
@@ -3287,7 +3237,7 @@ msgstr "Niet gespecificeerd"
#: ../../include/profile_selectors.php:6
#: ../../include/profile_selectors.php:23
#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97 ../../include/permissions.php:741
+#: ../../include/profile_selectors.php:97 ../../include/permissions.php:746
msgid "Other"
msgstr "Anders"
@@ -3477,18 +3427,6 @@ msgstr "Maakt mij niks uit"
msgid "Ask me"
msgstr "Vraag het me"
-#: ../../include/auth.php:103
-msgid "Logged out."
-msgstr "Uitgelogd."
-
-#: ../../include/auth.php:249
-msgid "Failed authentication"
-msgstr "Mislukte authenticatie"
-
-#: ../../include/auth.php:264 ../../mod/openid.php:188
-msgid "Login failed."
-msgstr "Inloggen mislukt."
-
#: ../../include/permissions.php:13
msgid "Can view my normal stream and posts"
msgstr "Kan mijn normale kanaalstream en berichten bekijken"
@@ -3578,44 +3516,281 @@ msgid ""
"Extremely advanced. Leave this alone unless you know what you are doing"
msgstr "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."
-#: ../../include/permissions.php:733
+#: ../../include/permissions.php:738
msgid "Social Networking"
msgstr "Sociaal netwerk"
-#: ../../include/permissions.php:734 ../../include/permissions.php:736
-#: ../../include/permissions.php:738 ../../include/permissions.php:740
+#: ../../include/permissions.php:739 ../../include/permissions.php:741
+#: ../../include/permissions.php:743 ../../include/permissions.php:745
msgid "Mostly Public"
msgstr "Vrijwel alles openbaar"
-#: ../../include/permissions.php:734 ../../include/permissions.php:736
-#: ../../include/permissions.php:738
+#: ../../include/permissions.php:739 ../../include/permissions.php:741
+#: ../../include/permissions.php:743
msgid "Restricted"
msgstr "Beperkt zichtbaar"
-#: ../../include/permissions.php:734 ../../include/permissions.php:736
+#: ../../include/permissions.php:739 ../../include/permissions.php:741
msgid "Private"
msgstr "Verborgen kanaal"
-#: ../../include/permissions.php:735
+#: ../../include/permissions.php:740
msgid "Community Forum"
msgstr "Groepsforum"
-#: ../../include/permissions.php:737
+#: ../../include/permissions.php:742
msgid "Feed Republish"
msgstr "Feed herpubliceren"
-#: ../../include/permissions.php:739
+#: ../../include/permissions.php:744
msgid "Celebrity/Soapbox"
msgstr "Beroemdheid/alleen volgen"
-#: ../../include/permissions.php:742
+#: ../../include/permissions.php:747
msgid "Custom/Expert Mode"
msgstr "Expertmodus/handmatig aanpassen"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Diversen"
+
+#: ../../include/datetime.php:238
+msgid "never"
+msgstr "nooit"
+
+#: ../../include/datetime.php:244
+msgid "less than a second ago"
+msgstr "minder dan een seconde geleden"
+
+#: ../../include/datetime.php:247
+msgid "year"
+msgstr "jaar"
+
+#: ../../include/datetime.php:247
+msgid "years"
+msgstr "jaren"
+
+#: ../../include/datetime.php:248
+msgid "month"
+msgstr "maand"
+
+#: ../../include/datetime.php:248
+msgid "months"
+msgstr "maanden"
+
+#: ../../include/datetime.php:249
+msgid "week"
+msgstr "week"
+
+#: ../../include/datetime.php:249
+msgid "weeks"
+msgstr "weken"
+
+#: ../../include/datetime.php:250
+msgid "day"
+msgstr "dag"
+
+#: ../../include/datetime.php:250
+msgid "days"
+msgstr "dagen"
+
+#: ../../include/datetime.php:251
+msgid "hour"
+msgstr "uur"
+
+#: ../../include/datetime.php:251
+msgid "hours"
+msgstr "uren"
+
+#: ../../include/datetime.php:252
+msgid "minute"
+msgstr "minuut"
+
+#: ../../include/datetime.php:252
+msgid "minutes"
+msgstr "minuten"
+
+#: ../../include/datetime.php:253
+msgid "second"
+msgstr "seconde"
+
+#: ../../include/datetime.php:253
+msgid "seconds"
+msgstr "seconden"
+
+#: ../../include/datetime.php:262
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s geleden"
+
+#: ../../include/datetime.php:467
+#, php-format
+msgid "%1$s's birthday"
+msgstr "Verjaardag van %1$s"
+
+#: ../../include/datetime.php:468
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Gefeliciteerd met je verjaardag %1$s"
+
#: ../../mod/mood.php:132
msgid "Set your current mood and tell your friends"
msgstr "Noteer je huidige stemming en toon het aan je connecties"
+#: ../../mod/photos.php:77
+msgid "Page owner information could not be retrieved."
+msgstr "Informatie over de pagina-eigenaar werd niet ontvangen."
+
+#: ../../mod/photos.php:97
+msgid "Album not found."
+msgstr "Album niet gevonden."
+
+#: ../../mod/photos.php:119 ../../mod/photos.php:673
+msgid "Delete Album"
+msgstr "Verwijder album"
+
+#: ../../mod/photos.php:159 ../../mod/photos.php:973
+msgid "Delete Photo"
+msgstr "Verwijder foto"
+
+#: ../../mod/photos.php:443 ../../mod/search.php:13 ../../mod/directory.php:15
+#: ../../mod/dirprofile.php:9 ../../mod/display.php:9
+#: ../../mod/viewconnections.php:17
+msgid "Public access denied."
+msgstr "Openbare toegang geweigerd."
+
+#: ../../mod/photos.php:453
+msgid "No photos selected"
+msgstr "Geen foto's geselecteerd"
+
+#: ../../mod/photos.php:500
+msgid "Access to this item is restricted."
+msgstr "Toegang tot dit item is beperkt."
+
+#: ../../mod/photos.php:574
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Je gebruiker %1$.2f MB van totaal %2$.2f MB foto-opslagruimte."
+
+#: ../../mod/photos.php:577
+#, php-format
+msgid "You have used %1$.2f Mbytes of photo storage."
+msgstr "Je gebruikt %1$.2f MB aan foto-opslagruimte."
+
+#: ../../mod/photos.php:596
+msgid "Upload Photos"
+msgstr "Foto's uploaden"
+
+#: ../../mod/photos.php:600 ../../mod/photos.php:668
+msgid "New album name: "
+msgstr "Nieuwe albumnaam: "
+
+#: ../../mod/photos.php:601
+msgid "or existing album name: "
+msgstr "of een bestaande albumnaam: "
+
+#: ../../mod/photos.php:602
+msgid "Do not show a status post for this upload"
+msgstr "Plaats geen bericht voor deze upload."
+
+#: ../../mod/photos.php:622
+msgid "Album name could not be decoded"
+msgstr "Albumnaam kon niet gedecodeerd worden"
+
+#: ../../mod/photos.php:657 ../../mod/photos.php:679 ../../mod/photos.php:1148
+#: ../../mod/photos.php:1163
+msgid "Contact Photos"
+msgstr "Connectiefoto's"
+
+#: ../../mod/photos.php:681
+msgid "Edit Album"
+msgstr "Album bewerken"
+
+#: ../../mod/photos.php:687
+msgid "Show Newest First"
+msgstr "Nieuwste eerst weergeven"
+
+#: ../../mod/photos.php:689
+msgid "Show Oldest First"
+msgstr "Oudste eerst weergeven"
+
+#: ../../mod/photos.php:716 ../../mod/photos.php:1195
+msgid "View Photo"
+msgstr "Foto weergeven"
+
+#: ../../mod/photos.php:794
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."
+
+#: ../../mod/photos.php:796
+msgid "Photo not available"
+msgstr "Foto niet aanwezig"
+
+#: ../../mod/photos.php:856
+msgid "Use as profile photo"
+msgstr "Als profielfoto gebruiken"
+
+#: ../../mod/photos.php:863
+msgid "Private Photo"
+msgstr "Privéfoto"
+
+#: ../../mod/photos.php:874 ../../mod/events.php:433
+msgid "Previous"
+msgstr "Vorige"
+
+#: ../../mod/photos.php:878
+msgid "View Full Size"
+msgstr "Volledige grootte weergeven"
+
+#: ../../mod/photos.php:883 ../../mod/events.php:434 ../../mod/setup.php:261
+msgid "Next"
+msgstr "Volgende"
+
+#: ../../mod/photos.php:922 ../../mod/delegate.php:130 ../../mod/tagrm.php:93
+msgid "Remove"
+msgstr "Verwijderen"
+
+#: ../../mod/photos.php:956
+msgid "Edit photo"
+msgstr "Foto bewerken"
+
+#: ../../mod/photos.php:958
+msgid "Rotate CW (right)"
+msgstr "Draai met de klok mee (naar rechts)"
+
+#: ../../mod/photos.php:959
+msgid "Rotate CCW (left)"
+msgstr "Draai tegen de klok in (naar links)"
+
+#: ../../mod/photos.php:962
+msgid "New album name"
+msgstr "Nieuwe albumnaam"
+
+#: ../../mod/photos.php:965
+msgid "Caption"
+msgstr "Bijschrift"
+
+#: ../../mod/photos.php:967
+msgid "Add a Tag"
+msgstr "Label toevoegen"
+
+#: ../../mod/photos.php:970
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@example.com, #Friesland, #camping"
+
+#: ../../mod/photos.php:1125
+msgid "In This Photo:"
+msgstr "Op deze foto:"
+
+#: ../../mod/photos.php:1201
+msgid "View Album"
+msgstr "Album weergeven"
+
+#: ../../mod/photos.php:1224
+msgid "Recent Photos"
+msgstr "Recente foto's"
+
#: ../../mod/mitem.php:14 ../../mod/menu.php:92
msgid "Menu not found."
msgstr "Menu niet gevonden."
@@ -4002,13 +4177,13 @@ msgid "Publish your default profile in the network directory"
msgstr "Publiceer je standaardprofiel in de kanalengids"
#: ../../mod/settings.php:891 ../../mod/settings.php:896
-#: ../../mod/settings.php:973 ../../mod/api.php:106 ../../mod/profiles.php:602
+#: ../../mod/settings.php:973 ../../mod/api.php:106 ../../mod/profiles.php:574
#: ../../mod/admin.php:392
msgid "No"
msgstr "Nee"
#: ../../mod/settings.php:891 ../../mod/settings.php:896
-#: ../../mod/settings.php:973 ../../mod/api.php:105 ../../mod/profiles.php:601
+#: ../../mod/settings.php:973 ../../mod/api.php:105 ../../mod/profiles.php:573
#: ../../mod/admin.php:394
msgid "Yes"
msgstr "Ja"
@@ -4265,7 +4440,7 @@ msgid ""
" logout and retry."
msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."
-#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:178
+#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:180
#, php-format
msgid "Welcome %s. Remote authentication successful."
msgstr "Welkom %s. Authenticatie op afstand geslaagd."
@@ -4279,97 +4454,84 @@ msgstr "Item is niet aanwezig."
msgid "Fetching URL returns error: %1$s"
msgstr "Ophalen URL gaf een foutmelding terug: %1$s"
-#: ../../mod/block.php:27 ../../mod/page.php:35
+#: ../../mod/block.php:27 ../../mod/page.php:33
msgid "Invalid item."
msgstr "Ongeldig item."
-#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/wall_upload.php:28
+#: ../../mod/block.php:39 ../../mod/page.php:45 ../../mod/wall_upload.php:28
msgid "Channel not found."
msgstr "Kanaal niet gevonden."
-#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:102
-#: ../../mod/help.php:72 ../../index.php:236
+#: ../../mod/block.php:75 ../../mod/page.php:81 ../../mod/display.php:102
+#: ../../mod/help.php:72 ../../index.php:240
msgid "Page not found."
msgstr "Pagina niet gevonden."
-#: ../../mod/profile_photo.php:108
-msgid "Image uploaded but image cropping failed."
-msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. "
-
-#: ../../mod/profile_photo.php:161
-msgid "Image resize failed."
-msgstr "Afbeelding kon niet van grootte veranderd worden."
-
-#: ../../mod/profile_photo.php:205
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven."
-
-#: ../../mod/profile_photo.php:232
+#: ../../mod/siteinfo.php:90
#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "Afbeeldingsgrootte overschrijdt het limiet van %d"
-
-#: ../../mod/profile_photo.php:241
-msgid "Unable to process image."
-msgstr "Niet in staat om afbeelding te verwerken."
-
-#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
-msgid "Photo not available."
-msgstr "Foto niet beschikbaar."
-
-#: ../../mod/profile_photo.php:358
-msgid "Upload File:"
-msgstr "Bestand uploaden:"
-
-#: ../../mod/profile_photo.php:359
-msgid "Select a profile:"
-msgstr "Kies een profiel:"
+msgid "Version %s"
+msgstr "Versie %s"
-#: ../../mod/profile_photo.php:360
-msgid "Upload Profile Photo"
-msgstr "Profielfoto uploaden"
+#: ../../mod/siteinfo.php:111
+msgid "Installed plugins/addons/apps:"
+msgstr "Ingeschakelde plug-ins/add-ons/apps:"
-#: ../../mod/profile_photo.php:365
-msgid "skip this step"
-msgstr "sla deze stap over"
+#: ../../mod/siteinfo.php:124
+msgid "No installed plugins/addons/apps"
+msgstr "Geen ingeschakelde plug-ins/add-ons/apps"
-#: ../../mod/profile_photo.php:365
-msgid "select a photo from your photo albums"
-msgstr "Kies een foto uit jouw fotoalbums"
+#: ../../mod/siteinfo.php:132
+msgid "Red"
+msgstr "Red"
-#: ../../mod/profile_photo.php:379
-msgid "Crop Image"
-msgstr "Afbeelding bijsnijden"
+#: ../../mod/siteinfo.php:133
+msgid ""
+"This is a hub of the Red Matrix - a global cooperative network of "
+"decentralized privacy enhanced websites."
+msgstr "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy."
-#: ../../mod/profile_photo.php:380
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven."
+#: ../../mod/siteinfo.php:137
+msgid "Running at web location"
+msgstr "Draaiend op weblocatie"
-#: ../../mod/profile_photo.php:382
-msgid "Done Editing"
-msgstr "Klaar met bewerken"
+#: ../../mod/siteinfo.php:138
+msgid ""
+"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
+"about the Red Matrix."
+msgstr "Bezoek <a href=\"http://redmatrix.me\">RedMatrix.me</a> om meer te leren over de RedMatrix."
-#: ../../mod/profile_photo.php:425
-msgid "Image uploaded successfully."
-msgstr "Uploaden afbeelding geslaagd"
+#: ../../mod/siteinfo.php:139
+msgid "Bug reports and issues: please visit"
+msgstr "Bugrapporten en andere kwesties: bezoek"
-#: ../../mod/profile_photo.php:427
-msgid "Image upload failed."
-msgstr "Uploaden afbeelding mislukt"
+#: ../../mod/siteinfo.php:142
+msgid ""
+"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
+"com"
+msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com"
-#: ../../mod/profile_photo.php:436
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Verkleinen [%s] van afbeelding mislukt."
+#: ../../mod/siteinfo.php:144
+msgid "Site Administrators"
+msgstr "Hubbeheerders: "
#: ../../mod/blocks.php:62
msgid "Block Name"
msgstr "Bloknaam"
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
+msgstr "Bladwijzer toegevoegd"
+
+#: ../../mod/bookmarks.php:60
+msgid "My Bookmarks"
+msgstr "Mijn bladwijzers"
+
+#: ../../mod/bookmarks.php:71
+msgid "My Connections Bookmarks"
+msgstr "Bladwijzers van mijn connecties"
+
#: ../../mod/profiles.php:18 ../../mod/profiles.php:165
-#: ../../mod/profiles.php:222 ../../mod/profiles.php:575
+#: ../../mod/profiles.php:222 ../../mod/profiles.php:547
msgid "Profile not found."
msgstr "Profiel niet gevonden."
@@ -4397,252 +4559,239 @@ msgstr "Geen profiel beschikbaar om te exporteren"
msgid "Profile Name is required."
msgstr "Profielnaam is vereist"
-#: ../../mod/profiles.php:390
+#: ../../mod/profiles.php:362
msgid "Marital Status"
msgstr "Huwelijke status"
-#: ../../mod/profiles.php:394
+#: ../../mod/profiles.php:366
msgid "Romantic Partner"
msgstr "Romantische partner"
-#: ../../mod/profiles.php:398
+#: ../../mod/profiles.php:370
msgid "Likes"
msgstr "Houdt van"
-#: ../../mod/profiles.php:402
+#: ../../mod/profiles.php:374
msgid "Dislikes"
msgstr "Houdt niet van"
-#: ../../mod/profiles.php:406
+#: ../../mod/profiles.php:378
msgid "Work/Employment"
msgstr "Werk/arbeid"
-#: ../../mod/profiles.php:409
+#: ../../mod/profiles.php:381
msgid "Religion"
msgstr "Religie"
-#: ../../mod/profiles.php:413
+#: ../../mod/profiles.php:385
msgid "Political Views"
msgstr "Politieke overtuigingen"
-#: ../../mod/profiles.php:417
+#: ../../mod/profiles.php:389
msgid "Gender"
msgstr "Geslacht"
-#: ../../mod/profiles.php:421
+#: ../../mod/profiles.php:393
msgid "Sexual Preference"
msgstr "Seksuele voorkeur"
-#: ../../mod/profiles.php:425
+#: ../../mod/profiles.php:397
msgid "Homepage"
msgstr "Homepage"
-#: ../../mod/profiles.php:429
+#: ../../mod/profiles.php:401
msgid "Interests"
msgstr "Interesses"
-#: ../../mod/profiles.php:433 ../../mod/admin.php:866
+#: ../../mod/profiles.php:405 ../../mod/admin.php:868
msgid "Address"
msgstr "Kanaaladres"
-#: ../../mod/profiles.php:440 ../../mod/pubsites.php:25
+#: ../../mod/profiles.php:412 ../../mod/pubsites.php:25
msgid "Location"
msgstr "Locatie"
-#: ../../mod/profiles.php:523
+#: ../../mod/profiles.php:495
msgid "Profile updated."
msgstr "Profiel bijgewerkt"
-#: ../../mod/profiles.php:600
+#: ../../mod/profiles.php:572
msgid "Hide your contact/friend list from viewers of this profile?"
msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."
-#: ../../mod/profiles.php:642
+#: ../../mod/profiles.php:614
msgid "Edit Profile Details"
msgstr "Profiel bewerken"
-#: ../../mod/profiles.php:644
+#: ../../mod/profiles.php:616
msgid "View this profile"
msgstr "Profiel weergeven"
-#: ../../mod/profiles.php:646
+#: ../../mod/profiles.php:618
msgid "Change Profile Photo"
msgstr "Profielfoto wijzigen"
-#: ../../mod/profiles.php:647
+#: ../../mod/profiles.php:619
msgid "Create a new profile using these settings"
msgstr "Een nieuw profiel aanmaken met dit profiel als basis"
-#: ../../mod/profiles.php:648
+#: ../../mod/profiles.php:620
msgid "Clone this profile"
msgstr "Dit profiel klonen"
-#: ../../mod/profiles.php:649
+#: ../../mod/profiles.php:621
msgid "Delete this profile"
msgstr "Dit profiel verwijderen"
-#: ../../mod/profiles.php:651
+#: ../../mod/profiles.php:623
msgid "Import profile from file"
msgstr "Profiel vanuit bestand importeren"
-#: ../../mod/profiles.php:652
+#: ../../mod/profiles.php:624
msgid "Export profile to file"
msgstr "Profiel naar bestand exporteren"
-#: ../../mod/profiles.php:653
+#: ../../mod/profiles.php:625
msgid "Profile Name:"
msgstr "Profielnaam:"
-#: ../../mod/profiles.php:654
+#: ../../mod/profiles.php:626
msgid "Your Full Name:"
msgstr "Jouw volledige naam:"
-#: ../../mod/profiles.php:655
+#: ../../mod/profiles.php:627
msgid "Title/Description:"
msgstr "Titel/omschrijving:"
-#: ../../mod/profiles.php:656
+#: ../../mod/profiles.php:628
msgid "Your Gender:"
msgstr "Jouw geslacht"
-#: ../../mod/profiles.php:657
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Geboortedag (%s)"
+#: ../../mod/profiles.php:629
+msgid "Birthday :"
+msgstr "Verjaardag: "
-#: ../../mod/profiles.php:658
+#: ../../mod/profiles.php:630
msgid "Street Address:"
msgstr "Straat en huisnummer:"
-#: ../../mod/profiles.php:659
+#: ../../mod/profiles.php:631
msgid "Locality/City:"
msgstr "Woonplaats:"
-#: ../../mod/profiles.php:660
+#: ../../mod/profiles.php:632
msgid "Postal/Zip Code:"
msgstr "Postcode:"
-#: ../../mod/profiles.php:661
+#: ../../mod/profiles.php:633
msgid "Country:"
msgstr "Land:"
-#: ../../mod/profiles.php:662
+#: ../../mod/profiles.php:634
msgid "Region/State:"
msgstr "Provincie/gewest/deelstaat:"
-#: ../../mod/profiles.php:663
+#: ../../mod/profiles.php:635
msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
msgstr "<span class=\"heart\">&hearts;</span> Huwelijkse staat:"
-#: ../../mod/profiles.php:664
+#: ../../mod/profiles.php:636
msgid "Who: (if applicable)"
msgstr "Wie (wanneer toepasselijk):"
-#: ../../mod/profiles.php:665
+#: ../../mod/profiles.php:637
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "Voorbeelden: karin123, Karin Jansen, cathy@voorbeeld.nl"
-#: ../../mod/profiles.php:666
+#: ../../mod/profiles.php:638
msgid "Since [date]:"
msgstr "Sinds [datum]:"
-#: ../../mod/profiles.php:668
+#: ../../mod/profiles.php:640
msgid "Homepage URL:"
msgstr "Adres homepage:"
-#: ../../mod/profiles.php:671
+#: ../../mod/profiles.php:643
msgid "Religious Views:"
msgstr "Religieuze overtuigingen"
-#: ../../mod/profiles.php:672
+#: ../../mod/profiles.php:644
msgid "Keywords:"
msgstr "Trefwoorden"
-#: ../../mod/profiles.php:675
+#: ../../mod/profiles.php:647
msgid "Example: fishing photography software"
msgstr "Voorbeeld: muziek, fotografie, software"
-#: ../../mod/profiles.php:676
+#: ../../mod/profiles.php:648
msgid "Used in directory listings"
msgstr "Wordt in de kanalengids gebruikt"
-#: ../../mod/profiles.php:677
+#: ../../mod/profiles.php:649
msgid "Tell us about yourself..."
msgstr "Vertel ons iets over jezelf..."
-#: ../../mod/profiles.php:678
+#: ../../mod/profiles.php:650
msgid "Hobbies/Interests"
msgstr "Hobby's/interesses"
-#: ../../mod/profiles.php:679
+#: ../../mod/profiles.php:651
msgid "Contact information and Social Networks"
msgstr "Contactinformatie en sociale netwerken"
-#: ../../mod/profiles.php:680
+#: ../../mod/profiles.php:652
msgid "My other channels"
msgstr "Mijn andere kanalen"
-#: ../../mod/profiles.php:681
+#: ../../mod/profiles.php:653
msgid "Musical interests"
msgstr "Muzikale interesses"
-#: ../../mod/profiles.php:682
+#: ../../mod/profiles.php:654
msgid "Books, literature"
msgstr "Boeken/literatuur"
-#: ../../mod/profiles.php:683
+#: ../../mod/profiles.php:655
msgid "Television"
msgstr "Televisie"
-#: ../../mod/profiles.php:684
+#: ../../mod/profiles.php:656
msgid "Film/dance/culture/entertainment"
msgstr "Film/dans/cultuur/entertainment"
-#: ../../mod/profiles.php:685
+#: ../../mod/profiles.php:657
msgid "Love/romance"
msgstr "Liefde/romantiek"
-#: ../../mod/profiles.php:686
+#: ../../mod/profiles.php:658
msgid "Work/employment"
msgstr "Werk/arbeid"
-#: ../../mod/profiles.php:687
+#: ../../mod/profiles.php:659
msgid "School/education"
msgstr "School/onderwijs"
-#: ../../mod/profiles.php:693
+#: ../../mod/profiles.php:665
msgid "This is your default profile."
msgstr "Dit is jouw standaardprofiel"
-#: ../../mod/profiles.php:704 ../../mod/directory.php:143
+#: ../../mod/profiles.php:676 ../../mod/directory.php:143
#: ../../mod/dirprofile.php:92
msgid "Age: "
msgstr "Leeftijd:"
-#: ../../mod/profiles.php:747
+#: ../../mod/profiles.php:719
msgid "Edit/Manage Profiles"
msgstr "Profielen bewerken/beheren"
-#: ../../mod/profiles.php:748
+#: ../../mod/profiles.php:720
msgid "Add profile things"
msgstr "Dingen aan je profiel toevoegen"
-#: ../../mod/profiles.php:749
+#: ../../mod/profiles.php:721
msgid "Include desirable objects in your profile"
msgstr "Voeg door jou gewenste dingen aan jouw profiel toe"
-#: ../../mod/bookmarks.php:38
-msgid "Bookmark added"
-msgstr "Bladwijzer toegevoegd"
-
-#: ../../mod/bookmarks.php:58
-msgid "My Bookmarks"
-msgstr "Mijn bladwijzers"
-
-#: ../../mod/bookmarks.php:69
-msgid "My Connections Bookmarks"
-msgstr "Bladwijzers van mijn connecties"
-
#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
msgid "Invalid profile identifier."
msgstr "Ongeldige profiel-identificator"
@@ -4663,6 +4812,71 @@ msgstr "Zichtbaar voor"
msgid "All Connections"
msgstr "Alle connecties"
+#: ../../mod/events.php:81
+msgid "Event can not end before it has started."
+msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen"
+
+#: ../../mod/events.php:86
+msgid "Event title and start time are required."
+msgstr "Titel en begintijd van gebeurtenis zijn vereist."
+
+#: ../../mod/events.php:100
+msgid "Event not found."
+msgstr "Gebeurtenis niet gevonden"
+
+#: ../../mod/events.php:364
+msgid "l, F j"
+msgstr "l j F"
+
+#: ../../mod/events.php:386
+msgid "Edit event"
+msgstr "Gebeurtenis bewerken"
+
+#: ../../mod/events.php:432
+msgid "Create New Event"
+msgstr "Nieuwe gebeurtenis aanmaken"
+
+#: ../../mod/events.php:560
+msgid "Event details"
+msgstr "Details van gebeurtenis"
+
+#: ../../mod/events.php:561
+msgid "Starting date and Title are required."
+msgstr "Begintijd en titel zijn vereist."
+
+#: ../../mod/events.php:565
+msgid "Event Starts:"
+msgstr "Begin gebeurtenis:"
+
+#: ../../mod/events.php:565 ../../mod/events.php:581 ../../mod/appman.php:91
+#: ../../mod/appman.php:92
+msgid "Required"
+msgstr "Vereist"
+
+#: ../../mod/events.php:571
+msgid "Finish date/time is not known or not relevant"
+msgstr "Einddatum/-tijd is niet bekend of niet relevant"
+
+#: ../../mod/events.php:573
+msgid "Event Finishes:"
+msgstr "Einde gebeurtenis:"
+
+#: ../../mod/events.php:575
+msgid "Adjust for viewer timezone"
+msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"
+
+#: ../../mod/events.php:577
+msgid "Description:"
+msgstr "Omschrijving:"
+
+#: ../../mod/events.php:581
+msgid "Title:"
+msgstr "Titel:"
+
+#: ../../mod/events.php:583
+msgid "Share this event"
+msgstr "Deel deze gebeurtenis"
+
#: ../../mod/pubsites.php:16
msgid "Public Sites"
msgstr "Openbare hubs"
@@ -4844,10 +5058,6 @@ msgstr "Online"
msgid "Please login."
msgstr "Inloggen."
-#: ../../mod/cloud.php:126
-msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
-msgstr "RedMatrix - gasten: Gebruikersnaam: {jouw e-mailadres}, wachtwoord: +++"
-
#: ../../mod/removeme.php:29
msgid ""
"Channel removals are not allowed within 48 hours of changing the account "
@@ -5168,12 +5378,12 @@ msgid "View recent posts and comments"
msgstr "Recente berichten en reacties weergeven"
#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
-#: ../../mod/admin.php:732
+#: ../../mod/admin.php:734
msgid "Unblock"
msgstr "Deblokkeren"
#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
-#: ../../mod/admin.php:731
+#: ../../mod/admin.php:733
msgid "Block"
msgstr "Blokkeren"
@@ -5424,10 +5634,6 @@ msgstr "Bestaande gevolmachtigde accountbeheerders"
msgid "Potential Delegates"
msgstr "Gevolmachtigde personen waaraan mogelijk het accountbeheer kan worden uitbesteed."
-#: ../../mod/delegate.php:130 ../../mod/photos.php:942 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "Verwijderen"
-
#: ../../mod/delegate.php:131
msgid "Add"
msgstr "Toevoegen"
@@ -5436,12 +5642,6 @@ msgstr "Toevoegen"
msgid "No entries."
msgstr "Geen"
-#: ../../mod/search.php:13 ../../mod/directory.php:15
-#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 ../../mod/photos.php:443
-#: ../../mod/viewconnections.php:17
-msgid "Public access denied."
-msgstr "Openbare toegang geweigerd."
-
#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95
msgid "Gender: "
msgstr "Geslacht:"
@@ -5526,10 +5726,6 @@ msgstr "Please see the file \"install/INSTALL.txt\"."
msgid "System check"
msgstr "System check"
-#: ../../mod/setup.php:261 ../../mod/events.php:439
-msgid "Next"
-msgstr "Volgende"
-
#: ../../mod/setup.php:262
msgid "Check again"
msgstr "Check again"
@@ -5908,7 +6104,7 @@ msgstr "Blok verwijderen"
#: ../../mod/pdledit.php:13
msgid "Layout updated."
-msgstr "Layout bijgewerkt."
+msgstr "Lay-out bijgewerkt."
#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
msgid "Edit System Page Description"
@@ -5958,184 +6154,81 @@ msgstr "Webpagina verwijderen?"
msgid "Delete Webpage"
msgstr "Webpagina verwijderen"
-#: ../../mod/siteinfo.php:76
-#, php-format
-msgid "Version %s"
-msgstr "Versie %s"
-
-#: ../../mod/siteinfo.php:95
-msgid "Installed plugins/addons/apps:"
-msgstr "Ingeschakelde plug-ins/add-ons/apps:"
-
-#: ../../mod/siteinfo.php:108
-msgid "No installed plugins/addons/apps"
-msgstr "Geen ingeschakelde plug-ins/add-ons/apps"
-
-#: ../../mod/siteinfo.php:116
-msgid "Red"
-msgstr "Red"
-
-#: ../../mod/siteinfo.php:117
-msgid ""
-"This is a hub of the Red Matrix - a global cooperative network of "
-"decentralized privacy enhanced websites."
-msgstr "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy."
-
-#: ../../mod/siteinfo.php:120
-msgid "Running at web location"
-msgstr "Draaiend op weblocatie"
+#: ../../mod/cloud.php:130
+msgid "RedMatrix - Guests: Username: {your email address}, Password: +++"
+msgstr "RedMatrix - gasttoegang: Gebruikersnaam: {jouw e-mailadres}, wachtwoord: +++"
-#: ../../mod/siteinfo.php:121
-msgid ""
-"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
-"about the Red Matrix."
-msgstr "Bezoek <a href=\"http://redmatrix.me\">RedMatrix.me</a> om meer te leren over de RedMatrix."
+#: ../../mod/profile_photo.php:108
+msgid "Image uploaded but image cropping failed."
+msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. "
-#: ../../mod/siteinfo.php:122
-msgid "Bug reports and issues: please visit"
-msgstr "Bugrapporten en andere kwesties: bezoek"
+#: ../../mod/profile_photo.php:161
+msgid "Image resize failed."
+msgstr "Afbeelding kon niet van grootte veranderd worden."
-#: ../../mod/siteinfo.php:125
+#: ../../mod/profile_photo.php:205
msgid ""
-"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
-"com"
-msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com"
-
-#: ../../mod/siteinfo.php:127
-msgid "Site Administrators"
-msgstr "Hubbeheerders"
-
-#: ../../mod/photos.php:77
-msgid "Page owner information could not be retrieved."
-msgstr "Informatie over de pagina-eigenaar werd niet ontvangen."
-
-#: ../../mod/photos.php:97
-msgid "Album not found."
-msgstr "Album niet gevonden."
-
-#: ../../mod/photos.php:119 ../../mod/photos.php:675
-msgid "Delete Album"
-msgstr "Verwijder album"
-
-#: ../../mod/photos.php:159 ../../mod/photos.php:993
-msgid "Delete Photo"
-msgstr "Verwijder foto"
-
-#: ../../mod/photos.php:453
-msgid "No photos selected"
-msgstr "Geen foto's geselecteerd"
-
-#: ../../mod/photos.php:500
-msgid "Access to this item is restricted."
-msgstr "Toegang tot dit item is beperkt."
-
-#: ../../mod/photos.php:574
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Je gebruiker %1$.2f MB van totaal %2$.2f MB foto-opslagruimte."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven."
-#: ../../mod/photos.php:577
+#: ../../mod/profile_photo.php:232
#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr "Je gebruikt %1$.2f MB aan foto-opslagruimte."
-
-#: ../../mod/photos.php:596
-msgid "Upload Photos"
-msgstr "Foto's uploaden"
-
-#: ../../mod/photos.php:600 ../../mod/photos.php:670
-msgid "New album name: "
-msgstr "Nieuwe albumnaam: "
-
-#: ../../mod/photos.php:601
-msgid "or existing album name: "
-msgstr "of een bestaande albumnaam: "
-
-#: ../../mod/photos.php:602
-msgid "Do not show a status post for this upload"
-msgstr "Plaats geen bericht voor deze upload."
-
-#: ../../mod/photos.php:622
-msgid "Album name could not be decoded"
-msgstr "Albumnaam kon niet gedecodeerd worden"
-
-#: ../../mod/photos.php:659 ../../mod/photos.php:681 ../../mod/photos.php:1165
-#: ../../mod/photos.php:1180
-msgid "Contact Photos"
-msgstr "Connectiefoto's"
-
-#: ../../mod/photos.php:685
-msgid "Edit Album"
-msgstr "Album bewerken"
-
-#: ../../mod/photos.php:691
-msgid "Show Newest First"
-msgstr "Nieuwste eerst weergeven"
-
-#: ../../mod/photos.php:693
-msgid "Show Oldest First"
-msgstr "Oudste eerst weergeven"
-
-#: ../../mod/photos.php:742 ../../mod/photos.php:1212
-msgid "View Photo"
-msgstr "Foto weergeven"
-
-#: ../../mod/photos.php:812
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."
+msgid "Image exceeds size limit of %d"
+msgstr "Afbeeldingsgrootte overschrijdt het limiet van %d"
-#: ../../mod/photos.php:814
-msgid "Photo not available"
-msgstr "Foto niet aanwezig"
+#: ../../mod/profile_photo.php:241
+msgid "Unable to process image."
+msgstr "Niet in staat om afbeelding te verwerken."
-#: ../../mod/photos.php:874
-msgid "Use as profile photo"
-msgstr "Als profielfoto gebruiken"
+#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
+msgid "Photo not available."
+msgstr "Foto niet beschikbaar."
-#: ../../mod/photos.php:898
-msgid "View Full Size"
-msgstr "Volledige grootte weergeven"
+#: ../../mod/profile_photo.php:358
+msgid "Upload File:"
+msgstr "Bestand uploaden:"
-#: ../../mod/photos.php:976
-msgid "Edit photo"
-msgstr "Foto bewerken"
+#: ../../mod/profile_photo.php:359
+msgid "Select a profile:"
+msgstr "Kies een profiel:"
-#: ../../mod/photos.php:978
-msgid "Rotate CW (right)"
-msgstr "Draai met de klok mee (naar rechts)"
+#: ../../mod/profile_photo.php:360
+msgid "Upload Profile Photo"
+msgstr "Profielfoto uploaden"
-#: ../../mod/photos.php:979
-msgid "Rotate CCW (left)"
-msgstr "Draai tegen de klok in (naar links)"
+#: ../../mod/profile_photo.php:365
+msgid "skip this step"
+msgstr "sla deze stap over"
-#: ../../mod/photos.php:982
-msgid "New album name"
-msgstr "Nieuwe albumnaam"
+#: ../../mod/profile_photo.php:365
+msgid "select a photo from your photo albums"
+msgstr "Kies een foto uit jouw fotoalbums"
-#: ../../mod/photos.php:985
-msgid "Caption"
-msgstr "Bijschrift"
+#: ../../mod/profile_photo.php:381
+msgid "Crop Image"
+msgstr "Afbeelding bijsnijden"
-#: ../../mod/photos.php:987
-msgid "Add a Tag"
-msgstr "Label toevoegen"
+#: ../../mod/profile_photo.php:382
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven."
-#: ../../mod/photos.php:990
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@example.com, #Friesland, #camping"
+#: ../../mod/profile_photo.php:384
+msgid "Done Editing"
+msgstr "Klaar met bewerken"
-#: ../../mod/photos.php:1143
-msgid "In This Photo:"
-msgstr "Op deze foto:"
+#: ../../mod/profile_photo.php:427
+msgid "Image uploaded successfully."
+msgstr "Uploaden afbeelding geslaagd"
-#: ../../mod/photos.php:1218
-msgid "View Album"
-msgstr "Album weergeven"
+#: ../../mod/profile_photo.php:429
+msgid "Image upload failed."
+msgstr "Uploaden afbeelding mislukt"
-#: ../../mod/photos.php:1242
-msgid "Recent Photos"
-msgstr "Recente foto's"
+#: ../../mod/profile_photo.php:438
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Verkleinen [%s] van afbeelding mislukt."
#: ../../mod/sources.php:32
msgid "Failed to create source. No channel selected."
@@ -6204,109 +6297,35 @@ msgstr "Verwijderen bron mislukt."
msgid "- select -"
msgstr "- kies map -"
-#: ../../mod/events.php:91
-msgid "Event title and start time are required."
-msgstr "Titel en begintijd van gebeurtenis zijn vereist."
-
-#: ../../mod/events.php:105
-msgid "Event not found."
-msgstr "Gebeurtenis niet gevonden"
-
-#: ../../mod/events.php:369
-msgid "l, F j"
-msgstr "l j F"
-
-#: ../../mod/events.php:391
-msgid "Edit event"
-msgstr "Gebeurtenis bewerken"
-
-#: ../../mod/events.php:437
-msgid "Create New Event"
-msgstr "Nieuwe gebeurtenis aanmaken"
-
-#: ../../mod/events.php:438
-msgid "Previous"
-msgstr "Vorige"
-
-#: ../../mod/events.php:536
-msgid "hour:minute"
-msgstr "uur:minuut"
-
-#: ../../mod/events.php:556
-msgid "Event details"
-msgstr "Details van gebeurtenis"
-
-#: ../../mod/events.php:557
-#, php-format
-msgid "Format is %s %s."
-msgstr "Volgorde is %s %s."
-
-#: ../../mod/events.php:558
-msgid "Starting date and Title are required."
-msgstr "Begintijd en titel zijn vereist."
-
-#: ../../mod/events.php:562
-msgid "Event Starts:"
-msgstr "Begin gebeurtenis:"
-
-#: ../../mod/events.php:562 ../../mod/events.php:581 ../../mod/appman.php:91
-#: ../../mod/appman.php:92
-msgid "Required"
-msgstr "Vereist"
-
-#: ../../mod/events.php:570
-msgid "Finish date/time is not known or not relevant"
-msgstr "Einddatum/-tijd is niet bekend of niet relevant"
-
-#: ../../mod/events.php:572
-msgid "Event Finishes:"
-msgstr "Einde gebeurtenis:"
-
-#: ../../mod/events.php:575
-msgid "Adjust for viewer timezone"
-msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"
-
-#: ../../mod/events.php:577
-msgid "Description:"
-msgstr "Omschrijving:"
-
-#: ../../mod/events.php:581
-msgid "Title:"
-msgstr "Titel:"
-
-#: ../../mod/events.php:583
-msgid "Share this event"
-msgstr "Deel deze gebeurtenis"
-
-#: ../../mod/filestorage.php:68
+#: ../../mod/filestorage.php:76
msgid "Permission Denied."
msgstr "Toegang geweigerd"
-#: ../../mod/filestorage.php:85
+#: ../../mod/filestorage.php:92
msgid "File not found."
msgstr "Bestand niet gevonden."
-#: ../../mod/filestorage.php:122
+#: ../../mod/filestorage.php:131
msgid "Edit file permissions"
msgstr "Bestandsrechten bewerken"
-#: ../../mod/filestorage.php:131
+#: ../../mod/filestorage.php:140
msgid "Set/edit permissions"
msgstr "Rechten instellen/bewerken"
-#: ../../mod/filestorage.php:132
+#: ../../mod/filestorage.php:141
msgid "Include all files and sub folders"
msgstr "Toepassen op alle bestanden en submappen"
-#: ../../mod/filestorage.php:133
+#: ../../mod/filestorage.php:142
msgid "Return to file list"
msgstr "Terugkeren naar bestandlijst "
-#: ../../mod/filestorage.php:135
+#: ../../mod/filestorage.php:144
msgid "Copy/paste this code to attach file to a post"
msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen"
-#: ../../mod/filestorage.php:136
+#: ../../mod/filestorage.php:145
msgid "Copy/paste this URL to link file from a web page"
msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"
@@ -6399,7 +6418,7 @@ msgstr "%1$s labelde het %3$s van %2$s met %4$s"
msgid "Help:"
msgstr "Hulp:"
-#: ../../mod/help.php:69 ../../index.php:233
+#: ../../mod/help.php:69 ../../index.php:237
msgid "Not Found"
msgstr "Niet gevonden"
@@ -6427,15 +6446,15 @@ msgstr "Hub-instellingen"
msgid "Accounts"
msgstr "Accounts"
-#: ../../mod/admin.php:99 ../../mod/admin.php:858
+#: ../../mod/admin.php:99 ../../mod/admin.php:860
msgid "Channels"
msgstr "Kanalen"
-#: ../../mod/admin.php:100 ../../mod/admin.php:949 ../../mod/admin.php:991
+#: ../../mod/admin.php:100 ../../mod/admin.php:951 ../../mod/admin.php:993
msgid "Plugins"
msgstr "Plug-ins"
-#: ../../mod/admin.php:101 ../../mod/admin.php:1154 ../../mod/admin.php:1190
+#: ../../mod/admin.php:101 ../../mod/admin.php:1156 ../../mod/admin.php:1192
msgid "Themes"
msgstr "Thema's"
@@ -6451,7 +6470,7 @@ msgstr "Profielconfiguratie"
msgid "DB updates"
msgstr "Database-updates"
-#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1277
+#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1279
msgid "Logs"
msgstr "Logboeken"
@@ -6461,16 +6480,16 @@ msgstr "Plug-in-opties"
#: ../../mod/admin.php:126
msgid "User registrations waiting for confirmation"
-msgstr "Accountregistraties die op goedkeuring wachten"
+msgstr "Accounts die op goedkeuring wachten"
#: ../../mod/admin.php:206
msgid "Message queues"
msgstr "Berichtenwachtrij"
#: ../../mod/admin.php:211 ../../mod/admin.php:412 ../../mod/admin.php:514
-#: ../../mod/admin.php:721 ../../mod/admin.php:857 ../../mod/admin.php:948
-#: ../../mod/admin.php:990 ../../mod/admin.php:1153 ../../mod/admin.php:1189
-#: ../../mod/admin.php:1276
+#: ../../mod/admin.php:723 ../../mod/admin.php:859 ../../mod/admin.php:950
+#: ../../mod/admin.php:992 ../../mod/admin.php:1155 ../../mod/admin.php:1191
+#: ../../mod/admin.php:1278
msgid "Administration"
msgstr "Beheer"
@@ -6480,7 +6499,7 @@ msgstr "Samenvatting"
#: ../../mod/admin.php:214
msgid "Registered users"
-msgstr "Geregistreerde gebruikers"
+msgstr "Geregistreerde accounts"
#: ../../mod/admin.php:216 ../../mod/admin.php:518
msgid "Pending registrations"
@@ -6606,7 +6625,7 @@ msgstr "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standa
#: ../../mod/admin.php:433
msgid "Does this site allow new member registration?"
-msgstr "Staat deze hub registratie van nieuwe accounts toe?"
+msgstr "Staat deze hub nieuwe accounts toe?"
#: ../../mod/admin.php:434
msgid "Which best describes the types of account offered by this hub?"
@@ -6614,11 +6633,11 @@ msgstr "Wat voor soort accounts biedt deze RedMatrix-hub aan? Kies wat het meest
#: ../../mod/admin.php:435
msgid "Register text"
-msgstr "Registratietekst"
+msgstr "Tekst tijdens registratie"
#: ../../mod/admin.php:435
msgid "Will be displayed prominently on the registration page."
-msgstr "Wordt prominent op de registratiepagina getoond."
+msgstr "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond."
#: ../../mod/admin.php:436
msgid "Accounts abandoned after x days"
@@ -6751,7 +6770,7 @@ msgstr "Maximale systeembelasting voordat de afleverings- en polllingsprocessen
msgid "No server found"
msgstr "Geen hub gevonden"
-#: ../../mod/admin.php:513 ../../mod/admin.php:735
+#: ../../mod/admin.php:513 ../../mod/admin.php:737
msgid "ID"
msgstr "ID"
@@ -6835,284 +6854,284 @@ msgstr "Account '%s' gedeblokkeerd"
msgid "User '%s' blocked"
msgstr "Gebruiker '%s' geblokkeerd"
-#: ../../mod/admin.php:722 ../../mod/admin.php:734
+#: ../../mod/admin.php:724 ../../mod/admin.php:736
msgid "Users"
msgstr "Accounts"
-#: ../../mod/admin.php:724 ../../mod/admin.php:860
+#: ../../mod/admin.php:726 ../../mod/admin.php:862
msgid "select all"
msgstr "alles selecteren"
-#: ../../mod/admin.php:725
+#: ../../mod/admin.php:727
msgid "User registrations waiting for confirm"
msgstr "Accounts die op goedkeuring wachten"
-#: ../../mod/admin.php:726
+#: ../../mod/admin.php:728
msgid "Request date"
msgstr "Tijd/datum verzoek"
-#: ../../mod/admin.php:727
+#: ../../mod/admin.php:729
msgid "No registrations."
msgstr "Geen verzoeken."
-#: ../../mod/admin.php:728
+#: ../../mod/admin.php:730
msgid "Approve"
msgstr "Goedkeuren"
-#: ../../mod/admin.php:729
+#: ../../mod/admin.php:731
msgid "Deny"
msgstr "Afkeuren"
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:737
msgid "Register date"
msgstr "Geregistreerd"
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:737
msgid "Last login"
msgstr "Laatste keer ingelogd"
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:737
msgid "Expires"
msgstr "Verloopt"
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:737
msgid "Service Class"
msgstr "Abonnementen"
-#: ../../mod/admin.php:737
+#: ../../mod/admin.php:739
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?"
-#: ../../mod/admin.php:738
+#: ../../mod/admin.php:740
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 "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/admin.php:771
+#: ../../mod/admin.php:773
#, php-format
msgid "%s channel censored/uncensored"
msgid_plural "%s channels censored/uncensored"
msgstr[0] "%s kanaal gecensureerd/ongecensureerd"
msgstr[1] "%s kanalen gecensureerd/ongecensureerd"
-#: ../../mod/admin.php:778
+#: ../../mod/admin.php:780
#, php-format
msgid "%s channel deleted"
msgid_plural "%s channels deleted"
msgstr[0] "%s kanaal verwijderd"
msgstr[1] "%s kanalen verwijderd"
-#: ../../mod/admin.php:797
+#: ../../mod/admin.php:799
msgid "Channel not found"
msgstr "Kanaal niet gevonden"
-#: ../../mod/admin.php:808
+#: ../../mod/admin.php:810
#, php-format
msgid "Channel '%s' deleted"
msgstr "Kanaal '%s' verwijderd"
-#: ../../mod/admin.php:819
+#: ../../mod/admin.php:821
#, php-format
msgid "Channel '%s' uncensored"
msgstr "Kanaal '%s' ongecensureerd"
-#: ../../mod/admin.php:819
+#: ../../mod/admin.php:821
#, php-format
msgid "Channel '%s' censored"
msgstr "Kanaal '%s' gecensureerd"
-#: ../../mod/admin.php:862
+#: ../../mod/admin.php:864
msgid "Censor"
msgstr "Censureren"
-#: ../../mod/admin.php:863
+#: ../../mod/admin.php:865
msgid "Uncensor"
msgstr "Niet censureren"
-#: ../../mod/admin.php:866
+#: ../../mod/admin.php:868
msgid "UID"
msgstr "UID"
-#: ../../mod/admin.php:868
+#: ../../mod/admin.php:870
msgid ""
"Selected channels will be deleted!\\n\\nEverything that was posted in these "
"channels on this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/admin.php:869
+#: ../../mod/admin.php:871
msgid ""
"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
"channel on this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/admin.php:908
+#: ../../mod/admin.php:910
#, php-format
msgid "Plugin %s disabled."
msgstr "Plug-in %s uitgeschakeld."
-#: ../../mod/admin.php:912
+#: ../../mod/admin.php:914
#, php-format
msgid "Plugin %s enabled."
msgstr "Plug-in %s ingeschakeld"
-#: ../../mod/admin.php:922 ../../mod/admin.php:1124
+#: ../../mod/admin.php:924 ../../mod/admin.php:1126
msgid "Disable"
msgstr "Uitschakelen"
-#: ../../mod/admin.php:924 ../../mod/admin.php:1126
+#: ../../mod/admin.php:926 ../../mod/admin.php:1128
msgid "Enable"
msgstr "Inschakelen"
-#: ../../mod/admin.php:950 ../../mod/admin.php:1155
+#: ../../mod/admin.php:952 ../../mod/admin.php:1157
msgid "Toggle"
msgstr "Omschakelen"
-#: ../../mod/admin.php:958 ../../mod/admin.php:1165
+#: ../../mod/admin.php:960 ../../mod/admin.php:1167
msgid "Author: "
msgstr "Auteur: "
-#: ../../mod/admin.php:959 ../../mod/admin.php:1166
+#: ../../mod/admin.php:961 ../../mod/admin.php:1168
msgid "Maintainer: "
msgstr "Beheerder: "
-#: ../../mod/admin.php:1088
+#: ../../mod/admin.php:1090
msgid "No themes found."
msgstr "Geen thema's gevonden"
-#: ../../mod/admin.php:1147
+#: ../../mod/admin.php:1149
msgid "Screenshot"
msgstr "Schermafdruk"
-#: ../../mod/admin.php:1195
+#: ../../mod/admin.php:1197
msgid "[Experimental]"
msgstr "[Experimenteel]"
-#: ../../mod/admin.php:1196
+#: ../../mod/admin.php:1198
msgid "[Unsupported]"
msgstr "[Niet ondersteund]"
-#: ../../mod/admin.php:1223
+#: ../../mod/admin.php:1225
msgid "Log settings updated."
msgstr "Logboek-instellingen bijgewerkt."
-#: ../../mod/admin.php:1279
+#: ../../mod/admin.php:1281
msgid "Clear"
msgstr "Leegmaken"
-#: ../../mod/admin.php:1285
+#: ../../mod/admin.php:1287
msgid "Debugging"
msgstr "Debuggen"
-#: ../../mod/admin.php:1286
+#: ../../mod/admin.php:1288
msgid "Log file"
msgstr "Logbestand"
-#: ../../mod/admin.php:1286
+#: ../../mod/admin.php:1288
msgid ""
"Must be writable by web server. Relative to your Red top-level directory."
msgstr "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je RedMatrix-installatie."
-#: ../../mod/admin.php:1287
+#: ../../mod/admin.php:1289
msgid "Log level"
msgstr "Logniveau"
-#: ../../mod/admin.php:1334
+#: ../../mod/admin.php:1336
msgid "New Profile Field"
msgstr "Nieuw profielveld"
-#: ../../mod/admin.php:1335 ../../mod/admin.php:1356
+#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
msgid "Field nickname"
msgstr "Bijnaam voor veld"
-#: ../../mod/admin.php:1335 ../../mod/admin.php:1356
+#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
msgid "System name of field"
msgstr "Systeemnaam voor veld"
-#: ../../mod/admin.php:1336 ../../mod/admin.php:1357
+#: ../../mod/admin.php:1338 ../../mod/admin.php:1359
msgid "Input type"
msgstr "Invoertype"
-#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
+#: ../../mod/admin.php:1339 ../../mod/admin.php:1360
msgid "Field Name"
msgstr "Veldnaam"
-#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
+#: ../../mod/admin.php:1339 ../../mod/admin.php:1360
msgid "Label on profile pages"
msgstr "Tekstlabel voor op profielpagina's"
-#: ../../mod/admin.php:1338 ../../mod/admin.php:1359
+#: ../../mod/admin.php:1340 ../../mod/admin.php:1361
msgid "Help text"
msgstr "Helptekst"
-#: ../../mod/admin.php:1338 ../../mod/admin.php:1359
+#: ../../mod/admin.php:1340 ../../mod/admin.php:1361
msgid "Additional info (optional)"
msgstr "Extra informatie (optioneel)"
-#: ../../mod/admin.php:1349
+#: ../../mod/admin.php:1351
msgid "Field definition not found"
msgstr "Velddefinitie niet gevonden"
-#: ../../mod/admin.php:1355
+#: ../../mod/admin.php:1357
msgid "Edit Profile Field"
msgstr "Profielveld bewerken"
-#: ../../mod/thing.php:98
+#: ../../mod/thing.php:96
msgid "Thing updated"
msgstr "Ding bijgewerkt"
-#: ../../mod/thing.php:158
+#: ../../mod/thing.php:156
msgid "Object store: failed"
msgstr "Opslaan van ding mislukt"
-#: ../../mod/thing.php:162
+#: ../../mod/thing.php:160
msgid "Thing added"
msgstr "Ding toegevoegd"
-#: ../../mod/thing.php:182
+#: ../../mod/thing.php:180
#, php-format
msgid "OBJ: %1$s %2$s %3$s"
msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../mod/thing.php:234
+#: ../../mod/thing.php:232
msgid "Show Thing"
msgstr "Ding weergeven"
-#: ../../mod/thing.php:241
+#: ../../mod/thing.php:239
msgid "item not found."
msgstr "Item niet gevonden"
-#: ../../mod/thing.php:272
+#: ../../mod/thing.php:270
msgid "Edit Thing"
msgstr "Ding bewerken"
-#: ../../mod/thing.php:274 ../../mod/thing.php:321
+#: ../../mod/thing.php:272 ../../mod/thing.php:319
msgid "Select a profile"
msgstr "Kies een profiel"
-#: ../../mod/thing.php:278 ../../mod/thing.php:324
+#: ../../mod/thing.php:276 ../../mod/thing.php:322
msgid "Post an activity"
msgstr "Plaats een bericht"
-#: ../../mod/thing.php:278 ../../mod/thing.php:324
+#: ../../mod/thing.php:276 ../../mod/thing.php:322
msgid "Only sends to viewers of the applicable profile"
msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien."
-#: ../../mod/thing.php:280 ../../mod/thing.php:326
+#: ../../mod/thing.php:278 ../../mod/thing.php:324
msgid "Name of thing e.g. something"
msgstr "Naam van ding"
-#: ../../mod/thing.php:282 ../../mod/thing.php:327
+#: ../../mod/thing.php:280 ../../mod/thing.php:325
msgid "URL of thing (optional)"
msgstr "URL van ding (optioneel)"
-#: ../../mod/thing.php:284 ../../mod/thing.php:328
+#: ../../mod/thing.php:282 ../../mod/thing.php:326
msgid "URL for photo of thing (optional)"
msgstr "URL van foto van ding (optioneel)"
-#: ../../mod/thing.php:319
+#: ../../mod/thing.php:317
msgid "Add Thing to your Profile"
msgstr "Ding aan je profiel toevoegen"
@@ -7125,40 +7144,40 @@ msgstr "Jouw abonnement staat maar %d kanalen toe."
msgid "Nothing to import."
msgstr "Niets gevonden om te importeren"
-#: ../../mod/import.php:73
+#: ../../mod/import.php:75
msgid "Unable to download data from old server"
msgstr "Niet in staat om gegevens van de oude hub te downloaden"
-#: ../../mod/import.php:79
+#: ../../mod/import.php:81
msgid "Imported file is empty."
msgstr "Geïmporteerde bestand is leeg"
-#: ../../mod/import.php:103
+#: ../../mod/import.php:105
msgid ""
"Cannot create a duplicate channel identifier on this system. Import failed."
msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."
-#: ../../mod/import.php:121
+#: ../../mod/import.php:123
msgid "Channel clone failed. Import failed."
msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt."
-#: ../../mod/import.php:131
+#: ../../mod/import.php:133
msgid "Cloned channel not found. Import failed."
msgstr "Gekloond kanaal niet gevonden. Importeren mislukt."
-#: ../../mod/import.php:394
+#: ../../mod/import.php:451
msgid "Import completed."
msgstr "Import voltooid."
-#: ../../mod/import.php:406
+#: ../../mod/import.php:463
msgid "You must be logged in to use this feature."
msgstr "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken."
-#: ../../mod/import.php:411
+#: ../../mod/import.php:468
msgid "Import Channel"
msgstr "Kanaal importeren"
-#: ../../mod/import.php:412
+#: ../../mod/import.php:469
msgid ""
"Use this form to import an existing channel from a different server/hub. You"
" may retrieve the channel identity from the old server/hub via the network "
@@ -7166,27 +7185,27 @@ msgid ""
"be imported. Importation of content is not yet available."
msgstr "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken. Alleen de identiteit en de connecties zullen geïmporteerd worden. Het importeren van inhoud is nog niet beschikbaar."
-#: ../../mod/import.php:413
+#: ../../mod/import.php:470
msgid "File to Upload"
msgstr "Bestand om te uploaden"
-#: ../../mod/import.php:414
+#: ../../mod/import.php:471
msgid "Or provide the old server/hub details"
msgstr "Of vul de gegevens van de oude hub in"
-#: ../../mod/import.php:415
+#: ../../mod/import.php:472
msgid "Your old identity address (xyz@example.com)"
msgstr "Jouw oude kanaaladres (xyz@example.com)"
-#: ../../mod/import.php:416
+#: ../../mod/import.php:473
msgid "Your old login email address"
msgstr "Het e-mailadres van je oude account"
-#: ../../mod/import.php:417
+#: ../../mod/import.php:474
msgid "Your old login password"
msgstr "Wachtwoord van jouw oude account"
-#: ../../mod/import.php:418
+#: ../../mod/import.php:475
msgid ""
"For either option, please choose whether to make this hub your new primary "
"address, or whether your old location should continue this role. You will be"
@@ -7194,10 +7213,14 @@ msgid ""
"primary location for files, photos, and media."
msgstr "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen."
-#: ../../mod/import.php:419
+#: ../../mod/import.php:476
msgid "Make this hub my primary location"
msgstr "Stel deze hub als mijn primaire locatie in"
+#: ../../mod/import.php:477
+msgid "Import existing posts if possible"
+msgstr "Importeer bestaande berichten (wanneer mogelijk)"
+
#: ../../mod/invite.php:25
msgid "Total invitation limit exceeded."
msgstr "Limiet voor aantal uitnodigingen overschreden."
@@ -7239,7 +7262,7 @@ msgstr "Uitnodigingen verzenden"
msgid "Enter email addresses, one per line:"
msgstr "Voer e-mailadressen in, één per regel:"
-#: ../../mod/invite.php:131 ../../mod/mail.php:225 ../../mod/mail.php:338
+#: ../../mod/invite.php:131 ../../mod/mail.php:228 ../../mod/mail.php:341
msgid "Your message:"
msgstr "Jouw bericht:"
@@ -7267,28 +7290,28 @@ msgstr "of bezoek "
msgid "3. Click [Connect]"
msgstr "3. Klik op [+ Verbinden]"
-#: ../../mod/item.php:146
+#: ../../mod/item.php:150
msgid "Unable to locate original post."
msgstr "Niet in staat om de originele locatie van het bericht te vinden. "
-#: ../../mod/item.php:379
+#: ../../mod/item.php:409
msgid "Empty post discarded."
msgstr "Leeg bericht geannuleerd"
-#: ../../mod/item.php:421
+#: ../../mod/item.php:451
msgid "Executable content type not permitted to this channel."
msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."
-#: ../../mod/item.php:849
+#: ../../mod/item.php:881
msgid "System error. Post not saved."
msgstr "Systeemfout. Bericht niet opgeslagen."
-#: ../../mod/item.php:1315
+#: ../../mod/item.php:1349
#, php-format
msgid "You have reached your limit of %1$.0f top level posts."
msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt."
-#: ../../mod/item.php:1321
+#: ../../mod/item.php:1355
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt."
@@ -7304,7 +7327,7 @@ msgstr "Hulp voor dit onderdeel"
#: ../../mod/layouts.php:85
msgid "Layout Name"
-msgstr "Naam layout"
+msgstr "Naam lay-out"
#: ../../mod/like.php:15
msgid "Like/Dislike"
@@ -7448,7 +7471,7 @@ msgstr "Totaal aantal stemmen"
#: ../../mod/vote.php:98
msgid "Average Rating"
-msgstr "Gemiddeld cijfer"
+msgstr "Gemiddelde waardering"
#: ../../mod/mail.php:33
msgid "Unable to lookup recipient."
@@ -7466,65 +7489,61 @@ msgstr "Kan opgevraagd kanaal niet verifieren"
msgid "Selected channel has private message restrictions. Send failed."
msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt."
-#: ../../mod/mail.php:121 ../../mod/message.php:31
-msgid "Messages"
-msgstr "Berichten"
-
-#: ../../mod/mail.php:132
+#: ../../mod/mail.php:135
msgid "Message deleted."
msgstr "Bericht verwijderd."
-#: ../../mod/mail.php:149
+#: ../../mod/mail.php:152
msgid "Message recalled."
msgstr "Bericht ingetrokken."
-#: ../../mod/mail.php:215
+#: ../../mod/mail.php:218
msgid "Send Private Message"
msgstr "Privébericht versturen"
-#: ../../mod/mail.php:216 ../../mod/mail.php:333
+#: ../../mod/mail.php:219 ../../mod/mail.php:336
msgid "To:"
msgstr "Aan:"
-#: ../../mod/mail.php:221 ../../mod/mail.php:335
+#: ../../mod/mail.php:224 ../../mod/mail.php:338
msgid "Subject:"
msgstr "Onderwerp:"
-#: ../../mod/mail.php:232
+#: ../../mod/mail.php:235
msgid "Send"
msgstr "Verzenden"
-#: ../../mod/mail.php:259
+#: ../../mod/mail.php:262
msgid "Message not found."
msgstr "Bericht niet gevonden"
-#: ../../mod/mail.php:302 ../../mod/message.php:72
+#: ../../mod/mail.php:305
msgid "Delete message"
msgstr "Bericht verwijderen"
-#: ../../mod/mail.php:303
+#: ../../mod/mail.php:306
msgid "Recall message"
msgstr "Bericht intrekken"
-#: ../../mod/mail.php:305
+#: ../../mod/mail.php:308
msgid "Message has been recalled."
msgstr "Bericht is ingetrokken."
-#: ../../mod/mail.php:322
+#: ../../mod/mail.php:325
msgid "Private Conversation"
msgstr "Privéconversatie"
-#: ../../mod/mail.php:326
+#: ../../mod/mail.php:329 ../../mod/message.php:72
msgid "Delete conversation"
msgstr "Verwijder conversatie"
-#: ../../mod/mail.php:328
+#: ../../mod/mail.php:331
msgid ""
"No secure communications available. You <strong>may</strong> be able to "
"respond from the sender's profile page."
msgstr "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender."
-#: ../../mod/mail.php:332
+#: ../../mod/mail.php:335
msgid "Send Reply"
msgstr "Antwoord versturen"
@@ -7744,7 +7763,7 @@ msgstr "Verzenden bericht geslaagd."
#: ../../mod/zfinger.php:23
msgid "invalid target signature"
-msgstr "ongeldig doel-kenmerk (target signature)"
+msgstr "ongeldig doelkenmerk"
#: ../../mod/openid.php:26
msgid "OpenID protocol error. No ID returned."
@@ -7838,6 +7857,31 @@ msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het
msgid "No service class restrictions found."
msgstr "Geen abonnementsbeperkingen gevonden."
+#: ../../mod/impel.php:33
+msgid "webpage"
+msgstr "Webpagina"
+
+#: ../../mod/impel.php:38
+msgid "block"
+msgstr "blok"
+
+#: ../../mod/impel.php:43
+msgid "layout"
+msgstr "lay-out"
+
+#: ../../mod/impel.php:117
+#, php-format
+msgid "%s element installed"
+msgstr "%s onderdeel geïnstalleerd"
+
+#: ../../mod/locs.php:47 ../../mod/locs.php:74
+msgid "Location not found."
+msgstr "Locatie niet gevonden."
+
+#: ../../mod/locs.php:78
+msgid "Primary location cannot be removed."
+msgstr "Primaire locatie kan niet worden verwijderd."
+
#: ../../view/theme/apw/php/config.php:202
#: ../../view/theme/apw/php/config.php:236
msgid "Schema Default"
@@ -7890,7 +7934,7 @@ msgstr "Schaduwkleur instellen (standaard #000)"
#: ../../view/theme/apw/php/config.php:267
msgid "Set radius size, default 5px"
-msgstr "Radius instellen, standaard 5px"
+msgstr "Radius instellen (standaard 5px)"
#: ../../view/theme/apw/php/config.php:268
msgid "Set line-height for posts and comments"
@@ -8158,6 +8202,6 @@ msgstr "toegang geweigerd"
msgid "Got Zot?"
msgstr "Heb je Zot?"
-#: ../../boot.php:2001
+#: ../../boot.php:2005
msgid "toggle mobile"
msgstr "mobiele weergave omschakelen"
diff --git a/view/nl/strings.php b/view/nl/strings.php
index 83eadca77..ead04a495 100644
--- a/view/nl/strings.php
+++ b/view/nl/strings.php
@@ -10,6 +10,23 @@ $a->strings["Profile Photos"] = "Profielfoto's";
$a->strings["view full size"] = "volledige grootte tonen";
$a->strings["Embedded content"] = "Ingesloten inhoud";
$a->strings["Embedding disabled"] = "Insluiten uitgeschakeld";
+$a->strings["Permission denied"] = "Toegang geweigerd";
+$a->strings["(Unknown)"] = "(Onbekend)";
+$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar.";
+$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar.";
+$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar.";
+$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar.";
+$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar.";
+$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar.";
+$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar.";
+$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar.";
+$a->strings["Item not found."] = "Item niet gevonden.";
+$a->strings["Permission denied."] = "Toegang geweigerd";
+$a->strings["Collection not found."] = "Collectie niet gevonden.";
+$a->strings["Collection is empty."] = "Collectie is leeg";
+$a->strings["Collection: %s"] = "Collectie: %s";
+$a->strings["Connection: %s"] = "Connectie: %s";
+$a->strings["Connection not found."] = "Connectie niet gevonden.";
$a->strings["created a new post"] = "maakte een nieuw bericht aan";
$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s";
$a->strings["Site Admin"] = "Hubbeheerder";
@@ -24,7 +41,7 @@ $a->strings["Webpages"] = "Webpagina's";
$a->strings["Channel Home"] = "Tijdlijn kanaal";
$a->strings["Profile"] = "Profiel";
$a->strings["Photos"] = "Foto's";
-$a->strings["Events"] = "Gebeurtenissen";
+$a->strings["Events"] = "Agenda";
$a->strings["Directory"] = "Gids";
$a->strings["Help"] = "Hulp";
$a->strings["Mail"] = "Privéberichten";
@@ -46,6 +63,20 @@ $a->strings["Purchase"] = "Aanschaffen";
$a->strings["Edit"] = "Bewerken";
$a->strings["Delete"] = "Verwijderen";
$a->strings["Unknown"] = "Onbekend";
+$a->strings["Item was not found."] = "Item niet gevonden";
+$a->strings["No source file."] = "Geen bronbestand.";
+$a->strings["Cannot locate file to replace"] = "Kan het te vervangen bestand niet vinden";
+$a->strings["Cannot locate file to revise/update"] = "Kan het bestand wat aangepast moet worden niet vinden";
+$a->strings["File exceeds size limit of %d"] = "Bestand is groter dan de toegelaten %d";
+$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt.";
+$a->strings["File upload failed. Possible system limit or action terminated."] = "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken.";
+$a->strings["Stored file could not be verified. Upload failed."] = "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt.";
+$a->strings["Path not available."] = "Pad niet beschikbaar.";
+$a->strings["Empty pathname"] = "Padnaam leeg";
+$a->strings["duplicate filename or path"] = "dubbele bestandsnaam of pad";
+$a->strings["Path not found."] = "Pad niet gevonden";
+$a->strings["mkdir failed."] = "directory aanmaken (mkdir) mislukt.";
+$a->strings["database storage failed."] = "opslag in database mislukt.";
$a->strings["New Page"] = "Nieuwe pagina";
$a->strings["View"] = "Weergeven";
$a->strings["Preview"] = "Voorvertoning";
@@ -55,10 +86,56 @@ $a->strings["Title"] = "Titel";
$a->strings["Created"] = "Aangemaakt";
$a->strings["Edited"] = "Bewerkt";
$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."] = "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. ";
+$a->strings["Categories"] = "Categorieën";
+$a->strings["Apps"] = "Apps";
+$a->strings["System"] = "Systeem";
+$a->strings["Personal"] = "Persoonlijk";
+$a->strings["Create Personal App"] = "Persoonlijke app maken";
+$a->strings["Edit Personal App"] = "Persoonlijke app bewerken";
+$a->strings["Connect"] = "Verbinden";
+$a->strings["Ignore/Hide"] = "Negeren/Verbergen";
+$a->strings["Suggestions"] = "Voorgestelde kanalen";
+$a->strings["See more..."] = "Meer...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties.";
+$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen";
+$a->strings["Enter the channel address"] = "Vul het adres van het nieuwe kanaal in";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: bob@example.com, http://example.com/barbara";
+$a->strings["Notes"] = "Aantekeningen";
+$a->strings["Save"] = "Opslaan";
+$a->strings["Remove term"] = "Verwijder zoekterm";
+$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
+$a->strings["add"] = "toevoegen";
+$a->strings["Saved Folders"] = "Bewaarde mappen";
+$a->strings["Everything"] = "Alles";
+$a->strings["Archives"] = "Archieven";
+$a->strings["Refresh"] = "Vernieuwen";
+$a->strings["Me"] = "Ik";
+$a->strings["Best Friends"] = "Goede vrienden";
+$a->strings["Friends"] = "Vrienden";
+$a->strings["Co-workers"] = "Collega's";
+$a->strings["Former Friends"] = "Oude vrienden";
+$a->strings["Acquaintances"] = "Kennissen";
+$a->strings["Everybody"] = "Iedereen";
+$a->strings["Account settings"] = "Account";
+$a->strings["Channel settings"] = "Kanaal";
+$a->strings["Additional features"] = "Extra functies";
+$a->strings["Feature settings"] = "Plug-ins";
+$a->strings["Display settings"] = "Weergave";
+$a->strings["Connected apps"] = "Verbonden applicaties";
+$a->strings["Export channel"] = "Kanaal exporteren";
+$a->strings["Export content"] = "Inhoud exporteren";
+$a->strings["Automatic Permissions (Advanced)"] = "Automatische permissies (geavanceerd)";
+$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal";
+$a->strings["Channel Sources"] = "Kanaalbronnen";
+$a->strings["Messages"] = "Berichten";
+$a->strings["Check Mail"] = "Controleer op nieuwe berichten";
+$a->strings["New Message"] = "Nieuw bericht";
+$a->strings["Chat Rooms"] = "Chatkanalen";
+$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen";
+$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen";
$a->strings["Invalid data packet"] = "Datapakket ongeldig";
-$a->strings["Unable to verify channel signature"] = "Kanaal-kenmerk (channel signature) kon niet worden geverifieerd. ";
-$a->strings["Unable to verify site signature for %s"] = "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd";
-$a->strings["Permission denied."] = "Toegang geweigerd";
+$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. ";
+$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd";
$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes";
$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg";
$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden";
@@ -76,71 +153,178 @@ $a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s veranderde %2
$a->strings["Visit %1\$s's %2\$s"] = "Bezoek het %2\$s van %1\$s";
$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepaste %2\$s, %3\$s veranderd.";
$a->strings["Public Timeline"] = "Openbare tijdlijn";
-$a->strings["Item was not found."] = "Item niet gevonden";
-$a->strings["No source file."] = "Geen bronbestand.";
-$a->strings["Cannot locate file to replace"] = "Kan het te vervangen bestand niet vinden";
-$a->strings["Cannot locate file to revise/update"] = "Kan het bestand wat aangepast moet worden niet vinden";
-$a->strings["File exceeds size limit of %d"] = "Bestand is groter dan de toegelaten %d";
-$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt.";
-$a->strings["File upload failed. Possible system limit or action terminated."] = "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken.";
-$a->strings["Stored file could not be verified. Upload failed."] = "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt.";
-$a->strings["Path not available."] = "Pad niet beschikbaar.";
-$a->strings["Empty pathname"] = "Padnaam leeg";
-$a->strings["duplicate filename or path"] = "dubbele bestandsnaam of pad";
-$a->strings["Path not found."] = "Pad niet gevonden";
-$a->strings["mkdir failed."] = "directory aanmaken (mkdir) mislukt.";
-$a->strings["database storage failed."] = "opslag in database mislukt.";
-$a->strings["Logout"] = "Uitloggen";
-$a->strings["End this session"] = "Beëindig deze sessie";
-$a->strings["Home"] = "Home";
-$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties";
-$a->strings["View Profile"] = "Profiel weergeven";
-$a->strings["Your profile page"] = "Jouw profielpagina";
-$a->strings["Edit Profiles"] = "Bewerk profielen";
-$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen";
+$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen";
+$a->strings["Empty name"] = "Ontbrekende naam";
+$a->strings["Name too long"] = "Naam te lang";
+$a->strings["No account identifier"] = "Geen account-identificator";
+$a->strings["Nickname is required."] = "Bijnaam is verplicht";
+$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik.";
+$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden";
+$a->strings["Default Profile"] = "Standaardprofiel";
+$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar.";
+$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
+$a->strings["Change profile photo"] = "Profielfoto veranderen";
+$a->strings["Profiles"] = "Profielen";
+$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
+$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
$a->strings["Edit Profile"] = "Profiel bewerken";
-$a->strings["Edit your profile"] = "Jouw profiel bewerken";
-$a->strings["Your photos"] = "Jouw foto's";
-$a->strings["Your files"] = "Jouw bestanden";
-$a->strings["Your chatrooms"] = "Jouw chatkanalen";
-$a->strings["Your bookmarks"] = "Jouw bladwijzers";
-$a->strings["Your webpages"] = "Jouw webpagina's";
-$a->strings["Sign in"] = "Inloggen";
-$a->strings["%s - click to logout"] = "%s - klik om uit te loggen";
-$a->strings["Click to authenticate to your home hub"] = "Klik om jezelf te authenticeren via jouw eigen RedMatrix-hub";
-$a->strings["Home Page"] = "Homepage";
-$a->strings["Register"] = "Registreren ";
-$a->strings["Create an account"] = "Maak een account aan";
-$a->strings["Help and documentation"] = "Hulp en documentatie";
-$a->strings["Apps"] = "Apps";
-$a->strings["Applications, utilities, links, games"] = "Apps";
-$a->strings["Search site content"] = "Inhoud van deze RedMatrix-hub doorzoeken";
-$a->strings["Channel Locator"] = "Kanalengids";
-$a->strings["Your matrix"] = "Jouw matrix";
-$a->strings["Mark all matrix notifications seen"] = "Markeer alle matrixnotificaties als bekeken";
-$a->strings["Channel home"] = "Tijdlijn kanaal";
-$a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren";
-$a->strings["Connections"] = "Connecties";
-$a->strings["Notices"] = "Notificaties";
-$a->strings["Notifications"] = "Notificaties";
-$a->strings["See all notifications"] = "Alle notificaties weergeven";
-$a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken";
-$a->strings["Private mail"] = "Privéberichten";
-$a->strings["See all private messages"] = "Alle privéberichten weergeven";
-$a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken";
-$a->strings["Inbox"] = "Postvak IN";
-$a->strings["Outbox"] = "Postvak UIT";
-$a->strings["New Message"] = "Nieuw bericht";
-$a->strings["Event Calendar"] = "Agenda";
-$a->strings["See all events"] = "Alle gebeurtenissen weergeven";
-$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken";
-$a->strings["Manage Your Channels"] = "Beheer je kanalen";
-$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen";
-$a->strings["Admin"] = "Beheer";
-$a->strings["Site Setup and Configuration"] = "Hub instellen en beheren";
-$a->strings["Nothing new here"] = "Niets nieuw hier";
-$a->strings["Please wait..."] = "Wachten aub...";
-$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s";
+$a->strings["Profile Image"] = "Profielfoto";
+$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
+$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
+$a->strings["Location:"] = "Plaats:";
+$a->strings["Gender:"] = "Geslacht:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepagina:";
+$a->strings["Online Now"] = "Nu online";
+$a->strings["g A l F d"] = "G:i, l d F";
+$a->strings["F d"] = "d F";
+$a->strings["[today]"] = "[vandaag]";
+$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen";
+$a->strings["Birthdays this week:"] = "Verjaardagen deze week:";
+$a->strings["[No description]"] = "[Geen omschrijving]";
+$a->strings["Event Reminders"] = "Herinneringen";
+$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
+$a->strings["Full Name:"] = "Volledige naam:";
+$a->strings["Like this channel"] = "Vind dit kanaal leuk";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "vindt dit leuk",
+ 1 => "vinden dit leuk",
+);
+$a->strings["j F, Y"] = "F j Y";
+$a->strings["j F"] = "F j";
+$a->strings["Birthday:"] = "Geboortedatum:";
+$a->strings["Age:"] = "Leeftijd:";
+$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Seksuele voorkeur:";
+$a->strings["Hometown:"] = "Oorspronkelijk uit:";
+$a->strings["Tags:"] = "Trefwoorden:";
+$a->strings["Political Views:"] = "Politieke overtuigingen:";
+$a->strings["Religion:"] = "Religie:";
+$a->strings["About:"] = "Over:";
+$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
+$a->strings["Likes:"] = "Houdt van:";
+$a->strings["Dislikes:"] = "Houdt niet van:";
+$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
+$a->strings["My other channels:"] = "Mijn andere kanalen";
+$a->strings["Musical interests:"] = "Muzikale interesses:";
+$a->strings["Books, literature:"] = "Boeken, literatuur:";
+$a->strings["Television:"] = "Televisie:";
+$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
+$a->strings["Love/Romance:"] = "Liefde/romantiek:";
+$a->strings["Work/employment:"] = "Werk/beroep:";
+$a->strings["School/education:"] = "School/opleiding:";
+$a->strings["Like this thing"] = "Vind dit ding leuk";
+$a->strings["photo"] = "foto";
+$a->strings["event"] = "gebeurtenis";
+$a->strings["channel"] = "kanaal";
+$a->strings["status"] = "bericht";
+$a->strings["comment"] = "reactie";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk";
+$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s is nu met %2\$s verbonden";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s heeft %2\$s aangestoten";
+$a->strings["poked"] = "aangestoten";
+$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s";
+$a->strings["Select"] = "Kies";
+$a->strings["Private Message"] = "Privébericht";
+$a->strings["Message signature validated"] = "Berichtkenmerk gevalideerd";
+$a->strings["Message signature incorrect"] = "Berichtkenmerk onjuist";
+$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s";
+$a->strings["Categories:"] = "Categorieën:";
+$a->strings["Filed under:"] = "Bewaard onder:";
+$a->strings[" from %s"] = " van %s";
+$a->strings["last edited: %s"] = "laatst bewerkt: %s";
+$a->strings["Expires: %s"] = "Verloopt: %s";
+$a->strings["View in context"] = "In context bekijken";
+$a->strings["Please wait"] = "Even wachten";
+$a->strings["remove"] = "verwijderen";
+$a->strings["Loading..."] = "Aan het laden...";
+$a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items";
+$a->strings["View Source"] = "Bron weergeven";
+$a->strings["Follow Thread"] = "Conversatie volgen";
+$a->strings["View Status"] = "Status weergeven";
+$a->strings["View Profile"] = "Profiel weergeven";
+$a->strings["View Photos"] = "Foto's weergeven";
+$a->strings["Matrix Activity"] = "Activiteit in de RedMatrix";
+$a->strings["Edit Contact"] = "Contact bewerken";
+$a->strings["Send PM"] = "Privébericht verzenden";
+$a->strings["%s likes this."] = "%s vindt dit leuk.";
+$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk.";
+$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
+ 0 => "<span %1\$s>%2\$d persoon</span> vindt dit leuk.",
+ 1 => "<span %1\$s>%2\$d personen</span> vinden dit leuk.",
+);
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "<span %1\$s>%2\$d persoon</span> vindt dit niet leuk.",
+ 1 => "<span %1\$s>%2\$d personen</span> vinden dit niet leuk.",
+);
+$a->strings["and"] = "en";
+$a->strings[", and %d other people"] = array(
+ 0 => ", en %d ander persoon",
+ 1 => ", en %d andere personen",
+);
+$a->strings["%s like this."] = "%s vinden dit leuk.";
+$a->strings["%s don't like this."] = "%s vinden dit niet leuk.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Voor <strong>iedereen</strong> zichtbaar";
+$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:";
+$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:";
+$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:";
+$a->strings["Tag term:"] = "Label:";
+$a->strings["Save to Folder:"] = "Bewaar in map: ";
+$a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?";
+$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM";
+$a->strings["Share"] = "Delen";
+$a->strings["Page link title"] = "Titel van paginalink";
+$a->strings["Post as"] = "Bericht plaatsen als";
+$a->strings["Upload photo"] = "Foto uploaden";
+$a->strings["upload photo"] = "foto uploaden";
+$a->strings["Attach file"] = "Bestand toevoegen";
+$a->strings["attach file"] = "bestand toevoegen";
+$a->strings["Insert web link"] = "Weblink invoegen";
+$a->strings["web link"] = "Weblink";
+$a->strings["Insert video link"] = "Videolink invoegen";
+$a->strings["video link"] = "videolink";
+$a->strings["Insert audio link"] = "Audiolink invoegen";
+$a->strings["audio link"] = "audiolink";
+$a->strings["Set your location"] = "Locatie instellen";
+$a->strings["set location"] = "locatie instellen";
+$a->strings["Clear browser location"] = "Locatie van webbrowser wissen";
+$a->strings["clear location"] = "locatie wissen";
+$a->strings["Set title"] = "Titel instellen";
+$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)";
+$a->strings["Permission settings"] = "Permissies";
+$a->strings["permissions"] = "permissies";
+$a->strings["Public post"] = "Openbaar bericht";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be";
+$a->strings["Set expiration date"] = "Verloopdatum instellen";
+$a->strings["Encrypt text"] = "Tekst versleutelen";
+$a->strings["OK"] = "OK";
+$a->strings["Cancel"] = "Annuleren";
+$a->strings["Discover"] = "Ontdekken";
+$a->strings["Imported public streams"] = "Openbare streams importeren";
+$a->strings["Commented Order"] = "Nieuwe reacties bovenaan";
+$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan";
+$a->strings["Posted Order"] = "Nieuwe berichten bovenaan";
+$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan";
+$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent";
+$a->strings["New"] = "Nieuw";
+$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum";
+$a->strings["Starred"] = "Met ster";
+$a->strings["Favourite Posts"] = "Favoriete berichten";
+$a->strings["Spam"] = "Spam";
+$a->strings["Posts flagged as SPAM"] = "Berichten gemarkeerd als SPAM";
+$a->strings["Channel"] = "Kanaal";
+$a->strings["Status Messages and Posts"] = "Berichten in dit kanaal";
+$a->strings["About"] = "Over";
+$a->strings["Profile Details"] = "Profiel";
+$a->strings["Files and Storage"] = "Bestanden en opslagruimte";
+$a->strings["Chatrooms"] = "Chatkanalen";
+$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers";
+$a->strings["Manage Webpages"] = "Webpagina's beheren";
+$a->strings["Logged out."] = "Uitgelogd.";
+$a->strings["Failed authentication"] = "Mislukte authenticatie";
+$a->strings["Login failed."] = "Inloggen mislukt.";
$a->strings["prev"] = "vorige";
$a->strings["first"] = "eerste";
$a->strings["last"] = "laatste";
@@ -153,9 +337,7 @@ $a->strings["%d Connection"] = array(
1 => "%d connecties",
);
$a->strings["View Connections"] = "Connecties weergeven";
-$a->strings["Save"] = "Opslaan";
$a->strings["poke"] = "aanstoten";
-$a->strings["poked"] = "aangestoten";
$a->strings["ping"] = "ping";
$a->strings["pinged"] = "gepingd";
$a->strings["prod"] = "por";
@@ -212,20 +394,17 @@ $a->strings["remove category"] = "categorie verwijderen";
$a->strings["remove from file"] = "uit map verwijderen";
$a->strings["Click to open/close"] = "Klik om te openen of te sluiten";
$a->strings["Link to Source"] = "Originele locatie";
-$a->strings["Select a page layout: "] = "Kies een paginalayout: ";
+$a->strings["Select a page layout: "] = "Kies een paginalay-out: ";
$a->strings["default"] = "standaard";
$a->strings["Page content type: "] = "Opmaakcode pagina";
$a->strings["Select an alternate language"] = "Kies een andere taal";
-$a->strings["photo"] = "foto";
-$a->strings["event"] = "gebeurtenis";
-$a->strings["status"] = "bericht";
-$a->strings["comment"] = "reactie";
$a->strings["activity"] = "activiteit";
$a->strings["Design"] = "Ontwerp";
$a->strings["Blocks"] = "Blokken";
$a->strings["Menus"] = "Menu's";
-$a->strings["Layouts"] = "Layouts";
+$a->strings["Layouts"] = "Lay-outs";
$a->strings["Pages"] = "Pagina's";
+$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s";
$a->strings["Tags"] = "Labels";
$a->strings["Keywords"] = "Trefwoorden";
$a->strings["have"] = "heb";
@@ -236,10 +415,6 @@ $a->strings["like"] = "vind dit leuk";
$a->strings["likes"] = "vindt dit leuk";
$a->strings["dislike"] = "vind dit niet leuk";
$a->strings["dislikes"] = "vindt dit niet leuk";
-$a->strings["__ctx:noun__ Like"] = array(
- 0 => "vindt dit leuk",
- 1 => "vinden dit leuk",
-);
$a->strings["Default"] = "Standaard";
$a->strings["Frequently"] = "Regelmatig";
$a->strings["Hourly"] = "Elk uur";
@@ -272,9 +447,6 @@ $a->strings["Random Profile"] = "Willekeurig profiel";
$a->strings["Invite Friends"] = "Vrienden uitnodigen";
$a->strings["Exammple: name=fred and country=iceland"] = "Voorbeeld: (voor naam) name=herman en (voor land) country=nederland";
$a->strings["Advanced Find"] = "Geavanceerd zoeken";
-$a->strings["Saved Folders"] = "Bewaarde mappen";
-$a->strings["Everything"] = "Alles";
-$a->strings["Categories"] = "Categorieën";
$a->strings["%d connection in common"] = array(
0 => "%d gemeenschappelijke connectie",
1 => "%d gemeenschappelijke connecties",
@@ -283,47 +455,71 @@ $a->strings["show more"] = "meer connecties weergeven";
$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
$a->strings["Starts:"] = "Start:";
$a->strings["Finishes:"] = "Einde:";
-$a->strings["Location:"] = "Plaats:";
$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
$a->strings["Not a valid email address"] = "Geen geldig e-mailadres";
$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan";
-$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd .";
+$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd.";
$a->strings["An invitation is required."] = "Een uitnodiging is vereist";
$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden";
$a->strings["Please enter the required information."] = "Vul de vereiste informatie in.";
$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden.";
$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s";
-$a->strings["Registration request at %s"] = "Registratieverzoek op %s";
+$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s";
$a->strings["Administrator"] = "Beheerder";
$a->strings["your registration password"] = "jouw registratiewachtwoord";
-$a->strings["Registration details for %s"] = "Registratiedetails voor %s";
+$a->strings["Registration details for %s"] = "Registratiegegevens voor %s";
$a->strings["Account approved."] = "Account goedgekeurd";
$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s";
$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen.";
$a->strings["Click here to upgrade."] = "Klik hier om te upgraden.";
$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden.";
$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement.";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
-$a->strings["Miscellaneous"] = "Diversen";
-$a->strings["year"] = "jaar";
-$a->strings["month"] = "maand";
-$a->strings["day"] = "dag";
-$a->strings["never"] = "nooit";
-$a->strings["less than a second ago"] = "minder dan een seconde geleden";
-$a->strings["years"] = "jaren";
-$a->strings["months"] = "maanden";
-$a->strings["week"] = "week";
-$a->strings["weeks"] = "weken";
-$a->strings["days"] = "dagen";
-$a->strings["hour"] = "uur";
-$a->strings["hours"] = "uren";
-$a->strings["minute"] = "minuut";
-$a->strings["minutes"] = "minuten";
-$a->strings["second"] = "seconde";
-$a->strings["seconds"] = "seconden";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
-$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
-$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
+$a->strings["Logout"] = "Uitloggen";
+$a->strings["End this session"] = "Beëindig deze sessie";
+$a->strings["Home"] = "Home";
+$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties";
+$a->strings["Your profile page"] = "Jouw profielpagina";
+$a->strings["Edit Profiles"] = "Bewerk profielen";
+$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen";
+$a->strings["Edit your profile"] = "Jouw profiel bewerken";
+$a->strings["Your photos"] = "Jouw foto's";
+$a->strings["Your files"] = "Jouw bestanden";
+$a->strings["Your chatrooms"] = "Jouw chatkanalen";
+$a->strings["Your bookmarks"] = "Jouw bladwijzers";
+$a->strings["Your webpages"] = "Jouw webpagina's";
+$a->strings["Sign in"] = "Inloggen";
+$a->strings["%s - click to logout"] = "%s - klik om uit te loggen";
+$a->strings["Remote authentication"] = "Authenticatie op afstand";
+$a->strings["Click to authenticate to your home hub"] = "Authenticeer jezelf via (bijvoorbeeld) jouw RedMatrix-hub";
+$a->strings["Home Page"] = "Homepage";
+$a->strings["Register"] = "Registreren";
+$a->strings["Create an account"] = "Maak een account aan";
+$a->strings["Help and documentation"] = "Hulp en documentatie";
+$a->strings["Applications, utilities, links, games"] = "Apps";
+$a->strings["Search site content"] = "Inhoud van deze RedMatrix-hub doorzoeken";
+$a->strings["Channel Locator"] = "Kanalengids";
+$a->strings["Your matrix"] = "Jouw matrix";
+$a->strings["Mark all matrix notifications seen"] = "Markeer alle matrixnotificaties als bekeken";
+$a->strings["Channel home"] = "Tijdlijn kanaal";
+$a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren";
+$a->strings["Connections"] = "Connecties";
+$a->strings["Notices"] = "Notificaties";
+$a->strings["Notifications"] = "Notificaties";
+$a->strings["See all notifications"] = "Alle notificaties weergeven";
+$a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken";
+$a->strings["Private mail"] = "Privéberichten";
+$a->strings["See all private messages"] = "Alle privéberichten weergeven";
+$a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken";
+$a->strings["Inbox"] = "Postvak IN";
+$a->strings["Outbox"] = "Postvak UIT";
+$a->strings["Event Calendar"] = "Agenda";
+$a->strings["See all events"] = "Alle gebeurtenissen weergeven";
+$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken";
+$a->strings["Manage Your Channels"] = "Beheer je kanalen";
+$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen";
+$a->strings["Admin"] = "Beheer";
+$a->strings["Site Setup and Configuration"] = "Hub instellen en beheren";
+$a->strings["Please wait..."] = "Wachten aub...";
$a->strings["Sort Options"] = "Sorteeropties";
$a->strings["Alphabetic"] = "Alfabetisch";
$a->strings["Reverse Alphabetic"] = "Omgekeerd alfabetisch";
@@ -372,125 +568,11 @@ $a->strings["Name:"] = "Naam:";
$a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen.";
$a->strings["[Red:Notify]"] = "[Red:Notificatie]";
-$a->strings["parent"] = "omhoog";
-$a->strings["Collection"] = "map";
-$a->strings["Principal"] = "principal";
-$a->strings["Addressbook"] = "Adresboek";
-$a->strings["Calendar"] = "Agenda";
-$a->strings["Schedule Inbox"] = "Planning-postvak IN";
-$a->strings["Schedule Outbox"] = "Planning-postvak UIT";
-$a->strings["%1\$s used"] = "%1\$s gebruikt";
-$a->strings["%1\$s used of %2\$s (%3\$s&#37;)"] = "%1\$s van %2\$s gebruikt (%3\$s&#37;)";
-$a->strings["Name"] = "Naam";
-$a->strings["Type"] = "Type";
-$a->strings["Size"] = "Grootte";
-$a->strings["Last Modified"] = "Laatst gewijzigd";
-$a->strings["Total"] = "Totaal";
-$a->strings["Create new folder"] = "Nieuwe map aanmaken";
-$a->strings["Create"] = "Aanmaken";
-$a->strings["Upload file"] = "Bestand uploaden";
-$a->strings["Upload"] = "Uploaden";
-$a->strings["channel"] = "kanaal";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk";
-$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s is nu met %2\$s verbonden";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s heeft %2\$s aangestoten";
-$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s";
-$a->strings["Select"] = "Kies";
-$a->strings["Private Message"] = "Privébericht";
-$a->strings["Message is verified"] = "Bericht is geverifieerd";
-$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s";
-$a->strings["Categories:"] = "Categorieën:";
-$a->strings["Filed under:"] = "Bewaard onder:";
-$a->strings[" from %s"] = " van %s";
-$a->strings["last edited: %s"] = "laatst bewerkt: %s";
-$a->strings["Expires: %s"] = "Verloopt: %s";
-$a->strings["View in context"] = "In context bekijken";
-$a->strings["Please wait"] = "Even wachten";
-$a->strings["remove"] = "verwijderen";
-$a->strings["Loading..."] = "Aan het laden...";
-$a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items";
-$a->strings["View Source"] = "Bron weergeven";
-$a->strings["Follow Thread"] = "Conversatie volgen";
-$a->strings["View Status"] = "Status weergeven";
-$a->strings["View Photos"] = "Foto's weergeven";
-$a->strings["Matrix Activity"] = "Activiteit in de RedMatrix";
-$a->strings["Connect"] = "Verbinden";
-$a->strings["Edit Contact"] = "Contact bewerken";
-$a->strings["Send PM"] = "Privébericht verzenden";
-$a->strings["%s likes this."] = "%s vindt dit leuk.";
-$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk.";
-$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
- 0 => "<span %1\$s>%2\$d persoon</span> vindt dit leuk.",
- 1 => "<span %1\$s>%2\$d personen</span> vinden dit leuk.",
-);
-$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
- 0 => "<span %1\$s>%2\$d persoon</span> vindt dit niet leuk.",
- 1 => "<span %1\$s>%2\$d personen</span> vinden dit niet leuk.",
-);
-$a->strings["and"] = "en";
-$a->strings[", and %d other people"] = array(
- 0 => ", en %d ander persoon",
- 1 => ", en %d andere personen",
-);
-$a->strings["%s like this."] = "%s vinden dit leuk.";
-$a->strings["%s don't like this."] = "%s vinden dit niet leuk.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Voor <strong>iedereen</strong> zichtbaar";
-$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:";
-$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:";
-$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:";
-$a->strings["Tag term:"] = "Label:";
-$a->strings["Save to Folder:"] = "Bewaar in map: ";
-$a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?";
-$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM";
-$a->strings["Share"] = "Delen";
-$a->strings["Page link title"] = "Titel van paginalink";
-$a->strings["Post as"] = "Bericht plaatsen als";
-$a->strings["Upload photo"] = "Foto uploaden";
-$a->strings["upload photo"] = "foto uploaden";
-$a->strings["Attach file"] = "Bestand toevoegen";
-$a->strings["attach file"] = "bestand toevoegen";
-$a->strings["Insert web link"] = "Weblink invoegen";
-$a->strings["web link"] = "Weblink";
-$a->strings["Insert video link"] = "Videolink invoegen";
-$a->strings["video link"] = "videolink";
-$a->strings["Insert audio link"] = "Audiolink invoegen";
-$a->strings["audio link"] = "audiolink";
-$a->strings["Set your location"] = "Locatie instellen";
-$a->strings["set location"] = "locatie instellen";
-$a->strings["Clear browser location"] = "Locatie van webbrowser wissen";
-$a->strings["clear location"] = "locatie wissen";
-$a->strings["Set title"] = "Titel instellen";
-$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)";
-$a->strings["Permission settings"] = "Permissies";
-$a->strings["permissions"] = "permissies";
-$a->strings["Public post"] = "Openbaar bericht";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be";
-$a->strings["Set expiration date"] = "Verloopdatum instellen";
-$a->strings["Encrypt text"] = "Tekst versleutelen";
-$a->strings["OK"] = "OK";
-$a->strings["Cancel"] = "Annuleren";
-$a->strings["Discover"] = "Ontdekken";
-$a->strings["Imported public streams"] = "Openbare streams importeren";
-$a->strings["Commented Order"] = "Nieuwe reacties bovenaan";
-$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan";
-$a->strings["Posted Order"] = "Nieuwe berichten bovenaan";
-$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan";
-$a->strings["Personal"] = "Persoonlijk";
-$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent";
-$a->strings["New"] = "Nieuw";
-$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum";
-$a->strings["Starred"] = "Met ster";
-$a->strings["Favourite Posts"] = "Favoriete berichten";
-$a->strings["Spam"] = "Spam";
-$a->strings["Posts flagged as SPAM"] = "Berichten gemarkeerd als SPAM";
-$a->strings["Channel"] = "Kanaal";
-$a->strings["Status Messages and Posts"] = "Berichten in dit kanaal";
-$a->strings["About"] = "Over";
-$a->strings["Profile Details"] = "Profiel";
-$a->strings["Files and Storage"] = "Bestanden en opslagruimte";
-$a->strings["Chatrooms"] = "Chatkanalen";
-$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers";
-$a->strings["Manage Webpages"] = "Webpagina's beheren";
+$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt";
+$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al";
+$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal";
+$a->strings["Room not found."] = "Chatkanaal niet gevonden";
+$a->strings["Room is full"] = "Chatkanaal is vol";
$a->strings["General Features"] = "Algemene functies";
$a->strings["Content Expiration"] = "Inhoud laten verlopen";
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen";
@@ -517,7 +599,6 @@ $a->strings["Use Markdown"] = "Markdown gebruiken";
$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken.";
$a->strings["Post Preview"] = "Voorvertoning";
$a->strings["Allow previewing posts and comments before publishing them"] = "Een optie om je berichten en reacties voor het definitief publiceren voor te vertonen";
-$a->strings["Channel Sources"] = "Kanaalbronnen";
$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren.";
$a->strings["Even More Encryption"] = "Extra encryptie";
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel.";
@@ -526,7 +607,6 @@ $a->strings["Search by Date"] = "Zoek op datum";
$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren ";
$a->strings["Collections Filter"] = "Filter op collecties";
$a->strings["Enable widget to display Network posts only from selected collections"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties";
-$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab";
$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had";
@@ -558,27 +638,6 @@ $a->strings["Protocol disabled."] = "Protocol uitgeschakeld.";
$a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt.";
$a->strings["local account not found."] = "lokale account niet gevonden.";
$a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden";
-$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt";
-$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al";
-$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal";
-$a->strings["Room not found."] = "Chatkanaal niet gevonden";
-$a->strings["Room is full"] = "Chatkanaal is vol";
-$a->strings["Permission denied"] = "Toegang geweigerd";
-$a->strings["(Unknown)"] = "(Onbekend)";
-$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar.";
-$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar.";
-$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar.";
-$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar.";
-$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar.";
-$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar.";
-$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar.";
-$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar.";
-$a->strings["Item not found."] = "Item niet gevonden.";
-$a->strings["Collection not found."] = "Collectie niet gevonden.";
-$a->strings["Collection is empty."] = "Collectie is leeg";
-$a->strings["Collection: %s"] = "Collectie: %s";
-$a->strings["Connection: %s"] = "Connectie: %s";
-$a->strings["Connection not found."] = "Connectie niet gevonden.";
$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."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken.";
$a->strings["Default privacy group for new contacts"] = "Standaard privacy-collectie voor nieuwe kanalen";
$a->strings["All Channels"] = "Alle kanalen";
@@ -587,108 +646,36 @@ $a->strings["Collections"] = "Collecties";
$a->strings["Edit collection"] = "Collectie bewerken";
$a->strings["Create a new collection"] = "Nieuwe collectie aanmaken";
$a->strings["Channels not in any collection"] = "Kanalen die zich in geen enkele collectie bevinden";
-$a->strings["add"] = "toevoegen";
-$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen";
-$a->strings["Empty name"] = "Ontbrekende naam";
-$a->strings["Name too long"] = "Naam te lang";
-$a->strings["No account identifier"] = "Geen account-identificator";
-$a->strings["Nickname is required."] = "Bijnaam is verplicht";
-$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere.";
-$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik.";
-$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden";
-$a->strings["Default Profile"] = "Standaardprofiel";
-$a->strings["Friends"] = "Vrienden";
-$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar.";
-$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
-$a->strings["Change profile photo"] = "Profielfoto veranderen";
-$a->strings["Profiles"] = "Profielen";
-$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
-$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
-$a->strings["Profile Image"] = "Profielfoto";
-$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
-$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
-$a->strings["Gender:"] = "Geslacht:";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Homepagina:";
-$a->strings["Online Now"] = "Nu online";
-$a->strings["g A l F d"] = "G:i, l d F";
-$a->strings["F d"] = "d F";
-$a->strings["[today]"] = "[vandaag]";
-$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen";
-$a->strings["Birthdays this week:"] = "Verjaardagen deze week:";
-$a->strings["[No description]"] = "[Geen omschrijving]";
-$a->strings["Event Reminders"] = "Herinneringen voor gebeurtenissen";
-$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
-$a->strings["Full Name:"] = "Volledige naam:";
-$a->strings["Like this channel"] = "Vind dit kanaal leuk";
-$a->strings["j F, Y"] = "F j Y";
-$a->strings["j F"] = "F j";
-$a->strings["Birthday:"] = "Geboortedatum:";
-$a->strings["Age:"] = "Leeftijd:";
-$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Seksuele voorkeur:";
-$a->strings["Hometown:"] = "Oorspronkelijk uit:";
-$a->strings["Tags:"] = "Trefwoorden:";
-$a->strings["Political Views:"] = "Politieke overtuigingen:";
-$a->strings["Religion:"] = "Religie:";
-$a->strings["About:"] = "Over:";
-$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
-$a->strings["Likes:"] = "Houdt van:";
-$a->strings["Dislikes:"] = "Houdt niet van:";
-$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
-$a->strings["My other channels:"] = "Mijn andere kanalen";
-$a->strings["Musical interests:"] = "Muzikale interesses:";
-$a->strings["Books, literature:"] = "Boeken, literatuur:";
-$a->strings["Television:"] = "Televisie:";
-$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
-$a->strings["Love/Romance:"] = "Liefde/romantiek:";
-$a->strings["Work/employment:"] = "Werk/beroep:";
-$a->strings["School/education:"] = "School/opleiding:";
-$a->strings["Like this thing"] = "Vind dit ding leuk";
$a->strings["Image/photo"] = "Afbeelding/foto";
$a->strings["Encrypted content"] = "Versleutelde inhoud";
+$a->strings["Install design element: "] = "Installeer ontwerp-onderdeel";
$a->strings["QR code"] = "QR-code";
$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s";
$a->strings["post"] = "bericht";
+$a->strings["$1 spoiler"] = "$1 spoiler";
$a->strings["$1 wrote:"] = "$1 schreef:";
+$a->strings["parent"] = "omhoog";
+$a->strings["Collection"] = "map";
+$a->strings["Principal"] = "principal";
+$a->strings["Addressbook"] = "Adresboek";
+$a->strings["Calendar"] = "Agenda";
+$a->strings["Schedule Inbox"] = "Planning-postvak IN";
+$a->strings["Schedule Outbox"] = "Planning-postvak UIT";
+$a->strings["%1\$s used"] = "%1\$s gebruikt";
+$a->strings["%1\$s used of %2\$s (%3\$s&#37;)"] = "%1\$s van %2\$s gebruikt (%3\$s&#37;)";
+$a->strings["Name"] = "Naam";
+$a->strings["Type"] = "Type";
+$a->strings["Size"] = "Grootte";
+$a->strings["Last Modified"] = "Laatst gewijzigd";
+$a->strings["Total"] = "Totaal";
+$a->strings["Create new folder"] = "Nieuwe map aanmaken";
+$a->strings["Create"] = "Aanmaken";
+$a->strings["Upload file"] = "Bestand uploaden";
+$a->strings["Upload"] = "Uploaden";
$a->strings["No recipient provided."] = "Geen ontvanger opgegeven.";
$a->strings["[no subject]"] = "[geen onderwerp]";
$a->strings["Unable to determine sender."] = "Afzender kan niet bepaald worden.";
$a->strings["Stored post could not be verified."] = "Opgeslagen bericht kon niet worden geverifieerd.";
-$a->strings["System"] = "Systeem";
-$a->strings["Create Personal App"] = "Persoonlijke app maken";
-$a->strings["Edit Personal App"] = "Persoonlijke app bewerken";
-$a->strings["Ignore/Hide"] = "Negeren/Verbergen";
-$a->strings["Suggestions"] = "Voorgestelde kanalen";
-$a->strings["See more..."] = "Meer...";
-$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties.";
-$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen";
-$a->strings["Enter the channel address"] = "Vul het adres van het nieuwe kanaal in";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: bob@example.com, http://example.com/barbara";
-$a->strings["Notes"] = "Aantekeningen";
-$a->strings["Remove term"] = "Verwijder zoekterm";
-$a->strings["Archives"] = "Archieven";
-$a->strings["Refresh"] = "Vernieuwen";
-$a->strings["Me"] = "Ik";
-$a->strings["Best Friends"] = "Goede vrienden";
-$a->strings["Co-workers"] = "Collega's";
-$a->strings["Former Friends"] = "Oude vrienden";
-$a->strings["Acquaintances"] = "Kennissen";
-$a->strings["Everybody"] = "Iedereen";
-$a->strings["Account settings"] = "Account";
-$a->strings["Channel settings"] = "Kanaal";
-$a->strings["Additional features"] = "Extra functies";
-$a->strings["Feature settings"] = "Plug-ins";
-$a->strings["Display settings"] = "Weergave";
-$a->strings["Connected apps"] = "Verbonden applicaties";
-$a->strings["Export channel"] = "Kanaal exporteren";
-$a->strings["Export content"] = "Inhoud exporteren";
-$a->strings["Automatic Permissions (Advanced)"] = "Automatische permissies (geavanceerd)";
-$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal";
-$a->strings["Check Mail"] = "Controleer op nieuwe berichten";
-$a->strings["Chat Rooms"] = "Chatkanalen";
-$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen";
-$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen";
$a->strings["Save to Folder"] = "In map opslaan";
$a->strings["View all"] = "Toon alles";
$a->strings["__ctx:noun__ Dislike"] = array(
@@ -740,6 +727,7 @@ $a->strings["Secret Passphrase"] = "Geheim wachtwoord";
$a->strings["Passphrase hint"] = "Wachtwoordhint";
$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen.";
$a->strings["close all"] = "Alles sluiten";
+$a->strings["Nothing new here"] = "Niets nieuw hier";
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
$a->strings["ago"] = "geleden";
@@ -817,9 +805,6 @@ $a->strings["Uncertain"] = "Onzeker";
$a->strings["It's complicated"] = "Het is ingewikkeld";
$a->strings["Don't care"] = "Maakt mij niks uit";
$a->strings["Ask me"] = "Vraag het me";
-$a->strings["Logged out."] = "Uitgelogd.";
-$a->strings["Failed authentication"] = "Mislukte authenticatie";
-$a->strings["Login failed."] = "Inloggen mislukt.";
$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken";
$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken";
$a->strings["Can view my photo albums"] = "Kan mijn fotoalbums bekijken";
@@ -850,7 +835,64 @@ $a->strings["Community Forum"] = "Groepsforum";
$a->strings["Feed Republish"] = "Feed herpubliceren";
$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen";
$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen";
+$a->strings["Miscellaneous"] = "Diversen";
+$a->strings["never"] = "nooit";
+$a->strings["less than a second ago"] = "minder dan een seconde geleden";
+$a->strings["year"] = "jaar";
+$a->strings["years"] = "jaren";
+$a->strings["month"] = "maand";
+$a->strings["months"] = "maanden";
+$a->strings["week"] = "week";
+$a->strings["weeks"] = "weken";
+$a->strings["day"] = "dag";
+$a->strings["days"] = "dagen";
+$a->strings["hour"] = "uur";
+$a->strings["hours"] = "uren";
+$a->strings["minute"] = "minuut";
+$a->strings["minutes"] = "minuten";
+$a->strings["second"] = "seconde";
+$a->strings["seconds"] = "seconden";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
+$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
+$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties";
+$a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen.";
+$a->strings["Album not found."] = "Album niet gevonden.";
+$a->strings["Delete Album"] = "Verwijder album";
+$a->strings["Delete Photo"] = "Verwijder foto";
+$a->strings["Public access denied."] = "Openbare toegang geweigerd.";
+$a->strings["No photos selected"] = "Geen foto's geselecteerd";
+$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Je gebruiker %1$.2f MB van totaal %2$.2f MB foto-opslagruimte.";
+$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Je gebruikt %1$.2f MB aan foto-opslagruimte.";
+$a->strings["Upload Photos"] = "Foto's uploaden";
+$a->strings["New album name: "] = "Nieuwe albumnaam: ";
+$a->strings["or existing album name: "] = "of een bestaande albumnaam: ";
+$a->strings["Do not show a status post for this upload"] = "Plaats geen bericht voor deze upload.";
+$a->strings["Album name could not be decoded"] = "Albumnaam kon niet gedecodeerd worden";
+$a->strings["Contact Photos"] = "Connectiefoto's";
+$a->strings["Edit Album"] = "Album bewerken";
+$a->strings["Show Newest First"] = "Nieuwste eerst weergeven";
+$a->strings["Show Oldest First"] = "Oudste eerst weergeven";
+$a->strings["View Photo"] = "Foto weergeven";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt.";
+$a->strings["Photo not available"] = "Foto niet aanwezig";
+$a->strings["Use as profile photo"] = "Als profielfoto gebruiken";
+$a->strings["Private Photo"] = "Privéfoto";
+$a->strings["Previous"] = "Vorige";
+$a->strings["View Full Size"] = "Volledige grootte weergeven";
+$a->strings["Next"] = "Volgende";
+$a->strings["Remove"] = "Verwijderen";
+$a->strings["Edit photo"] = "Foto bewerken";
+$a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)";
+$a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)";
+$a->strings["New album name"] = "Nieuwe albumnaam";
+$a->strings["Caption"] = "Bijschrift";
+$a->strings["Add a Tag"] = "Label toevoegen";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@example.com, #Friesland, #camping";
+$a->strings["In This Photo:"] = "Op deze foto:";
+$a->strings["View Album"] = "Album weergeven";
+$a->strings["Recent Photos"] = "Recente foto's";
$a->strings["Menu not found."] = "Menu niet gevonden.";
$a->strings["Menu element updated."] = "Menu-onderdeel geüpdatet.";
$a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet.";
@@ -1014,24 +1056,20 @@ $a->strings["Fetching URL returns error: %1\$s"] = "Ophalen URL gaf een foutmeld
$a->strings["Invalid item."] = "Ongeldig item.";
$a->strings["Channel not found."] = "Kanaal niet gevonden.";
$a->strings["Page not found."] = "Pagina niet gevonden.";
-$a->strings["Image uploaded but image cropping failed."] = "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. ";
-$a->strings["Image resize failed."] = "Afbeelding kon niet van grootte veranderd worden.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven.";
-$a->strings["Image exceeds size limit of %d"] = "Afbeeldingsgrootte overschrijdt het limiet van %d";
-$a->strings["Unable to process image."] = "Niet in staat om afbeelding te verwerken.";
-$a->strings["Photo not available."] = "Foto niet beschikbaar.";
-$a->strings["Upload File:"] = "Bestand uploaden:";
-$a->strings["Select a profile:"] = "Kies een profiel:";
-$a->strings["Upload Profile Photo"] = "Profielfoto uploaden";
-$a->strings["skip this step"] = "sla deze stap over";
-$a->strings["select a photo from your photo albums"] = "Kies een foto uit jouw fotoalbums";
-$a->strings["Crop Image"] = "Afbeelding bijsnijden";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven.";
-$a->strings["Done Editing"] = "Klaar met bewerken";
-$a->strings["Image uploaded successfully."] = "Uploaden afbeelding geslaagd";
-$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt";
-$a->strings["Image size reduction [%s] failed."] = "Verkleinen [%s] van afbeelding mislukt.";
+$a->strings["Version %s"] = "Versie %s";
+$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:";
+$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps";
+$a->strings["Red"] = "Red";
+$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy.";
+$a->strings["Running at web location"] = "Draaiend op weblocatie";
+$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Bezoek <a href=\"http://redmatrix.me\">RedMatrix.me</a> om meer te leren over de RedMatrix.";
+$a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kwesties: bezoek";
+$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com";
+$a->strings["Site Administrators"] = "Hubbeheerders: ";
$a->strings["Block Name"] = "Bloknaam";
+$a->strings["Bookmark added"] = "Bladwijzer toegevoegd";
+$a->strings["My Bookmarks"] = "Mijn bladwijzers";
+$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties";
$a->strings["Profile not found."] = "Profiel niet gevonden.";
$a->strings["Profile deleted."] = "Profiel verwijderd.";
$a->strings["Profile-"] = "Profiel-";
@@ -1066,7 +1104,7 @@ $a->strings["Profile Name:"] = "Profielnaam:";
$a->strings["Your Full Name:"] = "Jouw volledige naam:";
$a->strings["Title/Description:"] = "Titel/omschrijving:";
$a->strings["Your Gender:"] = "Jouw geslacht";
-$a->strings["Birthday (%s):"] = "Geboortedag (%s)";
+$a->strings["Birthday :"] = "Verjaardag: ";
$a->strings["Street Address:"] = "Straat en huisnummer:";
$a->strings["Locality/City:"] = "Woonplaats:";
$a->strings["Postal/Zip Code:"] = "Postcode:";
@@ -1097,14 +1135,27 @@ $a->strings["Age: "] = "Leeftijd:";
$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren";
$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen";
$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe";
-$a->strings["Bookmark added"] = "Bladwijzer toegevoegd";
-$a->strings["My Bookmarks"] = "Mijn bladwijzers";
-$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties";
$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator";
$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel ";
$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen";
$a->strings["Visible To"] = "Zichtbaar voor";
$a->strings["All Connections"] = "Alle connecties";
+$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voordat het is begonnen";
+$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist.";
+$a->strings["Event not found."] = "Gebeurtenis niet gevonden";
+$a->strings["l, F j"] = "l j F";
+$a->strings["Edit event"] = "Gebeurtenis bewerken";
+$a->strings["Create New Event"] = "Nieuwe gebeurtenis aanmaken";
+$a->strings["Event details"] = "Details van gebeurtenis";
+$a->strings["Starting date and Title are required."] = "Begintijd en titel zijn vereist.";
+$a->strings["Event Starts:"] = "Begin gebeurtenis:";
+$a->strings["Required"] = "Vereist";
+$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/-tijd is niet bekend of niet relevant";
+$a->strings["Event Finishes:"] = "Einde gebeurtenis:";
+$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt";
+$a->strings["Description:"] = "Omschrijving:";
+$a->strings["Title:"] = "Titel:";
+$a->strings["Share this event"] = "Deel deze gebeurtenis";
$a->strings["Public Sites"] = "Openbare hubs";
$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor de RedMatrix aanmelden. Alle hubs in de Matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
$a->strings["Site URL"] = "URL hub";
@@ -1147,7 +1198,6 @@ $a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op";
$a->strings["Away"] = "Afwezig";
$a->strings["Online"] = "Online";
$a->strings["Please login."] = "Inloggen.";
-$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "RedMatrix - gasten: Gebruikersnaam: {jouw e-mailadres}, wachtwoord: +++";
$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd.";
$a->strings["Remove This Channel"] = "Verwijder dit kanaal";
$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Dit zal dit kanaal compleet van deze hub en uit het RedMatrix-netwerk verwijderen. Dit kan hierna niet meer te ongedaan gemaakt worden.";
@@ -1282,10 +1332,8 @@ $a->strings["Delegates are able to manage all aspects of this account/page excep
$a->strings["Existing Page Managers"] = "Bestaande accountbeheerders";
$a->strings["Existing Page Delegates"] = "Bestaande gevolmachtigde accountbeheerders";
$a->strings["Potential Delegates"] = "Gevolmachtigde personen waaraan mogelijk het accountbeheer kan worden uitbesteed.";
-$a->strings["Remove"] = "Verwijderen";
$a->strings["Add"] = "Toevoegen";
$a->strings["No entries."] = "Geen";
-$a->strings["Public access denied."] = "Openbare toegang geweigerd.";
$a->strings["Gender: "] = "Geslacht:";
$a->strings["Finding:"] = "Gezocht naar:";
$a->strings["next page"] = "volgende pagina";
@@ -1306,7 +1354,6 @@ $a->strings["Your site database has been installed."] = "Your hub database has b
$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql.";
$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\".";
$a->strings["System check"] = "System check";
-$a->strings["Next"] = "Volgende";
$a->strings["Check again"] = "Check again";
$a->strings["Database connection"] = "Database connection";
$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "In order to install RedMatrix we need to know how to connect to your database.";
@@ -1384,7 +1431,7 @@ $a->strings["Insert YouTube video"] = "YouTube-video invoegen";
$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen";
$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen";
$a->strings["Delete Block"] = "Blok verwijderen";
-$a->strings["Layout updated."] = "Layout bijgewerkt.";
+$a->strings["Layout updated."] = "Lay-out bijgewerkt.";
$a->strings["Edit System Page Description"] = "Systeempagina's bewerken";
$a->strings["Layout not found."] = "Lay-out niet gevonden.";
$a->strings["Module Name:"] = "Modulenaam:";
@@ -1397,48 +1444,24 @@ $a->strings["Delete item?"] = "Item verwijderen?";
$a->strings["Edit Webpage"] = "Webpagina bewerken";
$a->strings["Delete webpage?"] = "Webpagina verwijderen?";
$a->strings["Delete Webpage"] = "Webpagina verwijderen";
-$a->strings["Version %s"] = "Versie %s";
-$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:";
-$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps";
-$a->strings["Red"] = "Red";
-$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy.";
-$a->strings["Running at web location"] = "Draaiend op weblocatie";
-$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Bezoek <a href=\"http://redmatrix.me\">RedMatrix.me</a> om meer te leren over de RedMatrix.";
-$a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kwesties: bezoek";
-$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com";
-$a->strings["Site Administrators"] = "Hubbeheerders";
-$a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen.";
-$a->strings["Album not found."] = "Album niet gevonden.";
-$a->strings["Delete Album"] = "Verwijder album";
-$a->strings["Delete Photo"] = "Verwijder foto";
-$a->strings["No photos selected"] = "Geen foto's geselecteerd";
-$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Je gebruiker %1$.2f MB van totaal %2$.2f MB foto-opslagruimte.";
-$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Je gebruikt %1$.2f MB aan foto-opslagruimte.";
-$a->strings["Upload Photos"] = "Foto's uploaden";
-$a->strings["New album name: "] = "Nieuwe albumnaam: ";
-$a->strings["or existing album name: "] = "of een bestaande albumnaam: ";
-$a->strings["Do not show a status post for this upload"] = "Plaats geen bericht voor deze upload.";
-$a->strings["Album name could not be decoded"] = "Albumnaam kon niet gedecodeerd worden";
-$a->strings["Contact Photos"] = "Connectiefoto's";
-$a->strings["Edit Album"] = "Album bewerken";
-$a->strings["Show Newest First"] = "Nieuwste eerst weergeven";
-$a->strings["Show Oldest First"] = "Oudste eerst weergeven";
-$a->strings["View Photo"] = "Foto weergeven";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt.";
-$a->strings["Photo not available"] = "Foto niet aanwezig";
-$a->strings["Use as profile photo"] = "Als profielfoto gebruiken";
-$a->strings["View Full Size"] = "Volledige grootte weergeven";
-$a->strings["Edit photo"] = "Foto bewerken";
-$a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)";
-$a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)";
-$a->strings["New album name"] = "Nieuwe albumnaam";
-$a->strings["Caption"] = "Bijschrift";
-$a->strings["Add a Tag"] = "Label toevoegen";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@example.com, #Friesland, #camping";
-$a->strings["In This Photo:"] = "Op deze foto:";
-$a->strings["View Album"] = "Album weergeven";
-$a->strings["Recent Photos"] = "Recente foto's";
+$a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "RedMatrix - gasttoegang: Gebruikersnaam: {jouw e-mailadres}, wachtwoord: +++";
+$a->strings["Image uploaded but image cropping failed."] = "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. ";
+$a->strings["Image resize failed."] = "Afbeelding kon niet van grootte veranderd worden.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven.";
+$a->strings["Image exceeds size limit of %d"] = "Afbeeldingsgrootte overschrijdt het limiet van %d";
+$a->strings["Unable to process image."] = "Niet in staat om afbeelding te verwerken.";
+$a->strings["Photo not available."] = "Foto niet beschikbaar.";
+$a->strings["Upload File:"] = "Bestand uploaden:";
+$a->strings["Select a profile:"] = "Kies een profiel:";
+$a->strings["Upload Profile Photo"] = "Profielfoto uploaden";
+$a->strings["skip this step"] = "sla deze stap over";
+$a->strings["select a photo from your photo albums"] = "Kies een foto uit jouw fotoalbums";
+$a->strings["Crop Image"] = "Afbeelding bijsnijden";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven.";
+$a->strings["Done Editing"] = "Klaar met bewerken";
+$a->strings["Image uploaded successfully."] = "Uploaden afbeelding geslaagd";
+$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt";
+$a->strings["Image size reduction [%s] failed."] = "Verkleinen [%s] van afbeelding mislukt.";
$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd.";
$a->strings["Source created."] = "Bron aangemaakt.";
$a->strings["Source updated."] = "Bron aangemaakt.";
@@ -1455,24 +1478,6 @@ $a->strings["Delete Source"] = "Bron verwijderen";
$a->strings["Source removed"] = "Bron verwijderd";
$a->strings["Unable to remove source."] = "Verwijderen bron mislukt.";
$a->strings["- select -"] = "- kies map -";
-$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist.";
-$a->strings["Event not found."] = "Gebeurtenis niet gevonden";
-$a->strings["l, F j"] = "l j F";
-$a->strings["Edit event"] = "Gebeurtenis bewerken";
-$a->strings["Create New Event"] = "Nieuwe gebeurtenis aanmaken";
-$a->strings["Previous"] = "Vorige";
-$a->strings["hour:minute"] = "uur:minuut";
-$a->strings["Event details"] = "Details van gebeurtenis";
-$a->strings["Format is %s %s."] = "Volgorde is %s %s.";
-$a->strings["Starting date and Title are required."] = "Begintijd en titel zijn vereist.";
-$a->strings["Event Starts:"] = "Begin gebeurtenis:";
-$a->strings["Required"] = "Vereist";
-$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/-tijd is niet bekend of niet relevant";
-$a->strings["Event Finishes:"] = "Einde gebeurtenis:";
-$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt";
-$a->strings["Description:"] = "Omschrijving:";
-$a->strings["Title:"] = "Titel:";
-$a->strings["Share this event"] = "Deel deze gebeurtenis";
$a->strings["Permission Denied."] = "Toegang geweigerd";
$a->strings["File not found."] = "Bestand niet gevonden.";
$a->strings["Edit file permissions"] = "Bestandsrechten bewerken";
@@ -1517,11 +1522,11 @@ $a->strings["Profile Config"] = "Profielconfiguratie";
$a->strings["DB updates"] = "Database-updates";
$a->strings["Logs"] = "Logboeken";
$a->strings["Plugin Features"] = "Plug-in-opties";
-$a->strings["User registrations waiting for confirmation"] = "Accountregistraties die op goedkeuring wachten";
+$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten";
$a->strings["Message queues"] = "Berichtenwachtrij";
$a->strings["Administration"] = "Beheer";
$a->strings["Summary"] = "Samenvatting";
-$a->strings["Registered users"] = "Geregistreerde gebruikers";
+$a->strings["Registered users"] = "Geregistreerde accounts";
$a->strings["Pending registrations"] = "Accounts die op goedkeuring wachten";
$a->strings["Version"] = "Versie";
$a->strings["Active plugins"] = "Ingeschakelde plug-ins";
@@ -1551,10 +1556,10 @@ $a->strings["Allow Feeds as Connections"] = "Sta feeds toe als connecties";
$a->strings["(Heavy system resource usage)"] = "(sterk negatieve invloed op systeembronnen hub)";
$a->strings["Maximum image size"] = "Maximale grootte van afbeeldingen";
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend.";
-$a->strings["Does this site allow new member registration?"] = "Staat deze hub registratie van nieuwe accounts toe?";
+$a->strings["Does this site allow new member registration?"] = "Staat deze hub nieuwe accounts toe?";
$a->strings["Which best describes the types of account offered by this hub?"] = "Wat voor soort accounts biedt deze RedMatrix-hub aan? Kies wat het meest in de buurt komt.";
-$a->strings["Register text"] = "Registratietekst";
-$a->strings["Will be displayed prominently on the registration page."] = "Wordt prominent op de registratiepagina getoond.";
+$a->strings["Register text"] = "Tekst tijdens registratie";
+$a->strings["Will be displayed prominently on the registration page."] = "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond.";
$a->strings["Accounts abandoned after x days"] = "Accounts als verlaten beschouwen na zoveel aantal dagen:";
$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet.";
$a->strings["Allowed friend domains"] = "Toegestane domeinen";
@@ -1695,6 +1700,7 @@ $a->strings["Your old login email address"] = "Het e-mailadres van je oude accou
$a->strings["Your old login password"] = "Wachtwoord van jouw oude account";
$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen.";
$a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in";
+$a->strings["Import existing posts if possible"] = "Importeer bestaande berichten (wanneer mogelijk)";
$a->strings["Total invitation limit exceeded."] = "Limiet voor aantal uitnodigingen overschreden.";
$a->strings["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres.";
$a->strings["Please join us on Red"] = "Uitnodiging voor de RedMatrix";
@@ -1722,7 +1728,7 @@ $a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt
$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt.";
$a->strings["[Embedded content - reload page to view]"] = "[Ingesloten inhoud - ververs pagina om te bekijken] ";
$a->strings["Help with this feature"] = "Hulp voor dit onderdeel";
-$a->strings["Layout Name"] = "Naam layout";
+$a->strings["Layout Name"] = "Naam lay-out";
$a->strings["Like/Dislike"] = "Leuk/niet leuk";
$a->strings["This action is restricted to members."] = "Deze actie kan alleen door mensen met een RedMatrix-account worden uitgevoerd.";
$a->strings["Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a href=\"register\">register as a new RedMatrix member</a> to continue."] = "Je dient <a href=\"rmagic\">in te loggen met je RedMatrix-account</a> of <a href=\"register\">een nieuw RedMatrix-account te registreren</a> om verder te kunnen gaan.";
@@ -1755,12 +1761,11 @@ $a->strings["Email Address"] = "E-mailadres";
$a->strings["Reset"] = "Opnieuw instellen";
$a->strings["Hub not found."] = "Hub niet gevonden.";
$a->strings["Total votes"] = "Totaal aantal stemmen";
-$a->strings["Average Rating"] = "Gemiddeld cijfer";
+$a->strings["Average Rating"] = "Gemiddelde waardering";
$a->strings["Unable to lookup recipient."] = "Niet in staat om ontvanger op te zoeken.";
$a->strings["Unable to communicate with requested channel."] = "Niet in staat om met het aangevraagde kanaal te communiceren.";
$a->strings["Cannot verify requested channel."] = "Kan opgevraagd kanaal niet verifieren";
$a->strings["Selected channel has private message restrictions. Send failed."] = "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt.";
-$a->strings["Messages"] = "Berichten";
$a->strings["Message deleted."] = "Bericht verwijderd.";
$a->strings["Message recalled."] = "Bericht ingetrokken.";
$a->strings["Send Private Message"] = "Privébericht versturen";
@@ -1826,7 +1831,7 @@ $a->strings["No more system notifications."] = "Geen systeemnotificaties meer.";
$a->strings["System Notifications"] = "Systeemnotificaties";
$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden";
$a->strings["Post successful."] = "Verzenden bericht geslaagd.";
-$a->strings["invalid target signature"] = "ongeldig doel-kenmerk (target signature)";
+$a->strings["invalid target signature"] = "ongeldig doelkenmerk";
$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen.";
$a->strings["App installed."] = "App geïnstalleerd";
$a->strings["Malformed app."] = "Misvormde app.";
@@ -1848,6 +1853,12 @@ $a->strings["This will completely remove this account including all its channels
$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het RedMatrix-netwerk verwijderen";
$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het RedMatrix-netwerk verwijderd.";
$a->strings["No service class restrictions found."] = "Geen abonnementsbeperkingen gevonden.";
+$a->strings["webpage"] = "Webpagina";
+$a->strings["block"] = "blok";
+$a->strings["layout"] = "lay-out";
+$a->strings["%s element installed"] = "%s onderdeel geïnstalleerd";
+$a->strings["Location not found."] = "Locatie niet gevonden.";
+$a->strings["Primary location cannot be removed."] = "Primaire locatie kan niet worden verwijderd.";
$a->strings["Schema Default"] = "Standaardschema";
$a->strings["Sans-Serif"] = "Schreefloos";
$a->strings["Monospace"] = "Monospace";
@@ -1859,7 +1870,7 @@ $a->strings["Set iconset"] = "Pictogrammenset instellen";
$a->strings["Set big shadow size, default 15px 15px 15px"] = "Een grote schaduwgrootte instellen (standaard 15px 15px 15px)";
$a->strings["Set small shadow size, default 5px 5px 5px"] = "Een kleine schaduwgrootte instellen (standaard 5px 5px 5px)";
$a->strings["Set shadow color, default #000"] = "Schaduwkleur instellen (standaard #000)";
-$a->strings["Set radius size, default 5px"] = "Radius instellen, standaard 5px";
+$a->strings["Set radius size, default 5px"] = "Radius instellen (standaard 5px)";
$a->strings["Set line-height for posts and comments"] = "Lijnhoogte voor berichten en reacties instellen";
$a->strings["Set background image"] = "Achtergrondafbeelding instellen";
$a->strings["Set background attachment"] = "Gedrag achtergrondafbeelding instellen";
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 68769e976..06f24eedd 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -13,7 +13,7 @@ html {
}
body {
- font-family: arial,freesans,sans-serif;
+ font-family: sans-serif, arial, freesans;
font-size: $body_font_size;
background-color: $bgcolour;
background-image: url('$background_image');
@@ -37,7 +37,7 @@ h5, .h5, h6, .h6 {
}
.jslider {
- font-family: arial,freesans,sans-serif;
+ font-family: sans-serif, arial, freesans;
}
abbr {
@@ -45,6 +45,10 @@ abbr {
}
/* icons */
+.tool-icons {
+ color: $toolicon_colour;
+}
+
.icon {
background-color: transparent ;
background-repeat: no-repeat;
@@ -84,17 +88,19 @@ a.btn-success {
input[type="text"],
input[type="password"],
input[type="submit"],
+input[type="file"],
select,
textarea {
- font-family: arial,freesans,sans-serif;
+ font-family: sans-serif, arial, freesans;
font-size: $body_font_size;
}
input {
+ padding: 5px;
+ line-height: 1.5;
border: 1px solid $input_border;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
- padding: 3px;
}
input[type="submit"] {
@@ -105,10 +111,6 @@ input[type="submit"] {
padding: 6px 12px;
}
-input[type="submit"]:hover {
- text-decoration: underline;
-}
-
button, input, optgroup, select, textarea {
color: #000;
}
@@ -704,8 +706,7 @@ footer {
cursor: pointer;
}
-#photo-view-wrapper,
-#photo-edit-edit {
+#photo-view-wrapper {
background-color: $item_colour;
}
@@ -868,6 +869,7 @@ footer {
}
#nav-search-text {
+ font-size: 12px;
height: 20px;
margin: 15px;
padding: 0px 5px 0px 5px;
@@ -2201,6 +2203,7 @@ aside .nav-pills > li > a {
.navbar-inverse .navbar-nav > li > a {
+ font-size: 12px;
color: $nav_icon_colour;
text-shadow: 0px 0px 0px;
}
@@ -2336,15 +2339,19 @@ aside .nav-pills > li > a {
margin-bottom: 0px;
}
-.section-title-submenu {
- margin-top: 10px;
+.section-content-tools-wrapper {
+ padding: 7px 10px;
+ background-color: $comment_item_colour;
+ margin-bottom: 3px;
}
-.section-title-submenu a {
- margin-right: 10px;
+.section-content-wrapper {
+ padding: 7px 10px;
+ background-color: $comment_item_colour;
+ border-bottom-left-radius: $radiuspx;
+ border-bottom-right-radius: $radiuspx;
}
-
@media screen and (max-width: 767px) {
aside#region_1 {
background: rgba(0, 0, 0, .1);
@@ -2387,6 +2394,13 @@ aside .nav-pills > li > a {
}
+/* release the navbar in landscape view on small devices */
+@media screen and (max-height: 320px) {
+ .navbar-fixed-top {
+ position: absolute;
+ }
+}
+
.shareable_element_text {
height: 300px;
width: 300px;
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 045ddc309..55b35af4b 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -226,7 +226,7 @@ if(! $a->install) {
if (! $input_linksubmit)
$input_linksubmit = "#0080FF";
if (! $input_border)
- $input_border = "#666";
+ $input_border = "#ccc";
if (! $input_colourhover)
$input_colourhover = "#333";
if (! $input_decohover)
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl
index 078eb4df4..c2c11e4b1 100755
--- a/view/tpl/abook_edit.tpl
+++ b/view/tpl/abook_edit.tpl
@@ -9,9 +9,6 @@
</div>
{{/if}}
-{{if $self}}
-<div id="autoperm-desc" class="descriptive-paragraph">{{$autolbl}}</div>
-{{/if}}
<div id="contact-edit-wrapper">
@@ -31,6 +28,15 @@
<form id="abook-edit-form" action="connedit/{{$contact_id}}" method="post" >
+
+{{if $self}}
+<div class="abook-autotext">
+<div id="autoperm-desc" class="descriptive-paragraph">{{$autolbl}}</div>
+{{include file="field_checkbox.tpl" field=$autoperms}}
+</div>
+{{/if}}
+
+
<input type="hidden" name="contact_id" value="{{$contact_id}}">
<input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" />
diff --git a/view/tpl/album_edit.tpl b/view/tpl/album_edit.tpl
index 61653c47c..f5495f149 100755
--- a/view/tpl/album_edit.tpl
+++ b/view/tpl/album_edit.tpl
@@ -1,15 +1,22 @@
-<div id="photo-album-edit-wrapper">
-<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post" >
-
-
-<label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label>
-<input type="text" size="64" name="albumname" value="{{$album}}" >
-
-<div id="photo-album-edit-name-end"></div>
+<div id="photo-album-edit-wrapper" class="section-content-tools-wrapper">
+ <form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post" >
+ <div class="form-group">
+ <label id="photo-album-edit-name-label" for="photo-album-edit-name">{{$nametext}}</label>
+ <input type="text" name="albumname" placeholder="{{$name_placeholder}}" value="{{$album}}" class="form-control" list="dl-album-edit" />
+ <datalist id="dl-album-edit">
+ {{foreach $albums as $al}}
+ {{if $al.text}}
+ <option value="{{$al.text}}">
+ {{/if}}
+ {{/foreach}}
+ </datalist>
+ </div>
+ <div class="form-group">
+ <button id="photo-album-edit-submit" type="submit" name="submit" class="btn btn-primary btn-sm pull-right" />{{$submit}}</button>
+ <button id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit}}" class="btn btn-danger btn-sm pull-left" onclick="return confirmDelete();" />{{$dropsubmit}}</button>
+ </div>
+ </form>
+ <div id="photo-album-edit-end" class="clear"></div>
+</div>
-<input id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit}}" />
-<input id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit}}" onclick="return confirmDelete();" />
-</form>
-</div>
-<div id="photo-album-edit-end" ></div>
diff --git a/view/tpl/display-head.tpl b/view/tpl/display-head.tpl
index 3d4e7e96a..007d33fe8 100755
--- a/view/tpl/display-head.tpl
+++ b/view/tpl/display-head.tpl
@@ -1,8 +1,8 @@
<script>
$(document).ready(function() {
- $(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
+ $(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl?f=&n=1");
// make auto-complete work in more places
- $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
+ $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl?f=&n=1");
});
</script>
diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl
new file mode 100644
index 000000000..5a25850a1
--- /dev/null
+++ b/view/tpl/locmanage.tpl
@@ -0,0 +1,26 @@
+<h2>{{$header}}</h2>
+
+<script>
+function primehub(id) {
+ $.post('locs','primary='+id,function(data) { window.location.href=window.location.href; });
+}
+function drophub(id) {
+ $.post('locs','drop='+id,function(data) { window.location.href=window.location.href; });
+}
+</script>
+
+<table>
+<tr><td>{{$loc}}</td><td>{{$mkprm}}</td><td>{{$drop}}</td></tr>
+{{foreach $hubs as $hub}}
+<tr><td>
+{{if $hub.deleted}}<strike>{{/if}}
+{{$hub.hubloc_url}} ({{$hub.hubloc_addr}}){{if $hub.deleted}}</strike>{{/if}}</td>
+<td>
+
+{{if $hub.primary}}<i class="icon-check"></i>{{else}}<button class="btn btn-std"><i class="icon-check-empty" onclick="primehub({{$hub.hubloc_id}}); return false;" ></i></button>{{/if}}
+</td>
+<td>{{if $hub.primary}}{{else}}{{if ! $hub.deleted}}<button class="btn btn-std" onclick="drophub({{$hub.hubloc_id}}); return false;"><i class="icon-remove"></i></button>{{/if}}{{/if}}</td>
+</tr>
+{{/foreach}}
+</table>
+
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index d7d6d9d08..53c68f1e0 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -50,12 +50,17 @@
{{if $nav.register}}<li class="{{$nav.register.2}}"><a href="{{$nav.register.0}}" title="{{$nav.register.3}}" >{{$nav.register.1}}</a></li>{{/if}}
{{if !$userinfo}}
{{if $nav.loginmenu}}
- <li class="{{$nav.loginmenu.0.2}}"><a data-toggle="dropdown" data-target="#" href="{{$nav.loginmenu.0.0}}" title="{{$nav.loginmenu.0.3}}" >{{$nav.loginmenu.0.1}} <span class="caret" id="loginmenu-caret"></span></a>
- <ul class="dropdown-menu" role="menu">
+ <li class="{{$nav.loginmenu.0.2}} hidden-xs">
+ <a data-toggle="dropdown" data-target="#" href="{{$nav.loginmenu.0.0}}" title="{{$nav.loginmenu.0.3}}" >{{$nav.loginmenu.0.1}} <span class="caret" id="loginmenu-caret"></span></a>
+ <ul class="dropdown-menu" role="menu">
+ {{foreach $nav.loginmenu as $loginmenu}}
+ <li role="presentation"><a class="{{$loginmenu.2}}" href="{{$loginmenu.0}}" title="{{$loginmenu.3}}" role="menuitem">{{$loginmenu.1}}</a></li>
+ {{/foreach}}
+ </ul>
+ </li>
{{foreach $nav.loginmenu as $loginmenu}}
- <li role="presentation"><a class="{{$loginmenu.2}}" href="{{$loginmenu.0}}" title="{{$loginmenu.3}}" role="menuitem">{{$loginmenu.1}}</a></li>
+ <li role="presentation"><a class="{{$loginmenu.2}} visible-xs" href="{{$loginmenu.0}}" title="{{$loginmenu.3}}" role="menuitem">{{$loginmenu.1}}</a></li>
{{/foreach}}
- </ul></li>
{{/if}}
{{/if}}
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl
index 0c878b950..5506b01f2 100755
--- a/view/tpl/photo_album.tpl
+++ b/view/tpl/photo_album.tpl
@@ -1,17 +1,22 @@
<div class="section-title-wrapper">
- <div class="btn-group btn-group-xs pull-right">
- {{if $edit}}
- <a class="btn btn-default" href="{{$edit.1}}" title="{{$edit.0}}"><i class="icon-pencil"></i></a>
- {{/if}}
- <a class="btn btn-default" href="{{$order.1}}" title="{{$order.0}}"><i class="icon-sort"></i></a>
- {{if $can_post}}
- <a class="btn btn-xs btn-success" href="{{$upload.1}}"><i class="icon-upload"></i>&nbsp;{{$upload.0}}</a>
- {{/if}}
+ <div class="pull-right">
+ <a class="btn btn-default btn-xs" href="{{$order.1}}" title="{{$order.0}}"><i class="icon-sort"></i></a>
+ <div class="btn-group btn-group">
+ {{if $album_edit.1}}
+ <i class="icon-pencil btn btn-default btn-xs" title="{{$album_edit.0}}" onclick="openClose('photo-album-edit-wrapper'); closeMenu('photo-upload-form');"></i>
+ {{/if}}
+ {{if $can_post}}
+ <button class="btn btn-xs btn-success btn-xs" title="{{$usage}}" onclick="openClose('photo-upload-form'); closeMenu('photo-album-edit-wrapper');"><i class="icon-upload"></i>&nbsp;{{$upload.0}}</button>
+ {{/if}}
+ </div>
</div>
+
<h2>{{$album}}</h2>
<div class="clear"></div>
</div>
+{{$upload_form}}
+{{$album_edit.1}}
<div id="photo-album-contents" class="generic-content-wrapper">
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl
index 0f8b809ac..de1105bbc 100755
--- a/view/tpl/photo_albums.tpl
+++ b/view/tpl/photo_albums.tpl
@@ -1,17 +1,13 @@
<div id="side-bar-photos-albums" class="widget">
<h3>{{$title}}</h3>
<ul class="nav nav-pills nav-stacked">
- {{if $upload}}
- <li><a href="{{$baseurl}}/photos/{{$nick}}/upload" title="{{$upload}}">{{$upload}}</a></li>
- {{/if}}
<li><a href="{{$baseurl}}/photos/{{$nick}}" title="{{$title}}" >Recent Photos</a></li>
- {{if $albums}}
+ {{if $albums}}
{{foreach $albums as $al}}
{{if $al.text}}
<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}"><span class="badge pull-right">{{$al.total}}</span>{{$al.text}}</a></li>
{{/if}}
{{/foreach}}
-
- {{/if}}
+ {{/if}}
</ul>
</div>
diff --git a/view/tpl/photo_top.tpl b/view/tpl/photo_top.tpl
index ee21e5cce..a86aa7f80 100755
--- a/view/tpl/photo_top.tpl
+++ b/view/tpl/photo_top.tpl
@@ -1,4 +1,4 @@
<a href="{{$photo.link}}" id="photo-top-photo-link-{{$photo.id}}" title="{{$photo.title}}">
- <img src="{{$photo.src}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{else}}{{$photo.alt}}{{/if}}" title="{{$photo.title}}" id="photo-top-photo-{{$photo.id}}" />
+ <img src="{{$photo.src}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.title}}" id="photo-top-photo-{{$photo.id}}" />
</a>
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 88f9577b4..969f66f44 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -2,28 +2,28 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
+ <div class="pull-right">
- <div class="btn-group btn-group-xs pull-right">
- {{if $prevlink}}
- <a href="{{$prevlink.0}}" class="btn btn-default" title="{{$prevlink.1}}"><i class="icon-backward"></i></a>
- {{/if}}
- {{if $nextlink}}
- <a href="{{$nextlink.0}}" class="btn btn-default" title="{{$nextlink.1}}"><i class="icon-forward"></i></a>
- {{/if}}
- </div>
- <div class="btn-group btn-group-xs pull-right dropdown">
{{if $tools}}
- <a class="btn btn-default" title="{{$tools.profile.1}}" href="{{$tools.profile.0}}"><i class="icon-user"></i></a>
+ <a class="btn btn-default btn-xs" title="{{$tools.profile.1}}" href="{{$tools.profile.0}}"><i class="icon-user"></i></a>
{{/if}}
- {{if $edit}}
- <i class="icon-pencil btn btn-default" title="{{$edit.edit}}" onclick="openClose('photo-edit-edit');"></i>
- {{/if}}
-
- {{if $lock}}
- <i class="icon-lock btn btn-default dropdown-toggle" data-toggle="dropdown" title="{{$lock}}" onclick="lockview(event,{{$id}});" ></i><ul id="panel-{{$id}}" class="lockview-panel dropdown-menu"></ul>
- {{/if}}
- &nbsp;
+ <div class="btn-group btn-group dropdown">
+ {{if $edit}}
+ <i class="icon-pencil btn btn-default btn-xs" title="{{$edit.edit}}" onclick="openClose('photo-edit');"></i>
+ {{/if}}
+ {{if $lock}}
+ <i id="lockview" class="icon-lock btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" title="{{$lock}}" onclick="lockview(event,{{$id}});" ></i><ul id="panel-{{$id}}" class="lockview-panel dropdown-menu"></ul>
+ {{/if}}
+ </div>
+ <div class="btn-group btn-group">
+ {{if $prevlink}}
+ <a href="{{$prevlink.0}}" class="btn btn-default btn-xs" title="{{$prevlink.1}}"><i class="icon-backward"></i></a>
+ {{/if}}
+ {{if $nextlink}}
+ <a href="{{$nextlink.0}}" class="btn btn-default btn-xs" title="{{$nextlink.1}}"><i class="icon-forward"></i></a>
+ {{/if}}
+ </div>
</div>
<h2>{{if $desc}}{{$desc}}{{elseif $filename}}{{$filename}}{{else}}{{$unknown}}{{/if}}</h2>
@@ -31,83 +31,144 @@
<div class="clear"></div>
</div>
- <div id="photo-edit-edit" style="display: none;">
+ <div id="photo-edit" class="section-content-tools-wrapper">
<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post" id="photo_edit_form">
- <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" name="albname" value="{{$edit.album}}" list="dl-albums">
- {{if $edit.albums}}
- <datalist id="dl-albums">
- {{foreach $edit.albums as $al}}
- {{if $al.text}}
- <option value="{{$al.text}}">
+ <input type="hidden" name="item_id" value="{{$edit.item_id}}" />
+ <div class="form-group">
+ <label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$edit.newalbum_label}}</label>
+ <input id="photo-edit-albumname" class="form-control" type="text" name="albname" value="{{$edit.album}}" placeholder="{{$edit.newalbum_placeholder}}" list="dl-albums" />
+ {{if $edit.albums}}
+ <datalist id="dl-albums">
+ {{foreach $edit.albums as $al}}
+ {{if $al.text}}
+ <option value="{{$al.text}}">
+ {{/if}}
+ {{/foreach}}
+ </datalist>
{{/if}}
- {{/foreach}}
- </datalist>
- {{/if}}
- <div id="photo-edit-albumname-end"></div>
+ </div>
+ <div class="form-group">
<label id="photo-edit-caption-label" for="photo-edit-caption">{{$edit.capt_label}}</label>
- <input id="photo-edit-caption" type="text" name="desc" value="{{$edit.caption}}">
- <div id="photo-edit-caption-end"></div>
- <label id="photo-edit-tags-label" for="photo-edit-newtag" >{{$edit.tag_label}}</label>
- <input name="newtag" id="photo-edit-newtag" title="{{$edit.help_tags}}" type="text">
- <div id="photo-edit-tags-end"></div>
- <div id="photo-edit-rotate-wrapper">
- <div id="photo-edit-rotate-label">
- {{$edit.rotatecw}}<br>
- {{$edit.rotateccw}}
- </div>
- <input type="radio" name="rotate" value="1"><br>
- <input type="radio" name="rotate" value="2">
+ <input id="photo-edit-caption" class="form-control" type="text" name="desc" value="{{$edit.caption}}" />
+ </div>
+ <div class="form-group">
+ <label id="photo-edit-tags-label" for="photo-edit-newtag">{{$edit.tag_label}}</label>
+ <input name="newtag" id="photo-edit-newtag" class="form-control" title="{{$edit.help_tags}}" type="text" />
+ </div>
+ <div class="form-group">
+ <label class="radio-inline" id="photo-edit-rotate-cw-label" for="photo-edit-rotate-cw"><input id="photo-edit-rotate-cw" type="radio" name="rotate" value="1" />{{$edit.rotatecw}}</label>
+ <label class="radio-inline" id="photo-edit-rotate-ccw-label" for="photo-edit-rotate-ccw"><input id="photo-edit-rotate-ccw" type="radio" name="rotate" value="2" />{{$edit.rotateccw}}</label>
+ </div>
+ <div class="form-group">
+ {{include file="field_checkbox.tpl" field=$edit.adult}}
+ </div>
+ {{$edit.aclselect}}
+
+ <div class="form-group pull-left">
+ <button class="btn btn-danger btn-sm" id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();" />{{$edit.delete}}</button>
</div>
- <div id="photo-edit-rotate-end"></div>
- <div id="settings-default-perms" class="settings-default-perms">
- <span id="jot-perms-icon" class="{{$edit.lockstate}}"></span>
- <button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$edit.permissions}}</button>
- {{$edit.aclselect}}
- <div id="settings-default-perms-menu-end"></div>
+ <div class="form-group btn-group pull-right">
+ <button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
+ <i id="jot-perms-icon" class="icon-{{$edit.lockstate}}"></i>
+ </button>
+ <button class="btn btn-primary btn-sm" type="submit" name="submit" id="photos-edit-submit">{{$edit.submit}}</button>
</div>
-< <br/>
- <div id="settings-default-perms-end"></div>
- <input id="photo-edit-submit-button" type="submit" name="submit" value="{{$edit.submit}}">
- <input id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();">
- <div id="photo-edit-end"></div>
</form>
+ <div id="photo-edit-end" class="clear"></div>
</div>
<div id="photo-view-wrapper">
-
<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}" onclick="$.colorbox({href: '{{$photo.href}}'}); return false;"><img style="width: 100%;" src="{{$photo.src}}"></a></div>
- <div id="photo-photo-end"></div>
+ <div id="photo-photo-end" class="clear"></div>
+
+ {{if $tags}}
+ <div class="photo-item-tools-left" id="in-this-photo">
+ <span id="in-this-photo-text">{{$tag_hdr}}</span>
+ {{foreach $tags as $t}}
+ {{$t.0}}{{if $edit}}<span id="tag-remove">&nbsp;<a href="{{$t.1}}" onclick="return confirmDelete();"><i class="icon-remove"></i></a>&nbsp;</span>{{/if}}
+ {{/foreach}}
+ </div>
+ {{/if}}
<div class="photo-item-tools">
+ {{if $like_count || $dislike_count}}
<div class="photo-item-tools-left pull-left">
- {{if $tags}}
- <div id="in-this-photo">
- <span id="in-this-photo-text">{{$tag_hdr}}</span>
- {{foreach $tags as $t}}
- {{$t.0}}{{if $edit}}<span id="tag-remove">&nbsp;<a href="{{$t.1}}"><i class="icon-remove"></i></a>&nbsp;</span>{{/if}}
- {{/foreach}}
+ <div class="{{if $like_count && $dislike_count}}btn-group{{/if}}">
+ {{if $like_count}}
+ <div class="btn-group">
+ <button type="button" class="btn btn-default btn-sm wall-item-like dropdown-toggle" data-toggle="dropdown" id="wall-item-like-{{$id}}">{{$like_count}} {{$like_button_label}}</button>
+ {{if $like_list_part}}
+ <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-like-{{$id}}">{{foreach $like_list_part as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul>
+ {{else}}
+ <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-like-{{$id}}">{{foreach $like_list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul>
+ {{/if}}
+ </div>
+ {{/if}}
+ {{if $dislike_count}}
+ <div class="btn-group">
+ <button type="button" class="btn btn-default btn-sm wall-item-dislike dropdown-toggle" data-toggle="dropdown" id="wall-item-dislike-{{$id}}">{{$dislike_count}} {{$dislike_button_label}}</button>
+ {{if $dislike_list_part}}
+ <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-dislike-{{$id}}">{{foreach $dislike_list_part as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul>
+ {{else}}
+ <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-dislike-{{$id}}">{{foreach $dislike_list as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul>
+ {{/if}}
+ </div>
+ {{/if}}
</div>
+ {{if $like_list_part}}
+ <div class="modal" id="likeModal-{{$id}}">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
+ <h4 class="modal-title">{{$like_modal_title}}</h4>
+ </div>
+ <div class="modal-body">
+ <ul>{{foreach $like_list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul>
+ </div>
+ <div class="modal-footer clear">
+ <button type="button" class="btn btn-default" data-dismiss="modal">{{$modal_dismiss}}</button>
+ </div>
+ </div><!-- /.modal-content -->
+ </div><!-- /.modal-dialog -->
+ </div><!-- /.modal -->
+ {{/if}}
+ {{if $dislike_list_part}}
+ <div class="modal" id="dislikeModal-{{$id}}">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
+ <h4 class="modal-title">{{$dislike_modal_title}}</h4>
+ </div>
+ <div class="modal-body">
+ <ul>{{foreach $dislike_list as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul>
+ </div>
+ <div class="modal-footer clear">
+ <button type="button" class="btn btn-default" data-dismiss="modal">{{$modal_dismiss}}</button>
+ </div>
+ </div><!-- /.modal-content -->
+ </div><!-- /.modal-dialog -->
+ </div><!-- /.modal -->
{{/if}}
-
- </div>
-
- {{if $likebuttons}}
- <div class="photo-item-tools-right btn-group pull-right">
- <i class="icon-thumbs-up-alt item-tool btn btn-default btn-sm" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false"></i>
- <i class="icon-thumbs-down-alt item-tool btn btn-default btn-sm" title="{{$nolike}}" onclick="dolike({{$id}},'dislike'); return false"></i>
- {{$like}}
- {{$dislike}}
</div>
- <div id="like-rotator-{{$id}}" class="like-rotator pull-right"></div>
- {{/if}}
- <div class="clear"></div>
</div>
-
-
-
+ {{/if}}
+
+ {{if $likebuttons}}
+ <div class="photo-item-tools-right btn-group pull-right">
+ <button type="button" class="btn btn-default btn-sm" onclick="dolike({{$id}},'like'); return false">
+ <i class="icon-thumbs-up-alt" title="{{$likethis}}"></i>
+ </button>
+ <button type="button" class="btn btn-default btn-sm" onclick="dolike({{$id}},'dislike'); return false">
+ <i class="icon-thumbs-down-alt" title="{{$nolike}}"></i>
+ </button>
+ </div>
+ <div id="like-rotator-{{$id}}" class="photo-like-rotator pull-right"></div>
+ {{/if}}
+ <div class="clear"></div>
+ </div>
</div>
{{$comments}}
@@ -118,10 +179,7 @@
</div>
{{/if}}
-
<div class="clear"></div>
-</div>
-
{{$paginate}}
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index 91b088c93..7727abcea 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -1,10 +1,11 @@
<div class="section-title-wrapper">
{{if $can_post}}
- <a class="btn btn-xs btn-success pull-right" href="{{$upload.1}}"><i class="icon-upload"></i>&nbsp;{{$upload.0}}</a>
+ <button class="btn btn-xs btn-success pull-right" title="{{$usage}}" onclick="openClose('photo-upload-form');"><i class="icon-upload"></i>&nbsp;{{$upload.0}}</button>
{{/if}}
<h2>{{$title}}</h2>
<div class="clear"></div>
</div>
+{{$upload_form}}
<div id="photo-album-contents" class="generic-content-wrapper">
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl
index 81d7b6dc0..611068b6d 100755
--- a/view/tpl/photos_upload.tpl
+++ b/view/tpl/photos_upload.tpl
@@ -1,44 +1,53 @@
-<div class="section-title-wrapper">
- <div id="photos-usage-message" class="pull-right">{{$usage}}</div>
- <h2>{{$pagename}}</h2>
- <div class="clear"></div>
-</div>
-
-<div class="generic-content-wrapper-styled">
-<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form">
- <input type="hidden" id="photos-upload-source" name="source" value="photos" />
- <div id="photos-upload-new-wrapper" >
- <div id="photos-upload-newalbum-div">
- <label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
- </div>
- <input id="photos-upload-newalbum" type="text" name="newalbum" />
- </div>
- <div id="photos-upload-new-end"></div>
- <div id="photos-upload-exist-wrapper">
- <div id="photos-upload-existing-album-text">{{$existalbumtext}}</div>
- {{$albumselect}}
- </div>
- <div id="photos-upload-exist-end"></div>
-
- <div id="photos-upload-noshare-div" class="photos-upload-noshare-div" >
- <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />
- <label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
- </div>
-
-
- <div id="photos-upload-perms" class="photos-upload-perms" >
- <span id="jot-perms-icon" class="icon-{{$lockstate}}" ></span>
- <button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button>
+<div id="photo-upload-form" class="generic-content-wrapper">
+ <div class="section-content-tools-wrapper">
+ <form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form">
+ <input type="hidden" id="photos-upload-source" name="source" value="photos" />
+
+ <div class="form-group">
+ <label for="photos-upload-album">{{$newalbum_label}}</label>
+ <input type="text" class="form-control" id="photos-upload-album" name="newalbum" placeholder="{{$newalbum_placeholder}}" value="{{$selname}}" list="dl-photo-upload">
+ <datalist id="dl-photo-upload">
+ {{foreach $albums as $al}}
+ {{if $al.text}}
+ <option value="{{$al.text}}">
+ {{/if}}
+ {{/foreach}}
+ </datalist>
+ </div>
+
+ {{$aclselect}}
+
+ {{if $default}}
+ <div class="pull-left">
+ <input id="photos-upload-choose" type="file" name="userfile" />
+ </div>
+ <div class="btn-group pull-right">
+ <button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
+ <i id="jot-perms-icon" class="icon-{{$lockstate}}"></i>
+ </button>
+ <button class="btn btn-primary btn-sm" type="submit" name="submit" id="photos-upload-submit">{{$submit}}</button>
+ </div>
+ {{/if}}
+
+ <div id="photos-upload-new-end" class="clear"></div>
+
+ <div class="checkbox pull-left">
+ <label class="checkbox-inline" for="photos-upload-noshare" >
+ <input class="checkbox-inline" id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />{{$nosharetext}}
+ </label>
+ </div>
+
+ {{if $uploader}}
+ <div id="photos-upload-perms" class="pull-right">
+ <button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
+ <i id="jot-perms-icon" class="icon-{{$lockstate}}"></i>
+ </button>
+ <div class="pull-right">
+ {{$uploader}}
+ </div>
+ </div>
+ {{/if}}
+ </form>
</div>
- {{$aclselect}}
- <div id="photos-upload-perms-end"></div>
-
- <div id="photos-upload-spacer"></div>
-
- {{$uploader}}
-
- {{$default}}
-
- <div class="photos-upload-end" ></div>
-</form>
+ <div id="photos-upload-end" class="clear"></div>
</div>
diff --git a/view/tpl/posted_date_widget.tpl b/view/tpl/posted_date_widget.tpl
index 1104d61bb..6298ca0aa 100755
--- a/view/tpl/posted_date_widget.tpl
+++ b/view/tpl/posted_date_widget.tpl
@@ -1,8 +1,30 @@
+<script>
+
+function toggle_posted_date_button() {
+ if($('#posted-date-dropdown').is(':visible')) {
+ $('#posted-date-icon').removeClass('icon-caret-up');
+ $('#posted-date-icon').addClass('icon-caret-down');
+ $('#posted-date-dropdown').hide();
+ }
+ else {
+ $('#posted-date-icon').addClass('icon-caret-up');
+ $('#posted-date-icon').removeClass('icon-caret-down');
+ $('#posted-date-dropdown').show();
+ }
+}
+</script>
+
+
<div id="datebrowse-sidebar" class="widget">
<h3>{{$title}}</h3>
<script>function dateSubmit(dateurl) { window.location.href = dateurl; } </script>
<ul id="posted-date-selector" class="nav nav-pills nav-stacked">
{{foreach $dates as $y => $arr}}
+ {{if $y == $cutoff_year}}
+ </ul>
+ <div id="posted-date-dropdown" style="display: none;">
+ <ul id="posted-date-selector-drop" class="nav nav-pills nav-stacked">
+ {{/if}}
<li id="posted-date-selector-year-{{$y}}">
<a href="#" onclick="openClose('posted-date-selector-{{$y}}'); return false;">{{$y}}</a>
</li>
@@ -10,11 +32,15 @@
<ul class="posted-date-selector-months nav nav-pills nav-stacked">
{{foreach $arr as $d}}
<li>
- <a href="#" onclick="dateSubmit('{{$url}}?f=&dend={{$d.1}}&dbegin={{$d.2}}'); return false;">{{$d.0}}</a>
+ <a href="#" onclick="dateSubmit('{{$url}}?f=&dend={{$d.1}}{{if $showend}}&dbegin={{$d.2}}{{/if}}'); return false;">{{$d.0}}</a>
</li>
{{/foreach}}
</ul>
</div>
{{/foreach}}
+ {{if $cutoff}}
+ </div>
+ <button class="btn btn-default btn-sm" onclick="toggle_posted_date_button(); return false;"><i id="posted-date-icon" class="icon-caret-down"></i></button>
+ {{/if}}
</ul>
</div>
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 07a37f773..7fa52677b 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -22,37 +22,44 @@
<h3 class="settings-heading">{{$h_prv}}</h3>
-{{include file="field_checkbox.tpl" field=$hide_presence}}
-
-<button type="button" class="btn btn-xs btn-default" data-toggle="collapse" data-target="#settings-permissions-wrapper">{{$lbl_p2macro}}</button>
+<div class="field custom">
+<label for="privacy-role-select">{{$role_lbl}}</label>
+{{$role_select}}
+</div>
+<div id="advanced-perm" style="display:{{if $permissions_set}}none{{else}}block{{/if}};">
+{{include file="field_checkbox.tpl" field=$hide_presence}}
+<button type="button" class="btn btn-default" data-toggle="collapse" data-target="#settings-permissions-wrapper">{{$lbl_p2macro}}</button>
<div class="collapse well" id="settings-permissions-wrapper">
-{{if !$expert}}
- <div class="alert alert-info">{{$hint}}</div>
-{{/if}}
{{foreach $permiss_arr as $permit}}
- {{if $expert}}
- {{include file="field_select.tpl" field=$permit}}
- {{else}}
- {{include file="field_select_disabled.tpl" field=$permit}}
- {{/if}}
+ {{include file="field_select.tpl" field=$permit}}
{{/foreach}}
-
-{{if $expert}}
<div class="settings-submit-wrapper" >
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
</div>
-{{/if}}
+</div>
+<div id="settings-default-perms" class="settings-default-perms" >
+ <button class="btn btn-default" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button>
+ {{$aclselect}}
+ <div id="settings-default-perms-menu-end"></div>
</div>
-<div class="settings-common-perms">
+<br/>
+<div id="settings-default-perms-end"></div>
+{{$group_select}}
{{$profile_in_dir}}
+</div>
+
+<div class="settings-common-perms">
+
+
+
{{$suggestme}}
{{include file="field_yesno.tpl" field=$blocktags}}
@@ -62,15 +69,6 @@
</div>
-<div id="settings-default-perms" class="settings-default-perms" >
- <button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button>
- {{$aclselect}}
- <div id="settings-default-perms-menu-end"></div>
-</div>
-<br/>
-<div id="settings-default-perms-end"></div>
-
-{{$group_select}}
<div class="settings-submit-wrapper" >
@@ -102,6 +100,27 @@
{{include file="field_intcheckbox.tpl" field=$notify8}}
</div>
+<div id="settings-vnotify-desc">{{$lbl_vnot}}</div>
+
+<div class="group">
+{{include file="field_intcheckbox.tpl" field=$vnotify1}}
+{{include file="field_intcheckbox.tpl" field=$vnotify2}}
+{{include file="field_intcheckbox.tpl" field=$vnotify3}}
+{{include file="field_intcheckbox.tpl" field=$vnotify4}}
+{{include file="field_intcheckbox.tpl" field=$vnotify5}}
+{{include file="field_intcheckbox.tpl" field=$vnotify6}}
+{{include file="field_intcheckbox.tpl" field=$vnotify10}}
+{{include file="field_intcheckbox.tpl" field=$vnotify7}}
+{{include file="field_intcheckbox.tpl" field=$vnotify8}}
+{{include file="field_intcheckbox.tpl" field=$vnotify9}}
+
+{{*include file="field_intcheckbox.tpl" field=$vnotify11*}}
+</div>
+
+{{include file="field_input.tpl" field=$evdays}}
+
+
+
</div>
<div class="settings-submit-wrapper" >
@@ -112,6 +131,8 @@
{{if $menus}}
<h3 class="settings-heading">{{$lbl_misc}}</h3>
+
+
<div id="settings-menu-desc">{{$menu_desc}}</div>
<div class="settings-channel-menu-div">
<select name="channel_menu" class="settings-channel-menu-sel">
diff --git a/view/tpl/smarty3/README b/view/tpl/smarty3/README
deleted file mode 100644
index 78ff8d9a1..000000000
--- a/view/tpl/smarty3/README
+++ /dev/null
@@ -1,4 +0,0 @@
-view/tpl/smarty3
-
-This directory must exist and be writeable by the webserver in order to store compiled template files, which are created dynamically. Please see the installation instructions.
-