diff options
Diffstat (limited to 'view')
113 files changed, 13793 insertions, 11217 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 4653ede89..a6540ffba 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -182,10 +182,11 @@ .comment-edit-text-empty, .comment-edit-text-full { float: left; width: 100%; - padding: 8px; } .comment-edit-text-empty { + padding: 0px 8px; + line-height: 28px; height: 30px; overflow: hidden; resize: none; @@ -193,6 +194,7 @@ } .comment-edit-text-full { + padding: 8px; height: 150px; overflow: auto; } diff --git a/view/css/default.css b/view/css/default.css index d47fdfe80..40d5cfc59 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -31,5 +31,5 @@ section { width: 100%; display: table-cell; vertical-align: top; - padding: 65px 10px 200px 10px; + padding: 65px 7px 200px 7px; } diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 657eff082..0aef13aa6 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -1,3 +1,17 @@ #event-desc-textarea, #event-location-textarea { width: 400px; +} + +#event-summary { + width: 400px; +} + +.event-cats { + margin-top: 15px; + width: 400px; +} + +.required { + color: #ff0000; + font-size: 1.2rem; }
\ No newline at end of file diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 4780820ba..161b46757 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -25,8 +25,7 @@ #selected-channel .channel-selection { clear: both; - width: 120px; - margin: 0px auto 0px auto; + margin: 0 auto 0 auto; } .channel-selection-default { @@ -35,9 +34,10 @@ } #all-channels .channel-selection { - width: 120px; + width: 12em; + height: 16em; float: left; - margin-bottom: 15px; + margin: 0 15px 15px 0; } .channels-end { clear: both; @@ -46,4 +46,16 @@ .channel-selection-name-link { font-size: 1.2em; margin-top: 10px; -}
\ No newline at end of file +} + +.channel-selection-name-link .channel-name { + padding-top: 10px; + text-align: left; + word-wrap: break-word; + overflow: hidden; +} + +.channels-notifications-wrapper { + clear: both; + padding-top: 10px; +} diff --git a/view/css/mod_message.css b/view/css/mod_message.css index c278f4d53..7c45e05be 100644 --- a/view/css/mod_message.css +++ b/view/css/mod_message.css @@ -1,3 +1,13 @@ +/* message side */ + +#message-check { + text-align: left; + white-space: normal; + margin-top: 48px; + margin-bottom: 15px; +} + + /* message */ #mail-list-wrapper { diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css index 12032d4c1..b81145cd5 100644 --- a/view/css/mod_photos.css +++ b/view/css/mod_photos.css @@ -13,7 +13,7 @@ #photo-view-wrapper { float:left; - min-width: 300px; + min-width: 500px; overflow: hidden; } @@ -182,3 +182,7 @@ margin-left: 200px; } +div[id^='photo-album-contents-'] { + margin-bottom: 3px; +} + diff --git a/view/css/mod_profiles.css b/view/css/mod_profiles.css index 5f930248f..35ef73cec 100644 --- a/view/css/mod_profiles.css +++ b/view/css/mod_profiles.css @@ -1,8 +1,8 @@ #profile-edit-default-desc { - color: #FF0000; - border: 1px solid #FF8888; - background-color: #FFEEEE; - padding: 7px; + background: none repeat scroll 0 0 orange; + font-weight: bold; + margin: 10px; + padding: 20px 5px 10px; } #profile-edit-clone-link-wrapper { @@ -13,16 +13,10 @@ } -#profile-listing-desc, #profile-stuff-link { - margin-left: 30px; -} - -#profile-listing-new-link-wrapper { - margin-left: 30px; - margin-bottom: 30px; +#profile-listing-desc, #profile-stuff-link, #profile-listing-new-link-wrapper { + margin: 15px 10px 15px 0; } - #profile-edit-links-end { clear: both; margin-bottom: 15px; diff --git a/view/css/widgets.css b/view/css/widgets.css index 8607cb562..8bf5a9e97 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -2,12 +2,14 @@ /* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */ .widget { - margin-left: 10px; - padding: 0 8px 8px 8px; + margin-bottom: 10px; + padding: 10px 10px 10px 20px; } .widget h3 { margin-left: -10px; + margin-top: 0px; + margin-bottom: 10px; } /* suggest */ @@ -109,34 +111,10 @@ /* group */ -#group-sidebar { - margin-bottom: 10px; -} - -#sidebar-new-group { +#sidebar-group-list { margin-bottom: 10px; } -#sidebar-group-list .icon, #sidebar-group-list .iconspacer { - display: inline-block; - height: 12px; - width: 12px; -} - -.sidebar-group-name { - display: block; - width: 170px; - overflow: hidden; -} - -#sidebar-group-ul { - margin-bottom: 10px; -} - -#sidebar-group-list li { - margin-top: 3px; -} - .sidebar-group-li input { float: right; } @@ -175,4 +153,4 @@ li:hover .group-edit-icon { .chatroomlist td { padding: 0 5px 0; -}
\ No newline at end of file +} diff --git a/view/de/messages.po b/view/de/messages.po index 5c9b7bad4..3278eb006 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -3,25 +3,28 @@ # This file is distributed under the same license as the Red package. # # Translators: -# alexej <info@pixelbits.de>, 2013 -# alexej <info@pixelbits.de>, 2013 -# balder <andreas.bauer@ymail.com>, 2013 -# balder <andreas.bauer@ymail.com>, 2013 +# Alex <info@pixelbits.de>, 2013 +# Alex <info@pixelbits.de>, 2013 +# Balder <andreas.bauer@ymail.com>, 2013 +# Balder <andreas.bauer@ymail.com>, 2013 # bavatar <tobias.diekershoff@gmx.net>, 2013 -# EinerVonVielen <tom@jfellow.net>, 2013 -# EinerVonVielen <tom@jfellow.net>, 2013 -# Fraengii <frank@lumina-verte.org>, 2013 -# Fraengii <frank@lumina-verte.org>, 2013 -# Oliver <post@toktan.org>, 2013 +# JooBee <d13@raclan.de>, 2014 +# Einer von Vielen <tom@jfellow.net>, 2013 +# Einer von Vielen <tom@jfellow.net>, 2013 +# Frank Dieckmann <frank@lumina-verte.org>, 2013 +# Frank Dieckmann <frank@lumina-verte.org>, 2013 +# Oliver <post@toktan.org>, 2013-2014 # bavatar <tobias.diekershoff@gmx.net>, 2013-2014 +# do.t <tobias@tonstrom.de>, 2014 # zottel <transifex@zottel.net>, 2013-2014 +# sasiflo <transiflex@sasiflo.de>, 2014 msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-21 00:03-0800\n" -"PO-Revision-Date: 2014-02-22 12:04+0000\n" -"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n" +"POT-Creation-Date: 2014-08-09 01:13+0000\n" +"PO-Revision-Date: 2014-08-11 07:23+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,830 +32,485 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 -msgid "Categories" -msgstr "Kategorien" - -#: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../include/Contact.php:107 ../../include/identity.php:632 -#: ../../mod/directory.php:184 ../../mod/match.php:62 -#: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 -msgid "Connect" -msgstr "Verbinden" - -#: ../../include/widgets.php:117 ../../mod/suggest.php:53 -msgid "Ignore/Hide" -msgstr "Ignorieren/Verstecken" - -#: ../../include/widgets.php:123 ../../mod/connections.php:238 -msgid "Suggestions" -msgstr "Vorschläge" - -#: ../../include/widgets.php:124 -msgid "See more..." -msgstr "Mehr anzeigen …" - -#: ../../include/widgets.php:146 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "Du bist %1$.0f von maximal %2$.0f erlaubten Verbindungen eingegangen." - -#: ../../include/widgets.php:152 -msgid "Add New Connection" -msgstr "Neue Verbindung hinzufügen" - -#: ../../include/widgets.php:153 -msgid "Enter the channel address" -msgstr "Adresse des Kanals eingeben" - -#: ../../include/widgets.php:154 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara" - -#: ../../include/widgets.php:171 -msgid "Notes" -msgstr "Notizen" +#: ../../view/theme/redbasic/php/config.php:84 +msgid "Light (Red Matrix default)" +msgstr "Hell (RedMatrix Voreinstellung)" -#: ../../include/widgets.php:173 ../../include/text.php:759 -#: ../../include/text.php:773 ../../mod/filer.php:36 -msgid "Save" -msgstr "Speichern" +#: ../../view/theme/redbasic/php/config.php:99 +#: ../../include/ItemObject.php:583 ../../mod/settings.php:516 +#: ../../mod/settings.php:628 ../../mod/settings.php:656 +#: ../../mod/settings.php:680 ../../mod/settings.php:750 +#: ../../mod/settings.php:928 ../../mod/filestorage.php:137 +#: ../../mod/admin.php:442 ../../mod/admin.php:751 ../../mod/admin.php:886 +#: ../../mod/admin.php:1019 ../../mod/admin.php:1218 ../../mod/admin.php:1305 +#: ../../mod/photos.php:563 ../../mod/photos.php:668 ../../mod/photos.php:956 +#: ../../mod/photos.php:996 ../../mod/photos.php:1083 ../../mod/mood.php:135 +#: ../../mod/pdledit.php:58 ../../mod/connedit.php:518 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/invite.php:156 ../../mod/thing.php:286 +#: ../../mod/thing.php:329 ../../mod/connect.php:92 ../../mod/fsuggest.php:108 +#: ../../mod/poke.php:166 ../../mod/group.php:81 ../../mod/appman.php:99 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 +#: ../../mod/import.php:393 ../../mod/mail.php:345 ../../mod/profiles.php:589 +#: ../../mod/chat.php:177 ../../mod/chat.php:211 ../../mod/events.php:511 +msgid "Submit" +msgstr "Bestätigen" -#: ../../include/widgets.php:243 -msgid "Remove term" -msgstr "Eintrag löschen" +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Theme settings" +msgstr "Theme-Einstellungen" -#: ../../include/widgets.php:252 ../../include/features.php:52 -msgid "Saved Searches" -msgstr "Gesicherte Suchanfragen" +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Set scheme" +msgstr "Schema" -#: ../../include/widgets.php:253 ../../include/group.php:290 -msgid "add" -msgstr "hinzufügen" +#: ../../view/theme/redbasic/php/config.php:104 +msgid "Narrow navbar" +msgstr "Verkleinere Navigationsleiste" -#: ../../include/widgets.php:283 ../../include/features.php:66 -#: ../../include/contact_widgets.php:53 -msgid "Saved Folders" -msgstr "Gesicherte Ordner" +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Navigation bar background color" +msgstr "Hintergrundfarbe der Navigationsleiste" -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 -#: ../../include/contact_widgets.php:90 -msgid "Everything" -msgstr "Alles" +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Navigation bar gradient top color" +msgstr "Farbverlauf der Navigationsleiste: Farbe oben" -#: ../../include/widgets.php:318 -msgid "Archives" -msgstr "Archive" +#: ../../view/theme/redbasic/php/config.php:107 +msgid "Navigation bar gradient bottom color" +msgstr "Farbverlauf der Navigationsleiste: Farbe unten" -#: ../../include/widgets.php:370 -msgid "Refresh" -msgstr "Aktualisieren" +#: ../../view/theme/redbasic/php/config.php:108 +msgid "Navigation active button gradient top color" +msgstr "Navigations-Button aktiv: Farbe für Farbverlauf oben" -#: ../../include/widgets.php:371 ../../mod/connedit.php:389 -msgid "Me" -msgstr "Ich" +#: ../../view/theme/redbasic/php/config.php:109 +msgid "Navigation active button gradient bottom color" +msgstr "Navigations-Button aktiv: Farbe für Farbverlauf unten" -#: ../../include/widgets.php:372 ../../mod/connedit.php:391 -msgid "Best Friends" -msgstr "Beste Freunde" +#: ../../view/theme/redbasic/php/config.php:110 +msgid "Navigation bar border color " +msgstr "Farbe für den Rand der Navigationsleiste" -#: ../../include/widgets.php:373 ../../include/identity.php:314 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392 -msgid "Friends" -msgstr "Freunde" +#: ../../view/theme/redbasic/php/config.php:111 +msgid "Navigation bar icon color " +msgstr "Farbe für die Icons der Navigationsleiste" -#: ../../include/widgets.php:374 -msgid "Co-workers" -msgstr "Kollegen" +#: ../../view/theme/redbasic/php/config.php:112 +msgid "Navigation bar active icon color " +msgstr "Farbe für aktive Icons der Navigationsleiste" -#: ../../include/widgets.php:375 ../../mod/connedit.php:393 -msgid "Former Friends" -msgstr "ehem. Freunde" +#: ../../view/theme/redbasic/php/config.php:113 +msgid "link color" +msgstr "Farbe für Links" -#: ../../include/widgets.php:376 ../../mod/connedit.php:394 -msgid "Acquaintances" -msgstr "Bekannte" +#: ../../view/theme/redbasic/php/config.php:114 +msgid "Set font-color for banner" +msgstr "Farbe der Schrift des Banners" -#: ../../include/widgets.php:377 -msgid "Everybody" -msgstr "Jeder" +#: ../../view/theme/redbasic/php/config.php:115 +msgid "Set the background color" +msgstr "Hintergrundfarbe" -#: ../../include/widgets.php:409 -msgid "Account settings" -msgstr "Konto-Einstellungen" +#: ../../view/theme/redbasic/php/config.php:116 +msgid "Set the background image" +msgstr "Hintergrundbild" -#: ../../include/widgets.php:415 -msgid "Channel settings" -msgstr "Kanal-Einstellungen" +#: ../../view/theme/redbasic/php/config.php:117 +msgid "Set the background color of items" +msgstr "Hintergrundfarbe für Beiträge" -#: ../../include/widgets.php:421 -msgid "Additional features" -msgstr "Zusätzliche Funktionen" +#: ../../view/theme/redbasic/php/config.php:118 +msgid "Set the background color of comments" +msgstr "Hintergrundfarbe für Kommentare" -#: ../../include/widgets.php:427 -msgid "Feature settings" -msgstr "Funktions-Einstellungen" +#: ../../view/theme/redbasic/php/config.php:119 +msgid "Set the border color of comments" +msgstr "Farbe des Randes von Kommentaren" -#: ../../include/widgets.php:433 -msgid "Display settings" -msgstr "Anzeige-Einstellungen" +#: ../../view/theme/redbasic/php/config.php:120 +msgid "Set the indent for comments" +msgstr "Einzug für Kommmentare einstellen" -#: ../../include/widgets.php:439 -msgid "Connected apps" -msgstr "Verbundene Apps" +#: ../../view/theme/redbasic/php/config.php:121 +msgid "Set the basic color for item icons" +msgstr "Grundfarbe für Beitrags-Icons" -#: ../../include/widgets.php:445 -msgid "Export channel" -msgstr "Kanal exportieren" +#: ../../view/theme/redbasic/php/config.php:122 +msgid "Set the hover color for item icons" +msgstr "Farbe für Beitrags-Icons unter dem Mauszeiger" -#: ../../include/widgets.php:457 -msgid "Automatic Permissions (Advanced)" -msgstr "Automatische Berechtigungen (Erweitert)" +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Set font-size for the entire application" +msgstr "Schriftgröße für die ganze Applikation" -#: ../../include/widgets.php:467 -msgid "Premium Channel Settings" -msgstr "Premium-Kanal-Einstellungen" +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set font-size for posts and comments" +msgstr "Schriftgröße für Beiträge und Kommentare" -#: ../../include/widgets.php:476 ../../include/features.php:43 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Kanal-Quellen" +#: ../../view/theme/redbasic/php/config.php:125 +msgid "Set font-color for posts and comments" +msgstr "Schriftfarbe für Posts und Kommentare" -#: ../../include/widgets.php:487 ../../include/nav.php:181 -#: ../../mod/admin.php:838 ../../mod/admin.php:1043 -msgid "Settings" -msgstr "Einstellungen" +#: ../../view/theme/redbasic/php/config.php:126 +msgid "Set radius of corners" +msgstr "Ecken-Radius" -#: ../../include/widgets.php:504 -msgid "Check Mail" -msgstr "E-Mails abrufen" +#: ../../view/theme/redbasic/php/config.php:127 +msgid "Set shadow depth of photos" +msgstr "Schattentiefe von Fotos" -#: ../../include/widgets.php:509 ../../include/nav.php:172 -msgid "New Message" -msgstr "Neue Nachricht" +#: ../../view/theme/redbasic/php/config.php:128 +msgid "Set maximum width of conversation regions" +msgstr "Maximalbreite der Unterhaltungsbereiche" -#: ../../include/widgets.php:585 -msgid "Chat Rooms" -msgstr "Chaträume" +#: ../../view/theme/redbasic/php/config.php:129 +msgid "Center conversation regions" +msgstr "Konversationsbereich zentrieren" -#: ../../include/acl_selectors.php:235 -msgid "Visible to everybody" -msgstr "Für jeden sichtbar" +#: ../../view/theme/redbasic/php/config.php:130 +msgid "Set minimum opacity of nav bar - to hide it" +msgstr "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)" -#: ../../include/acl_selectors.php:236 -msgid "show" -msgstr "zeigen" +#: ../../view/theme/redbasic/php/config.php:131 +msgid "Set size of conversation author photo" +msgstr "Größe der Avatare von Themenstartern" -#: ../../include/acl_selectors.php:237 -msgid "don't show" -msgstr "Verbergen" +#: ../../view/theme/redbasic/php/config.php:132 +msgid "Set size of followup author photos" +msgstr "Größe der Avatare von Kommentatoren" -#: ../../include/activities.php:39 -msgid " and " -msgstr "und" +#: ../../view/theme/redbasic/php/config.php:133 +msgid "Sloppy photo albums" +msgstr "Schräge Fotoalben" -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "öffentliches Profil" +#: ../../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?" -#: ../../include/activities.php:52 +#: ../../boot.php:1291 #, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s hat %2$s auf “%3$s” geändert" +msgid "Update %s failed. See error logs." +msgstr "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen." -#: ../../include/activities.php:53 +#: ../../boot.php:1294 #, php-format -msgid "Visit %1$s's %2$s" -msgstr "Besuche %1$s's %2$s" +msgid "Update Error at %s" +msgstr "Aktualisierungsfehler auf %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." +#: ../../boot.php:1468 +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:1469 ../../include/nav.php:146 ../../mod/register.php:221 +msgid "Register" +msgstr "Registrieren" -#: ../../include/nav.php:72 ../../include/nav.php:91 ../../boot.php:1425 +#: ../../boot.php:1492 ../../include/nav.php:81 ../../include/nav.php:108 msgid "Logout" msgstr "Abmelden" -#: ../../include/nav.php:72 ../../include/nav.php:91 -msgid "End this session" -msgstr "Beende diese Sitzung" - -#: ../../include/nav.php:75 ../../include/nav.php:125 -msgid "Home" -msgstr "Home" - -#: ../../include/nav.php:75 -msgid "Your posts and conversations" -msgstr "Deine Beiträge und Unterhaltungen" - -#: ../../include/nav.php:76 ../../include/conversation.php:933 -#: ../../mod/connedit.php:312 ../../mod/connedit.php:426 -msgid "View Profile" -msgstr "Profil ansehen" - -#: ../../include/nav.php:76 -msgid "Your profile page" -msgstr "Deine Profilseite" - -#: ../../include/nav.php:78 -msgid "Edit Profiles" -msgstr "Profile bearbeiten" - -#: ../../include/nav.php:78 -msgid "Manage/Edit profiles" -msgstr "Profile verwalten" - -#: ../../include/nav.php:79 ../../include/conversation.php:1475 -#: ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Fotos" - -#: ../../include/nav.php:79 -msgid "Your photos" -msgstr "Deine Bilder" - -#: ../../include/nav.php:80 ../../include/conversation.php:1484 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Dateien" - -#: ../../include/nav.php:80 -msgid "Your files" -msgstr "Deine Dateien" - -#: ../../include/nav.php:81 -msgid "Chat" -msgstr "Chat" - -#: ../../include/nav.php:81 -msgid "Your chatrooms" -msgstr "Deine Chaträume" - -#: ../../include/nav.php:82 ../../include/nav.php:175 -#: ../../include/conversation.php:1506 ../../mod/events.php:354 -msgid "Events" -msgstr "Veranstaltungen" - -#: ../../include/nav.php:82 -msgid "Your events" -msgstr "Deine Veranstaltungen" - -#: ../../include/nav.php:83 ../../include/conversation.php:1514 -msgid "Bookmarks" -msgstr "Lesezeichen" - -#: ../../include/nav.php:83 -msgid "Your bookmarks" -msgstr "Deine Lesezeichen" - -#: ../../include/nav.php:85 ../../include/conversation.php:1525 -msgid "Webpages" -msgstr "Webseiten" - -#: ../../include/nav.php:85 -msgid "Your webpages" -msgstr "Deine Webseiten" - -#: ../../include/nav.php:89 ../../boot.php:1426 +#: ../../boot.php:1493 ../../include/nav.php:106 ../../include/apps.php:126 msgid "Login" msgstr "Anmelden" -#: ../../include/nav.php:89 -msgid "Sign in" -msgstr "Anmelden" - -#: ../../include/nav.php:106 -#, php-format -msgid "%s - click to logout" -msgstr "%s - Klick zum Abmelden" - -#: ../../include/nav.php:111 -msgid "Click to authenticate to your home hub" -msgstr "Klicke, um Dich über Deinen Heimat-Server zu authentifizieren" - -#: ../../include/nav.php:125 -msgid "Home Page" -msgstr "Homepage" - -#: ../../include/nav.php:129 ../../mod/register.php:206 ../../boot.php:1402 -msgid "Register" -msgstr "Registrieren" - -#: ../../include/nav.php:129 -msgid "Create an account" -msgstr "Erzeuge ein Konto" - -#: ../../include/nav.php:134 ../../mod/help.php:60 ../../mod/help.php:64 -msgid "Help" -msgstr "Hilfe" - -#: ../../include/nav.php:134 -msgid "Help and documentation" -msgstr "Hilfe und Dokumentation" - -#: ../../include/nav.php:137 -msgid "Apps" -msgstr "Apps" - -#: ../../include/nav.php:137 -msgid "Addon applications, utilities, games" -msgstr "Addon Programme, Helferlein, Spiele" - -#: ../../include/nav.php:139 ../../include/text.php:757 -#: ../../include/text.php:771 ../../mod/search.php:29 -msgid "Search" -msgstr "Suche" - -#: ../../include/nav.php:139 -msgid "Search site content" -msgstr "Durchsuche Seiten-Inhalt" - -#: ../../include/nav.php:142 ../../mod/directory.php:211 -msgid "Directory" -msgstr "Verzeichnis" - -#: ../../include/nav.php:142 -msgid "Channel Locator" -msgstr "Kanal-Anzeiger" - -#: ../../include/nav.php:153 -msgid "Matrix" -msgstr "Matrix" - -#: ../../include/nav.php:153 -msgid "Your matrix" -msgstr "Deine Matrix" - -#: ../../include/nav.php:154 -msgid "Mark all matrix notifications seen" -msgstr "Markiere alle Matrix-Benachrichtigungen als angesehen" - -#: ../../include/nav.php:156 -msgid "Channel Home" -msgstr "Mein Kanal" - -#: ../../include/nav.php:156 -msgid "Channel home" -msgstr "Mein Kanal" - -#: ../../include/nav.php:157 -msgid "Mark all channel notifications seen" -msgstr "Markiere alle Kanal-Benachrichtigungen als angesehen" - -#: ../../include/nav.php:160 -msgid "Intros" -msgstr "Vorstellungen" - -#: ../../include/nav.php:160 ../../mod/connections.php:244 -msgid "New Connections" -msgstr "Neue Verbindungen" - -#: ../../include/nav.php:163 -msgid "Notices" -msgstr "Benachrichtigungen" - -#: ../../include/nav.php:163 -msgid "Notifications" -msgstr "Benachrichtigungen" - -#: ../../include/nav.php:164 -msgid "See all notifications" -msgstr "Alle Benachrichtigungen ansehen" - -#: ../../include/nav.php:165 -msgid "Mark all system notifications seen" -msgstr "Markiere alle System-Benachrichtigungen als gesehen" - -#: ../../include/nav.php:167 -msgid "Mail" -msgstr "Mail" - -#: ../../include/nav.php:167 -msgid "Private mail" -msgstr "Persönliche Mail" - -#: ../../include/nav.php:168 -msgid "See all private messages" -msgstr "Alle persönlichen Nachrichten ansehen" - -#: ../../include/nav.php:169 -msgid "Mark all private messages seen" -msgstr "Markiere alle persönlichen Nachrichten als gesehen" - -#: ../../include/nav.php:170 -msgid "Inbox" -msgstr "Eingang" - -#: ../../include/nav.php:171 -msgid "Outbox" -msgstr "Ausgang" - -#: ../../include/nav.php:175 -msgid "Event Calendar" -msgstr "Veranstaltungskalender" - -#: ../../include/nav.php:176 -msgid "See all events" -msgstr "Alle Ereignisse ansehen" - -#: ../../include/nav.php:177 -msgid "Mark all events seen" -msgstr "Markiere alle Ereignisse als gesehen" - -#: ../../include/nav.php:179 -msgid "Channel Select" -msgstr "Kanal-Auswahl" - -#: ../../include/nav.php:179 -msgid "Manage Your Channels" -msgstr "Verwalte Deine Kanäle" - -#: ../../include/nav.php:181 -msgid "Account/Channel Settings" -msgstr "Konto-/Kanal-Einstellungen" +#: ../../boot.php:1495 ../../include/contact_selectors.php:79 +#: ../../mod/admin.php:754 ../../mod/admin.php:763 +msgid "Email" +msgstr "E-Mail" -#: ../../include/nav.php:183 ../../mod/connections.php:351 -msgid "Connections" -msgstr "Verbindungen" +#: ../../boot.php:1496 +msgid "Password" +msgstr "Kennwort" -#: ../../include/nav.php:183 -msgid "Manage/Edit Friends and Connections" -msgstr "Freunde und Verbindungen verwalten" +#: ../../boot.php:1497 +msgid "Remember me" +msgstr "Angaben speichern" -#: ../../include/nav.php:190 ../../mod/admin.php:112 -msgid "Admin" -msgstr "Admin" +#: ../../boot.php:1502 +msgid "Forgot your password?" +msgstr "Passwort vergessen?" -#: ../../include/nav.php:190 -msgid "Site Setup and Configuration" -msgstr "Seiten-Einrichtung und -Konfiguration" +#: ../../boot.php:1503 ../../mod/lostpass.php:85 +msgid "Password Reset" +msgstr "Zurücksetzen des Kennworts" -#: ../../include/nav.php:216 -msgid "Nothing new here" -msgstr "Nichts Neues hier" +#: ../../boot.php:1567 +msgid "permission denied" +msgstr "Zugriff verweigert" -#: ../../include/nav.php:221 -msgid "Please wait..." -msgstr "Bitte warten..." +#: ../../boot.php:1568 +msgid "Got Zot?" +msgstr "Haste schon Zot?" -#: ../../include/text.php:315 -msgid "prev" -msgstr "vorherige" +#: ../../boot.php:1998 +msgid "toggle mobile" +msgstr "auf/von mobile Ansicht wechseln" -#: ../../include/text.php:317 -msgid "first" -msgstr "erste" +#: ../../include/auth.php:90 +msgid "Logged out." +msgstr "Ausgeloggt." -#: ../../include/text.php:346 -msgid "last" -msgstr "letzte" +#: ../../include/auth.php:236 +msgid "Failed authentication" +msgstr "Authentifizierung fehlgeschlagen" -#: ../../include/text.php:349 -msgid "next" -msgstr "nächste" +#: ../../include/auth.php:251 ../../mod/openid.php:188 +msgid "Login failed." +msgstr "Login fehlgeschlagen." -#: ../../include/text.php:361 -msgid "older" -msgstr "älter" +#: ../../include/comanche.php:35 +msgid "Default" +msgstr "Standard" -#: ../../include/text.php:363 -msgid "newer" -msgstr "neuer" +#: ../../include/photos.php:15 ../../include/items.php:3704 +#: ../../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/settings.php:493 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/webpages.php:40 +#: ../../mod/authtest.php:13 ../../mod/new_channel.php:66 +#: ../../mod/new_channel.php:97 ../../mod/connections.php:169 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/photos.php:68 +#: ../../mod/photos.php:526 ../../mod/mitem.php:73 ../../mod/regmod.php:18 +#: ../../mod/mood.php:112 ../../mod/pdledit.php:21 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/menu.php:44 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/suggest.php:26 ../../mod/connedit.php:254 +#: ../../mod/message.php:16 ../../mod/setup.php:203 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/thing.php:249 ../../mod/thing.php:266 +#: ../../mod/thing.php:301 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/register.php:71 +#: ../../mod/network.php:12 ../../mod/delegate.php:6 ../../mod/fsuggest.php:78 +#: ../../mod/manage.php:6 ../../mod/editpost.php:13 +#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 +#: ../../mod/poke.php:128 ../../mod/blocks.php:29 ../../mod/blocks.php:44 +#: ../../mod/group.php:9 ../../mod/item.php:178 ../../mod/item.php:186 +#: ../../mod/item.php:916 ../../mod/appman.php:66 ../../mod/sources.php:66 +#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/mail.php:108 +#: ../../mod/channel.php:89 ../../mod/channel.php:193 +#: ../../mod/channel.php:236 ../../mod/profiles.php:179 +#: ../../mod/profiles.php:524 ../../mod/bookmarks.php:46 +#: ../../mod/common.php:35 ../../mod/like.php:154 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/events.php:160 ../../mod/notifications.php:66 +#: ../../mod/layouts.php:27 ../../mod/layouts.php:39 +#: ../../mod/editblock.php:34 ../../mod/viewsrc.php:12 +#: ../../mod/achievements.php:27 ../../mod/editlayout.php:48 +#: ../../index.php:186 ../../index.php:361 +msgid "Permission denied." +msgstr "Zugang verweigert" -#: ../../include/text.php:675 -msgid "No connections" -msgstr "Keine Verbindungen" +#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:643 +#: ../../mod/photos.php:91 ../../mod/photos.php:653 ../../mod/photos.php:675 +#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 +#: ../../mod/profile_photo.php:421 +msgid "Profile Photos" +msgstr "Profilfotos" -#: ../../include/text.php:686 +#: ../../include/photos.php:89 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d Verbindung" -msgstr[1] "%d Verbindungen" - -#: ../../include/text.php:698 -msgid "View Connections" -msgstr "Verbindungen anzeigen" - -#: ../../include/text.php:839 -msgid "poke" -msgstr "anstupsen" - -#: ../../include/text.php:839 ../../include/conversation.php:240 -msgid "poked" -msgstr "stupste" - -#: ../../include/text.php:840 -msgid "ping" -msgstr "anpingen" - -#: ../../include/text.php:840 -msgid "pinged" -msgstr "pingte" - -#: ../../include/text.php:841 -msgid "prod" -msgstr "knuffen" - -#: ../../include/text.php:841 -msgid "prodded" -msgstr "knuffte" - -#: ../../include/text.php:842 -msgid "slap" -msgstr "ohrfeigen" - -#: ../../include/text.php:842 -msgid "slapped" -msgstr "ohrfeigte" - -#: ../../include/text.php:843 -msgid "finger" -msgstr "befummeln" - -#: ../../include/text.php:843 -msgid "fingered" -msgstr "befummelte" - -#: ../../include/text.php:844 -msgid "rebuff" -msgstr "eine Abfuhr erteilen" - -#: ../../include/text.php:844 -msgid "rebuffed" -msgstr "abfuhrerteilte" - -#: ../../include/text.php:856 -msgid "happy" -msgstr "glücklich" - -#: ../../include/text.php:857 -msgid "sad" -msgstr "traurig" - -#: ../../include/text.php:858 -msgid "mellow" -msgstr "sanft" - -#: ../../include/text.php:859 -msgid "tired" -msgstr "müde" - -#: ../../include/text.php:860 -msgid "perky" -msgstr "frech" - -#: ../../include/text.php:861 -msgid "angry" -msgstr "sauer" - -#: ../../include/text.php:862 -msgid "stupified" -msgstr "verblüfft" - -#: ../../include/text.php:863 -msgid "puzzled" -msgstr "verwirrt" - -#: ../../include/text.php:864 -msgid "interested" -msgstr "interessiert" - -#: ../../include/text.php:865 -msgid "bitter" -msgstr "verbittert" - -#: ../../include/text.php:866 -msgid "cheerful" -msgstr "fröhlich" - -#: ../../include/text.php:867 -msgid "alive" -msgstr "lebendig" - -#: ../../include/text.php:868 -msgid "annoyed" -msgstr "verärgert" - -#: ../../include/text.php:869 -msgid "anxious" -msgstr "unruhig" - -#: ../../include/text.php:870 -msgid "cranky" -msgstr "schrullig" - -#: ../../include/text.php:871 -msgid "disturbed" -msgstr "verstört" - -#: ../../include/text.php:872 -msgid "frustrated" -msgstr "frustriert" - -#: ../../include/text.php:873 -msgid "motivated" -msgstr "motiviert" - -#: ../../include/text.php:874 -msgid "relaxed" -msgstr "entspannt" - -#: ../../include/text.php:875 -msgid "surprised" -msgstr "überrascht" - -#: ../../include/text.php:1036 -msgid "Monday" -msgstr "Montag" - -#: ../../include/text.php:1036 -msgid "Tuesday" -msgstr "Dienstag" +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Bild überschreitet das Limit der Webseite von %lu bytes" -#: ../../include/text.php:1036 -msgid "Wednesday" -msgstr "Mittwoch" +#: ../../include/photos.php:96 +msgid "Image file is empty." +msgstr "Bilddatei ist leer." -#: ../../include/text.php:1036 -msgid "Thursday" -msgstr "Donnerstag" +#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Kann Bild nicht verarbeiten" -#: ../../include/text.php:1036 -msgid "Friday" -msgstr "Freitag" +#: ../../include/photos.php:186 +msgid "Photo storage failed." +msgstr "Foto speichern schlug fehl" -#: ../../include/text.php:1036 -msgid "Saturday" -msgstr "Samstag" +#: ../../include/photos.php:313 ../../include/conversation.php:1515 +msgid "Photo Albums" +msgstr "Fotoalben" -#: ../../include/text.php:1036 -msgid "Sunday" -msgstr "Sonntag" +#: ../../include/photos.php:317 ../../mod/photos.php:691 +#: ../../mod/photos.php:1193 +msgid "Upload New Photos" +msgstr "Lade neue Fotos hoch" -#: ../../include/text.php:1040 -msgid "January" -msgstr "Januar" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d Einladung verfügbar" +msgstr[1] "%d Einladungen verfügbar" -#: ../../include/text.php:1040 -msgid "February" -msgstr "Februar" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:446 +msgid "Advanced" +msgstr "Fortgeschritten" -#: ../../include/text.php:1040 -msgid "March" -msgstr "März" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Finde Kanäle" -#: ../../include/text.php:1040 -msgid "April" -msgstr "April" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Name oder Interessen eingeben" -#: ../../include/text.php:1040 -msgid "May" -msgstr "Mai" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Verbinden/Folgen" -#: ../../include/text.php:1040 -msgid "June" -msgstr "Juni" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Beispiele: Robert Morgenstein, Angeln" -#: ../../include/text.php:1040 -msgid "July" -msgstr "Juli" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:392 +#: ../../mod/directory.php:222 ../../mod/directory.php:227 +msgid "Find" +msgstr "Finde" -#: ../../include/text.php:1040 -msgid "August" -msgstr "August" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" +msgstr "Kanal-Vorschläge" -#: ../../include/text.php:1040 -msgid "September" -msgstr "September" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Zufallsprofil" -#: ../../include/text.php:1040 -msgid "October" -msgstr "Oktober" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Lade Freunde ein" -#: ../../include/text.php:1040 -msgid "November" -msgstr "November" +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "Beispiel: name=fred und country=deutschland" -#: ../../include/text.php:1040 -msgid "December" -msgstr "Dezember" +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "Erweiterte Suche" -#: ../../include/text.php:1118 -msgid "unknown.???" -msgstr "unbekannt.???" +#: ../../include/contact_widgets.php:58 ../../include/features.php:69 +#: ../../include/widgets.php:296 +msgid "Saved Folders" +msgstr "Gesicherte Ordner" -#: ../../include/text.php:1119 -msgid "bytes" -msgstr "Bytes" +#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96 +#: ../../include/widgets.php:299 +msgid "Everything" +msgstr "Alles" -#: ../../include/text.php:1154 -msgid "remove category" -msgstr "Kategorie entfernen" +#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29 +msgid "Categories" +msgstr "Kategorien" -#: ../../include/text.php:1176 -msgid "remove from file" -msgstr "aus der Datei entfernen" +#: ../../include/contact_widgets.php:126 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d gemeinsame Verbindung" +msgstr[1] "%d gemeinsame Verbindungen" -#: ../../include/text.php:1234 ../../include/text.php:1246 -msgid "Click to open/close" -msgstr "Klicke zum Öffnen/Schließen" +#: ../../include/contact_widgets.php:131 +msgid "show more" +msgstr "mehr zeigen" -#: ../../include/text.php:1401 ../../mod/events.php:332 -msgid "link to source" -msgstr "Link zum Originalbeitrag" +#: ../../include/activities.php:39 +msgid " and " +msgstr "und" -#: ../../include/text.php:1420 -msgid "Select a page layout: " -msgstr "Ein Seiten-Layout auswählen:" +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "öffentliches Profil" -#: ../../include/text.php:1423 ../../include/text.php:1488 -msgid "default" -msgstr "Standard" +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s hat %2$s auf “%3$s” geändert" -#: ../../include/text.php:1459 -msgid "Page content type: " -msgstr "Content-Typ der Seite:" +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Besuche %1$s's %2$s" -#: ../../include/text.php:1500 -msgid "Select an alternate language" -msgstr "Wähle eine alternative Sprache" +#: ../../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:1621 ../../include/conversation.php:117 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 -msgid "photo" -msgstr "Foto" +#: ../../include/items.php:295 ../../mod/subthread.php:49 +#: ../../mod/profperm.php:23 ../../mod/group.php:68 ../../mod/like.php:242 +#: ../../index.php:360 +msgid "Permission denied" +msgstr "Keine Berechtigung" -#: ../../include/text.php:1624 ../../include/conversation.php:120 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "Ereignis" +#: ../../include/items.php:824 +msgid "(Unknown)" +msgstr "(Unbekannt)" -#: ../../include/text.php:1627 ../../include/conversation.php:145 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 -msgid "status" -msgstr "Status" +#: ../../include/items.php:953 +msgid "Visible to anybody on the internet." +msgstr "Für jeden im Internet sichtbar." -#: ../../include/text.php:1629 ../../include/conversation.php:147 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "Kommentar" +#: ../../include/items.php:955 +msgid "Visible to you only." +msgstr "Nur für Dich sichtbar." -#: ../../include/text.php:1634 -msgid "activity" -msgstr "Aktivität" +#: ../../include/items.php:957 +msgid "Visible to anybody in this network." +msgstr "Für jedes Mitglied der RedMatrix sichtbar." -#: ../../include/text.php:1891 -msgid "Design" -msgstr "Design" +#: ../../include/items.php:959 +msgid "Visible to anybody authenticated." +msgstr "Für jeden sichtbar, der angemeldet ist." -#: ../../include/text.php:1893 -msgid "Blocks" -msgstr "Blöcke" +#: ../../include/items.php:961 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Für jeden auf %s sichtbar." -#: ../../include/text.php:1894 -msgid "Menus" -msgstr "Menüs" +#: ../../include/items.php:963 +msgid "Visible to all connections." +msgstr "Für alle Verbindungen sichtbar." -#: ../../include/text.php:1895 -msgid "Layouts" -msgstr "Layouts" +#: ../../include/items.php:965 +msgid "Visible to approved connections." +msgstr "Nur für akzeptierte Verbindungen sichtbar." -#: ../../include/text.php:1896 -msgid "Pages" -msgstr "Seiten" +#: ../../include/items.php:3642 ../../mod/filestorage.php:18 +#: ../../mod/home.php:67 ../../mod/admin.php:159 ../../mod/admin.php:923 +#: ../../mod/admin.php:1126 ../../mod/thing.php:78 ../../mod/display.php:32 +#: ../../mod/viewsrc.php:18 +msgid "Item not found." +msgstr "Element nicht gefunden." -#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 -#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 -#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 -#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 -#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 -#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 -#: ../../include/bbcode.php:640 -msgid "Image/photo" -msgstr "Bild/Foto" +#: ../../include/items.php:4075 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Sammlung nicht gefunden" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 -msgid "Encrypted content" -msgstr "Verschlüsselter Inhalt" +#: ../../include/items.php:4090 +msgid "Collection is empty." +msgstr "Sammlung ist leer." -#: ../../include/bbcode.php:170 -msgid "QR code" -msgstr "QR-Code" +#: ../../include/items.php:4097 +#, php-format +msgid "Collection: %s" +msgstr "Sammlung: %s" -#: ../../include/bbcode.php:213 +#: ../../include/items.php:4108 #, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s schrieb den folgenden %2$s %3$s" +msgid "Connection: %s" +msgstr "Verbindung: %s" -#: ../../include/bbcode.php:215 -msgid "post" -msgstr "Beitrag" +#: ../../include/items.php:4111 +msgid "Connection not found." +msgstr "Die Verbindung wurde nicht gefunden." -#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 -msgid "$1 wrote:" -msgstr "$1 schrieb:" +#: ../../include/Contact.php:107 ../../include/identity.php:675 +#: ../../include/widgets.php:128 ../../include/widgets.php:168 +#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51 +#: ../../mod/directory.php:183 ../../mod/match.php:62 +msgid "Connect" +msgstr "Verbinden" #: ../../include/Contact.php:123 msgid "New window" @@ -862,304 +520,6 @@ msgstr "Neues Fenster" msgid "Open the selected location in a different window or browser tab" msgstr "Öffne die markierte Adresse in einem neuen Browser Fenster oder Tab" -#: ../../include/features.php:23 -msgid "General Features" -msgstr "Allgemeine Funktionen" - -#: ../../include/features.php:25 -msgid "Content Expiration" -msgstr "Verfall von Inhalten" - -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "Lösche Beiträge, Kommentare und/oder private Nachrichten automatisch zu einem zukünftigen Datum." - -#: ../../include/features.php:26 -msgid "Multiple Profiles" -msgstr "Mehrfachprofile" - -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" -msgstr "Mehrfachprofile anlegen können" - -#: ../../include/features.php:27 -msgid "Web Pages" -msgstr "Webseiten" - -#: ../../include/features.php:27 -msgid "Provide managed web pages on your channel" -msgstr "Stelle verwaltete Webseiten in Deinem Kanal zur Verfügung" - -#: ../../include/features.php:28 -msgid "Private Notes" -msgstr "Private Notizen" - -#: ../../include/features.php:28 -msgid "Enables a tool to store notes and reminders" -msgstr "Werkzeug zum Speichern von Notizen und Erinnerungen aktivieren" - -#: ../../include/features.php:33 -msgid "Extended Identity Sharing" -msgstr "Erweitertes Teilen von Identitäten" - -#: ../../include/features.php:33 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." -msgstr "Teile Deine Identität mit allen Webseiten im Internet. Ist dies deaktiviert, wird Deine Identität nur mit Red-Servern geteilt." - -#: ../../include/features.php:34 -msgid "Expert Mode" -msgstr "Expertenmodus" - -#: ../../include/features.php:34 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Aktiviere den Expertenmodus, um fortgeschrittene Konfigurationsoptionen zu aktivieren" - -#: ../../include/features.php:35 -msgid "Premium Channel" -msgstr "Premium-Kanal" - -#: ../../include/features.php:35 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Ermöglicht Einschränkungen und Bedingungen für Kontakte dieses Kanals" - -#: ../../include/features.php:40 -msgid "Post Composition Features" -msgstr "Nachbearbeitungsfunktionen" - -#: ../../include/features.php:41 -msgid "Richtext Editor" -msgstr "Formatierungseditor" - -#: ../../include/features.php:41 -msgid "Enable richtext editor" -msgstr "Aktiviere Formatierungseditor" - -#: ../../include/features.php:42 -msgid "Post Preview" -msgstr "Voransicht" - -#: ../../include/features.php:42 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Erlaube Voransicht von Beiträgen und Kommentaren vor Veröffentlichung" - -#: ../../include/features.php:43 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Importiere automatisch Inhalte für diesen Kanal von anderen Kanälen oder Feeds" - -#: ../../include/features.php:44 -msgid "Even More Encryption" -msgstr "Noch mehr Verschlüsselung" - -#: ../../include/features.php:44 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Erlaube optionale Verschlüsselung von Inhalten (Ende-zu-Ende mit geteiltem Sicherheitsschlüssel)" - -#: ../../include/features.php:49 -msgid "Network and Stream Filtering" -msgstr "Netzwerk- und Stream-Filter" - -#: ../../include/features.php:50 -msgid "Search by Date" -msgstr "Suche nach Datum" - -#: ../../include/features.php:50 -msgid "Ability to select posts by date ranges" -msgstr "Möglichkeit, Beiträge nach Zeiträumen auszuwählen" - -#: ../../include/features.php:51 -msgid "Collections Filter" -msgstr "Filter für Sammlung" - -#: ../../include/features.php:51 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Aktiviere nur Netzwerk-Beiträge von ausgewählten Sammlungen" - -#: ../../include/features.php:52 -msgid "Save search terms for re-use" -msgstr "Gesicherte Suchbegriffe zur Wiederverwendung" - -#: ../../include/features.php:53 -msgid "Network Personal Tab" -msgstr "Persönlicher Netzwerkreiter" - -#: ../../include/features.php:53 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Aktiviere Reiter nur für die Netzwerk-Beiträge, mit denen Du interagiert hast" - -#: ../../include/features.php:54 -msgid "Network New Tab" -msgstr "Netzwerkreiter Neu" - -#: ../../include/features.php:54 -msgid "Enable tab to display all new Network activity" -msgstr "Aktiviere Reiter, um alle neuen Netzwerkaktivitäten zu zeigen" - -#: ../../include/features.php:55 -msgid "Affinity Tool" -msgstr "Beziehungs-Tool" - -#: ../../include/features.php:55 -msgid "Filter stream activity by depth of relationships" -msgstr "Filter Aktivitätenstream nach Tiefe der Beziehung" - -#: ../../include/features.php:56 -msgid "Suggest Channels" -msgstr "Kanäle vorschlagen" - -#: ../../include/features.php:56 -msgid "Show channel suggestions" -msgstr "Kanal-Vorschläge anzeigen" - -#: ../../include/features.php:61 -msgid "Post/Comment Tools" -msgstr "Beitrag-/Kommentar-Tools" - -#: ../../include/features.php:63 -msgid "Edit Sent Posts" -msgstr "Bearbeite gesendete Beiträge" - -#: ../../include/features.php:63 -msgid "Edit and correct posts and comments after sending" -msgstr "Bearbeite und korrigiere Beiträge und Kommentare nach dem Senden" - -#: ../../include/features.php:64 -msgid "Tagging" -msgstr "Verschlagworten" - -#: ../../include/features.php:64 -msgid "Ability to tag existing posts" -msgstr "Möglichkeit, um existierende Beiträge zu verschlagworten" - -#: ../../include/features.php:65 -msgid "Post Categories" -msgstr "Beitrags-Kategorien" - -#: ../../include/features.php:65 -msgid "Add categories to your posts" -msgstr "Kategorien für Beiträge" - -#: ../../include/features.php:66 -msgid "Ability to file posts under folders" -msgstr "Möglichkeit, Beiträge in Verzeichnissen zu sammeln" - -#: ../../include/features.php:67 -msgid "Dislike Posts" -msgstr "Gefällt-mir-nicht Beiträge" - -#: ../../include/features.php:67 -msgid "Ability to dislike posts/comments" -msgstr "„Gefällt mir nicht“ ermöglichen" - -#: ../../include/features.php:68 -msgid "Star Posts" -msgstr "Beiträge mit Sternchen versehen" - -#: ../../include/features.php:68 -msgid "Ability to mark special posts with a star indicator" -msgstr "Möglichkeit, spezielle Beiträge mit Sternchen-Symbol zu markieren" - -#: ../../include/features.php:69 -msgid "Tag Cloud" -msgstr "Schlagwort-Wolke" - -#: ../../include/features.php:69 -msgid "Provide a personal tag cloud on your channel page" -msgstr "Persönliche Schlagwort-Wolke auf Deiner Kanal-Seite anzeigen" - -#: ../../include/contact_selectors.php:30 -msgid "Unknown | Not categorised" -msgstr "Unbekannt | Nicht kategorisiert" - -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" -msgstr "Sofort blockieren" - -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" -msgstr "Zwielichtig, Spammer, Selbstdarsteller" - -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" -msgstr "Mir bekannt, aber keine Meinung" - -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" -msgstr "Ok, wahrscheinlich harmlos" - -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" -msgstr "Seriös, hat mein Vertrauen" - -#: ../../include/contact_selectors.php:54 -msgid "Frequently" -msgstr "Häufig" - -#: ../../include/contact_selectors.php:55 -msgid "Hourly" -msgstr "Stündlich" - -#: ../../include/contact_selectors.php:56 -msgid "Twice daily" -msgstr "Zwei Mal am Tag" - -#: ../../include/contact_selectors.php:57 -msgid "Daily" -msgstr "Täglich" - -#: ../../include/contact_selectors.php:58 -msgid "Weekly" -msgstr "Wöchentlich" - -#: ../../include/contact_selectors.php:59 -msgid "Monthly" -msgstr "Monatlich" - -#: ../../include/contact_selectors.php:74 -msgid "Friendica" -msgstr "Friendica" - -#: ../../include/contact_selectors.php:75 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:76 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:742 -#: ../../mod/admin.php:751 ../../boot.php:1428 -msgid "Email" -msgstr "E-Mail" - -#: ../../include/contact_selectors.php:78 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../include/contact_selectors.php:79 -msgid "Facebook" -msgstr "Facebook" - -#: ../../include/contact_selectors.php:80 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:81 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: ../../include/contact_selectors.php:82 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: ../../include/contact_selectors.php:83 -msgid "MySpace" -msgstr "MySpace" - #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" msgstr "Verschiedenes" @@ -1233,732 +593,17 @@ msgstr "Sekunden" msgid "%1$d %2$s ago" msgstr "vor %1$d %2$s" -#: ../../include/dba/dba_driver.php:50 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Kann die DNS-Informationen für den Datenbank-Server '%s' nicht finden" - -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" -msgstr "l, d. F Y\\\\, H:i" - -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" -msgstr "Beginnt:" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" -msgstr "Endet:" - -#: ../../include/event.php:40 ../../include/identity.php:683 -#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 -#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111 -msgid "Location:" -msgstr "Ort:" - -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln für Elemente <strong>könnten</strong> für diese Gruppe angewendet werden, sowie für alle zukünftigen Elemente." - -#: ../../include/group.php:223 -msgid "Default privacy group for new contacts" -msgstr "Standard-Privatsphärengruppe für neue Kontakte" - -#: ../../include/group.php:242 ../../mod/admin.php:751 -msgid "All Channels" -msgstr "Alle Kanäle" - -#: ../../include/group.php:264 -msgid "edit" -msgstr "Bearbeiten" - -#: ../../include/group.php:285 -msgid "Collections" -msgstr "Sammlungen" - -#: ../../include/group.php:286 -msgid "Edit collection" -msgstr "Bearbeite Sammlungen" - -#: ../../include/group.php:287 -msgid "Create a new collection" -msgstr "Neue Sammlung erzeugen" - -#: ../../include/group.php:288 -msgid "Channels not in any collection" -msgstr "Kanäle, die nicht in einer Sammlung sind" - -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Dieses Element löschen?" - -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 -#: ../../mod/photos.php:993 ../../mod/photos.php:1080 -msgid "Comment" -msgstr "Kommentar" - -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 -#: ../../include/contact_widgets.php:125 -msgid "show more" -msgstr "mehr zeigen" - -#: ../../include/js_strings.php:8 -msgid "show fewer" -msgstr "Zeige weniger" - -#: ../../include/js_strings.php:9 -msgid "Password too short" -msgstr "Kennwort zu kurz" - -#: ../../include/js_strings.php:10 -msgid "Passwords do not match" -msgstr "Kennwörter stimmen nicht überein" - -#: ../../include/js_strings.php:11 ../../mod/photos.php:39 -msgid "everybody" -msgstr "alle" - -#: ../../include/js_strings.php:12 -msgid "Secret Passphrase" -msgstr "geheime Passphrase" - -#: ../../include/js_strings.php:13 -msgid "Passphrase hint" -msgstr "Hinweis zur Passphrase" - -#: ../../include/js_strings.php:15 -msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" - -#: ../../include/js_strings.php:16 -msgid "timeago.suffixAgo" -msgstr "timeago.suffixAgo" - -#: ../../include/js_strings.php:17 -msgid "ago" -msgstr "her" - -#: ../../include/js_strings.php:18 -msgid "from now" -msgstr "von jetzt" - -#: ../../include/js_strings.php:19 -msgid "less than a minute" -msgstr "weniger als eine Minute" - -#: ../../include/js_strings.php:20 -msgid "about a minute" -msgstr "ungefähr eine Minute" - -#: ../../include/js_strings.php:21 -#, php-format -msgid "%d minutes" -msgstr "%d Minuten" - -#: ../../include/js_strings.php:22 -msgid "about an hour" -msgstr "ungefähr eine Stunde" - -#: ../../include/js_strings.php:23 -#, php-format -msgid "about %d hours" -msgstr "ungefähr %d Stunden" - -#: ../../include/js_strings.php:24 -msgid "a day" -msgstr "ein Tag" - -#: ../../include/js_strings.php:25 -#, php-format -msgid "%d days" -msgstr "%d Tage" - -#: ../../include/js_strings.php:26 -msgid "about a month" -msgstr "ungefähr ein Monat" - -#: ../../include/js_strings.php:27 -#, php-format -msgid "%d months" -msgstr "%d Monate" - -#: ../../include/js_strings.php:28 -msgid "about a year" -msgstr "ungefähr ein Jahr" - -#: ../../include/js_strings.php:29 -#, php-format -msgid "%d years" -msgstr "%d Jahre" - -#: ../../include/js_strings.php:30 -msgid " " -msgstr " " - -#: ../../include/js_strings.php:31 -msgid "timeago.numbers" -msgstr "timeago.numbers" - -#: ../../include/message.php:18 -msgid "No recipient provided." -msgstr "Kein Empfänger angegeben" - -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "[no subject]" - -#: ../../include/message.php:42 -msgid "Unable to determine sender." -msgstr "Kann Absender nicht bestimmen." - -#: ../../include/message.php:143 -msgid "Stored post could not be verified." -msgstr "Gespeicherter Beitrag konnten nicht überprüft werden." - -#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 -#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 -#: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 -#: ../../mod/photos.php:656 ../../mod/photos.php:678 -msgid "Profile Photos" -msgstr "Profilfotos" - -#: ../../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:113 -#: ../../include/photos.php:15 ../../include/items.php:3575 -#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 -#: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/settings.php:493 ../../mod/menu.php:44 -#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/chat.php:87 ../../mod/chat.php:92 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/delegate.php:6 ../../mod/mitem.php:73 ../../mod/group.php:9 -#: ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 -#: ../../mod/connedit.php:182 ../../mod/layouts.php:27 -#: ../../mod/layouts.php:42 ../../mod/page.php:30 ../../mod/page.php:80 -#: ../../mod/network.php:12 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108 -#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 -#: ../../mod/profile_photo.php:200 ../../mod/connections.php:169 -#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 -#: ../../mod/channel.php:88 ../../mod/channel.php:188 -#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:48 ../../mod/filestorage.php:10 -#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 -#: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 -#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 -#: ../../mod/authtest.php:13 ../../mod/photos.php:68 ../../mod/photos.php:526 -#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:351 -msgid "Permission denied." -msgstr "Zugang verweigert" - -#: ../../include/attach.php:224 ../../include/attach.php:278 -msgid "Item was not found." -msgstr "Beitrag wurde nicht gefunden." - -#: ../../include/attach.php:335 -msgid "No source file." -msgstr "Keine Quelldatei." - -#: ../../include/attach.php:352 -msgid "Cannot locate file to replace" -msgstr "Kann Datei zum Ersetzen nicht finden" - -#: ../../include/attach.php:370 -msgid "Cannot locate file to revise/update" -msgstr "Kann Datei zum Prüfen/Aktualisieren nicht finden" - -#: ../../include/attach.php:381 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Datei überschreitet das Größen-Limit von %d" - -#: ../../include/attach.php:393 -#, 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 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess." - -#: ../../include/attach.php:487 -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 -msgid "Path not available." -msgstr "Pfad nicht verfügbar." - -#: ../../include/attach.php:590 -msgid "Empty pathname" -msgstr "Leere Pfadangabe" - -#: ../../include/attach.php:606 -msgid "duplicate filename or path" -msgstr "doppelter Dateiname oder Pfad" - -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Pfad nicht gefunden." - -#: ../../include/attach.php:674 -msgid "mkdir failed." -msgstr "mkdir fehlgeschlagen." - -#: ../../include/attach.php:678 -msgid "database storage failed." -msgstr "Speichern in der Datenbank fehlgeschlagen." - -#: ../../include/bookmarks.php:31 -#, php-format -msgid "%1$s's bookmarks" -msgstr "%1$ss Lesezeichen" - -#: ../../include/conversation.php:123 -msgid "channel" -msgstr "Kanal" - -#: ../../include/conversation.php:161 ../../mod/like.php:134 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s gefällt %2$ss %3$s" - -#: ../../include/conversation.php:164 ../../mod/like.php:136 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s gefällt %2$ss %3$s nicht" - -#: ../../include/conversation.php:201 -#, php-format -msgid "%1$s is now connected with %2$s" -msgstr "%1$s ist jetzt mit %2$s verbunden" - -#: ../../include/conversation.php:236 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s stupste %2$s an" - -#: ../../include/conversation.php:258 ../../mod/mood.php:63 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s ist momentan %2$s" - -#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 -msgid "Select" -msgstr "Auswählen" - -#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 -#: ../../mod/thing.php:236 ../../mod/settings.php:579 ../../mod/group.php:176 -#: ../../mod/admin.php:746 ../../mod/connedit.php:359 -#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044 -msgid "Delete" -msgstr "Löschen" - -#: ../../include/conversation.php:642 ../../include/ItemObject.php:161 -msgid "Message is verified" -msgstr "Nachricht überprüft" - -#: ../../include/conversation.php:662 -#, php-format -msgid "View %s's profile @ %s" -msgstr "%ss Profil auf %s ansehen" - -#: ../../include/conversation.php:676 -msgid "Categories:" -msgstr "Kategorien:" - -#: ../../include/conversation.php:677 -msgid "Filed under:" -msgstr "Gespeichert unter:" - -#: ../../include/conversation.php:686 ../../include/ItemObject.php:226 -#, php-format -msgid " from %s" -msgstr "von %s" - -#: ../../include/conversation.php:689 ../../include/ItemObject.php:229 -#, php-format -msgid "last edited: %s" -msgstr "zuletzt bearbeitet: %s" - -#: ../../include/conversation.php:690 ../../include/ItemObject.php:230 -#, php-format -msgid "Expires: %s" -msgstr "Verfällt: %s" - -#: ../../include/conversation.php:705 -msgid "View in context" -msgstr "Im Zusammenhang anschauen" - -#: ../../include/conversation.php:707 ../../include/conversation.php:1120 -#: ../../include/ItemObject.php:259 ../../mod/editpost.php:121 -#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:129 -#: ../../mod/photos.php:975 -msgid "Please wait" -msgstr "Bitte warten" - -#: ../../include/conversation.php:834 -msgid "remove" -msgstr "lösche" - -#: ../../include/conversation.php:838 -msgid "Loading..." -msgstr "Lädt ..." - -#: ../../include/conversation.php:839 -msgid "Delete Selected Items" -msgstr "Lösche die ausgewählten Elemente" - -#: ../../include/conversation.php:930 -msgid "View Source" -msgstr "Quelle anzeigen" - -#: ../../include/conversation.php:931 -msgid "Follow Thread" -msgstr "Unterhaltung folgen" - -#: ../../include/conversation.php:932 -msgid "View Status" -msgstr "Status ansehen" - -#: ../../include/conversation.php:934 -msgid "View Photos" -msgstr "Fotos ansehen" - -#: ../../include/conversation.php:935 -msgid "Matrix Activity" -msgstr "Matrix-Aktivität" - -#: ../../include/conversation.php:936 -msgid "Edit Contact" -msgstr "Kontakt bearbeiten" - -#: ../../include/conversation.php:937 -msgid "Send PM" -msgstr "Sende PN" - -#: ../../include/conversation.php:938 -msgid "Poke" -msgstr "Anstupsen" - -#: ../../include/conversation.php:1000 -#, php-format -msgid "%s likes this." -msgstr "%s gefällt das." - -#: ../../include/conversation.php:1000 -#, php-format -msgid "%s doesn't like this." -msgstr "%s gefällt das nicht." - -#: ../../include/conversation.php:1004 -#, php-format -msgid "<span %1$s>%2$d people</span> like this." -msgid_plural "<span %1$s>%2$d people</span> like this." -msgstr[0] "<span %1$s>%2$d Person</span> gefällt das." -msgstr[1] "<span %1$s>%2$d Leuten</span> gefällt das." - -#: ../../include/conversation.php:1006 -#, php-format -msgid "<span %1$s>%2$d people</span> don't like this." -msgid_plural "<span %1$s>%2$d people</span> don't like this." -msgstr[0] "<span %1$s>%2$d Person</span> gefällt das nicht." -msgstr[1] "<span %1$s>%2$d Leuten</span> gefällt das nicht." - -#: ../../include/conversation.php:1012 -msgid "and" -msgstr "und" - -#: ../../include/conversation.php:1015 +#: ../../include/datetime.php:504 #, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] ", und %d andere" +msgid "%1$s's birthday" +msgstr "%1$s's Geburtstag" -#: ../../include/conversation.php:1016 +#: ../../include/datetime.php:505 #, php-format -msgid "%s like this." -msgstr "%s gefällt das." - -#: ../../include/conversation.php:1016 -#, php-format -msgid "%s don't like this." -msgstr "%s gefällt das nicht." - -#: ../../include/conversation.php:1066 -msgid "Visible to <strong>everybody</strong>" -msgstr "Sichtbar für <strong>jeden</strong>" - -#: ../../include/conversation.php:1067 ../../mod/mail.php:171 -#: ../../mod/mail.php:269 -msgid "Please enter a link URL:" -msgstr "Gib eine URL ein:" - -#: ../../include/conversation.php:1068 -msgid "Please enter a video link/URL:" -msgstr "Gib einen Video-Link/URL ein:" - -#: ../../include/conversation.php:1069 -msgid "Please enter an audio link/URL:" -msgstr "Gib einen Audio-Link/URL ein:" - -#: ../../include/conversation.php:1070 -msgid "Tag term:" -msgstr "Schlagwort:" - -#: ../../include/conversation.php:1071 ../../mod/filer.php:35 -msgid "Save to Folder:" -msgstr "Speichern in Ordner:" - -#: ../../include/conversation.php:1072 -msgid "Where are you right now?" -msgstr "Wo bist Du jetzt grade?" - -#: ../../include/conversation.php:1073 ../../mod/editpost.php:52 -#: ../../mod/mail.php:172 ../../mod/mail.php:270 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "Verfällt YYYY-MM-DD HH;MM" - -#: ../../include/conversation.php:1083 ../../include/ItemObject.php:557 -#: ../../mod/webpages.php:122 ../../mod/editpost.php:141 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177 -#: ../../mod/editblock.php:151 ../../mod/photos.php:995 -msgid "Preview" -msgstr "Vorschau" +msgid "Happy Birthday %1$s" +msgstr "Alles Gute zum Geburtstag %1$s" -#: ../../include/conversation.php:1097 ../../mod/photos.php:974 -msgid "Share" -msgstr "Teilen" - -#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 -msgid "Page link title" -msgstr "Seitentitel-Link" - -#: ../../include/conversation.php:1101 ../../mod/editpost.php:113 -#: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:121 -msgid "Upload photo" -msgstr "Foto hochladen" - -#: ../../include/conversation.php:1102 -msgid "upload photo" -msgstr "Foto hochladen" - -#: ../../include/conversation.php:1103 ../../mod/editpost.php:114 -#: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:122 -msgid "Attach file" -msgstr "Datei anhängen" - -#: ../../include/conversation.php:1104 -msgid "attach file" -msgstr "Datei anfügen" - -#: ../../include/conversation.php:1105 ../../mod/editpost.php:115 -#: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:123 -msgid "Insert web link" -msgstr "Link einfügen" - -#: ../../include/conversation.php:1106 -msgid "web link" -msgstr "Web-Link" - -#: ../../include/conversation.php:1107 -msgid "Insert video link" -msgstr "Video-Link einfügen" - -#: ../../include/conversation.php:1108 -msgid "video link" -msgstr "Video-Link" - -#: ../../include/conversation.php:1109 -msgid "Insert audio link" -msgstr "Audio-Link einfügen" - -#: ../../include/conversation.php:1110 -msgid "audio link" -msgstr "Audio-Link" - -#: ../../include/conversation.php:1111 ../../mod/editpost.php:119 -#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151 -#: ../../mod/editblock.php:127 -msgid "Set your location" -msgstr "Standort" - -#: ../../include/conversation.php:1112 -msgid "set location" -msgstr "Standort" - -#: ../../include/conversation.php:1113 ../../mod/editpost.php:120 -#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152 -#: ../../mod/editblock.php:128 -msgid "Clear browser location" -msgstr "Browser-Standort löschen" - -#: ../../include/conversation.php:1114 -msgid "clear location" -msgstr "Standort löschen" - -#: ../../include/conversation.php:1116 ../../mod/editpost.php:133 -#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169 -#: ../../mod/editblock.php:142 -msgid "Set title" -msgstr "Titel" - -#: ../../include/conversation.php:1119 ../../mod/editpost.php:135 -#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171 -#: ../../mod/editblock.php:145 -msgid "Categories (comma-separated list)" -msgstr "Kategorien (Kommagetrennte Liste)" - -#: ../../include/conversation.php:1121 ../../mod/editpost.php:122 -#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154 -#: ../../mod/editblock.php:130 -msgid "Permission settings" -msgstr "Berechtigungs-Einstellungen" - -#: ../../include/conversation.php:1122 -msgid "permissions" -msgstr "Berechtigungen" - -#: ../../include/conversation.php:1130 ../../mod/editpost.php:130 -#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164 -#: ../../mod/editblock.php:139 -msgid "Public post" -msgstr "Öffentlicher Beitrag" - -#: ../../include/conversation.php:1132 ../../mod/editpost.php:136 -#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172 -#: ../../mod/editblock.php:146 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Beispiel: bob@example.com, mary@example.com" - -#: ../../include/conversation.php:1145 ../../mod/editpost.php:147 -#: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:156 -msgid "Set expiration date" -msgstr "Verfallsdatum" - -#: ../../include/conversation.php:1147 ../../include/ItemObject.php:560 -#: ../../mod/editpost.php:149 ../../mod/mail.php:228 ../../mod/mail.php:341 -msgid "Encrypt text" -msgstr "Text verschlüsseln" - -#: ../../include/conversation.php:1149 ../../mod/editpost.php:151 -msgid "OK" -msgstr "Ok" - -#: ../../include/conversation.php:1150 ../../mod/settings.php:517 -#: ../../mod/settings.php:543 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/editpost.php:152 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 -msgid "Cancel" -msgstr "Abbrechen" - -#: ../../include/conversation.php:1381 -msgid "Commented Order" -msgstr "Neueste Kommentare" - -#: ../../include/conversation.php:1384 -msgid "Sort by Comment Date" -msgstr "Nach Kommentardatum sortiert" - -#: ../../include/conversation.php:1387 -msgid "Posted Order" -msgstr "Neueste Beiträge" - -#: ../../include/conversation.php:1390 -msgid "Sort by Post Date" -msgstr "Nach Beitragsdatum sortiert" - -#: ../../include/conversation.php:1394 -msgid "Personal" -msgstr "Persönlich" - -#: ../../include/conversation.php:1397 -msgid "Posts that mention or involve you" -msgstr "Beiträge mit Beteiligung Deinerseits" - -#: ../../include/conversation.php:1400 ../../mod/menu.php:61 -#: ../../mod/connections.php:211 -msgid "New" -msgstr "Neu" - -#: ../../include/conversation.php:1403 -msgid "Activity Stream - by date" -msgstr "Activity Stream – nach Datum sortiert" - -#: ../../include/conversation.php:1410 -msgid "Starred" -msgstr "Markiert" - -#: ../../include/conversation.php:1413 -msgid "Favourite Posts" -msgstr "Markierte Beiträge" - -#: ../../include/conversation.php:1420 -msgid "Spam" -msgstr "Spam" - -#: ../../include/conversation.php:1423 -msgid "Posts flagged as SPAM" -msgstr "Nachrichten, die als SPAM markiert wurden" - -#: ../../include/conversation.php:1454 -msgid "Channel" -msgstr "Kanal" - -#: ../../include/conversation.php:1457 -msgid "Status Messages and Posts" -msgstr "Statusnachrichten und Beiträge" - -#: ../../include/conversation.php:1466 -msgid "About" -msgstr "Ãœber" - -#: ../../include/conversation.php:1469 -msgid "Profile Details" -msgstr "Profil-Details" - -#: ../../include/conversation.php:1478 ../../include/photos.php:302 -msgid "Photo Albums" -msgstr "Fotoalben" - -#: ../../include/conversation.php:1487 -msgid "Files and Storage" -msgstr "Dateien und Speicher" - -#: ../../include/conversation.php:1496 ../../include/conversation.php:1499 -msgid "Chatrooms" -msgstr "Chaträume" - -#: ../../include/conversation.php:1509 -msgid "Events and Calendar" -msgstr "Veranstaltungen und Kalender" - -#: ../../include/conversation.php:1517 -msgid "Saved Bookmarks" -msgstr "Gespeicherte Lesezeichen" - -#: ../../include/conversation.php:1528 -msgid "Manage Webpages" -msgstr "Webseiten verwalten" - -#: ../../include/identity.php:30 ../../mod/item.php:1187 +#: ../../include/identity.php:30 ../../mod/item.php:1297 msgid "Unable to obtain identity information from database" msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen" @@ -1970,404 +615,750 @@ msgstr "Namensfeld leer" msgid "Name too long" msgstr "Name ist zu lang" -#: ../../include/identity.php:147 +#: ../../include/identity.php:166 msgid "No account identifier" msgstr "Keine Account-Kennung" -#: ../../include/identity.php:157 +#: ../../include/identity.php:176 msgid "Nickname is required." msgstr "Spitzname ist erforderlich." -#: ../../include/identity.php:171 +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." +msgstr "Reservierter Kurzname. Bitte wähle einen anderen." + +#: ../../include/identity.php:195 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:230 +#: ../../include/identity.php:258 msgid "Unable to retrieve created identity" msgstr "Kann die erstellte Identität nicht empfangen" -#: ../../include/identity.php:289 +#: ../../include/identity.php:317 msgid "Default Profile" msgstr "Standard-Profil" -#: ../../include/identity.php:481 +#: ../../include/identity.php:342 ../../include/profile_selectors.php:80 +#: ../../include/widgets.php:400 ../../mod/connedit.php:473 +msgid "Friends" +msgstr "Freunde" + +#: ../../include/identity.php:509 msgid "Requested channel is not available." msgstr "Angeforderte Kanal nicht verfügbar." -#: ../../include/identity.php:493 -msgid " Sorry, you don't have the permission to view this profile. " -msgstr "Entschuldigung, Du besitzt nicht die nötigen Rechte, um dieses Profil zu betrachten." - -#: ../../include/identity.php:528 ../../mod/webpages.php:8 -#: ../../mod/connect.php:13 ../../mod/layouts.php:8 -#: ../../mod/achievements.php:8 ../../mod/blocks.php:10 -#: ../../mod/profile.php:16 ../../mod/filestorage.php:40 +#: ../../include/identity.php:557 ../../mod/filestorage.php:40 +#: ../../mod/webpages.php:8 ../../mod/profile.php:16 ../../mod/connect.php:13 +#: ../../mod/blocks.php:10 ../../mod/layouts.php:8 +#: ../../mod/achievements.php:8 msgid "Requested profile is not available." msgstr "Erwünschte Profil ist nicht verfügbar." -#: ../../include/identity.php:646 ../../mod/profiles.php:603 +#: ../../include/identity.php:689 ../../mod/profiles.php:695 msgid "Change profile photo" msgstr "Profilfoto ändern" -#: ../../include/identity.php:652 +#: ../../include/identity.php:695 msgid "Profiles" msgstr "Profile" -#: ../../include/identity.php:652 +#: ../../include/identity.php:695 msgid "Manage/edit profiles" -msgstr "Verwalte/Bearbeite Profile" +msgstr "Profile verwalten/bearbeiten" -#: ../../include/identity.php:653 ../../mod/profiles.php:604 +#: ../../include/identity.php:696 ../../mod/profiles.php:696 msgid "Create New Profile" msgstr "Neues Profil erstellen" -#: ../../include/identity.php:656 +#: ../../include/identity.php:699 ../../include/nav.php:89 msgid "Edit Profile" msgstr "Profile bearbeiten" -#: ../../include/identity.php:667 ../../mod/profiles.php:615 +#: ../../include/identity.php:710 ../../mod/profiles.php:707 msgid "Profile Image" msgstr "Profilfoto:" -#: ../../include/identity.php:670 ../../mod/profiles.php:618 +#: ../../include/identity.php:713 msgid "visible to everybody" msgstr "sichtbar für jeden" -#: ../../include/identity.php:671 ../../mod/profiles.php:619 +#: ../../include/identity.php:714 ../../mod/profiles.php:591 +#: ../../mod/profiles.php:711 msgid "Edit visibility" msgstr "Sichtbarkeit bearbeiten" -#: ../../include/identity.php:685 ../../include/identity.php:912 -#: ../../mod/directory.php:159 +#: ../../include/identity.php:726 ../../include/event.php:40 +#: ../../include/bb2diaspora.php:485 ../../mod/dirprofile.php:105 +#: ../../mod/directory.php:156 ../../mod/events.php:504 +msgid "Location:" +msgstr "Ort:" + +#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../mod/directory.php:158 msgid "Gender:" msgstr "Geschlecht:" -#: ../../include/identity.php:686 ../../include/identity.php:932 -#: ../../mod/directory.php:161 +#: ../../include/identity.php:729 ../../include/identity.php:996 +#: ../../mod/directory.php:160 msgid "Status:" msgstr "Status:" -#: ../../include/identity.php:687 ../../include/identity.php:943 -#: ../../mod/directory.php:163 +#: ../../include/identity.php:730 ../../include/identity.php:1007 +#: ../../mod/directory.php:162 msgid "Homepage:" msgstr "Homepage:" -#: ../../include/identity.php:688 ../../mod/dirprofile.php:157 +#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 msgid "Online Now" msgstr "gerade online" -#: ../../include/identity.php:756 ../../include/identity.php:836 -#: ../../mod/ping.php:262 +#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../mod/ping.php:298 msgid "g A l F d" msgstr "l, d. F G \\\\U\\\\h\\\\r" -#: ../../include/identity.php:757 ../../include/identity.php:837 +#: ../../include/identity.php:797 ../../include/identity.php:877 msgid "F d" msgstr "d. F" -#: ../../include/identity.php:802 ../../include/identity.php:877 -#: ../../mod/ping.php:284 +#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../mod/ping.php:320 msgid "[today]" msgstr "[Heute]" -#: ../../include/identity.php:814 +#: ../../include/identity.php:854 msgid "Birthday Reminders" msgstr "Geburtstags Erinnerungen" -#: ../../include/identity.php:815 +#: ../../include/identity.php:855 msgid "Birthdays this week:" msgstr "Geburtstage in dieser Woche:" -#: ../../include/identity.php:870 +#: ../../include/identity.php:910 msgid "[No description]" msgstr "[Keine Beschreibung]" -#: ../../include/identity.php:888 +#: ../../include/identity.php:928 msgid "Event Reminders" msgstr "Veranstaltungs- Erinnerungen" -#: ../../include/identity.php:889 +#: ../../include/identity.php:929 msgid "Events this week:" msgstr "Veranstaltungen in dieser Woche:" -#: ../../include/identity.php:902 ../../include/identity.php:986 -#: ../../mod/profperm.php:107 +#: ../../include/identity.php:942 ../../include/identity.php:1050 +#: ../../include/apps.php:133 ../../mod/profperm.php:112 msgid "Profile" msgstr "Profil" -#: ../../include/identity.php:910 ../../mod/settings.php:937 +#: ../../include/identity.php:950 ../../mod/settings.php:936 msgid "Full Name:" msgstr "Voller Name:" -#: ../../include/identity.php:917 +#: ../../include/identity.php:957 +msgid "Like this channel" +msgstr "Mag den Kanal" + +#: ../../include/identity.php:968 ../../include/taxonomy.php:338 +#: ../../include/ItemObject.php:134 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Gefällt mir" +msgstr[1] "Gefällt mir" + +#: ../../include/identity.php:981 msgid "j F, Y" msgstr "j F, Y" -#: ../../include/identity.php:918 +#: ../../include/identity.php:982 msgid "j F" msgstr "j F" -#: ../../include/identity.php:925 +#: ../../include/identity.php:989 msgid "Birthday:" msgstr "Geburtstag:" -#: ../../include/identity.php:929 +#: ../../include/identity.php:993 msgid "Age:" msgstr "Alter:" -#: ../../include/identity.php:938 +#: ../../include/identity.php:1002 #, php-format msgid "for %1$d %2$s" msgstr "seit %1$d %2$s" -#: ../../include/identity.php:941 ../../mod/profiles.php:526 +#: ../../include/identity.php:1005 ../../mod/profiles.php:613 msgid "Sexual Preference:" msgstr "Sexuelle Orientierung:" -#: ../../include/identity.php:945 ../../mod/profiles.php:528 +#: ../../include/identity.php:1009 ../../mod/profiles.php:615 msgid "Hometown:" msgstr "Heimatstadt:" -#: ../../include/identity.php:947 +#: ../../include/identity.php:1011 msgid "Tags:" msgstr "Schlagworte:" -#: ../../include/identity.php:949 ../../mod/profiles.php:529 +#: ../../include/identity.php:1013 ../../mod/profiles.php:616 msgid "Political Views:" msgstr "Politische Ansichten:" -#: ../../include/identity.php:951 +#: ../../include/identity.php:1015 msgid "Religion:" msgstr "Religion:" -#: ../../include/identity.php:953 ../../mod/directory.php:165 +#: ../../include/identity.php:1017 ../../mod/directory.php:164 msgid "About:" msgstr "Ãœber:" -#: ../../include/identity.php:955 +#: ../../include/identity.php:1019 msgid "Hobbies/Interests:" msgstr "Hobbys/Interessen:" -#: ../../include/identity.php:957 ../../mod/profiles.php:532 +#: ../../include/identity.php:1021 ../../mod/profiles.php:619 msgid "Likes:" msgstr "Gefällt:" -#: ../../include/identity.php:959 ../../mod/profiles.php:533 +#: ../../include/identity.php:1023 ../../mod/profiles.php:620 msgid "Dislikes:" msgstr "Gefällt nicht:" -#: ../../include/identity.php:962 +#: ../../include/identity.php:1026 msgid "Contact information and Social Networks:" msgstr "Kontaktinformation und soziale Netzwerke:" -#: ../../include/identity.php:964 +#: ../../include/identity.php:1028 msgid "My other channels:" msgstr "Meine anderen Kanäle:" -#: ../../include/identity.php:966 +#: ../../include/identity.php:1030 msgid "Musical interests:" msgstr "Musikalische Interessen:" -#: ../../include/identity.php:968 +#: ../../include/identity.php:1032 msgid "Books, literature:" msgstr "Bücher, Literatur:" -#: ../../include/identity.php:970 +#: ../../include/identity.php:1034 msgid "Television:" msgstr "Fernsehen:" -#: ../../include/identity.php:972 +#: ../../include/identity.php:1036 msgid "Film/dance/culture/entertainment:" msgstr "Film/Tanz/Kultur/Unterhaltung:" -#: ../../include/identity.php:974 +#: ../../include/identity.php:1038 msgid "Love/Romance:" msgstr "Liebe/Romantik:" -#: ../../include/identity.php:976 +#: ../../include/identity.php:1040 msgid "Work/employment:" msgstr "Arbeit/Anstellung:" -#: ../../include/identity.php:978 +#: ../../include/identity.php:1042 msgid "School/education:" msgstr "Schule/Ausbildung:" -#: ../../include/ItemObject.php:89 ../../mod/photos.php:847 -msgid "Private Message" -msgstr "Private Nachricht" +#: ../../include/identity.php:1052 +msgid "Like this thing" +msgstr "Finde ich gut" -#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 -#: ../../include/menu.php:41 ../../mod/thing.php:235 -#: ../../mod/settings.php:578 ../../mod/menu.php:59 ../../mod/webpages.php:118 -#: ../../mod/editpost.php:112 ../../mod/layouts.php:102 -#: ../../mod/editlayout.php:106 ../../mod/blocks.php:93 -#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120 -#: ../../mod/filestorage.php:170 +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Neue Seite" + +#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 +#: ../../include/menu.php:42 ../../include/reddav.php:1289 +#: ../../include/ItemObject.php:96 ../../include/apps.php:240 +#: ../../mod/settings.php:578 ../../mod/webpages.php:120 +#: ../../mod/connections.php:393 ../../mod/menu.php:59 ../../mod/thing.php:235 +#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143 +#: ../../mod/blocks.php:94 ../../mod/layouts.php:112 +#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106 msgid "Edit" msgstr "Bearbeiten" -#: ../../include/ItemObject.php:118 -msgid "save to folder" -msgstr "In Ordner speichern" +#: ../../include/page_widgets.php:39 ../../mod/webpages.php:123 +#: ../../mod/blocks.php:97 ../../mod/layouts.php:116 +msgid "View" +msgstr "Ansicht" -#: ../../include/ItemObject.php:146 -msgid "add star" -msgstr "markieren" +#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:592 +#: ../../include/conversation.php:1091 ../../mod/webpages.php:124 +#: ../../mod/photos.php:997 ../../mod/editpost.php:140 +#: ../../mod/editwebpage.php:174 ../../mod/editblock.php:141 +#: ../../mod/editlayout.php:135 +msgid "Preview" +msgstr "Vorschau" -#: ../../include/ItemObject.php:147 -msgid "remove star" -msgstr "Markierung entfernen" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:125 +msgid "Actions" +msgstr "Aktionen" -#: ../../include/ItemObject.php:148 -msgid "toggle star status" -msgstr "Markierung umschalten" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:126 +msgid "Page Link" +msgstr "Seiten Link" -#: ../../include/ItemObject.php:152 -msgid "starred" -msgstr "markiert" +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:127 +msgid "Title" +msgstr "Titel" -#: ../../include/ItemObject.php:169 -msgid "add tag" -msgstr "Schlagwort hinzufügen" +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:128 +msgid "Created" +msgstr "Erstellt" -#: ../../include/ItemObject.php:184 ../../mod/photos.php:972 -msgid "I like this (toggle)" -msgstr "Mir gefällt das (Umschalter)" +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:129 +msgid "Edited" +msgstr "Geändert" + +#: ../../include/reddav.php:1145 ../../include/reddav.php:1288 +msgid "parent" +msgstr "Ãœbergeordnetes Verzeichnis" + +#: ../../include/reddav.php:1169 +msgid "Collection" +msgstr "Sammlung" + +#: ../../include/reddav.php:1172 +msgid "Principal" +msgstr "Prinzipal" + +#: ../../include/reddav.php:1175 +msgid "Addressbook" +msgstr "Adressbuch" + +#: ../../include/reddav.php:1178 +msgid "Calendar" +msgstr "Kalender" + +#: ../../include/reddav.php:1181 +msgid "Schedule Inbox" +msgstr "Post-Eingang prüfen" + +#: ../../include/reddav.php:1184 +msgid "Schedule Outbox" +msgstr "Post-Ausgang prüfen" + +#: ../../include/reddav.php:1202 ../../include/apps.php:322 +#: ../../include/apps.php:373 ../../mod/connedit.php:476 +msgid "Unknown" +msgstr "Unbekannt" + +#: ../../include/reddav.php:1262 +#, php-format +msgid "%1$s used" +msgstr "%1$s verwendet" + +#: ../../include/reddav.php:1267 +#, php-format +msgid "%1$s used of %2$s (%3$s%)" +msgstr "von %2$s wurden %1$s verwendet (%3$s%)" + +#: ../../include/reddav.php:1280 ../../include/nav.php:92 +#: ../../include/apps.php:130 ../../include/conversation.php:1521 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Dateien" + +#: ../../include/reddav.php:1284 ../../mod/settings.php:518 +#: ../../mod/settings.php:544 ../../mod/admin.php:893 +msgid "Name" +msgstr "Name" + +#: ../../include/reddav.php:1285 +msgid "Type" +msgstr "Typ" + +#: ../../include/reddav.php:1286 +msgid "Size" +msgstr "Größe" + +#: ../../include/reddav.php:1287 +msgid "Last Modified" +msgstr "Zuletzt geändert" + +#: ../../include/reddav.php:1290 ../../include/ItemObject.php:108 +#: ../../include/apps.php:241 ../../include/conversation.php:635 +#: ../../mod/settings.php:579 ../../mod/admin.php:758 ../../mod/admin.php:888 +#: ../../mod/photos.php:1046 ../../mod/connedit.php:440 +#: ../../mod/thing.php:236 ../../mod/group.php:176 +msgid "Delete" +msgstr "Löschen" + +#: ../../include/reddav.php:1291 +msgid "Total" +msgstr "Summe" + +#: ../../include/reddav.php:1344 +msgid "Create new folder" +msgstr "Neuen Ordner anlegen" + +#: ../../include/reddav.php:1345 ../../mod/new_channel.php:117 +#: ../../mod/mitem.php:142 ../../mod/menu.php:84 +msgid "Create" +msgstr "Erstelle" + +#: ../../include/reddav.php:1346 +msgid "Upload file" +msgstr "Datei hochladen" + +#: ../../include/reddav.php:1347 ../../mod/profile_photo.php:361 +msgid "Upload" +msgstr "Hochladen" + +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "Kein Empfänger angegeben" + +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[no subject]" + +#: ../../include/message.php:42 +msgid "Unable to determine sender." +msgstr "Kann Absender nicht bestimmen." + +#: ../../include/message.php:143 +msgid "Stored post could not be verified." +msgstr "Gespeicherter Beitrag konnten nicht überprüft werden." + +#: ../../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/ItemObject.php:184 ../../include/taxonomy.php:254 +#: ../../include/taxonomy.php:253 +msgid "want" +msgstr "will" + +#: ../../include/taxonomy.php:253 +msgid "wants" +msgstr "will" + +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208 msgid "like" msgstr "mag" -#: ../../include/ItemObject.php:185 ../../mod/photos.php:973 -msgid "I don't like this (toggle)" -msgstr "Mir gefällt das nicht (Umschalter)" +#: ../../include/taxonomy.php:254 +msgid "likes" +msgstr "gefällt" -#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209 msgid "dislike" msgstr "verurteile" -#: ../../include/ItemObject.php:187 -msgid "Share this" -msgstr "Teile dies" +#: ../../include/taxonomy.php:255 +msgid "dislikes" +msgstr "missfällt" -#: ../../include/ItemObject.php:187 -msgid "share" -msgstr "Teilen" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Dieses Element löschen?" + +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:582 +#: ../../mod/photos.php:995 ../../mod/photos.php:1082 +msgid "Comment" +msgstr "Kommentar" + +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:316 +msgid "[+] show all" +msgstr "[+] Zeige alle" + +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "[-] zeige weniger" + +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "[+] aufklappen" -#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "[-] einklappen" + +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Kennwort zu kurz" + +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Kennwörter stimmen nicht überein" + +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "alle" + +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "geheime Passphrase" + +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Hinweis zur Passphrase" + +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Mitteilung: Berechtigungen wurden verändert, aber noch nicht gespeichert." + +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "Alles schliessen" + +#: ../../include/js_strings.php:19 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" + +#: ../../include/js_strings.php:20 +msgid "timeago.prefixFromNow" +msgstr " " + +#: ../../include/js_strings.php:21 +msgid "ago" +msgstr "her" + +#: ../../include/js_strings.php:22 +msgid "from now" +msgstr "von jetzt" + +#: ../../include/js_strings.php:23 +msgid "less than a minute" +msgstr "weniger als eine Minute" + +#: ../../include/js_strings.php:24 +msgid "about a minute" +msgstr "ungefähr eine Minute" + +#: ../../include/js_strings.php:25 #, php-format -msgid "View %s's profile - %s" -msgstr "Schaue Dir %ss Profil an – %s" +msgid "%d minutes" +msgstr "%d Minuten" -#: ../../include/ItemObject.php:213 -msgid "to" -msgstr "an" +#: ../../include/js_strings.php:26 +msgid "about an hour" +msgstr "ungefähr eine Stunde" -#: ../../include/ItemObject.php:214 -msgid "via" -msgstr "via" +#: ../../include/js_strings.php:27 +#, php-format +msgid "about %d hours" +msgstr "ungefähr %d Stunden" -#: ../../include/ItemObject.php:215 -msgid "Wall-to-Wall" -msgstr "Wall-to-Wall" +#: ../../include/js_strings.php:28 +msgid "a day" +msgstr "ein Tag" -#: ../../include/ItemObject.php:216 -msgid "via Wall-To-Wall:" -msgstr "via Wall-To-Wall:" +#: ../../include/js_strings.php:29 +#, php-format +msgid "%d days" +msgstr "%d Tage" -#: ../../include/ItemObject.php:250 -msgid "Bookmark Links" -msgstr "Setze Lesezeichen für die Links" +#: ../../include/js_strings.php:30 +msgid "about a month" +msgstr "ungefähr ein Monat" -#: ../../include/ItemObject.php:280 +#: ../../include/js_strings.php:31 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d Kommentar" -msgstr[1] "%d Kommentare" +msgid "%d months" +msgstr "%d Monate" -#: ../../include/ItemObject.php:545 ../../mod/photos.php:991 -#: ../../mod/photos.php:1078 -msgid "This is you" -msgstr "Das bist Du" +#: ../../include/js_strings.php:32 +msgid "about a year" +msgstr "ungefähr ein Jahr" -#: ../../include/ItemObject.php:548 ../../mod/events.php:469 -#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 -#: ../../mod/settings.php:516 ../../mod/settings.php:628 -#: ../../mod/settings.php:656 ../../mod/settings.php:680 -#: ../../mod/settings.php:752 ../../mod/settings.php:929 -#: ../../mod/chat.php:162 ../../mod/chat.php:192 ../../mod/connect.php:92 -#: ../../mod/group.php:81 ../../mod/admin.php:431 ../../mod/admin.php:739 -#: ../../mod/admin.php:879 ../../mod/admin.php:1078 ../../mod/admin.php:1165 -#: ../../mod/connedit.php:437 ../../mod/profiles.php:506 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:304 -#: ../../mod/setup.php:347 ../../mod/import.php:387 ../../mod/mail.php:223 -#: ../../mod/mail.php:335 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:131 ../../mod/photos.php:566 -#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994 -#: ../../mod/photos.php:1081 ../../mod/mood.php:142 -#: ../../view/theme/redbasic/php/config.php:95 -#: ../../view/theme/apw/php/config.php:231 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/blogga/php/config.php:67 -msgid "Submit" -msgstr "Bestätigen" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d years" +msgstr "%d Jahre" -#: ../../include/ItemObject.php:549 -msgid "Bold" -msgstr "Fett" +#: ../../include/js_strings.php:34 +msgid " " +msgstr " " -#: ../../include/ItemObject.php:550 -msgid "Italic" -msgstr "Kursiv" +#: ../../include/js_strings.php:35 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../include/ItemObject.php:551 -msgid "Underline" -msgstr "Unterstrichen" +#: ../../include/permissions.php:13 +msgid "Can view my normal stream and posts" +msgstr "Kann meine normalen Beiträge sehen" -#: ../../include/ItemObject.php:552 -msgid "Quote" -msgstr "Zitat" +#: ../../include/permissions.php:14 +msgid "Can view my default channel profile" +msgstr "Kann mein Standardprofil sehen" -#: ../../include/ItemObject.php:553 -msgid "Code" -msgstr "Code" +#: ../../include/permissions.php:15 +msgid "Can view my photo albums" +msgstr "Kann meine Fotoalben betrachten" -#: ../../include/ItemObject.php:554 -msgid "Image" -msgstr "Bild" +#: ../../include/permissions.php:16 +msgid "Can view my connections" +msgstr "Kann meine Verbindungen sehen" -#: ../../include/ItemObject.php:555 -msgid "Link" -msgstr "Link" +#: ../../include/permissions.php:17 +msgid "Can view my file storage" +msgstr "Kann meine Dateiordner lesen" -#: ../../include/ItemObject.php:556 -msgid "Video" -msgstr "Video" +#: ../../include/permissions.php:18 +msgid "Can view my webpages" +msgstr "Kann meine Webseiten sehen" -#: ../../include/api.php:974 -msgid "Public Timeline" -msgstr "Öffentliche Zeitleiste" +#: ../../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/network.php:640 -msgid "view full size" -msgstr "In Vollbildansicht anschauen" +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen" -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "Neuer Beitrag wurde erzeugt" +#: ../../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/notify.php:24 -#, php-format -msgid "commented on %s's post" -msgstr "hat %s's Beitrag kommentiert" +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "Kann mir private Nachrichten schicken" + +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "Kann Fotos in meinen Fotoalben veröffentlichen" + +#: ../../include/permissions.php:26 +msgid "Can like/dislike stuff" +msgstr "Kann andere Elemente mögen/nicht mögen" + +#: ../../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/permissions.php:28 +msgid "Advanced - useful for creating group forum channels" +msgstr "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen" + +#: ../../include/permissions.php:29 +msgid "Can chat with me (when available)" +msgstr "Kann mit mir chatten (wenn verfügbar)" + +#: ../../include/permissions.php:30 +msgid "Can write to my file storage" +msgstr "Kann in meine Dateiordner schreiben" + +#: ../../include/permissions.php:31 +msgid "Can edit my webpages" +msgstr "Kann meine Webseiten bearbeiten" + +#: ../../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/permissions.php:33 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften" + +#: ../../include/permissions.php:35 +msgid "Can administer my channel resources" +msgstr "Kann meine Kanäle administrieren" + +#: ../../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/contact_selectors.php:56 +msgid "Frequently" +msgstr "Häufig" + +#: ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Stündlich" + +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Zwei Mal am Tag" + +#: ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Täglich" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Wöchentlich" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Monatlich" + +#: ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" + +#: ../../include/contact_selectors.php:82 +msgid "Zot!" +msgstr "Zot!" + +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" + +#: ../../include/event.php:11 ../../include/bb2diaspora.php:463 +msgid "l F d, Y \\@ g:i A" +msgstr "l, d. F Y\\\\, H:i" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:469 +msgid "Starts:" +msgstr "Beginnt:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:477 +msgid "Finishes:" +msgstr "Endet:" + +#: ../../include/event.php:326 +msgid "This event has been added to your calendar." +msgstr "Dieses Ereignis wurde Deinem Kalender hinzugefügt" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Male" msgstr "Männlich" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Female" msgstr "Weiblich" @@ -2412,6 +1403,9 @@ 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 msgid "Other" msgstr "Anders" @@ -2419,242 +1413,188 @@ msgstr "Anders" msgid "Undecided" msgstr "Unentschieden" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Males" msgstr "Männer" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Females" msgstr "Frauen" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Gay" msgstr "Schwul" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Lesbian" msgstr "Lesbisch" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "No Preference" msgstr "Keine Bevorzugung" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Bisexual" msgstr "Bisexuell" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Autosexual" msgstr "Autosexuell" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Abstinent" msgstr "Enthaltsam" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Virgin" msgstr "Jungfräulich" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Deviant" msgstr "Abweichend" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Fetish" msgstr "Fetisch" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Oodles" msgstr "Unmengen" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Nonsexual" msgstr "Sexlos" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Single" msgstr "Single" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Lonely" msgstr "Einsam" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Available" msgstr "Verfügbar" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unavailable" msgstr "Nicht verfügbar" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Has crush" msgstr "Verguckt" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Infatuated" msgstr "Verknallt" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Dating" msgstr "Lerne gerade jemanden kennen" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unfaithful" msgstr "Treulos" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Sex Addict" msgstr "Sexabhängig" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Friends/Benefits" msgstr "Freunde/Begünstigte" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Casual" msgstr "Lose" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Engaged" msgstr "Verlobt" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Married" msgstr "Verheiratet" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily married" msgstr "Gewissermaßen verheiratet" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Partners" msgstr "Partner" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Cohabiting" msgstr "Lebensgemeinschaft" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Common law" msgstr "Informelle Ehe" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Happy" msgstr "Glücklich" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Not looking" msgstr "Nicht Ausschau haltend" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Swinger" msgstr "Swinger" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Betrayed" msgstr "Betrogen" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Separated" msgstr "Getrennt" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unstable" msgstr "Labil" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Divorced" msgstr "Geschieden" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily divorced" msgstr "Gewissermaßen geschieden" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Widowed" msgstr "Verwitwet" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Uncertain" msgstr "Ungewiss" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "It's complicated" msgstr "Es ist kompliziert" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Don't care" msgstr "Interessiert mich nicht" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Ask me" msgstr "Frag mich mal" -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Der Chatraum hat keinen Namen" - -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Name des Chatraums bereits vergeben" - -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Ungültiger Raumbezeichner." - -#: ../../include/chat.php:102 -msgid "Room not found." -msgstr "Chatraum konnte nicht gefunden werden." - -#: ../../include/chat.php:123 -msgid "Room is full" -msgstr "Der Raum ist voll" - -#: ../../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 -msgid "likes" -msgstr "gefällt" - -#: ../../include/taxonomy.php:255 -msgid "dislikes" -msgstr "missfällt" - -#: ../../include/auth.php:76 -msgid "Logged out." -msgstr "Ausgeloggt." - -#: ../../include/auth.php:188 -msgid "Failed authentication" -msgstr "Authentifizierung fehlgeschlagen" - -#: ../../include/auth.php:203 ../../mod/openid.php:185 -msgid "Login failed." -msgstr "Login fehlgeschlagen." - #: ../../include/account.php:23 msgid "Not a valid email address" msgstr "Ungültige E-Mail-Adresse" @@ -2683,738 +1623,2092 @@ msgstr "Bitte gib die benötigten Informationen ein." msgid "Failed to store account information." msgstr "Speichern der Account-Informationen fehlgeschlagen" -#: ../../include/account.php:273 +#: ../../include/account.php:245 +#, php-format +msgid "Registration confirmation for %s" +msgstr "Registrierungsbestätigung für %s" + +#: ../../include/account.php:313 #, php-format msgid "Registration request at %s" msgstr "Registrierungsanfrage auf %s" -#: ../../include/account.php:275 ../../include/account.php:302 -#: ../../include/account.php:359 +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 msgid "Administrator" msgstr "Administrator" -#: ../../include/account.php:297 +#: ../../include/account.php:337 msgid "your registration password" msgstr "Dein Registrierungspasswort" -#: ../../include/account.php:300 ../../include/account.php:357 +#: ../../include/account.php:340 ../../include/account.php:397 #, php-format msgid "Registration details for %s" msgstr "Registrierungsdetails für %s" -#: ../../include/account.php:366 +#: ../../include/account.php:406 msgid "Account approved." msgstr "Account bestätigt." -#: ../../include/account.php:400 +#: ../../include/account.php:440 #, php-format msgid "Registration revoked for %s" msgstr "Registrierung für %s widerrufen" -#: ../../include/dir_fns.php:15 +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Konto geprüft. Bitte melde Dich an!" + +#: ../../include/oembed.php:163 +msgid "Embedded content" +msgstr "Eingebetteter Inhalt" + +#: ../../include/oembed.php:172 +msgid "Embedding disabled" +msgstr "Einbetten ausgeschaltet" + +#: ../../include/zot.php:624 +msgid "Invalid data packet" +msgstr "Ungültiges Datenpaket" + +#: ../../include/zot.php:634 +msgid "Unable to verify channel signature" +msgstr "Konnte die Signatur des Kanals nicht verifizieren" + +#: ../../include/zot.php:831 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "Kann die Signatur der Seite von %s nicht verifizieren" + +#: ../../include/network.php:652 +msgid "view full size" +msgstr "In Vollbildansicht anschauen" + +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Kann die DNS-Informationen für den Datenbank-Server '%s' nicht finden" + +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln für Elemente <strong>könnten</strong> für diese Gruppe angewendet werden, sowie für alle zukünftigen Elemente." + +#: ../../include/group.php:234 +msgid "Default privacy group for new contacts" +msgstr "Standard-Privatsphärengruppe für neue Kontakte" + +#: ../../include/group.php:253 ../../mod/admin.php:763 +msgid "All Channels" +msgstr "Alle Kanäle" + +#: ../../include/group.php:275 +msgid "edit" +msgstr "Bearbeiten" + +#: ../../include/group.php:296 +msgid "Collections" +msgstr "Sammlungen" + +#: ../../include/group.php:297 +msgid "Edit collection" +msgstr "Bearbeite Sammlungen" + +#: ../../include/group.php:298 +msgid "Create a new collection" +msgstr "Neue Sammlung erzeugen" + +#: ../../include/group.php:299 +msgid "Channels not in any collection" +msgstr "Kanäle, die nicht in einer Sammlung sind" + +#: ../../include/group.php:301 ../../include/widgets.php:266 +msgid "add" +msgstr "hinzufügen" + +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "Beitrag wurde nicht gefunden." + +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Keine Quelldatei." + +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "Kann Datei zum Ersetzen nicht finden" + +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "Kann Datei zum Prüfen/Aktualisieren nicht finden" + +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Datei überschreitet das Größen-Limit von %d" + +#: ../../include/attach.php:393 +#, 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 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess." + +#: ../../include/attach.php:487 +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 +msgid "Path not available." +msgstr "Pfad nicht verfügbar." + +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Leere Pfadangabe" + +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "doppelter Dateiname oder Pfad" + +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Pfad nicht gefunden." + +#: ../../include/attach.php:681 +msgid "mkdir failed." +msgstr "mkdir fehlgeschlagen." + +#: ../../include/attach.php:685 +msgid "database storage failed." +msgstr "Speichern in der Datenbank fehlgeschlagen." + +#: ../../include/ItemObject.php:89 ../../include/conversation.php:642 +#: ../../mod/photos.php:844 +msgid "Private Message" +msgstr "Private Nachricht" + +#: ../../include/ItemObject.php:114 ../../include/conversation.php:634 +msgid "Select" +msgstr "Auswählen" + +#: ../../include/ItemObject.php:118 +msgid "Save to Folder" +msgstr "In Ordner speichern" + +#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +msgid "View all" +msgstr "Alles anzeigen" + +#: ../../include/ItemObject.php:139 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Gefällt nicht" +msgstr[1] "Gefällt nicht" + +#: ../../include/ItemObject.php:167 +msgid "Add Star" +msgstr "Stern hinzufügen" + +#: ../../include/ItemObject.php:168 +msgid "Remove Star" +msgstr "Stern entfernen" + +#: ../../include/ItemObject.php:169 +msgid "Toggle Star Status" +msgstr "Stern Status umschalten" + +#: ../../include/ItemObject.php:173 +msgid "starred" +msgstr "markiert" + +#: ../../include/ItemObject.php:182 ../../include/conversation.php:649 +msgid "Message is verified" +msgstr "Nachricht überprüft" + +#: ../../include/ItemObject.php:190 +msgid "Add Tag" +msgstr "Tag hinzufügen" + +#: ../../include/ItemObject.php:208 ../../mod/photos.php:974 +msgid "I like this (toggle)" +msgstr "Mir gefällt das (Umschalter)" + +#: ../../include/ItemObject.php:209 ../../mod/photos.php:975 +msgid "I don't like this (toggle)" +msgstr "Mir gefällt das nicht (Umschalter)" + +#: ../../include/ItemObject.php:211 +msgid "Share This" +msgstr "Teilen" + +#: ../../include/ItemObject.php:211 +msgid "share" +msgstr "Teilen" + +#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236 +#, php-format +msgid "View %s's profile - %s" +msgstr "Schaue Dir %ss Profil an – %s" + +#: ../../include/ItemObject.php:237 +msgid "to" +msgstr "an" + +#: ../../include/ItemObject.php:238 +msgid "via" +msgstr "via" + +#: ../../include/ItemObject.php:239 +msgid "Wall-to-Wall" +msgstr "Wall-to-Wall" + +#: ../../include/ItemObject.php:240 +msgid "via Wall-To-Wall:" +msgstr "via Wall-To-Wall:" + +#: ../../include/ItemObject.php:250 ../../include/conversation.php:693 +#, php-format +msgid " from %s" +msgstr "von %s" + +#: ../../include/ItemObject.php:253 ../../include/conversation.php:696 +#, php-format +msgid "last edited: %s" +msgstr "zuletzt bearbeitet: %s" + +#: ../../include/ItemObject.php:254 ../../include/conversation.php:697 +#, php-format +msgid "Expires: %s" +msgstr "Verfällt: %s" + +#: ../../include/ItemObject.php:274 +msgid "Save Bookmarks" +msgstr "Favoriten speichern" + +#: ../../include/ItemObject.php:275 +msgid "Add to Calendar" +msgstr "Zum Kalender hinzufügen" + +#: ../../include/ItemObject.php:283 +msgctxt "noun" +msgid "Likes" +msgstr "Gefällt mir" + +#: ../../include/ItemObject.php:284 +msgctxt "noun" +msgid "Dislikes" +msgstr "Gefällt nicht" + +#: ../../include/ItemObject.php:289 ../../include/acl_selectors.php:249 +msgid "Close" +msgstr "Geschlossen" + +#: ../../include/ItemObject.php:294 ../../include/conversation.php:714 +#: ../../include/conversation.php:1130 ../../mod/photos.php:977 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152 +#: ../../mod/mail.php:231 ../../mod/mail.php:346 ../../mod/editblock.php:120 +#: ../../mod/editlayout.php:115 +msgid "Please wait" +msgstr "Bitte warten" + +#: ../../include/ItemObject.php:315 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d Kommentar" +msgstr[1] "%d Kommentare" + +#: ../../include/ItemObject.php:580 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 +msgid "This is you" +msgstr "Das bist Du" + +#: ../../include/ItemObject.php:584 +msgid "Bold" +msgstr "Fett" + +#: ../../include/ItemObject.php:585 +msgid "Italic" +msgstr "Kursiv" + +#: ../../include/ItemObject.php:586 +msgid "Underline" +msgstr "Unterstrichen" + +#: ../../include/ItemObject.php:587 +msgid "Quote" +msgstr "Zitat" + +#: ../../include/ItemObject.php:588 +msgid "Code" +msgstr "Code" + +#: ../../include/ItemObject.php:589 +msgid "Image" +msgstr "Bild" + +#: ../../include/ItemObject.php:590 +msgid "Link" +msgstr "Link" + +#: ../../include/ItemObject.php:591 +msgid "Video" +msgstr "Video" + +#: ../../include/ItemObject.php:595 ../../include/conversation.php:1156 +#: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351 +msgid "Encrypt text" +msgstr "Text verschlüsseln" + +#: ../../include/security.php:301 +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: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:730 +msgid "No connections" +msgstr "Keine Verbindungen" + +#: ../../include/text.php:743 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d Verbindung" +msgstr[1] "%d Verbindungen" + +#: ../../include/text.php:756 +msgid "View Connections" +msgstr "Verbindungen anzeigen" + +#: ../../include/text.php:815 ../../include/text.php:829 +#: ../../include/nav.php:156 ../../include/apps.php:142 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Suche" + +#: ../../include/text.php:817 ../../include/text.php:831 +#: ../../include/widgets.php:186 ../../mod/filer.php:50 +#: ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 +msgid "Save" +msgstr "Speichern" + +#: ../../include/text.php:897 +msgid "poke" +msgstr "anstupsen" + +#: ../../include/text.php:897 ../../include/conversation.php:243 +msgid "poked" +msgstr "stupste" + +#: ../../include/text.php:898 +msgid "ping" +msgstr "anpingen" + +#: ../../include/text.php:898 +msgid "pinged" +msgstr "pingte" + +#: ../../include/text.php:899 +msgid "prod" +msgstr "knuffen" + +#: ../../include/text.php:899 +msgid "prodded" +msgstr "knuffte" + +#: ../../include/text.php:900 +msgid "slap" +msgstr "ohrfeigen" + +#: ../../include/text.php:900 +msgid "slapped" +msgstr "ohrfeigte" + +#: ../../include/text.php:901 +msgid "finger" +msgstr "befummeln" + +#: ../../include/text.php:901 +msgid "fingered" +msgstr "befummelte" + +#: ../../include/text.php:902 +msgid "rebuff" +msgstr "eine Abfuhr erteilen" + +#: ../../include/text.php:902 +msgid "rebuffed" +msgstr "abfuhrerteilte" + +#: ../../include/text.php:911 +msgid "happy" +msgstr "glücklich" + +#: ../../include/text.php:912 +msgid "sad" +msgstr "traurig" + +#: ../../include/text.php:913 +msgid "mellow" +msgstr "sanft" + +#: ../../include/text.php:914 +msgid "tired" +msgstr "müde" + +#: ../../include/text.php:915 +msgid "perky" +msgstr "frech" + +#: ../../include/text.php:916 +msgid "angry" +msgstr "sauer" + +#: ../../include/text.php:917 +msgid "stupified" +msgstr "verblüfft" + +#: ../../include/text.php:918 +msgid "puzzled" +msgstr "verwirrt" + +#: ../../include/text.php:919 +msgid "interested" +msgstr "interessiert" + +#: ../../include/text.php:920 +msgid "bitter" +msgstr "verbittert" + +#: ../../include/text.php:921 +msgid "cheerful" +msgstr "fröhlich" + +#: ../../include/text.php:922 +msgid "alive" +msgstr "lebendig" + +#: ../../include/text.php:923 +msgid "annoyed" +msgstr "verärgert" + +#: ../../include/text.php:924 +msgid "anxious" +msgstr "unruhig" + +#: ../../include/text.php:925 +msgid "cranky" +msgstr "schrullig" + +#: ../../include/text.php:926 +msgid "disturbed" +msgstr "verstört" + +#: ../../include/text.php:927 +msgid "frustrated" +msgstr "frustriert" + +#: ../../include/text.php:928 +msgid "depressed" +msgstr "deprimiert" + +#: ../../include/text.php:929 +msgid "motivated" +msgstr "motiviert" + +#: ../../include/text.php:930 +msgid "relaxed" +msgstr "entspannt" + +#: ../../include/text.php:931 +msgid "surprised" +msgstr "überrascht" + +#: ../../include/text.php:1092 +msgid "Monday" +msgstr "Montag" + +#: ../../include/text.php:1092 +msgid "Tuesday" +msgstr "Dienstag" + +#: ../../include/text.php:1092 +msgid "Wednesday" +msgstr "Mittwoch" + +#: ../../include/text.php:1092 +msgid "Thursday" +msgstr "Donnerstag" + +#: ../../include/text.php:1092 +msgid "Friday" +msgstr "Freitag" + +#: ../../include/text.php:1092 +msgid "Saturday" +msgstr "Samstag" + +#: ../../include/text.php:1092 +msgid "Sunday" +msgstr "Sonntag" + +#: ../../include/text.php:1096 +msgid "January" +msgstr "Januar" + +#: ../../include/text.php:1096 +msgid "February" +msgstr "Februar" + +#: ../../include/text.php:1096 +msgid "March" +msgstr "März" + +#: ../../include/text.php:1096 +msgid "April" +msgstr "April" + +#: ../../include/text.php:1096 +msgid "May" +msgstr "Mai" + +#: ../../include/text.php:1096 +msgid "June" +msgstr "Juni" + +#: ../../include/text.php:1096 +msgid "July" +msgstr "Juli" + +#: ../../include/text.php:1096 +msgid "August" +msgstr "August" + +#: ../../include/text.php:1096 +msgid "September" +msgstr "September" + +#: ../../include/text.php:1096 +msgid "October" +msgstr "Oktober" + +#: ../../include/text.php:1096 +msgid "November" +msgstr "November" + +#: ../../include/text.php:1096 +msgid "December" +msgstr "Dezember" + +#: ../../include/text.php:1174 +msgid "unknown.???" +msgstr "unbekannt.???" + +#: ../../include/text.php:1175 +msgid "bytes" +msgstr "Bytes" + +#: ../../include/text.php:1210 +msgid "remove category" +msgstr "Kategorie entfernen" + +#: ../../include/text.php:1280 +msgid "remove from file" +msgstr "aus der Datei entfernen" + +#: ../../include/text.php:1345 ../../include/text.php:1357 +msgid "Click to open/close" +msgstr "Klicke zum Öffnen/Schließen" + +#: ../../include/text.php:1512 ../../mod/events.php:374 +msgid "Link to Source" +msgstr "Link zur Quelle" + +#: ../../include/text.php:1531 +msgid "Select a page layout: " +msgstr "Ein Seiten-Layout auswählen:" + +#: ../../include/text.php:1534 ../../include/text.php:1599 +msgid "default" +msgstr "Standard" + +#: ../../include/text.php:1570 +msgid "Page content type: " +msgstr "Content-Typ der Seite:" + +#: ../../include/text.php:1611 +msgid "Select an alternate language" +msgstr "Wähle eine alternative Sprache" + +#: ../../include/text.php:1732 ../../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:1735 ../../include/conversation.php:123 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "Ereignis" + +#: ../../include/text.php:1738 ../../include/conversation.php:148 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:53 ../../mod/like.php:294 +msgid "status" +msgstr "Status" + +#: ../../include/text.php:1740 ../../include/conversation.php:150 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "Kommentar" + +#: ../../include/text.php:1745 +msgid "activity" +msgstr "Aktivität" + +#: ../../include/text.php:2004 +msgid "Design" +msgstr "Design" + +#: ../../include/text.php:2006 +msgid "Blocks" +msgstr "Blöcke" + +#: ../../include/text.php:2007 +msgid "Menus" +msgstr "Menüs" + +#: ../../include/text.php:2008 +msgid "Layouts" +msgstr "Layouts" + +#: ../../include/text.php:2009 +msgid "Pages" +msgstr "Seiten" + +#: ../../include/dir_fns.php:36 msgid "Sort Options" msgstr "Sortieroptionen" -#: ../../include/dir_fns.php:16 +#: ../../include/dir_fns.php:37 msgid "Alphabetic" msgstr "alphabetisch" -#: ../../include/dir_fns.php:17 +#: ../../include/dir_fns.php:38 msgid "Reverse Alphabetic" msgstr "Entgegengesetzt alphabetisch" -#: ../../include/dir_fns.php:18 +#: ../../include/dir_fns.php:39 msgid "Newest to Oldest" msgstr "Neueste zuerst" -#: ../../include/dir_fns.php:30 +#: ../../include/dir_fns.php:51 msgid "Enable Safe Search" msgstr "Sichere Suche einschalten" -#: ../../include/dir_fns.php:32 +#: ../../include/dir_fns.php:53 msgid "Disable Safe Search" msgstr "Sichere Suche ausschalten" -#: ../../include/dir_fns.php:34 +#: ../../include/dir_fns.php:55 msgid "Safe Mode" msgstr "Sicherer Modus" -#: ../../include/enotify.php:40 +#: ../../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:670 ../../include/bbcode.php:675 +#: ../../include/bbcode.php:678 ../../include/bbcode.php:681 +#: ../../include/bbcode.php:684 +msgid "Image/photo" +msgstr "Bild/Foto" + +#: ../../include/bbcode.php:147 ../../include/bbcode.php:695 +msgid "Encrypted content" +msgstr "Verschlüsselter Inhalt" + +#: ../../include/bbcode.php:163 +msgid "QR code" +msgstr "QR-Code" + +#: ../../include/bbcode.php:212 +#, 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:214 +msgid "post" +msgstr "Beitrag" + +#: ../../include/bbcode.php:613 ../../include/bbcode.php:633 +msgid "$1 wrote:" +msgstr "$1 schrieb:" + +#: ../../include/enotify.php:41 msgid "Red Matrix Notification" msgstr "Red Matrix Benachrichtigung" -#: ../../include/enotify.php:41 +#: ../../include/enotify.php:42 msgid "redmatrix" msgstr "redmatrix" -#: ../../include/enotify.php:43 +#: ../../include/enotify.php:44 msgid "Thank You," msgstr "Danke." -#: ../../include/enotify.php:45 +#: ../../include/enotify.php:46 #, php-format msgid "%s Administrator" msgstr "%s Administrator" -#: ../../include/enotify.php:80 +#: ../../include/enotify.php:81 #, php-format msgid "%s <!item_type!>" msgstr "%s <!item_type!>" -#: ../../include/enotify.php:84 +#: ../../include/enotify.php:85 #, php-format msgid "[Red:Notify] New mail received at %s" msgstr "[Red Notify] Neue Mail auf %s empfangen" -#: ../../include/enotify.php:86 +#: ../../include/enotify.php:87 #, php-format msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "%1$s, %2$s hat Dir eine private Nachricht auf %3$s gesendet." -#: ../../include/enotify.php:87 +#: ../../include/enotify.php:88 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s hat Dir %2$s geschickt." -#: ../../include/enotify.php:87 +#: ../../include/enotify.php:88 msgid "a private message" msgstr "eine private Nachricht" -#: ../../include/enotify.php:88 +#: ../../include/enotify.php:89 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten." -#: ../../include/enotify.php:142 +#: ../../include/enotify.php:144 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "%1$s, %2$s hat [zrl=%3$s]a %4$s[/zrl] kommentiert" -#: ../../include/enotify.php:150 +#: ../../include/enotify.php:152 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "%1$s, %2$s hat [zrl=%3$s]%4$ss %5$s[/zrl] kommentiert" -#: ../../include/enotify.php:159 +#: ../../include/enotify.php:161 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "%1$s, %2$s hat [zrl=%3$s]Deinen %4$s[/zrl] kommentiert" -#: ../../include/enotify.php:170 +#: ../../include/enotify.php:172 #, php-format msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Red:Benachrichtigung] Kommentar in Unterhaltung #%1$d von %2$s" -#: ../../include/enotify.php:171 +#: ../../include/enotify.php:173 #, php-format msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "%1$s, %2$s hat eine Unterhaltung kommentiert, der Du folgst." -#: ../../include/enotify.php:174 ../../include/enotify.php:189 -#: ../../include/enotify.php:215 ../../include/enotify.php:234 -#: ../../include/enotify.php:248 +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren." -#: ../../include/enotify.php:180 +#: ../../include/enotify.php:182 #, php-format msgid "[Red:Notify] %s posted to your profile wall" msgstr "[Red:Hinweis] %s schrieb auf Deine Pinnwand" -#: ../../include/enotify.php:182 +#: ../../include/enotify.php:184 #, php-format msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "%1$s, %2$s hat auf Deine Pinnwand auf %3$s geschrieben" -#: ../../include/enotify.php:184 +#: ../../include/enotify.php:186 #, php-format msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "%1$s, %2$s hat auf [zrl=%3$s]Deine Pinnwand[/zrl] geschrieben" -#: ../../include/enotify.php:208 +#: ../../include/enotify.php:210 #, php-format msgid "[Red:Notify] %s tagged you" -msgstr "[Red Notify] %s hat Dich erwähnt" +msgstr "[Red Notify] %s hat Dich getaggt" -#: ../../include/enotify.php:209 +#: ../../include/enotify.php:211 #, php-format msgid "%1$s, %2$s tagged you at %3$s" msgstr "%1$s, %2$s hat Dich auf %3$s erwähnt" -#: ../../include/enotify.php:210 +#: ../../include/enotify.php:212 #, php-format msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "%1$s, %2$s [zrl=%3$s]hat Dich erwähnt[/zrl]." -#: ../../include/enotify.php:223 +#: ../../include/enotify.php:225 #, php-format msgid "[Red:Notify] %1$s poked you" msgstr "[Red Notify] %1$s hat Dich angestupst" -#: ../../include/enotify.php:224 +#: ../../include/enotify.php:226 #, php-format msgid "%1$s, %2$s poked you at %3$s" msgstr "%1$s, %2$s hat Dich auf %3$s angestupst" -#: ../../include/enotify.php:225 +#: ../../include/enotify.php:227 #, php-format msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "%1$s, %2$s [zrl=%2$s]hat Dich angestupst[/zrl]." -#: ../../include/enotify.php:241 +#: ../../include/enotify.php:243 #, php-format msgid "[Red:Notify] %s tagged your post" -msgstr "[Red:Hinweis] %s hat Deinen Beitrag verschlagwortet" +msgstr "[Red:Hinweis] %s hat Deinen Beitrag getaggt" -#: ../../include/enotify.php:242 +#: ../../include/enotify.php:244 #, php-format msgid "%1$s, %2$s tagged your post at %3$s" msgstr "%1$s, %2$s hat Deinen Beitrag auf %3$s verschlagwortet" -#: ../../include/enotify.php:243 +#: ../../include/enotify.php:245 #, php-format msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "%1$s, %2$s hat [zrl=%3$s]Deinen Beitrag[/zrl] verschlagwortet" -#: ../../include/enotify.php:255 +#: ../../include/enotify.php:257 msgid "[Red:Notify] Introduction received" msgstr "[Red:Notify] Vorstellung erhalten" -#: ../../include/enotify.php:256 +#: ../../include/enotify.php:258 #, php-format -msgid "%1$s, you've received an introduction from '%2$s' at %3$s" -msgstr "%1$s, Du hast eine Vorstellung von „%2$s“ auf %3$s erhalten" +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, Du hast eine neue Verbindungsanfrage von '%2$s' auf %3$s erhalten" -#: ../../include/enotify.php:257 +#: ../../include/enotify.php:259 #, php-format -msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." -msgstr "%1$s, Du hast [zrl=%2$s]eine Vorstellung[/zrl] von %3$s erhalten." +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, Du hast [zrl=%2$s]eine neue Verbindungsanfrage[/zrl] von %3$s erhalten." -#: ../../include/enotify.php:261 ../../include/enotify.php:280 +#: ../../include/enotify.php:263 ../../include/enotify.php:282 #, php-format msgid "You may visit their profile at %s" msgstr "Du kannst Dir das Profil unter %s ansehen" -#: ../../include/enotify.php:263 +#: ../../include/enotify.php:265 #, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Bitte besuche %s um sie anzunehmen oder abzulehnen." +msgid "Please visit %s to approve or reject the connection request." +msgstr "Bitte besuche %s um die Verbindungsanfrage anzunehmen oder abzulehnen." -#: ../../include/enotify.php:270 +#: ../../include/enotify.php:272 msgid "[Red:Notify] Friend suggestion received" msgstr "[Red:Benachrichtigung] Freundschaftsvorschlag erhalten" -#: ../../include/enotify.php:271 +#: ../../include/enotify.php:273 #, php-format msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "%1$s, Du hast einen Kontaktvorschlag von „%2$s“ auf %3$s erhalten" -#: ../../include/enotify.php:272 +#: ../../include/enotify.php:274 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " "%4$s." msgstr "%1$s, Du hast [zrl=%2$s]einen Kontaktvorschlag[/zrl] für %3$s von %4$s erhalten." -#: ../../include/enotify.php:278 +#: ../../include/enotify.php:280 msgid "Name:" msgstr "Name:" -#: ../../include/enotify.php:279 +#: ../../include/enotify.php:281 msgid "Photo:" msgstr "Foto:" -#: ../../include/enotify.php:282 +#: ../../include/enotify.php:284 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen." -#: ../../include/photos.php:89 +#: ../../include/bookmarks.php:35 #, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "Bild überschreitet das Limit der Webseite von %lu bytes" +msgid "%1$s's bookmarks" +msgstr "%1$ss Lesezeichen" -#: ../../include/photos.php:96 -msgid "Image file is empty." -msgstr "Bilddatei ist leer." +#: ../../include/nav.php:81 ../../include/nav.php:108 +msgid "End this session" +msgstr "Beende diese Sitzung" -#: ../../include/photos.php:123 ../../mod/profile_photo.php:147 -msgid "Unable to process image" -msgstr "Kann Bild nicht verarbeiten" +#: ../../include/nav.php:84 ../../include/nav.php:142 +msgid "Home" +msgstr "Home" -#: ../../include/photos.php:185 -msgid "Photo storage failed." -msgstr "Foto speichern schlug fehl" +#: ../../include/nav.php:84 +msgid "Your posts and conversations" +msgstr "Deine Beiträge und Unterhaltungen" -#: ../../include/photos.php:306 ../../mod/photos.php:694 -#: ../../mod/photos.php:1191 -msgid "Upload New Photos" -msgstr "Lade neue Fotos hoch" +#: ../../include/nav.php:85 ../../include/conversation.php:940 +#: ../../mod/connedit.php:393 ../../mod/connedit.php:507 +msgid "View Profile" +msgstr "Profil ansehen" -#: ../../include/reddav.php:1061 -msgid "Edit File properties" -msgstr "Dateieigenschaften ändern" +#: ../../include/nav.php:85 +msgid "Your profile page" +msgstr "Deine Profilseite" -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d Einladung verfügbar" -msgstr[1] "%d Einladungen verfügbar" +#: ../../include/nav.php:87 +msgid "Edit Profiles" +msgstr "Profile bearbeiten" -#: ../../include/contact_widgets.php:20 -msgid "Find Channels" -msgstr "Finde Kanäle" +#: ../../include/nav.php:87 +msgid "Manage/Edit profiles" +msgstr "Profile verwalten" -#: ../../include/contact_widgets.php:21 -msgid "Enter name or interest" -msgstr "Name oder Interessen eingeben" +#: ../../include/nav.php:89 +msgid "Edit your profile" +msgstr "Profil bearbeiten" -#: ../../include/contact_widgets.php:22 -msgid "Connect/Follow" -msgstr "Verbinden/Folgen" +#: ../../include/nav.php:91 ../../include/apps.php:134 +#: ../../include/conversation.php:1512 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Fotos" -#: ../../include/contact_widgets.php:23 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Beispiele: Robert Morgenstein, Angeln" +#: ../../include/nav.php:91 +msgid "Your photos" +msgstr "Deine Bilder" -#: ../../include/contact_widgets.php:24 ../../mod/directory.php:207 -#: ../../mod/directory.php:212 ../../mod/connections.php:357 -msgid "Find" -msgstr "Finde" +#: ../../include/nav.php:92 +msgid "Your files" +msgstr "Deine Dateien" -#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59 -msgid "Channel Suggestions" -msgstr "Kanal-Vorschläge" +#: ../../include/nav.php:97 ../../include/apps.php:141 +msgid "Chat" +msgstr "Chat" -#: ../../include/contact_widgets.php:27 -msgid "Random Profile" -msgstr "Zufallsprofil" +#: ../../include/nav.php:97 +msgid "Your chatrooms" +msgstr "Deine Chaträume" -#: ../../include/contact_widgets.php:28 -msgid "Invite Friends" -msgstr "Lade Freunde ein" +#: ../../include/nav.php:100 ../../include/apps.php:124 +#: ../../include/conversation.php:1543 +msgid "Bookmarks" +msgstr "Lesezeichen" + +#: ../../include/nav.php:100 +msgid "Your bookmarks" +msgstr "Deine Lesezeichen" + +#: ../../include/nav.php:102 ../../include/apps.php:131 +#: ../../include/conversation.php:1554 ../../mod/webpages.php:79 +msgid "Webpages" +msgstr "Webseiten" + +#: ../../include/nav.php:102 +msgid "Your webpages" +msgstr "Deine Webseiten" + +#: ../../include/nav.php:106 +msgid "Sign in" +msgstr "Anmelden" -#: ../../include/contact_widgets.php:120 +#: ../../include/nav.php:123 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d gemeinsame Verbindung" -msgstr[1] "%d gemeinsame Verbindungen" +msgid "%s - click to logout" +msgstr "%s - Klick zum Abmelden" -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Neue Seite" +#: ../../include/nav.php:128 +msgid "Click to authenticate to your home hub" +msgstr "Klicke, um Dich über Deinen Heimat-Server zu authentifizieren" -#: ../../include/plugin.php:475 ../../include/plugin.php:477 -msgid "Click here to upgrade." -msgstr "Klicke hier, um das Upgrade durchzuführen." +#: ../../include/nav.php:142 +msgid "Home Page" +msgstr "Homepage" -#: ../../include/plugin.php:483 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Diese Aktion überschreitet die Grenzen Ihres Abonnements." +#: ../../include/nav.php:146 +msgid "Create an account" +msgstr "Erzeuge ein Konto" -#: ../../include/plugin.php:488 -msgid "This action is not available under your subscription plan." -msgstr "Diese Aktion ist in Ihrem Abonnement nicht verfügbar." +#: ../../include/nav.php:151 ../../include/apps.php:137 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "Hilfe" -#: ../../include/follow.php:23 -msgid "Channel is blocked on this site." -msgstr "Der Kanal ist auf dieser Seite blockiert " +#: ../../include/nav.php:151 +msgid "Help and documentation" +msgstr "Hilfe und Dokumentation" -#: ../../include/follow.php:28 -msgid "Channel location missing." -msgstr "Adresse des Kanals fehlt." +#: ../../include/nav.php:154 ../../include/widgets.php:79 +#: ../../mod/apps.php:33 +msgid "Apps" +msgstr "Apps" -#: ../../include/follow.php:54 -msgid "Response from remote channel was incomplete." -msgstr "Antwort des entfernten Kanals war unvollständig." +#: ../../include/nav.php:154 +msgid "Applications, utilities, links, games" +msgstr "Applikationen, Zubehör, Links, Spiele" -#: ../../include/follow.php:126 -msgid "Channel discovery failed." -msgstr "" +#: ../../include/nav.php:156 +msgid "Search site content" +msgstr "Durchsuche Seiten-Inhalt" -#: ../../include/follow.php:143 -msgid "local account not found." -msgstr "Lokales Konto nicht gefunden." +#: ../../include/nav.php:159 ../../include/apps.php:136 +#: ../../mod/directory.php:226 +msgid "Directory" +msgstr "Verzeichnis" -#: ../../include/follow.php:152 -msgid "Cannot connect to yourself." -msgstr "Du kannst Dich nicht mit Dir selbst verbinden." +#: ../../include/nav.php:159 +msgid "Channel Locator" +msgstr "Kanal-Anzeiger" -#: ../../include/security.php:291 -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/nav.php:170 ../../include/apps.php:128 +msgid "Matrix" +msgstr "Matrix" -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:64 -#: ../../view/theme/apw/php/config.php:176 -msgid "Default" -msgstr "Standard" +#: ../../include/nav.php:170 +msgid "Your matrix" +msgstr "Deine Matrix" -#: ../../include/oembed.php:157 -msgid "Embedded content" -msgstr "Eingebetteter Inhalt" +#: ../../include/nav.php:171 +msgid "Mark all matrix notifications seen" +msgstr "Markiere alle Matrix-Benachrichtigungen als angesehen" -#: ../../include/oembed.php:166 -msgid "Embedding disabled" -msgstr "Einbetten ausgeschaltet" +#: ../../include/nav.php:173 ../../include/apps.php:132 +msgid "Channel Home" +msgstr "Mein Kanal" -#: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" -msgstr "Kann meinen öffentlichen Stream und Beiträge sehen" +#: ../../include/nav.php:173 +msgid "Channel home" +msgstr "Mein Kanal" -#: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" -msgstr "Kann meinen öffentliches Kanal-Profil sehen" +#: ../../include/nav.php:174 +msgid "Mark all channel notifications seen" +msgstr "Markiere alle Kanal-Benachrichtigungen als angesehen" -#: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" -msgstr "Kann meine öffentlichen Fotoalben sehen" +#: ../../include/nav.php:177 ../../mod/connections.php:386 +msgid "Connections" +msgstr "Verbindungen" -#: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" -msgstr "Kann mein öffentliches Adressbuch sehen" +#: ../../include/nav.php:180 +msgid "Notices" +msgstr "Benachrichtigungen" -#: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" -msgstr "Kann meinen öffentlichen Dateiordner sehen" +#: ../../include/nav.php:180 +msgid "Notifications" +msgstr "Benachrichtigungen" -#: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" -msgstr "Kann meine öffentlichen Seiten sehen" +#: ../../include/nav.php:181 +msgid "See all notifications" +msgstr "Alle Benachrichtigungen ansehen" -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" -msgstr "Können mir den Stream und die Beiträge aus ihrem Kanal schicken" +#: ../../include/nav.php:182 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Markiere alle System-Benachrichtigungen als gesehen" -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" -msgstr "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen" +#: ../../include/nav.php:184 ../../include/apps.php:138 +msgid "Mail" +msgstr "Mail" -#: ../../include/permissions.php:23 -msgid "Can comment on my posts" -msgstr "Kann meine Beiträge kommentieren" +#: ../../include/nav.php:184 +msgid "Private mail" +msgstr "Persönliche Mail" -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" -msgstr "Kann mir private Nachrichten schicken" +#: ../../include/nav.php:185 +msgid "See all private messages" +msgstr "Alle persönlichen Nachrichten ansehen" -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" -msgstr "Kann Fotos in meinen Fotoalben veröffentlichen" +#: ../../include/nav.php:186 +msgid "Mark all private messages seen" +msgstr "Markiere alle persönlichen Nachrichten als gesehen" -#: ../../include/permissions.php:26 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten" +#: ../../include/nav.php:187 +msgid "Inbox" +msgstr "Eingang" -#: ../../include/permissions.php:26 -msgid "Advanced - useful for creating group forum channels" -msgstr "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen" +#: ../../include/nav.php:188 +msgid "Outbox" +msgstr "Ausgang" -#: ../../include/permissions.php:27 -msgid "Can chat with me (when available)" -msgstr "Kann mit mir chatten (wenn verfügbar)" +#: ../../include/nav.php:189 ../../include/widgets.php:536 +msgid "New Message" +msgstr "Neue Nachricht" -#: ../../include/permissions.php:28 -msgid "Can write to my \"public\" file storage" -msgstr "Kann in meinen öffentlichen Dateiordner schreiben" +#: ../../include/nav.php:192 ../../include/apps.php:135 +#: ../../mod/events.php:396 +msgid "Events" +msgstr "Veranstaltungen" -#: ../../include/permissions.php:29 -msgid "Can edit my \"public\" pages" -msgstr "Kann meine öffentlichen Seiten bearbeiten" +#: ../../include/nav.php:192 +msgid "Event Calendar" +msgstr "Veranstaltungskalender" -#: ../../include/permissions.php:31 -msgid "Can source my \"public\" posts in derived channels" -msgstr "Kann meine „öffentlichen“ Beiträge als Quellen für andere Kanäle verwenden" +#: ../../include/nav.php:193 +msgid "See all events" +msgstr "Alle Ereignisse ansehen" -#: ../../include/permissions.php:31 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften" +#: ../../include/nav.php:194 +msgid "Mark all events seen" +msgstr "Markiere alle Ereignisse als gesehen" -#: ../../include/permissions.php:32 -msgid "Can send me bookmarks" -msgstr "Darf mir Lesezeichen senden" +#: ../../include/nav.php:196 ../../include/apps.php:127 +msgid "Channel Select" +msgstr "Kanal-Auswahl" -#: ../../include/permissions.php:33 -msgid "Can administer my channel resources" -msgstr "Kann meine Kanäle administrieren" +#: ../../include/nav.php:196 +msgid "Manage Your Channels" +msgstr "Verwalte Deine Kanäle" -#: ../../include/permissions.php:33 +#: ../../include/nav.php:198 ../../include/apps.php:129 +#: ../../include/widgets.php:514 ../../mod/admin.php:978 +#: ../../mod/admin.php:1183 +msgid "Settings" +msgstr "Einstellungen" + +#: ../../include/nav.php:198 +msgid "Account/Channel Settings" +msgstr "Konto-/Kanal-Einstellungen" + +#: ../../include/nav.php:206 ../../mod/admin.php:117 +msgid "Admin" +msgstr "Admin" + +#: ../../include/nav.php:206 +msgid "Site Setup and Configuration" +msgstr "Seiten-Einrichtung und -Konfiguration" + +#: ../../include/nav.php:231 +msgid "Nothing new here" +msgstr "Nichts Neues hier" + +#: ../../include/nav.php:235 +msgid "Please wait..." +msgstr "Bitte warten..." + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Allgemeine Funktionen" + +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "Verfall von Inhalten" + +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Lösche Beiträge, Kommentare und/oder private Nachrichten automatisch zu einem zukünftigen Datum." + +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Mehrfachprofile" + +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Mehrfachprofile anlegen können" + +#: ../../include/features.php:27 +msgid "Advanced Profiles" +msgstr "Erweiterte Profile" + +#: ../../include/features.php:27 +msgid "Additional profile sections and selections" +msgstr "Stellt zusätzliche Felder im Profil zur Verfügung" + +#: ../../include/features.php:28 +msgid "Profile Import/Export" +msgstr "Profil-Import/Export" + +#: ../../include/features.php:28 +msgid "Save and load profile details across sites/channels" +msgstr "Speichere Dein Profil, um es in einen anderen Kanal zu importieren" + +#: ../../include/features.php:29 +msgid "Web Pages" +msgstr "Webseiten" + +#: ../../include/features.php:29 +msgid "Provide managed web pages on your channel" +msgstr "Stelle verwaltete Webseiten in Deinem Kanal zur Verfügung" + +#: ../../include/features.php:30 +msgid "Private Notes" +msgstr "Private Notizen" + +#: ../../include/features.php:30 +msgid "Enables a tool to store notes and reminders" +msgstr "Werkzeug zum Speichern von Notizen und Erinnerungen aktivieren" + +#: ../../include/features.php:35 +msgid "Extended Identity Sharing" +msgstr "Erweitertes Teilen von Identitäten" + +#: ../../include/features.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" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." +msgstr "Teile Deine Identität mit allen Webseiten im Internet. Ist dies deaktiviert, wird Deine Identität nur mit Red-Servern geteilt." -#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 -#: ../../mod/group.php:68 ../../index.php:350 -msgid "Permission denied" -msgstr "Keine Berechtigung" +#: ../../include/features.php:36 +msgid "Expert Mode" +msgstr "Expertenmodus" -#: ../../include/items.php:756 ../../mod/connedit.php:395 -msgid "Unknown" -msgstr "Unbekannt" +#: ../../include/features.php:36 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Aktiviere den Expertenmodus, um fortgeschrittene Konfigurationsoptionen zu aktivieren" -#: ../../include/items.php:3513 ../../mod/thing.php:78 ../../mod/admin.php:151 -#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 -msgid "Item not found." -msgstr "Element nicht gefunden." +#: ../../include/features.php:37 +msgid "Premium Channel" +msgstr "Premium-Kanal" -#: ../../include/items.php:3849 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Sammlung nicht gefunden" +#: ../../include/features.php:37 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Ermöglicht Einschränkungen und Bedingungen für Kontakte dieses Kanals" -#: ../../include/items.php:3864 -msgid "Collection is empty." -msgstr "Sammlung ist leer." +#: ../../include/features.php:42 +msgid "Post Composition Features" +msgstr "Nachbearbeitungsfunktionen" -#: ../../include/items.php:3871 -#, php-format -msgid "Collection: %s" -msgstr "Sammlung: %s" +#: ../../include/features.php:44 +msgid "Use Markdown" +msgstr "Markdown benutzen" -#: ../../include/items.php:3882 -#, php-format -msgid "Connection: %s" -msgstr "Verbindung: %s" +#: ../../include/features.php:44 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Erlaube Markdown zur Formatierung von Beiträgen" -#: ../../include/items.php:3885 -msgid "Connection not found." -msgstr "Die Verbindung wurde nicht gefunden." +#: ../../include/features.php:45 +msgid "Post Preview" +msgstr "Voransicht" -#: ../../include/zot.php:548 -msgid "Invalid data packet" -msgstr "Ungültiges Datenpaket" +#: ../../include/features.php:45 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Erlaube Voransicht von Beiträgen und Kommentaren vor Veröffentlichung" -#: ../../include/zot.php:558 -msgid "Unable to verify channel signature" -msgstr "Konnte die Signatur des Kanals nicht verifizieren" +#: ../../include/features.php:46 ../../include/widgets.php:503 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Kanal-Quellen" -#: ../../include/zot.php:735 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "Kann die Signatur der Seite von %s nicht verifizieren" +#: ../../include/features.php:46 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Importiere automatisch Inhalte für diesen Kanal von anderen Kanälen oder Feeds" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Kein Kanal." +#: ../../include/features.php:47 +msgid "Even More Encryption" +msgstr "Noch mehr Verschlüsselung" -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Gemeinsame Verbindungen" +#: ../../include/features.php:47 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Erlaube optionale Verschlüsselung von Inhalten (Ende-zu-Ende mit geteiltem Sicherheitsschlüssel)" -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Keine gemeinsamen Verbindungen." +#: ../../include/features.php:52 +msgid "Network and Stream Filtering" +msgstr "Netzwerk- und Stream-Filter" -#: ../../mod/events.php:72 -msgid "Event title and start time are required." -msgstr "Veranstaltungs- Titel und Startzeit sind erforderlich." +#: ../../include/features.php:53 +msgid "Search by Date" +msgstr "Suche nach Datum" -#: ../../mod/events.php:287 -msgid "l, F j" -msgstr "l, F j" +#: ../../include/features.php:53 +msgid "Ability to select posts by date ranges" +msgstr "Möglichkeit, Beiträge nach Zeiträumen auszuwählen" -#: ../../mod/events.php:309 -msgid "Edit event" -msgstr "Veranstaltung bearbeiten" +#: ../../include/features.php:54 +msgid "Collections Filter" +msgstr "Filter für Sammlung" -#: ../../mod/events.php:355 -msgid "Create New Event" -msgstr "Neue Veranstaltung erstellen" +#: ../../include/features.php:54 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "Aktiviere nur Netzwerk-Beiträge von ausgewählten Sammlungen" -#: ../../mod/events.php:356 -msgid "Previous" -msgstr "Voriges" +#: ../../include/features.php:55 ../../include/widgets.php:265 +msgid "Saved Searches" +msgstr "Gesicherte Suchanfragen" -#: ../../mod/events.php:357 ../../mod/setup.php:258 -msgid "Next" -msgstr "Nächste" +#: ../../include/features.php:55 +msgid "Save search terms for re-use" +msgstr "Gesicherte Suchbegriffe zur Wiederverwendung" -#: ../../mod/events.php:428 -msgid "hour:minute" -msgstr "Stunde:Minute" +#: ../../include/features.php:56 +msgid "Network Personal Tab" +msgstr "Persönlicher Netzwerkreiter" -#: ../../mod/events.php:447 -msgid "Event details" -msgstr "Veranstaltungs-Details" +#: ../../include/features.php:56 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Aktiviere Reiter nur für die Netzwerk-Beiträge, mit denen Du interagiert hast" + +#: ../../include/features.php:57 +msgid "Network New Tab" +msgstr "Netzwerkreiter Neu" + +#: ../../include/features.php:57 +msgid "Enable tab to display all new Network activity" +msgstr "Aktiviere Reiter, um alle neuen Netzwerkaktivitäten zu zeigen" + +#: ../../include/features.php:58 +msgid "Affinity Tool" +msgstr "Beziehungs-Tool" + +#: ../../include/features.php:58 +msgid "Filter stream activity by depth of relationships" +msgstr "Filter Aktivitätenstream nach Tiefe der Beziehung" + +#: ../../include/features.php:59 +msgid "Suggest Channels" +msgstr "Kanäle vorschlagen" + +#: ../../include/features.php:59 +msgid "Show channel suggestions" +msgstr "Kanal-Vorschläge anzeigen" + +#: ../../include/features.php:64 +msgid "Post/Comment Tools" +msgstr "Beitrag-/Kommentar-Tools" + +#: ../../include/features.php:66 +msgid "Edit Sent Posts" +msgstr "Bearbeite gesendete Beiträge" + +#: ../../include/features.php:66 +msgid "Edit and correct posts and comments after sending" +msgstr "Bearbeite und korrigiere Beiträge und Kommentare nach dem Senden" + +#: ../../include/features.php:67 +msgid "Tagging" +msgstr "Verschlagworten" + +#: ../../include/features.php:67 +msgid "Ability to tag existing posts" +msgstr "Möglichkeit, um existierende Beiträge zu verschlagworten" + +#: ../../include/features.php:68 +msgid "Post Categories" +msgstr "Beitrags-Kategorien" + +#: ../../include/features.php:68 +msgid "Add categories to your posts" +msgstr "Kategorien für Beiträge" + +#: ../../include/features.php:69 +msgid "Ability to file posts under folders" +msgstr "Möglichkeit, Beiträge in Verzeichnissen zu sammeln" -#: ../../mod/events.php:448 +#: ../../include/features.php:70 +msgid "Dislike Posts" +msgstr "Gefällt-mir-nicht Beiträge" + +#: ../../include/features.php:70 +msgid "Ability to dislike posts/comments" +msgstr "„Gefällt mir nicht“ ermöglichen" + +#: ../../include/features.php:71 +msgid "Star Posts" +msgstr "Beiträge mit Sternchen versehen" + +#: ../../include/features.php:71 +msgid "Ability to mark special posts with a star indicator" +msgstr "Möglichkeit, spezielle Beiträge mit Sternchen-Symbol zu markieren" + +#: ../../include/features.php:72 +msgid "Tag Cloud" +msgstr "Schlagwort-Wolke" + +#: ../../include/features.php:72 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Persönliche Schlagwort-Wolke auf Deiner Kanal-Seite anzeigen" + +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "Neuer Beitrag wurde erzeugt" + +#: ../../include/notify.php:24 #, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Format ist %s %s. Startzeit und Titel sind erforderlich." +msgid "commented on %s's post" +msgstr "hat %s's Beitrag kommentiert" -#: ../../mod/events.php:450 -msgid "Event Starts:" -msgstr "Veranstaltung startet:" +#: ../../include/apps.php:123 +msgid "Site Admin" +msgstr "Webseiten-Administrator" -#: ../../mod/events.php:450 ../../mod/events.php:464 -msgid "Required" -msgstr "Benötigt" +#: ../../include/apps.php:125 +msgid "Address Book" +msgstr "Adressbuch" -#: ../../mod/events.php:453 -msgid "Finish date/time is not known or not relevant" -msgstr "Ende Datum/Zeit sind unbekannt oder unwichtig" +#: ../../include/apps.php:139 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Laune" -#: ../../mod/events.php:455 -msgid "Event Finishes:" -msgstr "Veranstaltung endet:" +#: ../../include/apps.php:140 ../../include/conversation.php:945 +msgid "Poke" +msgstr "Anstupsen" -#: ../../mod/events.php:458 -msgid "Adjust for viewer timezone" -msgstr "An die Zeitzone des Betrachters anpassen" +#: ../../include/apps.php:143 +msgid "Probe" +msgstr "Prüfen" -#: ../../mod/events.php:460 -msgid "Description:" -msgstr "Beschreibung:" +#: ../../include/apps.php:144 +msgid "Suggest" +msgstr "Empfehlung" -#: ../../mod/events.php:464 -msgid "Title:" -msgstr "Titel:" +#: ../../include/apps.php:233 ../../mod/settings.php:79 +#: ../../mod/settings.php:542 +msgid "Update" +msgstr "Aktualisieren" -#: ../../mod/events.php:466 -msgid "Share this event" -msgstr "Die Veranstaltung teilen" +#: ../../include/apps.php:233 +msgid "Install" +msgstr "Installieren" -#: ../../mod/thing.php:98 -msgid "Thing updated" -msgstr "Ding aktualisiert" +#: ../../include/apps.php:238 +msgid "Purchase" +msgstr "Kaufen" -#: ../../mod/thing.php:158 -msgid "Object store: failed" -msgstr "Speichern des Objekts fehlgeschlagen" +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "Öffentliche Zeitleiste" -#: ../../mod/thing.php:162 -msgid "Thing added" -msgstr "Ding hinzugefügt" +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Der Chatraum hat keinen Namen" -#: ../../mod/thing.php:182 +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Name des Chatraums bereits vergeben" + +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Ungültiger Raumbezeichner." + +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "Chatraum konnte nicht gefunden werden." + +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "Der Raum ist voll" + +#: ../../include/conversation.php:126 ../../mod/like.php:89 +msgid "channel" +msgstr "Kanal" + +#: ../../include/conversation.php:164 ../../mod/like.php:331 #, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s gefällt %2$ss %3$s" -#: ../../mod/thing.php:234 -msgid "Show Thing" -msgstr "Ding anzeigen" +#: ../../include/conversation.php:167 ../../mod/like.php:333 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s gefällt %2$ss %3$s nicht" -#: ../../mod/thing.php:241 -msgid "item not found." -msgstr "Eintrag nicht gefunden" +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s ist jetzt mit %2$s verbunden" -#: ../../mod/thing.php:269 -msgid "Edit Thing" -msgstr "Ding bearbeiten" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s stupste %2$s an" -#: ../../mod/thing.php:271 ../../mod/thing.php:318 -msgid "Select a profile" -msgstr "Wähle ein Profil" +#: ../../include/conversation.php:261 ../../mod/mood.php:63 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" +msgstr "%1$s ist %2$s" -#: ../../mod/thing.php:273 ../../mod/thing.php:320 -msgid "Select a category of stuff. e.g. I ______ something" -msgstr "Wähle eine Kategorie/Art, z.B. Ich ______ etwas" +#: ../../include/conversation.php:669 +#, php-format +msgid "View %s's profile @ %s" +msgstr "%ss Profil auf %s ansehen" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 -msgid "Post an activity" -msgstr "Aktivitätsnachricht senden" +#: ../../include/conversation.php:683 +msgid "Categories:" +msgstr "Kategorien:" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 -msgid "Only sends to viewers of the applicable profile" -msgstr "Nur an Betrachter des ausgewählten Profils senden" +#: ../../include/conversation.php:684 +msgid "Filed under:" +msgstr "Gespeichert unter:" -#: ../../mod/thing.php:277 ../../mod/thing.php:323 -msgid "Name of thing e.g. something" -msgstr "Name des Dings, z.B. Etwas" +#: ../../include/conversation.php:712 +msgid "View in context" +msgstr "Im Zusammenhang anschauen" -#: ../../mod/thing.php:279 ../../mod/thing.php:324 -msgid "URL of thing (optional)" -msgstr "URL des Dings (optional)" +#: ../../include/conversation.php:841 +msgid "remove" +msgstr "lösche" -#: ../../mod/thing.php:281 ../../mod/thing.php:325 -msgid "URL for photo of thing (optional)" -msgstr "URL eines Fotos von dem Ding (optional)" +#: ../../include/conversation.php:845 +msgid "Loading..." +msgstr "Lädt ..." -#: ../../mod/thing.php:316 -msgid "Add Thing to your Profile" -msgstr "Das Ding Deinem Profil hinzufügen" +#: ../../include/conversation.php:846 +msgid "Delete Selected Items" +msgstr "Lösche die ausgewählten Elemente" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "Einladungslimit überschritten." +#: ../../include/conversation.php:937 +msgid "View Source" +msgstr "Quelle anzeigen" -#: ../../mod/invite.php:49 +#: ../../include/conversation.php:938 +msgid "Follow Thread" +msgstr "Unterhaltung folgen" + +#: ../../include/conversation.php:939 +msgid "View Status" +msgstr "Status ansehen" + +#: ../../include/conversation.php:941 +msgid "View Photos" +msgstr "Fotos ansehen" + +#: ../../include/conversation.php:942 +msgid "Matrix Activity" +msgstr "Matrix-Aktivität" + +#: ../../include/conversation.php:943 +msgid "Edit Contact" +msgstr "Kontakt bearbeiten" + +#: ../../include/conversation.php:944 +msgid "Send PM" +msgstr "Sende PN" + +#: ../../include/conversation.php:1001 #, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Keine gültige Email Adresse." +msgid "%s likes this." +msgstr "%s gefällt das." -#: ../../mod/invite.php:76 -msgid "Please join us on Red" -msgstr "Schließe Dich uns an und werde Teil der Red-Matrix" +#: ../../include/conversation.php:1001 +#, php-format +msgid "%s doesn't like this." +msgstr "%s gefällt das nicht." -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Einladungslimit überschritten. Bitte kontaktiere den Administrator Deines Red-Servers." +#: ../../include/conversation.php:1005 +#, 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." -#: ../../mod/invite.php:92 +#: ../../include/conversation.php:1007 #, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Nachricht konnte nicht zugestellt werden." +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." -#: ../../mod/invite.php:96 +#: ../../include/conversation.php:1013 +msgid "and" +msgstr "und" + +#: ../../include/conversation.php:1016 #, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d Nachricht gesendet." -msgstr[1] "%d Nachrichten gesendet." +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] ", und %d andere" -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "Du hast keine weiteren verfügbare Einladungen" +#: ../../include/conversation.php:1017 +#, php-format +msgid "%s like this." +msgstr "%s gefällt das." -#: ../../mod/invite.php:141 -msgid "Send invitations" -msgstr "Einladungen senden" +#: ../../include/conversation.php:1017 +#, php-format +msgid "%s don't like this." +msgstr "%s gefällt das nicht." -#: ../../mod/invite.php:142 -msgid "Enter email addresses, one per line:" -msgstr "Email-Adressen eintragen, eine pro Zeile:" +#: ../../include/conversation.php:1074 +msgid "Visible to <strong>everybody</strong>" +msgstr "Sichtbar für <strong>jeden</strong>" -#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 -msgid "Your message:" -msgstr "Deine Nachricht:" +#: ../../include/conversation.php:1075 ../../mod/mail.php:167 +#: ../../mod/mail.php:279 +msgid "Please enter a link URL:" +msgstr "Gib eine URL ein:" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralised communication and information " -"tool." -msgstr "Du bist herzlich eingeladen, mir und einigen anderen guten Freunden in die Red-Matrix zu folgen – einem revolutionär neuen, dezentralen Kommunikations- und Informationsnetzwerk." +#: ../../include/conversation.php:1076 +msgid "Please enter a video link/URL:" +msgstr "Gib einen Video-Link/URL ein:" -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Du musst dann den folgenden Einladungs-Code angeben: $invite_code" +#: ../../include/conversation.php:1077 +msgid "Please enter an audio link/URL:" +msgstr "Gib einen Audio-Link/URL ein:" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" -msgstr "Bitte besuche meinen Kanal auf" +#: ../../include/conversation.php:1078 +msgid "Tag term:" +msgstr "Schlagwort:" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" -msgstr "Wenn Du Dich registriert hast (egal auf welchem Server in der Red-Matrix, sie sind alle miteinander verbunden) verbinde Dich bitte mit meinem Kanal in der Matrix. Adresse:" +#: ../../include/conversation.php:1079 ../../mod/filer.php:49 +msgid "Save to Folder:" +msgstr "Speichern in Ordner:" -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "Klicke den [Registrieren]-Link auf der nächsten Seite, um dich anzumelden." +#: ../../include/conversation.php:1080 +msgid "Where are you right now?" +msgstr "Wo bist Du jetzt grade?" -#: ../../mod/invite.php:155 +#: ../../include/conversation.php:1081 ../../mod/editpost.php:52 +#: ../../mod/mail.php:168 ../../mod/mail.php:280 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "Verfällt YYYY-MM-DD HH;MM" + +#: ../../include/conversation.php:1105 ../../mod/photos.php:976 +#: ../../mod/layouts.php:113 +msgid "Share" +msgstr "Teilen" + +#: ../../include/conversation.php:1107 ../../mod/editwebpage.php:139 +msgid "Page link title" +msgstr "Seitentitel-Link" + +#: ../../include/conversation.php:1110 +msgid "Post as" +msgstr "Posten als" + +#: ../../include/conversation.php:1111 ../../mod/editpost.php:113 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:228 ../../mod/mail.php:342 +#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107 +msgid "Upload photo" +msgstr "Foto hochladen" + +#: ../../include/conversation.php:1112 +msgid "upload photo" +msgstr "Foto hochladen" + +#: ../../include/conversation.php:1113 ../../mod/editpost.php:114 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:229 ../../mod/mail.php:343 +#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108 +msgid "Attach file" +msgstr "Datei anhängen" + +#: ../../include/conversation.php:1114 +msgid "attach file" +msgstr "Datei anfügen" + +#: ../../include/conversation.php:1115 ../../mod/editpost.php:115 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:230 ../../mod/mail.php:344 +#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109 +msgid "Insert web link" +msgstr "Link einfügen" + +#: ../../include/conversation.php:1116 +msgid "web link" +msgstr "Web-Link" + +#: ../../include/conversation.php:1117 +msgid "Insert video link" +msgstr "Video-Link einfügen" + +#: ../../include/conversation.php:1118 +msgid "video link" +msgstr "Video-Link" + +#: ../../include/conversation.php:1119 +msgid "Insert audio link" +msgstr "Audio-Link einfügen" + +#: ../../include/conversation.php:1120 +msgid "audio link" +msgstr "Audio-Link" + +#: ../../include/conversation.php:1121 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:118 +#: ../../mod/editlayout.php:113 +msgid "Set your location" +msgstr "Standort" + +#: ../../include/conversation.php:1122 +msgid "set location" +msgstr "Standort" + +#: ../../include/conversation.php:1123 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:151 ../../mod/editblock.php:119 +#: ../../mod/editlayout.php:114 +msgid "Clear browser location" +msgstr "Browser-Standort löschen" + +#: ../../include/conversation.php:1124 +msgid "clear location" +msgstr "Standort löschen" + +#: ../../include/conversation.php:1126 ../../mod/editpost.php:132 +#: ../../mod/editwebpage.php:167 ../../mod/editblock.php:132 +#: ../../mod/editlayout.php:126 +msgid "Set title" +msgstr "Titel" + +#: ../../include/conversation.php:1129 ../../mod/editpost.php:134 +#: ../../mod/editwebpage.php:169 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:129 +msgid "Categories (comma-separated list)" +msgstr "Kategorien (Kommagetrennte Liste)" + +#: ../../include/conversation.php:1131 ../../mod/editpost.php:122 +#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:121 +#: ../../mod/editlayout.php:116 +msgid "Permission settings" +msgstr "Berechtigungs-Einstellungen" + +#: ../../include/conversation.php:1132 +msgid "permissions" +msgstr "Berechtigungen" + +#: ../../include/conversation.php:1139 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:162 ../../mod/editblock.php:129 +#: ../../mod/editlayout.php:123 +msgid "Public post" +msgstr "Öffentlicher Beitrag" + +#: ../../include/conversation.php:1141 ../../mod/editpost.php:135 +#: ../../mod/editwebpage.php:170 ../../mod/editblock.php:136 +#: ../../mod/editlayout.php:130 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Beispiel: bob@example.com, mary@example.com" + +#: ../../include/conversation.php:1154 ../../mod/editpost.php:146 +#: ../../mod/editwebpage.php:179 ../../mod/mail.php:235 ../../mod/mail.php:349 +#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140 +msgid "Set expiration date" +msgstr "Verfallsdatum" + +#: ../../include/conversation.php:1158 ../../mod/editpost.php:150 +msgid "OK" +msgstr "Ok" + +#: ../../include/conversation.php:1159 ../../mod/settings.php:517 +#: ../../mod/settings.php:543 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:151 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +msgid "Cancel" +msgstr "Abbrechen" + +#: ../../include/conversation.php:1401 +msgid "Discover" +msgstr "Entdecken" + +#: ../../include/conversation.php:1404 +msgid "Imported public streams" +msgstr "Importierte öffentliche Beitragsströme" + +#: ../../include/conversation.php:1409 +msgid "Commented Order" +msgstr "Neueste Kommentare" + +#: ../../include/conversation.php:1412 +msgid "Sort by Comment Date" +msgstr "Nach Kommentardatum sortiert" + +#: ../../include/conversation.php:1416 +msgid "Posted Order" +msgstr "Neueste Beiträge" + +#: ../../include/conversation.php:1419 +msgid "Sort by Post Date" +msgstr "Nach Beitragsdatum sortiert" + +#: ../../include/conversation.php:1424 ../../include/widgets.php:82 +msgid "Personal" +msgstr "Persönlich" + +#: ../../include/conversation.php:1427 +msgid "Posts that mention or involve you" +msgstr "Beiträge mit Beteiligung Deinerseits" + +#: ../../include/conversation.php:1433 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 +msgid "New" +msgstr "Neu" + +#: ../../include/conversation.php:1436 +msgid "Activity Stream - by date" +msgstr "Activity Stream – nach Datum sortiert" + +#: ../../include/conversation.php:1442 +msgid "Starred" +msgstr "Markiert" + +#: ../../include/conversation.php:1445 +msgid "Favourite Posts" +msgstr "Markierte Beiträge" + +#: ../../include/conversation.php:1452 +msgid "Spam" +msgstr "Spam" + +#: ../../include/conversation.php:1455 +msgid "Posts flagged as SPAM" +msgstr "Nachrichten, die als SPAM markiert wurden" + +#: ../../include/conversation.php:1491 ../../mod/admin.php:892 +msgid "Channel" +msgstr "Kanal" + +#: ../../include/conversation.php:1494 +msgid "Status Messages and Posts" +msgstr "Statusnachrichten und Beiträge" + +#: ../../include/conversation.php:1503 +msgid "About" +msgstr "Ãœber" + +#: ../../include/conversation.php:1506 +msgid "Profile Details" +msgstr "Profil-Details" + +#: ../../include/conversation.php:1524 +msgid "Files and Storage" +msgstr "Dateien und Speicher" + +#: ../../include/conversation.php:1533 ../../include/conversation.php:1536 +msgid "Chatrooms" +msgstr "Chaträume" + +#: ../../include/conversation.php:1546 +msgid "Saved Bookmarks" +msgstr "Gespeicherte Lesezeichen" + +#: ../../include/conversation.php:1557 +msgid "Manage Webpages" +msgstr "Webseiten verwalten" + +#: ../../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/filestorage.php:128 +#: ../../mod/photos.php:604 ../../mod/photos.php:952 ../../mod/chat.php:209 +msgid "Permissions" +msgstr "Berechtigungen" + +#: ../../include/widgets.php:80 +msgid "System" +msgstr "System" + +#: ../../include/widgets.php:83 +msgid "Create Personal App" +msgstr "Erstelle persönliche App" + +#: ../../include/widgets.php:84 +msgid "Edit Personal App" +msgstr "Editiere persönliche App" + +#: ../../include/widgets.php:130 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "Ignorieren/Verstecken" + +#: ../../include/widgets.php:136 ../../mod/connections.php:267 +msgid "Suggestions" +msgstr "Vorschläge" + +#: ../../include/widgets.php:137 +msgid "See more..." +msgstr "Mehr anzeigen …" + +#: ../../include/widgets.php:159 +#, 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:165 +msgid "Add New Connection" +msgstr "Neue Verbindung hinzufügen" + +#: ../../include/widgets.php:166 +msgid "Enter the channel address" +msgstr "Adresse des Kanals eingeben" + +#: ../../include/widgets.php:167 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara" + +#: ../../include/widgets.php:184 +msgid "Notes" +msgstr "Notizen" + +#: ../../include/widgets.php:256 +msgid "Remove term" +msgstr "Eintrag löschen" + +#: ../../include/widgets.php:335 +msgid "Archives" +msgstr "Archive" + +#: ../../include/widgets.php:397 +msgid "Refresh" +msgstr "Aktualisieren" + +#: ../../include/widgets.php:398 ../../mod/connedit.php:470 +msgid "Me" +msgstr "Ich" + +#: ../../include/widgets.php:399 ../../mod/connedit.php:472 +msgid "Best Friends" +msgstr "Beste Freunde" + +#: ../../include/widgets.php:401 +msgid "Co-workers" +msgstr "Kollegen" + +#: ../../include/widgets.php:402 ../../mod/connedit.php:474 +msgid "Former Friends" +msgstr "ehem. Freunde" + +#: ../../include/widgets.php:403 ../../mod/connedit.php:475 +msgid "Acquaintances" +msgstr "Bekannte" + +#: ../../include/widgets.php:404 +msgid "Everybody" +msgstr "Jeder" + +#: ../../include/widgets.php:436 +msgid "Account settings" +msgstr "Konto-Einstellungen" + +#: ../../include/widgets.php:442 +msgid "Channel settings" +msgstr "Kanal-Einstellungen" + +#: ../../include/widgets.php:448 +msgid "Additional features" +msgstr "Zusätzliche Funktionen" + +#: ../../include/widgets.php:454 +msgid "Feature settings" +msgstr "Funktions-Einstellungen" + +#: ../../include/widgets.php:460 +msgid "Display settings" +msgstr "Anzeige-Einstellungen" + +#: ../../include/widgets.php:466 +msgid "Connected apps" +msgstr "Verbundene Apps" + +#: ../../include/widgets.php:472 +msgid "Export channel" +msgstr "Kanal exportieren" + +#: ../../include/widgets.php:484 +msgid "Automatic Permissions (Advanced)" +msgstr "Automatische Berechtigungen (Erweitert)" + +#: ../../include/widgets.php:494 +msgid "Premium Channel Settings" +msgstr "Premium-Kanal-Einstellungen" + +#: ../../include/widgets.php:531 +msgid "Check Mail" +msgstr "E-Mails abrufen" + +#: ../../include/widgets.php:612 +msgid "Chat Rooms" +msgstr "Chaträume" + +#: ../../include/widgets.php:630 +msgid "Bookmarked Chatrooms" +msgstr "Gespeicherte Chatrooms" + +#: ../../include/widgets.php:648 +msgid "Suggested Chatrooms" +msgstr "Vorgeschlagene Chaträume" + +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." +msgstr "Der Kanal ist auf dieser Seite blockiert " + +#: ../../include/follow.php:28 +msgid "Channel location missing." +msgstr "Adresse des Kanals fehlt." + +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." +msgstr "Antwort des entfernten Kanals war unvollständig." + +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." +msgstr "Kanal wurde gelöscht und existiert nicht mehr." + +#: ../../include/follow.php:132 +msgid "Channel discovery failed." +msgstr "Kanalerkennung fehlgeschlagen" + +#: ../../include/follow.php:149 +msgid "local account not found." +msgstr "Lokales Konto nicht gefunden." + +#: ../../include/follow.php:158 +msgid "Cannot connect to yourself." +msgstr "Du kannst Dich nicht mit Dir selbst verbinden." + +#: ../../include/plugin.php:504 ../../include/plugin.php:506 +msgid "Click here to upgrade." +msgstr "Klicke hier, um das Upgrade durchzuführen." + +#: ../../include/plugin.php:512 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Diese Aktion überschreitet die Grenzen Ihres Abonnements." + +#: ../../include/plugin.php:517 +msgid "This action is not available under your subscription plan." +msgstr "Diese Aktion ist in Ihrem Abonnement nicht verfügbar." + +#: ../../mod/post.php:229 msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "Für weitere Informationen über das Red-Matrix-Projekt und warum es das Potential hat, das Internet, wie wir es kennen, grundlegend zu verändern, besuche http://getzot.com" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut." + +#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:178 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Willkommen %s. Entfernte Authentifizierung erfolgreich." #: ../../mod/settings.php:71 msgid "Name is required" @@ -3424,10 +3718,6 @@ msgstr "Name ist erforderlich" msgid "Key and Secret are required" msgstr "Schlüssel und Geheimnis werden benötigt" -#: ../../mod/settings.php:79 ../../mod/settings.php:542 -msgid "Update" -msgstr "Aktualisieren" - #: ../../mod/settings.php:195 msgid "Passwords do not match. Password unchanged." msgstr "Kennwörter stimmen nicht überein. Kennwort nicht verändert." @@ -3436,23 +3726,23 @@ msgstr "Kennwörter stimmen nicht überein. Kennwort nicht verändert." msgid "Empty passwords are not allowed. Password unchanged." msgstr "Leere Kennwörter sind nicht erlaubt. Kennwort nicht verändert." -#: ../../mod/settings.php:212 +#: ../../mod/settings.php:213 msgid "Password changed." msgstr "Kennwort geändert." -#: ../../mod/settings.php:214 +#: ../../mod/settings.php:215 msgid "Password update failed. Please try again." msgstr "Kennwortänderung fehlgeschlagen. Bitte versuche es noch einmal." -#: ../../mod/settings.php:228 +#: ../../mod/settings.php:229 msgid "Not valid email." msgstr "Keine gültige E-Mail Adresse." -#: ../../mod/settings.php:231 +#: ../../mod/settings.php:232 msgid "Protected email address. Cannot change to that email." msgstr "Geschützte E-Mail Adresse. Diese kann nicht verändert werden." -#: ../../mod/settings.php:240 +#: ../../mod/settings.php:241 msgid "System failure storing new email. Please try again." msgstr "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal." @@ -3465,10 +3755,6 @@ msgstr "Einstellungen aktualisiert." msgid "Add application" msgstr "Anwendung hinzufügen" -#: ../../mod/settings.php:518 ../../mod/settings.php:544 -msgid "Name" -msgstr "Name" - #: ../../mod/settings.php:518 msgid "Name of application" msgstr "Name der Anwendung" @@ -3551,7 +3837,7 @@ msgstr "Bestätigen:" msgid "Leave password fields blank unless changing" msgstr "Lasse die Passwort-Felder leer, außer Du möchtest das Passwort ändern" -#: ../../mod/settings.php:629 ../../mod/settings.php:938 +#: ../../mod/settings.php:629 ../../mod/settings.php:937 msgid "Email Address:" msgstr "Email Adresse:" @@ -3559,7 +3845,7 @@ msgstr "Email Adresse:" msgid "Remove Account" msgstr "Konto entfernen" -#: ../../mod/settings.php:631 +#: ../../mod/settings.php:631 ../../mod/settings.php:1000 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." @@ -3579,182 +3865,201 @@ msgstr "Zusätzliche Funktionen" msgid "Connector Settings" msgstr "Connector-Einstellungen" -#: ../../mod/settings.php:709 ../../mod/admin.php:379 +#: ../../mod/settings.php:709 ../../mod/admin.php:390 msgid "No special theme for mobile devices" msgstr "Keine spezielle Theme für mobile Geräte" -#: ../../mod/settings.php:750 +#: ../../mod/settings.php:718 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Experimentell)" + +#: ../../mod/settings.php:748 msgid "Display Settings" msgstr "Anzeige-Einstellungen" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:754 msgid "Display Theme:" msgstr "Anzeige-Theme:" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:755 msgid "Mobile Theme:" msgstr "Mobile Theme:" -#: ../../mod/settings.php:758 +#: ../../mod/settings.php:756 msgid "Update browser every xx seconds" msgstr "Browser alle xx Sekunden aktualisieren" -#: ../../mod/settings.php:758 +#: ../../mod/settings.php:756 msgid "Minimum of 10 seconds, no maximum" msgstr "Minimum 10 Sekunden, kein Maximum" -#: ../../mod/settings.php:759 +#: ../../mod/settings.php:757 msgid "Maximum number of conversations to load at any time:" msgstr "Maximale Anzahl von Unterhaltungen, die auf einmal geladen werden sollen:" -#: ../../mod/settings.php:759 +#: ../../mod/settings.php:757 msgid "Maximum of 100 items" msgstr "Maximum: 100 Beiträge" -#: ../../mod/settings.php:760 +#: ../../mod/settings.php:758 msgid "Don't show emoticons" msgstr "Emoticons nicht zeigen" -#: ../../mod/settings.php:761 -msgid "Do not view remote profiles in frames" -msgstr "Profile/Kanäle direkt anzeigen" - -#: ../../mod/settings.php:761 -msgid "By default open in a sub-window of your own site" -msgstr "Wenn dieser Haken nicht gesetzt ist, werden Profile in einem Unterfenster auf Deinem eigenen Server angezeigt." +#: ../../mod/settings.php:759 +msgid "System Page Layout Editor - (advanced)" +msgstr "(Erweiterter) Seitenlayout Editor" -#: ../../mod/settings.php:796 +#: ../../mod/settings.php:794 msgid "Nobody except yourself" msgstr "Niemand außer Dir selbst" -#: ../../mod/settings.php:797 +#: ../../mod/settings.php:795 msgid "Only those you specifically allow" msgstr "Nur die, denen Du es explizit erlaubst" -#: ../../mod/settings.php:798 -msgid "Anybody in your address book" -msgstr "Jeder aus Ihrem Adressbuch" +#: ../../mod/settings.php:796 +msgid "Approved connections" +msgstr "Erlaubte Verbindung" -#: ../../mod/settings.php:799 +#: ../../mod/settings.php:797 +msgid "Any connections" +msgstr "Beliebige Verbindung" + +#: ../../mod/settings.php:798 msgid "Anybody on this website" msgstr "Jeder auf dieser Website" -#: ../../mod/settings.php:800 +#: ../../mod/settings.php:799 msgid "Anybody in this network" -msgstr "Jeder in diesem Netzwerk" +msgstr "Alle Red-Nutzer" -#: ../../mod/settings.php:801 +#: ../../mod/settings.php:800 msgid "Anybody authenticated" msgstr "Jeder authentifizierte" -#: ../../mod/settings.php:802 +#: ../../mod/settings.php:801 msgid "Anybody on the internet" msgstr "Jeder im Internet" -#: ../../mod/settings.php:879 +#: ../../mod/settings.php:878 msgid "Publish your default profile in the network directory" msgstr "Standard-Profil im Netzwerk-Verzeichnis veröffentlichen" -#: ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 ../../mod/api.php:106 ../../mod/profiles.php:484 +#: ../../mod/settings.php:878 ../../mod/settings.php:883 +#: ../../mod/settings.php:954 ../../mod/admin.php:420 +#: ../../mod/profiles.php:566 ../../mod/api.php:106 msgid "No" msgstr "Nein" -#: ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 ../../mod/api.php:105 ../../mod/profiles.php:483 +#: ../../mod/settings.php:878 ../../mod/settings.php:883 +#: ../../mod/settings.php:954 ../../mod/admin.php:422 +#: ../../mod/profiles.php:565 ../../mod/api.php:105 msgid "Yes" msgstr "Ja" -#: ../../mod/settings.php:884 +#: ../../mod/settings.php:883 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:888 ../../mod/profile_photo.php:288 +#: ../../mod/settings.php:887 ../../mod/profile_photo.php:365 msgid "or" msgstr "oder" -#: ../../mod/settings.php:893 +#: ../../mod/settings.php:892 msgid "Your channel address is" msgstr "Deine Kanal-Adresse lautet" -#: ../../mod/settings.php:927 +#: ../../mod/settings.php:926 msgid "Channel Settings" msgstr "Kanal-Einstellungen" -#: ../../mod/settings.php:936 +#: ../../mod/settings.php:935 msgid "Basic Settings" msgstr "Grundeinstellungen" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:938 msgid "Your Timezone:" msgstr "Ihre Zeitzone:" -#: ../../mod/settings.php:940 +#: ../../mod/settings.php:939 msgid "Default Post Location:" msgstr "Standardstandort:" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:939 +msgid "Geographical location to display on your posts" +msgstr "Geografischer Ort, der bei Deinen Beiträgen angezeigt werden soll" + +#: ../../mod/settings.php:940 msgid "Use Browser Location:" msgstr "Standort des Browsers verwenden:" -#: ../../mod/settings.php:943 +#: ../../mod/settings.php:942 msgid "Adult Content" msgstr "Nicht jugendfreie Inhalte" -#: ../../mod/settings.php:943 +#: ../../mod/settings.php:942 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:945 +#: ../../mod/settings.php:944 msgid "Security and Privacy Settings" msgstr "Sicherheits- und Datenschutz-Einstellungen" -#: ../../mod/settings.php:947 +#: ../../mod/settings.php:946 msgid "Hide my online presence" msgstr "Meine Online-Präsenz verbergen" -#: ../../mod/settings.php:947 +#: ../../mod/settings.php:946 msgid "Prevents displaying in your profile that you are online" msgstr "Verhindert die Anzeige Deines Online-Status in deinem Profil" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:948 msgid "Simple Privacy Settings:" msgstr "Einfache Privatsphäre-Einstellungen" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:949 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:951 +#: ../../mod/settings.php:950 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" msgstr "Typisch – <em>Default ö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:952 +#: ../../mod/settings.php:951 msgid "Private - <em>default private, never open or public</em>" msgstr "Private – <em>Default privat, nie offen oder öffentlich</em>" -#: ../../mod/settings.php:953 +#: ../../mod/settings.php:952 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Blockiert – <em>Alle per Default blockiert</em>" -#: ../../mod/settings.php:955 +#: ../../mod/settings.php:954 msgid "Allow others to tag your posts" msgstr "Erlaube anderen deine Beiträge mit Schlagwörtern zu versehen" -#: ../../mod/settings.php:955 +#: ../../mod/settings.php:954 msgid "" "Often used by the community to retro-actively flag inappropriate content" -msgstr "" +msgstr "Wird oft von der Community genutzt um rückwirkend anstößigen Inhalt zu markieren" -#: ../../mod/settings.php:957 +#: ../../mod/settings.php:956 msgid "Advanced Privacy Settings" msgstr "Fortgeschrittene Privatsphäre-Einstellungen" +#: ../../mod/settings.php:958 +msgid "Expire other channel content after this many days" +msgstr "Lasse den Inhalt anderer Kanäle nach dieser Anzahl Tage verfallen" + +#: ../../mod/settings.php:958 +msgid "0 or blank prevents expiration" +msgstr "0 oder Leer verhindern das Verfallen" + #: ../../mod/settings.php:959 msgid "Maximum Friend Requests/Day:" msgstr "Maximale Kontaktanfragen pro Tag:" @@ -3804,12 +4109,12 @@ msgid "Send a notification email when:" msgstr "Eine E-Mail-Benachrichtigung senden, wenn:" #: ../../mod/settings.php:981 -msgid "You receive an introduction" -msgstr "Du eine Vorstellung erhältst" +msgid "You receive a connection request" +msgstr "Du hast eine Verbindungsanfrage erhalten" #: ../../mod/settings.php:982 -msgid "Your introductions are confirmed" -msgstr "Deine Vorstellung bestätigt wurde." +msgid "Your connections are confirmed" +msgstr "Deine Verbindungen wurden bestätigt" #: ../../mod/settings.php:983 msgid "Someone writes on your profile wall" @@ -3851,1376 +4156,1599 @@ msgstr "Aktiviere den Expertenmodus (unter <a href=\"settings/features\">Setting #: ../../mod/settings.php:996 msgid "Miscellaneous Settings" -msgstr "" +msgstr "Sonstige Einstellungen" #: ../../mod/settings.php:998 msgid "Personal menu to display in your channel pages" msgstr "Persönliches Menü zur Anzeige auf den Seiten deines Kanals" -#: ../../mod/menu.php:21 -msgid "Menu updated." -msgstr "Menü aktualisiert." - -#: ../../mod/menu.php:25 -msgid "Unable to update menu." -msgstr "Kann Menü nicht aktualisieren." - -#: ../../mod/menu.php:30 -msgid "Menu created." -msgstr "Menü erstellt." - -#: ../../mod/menu.php:34 -msgid "Unable to create menu." -msgstr "Kann Menü nicht erstellen." - -#: ../../mod/menu.php:57 -msgid "Manage Menus" -msgstr "Menüs verwalten" - -#: ../../mod/menu.php:60 -msgid "Drop" -msgstr "Löschen" - -#: ../../mod/menu.php:62 -msgid "Create a new menu" -msgstr "Neues Menü erstellen" - -#: ../../mod/menu.php:63 -msgid "Delete this menu" -msgstr "Lösche dieses Menü" - -#: ../../mod/menu.php:64 ../../mod/menu.php:109 -msgid "Edit menu contents" -msgstr "Bearbeite Menü Inhalte" - -#: ../../mod/menu.php:65 -msgid "Edit this menu" -msgstr "Dieses Menü bearbeiten" - -#: ../../mod/menu.php:80 -msgid "New Menu" -msgstr "Neues Menü" - -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Menu name" -msgstr "Menü Name" - -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Must be unique, only seen by you" -msgstr "Muss eindeutig sein, ist aber nur für Dich sichtbar" - -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title" -msgstr "Menü Titel" - -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title as seen by others" -msgstr "Menü Titel wie er von anderen gesehen wird" - -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Allow bookmarks" -msgstr "Erlaube Lesezeichen" - -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Menu may be used to store saved bookmarks" -msgstr "Im Menü können gespeicherte Lesezeichen abgelegt werden" - -#: ../../mod/menu.php:84 ../../mod/mitem.php:142 ../../mod/new_channel.php:117 -msgid "Create" -msgstr "Erstelle" - -#: ../../mod/menu.php:92 ../../mod/mitem.php:14 -msgid "Menu not found." -msgstr "Menü nicht gefunden" - -#: ../../mod/menu.php:98 -msgid "Menu deleted." -msgstr "Menü gelöscht." - -#: ../../mod/menu.php:100 -msgid "Menu could not be deleted." -msgstr "Menü konnte nicht gelöscht werden." - -#: ../../mod/menu.php:106 -msgid "Edit Menu" -msgstr "Menü bearbeiten" - -#: ../../mod/menu.php:108 -msgid "Add or remove entries to this menu" -msgstr "Einträge zu diesem Menü hinzufügen oder entfernen" - -#: ../../mod/menu.php:114 ../../mod/mitem.php:186 -msgid "Modify" -msgstr "Ändern" - -#: ../../mod/menu.php:120 ../../mod/mitem.php:78 ../../mod/xchan.php:27 -#: ../../mod/dirprofile.php:181 -msgid "Not found." -msgstr "Nicht gefunden." - -#: ../../mod/webpages.php:121 ../../mod/layouts.php:105 -#: ../../mod/blocks.php:96 -msgid "View" -msgstr "Ansicht" - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Zugriff für die Anwendung autorisieren" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Trage folgenden Sicherheitscode in der Anwendung ein:" - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Zum Weitermachen, bitte einloggen." - -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für Dich zu erstellen?" - -#: ../../mod/apps.php:8 -msgid "No installed applications." -msgstr "Keine installierten Anwendungen." - -#: ../../mod/apps.php:13 -msgid "Applications" -msgstr "Anwendungen" +#: ../../mod/settings.php:999 +msgid "Remove this channel" +msgstr "Lösche diesen Kanal" -#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "Bearbeite Beitrag" - -#: ../../mod/cloud.php:112 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" -msgstr "Red-Matrix-Gäste: Nutzername: {Deine E-Mail-Adresse}; Passwort: +++" - -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" -msgstr "Lesezeichen hinzugefügt" - -#: ../../mod/bookmarks.php:53 -msgid "My Bookmarks" -msgstr "Meine Lesezeichen" - -#: ../../mod/bookmarks.php:64 -msgid "My Connections Bookmarks" -msgstr "Lesezeichen meiner Kontakte" - -#: ../../mod/item.php:145 -msgid "Unable to locate original post." -msgstr "Originalbeitrag nicht gefunden." - -#: ../../mod/item.php:346 -msgid "Empty post discarded." -msgstr "Leeren Beitrag verworfen." +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "Zugriff verweigert." -#: ../../mod/item.php:388 -msgid "Executable content type not permitted to this channel." -msgstr "Ausführbarer Content-Typ ist für diesen Kanal nicht freigegeben." +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "Datei nicht gefunden." -#: ../../mod/item.php:845 -msgid "System error. Post not saved." -msgstr "Systemfehler. Beitrag nicht gespeichert." +#: ../../mod/filestorage.php:122 +msgid "Edit file permissions" +msgstr "Dateiberechtigungen bearbeiten" -#: ../../mod/item.php:1112 ../../mod/wall_upload.php:34 -msgid "Wall Photos" -msgstr "Wall Fotos" +#: ../../mod/filestorage.php:131 +msgid "Set/edit permissions" +msgstr "Berechtigungen setzen/ändern" -#: ../../mod/item.php:1192 -#, 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/filestorage.php:132 +msgid "Include all files and sub folders" +msgstr "Alle Dateien und Unterverzeichnisse einbinden" -#: ../../mod/item.php:1198 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht." +#: ../../mod/filestorage.php:133 +msgid "Return to file list" +msgstr "Zurück zur Dateiliste" -#: ../../mod/subthread.php:105 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s folgt nun %2$ss %3$s" +#: ../../mod/filestorage.php:135 +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/update_network.php:23 ../../mod/update_channel.php:43 -#: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -#: ../../mod/update_community.php:18 -msgid "[Embedded content - reload page to view]" -msgstr "[Eingebettete Inhalte – lade die Seite neu, um sie anzuzeigen]" +#: ../../mod/filestorage.php:136 +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/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47 -#: ../../mod/wall_upload.php:28 +#: ../../mod/home.php:54 ../../mod/block.php:39 ../../mod/wall_upload.php:28 +#: ../../mod/page.php:47 ../../mod/chanview.php:77 msgid "Channel not found." msgstr "Kanal nicht gefunden." -#: ../../mod/chanview.php:93 -msgid "toggle full screen mode" -msgstr "auf Vollbildmodus umschalten" - -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s hat %2$ss %3$s mit %4$s verschlagwortet" - -#: ../../mod/chat.php:18 ../../mod/channel.php:25 -msgid "You must be logged in to see this page." -msgstr "Du musst angemeldet sein, um diese Seite betrachten zu können." - -#: ../../mod/chat.php:163 -msgid "Leave Room" -msgstr "Raum verlassen" - -#: ../../mod/chat.php:164 -msgid "I am away right now" -msgstr "Ich bin gerade nicht da" +#: ../../mod/home.php:81 +msgid "Red Matrix - "The Network"" +msgstr "Red Matrix - "Das Netzwerk"" -#: ../../mod/chat.php:165 -msgid "I am online" -msgstr "Ich bin online" - -#: ../../mod/chat.php:189 ../../mod/chat.php:209 -msgid "New Chatroom" -msgstr "Neuer Chatraum" - -#: ../../mod/chat.php:190 -msgid "Chatroom Name" -msgstr "Name des Chatraums" - -#: ../../mod/chat.php:205 +#: ../../mod/home.php:94 #, php-format -msgid "%1$s's Chatrooms" -msgstr "%1$ss Chaträume" - -#: ../../mod/viewconnections.php:17 ../../mod/search.php:13 -#: ../../mod/directory.php:15 ../../mod/display.php:9 -#: ../../mod/community.php:18 ../../mod/dirprofile.php:9 -#: ../../mod/photos.php:443 -msgid "Public access denied." -msgstr "Öffentlicher Zugang verweigert." - -#: ../../mod/viewconnections.php:43 -msgid "No connections." -msgstr "Keine Verbindungen." +msgid "Welcome to %s" +msgstr "Willkommen auf %s" -#: ../../mod/viewconnections.php:55 +#: ../../mod/probe.php:23 ../../mod/probe.php:29 #, php-format -msgid "Visit %s's profile [%s]" -msgstr "%ss Profil [%s] besuchen" +msgid "Fetching URL returns error: %1$s" +msgstr "Abrufen der URL gab einen Fehler zurück: %1$s" -#: ../../mod/viewconnections.php:70 -msgid "View Connnections" -msgstr "Zeige Verbindungen" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Schlagwort entfernt" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Schlagwort entfernen" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Schlagwort zum Entfernen auswählen:" - -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:909 -msgid "Remove" -msgstr "Entferne" - -#: ../../mod/connect.php:55 ../../mod/connect.php:103 -msgid "Continue" -msgstr "Fortfahren" - -#: ../../mod/connect.php:84 -msgid "Premium Channel Setup" -msgstr "Premium-Kanal-Einrichtung" - -#: ../../mod/connect.php:86 -msgid "Enable premium channel connection restrictions" -msgstr "Einschränkungen für einen Premium-Kanal aktivieren" - -#: ../../mod/connect.php:87 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc." - -#: ../../mod/connect.php:89 ../../mod/connect.php:109 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Unter Umständen sind weitere Schritte oder die Bestätigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig." +#: ../../mod/update_network.php:23 ../../mod/update_display.php:25 +#: ../../mod/update_search.php:46 ../../mod/update_channel.php:43 +msgid "[Embedded content - reload page to view]" +msgstr "[Eingebettete Inhalte – lade die Seite neu, um sie anzuzeigen]" -#: ../../mod/connect.php:90 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:" +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" +msgstr "Kanal hinzufügen" -#: ../../mod/connect.php:91 ../../mod/connect.php:112 +#: ../../mod/new_channel.php:108 msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Indem ich fortfahre, bestätige ich die Erfüllung aller Anweisungen aus dieser Seite." - -#: ../../mod/connect.php:100 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Der Kanal-Besitzer hat keine speziellen Anweisungen hinterlegt.)" +"A channel is your own collection of related web pages. A channel can be used" +" to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." +msgstr "Ein Kanal ist Deine eigene Sammlung von verbundenen Webseiten. Ein Kanal kann genutzt werden, um 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." -#: ../../mod/connect.php:108 -msgid "Restricted or Premium Channel" -msgstr "Eingeschränkter oder Premium-Kanal" +#: ../../mod/new_channel.php:110 ../../mod/sources.php:103 +#: ../../mod/sources.php:137 +msgid "Channel Name" +msgstr "Name des Kanals" -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Keine potentiellen Bevollmächtigten für die Seite gefunden." +#: ../../mod/new_channel.php:111 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Beispiele: „Horst Weidinger“, „Lisa und ihr Meerschweinchen“, „Fußball“, „Segelflieger-Forum“ " -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Delegiere das Management für diese Seite" +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" +msgstr "Wähle einen kurzen Spitznamen" -#: ../../mod/delegate.php:123 +#: ../../mod/new_channel.php:113 msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!" - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Vorhandene Seitenmanager" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Vorhandene Bevollmächtigte für die Seite" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Potentielle Bevollmächtigte" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Hinzufügen" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Keine Einträge." - -#: ../../mod/chatsvc.php:102 -msgid "Away" -msgstr "Abwesend" - -#: ../../mod/chatsvc.php:106 -msgid "Online" -msgstr "Online" - -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Element nicht verfügbar." - -#: ../../mod/mitem.php:47 -msgid "Menu element updated." -msgstr "Menü-Element aktualisiert." - -#: ../../mod/mitem.php:51 -msgid "Unable to update menu element." -msgstr "Kann Menü-Element nicht aktualisieren." - -#: ../../mod/mitem.php:57 -msgid "Menu element added." -msgstr "Menü-Bestandteil hinzugefügt." - -#: ../../mod/mitem.php:61 -msgid "Unable to add menu element." -msgstr "Kann Menü-Bestandteil nicht hinzufügen." - -#: ../../mod/mitem.php:96 -msgid "Manage Menu Elements" -msgstr "Menü-Bestandteile verwalten" - -#: ../../mod/mitem.php:99 -msgid "Edit menu" -msgstr "Menü bearbeiten" - -#: ../../mod/mitem.php:102 -msgid "Edit element" -msgstr "Bestandteil bearbeiten" - -#: ../../mod/mitem.php:103 -msgid "Drop element" -msgstr "Bestandteil löschen" - -#: ../../mod/mitem.php:104 -msgid "New element" -msgstr "Neues Bestandteil" - -#: ../../mod/mitem.php:105 -msgid "Edit this menu container" -msgstr "Diesen Menü-Container bearbeiten" - -#: ../../mod/mitem.php:106 -msgid "Add menu element" -msgstr "Menüelement hinzufügen" - -#: ../../mod/mitem.php:107 -msgid "Delete this menu item" -msgstr "Lösche dieses Menü-Bestandteil" - -#: ../../mod/mitem.php:108 -msgid "Edit this menu item" -msgstr "Bearbeite dieses Menü-Bestandteil" - -#: ../../mod/mitem.php:131 -msgid "New Menu Element" -msgstr "Neues Menü-Bestandteil" - -#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 -msgid "Menu Item Permissions" -msgstr "Zugriffsrechte des Menü-Elements" - -#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 -msgid "Link text" -msgstr "Link Text" - -#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 -msgid "URL of link" -msgstr "URL des Links" - -#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 -msgid "Use Red magic-auth if available" -msgstr "Verwende Red Magic-Auth wenn verfügbar" - -#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 -msgid "Open link in new window" -msgstr "Öffne Link in neuem Fenster" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Order in list" -msgstr "Reihenfolge in der Liste" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Higher numbers will sink to bottom of listing" -msgstr "Größere Nummern werden weiter unten in der Auflistung einsortiert" - -#: ../../mod/mitem.php:154 -msgid "Menu item not found." -msgstr "Menü-Bestandteil nicht gefunden." - -#: ../../mod/mitem.php:163 -msgid "Menu item deleted." -msgstr "Menü-Bestandteil gelöscht." - -#: ../../mod/mitem.php:165 -msgid "Menu item could not be deleted." -msgstr "Menü-Bestandteil kann nicht gelöscht werden." - -#: ../../mod/mitem.php:174 -msgid "Edit Menu Element" -msgstr "Bearbeite Menü-Bestandteil" - -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Ungültiger Profil-Identifikator" - -#: ../../mod/profperm.php:105 -msgid "Profile Visibility Editor" -msgstr "Profil-Sichtbarkeits-Editor" - -#: ../../mod/profperm.php:109 -msgid "Click on a contact to add or remove." -msgstr "Klicke auf einen Kontakt, um ihn hinzuzufügen oder zu entfernen." - -#: ../../mod/profperm.php:118 -msgid "Visible To" -msgstr "Sichtbar für" - -#: ../../mod/profperm.php:134 ../../mod/connections.php:250 -msgid "All Connections" -msgstr "Alle Verbindungen" - -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "Sammlung erstellt." - -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Sammlung kann nicht erstellt werden." - -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Sammlung aktualisiert." - -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Erstelle eine Sammlung von Kanälen." - -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Name der Sammlung:" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (ähnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst." -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "Mitglieder sind sichtbar für andere Kanäle" +#: ../../mod/new_channel.php:114 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Sammlung gelöscht." +#: ../../mod/rmagic.php:38 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Wir haben ein Problem mit der OpenID festgestellt, mit der du dich anmelden wolltest. Bitte überprüfe die Schreibweise der ID noch einmal." -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Löschen der Sammlung nicht möglich." +#: ../../mod/rmagic.php:38 +msgid "The error message was:" +msgstr "Die Fehlermeldung lautet:" -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Sammlung-Editor" +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "Authentifizierung fehlgeschlagen." -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Mitglieder" +#: ../../mod/rmagic.php:82 +msgid "Remote Authentication" +msgstr "Entfernte Authentifizierung" -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Alle verbundenen Kanäle" +#: ../../mod/rmagic.php:83 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Deine Kanal-Adresse (z. B. channel@example.com)" -#: ../../mod/group.php:231 -msgid "Click on a channel to add or remove." -msgstr "Wähle einen Kanal zum hinzufügen oder entfernen aus." +#: ../../mod/rmagic.php:84 +msgid "Authenticate" +msgstr "Authentifizieren" -#: ../../mod/admin.php:48 +#: ../../mod/admin.php:52 msgid "Theme settings updated." msgstr "Theme-Einstellungen aktualisiert." -#: ../../mod/admin.php:88 ../../mod/admin.php:430 +#: ../../mod/admin.php:92 ../../mod/admin.php:441 msgid "Site" msgstr "Seite" -#: ../../mod/admin.php:89 ../../mod/admin.php:738 ../../mod/admin.php:750 -msgid "Users" -msgstr "Benutzer" +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "Konten" -#: ../../mod/admin.php:90 ../../mod/admin.php:836 ../../mod/admin.php:878 +#: ../../mod/admin.php:94 ../../mod/admin.php:885 +msgid "Channels" +msgstr "Kanäle" + +#: ../../mod/admin.php:95 ../../mod/admin.php:976 ../../mod/admin.php:1018 msgid "Plugins" msgstr "Plug-Ins" -#: ../../mod/admin.php:91 ../../mod/admin.php:1041 ../../mod/admin.php:1077 +#: ../../mod/admin.php:96 ../../mod/admin.php:1181 ../../mod/admin.php:1217 msgid "Themes" msgstr "Themes" -#: ../../mod/admin.php:92 ../../mod/admin.php:529 +#: ../../mod/admin.php:97 ../../mod/admin.php:541 msgid "Server" msgstr "Server" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "DB updates" msgstr "DB-Aktualisierungen" -#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1164 +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1304 msgid "Logs" msgstr "Protokolle" -#: ../../mod/admin.php:113 +#: ../../mod/admin.php:118 msgid "Plugin Features" msgstr "Plug-In Funktionen" -#: ../../mod/admin.php:115 +#: ../../mod/admin.php:120 msgid "User registrations waiting for confirmation" msgstr "Nutzer-Anmeldungen, die auf Bestätigung warten" -#: ../../mod/admin.php:189 +#: ../../mod/admin.php:197 msgid "Message queues" msgstr "Nachrichten-Warteschlangen" -#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 -#: ../../mod/admin.php:737 ../../mod/admin.php:835 ../../mod/admin.php:877 -#: ../../mod/admin.php:1040 ../../mod/admin.php:1076 ../../mod/admin.php:1163 +#: ../../mod/admin.php:202 ../../mod/admin.php:440 ../../mod/admin.php:540 +#: ../../mod/admin.php:749 ../../mod/admin.php:884 ../../mod/admin.php:975 +#: ../../mod/admin.php:1017 ../../mod/admin.php:1180 ../../mod/admin.php:1216 +#: ../../mod/admin.php:1303 msgid "Administration" msgstr "Administration" -#: ../../mod/admin.php:195 +#: ../../mod/admin.php:203 msgid "Summary" msgstr "Zusammenfassung" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:205 msgid "Registered users" msgstr "Registrierte Benutzer" -#: ../../mod/admin.php:199 ../../mod/admin.php:532 +#: ../../mod/admin.php:207 ../../mod/admin.php:544 msgid "Pending registrations" msgstr "Ausstehende Registrierungen" -#: ../../mod/admin.php:200 +#: ../../mod/admin.php:208 msgid "Version" msgstr "Version" -#: ../../mod/admin.php:202 ../../mod/admin.php:533 +#: ../../mod/admin.php:210 ../../mod/admin.php:545 msgid "Active plugins" msgstr "Aktive Plug-Ins" -#: ../../mod/admin.php:350 +#: ../../mod/admin.php:361 msgid "Site settings updated." msgstr "Site-Einstellungen aktualisiert." -#: ../../mod/admin.php:381 +#: ../../mod/admin.php:392 msgid "No special theme for accessibility" msgstr "Kein spezielles Accessibility-Theme vorhanden" -#: ../../mod/admin.php:409 -msgid "Closed" -msgstr "Geschlossen" - -#: ../../mod/admin.php:410 -msgid "Requires approval" -msgstr "Genehmigung erforderlich" - -#: ../../mod/admin.php:411 -msgid "Open" -msgstr "Offen" +#: ../../mod/admin.php:421 +msgid "Yes - with approval" +msgstr "Ja - mit Zustimmung" -#: ../../mod/admin.php:416 -msgid "Private" -msgstr "Privat" +#: ../../mod/admin.php:427 +msgid "My site is not a public server" +msgstr "Meine Seite ist kein öffentlicher Server" -#: ../../mod/admin.php:417 -msgid "Paid Access" -msgstr "Kostenpflichtiger Zugang" +#: ../../mod/admin.php:428 +msgid "My site has paid access only" +msgstr "Meine Seite erlaubt nur bezahlten Zugang" -#: ../../mod/admin.php:418 -msgid "Free Access" -msgstr "Kostenloser Zugang" +#: ../../mod/admin.php:429 +msgid "My site has free access only" +msgstr "Meine Seite erlaubt ausschließlich freien Zugang" -#: ../../mod/admin.php:419 -msgid "Tiered Access" -msgstr "Abgestufter Zugang" +#: ../../mod/admin.php:430 +msgid "My site offers free accounts with optional paid upgrades" +msgstr "Meine Seite bietet freie Accounts mit der Möglichkeit von bezahlten Upgrades" -#: ../../mod/admin.php:432 ../../mod/register.php:189 +#: ../../mod/admin.php:443 ../../mod/register.php:204 msgid "Registration" msgstr "Registrierung" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:444 msgid "File upload" msgstr "Dateiupload" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:445 msgid "Policies" msgstr "Richtlinien" -#: ../../mod/admin.php:435 -msgid "Advanced" -msgstr "Fortgeschritten" - -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:450 msgid "Site name" msgstr "Seitenname" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:451 msgid "Banner/Logo" msgstr "Banner/Logo" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:452 msgid "Administrator Information" msgstr "Administrator-Informationen" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:452 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Kontaktinformationen für Administratoren des Servers. Wird auf der siteinfo-Seite angezeigt. BBCode kann verwendet werden." -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:453 msgid "System language" msgstr "System-Sprache" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:454 msgid "System theme" msgstr "System-Theme" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:454 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Standard-System-Theme – kann durch Nutzerprofile überschieben werden – <a href='#' id='cnftheme'>Theme-Einstellungen ändern</a>" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:455 msgid "Mobile system theme" msgstr "Mobile System-Theme:" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:455 msgid "Theme for mobile devices" msgstr "Theme für mobile Geräte" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:456 msgid "Accessibility system theme" msgstr "Accessibility-System-Theme" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:456 msgid "Accessibility theme" msgstr "Accessibility-Theme" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:457 msgid "Channel to use for this website's static pages" msgstr "Kanal für die statischen Seiten dieser Webseite verwenden" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:457 msgid "Site Channel" msgstr "Seiten Kanal" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:459 msgid "Maximum image size" msgstr "Maximale Bildgröße" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:459 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Maximale Größe hochgeladener Bilder in Bytes. Standard ist 0 (keine Einschränkung)." -#: ../../mod/admin.php:449 -msgid "Register policy" -msgstr "Registrierungsrichtlinie" +#: ../../mod/admin.php:460 +msgid "Does this site allow new member registration?" +msgstr "Erlaubt diese Seite die Registrierung neuer Nutzer?" -#: ../../mod/admin.php:450 -msgid "Access policy" -msgstr "Zugangsrichtlinien" +#: ../../mod/admin.php:461 +msgid "Which best describes the types of account offered by this hub?" +msgstr "Wie lautet die passenste Beschreibung der Accounts auf diesem Hub?" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:462 msgid "Register text" msgstr "Registrierungstext" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:462 msgid "Will be displayed prominently on the registration page." msgstr "Wird gut sichtbar auf der Registrierungs-Seite angezeigt." -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:463 msgid "Accounts abandoned after x days" msgstr "Konten gelten nach X Tagen als unbenutzt" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:463 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Verschwende keine Systemressourcen auf das Pollen von externen Seiten, wenn das Konto nicht mehr benutzt wird. Trage hier 0 für kein zeitliches Limit." -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:464 msgid "Allowed friend domains" msgstr "Erlaubte Domains für Kontakte" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:464 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:465 msgid "Allowed email domains" msgstr "Erlaubte Domains für E-Mails" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:465 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:466 msgid "Block public" msgstr "Öffentlichen Zugriff blockieren" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:466 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Zugriff auf sonst öffentliche persönliche Seiten blockieren, wenn man nicht eingeloggt ist." -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:467 msgid "Force publish" msgstr "Veröffentlichung erzwingen" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:467 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen." -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:468 +msgid "Disable discovery tab" +msgstr "Den „Entdecken“-Reiter ausblenden" + +#: ../../mod/admin.php:468 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "Entferne den „Entdecken“-Reiter aus der Matrix-Seite, in dem öffentliche Inhalte von anderen RedMatrix-Hubs angezeigt werden können." + +#: ../../mod/admin.php:469 msgid "No login on Homepage" msgstr "Kein Login auf der Homepage" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:469 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." -msgstr "Ktivieren, um das Login-Formular auf der Startseite der Seite zu verbergen, z.B. weil es das Layout der Homepage des Seiten-Kanals stört." +msgstr "Aktivieren, um das Login-Formular auf der Startseite der Seite zu verbergen (z.B. weil es das Layout der Homepage des Seiten-Kanals stört)." -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:471 msgid "Proxy user" msgstr "Proxy Benutzer" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:472 msgid "Proxy URL" msgstr "Proxy URL" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:473 msgid "Network timeout" msgstr "Netzwerk-Timeout" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:473 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Wert in Sekunden. 0 für unbegrenzt (nicht empfohlen)." -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:474 msgid "Delivery interval" msgstr "Auslieferung Intervall" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:474 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für Shared Hosts, 2-3 für VPS, 0-1 für große dedizierte Server." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:475 msgid "Poll interval" msgstr "Abfrageintervall" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:475 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Verzögere Hintergrundprozesse um diese Anzahl Sekunden, um die Systemlast zu reduzieren. Bei 0 wird das Auslieferungsintervall verwendet." -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:476 msgid "Maximum Load Average" msgstr "Maximales Load Average" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:476 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden – Standard 50" -#: ../../mod/admin.php:520 +#: ../../mod/admin.php:532 msgid "No server found" msgstr "Kein Server gefunden" -#: ../../mod/admin.php:527 ../../mod/admin.php:751 +#: ../../mod/admin.php:539 ../../mod/admin.php:763 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:539 msgid "for channel" msgstr "für Kanal" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:539 msgid "on server" msgstr "auf Server" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:539 msgid "Status" msgstr "Status" -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:560 msgid "Update has been marked successful" msgstr "Update wurde als erfolgreich markiert" -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:570 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Ausführen von %s fehlgeschlagen. Ãœberprüfe die Systemprotokolle." -#: ../../mod/admin.php:561 +#: ../../mod/admin.php:573 #, php-format msgid "Update %s was successfully applied." msgstr "Update %s wurde erfolgreich ausgeführt." -#: ../../mod/admin.php:565 +#: ../../mod/admin.php:577 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Update %s lieferte keinen Rückgabewert. Erfolg unbekannt." -#: ../../mod/admin.php:568 +#: ../../mod/admin.php:580 #, php-format msgid "Update function %s could not be found." msgstr "Update-Funktion %s konnte nicht gefunden werden." -#: ../../mod/admin.php:583 +#: ../../mod/admin.php:595 msgid "No failed updates." msgstr "Keine fehlgeschlagenen Aktualisierungen." -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:599 msgid "Failed Updates" msgstr "Fehlgeschlagene Aktualisierungen" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:601 msgid "Mark success (if update was manually applied)" msgstr "Als erfolgreich markieren (wenn das Update manuell ausgeführt wurde)" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:602 msgid "Attempt to execute this update step automatically" msgstr "Versuche, diesen Updateschritt automatisch auszuführen" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:628 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s Nutzer blockiert/freigegeben" msgstr[1] "%s Nutzer blockiert/freigegeben" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:635 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s Nutzer gelöscht" msgstr[1] "%s Nutzer gelöscht" -#: ../../mod/admin.php:654 +#: ../../mod/admin.php:666 msgid "Account not found" msgstr "Konto nicht gefunden" -#: ../../mod/admin.php:665 +#: ../../mod/admin.php:677 #, php-format msgid "User '%s' deleted" msgstr "Benutzer '%s' gelöscht" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:686 #, php-format msgid "User '%s' unblocked" msgstr "Benutzer '%s' freigegeben" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:686 #, php-format msgid "User '%s' blocked" msgstr "Benutzer '%s' blockiert" -#: ../../mod/admin.php:740 +#: ../../mod/admin.php:750 ../../mod/admin.php:762 +msgid "Users" +msgstr "Benutzer" + +#: ../../mod/admin.php:752 ../../mod/admin.php:887 msgid "select all" msgstr "Alle auswählen" -#: ../../mod/admin.php:741 +#: ../../mod/admin.php:753 msgid "User registrations waiting for confirm" msgstr "Neuanmeldungen, die auf Deine Bestätigung warten" -#: ../../mod/admin.php:742 +#: ../../mod/admin.php:754 msgid "Request date" msgstr "Antragsdatum" -#: ../../mod/admin.php:743 +#: ../../mod/admin.php:755 msgid "No registrations." msgstr "Keine Registrierungen." -#: ../../mod/admin.php:744 +#: ../../mod/admin.php:756 msgid "Approve" msgstr "Genehmigen" -#: ../../mod/admin.php:745 +#: ../../mod/admin.php:757 msgid "Deny" msgstr "Verweigern" -#: ../../mod/admin.php:747 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:759 ../../mod/connedit.php:414 +#: ../../mod/connedit.php:557 msgid "Block" msgstr "Blockieren" -#: ../../mod/admin.php:748 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:760 ../../mod/connedit.php:414 +#: ../../mod/connedit.php:557 msgid "Unblock" msgstr "Freigeben" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:763 msgid "Register date" msgstr "Registrierungs-Datum" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:763 msgid "Last login" msgstr "Letzte Anmeldung" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:763 msgid "Expires" msgstr "Verfällt" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:763 msgid "Service Class" msgstr "Service-Klasse" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:765 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlles, was diese Nutzer auf dieser Seite veröffentlicht haben, wird endgültig gelöscht!\\n\\nBist Du sicher?" -#: ../../mod/admin.php:754 +#: ../../mod/admin.php:766 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles, was dieser Nutzer auf dieser Seite veröffentlicht hat, wird endgültig gelöscht werden!\\n\\nBist Du sicher?" -#: ../../mod/admin.php:795 +#: ../../mod/admin.php:799 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "%s Kanal zensiert/unzensiert" +msgstr[1] "%s Kanäle zensiert/unzensiert" + +#: ../../mod/admin.php:806 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s Kanal gelöscht" +msgstr[1] "%s Kanäle gelöscht" + +#: ../../mod/admin.php:825 +msgid "Channel not found" +msgstr "Kanal nicht gefunden" + +#: ../../mod/admin.php:836 +#, php-format +msgid "Channel '%s' deleted" +msgstr "Kanal '%s' gelöscht" + +#: ../../mod/admin.php:846 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Kanal '%s' freigegeben" + +#: ../../mod/admin.php:846 +#, php-format +msgid "Channel '%s' censored" +msgstr "Kanal '%s' gesperrt" + +#: ../../mod/admin.php:889 +msgid "Censor" +msgstr "Sperren" + +#: ../../mod/admin.php:890 +msgid "Uncensor" +msgstr "Freigeben" + +#: ../../mod/admin.php:893 +msgid "UID" +msgstr "UID" + +#: ../../mod/admin.php:893 ../../mod/profiles.php:397 +msgid "Address" +msgstr "Adresse" + +#: ../../mod/admin.php:895 +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 "Alle ausgewählte Kanäle werden gelöscht!\\n\\nAlles was von diesen Kanälen auf dieser Seite geschrieben wurde, wird dauerhaft gelöscht!\\n\\nBist du dir sicher?" + +#: ../../mod/admin.php:896 +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 "Der Kanal {0} wird gelöscht!\\n\\nAlles was von diesem Kanal auf dieser Seite geschrieben wurde, wird gelöscht!\\n\\nBist du dir sicher?" + +#: ../../mod/admin.php:935 #, php-format msgid "Plugin %s disabled." msgstr "Plug-In %s deaktiviert." -#: ../../mod/admin.php:799 +#: ../../mod/admin.php:939 #, php-format msgid "Plugin %s enabled." msgstr "Plug-In %s aktiviert." -#: ../../mod/admin.php:809 ../../mod/admin.php:1011 +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 msgid "Disable" msgstr "Deaktivieren" -#: ../../mod/admin.php:811 ../../mod/admin.php:1013 +#: ../../mod/admin.php:951 ../../mod/admin.php:1153 msgid "Enable" msgstr "Aktivieren" -#: ../../mod/admin.php:837 ../../mod/admin.php:1042 +#: ../../mod/admin.php:977 ../../mod/admin.php:1182 msgid "Toggle" msgstr "Umschalten" -#: ../../mod/admin.php:845 ../../mod/admin.php:1052 +#: ../../mod/admin.php:985 ../../mod/admin.php:1192 msgid "Author: " msgstr "Autor: " -#: ../../mod/admin.php:846 ../../mod/admin.php:1053 +#: ../../mod/admin.php:986 ../../mod/admin.php:1193 msgid "Maintainer: " msgstr "Betreuer:" -#: ../../mod/admin.php:975 +#: ../../mod/admin.php:1115 msgid "No themes found." msgstr "Keine Theme gefunden." -#: ../../mod/admin.php:1034 +#: ../../mod/admin.php:1174 msgid "Screenshot" msgstr "Bildschirmfoto" -#: ../../mod/admin.php:1082 +#: ../../mod/admin.php:1222 msgid "[Experimental]" msgstr "[Experimentell]" -#: ../../mod/admin.php:1083 +#: ../../mod/admin.php:1223 msgid "[Unsupported]" msgstr "[Nicht unterstützt]" -#: ../../mod/admin.php:1110 +#: ../../mod/admin.php:1250 msgid "Log settings updated." msgstr "Protokoll-Einstellungen aktualisiert." -#: ../../mod/admin.php:1166 +#: ../../mod/admin.php:1306 msgid "Clear" msgstr "Leeren" -#: ../../mod/admin.php:1172 +#: ../../mod/admin.php:1312 msgid "Debugging" msgstr "Debugging" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1313 msgid "Log file" msgstr "Protokolldatei" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1313 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "Muss für den Web-Server schreibbar sein. Relativ zum Red-Stammverzeichnis." -#: ../../mod/admin.php:1174 +#: ../../mod/admin.php:1314 msgid "Log level" msgstr "Protokollstufe" -#: ../../mod/filer.php:35 +#: ../../mod/filer.php:49 msgid "- select -" msgstr "– auswählen –" -#: ../../mod/home.php:89 -#, php-format -msgid "Welcome to %s" -msgstr "Willkommen auf %s" +#: ../../mod/connections.php:37 ../../mod/connedit.php:64 +msgid "Could not access contact record." +msgstr "Konnte nicht auf den Kontakteintrag zugreifen." -#: ../../mod/editpost.php:20 ../../mod/editlayout.php:36 -#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36 -msgid "Item not found" -msgstr "Element nicht gefunden" +#: ../../mod/connections.php:51 ../../mod/connedit.php:78 +msgid "Could not locate selected profile." +msgstr "Gewähltes Profil nicht gefunden." -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Element kann nicht bearbeitet werden." +#: ../../mod/connections.php:94 ../../mod/connedit.php:132 +msgid "Connection updated." +msgstr "Verbindung aktualisiert." -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Eintrag löschen?" +#: ../../mod/connections.php:96 ../../mod/connedit.php:134 +msgid "Failed to update connection record." +msgstr "Konnte den Verbindungseintrag nicht aktualisieren." -#: ../../mod/editpost.php:116 ../../mod/editlayout.php:110 -#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124 -msgid "Insert YouTube video" -msgstr "YouTube-Video einfügen" +#: ../../mod/connections.php:191 ../../mod/connections.php:292 +msgid "Blocked" +msgstr "Blockiert" -#: ../../mod/editpost.php:117 ../../mod/editlayout.php:111 -#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125 -msgid "Insert Vorbis [.ogg] video" -msgstr "Vorbis [.ogg]-Video einfügen" +#: ../../mod/connections.php:196 ../../mod/connections.php:299 +msgid "Ignored" +msgstr "Ignoriert" -#: ../../mod/editpost.php:118 ../../mod/editlayout.php:112 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Vorbis [.ogg]-Audio einfügen" +#: ../../mod/connections.php:201 ../../mod/connections.php:313 +msgid "Hidden" +msgstr "Versteckt" + +#: ../../mod/connections.php:206 ../../mod/connections.php:306 +msgid "Archived" +msgstr "Archiviert" + +#: ../../mod/connections.php:230 ../../mod/connections.php:245 +msgid "All" +msgstr "Alle" + +#: ../../mod/connections.php:270 +msgid "Suggest new connections" +msgstr "Neue Verbindungen vorschlagen" + +#: ../../mod/connections.php:273 +msgid "New Connections" +msgstr "Neue Verbindungen" + +#: ../../mod/connections.php:276 +msgid "Show pending (new) connections" +msgstr "Zeige ausstehende (neue) Verbindungsanfragen" + +#: ../../mod/connections.php:279 ../../mod/profperm.php:139 +msgid "All Connections" +msgstr "Alle Verbindungen" + +#: ../../mod/connections.php:282 +msgid "Show all connections" +msgstr "Zeige alle Verbindungen" + +#: ../../mod/connections.php:285 +msgid "Unblocked" +msgstr "Freigegeben" + +#: ../../mod/connections.php:288 +msgid "Only show unblocked connections" +msgstr "Zeige nur freigegebene Verbindungen" + +#: ../../mod/connections.php:295 +msgid "Only show blocked connections" +msgstr "Zeige nur blockierte Verbindungen" + +#: ../../mod/connections.php:302 +msgid "Only show ignored connections" +msgstr "Zeige nur ignorierte Verbindungen" + +#: ../../mod/connections.php:309 +msgid "Only show archived connections" +msgstr "Zeige nur archivierte Verbindungen" + +#: ../../mod/connections.php:316 +msgid "Only show hidden connections" +msgstr "Zeige nur versteckte Verbindungen" + +#: ../../mod/connections.php:368 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" + +#: ../../mod/connections.php:369 +msgid "Edit contact" +msgstr "Kontakt bearbeiten" + +#: ../../mod/connections.php:390 +msgid "Search your connections" +msgstr "Verbindungen durchsuchen" + +#: ../../mod/connections.php:391 +msgid "Finding: " +msgstr "Ergebnisse:" + +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 +#: ../../mod/viewconnections.php:17 ../../mod/directory.php:15 +#: ../../mod/display.php:9 ../../mod/search.php:13 +msgid "Public access denied." +msgstr "Öffentlicher Zugang verweigert." -#: ../../mod/directory.php:144 ../../mod/profiles.php:561 -#: ../../mod/dirprofile.php:98 +#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143 +#: ../../mod/profiles.php:650 msgid "Age: " msgstr "Alter:" -#: ../../mod/directory.php:147 ../../mod/dirprofile.php:101 +#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146 msgid "Gender: " msgstr "Geschlecht:" -#: ../../mod/directory.php:208 -msgid "Finding:" -msgstr "Ergebnisse:" +#: ../../mod/dirprofile.php:108 +msgid "Status: " +msgstr "Status:" -#: ../../mod/directory.php:216 -msgid "next page" -msgstr "nächste Seite" +#: ../../mod/dirprofile.php:109 +msgid "Sexual Preference: " +msgstr "Sexuelle Ausrichtung:" -#: ../../mod/directory.php:216 -msgid "previous page" -msgstr "vorige Seite" +#: ../../mod/dirprofile.php:111 +msgid "Homepage: " +msgstr "Webseite:" -#: ../../mod/directory.php:223 -msgid "No entries (some entries may be hidden)." -msgstr "Keine Einträge gefunden (einige könnten versteckt sein)." +#: ../../mod/dirprofile.php:112 +msgid "Hometown: " +msgstr "Wohnort:" -#: ../../mod/connedit.php:49 ../../mod/connections.php:37 -msgid "Could not access contact record." -msgstr "Konnte nicht auf den Kontakteintrag zugreifen." +#: ../../mod/dirprofile.php:114 +msgid "About: " +msgstr "Ãœber:" -#: ../../mod/connedit.php:63 ../../mod/connections.php:51 -msgid "Could not locate selected profile." -msgstr "Gewähltes Profil nicht gefunden." +#: ../../mod/dirprofile.php:162 +msgid "Keywords: " +msgstr "Schlüsselwörter:" -#: ../../mod/connedit.php:107 ../../mod/connections.php:94 -msgid "Connection updated." -msgstr "Verbindung aktualisiert." +#: ../../mod/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:27 +#: ../../mod/menu.php:120 +msgid "Not found." +msgstr "Nicht gefunden." -#: ../../mod/connedit.php:109 ../../mod/connections.php:96 -msgid "Failed to update connection record." -msgstr "Konnte den Verbindungseintrag nicht aktualisieren." +#: ../../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:669 +msgid "Delete Album" +msgstr "Album löschen" + +#: ../../mod/photos.php:159 ../../mod/photos.php:957 +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:664 +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:653 ../../mod/photos.php:675 ../../mod/photos.php:1129 +#: ../../mod/photos.php:1144 +msgid "Contact Photos" +msgstr "Kontakt-Bilder" + +#: ../../mod/photos.php:679 +msgid "Edit Album" +msgstr "Album bearbeiten" + +#: ../../mod/photos.php:685 +msgid "Show Newest First" +msgstr "Zeige Neueste zuerst" + +#: ../../mod/photos.php:687 +msgid "Show Oldest First" +msgstr "Zeige Älteste zuerst" + +#: ../../mod/photos.php:730 ../../mod/photos.php:1176 +msgid "View Photo" +msgstr "Foto ansehen" + +#: ../../mod/photos.php:776 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden." + +#: ../../mod/photos.php:778 +msgid "Photo not available" +msgstr "Foto nicht verfügbar" + +#: ../../mod/photos.php:838 +msgid "Use as profile photo" +msgstr "Als Profilfoto verwenden" + +#: ../../mod/photos.php:862 +msgid "View Full Size" +msgstr "In voller Größe anzeigen" + +#: ../../mod/photos.php:906 ../../mod/delegate.php:130 ../../mod/tagrm.php:93 +msgid "Remove" +msgstr "Entferne" + +#: ../../mod/photos.php:940 +msgid "Edit photo" +msgstr "Foto bearbeiten" + +#: ../../mod/photos.php:942 +msgid "Rotate CW (right)" +msgstr "Drehen im UZS (rechts)" + +#: ../../mod/photos.php:943 +msgid "Rotate CCW (left)" +msgstr "Drehen gegen UZS (links)" + +#: ../../mod/photos.php:946 +msgid "New album name" +msgstr "Name des neuen Albums:" + +#: ../../mod/photos.php:949 +msgid "Caption" +msgstr "Bildunterschrift" + +#: ../../mod/photos.php:951 +msgid "Add a Tag" +msgstr "Schlagwort hinzufügen" + +#: ../../mod/photos.php:954 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: ../../mod/photos.php:1107 +msgid "In This Photo:" +msgstr "Auf diesem Foto:" + +#: ../../mod/photos.php:1182 +msgid "View Album" +msgstr "Album ansehen" + +#: ../../mod/photos.php:1191 +msgid "Recent Photos" +msgstr "Neueste Fotos" + +#: ../../mod/mitem.php:14 ../../mod/menu.php:92 +msgid "Menu not found." +msgstr "Menü nicht gefunden" + +#: ../../mod/mitem.php:47 +msgid "Menu element updated." +msgstr "Menü-Element aktualisiert." + +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." +msgstr "Kann Menü-Element nicht aktualisieren." + +#: ../../mod/mitem.php:57 +msgid "Menu element added." +msgstr "Menü-Bestandteil hinzugefügt." + +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." +msgstr "Kann Menü-Bestandteil nicht hinzufügen." + +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" +msgstr "Menü-Bestandteile verwalten" + +#: ../../mod/mitem.php:99 +msgid "Edit menu" +msgstr "Menü bearbeiten" + +#: ../../mod/mitem.php:102 +msgid "Edit element" +msgstr "Bestandteil bearbeiten" + +#: ../../mod/mitem.php:103 +msgid "Drop element" +msgstr "Bestandteil löschen" + +#: ../../mod/mitem.php:104 +msgid "New element" +msgstr "Neues Bestandteil" + +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" +msgstr "Diesen Menü-Container bearbeiten" + +#: ../../mod/mitem.php:106 +msgid "Add menu element" +msgstr "Menüelement hinzufügen" + +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" +msgstr "Lösche dieses Menü-Bestandteil" + +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" +msgstr "Bearbeite dieses Menü-Bestandteil" + +#: ../../mod/mitem.php:131 +msgid "New Menu Element" +msgstr "Neues Menü-Bestandteil" + +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" +msgstr "Zugriffsrechte des Menü-Elements" + +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" +msgstr "Link Text" + +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" +msgstr "URL des Links" + +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" +msgstr "Verwende Red Magic-Auth wenn verfügbar" + +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" +msgstr "Öffne Link in neuem Fenster" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" +msgstr "Reihenfolge in der Liste" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Größere Nummern werden weiter unten in der Auflistung einsortiert" + +#: ../../mod/mitem.php:154 +msgid "Menu item not found." +msgstr "Menü-Bestandteil nicht gefunden." + +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." +msgstr "Menü-Bestandteil gelöscht." + +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." +msgstr "Menü-Bestandteil kann nicht gelöscht werden." + +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "Bearbeite Menü-Bestandteil" + +#: ../../mod/mitem.php:186 ../../mod/menu.php:114 +msgid "Modify" +msgstr "Ändern" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s folgt nun %2$ss %3$s" + +#: ../../mod/regmod.php:12 +msgid "Please login." +msgstr "Bitte melde dich an." + +#: ../../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/lockview.php:35 ../../mod/lockview.php:41 +msgid "Remote privacy information not available." +msgstr "Privatsphäre-Einstellungen anderer Nutzer sind nicht verfügbar." + +#: ../../mod/lockview.php:50 +msgid "Visible to:" +msgstr "Sichtbar für:" + +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Wähle einen Lesezeichenordner" + +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Speichere Lesezeichen" + +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "URL des Lesezeichens" + +#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 +msgid "Description" +msgstr "Beschreibung" + +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "Oder gib einen neuen Namen für den Lesezeichenordner ein" + +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout aktualisiert." + +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Systemseitenbeschreibung editieren" + +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout nicht gefunden." + +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Modulname:" + +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "Layout-Hilfe" + +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "Bild hochgeladen, aber das Zurechtschneiden schlug fehl." + +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Bild-Anpassung fehlgeschlagen." + +#: ../../mod/profile_photo.php:205 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird." + +#: ../../mod/profile_photo.php:232 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Bild ist größer als das Limit von %d" + +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "Kann Bild nicht verarbeiten." + +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "Foto nicht verfügbar." + +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Datei hochladen:" + +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "Wählen Sie ein Profil:" + +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Lade neues Profilfoto hoch" + +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "diesen Schritt überspringen" + +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" +msgstr "ein Foto aus meinen Fotoalben" + +#: ../../mod/profile_photo.php:379 +msgid "Crop Image" +msgstr "Bild zuschneiden" + +#: ../../mod/profile_photo.php:380 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Bitte schneide das Bild für eine optimale Anzeige passend zu." + +#: ../../mod/profile_photo.php:382 +msgid "Done Editing" +msgstr "Bearbeitung fertigstellen" + +#: ../../mod/profile_photo.php:425 +msgid "Image uploaded successfully." +msgstr "Bild erfolgreich hochgeladen." + +#: ../../mod/profile_photo.php:427 +msgid "Image upload failed." +msgstr "Hochladen des Bilds fehlgeschlagen." + +#: ../../mod/profile_photo.php:436 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Reduzierung der Bildgröße [%s] fehlgeschlagen." + +#: ../../mod/acl.php:239 +msgid "network" +msgstr "Netzwerk" + +#: ../../mod/menu.php:21 +msgid "Menu updated." +msgstr "Menü aktualisiert." + +#: ../../mod/menu.php:25 +msgid "Unable to update menu." +msgstr "Kann Menü nicht aktualisieren." + +#: ../../mod/menu.php:30 +msgid "Menu created." +msgstr "Menü erstellt." + +#: ../../mod/menu.php:34 +msgid "Unable to create menu." +msgstr "Kann Menü nicht erstellen." + +#: ../../mod/menu.php:57 +msgid "Manage Menus" +msgstr "Menüs verwalten" + +#: ../../mod/menu.php:60 +msgid "Drop" +msgstr "Löschen" + +#: ../../mod/menu.php:62 +msgid "Create a new menu" +msgstr "Neues Menü erstellen" + +#: ../../mod/menu.php:63 +msgid "Delete this menu" +msgstr "Lösche dieses Menü" + +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" +msgstr "Bearbeite Menü Inhalte" + +#: ../../mod/menu.php:65 +msgid "Edit this menu" +msgstr "Dieses Menü bearbeiten" + +#: ../../mod/menu.php:80 +msgid "New Menu" +msgstr "Neues Menü" + +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" +msgstr "Menü Name" + +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" +msgstr "Muss eindeutig sein, ist aber nur für Dich sichtbar" + +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" +msgstr "Menü Titel" + +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" +msgstr "Menü Titel wie er von anderen gesehen wird" + +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" +msgstr "Erlaube Lesezeichen" + +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" +msgstr "Im Menü können gespeicherte Lesezeichen abgelegt werden" + +#: ../../mod/menu.php:98 +msgid "Menu deleted." +msgstr "Menü gelöscht." + +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." +msgstr "Menü konnte nicht gelöscht werden." + +#: ../../mod/menu.php:106 +msgid "Edit Menu" +msgstr "Menü bearbeiten" + +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" +msgstr "Einträge zu diesem Menü hinzufügen oder entfernen" + +#: ../../mod/block.php:27 ../../mod/page.php:35 +msgid "Invalid item." +msgstr "Ungültiges Element." + +#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/display.php:100 +#: ../../mod/page.php:83 ../../index.php:236 +msgid "Page not found." +msgstr "Seite nicht gefunden." + +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s hat %2$ss %3$s mit %4$s verschlagwortet" + +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Wall Fotos" + +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID Protokollfehler. Keine ID zurückgegeben." + +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Keine Vorschläge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal." + +#: ../../mod/connedit.php:181 +msgid "is now connected to" +msgstr "ist jetzt verbunden mit" -#: ../../mod/connedit.php:204 +#: ../../mod/connedit.php:274 msgid "Could not access address book record." msgstr "Konnte nicht auf den Adressbuch-Eintrag zugreifen." -#: ../../mod/connedit.php:218 +#: ../../mod/connedit.php:288 msgid "Refresh failed - channel is currently unavailable." msgstr "Aktualisierung fehlgeschlagen – der Kanal ist im Moment nicht erreichbar." -#: ../../mod/connedit.php:225 +#: ../../mod/connedit.php:295 msgid "Channel has been unblocked" msgstr "Kanal nicht mehr blockiert" -#: ../../mod/connedit.php:226 +#: ../../mod/connedit.php:296 msgid "Channel has been blocked" msgstr "Kanal blockiert" -#: ../../mod/connedit.php:230 ../../mod/connedit.php:242 -#: ../../mod/connedit.php:254 ../../mod/connedit.php:266 -#: ../../mod/connedit.php:281 +#: ../../mod/connedit.php:300 ../../mod/connedit.php:312 +#: ../../mod/connedit.php:324 ../../mod/connedit.php:336 +#: ../../mod/connedit.php:352 msgid "Unable to set address book parameters." msgstr "Konnte die Adressbuch-Parameter nicht setzen." -#: ../../mod/connedit.php:237 +#: ../../mod/connedit.php:307 msgid "Channel has been unignored" msgstr "Kanal wird nicht mehr ignoriert" -#: ../../mod/connedit.php:238 +#: ../../mod/connedit.php:308 msgid "Channel has been ignored" msgstr "Kanal wird ignoriert" -#: ../../mod/connedit.php:249 +#: ../../mod/connedit.php:319 msgid "Channel has been unarchived" msgstr "Kanal wurde aus dem Archiv zurück geholt" -#: ../../mod/connedit.php:250 +#: ../../mod/connedit.php:320 msgid "Channel has been archived" msgstr "Kanal wurde archiviert" -#: ../../mod/connedit.php:261 +#: ../../mod/connedit.php:331 msgid "Channel has been unhidden" msgstr "Kanal wird nicht mehr versteckt" -#: ../../mod/connedit.php:262 +#: ../../mod/connedit.php:332 msgid "Channel has been hidden" msgstr "Kanal wurde versteckt" -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:347 msgid "Channel has been approved" msgstr "Kanal wurde zugelassen" -#: ../../mod/connedit.php:277 +#: ../../mod/connedit.php:348 msgid "Channel has been unapproved" msgstr "Zulassung des Kanals entfernt" -#: ../../mod/connedit.php:295 -msgid "Contact has been removed." -msgstr "Kontakt wurde entfernt." +#: ../../mod/connedit.php:376 +msgid "Connection has been removed." +msgstr "Verbindung wurde entfernt." -#: ../../mod/connedit.php:315 +#: ../../mod/connedit.php:396 #, php-format msgid "View %s's profile" msgstr "%ss Profil ansehen" -#: ../../mod/connedit.php:319 +#: ../../mod/connedit.php:400 msgid "Refresh Permissions" msgstr "Zugriffsrechte neu laden" -#: ../../mod/connedit.php:322 +#: ../../mod/connedit.php:403 msgid "Fetch updated permissions" msgstr "Aktualisierte Zugriffsrechte abfragen" -#: ../../mod/connedit.php:326 +#: ../../mod/connedit.php:407 msgid "Recent Activity" msgstr "Kürzliche Aktivitäten" -#: ../../mod/connedit.php:329 +#: ../../mod/connedit.php:410 msgid "View recent posts and comments" msgstr "Betrachte die neuesten Beiträge und Kommentare" -#: ../../mod/connedit.php:336 +#: ../../mod/connedit.php:417 msgid "Block or Unblock this connection" msgstr "Verbindung blockieren oder freigeben" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 msgid "Unignore" msgstr "Nicht ignorieren" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignorieren" -#: ../../mod/connedit.php:343 +#: ../../mod/connedit.php:424 msgid "Ignore or Unignore this connection" msgstr "Verbindung ignorieren oder wieder beachten" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:427 msgid "Unarchive" msgstr "Aus Archiv zurückholen" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:427 msgid "Archive" msgstr "Archivieren" -#: ../../mod/connedit.php:349 +#: ../../mod/connedit.php:430 msgid "Archive or Unarchive this connection" msgstr "Verbindung archivieren oder aus dem Archiv zurückholen" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:433 msgid "Unhide" msgstr "Wieder sichtbar machen" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:433 msgid "Hide" msgstr "Verstecken" -#: ../../mod/connedit.php:355 +#: ../../mod/connedit.php:436 msgid "Hide or Unhide this connection" msgstr "Diese Verbindung verstecken oder wieder sichtbar machen" -#: ../../mod/connedit.php:362 +#: ../../mod/connedit.php:443 msgid "Delete this connection" msgstr "Verbindung löschen" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:434 +#: ../../mod/connedit.php:486 ../../mod/connedit.php:515 msgid "Approve this connection" msgstr "Verbindung genehmigen" -#: ../../mod/connedit.php:405 +#: ../../mod/connedit.php:486 msgid "Accept connection to allow communication" msgstr "Akzeptiere die Verbindung, um Kommunikation zu ermöglichen" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:502 msgid "Automatic Permissions Settings" msgstr "Automatische Berechtigungs-Einstellungen" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:502 #, php-format msgid "Connections: settings for %s" msgstr "Verbindungseinstellungen für %s" -#: ../../mod/connedit.php:425 +#: ../../mod/connedit.php:506 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:427 +#: ../../mod/connedit.php:508 msgid "Slide to adjust your degree of friendship" msgstr "Verschieben, um den Grad der Freundschaft zu einzustellen" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:514 msgid "inherited" msgstr "geerbt" -#: ../../mod/connedit.php:435 +#: ../../mod/connedit.php:516 msgid "Connection has no individual permissions!" msgstr "Diese Verbindung hat keine individuellen Zugriffsrechte!" -#: ../../mod/connedit.php:436 +#: ../../mod/connedit.php:517 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:438 +#: ../../mod/connedit.php:519 msgid "Profile Visibility" msgstr "Sichtbarkeit des Profils" -#: ../../mod/connedit.php:439 +#: ../../mod/connedit.php:520 #, 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:440 +#: ../../mod/connedit.php:521 msgid "Contact Information / Notes" msgstr "Kontaktinformationen / Notizen" -#: ../../mod/connedit.php:441 +#: ../../mod/connedit.php:522 msgid "Edit contact notes" msgstr "Kontaktnotizen bearbeiten" -#: ../../mod/connedit.php:443 +#: ../../mod/connedit.php:524 msgid "Their Settings" msgstr "Deren Einstellungen" -#: ../../mod/connedit.php:444 +#: ../../mod/connedit.php:525 msgid "My Settings" msgstr "Meine Einstellungen" -#: ../../mod/connedit.php:446 +#: ../../mod/connedit.php:527 +msgid "Clear/Disable Automatic Permissions" +msgstr "Automatische Berechtigungen abschalten/entfernen" + +#: ../../mod/connedit.php:528 msgid "Forum Members" msgstr "Forum Mitglieder" -#: ../../mod/connedit.php:447 +#: ../../mod/connedit.php:529 msgid "Soapbox" msgstr "Marktschreier" -#: ../../mod/connedit.php:448 +#: ../../mod/connedit.php:530 msgid "Full Sharing (typical social network permissions)" msgstr "Vollumfängliches Teilen (übliche Berechtigungen in sozialen Netzwerken)" -#: ../../mod/connedit.php:449 +#: ../../mod/connedit.php:531 msgid "Cautious Sharing " msgstr "Vorsichtiges Teilen" -#: ../../mod/connedit.php:450 +#: ../../mod/connedit.php:532 msgid "Follow Only" msgstr "Nur folgen" -#: ../../mod/connedit.php:451 +#: ../../mod/connedit.php:533 msgid "Individual Permissions" msgstr "Individuelle Zugriffsrechte" -#: ../../mod/connedit.php:452 +#: ../../mod/connedit.php:534 msgid "" "Some permissions may be inherited from your channel <a " "href=\"settings\">privacy settings</a>, which have higher priority than " @@ -5228,1412 +5756,963 @@ 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:453 +#: ../../mod/connedit.php:535 msgid "Advanced Permissions" msgstr "Zugriffsrechte für Fortgeschrittene" -#: ../../mod/connedit.php:454 +#: ../../mod/connedit.php:536 msgid "Simple Permissions (select one and submit)" msgstr "Einfache Berechtigungs-Einstellungen (wähle eine aus und klicke auf Senden)" -#: ../../mod/connedit.php:458 +#: ../../mod/connedit.php:540 #, php-format msgid "Visit %s's profile - %s" msgstr "%ss Profil besuchen - %s" -#: ../../mod/connedit.php:459 +#: ../../mod/connedit.php:541 msgid "Block/Unblock contact" msgstr "Kontakt blockieren/freigeben" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:542 msgid "Ignore contact" msgstr "Kontakt ignorieren" -#: ../../mod/connedit.php:461 +#: ../../mod/connedit.php:543 msgid "Repair URL settings" msgstr "URL-Einstellungen reparieren" -#: ../../mod/connedit.php:462 +#: ../../mod/connedit.php:544 msgid "View conversations" msgstr "Unterhaltungen anzeigen" -#: ../../mod/connedit.php:464 +#: ../../mod/connedit.php:546 msgid "Delete contact" msgstr "Kontakt löschen" -#: ../../mod/connedit.php:467 +#: ../../mod/connedit.php:549 msgid "Last update:" msgstr "Letzte Aktualisierung:" -#: ../../mod/connedit.php:469 +#: ../../mod/connedit.php:551 msgid "Update public posts" msgstr "Öffentliche Beiträge aktualisieren" -#: ../../mod/connedit.php:471 +#: ../../mod/connedit.php:553 msgid "Update now" msgstr "Jetzt aktualisieren" -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:559 msgid "Currently blocked" msgstr "Derzeit blockiert" -#: ../../mod/connedit.php:478 +#: ../../mod/connedit.php:560 msgid "Currently ignored" msgstr "Derzeit ignoriert" -#: ../../mod/connedit.php:479 +#: ../../mod/connedit.php:561 msgid "Currently archived" msgstr "Derzeit archiviert" -#: ../../mod/connedit.php:480 +#: ../../mod/connedit.php:562 msgid "Currently pending" msgstr "Derzeit anstehend" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:563 msgid "Hide this contact from others" msgstr "Diese Verbindung vor den anderen verbergen." -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:563 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" -#: ../../mod/layouts.php:52 -msgid "Layout Help" -msgstr "Layout-Hilfe" - -#: ../../mod/layouts.php:55 -msgid "Help with this feature" -msgstr "Hilfe zu dieser Funktion" - -#: ../../mod/layouts.php:74 -msgid "Layout Name" -msgstr "Layout-Name" - -#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 -msgid "Help:" -msgstr "Hilfe:" - -#: ../../mod/help.php:68 ../../index.php:223 -msgid "Not Found" -msgstr "Nicht gefunden" - -#: ../../mod/help.php:71 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../index.php:226 -msgid "Page not found." -msgstr "Seite nicht gefunden." - -#: ../../mod/rmagic.php:38 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Wir haben ein Problem mit der OpenID festgestellt, mit der du dich anmelden wolltest. Bitte überprüfe die Schreibweise der ID noch einmal." - -#: ../../mod/rmagic.php:38 -msgid "The error message was:" -msgstr "Die Fehlermeldung lautet:" - -#: ../../mod/rmagic.php:42 -msgid "Authentication failed." -msgstr "Authentifizierung fehlgeschlagen." - -#: ../../mod/rmagic.php:78 -msgid "Remote Authentication" -msgstr "Entfernte Authentifizierung" - -#: ../../mod/rmagic.php:79 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Deine Kanal-Adresse (z. B. channel@example.com)" - -#: ../../mod/rmagic.php:80 -msgid "Authenticate" -msgstr "Authentifizieren" - -#: ../../mod/page.php:35 -msgid "Invalid item." -msgstr "Ungültiges Element." - -#: ../../mod/network.php:79 -msgid "No such group" -msgstr "Gruppe existiert nicht" - -#: ../../mod/network.php:118 -msgid "Search Results For:" -msgstr "Suchergebnisse für:" - -#: ../../mod/network.php:172 -msgid "Collection is empty" -msgstr "Sammlung ist leer" - -#: ../../mod/network.php:180 -msgid "Collection: " -msgstr "Sammlung:" - -#: ../../mod/network.php:193 -msgid "Connection: " -msgstr "Verbindung:" - -#: ../../mod/network.php:196 -msgid "Invalid connection." -msgstr "Ungültige Verbindung." - -#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 -msgid "Profile not found." -msgstr "Profil nicht gefunden." - -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profil gelöscht." - -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Profil-" - -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "Neues Profil erstellt." - -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "Profil kann nicht geklont werden." - -#: ../../mod/profiles.php:178 -msgid "Profile Name is required." -msgstr "Profil-Name erforderlich." - -#: ../../mod/profiles.php:294 -msgid "Marital Status" -msgstr "Familienstand" - -#: ../../mod/profiles.php:298 -msgid "Romantic Partner" -msgstr "Romantische Partner" - -#: ../../mod/profiles.php:302 -msgid "Likes" -msgstr "Gefällt" - -#: ../../mod/profiles.php:306 -msgid "Dislikes" -msgstr "Gefällt nicht" - -#: ../../mod/profiles.php:310 -msgid "Work/Employment" -msgstr "Arbeit/Anstellung" - -#: ../../mod/profiles.php:313 -msgid "Religion" -msgstr "Religion" - -#: ../../mod/profiles.php:317 -msgid "Political Views" -msgstr "Politische Ansichten" - -#: ../../mod/profiles.php:321 -msgid "Gender" -msgstr "Geschlecht" - -#: ../../mod/profiles.php:325 -msgid "Sexual Preference" -msgstr "Sexuelle Orientierung" - -#: ../../mod/profiles.php:329 -msgid "Homepage" -msgstr "Webseite" - -#: ../../mod/profiles.php:333 -msgid "Interests" -msgstr "Hobbys/Interessen" - -#: ../../mod/profiles.php:337 -msgid "Address" -msgstr "Adresse" - -#: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 -msgid "Location" -msgstr "Ort" - -#: ../../mod/profiles.php:427 -msgid "Profile updated." -msgstr "Profil aktualisiert." - -#: ../../mod/profiles.php:482 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?" - -#: ../../mod/profiles.php:505 -msgid "Edit Profile Details" -msgstr "Bearbeite Profil-Details" - -#: ../../mod/profiles.php:507 -msgid "View this profile" -msgstr "Dieses Profil ansehen" - -#: ../../mod/profiles.php:508 -msgid "Change Profile Photo" -msgstr "Profilfoto ändern" - -#: ../../mod/profiles.php:509 -msgid "Create a new profile using these settings" -msgstr "Neues Profil anlegen und diese Einstellungen übernehmen" - -#: ../../mod/profiles.php:510 -msgid "Clone this profile" -msgstr "Dieses Profil klonen" - -#: ../../mod/profiles.php:511 -msgid "Delete this profile" -msgstr "Dieses Profil löschen" - -#: ../../mod/profiles.php:512 -msgid "Profile Name:" -msgstr "Profilname:" - -#: ../../mod/profiles.php:513 -msgid "Your Full Name:" -msgstr "Dein voller Name:" - -#: ../../mod/profiles.php:514 -msgid "Title/Description:" -msgstr "Titel/Stellenbeschreibung:" - -#: ../../mod/profiles.php:515 -msgid "Your Gender:" -msgstr "Dein Geschlecht:" - -#: ../../mod/profiles.php:516 -#, php-format -msgid "Birthday (%s):" -msgstr "Geburtstag (%s):" - -#: ../../mod/profiles.php:517 -msgid "Street Address:" -msgstr "Straße und Hausnummer:" - -#: ../../mod/profiles.php:518 -msgid "Locality/City:" -msgstr "Wohnort:" - -#: ../../mod/profiles.php:519 -msgid "Postal/Zip Code:" -msgstr "Postleitzahl:" - -#: ../../mod/profiles.php:520 -msgid "Country:" -msgstr "Land:" - -#: ../../mod/profiles.php:521 -msgid "Region/State:" -msgstr "Region/Bundesstaat:" - -#: ../../mod/profiles.php:522 -msgid "<span class=\"heart\">♥</span> Marital Status:" -msgstr "<span class=\"heart\">♥</span> Beziehungsstatus:" - -#: ../../mod/profiles.php:523 -msgid "Who: (if applicable)" -msgstr "Wer: (falls anwendbar)" - -#: ../../mod/profiles.php:524 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" - -#: ../../mod/profiles.php:525 -msgid "Since [date]:" -msgstr "Seit [Datum]:" - -#: ../../mod/profiles.php:527 -msgid "Homepage URL:" -msgstr "Homepage URL:" - -#: ../../mod/profiles.php:530 -msgid "Religious Views:" -msgstr "Religiöse Ansichten:" - -#: ../../mod/profiles.php:531 -msgid "Keywords:" -msgstr "Schlüsselwörter:" - -#: ../../mod/profiles.php:534 -msgid "Example: fishing photography software" -msgstr "Beispiel: Angeln Fotografie Software" - -#: ../../mod/profiles.php:535 -msgid "Used in directory listings" -msgstr "Wird in Verzeichnis-Auflistungen verwendet" - -#: ../../mod/profiles.php:536 -msgid "Tell us about yourself..." -msgstr "Erzähle uns ein wenig von Dir …" - -#: ../../mod/profiles.php:537 -msgid "Hobbies/Interests" -msgstr "Hobbys/Interessen" - -#: ../../mod/profiles.php:538 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformation und soziale Netzwerke" - -#: ../../mod/profiles.php:539 -msgid "My other channels" -msgstr "Meine anderen Kanäle" - -#: ../../mod/profiles.php:540 -msgid "Musical interests" -msgstr "Musikalische Interessen" - -#: ../../mod/profiles.php:541 -msgid "Books, literature" -msgstr "Bücher, Literatur" - -#: ../../mod/profiles.php:542 -msgid "Television" -msgstr "Fernsehen" - -#: ../../mod/profiles.php:543 -msgid "Film/dance/culture/entertainment" -msgstr "Film/Tanz/Kultur/Unterhaltung" - -#: ../../mod/profiles.php:544 -msgid "Love/romance" -msgstr "Liebe/Romantik" - -#: ../../mod/profiles.php:545 -msgid "Work/employment" -msgstr "Arbeit/Anstellung" - -#: ../../mod/profiles.php:546 -msgid "School/education" -msgstr "Schule/Ausbildung" - -#: ../../mod/profiles.php:551 -msgid "" -"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " -"be visible to anybody using the internet." -msgstr "Das ist Dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden im Internet sichtbar sein." - -#: ../../mod/profiles.php:600 -msgid "Edit/Manage Profiles" -msgstr "Bearbeite/Verwalte Profile" - -#: ../../mod/profiles.php:601 -msgid "Add profile things" -msgstr "Profil-Dinge hinzufügen" - -#: ../../mod/profiles.php:602 -msgid "Include desirable objects in your profile" -msgstr "Binde begehrenswerte Dinge in Dein Profil ein" - -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Kanal hinzugefügt." - -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut." - -#: ../../mod/post.php:256 ../../mod/openid.php:70 ../../mod/openid.php:175 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Willkommen %s. Entfernte Authentifizierung erfolgreich." - -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Diese Website ist kein Verzeichnis-Server" - -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Konnte die Quelle nicht anlegen. Kein Kanal ausgewählt." - -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Quelle erstellt." - -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Quelle aktualisiert." - -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" - -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Quellen von Inhalten Deines Kanals verwalten." - -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Neue Quelle" - -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importiere alle oder ausgewählte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemäß der Einstellungen dieses Kanals." - -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importiere nur Beiträge, die folgende Wörter (eines pro Zeile) enthalten" - -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Leer lassen, um alle öffentlichen Beiträge zu importieren" - -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:110 -msgid "Channel Name" -msgstr "Name des Kanals" - -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Quelle nicht gefunden." +#: ../../mod/message.php:31 ../../mod/mail.php:121 +msgid "Messages" +msgstr "Nachrichten" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Quelle bearbeiten" +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "Unterhaltung gelöscht." -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Quelle löschen" +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "Keine Nachrichten." -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Quelle gelöscht" +#: ../../mod/message.php:72 ../../mod/mail.php:302 +msgid "Delete message" +msgstr "Nachricht löschen" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Konnte die Quelle nicht löschen." +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" +msgstr "D, d. M Y - g:i A" -#: ../../mod/lockview.php:34 -msgid "Remote privacy information not available." -msgstr "Privatsphäre-Einstellungen anderer Nutzer sind nicht verfügbar." +#: ../../mod/ping.php:237 +msgid "sent you a private message" +msgstr "eine private Nachricht schicken" -#: ../../mod/lockview.php:43 -msgid "Visible to:" -msgstr "Sichtbar für:" +#: ../../mod/ping.php:288 +msgid "added your channel" +msgstr "hat deinen Kanal hinzugefügt" -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "Server nicht gefunden." +#: ../../mod/ping.php:329 +msgid "posted an event" +msgstr "hat eine Veranstaltung veröffentlicht" -#: ../../mod/setup.php:161 +#: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" msgstr "Red Matrix Server - Installation" -#: ../../mod/setup.php:167 +#: ../../mod/setup.php:168 msgid "Could not connect to database." msgstr "Kann nicht mit der Datenbank verbinden." -#: ../../mod/setup.php:171 +#: ../../mod/setup.php:172 msgid "" "Could not connect to specified site URL. Possible SSL certificate or DNS " "issue." msgstr "Konnte die angegebene Webseiten-URL nicht erreichen. Möglicherweise ein Problem mit dem SSL-Zertifikat oder dem DNS." -#: ../../mod/setup.php:176 +#: ../../mod/setup.php:179 msgid "Could not create table." msgstr "Kann Tabelle nicht erstellen." -#: ../../mod/setup.php:182 +#: ../../mod/setup.php:185 msgid "Your site database has been installed." msgstr "Die Datenbank Deines Servers wurde installiert." -#: ../../mod/setup.php:187 +#: ../../mod/setup.php:190 msgid "" "You may need to import the file \"install/database.sql\" manually using " "phpmyadmin or mysql." msgstr "Eventuell musst Du die Datei \"install/database.sql\" per Hand mit phpmyadmin oder mysql importieren." -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609 +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "Lies die Datei \"install/INSTALL.txt\"." -#: ../../mod/setup.php:254 +#: ../../mod/setup.php:257 msgid "System check" msgstr "Systemprüfung" -#: ../../mod/setup.php:259 +#: ../../mod/setup.php:261 ../../mod/events.php:399 +msgid "Next" +msgstr "Nächste" + +#: ../../mod/setup.php:262 msgid "Check again" msgstr "Bitte nochmal prüfen" -#: ../../mod/setup.php:281 +#: ../../mod/setup.php:284 msgid "Database connection" msgstr "Datenbank Verbindung" -#: ../../mod/setup.php:282 +#: ../../mod/setup.php:285 msgid "" "In order to install Red Matrix we need to know how to connect to your " "database." msgstr "Um die Red-Matrix installieren zu können, müssen wir wissen, wie wir eine Verbindung zu Deiner Datenbank aufbauen können." -#: ../../mod/setup.php:283 +#: ../../mod/setup.php:286 msgid "" "Please contact your hosting provider or site administrator if you have " "questions about these settings." msgstr "Bitte kontaktiere Deinen Hosting-Provider oder Administrator, falls Du Fragen zu diesen Einstellungen hast." -#: ../../mod/setup.php:284 +#: ../../mod/setup.php:287 msgid "" "The database you specify below should already exist. If it does not, please " "create it before continuing." msgstr "Die Datenbank, die Du weiter unten angibst, sollte bereits existieren. Sollte das noch nicht der Fall sein, erzeuge sie bitte bevor Du fortfährst." -#: ../../mod/setup.php:288 +#: ../../mod/setup.php:291 msgid "Database Server Name" msgstr "Datenbank-Servername" -#: ../../mod/setup.php:288 +#: ../../mod/setup.php:291 msgid "Default is localhost" msgstr "Standard ist localhost" -#: ../../mod/setup.php:289 +#: ../../mod/setup.php:292 msgid "Database Port" msgstr "Datenbank-Port" -#: ../../mod/setup.php:289 +#: ../../mod/setup.php:292 msgid "Communication port number - use 0 for default" msgstr "Port-Nummer für die Kommunikation – verwende 0 für die Standardeinstellung" -#: ../../mod/setup.php:290 +#: ../../mod/setup.php:293 msgid "Database Login Name" msgstr "Datenbank-Benutzername" -#: ../../mod/setup.php:291 +#: ../../mod/setup.php:294 msgid "Database Login Password" msgstr "Datenbank-Kennwort" -#: ../../mod/setup.php:292 +#: ../../mod/setup.php:295 msgid "Database Name" msgstr "Datenbank-Name" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "Site administrator email address" msgstr "E-Mail Adresse des Seiten-Administrators" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "" "Your account email address must match this in order to use the web admin " "panel." msgstr "Die E-Mail-Adresse Deines Accounts muss dieser Adresse entsprechen, damit Du Zugriff zur Administrations-Seite erhältst." -#: ../../mod/setup.php:295 ../../mod/setup.php:338 +#: ../../mod/setup.php:298 ../../mod/setup.php:341 msgid "Website URL" msgstr "Server-URL" -#: ../../mod/setup.php:295 ../../mod/setup.php:338 +#: ../../mod/setup.php:298 ../../mod/setup.php:341 msgid "Please use SSL (https) URL if available." msgstr "Nutze wenn möglich eine SSL-URL (https)." -#: ../../mod/setup.php:298 ../../mod/setup.php:341 +#: ../../mod/setup.php:301 ../../mod/setup.php:344 msgid "Please select a default timezone for your website" msgstr "Standard-Zeitzone für Deinen Server" -#: ../../mod/setup.php:325 +#: ../../mod/setup.php:328 msgid "Site settings" msgstr "Seiteneinstellungen" -#: ../../mod/setup.php:384 +#: ../../mod/setup.php:387 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "Konnte die Kommandozeilen-Version von PHP nicht im PATH des Web-Servers finden." -#: ../../mod/setup.php:385 +#: ../../mod/setup.php:388 msgid "" "If you don't have a command line version of PHP installed on server, you " "will not be able to run background polling via cron." msgstr "Ohne Kommandozeilen-Version von PHP auf dem Server wirst Du nicht in der Lage sein, Hintergrundprozesse via cron auszuführen." -#: ../../mod/setup.php:389 +#: ../../mod/setup.php:392 msgid "PHP executable path" msgstr "PHP Pfad zu ausführbarer Datei" -#: ../../mod/setup.php:389 +#: ../../mod/setup.php:392 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "Gib den vollen Pfad zum PHP-Interpreter an. Du kannst dieses Feld frei lassen und mit der Installation fortfahren." -#: ../../mod/setup.php:394 +#: ../../mod/setup.php:397 msgid "Command line PHP" msgstr "PHP Befehlszeile" -#: ../../mod/setup.php:403 +#: ../../mod/setup.php:406 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "Bei der Kommandozeilen-Version von PHP auf Deinem System ist \"register_argc_argv\" nicht aktiviert." -#: ../../mod/setup.php:404 +#: ../../mod/setup.php:407 msgid "This is required for message delivery to work." msgstr "Das wird benötigt, damit die Auslieferung von Nachrichten funktioniert." -#: ../../mod/setup.php:406 +#: ../../mod/setup.php:409 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: ../../mod/setup.php:427 +#: ../../mod/setup.php:430 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "Fehler: Die „openssl_pkey_new“-Funktion auf diesem System ist nicht in der Lage, Schlüssel für die Verschlüsselung zu erzeugen." -#: ../../mod/setup.php:428 +#: ../../mod/setup.php:431 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "Wenn Du Windows verwendest, findest Du unter http://www.php.net/manual/en/openssl.installation.php eine Installationsanleitung." -#: ../../mod/setup.php:430 +#: ../../mod/setup.php:433 msgid "Generate encryption keys" msgstr "Verschlüsselungsschlüssel generieren" -#: ../../mod/setup.php:437 +#: ../../mod/setup.php:440 msgid "libCurl PHP module" msgstr "libCurl-PHP-Modul" -#: ../../mod/setup.php:438 +#: ../../mod/setup.php:441 msgid "GD graphics PHP module" msgstr "GD-Grafik-PHP-Modul" -#: ../../mod/setup.php:439 +#: ../../mod/setup.php:442 msgid "OpenSSL PHP module" msgstr "OpenSSL-PHP-Modul" -#: ../../mod/setup.php:440 +#: ../../mod/setup.php:443 msgid "mysqli PHP module" msgstr "mysqli-PHP-Modul" -#: ../../mod/setup.php:441 +#: ../../mod/setup.php:444 msgid "mb_string PHP module" msgstr "mb_string-PHP-Modul" -#: ../../mod/setup.php:442 +#: ../../mod/setup.php:445 msgid "mcrypt PHP module" msgstr "mcrypt-PHP-Modul" -#: ../../mod/setup.php:447 ../../mod/setup.php:449 +#: ../../mod/setup.php:450 ../../mod/setup.php:452 msgid "Apache mod_rewrite module" msgstr "Apache-mod_rewrite-Modul" -#: ../../mod/setup.php:447 +#: ../../mod/setup.php:450 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Fehler: Das Apache-Modul mod-rewrite wird benötigt, ist aber nicht installiert." -#: ../../mod/setup.php:453 ../../mod/setup.php:456 +#: ../../mod/setup.php:456 ../../mod/setup.php:459 msgid "proc_open" msgstr "proc_open" -#: ../../mod/setup.php:453 +#: ../../mod/setup.php:456 msgid "" "Error: proc_open is required but is either not installed or has been " "disabled in php.ini" msgstr "Fehler: proc_open wird benötigt, ist aber entweder nicht installiert oder wurde in der php.ini deaktiviert" -#: ../../mod/setup.php:461 +#: ../../mod/setup.php:464 msgid "Error: libCURL PHP module required but not installed." msgstr "Fehler: Das PHP-Modul libCURL wird benötigt, ist aber nicht installiert." -#: ../../mod/setup.php:465 +#: ../../mod/setup.php:468 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Fehler: Das PHP-Modul GD-Grafik mit JPEG-Unterstützung wird benötigt, ist aber nicht installiert." -#: ../../mod/setup.php:469 +#: ../../mod/setup.php:472 msgid "Error: openssl PHP module required but not installed." msgstr "Fehler: Das PHP-Modul openssl wird benötigt, ist aber nicht installiert." -#: ../../mod/setup.php:473 +#: ../../mod/setup.php:476 msgid "Error: mysqli PHP module required but not installed." msgstr "Fehler: Das PHP-Modul mysqli wird benötigt, ist aber nicht installiert." -#: ../../mod/setup.php:477 +#: ../../mod/setup.php:480 msgid "Error: mb_string PHP module required but not installed." msgstr "Fehler: Das PHP-Modul mb_string wird benötigt, ist aber nicht installiert." -#: ../../mod/setup.php:481 +#: ../../mod/setup.php:484 msgid "Error: mcrypt PHP module required but not installed." msgstr "Fehler: Das PHP-Modul mcrypt wird benötigt, ist aber nicht installiert." -#: ../../mod/setup.php:497 +#: ../../mod/setup.php:500 msgid "" "The web installer needs to be able to create a file called \".htconfig.php\"" " in the top folder of your web server and it is unable to do so." msgstr "Der Installations-Assistent muss in der Lage sein, die Datei \".htconfig.php\" im Stammverzeichnis des Web-Servers anzulegen, ist er aber nicht." -#: ../../mod/setup.php:498 +#: ../../mod/setup.php:501 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "Meist liegt das daran, dass der Nutzer, unter dem der Web-Server läuft, keine Rechte Schreibrechte in dem Verzeichnis hat – selbst wenn Du selbst das darfst." -#: ../../mod/setup.php:499 +#: ../../mod/setup.php:502 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Red top folder." msgstr "Am Schluss dieses Vorgangs wird ein Text generiert, den Du unter dem Dateinamen .htconfig.php im Stammverzeichnis Deiner Red-Installation speichern musst." -#: ../../mod/setup.php:500 +#: ../../mod/setup.php:503 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"install/INSTALL.txt\" for instructions." msgstr "Alternativ kannst Du diesen Schritt überspringen und die Installation manuell vornehmen. Lies dazu die Datei install/INSTALL.txt." -#: ../../mod/setup.php:503 +#: ../../mod/setup.php:506 msgid ".htconfig.php is writable" msgstr ".htconfig.php ist beschreibbar" -#: ../../mod/setup.php:513 +#: ../../mod/setup.php:516 msgid "" "Red uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Red verwendet Smarty3 um Vorlagen für die Webdarstellung zu übersetzen. Smarty3 übersetzt diese Vorlagen nach PHP, um die Darstellung zu beschleunigen." -#: ../../mod/setup.php:514 +#: ../../mod/setup.php:517 +#, php-format msgid "" "In order to store these compiled templates, the web server needs to have " -"write access to the directory view/tpl/smarty3/ under the Red top level " -"folder." -msgstr "Um die übersetzten Vorlagen speichern zu können muss der Webserver Schreibzugriff auf das Verzeichnis view/tpl/smarty3/ unterhalb des Red-Stammverzeichnisses haben." +"write access to the directory %s under the Red top level folder." +msgstr "Um diese kompilierten Vorlagen speichern zu können braucht der Web-Server Schreibzugriff auf das Verzeichnis %s unterhalb des Red-Installationsverzeichnisses." -#: ../../mod/setup.php:515 ../../mod/setup.php:533 +#: ../../mod/setup.php:518 ../../mod/setup.php:536 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Bitte stelle sicher, dass der Nutzer, unter dem der Webserver läuft (z.B. www-data), Schreibzugriff auf dieses Verzeichnis hat." -#: ../../mod/setup.php:516 +#: ../../mod/setup.php:519 +#, php-format msgid "" "Note: as a security measure, you should give the web server write access to " -"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "Hinweis: Als Sicherheitsvorkehrung solltest Du dem Webserver nur Schreib-Zugriff auf das Verzeichnis view/tpl/smarty3 geben, nicht auf die Vorlagen (.tpl-Dateien) in view/tpl/ ." +"%s only--not the template files (.tpl) that it contains." +msgstr " Hinweis: Aus Sicherheitsgründen sollte der Web-Server nur auf %s Schreibrechte haben, nicht in der restlichen Red-Installation." -#: ../../mod/setup.php:519 -msgid "view/tpl/smarty3 is writable" -msgstr "view/tpl/smarty3 ist beschreibbar" +#: ../../mod/setup.php:522 +#, php-format +msgid "%s is writable" +msgstr "%s ist beschreibbar" -#: ../../mod/setup.php:532 +#: ../../mod/setup.php:535 msgid "" "Red uses the store directory to save uploaded files. The web server needs to" " have write access to the store directory under the Red top level folder" msgstr "Red benutzt das Verzeichnis store, um hochgeladene Dateien zu speichern. Der Web-Server benötigt Schreibrechte für dieses Verzeichnis direkt unterhalb des Red-Stammverzeichnisses" -#: ../../mod/setup.php:536 +#: ../../mod/setup.php:539 msgid "store is writable" msgstr "store ist schreibbar" -#: ../../mod/setup.php:551 -msgid "SSL certificate validation" -msgstr "SSL Zertifikatverifizierung" - -#: ../../mod/setup.php:551 +#: ../../mod/setup.php:569 msgid "" "SSL certificate cannot be validated. Fix certificate or disable https access" " to this site." msgstr "Das SSL-Zertifikat konnte nicht validiert werden. Korrigiere das Zertifikat oder deaktiviere den HTTPS-Zugriff auf diesen Server." -#: ../../mod/setup.php:558 +#: ../../mod/setup.php:570 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "Wenn Du über HTTPS-Protokoll auf Deine Seite zugreifen möchtest, also Verbindungen über den Port 443 möglich sein sollen, ist ein allgemein gültiges digitales SSL-Zertifikat einer Zertifizierungsstelle (CA) notwendig, welches Dein Browser akzeptiert. Die Verwendung eines selbst signierten Zertifikates ist nicht möglich." + +#: ../../mod/setup.php:571 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "Diese Einschränkung wurde eingebaut, weil Deine öffentlichen Beiträge zum Beispiel Verweise auf Bilder in Deinem eigenen Hub enthalten können." + +#: ../../mod/setup.php:572 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Wenn Dein Zertifikat nicht von jedem Browser akzeptiert wird, erhalten die Mitglieder anderer Red-Server (die mit korrekten Zertifikate ausgestattet sind) Sicherheits-Warnmeldungen, obwohl sie gar nicht direkt auf Deinem Server unterwegs sind (zum Beispiel, wenn ein Bild aus einem Deiner Beiträge angezeigt wird)." + +#: ../../mod/setup.php:573 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Dies kann Probleme an anderer Stelle (nicht nur auf Ihrer eigenen Website) verursachen, so dass wir auf dieser Forderung bestehen müssen.. " + +#: ../../mod/setup.php:574 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Einige Provider stellen kostenlos gültige Browser-Zertifikate aus." + +#: ../../mod/setup.php:576 +msgid "SSL certificate validation" +msgstr "SSL Zertifikatverifizierung" + +#: ../../mod/setup.php:582 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "URL rewrite via .htaccess funktioniert nicht. Ãœberprüfe Deine Server-Konfiguration." -#: ../../mod/setup.php:560 +#: ../../mod/setup.php:584 msgid "Url rewrite is working" msgstr "Url rewrite funktioniert" -#: ../../mod/setup.php:570 +#: ../../mod/setup.php:594 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "Die Datenbank-Konfigurationsdatei „.htconfig.php“ konnte nicht geschrieben werden. Bitte verwende den unten angegebenen Text, um die Konfigurationsdatei im Stammverzeichnis des Webservers anzulegen." -#: ../../mod/setup.php:594 +#: ../../mod/setup.php:618 msgid "Errors encountered creating database tables." msgstr "Fehler beim Anlegen der Datenbank-Tabellen aufgetreten." -#: ../../mod/setup.php:607 +#: ../../mod/setup.php:653 msgid "<h1>What next</h1>" msgstr "<h1>Was als Nächstes</h1>" -#: ../../mod/setup.php:608 +#: ../../mod/setup.php:654 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "poller." msgstr "WICHTIG: Du musst [manuell] einen Cronjob für den Poller einrichten." -#: ../../mod/siteinfo.php:57 -#, php-format -msgid "Version %s" -msgstr "Version %s" - -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "Installierte Plugins/Addons/Apps" +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Server nicht gefunden." -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "Keine installierten Plugins/Addons/Apps" +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Einladungslimit überschritten." -#: ../../mod/siteinfo.php:93 -msgid "Project Donations" -msgstr "Projekt Spenden" +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Keine gültige Email Adresse." -#: ../../mod/siteinfo.php:94 -msgid "" -"<p>The Red Matrix is provided for you by volunteers working in their spare " -"time. Your support will help us to build a better, freer, and privacy " -"respecting web. Select the following option for a one-time donation of your " -"choosing</p>" -msgstr "" +#: ../../mod/invite.php:76 +msgid "Please join us on Red" +msgstr "Schließe Dich uns an und werde Teil der Red-Matrix" -#: ../../mod/siteinfo.php:95 -msgid "<p>or</p>" -msgstr "<p>oder</p>" +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Einladungslimit überschritten. Bitte kontaktiere den Administrator Deines Red-Servers." -#: ../../mod/siteinfo.php:96 -msgid "Recurring Donation Options" -msgstr "Optionen für regelmäßige Spenden" +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Nachricht konnte nicht zugestellt werden." -#: ../../mod/siteinfo.php:115 -msgid "Red" -msgstr "Red" +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d Nachricht gesendet." +msgstr[1] "%d Nachrichten gesendet." -#: ../../mod/siteinfo.php:116 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre." +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "Du hast keine weiteren verfügbare Einladungen" -#: ../../mod/siteinfo.php:119 -msgid "Running at web location" -msgstr "Erreichbar unter der Web-Adresse" +#: ../../mod/invite.php:141 +msgid "Send invitations" +msgstr "Einladungen senden" -#: ../../mod/siteinfo.php:120 -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/invite.php:142 +msgid "Enter email addresses, one per line:" +msgstr "Email-Adressen eintragen, eine pro Zeile:" -#: ../../mod/siteinfo.php:121 -msgid "Bug reports and issues: please visit" -msgstr "Probleme oder Fehler gefunden? Bitte besuche" +#: ../../mod/invite.php:143 ../../mod/mail.php:225 ../../mod/mail.php:338 +msgid "Your message:" +msgstr "Deine Nachricht:" -#: ../../mod/siteinfo.php:124 +#: ../../mod/invite.php:144 msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Vorschläge, Lob, usw.: E-Mail an 'redmatrix' at librelist - dot - com" +"You are cordially invited to join me and some other close friends on the Red" +" Matrix - a revolutionary new decentralized communication and information " +"tool." +msgstr "Du bist herzlich eingeladen, mir und einigen anderen guten Freunden in die RedMatrix zu folgen – ein revolutionär neues und dezentrales Kommunikations- und Informationsnetzwerk." -#: ../../mod/siteinfo.php:126 -msgid "Site Administrators" -msgstr "Administratoren" +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Du musst dann den folgenden Einladungs-Code angeben: $invite_code" -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" -msgstr "Kanal hinzufügen" +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" +msgstr "Bitte besuche meinen Kanal auf" -#: ../../mod/new_channel.php:108 +#: ../../mod/invite.php:151 msgid "" -"A channel is your own collection of related web pages. A channel can be used" -" to hold social network profiles, blogs, conversation groups and forums, " -"celebrity pages, and much more. You may create as many channels as your " -"service provider allows." -msgstr "Ein Kanal ist Deine eigene Sammlung von verbundenen Webseiten. Ein Kanal kann genutzt werden, um 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." - -#: ../../mod/new_channel.php:111 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Beispiele: „Horst Weidinger“, „Lisa und ihr Meerschweinchen“, „Fußball“, „Segelflieger-Forum“ " +"Once you have registered (on ANY Red Matrix site - they are all inter-" +"connected), please connect with my Red Matrix channel address:" +msgstr "Wenn Du Dich registriert hast (egal auf welchem Server in der Red-Matrix, sie sind alle miteinander verbunden) verbinde Dich bitte mit meinem Kanal in der Matrix. Adresse:" -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" -msgstr "Wähle einen kurzen Spitznamen" +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." +msgstr "Klicke den [Registrieren]-Link auf der nächsten Seite, um dich anzumelden." -#: ../../mod/new_channel.php:113 +#: ../../mod/invite.php:155 msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." -msgstr "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (ähnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst." +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit " +"http://getzot.com" +msgstr "Für weitere Informationen über das Red-Matrix-Projekt und warum es das Potential hat, das Internet, wie wir es kennen, grundlegend zu verändern, besuche http://getzot.com" -#: ../../mod/new_channel.php:114 -msgid "Or <a href=\"import\">import an existing channel</a> from another location" -msgstr "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server" +#: ../../mod/thing.php:98 +msgid "Thing updated" +msgstr "Ding aktualisiert" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Kein gültiges Konto gefunden." +#: ../../mod/thing.php:158 +msgid "Object store: failed" +msgstr "Speichern des Objekts fehlgeschlagen" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "Zurücksetzen des Passworts eingeleitet. Schau in Deine E-Mails." +#: ../../mod/thing.php:162 +msgid "Thing added" +msgstr "Ding hinzugefügt" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#: ../../mod/thing.php:182 #, php-format -msgid "Site Member (%s)" -msgstr "Nutzer (%s)" +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "Passwort-Rücksetzung auf %s angefordert" +#: ../../mod/thing.php:234 +msgid "Show Thing" +msgstr "Ding anzeigen" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon einmal auf den Link in der E-Mail geklickt?) Passwort-Rücksetzung fehlgeschlagen." +#: ../../mod/thing.php:241 +msgid "item not found." +msgstr "Eintrag nicht gefunden" -#: ../../mod/lostpass.php:85 ../../boot.php:1436 -msgid "Password Reset" -msgstr "Zurücksetzen des Kennworts" +#: ../../mod/thing.php:272 +msgid "Edit Thing" +msgstr "Ding bearbeiten" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "Dein Passwort wurde wie angefordert neu erstellt." +#: ../../mod/thing.php:274 ../../mod/thing.php:321 +msgid "Select a profile" +msgstr "Wähle ein Profil" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "Dein neues Passwort lautet" +#: ../../mod/thing.php:278 ../../mod/thing.php:324 +msgid "Post an activity" +msgstr "Aktivitätsnachricht senden" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Speichere oder kopiere Dein neues Passwort – und dann" +#: ../../mod/thing.php:278 ../../mod/thing.php:324 +msgid "Only sends to viewers of the applicable profile" +msgstr "Nur an Betrachter des ausgewählten Profils senden" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "Klicke hier, um dich anzumelden" +#: ../../mod/thing.php:280 ../../mod/thing.php:326 +msgid "Name of thing e.g. something" +msgstr "Name des Dings, z.B. Etwas" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geändert werden." +#: ../../mod/thing.php:282 ../../mod/thing.php:327 +msgid "URL of thing (optional)" +msgstr "URL des Dings (optional)" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "Auf %s wurde Dein Passwort geändert" +#: ../../mod/thing.php:284 ../../mod/thing.php:328 +msgid "URL for photo of thing (optional)" +msgstr "URL eines Fotos von dem Ding (optional)" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Kennwort vergessen?" +#: ../../mod/thing.php:319 +msgid "Add Thing to your Profile" +msgstr "Das Ding Deinem Profil hinzufügen" -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurücksetzen zu lassen. Du erhältst dann weitere Anweisungen per E-Mail." +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Konnte Deinen Server nicht finden." -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "E-Mail Adresse" +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Veröffentlichung erfolgreich." -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Zurücksetzen" +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" +msgstr "Hilfe:" -#: ../../mod/import.php:36 -msgid "Nothing to import." -msgstr "Nichts zu importieren." +#: ../../mod/help.php:69 ../../index.php:233 +msgid "Not Found" +msgstr "Nicht gefunden" -#: ../../mod/import.php:58 -msgid "Unable to download data from old server" -msgstr "Daten können vom alten Server nicht heruntergeladen werden" +#: ../../mod/viewconnections.php:58 +msgid "No connections." +msgstr "Keine Verbindungen." -#: ../../mod/import.php:64 -msgid "Imported file is empty." -msgstr "Die importierte Datei ist leer." +#: ../../mod/viewconnections.php:71 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "%ss Profil [%s] besuchen" -#: ../../mod/import.php:88 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "Kann keinen doppelten Kanal-Identifikator auf diesem System erzeugen (Spitzname oder Hash schon belegt). Import fehlgeschlagen." +#: ../../mod/viewconnections.php:86 +msgid "View Connnections" +msgstr "Zeige Verbindungen" -#: ../../mod/import.php:106 -msgid "Channel clone failed. Import failed." -msgstr "Klonen des Kanals fehlgeschlagen. Import fehlgeschlagen." +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Ungültiger Profil-Identifikator" -#: ../../mod/import.php:116 -msgid "Cloned channel not found. Import failed." -msgstr "Geklonter Kanal nicht gefunden. Import fehlgeschlagen." +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Profil-Sichtbarkeits-Editor" -#: ../../mod/import.php:358 -msgid "Import completed." -msgstr "Import abgeschlossen." +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Klicke auf einen Kontakt, um ihn hinzuzufügen oder zu entfernen." -#: ../../mod/import.php:371 -msgid "You must be logged in to use this feature." -msgstr "Du musst angemeldet sein um diese Funktion zu nutzen." +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Sichtbar für" -#: ../../mod/import.php:376 -msgid "Import Channel" -msgstr "Kanal importieren" +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Maximale Anzahl täglicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal." -#: ../../mod/import.php:377 +#: ../../mod/register.php:49 msgid "" -"Use this form to import an existing channel from a different server/hub. You" -" may retrieve the channel identity from the old server/hub via the network " -"or provide an export file. Only identity and connections/relationships will " -"be imported. Importation of content is not yet available." -msgstr "Verwende dieses Formular, um einen existierenden Kanal von einem anderen Red-Server zu importieren. Du kannst den Kanal direkt vom bisherigen Red-Server über das Netzwerk importieren oder eine exportierte Sicherheitskopie benutzen. Es werden ausschließlich die Identität und die Verbindungen/Beziehungen importiert. Das Importieren von Inhalten ist derzeit nicht möglich." - -#: ../../mod/import.php:378 -msgid "File to Upload" -msgstr "Hochzuladende Datei:" - -#: ../../mod/import.php:379 -msgid "Or provide the old server/hub details" -msgstr "Oder gib die Details Deines bisherigen Red-Servers ein" - -#: ../../mod/import.php:380 -msgid "Your old identity address (xyz@example.com)" -msgstr "Bisherige Kanal-Adresse (xyz@example.com)" - -#: ../../mod/import.php:381 -msgid "Your old login email address" -msgstr "Ihre alte Login E-Mail Adresse" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen." -#: ../../mod/import.php:382 -msgid "Your old login password" -msgstr "Ihr altes Login Kennwort" +#: ../../mod/register.php:83 +msgid "Passwords do not match." +msgstr "Passwörter stimmen nicht überein." -#: ../../mod/import.php:383 +#: ../../mod/register.php:116 msgid "" -"For either option, please choose whether to make this hub your new primary " -"address, or whether your old location should continue this role. You will be" -" able to post from either location, but only one can be marked as the " -"primary location for files, photos, and media." -msgstr "Egal welche Option Du wählst, bitte lege fest, ob dieser Server die neue primäre Adresse dieses Kanals sein soll, oder ob der bisherige Red-Server diese Rolle weiterhin wahrnimmt. Du kannst von beiden Servern aus posten, aber nur einer kann der primäre Ort Deiner Dateien, Fotos und Medien sein." - -#: ../../mod/import.php:384 -msgid "Make this hub my primary location" -msgstr "Dieser Red-Server ist mein primärer Server." +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet." -#: ../../mod/manage.php:64 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet." +#: ../../mod/register.php:122 +msgid "Your registration is pending approval by the site owner." +msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden." -#: ../../mod/manage.php:72 -msgid "Create a new channel" -msgstr "Erzeuge neuen Kanal" +#: ../../mod/register.php:125 +msgid "Your registration can not be processed." +msgstr "Deine Registrierung konnte nicht verarbeitet werden." -#: ../../mod/manage.php:77 -msgid "Channel Manager" -msgstr "Kanal-Manager" +#: ../../mod/register.php:162 +msgid "Registration on this site/hub is by approval only." +msgstr "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator" -#: ../../mod/manage.php:78 -msgid "Current Channel" -msgstr "Aktueller Kanal" +#: ../../mod/register.php:163 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>" -#: ../../mod/manage.php:80 -msgid "Attach to one of your channels by selecting it." -msgstr "Wähle einen Deiner Kanäle aus, um ihn zu verwenden." +#: ../../mod/register.php:171 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Die maximale Anzahl täglicher Registrierungen auf diesem Server wurde überschritten. Bitte versuche es morgen noch einmal." -#: ../../mod/manage.php:81 -msgid "Default Channel" -msgstr "Standard Kanal" +#: ../../mod/register.php:182 +msgid "Terms of Service" +msgstr "Nutzungsbedingungen" -#: ../../mod/manage.php:82 -msgid "Make Default" -msgstr "Zum Standard machen" +#: ../../mod/register.php:188 +#, php-format +msgid "I accept the %s for this website" +msgstr "Ich akzeptiere die %s für diese Webseite" -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "Stimmen gesamt" +#: ../../mod/register.php:190 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Ich bin älter als 13 Jahre und akzeptiere die %s dieser Webseite" -#: ../../mod/vote.php:98 -msgid "Average Rating" -msgstr "Durchschnittliche Bewertung" +#: ../../mod/register.php:209 +msgid "Membership on this site is by invitation only." +msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." -#: ../../mod/match.php:16 -msgid "Profile Match" -msgstr "Profil-Ãœbereinstimmungen" +#: ../../mod/register.php:210 +msgid "Please enter your invitation code" +msgstr "Bitte trage Deinen Einladungs-Code ein" -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Keine Schlüsselwörter für den Abgleich gefunden. Bitte füge Schlüsselwörter zu Deinem Standardprofil hinzu." +#: ../../mod/register.php:213 +msgid "Your email address" +msgstr "Ihre E-Mail Adresse" -#: ../../mod/match.php:61 -msgid "is interested in:" -msgstr "interessiert sich für:" +#: ../../mod/register.php:214 +msgid "Choose a password" +msgstr "Passwort" -#: ../../mod/match.php:69 -msgid "No matches" -msgstr "Keine Ãœbereinstimmungen" +#: ../../mod/register.php:215 +msgid "Please re-enter your password" +msgstr "Bitte gib Dein Passwort noch einmal ein" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "Ungültige Signatur des Ziels" +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "Gruppe existiert nicht" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Konnte den Empfänger nicht finden." +#: ../../mod/network.php:118 +msgid "Search Results For:" +msgstr "Suchergebnisse für:" -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Die Kommunikation mit dem ausgewählten Kanal ist fehlgeschlagen." +#: ../../mod/network.php:172 +msgid "Collection is empty" +msgstr "Sammlung ist leer" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Verifizierung des angeforderten Kanals fehlgeschlagen." +#: ../../mod/network.php:180 +msgid "Collection: " +msgstr "Sammlung:" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden fehlgeschlagen." +#: ../../mod/network.php:193 +msgid "Connection: " +msgstr "Verbindung:" -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" -msgstr "Nachrichten" +#: ../../mod/network.php:196 +msgid "Invalid connection." +msgstr "Ungültige Verbindung." -#: ../../mod/mail.php:132 -msgid "Message deleted." -msgstr "Nachricht gelöscht." +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Keine potentiellen Bevollmächtigten für die Seite gefunden." -#: ../../mod/mail.php:149 -msgid "Message recalled." -msgstr "Nachricht widerrufen." +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Delegiere das Management für diese Seite" -#: ../../mod/mail.php:206 -msgid "Send Private Message" -msgstr "Private Nachricht senden" +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!" -#: ../../mod/mail.php:207 ../../mod/mail.php:323 -msgid "To:" -msgstr "An:" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Vorhandene Seitenmanager" -#: ../../mod/mail.php:212 ../../mod/mail.php:325 -msgid "Subject:" -msgstr "Betreff:" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Vorhandene Bevollmächtigte für die Seite" -#: ../../mod/mail.php:249 -msgid "Message not found." -msgstr "Nachricht nicht gefunden." +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Potentielle Bevollmächtigte" -#: ../../mod/mail.php:292 ../../mod/message.php:72 -msgid "Delete message" -msgstr "Nachricht löschen" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Hinzufügen" -#: ../../mod/mail.php:293 -msgid "Recall message" -msgstr "Nachricht widerrufen" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Keine Einträge." -#: ../../mod/mail.php:295 -msgid "Message has been recalled." -msgstr "Die Nachricht wurde widerrufen." +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" +msgstr "Fortfahren" -#: ../../mod/mail.php:312 -msgid "Private Conversation" -msgstr "Private Unterhaltung" +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" +msgstr "Premium-Kanal-Einrichtung" -#: ../../mod/mail.php:316 -msgid "Delete conversation" -msgstr "Unterhaltung löschen" +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" +msgstr "Einschränkungen für einen Premium-Kanal aktivieren" -#: ../../mod/mail.php:318 +#: ../../mod/connect.php:87 msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "Keine sichere Kommunikation verfügbar. <strong>Eventuell</strong> kannst Du auf der Profilseite des Absenders antworten." - -#: ../../mod/mail.php:322 -msgid "Send Reply" -msgstr "Antwort senden" - -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID Protokollfehler. Keine ID zurückgegeben." - -#: ../../mod/editlayout.php:72 -msgid "Edit Layout" -msgstr "Layout bearbeiten" - -#: ../../mod/editlayout.php:82 -msgid "Delete layout?" -msgstr "Layout löschen?" - -#: ../../mod/editlayout.php:147 -msgid "Delete Layout" -msgstr "Layout löschen" - -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Bild hochgeladen, aber das Zurechtschneiden schlug fehl." - -#: ../../mod/profile_photo.php:97 -msgid "Image resize failed." -msgstr "Bild-Anpassung fehlgeschlagen." +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc." -#: ../../mod/profile_photo.php:141 +#: ../../mod/connect.php:89 ../../mod/connect.php:109 msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird." - -#: ../../mod/profile_photo.php:163 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Bild ist größer als das Limit von %d" - -#: ../../mod/profile_photo.php:172 -msgid "Unable to process image." -msgstr "Kann Bild nicht verarbeiten." - -#: ../../mod/profile_photo.php:214 ../../mod/profile_photo.php:262 -msgid "Photo not available." -msgstr "Foto nicht verfügbar." - -#: ../../mod/profile_photo.php:281 -msgid "Upload File:" -msgstr "Datei hochladen:" - -#: ../../mod/profile_photo.php:282 -msgid "Select a profile:" -msgstr "Wählen Sie ein Profil:" - -#: ../../mod/profile_photo.php:283 -msgid "Upload Profile Photo" -msgstr "Lade neues Profilfoto hoch" - -#: ../../mod/profile_photo.php:284 -msgid "Upload" -msgstr "Hochladen" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Unter Umständen sind weitere Schritte oder die Bestätigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig." -#: ../../mod/profile_photo.php:288 -msgid "skip this step" -msgstr "diesen Schritt überspringen" +#: ../../mod/connect.php:90 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:" -#: ../../mod/profile_photo.php:288 -msgid "select a photo from your photo albums" -msgstr "ein Foto aus meinen Fotoalben" +#: ../../mod/connect.php:91 ../../mod/connect.php:112 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Indem ich fortfahre, bestätige ich die Erfüllung aller Anweisungen aus dieser Seite." -#: ../../mod/profile_photo.php:302 -msgid "Crop Image" -msgstr "Bild zuschneiden" +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Der Kanal-Besitzer hat keine speziellen Anweisungen hinterlegt.)" -#: ../../mod/profile_photo.php:303 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Bitte schneide das Bild für eine optimale Anzeige passend zu." +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" +msgstr "Eingeschränkter oder Premium-Kanal" -#: ../../mod/profile_photo.php:305 -msgid "Done Editing" -msgstr "Bearbeitung fertigstellen" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Kontakt nicht gefunden" -#: ../../mod/profile_photo.php:340 -msgid "Image uploaded successfully." -msgstr "Bild erfolgreich hochgeladen." +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Freundschaftsempfehlung senden." -#: ../../mod/profile_photo.php:342 -msgid "Image upload failed." -msgstr "Hochladen des Bilds fehlgeschlagen." +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Kontakte vorschlagen" -#: ../../mod/profile_photo.php:351 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "Image size reduction [%s] failed." -msgstr "Reduzierung der Bildgröße [%s] fehlgeschlagen." - -#: ../../mod/connections.php:191 ../../mod/connections.php:263 -msgid "Blocked" -msgstr "Blockiert" - -#: ../../mod/connections.php:196 ../../mod/connections.php:270 -msgid "Ignored" -msgstr "Ignoriert" - -#: ../../mod/connections.php:201 ../../mod/connections.php:284 -msgid "Hidden" -msgstr "Versteckt" - -#: ../../mod/connections.php:206 ../../mod/connections.php:277 -msgid "Archived" -msgstr "Archiviert" +msgid "Suggest a friend for %s" +msgstr "Schlage %s einen Kontakt vor" -#: ../../mod/connections.php:217 -msgid "All" -msgstr "Alle" +#: ../../mod/manage.php:136 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet." -#: ../../mod/connections.php:241 -msgid "Suggest new connections" -msgstr "Neue Verbindungen vorschlagen" +#: ../../mod/manage.php:144 +msgid "Create a new channel" +msgstr "Erzeuge neues Kanal" -#: ../../mod/connections.php:247 -msgid "Show pending (new) connections" -msgstr "Zeige ausstehende (neue) Verbindungsanfragen" +#: ../../mod/manage.php:148 +msgid "Channel Manager" +msgstr "Kanal-Manager" -#: ../../mod/connections.php:253 -msgid "Show all connections" -msgstr "Zeige alle Verbindungen" +#: ../../mod/manage.php:149 +msgid "Current Channel" +msgstr "Aktueller Kanal" -#: ../../mod/connections.php:256 -msgid "Unblocked" -msgstr "Freigegeben" +#: ../../mod/manage.php:151 +msgid "Attach to one of your channels by selecting it." +msgstr "Wähle einen Deiner Kanäle aus, um ihn zu verwenden." -#: ../../mod/connections.php:259 -msgid "Only show unblocked connections" -msgstr "Zeige nur freigegebene Verbindungen" +#: ../../mod/manage.php:152 +msgid "Default Channel" +msgstr "Standard Kanal" -#: ../../mod/connections.php:266 -msgid "Only show blocked connections" -msgstr "Zeige nur blockierte Verbindungen" +#: ../../mod/manage.php:153 +msgid "Make Default" +msgstr "Zum Standard machen" -#: ../../mod/connections.php:273 -msgid "Only show ignored connections" -msgstr "Zeige nur ignorierte Verbindungen" +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Innerhalb von 48 Stunden nach einer Änderung des Passworts können keine Kanäle gelöscht werden." -#: ../../mod/connections.php:280 -msgid "Only show archived connections" -msgstr "Zeige nur archivierte Verbindungen" +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Diesen Kanal löschen" -#: ../../mod/connections.php:287 -msgid "Only show hidden connections" -msgstr "Zeige nur versteckte Verbindungen" +#: ../../mod/removeme.php:58 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "Hiermit wird dieser Kanal komplett aus dem Netzwerk gelöscht. Einmal eingeleitet kann dieser Prozess nicht rückgängig gemacht werden." -#: ../../mod/connections.php:331 -#, php-format -msgid "%1$s [%2$s]" -msgstr "%1$s [%2$s]" +#: ../../mod/removeme.php:59 +msgid "Please enter your password for verification:" +msgstr "Bitte gib zur Bestätigung Dein Passwort ein:" -#: ../../mod/connections.php:332 -msgid "Edit contact" -msgstr "Kontakt bearbeiten" +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Lösche diesen Kanal und all seine Klone aus dem Netzwerk" -#: ../../mod/connections.php:355 -msgid "Search your connections" -msgstr "Verbindungen durchsuchen" +#: ../../mod/removeme.php:60 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Standardmäßig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk" -#: ../../mod/connections.php:356 -msgid "Finding: " -msgstr "Ergebnisse:" +#: ../../mod/removeme.php:61 +msgid "Remove Channel" +msgstr "Kanal löschen" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Ungültiger Anfrage-Identifikator." +#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32 +#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 +#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36 +msgid "Item not found" +msgstr "Element nicht gefunden" -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Verwerfen" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Element kann nicht bearbeitet werden." -#: ../../mod/notifications.php:93 ../../mod/notify.php:54 -msgid "No more system notifications." -msgstr "Keine System-Benachrichtigungen mehr." +#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 +msgid "Edit post" +msgstr "Bearbeite Beitrag" -#: ../../mod/notifications.php:97 ../../mod/notify.php:58 -msgid "System Notifications" -msgstr "System-Benachrichtigungen" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Eintrag löschen?" -#: ../../mod/blocks.php:65 -msgid "Block Name" -msgstr "Block-Name" +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 +#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 +msgid "Insert YouTube video" +msgstr "YouTube-Video einfügen" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "Konnte Deinen Server nicht finden." +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 +#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 +msgid "Insert Vorbis [.ogg] video" +msgstr "Vorbis [.ogg]-Video einfügen" -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Veröffentlichung erfolgreich." +#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 +#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Vorbis [.ogg]-Audio einfügen" #: ../../mod/editwebpage.php:106 msgid "Edit Webpage" @@ -6643,14 +6722,10 @@ msgstr "Webseite bearbeiten" msgid "Delete webpage?" msgstr "Webseite löschen?" -#: ../../mod/editwebpage.php:189 +#: ../../mod/editwebpage.php:186 msgid "Delete Webpage" msgstr "Webseite löschen" -#: ../../mod/profile.php:64 ../../mod/profile.php:72 -msgid "Access to this profile has been restricted." -msgstr "Der Zugang zu diesem Profil ist begrenzt." - #: ../../mod/poke.php:159 msgid "Poke/Prod" msgstr "Anstupsen/Knuffen" @@ -6671,147 +6746,303 @@ msgstr "Wähle, was Du mit dem/r Empfänger/in tun willst" msgid "Make this post private" msgstr "Diesen Beitrag privat machen" -#: ../../mod/channel.php:85 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet." +#: ../../mod/blocks.php:66 +msgid "Block Name" +msgstr "Block-Name" -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Nicht verfügbar." +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Sammlung erstellt." -#: ../../mod/community.php:32 -msgid "Community" -msgstr "Gemeinschaft" +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Sammlung kann nicht erstellt werden." -#: ../../mod/community.php:63 ../../mod/community.php:88 -msgid "No results." -msgstr "Keine Ergebnisse." +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Sammlung aktualisiert." -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Kontakt nicht gefunden" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Erstelle eine Sammlung von Kanälen." -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Freundschaftsempfehlung senden." +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Name der Sammlung:" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Kontakte vorschlagen" +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Mitglieder sind sichtbar für andere Kanäle" -#: ../../mod/fsuggest.php:99 +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Sammlung gelöscht." + +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Löschen der Sammlung nicht möglich." + +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Sammlung-Editor" + +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Mitglieder" + +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Alle verbundenen Kanäle" + +#: ../../mod/group.php:233 +msgid "Click on a channel to add or remove." +msgstr "Wähle einen Kanal zum hinzufügen oder entfernen aus." + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Schlagwort entfernt" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Schlagwort entfernen" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Schlagwort zum Entfernen auswählen:" + +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Element nicht verfügbar." + +#: ../../mod/item.php:146 +msgid "Unable to locate original post." +msgstr "Originalbeitrag nicht gefunden." + +#: ../../mod/item.php:379 +msgid "Empty post discarded." +msgstr "Leeren Beitrag verworfen." + +#: ../../mod/item.php:421 +msgid "Executable content type not permitted to this channel." +msgstr "Ausführbarer Content-Typ ist für diesen Kanal nicht freigegeben." + +#: ../../mod/item.php:850 +msgid "System error. Post not saved." +msgstr "Systemfehler. Beitrag nicht gespeichert." + +#: ../../mod/item.php:1302 #, php-format -msgid "Suggest a friend for %s" -msgstr "Schlage %s einen Kontakt vor" +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/editblock.php:86 -msgid "Edit Block" -msgstr "Block bearbeiten" +#: ../../mod/item.php:1308 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht." -#: ../../mod/editblock.php:96 -msgid "Delete block?" -msgstr "Block löschen?" +#: ../../mod/cloud.php:126 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +msgstr "Red-Matrix-Gäste: Nutzername: {Deine E-Mail-Adresse}; Passwort: +++" -#: ../../mod/editblock.php:163 -msgid "Delete Block" -msgstr "Block löschen" +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Abwesend" -#: ../../mod/dirprofile.php:114 -msgid "Status: " -msgstr "Status:" +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" -#: ../../mod/dirprofile.php:115 -msgid "Sexual Preference: " -msgstr "Sexuelle Ausrichtung:" +#: ../../mod/directory.php:223 +msgid "Finding:" +msgstr "Ergebnisse:" -#: ../../mod/dirprofile.php:117 -msgid "Homepage: " -msgstr "Webseite:" +#: ../../mod/directory.php:239 +msgid "No entries (some entries may be hidden)." +msgstr "Keine Einträge gefunden (einige könnten versteckt sein)." -#: ../../mod/dirprofile.php:118 -msgid "Hometown: " -msgstr "Wohnort:" +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Profil-Ãœbereinstimmungen" -#: ../../mod/dirprofile.php:120 -msgid "About: " -msgstr "Ãœber:" +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Keine Schlüsselwörter für den Abgleich gefunden. Bitte füge Schlüsselwörter zu Deinem Standardprofil hinzu." -#: ../../mod/dirprofile.php:168 -msgid "Keywords: " -msgstr "Schlüsselwörter:" +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "interessiert sich für:" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." -msgstr "Zugriff verweigert." +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Keine Ãœbereinstimmungen" -#: ../../mod/filestorage.php:85 -msgid "File not found." -msgstr "Datei nicht gefunden." +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Diese Website ist kein Verzeichnis-Server" -#: ../../mod/filestorage.php:119 -msgid "Edit file permissions" -msgstr "Dateiberechtigungen bearbeiten" +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" +msgstr "Version %s" -#: ../../mod/filestorage.php:124 ../../mod/photos.php:607 -#: ../../mod/photos.php:950 -msgid "Permissions" -msgstr "Berechtigungen" +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" +msgstr "Installierte Plugins/Addons/Apps" -#: ../../mod/filestorage.php:126 -msgid "Include all files and sub folders" -msgstr "Alle Dateien und Unterverzeichnisse einbinden" +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" +msgstr "Keine installierten Plugins/Addons/Apps" -#: ../../mod/filestorage.php:127 -msgid "Return to file list" -msgstr "Zurück zur Dateiliste" +#: ../../mod/siteinfo.php:97 +msgid "Red" +msgstr "Red" -#: ../../mod/filestorage.php:129 -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/siteinfo.php:98 +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/filestorage.php:130 -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/siteinfo.php:101 +msgid "Running at web location" +msgstr "Erreichbar unter der Web-Adresse" -#: ../../mod/filestorage.php:167 -msgid "Download" -msgstr "Download" +#: ../../mod/siteinfo.php:102 +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/filestorage.php:173 -msgid "Used: " -msgstr "Verwendet:" +#: ../../mod/siteinfo.php:103 +msgid "Bug reports and issues: please visit" +msgstr "Probleme oder Fehler gefunden? Bitte besuche" -#: ../../mod/filestorage.php:174 -msgid "[directory]" -msgstr "[Verzeichnis]" +#: ../../mod/siteinfo.php:106 +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/filestorage.php:176 -msgid "Limit: " -msgstr "Limit:" +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" +msgstr "Administratoren" -#: ../../mod/suggest.php:35 +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." +msgstr "App installiert!" + +#: ../../mod/appman.php:37 +msgid "Malformed app." +msgstr "Fehlerhafte App." + +#: ../../mod/appman.php:80 +msgid "Embed code" +msgstr "Code einbetten" + +#: ../../mod/appman.php:86 +msgid "Edit App" +msgstr "Editiere App" + +#: ../../mod/appman.php:86 +msgid "Create App" +msgstr "Erstelle App" + +#: ../../mod/appman.php:91 +msgid "Name of app" +msgstr "Name der App" + +#: ../../mod/appman.php:91 ../../mod/appman.php:92 ../../mod/events.php:492 +#: ../../mod/events.php:506 +msgid "Required" +msgstr "Benötigt" + +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" +msgstr "Ort (URL) der App" + +#: ../../mod/appman.php:94 +msgid "Photo icon URL" +msgstr "URL zum Foto" + +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" +msgstr "80 x 80 Pixel - Optional" + +#: ../../mod/appman.php:95 +msgid "Version ID" +msgstr "Versions ID" + +#: ../../mod/appman.php:96 +msgid "Price of app" +msgstr "Preis der App" + +#: ../../mod/appman.php:97 +msgid "Location (URL) to purchase app" +msgstr "Ort (URL) um die App zu kaufen" + +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Konnte die Quelle nicht anlegen. Kein Kanal ausgewählt." + +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Quelle erstellt." + +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Quelle aktualisiert." + +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" + +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Quellen von Inhalten Deines Kanals verwalten." + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Neue Quelle" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Keine Vorschläge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal." +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importiere alle oder ausgewählte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemäß der Einstellungen dieses Kanals." -#: ../../mod/message.php:41 -msgid "Conversation removed." -msgstr "Unterhaltung gelöscht." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importiere nur Beiträge, die folgende Wörter (eines pro Zeile) enthalten" -#: ../../mod/message.php:56 -msgid "No messages." -msgstr "Keine Nachrichten." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Leer lassen, um alle öffentlichen Beiträge zu importieren" -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" -msgstr "D, d. M Y - g:i A" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Quelle nicht gefunden." -#: ../../mod/pubsites.php:22 +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Quelle bearbeiten" + +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Quelle löschen" + +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Quelle gelöscht" + +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Konnte die Quelle nicht löschen." + +#: ../../mod/pubsites.php:16 msgid "Public Sites" msgstr "Öffentliche Server" -#: ../../mod/pubsites.php:25 +#: ../../mod/pubsites.php:19 msgid "" "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 " @@ -6820,549 +7051,730 @@ msgid "" "additional details." msgstr "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." -#: ../../mod/pubsites.php:31 +#: ../../mod/pubsites.php:25 msgid "Site URL" msgstr "Server-URL" -#: ../../mod/pubsites.php:31 +#: ../../mod/pubsites.php:25 msgid "Access Type" msgstr "Zugangstyp" -#: ../../mod/pubsites.php:31 +#: ../../mod/pubsites.php:25 msgid "Registration Policy" msgstr "Registrierungsrichtlinien" -#: ../../mod/register.php:43 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Maximale Anzahl täglicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal." +#: ../../mod/pubsites.php:25 ../../mod/profiles.php:404 +msgid "Location" +msgstr "Ort" -#: ../../mod/register.php:49 +#: ../../mod/import.php:36 +msgid "Nothing to import." +msgstr "Nichts zu importieren." + +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" +msgstr "Daten können vom alten Server nicht heruntergeladen werden" + +#: ../../mod/import.php:64 +msgid "Imported file is empty." +msgstr "Die importierte Datei ist leer." + +#: ../../mod/import.php:88 msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen." +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "Kann keinen doppelten Kanal-Identifikator auf diesem System erzeugen (Spitzname oder Hash schon belegt). Import fehlgeschlagen." -#: ../../mod/register.php:77 -msgid "Passwords do not match." -msgstr "Passwörter stimmen nicht überein." +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." +msgstr "Klonen des Kanals fehlgeschlagen. Import fehlgeschlagen." + +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." +msgstr "Geklonter Kanal nicht gefunden. Import fehlgeschlagen." + +#: ../../mod/import.php:364 +msgid "Import completed." +msgstr "Import abgeschlossen." + +#: ../../mod/import.php:377 +msgid "You must be logged in to use this feature." +msgstr "Du musst angemeldet sein um diese Funktion zu nutzen." + +#: ../../mod/import.php:382 +msgid "Import Channel" +msgstr "Kanal importieren" -#: ../../mod/register.php:105 +#: ../../mod/import.php:383 msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet." +"Use this form to import an existing channel from a different server/hub. You" +" may retrieve the channel identity from the old server/hub via the network " +"or provide an export file. Only identity and connections/relationships will " +"be imported. Importation of content is not yet available." +msgstr "Verwende dieses Formular, um einen existierenden Kanal von einem anderen Red-Server zu importieren. Du kannst den Kanal direkt vom bisherigen Red-Server über das Netzwerk importieren oder eine exportierte Sicherheitskopie benutzen. Es werden ausschließlich die Identität und die Verbindungen/Beziehungen importiert. Das Importieren von Inhalten ist derzeit nicht möglich." -#: ../../mod/register.php:111 -msgid "Your registration is pending approval by the site owner." -msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden." +#: ../../mod/import.php:384 +msgid "File to Upload" +msgstr "Hochzuladende Datei:" -#: ../../mod/register.php:114 -msgid "Your registration can not be processed." -msgstr "Deine Registrierung konnte nicht verarbeitet werden." +#: ../../mod/import.php:385 +msgid "Or provide the old server/hub details" +msgstr "Oder gib die Details Deines bisherigen Red-Servers ein" -#: ../../mod/register.php:147 -msgid "Registration on this site/hub is by approval only." -msgstr "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator" +#: ../../mod/import.php:386 +msgid "Your old identity address (xyz@example.com)" +msgstr "Bisherige Kanal-Adresse (xyz@example.com)" -#: ../../mod/register.php:148 -msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" -msgstr "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>" +#: ../../mod/import.php:387 +msgid "Your old login email address" +msgstr "Ihre alte Login E-Mail Adresse" -#: ../../mod/register.php:156 +#: ../../mod/import.php:388 +msgid "Your old login password" +msgstr "Ihr altes Login Kennwort" + +#: ../../mod/import.php:389 msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Die maximale Anzahl täglicher Registrierungen auf diesem Server wurde überschritten. Bitte versuche es morgen noch einmal." +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be" +" able to post from either location, but only one can be marked as the " +"primary location for files, photos, and media." +msgstr "Egal welche Option Du wählst, bitte lege fest, ob dieser Server die neue primäre Adresse dieses Kanals sein soll, oder ob der bisherige Red-Server diese Rolle weiterhin wahrnimmt. Du kannst von beiden Servern aus posten, aber nur einer kann der primäre Ort Deiner Dateien, Fotos und Medien sein." -#: ../../mod/register.php:167 -msgid "Terms of Service" -msgstr "Nutzungsbedingungen" +#: ../../mod/import.php:390 +msgid "Make this hub my primary location" +msgstr "Dieser Red-Server ist mein primärer Server." -#: ../../mod/register.php:173 -#, php-format -msgid "I accept the %s for this website" -msgstr "Ich akzeptiere die %s für diese Webseite" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "Ungültige Signatur des Ziels" -#: ../../mod/register.php:175 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Ich bin älter als 13 Jahre und akzeptiere die %s dieser Webseite" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Konnte den Empfänger nicht finden." -#: ../../mod/register.php:194 -msgid "Membership on this site is by invitation only." -msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Die Kommunikation mit dem ausgewählten Kanal ist fehlgeschlagen." -#: ../../mod/register.php:195 -msgid "Please enter your invitation code" -msgstr "Bitte trage Deinen Einladungs-Code ein" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Verifizierung des angeforderten Kanals fehlgeschlagen." -#: ../../mod/register.php:198 -msgid "Your email address" -msgstr "Ihre E-Mail Adresse" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden fehlgeschlagen." -#: ../../mod/register.php:199 -msgid "Choose a password" -msgstr "Passwort" +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "Nachricht gelöscht." -#: ../../mod/register.php:200 -msgid "Please re-enter your password" -msgstr "Bitte gib Dein Passwort noch einmal ein" +#: ../../mod/mail.php:149 +msgid "Message recalled." +msgstr "Nachricht widerrufen." -#: ../../mod/regmod.php:12 -msgid "Please login." -msgstr "Bitte melde dich an." +#: ../../mod/mail.php:215 +msgid "Send Private Message" +msgstr "Private Nachricht senden" -#: ../../mod/removeme.php:49 -msgid "Remove This Channel" -msgstr "Diesen Kanal löschen" +#: ../../mod/mail.php:216 ../../mod/mail.php:333 +msgid "To:" +msgstr "An:" -#: ../../mod/removeme.php:50 -msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." -msgstr "Hiermit wird dieser Kanal komplett aus dem Netzwerk gelöscht. Einmal eingeleitet kann dieser Prozess nicht rückgängig gemacht werden." +#: ../../mod/mail.php:221 ../../mod/mail.php:335 +msgid "Subject:" +msgstr "Betreff:" -#: ../../mod/removeme.php:51 -msgid "Please enter your password for verification:" -msgstr "Bitte gib zur Bestätigung Dein Passwort ein:" +#: ../../mod/mail.php:232 +msgid "Send" +msgstr "Absenden" -#: ../../mod/removeme.php:52 -msgid "Remove this channel and all its clones from the network" -msgstr "Lösche diesen Kanal und all seine Klone aus dem Netzwerk" +#: ../../mod/mail.php:259 +msgid "Message not found." +msgstr "Nachricht nicht gefunden." + +#: ../../mod/mail.php:303 +msgid "Recall message" +msgstr "Nachricht widerrufen" -#: ../../mod/removeme.php:52 +#: ../../mod/mail.php:305 +msgid "Message has been recalled." +msgstr "Die Nachricht wurde widerrufen." + +#: ../../mod/mail.php:322 +msgid "Private Conversation" +msgstr "Private Unterhaltung" + +#: ../../mod/mail.php:326 +msgid "Delete conversation" +msgstr "Unterhaltung löschen" + +#: ../../mod/mail.php:328 msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "Standardmäßig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Keine sichere Kommunikation verfügbar. <strong>Eventuell</strong> kannst Du auf der Profilseite des Absenders antworten." -#: ../../mod/removeme.php:53 -msgid "Remove Channel" -msgstr "Kanal löschen" +#: ../../mod/mail.php:332 +msgid "Send Reply" +msgstr "Antwort senden" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "Informationen über den Besitzer der Seite konnten nicht gefunden werden." +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Du musst angemeldet sein, um diese Seite betrachten zu können." -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Album nicht gefunden." +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet." -#: ../../mod/photos.php:119 ../../mod/photos.php:672 -msgid "Delete Album" -msgstr "Album löschen" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 +#: ../../mod/profiles.php:222 ../../mod/profiles.php:539 +msgid "Profile not found." +msgstr "Profil nicht gefunden." -#: ../../mod/photos.php:159 ../../mod/photos.php:955 -msgid "Delete Photo" -msgstr "Foto löschen" +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profil gelöscht." -#: ../../mod/photos.php:453 -msgid "No photos selected" -msgstr "Keine Fotos ausgewählt" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profil-" -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." -msgstr "Der Zugriff auf dieses Foto ist eingeschränkt." +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Neues Profil erstellt." -#: ../../mod/photos.php:577 -#, 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/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Profil kann nicht geklont werden." -#: ../../mod/photos.php:580 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "Du verwendest %1$.2f MBytes Deines Foto-Speichers." +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Dieses Profil kann nicht exportiert werden." -#: ../../mod/photos.php:599 -msgid "Upload Photos" -msgstr "Fotos hochladen" +#: ../../mod/profiles.php:232 +msgid "Profile Name is required." +msgstr "Profil-Name erforderlich." -#: ../../mod/photos.php:603 ../../mod/photos.php:667 -msgid "New album name: " -msgstr "Name des neuen Albums:" +#: ../../mod/profiles.php:354 +msgid "Marital Status" +msgstr "Familienstand" -#: ../../mod/photos.php:604 -msgid "or existing album name: " -msgstr "Oder bestehender Album-Name:" +#: ../../mod/profiles.php:358 +msgid "Romantic Partner" +msgstr "Romantische Partner" -#: ../../mod/photos.php:605 -msgid "Do not show a status post for this upload" -msgstr "Keine Statusnachricht für diesen Upload senden" +#: ../../mod/profiles.php:362 +msgid "Likes" +msgstr "Gefällt" -#: ../../mod/photos.php:656 ../../mod/photos.php:678 ../../mod/photos.php:1127 -#: ../../mod/photos.php:1142 -msgid "Contact Photos" -msgstr "Kontakt-Bilder" +#: ../../mod/profiles.php:366 +msgid "Dislikes" +msgstr "Gefällt nicht" -#: ../../mod/photos.php:682 -msgid "Edit Album" -msgstr "Album bearbeiten" +#: ../../mod/profiles.php:370 +msgid "Work/Employment" +msgstr "Arbeit/Anstellung" -#: ../../mod/photos.php:688 -msgid "Show Newest First" -msgstr "Zeige Neueste zuerst" +#: ../../mod/profiles.php:373 +msgid "Religion" +msgstr "Religion" -#: ../../mod/photos.php:690 -msgid "Show Oldest First" -msgstr "Zeige Älteste zuerst" +#: ../../mod/profiles.php:377 +msgid "Political Views" +msgstr "Politische Ansichten" -#: ../../mod/photos.php:733 ../../mod/photos.php:1174 -msgid "View Photo" -msgstr "Foto ansehen" +#: ../../mod/profiles.php:381 +msgid "Gender" +msgstr "Geschlecht" -#: ../../mod/photos.php:779 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden." +#: ../../mod/profiles.php:385 +msgid "Sexual Preference" +msgstr "Sexuelle Orientierung" -#: ../../mod/photos.php:781 -msgid "Photo not available" -msgstr "Foto nicht verfügbar" +#: ../../mod/profiles.php:389 +msgid "Homepage" +msgstr "Webseite" -#: ../../mod/photos.php:841 -msgid "Use as profile photo" -msgstr "Als Profilfoto verwenden" +#: ../../mod/profiles.php:393 +msgid "Interests" +msgstr "Hobbys/Interessen" -#: ../../mod/photos.php:865 -msgid "View Full Size" -msgstr "In voller Größe anzeigen" +#: ../../mod/profiles.php:487 +msgid "Profile updated." +msgstr "Profil aktualisiert." -#: ../../mod/photos.php:939 -msgid "Edit photo" -msgstr "Foto bearbeiten" +#: ../../mod/profiles.php:564 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?" -#: ../../mod/photos.php:941 -msgid "Rotate CW (right)" -msgstr "Drehen im UZS (rechts)" +#: ../../mod/profiles.php:588 +msgid "Edit Profile Details" +msgstr "Bearbeite Profil-Details" -#: ../../mod/photos.php:942 -msgid "Rotate CCW (left)" -msgstr "Drehen gegen UZS (links)" +#: ../../mod/profiles.php:590 +msgid "View this profile" +msgstr "Dieses Profil ansehen" -#: ../../mod/photos.php:944 -msgid "New album name" -msgstr "Name des neuen Albums:" +#: ../../mod/profiles.php:592 +msgid "Change Profile Photo" +msgstr "Profilfoto ändern" -#: ../../mod/photos.php:947 -msgid "Caption" -msgstr "Bildunterschrift" +#: ../../mod/profiles.php:593 +msgid "Create a new profile using these settings" +msgstr "Neues Profil anlegen und diese Einstellungen übernehmen" -#: ../../mod/photos.php:949 -msgid "Add a Tag" -msgstr "Schlagwort hinzufügen" +#: ../../mod/profiles.php:594 +msgid "Clone this profile" +msgstr "Dieses Profil klonen" -#: ../../mod/photos.php:952 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +#: ../../mod/profiles.php:595 +msgid "Delete this profile" +msgstr "Dieses Profil löschen" -#: ../../mod/photos.php:1105 -msgid "In This Photo:" -msgstr "Auf diesem Foto:" +#: ../../mod/profiles.php:597 +msgid "Import profile from file" +msgstr "Profil aus einer Datei importieren" -#: ../../mod/photos.php:1180 -msgid "View Album" -msgstr "Album ansehen" +#: ../../mod/profiles.php:598 +msgid "Export profile to file" +msgstr "Profil in eine Datei exportieren" -#: ../../mod/photos.php:1189 -msgid "Recent Photos" -msgstr "Neueste Fotos" +#: ../../mod/profiles.php:599 +msgid "Profile Name:" +msgstr "Profilname:" -#: ../../mod/mood.php:138 -msgid "Mood" -msgstr "Laune" +#: ../../mod/profiles.php:600 +msgid "Your Full Name:" +msgstr "Dein voller Name:" -#: ../../mod/mood.php:139 -msgid "Set your current mood and tell your friends" -msgstr "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden" +#: ../../mod/profiles.php:601 +msgid "Title/Description:" +msgstr "Titel/Stellenbeschreibung:" -#: ../../mod/ping.php:192 -msgid "sent you a private message" -msgstr "eine private Nachricht schicken" +#: ../../mod/profiles.php:602 +msgid "Your Gender:" +msgstr "Dein Geschlecht:" -#: ../../mod/ping.php:250 -msgid "added your channel" -msgstr "hat deinen Kanal hinzugefügt" +#: ../../mod/profiles.php:603 +#, php-format +msgid "Birthday (%s):" +msgstr "Geburtstag (%s):" -#: ../../mod/ping.php:294 -msgid "posted an event" -msgstr "hat eine Veranstaltung veröffentlicht" +#: ../../mod/profiles.php:604 +msgid "Street Address:" +msgstr "Straße und Hausnummer:" -#: ../../view/theme/redbasic/php/config.php:76 -msgid "Scheme Default" -msgstr "Standard-Schema" +#: ../../mod/profiles.php:605 +msgid "Locality/City:" +msgstr "Wohnort:" -#: ../../view/theme/redbasic/php/config.php:87 -msgid "silver" -msgstr "silbern" +#: ../../mod/profiles.php:606 +msgid "Postal/Zip Code:" +msgstr "Postleitzahl:" -#: ../../view/theme/redbasic/php/config.php:98 -#: ../../view/theme/apw/php/config.php:234 -#: ../../view/theme/blogga/view/theme/blog/config.php:69 -#: ../../view/theme/blogga/php/config.php:69 -msgid "Theme settings" -msgstr "Theme-Einstellungen" +#: ../../mod/profiles.php:607 +msgid "Country:" +msgstr "Land:" -#: ../../view/theme/redbasic/php/config.php:99 -#: ../../view/theme/apw/php/config.php:235 -msgid "Set scheme" -msgstr "Schema" +#: ../../mod/profiles.php:608 +msgid "Region/State:" +msgstr "Region/Bundesstaat:" -#: ../../view/theme/redbasic/php/config.php:100 -msgid "Navigation bar colour" -msgstr "Farbe der Navigationsleiste" +#: ../../mod/profiles.php:609 +msgid "<span class=\"heart\">♥</span> Marital Status:" +msgstr "<span class=\"heart\">♥</span> Beziehungsstatus:" -#: ../../view/theme/redbasic/php/config.php:101 -msgid "link colour" -msgstr "Farbe der Links" +#: ../../mod/profiles.php:610 +msgid "Who: (if applicable)" +msgstr "Wer: (falls anwendbar)" -#: ../../view/theme/redbasic/php/config.php:102 -msgid "Set font-colour for banner" -msgstr "Farbe des Banners" +#: ../../mod/profiles.php:611 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Set the background colour" -msgstr "Hintergrundfarbe" +#: ../../mod/profiles.php:612 +msgid "Since [date]:" +msgstr "Seit [Datum]:" -#: ../../view/theme/redbasic/php/config.php:104 -msgid "Set the background image" -msgstr "Hintergrundbild" +#: ../../mod/profiles.php:614 +msgid "Homepage URL:" +msgstr "Homepage URL:" -#: ../../view/theme/redbasic/php/config.php:105 -msgid "Set the background colour of items" -msgstr "Hintergrundfarbe von Beiträgen" +#: ../../mod/profiles.php:617 +msgid "Religious Views:" +msgstr "Religiöse Ansichten:" -#: ../../view/theme/redbasic/php/config.php:106 -msgid "Set the opacity of items" -msgstr "Deckkraft von Beiträgen" +#: ../../mod/profiles.php:618 +msgid "Keywords:" +msgstr "Schlüsselwörter:" -#: ../../view/theme/redbasic/php/config.php:107 -msgid "Set the basic colour for item icons" -msgstr "Basisfarbe der Beitrags-Icons" +#: ../../mod/profiles.php:621 +msgid "Example: fishing photography software" +msgstr "Beispiel: Angeln Fotografie Software" -#: ../../view/theme/redbasic/php/config.php:108 -msgid "Set the hover colour for item icons" -msgstr "Farbe für Beitrags-Icons unter dem Mauszeiger" +#: ../../mod/profiles.php:622 +msgid "Used in directory listings" +msgstr "Wird in Verzeichnis-Auflistungen verwendet" -#: ../../view/theme/redbasic/php/config.php:109 -msgid "Set font-size for the entire application" -msgstr "Schriftgröße für die ganze Applikation" +#: ../../mod/profiles.php:623 +msgid "Tell us about yourself..." +msgstr "Erzähle uns ein wenig von Dir …" -#: ../../view/theme/redbasic/php/config.php:110 -#: ../../view/theme/apw/php/config.php:236 -msgid "Set font-size for posts and comments" -msgstr "Schriftgröße für Beiträge und Kommentare" +#: ../../mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "Hobbys/Interessen" -#: ../../view/theme/redbasic/php/config.php:111 -msgid "Set font-colour for posts and comments" -msgstr "Schriftfarbe für Beiträge und Kommentare" +#: ../../mod/profiles.php:625 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformation und soziale Netzwerke" -#: ../../view/theme/redbasic/php/config.php:112 -msgid "Set radius of corners" -msgstr "Ecken-Radius" +#: ../../mod/profiles.php:626 +msgid "My other channels" +msgstr "Meine anderen Kanäle" -#: ../../view/theme/redbasic/php/config.php:113 -msgid "Set shadow depth of photos" -msgstr "Schattentiefe von Fotos" +#: ../../mod/profiles.php:627 +msgid "Musical interests" +msgstr "Musikalische Interessen" -#: ../../view/theme/redbasic/php/config.php:114 -msgid "Set maximum width of conversation regions" -msgstr "Maximalbreite der Unterhaltungsbereiche" +#: ../../mod/profiles.php:628 +msgid "Books, literature" +msgstr "Bücher, Literatur" -#: ../../view/theme/redbasic/php/config.php:115 -msgid "Set minimum opacity of nav bar - to hide it" -msgstr "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)" +#: ../../mod/profiles.php:629 +msgid "Television" +msgstr "Fernsehen" -#: ../../view/theme/redbasic/php/config.php:116 -msgid "Set size of conversation author photo" -msgstr "Größe der Avatare von Themenstartern" +#: ../../mod/profiles.php:630 +msgid "Film/dance/culture/entertainment" +msgstr "Film/Tanz/Kultur/Unterhaltung" -#: ../../view/theme/redbasic/php/config.php:117 -msgid "Set size of followup author photos" -msgstr "Größe der Avatare von Kommentatoren" +#: ../../mod/profiles.php:631 +msgid "Love/romance" +msgstr "Liebe/Romantik" -#: ../../view/theme/redbasic/php/config.php:118 -msgid "Sloppy photo albums" -msgstr "Schräge Fotoalben" +#: ../../mod/profiles.php:632 +msgid "Work/employment" +msgstr "Arbeit/Anstellung" -#: ../../view/theme/redbasic/php/config.php:118 -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?" +#: ../../mod/profiles.php:633 +msgid "School/education" +msgstr "Schule/Ausbildung" -#: ../../view/theme/apw/php/config.php:193 -#: ../../view/theme/apw/php/config.php:211 -msgid "Schema Default" -msgstr "Standard-Schema" +#: ../../mod/profiles.php:639 +msgid "This is your default profile." +msgstr "Das ist Dein Standardprofil" -#: ../../view/theme/apw/php/config.php:194 -msgid "Sans-Serif" -msgstr "Sans-Serif" +#: ../../mod/profiles.php:692 +msgid "Edit/Manage Profiles" +msgstr "Profile bearbeiten/verwalten" -#: ../../view/theme/apw/php/config.php:195 -msgid "Monospace" -msgstr "Monospace" +#: ../../mod/profiles.php:693 +msgid "Add profile things" +msgstr "Profil-Dinge hinzufügen" -#: ../../view/theme/apw/php/config.php:237 -msgid "Set font face" -msgstr "Schriftart" +#: ../../mod/profiles.php:694 +msgid "Include desirable objects in your profile" +msgstr "Binde begehrenswerte Dinge in Dein Profil ein" -#: ../../view/theme/apw/php/config.php:238 -msgid "Set iconset" -msgstr "Icon-Set" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" +msgstr "Lesezeichen hinzugefügt" -#: ../../view/theme/apw/php/config.php:239 -msgid "Set big shadow size, default 15px 15px 15px" -msgstr "Ausmaß der großen Schatten (Default 15px 15px 15px)" +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" +msgstr "Meine Lesezeichen" -#: ../../view/theme/apw/php/config.php:240 -msgid "Set small shadow size, default 5px 5px 5px" -msgstr "Ausmaß der kleinen Schatten (Default 5px 5px 5px)" +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" +msgstr "Lesezeichen meiner Kontakte" -#: ../../view/theme/apw/php/config.php:241 -msgid "Set shadow colour, default #000" -msgstr "Farbe der Schatten (Default #000)" +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Kein Kanal." -#: ../../view/theme/apw/php/config.php:242 -msgid "Set radius size, default 5px" -msgstr "Ecken-Radius (Default 5px)" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Gemeinsame Verbindungen" -#: ../../view/theme/apw/php/config.php:243 -msgid "Set line-height for posts and comments" -msgstr "Zeilenhöhe für Beiträge und Kommentare" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Keine gemeinsamen Verbindungen." -#: ../../view/theme/apw/php/config.php:244 -msgid "Set background image" -msgstr "Hintergrundbild" +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Mögen/Nicht mögen" -#: ../../view/theme/apw/php/config.php:245 -msgid "Set background colour" -msgstr "Hintergrundfarbe" +#: ../../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." -#: ../../view/theme/apw/php/config.php:246 -msgid "Set section background image" -msgstr "Hintergrundbild des mittleren Bereichs" +#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 +msgid "Invalid request." +msgstr "Ungültige Anfrage." -#: ../../view/theme/apw/php/config.php:247 -msgid "Set section background colour" -msgstr "Hintergrundfarbe des mittleren Bereichs" +#: ../../mod/like.php:119 +msgid "thing" +msgstr "Sache" -#: ../../view/theme/apw/php/config.php:248 -msgid "Set colour of items - use hex" -msgstr "Farbe von Beiträgen (HEX)" +#: ../../mod/like.php:165 +msgid "Channel unavailable." +msgstr "Kanal nicht vorhanden." -#: ../../view/theme/apw/php/config.php:249 -msgid "Set colour of links - use hex" -msgstr "Farbe von Links (HEX)" +#: ../../mod/like.php:204 +msgid "Previous action reversed." +msgstr "Die vorherige Aktion wurde rückgängig gemacht." -#: ../../view/theme/apw/php/config.php:250 -msgid "Set max-width for items. Default 400px" -msgstr "Maximalbreite von Beiträgen (Default 400px)" +#: ../../mod/like.php:417 +msgid "Action completed." +msgstr "Aktion durchgeführt." -#: ../../view/theme/apw/php/config.php:251 -msgid "Set min-width for items. Default 240px" -msgstr "Minimalbreite von Beiträgen (Default 240px)" +#: ../../mod/like.php:418 +msgid "Thank you." +msgstr "Vielen Dank." -#: ../../view/theme/apw/php/config.php:252 -msgid "Set the generic content wrapper width. Default 48%" -msgstr "Breite des „generic content wrapper“ (Default 48%)" +#: ../../mod/notify.php:53 ../../mod/notifications.php:94 +msgid "No more system notifications." +msgstr "Keine System-Benachrichtigungen mehr." -#: ../../view/theme/apw/php/config.php:253 -msgid "Set colour of fonts - use hex" -msgstr "Schriftfarbe (HEX)" +#: ../../mod/notify.php:57 ../../mod/notifications.php:98 +msgid "System Notifications" +msgstr "System-Benachrichtigungen" -#: ../../view/theme/apw/php/config.php:254 -msgid "Set background-size element" -msgstr "Größe des Hintergrund-Elements" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Zugriff für die Anwendung autorisieren" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Trage folgenden Sicherheitscode in der Anwendung ein:" -#: ../../view/theme/apw/php/config.php:255 -msgid "Item opacity" -msgstr "Deckkraft von Beiträgen (z.B. 0.8)" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Zum Weitermachen, bitte einloggen." -#: ../../view/theme/apw/php/config.php:256 -msgid "Display post previews only" -msgstr "Nur Beitragsvorschau anzeigen" +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für Dich zu erstellen?" -#: ../../view/theme/apw/php/config.php:257 -msgid "Display side bar on channel page" -msgstr "Zeige die Seitenleiste auf der Kanal-Seite" +#: ../../mod/chat.php:167 +msgid "Room not found" +msgstr "Chatraum konnte nicht gefunden werden." -#: ../../view/theme/apw/php/config.php:258 -msgid "Colour of the navigation bar" -msgstr "Farbe der Navigationsleiste" +#: ../../mod/chat.php:178 +msgid "Leave Room" +msgstr "Raum verlassen" -#: ../../view/theme/apw/php/config.php:259 -msgid "Item float" -msgstr "Beitragsfluss" +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "Diesen Raum löschen" -#: ../../view/theme/apw/php/config.php:260 -msgid "Left offset of the section element" -msgstr "Linker Rand des mittleren Bereichs" +#: ../../mod/chat.php:180 +msgid "I am away right now" +msgstr "Ich bin gerade nicht da" -#: ../../view/theme/apw/php/config.php:261 -msgid "Right offset of the section element" -msgstr "Rechter Rand des mittleren Bereichs" +#: ../../mod/chat.php:181 +msgid "I am online" +msgstr "Ich bin online" -#: ../../view/theme/apw/php/config.php:262 -msgid "Section width" -msgstr "Breite des mittleren Bereichs" +#: ../../mod/chat.php:183 +msgid "Bookmark this room" +msgstr "Lesezeichen für diesen Raum" -#: ../../view/theme/apw/php/config.php:263 -msgid "Left offset of the aside" -msgstr "Linker Rand des seitlichen Bereichs" +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Neuer Chatraum" -#: ../../view/theme/apw/php/config.php:264 -msgid "Right offset of the aside element" -msgstr "Rechter Rand des seitlichen Bereichs" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Name des Chatraums" -#: ../../view/theme/blogga/view/theme/blog/config.php:47 -#: ../../view/theme/blogga/php/config.php:47 -msgid "None" -msgstr "Keine" +#: ../../mod/chat.php:225 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "%1$ss Chaträume" -#: ../../view/theme/blogga/view/theme/blog/config.php:70 -#: ../../view/theme/blogga/php/config.php:70 -msgid "Header image" -msgstr "Titelbild" +#: ../../mod/events.php:72 +msgid "Event title and start time are required." +msgstr "Veranstaltungs- Titel und Startzeit sind erforderlich." -#: ../../view/theme/blogga/view/theme/blog/config.php:71 -#: ../../view/theme/blogga/php/config.php:71 -msgid "Header image only on profile pages" -msgstr "Titelbild nur auf Profil-Seiten anzeigen" +#: ../../mod/events.php:86 +msgid "Event not found." +msgstr "Termin nicht gefunden." -#: ../../boot.php:1234 +#: ../../mod/events.php:329 +msgid "l, F j" +msgstr "l, F j" + +#: ../../mod/events.php:351 +msgid "Edit event" +msgstr "Veranstaltung bearbeiten" + +#: ../../mod/events.php:397 +msgid "Create New Event" +msgstr "Neue Veranstaltung erstellen" + +#: ../../mod/events.php:398 +msgid "Previous" +msgstr "Voriges" + +#: ../../mod/events.php:469 +msgid "hour:minute" +msgstr "Stunde:Minute" + +#: ../../mod/events.php:489 +msgid "Event details" +msgstr "Veranstaltungs-Details" + +#: ../../mod/events.php:490 #, php-format -msgid "Update %s failed. See error logs." -msgstr "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen." +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Format ist %s %s. Startzeit und Titel sind erforderlich." + +#: ../../mod/events.php:492 +msgid "Event Starts:" +msgstr "Veranstaltung startet:" + +#: ../../mod/events.php:495 +msgid "Finish date/time is not known or not relevant" +msgstr "Ende Datum/Zeit sind unbekannt oder unwichtig" + +#: ../../mod/events.php:497 +msgid "Event Finishes:" +msgstr "Veranstaltung endet:" + +#: ../../mod/events.php:500 +msgid "Adjust for viewer timezone" +msgstr "An die Zeitzone des Betrachters anpassen" + +#: ../../mod/events.php:502 +msgid "Description:" +msgstr "Beschreibung:" + +#: ../../mod/events.php:506 +msgid "Title:" +msgstr "Titel:" + +#: ../../mod/events.php:508 +msgid "Share this event" +msgstr "Die Veranstaltung teilen" + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ungültiger Anfrage-Identifikator." + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Verwerfen" + +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Kein gültiges Konto gefunden." -#: ../../boot.php:1237 +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "Zurücksetzen des Passworts eingeleitet. Schau in Deine E-Mails." + +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 #, php-format -msgid "Update Error at %s" -msgstr "Aktualisierungsfehler auf %s" +msgid "Site Member (%s)" +msgstr "Nutzer (%s)" + +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Passwort-Rücksetzung auf %s angefordert" -#: ../../boot.php:1401 +#: ../../mod/lostpass.php:63 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." +"Request could not be verified. (You may have previously submitted it.) " +"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." -#: ../../boot.php:1429 -msgid "Password" -msgstr "Kennwort" +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Dein Passwort wurde wie angefordert neu erstellt." -#: ../../boot.php:1430 -msgid "Remember me" -msgstr "Angaben speichern" +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Dein neues Passwort lautet" -#: ../../boot.php:1435 -msgid "Forgot your password?" -msgstr "Passwort vergessen?" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Speichere oder kopiere Dein neues Passwort – und dann" -#: ../../boot.php:1500 -msgid "permission denied" -msgstr "Zugriff verweigert" +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "Klicke hier, um dich anzumelden" -#: ../../boot.php:1501 -msgid "Got Zot?" -msgstr "Haste schon Zot?" +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geändert werden." -#: ../../boot.php:1906 -msgid "toggle mobile" -msgstr "auf/von mobile Ansicht wechseln" +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Auf %s wurde Dein Passwort geändert" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Kennwort vergessen?" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurücksetzen zu lassen. Du erhältst dann weitere Anweisungen per E-Mail." + +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "E-Mail Adresse" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Zurücksetzen" + +#: ../../mod/layouts.php:62 +msgid "Help with this feature" +msgstr "Hilfe zu dieser Funktion" + +#: ../../mod/layouts.php:84 +msgid "Layout Name" +msgstr "Layout-Name" + +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "Block bearbeiten" + +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "Block löschen?" + +#: ../../mod/editblock.php:153 +msgid "Delete Block" +msgstr "Block löschen" + +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" +msgstr "Layout bearbeiten" + +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" +msgstr "Layout löschen?" + +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" +msgstr "Layout löschen" + +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanal hinzugefügt." diff --git a/view/de/strings.php b/view/de/strings.php index 443b2ec0c..6816c61e8 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -5,118 +5,460 @@ function string_plural_select_de($n){ return ($n != 1);; }} ; -$a->strings["Categories"] = "Kategorien"; -$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["Light (Red Matrix default)"] = "Hell (RedMatrix Voreinstellung)"; +$a->strings["Submit"] = "Bestätigen"; +$a->strings["Theme settings"] = "Theme-Einstellungen"; +$a->strings["Set scheme"] = "Schema"; +$a->strings["Narrow navbar"] = "Verkleinere Navigationsleiste"; +$a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste"; +$a->strings["Navigation bar gradient top color"] = "Farbverlauf der Navigationsleiste: Farbe oben"; +$a->strings["Navigation bar gradient bottom color"] = "Farbverlauf der Navigationsleiste: Farbe unten"; +$a->strings["Navigation active button gradient top color"] = "Navigations-Button aktiv: Farbe für Farbverlauf oben"; +$a->strings["Navigation active button gradient bottom color"] = "Navigations-Button aktiv: Farbe für Farbverlauf unten"; +$a->strings["Navigation bar border color "] = "Farbe für den Rand der Navigationsleiste"; +$a->strings["Navigation bar icon color "] = "Farbe für die Icons der Navigationsleiste"; +$a->strings["Navigation bar active icon color "] = "Farbe für aktive Icons der Navigationsleiste"; +$a->strings["link color"] = "Farbe für Links"; +$a->strings["Set font-color for banner"] = "Farbe der Schrift des Banners"; +$a->strings["Set the background color"] = "Hintergrundfarbe"; +$a->strings["Set the background image"] = "Hintergrundbild"; +$a->strings["Set the background color of items"] = "Hintergrundfarbe für Beiträge"; +$a->strings["Set the background color of comments"] = "Hintergrundfarbe für Kommentare"; +$a->strings["Set the border color of comments"] = "Farbe des Randes von Kommentaren"; +$a->strings["Set the indent for comments"] = "Einzug für Kommmentare einstellen"; +$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 font-size for the entire application"] = "Schriftgröße für die ganze Applikation"; +$a->strings["Set font-size for posts and comments"] = "Schriftgröße für Beiträge und Kommentare"; +$a->strings["Set font-color for posts and comments"] = "Schriftfarbe für Posts und Kommentare"; +$a->strings["Set radius of corners"] = "Ecken-Radius"; +$a->strings["Set shadow depth of photos"] = "Schattentiefe von Fotos"; +$a->strings["Set maximum width of conversation regions"] = "Maximalbreite der Unterhaltungsbereiche"; +$a->strings["Center conversation regions"] = "Konversationsbereich zentrieren"; +$a->strings["Set minimum opacity of nav bar - to hide it"] = "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)"; +$a->strings["Set size of conversation author photo"] = "Größe der Avatare von Themenstartern"; +$a->strings["Set size of followup author photos"] = "Größe der Avatare von Kommentatoren"; +$a->strings["Sloppy photo albums"] = "Schräge Fotoalben"; +$a->strings["Are you a clean desk or a messy desk person?"] = "Bist Du jemand, der einen aufgeräumten Schreibtisch hat, oder eher einen chaotischen?"; +$a->strings["Update %s failed. See error logs."] = "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen."; +$a->strings["Update Error at %s"] = "Aktualisierungsfehler auf %s"; +$a->strings["Create an account to access services and applications within the Red Matrix"] = "Erstelle einen Account, um Anwendungen und Dienste innerhalb der Red-Matrix verwenden zu können."; +$a->strings["Register"] = "Registrieren"; +$a->strings["Logout"] = "Abmelden"; +$a->strings["Login"] = "Anmelden"; +$a->strings["Email"] = "E-Mail"; +$a->strings["Password"] = "Kennwort"; +$a->strings["Remember me"] = "Angaben speichern"; +$a->strings["Forgot your password?"] = "Passwort vergessen?"; +$a->strings["Password Reset"] = "Zurücksetzen des Kennworts"; +$a->strings["permission denied"] = "Zugriff verweigert"; +$a->strings["Got Zot?"] = "Haste schon Zot?"; +$a->strings["toggle mobile"] = "auf/von mobile Ansicht wechseln"; +$a->strings["Logged out."] = "Ausgeloggt."; +$a->strings["Failed authentication"] = "Authentifizierung fehlgeschlagen"; +$a->strings["Login failed."] = "Login fehlgeschlagen."; +$a->strings["Default"] = "Standard"; +$a->strings["Permission denied."] = "Zugang verweigert"; +$a->strings["Profile Photos"] = "Profilfotos"; +$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["%d invitation available"] = array( + 0 => "%d Einladung verfügbar", + 1 => "%d Einladungen verfügbar", +); +$a->strings["Advanced"] = "Fortgeschritten"; +$a->strings["Find Channels"] = "Finde Kanäle"; +$a->strings["Enter name or interest"] = "Name oder Interessen eingeben"; +$a->strings["Connect/Follow"] = "Verbinden/Folgen"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiele: Robert Morgenstein, Angeln"; +$a->strings["Find"] = "Finde"; +$a->strings["Channel Suggestions"] = "Kanal-Vorschläge"; +$a->strings["Random Profile"] = "Zufallsprofil"; +$a->strings["Invite Friends"] = "Lade Freunde ein"; +$a->strings["Exammple: name=fred and country=iceland"] = "Beispiel: name=fred und country=deutschland"; +$a->strings["Advanced Find"] = "Erweiterte Suche"; $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["Automatic Permissions (Advanced)"] = "Automatische Berechtigungen (Erweitert)"; -$a->strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen"; -$a->strings["Channel Sources"] = "Kanal-Quellen"; -$a->strings["Settings"] = "Einstellungen"; -$a->strings["Check Mail"] = "E-Mails abrufen"; -$a->strings["New Message"] = "Neue Nachricht"; -$a->strings["Chat Rooms"] = "Chaträume"; -$a->strings["Visible to everybody"] = "Für jeden sichtbar"; -$a->strings["show"] = "zeigen"; -$a->strings["don't show"] = "Verbergen"; +$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[" and "] = "und"; $a->strings["public profile"] = "öffentliches Profil"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s hat %2\$s auf “%3\$s” 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["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["View Profile"] = "Profil ansehen"; -$a->strings["Your profile page"] = "Deine Profilseite"; -$a->strings["Edit Profiles"] = "Profile bearbeiten"; -$a->strings["Manage/Edit profiles"] = "Profile verwalten"; -$a->strings["Photos"] = "Fotos"; -$a->strings["Your photos"] = "Deine Bilder"; +$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["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["Connect"] = "Verbinden"; +$a->strings["New window"] = "Neues Fenster"; +$a->strings["Open the selected location in a different window or browser tab"] = "Öffne die markierte Adresse in einem neuen Browser Fenster oder Tab"; +$a->strings["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\$s's Geburtstag"; +$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag %1\$s"; +$a->strings["Unable to obtain identity information from database"] = "Kann keine Identitäts-Informationen aus Datenbank beziehen"; +$a->strings["Empty name"] = "Namensfeld leer"; +$a->strings["Name too long"] = "Name ist zu lang"; +$a->strings["No account identifier"] = "Keine Account-Kennung"; +$a->strings["Nickname is required."] = "Spitzname ist erforderlich."; +$a->strings["Reserved nickname. Please choose another."] = "Reservierter Kurzname. Bitte wähle einen anderen."; +$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"; +$a->strings["Location:"] = "Ort:"; +$a->strings["Gender:"] = "Geschlecht:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["Online Now"] = "gerade online"; +$a->strings["g A l F d"] = "l, d. F G \\\\U\\\\h\\\\r"; +$a->strings["F d"] = "d. F"; +$a->strings["[today]"] = "[Heute]"; +$a->strings["Birthday Reminders"] = "Geburtstags Erinnerungen"; +$a->strings["Birthdays this week:"] = "Geburtstage in dieser Woche:"; +$a->strings["[No description]"] = "[Keine Beschreibung]"; +$a->strings["Event Reminders"] = "Veranstaltungs- Erinnerungen"; +$a->strings["Events this week:"] = "Veranstaltungen in dieser Woche:"; +$a->strings["Profile"] = "Profil"; +$a->strings["Full Name:"] = "Voller Name:"; +$a->strings["Like this channel"] = "Mag den Kanal"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "Gefällt mir", + 1 => "Gefällt mir", +); +$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"; +$a->strings["Sexual Preference:"] = "Sexuelle Orientierung:"; +$a->strings["Hometown:"] = "Heimatstadt:"; +$a->strings["Tags:"] = "Schlagworte:"; +$a->strings["Political Views:"] = "Politische Ansichten:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["About:"] = "Ãœber:"; +$a->strings["Hobbies/Interests:"] = "Hobbys/Interessen:"; +$a->strings["Likes:"] = "Gefällt:"; +$a->strings["Dislikes:"] = "Gefällt nicht:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinformation und soziale Netzwerke:"; +$a->strings["My other channels:"] = "Meine anderen Kanäle:"; +$a->strings["Musical interests:"] = "Musikalische Interessen:"; +$a->strings["Books, literature:"] = "Bücher, Literatur:"; +$a->strings["Television:"] = "Fernsehen:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/Tanz/Kultur/Unterhaltung:"; +$a->strings["Love/Romance:"] = "Liebe/Romantik:"; +$a->strings["Work/employment:"] = "Arbeit/Anstellung:"; +$a->strings["School/education:"] = "Schule/Ausbildung:"; +$a->strings["Like this thing"] = "Finde ich gut"; +$a->strings["New Page"] = "Neue Seite"; +$a->strings["Edit"] = "Bearbeiten"; +$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["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["Unknown"] = "Unbekannt"; +$a->strings["%1\$s used"] = "%1\$s verwendet"; +$a->strings["%1\$s used of %2\$s (%3\$s%)"] = "von %2\$s wurden %1\$s verwendet (%3\$s%)"; $a->strings["Files"] = "Dateien"; -$a->strings["Your files"] = "Deine Dateien"; -$a->strings["Chat"] = "Chat"; -$a->strings["Your chatrooms"] = "Deine Chaträume"; -$a->strings["Events"] = "Veranstaltungen"; -$a->strings["Your events"] = "Deine Veranstaltungen"; -$a->strings["Bookmarks"] = "Lesezeichen"; -$a->strings["Your bookmarks"] = "Deine Lesezeichen"; -$a->strings["Webpages"] = "Webseiten"; -$a->strings["Your webpages"] = "Deine Webseiten"; -$a->strings["Login"] = "Anmelden"; -$a->strings["Sign in"] = "Anmelden"; -$a->strings["%s - click to logout"] = "%s - Klick zum Abmelden"; -$a->strings["Click to authenticate to your home hub"] = "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"] = "Hilfe"; -$a->strings["Help and documentation"] = "Hilfe und Dokumentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Addon Programme, Helferlein, Spiele"; -$a->strings["Search"] = "Suche"; -$a->strings["Search site content"] = "Durchsuche Seiten-Inhalt"; -$a->strings["Directory"] = "Verzeichnis"; -$a->strings["Channel Locator"] = "Kanal-Anzeiger"; -$a->strings["Matrix"] = "Matrix"; -$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["Channel home"] = "Mein Kanal"; -$a->strings["Mark all channel notifications seen"] = "Markiere alle Kanal-Benachrichtigungen als angesehen"; -$a->strings["Intros"] = "Vorstellungen"; -$a->strings["New Connections"] = "Neue Verbindungen"; -$a->strings["Notices"] = "Benachrichtigungen"; -$a->strings["Notifications"] = "Benachrichtigungen"; -$a->strings["See all notifications"] = "Alle Benachrichtigungen ansehen"; -$a->strings["Mark all system notifications seen"] = "Markiere alle System-Benachrichtigungen als gesehen"; -$a->strings["Mail"] = "Mail"; -$a->strings["Private mail"] = "Persönliche Mail"; -$a->strings["See all private messages"] = "Alle persönlichen Nachrichten ansehen"; -$a->strings["Mark all private messages seen"] = "Markiere alle persönlichen Nachrichten als gesehen"; -$a->strings["Inbox"] = "Eingang"; -$a->strings["Outbox"] = "Ausgang"; -$a->strings["Event Calendar"] = "Veranstaltungskalender"; -$a->strings["See all events"] = "Alle Ereignisse ansehen"; -$a->strings["Mark all events seen"] = "Markiere alle Ereignisse als gesehen"; -$a->strings["Channel Select"] = "Kanal-Auswahl"; -$a->strings["Manage Your Channels"] = "Verwalte Deine Kanäle"; -$a->strings["Account/Channel Settings"] = "Konto-/Kanal-Einstellungen"; -$a->strings["Connections"] = "Verbindungen"; -$a->strings["Manage/Edit Friends and Connections"] = "Freunde und Verbindungen verwalten"; -$a->strings["Admin"] = "Admin"; -$a->strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration"; -$a->strings["Nothing new here"] = "Nichts Neues hier"; -$a->strings["Please wait..."] = "Bitte warten..."; +$a->strings["Name"] = "Name"; +$a->strings["Type"] = "Typ"; +$a->strings["Size"] = "Größe"; +$a->strings["Last Modified"] = "Zuletzt geändert"; +$a->strings["Delete"] = "Löschen"; +$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["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["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["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"; +$a->strings["Password too short"] = "Kennwort zu kurz"; +$a->strings["Passwords do not match"] = "Kennwörter stimmen nicht überein"; +$a->strings["everybody"] = "alle"; +$a->strings["Secret Passphrase"] = "geheime Passphrase"; +$a->strings["Passphrase hint"] = "Hinweis zur Passphrase"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mitteilung: Berechtigungen wurden verändert, aber noch nicht gespeichert."; +$a->strings["close all"] = "Alles schliessen"; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = " "; +$a->strings["ago"] = "her"; +$a->strings["from now"] = "von jetzt"; +$a->strings["less than a minute"] = "weniger als eine Minute"; +$a->strings["about a minute"] = "ungefähr eine Minute"; +$a->strings["%d minutes"] = "%d Minuten"; +$a->strings["about an hour"] = "ungefähr eine Stunde"; +$a->strings["about %d hours"] = "ungefähr %d Stunden"; +$a->strings["a day"] = "ein Tag"; +$a->strings["%d days"] = "%d Tage"; +$a->strings["about a month"] = "ungefähr ein Monat"; +$a->strings["%d months"] = "%d Monate"; +$a->strings["about a year"] = "ungefähr ein Jahr"; +$a->strings["%d years"] = "%d Jahre"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$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["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["Frequently"] = "Häufig"; +$a->strings["Hourly"] = "Stündlich"; +$a->strings["Twice daily"] = "Zwei Mal am Tag"; +$a->strings["Daily"] = "Täglich"; +$a->strings["Weekly"] = "Wöchentlich"; +$a->strings["Monthly"] = "Monatlich"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\\\, H:i"; +$a->strings["Starts:"] = "Beginnt:"; +$a->strings["Finishes:"] = "Endet:"; +$a->strings["This event has been added to your calendar."] = "Dieses Ereignis wurde Deinem Kalender hinzugefügt"; +$a->strings["Male"] = "Männlich"; +$a->strings["Female"] = "Weiblich"; +$a->strings["Currently Male"] = "Momentan männlich"; +$a->strings["Currently Female"] = "Momentan weiblich"; +$a->strings["Mostly Male"] = "Größtenteils männlich"; +$a->strings["Mostly Female"] = "Größtenteils weiblich"; +$a->strings["Transgender"] = "Transsexuell"; +$a->strings["Intersex"] = "Zwischengeschlechtlich"; +$a->strings["Transsexual"] = "Transsexuell"; +$a->strings["Hermaphrodite"] = "Zwitter"; +$a->strings["Neuter"] = "Geschlechtslos"; +$a->strings["Non-specific"] = "unklar"; +$a->strings["Other"] = "Anders"; +$a->strings["Undecided"] = "Unentschieden"; +$a->strings["Males"] = "Männer"; +$a->strings["Females"] = "Frauen"; +$a->strings["Gay"] = "Schwul"; +$a->strings["Lesbian"] = "Lesbisch"; +$a->strings["No Preference"] = "Keine Bevorzugung"; +$a->strings["Bisexual"] = "Bisexuell"; +$a->strings["Autosexual"] = "Autosexuell"; +$a->strings["Abstinent"] = "Enthaltsam"; +$a->strings["Virgin"] = "Jungfräulich"; +$a->strings["Deviant"] = "Abweichend"; +$a->strings["Fetish"] = "Fetisch"; +$a->strings["Oodles"] = "Unmengen"; +$a->strings["Nonsexual"] = "Sexlos"; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Einsam"; +$a->strings["Available"] = "Verfügbar"; +$a->strings["Unavailable"] = "Nicht verfügbar"; +$a->strings["Has crush"] = "Verguckt"; +$a->strings["Infatuated"] = "Verknallt"; +$a->strings["Dating"] = "Lerne gerade jemanden kennen"; +$a->strings["Unfaithful"] = "Treulos"; +$a->strings["Sex Addict"] = "Sexabhängig"; +$a->strings["Friends/Benefits"] = "Freunde/Begünstigte"; +$a->strings["Casual"] = "Lose"; +$a->strings["Engaged"] = "Verlobt"; +$a->strings["Married"] = "Verheiratet"; +$a->strings["Imaginarily married"] = "Gewissermaßen verheiratet"; +$a->strings["Partners"] = "Partner"; +$a->strings["Cohabiting"] = "Lebensgemeinschaft"; +$a->strings["Common law"] = "Informelle Ehe"; +$a->strings["Happy"] = "Glücklich"; +$a->strings["Not looking"] = "Nicht Ausschau haltend"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Betrogen"; +$a->strings["Separated"] = "Getrennt"; +$a->strings["Unstable"] = "Labil"; +$a->strings["Divorced"] = "Geschieden"; +$a->strings["Imaginarily divorced"] = "Gewissermaßen geschieden"; +$a->strings["Widowed"] = "Verwitwet"; +$a->strings["Uncertain"] = "Ungewiss"; +$a->strings["It's complicated"] = "Es ist kompliziert"; +$a->strings["Don't care"] = "Interessiert mich nicht"; +$a->strings["Ask me"] = "Frag mich mal"; +$a->strings["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."; +$a->strings["An invitation is required."] = "Eine Einladung wird benötigt"; +$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht bestätigt werden"; +$a->strings["Please enter the required information."] = "Bitte gib die benötigten Informationen ein."; +$a->strings["Failed to store account information."] = "Speichern der Account-Informationen fehlgeschlagen"; +$a->strings["Registration confirmation for %s"] = "Registrierungsbestätigung für %s"; +$a->strings["Registration request at %s"] = "Registrierungsanfrage auf %s"; +$a->strings["Administrator"] = "Administrator"; +$a->strings["your registration password"] = "Dein Registrierungspasswort"; +$a->strings["Registration details for %s"] = "Registrierungsdetails für %s"; +$a->strings["Account approved."] = "Account bestätigt."; +$a->strings["Registration revoked for %s"] = "Registrierung für %s widerrufen"; +$a->strings["Account verified. Please login."] = "Konto geprüft. Bitte melde Dich an!"; +$a->strings["Embedded content"] = "Eingebetteter Inhalt"; +$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet"; +$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["view full size"] = "In Vollbildansicht anschauen"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS-Informationen für den Datenbank-Server '%s' nicht finden"; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln für Elemente <strong>könnten</strong> für diese Gruppe angewendet werden, sowie für alle zukünftigen Elemente."; +$a->strings["Default privacy group for new contacts"] = "Standard-Privatsphärengruppe für neue Kontakte"; +$a->strings["All Channels"] = "Alle Kanäle"; +$a->strings["edit"] = "Bearbeiten"; +$a->strings["Collections"] = "Sammlungen"; +$a->strings["Edit collection"] = "Bearbeite Sammlungen"; +$a->strings["Create a new collection"] = "Neue Sammlung erzeugen"; +$a->strings["Channels not in any collection"] = "Kanäle, die nicht in einer Sammlung sind"; +$a->strings["add"] = "hinzufügen"; +$a->strings["Item was not found."] = "Beitrag wurde nicht gefunden."; +$a->strings["No source file."] = "Keine Quelldatei."; +$a->strings["Cannot locate file to replace"] = "Kann Datei zum Ersetzen nicht finden"; +$a->strings["Cannot locate file to revise/update"] = "Kann Datei zum Prüfen/Aktualisieren nicht finden"; +$a->strings["File exceeds size limit of %d"] = "Datei überschreitet das Größen-Limit von %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Die Größe Deiner Datei-Anhänge hat das Maximum von %1$.0f MByte erreicht."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess."; +$a->strings["Stored file could not be verified. Upload failed."] = "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen."; +$a->strings["Path not available."] = "Pfad nicht verfügbar."; +$a->strings["Empty pathname"] = "Leere Pfadangabe"; +$a->strings["duplicate filename or path"] = "doppelter Dateiname oder Pfad"; +$a->strings["Path not found."] = "Pfad nicht gefunden."; +$a->strings["mkdir failed."] = "mkdir fehlgeschlagen."; +$a->strings["database storage failed."] = "Speichern in der Datenbank fehlgeschlagen."; +$a->strings["Private Message"] = "Private Nachricht"; +$a->strings["Select"] = "Auswählen"; +$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["Message is verified"] = "Nachricht überprüft"; +$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[" from %s"] = "von %s"; +$a->strings["last edited: %s"] = "zuletzt bearbeitet: %s"; +$a->strings["Expires: %s"] = "Verfällt: %s"; +$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["Close"] = "Geschlossen"; +$a->strings["Please wait"] = "Bitte warten"; +$a->strings["%d comment"] = array( + 0 => "%d Kommentar", + 1 => "%d Kommentare", +); +$a->strings["This is you"] = "Das bist Du"; +$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["Encrypt text"] = "Text verschlüsseln"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."; $a->strings["prev"] = "vorherige"; $a->strings["first"] = "erste"; $a->strings["last"] = "letzte"; @@ -129,6 +471,8 @@ $a->strings["%d Connection"] = array( 1 => "%d Verbindungen", ); $a->strings["View Connections"] = "Verbindungen anzeigen"; +$a->strings["Search"] = "Suche"; +$a->strings["Save"] = "Speichern"; $a->strings["poke"] = "anstupsen"; $a->strings["poked"] = "stupste"; $a->strings["ping"] = "anpingen"; @@ -158,6 +502,7 @@ $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"; @@ -185,7 +530,7 @@ $a->strings["bytes"] = "Bytes"; $a->strings["remove category"] = "Kategorie entfernen"; $a->strings["remove from file"] = "aus der Datei entfernen"; $a->strings["Click to open/close"] = "Klicke zum Öffnen/Schließen"; -$a->strings["link to source"] = "Link zum Originalbeitrag"; +$a->strings["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:"; @@ -200,19 +545,127 @@ $a->strings["Blocks"] = "Blöcke"; $a->strings["Menus"] = "Menüs"; $a->strings["Layouts"] = "Layouts"; $a->strings["Pages"] = "Seiten"; +$a->strings["Sort Options"] = "Sortieroptionen"; +$a->strings["Alphabetic"] = "alphabetisch"; +$a->strings["Reverse Alphabetic"] = "Entgegengesetzt alphabetisch"; +$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["Image/photo"] = "Bild/Foto"; $a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; $a->strings["QR code"] = "QR-Code"; $a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folgenden %2\$s %3\$s"; $a->strings["post"] = "Beitrag"; $a->strings["$1 wrote:"] = "$1 schrieb:"; -$a->strings["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["Red Matrix Notification"] = "Red Matrix Benachrichtigung"; +$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Thank You,"] = "Danke."; +$a->strings["%s Administrator"] = "%s Administrator"; +$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red Notify] Neue Mail auf %s empfangen"; +$a->strings["%1\$s, %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"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]a %4\$s[/zrl] kommentiert"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]%4\$ss %5\$s[/zrl] kommentiert"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen %4\$s[/zrl] kommentiert"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Benachrichtigung] Kommentar in Unterhaltung #%1\$d von %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s hat eine Unterhaltung kommentiert, der Du folgst."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Hinweis] %s schrieb auf Deine Pinnwand"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s hat auf Deine Pinnwand auf %3\$s geschrieben"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s hat auf [zrl=%3\$s]Deine Pinnwand[/zrl] geschrieben"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red Notify] %s hat Dich getaggt"; +$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["%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:Hinweis] %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["%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"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Bitte besuche %s um die Verbindungsanfrage anzunehmen oder abzulehnen."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Benachrichtigung] Freundschaftsvorschlag erhalten"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, Du hast einen Kontaktvorschlag von „%2\$s“ auf %3\$s erhalten"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, Du hast [zrl=%2\$s]einen Kontaktvorschlag[/zrl] für %3\$s von %4\$s erhalten."; +$a->strings["Name:"] = "Name:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen."; +$a->strings["%1\$s's bookmarks"] = "%1\$ss Lesezeichen"; +$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["View Profile"] = "Profil ansehen"; +$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["Photos"] = "Fotos"; +$a->strings["Your photos"] = "Deine Bilder"; +$a->strings["Your files"] = "Deine Dateien"; +$a->strings["Chat"] = "Chat"; +$a->strings["Your chatrooms"] = "Deine Chaträume"; +$a->strings["Bookmarks"] = "Lesezeichen"; +$a->strings["Your bookmarks"] = "Deine Lesezeichen"; +$a->strings["Webpages"] = "Webseiten"; +$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["Create an account"] = "Erzeuge ein Konto"; +$a->strings["Help"] = "Hilfe"; +$a->strings["Help and documentation"] = "Hilfe und Dokumentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Applications, utilities, links, games"] = "Applikationen, Zubehör, Links, Spiele"; +$a->strings["Search site content"] = "Durchsuche Seiten-Inhalt"; +$a->strings["Directory"] = "Verzeichnis"; +$a->strings["Channel Locator"] = "Kanal-Anzeiger"; +$a->strings["Matrix"] = "Matrix"; +$a->strings["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["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["Mail"] = "Mail"; +$a->strings["Private mail"] = "Persönliche Mail"; +$a->strings["See all private messages"] = "Alle persönlichen Nachrichten ansehen"; +$a->strings["Mark all private messages seen"] = "Markiere alle persönlichen Nachrichten als gesehen"; +$a->strings["Inbox"] = "Eingang"; +$a->strings["Outbox"] = "Ausgang"; +$a->strings["New Message"] = "Neue Nachricht"; +$a->strings["Events"] = "Veranstaltungen"; +$a->strings["Event Calendar"] = "Veranstaltungskalender"; +$a->strings["See all events"] = "Alle Ereignisse ansehen"; +$a->strings["Mark all events seen"] = "Markiere alle Ereignisse als gesehen"; +$a->strings["Channel Select"] = "Kanal-Auswahl"; +$a->strings["Manage Your Channels"] = "Verwalte Deine Kanäle"; +$a->strings["Settings"] = "Einstellungen"; +$a->strings["Account/Channel Settings"] = "Konto-/Kanal-Einstellungen"; +$a->strings["Admin"] = "Admin"; +$a->strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration"; +$a->strings["Nothing new here"] = "Nichts Neues hier"; +$a->strings["Please wait..."] = "Bitte warten..."; $a->strings["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["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"; $a->strings["Provide managed web pages on your channel"] = "Stelle verwaltete Webseiten in Deinem Kanal zur Verfügung"; $a->strings["Private Notes"] = "Private Notizen"; @@ -224,10 +677,11 @@ $a->strings["Enable Expert Mode to provide advanced configuration options"] = "A $a->strings["Premium Channel"] = "Premium-Kanal"; $a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Ermöglicht Einschränkungen und Bedingungen für Kontakte dieses Kanals"; $a->strings["Post Composition Features"] = "Nachbearbeitungsfunktionen"; -$a->strings["Richtext Editor"] = "Formatierungseditor"; -$a->strings["Enable richtext editor"] = "Aktiviere Formatierungseditor"; +$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)"; @@ -236,6 +690,7 @@ $a->strings["Search by Date"] = "Suche nach Datum"; $a->strings["Ability to select posts by date ranges"] = "Möglichkeit, Beiträge nach Zeiträumen auszuwählen"; $a->strings["Collections Filter"] = "Filter für Sammlung"; $a->strings["Enable widget to display Network posts only from selected collections"] = "Aktiviere nur Netzwerk-Beiträge von ausgewählten Sammlungen"; +$a->strings["Saved Searches"] = "Gesicherte Suchanfragen"; $a->strings["Save search terms for re-use"] = "Gesicherte Suchbegriffe zur Wiederverwendung"; $a->strings["Network Personal Tab"] = "Persönlicher Netzwerkreiter"; $a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktiviere Reiter nur für die Netzwerk-Beiträge, mit denen Du interagiert hast"; @@ -259,123 +714,33 @@ $a->strings["Star Posts"] = "Beiträge mit Sternchen versehen"; $a->strings["Ability to mark special posts with a star indicator"] = "Möglichkeit, spezielle Beiträge mit Sternchen-Symbol zu markieren"; $a->strings["Tag Cloud"] = "Schlagwort-Wolke"; $a->strings["Provide a personal tag cloud on your channel page"] = "Persönliche Schlagwort-Wolke auf Deiner Kanal-Seite anzeigen"; -$a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiert"; -$a->strings["Block immediately"] = "Sofort blockieren"; -$a->strings["Shady, spammer, self-marketer"] = "Zwielichtig, Spammer, Selbstdarsteller"; -$a->strings["Known to me, but no opinion"] = "Mir bekannt, aber keine Meinung"; -$a->strings["OK, probably harmless"] = "Ok, wahrscheinlich harmlos"; -$a->strings["Reputable, has my trust"] = "Seriös, hat mein Vertrauen"; -$a->strings["Frequently"] = "Häufig"; -$a->strings["Hourly"] = "Stündlich"; -$a->strings["Twice daily"] = "Zwei Mal am Tag"; -$a->strings["Daily"] = "Täglich"; -$a->strings["Weekly"] = "Wöchentlich"; -$a->strings["Monthly"] = "Monatlich"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-Mail"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Miscellaneous"] = "Verschiedenes"; -$a->strings["year"] = "Jahr"; -$a->strings["month"] = "Monat"; -$a->strings["day"] = "Tag"; -$a->strings["never"] = "Nie"; -$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde"; -$a->strings["years"] = "Jahre"; -$a->strings["months"] = "Monate"; -$a->strings["week"] = "Woche"; -$a->strings["weeks"] = "Wochen"; -$a->strings["days"] = "Tage"; -$a->strings["hour"] = "Stunde"; -$a->strings["hours"] = "Stunden"; -$a->strings["minute"] = "Minute"; -$a->strings["minutes"] = "Minuten"; -$a->strings["second"] = "Sekunde"; -$a->strings["seconds"] = "Sekunden"; -$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s"; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS-Informationen für den Datenbank-Server '%s' nicht finden"; -$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\\\, H:i"; -$a->strings["Starts:"] = "Beginnt:"; -$a->strings["Finishes:"] = "Endet:"; -$a->strings["Location:"] = "Ort:"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln für Elemente <strong>könnten</strong> für diese Gruppe angewendet werden, sowie für alle zukünftigen Elemente."; -$a->strings["Default privacy group for new contacts"] = "Standard-Privatsphärengruppe für neue Kontakte"; -$a->strings["All Channels"] = "Alle Kanäle"; -$a->strings["edit"] = "Bearbeiten"; -$a->strings["Collections"] = "Sammlungen"; -$a->strings["Edit collection"] = "Bearbeite Sammlungen"; -$a->strings["Create a new collection"] = "Neue Sammlung erzeugen"; -$a->strings["Channels not in any collection"] = "Kanäle, die nicht in einer Sammlung sind"; -$a->strings["Delete this item?"] = "Dieses Element löschen?"; -$a->strings["Comment"] = "Kommentar"; -$a->strings["show more"] = "mehr zeigen"; -$a->strings["show fewer"] = "Zeige weniger"; -$a->strings["Password too short"] = "Kennwort zu kurz"; -$a->strings["Passwords do not match"] = "Kennwörter stimmen nicht überein"; -$a->strings["everybody"] = "alle"; -$a->strings["Secret Passphrase"] = "geheime Passphrase"; -$a->strings["Passphrase hint"] = "Hinweis zur Passphrase"; -$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -$a->strings["timeago.suffixAgo"] = "timeago.suffixAgo"; -$a->strings["ago"] = "her"; -$a->strings["from now"] = "von jetzt"; -$a->strings["less than a minute"] = "weniger als eine Minute"; -$a->strings["about a minute"] = "ungefähr eine Minute"; -$a->strings["%d minutes"] = "%d Minuten"; -$a->strings["about an hour"] = "ungefähr eine Stunde"; -$a->strings["about %d hours"] = "ungefähr %d Stunden"; -$a->strings["a day"] = "ein Tag"; -$a->strings["%d days"] = "%d Tage"; -$a->strings["about a month"] = "ungefähr ein Monat"; -$a->strings["%d months"] = "%d Monate"; -$a->strings["about a year"] = "ungefähr ein Jahr"; -$a->strings["%d years"] = "%d Jahre"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["No recipient provided."] = "Kein Empfänger angegeben"; -$a->strings["[no subject]"] = "[no subject]"; -$a->strings["Unable to determine sender."] = "Kann Absender nicht bestimmen."; -$a->strings["Stored post could not be verified."] = "Gespeicherter Beitrag konnten nicht überprüft werden."; -$a->strings["Profile Photos"] = "Profilfotos"; -$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"; -$a->strings["Cannot locate file to revise/update"] = "Kann Datei zum Prüfen/Aktualisieren nicht finden"; -$a->strings["File exceeds size limit of %d"] = "Datei überschreitet das Größen-Limit von %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Die Größe Deiner Datei-Anhänge hat das Maximum von %1$.0f MByte erreicht."; -$a->strings["File upload failed. Possible system limit or action terminated."] = "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess."; -$a->strings["Stored file could not be verified. Upload failed."] = "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen."; -$a->strings["Path not available."] = "Pfad nicht verfügbar."; -$a->strings["Empty pathname"] = "Leere Pfadangabe"; -$a->strings["duplicate filename or path"] = "doppelter Dateiname oder Pfad"; -$a->strings["Path not found."] = "Pfad nicht gefunden."; -$a->strings["mkdir failed."] = "mkdir fehlgeschlagen."; -$a->strings["database storage failed."] = "Speichern in der Datenbank fehlgeschlagen."; -$a->strings["%1\$s's bookmarks"] = "%1\$ss Lesezeichen"; +$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"] = "Webseiten-Administrator"; +$a->strings["Address Book"] = "Adressbuch"; +$a->strings["Mood"] = "Laune"; +$a->strings["Poke"] = "Anstupsen"; +$a->strings["Probe"] = "Prüfen"; +$a->strings["Suggest"] = "Empfehlung"; +$a->strings["Update"] = "Aktualisieren"; +$a->strings["Install"] = "Installieren"; +$a->strings["Purchase"] = "Kaufen"; +$a->strings["Public Timeline"] = "Öffentliche Zeitleiste"; +$a->strings["Missing room name"] = "Der Chatraum hat keinen Namen"; +$a->strings["Duplicate room name"] = "Name des Chatraums bereits vergeben"; +$a->strings["Invalid room specifier."] = "Ungültiger Raumbezeichner."; +$a->strings["Room not found."] = "Chatraum konnte nicht gefunden werden."; +$a->strings["Room is full"] = "Der Raum ist voll"; $a->strings["channel"] = "Kanal"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gefällt %2\$ss %3\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gefällt %2\$ss %3\$s nicht"; $a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ist jetzt mit %2\$s verbunden"; $a->strings["%1\$s poked %2\$s"] = "%1\$s stupste %2\$s an"; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s ist momentan %2\$s"; -$a->strings["Select"] = "Auswählen"; -$a->strings["Delete"] = "Löschen"; -$a->strings["Message is verified"] = "Nachricht überprüft"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s"; $a->strings["View %s's profile @ %s"] = "%ss Profil auf %s ansehen"; $a->strings["Categories:"] = "Kategorien:"; $a->strings["Filed under:"] = "Gespeichert unter:"; -$a->strings[" from %s"] = "von %s"; -$a->strings["last edited: %s"] = "zuletzt bearbeitet: %s"; -$a->strings["Expires: %s"] = "Verfällt: %s"; $a->strings["View in context"] = "Im Zusammenhang anschauen"; -$a->strings["Please wait"] = "Bitte warten"; $a->strings["remove"] = "lösche"; $a->strings["Loading..."] = "Lädt ..."; $a->strings["Delete Selected Items"] = "Lösche die ausgewählten Elemente"; @@ -386,7 +751,6 @@ $a->strings["View Photos"] = "Fotos ansehen"; $a->strings["Matrix Activity"] = "Matrix-Aktivität"; $a->strings["Edit Contact"] = "Kontakt bearbeiten"; $a->strings["Send PM"] = "Sende PN"; -$a->strings["Poke"] = "Anstupsen"; $a->strings["%s likes this."] = "%s gefällt das."; $a->strings["%s doesn't like this."] = "%s gefällt das nicht."; $a->strings["<span %1\$s>%2\$d people</span> like this."] = array( @@ -412,9 +776,9 @@ $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"; $a->strings["Upload photo"] = "Foto hochladen"; $a->strings["upload photo"] = "Foto hochladen"; $a->strings["Attach file"] = "Datei anhängen"; @@ -436,9 +800,10 @@ $a->strings["permissions"] = "Berechtigungen"; $a->strings["Public post"] = "Öffentlicher Beitrag"; $a->strings["Example: bob@example.com, mary@example.com"] = "Beispiel: bob@example.com, mary@example.com"; $a->strings["Set expiration date"] = "Verfallsdatum"; -$a->strings["Encrypt text"] = "Text verschlüsseln"; $a->strings["OK"] = "Ok"; $a->strings["Cancel"] = "Abbrechen"; +$a->strings["Discover"] = "Entdecken"; +$a->strings["Imported public streams"] = "Importierte öffentliche Beitragsströme"; $a->strings["Commented Order"] = "Neueste Kommentare"; $a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortiert"; $a->strings["Posted Order"] = "Neueste Beiträge"; @@ -455,363 +820,61 @@ $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["Events and Calendar"] = "Veranstaltungen und Kalender"; $a->strings["Saved Bookmarks"] = "Gespeicherte Lesezeichen"; $a->strings["Manage Webpages"] = "Webseiten verwalten"; -$a->strings["Unable to obtain identity information from database"] = "Kann keine Identitäts-Informationen aus Datenbank beziehen"; -$a->strings["Empty name"] = "Namensfeld leer"; -$a->strings["Name too long"] = "Name ist zu lang"; -$a->strings["No account identifier"] = "Keine Account-Kennung"; -$a->strings["Nickname is required."] = "Spitzname ist erforderlich."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Der Spitzname enthält nicht-unterstütze Zeichen oder wird bereits auf dieser Seite genutzt."; -$a->strings["Unable to retrieve created identity"] = "Kann die erstellte Identität nicht empfangen"; -$a->strings["Default Profile"] = "Standard-Profil"; -$a->strings["Requested channel is not available."] = "Angeforderte Kanal nicht verfügbar."; -$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Entschuldigung, Du besitzt nicht die nötigen Rechte, um dieses Profil zu betrachten."; -$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"] = "Verwalte/Bearbeite Profile"; -$a->strings["Create New Profile"] = "Neues Profil erstellen"; -$a->strings["Edit Profile"] = "Profile bearbeiten"; -$a->strings["Profile Image"] = "Profilfoto:"; -$a->strings["visible to everybody"] = "sichtbar für jeden"; -$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten"; -$a->strings["Gender:"] = "Geschlecht:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["Online Now"] = "gerade online"; -$a->strings["g A l F d"] = "l, d. F G \\\\U\\\\h\\\\r"; -$a->strings["F d"] = "d. F"; -$a->strings["[today]"] = "[Heute]"; -$a->strings["Birthday Reminders"] = "Geburtstags Erinnerungen"; -$a->strings["Birthdays this week:"] = "Geburtstage in dieser Woche:"; -$a->strings["[No description]"] = "[Keine Beschreibung]"; -$a->strings["Event Reminders"] = "Veranstaltungs- Erinnerungen"; -$a->strings["Events this week:"] = "Veranstaltungen in dieser Woche:"; -$a->strings["Profile"] = "Profil"; -$a->strings["Full Name:"] = "Voller Name:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Geburtstag:"; -$a->strings["Age:"] = "Alter:"; -$a->strings["for %1\$d %2\$s"] = "seit %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Sexuelle Orientierung:"; -$a->strings["Hometown:"] = "Heimatstadt:"; -$a->strings["Tags:"] = "Schlagworte:"; -$a->strings["Political Views:"] = "Politische Ansichten:"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["About:"] = "Ãœber:"; -$a->strings["Hobbies/Interests:"] = "Hobbys/Interessen:"; -$a->strings["Likes:"] = "Gefällt:"; -$a->strings["Dislikes:"] = "Gefällt nicht:"; -$a->strings["Contact information and Social Networks:"] = "Kontaktinformation und soziale Netzwerke:"; -$a->strings["My other channels:"] = "Meine anderen Kanäle:"; -$a->strings["Musical interests:"] = "Musikalische Interessen:"; -$a->strings["Books, literature:"] = "Bücher, Literatur:"; -$a->strings["Television:"] = "Fernsehen:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/Tanz/Kultur/Unterhaltung:"; -$a->strings["Love/Romance:"] = "Liebe/Romantik:"; -$a->strings["Work/employment:"] = "Arbeit/Anstellung:"; -$a->strings["School/education:"] = "Schule/Ausbildung:"; -$a->strings["Private Message"] = "Private Nachricht"; -$a->strings["Edit"] = "Bearbeiten"; -$a->strings["save to folder"] = "In Ordner speichern"; -$a->strings["add star"] = "markieren"; -$a->strings["remove star"] = "Markierung entfernen"; -$a->strings["toggle star status"] = "Markierung umschalten"; -$a->strings["starred"] = "markiert"; -$a->strings["add tag"] = "Schlagwort hinzufügen"; -$a->strings["I like this (toggle)"] = "Mir gefällt das (Umschalter)"; -$a->strings["like"] = "mag"; -$a->strings["I don't like this (toggle)"] = "Mir gefällt das nicht (Umschalter)"; -$a->strings["dislike"] = "verurteile"; -$a->strings["Share this"] = "Teile dies"; -$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["Bookmark Links"] = "Setze Lesezeichen für die Links"; -$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["Public Timeline"] = "Öffentliche Zeitleiste"; -$a->strings["view full size"] = "In Vollbildansicht anschauen"; -$a->strings["created a new post"] = "Neuer Beitrag wurde erzeugt"; -$a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert"; -$a->strings["Male"] = "Männlich"; -$a->strings["Female"] = "Weiblich"; -$a->strings["Currently Male"] = "Momentan männlich"; -$a->strings["Currently Female"] = "Momentan weiblich"; -$a->strings["Mostly Male"] = "Größtenteils männlich"; -$a->strings["Mostly Female"] = "Größtenteils weiblich"; -$a->strings["Transgender"] = "Transsexuell"; -$a->strings["Intersex"] = "Zwischengeschlechtlich"; -$a->strings["Transsexual"] = "Transsexuell"; -$a->strings["Hermaphrodite"] = "Zwitter"; -$a->strings["Neuter"] = "Geschlechtslos"; -$a->strings["Non-specific"] = "unklar"; -$a->strings["Other"] = "Anders"; -$a->strings["Undecided"] = "Unentschieden"; -$a->strings["Males"] = "Männer"; -$a->strings["Females"] = "Frauen"; -$a->strings["Gay"] = "Schwul"; -$a->strings["Lesbian"] = "Lesbisch"; -$a->strings["No Preference"] = "Keine Bevorzugung"; -$a->strings["Bisexual"] = "Bisexuell"; -$a->strings["Autosexual"] = "Autosexuell"; -$a->strings["Abstinent"] = "Enthaltsam"; -$a->strings["Virgin"] = "Jungfräulich"; -$a->strings["Deviant"] = "Abweichend"; -$a->strings["Fetish"] = "Fetisch"; -$a->strings["Oodles"] = "Unmengen"; -$a->strings["Nonsexual"] = "Sexlos"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Einsam"; -$a->strings["Available"] = "Verfügbar"; -$a->strings["Unavailable"] = "Nicht verfügbar"; -$a->strings["Has crush"] = "Verguckt"; -$a->strings["Infatuated"] = "Verknallt"; -$a->strings["Dating"] = "Lerne gerade jemanden kennen"; -$a->strings["Unfaithful"] = "Treulos"; -$a->strings["Sex Addict"] = "Sexabhängig"; -$a->strings["Friends/Benefits"] = "Freunde/Begünstigte"; -$a->strings["Casual"] = "Lose"; -$a->strings["Engaged"] = "Verlobt"; -$a->strings["Married"] = "Verheiratet"; -$a->strings["Imaginarily married"] = "Gewissermaßen verheiratet"; -$a->strings["Partners"] = "Partner"; -$a->strings["Cohabiting"] = "Lebensgemeinschaft"; -$a->strings["Common law"] = "Informelle Ehe"; -$a->strings["Happy"] = "Glücklich"; -$a->strings["Not looking"] = "Nicht Ausschau haltend"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Betrogen"; -$a->strings["Separated"] = "Getrennt"; -$a->strings["Unstable"] = "Labil"; -$a->strings["Divorced"] = "Geschieden"; -$a->strings["Imaginarily divorced"] = "Gewissermaßen geschieden"; -$a->strings["Widowed"] = "Verwitwet"; -$a->strings["Uncertain"] = "Ungewiss"; -$a->strings["It's complicated"] = "Es ist kompliziert"; -$a->strings["Don't care"] = "Interessiert mich nicht"; -$a->strings["Ask me"] = "Frag mich mal"; -$a->strings["Missing room name"] = "Der Chatraum hat keinen Namen"; -$a->strings["Duplicate room name"] = "Name des Chatraums bereits vergeben"; -$a->strings["Invalid room specifier."] = "Ungültiger Raumbezeichner."; -$a->strings["Room not found."] = "Chatraum konnte nicht gefunden werden."; -$a->strings["Room is full"] = "Der Raum ist voll"; -$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["likes"] = "gefällt"; -$a->strings["dislikes"] = "missfällt"; -$a->strings["Logged out."] = "Ausgeloggt."; -$a->strings["Failed authentication"] = "Authentifizierung fehlgeschlagen"; -$a->strings["Login failed."] = "Login fehlgeschlagen."; -$a->strings["Not a valid email address"] = "Ungültige E-Mail-Adresse"; -$a->strings["Your email domain is not among those allowed on this site"] = "Deine E-Mail-Adresse ist 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."; -$a->strings["An invitation is required."] = "Eine Einladung wird benötigt"; -$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht bestätigt werden"; -$a->strings["Please enter the required information."] = "Bitte gib die benötigten Informationen ein."; -$a->strings["Failed to store account information."] = "Speichern der Account-Informationen fehlgeschlagen"; -$a->strings["Registration request at %s"] = "Registrierungsanfrage auf %s"; -$a->strings["Administrator"] = "Administrator"; -$a->strings["your registration password"] = "Dein Registrierungspasswort"; -$a->strings["Registration details for %s"] = "Registrierungsdetails für %s"; -$a->strings["Account approved."] = "Account bestätigt."; -$a->strings["Registration revoked for %s"] = "Registrierung für %s widerrufen"; -$a->strings["Sort Options"] = "Sortieroptionen"; -$a->strings["Alphabetic"] = "alphabetisch"; -$a->strings["Reverse Alphabetic"] = "Entgegengesetzt alphabetisch"; -$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["Red Matrix Notification"] = "Red Matrix Benachrichtigung"; -$a->strings["redmatrix"] = "redmatrix"; -$a->strings["Thank You,"] = "Danke."; -$a->strings["%s Administrator"] = "%s Administrator"; -$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red Notify] Neue Mail auf %s empfangen"; -$a->strings["%1\$s, %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"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]a %4\$s[/zrl] kommentiert"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]%4\$ss %5\$s[/zrl] kommentiert"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen %4\$s[/zrl] kommentiert"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Benachrichtigung] Kommentar in Unterhaltung #%1\$d von %2\$s"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s hat eine Unterhaltung kommentiert, der Du folgst."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Hinweis] %s schrieb auf Deine Pinnwand"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s hat auf Deine Pinnwand auf %3\$s geschrieben"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s hat auf [zrl=%3\$s]Deine Pinnwand[/zrl] geschrieben"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red Notify] %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["%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:Hinweis] %s hat Deinen Beitrag verschlagwortet"; -$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["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = "%1\$s, Du hast eine Vorstellung von „%2\$s“ auf %3\$s erhalten"; -$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = "%1\$s, Du hast [zrl=%2\$s]eine Vorstellung[/zrl] von %3\$s erhalten."; -$a->strings["You may visit their profile at %s"] = "Du kannst Dir das Profil unter %s ansehen"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s um sie anzunehmen oder abzulehnen."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Benachrichtigung] Freundschaftsvorschlag erhalten"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, Du hast einen Kontaktvorschlag von „%2\$s“ auf %3\$s erhalten"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, Du hast [zrl=%2\$s]einen Kontaktvorschlag[/zrl] für %3\$s von %4\$s erhalten."; -$a->strings["Name:"] = "Name:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen."; -$a->strings["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["Edit File properties"] = "Dateieigenschaften ändern"; -$a->strings["%d invitation available"] = array( - 0 => "%d Einladung verfügbar", - 1 => "%d Einladungen verfügbar", -); -$a->strings["Find Channels"] = "Finde Kanäle"; -$a->strings["Enter name or interest"] = "Name oder Interessen eingeben"; -$a->strings["Connect/Follow"] = "Verbinden/Folgen"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiele: Robert Morgenstein, Angeln"; -$a->strings["Find"] = "Finde"; -$a->strings["Channel Suggestions"] = "Kanal-Vorschläge"; -$a->strings["Random Profile"] = "Zufallsprofil"; -$a->strings["Invite Friends"] = "Lade Freunde ein"; -$a->strings["%d connection in common"] = array( - 0 => "%d gemeinsame Verbindung", - 1 => "%d gemeinsame Verbindungen", -); -$a->strings["New Page"] = "Neue Seite"; -$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["Visible to your default audience"] = "Standard-Sichtbarkeit"; +$a->strings["Show"] = "Zeigen"; +$a->strings["Don't show"] = "Nicht zeigen"; +$a->strings["Permissions"] = "Berechtigungen"; +$a->strings["System"] = "System"; +$a->strings["Create Personal App"] = "Erstelle persönliche App"; +$a->strings["Edit Personal App"] = "Editiere persönliche App"; +$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["Automatic Permissions (Advanced)"] = "Automatische Berechtigungen (Erweitert)"; +$a->strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen"; +$a->strings["Check Mail"] = "E-Mails abrufen"; +$a->strings["Chat Rooms"] = "Chaträume"; +$a->strings["Bookmarked Chatrooms"] = "Gespeicherte Chatrooms"; +$a->strings["Suggested Chatrooms"] = "Vorgeschlagene Chaträume"; $a->strings["Channel is blocked on this site."] = "Der Kanal ist auf dieser Seite blockiert "; $a->strings["Channel location missing."] = "Adresse des Kanals fehlt."; $a->strings["Response from remote channel was incomplete."] = "Antwort des entfernten Kanals war unvollständig."; -$a->strings["Channel discovery failed."] = ""; +$a->strings["Channel was deleted and no longer exists."] = "Kanal wurde gelöscht und existiert nicht mehr."; +$a->strings["Channel discovery failed."] = "Kanalerkennung 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["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["Default"] = "Standard"; -$a->strings["Embedded content"] = "Eingebetteter Inhalt"; -$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet"; -$a->strings["Can view my \"public\" stream and posts"] = "Kann meinen öffentlichen Stream und Beiträge sehen"; -$a->strings["Can view my \"public\" channel profile"] = "Kann meinen öffentliches Kanal-Profil sehen"; -$a->strings["Can view my \"public\" photo albums"] = "Kann meine öffentlichen Fotoalben sehen"; -$a->strings["Can view my \"public\" address book"] = "Kann mein öffentliches Adressbuch sehen"; -$a->strings["Can view my \"public\" file storage"] = "Kann meinen öffentlichen Dateiordner sehen"; -$a->strings["Can view my \"public\" pages"] = "Kann meine öffentlichen Seiten sehen"; -$a->strings["Can send me their channel stream and posts"] = "Können mir den Stream und die Beiträge aus ihrem Kanal schicken"; -$a->strings["Can post on my channel page (\"wall\")"] = "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen"; -$a->strings["Can comment on my posts"] = "Kann meine Beiträge kommentieren"; -$a->strings["Can send me private mail messages"] = "Kann mir private Nachrichten schicken"; -$a->strings["Can post photos to my photo albums"] = "Kann Fotos in meinen Fotoalben veröffentlichen"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten"; -$a->strings["Advanced - useful for creating group forum channels"] = "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen"; -$a->strings["Can chat with me (when available)"] = "Kann mit mir chatten (wenn verfügbar)"; -$a->strings["Can write to my \"public\" file storage"] = "Kann in meinen öffentlichen Dateiordner schreiben"; -$a->strings["Can edit my \"public\" pages"] = "Kann meine öffentlichen Seiten bearbeiten"; -$a->strings["Can source my \"public\" posts in derived channels"] = "Kann meine „öffentlichen“ Beiträge als Quellen für andere Kanäle verwenden"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften"; -$a->strings["Can send me bookmarks"] = "Darf mir Lesezeichen senden"; -$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["Permission denied"] = "Keine Berechtigung"; -$a->strings["Unknown"] = "Unbekannt"; -$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["Invalid data packet"] = "Ungültiges Datenpaket"; -$a->strings["Unable to verify channel signature"] = "Konnte die Signatur des Kanals nicht verifizieren"; -$a->strings["Unable to verify site signature for %s"] = "Kann die Signatur der Seite von %s nicht verifizieren"; -$a->strings["No channel."] = "Kein Kanal."; -$a->strings["Common connections"] = "Gemeinsame Verbindungen"; -$a->strings["No connections in common."] = "Keine gemeinsamen Verbindungen."; -$a->strings["Event title and start time are required."] = "Veranstaltungs- Titel und Startzeit sind erforderlich."; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Veranstaltung bearbeiten"; -$a->strings["Create New Event"] = "Neue Veranstaltung erstellen"; -$a->strings["Previous"] = "Voriges"; -$a->strings["Next"] = "Nächste"; -$a->strings["hour:minute"] = "Stunde:Minute"; -$a->strings["Event details"] = "Veranstaltungs-Details"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Format ist %s %s. Startzeit und Titel sind erforderlich."; -$a->strings["Event Starts:"] = "Veranstaltung startet:"; -$a->strings["Required"] = "Benötigt"; -$a->strings["Finish date/time is not known or not relevant"] = "Ende Datum/Zeit sind unbekannt oder unwichtig"; -$a->strings["Event Finishes:"] = "Veranstaltung endet:"; -$a->strings["Adjust for viewer timezone"] = "An die Zeitzone des Betrachters anpassen"; -$a->strings["Description:"] = "Beschreibung:"; -$a->strings["Title:"] = "Titel:"; -$a->strings["Share this event"] = "Die Veranstaltung teilen"; -$a->strings["Thing updated"] = "Ding aktualisiert"; -$a->strings["Object store: failed"] = "Speichern des Objekts fehlgeschlagen"; -$a->strings["Thing added"] = "Ding hinzugefügt"; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; -$a->strings["Show Thing"] = "Ding anzeigen"; -$a->strings["item not found."] = "Eintrag nicht gefunden"; -$a->strings["Edit Thing"] = "Ding bearbeiten"; -$a->strings["Select a profile"] = "Wähle ein Profil"; -$a->strings["Select a category of stuff. e.g. I ______ something"] = "Wähle eine Kategorie/Art, z.B. Ich ______ etwas"; -$a->strings["Post an activity"] = "Aktivitätsnachricht senden"; -$a->strings["Only sends to viewers of the applicable profile"] = "Nur an Betrachter des ausgewählten Profils senden"; -$a->strings["Name of thing e.g. something"] = "Name des Dings, z.B. Etwas"; -$a->strings["URL of thing (optional)"] = "URL des Dings (optional)"; -$a->strings["URL for photo of thing (optional)"] = "URL eines Fotos von dem Ding (optional)"; -$a->strings["Add Thing to your Profile"] = "Das Ding Deinem Profil hinzufügen"; -$a->strings["Total invitation limit exceeded."] = "Einladungslimit überschritten."; -$a->strings["%s : Not a valid email address."] = "%s : Keine gültige Email Adresse."; -$a->strings["Please join us on Red"] = "Schließe Dich uns an und werde Teil der Red-Matrix"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Einladungslimit überschritten. Bitte kontaktiere den Administrator Deines Red-Servers."; -$a->strings["%s : Message delivery failed."] = "%s : Nachricht konnte nicht zugestellt werden."; -$a->strings["%d message sent."] = array( - 0 => "%d Nachricht gesendet.", - 1 => "%d Nachrichten gesendet.", -); -$a->strings["You have no more invitations available"] = "Du hast keine weiteren verfügbare Einladungen"; -$a->strings["Send invitations"] = "Einladungen senden"; -$a->strings["Enter email addresses, one per line:"] = "Email-Adressen eintragen, eine pro Zeile:"; -$a->strings["Your message:"] = "Deine Nachricht:"; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Du bist herzlich eingeladen, mir und einigen anderen guten Freunden in die Red-Matrix zu folgen – einem revolutionär neuen, dezentralen Kommunikations- und Informationsnetzwerk."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du musst dann den folgenden Einladungs-Code angeben: \$invite_code"; -$a->strings["Please visit my channel at"] = "Bitte besuche meinen Kanal auf"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Wenn Du Dich registriert hast (egal auf welchem Server in der Red-Matrix, sie sind alle miteinander verbunden) verbinde Dich bitte mit meinem Kanal in der Matrix. Adresse:"; -$a->strings["Click the [Register] link on the following page to join."] = "Klicke den [Registrieren]-Link auf der nächsten Seite, um dich anzumelden."; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Für weitere Informationen über das Red-Matrix-Projekt und warum es das Potential hat, das Internet, wie wir es kennen, grundlegend zu verändern, besuche http://getzot.com"; +$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["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut."; +$a->strings["Welcome %s. Remote authentication successful."] = "Willkommen %s. Entfernte Authentifizierung erfolgreich."; $a->strings["Name is required"] = "Name ist erforderlich"; $a->strings["Key and Secret are required"] = "Schlüssel und Geheimnis werden benötigt"; -$a->strings["Update"] = "Aktualisieren"; $a->strings["Passwords do not match. Password unchanged."] = "Kennwörter stimmen nicht überein. Kennwort nicht verändert."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Leere Kennwörter sind nicht erlaubt. Kennwort nicht verändert."; $a->strings["Password changed."] = "Kennwort geändert."; @@ -821,7 +884,6 @@ $a->strings["Protected email address. Cannot change to that email."] = "Geschüt $a->strings["System failure storing new email. Please try again."] = "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal."; $a->strings["Settings updated."] = "Einstellungen aktualisiert."; $a->strings["Add application"] = "Anwendung hinzufügen"; -$a->strings["Name"] = "Name"; $a->strings["Name of application"] = "Name der Anwendung"; $a->strings["Consumer Key"] = "Consumer Key"; $a->strings["Automatically generated - change if desired. Max length 20"] = "Automatisch erzeugt – ändern, falls erwünscht. Maximale Länge 20"; @@ -850,6 +912,7 @@ $a->strings["On"] = "An"; $a->strings["Additional Features"] = "Zusätzliche Funktionen"; $a->strings["Connector Settings"] = "Connector-Einstellungen"; $a->strings["No special theme for mobile devices"] = "Keine spezielle Theme für mobile Geräte"; +$a->strings["%s - (Experimental)"] = "%s - (Experimentell)"; $a->strings["Display Settings"] = "Anzeige-Einstellungen"; $a->strings["Display Theme:"] = "Anzeige-Theme:"; $a->strings["Mobile Theme:"] = "Mobile Theme:"; @@ -858,13 +921,13 @@ $a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 Sekunden, kein Ma $a->strings["Maximum number of conversations to load at any time:"] = "Maximale Anzahl von Unterhaltungen, die auf einmal geladen werden sollen:"; $a->strings["Maximum of 100 items"] = "Maximum: 100 Beiträge"; $a->strings["Don't show emoticons"] = "Emoticons nicht zeigen"; -$a->strings["Do not view remote profiles in frames"] = "Profile/Kanäle direkt anzeigen"; -$a->strings["By default open in a sub-window of your own site"] = "Wenn dieser Haken nicht gesetzt ist, werden Profile in einem Unterfenster auf Deinem eigenen Server angezeigt."; +$a->strings["System Page Layout Editor - (advanced)"] = "(Erweiterter) Seitenlayout Editor"; $a->strings["Nobody except yourself"] = "Niemand außer Dir selbst"; $a->strings["Only those you specifically allow"] = "Nur die, denen Du es explizit erlaubst"; -$a->strings["Anybody in your address book"] = "Jeder aus Ihrem Adressbuch"; +$a->strings["Approved connections"] = "Erlaubte Verbindung"; +$a->strings["Any connections"] = "Beliebige Verbindung"; $a->strings["Anybody on this website"] = "Jeder auf dieser Website"; -$a->strings["Anybody in this network"] = "Jeder in diesem Netzwerk"; +$a->strings["Anybody in this network"] = "Alle Red-Nutzer"; $a->strings["Anybody authenticated"] = "Jeder authentifizierte"; $a->strings["Anybody on the internet"] = "Jeder im Internet"; $a->strings["Publish your default profile in the network directory"] = "Standard-Profil im Netzwerk-Verzeichnis veröffentlichen"; @@ -877,6 +940,7 @@ $a->strings["Channel Settings"] = "Kanal-Einstellungen"; $a->strings["Basic Settings"] = "Grundeinstellungen"; $a->strings["Your Timezone:"] = "Ihre Zeitzone:"; $a->strings["Default Post Location:"] = "Standardstandort:"; +$a->strings["Geographical location to display on your posts"] = "Geografischer Ort, der bei Deinen Beiträgen angezeigt werden soll"; $a->strings["Use Browser Location:"] = "Standort des Browsers verwenden:"; $a->strings["Adult Content"] = "Nicht jugendfreie Inhalte"; $a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Dieser Kanal veröffentlicht regelmäßig Inhalte, die für Minderjährige ungeeignet sind. (Bitte markiere solche Inhalte mit dem Schlagwort #NSFW)"; @@ -889,8 +953,10 @@ $a->strings["Typical - <em>default public, privacy when desired (similar to soci $a->strings["Private - <em>default private, never open or public</em>"] = "Private – <em>Default privat, nie offen oder öffentlich</em>"; $a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Blockiert – <em>Alle per Default blockiert</em>"; $a->strings["Allow others to tag your posts"] = "Erlaube anderen deine Beiträge mit Schlagwörtern zu versehen"; -$a->strings["Often used by the community to retro-actively flag inappropriate content"] = ""; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Wird oft von der Community genutzt um rückwirkend anstößigen Inhalt zu markieren"; $a->strings["Advanced Privacy Settings"] = "Fortgeschrittene Privatsphäre-Einstellungen"; +$a->strings["Expire other channel content after this many days"] = "Lasse den Inhalt anderer Kanäle nach dieser Anzahl Tage verfallen"; +$a->strings["0 or blank prevents expiration"] = "0 oder Leer verhindern das Verfallen"; $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"; @@ -903,8 +969,8 @@ $a->strings["accepting a friend request"] = "Du eine Kontaktanfrage annimmst"; $a->strings["joining a forum/community"] = "Du einem Forum beitrittst"; $a->strings["making an <em>interesting</em> profile change"] = "Du eine <em>interessante</em> Änderung an Deinem Profil vornimmst"; $a->strings["Send a notification email when:"] = "Eine E-Mail-Benachrichtigung senden, wenn:"; -$a->strings["You receive an introduction"] = "Du eine Vorstellung erhältst"; -$a->strings["Your introductions are confirmed"] = "Deine Vorstellung bestätigt wurde."; +$a->strings["You receive a connection request"] = "Du hast eine Verbindungsanfrage erhalten"; +$a->strings["Your connections are confirmed"] = "Deine Verbindungen wurden bestätigt"; $a->strings["Someone writes on your profile wall"] = "Jemand auf Deine Pinnwand schreibt"; $a->strings["Someone writes a followup comment"] = "Jemand einen Beitrag kommentiert"; $a->strings["You receive a private message"] = "Du eine private Nachricht erhältst"; @@ -914,137 +980,39 @@ $a->strings["You are poked/prodded/etc. in a post"] = "Du in einem Beitrag anges $a->strings["Advanced Account/Page Type Settings"] = "Erweiterte Account- und Seitenart-Einstellungen"; $a->strings["Change the behaviour of this account for special situations"] = "Ändere das Verhalten dieses Accounts unter speziellen Umständen"; $a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Aktiviere den Expertenmodus (unter <a href=\"settings/features\">Settings > Zusätzliche Funktionen</a>), um hier Einstellungen vorzunehmen!"; -$a->strings["Miscellaneous Settings"] = ""; +$a->strings["Miscellaneous Settings"] = "Sonstige Einstellungen"; $a->strings["Personal menu to display in your channel pages"] = "Persönliches Menü zur Anzeige auf den Seiten deines Kanals"; -$a->strings["Menu updated."] = "Menü aktualisiert."; -$a->strings["Unable to update menu."] = "Kann Menü nicht aktualisieren."; -$a->strings["Menu created."] = "Menü erstellt."; -$a->strings["Unable to create menu."] = "Kann Menü nicht erstellen."; -$a->strings["Manage Menus"] = "Menüs verwalten"; -$a->strings["Drop"] = "Löschen"; -$a->strings["Create a new menu"] = "Neues Menü erstellen"; -$a->strings["Delete this menu"] = "Lösche dieses Menü"; -$a->strings["Edit menu contents"] = "Bearbeite Menü Inhalte"; -$a->strings["Edit this menu"] = "Dieses Menü bearbeiten"; -$a->strings["New Menu"] = "Neues Menü"; -$a->strings["Menu name"] = "Menü Name"; -$a->strings["Must be unique, only seen by you"] = "Muss eindeutig sein, ist aber nur für Dich sichtbar"; -$a->strings["Menu title"] = "Menü Titel"; -$a->strings["Menu title as seen by others"] = "Menü Titel wie er von anderen gesehen wird"; -$a->strings["Allow bookmarks"] = "Erlaube Lesezeichen"; -$a->strings["Menu may be used to store saved bookmarks"] = "Im Menü können gespeicherte Lesezeichen abgelegt werden"; -$a->strings["Create"] = "Erstelle"; -$a->strings["Menu not found."] = "Menü nicht gefunden"; -$a->strings["Menu deleted."] = "Menü gelöscht."; -$a->strings["Menu could not be deleted."] = "Menü konnte nicht gelöscht werden."; -$a->strings["Edit Menu"] = "Menü bearbeiten"; -$a->strings["Add or remove entries to this menu"] = "Einträge zu diesem Menü hinzufügen oder entfernen"; -$a->strings["Modify"] = "Ändern"; -$a->strings["Not found."] = "Nicht gefunden."; -$a->strings["View"] = "Ansicht"; -$a->strings["Authorize application connection"] = "Zugriff für die Anwendung autorisieren"; -$a->strings["Return to your app and insert this Securty Code:"] = "Trage folgenden Sicherheitscode in der Anwendung ein:"; -$a->strings["Please login to continue."] = "Zum Weitermachen, bitte einloggen."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für Dich zu erstellen?"; -$a->strings["No installed applications."] = "Keine installierten Anwendungen."; -$a->strings["Applications"] = "Anwendungen"; -$a->strings["Edit post"] = "Bearbeite Beitrag"; -$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red-Matrix-Gäste: Nutzername: {Deine E-Mail-Adresse}; Passwort: +++"; -$a->strings["Bookmark added"] = "Lesezeichen hinzugefügt"; -$a->strings["My Bookmarks"] = "Meine Lesezeichen"; -$a->strings["My Connections Bookmarks"] = "Lesezeichen meiner Kontakte"; -$a->strings["Unable to locate original post."] = "Originalbeitrag nicht gefunden."; -$a->strings["Empty post discarded."] = "Leeren Beitrag verworfen."; -$a->strings["Executable content type not permitted to this channel."] = "Ausführbarer Content-Typ ist für diesen Kanal nicht freigegeben."; -$a->strings["System error. Post not saved."] = "Systemfehler. Beitrag nicht gespeichert."; -$a->strings["Wall Photos"] = "Wall Fotos"; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du hast die maximale Anzahl von %1$.0f Beiträgen erreicht."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt nun %2\$ss %3\$s"; -$a->strings["[Embedded content - reload page to view]"] = "[Eingebettete Inhalte – lade die Seite neu, um sie anzuzeigen]"; +$a->strings["Remove this channel"] = "Lösche diesen Kanal"; +$a->strings["Permission Denied."] = "Zugriff verweigert."; +$a->strings["File not found."] = "Datei nicht gefunden."; +$a->strings["Edit file permissions"] = "Dateiberechtigungen bearbeiten"; +$a->strings["Set/edit permissions"] = "Berechtigungen setzen/ändern"; +$a->strings["Include all files and sub folders"] = "Alle Dateien und Unterverzeichnisse einbinden"; +$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["Channel not found."] = "Kanal nicht gefunden."; -$a->strings["toggle full screen mode"] = "auf Vollbildmodus umschalten"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s hat %2\$ss %3\$s mit %4\$s verschlagwortet"; -$a->strings["You must be logged in to see this page."] = "Du musst angemeldet sein, um diese Seite betrachten zu können."; -$a->strings["Leave Room"] = "Raum verlassen"; -$a->strings["I am away right now"] = "Ich bin gerade nicht da"; -$a->strings["I am online"] = "Ich bin online"; -$a->strings["New Chatroom"] = "Neuer Chatraum"; -$a->strings["Chatroom Name"] = "Name des Chatraums"; -$a->strings["%1\$s's Chatrooms"] = "%1\$ss Chaträume"; -$a->strings["Public access denied."] = "Öffentlicher Zugang verweigert."; -$a->strings["No connections."] = "Keine Verbindungen."; -$a->strings["Visit %s's profile [%s]"] = "%ss Profil [%s] besuchen"; -$a->strings["View Connnections"] = "Zeige Verbindungen"; -$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:"; -$a->strings["Remove"] = "Entferne"; -$a->strings["Continue"] = "Fortfahren"; -$a->strings["Premium Channel Setup"] = "Premium-Kanal-Einrichtung"; -$a->strings["Enable premium channel connection restrictions"] = "Einschränkungen für einen Premium-Kanal aktivieren"; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc."; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Unter Umständen sind weitere Schritte oder die Bestätigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig."; -$a->strings["Potential connections will then see the following text before proceeding:"] = "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:"; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "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 potential page delegates located."] = "Keine potentiellen Bevollmächtigten für die Seite gefunden."; -$a->strings["Delegate Page Management"] = "Delegiere das Management für diese Seite"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!"; -$a->strings["Existing Page Managers"] = "Vorhandene Seitenmanager"; -$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite"; -$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte"; -$a->strings["Add"] = "Hinzufügen"; -$a->strings["No entries."] = "Keine Einträge."; -$a->strings["Away"] = "Abwesend"; -$a->strings["Online"] = "Online"; -$a->strings["Item not available."] = "Element nicht verfügbar."; -$a->strings["Menu element updated."] = "Menü-Element aktualisiert."; -$a->strings["Unable to update menu element."] = "Kann Menü-Element nicht aktualisieren."; -$a->strings["Menu element added."] = "Menü-Bestandteil hinzugefügt."; -$a->strings["Unable to add menu element."] = "Kann Menü-Bestandteil nicht hinzufügen."; -$a->strings["Manage Menu Elements"] = "Menü-Bestandteile verwalten"; -$a->strings["Edit menu"] = "Menü bearbeiten"; -$a->strings["Edit element"] = "Bestandteil bearbeiten"; -$a->strings["Drop element"] = "Bestandteil löschen"; -$a->strings["New element"] = "Neues Bestandteil"; -$a->strings["Edit this menu container"] = "Diesen Menü-Container bearbeiten"; -$a->strings["Add menu element"] = "Menüelement hinzufügen"; -$a->strings["Delete this menu item"] = "Lösche dieses Menü-Bestandteil"; -$a->strings["Edit this menu item"] = "Bearbeite dieses Menü-Bestandteil"; -$a->strings["New Menu Element"] = "Neues Menü-Bestandteil"; -$a->strings["Menu Item Permissions"] = "Zugriffsrechte des Menü-Elements"; -$a->strings["Link text"] = "Link Text"; -$a->strings["URL of link"] = "URL des Links"; -$a->strings["Use Red magic-auth if available"] = "Verwende Red Magic-Auth wenn verfügbar"; -$a->strings["Open link in new window"] = "Öffne Link in neuem Fenster"; -$a->strings["Order in list"] = "Reihenfolge in der Liste"; -$a->strings["Higher numbers will sink to bottom of listing"] = "Größere Nummern werden weiter unten in der Auflistung einsortiert"; -$a->strings["Menu item not found."] = "Menü-Bestandteil nicht gefunden."; -$a->strings["Menu item deleted."] = "Menü-Bestandteil gelöscht."; -$a->strings["Menu item could not be deleted."] = "Menü-Bestandteil kann nicht gelöscht werden."; -$a->strings["Edit Menu Element"] = "Bearbeite Menü-Bestandteil"; -$a->strings["Invalid profile identifier."] = "Ungültiger Profil-Identifikator"; -$a->strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits-Editor"; -$a->strings["Click on a contact to add or remove."] = "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["Collection created."] = "Sammlung erstellt."; -$a->strings["Could not create collection."] = "Sammlung kann nicht erstellt werden."; -$a->strings["Collection updated."] = "Sammlung aktualisiert."; -$a->strings["Create a collection of channels."] = "Erstelle eine Sammlung von Kanälen."; -$a->strings["Collection Name: "] = "Name der Sammlung:"; -$a->strings["Members are visible to other channels"] = "Mitglieder sind sichtbar für andere Kanäle"; -$a->strings["Collection removed."] = "Sammlung gelöscht."; -$a->strings["Unable to remove collection."] = "Löschen der Sammlung nicht möglich."; -$a->strings["Collection Editor"] = "Sammlung-Editor"; -$a->strings["Members"] = "Mitglieder"; -$a->strings["All Connected Channels"] = "Alle 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["Red Matrix - "The Network""] = "Red Matrix - "Das Netzwerk""; +$a->strings["Welcome to %s"] = "Willkommen auf %s"; +$a->strings["Fetching URL returns error: %1\$s"] = "Abrufen der URL gab einen Fehler zurück: %1\$s"; +$a->strings["[Embedded content - reload page to view]"] = "[Eingebettete Inhalte – lade die Seite neu, um sie anzuzeigen]"; +$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["Channel Name"] = "Name des Kanals"; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Beispiele: „Horst Weidinger“, „Lisa und ihr Meerschweinchen“, „Fußball“, „Segelflieger-Forum“ "; +$a->strings["Choose a short nickname"] = "Wähle einen kurzen Spitznamen"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (ähnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst."; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Wir haben ein Problem mit der OpenID festgestellt, mit der du dich anmelden wolltest. Bitte überprüfe die Schreibweise der ID noch einmal."; +$a->strings["The error message was:"] = "Die Fehlermeldung lautet:"; +$a->strings["Authentication failed."] = "Authentifizierung fehlgeschlagen."; +$a->strings["Remote Authentication"] = "Entfernte Authentifizierung"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Deine Kanal-Adresse (z. B. channel@example.com)"; +$a->strings["Authenticate"] = "Authentifizieren"; $a->strings["Theme settings updated."] = "Theme-Einstellungen aktualisiert."; $a->strings["Site"] = "Seite"; -$a->strings["Users"] = "Benutzer"; +$a->strings["Accounts"] = "Konten"; +$a->strings["Channels"] = "Kanäle"; $a->strings["Plugins"] = "Plug-Ins"; $a->strings["Themes"] = "Themes"; $a->strings["Server"] = "Server"; @@ -1061,17 +1029,14 @@ $a->strings["Version"] = "Version"; $a->strings["Active plugins"] = "Aktive Plug-Ins"; $a->strings["Site settings updated."] = "Site-Einstellungen aktualisiert."; $a->strings["No special theme for accessibility"] = "Kein spezielles Accessibility-Theme vorhanden"; -$a->strings["Closed"] = "Geschlossen"; -$a->strings["Requires approval"] = "Genehmigung erforderlich"; -$a->strings["Open"] = "Offen"; -$a->strings["Private"] = "Privat"; -$a->strings["Paid Access"] = "Kostenpflichtiger Zugang"; -$a->strings["Free Access"] = "Kostenloser Zugang"; -$a->strings["Tiered Access"] = "Abgestufter Zugang"; +$a->strings["Yes - with approval"] = "Ja - mit Zustimmung"; +$a->strings["My site is not a public server"] = "Meine Seite ist kein öffentlicher Server"; +$a->strings["My site has paid access only"] = "Meine Seite erlaubt nur bezahlten Zugang"; +$a->strings["My site has free access only"] = "Meine Seite erlaubt ausschließlich freien Zugang"; +$a->strings["My site offers free accounts with optional paid upgrades"] = "Meine Seite bietet freie Accounts mit der Möglichkeit von bezahlten Upgrades"; $a->strings["Registration"] = "Registrierung"; $a->strings["File upload"] = "Dateiupload"; $a->strings["Policies"] = "Richtlinien"; -$a->strings["Advanced"] = "Fortgeschritten"; $a->strings["Site name"] = "Seitenname"; $a->strings["Banner/Logo"] = "Banner/Logo"; $a->strings["Administrator Information"] = "Administrator-Informationen"; @@ -1087,8 +1052,8 @@ $a->strings["Channel to use for this website's static pages"] = "Kanal für die $a->strings["Site Channel"] = "Seiten Kanal"; $a->strings["Maximum image size"] = "Maximale Bildgröße"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale Größe hochgeladener Bilder in Bytes. Standard ist 0 (keine Einschränkung)."; -$a->strings["Register policy"] = "Registrierungsrichtlinie"; -$a->strings["Access policy"] = "Zugangsrichtlinien"; +$a->strings["Does this site allow new member registration?"] = "Erlaubt diese Seite die Registrierung neuer Nutzer?"; +$a->strings["Which best describes the types of account offered by this hub?"] = "Wie lautet die passenste Beschreibung der Accounts auf diesem Hub?"; $a->strings["Register text"] = "Registrierungstext"; $a->strings["Will be displayed prominently on the registration page."] = "Wird gut sichtbar auf der Registrierungs-Seite angezeigt."; $a->strings["Accounts abandoned after x days"] = "Konten gelten nach X Tagen als unbenutzt"; @@ -1101,8 +1066,10 @@ $a->strings["Block public"] = "Öffentlichen Zugriff blockieren"; $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Zugriff auf sonst öffentliche persönliche Seiten blockieren, wenn man nicht eingeloggt ist."; $a->strings["Force publish"] = "Veröffentlichung erzwingen"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen."; +$a->strings["Disable discovery tab"] = "Den „Entdecken“-Reiter ausblenden"; +$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Entferne den „Entdecken“-Reiter aus der Matrix-Seite, in dem öffentliche Inhalte von anderen RedMatrix-Hubs angezeigt werden können."; $a->strings["No login on Homepage"] = "Kein Login auf der Homepage"; -$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Ktivieren, um das Login-Formular auf der Startseite der Seite zu verbergen, z.B. weil es das Layout der Homepage des Seiten-Kanals stört."; +$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Aktivieren, um das Login-Formular auf der Startseite der Seite zu verbergen (z.B. weil es das Layout der Homepage des Seiten-Kanals stört)."; $a->strings["Proxy user"] = "Proxy Benutzer"; $a->strings["Proxy URL"] = "Proxy URL"; $a->strings["Network timeout"] = "Netzwerk-Timeout"; @@ -1139,6 +1106,7 @@ $a->strings["Account not found"] = "Konto nicht gefunden"; $a->strings["User '%s' deleted"] = "Benutzer '%s' gelöscht"; $a->strings["User '%s' unblocked"] = "Benutzer '%s' freigegeben"; $a->strings["User '%s' blocked"] = "Benutzer '%s' blockiert"; +$a->strings["Users"] = "Benutzer"; $a->strings["select all"] = "Alle auswählen"; $a->strings["User registrations waiting for confirm"] = "Neuanmeldungen, die auf Deine Bestätigung warten"; $a->strings["Request date"] = "Antragsdatum"; @@ -1153,6 +1121,24 @@ $a->strings["Expires"] = "Verfällt"; $a->strings["Service Class"] = "Service-Klasse"; $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Die markierten Nutzer werden gelöscht!\\n\\nAlles, was diese Nutzer auf dieser Seite veröffentlicht haben, wird endgültig gelöscht!\\n\\nBist Du sicher?"; $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Nutzer {0} wird gelöscht!\\n\\nAlles, was dieser Nutzer auf dieser Seite veröffentlicht hat, wird endgültig gelöscht werden!\\n\\nBist Du sicher?"; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "%s Kanal zensiert/unzensiert", + 1 => "%s Kanäle zensiert/unzensiert", +); +$a->strings["%s channel deleted"] = array( + 0 => "%s Kanal gelöscht", + 1 => "%s Kanäle gelöscht", +); +$a->strings["Channel not found"] = "Kanal nicht gefunden"; +$a->strings["Channel '%s' deleted"] = "Kanal '%s' gelöscht"; +$a->strings["Channel '%s' uncensored"] = "Kanal '%s' freigegeben"; +$a->strings["Channel '%s' censored"] = "Kanal '%s' gesperrt"; +$a->strings["Censor"] = "Sperren"; +$a->strings["Uncensor"] = "Freigeben"; +$a->strings["UID"] = "UID"; +$a->strings["Address"] = "Adresse"; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Alle ausgewählte Kanäle werden gelöscht!\\n\\nAlles was von diesen Kanälen auf dieser Seite geschrieben wurde, wird dauerhaft gelöscht!\\n\\nBist du dir sicher?"; +$a->strings["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?"] = "Der Kanal {0} wird gelöscht!\\n\\nAlles was von diesem Kanal auf dieser Seite geschrieben wurde, wird gelöscht!\\n\\nBist du dir sicher?"; $a->strings["Plugin %s disabled."] = "Plug-In %s deaktiviert."; $a->strings["Plugin %s enabled."] = "Plug-In %s aktiviert."; $a->strings["Disable"] = "Deaktivieren"; @@ -1171,23 +1157,160 @@ $a->strings["Log file"] = "Protokolldatei"; $a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Muss für den Web-Server schreibbar sein. Relativ zum Red-Stammverzeichnis."; $a->strings["Log level"] = "Protokollstufe"; $a->strings["- select -"] = "– auswählen –"; -$a->strings["Welcome to %s"] = "Willkommen auf %s"; -$a->strings["Item not found"] = "Element nicht gefunden"; -$a->strings["Item is not editable"] = "Element kann nicht bearbeitet werden."; -$a->strings["Delete item?"] = "Eintrag löschen?"; -$a->strings["Insert YouTube video"] = "YouTube-Video einfügen"; -$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis [.ogg]-Video einfügen"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis [.ogg]-Audio einfügen"; -$a->strings["Age: "] = "Alter:"; -$a->strings["Gender: "] = "Geschlecht:"; -$a->strings["Finding:"] = "Ergebnisse:"; -$a->strings["next page"] = "nächste Seite"; -$a->strings["previous page"] = "vorige Seite"; -$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge gefunden (einige könnten versteckt sein)."; $a->strings["Could not access contact record."] = "Konnte nicht auf den Kontakteintrag zugreifen."; $a->strings["Could not locate selected profile."] = "Gewähltes Profil nicht gefunden."; $a->strings["Connection updated."] = "Verbindung aktualisiert."; $a->strings["Failed to update connection record."] = "Konnte den Verbindungseintrag nicht aktualisieren."; +$a->strings["Blocked"] = "Blockiert"; +$a->strings["Ignored"] = "Ignoriert"; +$a->strings["Hidden"] = "Versteckt"; +$a->strings["Archived"] = "Archiviert"; +$a->strings["All"] = "Alle"; +$a->strings["Suggest new connections"] = "Neue Verbindungen vorschlagen"; +$a->strings["New Connections"] = "Neue Verbindungen"; +$a->strings["Show pending (new) connections"] = "Zeige ausstehende (neue) Verbindungsanfragen"; +$a->strings["All Connections"] = "Alle Verbindungen"; +$a->strings["Show all connections"] = "Zeige alle Verbindungen"; +$a->strings["Unblocked"] = "Freigegeben"; +$a->strings["Only show unblocked connections"] = "Zeige nur freigegebene Verbindungen"; +$a->strings["Only show blocked connections"] = "Zeige nur blockierte Verbindungen"; +$a->strings["Only show ignored connections"] = "Zeige nur ignorierte Verbindungen"; +$a->strings["Only show archived connections"] = "Zeige nur archivierte Verbindungen"; +$a->strings["Only show hidden connections"] = "Zeige nur versteckte Verbindungen"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit contact"] = "Kontakt bearbeiten"; +$a->strings["Search your connections"] = "Verbindungen durchsuchen"; +$a->strings["Finding: "] = "Ergebnisse:"; +$a->strings["Public access denied."] = "Öffentlicher Zugang verweigert."; +$a->strings["Age: "] = "Alter:"; +$a->strings["Gender: "] = "Geschlecht:"; +$a->strings["Status: "] = "Status:"; +$a->strings["Sexual Preference: "] = "Sexuelle Ausrichtung:"; +$a->strings["Homepage: "] = "Webseite:"; +$a->strings["Hometown: "] = "Wohnort:"; +$a->strings["About: "] = "Ãœber:"; +$a->strings["Keywords: "] = "Schlüsselwörter:"; +$a->strings["Not found."] = "Nicht gefunden."; +$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["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["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, #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["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."; +$a->strings["Menu element added."] = "Menü-Bestandteil hinzugefügt."; +$a->strings["Unable to add menu element."] = "Kann Menü-Bestandteil nicht hinzufügen."; +$a->strings["Manage Menu Elements"] = "Menü-Bestandteile verwalten"; +$a->strings["Edit menu"] = "Menü bearbeiten"; +$a->strings["Edit element"] = "Bestandteil bearbeiten"; +$a->strings["Drop element"] = "Bestandteil löschen"; +$a->strings["New element"] = "Neues Bestandteil"; +$a->strings["Edit this menu container"] = "Diesen Menü-Container bearbeiten"; +$a->strings["Add menu element"] = "Menüelement hinzufügen"; +$a->strings["Delete this menu item"] = "Lösche dieses Menü-Bestandteil"; +$a->strings["Edit this menu item"] = "Bearbeite dieses Menü-Bestandteil"; +$a->strings["New Menu Element"] = "Neues Menü-Bestandteil"; +$a->strings["Menu Item Permissions"] = "Zugriffsrechte des Menü-Elements"; +$a->strings["Link text"] = "Link Text"; +$a->strings["URL of link"] = "URL des Links"; +$a->strings["Use Red magic-auth if available"] = "Verwende Red Magic-Auth wenn verfügbar"; +$a->strings["Open link in new window"] = "Öffne Link in neuem Fenster"; +$a->strings["Order in list"] = "Reihenfolge in der Liste"; +$a->strings["Higher numbers will sink to bottom of listing"] = "Größere Nummern werden weiter unten in der Auflistung einsortiert"; +$a->strings["Menu item not found."] = "Menü-Bestandteil nicht gefunden."; +$a->strings["Menu item deleted."] = "Menü-Bestandteil gelöscht."; +$a->strings["Menu item could not be deleted."] = "Menü-Bestandteil kann nicht gelöscht werden."; +$a->strings["Edit Menu Element"] = "Bearbeite Menü-Bestandteil"; +$a->strings["Modify"] = "Ändern"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt nun %2\$ss %3\$s"; +$a->strings["Please login."] = "Bitte melde dich an."; +$a->strings["Set your current mood and tell your friends"] = "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden"; +$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["Select a bookmark folder"] = "Wähle einen Lesezeichenordner"; +$a->strings["Save Bookmark"] = "Speichere Lesezeichen"; +$a->strings["URL of bookmark"] = "URL des Lesezeichens"; +$a->strings["Description"] = "Beschreibung"; +$a->strings["Or enter new bookmark folder name"] = "Oder gib einen neuen Namen für den Lesezeichenordner ein"; +$a->strings["Layout updated."] = "Layout aktualisiert."; +$a->strings["Edit System Page Description"] = "Systemseitenbeschreibung editieren"; +$a->strings["Layout not found."] = "Layout nicht gefunden."; +$a->strings["Module Name:"] = "Modulname:"; +$a->strings["Layout Help"] = "Layout-Hilfe"; +$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."; +$a->strings["Image exceeds size limit of %d"] = "Bild ist größer als das Limit von %d"; +$a->strings["Unable to process image."] = "Kann Bild nicht verarbeiten."; +$a->strings["Photo not available."] = "Foto nicht verfügbar."; +$a->strings["Upload File:"] = "Datei hochladen:"; +$a->strings["Select a profile:"] = "Wählen Sie ein Profil:"; +$a->strings["Upload Profile Photo"] = "Lade neues Profilfoto hoch"; +$a->strings["skip this step"] = "diesen Schritt überspringen"; +$a->strings["select a photo from your photo albums"] = "ein Foto aus meinen Fotoalben"; +$a->strings["Crop Image"] = "Bild zuschneiden"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Bitte schneide das Bild für eine optimale Anzeige passend zu."; +$a->strings["Done Editing"] = "Bearbeitung fertigstellen"; +$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen."; +$a->strings["Image upload failed."] = "Hochladen des Bilds fehlgeschlagen."; +$a->strings["Image size reduction [%s] failed."] = "Reduzierung der Bildgröße [%s] fehlgeschlagen."; +$a->strings["network"] = "Netzwerk"; +$a->strings["Menu updated."] = "Menü aktualisiert."; +$a->strings["Unable to update menu."] = "Kann Menü nicht aktualisieren."; +$a->strings["Menu created."] = "Menü erstellt."; +$a->strings["Unable to create menu."] = "Kann Menü nicht erstellen."; +$a->strings["Manage Menus"] = "Menüs verwalten"; +$a->strings["Drop"] = "Löschen"; +$a->strings["Create a new menu"] = "Neues Menü erstellen"; +$a->strings["Delete this menu"] = "Lösche dieses Menü"; +$a->strings["Edit menu contents"] = "Bearbeite Menü Inhalte"; +$a->strings["Edit this menu"] = "Dieses Menü bearbeiten"; +$a->strings["New Menu"] = "Neues Menü"; +$a->strings["Menu name"] = "Menü Name"; +$a->strings["Must be unique, only seen by you"] = "Muss eindeutig sein, ist aber nur für Dich sichtbar"; +$a->strings["Menu title"] = "Menü Titel"; +$a->strings["Menu title as seen by others"] = "Menü Titel wie er von anderen gesehen wird"; +$a->strings["Allow bookmarks"] = "Erlaube Lesezeichen"; +$a->strings["Menu may be used to store saved bookmarks"] = "Im Menü können gespeicherte Lesezeichen abgelegt werden"; +$a->strings["Menu deleted."] = "Menü gelöscht."; +$a->strings["Menu could not be deleted."] = "Menü konnte nicht gelöscht werden."; +$a->strings["Edit Menu"] = "Menü bearbeiten"; +$a->strings["Add or remove entries to this menu"] = "Einträge zu diesem Menü hinzufügen oder entfernen"; +$a->strings["Invalid item."] = "Ungültiges Element."; +$a->strings["Page not found."] = "Seite nicht gefunden."; +$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["Wall Photos"] = "Wall Fotos"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal."; +$a->strings["is now connected to"] = "ist jetzt verbunden mit"; $a->strings["Could not access address book record."] = "Konnte nicht auf den Adressbuch-Eintrag zugreifen."; $a->strings["Refresh failed - channel is currently unavailable."] = "Aktualisierung fehlgeschlagen – der Kanal ist im Moment nicht erreichbar."; $a->strings["Channel has been unblocked"] = "Kanal nicht mehr blockiert"; @@ -1201,7 +1324,7 @@ $a->strings["Channel has been unhidden"] = "Kanal wird nicht mehr versteckt"; $a->strings["Channel has been hidden"] = "Kanal wurde versteckt"; $a->strings["Channel has been approved"] = "Kanal wurde zugelassen"; $a->strings["Channel has been unapproved"] = "Zulassung des Kanals entfernt"; -$a->strings["Contact has been removed."] = "Kontakt wurde entfernt."; +$a->strings["Connection has been removed."] = "Verbindung wurde entfernt."; $a->strings["View %s's profile"] = "%ss Profil ansehen"; $a->strings["Refresh Permissions"] = "Zugriffsrechte neu laden"; $a->strings["Fetch updated permissions"] = "Aktualisierte Zugriffsrechte abfragen"; @@ -1233,6 +1356,7 @@ $a->strings["Contact Information / Notes"] = "Kontaktinformationen / Notizen"; $a->strings["Edit contact notes"] = "Kontaktnotizen bearbeiten"; $a->strings["Their Settings"] = "Deren Einstellungen"; $a->strings["My Settings"] = "Meine Einstellungen"; +$a->strings["Clear/Disable Automatic Permissions"] = "Automatische Berechtigungen abschalten/entfernen"; $a->strings["Forum Members"] = "Forum Mitglieder"; $a->strings["Soapbox"] = "Marktschreier"; $a->strings["Full Sharing (typical social network permissions)"] = "Vollumfängliches Teilen (übliche Berechtigungen in sozialen Netzwerken)"; @@ -1257,108 +1381,14 @@ $a->strings["Currently archived"] = "Derzeit archiviert"; $a->strings["Currently pending"] = "Derzeit anstehend"; $a->strings["Hide this contact from others"] = "Diese Verbindung vor den anderen verbergen."; $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Antworten/Likes auf deine öffentlichen Beiträge <strong>können</strong> immer noch sichtbar sein"; -$a->strings["Layout Help"] = "Layout-Hilfe"; -$a->strings["Help with this feature"] = "Hilfe zu dieser Funktion"; -$a->strings["Layout Name"] = "Layout-Name"; -$a->strings["Help:"] = "Hilfe:"; -$a->strings["Not Found"] = "Nicht gefunden"; -$a->strings["Page not found."] = "Seite nicht gefunden."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Wir haben ein Problem mit der OpenID festgestellt, mit der du dich anmelden wolltest. Bitte überprüfe die Schreibweise der ID noch einmal."; -$a->strings["The error message was:"] = "Die Fehlermeldung lautet:"; -$a->strings["Authentication failed."] = "Authentifizierung fehlgeschlagen."; -$a->strings["Remote Authentication"] = "Entfernte Authentifizierung"; -$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Deine Kanal-Adresse (z. B. channel@example.com)"; -$a->strings["Authenticate"] = "Authentifizieren"; -$a->strings["Invalid item."] = "Ungültiges Element."; -$a->strings["No such group"] = "Gruppe existiert nicht"; -$a->strings["Search Results For:"] = "Suchergebnisse für:"; -$a->strings["Collection is empty"] = "Sammlung ist leer"; -$a->strings["Collection: "] = "Sammlung:"; -$a->strings["Connection: "] = "Verbindung:"; -$a->strings["Invalid connection."] = "Ungültige Verbindung."; -$a->strings["Profile not found."] = "Profil nicht gefunden."; -$a->strings["Profile deleted."] = "Profil gelöscht."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Neues Profil erstellt."; -$a->strings["Profile unavailable to clone."] = "Profil kann nicht geklont werden."; -$a->strings["Profile Name is required."] = "Profil-Name erforderlich."; -$a->strings["Marital Status"] = "Familienstand"; -$a->strings["Romantic Partner"] = "Romantische Partner"; -$a->strings["Likes"] = "Gefällt"; -$a->strings["Dislikes"] = "Gefällt nicht"; -$a->strings["Work/Employment"] = "Arbeit/Anstellung"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Politische Ansichten"; -$a->strings["Gender"] = "Geschlecht"; -$a->strings["Sexual Preference"] = "Sexuelle Orientierung"; -$a->strings["Homepage"] = "Webseite"; -$a->strings["Interests"] = "Hobbys/Interessen"; -$a->strings["Address"] = "Adresse"; -$a->strings["Location"] = "Ort"; -$a->strings["Profile updated."] = "Profil aktualisiert."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?"; -$a->strings["Edit Profile Details"] = "Bearbeite Profil-Details"; -$a->strings["View this profile"] = "Dieses Profil ansehen"; -$a->strings["Change Profile Photo"] = "Profilfoto ändern"; -$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen übernehmen"; -$a->strings["Clone this profile"] = "Dieses Profil klonen"; -$a->strings["Delete this profile"] = "Dieses Profil löschen"; -$a->strings["Profile Name:"] = "Profilname:"; -$a->strings["Your Full Name:"] = "Dein voller Name:"; -$a->strings["Title/Description:"] = "Titel/Stellenbeschreibung:"; -$a->strings["Your Gender:"] = "Dein Geschlecht:"; -$a->strings["Birthday (%s):"] = "Geburtstag (%s):"; -$a->strings["Street Address:"] = "Straße und Hausnummer:"; -$a->strings["Locality/City:"] = "Wohnort:"; -$a->strings["Postal/Zip Code:"] = "Postleitzahl:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Region/Bundesstaat:"; -$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Beziehungsstatus:"; -$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Seit [Datum]:"; -$a->strings["Homepage URL:"] = "Homepage URL:"; -$a->strings["Religious Views:"] = "Religiöse Ansichten:"; -$a->strings["Keywords:"] = "Schlüsselwörter:"; -$a->strings["Example: fishing photography software"] = "Beispiel: Angeln Fotografie Software"; -$a->strings["Used in directory listings"] = "Wird in Verzeichnis-Auflistungen verwendet"; -$a->strings["Tell us about yourself..."] = "Erzähle uns ein wenig von Dir …"; -$a->strings["Hobbies/Interests"] = "Hobbys/Interessen"; -$a->strings["Contact information and Social Networks"] = "Kontaktinformation und soziale Netzwerke"; -$a->strings["My other channels"] = "Meine anderen Kanäle"; -$a->strings["Musical interests"] = "Musikalische Interessen"; -$a->strings["Books, literature"] = "Bücher, Literatur"; -$a->strings["Television"] = "Fernsehen"; -$a->strings["Film/dance/culture/entertainment"] = "Film/Tanz/Kultur/Unterhaltung"; -$a->strings["Love/romance"] = "Liebe/Romantik"; -$a->strings["Work/employment"] = "Arbeit/Anstellung"; -$a->strings["School/education"] = "Schule/Ausbildung"; -$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Das ist Dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden im Internet sichtbar sein."; -$a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile"; -$a->strings["Add profile things"] = "Profil-Dinge hinzufügen"; -$a->strings["Include desirable objects in your profile"] = "Binde begehrenswerte Dinge in Dein Profil ein"; -$a->strings["Channel added."] = "Kanal hinzugefügt."; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut."; -$a->strings["Welcome %s. Remote authentication successful."] = "Willkommen %s. Entfernte Authentifizierung erfolgreich."; -$a->strings["This site is not a directory server"] = "Diese Website ist kein Verzeichnis-Server"; -$a->strings["Failed to create source. No channel selected."] = "Konnte die Quelle nicht anlegen. Kein Kanal ausgewählt."; -$a->strings["Source created."] = "Quelle erstellt."; -$a->strings["Source updated."] = "Quelle aktualisiert."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Quellen von Inhalten Deines Kanals verwalten."; -$a->strings["New Source"] = "Neue Quelle"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importiere alle oder ausgewählte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemäß der Einstellungen dieses Kanals."; -$a->strings["Only import content with these words (one per line)"] = "Importiere nur Beiträge, die folgende Wörter (eines pro Zeile) enthalten"; -$a->strings["Leave blank to import all public content"] = "Leer lassen, um alle öffentlichen Beiträge zu importieren"; -$a->strings["Channel Name"] = "Name des Kanals"; -$a->strings["Source not found."] = "Quelle nicht gefunden."; -$a->strings["Edit Source"] = "Quelle bearbeiten"; -$a->strings["Delete Source"] = "Quelle löschen"; -$a->strings["Source removed"] = "Quelle gelöscht"; -$a->strings["Unable to remove source."] = "Konnte die Quelle nicht löschen."; -$a->strings["Remote privacy information not available."] = "Privatsphäre-Einstellungen anderer Nutzer sind nicht verfügbar."; -$a->strings["Visible to:"] = "Sichtbar für:"; -$a->strings["Hub not found."] = "Server nicht gefunden."; +$a->strings["Messages"] = "Nachrichten"; +$a->strings["Conversation removed."] = "Unterhaltung gelöscht."; +$a->strings["No messages."] = "Keine Nachrichten."; +$a->strings["Delete message"] = "Nachricht löschen"; +$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A"; +$a->strings["sent you a private message"] = "eine private Nachricht schicken"; +$a->strings["added your channel"] = "hat deinen Kanal hinzugefügt"; +$a->strings["posted an event"] = "hat eine Veranstaltung veröffentlicht"; $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."; @@ -1367,6 +1397,7 @@ $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."; @@ -1418,56 +1449,219 @@ $a->strings["At the end of this procedure, we will give you a text to save in a $a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativ kannst Du diesen Schritt überspringen und die Installation manuell vornehmen. Lies dazu die Datei install/INSTALL.txt."; $a->strings[".htconfig.php is writable"] = ".htconfig.php ist beschreibbar"; $a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red verwendet Smarty3 um Vorlagen für die Webdarstellung zu übersetzen. Smarty3 übersetzt diese Vorlagen nach PHP, um die Darstellung zu beschleunigen."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = "Um die übersetzten Vorlagen speichern zu können muss der Webserver Schreibzugriff auf das Verzeichnis view/tpl/smarty3/ unterhalb des Red-Stammverzeichnisses haben."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Um diese kompilierten Vorlagen speichern zu können braucht der Web-Server Schreibzugriff auf das Verzeichnis %s unterhalb des Red-Installationsverzeichnisses."; $a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Bitte stelle sicher, dass der Nutzer, unter dem der Webserver läuft (z.B. www-data), Schreibzugriff auf dieses Verzeichnis hat."; -$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Hinweis: Als Sicherheitsvorkehrung solltest Du dem Webserver nur Schreib-Zugriff auf das Verzeichnis view/tpl/smarty3 geben, nicht auf die Vorlagen (.tpl-Dateien) in view/tpl/ ."; -$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 ist beschreibbar"; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = " Hinweis: Aus Sicherheitsgründen sollte der Web-Server nur auf %s Schreibrechte haben, nicht in der restlichen Red-Installation."; +$a->strings["%s is writable"] = "%s ist beschreibbar"; $a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red benutzt das Verzeichnis store, um hochgeladene Dateien zu speichern. Der Web-Server benötigt Schreibrechte für dieses Verzeichnis direkt unterhalb des Red-Stammverzeichnisses"; $a->strings["store is writable"] = "store ist schreibbar"; -$a->strings["SSL certificate validation"] = "SSL Zertifikatverifizierung"; $a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Das SSL-Zertifikat konnte nicht validiert werden. Korrigiere das Zertifikat oder deaktiviere den HTTPS-Zugriff auf diesen Server."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Wenn Du über HTTPS-Protokoll auf Deine Seite zugreifen möchtest, also Verbindungen über den Port 443 möglich sein sollen, ist ein allgemein gültiges digitales SSL-Zertifikat einer Zertifizierungsstelle (CA) notwendig, welches Dein Browser akzeptiert. Die Verwendung eines selbst signierten Zertifikates ist nicht möglich."; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Diese Einschränkung wurde eingebaut, weil Deine öffentlichen Beiträge zum Beispiel Verweise auf Bilder in Deinem eigenen Hub enthalten können."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Wenn Dein Zertifikat nicht von jedem Browser akzeptiert wird, erhalten die Mitglieder anderer Red-Server (die mit korrekten Zertifikate ausgestattet sind) Sicherheits-Warnmeldungen, obwohl sie gar nicht direkt auf Deinem Server unterwegs sind (zum Beispiel, wenn ein Bild aus einem Deiner Beiträge angezeigt wird)."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Dies kann Probleme an anderer Stelle (nicht nur auf Ihrer eigenen Website) verursachen, so dass wir auf dieser Forderung bestehen müssen.. "; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Einige Provider stellen kostenlos gültige Browser-Zertifikate aus."; +$a->strings["SSL certificate validation"] = "SSL Zertifikatverifizierung"; $a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite via .htaccess funktioniert nicht. Ãœberprüfe Deine Server-Konfiguration."; $a->strings["Url rewrite is working"] = "Url rewrite funktioniert"; $a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Datenbank-Konfigurationsdatei „.htconfig.php“ konnte nicht geschrieben werden. Bitte verwende den unten angegebenen Text, um die Konfigurationsdatei im Stammverzeichnis des Webservers anzulegen."; $a->strings["Errors encountered creating database tables."] = "Fehler beim Anlegen der Datenbank-Tabellen aufgetreten."; $a->strings["<h1>What next</h1>"] = "<h1>Was als Nächstes</h1>"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "WICHTIG: Du musst [manuell] einen Cronjob für den Poller einrichten."; +$a->strings["Hub not found."] = "Server nicht gefunden."; +$a->strings["Total invitation limit exceeded."] = "Einladungslimit überschritten."; +$a->strings["%s : Not a valid email address."] = "%s : Keine gültige Email Adresse."; +$a->strings["Please join us on Red"] = "Schließe Dich uns an und werde Teil der Red-Matrix"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Einladungslimit überschritten. Bitte kontaktiere den Administrator Deines Red-Servers."; +$a->strings["%s : Message delivery failed."] = "%s : Nachricht konnte nicht zugestellt werden."; +$a->strings["%d message sent."] = array( + 0 => "%d Nachricht gesendet.", + 1 => "%d Nachrichten gesendet.", +); +$a->strings["You have no more invitations available"] = "Du hast keine weiteren verfügbare Einladungen"; +$a->strings["Send invitations"] = "Einladungen senden"; +$a->strings["Enter email addresses, one per line:"] = "Email-Adressen eintragen, eine pro Zeile:"; +$a->strings["Your message:"] = "Deine Nachricht:"; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralized communication and information tool."] = "Du bist herzlich eingeladen, mir und einigen anderen guten Freunden in die RedMatrix zu folgen – ein revolutionär neues und dezentrales Kommunikations- und Informationsnetzwerk."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du musst dann den folgenden Einladungs-Code angeben: \$invite_code"; +$a->strings["Please visit my channel at"] = "Bitte besuche meinen Kanal auf"; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Wenn Du Dich registriert hast (egal auf welchem Server in der Red-Matrix, sie sind alle miteinander verbunden) verbinde Dich bitte mit meinem Kanal in der Matrix. Adresse:"; +$a->strings["Click the [Register] link on the following page to join."] = "Klicke den [Registrieren]-Link auf der nächsten Seite, um dich anzumelden."; +$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Für weitere Informationen über das Red-Matrix-Projekt und warum es das Potential hat, das Internet, wie wir es kennen, grundlegend zu verändern, besuche http://getzot.com"; +$a->strings["Thing updated"] = "Ding aktualisiert"; +$a->strings["Object store: failed"] = "Speichern des Objekts fehlgeschlagen"; +$a->strings["Thing added"] = "Ding hinzugefügt"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Ding anzeigen"; +$a->strings["item not found."] = "Eintrag nicht gefunden"; +$a->strings["Edit Thing"] = "Ding bearbeiten"; +$a->strings["Select a profile"] = "Wähle ein Profil"; +$a->strings["Post an activity"] = "Aktivitätsnachricht senden"; +$a->strings["Only sends to viewers of the applicable profile"] = "Nur an Betrachter des ausgewählten Profils senden"; +$a->strings["Name of thing e.g. something"] = "Name des Dings, z.B. Etwas"; +$a->strings["URL of thing (optional)"] = "URL des Dings (optional)"; +$a->strings["URL for photo of thing (optional)"] = "URL eines Fotos von dem Ding (optional)"; +$a->strings["Add Thing to your Profile"] = "Das Ding Deinem Profil hinzufügen"; +$a->strings["Unable to find your hub."] = "Konnte Deinen Server nicht finden."; +$a->strings["Post successful."] = "Veröffentlichung erfolgreich."; +$a->strings["Help:"] = "Hilfe:"; +$a->strings["Not Found"] = "Nicht gefunden"; +$a->strings["No connections."] = "Keine Verbindungen."; +$a->strings["Visit %s's profile [%s]"] = "%ss Profil [%s] besuchen"; +$a->strings["View Connnections"] = "Zeige Verbindungen"; +$a->strings["Invalid profile identifier."] = "Ungültiger Profil-Identifikator"; +$a->strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits-Editor"; +$a->strings["Click on a contact to add or remove."] = "Klicke auf einen Kontakt, um ihn hinzuzufügen oder zu entfernen."; +$a->strings["Visible To"] = "Sichtbar für"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximale Anzahl täglicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen."; +$a->strings["Passwords do not match."] = "Passwörter stimmen nicht überein."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."; +$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."; +$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden."; +$a->strings["Registration on this site/hub is by approval only."] = "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator"; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf diesem Server wurde überschritten. Bitte versuche es morgen noch einmal."; +$a->strings["Terms of Service"] = "Nutzungsbedingungen"; +$a->strings["I accept the %s for this website"] = "Ich akzeptiere die %s für diese Webseite"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ich bin älter als 13 Jahre und akzeptiere die %s dieser Webseite"; +$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."; +$a->strings["Please enter your invitation code"] = "Bitte trage Deinen Einladungs-Code ein"; +$a->strings["Your email address"] = "Ihre E-Mail Adresse"; +$a->strings["Choose a password"] = "Passwort"; +$a->strings["Please re-enter your password"] = "Bitte gib Dein Passwort noch einmal ein"; +$a->strings["No such group"] = "Gruppe existiert nicht"; +$a->strings["Search Results For:"] = "Suchergebnisse für:"; +$a->strings["Collection is empty"] = "Sammlung ist leer"; +$a->strings["Collection: "] = "Sammlung:"; +$a->strings["Connection: "] = "Verbindung:"; +$a->strings["Invalid connection."] = "Ungültige Verbindung."; +$a->strings["No potential page delegates located."] = "Keine potentiellen Bevollmächtigten für die Seite gefunden."; +$a->strings["Delegate Page Management"] = "Delegiere das Management für diese Seite"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!"; +$a->strings["Existing Page Managers"] = "Vorhandene Seitenmanager"; +$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite"; +$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte"; +$a->strings["Add"] = "Hinzufügen"; +$a->strings["No entries."] = "Keine Einträge."; +$a->strings["Continue"] = "Fortfahren"; +$a->strings["Premium Channel Setup"] = "Premium-Kanal-Einrichtung"; +$a->strings["Enable premium channel connection restrictions"] = "Einschränkungen für einen Premium-Kanal aktivieren"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Unter Umständen sind weitere Schritte oder die Bestätigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig."; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "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["Contact not found."] = "Kontakt nicht gefunden"; +$a->strings["Friend suggestion sent."] = "Freundschaftsempfehlung senden."; +$a->strings["Suggest Friends"] = "Kontakte vorschlagen"; +$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet."; +$a->strings["Create a new channel"] = "Erzeuge neues Kanal"; +$a->strings["Channel Manager"] = "Kanal-Manager"; +$a->strings["Current Channel"] = "Aktueller Kanal"; +$a->strings["Attach to one of your channels by selecting it."] = "Wähle einen Deiner Kanäle aus, um ihn zu verwenden."; +$a->strings["Default Channel"] = "Standard Kanal"; +$a->strings["Make Default"] = "Zum Standard machen"; +$a->strings["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."; +$a->strings["Please enter your password for verification:"] = "Bitte gib zur Bestätigung Dein Passwort ein:"; +$a->strings["Remove this channel and all its clones from the network"] = "Lösche diesen Kanal und all seine Klone aus dem Netzwerk"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standardmäßig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk"; +$a->strings["Remove Channel"] = "Kanal löschen"; +$a->strings["Item not found"] = "Element nicht gefunden"; +$a->strings["Item is not editable"] = "Element kann nicht bearbeitet werden."; +$a->strings["Edit post"] = "Bearbeite Beitrag"; +$a->strings["Delete item?"] = "Eintrag löschen?"; +$a->strings["Insert YouTube video"] = "YouTube-Video einfügen"; +$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis [.ogg]-Video einfügen"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis [.ogg]-Audio einfügen"; +$a->strings["Edit Webpage"] = "Webseite bearbeiten"; +$a->strings["Delete webpage?"] = "Webseite löschen?"; +$a->strings["Delete Webpage"] = "Webseite löschen"; +$a->strings["Poke/Prod"] = "Anstupsen/Knuffen"; +$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen"; +$a->strings["Recipient"] = "Empfänger"; +$a->strings["Choose what you wish to do to recipient"] = "Wähle, was Du mit dem/r Empfänger/in tun willst"; +$a->strings["Make this post private"] = "Diesen Beitrag privat machen"; +$a->strings["Block Name"] = "Block-Name"; +$a->strings["Collection created."] = "Sammlung erstellt."; +$a->strings["Could not create collection."] = "Sammlung kann nicht erstellt werden."; +$a->strings["Collection updated."] = "Sammlung aktualisiert."; +$a->strings["Create a collection of channels."] = "Erstelle eine Sammlung von Kanälen."; +$a->strings["Collection Name: "] = "Name der Sammlung:"; +$a->strings["Members are visible to other channels"] = "Mitglieder sind sichtbar für andere Kanäle"; +$a->strings["Collection removed."] = "Sammlung gelöscht."; +$a->strings["Unable to remove collection."] = "Löschen der Sammlung nicht möglich."; +$a->strings["Collection Editor"] = "Sammlung-Editor"; +$a->strings["Members"] = "Mitglieder"; +$a->strings["All Connected Channels"] = "Alle 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["Tag removed"] = "Schlagwort entfernt"; +$a->strings["Remove Item Tag"] = "Schlagwort entfernen"; +$a->strings["Select a tag to remove: "] = "Schlagwort zum Entfernen auswählen:"; +$a->strings["Item not available."] = "Element nicht verfügbar."; +$a->strings["Unable to locate original post."] = "Originalbeitrag nicht gefunden."; +$a->strings["Empty post discarded."] = "Leeren Beitrag verworfen."; +$a->strings["Executable content type not permitted to this channel."] = "Ausführbarer Content-Typ ist für diesen Kanal nicht freigegeben."; +$a->strings["System error. Post not saved."] = "Systemfehler. Beitrag nicht gespeichert."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du hast die maximale Anzahl von %1$.0f Beiträgen erreicht."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht."; +$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red-Matrix-Gäste: Nutzername: {Deine E-Mail-Adresse}; Passwort: +++"; +$a->strings["Away"] = "Abwesend"; +$a->strings["Online"] = "Online"; +$a->strings["Finding:"] = "Ergebnisse:"; +$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge gefunden (einige könnten versteckt sein)."; +$a->strings["Profile Match"] = "Profil-Ãœbereinstimmungen"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter für den Abgleich gefunden. Bitte füge Schlüsselwörter zu Deinem Standardprofil hinzu."; +$a->strings["is interested in:"] = "interessiert sich für:"; +$a->strings["No matches"] = "Keine Ãœbereinstimmungen"; +$a->strings["This site is not a directory server"] = "Diese Website ist kein Verzeichnis-Server"; $a->strings["Version %s"] = "Version %s"; $a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Addons/Apps"; $a->strings["No installed plugins/addons/apps"] = "Keine installierten Plugins/Addons/Apps"; -$a->strings["Project Donations"] = "Projekt Spenden"; -$a->strings["<p>The Red Matrix is provided for you by volunteers working in their spare time. Your support will help us to build a better, freer, and privacy respecting web. Select the following option for a one-time donation of your choosing</p>"] = ""; -$a->strings["<p>or</p>"] = "<p>oder</p>"; -$a->strings["Recurring Donation Options"] = "Optionen für regelmäßige Spenden"; $a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre."; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Dieser Hub ist Teil der RedMatrix – eines globalen, kooperativen Netzwerks aus dezentralen Websites, die Rücksicht auf Deine Privatsphäre nehmen."; $a->strings["Running at web location"] = "Erreichbar unter der Web-Adresse"; $a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Besuche <a href=\"http://getzot.com\">GetZot.com</a>, um mehr über die Red-Matrix zu erfahren."; $a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; $a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Vorschläge, Lob, usw.: E-Mail an 'redmatrix' at librelist - dot - com"; $a->strings["Site Administrators"] = "Administratoren"; -$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“ "; -$a->strings["Choose a short nickname"] = "Wähle einen kurzen Spitznamen"; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (ähnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst."; -$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server"; -$a->strings["No valid account found."] = "Kein gültiges Konto gefunden."; -$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Schau in Deine E-Mails."; -$a->strings["Site Member (%s)"] = "Nutzer (%s)"; -$a->strings["Password reset requested at %s"] = "Passwort-Rücksetzung auf %s angefordert"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon einmal auf den Link in der E-Mail geklickt?) Passwort-Rücksetzung fehlgeschlagen."; -$a->strings["Password Reset"] = "Zurücksetzen des Kennworts"; -$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie angefordert neu erstellt."; -$a->strings["Your new password is"] = "Dein neues Passwort lautet"; -$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere Dein neues Passwort – und dann"; -$a->strings["click here to login"] = "Klicke hier, um dich anzumelden"; -$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geändert werden."; -$a->strings["Your password has changed at %s"] = "Auf %s wurde Dein Passwort geändert"; -$a->strings["Forgot your Password?"] = "Kennwort vergessen?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurücksetzen zu lassen. Du erhältst dann weitere Anweisungen per E-Mail."; -$a->strings["Email Address"] = "E-Mail Adresse"; -$a->strings["Reset"] = "Zurücksetzen"; +$a->strings["App installed."] = "App installiert!"; +$a->strings["Malformed app."] = "Fehlerhafte App."; +$a->strings["Embed code"] = "Code einbetten"; +$a->strings["Edit App"] = "Editiere App"; +$a->strings["Create App"] = "Erstelle App"; +$a->strings["Name of app"] = "Name der App"; +$a->strings["Required"] = "Benötigt"; +$a->strings["Location (URL) of app"] = "Ort (URL) der App"; +$a->strings["Photo icon URL"] = "URL zum Foto"; +$a->strings["80 x 80 pixels - optional"] = "80 x 80 Pixel - Optional"; +$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["Failed to create source. No channel selected."] = "Konnte die Quelle nicht anlegen. Kein Kanal ausgewählt."; +$a->strings["Source created."] = "Quelle erstellt."; +$a->strings["Source updated."] = "Quelle aktualisiert."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Quellen von Inhalten Deines Kanals verwalten."; +$a->strings["New Source"] = "Neue Quelle"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importiere alle oder ausgewählte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemäß der Einstellungen dieses Kanals."; +$a->strings["Only import content with these words (one per line)"] = "Importiere nur Beiträge, die folgende Wörter (eines pro Zeile) enthalten"; +$a->strings["Leave blank to import all public content"] = "Leer lassen, um alle öffentlichen Beiträge zu importieren"; +$a->strings["Source not found."] = "Quelle nicht gefunden."; +$a->strings["Edit Source"] = "Quelle bearbeiten"; +$a->strings["Delete Source"] = "Quelle löschen"; +$a->strings["Source removed"] = "Quelle gelöscht"; +$a->strings["Unable to remove source."] = "Konnte die Quelle nicht löschen."; +$a->strings["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"; +$a->strings["Access Type"] = "Zugangstyp"; +$a->strings["Registration Policy"] = "Registrierungsrichtlinien"; +$a->strings["Location"] = "Ort"; $a->strings["Nothing to import."] = "Nichts zu importieren."; $a->strings["Unable to download data from old server"] = "Daten können vom alten Server nicht heruntergeladen werden"; $a->strings["Imported file is empty."] = "Die importierte Datei ist leer."; @@ -1485,256 +1679,157 @@ $a->strings["Your old login email address"] = "Ihre alte Login E-Mail Adresse"; $a->strings["Your old login password"] = "Ihr altes Login Kennwort"; $a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Egal welche Option Du wählst, bitte lege fest, ob dieser Server die neue primäre Adresse dieses Kanals sein soll, oder ob der bisherige Red-Server diese Rolle weiterhin wahrnimmt. Du kannst von beiden Servern aus posten, aber nur einer kann der primäre Ort Deiner Dateien, Fotos und Medien sein."; $a->strings["Make this hub my primary location"] = "Dieser Red-Server ist mein primärer Server."; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet."; -$a->strings["Create a new channel"] = "Erzeuge neuen Kanal"; -$a->strings["Channel Manager"] = "Kanal-Manager"; -$a->strings["Current Channel"] = "Aktueller Kanal"; -$a->strings["Attach to one of your channels by selecting it."] = "Wähle einen Deiner Kanäle aus, um ihn zu verwenden."; -$a->strings["Default Channel"] = "Standard Kanal"; -$a->strings["Make Default"] = "Zum Standard machen"; -$a->strings["Total votes"] = "Stimmen gesamt"; -$a->strings["Average Rating"] = "Durchschnittliche Bewertung"; -$a->strings["Profile Match"] = "Profil-Ãœbereinstimmungen"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter für den Abgleich gefunden. Bitte füge Schlüsselwörter zu Deinem Standardprofil hinzu."; -$a->strings["is interested in:"] = "interessiert sich für:"; -$a->strings["No matches"] = "Keine Ãœbereinstimmungen"; $a->strings["invalid target signature"] = "Ungültige Signatur des Ziels"; $a->strings["Unable to lookup recipient."] = "Konnte den Empfänger nicht finden."; $a->strings["Unable to communicate with requested channel."] = "Die Kommunikation mit dem ausgewählten Kanal ist fehlgeschlagen."; $a->strings["Cannot verify requested channel."] = "Verifizierung des angeforderten Kanals fehlgeschlagen."; $a->strings["Selected channel has private message restrictions. Send failed."] = "Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden fehlgeschlagen."; -$a->strings["Messages"] = "Nachrichten"; $a->strings["Message deleted."] = "Nachricht gelöscht."; $a->strings["Message recalled."] = "Nachricht widerrufen."; $a->strings["Send Private Message"] = "Private Nachricht senden"; $a->strings["To:"] = "An:"; $a->strings["Subject:"] = "Betreff:"; +$a->strings["Send"] = "Absenden"; $a->strings["Message not found."] = "Nachricht nicht gefunden."; -$a->strings["Delete message"] = "Nachricht löschen"; $a->strings["Recall message"] = "Nachricht widerrufen"; $a->strings["Message has been recalled."] = "Die Nachricht wurde widerrufen."; $a->strings["Private Conversation"] = "Private Unterhaltung"; $a->strings["Delete conversation"] = "Unterhaltung löschen"; $a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Keine sichere Kommunikation verfügbar. <strong>Eventuell</strong> kannst Du auf der Profilseite des Absenders antworten."; $a->strings["Send Reply"] = "Antwort senden"; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben."; -$a->strings["Edit Layout"] = "Layout bearbeiten"; -$a->strings["Delete layout?"] = "Layout löschen?"; -$a->strings["Delete Layout"] = "Layout löschen"; -$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."; -$a->strings["Image exceeds size limit of %d"] = "Bild ist größer als das Limit von %d"; -$a->strings["Unable to process image."] = "Kann Bild nicht verarbeiten."; -$a->strings["Photo not available."] = "Foto nicht verfügbar."; -$a->strings["Upload File:"] = "Datei hochladen:"; -$a->strings["Select a profile:"] = "Wählen Sie ein Profil:"; -$a->strings["Upload Profile Photo"] = "Lade neues Profilfoto hoch"; -$a->strings["Upload"] = "Hochladen"; -$a->strings["skip this step"] = "diesen Schritt überspringen"; -$a->strings["select a photo from your photo albums"] = "ein Foto aus meinen Fotoalben"; -$a->strings["Crop Image"] = "Bild zuschneiden"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Bitte schneide das Bild für eine optimale Anzeige passend zu."; -$a->strings["Done Editing"] = "Bearbeitung fertigstellen"; -$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen."; -$a->strings["Image upload failed."] = "Hochladen des Bilds fehlgeschlagen."; -$a->strings["Image size reduction [%s] failed."] = "Reduzierung der Bildgröße [%s] fehlgeschlagen."; -$a->strings["Blocked"] = "Blockiert"; -$a->strings["Ignored"] = "Ignoriert"; -$a->strings["Hidden"] = "Versteckt"; -$a->strings["Archived"] = "Archiviert"; -$a->strings["All"] = "Alle"; -$a->strings["Suggest new connections"] = "Neue Verbindungen vorschlagen"; -$a->strings["Show pending (new) connections"] = "Zeige ausstehende (neue) Verbindungsanfragen"; -$a->strings["Show all connections"] = "Zeige alle Verbindungen"; -$a->strings["Unblocked"] = "Freigegeben"; -$a->strings["Only show unblocked connections"] = "Zeige nur freigegebene Verbindungen"; -$a->strings["Only show blocked connections"] = "Zeige nur blockierte Verbindungen"; -$a->strings["Only show ignored connections"] = "Zeige nur ignorierte Verbindungen"; -$a->strings["Only show archived connections"] = "Zeige nur archivierte Verbindungen"; -$a->strings["Only show hidden connections"] = "Zeige nur versteckte Verbindungen"; -$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit contact"] = "Kontakt bearbeiten"; -$a->strings["Search your connections"] = "Verbindungen durchsuchen"; -$a->strings["Finding: "] = "Ergebnisse:"; -$a->strings["Invalid request identifier."] = "Ungültiger Anfrage-Identifikator."; -$a->strings["Discard"] = "Verwerfen"; +$a->strings["You must be logged in to see this page."] = "Du musst angemeldet sein, um diese Seite betrachten zu können."; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."; +$a->strings["Profile not found."] = "Profil nicht gefunden."; +$a->strings["Profile deleted."] = "Profil gelöscht."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Neues Profil erstellt."; +$a->strings["Profile unavailable to clone."] = "Profil kann nicht geklont werden."; +$a->strings["Profile unavailable to export."] = "Dieses Profil kann nicht exportiert werden."; +$a->strings["Profile Name is required."] = "Profil-Name erforderlich."; +$a->strings["Marital Status"] = "Familienstand"; +$a->strings["Romantic Partner"] = "Romantische Partner"; +$a->strings["Likes"] = "Gefällt"; +$a->strings["Dislikes"] = "Gefällt nicht"; +$a->strings["Work/Employment"] = "Arbeit/Anstellung"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Politische Ansichten"; +$a->strings["Gender"] = "Geschlecht"; +$a->strings["Sexual Preference"] = "Sexuelle Orientierung"; +$a->strings["Homepage"] = "Webseite"; +$a->strings["Interests"] = "Hobbys/Interessen"; +$a->strings["Profile updated."] = "Profil aktualisiert."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?"; +$a->strings["Edit Profile Details"] = "Bearbeite Profil-Details"; +$a->strings["View this profile"] = "Dieses Profil ansehen"; +$a->strings["Change Profile Photo"] = "Profilfoto ändern"; +$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen übernehmen"; +$a->strings["Clone this profile"] = "Dieses Profil klonen"; +$a->strings["Delete this profile"] = "Dieses Profil löschen"; +$a->strings["Import profile from file"] = "Profil aus einer Datei importieren"; +$a->strings["Export profile to file"] = "Profil in eine Datei exportieren"; +$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["Street Address:"] = "Straße und Hausnummer:"; +$a->strings["Locality/City:"] = "Wohnort:"; +$a->strings["Postal/Zip Code:"] = "Postleitzahl:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Region/Bundesstaat:"; +$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Beziehungsstatus:"; +$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Seit [Datum]:"; +$a->strings["Homepage URL:"] = "Homepage URL:"; +$a->strings["Religious Views:"] = "Religiöse Ansichten:"; +$a->strings["Keywords:"] = "Schlüsselwörter:"; +$a->strings["Example: fishing photography software"] = "Beispiel: Angeln Fotografie Software"; +$a->strings["Used in directory listings"] = "Wird in Verzeichnis-Auflistungen verwendet"; +$a->strings["Tell us about yourself..."] = "Erzähle uns ein wenig von Dir …"; +$a->strings["Hobbies/Interests"] = "Hobbys/Interessen"; +$a->strings["Contact information and Social Networks"] = "Kontaktinformation und soziale Netzwerke"; +$a->strings["My other channels"] = "Meine anderen Kanäle"; +$a->strings["Musical interests"] = "Musikalische Interessen"; +$a->strings["Books, literature"] = "Bücher, Literatur"; +$a->strings["Television"] = "Fernsehen"; +$a->strings["Film/dance/culture/entertainment"] = "Film/Tanz/Kultur/Unterhaltung"; +$a->strings["Love/romance"] = "Liebe/Romantik"; +$a->strings["Work/employment"] = "Arbeit/Anstellung"; +$a->strings["School/education"] = "Schule/Ausbildung"; +$a->strings["This is your default profile."] = "Das ist Dein Standardprofil"; +$a->strings["Edit/Manage Profiles"] = "Profile bearbeiten/verwalten"; +$a->strings["Add profile things"] = "Profil-Dinge hinzufügen"; +$a->strings["Include desirable objects in your profile"] = "Binde begehrenswerte Dinge in Dein Profil ein"; +$a->strings["Bookmark added"] = "Lesezeichen hinzugefügt"; +$a->strings["My Bookmarks"] = "Meine Lesezeichen"; +$a->strings["My Connections Bookmarks"] = "Lesezeichen meiner Kontakte"; +$a->strings["No channel."] = "Kein Kanal."; +$a->strings["Common connections"] = "Gemeinsame Verbindungen"; +$a->strings["No connections in common."] = "Keine gemeinsamen Verbindungen."; +$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["No more system notifications."] = "Keine System-Benachrichtigungen mehr."; $a->strings["System Notifications"] = "System-Benachrichtigungen"; -$a->strings["Block Name"] = "Block-Name"; -$a->strings["Unable to find your hub."] = "Konnte Deinen Server nicht finden."; -$a->strings["Post successful."] = "Veröffentlichung erfolgreich."; -$a->strings["Edit Webpage"] = "Webseite bearbeiten"; -$a->strings["Delete webpage?"] = "Webseite löschen?"; -$a->strings["Delete Webpage"] = "Webseite löschen"; -$a->strings["Access to this profile has been restricted."] = "Der Zugang zu diesem Profil ist begrenzt."; -$a->strings["Poke/Prod"] = "Anstupsen/Knuffen"; -$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen"; -$a->strings["Recipient"] = "Empfänger"; -$a->strings["Choose what you wish to do to recipient"] = "Wähle, was Du mit dem/r Empfänger/in tun willst"; -$a->strings["Make this post private"] = "Diesen Beitrag privat machen"; -$a->strings["Insufficient permissions. Request redirected to profile page."] = "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."; -$a->strings["Not available."] = "Nicht verfügbar."; -$a->strings["Community"] = "Gemeinschaft"; -$a->strings["No results."] = "Keine Ergebnisse."; -$a->strings["Contact not found."] = "Kontakt nicht gefunden"; -$a->strings["Friend suggestion sent."] = "Freundschaftsempfehlung senden."; -$a->strings["Suggest Friends"] = "Kontakte vorschlagen"; -$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor"; +$a->strings["Authorize application connection"] = "Zugriff für die Anwendung autorisieren"; +$a->strings["Return to your app and insert this Securty Code:"] = "Trage folgenden Sicherheitscode in der Anwendung ein:"; +$a->strings["Please login to continue."] = "Zum Weitermachen, bitte einloggen."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für Dich zu erstellen?"; +$a->strings["Room not found"] = "Chatraum konnte nicht gefunden werden."; +$a->strings["Leave Room"] = "Raum verlassen"; +$a->strings["Delete This Room"] = "Diesen Raum löschen"; +$a->strings["I am away right now"] = "Ich bin gerade nicht da"; +$a->strings["I am online"] = "Ich bin online"; +$a->strings["Bookmark this room"] = "Lesezeichen für diesen Raum"; +$a->strings["New Chatroom"] = "Neuer Chatraum"; +$a->strings["Chatroom Name"] = "Name des Chatraums"; +$a->strings["%1\$s's Chatrooms"] = "%1\$ss Chaträume"; +$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. Starting date and Title are required."] = "Format ist %s %s. Startzeit und Titel sind erforderlich."; +$a->strings["Event Starts:"] = "Veranstaltung startet:"; +$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["Invalid request identifier."] = "Ungültiger Anfrage-Identifikator."; +$a->strings["Discard"] = "Verwerfen"; +$a->strings["No valid account found."] = "Kein gültiges Konto gefunden."; +$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Schau in Deine E-Mails."; +$a->strings["Site Member (%s)"] = "Nutzer (%s)"; +$a->strings["Password reset requested at %s"] = "Passwort-Rücksetzung auf %s angefordert"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon einmal auf den Link in der E-Mail geklickt?) Passwort-Rücksetzung fehlgeschlagen."; +$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie angefordert neu erstellt."; +$a->strings["Your new password is"] = "Dein neues Passwort lautet"; +$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere Dein neues Passwort – und dann"; +$a->strings["click here to login"] = "Klicke hier, um dich anzumelden"; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geändert werden."; +$a->strings["Your password has changed at %s"] = "Auf %s wurde Dein Passwort geändert"; +$a->strings["Forgot your Password?"] = "Kennwort vergessen?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurücksetzen zu lassen. Du erhältst dann weitere Anweisungen per E-Mail."; +$a->strings["Email Address"] = "E-Mail Adresse"; +$a->strings["Reset"] = "Zurücksetzen"; +$a->strings["Help with this feature"] = "Hilfe zu dieser Funktion"; +$a->strings["Layout Name"] = "Layout-Name"; $a->strings["Edit Block"] = "Block bearbeiten"; $a->strings["Delete block?"] = "Block löschen?"; $a->strings["Delete Block"] = "Block löschen"; -$a->strings["Status: "] = "Status:"; -$a->strings["Sexual Preference: "] = "Sexuelle Ausrichtung:"; -$a->strings["Homepage: "] = "Webseite:"; -$a->strings["Hometown: "] = "Wohnort:"; -$a->strings["About: "] = "Ãœber:"; -$a->strings["Keywords: "] = "Schlüsselwörter:"; -$a->strings["Permission Denied."] = "Zugriff verweigert."; -$a->strings["File not found."] = "Datei nicht gefunden."; -$a->strings["Edit file permissions"] = "Dateiberechtigungen bearbeiten"; -$a->strings["Permissions"] = "Berechtigungen"; -$a->strings["Include all files and sub folders"] = "Alle Dateien und Unterverzeichnisse einbinden"; -$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["Download"] = "Download"; -$a->strings["Used: "] = "Verwendet:"; -$a->strings["[directory]"] = "[Verzeichnis]"; -$a->strings["Limit: "] = "Limit:"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal."; -$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["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"; -$a->strings["Access Type"] = "Zugangstyp"; -$a->strings["Registration Policy"] = "Registrierungsrichtlinien"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximale Anzahl täglicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen."; -$a->strings["Passwords do not match."] = "Passwörter stimmen nicht überein."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."; -$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."; -$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden."; -$a->strings["Registration on this site/hub is by approval only."] = "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator"; -$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf diesem Server wurde überschritten. Bitte versuche es morgen noch einmal."; -$a->strings["Terms of Service"] = "Nutzungsbedingungen"; -$a->strings["I accept the %s for this website"] = "Ich akzeptiere die %s für diese Webseite"; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ich bin älter als 13 Jahre und akzeptiere die %s dieser Webseite"; -$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."; -$a->strings["Please enter your invitation code"] = "Bitte trage Deinen Einladungs-Code ein"; -$a->strings["Your email address"] = "Ihre E-Mail Adresse"; -$a->strings["Choose a password"] = "Passwort"; -$a->strings["Please re-enter your password"] = "Bitte gib Dein Passwort noch einmal ein"; -$a->strings["Please login."] = "Bitte melde dich an."; -$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."; -$a->strings["Please enter your password for verification:"] = "Bitte gib zur Bestätigung Dein Passwort ein:"; -$a->strings["Remove this channel and all its clones from the network"] = "Lösche diesen Kanal und all seine Klone aus dem Netzwerk"; -$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standardmäßig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk"; -$a->strings["Remove Channel"] = "Kanal löschen"; -$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["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["Mood"] = "Laune"; -$a->strings["Set your current mood and tell your friends"] = "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden"; -$a->strings["sent you a private message"] = "eine private Nachricht schicken"; -$a->strings["added your channel"] = "hat deinen Kanal hinzugefügt"; -$a->strings["posted an event"] = "hat eine Veranstaltung veröffentlicht"; -$a->strings["Scheme Default"] = "Standard-Schema"; -$a->strings["silver"] = "silbern"; -$a->strings["Theme settings"] = "Theme-Einstellungen"; -$a->strings["Set scheme"] = "Schema"; -$a->strings["Navigation bar colour"] = "Farbe der Navigationsleiste"; -$a->strings["link colour"] = "Farbe der Links"; -$a->strings["Set font-colour for banner"] = "Farbe des Banners"; -$a->strings["Set the background colour"] = "Hintergrundfarbe"; -$a->strings["Set the background image"] = "Hintergrundbild"; -$a->strings["Set the background colour of items"] = "Hintergrundfarbe von Beiträgen"; -$a->strings["Set the opacity of items"] = "Deckkraft von Beiträgen"; -$a->strings["Set the basic colour for item icons"] = "Basisfarbe der Beitrags-Icons"; -$a->strings["Set the hover colour for item icons"] = "Farbe für Beitrags-Icons unter dem Mauszeiger"; -$a->strings["Set font-size for the entire application"] = "Schriftgröße für die ganze Applikation"; -$a->strings["Set font-size for posts and comments"] = "Schriftgröße für Beiträge und Kommentare"; -$a->strings["Set font-colour for posts and comments"] = "Schriftfarbe für Beiträge und Kommentare"; -$a->strings["Set radius of corners"] = "Ecken-Radius"; -$a->strings["Set shadow depth of photos"] = "Schattentiefe von Fotos"; -$a->strings["Set maximum width of conversation regions"] = "Maximalbreite der Unterhaltungsbereiche"; -$a->strings["Set minimum opacity of nav bar - to hide it"] = "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)"; -$a->strings["Set size of conversation author photo"] = "Größe der Avatare von Themenstartern"; -$a->strings["Set size of followup author photos"] = "Größe der Avatare von Kommentatoren"; -$a->strings["Sloppy photo albums"] = "Schräge Fotoalben"; -$a->strings["Are you a clean desk or a messy desk person?"] = "Bist Du jemand, der einen aufgeräumten Schreibtisch hat, oder eher einen chaotischen?"; -$a->strings["Schema Default"] = "Standard-Schema"; -$a->strings["Sans-Serif"] = "Sans-Serif"; -$a->strings["Monospace"] = "Monospace"; -$a->strings["Set font face"] = "Schriftart"; -$a->strings["Set iconset"] = "Icon-Set"; -$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 colour, 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 für Beiträge und Kommentare"; -$a->strings["Set background image"] = "Hintergrundbild"; -$a->strings["Set background colour"] = "Hintergrundfarbe"; -$a->strings["Set section background image"] = "Hintergrundbild des mittleren Bereichs"; -$a->strings["Set section background colour"] = "Hintergrundfarbe des mittleren Bereichs"; -$a->strings["Set colour of items - use hex"] = "Farbe von Beiträgen (HEX)"; -$a->strings["Set colour of links - use hex"] = "Farbe von Links (HEX)"; -$a->strings["Set max-width for items. Default 400px"] = "Maximalbreite von Beiträgen (Default 400px)"; -$a->strings["Set min-width for items. Default 240px"] = "Minimalbreite 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 colour of fonts - use hex"] = "Schriftfarbe (HEX)"; -$a->strings["Set background-size element"] = "Größe des Hintergrund-Elements"; -$a->strings["Item opacity"] = "Deckkraft von Beiträgen (z.B. 0.8)"; -$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"] = "Beitragsfluss"; -$a->strings["Left offset of the section element"] = "Linker Rand des mittleren Bereichs"; -$a->strings["Right offset of the section element"] = "Rechter Rand des mittleren Bereichs"; -$a->strings["Section width"] = "Breite des mittleren Bereichs"; -$a->strings["Left offset of the aside"] = "Linker Rand des seitlichen Bereichs"; -$a->strings["Right offset of the aside element"] = "Rechter Rand des seitlichen Bereichs"; -$a->strings["None"] = "Keine"; -$a->strings["Header image"] = "Titelbild"; -$a->strings["Header image only on profile pages"] = "Titelbild nur auf Profil-Seiten anzeigen"; -$a->strings["Update %s failed. See error logs."] = "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen."; -$a->strings["Update Error at %s"] = "Aktualisierungsfehler auf %s"; -$a->strings["Create an account to access services and applications within the Red Matrix"] = "Erstelle einen Account, um Anwendungen und Dienste innerhalb der Red-Matrix verwenden zu können."; -$a->strings["Password"] = "Kennwort"; -$a->strings["Remember me"] = "Angaben speichern"; -$a->strings["Forgot your password?"] = "Passwort vergessen?"; -$a->strings["permission denied"] = "Zugriff verweigert"; -$a->strings["Got Zot?"] = "Haste schon Zot?"; -$a->strings["toggle mobile"] = "auf/von mobile Ansicht wechseln"; +$a->strings["Edit Layout"] = "Layout bearbeiten"; +$a->strings["Delete layout?"] = "Layout löschen?"; +$a->strings["Delete Layout"] = "Layout löschen"; +$a->strings["Channel added."] = "Kanal hinzugefügt."; diff --git a/view/en-au/follow_notify_eml.tpl b/view/en-au/follow_notify_eml.tpl new file mode 100644 index 000000000..ba07b19da --- /dev/null +++ b/view/en-au/follow_notify_eml.tpl @@ -0,0 +1,14 @@ + +Dear {{$myname}}, + +You have a new follower at {{$sitename}} - '{{$requestor}}'. + +You may visit their profile at {{$url}}. + +Please login to your site to approve or ignore/cancel the request. + +{{$siteurl}} + +Regards, + + {{$sitename}} administrator diff --git a/view/en-au/friend_complete_eml.tpl b/view/en-au/friend_complete_eml.tpl new file mode 100644 index 000000000..1c647b994 --- /dev/null +++ b/view/en-au/friend_complete_eml.tpl @@ -0,0 +1,22 @@ + +Dear {{$username}}, + + Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted +your connection request at '{{$sitename}}'. + +You are now mutual friends and may exchange status updates, photos, and email +without restriction. + +Please visit your 'Connnections' page at {{$sitename}} if you wish to make +any changes to this relationship. + +{{$siteurl}} + +[For instance, you may create a separate profile with information that is not +available to the general public - and assign viewing rights to '{{$fn}}']. + +Sincerely, + + {{$sitename}} Administrator + + diff --git a/view/en-au/htconfig.tpl b/view/en-au/htconfig.tpl new file mode 100644 index 000000000..9377472bd --- /dev/null +++ b/view/en-au/htconfig.tpl @@ -0,0 +1,98 @@ +<?php + +// Set the following for your MySQL installation +// Copy or rename this file to .htconfig.php + +$db_host = '{{$dbhost}}'; +$db_port = '{{$dbport}}'; +$db_user = '{{$dbuser}}'; +$db_pass = '{{$dbpass}}'; +$db_data = '{{$dbdata}}'; + +/* + * Notice: Many of the following settings will be available in the admin panel + * after a successful site install. Once they are set in the admin panel, they + * are stored in the DB - and the DB setting will over-ride any corresponding + * setting in this file + * + * The command-line tool util/config is able to query and set the DB items + * directly if for some reason the admin panel is not available and a system + * setting requires modification. + * + */ + + +// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". +// It can be changed later and only applies to timestamps for anonymous viewers. + +$default_timezone = '{{$timezone}}'; + +// What is your site name? + +$a->config['system']['baseurl'] = '{{$siteurl}}'; +$a->config['system']['sitename'] = "Red Matrix"; +$a->config['system']['location_hash'] = '{{$site_id}}'; + + +// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. +// Be certain to create your own personal account before setting +// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on +// the registration page. REGISTER_APPROVE requires you set 'admin_email' +// to the email address of an already registered person who can authorise +// and/or approve/deny the request. + +$a->config['system']['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_text'] = ''; +$a->config['system']['admin_email'] = '{{$adminmail}}'; + + +// Site access restrictions. By default we will create private sites. +// Your choices are ACCESS_PRIVATE, ACCESS_PAID, ACCESS_TIERED, and ACCESS_FREE. +// If you leave REGISTER_OPEN above, anybody may register on your +// site, however your site will not be listed anywhere as an open +// registration hub. We will use the system access policy (below) +// to determine whether or not to list your site in the directory +// as an open hub where anybody may create accounts. Your choice of +// paid, tiered, or free determines how these listings will be presented. + + +$a->config['system']['access_policy'] = ACCESS_PRIVATE; + +// If you operate a public site, you might wish that people are directed +// to a "sellpage" where you can describe for features or policies or service plans in depth. +// This must be an absolute URL beginning with http:// or https:// . + +$a->config['system']['sellpage'] = ''; + +// Maximum size of an imported message, 0 is unlimited +// FIXME - NOT currently implemented. + +$a->config['system']['max_import_size'] = 200000; + +// Location of PHP command line processor + +$a->config['system']['php_path'] = '{{$phpath}}'; + +// Configure how we communicate with directory servers. +// DIRECTORY_MODE_NORMAL = directory client, we will find a directory +// DIRECTORY_MODE_SECONDARY = caching directory or mirror +// DIRECTORY_MODE_PRIMARY = main directory server +// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services + +$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; + +// default system theme + +$a->config['system']['theme'] = 'redbasic'; + + +// PHP error logging setup +// Before doing this ensure that the webserver has permission +// to create and write to php.out in the top level Red directory, +// or change the name (below) to a file/path where this is allowed. + +// Uncomment the following 4 lines to turn on PHP error logging. +//error_reporting(E_ERROR | E_WARNING | E_PARSE ); +//ini_set('error_log','php.out'); +//ini_set('log_errors','1'); +//ini_set('display_errors', '0'); diff --git a/view/en-au/intro_complete_eml.tpl b/view/en-au/intro_complete_eml.tpl new file mode 100644 index 000000000..2c2428d68 --- /dev/null +++ b/view/en-au/intro_complete_eml.tpl @@ -0,0 +1,22 @@ + +Dear {{$username}}, + + '{{$fn}}' at '{{$dfrn_url}}' has accepted +your connection request at '{{$sitename}}'. + + '{{$fn}}' has chosen to accept you a "fan", which restricts +some forms of communication - such as private messaging and some profile +interactions. If this is a celebrity or community page, these settings were +applied automatically. + + '{{$fn}}' may choose to extend this into a two-way or more permissive +relationship in the future. + + You will start receiving public status updates from '{{$fn}}', +which will appear on your 'Matrix' page at + +{{$siteurl}} + +Sincerely, + + {{$sitename}} Administrator diff --git a/view/en-au/lostpass_eml.tpl b/view/en-au/lostpass_eml.tpl new file mode 100644 index 000000000..3b79d2791 --- /dev/null +++ b/view/en-au/lostpass_eml.tpl @@ -0,0 +1,32 @@ + +Dear {{$username}}, + A request was recently received at {{$sitename}} to reset your account +password. In order to confirm this request, please select the verification link +below or paste it into your web browser address bar. + +If you did NOT request this change, please DO NOT follow the link +provided and ignore and/or delete this email. + +Your password will not be changed unless we can verify that you +issued this request. + +Follow this link to verify your identity: + +{{$reset_link}} + +You will then receive a follow-up message containing the new password. + +You may change that password from your account settings page after logging in. + +The login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} + + + + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/en-au/passchanged_eml.tpl b/view/en-au/passchanged_eml.tpl new file mode 100644 index 000000000..0d94be3c2 --- /dev/null +++ b/view/en-au/passchanged_eml.tpl @@ -0,0 +1,20 @@ + +Dear {{$username}}, + Your password has been changed as requested. Please retain this +information for your records (or change your password immediately to +something that you will remember). + + +Your login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} +Password: {{$new_password}} + +You may change that password from your account settings page after logging in. + + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/en-au/register_open_eml.tpl b/view/en-au/register_open_eml.tpl new file mode 100644 index 000000000..4b397201c --- /dev/null +++ b/view/en-au/register_open_eml.tpl @@ -0,0 +1,19 @@ + +An account has been created at {{$sitename}} for this email address. +The login details are as follows: + +Site Location: {{$siteurl}} +Login: {{$email}} +Password: (the password which was provided during registration) + +If this account was created without your knowledge and is not desired, you may +visit this site and reset the password. This will allow you to remove the +account from the links on the Settings page, and we +apologise for any inconvenience. + +Thank you and welcome to {{$sitename}}. + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/en-au/register_verify_eml.tpl b/view/en-au/register_verify_eml.tpl new file mode 100644 index 000000000..85d9a12d3 --- /dev/null +++ b/view/en-au/register_verify_eml.tpl @@ -0,0 +1,25 @@ + +A new user registration request was received at {{$sitename}} which requires +your approval. + + +The login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} +IP Address: {{$details}} + +To approve this request please visit the following link: + + +{{$siteurl}}/regmod/allow/{{$hash}} + + +To deny the request and remove the account, please visit: + + +{{$siteurl}}/regmod/deny/{{$hash}} + + +Thank you. + diff --git a/view/en-au/register_verify_member.tpl b/view/en-au/register_verify_member.tpl new file mode 100644 index 000000000..d1e34be67 --- /dev/null +++ b/view/en-au/register_verify_member.tpl @@ -0,0 +1,25 @@ + +Thank you for registering at {{$sitename}}. + +Your login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} + +Login with the password you chose at registration. + +We need to verify your email address in order to give you full access. + +If you registered this account, please visit the following link: + +{{$siteurl}}/regver/allow/{{$hash}} + + +To deny the request and remove the account, please visit: + + +{{$siteurl}}/regver/deny/{{$hash}} + + +Thank you. + diff --git a/view/en-au/request_notify_eml.tpl b/view/en-au/request_notify_eml.tpl new file mode 100644 index 000000000..d01b8ff27 --- /dev/null +++ b/view/en-au/request_notify_eml.tpl @@ -0,0 +1,17 @@ + +Dear {{$myname}}, + +You have just received a connection request at {{$sitename}} + +from '{{$requestor}}'. + +You may visit their profile at {{$url}}. + +Please login to your site to view the complete introduction +and approve or ignore/cancel the request. + +{{$siteurl}} + +Regards, + + {{$sitename}} administrator diff --git a/view/en-au/strings.php b/view/en-au/strings.php new file mode 100644 index 000000000..db383f50f --- /dev/null +++ b/view/en-au/strings.php @@ -0,0 +1,5 @@ +<?php +require_once('view/en-gb/strings.php'); +$a->strings['Welcome %s. Remote authentication successful.'] = "G'day %s. Remote authentication successful"; + + diff --git a/view/en-au/update_fail_eml.tpl b/view/en-au/update_fail_eml.tpl new file mode 100644 index 000000000..a7df8fc2f --- /dev/null +++ b/view/en-au/update_fail_eml.tpl @@ -0,0 +1,13 @@ +Hey,
+I'm the web server at {{$sitename}};
+
+The Red Matrix developers released update {{$update}} recently,
+but when I tried to install it, something went terribly wrong.
+This needs to be fixed soon and it requires human intervention.
+Please contact a Red developer if you can not figure out how to
+fix it on your own. My database might be invalid.
+
+The error message is '{{$error}}'.
+
+Apologies for the inconvenience,
+ your web server at {{$siteurl}}
\ No newline at end of file diff --git a/view/en-gb/follow_notify_eml.tpl b/view/en-gb/follow_notify_eml.tpl new file mode 100644 index 000000000..ba07b19da --- /dev/null +++ b/view/en-gb/follow_notify_eml.tpl @@ -0,0 +1,14 @@ + +Dear {{$myname}}, + +You have a new follower at {{$sitename}} - '{{$requestor}}'. + +You may visit their profile at {{$url}}. + +Please login to your site to approve or ignore/cancel the request. + +{{$siteurl}} + +Regards, + + {{$sitename}} administrator diff --git a/view/en-gb/friend_complete_eml.tpl b/view/en-gb/friend_complete_eml.tpl new file mode 100644 index 000000000..1c647b994 --- /dev/null +++ b/view/en-gb/friend_complete_eml.tpl @@ -0,0 +1,22 @@ + +Dear {{$username}}, + + Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted +your connection request at '{{$sitename}}'. + +You are now mutual friends and may exchange status updates, photos, and email +without restriction. + +Please visit your 'Connnections' page at {{$sitename}} if you wish to make +any changes to this relationship. + +{{$siteurl}} + +[For instance, you may create a separate profile with information that is not +available to the general public - and assign viewing rights to '{{$fn}}']. + +Sincerely, + + {{$sitename}} Administrator + + diff --git a/view/en-gb/htconfig.tpl b/view/en-gb/htconfig.tpl new file mode 100644 index 000000000..9377472bd --- /dev/null +++ b/view/en-gb/htconfig.tpl @@ -0,0 +1,98 @@ +<?php + +// Set the following for your MySQL installation +// Copy or rename this file to .htconfig.php + +$db_host = '{{$dbhost}}'; +$db_port = '{{$dbport}}'; +$db_user = '{{$dbuser}}'; +$db_pass = '{{$dbpass}}'; +$db_data = '{{$dbdata}}'; + +/* + * Notice: Many of the following settings will be available in the admin panel + * after a successful site install. Once they are set in the admin panel, they + * are stored in the DB - and the DB setting will over-ride any corresponding + * setting in this file + * + * The command-line tool util/config is able to query and set the DB items + * directly if for some reason the admin panel is not available and a system + * setting requires modification. + * + */ + + +// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". +// It can be changed later and only applies to timestamps for anonymous viewers. + +$default_timezone = '{{$timezone}}'; + +// What is your site name? + +$a->config['system']['baseurl'] = '{{$siteurl}}'; +$a->config['system']['sitename'] = "Red Matrix"; +$a->config['system']['location_hash'] = '{{$site_id}}'; + + +// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. +// Be certain to create your own personal account before setting +// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on +// the registration page. REGISTER_APPROVE requires you set 'admin_email' +// to the email address of an already registered person who can authorise +// and/or approve/deny the request. + +$a->config['system']['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_text'] = ''; +$a->config['system']['admin_email'] = '{{$adminmail}}'; + + +// Site access restrictions. By default we will create private sites. +// Your choices are ACCESS_PRIVATE, ACCESS_PAID, ACCESS_TIERED, and ACCESS_FREE. +// If you leave REGISTER_OPEN above, anybody may register on your +// site, however your site will not be listed anywhere as an open +// registration hub. We will use the system access policy (below) +// to determine whether or not to list your site in the directory +// as an open hub where anybody may create accounts. Your choice of +// paid, tiered, or free determines how these listings will be presented. + + +$a->config['system']['access_policy'] = ACCESS_PRIVATE; + +// If you operate a public site, you might wish that people are directed +// to a "sellpage" where you can describe for features or policies or service plans in depth. +// This must be an absolute URL beginning with http:// or https:// . + +$a->config['system']['sellpage'] = ''; + +// Maximum size of an imported message, 0 is unlimited +// FIXME - NOT currently implemented. + +$a->config['system']['max_import_size'] = 200000; + +// Location of PHP command line processor + +$a->config['system']['php_path'] = '{{$phpath}}'; + +// Configure how we communicate with directory servers. +// DIRECTORY_MODE_NORMAL = directory client, we will find a directory +// DIRECTORY_MODE_SECONDARY = caching directory or mirror +// DIRECTORY_MODE_PRIMARY = main directory server +// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services + +$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; + +// default system theme + +$a->config['system']['theme'] = 'redbasic'; + + +// PHP error logging setup +// Before doing this ensure that the webserver has permission +// to create and write to php.out in the top level Red directory, +// or change the name (below) to a file/path where this is allowed. + +// Uncomment the following 4 lines to turn on PHP error logging. +//error_reporting(E_ERROR | E_WARNING | E_PARSE ); +//ini_set('error_log','php.out'); +//ini_set('log_errors','1'); +//ini_set('display_errors', '0'); diff --git a/view/en-gb/intro_complete_eml.tpl b/view/en-gb/intro_complete_eml.tpl new file mode 100644 index 000000000..2c2428d68 --- /dev/null +++ b/view/en-gb/intro_complete_eml.tpl @@ -0,0 +1,22 @@ + +Dear {{$username}}, + + '{{$fn}}' at '{{$dfrn_url}}' has accepted +your connection request at '{{$sitename}}'. + + '{{$fn}}' has chosen to accept you a "fan", which restricts +some forms of communication - such as private messaging and some profile +interactions. If this is a celebrity or community page, these settings were +applied automatically. + + '{{$fn}}' may choose to extend this into a two-way or more permissive +relationship in the future. + + You will start receiving public status updates from '{{$fn}}', +which will appear on your 'Matrix' page at + +{{$siteurl}} + +Sincerely, + + {{$sitename}} Administrator diff --git a/view/en-gb/lostpass_eml.tpl b/view/en-gb/lostpass_eml.tpl new file mode 100644 index 000000000..3b79d2791 --- /dev/null +++ b/view/en-gb/lostpass_eml.tpl @@ -0,0 +1,32 @@ + +Dear {{$username}}, + A request was recently received at {{$sitename}} to reset your account +password. In order to confirm this request, please select the verification link +below or paste it into your web browser address bar. + +If you did NOT request this change, please DO NOT follow the link +provided and ignore and/or delete this email. + +Your password will not be changed unless we can verify that you +issued this request. + +Follow this link to verify your identity: + +{{$reset_link}} + +You will then receive a follow-up message containing the new password. + +You may change that password from your account settings page after logging in. + +The login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} + + + + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/en-gb/passchanged_eml.tpl b/view/en-gb/passchanged_eml.tpl new file mode 100644 index 000000000..0d94be3c2 --- /dev/null +++ b/view/en-gb/passchanged_eml.tpl @@ -0,0 +1,20 @@ + +Dear {{$username}}, + Your password has been changed as requested. Please retain this +information for your records (or change your password immediately to +something that you will remember). + + +Your login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} +Password: {{$new_password}} + +You may change that password from your account settings page after logging in. + + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/en-gb/register_open_eml.tpl b/view/en-gb/register_open_eml.tpl new file mode 100644 index 000000000..4b397201c --- /dev/null +++ b/view/en-gb/register_open_eml.tpl @@ -0,0 +1,19 @@ + +An account has been created at {{$sitename}} for this email address. +The login details are as follows: + +Site Location: {{$siteurl}} +Login: {{$email}} +Password: (the password which was provided during registration) + +If this account was created without your knowledge and is not desired, you may +visit this site and reset the password. This will allow you to remove the +account from the links on the Settings page, and we +apologise for any inconvenience. + +Thank you and welcome to {{$sitename}}. + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/en-gb/register_verify_eml.tpl b/view/en-gb/register_verify_eml.tpl new file mode 100644 index 000000000..85d9a12d3 --- /dev/null +++ b/view/en-gb/register_verify_eml.tpl @@ -0,0 +1,25 @@ + +A new user registration request was received at {{$sitename}} which requires +your approval. + + +The login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} +IP Address: {{$details}} + +To approve this request please visit the following link: + + +{{$siteurl}}/regmod/allow/{{$hash}} + + +To deny the request and remove the account, please visit: + + +{{$siteurl}}/regmod/deny/{{$hash}} + + +Thank you. + diff --git a/view/en-gb/register_verify_member.tpl b/view/en-gb/register_verify_member.tpl new file mode 100644 index 000000000..d1e34be67 --- /dev/null +++ b/view/en-gb/register_verify_member.tpl @@ -0,0 +1,25 @@ + +Thank you for registering at {{$sitename}}. + +Your login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} + +Login with the password you chose at registration. + +We need to verify your email address in order to give you full access. + +If you registered this account, please visit the following link: + +{{$siteurl}}/regver/allow/{{$hash}} + + +To deny the request and remove the account, please visit: + + +{{$siteurl}}/regver/deny/{{$hash}} + + +Thank you. + diff --git a/view/en-gb/request_notify_eml.tpl b/view/en-gb/request_notify_eml.tpl new file mode 100644 index 000000000..d01b8ff27 --- /dev/null +++ b/view/en-gb/request_notify_eml.tpl @@ -0,0 +1,17 @@ + +Dear {{$myname}}, + +You have just received a connection request at {{$sitename}} + +from '{{$requestor}}'. + +You may visit their profile at {{$url}}. + +Please login to your site to view the complete introduction +and approve or ignore/cancel the request. + +{{$siteurl}} + +Regards, + + {{$sitename}} administrator diff --git a/view/en-gb/strings.php b/view/en-gb/strings.php new file mode 100644 index 000000000..abf14f43a --- /dev/null +++ b/view/en-gb/strings.php @@ -0,0 +1,29 @@ +<?php +$a->strings["Set shadow color, default #000"] = "Set shadow colour, default #000"; +$a->strings["Set background color"] = "Set background colour"; +$a->strings["Set section background color"] = "Set section background colour"; +$a->strings["Set color of items - use hex"] = "Set colour of items - use hex"; +$a->strings["Set color of links - use hex"] = "Set colour of links - use hex"; +$a->strings["Set color of fonts - use hex"] = "Set colour of fonts - use hex"; +$a->strings["Navigation bar background color"] = "Navigation bar background colour"; +$a->strings["Navigation bar gradient top color"] = "Navigation bar gradient top colour"; +$a->strings["Navigation bar gradient bottom color"] = "Navigation bar gradient bottom colour"; +$a->strings["Navigation active button gradient top color"] = "Navigation active button gradient top colour"; +$a->strings["Navigation active button gradient bottom color"] = "Navigation active button gradient bottom colour"; +$a->strings["Navigation bar border color "] = "Navigation bar border colour "; +$a->strings["Navigation bar icon color "] = "Navigation bar icon colour "; +$a->strings["Navigation bar active icon color "] = "Navigation bar active icon colour "; +$a->strings["link color"] = "link colour"; +$a->strings["Set font-color for banner"] = "Set font-colour for banner"; +$a->strings["Set the background color"] = "Set the background colour"; +$a->strings["Set the background color of items"] = "Set the background colour of items"; +$a->strings["Set the background color of comments"] = "Set the background colour of comments"; +$a->strings["Set the border color of comments"] = "Set the border colour of comments"; +$a->strings["Set the basic color for item icons"] = "Set the basic colour for item icons"; +$a->strings["Set the hover color for item icons"] = "Set the hover colour for item icons"; +$a->strings["Set font-color for posts and comments"] = "Set font-colour for posts and comments"; +$a->strings["Authorize application connection"] = "Authorise application connection"; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorise this application to access your posts and contacts, and/or create new posts for you?"; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralized communication and information tool."] = "You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."; diff --git a/view/en-gb/update_fail_eml.tpl b/view/en-gb/update_fail_eml.tpl new file mode 100644 index 000000000..a7df8fc2f --- /dev/null +++ b/view/en-gb/update_fail_eml.tpl @@ -0,0 +1,13 @@ +Hey,
+I'm the web server at {{$sitename}};
+
+The Red Matrix developers released update {{$update}} recently,
+but when I tried to install it, something went terribly wrong.
+This needs to be fixed soon and it requires human intervention.
+Please contact a Red developer if you can not figure out how to
+fix it on your own. My database might be invalid.
+
+The error message is '{{$error}}'.
+
+Apologies for the inconvenience,
+ your web server at {{$siteurl}}
\ No newline at end of file diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 9377472bd..550b018fe 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -45,6 +45,11 @@ $a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['system']['register_text'] = ''; $a->config['system']['admin_email'] = '{{$adminmail}}'; +// Recommend you leave this set to 1. Set to 0 to let people register without +// proving they own the email address they register with. + +$a->config['system']['verify_email'] = 1; + // Site access restrictions. By default we will create private sites. // Your choices are ACCESS_PRIVATE, ACCESS_PAID, ACCESS_TIERED, and ACCESS_FREE. diff --git a/view/fr/messages.po b/view/fr/messages.po index 225c22332..79a60534f 100644 --- a/view/fr/messages.po +++ b/view/fr/messages.po @@ -5,12 +5,13 @@ # Translators: # Olivier <olivier+transifex@migeot.org>, 2013-2014 # Webmaster_Redmatrix.ca <webmaster@redmatrix.ca>, 2014 +# Webmaster_Redmatrix.ca <webmaster@redmatrix.ca>, 2014 msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-18 00:03-0700\n" -"PO-Revision-Date: 2014-07-24 13:35+0000\n" +"POT-Creation-Date: 2014-08-15 00:03-0700\n" +"PO-Revision-Date: 2014-08-17 00:08+0000\n" "Last-Translator: Webmaster_Redmatrix.ca <webmaster@redmatrix.ca>\n" "Language-Team: French (http://www.transifex.com/projects/p/red-matrix/language/fr/)\n" "MIME-Version: 1.0\n" @@ -24,13 +25,44 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "Impossible de trouver les infos DNS du serveur de BD '%s'" -#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../include/photo/photo_driver.php:653 ../../include/photos.php:51 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 #: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 -#: ../../mod/photos.php:653 ../../mod/photos.php:675 +#: ../../mod/photos.php:659 ../../mod/photos.php:681 msgid "Profile Photos" msgstr "Photos du profil" +#: ../../include/diaspora.php:610 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s et %2$s sont maintenant amis." + +#: ../../include/diaspora.php:693 +msgid "Sharing notification from Diaspora network" +msgstr "Partage de vos notifications du réseau Diaspora" + +#: ../../include/diaspora.php:1910 ../../include/text.php:1732 +#: ../../include/conversation.php:120 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294 +msgid "photo" +msgstr "photo" + +#: ../../include/diaspora.php:1910 ../../include/text.php:1738 +#: ../../include/conversation.php:148 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294 +msgid "status" +msgstr "le statut" + +#: ../../include/diaspora.php:1926 ../../include/conversation.php:164 +#: ../../mod/like.php:331 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s aime %3$s de %2$s" + +#: ../../include/diaspora.php:2303 +msgid "Attachments:" +msgstr "Pièces jointes:" + #: ../../include/oembed.php:163 msgid "Embedded content" msgstr "Contenu imbriqué" @@ -48,6 +80,168 @@ msgstr "a publié" msgid "commented on %s's post" msgstr "a commenté la publication de %s" +#: ../../include/apps.php:123 +msgid "Site Admin" +msgstr "Administrateur" + +#: ../../include/apps.php:124 ../../include/nav.php:100 +#: ../../include/conversation.php:1543 +msgid "Bookmarks" +msgstr "Favoris" + +#: ../../include/apps.php:125 +msgid "Address Book" +msgstr "Carnet d'adresse" + +#: ../../include/apps.php:126 ../../include/nav.php:106 ../../boot.php:1498 +msgid "Login" +msgstr "Connexion" + +#: ../../include/apps.php:127 ../../include/nav.php:196 +msgid "Channel Select" +msgstr "Changer de canal" + +#: ../../include/apps.php:128 ../../include/nav.php:170 +msgid "Matrix" +msgstr "Matrice" + +#: ../../include/apps.php:129 ../../include/nav.php:198 +#: ../../include/widgets.php:514 ../../mod/admin.php:987 +#: ../../mod/admin.php:1192 +msgid "Settings" +msgstr "Réglages" + +#: ../../include/apps.php:130 ../../include/nav.php:92 +#: ../../include/reddav.php:1280 ../../include/conversation.php:1521 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Fichiers" + +#: ../../include/apps.php:131 ../../include/nav.php:102 +#: ../../include/conversation.php:1554 ../../mod/webpages.php:79 +msgid "Webpages" +msgstr "Pages web" + +#: ../../include/apps.php:132 ../../include/nav.php:173 +msgid "Channel Home" +msgstr "Mon canal" + +#: ../../include/apps.php:133 ../../include/identity.php:973 +#: ../../include/identity.php:1091 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profil" + +#: ../../include/apps.php:134 ../../include/nav.php:91 +#: ../../include/conversation.php:1512 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Photos" + +#: ../../include/apps.php:135 ../../include/nav.php:192 +#: ../../mod/events.php:396 +msgid "Events" +msgstr "Événements" + +#: ../../include/apps.php:136 ../../include/nav.php:159 +#: ../../mod/directory.php:226 +msgid "Directory" +msgstr "Annuaire" + +#: ../../include/apps.php:137 ../../include/nav.php:151 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "Aide" + +#: ../../include/apps.php:138 ../../include/nav.php:184 +msgid "Mail" +msgstr "Messages" + +#: ../../include/apps.php:139 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Humeur" + +#: ../../include/apps.php:140 ../../include/conversation.php:945 +msgid "Poke" +msgstr "Cogner" + +#: ../../include/apps.php:141 ../../include/nav.php:97 +msgid "Chat" +msgstr "Clavardage" + +#: ../../include/apps.php:142 ../../include/text.php:815 +#: ../../include/text.php:829 ../../include/nav.php:156 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Recherche" + +#: ../../include/apps.php:143 +msgid "Probe" +msgstr "Sonder" + +#: ../../include/apps.php:144 +msgid "Suggest" +msgstr "Suggérer" + +#: ../../include/apps.php:145 +msgid "Random Channel" +msgstr "Un Canal au Hasard" + +#: ../../include/apps.php:146 +msgid "Invite" +msgstr "Invitation" + +#: ../../include/apps.php:147 +msgid "Features" +msgstr "Fonctionalités" + +#: ../../include/apps.php:148 +msgid "Language" +msgstr "Langue" + +#: ../../include/apps.php:149 +msgid "Post" +msgstr "Envoyer" + +#: ../../include/apps.php:150 +msgid "Profile Photo" +msgstr "Photo du Profil" + +#: ../../include/apps.php:239 ../../mod/settings.php:79 +#: ../../mod/settings.php:543 +msgid "Update" +msgstr "Mise-à -jour" + +#: ../../include/apps.php:239 +msgid "Install" +msgstr "Installer" + +#: ../../include/apps.php:244 +msgid "Purchase" +msgstr "Acheter" + +#: ../../include/apps.php:246 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/reddav.php:1289 +#: ../../include/menu.php:42 ../../include/ItemObject.php:96 +#: ../../mod/settings.php:579 ../../mod/blocks.php:94 +#: ../../mod/connections.php:393 ../../mod/editblock.php:111 +#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 +#: ../../mod/editwebpage.php:143 ../../mod/thing.php:235 +#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:120 +msgid "Edit" +msgstr "Éditer" + +#: ../../include/apps.php:247 ../../include/reddav.php:1290 +#: ../../include/conversation.php:635 ../../include/ItemObject.php:108 +#: ../../mod/settings.php:580 ../../mod/connedit.php:440 +#: ../../mod/photos.php:1052 ../../mod/group.php:176 ../../mod/admin.php:767 +#: ../../mod/admin.php:897 ../../mod/thing.php:236 +msgid "Delete" +msgstr "Supprimer" + +#: ../../include/apps.php:328 ../../include/apps.php:379 +#: ../../include/reddav.php:1202 ../../mod/connedit.php:476 +msgid "Unknown" +msgstr "Inconnu" + #: ../../include/text.php:321 msgid "prev" msgstr "préc." @@ -87,12 +281,6 @@ msgstr[1] "%d relations" msgid "View Connections" msgstr "Voir les relations" -#: ../../include/text.php:815 ../../include/text.php:829 -#: ../../include/nav.php:149 ../../include/apps.php:142 -#: ../../mod/search.php:29 -msgid "Search" -msgstr "Recherche" - #: ../../include/text.php:817 ../../include/text.php:831 #: ../../include/widgets.php:186 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 ../../mod/filer.php:50 @@ -347,23 +535,11 @@ msgstr "Type de contenu :" msgid "Select an alternate language" msgstr "Choisir une langue alternative" -#: ../../include/text.php:1732 ../../include/conversation.php:120 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:45 ../../mod/like.php:294 -msgid "photo" -msgstr "photo" - #: ../../include/text.php:1735 ../../include/conversation.php:123 #: ../../mod/tagger.php:49 msgid "event" msgstr "événement" -#: ../../include/text.php:1738 ../../include/conversation.php:148 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:53 ../../mod/like.php:294 -msgid "status" -msgstr "le statut" - #: ../../include/text.php:1740 ../../include/conversation.php:150 #: ../../mod/tagger.php:55 msgid "comment" @@ -397,17 +573,6 @@ msgstr "Pages" msgid "New Page" msgstr "Nouvelle page" -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/reddav.php:1289 ../../include/apps.php:240 -#: ../../include/menu.php:42 ../../include/ItemObject.php:96 -#: ../../mod/settings.php:577 ../../mod/blocks.php:94 -#: ../../mod/connections.php:393 ../../mod/editblock.php:111 -#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:143 ../../mod/thing.php:235 -#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:120 -msgid "Edit" -msgstr "Éditer" - #: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 #: ../../mod/layouts.php:116 ../../mod/webpages.php:123 msgid "View" @@ -416,7 +581,7 @@ msgstr "Voir" #: ../../include/page_widgets.php:40 ../../include/conversation.php:1091 #: ../../include/ItemObject.php:592 ../../mod/editblock.php:141 #: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:174 ../../mod/photos.php:997 +#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1003 #: ../../mod/webpages.php:124 msgid "Preview" msgstr "Aperçu" @@ -517,19 +682,19 @@ msgstr "Compte vérifié. Veuillez vous connecter." #: ../../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:3662 +#: ../../include/chat.php:116 ../../include/items.php:3711 #: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27 -#: ../../mod/settings.php:492 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../mod/settings.php:494 ../../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:152 -#: ../../mod/profiles.php:462 ../../mod/bookmarks.php:46 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179 +#: ../../mod/profiles.php:524 ../../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:71 ../../mod/regmod.php:18 ../../mod/common.php:35 #: ../../mod/network.php:12 ../../mod/connections.php:169 -#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30 +#: ../../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 @@ -539,8 +704,8 @@ msgstr "Compte vérifié. Veuillez vous connecter." #: ../../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:179 -#: ../../mod/item.php:187 ../../mod/item.php:908 ../../mod/layouts.php:27 +#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:178 +#: ../../mod/item.php:186 ../../mod/item.php:916 ../../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 @@ -551,35 +716,35 @@ msgstr "Compte vérifié. Veuillez vous connecter." msgid "Permission denied." msgstr "Permission refusée." -#: ../../include/photos.php:89 +#: ../../include/photos.php:104 #, php-format msgid "Image exceeds website size limit of %lu bytes" msgstr "L'image dépasse la taille limite de %lu octets" -#: ../../include/photos.php:96 +#: ../../include/photos.php:111 msgid "Image file is empty." msgstr "L'image est vide." -#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +#: ../../include/photos.php:140 ../../mod/profile_photo.php:216 msgid "Unable to process image" msgstr "Impossible de traiter l'image" -#: ../../include/photos.php:186 +#: ../../include/photos.php:212 msgid "Photo storage failed." msgstr "Le stockage de l'image a échoué." -#: ../../include/photos.php:313 ../../include/conversation.php:1515 +#: ../../include/photos.php:339 ../../include/conversation.php:1515 msgid "Photo Albums" msgstr "Albums photo" -#: ../../include/photos.php:317 ../../mod/photos.php:691 -#: ../../mod/photos.php:1193 +#: ../../include/photos.php:343 ../../mod/photos.php:697 +#: ../../mod/photos.php:1199 msgid "Upload New Photos" msgstr "Ajouter des photos" #: ../../include/acl_selectors.php:240 -msgid "Visible to everybody" -msgstr "Visible pour tous" +msgid "Visible to your default audience" +msgstr "Visible pour vos contacts seulement." #: ../../include/acl_selectors.php:241 msgid "Show" @@ -590,7 +755,7 @@ msgid "Don't show" msgstr "Cacher" #: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 -#: ../../mod/photos.php:604 ../../mod/photos.php:952 +#: ../../mod/photos.php:604 ../../mod/photos.php:958 #: ../../mod/filestorage.php:128 msgid "Permissions" msgstr "Permissions" @@ -622,7 +787,7 @@ msgstr "Visiter %1$s de %2$s" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s a mis-à -jour %2$s, modifiant %3$s." -#: ../../include/api.php:1016 +#: ../../include/api.php:1036 msgid "Public Timeline" msgstr "Fil public" @@ -709,269 +874,211 @@ msgid "Finishes:" msgstr "Fin :" #: ../../include/bb2diaspora.php:485 ../../include/event.php:40 -#: ../../include/identity.php:726 ../../mod/directory.php:156 +#: ../../include/identity.php:757 ../../mod/directory.php:156 #: ../../mod/dirprofile.php:105 ../../mod/events.php:504 msgid "Location:" msgstr "Emplacement :" -#: ../../include/nav.php:77 ../../include/nav.php:101 ../../boot.php:1487 +#: ../../include/nav.php:81 ../../include/nav.php:108 ../../boot.php:1497 msgid "Logout" msgstr "Déconnexion" -#: ../../include/nav.php:77 ../../include/nav.php:101 +#: ../../include/nav.php:81 ../../include/nav.php:108 msgid "End this session" msgstr "Mettre fin à la session" -#: ../../include/nav.php:80 ../../include/nav.php:135 +#: ../../include/nav.php:84 ../../include/nav.php:142 msgid "Home" msgstr "Canal" -#: ../../include/nav.php:80 +#: ../../include/nav.php:84 msgid "Your posts and conversations" msgstr "Vos publications et conversations" -#: ../../include/nav.php:81 ../../include/conversation.php:940 -#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 +#: ../../include/nav.php:85 ../../include/conversation.php:940 +#: ../../mod/connedit.php:393 ../../mod/connedit.php:507 msgid "View Profile" msgstr "Voir profil" -#: ../../include/nav.php:81 +#: ../../include/nav.php:85 msgid "Your profile page" msgstr "Votre profil" -#: ../../include/nav.php:83 +#: ../../include/nav.php:87 msgid "Edit Profiles" msgstr "Éditer les profils" -#: ../../include/nav.php:83 +#: ../../include/nav.php:87 msgid "Manage/Edit profiles" msgstr "Gérer/éditer les profils" -#: ../../include/nav.php:84 ../../include/conversation.php:1512 -#: ../../include/apps.php:134 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Photos" +#: ../../include/nav.php:89 ../../include/identity.php:730 +msgid "Edit Profile" +msgstr "Éditer le profil" -#: ../../include/nav.php:84 +#: ../../include/nav.php:89 +msgid "Edit your profile" +msgstr "Éditer votre profil" + +#: ../../include/nav.php:91 msgid "Your photos" msgstr "Vos photos" -#: ../../include/nav.php:85 ../../include/reddav.php:1280 -#: ../../include/conversation.php:1521 ../../include/apps.php:130 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Fichiers" - -#: ../../include/nav.php:85 +#: ../../include/nav.php:92 msgid "Your files" msgstr "Vos fichiers" -#: ../../include/nav.php:90 ../../include/apps.php:141 -msgid "Chat" -msgstr "Clavardage" - -#: ../../include/nav.php:90 +#: ../../include/nav.php:97 msgid "Your chatrooms" msgstr "Vos salons" -#: ../../include/nav.php:93 ../../include/conversation.php:1543 -#: ../../include/apps.php:124 -msgid "Bookmarks" -msgstr "Favoris" - -#: ../../include/nav.php:93 +#: ../../include/nav.php:100 msgid "Your bookmarks" msgstr "Vos favoris" -#: ../../include/nav.php:95 ../../include/conversation.php:1554 -#: ../../include/apps.php:131 ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "Pages web" - -#: ../../include/nav.php:95 +#: ../../include/nav.php:102 msgid "Your webpages" msgstr "Vos pages web" -#: ../../include/nav.php:99 ../../include/apps.php:126 ../../boot.php:1488 -msgid "Login" -msgstr "Connexion" - -#: ../../include/nav.php:99 +#: ../../include/nav.php:106 msgid "Sign in" msgstr "Connexion" -#: ../../include/nav.php:116 +#: ../../include/nav.php:123 #, php-format msgid "%s - click to logout" msgstr "%s - cliquer ici pour déconnecter" -#: ../../include/nav.php:121 +#: ../../include/nav.php:128 msgid "Click to authenticate to your home hub" msgstr "S'authentifier auprès de votre hub" -#: ../../include/nav.php:135 +#: ../../include/nav.php:142 msgid "Home Page" msgstr "Page d'accueil" -#: ../../include/nav.php:139 ../../mod/register.php:221 ../../boot.php:1464 +#: ../../include/nav.php:146 ../../mod/register.php:221 ../../boot.php:1474 msgid "Register" msgstr "S'inscrire" -#: ../../include/nav.php:139 +#: ../../include/nav.php:146 msgid "Create an account" msgstr "Créer un compte" -#: ../../include/nav.php:144 ../../include/apps.php:137 ../../mod/help.php:60 -#: ../../mod/help.php:65 -msgid "Help" -msgstr "Aide" - -#: ../../include/nav.php:144 +#: ../../include/nav.php:151 msgid "Help and documentation" msgstr "Aide et documentation" -#: ../../include/nav.php:147 ../../include/widgets.php:79 +#: ../../include/nav.php:154 ../../include/widgets.php:79 #: ../../mod/apps.php:33 msgid "Apps" msgstr "Applications" -#: ../../include/nav.php:147 +#: ../../include/nav.php:154 msgid "Applications, utilities, links, games" msgstr "Applications, utilitaires, liens, jeux" -#: ../../include/nav.php:149 +#: ../../include/nav.php:156 msgid "Search site content" msgstr "Rechercher parmi le contenu du site" -#: ../../include/nav.php:152 ../../include/apps.php:136 -#: ../../mod/directory.php:210 -msgid "Directory" -msgstr "Annuaire" - -#: ../../include/nav.php:152 +#: ../../include/nav.php:159 msgid "Channel Locator" msgstr "Localisation de canaux" -#: ../../include/nav.php:163 ../../include/apps.php:128 -msgid "Matrix" -msgstr "Matrice" - -#: ../../include/nav.php:163 +#: ../../include/nav.php:170 msgid "Your matrix" msgstr "Votre matrice" -#: ../../include/nav.php:164 +#: ../../include/nav.php:171 msgid "Mark all matrix notifications seen" msgstr "Marquer toutes les notifications de la matrice comme vues" -#: ../../include/nav.php:166 ../../include/apps.php:132 -msgid "Channel Home" -msgstr "Mon canal" - -#: ../../include/nav.php:166 +#: ../../include/nav.php:173 msgid "Channel home" msgstr "Mon canal" -#: ../../include/nav.php:167 +#: ../../include/nav.php:174 msgid "Mark all channel notifications seen" msgstr "Marquer toutes les notifications du canal comme vues" -#: ../../include/nav.php:170 ../../mod/connections.php:386 +#: ../../include/nav.php:177 ../../mod/connections.php:386 msgid "Connections" msgstr "Relations" -#: ../../include/nav.php:173 +#: ../../include/nav.php:180 msgid "Notices" msgstr "Notifications" -#: ../../include/nav.php:173 +#: ../../include/nav.php:180 msgid "Notifications" msgstr "Notifications" -#: ../../include/nav.php:174 +#: ../../include/nav.php:181 msgid "See all notifications" msgstr "Voir toutes les notifications" -#: ../../include/nav.php:175 ../../mod/notifications.php:99 +#: ../../include/nav.php:182 ../../mod/notifications.php:99 msgid "Mark all system notifications seen" msgstr "Marquer toutes les notifications système comme vues" -#: ../../include/nav.php:177 ../../include/apps.php:138 -msgid "Mail" -msgstr "Messages" - -#: ../../include/nav.php:177 +#: ../../include/nav.php:184 msgid "Private mail" msgstr "Messages privés" -#: ../../include/nav.php:178 +#: ../../include/nav.php:185 msgid "See all private messages" msgstr "Voir tous les messages privés" -#: ../../include/nav.php:179 +#: ../../include/nav.php:186 msgid "Mark all private messages seen" msgstr "Marquer tous les messages privés comme vus" -#: ../../include/nav.php:180 +#: ../../include/nav.php:187 msgid "Inbox" msgstr "Boîte de réception" -#: ../../include/nav.php:181 +#: ../../include/nav.php:188 msgid "Outbox" msgstr "Boîte d'envoi" -#: ../../include/nav.php:182 ../../include/widgets.php:536 +#: ../../include/nav.php:189 ../../include/widgets.php:536 msgid "New Message" msgstr "Nouveau message" -#: ../../include/nav.php:185 ../../include/apps.php:135 -#: ../../mod/events.php:396 -msgid "Events" -msgstr "Événements" - -#: ../../include/nav.php:185 +#: ../../include/nav.php:192 msgid "Event Calendar" msgstr "Calendrier des événements" -#: ../../include/nav.php:186 +#: ../../include/nav.php:193 msgid "See all events" msgstr "Voir tous les événements" -#: ../../include/nav.php:187 +#: ../../include/nav.php:194 msgid "Mark all events seen" msgstr "Marquer tous les événements comme vus" -#: ../../include/nav.php:189 ../../include/apps.php:127 -msgid "Channel Select" -msgstr "Changer de canal" - -#: ../../include/nav.php:189 +#: ../../include/nav.php:196 msgid "Manage Your Channels" msgstr "Gérer vos canaux" -#: ../../include/nav.php:191 ../../include/apps.php:129 -#: ../../include/widgets.php:514 ../../mod/admin.php:978 -#: ../../mod/admin.php:1183 -msgid "Settings" -msgstr "Réglages" - -#: ../../include/nav.php:191 +#: ../../include/nav.php:198 msgid "Account/Channel Settings" msgstr "Réglages du Compte/Canal" -#: ../../include/nav.php:199 ../../mod/admin.php:117 +#: ../../include/nav.php:206 ../../mod/admin.php:123 msgid "Admin" msgstr "Administrateur" -#: ../../include/nav.php:199 +#: ../../include/nav.php:206 msgid "Site Setup and Configuration" msgstr "Configuration du site" -#: ../../include/nav.php:224 +#: ../../include/nav.php:231 msgid "Nothing new here" msgstr "Aucun nouveau contenu trouvé" -#: ../../include/nav.php:228 +#: ../../include/nav.php:235 msgid "Please wait..." msgstr "Merci de patienter..." @@ -980,26 +1087,6 @@ msgstr "Merci de patienter..." msgid "%1$s's bookmarks" msgstr "Favoris de %1$s" -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Il manque le nom du salon" - -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Un salon de ce nom existe déjà " - -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Identifiant de salon invalide." - -#: ../../include/chat.php:105 -msgid "Room not found." -msgstr "Salon introuvable." - -#: ../../include/chat.php:126 -msgid "Room is full" -msgstr "Le salon est plein" - #: ../../include/taxonomy.php:210 msgid "Tags" msgstr "Étiquettes" @@ -1040,7 +1127,7 @@ msgstr "déteste" msgid "dislikes" msgstr "détestent" -#: ../../include/taxonomy.php:338 ../../include/identity.php:968 +#: ../../include/taxonomy.php:338 ../../include/identity.php:999 #: ../../include/ItemObject.php:134 msgctxt "noun" msgid "Like" @@ -1052,92 +1139,68 @@ msgstr[1] "J'aime" msgid "Default" msgstr "Défaut" -#: ../../include/contact_selectors.php:30 -msgid "Unknown | Not categorised" -msgstr "Inconnu / Non-classé" - -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" -msgstr "Bloquer" - -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" -msgstr "Douteux, spammeur, donne dans l'auto-promotion" - -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" -msgstr "M'est connu, n'ai pas d'opinion à son sujet" - -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" -msgstr "OK, probablement anodin" - -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" -msgstr "Réputé, je lui fais confiance" - -#: ../../include/contact_selectors.php:54 +#: ../../include/contact_selectors.php:56 msgid "Frequently" msgstr "Constamment" -#: ../../include/contact_selectors.php:55 +#: ../../include/contact_selectors.php:57 msgid "Hourly" msgstr "Chaque heure" -#: ../../include/contact_selectors.php:56 +#: ../../include/contact_selectors.php:58 msgid "Twice daily" msgstr "Deux fois par jour" -#: ../../include/contact_selectors.php:57 +#: ../../include/contact_selectors.php:59 msgid "Daily" msgstr "Chaque jour" -#: ../../include/contact_selectors.php:58 +#: ../../include/contact_selectors.php:60 msgid "Weekly" msgstr "Chaque semaine" -#: ../../include/contact_selectors.php:59 +#: ../../include/contact_selectors.php:61 msgid "Monthly" msgstr "Chaque mois" -#: ../../include/contact_selectors.php:74 +#: ../../include/contact_selectors.php:76 msgid "Friendica" msgstr "Friendica" -#: ../../include/contact_selectors.php:75 +#: ../../include/contact_selectors.php:77 msgid "OStatus" msgstr "OStatus" -#: ../../include/contact_selectors.php:76 +#: ../../include/contact_selectors.php:78 msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:754 -#: ../../mod/admin.php:763 ../../boot.php:1490 +#: ../../include/contact_selectors.php:79 ../../mod/admin.php:763 +#: ../../mod/admin.php:772 ../../boot.php:1500 msgid "Email" msgstr "Courriel" -#: ../../include/contact_selectors.php:78 +#: ../../include/contact_selectors.php:80 msgid "Diaspora" msgstr "Diaspora" -#: ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:81 msgid "Facebook" msgstr "Facebook" -#: ../../include/contact_selectors.php:80 +#: ../../include/contact_selectors.php:82 msgid "Zot!" msgstr "Zot!" -#: ../../include/contact_selectors.php:81 +#: ../../include/contact_selectors.php:83 msgid "LinkedIn" msgstr "Linkedin" -#: ../../include/contact_selectors.php:82 +#: ../../include/contact_selectors.php:84 msgid "XMPP/IM" msgstr "XMPP/IM" -#: ../../include/contact_selectors.php:83 +#: ../../include/contact_selectors.php:85 msgid "MySpace" msgstr "MySpace" @@ -1148,7 +1211,7 @@ msgid_plural "%d invitations available" msgstr[0] "%d invitation disponible" msgstr[1] "%d invitations disponibles" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:446 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:455 msgid "Advanced" msgstr "Avancé" @@ -1169,7 +1232,7 @@ msgid "Examples: Robert Morgenstein, Fishing" msgstr "Exemples: Robert Morgenstein, Course à pieds" #: ../../include/contact_widgets.php:26 ../../mod/connections.php:392 -#: ../../mod/directory.php:206 ../../mod/directory.php:211 +#: ../../mod/directory.php:222 ../../mod/directory.php:227 msgid "Find" msgstr "Trouver" @@ -1193,28 +1256,28 @@ msgstr "Exemple: name=fred and country=iceland" msgid "Advanced Find" msgstr "Recherche avancée" -#: ../../include/contact_widgets.php:58 ../../include/features.php:67 +#: ../../include/contact_widgets.php:58 ../../include/features.php:69 #: ../../include/widgets.php:296 msgid "Saved Folders" msgstr "Dossiers sauvegardés" -#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95 +#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96 #: ../../include/widgets.php:299 msgid "Everything" msgstr "Tout" -#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29 +#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29 msgid "Categories" msgstr "Catégories" -#: ../../include/contact_widgets.php:125 +#: ../../include/contact_widgets.php:126 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" msgstr[0] "%d relation en commun" msgstr[1] "%d relations en commun" -#: ../../include/contact_widgets.php:130 +#: ../../include/contact_widgets.php:131 msgid "show more" msgstr "montrer plus" @@ -1226,11 +1289,11 @@ msgstr "Cet événement a été ajouté à votre calendrier." msgid "Invalid data packet" msgstr "Paquet de données invalide" -#: ../../include/zot.php:634 +#: ../../include/zot.php:638 msgid "Unable to verify channel signature" msgstr "Impossible de vérifier la signature du canal" -#: ../../include/zot.php:831 +#: ../../include/zot.php:835 #, php-format msgid "Unable to verify site signature for %s" msgstr "Impossible de vérifier la signature de site pour %s" @@ -1538,6 +1601,10 @@ msgstr "Photo :" msgid "Please visit %s to approve or reject the suggestion." msgstr "Merci de visiter %s pour donner suite (ou non) à cette suggestion." +#: ../../include/enotify.php:474 +msgid "[Red:Notify]" +msgstr "[Red:Notification]" + #: ../../include/reddav.php:1145 ../../include/reddav.php:1288 msgid "parent" msgstr "retour" @@ -1566,11 +1633,6 @@ msgstr "Calendrier - Message entrants" msgid "Schedule Outbox" msgstr "Calendrier - Message sortants" -#: ../../include/reddav.php:1202 ../../include/apps.php:322 -#: ../../include/apps.php:373 ../../mod/connedit.php:434 -msgid "Unknown" -msgstr "Inconnu" - #: ../../include/reddav.php:1262 #, php-format msgid "%1$s used" @@ -1581,8 +1643,8 @@ msgstr "%1$s utilisé" msgid "%1$s used of %2$s (%3$s%)" msgstr "%1$s utilisé de %2$s (%3$s%)" -#: ../../include/reddav.php:1284 ../../mod/settings.php:517 -#: ../../mod/settings.php:543 ../../mod/admin.php:893 +#: ../../include/reddav.php:1284 ../../mod/settings.php:519 +#: ../../mod/settings.php:545 ../../mod/admin.php:902 msgid "Name" msgstr "Nom" @@ -1598,14 +1660,6 @@ msgstr "Taille" msgid "Last Modified" msgstr "Modifié le" -#: ../../include/reddav.php:1290 ../../include/conversation.php:635 -#: ../../include/apps.php:241 ../../include/ItemObject.php:108 -#: ../../mod/settings.php:578 ../../mod/connedit.php:398 -#: ../../mod/photos.php:1046 ../../mod/group.php:176 ../../mod/admin.php:758 -#: ../../mod/admin.php:888 ../../mod/thing.php:236 -msgid "Delete" -msgstr "Supprimer" - #: ../../include/reddav.php:1291 msgid "Total" msgstr "Total" @@ -1631,11 +1685,6 @@ msgstr "Envoyer" msgid "channel" msgstr "canal" -#: ../../include/conversation.php:164 ../../mod/like.php:331 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s aime %3$s de %2$s" - #: ../../include/conversation.php:167 ../../mod/like.php:333 #, php-format msgid "%1$s doesn't like %2$s's %3$s" @@ -1662,7 +1711,7 @@ msgid "Select" msgstr "Sélectionner" #: ../../include/conversation.php:642 ../../include/ItemObject.php:89 -#: ../../mod/photos.php:844 +#: ../../mod/photos.php:850 msgid "Private Message" msgstr "Message Privé" @@ -1705,7 +1754,7 @@ msgstr "Voir en contexte" #: ../../include/conversation.php:714 ../../include/conversation.php:1130 #: ../../include/ItemObject.php:294 ../../mod/editblock.php:120 #: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/photos.php:977 +#: ../../mod/editwebpage.php:152 ../../mod/photos.php:983 #: ../../mod/mail.php:231 ../../mod/mail.php:346 msgid "Please wait" msgstr "Merci de patienter" @@ -1750,10 +1799,6 @@ msgstr "Éditer contact" msgid "Send PM" msgstr "Envoyer un Message Privé" -#: ../../include/conversation.php:945 ../../include/apps.php:140 -msgid "Poke" -msgstr "Cogner" - #: ../../include/conversation.php:1001 #, php-format msgid "%s likes this." @@ -1833,7 +1878,7 @@ msgstr "Où êtes-vous présentement?" msgid "Expires YYYY-MM-DD HH:MM" msgstr "Expire YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1105 ../../mod/photos.php:976 +#: ../../include/conversation.php:1105 ../../mod/photos.php:982 #: ../../mod/layouts.php:113 msgid "Share" msgstr "Partager" @@ -1961,8 +2006,8 @@ msgstr "Chiffrer le texte" msgid "OK" msgstr "Ok" -#: ../../include/conversation.php:1159 ../../mod/settings.php:516 -#: ../../mod/settings.php:542 ../../mod/editpost.php:151 +#: ../../include/conversation.php:1159 ../../mod/settings.php:518 +#: ../../mod/settings.php:544 ../../mod/editpost.php:151 #: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 #: ../../mod/tagrm.php:94 msgid "Cancel" @@ -2025,7 +2070,7 @@ msgstr "Indésirable" msgid "Posts flagged as SPAM" msgstr "Publications marquées comme indésirables" -#: ../../include/conversation.php:1491 ../../mod/admin.php:892 +#: ../../include/conversation.php:1491 ../../mod/admin.php:901 msgid "Channel" msgstr "Canal" @@ -2078,200 +2123,216 @@ msgid "Ability to create multiple profiles" msgstr "Possibilité de créer plusieurs profils" #: ../../include/features.php:27 +msgid "Advanced Profiles" +msgstr "Profils Avancés" + +#: ../../include/features.php:27 +msgid "Additional profile sections and selections" +msgstr "Sections additionnelles du profil" + +#: ../../include/features.php:28 +msgid "Profile Import/Export" +msgstr "Importer/Exporter le profil" + +#: ../../include/features.php:28 +msgid "Save and load profile details across sites/channels" +msgstr "Distribuer les détails du profil sur la matrice." + +#: ../../include/features.php:29 msgid "Web Pages" msgstr "Pages web" -#: ../../include/features.php:27 +#: ../../include/features.php:29 msgid "Provide managed web pages on your channel" msgstr "Fournir des pages web, sous votre contrôle, sur votre canal" -#: ../../include/features.php:28 +#: ../../include/features.php:30 msgid "Private Notes" msgstr "Notes privées" -#: ../../include/features.php:28 +#: ../../include/features.php:30 msgid "Enables a tool to store notes and reminders" msgstr "Active un outil pour stocker notes et mémos" -#: ../../include/features.php:33 +#: ../../include/features.php:35 msgid "Extended Identity Sharing" msgstr "Partage d'identité étendue" -#: ../../include/features.php:33 +#: ../../include/features.php:35 msgid "" "Share your identity with all websites on the internet. When disabled, " "identity is only shared with sites in the matrix." msgstr "Partage votre identité avec tous les sites web du Monde. Si décoché, l'identité sera seulement partagée avec les sites de la matrice." -#: ../../include/features.php:34 +#: ../../include/features.php:36 msgid "Expert Mode" msgstr "Mode expert" -#: ../../include/features.php:34 +#: ../../include/features.php:36 msgid "Enable Expert Mode to provide advanced configuration options" msgstr "Activer le mode expert pour accéder aux options avancées" -#: ../../include/features.php:35 +#: ../../include/features.php:37 msgid "Premium Channel" msgstr "Canal VIP" -#: ../../include/features.php:35 +#: ../../include/features.php:37 msgid "" "Allows you to set restrictions and terms on those that connect with your " "channel" msgstr "Vous permet d'appliquer des règles et restrictions aux relations de votre canal" -#: ../../include/features.php:40 +#: ../../include/features.php:42 msgid "Post Composition Features" msgstr "Fonctionnalités de composition" -#: ../../include/features.php:42 +#: ../../include/features.php:44 msgid "Use Markdown" msgstr "Utiliser Markdown" -#: ../../include/features.php:42 +#: ../../include/features.php:44 msgid "Allow use of \"Markdown\" to format posts" msgstr "Authoriser l'usage de \"Markdown\" pour le format des partages" -#: ../../include/features.php:43 +#: ../../include/features.php:45 msgid "Post Preview" msgstr "Aperçu avant publication" -#: ../../include/features.php:43 +#: ../../include/features.php:45 msgid "Allow previewing posts and comments before publishing them" msgstr "Permettre de prévisualiser les publications/commentaires" -#: ../../include/features.php:44 ../../include/widgets.php:503 +#: ../../include/features.php:46 ../../include/widgets.php:503 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "Canaux sources" -#: ../../include/features.php:44 +#: ../../include/features.php:46 msgid "Automatically import channel content from other channels or feeds" msgstr "Importe automatiquement le contenus d'autres canaux ou flux dans le canal en cours" -#: ../../include/features.php:45 +#: ../../include/features.php:47 msgid "Even More Encryption" msgstr "Encore plus de chiffrement" -#: ../../include/features.php:45 +#: ../../include/features.php:47 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "Permettre le chiffrement - optionnel - du contenu de bout-en-bout au moyen d'un secret partagé" -#: ../../include/features.php:50 +#: ../../include/features.php:52 msgid "Network and Stream Filtering" msgstr "Filtrage du réseau et des flux" -#: ../../include/features.php:51 +#: ../../include/features.php:53 msgid "Search by Date" msgstr "Chercher par date" -#: ../../include/features.php:51 +#: ../../include/features.php:53 msgid "Ability to select posts by date ranges" msgstr "Pouvoir choisir des publications par date" -#: ../../include/features.php:52 +#: ../../include/features.php:54 msgid "Collections Filter" msgstr "Filtre des collections" -#: ../../include/features.php:52 +#: ../../include/features.php:54 msgid "Enable widget to display Network posts only from selected collections" msgstr "Activer une boîte qui permet de filtrer les publications du réseau parmi les collections selectionnées" -#: ../../include/features.php:53 ../../include/widgets.php:265 +#: ../../include/features.php:55 ../../include/widgets.php:265 msgid "Saved Searches" msgstr "Recherches sauvées" -#: ../../include/features.php:53 +#: ../../include/features.php:55 msgid "Save search terms for re-use" msgstr "Sauver des termes de recherche pour utilisation ultérieure" -#: ../../include/features.php:54 +#: ../../include/features.php:56 msgid "Network Personal Tab" msgstr "Onglet \"réseau personnel\"" -#: ../../include/features.php:54 +#: ../../include/features.php:56 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Activer un onglet affichant seulement les publications du réseau sur lesquelles vous êtes intervenu" -#: ../../include/features.php:55 +#: ../../include/features.php:57 msgid "Network New Tab" msgstr "Onglet \"nouveautés réseau\"" -#: ../../include/features.php:55 +#: ../../include/features.php:57 msgid "Enable tab to display all new Network activity" msgstr "Activer un onglet avec toute activité récente sur le réseau" -#: ../../include/features.php:56 +#: ../../include/features.php:58 msgid "Affinity Tool" msgstr "Gérer l'affinité" -#: ../../include/features.php:56 +#: ../../include/features.php:58 msgid "Filter stream activity by depth of relationships" msgstr "Filtrer le flux d'activité en fonction de la profondeur des relations" -#: ../../include/features.php:57 +#: ../../include/features.php:59 msgid "Suggest Channels" msgstr "Suggérer des canaux" -#: ../../include/features.php:57 +#: ../../include/features.php:59 msgid "Show channel suggestions" msgstr "Montrer les suggestions de canaux" -#: ../../include/features.php:62 +#: ../../include/features.php:64 msgid "Post/Comment Tools" msgstr "Gérer les publications/commentaires" -#: ../../include/features.php:64 +#: ../../include/features.php:66 msgid "Edit Sent Posts" msgstr "Éditer les publications envoyées" -#: ../../include/features.php:64 +#: ../../include/features.php:66 msgid "Edit and correct posts and comments after sending" msgstr "Permettre d'éditer/corriger les publications/commentaires après envoi" -#: ../../include/features.php:65 +#: ../../include/features.php:67 msgid "Tagging" msgstr "Étiquettes" -#: ../../include/features.php:65 +#: ../../include/features.php:67 msgid "Ability to tag existing posts" msgstr "Permettre de marquer les publications existantes" -#: ../../include/features.php:66 +#: ../../include/features.php:68 msgid "Post Categories" msgstr "Catégoriser les publications" -#: ../../include/features.php:66 +#: ../../include/features.php:68 msgid "Add categories to your posts" msgstr "Ajouter des catégories à vos publications" -#: ../../include/features.php:67 +#: ../../include/features.php:69 msgid "Ability to file posts under folders" msgstr "Permettre de classer les publications dans des dossiers" -#: ../../include/features.php:68 +#: ../../include/features.php:70 msgid "Dislike Posts" msgstr "Détester les publications" -#: ../../include/features.php:68 +#: ../../include/features.php:70 msgid "Ability to dislike posts/comments" msgstr "Pouvoir détester les publications/commentaires" -#: ../../include/features.php:69 +#: ../../include/features.php:71 msgid "Star Posts" msgstr "Mettre en avant les publications" -#: ../../include/features.php:69 +#: ../../include/features.php:71 msgid "Ability to mark special posts with a star indicator" msgstr "Pouvoir marquer certaines publications d'une étoile" -#: ../../include/features.php:70 +#: ../../include/features.php:72 msgid "Tag Cloud" msgstr "Nuage de tags" -#: ../../include/features.php:70 +#: ../../include/features.php:72 msgid "Provide a personal tag cloud on your channel page" msgstr "Afficher un nuage de vos tags sur votre canal" @@ -2303,6 +2364,94 @@ msgstr "compte local introuvable." msgid "Cannot connect to yourself." msgstr "Ne peut pas se connecter à vous." +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Il manque le nom du salon" + +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Un salon de ce nom existe déjà " + +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Identifiant de salon invalide." + +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "Salon introuvable." + +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "Le salon est plein" + +#: ../../include/items.php:295 ../../mod/profperm.php:23 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 +#: ../../mod/frphotos.php:69 ../../index.php:360 +msgid "Permission denied" +msgstr "Accès refusé" + +#: ../../include/items.php:830 +msgid "(Unknown)" +msgstr "(Inconnu)" + +#: ../../include/items.php:959 +msgid "Visible to anybody on the internet." +msgstr "Visible à tout le monde sur internet." + +#: ../../include/items.php:961 +msgid "Visible to you only." +msgstr "Visible pour vous seulement." + +#: ../../include/items.php:963 +msgid "Visible to anybody in this network." +msgstr "Visible sur toute la Matrice." + +#: ../../include/items.php:965 +msgid "Visible to anybody authenticated." +msgstr "Visible aux usagers authentifiés." + +#: ../../include/items.php:967 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Visible pour tous sur %s." + +#: ../../include/items.php:969 +msgid "Visible to all connections." +msgstr "Visible pour tous les contacts." + +#: ../../include/items.php:971 +msgid "Visible to approved connections." +msgstr "Visible aux contacts approuvés." + +#: ../../include/items.php:3649 ../../mod/home.php:67 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/admin.php:168 +#: ../../mod/admin.php:932 ../../mod/admin.php:1135 ../../mod/thing.php:78 +#: ../../mod/viewsrc.php:18 +msgid "Item not found." +msgstr "Élément introuvable." + +#: ../../include/items.php:4082 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Collection introuvable." + +#: ../../include/items.php:4097 +msgid "Collection is empty." +msgstr "Collection vide." + +#: ../../include/items.php:4104 +#, php-format +msgid "Collection: %s" +msgstr "Collection : %s" + +#: ../../include/items.php:4115 +#, php-format +msgid "Connection: %s" +msgstr "Relation : %s" + +#: ../../include/items.php:4118 +msgid "Connection not found." +msgstr "Relation introuvable." + #: ../../include/group.php:25 msgid "" "A deleted group with this name was revived. Existing item permissions " @@ -2314,7 +2463,7 @@ msgstr "Un groupe supprimé portant ce nom a été ressuscité. Les permissions msgid "Default privacy group for new contacts" msgstr "Groupe de confidentialité par défaut pour les nouveaux contacts" -#: ../../include/group.php:253 ../../mod/admin.php:763 +#: ../../include/group.php:253 ../../mod/admin.php:772 msgid "All Channels" msgstr "Tous canaux" @@ -2342,7 +2491,7 @@ msgstr "Ces canaux ne sont dans aucune collection" msgid "add" msgstr "ajouter" -#: ../../include/identity.php:30 ../../mod/item.php:1280 +#: ../../include/identity.php:30 ../../mod/item.php:1297 msgid "Unable to obtain identity information from database" msgstr "Impossible d'obtenir les données d'identité depuis la base de données" @@ -2380,7 +2529,7 @@ msgid "Default Profile" msgstr "Profil par défaut" #: ../../include/identity.php:342 ../../include/widgets.php:400 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:431 +#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:473 msgid "Friends" msgstr "Amis" @@ -2391,209 +2540,201 @@ msgstr "Canal demandé non-disponible." #: ../../include/identity.php:557 ../../mod/achievements.php:8 #: ../../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/webpages.php:8 ../../mod/hcard.php:8 msgid "Requested profile is not available." msgstr "Profil demandé inaccessible." -#: ../../include/identity.php:675 ../../include/widgets.php:128 +#: ../../include/identity.php:706 ../../include/widgets.php:128 #: ../../include/widgets.php:168 ../../include/Contact.php:107 #: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 #: ../../mod/suggest.php:51 ../../mod/match.php:62 msgid "Connect" msgstr "Ajouter" -#: ../../include/identity.php:689 ../../mod/profiles.php:612 +#: ../../include/identity.php:720 ../../mod/profiles.php:695 msgid "Change profile photo" msgstr "Changer la photo du profil" -#: ../../include/identity.php:695 +#: ../../include/identity.php:726 msgid "Profiles" msgstr "Profils" -#: ../../include/identity.php:695 +#: ../../include/identity.php:726 msgid "Manage/edit profiles" msgstr "Gérer/éditer les profils" -#: ../../include/identity.php:696 ../../mod/profiles.php:613 +#: ../../include/identity.php:727 ../../mod/profiles.php:696 msgid "Create New Profile" msgstr "Créer un nouveau profil" -#: ../../include/identity.php:699 -msgid "Edit Profile" -msgstr "Éditer le profil" - -#: ../../include/identity.php:710 ../../mod/profiles.php:624 +#: ../../include/identity.php:741 ../../mod/profiles.php:707 msgid "Profile Image" msgstr "Image du profil" -#: ../../include/identity.php:713 ../../mod/profiles.php:627 +#: ../../include/identity.php:744 msgid "visible to everybody" msgstr "visible pour tous" -#: ../../include/identity.php:714 ../../mod/profiles.php:628 +#: ../../include/identity.php:745 ../../mod/profiles.php:591 +#: ../../mod/profiles.php:711 msgid "Edit visibility" msgstr "Éditer la visibilité" -#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../include/identity.php:759 ../../include/identity.php:983 #: ../../mod/directory.php:158 msgid "Gender:" msgstr "Sexe :" -#: ../../include/identity.php:729 ../../include/identity.php:996 +#: ../../include/identity.php:760 ../../include/identity.php:1027 #: ../../mod/directory.php:160 msgid "Status:" msgstr "État :" -#: ../../include/identity.php:730 ../../include/identity.php:1007 +#: ../../include/identity.php:761 ../../include/identity.php:1038 #: ../../mod/directory.php:162 msgid "Homepage:" msgstr "Site web :" -#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 +#: ../../include/identity.php:762 ../../mod/dirprofile.php:151 msgid "Online Now" msgstr "Connecté" -#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../include/identity.php:827 ../../include/identity.php:907 #: ../../mod/ping.php:298 msgid "g A l F d" msgstr "H:i l d F" -#: ../../include/identity.php:797 ../../include/identity.php:877 +#: ../../include/identity.php:828 ../../include/identity.php:908 msgid "F d" msgstr "d F" -#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../include/identity.php:873 ../../include/identity.php:948 #: ../../mod/ping.php:320 msgid "[today]" msgstr "[aujourd'hui]" -#: ../../include/identity.php:854 +#: ../../include/identity.php:885 msgid "Birthday Reminders" msgstr "Rappels d'anniversaires" -#: ../../include/identity.php:855 +#: ../../include/identity.php:886 msgid "Birthdays this week:" msgstr "Anniversaires cette semaine :" -#: ../../include/identity.php:910 +#: ../../include/identity.php:941 msgid "[No description]" msgstr "[Pas de description]" -#: ../../include/identity.php:928 +#: ../../include/identity.php:959 msgid "Event Reminders" msgstr "Rappels d'événements" -#: ../../include/identity.php:929 +#: ../../include/identity.php:960 msgid "Events this week:" msgstr "Événements cette semaine :" -#: ../../include/identity.php:942 ../../include/identity.php:1050 -#: ../../include/apps.php:133 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profil" - -#: ../../include/identity.php:950 ../../mod/settings.php:935 +#: ../../include/identity.php:981 ../../mod/settings.php:942 msgid "Full Name:" msgstr "Nom complet :" -#: ../../include/identity.php:957 +#: ../../include/identity.php:988 msgid "Like this channel" msgstr "J'aime ce canal" -#: ../../include/identity.php:981 +#: ../../include/identity.php:1012 msgid "j F, Y" msgstr "j F Y" -#: ../../include/identity.php:982 +#: ../../include/identity.php:1013 msgid "j F" msgstr "j F" -#: ../../include/identity.php:989 +#: ../../include/identity.php:1020 msgid "Birthday:" msgstr "Date de naissance :" -#: ../../include/identity.php:993 +#: ../../include/identity.php:1024 msgid "Age:" msgstr "Age :" -#: ../../include/identity.php:1002 +#: ../../include/identity.php:1033 #, php-format msgid "for %1$d %2$s" msgstr "depuis %1$d %2$s" -#: ../../include/identity.php:1005 ../../mod/profiles.php:535 +#: ../../include/identity.php:1036 ../../mod/profiles.php:613 msgid "Sexual Preference:" msgstr "Orientation sexuelle :" -#: ../../include/identity.php:1009 ../../mod/profiles.php:537 +#: ../../include/identity.php:1040 ../../mod/profiles.php:615 msgid "Hometown:" msgstr "Ville natale :" -#: ../../include/identity.php:1011 +#: ../../include/identity.php:1042 msgid "Tags:" msgstr "Étiquettes:" -#: ../../include/identity.php:1013 ../../mod/profiles.php:538 +#: ../../include/identity.php:1044 ../../mod/profiles.php:616 msgid "Political Views:" msgstr "Opinions politiques :" -#: ../../include/identity.php:1015 +#: ../../include/identity.php:1046 msgid "Religion:" msgstr "Religion :" -#: ../../include/identity.php:1017 ../../mod/directory.php:164 +#: ../../include/identity.php:1048 ../../mod/directory.php:164 msgid "About:" msgstr "À propos :" -#: ../../include/identity.php:1019 +#: ../../include/identity.php:1050 msgid "Hobbies/Interests:" msgstr "Occupations/Centres d'intérêt :" -#: ../../include/identity.php:1021 ../../mod/profiles.php:541 +#: ../../include/identity.php:1052 ../../mod/profiles.php:619 msgid "Likes:" msgstr "Aime :" -#: ../../include/identity.php:1023 ../../mod/profiles.php:542 +#: ../../include/identity.php:1054 ../../mod/profiles.php:620 msgid "Dislikes:" msgstr "N'aime pas :" -#: ../../include/identity.php:1026 +#: ../../include/identity.php:1057 msgid "Contact information and Social Networks:" msgstr "Coordonnées et réseaux sociaux :" -#: ../../include/identity.php:1028 +#: ../../include/identity.php:1059 msgid "My other channels:" msgstr "Mes autres canaux :" -#: ../../include/identity.php:1030 +#: ../../include/identity.php:1061 msgid "Musical interests:" msgstr "Goûts musicaux :" -#: ../../include/identity.php:1032 +#: ../../include/identity.php:1063 msgid "Books, literature:" msgstr "Lectures, goûts littéraires :" -#: ../../include/identity.php:1034 +#: ../../include/identity.php:1065 msgid "Television:" msgstr "Télévision :" -#: ../../include/identity.php:1036 +#: ../../include/identity.php:1067 msgid "Film/dance/culture/entertainment:" msgstr "Cinéma/danse/culture/divertissement&nsbp;:" -#: ../../include/identity.php:1038 +#: ../../include/identity.php:1069 msgid "Love/Romance:" msgstr "Vie sentimentale/amoureuse :" -#: ../../include/identity.php:1040 +#: ../../include/identity.php:1071 msgid "Work/employment:" msgstr "Travail :" -#: ../../include/identity.php:1042 +#: ../../include/identity.php:1073 msgid "School/education:" msgstr "Cursus :" -#: ../../include/identity.php:1052 +#: ../../include/identity.php:1093 msgid "Like this thing" msgstr "J'aime ceci" @@ -2601,50 +2742,17 @@ msgstr "J'aime ceci" msgid "view full size" msgstr "pleine taille" -#: ../../include/apps.php:123 -msgid "Site Admin" -msgstr "Administrateur" - -#: ../../include/apps.php:125 -msgid "Address Book" -msgstr "Carnet d'adresse" - -#: ../../include/apps.php:139 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Humeur" - -#: ../../include/apps.php:143 -msgid "Probe" -msgstr "Sonder" - -#: ../../include/apps.php:144 -msgid "Suggest" -msgstr "Suggérer" - -#: ../../include/apps.php:233 ../../mod/settings.php:79 -#: ../../mod/settings.php:541 -msgid "Update" -msgstr "Mise-à -jour" - -#: ../../include/apps.php:233 -msgid "Install" -msgstr "Installer" - -#: ../../include/apps.php:238 -msgid "Purchase" -msgstr "Acheter" - -#: ../../include/bbcode.php:112 ../../include/bbcode.php:638 -#: ../../include/bbcode.php:641 ../../include/bbcode.php:646 -#: ../../include/bbcode.php:649 ../../include/bbcode.php:652 -#: ../../include/bbcode.php:655 ../../include/bbcode.php:660 -#: ../../include/bbcode.php:663 ../../include/bbcode.php:668 -#: ../../include/bbcode.php:671 ../../include/bbcode.php:674 -#: ../../include/bbcode.php:677 +#: ../../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:670 ../../include/bbcode.php:675 +#: ../../include/bbcode.php:678 ../../include/bbcode.php:681 +#: ../../include/bbcode.php:684 msgid "Image/photo" msgstr "Image/photo" -#: ../../include/bbcode.php:147 ../../include/bbcode.php:688 +#: ../../include/bbcode.php:147 ../../include/bbcode.php:695 msgid "Encrypted content" msgstr "Contenu chiffré" @@ -2661,7 +2769,7 @@ msgstr "%1$s a écrit %2$s qui suit %3$s" msgid "post" msgstr "l'article" -#: ../../include/bbcode.php:606 ../../include/bbcode.php:626 +#: ../../include/bbcode.php:613 ../../include/bbcode.php:633 msgid "$1 wrote:" msgstr "$1 a écrit :" @@ -2738,11 +2846,11 @@ msgstr "Archives" msgid "Refresh" msgstr "Actualiser" -#: ../../include/widgets.php:398 ../../mod/connedit.php:428 +#: ../../include/widgets.php:398 ../../mod/connedit.php:470 msgid "Me" msgstr "Moi" -#: ../../include/widgets.php:399 ../../mod/connedit.php:430 +#: ../../include/widgets.php:399 ../../mod/connedit.php:472 msgid "Best Friends" msgstr "Mes meilleurs amis" @@ -2750,11 +2858,11 @@ msgstr "Mes meilleurs amis" msgid "Co-workers" msgstr "Mes collègues" -#: ../../include/widgets.php:402 ../../mod/connedit.php:432 +#: ../../include/widgets.php:402 ../../mod/connedit.php:474 msgid "Former Friends" msgstr "Mes anciens amis" -#: ../../include/widgets.php:403 ../../mod/connedit.php:433 +#: ../../include/widgets.php:403 ../../mod/connedit.php:475 msgid "Acquaintances" msgstr "Mes connaissances" @@ -2849,11 +2957,11 @@ msgstr "mis en avant" msgid "Add Tag" msgstr "Ajouter une balise" -#: ../../include/ItemObject.php:208 ../../mod/photos.php:974 +#: ../../include/ItemObject.php:208 ../../mod/photos.php:980 msgid "I like this (toggle)" msgstr "J'aime (oui/non)" -#: ../../include/ItemObject.php:209 ../../mod/photos.php:975 +#: ../../include/ItemObject.php:209 ../../mod/photos.php:981 msgid "I don't like this (toggle)" msgstr "Je déteste (oui/non)" @@ -2915,33 +3023,33 @@ msgstr[1] "%d commentaires" msgid "[+] show all" msgstr "[+] voir plus" -#: ../../include/ItemObject.php:580 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 +#: ../../include/ItemObject.php:580 ../../mod/photos.php:999 +#: ../../mod/photos.php:1086 msgid "This is you" msgstr "C'est vous" #: ../../include/ItemObject.php:582 ../../include/js_strings.php:6 -#: ../../mod/photos.php:995 ../../mod/photos.php:1082 +#: ../../mod/photos.php:1001 ../../mod/photos.php:1088 msgid "Comment" msgstr "Commenter" #: ../../include/ItemObject.php:583 ../../mod/mood.php:135 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:749 ../../mod/settings.php:927 -#: ../../mod/poke.php:166 ../../mod/profiles.php:515 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 +#: ../../mod/settings.php:517 ../../mod/settings.php:629 +#: ../../mod/settings.php:657 ../../mod/settings.php:681 +#: ../../mod/settings.php:754 ../../mod/settings.php:934 +#: ../../mod/poke.php:166 ../../mod/profiles.php:589 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:518 #: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/photos.php:563 ../../mod/photos.php:668 ../../mod/photos.php:956 -#: ../../mod/photos.php:996 ../../mod/photos.php:1083 +#: ../../mod/photos.php:563 ../../mod/photos.php:674 ../../mod/photos.php:962 +#: ../../mod/photos.php:1002 ../../mod/photos.php:1089 #: ../../mod/sources.php:104 ../../mod/sources.php:138 #: ../../mod/events.php:511 ../../mod/filestorage.php:137 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:442 -#: ../../mod/admin.php:751 ../../mod/admin.php:886 ../../mod/admin.php:1019 -#: ../../mod/admin.php:1218 ../../mod/admin.php:1305 ../../mod/thing.php:286 -#: ../../mod/thing.php:329 ../../mod/import.php:393 ../../mod/invite.php:156 -#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/appman.php:99 -#: ../../mod/poll.php:68 ../../view/theme/apw/php/config.php:256 +#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:451 +#: ../../mod/admin.php:760 ../../mod/admin.php:895 ../../mod/admin.php:1028 +#: ../../mod/admin.php:1227 ../../mod/admin.php:1314 ../../mod/thing.php:286 +#: ../../mod/thing.php:329 ../../mod/import.php:393 ../../mod/invite.php:142 +#: ../../mod/mail.php:345 ../../mod/appman.php:99 ../../mod/poll.php:68 +#: ../../mod/frphotos.php:84 ../../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 @@ -3106,10 +3214,12 @@ msgid "Open the selected location in a different window or browser tab" msgstr "Ouvrir l'emplacement dans une fenêtre (ou un onglet) différent" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Male" msgstr "Masculin" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Female" msgstr "Féminin" @@ -3154,6 +3264,9 @@ msgid "Non-specific" msgstr "Rien de spécifique" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 msgid "Other" msgstr "Autre" @@ -3161,175 +3274,185 @@ msgstr "Autre" msgid "Undecided" msgstr "Indécis" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Males" msgstr "Hommes" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Females" msgstr "Femmes" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Gay" msgstr "Gay" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Lesbian" msgstr "Lesbienne" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "No Preference" msgstr "Sans préférence" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Bisexual" msgstr "Bisexuel" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Autosexual" msgstr "Autosexuel" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Abstinent" msgstr "Abstinent" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Virgin" msgstr "Vierge" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Deviant" msgstr "Déviant" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Fetish" msgstr "Fétichiste" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Oodles" msgstr "Une floppée" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Nonsexual" msgstr "Nonsexuel" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Single" msgstr "Célibataire" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Lonely" msgstr "Solitaire" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Available" msgstr "Disponible" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unavailable" msgstr "Indisponible" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Has crush" msgstr "A un béguin" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Infatuated" msgstr "Amoureux transi" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Dating" msgstr "Sort avec quelqu'un" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unfaithful" msgstr "Infidèle" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Sex Addict" msgstr "Accro au sexe" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Friends/Benefits" msgstr "Amis avec bénéfices" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Casual" msgstr "Sans engagement" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Engaged" msgstr "Fiancé(e)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Married" msgstr "Marié(e)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily married" msgstr "Marié(e) dans ses rêves" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Partners" msgstr "Partenaires" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Cohabiting" msgstr "En cohabitation" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Common law" msgstr "Conjoints de fait" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Happy" msgstr "Heureux" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Not looking" msgstr "Pas en recherche" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Swinger" msgstr "Infidèle" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Betrayed" msgstr "Trahi(e)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Separated" msgstr "Séparé(e)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unstable" msgstr "Instable" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Divorced" msgstr "Divorcé(e)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily divorced" msgstr "Divorcé(e) dans ses rêves" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Widowed" msgstr "Veuf/veuve" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Uncertain" msgstr "Incertain" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "It's complicated" msgstr "C'est compliqué" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Don't care" msgstr "S'en fiche" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Ask me" msgstr "Me demander" @@ -3337,76 +3460,37 @@ msgstr "Me demander" msgid "Logged out." msgstr "Deconnecté." -#: ../../include/auth.php:209 +#: ../../include/auth.php:236 msgid "Failed authentication" msgstr "Échec de l'authentification" -#: ../../include/auth.php:224 ../../mod/openid.php:188 +#: ../../include/auth.php:251 ../../mod/openid.php:188 msgid "Login failed." msgstr "Échec de la connexion." -#: ../../include/items.php:288 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 -#: ../../index.php:360 -msgid "Permission denied" -msgstr "Accès refusé" - -#: ../../include/items.php:812 -msgid "(Unknown)" -msgstr "(Inconnu)" - -#: ../../include/items.php:3600 ../../mod/home.php:67 ../../mod/display.php:32 -#: ../../mod/filestorage.php:18 ../../mod/admin.php:159 -#: ../../mod/admin.php:923 ../../mod/admin.php:1126 ../../mod/thing.php:78 -#: ../../mod/viewsrc.php:18 -msgid "Item not found." -msgstr "Élément introuvable." - -#: ../../include/items.php:4033 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Collection introuvable." - -#: ../../include/items.php:4048 -msgid "Collection is empty." -msgstr "Collection vide." - -#: ../../include/items.php:4055 -#, php-format -msgid "Collection: %s" -msgstr "Collection : %s" - -#: ../../include/items.php:4066 -#, php-format -msgid "Connection: %s" -msgstr "Relation : %s" - -#: ../../include/items.php:4069 -msgid "Connection not found." -msgstr "Relation introuvable." - #: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" -msgstr "Peut voir mon flux et mes publications \"publiques\"" +msgid "Can view my normal stream and posts" +msgstr "Peut voir les publications sur mon canal et ses partages." #: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" -msgstr "Peut voir mon le canal \"public\" de mon profil" +msgid "Can view my default channel profile" +msgstr "Peut voir le profil du canal par défaut." #: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" -msgstr "Peut voir mes albums photos \"publics\"" +msgid "Can view my photo albums" +msgstr "Peut voir mon album photos" #: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" -msgstr "Peut voir mes contacts \"publics\"" +msgid "Can view my connections" +msgstr "Peut voir mes connections" #: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" -msgstr "Peut voir mes fichiers \"publics\"" +msgid "Can view my file storage" +msgstr "Peut voir mes fichiers en partage" #: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" -msgstr "Peut voir mes pages \"publiques\"" +msgid "Can view my webpages" +msgstr "Peut voir mes sites-web" #: ../../include/permissions.php:21 msgid "Can send me their channel stream and posts" @@ -3432,6 +3516,10 @@ msgstr "Peut ajouter des photos à mes albums" msgid "Can like/dislike stuff" msgstr "Peuvent aimer/détester" +#: ../../include/permissions.php:26 +msgid "Profiles and things other than posts/comments" +msgstr "Profils et autres excluant les publications/commentaires." + #: ../../include/permissions.php:28 msgid "Can forward to all my channel contacts via post @mentions" msgstr "Peut faire suivre à tous les contacts du mon canal via @truc" @@ -3445,16 +3533,16 @@ msgid "Can chat with me (when available)" msgstr "Peut discuter avec moi (sous réserve de disponibilité)" #: ../../include/permissions.php:30 -msgid "Can write to my \"public\" file storage" -msgstr "Peut écrire dans mon stockage \"public\" de fichiers" +msgid "Can write to my file storage" +msgstr "Peut écrire dans mon partage de fichiers" #: ../../include/permissions.php:31 -msgid "Can edit my \"public\" pages" -msgstr "Peut éditer mes pages \"publiques\"" +msgid "Can edit my webpages" +msgstr "Peut modifier mes sites-web" #: ../../include/permissions.php:33 -msgid "Can source my \"public\" posts in derived channels" -msgstr "Peut utiliser mes contributions \"publiques\" comme source de canaux dérivés" +msgid "Can source my public posts in derived channels" +msgstr "Peut rediriger mes publications publiques dans des canaux dérivés" #: ../../include/permissions.php:33 msgid "Somewhat advanced - very useful in open communities" @@ -3542,7 +3630,7 @@ msgstr "Nouvelle entrée de menu" msgid "Menu Item Permissions" msgstr "Permissions de l'entrée de menu" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:960 +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:967 msgid "(click to open/close)" msgstr "(cliquer pour ouvrir/fermer)" @@ -3614,447 +3702,451 @@ msgstr "Le nom est requis" msgid "Key and Secret are required" msgstr "Clef et secret sont requis" -#: ../../mod/settings.php:195 +#: ../../mod/settings.php:196 msgid "Passwords do not match. Password unchanged." msgstr "Les deux saisies du mot de passe ne correspondent pas. Il n'a donc pas été changé." -#: ../../mod/settings.php:199 +#: ../../mod/settings.php:200 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Le mot de passe ne peut pas être vide. Il n'a donc pas été changé." -#: ../../mod/settings.php:212 +#: ../../mod/settings.php:214 msgid "Password changed." msgstr "Le mot de passe a été changé." -#: ../../mod/settings.php:214 +#: ../../mod/settings.php:216 msgid "Password update failed. Please try again." msgstr "La mise-à -jour du mot de passe a échoué. Merci de recommencer." -#: ../../mod/settings.php:228 +#: ../../mod/settings.php:230 msgid "Not valid email." msgstr "Adresse de courriel non-valide." -#: ../../mod/settings.php:231 +#: ../../mod/settings.php:233 msgid "Protected email address. Cannot change to that email." msgstr "Adresse de courriel protégée. Impossible de l'utiliser." -#: ../../mod/settings.php:240 +#: ../../mod/settings.php:242 msgid "System failure storing new email. Please try again." msgstr "Défaillance système lors du stockage de la nouvelle adresse de courriel. Merci de ré-essayer." -#: ../../mod/settings.php:443 +#: ../../mod/settings.php:445 msgid "Settings updated." msgstr "Réglages sauvegardés." -#: ../../mod/settings.php:514 ../../mod/settings.php:540 -#: ../../mod/settings.php:576 +#: ../../mod/settings.php:516 ../../mod/settings.php:542 +#: ../../mod/settings.php:578 msgid "Add application" msgstr "Ajouter une application" -#: ../../mod/settings.php:517 +#: ../../mod/settings.php:519 msgid "Name of application" msgstr "Nom de l'application" -#: ../../mod/settings.php:518 ../../mod/settings.php:544 +#: ../../mod/settings.php:520 ../../mod/settings.php:546 msgid "Consumer Key" msgstr "Clef de consommateur" -#: ../../mod/settings.php:518 ../../mod/settings.php:519 +#: ../../mod/settings.php:520 ../../mod/settings.php:521 msgid "Automatically generated - change if desired. Max length 20" msgstr "Généré automatiquement - à changer si besoin. Longueur maximale 20 caractères." -#: ../../mod/settings.php:519 ../../mod/settings.php:545 +#: ../../mod/settings.php:521 ../../mod/settings.php:547 msgid "Consumer Secret" msgstr "Secret de consommateur" -#: ../../mod/settings.php:520 ../../mod/settings.php:546 +#: ../../mod/settings.php:522 ../../mod/settings.php:548 msgid "Redirect" msgstr "Redirection" -#: ../../mod/settings.php:520 +#: ../../mod/settings.php:522 msgid "" "Redirect URI - leave blank unless your application specifically requires " "this" msgstr "URI de redirection - laissez blanc, sauf si l'application a demandé autrement" -#: ../../mod/settings.php:521 ../../mod/settings.php:547 +#: ../../mod/settings.php:523 ../../mod/settings.php:549 msgid "Icon url" msgstr "URL de l'icône" -#: ../../mod/settings.php:521 +#: ../../mod/settings.php:523 msgid "Optional" msgstr "Facultatif" -#: ../../mod/settings.php:532 +#: ../../mod/settings.php:534 msgid "You can't edit this application." msgstr "Vous ne pouvez pas éditer cette application." -#: ../../mod/settings.php:575 +#: ../../mod/settings.php:577 msgid "Connected Apps" msgstr "Applications connectées" -#: ../../mod/settings.php:579 +#: ../../mod/settings.php:581 msgid "Client key starts with" msgstr "La clef partagée commence par" -#: ../../mod/settings.php:580 +#: ../../mod/settings.php:582 msgid "No name" msgstr "Sans nom" -#: ../../mod/settings.php:581 +#: ../../mod/settings.php:583 msgid "Remove authorization" msgstr "Révoquer l'autorisation" -#: ../../mod/settings.php:592 +#: ../../mod/settings.php:594 msgid "No feature settings configured" msgstr "Pas de fonctionnalité à configurer" -#: ../../mod/settings.php:600 +#: ../../mod/settings.php:602 msgid "Feature Settings" msgstr "Extensions" -#: ../../mod/settings.php:623 +#: ../../mod/settings.php:625 msgid "Account Settings" msgstr "Compte" -#: ../../mod/settings.php:624 +#: ../../mod/settings.php:626 msgid "Password Settings" msgstr "Mot de passe" -#: ../../mod/settings.php:625 +#: ../../mod/settings.php:627 msgid "New Password:" msgstr "Nouveau mot de passe :" -#: ../../mod/settings.php:626 +#: ../../mod/settings.php:628 msgid "Confirm:" msgstr "Confirmation :" -#: ../../mod/settings.php:626 +#: ../../mod/settings.php:628 msgid "Leave password fields blank unless changing" msgstr "Laissez les mots de passe vides si vous ne voulez pas les modifier" -#: ../../mod/settings.php:628 ../../mod/settings.php:936 +#: ../../mod/settings.php:630 ../../mod/settings.php:943 msgid "Email Address:" msgstr "Adresse de courriel :" -#: ../../mod/settings.php:629 +#: ../../mod/settings.php:631 ../../mod/removeaccount.php:61 msgid "Remove Account" msgstr "Supprimer le compte" -#: ../../mod/settings.php:630 ../../mod/settings.php:999 +#: ../../mod/settings.php:632 ../../mod/settings.php:1006 msgid "Warning: This action is permanent and cannot be reversed." msgstr "Attention : cette action est permanente et irréversible." -#: ../../mod/settings.php:646 +#: ../../mod/settings.php:648 msgid "Off" msgstr "Inactif" -#: ../../mod/settings.php:646 +#: ../../mod/settings.php:648 msgid "On" msgstr "Actif" -#: ../../mod/settings.php:653 +#: ../../mod/settings.php:655 msgid "Additional Features" msgstr "Fonctionnalités additionnelles" -#: ../../mod/settings.php:678 +#: ../../mod/settings.php:680 msgid "Connector Settings" msgstr "Connecteurs" -#: ../../mod/settings.php:708 ../../mod/admin.php:390 +#: ../../mod/settings.php:710 ../../mod/admin.php:399 msgid "No special theme for mobile devices" msgstr "Pas de thème spécifique aux périphériques mobiles" -#: ../../mod/settings.php:717 +#: ../../mod/settings.php:719 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Expérimental)" -#: ../../mod/settings.php:747 +#: ../../mod/settings.php:752 msgid "Display Settings" msgstr "Affichage" -#: ../../mod/settings.php:753 +#: ../../mod/settings.php:758 msgid "Display Theme:" msgstr "Thème :" -#: ../../mod/settings.php:754 +#: ../../mod/settings.php:759 msgid "Mobile Theme:" msgstr "Thème mobile :" -#: ../../mod/settings.php:755 +#: ../../mod/settings.php:760 +msgid "Enable user zoom on mobile devices" +msgstr "Permettre à l'usager d'un mobile d'agrandir le contenu" + +#: ../../mod/settings.php:761 msgid "Update browser every xx seconds" msgstr "Rafraîchir le navigateur toutes les xx secondes" -#: ../../mod/settings.php:755 +#: ../../mod/settings.php:761 msgid "Minimum of 10 seconds, no maximum" msgstr "Minimum 10 secondes, pas de maximum" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:762 msgid "Maximum number of conversations to load at any time:" msgstr "Nombre maximal de conversations pouvant être chargées en même temps :" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:762 msgid "Maximum of 100 items" msgstr "100 éléments au maximum" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:763 msgid "Don't show emoticons" msgstr "Ne pas montrer les frimousses/émoticones" -#: ../../mod/settings.php:758 +#: ../../mod/settings.php:764 msgid "System Page Layout Editor - (advanced)" msgstr "Agencements des pages système - (avancé)" -#: ../../mod/settings.php:793 +#: ../../mod/settings.php:800 msgid "Nobody except yourself" msgstr "Personne sauf vous" -#: ../../mod/settings.php:794 +#: ../../mod/settings.php:801 msgid "Only those you specifically allow" msgstr "Seulement ceux que vous autorisez spécifiquement" -#: ../../mod/settings.php:795 +#: ../../mod/settings.php:802 msgid "Approved connections" msgstr "Contacts Approuvés" -#: ../../mod/settings.php:796 +#: ../../mod/settings.php:803 msgid "Any connections" msgstr "Tous les contacts" -#: ../../mod/settings.php:797 +#: ../../mod/settings.php:804 msgid "Anybody on this website" msgstr "Tous les utilisateurs du hub" -#: ../../mod/settings.php:798 +#: ../../mod/settings.php:805 msgid "Anybody in this network" msgstr "Tous les utilisateurs sur ce réseau" -#: ../../mod/settings.php:799 +#: ../../mod/settings.php:806 msgid "Anybody authenticated" msgstr "Tous les utilisateurs authentifiés" -#: ../../mod/settings.php:800 +#: ../../mod/settings.php:807 msgid "Anybody on the internet" msgstr "Tous les utilisateurs d'Internet" -#: ../../mod/settings.php:877 +#: ../../mod/settings.php:884 msgid "Publish your default profile in the network directory" msgstr "Publier votre profil par défaut dans l'annuaire du réseau" -#: ../../mod/settings.php:877 ../../mod/settings.php:882 -#: ../../mod/settings.php:953 ../../mod/api.php:106 ../../mod/profiles.php:493 -#: ../../mod/admin.php:420 +#: ../../mod/settings.php:884 ../../mod/settings.php:889 +#: ../../mod/settings.php:960 ../../mod/api.php:106 ../../mod/profiles.php:566 +#: ../../mod/admin.php:429 msgid "No" msgstr "Non" -#: ../../mod/settings.php:877 ../../mod/settings.php:882 -#: ../../mod/settings.php:953 ../../mod/api.php:105 ../../mod/profiles.php:492 -#: ../../mod/admin.php:422 +#: ../../mod/settings.php:884 ../../mod/settings.php:889 +#: ../../mod/settings.php:960 ../../mod/api.php:105 ../../mod/profiles.php:565 +#: ../../mod/admin.php:431 msgid "Yes" msgstr "Oui" -#: ../../mod/settings.php:882 +#: ../../mod/settings.php:889 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Nous autoriser à vous suggérer comme relation potentielle aux nouveaux membres?" -#: ../../mod/settings.php:886 ../../mod/profile_photo.php:365 +#: ../../mod/settings.php:893 ../../mod/profile_photo.php:365 msgid "or" msgstr "ou" -#: ../../mod/settings.php:891 +#: ../../mod/settings.php:898 msgid "Your channel address is" msgstr "Voici l'adresse de votre canal" -#: ../../mod/settings.php:925 +#: ../../mod/settings.php:932 msgid "Channel Settings" msgstr "Canal" -#: ../../mod/settings.php:934 +#: ../../mod/settings.php:941 msgid "Basic Settings" msgstr "Basique" -#: ../../mod/settings.php:937 +#: ../../mod/settings.php:944 msgid "Your Timezone:" msgstr "Fureau Horaire :" -#: ../../mod/settings.php:938 +#: ../../mod/settings.php:945 msgid "Default Post Location:" msgstr "Emplacement géographique par défaut :" -#: ../../mod/settings.php:938 +#: ../../mod/settings.php:945 msgid "Geographical location to display on your posts" msgstr "Emplacement géographique à afficher sur vos publications" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:946 msgid "Use Browser Location:" msgstr "Utiliser la géolocalisation fournie par le navigateur :" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:948 msgid "Adult Content" msgstr "Contenu \"adulte\"" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:948 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "Ce canal publie plus ou moins fréquemment du contenu pour adultes. (Merci d'indiquer tout contenu pour adulte ou potentiellement choquant avec l'étiquette <em>#NSFW</em> - Not Safe For Work)" -#: ../../mod/settings.php:943 +#: ../../mod/settings.php:950 msgid "Security and Privacy Settings" msgstr "Réglages de Sécurité et vie privée" -#: ../../mod/settings.php:945 +#: ../../mod/settings.php:952 msgid "Hide my online presence" msgstr "Cacher ma présence en ligne" -#: ../../mod/settings.php:945 +#: ../../mod/settings.php:952 msgid "Prevents displaying in your profile that you are online" msgstr "Cacher votre statut (en ligne/hors ligne) sur votre profil" -#: ../../mod/settings.php:947 +#: ../../mod/settings.php:954 msgid "Simple Privacy Settings:" msgstr "Réglages simples :" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:955 msgid "" "Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "Très public - <em>extrèmement permissif (à n'utiliser qu'en connaissance de cause)</em>" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:956 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" msgstr "Classique - <em>public par défaut, privé en cas de besoin (comparable dans le principe aux réseaux sociaux centralisés, avec un mode privé plus efficace)</em>" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:957 msgid "Private - <em>default private, never open or public</em>" msgstr "Privé - <em>privé par défaut, jamais ouvert ni public</em>" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:958 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Bloqué - <em>par défaut, bloqué de/vers tout le monde</em>" -#: ../../mod/settings.php:953 +#: ../../mod/settings.php:960 msgid "Allow others to tag your posts" msgstr "Autoriser les autres à \"étiqueté\" vos publications" -#: ../../mod/settings.php:953 +#: ../../mod/settings.php:960 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "Souvent utilisé par la communauté pour distinguer le contenu innaproprié" -#: ../../mod/settings.php:955 +#: ../../mod/settings.php:962 msgid "Advanced Privacy Settings" msgstr "Réglages avancés" -#: ../../mod/settings.php:957 +#: ../../mod/settings.php:964 msgid "Expire other channel content after this many days" msgstr "Faire expirer le contenu des autres canaux après n jours" -#: ../../mod/settings.php:957 +#: ../../mod/settings.php:964 msgid "0 or blank prevents expiration" msgstr "0, ou vide, pour ne pas faire expirer" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:965 msgid "Maximum Friend Requests/Day:" msgstr "Nombre maximum de mises en relation par jour :" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:965 msgid "May reduce spam activity" msgstr "Contribue à réduire l'impact des indésirables" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:966 msgid "Default Post Permissions" msgstr "Permissions par défaut des publications" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:978 msgid "Maximum private messages per day from unknown people:" msgstr "Nombre maximum de messages privés émanant d'inconnus, par jour :" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:978 msgid "Useful to reduce spamming" msgstr "Utile pour réduire les indésirables" -#: ../../mod/settings.php:974 +#: ../../mod/settings.php:981 msgid "Notification Settings" msgstr "Notifications" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:982 msgid "By default post a status message when:" msgstr "Par défaut, publier un statut quand:" -#: ../../mod/settings.php:976 +#: ../../mod/settings.php:983 msgid "accepting a friend request" msgstr "vous acceptez une mise en relation" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:984 msgid "joining a forum/community" msgstr "vous joignez un forum ou à une communauté" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:985 msgid "making an <em>interesting</em> profile change" msgstr "vous faites une modification <em>intéressante</em> de votre profil" -#: ../../mod/settings.php:979 +#: ../../mod/settings.php:986 msgid "Send a notification email when:" msgstr "Envoyer un courriel de notification quand :" -#: ../../mod/settings.php:980 +#: ../../mod/settings.php:987 msgid "You receive a connection request" msgstr "Vous recevez une demande de mise en relation" -#: ../../mod/settings.php:981 +#: ../../mod/settings.php:988 msgid "Your connections are confirmed" msgstr "Vous relations sont confirmées" -#: ../../mod/settings.php:982 +#: ../../mod/settings.php:989 msgid "Someone writes on your profile wall" msgstr "Quelqu'un a écrit sur votre mur" -#: ../../mod/settings.php:983 +#: ../../mod/settings.php:990 msgid "Someone writes a followup comment" msgstr "Quelqu'un a commenté sur vos publications" -#: ../../mod/settings.php:984 +#: ../../mod/settings.php:991 msgid "You receive a private message" msgstr "Vous recevez un message privé" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:992 msgid "You receive a friend suggestion" msgstr "Vous recevez une suggestion d'amitié/relation" -#: ../../mod/settings.php:986 +#: ../../mod/settings.php:993 msgid "You are tagged in a post" msgstr "Vous êtes étiqueté dans une publication" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:994 msgid "You are poked/prodded/etc. in a post" msgstr "Vous êtes cogné/pointé/etc. dans une publication" -#: ../../mod/settings.php:990 +#: ../../mod/settings.php:997 msgid "Advanced Account/Page Type Settings" msgstr "Type de page/Compte (avancé)" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:998 msgid "Change the behaviour of this account for special situations" msgstr "Modifie le comportement de ce compte pour certains cas particuliers" -#: ../../mod/settings.php:994 +#: ../../mod/settings.php:1001 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "Mode expert requis (<a href=\"settings/features\">Réglages > Fonctions supplémentaires</a>) svp ajuster!" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:1002 msgid "Miscellaneous Settings" msgstr "Divers" -#: ../../mod/settings.php:997 +#: ../../mod/settings.php:1004 msgid "Personal menu to display in your channel pages" msgstr "Menu personnel tel qu'il apparaîtra sur les pages de votre canal" -#: ../../mod/settings.php:998 +#: ../../mod/settings.php:1005 msgid "Remove this channel" msgstr "Supprimer ce canal" @@ -4206,8 +4298,8 @@ msgstr "La réduction de taille [%s] a échoué." msgid "Block Name" msgstr "Nom du Bloc" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:472 +#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 +#: ../../mod/profiles.php:222 ../../mod/profiles.php:539 msgid "Profile not found." msgstr "Profil introuvable." @@ -4227,235 +4319,245 @@ msgstr "Nouveau profil créé." msgid "Profile unavailable to clone." msgstr "Profil impossible à cloner." -#: ../../mod/profiles.php:178 +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Impossible d'exporter le profil." + +#: ../../mod/profiles.php:232 msgid "Profile Name is required." msgstr "Le nom du profil est requis." -#: ../../mod/profiles.php:294 +#: ../../mod/profiles.php:354 msgid "Marital Status" msgstr "Statut marital" -#: ../../mod/profiles.php:298 +#: ../../mod/profiles.php:358 msgid "Romantic Partner" msgstr "Partenaire" -#: ../../mod/profiles.php:302 +#: ../../mod/profiles.php:362 msgid "Likes" msgstr "Aime" -#: ../../mod/profiles.php:306 +#: ../../mod/profiles.php:366 msgid "Dislikes" msgstr "Déteste" -#: ../../mod/profiles.php:310 +#: ../../mod/profiles.php:370 msgid "Work/Employment" msgstr "Travail/Occupation" -#: ../../mod/profiles.php:313 +#: ../../mod/profiles.php:373 msgid "Religion" msgstr "Religion/Croyance" -#: ../../mod/profiles.php:317 +#: ../../mod/profiles.php:377 msgid "Political Views" msgstr "Opinions politiques" -#: ../../mod/profiles.php:321 +#: ../../mod/profiles.php:381 msgid "Gender" msgstr "Sexe/Genre" -#: ../../mod/profiles.php:325 +#: ../../mod/profiles.php:385 msgid "Sexual Preference" msgstr "Préférence sexuelle" -#: ../../mod/profiles.php:329 +#: ../../mod/profiles.php:389 msgid "Homepage" msgstr "Site Internet" -#: ../../mod/profiles.php:333 +#: ../../mod/profiles.php:393 msgid "Interests" msgstr "Centres d'intérêt" -#: ../../mod/profiles.php:337 ../../mod/admin.php:893 +#: ../../mod/profiles.php:397 ../../mod/admin.php:902 msgid "Address" msgstr "Adresse" -#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 +#: ../../mod/profiles.php:404 ../../mod/pubsites.php:25 msgid "Location" msgstr "Emplacement" -#: ../../mod/profiles.php:427 +#: ../../mod/profiles.php:487 msgid "Profile updated." msgstr "Profil mis à jour." -#: ../../mod/profiles.php:491 +#: ../../mod/profiles.php:564 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Cacher vos contacts/relations aux visiteurs de ce profil?" -#: ../../mod/profiles.php:514 +#: ../../mod/profiles.php:588 msgid "Edit Profile Details" msgstr "Éditer les détails du profil" -#: ../../mod/profiles.php:516 +#: ../../mod/profiles.php:590 msgid "View this profile" msgstr "Voir le profil" -#: ../../mod/profiles.php:517 +#: ../../mod/profiles.php:592 msgid "Change Profile Photo" msgstr "Changer la photo du profil" -#: ../../mod/profiles.php:518 +#: ../../mod/profiles.php:593 msgid "Create a new profile using these settings" msgstr "Créer un nouveau profil avec ces réglages" -#: ../../mod/profiles.php:519 +#: ../../mod/profiles.php:594 msgid "Clone this profile" msgstr "Cloner le profil" -#: ../../mod/profiles.php:520 +#: ../../mod/profiles.php:595 msgid "Delete this profile" msgstr "Supprimer le profil" -#: ../../mod/profiles.php:521 +#: ../../mod/profiles.php:597 +msgid "Import profile from file" +msgstr "Importer le profil à partir d'un fichier" + +#: ../../mod/profiles.php:598 +msgid "Export profile to file" +msgstr "Exporter le profil vers un fichier." + +#: ../../mod/profiles.php:599 msgid "Profile Name:" msgstr "Nom du profil :" -#: ../../mod/profiles.php:522 +#: ../../mod/profiles.php:600 msgid "Your Full Name:" msgstr "Votre nom complet :" -#: ../../mod/profiles.php:523 +#: ../../mod/profiles.php:601 msgid "Title/Description:" msgstr "Titre/description :" -#: ../../mod/profiles.php:524 +#: ../../mod/profiles.php:602 msgid "Your Gender:" msgstr "Sexe/Genre :" -#: ../../mod/profiles.php:525 +#: ../../mod/profiles.php:603 #, php-format msgid "Birthday (%s):" msgstr "Date de naissance (%s) :" -#: ../../mod/profiles.php:526 +#: ../../mod/profiles.php:604 msgid "Street Address:" msgstr "Adresse postale :" -#: ../../mod/profiles.php:527 +#: ../../mod/profiles.php:605 msgid "Locality/City:" msgstr "Ville/Localité :" -#: ../../mod/profiles.php:528 +#: ../../mod/profiles.php:606 msgid "Postal/Zip Code:" msgstr "Code postal :" -#: ../../mod/profiles.php:529 +#: ../../mod/profiles.php:607 msgid "Country:" msgstr "Pays :" -#: ../../mod/profiles.php:530 +#: ../../mod/profiles.php:608 msgid "Region/State:" msgstr "Région/Province/État :" -#: ../../mod/profiles.php:531 +#: ../../mod/profiles.php:609 msgid "<span class=\"heart\">♥</span> Marital Status:" msgstr "<span class=\"heart\">♥</span>Statut marital :" -#: ../../mod/profiles.php:532 +#: ../../mod/profiles.php:610 msgid "Who: (if applicable)" msgstr "Avec : (si pertinent)" -#: ../../mod/profiles.php:533 +#: ../../mod/profiles.php:611 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Exemples : cathy123, Cathy Williams, cathy@exemple.com" -#: ../../mod/profiles.php:534 +#: ../../mod/profiles.php:612 msgid "Since [date]:" msgstr "Depuis [date] :" -#: ../../mod/profiles.php:536 +#: ../../mod/profiles.php:614 msgid "Homepage URL:" msgstr "URL de mon site Internet :" -#: ../../mod/profiles.php:539 +#: ../../mod/profiles.php:617 msgid "Religious Views:" msgstr "Opinions religieuses :" -#: ../../mod/profiles.php:540 +#: ../../mod/profiles.php:618 msgid "Keywords:" msgstr "Mots-clefs :" -#: ../../mod/profiles.php:543 +#: ../../mod/profiles.php:621 msgid "Example: fishing photography software" msgstr "Exemple : escrime photographie modélisme" -#: ../../mod/profiles.php:544 +#: ../../mod/profiles.php:622 msgid "Used in directory listings" msgstr "Utilisé pour le référencement dans l'annuaire" -#: ../../mod/profiles.php:545 +#: ../../mod/profiles.php:623 msgid "Tell us about yourself..." msgstr "Parlez nous de vous..." -#: ../../mod/profiles.php:546 +#: ../../mod/profiles.php:624 msgid "Hobbies/Interests" msgstr "Loisirs/Centres d'intêret" -#: ../../mod/profiles.php:547 +#: ../../mod/profiles.php:625 msgid "Contact information and Social Networks" msgstr "Coordonnées et réseaux sociaux" -#: ../../mod/profiles.php:548 +#: ../../mod/profiles.php:626 msgid "My other channels" msgstr "Mes autres canaux" -#: ../../mod/profiles.php:549 +#: ../../mod/profiles.php:627 msgid "Musical interests" msgstr "Goûts musicaux" -#: ../../mod/profiles.php:550 +#: ../../mod/profiles.php:628 msgid "Books, literature" msgstr "Littérature" -#: ../../mod/profiles.php:551 +#: ../../mod/profiles.php:629 msgid "Television" msgstr "Télévision" -#: ../../mod/profiles.php:552 +#: ../../mod/profiles.php:630 msgid "Film/dance/culture/entertainment" msgstr "Cinéma/Danse/Culture/Divertissement" -#: ../../mod/profiles.php:553 +#: ../../mod/profiles.php:631 msgid "Love/romance" msgstr "Amour/Romance" -#: ../../mod/profiles.php:554 +#: ../../mod/profiles.php:632 msgid "Work/employment" msgstr "Travail/Occupation" -#: ../../mod/profiles.php:555 +#: ../../mod/profiles.php:633 msgid "School/education" msgstr "Études" -#: ../../mod/profiles.php:560 -msgid "" -"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " -"be visible to anybody using the internet." -msgstr "Ceci est votre profil <strong>public</strong>.<br />Il <strong>pourrait</strong> être visible par tout utilisateur - fut-il anonyme - d'Internet." +#: ../../mod/profiles.php:639 +msgid "This is your default profile." +msgstr "Voilà votre profil par défault." -#: ../../mod/profiles.php:570 ../../mod/directory.php:143 +#: ../../mod/profiles.php:650 ../../mod/directory.php:143 #: ../../mod/dirprofile.php:92 msgid "Age: " msgstr "Age :" -#: ../../mod/profiles.php:609 +#: ../../mod/profiles.php:692 msgid "Edit/Manage Profiles" msgstr "Éditer/gérer les profils" -#: ../../mod/profiles.php:610 +#: ../../mod/profiles.php:693 msgid "Add profile things" msgstr "Ajouter des choses de profil" -#: ../../mod/profiles.php:611 +#: ../../mod/profiles.php:694 msgid "Include desirable objects in your profile" msgstr "Incluez des objets souhaitables dans votre profil" @@ -4636,7 +4738,7 @@ msgstr "J'accepte %s de ce site" msgid "I am over 13 years of age and accept the %s for this website" msgstr "J'ai plus de 13 ans et j'accepte les %s de ce site" -#: ../../mod/register.php:204 ../../mod/admin.php:443 +#: ../../mod/register.php:204 ../../mod/admin.php:452 msgid "Registration" msgstr "Inscription" @@ -4672,35 +4774,41 @@ msgstr "En ligne" msgid "Please login." msgstr "Merci de vous connecter." -#: ../../mod/cloud.php:115 +#: ../../mod/cloud.php:126 msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "Matrice Rouge - Pour les invités: Usager = {votre courriel}, Mot de passe = +++" -#: ../../mod/removeme.php:49 +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Il est impossible de supprimer un canal à l'intérieur de 48 heures après avoir changé le mot de passe d'un compte." + +#: ../../mod/removeme.php:57 msgid "Remove This Channel" msgstr "Supprimer ce Canal" -#: ../../mod/removeme.php:50 +#: ../../mod/removeme.php:58 msgid "" "This will completely remove this channel from the network. Once this has " "been done it is not recoverable." msgstr "Ceci effacera complètement le canal du réseau. Une fois effacé, un canal ne PEUT PAS être récupéré." -#: ../../mod/removeme.php:51 +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 msgid "Please enter your password for verification:" msgstr "Merci de re-saisir votre mot de passe pour vérification :" -#: ../../mod/removeme.php:52 +#: ../../mod/removeme.php:60 msgid "Remove this channel and all its clones from the network" msgstr "Supprimer ce canal ainsi que tous ses clones sur la matrice" -#: ../../mod/removeme.php:52 +#: ../../mod/removeme.php:60 msgid "" "By default only the instance of the channel located on this hub will be " "removed from the network" msgstr "Par défaut, seule l'instance du canal présente sur ce hub sera supprimée du réseau" -#: ../../mod/removeme.php:53 +#: ../../mod/removeme.php:61 msgid "Remove Channel" msgstr "Enlever le canal" @@ -4817,11 +4925,11 @@ msgstr "Impossible d'accéder aux détails du contact." msgid "Could not locate selected profile." msgstr "Impossible de localiser le profil sélectionné." -#: ../../mod/connections.php:94 ../../mod/connedit.php:131 +#: ../../mod/connections.php:94 ../../mod/connedit.php:132 msgid "Connection updated." msgstr "Connexion mise à jour." -#: ../../mod/connections.php:96 ../../mod/connedit.php:133 +#: ../../mod/connections.php:96 ../../mod/connedit.php:134 msgid "Failed to update connection record." msgstr "Impossible de mettre à jour les détails de la relation." @@ -4906,238 +5014,242 @@ msgstr "Recherche :" msgid "Edit post" msgstr "Éditer la contribution" -#: ../../mod/connedit.php:243 +#: ../../mod/connedit.php:181 +msgid "is now connected to" +msgstr "est maintenant connecté avec" + +#: ../../mod/connedit.php:274 msgid "Could not access address book record." msgstr "Impossible d'accéder aux détails du carnet d'adresses." -#: ../../mod/connedit.php:257 +#: ../../mod/connedit.php:288 msgid "Refresh failed - channel is currently unavailable." msgstr "Actualisation impossible - le canal est momentanément indisponible." -#: ../../mod/connedit.php:264 +#: ../../mod/connedit.php:295 msgid "Channel has been unblocked" msgstr "Le canal n'est plus bloqué" -#: ../../mod/connedit.php:265 +#: ../../mod/connedit.php:296 msgid "Channel has been blocked" msgstr "Le canal est bloqué" -#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 -#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 -#: ../../mod/connedit.php:320 +#: ../../mod/connedit.php:300 ../../mod/connedit.php:312 +#: ../../mod/connedit.php:324 ../../mod/connedit.php:336 +#: ../../mod/connedit.php:352 msgid "Unable to set address book parameters." msgstr "Impossible de régler les paramètres du carnet d'adresses." -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:307 msgid "Channel has been unignored" msgstr "Le canal n'est plus ignoré" -#: ../../mod/connedit.php:277 +#: ../../mod/connedit.php:308 msgid "Channel has been ignored" msgstr "Le canal est ignoré" -#: ../../mod/connedit.php:288 +#: ../../mod/connedit.php:319 msgid "Channel has been unarchived" msgstr "Le canal n'est plus archivé" -#: ../../mod/connedit.php:289 +#: ../../mod/connedit.php:320 msgid "Channel has been archived" msgstr "Le canal est archivé" -#: ../../mod/connedit.php:300 +#: ../../mod/connedit.php:331 msgid "Channel has been unhidden" msgstr "Le canal n'est plus caché" -#: ../../mod/connedit.php:301 +#: ../../mod/connedit.php:332 msgid "Channel has been hidden" msgstr "Le canal est caché" -#: ../../mod/connedit.php:315 +#: ../../mod/connedit.php:347 msgid "Channel has been approved" msgstr "Le canal est approuvé" -#: ../../mod/connedit.php:316 +#: ../../mod/connedit.php:348 msgid "Channel has been unapproved" msgstr "Le canal n'est plus approuvé" -#: ../../mod/connedit.php:334 +#: ../../mod/connedit.php:376 msgid "Connection has been removed." msgstr "La relation a été supprimée" -#: ../../mod/connedit.php:354 +#: ../../mod/connedit.php:396 #, php-format msgid "View %s's profile" msgstr "Voir le profil de %s" -#: ../../mod/connedit.php:358 +#: ../../mod/connedit.php:400 msgid "Refresh Permissions" msgstr "Actualiser les permissions" -#: ../../mod/connedit.php:361 +#: ../../mod/connedit.php:403 msgid "Fetch updated permissions" msgstr "Récupérer les permissions les plus récentes" -#: ../../mod/connedit.php:365 +#: ../../mod/connedit.php:407 msgid "Recent Activity" msgstr "Activité récente" -#: ../../mod/connedit.php:368 +#: ../../mod/connedit.php:410 msgid "View recent posts and comments" msgstr "Voir les contributions et commentaires récentes" -#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 -#: ../../mod/admin.php:760 +#: ../../mod/connedit.php:414 ../../mod/connedit.php:557 +#: ../../mod/admin.php:769 msgid "Unblock" msgstr "Débloquer" -#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 -#: ../../mod/admin.php:759 +#: ../../mod/connedit.php:414 ../../mod/connedit.php:557 +#: ../../mod/admin.php:768 msgid "Block" msgstr "Bloquer" -#: ../../mod/connedit.php:375 +#: ../../mod/connedit.php:417 msgid "Block or Unblock this connection" msgstr "Bloquer ou Débloquer cette relation" -#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 msgid "Unignore" msgstr "Ne plus ignorer" -#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignorer" -#: ../../mod/connedit.php:382 +#: ../../mod/connedit.php:424 msgid "Ignore or Unignore this connection" msgstr "Ignorer ou ne plus ignorer cette relation" -#: ../../mod/connedit.php:385 +#: ../../mod/connedit.php:427 msgid "Unarchive" msgstr "Ne plus archiver" -#: ../../mod/connedit.php:385 +#: ../../mod/connedit.php:427 msgid "Archive" msgstr "Archiver" -#: ../../mod/connedit.php:388 +#: ../../mod/connedit.php:430 msgid "Archive or Unarchive this connection" msgstr "Archiver ou ne plus archiver cette relation" -#: ../../mod/connedit.php:391 +#: ../../mod/connedit.php:433 msgid "Unhide" msgstr "Ne plus cacher" -#: ../../mod/connedit.php:391 +#: ../../mod/connedit.php:433 msgid "Hide" msgstr "Cacher" -#: ../../mod/connedit.php:394 +#: ../../mod/connedit.php:436 msgid "Hide or Unhide this connection" msgstr "Cacher ou ne plus cacher cette relation" -#: ../../mod/connedit.php:401 +#: ../../mod/connedit.php:443 msgid "Delete this connection" msgstr "Supprimer cette relation" -#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 +#: ../../mod/connedit.php:486 ../../mod/connedit.php:515 msgid "Approve this connection" msgstr "Approuver cette relation" -#: ../../mod/connedit.php:444 +#: ../../mod/connedit.php:486 msgid "Accept connection to allow communication" msgstr "Accepter la relation pour permettre la communication" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:502 msgid "Automatic Permissions Settings" msgstr "Permissions automatiques" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:502 #, php-format msgid "Connections: settings for %s" msgstr "Relations : réglages pour %s" -#: ../../mod/connedit.php:464 +#: ../../mod/connedit.php:506 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 "Pour chaque introduction reçue, toutes les permissions définies ici seront appliquées aux nouvelles relations automatiquement, et l'introduction sera approuvée. Laissez cette page telle quelle si vous ne souhaitez pas utiliser ce mécanisme." -#: ../../mod/connedit.php:466 +#: ../../mod/connedit.php:508 msgid "Slide to adjust your degree of friendship" msgstr "Faites glisser pour ajuster le niveau de la relation" -#: ../../mod/connedit.php:472 +#: ../../mod/connedit.php:514 msgid "inherited" msgstr "héritée" -#: ../../mod/connedit.php:474 +#: ../../mod/connedit.php:516 msgid "Connection has no individual permissions!" msgstr "Cette relation n'a aucune permission spécifique!" -#: ../../mod/connedit.php:475 +#: ../../mod/connedit.php:517 msgid "" "This may be appropriate based on your <a href=\"settings\">privacy " "settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "Ceci devrait correspondre à vos <a href=\"settings\">réglages de vie privée</a>, mais vous pouvez toujours contrôler les \"Permissions avancées\"." -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:519 msgid "Profile Visibility" msgstr "Visibilité du profil" -#: ../../mod/connedit.php:478 +#: ../../mod/connedit.php:520 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Merci de choisir le profil que vous souhaitez montrer quand %s visite votre profil de manière authentifiée." -#: ../../mod/connedit.php:479 +#: ../../mod/connedit.php:521 msgid "Contact Information / Notes" msgstr "Notes / Information de contact" -#: ../../mod/connedit.php:480 +#: ../../mod/connedit.php:522 msgid "Edit contact notes" msgstr "Éditer les notes du contact" -#: ../../mod/connedit.php:482 +#: ../../mod/connedit.php:524 msgid "Their Settings" msgstr "Ses réglages" -#: ../../mod/connedit.php:483 +#: ../../mod/connedit.php:525 msgid "My Settings" msgstr "Mes réglages" -#: ../../mod/connedit.php:485 +#: ../../mod/connedit.php:527 msgid "Clear/Disable Automatic Permissions" msgstr "Effacer/Désactiver les Permissions Automatiques" -#: ../../mod/connedit.php:486 +#: ../../mod/connedit.php:528 msgid "Forum Members" msgstr "Membres du forum" -#: ../../mod/connedit.php:487 +#: ../../mod/connedit.php:529 msgid "Soapbox" msgstr "Blogue" -#: ../../mod/connedit.php:488 +#: ../../mod/connedit.php:530 msgid "Full Sharing (typical social network permissions)" msgstr "Partage Complet (fonctionnement habituel des réseaux sociaux)" -#: ../../mod/connedit.php:489 +#: ../../mod/connedit.php:531 msgid "Cautious Sharing " msgstr "Partage modéré" -#: ../../mod/connedit.php:490 +#: ../../mod/connedit.php:532 msgid "Follow Only" msgstr "Suivre uniquement" -#: ../../mod/connedit.php:491 +#: ../../mod/connedit.php:533 msgid "Individual Permissions" msgstr "Permissions spécifiques" -#: ../../mod/connedit.php:492 +#: ../../mod/connedit.php:534 msgid "" "Some permissions may be inherited from your channel <a " "href=\"settings\">privacy settings</a>, which have higher priority than " @@ -5145,72 +5257,72 @@ msgid "" "have no effect." msgstr "Certaines permissions peuvent être héritées de vos <a href=\"settings\">réglages de vie privée</a>, lesquels sont prioritaires sur les réglages spécifiques. Changer ces permissions héritées sur la présente page n'aura aucun effet." -#: ../../mod/connedit.php:493 +#: ../../mod/connedit.php:535 msgid "Advanced Permissions" msgstr "Permissions avancées" -#: ../../mod/connedit.php:494 +#: ../../mod/connedit.php:536 msgid "Simple Permissions (select one and submit)" msgstr "Permissions simples (en choisir une, puis valider)" -#: ../../mod/connedit.php:498 +#: ../../mod/connedit.php:540 #, php-format msgid "Visit %s's profile - %s" msgstr "Visiter le profil de %s - %s" -#: ../../mod/connedit.php:499 +#: ../../mod/connedit.php:541 msgid "Block/Unblock contact" msgstr "Bloquer/Débloquer le contact" -#: ../../mod/connedit.php:500 +#: ../../mod/connedit.php:542 msgid "Ignore contact" msgstr "Ignorer le contact" -#: ../../mod/connedit.php:501 +#: ../../mod/connedit.php:543 msgid "Repair URL settings" msgstr "Réparer les réglages d'URL" -#: ../../mod/connedit.php:502 +#: ../../mod/connedit.php:544 msgid "View conversations" msgstr "Voir les conversations" -#: ../../mod/connedit.php:504 +#: ../../mod/connedit.php:546 msgid "Delete contact" msgstr "Supprimer le contact" -#: ../../mod/connedit.php:507 +#: ../../mod/connedit.php:549 msgid "Last update:" msgstr "Dernière mise-à -jour :" -#: ../../mod/connedit.php:509 +#: ../../mod/connedit.php:551 msgid "Update public posts" msgstr "Mettre à jour les publications" -#: ../../mod/connedit.php:511 +#: ../../mod/connedit.php:553 msgid "Update now" msgstr "Mettre à jour maintenant" -#: ../../mod/connedit.php:517 +#: ../../mod/connedit.php:559 msgid "Currently blocked" msgstr "Actuellement bloqué" -#: ../../mod/connedit.php:518 +#: ../../mod/connedit.php:560 msgid "Currently ignored" msgstr "Actuellement ignoré" -#: ../../mod/connedit.php:519 +#: ../../mod/connedit.php:561 msgid "Currently archived" msgstr "Actuellement archivé" -#: ../../mod/connedit.php:520 +#: ../../mod/connedit.php:562 msgid "Currently pending" msgstr "Actuellement en attente" -#: ../../mod/connedit.php:521 +#: ../../mod/connedit.php:563 msgid "Hide this contact from others" msgstr "Dissimuler ce contact aux autres" -#: ../../mod/connedit.php:521 +#: ../../mod/connedit.php:563 msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "Les réponses et autres réactions à vos contributions publiques <strong>pourraient</strong> être toujours visibles" @@ -5242,7 +5354,7 @@ msgstr "Actuels délégués" msgid "Potential Delegates" msgstr "Délégués potentiels" -#: ../../mod/delegate.php:130 ../../mod/photos.php:906 ../../mod/tagrm.php:93 +#: ../../mod/delegate.php:130 ../../mod/photos.php:912 ../../mod/tagrm.php:93 msgid "Remove" msgstr "Retirer" @@ -5264,19 +5376,11 @@ msgstr "Accès public refusé." msgid "Gender: " msgstr "Sexe/genre :" -#: ../../mod/directory.php:207 +#: ../../mod/directory.php:223 msgid "Finding:" msgstr "Recherche :" -#: ../../mod/directory.php:215 -msgid "next page" -msgstr "page suivante" - -#: ../../mod/directory.php:215 -msgid "previous page" -msgstr "page précédente" - -#: ../../mod/directory.php:222 +#: ../../mod/directory.php:239 msgid "No entries (some entries may be hidden)." msgstr "Pas d'entrées (certaines peuvent être cachées)." @@ -5649,10 +5753,10 @@ msgstr "Nous avons ajouté cette contrainte pour éviter que vos publications pu #: ../../mod/setup.php:572 msgid "" -"If your certificate is not recognised, members of other sites (who may " +"If your certificate is not recognized, members of other sites (who may " "themselves have valid certificates) will get a warning message on their own " "site complaining about security issues." -msgstr "Si vos certificats sont invalides, les autres administrateurs de hubs recevront constamment des messages d'avertissements de sécurité sur leur propre hub." +msgstr "Si votre certificat n'est pas reconnu, les membres des autres sites (avec certificats valides) recevront des messages d'avertissement sur leur propre sites." #: ../../mod/setup.php:573 msgid "" @@ -5805,8 +5909,8 @@ msgstr "Rouge" #: ../../mod/siteinfo.php:98 msgid "" "This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "Ceci est une instance - un hub - de la Matrice Rouge - un réseau global et coopératif de sites web qui respectent la vie privée de manière décentralisée" +"decentralized privacy enhanced websites." +msgstr "Ceci est un serveur de la Matrice Rouge - un réseau collaboratif de plusieurs serveurs qui assurent la protection de votre vie privée notamment par la décentralisation de votre identité." #: ../../mod/siteinfo.php:101 msgid "Running at web location" @@ -5840,11 +5944,11 @@ msgstr "Impossible d'obtenir des informations sur le propriétaire de la page." msgid "Album not found." msgstr "Album introuvable." -#: ../../mod/photos.php:119 ../../mod/photos.php:669 +#: ../../mod/photos.php:119 ../../mod/photos.php:675 msgid "Delete Album" msgstr "Supprimer album" -#: ../../mod/photos.php:159 ../../mod/photos.php:957 +#: ../../mod/photos.php:159 ../../mod/photos.php:963 msgid "Delete Photo" msgstr "Supprimer photo" @@ -5870,7 +5974,7 @@ msgstr "Vous avez utilisé %1$.2f mégaoctets pour le stockage des photos." msgid "Upload Photos" msgstr "Téléverser des photos" -#: ../../mod/photos.php:600 ../../mod/photos.php:664 +#: ../../mod/photos.php:600 ../../mod/photos.php:670 msgid "New album name: " msgstr "Créer un album :" @@ -5882,81 +5986,85 @@ msgstr "ou choisir un album existant :" msgid "Do not show a status post for this upload" msgstr "Ne pas publier de statut pour cet envoi" -#: ../../mod/photos.php:653 ../../mod/photos.php:675 ../../mod/photos.php:1129 -#: ../../mod/photos.php:1144 +#: ../../mod/photos.php:622 +msgid "Album name could not be decoded" +msgstr "Le nom de l'Album n'a pu être décodé" + +#: ../../mod/photos.php:659 ../../mod/photos.php:681 ../../mod/photos.php:1135 +#: ../../mod/photos.php:1150 msgid "Contact Photos" msgstr "Photos de contact" -#: ../../mod/photos.php:679 +#: ../../mod/photos.php:685 msgid "Edit Album" msgstr "Éditer l'album" -#: ../../mod/photos.php:685 +#: ../../mod/photos.php:691 msgid "Show Newest First" msgstr "Ordre anté-chronologique" -#: ../../mod/photos.php:687 +#: ../../mod/photos.php:693 msgid "Show Oldest First" msgstr "Ordre chronologique" -#: ../../mod/photos.php:730 ../../mod/photos.php:1176 +#: ../../mod/photos.php:736 ../../mod/photos.php:1182 msgid "View Photo" msgstr "Voir la photo" -#: ../../mod/photos.php:776 +#: ../../mod/photos.php:782 msgid "Permission denied. Access to this item may be restricted." msgstr "Permission refusée. L'accès à cet élément peut avoir été restreint." -#: ../../mod/photos.php:778 +#: ../../mod/photos.php:784 msgid "Photo not available" msgstr "Photo indisponible" -#: ../../mod/photos.php:838 +#: ../../mod/photos.php:844 msgid "Use as profile photo" msgstr "Utiliser comme photo du profil" -#: ../../mod/photos.php:862 +#: ../../mod/photos.php:868 msgid "View Full Size" msgstr "Voir en taille réelle" -#: ../../mod/photos.php:940 +#: ../../mod/photos.php:946 msgid "Edit photo" msgstr "Éditer la photo" -#: ../../mod/photos.php:942 +#: ../../mod/photos.php:948 msgid "Rotate CW (right)" msgstr "Rotation horaire (droite)" -#: ../../mod/photos.php:943 +#: ../../mod/photos.php:949 msgid "Rotate CCW (left)" msgstr "Rotation anti-horaire (gauche)" -#: ../../mod/photos.php:946 +#: ../../mod/photos.php:952 msgid "New album name" msgstr "Nouveau nom d'album :" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:955 msgid "Caption" msgstr "Titre/légende" -#: ../../mod/photos.php:951 +#: ../../mod/photos.php:957 msgid "Add a Tag" msgstr "Ajouter une étiquette" -#: ../../mod/photos.php:954 +#: ../../mod/photos.php:960 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Exemple : @bob, @Barbara_Jensen, @jim@exemple.com, #Ile_de_France, #marathon" -#: ../../mod/photos.php:1107 +#: ../../mod/photos.php:1113 msgid "In This Photo:" msgstr "Dans cette photo :" -#: ../../mod/photos.php:1182 +#: ../../mod/photos.php:1188 msgid "View Album" msgstr "Voir l'album" -#: ../../mod/photos.php:1191 +#: ../../mod/photos.php:1197 msgid "Recent Photos" msgstr "Photos récentes" @@ -6238,587 +6346,591 @@ msgstr "Étiquette à retirer :" msgid "Theme settings updated." msgstr "Réglages du thème sauvegardés." -#: ../../mod/admin.php:92 ../../mod/admin.php:441 +#: ../../mod/admin.php:97 ../../mod/admin.php:450 msgid "Site" msgstr "Site" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "Accounts" msgstr "Comptes" -#: ../../mod/admin.php:94 ../../mod/admin.php:885 +#: ../../mod/admin.php:99 ../../mod/admin.php:894 msgid "Channels" msgstr "Canaux" -#: ../../mod/admin.php:95 ../../mod/admin.php:976 ../../mod/admin.php:1018 +#: ../../mod/admin.php:100 ../../mod/admin.php:985 ../../mod/admin.php:1027 msgid "Plugins" msgstr "Extensions" -#: ../../mod/admin.php:96 ../../mod/admin.php:1181 ../../mod/admin.php:1217 +#: ../../mod/admin.php:101 ../../mod/admin.php:1190 ../../mod/admin.php:1226 msgid "Themes" msgstr "Thèmes" -#: ../../mod/admin.php:97 ../../mod/admin.php:541 +#: ../../mod/admin.php:102 ../../mod/admin.php:550 msgid "Server" msgstr "Serveur" -#: ../../mod/admin.php:98 +#: ../../mod/admin.php:103 +msgid "Profile Config" +msgstr "Configurations du profil" + +#: ../../mod/admin.php:104 msgid "DB updates" msgstr "Mà J BD" -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1304 +#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1313 msgid "Logs" msgstr "Journaux" -#: ../../mod/admin.php:118 +#: ../../mod/admin.php:124 msgid "Plugin Features" msgstr "Fonctionnalités liées aux extensions" -#: ../../mod/admin.php:120 +#: ../../mod/admin.php:126 msgid "User registrations waiting for confirmation" msgstr "Inscriptions en attente" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:206 msgid "Message queues" msgstr "File des messages" -#: ../../mod/admin.php:202 ../../mod/admin.php:440 ../../mod/admin.php:540 -#: ../../mod/admin.php:749 ../../mod/admin.php:884 ../../mod/admin.php:975 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1180 ../../mod/admin.php:1216 -#: ../../mod/admin.php:1303 +#: ../../mod/admin.php:211 ../../mod/admin.php:449 ../../mod/admin.php:549 +#: ../../mod/admin.php:758 ../../mod/admin.php:893 ../../mod/admin.php:984 +#: ../../mod/admin.php:1026 ../../mod/admin.php:1189 ../../mod/admin.php:1225 +#: ../../mod/admin.php:1312 msgid "Administration" msgstr "Administration" -#: ../../mod/admin.php:203 +#: ../../mod/admin.php:212 msgid "Summary" msgstr "Résumé" -#: ../../mod/admin.php:205 +#: ../../mod/admin.php:214 msgid "Registered users" msgstr "Utilisateurs inscrits" -#: ../../mod/admin.php:207 ../../mod/admin.php:544 +#: ../../mod/admin.php:216 ../../mod/admin.php:553 msgid "Pending registrations" msgstr "Inscriptions en attente" -#: ../../mod/admin.php:208 +#: ../../mod/admin.php:217 msgid "Version" msgstr "Version" -#: ../../mod/admin.php:210 ../../mod/admin.php:545 +#: ../../mod/admin.php:219 ../../mod/admin.php:554 msgid "Active plugins" msgstr "Extensions actives" -#: ../../mod/admin.php:361 +#: ../../mod/admin.php:370 msgid "Site settings updated." msgstr "Réglages du site sauvegardés." -#: ../../mod/admin.php:392 +#: ../../mod/admin.php:401 msgid "No special theme for accessibility" msgstr "Pas de thème spécifique pour l'accessibilité" -#: ../../mod/admin.php:421 +#: ../../mod/admin.php:430 msgid "Yes - with approval" msgstr "Oui - avec approbation" -#: ../../mod/admin.php:427 +#: ../../mod/admin.php:436 msgid "My site is not a public server" msgstr "Mon site n'est pas un serveur publique" -#: ../../mod/admin.php:428 +#: ../../mod/admin.php:437 msgid "My site has paid access only" msgstr "Mon site est payant" -#: ../../mod/admin.php:429 +#: ../../mod/admin.php:438 msgid "My site has free access only" msgstr "Mon site est gratuit" -#: ../../mod/admin.php:430 +#: ../../mod/admin.php:439 msgid "My site offers free accounts with optional paid upgrades" msgstr "Mon site offre des comptes gratuits avec des ajouts payants" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:453 msgid "File upload" msgstr "Envoi de fichier" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:454 msgid "Policies" msgstr "Stratégies" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:459 msgid "Site name" msgstr "Nom du site" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:460 msgid "Banner/Logo" msgstr "Bannière/logo" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:461 msgid "Administrator Information" msgstr "Informations sur l'administrateur" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:461 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Coordonnées de l'administrateur du site. Affichée sur la page 'siteinfo'. Vous pouvez utiliser du BBCode ici" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:462 msgid "System language" msgstr "Langue du système" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:463 msgid "System theme" msgstr "Thème du système" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:463 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Thème par défaut - il peut être changé pour chaque profil utilisateur - <a href='#' id='cnftheme'>modifier le thème</a>" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:464 msgid "Mobile system theme" msgstr "Thème système pour mobile" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:464 msgid "Theme for mobile devices" msgstr "Thème dédié aux périphériques mobiles" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:465 msgid "Accessibility system theme" msgstr "Thème système pour l'accessibilité" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:465 msgid "Accessibility theme" msgstr "Thème pour l'accessibilité" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:466 msgid "Channel to use for this website's static pages" msgstr "Canal à utiliser pour les pages statiques de ce site" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:466 msgid "Site Channel" msgstr "Canal de ce HUB" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:468 msgid "Maximum image size" msgstr "Taille maximale des images" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:468 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Taille maximum, en octets, des images envoyées. Par défaut 0, soit sans limite." -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:469 msgid "Does this site allow new member registration?" msgstr "Est-ce que l'enregistrement de nouveau membres sur ce site est autorisé?" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:470 msgid "Which best describes the types of account offered by this hub?" msgstr "Choisissez le type de comptes offert sur ce hub?" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:471 msgid "Register text" msgstr "Texte d'inscription" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:471 msgid "Will be displayed prominently on the registration page." msgstr "Sera affiché de manière bien visible sur le formulaire d'inscription." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:472 msgid "Accounts abandoned after x days" msgstr "Les comptes sont abandonnés après x jours" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:472 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Pour éviter de gaspiller les ressources du système en essayer de mettre à jour des comptes abandonnés. Mettez 0 pour ne pas avoir de limite de temps." -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:473 msgid "Allowed friend domains" msgstr "Domaines amicaux" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:473 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Liste de noms de domaines - séparés par des virgules - pour lesquels ce site acceptera les demandes d'amitié ou de mise en relation. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines." -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:474 msgid "Allowed email domains" msgstr "Domaines de courriels amicaux" -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:474 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Liste de noms de domaines - séparés par des virgules - dont les adresses de courriel seront autorisées lors de l'inscription à ce site. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines." -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:475 msgid "Block public" msgstr "Bloquer public" -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:475 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Cocher pour interdire tout accès public, y compris aux pages marquées comme publiques, aux visiteurs anonymes." -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:476 msgid "Force publish" msgstr "Forcer publication" -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:476 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Cocher pour forcer la publication de tous les profils du site dans l'annuaire." -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:477 msgid "Disable discovery tab" msgstr "Désactiver l'onglet \"À découvrir\"" -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:477 msgid "" "Remove the tab in the network view with public content pulled from sources " "chosen for this site." msgstr "Ne pas afficher d'onglet avec des contenus publics automatiquement rassemblées depuis des sources choisies pour ce site." -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:478 msgid "No login on Homepage" msgstr "Pas de connexion depuis la page d'accueil" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:478 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "Cocher pour ne pas montrer le formulaire de connexion sur la page d'accueil (typiquement, pour quand vous utilisez la page d'accueil pour afficher du contenu via le canal du site)." -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:480 msgid "Proxy user" msgstr "Utilisateurs du proxy" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:481 msgid "Proxy URL" msgstr "URL du proxy (visiter @proxy-list)" -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:482 msgid "Network timeout" msgstr "Délai maximal du réseau" -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:482 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "En secondes. Mettre à 0 pour ne pas avoir de délai maximal (pas recommandé)." -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:483 msgid "Delivery interval" msgstr "Intervalle de distribution" -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:483 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Temporise le processus de distribution de tant de secondes pour réduire la charge sur le système. Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS. 0-1 pour les gros serveurs dédiés." -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:484 msgid "Poll interval" msgstr "Intervalle de scrutation" -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:484 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Temporise le processus de scrutation en tâche de fond de tant de secondes, pour réduire la charge. Si 0, utilise l'intervalle de distribution." -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:485 msgid "Maximum Load Average" msgstr "Charge moyenne maximale" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:485 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Charge système maximale au-delà de laquelle distribution et scrutation sont mis en pause - par défaut 50." -#: ../../mod/admin.php:532 +#: ../../mod/admin.php:541 msgid "No server found" msgstr "Serveur introuvable" -#: ../../mod/admin.php:539 ../../mod/admin.php:763 +#: ../../mod/admin.php:548 ../../mod/admin.php:772 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:548 msgid "for channel" msgstr "pour le canal" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:548 msgid "on server" msgstr "sur le serveur" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:548 msgid "Status" msgstr "État" -#: ../../mod/admin.php:560 +#: ../../mod/admin.php:569 msgid "Update has been marked successful" msgstr "La mise à jour a été marquée comme réussie" -#: ../../mod/admin.php:570 +#: ../../mod/admin.php:579 #, php-format msgid "Executing %s failed. Check system logs." msgstr "L'éxecution de %s a échoué. Merci de vérifier les journaux du système." -#: ../../mod/admin.php:573 +#: ../../mod/admin.php:582 #, php-format msgid "Update %s was successfully applied." msgstr "La mise à jour %s a été appliquée avec succès." -#: ../../mod/admin.php:577 +#: ../../mod/admin.php:586 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "La mise à jour %s n'a pas retourné d'information. Impossible de savoir si elle a réussi ou non." -#: ../../mod/admin.php:580 +#: ../../mod/admin.php:589 #, php-format msgid "Update function %s could not be found." msgstr "La fonction de mise à jour %s est introuvable." -#: ../../mod/admin.php:595 +#: ../../mod/admin.php:604 msgid "No failed updates." msgstr "Aucune mise à jour défaillante." -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:608 msgid "Failed Updates" msgstr "Mises à jour défaillantes" -#: ../../mod/admin.php:601 +#: ../../mod/admin.php:610 msgid "Mark success (if update was manually applied)" msgstr "Marquer comme réussie (si la mise à jour a été réalisée manuellement)" -#: ../../mod/admin.php:602 +#: ../../mod/admin.php:611 msgid "Attempt to execute this update step automatically" msgstr "Tenter de réaliser cette étape de mise à jour automatiquement" -#: ../../mod/admin.php:628 +#: ../../mod/admin.php:637 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s utilisateur bloqué/débloqué" msgstr[1] "%s utilisateurs bloqués/débloqués" -#: ../../mod/admin.php:635 +#: ../../mod/admin.php:644 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s utilisateur supprimé" msgstr[1] "%s utilisateurs supprimés" -#: ../../mod/admin.php:666 +#: ../../mod/admin.php:675 msgid "Account not found" msgstr "Compte introuvable" -#: ../../mod/admin.php:677 +#: ../../mod/admin.php:686 #, php-format msgid "User '%s' deleted" msgstr "Utilisateur '%s' supprimé" -#: ../../mod/admin.php:686 +#: ../../mod/admin.php:695 #, php-format msgid "User '%s' unblocked" msgstr "Utilisateur '%s' débloqué" -#: ../../mod/admin.php:686 +#: ../../mod/admin.php:695 #, php-format msgid "User '%s' blocked" msgstr "Utilisateur '%s' bloqué" -#: ../../mod/admin.php:750 ../../mod/admin.php:762 +#: ../../mod/admin.php:759 ../../mod/admin.php:771 msgid "Users" msgstr "Utilisateurs" -#: ../../mod/admin.php:752 ../../mod/admin.php:887 +#: ../../mod/admin.php:761 ../../mod/admin.php:896 msgid "select all" msgstr "tout sélectionner" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:762 msgid "User registrations waiting for confirm" msgstr "Inscriptions en attente d'approbation" -#: ../../mod/admin.php:754 +#: ../../mod/admin.php:763 msgid "Request date" msgstr "Date de la demande" -#: ../../mod/admin.php:755 +#: ../../mod/admin.php:764 msgid "No registrations." msgstr "Pas d'inscriptions." -#: ../../mod/admin.php:756 +#: ../../mod/admin.php:765 msgid "Approve" msgstr "Approuver" -#: ../../mod/admin.php:757 +#: ../../mod/admin.php:766 msgid "Deny" msgstr "Refuser" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:772 msgid "Register date" msgstr "Date d'inscription" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:772 msgid "Last login" msgstr "Dernière connexion" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:772 msgid "Expires" msgstr "Expire" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:772 msgid "Service Class" msgstr "Classe de service" -#: ../../mod/admin.php:765 +#: ../../mod/admin.php:774 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Les utilisateurs sélectionnés seront supprimés!\\n\\nTout ce que ces utilisateurs ont publié sur ce site sera détruit de manière définitive!\\n\\nÊtes-vous certain?" -#: ../../mod/admin.php:766 +#: ../../mod/admin.php:775 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "L'utilisateur {0} sera supprimé!\\n\\nTout ce que cet utilisateur a publié sur ce site sera détruit de manière définitive!\\n\\nÊtes-vous certain?" -#: ../../mod/admin.php:799 +#: ../../mod/admin.php:808 #, php-format msgid "%s channel censored/uncensored" msgid_plural "%s channelss censored/uncensored" msgstr[0] "%s canal censuré/non-censuré" msgstr[1] "%s canaux censurés/non-censurés" -#: ../../mod/admin.php:806 +#: ../../mod/admin.php:815 #, php-format msgid "%s channel deleted" msgid_plural "%s channels deleted" msgstr[0] "%s canal supprimé" msgstr[1] "%s canaux supprimés" -#: ../../mod/admin.php:825 +#: ../../mod/admin.php:834 msgid "Channel not found" msgstr "Canal introuvable" -#: ../../mod/admin.php:836 +#: ../../mod/admin.php:845 #, php-format msgid "Channel '%s' deleted" msgstr "Canal '%s' supprimé" -#: ../../mod/admin.php:846 +#: ../../mod/admin.php:855 #, php-format msgid "Channel '%s' uncensored" msgstr "Canal '%s' non-censuré" -#: ../../mod/admin.php:846 +#: ../../mod/admin.php:855 #, php-format msgid "Channel '%s' censored" msgstr "Canal '%s' censuré" -#: ../../mod/admin.php:889 +#: ../../mod/admin.php:898 msgid "Censor" msgstr "Censurer" -#: ../../mod/admin.php:890 +#: ../../mod/admin.php:899 msgid "Uncensor" msgstr "Ne plus censurer" -#: ../../mod/admin.php:893 +#: ../../mod/admin.php:902 msgid "UID" msgstr "UID" -#: ../../mod/admin.php:895 +#: ../../mod/admin.php:904 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 "Les canaux sélectionnés seront supprimés!\\n\\nTout ce qui a été publié dans ces canaux sur ce site sera définitivement supprimé!\\n\\nÊtes-vous certain?" -#: ../../mod/admin.php:896 +#: ../../mod/admin.php:905 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 "Le canal {0} sera supprimé!\\n\\nTout ce qui a été publié sur ce canal sera définitivement supprimé!\\n\\nÊtes-vous certain?" -#: ../../mod/admin.php:935 +#: ../../mod/admin.php:944 #, php-format msgid "Plugin %s disabled." msgstr "Extension %s désactivée." -#: ../../mod/admin.php:939 +#: ../../mod/admin.php:948 #, php-format msgid "Plugin %s enabled." msgstr "Extension %s activée." -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 +#: ../../mod/admin.php:958 ../../mod/admin.php:1160 msgid "Disable" msgstr "Désactiver" -#: ../../mod/admin.php:951 ../../mod/admin.php:1153 +#: ../../mod/admin.php:960 ../../mod/admin.php:1162 msgid "Enable" msgstr "Activer" -#: ../../mod/admin.php:977 ../../mod/admin.php:1182 +#: ../../mod/admin.php:986 ../../mod/admin.php:1191 msgid "Toggle" msgstr "(Dés)activer" -#: ../../mod/admin.php:985 ../../mod/admin.php:1192 +#: ../../mod/admin.php:994 ../../mod/admin.php:1201 msgid "Author: " msgstr "Auteur :" -#: ../../mod/admin.php:986 ../../mod/admin.php:1193 +#: ../../mod/admin.php:995 ../../mod/admin.php:1202 msgid "Maintainer: " msgstr "Maintenu par :" -#: ../../mod/admin.php:1115 +#: ../../mod/admin.php:1124 msgid "No themes found." msgstr "Aucun thème trouvé." -#: ../../mod/admin.php:1174 +#: ../../mod/admin.php:1183 msgid "Screenshot" msgstr "Aperçu" -#: ../../mod/admin.php:1222 +#: ../../mod/admin.php:1231 msgid "[Experimental]" msgstr "[Expérimental]" -#: ../../mod/admin.php:1223 +#: ../../mod/admin.php:1232 msgid "[Unsupported]" msgstr "[Non-supporté]" -#: ../../mod/admin.php:1250 +#: ../../mod/admin.php:1259 msgid "Log settings updated." msgstr "Réglages du journal sauvegardés." -#: ../../mod/admin.php:1306 +#: ../../mod/admin.php:1315 msgid "Clear" msgstr "Vider" -#: ../../mod/admin.php:1312 +#: ../../mod/admin.php:1321 msgid "Debugging" msgstr "Débogage" -#: ../../mod/admin.php:1313 +#: ../../mod/admin.php:1322 msgid "Log file" msgstr "Fichier du journal" -#: ../../mod/admin.php:1313 +#: ../../mod/admin.php:1322 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "Doit être accessible en écriture par le serveur web. Chemin relatif à la racine de votre installation de la Matrice Rouge." -#: ../../mod/admin.php:1314 +#: ../../mod/admin.php:1323 msgid "Log level" msgstr "Niveau de journalisation" @@ -6989,72 +7101,64 @@ msgstr[1] "%d messages envoyés." msgid "You have no more invitations available" msgstr "Vous ne disposez plus d'aucune invitation" -#: ../../mod/invite.php:141 +#: ../../mod/invite.php:129 msgid "Send invitations" msgstr "Envoyer des invitations" -#: ../../mod/invite.php:142 +#: ../../mod/invite.php:130 msgid "Enter email addresses, one per line:" msgstr "Entrez les adresses de courriel, une par ligne :" -#: ../../mod/invite.php:143 ../../mod/mail.php:225 ../../mod/mail.php:338 +#: ../../mod/invite.php:131 ../../mod/mail.php:225 ../../mod/mail.php:338 msgid "Your message:" msgstr "Votre message :" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralised communication and information " -"tool." -msgstr "Vous êtes cordialement invité à me rejoindre, ainsi que d'autres amis proches, sur la Matrice Rouge - un nouvel outil de communication décentralisé et révolutionnaire." +#: ../../mod/invite.php:132 +msgid "Please join my community on RedMatrix." +msgstr "Veuillez me rejoindre sur la Matrice Rouge." -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Vous devrez fournir ce code d'invitation : $invite_code" +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " +msgstr "Vous aurez besoin de fournir le code suivant:" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" -msgstr "Merci de me rendre visite sur" +#: ../../mod/invite.php:135 +msgid "1. Register at any RedMatrix location (they are all inter-connected)" +msgstr "1. Enregistrez-vous sur n'importe quel serveurs ( ils sont tous inter-connectés )" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" -msgstr "Une fois inscrit (sur N'IMPORTE QUEL HUB publique - ils sont tous inter-connectés), merci d'ajouter mon Canal :" +#: ../../mod/invite.php:137 +msgid "2. Enter my RedMatrix network address into the site searchbar." +msgstr "2. Saisissez l'adresse de mon canal dans la barre de recherche du site." -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "Cliquez le lien [S'inscrire] sur la page suivante pour nous rejoindre." +#: ../../mod/invite.php:138 +msgid "or visit " +msgstr "ou visitez" -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "Pour plus d'information sur le projet Red Matrix(Matrice Rouge), et sa capacité à remodeler Internet, merci de visiter http://getzot.com" +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "3. Click sur [Ajouter]" -#: ../../mod/item.php:147 +#: ../../mod/item.php:146 msgid "Unable to locate original post." msgstr "Impossible de localiser la publication initiale." -#: ../../mod/item.php:372 +#: ../../mod/item.php:379 msgid "Empty post discarded." msgstr "Publication vide annulée." -#: ../../mod/item.php:414 +#: ../../mod/item.php:421 msgid "Executable content type not permitted to this channel." msgstr "Les contenus de type 'exécutable' ne sont pas autorisés sur ce canal." -#: ../../mod/item.php:842 +#: ../../mod/item.php:850 msgid "System error. Post not saved." msgstr "Erreur système. Publication non sauvegardée." -#: ../../mod/item.php:1285 +#: ../../mod/item.php:1302 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "Vous avez atteint votre limite de %1$.0f contributions \"racine\"." -#: ../../mod/item.php:1291 +#: ../../mod/item.php:1308 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Vous avez atteint votre limite de %1$.0f pages web." @@ -7110,11 +7214,11 @@ msgstr "Action complétée." msgid "Thank you." msgstr "Merci." -#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +#: ../../mod/lockview.php:35 ../../mod/lockview.php:41 msgid "Remote privacy information not available." msgstr "Les informations de vie privée à distance ne sont pas disponibles." -#: ../../mod/lockview.php:45 +#: ../../mod/lockview.php:50 msgid "Visible to:" msgstr "Visible par :" @@ -7155,7 +7259,7 @@ msgid "" "Password reset failed." msgstr "La demande n'a pas pu être vérifiée. (Peut-être l'avez vous déjà utilisée.) La réinitialisation a échoué." -#: ../../mod/lostpass.php:85 ../../boot.php:1498 +#: ../../mod/lostpass.php:85 ../../boot.php:1508 msgid "Password Reset" msgstr "Réinitialiser le mot de passe" @@ -7214,7 +7318,7 @@ msgstr "Total des votes" #: ../../mod/vote.php:98 msgid "Average Rating" -msgstr "Évaluation" +msgstr "Évaluation moyenne" #: ../../mod/mail.php:33 msgid "Unable to lookup recipient." @@ -7256,6 +7360,10 @@ msgstr "À :" msgid "Subject:" msgstr "Sujet :" +#: ../../mod/mail.php:232 +msgid "Send" +msgstr "Envoyer" + #: ../../mod/mail.php:259 msgid "Message not found." msgstr "Message introuvable." @@ -7290,32 +7398,32 @@ msgstr "Aucune communication sécurisée n'est possible. Vous pourrez <strong>pe msgid "Send Reply" msgstr "Envoyer une réponse" -#: ../../mod/manage.php:64 +#: ../../mod/manage.php:136 #, php-format msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "Vous avez créé %1$.0f des %2$.0f canaux autorisés." -#: ../../mod/manage.php:72 +#: ../../mod/manage.php:144 msgid "Create a new channel" msgstr "Créer un nouveau canal" -#: ../../mod/manage.php:77 +#: ../../mod/manage.php:148 msgid "Channel Manager" msgstr "Gestionnaire du canal" -#: ../../mod/manage.php:78 +#: ../../mod/manage.php:149 msgid "Current Channel" msgstr "Canal actif" -#: ../../mod/manage.php:80 +#: ../../mod/manage.php:151 msgid "Attach to one of your channels by selecting it." msgstr "Branchez-vous à l'un de vos canaux en le selectionnant." -#: ../../mod/manage.php:81 +#: ../../mod/manage.php:152 msgid "Default Channel" msgstr "Canal par défaut" -#: ../../mod/manage.php:82 +#: ../../mod/manage.php:153 msgid "Make Default" msgstr "Définir comme défaut" @@ -7551,7 +7659,55 @@ msgstr "Sondage" #: ../../mod/poll.php:69 msgid "View Results" -msgstr "Résultats" +msgstr "Voir les Résultats" + +#: ../../mod/frphotos.php:79 +msgid "Friendica Photo Album Import" +msgstr "Importer votre Album Photo Friendica" + +#: ../../mod/frphotos.php:80 +msgid "This will import all your Friendica photo albums to this Red channel." +msgstr "Cette fonction va importer tous vos albums photos Friendica dans ce canal de la Matrice Rouge." + +#: ../../mod/frphotos.php:81 +msgid "Friendica Server base URL" +msgstr "URL vers le serveur Friendica" + +#: ../../mod/frphotos.php:82 +msgid "Friendica Login Username" +msgstr "Nom d'usager Friendica" + +#: ../../mod/frphotos.php:83 +msgid "Friendica Login Password" +msgstr "Mot de passe Friendica" + +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Il est impossible de supprimer un compte à l'intérieur de 48 heures après avoir changé le mot de passe d'un compte." + +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Supprimer ce Compte" + +#: ../../mod/removeaccount.php:58 +msgid "" +"This will completely remove this account including all its channels from the" +" network. Once this has been done it is not recoverable." +msgstr "Cette fonction va complètement supprimer le compte incluant tous ses canaux sur la matrice. Attention, cette action est irréversible." + +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Supprimer ce compte, tous ses canaux et tous les clones sur la matrice." + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "Par défault, seuls les instances de canaux situés sur ce hub seront supprimer de la matrice." #: ../../view/theme/apw/php/config.php:202 #: ../../view/theme/apw/php/config.php:236 @@ -7585,87 +7741,87 @@ msgstr "Définir font-size pour contribution et commentaires" #: ../../view/theme/apw/php/config.php:262 msgid "Set font face" -msgstr "Définir la police de caractères" +msgstr "Définir la fonte" #: ../../view/theme/apw/php/config.php:263 msgid "Set iconset" -msgstr "Définir les icônes" +msgstr "Définir le jeu d'icônes" #: ../../view/theme/apw/php/config.php:264 msgid "Set big shadow size, default 15px 15px 15px" -msgstr "Taille de l'ombre max, par défaut 15px 15px 15px" +msgstr "Définir la taille des grandes ombres, par défaut 15px 15px 15px" #: ../../view/theme/apw/php/config.php:265 msgid "Set small shadow size, default 5px 5px 5px" -msgstr "Taille de l'ombre min, par défaut 5px 5px 5px" +msgstr "Définir la taille des petites ombres, par défaut 5px 5px 5px" #: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow colour, default #000" -msgstr "Couleur de l'ombre, défaut #000" +msgid "Set shadow color, default #000" +msgstr "Définir la couleur des ombres, par défaut #000" #: ../../view/theme/apw/php/config.php:267 msgid "Set radius size, default 5px" -msgstr "Rayon, défaut 5px" +msgstr "Définir le rayon des arrondis, par défaut 5px" #: ../../view/theme/apw/php/config.php:268 msgid "Set line-height for posts and comments" -msgstr "Hauteur de la ligne utilisé par les publications et les commentaires" +msgstr "Définir line-height pour contributions et commentaires" #: ../../view/theme/apw/php/config.php:269 msgid "Set background image" -msgstr "Image de fond" +msgstr "Définir l'image d'arrière-plan" #: ../../view/theme/apw/php/config.php:270 msgid "Set background attachment" msgstr "Image de fond - fichier" #: ../../view/theme/apw/php/config.php:271 -msgid "Set background colour" -msgstr "Couleur de fond" +msgid "Set background color" +msgstr "Définir la couleur d'arrière-plan" #: ../../view/theme/apw/php/config.php:272 msgid "Set section background image" -msgstr "Image de fond - Section" +msgstr "Définir l'image d'arrière-plan des sections" #: ../../view/theme/apw/php/config.php:273 -msgid "Set section background colour" -msgstr "Image de fond - Couleur" +msgid "Set section background color" +msgstr "Définir la couleur d'arrière-plan des sections" #: ../../view/theme/apw/php/config.php:274 -msgid "Set colour of items - use hex" -msgstr "Couleur des items - hexadécimal" +msgid "Set color of items - use hex" +msgstr "Définir la couleur des éléments - en héxadécimal" #: ../../view/theme/apw/php/config.php:275 -msgid "Set colour of links - use hex" -msgstr "Couleur des liens - hexadécimal" +msgid "Set color of links - use hex" +msgstr "Définir la couleur des liens - en héxadécimal" #: ../../view/theme/apw/php/config.php:276 msgid "Set max-width for items. Default 400px" -msgstr "Largeur maximale des items, Défaut 400px" +msgstr "Définir la largeur maximal des éléments. Par défaut, 400px" #: ../../view/theme/apw/php/config.php:277 msgid "Set min-width for items. Default 240px" -msgstr "Largeur minimale des items, Défaut 240px" +msgstr "Définir la largeur minimale des éléments. Par défaut, 240px" #: ../../view/theme/apw/php/config.php:278 msgid "Set the generic content wrapper width. Default 48%" -msgstr "Largeur du \"wrapper\" de contenu. Défaut 48%" +msgstr "Définir la largeur du contenu. Par défaut, 48%" #: ../../view/theme/apw/php/config.php:279 -msgid "Set colour of fonts - use hex" -msgstr "Couleur des polices - Hexadécimal" +msgid "Set color of fonts - use hex" +msgstr "Définir la couleur des fontes - en héxadécimal" #: ../../view/theme/apw/php/config.php:280 msgid "Set background-size element" -msgstr "Taille du fond" +msgstr "Définir background-size pour les éléments" #: ../../view/theme/apw/php/config.php:281 msgid "Item opacity" -msgstr "Transparence" +msgstr "Opacité des éléments" #: ../../view/theme/apw/php/config.php:282 msgid "Display post previews only" -msgstr "Prévisualiser seulement" +msgstr "Afficher seulement l'aperçu des contributions" #: ../../view/theme/apw/php/config.php:283 msgid "Display side bar on channel page" @@ -7681,11 +7837,11 @@ msgstr "Alignement de l'élément" #: ../../view/theme/apw/php/config.php:286 msgid "Left offset of the section element" -msgstr "Décalage à gauche de la section" +msgstr "Décalage gauche de l'élément section" #: ../../view/theme/apw/php/config.php:287 msgid "Right offset of the section element" -msgstr "Décalage à droite de la section" +msgstr "Décalage droit de l'élément section" #: ../../view/theme/apw/php/config.php:288 msgid "Section width" @@ -7693,11 +7849,11 @@ msgstr "Largeur de la section" #: ../../view/theme/apw/php/config.php:289 msgid "Left offset of the aside" -msgstr "Décalage à gauche du panneau latéral" +msgstr "Décalage gauche du panneau latéral" #: ../../view/theme/apw/php/config.php:290 msgid "Right offset of the aside element" -msgstr "Décalage à droite du panneau latéral" +msgstr "Décalage droit du panneau latéral" #: ../../view/theme/blogga/php/config.php:47 #: ../../view/theme/blogga/view/theme/blog/config.php:47 @@ -7712,7 +7868,7 @@ msgstr "Image de l'entête" #: ../../view/theme/blogga/php/config.php:71 #: ../../view/theme/blogga/view/theme/blog/config.php:71 msgid "Header image only on profile pages" -msgstr "Image de l'entête sur les pages du profil uniquement" +msgstr "Image de l'entête tel qu'elle est affichée sur la page du profil" #: ../../view/theme/redbasic/php/config.php:84 msgid "Light (Red Matrix default)" @@ -7723,47 +7879,47 @@ msgid "Narrow navbar" msgstr "Barre de navigation fine" #: ../../view/theme/redbasic/php/config.php:105 -msgid "Navigation bar background colour" +msgid "Navigation bar background color" msgstr "Couleur de fond de la barre de navigation" #: ../../view/theme/redbasic/php/config.php:106 -msgid "Navigation bar gradient top colour" -msgstr "Gradient de la barre de navigation (couleur 1)" +msgid "Navigation bar gradient top color" +msgstr "Gradient de la barre de navigation HAUT" #: ../../view/theme/redbasic/php/config.php:107 -msgid "Navigation bar gradient bottom colour" -msgstr "Gradient de la barre de navigation (couleur 2)" +msgid "Navigation bar gradient bottom color" +msgstr "Gradient de la barre de navigation BAS" #: ../../view/theme/redbasic/php/config.php:108 -msgid "Navigation active button gradient top colour" -msgstr "Gradient du bouton de navigation (couleur 1)" +msgid "Navigation active button gradient top color" +msgstr "Gradient du bouton de navigation HAUT" #: ../../view/theme/redbasic/php/config.php:109 -msgid "Navigation active button gradient bottom colour" -msgstr "Gradient du bouton de navigation (couleur 2)" +msgid "Navigation active button gradient bottom color" +msgstr "Gradient du bouton de navigation BAS" #: ../../view/theme/redbasic/php/config.php:110 -msgid "Navigation bar border colour " +msgid "Navigation bar border color " msgstr "Couleur de la bordure de la barre de navigation" #: ../../view/theme/redbasic/php/config.php:111 -msgid "Navigation bar icon colour " +msgid "Navigation bar icon color " msgstr "Couleur de l'icône de la barre de navigation" #: ../../view/theme/redbasic/php/config.php:112 -msgid "Navigation bar active icon colour " +msgid "Navigation bar active icon color " msgstr "Couleur de l'icône active de la barre de navigation" #: ../../view/theme/redbasic/php/config.php:113 -msgid "link colour" +msgid "link color" msgstr "couleur des liens" #: ../../view/theme/redbasic/php/config.php:114 -msgid "Set font-colour for banner" +msgid "Set font-color for banner" msgstr "Définir la couleur du texte de la bannière" #: ../../view/theme/redbasic/php/config.php:115 -msgid "Set the background colour" +msgid "Set the background color" msgstr "Définir la couleur d'arrière-plan" #: ../../view/theme/redbasic/php/config.php:116 @@ -7771,15 +7927,15 @@ msgid "Set the background image" msgstr "Définir l'image d'arrière-plan" #: ../../view/theme/redbasic/php/config.php:117 -msgid "Set the background colour of items" +msgid "Set the background color of items" msgstr "Définir la couleur de fond des contributions" #: ../../view/theme/redbasic/php/config.php:118 -msgid "Set the background colour of comments" +msgid "Set the background color of comments" msgstr "Couleur de fond des commentaires" #: ../../view/theme/redbasic/php/config.php:119 -msgid "Set the border colour of comments" +msgid "Set the border color of comments" msgstr "Couleur de la bordure des commentaires" #: ../../view/theme/redbasic/php/config.php:120 @@ -7787,11 +7943,11 @@ msgid "Set the indent for comments" msgstr "Indentation des commentaires" #: ../../view/theme/redbasic/php/config.php:121 -msgid "Set the basic colour for item icons" +msgid "Set the basic color for item icons" msgstr "Définir la couleur de base pour les icônes des éléments" #: ../../view/theme/redbasic/php/config.php:122 -msgid "Set the hover colour for item icons" +msgid "Set the hover color for item icons" msgstr "Définir la couleur de survol des icônes des éléments" #: ../../view/theme/redbasic/php/config.php:123 @@ -7799,7 +7955,7 @@ msgid "Set font-size for the entire application" msgstr "Définir la taille de police pour l'application entière" #: ../../view/theme/redbasic/php/config.php:125 -msgid "Set font-colour for posts and comments" +msgid "Set font-color for posts and comments" msgstr "Définir font-colour pour les contributions et commentaires" #: ../../view/theme/redbasic/php/config.php:126 @@ -7838,41 +7994,41 @@ msgstr "Albums photo \"en biais\"" msgid "Are you a clean desk or a messy desk person?" msgstr "Vous êtes plutôt \"bureau bien rangé\" ou \"gros foutoir\"?" -#: ../../boot.php:1286 +#: ../../boot.php:1296 #, php-format msgid "Update %s failed. See error logs." msgstr "La mise-à -jour %s a échoué. Merci de consulter les journaux d'erreur." -#: ../../boot.php:1289 +#: ../../boot.php:1299 #, php-format msgid "Update Error at %s" msgstr "Erreur de mise-à -jour sur %s" -#: ../../boot.php:1463 +#: ../../boot.php:1473 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Créez un compte pour pouvoir accéder aux services et applications de la Matrice Red" -#: ../../boot.php:1491 +#: ../../boot.php:1501 msgid "Password" msgstr "Mot de passe" -#: ../../boot.php:1492 +#: ../../boot.php:1502 msgid "Remember me" msgstr "Se souvenir de moi" -#: ../../boot.php:1497 +#: ../../boot.php:1507 msgid "Forgot your password?" msgstr "Mot de passe oublié?" -#: ../../boot.php:1562 +#: ../../boot.php:1572 msgid "permission denied" msgstr "permission refusée" -#: ../../boot.php:1563 +#: ../../boot.php:1573 msgid "Got Zot?" msgstr "Authentification magique a échouée. Êtes-vous toujours connecté à votre HUB?" -#: ../../boot.php:1993 +#: ../../boot.php:2003 msgid "toggle mobile" msgstr "(dés)activer mobile" diff --git a/view/fr/strings.php b/view/fr/strings.php index 620137700..750a9f38f 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -7,10 +7,50 @@ function string_plural_select_fr($n){ ; $a->strings["Cannot locate DNS info for database server '%s'"] = "Impossible de trouver les infos DNS du serveur de BD '%s'"; $a->strings["Profile Photos"] = "Photos du profil"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s et %2\$s sont maintenant amis."; +$a->strings["Sharing notification from Diaspora network"] = "Partage de vos notifications du réseau Diaspora"; +$a->strings["photo"] = "photo"; +$a->strings["status"] = "le statut"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s"; +$a->strings["Attachments:"] = "Pièces jointes:"; $a->strings["Embedded content"] = "Contenu imbriqué"; $a->strings["Embedding disabled"] = "Imbrication désactivée"; $a->strings["created a new post"] = "a publié"; $a->strings["commented on %s's post"] = "a commenté la publication de %s"; +$a->strings["Site Admin"] = "Administrateur"; +$a->strings["Bookmarks"] = "Favoris"; +$a->strings["Address Book"] = "Carnet d'adresse"; +$a->strings["Login"] = "Connexion"; +$a->strings["Channel Select"] = "Changer de canal"; +$a->strings["Matrix"] = "Matrice"; +$a->strings["Settings"] = "Réglages"; +$a->strings["Files"] = "Fichiers"; +$a->strings["Webpages"] = "Pages web"; +$a->strings["Channel Home"] = "Mon canal"; +$a->strings["Profile"] = "Profil"; +$a->strings["Photos"] = "Photos"; +$a->strings["Events"] = "Événements"; +$a->strings["Directory"] = "Annuaire"; +$a->strings["Help"] = "Aide"; +$a->strings["Mail"] = "Messages"; +$a->strings["Mood"] = "Humeur"; +$a->strings["Poke"] = "Cogner"; +$a->strings["Chat"] = "Clavardage"; +$a->strings["Search"] = "Recherche"; +$a->strings["Probe"] = "Sonder"; +$a->strings["Suggest"] = "Suggérer"; +$a->strings["Random Channel"] = "Un Canal au Hasard"; +$a->strings["Invite"] = "Invitation"; +$a->strings["Features"] = "Fonctionalités"; +$a->strings["Language"] = "Langue"; +$a->strings["Post"] = "Envoyer"; +$a->strings["Profile Photo"] = "Photo du Profil"; +$a->strings["Update"] = "Mise-à -jour"; +$a->strings["Install"] = "Installer"; +$a->strings["Purchase"] = "Acheter"; +$a->strings["Edit"] = "Éditer"; +$a->strings["Delete"] = "Supprimer"; +$a->strings["Unknown"] = "Inconnu"; $a->strings["prev"] = "préc."; $a->strings["first"] = "premier"; $a->strings["last"] = "dernier"; @@ -23,7 +63,6 @@ $a->strings["%d Connection"] = array( 1 => "%d relations", ); $a->strings["View Connections"] = "Voir les relations"; -$a->strings["Search"] = "Recherche"; $a->strings["Save"] = "Sauver"; $a->strings["poke"] = "cogne"; $a->strings["poked"] = "C'est fait cogner"; @@ -87,9 +126,7 @@ $a->strings["Select a page layout: "] = "Choisir une mise en page :"; $a->strings["default"] = "défaut"; $a->strings["Page content type: "] = "Type de contenu :"; $a->strings["Select an alternate language"] = "Choisir une langue alternative"; -$a->strings["photo"] = "photo"; $a->strings["event"] = "événement"; -$a->strings["status"] = "le statut"; $a->strings["comment"] = "commentaire"; $a->strings["activity"] = "activité"; $a->strings["Design"] = "Conception"; @@ -98,7 +135,6 @@ $a->strings["Menus"] = "Menus"; $a->strings["Layouts"] = "Mises-en-page"; $a->strings["Pages"] = "Pages"; $a->strings["New Page"] = "Nouvelle page"; -$a->strings["Edit"] = "Éditer"; $a->strings["View"] = "Voir"; $a->strings["Preview"] = "Aperçu"; $a->strings["Actions"] = "Actions"; @@ -129,7 +165,7 @@ $a->strings["Unable to process image"] = "Impossible de traiter l'image"; $a->strings["Photo storage failed."] = "Le stockage de l'image a échoué."; $a->strings["Photo Albums"] = "Albums photo"; $a->strings["Upload New Photos"] = "Ajouter des photos"; -$a->strings["Visible to everybody"] = "Visible pour tous"; +$a->strings["Visible to your default audience"] = "Visible pour vos contacts seulement."; $a->strings["Show"] = "Voir plus"; $a->strings["Don't show"] = "Cacher"; $a->strings["Permissions"] = "Permissions"; @@ -169,34 +205,26 @@ $a->strings["View Profile"] = "Voir profil"; $a->strings["Your profile page"] = "Votre profil"; $a->strings["Edit Profiles"] = "Éditer les profils"; $a->strings["Manage/Edit profiles"] = "Gérer/éditer les profils"; -$a->strings["Photos"] = "Photos"; +$a->strings["Edit Profile"] = "Éditer le profil"; +$a->strings["Edit your profile"] = "Éditer votre profil"; $a->strings["Your photos"] = "Vos photos"; -$a->strings["Files"] = "Fichiers"; $a->strings["Your files"] = "Vos fichiers"; -$a->strings["Chat"] = "Clavardage"; $a->strings["Your chatrooms"] = "Vos salons"; -$a->strings["Bookmarks"] = "Favoris"; $a->strings["Your bookmarks"] = "Vos favoris"; -$a->strings["Webpages"] = "Pages web"; $a->strings["Your webpages"] = "Vos pages web"; -$a->strings["Login"] = "Connexion"; $a->strings["Sign in"] = "Connexion"; $a->strings["%s - click to logout"] = "%s - cliquer ici pour déconnecter"; $a->strings["Click to authenticate to your home hub"] = "S'authentifier auprès de votre hub"; $a->strings["Home Page"] = "Page d'accueil"; $a->strings["Register"] = "S'inscrire"; $a->strings["Create an account"] = "Créer un compte"; -$a->strings["Help"] = "Aide"; $a->strings["Help and documentation"] = "Aide et documentation"; $a->strings["Apps"] = "Applications"; $a->strings["Applications, utilities, links, games"] = "Applications, utilitaires, liens, jeux"; $a->strings["Search site content"] = "Rechercher parmi le contenu du site"; -$a->strings["Directory"] = "Annuaire"; $a->strings["Channel Locator"] = "Localisation de canaux"; -$a->strings["Matrix"] = "Matrice"; $a->strings["Your matrix"] = "Votre matrice"; $a->strings["Mark all matrix notifications seen"] = "Marquer toutes les notifications de la matrice comme vues"; -$a->strings["Channel Home"] = "Mon canal"; $a->strings["Channel home"] = "Mon canal"; $a->strings["Mark all channel notifications seen"] = "Marquer toutes les notifications du canal comme vues"; $a->strings["Connections"] = "Relations"; @@ -204,31 +232,22 @@ $a->strings["Notices"] = "Notifications"; $a->strings["Notifications"] = "Notifications"; $a->strings["See all notifications"] = "Voir toutes les notifications"; $a->strings["Mark all system notifications seen"] = "Marquer toutes les notifications système comme vues"; -$a->strings["Mail"] = "Messages"; $a->strings["Private mail"] = "Messages privés"; $a->strings["See all private messages"] = "Voir tous les messages privés"; $a->strings["Mark all private messages seen"] = "Marquer tous les messages privés comme vus"; $a->strings["Inbox"] = "Boîte de réception"; $a->strings["Outbox"] = "Boîte d'envoi"; $a->strings["New Message"] = "Nouveau message"; -$a->strings["Events"] = "Événements"; $a->strings["Event Calendar"] = "Calendrier des événements"; $a->strings["See all events"] = "Voir tous les événements"; $a->strings["Mark all events seen"] = "Marquer tous les événements comme vus"; -$a->strings["Channel Select"] = "Changer de canal"; $a->strings["Manage Your Channels"] = "Gérer vos canaux"; -$a->strings["Settings"] = "Réglages"; $a->strings["Account/Channel Settings"] = "Réglages du Compte/Canal"; $a->strings["Admin"] = "Administrateur"; $a->strings["Site Setup and Configuration"] = "Configuration du site"; $a->strings["Nothing new here"] = "Aucun nouveau contenu trouvé"; $a->strings["Please wait..."] = "Merci de patienter..."; $a->strings["%1\$s's bookmarks"] = "Favoris de %1\$s"; -$a->strings["Missing room name"] = "Il manque le nom du salon"; -$a->strings["Duplicate room name"] = "Un salon de ce nom existe déjà "; -$a->strings["Invalid room specifier."] = "Identifiant de salon invalide."; -$a->strings["Room not found."] = "Salon introuvable."; -$a->strings["Room is full"] = "Le salon est plein"; $a->strings["Tags"] = "Étiquettes"; $a->strings["Keywords"] = "Mots-clefs"; $a->strings["have"] = "ont"; @@ -244,12 +263,6 @@ $a->strings["__ctx:noun__ Like"] = array( 1 => "J'aime", ); $a->strings["Default"] = "Défaut"; -$a->strings["Unknown | Not categorised"] = "Inconnu / Non-classé"; -$a->strings["Block immediately"] = "Bloquer"; -$a->strings["Shady, spammer, self-marketer"] = "Douteux, spammeur, donne dans l'auto-promotion"; -$a->strings["Known to me, but no opinion"] = "M'est connu, n'ai pas d'opinion à son sujet"; -$a->strings["OK, probably harmless"] = "OK, probablement anodin"; -$a->strings["Reputable, has my trust"] = "Réputé, je lui fais confiance"; $a->strings["Frequently"] = "Constamment"; $a->strings["Hourly"] = "Chaque heure"; $a->strings["Twice daily"] = "Deux fois par jour"; @@ -359,6 +372,7 @@ $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\ $a->strings["Name:"] = "Nom :"; $a->strings["Photo:"] = "Photo :"; $a->strings["Please visit %s to approve or reject the suggestion."] = "Merci de visiter %s pour donner suite (ou non) à cette suggestion."; +$a->strings["[Red:Notify]"] = "[Red:Notification]"; $a->strings["parent"] = "retour"; $a->strings["Collection"] = "Collection"; $a->strings["Principal"] = "Principal"; @@ -366,21 +380,18 @@ $a->strings["Addressbook"] = "Carnet d'adresse"; $a->strings["Calendar"] = "Calendrier"; $a->strings["Schedule Inbox"] = "Calendrier - Message entrants"; $a->strings["Schedule Outbox"] = "Calendrier - Message sortants"; -$a->strings["Unknown"] = "Inconnu"; $a->strings["%1\$s used"] = "%1\$s utilisé"; $a->strings["%1\$s used of %2\$s (%3\$s%)"] = "%1\$s utilisé de %2\$s (%3\$s%)"; $a->strings["Name"] = "Nom"; $a->strings["Type"] = "Type"; $a->strings["Size"] = "Taille"; $a->strings["Last Modified"] = "Modifié le"; -$a->strings["Delete"] = "Supprimer"; $a->strings["Total"] = "Total"; $a->strings["Create new folder"] = "Nouveau dossier"; $a->strings["Create"] = "Créer"; $a->strings["Upload file"] = "Téléverser un fichier"; $a->strings["Upload"] = "Envoyer"; $a->strings["channel"] = "canal"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s déteste %3\$s de %2\$s"; $a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ajoute %2\$s à ses relations"; $a->strings["%1\$s poked %2\$s"] = "%1\$s a cogné %2\$s"; @@ -406,7 +417,6 @@ $a->strings["View Photos"] = "Voir photos"; $a->strings["Matrix Activity"] = "Activité sur la matrice"; $a->strings["Edit Contact"] = "Éditer contact"; $a->strings["Send PM"] = "Envoyer un Message Privé"; -$a->strings["Poke"] = "Cogner"; $a->strings["%s likes this."] = "%s aime ça."; $a->strings["%s doesn't like this."] = "%s déteste ça."; $a->strings["<span %1\$s>%2\$d people</span> like this."] = array( @@ -486,6 +496,10 @@ $a->strings["Content Expiration"] = "Expiration de contenu"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Supprimer les contributions/commentaires et/ou messages privés plus tard"; $a->strings["Multiple Profiles"] = "Profils multiples"; $a->strings["Ability to create multiple profiles"] = "Possibilité de créer plusieurs profils"; +$a->strings["Advanced Profiles"] = "Profils Avancés"; +$a->strings["Additional profile sections and selections"] = "Sections additionnelles du profil"; +$a->strings["Profile Import/Export"] = "Importer/Exporter le profil"; +$a->strings["Save and load profile details across sites/channels"] = "Distribuer les détails du profil sur la matrice."; $a->strings["Web Pages"] = "Pages web"; $a->strings["Provide managed web pages on your channel"] = "Fournir des pages web, sous votre contrôle, sur votre canal"; $a->strings["Private Notes"] = "Notes privées"; @@ -541,6 +555,26 @@ $a->strings["Channel was deleted and no longer exists."] = "Le canal a été sup $a->strings["Channel discovery failed."] = "La tentative d'accéder au canal a échouée."; $a->strings["local account not found."] = "compte local introuvable."; $a->strings["Cannot connect to yourself."] = "Ne peut pas se connecter à vous."; +$a->strings["Missing room name"] = "Il manque le nom du salon"; +$a->strings["Duplicate room name"] = "Un salon de ce nom existe déjà "; +$a->strings["Invalid room specifier."] = "Identifiant de salon invalide."; +$a->strings["Room not found."] = "Salon introuvable."; +$a->strings["Room is full"] = "Le salon est plein"; +$a->strings["Permission denied"] = "Accès refusé"; +$a->strings["(Unknown)"] = "(Inconnu)"; +$a->strings["Visible to anybody on the internet."] = "Visible à tout le monde sur internet."; +$a->strings["Visible to you only."] = "Visible pour vous seulement."; +$a->strings["Visible to anybody in this network."] = "Visible sur toute la Matrice."; +$a->strings["Visible to anybody authenticated."] = "Visible aux usagers authentifiés."; +$a->strings["Visible to anybody on %s."] = "Visible pour tous sur %s."; +$a->strings["Visible to all connections."] = "Visible pour tous les contacts."; +$a->strings["Visible to approved connections."] = "Visible aux contacts approuvés."; +$a->strings["Item not found."] = "Élément introuvable."; +$a->strings["Collection not found."] = "Collection introuvable."; +$a->strings["Collection is empty."] = "Collection vide."; +$a->strings["Collection: %s"] = "Collection : %s"; +$a->strings["Connection: %s"] = "Relation : %s"; +$a->strings["Connection not found."] = "Relation introuvable."; $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."] = "Un groupe supprimé portant ce nom a été ressuscité. Les permissions liées aux éléments existants <strong>peuvent</strong> s'appliquer au groupe et aux membres futurs. Si ce n'est pas ce que vous attendiez, merci de recréer un nouveau groupe avec un nom différent."; $a->strings["Default privacy group for new contacts"] = "Groupe de confidentialité par défaut pour les nouveaux contacts"; $a->strings["All Channels"] = "Tous canaux"; @@ -567,7 +601,6 @@ $a->strings["Change profile photo"] = "Changer la photo du profil"; $a->strings["Profiles"] = "Profils"; $a->strings["Manage/edit profiles"] = "Gérer/éditer les profils"; $a->strings["Create New Profile"] = "Créer un nouveau profil"; -$a->strings["Edit Profile"] = "Éditer le profil"; $a->strings["Profile Image"] = "Image du profil"; $a->strings["visible to everybody"] = "visible pour tous"; $a->strings["Edit visibility"] = "Éditer la visibilité"; @@ -583,7 +616,6 @@ $a->strings["Birthdays this week:"] = "Anniversaires cette semaine :"; $a->strings["[No description]"] = "[Pas de description]"; $a->strings["Event Reminders"] = "Rappels d'événements"; $a->strings["Events this week:"] = "Événements cette semaine :"; -$a->strings["Profile"] = "Profil"; $a->strings["Full Name:"] = "Nom complet :"; $a->strings["Like this channel"] = "J'aime ce canal"; $a->strings["j F, Y"] = "j F Y"; @@ -611,14 +643,6 @@ $a->strings["Work/employment:"] = "Travail :"; $a->strings["School/education:"] = "Cursus :"; $a->strings["Like this thing"] = "J'aime ceci"; $a->strings["view full size"] = "pleine taille"; -$a->strings["Site Admin"] = "Administrateur"; -$a->strings["Address Book"] = "Carnet d'adresse"; -$a->strings["Mood"] = "Humeur"; -$a->strings["Probe"] = "Sonder"; -$a->strings["Suggest"] = "Suggérer"; -$a->strings["Update"] = "Mise-à -jour"; -$a->strings["Install"] = "Installer"; -$a->strings["Purchase"] = "Acheter"; $a->strings["Image/photo"] = "Image/photo"; $a->strings["Encrypted content"] = "Contenu chiffré"; $a->strings["QR code"] = "code QR"; @@ -792,32 +816,25 @@ $a->strings["Ask me"] = "Me demander"; $a->strings["Logged out."] = "Deconnecté."; $a->strings["Failed authentication"] = "Échec de l'authentification"; $a->strings["Login failed."] = "Échec de la connexion."; -$a->strings["Permission denied"] = "Accès refusé"; -$a->strings["(Unknown)"] = "(Inconnu)"; -$a->strings["Item not found."] = "Élément introuvable."; -$a->strings["Collection not found."] = "Collection introuvable."; -$a->strings["Collection is empty."] = "Collection vide."; -$a->strings["Collection: %s"] = "Collection : %s"; -$a->strings["Connection: %s"] = "Relation : %s"; -$a->strings["Connection not found."] = "Relation introuvable."; -$a->strings["Can view my \"public\" stream and posts"] = "Peut voir mon flux et mes publications \"publiques\""; -$a->strings["Can view my \"public\" channel profile"] = "Peut voir mon le canal \"public\" de mon profil"; -$a->strings["Can view my \"public\" photo albums"] = "Peut voir mes albums photos \"publics\""; -$a->strings["Can view my \"public\" address book"] = "Peut voir mes contacts \"publics\""; -$a->strings["Can view my \"public\" file storage"] = "Peut voir mes fichiers \"publics\""; -$a->strings["Can view my \"public\" pages"] = "Peut voir mes pages \"publiques\""; +$a->strings["Can view my normal stream and posts"] = "Peut voir les publications sur mon canal et ses partages."; +$a->strings["Can view my default channel profile"] = "Peut voir le profil du canal par défaut."; +$a->strings["Can view my photo albums"] = "Peut voir mon album photos"; +$a->strings["Can view my connections"] = "Peut voir mes connections"; +$a->strings["Can view my file storage"] = "Peut voir mes fichiers en partage"; +$a->strings["Can view my webpages"] = "Peut voir mes sites-web"; $a->strings["Can send me their channel stream and posts"] = "Peut m'envoyer le flux et les publications de leur canal"; $a->strings["Can post on my channel page (\"wall\")"] = "Peut poster sur la page de mon canal (\"mur\")"; $a->strings["Can comment on or like my posts"] = "Peuvent commenter et/ou aimer mes publications"; $a->strings["Can send me private mail messages"] = "Peut m'envoyer des messages privés"; $a->strings["Can post photos to my photo albums"] = "Peut ajouter des photos à mes albums"; $a->strings["Can like/dislike stuff"] = "Peuvent aimer/détester"; +$a->strings["Profiles and things other than posts/comments"] = "Profils et autres excluant les publications/commentaires."; $a->strings["Can forward to all my channel contacts via post @mentions"] = "Peut faire suivre à tous les contacts du mon canal via @truc"; $a->strings["Advanced - useful for creating group forum channels"] = "Avancé - utile seulement pour les canaux de type \"forum/groupe\""; $a->strings["Can chat with me (when available)"] = "Peut discuter avec moi (sous réserve de disponibilité)"; -$a->strings["Can write to my \"public\" file storage"] = "Peut écrire dans mon stockage \"public\" de fichiers"; -$a->strings["Can edit my \"public\" pages"] = "Peut éditer mes pages \"publiques\""; -$a->strings["Can source my \"public\" posts in derived channels"] = "Peut utiliser mes contributions \"publiques\" comme source de canaux dérivés"; +$a->strings["Can write to my file storage"] = "Peut écrire dans mon partage de fichiers"; +$a->strings["Can edit my webpages"] = "Peut modifier mes sites-web"; +$a->strings["Can source my public posts in derived channels"] = "Peut rediriger mes publications publiques dans des canaux dérivés"; $a->strings["Somewhat advanced - very useful in open communities"] = "Plutôt avancé - très utile dans les communautés ouvertes"; $a->strings["Can administer my channel resources"] = "Peut administrer les ressources de mon canal"; $a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Très avancé. Ne pas toucher, sauf si vous savez VRAIMENT ce que vous faites"; @@ -898,6 +915,7 @@ $a->strings["%s - (Experimental)"] = "%s - (Expérimental)"; $a->strings["Display Settings"] = "Affichage"; $a->strings["Display Theme:"] = "Thème :"; $a->strings["Mobile Theme:"] = "Thème mobile :"; +$a->strings["Enable user zoom on mobile devices"] = "Permettre à l'usager d'un mobile d'agrandir le contenu"; $a->strings["Update browser every xx seconds"] = "Rafraîchir le navigateur toutes les xx secondes"; $a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 secondes, pas de maximum"; $a->strings["Maximum number of conversations to load at any time:"] = "Nombre maximal de conversations pouvant être chargées en même temps :"; @@ -1003,6 +1021,7 @@ $a->strings["Profile deleted."] = "Profil supprimé."; $a->strings["Profile-"] = "Profil-"; $a->strings["New profile created."] = "Nouveau profil créé."; $a->strings["Profile unavailable to clone."] = "Profil impossible à cloner."; +$a->strings["Profile unavailable to export."] = "Impossible d'exporter le profil."; $a->strings["Profile Name is required."] = "Le nom du profil est requis."; $a->strings["Marital Status"] = "Statut marital"; $a->strings["Romantic Partner"] = "Partenaire"; @@ -1025,6 +1044,8 @@ $a->strings["Change Profile Photo"] = "Changer la photo du profil"; $a->strings["Create a new profile using these settings"] = "Créer un nouveau profil avec ces réglages"; $a->strings["Clone this profile"] = "Cloner le profil"; $a->strings["Delete this profile"] = "Supprimer le profil"; +$a->strings["Import profile from file"] = "Importer le profil à partir d'un fichier"; +$a->strings["Export profile to file"] = "Exporter le profil vers un fichier."; $a->strings["Profile Name:"] = "Nom du profil :"; $a->strings["Your Full Name:"] = "Votre nom complet :"; $a->strings["Title/Description:"] = "Titre/description :"; @@ -1055,7 +1076,7 @@ $a->strings["Film/dance/culture/entertainment"] = "Cinéma/Danse/Culture/Diverti $a->strings["Love/romance"] = "Amour/Romance"; $a->strings["Work/employment"] = "Travail/Occupation"; $a->strings["School/education"] = "Études"; -$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Ceci est votre profil <strong>public</strong>.<br />Il <strong>pourrait</strong> être visible par tout utilisateur - fut-il anonyme - d'Internet."; +$a->strings["This is your default profile."] = "Voilà votre profil par défault."; $a->strings["Age: "] = "Age :"; $a->strings["Edit/Manage Profiles"] = "Éditer/gérer les profils"; $a->strings["Add profile things"] = "Ajouter des choses de profil"; @@ -1111,6 +1132,7 @@ $a->strings["Away"] = "Absent"; $a->strings["Online"] = "En ligne"; $a->strings["Please login."] = "Merci de vous connecter."; $a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Matrice Rouge - Pour les invités: Usager = {votre courriel}, Mot de passe = +++"; +$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Il est impossible de supprimer un canal à l'intérieur de 48 heures après avoir changé le mot de passe d'un compte."; $a->strings["Remove This Channel"] = "Supprimer ce Canal"; $a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Ceci effacera complètement le canal du réseau. Une fois effacé, un canal ne PEUT PAS être récupéré."; $a->strings["Please enter your password for verification:"] = "Merci de re-saisir votre mot de passe pour vérification :"; @@ -1165,6 +1187,7 @@ $a->strings["Edit contact"] = "Éditer contact"; $a->strings["Search your connections"] = "Chercher parmi vos relations"; $a->strings["Finding: "] = "Recherche :"; $a->strings["Edit post"] = "Éditer la contribution"; +$a->strings["is now connected to"] = "est maintenant connecté avec"; $a->strings["Could not access address book record."] = "Impossible d'accéder aux détails du carnet d'adresses."; $a->strings["Refresh failed - channel is currently unavailable."] = "Actualisation impossible - le canal est momentanément indisponible."; $a->strings["Channel has been unblocked"] = "Le canal n'est plus bloqué"; @@ -1249,8 +1272,6 @@ $a->strings["No entries."] = "Aucune entrée."; $a->strings["Public access denied."] = "Accès public refusé."; $a->strings["Gender: "] = "Sexe/genre :"; $a->strings["Finding:"] = "Recherche :"; -$a->strings["next page"] = "page suivante"; -$a->strings["previous page"] = "page précédente"; $a->strings["No entries (some entries may be hidden)."] = "Pas d'entrées (certaines peuvent être cachées)."; $a->strings["Status: "] = "État :"; $a->strings["Sexual Preference: "] = "Orientation sexuelle :"; @@ -1330,7 +1351,7 @@ $a->strings["store is writable"] = "'store' est accessible en écriture"; $a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Le certificat SSL/TLS n'a pas pu être validé. Merci de le corriger, ou de désactiver l'accès https à ce site."; $a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Si votre serveur supporte les connections encryptées SSL ou s'il permet les connections sur le port TCP 443 (le port utilisé par le protocole https), vous DEVEZ utiliser un certificat valide. Vous ne DEVEZ PAS utiliser un certificat que vous avez vous-mêmes signé!"; $a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Nous avons ajouté cette contrainte pour éviter que vos publications publiques ne fassent référence à des images sur votre propre hub."; -$a->strings["If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si vos certificats sont invalides, les autres administrateurs de hubs recevront constamment des messages d'avertissements de sécurité sur leur propre hub."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si votre certificat n'est pas reconnu, les membres des autres sites (avec certificats valides) recevront des messages d'avertissement sur leur propre sites."; $a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Pour des raisons de compatibilité (sur l'ensemble de la matrice) nous nous devons d'insister sur ce prérequis."; $a->strings["Providers are available that issue free certificates which are browser-valid."] = "Il existe une plusieurs autorités de certification qui vous fourniront gratuitement un certificat valide."; $a->strings["SSL certificate validation"] = "Validation du certificat SSL/TLS"; @@ -1364,7 +1385,7 @@ $a->strings["Version %s"] = "Version %s"; $a->strings["Installed plugins/addons/apps:"] = "Extensions/applications installées :"; $a->strings["No installed plugins/addons/apps"] = "Aucune extension/application installée"; $a->strings["Red"] = "Rouge"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Ceci est une instance - un hub - de la Matrice Rouge - un réseau global et coopératif de sites web qui respectent la vie privée de manière décentralisée"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Ceci est un serveur de la Matrice Rouge - un réseau collaboratif de plusieurs serveurs qui assurent la protection de votre vie privée notamment par la décentralisation de votre identité."; $a->strings["Running at web location"] = "Installée sur"; $a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Merci de visiter <a href=\"http://getzot.com\">GetZot.com</a> pour en apprendre davantage sur la Matrice Rouge."; $a->strings["Bug reports and issues: please visit"] = "Pour remonter bogues et problèmes, merci de visiter"; @@ -1382,6 +1403,7 @@ $a->strings["Upload Photos"] = "Téléverser des photos"; $a->strings["New album name: "] = "Créer un album :"; $a->strings["or existing album name: "] = "ou choisir un album existant :"; $a->strings["Do not show a status post for this upload"] = "Ne pas publier de statut pour cet envoi"; +$a->strings["Album name could not be decoded"] = "Le nom de l'Album n'a pu être décodé"; $a->strings["Contact Photos"] = "Photos de contact"; $a->strings["Edit Album"] = "Éditer l'album"; $a->strings["Show Newest First"] = "Ordre anté-chronologique"; @@ -1474,6 +1496,7 @@ $a->strings["Channels"] = "Canaux"; $a->strings["Plugins"] = "Extensions"; $a->strings["Themes"] = "Thèmes"; $a->strings["Server"] = "Serveur"; +$a->strings["Profile Config"] = "Configurations du profil"; $a->strings["DB updates"] = "Mà J BD"; $a->strings["Logs"] = "Journaux"; $a->strings["Plugin Features"] = "Fonctionnalités liées aux extensions"; @@ -1654,12 +1677,12 @@ $a->strings["You have no more invitations available"] = "Vous ne disposez plus d $a->strings["Send invitations"] = "Envoyer des invitations"; $a->strings["Enter email addresses, one per line:"] = "Entrez les adresses de courriel, une par ligne :"; $a->strings["Your message:"] = "Votre message :"; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Vous êtes cordialement invité à me rejoindre, ainsi que d'autres amis proches, sur la Matrice Rouge - un nouvel outil de communication décentralisé et révolutionnaire."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Vous devrez fournir ce code d'invitation : \$invite_code"; -$a->strings["Please visit my channel at"] = "Merci de me rendre visite sur"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Une fois inscrit (sur N'IMPORTE QUEL HUB publique - ils sont tous inter-connectés), merci d'ajouter mon Canal :"; -$a->strings["Click the [Register] link on the following page to join."] = "Cliquez le lien [S'inscrire] sur la page suivante pour nous rejoindre."; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Pour plus d'information sur le projet Red Matrix(Matrice Rouge), et sa capacité à remodeler Internet, merci de visiter http://getzot.com"; +$a->strings["Please join my community on RedMatrix."] = "Veuillez me rejoindre sur la Matrice Rouge."; +$a->strings["You will need to supply this invitation code: "] = "Vous aurez besoin de fournir le code suivant:"; +$a->strings["1. Register at any RedMatrix location (they are all inter-connected)"] = "1. Enregistrez-vous sur n'importe quel serveurs ( ils sont tous inter-connectés )"; +$a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Saisissez l'adresse de mon canal dans la barre de recherche du site."; +$a->strings["or visit "] = "ou visitez"; +$a->strings["3. Click [Connect]"] = "3. Click sur [Ajouter]"; $a->strings["Unable to locate original post."] = "Impossible de localiser la publication initiale."; $a->strings["Empty post discarded."] = "Publication vide annulée."; $a->strings["Executable content type not permitted to this channel."] = "Les contenus de type 'exécutable' ne sont pas autorisés sur ce canal."; @@ -1701,7 +1724,7 @@ $a->strings["Email Address"] = "Adresse de courriel"; $a->strings["Reset"] = "Réinitialiser"; $a->strings["Hub not found."] = "Hub introuvable."; $a->strings["Total votes"] = "Total des votes"; -$a->strings["Average Rating"] = "Évaluation"; +$a->strings["Average Rating"] = "Évaluation moyenne"; $a->strings["Unable to lookup recipient."] = "Impossible de localiser le destinataire."; $a->strings["Unable to communicate with requested channel."] = "Impossible de communiquer avec le canal demandé."; $a->strings["Cannot verify requested channel."] = "Impossible de vérifier le canal demandé."; @@ -1712,6 +1735,7 @@ $a->strings["Message recalled."] = "Message annulé/rappelé."; $a->strings["Send Private Message"] = "Envoyer un Message Privé"; $a->strings["To:"] = "À :"; $a->strings["Subject:"] = "Sujet :"; +$a->strings["Send"] = "Envoyer"; $a->strings["Message not found."] = "Message introuvable."; $a->strings["Delete message"] = "Supprimer message"; $a->strings["Recall message"] = "Rappeler/annuler le message"; @@ -1783,67 +1807,77 @@ $a->strings["Version ID"] = "Version"; $a->strings["Price of app"] = "Prix de l'application"; $a->strings["Location (URL) to purchase app"] = "Emplacement (LIEN) pour l'achat de l'application"; $a->strings["Poll"] = "Sondage"; -$a->strings["View Results"] = "Résultats"; +$a->strings["View Results"] = "Voir les Résultats"; +$a->strings["Friendica Photo Album Import"] = "Importer votre Album Photo Friendica"; +$a->strings["This will import all your Friendica photo albums to this Red channel."] = "Cette fonction va importer tous vos albums photos Friendica dans ce canal de la Matrice Rouge."; +$a->strings["Friendica Server base URL"] = "URL vers le serveur Friendica"; +$a->strings["Friendica Login Username"] = "Nom d'usager Friendica"; +$a->strings["Friendica Login Password"] = "Mot de passe Friendica"; +$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Il est impossible de supprimer un compte à l'intérieur de 48 heures après avoir changé le mot de passe d'un compte."; +$a->strings["Remove This Account"] = "Supprimer ce Compte"; +$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Cette fonction va complètement supprimer le compte incluant tous ses canaux sur la matrice. Attention, cette action est irréversible."; +$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Supprimer ce compte, tous ses canaux et tous les clones sur la matrice."; +$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Par défault, seuls les instances de canaux situés sur ce hub seront supprimer de la matrice."; $a->strings["Schema Default"] = "Par défault"; $a->strings["Sans-Serif"] = "Sans-Serif"; $a->strings["Monospace"] = "Monospace"; $a->strings["Theme settings"] = "Réglages du thème"; $a->strings["Set scheme"] = "Définir la palette de couleurs"; $a->strings["Set font-size for posts and comments"] = "Définir font-size pour contribution et commentaires"; -$a->strings["Set font face"] = "Définir la police de caractères"; -$a->strings["Set iconset"] = "Définir les icônes"; -$a->strings["Set big shadow size, default 15px 15px 15px"] = "Taille de l'ombre max, par défaut 15px 15px 15px"; -$a->strings["Set small shadow size, default 5px 5px 5px"] = "Taille de l'ombre min, par défaut 5px 5px 5px"; -$a->strings["Set shadow colour, default #000"] = "Couleur de l'ombre, défaut #000"; -$a->strings["Set radius size, default 5px"] = "Rayon, défaut 5px"; -$a->strings["Set line-height for posts and comments"] = "Hauteur de la ligne utilisé par les publications et les commentaires"; -$a->strings["Set background image"] = "Image de fond"; +$a->strings["Set font face"] = "Définir la fonte"; +$a->strings["Set iconset"] = "Définir le jeu d'icônes"; +$a->strings["Set big shadow size, default 15px 15px 15px"] = "Définir la taille des grandes ombres, par défaut 15px 15px 15px"; +$a->strings["Set small shadow size, default 5px 5px 5px"] = "Définir la taille des petites ombres, par défaut 5px 5px 5px"; +$a->strings["Set shadow color, default #000"] = "Définir la couleur des ombres, par défaut #000"; +$a->strings["Set radius size, default 5px"] = "Définir le rayon des arrondis, par défaut 5px"; +$a->strings["Set line-height for posts and comments"] = "Définir line-height pour contributions et commentaires"; +$a->strings["Set background image"] = "Définir l'image d'arrière-plan"; $a->strings["Set background attachment"] = "Image de fond - fichier"; -$a->strings["Set background colour"] = "Couleur de fond"; -$a->strings["Set section background image"] = "Image de fond - Section"; -$a->strings["Set section background colour"] = "Image de fond - Couleur"; -$a->strings["Set colour of items - use hex"] = "Couleur des items - hexadécimal"; -$a->strings["Set colour of links - use hex"] = "Couleur des liens - hexadécimal"; -$a->strings["Set max-width for items. Default 400px"] = "Largeur maximale des items, Défaut 400px"; -$a->strings["Set min-width for items. Default 240px"] = "Largeur minimale des items, Défaut 240px"; -$a->strings["Set the generic content wrapper width. Default 48%"] = "Largeur du \"wrapper\" de contenu. Défaut 48%"; -$a->strings["Set colour of fonts - use hex"] = "Couleur des polices - Hexadécimal"; -$a->strings["Set background-size element"] = "Taille du fond"; -$a->strings["Item opacity"] = "Transparence"; -$a->strings["Display post previews only"] = "Prévisualiser seulement"; +$a->strings["Set background color"] = "Définir la couleur d'arrière-plan"; +$a->strings["Set section background image"] = "Définir l'image d'arrière-plan des sections"; +$a->strings["Set section background color"] = "Définir la couleur d'arrière-plan des sections"; +$a->strings["Set color of items - use hex"] = "Définir la couleur des éléments - en héxadécimal"; +$a->strings["Set color of links - use hex"] = "Définir la couleur des liens - en héxadécimal"; +$a->strings["Set max-width for items. Default 400px"] = "Définir la largeur maximal des éléments. Par défaut, 400px"; +$a->strings["Set min-width for items. Default 240px"] = "Définir la largeur minimale des éléments. Par défaut, 240px"; +$a->strings["Set the generic content wrapper width. Default 48%"] = "Définir la largeur du contenu. Par défaut, 48%"; +$a->strings["Set color of fonts - use hex"] = "Définir la couleur des fontes - en héxadécimal"; +$a->strings["Set background-size element"] = "Définir background-size pour les éléments"; +$a->strings["Item opacity"] = "Opacité des éléments"; +$a->strings["Display post previews only"] = "Afficher seulement l'aperçu des contributions"; $a->strings["Display side bar on channel page"] = "Afficher le panneau latéral sur la page du canal"; $a->strings["Colour of the navigation bar"] = "Couleur de la barre de navigation"; $a->strings["Item float"] = "Alignement de l'élément"; -$a->strings["Left offset of the section element"] = "Décalage à gauche de la section"; -$a->strings["Right offset of the section element"] = "Décalage à droite de la section"; +$a->strings["Left offset of the section element"] = "Décalage gauche de l'élément section"; +$a->strings["Right offset of the section element"] = "Décalage droit de l'élément section"; $a->strings["Section width"] = "Largeur de la section"; -$a->strings["Left offset of the aside"] = "Décalage à gauche du panneau latéral"; -$a->strings["Right offset of the aside element"] = "Décalage à droite du panneau latéral"; +$a->strings["Left offset of the aside"] = "Décalage gauche du panneau latéral"; +$a->strings["Right offset of the aside element"] = "Décalage droit du panneau latéral"; $a->strings["None"] = "Aucun"; $a->strings["Header image"] = "Image de l'entête"; -$a->strings["Header image only on profile pages"] = "Image de l'entête sur les pages du profil uniquement"; +$a->strings["Header image only on profile pages"] = "Image de l'entête tel qu'elle est affichée sur la page du profil"; $a->strings["Light (Red Matrix default)"] = "Blanc (valeur par défaut)"; $a->strings["Narrow navbar"] = "Barre de navigation fine"; -$a->strings["Navigation bar background colour"] = "Couleur de fond de la barre de navigation"; -$a->strings["Navigation bar gradient top colour"] = "Gradient de la barre de navigation (couleur 1)"; -$a->strings["Navigation bar gradient bottom colour"] = "Gradient de la barre de navigation (couleur 2)"; -$a->strings["Navigation active button gradient top colour"] = "Gradient du bouton de navigation (couleur 1)"; -$a->strings["Navigation active button gradient bottom colour"] = "Gradient du bouton de navigation (couleur 2)"; -$a->strings["Navigation bar border colour "] = "Couleur de la bordure de la barre de navigation"; -$a->strings["Navigation bar icon colour "] = "Couleur de l'icône de la barre de navigation"; -$a->strings["Navigation bar active icon colour "] = "Couleur de l'icône active de la barre de navigation"; -$a->strings["link colour"] = "couleur des liens"; -$a->strings["Set font-colour for banner"] = "Définir la couleur du texte de la bannière"; -$a->strings["Set the background colour"] = "Définir la couleur d'arrière-plan"; +$a->strings["Navigation bar background color"] = "Couleur de fond de la barre de navigation"; +$a->strings["Navigation bar gradient top color"] = "Gradient de la barre de navigation HAUT"; +$a->strings["Navigation bar gradient bottom color"] = "Gradient de la barre de navigation BAS"; +$a->strings["Navigation active button gradient top color"] = "Gradient du bouton de navigation HAUT"; +$a->strings["Navigation active button gradient bottom color"] = "Gradient du bouton de navigation BAS"; +$a->strings["Navigation bar border color "] = "Couleur de la bordure de la barre de navigation"; +$a->strings["Navigation bar icon color "] = "Couleur de l'icône de la barre de navigation"; +$a->strings["Navigation bar active icon color "] = "Couleur de l'icône active de la barre de navigation"; +$a->strings["link color"] = "couleur des liens"; +$a->strings["Set font-color for banner"] = "Définir la couleur du texte de la bannière"; +$a->strings["Set the background color"] = "Définir la couleur d'arrière-plan"; $a->strings["Set the background image"] = "Définir l'image d'arrière-plan"; -$a->strings["Set the background colour of items"] = "Définir la couleur de fond des contributions"; -$a->strings["Set the background colour of comments"] = "Couleur de fond des commentaires"; -$a->strings["Set the border colour of comments"] = "Couleur de la bordure des commentaires"; +$a->strings["Set the background color of items"] = "Définir la couleur de fond des contributions"; +$a->strings["Set the background color of comments"] = "Couleur de fond des commentaires"; +$a->strings["Set the border color of comments"] = "Couleur de la bordure des commentaires"; $a->strings["Set the indent for comments"] = "Indentation des commentaires"; -$a->strings["Set the basic colour for item icons"] = "Définir la couleur de base pour les icônes des éléments"; -$a->strings["Set the hover colour for item icons"] = "Définir la couleur de survol des icônes des éléments"; +$a->strings["Set the basic color for item icons"] = "Définir la couleur de base pour les icônes des éléments"; +$a->strings["Set the hover color for item icons"] = "Définir la couleur de survol des icônes des éléments"; $a->strings["Set font-size for the entire application"] = "Définir la taille de police pour l'application entière"; -$a->strings["Set font-colour for posts and comments"] = "Définir font-colour pour les contributions et commentaires"; +$a->strings["Set font-color for posts and comments"] = "Définir font-colour pour les contributions et commentaires"; $a->strings["Set radius of corners"] = "Définir le rayon des arrondis"; $a->strings["Set shadow depth of photos"] = "Définir la profondeur de l'ombre des photos"; $a->strings["Set maximum width of conversation regions"] = "Définir la largeur maximale des conversations"; diff --git a/view/it/messages.po b/view/it/messages.po index 2cf1e8b24..0ad7a1256 100644 --- a/view/it/messages.po +++ b/view/it/messages.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-01 00:03-0700\n" -"PO-Revision-Date: 2014-08-01 10:07+0000\n" +"POT-Creation-Date: 2014-09-12 00:03-0700\n" +"PO-Revision-Date: 2014-09-12 10:27+0000\n" "Last-Translator: tuscanhobbit <pynolo@tarine.net>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/red-matrix/language/it/)\n" "MIME-Version: 1.0\n" @@ -28,13 +28,17 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "Non trovo le informazioni DNS per il database server '%s'" -#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../include/photo/photo_driver.php:653 ../../include/photos.php:51 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 #: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 -#: ../../mod/photos.php:653 ../../mod/photos.php:675 +#: ../../mod/photos.php:659 ../../mod/photos.php:681 msgid "Profile Photos" msgstr "Foto del profilo" +#: ../../include/network.php:580 +msgid "view full size" +msgstr "guarda nelle dimensioni reali" + #: ../../include/oembed.php:163 msgid "Embedded content" msgstr "Contenuti incorporati" @@ -45,545 +49,301 @@ msgstr "Contenuti incorporati - funzione disabilitata" #: ../../include/notify.php:23 msgid "created a new post" -msgstr "ha creato un nuovo articolo" +msgstr "Ha creato un nuovo articolo" #: ../../include/notify.php:24 #, php-format msgid "commented on %s's post" msgstr "ha commentato l'articolo di %s" -#: ../../include/text.php:321 -msgid "prev" -msgstr "prec" - -#: ../../include/text.php:323 -msgid "first" -msgstr "inizio" - -#: ../../include/text.php:352 -msgid "last" -msgstr "fine" - -#: ../../include/text.php:355 -msgid "next" -msgstr "succ" - -#: ../../include/text.php:367 -msgid "older" -msgstr "più recenti" - -#: ../../include/text.php:369 -msgid "newer" -msgstr "più nuovi" - -#: ../../include/text.php:730 -msgid "No connections" -msgstr "Nessun contatto" - -#: ../../include/text.php:743 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d contatto" -msgstr[1] "%d contatti" - -#: ../../include/text.php:756 -msgid "View Connections" -msgstr "Elenco contatti" - -#: ../../include/text.php:815 ../../include/text.php:829 -#: ../../include/nav.php:156 ../../include/apps.php:142 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Cerca" - -#: ../../include/text.php:817 ../../include/text.php:831 -#: ../../include/widgets.php:186 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 -msgid "Save" -msgstr "Salva" - -#: ../../include/text.php:897 -msgid "poke" -msgstr "poke" - -#: ../../include/text.php:897 ../../include/conversation.php:243 -msgid "poked" -msgstr "ha ricevuto un poke" - -#: ../../include/text.php:898 -msgid "ping" -msgstr "ping" - -#: ../../include/text.php:898 -msgid "pinged" -msgstr "ha ricevuto un ping" - -#: ../../include/text.php:899 -msgid "prod" -msgstr "prod" - -#: ../../include/text.php:899 -msgid "prodded" -msgstr "ha ricevuto un prod" - -#: ../../include/text.php:900 -msgid "slap" -msgstr "schiaffo" - -#: ../../include/text.php:900 -msgid "slapped" -msgstr "ha ricevuto uno schiaffo" - -#: ../../include/text.php:901 -msgid "finger" -msgstr "finger" - -#: ../../include/text.php:901 -msgid "fingered" -msgstr "ha ricevuto un finger" - -#: ../../include/text.php:902 -msgid "rebuff" -msgstr "rifiuto" - -#: ../../include/text.php:902 -msgid "rebuffed" -msgstr "ha ricevuto un rifiuto" - -#: ../../include/text.php:911 -msgid "happy" -msgstr "felice" - -#: ../../include/text.php:912 -msgid "sad" -msgstr "triste" - -#: ../../include/text.php:913 -msgid "mellow" -msgstr "calmo" - -#: ../../include/text.php:914 -msgid "tired" -msgstr "stanco" - -#: ../../include/text.php:915 -msgid "perky" -msgstr "vivace" - -#: ../../include/text.php:916 -msgid "angry" -msgstr "arrabbiato" - -#: ../../include/text.php:917 -msgid "stupified" -msgstr "stordito" - -#: ../../include/text.php:918 -msgid "puzzled" -msgstr "confuso" - -#: ../../include/text.php:919 -msgid "interested" -msgstr "attento" - -#: ../../include/text.php:920 -msgid "bitter" -msgstr "amaro" - -#: ../../include/text.php:921 -msgid "cheerful" -msgstr "allegro" - -#: ../../include/text.php:922 -msgid "alive" -msgstr "vivace" - -#: ../../include/text.php:923 -msgid "annoyed" -msgstr "seccato" - -#: ../../include/text.php:924 -msgid "anxious" -msgstr "ansioso" - -#: ../../include/text.php:925 -msgid "cranky" -msgstr "irritabile" - -#: ../../include/text.php:926 -msgid "disturbed" -msgstr "turbato" - -#: ../../include/text.php:927 -msgid "frustrated" -msgstr "frustrato" - -#: ../../include/text.php:928 -msgid "depressed" -msgstr "in depressione" - -#: ../../include/text.php:929 -msgid "motivated" -msgstr "motivato" - -#: ../../include/text.php:930 -msgid "relaxed" -msgstr "rilassato" - -#: ../../include/text.php:931 -msgid "surprised" -msgstr "sorpreso" - -#: ../../include/text.php:1092 -msgid "Monday" -msgstr "lunedì" - -#: ../../include/text.php:1092 -msgid "Tuesday" -msgstr "martedì" - -#: ../../include/text.php:1092 -msgid "Wednesday" -msgstr "mercoledì" - -#: ../../include/text.php:1092 -msgid "Thursday" -msgstr "giovedì" - -#: ../../include/text.php:1092 -msgid "Friday" -msgstr "venerdì" - -#: ../../include/text.php:1092 -msgid "Saturday" -msgstr "sabato" +#: ../../include/apps.php:123 +msgid "Site Admin" +msgstr "Amministrazione sito" -#: ../../include/text.php:1092 -msgid "Sunday" -msgstr "domenica" +#: ../../include/apps.php:124 ../../include/nav.php:113 +#: ../../include/conversation.php:1561 +msgid "Bookmarks" +msgstr "Segnalibri" -#: ../../include/text.php:1096 -msgid "January" -msgstr "gennaio" +#: ../../include/apps.php:125 +msgid "Address Book" +msgstr "Rubrica" -#: ../../include/text.php:1096 -msgid "February" -msgstr "febbraio" +#: ../../include/apps.php:126 ../../include/nav.php:119 ../../boot.php:1496 +msgid "Login" +msgstr "Accedi" -#: ../../include/text.php:1096 -msgid "March" -msgstr "marzo" +#: ../../include/apps.php:127 ../../include/nav.php:209 +#: ../../mod/manage.php:148 +msgid "Channel Manager" +msgstr "Gestione canali" -#: ../../include/text.php:1096 -msgid "April" -msgstr "aprile" +#: ../../include/apps.php:128 ../../include/nav.php:183 +msgid "Matrix" +msgstr "RedMatrix" -#: ../../include/text.php:1096 -msgid "May" -msgstr "maggio" +#: ../../include/apps.php:129 ../../include/nav.php:211 +#: ../../include/widgets.php:521 ../../mod/admin.php:950 +#: ../../mod/admin.php:1155 +msgid "Settings" +msgstr "Impostazioni" -#: ../../include/text.php:1096 -msgid "June" -msgstr "giugno" +#: ../../include/apps.php:130 ../../include/nav.php:105 +#: ../../include/reddav.php:1280 ../../include/conversation.php:1539 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Archivio file" -#: ../../include/text.php:1096 -msgid "July" -msgstr "luglio" +#: ../../include/apps.php:131 ../../include/nav.php:115 +#: ../../include/conversation.php:1572 ../../mod/webpages.php:84 +msgid "Webpages" +msgstr "Pagine web" -#: ../../include/text.php:1096 -msgid "August" -msgstr "agosto" +#: ../../include/apps.php:132 ../../include/nav.php:186 +msgid "Channel Home" +msgstr "Bacheca del canale" -#: ../../include/text.php:1096 -msgid "September" -msgstr "settembre" +#: ../../include/apps.php:133 ../../include/identity.php:986 +#: ../../include/identity.php:1104 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profilo" -#: ../../include/text.php:1096 -msgid "October" -msgstr "ottobre" +#: ../../include/apps.php:134 ../../include/nav.php:104 +#: ../../include/conversation.php:1530 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Foto" -#: ../../include/text.php:1096 -msgid "November" -msgstr "novembre" +#: ../../include/apps.php:135 ../../include/nav.php:205 +#: ../../mod/events.php:436 +msgid "Events" +msgstr "Eventi" -#: ../../include/text.php:1096 -msgid "December" -msgstr "dicembre" +#: ../../include/apps.php:136 ../../include/nav.php:172 +#: ../../mod/directory.php:226 +msgid "Directory" +msgstr "Tutti i canali" -#: ../../include/text.php:1174 -msgid "unknown.???" -msgstr "sconosciuto???" +#: ../../include/apps.php:137 ../../include/nav.php:164 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "Guida" -#: ../../include/text.php:1175 -msgid "bytes" -msgstr "byte" +#: ../../include/apps.php:138 ../../include/nav.php:197 +msgid "Mail" +msgstr "Messaggi" -#: ../../include/text.php:1210 -msgid "remove category" -msgstr "rimuovi la categoria" +#: ../../include/apps.php:139 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Umore" -#: ../../include/text.php:1280 -msgid "remove from file" -msgstr "rimuovi dal file" +#: ../../include/apps.php:140 ../../include/conversation.php:963 +msgid "Poke" +msgstr "Poke" -#: ../../include/text.php:1345 ../../include/text.php:1357 -msgid "Click to open/close" -msgstr "Clicca per aprire/chiudere" +#: ../../include/apps.php:141 ../../include/nav.php:110 +msgid "Chat" +msgstr "Area chat" -#: ../../include/text.php:1512 ../../mod/events.php:374 -msgid "Link to Source" -msgstr "Link al sorgente" +#: ../../include/apps.php:142 ../../include/nav.php:169 +#: ../../include/text.php:821 ../../include/text.php:835 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Cerca" -#: ../../include/text.php:1531 -msgid "Select a page layout: " -msgstr "Scegli il layout della pagina:" +#: ../../include/apps.php:143 +msgid "Probe" +msgstr "Diagnostica" -#: ../../include/text.php:1534 ../../include/text.php:1599 -msgid "default" -msgstr "predefinito" +#: ../../include/apps.php:144 +msgid "Suggest" +msgstr "Suggerisci" -#: ../../include/text.php:1570 -msgid "Page content type: " -msgstr "Contenuto della pagina:" +#: ../../include/apps.php:145 +msgid "Random Channel" +msgstr "Canale casuale" -#: ../../include/text.php:1611 -msgid "Select an alternate language" -msgstr "Seleziona una lingua diversa" +#: ../../include/apps.php:146 +msgid "Invite" +msgstr "Invita" -#: ../../include/text.php:1732 ../../include/conversation.php:120 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:45 ../../mod/like.php:294 -msgid "photo" -msgstr "la foto" +#: ../../include/apps.php:147 +msgid "Features" +msgstr "Funzionalità " -#: ../../include/text.php:1735 ../../include/conversation.php:123 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "l'evento" +#: ../../include/apps.php:148 +msgid "Language" +msgstr "Lingua" -#: ../../include/text.php:1738 ../../include/conversation.php:148 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:53 ../../mod/like.php:294 -msgid "status" -msgstr "il messaggio di stato" +#: ../../include/apps.php:149 +msgid "Post" +msgstr "Articolo" -#: ../../include/text.php:1740 ../../include/conversation.php:150 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "il commento" +#: ../../include/apps.php:150 +msgid "Profile Photo" +msgstr "Foto del profilo" -#: ../../include/text.php:1745 -msgid "activity" -msgstr "l'attività " +#: ../../include/apps.php:239 ../../mod/settings.php:79 +#: ../../mod/settings.php:543 +msgid "Update" +msgstr "Aggiorna" -#: ../../include/text.php:2004 -msgid "Design" -msgstr "Design" +#: ../../include/apps.php:239 +msgid "Install" +msgstr "Installa" -#: ../../include/text.php:2006 -msgid "Blocks" -msgstr "Riquadri" +#: ../../include/apps.php:244 +msgid "Purchase" +msgstr "Acquista" -#: ../../include/text.php:2007 -msgid "Menus" -msgstr "Menù" +#: ../../include/apps.php:246 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/reddav.php:1289 +#: ../../include/menu.php:42 ../../include/ItemObject.php:100 +#: ../../mod/settings.php:579 ../../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 +msgid "Edit" +msgstr "Modifica" -#: ../../include/text.php:2008 -msgid "Layouts" -msgstr "Layout" +#: ../../include/apps.php:247 ../../include/reddav.php:1290 +#: ../../include/conversation.php:648 ../../include/ItemObject.php:112 +#: ../../mod/settings.php:580 ../../mod/connedit.php:440 +#: ../../mod/photos.php:1082 ../../mod/group.php:176 ../../mod/admin.php:730 +#: ../../mod/admin.php:860 ../../mod/thing.php:236 +msgid "Delete" +msgstr "Elimina" -#: ../../include/text.php:2009 -msgid "Pages" -msgstr "Pagine" +#: ../../include/apps.php:328 ../../include/apps.php:379 +#: ../../include/reddav.php:1202 ../../mod/connedit.php:476 +msgid "Unknown" +msgstr "Sconosciuto" #: ../../include/page_widgets.php:6 msgid "New Page" msgstr "Nuova pagina web" -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/reddav.php:1289 ../../include/apps.php:240 -#: ../../include/menu.php:42 ../../include/ItemObject.php:96 -#: ../../mod/settings.php:578 ../../mod/blocks.php:94 -#: ../../mod/connections.php:393 ../../mod/editblock.php:111 -#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:143 ../../mod/thing.php:235 -#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:120 -msgid "Edit" -msgstr "Modifica" - -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 -#: ../../mod/layouts.php:116 ../../mod/webpages.php:123 +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102 +#: ../../mod/layouts.php:125 ../../mod/webpages.php:135 msgid "View" msgstr "Guarda" -#: ../../include/page_widgets.php:40 ../../include/conversation.php:1091 -#: ../../include/ItemObject.php:592 ../../mod/editblock.php:141 +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1109 +#: ../../include/ItemObject.php:597 ../../mod/editblock.php:141 #: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:174 ../../mod/photos.php:997 -#: ../../mod/webpages.php:124 +#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1033 +#: ../../mod/webpages.php:136 msgid "Preview" msgstr "Anteprima" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:125 +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:137 msgid "Actions" msgstr "Azioni" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:126 +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:138 msgid "Page Link" msgstr "Link alla pagina" -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:127 +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:139 msgid "Title" msgstr "Titolo" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:128 +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:140 msgid "Created" msgstr "Creato" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:129 +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:141 msgid "Edited" msgstr "Modificato" -#: ../../include/security.php:301 +#: ../../include/security.php:307 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "L'identificativo di sicurezza del modulo che hai riempito non è corretto. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto." -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "Email non valida" - -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "Il dominio della tua email attualmente non è permesso su questo sito" - -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "La tua email è già registrata su questo sito." - -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "È necessario un invito." - -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "L'invito non può essere verificato." - -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Inserisci le informazioni richieste." - -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Non è stato possibile salvare le informazioni del tuo account." - -#: ../../include/account.php:245 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Registrazione di %s confermata" - -#: ../../include/account.php:313 -#, php-format -msgid "Registration request at %s" -msgstr "Richiesta di registrazione su %s" - -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 -msgid "Administrator" -msgstr "Amministratore" - -#: ../../include/account.php:337 -msgid "your registration password" -msgstr "la password di registrazione" - -#: ../../include/account.php:340 ../../include/account.php:397 -#, php-format -msgid "Registration details for %s" -msgstr "Dettagli della registrazione di %s" +#: ../../include/zot.php:654 +msgid "Invalid data packet" +msgstr "Dati non validi" -#: ../../include/account.php:406 -msgid "Account approved." -msgstr "Account approvato." +#: ../../include/zot.php:668 +msgid "Unable to verify channel signature" +msgstr "Impossibile verificare la firma elettronica del canale" -#: ../../include/account.php:440 +#: ../../include/zot.php:865 #, php-format -msgid "Registration revoked for %s" -msgstr "Registrazione revocata per %s" - -#: ../../include/account.php:486 -msgid "Account verified. Please login." -msgstr "Registrazione verificata. Adesso puoi effettuare login." +msgid "Unable to verify site signature for %s" +msgstr "Impossibile verificare la firma elettronica del sito %s" #: ../../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:3664 -#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27 -#: ../../mod/settings.php:493 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../include/chat.php:116 ../../include/items.php:3910 +#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30 +#: ../../mod/settings.php:494 ../../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:152 -#: ../../mod/profiles.php:462 ../../mod/bookmarks.php:46 +#: ../../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:71 ../../mod/regmod.php:18 ../../mod/common.php:35 +#: ../../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:160 +#: ../../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:179 -#: ../../mod/item.php:187 ../../mod/item.php:908 ../../mod/layouts.php:27 +#: ../../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:66 ../../mod/new_channel.php:97 -#: ../../mod/notifications.php:66 ../../mod/appman.php:66 ../../index.php:186 -#: ../../index.php:361 +#: ../../mod/notifications.php:66 ../../mod/appman.php:66 +#: ../../mod/service_limits.php:7 ../../index.php:186 ../../index.php:361 msgid "Permission denied." msgstr "Permesso negato." -#: ../../include/photos.php:89 +#: ../../include/photos.php:104 #, php-format msgid "Image exceeds website size limit of %lu bytes" msgstr "L'immagine supera il limite massimo di %lu bytes" -#: ../../include/photos.php:96 +#: ../../include/photos.php:111 msgid "Image file is empty." msgstr "Il file dell'immagine è vuoto." -#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +#: ../../include/photos.php:140 ../../mod/profile_photo.php:216 msgid "Unable to process image" msgstr "Impossibile elaborare l'immagine" -#: ../../include/photos.php:186 +#: ../../include/photos.php:212 msgid "Photo storage failed." msgstr "Impossibile caricare la foto." -#: ../../include/photos.php:313 ../../include/conversation.php:1515 +#: ../../include/photos.php:339 ../../include/conversation.php:1533 msgid "Photo Albums" msgstr "Album foto" -#: ../../include/photos.php:317 ../../mod/photos.php:691 -#: ../../mod/photos.php:1193 +#: ../../include/photos.php:343 ../../mod/photos.php:697 +#: ../../mod/photos.php:1244 msgid "Upload New Photos" msgstr "Carica nuove foto" #: ../../include/acl_selectors.php:240 -msgid "Visible to everybody" -msgstr "Visibile a tutti" +msgid "Visible to your default audience" +msgstr "Visibile secondo le impostazioni predefinite" #: ../../include/acl_selectors.php:241 msgid "Show" @@ -594,12 +354,12 @@ msgid "Don't show" msgstr "Non mostrare" #: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 -#: ../../mod/photos.php:604 ../../mod/photos.php:952 +#: ../../mod/photos.php:604 ../../mod/photos.php:988 #: ../../mod/filestorage.php:128 msgid "Permissions" msgstr "Permessi" -#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:289 +#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:294 msgid "Close" msgstr "Chiudi" @@ -626,7 +386,7 @@ msgstr "Guarda %2$s di %1$s " msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s ha aggiornato %2$s cambiando %3$s." -#: ../../include/api.php:1016 +#: ../../include/api.php:1069 msgid "Public Timeline" msgstr "Diario pubblico" @@ -688,302 +448,206 @@ msgstr "mkdir fallito." msgid "database storage failed." msgstr "scrittura su database fallita." -#: ../../include/plugin.php:504 ../../include/plugin.php:506 -msgid "Click here to upgrade." -msgstr "Clicca qui per aggiornare." - -#: ../../include/plugin.php:512 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Questa operazione esce dai termini del tuo abbonamento." - -#: ../../include/plugin.php:517 -msgid "This action is not available under your subscription plan." -msgstr "Questa operazione non è prevista dal tuo abbonamento." - -#: ../../include/bb2diaspora.php:463 ../../include/event.php:11 -msgid "l F d, Y \\@ g:i A" -msgstr "l d F Y \\@ G:i" - -#: ../../include/bb2diaspora.php:469 ../../include/event.php:20 -msgid "Starts:" -msgstr "Inizio:" - -#: ../../include/bb2diaspora.php:477 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Fine:" - -#: ../../include/bb2diaspora.php:485 ../../include/event.php:40 -#: ../../include/identity.php:726 ../../mod/directory.php:156 -#: ../../mod/dirprofile.php:105 ../../mod/events.php:504 -msgid "Location:" -msgstr "Luogo:" - -#: ../../include/nav.php:81 ../../include/nav.php:108 ../../boot.php:1492 +#: ../../include/nav.php:94 ../../include/nav.php:121 ../../boot.php:1495 msgid "Logout" msgstr "Esci" -#: ../../include/nav.php:81 ../../include/nav.php:108 +#: ../../include/nav.php:94 ../../include/nav.php:121 msgid "End this session" msgstr "Chiudi questa sessione" -#: ../../include/nav.php:84 ../../include/nav.php:142 +#: ../../include/nav.php:97 ../../include/nav.php:155 msgid "Home" msgstr "Bacheca" -#: ../../include/nav.php:84 +#: ../../include/nav.php:97 msgid "Your posts and conversations" msgstr "I tuoi articoli e conversazioni" -#: ../../include/nav.php:85 ../../include/conversation.php:940 -#: ../../mod/connedit.php:384 ../../mod/connedit.php:498 +#: ../../include/nav.php:98 ../../include/conversation.php:957 +#: ../../mod/connedit.php:393 ../../mod/connedit.php:507 msgid "View Profile" msgstr "Profilo" -#: ../../include/nav.php:85 +#: ../../include/nav.php:98 msgid "Your profile page" msgstr "Il tuo profilo" -#: ../../include/nav.php:87 +#: ../../include/nav.php:100 msgid "Edit Profiles" msgstr "Modifica i profili" -#: ../../include/nav.php:87 +#: ../../include/nav.php:100 msgid "Manage/Edit profiles" msgstr "Gestisci/modifica i profili" -#: ../../include/nav.php:89 ../../include/identity.php:699 +#: ../../include/nav.php:102 ../../include/identity.php:730 msgid "Edit Profile" msgstr "Modifica il profilo" -#: ../../include/nav.php:89 +#: ../../include/nav.php:102 msgid "Edit your profile" msgstr "Modifica il profilo" -#: ../../include/nav.php:91 ../../include/conversation.php:1512 -#: ../../include/apps.php:134 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Foto" - -#: ../../include/nav.php:91 +#: ../../include/nav.php:104 msgid "Your photos" msgstr "Le tue foto" -#: ../../include/nav.php:92 ../../include/reddav.php:1280 -#: ../../include/conversation.php:1521 ../../include/apps.php:130 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Elenco file" - -#: ../../include/nav.php:92 +#: ../../include/nav.php:105 msgid "Your files" msgstr "I tuoi file" -#: ../../include/nav.php:97 ../../include/apps.php:141 -msgid "Chat" -msgstr "Chat" - -#: ../../include/nav.php:97 +#: ../../include/nav.php:110 msgid "Your chatrooms" -msgstr "Le tue chat" +msgstr "Le tue aree chat" -#: ../../include/nav.php:100 ../../include/conversation.php:1543 -#: ../../include/apps.php:124 -msgid "Bookmarks" -msgstr "Segnalibri" - -#: ../../include/nav.php:100 +#: ../../include/nav.php:113 msgid "Your bookmarks" msgstr "I tuoi segnalibri" -#: ../../include/nav.php:102 ../../include/conversation.php:1554 -#: ../../include/apps.php:131 ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "Pagine web" - -#: ../../include/nav.php:102 +#: ../../include/nav.php:115 msgid "Your webpages" msgstr "Le tue pagine web" -#: ../../include/nav.php:106 ../../include/apps.php:126 ../../boot.php:1493 -msgid "Login" -msgstr "Accedi" - -#: ../../include/nav.php:106 +#: ../../include/nav.php:119 msgid "Sign in" msgstr "Entra" -#: ../../include/nav.php:123 +#: ../../include/nav.php:136 #, php-format msgid "%s - click to logout" msgstr "%s - clicca per uscire" -#: ../../include/nav.php:128 +#: ../../include/nav.php:141 msgid "Click to authenticate to your home hub" msgstr "Clicca per autenticarti sul tuo server principale" -#: ../../include/nav.php:142 +#: ../../include/nav.php:155 msgid "Home Page" msgstr "Bacheca" -#: ../../include/nav.php:146 ../../mod/register.php:221 ../../boot.php:1469 +#: ../../include/nav.php:159 ../../mod/register.php:220 ../../boot.php:1472 msgid "Register" msgstr "Iscriviti" -#: ../../include/nav.php:146 +#: ../../include/nav.php:159 msgid "Create an account" msgstr "Crea un account" -#: ../../include/nav.php:151 ../../include/apps.php:137 ../../mod/help.php:60 -#: ../../mod/help.php:65 -msgid "Help" -msgstr "Guida" - -#: ../../include/nav.php:151 +#: ../../include/nav.php:164 msgid "Help and documentation" msgstr "Guida e documentazione" -#: ../../include/nav.php:154 ../../include/widgets.php:79 +#: ../../include/nav.php:167 ../../include/widgets.php:86 #: ../../mod/apps.php:33 msgid "Apps" msgstr "Apps" -#: ../../include/nav.php:154 +#: ../../include/nav.php:167 msgid "Applications, utilities, links, games" msgstr "Applicazioni, utilità , link, giochi" -#: ../../include/nav.php:156 +#: ../../include/nav.php:169 msgid "Search site content" msgstr "Cerca nel sito" -#: ../../include/nav.php:159 ../../include/apps.php:136 -#: ../../mod/directory.php:218 -msgid "Directory" -msgstr "Tutti i canali" - -#: ../../include/nav.php:159 +#: ../../include/nav.php:172 msgid "Channel Locator" msgstr "Ricerca canali" -#: ../../include/nav.php:170 ../../include/apps.php:128 -msgid "Matrix" -msgstr "La tua rete" - -#: ../../include/nav.php:170 +#: ../../include/nav.php:183 msgid "Your matrix" msgstr "La tua rete" -#: ../../include/nav.php:171 +#: ../../include/nav.php:184 msgid "Mark all matrix notifications seen" msgstr "Segna come lette le notifiche della tua rete" -#: ../../include/nav.php:173 ../../include/apps.php:132 -msgid "Channel Home" -msgstr "Bacheca del canale" - -#: ../../include/nav.php:173 +#: ../../include/nav.php:186 msgid "Channel home" msgstr "Bacheca del canale" -#: ../../include/nav.php:174 +#: ../../include/nav.php:187 msgid "Mark all channel notifications seen" msgstr "Segna come lette le notifiche dei canali" -#: ../../include/nav.php:177 ../../mod/connections.php:386 +#: ../../include/nav.php:190 ../../mod/connections.php:406 msgid "Connections" msgstr "Contatti" -#: ../../include/nav.php:180 +#: ../../include/nav.php:193 msgid "Notices" msgstr "Notifiche" -#: ../../include/nav.php:180 +#: ../../include/nav.php:193 msgid "Notifications" msgstr "Notifiche" -#: ../../include/nav.php:181 +#: ../../include/nav.php:194 msgid "See all notifications" msgstr "Vedi tutte le notifiche" -#: ../../include/nav.php:182 ../../mod/notifications.php:99 +#: ../../include/nav.php:195 ../../mod/notifications.php:99 msgid "Mark all system notifications seen" msgstr "Segna come lette le notifiche di sistema" -#: ../../include/nav.php:184 ../../include/apps.php:138 -msgid "Mail" -msgstr "Messaggi" - -#: ../../include/nav.php:184 +#: ../../include/nav.php:197 msgid "Private mail" msgstr "Messaggi privati" -#: ../../include/nav.php:185 +#: ../../include/nav.php:198 msgid "See all private messages" msgstr "Guarda tutti i messaggi privati" -#: ../../include/nav.php:186 +#: ../../include/nav.php:199 msgid "Mark all private messages seen" msgstr "Segna come letti tutti i messaggi privati" -#: ../../include/nav.php:187 +#: ../../include/nav.php:200 msgid "Inbox" msgstr "In arrivo" -#: ../../include/nav.php:188 +#: ../../include/nav.php:201 msgid "Outbox" msgstr "Inviati" -#: ../../include/nav.php:189 ../../include/widgets.php:536 +#: ../../include/nav.php:202 ../../include/widgets.php:543 msgid "New Message" msgstr "Nuovo messaggio" -#: ../../include/nav.php:192 ../../include/apps.php:135 -#: ../../mod/events.php:396 -msgid "Events" -msgstr "Eventi" - -#: ../../include/nav.php:192 +#: ../../include/nav.php:205 msgid "Event Calendar" msgstr "Calendario" -#: ../../include/nav.php:193 +#: ../../include/nav.php:206 msgid "See all events" msgstr "Guarda tutti gli eventi" -#: ../../include/nav.php:194 +#: ../../include/nav.php:207 msgid "Mark all events seen" msgstr "Marca come letti tutti gli eventi" -#: ../../include/nav.php:196 ../../include/apps.php:127 -msgid "Channel Select" -msgstr "Gestisci i canali" - -#: ../../include/nav.php:196 +#: ../../include/nav.php:209 msgid "Manage Your Channels" msgstr "Gestisci i contatti dei tuoi canali" -#: ../../include/nav.php:198 ../../include/apps.php:129 -#: ../../include/widgets.php:514 ../../mod/admin.php:978 -#: ../../mod/admin.php:1183 -msgid "Settings" -msgstr "Impostazioni" - -#: ../../include/nav.php:198 +#: ../../include/nav.php:211 msgid "Account/Channel Settings" msgstr "Impostazioni account e canali" -#: ../../include/nav.php:206 ../../mod/admin.php:117 +#: ../../include/nav.php:219 ../../mod/admin.php:123 msgid "Admin" msgstr "Amministrazione" -#: ../../include/nav.php:206 +#: ../../include/nav.php:219 msgid "Site Setup and Configuration" msgstr "Configurazione del sito" -#: ../../include/nav.php:231 +#: ../../include/nav.php:244 msgid "Nothing new here" msgstr "Niente di nuovo qui" -#: ../../include/nav.php:235 +#: ../../include/nav.php:248 msgid "Please wait..." msgstr "Attendere..." @@ -992,6 +656,346 @@ msgstr "Attendere..." msgid "%1$s's bookmarks" msgstr "I segnalibri di %1$s" +#: ../../include/text.php:321 +msgid "prev" +msgstr "prec" + +#: ../../include/text.php:323 +msgid "first" +msgstr "inizio" + +#: ../../include/text.php:352 +msgid "last" +msgstr "fine" + +#: ../../include/text.php:355 +msgid "next" +msgstr "succ" + +#: ../../include/text.php:367 +msgid "older" +msgstr "più recenti" + +#: ../../include/text.php:369 +msgid "newer" +msgstr "più nuovi" + +#: ../../include/text.php:736 +msgid "No connections" +msgstr "Nessun contatto" + +#: ../../include/text.php:749 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d contatto" +msgstr[1] "%d contatti" + +#: ../../include/text.php:762 +msgid "View Connections" +msgstr "Elenco contatti" + +#: ../../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:1338 +#: ../../mod/admin.php:1359 +msgid "Save" +msgstr "Salva" + +#: ../../include/text.php:903 +msgid "poke" +msgstr "poke" + +#: ../../include/text.php:903 ../../include/conversation.php:243 +msgid "poked" +msgstr "ha ricevuto un poke" + +#: ../../include/text.php:904 +msgid "ping" +msgstr "ping" + +#: ../../include/text.php:904 +msgid "pinged" +msgstr "ha ricevuto un ping" + +#: ../../include/text.php:905 +msgid "prod" +msgstr "prod" + +#: ../../include/text.php:905 +msgid "prodded" +msgstr "ha ricevuto un prod" + +#: ../../include/text.php:906 +msgid "slap" +msgstr "schiaffo" + +#: ../../include/text.php:906 +msgid "slapped" +msgstr "ha ricevuto uno schiaffo" + +#: ../../include/text.php:907 +msgid "finger" +msgstr "finger" + +#: ../../include/text.php:907 +msgid "fingered" +msgstr "ha ricevuto un finger" + +#: ../../include/text.php:908 +msgid "rebuff" +msgstr "rifiuto" + +#: ../../include/text.php:908 +msgid "rebuffed" +msgstr "ha ricevuto un rifiuto" + +#: ../../include/text.php:917 +msgid "happy" +msgstr "felice" + +#: ../../include/text.php:918 +msgid "sad" +msgstr "triste" + +#: ../../include/text.php:919 +msgid "mellow" +msgstr "calmo" + +#: ../../include/text.php:920 +msgid "tired" +msgstr "stanco" + +#: ../../include/text.php:921 +msgid "perky" +msgstr "vivace" + +#: ../../include/text.php:922 +msgid "angry" +msgstr "arrabbiato" + +#: ../../include/text.php:923 +msgid "stupified" +msgstr "stordito" + +#: ../../include/text.php:924 +msgid "puzzled" +msgstr "confuso" + +#: ../../include/text.php:925 +msgid "interested" +msgstr "attento" + +#: ../../include/text.php:926 +msgid "bitter" +msgstr "amaro" + +#: ../../include/text.php:927 +msgid "cheerful" +msgstr "allegro" + +#: ../../include/text.php:928 +msgid "alive" +msgstr "vivace" + +#: ../../include/text.php:929 +msgid "annoyed" +msgstr "seccato" + +#: ../../include/text.php:930 +msgid "anxious" +msgstr "ansioso" + +#: ../../include/text.php:931 +msgid "cranky" +msgstr "irritabile" + +#: ../../include/text.php:932 +msgid "disturbed" +msgstr "turbato" + +#: ../../include/text.php:933 +msgid "frustrated" +msgstr "frustrato" + +#: ../../include/text.php:934 +msgid "depressed" +msgstr "in depressione" + +#: ../../include/text.php:935 +msgid "motivated" +msgstr "motivato" + +#: ../../include/text.php:936 +msgid "relaxed" +msgstr "rilassato" + +#: ../../include/text.php:937 +msgid "surprised" +msgstr "sorpreso" + +#: ../../include/text.php:1101 +msgid "Monday" +msgstr "lunedì" + +#: ../../include/text.php:1101 +msgid "Tuesday" +msgstr "martedì" + +#: ../../include/text.php:1101 +msgid "Wednesday" +msgstr "mercoledì" + +#: ../../include/text.php:1101 +msgid "Thursday" +msgstr "giovedì" + +#: ../../include/text.php:1101 +msgid "Friday" +msgstr "venerdì" + +#: ../../include/text.php:1101 +msgid "Saturday" +msgstr "sabato" + +#: ../../include/text.php:1101 +msgid "Sunday" +msgstr "domenica" + +#: ../../include/text.php:1105 +msgid "January" +msgstr "gennaio" + +#: ../../include/text.php:1105 +msgid "February" +msgstr "febbraio" + +#: ../../include/text.php:1105 +msgid "March" +msgstr "marzo" + +#: ../../include/text.php:1105 +msgid "April" +msgstr "aprile" + +#: ../../include/text.php:1105 +msgid "May" +msgstr "maggio" + +#: ../../include/text.php:1105 +msgid "June" +msgstr "giugno" + +#: ../../include/text.php:1105 +msgid "July" +msgstr "luglio" + +#: ../../include/text.php:1105 +msgid "August" +msgstr "agosto" + +#: ../../include/text.php:1105 +msgid "September" +msgstr "settembre" + +#: ../../include/text.php:1105 +msgid "October" +msgstr "ottobre" + +#: ../../include/text.php:1105 +msgid "November" +msgstr "novembre" + +#: ../../include/text.php:1105 +msgid "December" +msgstr "dicembre" + +#: ../../include/text.php:1183 +msgid "unknown.???" +msgstr "sconosciuto???" + +#: ../../include/text.php:1184 +msgid "bytes" +msgstr "byte" + +#: ../../include/text.php:1219 +msgid "remove category" +msgstr "rimuovi la categoria" + +#: ../../include/text.php:1289 +msgid "remove from file" +msgstr "rimuovi dal file" + +#: ../../include/text.php:1354 ../../include/text.php:1366 +msgid "Click to open/close" +msgstr "Clicca per aprire/chiudere" + +#: ../../include/text.php:1521 ../../mod/events.php:414 +msgid "Link to Source" +msgstr "Link al sorgente" + +#: ../../include/text.php:1540 +msgid "Select a page layout: " +msgstr "Scegli il layout della pagina:" + +#: ../../include/text.php:1543 ../../include/text.php:1608 +msgid "default" +msgstr "predefinito" + +#: ../../include/text.php:1579 +msgid "Page content type: " +msgstr "Contenuto della pagina:" + +#: ../../include/text.php:1620 +msgid "Select an alternate language" +msgstr "Seleziona una lingua diversa" + +#: ../../include/text.php:1741 ../../include/diaspora.php:1882 +#: ../../include/conversation.php:120 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294 +msgid "photo" +msgstr "la foto" + +#: ../../include/text.php:1744 ../../include/conversation.php:123 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "l'evento" + +#: ../../include/text.php:1747 ../../include/diaspora.php:1882 +#: ../../include/conversation.php:148 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294 +msgid "status" +msgstr "il messaggio di stato" + +#: ../../include/text.php:1749 ../../include/conversation.php:150 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "il commento" + +#: ../../include/text.php:1754 +msgid "activity" +msgstr "l'attività " + +#: ../../include/text.php:2018 +msgid "Design" +msgstr "Design" + +#: ../../include/text.php:2020 +msgid "Blocks" +msgstr "Riquadri" + +#: ../../include/text.php:2021 +msgid "Menus" +msgstr "Menù" + +#: ../../include/text.php:2022 +msgid "Layouts" +msgstr "Layout" + +#: ../../include/text.php:2023 +msgid "Pages" +msgstr "Pagine" + #: ../../include/taxonomy.php:210 msgid "Tags" msgstr "Tag" @@ -1016,7 +1020,7 @@ msgstr "voglio" msgid "wants" msgstr "vuole" -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208 +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:212 msgid "like" msgstr "mi piace" @@ -1024,7 +1028,7 @@ msgstr "mi piace" msgid "likes" msgstr "mi piace" -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209 +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:213 msgid "dislike" msgstr "non mi piace" @@ -1032,8 +1036,8 @@ msgstr "non mi piace" msgid "dislikes" msgstr "non mi piace" -#: ../../include/taxonomy.php:338 ../../include/identity.php:968 -#: ../../include/ItemObject.php:134 +#: ../../include/taxonomy.php:338 ../../include/identity.php:1012 +#: ../../include/ItemObject.php:138 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -1080,8 +1084,8 @@ msgstr "OStatus" msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:79 ../../mod/admin.php:754 -#: ../../mod/admin.php:763 ../../boot.php:1495 +#: ../../include/contact_selectors.php:79 ../../mod/admin.php:726 +#: ../../mod/admin.php:735 ../../boot.php:1498 msgid "Email" msgstr "Email" @@ -1116,7 +1120,7 @@ msgid_plural "%d invitations available" msgstr[0] "%d invito disponibile" msgstr[1] "%d inviti disponibili" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:446 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:418 msgid "Advanced" msgstr "Avanzate" @@ -1136,8 +1140,8 @@ msgstr "Aggiungi" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Per esempio: Mario Rossi, Pesca" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:392 -#: ../../mod/directory.php:214 ../../mod/directory.php:219 +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 +#: ../../mod/directory.php:222 ../../mod/directory.php:227 msgid "Find" msgstr "Cerca" @@ -1161,13 +1165,13 @@ msgstr "Per esempio: name=mario e country=italy" msgid "Advanced Find" msgstr "Ricerca avanzata" -#: ../../include/contact_widgets.php:58 ../../include/features.php:67 -#: ../../include/widgets.php:296 +#: ../../include/contact_widgets.php:58 ../../include/features.php:72 +#: ../../include/widgets.php:303 msgid "Saved Folders" msgstr "Cartelle salvate" #: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96 -#: ../../include/widgets.php:299 +#: ../../include/widgets.php:306 msgid "Everything" msgstr "Tutto" @@ -1186,22 +1190,110 @@ msgstr[1] "%d contatti in comune" msgid "show more" msgstr "mostra tutto" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:420 +msgid "l F d, Y \\@ g:i A" +msgstr "l d F Y \\@ G:i" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:426 +msgid "Starts:" +msgstr "Inizio:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:434 +msgid "Finishes:" +msgstr "Fine:" + +#: ../../include/event.php:40 ../../include/bb2diaspora.php:442 +#: ../../include/identity.php:757 ../../mod/directory.php:156 +#: ../../mod/dirprofile.php:105 ../../mod/events.php:579 +msgid "Location:" +msgstr "Luogo:" + #: ../../include/event.php:326 msgid "This event has been added to your calendar." msgstr "Questo evento è stato aggiunto al tuo calendario" -#: ../../include/zot.php:624 -msgid "Invalid data packet" -msgstr "Dati non validi" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Email non valida" -#: ../../include/zot.php:634 -msgid "Unable to verify channel signature" -msgstr "Impossibile verificare la firma elettronica del canale" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Il dominio della tua email attualmente non è permesso su questo sito" + +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "La tua email è già registrata su questo sito." + +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "È necessario un invito." + +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "L'invito non può essere verificato." + +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Inserisci le informazioni richieste." + +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Non è stato possibile salvare le informazioni del tuo account." -#: ../../include/zot.php:831 +#: ../../include/account.php:245 #, php-format -msgid "Unable to verify site signature for %s" -msgstr "Impossibile verificare la firma elettronica del sito %s" +msgid "Registration confirmation for %s" +msgstr "Registrazione di %s confermata" + +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Richiesta di registrazione su %s" + +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Amministratore" + +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "la password di registrazione" + +#: ../../include/account.php:340 ../../include/account.php:397 +#, php-format +msgid "Registration details for %s" +msgstr "Dettagli della registrazione di %s" + +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "Account approvato." + +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrazione revocata per %s" + +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Registrazione verificata. Adesso puoi effettuare login." + +#: ../../include/account.php:624 ../../include/account.php:626 +msgid "Click here to upgrade." +msgstr "Clicca qui per aggiornare." + +#: ../../include/account.php:632 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Questa operazione esce dai termini del tuo abbonamento." + +#: ../../include/account.php:637 +msgid "This action is not available under your subscription plan." +msgstr "Questa operazione non è prevista dal tuo abbonamento." + +#: ../../include/diaspora.php:1911 ../../include/conversation.php:164 +#: ../../mod/like.php:331 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "A %1$s piace %3$s di %2$s" #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" @@ -1286,41 +1378,45 @@ msgstr "È il compleanno di %1$s" msgid "Happy Birthday %1$s" msgstr "Buon compleanno %1$s" -#: ../../include/dir_fns.php:36 +#: ../../include/dir_fns.php:56 msgid "Sort Options" msgstr "Opzioni di ordinamento" -#: ../../include/dir_fns.php:37 +#: ../../include/dir_fns.php:57 msgid "Alphabetic" msgstr "Alfabetico" -#: ../../include/dir_fns.php:38 +#: ../../include/dir_fns.php:58 msgid "Reverse Alphabetic" msgstr "Alfabetico inverso" -#: ../../include/dir_fns.php:39 +#: ../../include/dir_fns.php:59 msgid "Newest to Oldest" msgstr "Dal più nuovo al più vecchio" -#: ../../include/dir_fns.php:51 +#: ../../include/dir_fns.php:71 msgid "Enable Safe Search" msgstr "Abilita SafeSearch" -#: ../../include/dir_fns.php:53 +#: ../../include/dir_fns.php:73 msgid "Disable Safe Search" msgstr "Disabilita SafeSearch" -#: ../../include/dir_fns.php:55 +#: ../../include/dir_fns.php:75 msgid "Safe Mode" msgstr "Modalità SafeSearch" +#: ../../include/bb2diaspora.php:341 +msgid "Attachments:" +msgstr "Allegati:" + #: ../../include/enotify.php:41 msgid "Red Matrix Notification" -msgstr "Notifica di Red Matrix" +msgstr "Notifica di RedMatrix" #: ../../include/enotify.php:42 msgid "redmatrix" -msgstr "redmatrix" +msgstr "RedMatrix" #: ../../include/enotify.php:44 msgid "Thank You," @@ -1339,7 +1435,7 @@ msgstr "%s <!item_type!>" #: ../../include/enotify.php:85 #, php-format msgid "[Red:Notify] New mail received at %s" -msgstr "[Red:Notifica] Nuovo messaggio ricevuto su %s" +msgstr "[RedMatrix] Nuovo messaggio ricevuto su %s" #: ../../include/enotify.php:87 #, php-format @@ -1378,7 +1474,7 @@ msgstr "%1$s, %2$s ha commentato [zrl=%3$s]%4$s che hai creato[/zrl]" #: ../../include/enotify.php:172 #, php-format msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Red:Notifica] Nuovo commento di %2$s alla conversazione #%1$d" +msgstr "[RedMatrix] Nuovo commento di %2$s alla conversazione #%1$d" #: ../../include/enotify.php:173 #, php-format @@ -1395,7 +1491,7 @@ msgstr "Visita %s per leggere o commentare la conversazione." #: ../../include/enotify.php:182 #, php-format msgid "[Red:Notify] %s posted to your profile wall" -msgstr "[Red:Notifica] %s ha scritto sulla tua bacheca" +msgstr "[RedMatrix] %s ha scritto sulla tua bacheca" #: ../../include/enotify.php:184 #, php-format @@ -1410,7 +1506,7 @@ msgstr "%1$s, %2$s ha scritto sulla [zrl=%3$s]tua bacheca[/zrl]" #: ../../include/enotify.php:210 #, php-format msgid "[Red:Notify] %s tagged you" -msgstr "[Red:Notifica] %s ti ha taggato" +msgstr "[RedMatrix] %s ti ha taggato" #: ../../include/enotify.php:211 #, php-format @@ -1425,7 +1521,7 @@ msgstr "%1$s, %2$s [zrl=%3$s]ti ha taggato[/zrl]." #: ../../include/enotify.php:225 #, php-format msgid "[Red:Notify] %1$s poked you" -msgstr "[Red:Notifica] %1$s ti ha mandato un poke" +msgstr "[RedMatrix] %1$s ti ha mandato un poke" #: ../../include/enotify.php:226 #, php-format @@ -1440,7 +1536,7 @@ msgstr "%1$s, %2$s [zrl=%2$s]ti ha mandato un poke[/zrl]." #: ../../include/enotify.php:243 #, php-format msgid "[Red:Notify] %s tagged your post" -msgstr "[Red:Notifica] %s ha taggato il tuo articolo" +msgstr "[RedMatrix] %s ha taggato il tuo articolo" #: ../../include/enotify.php:244 #, php-format @@ -1454,7 +1550,7 @@ msgstr "%1$s, %2$s ha taggato [zrl=%3$s]il tuo articolo[/zrl]" #: ../../include/enotify.php:257 msgid "[Red:Notify] Introduction received" -msgstr "[Red:Notifica] Hai una richiesta di amicizia" +msgstr "[RedMatrix] Hai una richiesta di amicizia" #: ../../include/enotify.php:258 #, php-format @@ -1479,7 +1575,7 @@ msgstr "Visita %s per approvare o rifiutare la richiesta di entrare in contatto. #: ../../include/enotify.php:272 msgid "[Red:Notify] Friend suggestion received" -msgstr "[Red:Notifica] Ti è stato suggerito un amico" +msgstr "[RedMatrix] Ti è stato suggerito un amico" #: ../../include/enotify.php:273 #, php-format @@ -1506,6 +1602,10 @@ msgstr "Foto:" msgid "Please visit %s to approve or reject the suggestion." msgstr "Visita %s per approvare o rifiutare il suggerimento." +#: ../../include/enotify.php:477 +msgid "[Red:Notify]" +msgstr "[RedMatrix]" + #: ../../include/reddav.php:1145 ../../include/reddav.php:1288 msgid "parent" msgstr "cartella superiore" @@ -1534,11 +1634,6 @@ msgstr "Appuntamenti ricevuti" msgid "Schedule Outbox" msgstr "Appuntamenti inviati" -#: ../../include/reddav.php:1202 ../../include/apps.php:322 -#: ../../include/apps.php:373 ../../mod/connedit.php:467 -msgid "Unknown" -msgstr "Sconosciuto" - #: ../../include/reddav.php:1262 #, php-format msgid "%1$s used" @@ -1549,8 +1644,8 @@ msgstr "%1$s occupati" msgid "%1$s used of %2$s (%3$s%)" msgstr "%1$s occupati di %2$s (%3$s%)" -#: ../../include/reddav.php:1284 ../../mod/settings.php:518 -#: ../../mod/settings.php:544 ../../mod/admin.php:893 +#: ../../include/reddav.php:1284 ../../mod/settings.php:519 +#: ../../mod/settings.php:545 ../../mod/admin.php:865 msgid "Name" msgstr "Nome" @@ -1566,14 +1661,6 @@ msgstr "Dimensione" msgid "Last Modified" msgstr "Ultima modifica" -#: ../../include/reddav.php:1290 ../../include/conversation.php:635 -#: ../../include/apps.php:241 ../../include/ItemObject.php:108 -#: ../../mod/settings.php:579 ../../mod/connedit.php:431 -#: ../../mod/photos.php:1046 ../../mod/group.php:176 ../../mod/admin.php:758 -#: ../../mod/admin.php:888 ../../mod/thing.php:236 -msgid "Delete" -msgstr "Elimina" - #: ../../include/reddav.php:1291 msgid "Total" msgstr "Totale" @@ -1599,11 +1686,6 @@ msgstr "Carica" msgid "channel" msgstr "canale" -#: ../../include/conversation.php:164 ../../mod/like.php:331 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "A %1$s piace %3$s di %2$s" - #: ../../include/conversation.php:167 ../../mod/like.php:333 #, php-format msgid "%1$s doesn't like %2$s's %3$s" @@ -1625,403 +1707,408 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s è %2$s" -#: ../../include/conversation.php:634 ../../include/ItemObject.php:114 +#: ../../include/conversation.php:647 ../../include/ItemObject.php:118 msgid "Select" msgstr "Seleziona" -#: ../../include/conversation.php:642 ../../include/ItemObject.php:89 -#: ../../mod/photos.php:844 +#: ../../include/conversation.php:655 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:880 msgid "Private Message" msgstr "Messaggio privato" -#: ../../include/conversation.php:649 ../../include/ItemObject.php:182 +#: ../../include/conversation.php:662 ../../include/ItemObject.php:186 msgid "Message is verified" msgstr "Messaggio verificato" -#: ../../include/conversation.php:669 +#: ../../include/conversation.php:682 #, php-format msgid "View %s's profile @ %s" msgstr "Vedi il profilo di %s @ %s" -#: ../../include/conversation.php:683 +#: ../../include/conversation.php:696 msgid "Categories:" msgstr "Categorie:" -#: ../../include/conversation.php:684 +#: ../../include/conversation.php:697 msgid "Filed under:" msgstr "Classificato come:" -#: ../../include/conversation.php:693 ../../include/ItemObject.php:250 +#: ../../include/conversation.php:706 ../../include/ItemObject.php:255 #, php-format msgid " from %s" msgstr " da %s" -#: ../../include/conversation.php:696 ../../include/ItemObject.php:253 +#: ../../include/conversation.php:709 ../../include/ItemObject.php:258 #, php-format msgid "last edited: %s" msgstr "ultima modifica: %s" -#: ../../include/conversation.php:697 ../../include/ItemObject.php:254 +#: ../../include/conversation.php:710 ../../include/ItemObject.php:259 #, php-format msgid "Expires: %s" msgstr "Scadenza: %s" -#: ../../include/conversation.php:712 +#: ../../include/conversation.php:725 msgid "View in context" msgstr "Vedi nel contesto" -#: ../../include/conversation.php:714 ../../include/conversation.php:1130 -#: ../../include/ItemObject.php:294 ../../mod/editblock.php:120 +#: ../../include/conversation.php:727 ../../include/conversation.php:1148 +#: ../../include/ItemObject.php:299 ../../mod/editblock.php:120 #: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/photos.php:977 +#: ../../mod/editwebpage.php:152 ../../mod/photos.php:1013 #: ../../mod/mail.php:231 ../../mod/mail.php:346 msgid "Please wait" msgstr "Attendere" -#: ../../include/conversation.php:841 +#: ../../include/conversation.php:854 msgid "remove" msgstr "rimuovi" -#: ../../include/conversation.php:845 +#: ../../include/conversation.php:858 msgid "Loading..." msgstr "Caricamento in corso..." -#: ../../include/conversation.php:846 +#: ../../include/conversation.php:859 msgid "Delete Selected Items" msgstr "Elimina gli oggetti selezionati" -#: ../../include/conversation.php:937 +#: ../../include/conversation.php:954 msgid "View Source" msgstr "Vedi il sorgente" -#: ../../include/conversation.php:938 +#: ../../include/conversation.php:955 msgid "Follow Thread" msgstr "Segui la discussione" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:956 msgid "View Status" msgstr "Guarda il messaggio di stato" -#: ../../include/conversation.php:941 +#: ../../include/conversation.php:958 msgid "View Photos" msgstr "Guarda le foto" -#: ../../include/conversation.php:942 +#: ../../include/conversation.php:959 msgid "Matrix Activity" msgstr "Attività nella tua rete" -#: ../../include/conversation.php:943 +#: ../../include/conversation.php:960 ../../include/identity.php:706 +#: ../../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 "Aggiungi" + +#: ../../include/conversation.php:961 msgid "Edit Contact" msgstr "Modifica il contatto" -#: ../../include/conversation.php:944 +#: ../../include/conversation.php:962 msgid "Send PM" msgstr "Invia messaggio privato" -#: ../../include/conversation.php:945 ../../include/apps.php:140 -msgid "Poke" -msgstr "Poke" - -#: ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 #, php-format msgid "%s likes this." msgstr "Piace a %s." -#: ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 #, php-format msgid "%s doesn't like this." msgstr "Non piace a %s." -#: ../../include/conversation.php:1005 +#: ../../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] "" msgstr[1] "Piace a <span %1$s>%2$d persone</span>." -#: ../../include/conversation.php:1007 +#: ../../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] "" msgstr[1] "Non piace a <span %1$s>%2$d persone</span>." -#: ../../include/conversation.php:1013 +#: ../../include/conversation.php:1031 msgid "and" msgstr "e" -#: ../../include/conversation.php:1016 +#: ../../include/conversation.php:1034 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] "e altre %d persone" -#: ../../include/conversation.php:1017 +#: ../../include/conversation.php:1035 #, php-format msgid "%s like this." msgstr "Piace a %s." -#: ../../include/conversation.php:1017 +#: ../../include/conversation.php:1035 #, php-format msgid "%s don't like this." msgstr "Non piace a %s." -#: ../../include/conversation.php:1074 +#: ../../include/conversation.php:1092 msgid "Visible to <strong>everybody</strong>" msgstr "Visibile a <strong>tutti</strong>" -#: ../../include/conversation.php:1075 ../../mod/mail.php:167 +#: ../../include/conversation.php:1093 ../../mod/mail.php:167 #: ../../mod/mail.php:279 msgid "Please enter a link URL:" msgstr "Inserisci l'indirizzo del link:" -#: ../../include/conversation.php:1076 +#: ../../include/conversation.php:1094 msgid "Please enter a video link/URL:" msgstr "Inserisci l'indirizzo del video:" -#: ../../include/conversation.php:1077 +#: ../../include/conversation.php:1095 msgid "Please enter an audio link/URL:" msgstr "Inserisci l'indirizzo dell'audio:" -#: ../../include/conversation.php:1078 +#: ../../include/conversation.php:1096 msgid "Tag term:" msgstr "Tag:" -#: ../../include/conversation.php:1079 ../../mod/filer.php:49 +#: ../../include/conversation.php:1097 ../../mod/filer.php:49 msgid "Save to Folder:" msgstr "Salva nella cartella:" -#: ../../include/conversation.php:1080 +#: ../../include/conversation.php:1098 msgid "Where are you right now?" msgstr "Dove sei ora?" -#: ../../include/conversation.php:1081 ../../mod/editpost.php:52 +#: ../../include/conversation.php:1099 ../../mod/editpost.php:52 #: ../../mod/mail.php:168 ../../mod/mail.php:280 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Scade il YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1105 ../../mod/photos.php:976 -#: ../../mod/layouts.php:113 +#: ../../include/conversation.php:1123 ../../mod/photos.php:1012 +#: ../../mod/layouts.php:122 msgid "Share" msgstr "Condividi" -#: ../../include/conversation.php:1107 ../../mod/editwebpage.php:139 +#: ../../include/conversation.php:1125 ../../mod/editwebpage.php:139 msgid "Page link title" msgstr "Link del titolo" -#: ../../include/conversation.php:1110 +#: ../../include/conversation.php:1128 msgid "Post as" msgstr "Pubblica come " -#: ../../include/conversation.php:1111 ../../mod/editblock.php:112 +#: ../../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 "Carica foto" -#: ../../include/conversation.php:1112 +#: ../../include/conversation.php:1130 msgid "upload photo" msgstr "carica foto" -#: ../../include/conversation.php:1113 ../../mod/editblock.php:113 +#: ../../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 "Allega file" -#: ../../include/conversation.php:1114 +#: ../../include/conversation.php:1132 msgid "attach file" msgstr "allega file" -#: ../../include/conversation.php:1115 ../../mod/editblock.php:114 +#: ../../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 "Inserisci un indirizzo web" -#: ../../include/conversation.php:1116 +#: ../../include/conversation.php:1134 msgid "web link" msgstr "link web" -#: ../../include/conversation.php:1117 +#: ../../include/conversation.php:1135 msgid "Insert video link" msgstr "Inserisci l'indirizzo di un video" -#: ../../include/conversation.php:1118 +#: ../../include/conversation.php:1136 msgid "video link" msgstr "link video" -#: ../../include/conversation.php:1119 +#: ../../include/conversation.php:1137 msgid "Insert audio link" msgstr "Inserisci l'indirizzo di un audio" -#: ../../include/conversation.php:1120 +#: ../../include/conversation.php:1138 msgid "audio link" msgstr "link audio" -#: ../../include/conversation.php:1121 ../../mod/editblock.php:118 +#: ../../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 "La tua località " -#: ../../include/conversation.php:1122 +#: ../../include/conversation.php:1140 msgid "set location" msgstr "la tua località " -#: ../../include/conversation.php:1123 ../../mod/editblock.php:119 +#: ../../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 "Rimuovi la località data dal browser" -#: ../../include/conversation.php:1124 +#: ../../include/conversation.php:1142 msgid "clear location" msgstr "rimuovi la località " -#: ../../include/conversation.php:1126 ../../mod/editblock.php:132 +#: ../../include/conversation.php:1144 ../../mod/editblock.php:132 #: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 #: ../../mod/editwebpage.php:167 msgid "Set title" msgstr "Scegli un titolo" -#: ../../include/conversation.php:1129 ../../mod/editblock.php:135 +#: ../../include/conversation.php:1147 ../../mod/editblock.php:135 #: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 -#: ../../mod/editwebpage.php:169 +#: ../../mod/editwebpage.php:169 ../../mod/events.php:560 msgid "Categories (comma-separated list)" msgstr "Categorie (separate da virgola)" -#: ../../include/conversation.php:1131 ../../mod/editblock.php:121 +#: ../../include/conversation.php:1149 ../../mod/editblock.php:121 #: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 #: ../../mod/editwebpage.php:153 msgid "Permission settings" msgstr "Impostazioni permessi" -#: ../../include/conversation.php:1132 +#: ../../include/conversation.php:1150 msgid "permissions" msgstr "permessi" -#: ../../include/conversation.php:1139 ../../mod/editblock.php:129 +#: ../../include/conversation.php:1157 ../../mod/editblock.php:129 #: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 #: ../../mod/editwebpage.php:162 msgid "Public post" msgstr "Articolo pubblico" -#: ../../include/conversation.php:1141 ../../mod/editblock.php:136 +#: ../../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 "Per esempio: mario@esempio.com, simona@esempio.com" -#: ../../include/conversation.php:1154 ../../mod/editblock.php:146 +#: ../../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 "Data di scadenza" -#: ../../include/conversation.php:1156 ../../include/ItemObject.php:595 +#: ../../include/conversation.php:1174 ../../include/ItemObject.php:600 #: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351 msgid "Encrypt text" msgstr "Crittografia del testo" -#: ../../include/conversation.php:1158 ../../mod/editpost.php:150 +#: ../../include/conversation.php:1176 ../../mod/editpost.php:150 +#: ../../mod/events.php:567 msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1159 ../../mod/settings.php:517 -#: ../../mod/settings.php:543 ../../mod/editpost.php:151 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 +#: ../../include/conversation.php:1177 ../../mod/settings.php:518 +#: ../../mod/settings.php:544 ../../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 "Annulla" -#: ../../include/conversation.php:1401 +#: ../../include/conversation.php:1419 msgid "Discover" msgstr "Scopri" -#: ../../include/conversation.php:1404 +#: ../../include/conversation.php:1422 msgid "Imported public streams" msgstr "Contenuti pubblici importati" -#: ../../include/conversation.php:1409 +#: ../../include/conversation.php:1427 msgid "Commented Order" msgstr "Ultimi commenti" -#: ../../include/conversation.php:1412 +#: ../../include/conversation.php:1430 msgid "Sort by Comment Date" msgstr "Per data del commento" -#: ../../include/conversation.php:1416 +#: ../../include/conversation.php:1434 msgid "Posted Order" msgstr "Ultimi articoli" -#: ../../include/conversation.php:1419 +#: ../../include/conversation.php:1437 msgid "Sort by Post Date" msgstr "Per data di creazione" -#: ../../include/conversation.php:1424 ../../include/widgets.php:82 +#: ../../include/conversation.php:1442 ../../include/widgets.php:89 msgid "Personal" msgstr "Personali" -#: ../../include/conversation.php:1427 +#: ../../include/conversation.php:1445 msgid "Posts that mention or involve you" msgstr "Articoli che ti riguardano o ti menzionano" -#: ../../include/conversation.php:1433 ../../mod/connections.php:211 +#: ../../include/conversation.php:1451 ../../mod/connections.php:211 #: ../../mod/connections.php:224 ../../mod/menu.php:61 msgid "New" msgstr "Novità " -#: ../../include/conversation.php:1436 +#: ../../include/conversation.php:1454 msgid "Activity Stream - by date" msgstr "Elenco attività - per data" -#: ../../include/conversation.php:1442 +#: ../../include/conversation.php:1460 msgid "Starred" msgstr "Preferiti" -#: ../../include/conversation.php:1445 +#: ../../include/conversation.php:1463 msgid "Favourite Posts" msgstr "Articoli preferiti" -#: ../../include/conversation.php:1452 +#: ../../include/conversation.php:1470 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1455 +#: ../../include/conversation.php:1473 msgid "Posts flagged as SPAM" msgstr "Articoli marcati come spam" -#: ../../include/conversation.php:1491 ../../mod/admin.php:892 +#: ../../include/conversation.php:1509 ../../mod/admin.php:864 msgid "Channel" msgstr "Canale" -#: ../../include/conversation.php:1494 +#: ../../include/conversation.php:1512 msgid "Status Messages and Posts" msgstr "Articoli e messaggi di stato" -#: ../../include/conversation.php:1503 +#: ../../include/conversation.php:1521 msgid "About" msgstr "Informazioni" -#: ../../include/conversation.php:1506 +#: ../../include/conversation.php:1524 msgid "Profile Details" msgstr "Dettagli del profilo" -#: ../../include/conversation.php:1524 +#: ../../include/conversation.php:1542 msgid "Files and Storage" msgstr "Archivio file" -#: ../../include/conversation.php:1533 ../../include/conversation.php:1536 +#: ../../include/conversation.php:1551 ../../include/conversation.php:1554 msgid "Chatrooms" -msgstr "Chat" +msgstr "Area chat" -#: ../../include/conversation.php:1546 +#: ../../include/conversation.php:1564 msgid "Saved Bookmarks" msgstr "Segnalibri salvati" -#: ../../include/conversation.php:1557 +#: ../../include/conversation.php:1575 msgid "Manage Webpages" msgstr "Gestisci le pagine web" @@ -2046,200 +2133,224 @@ msgid "Ability to create multiple profiles" msgstr "Abilitazione a creare profili multipli" #: ../../include/features.php:27 +msgid "Advanced Profiles" +msgstr "Profili avanzati" + +#: ../../include/features.php:27 +msgid "Additional profile sections and selections" +msgstr "Informazioni aggiuntive del profilo" + +#: ../../include/features.php:28 +msgid "Profile Import/Export" +msgstr "Importa/esporta il profilo" + +#: ../../include/features.php:28 +msgid "Save and load profile details across sites/channels" +msgstr "Salva o ripristina le informazioni del profilo su canali o siti diversi" + +#: ../../include/features.php:29 msgid "Web Pages" msgstr "Pagine web" -#: ../../include/features.php:27 +#: ../../include/features.php:29 msgid "Provide managed web pages on your channel" msgstr "Attiva la creazione di pagine web sul tuo canale" -#: ../../include/features.php:28 +#: ../../include/features.php:30 msgid "Private Notes" msgstr "Note private" -#: ../../include/features.php:28 +#: ../../include/features.php:30 msgid "Enables a tool to store notes and reminders" msgstr "Abilita il riquadro per scrivere annotazioni" -#: ../../include/features.php:33 +#: ../../include/features.php:34 +msgid "Navigation Channel Select" +msgstr "Scegli il canale attivo dal menu" + +#: ../../include/features.php:34 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Scegli il canale attivo direttamente dal menu di navigazione" + +#: ../../include/features.php:38 msgid "Extended Identity Sharing" msgstr "Condivisione avanzata dell'identità " -#: ../../include/features.php:33 +#: ../../include/features.php:38 msgid "" "Share your identity with all websites on the internet. When disabled, " "identity is only shared with sites in the matrix." -msgstr "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti red matrix." +msgstr "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti RedMatrix." -#: ../../include/features.php:34 +#: ../../include/features.php:39 msgid "Expert Mode" msgstr "Modalità esperto" -#: ../../include/features.php:34 +#: ../../include/features.php:39 msgid "Enable Expert Mode to provide advanced configuration options" msgstr "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate" -#: ../../include/features.php:35 +#: ../../include/features.php:40 msgid "Premium Channel" msgstr "Canale premium" -#: ../../include/features.php:35 +#: ../../include/features.php:40 msgid "" "Allows you to set restrictions and terms on those that connect with your " "channel" msgstr "Ti permette di imporre delle restrizioni e dei termini d'uso a chi segue il canale" -#: ../../include/features.php:40 +#: ../../include/features.php:45 msgid "Post Composition Features" msgstr "Modalità di scrittura articoli" -#: ../../include/features.php:42 +#: ../../include/features.php:47 msgid "Use Markdown" msgstr "Usa il markdown" -#: ../../include/features.php:42 +#: ../../include/features.php:47 msgid "Allow use of \"Markdown\" to format posts" msgstr "Consenti l'uso del markdown per formattare gli articoli" -#: ../../include/features.php:43 +#: ../../include/features.php:48 msgid "Post Preview" msgstr "Anteprima articolo" -#: ../../include/features.php:43 +#: ../../include/features.php:48 msgid "Allow previewing posts and comments before publishing them" msgstr "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli" -#: ../../include/features.php:44 ../../include/widgets.php:503 +#: ../../include/features.php:49 ../../include/widgets.php:510 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "Sorgenti del canale" -#: ../../include/features.php:44 +#: ../../include/features.php:49 msgid "Automatically import channel content from other channels or feeds" msgstr "Importa automaticamente il contenuto del canale da altri canali o feed" -#: ../../include/features.php:45 +#: ../../include/features.php:50 msgid "Even More Encryption" msgstr "Crittografia addizionale" -#: ../../include/features.php:45 +#: ../../include/features.php:50 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "Rendi possibile la crittografia dei contenuti tra mittente e destinatari con una chiave segreta" -#: ../../include/features.php:50 +#: ../../include/features.php:55 msgid "Network and Stream Filtering" msgstr "Filtraggio dei contenuti" -#: ../../include/features.php:51 +#: ../../include/features.php:56 msgid "Search by Date" msgstr "Ricerca per data" -#: ../../include/features.php:51 +#: ../../include/features.php:56 msgid "Ability to select posts by date ranges" msgstr "Per selezionare gli articoli in un intervallo tra date" -#: ../../include/features.php:52 +#: ../../include/features.php:57 msgid "Collections Filter" msgstr "Filtra per insiemi di canali" -#: ../../include/features.php:52 +#: ../../include/features.php:57 msgid "Enable widget to display Network posts only from selected collections" msgstr "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali" -#: ../../include/features.php:53 ../../include/widgets.php:265 +#: ../../include/features.php:58 ../../include/widgets.php:272 msgid "Saved Searches" msgstr "Ricerche salvate" -#: ../../include/features.php:53 +#: ../../include/features.php:58 msgid "Save search terms for re-use" msgstr "Salva i termini delle ricerche per poterle ripetere" -#: ../../include/features.php:54 +#: ../../include/features.php:59 msgid "Network Personal Tab" msgstr "Attività personale" -#: ../../include/features.php:54 +#: ../../include/features.php:59 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Abilita il link per mostrare solamente i contenuti con cui hai interagito" -#: ../../include/features.php:55 +#: ../../include/features.php:60 msgid "Network New Tab" msgstr "Contenuti nuovi" -#: ../../include/features.php:55 +#: ../../include/features.php:60 msgid "Enable tab to display all new Network activity" msgstr "Abilita il link per visualizzare solo i nuovi contenuti" -#: ../../include/features.php:56 +#: ../../include/features.php:61 msgid "Affinity Tool" msgstr "Filtro per affinità " -#: ../../include/features.php:56 +#: ../../include/features.php:61 msgid "Filter stream activity by depth of relationships" msgstr "Permette di selezionare i contenuti in base al livello di amicizia" -#: ../../include/features.php:57 +#: ../../include/features.php:62 msgid "Suggest Channels" msgstr "Suggerisci canali" -#: ../../include/features.php:57 +#: ../../include/features.php:62 msgid "Show channel suggestions" msgstr "Mostra alcuni canali che potrebbero interessarti" -#: ../../include/features.php:62 +#: ../../include/features.php:67 msgid "Post/Comment Tools" msgstr "Gestione articoli e commenti" -#: ../../include/features.php:64 +#: ../../include/features.php:69 msgid "Edit Sent Posts" msgstr "Modifica gli articoli già inviati" -#: ../../include/features.php:64 +#: ../../include/features.php:69 msgid "Edit and correct posts and comments after sending" msgstr "Modifica e correggi gli articoli o i commenti anche dopo l'invio" -#: ../../include/features.php:65 +#: ../../include/features.php:70 msgid "Tagging" msgstr "Tag" -#: ../../include/features.php:65 +#: ../../include/features.php:70 msgid "Ability to tag existing posts" msgstr "Permetti l'aggiunta di tag su articoli già esistenti" -#: ../../include/features.php:66 +#: ../../include/features.php:71 msgid "Post Categories" msgstr "Categorie degli articoli" -#: ../../include/features.php:66 +#: ../../include/features.php:71 msgid "Add categories to your posts" msgstr "Abilita le categorie per i tuoi articoli" -#: ../../include/features.php:67 +#: ../../include/features.php:72 msgid "Ability to file posts under folders" msgstr "Abilita la raccolta dei tuoi articoli in cartelle" -#: ../../include/features.php:68 +#: ../../include/features.php:73 msgid "Dislike Posts" msgstr "Non mi piace" -#: ../../include/features.php:68 +#: ../../include/features.php:73 msgid "Ability to dislike posts/comments" msgstr "Abilità la funzionalità \"non mi piace\" per i tuoi articoli" -#: ../../include/features.php:69 +#: ../../include/features.php:74 msgid "Star Posts" msgstr "Articoli stella (preferiti)" -#: ../../include/features.php:69 +#: ../../include/features.php:74 msgid "Ability to mark special posts with a star indicator" msgstr "Mostra la stella per scegliere gli articoli preferiti" -#: ../../include/features.php:70 +#: ../../include/features.php:75 msgid "Tag Cloud" msgstr "Nuvola di tag" -#: ../../include/features.php:70 +#: ../../include/features.php:75 msgid "Provide a personal tag cloud on your channel page" msgstr "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale" @@ -2251,45 +2362,121 @@ msgstr "Il canale è bloccato per questo sito." msgid "Channel location missing." msgstr "Manca l'indirizzo del canale." -#: ../../include/follow.php:54 +#: ../../include/follow.php:70 msgid "Response from remote channel was incomplete." msgstr "La risposta dal canale non è completa." -#: ../../include/follow.php:85 +#: ../../include/follow.php:87 msgid "Channel was deleted and no longer exists." msgstr "Il canale è stato rimosso e non esiste più." -#: ../../include/follow.php:132 +#: ../../include/follow.php:123 ../../include/follow.php:186 +msgid "Protocol disabled." +msgstr "Protocollo disabilitato." + +#: ../../include/follow.php:160 msgid "Channel discovery failed." msgstr "La ricerca del canale non ha avuto successo." -#: ../../include/follow.php:149 +#: ../../include/follow.php:176 msgid "local account not found." msgstr "l'account locale non è stato trovato." -#: ../../include/follow.php:158 +#: ../../include/follow.php:203 msgid "Cannot connect to yourself." msgstr "Non puoi connetterti a te stesso." #: ../../include/chat.php:10 msgid "Missing room name" -msgstr "Chat senza nome" +msgstr "Area chat senza nome" #: ../../include/chat.php:19 msgid "Duplicate room name" -msgstr "Il nome della chat è duplicato" +msgstr "Il nome dell'area chat è duplicato" #: ../../include/chat.php:68 ../../include/chat.php:76 msgid "Invalid room specifier." -msgstr "Il nome della chat non è valido." +msgstr "Il nome dell'area chat non è valido." #: ../../include/chat.php:105 msgid "Room not found." -msgstr "Chat non trovata." +msgstr "Area chat non trovata." #: ../../include/chat.php:126 msgid "Room is full" -msgstr "La chat è al completo" +msgstr "L'area chat è al completo" + +#: ../../include/items.php:357 ../../mod/profperm.php:23 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 +#: ../../index.php:360 +msgid "Permission denied" +msgstr "Permesso negato" + +#: ../../include/items.php:922 ../../include/items.php:967 +msgid "(Unknown)" +msgstr "(Sconosciuto)" + +#: ../../include/items.php:1099 +msgid "Visible to anybody on the internet." +msgstr "Visibile a chiunque su internet" + +#: ../../include/items.php:1101 +msgid "Visible to you only." +msgstr "Visibile solo a te." + +#: ../../include/items.php:1103 +msgid "Visible to anybody in this network." +msgstr "Visibile a tutti su questa rete." + +#: ../../include/items.php:1105 +msgid "Visible to anybody authenticated." +msgstr "Visibile a chiunque sia autenticato." + +#: ../../include/items.php:1107 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Visibile a tutti in %s." + +#: ../../include/items.php:1109 +msgid "Visible to all connections." +msgstr "Visibile a tutti coloro che ti seguono." + +#: ../../include/items.php:1111 +msgid "Visible to approved connections." +msgstr "Visibile ai contatti approvati." + +#: ../../include/items.php:1113 +msgid "Visible to specific connections." +msgstr "Visibile ad alcuni contatti scelti." + +#: ../../include/items.php:3848 ../../mod/home.php:67 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/admin.php:168 +#: ../../mod/admin.php:895 ../../mod/admin.php:1098 ../../mod/thing.php:78 +#: ../../mod/viewsrc.php:18 +msgid "Item not found." +msgstr "Elemento non trovato." + +#: ../../include/items.php:4281 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Insieme non trovato." + +#: ../../include/items.php:4296 +msgid "Collection is empty." +msgstr "L'insieme di canali è vuoto." + +#: ../../include/items.php:4303 +#, php-format +msgid "Collection: %s" +msgstr "Insieme: %s" + +#: ../../include/items.php:4314 +#, php-format +msgid "Connection: %s" +msgstr "Contatto: %s" + +#: ../../include/items.php:4317 +msgid "Connection not found." +msgstr "Contatto non trovato." #: ../../include/group.php:25 msgid "" @@ -2302,7 +2489,7 @@ msgstr "È stato ripristinato un insieme con lo stesso nome che era stato elimin msgid "Default privacy group for new contacts" msgstr "Insieme predefinito per i canali che inizi a seguire" -#: ../../include/group.php:253 ../../mod/admin.php:763 +#: ../../include/group.php:253 ../../mod/admin.php:735 msgid "All Channels" msgstr "Tutti i canali" @@ -2310,27 +2497,27 @@ msgstr "Tutti i canali" msgid "edit" msgstr "modifica" -#: ../../include/group.php:296 +#: ../../include/group.php:297 msgid "Collections" msgstr "Insiemi di canali" -#: ../../include/group.php:297 +#: ../../include/group.php:298 msgid "Edit collection" msgstr "Modifica l'insieme di canali" -#: ../../include/group.php:298 +#: ../../include/group.php:299 msgid "Create a new collection" msgstr "Crea un nuovo insieme" -#: ../../include/group.php:299 +#: ../../include/group.php:300 msgid "Channels not in any collection" msgstr "Canali che non sono in un insieme" -#: ../../include/group.php:301 ../../include/widgets.php:266 +#: ../../include/group.php:302 ../../include/widgets.php:273 msgid "add" msgstr "aggiungi" -#: ../../include/identity.php:30 ../../mod/item.php:1289 +#: ../../include/identity.php:30 ../../mod/item.php:1310 msgid "Unable to obtain identity information from database" msgstr "Impossibile ottenere le informazioni di identificazione dal database" @@ -2367,8 +2554,8 @@ msgstr "Impossibile caricare l'identità creata" msgid "Default Profile" msgstr "Profilo predefinito" -#: ../../include/identity.php:342 ../../include/widgets.php:400 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:464 +#: ../../include/identity.php:342 ../../include/widgets.php:407 +#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:473 msgid "Friends" msgstr "Amici" @@ -2376,259 +2563,211 @@ msgstr "Amici" msgid "Requested channel is not available." msgstr "Il canale che cerchi non è disponibile." -#: ../../include/identity.php:557 ../../mod/achievements.php:8 +#: ../../include/identity.php:557 ../../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/webpages.php:8 ../../mod/hcard.php:8 msgid "Requested profile is not available." msgstr "Il profilo richiesto non è disponibile." -#: ../../include/identity.php:675 ../../include/widgets.php:128 -#: ../../include/widgets.php:168 ../../include/Contact.php:107 -#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 -#: ../../mod/suggest.php:51 ../../mod/match.php:62 -msgid "Connect" -msgstr "Aggiungi" - -#: ../../include/identity.php:689 ../../mod/profiles.php:612 +#: ../../include/identity.php:720 ../../mod/profiles.php:750 msgid "Change profile photo" msgstr "Cambia la foto del profilo" -#: ../../include/identity.php:695 +#: ../../include/identity.php:726 msgid "Profiles" msgstr "Profili" -#: ../../include/identity.php:695 +#: ../../include/identity.php:726 msgid "Manage/edit profiles" msgstr "Gestisci/modifica i profili" -#: ../../include/identity.php:696 ../../mod/profiles.php:613 +#: ../../include/identity.php:727 ../../mod/profiles.php:751 msgid "Create New Profile" msgstr "Crea un nuovo profilo" -#: ../../include/identity.php:710 ../../mod/profiles.php:624 +#: ../../include/identity.php:741 ../../mod/profiles.php:762 msgid "Profile Image" msgstr "Immagine del profilo" -#: ../../include/identity.php:713 ../../mod/profiles.php:627 +#: ../../include/identity.php:744 msgid "visible to everybody" msgstr "visibile a tutti" -#: ../../include/identity.php:714 ../../mod/profiles.php:628 +#: ../../include/identity.php:745 ../../mod/profiles.php:645 +#: ../../mod/profiles.php:766 msgid "Edit visibility" msgstr "Cambia la visibilità " -#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../include/identity.php:759 ../../include/identity.php:996 #: ../../mod/directory.php:158 msgid "Gender:" msgstr "Sesso:" -#: ../../include/identity.php:729 ../../include/identity.php:996 +#: ../../include/identity.php:760 ../../include/identity.php:1040 #: ../../mod/directory.php:160 msgid "Status:" msgstr "Stato:" -#: ../../include/identity.php:730 ../../include/identity.php:1007 +#: ../../include/identity.php:761 ../../include/identity.php:1051 #: ../../mod/directory.php:162 msgid "Homepage:" msgstr "Home page:" -#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 +#: ../../include/identity.php:762 ../../mod/dirprofile.php:151 msgid "Online Now" msgstr "Online adesso" -#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../include/identity.php:840 ../../include/identity.php:920 #: ../../mod/ping.php:298 msgid "g A l F d" msgstr "g A l d F" -#: ../../include/identity.php:797 ../../include/identity.php:877 +#: ../../include/identity.php:841 ../../include/identity.php:921 msgid "F d" msgstr "d F" -#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../include/identity.php:886 ../../include/identity.php:961 #: ../../mod/ping.php:320 msgid "[today]" msgstr "[oggi]" -#: ../../include/identity.php:854 +#: ../../include/identity.php:898 msgid "Birthday Reminders" msgstr "Promemoria compleanni" -#: ../../include/identity.php:855 +#: ../../include/identity.php:899 msgid "Birthdays this week:" msgstr "Compleanni questa settimana:" -#: ../../include/identity.php:910 +#: ../../include/identity.php:954 msgid "[No description]" msgstr "[Nessuna descrizione]" -#: ../../include/identity.php:928 +#: ../../include/identity.php:972 msgid "Event Reminders" msgstr "Promemoria" -#: ../../include/identity.php:929 +#: ../../include/identity.php:973 msgid "Events this week:" msgstr "Eventi di questa settimana:" -#: ../../include/identity.php:942 ../../include/identity.php:1050 -#: ../../include/apps.php:133 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profilo" - -#: ../../include/identity.php:950 ../../mod/settings.php:936 +#: ../../include/identity.php:994 ../../mod/settings.php:943 msgid "Full Name:" msgstr "Nome completo:" -#: ../../include/identity.php:957 +#: ../../include/identity.php:1001 msgid "Like this channel" msgstr "Mi piace questo canale" -#: ../../include/identity.php:981 +#: ../../include/identity.php:1025 msgid "j F, Y" msgstr "j F Y" -#: ../../include/identity.php:982 +#: ../../include/identity.php:1026 msgid "j F" msgstr "j F" -#: ../../include/identity.php:989 +#: ../../include/identity.php:1033 msgid "Birthday:" msgstr "Compleanno:" -#: ../../include/identity.php:993 +#: ../../include/identity.php:1037 msgid "Age:" msgstr "Età :" -#: ../../include/identity.php:1002 +#: ../../include/identity.php:1046 #, php-format msgid "for %1$d %2$s" msgstr "per %1$d %2$s" -#: ../../include/identity.php:1005 ../../mod/profiles.php:535 +#: ../../include/identity.php:1049 ../../mod/profiles.php:667 msgid "Sexual Preference:" msgstr "Preferenze sessuali:" -#: ../../include/identity.php:1009 ../../mod/profiles.php:537 +#: ../../include/identity.php:1053 ../../mod/profiles.php:669 msgid "Hometown:" msgstr "Città dove vivo:" -#: ../../include/identity.php:1011 +#: ../../include/identity.php:1055 msgid "Tags:" msgstr "Tag:" -#: ../../include/identity.php:1013 ../../mod/profiles.php:538 +#: ../../include/identity.php:1057 ../../mod/profiles.php:670 msgid "Political Views:" msgstr "Orientamento politico:" -#: ../../include/identity.php:1015 +#: ../../include/identity.php:1059 msgid "Religion:" msgstr "Religione:" -#: ../../include/identity.php:1017 ../../mod/directory.php:164 +#: ../../include/identity.php:1061 ../../mod/directory.php:164 msgid "About:" msgstr "Informazioni:" -#: ../../include/identity.php:1019 +#: ../../include/identity.php:1063 msgid "Hobbies/Interests:" msgstr "Interessi e hobby:" -#: ../../include/identity.php:1021 ../../mod/profiles.php:541 +#: ../../include/identity.php:1065 ../../mod/profiles.php:673 msgid "Likes:" msgstr "Mi piace:" -#: ../../include/identity.php:1023 ../../mod/profiles.php:542 +#: ../../include/identity.php:1067 ../../mod/profiles.php:674 msgid "Dislikes:" msgstr "Non mi piace:" -#: ../../include/identity.php:1026 +#: ../../include/identity.php:1070 msgid "Contact information and Social Networks:" msgstr "Contatti e social network:" -#: ../../include/identity.php:1028 +#: ../../include/identity.php:1072 msgid "My other channels:" msgstr "I miei altri canali:" -#: ../../include/identity.php:1030 +#: ../../include/identity.php:1074 msgid "Musical interests:" msgstr "Gusti musicali:" -#: ../../include/identity.php:1032 +#: ../../include/identity.php:1076 msgid "Books, literature:" msgstr "Libri, letteratura:" -#: ../../include/identity.php:1034 +#: ../../include/identity.php:1078 msgid "Television:" msgstr "Televisione:" -#: ../../include/identity.php:1036 +#: ../../include/identity.php:1080 msgid "Film/dance/culture/entertainment:" msgstr "Film, danza, cultura, intrattenimento:" -#: ../../include/identity.php:1038 +#: ../../include/identity.php:1082 msgid "Love/Romance:" msgstr "Amore:" -#: ../../include/identity.php:1040 +#: ../../include/identity.php:1084 msgid "Work/employment:" msgstr "Lavoro:" -#: ../../include/identity.php:1042 +#: ../../include/identity.php:1086 msgid "School/education:" msgstr "Scuola:" -#: ../../include/identity.php:1052 +#: ../../include/identity.php:1106 msgid "Like this thing" msgstr "Mi piace questo oggetto" -#: ../../include/network.php:652 -msgid "view full size" -msgstr "guarda nelle dimensioni reali" - -#: ../../include/apps.php:123 -msgid "Site Admin" -msgstr "Amministrazione sito" - -#: ../../include/apps.php:125 -msgid "Address Book" -msgstr "Rubrica" - -#: ../../include/apps.php:139 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Umore" - -#: ../../include/apps.php:143 -msgid "Probe" -msgstr "Diagnostica" - -#: ../../include/apps.php:144 -msgid "Suggest" -msgstr "Suggerisci" - -#: ../../include/apps.php:233 ../../mod/settings.php:79 -#: ../../mod/settings.php:542 -msgid "Update" -msgstr "Aggiorna" - -#: ../../include/apps.php:233 -msgid "Install" -msgstr "Installa" - -#: ../../include/apps.php:238 -msgid "Purchase" -msgstr "Acquista" - -#: ../../include/bbcode.php:112 ../../include/bbcode.php:638 -#: ../../include/bbcode.php:641 ../../include/bbcode.php:646 -#: ../../include/bbcode.php:649 ../../include/bbcode.php:652 -#: ../../include/bbcode.php:655 ../../include/bbcode.php:660 -#: ../../include/bbcode.php:663 ../../include/bbcode.php:668 -#: ../../include/bbcode.php:671 ../../include/bbcode.php:674 -#: ../../include/bbcode.php:677 +#: ../../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:670 ../../include/bbcode.php:675 +#: ../../include/bbcode.php:678 ../../include/bbcode.php:681 +#: ../../include/bbcode.php:684 msgid "Image/photo" msgstr "Immagine" -#: ../../include/bbcode.php:147 ../../include/bbcode.php:688 +#: ../../include/bbcode.php:147 ../../include/bbcode.php:695 msgid "Encrypted content" msgstr "Contenuto crittografato" @@ -2645,7 +2784,7 @@ msgstr "%1$s ha scritto %2$s %3$s" msgid "post" msgstr "l'articolo" -#: ../../include/bbcode.php:606 ../../include/bbcode.php:626 +#: ../../include/bbcode.php:613 ../../include/bbcode.php:633 msgid "$1 wrote:" msgstr "$1 ha scritto:" @@ -2665,302 +2804,302 @@ msgstr "Impossibile determinare il mittente." msgid "Stored post could not be verified." msgstr "Non è stato possibile verificare l'articolo inserito." -#: ../../include/widgets.php:80 +#: ../../include/widgets.php:87 msgid "System" msgstr "Sistema" -#: ../../include/widgets.php:83 +#: ../../include/widgets.php:90 msgid "Create Personal App" msgstr "Crea una app personale" -#: ../../include/widgets.php:84 +#: ../../include/widgets.php:91 msgid "Edit Personal App" msgstr "Modifica una app personale" -#: ../../include/widgets.php:130 ../../mod/suggest.php:53 +#: ../../include/widgets.php:137 ../../mod/suggest.php:53 msgid "Ignore/Hide" msgstr "Ignora/nascondi" -#: ../../include/widgets.php:136 ../../mod/connections.php:267 +#: ../../include/widgets.php:143 ../../mod/connections.php:267 msgid "Suggestions" msgstr "Suggerimenti" -#: ../../include/widgets.php:137 +#: ../../include/widgets.php:144 msgid "See more..." msgstr "Altro..." -#: ../../include/widgets.php:159 +#: ../../include/widgets.php:166 #, php-format msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "Hai attivato %1$.0f delle %2$.0f connessioni permesse." -#: ../../include/widgets.php:165 +#: ../../include/widgets.php:172 msgid "Add New Connection" msgstr "Aggiungi un contatto" -#: ../../include/widgets.php:166 +#: ../../include/widgets.php:173 msgid "Enter the channel address" msgstr "Scrivi l'indirizzo del canale" -#: ../../include/widgets.php:167 +#: ../../include/widgets.php:174 msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Per esempio: mario@pippo.it oppure http://pluto.com/barbara" -#: ../../include/widgets.php:184 +#: ../../include/widgets.php:191 msgid "Notes" msgstr "Note" -#: ../../include/widgets.php:256 +#: ../../include/widgets.php:263 msgid "Remove term" msgstr "Rimuovi termine" -#: ../../include/widgets.php:335 +#: ../../include/widgets.php:342 msgid "Archives" msgstr "Archivi" -#: ../../include/widgets.php:397 +#: ../../include/widgets.php:404 msgid "Refresh" msgstr "Aggiorna" -#: ../../include/widgets.php:398 ../../mod/connedit.php:461 +#: ../../include/widgets.php:405 ../../mod/connedit.php:470 msgid "Me" msgstr "Io" -#: ../../include/widgets.php:399 ../../mod/connedit.php:463 +#: ../../include/widgets.php:406 ../../mod/connedit.php:472 msgid "Best Friends" msgstr "Buoni amici" -#: ../../include/widgets.php:401 +#: ../../include/widgets.php:408 msgid "Co-workers" msgstr "Colleghi" -#: ../../include/widgets.php:402 ../../mod/connedit.php:465 +#: ../../include/widgets.php:409 ../../mod/connedit.php:474 msgid "Former Friends" msgstr "Ex amici" -#: ../../include/widgets.php:403 ../../mod/connedit.php:466 +#: ../../include/widgets.php:410 ../../mod/connedit.php:475 msgid "Acquaintances" msgstr "Conoscenti" -#: ../../include/widgets.php:404 +#: ../../include/widgets.php:411 msgid "Everybody" msgstr "Tutti" -#: ../../include/widgets.php:436 +#: ../../include/widgets.php:443 msgid "Account settings" msgstr "Il tuo account" -#: ../../include/widgets.php:442 +#: ../../include/widgets.php:449 msgid "Channel settings" msgstr "Impostazioni del canale" -#: ../../include/widgets.php:448 +#: ../../include/widgets.php:455 msgid "Additional features" msgstr "Funzionalità opzionali" -#: ../../include/widgets.php:454 +#: ../../include/widgets.php:461 msgid "Feature settings" msgstr "Componenti aggiuntivi" -#: ../../include/widgets.php:460 +#: ../../include/widgets.php:467 msgid "Display settings" msgstr "Aspetto" -#: ../../include/widgets.php:466 +#: ../../include/widgets.php:473 msgid "Connected apps" msgstr "App connesse" -#: ../../include/widgets.php:472 +#: ../../include/widgets.php:479 msgid "Export channel" msgstr "Esporta il canale" -#: ../../include/widgets.php:484 +#: ../../include/widgets.php:491 msgid "Automatic Permissions (Advanced)" msgstr "Permessi predefiniti (avanzato)" -#: ../../include/widgets.php:494 +#: ../../include/widgets.php:501 msgid "Premium Channel Settings" msgstr "Canale premium - impostazioni" -#: ../../include/widgets.php:531 +#: ../../include/widgets.php:538 msgid "Check Mail" msgstr "Controlla i messaggi" -#: ../../include/widgets.php:612 +#: ../../include/widgets.php:619 msgid "Chat Rooms" -msgstr "Chat attive" +msgstr "Aree chat attive" -#: ../../include/widgets.php:630 +#: ../../include/widgets.php:637 msgid "Bookmarked Chatrooms" -msgstr "Chat nei segnalibri" +msgstr "Aree chat nei segnalibri" -#: ../../include/widgets.php:648 +#: ../../include/widgets.php:655 msgid "Suggested Chatrooms" -msgstr "Chat suggerite" +msgstr "Aree chat suggerite" -#: ../../include/ItemObject.php:118 +#: ../../include/ItemObject.php:122 msgid "Save to Folder" msgstr "Salva nella cartella" -#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +#: ../../include/ItemObject.php:134 ../../include/ItemObject.php:146 msgid "View all" msgstr "Vedi tutto" -#: ../../include/ItemObject.php:139 +#: ../../include/ItemObject.php:143 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Non mi piace" msgstr[1] "Non mi piace" -#: ../../include/ItemObject.php:167 +#: ../../include/ItemObject.php:171 msgid "Add Star" msgstr "Aggiungi ai preferiti" -#: ../../include/ItemObject.php:168 +#: ../../include/ItemObject.php:172 msgid "Remove Star" msgstr "Rimuovi dai preferiti" -#: ../../include/ItemObject.php:169 +#: ../../include/ItemObject.php:173 msgid "Toggle Star Status" msgstr "Attiva/disattiva preferito" -#: ../../include/ItemObject.php:173 +#: ../../include/ItemObject.php:177 msgid "starred" msgstr "preferito" -#: ../../include/ItemObject.php:190 +#: ../../include/ItemObject.php:194 msgid "Add Tag" msgstr "Aggiungi un tag" -#: ../../include/ItemObject.php:208 ../../mod/photos.php:974 +#: ../../include/ItemObject.php:212 ../../mod/photos.php:1010 msgid "I like this (toggle)" msgstr "Attiva/disattiva Mi piace" -#: ../../include/ItemObject.php:209 ../../mod/photos.php:975 +#: ../../include/ItemObject.php:213 ../../mod/photos.php:1011 msgid "I don't like this (toggle)" msgstr "Attiva/disattiva Non mi piace" -#: ../../include/ItemObject.php:211 +#: ../../include/ItemObject.php:217 msgid "Share This" msgstr "Condividi" -#: ../../include/ItemObject.php:211 +#: ../../include/ItemObject.php:217 msgid "share" msgstr "condividi" -#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236 +#: ../../include/ItemObject.php:240 ../../include/ItemObject.php:241 #, php-format msgid "View %s's profile - %s" msgstr "Guarda il profilo di %s - %s" -#: ../../include/ItemObject.php:237 +#: ../../include/ItemObject.php:242 msgid "to" msgstr "a" -#: ../../include/ItemObject.php:238 +#: ../../include/ItemObject.php:243 msgid "via" msgstr "via" -#: ../../include/ItemObject.php:239 +#: ../../include/ItemObject.php:244 msgid "Wall-to-Wall" msgstr "Da bacheca a bacheca" -#: ../../include/ItemObject.php:240 +#: ../../include/ItemObject.php:245 msgid "via Wall-To-Wall:" msgstr "da bacheca a bacheca:" -#: ../../include/ItemObject.php:274 +#: ../../include/ItemObject.php:279 msgid "Save Bookmarks" msgstr "Salva segnalibro" -#: ../../include/ItemObject.php:275 +#: ../../include/ItemObject.php:280 msgid "Add to Calendar" msgstr "Aggiungi al calendario" -#: ../../include/ItemObject.php:283 +#: ../../include/ItemObject.php:288 msgctxt "noun" msgid "Likes" msgstr "Mi piace" -#: ../../include/ItemObject.php:284 +#: ../../include/ItemObject.php:289 msgctxt "noun" msgid "Dislikes" msgstr "Non mi piace" -#: ../../include/ItemObject.php:315 +#: ../../include/ItemObject.php:320 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d commento" msgstr[1] "%d commenti" -#: ../../include/ItemObject.php:316 ../../include/js_strings.php:7 +#: ../../include/ItemObject.php:321 ../../include/js_strings.php:7 msgid "[+] show all" msgstr "[+] mostra tutto" -#: ../../include/ItemObject.php:580 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 +#: ../../include/ItemObject.php:585 ../../mod/photos.php:1029 +#: ../../mod/photos.php:1116 msgid "This is you" msgstr "Questo sei tu" -#: ../../include/ItemObject.php:582 ../../include/js_strings.php:6 -#: ../../mod/photos.php:995 ../../mod/photos.php:1082 +#: ../../include/ItemObject.php:587 ../../include/js_strings.php:6 +#: ../../mod/photos.php:1031 ../../mod/photos.php:1118 msgid "Comment" msgstr "Commento" -#: ../../include/ItemObject.php:583 ../../mod/mood.php:135 -#: ../../mod/settings.php:516 ../../mod/settings.php:628 -#: ../../mod/settings.php:656 ../../mod/settings.php:680 -#: ../../mod/settings.php:750 ../../mod/settings.php:928 -#: ../../mod/poke.php:166 ../../mod/profiles.php:515 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:509 +#: ../../include/ItemObject.php:588 ../../mod/mood.php:135 +#: ../../mod/settings.php:517 ../../mod/settings.php:629 +#: ../../mod/settings.php:658 ../../mod/settings.php:682 +#: ../../mod/settings.php:755 ../../mod/settings.php:935 +#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:518 #: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/photos.php:563 ../../mod/photos.php:668 ../../mod/photos.php:956 -#: ../../mod/photos.php:996 ../../mod/photos.php:1083 +#: ../../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:511 ../../mod/filestorage.php:137 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:442 -#: ../../mod/admin.php:751 ../../mod/admin.php:886 ../../mod/admin.php:1019 -#: ../../mod/admin.php:1218 ../../mod/admin.php:1305 ../../mod/thing.php:286 -#: ../../mod/thing.php:329 ../../mod/import.php:393 ../../mod/invite.php:156 -#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/appman.php:99 -#: ../../mod/poll.php:68 ../../view/theme/apw/php/config.php:256 +#: ../../mod/events.php:586 ../../mod/filestorage.php:137 +#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:414 +#: ../../mod/admin.php:723 ../../mod/admin.php:858 ../../mod/admin.php:991 +#: ../../mod/admin.php:1190 ../../mod/admin.php:1277 ../../mod/thing.php:286 +#: ../../mod/thing.php:329 ../../mod/import.php:394 ../../mod/invite.php:142 +#: ../../mod/mail.php:345 ../../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 "Salva" -#: ../../include/ItemObject.php:584 +#: ../../include/ItemObject.php:589 msgid "Bold" msgstr "Grassetto" -#: ../../include/ItemObject.php:585 +#: ../../include/ItemObject.php:590 msgid "Italic" msgstr "Corsivo" -#: ../../include/ItemObject.php:586 +#: ../../include/ItemObject.php:591 msgid "Underline" msgstr "Sottolineato" -#: ../../include/ItemObject.php:587 +#: ../../include/ItemObject.php:592 msgid "Quote" msgstr "Citazione" -#: ../../include/ItemObject.php:588 +#: ../../include/ItemObject.php:593 msgid "Code" msgstr "Codice" -#: ../../include/ItemObject.php:589 +#: ../../include/ItemObject.php:594 msgid "Image" msgstr "Immagine" -#: ../../include/ItemObject.php:590 +#: ../../include/ItemObject.php:595 msgid "Link" msgstr "Link" -#: ../../include/ItemObject.php:591 +#: ../../include/ItemObject.php:596 msgid "Video" msgstr "Video" @@ -3089,11 +3228,18 @@ msgstr "Nuova finestra" msgid "Open the selected location in a different window or browser tab" msgstr "Apri l'indirizzo selezionato in una nuova scheda o finestra" +#: ../../include/Contact.php:211 ../../mod/admin.php:649 +#, php-format +msgid "User '%s' deleted" +msgstr "Utente '%s' eliminato" + #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Male" msgstr "Maschio" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Female" msgstr "Femmina" @@ -3138,6 +3284,9 @@ msgid "Non-specific" msgstr "Non specificato" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 msgid "Other" msgstr "Altro" @@ -3145,252 +3294,223 @@ msgstr "Altro" msgid "Undecided" msgstr "Indeciso" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Males" msgstr "Maschi" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Females" msgstr "Femmine" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Gay" msgstr "Gay" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Lesbian" msgstr "Lesbica" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "No Preference" msgstr "Senza preferenza" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Bisexual" msgstr "Bisessuale" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Autosexual" msgstr "Autosessuale" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Abstinent" msgstr "Astinente" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Virgin" msgstr "Vergine" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Deviant" msgstr "Deviato" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Fetish" msgstr "Feticista" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Oodles" msgstr "Un sacco" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Nonsexual" msgstr "Asessuato" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Single" msgstr "Single" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Lonely" msgstr "Da solo" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Available" msgstr "Disponibile" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unavailable" msgstr "Non disponibile" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Has crush" msgstr "Ha una cotta" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Infatuated" msgstr "Infatuato/a" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Dating" msgstr "Disponibile a un incontro" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unfaithful" msgstr "Infedele" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Sex Addict" msgstr "Sesso-dipendente" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Friends/Benefits" msgstr "Amici piccanti" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Casual" msgstr "Casual" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Engaged" msgstr "Impegnato" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Married" msgstr "Sposato/a" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily married" msgstr "Sogna il matrimonio" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Partners" msgstr "Partner" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Cohabiting" msgstr "Convivente" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Common law" msgstr "Matrimonio regolare" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Happy" msgstr "Felice" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Not looking" msgstr "Non in cerca" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Swinger" msgstr "Scambista" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Betrayed" msgstr "Tradito/a" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Separated" msgstr "Separato/a" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unstable" msgstr "Instabile" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Divorced" msgstr "Divorziato/a" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily divorced" msgstr "Sogna il divorzio" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Widowed" msgstr "Vedovo/a" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Uncertain" msgstr "Incerto/a" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "It's complicated" msgstr "Relazione complicata" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Don't care" msgstr "Chi se ne frega" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Ask me" msgstr "Chiedimelo" -#: ../../include/auth.php:90 +#: ../../include/auth.php:103 msgid "Logged out." msgstr "Uscita effettuata." -#: ../../include/auth.php:236 +#: ../../include/auth.php:249 msgid "Failed authentication" msgstr "Autenticazione fallita" -#: ../../include/auth.php:251 ../../mod/openid.php:188 +#: ../../include/auth.php:264 ../../mod/openid.php:188 msgid "Login failed." msgstr "Accesso fallito." -#: ../../include/items.php:288 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 -#: ../../index.php:360 -msgid "Permission denied" -msgstr "Permesso negato" - -#: ../../include/items.php:812 -msgid "(Unknown)" -msgstr "(Sconosciuto)" - -#: ../../include/items.php:3602 ../../mod/home.php:67 ../../mod/display.php:32 -#: ../../mod/filestorage.php:18 ../../mod/admin.php:159 -#: ../../mod/admin.php:923 ../../mod/admin.php:1126 ../../mod/thing.php:78 -#: ../../mod/viewsrc.php:18 -msgid "Item not found." -msgstr "Elemento non trovato." - -#: ../../include/items.php:4035 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Insieme non trovato." - -#: ../../include/items.php:4050 -msgid "Collection is empty." -msgstr "L'insieme di canali è vuoto." - -#: ../../include/items.php:4057 -#, php-format -msgid "Collection: %s" -msgstr "Insieme: %s" - -#: ../../include/items.php:4068 -#, php-format -msgid "Connection: %s" -msgstr "Contatto: %s" - -#: ../../include/items.php:4071 -msgid "Connection not found." -msgstr "Contatto non trovato." - #: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" -msgstr "Può vedere i miei contenuti \"pubblici\"" +msgid "Can view my normal stream and posts" +msgstr "Può vedere i miei contenuti e articoli normali" #: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" -msgstr "Può vedere il profilo del mio canale \"pubblico\"" +msgid "Can view my default channel profile" +msgstr "Può vedere il profilo predefinito del canale" #: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" -msgstr "Può vedere il mio album fotografico \"pubblico\"" +msgid "Can view my photo albums" +msgstr "Può vedere i miei album fotografici" #: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" -msgstr "Può vedere il mio elenco contatti \"pubblico\"" +msgid "Can view my connections" +msgstr "Può vedere i miei contatti" #: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" -msgstr "Può vedere il mio archivio file \"pubblico\"" +msgid "Can view my file storage" +msgstr "Può vedere i miei file condivisi" #: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" -msgstr "Può vedere le mie pagine web \"pubbliche\"" +msgid "Can view my webpages" +msgstr "Può vedere le mie pagine web" #: ../../include/permissions.php:21 msgid "Can send me their channel stream and posts" @@ -3416,6 +3536,10 @@ msgstr "Può aggiungere foto ai miei album" msgid "Can like/dislike stuff" msgstr "Può aggiungere \"mi piace\"" +#: ../../include/permissions.php:26 +msgid "Profiles and things other than posts/comments" +msgstr "Profili e tutto ciò che non è articoli e commenti" + #: ../../include/permissions.php:28 msgid "Can forward to all my channel contacts via post @mentions" msgstr "Può inoltrare articoli a tutti i contatti del canale tramite una @menzione" @@ -3429,16 +3553,16 @@ msgid "Can chat with me (when available)" msgstr "Può aprire una chat con me (se disponibile)" #: ../../include/permissions.php:30 -msgid "Can write to my \"public\" file storage" -msgstr "Può scrivere sul mio archivio di file \"pubblico\"" +msgid "Can write to my file storage" +msgstr "Può scrivere sul mio archivio file" #: ../../include/permissions.php:31 -msgid "Can edit my \"public\" pages" -msgstr "Può modificare le mie pagine web \"pubbliche\"" +msgid "Can edit my webpages" +msgstr "Può modificare le mie pagine web" #: ../../include/permissions.php:33 -msgid "Can source my \"public\" posts in derived channels" -msgstr "Può aggiungere i miei post \"pubblici\" a un suo canale derivato" +msgid "Can source my public posts in derived channels" +msgstr "Può usare i miei articoli pubblici per creare canali derivati" #: ../../include/permissions.php:33 msgid "Somewhat advanced - very useful in open communities" @@ -3526,7 +3650,7 @@ msgstr "Nuovo elemento del menù" msgid "Menu Item Permissions" msgstr "Permessi del menu" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:961 +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:968 msgid "(click to open/close)" msgstr "(clicca per aprire/chiudere)" @@ -3540,7 +3664,7 @@ msgstr "Indirizzo del link" #: ../../mod/mitem.php:138 ../../mod/mitem.php:182 msgid "Use Red magic-auth if available" -msgstr "Usa l'autenticazione magica di Red, se disponibile" +msgstr "Usa l'autenticazione magica di RedMatrix, se disponibile" #: ../../mod/mitem.php:139 ../../mod/mitem.php:183 msgid "Open link in new window" @@ -3574,6 +3698,10 @@ msgstr "Modifica l'elemento del menù" msgid "Modify" msgstr "Modifica" +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Qualche suggerimento per i nuovi utenti su cosa fare" + #: ../../mod/ping.php:237 msgid "sent you a private message" msgstr "ti ha inviato un messaggio privato" @@ -3586,7 +3714,7 @@ msgstr "ha aggiunto il tuo canale" msgid "posted an event" msgstr "ha creato un evento" -#: ../../mod/acl.php:239 +#: ../../mod/acl.php:244 msgid "network" msgstr "rete" @@ -3598,447 +3726,455 @@ msgstr "Il nome è obbligatorio" msgid "Key and Secret are required" msgstr "Chiave e Segreto sono richiesti" -#: ../../mod/settings.php:195 +#: ../../mod/settings.php:196 msgid "Passwords do not match. Password unchanged." msgstr "Le password non corrispondono. Password non cambiata." -#: ../../mod/settings.php:199 +#: ../../mod/settings.php:200 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Le password non possono essere vuote. Password non cambiata." -#: ../../mod/settings.php:213 +#: ../../mod/settings.php:214 msgid "Password changed." msgstr "Password cambiata." -#: ../../mod/settings.php:215 +#: ../../mod/settings.php:216 msgid "Password update failed. Please try again." msgstr "Aggiornamento password fallito. Prova ancora." -#: ../../mod/settings.php:229 +#: ../../mod/settings.php:230 msgid "Not valid email." msgstr "Email non valida." -#: ../../mod/settings.php:232 +#: ../../mod/settings.php:233 msgid "Protected email address. Cannot change to that email." msgstr "È un indirizzo email riservato. Non puoi sceglierlo." -#: ../../mod/settings.php:241 +#: ../../mod/settings.php:242 msgid "System failure storing new email. Please try again." msgstr "Errore di sistema. Non è stato possibile memorizzare il tuo messaggio, riprova per favore." -#: ../../mod/settings.php:444 +#: ../../mod/settings.php:445 msgid "Settings updated." msgstr "Impostazioni aggiornate." -#: ../../mod/settings.php:515 ../../mod/settings.php:541 -#: ../../mod/settings.php:577 +#: ../../mod/settings.php:516 ../../mod/settings.php:542 +#: ../../mod/settings.php:578 msgid "Add application" msgstr "Aggiungi una app" -#: ../../mod/settings.php:518 +#: ../../mod/settings.php:519 msgid "Name of application" msgstr "Nome dell'applicazione" -#: ../../mod/settings.php:519 ../../mod/settings.php:545 +#: ../../mod/settings.php:520 ../../mod/settings.php:546 msgid "Consumer Key" msgstr "Consumer Key" -#: ../../mod/settings.php:519 ../../mod/settings.php:520 +#: ../../mod/settings.php:520 ../../mod/settings.php:521 msgid "Automatically generated - change if desired. Max length 20" msgstr "Generato automaticamente - è possibile cambiarlo. Lunghezza massima 20" -#: ../../mod/settings.php:520 ../../mod/settings.php:546 +#: ../../mod/settings.php:521 ../../mod/settings.php:547 msgid "Consumer Secret" msgstr "Consumer Secret" -#: ../../mod/settings.php:521 ../../mod/settings.php:547 +#: ../../mod/settings.php:522 ../../mod/settings.php:548 msgid "Redirect" msgstr "Redirect" -#: ../../mod/settings.php:521 +#: ../../mod/settings.php:522 msgid "" "Redirect URI - leave blank unless your application specifically requires " "this" msgstr "URI ridirezionato - lasciare bianco se non richiesto specificamente dall'applicazione." -#: ../../mod/settings.php:522 ../../mod/settings.php:548 +#: ../../mod/settings.php:523 ../../mod/settings.php:549 msgid "Icon url" msgstr "Url icona" -#: ../../mod/settings.php:522 +#: ../../mod/settings.php:523 msgid "Optional" msgstr "Opzionale" -#: ../../mod/settings.php:533 +#: ../../mod/settings.php:534 msgid "You can't edit this application." msgstr "Non puoi modificare questa applicazione." -#: ../../mod/settings.php:576 +#: ../../mod/settings.php:577 msgid "Connected Apps" msgstr "App connesse" -#: ../../mod/settings.php:580 +#: ../../mod/settings.php:581 msgid "Client key starts with" msgstr "La client key inizia con" -#: ../../mod/settings.php:581 +#: ../../mod/settings.php:582 msgid "No name" msgstr "Nessun nome" -#: ../../mod/settings.php:582 +#: ../../mod/settings.php:583 msgid "Remove authorization" msgstr "Revoca l'autorizzazione" -#: ../../mod/settings.php:593 +#: ../../mod/settings.php:594 msgid "No feature settings configured" msgstr "Non hai componenti aggiuntivi da personalizzare" -#: ../../mod/settings.php:601 +#: ../../mod/settings.php:602 msgid "Feature Settings" msgstr "Componenti aggiuntivi" -#: ../../mod/settings.php:624 +#: ../../mod/settings.php:625 msgid "Account Settings" msgstr "Il tuo account" -#: ../../mod/settings.php:625 +#: ../../mod/settings.php:626 msgid "Password Settings" msgstr "Impostazioni password" -#: ../../mod/settings.php:626 +#: ../../mod/settings.php:627 msgid "New Password:" msgstr "Nuova password:" -#: ../../mod/settings.php:627 +#: ../../mod/settings.php:628 msgid "Confirm:" msgstr "Conferma:" -#: ../../mod/settings.php:627 +#: ../../mod/settings.php:628 msgid "Leave password fields blank unless changing" msgstr "Lascia questi campi in bianco per non cambiare la password" -#: ../../mod/settings.php:629 ../../mod/settings.php:937 +#: ../../mod/settings.php:630 ../../mod/settings.php:944 msgid "Email Address:" msgstr "Indirizzo email:" -#: ../../mod/settings.php:630 +#: ../../mod/settings.php:631 ../../mod/removeaccount.php:61 msgid "Remove Account" msgstr "Elimina l'account" -#: ../../mod/settings.php:631 ../../mod/settings.php:1000 +#: ../../mod/settings.php:632 +msgid "Remove this account from this server including all its channels" +msgstr "Elimina questo account da questo server, inclusi tutti i canali." + +#: ../../mod/settings.php:633 ../../mod/settings.php:1007 msgid "Warning: This action is permanent and cannot be reversed." msgstr "Attenzione: questa azione è permanente e non potrà più essere annullata." -#: ../../mod/settings.php:647 +#: ../../mod/settings.php:649 msgid "Off" msgstr "Off" -#: ../../mod/settings.php:647 +#: ../../mod/settings.php:649 msgid "On" msgstr "On" -#: ../../mod/settings.php:654 +#: ../../mod/settings.php:656 msgid "Additional Features" msgstr "Funzionalità opzionali" -#: ../../mod/settings.php:679 +#: ../../mod/settings.php:681 msgid "Connector Settings" msgstr "Impostazioni del connettore" -#: ../../mod/settings.php:709 ../../mod/admin.php:390 +#: ../../mod/settings.php:711 ../../mod/admin.php:362 msgid "No special theme for mobile devices" msgstr "Nessun tema per dispositivi mobili" -#: ../../mod/settings.php:718 +#: ../../mod/settings.php:720 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Sperimentale)" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:753 msgid "Display Settings" msgstr "Aspetto" -#: ../../mod/settings.php:754 +#: ../../mod/settings.php:759 msgid "Display Theme:" msgstr "Tema per monitor:" -#: ../../mod/settings.php:755 +#: ../../mod/settings.php:760 msgid "Mobile Theme:" msgstr "Tema per dispositivi mobili:" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:761 +msgid "Enable user zoom on mobile devices" +msgstr "Attiva la possibilità di fare zoom sui dispositivi mobili" + +#: ../../mod/settings.php:762 msgid "Update browser every xx seconds" msgstr "Aggiorna il browser ogni x secondi" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:762 msgid "Minimum of 10 seconds, no maximum" msgstr "Minimo 10 secondi, nessun limite massimo" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:763 msgid "Maximum number of conversations to load at any time:" msgstr "Massimo numero di conversazioni da mostrare ogni volta:" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:763 msgid "Maximum of 100 items" msgstr "Massimo 100" -#: ../../mod/settings.php:758 +#: ../../mod/settings.php:764 msgid "Don't show emoticons" msgstr "Non mostrare le emoticons" -#: ../../mod/settings.php:759 +#: ../../mod/settings.php:765 msgid "System Page Layout Editor - (advanced)" msgstr "Modifica i layout di sistema - (avanzato)" -#: ../../mod/settings.php:794 +#: ../../mod/settings.php:801 msgid "Nobody except yourself" msgstr "Nessuno tranne te" -#: ../../mod/settings.php:795 +#: ../../mod/settings.php:802 msgid "Only those you specifically allow" msgstr "Solo chi riceve il mio permesso" -#: ../../mod/settings.php:796 +#: ../../mod/settings.php:803 msgid "Approved connections" msgstr "Contatti approvati" -#: ../../mod/settings.php:797 +#: ../../mod/settings.php:804 msgid "Any connections" msgstr "Tutti i contatti" -#: ../../mod/settings.php:798 +#: ../../mod/settings.php:805 msgid "Anybody on this website" msgstr "Chiunque su questo sito" -#: ../../mod/settings.php:799 +#: ../../mod/settings.php:806 msgid "Anybody in this network" msgstr "Chiunque su Red" -#: ../../mod/settings.php:800 +#: ../../mod/settings.php:807 msgid "Anybody authenticated" msgstr "Chiunque sia autenticato" -#: ../../mod/settings.php:801 +#: ../../mod/settings.php:808 msgid "Anybody on the internet" msgstr "Chiunque su internet" -#: ../../mod/settings.php:878 +#: ../../mod/settings.php:885 msgid "Publish your default profile in the network directory" msgstr "Pubblica il mio profilo predefinito sull'elenco pubblico dei canali" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/api.php:106 ../../mod/profiles.php:493 -#: ../../mod/admin.php:420 +#: ../../mod/settings.php:885 ../../mod/settings.php:890 +#: ../../mod/settings.php:961 ../../mod/api.php:106 ../../mod/profiles.php:602 +#: ../../mod/admin.php:392 msgid "No" msgstr "No" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/api.php:105 ../../mod/profiles.php:492 -#: ../../mod/admin.php:422 +#: ../../mod/settings.php:885 ../../mod/settings.php:890 +#: ../../mod/settings.php:961 ../../mod/api.php:105 ../../mod/profiles.php:601 +#: ../../mod/admin.php:394 msgid "Yes" msgstr "Si" -#: ../../mod/settings.php:883 +#: ../../mod/settings.php:890 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Vuoi essere suggerito come potenziale amico ai nuovi membri?" -#: ../../mod/settings.php:887 ../../mod/profile_photo.php:365 +#: ../../mod/settings.php:894 ../../mod/profile_photo.php:365 msgid "or" msgstr "o" -#: ../../mod/settings.php:892 +#: ../../mod/settings.php:899 msgid "Your channel address is" msgstr "L'indirizzo del tuo canale è" -#: ../../mod/settings.php:926 +#: ../../mod/settings.php:933 msgid "Channel Settings" msgstr "Impostazioni del canale" -#: ../../mod/settings.php:935 +#: ../../mod/settings.php:942 msgid "Basic Settings" msgstr "Impostazioni di base" -#: ../../mod/settings.php:938 +#: ../../mod/settings.php:945 msgid "Your Timezone:" msgstr "Il tuo fuso orario:" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:946 msgid "Default Post Location:" msgstr "Località predefinita:" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:946 msgid "Geographical location to display on your posts" msgstr "Posizione geografica da mostrare sui tuoi post" -#: ../../mod/settings.php:940 +#: ../../mod/settings.php:947 msgid "Use Browser Location:" msgstr "Usa la località rilevata dal browser:" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:949 msgid "Adult Content" msgstr "Contenuto per adulti" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:949 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "Questo canale pubblica frequentemente contenuto per adulti. (I contenuti per adulti vanno taggati #NSFW - Not Safe For Work)" -#: ../../mod/settings.php:944 +#: ../../mod/settings.php:951 msgid "Security and Privacy Settings" msgstr "Impostazioni di sicurezza e privacy" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:953 msgid "Hide my online presence" msgstr "Non mostrare la mia presenza online" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:953 msgid "Prevents displaying in your profile that you are online" msgstr "Non mostra sul tuo profilo che sei online" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:955 msgid "Simple Privacy Settings:" msgstr "Impostazioni di privacy semplificate" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:956 msgid "" "Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "Tutto pubblico - <em>estremamente permissivo (da usare con cautela)</em>" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:957 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" msgstr "Standard - <em>contenuti normalmente pubblici, ma anche privati se necessario (simile ai social network ma con privacy migliorata)</em>" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:958 msgid "Private - <em>default private, never open or public</em>" msgstr "Privato - <em>contenuti normalmente privati, nulla è aperto o pubblico</em>" -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:959 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Bloccato - <em>bloccato in ricezione e invio</em>" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:961 msgid "Allow others to tag your posts" msgstr "Permetti ad altri di taggare i tuoi articoli" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:961 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "Usato spesso dalla comunità per marcare contenuti inappropriati già esistenti" -#: ../../mod/settings.php:956 +#: ../../mod/settings.php:963 msgid "Advanced Privacy Settings" msgstr "Impostazioni di privacy avanzate" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:965 msgid "Expire other channel content after this many days" msgstr "Giorni dopo cui mettere in scadenza gli altri contenuti del canale" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:965 msgid "0 or blank prevents expiration" msgstr "Lascia vuoto oppure 0 per non impostare scadenze" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:966 msgid "Maximum Friend Requests/Day:" msgstr "Numero massimo giornaliero di richieste di amicizia:" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:966 msgid "May reduce spam activity" msgstr "Serve e ridurre lo spam" -#: ../../mod/settings.php:960 +#: ../../mod/settings.php:967 msgid "Default Post Permissions" msgstr "Permessi predefiniti per gli articoli" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:979 msgid "Maximum private messages per day from unknown people:" msgstr "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:979 msgid "Useful to reduce spamming" msgstr "Serve e ridurre lo spam" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:982 msgid "Notification Settings" msgstr "Impostazioni di notifica" -#: ../../mod/settings.php:976 +#: ../../mod/settings.php:983 msgid "By default post a status message when:" msgstr "Pubblica un messaggio di stato quando:" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:984 msgid "accepting a friend request" msgstr "accetto una nuova amicizia" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:985 msgid "joining a forum/community" msgstr "entro a far parte di un forum" -#: ../../mod/settings.php:979 +#: ../../mod/settings.php:986 msgid "making an <em>interesting</em> profile change" msgstr "faccio un cambiamento <em>interessante</em> al mio profilo" -#: ../../mod/settings.php:980 +#: ../../mod/settings.php:987 msgid "Send a notification email when:" msgstr "Invia una email di notifica quando:" -#: ../../mod/settings.php:981 +#: ../../mod/settings.php:988 msgid "You receive a connection request" msgstr "Ricevi una richiesta di entrare in contatto" -#: ../../mod/settings.php:982 +#: ../../mod/settings.php:989 msgid "Your connections are confirmed" msgstr "I tuoi contatti sono confermati" -#: ../../mod/settings.php:983 +#: ../../mod/settings.php:990 msgid "Someone writes on your profile wall" msgstr "Qualcuno scrive sulla tua bacheca" -#: ../../mod/settings.php:984 +#: ../../mod/settings.php:991 msgid "Someone writes a followup comment" msgstr "Qualcuno scrive un commento a un tuo articolo" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:992 msgid "You receive a private message" msgstr "Ricevi un messaggio privato" -#: ../../mod/settings.php:986 +#: ../../mod/settings.php:993 msgid "You receive a friend suggestion" msgstr "Ti viene suggerito un amico" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:994 msgid "You are tagged in a post" msgstr "Sei taggato in un articolo" -#: ../../mod/settings.php:988 +#: ../../mod/settings.php:995 msgid "You are poked/prodded/etc. in a post" msgstr "Ricevi un poke in un articolo" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:998 msgid "Advanced Account/Page Type Settings" msgstr "Impostazioni avanzate" -#: ../../mod/settings.php:992 +#: ../../mod/settings.php:999 msgid "Change the behaviour of this account for special situations" msgstr "Cambia il funzionamento di questo account in situazioni particolari" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:1002 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "Abilita la modalità esperto per fare cambiamenti! (in <a href=\"settings/features\">Impostazioni > Funzionalità opzionali</a>)" -#: ../../mod/settings.php:996 +#: ../../mod/settings.php:1003 msgid "Miscellaneous Settings" msgstr "Impostazioni varie" -#: ../../mod/settings.php:998 +#: ../../mod/settings.php:1005 msgid "Personal menu to display in your channel pages" msgstr "Menu personale da mostrare sulle pagine del tuo canale" -#: ../../mod/settings.php:999 +#: ../../mod/settings.php:1006 msgid "Remove this channel" msgstr "Elimina questo canale" @@ -4104,8 +4240,8 @@ msgstr "La chiamata all'URL restituisce questo errore: %1$s" msgid "Invalid item." msgstr "Elemento non valido." -#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 -#: ../../mod/home.php:54 ../../mod/wall_upload.php:28 +#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/home.php:54 +#: ../../mod/wall_upload.php:28 msgid "Channel not found." msgstr "Canale non trovato." @@ -4186,12 +4322,12 @@ msgstr "Il caricamento dell'immagine è fallito." msgid "Image size reduction [%s] failed." msgstr "Il ridimensionamento del'immagine [%s] è fallito." -#: ../../mod/blocks.php:66 +#: ../../mod/blocks.php:62 msgid "Block Name" msgstr "Nome del riquadro" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:472 +#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 +#: ../../mod/profiles.php:222 ../../mod/profiles.php:575 msgid "Profile not found." msgstr "Profilo non trovato." @@ -4211,235 +4347,245 @@ msgstr "Il nuovo profilo è stato creato." msgid "Profile unavailable to clone." msgstr "Impossibile duplicare il profilo." -#: ../../mod/profiles.php:178 +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Il profilo non è disponibile per l'export." + +#: ../../mod/profiles.php:232 msgid "Profile Name is required." msgstr "Il nome del profilo è obbligatorio ." -#: ../../mod/profiles.php:294 +#: ../../mod/profiles.php:390 msgid "Marital Status" msgstr "Stato sentimentale" -#: ../../mod/profiles.php:298 +#: ../../mod/profiles.php:394 msgid "Romantic Partner" msgstr "Partner affettivo" -#: ../../mod/profiles.php:302 +#: ../../mod/profiles.php:398 msgid "Likes" msgstr "Mi piace" -#: ../../mod/profiles.php:306 +#: ../../mod/profiles.php:402 msgid "Dislikes" msgstr "Non mi piace" -#: ../../mod/profiles.php:310 +#: ../../mod/profiles.php:406 msgid "Work/Employment" msgstr "Lavoro/impiego" -#: ../../mod/profiles.php:313 +#: ../../mod/profiles.php:409 msgid "Religion" msgstr "Religione" -#: ../../mod/profiles.php:317 +#: ../../mod/profiles.php:413 msgid "Political Views" msgstr "Orientamento politico" -#: ../../mod/profiles.php:321 +#: ../../mod/profiles.php:417 msgid "Gender" msgstr "Sesso" -#: ../../mod/profiles.php:325 +#: ../../mod/profiles.php:421 msgid "Sexual Preference" msgstr "Preferenze sessuali" -#: ../../mod/profiles.php:329 +#: ../../mod/profiles.php:425 msgid "Homepage" msgstr "Home page" -#: ../../mod/profiles.php:333 +#: ../../mod/profiles.php:429 msgid "Interests" msgstr "Interessi" -#: ../../mod/profiles.php:337 ../../mod/admin.php:893 +#: ../../mod/profiles.php:433 ../../mod/admin.php:865 msgid "Address" msgstr "Indirizzo" -#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 +#: ../../mod/profiles.php:440 ../../mod/pubsites.php:25 msgid "Location" -msgstr "Luogo attuale" +msgstr "Posizione geografica" -#: ../../mod/profiles.php:427 +#: ../../mod/profiles.php:523 msgid "Profile updated." msgstr "Profilo aggiornato." -#: ../../mod/profiles.php:491 +#: ../../mod/profiles.php:600 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?" -#: ../../mod/profiles.php:514 +#: ../../mod/profiles.php:642 msgid "Edit Profile Details" msgstr "Modifica i dettagli del profilo" -#: ../../mod/profiles.php:516 +#: ../../mod/profiles.php:644 msgid "View this profile" msgstr "Guarda questo profilo" -#: ../../mod/profiles.php:517 +#: ../../mod/profiles.php:646 msgid "Change Profile Photo" msgstr "Cambia la foto del profilo" -#: ../../mod/profiles.php:518 +#: ../../mod/profiles.php:647 msgid "Create a new profile using these settings" msgstr "Crea un nuovo profilo usando queste impostazioni" -#: ../../mod/profiles.php:519 +#: ../../mod/profiles.php:648 msgid "Clone this profile" msgstr "Clona questo profilo" -#: ../../mod/profiles.php:520 +#: ../../mod/profiles.php:649 msgid "Delete this profile" msgstr "Elimina questo profilo" -#: ../../mod/profiles.php:521 +#: ../../mod/profiles.php:651 +msgid "Import profile from file" +msgstr "Importa il profilo da un file" + +#: ../../mod/profiles.php:652 +msgid "Export profile to file" +msgstr "Esporta il profilo in un file" + +#: ../../mod/profiles.php:653 msgid "Profile Name:" msgstr "Nome del profilo:" -#: ../../mod/profiles.php:522 +#: ../../mod/profiles.php:654 msgid "Your Full Name:" msgstr "Il tuo nome completo:" -#: ../../mod/profiles.php:523 +#: ../../mod/profiles.php:655 msgid "Title/Description:" msgstr "Titolo/descrizione:" -#: ../../mod/profiles.php:524 +#: ../../mod/profiles.php:656 msgid "Your Gender:" msgstr "Sesso:" -#: ../../mod/profiles.php:525 +#: ../../mod/profiles.php:657 #, php-format msgid "Birthday (%s):" msgstr "Compleanno (%s):" -#: ../../mod/profiles.php:526 +#: ../../mod/profiles.php:658 msgid "Street Address:" msgstr "Indirizzo (via/piazza):" -#: ../../mod/profiles.php:527 +#: ../../mod/profiles.php:659 msgid "Locality/City:" msgstr "Località :" -#: ../../mod/profiles.php:528 +#: ../../mod/profiles.php:660 msgid "Postal/Zip Code:" msgstr "CAP:" -#: ../../mod/profiles.php:529 +#: ../../mod/profiles.php:661 msgid "Country:" msgstr "Nazione:" -#: ../../mod/profiles.php:530 +#: ../../mod/profiles.php:662 msgid "Region/State:" msgstr "Regione/stato:" -#: ../../mod/profiles.php:531 +#: ../../mod/profiles.php:663 msgid "<span class=\"heart\">♥</span> Marital Status:" msgstr "<span class=\"heart\">♥</span> Stato sentimentale:" -#: ../../mod/profiles.php:532 +#: ../../mod/profiles.php:664 msgid "Who: (if applicable)" msgstr "Con chi: (se possibile)" -#: ../../mod/profiles.php:533 +#: ../../mod/profiles.php:665 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Per esempio: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/profiles.php:534 +#: ../../mod/profiles.php:666 msgid "Since [date]:" msgstr "dal [data]:" -#: ../../mod/profiles.php:536 +#: ../../mod/profiles.php:668 msgid "Homepage URL:" msgstr "Indirizzo home page:" -#: ../../mod/profiles.php:539 +#: ../../mod/profiles.php:671 msgid "Religious Views:" msgstr "Orientamento religioso:" -#: ../../mod/profiles.php:540 +#: ../../mod/profiles.php:672 msgid "Keywords:" msgstr "Parole chiave, tag:" -#: ../../mod/profiles.php:543 +#: ../../mod/profiles.php:675 msgid "Example: fishing photography software" msgstr "Per esempio: pesca fotografia programmazione" -#: ../../mod/profiles.php:544 +#: ../../mod/profiles.php:676 msgid "Used in directory listings" msgstr "Visibile nell'elenco pubblico di canali" -#: ../../mod/profiles.php:545 +#: ../../mod/profiles.php:677 msgid "Tell us about yourself..." msgstr "Raccontaci di te..." -#: ../../mod/profiles.php:546 +#: ../../mod/profiles.php:678 msgid "Hobbies/Interests" msgstr "Hobby/interessi" -#: ../../mod/profiles.php:547 +#: ../../mod/profiles.php:679 msgid "Contact information and Social Networks" msgstr "Contatti personali e i tuoi social network" -#: ../../mod/profiles.php:548 +#: ../../mod/profiles.php:680 msgid "My other channels" msgstr "I miei altri canali" -#: ../../mod/profiles.php:549 +#: ../../mod/profiles.php:681 msgid "Musical interests" msgstr "Interessi musicali" -#: ../../mod/profiles.php:550 +#: ../../mod/profiles.php:682 msgid "Books, literature" msgstr "Libri, letteratura" -#: ../../mod/profiles.php:551 +#: ../../mod/profiles.php:683 msgid "Television" msgstr "Televisione" -#: ../../mod/profiles.php:552 +#: ../../mod/profiles.php:684 msgid "Film/dance/culture/entertainment" msgstr "Film/danza/cultura/intrattenimento" -#: ../../mod/profiles.php:553 +#: ../../mod/profiles.php:685 msgid "Love/romance" msgstr "Amore" -#: ../../mod/profiles.php:554 +#: ../../mod/profiles.php:686 msgid "Work/employment" msgstr "Lavoro/impiego" -#: ../../mod/profiles.php:555 +#: ../../mod/profiles.php:687 msgid "School/education" msgstr "Scuola/educazione" -#: ../../mod/profiles.php:560 -msgid "" -"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " -"be visible to anybody using the internet." -msgstr "Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet." +#: ../../mod/profiles.php:693 +msgid "This is your default profile." +msgstr "Questo è il tuo profilo predefinito." -#: ../../mod/profiles.php:570 ../../mod/directory.php:143 +#: ../../mod/profiles.php:704 ../../mod/directory.php:143 #: ../../mod/dirprofile.php:92 msgid "Age: " msgstr "Età :" -#: ../../mod/profiles.php:609 +#: ../../mod/profiles.php:747 msgid "Edit/Manage Profiles" msgstr "Modifica/gestisci i profili" -#: ../../mod/profiles.php:610 +#: ../../mod/profiles.php:748 msgid "Add profile things" msgstr "Aggiungi oggetti al profilo" -#: ../../mod/profiles.php:611 +#: ../../mod/profiles.php:749 msgid "Include desirable objects in your profile" msgstr "Aggiungi oggetti interessanti al tuo profilo" @@ -4486,7 +4632,7 @@ msgid "" "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." -msgstr "Gli indirizzi elencati permettono la registrazione su Red Matrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere tipi diversi di abbonamento. Potrai trovare maggiori informazioni al riguardo visitando ciascun sito." +msgstr "Gli indirizzi elencati permettono la registrazione su RedMatrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere tipi diversi di abbonamento. Potrai trovare maggiori informazioni al riguardo visitando ciascun sito." #: ../../mod/pubsites.php:25 msgid "Site URL" @@ -4530,15 +4676,15 @@ msgstr "O inserisci il nome di una nuova cartella di segnalibri" #: ../../mod/chat.php:167 msgid "Room not found" -msgstr "Chat non trovata" +msgstr "Area chat non trovata" #: ../../mod/chat.php:178 msgid "Leave Room" -msgstr "Lascia la chat" +msgstr "Lascia l'area chat" #: ../../mod/chat.php:179 msgid "Delete This Room" -msgstr "Elimina questa chat" +msgstr "Elimina questa area chat" #: ../../mod/chat.php:180 msgid "I am away right now" @@ -4550,97 +4696,97 @@ msgstr "Sono online" #: ../../mod/chat.php:183 msgid "Bookmark this room" -msgstr "Aggiungi chat ai segnalibri" +msgstr "Aggiungi l'area chat ai segnalibri" #: ../../mod/chat.php:207 ../../mod/chat.php:229 msgid "New Chatroom" -msgstr "Nuova chat" +msgstr "Nuova area chat" #: ../../mod/chat.php:208 msgid "Chatroom Name" -msgstr "Nome della chat" +msgstr "Nome dell'area chat" #: ../../mod/chat.php:225 #, php-format msgid "%1$s's Chatrooms" -msgstr "Le chat di %1$s" +msgstr "Le aree chat di %1$s" -#: ../../mod/register.php:43 +#: ../../mod/register.php:42 msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!" -#: ../../mod/register.php:49 +#: ../../mod/register.php:48 msgid "" "Please indicate acceptance of the Terms of Service. Registration failed." msgstr "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio." -#: ../../mod/register.php:83 +#: ../../mod/register.php:82 msgid "Passwords do not match." msgstr "Le password non corrispondono." -#: ../../mod/register.php:116 +#: ../../mod/register.php:115 msgid "" "Registration successful. Please check your email for validation " "instructions." msgstr "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata." -#: ../../mod/register.php:122 +#: ../../mod/register.php:121 msgid "Your registration is pending approval by the site owner." msgstr "La tua richiesta è in attesa di approvazione da parte dell'amministratore del sito." -#: ../../mod/register.php:125 +#: ../../mod/register.php:124 msgid "Your registration can not be processed." msgstr "La tua registrazione non puo' essere acquisita." -#: ../../mod/register.php:162 +#: ../../mod/register.php:161 msgid "Registration on this site/hub is by approval only." msgstr "La registrazione su questo sito è soggetta ad approvazione." -#: ../../mod/register.php:163 +#: ../../mod/register.php:162 msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" msgstr "<a href=\"pubsites\">Registrati su un altro server affiliato</a>" -#: ../../mod/register.php:171 +#: ../../mod/register.php:170 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani." -#: ../../mod/register.php:182 +#: ../../mod/register.php:181 msgid "Terms of Service" msgstr "Condizioni d'Uso" -#: ../../mod/register.php:188 +#: ../../mod/register.php:187 #, php-format msgid "I accept the %s for this website" msgstr "Accetto le %s di questo sito" -#: ../../mod/register.php:190 +#: ../../mod/register.php:189 #, php-format msgid "I am over 13 years of age and accept the %s for this website" msgstr "Ho più di 13 anni e accetto le %s di questo sito" -#: ../../mod/register.php:204 ../../mod/admin.php:443 +#: ../../mod/register.php:203 ../../mod/admin.php:415 msgid "Registration" msgstr "Registrazione" -#: ../../mod/register.php:209 +#: ../../mod/register.php:208 msgid "Membership on this site is by invitation only." msgstr "Per registrarsi su questo sito è necessario un invito." -#: ../../mod/register.php:210 +#: ../../mod/register.php:209 msgid "Please enter your invitation code" msgstr "Inserisci il codice dell'invito" -#: ../../mod/register.php:213 +#: ../../mod/register.php:212 msgid "Your email address" msgstr "Il tuo indirizzo email" -#: ../../mod/register.php:214 +#: ../../mod/register.php:213 msgid "Choose a password" msgstr "Scegli una password" -#: ../../mod/register.php:215 +#: ../../mod/register.php:214 msgid "Please re-enter your password" msgstr "Ripeti la password per verifica" @@ -4652,13 +4798,13 @@ msgstr "Assente" msgid "Online" msgstr "Online" -#: ../../mod/regmod.php:12 +#: ../../mod/regmod.php:11 msgid "Please login." msgstr "Accedi." #: ../../mod/cloud.php:126 msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" -msgstr "Accesso a Red Matrix. Inserisci l'email con cui sei registrato e la password." +msgstr "Accesso a RedMatrix. Inserisci l'email con cui sei registrato e la password." #: ../../mod/removeme.php:29 msgid "" @@ -4676,7 +4822,7 @@ msgid "" "been done it is not recoverable." msgstr "Questo comando rimuoverà completamente il canale che stai usando. Una volta fatto non sarà più possibile ripristinarlo." -#: ../../mod/removeme.php:59 +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 msgid "Please enter your password for verification:" msgstr "Inserisci la tua password per verifica:" @@ -4875,20 +5021,20 @@ msgstr "Mostra solo i contatti archiviati" msgid "Only show hidden connections" msgstr "Mostra solo i contatti nascosti" -#: ../../mod/connections.php:368 +#: ../../mod/connections.php:371 #, php-format msgid "%1$s [%2$s]" msgstr "%1$s [%2$s]" -#: ../../mod/connections.php:369 -msgid "Edit contact" +#: ../../mod/connections.php:372 +msgid "Edit connection" msgstr "Modifica il contatto" -#: ../../mod/connections.php:390 +#: ../../mod/connections.php:410 msgid "Search your connections" msgstr "Cerca tra i contatti" -#: ../../mod/connections.php:391 +#: ../../mod/connections.php:411 msgid "Finding: " msgstr "Ricerca: " @@ -4900,238 +5046,238 @@ msgstr "Modifica articolo" msgid "is now connected to" msgstr "adesso è in contatto con" -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:274 msgid "Could not access address book record." msgstr "Impossibile accedere alle informazioni della rubrica." -#: ../../mod/connedit.php:290 +#: ../../mod/connedit.php:288 msgid "Refresh failed - channel is currently unavailable." msgstr "Il canale non è disponibile - impossibile aggiornare." -#: ../../mod/connedit.php:297 +#: ../../mod/connedit.php:295 msgid "Channel has been unblocked" msgstr "Il canale è stato sbloccato" -#: ../../mod/connedit.php:298 +#: ../../mod/connedit.php:296 msgid "Channel has been blocked" msgstr "Il canale è stato bloccato" -#: ../../mod/connedit.php:302 ../../mod/connedit.php:314 -#: ../../mod/connedit.php:326 ../../mod/connedit.php:338 -#: ../../mod/connedit.php:353 +#: ../../mod/connedit.php:300 ../../mod/connedit.php:312 +#: ../../mod/connedit.php:324 ../../mod/connedit.php:336 +#: ../../mod/connedit.php:352 msgid "Unable to set address book parameters." msgstr "Impossibile impostare i parametri della rubrica." -#: ../../mod/connedit.php:309 +#: ../../mod/connedit.php:307 msgid "Channel has been unignored" msgstr "Il canale non sarà più ignorato" -#: ../../mod/connedit.php:310 +#: ../../mod/connedit.php:308 msgid "Channel has been ignored" msgstr "Il canale sarà ignorato" -#: ../../mod/connedit.php:321 +#: ../../mod/connedit.php:319 msgid "Channel has been unarchived" msgstr "Il canale non è più archiviato" -#: ../../mod/connedit.php:322 +#: ../../mod/connedit.php:320 msgid "Channel has been archived" msgstr "Il canale è stato archiviato" -#: ../../mod/connedit.php:333 +#: ../../mod/connedit.php:331 msgid "Channel has been unhidden" msgstr "Il canale non è più nascosto" -#: ../../mod/connedit.php:334 +#: ../../mod/connedit.php:332 msgid "Channel has been hidden" msgstr "Il canale è stato nascosto" -#: ../../mod/connedit.php:348 +#: ../../mod/connedit.php:347 msgid "Channel has been approved" msgstr "Il canale è stato approvato" -#: ../../mod/connedit.php:349 +#: ../../mod/connedit.php:348 msgid "Channel has been unapproved" msgstr "Il canale non è più approvato" -#: ../../mod/connedit.php:367 +#: ../../mod/connedit.php:376 msgid "Connection has been removed." msgstr "Il contatto è stato rimosso." -#: ../../mod/connedit.php:387 +#: ../../mod/connedit.php:396 #, php-format msgid "View %s's profile" msgstr "Guarda il profilo di %s" -#: ../../mod/connedit.php:391 +#: ../../mod/connedit.php:400 msgid "Refresh Permissions" msgstr "Aggiorna i permessi" -#: ../../mod/connedit.php:394 +#: ../../mod/connedit.php:403 msgid "Fetch updated permissions" msgstr "Scarica i permessi aggiornati" -#: ../../mod/connedit.php:398 +#: ../../mod/connedit.php:407 msgid "Recent Activity" msgstr "Attività recenti" -#: ../../mod/connedit.php:401 +#: ../../mod/connedit.php:410 msgid "View recent posts and comments" msgstr "Leggi i post recenti e i commenti" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:548 -#: ../../mod/admin.php:760 +#: ../../mod/connedit.php:414 ../../mod/connedit.php:557 +#: ../../mod/admin.php:732 msgid "Unblock" msgstr "Sblocca" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:548 -#: ../../mod/admin.php:759 +#: ../../mod/connedit.php:414 ../../mod/connedit.php:557 +#: ../../mod/admin.php:731 msgid "Block" msgstr "Blocca" -#: ../../mod/connedit.php:408 +#: ../../mod/connedit.php:417 msgid "Block or Unblock this connection" msgstr "Per bloccare o meno questo contatto" -#: ../../mod/connedit.php:412 ../../mod/connedit.php:549 +#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 msgid "Unignore" msgstr "Non ignorare" -#: ../../mod/connedit.php:412 ../../mod/connedit.php:549 +#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignora" -#: ../../mod/connedit.php:415 +#: ../../mod/connedit.php:424 msgid "Ignore or Unignore this connection" msgstr "Per ignorare o meno questo contatto" -#: ../../mod/connedit.php:418 +#: ../../mod/connedit.php:427 msgid "Unarchive" msgstr "Non archiviare" -#: ../../mod/connedit.php:418 +#: ../../mod/connedit.php:427 msgid "Archive" msgstr "Archivia" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:430 msgid "Archive or Unarchive this connection" msgstr "Per archiviare o meno questo contatto" -#: ../../mod/connedit.php:424 +#: ../../mod/connedit.php:433 msgid "Unhide" msgstr "Non nascondere" -#: ../../mod/connedit.php:424 +#: ../../mod/connedit.php:433 msgid "Hide" msgstr "Nascondi" -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:436 msgid "Hide or Unhide this connection" msgstr "Per nascondere o meno questo contatto" -#: ../../mod/connedit.php:434 +#: ../../mod/connedit.php:443 msgid "Delete this connection" msgstr "Elimina questo contatto" -#: ../../mod/connedit.php:477 ../../mod/connedit.php:506 +#: ../../mod/connedit.php:486 ../../mod/connedit.php:515 msgid "Approve this connection" msgstr "Approva questo contatto" -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:486 msgid "Accept connection to allow communication" msgstr "Entra in contatto per poter comunicare" -#: ../../mod/connedit.php:493 +#: ../../mod/connedit.php:502 msgid "Automatic Permissions Settings" msgstr "Permessi predefiniti" -#: ../../mod/connedit.php:493 +#: ../../mod/connedit.php:502 #, php-format msgid "Connections: settings for %s" msgstr "Contatti: impostazioni per %s" -#: ../../mod/connedit.php:497 +#: ../../mod/connedit.php:506 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 "Hai ricevuto da un canale una richiesta di entrare in contatto, se prosegui la richiesta sarà approvata e saranno applicati i permessi mostrati. Lascia questa pagina se non vuoi proseguire." -#: ../../mod/connedit.php:499 +#: ../../mod/connedit.php:508 msgid "Slide to adjust your degree of friendship" msgstr "Trascina per restringere il grado di amicizia da mostrare" -#: ../../mod/connedit.php:505 +#: ../../mod/connedit.php:514 msgid "inherited" msgstr "derivato" -#: ../../mod/connedit.php:507 +#: ../../mod/connedit.php:516 msgid "Connection has no individual permissions!" msgstr "Non hai assegnato permessi individuali a questo contatto!" -#: ../../mod/connedit.php:508 +#: ../../mod/connedit.php:517 msgid "" "This may be appropriate based on your <a href=\"settings\">privacy " "settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "Questo corrisponde alle tue <a href='settings'>impostazioni di privacy</a>, ma puoi anche dare un'occhiata ai 'Permessi avanzati' per opzioni più dettagliate." -#: ../../mod/connedit.php:510 +#: ../../mod/connedit.php:519 msgid "Profile Visibility" msgstr "Visibilità del profilo" -#: ../../mod/connedit.php:511 +#: ../../mod/connedit.php:520 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro." -#: ../../mod/connedit.php:512 +#: ../../mod/connedit.php:521 msgid "Contact Information / Notes" msgstr "Informazioni e annotazioni sul contatto" -#: ../../mod/connedit.php:513 +#: ../../mod/connedit.php:522 msgid "Edit contact notes" msgstr "Modifica le informazioni sul contatto" -#: ../../mod/connedit.php:515 +#: ../../mod/connedit.php:524 msgid "Their Settings" msgstr "Permessi concessi a te" -#: ../../mod/connedit.php:516 +#: ../../mod/connedit.php:525 msgid "My Settings" msgstr "I permessi che concedo" -#: ../../mod/connedit.php:518 +#: ../../mod/connedit.php:527 msgid "Clear/Disable Automatic Permissions" msgstr "Rimuovi/disabilita i permessi automatici" -#: ../../mod/connedit.php:519 +#: ../../mod/connedit.php:528 msgid "Forum Members" msgstr "Membro di un forum" -#: ../../mod/connedit.php:520 +#: ../../mod/connedit.php:529 msgid "Soapbox" msgstr "Comunicati e annunci" -#: ../../mod/connedit.php:521 +#: ../../mod/connedit.php:530 msgid "Full Sharing (typical social network permissions)" msgstr "Condivisione completa (permessi tipici dei social network)" -#: ../../mod/connedit.php:522 +#: ../../mod/connedit.php:531 msgid "Cautious Sharing " msgstr "Condivisione prudente" -#: ../../mod/connedit.php:523 +#: ../../mod/connedit.php:532 msgid "Follow Only" msgstr "Follower" -#: ../../mod/connedit.php:524 +#: ../../mod/connedit.php:533 msgid "Individual Permissions" msgstr "Permessi individuali" -#: ../../mod/connedit.php:525 +#: ../../mod/connedit.php:534 msgid "" "Some permissions may be inherited from your channel <a " "href=\"settings\">privacy settings</a>, which have higher priority than " @@ -5139,72 +5285,72 @@ msgid "" "have no effect." msgstr "I permessi nelle <a href=\"settings\">impostazioni di privacy</a> hanno priorità su quelli mostrati in questa pagina. Non avrà alcun effetto cambiarli qui, se sono indicati come derivati." -#: ../../mod/connedit.php:526 +#: ../../mod/connedit.php:535 msgid "Advanced Permissions" msgstr "Permessi avanzati" -#: ../../mod/connedit.php:527 +#: ../../mod/connedit.php:536 msgid "Simple Permissions (select one and submit)" msgstr "Permessi semplificati (seleziona e salva)" -#: ../../mod/connedit.php:531 +#: ../../mod/connedit.php:540 #, php-format msgid "Visit %s's profile - %s" msgstr "Guarda il profilo di %s - %s" -#: ../../mod/connedit.php:532 +#: ../../mod/connedit.php:541 msgid "Block/Unblock contact" msgstr "Blocca/sblocca contatto" -#: ../../mod/connedit.php:533 +#: ../../mod/connedit.php:542 msgid "Ignore contact" msgstr "Ignora il contatto" -#: ../../mod/connedit.php:534 +#: ../../mod/connedit.php:543 msgid "Repair URL settings" msgstr "Ripara le impostazioni URL" -#: ../../mod/connedit.php:535 +#: ../../mod/connedit.php:544 msgid "View conversations" msgstr "Leggi le conversazioni" -#: ../../mod/connedit.php:537 +#: ../../mod/connedit.php:546 msgid "Delete contact" msgstr "Elimina contatto" -#: ../../mod/connedit.php:540 +#: ../../mod/connedit.php:549 msgid "Last update:" msgstr "Ultimo aggiornamento:" -#: ../../mod/connedit.php:542 +#: ../../mod/connedit.php:551 msgid "Update public posts" msgstr "Aggiorna gli articoli pubblici" -#: ../../mod/connedit.php:544 +#: ../../mod/connedit.php:553 msgid "Update now" msgstr "Aggiorna adesso" -#: ../../mod/connedit.php:550 +#: ../../mod/connedit.php:559 msgid "Currently blocked" msgstr "Attualmente bloccato" -#: ../../mod/connedit.php:551 +#: ../../mod/connedit.php:560 msgid "Currently ignored" msgstr "Attualmente ignorato" -#: ../../mod/connedit.php:552 +#: ../../mod/connedit.php:561 msgid "Currently archived" msgstr "Attualmente archiviato" -#: ../../mod/connedit.php:553 +#: ../../mod/connedit.php:562 msgid "Currently pending" msgstr "Attualmente da approvare" -#: ../../mod/connedit.php:554 +#: ../../mod/connedit.php:563 msgid "Hide this contact from others" msgstr "Nascondi questo contatto agli altri" -#: ../../mod/connedit.php:554 +#: ../../mod/connedit.php:563 msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "Le risposte ai tuoi articoli pubblici <strong>potrebbero</strong> restare comunque visibili" @@ -5236,7 +5382,7 @@ msgstr "Delegati attuali della pagina" msgid "Potential Delegates" msgstr "Delegati potenziali" -#: ../../mod/delegate.php:130 ../../mod/photos.php:906 ../../mod/tagrm.php:93 +#: ../../mod/delegate.php:130 ../../mod/photos.php:942 ../../mod/tagrm.php:93 msgid "Remove" msgstr "Rimuovi" @@ -5258,19 +5404,19 @@ msgstr "Accesso pubblico negato." msgid "Gender: " msgstr "Sesso:" -#: ../../mod/directory.php:215 +#: ../../mod/directory.php:223 msgid "Finding:" msgstr "Ricerca:" -#: ../../mod/directory.php:222 +#: ../../mod/directory.php:228 msgid "next page" -msgstr "pagina succ." +msgstr "pagina successiva" -#: ../../mod/directory.php:222 +#: ../../mod/directory.php:228 msgid "previous page" -msgstr "pagina prec." +msgstr "pagina precedente" -#: ../../mod/directory.php:231 +#: ../../mod/directory.php:245 msgid "No entries (some entries may be hidden)." msgstr "Nessun risultato (qualcosa potrebbe essere nascosto)." @@ -5304,7 +5450,7 @@ msgstr "Questo sito non fornisce l'elenco generale dei canali" #: ../../mod/home.php:81 msgid "Red Matrix - "The Network"" -msgstr "Red Matrix - "La Rete"" +msgstr "RedMatrix - "La Rete"" #: ../../mod/home.php:94 #, php-format @@ -5313,7 +5459,7 @@ msgstr "%s ti dà il benvenuto" #: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" -msgstr "Red Matrix Server - Installazione" +msgstr "RedMatrix Server - Installazione" #: ../../mod/setup.php:168 msgid "Could not connect to database." @@ -5347,7 +5493,7 @@ msgstr "Leggi il file 'install/INSTALL.txt'." msgid "System check" msgstr "Verifica del sistema" -#: ../../mod/setup.php:261 ../../mod/events.php:399 +#: ../../mod/setup.php:261 ../../mod/events.php:439 msgid "Next" msgstr "Successivo" @@ -5363,7 +5509,7 @@ msgstr "Connessione al database" msgid "" "In order to install Red Matrix we need to know how to connect to your " "database." -msgstr "Per installare Red Matrix è necessario conoscere i parametri di connessione al database." +msgstr "Per installare RedMatrix è necessario conoscere i parametri di connessione al database." #: ../../mod/setup.php:286 msgid "" @@ -5569,7 +5715,7 @@ msgstr "Spesso ciò è dovuto ai permessi di accesso al disco: il web server pot msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Red top folder." -msgstr "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di Red." +msgstr "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix." #: ../../mod/setup.php:503 msgid "" @@ -5592,7 +5738,7 @@ msgstr "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory %s under the Red top level folder." -msgstr "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di Red." +msgstr "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix." #: ../../mod/setup.php:518 ../../mod/setup.php:536 msgid "" @@ -5616,7 +5762,7 @@ msgstr "%s è scrivibile" msgid "" "Red uses the store directory to save uploaded files. The web server needs to" " have write access to the store directory under the Red top level folder" -msgstr "Red usa un archivio per salvare i file caricati. Il server deve avere i diritti di scrittura sulla cartella dell'archivio che si trova dentro la cartella principale di Red" +msgstr "RedMatrix usa un archivio per salvare i file caricati. Il server deve avere i diritti di scrittura sulla cartella dell'archivio che si trova dentro la cartella principale di RedMatrix" #: ../../mod/setup.php:539 msgid "store is writable" @@ -5779,50 +5925,50 @@ msgstr "Vuoi eliminare questa pagina web?" msgid "Delete Webpage" msgstr "Elimina la pagina web" -#: ../../mod/siteinfo.php:57 +#: ../../mod/siteinfo.php:70 #, php-format msgid "Version %s" msgstr "Versione %s" -#: ../../mod/siteinfo.php:76 +#: ../../mod/siteinfo.php:89 msgid "Installed plugins/addons/apps:" msgstr "App e componenti installati:" -#: ../../mod/siteinfo.php:89 +#: ../../mod/siteinfo.php:102 msgid "No installed plugins/addons/apps" msgstr "Nessuna app o componente installato" -#: ../../mod/siteinfo.php:97 +#: ../../mod/siteinfo.php:110 msgid "Red" -msgstr "Red" +msgstr "RedMatrix" -#: ../../mod/siteinfo.php:98 +#: ../../mod/siteinfo.php:111 msgid "" "This is a hub of the Red Matrix - a global cooperative network of " "decentralized privacy enhanced websites." msgstr "Questo è un hub di RedMatrix - una rete cooperativa e decentralizzata di siti ad elevata privacy. " -#: ../../mod/siteinfo.php:101 +#: ../../mod/siteinfo.php:114 msgid "Running at web location" msgstr "In esecuzione sull'indirizzo web" -#: ../../mod/siteinfo.php:102 +#: ../../mod/siteinfo.php:115 msgid "" "Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " "about the Red Matrix." -msgstr "Visita <a href=\"http://getzot.com\">GetZot.com</a> per scoprire il progetto Red Matrix." +msgstr "Visita <a href=\"http://getzot.com\">GetZot.com</a> per scoprire il progetto RedMatrix." -#: ../../mod/siteinfo.php:103 +#: ../../mod/siteinfo.php:116 msgid "Bug reports and issues: please visit" msgstr "Per segnalare bug e problemi: visita" -#: ../../mod/siteinfo.php:106 +#: ../../mod/siteinfo.php:119 msgid "" "Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " "com" msgstr "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com" -#: ../../mod/siteinfo.php:108 +#: ../../mod/siteinfo.php:121 msgid "Site Administrators" msgstr "Amministratori del sito" @@ -5834,11 +5980,11 @@ msgstr "Impossibile ottenere informazioni sul proprietario della pagina." msgid "Album not found." msgstr "Album non trovato." -#: ../../mod/photos.php:119 ../../mod/photos.php:669 +#: ../../mod/photos.php:119 ../../mod/photos.php:675 msgid "Delete Album" msgstr "Elimina album" -#: ../../mod/photos.php:159 ../../mod/photos.php:957 +#: ../../mod/photos.php:159 ../../mod/photos.php:993 msgid "Delete Photo" msgstr "Elimina foto" @@ -5864,7 +6010,7 @@ msgstr "Hai usato %1$.2f Mb di spazio per le foto." msgid "Upload Photos" msgstr "Carica foto" -#: ../../mod/photos.php:600 ../../mod/photos.php:664 +#: ../../mod/photos.php:600 ../../mod/photos.php:670 msgid "New album name: " msgstr "Nome del nuovo album: " @@ -5876,81 +6022,85 @@ msgstr "o nome di un album esistente: " msgid "Do not show a status post for this upload" msgstr "Non creare un messaggio di stato per questo caricamento" -#: ../../mod/photos.php:653 ../../mod/photos.php:675 ../../mod/photos.php:1129 -#: ../../mod/photos.php:1144 +#: ../../mod/photos.php:622 +msgid "Album name could not be decoded" +msgstr "Non è stato possibile leggere il nome dell'album" + +#: ../../mod/photos.php:659 ../../mod/photos.php:681 ../../mod/photos.php:1165 +#: ../../mod/photos.php:1180 msgid "Contact Photos" msgstr "Foto dei contatti" -#: ../../mod/photos.php:679 +#: ../../mod/photos.php:685 msgid "Edit Album" msgstr "Modifica album" -#: ../../mod/photos.php:685 +#: ../../mod/photos.php:691 msgid "Show Newest First" msgstr "Prima i più recenti" -#: ../../mod/photos.php:687 +#: ../../mod/photos.php:693 msgid "Show Oldest First" msgstr "Prima i più vecchi" -#: ../../mod/photos.php:730 ../../mod/photos.php:1176 +#: ../../mod/photos.php:742 ../../mod/photos.php:1212 msgid "View Photo" msgstr "Guarda la foto" -#: ../../mod/photos.php:776 +#: ../../mod/photos.php:812 msgid "Permission denied. Access to this item may be restricted." msgstr "Permesso negato. L'accesso a questo elemento può essere stato limitato." -#: ../../mod/photos.php:778 +#: ../../mod/photos.php:814 msgid "Photo not available" msgstr "Foto non disponibile" -#: ../../mod/photos.php:838 +#: ../../mod/photos.php:874 msgid "Use as profile photo" msgstr "Usa come foto del profilo" -#: ../../mod/photos.php:862 +#: ../../mod/photos.php:898 msgid "View Full Size" msgstr "Vedi nelle dimensioni originali" -#: ../../mod/photos.php:940 +#: ../../mod/photos.php:976 msgid "Edit photo" msgstr "Modifica la foto" -#: ../../mod/photos.php:942 +#: ../../mod/photos.php:978 msgid "Rotate CW (right)" msgstr "Ruota (senso orario)" -#: ../../mod/photos.php:943 +#: ../../mod/photos.php:979 msgid "Rotate CCW (left)" msgstr "Ruota (senso antiorario)" -#: ../../mod/photos.php:946 +#: ../../mod/photos.php:982 msgid "New album name" msgstr "Nuovo nome dell'album" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:985 msgid "Caption" msgstr "Titolo" -#: ../../mod/photos.php:951 +#: ../../mod/photos.php:987 msgid "Add a Tag" msgstr "Aggiungi tag" -#: ../../mod/photos.php:954 +#: ../../mod/photos.php:990 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Per esempio: @luca, @Maria_Bianchi, @bob@example.com, #California, #camping" -#: ../../mod/photos.php:1107 +#: ../../mod/photos.php:1143 msgid "In This Photo:" msgstr "In questa foto:" -#: ../../mod/photos.php:1182 +#: ../../mod/photos.php:1218 msgid "View Album" msgstr "Guarda l'album" -#: ../../mod/photos.php:1191 +#: ../../mod/photos.php:1242 msgid "Recent Photos" msgstr "Foto recenti" @@ -6021,73 +6171,77 @@ msgstr "Impossibile rimuovere la sorgente." msgid "- select -" msgstr "- scegli -" -#: ../../mod/events.php:72 +#: ../../mod/events.php:91 msgid "Event title and start time are required." msgstr "Sono necessari il titolo e l'ora d'inizio dell'evento." -#: ../../mod/events.php:86 +#: ../../mod/events.php:105 msgid "Event not found." msgstr "Evento non trovato." -#: ../../mod/events.php:329 +#: ../../mod/events.php:369 msgid "l, F j" msgstr "l j F" -#: ../../mod/events.php:351 +#: ../../mod/events.php:391 msgid "Edit event" msgstr "Modifica l'evento" -#: ../../mod/events.php:397 +#: ../../mod/events.php:437 msgid "Create New Event" msgstr "Crea un nuovo evento" -#: ../../mod/events.php:398 +#: ../../mod/events.php:438 msgid "Previous" msgstr "Precendente" -#: ../../mod/events.php:469 +#: ../../mod/events.php:536 msgid "hour:minute" msgstr "ora:minuti" -#: ../../mod/events.php:489 +#: ../../mod/events.php:556 msgid "Event details" msgstr "Dettagli evento" -#: ../../mod/events.php:490 +#: ../../mod/events.php:557 #, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Il formato è %s %s. L'inizio e il titolo sono obbligatori." +msgid "Format is %s %s." +msgstr "Il formato è %s %s" + +#: ../../mod/events.php:558 +msgid "Starting date and Title are required." +msgstr "Titolo e data d'inizio sono obbligatori." -#: ../../mod/events.php:492 +#: ../../mod/events.php:562 msgid "Event Starts:" msgstr "Inizio:" -#: ../../mod/events.php:492 ../../mod/events.php:506 ../../mod/appman.php:91 +#: ../../mod/events.php:562 ../../mod/events.php:581 ../../mod/appman.php:91 #: ../../mod/appman.php:92 msgid "Required" msgstr "Obbligatorio" -#: ../../mod/events.php:495 +#: ../../mod/events.php:570 msgid "Finish date/time is not known or not relevant" msgstr "La data/ora di fine non è rilevante" -#: ../../mod/events.php:497 +#: ../../mod/events.php:572 msgid "Event Finishes:" msgstr "Fine:" -#: ../../mod/events.php:500 +#: ../../mod/events.php:575 msgid "Adjust for viewer timezone" msgstr "Adatta al fuso orario di chi legge" -#: ../../mod/events.php:502 +#: ../../mod/events.php:577 msgid "Description:" msgstr "Descrizione:" -#: ../../mod/events.php:506 +#: ../../mod/events.php:581 msgid "Title:" msgstr "Titolo:" -#: ../../mod/events.php:508 +#: ../../mod/events.php:583 msgid "Share this event" msgstr "Condividi questo evento" @@ -6232,590 +6386,654 @@ msgstr "Seleziona un tag da rimuovere: " msgid "Theme settings updated." msgstr "Le impostazioni del tema sono state aggiornate." -#: ../../mod/admin.php:92 ../../mod/admin.php:441 +#: ../../mod/admin.php:97 ../../mod/admin.php:413 msgid "Site" msgstr "Sito" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "Accounts" msgstr "Account" -#: ../../mod/admin.php:94 ../../mod/admin.php:885 +#: ../../mod/admin.php:99 ../../mod/admin.php:857 msgid "Channels" msgstr "Canali" -#: ../../mod/admin.php:95 ../../mod/admin.php:976 ../../mod/admin.php:1018 +#: ../../mod/admin.php:100 ../../mod/admin.php:948 ../../mod/admin.php:990 msgid "Plugins" msgstr "Plugin" -#: ../../mod/admin.php:96 ../../mod/admin.php:1181 ../../mod/admin.php:1217 +#: ../../mod/admin.php:101 ../../mod/admin.php:1153 ../../mod/admin.php:1189 msgid "Themes" msgstr "Temi" -#: ../../mod/admin.php:97 ../../mod/admin.php:541 +#: ../../mod/admin.php:102 ../../mod/admin.php:515 msgid "Server" msgstr "Server" -#: ../../mod/admin.php:98 +#: ../../mod/admin.php:103 +msgid "Profile Config" +msgstr "Configurazione del profilo" + +#: ../../mod/admin.php:104 msgid "DB updates" msgstr "Aggiornamenti al DB" -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1304 +#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1276 msgid "Logs" msgstr "Log" -#: ../../mod/admin.php:118 +#: ../../mod/admin.php:124 msgid "Plugin Features" msgstr "Plugin" -#: ../../mod/admin.php:120 +#: ../../mod/admin.php:126 msgid "User registrations waiting for confirmation" msgstr "Registrazioni in attesa" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:206 msgid "Message queues" msgstr "Messaggi in attesa di recapito" -#: ../../mod/admin.php:202 ../../mod/admin.php:440 ../../mod/admin.php:540 -#: ../../mod/admin.php:749 ../../mod/admin.php:884 ../../mod/admin.php:975 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1180 ../../mod/admin.php:1216 -#: ../../mod/admin.php:1303 +#: ../../mod/admin.php:211 ../../mod/admin.php:412 ../../mod/admin.php:514 +#: ../../mod/admin.php:721 ../../mod/admin.php:856 ../../mod/admin.php:947 +#: ../../mod/admin.php:989 ../../mod/admin.php:1152 ../../mod/admin.php:1188 +#: ../../mod/admin.php:1275 msgid "Administration" msgstr "Amministrazione" -#: ../../mod/admin.php:203 +#: ../../mod/admin.php:212 msgid "Summary" msgstr "Riepilogo" -#: ../../mod/admin.php:205 +#: ../../mod/admin.php:214 msgid "Registered users" msgstr "Utenti registrati" -#: ../../mod/admin.php:207 ../../mod/admin.php:544 +#: ../../mod/admin.php:216 ../../mod/admin.php:518 msgid "Pending registrations" msgstr "Registrazioni da approvare" -#: ../../mod/admin.php:208 +#: ../../mod/admin.php:217 msgid "Version" msgstr "Versione" -#: ../../mod/admin.php:210 ../../mod/admin.php:545 +#: ../../mod/admin.php:219 ../../mod/admin.php:519 msgid "Active plugins" msgstr "Plugin attivi" -#: ../../mod/admin.php:361 +#: ../../mod/admin.php:333 msgid "Site settings updated." msgstr "Impostazioni del sito aggiornate." -#: ../../mod/admin.php:392 +#: ../../mod/admin.php:364 msgid "No special theme for accessibility" msgstr "Nessun tema speciale per l'accessibilità " -#: ../../mod/admin.php:421 +#: ../../mod/admin.php:393 msgid "Yes - with approval" msgstr "Sì - con approvazione" -#: ../../mod/admin.php:427 +#: ../../mod/admin.php:399 msgid "My site is not a public server" msgstr "Non è un server pubblico" -#: ../../mod/admin.php:428 +#: ../../mod/admin.php:400 msgid "My site has paid access only" msgstr "È un servizio a pagamento" -#: ../../mod/admin.php:429 +#: ../../mod/admin.php:401 msgid "My site has free access only" msgstr "È un servizio gratuito" -#: ../../mod/admin.php:430 +#: ../../mod/admin.php:402 msgid "My site offers free accounts with optional paid upgrades" msgstr "È un servizio gratuito con opzioni aggiuntive a pagamento" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:416 msgid "File upload" msgstr "Caricamento file" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:417 msgid "Policies" msgstr "Politiche" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:422 msgid "Site name" msgstr "Nome del sito" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:423 msgid "Banner/Logo" msgstr "Banner o logo" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:424 msgid "Administrator Information" msgstr "Informazioni sull'amministrazione" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:424 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Informazioni per contattare gli amministratori del sito. Saranno mostrate sulla pagina di informazioni. È consentito il BBcode" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:425 msgid "System language" msgstr "Lingua di sistema" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:426 msgid "System theme" msgstr "Tema di sistema" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:426 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Il tema di sistema può essere cambiato dai profili dei singoli utenti - <a href='#' id='cnftheme'>Cambia le impostazioni del tema</a>" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:427 msgid "Mobile system theme" msgstr "Tema di sistema per dispositivi mobili" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:427 msgid "Theme for mobile devices" msgstr "Tema per i dispositivi mobili" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:428 msgid "Accessibility system theme" msgstr "Tema di sistema ad alta accessibilità " -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:428 msgid "Accessibility theme" msgstr "Tema ad alta accessibilità " -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:429 msgid "Channel to use for this website's static pages" msgstr "Canale da usare per le pagine statiche di questo sito" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:429 msgid "Site Channel" msgstr "Canale del sito" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:430 +msgid "Enable Diaspora Protocol" +msgstr "Abilita la comunicazione con Diaspora" + +#: ../../mod/admin.php:430 +msgid "Communicate with Diaspora and Friendica - experimental" +msgstr "Sperimentale - per comunicare con Diaspora e Friendica" + +#: ../../mod/admin.php:431 +msgid "Allow Feeds as Connections" +msgstr "Permetti di aggiungere i feed come contatti" + +#: ../../mod/admin.php:431 +msgid "(Heavy system resource usage)" +msgstr "(Uso intenso delle risorse di sistema!)" + +#: ../../mod/admin.php:432 msgid "Maximum image size" msgstr "Dimensione massima immagini" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:432 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Massima dimensione in byte delle immagini caricate. Il default è 0, cioè nessun limite." -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:433 msgid "Does this site allow new member registration?" msgstr "Questo sito permette a nuovi utenti di registrarsi?" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:434 msgid "Which best describes the types of account offered by this hub?" msgstr "Come descriveresti il tipo di servizio proposto da questo server?" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:435 msgid "Register text" msgstr "Testo diregistrazione" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:435 msgid "Will be displayed prominently on the registration page." msgstr "Sarà mostrato ben visibile nella pagina di registrazione." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:436 msgid "Accounts abandoned after x days" msgstr "Account abbandonati dopo X giorni" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:436 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Eviterà di sprecare risorse di sistema controllando se i siti esterni hanno account abbandonati. Immettere 0 per non imporre nessun limite di tempo." -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:437 msgid "Allowed friend domains" msgstr "Domini fidati e consentiti" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:437 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Elenco separato da virglola dei domini che possono stabilire amicizie con questo sito. Sono accettati caratteri jolly. Lascia vuoto per accettare connessioni da qualsiasi dominio." -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:438 msgid "Allowed email domains" msgstr "Domini email consentiti" -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:438 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione. Sono accettati caratteri jolly. Lascia vuoto per accettare qualsiasi dominio." -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:439 msgid "Block public" msgstr "Blocca pagine pubbliche" -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:439 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Seleziona per impedire di vedere le pagine personali di questo sito a chi non ha effettuato l'accesso." -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:440 +msgid "Verify Email Addresses" +msgstr "Verifica l'indirizzo email" + +#: ../../mod/admin.php:440 +msgid "" +"Check to verify email addresses used in account registration (recommended)." +msgstr "Attiva per richiedere la verifica degli indirizzi email dei nuovi utenti (consigliato)." + +#: ../../mod/admin.php:441 msgid "Force publish" msgstr "Forza la publicazione del profilo" -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:441 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Seleziona per mostrare nell'elenco dei canali del sito <strong>tutti</strong> i profili registrati." -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:442 msgid "Disable discovery tab" msgstr "Disabilita la funzione 'scopri'" -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:442 msgid "" "Remove the tab in the network view with public content pulled from sources " "chosen for this site." msgstr "Nell'area della rete personale non comparirà più la scheda con i contenuti acquisiti da altri siti." -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:443 msgid "No login on Homepage" msgstr "Non mostrare il login sulla homepage" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:443 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "Per nascondere la possibilità di fare login ai visitatori (per esempio, quando il contenuto della homepage del sito è alimentato dal canale)." -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:445 msgid "Proxy user" msgstr "Utente proxy" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:446 msgid "Proxy URL" msgstr "URL proxy" -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:447 msgid "Network timeout" msgstr "Timeout rete" -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:447 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valore in secondi. Imposta a 0 per illimitato (sconsigliato)." -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:448 msgid "Delivery interval" msgstr "Recapito ritardato" -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:448 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "RItarda il processo di recapito di questo numero di secondi per ridurre il carico di sistema. Consigliati: 4-5 secondi per hosting condiviso, 2-3 per i VPS, 0-1 per grandi server dedicati." -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:449 msgid "Poll interval" msgstr "Intervallo di polling" -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:449 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Ritarda i processi di polling in background di questo numero di secondi per ridurre il carico del sistema. Se 0, verrà usato lo stesso valore del 'Recapito ritardato'." -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:450 msgid "Maximum Load Average" msgstr "Carico massimo medio" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:450 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Carico di sistema massimo perché i processi di recapito e polling siano ritardati - il valore predefinito è 50." -#: ../../mod/admin.php:532 +#: ../../mod/admin.php:506 msgid "No server found" msgstr "Server non trovato" -#: ../../mod/admin.php:539 ../../mod/admin.php:763 +#: ../../mod/admin.php:513 ../../mod/admin.php:735 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:513 msgid "for channel" msgstr "per canale" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:513 msgid "on server" msgstr "sul server" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:513 msgid "Status" msgstr "Stato" -#: ../../mod/admin.php:560 +#: ../../mod/admin.php:534 msgid "Update has been marked successful" msgstr "L'aggiornamento è stato marcato come eseguito." -#: ../../mod/admin.php:570 +#: ../../mod/admin.php:544 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Fallita l'esecuzione di %s. Maggiori informazioni sui log di sistema." -#: ../../mod/admin.php:573 +#: ../../mod/admin.php:547 #, php-format msgid "Update %s was successfully applied." msgstr "L'aggiornamento %s è terminato correttamente." -#: ../../mod/admin.php:577 +#: ../../mod/admin.php:551 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "L'aggiornamento %s non ha dato risposta. Impossibile determinare se è terminato correttamente." -#: ../../mod/admin.php:580 +#: ../../mod/admin.php:554 #, php-format msgid "Update function %s could not be found." msgstr "Impossibile trovare la funzione di aggiornamento %s" -#: ../../mod/admin.php:595 +#: ../../mod/admin.php:569 msgid "No failed updates." msgstr "Nessun aggiornamento fallito." -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:573 msgid "Failed Updates" msgstr "Aggiornamenti falliti." -#: ../../mod/admin.php:601 +#: ../../mod/admin.php:575 msgid "Mark success (if update was manually applied)" msgstr "Marca come eseguito (se applicato manualmente)." -#: ../../mod/admin.php:602 +#: ../../mod/admin.php:576 msgid "Attempt to execute this update step automatically" msgstr "Tenta di eseguire in automatico questo passaggio dell'aggiornamento." -#: ../../mod/admin.php:628 +#: ../../mod/admin.php:602 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s utente bloccato/sbloccato" msgstr[1] "%s utenti bloccati/sbloccati" -#: ../../mod/admin.php:635 +#: ../../mod/admin.php:609 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s utente cancellato" msgstr[1] "%s utenti cancellati" -#: ../../mod/admin.php:666 +#: ../../mod/admin.php:638 msgid "Account not found" msgstr "Account non trovato" -#: ../../mod/admin.php:677 -#, php-format -msgid "User '%s' deleted" -msgstr "Utente '%s' eliminato" - -#: ../../mod/admin.php:686 +#: ../../mod/admin.php:658 #, php-format msgid "User '%s' unblocked" msgstr "Utente '%s' sbloccato" -#: ../../mod/admin.php:686 +#: ../../mod/admin.php:658 #, php-format msgid "User '%s' blocked" msgstr "Utente '%s' bloccato" -#: ../../mod/admin.php:750 ../../mod/admin.php:762 +#: ../../mod/admin.php:722 ../../mod/admin.php:734 msgid "Users" msgstr "Utenti" -#: ../../mod/admin.php:752 ../../mod/admin.php:887 +#: ../../mod/admin.php:724 ../../mod/admin.php:859 msgid "select all" msgstr "seleziona tutti" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:725 msgid "User registrations waiting for confirm" msgstr "Richieste di registrazione in attesa di conferma" -#: ../../mod/admin.php:754 +#: ../../mod/admin.php:726 msgid "Request date" msgstr "Data richiesta" -#: ../../mod/admin.php:755 +#: ../../mod/admin.php:727 msgid "No registrations." msgstr "Nessuna registrazione." -#: ../../mod/admin.php:756 +#: ../../mod/admin.php:728 msgid "Approve" msgstr "Approva" -#: ../../mod/admin.php:757 +#: ../../mod/admin.php:729 msgid "Deny" msgstr "Nega" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:735 msgid "Register date" msgstr "Data registrazione" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:735 msgid "Last login" msgstr "Ultimo accesso" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:735 msgid "Expires" msgstr "Con scadenza" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:735 msgid "Service Class" -msgstr "Service Class" +msgstr "Classe dell'account" -#: ../../mod/admin.php:765 +#: ../../mod/admin.php:737 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Gli utenti selezionati saranno eliminati!\\n\\nTutto quello che gli utenti hanno pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?" -#: ../../mod/admin.php:766 +#: ../../mod/admin.php:738 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "L'utente {0} sarà eliminato!\\n\\nTutto quello che ha pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?" -#: ../../mod/admin.php:799 +#: ../../mod/admin.php:771 #, php-format msgid "%s channel censored/uncensored" msgid_plural "%s channelss censored/uncensored" msgstr[0] "Censura modificata per %s canale" msgstr[1] "Censura modificata per %s canali" -#: ../../mod/admin.php:806 +#: ../../mod/admin.php:778 #, php-format msgid "%s channel deleted" msgid_plural "%s channels deleted" msgstr[0] "%s canale è stato rimosso" msgstr[1] "%s canali sono stati rimossi" -#: ../../mod/admin.php:825 +#: ../../mod/admin.php:797 msgid "Channel not found" msgstr "Canale non trovato" -#: ../../mod/admin.php:836 +#: ../../mod/admin.php:808 #, php-format msgid "Channel '%s' deleted" msgstr "Il canale '%s' è stato rimosso" -#: ../../mod/admin.php:846 +#: ../../mod/admin.php:818 #, php-format msgid "Channel '%s' uncensored" msgstr "Rimossa la censura dal canale '%s'" -#: ../../mod/admin.php:846 +#: ../../mod/admin.php:818 #, php-format msgid "Channel '%s' censored" msgstr "Applicata una censura al canale '%s'" -#: ../../mod/admin.php:889 +#: ../../mod/admin.php:861 msgid "Censor" msgstr "Applica una censura" -#: ../../mod/admin.php:890 +#: ../../mod/admin.php:862 msgid "Uncensor" msgstr "Rimuovi la censura" -#: ../../mod/admin.php:893 +#: ../../mod/admin.php:865 msgid "UID" msgstr "UID" -#: ../../mod/admin.php:895 +#: ../../mod/admin.php:867 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 "I canali selezionati saranno rimossi!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questi canali sarà irreversibilmente eliminato!\\n\\nVuoi confermare?" -#: ../../mod/admin.php:896 +#: ../../mod/admin.php:868 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 "Il canale {0} sarà rimosso!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questo canale sarà irreversibilmente eliminato!\\n\\nVuoi confermare?" -#: ../../mod/admin.php:935 +#: ../../mod/admin.php:907 #, php-format msgid "Plugin %s disabled." msgstr "Plugin %s non attivo." -#: ../../mod/admin.php:939 +#: ../../mod/admin.php:911 #, php-format msgid "Plugin %s enabled." msgstr "Plugin %s attivo." -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 +#: ../../mod/admin.php:921 ../../mod/admin.php:1123 msgid "Disable" msgstr "Disattiva" -#: ../../mod/admin.php:951 ../../mod/admin.php:1153 +#: ../../mod/admin.php:923 ../../mod/admin.php:1125 msgid "Enable" msgstr "Attiva" -#: ../../mod/admin.php:977 ../../mod/admin.php:1182 +#: ../../mod/admin.php:949 ../../mod/admin.php:1154 msgid "Toggle" msgstr "Attiva/disattiva" -#: ../../mod/admin.php:985 ../../mod/admin.php:1192 +#: ../../mod/admin.php:957 ../../mod/admin.php:1164 msgid "Author: " msgstr "Autore:" -#: ../../mod/admin.php:986 ../../mod/admin.php:1193 +#: ../../mod/admin.php:958 ../../mod/admin.php:1165 msgid "Maintainer: " msgstr "Gestore:" -#: ../../mod/admin.php:1115 +#: ../../mod/admin.php:1087 msgid "No themes found." msgstr "Nessun tema trovato." -#: ../../mod/admin.php:1174 +#: ../../mod/admin.php:1146 msgid "Screenshot" msgstr "Istantanea dello schermo" -#: ../../mod/admin.php:1222 +#: ../../mod/admin.php:1194 msgid "[Experimental]" msgstr "[Sperimentale]" -#: ../../mod/admin.php:1223 +#: ../../mod/admin.php:1195 msgid "[Unsupported]" msgstr "[Non supportato]" -#: ../../mod/admin.php:1250 +#: ../../mod/admin.php:1222 msgid "Log settings updated." msgstr "Impostazioni di log aggiornate." -#: ../../mod/admin.php:1306 +#: ../../mod/admin.php:1278 msgid "Clear" msgstr "Pulisci" -#: ../../mod/admin.php:1312 +#: ../../mod/admin.php:1284 msgid "Debugging" msgstr "Debugging" -#: ../../mod/admin.php:1313 +#: ../../mod/admin.php:1285 msgid "Log file" msgstr "File di log" -#: ../../mod/admin.php:1313 +#: ../../mod/admin.php:1285 msgid "" "Must be writable by web server. Relative to your Red top-level directory." -msgstr "Deve essere scrivibile dal web server. È relativa alla cartella dove è installato Red." +msgstr "Deve essere scrivibile dal web server. È relativa alla cartella dove è installato RedMatrix." -#: ../../mod/admin.php:1314 +#: ../../mod/admin.php:1286 msgid "Log level" msgstr "Livello di log" +#: ../../mod/admin.php:1333 +msgid "New Profile Field" +msgstr "Nuovo campo del profilo" + +#: ../../mod/admin.php:1334 ../../mod/admin.php:1355 +msgid "Field nickname" +msgstr "Nome breve del campo" + +#: ../../mod/admin.php:1334 ../../mod/admin.php:1355 +msgid "System name of field" +msgstr "Nome di sistema del campo" + +#: ../../mod/admin.php:1335 ../../mod/admin.php:1356 +msgid "Input type" +msgstr "Tipo di dati" + +#: ../../mod/admin.php:1336 ../../mod/admin.php:1357 +msgid "Field Name" +msgstr "Nome del campo" + +#: ../../mod/admin.php:1336 ../../mod/admin.php:1357 +msgid "Label on profile pages" +msgstr "Etichetta da mostrare sulla pagina del profilo" + +#: ../../mod/admin.php:1337 ../../mod/admin.php:1358 +msgid "Help text" +msgstr "Testo di aiuto" + +#: ../../mod/admin.php:1337 ../../mod/admin.php:1358 +msgid "Additional info (optional)" +msgstr "Informazioni aggiuntive (opzionali)" + +#: ../../mod/admin.php:1348 +msgid "Field definition not found" +msgstr "Impossibile trovare la definizione del campo" + +#: ../../mod/admin.php:1354 +msgid "Edit Profile Field" +msgstr "Modifica campo del profilo" + #: ../../mod/thing.php:98 msgid "Thing updated" msgstr "L'oggetto è stato aggiornato" @@ -6898,19 +7116,19 @@ msgstr "Impossibile clonare il canale. L'importazione è fallita." msgid "Cloned channel not found. Import failed." msgstr "Impossibile trovare il canale clonato. L'importazione è fallita." -#: ../../mod/import.php:364 +#: ../../mod/import.php:365 msgid "Import completed." msgstr "L'importazione è terminata con successo!" -#: ../../mod/import.php:377 +#: ../../mod/import.php:378 msgid "You must be logged in to use this feature." msgstr "Per questa funzionalità devi aver effettuato l'accesso." -#: ../../mod/import.php:382 +#: ../../mod/import.php:383 msgid "Import Channel" msgstr "Importa un canale" -#: ../../mod/import.php:383 +#: ../../mod/import.php:384 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 " @@ -6918,27 +7136,27 @@ msgid "" "be imported. Importation of content is not yet available." msgstr "Usa questo modulo per importare un tuo canale da un altro server/hub. Puoi scaricare i dati identificativi del canale direttamente dall'altro server/hub oppure tramite un file che hai esportato. Saranno importati solamente l'identità e i contatti. L'importazione dei contenuti non è ancora disponibile." -#: ../../mod/import.php:384 +#: ../../mod/import.php:385 msgid "File to Upload" msgstr "File da caricare" -#: ../../mod/import.php:385 +#: ../../mod/import.php:386 msgid "Or provide the old server/hub details" msgstr "Oppure fornisci i dettagli del vecchio server/hub" -#: ../../mod/import.php:386 +#: ../../mod/import.php:387 msgid "Your old identity address (xyz@example.com)" msgstr "Il tuo vecchio identificativo (per esempio pippo@esempio.com)" -#: ../../mod/import.php:387 +#: ../../mod/import.php:388 msgid "Your old login email address" msgstr "L'email che usavi per accedere sul vecchio server" -#: ../../mod/import.php:388 +#: ../../mod/import.php:389 msgid "Your old login password" msgstr "La password per il vecchio server" -#: ../../mod/import.php:389 +#: ../../mod/import.php:390 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" @@ -6946,7 +7164,7 @@ msgid "" "primary location for files, photos, and media." msgstr "Per ciascuna opzione, scegli se vuoi rendere questo server il tuo indirizzo primario, oppure se preferisci che lo rimanga il vecchio. Potrai pubblicare da entrambi i server, ma solamente uno sarà marcato come primario per i tuoi file, foto, ecc." -#: ../../mod/import.php:390 +#: ../../mod/import.php:391 msgid "Make this hub my primary location" msgstr "Rendi questo server il mio indirizzo primario" @@ -6961,7 +7179,7 @@ msgstr "%s: non è un indirizzo email valido." #: ../../mod/invite.php:76 msgid "Please join us on Red" -msgstr "Vieni con noi su Red" +msgstr "Vieni con noi su RedMatrix" #: ../../mod/invite.php:87 msgid "Invitation limit exceeded. Please contact your site administrator." @@ -6983,72 +7201,64 @@ msgstr[1] "%d messaggi inviati." msgid "You have no more invitations available" msgstr "Non hai altri inviti disponibili" -#: ../../mod/invite.php:141 +#: ../../mod/invite.php:129 msgid "Send invitations" msgstr "Spedisci inviti" -#: ../../mod/invite.php:142 +#: ../../mod/invite.php:130 msgid "Enter email addresses, one per line:" msgstr "Inserisci gli indirizzi email, uno per riga:" -#: ../../mod/invite.php:143 ../../mod/mail.php:225 ../../mod/mail.php:338 +#: ../../mod/invite.php:131 ../../mod/mail.php:225 ../../mod/mail.php:338 msgid "Your message:" msgstr "Il tuo messaggio:" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralized communication and information " -"tool." -msgstr "Questo è un caloroso invito ad unirti a me e ad altri amici su Red Matrix - uno strumento di comunicazione social rivoluzionario e decentrato." +#: ../../mod/invite.php:132 +msgid "Please join my community on RedMatrix." +msgstr "Entra a far parte della mia comunità su RedMatrix." -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Sarà necessario fornire questo codice invito: $invite_code" +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " +msgstr "Dovrai fornire questo codice di invito:" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" -msgstr "Puoi visitare il mio canale su" +#: ../../mod/invite.php:135 +msgid "1. Register at any RedMatrix location (they are all inter-connected)" +msgstr "1. Registrati su un qualsiasi sito RedMatrix (sono tutti interconnessi)" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" -msgstr "Una volta che avrai completato la registrazione (su QUALSIASI sito Red Matrix - sono tutti interconnessi), potrai connetterti al mio canale:" +#: ../../mod/invite.php:137 +msgid "2. Enter my RedMatrix network address into the site searchbar." +msgstr "2. Inserisci il mio indirizzo RedMatrix nella barra di ricerca che compare nella pagina." -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "Fai clic su [Registrati] nella pagina seguente per iscriverti." +#: ../../mod/invite.php:138 +msgid "or visit " +msgstr "oppure visita" -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "Per saperne di più sul progetto Red Matrix e sul perché potrebbe cambiare internet per come la conosciamo, visita http://getzot.com" +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "3. Clicca su [Aggiungi]" -#: ../../mod/item.php:147 +#: ../../mod/item.php:146 msgid "Unable to locate original post." msgstr "Impossibile trovare il messaggio originale." -#: ../../mod/item.php:372 +#: ../../mod/item.php:379 msgid "Empty post discarded." msgstr "L'articolo vuoto è stato ignorato." -#: ../../mod/item.php:414 +#: ../../mod/item.php:421 msgid "Executable content type not permitted to this channel." msgstr "I contenuti eseguibili non sono permessi su questo canale." -#: ../../mod/item.php:842 +#: ../../mod/item.php:849 msgid "System error. Post not saved." msgstr "Errore di sistema. Articolo non salvato." -#: ../../mod/item.php:1294 +#: ../../mod/item.php:1315 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "Hai raggiunto il limite massimo di %1$.0f articoli sulla pagina principale." -#: ../../mod/item.php:1300 +#: ../../mod/item.php:1321 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Hai raggiunto il limite massimo di %1$.0f pagine web." @@ -7062,7 +7272,7 @@ msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttame msgid "Help with this feature" msgstr "La guida per questa funzionalità " -#: ../../mod/layouts.php:84 +#: ../../mod/layouts.php:85 msgid "Layout Name" msgstr "Nome layout" @@ -7104,11 +7314,11 @@ msgstr "Comando completato." msgid "Thank you." msgstr "Grazie." -#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +#: ../../mod/lockview.php:31 msgid "Remote privacy information not available." msgstr "Le informazioni remote sulla privacy non sono disponibili." -#: ../../mod/lockview.php:45 +#: ../../mod/lockview.php:52 msgid "Visible to:" msgstr "Visibile a:" @@ -7149,7 +7359,7 @@ msgid "" "Password reset failed." msgstr "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non può essere reimpostata." -#: ../../mod/lostpass.php:85 ../../boot.php:1503 +#: ../../mod/lostpass.php:85 ../../boot.php:1506 msgid "Password Reset" msgstr "Reimposta la password" @@ -7250,6 +7460,10 @@ msgstr "A:" msgid "Subject:" msgstr "Oggetto:" +#: ../../mod/mail.php:232 +msgid "Send" +msgstr "Invia" + #: ../../mod/mail.php:259 msgid "Message not found." msgstr "Messaggio non trovato." @@ -7284,32 +7498,28 @@ msgstr "Non è disponibile alcun sistema per comunicare in modo sicuro. Puoi ver msgid "Send Reply" msgstr "Invia la risposta" -#: ../../mod/manage.php:64 +#: ../../mod/manage.php:136 #, php-format msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "Hai creato %1$.0f dei %2$.0f canali permessi." -#: ../../mod/manage.php:72 +#: ../../mod/manage.php:144 msgid "Create a new channel" msgstr "Crea un nuovo canale" -#: ../../mod/manage.php:77 -msgid "Channel Manager" -msgstr "Gestione canali" - -#: ../../mod/manage.php:78 +#: ../../mod/manage.php:149 msgid "Current Channel" msgstr "Canale attuale" -#: ../../mod/manage.php:80 +#: ../../mod/manage.php:151 msgid "Attach to one of your channels by selecting it." msgstr "Seleziona il canale a cui vuoi passare." -#: ../../mod/manage.php:81 +#: ../../mod/manage.php:152 msgid "Default Channel" msgstr "Canale predefinito" -#: ../../mod/manage.php:82 +#: ../../mod/manage.php:153 msgid "Make Default" msgstr "Rendi predefinito" @@ -7547,6 +7757,38 @@ msgstr "Sondaggio" msgid "View Results" msgstr "Guarda i risultati" +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Non è possibile eliminare il tuo account prima di 48 ore dall'ultimo cambio password." + +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Elimina questo account" + +#: ../../mod/removeaccount.php:58 +msgid "" +"This will completely remove this account including all its channels from the" +" network. Once this has been done it is not recoverable." +msgstr "Questa operazione rimuoverà completamente il tuo account dalla rete, inclusi tutti i suoi canali. Una volta avviata la rimozione, sarà definitiva." + +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Elimina dalla rete questo account, tutti i suoi canali e ANCHE tutti gli eventuali canali clonati." + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "A meno che tu non lo richieda espressamente, solo i canali presenti su questo server saranno rimossi dalla rete." + +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "Non esistono restrizioni su questa classe di account." + #: ../../view/theme/apw/php/config.php:202 #: ../../view/theme/apw/php/config.php:236 msgid "Schema Default" @@ -7554,7 +7796,7 @@ msgstr "Schema predefinito" #: ../../view/theme/apw/php/config.php:203 msgid "Sans-Serif" -msgstr "Sans-serif" +msgstr "Sans-Serif" #: ../../view/theme/apw/php/config.php:204 msgid "Monospace" @@ -7594,7 +7836,7 @@ msgid "Set small shadow size, default 5px 5px 5px" msgstr "Ombra piccola, predefinita 5px 5px 5px" #: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow colour, default #000" +msgid "Set shadow color, default #000" msgstr "Colore dell'ombra, predefinito #000" #: ../../view/theme/apw/php/config.php:267 @@ -7614,23 +7856,23 @@ msgid "Set background attachment" msgstr "Allega uno sfondo" #: ../../view/theme/apw/php/config.php:271 -msgid "Set background colour" +msgid "Set background color" msgstr "Colore di sfondo" #: ../../view/theme/apw/php/config.php:272 msgid "Set section background image" -msgstr "Immagine di sfondo della sezione" +msgstr "Immagine di sfondo dei contenuti" #: ../../view/theme/apw/php/config.php:273 -msgid "Set section background colour" -msgstr "Colore di sfondo della sezione" +msgid "Set section background color" +msgstr "Colore di sfondo dei contenuti" #: ../../view/theme/apw/php/config.php:274 -msgid "Set colour of items - use hex" +msgid "Set color of items - use hex" msgstr "Colore degli elementi della pagina - esadecimale" #: ../../view/theme/apw/php/config.php:275 -msgid "Set colour of links - use hex" +msgid "Set color of links - use hex" msgstr "Colore dei link - esadecimale" #: ../../view/theme/apw/php/config.php:276 @@ -7646,12 +7888,12 @@ msgid "Set the generic content wrapper width. Default 48%" msgstr "Larghezza di tutta l'area dei contenuti. Predefinita: 48%" #: ../../view/theme/apw/php/config.php:279 -msgid "Set colour of fonts - use hex" +msgid "Set color of fonts - use hex" msgstr "Colore dei caratteri - esadecimale" #: ../../view/theme/apw/php/config.php:280 msgid "Set background-size element" -msgstr "Background-size" +msgstr "Background-size element" #: ../../view/theme/apw/php/config.php:281 msgid "Item opacity" @@ -7675,11 +7917,11 @@ msgstr "Float degli oggetti della pagina" #: ../../view/theme/apw/php/config.php:286 msgid "Left offset of the section element" -msgstr "Margine sinistro dei contenuti" +msgstr "Spostamento a sinistra dei contenuti" #: ../../view/theme/apw/php/config.php:287 msgid "Right offset of the section element" -msgstr "Margine destro dei contenuti" +msgstr "Spostamento a destra dei contenuti" #: ../../view/theme/apw/php/config.php:288 msgid "Section width" @@ -7687,11 +7929,11 @@ msgstr "Larghezza dei contenuti" #: ../../view/theme/apw/php/config.php:289 msgid "Left offset of the aside" -msgstr "Margine sinistro della colonna laterale" +msgstr "Spostamento a sinistra della colonna laterale" #: ../../view/theme/apw/php/config.php:290 msgid "Right offset of the aside element" -msgstr "Margine destro della colonna laterale" +msgstr "Spostamento a destra della colonna laterale" #: ../../view/theme/blogga/php/config.php:47 #: ../../view/theme/blogga/view/theme/blog/config.php:47 @@ -7706,7 +7948,7 @@ msgstr "Immagine dell'intestazione" #: ../../view/theme/blogga/php/config.php:71 #: ../../view/theme/blogga/view/theme/blog/config.php:71 msgid "Header image only on profile pages" -msgstr "Mostra un'immagine solo nell'intestazione dei profili" +msgstr "Metti un'immagine solo nell'intestazione dei profili" #: ../../view/theme/redbasic/php/config.php:84 msgid "Light (Red Matrix default)" @@ -7749,8 +7991,8 @@ msgid "Navigation bar active icon color " msgstr "Barra di navigazione: Colore dell'icona attiva" #: ../../view/theme/redbasic/php/config.php:113 -msgid "link colour" -msgstr "Colore dei link" +msgid "link color" +msgstr "colore del link" #: ../../view/theme/redbasic/php/config.php:114 msgid "Set font-color for banner" @@ -7832,41 +8074,41 @@ msgstr "Album con foto storte" msgid "Are you a clean desk or a messy desk person?" msgstr "La tua scrivania è sempre a posto? Sei una persona disordinata?" -#: ../../boot.php:1291 +#: ../../boot.php:1294 #, php-format msgid "Update %s failed. See error logs." msgstr "%s: aggiornamento fallito. Controlla i log di errore." -#: ../../boot.php:1294 +#: ../../boot.php:1297 #, php-format msgid "Update Error at %s" msgstr "Errore di aggiornamento su %s" -#: ../../boot.php:1468 +#: ../../boot.php:1471 msgid "" "Create an account to access services and applications within the Red Matrix" -msgstr "Registrati per accedere ai servizi e alle applicazioni di Red Matrix" +msgstr "Registrati per accedere ai servizi e alle applicazioni di RedMatrix" -#: ../../boot.php:1496 +#: ../../boot.php:1499 msgid "Password" msgstr "Password" -#: ../../boot.php:1497 +#: ../../boot.php:1500 msgid "Remember me" msgstr "Resta connesso" -#: ../../boot.php:1502 +#: ../../boot.php:1505 msgid "Forgot your password?" msgstr "Hai dimenticato la password?" -#: ../../boot.php:1567 +#: ../../boot.php:1570 msgid "permission denied" msgstr "permesso negato" -#: ../../boot.php:1568 +#: ../../boot.php:1571 msgid "Got Zot?" msgstr "Hai Zot?" -#: ../../boot.php:1998 +#: ../../boot.php:2001 msgid "toggle mobile" msgstr "attiva/disattiva versione mobile" diff --git a/view/it/strings.php b/view/it/strings.php index 7d9f2e17c..772bb2b9b 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -7,156 +7,65 @@ function string_plural_select_it($n){ ; $a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'"; $a->strings["Profile Photos"] = "Foto del profilo"; +$a->strings["view full size"] = "guarda nelle dimensioni reali"; $a->strings["Embedded content"] = "Contenuti incorporati"; $a->strings["Embedding disabled"] = "Contenuti incorporati - funzione disabilitata"; $a->strings["created a new post"] = "Ha creato un nuovo articolo"; $a->strings["commented on %s's post"] = "ha commentato l'articolo di %s"; -$a->strings["photo"] = "la foto"; -$a->strings["event"] = "l'evento"; -$a->strings["channel"] = "canale"; -$a->strings["status"] = "il messaggio di stato"; -$a->strings["comment"] = "il commento"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s"; -$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s adesso è connesso con %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s ha mandato un poke a %2\$s"; -$a->strings["poked"] = "ha ricevuto un poke"; -$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s è %2\$s"; -$a->strings["Select"] = "Seleziona"; -$a->strings["Delete"] = "Elimina"; -$a->strings["Private Message"] = "Messaggio privato"; -$a->strings["Message is verified"] = "Messaggio verificato"; -$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s"; -$a->strings["Categories:"] = "Categorie:"; -$a->strings["Filed under:"] = "Classificato come:"; -$a->strings[" from %s"] = " da %s"; -$a->strings["last edited: %s"] = "ultima modifica: %s"; -$a->strings["Expires: %s"] = "Scadenza: %s"; -$a->strings["View in context"] = "Vedi nel contesto"; -$a->strings["Please wait"] = "Attendere"; -$a->strings["remove"] = "rimuovi"; -$a->strings["Loading..."] = "Caricamento in corso..."; -$a->strings["Delete Selected Items"] = "Elimina gli oggetti selezionati"; -$a->strings["View Source"] = "Vedi il sorgente"; -$a->strings["Follow Thread"] = "Segui la discussione"; -$a->strings["View Status"] = "Guarda il messaggio di stato"; -$a->strings["View Profile"] = "Profilo"; -$a->strings["View Photos"] = "Guarda le foto"; -$a->strings["Matrix Activity"] = "Attività nella tua rete"; -$a->strings["Edit Contact"] = "Modifica il contatto"; -$a->strings["Send PM"] = "Invia messaggio privato"; -$a->strings["Poke"] = "Poke"; -$a->strings["%s likes this."] = "Piace a %s."; -$a->strings["%s doesn't like this."] = "Non piace a %s."; -$a->strings["<span %1\$s>%2\$d people</span> like this."] = array( - 0 => "", - 1 => "Piace a <span %1\$s>%2\$d persone</span>.", -); -$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( - 0 => "", - 1 => "Non piace a <span %1\$s>%2\$d persone</span>.", -); -$a->strings["and"] = "e"; -$a->strings[", and %d other people"] = array( - 0 => "", - 1 => "e altre %d persone", -); -$a->strings["%s like this."] = "Piace a %s."; -$a->strings["%s don't like this."] = "Non piace a %s."; -$a->strings["Visible to <strong>everybody</strong>"] = "Visibile a <strong>tutti</strong>"; -$a->strings["Please enter a link URL:"] = "Inserisci l'indirizzo del link:"; -$a->strings["Please enter a video link/URL:"] = "Inserisci l'indirizzo del video:"; -$a->strings["Please enter an audio link/URL:"] = "Inserisci l'indirizzo dell'audio:"; -$a->strings["Tag term:"] = "Tag:"; -$a->strings["Save to Folder:"] = "Salva nella cartella:"; -$a->strings["Where are you right now?"] = "Dove sei ora?"; -$a->strings["Expires YYYY-MM-DD HH:MM"] = "Scade il YYYY-MM-DD HH:MM"; -$a->strings["Preview"] = "Anteprima"; -$a->strings["Share"] = "Condividi"; -$a->strings["Page link title"] = "Link del titolo"; -$a->strings["Post as"] = "Pubblica come "; -$a->strings["Upload photo"] = "Carica foto"; -$a->strings["upload photo"] = "carica foto"; -$a->strings["Attach file"] = "Allega file"; -$a->strings["attach file"] = "allega file"; -$a->strings["Insert web link"] = "Inserisci un indirizzo web"; -$a->strings["web link"] = "link web"; -$a->strings["Insert video link"] = "Inserisci l'indirizzo di un video"; -$a->strings["video link"] = "link video"; -$a->strings["Insert audio link"] = "Inserisci l'indirizzo di un audio"; -$a->strings["audio link"] = "link audio"; -$a->strings["Set your location"] = "La tua località "; -$a->strings["set location"] = "la tua località "; -$a->strings["Clear browser location"] = "Rimuovi la località data dal browser"; -$a->strings["clear location"] = "rimuovi la località "; -$a->strings["Set title"] = "Scegli un titolo"; -$a->strings["Categories (comma-separated list)"] = "Categorie (separate da virgola)"; -$a->strings["Permission settings"] = "Impostazioni permessi"; -$a->strings["permissions"] = "permessi"; -$a->strings["Public post"] = "Articolo pubblico"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Per esempio: mario@esempio.com, simona@esempio.com"; -$a->strings["Set expiration date"] = "Data di scadenza"; -$a->strings["Encrypt text"] = "Crittografia del testo"; -$a->strings["OK"] = "OK"; -$a->strings["Cancel"] = "Annulla"; -$a->strings["Discover"] = "Scopri"; -$a->strings["Imported public streams"] = "Contenuti pubblici importati"; -$a->strings["Commented Order"] = "Ultimi commenti"; -$a->strings["Sort by Comment Date"] = "Per data del commento"; -$a->strings["Posted Order"] = "Ultimi articoli"; -$a->strings["Sort by Post Date"] = "Per data di creazione"; -$a->strings["Personal"] = "Personali"; -$a->strings["Posts that mention or involve you"] = "Articoli che ti riguardano o ti menzionano"; -$a->strings["New"] = "Novità "; -$a->strings["Activity Stream - by date"] = "Elenco attività - per data"; -$a->strings["Starred"] = "Preferiti"; -$a->strings["Favourite Posts"] = "Articoli preferiti"; -$a->strings["Spam"] = "Spam"; -$a->strings["Posts flagged as SPAM"] = "Articoli marcati come spam"; -$a->strings["Channel"] = "Canale"; -$a->strings["Status Messages and Posts"] = "Articoli e messaggi di stato"; -$a->strings["About"] = "Informazioni"; -$a->strings["Profile Details"] = "Dettagli del profilo"; -$a->strings["Photos"] = "Foto"; -$a->strings["Photo Albums"] = "Album foto"; -$a->strings["Files"] = "Elenco file"; -$a->strings["Files and Storage"] = "Archivio file"; -$a->strings["Chatrooms"] = "Chat"; +$a->strings["Site Admin"] = "Amministrazione sito"; $a->strings["Bookmarks"] = "Segnalibri"; -$a->strings["Saved Bookmarks"] = "Segnalibri salvati"; +$a->strings["Address Book"] = "Rubrica"; +$a->strings["Login"] = "Accedi"; +$a->strings["Channel Manager"] = "Gestione canali"; +$a->strings["Matrix"] = "RedMatrix"; +$a->strings["Settings"] = "Impostazioni"; +$a->strings["Files"] = "Archivio file"; $a->strings["Webpages"] = "Pagine web"; -$a->strings["Manage Webpages"] = "Gestisci le pagine web"; -$a->strings["New Page"] = "Nuova pagina web"; +$a->strings["Channel Home"] = "Bacheca del canale"; +$a->strings["Profile"] = "Profilo"; +$a->strings["Photos"] = "Foto"; +$a->strings["Events"] = "Eventi"; +$a->strings["Directory"] = "Tutti i canali"; +$a->strings["Help"] = "Guida"; +$a->strings["Mail"] = "Messaggi"; +$a->strings["Mood"] = "Umore"; +$a->strings["Poke"] = "Poke"; +$a->strings["Chat"] = "Area chat"; +$a->strings["Search"] = "Cerca"; +$a->strings["Probe"] = "Diagnostica"; +$a->strings["Suggest"] = "Suggerisci"; +$a->strings["Random Channel"] = "Canale casuale"; +$a->strings["Invite"] = "Invita"; +$a->strings["Features"] = "Funzionalità "; +$a->strings["Language"] = "Lingua"; +$a->strings["Post"] = "Articolo"; +$a->strings["Profile Photo"] = "Foto del profilo"; +$a->strings["Update"] = "Aggiorna"; +$a->strings["Install"] = "Installa"; +$a->strings["Purchase"] = "Acquista"; $a->strings["Edit"] = "Modifica"; +$a->strings["Delete"] = "Elimina"; +$a->strings["Unknown"] = "Sconosciuto"; +$a->strings["New Page"] = "Nuova pagina web"; $a->strings["View"] = "Guarda"; +$a->strings["Preview"] = "Anteprima"; $a->strings["Actions"] = "Azioni"; $a->strings["Page Link"] = "Link alla pagina"; $a->strings["Title"] = "Titolo"; $a->strings["Created"] = "Creato"; $a->strings["Edited"] = "Modificato"; $a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "L'identificativo di sicurezza del modulo che hai riempito non è corretto. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto."; -$a->strings["Not a valid email address"] = "Email non valida"; -$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito"; -$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito."; -$a->strings["An invitation is required."] = "È necessario un invito."; -$a->strings["Invitation could not be verified."] = "L'invito non può essere verificato."; -$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste."; -$a->strings["Failed to store account information."] = "Non è stato possibile salvare le informazioni del tuo account."; -$a->strings["Registration confirmation for %s"] = "Registrazione di %s confermata"; -$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s"; -$a->strings["Administrator"] = "Amministratore"; -$a->strings["your registration password"] = "la password di registrazione"; -$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s"; -$a->strings["Account approved."] = "Account approvato."; -$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s"; -$a->strings["Account verified. Please login."] = "Registrazione verificata. Adesso puoi effettuare login."; +$a->strings["Invalid data packet"] = "Dati non validi"; +$a->strings["Unable to verify channel signature"] = "Impossibile verificare la firma elettronica del canale"; +$a->strings["Unable to verify site signature for %s"] = "Impossibile verificare la firma elettronica del sito %s"; $a->strings["Permission denied."] = "Permesso negato."; $a->strings["Image exceeds website size limit of %lu bytes"] = "L'immagine supera il limite massimo di %lu bytes"; $a->strings["Image file is empty."] = "Il file dell'immagine è vuoto."; $a->strings["Unable to process image"] = "Impossibile elaborare l'immagine"; $a->strings["Photo storage failed."] = "Impossibile caricare la foto."; +$a->strings["Photo Albums"] = "Album foto"; $a->strings["Upload New Photos"] = "Carica nuove foto"; -$a->strings["Visible to everybody"] = "Visibile a tutti"; +$a->strings["Visible to your default audience"] = "Visibile secondo le impostazioni predefinite"; $a->strings["Show"] = "Mostra"; $a->strings["Don't show"] = "Non mostrare"; $a->strings["Permissions"] = "Permessi"; @@ -181,45 +90,34 @@ $a->strings["duplicate filename or path"] = "il file o percorso del file è dupl $a->strings["Path not found."] = "Percorso del file non trovato."; $a->strings["mkdir failed."] = "mkdir fallito."; $a->strings["database storage failed."] = "scrittura su database fallita."; -$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione esce dai termini del tuo abbonamento."; -$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento."; -$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; -$a->strings["Starts:"] = "Inizio:"; -$a->strings["Finishes:"] = "Fine:"; -$a->strings["Location:"] = "Luogo:"; $a->strings["Logout"] = "Esci"; $a->strings["End this session"] = "Chiudi questa sessione"; $a->strings["Home"] = "Bacheca"; $a->strings["Your posts and conversations"] = "I tuoi articoli e conversazioni"; +$a->strings["View Profile"] = "Profilo"; $a->strings["Your profile page"] = "Il tuo profilo"; $a->strings["Edit Profiles"] = "Modifica i profili"; $a->strings["Manage/Edit profiles"] = "Gestisci/modifica i profili"; +$a->strings["Edit Profile"] = "Modifica il profilo"; +$a->strings["Edit your profile"] = "Modifica il profilo"; $a->strings["Your photos"] = "Le tue foto"; $a->strings["Your files"] = "I tuoi file"; -$a->strings["Chat"] = "Chat"; -$a->strings["Your chatrooms"] = "Le tue chat"; +$a->strings["Your chatrooms"] = "Le tue aree chat"; $a->strings["Your bookmarks"] = "I tuoi segnalibri"; $a->strings["Your webpages"] = "Le tue pagine web"; -$a->strings["Login"] = "Accedi"; $a->strings["Sign in"] = "Entra"; $a->strings["%s - click to logout"] = "%s - clicca per uscire"; $a->strings["Click to authenticate to your home hub"] = "Clicca per autenticarti sul tuo server principale"; $a->strings["Home Page"] = "Bacheca"; $a->strings["Register"] = "Iscriviti"; $a->strings["Create an account"] = "Crea un account"; -$a->strings["Help"] = "Guida"; $a->strings["Help and documentation"] = "Guida e documentazione"; $a->strings["Apps"] = "Apps"; $a->strings["Applications, utilities, links, games"] = "Applicazioni, utilità , link, giochi"; -$a->strings["Search"] = "Cerca"; $a->strings["Search site content"] = "Cerca nel sito"; -$a->strings["Directory"] = "Tutti i canali"; $a->strings["Channel Locator"] = "Ricerca canali"; -$a->strings["Matrix"] = "La tua rete"; $a->strings["Your matrix"] = "La tua rete"; $a->strings["Mark all matrix notifications seen"] = "Segna come lette le notifiche della tua rete"; -$a->strings["Channel Home"] = "Bacheca del canale"; $a->strings["Channel home"] = "Bacheca del canale"; $a->strings["Mark all channel notifications seen"] = "Segna come lette le notifiche dei canali"; $a->strings["Connections"] = "Contatti"; @@ -227,31 +125,107 @@ $a->strings["Notices"] = "Notifiche"; $a->strings["Notifications"] = "Notifiche"; $a->strings["See all notifications"] = "Vedi tutte le notifiche"; $a->strings["Mark all system notifications seen"] = "Segna come lette le notifiche di sistema"; -$a->strings["Mail"] = "Messaggi"; $a->strings["Private mail"] = "Messaggi privati"; $a->strings["See all private messages"] = "Guarda tutti i messaggi privati"; $a->strings["Mark all private messages seen"] = "Segna come letti tutti i messaggi privati"; $a->strings["Inbox"] = "In arrivo"; $a->strings["Outbox"] = "Inviati"; $a->strings["New Message"] = "Nuovo messaggio"; -$a->strings["Events"] = "Eventi"; $a->strings["Event Calendar"] = "Calendario"; $a->strings["See all events"] = "Guarda tutti gli eventi"; $a->strings["Mark all events seen"] = "Marca come letti tutti gli eventi"; -$a->strings["Channel Select"] = "Gestisci i canali"; $a->strings["Manage Your Channels"] = "Gestisci i contatti dei tuoi canali"; -$a->strings["Settings"] = "Impostazioni"; $a->strings["Account/Channel Settings"] = "Impostazioni account e canali"; $a->strings["Admin"] = "Amministrazione"; $a->strings["Site Setup and Configuration"] = "Configurazione del sito"; $a->strings["Nothing new here"] = "Niente di nuovo qui"; $a->strings["Please wait..."] = "Attendere..."; $a->strings["%1\$s's bookmarks"] = "I segnalibri di %1\$s"; -$a->strings["Missing room name"] = "Chat senza nome"; -$a->strings["Duplicate room name"] = "Il nome della chat è duplicato"; -$a->strings["Invalid room specifier."] = "Il nome della chat non è valido."; -$a->strings["Room not found."] = "Chat non trovata."; -$a->strings["Room is full"] = "La chat è al completo"; +$a->strings["prev"] = "prec"; +$a->strings["first"] = "inizio"; +$a->strings["last"] = "fine"; +$a->strings["next"] = "succ"; +$a->strings["older"] = "più recenti"; +$a->strings["newer"] = "più nuovi"; +$a->strings["No connections"] = "Nessun contatto"; +$a->strings["%d Connection"] = array( + 0 => "%d contatto", + 1 => "%d contatti", +); +$a->strings["View Connections"] = "Elenco contatti"; +$a->strings["Save"] = "Salva"; +$a->strings["poke"] = "poke"; +$a->strings["poked"] = "ha ricevuto un poke"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "ha ricevuto un ping"; +$a->strings["prod"] = "prod"; +$a->strings["prodded"] = "ha ricevuto un prod"; +$a->strings["slap"] = "schiaffo"; +$a->strings["slapped"] = "ha ricevuto uno schiaffo"; +$a->strings["finger"] = "finger"; +$a->strings["fingered"] = "ha ricevuto un finger"; +$a->strings["rebuff"] = "rifiuto"; +$a->strings["rebuffed"] = "ha ricevuto un rifiuto"; +$a->strings["happy"] = "felice"; +$a->strings["sad"] = "triste"; +$a->strings["mellow"] = "calmo"; +$a->strings["tired"] = "stanco"; +$a->strings["perky"] = "vivace"; +$a->strings["angry"] = "arrabbiato"; +$a->strings["stupified"] = "stordito"; +$a->strings["puzzled"] = "confuso"; +$a->strings["interested"] = "attento"; +$a->strings["bitter"] = "amaro"; +$a->strings["cheerful"] = "allegro"; +$a->strings["alive"] = "vivace"; +$a->strings["annoyed"] = "seccato"; +$a->strings["anxious"] = "ansioso"; +$a->strings["cranky"] = "irritabile"; +$a->strings["disturbed"] = "turbato"; +$a->strings["frustrated"] = "frustrato"; +$a->strings["depressed"] = "in depressione"; +$a->strings["motivated"] = "motivato"; +$a->strings["relaxed"] = "rilassato"; +$a->strings["surprised"] = "sorpreso"; +$a->strings["Monday"] = "lunedì"; +$a->strings["Tuesday"] = "martedì"; +$a->strings["Wednesday"] = "mercoledì"; +$a->strings["Thursday"] = "giovedì"; +$a->strings["Friday"] = "venerdì"; +$a->strings["Saturday"] = "sabato"; +$a->strings["Sunday"] = "domenica"; +$a->strings["January"] = "gennaio"; +$a->strings["February"] = "febbraio"; +$a->strings["March"] = "marzo"; +$a->strings["April"] = "aprile"; +$a->strings["May"] = "maggio"; +$a->strings["June"] = "giugno"; +$a->strings["July"] = "luglio"; +$a->strings["August"] = "agosto"; +$a->strings["September"] = "settembre"; +$a->strings["October"] = "ottobre"; +$a->strings["November"] = "novembre"; +$a->strings["December"] = "dicembre"; +$a->strings["unknown.???"] = "sconosciuto???"; +$a->strings["bytes"] = "byte"; +$a->strings["remove category"] = "rimuovi la categoria"; +$a->strings["remove from file"] = "rimuovi dal file"; +$a->strings["Click to open/close"] = "Clicca per aprire/chiudere"; +$a->strings["Link to Source"] = "Link al sorgente"; +$a->strings["Select a page layout: "] = "Scegli il layout della pagina:"; +$a->strings["default"] = "predefinito"; +$a->strings["Page content type: "] = "Contenuto della pagina:"; +$a->strings["Select an alternate language"] = "Seleziona una lingua diversa"; +$a->strings["photo"] = "la foto"; +$a->strings["event"] = "l'evento"; +$a->strings["status"] = "il messaggio di stato"; +$a->strings["comment"] = "il commento"; +$a->strings["activity"] = "l'attività "; +$a->strings["Design"] = "Design"; +$a->strings["Blocks"] = "Riquadri"; +$a->strings["Menus"] = "Menù"; +$a->strings["Layouts"] = "Layout"; +$a->strings["Pages"] = "Pagine"; $a->strings["Tags"] = "Tag"; $a->strings["Keywords"] = "Parole chiave"; $a->strings["have"] = "ho"; @@ -267,12 +241,6 @@ $a->strings["__ctx:noun__ Like"] = array( 1 => "Mi piace", ); $a->strings["Default"] = "Predefinito"; -$a->strings["Unknown | Not categorised"] = "Sconosciuto | Senza categoria"; -$a->strings["Block immediately"] = "Blocca subito"; -$a->strings["Shady, spammer, self-marketer"] = "Spammer o dedito al marketing"; -$a->strings["Known to me, but no opinion"] = "Lo conosco, ma non ho un'opinione particolare"; -$a->strings["OK, probably harmless"] = "È ok, probabilmente innocuo"; -$a->strings["Reputable, has my trust"] = "Affidabile, ha la mia fiducia"; $a->strings["Frequently"] = "Frequentemente"; $a->strings["Hourly"] = "Ogni ora"; $a->strings["Twice daily"] = "Due volte al giorno"; @@ -312,10 +280,30 @@ $a->strings["%d connection in common"] = array( 1 => "%d contatti in comune", ); $a->strings["show more"] = "mostra tutto"; +$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; +$a->strings["Starts:"] = "Inizio:"; +$a->strings["Finishes:"] = "Fine:"; +$a->strings["Location:"] = "Luogo:"; $a->strings["This event has been added to your calendar."] = "Questo evento è stato aggiunto al tuo calendario"; -$a->strings["Invalid data packet"] = "Dati non validi"; -$a->strings["Unable to verify channel signature"] = "Impossibile verificare la firma elettronica del canale"; -$a->strings["Unable to verify site signature for %s"] = "Impossibile verificare la firma elettronica del sito %s"; +$a->strings["Not a valid email address"] = "Email non valida"; +$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito"; +$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito."; +$a->strings["An invitation is required."] = "È necessario un invito."; +$a->strings["Invitation could not be verified."] = "L'invito non può essere verificato."; +$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste."; +$a->strings["Failed to store account information."] = "Non è stato possibile salvare le informazioni del tuo account."; +$a->strings["Registration confirmation for %s"] = "Registrazione di %s confermata"; +$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s"; +$a->strings["Administrator"] = "Amministratore"; +$a->strings["your registration password"] = "la password di registrazione"; +$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s"; +$a->strings["Account approved."] = "Account approvato."; +$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s"; +$a->strings["Account verified. Please login."] = "Registrazione verificata. Adesso puoi effettuare login."; +$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione esce dai termini del tuo abbonamento."; +$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento."; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s"; $a->strings["Miscellaneous"] = "Altro"; $a->strings["year"] = "anno"; $a->strings["month"] = "mese"; @@ -343,12 +331,13 @@ $a->strings["Newest to Oldest"] = "Dal più nuovo al più vecchio"; $a->strings["Enable Safe Search"] = "Abilita SafeSearch"; $a->strings["Disable Safe Search"] = "Disabilita SafeSearch"; $a->strings["Safe Mode"] = "Modalità SafeSearch"; -$a->strings["Red Matrix Notification"] = "Notifica di Red Matrix"; -$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Attachments:"] = "Allegati:"; +$a->strings["Red Matrix Notification"] = "Notifica di RedMatrix"; +$a->strings["redmatrix"] = "RedMatrix"; $a->strings["Thank You,"] = "Grazie,"; $a->strings["%s Administrator"] = "Amministratore %s"; $a->strings["%s <!item_type!>"] = "%s <!item_type!>"; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notifica] Nuovo messaggio ricevuto su %s"; +$a->strings["[Red:Notify] New mail received at %s"] = "[RedMatrix] Nuovo messaggio ricevuto su %s"; $a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s ti ha mandato un messaggio privato su %3\$s."; $a->strings["%1\$s sent you %2\$s."] = "%1\$s ti ha mandato %2\$s."; $a->strings["a private message"] = "un messaggio privato"; @@ -356,32 +345,33 @@ $a->strings["Please visit %s to view and/or reply to your private messages."] = $a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s[/zrl]"; $a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%5\$s di %4\$s[/zrl]"; $a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s che hai creato[/zrl]"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notifica] Nuovo commento di %2\$s alla conversazione #%1\$d"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[RedMatrix] Nuovo commento di %2\$s alla conversazione #%1\$d"; $a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha commentato un elemento che stavi seguendo."; $a->strings["Please visit %s to view and/or reply to the conversation."] = "Visita %s per leggere o commentare la conversazione."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notifica] %s ha scritto sulla tua bacheca"; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[RedMatrix] %s ha scritto sulla tua bacheca"; $a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha scritto sulla bacheca del tuo profilo su %3\$s"; $a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s ha scritto sulla [zrl=%3\$s]tua bacheca[/zrl]"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notifica] %s ti ha taggato"; +$a->strings["[Red:Notify] %s tagged you"] = "[RedMatrix] %s ti ha taggato"; $a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s ti ha taggato su %3\$s"; $a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]ti ha taggato[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notifica] %1\$s ti ha mandato un poke"; +$a->strings["[Red:Notify] %1\$s poked you"] = "[RedMatrix] %1\$s ti ha mandato un poke"; $a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s ti ha mandato un poke su %3\$s"; $a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]ti ha mandato un poke[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notifica] %s ha taggato il tuo articolo"; +$a->strings["[Red:Notify] %s tagged your post"] = "[RedMatrix] %s ha taggato il tuo articolo"; $a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha taggato il tuo articolo su %3\$s"; $a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha taggato [zrl=%3\$s]il tuo articolo[/zrl]"; -$a->strings["[Red:Notify] Introduction received"] = "[Red:Notifica] Hai una richiesta di amicizia"; +$a->strings["[Red:Notify] Introduction received"] = "[RedMatrix] Hai una richiesta di amicizia"; $a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, hai ricevuto una richiesta di entrare in contatto da '%2\$s' su %3\$s"; $a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, hai ricevuto una [zrl=%2\$s]richiesta di entrare in contatto[/zrl] da %3\$s."; $a->strings["You may visit their profile at %s"] = "Puoi visitare il suo profilo su %s"; $a->strings["Please visit %s to approve or reject the connection request."] = "Visita %s per approvare o rifiutare la richiesta di entrare in contatto."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notifica] Ti è stato suggerito un amico"; +$a->strings["[Red:Notify] Friend suggestion received"] = "[RedMatrix] Ti è stato suggerito un amico"; $a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, ti è stato suggerito un amico da '%2\$s' su %3\$s"; $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, %4\$s ti [zrl=%2\$s]ha suggerito %3\$s[/zrl] come amico."; $a->strings["Name:"] = "Nome:"; $a->strings["Photo:"] = "Foto:"; $a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s per approvare o rifiutare il suggerimento."; +$a->strings["[Red:Notify]"] = "[RedMatrix]"; $a->strings["parent"] = "cartella superiore"; $a->strings["Collection"] = "Cartella"; $a->strings["Principal"] = "Principale"; @@ -389,7 +379,6 @@ $a->strings["Addressbook"] = "Rubrica"; $a->strings["Calendar"] = "Calendario"; $a->strings["Schedule Inbox"] = "Appuntamenti ricevuti"; $a->strings["Schedule Outbox"] = "Appuntamenti inviati"; -$a->strings["Unknown"] = "Sconosciuto"; $a->strings["%1\$s used"] = "%1\$s occupati"; $a->strings["%1\$s used of %2\$s (%3\$s%)"] = "%1\$s occupati di %2\$s (%3\$s%)"; $a->strings["Name"] = "Nome"; @@ -401,17 +390,124 @@ $a->strings["Create new folder"] = "Crea una nuova cartella"; $a->strings["Create"] = "Crea"; $a->strings["Upload file"] = "Carica un file"; $a->strings["Upload"] = "Carica"; +$a->strings["channel"] = "canale"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s adesso è connesso con %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s ha mandato un poke a %2\$s"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s è %2\$s"; +$a->strings["Select"] = "Seleziona"; +$a->strings["Private Message"] = "Messaggio privato"; +$a->strings["Message is verified"] = "Messaggio verificato"; +$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s"; +$a->strings["Categories:"] = "Categorie:"; +$a->strings["Filed under:"] = "Classificato come:"; +$a->strings[" from %s"] = " da %s"; +$a->strings["last edited: %s"] = "ultima modifica: %s"; +$a->strings["Expires: %s"] = "Scadenza: %s"; +$a->strings["View in context"] = "Vedi nel contesto"; +$a->strings["Please wait"] = "Attendere"; +$a->strings["remove"] = "rimuovi"; +$a->strings["Loading..."] = "Caricamento in corso..."; +$a->strings["Delete Selected Items"] = "Elimina gli oggetti selezionati"; +$a->strings["View Source"] = "Vedi il sorgente"; +$a->strings["Follow Thread"] = "Segui la discussione"; +$a->strings["View Status"] = "Guarda il messaggio di stato"; +$a->strings["View Photos"] = "Guarda le foto"; +$a->strings["Matrix Activity"] = "Attività nella tua rete"; +$a->strings["Connect"] = "Aggiungi"; +$a->strings["Edit Contact"] = "Modifica il contatto"; +$a->strings["Send PM"] = "Invia messaggio privato"; +$a->strings["%s likes this."] = "Piace a %s."; +$a->strings["%s doesn't like this."] = "Non piace a %s."; +$a->strings["<span %1\$s>%2\$d people</span> like this."] = array( + 0 => "", + 1 => "Piace a <span %1\$s>%2\$d persone</span>.", +); +$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( + 0 => "", + 1 => "Non piace a <span %1\$s>%2\$d persone</span>.", +); +$a->strings["and"] = "e"; +$a->strings[", and %d other people"] = array( + 0 => "", + 1 => "e altre %d persone", +); +$a->strings["%s like this."] = "Piace a %s."; +$a->strings["%s don't like this."] = "Non piace a %s."; +$a->strings["Visible to <strong>everybody</strong>"] = "Visibile a <strong>tutti</strong>"; +$a->strings["Please enter a link URL:"] = "Inserisci l'indirizzo del link:"; +$a->strings["Please enter a video link/URL:"] = "Inserisci l'indirizzo del video:"; +$a->strings["Please enter an audio link/URL:"] = "Inserisci l'indirizzo dell'audio:"; +$a->strings["Tag term:"] = "Tag:"; +$a->strings["Save to Folder:"] = "Salva nella cartella:"; +$a->strings["Where are you right now?"] = "Dove sei ora?"; +$a->strings["Expires YYYY-MM-DD HH:MM"] = "Scade il YYYY-MM-DD HH:MM"; +$a->strings["Share"] = "Condividi"; +$a->strings["Page link title"] = "Link del titolo"; +$a->strings["Post as"] = "Pubblica come "; +$a->strings["Upload photo"] = "Carica foto"; +$a->strings["upload photo"] = "carica foto"; +$a->strings["Attach file"] = "Allega file"; +$a->strings["attach file"] = "allega file"; +$a->strings["Insert web link"] = "Inserisci un indirizzo web"; +$a->strings["web link"] = "link web"; +$a->strings["Insert video link"] = "Inserisci l'indirizzo di un video"; +$a->strings["video link"] = "link video"; +$a->strings["Insert audio link"] = "Inserisci l'indirizzo di un audio"; +$a->strings["audio link"] = "link audio"; +$a->strings["Set your location"] = "La tua località "; +$a->strings["set location"] = "la tua località "; +$a->strings["Clear browser location"] = "Rimuovi la località data dal browser"; +$a->strings["clear location"] = "rimuovi la località "; +$a->strings["Set title"] = "Scegli un titolo"; +$a->strings["Categories (comma-separated list)"] = "Categorie (separate da virgola)"; +$a->strings["Permission settings"] = "Impostazioni permessi"; +$a->strings["permissions"] = "permessi"; +$a->strings["Public post"] = "Articolo pubblico"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Per esempio: mario@esempio.com, simona@esempio.com"; +$a->strings["Set expiration date"] = "Data di scadenza"; +$a->strings["Encrypt text"] = "Crittografia del testo"; +$a->strings["OK"] = "OK"; +$a->strings["Cancel"] = "Annulla"; +$a->strings["Discover"] = "Scopri"; +$a->strings["Imported public streams"] = "Contenuti pubblici importati"; +$a->strings["Commented Order"] = "Ultimi commenti"; +$a->strings["Sort by Comment Date"] = "Per data del commento"; +$a->strings["Posted Order"] = "Ultimi articoli"; +$a->strings["Sort by Post Date"] = "Per data di creazione"; +$a->strings["Personal"] = "Personali"; +$a->strings["Posts that mention or involve you"] = "Articoli che ti riguardano o ti menzionano"; +$a->strings["New"] = "Novità "; +$a->strings["Activity Stream - by date"] = "Elenco attività - per data"; +$a->strings["Starred"] = "Preferiti"; +$a->strings["Favourite Posts"] = "Articoli preferiti"; +$a->strings["Spam"] = "Spam"; +$a->strings["Posts flagged as SPAM"] = "Articoli marcati come spam"; +$a->strings["Channel"] = "Canale"; +$a->strings["Status Messages and Posts"] = "Articoli e messaggi di stato"; +$a->strings["About"] = "Informazioni"; +$a->strings["Profile Details"] = "Dettagli del profilo"; +$a->strings["Files and Storage"] = "Archivio file"; +$a->strings["Chatrooms"] = "Area chat"; +$a->strings["Saved Bookmarks"] = "Segnalibri salvati"; +$a->strings["Manage Webpages"] = "Gestisci le pagine web"; $a->strings["General Features"] = "Funzionalità di base"; $a->strings["Content Expiration"] = "Scadenza"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Elimina gli articoli, i commenti o i messaggi privati dopo che è trascorso del tempo"; $a->strings["Multiple Profiles"] = "Profili multipli"; $a->strings["Ability to create multiple profiles"] = "Abilitazione a creare profili multipli"; +$a->strings["Advanced Profiles"] = "Profili avanzati"; +$a->strings["Additional profile sections and selections"] = "Informazioni aggiuntive del profilo"; +$a->strings["Profile Import/Export"] = "Importa/esporta il profilo"; +$a->strings["Save and load profile details across sites/channels"] = "Salva o ripristina le informazioni del profilo su canali o siti diversi"; $a->strings["Web Pages"] = "Pagine web"; $a->strings["Provide managed web pages on your channel"] = "Attiva la creazione di pagine web sul tuo canale"; $a->strings["Private Notes"] = "Note private"; $a->strings["Enables a tool to store notes and reminders"] = "Abilita il riquadro per scrivere annotazioni"; +$a->strings["Navigation Channel Select"] = "Scegli il canale attivo dal menu"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Scegli il canale attivo direttamente dal menu di navigazione"; $a->strings["Extended Identity Sharing"] = "Condivisione avanzata dell'identità "; -$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti red matrix."; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti RedMatrix."; $a->strings["Expert Mode"] = "Modalità esperto"; $a->strings["Enable Expert Mode to provide advanced configuration options"] = "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate"; $a->strings["Premium Channel"] = "Canale premium"; @@ -458,9 +554,31 @@ $a->strings["Channel is blocked on this site."] = "Il canale è bloccato per que $a->strings["Channel location missing."] = "Manca l'indirizzo del canale."; $a->strings["Response from remote channel was incomplete."] = "La risposta dal canale non è completa."; $a->strings["Channel was deleted and no longer exists."] = "Il canale è stato rimosso e non esiste più."; +$a->strings["Protocol disabled."] = "Protocollo disabilitato."; $a->strings["Channel discovery failed."] = "La ricerca del canale non ha avuto successo."; $a->strings["local account not found."] = "l'account locale non è stato trovato."; $a->strings["Cannot connect to yourself."] = "Non puoi connetterti a te stesso."; +$a->strings["Missing room name"] = "Area chat senza nome"; +$a->strings["Duplicate room name"] = "Il nome dell'area chat è duplicato"; +$a->strings["Invalid room specifier."] = "Il nome dell'area chat non è valido."; +$a->strings["Room not found."] = "Area chat non trovata."; +$a->strings["Room is full"] = "L'area chat è al completo"; +$a->strings["Permission denied"] = "Permesso negato"; +$a->strings["(Unknown)"] = "(Sconosciuto)"; +$a->strings["Visible to anybody on the internet."] = "Visibile a chiunque su internet"; +$a->strings["Visible to you only."] = "Visibile solo a te."; +$a->strings["Visible to anybody in this network."] = "Visibile a tutti su questa rete."; +$a->strings["Visible to anybody authenticated."] = "Visibile a chiunque sia autenticato."; +$a->strings["Visible to anybody on %s."] = "Visibile a tutti in %s."; +$a->strings["Visible to all connections."] = "Visibile a tutti coloro che ti seguono."; +$a->strings["Visible to approved connections."] = "Visibile ai contatti approvati."; +$a->strings["Visible to specific connections."] = "Visibile ad alcuni contatti scelti."; +$a->strings["Item not found."] = "Elemento non trovato."; +$a->strings["Collection not found."] = "Insieme non trovato."; +$a->strings["Collection is empty."] = "L'insieme di canali è vuoto."; +$a->strings["Collection: %s"] = "Insieme: %s"; +$a->strings["Connection: %s"] = "Contatto: %s"; +$a->strings["Connection not found."] = "Contatto non trovato."; $a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."; $a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i canali che inizi a seguire"; $a->strings["All Channels"] = "Tutti i canali"; @@ -482,12 +600,10 @@ $a->strings["Default Profile"] = "Profilo predefinito"; $a->strings["Friends"] = "Amici"; $a->strings["Requested channel is not available."] = "Il canale che cerchi non è disponibile."; $a->strings["Requested profile is not available."] = "Il profilo richiesto non è disponibile."; -$a->strings["Connect"] = "Aggiungi"; $a->strings["Change profile photo"] = "Cambia la foto del profilo"; $a->strings["Profiles"] = "Profili"; $a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili"; $a->strings["Create New Profile"] = "Crea un nuovo profilo"; -$a->strings["Edit Profile"] = "Modifica il profilo"; $a->strings["Profile Image"] = "Immagine del profilo"; $a->strings["visible to everybody"] = "visibile a tutti"; $a->strings["Edit visibility"] = "Cambia la visibilità "; @@ -503,7 +619,6 @@ $a->strings["Birthdays this week:"] = "Compleanni questa settimana:"; $a->strings["[No description]"] = "[Nessuna descrizione]"; $a->strings["Event Reminders"] = "Promemoria"; $a->strings["Events this week:"] = "Eventi di questa settimana:"; -$a->strings["Profile"] = "Profilo"; $a->strings["Full Name:"] = "Nome completo:"; $a->strings["Like this channel"] = "Mi piace questo canale"; $a->strings["j F, Y"] = "j F Y"; @@ -530,95 +645,6 @@ $a->strings["Love/Romance:"] = "Amore:"; $a->strings["Work/employment:"] = "Lavoro:"; $a->strings["School/education:"] = "Scuola:"; $a->strings["Like this thing"] = "Mi piace questo oggetto"; -$a->strings["view full size"] = "guarda nelle dimensioni reali"; -$a->strings["prev"] = "prec"; -$a->strings["first"] = "inizio"; -$a->strings["last"] = "fine"; -$a->strings["next"] = "succ"; -$a->strings["older"] = "più recenti"; -$a->strings["newer"] = "più nuovi"; -$a->strings["No connections"] = "Nessun contatto"; -$a->strings["%d Connection"] = array( - 0 => "%d contatto", - 1 => "%d contatti", -); -$a->strings["View Connections"] = "Elenco contatti"; -$a->strings["Save"] = "Salva"; -$a->strings["poke"] = "poke"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "ha ricevuto un ping"; -$a->strings["prod"] = "prod"; -$a->strings["prodded"] = "ha ricevuto un prod"; -$a->strings["slap"] = "schiaffo"; -$a->strings["slapped"] = "ha ricevuto uno schiaffo"; -$a->strings["finger"] = "finger"; -$a->strings["fingered"] = "ha ricevuto un finger"; -$a->strings["rebuff"] = "rifiuto"; -$a->strings["rebuffed"] = "ha ricevuto un rifiuto"; -$a->strings["happy"] = "felice"; -$a->strings["sad"] = "triste"; -$a->strings["mellow"] = "calmo"; -$a->strings["tired"] = "stanco"; -$a->strings["perky"] = "vivace"; -$a->strings["angry"] = "arrabbiato"; -$a->strings["stupified"] = "stordito"; -$a->strings["puzzled"] = "confuso"; -$a->strings["interested"] = "attento"; -$a->strings["bitter"] = "amaro"; -$a->strings["cheerful"] = "allegro"; -$a->strings["alive"] = "vivace"; -$a->strings["annoyed"] = "seccato"; -$a->strings["anxious"] = "ansioso"; -$a->strings["cranky"] = "irritabile"; -$a->strings["disturbed"] = "turbato"; -$a->strings["frustrated"] = "frustrato"; -$a->strings["depressed"] = "in depressione"; -$a->strings["motivated"] = "motivato"; -$a->strings["relaxed"] = "rilassato"; -$a->strings["surprised"] = "sorpreso"; -$a->strings["Monday"] = "lunedì"; -$a->strings["Tuesday"] = "martedì"; -$a->strings["Wednesday"] = "mercoledì"; -$a->strings["Thursday"] = "giovedì"; -$a->strings["Friday"] = "venerdì"; -$a->strings["Saturday"] = "sabato"; -$a->strings["Sunday"] = "domenica"; -$a->strings["January"] = "gennaio"; -$a->strings["February"] = "febbraio"; -$a->strings["March"] = "marzo"; -$a->strings["April"] = "aprile"; -$a->strings["May"] = "maggio"; -$a->strings["June"] = "giugno"; -$a->strings["July"] = "luglio"; -$a->strings["August"] = "agosto"; -$a->strings["September"] = "settembre"; -$a->strings["October"] = "ottobre"; -$a->strings["November"] = "novembre"; -$a->strings["December"] = "dicembre"; -$a->strings["unknown.???"] = "sconosciuto???"; -$a->strings["bytes"] = "byte"; -$a->strings["remove category"] = "rimuovi la categoria"; -$a->strings["remove from file"] = "rimuovi dal file"; -$a->strings["Click to open/close"] = "Clicca per aprire/chiudere"; -$a->strings["Link to Source"] = "Link al sorgente"; -$a->strings["Select a page layout: "] = "Scegli il layout della pagina:"; -$a->strings["default"] = "predefinito"; -$a->strings["Page content type: "] = "Contenuto della pagina:"; -$a->strings["Select an alternate language"] = "Seleziona una lingua diversa"; -$a->strings["activity"] = "l'attività "; -$a->strings["Design"] = "Design"; -$a->strings["Blocks"] = "Riquadri"; -$a->strings["Menus"] = "Menù"; -$a->strings["Layouts"] = "Layout"; -$a->strings["Pages"] = "Pagine"; -$a->strings["Site Admin"] = "Amministrazione sito"; -$a->strings["Address Book"] = "Rubrica"; -$a->strings["Mood"] = "Umore"; -$a->strings["Probe"] = "Diagnostica"; -$a->strings["Suggest"] = "Suggerisci"; -$a->strings["Update"] = "Aggiorna"; -$a->strings["Install"] = "Installa"; -$a->strings["Purchase"] = "Acquista"; $a->strings["Image/photo"] = "Immagine"; $a->strings["Encrypted content"] = "Contenuto crittografato"; $a->strings["QR code"] = "QR code"; @@ -659,9 +685,9 @@ $a->strings["Export channel"] = "Esporta il canale"; $a->strings["Automatic Permissions (Advanced)"] = "Permessi predefiniti (avanzato)"; $a->strings["Premium Channel Settings"] = "Canale premium - impostazioni"; $a->strings["Check Mail"] = "Controlla i messaggi"; -$a->strings["Chat Rooms"] = "Chat attive"; -$a->strings["Bookmarked Chatrooms"] = "Chat nei segnalibri"; -$a->strings["Suggested Chatrooms"] = "Chat suggerite"; +$a->strings["Chat Rooms"] = "Aree chat attive"; +$a->strings["Bookmarked Chatrooms"] = "Aree chat nei segnalibri"; +$a->strings["Suggested Chatrooms"] = "Aree chat suggerite"; $a->strings["Save to Folder"] = "Salva nella cartella"; $a->strings["View all"] = "Vedi tutto"; $a->strings["__ctx:noun__ Dislike"] = array( @@ -732,6 +758,7 @@ $a->strings[" "] = " "; $a->strings["timeago.numbers"] = "timeago.numbers"; $a->strings["New window"] = "Nuova finestra"; $a->strings["Open the selected location in a different window or browser tab"] = "Apri l'indirizzo selezionato in una nuova scheda o finestra"; +$a->strings["User '%s' deleted"] = "Utente '%s' eliminato"; $a->strings["Male"] = "Maschio"; $a->strings["Female"] = "Femmina"; $a->strings["Currently Male"] = "Al momento maschio"; @@ -792,31 +819,25 @@ $a->strings["Ask me"] = "Chiedimelo"; $a->strings["Logged out."] = "Uscita effettuata."; $a->strings["Failed authentication"] = "Autenticazione fallita"; $a->strings["Login failed."] = "Accesso fallito."; -$a->strings["Permission denied"] = "Permesso negato"; -$a->strings["(Unknown)"] = "(Sconosciuto)"; -$a->strings["Item not found."] = "Elemento non trovato."; -$a->strings["Collection not found."] = "Insieme non trovato."; -$a->strings["Collection is empty."] = "L'insieme di canali è vuoto."; -$a->strings["Collection: %s"] = "Insieme: %s"; -$a->strings["Connection: %s"] = "Contatto: %s"; -$a->strings["Connection not found."] = "Contatto non trovato."; -$a->strings["Can view my \"public\" stream and posts"] = "Può vedere i miei contenuti \"pubblici\""; -$a->strings["Can view my \"public\" channel profile"] = "Può vedere il profilo del mio canale \"pubblico\""; -$a->strings["Can view my \"public\" photo albums"] = "Può vedere il mio album fotografico \"pubblico\""; -$a->strings["Can view my \"public\" address book"] = "Può vedere il mio elenco contatti \"pubblico\""; -$a->strings["Can view my \"public\" file storage"] = "Può vedere il mio archivio file \"pubblico\""; -$a->strings["Can view my \"public\" pages"] = "Può vedere le mie pagine web \"pubbliche\""; +$a->strings["Can view my normal stream and posts"] = "Può vedere i miei contenuti e articoli normali"; +$a->strings["Can view my default channel profile"] = "Può vedere il profilo predefinito del canale"; +$a->strings["Can view my photo albums"] = "Può vedere i miei album fotografici"; +$a->strings["Can view my connections"] = "Può vedere i miei contatti"; +$a->strings["Can view my file storage"] = "Può vedere i miei file condivisi"; +$a->strings["Can view my webpages"] = "Può vedere le mie pagine web"; $a->strings["Can send me their channel stream and posts"] = "È tra i canali che seguo"; $a->strings["Can post on my channel page (\"wall\")"] = "Può scrivere sulla bacheca del mio canale"; -$a->strings["Can comment on my posts"] = "Può commentare i miei articoli"; +$a->strings["Can comment on or like my posts"] = "Può commentare o aggiungere \"mi piace\" ai miei articoli"; $a->strings["Can send me private mail messages"] = "Può inviarmi messaggi privati"; $a->strings["Can post photos to my photo albums"] = "Può aggiungere foto ai miei album"; +$a->strings["Can like/dislike stuff"] = "Può aggiungere \"mi piace\""; +$a->strings["Profiles and things other than posts/comments"] = "Profili e tutto ciò che non è articoli e commenti"; $a->strings["Can forward to all my channel contacts via post @mentions"] = "Può inoltrare articoli a tutti i contatti del canale tramite una @menzione"; $a->strings["Advanced - useful for creating group forum channels"] = "Impostazione avanzata - utile per creare un canale-forum di discussione"; $a->strings["Can chat with me (when available)"] = "Può aprire una chat con me (se disponibile)"; -$a->strings["Can write to my \"public\" file storage"] = "Può scrivere sul mio archivio di file \"pubblico\""; -$a->strings["Can edit my \"public\" pages"] = "Può modificare le mie pagine web \"pubbliche\""; -$a->strings["Can source my \"public\" posts in derived channels"] = "Può aggiungere i miei post \"pubblici\" a un suo canale derivato"; +$a->strings["Can write to my file storage"] = "Può scrivere sul mio archivio file"; +$a->strings["Can edit my webpages"] = "Può modificare le mie pagine web"; +$a->strings["Can source my public posts in derived channels"] = "Può usare i miei articoli pubblici per creare canali derivati"; $a->strings["Somewhat advanced - very useful in open communities"] = "Piuttosto avanzato - molto utile nelle comunità aperte"; $a->strings["Can administer my channel resources"] = "Può amministrare i contenuti del mio canale"; $a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Impostazione pericolosa - lasciare il valore predefinito se non si è assolutamente sicuri"; @@ -841,7 +862,7 @@ $a->strings["Menu Item Permissions"] = "Permessi del menu"; $a->strings["(click to open/close)"] = "(clicca per aprire/chiudere)"; $a->strings["Link text"] = "Testo del link"; $a->strings["URL of link"] = "Indirizzo del link"; -$a->strings["Use Red magic-auth if available"] = "Usa l'autenticazione magica di Red, se disponibile"; +$a->strings["Use Red magic-auth if available"] = "Usa l'autenticazione magica di RedMatrix, se disponibile"; $a->strings["Open link in new window"] = "Apri il link in una nuova finestra"; $a->strings["Order in list"] = "Ordine dell'elenco"; $a->strings["Higher numbers will sink to bottom of listing"] = "I numeri più alti andranno in fondo all'elenco"; @@ -850,6 +871,7 @@ $a->strings["Menu item deleted."] = "L'elemento del menù è stato eliminato."; $a->strings["Menu item could not be deleted."] = "L'elemento del menù non può essere eliminato."; $a->strings["Edit Menu Element"] = "Modifica l'elemento del menù"; $a->strings["Modify"] = "Modifica"; +$a->strings["Some blurb about what to do when you're new here"] = "Qualche suggerimento per i nuovi utenti su cosa fare"; $a->strings["sent you a private message"] = "ti ha inviato un messaggio privato"; $a->strings["added your channel"] = "ha aggiunto il tuo canale"; $a->strings["posted an event"] = "ha creato un evento"; @@ -887,6 +909,7 @@ $a->strings["Confirm:"] = "Conferma:"; $a->strings["Leave password fields blank unless changing"] = "Lascia questi campi in bianco per non cambiare la password"; $a->strings["Email Address:"] = "Indirizzo email:"; $a->strings["Remove Account"] = "Elimina l'account"; +$a->strings["Remove this account from this server including all its channels"] = "Elimina questo account da questo server, inclusi tutti i canali."; $a->strings["Warning: This action is permanent and cannot be reversed."] = "Attenzione: questa azione è permanente e non potrà più essere annullata."; $a->strings["Off"] = "Off"; $a->strings["On"] = "On"; @@ -897,6 +920,7 @@ $a->strings["%s - (Experimental)"] = "%s - (Sperimentale)"; $a->strings["Display Settings"] = "Aspetto"; $a->strings["Display Theme:"] = "Tema per monitor:"; $a->strings["Mobile Theme:"] = "Tema per dispositivi mobili:"; +$a->strings["Enable user zoom on mobile devices"] = "Attiva la possibilità di fare zoom sui dispositivi mobili"; $a->strings["Update browser every xx seconds"] = "Aggiorna il browser ogni x secondi"; $a->strings["Minimum of 10 seconds, no maximum"] = "Minimo 10 secondi, nessun limite massimo"; $a->strings["Maximum number of conversations to load at any time:"] = "Massimo numero di conversazioni da mostrare ogni volta:"; @@ -1002,6 +1026,7 @@ $a->strings["Profile deleted."] = "Profilo eliminato."; $a->strings["Profile-"] = "Profilo-"; $a->strings["New profile created."] = "Il nuovo profilo è stato creato."; $a->strings["Profile unavailable to clone."] = "Impossibile duplicare il profilo."; +$a->strings["Profile unavailable to export."] = "Il profilo non è disponibile per l'export."; $a->strings["Profile Name is required."] = "Il nome del profilo è obbligatorio ."; $a->strings["Marital Status"] = "Stato sentimentale"; $a->strings["Romantic Partner"] = "Partner affettivo"; @@ -1015,7 +1040,7 @@ $a->strings["Sexual Preference"] = "Preferenze sessuali"; $a->strings["Homepage"] = "Home page"; $a->strings["Interests"] = "Interessi"; $a->strings["Address"] = "Indirizzo"; -$a->strings["Location"] = "Luogo attuale"; +$a->strings["Location"] = "Posizione geografica"; $a->strings["Profile updated."] = "Profilo aggiornato."; $a->strings["Hide your contact/friend list from viewers of this profile?"] = "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?"; $a->strings["Edit Profile Details"] = "Modifica i dettagli del profilo"; @@ -1024,6 +1049,8 @@ $a->strings["Change Profile Photo"] = "Cambia la foto del profilo"; $a->strings["Create a new profile using these settings"] = "Crea un nuovo profilo usando queste impostazioni"; $a->strings["Clone this profile"] = "Clona questo profilo"; $a->strings["Delete this profile"] = "Elimina questo profilo"; +$a->strings["Import profile from file"] = "Importa il profilo da un file"; +$a->strings["Export profile to file"] = "Esporta il profilo in un file"; $a->strings["Profile Name:"] = "Nome del profilo:"; $a->strings["Your Full Name:"] = "Il tuo nome completo:"; $a->strings["Title/Description:"] = "Titolo/descrizione:"; @@ -1054,7 +1081,7 @@ $a->strings["Film/dance/culture/entertainment"] = "Film/danza/cultura/intratteni $a->strings["Love/romance"] = "Amore"; $a->strings["Work/employment"] = "Lavoro/impiego"; $a->strings["School/education"] = "Scuola/educazione"; -$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet."; +$a->strings["This is your default profile."] = "Questo è il tuo profilo predefinito."; $a->strings["Age: "] = "Età :"; $a->strings["Edit/Manage Profiles"] = "Modifica/gestisci i profili"; $a->strings["Add profile things"] = "Aggiungi oggetti al profilo"; @@ -1068,7 +1095,7 @@ $a->strings["Click on a contact to add or remove."] = "Clicca su un contatto per $a->strings["Visible To"] = "Visibile a"; $a->strings["All Connections"] = "Tutti i contatti"; $a->strings["Public Sites"] = "Siti pubblici"; -$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."] = "Gli indirizzi elencati permettono la registrazione su Red Matrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere tipi diversi di abbonamento. Potrai trovare maggiori informazioni al riguardo visitando ciascun sito."; +$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."] = "Gli indirizzi elencati permettono la registrazione su RedMatrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere tipi diversi di abbonamento. Potrai trovare maggiori informazioni al riguardo visitando ciascun sito."; $a->strings["Site URL"] = "URL del sito"; $a->strings["Access Type"] = "Tipo di accesso"; $a->strings["Registration Policy"] = "Politica di registrazione"; @@ -1079,15 +1106,15 @@ $a->strings["Save Bookmark"] = "Salva segnalibro"; $a->strings["URL of bookmark"] = "URL del segnalibro"; $a->strings["Description"] = "Descrizione"; $a->strings["Or enter new bookmark folder name"] = "O inserisci il nome di una nuova cartella di segnalibri"; -$a->strings["Room not found"] = "Chat non trovata"; -$a->strings["Leave Room"] = "Lascia la chat"; -$a->strings["Delete This Room"] = "Elimina questa chat"; +$a->strings["Room not found"] = "Area chat non trovata"; +$a->strings["Leave Room"] = "Lascia l'area chat"; +$a->strings["Delete This Room"] = "Elimina questa area chat"; $a->strings["I am away right now"] = "Non sono presente al momento"; $a->strings["I am online"] = "Sono online"; -$a->strings["Bookmark this room"] = "Aggiungi chat ai segnalibri"; -$a->strings["New Chatroom"] = "Nuova chat"; -$a->strings["Chatroom Name"] = "Nome della chat"; -$a->strings["%1\$s's Chatrooms"] = "Le chat di %1\$s"; +$a->strings["Bookmark this room"] = "Aggiungi l'area chat ai segnalibri"; +$a->strings["New Chatroom"] = "Nuova area chat"; +$a->strings["Chatroom Name"] = "Nome dell'area chat"; +$a->strings["%1\$s's Chatrooms"] = "Le aree chat di %1\$s"; $a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!"; $a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio."; $a->strings["Passwords do not match."] = "Le password non corrispondono."; @@ -1109,7 +1136,8 @@ $a->strings["Please re-enter your password"] = "Ripeti la password per verifica" $a->strings["Away"] = "Assente"; $a->strings["Online"] = "Online"; $a->strings["Please login."] = "Accedi."; -$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Accesso a Red Matrix. Inserisci l'email con cui sei registrato e la password."; +$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Accesso a RedMatrix. Inserisci l'email con cui sei registrato e la password."; +$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Non è possibile eliminare un canale prima di 48 ore dall'ultimo cambio password."; $a->strings["Remove This Channel"] = "Elimina questo canale"; $a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Questo comando rimuoverà completamente il canale che stai usando. Una volta fatto non sarà più possibile ripristinarlo."; $a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:"; @@ -1149,7 +1177,6 @@ $a->strings["Ignored"] = "Ignorati"; $a->strings["Hidden"] = "Nascosti"; $a->strings["Archived"] = "Archiviati"; $a->strings["All"] = "Tutti"; -$a->strings["Unconnected"] = "Non connesso"; $a->strings["Suggest new connections"] = "Suggerisci nuovi contatti"; $a->strings["New Connections"] = "Nuovi contatti"; $a->strings["Show pending (new) connections"] = "Richieste di contatto in attesa"; @@ -1160,12 +1187,12 @@ $a->strings["Only show blocked connections"] = "Mostra solo i contatti bloccati" $a->strings["Only show ignored connections"] = "Mostra solo i contatti ignorati"; $a->strings["Only show archived connections"] = "Mostra solo i contatti archiviati"; $a->strings["Only show hidden connections"] = "Mostra solo i contatti nascosti"; -$a->strings["Only show one-way connections"] = "Mostra solo i contatti non ricambiati"; $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit contact"] = "Modifica il contatto"; +$a->strings["Edit connection"] = "Modifica il contatto"; $a->strings["Search your connections"] = "Cerca tra i contatti"; $a->strings["Finding: "] = "Ricerca: "; $a->strings["Edit post"] = "Modifica articolo"; +$a->strings["is now connected to"] = "adesso è in contatto con"; $a->strings["Could not access address book record."] = "Impossibile accedere alle informazioni della rubrica."; $a->strings["Refresh failed - channel is currently unavailable."] = "Il canale non è disponibile - impossibile aggiornare."; $a->strings["Channel has been unblocked"] = "Il canale è stato sbloccato"; @@ -1250,8 +1277,8 @@ $a->strings["No entries."] = "Nessun risultato."; $a->strings["Public access denied."] = "Accesso pubblico negato."; $a->strings["Gender: "] = "Sesso:"; $a->strings["Finding:"] = "Ricerca:"; -$a->strings["next page"] = "pagina succ."; -$a->strings["previous page"] = "pagina prec."; +$a->strings["next page"] = "pagina successiva"; +$a->strings["previous page"] = "pagina precedente"; $a->strings["No entries (some entries may be hidden)."] = "Nessun risultato (qualcosa potrebbe essere nascosto)."; $a->strings["Status: "] = "Stato:"; $a->strings["Sexual Preference: "] = "Preferenza sessuale:"; @@ -1260,9 +1287,9 @@ $a->strings["Hometown: "] = "Città dove vivo:"; $a->strings["About: "] = "Informazioni:"; $a->strings["Keywords: "] = "Parole chiave:"; $a->strings["This site is not a directory server"] = "Questo sito non fornisce l'elenco generale dei canali"; -$a->strings["Red Matrix - "The Network""] = "Red Matrix - "La Rete""; +$a->strings["Red Matrix - "The Network""] = "RedMatrix - "La Rete""; $a->strings["Welcome to %s"] = "%s ti dà il benvenuto"; -$a->strings["Red Matrix Server - Setup"] = "Red Matrix Server - Installazione"; +$a->strings["Red Matrix Server - Setup"] = "RedMatrix Server - Installazione"; $a->strings["Could not connect to database."] = " Impossibile connettersi al database."; $a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS."; $a->strings["Could not create table."] = "Impossibile creare le tabelle."; @@ -1273,7 +1300,7 @@ $a->strings["System check"] = "Verifica del sistema"; $a->strings["Next"] = "Successivo"; $a->strings["Check again"] = "Verifica di nuovo"; $a->strings["Database connection"] = "Connessione al database"; -$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Per installare Red Matrix è necessario conoscere i parametri di connessione al database."; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Per installare RedMatrix è necessario conoscere i parametri di connessione al database."; $a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni."; $a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database deve già esistere. Se non esiste, crealo prima di continuare."; $a->strings["Database Server Name"] = "Server del database"; @@ -1318,20 +1345,20 @@ $a->strings["Error: mb_string PHP module required but not installed."] = "Errore $a->strings["Error: mcrypt PHP module required but not installed."] = "Errore: il modulo PHP mcrypt è richiesto ma non installato."; $a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella principale del tuo web server ma non è in grado di farlo."; $a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di Red."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix."; $a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni."; $a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile"; $a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di Red."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix."; $a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione come un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."; $a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene."; $a->strings["%s is writable"] = "%s è scrivibile"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red usa un archivio per salvare i file caricati. Il server deve avere i diritti di scrittura sulla cartella dell'archivio che si trova dentro la cartella principale di Red"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "RedMatrix usa un archivio per salvare i file caricati. Il server deve avere i diritti di scrittura sulla cartella dell'archivio che si trova dentro la cartella principale di RedMatrix"; $a->strings["store is writable"] = "l'archivio è scrivibile"; $a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito."; $a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!"; $a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server."; -$a->strings["If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno un avviso su possibili problemi di sicurezza."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser."; $a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ciò può creare problemi di usabilità molto gravi (non solo sul tuo sito), quindi dobbiamo insistere su questo punto."; $a->strings["Providers are available that issue free certificates which are browser-valid."] = "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser."; $a->strings["SSL certificate validation"] = "Validazione del certificato SSL"; @@ -1364,10 +1391,10 @@ $a->strings["Delete Webpage"] = "Elimina la pagina web"; $a->strings["Version %s"] = "Versione %s"; $a->strings["Installed plugins/addons/apps:"] = "App e componenti installati:"; $a->strings["No installed plugins/addons/apps"] = "Nessuna app o componente installato"; -$a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Questo è un hub di Red Matrix - una rete cooperativa e decentralizzata di siti con elevato livello di privacy. "; +$a->strings["Red"] = "RedMatrix"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Questo è un hub di RedMatrix - una rete cooperativa e decentralizzata di siti ad elevata privacy. "; $a->strings["Running at web location"] = "In esecuzione sull'indirizzo web"; -$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Visita <a href=\"http://getzot.com\">GetZot.com</a> per scoprire il progetto Red Matrix."; +$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Visita <a href=\"http://getzot.com\">GetZot.com</a> per scoprire il progetto RedMatrix."; $a->strings["Bug reports and issues: please visit"] = "Per segnalare bug e problemi: visita"; $a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com"; $a->strings["Site Administrators"] = "Amministratori del sito"; @@ -1383,6 +1410,7 @@ $a->strings["Upload Photos"] = "Carica foto"; $a->strings["New album name: "] = "Nome del nuovo album: "; $a->strings["or existing album name: "] = "o nome di un album esistente: "; $a->strings["Do not show a status post for this upload"] = "Non creare un messaggio di stato per questo caricamento"; +$a->strings["Album name could not be decoded"] = "Non è stato possibile leggere il nome dell'album"; $a->strings["Contact Photos"] = "Foto dei contatti"; $a->strings["Edit Album"] = "Modifica album"; $a->strings["Show Newest First"] = "Prima i più recenti"; @@ -1426,7 +1454,8 @@ $a->strings["Create New Event"] = "Crea un nuovo evento"; $a->strings["Previous"] = "Precendente"; $a->strings["hour:minute"] = "ora:minuti"; $a->strings["Event details"] = "Dettagli evento"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Il formato è %s %s. L'inizio e il titolo sono obbligatori."; +$a->strings["Format is %s %s."] = "Il formato è %s %s"; +$a->strings["Starting date and Title are required."] = "Titolo e data d'inizio sono obbligatori."; $a->strings["Event Starts:"] = "Inizio:"; $a->strings["Required"] = "Obbligatorio"; $a->strings["Finish date/time is not known or not relevant"] = "La data/ora di fine non è rilevante"; @@ -1475,6 +1504,7 @@ $a->strings["Channels"] = "Canali"; $a->strings["Plugins"] = "Plugin"; $a->strings["Themes"] = "Temi"; $a->strings["Server"] = "Server"; +$a->strings["Profile Config"] = "Configurazione del profilo"; $a->strings["DB updates"] = "Aggiornamenti al DB"; $a->strings["Logs"] = "Log"; $a->strings["Plugin Features"] = "Plugin"; @@ -1508,6 +1538,10 @@ $a->strings["Accessibility system theme"] = "Tema di sistema ad alta accessibili $a->strings["Accessibility theme"] = "Tema ad alta accessibilità "; $a->strings["Channel to use for this website's static pages"] = "Canale da usare per le pagine statiche di questo sito"; $a->strings["Site Channel"] = "Canale del sito"; +$a->strings["Enable Diaspora Protocol"] = "Abilita la comunicazione con Diaspora"; +$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Sperimentale - per comunicare con Diaspora e Friendica"; +$a->strings["Allow Feeds as Connections"] = "Permetti di aggiungere i feed come contatti"; +$a->strings["(Heavy system resource usage)"] = "(Uso intenso delle risorse di sistema!)"; $a->strings["Maximum image size"] = "Dimensione massima immagini"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Massima dimensione in byte delle immagini caricate. Il default è 0, cioè nessun limite."; $a->strings["Does this site allow new member registration?"] = "Questo sito permette a nuovi utenti di registrarsi?"; @@ -1522,6 +1556,8 @@ $a->strings["Allowed email domains"] = "Domini email consentiti"; $a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione. Sono accettati caratteri jolly. Lascia vuoto per accettare qualsiasi dominio."; $a->strings["Block public"] = "Blocca pagine pubbliche"; $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Seleziona per impedire di vedere le pagine personali di questo sito a chi non ha effettuato l'accesso."; +$a->strings["Verify Email Addresses"] = "Verifica l'indirizzo email"; +$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Attiva per richiedere la verifica degli indirizzi email dei nuovi utenti (consigliato)."; $a->strings["Force publish"] = "Forza la publicazione del profilo"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Seleziona per mostrare nell'elenco dei canali del sito <strong>tutti</strong> i profili registrati."; $a->strings["Disable discovery tab"] = "Disabilita la funzione 'scopri'"; @@ -1561,7 +1597,6 @@ $a->strings["%s user deleted"] = array( 1 => "%s utenti cancellati", ); $a->strings["Account not found"] = "Account non trovato"; -$a->strings["User '%s' deleted"] = "Utente '%s' eliminato"; $a->strings["User '%s' unblocked"] = "Utente '%s' sbloccato"; $a->strings["User '%s' blocked"] = "Utente '%s' bloccato"; $a->strings["Users"] = "Utenti"; @@ -1574,7 +1609,7 @@ $a->strings["Deny"] = "Nega"; $a->strings["Register date"] = "Data registrazione"; $a->strings["Last login"] = "Ultimo accesso"; $a->strings["Expires"] = "Con scadenza"; -$a->strings["Service Class"] = "Service Class"; +$a->strings["Service Class"] = "Classe dell'account"; $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Gli utenti selezionati saranno eliminati!\\n\\nTutto quello che gli utenti hanno pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?"; $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "L'utente {0} sarà eliminato!\\n\\nTutto quello che ha pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?"; $a->strings["%s channel censored/uncensored"] = array( @@ -1609,8 +1644,18 @@ $a->strings["Log settings updated."] = "Impostazioni di log aggiornate."; $a->strings["Clear"] = "Pulisci"; $a->strings["Debugging"] = "Debugging"; $a->strings["Log file"] = "File di log"; -$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Deve essere scrivibile dal web server. È relativa alla cartella dove è installato Red."; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Deve essere scrivibile dal web server. È relativa alla cartella dove è installato RedMatrix."; $a->strings["Log level"] = "Livello di log"; +$a->strings["New Profile Field"] = "Nuovo campo del profilo"; +$a->strings["Field nickname"] = "Nome breve del campo"; +$a->strings["System name of field"] = "Nome di sistema del campo"; +$a->strings["Input type"] = "Tipo di dati"; +$a->strings["Field Name"] = "Nome del campo"; +$a->strings["Label on profile pages"] = "Etichetta da mostrare sulla pagina del profilo"; +$a->strings["Help text"] = "Testo di aiuto"; +$a->strings["Additional info (optional)"] = "Informazioni aggiuntive (opzionali)"; +$a->strings["Field definition not found"] = "Impossibile trovare la definizione del campo"; +$a->strings["Edit Profile Field"] = "Modifica campo del profilo"; $a->strings["Thing updated"] = "L'oggetto è stato aggiornato"; $a->strings["Object store: failed"] = "Impossibile memorizzare l'oggetto."; $a->strings["Thing added"] = "L'oggetto è stato aggiunto"; @@ -1644,7 +1689,7 @@ $a->strings["For either option, please choose whether to make this hub your new $a->strings["Make this hub my primary location"] = "Rendi questo server il mio indirizzo primario"; $a->strings["Total invitation limit exceeded."] = "Hai superato il numero massimo di inviti."; $a->strings["%s : Not a valid email address."] = "%s: non è un indirizzo email valido."; -$a->strings["Please join us on Red"] = "Vieni con noi su Red"; +$a->strings["Please join us on Red"] = "Vieni con noi su RedMatrix"; $a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Hai superato il numero massimo di inviti. Contatta l'amministratore se necessario."; $a->strings["%s : Message delivery failed."] = "%s: la consegna del messaggio è fallita."; $a->strings["%d message sent."] = array( @@ -1655,12 +1700,12 @@ $a->strings["You have no more invitations available"] = "Non hai altri inviti di $a->strings["Send invitations"] = "Spedisci inviti"; $a->strings["Enter email addresses, one per line:"] = "Inserisci gli indirizzi email, uno per riga:"; $a->strings["Your message:"] = "Il tuo messaggio:"; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Questo è un invito cordiale ad unirti a me e ad altri miei amici stretti su Red Matrix - uno nuovo strumento di comunicazione decentralizzato e rivoluzionario."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Sarà necessario fornire questo codice invito: \$invite_code"; -$a->strings["Please visit my channel at"] = "Puoi visitare il mio canale su"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Una volta che avrai completato la registrazione (su QUALSIASI sito Red Matrix - sono tutti interconnessi), potrai connetterti al mio canale:"; -$a->strings["Click the [Register] link on the following page to join."] = "Fai clic su [Registrati] nella pagina seguente per iscriverti."; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Per saperne di più sul progetto Red Matrix e sul perché potrebbe cambiare internet per come la conosciamo, visita http://getzot.com"; +$a->strings["Please join my community on RedMatrix."] = "Entra a far parte della mia comunità su RedMatrix."; +$a->strings["You will need to supply this invitation code: "] = "Dovrai fornire questo codice di invito:"; +$a->strings["1. Register at any RedMatrix location (they are all inter-connected)"] = "1. Registrati su un qualsiasi sito RedMatrix (sono tutti interconnessi)"; +$a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Inserisci il mio indirizzo RedMatrix nella barra di ricerca che compare nella pagina."; +$a->strings["or visit "] = "oppure visita"; +$a->strings["3. Click [Connect]"] = "3. Clicca su [Aggiungi]"; $a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale."; $a->strings["Empty post discarded."] = "L'articolo vuoto è stato ignorato."; $a->strings["Executable content type not permitted to this channel."] = "I contenuti eseguibili non sono permessi su questo canale."; @@ -1670,7 +1715,15 @@ $a->strings["You have reached your limit of %1$.0f webpages."] = "Hai raggiunto $a->strings["[Embedded content - reload page to view]"] = "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]"; $a->strings["Help with this feature"] = "La guida per questa funzionalità "; $a->strings["Layout Name"] = "Nome layout"; +$a->strings["Like/Dislike"] = "Mi piace/Non mi piace"; +$a->strings["This action is restricted to members."] = "Questa funzionalità è riservata agli iscritti."; +$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."] = "Per favore <a href=\"rmagic\">accedi con il tuo identificativo RedMatrix</a> o <a href=\"register\">registrati su RedMatrix</a> per continuare."; +$a->strings["Invalid request."] = "Richiesta non valida."; $a->strings["thing"] = "oggetto"; +$a->strings["Channel unavailable."] = "Canale non trovato."; +$a->strings["Previous action reversed."] = "Il comando precedente è stato annullato."; +$a->strings["Action completed."] = "Comando completato."; +$a->strings["Thank you."] = "Grazie."; $a->strings["Remote privacy information not available."] = "Le informazioni remote sulla privacy non sono disponibili."; $a->strings["Visible to:"] = "Visibile a:"; $a->strings["No connections."] = "Nessun contatto."; @@ -1705,6 +1758,7 @@ $a->strings["Message recalled."] = "Messaggio revocato."; $a->strings["Send Private Message"] = "Invia un messaggio privato"; $a->strings["To:"] = "A:"; $a->strings["Subject:"] = "Oggetto:"; +$a->strings["Send"] = "Invia"; $a->strings["Message not found."] = "Messaggio non trovato."; $a->strings["Delete message"] = "Elimina il messaggio"; $a->strings["Recall message"] = "Revoca il messaggio"; @@ -1715,7 +1769,6 @@ $a->strings["No secure communications available. You <strong>may</strong> be abl $a->strings["Send Reply"] = "Invia la risposta"; $a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi."; $a->strings["Create a new channel"] = "Crea un nuovo canale"; -$a->strings["Channel Manager"] = "Gestione canali"; $a->strings["Current Channel"] = "Canale attuale"; $a->strings["Attach to one of your channels by selecting it."] = "Seleziona il canale a cui vuoi passare."; $a->strings["Default Channel"] = "Canale predefinito"; @@ -1775,8 +1828,16 @@ $a->strings["80 x 80 pixels - optional"] = "80 x 80 pixel - facoltativa"; $a->strings["Version ID"] = "ID versione"; $a->strings["Price of app"] = "Prezzo app"; $a->strings["Location (URL) to purchase app"] = "Indirizzo (URL) per acquistare la app"; +$a->strings["Poll"] = "Sondaggio"; +$a->strings["View Results"] = "Guarda i risultati"; +$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Non è possibile eliminare il tuo account prima di 48 ore dall'ultimo cambio password."; +$a->strings["Remove This Account"] = "Elimina questo account"; +$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Questa operazione rimuoverà completamente il tuo account dalla rete, inclusi tutti i suoi canali. Una volta avviata la rimozione, sarà definitiva."; +$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Elimina dalla rete questo account, tutti i suoi canali e ANCHE tutti gli eventuali canali clonati."; +$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "A meno che tu non lo richieda espressamente, solo i canali presenti su questo server saranno rimossi dalla rete."; +$a->strings["No service class restrictions found."] = "Non esistono restrizioni su questa classe di account."; $a->strings["Schema Default"] = "Schema predefinito"; -$a->strings["Sans-Serif"] = "Sans-serif"; +$a->strings["Sans-Serif"] = "Sans-Serif"; $a->strings["Monospace"] = "Monospace"; $a->strings["Theme settings"] = "Impostazioni del tema"; $a->strings["Set scheme"] = "Schema"; @@ -1785,56 +1846,56 @@ $a->strings["Set font face"] = "Tipo di carattere"; $a->strings["Set iconset"] = "Icone"; $a->strings["Set big shadow size, default 15px 15px 15px"] = "Ombra grande, predefinita 15px 15px 15px"; $a->strings["Set small shadow size, default 5px 5px 5px"] = "Ombra piccola, predefinita 5px 5px 5px"; -$a->strings["Set shadow colour, default #000"] = "Colore dell'ombra, predefinito #000"; +$a->strings["Set shadow color, default #000"] = "Colore dell'ombra, predefinito #000"; $a->strings["Set radius size, default 5px"] = "Raggio degli angoli, predefinito 5px"; $a->strings["Set line-height for posts and comments"] = "Altezza della riga per articoli e commenti"; $a->strings["Set background image"] = "Immagine di sfondo"; $a->strings["Set background attachment"] = "Allega uno sfondo"; -$a->strings["Set background colour"] = "Colore di sfondo"; -$a->strings["Set section background image"] = "Immagine di sfondo della sezione"; -$a->strings["Set section background colour"] = "Colore di sfondo della sezione"; -$a->strings["Set colour of items - use hex"] = "Colore degli elementi della pagina - esadecimale"; -$a->strings["Set colour of links - use hex"] = "Colore dei link - esadecimale"; +$a->strings["Set background color"] = "Colore di sfondo"; +$a->strings["Set section background image"] = "Immagine di sfondo dei contenuti"; +$a->strings["Set section background color"] = "Colore di sfondo dei contenuti"; +$a->strings["Set color of items - use hex"] = "Colore degli elementi della pagina - esadecimale"; +$a->strings["Set color of links - use hex"] = "Colore dei link - esadecimale"; $a->strings["Set max-width for items. Default 400px"] = "Larghezza massima degli elementi della pagina. Predefinita: 400px"; $a->strings["Set min-width for items. Default 240px"] = "Larghezza minima degli elementi della pagina. Predefinita: 240px"; $a->strings["Set the generic content wrapper width. Default 48%"] = "Larghezza di tutta l'area dei contenuti. Predefinita: 48%"; -$a->strings["Set colour of fonts - use hex"] = "Colore dei caratteri - esadecimale"; -$a->strings["Set background-size element"] = "Background-size"; +$a->strings["Set color of fonts - use hex"] = "Colore dei caratteri - esadecimale"; +$a->strings["Set background-size element"] = "Background-size element"; $a->strings["Item opacity"] = "Opacità degli elementi della pagina"; $a->strings["Display post previews only"] = "Mostra le anteprime solo degli articoli"; $a->strings["Display side bar on channel page"] = "Mostra la colonna laterale sulla pagina del canale"; $a->strings["Colour of the navigation bar"] = "Colore della barra di navigazione"; $a->strings["Item float"] = "Float degli oggetti della pagina"; -$a->strings["Left offset of the section element"] = "Margine sinistro dei contenuti"; -$a->strings["Right offset of the section element"] = "Margine destro dei contenuti"; +$a->strings["Left offset of the section element"] = "Spostamento a sinistra dei contenuti"; +$a->strings["Right offset of the section element"] = "Spostamento a destra dei contenuti"; $a->strings["Section width"] = "Larghezza dei contenuti"; -$a->strings["Left offset of the aside"] = "Margine sinistro della colonna laterale"; -$a->strings["Right offset of the aside element"] = "Margine destro della colonna laterale"; +$a->strings["Left offset of the aside"] = "Spostamento a sinistra della colonna laterale"; +$a->strings["Right offset of the aside element"] = "Spostamento a destra della colonna laterale"; $a->strings["None"] = "Nessuno"; $a->strings["Header image"] = "Immagine dell'intestazione"; -$a->strings["Header image only on profile pages"] = "Mostra un'immagine solo nell'intestazione dei profili"; +$a->strings["Header image only on profile pages"] = "Metti un'immagine solo nell'intestazione dei profili"; $a->strings["Light (Red Matrix default)"] = "Light (predefinito)"; $a->strings["Narrow navbar"] = "Barra di navigazione ristretta"; -$a->strings["Navigation bar background colour"] = "Barra di navigazione: Colore di sfondo"; -$a->strings["Navigation bar gradient top colour"] = "Barra di navigazione: Gradiente superiore"; -$a->strings["Navigation bar gradient bottom colour"] = "Barra di navigazione: Gradiente inferiore"; -$a->strings["Navigation active button gradient top colour"] = "Barra di navigazione: Gradiente superiore dell'icona attiva"; -$a->strings["Navigation active button gradient bottom colour"] = "Barra di navigazione: Gradiente inferiore dell'icona attiva"; -$a->strings["Navigation bar border colour "] = "Barra di navigazione: Colore del bordo"; -$a->strings["Navigation bar icon colour "] = "Barra di navigazione: Colore delle icone"; -$a->strings["Navigation bar active icon colour "] = "Barra di navigazione: Colore dell'icona attiva"; -$a->strings["link colour"] = "Colore dei link"; -$a->strings["Set font-colour for banner"] = "Colore del font del banner"; -$a->strings["Set the background colour"] = "Colore di sfondo"; +$a->strings["Navigation bar background color"] = "Barra di navigazione: Colore di sfondo"; +$a->strings["Navigation bar gradient top color"] = "Barra di navigazione: Gradiente superiore"; +$a->strings["Navigation bar gradient bottom color"] = "Barra di navigazione: Gradiente inferiore"; +$a->strings["Navigation active button gradient top color"] = "Bottone di navigazione attivo: Gradiente superiore"; +$a->strings["Navigation active button gradient bottom color"] = "Bottone di navigazione attivo: Gradiente inferiore"; +$a->strings["Navigation bar border color "] = "Barra di navigazione: Colore del bordo"; +$a->strings["Navigation bar icon color "] = "Barra di navigazione: Colore delle icone"; +$a->strings["Navigation bar active icon color "] = "Barra di navigazione: Colore dell'icona attiva"; +$a->strings["link color"] = "colore del link"; +$a->strings["Set font-color for banner"] = "Colore del font del banner"; +$a->strings["Set the background color"] = "Imposta il colore di sfondo"; $a->strings["Set the background image"] = "Immagine di sfondo"; -$a->strings["Set the background colour of items"] = "Colore di sfondo degli elementi della pagina"; -$a->strings["Set the background colour of comments"] = "Imposta il colore di sfondo dei commenti"; -$a->strings["Set the border colour of comments"] = "Imposta il colore del bordo dei commenti"; +$a->strings["Set the background color of items"] = "Imposta il colore di sfondo degli oggetti"; +$a->strings["Set the background color of comments"] = "Imposta il colore di sfondo dei commenti"; +$a->strings["Set the border color of comments"] = "Imposta il colore del bordo dei commenti"; $a->strings["Set the indent for comments"] = "Imposta il lo spostamento a destra dei commenti"; -$a->strings["Set the basic colour for item icons"] = "Colore di base per le icone"; -$a->strings["Set the hover colour for item icons"] = "Colore per le icone in evidenza"; +$a->strings["Set the basic color for item icons"] = "Colore di base per le icone"; +$a->strings["Set the hover color for item icons"] = "Colore per le icone in mouse-over"; $a->strings["Set font-size for the entire application"] = "Dimensione font per tutto il sito"; -$a->strings["Set font-colour for posts and comments"] = "Colore del carattere per articoli e commenti"; +$a->strings["Set font-color for posts and comments"] = "Imposta il colore del carattere per articoli e commenti"; $a->strings["Set radius of corners"] = "Raggio degli angoli stondati"; $a->strings["Set shadow depth of photos"] = "Profondità dell'ombra delle foto"; $a->strings["Set maximum width of conversation regions"] = "Larghezza massima dell'area delle conversazioni"; @@ -1846,7 +1907,7 @@ $a->strings["Sloppy photo albums"] = "Album con foto storte"; $a->strings["Are you a clean desk or a messy desk person?"] = "La tua scrivania è sempre a posto? Sei una persona disordinata?"; $a->strings["Update %s failed. See error logs."] = "%s: aggiornamento fallito. Controlla i log di errore."; $a->strings["Update Error at %s"] = "Errore di aggiornamento su %s"; -$a->strings["Create an account to access services and applications within the Red Matrix"] = "Registrati per accedere ai servizi e alle applicazioni di Red Matrix"; +$a->strings["Create an account to access services and applications within the Red Matrix"] = "Registrati per accedere ai servizi e alle applicazioni di RedMatrix"; $a->strings["Password"] = "Password"; $a->strings["Remember me"] = "Resta connesso"; $a->strings["Forgot your password?"] = "Hai dimenticato la password?"; diff --git a/view/js/main.js b/view/js/main.js index eeee9e3ab..13f1fea8f 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -276,6 +276,23 @@ return false; } } + if(event.keyCode == '34') { + if((pageHasMoreContent) && (! loadingPage)) { + $('#more').hide(); + $('#no-more').hide(); + + next_page++; + scroll_next = true; + loadingPage = true; + + if(($('.directory-end').length == 0) && ($('.photos-end').length == 0)) + liveUpdate(); + else + pageUpdate(); + return true; + } + } + if(event.keyCode == '19' || (event.ctrlKey && event.which == '32')) { event.preventDefault(); if(stopped == false) { @@ -395,6 +412,8 @@ function updatePageItems(mode,data) { + + if(mode === 'append') { $(data).each(function() { $('#page-end').before($(this)); @@ -404,6 +423,12 @@ function updatePageItems(mode,data) { loadingPage = false; } } + + var e = document.getElementById('content-complete'); + if(e) { + pageHasMoreContent = false; + } + } @@ -664,7 +689,7 @@ function updateConvItems(mode,data) { bParam_page = 1; } - update_url = baseurl + '/directory/?f=&page=' + bParam_page; + update_url = baseurl + '/' + page_query + '/?f=&aj=1&page=' + bParam_page + extra_args ; $("#page-spinner").spin('small'); update_mode = 'append'; @@ -679,6 +704,23 @@ function updateConvItems(mode,data) { } + function justifyPhotos(bParam_page) { + justifiedGalleryActive = true; + $('#photo-album-contents-' + bParam_page).justifiedGallery({ + lastRow : 'nojustify', + captions: true, + margins: 3, + rowHeight : 150, + sizeRangeSuffixes : { + 'lt100': '', + 'lt240': '', + 'lt320': '', + 'lt500': '', + 'lt640': '', + 'lt1024': '' + } + }).on('jg.complete', function(e){ justifiedGalleryActive = false; }); + } function notify_popup_loader(notifyType) { @@ -1025,7 +1067,6 @@ function previewTheme(elm) { } $(document).ready(function() { - jQuery.timeago.settings.strings = { prefixAgo : aStr['t01'], prefixFromNow : aStr['t02'], @@ -1064,7 +1105,7 @@ $(document).ready(function() { -$(window).scroll(function () { +$(window).scroll(function () { if(typeof buildCmd == 'function') { // This is a content page with items and/or conversations $('#more').hide(); @@ -1074,8 +1115,8 @@ $(window).scroll(function () { $('#more').css("top","400"); $('#more').show(); } - - if($(window).scrollTop() + $(window).height() > $(document).height() - 100) { + + if($(window).scrollTop() + $(window).height() == $(document).height()) { if((pageHasMoreContent) && (! loadingPage)) { $('#more').hide(); $('#no-more').hide(); @@ -1094,9 +1135,9 @@ $(window).scroll(function () { $('#more').css("top","400"); $('#more').show(); } - - if($(window).scrollTop() + $(window).height() > $(document).height() - 100) { - if((pageHasMoreContent) && (! loadingPage)) { + + if($(window).scrollTop() + $(window).height() == $(document).height()) { + if((pageHasMoreContent) && (! loadingPage) && (! justifiedGalleryActive)) { $('#more').hide(); $('#no-more').hide(); diff --git a/view/js/mod_events.js b/view/js/mod_events.js new file mode 100644 index 000000000..0ce128fcc --- /dev/null +++ b/view/js/mod_events.js @@ -0,0 +1,37 @@ + +$(document).ready( function() { showHideFinishDate(); }); + +function showHideFinishDate() { + if( $('#event-nofinish-checkbox').is(':checked')) + $('#event-finish-wrapper').hide(); + else + $('#event-finish-wrapper').show(); +} + + + + function eventGetStart() { + //reply = prompt("{{$expirewhen}}", $('#jot-expire').val()); + $('#startModal').modal(); + $('#start-modal-OKButton').on('click', function() { + reply=$('#start-date').val(); + if(reply && reply.length) { + $('#start-text').val(reply); + $('#startModal').modal('hide'); + } + }) + + + } + function eventGetFinish() { + //reply = prompt("{{$expirewhen}}", $('#jot-expire').val()); + $('#finishModal').modal(); + $('#finish-modal-OKButton').on('click', function() { + reply=$('#finish-date').val(); + if(reply && reply.length) { + $('#finish-text').val(reply); + $('#finishModal').modal('hide'); + } + }) + + } diff --git a/view/nl/follow_notify_eml.tpl b/view/nl/follow_notify_eml.tpl index 830951e4d..a80fe087c 100644 --- a/view/nl/follow_notify_eml.tpl +++ b/view/nl/follow_notify_eml.tpl @@ -11,4 +11,4 @@ Je dient op je hub in te loggen om het verzoek te accepteren, het af te wijzen o Vriendelijke groet, - Beheerder {{$sitename}}
\ No newline at end of file + Beheerder {{$sitename}} ({{$siteurl}})
\ No newline at end of file diff --git a/view/nl/friend_complete_eml.tpl b/view/nl/friend_complete_eml.tpl index 1c647b994..3688b2fcd 100644 --- a/view/nl/friend_complete_eml.tpl +++ b/view/nl/friend_complete_eml.tpl @@ -1,22 +1,22 @@ -Dear {{$username}}, +Beste {{$username}}, - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. + Groot nieuws... '{{$fn}}' op '{{$dfrn_url}}' heeft jouw +connectieverzoek op '{{$sitename}}' geaccepteerd. -You are now mutual friends and may exchange status updates, photos, and email -without restriction. +Jullie zijn nu met elkaar verbonden en kunnen zonder beperkingen berichten, foto's en +privéberichten uitwisselen. -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. +Bezoek jouw 'connecties'-pagina op {{$sitename}} wanneer je instellingen voor +deze connectie wil veranderen. {{$siteurl}} -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. +[Je kan bijvoorbeeld een apart profiel aanmaken (zie extra functies) die niet voor het +grote publiek te zien is en deze zichtbaar maken voor '{{$fn}}']. -Sincerely, +Vriendelijke groet, - {{$sitename}} Administrator + Beheerder {{$sitename}} ({{siteurl}}) - +
\ No newline at end of file diff --git a/view/nl/intro_complete_eml.tpl b/view/nl/intro_complete_eml.tpl index 2c2428d68..e635327fc 100644 --- a/view/nl/intro_complete_eml.tpl +++ b/view/nl/intro_complete_eml.tpl @@ -1,22 +1,22 @@ -Dear {{$username}}, +Beste {{$username}}, - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. + '{{$fn}}' op '{{$dfrn_url}}' heeft jouw +connectieverzoek geaccepteerd op '{{$sitename}}'. - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. + '{{$fn}}' heeft er voor gekozen om jou als "fan" te accepteren. +Hierdoor worden sommige vormen van communicatie beperkt, zoals het sturen van privéberichten en sommige +profiel-interacties. Wanneer dit een kanaal van een beroemdheid of een groep/forum is werden +deze instellingen automatisch toegepast. - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. + '{{$fn}}' kan er voor kiezen om in de toekomst deze beperkingen op te heffen of +om juist meer beperkingen op te leggen. - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at + Vanaf nu ontvang je openbare berichten van '{{$fn}}'. +Deze zullen in jouw 'matrix' (tijdlijn) verschijnen op -{{$siteurl}} +{{$siteurl}}. -Sincerely, +Vriendelijke groet, - {{$sitename}} Administrator + Beheerder {{$sitename}} ({{$siteurl}})
\ No newline at end of file diff --git a/view/nl/lostpass_eml.tpl b/view/nl/lostpass_eml.tpl index 3b79d2791..af1c77f4f 100644 --- a/view/nl/lostpass_eml.tpl +++ b/view/nl/lostpass_eml.tpl @@ -1,32 +1,32 @@ -Dear {{$username}}, - A request was recently received at {{$sitename}} to reset your account -password. In order to confirm this request, please select the verification link -below or paste it into your web browser address bar. +Beste {{$username}}, + Er is recentelijk een verzoek ontvangen op {{$sitename}} om het wachtwoord van je +account opnieuw in te stellen. Om dit verzoek te kunnen bevestigen dien je op onderstaande +verificatielink te klikken of deze in de adresbalk van je webbrowser te plakken. -If you did NOT request this change, please DO NOT follow the link -provided and ignore and/or delete this email. +Wanneer jij dit verzoek NIET hebt gedaan, KLIK dan NIET op onderstaande link +en negeer en/of verwijder deze e-mail. -Your password will not be changed unless we can verify that you -issued this request. +Jouw wachtwoord wordt niet veranderd voordat wij zeker zijn dat +jij dit verzoek hebt gedaan. -Follow this link to verify your identity: +Klik op deze link om jouw identiteit te verifiëren: {{$reset_link}} -You will then receive a follow-up message containing the new password. +Je ontvangt vervolgens opnieuw een e-mail met jouw nieuwe wachtwoord. -You may change that password from your account settings page after logging in. +Wij adviseren om dit wachtwoord te veranderen onder 'instellingen' nadat je bent ingelogd. -The login details are as follows: +De inloggegevens zijn volgt: -Site Location: {{$siteurl}} -Login Name: {{$email}} +Hub-adres: {{$siteurl}} +Inlognaam: {{$email}} -Sincerely, - {{$sitename}} Administrator +Vriendelijke groet, + Beheerder {{$sitename}} ({{$siteurl}}) - +
\ No newline at end of file diff --git a/view/nl/messages.po b/view/nl/messages.po index 99649567a..829f7a9c7 100644 --- a/view/nl/messages.po +++ b/view/nl/messages.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the Red package. # # Translators: -# jeroenpraat <>, 2013-2014 +# jeroenpraat <jeroenpraat@xs4all.nl>, 2013-2014 +# jeroenpraat <jeroenpraat@xs4all.nl>, 2014 msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-01 00:03-0700\n" -"PO-Revision-Date: 2014-08-01 13:30+0000\n" -"Last-Translator: jeroenpraat <>\n" +"POT-Creation-Date: 2014-09-05 00:03-0700\n" +"PO-Revision-Date: 2014-09-10 14:02+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,13 +24,17 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden" -#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../include/photo/photo_driver.php:653 ../../include/photos.php:51 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 #: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 -#: ../../mod/photos.php:653 ../../mod/photos.php:675 +#: ../../mod/photos.php:659 ../../mod/photos.php:681 msgid "Profile Photos" msgstr "Profielfoto's" +#: ../../include/network.php:557 +msgid "view full size" +msgstr "volledige grootte tonen" + #: ../../include/oembed.php:163 msgid "Embedded content" msgstr "Ingesloten inhoud" @@ -47,396 +52,203 @@ msgstr "maakte een nieuw bericht aan" msgid "commented on %s's post" msgstr "gaf een reactie op een bericht van %s" -#: ../../include/text.php:321 -msgid "prev" -msgstr "vorige" - -#: ../../include/text.php:323 -msgid "first" -msgstr "eerste" - -#: ../../include/text.php:352 -msgid "last" -msgstr "laatste" - -#: ../../include/text.php:355 -msgid "next" -msgstr "volgende" - -#: ../../include/text.php:367 -msgid "older" -msgstr "ouder" - -#: ../../include/text.php:369 -msgid "newer" -msgstr "nieuwer" - -#: ../../include/text.php:730 -msgid "No connections" -msgstr "Geen connecties" - -#: ../../include/text.php:743 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d connectie" -msgstr[1] "%d connecties" - -#: ../../include/text.php:756 -msgid "View Connections" -msgstr "Connecties weergeven" - -#: ../../include/text.php:815 ../../include/text.php:829 -#: ../../include/nav.php:156 ../../include/apps.php:142 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Zoeken" - -#: ../../include/text.php:817 ../../include/text.php:831 -#: ../../include/widgets.php:186 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 -msgid "Save" -msgstr "Opslaan" - -#: ../../include/text.php:897 -msgid "poke" -msgstr "aanstoten" - -#: ../../include/text.php:897 ../../include/conversation.php:243 -msgid "poked" -msgstr "aangestoten" - -#: ../../include/text.php:898 -msgid "ping" -msgstr "ping" - -#: ../../include/text.php:898 -msgid "pinged" -msgstr "gepingd" - -#: ../../include/text.php:899 -msgid "prod" -msgstr "por" - -#: ../../include/text.php:899 -msgid "prodded" -msgstr "gepord" - -#: ../../include/text.php:900 -msgid "slap" -msgstr "slaan" - -#: ../../include/text.php:900 -msgid "slapped" -msgstr "sloeg" - -#: ../../include/text.php:901 -msgid "finger" -msgstr "finger" - -#: ../../include/text.php:901 -msgid "fingered" -msgstr "gefingerd" - -#: ../../include/text.php:902 -msgid "rebuff" -msgstr "afpoeieren" - -#: ../../include/text.php:902 -msgid "rebuffed" -msgstr "afgepoeierd" - -#: ../../include/text.php:911 -msgid "happy" -msgstr "gelukkig" - -#: ../../include/text.php:912 -msgid "sad" -msgstr "bedroefd" - -#: ../../include/text.php:913 -msgid "mellow" -msgstr "mellow" - -#: ../../include/text.php:914 -msgid "tired" -msgstr "moe" - -#: ../../include/text.php:915 -msgid "perky" -msgstr "parmantig" - -#: ../../include/text.php:916 -msgid "angry" -msgstr "boos" - -#: ../../include/text.php:917 -msgid "stupified" -msgstr "beteuterd" - -#: ../../include/text.php:918 -msgid "puzzled" -msgstr "verward" - -#: ../../include/text.php:919 -msgid "interested" -msgstr "geïnteresseerd" - -#: ../../include/text.php:920 -msgid "bitter" -msgstr "verbitterd" - -#: ../../include/text.php:921 -msgid "cheerful" -msgstr "vrolijk" - -#: ../../include/text.php:922 -msgid "alive" -msgstr "levendig" - -#: ../../include/text.php:923 -msgid "annoyed" -msgstr "geërgerd" - -#: ../../include/text.php:924 -msgid "anxious" -msgstr "bezorgd" - -#: ../../include/text.php:925 -msgid "cranky" -msgstr "humeurig" - -#: ../../include/text.php:926 -msgid "disturbed" -msgstr "verontrust" - -#: ../../include/text.php:927 -msgid "frustrated" -msgstr "gefrustreerd " - -#: ../../include/text.php:928 -msgid "depressed" -msgstr "gedeprimeerd" - -#: ../../include/text.php:929 -msgid "motivated" -msgstr "gemotiveerd" - -#: ../../include/text.php:930 -msgid "relaxed" -msgstr "ontspannen" - -#: ../../include/text.php:931 -msgid "surprised" -msgstr "verrast" - -#: ../../include/text.php:1092 -msgid "Monday" -msgstr "maandag" - -#: ../../include/text.php:1092 -msgid "Tuesday" -msgstr "dinsdag" - -#: ../../include/text.php:1092 -msgid "Wednesday" -msgstr "woensdag" - -#: ../../include/text.php:1092 -msgid "Thursday" -msgstr "donderdag" - -#: ../../include/text.php:1092 -msgid "Friday" -msgstr "vrijdag" - -#: ../../include/text.php:1092 -msgid "Saturday" -msgstr "zaterdag" +#: ../../include/apps.php:123 +msgid "Site Admin" +msgstr "Hubbeheerder" -#: ../../include/text.php:1092 -msgid "Sunday" -msgstr "zondag" +#: ../../include/apps.php:124 ../../include/nav.php:113 +#: ../../include/conversation.php:1561 +msgid "Bookmarks" +msgstr "Bladwijzers" -#: ../../include/text.php:1096 -msgid "January" -msgstr "januari" +#: ../../include/apps.php:125 +msgid "Address Book" +msgstr "Connecties" -#: ../../include/text.php:1096 -msgid "February" -msgstr "februari" +#: ../../include/apps.php:126 ../../include/nav.php:119 ../../boot.php:1494 +msgid "Login" +msgstr "Inloggen" -#: ../../include/text.php:1096 -msgid "March" -msgstr "maart" +#: ../../include/apps.php:127 ../../include/nav.php:209 +#: ../../mod/manage.php:148 +msgid "Channel Manager" +msgstr "Kanaalbeheer" -#: ../../include/text.php:1096 -msgid "April" -msgstr "april" +#: ../../include/apps.php:128 ../../include/nav.php:183 +msgid "Matrix" +msgstr "Matrix" -#: ../../include/text.php:1096 -msgid "May" -msgstr "mei" +#: ../../include/apps.php:129 ../../include/nav.php:211 +#: ../../include/widgets.php:521 ../../mod/admin.php:948 +#: ../../mod/admin.php:1153 +msgid "Settings" +msgstr "Instellingen" -#: ../../include/text.php:1096 -msgid "June" -msgstr "juni" +#: ../../include/apps.php:130 ../../include/nav.php:105 +#: ../../include/reddav.php:1280 ../../include/conversation.php:1539 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Bestanden" -#: ../../include/text.php:1096 -msgid "July" -msgstr "juli" +#: ../../include/apps.php:131 ../../include/nav.php:115 +#: ../../include/conversation.php:1572 ../../mod/webpages.php:79 +msgid "Webpages" +msgstr "Webpagina's" -#: ../../include/text.php:1096 -msgid "August" -msgstr "augustus" +#: ../../include/apps.php:132 ../../include/nav.php:186 +msgid "Channel Home" +msgstr "Tijdlijn kanaal" -#: ../../include/text.php:1096 -msgid "September" -msgstr "september" +#: ../../include/apps.php:133 ../../include/identity.php:986 +#: ../../include/identity.php:1104 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profiel" -#: ../../include/text.php:1096 -msgid "October" -msgstr "oktober" +#: ../../include/apps.php:134 ../../include/nav.php:104 +#: ../../include/conversation.php:1530 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Foto's" -#: ../../include/text.php:1096 -msgid "November" -msgstr "november" +#: ../../include/apps.php:135 ../../include/nav.php:205 +#: ../../mod/events.php:411 +msgid "Events" +msgstr "Gebeurtenissen" -#: ../../include/text.php:1096 -msgid "December" -msgstr "december" +#: ../../include/apps.php:136 ../../include/nav.php:172 +#: ../../mod/directory.php:226 +msgid "Directory" +msgstr "Gids" -#: ../../include/text.php:1174 -msgid "unknown.???" -msgstr "onbekend.???" +#: ../../include/apps.php:137 ../../include/nav.php:164 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "Hulp" -#: ../../include/text.php:1175 -msgid "bytes" -msgstr "bytes" +#: ../../include/apps.php:138 ../../include/nav.php:197 +msgid "Mail" +msgstr "Privéberichten" -#: ../../include/text.php:1210 -msgid "remove category" -msgstr "categorie verwijderen" +#: ../../include/apps.php:139 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Stemming" -#: ../../include/text.php:1280 -msgid "remove from file" -msgstr "uit map verwijderen" +#: ../../include/apps.php:140 ../../include/conversation.php:963 +msgid "Poke" +msgstr "Aanstoten" -#: ../../include/text.php:1345 ../../include/text.php:1357 -msgid "Click to open/close" -msgstr "Klik om te openen of te sluiten" +#: ../../include/apps.php:141 ../../include/nav.php:110 +msgid "Chat" +msgstr "Chatten" -#: ../../include/text.php:1512 ../../mod/events.php:374 -msgid "Link to Source" -msgstr "Originele locatie" +#: ../../include/apps.php:142 ../../include/nav.php:169 +#: ../../include/text.php:821 ../../include/text.php:835 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Zoeken" -#: ../../include/text.php:1531 -msgid "Select a page layout: " -msgstr "Kies een paginalayout: " +#: ../../include/apps.php:143 +msgid "Probe" +msgstr "Onderzoeken" -#: ../../include/text.php:1534 ../../include/text.php:1599 -msgid "default" -msgstr "standaard" +#: ../../include/apps.php:144 +msgid "Suggest" +msgstr "Voorstellen" -#: ../../include/text.php:1570 -msgid "Page content type: " -msgstr "Opmaakcode pagina" +#: ../../include/apps.php:145 +msgid "Random Channel" +msgstr "Willekeurig kanaal" -#: ../../include/text.php:1611 -msgid "Select an alternate language" -msgstr "Kies een andere taal" +#: ../../include/apps.php:146 +msgid "Invite" +msgstr "Uitnodigen " -#: ../../include/text.php:1732 ../../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/apps.php:147 +msgid "Features" +msgstr "Extra functies" -#: ../../include/text.php:1735 ../../include/conversation.php:123 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "gebeurtenis" +#: ../../include/apps.php:148 +msgid "Language" +msgstr "Taal" -#: ../../include/text.php:1738 ../../include/conversation.php:148 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:53 ../../mod/like.php:294 -msgid "status" -msgstr "status" +#: ../../include/apps.php:149 +msgid "Post" +msgstr "Bericht" -#: ../../include/text.php:1740 ../../include/conversation.php:150 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "reactie" +#: ../../include/apps.php:150 +msgid "Profile Photo" +msgstr "Profielfoto" -#: ../../include/text.php:1745 -msgid "activity" -msgstr "activiteit" +#: ../../include/apps.php:239 ../../mod/settings.php:79 +#: ../../mod/settings.php:543 +msgid "Update" +msgstr "Bijwerken" -#: ../../include/text.php:2004 -msgid "Design" -msgstr "Ontwerp" +#: ../../include/apps.php:239 +msgid "Install" +msgstr "Installeren" -#: ../../include/text.php:2006 -msgid "Blocks" -msgstr "Blokken" +#: ../../include/apps.php:244 +msgid "Purchase" +msgstr "Aanschaffen" -#: ../../include/text.php:2007 -msgid "Menus" -msgstr "Menu's" +#: ../../include/apps.php:246 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/reddav.php:1289 +#: ../../include/menu.php:42 ../../include/ItemObject.php:100 +#: ../../mod/settings.php:579 ../../mod/blocks.php:99 +#: ../../mod/connections.php:396 ../../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:127 +msgid "Edit" +msgstr "Bewerken" -#: ../../include/text.php:2008 -msgid "Layouts" -msgstr "Layouts" +#: ../../include/apps.php:247 ../../include/reddav.php:1290 +#: ../../include/conversation.php:648 ../../include/ItemObject.php:112 +#: ../../mod/settings.php:580 ../../mod/connedit.php:440 +#: ../../mod/photos.php:1052 ../../mod/group.php:176 ../../mod/admin.php:728 +#: ../../mod/admin.php:858 ../../mod/thing.php:236 +msgid "Delete" +msgstr "Verwijderen" -#: ../../include/text.php:2009 -msgid "Pages" -msgstr "Pagina's" +#: ../../include/apps.php:328 ../../include/apps.php:379 +#: ../../include/reddav.php:1202 ../../mod/connedit.php:476 +msgid "Unknown" +msgstr "Onbekend" #: ../../include/page_widgets.php:6 msgid "New Page" msgstr "Nieuwe pagina" -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/reddav.php:1289 ../../include/apps.php:240 -#: ../../include/menu.php:42 ../../include/ItemObject.php:96 -#: ../../mod/settings.php:578 ../../mod/blocks.php:94 -#: ../../mod/connections.php:393 ../../mod/editblock.php:111 -#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:143 ../../mod/thing.php:235 -#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:120 -msgid "Edit" -msgstr "Bewerken" - -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 -#: ../../mod/layouts.php:116 ../../mod/webpages.php:123 +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102 +#: ../../mod/layouts.php:125 ../../mod/webpages.php:130 msgid "View" msgstr "Weergeven" -#: ../../include/page_widgets.php:40 ../../include/conversation.php:1091 -#: ../../include/ItemObject.php:592 ../../mod/editblock.php:141 +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1109 +#: ../../include/ItemObject.php:597 ../../mod/editblock.php:141 #: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:174 ../../mod/photos.php:997 -#: ../../mod/webpages.php:124 +#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1003 +#: ../../mod/webpages.php:131 msgid "Preview" msgstr "Voorvertoning" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:125 +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:132 msgid "Actions" msgstr "Acties" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:126 +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:133 msgid "Page Link" msgstr "Paginalink" -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:127 +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:134 msgid "Title" msgstr "Titel" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:128 +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:135 msgid "Created" msgstr "Aangemaakt" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:129 +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:136 msgid "Edited" msgstr "Bewerkt" @@ -446,100 +258,48 @@ 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/account.php:23 -msgid "Not a valid email address" -msgstr "Geen geldig e-mailadres" - -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -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 ." - -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "Een uitnodiging is vereist" - -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "Uitnodiging kon niet geverifieerd worden" - -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Vul de vereiste informatie in." - -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Account-informatie kon niet opgeslagen worden." - -#: ../../include/account.php:245 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Registratiebevestiging voor %s" - -#: ../../include/account.php:313 -#, php-format -msgid "Registration request at %s" -msgstr "Registratieverzoek op %s" - -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 -msgid "Administrator" -msgstr "Beheerder" - -#: ../../include/account.php:337 -msgid "your registration password" -msgstr "jouw registratiewachtwoord" - -#: ../../include/account.php:340 ../../include/account.php:397 -#, php-format -msgid "Registration details for %s" -msgstr "Registratiedetails voor %s" +#: ../../include/zot.php:654 +msgid "Invalid data packet" +msgstr "Datapakket ongeldig" -#: ../../include/account.php:406 -msgid "Account approved." -msgstr "Account goedgekeurd" +#: ../../include/zot.php:668 +msgid "Unable to verify channel signature" +msgstr "Kanaal-kenmerk (channel signature) kon niet worden geverifieerd. " -#: ../../include/account.php:440 +#: ../../include/zot.php:865 #, php-format -msgid "Registration revoked for %s" -msgstr "Registratie ingetrokken voor %s" - -#: ../../include/account.php:486 -msgid "Account verified. Please login." -msgstr "Account is geverifieerd. Je kan inloggen." +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:3664 -#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27 -#: ../../mod/settings.php:493 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../include/chat.php:116 ../../include/items.php:3826 +#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30 +#: ../../mod/settings.php:494 ../../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:152 -#: ../../mod/profiles.php:462 ../../mod/bookmarks.php:46 +#: ../../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:71 ../../mod/regmod.php:18 ../../mod/common.php:35 +#: ../../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:160 +#: ../../mod/photos.php:526 ../../mod/sources.php:66 ../../mod/events.php:175 #: ../../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:179 -#: ../../mod/item.php:187 ../../mod/item.php:908 ../../mod/layouts.php:27 +#: ../../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 @@ -550,35 +310,35 @@ msgstr "Account is geverifieerd. Je kan inloggen." msgid "Permission denied." msgstr "Toegang geweigerd" -#: ../../include/photos.php:89 +#: ../../include/photos.php:104 #, php-format msgid "Image exceeds website size limit of %lu bytes" msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes" -#: ../../include/photos.php:96 +#: ../../include/photos.php:111 msgid "Image file is empty." msgstr "Afbeeldingsbestand is leeg" -#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +#: ../../include/photos.php:140 ../../mod/profile_photo.php:216 msgid "Unable to process image" msgstr "Afbeelding kan niet verwerkt worden" -#: ../../include/photos.php:186 +#: ../../include/photos.php:212 msgid "Photo storage failed." msgstr "Foto kan niet worden opgeslagen" -#: ../../include/photos.php:313 ../../include/conversation.php:1515 +#: ../../include/photos.php:339 ../../include/conversation.php:1533 msgid "Photo Albums" msgstr "Fotoalbums" -#: ../../include/photos.php:317 ../../mod/photos.php:691 -#: ../../mod/photos.php:1193 +#: ../../include/photos.php:343 ../../mod/photos.php:697 +#: ../../mod/photos.php:1199 msgid "Upload New Photos" msgstr "Nieuwe foto's uploaden" #: ../../include/acl_selectors.php:240 -msgid "Visible to everybody" -msgstr "Voor iedereen zichtbaar" +msgid "Visible to your default audience" +msgstr "Voor iedereen zichtbaar, zoals dit van te voren is ingesteld" #: ../../include/acl_selectors.php:241 msgid "Show" @@ -589,12 +349,12 @@ msgid "Don't show" msgstr "Niet tonen" #: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 -#: ../../mod/photos.php:604 ../../mod/photos.php:952 +#: ../../mod/photos.php:604 ../../mod/photos.php:958 #: ../../mod/filestorage.php:128 msgid "Permissions" msgstr "Privacy-rechten" -#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:289 +#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:294 msgid "Close" msgstr "Sluiten" @@ -621,7 +381,7 @@ 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:1016 +#: ../../include/api.php:1036 msgid "Public Timeline" msgstr "Openbare tijdlijn" @@ -683,302 +443,228 @@ msgstr "directory aanmaken (mkdir) mislukt." msgid "database storage failed." msgstr "opslag in database mislukt." -#: ../../include/plugin.php:504 ../../include/plugin.php:506 -msgid "Click here to upgrade." -msgstr "Klik hier om te upgraden." - -#: ../../include/plugin.php:512 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden." +#: ../../include/bb2diaspora.php:298 +msgid "Attachments:" +msgstr "Bijlagen:" -#: ../../include/plugin.php:517 -msgid "This action is not available under your subscription plan." -msgstr "Deze handeling is niet mogelijk met jouw abonnement." - -#: ../../include/bb2diaspora.php:463 ../../include/event.php:11 +#: ../../include/bb2diaspora.php:377 ../../include/event.php:11 msgid "l F d, Y \\@ g:i A" msgstr "l d F Y \\@ G:i" -#: ../../include/bb2diaspora.php:469 ../../include/event.php:20 +#: ../../include/bb2diaspora.php:383 ../../include/event.php:20 msgid "Starts:" msgstr "Start:" -#: ../../include/bb2diaspora.php:477 ../../include/event.php:30 +#: ../../include/bb2diaspora.php:391 ../../include/event.php:30 msgid "Finishes:" msgstr "Einde:" -#: ../../include/bb2diaspora.php:485 ../../include/event.php:40 -#: ../../include/identity.php:726 ../../mod/directory.php:156 -#: ../../mod/dirprofile.php:105 ../../mod/events.php:504 +#: ../../include/bb2diaspora.php:399 ../../include/event.php:40 +#: ../../include/identity.php:757 ../../mod/directory.php:156 +#: ../../mod/dirprofile.php:105 ../../mod/events.php:528 msgid "Location:" msgstr "Plaats:" -#: ../../include/nav.php:81 ../../include/nav.php:108 ../../boot.php:1492 +#: ../../include/nav.php:94 ../../include/nav.php:121 ../../boot.php:1493 msgid "Logout" msgstr "Uitloggen" -#: ../../include/nav.php:81 ../../include/nav.php:108 +#: ../../include/nav.php:94 ../../include/nav.php:121 msgid "End this session" msgstr "Beëindig deze sessie" -#: ../../include/nav.php:84 ../../include/nav.php:142 +#: ../../include/nav.php:97 ../../include/nav.php:155 msgid "Home" msgstr "Home" -#: ../../include/nav.php:84 +#: ../../include/nav.php:97 msgid "Your posts and conversations" msgstr "Jouw berichten en conversaties" -#: ../../include/nav.php:85 ../../include/conversation.php:940 -#: ../../mod/connedit.php:384 ../../mod/connedit.php:498 +#: ../../include/nav.php:98 ../../include/conversation.php:957 +#: ../../mod/connedit.php:393 ../../mod/connedit.php:507 msgid "View Profile" msgstr "Profiel weergeven" -#: ../../include/nav.php:85 +#: ../../include/nav.php:98 msgid "Your profile page" msgstr "Jouw profielpagina" -#: ../../include/nav.php:87 +#: ../../include/nav.php:100 msgid "Edit Profiles" msgstr "Bewerk profielen" -#: ../../include/nav.php:87 +#: ../../include/nav.php:100 msgid "Manage/Edit profiles" msgstr "Beheer/wijzig profielen" -#: ../../include/nav.php:89 ../../include/identity.php:699 +#: ../../include/nav.php:102 ../../include/identity.php:730 msgid "Edit Profile" msgstr "Profiel bewerken" -#: ../../include/nav.php:89 +#: ../../include/nav.php:102 msgid "Edit your profile" msgstr "Jouw profiel bewerken" -#: ../../include/nav.php:91 ../../include/conversation.php:1512 -#: ../../include/apps.php:134 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Foto's" - -#: ../../include/nav.php:91 +#: ../../include/nav.php:104 msgid "Your photos" msgstr "Jouw foto's" -#: ../../include/nav.php:92 ../../include/reddav.php:1280 -#: ../../include/conversation.php:1521 ../../include/apps.php:130 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Bestanden" - -#: ../../include/nav.php:92 +#: ../../include/nav.php:105 msgid "Your files" msgstr "Jouw bestanden" -#: ../../include/nav.php:97 ../../include/apps.php:141 -msgid "Chat" -msgstr "Chatten" - -#: ../../include/nav.php:97 +#: ../../include/nav.php:110 msgid "Your chatrooms" msgstr "Jouw chatkanalen" -#: ../../include/nav.php:100 ../../include/conversation.php:1543 -#: ../../include/apps.php:124 -msgid "Bookmarks" -msgstr "Bladwijzers" - -#: ../../include/nav.php:100 +#: ../../include/nav.php:113 msgid "Your bookmarks" msgstr "Jouw bladwijzers" -#: ../../include/nav.php:102 ../../include/conversation.php:1554 -#: ../../include/apps.php:131 ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "Webpagina's" - -#: ../../include/nav.php:102 +#: ../../include/nav.php:115 msgid "Your webpages" msgstr "Jouw webpagina's" -#: ../../include/nav.php:106 ../../include/apps.php:126 ../../boot.php:1493 -msgid "Login" -msgstr "Inloggen" - -#: ../../include/nav.php:106 +#: ../../include/nav.php:119 msgid "Sign in" msgstr "Inloggen" -#: ../../include/nav.php:123 +#: ../../include/nav.php:136 #, php-format msgid "%s - click to logout" msgstr "%s - klik om uit te loggen" -#: ../../include/nav.php:128 +#: ../../include/nav.php:141 msgid "Click to authenticate to your home hub" msgstr "Klik om jezelf te authenticeren via jouw eigen RedMatrix-hub" -#: ../../include/nav.php:142 +#: ../../include/nav.php:155 msgid "Home Page" msgstr "Homepage" -#: ../../include/nav.php:146 ../../mod/register.php:221 ../../boot.php:1469 +#: ../../include/nav.php:159 ../../mod/register.php:220 ../../boot.php:1470 msgid "Register" msgstr "Registreren " -#: ../../include/nav.php:146 +#: ../../include/nav.php:159 msgid "Create an account" msgstr "Maak een account aan" -#: ../../include/nav.php:151 ../../include/apps.php:137 ../../mod/help.php:60 -#: ../../mod/help.php:65 -msgid "Help" -msgstr "Hulp" - -#: ../../include/nav.php:151 +#: ../../include/nav.php:164 msgid "Help and documentation" msgstr "Hulp en documentatie" -#: ../../include/nav.php:154 ../../include/widgets.php:79 +#: ../../include/nav.php:167 ../../include/widgets.php:86 #: ../../mod/apps.php:33 msgid "Apps" msgstr "Apps" -#: ../../include/nav.php:154 +#: ../../include/nav.php:167 msgid "Applications, utilities, links, games" msgstr "Apps" -#: ../../include/nav.php:156 +#: ../../include/nav.php:169 msgid "Search site content" msgstr "Inhoud van deze RedMatrix-hub doorzoeken" -#: ../../include/nav.php:159 ../../include/apps.php:136 -#: ../../mod/directory.php:218 -msgid "Directory" -msgstr "Gids" - -#: ../../include/nav.php:159 +#: ../../include/nav.php:172 msgid "Channel Locator" msgstr "Kanalengids" -#: ../../include/nav.php:170 ../../include/apps.php:128 -msgid "Matrix" -msgstr "Matrix" - -#: ../../include/nav.php:170 +#: ../../include/nav.php:183 msgid "Your matrix" msgstr "Jouw matrix" -#: ../../include/nav.php:171 +#: ../../include/nav.php:184 msgid "Mark all matrix notifications seen" msgstr "Markeer alle matrixnotificaties als bekeken" -#: ../../include/nav.php:173 ../../include/apps.php:132 -msgid "Channel Home" -msgstr "Tijdlijn kanaal" - -#: ../../include/nav.php:173 +#: ../../include/nav.php:186 msgid "Channel home" msgstr "Tijdlijn kanaal" -#: ../../include/nav.php:174 +#: ../../include/nav.php:187 msgid "Mark all channel notifications seen" msgstr "Alle kanaalnotificaties als gelezen markeren" -#: ../../include/nav.php:177 ../../mod/connections.php:386 +#: ../../include/nav.php:190 ../../mod/connections.php:389 msgid "Connections" msgstr "Connecties" -#: ../../include/nav.php:180 +#: ../../include/nav.php:193 msgid "Notices" msgstr "Notificaties" -#: ../../include/nav.php:180 +#: ../../include/nav.php:193 msgid "Notifications" msgstr "Notificaties" -#: ../../include/nav.php:181 +#: ../../include/nav.php:194 msgid "See all notifications" msgstr "Alle notificaties weergeven" -#: ../../include/nav.php:182 ../../mod/notifications.php:99 +#: ../../include/nav.php:195 ../../mod/notifications.php:99 msgid "Mark all system notifications seen" msgstr "Markeer alle systeemnotificaties als bekeken" -#: ../../include/nav.php:184 ../../include/apps.php:138 -msgid "Mail" -msgstr "Privéberichten" - -#: ../../include/nav.php:184 +#: ../../include/nav.php:197 msgid "Private mail" msgstr "Privéberichten" -#: ../../include/nav.php:185 +#: ../../include/nav.php:198 msgid "See all private messages" msgstr "Alle privéberichten weergeven" -#: ../../include/nav.php:186 +#: ../../include/nav.php:199 msgid "Mark all private messages seen" msgstr "Markeer alle privéberichten als bekeken" -#: ../../include/nav.php:187 +#: ../../include/nav.php:200 msgid "Inbox" msgstr "Postvak IN" -#: ../../include/nav.php:188 +#: ../../include/nav.php:201 msgid "Outbox" msgstr "Postvak UIT" -#: ../../include/nav.php:189 ../../include/widgets.php:536 +#: ../../include/nav.php:202 ../../include/widgets.php:543 msgid "New Message" msgstr "Nieuw bericht" -#: ../../include/nav.php:192 ../../include/apps.php:135 -#: ../../mod/events.php:396 -msgid "Events" -msgstr "Gebeurtenissen" - -#: ../../include/nav.php:192 +#: ../../include/nav.php:205 msgid "Event Calendar" msgstr "Agenda" -#: ../../include/nav.php:193 +#: ../../include/nav.php:206 msgid "See all events" msgstr "Alle gebeurtenissen weergeven" -#: ../../include/nav.php:194 +#: ../../include/nav.php:207 msgid "Mark all events seen" msgstr "Markeer alle gebeurtenissen als bekeken" -#: ../../include/nav.php:196 ../../include/apps.php:127 -msgid "Channel Select" -msgstr "Kanaalkiezer" - -#: ../../include/nav.php:196 +#: ../../include/nav.php:209 msgid "Manage Your Channels" msgstr "Beheer je kanalen" -#: ../../include/nav.php:198 ../../include/apps.php:129 -#: ../../include/widgets.php:514 ../../mod/admin.php:978 -#: ../../mod/admin.php:1183 -msgid "Settings" -msgstr "Instellingen" - -#: ../../include/nav.php:198 +#: ../../include/nav.php:211 msgid "Account/Channel Settings" msgstr "Account-/kanaal-instellingen" -#: ../../include/nav.php:206 ../../mod/admin.php:117 +#: ../../include/nav.php:219 ../../mod/admin.php:123 msgid "Admin" msgstr "Beheer" -#: ../../include/nav.php:206 +#: ../../include/nav.php:219 msgid "Site Setup and Configuration" msgstr "Hub instellen en beheren" -#: ../../include/nav.php:231 +#: ../../include/nav.php:244 msgid "Nothing new here" msgstr "Niets nieuw hier" -#: ../../include/nav.php:235 +#: ../../include/nav.php:248 msgid "Please wait..." msgstr "Wachten aub..." @@ -987,6 +673,346 @@ msgstr "Wachten aub..." msgid "%1$s's bookmarks" msgstr "Bladwijzers van %1$s" +#: ../../include/text.php:321 +msgid "prev" +msgstr "vorige" + +#: ../../include/text.php:323 +msgid "first" +msgstr "eerste" + +#: ../../include/text.php:352 +msgid "last" +msgstr "laatste" + +#: ../../include/text.php:355 +msgid "next" +msgstr "volgende" + +#: ../../include/text.php:367 +msgid "older" +msgstr "ouder" + +#: ../../include/text.php:369 +msgid "newer" +msgstr "nieuwer" + +#: ../../include/text.php:736 +msgid "No connections" +msgstr "Geen connecties" + +#: ../../include/text.php:749 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d connectie" +msgstr[1] "%d connecties" + +#: ../../include/text.php:762 +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:1336 +#: ../../mod/admin.php:1357 +msgid "Save" +msgstr "Opslaan" + +#: ../../include/text.php:903 +msgid "poke" +msgstr "aanstoten" + +#: ../../include/text.php:903 ../../include/conversation.php:243 +msgid "poked" +msgstr "aangestoten" + +#: ../../include/text.php:904 +msgid "ping" +msgstr "ping" + +#: ../../include/text.php:904 +msgid "pinged" +msgstr "gepingd" + +#: ../../include/text.php:905 +msgid "prod" +msgstr "por" + +#: ../../include/text.php:905 +msgid "prodded" +msgstr "gepord" + +#: ../../include/text.php:906 +msgid "slap" +msgstr "slaan" + +#: ../../include/text.php:906 +msgid "slapped" +msgstr "sloeg" + +#: ../../include/text.php:907 +msgid "finger" +msgstr "finger" + +#: ../../include/text.php:907 +msgid "fingered" +msgstr "gefingerd" + +#: ../../include/text.php:908 +msgid "rebuff" +msgstr "afpoeieren" + +#: ../../include/text.php:908 +msgid "rebuffed" +msgstr "afgepoeierd" + +#: ../../include/text.php:917 +msgid "happy" +msgstr "gelukkig" + +#: ../../include/text.php:918 +msgid "sad" +msgstr "bedroefd" + +#: ../../include/text.php:919 +msgid "mellow" +msgstr "mellow" + +#: ../../include/text.php:920 +msgid "tired" +msgstr "moe" + +#: ../../include/text.php:921 +msgid "perky" +msgstr "parmantig" + +#: ../../include/text.php:922 +msgid "angry" +msgstr "boos" + +#: ../../include/text.php:923 +msgid "stupified" +msgstr "beteuterd" + +#: ../../include/text.php:924 +msgid "puzzled" +msgstr "verward" + +#: ../../include/text.php:925 +msgid "interested" +msgstr "geïnteresseerd" + +#: ../../include/text.php:926 +msgid "bitter" +msgstr "verbitterd" + +#: ../../include/text.php:927 +msgid "cheerful" +msgstr "vrolijk" + +#: ../../include/text.php:928 +msgid "alive" +msgstr "levendig" + +#: ../../include/text.php:929 +msgid "annoyed" +msgstr "geërgerd" + +#: ../../include/text.php:930 +msgid "anxious" +msgstr "bezorgd" + +#: ../../include/text.php:931 +msgid "cranky" +msgstr "humeurig" + +#: ../../include/text.php:932 +msgid "disturbed" +msgstr "verontrust" + +#: ../../include/text.php:933 +msgid "frustrated" +msgstr "gefrustreerd " + +#: ../../include/text.php:934 +msgid "depressed" +msgstr "gedeprimeerd" + +#: ../../include/text.php:935 +msgid "motivated" +msgstr "gemotiveerd" + +#: ../../include/text.php:936 +msgid "relaxed" +msgstr "ontspannen" + +#: ../../include/text.php:937 +msgid "surprised" +msgstr "verrast" + +#: ../../include/text.php:1100 +msgid "Monday" +msgstr "maandag" + +#: ../../include/text.php:1100 +msgid "Tuesday" +msgstr "dinsdag" + +#: ../../include/text.php:1100 +msgid "Wednesday" +msgstr "woensdag" + +#: ../../include/text.php:1100 +msgid "Thursday" +msgstr "donderdag" + +#: ../../include/text.php:1100 +msgid "Friday" +msgstr "vrijdag" + +#: ../../include/text.php:1100 +msgid "Saturday" +msgstr "zaterdag" + +#: ../../include/text.php:1100 +msgid "Sunday" +msgstr "zondag" + +#: ../../include/text.php:1104 +msgid "January" +msgstr "januari" + +#: ../../include/text.php:1104 +msgid "February" +msgstr "februari" + +#: ../../include/text.php:1104 +msgid "March" +msgstr "maart" + +#: ../../include/text.php:1104 +msgid "April" +msgstr "april" + +#: ../../include/text.php:1104 +msgid "May" +msgstr "mei" + +#: ../../include/text.php:1104 +msgid "June" +msgstr "juni" + +#: ../../include/text.php:1104 +msgid "July" +msgstr "juli" + +#: ../../include/text.php:1104 +msgid "August" +msgstr "augustus" + +#: ../../include/text.php:1104 +msgid "September" +msgstr "september" + +#: ../../include/text.php:1104 +msgid "October" +msgstr "oktober" + +#: ../../include/text.php:1104 +msgid "November" +msgstr "november" + +#: ../../include/text.php:1104 +msgid "December" +msgstr "december" + +#: ../../include/text.php:1182 +msgid "unknown.???" +msgstr "onbekend.???" + +#: ../../include/text.php:1183 +msgid "bytes" +msgstr "bytes" + +#: ../../include/text.php:1218 +msgid "remove category" +msgstr "categorie verwijderen" + +#: ../../include/text.php:1288 +msgid "remove from file" +msgstr "uit map verwijderen" + +#: ../../include/text.php:1353 ../../include/text.php:1365 +msgid "Click to open/close" +msgstr "Klik om te openen of te sluiten" + +#: ../../include/text.php:1520 ../../mod/events.php:389 +msgid "Link to Source" +msgstr "Originele locatie" + +#: ../../include/text.php:1539 +msgid "Select a page layout: " +msgstr "Kies een paginalayout: " + +#: ../../include/text.php:1542 ../../include/text.php:1607 +msgid "default" +msgstr "standaard" + +#: ../../include/text.php:1578 +msgid "Page content type: " +msgstr "Opmaakcode pagina" + +#: ../../include/text.php:1619 +msgid "Select an alternate language" +msgstr "Kies een andere taal" + +#: ../../include/text.php:1740 ../../include/diaspora.php:1860 +#: ../../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:1743 ../../include/conversation.php:123 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "gebeurtenis" + +#: ../../include/text.php:1746 ../../include/diaspora.php:1860 +#: ../../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:1748 ../../include/conversation.php:150 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "reactie" + +#: ../../include/text.php:1753 +msgid "activity" +msgstr "activiteit" + +#: ../../include/text.php:2017 +msgid "Design" +msgstr "Ontwerp" + +#: ../../include/text.php:2019 +msgid "Blocks" +msgstr "Blokken" + +#: ../../include/text.php:2020 +msgid "Menus" +msgstr "Menu's" + +#: ../../include/text.php:2021 +msgid "Layouts" +msgstr "Layouts" + +#: ../../include/text.php:2022 +msgid "Pages" +msgstr "Pagina's" + #: ../../include/taxonomy.php:210 msgid "Tags" msgstr "Labels" @@ -1011,7 +1037,7 @@ msgstr "wil" msgid "wants" msgstr "wil" -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208 +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:212 msgid "like" msgstr "vind dit leuk" @@ -1019,7 +1045,7 @@ msgstr "vind dit leuk" msgid "likes" msgstr "vindt dit leuk" -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209 +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:213 msgid "dislike" msgstr "vind dit niet leuk" @@ -1027,8 +1053,8 @@ msgstr "vind dit niet leuk" msgid "dislikes" msgstr "vindt dit niet leuk" -#: ../../include/taxonomy.php:338 ../../include/identity.php:968 -#: ../../include/ItemObject.php:134 +#: ../../include/taxonomy.php:338 ../../include/identity.php:1012 +#: ../../include/ItemObject.php:138 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -1075,8 +1101,8 @@ msgstr "OStatus" msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:79 ../../mod/admin.php:754 -#: ../../mod/admin.php:763 ../../boot.php:1495 +#: ../../include/contact_selectors.php:79 ../../mod/admin.php:724 +#: ../../mod/admin.php:733 ../../boot.php:1496 msgid "Email" msgstr "E-mail" @@ -1111,7 +1137,7 @@ msgid_plural "%d invitations available" msgstr[0] "%d uitnodiging beschikbaar" msgstr[1] "%d uitnodigingen beschikbaar" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:446 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:417 msgid "Advanced" msgstr "Geavanceerd" @@ -1131,8 +1157,8 @@ msgstr "Verbinden/volgen" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Voorbeeld: Robert Morgenstein, vissen" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:392 -#: ../../mod/directory.php:214 ../../mod/directory.php:219 +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:395 +#: ../../mod/directory.php:222 ../../mod/directory.php:227 msgid "Find" msgstr "Vinden" @@ -1156,13 +1182,13 @@ 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:67 -#: ../../include/widgets.php:296 +#: ../../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:299 +#: ../../include/widgets.php:306 msgid "Everything" msgstr "Alles" @@ -1185,18 +1211,88 @@ msgstr "meer connecties weergeven" msgid "This event has been added to your calendar." msgstr "Dit evenement is aan jouw agenda toegevoegd." -#: ../../include/zot.php:624 -msgid "Invalid data packet" -msgstr "Datapakket ongeldig" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Geen geldig e-mailadres" -#: ../../include/zot.php:634 -msgid "Unable to verify channel signature" -msgstr "Kanaal-kenmerk (channel signature) kon niet worden geverifieerd. " +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan" -#: ../../include/zot.php:831 +#: ../../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 ." + +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "Een uitnodiging is vereist" + +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Uitnodiging kon niet geverifieerd worden" + +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Vul de vereiste informatie in." + +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Account-informatie kon niet opgeslagen worden." + +#: ../../include/account.php:245 #, php-format -msgid "Unable to verify site signature for %s" -msgstr "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd" +msgid "Registration confirmation for %s" +msgstr "Registratiebevestiging voor %s" + +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Registratieverzoek op %s" + +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Beheerder" + +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "jouw registratiewachtwoord" + +#: ../../include/account.php:340 ../../include/account.php:397 +#, php-format +msgid "Registration details for %s" +msgstr "Registratiedetails voor %s" + +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "Account goedgekeurd" + +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registratie ingetrokken voor %s" + +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Account is geverifieerd. Je kan inloggen." + +#: ../../include/account.php:623 ../../include/account.php:625 +msgid "Click here to upgrade." +msgstr "Klik hier om te upgraden." + +#: ../../include/account.php:631 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden." + +#: ../../include/account.php:636 +msgid "This action is not available under your subscription plan." +msgstr "Deze handeling is niet mogelijk met jouw abonnement." + +#: ../../include/diaspora.php:1876 ../../include/conversation.php:164 +#: ../../mod/like.php:331 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s vindt %3$s van %2$s leuk" #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" @@ -1281,31 +1377,31 @@ msgstr "Verjaardag van %1$s" msgid "Happy Birthday %1$s" msgstr "Gefeliciteerd met je verjaardag %1$s" -#: ../../include/dir_fns.php:36 +#: ../../include/dir_fns.php:56 msgid "Sort Options" msgstr "Sorteeropties" -#: ../../include/dir_fns.php:37 +#: ../../include/dir_fns.php:57 msgid "Alphabetic" msgstr "Alfabetisch" -#: ../../include/dir_fns.php:38 +#: ../../include/dir_fns.php:58 msgid "Reverse Alphabetic" msgstr "Omgekeerd alfabetisch" -#: ../../include/dir_fns.php:39 +#: ../../include/dir_fns.php:59 msgid "Newest to Oldest" msgstr "Nieuw naar oud" -#: ../../include/dir_fns.php:51 +#: ../../include/dir_fns.php:71 msgid "Enable Safe Search" msgstr "Veilig zoeken inschakelen" -#: ../../include/dir_fns.php:53 +#: ../../include/dir_fns.php:73 msgid "Disable Safe Search" msgstr "Veilig zoeken uitschakelen" -#: ../../include/dir_fns.php:55 +#: ../../include/dir_fns.php:75 msgid "Safe Mode" msgstr "Veilig zoeken" @@ -1324,7 +1420,7 @@ msgstr "Bedankt," #: ../../include/enotify.php:46 #, php-format msgid "%s Administrator" -msgstr "%s beheerder" +msgstr "Beheerder %s" #: ../../include/enotify.php:81 #, php-format @@ -1410,7 +1506,7 @@ msgstr "[Red:Notificatie] %s heeft je genoemd" #: ../../include/enotify.php:211 #, php-format msgid "%1$s, %2$s tagged you at %3$s" -msgstr "%1$s, %2$s noemde jou om %3$s" +msgstr "%1$s, %2$s noemde jou op %3$s" #: ../../include/enotify.php:212 #, php-format @@ -1501,6 +1597,10 @@ msgstr "Foto:" msgid "Please visit %s to approve or reject the suggestion." msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen." +#: ../../include/enotify.php:477 +msgid "[Red:Notify]" +msgstr "[Red:Notificatie]" + #: ../../include/reddav.php:1145 ../../include/reddav.php:1288 msgid "parent" msgstr "omhoog" @@ -1529,11 +1629,6 @@ msgstr "Planning-postvak IN" msgid "Schedule Outbox" msgstr "Planning-postvak UIT" -#: ../../include/reddav.php:1202 ../../include/apps.php:322 -#: ../../include/apps.php:373 ../../mod/connedit.php:467 -msgid "Unknown" -msgstr "Onbekend" - #: ../../include/reddav.php:1262 #, php-format msgid "%1$s used" @@ -1544,8 +1639,8 @@ msgstr "%1$s gebruikt" msgid "%1$s used of %2$s (%3$s%)" msgstr "%1$s van %2$s gebruikt (%3$s%)" -#: ../../include/reddav.php:1284 ../../mod/settings.php:518 -#: ../../mod/settings.php:544 ../../mod/admin.php:893 +#: ../../include/reddav.php:1284 ../../mod/settings.php:519 +#: ../../mod/settings.php:545 ../../mod/admin.php:863 msgid "Name" msgstr "Naam" @@ -1561,14 +1656,6 @@ msgstr "Grootte" msgid "Last Modified" msgstr "Laatst gewijzigd" -#: ../../include/reddav.php:1290 ../../include/conversation.php:635 -#: ../../include/apps.php:241 ../../include/ItemObject.php:108 -#: ../../mod/settings.php:579 ../../mod/connedit.php:431 -#: ../../mod/photos.php:1046 ../../mod/group.php:176 ../../mod/admin.php:758 -#: ../../mod/admin.php:888 ../../mod/thing.php:236 -msgid "Delete" -msgstr "Verwijderen" - #: ../../include/reddav.php:1291 msgid "Total" msgstr "Totaal" @@ -1594,11 +1681,6 @@ msgstr "Uploaden" msgid "channel" msgstr "kanaal" -#: ../../include/conversation.php:164 ../../mod/like.php:331 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s vindt %3$s van %2$s leuk" - #: ../../include/conversation.php:167 ../../mod/like.php:333 #, php-format msgid "%1$s doesn't like %2$s's %3$s" @@ -1620,403 +1702,408 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s is %2$s" -#: ../../include/conversation.php:634 ../../include/ItemObject.php:114 +#: ../../include/conversation.php:647 ../../include/ItemObject.php:118 msgid "Select" msgstr "Kies" -#: ../../include/conversation.php:642 ../../include/ItemObject.php:89 -#: ../../mod/photos.php:844 +#: ../../include/conversation.php:655 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:850 msgid "Private Message" msgstr "Privébericht" -#: ../../include/conversation.php:649 ../../include/ItemObject.php:182 +#: ../../include/conversation.php:662 ../../include/ItemObject.php:186 msgid "Message is verified" msgstr "Bericht is geverifieerd" -#: ../../include/conversation.php:669 +#: ../../include/conversation.php:682 #, php-format msgid "View %s's profile @ %s" msgstr "Bekijk het profiel van %s @ %s" -#: ../../include/conversation.php:683 +#: ../../include/conversation.php:696 msgid "Categories:" msgstr "Categorieën:" -#: ../../include/conversation.php:684 +#: ../../include/conversation.php:697 msgid "Filed under:" msgstr "Bewaard onder:" -#: ../../include/conversation.php:693 ../../include/ItemObject.php:250 +#: ../../include/conversation.php:706 ../../include/ItemObject.php:255 #, php-format msgid " from %s" msgstr " van %s" -#: ../../include/conversation.php:696 ../../include/ItemObject.php:253 +#: ../../include/conversation.php:709 ../../include/ItemObject.php:258 #, php-format msgid "last edited: %s" msgstr "laatst bewerkt: %s" -#: ../../include/conversation.php:697 ../../include/ItemObject.php:254 +#: ../../include/conversation.php:710 ../../include/ItemObject.php:259 #, php-format msgid "Expires: %s" msgstr "Verloopt: %s" -#: ../../include/conversation.php:712 +#: ../../include/conversation.php:725 msgid "View in context" msgstr "In context bekijken" -#: ../../include/conversation.php:714 ../../include/conversation.php:1130 -#: ../../include/ItemObject.php:294 ../../mod/editblock.php:120 +#: ../../include/conversation.php:727 ../../include/conversation.php:1148 +#: ../../include/ItemObject.php:299 ../../mod/editblock.php:120 #: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/photos.php:977 +#: ../../mod/editwebpage.php:152 ../../mod/photos.php:983 #: ../../mod/mail.php:231 ../../mod/mail.php:346 msgid "Please wait" msgstr "Even wachten" -#: ../../include/conversation.php:841 +#: ../../include/conversation.php:854 msgid "remove" msgstr "verwijderen" -#: ../../include/conversation.php:845 +#: ../../include/conversation.php:858 msgid "Loading..." msgstr "Aan het laden..." -#: ../../include/conversation.php:846 +#: ../../include/conversation.php:859 msgid "Delete Selected Items" msgstr "Verwijder de geselecteerde items" -#: ../../include/conversation.php:937 +#: ../../include/conversation.php:954 msgid "View Source" msgstr "Bron weergeven" -#: ../../include/conversation.php:938 +#: ../../include/conversation.php:955 msgid "Follow Thread" msgstr "Conversatie volgen" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:956 msgid "View Status" msgstr "Status weergeven" -#: ../../include/conversation.php:941 +#: ../../include/conversation.php:958 msgid "View Photos" msgstr "Foto's weergeven" -#: ../../include/conversation.php:942 +#: ../../include/conversation.php:959 msgid "Matrix Activity" -msgstr "Activiteit in de Matrix" +msgstr "Activiteit in de RedMatrix" -#: ../../include/conversation.php:943 +#: ../../include/conversation.php:960 ../../include/identity.php:706 +#: ../../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:944 +#: ../../include/conversation.php:962 msgid "Send PM" msgstr "Privébericht verzenden" -#: ../../include/conversation.php:945 ../../include/apps.php:140 -msgid "Poke" -msgstr "Aanstoten" - -#: ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 #, php-format msgid "%s likes this." msgstr "%s vindt dit leuk." -#: ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 #, php-format msgid "%s doesn't like this." msgstr "%s vindt dit niet leuk." -#: ../../include/conversation.php:1005 +#: ../../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:1007 +#: ../../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:1013 +#: ../../include/conversation.php:1031 msgid "and" msgstr "en" -#: ../../include/conversation.php:1016 +#: ../../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:1017 +#: ../../include/conversation.php:1035 #, php-format msgid "%s like this." msgstr "%s vinden dit leuk." -#: ../../include/conversation.php:1017 +#: ../../include/conversation.php:1035 #, php-format msgid "%s don't like this." msgstr "%s vinden dit niet leuk." -#: ../../include/conversation.php:1074 +#: ../../include/conversation.php:1092 msgid "Visible to <strong>everybody</strong>" msgstr "Voor <strong>iedereen</strong> zichtbaar" -#: ../../include/conversation.php:1075 ../../mod/mail.php:167 +#: ../../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:1076 +#: ../../include/conversation.php:1094 msgid "Please enter a video link/URL:" msgstr "Vul een videolink/URL in:" -#: ../../include/conversation.php:1077 +#: ../../include/conversation.php:1095 msgid "Please enter an audio link/URL:" msgstr "Vul een audiolink/URL in:" -#: ../../include/conversation.php:1078 +#: ../../include/conversation.php:1096 msgid "Tag term:" msgstr "Label:" -#: ../../include/conversation.php:1079 ../../mod/filer.php:49 +#: ../../include/conversation.php:1097 ../../mod/filer.php:49 msgid "Save to Folder:" msgstr "Bewaar in map: " -#: ../../include/conversation.php:1080 +#: ../../include/conversation.php:1098 msgid "Where are you right now?" msgstr "Waar bevind je je op dit moment?" -#: ../../include/conversation.php:1081 ../../mod/editpost.php:52 +#: ../../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:1105 ../../mod/photos.php:976 -#: ../../mod/layouts.php:113 +#: ../../include/conversation.php:1123 ../../mod/photos.php:982 +#: ../../mod/layouts.php:122 msgid "Share" msgstr "Delen" -#: ../../include/conversation.php:1107 ../../mod/editwebpage.php:139 +#: ../../include/conversation.php:1125 ../../mod/editwebpage.php:139 msgid "Page link title" msgstr "Titel van paginalink" -#: ../../include/conversation.php:1110 +#: ../../include/conversation.php:1128 msgid "Post as" msgstr "Bericht plaatsen als" -#: ../../include/conversation.php:1111 ../../mod/editblock.php:112 +#: ../../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:1112 +#: ../../include/conversation.php:1130 msgid "upload photo" msgstr "foto uploaden" -#: ../../include/conversation.php:1113 ../../mod/editblock.php:113 +#: ../../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:1114 +#: ../../include/conversation.php:1132 msgid "attach file" msgstr "bestand toevoegen" -#: ../../include/conversation.php:1115 ../../mod/editblock.php:114 +#: ../../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:1116 +#: ../../include/conversation.php:1134 msgid "web link" msgstr "Weblink" -#: ../../include/conversation.php:1117 +#: ../../include/conversation.php:1135 msgid "Insert video link" msgstr "Videolink invoegen" -#: ../../include/conversation.php:1118 +#: ../../include/conversation.php:1136 msgid "video link" msgstr "videolink" -#: ../../include/conversation.php:1119 +#: ../../include/conversation.php:1137 msgid "Insert audio link" msgstr "Audiolink invoegen" -#: ../../include/conversation.php:1120 +#: ../../include/conversation.php:1138 msgid "audio link" msgstr "audiolink" -#: ../../include/conversation.php:1121 ../../mod/editblock.php:118 +#: ../../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:1122 +#: ../../include/conversation.php:1140 msgid "set location" msgstr "locatie instellen" -#: ../../include/conversation.php:1123 ../../mod/editblock.php:119 +#: ../../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:1124 +#: ../../include/conversation.php:1142 msgid "clear location" msgstr "locatie wissen" -#: ../../include/conversation.php:1126 ../../mod/editblock.php:132 +#: ../../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:1129 ../../mod/editblock.php:135 +#: ../../include/conversation.php:1147 ../../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/conversation.php:1131 ../../mod/editblock.php:121 +#: ../../include/conversation.php:1149 ../../mod/editblock.php:121 #: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 #: ../../mod/editwebpage.php:153 msgid "Permission settings" msgstr "Privacy-rechten" -#: ../../include/conversation.php:1132 +#: ../../include/conversation.php:1150 msgid "permissions" msgstr "privacy-rechten" -#: ../../include/conversation.php:1139 ../../mod/editblock.php:129 +#: ../../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:1141 ../../mod/editblock.php:136 +#: ../../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:1154 ../../mod/editblock.php:146 +#: ../../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:1156 ../../include/ItemObject.php:595 +#: ../../include/conversation.php:1174 ../../include/ItemObject.php:600 #: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351 msgid "Encrypt text" msgstr "Tekst versleutelen" -#: ../../include/conversation.php:1158 ../../mod/editpost.php:150 +#: ../../include/conversation.php:1176 ../../mod/editpost.php:150 +#: ../../mod/events.php:516 msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1159 ../../mod/settings.php:517 -#: ../../mod/settings.php:543 ../../mod/editpost.php:151 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 +#: ../../include/conversation.php:1177 ../../mod/settings.php:518 +#: ../../mod/settings.php:544 ../../mod/editpost.php:151 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 +#: ../../mod/events.php:515 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 msgid "Cancel" msgstr "Annuleren" -#: ../../include/conversation.php:1401 +#: ../../include/conversation.php:1419 msgid "Discover" msgstr "Ontdekken" -#: ../../include/conversation.php:1404 +#: ../../include/conversation.php:1422 msgid "Imported public streams" msgstr "Openbare streams importeren" -#: ../../include/conversation.php:1409 +#: ../../include/conversation.php:1427 msgid "Commented Order" msgstr "Nieuwe reacties bovenaan" -#: ../../include/conversation.php:1412 +#: ../../include/conversation.php:1430 msgid "Sort by Comment Date" msgstr "Berichten met nieuwe reacties bovenaan" -#: ../../include/conversation.php:1416 +#: ../../include/conversation.php:1434 msgid "Posted Order" msgstr "Nieuwe berichten bovenaan" -#: ../../include/conversation.php:1419 +#: ../../include/conversation.php:1437 msgid "Sort by Post Date" msgstr "Nieuwe berichten bovenaan" -#: ../../include/conversation.php:1424 ../../include/widgets.php:82 +#: ../../include/conversation.php:1442 ../../include/widgets.php:89 msgid "Personal" msgstr "Persoonlijk" -#: ../../include/conversation.php:1427 +#: ../../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:1433 ../../mod/connections.php:211 +#: ../../include/conversation.php:1451 ../../mod/connections.php:211 #: ../../mod/connections.php:224 ../../mod/menu.php:61 msgid "New" msgstr "Nieuw" -#: ../../include/conversation.php:1436 +#: ../../include/conversation.php:1454 msgid "Activity Stream - by date" msgstr "Activiteitenstroom - volgens datum" -#: ../../include/conversation.php:1442 +#: ../../include/conversation.php:1460 msgid "Starred" msgstr "Met ster" -#: ../../include/conversation.php:1445 +#: ../../include/conversation.php:1463 msgid "Favourite Posts" msgstr "Favoriete berichten" -#: ../../include/conversation.php:1452 +#: ../../include/conversation.php:1470 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1455 +#: ../../include/conversation.php:1473 msgid "Posts flagged as SPAM" msgstr "Berichten gemarkeerd als SPAM" -#: ../../include/conversation.php:1491 ../../mod/admin.php:892 +#: ../../include/conversation.php:1509 ../../mod/admin.php:862 msgid "Channel" msgstr "Kanaal" -#: ../../include/conversation.php:1494 +#: ../../include/conversation.php:1512 msgid "Status Messages and Posts" msgstr "Berichten in dit kanaal" -#: ../../include/conversation.php:1503 +#: ../../include/conversation.php:1521 msgid "About" msgstr "Over" -#: ../../include/conversation.php:1506 +#: ../../include/conversation.php:1524 msgid "Profile Details" msgstr "Profiel" -#: ../../include/conversation.php:1524 +#: ../../include/conversation.php:1542 msgid "Files and Storage" msgstr "Bestanden en opslagruimte" -#: ../../include/conversation.php:1533 ../../include/conversation.php:1536 +#: ../../include/conversation.php:1551 ../../include/conversation.php:1554 msgid "Chatrooms" msgstr "Chatkanalen" -#: ../../include/conversation.php:1546 +#: ../../include/conversation.php:1564 msgid "Saved Bookmarks" msgstr "Opgeslagen bladwijzers" -#: ../../include/conversation.php:1557 +#: ../../include/conversation.php:1575 msgid "Manage Webpages" msgstr "Webpagina's beheren" @@ -2041,200 +2128,224 @@ msgid "Ability to create multiple profiles" msgstr "Mogelijkheid om meerdere profielen aan te maken" #: ../../include/features.php:27 +msgid "Advanced Profiles" +msgstr "Geavanceerde profielen" + +#: ../../include/features.php:27 +msgid "Additional profile sections and selections" +msgstr "Extra onderdelen en keuzes voor je profiel" + +#: ../../include/features.php:28 +msgid "Profile Import/Export" +msgstr "Profiel importen/exporteren" + +#: ../../include/features.php:28 +msgid "Save and load profile details across sites/channels" +msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken." + +#: ../../include/features.php:29 msgid "Web Pages" msgstr "Webpagina's" -#: ../../include/features.php:27 +#: ../../include/features.php:29 msgid "Provide managed web pages on your channel" msgstr "Sta beheerde webpagina's op jouw kanaal toe" -#: ../../include/features.php:28 +#: ../../include/features.php:30 msgid "Private Notes" msgstr "Privé-aantekeningen" -#: ../../include/features.php:28 +#: ../../include/features.php:30 msgid "Enables a tool to store notes and reminders" msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan" -#: ../../include/features.php:33 +#: ../../include/features.php:34 +msgid "Navigation Channel Select" +msgstr "Kanaal kiezen in navigatiemenu" + +#: ../../include/features.php:34 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk" + +#: ../../include/features.php:38 msgid "Extended Identity Sharing" msgstr "Uitgebreid identiteit delen" -#: ../../include/features.php:33 +#: ../../include/features.php:38 msgid "" "Share your identity with all websites on the internet. When disabled, " "identity is only shared with sites in the matrix." msgstr "Deel jouw RedMatrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het RedMatrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet." -#: ../../include/features.php:34 +#: ../../include/features.php:39 msgid "Expert Mode" msgstr "Expertmodus" -#: ../../include/features.php:34 +#: ../../include/features.php:39 msgid "Enable Expert Mode to provide advanced configuration options" msgstr "Schakel de expertmodus in voor geavanceerde instellingen" -#: ../../include/features.php:35 +#: ../../include/features.php:40 msgid "Premium Channel" msgstr "Premiumkanaal" -#: ../../include/features.php:35 +#: ../../include/features.php:40 msgid "" "Allows you to set restrictions and terms on those that connect with your " "channel" msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal" -#: ../../include/features.php:40 +#: ../../include/features.php:45 msgid "Post Composition Features" msgstr "Functies voor het opstellen van berichten" -#: ../../include/features.php:42 +#: ../../include/features.php:47 msgid "Use Markdown" msgstr "Markdown gebruiken" -#: ../../include/features.php:42 +#: ../../include/features.php:47 msgid "Allow use of \"Markdown\" to format posts" msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken." -#: ../../include/features.php:43 +#: ../../include/features.php:48 msgid "Post Preview" msgstr "Voorvertoning" -#: ../../include/features.php:43 +#: ../../include/features.php:48 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:44 ../../include/widgets.php:503 +#: ../../include/features.php:49 ../../include/widgets.php:510 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "Kanaalbronnen" -#: ../../include/features.php:44 +#: ../../include/features.php:49 msgid "Automatically import channel content from other channels or feeds" msgstr "Automatisch inhoud uit andere kanalen of feeds importeren." -#: ../../include/features.php:45 +#: ../../include/features.php:50 msgid "Even More Encryption" msgstr "Extra encryptie" -#: ../../include/features.php:45 +#: ../../include/features.php:50 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel." -#: ../../include/features.php:50 +#: ../../include/features.php:55 msgid "Network and Stream Filtering" msgstr "Netwerk- en streamfilter" -#: ../../include/features.php:51 +#: ../../include/features.php:56 msgid "Search by Date" msgstr "Zoek op datum" -#: ../../include/features.php:51 +#: ../../include/features.php:56 msgid "Ability to select posts by date ranges" msgstr "Mogelijkheid om berichten op datum te filteren " -#: ../../include/features.php:52 +#: ../../include/features.php:57 msgid "Collections Filter" msgstr "Filter op collecties" -#: ../../include/features.php:52 +#: ../../include/features.php:57 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:53 ../../include/widgets.php:265 +#: ../../include/features.php:58 ../../include/widgets.php:272 msgid "Saved Searches" msgstr "Opgeslagen zoekopdrachten" -#: ../../include/features.php:53 +#: ../../include/features.php:58 msgid "Save search terms for re-use" msgstr "Sla zoekopdrachten op voor hergebruik" -#: ../../include/features.php:54 +#: ../../include/features.php:59 msgid "Network Personal Tab" msgstr "Persoonlijke netwerktab" -#: ../../include/features.php:54 +#: ../../include/features.php:59 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" -#: ../../include/features.php:55 +#: ../../include/features.php:60 msgid "Network New Tab" msgstr "Nieuwe netwerktab" -#: ../../include/features.php:55 +#: ../../include/features.php:60 msgid "Enable tab to display all new Network activity" msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen" -#: ../../include/features.php:56 +#: ../../include/features.php:61 msgid "Affinity Tool" msgstr "Verwantschapsfilter" -#: ../../include/features.php:56 +#: ../../include/features.php:61 msgid "Filter stream activity by depth of relationships" msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag" -#: ../../include/features.php:57 +#: ../../include/features.php:62 msgid "Suggest Channels" msgstr "Kanalen voorstellen" -#: ../../include/features.php:57 +#: ../../include/features.php:62 msgid "Show channel suggestions" msgstr "Voor jou mogelijk interessante kanalen voorstellen" -#: ../../include/features.php:62 +#: ../../include/features.php:67 msgid "Post/Comment Tools" msgstr "Bericht- en reactiehulpmiddelen" -#: ../../include/features.php:64 +#: ../../include/features.php:69 msgid "Edit Sent Posts" msgstr "Bewerk verzonden berichten" -#: ../../include/features.php:64 +#: ../../include/features.php:69 msgid "Edit and correct posts and comments after sending" msgstr "Bewerk en corrigeer berichten en reacties nadat deze zijn verzonden" -#: ../../include/features.php:65 +#: ../../include/features.php:70 msgid "Tagging" msgstr "Labelen" -#: ../../include/features.php:65 +#: ../../include/features.php:70 msgid "Ability to tag existing posts" msgstr "Mogelijkheid om bestaande berichten te labelen" -#: ../../include/features.php:66 +#: ../../include/features.php:71 msgid "Post Categories" msgstr "Categorieën berichten" -#: ../../include/features.php:66 +#: ../../include/features.php:71 msgid "Add categories to your posts" msgstr "Voeg categorieën toe aan je berichten" -#: ../../include/features.php:67 +#: ../../include/features.php:72 msgid "Ability to file posts under folders" msgstr "Mogelijkheid om berichten in mappen op te slaan" -#: ../../include/features.php:68 +#: ../../include/features.php:73 msgid "Dislike Posts" msgstr "Vind berichten niet leuk" -#: ../../include/features.php:68 +#: ../../include/features.php:73 msgid "Ability to dislike posts/comments" msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden" -#: ../../include/features.php:69 +#: ../../include/features.php:74 msgid "Star Posts" msgstr "Geef berichten een ster" -#: ../../include/features.php:69 +#: ../../include/features.php:74 msgid "Ability to mark special posts with a star indicator" msgstr "Mogelijkheid om speciale berichten met een ster te markeren" -#: ../../include/features.php:70 +#: ../../include/features.php:75 msgid "Tag Cloud" msgstr "Wolk met trefwoorden/labels" -#: ../../include/features.php:70 +#: ../../include/features.php:75 msgid "Provide a personal tag cloud on your channel page" msgstr "Zorgt voor een persoonlijke wolk met trefwoorden of labels op jouw kanaalpagina" @@ -2246,23 +2357,27 @@ msgstr "Kanaal is op deze hub geblokkeerd." msgid "Channel location missing." msgstr "Ontbrekende kanaallocatie." -#: ../../include/follow.php:54 +#: ../../include/follow.php:70 msgid "Response from remote channel was incomplete." msgstr "Antwoord van het kanaal op afstand was niet volledig." -#: ../../include/follow.php:85 +#: ../../include/follow.php:87 msgid "Channel was deleted and no longer exists." msgstr "Kanaal is verwijderd en bestaat niet meer." -#: ../../include/follow.php:132 +#: ../../include/follow.php:123 ../../include/follow.php:186 +msgid "Protocol disabled." +msgstr "Protocol uitgeschakeld." + +#: ../../include/follow.php:160 msgid "Channel discovery failed." msgstr "Kanaal ontdekken mislukt." -#: ../../include/follow.php:149 +#: ../../include/follow.php:176 msgid "local account not found." msgstr "lokale account niet gevonden." -#: ../../include/follow.php:158 +#: ../../include/follow.php:203 msgid "Cannot connect to yourself." msgstr "Kan niet met jezelf verbinden" @@ -2286,6 +2401,78 @@ msgstr "Chatkanaal niet gevonden" msgid "Room is full" msgstr "Chatkanaal is vol" +#: ../../include/items.php:357 ../../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:918 +msgid "(Unknown)" +msgstr "(Onbekend)" + +#: ../../include/items.php:1050 +msgid "Visible to anybody on the internet." +msgstr "Voor iedereen op het internet zichtbaar." + +#: ../../include/items.php:1052 +msgid "Visible to you only." +msgstr "Alleen voor jou zichtbaar." + +#: ../../include/items.php:1054 +msgid "Visible to anybody in this network." +msgstr "Voor iedereen in dit netwerk zichtbaar." + +#: ../../include/items.php:1056 +msgid "Visible to anybody authenticated." +msgstr "Voor iedereen die geauthenticeerd is zichtbaar." + +#: ../../include/items.php:1058 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Voor iedereen op %s zichtbaar." + +#: ../../include/items.php:1060 +msgid "Visible to all connections." +msgstr "Voor alle connecties zichtbaar." + +#: ../../include/items.php:1062 +msgid "Visible to approved connections." +msgstr "Voor alle goedgekeurde connecties zichtbaar." + +#: ../../include/items.php:1064 +msgid "Visible to specific connections." +msgstr "Voor specifieke connecties zichtbaar." + +#: ../../include/items.php:3764 ../../mod/home.php:67 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/admin.php:168 +#: ../../mod/admin.php:893 ../../mod/admin.php:1096 ../../mod/thing.php:78 +#: ../../mod/viewsrc.php:18 +msgid "Item not found." +msgstr "Item niet gevonden." + +#: ../../include/items.php:4197 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Collectie niet gevonden." + +#: ../../include/items.php:4212 +msgid "Collection is empty." +msgstr "Collectie is leeg" + +#: ../../include/items.php:4219 +#, php-format +msgid "Collection: %s" +msgstr "Collectie: %s" + +#: ../../include/items.php:4230 +#, php-format +msgid "Connection: %s" +msgstr "Connectie: %s" + +#: ../../include/items.php:4233 +msgid "Connection not found." +msgstr "Connectie niet gevonden." + #: ../../include/group.php:25 msgid "" "A deleted group with this name was revived. Existing item permissions " @@ -2297,7 +2484,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:763 +#: ../../include/group.php:253 ../../mod/admin.php:733 msgid "All Channels" msgstr "Alle kanalen" @@ -2321,11 +2508,11 @@ msgstr "Nieuwe collectie aanmaken" msgid "Channels not in any collection" msgstr "Kanalen die zich in geen enkele collectie bevinden" -#: ../../include/group.php:301 ../../include/widgets.php:266 +#: ../../include/group.php:301 ../../include/widgets.php:273 msgid "add" msgstr "toevoegen" -#: ../../include/identity.php:30 ../../mod/item.php:1289 +#: ../../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" @@ -2362,8 +2549,8 @@ msgstr "Niet in staat om aangemaakte identiteit te vinden" msgid "Default Profile" msgstr "Standaardprofiel" -#: ../../include/identity.php:342 ../../include/widgets.php:400 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:464 +#: ../../include/identity.php:342 ../../include/widgets.php:407 +#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:473 msgid "Friends" msgstr "Vrienden" @@ -2371,259 +2558,211 @@ msgstr "Vrienden" msgid "Requested channel is not available." msgstr "Opgevraagd kanaal is niet beschikbaar." -#: ../../include/identity.php:557 ../../mod/achievements.php:8 +#: ../../include/identity.php:557 ../../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/webpages.php:8 ../../mod/hcard.php:8 msgid "Requested profile is not available." msgstr "Opgevraagd profiel is niet beschikbaar" -#: ../../include/identity.php:675 ../../include/widgets.php:128 -#: ../../include/widgets.php:168 ../../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/identity.php:689 ../../mod/profiles.php:612 +#: ../../include/identity.php:720 ../../mod/profiles.php:750 msgid "Change profile photo" msgstr "Profielfoto veranderen" -#: ../../include/identity.php:695 +#: ../../include/identity.php:726 msgid "Profiles" msgstr "Profielen" -#: ../../include/identity.php:695 +#: ../../include/identity.php:726 msgid "Manage/edit profiles" msgstr "Profielen beheren/bewerken" -#: ../../include/identity.php:696 ../../mod/profiles.php:613 +#: ../../include/identity.php:727 ../../mod/profiles.php:751 msgid "Create New Profile" msgstr "Nieuw profiel aanmaken" -#: ../../include/identity.php:710 ../../mod/profiles.php:624 +#: ../../include/identity.php:741 ../../mod/profiles.php:762 msgid "Profile Image" msgstr "Profielfoto" -#: ../../include/identity.php:713 ../../mod/profiles.php:627 +#: ../../include/identity.php:744 msgid "visible to everybody" msgstr "Voor iedereen zichtbaar" -#: ../../include/identity.php:714 ../../mod/profiles.php:628 +#: ../../include/identity.php:745 ../../mod/profiles.php:645 +#: ../../mod/profiles.php:766 msgid "Edit visibility" msgstr "Zichtbaarheid bewerken" -#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../include/identity.php:759 ../../include/identity.php:996 #: ../../mod/directory.php:158 msgid "Gender:" msgstr "Geslacht:" -#: ../../include/identity.php:729 ../../include/identity.php:996 +#: ../../include/identity.php:760 ../../include/identity.php:1040 #: ../../mod/directory.php:160 msgid "Status:" msgstr "Status:" -#: ../../include/identity.php:730 ../../include/identity.php:1007 +#: ../../include/identity.php:761 ../../include/identity.php:1051 #: ../../mod/directory.php:162 msgid "Homepage:" msgstr "Homepagina:" -#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 +#: ../../include/identity.php:762 ../../mod/dirprofile.php:151 msgid "Online Now" msgstr "Nu online" -#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../include/identity.php:840 ../../include/identity.php:920 #: ../../mod/ping.php:298 msgid "g A l F d" msgstr "G:i, l d F" -#: ../../include/identity.php:797 ../../include/identity.php:877 +#: ../../include/identity.php:841 ../../include/identity.php:921 msgid "F d" msgstr "d F" -#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../include/identity.php:886 ../../include/identity.php:961 #: ../../mod/ping.php:320 msgid "[today]" msgstr "[vandaag]" -#: ../../include/identity.php:854 +#: ../../include/identity.php:898 msgid "Birthday Reminders" msgstr "Verjaardagsherinneringen" -#: ../../include/identity.php:855 +#: ../../include/identity.php:899 msgid "Birthdays this week:" msgstr "Verjaardagen deze week:" -#: ../../include/identity.php:910 +#: ../../include/identity.php:954 msgid "[No description]" msgstr "[Geen omschrijving]" -#: ../../include/identity.php:928 +#: ../../include/identity.php:972 msgid "Event Reminders" msgstr "Herinneringen voor gebeurtenissen" -#: ../../include/identity.php:929 +#: ../../include/identity.php:973 msgid "Events this week:" msgstr "Gebeurtenissen deze week:" -#: ../../include/identity.php:942 ../../include/identity.php:1050 -#: ../../include/apps.php:133 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profiel" - -#: ../../include/identity.php:950 ../../mod/settings.php:936 +#: ../../include/identity.php:994 ../../mod/settings.php:943 msgid "Full Name:" msgstr "Volledige naam:" -#: ../../include/identity.php:957 +#: ../../include/identity.php:1001 msgid "Like this channel" msgstr "Vind dit kanaal leuk" -#: ../../include/identity.php:981 +#: ../../include/identity.php:1025 msgid "j F, Y" msgstr "F j Y" -#: ../../include/identity.php:982 +#: ../../include/identity.php:1026 msgid "j F" msgstr "F j" -#: ../../include/identity.php:989 +#: ../../include/identity.php:1033 msgid "Birthday:" msgstr "Geboortedatum:" -#: ../../include/identity.php:993 +#: ../../include/identity.php:1037 msgid "Age:" msgstr "Leeftijd:" -#: ../../include/identity.php:1002 +#: ../../include/identity.php:1046 #, php-format msgid "for %1$d %2$s" msgstr "voor %1$d %2$s" -#: ../../include/identity.php:1005 ../../mod/profiles.php:535 +#: ../../include/identity.php:1049 ../../mod/profiles.php:667 msgid "Sexual Preference:" msgstr "Seksuele voorkeur:" -#: ../../include/identity.php:1009 ../../mod/profiles.php:537 +#: ../../include/identity.php:1053 ../../mod/profiles.php:669 msgid "Hometown:" msgstr "Oorspronkelijk uit:" -#: ../../include/identity.php:1011 +#: ../../include/identity.php:1055 msgid "Tags:" msgstr "Trefwoorden:" -#: ../../include/identity.php:1013 ../../mod/profiles.php:538 +#: ../../include/identity.php:1057 ../../mod/profiles.php:670 msgid "Political Views:" msgstr "Politieke overtuigingen:" -#: ../../include/identity.php:1015 +#: ../../include/identity.php:1059 msgid "Religion:" msgstr "Religie:" -#: ../../include/identity.php:1017 ../../mod/directory.php:164 +#: ../../include/identity.php:1061 ../../mod/directory.php:164 msgid "About:" msgstr "Over:" -#: ../../include/identity.php:1019 +#: ../../include/identity.php:1063 msgid "Hobbies/Interests:" msgstr "Hobby's/interesses:" -#: ../../include/identity.php:1021 ../../mod/profiles.php:541 +#: ../../include/identity.php:1065 ../../mod/profiles.php:673 msgid "Likes:" msgstr "Houdt van:" -#: ../../include/identity.php:1023 ../../mod/profiles.php:542 +#: ../../include/identity.php:1067 ../../mod/profiles.php:674 msgid "Dislikes:" msgstr "Houdt niet van:" -#: ../../include/identity.php:1026 +#: ../../include/identity.php:1070 msgid "Contact information and Social Networks:" msgstr "Contactinformatie en sociale netwerken:" -#: ../../include/identity.php:1028 +#: ../../include/identity.php:1072 msgid "My other channels:" msgstr "Mijn andere kanalen" -#: ../../include/identity.php:1030 +#: ../../include/identity.php:1074 msgid "Musical interests:" msgstr "Muzikale interesses:" -#: ../../include/identity.php:1032 +#: ../../include/identity.php:1076 msgid "Books, literature:" msgstr "Boeken, literatuur:" -#: ../../include/identity.php:1034 +#: ../../include/identity.php:1078 msgid "Television:" msgstr "Televisie:" -#: ../../include/identity.php:1036 +#: ../../include/identity.php:1080 msgid "Film/dance/culture/entertainment:" msgstr "Films/dansen/cultuur/vermaak:" -#: ../../include/identity.php:1038 +#: ../../include/identity.php:1082 msgid "Love/Romance:" msgstr "Liefde/romantiek:" -#: ../../include/identity.php:1040 +#: ../../include/identity.php:1084 msgid "Work/employment:" msgstr "Werk/beroep:" -#: ../../include/identity.php:1042 +#: ../../include/identity.php:1086 msgid "School/education:" msgstr "School/opleiding:" -#: ../../include/identity.php:1052 +#: ../../include/identity.php:1106 msgid "Like this thing" msgstr "Vind dit ding leuk" -#: ../../include/network.php:652 -msgid "view full size" -msgstr "volledige grootte tonen" - -#: ../../include/apps.php:123 -msgid "Site Admin" -msgstr "Hubbeheerder" - -#: ../../include/apps.php:125 -msgid "Address Book" -msgstr "Connecties" - -#: ../../include/apps.php:139 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Stemming" - -#: ../../include/apps.php:143 -msgid "Probe" -msgstr "Onderzoeken" - -#: ../../include/apps.php:144 -msgid "Suggest" -msgstr "Voorstellen" - -#: ../../include/apps.php:233 ../../mod/settings.php:79 -#: ../../mod/settings.php:542 -msgid "Update" -msgstr "Bijwerken" - -#: ../../include/apps.php:233 -msgid "Install" -msgstr "Installeren" - -#: ../../include/apps.php:238 -msgid "Purchase" -msgstr "Aanschaffen" - -#: ../../include/bbcode.php:112 ../../include/bbcode.php:638 -#: ../../include/bbcode.php:641 ../../include/bbcode.php:646 -#: ../../include/bbcode.php:649 ../../include/bbcode.php:652 -#: ../../include/bbcode.php:655 ../../include/bbcode.php:660 -#: ../../include/bbcode.php:663 ../../include/bbcode.php:668 -#: ../../include/bbcode.php:671 ../../include/bbcode.php:674 -#: ../../include/bbcode.php:677 +#: ../../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:670 ../../include/bbcode.php:675 +#: ../../include/bbcode.php:678 ../../include/bbcode.php:681 +#: ../../include/bbcode.php:684 msgid "Image/photo" msgstr "Afbeelding/foto" -#: ../../include/bbcode.php:147 ../../include/bbcode.php:688 +#: ../../include/bbcode.php:147 ../../include/bbcode.php:695 msgid "Encrypted content" msgstr "Versleutelde inhoud" @@ -2640,7 +2779,7 @@ msgstr "%1$s schreef het volgende %2$s %3$s" msgid "post" msgstr "bericht" -#: ../../include/bbcode.php:606 ../../include/bbcode.php:626 +#: ../../include/bbcode.php:613 ../../include/bbcode.php:633 msgid "$1 wrote:" msgstr "$1 schreef:" @@ -2660,302 +2799,302 @@ msgstr "Afzender kan niet bepaald worden." msgid "Stored post could not be verified." msgstr "Opgeslagen bericht kon niet worden geverifieerd." -#: ../../include/widgets.php:80 +#: ../../include/widgets.php:87 msgid "System" msgstr "Systeem" -#: ../../include/widgets.php:83 +#: ../../include/widgets.php:90 msgid "Create Personal App" msgstr "Persoonlijke app maken" -#: ../../include/widgets.php:84 +#: ../../include/widgets.php:91 msgid "Edit Personal App" msgstr "Persoonlijke app bewerken" -#: ../../include/widgets.php:130 ../../mod/suggest.php:53 +#: ../../include/widgets.php:137 ../../mod/suggest.php:53 msgid "Ignore/Hide" msgstr "Negeren/Verbergen" -#: ../../include/widgets.php:136 ../../mod/connections.php:267 +#: ../../include/widgets.php:143 ../../mod/connections.php:267 msgid "Suggestions" msgstr "Voorgestelde kanalen" -#: ../../include/widgets.php:137 +#: ../../include/widgets.php:144 msgid "See more..." msgstr "Meer..." -#: ../../include/widgets.php:159 +#: ../../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:165 +#: ../../include/widgets.php:172 msgid "Add New Connection" msgstr "Nieuwe connectie toevoegen" -#: ../../include/widgets.php:166 +#: ../../include/widgets.php:173 msgid "Enter the channel address" msgstr "Vul het adres van het nieuwe kanaal in" -#: ../../include/widgets.php:167 +#: ../../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:184 +#: ../../include/widgets.php:191 msgid "Notes" msgstr "Aantekeningen" -#: ../../include/widgets.php:256 +#: ../../include/widgets.php:263 msgid "Remove term" msgstr "Verwijder zoekterm" -#: ../../include/widgets.php:335 +#: ../../include/widgets.php:342 msgid "Archives" msgstr "Archieven" -#: ../../include/widgets.php:397 +#: ../../include/widgets.php:404 msgid "Refresh" msgstr "Vernieuwen" -#: ../../include/widgets.php:398 ../../mod/connedit.php:461 +#: ../../include/widgets.php:405 ../../mod/connedit.php:470 msgid "Me" msgstr "Ik" -#: ../../include/widgets.php:399 ../../mod/connedit.php:463 +#: ../../include/widgets.php:406 ../../mod/connedit.php:472 msgid "Best Friends" msgstr "Goede vrienden" -#: ../../include/widgets.php:401 +#: ../../include/widgets.php:408 msgid "Co-workers" msgstr "Collega's" -#: ../../include/widgets.php:402 ../../mod/connedit.php:465 +#: ../../include/widgets.php:409 ../../mod/connedit.php:474 msgid "Former Friends" msgstr "Oude vrienden" -#: ../../include/widgets.php:403 ../../mod/connedit.php:466 +#: ../../include/widgets.php:410 ../../mod/connedit.php:475 msgid "Acquaintances" msgstr "Kennissen" -#: ../../include/widgets.php:404 +#: ../../include/widgets.php:411 msgid "Everybody" msgstr "Iedereen" -#: ../../include/widgets.php:436 +#: ../../include/widgets.php:443 msgid "Account settings" msgstr "Account" -#: ../../include/widgets.php:442 +#: ../../include/widgets.php:449 msgid "Channel settings" msgstr "Kanaal" -#: ../../include/widgets.php:448 +#: ../../include/widgets.php:455 msgid "Additional features" msgstr "Extra functies" -#: ../../include/widgets.php:454 +#: ../../include/widgets.php:461 msgid "Feature settings" msgstr "Plug-ins" -#: ../../include/widgets.php:460 +#: ../../include/widgets.php:467 msgid "Display settings" msgstr "Weergave" -#: ../../include/widgets.php:466 +#: ../../include/widgets.php:473 msgid "Connected apps" msgstr "Verbonden applicaties" -#: ../../include/widgets.php:472 +#: ../../include/widgets.php:479 msgid "Export channel" msgstr "Kanaal exporteren" -#: ../../include/widgets.php:484 +#: ../../include/widgets.php:491 msgid "Automatic Permissions (Advanced)" msgstr "Automatische privacy-rechten (geavanceerd)" -#: ../../include/widgets.php:494 +#: ../../include/widgets.php:501 msgid "Premium Channel Settings" msgstr "Instellingen premiumkanaal" -#: ../../include/widgets.php:531 +#: ../../include/widgets.php:538 msgid "Check Mail" msgstr "Controleer op nieuwe berichten" -#: ../../include/widgets.php:612 +#: ../../include/widgets.php:619 msgid "Chat Rooms" msgstr "Chatkanalen" -#: ../../include/widgets.php:630 +#: ../../include/widgets.php:637 msgid "Bookmarked Chatrooms" msgstr "Bladwijzers van chatkanalen" -#: ../../include/widgets.php:648 +#: ../../include/widgets.php:655 msgid "Suggested Chatrooms" msgstr "Voorgestelde chatkanalen" -#: ../../include/ItemObject.php:118 +#: ../../include/ItemObject.php:122 msgid "Save to Folder" msgstr "In map opslaan" -#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +#: ../../include/ItemObject.php:134 ../../include/ItemObject.php:146 msgid "View all" msgstr "Toon alles" -#: ../../include/ItemObject.php:139 +#: ../../include/ItemObject.php:143 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "vindt dit niet leuk" msgstr[1] "vinden dit niet leuk" -#: ../../include/ItemObject.php:167 +#: ../../include/ItemObject.php:171 msgid "Add Star" msgstr "Ster toevoegen" -#: ../../include/ItemObject.php:168 +#: ../../include/ItemObject.php:172 msgid "Remove Star" msgstr "Ster verwijderen" -#: ../../include/ItemObject.php:169 +#: ../../include/ItemObject.php:173 msgid "Toggle Star Status" msgstr "Ster toevoegen of verwijderen" -#: ../../include/ItemObject.php:173 +#: ../../include/ItemObject.php:177 msgid "starred" msgstr "met ster" -#: ../../include/ItemObject.php:190 +#: ../../include/ItemObject.php:194 msgid "Add Tag" msgstr "Label toevoegen" -#: ../../include/ItemObject.php:208 ../../mod/photos.php:974 +#: ../../include/ItemObject.php:212 ../../mod/photos.php:980 msgid "I like this (toggle)" msgstr "Vind ik leuk" -#: ../../include/ItemObject.php:209 ../../mod/photos.php:975 +#: ../../include/ItemObject.php:213 ../../mod/photos.php:981 msgid "I don't like this (toggle)" msgstr "Vind ik niet leuk" -#: ../../include/ItemObject.php:211 +#: ../../include/ItemObject.php:217 msgid "Share This" msgstr "Delen" -#: ../../include/ItemObject.php:211 +#: ../../include/ItemObject.php:217 msgid "share" msgstr "delen" -#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236 +#: ../../include/ItemObject.php:240 ../../include/ItemObject.php:241 #, php-format msgid "View %s's profile - %s" msgstr "Profiel van %s bekijken - %s" -#: ../../include/ItemObject.php:237 +#: ../../include/ItemObject.php:242 msgid "to" msgstr "aan" -#: ../../include/ItemObject.php:238 +#: ../../include/ItemObject.php:243 msgid "via" msgstr "via" -#: ../../include/ItemObject.php:239 +#: ../../include/ItemObject.php:244 msgid "Wall-to-Wall" msgstr "Kanaal-naar-kanaal" -#: ../../include/ItemObject.php:240 +#: ../../include/ItemObject.php:245 msgid "via Wall-To-Wall:" msgstr "via kanaal-naar-kanaal" -#: ../../include/ItemObject.php:274 +#: ../../include/ItemObject.php:279 msgid "Save Bookmarks" msgstr "Bladwijzers opslaan" -#: ../../include/ItemObject.php:275 +#: ../../include/ItemObject.php:280 msgid "Add to Calendar" msgstr "Aan agenda toevoegen" -#: ../../include/ItemObject.php:283 +#: ../../include/ItemObject.php:288 msgctxt "noun" msgid "Likes" msgstr "vinden dit leuk" -#: ../../include/ItemObject.php:284 +#: ../../include/ItemObject.php:289 msgctxt "noun" msgid "Dislikes" msgstr "vinden dit niet leuk" -#: ../../include/ItemObject.php:315 +#: ../../include/ItemObject.php:320 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d reactie" msgstr[1] "%d reacties weergeven" -#: ../../include/ItemObject.php:316 ../../include/js_strings.php:7 +#: ../../include/ItemObject.php:321 ../../include/js_strings.php:7 msgid "[+] show all" msgstr "[+] alle" -#: ../../include/ItemObject.php:580 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 +#: ../../include/ItemObject.php:585 ../../mod/photos.php:999 +#: ../../mod/photos.php:1086 msgid "This is you" msgstr "Dit ben jij" -#: ../../include/ItemObject.php:582 ../../include/js_strings.php:6 -#: ../../mod/photos.php:995 ../../mod/photos.php:1082 +#: ../../include/ItemObject.php:587 ../../include/js_strings.php:6 +#: ../../mod/photos.php:1001 ../../mod/photos.php:1088 msgid "Comment" msgstr "Reactie" -#: ../../include/ItemObject.php:583 ../../mod/mood.php:135 -#: ../../mod/settings.php:516 ../../mod/settings.php:628 -#: ../../mod/settings.php:656 ../../mod/settings.php:680 -#: ../../mod/settings.php:750 ../../mod/settings.php:928 -#: ../../mod/poke.php:166 ../../mod/profiles.php:515 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:509 +#: ../../include/ItemObject.php:588 ../../mod/mood.php:135 +#: ../../mod/settings.php:517 ../../mod/settings.php:629 +#: ../../mod/settings.php:658 ../../mod/settings.php:682 +#: ../../mod/settings.php:755 ../../mod/settings.php:935 +#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:518 #: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/photos.php:563 ../../mod/photos.php:668 ../../mod/photos.php:956 -#: ../../mod/photos.php:996 ../../mod/photos.php:1083 +#: ../../mod/photos.php:563 ../../mod/photos.php:674 ../../mod/photos.php:962 +#: ../../mod/photos.php:1002 ../../mod/photos.php:1089 #: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/events.php:511 ../../mod/filestorage.php:137 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:442 -#: ../../mod/admin.php:751 ../../mod/admin.php:886 ../../mod/admin.php:1019 -#: ../../mod/admin.php:1218 ../../mod/admin.php:1305 ../../mod/thing.php:286 -#: ../../mod/thing.php:329 ../../mod/import.php:393 ../../mod/invite.php:156 -#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/appman.php:99 -#: ../../mod/poll.php:68 ../../view/theme/apw/php/config.php:256 +#: ../../mod/events.php:535 ../../mod/filestorage.php:137 +#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:413 +#: ../../mod/admin.php:721 ../../mod/admin.php:856 ../../mod/admin.php:989 +#: ../../mod/admin.php:1188 ../../mod/admin.php:1275 ../../mod/thing.php:286 +#: ../../mod/thing.php:329 ../../mod/import.php:394 ../../mod/invite.php:142 +#: ../../mod/mail.php:345 ../../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 "Opslaan" -#: ../../include/ItemObject.php:584 +#: ../../include/ItemObject.php:589 msgid "Bold" msgstr "Vet" -#: ../../include/ItemObject.php:585 +#: ../../include/ItemObject.php:590 msgid "Italic" msgstr "Cursief" -#: ../../include/ItemObject.php:586 +#: ../../include/ItemObject.php:591 msgid "Underline" msgstr "Onderstrepen" -#: ../../include/ItemObject.php:587 +#: ../../include/ItemObject.php:592 msgid "Quote" msgstr "Citeren" -#: ../../include/ItemObject.php:588 +#: ../../include/ItemObject.php:593 msgid "Code" msgstr "Broncode" -#: ../../include/ItemObject.php:589 +#: ../../include/ItemObject.php:594 msgid "Image" msgstr "Afbeelding" -#: ../../include/ItemObject.php:590 +#: ../../include/ItemObject.php:595 msgid "Link" msgstr "Link" -#: ../../include/ItemObject.php:591 +#: ../../include/ItemObject.php:596 msgid "Video" msgstr "Video" @@ -3084,11 +3223,18 @@ msgstr "Nieuw venster" msgid "Open the selected location in a different window or browser tab" msgstr "Open de geselecteerde locatie in een ander venster of tab" +#: ../../include/Contact.php:211 ../../mod/admin.php:647 +#, php-format +msgid "User '%s' deleted" +msgstr "Account '%s' verwijderd" + #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Male" msgstr "Man" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Female" msgstr "Vrouw" @@ -3133,6 +3279,9 @@ msgid "Non-specific" msgstr "Niet gespecificeerd" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 msgid "Other" msgstr "Anders" @@ -3140,175 +3289,185 @@ msgstr "Anders" msgid "Undecided" msgstr "Nog niet beslist" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Males" msgstr "Mannen" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Females" msgstr "Vrouwen" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Gay" msgstr "Homoseksueel" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Lesbian" msgstr "Lesbisch" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "No Preference" msgstr "Geen voorkeur" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Bisexual" msgstr "Biseksueel" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Autosexual" msgstr "Autoseksueel" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Abstinent" msgstr "Seksuele onthouding" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Virgin" msgstr "Maagd" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Deviant" msgstr "Afwijkend" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Fetish" msgstr "Fetisj" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Oodles" msgstr "Veel" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Nonsexual" msgstr "Aseksueel" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Single" msgstr "Alleen" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Lonely" msgstr "Eenzaam" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Available" msgstr "Beschikbaar" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unavailable" msgstr "Niet beschikbaar" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Has crush" msgstr "Heeft een oogje op iemand" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Infatuated" msgstr "Smoorverliefd" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Dating" msgstr "Aan het daten" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unfaithful" msgstr "Ontrouw" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Sex Addict" msgstr "Seksverslaafd" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Friends/Benefits" msgstr "Vriendschap plus" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Casual" msgstr "Ongebonden/vluchtig" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Engaged" msgstr "Verloofd" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Married" msgstr "Getrouwd" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily married" msgstr "Denkbeeldig getrouwd" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Partners" msgstr "Partners" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Cohabiting" msgstr "Samenwonend" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Common law" msgstr "Common-law-huwelijk" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Happy" msgstr "Gelukkig" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Not looking" msgstr "Niet op zoek" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Swinger" msgstr "Swinger" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Betrayed" msgstr "Verraden" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Separated" msgstr "Uit elkaar" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unstable" msgstr "Onstabiel" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Divorced" msgstr "Gescheiden" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily divorced" msgstr "Denkbeeldig gescheiden" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Widowed" msgstr "Weduwnaar/weduwe" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Uncertain" msgstr "Onzeker" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "It's complicated" msgstr "Het is ingewikkeld" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Don't care" msgstr "Maakt mij niks uit" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Ask me" msgstr "Vraag het me" @@ -3324,68 +3483,29 @@ msgstr "Mislukte authenticatie" msgid "Login failed." msgstr "Inloggen mislukt." -#: ../../include/items.php:288 ../../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:812 -msgid "(Unknown)" -msgstr "(Onbekend)" - -#: ../../include/items.php:3602 ../../mod/home.php:67 ../../mod/display.php:32 -#: ../../mod/filestorage.php:18 ../../mod/admin.php:159 -#: ../../mod/admin.php:923 ../../mod/admin.php:1126 ../../mod/thing.php:78 -#: ../../mod/viewsrc.php:18 -msgid "Item not found." -msgstr "Item niet gevonden." - -#: ../../include/items.php:4035 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Collectie niet gevonden." - -#: ../../include/items.php:4050 -msgid "Collection is empty." -msgstr "Collectie is leeg" - -#: ../../include/items.php:4057 -#, php-format -msgid "Collection: %s" -msgstr "Collectie: %s" - -#: ../../include/items.php:4068 -#, php-format -msgid "Connection: %s" -msgstr "Connectie: %s" - -#: ../../include/items.php:4071 -msgid "Connection not found." -msgstr "Connectie niet gevonden." - #: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" -msgstr "Kan mijn \"openbare\" streams en berichten zien" +msgid "Can view my normal stream and posts" +msgstr "Kan mijn normale kanaalstream en berichten bekijken" #: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" -msgstr "Kan mijn \"openbaar\" kanaalprofiel zien" +msgid "Can view my default channel profile" +msgstr "Kan mijn standaard kanaalprofiel bekijken" #: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" -msgstr "Kan mijn \"openbare\" fotoalbums zien" +msgid "Can view my photo albums" +msgstr "Kan mijn fotoalbums bekijken" #: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" -msgstr "Kan een lijst met mijn \"openbare\" connecties zien" +msgid "Can view my connections" +msgstr "Kan een lijst met mijn connecties bekijken" #: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" -msgstr "Kan mijn \"openbare\" bestanden zien" +msgid "Can view my file storage" +msgstr "Kan mijn bestanden bekijken" #: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" -msgstr "Kan mijn \"openbare\" pagina's zien" +msgid "Can view my webpages" +msgstr "Kan mijn pagina's bekijken" #: ../../include/permissions.php:21 msgid "Can send me their channel stream and posts" @@ -3393,7 +3513,7 @@ msgstr "Kan mij de inhoud van hun kanaal en berichten sturen" #: ../../include/permissions.php:22 msgid "Can post on my channel page (\"wall\")" -msgstr "Kan een bericht in mijn kanaal (\"wall\") plaatsen" +msgstr "Kan een bericht in mijn kanaal plaatsen" #: ../../include/permissions.php:23 msgid "Can comment on or like my posts" @@ -3411,6 +3531,10 @@ msgstr "Kan foto's aan mijn fotoalbums toevoegen" msgid "Can like/dislike stuff" msgstr "Kan dingen leuk of niet leuk vinden" +#: ../../include/permissions.php:26 +msgid "Profiles and things other than posts/comments" +msgstr "Profielen en dingen, buiten berichten en reacties" + #: ../../include/permissions.php:28 msgid "Can forward to all my channel contacts via post @mentions" msgstr "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+" @@ -3424,16 +3548,16 @@ msgid "Can chat with me (when available)" msgstr "Kan met mij chatten (wanneer beschikbaar)" #: ../../include/permissions.php:30 -msgid "Can write to my \"public\" file storage" -msgstr "Kan bestanden aan mijn \"openbare\" bestandsopslag toevoegen" +msgid "Can write to my file storage" +msgstr "Kan bestanden aan mijn bestandsopslag toevoegen" #: ../../include/permissions.php:31 -msgid "Can edit my \"public\" pages" -msgstr "Kan mijn \"openbare\" pagina's bewerken" +msgid "Can edit my webpages" +msgstr "Kan mijn pagina's bewerken" #: ../../include/permissions.php:33 -msgid "Can source my \"public\" posts in derived channels" -msgstr "Kan mijn \"openbare\" berichten als bron voor andere kanalen gebruiken" +msgid "Can source my public posts in derived channels" +msgstr "Kan mijn openbare berichten als bron voor andere kanalen gebruiken" #: ../../include/permissions.php:33 msgid "Somewhat advanced - very useful in open communities" @@ -3521,7 +3645,7 @@ msgstr "Nieuw menu-element" msgid "Menu Item Permissions" msgstr "Privacy-rechten menu-item" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:961 +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:968 msgid "(click to open/close)" msgstr "(klik om te openen/sluiten)" @@ -3569,6 +3693,10 @@ msgstr "Menu-element bewerken" msgid "Modify" msgstr "Wijzigen" +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Welkom op de RedMatrix. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook onze <a href=\"directory\">apps</a>, waar je vrijwel alles van de RedMatrix kan vinden. Voor <a href=\"directory\">hulp</a> met de RedMatrix klik je op het vraagteken of als je meer vragen hebt stel je die in het <a href=\"https://zothost.me/channel/support\">supportkanaal</a> (liefst in het Engels)." + #: ../../mod/ping.php:237 msgid "sent you a private message" msgstr "stuurde jou een privébericht" @@ -3581,7 +3709,7 @@ msgstr "voegde jouw kanaal toe" msgid "posted an event" msgstr "plaatste een gebeurtenis" -#: ../../mod/acl.php:239 +#: ../../mod/acl.php:244 msgid "network" msgstr "netwerk" @@ -3593,447 +3721,455 @@ msgstr "Naam is vereist" msgid "Key and Secret are required" msgstr "Key en secret zijn vereist" -#: ../../mod/settings.php:195 +#: ../../mod/settings.php:196 msgid "Passwords do not match. Password unchanged." msgstr "Wachtwoorden komen niet overeen. Wachtwoord onveranderd." -#: ../../mod/settings.php:199 +#: ../../mod/settings.php:200 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd." -#: ../../mod/settings.php:213 +#: ../../mod/settings.php:214 msgid "Password changed." msgstr "Wachtwoord veranderd." -#: ../../mod/settings.php:215 +#: ../../mod/settings.php:216 msgid "Password update failed. Please try again." msgstr "Bijwerken wachtwoord mislukt. Probeer opnieuw." -#: ../../mod/settings.php:229 +#: ../../mod/settings.php:230 msgid "Not valid email." msgstr "Geen geldig e-mailadres." -#: ../../mod/settings.php:232 +#: ../../mod/settings.php:233 msgid "Protected email address. Cannot change to that email." msgstr "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken." -#: ../../mod/settings.php:241 +#: ../../mod/settings.php:242 msgid "System failure storing new email. Please try again." msgstr "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer." -#: ../../mod/settings.php:444 +#: ../../mod/settings.php:445 msgid "Settings updated." msgstr "Instellingen bijgewerkt." -#: ../../mod/settings.php:515 ../../mod/settings.php:541 -#: ../../mod/settings.php:577 +#: ../../mod/settings.php:516 ../../mod/settings.php:542 +#: ../../mod/settings.php:578 msgid "Add application" msgstr "Applicatie toevoegen" -#: ../../mod/settings.php:518 +#: ../../mod/settings.php:519 msgid "Name of application" msgstr "Naam van applicatie" -#: ../../mod/settings.php:519 ../../mod/settings.php:545 +#: ../../mod/settings.php:520 ../../mod/settings.php:546 msgid "Consumer Key" msgstr "Consumer key" -#: ../../mod/settings.php:519 ../../mod/settings.php:520 +#: ../../mod/settings.php:520 ../../mod/settings.php:521 msgid "Automatically generated - change if desired. Max length 20" msgstr "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20" -#: ../../mod/settings.php:520 ../../mod/settings.php:546 +#: ../../mod/settings.php:521 ../../mod/settings.php:547 msgid "Consumer Secret" msgstr "Consumer secret" -#: ../../mod/settings.php:521 ../../mod/settings.php:547 +#: ../../mod/settings.php:522 ../../mod/settings.php:548 msgid "Redirect" msgstr "Redirect/doorverwijzing" -#: ../../mod/settings.php:521 +#: ../../mod/settings.php:522 msgid "" "Redirect URI - leave blank unless your application specifically requires " "this" msgstr "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist" -#: ../../mod/settings.php:522 ../../mod/settings.php:548 +#: ../../mod/settings.php:523 ../../mod/settings.php:549 msgid "Icon url" msgstr "URL van pictogram" -#: ../../mod/settings.php:522 +#: ../../mod/settings.php:523 msgid "Optional" msgstr "Optioneel" -#: ../../mod/settings.php:533 +#: ../../mod/settings.php:534 msgid "You can't edit this application." msgstr "Je kan deze applicatie niet bewerken" -#: ../../mod/settings.php:576 +#: ../../mod/settings.php:577 msgid "Connected Apps" msgstr "Verbonden applicaties" -#: ../../mod/settings.php:580 +#: ../../mod/settings.php:581 msgid "Client key starts with" msgstr "Client key begint met" -#: ../../mod/settings.php:581 +#: ../../mod/settings.php:582 msgid "No name" msgstr "Geen naam" -#: ../../mod/settings.php:582 +#: ../../mod/settings.php:583 msgid "Remove authorization" msgstr "Autorisatie verwijderen" -#: ../../mod/settings.php:593 +#: ../../mod/settings.php:594 msgid "No feature settings configured" msgstr "Geen plugin-instellingen ingesteld" -#: ../../mod/settings.php:601 +#: ../../mod/settings.php:602 msgid "Feature Settings" msgstr "Plugin-instellingen" -#: ../../mod/settings.php:624 +#: ../../mod/settings.php:625 msgid "Account Settings" msgstr "Account-instellingen" -#: ../../mod/settings.php:625 +#: ../../mod/settings.php:626 msgid "Password Settings" msgstr "Wachtwoord-instellingen" -#: ../../mod/settings.php:626 +#: ../../mod/settings.php:627 msgid "New Password:" msgstr "Nieuw wachtwoord:" -#: ../../mod/settings.php:627 +#: ../../mod/settings.php:628 msgid "Confirm:" msgstr "Bevestigen:" -#: ../../mod/settings.php:627 +#: ../../mod/settings.php:628 msgid "Leave password fields blank unless changing" msgstr "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen" -#: ../../mod/settings.php:629 ../../mod/settings.php:937 +#: ../../mod/settings.php:630 ../../mod/settings.php:944 msgid "Email Address:" msgstr "E-mailadres:" -#: ../../mod/settings.php:630 +#: ../../mod/settings.php:631 ../../mod/removeaccount.php:61 msgid "Remove Account" -msgstr "Kanaal verwijderen (neem contact op met de beheerder van deze hub om je account te verwijderen)" +msgstr "Account verwijderen" -#: ../../mod/settings.php:631 ../../mod/settings.php:1000 +#: ../../mod/settings.php:632 +msgid "Remove this account from this server including all its channels" +msgstr "Dit account en al zijn kanalen van deze RedMatrix-hub verwijderen" + +#: ../../mod/settings.php:633 ../../mod/settings.php:1007 msgid "Warning: This action is permanent and cannot be reversed." msgstr "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid." -#: ../../mod/settings.php:647 +#: ../../mod/settings.php:649 msgid "Off" msgstr "Uit" -#: ../../mod/settings.php:647 +#: ../../mod/settings.php:649 msgid "On" msgstr "Aan" -#: ../../mod/settings.php:654 +#: ../../mod/settings.php:656 msgid "Additional Features" msgstr "Extra functies" -#: ../../mod/settings.php:679 +#: ../../mod/settings.php:681 msgid "Connector Settings" msgstr "Instellingen externe koppelingen" -#: ../../mod/settings.php:709 ../../mod/admin.php:390 +#: ../../mod/settings.php:711 ../../mod/admin.php:361 msgid "No special theme for mobile devices" msgstr "Geen speciaal thema voor mobiele apparaten" -#: ../../mod/settings.php:718 +#: ../../mod/settings.php:720 #, php-format msgid "%s - (Experimental)" msgstr "%s - (experimenteel)" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:753 msgid "Display Settings" msgstr "Weergave-instellingen" -#: ../../mod/settings.php:754 +#: ../../mod/settings.php:759 msgid "Display Theme:" msgstr "Gebruik thema:" -#: ../../mod/settings.php:755 +#: ../../mod/settings.php:760 msgid "Mobile Theme:" msgstr "Mobiel thema:" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:761 +msgid "Enable user zoom on mobile devices" +msgstr "Inzoomen op smartphones en tablets toestaan" + +#: ../../mod/settings.php:762 msgid "Update browser every xx seconds" msgstr "Ververs de webbrowser om de zoveel seconde" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:762 msgid "Minimum of 10 seconds, no maximum" msgstr "Minimaal 10 seconde, geen maximum" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:763 msgid "Maximum number of conversations to load at any time:" msgstr "Maximaal aantal conversaties die per keer geladen worden:" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:763 msgid "Maximum of 100 items" msgstr "Maximaal 100 conversaties" -#: ../../mod/settings.php:758 +#: ../../mod/settings.php:764 msgid "Don't show emoticons" msgstr "Geen emoticons weergeven" -#: ../../mod/settings.php:759 +#: ../../mod/settings.php:765 msgid "System Page Layout Editor - (advanced)" msgstr "Lay-out bewerken van systeempagina's (geavanceerd)" -#: ../../mod/settings.php:794 +#: ../../mod/settings.php:801 msgid "Nobody except yourself" msgstr "Niemand, behalve jezelf" -#: ../../mod/settings.php:795 +#: ../../mod/settings.php:802 msgid "Only those you specifically allow" msgstr "Alleen connecties met uitdrukkelijke toestemming" -#: ../../mod/settings.php:796 +#: ../../mod/settings.php:803 msgid "Approved connections" msgstr "Geaccepteerde connecties" -#: ../../mod/settings.php:797 +#: ../../mod/settings.php:804 msgid "Any connections" msgstr "Alle connecties" -#: ../../mod/settings.php:798 +#: ../../mod/settings.php:805 msgid "Anybody on this website" msgstr "Iedereen op deze hub" -#: ../../mod/settings.php:799 +#: ../../mod/settings.php:806 msgid "Anybody in this network" msgstr "Iedereen in dit netwerk" -#: ../../mod/settings.php:800 +#: ../../mod/settings.php:807 msgid "Anybody authenticated" msgstr "Geauthenticeerd" -#: ../../mod/settings.php:801 +#: ../../mod/settings.php:808 msgid "Anybody on the internet" msgstr "Iedereen op het internet" -#: ../../mod/settings.php:878 +#: ../../mod/settings.php:885 msgid "Publish your default profile in the network directory" msgstr "Publiceer je standaardprofiel in de kanalengids" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/api.php:106 ../../mod/profiles.php:493 -#: ../../mod/admin.php:420 +#: ../../mod/settings.php:885 ../../mod/settings.php:890 +#: ../../mod/settings.php:961 ../../mod/api.php:106 ../../mod/profiles.php:602 +#: ../../mod/admin.php:391 msgid "No" msgstr "Nee" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/api.php:105 ../../mod/profiles.php:492 -#: ../../mod/admin.php:422 +#: ../../mod/settings.php:885 ../../mod/settings.php:890 +#: ../../mod/settings.php:961 ../../mod/api.php:105 ../../mod/profiles.php:601 +#: ../../mod/admin.php:393 msgid "Yes" msgstr "Ja" -#: ../../mod/settings.php:883 +#: ../../mod/settings.php:890 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen" -#: ../../mod/settings.php:887 ../../mod/profile_photo.php:365 +#: ../../mod/settings.php:894 ../../mod/profile_photo.php:365 msgid "or" msgstr "of" -#: ../../mod/settings.php:892 +#: ../../mod/settings.php:899 msgid "Your channel address is" msgstr "Jouw kanaaladres is" -#: ../../mod/settings.php:926 +#: ../../mod/settings.php:933 msgid "Channel Settings" msgstr "Kanaal-instellingen" -#: ../../mod/settings.php:935 +#: ../../mod/settings.php:942 msgid "Basic Settings" msgstr "Basis-instellingen" -#: ../../mod/settings.php:938 +#: ../../mod/settings.php:945 msgid "Your Timezone:" msgstr "Jouw tijdzone:" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:946 msgid "Default Post Location:" msgstr "Standaardlocatie bericht:" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:946 msgid "Geographical location to display on your posts" msgstr "Geografische locatie die bij het bericht moet worden vermeld" -#: ../../mod/settings.php:940 +#: ../../mod/settings.php:947 msgid "Use Browser Location:" msgstr "Locatie van webbrowser gebruiken:" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:949 msgid "Adult Content" msgstr "Inhoud voor volwassenen" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:949 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassen. (Gebruik de hashtag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)" -#: ../../mod/settings.php:944 +#: ../../mod/settings.php:951 msgid "Security and Privacy Settings" msgstr "Veiligheids- privacy-instellingen" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:953 msgid "Hide my online presence" msgstr "Verberg mijn aanwezigheid" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:953 msgid "Prevents displaying in your profile that you are online" msgstr "Voorkomt dat op je kanaal te zien valt dat je momenteel op de RedMatrix aanwezig bent" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:955 msgid "Simple Privacy Settings:" msgstr "Eenvoudige privacy-instellingen:" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:956 msgid "" "Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "Zeer openbaar <em>(kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)</em>" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:957 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" msgstr "Normaal <em>(standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)</em>" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:958 msgid "Private - <em>default private, never open or public</em>" msgstr "Privé <em>(standaard privé en nooit openbaar)</em>" -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:959 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Geblokkeerd <em>(standaard geblokkeerd naar/van iedereen)</em>" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:961 msgid "Allow others to tag your posts" msgstr "Anderen toestaan om je berichten te labelen" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:961 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren" -#: ../../mod/settings.php:956 +#: ../../mod/settings.php:963 msgid "Advanced Privacy Settings" msgstr "Geavanceerde privacy-instellingen" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:965 msgid "Expire other channel content after this many days" msgstr "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:965 msgid "0 or blank prevents expiration" msgstr "0 of leeg voorkomt het verlopen" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:966 msgid "Maximum Friend Requests/Day:" msgstr "Maximum aantal connectieverzoeken per dag:" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:966 msgid "May reduce spam activity" msgstr "Kan eventuele spam verminderen" -#: ../../mod/settings.php:960 +#: ../../mod/settings.php:967 msgid "Default Post Permissions" msgstr "Standaard privacy-rechten voor nieuwe berichten" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:979 msgid "Maximum private messages per day from unknown people:" msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:979 msgid "Useful to reduce spamming" msgstr "Kan eventuele spam verminderen" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:982 msgid "Notification Settings" msgstr "Notificatie-instellingen" -#: ../../mod/settings.php:976 +#: ../../mod/settings.php:983 msgid "By default post a status message when:" msgstr "Plaats automatisch een statusbericht wanneer:" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:984 msgid "accepting a friend request" msgstr "Een connectieverzoek wordt geaccepteerd" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:985 msgid "joining a forum/community" msgstr "Je lid wordt van een groep/forum" -#: ../../mod/settings.php:979 +#: ../../mod/settings.php:986 msgid "making an <em>interesting</em> profile change" msgstr "Er sprake is van een <em>interessante</em> profielwijziging" -#: ../../mod/settings.php:980 +#: ../../mod/settings.php:987 msgid "Send a notification email when:" msgstr "Verzend een notificatie per e-mail wanneer:" -#: ../../mod/settings.php:981 +#: ../../mod/settings.php:988 msgid "You receive a connection request" msgstr "Je een connectieverzoek ontvangt" -#: ../../mod/settings.php:982 +#: ../../mod/settings.php:989 msgid "Your connections are confirmed" msgstr "Jouw connecties zijn bevestigd" -#: ../../mod/settings.php:983 +#: ../../mod/settings.php:990 msgid "Someone writes on your profile wall" msgstr "Iemand iets op jouw kanaal heeft geschreven" -#: ../../mod/settings.php:984 +#: ../../mod/settings.php:991 msgid "Someone writes a followup comment" msgstr "Iemand een reactie schrijft" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:992 msgid "You receive a private message" msgstr "Je een privé-bericht ontvangt" -#: ../../mod/settings.php:986 +#: ../../mod/settings.php:993 msgid "You receive a friend suggestion" msgstr "Je een kanaalvoorstel ontvangt" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:994 msgid "You are tagged in a post" msgstr "Je expliciet in een bericht bent genoemd" -#: ../../mod/settings.php:988 +#: ../../mod/settings.php:995 msgid "You are poked/prodded/etc. in a post" msgstr "Je bent in een bericht aangestoten/gepord/etc." -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:998 msgid "Advanced Account/Page Type Settings" msgstr "Instellingen geavanceerd account/paginatype" -#: ../../mod/settings.php:992 +#: ../../mod/settings.php:999 msgid "Change the behaviour of this account for special situations" msgstr "Verander het gedrag van dit account voor speciale situaties" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:1002 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "Schakel de expertmodus in (in <a href=\"settings/features\">Instellingen > Extra functies</a>) om aan te kunnen passen!" -#: ../../mod/settings.php:996 +#: ../../mod/settings.php:1003 msgid "Miscellaneous Settings" msgstr "Diverse instellingen" -#: ../../mod/settings.php:998 +#: ../../mod/settings.php:1005 msgid "Personal menu to display in your channel pages" msgstr "Persoonlijk menu om op je kanaalpagina's weer te geven" -#: ../../mod/settings.php:999 +#: ../../mod/settings.php:1006 msgid "Remove this channel" msgstr "Verwijder dit kanaal" @@ -4099,8 +4235,8 @@ msgstr "Ophalen URL gaf een foutmelding terug: %1$s" msgid "Invalid item." msgstr "Ongeldig item." -#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 -#: ../../mod/home.php:54 ../../mod/wall_upload.php:28 +#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/home.php:54 +#: ../../mod/wall_upload.php:28 msgid "Channel not found." msgstr "Kanaal niet gevonden." @@ -4181,12 +4317,12 @@ msgstr "Uploaden afbeelding mislukt" msgid "Image size reduction [%s] failed." msgstr "Verkleinen [%s] van afbeelding mislukt." -#: ../../mod/blocks.php:66 +#: ../../mod/blocks.php:62 msgid "Block Name" msgstr "Bloknaam" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:472 +#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 +#: ../../mod/profiles.php:222 ../../mod/profiles.php:575 msgid "Profile not found." msgstr "Profiel niet gevonden." @@ -4206,237 +4342,247 @@ msgstr "Nieuw profiel aangemaakt." msgid "Profile unavailable to clone." msgstr "Profiel niet beschikbaar om te klonen" -#: ../../mod/profiles.php:178 +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Geen profiel beschikbaar om te exporteren" + +#: ../../mod/profiles.php:232 msgid "Profile Name is required." msgstr "Profielnaam is vereist" -#: ../../mod/profiles.php:294 +#: ../../mod/profiles.php:390 msgid "Marital Status" msgstr "Huwelijke status" -#: ../../mod/profiles.php:298 +#: ../../mod/profiles.php:394 msgid "Romantic Partner" msgstr "Romantische partner" -#: ../../mod/profiles.php:302 +#: ../../mod/profiles.php:398 msgid "Likes" msgstr "Houdt van" -#: ../../mod/profiles.php:306 +#: ../../mod/profiles.php:402 msgid "Dislikes" msgstr "Houdt niet van" -#: ../../mod/profiles.php:310 +#: ../../mod/profiles.php:406 msgid "Work/Employment" msgstr "Werk/arbeid" -#: ../../mod/profiles.php:313 +#: ../../mod/profiles.php:409 msgid "Religion" msgstr "Religie" -#: ../../mod/profiles.php:317 +#: ../../mod/profiles.php:413 msgid "Political Views" msgstr "Politieke overtuigingen" -#: ../../mod/profiles.php:321 +#: ../../mod/profiles.php:417 msgid "Gender" msgstr "Geslacht" -#: ../../mod/profiles.php:325 +#: ../../mod/profiles.php:421 msgid "Sexual Preference" msgstr "Seksuele voorkeur" -#: ../../mod/profiles.php:329 +#: ../../mod/profiles.php:425 msgid "Homepage" msgstr "Homepage" -#: ../../mod/profiles.php:333 +#: ../../mod/profiles.php:429 msgid "Interests" msgstr "Interesses" -#: ../../mod/profiles.php:337 ../../mod/admin.php:893 +#: ../../mod/profiles.php:433 ../../mod/admin.php:863 msgid "Address" msgstr "Kanaaladres" -#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 +#: ../../mod/profiles.php:440 ../../mod/pubsites.php:25 msgid "Location" msgstr "Locatie" -#: ../../mod/profiles.php:427 +#: ../../mod/profiles.php:523 msgid "Profile updated." msgstr "Profiel bijgewerkt" -#: ../../mod/profiles.php:491 +#: ../../mod/profiles.php:600 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:514 +#: ../../mod/profiles.php:642 msgid "Edit Profile Details" msgstr "Profiel bewerken" -#: ../../mod/profiles.php:516 +#: ../../mod/profiles.php:644 msgid "View this profile" msgstr "Profiel weergeven" -#: ../../mod/profiles.php:517 +#: ../../mod/profiles.php:646 msgid "Change Profile Photo" msgstr "Profielfoto wijzigen" -#: ../../mod/profiles.php:518 +#: ../../mod/profiles.php:647 msgid "Create a new profile using these settings" msgstr "Een nieuw profiel aanmaken met dit profiel als basis" -#: ../../mod/profiles.php:519 +#: ../../mod/profiles.php:648 msgid "Clone this profile" msgstr "Dit profiel klonen" -#: ../../mod/profiles.php:520 +#: ../../mod/profiles.php:649 msgid "Delete this profile" msgstr "Dit profiel verwijderen" -#: ../../mod/profiles.php:521 +#: ../../mod/profiles.php:651 +msgid "Import profile from file" +msgstr "Profiel vanuit bestand importeren" + +#: ../../mod/profiles.php:652 +msgid "Export profile to file" +msgstr "Profiel naar bestand exporteren" + +#: ../../mod/profiles.php:653 msgid "Profile Name:" msgstr "Profielnaam:" -#: ../../mod/profiles.php:522 +#: ../../mod/profiles.php:654 msgid "Your Full Name:" msgstr "Jouw volledige naam:" -#: ../../mod/profiles.php:523 +#: ../../mod/profiles.php:655 msgid "Title/Description:" msgstr "Titel/omschrijving:" -#: ../../mod/profiles.php:524 +#: ../../mod/profiles.php:656 msgid "Your Gender:" msgstr "Jouw geslacht" -#: ../../mod/profiles.php:525 +#: ../../mod/profiles.php:657 #, php-format msgid "Birthday (%s):" msgstr "Geboortedag (%s)" -#: ../../mod/profiles.php:526 +#: ../../mod/profiles.php:658 msgid "Street Address:" msgstr "Straat en huisnummer:" -#: ../../mod/profiles.php:527 +#: ../../mod/profiles.php:659 msgid "Locality/City:" msgstr "Woonplaats:" -#: ../../mod/profiles.php:528 +#: ../../mod/profiles.php:660 msgid "Postal/Zip Code:" msgstr "Postcode:" -#: ../../mod/profiles.php:529 +#: ../../mod/profiles.php:661 msgid "Country:" msgstr "Land:" -#: ../../mod/profiles.php:530 +#: ../../mod/profiles.php:662 msgid "Region/State:" msgstr "Provincie/gewest/deelstaat:" -#: ../../mod/profiles.php:531 +#: ../../mod/profiles.php:663 msgid "<span class=\"heart\">♥</span> Marital Status:" msgstr "<span class=\"heart\">♥</span> Huwelijkse staat:" -#: ../../mod/profiles.php:532 +#: ../../mod/profiles.php:664 msgid "Who: (if applicable)" msgstr "Wie (wanneer toepasselijk):" -#: ../../mod/profiles.php:533 +#: ../../mod/profiles.php:665 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Voorbeelden: karin123, Karin Jansen, cathy@voorbeeld.nl" -#: ../../mod/profiles.php:534 +#: ../../mod/profiles.php:666 msgid "Since [date]:" msgstr "Sinds [datum]:" -#: ../../mod/profiles.php:536 +#: ../../mod/profiles.php:668 msgid "Homepage URL:" msgstr "Adres homepage:" -#: ../../mod/profiles.php:539 +#: ../../mod/profiles.php:671 msgid "Religious Views:" msgstr "Religieuze overtuigingen" -#: ../../mod/profiles.php:540 +#: ../../mod/profiles.php:672 msgid "Keywords:" msgstr "Trefwoorden" -#: ../../mod/profiles.php:543 +#: ../../mod/profiles.php:675 msgid "Example: fishing photography software" msgstr "Voorbeeld: muziek, fotografie, software" -#: ../../mod/profiles.php:544 +#: ../../mod/profiles.php:676 msgid "Used in directory listings" msgstr "Wordt in de kanalengids gebruikt" -#: ../../mod/profiles.php:545 +#: ../../mod/profiles.php:677 msgid "Tell us about yourself..." msgstr "Vertel ons iets over jezelf..." -#: ../../mod/profiles.php:546 +#: ../../mod/profiles.php:678 msgid "Hobbies/Interests" msgstr "Hobby's/interesses" -#: ../../mod/profiles.php:547 +#: ../../mod/profiles.php:679 msgid "Contact information and Social Networks" msgstr "Contactinformatie en sociale netwerken" -#: ../../mod/profiles.php:548 +#: ../../mod/profiles.php:680 msgid "My other channels" msgstr "Mijn andere kanalen" -#: ../../mod/profiles.php:549 +#: ../../mod/profiles.php:681 msgid "Musical interests" msgstr "Muzikale interesses" -#: ../../mod/profiles.php:550 +#: ../../mod/profiles.php:682 msgid "Books, literature" msgstr "Boeken/literatuur" -#: ../../mod/profiles.php:551 +#: ../../mod/profiles.php:683 msgid "Television" msgstr "Televisie" -#: ../../mod/profiles.php:552 +#: ../../mod/profiles.php:684 msgid "Film/dance/culture/entertainment" msgstr "Film/dans/cultuur/entertainment" -#: ../../mod/profiles.php:553 +#: ../../mod/profiles.php:685 msgid "Love/romance" msgstr "Liefde/romantiek" -#: ../../mod/profiles.php:554 +#: ../../mod/profiles.php:686 msgid "Work/employment" msgstr "Werk/arbeid" -#: ../../mod/profiles.php:555 +#: ../../mod/profiles.php:687 msgid "School/education" msgstr "School/onderwijs" -#: ../../mod/profiles.php:560 -msgid "" -"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " -"be visible to anybody using the internet." -msgstr "Dit is jouw <strong>openbare</strong> profiel.<br />Het <strong>kan</strong> voor iedereen op het internet zichtbaar zijn." +#: ../../mod/profiles.php:693 +msgid "This is your default profile." +msgstr "Dit is jouw standaardprofiel" -#: ../../mod/profiles.php:570 ../../mod/directory.php:143 +#: ../../mod/profiles.php:704 ../../mod/directory.php:143 #: ../../mod/dirprofile.php:92 msgid "Age: " msgstr "Leeftijd:" -#: ../../mod/profiles.php:609 +#: ../../mod/profiles.php:747 msgid "Edit/Manage Profiles" msgstr "Profielen bewerken/beheren" -#: ../../mod/profiles.php:610 +#: ../../mod/profiles.php:748 msgid "Add profile things" msgstr "Dingen aan je profiel toevoegen" -#: ../../mod/profiles.php:611 +#: ../../mod/profiles.php:749 msgid "Include desirable objects in your profile" -msgstr "Voeg door jou gewenste objecten aan jouw profiel toe" +msgstr "Voeg door jou gewenste dingen aan jouw profiel toe" #: ../../mod/bookmarks.php:38 msgid "Bookmark added" @@ -4560,82 +4706,82 @@ msgstr "Naam chatkanaal" msgid "%1$s's Chatrooms" msgstr "Chatkanalen van %1$s" -#: ../../mod/register.php:43 +#: ../../mod/register.php:42 msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "Maximum toegestane dagelijkse registraties op deze RedMatrix-hub bereikt. Probeer het morgen (UTC) nogmaals." -#: ../../mod/register.php:49 +#: ../../mod/register.php:48 msgid "" "Please indicate acceptance of the Terms of Service. Registration failed." msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden." -#: ../../mod/register.php:83 +#: ../../mod/register.php:82 msgid "Passwords do not match." msgstr "Wachtwoorden komen niet met elkaar overeen." -#: ../../mod/register.php:116 +#: ../../mod/register.php:115 msgid "" "Registration successful. Please check your email for validation " "instructions." -msgstr "Registratie geslaagd. Controleer je e-mail voor instructies om je e-mail te bevestigen." +msgstr "Registratie geslaagd. Controleer je e-mail voor instructies." -#: ../../mod/register.php:122 +#: ../../mod/register.php:121 msgid "Your registration is pending approval by the site owner." msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze RedMatrix-hub." -#: ../../mod/register.php:125 +#: ../../mod/register.php:124 msgid "Your registration can not be processed." msgstr "Jouw registratie kan niet verwerkt worden." -#: ../../mod/register.php:162 +#: ../../mod/register.php:161 msgid "Registration on this site/hub is by approval only." msgstr "Registraties op deze RedMatrix-hub moeten eerst worden goedgekeurd." -#: ../../mod/register.php:163 +#: ../../mod/register.php:162 msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" msgstr "<a href=\"pubsites\">Registreer op een andere RedMatrix-hub</a>" -#: ../../mod/register.php:171 +#: ../../mod/register.php:170 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Deze RedMatrix-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals." -#: ../../mod/register.php:182 +#: ../../mod/register.php:181 msgid "Terms of Service" msgstr "Gebruiksvoorwaarden" -#: ../../mod/register.php:188 +#: ../../mod/register.php:187 #, php-format msgid "I accept the %s for this website" msgstr "Ik accepteer de %s van deze RedMatrix-hub" -#: ../../mod/register.php:190 +#: ../../mod/register.php:189 #, php-format msgid "I am over 13 years of age and accept the %s for this website" msgstr "Ik accepteer de %s van deze RedMatrix-hub" -#: ../../mod/register.php:204 ../../mod/admin.php:443 +#: ../../mod/register.php:203 ../../mod/admin.php:414 msgid "Registration" msgstr "Registratie" -#: ../../mod/register.php:209 +#: ../../mod/register.php:208 msgid "Membership on this site is by invitation only." msgstr "Registreren op deze RedMatrix-hub kan alleen op uitnodiging." -#: ../../mod/register.php:210 +#: ../../mod/register.php:209 msgid "Please enter your invitation code" msgstr "Vul jouw uitnodigingscode in" -#: ../../mod/register.php:213 +#: ../../mod/register.php:212 msgid "Your email address" msgstr "Jouw e-mailadres" -#: ../../mod/register.php:214 +#: ../../mod/register.php:213 msgid "Choose a password" msgstr "Geef een wachtwoord op" -#: ../../mod/register.php:215 +#: ../../mod/register.php:214 msgid "Please re-enter your password" msgstr "Geef het wachtwoord opnieuw op" @@ -4647,7 +4793,7 @@ msgstr "Afwezig" msgid "Online" msgstr "Online" -#: ../../mod/regmod.php:12 +#: ../../mod/regmod.php:11 msgid "Please login." msgstr "Inloggen." @@ -4671,9 +4817,9 @@ msgid "" "been done it is not recoverable." msgstr "Dit zal dit kanaal compleet van deze hub en uit het RedMatrix-netwerk verwijderen. Dit kan hierna niet meer te ongedaan gemaakt worden." -#: ../../mod/removeme.php:59 +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 msgid "Please enter your password for verification:" -msgstr "Vul je wachtwoord in voor verificatie:" +msgstr "Vul je wachtwoord in ter verificatie:" #: ../../mod/removeme.php:60 msgid "Remove this channel and all its clones from the network" @@ -4870,20 +5016,20 @@ msgstr "Toon alleen gearchiveerde connecties" msgid "Only show hidden connections" msgstr "Toon alleen verborgen connecties" -#: ../../mod/connections.php:368 +#: ../../mod/connections.php:371 #, php-format msgid "%1$s [%2$s]" msgstr "%1$s [%2$s]" -#: ../../mod/connections.php:369 +#: ../../mod/connections.php:372 msgid "Edit contact" msgstr "Connectie bewerken" -#: ../../mod/connections.php:390 +#: ../../mod/connections.php:393 msgid "Search your connections" msgstr "Doorzoek jouw connecties" -#: ../../mod/connections.php:391 +#: ../../mod/connections.php:394 msgid "Finding: " msgstr "Zoeken naar: " @@ -4895,238 +5041,238 @@ msgstr "Bericht bewerken" msgid "is now connected to" msgstr "is nu verbonden met" -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:274 msgid "Could not access address book record." msgstr "Kon geen toegang krijgen tot de record van de connectie." -#: ../../mod/connedit.php:290 +#: ../../mod/connedit.php:288 msgid "Refresh failed - channel is currently unavailable." msgstr "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar" -#: ../../mod/connedit.php:297 +#: ../../mod/connedit.php:295 msgid "Channel has been unblocked" msgstr "Kanaal is gedeblokkeerd" -#: ../../mod/connedit.php:298 +#: ../../mod/connedit.php:296 msgid "Channel has been blocked" msgstr "Kanaal is geblokkeerd" -#: ../../mod/connedit.php:302 ../../mod/connedit.php:314 -#: ../../mod/connedit.php:326 ../../mod/connedit.php:338 -#: ../../mod/connedit.php:353 +#: ../../mod/connedit.php:300 ../../mod/connedit.php:312 +#: ../../mod/connedit.php:324 ../../mod/connedit.php:336 +#: ../../mod/connedit.php:352 msgid "Unable to set address book parameters." msgstr "Niet in staat om de parameters van connecties in te stellen." -#: ../../mod/connedit.php:309 +#: ../../mod/connedit.php:307 msgid "Channel has been unignored" msgstr "Kanaal wordt niet meer genegeerd" -#: ../../mod/connedit.php:310 +#: ../../mod/connedit.php:308 msgid "Channel has been ignored" msgstr "Kanaal wordt genegeerd" -#: ../../mod/connedit.php:321 +#: ../../mod/connedit.php:319 msgid "Channel has been unarchived" msgstr "Kanaal is niet meer gearchiveerd" -#: ../../mod/connedit.php:322 +#: ../../mod/connedit.php:320 msgid "Channel has been archived" msgstr "Kanaal is gearchiveerd" -#: ../../mod/connedit.php:333 +#: ../../mod/connedit.php:331 msgid "Channel has been unhidden" msgstr "Kanaal is niet meer verborgen" -#: ../../mod/connedit.php:334 +#: ../../mod/connedit.php:332 msgid "Channel has been hidden" msgstr "Kanaal is verborgen" -#: ../../mod/connedit.php:348 +#: ../../mod/connedit.php:347 msgid "Channel has been approved" msgstr "Connectie/kanaal is geaccepteerd" -#: ../../mod/connedit.php:349 +#: ../../mod/connedit.php:348 msgid "Channel has been unapproved" msgstr "Connectie/kanaal is afgewezen" -#: ../../mod/connedit.php:367 +#: ../../mod/connedit.php:376 msgid "Connection has been removed." msgstr "Connectie is verwijderd" -#: ../../mod/connedit.php:387 +#: ../../mod/connedit.php:396 #, php-format msgid "View %s's profile" msgstr "Profiel van %s weergeven" -#: ../../mod/connedit.php:391 +#: ../../mod/connedit.php:400 msgid "Refresh Permissions" msgstr "Privacy-rechten vernieuwen" -#: ../../mod/connedit.php:394 +#: ../../mod/connedit.php:403 msgid "Fetch updated permissions" msgstr "Aangepaste privacy-rechten ophalen" -#: ../../mod/connedit.php:398 +#: ../../mod/connedit.php:407 msgid "Recent Activity" msgstr "Recente activiteit" -#: ../../mod/connedit.php:401 +#: ../../mod/connedit.php:410 msgid "View recent posts and comments" msgstr "Recente berichten en reacties weergeven" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:548 -#: ../../mod/admin.php:760 +#: ../../mod/connedit.php:414 ../../mod/connedit.php:557 +#: ../../mod/admin.php:730 msgid "Unblock" msgstr "Deblokkeren" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:548 -#: ../../mod/admin.php:759 +#: ../../mod/connedit.php:414 ../../mod/connedit.php:557 +#: ../../mod/admin.php:729 msgid "Block" msgstr "Blokkeren" -#: ../../mod/connedit.php:408 +#: ../../mod/connedit.php:417 msgid "Block or Unblock this connection" msgstr "Deze connectie blokkeren of deblokkeren" -#: ../../mod/connedit.php:412 ../../mod/connedit.php:549 +#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 msgid "Unignore" msgstr "Niet meer negeren" -#: ../../mod/connedit.php:412 ../../mod/connedit.php:549 +#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Negeren" -#: ../../mod/connedit.php:415 +#: ../../mod/connedit.php:424 msgid "Ignore or Unignore this connection" msgstr "Deze connectie negeren of niet meer negeren" -#: ../../mod/connedit.php:418 +#: ../../mod/connedit.php:427 msgid "Unarchive" msgstr "Niet meer archiveren" -#: ../../mod/connedit.php:418 +#: ../../mod/connedit.php:427 msgid "Archive" msgstr "Archiveren" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:430 msgid "Archive or Unarchive this connection" msgstr "Deze connectie archiveren of niet meer archiveren" -#: ../../mod/connedit.php:424 +#: ../../mod/connedit.php:433 msgid "Unhide" msgstr "Niet meer verbergen" -#: ../../mod/connedit.php:424 +#: ../../mod/connedit.php:433 msgid "Hide" msgstr "Verbergen" -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:436 msgid "Hide or Unhide this connection" msgstr "Deze connectie verbergen of niet meer verbergen" -#: ../../mod/connedit.php:434 +#: ../../mod/connedit.php:443 msgid "Delete this connection" msgstr "Deze connectie verwijderen" -#: ../../mod/connedit.php:477 ../../mod/connedit.php:506 +#: ../../mod/connedit.php:486 ../../mod/connedit.php:515 msgid "Approve this connection" msgstr "Deze connectie accepteren" -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:486 msgid "Accept connection to allow communication" msgstr "Keur deze connectie goed om communicatie toe te staan" -#: ../../mod/connedit.php:493 +#: ../../mod/connedit.php:502 msgid "Automatic Permissions Settings" msgstr "Automatische privacy-rechten" -#: ../../mod/connedit.php:493 +#: ../../mod/connedit.php:502 #, php-format msgid "Connections: settings for %s" msgstr "Connecties: instellingen voor %s" -#: ../../mod/connedit.php:497 +#: ../../mod/connedit.php:506 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 "Wanneer je een connectieverzoek voor een kanaal ontvangt, zullen alle privacy-rechten hier automatisch op de nieuwe connectie worden toegepast en het connectieverzoek worden geaccepteerd. Verlaat deze pagina wanneer je geen gebruik wil maken van deze functie." -#: ../../mod/connedit.php:499 +#: ../../mod/connedit.php:508 msgid "Slide to adjust your degree of friendship" msgstr "Schuif om te bepalen hoe goed je iemand kent en/of mag" -#: ../../mod/connedit.php:505 +#: ../../mod/connedit.php:514 msgid "inherited" msgstr "geërfd" -#: ../../mod/connedit.php:507 +#: ../../mod/connedit.php:516 msgid "Connection has no individual permissions!" msgstr "Connectie heeft geen individuele privacy-rechten!" -#: ../../mod/connedit.php:508 +#: ../../mod/connedit.php:517 msgid "" "This may be appropriate based on your <a href=\"settings\">privacy " "settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "Dit is mogelijk voldoende, wanneer er naar jouw <a href=\"settings\">privacy-instellingen</a> wordt gekeken. Hoewel je wellicht de geavanceerde rechten wil nagaan." -#: ../../mod/connedit.php:510 +#: ../../mod/connedit.php:519 msgid "Profile Visibility" msgstr "Zichtbaarheid profiel" -#: ../../mod/connedit.php:511 +#: ../../mod/connedit.php:520 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken." -#: ../../mod/connedit.php:512 +#: ../../mod/connedit.php:521 msgid "Contact Information / Notes" msgstr "Informatie/aantekeningen over connectie" -#: ../../mod/connedit.php:513 +#: ../../mod/connedit.php:522 msgid "Edit contact notes" msgstr "Bewerk aantekeningen over contact" -#: ../../mod/connedit.php:515 +#: ../../mod/connedit.php:524 msgid "Their Settings" msgstr "Hun instellingen" -#: ../../mod/connedit.php:516 +#: ../../mod/connedit.php:525 msgid "My Settings" msgstr "Mijn instellingen" -#: ../../mod/connedit.php:518 +#: ../../mod/connedit.php:527 msgid "Clear/Disable Automatic Permissions" msgstr "Verwijderen/uitschakelen automatische privacy-rechten" -#: ../../mod/connedit.php:519 +#: ../../mod/connedit.php:528 msgid "Forum Members" msgstr "Forum/groepsleden" -#: ../../mod/connedit.php:520 +#: ../../mod/connedit.php:529 msgid "Soapbox" msgstr "Zeepkist" -#: ../../mod/connedit.php:521 +#: ../../mod/connedit.php:530 msgid "Full Sharing (typical social network permissions)" msgstr "Voluit delen (vergelijkbaar met die van sociale netwerken)" -#: ../../mod/connedit.php:522 +#: ../../mod/connedit.php:531 msgid "Cautious Sharing " msgstr "Voorzichtig delen" -#: ../../mod/connedit.php:523 +#: ../../mod/connedit.php:532 msgid "Follow Only" msgstr "Alleen volgen" -#: ../../mod/connedit.php:524 +#: ../../mod/connedit.php:533 msgid "Individual Permissions" msgstr "Individuele privacy-rechten" -#: ../../mod/connedit.php:525 +#: ../../mod/connedit.php:534 msgid "" "Some permissions may be inherited from your channel <a " "href=\"settings\">privacy settings</a>, which have higher priority than " @@ -5134,72 +5280,72 @@ msgid "" "have no effect." msgstr "Sommige privacy-rechten kunnen worden overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal. Wanneer je deze geërfde instellingen op deze pagina veranderd heeft dat geen effect." -#: ../../mod/connedit.php:526 +#: ../../mod/connedit.php:535 msgid "Advanced Permissions" msgstr "Geavanceerde privacy-rechten" -#: ../../mod/connedit.php:527 +#: ../../mod/connedit.php:536 msgid "Simple Permissions (select one and submit)" msgstr "Eenvoudige privacy-rechten (selecteer er één en opslaan)" -#: ../../mod/connedit.php:531 +#: ../../mod/connedit.php:540 #, php-format msgid "Visit %s's profile - %s" msgstr "Profiel van %s bezoeken - %s" -#: ../../mod/connedit.php:532 +#: ../../mod/connedit.php:541 msgid "Block/Unblock contact" msgstr "Connectie blokkeren/deblokkeren" -#: ../../mod/connedit.php:533 +#: ../../mod/connedit.php:542 msgid "Ignore contact" msgstr "Connectie negeren" -#: ../../mod/connedit.php:534 +#: ../../mod/connedit.php:543 msgid "Repair URL settings" msgstr "URL-instellingen repareren" -#: ../../mod/connedit.php:535 +#: ../../mod/connedit.php:544 msgid "View conversations" msgstr "Conversaties weergeven" -#: ../../mod/connedit.php:537 +#: ../../mod/connedit.php:546 msgid "Delete contact" msgstr "Connectie verwijderen" -#: ../../mod/connedit.php:540 +#: ../../mod/connedit.php:549 msgid "Last update:" msgstr "Laatste wijziging:" -#: ../../mod/connedit.php:542 +#: ../../mod/connedit.php:551 msgid "Update public posts" msgstr "Openbare berichten updaten" -#: ../../mod/connedit.php:544 +#: ../../mod/connedit.php:553 msgid "Update now" msgstr "Nu updaten" -#: ../../mod/connedit.php:550 +#: ../../mod/connedit.php:559 msgid "Currently blocked" msgstr "Momenteel geblokkeerd" -#: ../../mod/connedit.php:551 +#: ../../mod/connedit.php:560 msgid "Currently ignored" msgstr "Momenteel genegeerd" -#: ../../mod/connedit.php:552 +#: ../../mod/connedit.php:561 msgid "Currently archived" msgstr "Momenteel gearchiveerd" -#: ../../mod/connedit.php:553 +#: ../../mod/connedit.php:562 msgid "Currently pending" msgstr "Moeten nog geaccepteerd of afgewezen worden" -#: ../../mod/connedit.php:554 +#: ../../mod/connedit.php:563 msgid "Hide this contact from others" msgstr "Verberg deze connectie voor anderen" -#: ../../mod/connedit.php:554 +#: ../../mod/connedit.php:563 msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "Reacties/vind-ik-leuks op jouw openbare berichten <strong>kunnen</strong> zichtbaar blijven" @@ -5231,7 +5377,7 @@ msgstr "Bestaande gevolmachtigde accountbeheerders" msgid "Potential Delegates" msgstr "Gevolmachtigde personen waaraan mogelijk het accountbeheer kan worden uitbesteed." -#: ../../mod/delegate.php:130 ../../mod/photos.php:906 ../../mod/tagrm.php:93 +#: ../../mod/delegate.php:130 ../../mod/photos.php:912 ../../mod/tagrm.php:93 msgid "Remove" msgstr "Verwijderen" @@ -5253,19 +5399,11 @@ msgstr "Openbare toegang geweigerd." msgid "Gender: " msgstr "Geslacht:" -#: ../../mod/directory.php:215 +#: ../../mod/directory.php:223 msgid "Finding:" msgstr "Gezocht naar:" -#: ../../mod/directory.php:222 -msgid "next page" -msgstr "volgende pagina" - -#: ../../mod/directory.php:222 -msgid "previous page" -msgstr "vorige pagina" - -#: ../../mod/directory.php:231 +#: ../../mod/directory.php:244 msgid "No entries (some entries may be hidden)." msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)." @@ -5342,7 +5480,7 @@ msgstr "Please see the file \"install/INSTALL.txt\"." msgid "System check" msgstr "System check" -#: ../../mod/setup.php:261 ../../mod/events.php:399 +#: ../../mod/setup.php:261 ../../mod/events.php:414 msgid "Next" msgstr "Volgende" @@ -5829,11 +5967,11 @@ msgstr "Informatie over de pagina-eigenaar werd niet ontvangen." msgid "Album not found." msgstr "Album niet gevonden." -#: ../../mod/photos.php:119 ../../mod/photos.php:669 +#: ../../mod/photos.php:119 ../../mod/photos.php:675 msgid "Delete Album" msgstr "Verwijder album" -#: ../../mod/photos.php:159 ../../mod/photos.php:957 +#: ../../mod/photos.php:159 ../../mod/photos.php:963 msgid "Delete Photo" msgstr "Verwijder foto" @@ -5859,7 +5997,7 @@ msgstr "Je gebruikt %1$.2f MB aan foto-opslagruimte." msgid "Upload Photos" msgstr "Foto's uploaden" -#: ../../mod/photos.php:600 ../../mod/photos.php:664 +#: ../../mod/photos.php:600 ../../mod/photos.php:670 msgid "New album name: " msgstr "Nieuwe albumnaam: " @@ -5871,81 +6009,85 @@ msgstr "of een bestaande albumnaam: " msgid "Do not show a status post for this upload" msgstr "Plaats geen bericht voor deze upload." -#: ../../mod/photos.php:653 ../../mod/photos.php:675 ../../mod/photos.php:1129 -#: ../../mod/photos.php:1144 +#: ../../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:1135 +#: ../../mod/photos.php:1150 msgid "Contact Photos" msgstr "Connectiefoto's" -#: ../../mod/photos.php:679 +#: ../../mod/photos.php:685 msgid "Edit Album" msgstr "Album bewerken" -#: ../../mod/photos.php:685 +#: ../../mod/photos.php:691 msgid "Show Newest First" msgstr "Nieuwste eerst weergeven" -#: ../../mod/photos.php:687 +#: ../../mod/photos.php:693 msgid "Show Oldest First" msgstr "Oudste eerst weergeven" -#: ../../mod/photos.php:730 ../../mod/photos.php:1176 +#: ../../mod/photos.php:736 ../../mod/photos.php:1182 msgid "View Photo" msgstr "Foto weergeven" -#: ../../mod/photos.php:776 +#: ../../mod/photos.php:782 msgid "Permission denied. Access to this item may be restricted." msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt." -#: ../../mod/photos.php:778 +#: ../../mod/photos.php:784 msgid "Photo not available" msgstr "Foto niet aanwezig" -#: ../../mod/photos.php:838 +#: ../../mod/photos.php:844 msgid "Use as profile photo" msgstr "Als profielfoto gebruiken" -#: ../../mod/photos.php:862 +#: ../../mod/photos.php:868 msgid "View Full Size" msgstr "Volledige grootte weergeven" -#: ../../mod/photos.php:940 +#: ../../mod/photos.php:946 msgid "Edit photo" msgstr "Foto bewerken" -#: ../../mod/photos.php:942 +#: ../../mod/photos.php:948 msgid "Rotate CW (right)" msgstr "Draai met de klok mee (naar rechts)" -#: ../../mod/photos.php:943 +#: ../../mod/photos.php:949 msgid "Rotate CCW (left)" msgstr "Draai tegen de klok in (naar links)" -#: ../../mod/photos.php:946 +#: ../../mod/photos.php:952 msgid "New album name" msgstr "Nieuwe albumnaam" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:955 msgid "Caption" msgstr "Bijschrift" -#: ../../mod/photos.php:951 +#: ../../mod/photos.php:957 msgid "Add a Tag" msgstr "Label toevoegen" -#: ../../mod/photos.php:954 +#: ../../mod/photos.php:960 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@example.com, #Friesland, #camping" -#: ../../mod/photos.php:1107 +#: ../../mod/photos.php:1113 msgid "In This Photo:" msgstr "Op deze foto:" -#: ../../mod/photos.php:1182 +#: ../../mod/photos.php:1188 msgid "View Album" msgstr "Album weergeven" -#: ../../mod/photos.php:1191 +#: ../../mod/photos.php:1197 msgid "Recent Photos" msgstr "Recente foto's" @@ -6016,73 +6158,77 @@ msgstr "Verwijderen bron mislukt." msgid "- select -" msgstr "- kies map -" -#: ../../mod/events.php:72 +#: ../../mod/events.php:87 msgid "Event title and start time are required." msgstr "Titel en begintijd van gebeurtenis zijn vereist." -#: ../../mod/events.php:86 +#: ../../mod/events.php:101 msgid "Event not found." msgstr "Gebeurtenis niet gevonden" -#: ../../mod/events.php:329 +#: ../../mod/events.php:344 msgid "l, F j" msgstr "l j F" -#: ../../mod/events.php:351 +#: ../../mod/events.php:366 msgid "Edit event" msgstr "Gebeurtenis bewerken" -#: ../../mod/events.php:397 +#: ../../mod/events.php:412 msgid "Create New Event" msgstr "Nieuwe gebeurtenis aanmaken" -#: ../../mod/events.php:398 +#: ../../mod/events.php:413 msgid "Previous" msgstr "Vorige" -#: ../../mod/events.php:469 +#: ../../mod/events.php:487 msgid "hour:minute" msgstr "uur:minuut" -#: ../../mod/events.php:489 +#: ../../mod/events.php:507 msgid "Event details" msgstr "Details van gebeurtenis" -#: ../../mod/events.php:490 +#: ../../mod/events.php:508 #, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Volgorde is %s %s. Begintijd en titel zijn vereist." +msgid "Format is %s %s." +msgstr "Volgorde is %s %s." -#: ../../mod/events.php:492 +#: ../../mod/events.php:509 +msgid "Starting date and Title are required." +msgstr "Begintijd en titel zijn vereist." + +#: ../../mod/events.php:511 msgid "Event Starts:" msgstr "Begin gebeurtenis:" -#: ../../mod/events.php:492 ../../mod/events.php:506 ../../mod/appman.php:91 +#: ../../mod/events.php:511 ../../mod/events.php:530 ../../mod/appman.php:91 #: ../../mod/appman.php:92 msgid "Required" msgstr "Vereist" -#: ../../mod/events.php:495 +#: ../../mod/events.php:519 msgid "Finish date/time is not known or not relevant" msgstr "Einddatum/-tijd is niet bekend of niet relevant" -#: ../../mod/events.php:497 +#: ../../mod/events.php:521 msgid "Event Finishes:" msgstr "Einde gebeurtenis:" -#: ../../mod/events.php:500 +#: ../../mod/events.php:524 msgid "Adjust for viewer timezone" msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt" -#: ../../mod/events.php:502 +#: ../../mod/events.php:526 msgid "Description:" msgstr "Omschrijving:" -#: ../../mod/events.php:506 +#: ../../mod/events.php:530 msgid "Title:" msgstr "Titel:" -#: ../../mod/events.php:508 +#: ../../mod/events.php:532 msgid "Share this event" msgstr "Deel deze gebeurtenis" @@ -6227,597 +6373,652 @@ msgstr "Kies een label om te verwijderen" msgid "Theme settings updated." msgstr "Thema-instellingen bijgewerkt." -#: ../../mod/admin.php:92 ../../mod/admin.php:441 +#: ../../mod/admin.php:97 ../../mod/admin.php:412 msgid "Site" msgstr "Hub-instellingen" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "Accounts" msgstr "Accounts" -#: ../../mod/admin.php:94 ../../mod/admin.php:885 +#: ../../mod/admin.php:99 ../../mod/admin.php:855 msgid "Channels" msgstr "Kanalen" -#: ../../mod/admin.php:95 ../../mod/admin.php:976 ../../mod/admin.php:1018 +#: ../../mod/admin.php:100 ../../mod/admin.php:946 ../../mod/admin.php:988 msgid "Plugins" msgstr "Plug-ins" -#: ../../mod/admin.php:96 ../../mod/admin.php:1181 ../../mod/admin.php:1217 +#: ../../mod/admin.php:101 ../../mod/admin.php:1151 ../../mod/admin.php:1187 msgid "Themes" msgstr "Thema's" -#: ../../mod/admin.php:97 ../../mod/admin.php:541 +#: ../../mod/admin.php:102 ../../mod/admin.php:513 msgid "Server" msgstr "Hubbeheer" -#: ../../mod/admin.php:98 +#: ../../mod/admin.php:103 +msgid "Profile Config" +msgstr "Profielconfiguratie" + +#: ../../mod/admin.php:104 msgid "DB updates" msgstr "Database-updates" -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1304 +#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1274 msgid "Logs" msgstr "Logboeken" -#: ../../mod/admin.php:118 +#: ../../mod/admin.php:124 msgid "Plugin Features" msgstr "Plug-in-opties" -#: ../../mod/admin.php:120 +#: ../../mod/admin.php:126 msgid "User registrations waiting for confirmation" msgstr "Accountregistraties die op goedkeuring wachten" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:206 msgid "Message queues" msgstr "Berichtenwachtrij" -#: ../../mod/admin.php:202 ../../mod/admin.php:440 ../../mod/admin.php:540 -#: ../../mod/admin.php:749 ../../mod/admin.php:884 ../../mod/admin.php:975 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1180 ../../mod/admin.php:1216 -#: ../../mod/admin.php:1303 +#: ../../mod/admin.php:211 ../../mod/admin.php:411 ../../mod/admin.php:512 +#: ../../mod/admin.php:719 ../../mod/admin.php:854 ../../mod/admin.php:945 +#: ../../mod/admin.php:987 ../../mod/admin.php:1150 ../../mod/admin.php:1186 +#: ../../mod/admin.php:1273 msgid "Administration" msgstr "Beheer" -#: ../../mod/admin.php:203 +#: ../../mod/admin.php:212 msgid "Summary" msgstr "Samenvatting" -#: ../../mod/admin.php:205 +#: ../../mod/admin.php:214 msgid "Registered users" msgstr "Geregistreerde gebruikers" -#: ../../mod/admin.php:207 ../../mod/admin.php:544 +#: ../../mod/admin.php:216 ../../mod/admin.php:516 msgid "Pending registrations" msgstr "Accounts die op goedkeuring wachten" -#: ../../mod/admin.php:208 +#: ../../mod/admin.php:217 msgid "Version" msgstr "Versie" -#: ../../mod/admin.php:210 ../../mod/admin.php:545 +#: ../../mod/admin.php:219 ../../mod/admin.php:517 msgid "Active plugins" msgstr "Ingeschakelde plug-ins" -#: ../../mod/admin.php:361 +#: ../../mod/admin.php:332 msgid "Site settings updated." msgstr "Hub-instellingen bijgewerkt." -#: ../../mod/admin.php:392 +#: ../../mod/admin.php:363 msgid "No special theme for accessibility" msgstr "Geen speciaal thema voor universele toegang" -#: ../../mod/admin.php:421 +#: ../../mod/admin.php:392 msgid "Yes - with approval" msgstr "Ja - met goedkeuring" -#: ../../mod/admin.php:427 +#: ../../mod/admin.php:398 msgid "My site is not a public server" msgstr "Mijn RedMatrix-hub is niet openbaar" -#: ../../mod/admin.php:428 +#: ../../mod/admin.php:399 msgid "My site has paid access only" msgstr "Mijn RedMatrix-hub kent alleen betaalde toegang" -#: ../../mod/admin.php:429 +#: ../../mod/admin.php:400 msgid "My site has free access only" msgstr "Mijn RedMatrix-hub kent alleen gratis toegang" -#: ../../mod/admin.php:430 +#: ../../mod/admin.php:401 msgid "My site offers free accounts with optional paid upgrades" msgstr "Mijn RedMatrix-hub biedt gratis accounts aan met betaalde uitbreidingen als optie" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:415 msgid "File upload" msgstr "Bestand uploaden" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:416 msgid "Policies" msgstr "Beleid" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:421 msgid "Site name" msgstr "Naam van deze RedMatrix-hub" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:422 msgid "Banner/Logo" msgstr "Banner/logo" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:423 msgid "Administrator Information" msgstr "Informatie over de beheerder van deze hub" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:423 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden." -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:424 msgid "System language" msgstr "Standaardtaal" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:425 msgid "System theme" msgstr "Standaardthema" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:425 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Standaardthema voor RedMatrix-hub (kan door gebruiker veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:426 msgid "Mobile system theme" msgstr "Standaardthema voor mobiel" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:426 msgid "Theme for mobile devices" msgstr "Thema voor mobiele apparaten" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:427 msgid "Accessibility system theme" msgstr "Standaardthema voor universele toegang" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:427 msgid "Accessibility theme" msgstr "Thema voor universele toegang" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:428 msgid "Channel to use for this website's static pages" msgstr "Kanaal die op deze hub als statische pagina op de homepage gebruikt moet worden" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:428 msgid "Site Channel" msgstr "Kanaal op deze RedMatrix-hub" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:429 +msgid "Enable Diaspora Protocol" +msgstr "Diaspora-protocol inschakelen" + +#: ../../mod/admin.php:429 +msgid "Communicate with Diaspora and Friendica - experimental" +msgstr "Communiceer met Diaspora en Friendica (experimenteel)" + +#: ../../mod/admin.php:430 +msgid "Allow Feeds as Connections" +msgstr "Sta feeds toe als connecties" + +#: ../../mod/admin.php:430 +msgid "(Heavy system resource usage)" +msgstr "(sterk negatieve invloed op systeembronnen hub)" + +#: ../../mod/admin.php:431 msgid "Maximum image size" msgstr "Maximale grootte van afbeeldingen" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:431 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend." -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:432 msgid "Does this site allow new member registration?" msgstr "Staat deze hub registratie van nieuwe accounts toe?" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:433 msgid "Which best describes the types of account offered by this hub?" msgstr "Wat voor soort accounts biedt deze RedMatrix-hub aan? Kies wat het meest in de buurt komt." -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:434 msgid "Register text" msgstr "Registratietekst" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:434 msgid "Will be displayed prominently on the registration page." msgstr "Wordt prominent op de registratiepagina getoond." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:435 msgid "Accounts abandoned after x days" msgstr "Accounts als verlaten beschouwen na zoveel aantal dagen:" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:435 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet." -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:436 msgid "Allowed friend domains" msgstr "Toegestane domeinen" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:436 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Komma-gescheiden lijst van domeinen waarvan kanalen connecties kunnen aangaan met kanalen op deze RedMatrix-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten." -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:437 msgid "Allowed email domains" msgstr "Toegestane e-maildomeinen" -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:437 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze hub mogen registeren. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten." -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:438 msgid "Block public" msgstr "Openbare toegang blokkeren" -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:438 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde gebruikers." -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:439 msgid "Force publish" msgstr "Dwing kanaalvermelding af" -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:439 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld." -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:440 msgid "Disable discovery tab" msgstr "Ontdekkingstab" -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:440 msgid "" "Remove the tab in the network view with public content pulled from sources " "chosen for this site." msgstr "Verwijder de tab in de matrix-weergave waarin zich een selectie aan openbare berichten bevindt, die automatisch voor deze hub zijn uitgekozen." -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:441 msgid "No login on Homepage" msgstr "Geen inlogformulier op de homepage" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:441 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "Vink dit aan om het inlogformulier op de homepage van deze hub, die niet-ingelogde gebruikers te zien krijgen, te verbergen. (bijvoorbeeld wanneer je een kanaal op deze RedMatrix-hub als homepage gebruikt)" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:443 msgid "Proxy user" msgstr "Proxy-gebruiker" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:444 msgid "Proxy URL" msgstr "Proxy-URL" -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:445 msgid "Network timeout" msgstr "Netwerktimeout" -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:445 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)" -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:446 msgid "Delivery interval" msgstr "Afleveringsinterval" -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:446 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers." -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:447 msgid "Poll interval" msgstr "Poll-interval" -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:447 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken." -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:448 msgid "Maximum Load Average" msgstr "Maximaal gemiddelde systeembelasting" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:448 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50." -#: ../../mod/admin.php:532 +#: ../../mod/admin.php:504 msgid "No server found" msgstr "Geen hub gevonden" -#: ../../mod/admin.php:539 ../../mod/admin.php:763 +#: ../../mod/admin.php:511 ../../mod/admin.php:733 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:511 msgid "for channel" msgstr "voor kanaal" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:511 msgid "on server" msgstr "op hub" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:511 msgid "Status" msgstr "Status" -#: ../../mod/admin.php:560 +#: ../../mod/admin.php:532 msgid "Update has been marked successful" msgstr "Update is als succesvol gemarkeerd" -#: ../../mod/admin.php:570 +#: ../../mod/admin.php:542 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Uitvoeren van %s is mislukt. Controleer systeemlogboek." -#: ../../mod/admin.php:573 +#: ../../mod/admin.php:545 #, php-format msgid "Update %s was successfully applied." msgstr "Update %s was geslaagd." -#: ../../mod/admin.php:577 +#: ../../mod/admin.php:549 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is." -#: ../../mod/admin.php:580 +#: ../../mod/admin.php:552 #, php-format msgid "Update function %s could not be found." msgstr "Update-functie %s kon niet gevonden worden." -#: ../../mod/admin.php:595 +#: ../../mod/admin.php:567 msgid "No failed updates." msgstr "Geen mislukte updates." -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:571 msgid "Failed Updates" msgstr "Mislukte updates" -#: ../../mod/admin.php:601 +#: ../../mod/admin.php:573 msgid "Mark success (if update was manually applied)" msgstr "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)" -#: ../../mod/admin.php:602 +#: ../../mod/admin.php:574 msgid "Attempt to execute this update step automatically" msgstr "Poging om deze stap van de update automatisch uit te voeren." -#: ../../mod/admin.php:628 +#: ../../mod/admin.php:600 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s account geblokkeerd/gedeblokkeerd" msgstr[1] "%s accounts geblokkeerd/gedeblokkeerd" -#: ../../mod/admin.php:635 +#: ../../mod/admin.php:607 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s account verwijderd" msgstr[1] "%s accounts verwijderd" -#: ../../mod/admin.php:666 +#: ../../mod/admin.php:636 msgid "Account not found" msgstr "Account niet gevonden" -#: ../../mod/admin.php:677 -#, php-format -msgid "User '%s' deleted" -msgstr "Account '%s' verwijderd" - -#: ../../mod/admin.php:686 +#: ../../mod/admin.php:656 #, php-format msgid "User '%s' unblocked" msgstr "Account '%s' gedeblokkeerd" -#: ../../mod/admin.php:686 +#: ../../mod/admin.php:656 #, php-format msgid "User '%s' blocked" msgstr "Gebruiker '%s' geblokkeerd" -#: ../../mod/admin.php:750 ../../mod/admin.php:762 +#: ../../mod/admin.php:720 ../../mod/admin.php:732 msgid "Users" msgstr "Accounts" -#: ../../mod/admin.php:752 ../../mod/admin.php:887 +#: ../../mod/admin.php:722 ../../mod/admin.php:857 msgid "select all" msgstr "alles selecteren" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:723 msgid "User registrations waiting for confirm" msgstr "Accounts die op goedkeuring wachten" -#: ../../mod/admin.php:754 +#: ../../mod/admin.php:724 msgid "Request date" msgstr "Tijd/datum verzoek" -#: ../../mod/admin.php:755 +#: ../../mod/admin.php:725 msgid "No registrations." msgstr "Geen verzoeken." -#: ../../mod/admin.php:756 +#: ../../mod/admin.php:726 msgid "Approve" msgstr "Goedkeuren" -#: ../../mod/admin.php:757 +#: ../../mod/admin.php:727 msgid "Deny" msgstr "Afkeuren" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:733 msgid "Register date" msgstr "Geregistreerd" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:733 msgid "Last login" msgstr "Laatste keer ingelogd" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:733 msgid "Expires" msgstr "Verloopt" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:733 msgid "Service Class" msgstr "Abonnementen" -#: ../../mod/admin.php:765 +#: ../../mod/admin.php:735 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:766 +#: ../../mod/admin.php:736 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:799 +#: ../../mod/admin.php:769 #, php-format msgid "%s channel censored/uncensored" msgid_plural "%s channelss censored/uncensored" msgstr[0] "%s kanalen gecensureerd/ongecensureerd" msgstr[1] "%s kanaal gecensureerd/ongecensureerd" -#: ../../mod/admin.php:806 +#: ../../mod/admin.php:776 #, php-format msgid "%s channel deleted" msgid_plural "%s channels deleted" msgstr[0] "%s kanaal verwijderd" msgstr[1] "%s kanalen verwijderd" -#: ../../mod/admin.php:825 +#: ../../mod/admin.php:795 msgid "Channel not found" msgstr "Kanaal niet gevonden" -#: ../../mod/admin.php:836 +#: ../../mod/admin.php:806 #, php-format msgid "Channel '%s' deleted" msgstr "Kanaal '%s' verwijderd" -#: ../../mod/admin.php:846 +#: ../../mod/admin.php:816 #, php-format msgid "Channel '%s' uncensored" msgstr "Kanaal '%s' ongecensureerd" -#: ../../mod/admin.php:846 +#: ../../mod/admin.php:816 #, php-format msgid "Channel '%s' censored" msgstr "Kanaal '%s' gecensureerd" -#: ../../mod/admin.php:889 +#: ../../mod/admin.php:859 msgid "Censor" msgstr "Censureren" -#: ../../mod/admin.php:890 +#: ../../mod/admin.php:860 msgid "Uncensor" msgstr "Niet censureren" -#: ../../mod/admin.php:893 +#: ../../mod/admin.php:863 msgid "UID" msgstr "UID" -#: ../../mod/admin.php:895 +#: ../../mod/admin.php:865 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:896 +#: ../../mod/admin.php:866 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:935 +#: ../../mod/admin.php:905 #, php-format msgid "Plugin %s disabled." msgstr "Plug-in %s uitgeschakeld." -#: ../../mod/admin.php:939 +#: ../../mod/admin.php:909 #, php-format msgid "Plugin %s enabled." msgstr "Plug-in %s ingeschakeld" -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 +#: ../../mod/admin.php:919 ../../mod/admin.php:1121 msgid "Disable" msgstr "Uitschakelen" -#: ../../mod/admin.php:951 ../../mod/admin.php:1153 +#: ../../mod/admin.php:921 ../../mod/admin.php:1123 msgid "Enable" msgstr "Inschakelen" -#: ../../mod/admin.php:977 ../../mod/admin.php:1182 +#: ../../mod/admin.php:947 ../../mod/admin.php:1152 msgid "Toggle" msgstr "Omschakelen" -#: ../../mod/admin.php:985 ../../mod/admin.php:1192 +#: ../../mod/admin.php:955 ../../mod/admin.php:1162 msgid "Author: " msgstr "Auteur: " -#: ../../mod/admin.php:986 ../../mod/admin.php:1193 +#: ../../mod/admin.php:956 ../../mod/admin.php:1163 msgid "Maintainer: " msgstr "Beheerder: " -#: ../../mod/admin.php:1115 +#: ../../mod/admin.php:1085 msgid "No themes found." msgstr "Geen thema's gevonden" -#: ../../mod/admin.php:1174 +#: ../../mod/admin.php:1144 msgid "Screenshot" msgstr "Schermafdruk" -#: ../../mod/admin.php:1222 +#: ../../mod/admin.php:1192 msgid "[Experimental]" msgstr "[Experimenteel]" -#: ../../mod/admin.php:1223 +#: ../../mod/admin.php:1193 msgid "[Unsupported]" msgstr "[Niet ondersteund]" -#: ../../mod/admin.php:1250 +#: ../../mod/admin.php:1220 msgid "Log settings updated." msgstr "Logboek-instellingen bijgewerkt." -#: ../../mod/admin.php:1306 +#: ../../mod/admin.php:1276 msgid "Clear" msgstr "Leegmaken" -#: ../../mod/admin.php:1312 +#: ../../mod/admin.php:1282 msgid "Debugging" msgstr "Debuggen" -#: ../../mod/admin.php:1313 +#: ../../mod/admin.php:1283 msgid "Log file" msgstr "Logbestand" -#: ../../mod/admin.php:1313 +#: ../../mod/admin.php:1283 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:1314 +#: ../../mod/admin.php:1284 msgid "Log level" msgstr "Logniveau" +#: ../../mod/admin.php:1331 +msgid "New Profile Field" +msgstr "Nieuw profielveld" + +#: ../../mod/admin.php:1332 ../../mod/admin.php:1353 +msgid "Field nickname" +msgstr "Bijnaam voor veld" + +#: ../../mod/admin.php:1332 ../../mod/admin.php:1353 +msgid "System name of field" +msgstr "Systeemnaam voor veld" + +#: ../../mod/admin.php:1333 ../../mod/admin.php:1354 +msgid "Input type" +msgstr "Invoertype" + +#: ../../mod/admin.php:1334 ../../mod/admin.php:1355 +msgid "Field Name" +msgstr "Veldnaam" + +#: ../../mod/admin.php:1334 ../../mod/admin.php:1355 +msgid "Label on profile pages" +msgstr "Tekstlabel voor op profielpagina's" + +#: ../../mod/admin.php:1335 ../../mod/admin.php:1356 +msgid "Help text" +msgstr "Helptekst" + +#: ../../mod/admin.php:1335 ../../mod/admin.php:1356 +msgid "Additional info (optional)" +msgstr "Extra informatie (optioneel)" + +#: ../../mod/admin.php:1346 +msgid "Field definition not found" +msgstr "Velddefinitie niet gevonden" + +#: ../../mod/admin.php:1352 +msgid "Edit Profile Field" +msgstr "Profielveld bewerken" + #: ../../mod/thing.php:98 msgid "Thing updated" msgstr "Ding bijgewerkt" #: ../../mod/thing.php:158 msgid "Object store: failed" -msgstr "Opslaan object mislukt" +msgstr "Opslaan van ding mislukt" #: ../../mod/thing.php:162 msgid "Thing added" @@ -6893,19 +7094,19 @@ msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt." msgid "Cloned channel not found. Import failed." msgstr "Gekloond kanaal niet gevonden. Importeren mislukt." -#: ../../mod/import.php:364 +#: ../../mod/import.php:365 msgid "Import completed." msgstr "Import voltooid." -#: ../../mod/import.php:377 +#: ../../mod/import.php:378 msgid "You must be logged in to use this feature." msgstr "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken." -#: ../../mod/import.php:382 +#: ../../mod/import.php:383 msgid "Import Channel" msgstr "Kanaal importeren" -#: ../../mod/import.php:383 +#: ../../mod/import.php:384 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 " @@ -6913,27 +7114,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:384 +#: ../../mod/import.php:385 msgid "File to Upload" msgstr "Bestand om te uploaden" -#: ../../mod/import.php:385 +#: ../../mod/import.php:386 msgid "Or provide the old server/hub details" msgstr "Of vul de gegevens van de oude hub in" -#: ../../mod/import.php:386 +#: ../../mod/import.php:387 msgid "Your old identity address (xyz@example.com)" msgstr "Jouw oude kanaaladres (xyz@example.com)" -#: ../../mod/import.php:387 +#: ../../mod/import.php:388 msgid "Your old login email address" msgstr "Het e-mailadres van je oude account" -#: ../../mod/import.php:388 +#: ../../mod/import.php:389 msgid "Your old login password" msgstr "Wachtwoord van jouw oude account" -#: ../../mod/import.php:389 +#: ../../mod/import.php:390 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" @@ -6941,7 +7142,7 @@ 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:390 +#: ../../mod/import.php:391 msgid "Make this hub my primary location" msgstr "Stel deze hub als mijn primaire locatie in" @@ -6956,7 +7157,7 @@ msgstr "%s : Geen geldig e-mailadres." #: ../../mod/invite.php:76 msgid "Please join us on Red" -msgstr "Kom op de RedMatrix" +msgstr "Uitnodiging voor de RedMatrix" #: ../../mod/invite.php:87 msgid "Invitation limit exceeded. Please contact your site administrator." @@ -6978,72 +7179,64 @@ msgstr[1] "%d berichten verzonden." msgid "You have no more invitations available" msgstr "Je hebt geen uitnodigingen meer beschikbaar" -#: ../../mod/invite.php:141 +#: ../../mod/invite.php:129 msgid "Send invitations" msgstr "Uitnodigingen verzenden" -#: ../../mod/invite.php:142 +#: ../../mod/invite.php:130 msgid "Enter email addresses, one per line:" msgstr "Voer e-mailadressen in, één per regel:" -#: ../../mod/invite.php:143 ../../mod/mail.php:225 ../../mod/mail.php:338 +#: ../../mod/invite.php:131 ../../mod/mail.php:225 ../../mod/mail.php:338 msgid "Your message:" msgstr "Jouw bericht:" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralized communication and information " -"tool." -msgstr "Je bent hierbij uitgenodigd om mij, en enkele goede vrienden, te komen vergezellen op de Red Matrix - een revolutionaire nieuwe communicatie- en informatietool." +#: ../../mod/invite.php:132 +msgid "Please join my community on RedMatrix." +msgstr "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op de RedMatrix te vergezellen. Lees meer over de RedMatrix op https://redmatrix.me." -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Je moet deze uitnodigingscode geven: $invite_code" +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " +msgstr "Je moet deze uitnodigingscode opgeven:" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" -msgstr "Bezoek mijn kanaal op" +#: ../../mod/invite.php:135 +msgid "1. Register at any RedMatrix location (they are all inter-connected)" +msgstr "1. Registreer je op een willekeurige RedMatrix-hub (ze zijn allemaal onderling met elkaar verbonden):" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" -msgstr "Wanneer je je eenmaal hebt geregistreerd (maakt niet uit op welke RedMatrix-hub, want ze zijn allemaal met elkaar verbonden), kan je je met mijn RedMatrix-kanaal verbinden:" +#: ../../mod/invite.php:137 +msgid "2. Enter my RedMatrix network address into the site searchbar." +msgstr "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn kanaaladres in het zoekveld invullen:" -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "Klik op de link [Registreren] op de volgende pagina om je aan te melden." +#: ../../mod/invite.php:138 +msgid "or visit " +msgstr "of bezoek " -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "Bezoek http://getzot.com voor meer informatie over het RedMatrix-project en waarom het de potentie heeft het internet voor altijd te veranderen." +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "3. Klik op [+ Verbinden]" -#: ../../mod/item.php:147 +#: ../../mod/item.php:146 msgid "Unable to locate original post." msgstr "Niet in staat om de originele locatie van het bericht te vinden. " -#: ../../mod/item.php:372 +#: ../../mod/item.php:379 msgid "Empty post discarded." msgstr "Leeg bericht geannuleerd" -#: ../../mod/item.php:414 +#: ../../mod/item.php:421 msgid "Executable content type not permitted to this channel." msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal." -#: ../../mod/item.php:842 +#: ../../mod/item.php:849 msgid "System error. Post not saved." msgstr "Systeemfout. Bericht niet opgeslagen." -#: ../../mod/item.php:1294 +#: ../../mod/item.php:1315 #, 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:1300 +#: ../../mod/item.php:1321 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt." @@ -7057,7 +7250,7 @@ msgstr "[Ingesloten inhoud - ververs pagina om te bekijken] " msgid "Help with this feature" msgstr "Hulp voor dit onderdeel" -#: ../../mod/layouts.php:84 +#: ../../mod/layouts.php:85 msgid "Layout Name" msgstr "Naam layout" @@ -7099,11 +7292,11 @@ msgstr "Actie voltooid" msgid "Thank you." msgstr "Bedankt" -#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +#: ../../mod/lockview.php:31 msgid "Remote privacy information not available." msgstr "Privacy-informatie op afstand niet beschikbaar." -#: ../../mod/lockview.php:45 +#: ../../mod/lockview.php:52 msgid "Visible to:" msgstr "Zichtbaar voor:" @@ -7144,7 +7337,7 @@ msgid "" "Password reset failed." msgstr "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt." -#: ../../mod/lostpass.php:85 ../../boot.php:1503 +#: ../../mod/lostpass.php:85 ../../boot.php:1504 msgid "Password Reset" msgstr "Wachtwoord vergeten?" @@ -7245,6 +7438,10 @@ msgstr "Aan:" msgid "Subject:" msgstr "Onderwerp:" +#: ../../mod/mail.php:232 +msgid "Send" +msgstr "Verzenden" + #: ../../mod/mail.php:259 msgid "Message not found." msgstr "Bericht niet gevonden" @@ -7279,32 +7476,28 @@ msgstr "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je msgid "Send Reply" msgstr "Antwoord versturen" -#: ../../mod/manage.php:64 +#: ../../mod/manage.php:136 #, php-format msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt." -#: ../../mod/manage.php:72 +#: ../../mod/manage.php:144 msgid "Create a new channel" msgstr "Nieuw kanaal aanmaken" -#: ../../mod/manage.php:77 -msgid "Channel Manager" -msgstr "Kanaalbeheerder" - -#: ../../mod/manage.php:78 +#: ../../mod/manage.php:149 msgid "Current Channel" msgstr "Huidig kanaal" -#: ../../mod/manage.php:80 +#: ../../mod/manage.php:151 msgid "Attach to one of your channels by selecting it." msgstr "Gebruik een van jouw kanalen door op een te klikken." -#: ../../mod/manage.php:81 +#: ../../mod/manage.php:152 msgid "Default Channel" msgstr "Standaardkanaal" -#: ../../mod/manage.php:82 +#: ../../mod/manage.php:153 msgid "Make Default" msgstr "Als standaard instellen" @@ -7536,12 +7729,40 @@ msgstr "Locatie (URL) om de app aan te schaffen" #: ../../mod/poll.php:64 msgid "Poll" -msgstr "Peiling" +msgstr "Poll" #: ../../mod/poll.php:69 msgid "View Results" msgstr "Bekijk resultaten" +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd." + +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Verwijder dit account" + +#: ../../mod/removeaccount.php:58 +msgid "" +"This will completely remove this account including all its channels from the" +" network. Once this has been done it is not recoverable." +msgstr "Deze actie verwijderd dit account volledig, inclusief al zijn kanalen. Dit kan hierna op geen enkele manier ongedaan gemaakt worden." + +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het RedMatrix-netwerk verwijderen" + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het RedMatrix-netwerk verwijderd." + #: ../../view/theme/apw/php/config.php:202 #: ../../view/theme/apw/php/config.php:236 msgid "Schema Default" @@ -7589,7 +7810,7 @@ msgid "Set small shadow size, default 5px 5px 5px" msgstr "Een kleine schaduwgrootte instellen (standaard 5px 5px 5px)" #: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow colour, default #000" +msgid "Set shadow color, default #000" msgstr "Schaduwkleur instellen (standaard #000)" #: ../../view/theme/apw/php/config.php:267 @@ -7609,7 +7830,7 @@ msgid "Set background attachment" msgstr "Gedrag achtergrondafbeelding instellen" #: ../../view/theme/apw/php/config.php:271 -msgid "Set background colour" +msgid "Set background color" msgstr "Achtergrondkleur instellen" #: ../../view/theme/apw/php/config.php:272 @@ -7617,15 +7838,15 @@ msgid "Set section background image" msgstr "Achtergrondafbeelding van sectie instellen" #: ../../view/theme/apw/php/config.php:273 -msgid "Set section background colour" +msgid "Set section background color" msgstr "Achtergrondkleur van sectie instellen" #: ../../view/theme/apw/php/config.php:274 -msgid "Set colour of items - use hex" +msgid "Set color of items - use hex" msgstr "Tekstkleur van items instellen (gebruik hexadecimaal)" #: ../../view/theme/apw/php/config.php:275 -msgid "Set colour of links - use hex" +msgid "Set color of links - use hex" msgstr "Kleur van links instellen (gebruik hexadecimaal)" #: ../../view/theme/apw/php/config.php:276 @@ -7641,7 +7862,7 @@ msgid "Set the generic content wrapper width. Default 48%" msgstr "Breedte van de generieke content-wrapper instellen (standaard 48%)" #: ../../view/theme/apw/php/config.php:279 -msgid "Set colour of fonts - use hex" +msgid "Set color of fonts - use hex" msgstr "Tekstkleur instellen (gebruik hexadecimaal)" #: ../../view/theme/apw/php/config.php:280 @@ -7682,11 +7903,11 @@ msgstr "Breedte van sectie" #: ../../view/theme/apw/php/config.php:289 msgid "Left offset of the aside" -msgstr "Linker offset van de zijbalk (aside)" +msgstr "Rechter offset van aside (zijbalk)" #: ../../view/theme/apw/php/config.php:290 msgid "Right offset of the aside element" -msgstr "Rechter offset van de zijbalk (aside)" +msgstr "Rechter offset van het aside-element" #: ../../view/theme/blogga/php/config.php:47 #: ../../view/theme/blogga/view/theme/blog/config.php:47 @@ -7744,7 +7965,7 @@ msgid "Navigation bar active icon color " msgstr "Actieve pictogramkleur navigatiebalk" #: ../../view/theme/redbasic/php/config.php:113 -msgid "link colour" +msgid "link color" msgstr "Linkkleur instellen" #: ../../view/theme/redbasic/php/config.php:114 @@ -7827,41 +8048,41 @@ msgstr "Rommelig vormgegeven fotoalbums" msgid "Are you a clean desk or a messy desk person?" msgstr "Ben je iemand die van een opgeruimd bureau houdt of van een rommelig bureau?" -#: ../../boot.php:1291 +#: ../../boot.php:1292 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s mislukt. Zie foutenlogboek." -#: ../../boot.php:1294 +#: ../../boot.php:1295 #, php-format msgid "Update Error at %s" msgstr "Update-fout op %s" -#: ../../boot.php:1468 +#: ../../boot.php:1469 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van de RedMatrix" -#: ../../boot.php:1496 +#: ../../boot.php:1497 msgid "Password" msgstr "Wachtwoord" -#: ../../boot.php:1497 +#: ../../boot.php:1498 msgid "Remember me" msgstr "Aangemeld blijven" -#: ../../boot.php:1502 +#: ../../boot.php:1503 msgid "Forgot your password?" msgstr "Wachtwoord vergeten?" -#: ../../boot.php:1567 +#: ../../boot.php:1568 msgid "permission denied" msgstr "toegang geweigerd" -#: ../../boot.php:1568 +#: ../../boot.php:1569 msgid "Got Zot?" msgstr "Heb je Zot?" -#: ../../boot.php:1998 +#: ../../boot.php:1999 msgid "toggle mobile" msgstr "mobiele weergave omschakelen" diff --git a/view/nl/passchanged_eml.tpl b/view/nl/passchanged_eml.tpl index 0d94be3c2..bb4888e26 100644 --- a/view/nl/passchanged_eml.tpl +++ b/view/nl/passchanged_eml.tpl @@ -1,20 +1,20 @@ -Dear {{$username}}, - Your password has been changed as requested. Please retain this -information for your records (or change your password immediately to -something that you will remember). +Beste {{$username}}, + Jouw wachtwoord is op jouw verzoek opnieuw ingesteld. Bewaar deze +informatie goed of verander het wachtwoord meteen nadat je bent ingelogd +in iets wat jezelf makkelijker kan onthouden, maar door anderen niet geraden kan worden. -Your login details are as follows: +Jouw inloggegevens zijn als volgt: -Site Location: {{$siteurl}} -Login Name: {{$email}} -Password: {{$new_password}} +Hub-adres: {{$siteurl}} +Inlognaam: {{$email}} +Wachtwoord: {{$new_password}} -You may change that password from your account settings page after logging in. +Wij adviseren om dit wachtwoord te veranderen onder 'instellingen' nadat je bent ingelogd. -Sincerely, - {{$sitename}} Administrator +Vriendelijke groet, + Beheerder {{$sitename}} ({{$siteurl}}) - +
\ No newline at end of file diff --git a/view/nl/register_open_eml.tpl b/view/nl/register_open_eml.tpl index d1f0c89d1..07e7beb76 100644 --- a/view/nl/register_open_eml.tpl +++ b/view/nl/register_open_eml.tpl @@ -6,14 +6,14 @@ Hub: {{$siteurl}} Inlognaam: {{$email}} Wachtwoord: (het wachtwoord dat je tijdens de registratie hebt opgegeven) -Wanneer dit account was aangemaakt zonder jouw medeweten en tevens niet gewenst, dan kan je -bezoeken en een nieuwe wachtwoord aanvragen. Je kan daarna inloggen en via 'instellingen > kanaal' (onderaan) -het kanaal verwijderen dat ten onrechte jouw e-mailadres gebruikt. Wanneer dat is voltooid, je een e-mail sturen naar de beheerder van deze hub om het account volledig te laten verwijderen. -Zie voor de beheerder {{$siteurl}}/siteinfo . Excuses voor het ongemak. +Wanneer dit account was aangemaakt zonder jouw medeweten en tevens niet gewenst, dan kan je {{$siteurl}} +bezoeken en een nieuwe wachtwoord aanvragen. Je kan daarna inloggen, een kanaal aanmaken en +meteen via 'instellingen > account' (linksboven) het account verwijderen (onderaan). +Excuses voor het eventuele ongemak. -Dank je en welkom op +Wanneer dit account wel door jou is aangemaakt: Dank je en welkom op de {{sitename}}. Vriendelijke groet, - Beheerder {{$sitename}} + Beheerder {{sitename}} ({{$siteurl}})
\ No newline at end of file diff --git a/view/nl/register_verify_eml.tpl b/view/nl/register_verify_eml.tpl index 85d9a12d3..e4be9551a 100644 --- a/view/nl/register_verify_eml.tpl +++ b/view/nl/register_verify_eml.tpl @@ -1,25 +1,24 @@ -A new user registration request was received at {{$sitename}} which requires -your approval. +{{$sitename}} heeft een nieuwe accountregistratie ontvangen die jouw goedkeuring +nodig heeft. -The login details are as follows: +De inloggegevens zijn als volgt: -Site Location: {{$siteurl}} -Login Name: {{$email}} -IP Address: {{$details}} +Hub: {{$siteurl}} +Inlognaam: {{$email}} +IP-adres: -To approve this request please visit the following link: +Om dit verzoek goed te keuren bezoek je de volgende link: {{$siteurl}}/regmod/allow/{{$hash}} -To deny the request and remove the account, please visit: +Om dit verzoek af te keuren en het account te verwijderen bezoek je: {{$siteurl}}/regmod/deny/{{$hash}} -Thank you. - +Bedankt diff --git a/view/nl/register_verify_member.tpl b/view/nl/register_verify_member.tpl new file mode 100644 index 000000000..12afdd32d --- /dev/null +++ b/view/nl/register_verify_member.tpl @@ -0,0 +1,24 @@ + +Dank je voor je aanmelding op {{$sitename}}. + +Jouw inloggegevens zijn als volgt: + +Hub: {{$siteurl}} +Inlognaam: {{$email}} + +Log in met het wachtwoord die je tijdens het registreren hebt gekozen. + +Wij dienen jouw e-mailadres te verifiëren om je volledig toegang te kunnen geven. + +Wanneer jij dit account hebt aangemaakt, bezoek dan de volgende link: + +{{$siteurl}}/regver/allow/{{$hash}} + + +Om de registratie van dit account te annuleren en deze te verwijderen bezoek je: + + +{{$siteurl}}/regver/deny/{{$hash}} + + +Bedankt diff --git a/view/nl/request_notify_eml.tpl b/view/nl/request_notify_eml.tpl index d01b8ff27..d96f56c89 100644 --- a/view/nl/request_notify_eml.tpl +++ b/view/nl/request_notify_eml.tpl @@ -1,17 +1,17 @@ -Dear {{$myname}}, +Beste {{$myname}}, -You have just received a connection request at {{$sitename}} +Je hebt een connectieverzoek ontvangen op -from '{{$requestor}}'. +van '{{$requestor}}'. -You may visit their profile at {{$url}}. +Je kan zijn/haar profiel bezoeken op {{$url}}. -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. +Je dient op jouw hub in te loggen om het complete connectieverzoek te bekijken +en om het verzoek te accepteren, het af te wijzen of om het te negeren. {{$siteurl}} -Regards, +Vriendelijke groet, - {{$sitename}} administrator + Beheerder {{$sitename}}
\ No newline at end of file diff --git a/view/nl/strings.php b/view/nl/strings.php index a209d6309..2bdebe21a 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -7,98 +7,46 @@ function string_plural_select_nl($n){ ; $a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden"; $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["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["prev"] = "vorige"; -$a->strings["first"] = "eerste"; -$a->strings["last"] = "laatste"; -$a->strings["next"] = "volgende"; -$a->strings["older"] = "ouder"; -$a->strings["newer"] = "nieuwer"; -$a->strings["No connections"] = "Geen connecties"; -$a->strings["%d Connection"] = array( - 0 => "%d connectie", - 1 => "%d connecties", -); -$a->strings["View Connections"] = "Connecties weergeven"; +$a->strings["Site Admin"] = "Hubbeheerder"; +$a->strings["Bookmarks"] = "Bladwijzers"; +$a->strings["Address Book"] = "Connecties"; +$a->strings["Login"] = "Inloggen"; +$a->strings["Channel Manager"] = "Kanaalbeheer"; +$a->strings["Matrix"] = "Matrix"; +$a->strings["Settings"] = "Instellingen"; +$a->strings["Files"] = "Bestanden"; +$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["Directory"] = "Gids"; +$a->strings["Help"] = "Hulp"; +$a->strings["Mail"] = "Privéberichten"; +$a->strings["Mood"] = "Stemming"; +$a->strings["Poke"] = "Aanstoten"; +$a->strings["Chat"] = "Chatten"; $a->strings["Search"] = "Zoeken"; -$a->strings["Save"] = "Opslaan"; -$a->strings["poke"] = "aanstoten"; -$a->strings["poked"] = "aangestoten"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "gepingd"; -$a->strings["prod"] = "por"; -$a->strings["prodded"] = "gepord"; -$a->strings["slap"] = "slaan"; -$a->strings["slapped"] = "sloeg"; -$a->strings["finger"] = "finger"; -$a->strings["fingered"] = "gefingerd"; -$a->strings["rebuff"] = "afpoeieren"; -$a->strings["rebuffed"] = "afgepoeierd"; -$a->strings["happy"] = "gelukkig"; -$a->strings["sad"] = "bedroefd"; -$a->strings["mellow"] = "mellow"; -$a->strings["tired"] = "moe"; -$a->strings["perky"] = "parmantig"; -$a->strings["angry"] = "boos"; -$a->strings["stupified"] = "beteuterd"; -$a->strings["puzzled"] = "verward"; -$a->strings["interested"] = "geïnteresseerd"; -$a->strings["bitter"] = "verbitterd"; -$a->strings["cheerful"] = "vrolijk"; -$a->strings["alive"] = "levendig"; -$a->strings["annoyed"] = "geërgerd"; -$a->strings["anxious"] = "bezorgd"; -$a->strings["cranky"] = "humeurig"; -$a->strings["disturbed"] = "verontrust"; -$a->strings["frustrated"] = "gefrustreerd "; -$a->strings["depressed"] = "gedeprimeerd"; -$a->strings["motivated"] = "gemotiveerd"; -$a->strings["relaxed"] = "ontspannen"; -$a->strings["surprised"] = "verrast"; -$a->strings["Monday"] = "maandag"; -$a->strings["Tuesday"] = "dinsdag"; -$a->strings["Wednesday"] = "woensdag"; -$a->strings["Thursday"] = "donderdag"; -$a->strings["Friday"] = "vrijdag"; -$a->strings["Saturday"] = "zaterdag"; -$a->strings["Sunday"] = "zondag"; -$a->strings["January"] = "januari"; -$a->strings["February"] = "februari"; -$a->strings["March"] = "maart"; -$a->strings["April"] = "april"; -$a->strings["May"] = "mei"; -$a->strings["June"] = "juni"; -$a->strings["July"] = "juli"; -$a->strings["August"] = "augustus"; -$a->strings["September"] = "september"; -$a->strings["October"] = "oktober"; -$a->strings["November"] = "november"; -$a->strings["December"] = "december"; -$a->strings["unknown.???"] = "onbekend.???"; -$a->strings["bytes"] = "bytes"; -$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["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"] = "status"; -$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["Pages"] = "Pagina's"; -$a->strings["New Page"] = "Nieuwe pagina"; +$a->strings["Probe"] = "Onderzoeken"; +$a->strings["Suggest"] = "Voorstellen"; +$a->strings["Random Channel"] = "Willekeurig kanaal"; +$a->strings["Invite"] = "Uitnodigen "; +$a->strings["Features"] = "Extra functies"; +$a->strings["Language"] = "Taal"; +$a->strings["Post"] = "Bericht"; +$a->strings["Profile Photo"] = "Profielfoto"; +$a->strings["Update"] = "Bijwerken"; +$a->strings["Install"] = "Installeren"; +$a->strings["Purchase"] = "Aanschaffen"; $a->strings["Edit"] = "Bewerken"; +$a->strings["Delete"] = "Verwijderen"; +$a->strings["Unknown"] = "Onbekend"; +$a->strings["New Page"] = "Nieuwe pagina"; $a->strings["View"] = "Weergeven"; $a->strings["Preview"] = "Voorvertoning"; $a->strings["Actions"] = "Acties"; @@ -107,21 +55,9 @@ $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["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["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["Administrator"] = "Beheerder"; -$a->strings["your registration password"] = "jouw registratiewachtwoord"; -$a->strings["Registration details for %s"] = "Registratiedetails 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["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["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"; @@ -129,7 +65,7 @@ $a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden"; $a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen"; $a->strings["Photo Albums"] = "Fotoalbums"; $a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; -$a->strings["Visible to everybody"] = "Voor iedereen zichtbaar"; +$a->strings["Visible to your default audience"] = "Voor iedereen zichtbaar, zoals dit van te voren is ingesteld"; $a->strings["Show"] = "Tonen"; $a->strings["Don't show"] = "Niet tonen"; $a->strings["Permissions"] = "Privacy-rechten"; @@ -154,9 +90,7 @@ $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["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["Attachments:"] = "Bijlagen:"; $a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; $a->strings["Starts:"] = "Start:"; $a->strings["Finishes:"] = "Einde:"; @@ -171,34 +105,24 @@ $a->strings["Edit Profiles"] = "Bewerk profielen"; $a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen"; $a->strings["Edit Profile"] = "Profiel bewerken"; $a->strings["Edit your profile"] = "Jouw profiel bewerken"; -$a->strings["Photos"] = "Foto's"; $a->strings["Your photos"] = "Jouw foto's"; -$a->strings["Files"] = "Bestanden"; $a->strings["Your files"] = "Jouw bestanden"; -$a->strings["Chat"] = "Chatten"; $a->strings["Your chatrooms"] = "Jouw chatkanalen"; -$a->strings["Bookmarks"] = "Bladwijzers"; $a->strings["Your bookmarks"] = "Jouw bladwijzers"; -$a->strings["Webpages"] = "Webpagina's"; $a->strings["Your webpages"] = "Jouw webpagina's"; -$a->strings["Login"] = "Inloggen"; $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"] = "Hulp"; $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["Directory"] = "Gids"; $a->strings["Channel Locator"] = "Kanalengids"; -$a->strings["Matrix"] = "Matrix"; $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["Channel home"] = "Tijdlijn kanaal"; $a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren"; $a->strings["Connections"] = "Connecties"; @@ -206,26 +130,107 @@ $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["Mail"] = "Privéberichten"; $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["Events"] = "Gebeurtenissen"; $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["Channel Select"] = "Kanaalkiezer"; $a->strings["Manage Your Channels"] = "Beheer je kanalen"; -$a->strings["Settings"] = "Instellingen"; $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["prev"] = "vorige"; +$a->strings["first"] = "eerste"; +$a->strings["last"] = "laatste"; +$a->strings["next"] = "volgende"; +$a->strings["older"] = "ouder"; +$a->strings["newer"] = "nieuwer"; +$a->strings["No connections"] = "Geen connecties"; +$a->strings["%d Connection"] = array( + 0 => "%d connectie", + 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"; +$a->strings["prodded"] = "gepord"; +$a->strings["slap"] = "slaan"; +$a->strings["slapped"] = "sloeg"; +$a->strings["finger"] = "finger"; +$a->strings["fingered"] = "gefingerd"; +$a->strings["rebuff"] = "afpoeieren"; +$a->strings["rebuffed"] = "afgepoeierd"; +$a->strings["happy"] = "gelukkig"; +$a->strings["sad"] = "bedroefd"; +$a->strings["mellow"] = "mellow"; +$a->strings["tired"] = "moe"; +$a->strings["perky"] = "parmantig"; +$a->strings["angry"] = "boos"; +$a->strings["stupified"] = "beteuterd"; +$a->strings["puzzled"] = "verward"; +$a->strings["interested"] = "geïnteresseerd"; +$a->strings["bitter"] = "verbitterd"; +$a->strings["cheerful"] = "vrolijk"; +$a->strings["alive"] = "levendig"; +$a->strings["annoyed"] = "geërgerd"; +$a->strings["anxious"] = "bezorgd"; +$a->strings["cranky"] = "humeurig"; +$a->strings["disturbed"] = "verontrust"; +$a->strings["frustrated"] = "gefrustreerd "; +$a->strings["depressed"] = "gedeprimeerd"; +$a->strings["motivated"] = "gemotiveerd"; +$a->strings["relaxed"] = "ontspannen"; +$a->strings["surprised"] = "verrast"; +$a->strings["Monday"] = "maandag"; +$a->strings["Tuesday"] = "dinsdag"; +$a->strings["Wednesday"] = "woensdag"; +$a->strings["Thursday"] = "donderdag"; +$a->strings["Friday"] = "vrijdag"; +$a->strings["Saturday"] = "zaterdag"; +$a->strings["Sunday"] = "zondag"; +$a->strings["January"] = "januari"; +$a->strings["February"] = "februari"; +$a->strings["March"] = "maart"; +$a->strings["April"] = "april"; +$a->strings["May"] = "mei"; +$a->strings["June"] = "juni"; +$a->strings["July"] = "juli"; +$a->strings["August"] = "augustus"; +$a->strings["September"] = "september"; +$a->strings["October"] = "oktober"; +$a->strings["November"] = "november"; +$a->strings["December"] = "december"; +$a->strings["unknown.???"] = "onbekend.???"; +$a->strings["bytes"] = "bytes"; +$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["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["Pages"] = "Pagina's"; $a->strings["Tags"] = "Labels"; $a->strings["Keywords"] = "Trefwoorden"; $a->strings["have"] = "heb"; @@ -281,9 +286,25 @@ $a->strings["%d connection in common"] = array( ); $a->strings["show more"] = "meer connecties weergeven"; $a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd."; -$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["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["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["Administrator"] = "Beheerder"; +$a->strings["your registration password"] = "jouw registratiewachtwoord"; +$a->strings["Registration details for %s"] = "Registratiedetails 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"; @@ -314,7 +335,7 @@ $a->strings["Safe Mode"] = "Veilig zoeken"; $a->strings["Red Matrix Notification"] = "RedMatrix-notificatie"; $a->strings["redmatrix"] = "RedMatrix"; $a->strings["Thank You,"] = "Bedankt,"; -$a->strings["%s Administrator"] = "%s beheerder"; +$a->strings["%s Administrator"] = "Beheerder %s"; $a->strings["%s <!item_type!>"] = "%s <!item_type!>"; $a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notificatie] Nieuw privébericht ontvangen op %s"; $a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s."; @@ -331,7 +352,7 @@ $a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notificatie] $a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s heeft om %3\$s een bericht op jouw kanaal geplaatst"; $a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s heeft een bericht op [zrl=%3\$s]jouw kanaal[/zrl] geplaatst"; $a->strings["[Red:Notify] %s tagged you"] = "[Red:Notificatie] %s heeft je genoemd"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou om %3\$s"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou op %3\$s"; $a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]noemde jou[/zrl]."; $a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notificatie] %1\$s heeft je aangestoten"; $a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s heeft je aangestoten op %3\$s"; @@ -350,6 +371,7 @@ $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\ $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"; @@ -357,21 +379,18 @@ $a->strings["Addressbook"] = "Adresboek"; $a->strings["Calendar"] = "Agenda"; $a->strings["Schedule Inbox"] = "Planning-postvak IN"; $a->strings["Schedule Outbox"] = "Planning-postvak UIT"; -$a->strings["Unknown"] = "Onbekend"; $a->strings["%1\$s used"] = "%1\$s gebruikt"; $a->strings["%1\$s used of %2\$s (%3\$s%)"] = "%1\$s van %2\$s gebruikt (%3\$s%)"; $a->strings["Name"] = "Naam"; $a->strings["Type"] = "Type"; $a->strings["Size"] = "Grootte"; $a->strings["Last Modified"] = "Laatst gewijzigd"; -$a->strings["Delete"] = "Verwijderen"; $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 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"; @@ -394,10 +413,10 @@ $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 Matrix"; +$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["Poke"] = "Aanstoten"; $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( @@ -477,10 +496,16 @@ $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"; $a->strings["Multiple Profiles"] = "Meerdere profielen"; $a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; +$a->strings["Advanced Profiles"] = "Geavanceerde profielen"; +$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel"; +$a->strings["Profile Import/Export"] = "Profiel importen/exporteren"; +$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken."; $a->strings["Web Pages"] = "Webpagina's"; $a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe"; $a->strings["Private Notes"] = "Privé-aantekeningen"; $a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan"; +$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk"; $a->strings["Extended Identity Sharing"] = "Uitgebreid identiteit delen"; $a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Deel jouw RedMatrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het RedMatrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet."; $a->strings["Expert Mode"] = "Expertmodus"; @@ -529,6 +554,7 @@ $a->strings["Channel is blocked on this site."] = "Kanaal is op deze hub geblokk $a->strings["Channel location missing."] = "Ontbrekende kanaallocatie."; $a->strings["Response from remote channel was incomplete."] = "Antwoord van het kanaal op afstand was niet volledig."; $a->strings["Channel was deleted and no longer exists."] = "Kanaal is verwijderd en bestaat niet meer."; +$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"; @@ -537,6 +563,22 @@ $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"; @@ -558,7 +600,6 @@ $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["Connect"] = "Verbinden"; $a->strings["Change profile photo"] = "Profielfoto veranderen"; $a->strings["Profiles"] = "Profielen"; $a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken"; @@ -578,7 +619,6 @@ $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["Profile"] = "Profiel"; $a->strings["Full Name:"] = "Volledige naam:"; $a->strings["Like this channel"] = "Vind dit kanaal leuk"; $a->strings["j F, Y"] = "F j Y"; @@ -605,15 +645,6 @@ $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["view full size"] = "volledige grootte tonen"; -$a->strings["Site Admin"] = "Hubbeheerder"; -$a->strings["Address Book"] = "Connecties"; -$a->strings["Mood"] = "Stemming"; -$a->strings["Probe"] = "Onderzoeken"; -$a->strings["Suggest"] = "Voorstellen"; -$a->strings["Update"] = "Bijwerken"; -$a->strings["Install"] = "Installeren"; -$a->strings["Purchase"] = "Aanschaffen"; $a->strings["Image/photo"] = "Afbeelding/foto"; $a->strings["Encrypted content"] = "Versleutelde inhoud"; $a->strings["QR code"] = "QR-code"; @@ -727,6 +758,7 @@ $a->strings[" "] = " "; $a->strings["timeago.numbers"] = "timeago.numbers"; $a->strings["New window"] = "Nieuw venster"; $a->strings["Open the selected location in a different window or browser tab"] = "Open de geselecteerde locatie in een ander venster of tab"; +$a->strings["User '%s' deleted"] = "Account '%s' verwijderd"; $a->strings["Male"] = "Man"; $a->strings["Female"] = "Vrouw"; $a->strings["Currently Male"] = "Momenteel man"; @@ -787,32 +819,25 @@ $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["Permission denied"] = "Toegang geweigerd"; -$a->strings["(Unknown)"] = "(Onbekend)"; -$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["Can view my \"public\" stream and posts"] = "Kan mijn \"openbare\" streams en berichten zien"; -$a->strings["Can view my \"public\" channel profile"] = "Kan mijn \"openbaar\" kanaalprofiel zien"; -$a->strings["Can view my \"public\" photo albums"] = "Kan mijn \"openbare\" fotoalbums zien"; -$a->strings["Can view my \"public\" address book"] = "Kan een lijst met mijn \"openbare\" connecties zien"; -$a->strings["Can view my \"public\" file storage"] = "Kan mijn \"openbare\" bestanden zien"; -$a->strings["Can view my \"public\" pages"] = "Kan mijn \"openbare\" pagina's zien"; +$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"; +$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken"; +$a->strings["Can view my file storage"] = "Kan mijn bestanden bekijken"; +$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken"; $a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen"; -$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal (\"wall\") plaatsen"; +$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen"; $a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden"; $a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen"; $a->strings["Can post photos to my photo albums"] = "Kan foto's aan mijn fotoalbums toevoegen"; $a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden"; +$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties"; $a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+"; $a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor kanalen met een groep- cq. forumfunctie"; $a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)"; -$a->strings["Can write to my \"public\" file storage"] = "Kan bestanden aan mijn \"openbare\" bestandsopslag toevoegen"; -$a->strings["Can edit my \"public\" pages"] = "Kan mijn \"openbare\" pagina's bewerken"; -$a->strings["Can source my \"public\" posts in derived channels"] = "Kan mijn \"openbare\" berichten als bron voor andere kanalen gebruiken"; +$a->strings["Can write to my file storage"] = "Kan bestanden aan mijn bestandsopslag toevoegen"; +$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken"; +$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken"; $a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)"; $a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren"; $a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."; @@ -846,6 +871,7 @@ $a->strings["Menu item deleted."] = "Menu-item verwijderd."; $a->strings["Menu item could not be deleted."] = "Menu-item kon niet worden verwijderd."; $a->strings["Edit Menu Element"] = "Menu-element bewerken"; $a->strings["Modify"] = "Wijzigen"; +$a->strings["Some blurb about what to do when you're new here"] = "Welkom op de RedMatrix. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook onze <a href=\"directory\">apps</a>, waar je vrijwel alles van de RedMatrix kan vinden. Voor <a href=\"directory\">hulp</a> met de RedMatrix klik je op het vraagteken of als je meer vragen hebt stel je die in het <a href=\"https://zothost.me/channel/support\">supportkanaal</a> (liefst in het Engels)."; $a->strings["sent you a private message"] = "stuurde jou een privébericht"; $a->strings["added your channel"] = "voegde jouw kanaal toe"; $a->strings["posted an event"] = "plaatste een gebeurtenis"; @@ -882,7 +908,8 @@ $a->strings["New Password:"] = "Nieuw wachtwoord:"; $a->strings["Confirm:"] = "Bevestigen:"; $a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"; $a->strings["Email Address:"] = "E-mailadres:"; -$a->strings["Remove Account"] = "Kanaal verwijderen (neem contact op met de beheerder van deze hub om je account te verwijderen)"; +$a->strings["Remove Account"] = "Account verwijderen"; +$a->strings["Remove this account from this server including all its channels"] = "Dit account en al zijn kanalen van deze RedMatrix-hub verwijderen"; $a->strings["Warning: This action is permanent and cannot be reversed."] = "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid."; $a->strings["Off"] = "Uit"; $a->strings["On"] = "Aan"; @@ -893,6 +920,7 @@ $a->strings["%s - (Experimental)"] = "%s - (experimenteel)"; $a->strings["Display Settings"] = "Weergave-instellingen"; $a->strings["Display Theme:"] = "Gebruik thema:"; $a->strings["Mobile Theme:"] = "Mobiel thema:"; +$a->strings["Enable user zoom on mobile devices"] = "Inzoomen op smartphones en tablets toestaan"; $a->strings["Update browser every xx seconds"] = "Ververs de webbrowser om de zoveel seconde"; $a->strings["Minimum of 10 seconds, no maximum"] = "Minimaal 10 seconde, geen maximum"; $a->strings["Maximum number of conversations to load at any time:"] = "Maximaal aantal conversaties die per keer geladen worden:"; @@ -998,6 +1026,7 @@ $a->strings["Profile deleted."] = "Profiel verwijderd."; $a->strings["Profile-"] = "Profiel-"; $a->strings["New profile created."] = "Nieuw profiel aangemaakt."; $a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen"; +$a->strings["Profile unavailable to export."] = "Geen profiel beschikbaar om te exporteren"; $a->strings["Profile Name is required."] = "Profielnaam is vereist"; $a->strings["Marital Status"] = "Huwelijke status"; $a->strings["Romantic Partner"] = "Romantische partner"; @@ -1020,6 +1049,8 @@ $a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; $a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis"; $a->strings["Clone this profile"] = "Dit profiel klonen"; $a->strings["Delete this profile"] = "Dit profiel verwijderen"; +$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren"; +$a->strings["Export profile to file"] = "Profiel naar bestand exporteren"; $a->strings["Profile Name:"] = "Profielnaam:"; $a->strings["Your Full Name:"] = "Jouw volledige naam:"; $a->strings["Title/Description:"] = "Titel/omschrijving:"; @@ -1050,11 +1081,11 @@ $a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainme $a->strings["Love/romance"] = "Liefde/romantiek"; $a->strings["Work/employment"] = "Werk/arbeid"; $a->strings["School/education"] = "School/onderwijs"; -$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dit is jouw <strong>openbare</strong> profiel.<br />Het <strong>kan</strong> voor iedereen op het internet zichtbaar zijn."; +$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel"; $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 objecten aan jouw profiel toe"; +$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"; @@ -1087,7 +1118,7 @@ $a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s"; $a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze RedMatrix-hub bereikt. Probeer het morgen (UTC) nogmaals."; $a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."; $a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies om je e-mail te bevestigen."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies."; $a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze RedMatrix-hub."; $a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden."; $a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze RedMatrix-hub moeten eerst worden goedgekeurd."; @@ -1109,7 +1140,7 @@ $a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++" $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."; -$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in voor verificatie:"; +$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in ter verificatie:"; $a->strings["Remove this channel and all its clones from the network"] = "Dit kanaal en alle klonen hiervan uit het RedMatrix-netwerk verwijderen"; $a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het RedMatrix-netwerk verwijderd."; $a->strings["Remove Channel"] = "Kanaal verwijderen"; @@ -1246,8 +1277,6 @@ $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"; -$a->strings["previous page"] = "vorige pagina"; $a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn)."; $a->strings["Status: "] = "Status: "; $a->strings["Sexual Preference: "] = "Seksuele voorkeur: "; @@ -1379,6 +1408,7 @@ $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"; @@ -1422,7 +1452,8 @@ $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. Starting date and Title are required."] = "Volgorde is %s %s. Begintijd en titel zijn vereist."; +$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"; @@ -1471,6 +1502,7 @@ $a->strings["Channels"] = "Kanalen"; $a->strings["Plugins"] = "Plug-ins"; $a->strings["Themes"] = "Thema's"; $a->strings["Server"] = "Hubbeheer"; +$a->strings["Profile Config"] = "Profielconfiguratie"; $a->strings["DB updates"] = "Database-updates"; $a->strings["Logs"] = "Logboeken"; $a->strings["Plugin Features"] = "Plug-in-opties"; @@ -1504,6 +1536,10 @@ $a->strings["Accessibility system theme"] = "Standaardthema voor universele toeg $a->strings["Accessibility theme"] = "Thema voor universele toegang"; $a->strings["Channel to use for this website's static pages"] = "Kanaal die op deze hub als statische pagina op de homepage gebruikt moet worden"; $a->strings["Site Channel"] = "Kanaal op deze RedMatrix-hub"; +$a->strings["Enable Diaspora Protocol"] = "Diaspora-protocol inschakelen"; +$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Communiceer met Diaspora en Friendica (experimenteel)"; +$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?"; @@ -1557,7 +1593,6 @@ $a->strings["%s user deleted"] = array( 1 => "%s accounts verwijderd", ); $a->strings["Account not found"] = "Account niet gevonden"; -$a->strings["User '%s' deleted"] = "Account '%s' verwijderd"; $a->strings["User '%s' unblocked"] = "Account '%s' gedeblokkeerd"; $a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd"; $a->strings["Users"] = "Accounts"; @@ -1607,8 +1642,18 @@ $a->strings["Debugging"] = "Debuggen"; $a->strings["Log file"] = "Logbestand"; $a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je RedMatrix-installatie."; $a->strings["Log level"] = "Logniveau"; +$a->strings["New Profile Field"] = "Nieuw profielveld"; +$a->strings["Field nickname"] = "Bijnaam voor veld"; +$a->strings["System name of field"] = "Systeemnaam voor veld"; +$a->strings["Input type"] = "Invoertype"; +$a->strings["Field Name"] = "Veldnaam"; +$a->strings["Label on profile pages"] = "Tekstlabel voor op profielpagina's"; +$a->strings["Help text"] = "Helptekst"; +$a->strings["Additional info (optional)"] = "Extra informatie (optioneel)"; +$a->strings["Field definition not found"] = "Velddefinitie niet gevonden"; +$a->strings["Edit Profile Field"] = "Profielveld bewerken"; $a->strings["Thing updated"] = "Ding bijgewerkt"; -$a->strings["Object store: failed"] = "Opslaan object mislukt"; +$a->strings["Object store: failed"] = "Opslaan van ding mislukt"; $a->strings["Thing added"] = "Ding toegevoegd"; $a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; $a->strings["Show Thing"] = "Ding weergeven"; @@ -1640,7 +1685,7 @@ $a->strings["For either option, please choose whether to make this hub your new $a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in"; $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"] = "Kom op de RedMatrix"; +$a->strings["Please join us on Red"] = "Uitnodiging voor de RedMatrix"; $a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limiet voor aantal uitnodigingen overschreden. Neem contact op met je hub-beheerder."; $a->strings["%s : Message delivery failed."] = "%s: Aflevering bericht mislukt."; $a->strings["%d message sent."] = array( @@ -1651,12 +1696,12 @@ $a->strings["You have no more invitations available"] = "Je hebt geen uitnodigin $a->strings["Send invitations"] = "Uitnodigingen verzenden"; $a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:"; $a->strings["Your message:"] = "Jouw bericht:"; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralized communication and information tool."] = "Je bent hierbij uitgenodigd om mij, en enkele goede vrienden, te komen vergezellen op de Red Matrix - een revolutionaire nieuwe communicatie- en informatietool."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Je moet deze uitnodigingscode geven: \$invite_code"; -$a->strings["Please visit my channel at"] = "Bezoek mijn kanaal op"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Wanneer je je eenmaal hebt geregistreerd (maakt niet uit op welke RedMatrix-hub, want ze zijn allemaal met elkaar verbonden), kan je je met mijn RedMatrix-kanaal verbinden:"; -$a->strings["Click the [Register] link on the following page to join."] = "Klik op de link [Registreren] op de volgende pagina om je aan te melden."; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Bezoek http://getzot.com voor meer informatie over het RedMatrix-project en waarom het de potentie heeft het internet voor altijd te veranderen."; +$a->strings["Please join my community on RedMatrix."] = "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op de RedMatrix te vergezellen. Lees meer over de RedMatrix op https://redmatrix.me."; +$a->strings["You will need to supply this invitation code: "] = "Je moet deze uitnodigingscode opgeven:"; +$a->strings["1. Register at any RedMatrix location (they are all inter-connected)"] = "1. Registreer je op een willekeurige RedMatrix-hub (ze zijn allemaal onderling met elkaar verbonden):"; +$a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn kanaaladres in het zoekveld invullen:"; +$a->strings["or visit "] = "of bezoek "; +$a->strings["3. Click [Connect]"] = "3. Klik op [+ Verbinden]"; $a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. "; $a->strings["Empty post discarded."] = "Leeg bericht geannuleerd"; $a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."; @@ -1709,6 +1754,7 @@ $a->strings["Message recalled."] = "Bericht ingetrokken."; $a->strings["Send Private Message"] = "Privébericht versturen"; $a->strings["To:"] = "Aan:"; $a->strings["Subject:"] = "Onderwerp:"; +$a->strings["Send"] = "Verzenden"; $a->strings["Message not found."] = "Bericht niet gevonden"; $a->strings["Delete message"] = "Bericht verwijderen"; $a->strings["Recall message"] = "Bericht intrekken"; @@ -1719,7 +1765,6 @@ $a->strings["No secure communications available. You <strong>may</strong> be abl $a->strings["Send Reply"] = "Antwoord versturen"; $a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt."; $a->strings["Create a new channel"] = "Nieuw kanaal aanmaken"; -$a->strings["Channel Manager"] = "Kanaalbeheerder"; $a->strings["Current Channel"] = "Huidig kanaal"; $a->strings["Attach to one of your channels by selecting it."] = "Gebruik een van jouw kanalen door op een te klikken."; $a->strings["Default Channel"] = "Standaardkanaal"; @@ -1779,8 +1824,13 @@ $a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels (optioneel)"; $a->strings["Version ID"] = "Versie-ID"; $a->strings["Price of app"] = "Prijs van de app"; $a->strings["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen"; -$a->strings["Poll"] = "Peiling"; +$a->strings["Poll"] = "Poll"; $a->strings["View Results"] = "Bekijk resultaten"; +$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd."; +$a->strings["Remove This Account"] = "Verwijder dit account"; +$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Deze actie verwijderd dit account volledig, inclusief al zijn kanalen. Dit kan hierna op geen enkele manier ongedaan gemaakt worden."; +$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["Schema Default"] = "Standaardschema"; $a->strings["Sans-Serif"] = "Schreefloos"; $a->strings["Monospace"] = "Monospace"; @@ -1791,20 +1841,20 @@ $a->strings["Set font face"] = "Lettertypefamilie instellen"; $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 colour, default #000"] = "Schaduwkleur instellen (standaard #000)"; +$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 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"; -$a->strings["Set background colour"] = "Achtergrondkleur instellen"; +$a->strings["Set background color"] = "Achtergrondkleur instellen"; $a->strings["Set section background image"] = "Achtergrondafbeelding van sectie instellen"; -$a->strings["Set section background colour"] = "Achtergrondkleur van sectie instellen"; -$a->strings["Set colour of items - use hex"] = "Tekstkleur van items instellen (gebruik hexadecimaal)"; -$a->strings["Set colour of links - use hex"] = "Kleur van links instellen (gebruik hexadecimaal)"; +$a->strings["Set section background color"] = "Achtergrondkleur van sectie instellen"; +$a->strings["Set color of items - use hex"] = "Tekstkleur van items instellen (gebruik hexadecimaal)"; +$a->strings["Set color of links - use hex"] = "Kleur van links instellen (gebruik hexadecimaal)"; $a->strings["Set max-width for items. Default 400px"] = "Maximale breedte van items instellen (standaard 400px)"; $a->strings["Set min-width for items. Default 240px"] = "Minimale breedte van items instellen (standaard 240px)"; $a->strings["Set the generic content wrapper width. Default 48%"] = "Breedte van de generieke content-wrapper instellen (standaard 48%)"; -$a->strings["Set colour of fonts - use hex"] = "Tekstkleur instellen (gebruik hexadecimaal)"; +$a->strings["Set color of fonts - use hex"] = "Tekstkleur instellen (gebruik hexadecimaal)"; $a->strings["Set background-size element"] = "Grootte achtergrondafbeelding instellen"; $a->strings["Item opacity"] = "Ondoorzichtigheid item"; $a->strings["Display post previews only"] = "Alleen voorvertoning berichten weergeven"; @@ -1814,8 +1864,8 @@ $a->strings["Item float"] = "Item float"; $a->strings["Left offset of the section element"] = "Linker offset van het sectie-element"; $a->strings["Right offset of the section element"] = "Rechter offset van het sectie-element"; $a->strings["Section width"] = "Breedte van sectie"; -$a->strings["Left offset of the aside"] = "Linker offset van de zijbalk (aside)"; -$a->strings["Right offset of the aside element"] = "Rechter offset van de zijbalk (aside)"; +$a->strings["Left offset of the aside"] = "Rechter offset van aside (zijbalk)"; +$a->strings["Right offset of the aside element"] = "Rechter offset van het aside-element"; $a->strings["None"] = "Geen"; $a->strings["Header image"] = "Header-afbeelding"; $a->strings["Header image only on profile pages"] = "Header-afbeelding alleen op profielpagina's weergeven"; @@ -1829,7 +1879,7 @@ $a->strings["Navigation active button gradient bottom color"] = "Onderste gradià $a->strings["Navigation bar border color "] = "Randkleur navigatiebalk "; $a->strings["Navigation bar icon color "] = "Pictogramkleur navigatiebalk"; $a->strings["Navigation bar active icon color "] = "Actieve pictogramkleur navigatiebalk"; -$a->strings["link colour"] = "Linkkleur instellen"; +$a->strings["link color"] = "Linkkleur instellen"; $a->strings["Set font-color for banner"] = "Tekstkleur van banner instellen"; $a->strings["Set the background color"] = "Achtergrondkleur instellen"; $a->strings["Set the background image"] = "Achtergrondafbeelding instellen"; diff --git a/view/nl/update_fail_eml.tpl b/view/nl/update_fail_eml.tpl index a7df8fc2f..d903a8a9f 100644 --- a/view/nl/update_fail_eml.tpl +++ b/view/nl/update_fail_eml.tpl @@ -1,13 +1,13 @@ Hey,
-I'm the web server at {{$sitename}};
+I'm the RedMatrix hub at {{$sitename}};
-The Red Matrix developers released update {{$update}} recently,
+The Red atrix developers released update {{$update}} recently,
but when I tried to install it, something went terribly wrong.
This needs to be fixed soon and it requires human intervention.
-Please contact a Red developer if you can not figure out how to
+Please contact a RedMatrix developer if you can not figure out how to
fix it on your own. My database might be invalid.
The error message is '{{$error}}'.
Apologies for the inconvenience,
- your web server at {{$siteurl}}
\ No newline at end of file + your hub at {{$siteurl}}
\ No newline at end of file diff --git a/view/pdl/mod_connections.pdl b/view/pdl/mod_connections.pdl index fc86e4490..fd3f25483 100644 --- a/view/pdl/mod_connections.pdl +++ b/view/pdl/mod_connections.pdl @@ -1,5 +1,6 @@ [region=aside] [widget=follow][/widget] +[widget=collections][var=mode][connections[/arg][/widget] [widget=suggestions][/widget] [widget=findpeople][/widget] [/region] diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 45eb2fc1d..36504ec54 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -10,10 +10,13 @@ head_add_css('library/colorbox/colorbox.css'); head_add_css('view/css/conversation.css'); head_add_css('view/css/widgets.css'); +head_add_css('library/justifiedGallery/dist/css/justifiedGallery.css'); head_add_js('jquery.js'); head_add_js('jquery-migrate-1.1.1.js'); +head_add_js('library/justifiedGallery/dist/js/jquery.justifiedGallery.js'); + //head_add_js('jquery-compat.js'); head_add_js('spin.js'); head_add_js('jquery.spin.js'); diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 92ec48b77..df95e48b8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -98,6 +98,7 @@ pre code { code { font-family: Courier, monospace; + font-size: 1em; display: block; overflow: auto; border: 1px solid $code_borderc; @@ -176,6 +177,8 @@ nav #banner #logo-text a { } nav #banner #logo-text a:hover { text-decoration: none; } +.nav-channel-select { margin-left: 8px; } + header #banner { /* overflow: hidden; */ text-align: center; @@ -363,18 +366,44 @@ aside li { font-weight: bold; } +#profile-edit-wrapper .field label { + margin-top: 20px; + width: 175px; +} -#profile-vcard-break { - clear: both; +#profile-edit-wrapper .field input[type="text"] { + margin-top: 20px; + width: 220px; } -#profile-edit-links ul { - list-style-type: none; +#profile-edit-links { + max-width: $converse_width; + padding-top: 15px; + padding-bottom: 15px; } -#profile-edit-links li { - margin-top: 10px; +#profile-edit-links .btn { + margin: 0 10px 15px 0; +} + +.profile-import { + vertical-align: top; + text-align: left; +} + +.profile-import b { + color: $link_colour; +} + +.profile-import input { + color: $font_colour; + border: none; +} + +#profile-edit-drop-link { + color: #FFF; + font-weight: normal; } #profile-like { @@ -387,36 +416,29 @@ aside li { .fn { - padding: 0px 0px 5px 0px; - font-size: 120%; font-weight: bold; + font-size: 16px; color: #444444; } .vcard { - padding: 8px; + margin-bottom: 10px; + padding: 10px; + background-color: $comment_item_colour; + border-bottom: 1px solid $widget_brdrcolour; + -moz-border-radius: $radiuspx; + -webkit-border-radius: $radiuspx; + border-radius: $radiuspx; } .vcard .title { - margin-bottom: 5px; -} + margin-bottom: 10px; -.vcard dl { - clear: both; - word-wrap:break-word; } -.vcard-profile-edit-icon { - font-size: 1.2em; -} -.vcard-profile-edit-icon:hover { - text-decoration: none; -} - -.vcard .dropdown-menu { - position: absolute; - left: 200px; - top: 18px; +.vcard dl { + margin-top: 10px; + margin-bottom: 0px; } #profile-extra-links { @@ -431,21 +453,23 @@ aside li { #profile-extra-links li { - margin-top: 5px; + margin-top: 10px; } .profile-edit-side-link { - opacity: 0.3; + padding: 3px 0px; + opacity: 0; filter:alpha(opacity=30); float: right; - margin-top: -3px; } -.profile-edit-side-link:hover { - opacity: 1.0; + +.vcard:hover .profile-edit-side-link { + opacity: 1; filter:alpha(opacity=100); } + .view-contact-wrapper { margin-top: 20px; float: left; @@ -471,9 +495,9 @@ aside li { #profile-photo-wrapper img { - padding: 12px; - width: 201px; - height: 201px; + padding: 10px; + width: 197px; + height: 197px; } #profile-in-dir-yes-label, @@ -636,11 +660,33 @@ aside li { } .photo-top-photo, .photo-album-photo { - padding: 10px; + /* padding: 10px; max-width: 300px; border: 1px solid #888888; +*/ + position: absolute; + display: block; +/* max-width: 100%; + max-height: 100%; */ + left: 0; + right: 0; + top: 0; + bottom: 0; + margin: auto; +} + +.photo-top-image-wrapper, .photo-album-image-wrapper { + width: 240px; } +.photo-top-photo-link, .photo-album-photo-link { + display: block; + width: 100%; + position: relative; + height: 0; + padding: 75% 0 0 0; + overflow: hidden; +} .photo-album-image-wrapper .caption { background-color: $acpopup_bgcolour; @@ -754,19 +800,26 @@ aside li { } #contact-block { - margin-top: 25px; - padding: 8px; + width: 100%; + float: left; + background-color: $comment_item_colour; + border-bottom: 1px solid $widget_brdrcolour; + -moz-border-radius: $radiuspx; + -webkit-border-radius: $radiuspx; + border-radius: $radiuspx; + padding: 10px; + margin-bottom:10px; } #contact-block-numcontacts { font-weight: bold; - margin-bottom:8px; + margin-bottom:10px; } .contact-block-div { float: left; - width: 50px; - height: 50px; + width: 49px; + height: 49px; } .contact-block-textdiv { float: left; @@ -781,8 +834,8 @@ aside li { float: left; } .contact-block-img { - width:48px; - height:48px; + width:47px; + height:47px; } #tag-remove { @@ -863,19 +916,6 @@ aside li { font-family: FontAwesome; } -.location-label, .gender-label, .marital-label, .homepage-label { - float: left; - display: block; - width: 70px; - -} - -.adr, .x-gender, .marital-text, .homepage-url { - float: left; - display: block; - width: 130px; -} - .profile-clear { clear: both; } @@ -1699,7 +1739,7 @@ header { } .contact-block-content { - margin-top: 8px; + margin-top: 10px; } .contact-block-img.archived { opacity: 0.3; @@ -2067,7 +2107,7 @@ img.mail-list-sender-photo { .comment-edit-text-empty { color: gray; - font-size: 11px; + font-size: 12px; } .comment-edit-text-full { @@ -2095,6 +2135,7 @@ img.mail-list-sender-photo { /* widgets */ .widget { + background-color: $comment_item_colour; border-bottom: 1px solid $widget_brdrcolour; -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; @@ -2143,6 +2184,10 @@ img.mail-list-sender-photo { background-color: $abookself_bgcolour; } +.abook-pending-contact, .abook-permschange { + background: $abook_changebg; +} + .online-now { color: red; cursor: pointer; @@ -2220,7 +2265,19 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ /* bootstrap overrides */ blockquote { - font-size: $body_font_size; + font-size: 1em; +} + +h1, h2 { + font-size: 1.15rem; +} + +h3, h4 { + font-size: $font_size; +} + +h5, h6 { + font-size: $body_font_size; } .dropdown-menu { @@ -2357,7 +2414,7 @@ blockquote { } .btn-xs { - font-size: 12px; + font-size: 0.75rem; } .btn-default { @@ -2385,7 +2442,6 @@ blockquote { background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%); } - @media screen and (max-width: 767px) { aside#region_1 { background: rgba(0, 0, 0, .1); diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index b58305959..bfef8216c 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -110,7 +110,7 @@ if(feature_enabled(local_user(),'expert')) '$nav_bd' => array('redbasic_nav_bd', t('Navigation bar border color '), $arr['nav_bd']), '$nav_icon_colour' => array('redbasic_nav_icon_colour', t('Navigation bar icon color '), $arr['nav_icon_colour']), '$nav_active_icon_colour' => array('redbasic_nav_active_icon_colour', t('Navigation bar active icon color '), $arr['nav_active_icon_colour']), - '$link_colour' => array('redbasic_link_colour', t('link colour'), $arr['link_colour'], '', $link_colours), + '$link_colour' => array('redbasic_link_colour', t('link color'), $arr['link_colour'], '', $link_colours), '$banner_colour' => array('redbasic_banner_colour', t('Set font-color for banner'), $arr['banner_colour']), '$bgcolour' => array('redbasic_background_colour', t('Set the background color'), $arr['bgcolour']), '$background_image' => array('redbasic_background_image', t('Set the background image'), $arr['background_image']), diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index ee9c6d4d0..dbe7c306d 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -140,7 +140,7 @@ if(! $a->install) { if (! $selected_active_deco) $selected_active_deco = "none"; if (! $widget_brdrcolour) - $widget_brdrcolour = "#eec"; + $widget_brdrcolour = "rgba(238,238,238,0.8)"; if (! $blockquote_colour) $blockquote_colour = "#000"; if (! $blockquote_bgcolour) @@ -276,6 +276,8 @@ if(! $a->install) { $dirpopup_txtcol=""; if (!$dirpopup_linkcol) $dirpopup_linkcol=""; + if (!$abook_changebg) + $abook_changebg="orange"; if($nav_min_opacity === false || $nav_min_opacity === '') { $nav_float_min_opacity = 1.0; @@ -400,6 +402,7 @@ $options = array ( '$admintable_hoverbgcol' => $admintable_hoverbgcol, '$dirpopup_txtcol' => $dirpopup_txtcol, '$dirpopup_linkcol' => $dirpopup_linkcol, +'$abook_changebg' => $abook_changebg, ); echo str_replace(array_keys($options), array_values($options), $x); diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 69fcf403f..a4b43b31e 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -154,15 +154,15 @@ $abookself_bgcolour = "#251111"; if(! $infomess_bgcolour) $infomess_bgcolour = "#333"; - if(! $advperm_bgcolour) + if(! $advperm_bgcolour) $advperm_bgcolour = "#1E1E1E"; - if(! $advperm_bordercol) + if(! $advperm_bordercol) $advperm_bordercol = "#222"; - if(! $advperm_gradientcol) + if(! $advperm_gradientcol) $advperm_gradientcol = "#111"; - if(! $cal_bgcolour) + if(! $cal_bgcolour) $cal_bgcolour = "#333"; - if(! $fancybox_bgcolour) + if(! $fancybox_bgcolour) $fancybox_bgcolour = "#1E1E1E"; if (!$admintable_hoverbgcol) $admintable_hoverbgcol="#222"; @@ -170,3 +170,5 @@ $dirpopup_txtcol="#111"; if (!$dirpopup_linkcol) $dirpopup_linkcol="#000"; + if (!$abook_changebg) + $abook_changebg="#402900"; diff --git a/view/tpl/achievements.tpl b/view/tpl/achievements.tpl new file mode 100644 index 000000000..2b80b9e80 --- /dev/null +++ b/view/tpl/achievements.tpl @@ -0,0 +1,9 @@ +<div class="generic-content-wrapper"> +<p>{{$newmembertext}}</p> + +{{if $profilebadge}}<div id="profile-badge" class="badges"><img src="images/smiley-thumbsup.gif"></div>{{/if}} +{{if $contactbadge}}<div id="contact-badge" class="badges"><img src="images/smiley-thumbsup.gif"></div>{{/if}} +{{if $keywordsbadge}}<div id="keywords-badge" class="badges"><img src="images/smiley-thumbsup.gif"></div>{{/if}} +{{if $channelsbadge}}<div id="channels-badge" class="badges"><img src="images/smiley-thumbsup.gif"></div>{{/if}} + +</div> diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index c6c15cec4..788fef457 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -65,6 +65,9 @@ <h3>{{$corporate}}</h3> {{include file="field_checkbox.tpl" field=$block_public}} + {{include file="field_checkbox.tpl" field=$verify_email}} + {{include file="field_checkbox.tpl" field=$diaspora_enabled}} + {{include file="field_checkbox.tpl" field=$feed_contacts}} {{include file="field_checkbox.tpl" field=$force_publish}} {{include file="field_checkbox.tpl" field=$disable_discover_tab}} diff --git a/view/tpl/atom_feed.tpl b/view/tpl/atom_feed.tpl index 2c8024d47..9e5b5a5be 100755 --- a/view/tpl/atom_feed.tpl +++ b/view/tpl/atom_feed.tpl @@ -15,6 +15,7 @@ <title>{{$feed_title}}</title> <generator uri="http://getzot.com" version="{{$version}}">{{$red}}</generator> <link rel="license" href="http://creativecommons.org/licenses/by/3.0/" /> + <link rel="alternate" type="text/html" href="{{$profile_page}}" /> {{if $hub}} {{$hub}} {{/if}} diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 1ed2fbd2c..55b122d9b 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -7,6 +7,8 @@ {{/if}} {{/if}} <a href="{{$channel.link}}" class="channel-selection-photo-link" title="{{$channel.channel_name}}"><img class="channel-photo" src="{{$channel.xchan_photo_m}}" alt="{{$channel.channel_name}}" /></a> +<div class="channels-notifications-wrapper">{{if $channel.mail != 0}}<span style="color:#c60032;"><i class="icon-envelope"></i> {{$channel.mail}}</span>{{else}}<i class="icon-envelope"></i> {{/if}} {{if $channel.intros != 0}}<span style="color:#c60032;"><i class="icon-user"></i> {{$channel.intros}}</span>{{else}}<i class="icon-user"></i> {{/if}}</div> <a href="{{$channel.link}}" class="channel-selection-name-link" title="{{$channel.channel_name}}"><div class="channel-name">{{$channel.channel_name}}</div></a> </div> + <div class="channel-selection-end"></div> diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 44866c323..7aef7f2e1 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -4,6 +4,6 @@ </div> <div class="contact-entry-photo-end" ></div> <a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div></a> - <div class="contact-entry-edit btn btn-default"><a href="{{$contact.link}}"><i class="icon-pencil connection-edit-icons"></i> {{$edit}}</a></div> + <div class="contact-entry-edit btn btn-default"><a href="{{$contact.link}}"><i class="icon-pencil connection-edit-icons"></i> {{$contact.edit}}</a></div> <div class="contact-entry-end" ></div> </div> diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index c69dcde50..1429576b1 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -13,13 +13,16 @@ {{$tabs}} - +<div id="connections-wrapper"> {{foreach $contacts as $contact}} {{include file="connection_template.tpl"}} {{/foreach}} +<div id="page-end"></div> +</div> <div id="contact-edit-end"></div> +<script>$(document).ready(function() { loadingPage = false;});</script> +<div id="page-spinner"></div> -{{$paginate}} diff --git a/view/tpl/contactsajax.tpl b/view/tpl/contactsajax.tpl new file mode 100644 index 000000000..1cce0f105 --- /dev/null +++ b/view/tpl/contactsajax.tpl @@ -0,0 +1,3 @@ +{{foreach $contacts as $contact}} + {{include file="connection_template.tpl"}} +{{/foreach}} diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index be7789e6b..8607b8ee8 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -26,7 +26,7 @@ <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}} </div> <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"> - {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span> {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} + {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}} <i class="icon-pencil"></i>{{/if}} {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} </div> <div class="wall-item-content" id="wall-item-content-{{$item.id}}"> <div class="wall-item-title-end"></div> diff --git a/view/tpl/diaspora_comment.tpl b/view/tpl/diaspora_comment.tpl new file mode 100644 index 000000000..27ec3dffc --- /dev/null +++ b/view/tpl/diaspora_comment.tpl @@ -0,0 +1,11 @@ +<XML> + <post> + <comment> + <guid>{{$guid}}</guid> + <parent_guid>{{$parent_guid}}</parent_guid> + <author_signature>{{$authorsig}}</author_signature> + <text>{{$body}}</text> + <diaspora_handle>{{$handle}}</diaspora_handle> + </comment> + </post> +</XML>
\ No newline at end of file diff --git a/view/tpl/diaspora_comment_relay.tpl b/view/tpl/diaspora_comment_relay.tpl new file mode 100644 index 000000000..37a9e88b3 --- /dev/null +++ b/view/tpl/diaspora_comment_relay.tpl @@ -0,0 +1,12 @@ +<XML> + <post> + <comment> + <guid>{{$guid}}</guid> + <parent_guid>{{$parent_guid}}</parent_guid> + <parent_author_signature>{{$parentsig}}</parent_author_signature> + <author_signature>{{$authorsig}}</author_signature> + <text>{{$body}}</text> + <diaspora_handle>{{$handle}}</diaspora_handle> + </comment> + </post> +</XML>
\ No newline at end of file diff --git a/view/tpl/diaspora_conversation.tpl b/view/tpl/diaspora_conversation.tpl new file mode 100644 index 000000000..dc4482e4b --- /dev/null +++ b/view/tpl/diaspora_conversation.tpl @@ -0,0 +1,29 @@ +<XML> + <post> + <conversation> + <guid>{{$conv.guid}}</guid> + <subject>{{$conv.subject}}</subject> + <created_at>{{$conv.created_at}}</created_at> + + {{foreach $conv.messages as $msg}} + + <message> + <guid>{{$msg.guid}}</guid> + <parent_guid>{{$msg.parent_guid}}</parent_guid> + {{if $msg.parent_author_signature}} + <parent_author_signature>{{$msg.parent_author_signature}}</parent_author_signature> + {{/if}} + <author_signature>{{$msg.author_signature}}</author_signature> + <text>{{$msg.text}}</text> + <created_at>{{$msg.created_at}}</created_at> + <diaspora_handle>{{$msg.diaspora_handle}}</diaspora_handle> + <conversation_guid>{{$msg.conversation_guid}}</conversation_guid> + </message> + + {{/foreach}} + + <diaspora_handle>{{$conv.diaspora_handle}}</diaspora_handle> + <participant_handles>{{$conv.participant_handles}}</participant_handles> + </conversation> + </post> +</XML> diff --git a/view/tpl/diaspora_like.tpl b/view/tpl/diaspora_like.tpl new file mode 100644 index 000000000..a27e92240 --- /dev/null +++ b/view/tpl/diaspora_like.tpl @@ -0,0 +1,12 @@ +<XML> + <post> + <like> + <positive>{{$positive}}</positive> + <guid>{{$guid}}</guid> + <target_type>{{$target_type}}</target_type> + <parent_guid>{{$parent_guid}}</parent_guid> + <author_signature>{{$authorsig}}</author_signature> + <diaspora_handle>{{$handle}}</diaspora_handle> + </like> + </post> +</XML> diff --git a/view/tpl/diaspora_like_relay.tpl b/view/tpl/diaspora_like_relay.tpl new file mode 100644 index 000000000..8209540c5 --- /dev/null +++ b/view/tpl/diaspora_like_relay.tpl @@ -0,0 +1,13 @@ +<XML> + <post> + <like> + <positive>{{$positive}}</positive> + <guid>{{$guid}}</guid> + <target_type>{{$target_type}}</target_type> + <parent_guid>{{$parent_guid}}</parent_guid> + <parent_author_signature>{{$parentsig}}</parent_author_signature> + <author_signature>{{$authorsig}}</author_signature> + <diaspora_handle>{{$handle}}</diaspora_handle> + </like> + </post> +</XML> diff --git a/view/tpl/diaspora_message.tpl b/view/tpl/diaspora_message.tpl new file mode 100644 index 000000000..3413d79b0 --- /dev/null +++ b/view/tpl/diaspora_message.tpl @@ -0,0 +1,13 @@ +<XML> + <post> + <message> + <guid>{{$msg.guid}}</guid> + <parent_guid>{{$msg.parent_guid}}</parent_guid> + <author_signature>{{$msg.author_signature}}</author_signature> + <text>{{$msg.text}}</text> + <created_at>{{$msg.created_at}}</created_at> + <diaspora_handle>{{$msg.diaspora_handle}}</diaspora_handle> + <conversation_guid>{{$msg.conversation_guid}}</conversation_guid> + </message> + </post> +</XML> diff --git a/view/tpl/diaspora_photo.tpl b/view/tpl/diaspora_photo.tpl new file mode 100644 index 000000000..256459d8d --- /dev/null +++ b/view/tpl/diaspora_photo.tpl @@ -0,0 +1,13 @@ +<XML> + <post> + <photo> + <guid>{{$guid}}</guid> + <diaspora_handle>{{$handle}}</diaspora_handle> + <public>{{$public}}</public> + <created_at>{{$created_at}}</created_at> + <remote_photo_path>{{$path}}</remote_photo_path> + <remote_photo_name>{{$filename}}</remote_photo_name> + <status_message_guid>{{$msg_guid}}</status_message_guid> + </photo> + </post> +</XML> diff --git a/view/tpl/diaspora_post.tpl b/view/tpl/diaspora_post.tpl new file mode 100644 index 000000000..2fe916e00 --- /dev/null +++ b/view/tpl/diaspora_post.tpl @@ -0,0 +1,12 @@ +<XML> + <post> + <status_message> + <raw_message>{{$body}}</raw_message> + <guid>{{$guid}}</guid> + <diaspora_handle>{{$handle}}</diaspora_handle> + <public>{{$public}}</public> + <created_at>{{$created}}</created_at> + <provider_display_name>{{$provider}}</provider_display_name> + </status_message> + </post> +</XML> diff --git a/view/tpl/diaspora_profile.tpl b/view/tpl/diaspora_profile.tpl new file mode 100644 index 000000000..cf53f51c0 --- /dev/null +++ b/view/tpl/diaspora_profile.tpl @@ -0,0 +1,16 @@ +<XML> + <post><profile> + <diaspora_handle>{{$handle}}</diaspora_handle> + <first_name>{{$first}}</first_name> + <last_name>{{$last}}</last_name> + <image_url>{{$large}}</image_url> + <image_url_medium>{{$medium}}</image_url_medium> + <image_url_small>{{$small}}</image_url_small> + <birthday>{{$dob}}</birthday> + <gender>{{$gender}}</gender> + <bio>{{$about}}</bio> + <location>{{$location}}</location> + <searchable>{{$searchable}}</searchable> + <tag_string>{{$tags}}</tag_string> + </profile></post> +</XML> diff --git a/view/tpl/diaspora_relay_retraction.tpl b/view/tpl/diaspora_relay_retraction.tpl new file mode 100644 index 000000000..5e7aed41f --- /dev/null +++ b/view/tpl/diaspora_relay_retraction.tpl @@ -0,0 +1,10 @@ +<XML> + <post> + <relayable_retraction> + <target_type>{{$type}}</target_type> + <target_guid>{{$guid}}</target_guid> + <target_author_signature>{{$signature}}</target_author_signature> + <sender_handle>{{$handle}}</sender_handle> + </relayable_retraction> + </post> +</XML> diff --git a/view/tpl/diaspora_relayable_retraction.tpl b/view/tpl/diaspora_relayable_retraction.tpl new file mode 100644 index 000000000..4e3ff3243 --- /dev/null +++ b/view/tpl/diaspora_relayable_retraction.tpl @@ -0,0 +1,11 @@ +<XML> + <post> + <relayable_retraction> + <parent_author_signature>{{$parentsig}}</parent_author_signature> + <target_guid>{{$guid}}</target_guid> + <target_type>{{$target_type}}</target_type> + <sender_handle>{{$handle}}</sender_handle> + <target_author_signature>{{$authorsig}}</target_author_signature> + </relayable_retraction> + </post> +</XML> diff --git a/view/tpl/diaspora_reshare.tpl b/view/tpl/diaspora_reshare.tpl new file mode 100644 index 000000000..963bb9e12 --- /dev/null +++ b/view/tpl/diaspora_reshare.tpl @@ -0,0 +1,13 @@ +<XML> + <post> + <reshare> + <root_diaspora_id>{{$root_handle}}</root_diaspora_id> + <root_guid>{{$root_guid}}</root_guid> + <guid>{{$guid}}</guid> + <diaspora_handle>{{$handle}}</diaspora_handle> + <public>{{$public}}</public> + <created_at>{{$created}}</created_at> + <provider_display_name>{{$provider}}</provider_display_name> + </reshare> + </post> +</XML> diff --git a/view/tpl/diaspora_retract.tpl b/view/tpl/diaspora_retract.tpl new file mode 100644 index 000000000..9df066d38 --- /dev/null +++ b/view/tpl/diaspora_retract.tpl @@ -0,0 +1,9 @@ +<XML> + <post> + <retraction> + <post_guid>{{$guid}}</post_guid> + <diaspora_handle>{{$handle}}</diaspora_handle> + <type>{{$type}}</type> + </retraction> + </post> +</XML> diff --git a/view/tpl/diaspora_share.tpl b/view/tpl/diaspora_share.tpl new file mode 100644 index 000000000..59eb06124 --- /dev/null +++ b/view/tpl/diaspora_share.tpl @@ -0,0 +1,8 @@ +<XML> + <post> + <request> + <sender_handle>{{$sender}}</sender_handle> + <recipient_handle>{{$recipient}}</recipient_handle> + </request> + </post> +</XML>
\ No newline at end of file diff --git a/view/tpl/diaspora_signed_retract.tpl b/view/tpl/diaspora_signed_retract.tpl new file mode 100644 index 000000000..f0f346da8 --- /dev/null +++ b/view/tpl/diaspora_signed_retract.tpl @@ -0,0 +1,10 @@ +<XML> + <post> + <signed_retraction> + <target_guid>{{$guid}}</target_guid> + <target_type>{{$type}}</target_type> + <sender_handle>{{$handle}}</sender_handle> + <target_author_signature>{{$signature}}</target_author_signature> + </signed_retraction> + </post> +</XML> diff --git a/view/tpl/diaspora_vcard.tpl b/view/tpl/diaspora_vcard.tpl new file mode 100644 index 000000000..f9dac9306 --- /dev/null +++ b/view/tpl/diaspora_vcard.tpl @@ -0,0 +1,57 @@ +<div style="display:none;"> + <dl class='entity_nickname'> + <dt>Nickname</dt> + <dd> + <a class="nickname url uid" href="{{$diaspora.podloc}}/" rel="me">{{$diaspora.fullname}}</a> + </dd> + </dl> + <dl class='entity_fn'> + <dt>Full name</dt> + <dd> + <span class='fn'>{{$diaspora.fullname}}</span> + </dd> + </dl> + + <dl class='entity_given_name'> + <dt>First name</dt> + <dd> + <span class='given_name'>{{$diaspora.firstname}}</span> + </dd> + </dl> + <dl class='entity_family_name'> + <dt>Family name</dt> + <dd> + <span class='family_name'>{{$diaspora.lastname}}</span> + </dd> + </dl> + <dl class="entity_url"> + <dt>URL</dt> + <dd> + <a class="url" href="{{$diaspora.podloc}}/" id="pod_location" rel="me">{{$diaspora.podloc}}/</a> + </dd> + </dl> + <dl class="entity_photo"> + <dt>Photo</dt> + <dd> + <img class="photo avatar" height="300" width="300" src="{{$diaspora.photo300}}"> + </dd> + </dl> + <dl class="entity_photo_medium"> + <dt>Photo</dt> + <dd> + <img class="photo avatar" height="100" width="100" src="{{$diaspora.photo100}}"> + </dd> + </dl> + <dl class="entity_photo_small"> + <dt>Photo</dt> + <dd> + <img class="photo avatar" height="50" width="50" src="{{$diaspora.photo50}}"> + </dd> + </dl> + <dl class="entity_searchable"> + <dt>Searchable</dt> + <dd> + <span class="searchable">{{$diaspora.searchable}}</span> + </dd> + </dl> +</div> diff --git a/view/tpl/directajax.tpl b/view/tpl/directajax.tpl new file mode 100644 index 000000000..8faec4222 --- /dev/null +++ b/view/tpl/directajax.tpl @@ -0,0 +1,4 @@ +{{foreach $entries as $entry}} +{{include file="direntry.tpl"}} +{{/foreach}} + diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl index 5d703e2dd..01356597e 100755 --- a/view/tpl/directory_header.tpl +++ b/view/tpl/directory_header.tpl @@ -5,12 +5,12 @@ {{/if}} {{foreach $entries as $entry}} - {{include file="direntry.tpl"}} - {{/foreach}} - +<div id="page-end"></div> <div class="directory-end"></div> +<script>$(document).ready(function() { loadingPage = false;});</script> +<div id="page-spinner"></div> diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index bfdf4d0b6..af10e6c73 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -1,7 +1,8 @@ <h3>{{$title}}</h3> <p> -{{$desc}} +{{if ! $bootstrap}} +{{$format_desc}} {{/if}}{{$desc}} </p> <form action="{{$post}}" method="post" > @@ -10,18 +11,30 @@ <input type="hidden" name="xchan" value="{{$xchan}}" /> <input type="hidden" name="mid" value="{{$mid}}" /> +<div id="event-summary-text">{{$t_text}}</div> +<input type="text" id="event-summary" name="summary" value="{{$t_orig}}" /> + <div id="event-start-text">{{$s_text}}</div> +{{if $bootstrap}} +<i class="icon-calendar btn btn-default" onclick="eventGetStart(); return false;" /></i> <input type="text" name="start_text" id="start-text" value="{{$stext}}" /> +{{else}} {{$s_dsel}} {{$s_tsel}} +{{/if}} <div class="clear"></div><br /> -<input type="checkbox" name="nofinish" value="1" id="event-nofinish-checkbox" {{$n_checked}} /> <div id="event-nofinish-text">{{$n_text}}</div> +<input type="checkbox" name="nofinish" value="1" id="event-nofinish-checkbox" {{$n_checked}} onclick="showHideFinishDate(); return true;" /> <div id="event-nofinish-text">{{$n_text}}</div> <div id="event-nofinish-break"></div> - +<div id="event-finish-wrapper"> <div id="event-finish-text">{{$f_text}}</div> +{{if $bootstrap}} +<i class="icon-calendar btn btn-default" onclick="eventGetFinish(); return false;" /></i> <input type="text" name="finish_text" id="finish-text" value="{{$ftext}}" /> +{{else}} {{$f_dsel}} {{$f_tsel}} +{{/if}} +</div> <div id="event-datetime-break"></div> @@ -30,8 +43,14 @@ <div id="event-adjust-break"></div> -<div id="event-summary-text">{{$t_text}}</div> -<input type="text" id="event-summary" name="summary" value="{{$t_orig}}" /> + + +{{if $catsenabled}} +<div id="event-category-wrap"> + <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" /> +</div> +{{/if}} + <div id="event-desc-text">{{$d_text}}</div> @@ -51,4 +70,81 @@ <input id="event-submit" type="submit" name="submit" value="{{$submit}}" /> </form> +<!-- Modal for item expiry--> +<div class="modal" id="startModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> + <h4 class="modal-title" id="startModalLabel">{{$s_text}}</h4> + </div> + <!-- <div class="modal-body"> --> + <div class="modal-body form-group" style="width:90%"> + <div class="input-group input-group-sm date" id="datetimepickerstart"> + <span class="input-group-addon"><!-- <span class="glyphicon glyphicon-calendar"></span> --> + <span class="icon-calendar"></span> + </span> + <input id="start-date" value='{{$stext}}' type='text' class="form-control" data-format="YYYY-MM-DD HH:mm" size="20"/> + </div> + </div> + <!-- </div> --> + <div class="modal-footer"> + <button type="button" class="btn btn-default" data-dismiss="modal">{{$ModalCANCEL}}</button> + <button id="start-modal-OKButton" type="button" class="btn btn-primary">{{$ModalOK}}</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> +</div><!-- /.modal --> +<script type="text/javascript"> + $(function() { + $('#datetimepickerstart').datetimepicker({ + language: 'us', + icons: { + time: "icon-time", + date: "icon-calendar", + up: "icon-arrow-up", + down: "icon-arrow-down" + } + }); + }); +</script> + +<!-- Modal for item expiry--> +<div class="modal" id="finishModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> + <h4 class="modal-title" id="finishModalLabel">{{$s_text}}</h4> + </div> + <!-- <div class="modal-body"> --> + <div class="modal-body form-group" style="width:90%"> + <div class="input-group input-group-sm date" id="datetimepickerfinish"> + <span class="input-group-addon"><!-- <span class="glyphicon glyphicon-calendar"></span> --> + <span class="icon-calendar"></span> + </span> + <input id="finish-date" value='{{$ftext}}' type='text' class="form-control" data-format="YYYY-MM-DD HH:mm" size="20"/> + </div> + </div> + <!-- </div> --> + <div class="modal-footer"> + <button type="button" class="btn btn-default" data-dismiss="modal">{{$ModalCANCEL}}</button> + <button id="finish-modal-OKButton" type="button" class="btn btn-primary">{{$ModalOK}}</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> +</div><!-- /.modal --> +<script type="text/javascript"> + $(function() { + $('#datetimepickerfinish').datetimepicker({ + language: 'us', + icons: { + time: "icon-time", + date: "icon-calendar", + up: "icon-arrow-up", + down: "icon-arrow-down" + } + }); + }); +</script> diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl index 342491ded..89de170b7 100755 --- a/view/tpl/field_acheckbox.tpl +++ b/view/tpl/field_acheckbox.tpl @@ -6,7 +6,7 @@ <input type="checkbox" name='them_{{$field.0}}' id='them_id_{{$field.0}}' value="1" disabled="disabled" {{if $field.2}}checked="checked"{{/if}} /> </td> <td class="abook-me"> - <input type="checkbox" name='{{$field.0}}' id='me_id_{{$field.0}}' value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} /> + <input type="checkbox" name='{{$field.0}}' class='abook-edit-me' id='me_id_{{$field.0}}' value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} /> </td> <td> {{if $field.5}}<span class="permission-inherited">{{$inherited}}</span> {{/if}} diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index 8c5d3927d..8680a3db0 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -9,7 +9,7 @@ {{if $group.cid}} <input type="checkbox" class="{{if $group.selected}}ticked{{else}}unticked {{/if}} action" - onclick="contactgroupChangeMember('{{$group.id}}','{{$group.cid}}');return true;" + onclick="contactgroupChangeMember('{{$group.id}}','{{$group.enc_cid}}');return true;" {{if $group.ismember}}checked="checked"{{/if}} /> {{/if}} diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index d64731ee3..9c9e7b970 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,6 +1,6 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> -<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" /> +<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable={{$user_scalable}}" /> <meta name="generator" content="{{$generator}}" /> <!--[if IE]> @@ -25,6 +25,7 @@ var updateInterval = {{$update_interval}}; var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}}; var zid = {{if $zid}}'{{$zid}}'{{else}}null{{/if}}; + var justifiedGalleryActive = false; </script> diff --git a/view/tpl/message_side.tpl b/view/tpl/message_side.tpl index 4db427fa7..723a64019 100755 --- a/view/tpl/message_side.tpl +++ b/view/tpl/message_side.tpl @@ -1,6 +1,6 @@ <div id="message-sidebar" class="widget"> - <div id="message-check"><a href="{{$check.url}}" class="{{if $check.sel}}checkmessage-selected{{/if}}">{{$check.label}}</a> </div> - <div id="message-new"><a href="{{$new.url}}" class="{{if $new.sel}}newmessage-selected{{/if}}">{{$new.label}}</a> </div> + <div id="message-check" class="btn btn-default"><a href="{{$check.url}}" class="{{if $check.sel}}checkmessage-selected{{/if}}">{{$check.label}}</a> </div> + <div id="message-new" class="btn btn-default"><a href="{{$new.url}}" class="{{if $new.sel}}newmessage-selected{{/if}}">{{$new.label}}</a> </div> <ul class="message-ul"> {{foreach $tabs as $t}} diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 0602c72af..2953f3b41 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -20,8 +20,13 @@ {{/foreach}} <li role="presentation" class="divider"></li> {{if $nav.profiles}}<li role="presentation"><a href="{{$nav.profiles.0}}" title="{{$nav.profiles.3}}" role="menuitem">{{$nav.profiles.1}}</a></li>{{/if}} - {{if $nav.manage}}<li role="presentation"><a href="{{$nav.manage.0}}" title="{{$nav.manage.3}}" role="menuitem">{{$nav.manage.1}}</a></li>{{/if}} {{if $nav.settings}}<li role="presentation"><a href="{{$nav.settings.0}}" title="{{$nav.settings.3}}" role="menuitem">{{$nav.settings.1}}</a></li>{{/if}} + {{if $nav.manage}}<li role="presentation"><a href="{{$nav.manage.0}}" title="{{$nav.manage.3}}" role="menuitem">{{$nav.manage.1}}</a></li>{{/if}} + {{if $nav.channels}} + {{foreach $nav.channels as $chan}} + <li role="presentation" class="nav-channel-select"><a href="manage/{{$chan.channel_id}}" title="{{$chan.channel_name}}" role="menuitem">{{$chan.channel_name}}</a></li> + {{/foreach}} + {{/if}} {{if $nav.admin}} <li role="presentation" class="divider"></li> <li role="presentation"><a href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" role="menuitem">{{$nav.admin.1}}</a></li> diff --git a/view/tpl/notifications.tpl b/view/tpl/notifications.tpl index ae87c8ec8..285efbae0 100755 --- a/view/tpl/notifications.tpl +++ b/view/tpl/notifications.tpl @@ -1,6 +1,6 @@ <h1>{{$notif_header}}</h1> {{if $notifications_available}} -<a href="#" onclick="markRead('notify');">{{$notif_link_mark_seen}}</a> +<a href="#" onclick="markRead('notify'); setTimeout(function() { window.location.href=window.location.href; },1500); return false;">{{$notif_link_mark_seen}}</a> {{/if}} <div class="notif-network-wrapper"> {{$notif_content}} diff --git a/view/tpl/notifications_comments_item.tpl b/view/tpl/notifications_comments_item.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notifications_comments_item.tpl +++ b/view/tpl/notifications_comments_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notifications_dislikes_item.tpl b/view/tpl/notifications_dislikes_item.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notifications_dislikes_item.tpl +++ b/view/tpl/notifications_dislikes_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notifications_friends_item.tpl b/view/tpl/notifications_friends_item.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notifications_friends_item.tpl +++ b/view/tpl/notifications_friends_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notifications_likes_item.tpl b/view/tpl/notifications_likes_item.tpl index b2ba4024b..d3c79be82 100755 --- a/view/tpl/notifications_likes_item.tpl +++ b/view/tpl/notifications_likes_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notifications_posts_item.tpl b/view/tpl/notifications_posts_item.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notifications_posts_item.tpl +++ b/view/tpl/notifications_posts_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notify.tpl b/view/tpl/notify.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notify.tpl +++ b/view/tpl/notify.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index a63bff78c..b5ea14c14 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -1,7 +1,3 @@ -<div class="photo-album-image-wrapper{{$twist}}" id="photo-album-image-wrapper-{{$id}}"> - <a href="{{$photolink}}" class="photo-album-photo-link" id="photo-album-photo-link-{{$id}}" title="{{$phototitle}}" rel="{{$rel}}"> - <img src="{{$imgsrc}}" alt="{{$imgalt}}" title="{{$phototitle}}" class="photo-album-photo lframe resize" id="photo-album-photo-{{$id}}" /> - <p class='caption'>{{$desc}}</p> - </a> -</div> -<div class="photo-album-image-wrapper-end"></div> +<a href="{{$photolink}}" id="photo-album-photo-link-{{$id}}" title="{{$phototitle}}" rel="{{$rel}}"> + <img src="{{$imgsrc}}" alt="{{if $desc}}{{$desc}}{{else}}{{$imgalt}}{{/if}}" title="{{$phototitle}}" id="photo-album-photo-{{$id}}" /> +</a> diff --git a/view/tpl/photo_top.tpl b/view/tpl/photo_top.tpl index 944928f85..4a106c30d 100755 --- a/view/tpl/photo_top.tpl +++ b/view/tpl/photo_top.tpl @@ -1,7 +1,4 @@ -<div class="photo-top-image-wrapper lframe {{$photo.twist}}" id="photo-top-image-wrapper-{{$photo.id}}"> - <a href="{{$photo.link}}" class="photo-top-photo-link" id="photo-top-photo-link-{{$photo.id}}" title="{{$photo.title}}"> - <img src="{{$photo.src}}" alt="{{$photo.alt}}" title="{{$photo.title}}" class="photo-top-photo" id="photo-top-photo-{{$photo.id}}" /> - </a> - <div class="photo-top-album-name"><a href="{{$photo.album.link}}" class="photo-top-album-link" title="{{$photo.album.alt}}" >{{$photo.album.name}}</a></div> -</div> +<a href="{{$photo.link}}" id="photo-top-photo-link-{{$photo.id}}" title="{{$photo.title}}"> + <img src="{{$photo.src}}" alt="{{$photo.album.name}}" title="{{$photo.title}}" id="photo-top-photo-{{$photo.id}}" /> +</a> diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index 43a22a017..0f86a635d 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -3,9 +3,14 @@ <a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a> {{/if}} -<div class="photos"> +<div id="photo-album-contents-{{$page}}"> {{foreach $photos as $photo}} {{include file="photo_top.tpl"}} {{/foreach}} + </div> +<script>justifyPhotos({{$page}});</script> +<div id="page-end"></div> <div class="photos-end"></div> +<script>$(document).ready(function() { loadingPage = false;});</script> +<div id="page-spinner"></div> diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl new file mode 100755 index 000000000..a9a9605d0 --- /dev/null +++ b/view/tpl/photosajax.tpl @@ -0,0 +1,7 @@ +<!-- --> +<div id="photo-album-contents-{{$page}}"> +{{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} +{{/foreach}} +</div> +<script>justifyPhotos({{$page}});</script> diff --git a/view/tpl/profdef_edit.tpl b/view/tpl/profdef_edit.tpl new file mode 100644 index 000000000..bfe85314d --- /dev/null +++ b/view/tpl/profdef_edit.tpl @@ -0,0 +1,16 @@ +<h3>{{$header}}</h3> + +<form action="admin/profs" method="post" > + +{{if $id}} +<input type="hidden" name="id" value="{{$id}}" /> +{{/if}} + +{{include file="field_input.tpl" field=$field_name}} +{{include file="field_input.tpl" field=$field_type}} +{{include file="field_input.tpl" field=$field_desc}} +{{include file="field_input.tpl" field=$field_help}} + +<input name="submit" type="submit" value="{{$submit}}" /> + +</form> diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index 73033fe40..cbb078710 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -193,6 +193,16 @@ </dl> {{/if}} +{{foreach $profile.extra_fields as $f}} +{{if $profile.$f}} +<dl id="aprofile-{{$f}}" class="aprofile"> + <dt>{{$profile.$f.0}}</dt> + <dd>{{$profile.$f.1}}</dd> +</dl> +{{/if}} +{{/foreach}} + + {{if $things}} {{foreach $things as $key => $items}} <b>{{$profile.fullname.1}} {{$key}}</b> diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index 46548e316..b453b1cfa 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -1,24 +1,27 @@ -{{$default}} +{{if $is_default}} +<p id="profile-edit-default-desc">{{$default}}</p> +{{/if}} <h1>{{$banner}}</h1> -<div id="profile-edit-links"> -<ul> -<li><a href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></li> -<li><a href="profile/{{$profile_id}}/view" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></li> -{{if ! $default}}<li><a href="profperm/{{$profile_id}}" id="profile-edit-view-link" title="{{$editvis}}">{{$editvis}}</a></li>{{/if}} -{{if $profile_clone_link}}<li><a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></li>{{/if}} -<li></li> -{{if ! $default}}<li><a href="{{$profile_drop_link}}" id="profile-edit-drop-link" title="{{$del_prof}}" {{$disabled}} >{{$del_prof}}</a></li>{{/if}} +<form id="profile-edit-form" name="form1" action="profiles/{{$profile_id}}" enctype="multipart/form-data" method="post" > -</ul> +<div id="profile-edit-links"> +<span class="btn btn-default"><a href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></span> +<span class="btn btn-default"><a href="profile/{{$profile_id}}/view" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></span> +{{if ! $is_default}}<span class="btn btn-default"><a href="profperm/{{$profile_id}}" id="profile-edit-view-link" title="{{$editvis}}">{{$editvis}}</a></span>{{/if}} +{{if $profile_clone_link}}<span class="btn btn-default"><a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></span>{{/if}} +{{if $exportable}}<br /><span class="btn btn-default"><a href="profiles/export/{{$profile_id}}" target="_blank">{{$lbl_export}}</a></span> +<span class="btn btn-default profile-import"><b>{{$lbl_import}}</b> <input type="file" name="userfile" class="profile-import" ></span> +{{/if}} +{{if ! $is_default}}<span class="btn btn-danger"><a href="{{$profile_drop_link}}" id="profile-edit-drop-link" title="{{$del_prof}}" onclick="return confirmDelete();" {{$disabled}} >{{$del_prof}}</a></span>{{/if}} </div> + <div id="profile-edit-links-end"></div> <div id="profile-edit-wrapper" > -<form id="profile-edit-form" name="form1" action="profiles/{{$profile_id}}" method="post" > <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <div id="profile-edit-profile-name-wrapper" > @@ -33,13 +36,16 @@ </div> <div id="profile-edit-name-end"></div> + +{{if $fields.pdesc}} <div id="profile-edit-pdesc-wrapper" > <label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >{{$lbl_title}} </label> <input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="{{$pdesc}}" /> </div> <div id="profile-edit-pdesc-end"></div> +{{/if}} - +{{if $fields.gender}} <div id="profile-edit-gender-wrapper" > <label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label> {{if $advanced}} @@ -49,7 +55,9 @@ {{/if}} </div> <div id="profile-edit-gender-end"></div> +{{/if}} +{{if $fields.dob}} <div id="profile-edit-dob-wrapper" > <label id="profile-edit-dob-label" for="dob-select" >{{$lbl_bd}} </label> <div id="profile-edit-dob" > @@ -57,6 +65,7 @@ </div> </div> <div id="profile-edit-dob-end"></div> +{{/if}} {{$hide_friends}} @@ -65,50 +74,60 @@ </div> <div class="profile-edit-submit-end"></div> - +{{if $fields.address}} <div id="profile-edit-address-wrapper" > <label id="profile-edit-address-label" for="profile-edit-address" >{{$lbl_address}} </label> <input type="text" size="32" name="address" id="profile-edit-address" value="{{$address}}" /> </div> <div id="profile-edit-address-end"></div> +{{/if}} +{{if $fields.locality}} <div id="profile-edit-locality-wrapper" > <label id="profile-edit-locality-label" for="profile-edit-locality" >{{$lbl_city}} </label> <input type="text" size="32" name="locality" id="profile-edit-locality" value="{{$locality}}" /> </div> <div id="profile-edit-locality-end"></div> +{{/if}} - +{{if $fields.postal_code}} <div id="profile-edit-postal-code-wrapper" > <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >{{$lbl_zip}} </label> <input type="text" size="32" name="postal_code" id="profile-edit-postal-code" value="{{$postal_code}}" /> </div> <div id="profile-edit-postal-code-end"></div> +{{/if}} - +{{if $fields.region}} <div id="profile-edit-region-wrapper" > <label id="profile-edit-region-label" for="profile-edit-region" >{{$lbl_region}} </label> <input type="text" size="32" name="region" id="profile-edit-region" value="{{$region}}" /> </div> <div id="profile-edit-region-end"></div> +{{/if}} +{{if $fields.country_name}} <div id="profile-edit-country-name-wrapper" > <label id="profile-edit-country-name-label" for="profile-edit-country-name" >{{$lbl_country}} </label> <input type="text" size="32" name="country_name" id="profile-edit-country-name" value="{{$country_name}}" /> </div> <div id="profile-edit-country-name-end"></div> +{{/if}} +{{if $fields.hometown}} <div id="profile-edit-hometown-wrapper" > <label id="profile-edit-hometown-label" for="profile-edit-hometown" >{{$lbl_hometown}} </label> <input type="text" size="32" name="hometown" id="profile-edit-hometown" value="{{$hometown}}" /> </div> <div id="profile-edit-hometown-end"></div> +{{/if}} <div class="profile-edit-submit-wrapper" > <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" /> </div> <div class="profile-edit-submit-end"></div> +{{if $fields.marital }} <div id="profile-edit-marital-wrapper" > <label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital}} </label> {{if $advanced}} @@ -118,59 +137,61 @@ {{/if}} </div> <div class="clear"></div> +{{if $fields.with}} <label id="profile-edit-with-label" for="profile-edit-with" > {{$lbl_with}} </label> <input type="text" size="32" name="with" id="profile-edit-with" title="{{$lbl_ex1}}" value="{{$with}}" /> <div class="clear"></div> +{{/if}} +{{if $fields.howlong}} <label id="profile-edit-howlong-label" for="profile-edit-howlong" > {{$lbl_howlong}} </label> <input type="text" size="32" name="howlong" id="profile-edit-howlong" title="{{$lbl_howlong}}" value="{{$howlong}}" /> - +<div class="clear"></div> +{{/if}} <div id="profile-edit-marital-end"></div> - -<div id="profile-edit-sexual-wrapper" > -<label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label> -{{if $advanced}} -{{$sexual}} -{{else}} -{{$sexual_min}} {{/if}} -</div> -<div id="profile-edit-sexual-end"></div> - - +{{if $fields.homepage}} <div id="profile-edit-homepage-wrapper" > <label id="profile-edit-homepage-label" for="profile-edit-homepage" >{{$lbl_homepage}} </label> <input type="text" size="32" name="homepage" id="profile-edit-homepage" value="{{$homepage}}" /> </div> <div id="profile-edit-homepage-end"></div> +{{/if}} -{{if $advanced}} +{{if $fields.sexual}} +<div id="profile-edit-sexual-wrapper" > +<label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label> +{{$sexual}} +</div> +<div id="profile-edit-sexual-end"></div> +{{/if}} +{{if $fields.politic}} <div id="profile-edit-politic-wrapper" > <label id="profile-edit-politic-label" for="profile-edit-politic" >{{$lbl_politic}} </label> <input type="text" size="32" name="politic" id="profile-edit-politic" value="{{$politic}}" /> </div> <div id="profile-edit-politic-end"></div> +{{/if}} +{{if $fields.religion}} <div id="profile-edit-religion-wrapper" > <label id="profile-edit-religion-label" for="profile-edit-religion" >{{$lbl_religion}} </label> <input type="text" size="32" name="religion" id="profile-edit-religion" value="{{$religion}}" /> </div> <div id="profile-edit-religion-end"></div> - {{/if}} +{{if $fields.keywords}} <div id="profile-edit-pubkeywords-wrapper" > <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >{{$lbl_pubkey}} </label> <input type="text" size="32" name="keywords" id="profile-edit-pubkeywords" title="{{$lbl_ex2}}" value="{{$keywords}}" /> </div><div id="profile-edit-pubkeywords-desc">{{$lbl_pubdsc}}</div> <div id="profile-edit-pubkeywords-end"></div> +{{/if}} -<div class="profile-edit-submit-wrapper" > -<input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" /> -</div> -<div class="profile-edit-submit-end"></div> +{{if $fields.about}} <div id="about-jot-wrapper" > <p id="about-jot-desc" > {{$lbl_about}} @@ -180,9 +201,9 @@ </div> <div id="about-jot-end"></div> +{{/if}} - - +{{if $fields.contact}} <div id="contact-jot-wrapper" > <p id="contact-jot-desc" > {{$lbl_social}} @@ -192,9 +213,10 @@ </div> <div id="contact-jot-end"></div> +{{/if}} -{{if $advanced}} +{{if $fields.interest}} <div id="interest-jot-wrapper" > <p id="interest-jot-desc" > {{$lbl_hobbies}} @@ -204,8 +226,9 @@ </div> <div id="interest-jot-end"></div> +{{/if}} - +{{if $fields.likes}} <div id="likes-jot-wrapper" > <p id="likes-jot-desc" > {{$lbl_likes}} @@ -215,8 +238,9 @@ </div> <div id="likes-jot-end"></div> +{{/if}} - +{{if $fields.dislikes}} <div id="dislikes-jot-wrapper" > <p id="dislikes-jot-desc" > {{$lbl_dislikes}} @@ -226,8 +250,9 @@ </div> <div id="dislikes-jot-end"></div> +{{/if}} - +{{if $fields.channels}} <div id="channels-jot-wrapper" > <p id="channels-jot-desc" > {{$lbl_channels}} @@ -237,13 +262,9 @@ </div> <div id="channels-jot-end"></div> +{{/if}} -<div class="profile-edit-submit-wrapper" > -<input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" /> -</div> -<div class="profile-edit-submit-end"></div> - - +{{if $fields.music}} <div id="music-jot-wrapper" > <p id="music-jot-desc" > {{$lbl_music}} @@ -253,7 +274,9 @@ </div> <div id="music-jot-end"></div> +{{/if}} +{{if $fields.book}} <div id="book-jot-wrapper" > <p id="book-jot-desc" > {{$lbl_book}} @@ -263,9 +286,9 @@ </div> <div id="book-jot-end"></div> +{{/if}} - - +{{if $fields.tv}} <div id="tv-jot-wrapper" > <p id="tv-jot-desc" > {{$lbl_tv}} @@ -275,9 +298,9 @@ </div> <div id="tv-jot-end"></div> +{{/if}} - - +{{if $fields.film}} <div id="film-jot-wrapper" > <p id="film-jot-desc" > {{$lbl_film}} @@ -287,14 +310,10 @@ </div> <div id="film-jot-end"></div> +{{/if}} -<div class="profile-edit-submit-wrapper" > -<input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" /> -</div> -<div class="profile-edit-submit-end"></div> - - +{{if $fields.romance}} <div id="romance-jot-wrapper" > <p id="romance-jot-desc" > {{$lbl_love}} @@ -304,9 +323,9 @@ </div> <div id="romance-jot-end"></div> +{{/if}} - - +{{if $fields.work}} <div id="work-jot-wrapper" > <p id="work-jot-desc" > {{$lbl_work}} @@ -316,9 +335,9 @@ </div> <div id="work-jot-end"></div> +{{/if}} - - +{{if $fields.education}} <div id="education-jot-wrapper" > <p id="education-jot-desc" > {{$lbl_school}} @@ -328,7 +347,12 @@ </div> <div id="education-jot-end"></div> +{{/if}} +{{if $extra_fields}} +{{foreach $extra_fields as $field }} +{{include file="field_input.tpl" field=$field}} +{{/foreach}} {{/if}} <div class="profile-edit-submit-wrapper" > diff --git a/view/tpl/profile_listing_header.tpl b/view/tpl/profile_listing_header.tpl index 856d689f1..c4bc367ba 100755 --- a/view/tpl/profile_listing_header.tpl +++ b/view/tpl/profile_listing_header.tpl @@ -1,11 +1,11 @@ <h1>{{$header}}</h1> -<p id="profile-listing-desc" class="button" > +<p id="profile-listing-desc" class="btn btn-default" > <a href="profile_photo" >{{$chg_photo}}</a> </p> -<p id="profile-stuff-link" class="button"> +<p id="profile-stuff-link" class="btn btn-default"> <a href="thing" title="{{$stuff_desc}}">{{$addstuff}}</a> </p> -<p id="profile-listing-new-link-wrapper" class="button" > +<p id="profile-listing-new-link-wrapper" class="btn btn-default" > <a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a> </div> diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index a653dca7d..3c83cd685 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -2,7 +2,7 @@ {{if $profile.edit}} <div class="dropdown"> - <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil btn btn-default btn-xs" title="{{$profile.edit.1}}" ></i></a> + <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil" title="{{$profile.edit.1}}" ></i></a> <ul class="dropdown-menu" role="menu"> {{foreach $profile.menu.entries as $e}} <li> @@ -15,7 +15,7 @@ </div> {{/if}} - <div class="fn label">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div> + <div class="fn">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div> {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}} <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div> @@ -43,6 +43,9 @@ {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url"><a href="{{$profile.homepage}}" >{{$profile.homepage}}</a></dd></dl>{{/if}} + {{if $diaspora}} + {{include file="diaspora_vcard.tpl"}} + {{/if}} {{if $connect}} <a href="{{$connect_url}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a> diff --git a/view/tpl/removeaccount.tpl b/view/tpl/removeaccount.tpl new file mode 100644 index 000000000..b7378806b --- /dev/null +++ b/view/tpl/removeaccount.tpl @@ -0,0 +1,22 @@ +<h1>{{$title}}</h1> + +<div id="remove-account-wrapper"> + +<div id="remove-account-desc">{{$desc}}</div> + +<form action="{{$basedir}}/removeaccount" autocomplete="off" method="post" > +<input type="hidden" name="verify" value="{{$hash}}" /> + +<div id="remove-account-pass-wrapper"> +<label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label> +<input type="password" id="remove-account-pass" name="qxz_password" /> +</div> +<div id="remove-account-pass-end"></div> + +{{include file="field_checkbox.tpl" field=$global}} + +<input type="submit" name="submit" value="{{$submit}}" /> + +</form> +</div> + diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index f86ee0202..6719f2e75 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -20,7 +20,7 @@ <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}} </div> <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"> - {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} + {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}} <i class="icon-pencil"></i>{{/if}} {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} </div> <div class="wall-item-content" id="wall-item-content-{{$item.id}}"> <div class="wall-item-title-end"></div> diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 169516f08..1e28d8b84 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -2,9 +2,6 @@ <h1>{{$title}}</h1> - - - <form action="settings/account" id="settings-account-form" method="post" autocomplete="off" > <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> @@ -23,4 +20,9 @@ {{$account_settings}} +<div id="settings-remove-account-link"> +<h3 class="settings-heading">{{$removeme}}</h3> +<div id="settings-remove-account-desc">{{$removeaccount}}</div> +<button title="{{$permanent}}" class="btn btn-danger" type="submit" formaction="removeaccount">{{$removeme}}</button> +</div> </div> diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index a2038b930..6eda6a6ec 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -6,6 +6,9 @@ {{include file="field_themeselect.tpl" field=$theme}} {{include file="field_themeselect.tpl" field=$mobile_theme}} +{{if $expert}} +{{include file="field_checkbox.tpl" field=$user_scalable}} +{{/if}} {{include file="field_input.tpl" field=$ajaxint}} {{include file="field_input.tpl" field=$itemspage}} {{include file="field_checkbox.tpl" field=$nosmile}} diff --git a/view/tpl/xrd_diaspora.tpl b/view/tpl/xrd_diaspora.tpl new file mode 100644 index 000000000..aa0d8c740 --- /dev/null +++ b/view/tpl/xrd_diaspora.tpl @@ -0,0 +1,3 @@ + <Link rel="http://joindiaspora.com/seed_location" type="text/html" href="{{$baseurl}}/" /> + <Link rel="http://joindiaspora.com/guid" type="text/html" href="{{$dspr_guid}}" /> + <Link rel="diaspora-public-key" type="RSA" href="{{$dspr_key}}" /> diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 20d438dd5..631ed3f18 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -14,5 +14,13 @@ <Link rel="http://webfinger.net/rel/avatar" type="image/jpeg" href="{{$photo}}" /> - + <Link rel="http://microformats.org/profile/hcard" + type="text/html" + href="{{$hcard_url}}" /> + + <Link rel="magic-public-key" + href="{{$modexp}}" /> + + {{$dspr}} + </XRD> |