From 531710142c271bc4002e16345d3ccd5d3f1c83e2 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 23 Mar 2016 20:04:09 -0700 Subject: add hook to allow plugins to perform a follow activity from an activityfeed --- include/items.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/include/items.php b/include/items.php index 879f8ea12..2884d8e52 100755 --- a/include/items.php +++ b/include/items.php @@ -3848,8 +3848,8 @@ function consume_feed($xml, $importer, &$contact, $pass = 0) { $datarray = get_atom_elements($feed,$item,$author); if($contact['xchan_network'] === 'rss') { - $res['public_policy'] = 'specific'; - $res['comment_policy'] = 'none'; + $datarray['public_policy'] = 'specific'; + $datarray['comment_policy'] = 'none'; } if((! x($author,'author_name')) || ($author['author_is_feed'])) @@ -3911,8 +3911,8 @@ function consume_feed($xml, $importer, &$contact, $pass = 0) { $datarray = get_atom_elements($feed,$item,$author); if($contact['xchan_network'] === 'rss') { - $res['public_policy'] = 'specific'; - $res['comment_policy'] = 'none'; + $datarray['public_policy'] = 'specific'; + $datarray['comment_policy'] = 'none'; } @@ -3932,6 +3932,16 @@ function consume_feed($xml, $importer, &$contact, $pass = 0) { $datarray['author_xchan'] = ''; + if(activity_match($datarray['verb'],ACTIVITY_FOLLOW) && $datarray['obj_type'] === ACTIVITY_OBJ_PERSON) { + $cb = array('item' => $datarray,'channel' => $importer, 'xchan' => null, 'author' => $author, 'caught' => false); + call_hooks('follow_from_feed',$cb); + if($cb['caught']) { + if($cb['return_code']) + http_status_exit($cb['return_code']); + continue; + } + } + if($author['author_link'] != $contact['xchan_url']) { $x = import_author_unknown(array('name' => $author['author_name'],'url' => $author['author_link'],'photo' => array('src' => $author['author_photo']))); if($x) -- cgit v1.2.3 From 9b06d952a2f7c8cd152f38091841c6c8aba5b00f Mon Sep 17 00:00:00 2001 From: phellmes Date: Thu, 24 Mar 2016 09:08:12 +0100 Subject: Update DE translation strings --- view/de/hmessages.po | 1182 +++++++++++++++++++++++++------------------------- view/de/hstrings.php | 238 +++++----- 2 files changed, 713 insertions(+), 707 deletions(-) diff --git a/view/de/hmessages.po b/view/de/hmessages.po index f6a2b028e..cea1d86d3 100644 --- a/view/de/hmessages.po +++ b/view/de/hmessages.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-11 00:03-0800\n" -"PO-Revision-Date: 2016-03-13 12:21+0000\n" +"POT-Creation-Date: 2016-03-18 00:03-0700\n" +"PO-Revision-Date: 2016-03-24 08:00+0000\n" "Last-Translator: Phellmes \n" "Language-Team: German (http://www.transifex.com/Friendica/red-matrix/language/de/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,7 @@ msgid "Schedule Outbox" msgstr "Postausgang für überwachte Kalender" #: ../../Zotlabs/Storage/Browser.php:164 ../../include/apps.php:360 -#: ../../include/apps.php:415 ../../include/widgets.php:1434 +#: ../../include/apps.php:415 ../../include/widgets.php:1439 #: ../../include/conversation.php:1037 ../../mod/photos.php:766 #: ../../mod/photos.php:1209 msgid "Unknown" @@ -101,7 +101,7 @@ msgid "Create" msgstr "Erstelle" #: ../../Zotlabs/Storage/Browser.php:231 ../../Zotlabs/Storage/Browser.php:305 -#: ../../include/widgets.php:1447 ../../mod/photos.php:793 +#: ../../include/widgets.php:1452 ../../mod/photos.php:793 #: ../../mod/photos.php:1333 ../../mod/profile_photo.php:401 #: ../../mod/cover_photo.php:353 msgid "Upload" @@ -128,8 +128,8 @@ msgstr "Zuletzt geändert" #: ../../Zotlabs/Storage/Browser.php:240 ../../include/apps.php:259 #: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/menu.php:108 ../../include/identity.php:924 -#: ../../include/identity.php:928 ../../include/ItemObject.php:100 +#: ../../include/menu.php:108 ../../include/ItemObject.php:100 +#: ../../include/identity.php:932 ../../include/identity.php:936 #: ../../mod/blocks.php:153 ../../mod/connections.php:286 #: ../../mod/connections.php:306 ../../mod/editblock.php:135 #: ../../mod/editlayout.php:134 ../../mod/editpost.php:112 @@ -180,7 +180,7 @@ msgstr "Datei hochladen" #: ../../include/attach.php:352 ../../include/attach.php:359 #: ../../include/attach.php:437 ../../include/attach.php:889 #: ../../include/attach.php:960 ../../include/attach.php:1112 -#: ../../include/photos.php:29 ../../include/items.php:4573 +#: ../../include/photos.php:29 ../../include/items.php:4660 #: ../../index.php:180 ../../mod/achievements.php:30 ../../mod/api.php:26 #: ../../mod/api.php:31 ../../mod/appman.php:66 ../../mod/authtest.php:13 #: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/blocks.php:69 @@ -229,8 +229,8 @@ msgid "Page not found." msgstr "Seite nicht gefunden." #: ../../include/Contact.php:101 ../../include/widgets.php:147 -#: ../../include/widgets.php:185 ../../include/identity.php:1003 -#: ../../include/conversation.php:961 ../../mod/directory.php:321 +#: ../../include/widgets.php:185 ../../include/conversation.php:961 +#: ../../include/identity.php:1011 ../../mod/directory.php:321 #: ../../mod/match.php:64 ../../mod/suggest.php:52 msgid "Connect" msgstr "Verbinden" @@ -299,7 +299,7 @@ msgid "Registration request at %s" msgstr "Registrierungsanfrage auf %s" #: ../../include/account.php:317 ../../include/account.php:344 -#: ../../include/account.php:404 ../../include/network.php:1660 +#: ../../include/account.php:404 ../../include/network.php:1864 msgid "Administrator" msgstr "Administrator" @@ -432,7 +432,7 @@ msgstr "Webseiten" msgid "Channel Home" msgstr "Mein Kanal" -#: ../../include/apps.php:138 ../../include/identity.php:1387 +#: ../../include/apps.php:138 ../../include/identity.php:1395 #: ../../mod/profperm.php:112 msgid "Profile" msgstr "Profil" @@ -525,15 +525,15 @@ msgstr "Installieren" msgid "Purchase" msgstr "Kaufen" -#: ../../include/auth.php:132 +#: ../../include/auth.php:105 msgid "Logged out." msgstr "Ausgeloggt." -#: ../../include/auth.php:273 +#: ../../include/auth.php:246 msgid "Failed authentication" msgstr "Authentifizierung fehlgeschlagen" -#: ../../include/auth.php:287 ../../mod/openid.php:189 +#: ../../include/auth.php:260 ../../mod/openid.php:189 msgid "Login failed." msgstr "Login fehlgeschlagen." @@ -561,7 +561,7 @@ msgid "Finishes:" msgstr "Endet:" #: ../../include/bb2diaspora.php:487 ../../include/event.php:52 -#: ../../include/text.php:1433 ../../include/identity.php:1018 +#: ../../include/text.php:1433 ../../include/identity.php:1026 #: ../../mod/directory.php:307 msgid "Location:" msgstr "Ort:" @@ -690,8 +690,9 @@ msgstr "Sicherer Modus" #: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 #: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 #: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 -#: ../../mod/photos.php:634 ../../mod/admin.php:425 ../../mod/removeme.php:60 -#: ../../mod/settings.php:588 ../../view/theme/redbasic/php/config.php:105 +#: ../../mod/photos.php:634 ../../mod/admin.php:425 ../../mod/profiles.php:647 +#: ../../mod/removeme.php:60 ../../mod/settings.php:588 +#: ../../view/theme/redbasic/php/config.php:105 #: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1555 msgid "No" msgstr "Nein" @@ -703,8 +704,9 @@ msgstr "Nein" #: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 #: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 #: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 -#: ../../mod/photos.php:634 ../../mod/admin.php:427 ../../mod/removeme.php:60 -#: ../../mod/settings.php:588 ../../view/theme/redbasic/php/config.php:105 +#: ../../mod/photos.php:634 ../../mod/admin.php:427 ../../mod/profiles.php:647 +#: ../../mod/removeme.php:60 ../../mod/settings.php:588 +#: ../../view/theme/redbasic/php/config.php:105 #: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1555 msgid "Yes" msgstr "Ja" @@ -763,7 +765,7 @@ msgstr "Antwort des entfernten Kanals war unvollständig." msgid "Channel was deleted and no longer exists." msgstr "Kanal wurde gelöscht und existiert nicht mehr." -#: ../../include/follow.php:153 ../../include/follow.php:183 +#: ../../include/follow.php:153 ../../include/follow.php:185 msgid "Protocol disabled." msgstr "Protokoll deaktiviert." @@ -771,11 +773,11 @@ msgstr "Protokoll deaktiviert." msgid "Channel discovery failed." msgstr "Kanalsuche fehlgeschlagen" -#: ../../include/follow.php:199 +#: ../../include/follow.php:201 msgid "local account not found." msgstr "Lokales Konto nicht gefunden." -#: ../../include/follow.php:224 +#: ../../include/follow.php:226 msgid "Cannot connect to yourself." msgstr "Du kannst Dich nicht mit Dir selbst verbinden." @@ -898,7 +900,8 @@ msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "Ungespeicherte Änderungen. Bist Du sicher, dass Du diese Seite verlassen möchtest?" #: ../../include/js_strings.php:25 ../../mod/events.php:459 -#: ../../mod/profiles.php:472 ../../mod/pubsites.php:36 +#: ../../mod/profiles.php:472 ../../mod/profiles.php:697 +#: ../../mod/pubsites.php:36 msgid "Location" msgstr "Ort" @@ -1195,7 +1198,8 @@ msgstr "Profil ansehen" msgid "Your profile page" msgstr "Deine Profilseite" -#: ../../include/nav.php:88 ../../include/identity.php:924 +#: ../../include/nav.php:88 ../../include/identity.php:932 +#: ../../mod/profiles.php:776 msgid "Edit Profiles" msgstr "Profile bearbeiten" @@ -1203,7 +1207,7 @@ msgstr "Profile bearbeiten" msgid "Manage/Edit profiles" msgstr "Profile verwalten" -#: ../../include/nav.php:90 ../../include/identity.php:928 +#: ../../include/nav.php:90 ../../include/identity.php:936 msgid "Edit Profile" msgstr "Profile bearbeiten" @@ -1362,7 +1366,7 @@ msgstr "Verwalte Deine Kanäle" msgid "Account/Channel Settings" msgstr "Konto-/Kanal-Einstellungen" -#: ../../include/nav.php:213 ../../include/widgets.php:1347 +#: ../../include/nav.php:213 ../../include/widgets.php:1350 msgid "Admin" msgstr "Administration" @@ -1762,7 +1766,7 @@ msgstr "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinli msgid "Tags" msgstr "Schlagwörter" -#: ../../include/taxonomy.php:305 ../../mod/profiles.php:717 +#: ../../include/taxonomy.php:305 msgid "Keywords" msgstr "Schlüsselwörter" @@ -1798,8 +1802,8 @@ msgstr "verurteile" msgid "dislikes" msgstr "missfällt" -#: ../../include/taxonomy.php:415 ../../include/identity.php:1296 -#: ../../include/conversation.php:1756 ../../include/ItemObject.php:179 +#: ../../include/taxonomy.php:415 ../../include/conversation.php:1756 +#: ../../include/ItemObject.php:179 ../../include/identity.php:1304 #: ../../mod/photos.php:1097 msgctxt "noun" msgid "Like" @@ -1807,92 +1811,6 @@ msgid_plural "Likes" msgstr[0] "Gefällt mir" msgstr[1] "Gefällt mir" -#: ../../include/datetime.php:48 -msgid "Miscellaneous" -msgstr "Verschiedenes" - -#: ../../include/datetime.php:132 -msgid "YYYY-MM-DD or MM-DD" -msgstr "JJJJ-MM-TT oder MM-TT" - -#: ../../include/datetime.php:236 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 ../../mod/events.php:444 ../../mod/events.php:449 -msgid "Required" -msgstr "Benötigt" - -#: ../../include/datetime.php:263 ../../boot.php:2382 -msgid "never" -msgstr "Nie" - -#: ../../include/datetime.php:269 -msgid "less than a second ago" -msgstr "Vor weniger als einer Sekunde" - -#: ../../include/datetime.php:287 -#, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" -msgstr "vor %1$d %2$s" - -#: ../../include/datetime.php:298 -msgctxt "relative_date" -msgid "year" -msgid_plural "years" -msgstr[0] "Jahr" -msgstr[1] "Jahre" - -#: ../../include/datetime.php:301 -msgctxt "relative_date" -msgid "month" -msgid_plural "months" -msgstr[0] "Monat" -msgstr[1] "Monate" - -#: ../../include/datetime.php:304 -msgctxt "relative_date" -msgid "week" -msgid_plural "weeks" -msgstr[0] "Woche" -msgstr[1] "Wochen" - -#: ../../include/datetime.php:307 -msgctxt "relative_date" -msgid "day" -msgid_plural "days" -msgstr[0] "Tag" -msgstr[1] "Tage" - -#: ../../include/datetime.php:310 -msgctxt "relative_date" -msgid "hour" -msgid_plural "hours" -msgstr[0] "Stunde" -msgstr[1] "Stunden" - -#: ../../include/datetime.php:313 -msgctxt "relative_date" -msgid "minute" -msgid_plural "minutes" -msgstr[0] "Minute" -msgstr[1] "Minuten" - -#: ../../include/datetime.php:316 -msgctxt "relative_date" -msgid "second" -msgid_plural "seconds" -msgstr[0] "Sekunde" -msgstr[1] "Sekunden" - -#: ../../include/datetime.php:553 -#, php-format -msgid "%1$s's birthday" -msgstr "%1$ss Geburtstag" - -#: ../../include/datetime.php:554 -#, php-format -msgid "Happy Birthday %1$s" -msgstr "Alles Gute zum Geburtstag, %1$s" - #: ../../include/zot.php:680 msgid "Invalid data packet" msgstr "Ungültiges Datenpaket" @@ -1901,12 +1819,12 @@ msgstr "Ungültiges Datenpaket" msgid "Unable to verify channel signature" msgstr "Konnte die Signatur des Kanals nicht verifizieren" -#: ../../include/zot.php:2326 +#: ../../include/zot.php:2332 #, php-format msgid "Unable to verify site signature for %s" msgstr "Kann die Signatur der Seite von %s nicht verifizieren" -#: ../../include/zot.php:3661 +#: ../../include/zot.php:3667 msgid "invalid target signature" msgstr "Ungültige Signatur des Ziels" @@ -2042,24 +1960,24 @@ msgstr "MySpace" msgid "view full size" msgstr "In Vollbildansicht anschauen" -#: ../../include/network.php:1612 ../../include/enotify.php:57 +#: ../../include/network.php:1816 ../../include/enotify.php:57 msgid "$Projectname Notification" msgstr "$Projectname-Benachrichtigung" -#: ../../include/network.php:1613 ../../include/enotify.php:58 +#: ../../include/network.php:1817 ../../include/enotify.php:58 msgid "$projectname" msgstr "$projectname" -#: ../../include/network.php:1615 ../../include/enotify.php:60 +#: ../../include/network.php:1819 ../../include/enotify.php:60 msgid "Thank You," msgstr "Danke." -#: ../../include/network.php:1617 ../../include/enotify.php:62 +#: ../../include/network.php:1821 ../../include/enotify.php:62 #, php-format msgid "%s Administrator" msgstr "der Administrator von %s" -#: ../../include/network.php:1674 +#: ../../include/network.php:1878 msgid "No Subject" msgstr "Kein Betreff" @@ -2384,6 +2302,7 @@ msgid "System" msgstr "System" #: ../../include/widgets.php:105 ../../include/conversation.php:1541 +#: ../../mod/profiles.php:696 msgid "Personal" msgstr "Persönlich" @@ -2641,6 +2560,10 @@ msgstr "Seite" msgid "Accounts" msgstr "Konten" +#: ../../include/widgets.php:1317 ../../include/widgets.php:1355 +msgid "Member registrations waiting for confirmation" +msgstr "Nutzer-Anmeldungen, die auf Bestätigung warten" + #: ../../include/widgets.php:1318 ../../mod/admin.php:1149 msgid "Channels" msgstr "Kanäle" @@ -2671,25 +2594,21 @@ msgstr "Profil Felder" msgid "DB updates" msgstr "DB-Aktualisierungen" -#: ../../include/widgets.php:1343 ../../include/widgets.php:1349 +#: ../../include/widgets.php:1343 ../../include/widgets.php:1353 #: ../../mod/admin.php:1605 msgid "Logs" msgstr "Protokolle" -#: ../../include/widgets.php:1348 +#: ../../include/widgets.php:1351 msgid "Plugin Features" msgstr "Plug-In Funktionen" -#: ../../include/widgets.php:1350 -msgid "User registrations waiting for confirmation" -msgstr "Nutzer-Anmeldungen, die auf Bestätigung warten" - -#: ../../include/widgets.php:1428 ../../mod/photos.php:760 +#: ../../include/widgets.php:1433 ../../mod/photos.php:760 #: ../../mod/photos.php:1300 msgid "View Photo" msgstr "Foto ansehen" -#: ../../include/widgets.php:1445 ../../mod/photos.php:791 +#: ../../include/widgets.php:1450 ../../mod/photos.php:791 msgid "Edit Album" msgstr "Album bearbeiten" @@ -3156,287 +3075,153 @@ msgstr "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen." msgid "[Hubzilla:Notify]" msgstr "[Hubzilla:Benachrichtigung]" -#: ../../include/identity.php:32 -msgid "Unable to obtain identity information from database" -msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen" - -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "Namensfeld leer" +#: ../../include/datetime.php:48 ../../mod/profiles.php:699 +msgid "Miscellaneous" +msgstr "Verschiedenes" -#: ../../include/identity.php:69 -msgid "Name too long" -msgstr "Name ist zu lang" +#: ../../include/datetime.php:136 +msgid "Birthday" +msgstr "Geburtstag" -#: ../../include/identity.php:181 -msgid "No account identifier" -msgstr "Keine Account-Kennung" +#: ../../include/datetime.php:138 +msgid "Age: " +msgstr "Alter:" -#: ../../include/identity.php:193 -msgid "Nickname is required." -msgstr "Spitzname ist erforderlich." +#: ../../include/datetime.php:140 +msgid "YYYY-MM-DD or MM-DD" +msgstr "JJJJ-MM-TT oder MM-TT" -#: ../../include/identity.php:207 -msgid "Reserved nickname. Please choose another." -msgstr "Reservierter Kurzname. Bitte wähle einen anderen." +#: ../../include/datetime.php:246 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 ../../mod/events.php:444 ../../mod/events.php:449 +#: ../../mod/profiles.php:708 ../../mod/profiles.php:712 +msgid "Required" +msgstr "Benötigt" -#: ../../include/identity.php:212 -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/datetime.php:273 ../../boot.php:2382 +msgid "never" +msgstr "Nie" -#: ../../include/identity.php:288 -msgid "Unable to retrieve created identity" -msgstr "Kann die erstellte Identität nicht empfangen" +#: ../../include/datetime.php:279 +msgid "less than a second ago" +msgstr "Vor weniger als einer Sekunde" -#: ../../include/identity.php:346 -msgid "Default Profile" -msgstr "Standard-Profil" +#: ../../include/datetime.php:297 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" +msgstr "vor %1$d %2$s" -#: ../../include/identity.php:776 -msgid "Requested channel is not available." -msgstr "Angeforderte Kanal nicht verfügbar." +#: ../../include/datetime.php:308 +msgctxt "relative_date" +msgid "year" +msgid_plural "years" +msgstr[0] "Jahr" +msgstr[1] "Jahre" -#: ../../include/identity.php:822 ../../mod/achievements.php:11 -#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29 -#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 -#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 -#: ../../mod/profile.php:16 ../../mod/webpages.php:29 -msgid "Requested profile is not available." -msgstr "Erwünschte Profil ist nicht verfügbar." +#: ../../include/datetime.php:311 +msgctxt "relative_date" +msgid "month" +msgid_plural "months" +msgstr[0] "Monat" +msgstr[1] "Monate" -#: ../../include/identity.php:917 ../../mod/profiles.php:795 -msgid "Change profile photo" -msgstr "Profilfoto ändern" +#: ../../include/datetime.php:314 +msgctxt "relative_date" +msgid "week" +msgid_plural "weeks" +msgstr[0] "Woche" +msgstr[1] "Wochen" -#: ../../include/identity.php:925 ../../mod/profiles.php:796 -msgid "Create New Profile" -msgstr "Neues Profil erstellen" +#: ../../include/datetime.php:317 +msgctxt "relative_date" +msgid "day" +msgid_plural "days" +msgstr[0] "Tag" +msgstr[1] "Tage" -#: ../../include/identity.php:942 ../../mod/profiles.php:807 -msgid "Profile Image" -msgstr "Profilfoto:" +#: ../../include/datetime.php:320 +msgctxt "relative_date" +msgid "hour" +msgid_plural "hours" +msgstr[0] "Stunde" +msgstr[1] "Stunden" -#: ../../include/identity.php:945 -msgid "Visible to everybody" -msgstr "Für jeden sichtbar" +#: ../../include/datetime.php:323 +msgctxt "relative_date" +msgid "minute" +msgid_plural "minutes" +msgstr[0] "Minute" +msgstr[1] "Minuten" -#: ../../include/identity.php:946 ../../mod/profiles.php:689 -#: ../../mod/profiles.php:811 -msgid "Edit visibility" -msgstr "Sichtbarkeit bearbeiten" +#: ../../include/datetime.php:326 +msgctxt "relative_date" +msgid "second" +msgid_plural "seconds" +msgstr[0] "Sekunde" +msgstr[1] "Sekunden" -#: ../../include/identity.php:1022 ../../include/identity.php:1280 -msgid "Gender:" -msgstr "Geschlecht:" +#: ../../include/datetime.php:563 +#, php-format +msgid "%1$s's birthday" +msgstr "%1$ss Geburtstag" -#: ../../include/identity.php:1023 ../../include/identity.php:1324 -msgid "Status:" -msgstr "Status:" +#: ../../include/datetime.php:564 +#, php-format +msgid "Happy Birthday %1$s" +msgstr "Alles Gute zum Geburtstag, %1$s" -#: ../../include/identity.php:1024 ../../include/identity.php:1335 -msgid "Homepage:" -msgstr "Homepage:" +#: ../../include/oembed.php:267 +msgid "Embedded content" +msgstr "Eingebetteter Inhalt" -#: ../../include/identity.php:1025 -msgid "Online Now" -msgstr "gerade online" +#: ../../include/oembed.php:276 +msgid "Embedding disabled" +msgstr "Einbetten ausgeschaltet" -#: ../../include/identity.php:1113 ../../include/identity.php:1191 -#: ../../mod/ping.php:318 -msgid "g A l F d" -msgstr "l, d. F, G:i \\U\\h\\r" +#: ../../include/conversation.php:126 ../../mod/like.php:113 +msgid "channel" +msgstr "Kanal" -#: ../../include/identity.php:1114 ../../include/identity.php:1192 -msgid "F d" -msgstr "d. F" +#: ../../include/conversation.php:164 ../../mod/like.php:416 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s gefällt %2$ss %3$s" -#: ../../include/identity.php:1159 ../../include/identity.php:1231 -#: ../../mod/ping.php:341 -msgid "[today]" -msgstr "[Heute]" +#: ../../include/conversation.php:167 ../../mod/like.php:418 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s gefällt %2$ss %3$s nicht" -#: ../../include/identity.php:1170 -msgid "Birthday Reminders" -msgstr "Geburtstags Erinnerungen" +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s ist jetzt mit %2$s verbunden" -#: ../../include/identity.php:1171 -msgid "Birthdays this week:" -msgstr "Geburtstage in dieser Woche:" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s stupste %2$s an" -#: ../../include/identity.php:1224 -msgid "[No description]" -msgstr "[Keine Beschreibung]" +#: ../../include/conversation.php:260 ../../mod/mood.php:63 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" +msgstr "%1$s ist %2$s" -#: ../../include/identity.php:1242 -msgid "Event Reminders" -msgstr "Termin-Erinnerungen" +#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +msgctxt "title" +msgid "Likes" +msgstr "Gefällt mir" -#: ../../include/identity.php:1243 -msgid "Events this week:" -msgstr "Termine in dieser Woche:" +#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +msgctxt "title" +msgid "Dislikes" +msgstr "Gefällt mir nicht" -#: ../../include/identity.php:1278 ../../mod/settings.php:1047 -msgid "Full Name:" -msgstr "Voller Name:" - -#: ../../include/identity.php:1285 -msgid "Like this channel" -msgstr "Dieser Kanal gefällt mir" - -#: ../../include/identity.php:1309 -msgid "j F, Y" -msgstr "j. F Y" - -#: ../../include/identity.php:1310 -msgid "j F" -msgstr "j. F" - -#: ../../include/identity.php:1317 -msgid "Birthday:" -msgstr "Geburtstag:" - -#: ../../include/identity.php:1321 ../../mod/directory.php:302 -msgid "Age:" -msgstr "Alter:" - -#: ../../include/identity.php:1330 -#, php-format -msgid "for %1$d %2$s" -msgstr "seit %1$d %2$s" - -#: ../../include/identity.php:1333 -msgid "Sexual Preference:" -msgstr "Sexuelle Orientierung:" - -#: ../../include/identity.php:1337 ../../mod/directory.php:318 -msgid "Hometown:" -msgstr "Heimatstadt:" - -#: ../../include/identity.php:1339 -msgid "Tags:" -msgstr "Schlagworte:" - -#: ../../include/identity.php:1341 -msgid "Political Views:" -msgstr "Politische Ansichten:" - -#: ../../include/identity.php:1343 -msgid "Religion:" -msgstr "Religion:" - -#: ../../include/identity.php:1345 ../../mod/directory.php:320 -msgid "About:" -msgstr "Über:" - -#: ../../include/identity.php:1347 -msgid "Hobbies/Interests:" -msgstr "Hobbys/Interessen:" - -#: ../../include/identity.php:1349 -msgid "Likes:" -msgstr "Gefällt:" - -#: ../../include/identity.php:1351 -msgid "Dislikes:" -msgstr "Gefällt nicht:" - -#: ../../include/identity.php:1353 -msgid "Contact information and Social Networks:" -msgstr "Kontaktinformation und soziale Netzwerke:" - -#: ../../include/identity.php:1355 -msgid "My other channels:" -msgstr "Meine anderen Kanäle:" - -#: ../../include/identity.php:1357 -msgid "Musical interests:" -msgstr "Musikalische Interessen:" - -#: ../../include/identity.php:1359 -msgid "Books, literature:" -msgstr "Bücher, Literatur:" - -#: ../../include/identity.php:1361 -msgid "Television:" -msgstr "Fernsehen:" - -#: ../../include/identity.php:1363 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/Tanz/Kultur/Unterhaltung:" - -#: ../../include/identity.php:1365 -msgid "Love/Romance:" -msgstr "Liebe/Romantik:" - -#: ../../include/identity.php:1367 -msgid "Work/employment:" -msgstr "Arbeit/Anstellung:" - -#: ../../include/identity.php:1369 -msgid "School/education:" -msgstr "Schule/Ausbildung:" - -#: ../../include/identity.php:1389 -msgid "Like this thing" -msgstr "Gefällt mir" - -#: ../../include/identity.php:1799 ../../mod/cover_photo.php:236 -msgid "cover photo" -msgstr "Cover Foto" - -#: ../../include/oembed.php:267 -msgid "Embedded content" -msgstr "Eingebetteter Inhalt" - -#: ../../include/oembed.php:276 -msgid "Embedding disabled" -msgstr "Einbetten ausgeschaltet" - -#: ../../include/conversation.php:126 ../../mod/like.php:113 -msgid "channel" -msgstr "Kanal" - -#: ../../include/conversation.php:164 ../../mod/like.php:416 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s gefällt %2$ss %3$s" - -#: ../../include/conversation.php:167 ../../mod/like.php:418 -#, 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:204 -#, php-format -msgid "%1$s is now connected with %2$s" -msgstr "%1$s ist jetzt mit %2$s verbunden" - -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s stupste %2$s an" - -#: ../../include/conversation.php:260 ../../mod/mood.php:63 -#, php-format -msgctxt "mood" -msgid "%1$s is %2$s" -msgstr "%1$s ist %2$s" - -#: ../../include/conversation.php:574 ../../mod/photos.php:1074 -msgctxt "title" -msgid "Likes" -msgstr "Gefällt mir" - -#: ../../include/conversation.php:574 ../../mod/photos.php:1074 -msgctxt "title" -msgid "Dislikes" -msgstr "Gefällt mir nicht" - -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 -msgctxt "title" -msgid "Agree" -msgstr "Zustimmungen" +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +msgctxt "title" +msgid "Agree" +msgstr "Zustimmungen" #: ../../include/conversation.php:575 ../../mod/photos.php:1075 msgctxt "title" @@ -4192,137 +3977,366 @@ msgstr "Forum - Weitgehend öffentlich" msgid "Forum - Restricted" msgstr "Forum - Beschränkt" -#: ../../include/permissions.php:878 -msgid "Forum - Private" -msgstr "Forum - Privat" +#: ../../include/permissions.php:878 +msgid "Forum - Private" +msgstr "Forum - Privat" + +#: ../../include/permissions.php:879 +msgid "Feed Republish" +msgstr "Teilen von Feeds" + +#: ../../include/permissions.php:879 +msgid "Feed - Mostly Public" +msgstr "Feeds - Weitgehend öffentlich" + +#: ../../include/permissions.php:879 +msgid "Feed - Restricted" +msgstr "Feeds - Beschränkt" + +#: ../../include/permissions.php:880 +msgid "Special Purpose" +msgstr "Für besondere Zwecke" + +#: ../../include/permissions.php:880 +msgid "Special - Celebrity/Soapbox" +msgstr "Speziell - Mitteilungs-Kanal (keine Kommentare)" + +#: ../../include/permissions.php:880 +msgid "Special - Group Repository" +msgstr "Speziell - Gruppenarchiv" + +#: ../../include/permissions.php:881 +msgid "Custom/Expert Mode" +msgstr "Benutzerdefiniert/Expertenmodus" + +#: ../../include/items.php:423 ../../index.php:179 ../../mod/dreport.php:6 +#: ../../mod/dreport.php:45 ../../mod/group.php:68 +#: ../../mod/import_items.php:108 ../../mod/like.php:280 +#: ../../mod/profperm.php:23 ../../mod/subthread.php:58 +msgid "Permission denied" +msgstr "Keine Berechtigung" + +#: ../../include/items.php:1138 ../../include/items.php:1183 +msgid "(Unknown)" +msgstr "(Unbekannt)" + +#: ../../include/items.php:1382 +msgid "Visible to anybody on the internet." +msgstr "Für jeden im Internet sichtbar." + +#: ../../include/items.php:1384 +msgid "Visible to you only." +msgstr "Nur für Dich sichtbar." + +#: ../../include/items.php:1386 +msgid "Visible to anybody in this network." +msgstr "Für jedes $Projectname-Mitglied sichtbar." + +#: ../../include/items.php:1388 +msgid "Visible to anybody authenticated." +msgstr "Für jeden sichtbar, der angemeldet ist." + +#: ../../include/items.php:1390 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Für jeden auf %s sichtbar." + +#: ../../include/items.php:1392 +msgid "Visible to all connections." +msgstr "Für alle Verbindungen sichtbar." + +#: ../../include/items.php:1394 +msgid "Visible to approved connections." +msgstr "Nur für akzeptierte Verbindungen sichtbar." + +#: ../../include/items.php:1396 +msgid "Visible to specific connections." +msgstr "Sichtbar für bestimmte Verbindungen." + +#: ../../include/items.php:4581 ../../mod/display.php:36 +#: ../../mod/filestorage.php:27 ../../mod/admin.php:141 +#: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/thing.php:85 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "Element nicht gefunden." + +#: ../../include/items.php:5117 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Privacy group not found." +msgstr "Gruppe nicht gefunden." + +#: ../../include/items.php:5133 +msgid "Privacy group is empty." +msgstr "Gruppe ist leer." + +#: ../../include/items.php:5140 +#, php-format +msgid "Privacy group: %s" +msgstr "Gruppe: %s" + +#: ../../include/items.php:5150 ../../mod/connedit.php:701 +#, php-format +msgid "Connection: %s" +msgstr "Verbindung: %s" + +#: ../../include/items.php:5152 +msgid "Connection not found." +msgstr "Die Verbindung wurde nicht gefunden." + +#: ../../include/items.php:5578 ../../mod/cover_photo.php:229 +msgid "female" +msgstr "weiblich" + +#: ../../include/items.php:5579 ../../mod/cover_photo.php:230 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "%1$s hat ihr %2$s aktualisiert" + +#: ../../include/items.php:5580 ../../mod/cover_photo.php:231 +msgid "male" +msgstr "männlich" + +#: ../../include/items.php:5581 ../../mod/cover_photo.php:232 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "%1$s hat sein %2$s aktualisiert" + +#: ../../include/items.php:5583 ../../mod/cover_photo.php:234 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "%1$s hat sein/ihr %2$s aktualisiert" + +#: ../../include/items.php:5585 +msgid "profile photo" +msgstr "Profilfoto" + +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" +msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen" + +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Namensfeld leer" + +#: ../../include/identity.php:69 +msgid "Name too long" +msgstr "Name ist zu lang" + +#: ../../include/identity.php:181 +msgid "No account identifier" +msgstr "Keine Account-Kennung" + +#: ../../include/identity.php:193 +msgid "Nickname is required." +msgstr "Spitzname ist erforderlich." + +#: ../../include/identity.php:207 +msgid "Reserved nickname. Please choose another." +msgstr "Reservierter Kurzname. Bitte wähle einen anderen." + +#: ../../include/identity.php:212 +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:288 +msgid "Unable to retrieve created identity" +msgstr "Kann die erstellte Identität nicht empfangen" + +#: ../../include/identity.php:346 +msgid "Default Profile" +msgstr "Standard-Profil" + +#: ../../include/identity.php:784 +msgid "Requested channel is not available." +msgstr "Angeforderte Kanal nicht verfügbar." + +#: ../../include/identity.php:830 ../../mod/achievements.php:11 +#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29 +#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 +#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 +msgid "Requested profile is not available." +msgstr "Erwünschte Profil ist nicht verfügbar." + +#: ../../include/identity.php:925 ../../mod/profiles.php:691 +msgid "Change profile photo" +msgstr "Profilfoto ändern" + +#: ../../include/identity.php:933 +msgid "Create New Profile" +msgstr "Neues Profil erstellen" + +#: ../../include/identity.php:950 ../../mod/profiles.php:766 +msgid "Profile Image" +msgstr "Profilfoto:" + +#: ../../include/identity.php:953 +msgid "Visible to everybody" +msgstr "Für jeden sichtbar" + +#: ../../include/identity.php:954 ../../mod/profiles.php:689 +#: ../../mod/profiles.php:770 +msgid "Edit visibility" +msgstr "Sichtbarkeit bearbeiten" + +#: ../../include/identity.php:1030 ../../include/identity.php:1288 +msgid "Gender:" +msgstr "Geschlecht:" + +#: ../../include/identity.php:1031 ../../include/identity.php:1332 +msgid "Status:" +msgstr "Status:" + +#: ../../include/identity.php:1032 ../../include/identity.php:1343 +msgid "Homepage:" +msgstr "Homepage:" + +#: ../../include/identity.php:1033 +msgid "Online Now" +msgstr "gerade online" + +#: ../../include/identity.php:1121 ../../include/identity.php:1199 +#: ../../mod/ping.php:318 +msgid "g A l F d" +msgstr "l, d. F, G:i \\U\\h\\r" + +#: ../../include/identity.php:1122 ../../include/identity.php:1200 +msgid "F d" +msgstr "d. F" + +#: ../../include/identity.php:1167 ../../include/identity.php:1239 +#: ../../mod/ping.php:341 +msgid "[today]" +msgstr "[Heute]" + +#: ../../include/identity.php:1178 +msgid "Birthday Reminders" +msgstr "Geburtstags Erinnerungen" + +#: ../../include/identity.php:1179 +msgid "Birthdays this week:" +msgstr "Geburtstage in dieser Woche:" + +#: ../../include/identity.php:1232 +msgid "[No description]" +msgstr "[Keine Beschreibung]" -#: ../../include/permissions.php:879 -msgid "Feed Republish" -msgstr "Teilen von Feeds" +#: ../../include/identity.php:1250 +msgid "Event Reminders" +msgstr "Termin-Erinnerungen" -#: ../../include/permissions.php:879 -msgid "Feed - Mostly Public" -msgstr "Feeds - Weitgehend öffentlich" +#: ../../include/identity.php:1251 +msgid "Events this week:" +msgstr "Termine in dieser Woche:" -#: ../../include/permissions.php:879 -msgid "Feed - Restricted" -msgstr "Feeds - Beschränkt" +#: ../../include/identity.php:1286 ../../mod/settings.php:1047 +msgid "Full Name:" +msgstr "Voller Name:" -#: ../../include/permissions.php:880 -msgid "Special Purpose" -msgstr "Für besondere Zwecke" +#: ../../include/identity.php:1293 +msgid "Like this channel" +msgstr "Dieser Kanal gefällt mir" -#: ../../include/permissions.php:880 -msgid "Special - Celebrity/Soapbox" -msgstr "Speziell - Mitteilungs-Kanal (keine Kommentare)" +#: ../../include/identity.php:1317 +msgid "j F, Y" +msgstr "j. F Y" -#: ../../include/permissions.php:880 -msgid "Special - Group Repository" -msgstr "Speziell - Gruppenarchiv" +#: ../../include/identity.php:1318 +msgid "j F" +msgstr "j. F" -#: ../../include/permissions.php:881 -msgid "Custom/Expert Mode" -msgstr "Benutzerdefiniert/Expertenmodus" +#: ../../include/identity.php:1325 +msgid "Birthday:" +msgstr "Geburtstag:" -#: ../../include/items.php:423 ../../index.php:179 ../../mod/dreport.php:6 -#: ../../mod/dreport.php:45 ../../mod/group.php:68 -#: ../../mod/import_items.php:108 ../../mod/like.php:280 -#: ../../mod/profperm.php:23 ../../mod/subthread.php:58 -msgid "Permission denied" -msgstr "Keine Berechtigung" +#: ../../include/identity.php:1329 ../../mod/directory.php:302 +msgid "Age:" +msgstr "Alter:" -#: ../../include/items.php:1138 ../../include/items.php:1183 -msgid "(Unknown)" -msgstr "(Unbekannt)" +#: ../../include/identity.php:1338 +#, php-format +msgid "for %1$d %2$s" +msgstr "seit %1$d %2$s" -#: ../../include/items.php:1382 -msgid "Visible to anybody on the internet." -msgstr "Für jeden im Internet sichtbar." +#: ../../include/identity.php:1341 +msgid "Sexual Preference:" +msgstr "Sexuelle Orientierung:" -#: ../../include/items.php:1384 -msgid "Visible to you only." -msgstr "Nur für Dich sichtbar." +#: ../../include/identity.php:1345 ../../mod/directory.php:318 +msgid "Hometown:" +msgstr "Heimatstadt:" -#: ../../include/items.php:1386 -msgid "Visible to anybody in this network." -msgstr "Für jedes $Projectname-Mitglied sichtbar." +#: ../../include/identity.php:1347 +msgid "Tags:" +msgstr "Schlagworte:" -#: ../../include/items.php:1388 -msgid "Visible to anybody authenticated." -msgstr "Für jeden sichtbar, der angemeldet ist." +#: ../../include/identity.php:1349 +msgid "Political Views:" +msgstr "Politische Ansichten:" -#: ../../include/items.php:1390 -#, php-format -msgid "Visible to anybody on %s." -msgstr "Für jeden auf %s sichtbar." +#: ../../include/identity.php:1351 +msgid "Religion:" +msgstr "Religion:" -#: ../../include/items.php:1392 -msgid "Visible to all connections." -msgstr "Für alle Verbindungen sichtbar." +#: ../../include/identity.php:1353 ../../mod/directory.php:320 +msgid "About:" +msgstr "Über:" -#: ../../include/items.php:1394 -msgid "Visible to approved connections." -msgstr "Nur für akzeptierte Verbindungen sichtbar." +#: ../../include/identity.php:1355 +msgid "Hobbies/Interests:" +msgstr "Hobbys/Interessen:" -#: ../../include/items.php:1396 -msgid "Visible to specific connections." -msgstr "Sichtbar für bestimmte Verbindungen." +#: ../../include/identity.php:1357 +msgid "Likes:" +msgstr "Gefällt:" -#: ../../include/items.php:4494 ../../mod/display.php:36 -#: ../../mod/filestorage.php:27 ../../mod/admin.php:141 -#: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/thing.php:85 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." -msgstr "Element nicht gefunden." +#: ../../include/identity.php:1359 +msgid "Dislikes:" +msgstr "Gefällt nicht:" -#: ../../include/items.php:5030 ../../mod/group.php:38 ../../mod/group.php:137 -msgid "Privacy group not found." -msgstr "Gruppe nicht gefunden." +#: ../../include/identity.php:1361 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinformation und soziale Netzwerke:" -#: ../../include/items.php:5046 -msgid "Privacy group is empty." -msgstr "Gruppe ist leer." +#: ../../include/identity.php:1363 +msgid "My other channels:" +msgstr "Meine anderen Kanäle:" -#: ../../include/items.php:5053 -#, php-format -msgid "Privacy group: %s" -msgstr "Gruppe: %s" +#: ../../include/identity.php:1365 +msgid "Musical interests:" +msgstr "Musikalische Interessen:" -#: ../../include/items.php:5063 ../../mod/connedit.php:701 -#, php-format -msgid "Connection: %s" -msgstr "Verbindung: %s" +#: ../../include/identity.php:1367 +msgid "Books, literature:" +msgstr "Bücher, Literatur:" -#: ../../include/items.php:5065 -msgid "Connection not found." -msgstr "Die Verbindung wurde nicht gefunden." +#: ../../include/identity.php:1369 +msgid "Television:" +msgstr "Fernsehen:" -#: ../../include/items.php:5491 ../../mod/cover_photo.php:229 -msgid "female" -msgstr "weiblich" +#: ../../include/identity.php:1371 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/Tanz/Kultur/Unterhaltung:" -#: ../../include/items.php:5492 ../../mod/cover_photo.php:230 -#, php-format -msgid "%1$s updated her %2$s" -msgstr "%1$s hat ihr %2$s aktualisiert" +#: ../../include/identity.php:1373 +msgid "Love/Romance:" +msgstr "Liebe/Romantik:" -#: ../../include/items.php:5493 ../../mod/cover_photo.php:231 -msgid "male" -msgstr "männlich" +#: ../../include/identity.php:1375 +msgid "Work/employment:" +msgstr "Arbeit/Anstellung:" -#: ../../include/items.php:5494 ../../mod/cover_photo.php:232 -#, php-format -msgid "%1$s updated his %2$s" -msgstr "%1$s hat sein %2$s aktualisiert" +#: ../../include/identity.php:1377 +msgid "School/education:" +msgstr "Schule/Ausbildung:" -#: ../../include/items.php:5496 ../../mod/cover_photo.php:234 -#, php-format -msgid "%1$s updated their %2$s" -msgstr "%1$s hat sein/ihr %2$s aktualisiert" +#: ../../include/identity.php:1397 +msgid "Like this thing" +msgstr "Gefällt mir" -#: ../../include/items.php:5498 -msgid "profile photo" -msgstr "Profilfoto" +#: ../../include/identity.php:1807 ../../mod/cover_photo.php:236 +msgid "cover photo" +msgstr "Cover Foto" #: ../../mod/achievements.php:34 msgid "Some blurb about what to do when you're new here" @@ -5474,7 +5488,7 @@ msgstr "Profilfoto 128 px" msgid "Timezone" msgstr "Zeitzone" -#: ../../mod/id.php:27 ../../mod/profiles.php:713 +#: ../../mod/id.php:27 ../../mod/profiles.php:730 msgid "Homepage URL" msgstr "Homepage-URL" @@ -7515,15 +7529,15 @@ msgstr "Familienstand" msgid "Romantic Partner" msgstr "Romantische Partner" -#: ../../mod/profiles.php:430 ../../mod/profiles.php:718 +#: ../../mod/profiles.php:430 ../../mod/profiles.php:735 msgid "Likes" msgstr "Gefällt" -#: ../../mod/profiles.php:434 ../../mod/profiles.php:719 +#: ../../mod/profiles.php:434 ../../mod/profiles.php:736 msgid "Dislikes" msgstr "Gefällt nicht" -#: ../../mod/profiles.php:438 +#: ../../mod/profiles.php:438 ../../mod/profiles.php:743 msgid "Work/Employment" msgstr "Arbeit/Anstellung" @@ -7531,11 +7545,11 @@ msgstr "Arbeit/Anstellung" msgid "Religion" msgstr "Religion" -#: ../../mod/profiles.php:445 ../../mod/profiles.php:715 +#: ../../mod/profiles.php:445 msgid "Political Views" msgstr "Politische Ansichten" -#: ../../mod/profiles.php:453 ../../mod/profiles.php:712 +#: ../../mod/profiles.php:453 msgid "Sexual Preference" msgstr "Sexuelle Orientierung" @@ -7551,9 +7565,9 @@ msgstr "Hobbys/Interessen" msgid "Profile updated." msgstr "Profil aktualisiert." -#: ../../mod/profiles.php:646 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?" +#: ../../mod/profiles.php:644 +msgid "Hide your connections list from viewers of this profile" +msgstr "Deine Verbindungen vor Betrachtern dieses Profils verbergen" #: ../../mod/profiles.php:686 msgid "Edit Profile Details" @@ -7564,13 +7578,9 @@ msgid "View this profile" msgstr "Dieses Profil ansehen" #: ../../mod/profiles.php:690 -msgid "Change Cover Photo" +msgid "Change cover photo" msgstr "Titelbild ändern" -#: ../../mod/profiles.php:691 -msgid "Change Profile Photo" -msgstr "Profilfoto ändern" - #: ../../mod/profiles.php:692 msgid "Create a new profile using these settings" msgstr "Neues Profil anlegen und diese Einstellungen übernehmen" @@ -7583,149 +7593,145 @@ msgstr "Dieses Profil klonen" msgid "Delete this profile" msgstr "Dieses Profil löschen" -#: ../../mod/profiles.php:696 +#: ../../mod/profiles.php:695 +msgid "Add profile things" +msgstr "Sachen zum Profil hinzufügen" + +#: ../../mod/profiles.php:698 +msgid "Relation" +msgstr "Beziehung" + +#: ../../mod/profiles.php:701 msgid "Import profile from file" msgstr "Profil aus einer Datei importieren" -#: ../../mod/profiles.php:697 +#: ../../mod/profiles.php:702 msgid "Export profile to file" msgstr "Profil in eine Datei exportieren" -#: ../../mod/profiles.php:698 -msgid "Profile Name" +#: ../../mod/profiles.php:703 +msgid "Your gender" +msgstr "Dein Geschlecht" + +#: ../../mod/profiles.php:704 +msgid "Marital status" +msgstr "Familienstand" + +#: ../../mod/profiles.php:705 +msgid "Sexual preference" +msgstr "Sexuelle Orientierung" + +#: ../../mod/profiles.php:708 +msgid "Profile name" msgstr "Profilname" -#: ../../mod/profiles.php:699 -msgid "Your Full Name" +#: ../../mod/profiles.php:710 +msgid "This is your default profile." +msgstr "Das ist Dein Standardprofil." + +#: ../../mod/profiles.php:712 +msgid "Your full name" msgstr "Dein voller Name" -#: ../../mod/profiles.php:700 +#: ../../mod/profiles.php:713 msgid "Title/Description" msgstr "Titel/Beschreibung" -#: ../../mod/profiles.php:701 -msgid "Your Gender" -msgstr "Dein Geschlecht" - -#: ../../mod/profiles.php:702 -msgid "Birthday" -msgstr "Geburtstag" - -#: ../../mod/profiles.php:703 -msgid "Street Address" +#: ../../mod/profiles.php:716 +msgid "Street address" msgstr "Straße und Hausnummer" -#: ../../mod/profiles.php:704 +#: ../../mod/profiles.php:717 msgid "Locality/City" msgstr "Wohnort" -#: ../../mod/profiles.php:705 -msgid "Postal/Zip Code" +#: ../../mod/profiles.php:718 +msgid "Region/State" +msgstr "Region/Bundesstaat" + +#: ../../mod/profiles.php:719 +msgid "Postal/Zip code" msgstr "Postleitzahl" -#: ../../mod/profiles.php:706 +#: ../../mod/profiles.php:720 msgid "Country" msgstr "Land" -#: ../../mod/profiles.php:707 -msgid "Region/State" -msgstr "Region/Bundesstaat" - -#: ../../mod/profiles.php:708 -msgid " Marital Status" -msgstr " Beziehungsstatus" - -#: ../../mod/profiles.php:709 +#: ../../mod/profiles.php:725 msgid "Who (if applicable)" msgstr "Wer (falls anwendbar)" -#: ../../mod/profiles.php:710 +#: ../../mod/profiles.php:725 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/profiles.php:711 -msgid "Since [date]" -msgstr "Seit [Datum]" +#: ../../mod/profiles.php:726 +msgid "Since (date)" +msgstr "Seit (Datum)" + +#: ../../mod/profiles.php:729 +msgid "Tell us about yourself" +msgstr "Erzähle uns ein wenig von Dir" -#: ../../mod/profiles.php:714 +#: ../../mod/profiles.php:731 msgid "Hometown" msgstr "Heimatort" -#: ../../mod/profiles.php:716 -msgid "Religious Views" +#: ../../mod/profiles.php:732 +msgid "Political views" +msgstr "Politische Ansichten" + +#: ../../mod/profiles.php:733 +msgid "Religious views" msgstr "Religiöse Ansichten" -#: ../../mod/profiles.php:720 +#: ../../mod/profiles.php:734 +msgid "Keywords used in directory listings" +msgstr "Schlüsselwörter, die in Verzeichnis-Auflistungen verwendet werden" + +#: ../../mod/profiles.php:734 msgid "Example: fishing photography software" msgstr "Beispiel: Angeln Fotografie Software" -#: ../../mod/profiles.php:721 -msgid "Used in directory listings" -msgstr "Wird in Verzeichnis-Auflistungen verwendet" - -#: ../../mod/profiles.php:722 -msgid "Tell us about yourself..." -msgstr "Erzähle uns ein wenig von Dir …" - -#: ../../mod/profiles.php:723 -msgid "Hobbies/Interests" -msgstr "Hobbys/Interessen" - -#: ../../mod/profiles.php:724 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformation und soziale Netzwerke" - -#: ../../mod/profiles.php:725 -msgid "My other channels" -msgstr "Meine anderen Kanäle" - -#: ../../mod/profiles.php:726 +#: ../../mod/profiles.php:737 msgid "Musical interests" msgstr "Musikalische Interessen" -#: ../../mod/profiles.php:727 +#: ../../mod/profiles.php:738 msgid "Books, literature" msgstr "Bücher, Literatur" -#: ../../mod/profiles.php:728 +#: ../../mod/profiles.php:739 msgid "Television" msgstr "Fernsehen" -#: ../../mod/profiles.php:729 -msgid "Film/dance/culture/entertainment" +#: ../../mod/profiles.php:740 +msgid "Film/Dance/Culture/Entertainment" msgstr "Film/Tanz/Kultur/Unterhaltung" -#: ../../mod/profiles.php:730 -msgid "Love/romance" -msgstr "Liebe/Romantik" +#: ../../mod/profiles.php:741 +msgid "Hobbies/Interests" +msgstr "Hobbys/Interessen" -#: ../../mod/profiles.php:731 -msgid "Work/employment" -msgstr "Arbeit/Anstellung" +#: ../../mod/profiles.php:742 +msgid "Love/Romance" +msgstr "Liebe/Romantik" -#: ../../mod/profiles.php:732 -msgid "School/education" +#: ../../mod/profiles.php:744 +msgid "School/Education" msgstr "Schule/Ausbildung" -#: ../../mod/profiles.php:738 -msgid "This is your default profile." -msgstr "Das ist Dein Standardprofil." - -#: ../../mod/profiles.php:749 -msgid "Age: " -msgstr "Alter:" - -#: ../../mod/profiles.php:792 -msgid "Edit/Manage Profiles" -msgstr "Profile bearbeiten/verwalten" +#: ../../mod/profiles.php:745 +msgid "Contact information and social networks" +msgstr "Kontaktinformation und soziale Netzwerke" -#: ../../mod/profiles.php:793 -msgid "Add profile things" -msgstr "Sachen zum Profil hinzufügen" +#: ../../mod/profiles.php:746 +msgid "My other channels" +msgstr "Meine anderen Kanäle" -#: ../../mod/profiles.php:794 -msgid "Include desirable objects in your profile" -msgstr "Binde begehrenswerte Dinge in Dein Profil ein" +#: ../../mod/profiles.php:777 +msgid "Create New" +msgstr "Ein neues erstellen" #: ../../mod/profperm.php:29 ../../mod/profperm.php:58 msgid "Invalid profile identifier." diff --git a/view/de/hstrings.php b/view/de/hstrings.php index 8edc0ded3..1dbbd5543 100644 --- a/view/de/hstrings.php +++ b/view/de/hstrings.php @@ -398,42 +398,6 @@ $a->strings["__ctx:noun__ Like"] = array( 0 => "Gefällt mir", 1 => "Gefällt mir", ); -$a->strings["Miscellaneous"] = "Verschiedenes"; -$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-TT oder MM-TT"; -$a->strings["Required"] = "Benötigt"; -$a->strings["never"] = "Nie"; -$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde"; -$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "vor %1\$d %2\$s"; -$a->strings["__ctx:relative_date__ year"] = array( - 0 => "Jahr", - 1 => "Jahre", -); -$a->strings["__ctx:relative_date__ month"] = array( - 0 => "Monat", - 1 => "Monate", -); -$a->strings["__ctx:relative_date__ week"] = array( - 0 => "Woche", - 1 => "Wochen", -); -$a->strings["__ctx:relative_date__ day"] = array( - 0 => "Tag", - 1 => "Tage", -); -$a->strings["__ctx:relative_date__ hour"] = array( - 0 => "Stunde", - 1 => "Stunden", -); -$a->strings["__ctx:relative_date__ minute"] = array( - 0 => "Minute", - 1 => "Minuten", -); -$a->strings["__ctx:relative_date__ second"] = array( - 0 => "Sekunde", - 1 => "Sekunden", -); -$a->strings["%1\$s's birthday"] = "%1\$ss Geburtstag"; -$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag, %1\$s"; $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"; @@ -614,6 +578,7 @@ $a->strings["For Administrators"] = "Für Administratoren"; $a->strings["For Developers"] = "Für Entwickler"; $a->strings["Site"] = "Seite"; $a->strings["Accounts"] = "Konten"; +$a->strings["Member registrations waiting for confirmation"] = "Nutzer-Anmeldungen, die auf Bestätigung warten"; $a->strings["Channels"] = "Kanäle"; $a->strings["Security"] = "Sicherheit"; $a->strings["Plugins"] = "Plug-Ins"; @@ -623,7 +588,6 @@ $a->strings["Profile Fields"] = "Profil Felder"; $a->strings["DB updates"] = "DB-Aktualisierungen"; $a->strings["Logs"] = "Protokolle"; $a->strings["Plugin Features"] = "Plug-In Funktionen"; -$a->strings["User registrations waiting for confirmation"] = "Nutzer-Anmeldungen, die auf Bestätigung warten"; $a->strings["View Photo"] = "Foto ansehen"; $a->strings["Edit Album"] = "Album bearbeiten"; $a->strings["prev"] = "vorherige"; @@ -731,61 +695,44 @@ $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["[Hubzilla:Notify]"] = "[Hubzilla:Benachrichtigung]"; -$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["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["Create New Profile"] = "Neues Profil erstellen"; -$a->strings["Profile Image"] = "Profilfoto:"; -$a->strings["Visible to everybody"] = "Für jeden sichtbar"; -$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:i \\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"] = "Termin-Erinnerungen"; -$a->strings["Events this week:"] = "Termine in dieser Woche:"; -$a->strings["Full Name:"] = "Voller Name:"; -$a->strings["Like this channel"] = "Dieser Kanal gefällt mir"; -$a->strings["j F, Y"] = "j. F Y"; -$a->strings["j F"] = "j. F"; -$a->strings["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"] = "Gefällt mir"; -$a->strings["cover photo"] = "Cover Foto"; +$a->strings["Miscellaneous"] = "Verschiedenes"; +$a->strings["Birthday"] = "Geburtstag"; +$a->strings["Age: "] = "Alter:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-TT oder MM-TT"; +$a->strings["Required"] = "Benötigt"; +$a->strings["never"] = "Nie"; +$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde"; +$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "vor %1\$d %2\$s"; +$a->strings["__ctx:relative_date__ year"] = array( + 0 => "Jahr", + 1 => "Jahre", +); +$a->strings["__ctx:relative_date__ month"] = array( + 0 => "Monat", + 1 => "Monate", +); +$a->strings["__ctx:relative_date__ week"] = array( + 0 => "Woche", + 1 => "Wochen", +); +$a->strings["__ctx:relative_date__ day"] = array( + 0 => "Tag", + 1 => "Tage", +); +$a->strings["__ctx:relative_date__ hour"] = array( + 0 => "Stunde", + 1 => "Stunden", +); +$a->strings["__ctx:relative_date__ minute"] = array( + 0 => "Minute", + 1 => "Minuten", +); +$a->strings["__ctx:relative_date__ second"] = array( + 0 => "Sekunde", + 1 => "Sekunden", +); +$a->strings["%1\$s's birthday"] = "%1\$ss Geburtstag"; +$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag, %1\$s"; $a->strings["Embedded content"] = "Eingebetteter Inhalt"; $a->strings["Embedding disabled"] = "Einbetten ausgeschaltet"; $a->strings["channel"] = "Kanal"; @@ -1024,6 +971,61 @@ $a->strings["male"] = "männlich"; $a->strings["%1\$s updated his %2\$s"] = "%1\$s hat sein %2\$s aktualisiert"; $a->strings["%1\$s updated their %2\$s"] = "%1\$s hat sein/ihr %2\$s aktualisiert"; $a->strings["profile photo"] = "Profilfoto"; +$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["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["Create New Profile"] = "Neues Profil erstellen"; +$a->strings["Profile Image"] = "Profilfoto:"; +$a->strings["Visible to everybody"] = "Für jeden sichtbar"; +$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:i \\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"] = "Termin-Erinnerungen"; +$a->strings["Events this week:"] = "Termine in dieser Woche:"; +$a->strings["Full Name:"] = "Voller Name:"; +$a->strings["Like this channel"] = "Dieser Kanal gefällt mir"; +$a->strings["j F, Y"] = "j. F Y"; +$a->strings["j F"] = "j. F"; +$a->strings["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"] = "Gefällt mir"; +$a->strings["cover photo"] = "Cover Foto"; $a->strings["Some blurb about what to do when you're new here"] = "Ein Hinweis, was man tun kann, wenn man neu hier ist"; $a->strings["network"] = "Netzwerk"; $a->strings["RSS"] = "RSS"; @@ -1800,50 +1802,48 @@ $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["Hide your connections list from viewers of this profile"] = "Deine Verbindungen vor Betrachtern dieses Profils verbergen"; $a->strings["Edit Profile Details"] = "Bearbeite Profil-Details"; $a->strings["View this profile"] = "Dieses Profil ansehen"; -$a->strings["Change Cover Photo"] = "Titelbild ändern"; -$a->strings["Change Profile Photo"] = "Profilfoto ändern"; +$a->strings["Change cover photo"] = "Titelbild ä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["Add profile things"] = "Sachen zum Profil hinzufügen"; +$a->strings["Relation"] = "Beziehung"; $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["Your gender"] = "Dein Geschlecht"; +$a->strings["Marital status"] = "Familienstand"; +$a->strings["Sexual preference"] = "Sexuelle Orientierung"; +$a->strings["Profile name"] = "Profilname"; +$a->strings["This is your default profile."] = "Das ist Dein Standardprofil."; +$a->strings["Your full name"] = "Dein voller Name"; $a->strings["Title/Description"] = "Titel/Beschreibung"; -$a->strings["Your Gender"] = "Dein Geschlecht"; -$a->strings["Birthday"] = "Geburtstag"; -$a->strings["Street Address"] = "Straße und Hausnummer"; +$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[" Marital Status"] = " Beziehungsstatus"; +$a->strings["Postal/Zip code"] = "Postleitzahl"; +$a->strings["Country"] = "Land"; $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["Since (date)"] = "Seit (Datum)"; +$a->strings["Tell us about yourself"] = "Erzähle uns ein wenig von Dir"; $a->strings["Hometown"] = "Heimatort"; -$a->strings["Religious Views"] = "Religiöse Ansichten"; +$a->strings["Political views"] = "Politische Ansichten"; +$a->strings["Religious views"] = "Religiöse Ansichten"; +$a->strings["Keywords used in directory listings"] = "Schlüsselwörter, die in Verzeichnis-Auflistungen verwendet werden"; $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["Age: "] = "Alter:"; -$a->strings["Edit/Manage Profiles"] = "Profile bearbeiten/verwalten"; -$a->strings["Add profile things"] = "Sachen zum Profil hinzufügen"; -$a->strings["Include desirable objects in your profile"] = "Binde begehrenswerte Dinge in Dein Profil ein"; +$a->strings["Film/Dance/Culture/Entertainment"] = "Film/Tanz/Kultur/Unterhaltung"; +$a->strings["Hobbies/Interests"] = "Hobbys/Interessen"; +$a->strings["Love/Romance"] = "Liebe/Romantik"; +$a->strings["School/Education"] = "Schule/Ausbildung"; +$a->strings["Contact information and social networks"] = "Kontaktinformation und soziale Netzwerke"; +$a->strings["My other channels"] = "Meine anderen Kanäle"; +$a->strings["Create New"] = "Ein neues erstellen"; $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."; -- cgit v1.2.3 From 92ec46b62e98a1e90e822f490d49ebab06cec753 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 24 Mar 2016 19:18:25 -0700 Subject: revup --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index c21e13b14..cdcebcee4 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-03-23.1344H +2016-03-24.1345H -- cgit v1.2.3 From a50706317435d09cacb95cad0a6ccaf8ae5b5f6c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 26 Mar 2016 18:43:38 +0100 Subject: move link to /locs to settings menu if we have more than one location and some template work on locs --- include/widgets.php | 20 +++++++++---- mod/locs.php | 11 +++---- mod/manage.php | 4 +-- view/css/mod_locs.css | 33 +++++++++++++++++++-- view/pdl/mod_locs.pdl | 4 +++ view/pdl/mod_uexport.pdl | 4 +++ view/tpl/channel.tpl | 4 --- view/tpl/locmanage.tpl | 77 +++++++++++++++++++++++++----------------------- 8 files changed, 100 insertions(+), 57 deletions(-) create mode 100644 view/pdl/mod_locs.pdl create mode 100644 view/pdl/mod_uexport.pdl diff --git a/include/widgets.php b/include/widgets.php index deb514915..010fcf0ae 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -501,6 +501,12 @@ function widget_settings_menu($arr) { if($abk) $abook_self_id = $abk[0]['abook_id']; + $hublocs = q("select count(*) as total from hubloc where hubloc_hash = '%s'", + dbesc($channel['channel_hash']) + ); + + $hublocs = (($hublocs[0]['total'] > 1) ? true : false); + $tabs = array( array( 'label' => t('Account settings'), @@ -534,14 +540,16 @@ function widget_settings_menu($arr) { 'label' => t('Display settings'), 'url' => $a->get_baseurl(true).'/settings/display', 'selected' => ((argv(1) === 'display') ? 'active' : ''), - ); - - $tabs[] = array( - 'label' => t('Connected apps'), - 'url' => $a->get_baseurl(true) . '/settings/oauth', - 'selected' => ((argv(1) === 'oauth') ? 'active' : ''), ); + if($hublocs) { + $tabs[] = array( + 'label' => t('Manage locations'), + 'url' => $a->get_baseurl(true) . '/locs', + 'selected' => ((argv(1) === 'locs') ? 'active' : ''), + ); + } + // IF can go away when UNO export and import is fully functional if(! UNO) { $tabs[] = array( diff --git a/mod/locs.php b/mod/locs.php index 9f66e3263..8452f62d1 100644 --- a/mod/locs.php +++ b/mod/locs.php @@ -110,11 +110,12 @@ function locs_content(&$a) { $o = replace_macros(get_markup_template('locmanage.tpl'), array( '$header' => t('Manage Channel Locations'), - '$loc' => t('Location (address)'), - '$mkprm' => t('Primary Location'), - '$drop' => t('Drop location'), + '$loc' => t('Location'), + '$addr' => t('Address'), + '$mkprm' => t('Primary'), + '$drop' => t('Drop'), '$submit' => t('Submit'), - '$sync' => t('Sync now'), + '$sync' => t('Sync Now'), '$sync_text' => t('Please wait several minutes between consecutive operations.'), '$drop_text' => t('When possible, drop a location by logging into that website/hub and removing your channel.'), '$last_resort' => t('Use this form to drop the location if the hub is no longer operating.'), @@ -122,4 +123,4 @@ function locs_content(&$a) { )); return $o; -} \ No newline at end of file +} diff --git a/mod/manage.php b/mod/manage.php index cb845befe..d769f0393 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -167,9 +167,7 @@ function manage_content(&$a) { '$intros_format' => t('%d new introductions'), '$channel_usage_message' => $channel_usage_message, '$delegated_desc' => t('Delegated Channel'), - '$delegates' => $delegates, - '$locs' => t('Manage locations') - + '$delegates' => $delegates )); return $o; diff --git a/view/css/mod_locs.css b/view/css/mod_locs.css index 95aee6aef..876da8970 100644 --- a/view/css/mod_locs.css +++ b/view/css/mod_locs.css @@ -1,3 +1,32 @@ -td { -padding: 10px; +#locs-index { + width: 100%; +} + +#locs-index th:nth-child(1), +#locs-index td:nth-child(1){ + padding: 7px 3px 7px 10px; +} + +#locs-index th:nth-child(3), +#locs-index td:nth-child(3){ + padding: 7px 3px; +} + +#locs-index th:nth-child(4), +#locs-index td:nth-child(4){ + padding: 7px 10px 7px 7px; +} + +.primehub, +.drophub { + font-size: 1.2em; +} + +.primehub:hover { + cursor: pointer; +} + +.drophub:hover { + cursor: pointer; + color: red; } diff --git a/view/pdl/mod_locs.pdl b/view/pdl/mod_locs.pdl new file mode 100644 index 000000000..0b0a99638 --- /dev/null +++ b/view/pdl/mod_locs.pdl @@ -0,0 +1,4 @@ +[region=aside] +[widget=settings_menu][/widget] +[/region] + diff --git a/view/pdl/mod_uexport.pdl b/view/pdl/mod_uexport.pdl new file mode 100644 index 000000000..0b0a99638 --- /dev/null +++ b/view/pdl/mod_uexport.pdl @@ -0,0 +1,4 @@ +[region=aside] +[widget=settings_menu][/widget] +[/region] + diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 17713aef4..d306f0aa0 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -44,10 +44,6 @@ {{if $channel.intros != 0}}{{/if}}{{$channel.intros|string_format:$intros_format}}{{if $channel.intros != 0}}{{/if}} - {{/if}} diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl index c94cf60a7..95847d559 100644 --- a/view/tpl/locmanage.tpl +++ b/view/tpl/locmanage.tpl @@ -1,38 +1,41 @@ -
-

{{$header}}

- - - -
{{$sync_text}}
-
-
{{$drop_text}}
-
{{$last_resort}}
-
- - - - - - -{{foreach $hubs as $hub}} -{{if ! $hub.deleted }} - - - - -{{/if}} -{{/foreach}} -
{{$loc}}{{$mkprm}}{{$drop}}
-{{$hub.hubloc_url}} ({{$hub.hubloc_addr}}) -{{if $hub.primary}}{{else}}{{/if}} -
+
+
+ + +

{{$header}}

+
+
+
+ {{$sync_text}} +
+ + + + + + + + + {{foreach $hubs as $hub}} + {{if ! $hub.deleted }} + + + + + + + {{/if}} + {{/foreach}} +
{{$loc}}{{$addr}}{{$mkprm}}{{$drop}}
{{$hub.hubloc_url}}{{$hub.hubloc_addr}}{{if $hub.primary}}{{else}}{{/if}}
+
-
- -- cgit v1.2.3 From 97eef2b88c5e2e709b8efdb2ea597a5803783e24 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 26 Mar 2016 19:34:38 +0100 Subject: removed link to connected apps by accident --- include/widgets.php | 6 ++++++ view/tpl/locmanage.tpl | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/widgets.php b/include/widgets.php index 010fcf0ae..ac0b6a84f 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -559,6 +559,12 @@ function widget_settings_menu($arr) { ); } + $tabs[] = array( + 'label' => t('Connected apps'), + 'url' => $a->get_baseurl(true) . '/settings/oauth', + 'selected' => ((argv(1) === 'oauth') ? 'active' : ''), + ); + if($role === false || $role === 'custom') { $tabs[] = array( 'label' => t('Connection Default Permissions'), diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl index 95847d559..6d8e90ad2 100644 --- a/view/tpl/locmanage.tpl +++ b/view/tpl/locmanage.tpl @@ -21,16 +21,16 @@
- + {{foreach $hubs as $hub}} {{if ! $hub.deleted }} - + -- cgit v1.2.3 From eeb1c463e37380c4dd7ac3fccf32d26e91a469ce Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sat, 26 Mar 2016 22:32:46 +0100 Subject: Small, but I think useful hack. Added a top posts only atom feed, so people can choose directly from their browser which feed they need. --- mod/channel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/channel.php b/mod/channel.php index dcccb16b6..7bdc056a2 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -34,7 +34,8 @@ function channel_init(&$a) { $profile = argv(1); } - $a->page['htmlhead'] .= '' . "\r\n" ; + $a->page['htmlhead'] .= '' . "\r\n" ; + $a->page['htmlhead'] .= '' . "\r\n" ; // Not yet ready for prime time -- cgit v1.2.3 From 971e7321c65a8cb424fac3de34af9176275aac17 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 26 Mar 2016 14:33:36 -0700 Subject: issue #319 part 2 --- include/network.php | 20 ++-- util/hmessages.po | 275 +++++++++++++++++++++++++++------------------------- version.inc | 2 +- 3 files changed, 154 insertions(+), 143 deletions(-) diff --git a/include/network.php b/include/network.php index e7d341321..33b62039c 100644 --- a/include/network.php +++ b/include/network.php @@ -1144,21 +1144,23 @@ function discover_by_webbie($webbie) { $avatar = ''; $pubkey = ''; - if(array_key_exists('address',$x)) - $address = $x['address']; - if(array_key_exists('location',$x)) - $location = $x['location']; - if(array_key_exists('nickname',$x)) - $nickname = $x['nickname']; + if(is_array($x)) { + if(array_key_exists('address',$x)) + $address = $x['address']; + if(array_key_exists('location',$x)) + $location = $x['location']; + if(array_key_exists('nickname',$x)) + $nickname = $x['nickname']; + } if(! $x) $probe_old = true; if($probe_old) { - $x = old_webfinger($webbie); - if($x) { + $y = old_webfinger($webbie); + if($y) { logger('old_webfinger: ' . print_r($x,true)); - foreach($x as $link) { + foreach($y as $link) { if($link['@attributes']['rel'] === NAMESPACE_DFRN) $dfrn = unamp($link['@attributes']['href']); if($link['@attributes']['rel'] === 'salmon') diff --git a/util/hmessages.po b/util/hmessages.po index 7d5c03c14..680e70d5d 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2016-03-18.1339H\n" +"Project-Id-Version: 2016-03-25.1346H\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-18 00:03-0700\n" +"POT-Creation-Date: 2016-03-25 00:03-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -60,7 +60,7 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:164 ../../include/apps.php:360 #: ../../include/apps.php:415 ../../include/widgets.php:1439 #: ../../include/conversation.php:1037 ../../mod/photos.php:766 -#: ../../mod/photos.php:1209 +#: ../../mod/photos.php:1210 msgid "Unknown" msgstr "" @@ -86,7 +86,7 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:231 ../../Zotlabs/Storage/Browser.php:305 #: ../../include/widgets.php:1452 ../../mod/photos.php:793 -#: ../../mod/photos.php:1333 ../../mod/profile_photo.php:401 +#: ../../mod/photos.php:1334 ../../mod/profile_photo.php:401 #: ../../mod/cover_photo.php:353 msgid "Upload" msgstr "" @@ -128,7 +128,7 @@ msgstr "" #: ../../mod/blocks.php:155 ../../mod/connections.php:259 #: ../../mod/connedit.php:569 ../../mod/editblock.php:181 #: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223 -#: ../../mod/group.php:173 ../../mod/photos.php:1140 ../../mod/admin.php:993 +#: ../../mod/group.php:173 ../../mod/photos.php:1141 ../../mod/admin.php:993 #: ../../mod/admin.php:1152 ../../mod/admin.php:1768 #: ../../mod/settings.php:660 ../../mod/thing.php:257 #: ../../mod/webpages.php:185 @@ -164,7 +164,7 @@ msgstr "" #: ../../include/attach.php:352 ../../include/attach.php:359 #: ../../include/attach.php:437 ../../include/attach.php:889 #: ../../include/attach.php:960 ../../include/attach.php:1112 -#: ../../include/photos.php:29 ../../include/items.php:4660 +#: ../../include/photos.php:29 ../../include/items.php:4670 #: ../../index.php:180 ../../mod/achievements.php:30 ../../mod/api.php:26 #: ../../mod/api.php:31 ../../mod/appman.php:66 ../../mod/authtest.php:13 #: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/blocks.php:69 @@ -283,7 +283,7 @@ msgid "Registration request at %s" msgstr "" #: ../../include/account.php:317 ../../include/account.php:344 -#: ../../include/account.php:404 ../../include/network.php:1864 +#: ../../include/account.php:404 ../../include/network.php:1855 msgid "Administrator" msgstr "" @@ -339,12 +339,12 @@ msgstr "" #: ../../include/acl_selectors.php:251 ../../mod/chat.php:211 #: ../../mod/filestorage.php:147 ../../mod/photos.php:639 -#: ../../mod/photos.php:1012 ../../mod/thing.php:309 ../../mod/thing.php:355 +#: ../../mod/photos.php:1013 ../../mod/thing.php:309 ../../mod/thing.php:355 msgid "Permissions" msgstr "" #: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384 -#: ../../mod/photos.php:1229 +#: ../../mod/photos.php:1230 msgid "Close" msgstr "" @@ -388,12 +388,12 @@ msgstr "" msgid "Address Book" msgstr "" -#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1551 +#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1553 msgid "Login" msgstr "" #: ../../include/apps.php:132 ../../include/nav.php:203 -#: ../../mod/manage.php:162 +#: ../../mod/manage.php:158 msgid "Channel Manager" msgstr "" @@ -677,7 +677,7 @@ msgstr "" #: ../../mod/photos.php:634 ../../mod/admin.php:425 ../../mod/profiles.php:647 #: ../../mod/removeme.php:60 ../../mod/settings.php:588 #: ../../view/theme/redbasic/php/config.php:105 -#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1555 +#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1557 msgid "No" msgstr "" @@ -691,7 +691,7 @@ msgstr "" #: ../../mod/photos.php:634 ../../mod/admin.php:427 ../../mod/profiles.php:647 #: ../../mod/removeme.php:60 ../../mod/settings.php:588 #: ../../view/theme/redbasic/php/config.php:105 -#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1555 +#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1557 msgid "Yes" msgstr "" @@ -749,19 +749,15 @@ msgstr "" msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/follow.php:153 ../../include/follow.php:185 +#: ../../include/follow.php:155 ../../include/follow.php:191 msgid "Protocol disabled." msgstr "" -#: ../../include/follow.php:173 +#: ../../include/follow.php:179 msgid "Channel discovery failed." msgstr "" -#: ../../include/follow.php:201 -msgid "local account not found." -msgstr "" - -#: ../../include/follow.php:226 +#: ../../include/follow.php:217 msgid "Cannot connect to yourself." msgstr "" @@ -783,7 +779,7 @@ msgid "Delete this item?" msgstr "" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:702 -#: ../../mod/photos.php:1058 ../../mod/photos.php:1176 +#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 msgid "Comment" msgstr "" @@ -859,8 +855,8 @@ msgstr "" #: ../../mod/import_items.php:116 ../../mod/invite.php:142 #: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231 #: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:62 -#: ../../mod/photos.php:645 ../../mod/photos.php:1019 -#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 ../../mod/admin.php:457 +#: ../../mod/photos.php:645 ../../mod/photos.php:1020 +#: ../../mod/photos.php:1060 ../../mod/photos.php:1178 ../../mod/admin.php:457 #: ../../mod/admin.php:646 ../../mod/admin.php:721 ../../mod/admin.php:986 #: ../../mod/admin.php:1150 ../../mod/admin.php:1326 ../../mod/admin.php:1521 #: ../../mod/admin.php:1606 ../../mod/admin.php:1770 ../../mod/poke.php:182 @@ -1157,7 +1153,7 @@ msgstr "" msgid "Stored post could not be verified." msgstr "" -#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1550 +#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1552 msgid "Logout" msgstr "" @@ -1240,7 +1236,7 @@ msgstr "" msgid "Home Page" msgstr "" -#: ../../include/nav.php:150 ../../mod/register.php:258 ../../boot.php:1533 +#: ../../include/nav.php:150 ../../mod/register.php:258 ../../boot.php:1535 msgid "Register" msgstr "" @@ -1392,7 +1388,7 @@ msgstr "" #: ../../include/page_widgets.php:40 ../../include/conversation.php:1184 #: ../../include/ItemObject.php:712 ../../mod/editblock.php:171 #: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212 -#: ../../mod/events.php:465 ../../mod/photos.php:1060 +#: ../../mod/events.php:465 ../../mod/photos.php:1061 #: ../../mod/webpages.php:190 msgid "Preview" msgstr "" @@ -1788,7 +1784,7 @@ msgstr "" #: ../../include/taxonomy.php:415 ../../include/conversation.php:1756 #: ../../include/ItemObject.php:179 ../../include/identity.php:1304 -#: ../../mod/photos.php:1097 +#: ../../mod/photos.php:1098 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -1899,69 +1895,74 @@ msgid "Monthly" msgstr "" #: ../../include/contact_selectors.php:76 +#: ../../include/contact_selectors.php:77 msgid "Friendica" msgstr "" -#: ../../include/contact_selectors.php:77 +#: ../../include/contact_selectors.php:78 msgid "OStatus" msgstr "" -#: ../../include/contact_selectors.php:78 +#: ../../include/contact_selectors.php:79 +msgid "GNU-Social" +msgstr "" + +#: ../../include/contact_selectors.php:80 msgid "RSS/Atom" msgstr "" -#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 +#: ../../include/contact_selectors.php:81 ../../mod/id.php:15 #: ../../mod/id.php:16 ../../mod/admin.php:989 ../../mod/admin.php:998 -#: ../../boot.php:1553 +#: ../../boot.php:1555 msgid "Email" msgstr "" -#: ../../include/contact_selectors.php:80 +#: ../../include/contact_selectors.php:82 msgid "Diaspora" msgstr "" -#: ../../include/contact_selectors.php:81 +#: ../../include/contact_selectors.php:83 msgid "Facebook" msgstr "" -#: ../../include/contact_selectors.php:82 +#: ../../include/contact_selectors.php:84 msgid "Zot" msgstr "" -#: ../../include/contact_selectors.php:83 +#: ../../include/contact_selectors.php:85 msgid "LinkedIn" msgstr "" -#: ../../include/contact_selectors.php:84 +#: ../../include/contact_selectors.php:86 msgid "XMPP/IM" msgstr "" -#: ../../include/contact_selectors.php:85 +#: ../../include/contact_selectors.php:87 msgid "MySpace" msgstr "" -#: ../../include/network.php:630 +#: ../../include/network.php:647 msgid "view full size" msgstr "" -#: ../../include/network.php:1816 ../../include/enotify.php:57 +#: ../../include/network.php:1807 ../../include/enotify.php:57 msgid "$Projectname Notification" msgstr "" -#: ../../include/network.php:1817 ../../include/enotify.php:58 +#: ../../include/network.php:1808 ../../include/enotify.php:58 msgid "$projectname" msgstr "" -#: ../../include/network.php:1819 ../../include/enotify.php:60 +#: ../../include/network.php:1810 ../../include/enotify.php:60 msgid "Thank You," msgstr "" -#: ../../include/network.php:1821 ../../include/enotify.php:62 +#: ../../include/network.php:1812 ../../include/enotify.php:62 #, php-format msgid "%s Administrator" msgstr "" -#: ../../include/network.php:1878 +#: ../../include/network.php:1869 msgid "No Subject" msgstr "" @@ -2177,7 +2178,7 @@ msgstr "" msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/features.php:83 ../../include/group.php:295 +#: ../../include/features.php:83 ../../include/group.php:311 msgid "Privacy Groups" msgstr "" @@ -2341,7 +2342,7 @@ msgstr "" msgid "Remove term" msgstr "" -#: ../../include/widgets.php:285 ../../include/group.php:300 +#: ../../include/widgets.php:285 ../../include/group.php:316 msgid "add" msgstr "" @@ -2588,7 +2589,7 @@ msgid "Plugin Features" msgstr "" #: ../../include/widgets.php:1433 ../../mod/photos.php:760 -#: ../../mod/photos.php:1300 +#: ../../mod/photos.php:1301 msgid "View Photo" msgstr "" @@ -2856,27 +2857,27 @@ msgid "" "not what you intended, please create another group with a different name." msgstr "" -#: ../../include/group.php:232 +#: ../../include/group.php:248 msgid "Add new connections to this privacy group" msgstr "" -#: ../../include/group.php:251 ../../mod/admin.php:998 +#: ../../include/group.php:267 ../../mod/admin.php:998 msgid "All Channels" msgstr "" -#: ../../include/group.php:273 +#: ../../include/group.php:289 msgid "edit" msgstr "" -#: ../../include/group.php:296 +#: ../../include/group.php:312 msgid "Edit group" msgstr "" -#: ../../include/group.php:297 +#: ../../include/group.php:313 msgid "Add privacy group" msgstr "" -#: ../../include/group.php:298 +#: ../../include/group.php:314 msgid "Channels not in any privacy group" msgstr "" @@ -3080,7 +3081,7 @@ msgstr "" msgid "Required" msgstr "" -#: ../../include/datetime.php:273 ../../boot.php:2382 +#: ../../include/datetime.php:273 ../../boot.php:2384 msgid "never" msgstr "" @@ -3191,42 +3192,42 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "" -#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +#: ../../include/conversation.php:574 ../../mod/photos.php:1075 msgctxt "title" msgid "Likes" msgstr "" -#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +#: ../../include/conversation.php:574 ../../mod/photos.php:1075 msgctxt "title" msgid "Dislikes" msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Agree" msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Disagree" msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Abstain" msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Attending" msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Not attending" msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Might attend" msgstr "" @@ -3282,7 +3283,7 @@ msgstr "" #: ../../include/conversation.php:740 ../../include/conversation.php:1242 #: ../../include/ItemObject.php:389 ../../mod/editblock.php:150 #: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 -#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1040 +#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1041 msgid "Please wait" msgstr "" @@ -3403,7 +3404,7 @@ msgid "Expires YYYY-MM-DD HH:MM" msgstr "" #: ../../include/conversation.php:1207 ../../mod/blocks.php:154 -#: ../../mod/layouts.php:184 ../../mod/photos.php:1039 +#: ../../mod/layouts.php:184 ../../mod/photos.php:1040 #: ../../mod/webpages.php:184 msgid "Share" msgstr "" @@ -3661,13 +3662,13 @@ msgid "Manage Webpages" msgstr "" #: ../../include/conversation.php:1732 ../../include/ItemObject.php:175 -#: ../../include/ItemObject.php:187 ../../mod/photos.php:1093 -#: ../../mod/photos.php:1105 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1094 +#: ../../mod/photos.php:1106 msgid "View all" msgstr "" #: ../../include/conversation.php:1759 ../../include/ItemObject.php:184 -#: ../../mod/photos.php:1102 +#: ../../mod/photos.php:1103 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -3764,11 +3765,11 @@ msgstr "" msgid "Add Tag" msgstr "" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1037 +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1038 msgid "I like this (toggle)" msgstr "" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1038 +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1039 msgid "I don't like this (toggle)" msgstr "" @@ -3824,18 +3825,18 @@ msgstr "" msgid "Mark all seen" msgstr "" -#: ../../include/ItemObject.php:378 ../../mod/photos.php:1223 +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1224 msgctxt "noun" msgid "Likes" msgstr "" -#: ../../include/ItemObject.php:379 ../../mod/photos.php:1224 +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1225 msgctxt "noun" msgid "Dislikes" msgstr "" -#: ../../include/ItemObject.php:700 ../../mod/photos.php:1056 -#: ../../mod/photos.php:1174 +#: ../../include/ItemObject.php:700 ../../mod/photos.php:1057 +#: ../../mod/photos.php:1175 msgid "This is you" msgstr "" @@ -4035,59 +4036,59 @@ msgstr "" msgid "Visible to specific connections." msgstr "" -#: ../../include/items.php:4581 ../../mod/display.php:36 +#: ../../include/items.php:4591 ../../mod/display.php:36 #: ../../mod/filestorage.php:27 ../../mod/admin.php:141 #: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/thing.php:85 #: ../../mod/viewsrc.php:20 msgid "Item not found." msgstr "" -#: ../../include/items.php:5117 ../../mod/group.php:38 ../../mod/group.php:137 +#: ../../include/items.php:5127 ../../mod/group.php:38 ../../mod/group.php:137 msgid "Privacy group not found." msgstr "" -#: ../../include/items.php:5133 +#: ../../include/items.php:5143 msgid "Privacy group is empty." msgstr "" -#: ../../include/items.php:5140 +#: ../../include/items.php:5150 #, php-format msgid "Privacy group: %s" msgstr "" -#: ../../include/items.php:5150 ../../mod/connedit.php:701 +#: ../../include/items.php:5160 ../../mod/connedit.php:701 #, php-format msgid "Connection: %s" msgstr "" -#: ../../include/items.php:5152 +#: ../../include/items.php:5162 msgid "Connection not found." msgstr "" -#: ../../include/items.php:5578 ../../mod/cover_photo.php:229 +#: ../../include/items.php:5588 ../../mod/cover_photo.php:229 msgid "female" msgstr "" -#: ../../include/items.php:5579 ../../mod/cover_photo.php:230 +#: ../../include/items.php:5589 ../../mod/cover_photo.php:230 #, php-format msgid "%1$s updated her %2$s" msgstr "" -#: ../../include/items.php:5580 ../../mod/cover_photo.php:231 +#: ../../include/items.php:5590 ../../mod/cover_photo.php:231 msgid "male" msgstr "" -#: ../../include/items.php:5581 ../../mod/cover_photo.php:232 +#: ../../include/items.php:5591 ../../mod/cover_photo.php:232 #, php-format msgid "%1$s updated his %2$s" msgstr "" -#: ../../include/items.php:5583 ../../mod/cover_photo.php:234 +#: ../../include/items.php:5593 ../../mod/cover_photo.php:234 #, php-format msgid "%1$s updated their %2$s" msgstr "" -#: ../../include/items.php:5585 +#: ../../include/items.php:5595 msgid "profile photo" msgstr "" @@ -4324,11 +4325,11 @@ msgstr "" msgid "Some blurb about what to do when you're new here" msgstr "" -#: ../../mod/acl.php:222 +#: ../../mod/acl.php:221 msgid "network" msgstr "" -#: ../../mod/acl.php:232 +#: ../../mod/acl.php:231 msgid "RSS" msgstr "" @@ -5257,12 +5258,12 @@ msgstr "" msgid "Create Event" msgstr "" -#: ../../mod/events.php:659 ../../mod/events.php:666 ../../mod/photos.php:916 +#: ../../mod/events.php:659 ../../mod/events.php:666 ../../mod/photos.php:917 #: ../../mod/cal.php:326 ../../mod/cal.php:333 msgid "Previous" msgstr "" -#: ../../mod/events.php:660 ../../mod/events.php:667 ../../mod/photos.php:925 +#: ../../mod/events.php:660 ../../mod/events.php:667 ../../mod/photos.php:926 #: ../../mod/setup.php:291 ../../mod/cal.php:327 ../../mod/cal.php:334 msgid "Next" msgstr "" @@ -5950,38 +5951,46 @@ msgstr "" msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../mod/manage.php:138 +#: ../../mod/manage.php:137 msgid "Create a new channel" msgstr "" -#: ../../mod/manage.php:163 +#: ../../mod/manage.php:137 ../../mod/profiles.php:777 +msgid "Create New" +msgstr "" + +#: ../../mod/manage.php:159 msgid "Current Channel" msgstr "" -#: ../../mod/manage.php:165 +#: ../../mod/manage.php:161 msgid "Switch to one of your channels by selecting it." msgstr "" -#: ../../mod/manage.php:166 +#: ../../mod/manage.php:162 msgid "Default Channel" msgstr "" -#: ../../mod/manage.php:167 +#: ../../mod/manage.php:163 msgid "Make Default" msgstr "" -#: ../../mod/manage.php:170 +#: ../../mod/manage.php:166 #, php-format msgid "%d new messages" msgstr "" -#: ../../mod/manage.php:171 +#: ../../mod/manage.php:167 #, php-format msgid "%d new introductions" msgstr "" -#: ../../mod/manage.php:173 -msgid "Delegated Channels" +#: ../../mod/manage.php:169 +msgid "Delegated Channel" +msgstr "" + +#: ../../mod/manage.php:171 +msgid "Manage locations" msgstr "" #: ../../mod/match.php:22 @@ -6378,7 +6387,7 @@ msgstr "" msgid "Delete Album" msgstr "" -#: ../../mod/photos.php:171 ../../mod/photos.php:1020 +#: ../../mod/photos.php:171 ../../mod/photos.php:1021 msgid "Delete Photo" msgstr "" @@ -6428,8 +6437,8 @@ msgstr "" msgid "Album name could not be decoded" msgstr "" -#: ../../mod/photos.php:711 ../../mod/photos.php:1250 -#: ../../mod/photos.php:1267 +#: ../../mod/photos.php:711 ../../mod/photos.php:1251 +#: ../../mod/photos.php:1268 msgid "Contact Photos" msgstr "" @@ -6453,68 +6462,72 @@ msgstr "" msgid "Use as profile photo" msgstr "" -#: ../../mod/photos.php:905 +#: ../../mod/photos.php:899 +msgid "Use as cover photo" +msgstr "" + +#: ../../mod/photos.php:906 msgid "Private Photo" msgstr "" -#: ../../mod/photos.php:920 +#: ../../mod/photos.php:921 msgid "View Full Size" msgstr "" -#: ../../mod/photos.php:965 ../../mod/tagrm.php:133 +#: ../../mod/photos.php:966 ../../mod/tagrm.php:133 msgid "Remove" msgstr "" -#: ../../mod/photos.php:999 +#: ../../mod/photos.php:1000 msgid "Edit photo" msgstr "" -#: ../../mod/photos.php:1001 +#: ../../mod/photos.php:1002 msgid "Rotate CW (right)" msgstr "" -#: ../../mod/photos.php:1002 +#: ../../mod/photos.php:1003 msgid "Rotate CCW (left)" msgstr "" -#: ../../mod/photos.php:1005 +#: ../../mod/photos.php:1006 msgid "Enter a new album name" msgstr "" -#: ../../mod/photos.php:1006 +#: ../../mod/photos.php:1007 msgid "or select an existing one (doubleclick)" msgstr "" -#: ../../mod/photos.php:1009 +#: ../../mod/photos.php:1010 msgid "Caption" msgstr "" -#: ../../mod/photos.php:1011 +#: ../../mod/photos.php:1012 msgid "Add a Tag" msgstr "" -#: ../../mod/photos.php:1015 +#: ../../mod/photos.php:1016 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "" -#: ../../mod/photos.php:1018 +#: ../../mod/photos.php:1019 msgid "Flag as adult in album view" msgstr "" -#: ../../mod/photos.php:1210 +#: ../../mod/photos.php:1211 msgid "In This Photo:" msgstr "" -#: ../../mod/photos.php:1215 +#: ../../mod/photos.php:1216 msgid "Map" msgstr "" -#: ../../mod/photos.php:1306 +#: ../../mod/photos.php:1307 msgid "View Album" msgstr "" -#: ../../mod/photos.php:1317 ../../mod/photos.php:1330 -#: ../../mod/photos.php:1331 +#: ../../mod/photos.php:1318 ../../mod/photos.php:1331 +#: ../../mod/photos.php:1332 msgid "Recent Photos" msgstr "" @@ -7708,10 +7721,6 @@ msgstr "" msgid "My other channels" msgstr "" -#: ../../mod/profiles.php:777 -msgid "Create New" -msgstr "" - #: ../../mod/profperm.php:29 ../../mod/profperm.php:58 msgid "Invalid profile identifier." msgstr "" @@ -9028,7 +9037,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:86 ../../boot.php:1559 +#: ../../mod/lostpass.php:86 ../../boot.php:1561 msgid "Password Reset" msgstr "" @@ -9538,51 +9547,51 @@ msgstr "" msgid "Set size of followup author photos" msgstr "" -#: ../../boot.php:1359 +#: ../../boot.php:1361 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1362 +#: ../../boot.php:1364 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1532 +#: ../../boot.php:1534 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "" -#: ../../boot.php:1554 +#: ../../boot.php:1556 msgid "Password" msgstr "" -#: ../../boot.php:1555 +#: ../../boot.php:1557 msgid "Remember me" msgstr "" -#: ../../boot.php:1558 +#: ../../boot.php:1560 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:2188 +#: ../../boot.php:2190 msgid "toggle mobile" msgstr "" -#: ../../boot.php:2341 +#: ../../boot.php:2343 msgid "Website SSL certificate is not valid. Please correct." msgstr "" -#: ../../boot.php:2344 +#: ../../boot.php:2346 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "" -#: ../../boot.php:2381 +#: ../../boot.php:2383 msgid "Cron/Scheduled tasks not running." msgstr "" -#: ../../boot.php:2385 +#: ../../boot.php:2387 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "" diff --git a/version.inc b/version.inc index cdcebcee4..c1081700f 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-03-24.1345H +2016-03-26.1347H -- cgit v1.2.3 From dbde9a0940297f1ed5c02e0578013da3d052349e Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 27 Mar 2016 14:03:02 +0200 Subject: Update es_es+n. Switch the feeds as requested by Mike. --- mod/channel.php | 3 +- view/es-es/hmessages.po | 305 +++++++++++++++++++++++++----------------------- view/es-es/hstrings.php | 28 ++--- view/nl/hmessages.po | 279 ++++++++++++++++++++++--------------------- view/nl/hstrings.php | 8 +- 5 files changed, 321 insertions(+), 302 deletions(-) diff --git a/mod/channel.php b/mod/channel.php index 7bdc056a2..eb65a66f3 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -34,9 +34,8 @@ function channel_init(&$a) { $profile = argv(1); } - $a->page['htmlhead'] .= '' . "\r\n" ; $a->page['htmlhead'] .= '' . "\r\n" ; - + $a->page['htmlhead'] .= '' . "\r\n" ; // Not yet ready for prime time // $a->page['htmlhead'] .= '' . "\r\n" ; diff --git a/view/es-es/hmessages.po b/view/es-es/hmessages.po index e55530bf5..a70aeb9d5 100644 --- a/view/es-es/hmessages.po +++ b/view/es-es/hmessages.po @@ -3,18 +3,16 @@ # This file is distributed under the same license as the Red package. # # Translators: -# Alfonso , 2015 -# JACOB MALDONADO , 2015 -# jeroenpraat , 2015 -# Manuel Jiménez Friaza , 2015-2016 +# Alfonso, 2015 +# Manuel Jiménez Friaza, 2015-2016 # Rafael, 2015 -# tony baldwin , 2014 +# tony baldwin, 2014 msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-18 00:03-0700\n" -"PO-Revision-Date: 2016-03-20 10:32+0000\n" +"POT-Creation-Date: 2016-03-25 00:03-0700\n" +"PO-Revision-Date: 2016-03-27 10:37+0000\n" "Last-Translator: Manuel Jiménez Friaza \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/red-matrix/language/es_ES/)\n" "MIME-Version: 1.0\n" @@ -66,7 +64,7 @@ msgstr "Programar bandeja de salida" #: ../../Zotlabs/Storage/Browser.php:164 ../../include/apps.php:360 #: ../../include/apps.php:415 ../../include/widgets.php:1439 #: ../../include/conversation.php:1037 ../../mod/photos.php:766 -#: ../../mod/photos.php:1209 +#: ../../mod/photos.php:1210 msgid "Unknown" msgstr "Desconocido" @@ -92,7 +90,7 @@ msgstr "Crear" #: ../../Zotlabs/Storage/Browser.php:231 ../../Zotlabs/Storage/Browser.php:305 #: ../../include/widgets.php:1452 ../../mod/photos.php:793 -#: ../../mod/photos.php:1333 ../../mod/profile_photo.php:401 +#: ../../mod/photos.php:1334 ../../mod/profile_photo.php:401 #: ../../mod/cover_photo.php:353 msgid "Upload" msgstr "Subir" @@ -134,7 +132,7 @@ msgstr "Editar" #: ../../mod/blocks.php:155 ../../mod/connections.php:259 #: ../../mod/connedit.php:569 ../../mod/editblock.php:181 #: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223 -#: ../../mod/group.php:173 ../../mod/photos.php:1140 ../../mod/admin.php:993 +#: ../../mod/group.php:173 ../../mod/photos.php:1141 ../../mod/admin.php:993 #: ../../mod/admin.php:1152 ../../mod/admin.php:1768 #: ../../mod/settings.php:660 ../../mod/thing.php:257 #: ../../mod/webpages.php:185 @@ -170,7 +168,7 @@ msgstr "Subir fichero" #: ../../include/attach.php:352 ../../include/attach.php:359 #: ../../include/attach.php:437 ../../include/attach.php:889 #: ../../include/attach.php:960 ../../include/attach.php:1112 -#: ../../include/photos.php:29 ../../include/items.php:4660 +#: ../../include/photos.php:29 ../../include/items.php:4670 #: ../../index.php:180 ../../mod/achievements.php:30 ../../mod/api.php:26 #: ../../mod/api.php:31 ../../mod/appman.php:66 ../../mod/authtest.php:13 #: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/blocks.php:69 @@ -289,7 +287,7 @@ msgid "Registration request at %s" msgstr "Solicitud de registro en %s" #: ../../include/account.php:317 ../../include/account.php:344 -#: ../../include/account.php:404 ../../include/network.php:1864 +#: ../../include/account.php:404 ../../include/network.php:1855 msgid "Administrator" msgstr "Administrador" @@ -345,12 +343,12 @@ msgstr "Otras redes y servicios de publicación" #: ../../include/acl_selectors.php:251 ../../mod/chat.php:211 #: ../../mod/filestorage.php:147 ../../mod/photos.php:639 -#: ../../mod/photos.php:1012 ../../mod/thing.php:309 ../../mod/thing.php:355 +#: ../../mod/photos.php:1013 ../../mod/thing.php:309 ../../mod/thing.php:355 msgid "Permissions" msgstr "Permisos" #: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384 -#: ../../mod/photos.php:1229 +#: ../../mod/photos.php:1230 msgid "Close" msgstr "Cerrar" @@ -394,12 +392,12 @@ msgstr "Marcadores" msgid "Address Book" msgstr "Libreta de direcciones" -#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1551 +#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1553 msgid "Login" msgstr "Iniciar sesión" #: ../../include/apps.php:132 ../../include/nav.php:203 -#: ../../mod/manage.php:162 +#: ../../mod/manage.php:158 msgid "Channel Manager" msgstr "Administración de canales" @@ -683,7 +681,7 @@ msgstr "Modo seguro" #: ../../mod/photos.php:634 ../../mod/admin.php:425 ../../mod/profiles.php:647 #: ../../mod/removeme.php:60 ../../mod/settings.php:588 #: ../../view/theme/redbasic/php/config.php:105 -#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1555 +#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1557 msgid "No" msgstr "No" @@ -697,7 +695,7 @@ msgstr "No" #: ../../mod/photos.php:634 ../../mod/admin.php:427 ../../mod/profiles.php:647 #: ../../mod/removeme.php:60 ../../mod/settings.php:588 #: ../../view/theme/redbasic/php/config.php:105 -#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1555 +#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1557 msgid "Yes" msgstr "Sí" @@ -755,19 +753,15 @@ msgstr "Respuesta incompleta del canal." msgid "Channel was deleted and no longer exists." msgstr "El canal ha sido eliminado y ya no existe." -#: ../../include/follow.php:153 ../../include/follow.php:185 +#: ../../include/follow.php:155 ../../include/follow.php:191 msgid "Protocol disabled." msgstr "Protocolo deshabilitado." -#: ../../include/follow.php:173 +#: ../../include/follow.php:179 msgid "Channel discovery failed." msgstr "El intento de acceder al canal ha fallado." -#: ../../include/follow.php:201 -msgid "local account not found." -msgstr "No se ha encontrado la cuenta local." - -#: ../../include/follow.php:226 +#: ../../include/follow.php:217 msgid "Cannot connect to yourself." msgstr "No puede conectarse consigo mismo." @@ -789,7 +783,7 @@ msgid "Delete this item?" msgstr "¿Borrar este elemento?" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:702 -#: ../../mod/photos.php:1058 ../../mod/photos.php:1176 +#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 msgid "Comment" msgstr "Comentar" @@ -865,8 +859,8 @@ msgstr "Describir (opcional)" #: ../../mod/import_items.php:116 ../../mod/invite.php:142 #: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231 #: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:62 -#: ../../mod/photos.php:645 ../../mod/photos.php:1019 -#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 ../../mod/admin.php:457 +#: ../../mod/photos.php:645 ../../mod/photos.php:1020 +#: ../../mod/photos.php:1060 ../../mod/photos.php:1178 ../../mod/admin.php:457 #: ../../mod/admin.php:646 ../../mod/admin.php:721 ../../mod/admin.php:986 #: ../../mod/admin.php:1150 ../../mod/admin.php:1326 ../../mod/admin.php:1521 #: ../../mod/admin.php:1606 ../../mod/admin.php:1770 ../../mod/poke.php:182 @@ -1163,7 +1157,7 @@ msgstr "No ha sido posible determinar el remitente. " msgid "Stored post could not be verified." msgstr "No se han podido verificar las publicaciones guardadas." -#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1550 +#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1552 msgid "Logout" msgstr "Finalizar sesión" @@ -1246,7 +1240,7 @@ msgstr "Pulsar para identificarse en su servidor de inicio" msgid "Home Page" msgstr "Página de inicio" -#: ../../include/nav.php:150 ../../mod/register.php:258 ../../boot.php:1533 +#: ../../include/nav.php:150 ../../mod/register.php:258 ../../boot.php:1535 msgid "Register" msgstr "Registrarse" @@ -1398,7 +1392,7 @@ msgstr "Ver" #: ../../include/page_widgets.php:40 ../../include/conversation.php:1184 #: ../../include/ItemObject.php:712 ../../mod/editblock.php:171 #: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212 -#: ../../mod/events.php:465 ../../mod/photos.php:1060 +#: ../../mod/events.php:465 ../../mod/photos.php:1061 #: ../../mod/webpages.php:190 msgid "Preview" msgstr "Previsualizar" @@ -1794,7 +1788,7 @@ msgstr "no gusta de" #: ../../include/taxonomy.php:415 ../../include/conversation.php:1756 #: ../../include/ItemObject.php:179 ../../include/identity.php:1304 -#: ../../mod/photos.php:1097 +#: ../../mod/photos.php:1098 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -1905,69 +1899,74 @@ msgid "Monthly" msgstr "Mensualmente" #: ../../include/contact_selectors.php:76 +#: ../../include/contact_selectors.php:77 msgid "Friendica" msgstr "Friendica" -#: ../../include/contact_selectors.php:77 +#: ../../include/contact_selectors.php:78 msgid "OStatus" msgstr "OStatus" -#: ../../include/contact_selectors.php:78 +#: ../../include/contact_selectors.php:79 +msgid "GNU-Social" +msgstr "GNU Social" + +#: ../../include/contact_selectors.php:80 msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 +#: ../../include/contact_selectors.php:81 ../../mod/id.php:15 #: ../../mod/id.php:16 ../../mod/admin.php:989 ../../mod/admin.php:998 -#: ../../boot.php:1553 +#: ../../boot.php:1555 msgid "Email" msgstr "Correo electrónico" -#: ../../include/contact_selectors.php:80 +#: ../../include/contact_selectors.php:82 msgid "Diaspora" msgstr "Diaspora" -#: ../../include/contact_selectors.php:81 +#: ../../include/contact_selectors.php:83 msgid "Facebook" msgstr "Facebook" -#: ../../include/contact_selectors.php:82 +#: ../../include/contact_selectors.php:84 msgid "Zot" msgstr "Zot" -#: ../../include/contact_selectors.php:83 +#: ../../include/contact_selectors.php:85 msgid "LinkedIn" msgstr "LinkedIn" -#: ../../include/contact_selectors.php:84 +#: ../../include/contact_selectors.php:86 msgid "XMPP/IM" msgstr "XMPP/IM" -#: ../../include/contact_selectors.php:85 +#: ../../include/contact_selectors.php:87 msgid "MySpace" msgstr "MySpace" -#: ../../include/network.php:630 +#: ../../include/network.php:647 msgid "view full size" msgstr "Ver en el tamaño original" -#: ../../include/network.php:1816 ../../include/enotify.php:57 +#: ../../include/network.php:1807 ../../include/enotify.php:57 msgid "$Projectname Notification" msgstr "Notificación de $Projectname" -#: ../../include/network.php:1817 ../../include/enotify.php:58 +#: ../../include/network.php:1808 ../../include/enotify.php:58 msgid "$projectname" msgstr "$projectname" -#: ../../include/network.php:1819 ../../include/enotify.php:60 +#: ../../include/network.php:1810 ../../include/enotify.php:60 msgid "Thank You," msgstr "Gracias," -#: ../../include/network.php:1821 ../../include/enotify.php:62 +#: ../../include/network.php:1812 ../../include/enotify.php:62 #, php-format msgid "%s Administrator" msgstr "%s Administrador" -#: ../../include/network.php:1878 +#: ../../include/network.php:1869 msgid "No Subject" msgstr "Sin asunto" @@ -2183,7 +2182,7 @@ msgstr "Buscar por fecha" msgid "Ability to select posts by date ranges" msgstr "Capacidad de seleccionar entradas por rango de fechas" -#: ../../include/features.php:83 ../../include/group.php:295 +#: ../../include/features.php:83 ../../include/group.php:311 msgid "Privacy Groups" msgstr "Grupos de canales" @@ -2347,7 +2346,7 @@ msgstr "Guardar" msgid "Remove term" msgstr "Eliminar término" -#: ../../include/widgets.php:285 ../../include/group.php:300 +#: ../../include/widgets.php:285 ../../include/group.php:316 msgid "add" msgstr "añadir" @@ -2552,7 +2551,7 @@ msgstr "Cuentas" #: ../../include/widgets.php:1317 ../../include/widgets.php:1355 msgid "Member registrations waiting for confirmation" -msgstr "Inscripciones en espera de aprobación" +msgstr "Inscripciones de nuevos miembros pendientes de aprobación" #: ../../include/widgets.php:1318 ../../mod/admin.php:1149 msgid "Channels" @@ -2594,7 +2593,7 @@ msgid "Plugin Features" msgstr "Extensiones" #: ../../include/widgets.php:1433 ../../mod/photos.php:760 -#: ../../mod/photos.php:1300 +#: ../../mod/photos.php:1301 msgid "View Photo" msgstr "Ver foto" @@ -2862,27 +2861,27 @@ msgid "" "not what you intended, please create another group with a different name." msgstr "Un grupo suprimido con este nombre ha sido restablecido. Es posible que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente." -#: ../../include/group.php:232 +#: ../../include/group.php:248 msgid "Add new connections to this privacy group" msgstr "Añadir conexiones nuevas a este grupo de canales" -#: ../../include/group.php:251 ../../mod/admin.php:998 +#: ../../include/group.php:267 ../../mod/admin.php:998 msgid "All Channels" msgstr "Todos los canales" -#: ../../include/group.php:273 +#: ../../include/group.php:289 msgid "edit" msgstr "editar" -#: ../../include/group.php:296 +#: ../../include/group.php:312 msgid "Edit group" msgstr "Editar grupo" -#: ../../include/group.php:297 +#: ../../include/group.php:313 msgid "Add privacy group" msgstr "Añadir un grupo de canales" -#: ../../include/group.php:298 +#: ../../include/group.php:314 msgid "Channels not in any privacy group" msgstr "Sin canales en ningún grupo" @@ -3087,7 +3086,7 @@ msgstr "AAAA-MM-DD o MM-DD" msgid "Required" msgstr "Obligatorio" -#: ../../include/datetime.php:273 ../../boot.php:2382 +#: ../../include/datetime.php:273 ../../boot.php:2384 msgid "never" msgstr "nunca" @@ -3198,42 +3197,42 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s está %2$s" -#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +#: ../../include/conversation.php:574 ../../mod/photos.php:1075 msgctxt "title" msgid "Likes" msgstr "Me gusta" -#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +#: ../../include/conversation.php:574 ../../mod/photos.php:1075 msgctxt "title" msgid "Dislikes" msgstr "No me gusta" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Agree" msgstr "De acuerdo" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Disagree" msgstr "En desacuerdo" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Abstain" msgstr "Abstención" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Attending" msgstr "Participaré" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Not attending" msgstr "No participaré" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Might attend" msgstr "Quizá participe" @@ -3289,7 +3288,7 @@ msgstr "Mostrar en su contexto" #: ../../include/conversation.php:740 ../../include/conversation.php:1242 #: ../../include/ItemObject.php:389 ../../mod/editblock.php:150 #: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 -#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1040 +#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1041 msgid "Please wait" msgstr "Espere por favor" @@ -3410,7 +3409,7 @@ msgid "Expires YYYY-MM-DD HH:MM" msgstr "Caduca YYYY-MM-DD HH:MM" #: ../../include/conversation.php:1207 ../../mod/blocks.php:154 -#: ../../mod/layouts.php:184 ../../mod/photos.php:1039 +#: ../../mod/layouts.php:184 ../../mod/photos.php:1040 #: ../../mod/webpages.php:184 msgid "Share" msgstr "Compartir" @@ -3668,13 +3667,13 @@ msgid "Manage Webpages" msgstr "Administrar páginas web" #: ../../include/conversation.php:1732 ../../include/ItemObject.php:175 -#: ../../include/ItemObject.php:187 ../../mod/photos.php:1093 -#: ../../mod/photos.php:1105 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1094 +#: ../../mod/photos.php:1106 msgid "View all" msgstr "Ver todo" #: ../../include/conversation.php:1759 ../../include/ItemObject.php:184 -#: ../../mod/photos.php:1102 +#: ../../mod/photos.php:1103 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -3771,11 +3770,11 @@ msgstr "preferidas" msgid "Add Tag" msgstr "Añadir etiqueta" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1037 +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1038 msgid "I like this (toggle)" msgstr "Me gusta (cambiar)" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1038 +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1039 msgid "I don't like this (toggle)" msgstr "No me gusta esto (cambiar)" @@ -3831,18 +3830,18 @@ msgstr "Añadir al calendario" msgid "Mark all seen" msgstr "Marcar todo como visto" -#: ../../include/ItemObject.php:378 ../../mod/photos.php:1223 +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1224 msgctxt "noun" msgid "Likes" msgstr "Me gusta" -#: ../../include/ItemObject.php:379 ../../mod/photos.php:1224 +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1225 msgctxt "noun" msgid "Dislikes" msgstr "No me gusta" -#: ../../include/ItemObject.php:700 ../../mod/photos.php:1056 -#: ../../mod/photos.php:1174 +#: ../../include/ItemObject.php:700 ../../mod/photos.php:1057 +#: ../../mod/photos.php:1175 msgid "This is you" msgstr "Este es usted" @@ -4043,59 +4042,59 @@ msgstr "Visible para las conexiones permitidas." msgid "Visible to specific connections." msgstr "Visible para conexiones específicas." -#: ../../include/items.php:4581 ../../mod/display.php:36 +#: ../../include/items.php:4591 ../../mod/display.php:36 #: ../../mod/filestorage.php:27 ../../mod/admin.php:141 #: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/thing.php:85 #: ../../mod/viewsrc.php:20 msgid "Item not found." msgstr "Elemento no encontrado." -#: ../../include/items.php:5117 ../../mod/group.php:38 ../../mod/group.php:137 +#: ../../include/items.php:5127 ../../mod/group.php:38 ../../mod/group.php:137 msgid "Privacy group not found." msgstr "Grupo de canales no encontrado." -#: ../../include/items.php:5133 +#: ../../include/items.php:5143 msgid "Privacy group is empty." msgstr "El grupo de canales está vacío." -#: ../../include/items.php:5140 +#: ../../include/items.php:5150 #, php-format msgid "Privacy group: %s" msgstr "Grupo de canales: %s" -#: ../../include/items.php:5150 ../../mod/connedit.php:701 +#: ../../include/items.php:5160 ../../mod/connedit.php:701 #, php-format msgid "Connection: %s" msgstr "Conexión: %s" -#: ../../include/items.php:5152 +#: ../../include/items.php:5162 msgid "Connection not found." msgstr "Conexión no encontrada" -#: ../../include/items.php:5578 ../../mod/cover_photo.php:229 +#: ../../include/items.php:5588 ../../mod/cover_photo.php:229 msgid "female" msgstr "mujer" -#: ../../include/items.php:5579 ../../mod/cover_photo.php:230 +#: ../../include/items.php:5589 ../../mod/cover_photo.php:230 #, php-format msgid "%1$s updated her %2$s" msgstr "%1$s ha actualizado su %2$s" -#: ../../include/items.php:5580 ../../mod/cover_photo.php:231 +#: ../../include/items.php:5590 ../../mod/cover_photo.php:231 msgid "male" msgstr "hombre" -#: ../../include/items.php:5581 ../../mod/cover_photo.php:232 +#: ../../include/items.php:5591 ../../mod/cover_photo.php:232 #, php-format msgid "%1$s updated his %2$s" msgstr "%1$s ha actualizado su %2$s" -#: ../../include/items.php:5583 ../../mod/cover_photo.php:234 +#: ../../include/items.php:5593 ../../mod/cover_photo.php:234 #, php-format msgid "%1$s updated their %2$s" msgstr "%1$s ha actualizado su %2$s" -#: ../../include/items.php:5585 +#: ../../include/items.php:5595 msgid "profile photo" msgstr "foto del perfil" @@ -4274,7 +4273,7 @@ msgstr "Sobre mí:" #: ../../include/identity.php:1355 msgid "Hobbies/Interests:" -msgstr "Aficciones/Intereses:" +msgstr "Aficciones o intereses:" #: ../../include/identity.php:1357 msgid "Likes:" @@ -4294,7 +4293,7 @@ msgstr "Mis otros canales:" #: ../../include/identity.php:1365 msgid "Musical interests:" -msgstr "Intereses musicales:" +msgstr "Preferencias musicales:" #: ../../include/identity.php:1367 msgid "Books, literature:" @@ -4306,11 +4305,11 @@ msgstr "Televisión:" #: ../../include/identity.php:1371 msgid "Film/dance/culture/entertainment:" -msgstr "Cine/danza/cultura/entretenimiento:" +msgstr "Cine, danza, cultura, entretenimiento:" #: ../../include/identity.php:1373 msgid "Love/Romance:" -msgstr "Vida sentimental/amorosa:" +msgstr "Vida sentimental o amorosa:" #: ../../include/identity.php:1375 msgid "Work/employment:" @@ -4332,11 +4331,11 @@ msgstr "Imagen de portada del perfil" msgid "Some blurb about what to do when you're new here" msgstr "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí" -#: ../../mod/acl.php:222 +#: ../../mod/acl.php:221 msgid "network" msgstr "red" -#: ../../mod/acl.php:232 +#: ../../mod/acl.php:231 msgid "RSS" msgstr "RSS" @@ -5232,7 +5231,7 @@ msgstr "Editar la descripción" #: ../../mod/events.php:459 msgid "Edit Location" -msgstr "Modificar la localización" +msgstr "Modificar la ubicación" #: ../../mod/events.php:462 ../../mod/events.php:464 msgid "Share this event" @@ -5266,12 +5265,12 @@ msgstr "Editar el evento" msgid "Create Event" msgstr "Crear un evento" -#: ../../mod/events.php:659 ../../mod/events.php:666 ../../mod/photos.php:916 +#: ../../mod/events.php:659 ../../mod/events.php:666 ../../mod/photos.php:917 #: ../../mod/cal.php:326 ../../mod/cal.php:333 msgid "Previous" msgstr "Anterior" -#: ../../mod/events.php:660 ../../mod/events.php:667 ../../mod/photos.php:925 +#: ../../mod/events.php:660 ../../mod/events.php:667 ../../mod/photos.php:926 #: ../../mod/setup.php:291 ../../mod/cal.php:327 ../../mod/cal.php:334 msgid "Next" msgstr "Siguiente" @@ -5962,39 +5961,47 @@ msgstr "Su mensaje para %s (%s):" msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "Ha creado %1$.0f de %2$.0f canales permitidos." -#: ../../mod/manage.php:138 +#: ../../mod/manage.php:137 msgid "Create a new channel" msgstr "Crear un nuevo canal" -#: ../../mod/manage.php:163 +#: ../../mod/manage.php:137 ../../mod/profiles.php:777 +msgid "Create New" +msgstr "Crear un nuevo perfil" + +#: ../../mod/manage.php:159 msgid "Current Channel" msgstr "Canal actual" -#: ../../mod/manage.php:165 +#: ../../mod/manage.php:161 msgid "Switch to one of your channels by selecting it." msgstr "Cambiar a uno de sus canales seleccionándolo." -#: ../../mod/manage.php:166 +#: ../../mod/manage.php:162 msgid "Default Channel" msgstr "Canal principal" -#: ../../mod/manage.php:167 +#: ../../mod/manage.php:163 msgid "Make Default" msgstr "Convertir en predeterminado" -#: ../../mod/manage.php:170 +#: ../../mod/manage.php:166 #, php-format msgid "%d new messages" msgstr "%d mensajes nuevos" -#: ../../mod/manage.php:171 +#: ../../mod/manage.php:167 #, php-format msgid "%d new introductions" msgstr "%d nuevas isolicitudes de conexión" -#: ../../mod/manage.php:173 -msgid "Delegated Channels" -msgstr "Canales delegados" +#: ../../mod/manage.php:169 +msgid "Delegated Channel" +msgstr "Canal delegado" + +#: ../../mod/manage.php:171 +msgid "Manage locations" +msgstr "Gestión de ubicaciones" #: ../../mod/match.php:22 msgid "Profile Match" @@ -6317,7 +6324,7 @@ msgstr "No hay más notificaciones del sistema" #: ../../mod/notifications.php:98 ../../mod/notify.php:57 msgid "System Notifications" -msgstr "Notificaciones de sistema" +msgstr "Notificaciones del sistema" #: ../../mod/oexchange.php:23 msgid "Unable to find your hub." @@ -6388,7 +6395,7 @@ msgstr "Álbum no encontrado." msgid "Delete Album" msgstr "Borrar álbum" -#: ../../mod/photos.php:171 ../../mod/photos.php:1020 +#: ../../mod/photos.php:171 ../../mod/photos.php:1021 msgid "Delete Photo" msgstr "Borrar foto" @@ -6438,8 +6445,8 @@ msgstr "Descripción (opcional):" msgid "Album name could not be decoded" msgstr "El nombre del álbum no ha podido ser descifrado" -#: ../../mod/photos.php:711 ../../mod/photos.php:1250 -#: ../../mod/photos.php:1267 +#: ../../mod/photos.php:711 ../../mod/photos.php:1251 +#: ../../mod/photos.php:1268 msgid "Contact Photos" msgstr "Fotos de contacto" @@ -6463,68 +6470,72 @@ msgstr "Foto no disponible" msgid "Use as profile photo" msgstr "Usar como foto del perfil" -#: ../../mod/photos.php:905 +#: ../../mod/photos.php:899 +msgid "Use as cover photo" +msgstr "Usar como imagen de portada del perfil" + +#: ../../mod/photos.php:906 msgid "Private Photo" msgstr "Foto privada" -#: ../../mod/photos.php:920 +#: ../../mod/photos.php:921 msgid "View Full Size" msgstr "Ver tamaño completo" -#: ../../mod/photos.php:965 ../../mod/tagrm.php:133 +#: ../../mod/photos.php:966 ../../mod/tagrm.php:133 msgid "Remove" msgstr "Eliminar" -#: ../../mod/photos.php:999 +#: ../../mod/photos.php:1000 msgid "Edit photo" msgstr "Editar foto" -#: ../../mod/photos.php:1001 +#: ../../mod/photos.php:1002 msgid "Rotate CW (right)" msgstr "Girar CW (a la derecha)" -#: ../../mod/photos.php:1002 +#: ../../mod/photos.php:1003 msgid "Rotate CCW (left)" msgstr "Girar CCW (a la izquierda)" -#: ../../mod/photos.php:1005 +#: ../../mod/photos.php:1006 msgid "Enter a new album name" msgstr "Introducir un nuevo nombre de álbum" -#: ../../mod/photos.php:1006 +#: ../../mod/photos.php:1007 msgid "or select an existing one (doubleclick)" msgstr "o seleccionar uno (doble click) existente" -#: ../../mod/photos.php:1009 +#: ../../mod/photos.php:1010 msgid "Caption" msgstr "Título" -#: ../../mod/photos.php:1011 +#: ../../mod/photos.php:1012 msgid "Add a Tag" msgstr "Añadir una etiqueta" -#: ../../mod/photos.php:1015 +#: ../../mod/photos.php:1016 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com" -#: ../../mod/photos.php:1018 +#: ../../mod/photos.php:1019 msgid "Flag as adult in album view" msgstr "Marcar como \"solo para adultos\" en el álbum" -#: ../../mod/photos.php:1210 +#: ../../mod/photos.php:1211 msgid "In This Photo:" msgstr "En esta foto:" -#: ../../mod/photos.php:1215 +#: ../../mod/photos.php:1216 msgid "Map" msgstr "Mapa" -#: ../../mod/photos.php:1306 +#: ../../mod/photos.php:1307 msgid "View Album" msgstr "Ver álbum" -#: ../../mod/photos.php:1317 ../../mod/photos.php:1330 -#: ../../mod/photos.php:1331 +#: ../../mod/photos.php:1318 ../../mod/photos.php:1331 +#: ../../mod/photos.php:1332 msgid "Recent Photos" msgstr "Fotos recientes" @@ -7649,7 +7660,7 @@ msgstr "País" #: ../../mod/profiles.php:725 msgid "Who (if applicable)" -msgstr "Quién (si es aplicable)" +msgstr "Quién (si es pertinente)" #: ../../mod/profiles.php:725 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" @@ -7701,7 +7712,7 @@ msgstr "Cine, danza, cultura, entretenimiento" #: ../../mod/profiles.php:741 msgid "Hobbies/Interests" -msgstr "Aficiones/Intereses" +msgstr "Aficiones o intereses" #: ../../mod/profiles.php:742 msgid "Love/Romance" @@ -7719,10 +7730,6 @@ msgstr "Información de contacto y redes sociales" msgid "My other channels" msgstr "Mis otros canales" -#: ../../mod/profiles.php:777 -msgid "Create New" -msgstr "Crear un nuevo perfil" - #: ../../mod/profperm.php:29 ../../mod/profperm.php:58 msgid "Invalid profile identifier." msgstr "Identificador del perfil no válido" @@ -8432,7 +8439,7 @@ msgstr "Útil para reducir el envío de correo no deseado" #: ../../mod/settings.php:1088 msgid "Notification Settings" -msgstr "Configuración de notificaciones" +msgstr "Configuración de las notificaciones" #: ../../mod/settings.php:1089 msgid "By default post a status message when:" @@ -9044,7 +9051,7 @@ msgid "" "Password reset failed." msgstr "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado." -#: ../../mod/lostpass.php:86 ../../boot.php:1559 +#: ../../mod/lostpass.php:86 ../../boot.php:1561 msgid "Password Reset" msgstr "Restablecer la contraseña" @@ -9555,51 +9562,51 @@ msgstr "Ajustar el tamaño de la foto del autor de la conversación" msgid "Set size of followup author photos" msgstr "Ajustar el tamaño de foto de los seguidores del autor" -#: ../../boot.php:1359 +#: ../../boot.php:1361 #, php-format msgid "Update %s failed. See error logs." msgstr "La actualización %s ha fallado. Mire el informe de errores." -#: ../../boot.php:1362 +#: ../../boot.php:1364 #, php-format msgid "Update Error at %s" msgstr "Error de actualización en %s" -#: ../../boot.php:1532 +#: ../../boot.php:1534 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "Crear una cuenta para acceder a los servicios y aplicaciones dentro de Hubzilla" -#: ../../boot.php:1554 +#: ../../boot.php:1556 msgid "Password" msgstr "Contraseña" -#: ../../boot.php:1555 +#: ../../boot.php:1557 msgid "Remember me" msgstr "Recordarme" -#: ../../boot.php:1558 +#: ../../boot.php:1560 msgid "Forgot your password?" msgstr "¿Olvidó su contraseña?" -#: ../../boot.php:2188 +#: ../../boot.php:2190 msgid "toggle mobile" msgstr "cambiar a modo móvil" -#: ../../boot.php:2341 +#: ../../boot.php:2343 msgid "Website SSL certificate is not valid. Please correct." msgstr "El certificado SSL del sitio web no es válido. Por favor, solucione el problema." -#: ../../boot.php:2344 +#: ../../boot.php:2346 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "[hubzilla] Error SSL del sitio web en %s" -#: ../../boot.php:2381 +#: ../../boot.php:2383 msgid "Cron/Scheduled tasks not running." msgstr "Las tareas del Planificador/Cron no están funcionando." -#: ../../boot.php:2385 +#: ../../boot.php:2387 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "[hubzilla] Las tareas de Cron no están funcionando en %s" diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index 8791b3ce6..23649cd1c 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -159,7 +159,6 @@ $a->strings["Response from remote channel was incomplete."] = "Respuesta incompl $a->strings["Channel was deleted and no longer exists."] = "El canal ha sido eliminado y ya no existe."; $a->strings["Protocol disabled."] = "Protocolo deshabilitado."; $a->strings["Channel discovery failed."] = "El intento de acceder al canal ha fallado."; -$a->strings["local account not found."] = "No se ha encontrado la cuenta local."; $a->strings["Cannot connect to yourself."] = "No puede conectarse consigo mismo."; $a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado."; $a->strings["Channel clone failed. Import failed."] = "La clonación del canal no ha salido bien. La importación ha fallado."; @@ -425,6 +424,7 @@ $a->strings["Weekly"] = "Semanalmente"; $a->strings["Monthly"] = "Mensualmente"; $a->strings["Friendica"] = "Friendica"; $a->strings["OStatus"] = "OStatus"; +$a->strings["GNU-Social"] = "GNU Social"; $a->strings["RSS/Atom"] = "RSS/Atom"; $a->strings["Email"] = "Correo electrónico"; $a->strings["Diaspora"] = "Diaspora"; @@ -578,7 +578,7 @@ $a->strings["For Administrators"] = "Para los administradores"; $a->strings["For Developers"] = "Para los desarrolladores"; $a->strings["Site"] = "Sitio"; $a->strings["Accounts"] = "Cuentas"; -$a->strings["Member registrations waiting for confirmation"] = "Inscripciones en espera de aprobación"; +$a->strings["Member registrations waiting for confirmation"] = "Inscripciones de nuevos miembros pendientes de aprobación"; $a->strings["Channels"] = "Canales"; $a->strings["Security"] = "Seguridad"; $a->strings["Plugins"] = "Extensiones"; @@ -1012,16 +1012,16 @@ $a->strings["Tags:"] = "Etiquetas:"; $a->strings["Political Views:"] = "Posición política:"; $a->strings["Religion:"] = "Religión:"; $a->strings["About:"] = "Sobre mí:"; -$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:"; +$a->strings["Hobbies/Interests:"] = "Aficciones o intereses:"; $a->strings["Likes:"] = "Me gusta:"; $a->strings["Dislikes:"] = "No me gusta:"; $a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:"; $a->strings["My other channels:"] = "Mis otros canales:"; -$a->strings["Musical interests:"] = "Intereses musicales:"; +$a->strings["Musical interests:"] = "Preferencias musicales:"; $a->strings["Books, literature:"] = "Libros, literatura:"; $a->strings["Television:"] = "Televisión:"; -$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:"; -$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:"; +$a->strings["Film/dance/culture/entertainment:"] = "Cine, danza, cultura, entretenimiento:"; +$a->strings["Love/Romance:"] = "Vida sentimental o amorosa:"; $a->strings["Work/employment:"] = "Trabajo:"; $a->strings["School/education:"] = "Estudios:"; $a->strings["Like this thing"] = "Me gusta esto"; @@ -1242,7 +1242,7 @@ $a->strings["Finish date and time"] = "Fecha y hora de terminación"; $a->strings["Adjust for viewer timezone"] = "Ajustar para obtener el visor de los husos horarios"; $a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales."; $a->strings["Edit Description"] = "Editar la descripción"; -$a->strings["Edit Location"] = "Modificar la localización"; +$a->strings["Edit Location"] = "Modificar la ubicación"; $a->strings["Share this event"] = "Compartir este evento"; $a->strings["Advanced Options"] = "Opciones avanzadas"; $a->strings["l, F j"] = "l j F"; @@ -1418,13 +1418,15 @@ $a->strings["Send Reply"] = "Responder"; $a->strings["Your message for %s (%s):"] = "Su mensaje para %s (%s):"; $a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Ha creado %1$.0f de %2$.0f canales permitidos."; $a->strings["Create a new channel"] = "Crear un nuevo canal"; +$a->strings["Create New"] = "Crear un nuevo perfil"; $a->strings["Current Channel"] = "Canal actual"; $a->strings["Switch to one of your channels by selecting it."] = "Cambiar a uno de sus canales seleccionándolo."; $a->strings["Default Channel"] = "Canal principal"; $a->strings["Make Default"] = "Convertir en predeterminado"; $a->strings["%d new messages"] = "%d mensajes nuevos"; $a->strings["%d new introductions"] = "%d nuevas isolicitudes de conexión"; -$a->strings["Delegated Channels"] = "Canales delegados"; +$a->strings["Delegated Channel"] = "Canal delegado"; +$a->strings["Manage locations"] = "Gestión de ubicaciones"; $a->strings["Profile Match"] = "Perfil compatible"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal."; $a->strings["is interested in:"] = "está interesado en:"; @@ -1503,7 +1505,7 @@ $a->strings["or import an existing channel from another l $a->strings["Invalid request identifier."] = "Petición inválida del identificador."; $a->strings["Discard"] = "Descartar"; $a->strings["No more system notifications."] = "No hay más notificaciones del sistema"; -$a->strings["System Notifications"] = "Notificaciones de sistema"; +$a->strings["System Notifications"] = "Notificaciones del sistema"; $a->strings["Unable to find your hub."] = "No se puede encontrar su servidor."; $a->strings["Post successful."] = "Enviado con éxito."; $a->strings["OpenID protocol error. No ID returned."] = "Error del protocolo OpenID. Ningún ID recibido como respuesta."; @@ -1537,6 +1539,7 @@ $a->strings["Show Oldest First"] = "Mostrar lo más antiguo primero"; $a->strings["Permission denied. Access to this item may be restricted."] = "Permiso denegado. El acceso a este elemento puede estar restringido."; $a->strings["Photo not available"] = "Foto no disponible"; $a->strings["Use as profile photo"] = "Usar como foto del perfil"; +$a->strings["Use as cover photo"] = "Usar como imagen de portada del perfil"; $a->strings["Private Photo"] = "Foto privada"; $a->strings["View Full Size"] = "Ver tamaño completo"; $a->strings["Remove"] = "Eliminar"; @@ -1825,7 +1828,7 @@ $a->strings["Locality/City"] = "Ciudad"; $a->strings["Region/State"] = "Región o Estado"; $a->strings["Postal/Zip code"] = "Código postal"; $a->strings["Country"] = "País"; -$a->strings["Who (if applicable)"] = "Quién (si es aplicable)"; +$a->strings["Who (if applicable)"] = "Quién (si es pertinente)"; $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Por ejemplo: ana123, María González, sara@ejemplo.com"; $a->strings["Since (date)"] = "Desde (fecha)"; $a->strings["Tell us about yourself"] = "Háblenos de usted"; @@ -1838,12 +1841,11 @@ $a->strings["Musical interests"] = "Preferencias musicales"; $a->strings["Books, literature"] = "Libros, literatura"; $a->strings["Television"] = "Televisión"; $a->strings["Film/Dance/Culture/Entertainment"] = "Cine, danza, cultura, entretenimiento"; -$a->strings["Hobbies/Interests"] = "Aficiones/Intereses"; +$a->strings["Hobbies/Interests"] = "Aficiones o intereses"; $a->strings["Love/Romance"] = "Vida sentimental o amorosa"; $a->strings["School/Education"] = "Estudios"; $a->strings["Contact information and social networks"] = "Información de contacto y redes sociales"; $a->strings["My other channels"] = "Mis otros canales"; -$a->strings["Create New"] = "Crear un nuevo perfil"; $a->strings["Invalid profile identifier."] = "Identificador del perfil no válido"; $a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil"; $a->strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo."; @@ -2010,7 +2012,7 @@ $a->strings["Default Post Permissions"] = "Permisos de publicación predetermina $a->strings["Channel permissions category:"] = "Categoría de permisos del canal:"; $a->strings["Maximum private messages per day from unknown people:"] = "Máximo de mensajes privados por día de gente desconocida:"; $a->strings["Useful to reduce spamming"] = "Útil para reducir el envío de correo no deseado"; -$a->strings["Notification Settings"] = "Configuración de notificaciones"; +$a->strings["Notification Settings"] = "Configuración de las notificaciones"; $a->strings["By default post a status message when:"] = "Por defecto, enviar un mensaje de estado cuando:"; $a->strings["accepting a friend request"] = "Acepte una solicitud de amistad"; $a->strings["joining a forum/community"] = "al unirse a un foro o comunidad"; diff --git a/view/nl/hmessages.po b/view/nl/hmessages.po index 28435df00..ac179cd45 100644 --- a/view/nl/hmessages.po +++ b/view/nl/hmessages.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the Red package. # # Translators: -# jeroenpraat , 2015-2016 +# jeroenpraat, 2015-2016 msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-18 00:03-0700\n" -"PO-Revision-Date: 2016-03-20 13:32+0000\n" +"POT-Creation-Date: 2016-03-25 00:03-0700\n" +"PO-Revision-Date: 2016-03-27 11:48+0000\n" "Last-Translator: jeroenpraat \n" "Language-Team: Dutch (http://www.transifex.com/Friendica/red-matrix/language/nl/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Planning-postvak UIT" #: ../../Zotlabs/Storage/Browser.php:164 ../../include/apps.php:360 #: ../../include/apps.php:415 ../../include/widgets.php:1439 #: ../../include/conversation.php:1037 ../../mod/photos.php:766 -#: ../../mod/photos.php:1209 +#: ../../mod/photos.php:1210 msgid "Unknown" msgstr "Onbekend" @@ -87,7 +87,7 @@ msgstr "Aanmaken" #: ../../Zotlabs/Storage/Browser.php:231 ../../Zotlabs/Storage/Browser.php:305 #: ../../include/widgets.php:1452 ../../mod/photos.php:793 -#: ../../mod/photos.php:1333 ../../mod/profile_photo.php:401 +#: ../../mod/photos.php:1334 ../../mod/profile_photo.php:401 #: ../../mod/cover_photo.php:353 msgid "Upload" msgstr "Uploaden" @@ -129,7 +129,7 @@ msgstr "Bewerken" #: ../../mod/blocks.php:155 ../../mod/connections.php:259 #: ../../mod/connedit.php:569 ../../mod/editblock.php:181 #: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223 -#: ../../mod/group.php:173 ../../mod/photos.php:1140 ../../mod/admin.php:993 +#: ../../mod/group.php:173 ../../mod/photos.php:1141 ../../mod/admin.php:993 #: ../../mod/admin.php:1152 ../../mod/admin.php:1768 #: ../../mod/settings.php:660 ../../mod/thing.php:257 #: ../../mod/webpages.php:185 @@ -165,7 +165,7 @@ msgstr "Bestand uploaden" #: ../../include/attach.php:352 ../../include/attach.php:359 #: ../../include/attach.php:437 ../../include/attach.php:889 #: ../../include/attach.php:960 ../../include/attach.php:1112 -#: ../../include/photos.php:29 ../../include/items.php:4660 +#: ../../include/photos.php:29 ../../include/items.php:4670 #: ../../index.php:180 ../../mod/achievements.php:30 ../../mod/api.php:26 #: ../../mod/api.php:31 ../../mod/appman.php:66 ../../mod/authtest.php:13 #: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/blocks.php:69 @@ -284,7 +284,7 @@ msgid "Registration request at %s" msgstr "Registratiebevestiging voor %s" #: ../../include/account.php:317 ../../include/account.php:344 -#: ../../include/account.php:404 ../../include/network.php:1864 +#: ../../include/account.php:404 ../../include/network.php:1855 msgid "Administrator" msgstr "Beheerder" @@ -340,12 +340,12 @@ msgstr "Andere netwerken en diensten" #: ../../include/acl_selectors.php:251 ../../mod/chat.php:211 #: ../../mod/filestorage.php:147 ../../mod/photos.php:639 -#: ../../mod/photos.php:1012 ../../mod/thing.php:309 ../../mod/thing.php:355 +#: ../../mod/photos.php:1013 ../../mod/thing.php:309 ../../mod/thing.php:355 msgid "Permissions" msgstr "Permissies" #: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384 -#: ../../mod/photos.php:1229 +#: ../../mod/photos.php:1230 msgid "Close" msgstr "Sluiten" @@ -389,12 +389,12 @@ msgstr "Bladwijzers" msgid "Address Book" msgstr "Connecties" -#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1551 +#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1553 msgid "Login" msgstr "Inloggen" #: ../../include/apps.php:132 ../../include/nav.php:203 -#: ../../mod/manage.php:162 +#: ../../mod/manage.php:158 msgid "Channel Manager" msgstr "Kanaalbeheer" @@ -678,7 +678,7 @@ msgstr "Veilig zoeken" #: ../../mod/photos.php:634 ../../mod/admin.php:425 ../../mod/profiles.php:647 #: ../../mod/removeme.php:60 ../../mod/settings.php:588 #: ../../view/theme/redbasic/php/config.php:105 -#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1555 +#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1557 msgid "No" msgstr "Nee" @@ -692,7 +692,7 @@ msgstr "Nee" #: ../../mod/photos.php:634 ../../mod/admin.php:427 ../../mod/profiles.php:647 #: ../../mod/removeme.php:60 ../../mod/settings.php:588 #: ../../view/theme/redbasic/php/config.php:105 -#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1555 +#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1557 msgid "Yes" msgstr "Ja" @@ -750,19 +750,15 @@ msgstr "Antwoord van het kanaal op afstand was niet volledig." msgid "Channel was deleted and no longer exists." msgstr "Kanaal is verwijderd en bestaat niet meer." -#: ../../include/follow.php:153 ../../include/follow.php:185 +#: ../../include/follow.php:155 ../../include/follow.php:191 msgid "Protocol disabled." msgstr "Protocol uitgeschakeld." -#: ../../include/follow.php:173 +#: ../../include/follow.php:179 msgid "Channel discovery failed." msgstr "Kanaal ontdekken mislukt." -#: ../../include/follow.php:201 -msgid "local account not found." -msgstr "lokale account niet gevonden." - -#: ../../include/follow.php:226 +#: ../../include/follow.php:217 msgid "Cannot connect to yourself." msgstr "Kan niet met jezelf verbinden" @@ -784,7 +780,7 @@ msgid "Delete this item?" msgstr "Dit item verwijderen?" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:702 -#: ../../mod/photos.php:1058 ../../mod/photos.php:1176 +#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 msgid "Comment" msgstr "Reactie" @@ -860,8 +856,8 @@ msgstr "Omschrijving (optioneel)" #: ../../mod/import_items.php:116 ../../mod/invite.php:142 #: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231 #: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:62 -#: ../../mod/photos.php:645 ../../mod/photos.php:1019 -#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 ../../mod/admin.php:457 +#: ../../mod/photos.php:645 ../../mod/photos.php:1020 +#: ../../mod/photos.php:1060 ../../mod/photos.php:1178 ../../mod/admin.php:457 #: ../../mod/admin.php:646 ../../mod/admin.php:721 ../../mod/admin.php:986 #: ../../mod/admin.php:1150 ../../mod/admin.php:1326 ../../mod/admin.php:1521 #: ../../mod/admin.php:1606 ../../mod/admin.php:1770 ../../mod/poke.php:182 @@ -1158,7 +1154,7 @@ msgstr "Afzender kan niet bepaald worden." msgid "Stored post could not be verified." msgstr "Opgeslagen bericht kon niet worden geverifieerd." -#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1550 +#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1552 msgid "Logout" msgstr "Uitloggen" @@ -1241,7 +1237,7 @@ msgstr "Authenticeer jezelf via (bijvoorbeeld) jouw hub" msgid "Home Page" msgstr "Homepage" -#: ../../include/nav.php:150 ../../mod/register.php:258 ../../boot.php:1533 +#: ../../include/nav.php:150 ../../mod/register.php:258 ../../boot.php:1535 msgid "Register" msgstr "Registreren" @@ -1393,7 +1389,7 @@ msgstr "Weergeven" #: ../../include/page_widgets.php:40 ../../include/conversation.php:1184 #: ../../include/ItemObject.php:712 ../../mod/editblock.php:171 #: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212 -#: ../../mod/events.php:465 ../../mod/photos.php:1060 +#: ../../mod/events.php:465 ../../mod/photos.php:1061 #: ../../mod/webpages.php:190 msgid "Preview" msgstr "Voorvertoning" @@ -1789,7 +1785,7 @@ msgstr "vindt dit niet leuk" #: ../../include/taxonomy.php:415 ../../include/conversation.php:1756 #: ../../include/ItemObject.php:179 ../../include/identity.php:1304 -#: ../../mod/photos.php:1097 +#: ../../mod/photos.php:1098 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -1900,69 +1896,74 @@ msgid "Monthly" msgstr "Maandelijks" #: ../../include/contact_selectors.php:76 +#: ../../include/contact_selectors.php:77 msgid "Friendica" msgstr "Friendica" -#: ../../include/contact_selectors.php:77 +#: ../../include/contact_selectors.php:78 msgid "OStatus" msgstr "OStatus" -#: ../../include/contact_selectors.php:78 +#: ../../include/contact_selectors.php:79 +msgid "GNU-Social" +msgstr "GNU social" + +#: ../../include/contact_selectors.php:80 msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 +#: ../../include/contact_selectors.php:81 ../../mod/id.php:15 #: ../../mod/id.php:16 ../../mod/admin.php:989 ../../mod/admin.php:998 -#: ../../boot.php:1553 +#: ../../boot.php:1555 msgid "Email" msgstr "E-mail" -#: ../../include/contact_selectors.php:80 +#: ../../include/contact_selectors.php:82 msgid "Diaspora" msgstr "Diaspora" -#: ../../include/contact_selectors.php:81 +#: ../../include/contact_selectors.php:83 msgid "Facebook" msgstr "Facebook" -#: ../../include/contact_selectors.php:82 +#: ../../include/contact_selectors.php:84 msgid "Zot" msgstr "Zot" -#: ../../include/contact_selectors.php:83 +#: ../../include/contact_selectors.php:85 msgid "LinkedIn" msgstr "LinkedIn" -#: ../../include/contact_selectors.php:84 +#: ../../include/contact_selectors.php:86 msgid "XMPP/IM" msgstr "XMPP/IM" -#: ../../include/contact_selectors.php:85 +#: ../../include/contact_selectors.php:87 msgid "MySpace" msgstr "MySpace" -#: ../../include/network.php:630 +#: ../../include/network.php:647 msgid "view full size" msgstr "volledige grootte tonen" -#: ../../include/network.php:1816 ../../include/enotify.php:57 +#: ../../include/network.php:1807 ../../include/enotify.php:57 msgid "$Projectname Notification" msgstr "$Projectname-notificatie" -#: ../../include/network.php:1817 ../../include/enotify.php:58 +#: ../../include/network.php:1808 ../../include/enotify.php:58 msgid "$projectname" msgstr "$projectname" -#: ../../include/network.php:1819 ../../include/enotify.php:60 +#: ../../include/network.php:1810 ../../include/enotify.php:60 msgid "Thank You," msgstr "Bedankt," -#: ../../include/network.php:1821 ../../include/enotify.php:62 +#: ../../include/network.php:1812 ../../include/enotify.php:62 #, php-format msgid "%s Administrator" msgstr "Beheerder %s" -#: ../../include/network.php:1878 +#: ../../include/network.php:1869 msgid "No Subject" msgstr "Geen onderwerp" @@ -2178,7 +2179,7 @@ msgstr "Zoek op datum" msgid "Ability to select posts by date ranges" msgstr "Mogelijkheid om berichten op datum te filteren " -#: ../../include/features.php:83 ../../include/group.php:295 +#: ../../include/features.php:83 ../../include/group.php:311 msgid "Privacy Groups" msgstr "Privacygroepen" @@ -2342,7 +2343,7 @@ msgstr "Opslaan" msgid "Remove term" msgstr "Verwijder zoekterm" -#: ../../include/widgets.php:285 ../../include/group.php:300 +#: ../../include/widgets.php:285 ../../include/group.php:316 msgid "add" msgstr "toevoegen" @@ -2589,7 +2590,7 @@ msgid "Plugin Features" msgstr "Plugin-opties" #: ../../include/widgets.php:1433 ../../mod/photos.php:760 -#: ../../mod/photos.php:1300 +#: ../../mod/photos.php:1301 msgid "View Photo" msgstr "Foto weergeven" @@ -2857,27 +2858,27 @@ msgid "" "not what you intended, please create another group with a different name." msgstr "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten kunnen 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." -#: ../../include/group.php:232 +#: ../../include/group.php:248 msgid "Add new connections to this privacy group" msgstr "Voeg nieuwe connecties aan deze privacygroep toe" -#: ../../include/group.php:251 ../../mod/admin.php:998 +#: ../../include/group.php:267 ../../mod/admin.php:998 msgid "All Channels" msgstr "Alle kanalen" -#: ../../include/group.php:273 +#: ../../include/group.php:289 msgid "edit" msgstr "bewerken" -#: ../../include/group.php:296 +#: ../../include/group.php:312 msgid "Edit group" msgstr "Privacygroep bewerken" -#: ../../include/group.php:297 +#: ../../include/group.php:313 msgid "Add privacy group" msgstr "Privacygroep toevoegen" -#: ../../include/group.php:298 +#: ../../include/group.php:314 msgid "Channels not in any privacy group" msgstr "Kanalen die zich in geen enkele privacygroep bevinden" @@ -3082,7 +3083,7 @@ msgstr "JJJJ-MM-DD of MM-DD" msgid "Required" msgstr "Vereist" -#: ../../include/datetime.php:273 ../../boot.php:2382 +#: ../../include/datetime.php:273 ../../boot.php:2384 msgid "never" msgstr "nooit" @@ -3193,42 +3194,42 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s is %2$s" -#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +#: ../../include/conversation.php:574 ../../mod/photos.php:1075 msgctxt "title" msgid "Likes" msgstr "vinden dit leuk" -#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +#: ../../include/conversation.php:574 ../../mod/photos.php:1075 msgctxt "title" msgid "Dislikes" msgstr "vinden dit niet leuk" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Agree" msgstr "eens" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Disagree" msgstr "oneens" -#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +#: ../../include/conversation.php:575 ../../mod/photos.php:1076 msgctxt "title" msgid "Abstain" msgstr "onthoudingen" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Attending" msgstr "aanwezig" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Not attending" msgstr "niet aanwezig" -#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +#: ../../include/conversation.php:576 ../../mod/photos.php:1077 msgctxt "title" msgid "Might attend" msgstr "mogelijk aanwezig" @@ -3284,7 +3285,7 @@ msgstr "In context bekijken" #: ../../include/conversation.php:740 ../../include/conversation.php:1242 #: ../../include/ItemObject.php:389 ../../mod/editblock.php:150 #: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 -#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1040 +#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1041 msgid "Please wait" msgstr "Even wachten" @@ -3405,7 +3406,7 @@ msgid "Expires YYYY-MM-DD HH:MM" msgstr "Verloopt op DD-MM-YYYY om HH:MM" #: ../../include/conversation.php:1207 ../../mod/blocks.php:154 -#: ../../mod/layouts.php:184 ../../mod/photos.php:1039 +#: ../../mod/layouts.php:184 ../../mod/photos.php:1040 #: ../../mod/webpages.php:184 msgid "Share" msgstr "Delen" @@ -3663,13 +3664,13 @@ msgid "Manage Webpages" msgstr "Webpagina's beheren" #: ../../include/conversation.php:1732 ../../include/ItemObject.php:175 -#: ../../include/ItemObject.php:187 ../../mod/photos.php:1093 -#: ../../mod/photos.php:1105 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1094 +#: ../../mod/photos.php:1106 msgid "View all" msgstr "Toon alles" #: ../../include/conversation.php:1759 ../../include/ItemObject.php:184 -#: ../../mod/photos.php:1102 +#: ../../mod/photos.php:1103 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -3766,11 +3767,11 @@ msgstr "met ster" msgid "Add Tag" msgstr "Tag toevoegen" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1037 +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1038 msgid "I like this (toggle)" msgstr "Vind ik leuk" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1038 +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1039 msgid "I don't like this (toggle)" msgstr "Vind ik niet leuk" @@ -3826,18 +3827,18 @@ msgstr "Aan agenda toevoegen" msgid "Mark all seen" msgstr "Markeer alles als bekeken" -#: ../../include/ItemObject.php:378 ../../mod/photos.php:1223 +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1224 msgctxt "noun" msgid "Likes" msgstr "vinden dit leuk" -#: ../../include/ItemObject.php:379 ../../mod/photos.php:1224 +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1225 msgctxt "noun" msgid "Dislikes" msgstr "vinden dit niet leuk" -#: ../../include/ItemObject.php:700 ../../mod/photos.php:1056 -#: ../../mod/photos.php:1174 +#: ../../include/ItemObject.php:700 ../../mod/photos.php:1057 +#: ../../mod/photos.php:1175 msgid "This is you" msgstr "Dit ben jij" @@ -4038,59 +4039,59 @@ msgstr "Voor alle geaccepteerde connecties zichtbaar." msgid "Visible to specific connections." msgstr "Voor specifieke connecties zichtbaar." -#: ../../include/items.php:4581 ../../mod/display.php:36 +#: ../../include/items.php:4591 ../../mod/display.php:36 #: ../../mod/filestorage.php:27 ../../mod/admin.php:141 #: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/thing.php:85 #: ../../mod/viewsrc.php:20 msgid "Item not found." msgstr "Item niet gevonden." -#: ../../include/items.php:5117 ../../mod/group.php:38 ../../mod/group.php:137 +#: ../../include/items.php:5127 ../../mod/group.php:38 ../../mod/group.php:137 msgid "Privacy group not found." msgstr "Privacygroep niet gevonden" -#: ../../include/items.php:5133 +#: ../../include/items.php:5143 msgid "Privacy group is empty." msgstr "Privacygroep is leeg" -#: ../../include/items.php:5140 +#: ../../include/items.php:5150 #, php-format msgid "Privacy group: %s" msgstr "Privacygroep: %s" -#: ../../include/items.php:5150 ../../mod/connedit.php:701 +#: ../../include/items.php:5160 ../../mod/connedit.php:701 #, php-format msgid "Connection: %s" msgstr "Connectie: %s" -#: ../../include/items.php:5152 +#: ../../include/items.php:5162 msgid "Connection not found." msgstr "Connectie niet gevonden." -#: ../../include/items.php:5578 ../../mod/cover_photo.php:229 +#: ../../include/items.php:5588 ../../mod/cover_photo.php:229 msgid "female" msgstr "vrouw" -#: ../../include/items.php:5579 ../../mod/cover_photo.php:230 +#: ../../include/items.php:5589 ../../mod/cover_photo.php:230 #, php-format msgid "%1$s updated her %2$s" msgstr "%1$s heeft haar %2$s bijgewerkt" -#: ../../include/items.php:5580 ../../mod/cover_photo.php:231 +#: ../../include/items.php:5590 ../../mod/cover_photo.php:231 msgid "male" msgstr "man" -#: ../../include/items.php:5581 ../../mod/cover_photo.php:232 +#: ../../include/items.php:5591 ../../mod/cover_photo.php:232 #, php-format msgid "%1$s updated his %2$s" msgstr "%1$s heeft zijn %2$s bijgewerkt" -#: ../../include/items.php:5583 ../../mod/cover_photo.php:234 +#: ../../include/items.php:5593 ../../mod/cover_photo.php:234 #, php-format msgid "%1$s updated their %2$s" msgstr "De %2$s van %1$s is bijgewerkt" -#: ../../include/items.php:5585 +#: ../../include/items.php:5595 msgid "profile photo" msgstr "profielfoto" @@ -4327,11 +4328,11 @@ msgstr "omslagfoto" msgid "Some blurb about what to do when you're new here" msgstr "Welkom op $Projectname. Klik op de tab ontdekken of klik rechtsboven op de kanalengids, om kanalen te vinden. Rechtsboven vind je ook apps, waar je vrijwel alle functies van $Projectname kunt vinden. Voor hulp met $Projectname klik je op het vraagteken." -#: ../../mod/acl.php:222 +#: ../../mod/acl.php:221 msgid "network" msgstr "netwerk" -#: ../../mod/acl.php:232 +#: ../../mod/acl.php:231 msgid "RSS" msgstr "RSS" @@ -5261,12 +5262,12 @@ msgstr "Gebeurtenis bewerken" msgid "Create Event" msgstr "Gebeurtenis aanmaken" -#: ../../mod/events.php:659 ../../mod/events.php:666 ../../mod/photos.php:916 +#: ../../mod/events.php:659 ../../mod/events.php:666 ../../mod/photos.php:917 #: ../../mod/cal.php:326 ../../mod/cal.php:333 msgid "Previous" msgstr "Vorige" -#: ../../mod/events.php:660 ../../mod/events.php:667 ../../mod/photos.php:925 +#: ../../mod/events.php:660 ../../mod/events.php:667 ../../mod/photos.php:926 #: ../../mod/setup.php:291 ../../mod/cal.php:327 ../../mod/cal.php:334 msgid "Next" msgstr "Volgende" @@ -5957,39 +5958,47 @@ msgstr "Jouw privébericht aan %s (%s):" 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:138 +#: ../../mod/manage.php:137 msgid "Create a new channel" msgstr "Nieuw kanaal aanmaken" -#: ../../mod/manage.php:163 +#: ../../mod/manage.php:137 ../../mod/profiles.php:777 +msgid "Create New" +msgstr "Nieuwe aanmaken" + +#: ../../mod/manage.php:159 msgid "Current Channel" msgstr "Huidig kanaal" -#: ../../mod/manage.php:165 +#: ../../mod/manage.php:161 msgid "Switch to one of your channels by selecting it." msgstr "Activeer een van jouw andere kanalen door er op te klikken." -#: ../../mod/manage.php:166 +#: ../../mod/manage.php:162 msgid "Default Channel" msgstr "Standaardkanaal" -#: ../../mod/manage.php:167 +#: ../../mod/manage.php:163 msgid "Make Default" msgstr "Als standaard instellen" -#: ../../mod/manage.php:170 +#: ../../mod/manage.php:166 #, php-format msgid "%d new messages" msgstr "%d nieuwe berichten" -#: ../../mod/manage.php:171 +#: ../../mod/manage.php:167 #, php-format msgid "%d new introductions" msgstr "%d nieuwe connectieverzoeken" -#: ../../mod/manage.php:173 -msgid "Delegated Channels" -msgstr "Uitbestede kanalen" +#: ../../mod/manage.php:169 +msgid "Delegated Channel" +msgstr "Uitbesteed kanaal" + +#: ../../mod/manage.php:171 +msgid "Manage locations" +msgstr "Locaties beheren" #: ../../mod/match.php:22 msgid "Profile Match" @@ -6383,7 +6392,7 @@ msgstr "Album niet gevonden." msgid "Delete Album" msgstr "Verwijder album" -#: ../../mod/photos.php:171 ../../mod/photos.php:1020 +#: ../../mod/photos.php:171 ../../mod/photos.php:1021 msgid "Delete Photo" msgstr "Verwijder foto" @@ -6433,8 +6442,8 @@ msgstr "Omschrijving (optioneel):" msgid "Album name could not be decoded" msgstr "Albumnaam kon niet gedecodeerd worden" -#: ../../mod/photos.php:711 ../../mod/photos.php:1250 -#: ../../mod/photos.php:1267 +#: ../../mod/photos.php:711 ../../mod/photos.php:1251 +#: ../../mod/photos.php:1268 msgid "Contact Photos" msgstr "Connectiefoto's" @@ -6458,68 +6467,72 @@ msgstr "Foto niet aanwezig" msgid "Use as profile photo" msgstr "Als profielfoto gebruiken" -#: ../../mod/photos.php:905 +#: ../../mod/photos.php:899 +msgid "Use as cover photo" +msgstr "Als omslagfoto gebruiken" + +#: ../../mod/photos.php:906 msgid "Private Photo" msgstr "Privéfoto" -#: ../../mod/photos.php:920 +#: ../../mod/photos.php:921 msgid "View Full Size" msgstr "Volledige grootte weergeven" -#: ../../mod/photos.php:965 ../../mod/tagrm.php:133 +#: ../../mod/photos.php:966 ../../mod/tagrm.php:133 msgid "Remove" msgstr "Verwijderen" -#: ../../mod/photos.php:999 +#: ../../mod/photos.php:1000 msgid "Edit photo" msgstr "Foto bewerken" -#: ../../mod/photos.php:1001 +#: ../../mod/photos.php:1002 msgid "Rotate CW (right)" msgstr "Draai met de klok mee (naar rechts)" -#: ../../mod/photos.php:1002 +#: ../../mod/photos.php:1003 msgid "Rotate CCW (left)" msgstr "Draai tegen de klok in (naar links)" -#: ../../mod/photos.php:1005 +#: ../../mod/photos.php:1006 msgid "Enter a new album name" msgstr "Vul een nieuwe albumnaam in" -#: ../../mod/photos.php:1006 +#: ../../mod/photos.php:1007 msgid "or select an existing one (doubleclick)" msgstr "of kies een bestaand album (dubbelklikken)" -#: ../../mod/photos.php:1009 +#: ../../mod/photos.php:1010 msgid "Caption" msgstr "Bijschrift" -#: ../../mod/photos.php:1011 +#: ../../mod/photos.php:1012 msgid "Add a Tag" msgstr "Tag toevoegen" -#: ../../mod/photos.php:1015 +#: ../../mod/photos.php:1016 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl" -#: ../../mod/photos.php:1018 +#: ../../mod/photos.php:1019 msgid "Flag as adult in album view" msgstr "Markeer als voor volwassenen in albumweergave" -#: ../../mod/photos.php:1210 +#: ../../mod/photos.php:1211 msgid "In This Photo:" msgstr "Op deze foto:" -#: ../../mod/photos.php:1215 +#: ../../mod/photos.php:1216 msgid "Map" msgstr "Kaart" -#: ../../mod/photos.php:1306 +#: ../../mod/photos.php:1307 msgid "View Album" msgstr "Album weergeven" -#: ../../mod/photos.php:1317 ../../mod/photos.php:1330 -#: ../../mod/photos.php:1331 +#: ../../mod/photos.php:1318 ../../mod/photos.php:1331 +#: ../../mod/photos.php:1332 msgid "Recent Photos" msgstr "Recente foto's" @@ -7714,10 +7727,6 @@ msgstr "Contactinformatie en sociale netwerken" msgid "My other channels" msgstr "Mijn andere kanalen" -#: ../../mod/profiles.php:777 -msgid "Create New" -msgstr "Nieuwe aanmaken" - #: ../../mod/profperm.php:29 ../../mod/profperm.php:58 msgid "Invalid profile identifier." msgstr "Ongeldige profiel-identificator" @@ -9039,7 +9048,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:86 ../../boot.php:1559 +#: ../../mod/lostpass.php:86 ../../boot.php:1561 msgid "Password Reset" msgstr "Wachtwoord vergeten?" @@ -9550,51 +9559,51 @@ msgstr "Grootte profielfoto's van berichten instellen" msgid "Set size of followup author photos" msgstr "Grootte profielfoto's van reacties instellen" -#: ../../boot.php:1359 +#: ../../boot.php:1361 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s mislukt. Zie foutenlogboek." -#: ../../boot.php:1362 +#: ../../boot.php:1364 #, php-format msgid "Update Error at %s" msgstr "Update-fout op %s" -#: ../../boot.php:1532 +#: ../../boot.php:1534 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van Hubzilla" -#: ../../boot.php:1554 +#: ../../boot.php:1556 msgid "Password" msgstr "Wachtwoord" -#: ../../boot.php:1555 +#: ../../boot.php:1557 msgid "Remember me" msgstr "Aangemeld blijven" -#: ../../boot.php:1558 +#: ../../boot.php:1560 msgid "Forgot your password?" msgstr "Wachtwoord vergeten?" -#: ../../boot.php:2188 +#: ../../boot.php:2190 msgid "toggle mobile" msgstr "mobiele weergave omschakelen" -#: ../../boot.php:2341 +#: ../../boot.php:2343 msgid "Website SSL certificate is not valid. Please correct." msgstr "Het SSL-certificaat van deze website is ongeldig. Corrigeer dit a.u.b." -#: ../../boot.php:2344 +#: ../../boot.php:2346 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "[hubzilla] Probleem met SSL-certificaat voor %s" -#: ../../boot.php:2381 +#: ../../boot.php:2383 msgid "Cron/Scheduled tasks not running." msgstr "Cron is niet actief" -#: ../../boot.php:2385 +#: ../../boot.php:2387 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "[hubzilla] Cron-taken zijn niet actief op %s" diff --git a/view/nl/hstrings.php b/view/nl/hstrings.php index 44819d71f..683ff5190 100644 --- a/view/nl/hstrings.php +++ b/view/nl/hstrings.php @@ -159,7 +159,6 @@ $a->strings["Response from remote channel was incomplete."] = "Antwoord van het $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"; $a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."; $a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt."; @@ -425,6 +424,7 @@ $a->strings["Weekly"] = "Wekelijks"; $a->strings["Monthly"] = "Maandelijks"; $a->strings["Friendica"] = "Friendica"; $a->strings["OStatus"] = "OStatus"; +$a->strings["GNU-Social"] = "GNU social"; $a->strings["RSS/Atom"] = "RSS/Atom"; $a->strings["Email"] = "E-mail"; $a->strings["Diaspora"] = "Diaspora"; @@ -1418,13 +1418,15 @@ $a->strings["Send Reply"] = "Antwoord versturen"; $a->strings["Your message for %s (%s):"] = "Jouw privébericht aan %s (%s):"; $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["Create New"] = "Nieuwe aanmaken"; $a->strings["Current Channel"] = "Huidig kanaal"; $a->strings["Switch to one of your channels by selecting it."] = "Activeer een van jouw andere kanalen door er op te klikken."; $a->strings["Default Channel"] = "Standaardkanaal"; $a->strings["Make Default"] = "Als standaard instellen"; $a->strings["%d new messages"] = "%d nieuwe berichten"; $a->strings["%d new introductions"] = "%d nieuwe connectieverzoeken"; -$a->strings["Delegated Channels"] = "Uitbestede kanalen"; +$a->strings["Delegated Channel"] = "Uitbesteed kanaal"; +$a->strings["Manage locations"] = "Locaties beheren"; $a->strings["Profile Match"] = "Profielovereenkomst"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe."; $a->strings["is interested in:"] = "is geïnteresseerd in:"; @@ -1537,6 +1539,7 @@ $a->strings["Show Oldest First"] = "Oudste eerst weergeven"; $a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."; $a->strings["Photo not available"] = "Foto niet aanwezig"; $a->strings["Use as profile photo"] = "Als profielfoto gebruiken"; +$a->strings["Use as cover photo"] = "Als omslagfoto gebruiken"; $a->strings["Private Photo"] = "Privéfoto"; $a->strings["View Full Size"] = "Volledige grootte weergeven"; $a->strings["Remove"] = "Verwijderen"; @@ -1843,7 +1846,6 @@ $a->strings["Love/Romance"] = "Liefde/romantiek"; $a->strings["School/Education"] = "School/opleiding"; $a->strings["Contact information and social networks"] = "Contactinformatie en sociale netwerken"; $a->strings["My other channels"] = "Mijn andere kanalen"; -$a->strings["Create New"] = "Nieuwe aanmaken"; $a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator"; $a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel "; $a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen"; -- cgit v1.2.3 From ba0812c4477fcae0b910f63de8134529797d51dc Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 27 Mar 2016 22:37:07 +0200 Subject: highlight table row on hover --- view/theme/redbasic/css/style.css | 1 + view/tpl/locmanage.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6ef9ea284..424055fbf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1510,6 +1510,7 @@ nav .dropdown-menu { word-wrap: break-word; } +.locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { background-color: $item_colour; diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl index 6d8e90ad2..89d5295ad 100644 --- a/view/tpl/locmanage.tpl +++ b/view/tpl/locmanage.tpl @@ -28,7 +28,7 @@ {{foreach $hubs as $hub}} {{if ! $hub.deleted }} - + -- cgit v1.2.3 From a6ad37c6916c957abc5b18d78147fd1fe7fd3f7f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 28 Mar 2016 16:08:11 -0700 Subject: revup --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index c1081700f..78cecd709 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-03-26.1347H +2016-03-28.1349H -- cgit v1.2.3 From e4f360505466d4701ea4ac8f8bec18fac5b4c3ec Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 29 Mar 2016 14:14:17 -0700 Subject: add page title to the html title --- mod/page.php | 3 +++ version.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/page.php b/mod/page.php index ae572ca1e..d4aefc1cd 100644 --- a/mod/page.php +++ b/mod/page.php @@ -91,6 +91,9 @@ function page_init(&$a) { return; } + if($r[0]['title']) + $a->page['title'] = escape_tags($r[0]['title']); + if($r[0]['item_type'] == ITEM_TYPE_PDL) { require_once('include/comanche.php'); comanche_parser(get_app(),$r[0]['body']); diff --git a/version.inc b/version.inc index 78cecd709..60ac151ba 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-03-28.1349H +2016-03-29.1350H -- cgit v1.2.3 From 5462453bf2bde50166c68f90b08d24826dd07ba8 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 30 Mar 2016 14:31:55 +0200 Subject: some work on mod chat --- include/chat.php | 2 +- include/nav.php | 4 +--- include/widgets.php | 15 +++++++----- mod/chat.php | 48 ++++++++++++++++++--------------------- mod/lockview.php | 30 ++++++++++++++++++++---- view/css/mod_chat.css | 23 +++++++++++++++++++ view/js/mod_chat.js | 2 +- view/pdl/mod_chat.pdl | 3 ++- view/theme/redbasic/css/style.css | 1 + view/tpl/chat.tpl | 2 +- view/tpl/chatroom_new.tpl | 24 +++++++++----------- view/tpl/chatroomlist.tpl | 16 ++++++------- view/tpl/chatrooms.tpl | 47 ++++++++++++++++++++++++++++++-------- 13 files changed, 142 insertions(+), 75 deletions(-) diff --git a/include/chat.php b/include/chat.php index 81c5c5d62..8a5970cca 100644 --- a/include/chat.php +++ b/include/chat.php @@ -202,7 +202,7 @@ function chatroom_list($uid) { require_once('include/security.php'); $sql_extra = permissions_sql($uid); - $r = q("select cr_name, cr_id, count(cp_id) as cr_inroom from chatroom left join chatpresence on cr_id = cp_room where cr_uid = %d $sql_extra group by cr_name, cr_id order by cr_name", + $r = q("select allow_cid, allow_gid, deny_cid, deny_gid, cr_name, cr_id, count(cp_id) as cr_inroom from chatroom left join chatpresence on cr_id = cp_room where cr_uid = %d $sql_extra group by cr_name, cr_id order by cr_name", intval($uid) ); diff --git a/include/nav.php b/include/nav.php index 5f630745c..4e9a8ab19 100644 --- a/include/nav.php +++ b/include/nav.php @@ -92,10 +92,8 @@ EOT; $nav['usermenu'][] = Array('photos/' . $channel['channel_address'], t('Photos'), "", t('Your photos'),'photos_nav_btn'); $nav['usermenu'][] = Array('cloud/' . $channel['channel_address'],t('Files'),"",t('Your files'),'cloud_nav_btn'); - require_once('include/chat.php'); - $has_chats = chatroom_list_count(local_channel()); if(! UNO) - $nav['usermenu'][] = Array('chat/' . $channel['channel_address'] . (($has_chats) ? '' : '/new'), t('Chat'),"",t('Your chatrooms'),'chat_nav_btn'); + $nav['usermenu'][] = Array('chat/' . $channel['channel_address'], t('Chat'),"",t('Your chatrooms'),'chat_nav_btn'); require_once('include/menu.php'); diff --git a/include/widgets.php b/include/widgets.php index ac0b6a84f..2aa3dccf1 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -797,12 +797,15 @@ function widget_chatroom_list($arr) { require_once("include/chat.php"); $r = chatroom_list($a->profile['profile_uid']); - return replace_macros(get_markup_template('chatroomlist.tpl'), array( - '$header' => t('Chat Rooms'), - '$baseurl' => z_root(), - '$nickname' => $a->profile['channel_address'], - '$items' => $r, - )); + + if($r) { + return replace_macros(get_markup_template('chatroomlist.tpl'), array( + '$header' => t('Chat Rooms'), + '$baseurl' => z_root(), + '$nickname' => $a->profile['channel_address'], + '$items' => $r, + )); + } } function widget_bookmarkedchats($arr) { diff --git a/mod/chat.php b/mod/chat.php index f219bde73..6c0a61880 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -194,42 +194,38 @@ function chat_content(&$a) { } + require_once('include/conversation.php'); + $o = profile_tabs($a,((local_channel() && local_channel() == $a->profile['profile_uid']) ? true : false),$a->profile['channel_address']); + $acl = new Zotlabs\Access\AccessList($channel); + $channel_acl = $acl->get(); - if(local_channel() && argc() > 2 && argv(2) === 'new') { - - $acl = new Zotlabs\Access\AccessList($channel); - $channel_acl = $acl->get(); - - require_once('include/acl_selectors.php'); - - $o = replace_macros(get_markup_template('chatroom_new.tpl'),array( - '$header' => t('New Chatroom'), - '$name' => array('room_name',t('Chatroom Name'),'', ''), - '$chat_expire' => array('chat_expire',t('Expiration of chats (minutes)'),120,''), - '$permissions' => t('Permissions'), - '$acl' => populate_acl($channel_acl,false), - '$submit' => t('Submit') - )); - return $o; - } - - + $lockstate = (($channel_acl['allow_cid'] || $channel_acl['allow_gid'] || $channel_acl['deny_cid'] || $channel_acl['deny_gid']) ? 'lock' : 'unlock'); + require_once('include/acl_selectors.php'); - require_once('include/conversation.php'); + $chatroom_new = replace_macros(get_markup_template('chatroom_new.tpl'),array( + '$header' => t('New Chatroom'), + '$name' => array('room_name',t('Chatroom name'),'', ''), + '$chat_expire' => array('chat_expire',t('Expiration of chats (minutes)'),120,''), + '$permissions' => t('Permissions'), + '$acl' => populate_acl($channel_acl,false), + '$lockstate' => $lockstate, + '$submit' => t('Submit') - $o = profile_tabs($a,((local_channel() && local_channel() == $a->profile['profile_uid']) ? true : false),$a->profile['channel_address']); + )); - require_once('include/widgets.php'); + $rooms = chatroom_list($a->profile['profile_uid']); $o .= replace_macros(get_markup_template('chatrooms.tpl'), array( '$header' => sprintf( t('%1$s\'s Chatrooms'), $a->profile['name']), '$baseurl' => z_root(), - '$nickname' => $channel['channel_address'], - '$rooms' => widget_chatroom_list(array()), - '$newroom' => t('New Chatroom'), - '$is_owner' => ((local_channel() && local_channel() == $a->profile['profile_uid']) ? 1 : 0) + '$nickname' => $a->profile['channel_address'], + '$rooms' => $rooms, + '$norooms' => t('No chatrooms available'), + '$newroom' => t('Create New'), + '$is_owner' => ((local_channel() && local_channel() == $a->profile['profile_uid']) ? 1 : 0), + '$chatroom_new' => $chatroom_new )); return $o; diff --git a/mod/lockview.php b/mod/lockview.php index 84c16f658..d4a626a11 100644 --- a/mod/lockview.php +++ b/mod/lockview.php @@ -14,11 +14,21 @@ function lockview_content(&$a) { if(! $item_id) killme(); - if (!in_array($type, array('item','photo','event', 'menu_item'))) + if (!in_array($type, array('item','photo','event', 'menu_item', 'chatroom'))) killme(); - //we have different naming in in menu_item table - $id = (($type == 'menu_item') ? 'mitem_id' : 'id'); + //we have different naming in in menu_item table and chatroom table + switch($type) { + case 'menu_item': + $id = 'mitem_id'; + break; + case 'chatroom': + $id = 'cr_id'; + break; + default: + $id = 'id'; + break; + } $r = q("SELECT * FROM %s WHERE $id = %d LIMIT 1", dbesc($type), @@ -30,8 +40,18 @@ function lockview_content(&$a) { $item = $r[0]; - //we have different naming in in menu_item table - $uid = (($type == 'menu_item') ? $item['mitem_channel_id'] : $item['uid']); + //we have different naming in in menu_item table and chatroom table + switch($type) { + case 'menu_item': + $uid = $item['mitem_channel_id']; + break; + case 'chatroom': + $uid = $item['cr_uid']; + break; + default: + $uid = $item['uid']; + break; + } if($uid != local_channel()) { echo '
  • ' . t('Remote privacy information not available.') . '
  • '; diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css index ded4b0ceb..c59d8d459 100644 --- a/view/css/mod_chat.css +++ b/view/css/mod_chat.css @@ -1,3 +1,26 @@ +#chatroom-new { + display: none; +} + +#chatrooms-index { + width: 100%; +} + +#chatrooms-index th:nth-child(1), +#chatrooms-index td:nth-child(1){ + padding: 7px 3px 7px 10px; +} + +#chatrooms-index th:nth-child(3), +#chatrooms-index td:nth-child(3){ + padding: 7px 10px 7px 7px; +} + +.chatrooms-index-tool { + padding: 7px 10px; +} + + #chatContainer { height: 100%; width: 100%; diff --git a/view/js/mod_chat.js b/view/js/mod_chat.js index 6c432742f..0d47e3e77 100644 --- a/view/js/mod_chat.js +++ b/view/js/mod_chat.js @@ -15,4 +15,4 @@ $(document).ready(function() { $('#jot-public').show(); } }).trigger('change'); -}); \ No newline at end of file +}); diff --git a/view/pdl/mod_chat.pdl b/view/pdl/mod_chat.pdl index cdc66dd3d..564199bed 100644 --- a/view/pdl/mod_chat.pdl +++ b/view/pdl/mod_chat.pdl @@ -1,5 +1,6 @@ [region=aside] -[widget=profile][/widget] +[widget=vcard][/widget] +[widget=chatroom_list][/widget] [widget=bookmarkedchats][/widget] [widget=suggestedchats][/widget] [/region] diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 424055fbf..b92fe5afe 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1510,6 +1510,7 @@ nav .dropdown-menu { word-wrap: break-word; } +.chatroom-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index 18576fd56..5ea1ae22e 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -5,7 +5,7 @@
    - + {{/if}} diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl index c64f21c97..8acff2ff5 100644 --- a/view/tpl/chatroom_new.tpl +++ b/view/tpl/chatroom_new.tpl @@ -1,14 +1,12 @@ -
    -

    {{$header}}

    - -
    -{{include file="field_input.tpl" field=$name}} -{{include file="field_input.tpl" field=$chat_expire}} - -{{$acl}} -
    -
    -
    - - +
    +
    + {{include file="field_input.tpl" field=$name}} + {{include file="field_input.tpl" field=$chat_expire}} + {{$acl}} +
    + + +
    +
    +
    diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl index 71fec8200..ac0f7cf9b 100644 --- a/view/tpl/chatroomlist.tpl +++ b/view/tpl/chatroomlist.tpl @@ -1,11 +1,11 @@
    -

    {{$header}}

    -{{if $items}} -
    {{$loc}} {{$addr}} {{$mkprm}} {{$drop}}
    {{$hub.hubloc_url}} {{$hub.hubloc_addr}} {{if $hub.primary}}{{else}}{{/if}}
    {{$hub.hubloc_addr}} {{if $hub.primary}}{{else}}{{/if}}
    -{{foreach $items as $item}} - -{{/foreach}} -
    {{$item.cr_name}}{{$item.cr_inroom}}
    -{{/if}} +

    {{$header}}

    + {{if $items}} + + {{/if}} diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl index 570aef1c7..c7333efcf 100644 --- a/view/tpl/chatrooms.tpl +++ b/view/tpl/chatrooms.tpl @@ -1,12 +1,39 @@ -
    -

    {{$header}}

    - -{{if $is_owner}} -

    -{{$newroom}} -

    -{{/if}} - -{{$rooms}} +
    +
    + {{if $is_owner}} + + {{/if}} +

    {{$header}}

    +
    + {{if $is_owner}} + {{$chatroom_new}} + {{/if}} + {{if $rooms}} +
    + + + + + + + {{foreach $rooms as $room}} + + + + + + {{/foreach}} +
    name
    {{$room.cr_name}}{{$room.cr_inroom}}
    +
    + {{else}} +
    + {{$norooms}} +
    + {{/if}}
    -- cgit v1.2.3 From 08461c7049ee5c9788e815537b540b9987a5eace Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 30 Mar 2016 14:44:03 +0200 Subject: more on mod chat --- include/widgets.php | 1 + mod/chat.php | 24 ++++++++++++++---------- view/tpl/chatroomlist.tpl | 1 + view/tpl/chatrooms.tpl | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/include/widgets.php b/include/widgets.php index 2aa3dccf1..3b5e3a17b 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -804,6 +804,7 @@ function widget_chatroom_list($arr) { '$baseurl' => z_root(), '$nickname' => $a->profile['channel_address'], '$items' => $r, + '$overview' => t('Overview') )); } } diff --git a/mod/chat.php b/mod/chat.php index 6c0a61880..ecd94bd95 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -203,22 +203,26 @@ function chat_content(&$a) { $lockstate = (($channel_acl['allow_cid'] || $channel_acl['allow_gid'] || $channel_acl['deny_cid'] || $channel_acl['deny_gid']) ? 'lock' : 'unlock'); require_once('include/acl_selectors.php'); + + $chatroom_new = ''; + if(local_channel()) { + $chatroom_new = replace_macros(get_markup_template('chatroom_new.tpl'),array( + '$header' => t('New Chatroom'), + '$name' => array('room_name',t('Chatroom name'),'', ''), + '$chat_expire' => array('chat_expire',t('Expiration of chats (minutes)'),120,''), + '$permissions' => t('Permissions'), + '$acl' => populate_acl($channel_acl,false), + '$lockstate' => $lockstate, + '$submit' => t('Submit') - $chatroom_new = replace_macros(get_markup_template('chatroom_new.tpl'),array( - '$header' => t('New Chatroom'), - '$name' => array('room_name',t('Chatroom name'),'', ''), - '$chat_expire' => array('chat_expire',t('Expiration of chats (minutes)'),120,''), - '$permissions' => t('Permissions'), - '$acl' => populate_acl($channel_acl,false), - '$lockstate' => $lockstate, - '$submit' => t('Submit') - - )); + )); + } $rooms = chatroom_list($a->profile['profile_uid']); $o .= replace_macros(get_markup_template('chatrooms.tpl'), array( '$header' => sprintf( t('%1$s\'s Chatrooms'), $a->profile['name']), + '$name' => t('Name'), '$baseurl' => z_root(), '$nickname' => $a->profile['channel_address'], '$rooms' => $rooms, diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl index ac0f7cf9b..dfdce8afb 100644 --- a/view/tpl/chatroomlist.tpl +++ b/view/tpl/chatroomlist.tpl @@ -2,6 +2,7 @@

    {{$header}}

    {{if $items}}
    - -
    @@ -113,7 +106,7 @@ $(document).ready(function() { }); $(window).resize(function () { - if($('.generic-content-wrapper').hasClass('fullscreen')) { + if($('main').hasClass('fullscreen')) { adjustFullscreenTopBarHeight(); } else { -- cgit v1.2.3 From 1ca3eeedffe4fb443a19b4b84e16a73522990334 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 3 Apr 2016 16:15:41 -0700 Subject: issue #337 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index b565bc50b..9858fd483 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-04-02.1354H +2016-04-03.1355H -- cgit v1.2.3