From 6a679d26ce1c2947e49c74f3b6a98a7ad770b325 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sat, 27 Dec 2014 13:36:05 +0100 Subject: Fix #771, add tooltips to mail and intros count in channel manager, always show counts (even when 0, makes it easier to understand what the icons are) --- view/tpl/channel.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 55b122d9b..984421eec 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -7,7 +7,7 @@ {{/if}} {{/if}} {{$channel.channel_name}} -
{{if $channel.mail != 0}} {{$channel.mail}}{{else}}  {{/if}} {{if $channel.intros != 0}} {{$channel.intros}}{{else}}  {{/if}}
+
{{$channel.mail}}  {{$channel.intros}}
{{$channel.channel_name}}
-- cgit v1.2.3 From 40a327b68fe1bb37bbc2fc6bc1c6d761ee564898 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sat, 27 Dec 2014 14:06:09 +0100 Subject: Allow quick access to mail and connections from Channel Manager --- view/tpl/channel.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 984421eec..c151ba8b2 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -7,7 +7,7 @@ {{/if}} {{/if}} {{$channel.channel_name}} -
{{$channel.mail}}  {{$channel.intros}}
+
{{$channel.channel_name}}
-- cgit v1.2.3 From 801ab709adfa808072f70fe1bf4b712ddc33df42 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 28 Dec 2014 18:16:27 +0100 Subject: more work on files --- view/css/mod_cloud.css | 21 ++++++++++++-- view/js/main.js | 2 ++ view/theme/redbasic/css/style.css | 59 ++++++++++++++++++++----------------- view/tpl/attach_edit.tpl | 61 ++++++++++++++++++++++----------------- view/tpl/cloud_directory.tpl | 20 +++++++------ 5 files changed, 97 insertions(+), 66 deletions(-) (limited to 'view') diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index 85d3f4ec6..302918cc4 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -2,6 +2,12 @@ #files-upload-tools, [id^="perms-panel-"] { display: none; + padding: 3px 10px 3px 10px !important; +} + +#attach-code, +#link-code { + display: none; } #cloud-index { @@ -9,10 +15,19 @@ } #cloud-index td:nth-child(1){ - padding: 3px 4px 3px 0px; + padding: 7px 3px 7px 10px; } -.cloud-index-tool { - padding: 3px 4px; +#cloud-index td:nth-child(8){ + padding: 7px 3px; + white-space: nowrap; } +#cloud-index td:nth-child(9){ + padding: 7px 10px 7px 7px; + white-space: nowrap; +} + +.cloud-index-tool { + padding: 7px 10px; +} diff --git a/view/js/main.js b/view/js/main.js index f979f6b6f..104718436 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -844,10 +844,12 @@ function updateConvItems(mode,data) { } function filestorage(event,nick,id) { + $('#cloud-index-' + last_filestorage_id).removeClass('cloud-index-active'); $('#perms-panel-' + last_filestorage_id).hide().html(''); $('#file-edit-' + id).spin('tiny'); delete acl; $.get('filestorage/' + nick + '/' + id + '/edit', function(data) { + $('#cloud-index-' + id).addClass('cloud-index-active'); $('#perms-panel-' + id).html(data).show(); $('#file-edit-' + id).spin(false); last_filestorage_id = id; diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7a6c13798..6f8b2a6a6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1774,7 +1774,6 @@ img.mail-list-sender-photo { color: #777; } -#jot-perms-icon, .jot-icons { color: $toolicon_colour; } @@ -2031,6 +2030,38 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ color: $nav_active_icon_colour; } +.section-title-wrapper { + padding: 7px 10px; + background-color: $item_colour; + border-top-left-radius: $radiuspx; + border-top-right-radius: $radiuspx; + margin-bottom: 3px; +} + +.section-title-wrapper h2 { + margin-top: 0px; + margin-bottom: 0px; +} + +.section-content-tools-wrapper { + padding: 7px 10px; + background-color: $comment_item_colour; + margin-bottom: 3px; +} + +.section-content-wrapper { + padding: 7px 10px; + background-color: $comment_item_colour; + border-bottom-left-radius: $radiuspx; + border-bottom-right-radius: $radiuspx; +} + +[id^="cloud-index-"]:hover, +.cloud-index-active { + background-color: $item_colour; +} + + /* bootstrap overrides */ blockquote { @@ -2226,32 +2257,6 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%); } -.section-title-wrapper { - padding: 7px 10px; - background-color: $item_colour; - border-top-left-radius: $radiuspx; - border-top-right-radius: $radiuspx; - margin-bottom: 3px; -} - -.section-title-wrapper h2 { - margin-top: 0px; - margin-bottom: 0px; -} - -.section-content-tools-wrapper { - padding: 7px 10px; - background-color: $comment_item_colour; - margin-bottom: 3px; -} - -.section-content-wrapper { - padding: 7px 10px; - background-color: $comment_item_colour; - border-bottom-left-radius: $radiuspx; - border-bottom-right-radius: $radiuspx; -} - @media screen and (max-width: 767px) { aside#region_1 { background: rgba(0, 0, 0, .1); diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index bf39e6158..033ee40a7 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -1,34 +1,41 @@
-
- - -
+
+ {{if !$isadir}} + + + + {{/if}} + +
+
+ + +
+ {{$aclselect}} -{{$aclselect}} + + + + - - - - - -{{if $isadir}} -
- - -
-{{else}} -
{{$cpdesc}}
-
-{{/if}} - -
{{$cpldesc}}
-
-
+ {{if $isadir}} +
+ +
+ {{/if}} +
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 99bba9474..01b9078fe 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,12 +1,12 @@ -
+
- - - - - - + + + + + + {{if $parentpath}} @@ -19,7 +19,7 @@ {{/if}} {{foreach $entries as $item}} - + {{if $item.is_owner}} @@ -35,7 +35,9 @@ - + + + {{/foreach}}
{{$name}}{{*{{$type}}*}}{{$name}}{{*{{$type}}*}}
{{$item.displayName}}
-- cgit v1.2.3 From 1ab23061df0c92abd6a9ed5ece1507cf19efff58 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 28 Dec 2014 20:34:12 +0100 Subject: files css fixes --- view/theme/redbasic/css/style.css | 7 +++++-- view/tpl/cloud_directory.tpl | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6f8b2a6a6..15cf64aff 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2056,12 +2056,15 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ border-bottom-right-radius: $radiuspx; } +#cloud-index tr { + background-color: $comment_item_colour; +} + [id^="cloud-index-"]:hover, .cloud-index-active { - background-color: $item_colour; + background-color: $item_colour !important; } - /* bootstrap overrides */ blockquote { diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 01b9078fe..06f7a2308 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -26,7 +26,7 @@ {{$item.attachIcon}} - + {{else}} -- cgit v1.2.3 From fa23439b9cb93869985be14bc150c5a6a702ccce Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 28 Dec 2014 20:46:16 +0100 Subject: more files css fixes --- view/css/mod_cloud.css | 4 ++++ view/theme/redbasic/css/style.css | 6 ++++-- view/tpl/cloud_directory.tpl | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index 302918cc4..56f4c415b 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -14,6 +14,10 @@ width: 100%; } +#cloud-index th { + padding-top: 7px; +} + #cloud-index td:nth-child(1){ padding: 7px 3px 7px 10px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 15cf64aff..357718623 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2056,13 +2056,15 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ border-bottom-right-radius: $radiuspx; } -#cloud-index tr { +.section-content-wrapper-np { background-color: $comment_item_colour; + border-bottom-left-radius: $radiuspx; + border-bottom-right-radius: $radiuspx; } [id^="cloud-index-"]:hover, .cloud-index-active { - background-color: $item_colour !important; + background-color: $item_colour; } /* bootstrap overrides */ diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 06f7a2308..77d861224 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,4 +1,4 @@ -
+
-- cgit v1.2.3 From bcbfc833760c952da32deb1ae572b94510f268f5 Mon Sep 17 00:00:00 2001 From: Paolo Tacconi Date: Mon, 29 Dec 2014 09:09:51 +0100 Subject: Italian localization --- view/it/messages.po | 8693 ++++++++++++++++++++++++++------------------------- view/it/strings.php | 1917 ++++++------ 2 files changed, 5319 insertions(+), 5291 deletions(-) (limited to 'view') diff --git a/view/it/messages.po b/view/it/messages.po index cb3ca700a..b270c5051 100644 --- a/view/it/messages.po +++ b/view/it/messages.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-12 00:03-0800\n" -"PO-Revision-Date: 2014-12-15 08:35+0000\n" +"POT-Creation-Date: 2014-12-26 00:04-0800\n" +"PO-Revision-Date: 2014-12-29 08:07+0000\n" "Last-Translator: tuscanhobbit \n" "Language-Team: Italian (http://www.transifex.com/projects/p/red-matrix/language/it/)\n" "MIME-Version: 1.0\n" @@ -29,191 +29,135 @@ msgid "Cannot locate DNS info for database server '%s'" msgstr "Non trovo le informazioni DNS per il database server '%s'" #: ../../include/photo/photo_driver.php:680 ../../include/photos.php:52 +#: ../../mod/photos.php:91 ../../mod/photos.php:654 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:423 ../../mod/photos.php:91 -#: ../../mod/photos.php:654 +#: ../../mod/profile_photo.php:423 msgid "Profile Photos" msgstr "Foto del profilo" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "Il canale è bloccato per questo sito." - -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "Manca l'indirizzo del canale." - -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." -msgstr "La risposta dal canale non è completa." - -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." -msgstr "Il canale è stato rimosso e non esiste più." +#: ../../include/items.php:382 ../../mod/group.php:68 +#: ../../mod/subthread.php:49 ../../mod/profperm.php:23 ../../mod/like.php:246 +#: ../../index.php:389 +msgid "Permission denied" +msgstr "Permesso negato" -#: ../../include/follow.php:135 ../../include/follow.php:202 -msgid "Protocol disabled." -msgstr "Protocollo disabilitato." +#: ../../include/items.php:969 ../../include/items.php:1014 +msgid "(Unknown)" +msgstr "(Sconosciuto)" -#: ../../include/follow.php:176 -msgid "Channel discovery failed." -msgstr "La ricerca del canale non ha avuto successo." +#: ../../include/items.php:1171 +msgid "Visible to anybody on the internet." +msgstr "Visibile a chiunque su internet." -#: ../../include/follow.php:192 -msgid "local account not found." -msgstr "l'account locale non è stato trovato." +#: ../../include/items.php:1173 +msgid "Visible to you only." +msgstr "Visibile solo a te." -#: ../../include/follow.php:220 -msgid "Cannot connect to yourself." -msgstr "Non puoi connetterti a te stesso." +#: ../../include/items.php:1175 +msgid "Visible to anybody in this network." +msgstr "Visibile a tutti su questa rete." -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "Ha creato un nuovo articolo" +#: ../../include/items.php:1177 +msgid "Visible to anybody authenticated." +msgstr "Visibile a chiunque sia autenticato." -#: ../../include/notify.php:24 +#: ../../include/items.php:1179 #, php-format -msgid "commented on %s's post" -msgstr "ha commentato l'articolo di %s" - -#: ../../include/security.php:357 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "I controlli di sicurezza sono falliti. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto." - -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nuova pagina web" - -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/menu.php:42 ../../include/RedDAV/RedBrowser.php:250 -#: ../../include/apps.php:249 ../../include/ItemObject.php:100 -#: ../../mod/blocks.php:132 ../../mod/settings.php:627 -#: ../../mod/connections.php:381 ../../mod/connections.php:394 -#: ../../mod/connections.php:413 ../../mod/thing.php:233 -#: ../../mod/webpages.php:162 ../../mod/editblock.php:143 -#: ../../mod/editlayout.php:139 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:174 ../../mod/layouts.php:167 -#: ../../mod/menu.php:78 -msgid "Edit" -msgstr "Modifica" +msgid "Visible to anybody on %s." +msgstr "Visibile a tutti in %s." -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:135 -#: ../../mod/webpages.php:165 ../../mod/layouts.php:171 -msgid "View" -msgstr "Guarda" +#: ../../include/items.php:1181 +msgid "Visible to all connections." +msgstr "Visibile a tutti coloro che ti seguono." -#: ../../include/page_widgets.php:40 ../../include/conversation.php:1104 -#: ../../include/ItemObject.php:630 ../../mod/webpages.php:166 -#: ../../mod/editblock.php:173 ../../mod/editlayout.php:168 -#: ../../mod/editpost.php:140 ../../mod/editwebpage.php:205 -#: ../../mod/photos.php:998 -msgid "Preview" -msgstr "Anteprima" +#: ../../include/items.php:1183 +msgid "Visible to approved connections." +msgstr "Visibile ai contatti approvati." -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:167 -msgid "Actions" -msgstr "Azioni" +#: ../../include/items.php:1185 +msgid "Visible to specific connections." +msgstr "Visibile ad alcuni contatti scelti." -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:168 -msgid "Page Link" -msgstr "Link alla pagina" +#: ../../include/items.php:3952 ../../mod/display.php:32 +#: ../../mod/thing.php:76 ../../mod/filestorage.php:26 ../../mod/admin.php:168 +#: ../../mod/admin.php:896 ../../mod/admin.php:1099 ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "Elemento non trovato." -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:169 -msgid "Title" -msgstr "Titolo" +#: ../../include/items.php:4019 ../../include/photos.php:15 +#: ../../include/attach.php:116 ../../include/attach.php:163 +#: ../../include/attach.php:226 ../../include/attach.php:240 +#: ../../include/attach.php:280 ../../include/attach.php:294 +#: ../../include/attach.php:318 ../../include/attach.php:511 +#: ../../include/attach.php:585 ../../include/chat.php:116 +#: ../../mod/mood.php:112 ../../mod/register.php:72 ../../mod/mitem.php:106 +#: ../../mod/achievements.php:30 ../../mod/settings.php:542 +#: ../../mod/group.php:9 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/setup.php:207 ../../mod/authtest.php:13 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/block.php:22 +#: ../../mod/block.php:72 ../../mod/delegate.php:6 ../../mod/sources.php:66 +#: ../../mod/events.php:195 ../../mod/channel.php:90 ../../mod/channel.php:201 +#: ../../mod/channel.php:244 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/regmod.php:17 ../../mod/editpost.php:13 ../../mod/common.php:35 +#: ../../mod/connections.php:169 ../../mod/connedit.php:266 +#: ../../mod/mail.php:111 ../../mod/photos.php:68 ../../mod/webpages.php:67 +#: ../../mod/bookmarks.php:46 ../../mod/blocks.php:67 ../../mod/blocks.php:75 +#: ../../mod/editblock.php:65 ../../mod/pdledit.php:21 +#: ../../mod/editlayout.php:64 ../../mod/editlayout.php:89 +#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 +#: ../../mod/editwebpage.php:118 ../../mod/profile_photo.php:263 +#: ../../mod/profile_photo.php:276 ../../mod/like.php:154 +#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299 +#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:18 +#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82 +#: ../../mod/filestorage.php:109 ../../mod/locs.php:71 ../../mod/item.php:191 +#: ../../mod/item.php:199 ../../mod/item.php:972 ../../mod/suggest.php:26 +#: ../../mod/layouts.php:67 ../../mod/layouts.php:74 ../../mod/layouts.php:85 +#: ../../mod/profiles.php:179 ../../mod/profiles.php:550 +#: ../../mod/manage.php:6 ../../mod/menu.php:61 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/network.php:12 +#: ../../mod/notifications.php:66 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 +#: ../../mod/message.php:16 ../../mod/new_channel.php:68 +#: ../../mod/new_channel.php:99 ../../mod/page.php:28 ../../mod/page.php:78 +#: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190 +#: ../../index.php:390 +msgid "Permission denied." +msgstr "Permesso negato." -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:170 -msgid "Created" -msgstr "Creato" +#: ../../include/items.php:4410 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Insieme di canali non trovato." -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:171 -msgid "Edited" -msgstr "Modificato" +#: ../../include/items.php:4425 +msgid "Collection is empty." +msgstr "L'insieme di canali è vuoto." -#: ../../include/contact_widgets.php:14 +#: ../../include/items.php:4432 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invito disponibile" -msgstr[1] "%d inviti disponibili" - -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 -msgid "Advanced" -msgstr "Avanzate" - -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Ricerca canali" - -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Scrivi un nome o un interesse" - -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Aggiungi" - -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Per esempio: Mario Rossi, Pesca" - -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 -#: ../../mod/directory.php:316 ../../mod/directory.php:321 -msgid "Find" -msgstr "Cerca" - -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -#: ../../mod/directory.php:320 -msgid "Channel Suggestions" -msgstr "Canali suggeriti" - -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Profilo casuale" - -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Invita amici" - -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "Per esempio: name=mario e country=italy" - -#: ../../include/contact_widgets.php:57 ../../include/features.php:73 -#: ../../include/widgets.php:298 -msgid "Saved Folders" -msgstr "Cartelle salvate" - -#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:301 -msgid "Everything" -msgstr "Tutto" - -#: ../../include/contact_widgets.php:92 ../../include/taxonomy.php:230 -#: ../../include/widgets.php:35 -msgid "Categories" -msgstr "Categorie" +msgid "Collection: %s" +msgstr "Insieme: %s" -#: ../../include/contact_widgets.php:125 +#: ../../include/items.php:4443 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d contatto in comune" -msgstr[1] "%d contatti in comune" - -#: ../../include/contact_widgets.php:130 -msgid "show more" -msgstr "mostra tutto" +msgid "Connection: %s" +msgstr "Contatto: %s" -#: ../../include/oembed.php:171 -msgid "Embedded content" -msgstr "Contenuti incorporati" +#: ../../include/items.php:4446 +msgid "Connection not found." +msgstr "Contatto non trovato." -#: ../../include/oembed.php:180 -msgid "Embedding disabled" -msgstr "Disabilita la creazione di contenuti incorporati" +#: ../../include/menu.php:42 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:261 +#: ../../include/ItemObject.php:100 ../../include/apps.php:254 +#: ../../mod/settings.php:627 ../../mod/editpost.php:112 +#: ../../mod/connections.php:381 ../../mod/connections.php:394 +#: ../../mod/connections.php:413 ../../mod/webpages.php:162 +#: ../../mod/blocks.php:132 ../../mod/editblock.php:143 +#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:174 +#: ../../mod/thing.php:233 ../../mod/layouts.php:167 ../../mod/menu.php:78 +msgid "Edit" +msgstr "Modifica" #: ../../include/message.php:18 msgid "No recipient provided." @@ -231,736 +175,721 @@ msgstr "Impossibile determinare il mittente." msgid "Stored post could not be verified." msgstr "Non è stato possibile verificare l'articolo inserito." -#: ../../include/activities.php:39 -msgid " and " -msgstr "e" +#: ../../include/network.php:590 +msgid "view full size" +msgstr "guarda nelle dimensioni reali" -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "profilo pubblico" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" +msgstr "Può vedere i miei contenuti e articoli normali" -#: ../../include/activities.php:52 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s ha cambiato %2$s in “%3$s”" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" +msgstr "Può vedere il profilo predefinito del canale" -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Guarda %2$s di %1$s " +#: ../../include/permissions.php:28 +msgid "Can view my photo albums" +msgstr "Può vedere i miei album fotografici" -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s ha aggiornato %2$s cambiando %3$s." +#: ../../include/permissions.php:29 +msgid "Can view my connections" +msgstr "Può vedere i miei contatti" -#: ../../include/acl_selectors.php:240 -msgid "Visible to your default audience" -msgstr "Visibile secondo le impostazioni predefinite" +#: ../../include/permissions.php:30 +msgid "Can view my file storage" +msgstr "Può vedere i miei file condivisi" -#: ../../include/acl_selectors.php:241 -msgid "Show" -msgstr "Mostra" +#: ../../include/permissions.php:31 +msgid "Can view my webpages" +msgstr "Può vedere le mie pagine web" -#: ../../include/acl_selectors.php:242 -msgid "Don't show" -msgstr "Non mostrare" +#: ../../include/permissions.php:34 +msgid "Can send me their channel stream and posts" +msgstr "È tra i canali che seguo" -#: ../../include/acl_selectors.php:248 ../../mod/events.php:596 -#: ../../mod/chat.php:209 ../../mod/filestorage.php:137 -#: ../../mod/photos.php:588 ../../mod/photos.php:950 -msgid "Permissions" -msgstr "Permessi" +#: ../../include/permissions.php:35 +msgid "Can post on my channel page (\"wall\")" +msgstr "Può scrivere sulla bacheca del mio canale" -#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:312 -#: ../../mod/photos.php:1149 -msgid "Close" -msgstr "Chiudi" +#: ../../include/permissions.php:36 +msgid "Can comment on or like my posts" +msgstr "Può commentare o aggiungere \"mi piace\" ai miei articoli" -#: ../../include/bb2diaspora.php:384 -msgid "Attachments:" -msgstr "Allegati:" +#: ../../include/permissions.php:37 +msgid "Can send me private mail messages" +msgstr "Può inviarmi messaggi privati" -#: ../../include/bb2diaspora.php:463 ../../include/event.php:11 -msgid "l F d, Y \\@ g:i A" -msgstr "l d F Y \\@ G:i" +#: ../../include/permissions.php:38 +msgid "Can post photos to my photo albums" +msgstr "Può aggiungere foto ai miei album" -#: ../../include/bb2diaspora.php:465 -msgid "Redmatrix event notification:" -msgstr "Notifica eventi RedMatrix:" +#: ../../include/permissions.php:39 +msgid "Can like/dislike stuff" +msgstr "Può aggiungere \"mi piace\"" -#: ../../include/bb2diaspora.php:469 ../../include/event.php:20 -msgid "Starts:" -msgstr "Inizio:" +#: ../../include/permissions.php:39 +msgid "Profiles and things other than posts/comments" +msgstr "Profili e tutto ciò che non è articoli e commenti" -#: ../../include/bb2diaspora.php:477 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Fine:" +#: ../../include/permissions.php:41 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Può inoltrare articoli a tutti i contatti del canale tramite una @menzione" -#: ../../include/bb2diaspora.php:485 ../../include/identity.php:891 -#: ../../include/event.php:40 ../../mod/events.php:590 -#: ../../mod/directory.php:199 -msgid "Location:" -msgstr "Luogo:" +#: ../../include/permissions.php:41 +msgid "Advanced - useful for creating group forum channels" +msgstr "Impostazione avanzata - utile per creare un canale-forum di discussione" -#: ../../include/attach.php:116 ../../include/attach.php:163 -#: ../../include/attach.php:226 ../../include/attach.php:240 -#: ../../include/attach.php:280 ../../include/attach.php:294 -#: ../../include/attach.php:318 ../../include/attach.php:511 -#: ../../include/attach.php:585 ../../include/photos.php:15 -#: ../../include/items.php:4019 ../../include/chat.php:116 -#: ../../mod/mood.php:112 ../../mod/mitem.php:106 -#: ../../mod/achievements.php:30 ../../mod/register.php:72 -#: ../../mod/sources.php:66 ../../mod/poke.php:128 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/blocks.php:67 ../../mod/blocks.php:75 ../../mod/setup.php:207 -#: ../../mod/settings.php:542 ../../mod/events.php:195 -#: ../../mod/channel.php:89 ../../mod/channel.php:198 -#: ../../mod/channel.php:241 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/regmod.php:17 ../../mod/common.php:35 ../../mod/like.php:154 -#: ../../mod/connections.php:169 ../../mod/connedit.php:266 -#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299 -#: ../../mod/webpages.php:67 ../../mod/bookmarks.php:46 -#: ../../mod/profiles.php:179 ../../mod/profiles.php:550 -#: ../../mod/editblock.php:65 ../../mod/pdledit.php:21 -#: ../../mod/editlayout.php:64 ../../mod/editlayout.php:89 -#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64 -#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:118 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/item.php:191 ../../mod/item.php:199 ../../mod/item.php:972 -#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82 -#: ../../mod/filestorage.php:109 ../../mod/delegate.php:6 -#: ../../mod/group.php:9 ../../mod/suggest.php:26 ../../mod/locs.php:71 -#: ../../mod/mail.php:111 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/manage.php:6 ../../mod/layouts.php:67 ../../mod/layouts.php:74 -#: ../../mod/layouts.php:85 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 -#: ../../mod/network.php:12 ../../mod/menu.php:61 ../../mod/message.php:16 -#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 -#: ../../mod/notifications.php:66 ../../mod/page.php:28 ../../mod/page.php:78 -#: ../../mod/photos.php:68 ../../mod/appman.php:66 -#: ../../mod/service_limits.php:7 ../../index.php:190 ../../index.php:390 -msgid "Permission denied." -msgstr "Permesso negato." +#: ../../include/permissions.php:42 +msgid "Can chat with me (when available)" +msgstr "Può aprire una chat con me (se disponibile)" -#: ../../include/attach.php:221 ../../include/attach.php:275 -msgid "Item was not found." -msgstr "Elemento non trovato." +#: ../../include/permissions.php:43 +msgid "Can write to my file storage" +msgstr "Può scrivere sul mio archivio file" -#: ../../include/attach.php:331 -msgid "No source file." -msgstr "Nessun file di origine." +#: ../../include/permissions.php:44 +msgid "Can edit my webpages" +msgstr "Può modificare le mie pagine web" -#: ../../include/attach.php:348 -msgid "Cannot locate file to replace" -msgstr "Il file da sostituire non è stato trovato" +#: ../../include/permissions.php:46 +msgid "Can source my public posts in derived channels" +msgstr "Può usare i miei articoli pubblici per creare canali derivati" -#: ../../include/attach.php:366 -msgid "Cannot locate file to revise/update" -msgstr "Il file da aggiornare non è stato trovato" +#: ../../include/permissions.php:46 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Piuttosto avanzato - molto utile nelle comunità aperte" -#: ../../include/attach.php:377 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Il file supera la dimensione massima di %d" +#: ../../include/permissions.php:48 +msgid "Can administer my channel resources" +msgstr "Può amministrare i contenuti del mio canale" -#: ../../include/attach.php:389 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati." +#: ../../include/permissions.php:48 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Impostazione pericolosa - lasciare il valore predefinito se non si è assolutamente sicuri" -#: ../../include/attach.php:472 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Caricamento file fallito, potrebbe essere stato interrotto o potrebbe aver superato lo spazio assegnato." +#: ../../include/permissions.php:814 +msgid "Social Networking" +msgstr "Social network" -#: ../../include/attach.php:484 -msgid "Stored file could not be verified. Upload failed." -msgstr "Il file non può essere verificato. Caricamento fallito." +#: ../../include/permissions.php:815 ../../include/permissions.php:817 +#: ../../include/permissions.php:819 +msgid "Mostly Public" +msgstr "Quasi sempre pubblico" -#: ../../include/attach.php:526 ../../include/attach.php:543 -msgid "Path not available." -msgstr "Percorso non disponibile." +#: ../../include/permissions.php:815 ../../include/permissions.php:817 +#: ../../include/permissions.php:819 +msgid "Restricted" +msgstr "Con restrizioni" -#: ../../include/attach.php:590 -msgid "Empty pathname" -msgstr "Il percorso del file è vuoto" +#: ../../include/permissions.php:815 ../../include/permissions.php:817 +msgid "Private" +msgstr "Privato" -#: ../../include/attach.php:606 -msgid "duplicate filename or path" -msgstr "il file o il percorso del file è duplicato" +#: ../../include/permissions.php:816 +msgid "Community Forum" +msgstr "Forum di discussione" -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Percorso del file non trovato." +#: ../../include/permissions.php:818 +msgid "Feed Republish" +msgstr "Aggregatore di feed esterni" -#: ../../include/attach.php:681 -msgid "mkdir failed." -msgstr "mkdir fallito." +#: ../../include/permissions.php:820 +msgid "Special Purpose" +msgstr "Per finalità speciali" -#: ../../include/attach.php:685 -msgid "database storage failed." -msgstr "scrittura su database fallita." +#: ../../include/permissions.php:821 +msgid "Celebrity/Soapbox" +msgstr "Pagina per fan" -#: ../../include/RedDAV/RedBrowser.php:106 -#: ../../include/RedDAV/RedBrowser.php:249 -msgid "parent" -msgstr "cartella superiore" +#: ../../include/permissions.php:821 +msgid "Group Repository" +msgstr "Repository di gruppo" -#: ../../include/RedDAV/RedBrowser.php:130 -msgid "Collection" -msgstr "Cartella" +#: ../../include/permissions.php:822 ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 +msgid "Other" +msgstr "Altro" -#: ../../include/RedDAV/RedBrowser.php:133 -msgid "Principal" -msgstr "Principale" +#: ../../include/permissions.php:823 +msgid "Custom/Expert Mode" +msgstr "Personalizzazione per esperti" -#: ../../include/RedDAV/RedBrowser.php:136 -msgid "Addressbook" -msgstr "Rubrica" +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "Ha creato un nuovo articolo" -#: ../../include/RedDAV/RedBrowser.php:139 -msgid "Calendar" -msgstr "Calendario" +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "ha commentato l'articolo di %s" -#: ../../include/RedDAV/RedBrowser.php:142 -msgid "Schedule Inbox" -msgstr "Appuntamenti ricevuti" +#: ../../include/taxonomy.php:210 ../../include/taxonomy.php:229 +msgid "Tags" +msgstr "Tag" -#: ../../include/RedDAV/RedBrowser.php:145 -msgid "Schedule Outbox" -msgstr "Appuntamenti inviati" +#: ../../include/taxonomy.php:250 ../../include/contact_widgets.php:92 +#: ../../include/widgets.php:35 +msgid "Categories" +msgstr "Categorie" -#: ../../include/RedDAV/RedBrowser.php:163 ../../include/conversation.php:993 -#: ../../include/apps.php:331 ../../include/apps.php:382 -#: ../../mod/connedit.php:513 ../../mod/photos.php:713 -#: ../../mod/photos.php:1132 -msgid "Unknown" -msgstr "Sconosciuto" +#: ../../include/taxonomy.php:269 +msgid "Keywords" +msgstr "Parole chiave" -#: ../../include/RedDAV/RedBrowser.php:223 -#, php-format -msgid "%1$s used" -msgstr "%1$s occupati" +#: ../../include/taxonomy.php:294 +msgid "have" +msgstr "ho" -#: ../../include/RedDAV/RedBrowser.php:228 -#, php-format -msgid "%1$s used of %2$s (%3$s%)" -msgstr "%1$s occupati di %2$s (%3$s%)" +#: ../../include/taxonomy.php:294 +msgid "has" +msgstr "ha" -#: ../../include/RedDAV/RedBrowser.php:241 ../../include/nav.php:106 -#: ../../include/conversation.php:1540 ../../include/apps.php:133 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Archivio file" +#: ../../include/taxonomy.php:295 +msgid "want" +msgstr "voglio" -#: ../../include/RedDAV/RedBrowser.php:245 ../../mod/settings.php:567 -#: ../../mod/settings.php:593 ../../mod/admin.php:866 -msgid "Name" -msgstr "Nome" +#: ../../include/taxonomy.php:295 +msgid "wants" +msgstr "vuole" -#: ../../include/RedDAV/RedBrowser.php:246 -msgid "Type" -msgstr "Tipo" +#: ../../include/taxonomy.php:296 ../../include/ItemObject.php:221 +msgid "like" +msgstr "mi piace" -#: ../../include/RedDAV/RedBrowser.php:247 -msgid "Size" -msgstr "Dimensione" +#: ../../include/taxonomy.php:296 +msgid "likes" +msgstr "gli piace" -#: ../../include/RedDAV/RedBrowser.php:248 -msgid "Last Modified" -msgstr "Ultima modifica" +#: ../../include/taxonomy.php:297 ../../include/ItemObject.php:222 +msgid "dislike" +msgstr "non mi piace" -#: ../../include/RedDAV/RedBrowser.php:251 ../../include/conversation.php:639 -#: ../../include/apps.php:250 ../../include/ItemObject.php:120 -#: ../../mod/settings.php:628 ../../mod/connedit.php:476 -#: ../../mod/thing.php:234 ../../mod/group.php:176 ../../mod/admin.php:730 -#: ../../mod/admin.php:861 ../../mod/photos.php:1070 -msgid "Delete" -msgstr "Elimina" +#: ../../include/taxonomy.php:297 +msgid "dislikes" +msgstr "non gli piace" -#: ../../include/RedDAV/RedBrowser.php:252 -msgid "Total" -msgstr "Totale" +#: ../../include/taxonomy.php:380 ../../include/identity.php:1148 +#: ../../include/ItemObject.php:146 ../../mod/photos.php:1027 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Mi piace" +msgstr[1] "Mi piace" -#: ../../include/RedDAV/RedBrowser.php:305 -msgid "Create new folder" -msgstr "Crea una nuova cartella" +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nuova pagina web" -#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/mitem.php:169 -#: ../../mod/menu.php:100 ../../mod/new_channel.php:122 -msgid "Create" -msgstr "Crea" +#: ../../include/page_widgets.php:39 ../../mod/webpages.php:165 +#: ../../mod/blocks.php:135 ../../mod/layouts.php:171 +msgid "View" +msgstr "Guarda" -#: ../../include/RedDAV/RedBrowser.php:307 -msgid "Upload file" -msgstr "Carica un file" +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1102 +#: ../../include/ItemObject.php:638 ../../mod/photos.php:998 +#: ../../mod/webpages.php:166 +msgid "Preview" +msgstr "Anteprima" -#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/profile_photo.php:361 -#: ../../mod/photos.php:738 ../../mod/photos.php:1246 -msgid "Upload" -msgstr "Carica" - -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" -msgstr "I segnalibri di %1$s" - -#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1528 -msgid "Logout" -msgstr "Esci" - -#: ../../include/nav.php:95 ../../include/nav.php:128 -msgid "End this session" -msgstr "Chiudi questa sessione" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:167 +msgid "Actions" +msgstr "Azioni" -#: ../../include/nav.php:98 ../../include/nav.php:159 -msgid "Home" -msgstr "Bacheca" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:168 +msgid "Page Link" +msgstr "Link alla pagina" -#: ../../include/nav.php:98 -msgid "Your posts and conversations" -msgstr "I tuoi articoli e conversazioni" +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:169 +msgid "Title" +msgstr "Titolo" -#: ../../include/nav.php:99 ../../include/conversation.php:935 -#: ../../mod/connedit.php:429 ../../mod/connedit.php:545 -msgid "View Profile" -msgstr "Profilo" +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:170 +msgid "Created" +msgstr "Creato" -#: ../../include/nav.php:99 -msgid "Your profile page" -msgstr "Il tuo profilo" +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:171 +msgid "Edited" +msgstr "Modificato" -#: ../../include/nav.php:101 -msgid "Edit Profiles" -msgstr "Modifica i profili" +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Contenuti incorporati" -#: ../../include/nav.php:101 -msgid "Manage/Edit profiles" -msgstr "Gestisci/modifica i profili" +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "Disabilita la creazione di contenuti incorporati" -#: ../../include/nav.php:103 ../../include/identity.php:864 -msgid "Edit Profile" -msgstr "Modifica il profilo" +#: ../../include/auth.php:130 +msgid "Logged out." +msgstr "Uscita effettuata." -#: ../../include/nav.php:103 -msgid "Edit your profile" -msgstr "Modifica il profilo" +#: ../../include/auth.php:271 +msgid "Failed authentication" +msgstr "Autenticazione fallita" -#: ../../include/nav.php:105 ../../include/conversation.php:1531 -#: ../../include/apps.php:137 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Foto" +#: ../../include/auth.php:285 ../../mod/openid.php:190 +msgid "Login failed." +msgstr "Accesso fallito." -#: ../../include/nav.php:105 -msgid "Your photos" -msgstr "Le tue foto" +#: ../../include/photos.php:105 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "L'immagine supera il limite massimo di %lu bytes" -#: ../../include/nav.php:106 -msgid "Your files" -msgstr "I tuoi file" +#: ../../include/photos.php:112 +msgid "Image file is empty." +msgstr "Il file dell'immagine è vuoto." -#: ../../include/nav.php:111 ../../include/apps.php:144 -msgid "Chat" -msgstr "Area chat" +#: ../../include/photos.php:141 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Impossibile elaborare l'immagine" -#: ../../include/nav.php:111 -msgid "Your chatrooms" -msgstr "Le tue aree chat" +#: ../../include/photos.php:213 +msgid "Photo storage failed." +msgstr "Impossibile caricare la foto." -#: ../../include/nav.php:117 ../../include/conversation.php:1566 -#: ../../include/apps.php:127 -msgid "Bookmarks" -msgstr "Segnalibri" +#: ../../include/photos.php:341 ../../include/conversation.php:1533 +msgid "Photo Albums" +msgstr "Album foto" -#: ../../include/nav.php:117 -msgid "Your bookmarks" -msgstr "I tuoi segnalibri" +#: ../../include/photos.php:345 +msgid "Upload New Photos" +msgstr "Carica nuove foto" -#: ../../include/nav.php:121 ../../include/conversation.php:1577 -#: ../../include/apps.php:134 ../../mod/webpages.php:160 -msgid "Webpages" -msgstr "Pagine web" +#: ../../include/activities.php:39 +msgid " and " +msgstr "e" -#: ../../include/nav.php:121 -msgid "Your webpages" -msgstr "Le tue pagine web" +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "profilo pubblico" -#: ../../include/nav.php:125 ../../include/apps.php:129 ../../boot.php:1529 -msgid "Login" -msgstr "Accedi" +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s ha cambiato %2$s in “%3$s”" -#: ../../include/nav.php:125 -msgid "Sign in" -msgstr "Accedi" +#: ../../include/activities.php:57 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Guarda %2$s di %1$s " -#: ../../include/nav.php:142 +#: ../../include/activities.php:60 #, php-format -msgid "%s - click to logout" -msgstr "%s - clicca per uscire" +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s ha aggiornato %2$s cambiando %3$s." -#: ../../include/nav.php:145 -msgid "Remote authentication" -msgstr "Autenticazione magica dal tuo server" +#: ../../include/bb2diaspora.php:366 +msgid "Attachments:" +msgstr "Allegati:" -#: ../../include/nav.php:145 -msgid "Click to authenticate to your home hub" -msgstr "Clicca per autenticarti sul tuo server principale" +#: ../../include/bb2diaspora.php:445 ../../include/event.php:11 +msgid "l F d, Y \\@ g:i A" +msgstr "l d F Y \\@ G:i" -#: ../../include/nav.php:159 -msgid "Home Page" -msgstr "Bacheca" +#: ../../include/bb2diaspora.php:447 +msgid "Redmatrix event notification:" +msgstr "Notifica eventi RedMatrix:" -#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1507 -msgid "Register" -msgstr "Iscriviti" +#: ../../include/bb2diaspora.php:451 ../../include/event.php:20 +msgid "Starts:" +msgstr "Inizio:" -#: ../../include/nav.php:163 -msgid "Create an account" -msgstr "Crea un account" +#: ../../include/bb2diaspora.php:459 ../../include/event.php:30 +msgid "Finishes:" +msgstr "Fine:" -#: ../../include/nav.php:168 ../../include/apps.php:140 ../../mod/help.php:58 -#: ../../mod/help.php:63 -msgid "Help" -msgstr "Guida" +#: ../../include/bb2diaspora.php:467 ../../include/event.php:40 +#: ../../include/identity.php:891 ../../mod/events.php:590 +#: ../../mod/directory.php:199 +msgid "Location:" +msgstr "Luogo:" -#: ../../include/nav.php:168 -msgid "Help and documentation" -msgstr "Guida e documentazione" +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Funzionalità di base" -#: ../../include/nav.php:171 ../../include/widgets.php:91 -#: ../../mod/apps.php:33 -msgid "Apps" -msgstr "Apps" +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "Scadenza" -#: ../../include/nav.php:171 -msgid "Applications, utilities, links, games" -msgstr "Applicazioni, utilità, link, giochi" +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Elimina gli articoli, i commenti o i messaggi privati dopo un lasso di tempo" -#: ../../include/nav.php:173 ../../include/text.php:826 -#: ../../include/text.php:838 ../../include/apps.php:145 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Cerca" +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Profili multipli" -#: ../../include/nav.php:173 -msgid "Search site content" -msgstr "Cerca nel sito" +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Abilitazione a creare profili multipli" -#: ../../include/nav.php:176 ../../include/apps.php:139 -#: ../../mod/directory.php:320 -msgid "Directory" -msgstr "Elenco pubblico" +#: ../../include/features.php:27 +msgid "Advanced Profiles" +msgstr "Profili avanzati" -#: ../../include/nav.php:176 -msgid "Channel Directory" -msgstr "Elenco pubblico canali" +#: ../../include/features.php:27 +msgid "Additional profile sections and selections" +msgstr "Informazioni aggiuntive del profilo" -#: ../../include/nav.php:190 ../../include/apps.php:131 -msgid "Matrix" -msgstr "RedMatrix" +#: ../../include/features.php:28 +msgid "Profile Import/Export" +msgstr "Importa/esporta il profilo" -#: ../../include/nav.php:190 -msgid "Your matrix" -msgstr "La tua rete" +#: ../../include/features.php:28 +msgid "Save and load profile details across sites/channels" +msgstr "Salva o ripristina le informazioni del profilo su canali o siti diversi" -#: ../../include/nav.php:191 -msgid "Mark all matrix notifications seen" -msgstr "Segna come lette le notifiche della tua rete" +#: ../../include/features.php:29 +msgid "Web Pages" +msgstr "Pagine web" -#: ../../include/nav.php:193 ../../include/apps.php:135 -msgid "Channel Home" -msgstr "Bacheca del canale" +#: ../../include/features.php:29 +msgid "Provide managed web pages on your channel" +msgstr "Attiva la creazione di pagine web sul tuo canale" -#: ../../include/nav.php:193 -msgid "Channel home" -msgstr "Bacheca del canale" +#: ../../include/features.php:30 +msgid "Private Notes" +msgstr "Note private" -#: ../../include/nav.php:194 -msgid "Mark all channel notifications seen" -msgstr "Segna come lette le notifiche del canale" +#: ../../include/features.php:30 +msgid "Enables a tool to store notes and reminders" +msgstr "Abilita il riquadro per scrivere annotazioni" -#: ../../include/nav.php:197 ../../mod/connections.php:406 -msgid "Connections" -msgstr "Contatti" +#: ../../include/features.php:34 +msgid "Navigation Channel Select" +msgstr "Scegli il canale attivo dal menu" -#: ../../include/nav.php:200 -msgid "Notices" -msgstr "Avvisi" +#: ../../include/features.php:34 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Scegli il canale attivo direttamente dal menu di navigazione" -#: ../../include/nav.php:200 -msgid "Notifications" -msgstr "Notifiche" +#: ../../include/features.php:38 +msgid "Extended Identity Sharing" +msgstr "Condivisione avanzata dell'identità" -#: ../../include/nav.php:201 -msgid "See all notifications" -msgstr "Vedi tutte le notifiche" +#: ../../include/features.php:38 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." +msgstr "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti RedMatrix." -#: ../../include/nav.php:202 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "Segna come lette le notifiche di sistema" - -#: ../../include/nav.php:204 ../../include/apps.php:141 -msgid "Mail" -msgstr "Messaggi" +#: ../../include/features.php:39 +msgid "Expert Mode" +msgstr "Modalità esperto" -#: ../../include/nav.php:204 -msgid "Private mail" -msgstr "Messaggi privati" +#: ../../include/features.php:39 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate" -#: ../../include/nav.php:205 -msgid "See all private messages" -msgstr "Guarda tutti i messaggi privati" +#: ../../include/features.php:40 +msgid "Premium Channel" +msgstr "Canale premium" -#: ../../include/nav.php:206 -msgid "Mark all private messages seen" -msgstr "Segna come letti tutti i messaggi privati" +#: ../../include/features.php:40 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Ti permette di impostare delle restrizioni e dei termini d'uso a chi segue il canale" -#: ../../include/nav.php:207 -msgid "Inbox" -msgstr "In arrivo" +#: ../../include/features.php:45 +msgid "Post Composition Features" +msgstr "Modalità di scrittura articoli" -#: ../../include/nav.php:208 -msgid "Outbox" -msgstr "Inviati" +#: ../../include/features.php:47 +msgid "Use Markdown" +msgstr "Usa il markdown" -#: ../../include/nav.php:209 ../../include/widgets.php:557 -msgid "New Message" -msgstr "Nuovo messaggio" +#: ../../include/features.php:47 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Consenti l'uso del markdown per formattare gli articoli" -#: ../../include/nav.php:212 ../../include/apps.php:138 -#: ../../mod/events.php:442 -msgid "Events" -msgstr "Eventi" +#: ../../include/features.php:49 ../../include/widgets.php:527 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Sorgenti del canale" -#: ../../include/nav.php:212 -msgid "Event Calendar" -msgstr "Calendario" +#: ../../include/features.php:49 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Importa automaticamente il contenuto del canale da altri canali o feed" -#: ../../include/nav.php:213 -msgid "See all events" -msgstr "Guarda tutti gli eventi" +#: ../../include/features.php:50 +msgid "Even More Encryption" +msgstr "Crittografia addizionale" -#: ../../include/nav.php:214 -msgid "Mark all events seen" -msgstr "Marca come letti tutti gli eventi" +#: ../../include/features.php:50 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Rendi possibile la crittografia tra mittente e destinatario che condividono una chiave segreta" -#: ../../include/nav.php:216 ../../include/apps.php:130 -#: ../../mod/manage.php:148 -msgid "Channel Manager" -msgstr "Gestione canali" +#: ../../include/features.php:51 +msgid "Flag Adult Photos" +msgstr "Marca le foto per adulti" -#: ../../include/nav.php:216 -msgid "Manage Your Channels" -msgstr "Gestisci i tuoi canali" +#: ../../include/features.php:51 +msgid "Provide photo edit option to hide adult photos from default album view" +msgstr "Permette di marcare e nascondere negli album le foto per adulti" -#: ../../include/nav.php:218 ../../include/widgets.php:536 -#: ../../include/apps.php:132 ../../mod/admin.php:951 ../../mod/admin.php:1156 -msgid "Settings" -msgstr "Impostazioni" +#: ../../include/features.php:56 +msgid "Network and Stream Filtering" +msgstr "Filtraggio dei contenuti" -#: ../../include/nav.php:218 -msgid "Account/Channel Settings" -msgstr "Impostazioni dell'account e del canale" +#: ../../include/features.php:57 +msgid "Search by Date" +msgstr "Ricerca per data" -#: ../../include/nav.php:226 ../../mod/admin.php:123 -msgid "Admin" -msgstr "Amministrazione" +#: ../../include/features.php:57 +msgid "Ability to select posts by date ranges" +msgstr "Per selezionare gli articoli in un intervallo tra date" -#: ../../include/nav.php:226 -msgid "Site Setup and Configuration" -msgstr "Installazione e configurazione del sito" +#: ../../include/features.php:58 +msgid "Collections Filter" +msgstr "Filtra per insiemi di canali" -#: ../../include/nav.php:257 ../../include/conversation.php:840 -msgid "Loading..." -msgstr "Caricamento in corso..." +#: ../../include/features.php:58 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali" -#: ../../include/nav.php:262 -msgid "Please wait..." -msgstr "Attendere..." +#: ../../include/features.php:59 ../../include/widgets.php:272 +msgid "Saved Searches" +msgstr "Ricerche salvate" -#: ../../include/network.php:590 -msgid "view full size" -msgstr "guarda nelle dimensioni reali" +#: ../../include/features.php:59 +msgid "Save search terms for re-use" +msgstr "Salva i termini delle ricerche per poterle ripetere" -#: ../../include/dir_fns.php:66 -msgid "Directory Options" -msgstr "Opzioni elenco pubblico" +#: ../../include/features.php:60 +msgid "Network Personal Tab" +msgstr "Attività personale" -#: ../../include/dir_fns.php:67 -msgid "Alphabetic" -msgstr "Alfabetico" +#: ../../include/features.php:60 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Abilita il link per mostrare solamente i contenuti con cui hai interagito" -#: ../../include/dir_fns.php:68 -msgid "Reverse Alphabetic" -msgstr "Alfabetico inverso" +#: ../../include/features.php:61 +msgid "Network New Tab" +msgstr "Contenuti nuovi" -#: ../../include/dir_fns.php:69 -msgid "Newest to Oldest" -msgstr "Prima i più recenti" +#: ../../include/features.php:61 +msgid "Enable tab to display all new Network activity" +msgstr "Abilita il link per visualizzare solo i nuovi contenuti" -#: ../../include/dir_fns.php:70 -msgid "Oldest to Newest" -msgstr "Prima i più vecchi" +#: ../../include/features.php:62 +msgid "Affinity Tool" +msgstr "Filtro per affinità" -#: ../../include/dir_fns.php:71 -msgid "Public Forums Only" -msgstr "Solo forum pubblici" +#: ../../include/features.php:62 +msgid "Filter stream activity by depth of relationships" +msgstr "Permette di selezionare i contenuti in base al livello di amicizia" -#: ../../include/dir_fns.php:73 -msgid "Sort" -msgstr "Ordinamento" +#: ../../include/features.php:63 +msgid "Suggest Channels" +msgstr "Suggerisci canali" -#: ../../include/dir_fns.php:89 -msgid "Enable Safe Search" -msgstr "Abilita SafeSearch" +#: ../../include/features.php:63 +msgid "Show channel suggestions" +msgstr "Mostra alcuni canali che potrebbero interessarti" -#: ../../include/dir_fns.php:91 -msgid "Disable Safe Search" -msgstr "Disabilita SafeSearch" +#: ../../include/features.php:68 +msgid "Post/Comment Tools" +msgstr "Gestione articoli e commenti" -#: ../../include/dir_fns.php:93 -msgid "Safe Mode" -msgstr "Modalità SafeSearch" +#: ../../include/features.php:71 +msgid "Tagging" +msgstr "Tag" -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" -msgstr "Può vedere i miei contenuti e articoli normali" +#: ../../include/features.php:71 +msgid "Ability to tag existing posts" +msgstr "Permetti l'aggiunta di tag su articoli già esistenti" -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" -msgstr "Può vedere il profilo predefinito del canale" +#: ../../include/features.php:72 +msgid "Post Categories" +msgstr "Categorie degli articoli" -#: ../../include/permissions.php:28 -msgid "Can view my photo albums" -msgstr "Può vedere i miei album fotografici" +#: ../../include/features.php:72 +msgid "Add categories to your posts" +msgstr "Abilita le categorie per i tuoi articoli" -#: ../../include/permissions.php:29 -msgid "Can view my connections" -msgstr "Può vedere i miei contatti" +#: ../../include/features.php:73 ../../include/contact_widgets.php:57 +#: ../../include/widgets.php:302 +msgid "Saved Folders" +msgstr "Cartelle salvate" -#: ../../include/permissions.php:30 -msgid "Can view my file storage" -msgstr "Può vedere i miei file condivisi" +#: ../../include/features.php:73 +msgid "Ability to file posts under folders" +msgstr "Abilita la raccolta dei tuoi articoli in cartelle" -#: ../../include/permissions.php:31 -msgid "Can view my webpages" -msgstr "Può vedere le mie pagine web" +#: ../../include/features.php:74 +msgid "Dislike Posts" +msgstr "Non mi piace" -#: ../../include/permissions.php:34 -msgid "Can send me their channel stream and posts" -msgstr "È tra i canali che seguo" +#: ../../include/features.php:74 +msgid "Ability to dislike posts/comments" +msgstr "Abilità la funzionalità \"non mi piace\" per i tuoi articoli" -#: ../../include/permissions.php:35 -msgid "Can post on my channel page (\"wall\")" -msgstr "Può scrivere sulla bacheca del mio canale" +#: ../../include/features.php:75 +msgid "Star Posts" +msgstr "Articoli stella (preferiti)" -#: ../../include/permissions.php:36 -msgid "Can comment on or like my posts" -msgstr "Può commentare o aggiungere \"mi piace\" ai miei articoli" +#: ../../include/features.php:75 +msgid "Ability to mark special posts with a star indicator" +msgstr "Mostra la stella per scegliere gli articoli preferiti" -#: ../../include/permissions.php:37 -msgid "Can send me private mail messages" -msgstr "Può inviarmi messaggi privati" +#: ../../include/features.php:76 +msgid "Tag Cloud" +msgstr "Nuvola di tag" -#: ../../include/permissions.php:38 -msgid "Can post photos to my photo albums" -msgstr "Può aggiungere foto ai miei album" +#: ../../include/features.php:76 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale" -#: ../../include/permissions.php:39 -msgid "Can like/dislike stuff" -msgstr "Può aggiungere \"mi piace\"" +#: ../../include/RedDAV/RedBrowser.php:106 +#: ../../include/RedDAV/RedBrowser.php:260 +msgid "parent" +msgstr "cartella superiore" -#: ../../include/permissions.php:39 -msgid "Profiles and things other than posts/comments" -msgstr "Profili e tutto ciò che non è articoli e commenti" +#: ../../include/RedDAV/RedBrowser.php:130 +msgid "Collection" +msgstr "Cartella" -#: ../../include/permissions.php:41 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Può inoltrare articoli a tutti i contatti del canale tramite una @menzione" +#: ../../include/RedDAV/RedBrowser.php:133 +msgid "Principal" +msgstr "Principale" -#: ../../include/permissions.php:41 -msgid "Advanced - useful for creating group forum channels" -msgstr "Impostazione avanzata - utile per creare un canale-forum di discussione" +#: ../../include/RedDAV/RedBrowser.php:136 +msgid "Addressbook" +msgstr "Rubrica" -#: ../../include/permissions.php:42 -msgid "Can chat with me (when available)" -msgstr "Può aprire una chat con me (se disponibile)" +#: ../../include/RedDAV/RedBrowser.php:139 +msgid "Calendar" +msgstr "Calendario" -#: ../../include/permissions.php:43 -msgid "Can write to my file storage" -msgstr "Può scrivere sul mio archivio file" +#: ../../include/RedDAV/RedBrowser.php:142 +msgid "Schedule Inbox" +msgstr "Appuntamenti ricevuti" -#: ../../include/permissions.php:44 -msgid "Can edit my webpages" -msgstr "Può modificare le mie pagine web" +#: ../../include/RedDAV/RedBrowser.php:145 +msgid "Schedule Outbox" +msgstr "Appuntamenti inviati" -#: ../../include/permissions.php:46 -msgid "Can source my public posts in derived channels" -msgstr "Può usare i miei articoli pubblici per creare canali derivati" +#: ../../include/RedDAV/RedBrowser.php:163 ../../include/conversation.php:992 +#: ../../include/apps.php:336 ../../include/apps.php:387 +#: ../../mod/connedit.php:513 ../../mod/photos.php:713 +#: ../../mod/photos.php:1132 +msgid "Unknown" +msgstr "Sconosciuto" -#: ../../include/permissions.php:46 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Piuttosto avanzato - molto utile nelle comunità aperte" +#: ../../include/RedDAV/RedBrowser.php:223 +#, php-format +msgid "%1$s used" +msgstr "%1$s occupati" -#: ../../include/permissions.php:48 -msgid "Can administer my channel resources" -msgstr "Può amministrare i contenuti del mio canale" +#: ../../include/RedDAV/RedBrowser.php:228 +#, php-format +msgid "%1$s used of %2$s (%3$s%)" +msgstr "%1$s occupati di %2$s (%3$s%)" -#: ../../include/permissions.php:48 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Impostazione pericolosa - lasciare il valore predefinito se non si è assolutamente sicuri" +#: ../../include/RedDAV/RedBrowser.php:247 ../../include/conversation.php:1539 +#: ../../include/apps.php:135 ../../include/nav.php:106 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Archivio file" -#: ../../include/permissions.php:814 -msgid "Social Networking" -msgstr "Social network" +#: ../../include/RedDAV/RedBrowser.php:249 +msgid "Total" +msgstr "Totale" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -#: ../../include/permissions.php:819 -msgid "Mostly Public" -msgstr "Quasi sempre pubblico" +#: ../../include/RedDAV/RedBrowser.php:256 ../../mod/settings.php:567 +#: ../../mod/settings.php:593 ../../mod/admin.php:866 +msgid "Name" +msgstr "Nome" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -#: ../../include/permissions.php:819 -msgid "Restricted" -msgstr "Con restrizioni" +#: ../../include/RedDAV/RedBrowser.php:257 +msgid "Type" +msgstr "Tipo" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -msgid "Private" -msgstr "Privato" +#: ../../include/RedDAV/RedBrowser.php:258 +msgid "Size" +msgstr "Dimensione" -#: ../../include/permissions.php:816 -msgid "Community Forum" -msgstr "Forum di discussione" +#: ../../include/RedDAV/RedBrowser.php:259 +msgid "Last Modified" +msgstr "Ultima modifica" -#: ../../include/permissions.php:818 -msgid "Feed Republish" -msgstr "Aggregatore di feed esterni" +#: ../../include/RedDAV/RedBrowser.php:262 ../../include/conversation.php:639 +#: ../../include/ItemObject.php:120 ../../include/apps.php:255 +#: ../../mod/settings.php:628 ../../mod/group.php:176 +#: ../../mod/connedit.php:476 ../../mod/photos.php:1070 +#: ../../mod/thing.php:234 ../../mod/admin.php:730 ../../mod/admin.php:861 +msgid "Delete" +msgstr "Elimina" -#: ../../include/permissions.php:820 -msgid "Special Purpose" -msgstr "Per finalità speciali" +#: ../../include/RedDAV/RedBrowser.php:310 +msgid "Create new folder" +msgstr "Crea una nuova cartella" -#: ../../include/permissions.php:821 -msgid "Celebrity/Soapbox" -msgstr "Pagina per fan" +#: ../../include/RedDAV/RedBrowser.php:311 ../../mod/mitem.php:169 +#: ../../mod/menu.php:100 ../../mod/new_channel.php:124 +msgid "Create" +msgstr "Crea" -#: ../../include/permissions.php:821 -msgid "Group Repository" -msgstr "Repository di gruppo" +#: ../../include/RedDAV/RedBrowser.php:312 +msgid "Upload file" +msgstr "Carica un file" -#: ../../include/permissions.php:822 ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 -msgid "Other" -msgstr "Altro" +#: ../../include/RedDAV/RedBrowser.php:313 ../../mod/photos.php:738 +#: ../../mod/photos.php:1246 ../../mod/profile_photo.php:361 +msgid "Upload" +msgstr "Carica" -#: ../../include/permissions.php:823 -msgid "Custom/Expert Mode" -msgstr "Personalizzazione per esperti" +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" +msgstr "I segnalibri di %1$s" + +#: ../../include/dir_fns.php:68 +msgid "Directory Options" +msgstr "Opzioni elenco pubblico" + +#: ../../include/dir_fns.php:69 +msgid "Alphabetic" +msgstr "Alfabetico" + +#: ../../include/dir_fns.php:70 +msgid "Reverse Alphabetic" +msgstr "Alfabetico inverso" + +#: ../../include/dir_fns.php:71 +msgid "Newest to Oldest" +msgstr "Prima i più recenti" + +#: ../../include/dir_fns.php:72 +msgid "Oldest to Newest" +msgstr "Prima i più vecchi" + +#: ../../include/dir_fns.php:73 +msgid "Public Forums Only" +msgstr "Solo forum pubblici" + +#: ../../include/dir_fns.php:75 +msgid "Sort" +msgstr "Ordinamento" + +#: ../../include/dir_fns.php:91 +msgid "Enable Safe Search" +msgstr "Abilita SafeSearch" + +#: ../../include/dir_fns.php:93 +msgid "Disable Safe Search" +msgstr "Disabilita SafeSearch" + +#: ../../include/dir_fns.php:95 +msgid "Safe Mode" +msgstr "Modalità SafeSearch" #: ../../include/comanche.php:35 ../../mod/admin.php:353 #: ../../view/theme/apw/php/config.php:185 @@ -1004,7 +933,7 @@ msgid "RSS/Atom" msgstr "RSS/Atom" #: ../../include/contact_selectors.php:79 ../../mod/admin.php:726 -#: ../../mod/admin.php:735 ../../boot.php:1531 +#: ../../mod/admin.php:735 ../../boot.php:1542 msgid "Email" msgstr "Email" @@ -1032,450 +961,439 @@ msgstr "XMPP/IM" msgid "MySpace" msgstr "MySpace" -#: ../../include/identity.php:31 ../../mod/item.php:1112 -msgid "Unable to obtain identity information from database" -msgstr "Impossibile ottenere le informazioni di identificazione dal database" +#: ../../include/acl_selectors.php:240 +msgid "Visible to your default audience" +msgstr "Visibile secondo le impostazioni predefinite" -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "Nome vuoto" +#: ../../include/acl_selectors.php:241 +msgid "Show" +msgstr "Mostra" -#: ../../include/identity.php:68 -msgid "Name too long" -msgstr "Nome troppo lungo" +#: ../../include/acl_selectors.php:242 +msgid "Don't show" +msgstr "Non mostrare" -#: ../../include/identity.php:169 -msgid "No account identifier" -msgstr "Account senza identificativo" +#: ../../include/acl_selectors.php:248 ../../mod/events.php:596 +#: ../../mod/chat.php:209 ../../mod/photos.php:588 ../../mod/photos.php:950 +#: ../../mod/filestorage.php:137 +msgid "Permissions" +msgstr "Permessi" -#: ../../include/identity.php:182 -msgid "Nickname is required." -msgstr "Il nome dell'account è obbligatorio." +#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:320 +#: ../../mod/photos.php:1149 +msgid "Close" +msgstr "Chiudi" -#: ../../include/identity.php:196 -msgid "Reserved nickname. Please choose another." -msgstr "Nome utente riservato. Per favore scegline un altro." +#: ../../include/text.php:320 +msgid "prev" +msgstr "prec" -#: ../../include/identity.php:201 ../../include/dimport.php:34 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "Il nome dell'account è già in uso oppure ha dei caratteri non supportati." +#: ../../include/text.php:322 +msgid "first" +msgstr "inizio" -#: ../../include/identity.php:283 -msgid "Unable to retrieve created identity" -msgstr "Impossibile caricare l'identità creata" +#: ../../include/text.php:351 +msgid "last" +msgstr "fine" -#: ../../include/identity.php:343 -msgid "Default Profile" -msgstr "Profilo predefinito" +#: ../../include/text.php:354 +msgid "next" +msgstr "succ" -#: ../../include/identity.php:387 ../../include/identity.php:388 -#: ../../include/identity.php:395 ../../include/widgets.php:424 -#: ../../include/profile_selectors.php:80 ../../mod/settings.php:320 -#: ../../mod/settings.php:324 ../../mod/settings.php:325 -#: ../../mod/settings.php:328 ../../mod/settings.php:339 -#: ../../mod/connedit.php:510 -msgid "Friends" -msgstr "Amici" +#: ../../include/text.php:366 +msgid "older" +msgstr "più recenti" -#: ../../include/identity.php:643 -msgid "Requested channel is not available." -msgstr "Il canale che cerchi non è disponibile." +#: ../../include/text.php:368 +msgid "newer" +msgstr "più nuovi" -#: ../../include/identity.php:691 ../../mod/achievements.php:11 -#: ../../mod/profile.php:16 ../../mod/blocks.php:29 ../../mod/connect.php:13 -#: ../../mod/webpages.php:29 ../../mod/editblock.php:29 -#: ../../mod/editlayout.php:28 ../../mod/editwebpage.php:28 -#: ../../mod/filestorage.php:48 ../../mod/layouts.php:29 ../../mod/hcard.php:8 -msgid "Requested profile is not available." -msgstr "Il profilo richiesto non è disponibile." +#: ../../include/text.php:756 +msgid "No connections" +msgstr "Nessun contatto" -#: ../../include/identity.php:840 ../../include/Contact.php:107 -#: ../../include/conversation.php:938 ../../include/widgets.php:136 -#: ../../include/widgets.php:175 ../../mod/suggest.php:51 -#: ../../mod/match.php:62 ../../mod/directory.php:264 -msgid "Connect" -msgstr "Aggiungi" +#: ../../include/text.php:772 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d contatto" +msgstr[1] "%d contatti" -#: ../../include/identity.php:854 ../../mod/profiles.php:740 -msgid "Change profile photo" -msgstr "Cambia la foto del profilo" +#: ../../include/text.php:785 +msgid "View Connections" +msgstr "Elenco contatti" -#: ../../include/identity.php:860 -msgid "Profiles" -msgstr "Profili" +#: ../../include/text.php:842 ../../include/text.php:854 +#: ../../include/apps.php:147 ../../include/nav.php:173 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Cerca" -#: ../../include/identity.php:860 -msgid "Manage/edit profiles" -msgstr "Gestisci/modifica i profili" +#: ../../include/text.php:843 ../../include/text.php:855 +#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339 +#: ../../mod/admin.php:1360 +msgid "Save" +msgstr "Salva" -#: ../../include/identity.php:861 ../../mod/profiles.php:741 -msgid "Create New Profile" -msgstr "Crea un nuovo profilo" +#: ../../include/text.php:920 +msgid "poke" +msgstr "poke" -#: ../../include/identity.php:875 ../../mod/profiles.php:752 -msgid "Profile Image" -msgstr "Immagine del profilo" +#: ../../include/text.php:920 ../../include/conversation.php:243 +msgid "poked" +msgstr "ha ricevuto un poke" -#: ../../include/identity.php:878 -msgid "visible to everybody" -msgstr "visibile a tutti" +#: ../../include/text.php:921 +msgid "ping" +msgstr "ping" -#: ../../include/identity.php:879 ../../mod/profiles.php:635 -#: ../../mod/profiles.php:756 -msgid "Edit visibility" -msgstr "Cambia la visibilità" +#: ../../include/text.php:921 +msgid "pinged" +msgstr "ha ricevuto un ping" -#: ../../include/identity.php:895 ../../include/identity.php:1132 -msgid "Gender:" -msgstr "Sesso:" +#: ../../include/text.php:922 +msgid "prod" +msgstr "spintone" -#: ../../include/identity.php:896 ../../include/identity.php:1176 -msgid "Status:" -msgstr "Stato:" +#: ../../include/text.php:922 +msgid "prodded" +msgstr "ha ricevuto uno spintone" -#: ../../include/identity.php:897 ../../include/identity.php:1187 -msgid "Homepage:" -msgstr "Home page:" +#: ../../include/text.php:923 +msgid "slap" +msgstr "schiaffo" -#: ../../include/identity.php:898 -msgid "Online Now" -msgstr "Online adesso" +#: ../../include/text.php:923 +msgid "slapped" +msgstr "ha ricevuto uno schiaffo" -#: ../../include/identity.php:976 ../../include/identity.php:1056 -#: ../../mod/ping.php:326 -msgid "g A l F d" -msgstr "g A l d F" +#: ../../include/text.php:924 +msgid "finger" +msgstr "finger" -#: ../../include/identity.php:977 ../../include/identity.php:1057 -msgid "F d" -msgstr "d F" +#: ../../include/text.php:924 +msgid "fingered" +msgstr "ha ricevuto un finger" -#: ../../include/identity.php:1022 ../../include/identity.php:1097 -#: ../../mod/ping.php:348 -msgid "[today]" -msgstr "[oggi]" +#: ../../include/text.php:925 +msgid "rebuff" +msgstr "rifiuto" -#: ../../include/identity.php:1034 -msgid "Birthday Reminders" -msgstr "Promemoria compleanni" +#: ../../include/text.php:925 +msgid "rebuffed" +msgstr "ha ricevuto un rifiuto" -#: ../../include/identity.php:1035 -msgid "Birthdays this week:" -msgstr "Compleanni questa settimana:" +#: ../../include/text.php:935 +msgid "happy" +msgstr "felice" -#: ../../include/identity.php:1090 -msgid "[No description]" -msgstr "[Nessuna descrizione]" +#: ../../include/text.php:936 +msgid "sad" +msgstr "triste" -#: ../../include/identity.php:1108 -msgid "Event Reminders" -msgstr "Promemoria" +#: ../../include/text.php:937 +msgid "mellow" +msgstr "calmo" -#: ../../include/identity.php:1109 -msgid "Events this week:" -msgstr "Eventi di questa settimana:" +#: ../../include/text.php:938 +msgid "tired" +msgstr "stanco" -#: ../../include/identity.php:1122 ../../include/identity.php:1251 -#: ../../include/apps.php:136 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profilo" +#: ../../include/text.php:939 +msgid "perky" +msgstr "vivace" -#: ../../include/identity.php:1130 ../../mod/settings.php:1012 -msgid "Full Name:" -msgstr "Nome completo:" +#: ../../include/text.php:940 +msgid "angry" +msgstr "arrabbiato" -#: ../../include/identity.php:1137 -msgid "Like this channel" -msgstr "Mi piace questo canale" +#: ../../include/text.php:941 +msgid "stupified" +msgstr "stordito" -#: ../../include/identity.php:1148 ../../include/taxonomy.php:360 -#: ../../include/ItemObject.php:146 ../../mod/photos.php:1027 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Mi piace" -msgstr[1] "Mi piace" +#: ../../include/text.php:942 +msgid "puzzled" +msgstr "confuso" -#: ../../include/identity.php:1161 -msgid "j F, Y" -msgstr "j F Y" +#: ../../include/text.php:943 +msgid "interested" +msgstr "attento" -#: ../../include/identity.php:1162 -msgid "j F" -msgstr "j F" +#: ../../include/text.php:944 +msgid "bitter" +msgstr "amaro" -#: ../../include/identity.php:1169 -msgid "Birthday:" -msgstr "Compleanno:" +#: ../../include/text.php:945 +msgid "cheerful" +msgstr "allegro" -#: ../../include/identity.php:1173 -msgid "Age:" -msgstr "Età:" +#: ../../include/text.php:946 +msgid "alive" +msgstr "vivace" -#: ../../include/identity.php:1182 -#, php-format -msgid "for %1$d %2$s" -msgstr "per %1$d %2$s" +#: ../../include/text.php:947 +msgid "annoyed" +msgstr "seccato" -#: ../../include/identity.php:1185 ../../mod/profiles.php:657 -msgid "Sexual Preference:" -msgstr "Preferenze sessuali:" +#: ../../include/text.php:948 +msgid "anxious" +msgstr "ansioso" -#: ../../include/identity.php:1189 ../../mod/profiles.php:659 -msgid "Hometown:" -msgstr "Città dove vivo:" +#: ../../include/text.php:949 +msgid "cranky" +msgstr "irritabile" -#: ../../include/identity.php:1191 -msgid "Tags:" -msgstr "Tag:" +#: ../../include/text.php:950 +msgid "disturbed" +msgstr "turbato" -#: ../../include/identity.php:1193 ../../mod/profiles.php:660 -msgid "Political Views:" -msgstr "Orientamento politico:" +#: ../../include/text.php:951 +msgid "frustrated" +msgstr "frustrato" -#: ../../include/identity.php:1195 -msgid "Religion:" -msgstr "Religione:" +#: ../../include/text.php:952 +msgid "depressed" +msgstr "in depressione" -#: ../../include/identity.php:1197 -msgid "About:" -msgstr "Informazioni:" +#: ../../include/text.php:953 +msgid "motivated" +msgstr "motivato" -#: ../../include/identity.php:1199 -msgid "Hobbies/Interests:" -msgstr "Interessi e hobby:" +#: ../../include/text.php:954 +msgid "relaxed" +msgstr "rilassato" -#: ../../include/identity.php:1201 ../../mod/profiles.php:663 -msgid "Likes:" -msgstr "Mi piace:" +#: ../../include/text.php:955 +msgid "surprised" +msgstr "sorpreso" -#: ../../include/identity.php:1203 ../../mod/profiles.php:664 -msgid "Dislikes:" -msgstr "Non mi piace:" +#: ../../include/text.php:1121 +msgid "Monday" +msgstr "lunedì" -#: ../../include/identity.php:1206 -msgid "Contact information and Social Networks:" -msgstr "Contatti e social network:" +#: ../../include/text.php:1121 +msgid "Tuesday" +msgstr "martedì" -#: ../../include/identity.php:1218 -msgid "My other channels:" -msgstr "I miei altri canali:" +#: ../../include/text.php:1121 +msgid "Wednesday" +msgstr "mercoledì" -#: ../../include/identity.php:1221 -msgid "Musical interests:" -msgstr "Gusti musicali:" +#: ../../include/text.php:1121 +msgid "Thursday" +msgstr "giovedì" -#: ../../include/identity.php:1223 -msgid "Books, literature:" -msgstr "Libri, letteratura:" +#: ../../include/text.php:1121 +msgid "Friday" +msgstr "venerdì" -#: ../../include/identity.php:1225 -msgid "Television:" -msgstr "Televisione:" +#: ../../include/text.php:1121 +msgid "Saturday" +msgstr "sabato" -#: ../../include/identity.php:1227 -msgid "Film/dance/culture/entertainment:" -msgstr "Film, danza, cultura, intrattenimento:" +#: ../../include/text.php:1121 +msgid "Sunday" +msgstr "domenica" -#: ../../include/identity.php:1229 -msgid "Love/Romance:" -msgstr "Amore:" +#: ../../include/text.php:1125 +msgid "January" +msgstr "gennaio" -#: ../../include/identity.php:1231 -msgid "Work/employment:" -msgstr "Lavoro:" +#: ../../include/text.php:1125 +msgid "February" +msgstr "febbraio" -#: ../../include/identity.php:1233 -msgid "School/education:" -msgstr "Scuola:" +#: ../../include/text.php:1125 +msgid "March" +msgstr "marzo" -#: ../../include/identity.php:1253 -msgid "Like this thing" -msgstr "Mi piace questo oggetto" +#: ../../include/text.php:1125 +msgid "April" +msgstr "aprile" -#: ../../include/bbcode.php:112 ../../include/bbcode.php:655 -#: ../../include/bbcode.php:658 ../../include/bbcode.php:663 -#: ../../include/bbcode.php:666 ../../include/bbcode.php:669 -#: ../../include/bbcode.php:672 ../../include/bbcode.php:677 -#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 -#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 -#: ../../include/bbcode.php:694 -msgid "Image/photo" -msgstr "Immagine" +#: ../../include/text.php:1125 +msgid "May" +msgstr "maggio" -#: ../../include/bbcode.php:147 ../../include/bbcode.php:705 -msgid "Encrypted content" -msgstr "Contenuto crittografato" +#: ../../include/text.php:1125 +msgid "June" +msgstr "giugno" -#: ../../include/bbcode.php:165 -msgid "Install design element: " -msgstr "Installa il componente di design:" +#: ../../include/text.php:1125 +msgid "July" +msgstr "luglio" -#: ../../include/bbcode.php:171 -msgid "QR code" -msgstr "QR code" +#: ../../include/text.php:1125 +msgid "August" +msgstr "agosto" -#: ../../include/bbcode.php:220 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s ha scritto %2$s %3$s" +#: ../../include/text.php:1125 +msgid "September" +msgstr "settembre" -#: ../../include/bbcode.php:222 -msgid "post" -msgstr "l'articolo" +#: ../../include/text.php:1125 +msgid "October" +msgstr "ottobre" -#: ../../include/bbcode.php:623 -msgid "$1 spoiler" -msgstr "$1 spoiler" +#: ../../include/text.php:1125 +msgid "November" +msgstr "novembre" -#: ../../include/bbcode.php:643 -msgid "$1 wrote:" -msgstr "$1 ha scritto:" +#: ../../include/text.php:1125 +msgid "December" +msgstr "dicembre" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Altro" +#: ../../include/text.php:1203 +msgid "unknown.???" +msgstr "sconosciuto???" -#: ../../include/datetime.php:142 -msgid "YYYY-MM-DD or MM-DD" -msgstr "AAAA-MM-GG oppure MM-GG" +#: ../../include/text.php:1204 +msgid "bytes" +msgstr "byte" -#: ../../include/datetime.php:259 -msgid "never" -msgstr "mai" +#: ../../include/text.php:1240 +msgid "remove category" +msgstr "rimuovi la categoria" -#: ../../include/datetime.php:265 -msgid "less than a second ago" -msgstr "meno di un secondo fa" +#: ../../include/text.php:1309 +msgid "remove from file" +msgstr "rimuovi dal file" -#: ../../include/datetime.php:268 -msgid "year" -msgstr "anno" +#: ../../include/text.php:1385 ../../include/text.php:1396 +msgid "Click to open/close" +msgstr "Clicca per aprire/chiudere" -#: ../../include/datetime.php:268 -msgid "years" -msgstr "anni" +#: ../../include/text.php:1544 ../../mod/events.php:414 +msgid "Link to Source" +msgstr "Link al sito d'origine" -#: ../../include/datetime.php:269 -msgid "month" -msgstr "mese" +#: ../../include/text.php:1563 +msgid "Select a page layout: " +msgstr "Scegli il layout della pagina:" -#: ../../include/datetime.php:269 -msgid "months" -msgstr "mesi" +#: ../../include/text.php:1566 ../../include/text.php:1626 +msgid "default" +msgstr "predefinito" -#: ../../include/datetime.php:270 -msgid "week" -msgstr "settimana" +#: ../../include/text.php:1599 +msgid "Page content type: " +msgstr "Contenuto della pagina:" -#: ../../include/datetime.php:270 -msgid "weeks" -msgstr "settimane" +#: ../../include/text.php:1638 +msgid "Select an alternate language" +msgstr "Seleziona una lingua diversa" -#: ../../include/datetime.php:271 -msgid "day" -msgstr "giorno" +#: ../../include/text.php:1757 ../../include/conversation.php:120 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 +msgid "photo" +msgstr "la foto" -#: ../../include/datetime.php:271 -msgid "days" -msgstr "giorni" +#: ../../include/text.php:1760 ../../include/conversation.php:123 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "l'evento" -#: ../../include/datetime.php:272 -msgid "hour" -msgstr "ora" +#: ../../include/text.php:1763 ../../include/conversation.php:148 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 +msgid "status" +msgstr "il messaggio di stato" -#: ../../include/datetime.php:272 -msgid "hours" -msgstr "ore" +#: ../../include/text.php:1765 ../../include/conversation.php:150 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "il commento" -#: ../../include/datetime.php:273 -msgid "minute" -msgstr "minuto" +#: ../../include/text.php:1770 +msgid "activity" +msgstr "l'attività" -#: ../../include/datetime.php:273 -msgid "minutes" -msgstr "minuti" +#: ../../include/text.php:2057 +msgid "Design" +msgstr "Design" -#: ../../include/datetime.php:274 -msgid "second" -msgstr "secondo" +#: ../../include/text.php:2060 +msgid "Blocks" +msgstr "Riquadri" -#: ../../include/datetime.php:274 -msgid "seconds" -msgstr "secondi" +#: ../../include/text.php:2061 +msgid "Menus" +msgstr "Menù" -#: ../../include/datetime.php:283 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s fa" +#: ../../include/text.php:2062 +msgid "Layouts" +msgstr "Layout" -#: ../../include/datetime.php:491 -#, php-format -msgid "%1$s's birthday" -msgstr "Compleanno di %1$s" +#: ../../include/text.php:2063 +msgid "Pages" +msgstr "Pagine" -#: ../../include/datetime.php:492 +#: ../../include/contact_widgets.php:14 #, php-format -msgid "Happy Birthday %1$s" -msgstr "Buon compleanno %1$s" - -#: ../../include/Contact.php:123 -msgid "New window" -msgstr "Nuova finestra" +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invito disponibile" +msgstr[1] "%d inviti disponibili" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" -msgstr "Apri l'indirizzo selezionato in una nuova scheda o finestra" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 +msgid "Advanced" +msgstr "Avanzate" -#: ../../include/Contact.php:214 ../../mod/admin.php:646 -#, php-format -msgid "User '%s' deleted" -msgstr "Utente '%s' eliminato" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Ricerca canali" -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "Tag" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Scrivi un nome o un interesse" -#: ../../include/taxonomy.php:249 -msgid "Keywords" -msgstr "Parole chiave" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Aggiungi" -#: ../../include/taxonomy.php:274 -msgid "have" -msgstr "ho" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Per esempio: Mario Rossi, Pesca" -#: ../../include/taxonomy.php:274 -msgid "has" -msgstr "ha" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 +#: ../../mod/directory.php:317 ../../mod/directory.php:322 +msgid "Find" +msgstr "Cerca" -#: ../../include/taxonomy.php:275 -msgid "want" -msgstr "voglio" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +#: ../../mod/directory.php:321 +msgid "Channel Suggestions" +msgstr "Canali suggeriti" -#: ../../include/taxonomy.php:275 -msgid "wants" -msgstr "vuole" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Profilo casuale" -#: ../../include/taxonomy.php:276 ../../include/ItemObject.php:221 -msgid "like" -msgstr "mi piace" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Invita amici" -#: ../../include/taxonomy.php:276 -msgid "likes" -msgstr "gli piace" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "Per esempio: name=mario e country=italy" -#: ../../include/taxonomy.php:277 ../../include/ItemObject.php:222 -msgid "dislike" -msgstr "non mi piace" +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:305 +msgid "Everything" +msgstr "Tutto" -#: ../../include/taxonomy.php:277 -msgid "dislikes" -msgstr "non gli piace" +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d contatto in comune" +msgstr[1] "%d contatti in comune" -#: ../../include/api.php:1084 -msgid "Public Timeline" -msgstr "Diario pubblico" +#: ../../include/contact_widgets.php:130 +msgid "show more" +msgstr "mostra tutto" #: ../../include/enotify.php:41 msgid "Red Matrix Notification" @@ -1712,599 +1630,497 @@ msgstr "Crea un nuovo insieme" msgid "Channels not in any collection" msgstr "Canali che non sono in un insieme" -#: ../../include/group.php:303 ../../include/widgets.php:269 +#: ../../include/group.php:303 ../../include/widgets.php:273 msgid "add" msgstr "aggiungi" -#: ../../include/features.php:23 -msgid "General Features" -msgstr "Funzionalità di base" - -#: ../../include/features.php:25 -msgid "Content Expiration" -msgstr "Scadenza" +#: ../../include/identity.php:31 ../../mod/item.php:1112 +msgid "Unable to obtain identity information from database" +msgstr "Impossibile ottenere le informazioni di identificazione dal database" -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "Elimina gli articoli, i commenti o i messaggi privati dopo un lasso di tempo" +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Nome vuoto" -#: ../../include/features.php:26 -msgid "Multiple Profiles" -msgstr "Profili multipli" +#: ../../include/identity.php:68 +msgid "Name too long" +msgstr "Nome troppo lungo" -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" -msgstr "Abilitazione a creare profili multipli" +#: ../../include/identity.php:169 +msgid "No account identifier" +msgstr "Account senza identificativo" -#: ../../include/features.php:27 -msgid "Advanced Profiles" -msgstr "Profili avanzati" +#: ../../include/identity.php:182 +msgid "Nickname is required." +msgstr "Il nome dell'account è obbligatorio." -#: ../../include/features.php:27 -msgid "Additional profile sections and selections" -msgstr "Informazioni aggiuntive del profilo" +#: ../../include/identity.php:196 +msgid "Reserved nickname. Please choose another." +msgstr "Nome utente riservato. Per favore scegline un altro." -#: ../../include/features.php:28 -msgid "Profile Import/Export" -msgstr "Importa/esporta il profilo" - -#: ../../include/features.php:28 -msgid "Save and load profile details across sites/channels" -msgstr "Salva o ripristina le informazioni del profilo su canali o siti diversi" +#: ../../include/identity.php:201 ../../include/dimport.php:34 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Il nome dell'account è già in uso oppure ha dei caratteri non supportati." -#: ../../include/features.php:29 -msgid "Web Pages" -msgstr "Pagine web" +#: ../../include/identity.php:283 +msgid "Unable to retrieve created identity" +msgstr "Impossibile caricare l'identità creata" -#: ../../include/features.php:29 -msgid "Provide managed web pages on your channel" -msgstr "Attiva la creazione di pagine web sul tuo canale" +#: ../../include/identity.php:343 +msgid "Default Profile" +msgstr "Profilo predefinito" -#: ../../include/features.php:30 -msgid "Private Notes" -msgstr "Note private" +#: ../../include/identity.php:387 ../../include/identity.php:388 +#: ../../include/identity.php:395 ../../include/widgets.php:428 +#: ../../include/profile_selectors.php:80 ../../mod/settings.php:320 +#: ../../mod/settings.php:324 ../../mod/settings.php:325 +#: ../../mod/settings.php:328 ../../mod/settings.php:339 +#: ../../mod/connedit.php:510 +msgid "Friends" +msgstr "Amici" -#: ../../include/features.php:30 -msgid "Enables a tool to store notes and reminders" -msgstr "Abilita il riquadro per scrivere annotazioni" +#: ../../include/identity.php:643 +msgid "Requested channel is not available." +msgstr "Il canale che cerchi non è disponibile." -#: ../../include/features.php:34 -msgid "Navigation Channel Select" -msgstr "Scegli il canale attivo dal menu" +#: ../../include/identity.php:691 ../../mod/achievements.php:11 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 ../../mod/blocks.php:29 +#: ../../mod/editblock.php:29 ../../mod/editlayout.php:28 +#: ../../mod/editwebpage.php:28 ../../mod/filestorage.php:48 +#: ../../mod/connect.php:13 ../../mod/layouts.php:29 ../../mod/hcard.php:8 +msgid "Requested profile is not available." +msgstr "Il profilo richiesto non è disponibile." -#: ../../include/features.php:34 -msgid "Change channels directly from within the navigation dropdown menu" -msgstr "Scegli il canale attivo direttamente dal menu di navigazione" +#: ../../include/identity.php:840 ../../include/conversation.php:937 +#: ../../include/widgets.php:136 ../../include/widgets.php:175 +#: ../../include/Contact.php:107 ../../mod/suggest.php:51 +#: ../../mod/match.php:62 ../../mod/directory.php:264 +msgid "Connect" +msgstr "Aggiungi" -#: ../../include/features.php:38 -msgid "Extended Identity Sharing" -msgstr "Condivisione avanzata dell'identità" +#: ../../include/identity.php:854 ../../mod/profiles.php:740 +msgid "Change profile photo" +msgstr "Cambia la foto del profilo" -#: ../../include/features.php:38 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." -msgstr "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti RedMatrix." +#: ../../include/identity.php:860 +msgid "Profiles" +msgstr "Profili" -#: ../../include/features.php:39 -msgid "Expert Mode" -msgstr "Modalità esperto" +#: ../../include/identity.php:860 +msgid "Manage/edit profiles" +msgstr "Gestisci/modifica i profili" -#: ../../include/features.php:39 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate" +#: ../../include/identity.php:861 ../../mod/profiles.php:741 +msgid "Create New Profile" +msgstr "Crea un nuovo profilo" -#: ../../include/features.php:40 -msgid "Premium Channel" -msgstr "Canale premium" +#: ../../include/identity.php:864 ../../include/nav.php:103 +msgid "Edit Profile" +msgstr "Modifica il profilo" -#: ../../include/features.php:40 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Ti permette di impostare delle restrizioni e dei termini d'uso a chi segue il canale" +#: ../../include/identity.php:875 ../../mod/profiles.php:752 +msgid "Profile Image" +msgstr "Immagine del profilo" -#: ../../include/features.php:45 -msgid "Post Composition Features" -msgstr "Modalità di scrittura articoli" +#: ../../include/identity.php:878 +msgid "visible to everybody" +msgstr "visibile a tutti" -#: ../../include/features.php:47 -msgid "Use Markdown" -msgstr "Usa il markdown" +#: ../../include/identity.php:879 ../../mod/profiles.php:635 +#: ../../mod/profiles.php:756 +msgid "Edit visibility" +msgstr "Cambia la visibilità" -#: ../../include/features.php:47 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "Consenti l'uso del markdown per formattare gli articoli" +#: ../../include/identity.php:895 ../../include/identity.php:1132 +msgid "Gender:" +msgstr "Sesso:" -#: ../../include/features.php:48 -msgid "Post Preview" -msgstr "Anteprima articolo" +#: ../../include/identity.php:896 ../../include/identity.php:1176 +msgid "Status:" +msgstr "Stato:" -#: ../../include/features.php:48 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli" +#: ../../include/identity.php:897 ../../include/identity.php:1187 +msgid "Homepage:" +msgstr "Home page:" -#: ../../include/features.php:49 ../../include/widgets.php:528 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Sorgenti del canale" +#: ../../include/identity.php:898 +msgid "Online Now" +msgstr "Online adesso" -#: ../../include/features.php:49 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Importa automaticamente il contenuto del canale da altri canali o feed" +#: ../../include/identity.php:976 ../../include/identity.php:1056 +#: ../../mod/ping.php:326 +msgid "g A l F d" +msgstr "g A l d F" -#: ../../include/features.php:50 -msgid "Even More Encryption" -msgstr "Crittografia addizionale" +#: ../../include/identity.php:977 ../../include/identity.php:1057 +msgid "F d" +msgstr "d F" -#: ../../include/features.php:50 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Rendi possibile la crittografia tra mittente e destinatario che condividono una chiave segreta" +#: ../../include/identity.php:1022 ../../include/identity.php:1097 +#: ../../mod/ping.php:348 +msgid "[today]" +msgstr "[oggi]" -#: ../../include/features.php:51 -msgid "Flag Adult Photos" -msgstr "Marca le foto per adulti" +#: ../../include/identity.php:1034 +msgid "Birthday Reminders" +msgstr "Promemoria compleanni" -#: ../../include/features.php:51 -msgid "Provide photo edit option to hide adult photos from default album view" -msgstr "Permette di marcare e nascondere negli album le foto per adulti" +#: ../../include/identity.php:1035 +msgid "Birthdays this week:" +msgstr "Compleanni questa settimana:" -#: ../../include/features.php:56 -msgid "Network and Stream Filtering" -msgstr "Filtraggio dei contenuti" +#: ../../include/identity.php:1090 +msgid "[No description]" +msgstr "[Nessuna descrizione]" -#: ../../include/features.php:57 -msgid "Search by Date" -msgstr "Ricerca per data" +#: ../../include/identity.php:1108 +msgid "Event Reminders" +msgstr "Promemoria" -#: ../../include/features.php:57 -msgid "Ability to select posts by date ranges" -msgstr "Per selezionare gli articoli in un intervallo tra date" +#: ../../include/identity.php:1109 +msgid "Events this week:" +msgstr "Eventi di questa settimana:" -#: ../../include/features.php:58 -msgid "Collections Filter" -msgstr "Filtra per insiemi di canali" +#: ../../include/identity.php:1122 ../../include/identity.php:1251 +#: ../../include/apps.php:138 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profilo" -#: ../../include/features.php:58 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali" +#: ../../include/identity.php:1130 ../../mod/settings.php:1012 +msgid "Full Name:" +msgstr "Nome completo:" -#: ../../include/features.php:59 ../../include/widgets.php:268 -msgid "Saved Searches" -msgstr "Ricerche salvate" +#: ../../include/identity.php:1137 +msgid "Like this channel" +msgstr "Mi piace questo canale" -#: ../../include/features.php:59 -msgid "Save search terms for re-use" -msgstr "Salva i termini delle ricerche per poterle ripetere" +#: ../../include/identity.php:1161 +msgid "j F, Y" +msgstr "j F Y" -#: ../../include/features.php:60 -msgid "Network Personal Tab" -msgstr "Attività personale" +#: ../../include/identity.php:1162 +msgid "j F" +msgstr "j F" -#: ../../include/features.php:60 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Abilita il link per mostrare solamente i contenuti con cui hai interagito" +#: ../../include/identity.php:1169 +msgid "Birthday:" +msgstr "Compleanno:" -#: ../../include/features.php:61 -msgid "Network New Tab" -msgstr "Contenuti nuovi" +#: ../../include/identity.php:1173 +msgid "Age:" +msgstr "Età:" -#: ../../include/features.php:61 -msgid "Enable tab to display all new Network activity" -msgstr "Abilita il link per visualizzare solo i nuovi contenuti" +#: ../../include/identity.php:1182 +#, php-format +msgid "for %1$d %2$s" +msgstr "per %1$d %2$s" -#: ../../include/features.php:62 -msgid "Affinity Tool" -msgstr "Filtro per affinità" +#: ../../include/identity.php:1185 ../../mod/profiles.php:657 +msgid "Sexual Preference:" +msgstr "Preferenze sessuali:" -#: ../../include/features.php:62 -msgid "Filter stream activity by depth of relationships" -msgstr "Permette di selezionare i contenuti in base al livello di amicizia" +#: ../../include/identity.php:1189 ../../mod/profiles.php:659 +msgid "Hometown:" +msgstr "Città dove vivo:" -#: ../../include/features.php:63 -msgid "Suggest Channels" -msgstr "Suggerisci canali" +#: ../../include/identity.php:1191 +msgid "Tags:" +msgstr "Tag:" -#: ../../include/features.php:63 -msgid "Show channel suggestions" -msgstr "Mostra alcuni canali che potrebbero interessarti" +#: ../../include/identity.php:1193 ../../mod/profiles.php:660 +msgid "Political Views:" +msgstr "Orientamento politico:" -#: ../../include/features.php:68 -msgid "Post/Comment Tools" -msgstr "Gestione articoli e commenti" +#: ../../include/identity.php:1195 +msgid "Religion:" +msgstr "Religione:" -#: ../../include/features.php:70 -msgid "Edit Sent Posts" -msgstr "Modifica gli articoli già inviati" +#: ../../include/identity.php:1197 +msgid "About:" +msgstr "Informazioni:" -#: ../../include/features.php:70 -msgid "Edit and correct posts and comments after sending" -msgstr "Modifica e correggi gli articoli o i commenti anche dopo l'invio" +#: ../../include/identity.php:1199 +msgid "Hobbies/Interests:" +msgstr "Interessi e hobby:" -#: ../../include/features.php:71 -msgid "Tagging" -msgstr "Tag" +#: ../../include/identity.php:1201 ../../mod/profiles.php:663 +msgid "Likes:" +msgstr "Mi piace:" -#: ../../include/features.php:71 -msgid "Ability to tag existing posts" -msgstr "Permetti l'aggiunta di tag su articoli già esistenti" +#: ../../include/identity.php:1203 ../../mod/profiles.php:664 +msgid "Dislikes:" +msgstr "Non mi piace:" -#: ../../include/features.php:72 -msgid "Post Categories" -msgstr "Categorie degli articoli" +#: ../../include/identity.php:1206 +msgid "Contact information and Social Networks:" +msgstr "Contatti e social network:" -#: ../../include/features.php:72 -msgid "Add categories to your posts" -msgstr "Abilita le categorie per i tuoi articoli" +#: ../../include/identity.php:1218 +msgid "My other channels:" +msgstr "I miei altri canali:" -#: ../../include/features.php:73 -msgid "Ability to file posts under folders" -msgstr "Abilita la raccolta dei tuoi articoli in cartelle" +#: ../../include/identity.php:1221 +msgid "Musical interests:" +msgstr "Gusti musicali:" -#: ../../include/features.php:74 -msgid "Dislike Posts" -msgstr "Non mi piace" +#: ../../include/identity.php:1223 +msgid "Books, literature:" +msgstr "Libri, letteratura:" -#: ../../include/features.php:74 -msgid "Ability to dislike posts/comments" -msgstr "Abilità la funzionalità \"non mi piace\" per i tuoi articoli" +#: ../../include/identity.php:1225 +msgid "Television:" +msgstr "Televisione:" -#: ../../include/features.php:75 -msgid "Star Posts" -msgstr "Articoli stella (preferiti)" +#: ../../include/identity.php:1227 +msgid "Film/dance/culture/entertainment:" +msgstr "Film, danza, cultura, intrattenimento:" -#: ../../include/features.php:75 -msgid "Ability to mark special posts with a star indicator" -msgstr "Mostra la stella per scegliere gli articoli preferiti" +#: ../../include/identity.php:1229 +msgid "Love/Romance:" +msgstr "Amore:" -#: ../../include/features.php:76 -msgid "Tag Cloud" -msgstr "Nuvola di tag" +#: ../../include/identity.php:1231 +msgid "Work/employment:" +msgstr "Lavoro:" -#: ../../include/features.php:76 -msgid "Provide a personal tag cloud on your channel page" -msgstr "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale" +#: ../../include/identity.php:1233 +msgid "School/education:" +msgstr "Scuola:" -#: ../../include/text.php:321 -msgid "prev" -msgstr "prec" +#: ../../include/identity.php:1253 +msgid "Like this thing" +msgstr "Mi piace questo oggetto" -#: ../../include/text.php:323 -msgid "first" -msgstr "inizio" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Email non valida" -#: ../../include/text.php:352 -msgid "last" -msgstr "fine" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Il dominio della tua email attualmente non è permesso su questo sito" -#: ../../include/text.php:355 -msgid "next" -msgstr "succ" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "La tua email è già registrata su questo sito." -#: ../../include/text.php:367 -msgid "older" -msgstr "più recenti" +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "È necessario un invito." -#: ../../include/text.php:369 -msgid "newer" -msgstr "più nuovi" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "L'invito non può essere verificato." -#: ../../include/text.php:736 -msgid "No connections" -msgstr "Nessun contatto" +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Inserisci le informazioni richieste." + +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Non è stato possibile salvare le informazioni del tuo account." -#: ../../include/text.php:753 +#: ../../include/account.php:245 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d contatto" -msgstr[1] "%d contatti" +msgid "Registration confirmation for %s" +msgstr "Registrazione di %s confermata" -#: ../../include/text.php:766 -msgid "View Connections" -msgstr "Elenco contatti" +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Richiesta di registrazione su %s" -#: ../../include/text.php:827 ../../include/text.php:839 -#: ../../include/widgets.php:192 ../../mod/filer.php:50 -#: ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 ../../mod/admin.php:1339 -#: ../../mod/admin.php:1360 -msgid "Save" -msgstr "Salva" +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Amministratore" -#: ../../include/text.php:905 -msgid "poke" -msgstr "poke" +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "la password di registrazione" -#: ../../include/text.php:905 ../../include/conversation.php:243 -msgid "poked" -msgstr "ha ricevuto un poke" +#: ../../include/account.php:340 ../../include/account.php:397 +#, php-format +msgid "Registration details for %s" +msgstr "Dettagli della registrazione di %s" -#: ../../include/text.php:906 -msgid "ping" -msgstr "ping" +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "Account approvato." -#: ../../include/text.php:906 -msgid "pinged" -msgstr "ha ricevuto un ping" +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrazione revocata per %s" -#: ../../include/text.php:907 -msgid "prod" -msgstr "spintone" +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Registrazione verificata. Adesso puoi effettuare login." -#: ../../include/text.php:907 -msgid "prodded" -msgstr "ha ricevuto uno spintone" +#: ../../include/account.php:648 ../../include/account.php:650 +msgid "Click here to upgrade." +msgstr "Clicca qui per aggiornare." -#: ../../include/text.php:908 -msgid "slap" -msgstr "schiaffo" +#: ../../include/account.php:656 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Questa operazione supera i limiti del tuo abbonamento." -#: ../../include/text.php:908 -msgid "slapped" -msgstr "ha ricevuto uno schiaffo" +#: ../../include/account.php:661 +msgid "This action is not available under your subscription plan." +msgstr "Questa operazione non è prevista dal tuo abbonamento." -#: ../../include/text.php:909 -msgid "finger" -msgstr "finger" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "Il canale è bloccato per questo sito." -#: ../../include/text.php:909 -msgid "fingered" -msgstr "ha ricevuto un finger" +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "Manca l'indirizzo del canale." -#: ../../include/text.php:910 -msgid "rebuff" -msgstr "rifiuto" +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." +msgstr "La risposta dal canale non è completa." -#: ../../include/text.php:910 -msgid "rebuffed" -msgstr "ha ricevuto un rifiuto" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." +msgstr "Il canale è stato rimosso e non esiste più." -#: ../../include/text.php:919 -msgid "happy" -msgstr "felice" +#: ../../include/follow.php:135 ../../include/follow.php:202 +msgid "Protocol disabled." +msgstr "Protocollo disabilitato." -#: ../../include/text.php:920 -msgid "sad" -msgstr "triste" +#: ../../include/follow.php:176 +msgid "Channel discovery failed." +msgstr "La ricerca del canale non ha avuto successo." -#: ../../include/text.php:921 -msgid "mellow" -msgstr "calmo" +#: ../../include/follow.php:192 +msgid "local account not found." +msgstr "l'account locale non è stato trovato." -#: ../../include/text.php:922 -msgid "tired" -msgstr "stanco" +#: ../../include/follow.php:220 +msgid "Cannot connect to yourself." +msgstr "Non puoi connetterti a te stesso." -#: ../../include/text.php:923 -msgid "perky" -msgstr "vivace" +#: ../../include/api.php:1084 +msgid "Public Timeline" +msgstr "Diario pubblico" -#: ../../include/text.php:924 -msgid "angry" -msgstr "arrabbiato" +#: ../../include/attach.php:221 ../../include/attach.php:275 +msgid "Item was not found." +msgstr "Elemento non trovato." -#: ../../include/text.php:925 -msgid "stupified" -msgstr "stordito" +#: ../../include/attach.php:331 +msgid "No source file." +msgstr "Nessun file di origine." -#: ../../include/text.php:926 -msgid "puzzled" -msgstr "confuso" +#: ../../include/attach.php:348 +msgid "Cannot locate file to replace" +msgstr "Il file da sostituire non è stato trovato" -#: ../../include/text.php:927 -msgid "interested" -msgstr "attento" +#: ../../include/attach.php:366 +msgid "Cannot locate file to revise/update" +msgstr "Il file da aggiornare non è stato trovato" -#: ../../include/text.php:928 -msgid "bitter" -msgstr "amaro" +#: ../../include/attach.php:377 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Il file supera la dimensione massima di %d" -#: ../../include/text.php:929 -msgid "cheerful" -msgstr "allegro" +#: ../../include/attach.php:389 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati." -#: ../../include/text.php:930 -msgid "alive" -msgstr "vivace" +#: ../../include/attach.php:472 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Caricamento file fallito, potrebbe essere stato interrotto o potrebbe aver superato lo spazio assegnato." -#: ../../include/text.php:931 -msgid "annoyed" -msgstr "seccato" - -#: ../../include/text.php:932 -msgid "anxious" -msgstr "ansioso" - -#: ../../include/text.php:933 -msgid "cranky" -msgstr "irritabile" - -#: ../../include/text.php:934 -msgid "disturbed" -msgstr "turbato" - -#: ../../include/text.php:935 -msgid "frustrated" -msgstr "frustrato" - -#: ../../include/text.php:936 -msgid "depressed" -msgstr "in depressione" - -#: ../../include/text.php:937 -msgid "motivated" -msgstr "motivato" - -#: ../../include/text.php:938 -msgid "relaxed" -msgstr "rilassato" - -#: ../../include/text.php:939 -msgid "surprised" -msgstr "sorpreso" - -#: ../../include/text.php:1103 -msgid "Monday" -msgstr "lunedì" - -#: ../../include/text.php:1103 -msgid "Tuesday" -msgstr "martedì" - -#: ../../include/text.php:1103 -msgid "Wednesday" -msgstr "mercoledì" - -#: ../../include/text.php:1103 -msgid "Thursday" -msgstr "giovedì" - -#: ../../include/text.php:1103 -msgid "Friday" -msgstr "venerdì" - -#: ../../include/text.php:1103 -msgid "Saturday" -msgstr "sabato" - -#: ../../include/text.php:1103 -msgid "Sunday" -msgstr "domenica" - -#: ../../include/text.php:1107 -msgid "January" -msgstr "gennaio" - -#: ../../include/text.php:1107 -msgid "February" -msgstr "febbraio" - -#: ../../include/text.php:1107 -msgid "March" -msgstr "marzo" - -#: ../../include/text.php:1107 -msgid "April" -msgstr "aprile" - -#: ../../include/text.php:1107 -msgid "May" -msgstr "maggio" - -#: ../../include/text.php:1107 -msgid "June" -msgstr "giugno" - -#: ../../include/text.php:1107 -msgid "July" -msgstr "luglio" - -#: ../../include/text.php:1107 -msgid "August" -msgstr "agosto" - -#: ../../include/text.php:1107 -msgid "September" -msgstr "settembre" - -#: ../../include/text.php:1107 -msgid "October" -msgstr "ottobre" - -#: ../../include/text.php:1107 -msgid "November" -msgstr "novembre" - -#: ../../include/text.php:1107 -msgid "December" -msgstr "dicembre" - -#: ../../include/text.php:1185 -msgid "unknown.???" -msgstr "sconosciuto???" +#: ../../include/attach.php:484 +msgid "Stored file could not be verified. Upload failed." +msgstr "Il file non può essere verificato. Caricamento fallito." -#: ../../include/text.php:1186 -msgid "bytes" -msgstr "byte" +#: ../../include/attach.php:526 ../../include/attach.php:543 +msgid "Path not available." +msgstr "Percorso non disponibile." -#: ../../include/text.php:1225 -msgid "remove category" -msgstr "rimuovi la categoria" +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Il percorso del file è vuoto" -#: ../../include/text.php:1295 -msgid "remove from file" -msgstr "rimuovi dal file" +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "il file o il percorso del file è duplicato" -#: ../../include/text.php:1360 ../../include/text.php:1372 -msgid "Click to open/close" -msgstr "Clicca per aprire/chiudere" +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Percorso del file non trovato." -#: ../../include/text.php:1527 ../../mod/events.php:414 -msgid "Link to Source" -msgstr "Link al sito d'origine" +#: ../../include/attach.php:681 +msgid "mkdir failed." +msgstr "mkdir fallito." -#: ../../include/text.php:1546 -msgid "Select a page layout: " -msgstr "Scegli il layout della pagina:" +#: ../../include/attach.php:685 +msgid "database storage failed." +msgstr "scrittura su database fallita." -#: ../../include/text.php:1549 ../../include/text.php:1614 -msgid "default" -msgstr "predefinito" +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Area chat senza nome" -#: ../../include/text.php:1585 -msgid "Page content type: " -msgstr "Contenuto della pagina:" +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Il nome dell'area chat è duplicato" -#: ../../include/text.php:1626 -msgid "Select an alternate language" -msgstr "Seleziona una lingua diversa" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Il nome dell'area chat non è valido." -#: ../../include/text.php:1747 ../../include/conversation.php:120 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 -msgid "photo" -msgstr "la foto" +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "Area chat non trovata." -#: ../../include/text.php:1750 ../../include/conversation.php:123 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "l'evento" +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "L'area chat è al completo" -#: ../../include/text.php:1753 ../../include/conversation.php:148 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 -msgid "status" -msgstr "il messaggio di stato" +#: ../../include/bbcode.php:112 ../../include/bbcode.php:677 +#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 +#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 +#: ../../include/bbcode.php:694 ../../include/bbcode.php:699 +#: ../../include/bbcode.php:702 ../../include/bbcode.php:707 +#: ../../include/bbcode.php:710 ../../include/bbcode.php:713 +#: ../../include/bbcode.php:716 +msgid "Image/photo" +msgstr "Immagine" -#: ../../include/text.php:1755 ../../include/conversation.php:150 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "il commento" +#: ../../include/bbcode.php:147 ../../include/bbcode.php:727 +msgid "Encrypted content" +msgstr "Contenuto crittografato" -#: ../../include/text.php:1760 -msgid "activity" -msgstr "l'attività" +#: ../../include/bbcode.php:165 +msgid "Install design element: " +msgstr "Installa il componente di design:" -#: ../../include/text.php:2046 -msgid "Design" -msgstr "Design" +#: ../../include/bbcode.php:171 +msgid "QR code" +msgstr "QR code" -#: ../../include/text.php:2049 -msgid "Blocks" -msgstr "Riquadri" +#: ../../include/bbcode.php:220 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s ha scritto %2$s %3$s" -#: ../../include/text.php:2050 -msgid "Menus" -msgstr "Menù" +#: ../../include/bbcode.php:222 +msgid "post" +msgstr "l'articolo" -#: ../../include/text.php:2051 -msgid "Layouts" -msgstr "Layout" +#: ../../include/bbcode.php:645 +msgid "$1 spoiler" +msgstr "$1 spoiler" -#: ../../include/text.php:2052 -msgid "Pages" -msgstr "Pagine" +#: ../../include/bbcode.php:665 +msgid "$1 wrote:" +msgstr "$1 ha scritto:" #: ../../include/conversation.php:126 ../../mod/like.php:89 msgid "channel" @@ -2353,572 +2169,427 @@ msgstr "Messaggio con firma verificata" msgid "Message signature incorrect" msgstr "Massaggio con firma non corretta" -#: ../../include/conversation.php:675 +#: ../../include/conversation.php:674 #, php-format msgid "View %s's profile @ %s" msgstr "Vedi il profilo di %s @ %s" -#: ../../include/conversation.php:690 +#: ../../include/conversation.php:689 msgid "Categories:" msgstr "Categorie:" -#: ../../include/conversation.php:691 +#: ../../include/conversation.php:690 msgid "Filed under:" msgstr "Classificato come:" -#: ../../include/conversation.php:699 ../../include/ItemObject.php:266 +#: ../../include/conversation.php:698 ../../include/ItemObject.php:274 #, php-format msgid " from %s" msgstr " da %s" -#: ../../include/conversation.php:702 ../../include/ItemObject.php:269 +#: ../../include/conversation.php:701 ../../include/ItemObject.php:277 #, php-format msgid "last edited: %s" msgstr "ultima modifica: %s" -#: ../../include/conversation.php:703 ../../include/ItemObject.php:270 +#: ../../include/conversation.php:702 ../../include/ItemObject.php:278 #, php-format msgid "Expires: %s" msgstr "Scadenza: %s" -#: ../../include/conversation.php:718 +#: ../../include/conversation.php:717 msgid "View in context" msgstr "Vedi nel contesto" -#: ../../include/conversation.php:720 ../../include/conversation.php:1143 -#: ../../include/ItemObject.php:317 ../../mod/editblock.php:152 -#: ../../mod/editlayout.php:148 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:183 ../../mod/mail.php:238 ../../mod/mail.php:353 -#: ../../mod/photos.php:978 +#: ../../include/conversation.php:719 ../../include/conversation.php:1142 +#: ../../include/ItemObject.php:325 ../../mod/editpost.php:121 +#: ../../mod/mail.php:238 ../../mod/mail.php:353 ../../mod/photos.php:978 +#: ../../mod/editblock.php:152 ../../mod/editlayout.php:148 +#: ../../mod/editwebpage.php:183 msgid "Please wait" msgstr "Attendere" -#: ../../include/conversation.php:836 +#: ../../include/conversation.php:835 msgid "remove" msgstr "rimuovi" -#: ../../include/conversation.php:841 +#: ../../include/conversation.php:839 ../../include/nav.php:257 +msgid "Loading..." +msgstr "Caricamento in corso..." + +#: ../../include/conversation.php:840 msgid "Delete Selected Items" msgstr "Elimina gli oggetti selezionati" -#: ../../include/conversation.php:932 +#: ../../include/conversation.php:931 msgid "View Source" msgstr "Vedi il sorgente" -#: ../../include/conversation.php:933 +#: ../../include/conversation.php:932 msgid "Follow Thread" msgstr "Segui la discussione" -#: ../../include/conversation.php:934 +#: ../../include/conversation.php:933 msgid "View Status" msgstr "Guarda il messaggio di stato" -#: ../../include/conversation.php:936 +#: ../../include/conversation.php:934 ../../include/nav.php:99 +#: ../../mod/connedit.php:429 ../../mod/connedit.php:545 +msgid "View Profile" +msgstr "Profilo" + +#: ../../include/conversation.php:935 msgid "View Photos" msgstr "Guarda le foto" -#: ../../include/conversation.php:937 +#: ../../include/conversation.php:936 msgid "Matrix Activity" msgstr "Attività nella tua rete" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:938 msgid "Edit Contact" msgstr "Modifica il contatto" -#: ../../include/conversation.php:940 +#: ../../include/conversation.php:939 msgid "Send PM" msgstr "Invia messaggio privato" -#: ../../include/conversation.php:941 ../../include/apps.php:143 +#: ../../include/conversation.php:940 ../../include/apps.php:145 msgid "Poke" msgstr "Poke" -#: ../../include/conversation.php:1014 +#: ../../include/conversation.php:1013 #, php-format msgid "%s likes this." msgstr "Piace a %s." -#: ../../include/conversation.php:1014 +#: ../../include/conversation.php:1013 #, php-format msgid "%s doesn't like this." msgstr "Non piace a %s." -#: ../../include/conversation.php:1018 +#: ../../include/conversation.php:1017 #, php-format msgid "%2$d people like this." msgid_plural "%2$d people like this." msgstr[0] "" msgstr[1] "Piace a %2$d persone." -#: ../../include/conversation.php:1020 +#: ../../include/conversation.php:1019 #, php-format msgid "%2$d people don't like this." msgid_plural "%2$d people don't like this." msgstr[0] "" msgstr[1] "Non piace a %2$d persone." -#: ../../include/conversation.php:1026 +#: ../../include/conversation.php:1025 msgid "and" msgstr "e" -#: ../../include/conversation.php:1029 +#: ../../include/conversation.php:1028 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] "e altre %d persone" -#: ../../include/conversation.php:1030 +#: ../../include/conversation.php:1029 #, php-format msgid "%s like this." msgstr "Piace a %s." -#: ../../include/conversation.php:1030 +#: ../../include/conversation.php:1029 #, php-format msgid "%s don't like this." msgstr "Non piace a %s." -#: ../../include/conversation.php:1087 +#: ../../include/conversation.php:1086 msgid "Visible to everybody" msgstr "Visibile a tutti" -#: ../../include/conversation.php:1088 ../../mod/mail.php:171 +#: ../../include/conversation.php:1087 ../../mod/mail.php:171 #: ../../mod/mail.php:286 msgid "Please enter a link URL:" msgstr "Inserisci l'indirizzo del link:" -#: ../../include/conversation.php:1089 +#: ../../include/conversation.php:1088 msgid "Please enter a video link/URL:" msgstr "Inserisci l'indirizzo del video:" -#: ../../include/conversation.php:1090 +#: ../../include/conversation.php:1089 msgid "Please enter an audio link/URL:" msgstr "Inserisci l'indirizzo dell'audio:" -#: ../../include/conversation.php:1091 +#: ../../include/conversation.php:1090 msgid "Tag term:" msgstr "Tag:" -#: ../../include/conversation.php:1092 ../../mod/filer.php:49 +#: ../../include/conversation.php:1091 ../../mod/filer.php:49 msgid "Save to Folder:" msgstr "Salva nella cartella:" -#: ../../include/conversation.php:1093 +#: ../../include/conversation.php:1092 msgid "Where are you right now?" msgstr "Dove sei ora?" -#: ../../include/conversation.php:1094 ../../mod/editpost.php:52 +#: ../../include/conversation.php:1093 ../../mod/editpost.php:52 #: ../../mod/mail.php:172 ../../mod/mail.php:287 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Scade il YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1118 ../../mod/editblock.php:198 -#: ../../mod/editlayout.php:193 ../../mod/editwebpage.php:230 -#: ../../mod/layouts.php:168 ../../mod/photos.php:977 +#: ../../include/conversation.php:1117 ../../mod/photos.php:977 +#: ../../mod/editblock.php:198 ../../mod/editlayout.php:193 +#: ../../mod/editwebpage.php:230 ../../mod/layouts.php:168 msgid "Share" msgstr "Condividi" -#: ../../include/conversation.php:1120 ../../mod/editwebpage.php:170 +#: ../../include/conversation.php:1119 ../../mod/editwebpage.php:170 msgid "Page link title" msgstr "Link del titolo" -#: ../../include/conversation.php:1123 +#: ../../include/conversation.php:1122 msgid "Post as" msgstr "Pubblica come " -#: ../../include/conversation.php:1124 ../../mod/editblock.php:144 -#: ../../mod/editlayout.php:140 ../../mod/editpost.php:113 -#: ../../mod/editwebpage.php:175 ../../mod/mail.php:235 ../../mod/mail.php:349 +#: ../../include/conversation.php:1123 ../../mod/editpost.php:113 +#: ../../mod/mail.php:235 ../../mod/mail.php:349 ../../mod/editblock.php:144 +#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:175 msgid "Upload photo" msgstr "Carica foto" -#: ../../include/conversation.php:1125 +#: ../../include/conversation.php:1124 msgid "upload photo" msgstr "carica foto" -#: ../../include/conversation.php:1126 ../../mod/editblock.php:145 -#: ../../mod/editlayout.php:141 ../../mod/editpost.php:114 -#: ../../mod/editwebpage.php:176 ../../mod/mail.php:236 ../../mod/mail.php:350 +#: ../../include/conversation.php:1125 ../../mod/editpost.php:114 +#: ../../mod/mail.php:236 ../../mod/mail.php:350 ../../mod/editblock.php:145 +#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:176 msgid "Attach file" msgstr "Allega file" -#: ../../include/conversation.php:1127 +#: ../../include/conversation.php:1126 msgid "attach file" msgstr "allega file" -#: ../../include/conversation.php:1128 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:142 ../../mod/editpost.php:115 -#: ../../mod/editwebpage.php:177 ../../mod/mail.php:237 ../../mod/mail.php:351 +#: ../../include/conversation.php:1127 ../../mod/editpost.php:115 +#: ../../mod/mail.php:237 ../../mod/mail.php:351 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:177 msgid "Insert web link" msgstr "Inserisci un indirizzo web" -#: ../../include/conversation.php:1129 +#: ../../include/conversation.php:1128 msgid "web link" msgstr "link web" -#: ../../include/conversation.php:1130 +#: ../../include/conversation.php:1129 msgid "Insert video link" msgstr "Inserisci l'indirizzo di un video" -#: ../../include/conversation.php:1131 +#: ../../include/conversation.php:1130 msgid "video link" msgstr "link video" -#: ../../include/conversation.php:1132 +#: ../../include/conversation.php:1131 msgid "Insert audio link" msgstr "Inserisci l'indirizzo di un audio" -#: ../../include/conversation.php:1133 +#: ../../include/conversation.php:1132 msgid "audio link" msgstr "link audio" -#: ../../include/conversation.php:1134 ../../mod/editblock.php:150 -#: ../../mod/editlayout.php:146 ../../mod/editpost.php:119 +#: ../../include/conversation.php:1133 ../../mod/editpost.php:119 +#: ../../mod/editblock.php:150 ../../mod/editlayout.php:146 #: ../../mod/editwebpage.php:181 msgid "Set your location" msgstr "La tua località" -#: ../../include/conversation.php:1135 +#: ../../include/conversation.php:1134 msgid "set location" msgstr "la tua località" -#: ../../include/conversation.php:1136 ../../mod/editblock.php:151 -#: ../../mod/editlayout.php:147 ../../mod/editpost.php:120 +#: ../../include/conversation.php:1135 ../../mod/editpost.php:120 +#: ../../mod/editblock.php:151 ../../mod/editlayout.php:147 #: ../../mod/editwebpage.php:182 msgid "Clear browser location" msgstr "Rimuovi la località data dal browser" -#: ../../include/conversation.php:1137 +#: ../../include/conversation.php:1136 msgid "clear location" msgstr "rimuovi la località" -#: ../../include/conversation.php:1139 ../../mod/editblock.php:164 -#: ../../mod/editlayout.php:159 ../../mod/editpost.php:132 +#: ../../include/conversation.php:1138 ../../mod/editpost.php:132 +#: ../../mod/editblock.php:164 ../../mod/editlayout.php:159 #: ../../mod/editwebpage.php:198 msgid "Title (optional)" msgstr "Titolo (opzionale)" -#: ../../include/conversation.php:1142 ../../mod/editblock.php:167 -#: ../../mod/editlayout.php:162 ../../mod/editpost.php:134 +#: ../../include/conversation.php:1141 ../../mod/editpost.php:134 +#: ../../mod/editblock.php:167 ../../mod/editlayout.php:162 #: ../../mod/editwebpage.php:200 msgid "Categories (optional, comma-separated list)" msgstr "Categorie (lista separata da virgole)" -#: ../../include/conversation.php:1144 ../../mod/editblock.php:153 -#: ../../mod/editlayout.php:149 ../../mod/editpost.php:122 +#: ../../include/conversation.php:1143 ../../mod/editpost.php:122 +#: ../../mod/editblock.php:153 ../../mod/editlayout.php:149 #: ../../mod/editwebpage.php:184 msgid "Permission settings" msgstr "Impostazioni permessi" -#: ../../include/conversation.php:1145 +#: ../../include/conversation.php:1144 msgid "permissions" msgstr "permessi" -#: ../../include/conversation.php:1152 ../../mod/editblock.php:161 -#: ../../mod/editlayout.php:156 ../../mod/editpost.php:129 +#: ../../include/conversation.php:1151 ../../mod/editpost.php:129 +#: ../../mod/editblock.php:161 ../../mod/editlayout.php:156 #: ../../mod/editwebpage.php:193 msgid "Public post" msgstr "Articolo pubblico" -#: ../../include/conversation.php:1154 ../../mod/editblock.php:168 -#: ../../mod/editlayout.php:163 ../../mod/editpost.php:135 +#: ../../include/conversation.php:1153 ../../mod/editpost.php:135 +#: ../../mod/editblock.php:168 ../../mod/editlayout.php:163 #: ../../mod/editwebpage.php:201 msgid "Example: bob@example.com, mary@example.com" msgstr "Per esempio: mario@esempio.com, simona@esempio.com" -#: ../../include/conversation.php:1167 ../../mod/editblock.php:178 -#: ../../mod/editlayout.php:173 ../../mod/editpost.php:146 -#: ../../mod/editwebpage.php:210 ../../mod/mail.php:242 ../../mod/mail.php:356 +#: ../../include/conversation.php:1166 ../../mod/editpost.php:146 +#: ../../mod/mail.php:242 ../../mod/mail.php:356 ../../mod/editblock.php:178 +#: ../../mod/editlayout.php:173 ../../mod/editwebpage.php:210 msgid "Set expiration date" msgstr "Data di scadenza" -#: ../../include/conversation.php:1169 ../../include/ItemObject.php:633 +#: ../../include/conversation.php:1168 ../../include/ItemObject.php:641 #: ../../mod/editpost.php:148 ../../mod/mail.php:244 ../../mod/mail.php:358 msgid "Encrypt text" msgstr "Crittografia del testo" -#: ../../include/conversation.php:1171 ../../mod/events.php:580 +#: ../../include/conversation.php:1170 ../../mod/events.php:580 #: ../../mod/editpost.php:150 msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1172 ../../mod/settings.php:566 +#: ../../include/conversation.php:1171 ../../mod/settings.php:566 #: ../../mod/settings.php:592 ../../mod/events.php:579 #: ../../mod/editpost.php:151 ../../mod/fbrowser.php:82 #: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 msgid "Cancel" msgstr "Annulla" -#: ../../include/conversation.php:1416 +#: ../../include/conversation.php:1415 msgid "Discover" msgstr "Scopri" -#: ../../include/conversation.php:1419 +#: ../../include/conversation.php:1418 msgid "Imported public streams" msgstr "Contenuti pubblici importati" -#: ../../include/conversation.php:1424 +#: ../../include/conversation.php:1423 msgid "Commented Order" msgstr "Ultimi commenti" -#: ../../include/conversation.php:1427 +#: ../../include/conversation.php:1426 msgid "Sort by Comment Date" msgstr "Per data del commento" -#: ../../include/conversation.php:1431 +#: ../../include/conversation.php:1430 msgid "Posted Order" msgstr "Ultimi articoli" -#: ../../include/conversation.php:1434 +#: ../../include/conversation.php:1433 msgid "Sort by Post Date" msgstr "Per data di creazione" -#: ../../include/conversation.php:1439 ../../include/widgets.php:94 +#: ../../include/conversation.php:1438 ../../include/widgets.php:94 msgid "Personal" msgstr "Personali" -#: ../../include/conversation.php:1442 +#: ../../include/conversation.php:1441 msgid "Posts that mention or involve you" msgstr "Articoli che ti riguardano o ti menzionano" -#: ../../include/conversation.php:1448 ../../mod/connections.php:211 +#: ../../include/conversation.php:1447 ../../mod/connections.php:211 #: ../../mod/connections.php:224 ../../mod/menu.php:80 msgid "New" msgstr "Novità" -#: ../../include/conversation.php:1451 +#: ../../include/conversation.php:1450 msgid "Activity Stream - by date" msgstr "Elenco attività - per data" -#: ../../include/conversation.php:1457 +#: ../../include/conversation.php:1456 msgid "Starred" msgstr "Preferiti" -#: ../../include/conversation.php:1460 +#: ../../include/conversation.php:1459 msgid "Favourite Posts" msgstr "Articoli preferiti" -#: ../../include/conversation.php:1467 +#: ../../include/conversation.php:1466 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1470 +#: ../../include/conversation.php:1469 msgid "Posts flagged as SPAM" msgstr "Articoli marcati come spam" -#: ../../include/conversation.php:1510 ../../mod/admin.php:865 +#: ../../include/conversation.php:1509 ../../mod/admin.php:865 msgid "Channel" msgstr "Canale" -#: ../../include/conversation.php:1513 +#: ../../include/conversation.php:1512 msgid "Status Messages and Posts" msgstr "Articoli e messaggi di stato" -#: ../../include/conversation.php:1522 +#: ../../include/conversation.php:1521 msgid "About" msgstr "Informazioni" -#: ../../include/conversation.php:1525 +#: ../../include/conversation.php:1524 msgid "Profile Details" msgstr "Dettagli del profilo" -#: ../../include/conversation.php:1534 ../../include/photos.php:341 -msgid "Photo Albums" -msgstr "Album foto" +#: ../../include/conversation.php:1530 ../../include/apps.php:139 +#: ../../include/nav.php:105 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Foto" -#: ../../include/conversation.php:1543 +#: ../../include/conversation.php:1542 msgid "Files and Storage" msgstr "Archivio file" -#: ../../include/conversation.php:1553 ../../include/conversation.php:1556 +#: ../../include/conversation.php:1552 ../../include/conversation.php:1555 msgid "Chatrooms" msgstr "Area chat" -#: ../../include/conversation.php:1569 +#: ../../include/conversation.php:1565 ../../include/apps.php:129 +#: ../../include/nav.php:117 +msgid "Bookmarks" +msgstr "Segnalibri" + +#: ../../include/conversation.php:1568 msgid "Saved Bookmarks" msgstr "Segnalibri salvati" -#: ../../include/conversation.php:1580 +#: ../../include/conversation.php:1576 ../../include/apps.php:136 +#: ../../include/nav.php:121 ../../mod/webpages.php:160 +msgid "Webpages" +msgstr "Pagine web" + +#: ../../include/conversation.php:1579 msgid "Manage Webpages" msgstr "Gestisci le pagine web" -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "Email non valida" +#: ../../include/widgets.php:91 ../../include/nav.php:171 +#: ../../mod/apps.php:34 +msgid "Apps" +msgstr "Apps" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "Il dominio della tua email attualmente non è permesso su questo sito" +#: ../../include/widgets.php:92 +msgid "System" +msgstr "Sistema" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "La tua email è già registrata su questo sito." - -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "È necessario un invito." - -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "L'invito non può essere verificato." - -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Inserisci le informazioni richieste." - -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Non è stato possibile salvare le informazioni del tuo account." - -#: ../../include/account.php:245 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Registrazione di %s confermata" - -#: ../../include/account.php:313 -#, php-format -msgid "Registration request at %s" -msgstr "Richiesta di registrazione su %s" - -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 -msgid "Administrator" -msgstr "Amministratore" - -#: ../../include/account.php:337 -msgid "your registration password" -msgstr "la password di registrazione" - -#: ../../include/account.php:340 ../../include/account.php:397 -#, php-format -msgid "Registration details for %s" -msgstr "Dettagli della registrazione di %s" - -#: ../../include/account.php:406 -msgid "Account approved." -msgstr "Account approvato." - -#: ../../include/account.php:440 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registrazione revocata per %s" - -#: ../../include/account.php:486 -msgid "Account verified. Please login." -msgstr "Registrazione verificata. Adesso puoi effettuare login." - -#: ../../include/account.php:648 ../../include/account.php:650 -msgid "Click here to upgrade." -msgstr "Clicca qui per aggiornare." - -#: ../../include/account.php:656 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Questa operazione supera i limiti del tuo abbonamento." - -#: ../../include/account.php:661 -msgid "This action is not available under your subscription plan." -msgstr "Questa operazione non è prevista dal tuo abbonamento." - -#: ../../include/photos.php:105 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "L'immagine supera il limite massimo di %lu bytes" - -#: ../../include/photos.php:112 -msgid "Image file is empty." -msgstr "Il file dell'immagine è vuoto." - -#: ../../include/photos.php:141 ../../mod/profile_photo.php:216 -msgid "Unable to process image" -msgstr "Impossibile elaborare l'immagine" - -#: ../../include/photos.php:213 -msgid "Photo storage failed." -msgstr "Impossibile caricare la foto." - -#: ../../include/photos.php:345 -msgid "Upload New Photos" -msgstr "Carica nuove foto" - -#: ../../include/items.php:382 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/like.php:246 ../../mod/group.php:68 -#: ../../index.php:389 -msgid "Permission denied" -msgstr "Permesso negato" - -#: ../../include/items.php:969 ../../include/items.php:1014 -msgid "(Unknown)" -msgstr "(Sconosciuto)" - -#: ../../include/items.php:1171 -msgid "Visible to anybody on the internet." -msgstr "Visibile a chiunque su internet." - -#: ../../include/items.php:1173 -msgid "Visible to you only." -msgstr "Visibile solo a te." - -#: ../../include/items.php:1175 -msgid "Visible to anybody in this network." -msgstr "Visibile a tutti su questa rete." - -#: ../../include/items.php:1177 -msgid "Visible to anybody authenticated." -msgstr "Visibile a chiunque sia autenticato." - -#: ../../include/items.php:1179 -#, php-format -msgid "Visible to anybody on %s." -msgstr "Visibile a tutti in %s." - -#: ../../include/items.php:1181 -msgid "Visible to all connections." -msgstr "Visibile a tutti coloro che ti seguono." - -#: ../../include/items.php:1183 -msgid "Visible to approved connections." -msgstr "Visibile ai contatti approvati." - -#: ../../include/items.php:1185 -msgid "Visible to specific connections." -msgstr "Visibile ad alcuni contatti scelti." - -#: ../../include/items.php:3952 ../../mod/thing.php:76 -#: ../../mod/display.php:32 ../../mod/filestorage.php:26 -#: ../../mod/admin.php:168 ../../mod/admin.php:896 ../../mod/admin.php:1099 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." -msgstr "Elemento non trovato." - -#: ../../include/items.php:4410 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Insieme di canali non trovato." - -#: ../../include/items.php:4425 -msgid "Collection is empty." -msgstr "L'insieme di canali è vuoto." - -#: ../../include/items.php:4432 -#, php-format -msgid "Collection: %s" -msgstr "Insieme: %s" - -#: ../../include/items.php:4443 -#, php-format -msgid "Connection: %s" -msgstr "Contatto: %s" - -#: ../../include/items.php:4446 -msgid "Connection not found." -msgstr "Contatto non trovato." - -#: ../../include/widgets.php:92 -msgid "System" -msgstr "Sistema" - -#: ../../include/widgets.php:95 -msgid "Create Personal App" -msgstr "Crea una app personale" +#: ../../include/widgets.php:95 +msgid "Create Personal App" +msgstr "Crea una app personale" #: ../../include/widgets.php:96 msgid "Edit Personal App" @@ -2957,104 +2628,109 @@ msgstr "Per esempio: mario@pippo.it oppure http://pluto.com/barbara" msgid "Notes" msgstr "Note" -#: ../../include/widgets.php:260 +#: ../../include/widgets.php:264 msgid "Remove term" msgstr "Rimuovi termine" -#: ../../include/widgets.php:343 +#: ../../include/widgets.php:347 msgid "Archives" msgstr "Archivi" -#: ../../include/widgets.php:421 +#: ../../include/widgets.php:425 msgid "Refresh" msgstr "Aggiorna" -#: ../../include/widgets.php:422 ../../mod/connedit.php:506 +#: ../../include/widgets.php:426 ../../mod/connedit.php:506 msgid "Me" msgstr "Io" -#: ../../include/widgets.php:423 ../../mod/connedit.php:509 +#: ../../include/widgets.php:427 ../../mod/connedit.php:509 msgid "Best Friends" msgstr "Migliori amici" -#: ../../include/widgets.php:425 +#: ../../include/widgets.php:429 msgid "Co-workers" msgstr "Colleghi" -#: ../../include/widgets.php:426 ../../mod/connedit.php:511 +#: ../../include/widgets.php:430 ../../mod/connedit.php:511 msgid "Former Friends" msgstr "Ex amici" -#: ../../include/widgets.php:427 ../../mod/connedit.php:512 +#: ../../include/widgets.php:431 ../../mod/connedit.php:512 msgid "Acquaintances" msgstr "Conoscenti" -#: ../../include/widgets.php:428 +#: ../../include/widgets.php:432 msgid "Everybody" msgstr "Tutti" -#: ../../include/widgets.php:462 +#: ../../include/widgets.php:466 msgid "Account settings" msgstr "Il tuo account" -#: ../../include/widgets.php:468 +#: ../../include/widgets.php:472 msgid "Channel settings" msgstr "Impostazioni del canale" -#: ../../include/widgets.php:474 +#: ../../include/widgets.php:478 msgid "Additional features" msgstr "Funzionalità opzionali" -#: ../../include/widgets.php:480 +#: ../../include/widgets.php:484 msgid "Feature settings" msgstr "Componenti aggiuntivi" -#: ../../include/widgets.php:486 +#: ../../include/widgets.php:490 msgid "Display settings" msgstr "Aspetto" -#: ../../include/widgets.php:492 +#: ../../include/widgets.php:496 msgid "Connected apps" msgstr "App connesse" -#: ../../include/widgets.php:498 +#: ../../include/widgets.php:502 msgid "Export channel" msgstr "Esporta il canale" -#: ../../include/widgets.php:504 -msgid "Export content" -msgstr "Esporta i contenuti" - -#: ../../include/widgets.php:512 ../../mod/connedit.php:539 +#: ../../include/widgets.php:511 ../../mod/connedit.php:539 msgid "Connection Default Permissions" msgstr "Permessi predefiniti dei nuovi contatti" -#: ../../include/widgets.php:520 +#: ../../include/widgets.php:519 msgid "Premium Channel Settings" msgstr "Canale premium - impostazioni" -#: ../../include/widgets.php:549 ../../mod/mail.php:125 +#: ../../include/widgets.php:535 ../../include/apps.php:134 +#: ../../include/nav.php:218 ../../mod/admin.php:951 ../../mod/admin.php:1156 +msgid "Settings" +msgstr "Impostazioni" + +#: ../../include/widgets.php:548 ../../mod/mail.php:125 #: ../../mod/message.php:31 msgid "Messages" msgstr "Messaggi" -#: ../../include/widgets.php:552 +#: ../../include/widgets.php:551 msgid "Check Mail" msgstr "Controlla i messaggi" -#: ../../include/widgets.php:635 +#: ../../include/widgets.php:556 ../../include/nav.php:209 +msgid "New Message" +msgstr "Nuovo messaggio" + +#: ../../include/widgets.php:634 msgid "Chat Rooms" msgstr "Aree chat attive" -#: ../../include/widgets.php:655 +#: ../../include/widgets.php:654 msgid "Bookmarked Chatrooms" msgstr "Aree chat nei segnalibri" -#: ../../include/widgets.php:675 +#: ../../include/widgets.php:674 msgid "Suggested Chatrooms" msgstr "Aree chat suggerite" -#: ../../include/widgets.php:802 ../../include/widgets.php:860 +#: ../../include/widgets.php:801 ../../include/widgets.php:859 msgid "photo/image" msgstr "foto/immagine" @@ -3066,1391 +2742,1131 @@ msgstr "Dati non validi" msgid "Unable to verify channel signature" msgstr "Impossibile verificare la firma elettronica del canale" -#: ../../include/zot.php:1819 +#: ../../include/zot.php:1829 #, php-format msgid "Unable to verify site signature for %s" msgstr "Impossibile verificare la firma elettronica del sito %s" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Eliminare questo elemento?" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" +msgstr "Salva nella cartella" -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:620 -#: ../../mod/photos.php:996 ../../mod/photos.php:1106 -msgid "Comment" -msgstr "Commento" +#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 +#: ../../mod/photos.php:1023 ../../mod/photos.php:1035 +msgid "View all" +msgstr "Vedi tutto" -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:337 -msgid "[+] show all" -msgstr "[+] mostra tutto" +#: ../../include/ItemObject.php:151 ../../mod/photos.php:1032 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Non mi piace" +msgstr[1] "Non mi piace" -#: ../../include/js_strings.php:8 -msgid "[-] show less" -msgstr "[-] riduci" +#: ../../include/ItemObject.php:179 +msgid "Add Star" +msgstr "Aggiungi ai preferiti" -#: ../../include/js_strings.php:9 -msgid "[+] expand" -msgstr "[+] mostra tutto" +#: ../../include/ItemObject.php:180 +msgid "Remove Star" +msgstr "Rimuovi dai preferiti" -#: ../../include/js_strings.php:10 -msgid "[-] collapse" -msgstr "[-] riduci" +#: ../../include/ItemObject.php:181 +msgid "Toggle Star Status" +msgstr "Attiva/disattiva preferito" -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "Password troppo corta" +#: ../../include/ItemObject.php:185 +msgid "starred" +msgstr "preferito" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "Le password non corrispondono" +#: ../../include/ItemObject.php:203 +msgid "Add Tag" +msgstr "Aggiungi un tag" -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 -msgid "everybody" -msgstr "tutti" +#: ../../include/ItemObject.php:221 ../../mod/photos.php:975 +msgid "I like this (toggle)" +msgstr "Attiva/disattiva Mi piace" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "Chiave segreta" +#: ../../include/ItemObject.php:222 ../../mod/photos.php:976 +msgid "I don't like this (toggle)" +msgstr "Attiva/disattiva Non mi piace" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "Suggerimento per la chiave segreta" +#: ../../include/ItemObject.php:226 +msgid "Share This" +msgstr "Condividi" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "Nota: i permessi sono stati modificati ma non ancora salvati." +#: ../../include/ItemObject.php:226 +msgid "share" +msgstr "condividi" -#: ../../include/js_strings.php:17 -msgid "close all" -msgstr "chiudi tutto" +#: ../../include/ItemObject.php:243 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d commento" +msgstr[1] "%d commenti" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" -msgstr "Niente di nuovo qui" +#: ../../include/ItemObject.php:256 ../../include/ItemObject.php:257 +#, php-format +msgid "View %s's profile - %s" +msgstr "Guarda il profilo di %s - %s" -#: ../../include/js_strings.php:20 -msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" +#: ../../include/ItemObject.php:260 +msgid "to" +msgstr "a" -#: ../../include/js_strings.php:21 -msgid "timeago.prefixFromNow" -msgstr "timeago.prefixFromNow" +#: ../../include/ItemObject.php:261 +msgid "via" +msgstr "via" -#: ../../include/js_strings.php:22 -msgid "ago" -msgstr "fa" +#: ../../include/ItemObject.php:262 +msgid "Wall-to-Wall" +msgstr "Da bacheca a bacheca" -#: ../../include/js_strings.php:23 -msgid "from now" -msgstr "da adesso" +#: ../../include/ItemObject.php:263 +msgid "via Wall-To-Wall:" +msgstr "da bacheca a bacheca:" -#: ../../include/js_strings.php:24 -msgid "less than a minute" -msgstr "meno di un minuto" +#: ../../include/ItemObject.php:299 +msgid "Save Bookmarks" +msgstr "Salva segnalibro" -#: ../../include/js_strings.php:25 -msgid "about a minute" -msgstr "circa un minuto" +#: ../../include/ItemObject.php:300 +msgid "Add to Calendar" +msgstr "Aggiungi al calendario" -#: ../../include/js_strings.php:26 -#, php-format -msgid "%d minutes" -msgstr "%d minuti" +#: ../../include/ItemObject.php:309 +msgid "Mark all seen" +msgstr "Marca tutto come letto" -#: ../../include/js_strings.php:27 -msgid "about an hour" -msgstr "circa un’ora" +#: ../../include/ItemObject.php:314 ../../mod/photos.php:1143 +msgctxt "noun" +msgid "Likes" +msgstr "Mi piace" -#: ../../include/js_strings.php:28 -#, php-format -msgid "about %d hours" -msgstr "circa %d ore" +#: ../../include/ItemObject.php:315 ../../mod/photos.php:1144 +msgctxt "noun" +msgid "Dislikes" +msgstr "Non mi piace" -#: ../../include/js_strings.php:29 -msgid "a day" -msgstr "un giorno" +#: ../../include/ItemObject.php:345 ../../include/js_strings.php:7 +msgid "[+] show all" +msgstr "[+] mostra tutto" -#: ../../include/js_strings.php:30 -#, php-format -msgid "%d days" -msgstr "%d giorni" +#: ../../include/ItemObject.php:626 ../../mod/photos.php:994 +#: ../../mod/photos.php:1104 +msgid "This is you" +msgstr "Questo sei tu" -#: ../../include/js_strings.php:31 -msgid "about a month" -msgstr "circa un mese" +#: ../../include/ItemObject.php:628 ../../include/js_strings.php:6 +#: ../../mod/photos.php:996 ../../mod/photos.php:1106 +msgid "Comment" +msgstr "Commento" -#: ../../include/js_strings.php:32 -#, php-format -msgid "%d months" -msgstr "%d mesi" +#: ../../include/ItemObject.php:629 ../../mod/mood.php:135 +#: ../../mod/settings.php:565 ../../mod/settings.php:677 +#: ../../mod/settings.php:706 ../../mod/settings.php:730 +#: ../../mod/settings.php:812 ../../mod/settings.php:1004 +#: ../../mod/group.php:81 ../../mod/poke.php:166 ../../mod/setup.php:313 +#: ../../mod/setup.php:358 ../../mod/sources.php:104 ../../mod/sources.php:138 +#: ../../mod/events.php:598 ../../mod/chat.php:177 ../../mod/chat.php:211 +#: ../../mod/connedit.php:556 ../../mod/mail.php:352 ../../mod/photos.php:594 +#: ../../mod/photos.php:671 ../../mod/photos.php:957 ../../mod/photos.php:997 +#: ../../mod/photos.php:1107 ../../mod/pdledit.php:58 ../../mod/thing.php:284 +#: ../../mod/thing.php:327 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:146 ../../mod/connect.php:93 +#: ../../mod/locs.php:99 ../../mod/import.php:504 ../../mod/profiles.php:633 +#: ../../mod/admin.php:412 ../../mod/admin.php:723 ../../mod/admin.php:859 +#: ../../mod/admin.php:992 ../../mod/admin.php:1191 ../../mod/admin.php:1278 +#: ../../mod/invite.php:142 ../../mod/xchan.php:11 ../../mod/appman.php:99 +#: ../../mod/poll.php:68 ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Salva" -#: ../../include/js_strings.php:33 -msgid "about a year" -msgstr "circa un anno" +#: ../../include/ItemObject.php:630 +msgid "Bold" +msgstr "Grassetto" -#: ../../include/js_strings.php:34 -#, php-format -msgid "%d years" -msgstr "%d anni" +#: ../../include/ItemObject.php:631 +msgid "Italic" +msgstr "Corsivo" -#: ../../include/js_strings.php:35 -msgid " " -msgstr " " +#: ../../include/ItemObject.php:632 +msgid "Underline" +msgstr "Sottolineato" -#: ../../include/js_strings.php:36 -msgid "timeago.numbers" -msgstr "timeago.numbers" +#: ../../include/ItemObject.php:633 +msgid "Quote" +msgstr "Citazione" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -msgid "Male" -msgstr "Maschio" +#: ../../include/ItemObject.php:634 +msgid "Code" +msgstr "Codice" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -msgid "Female" -msgstr "Femmina" +#: ../../include/ItemObject.php:635 +msgid "Image" +msgstr "Immagine" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Al momento maschio" +#: ../../include/ItemObject.php:636 +msgid "Link" +msgstr "Link" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Al momento femmina" +#: ../../include/ItemObject.php:637 +msgid "Video" +msgstr "Video" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Prevalentemente maschio" +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Altro" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Prevalentemente femmina" +#: ../../include/datetime.php:142 +msgid "YYYY-MM-DD or MM-DD" +msgstr "AAAA-MM-GG oppure MM-GG" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgender" +#: ../../include/datetime.php:259 +msgid "never" +msgstr "mai" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Intersex" +#: ../../include/datetime.php:265 +msgid "less than a second ago" +msgstr "meno di un secondo fa" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transessuale" +#: ../../include/datetime.php:268 +msgid "year" +msgstr "anno" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Ermafrodito" +#: ../../include/datetime.php:268 +msgid "years" +msgstr "anni" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Neutro" +#: ../../include/datetime.php:269 +msgid "month" +msgstr "mese" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Non specificato" +#: ../../include/datetime.php:269 +msgid "months" +msgstr "mesi" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Indeciso" +#: ../../include/datetime.php:270 +msgid "week" +msgstr "settimana" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "Maschi" +#: ../../include/datetime.php:270 +msgid "weeks" +msgstr "settimane" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "Femmine" +#: ../../include/datetime.php:271 +msgid "day" +msgstr "giorno" -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "Gay" +#: ../../include/datetime.php:271 +msgid "days" +msgstr "giorni" -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "Lesbica" +#: ../../include/datetime.php:272 +msgid "hour" +msgstr "ora" -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "Senza preferenza" +#: ../../include/datetime.php:272 +msgid "hours" +msgstr "ore" -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "Bisessuale" +#: ../../include/datetime.php:273 +msgid "minute" +msgstr "minuto" -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "Autosessuale" +#: ../../include/datetime.php:273 +msgid "minutes" +msgstr "minuti" -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "Astinente" +#: ../../include/datetime.php:274 +msgid "second" +msgstr "secondo" -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "Vergine" +#: ../../include/datetime.php:274 +msgid "seconds" +msgstr "secondi" -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "Deviato" +#: ../../include/datetime.php:283 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s fa" -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "Feticista" +#: ../../include/datetime.php:491 +#, php-format +msgid "%1$s's birthday" +msgstr "Compleanno di %1$s" -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "Un sacco" +#: ../../include/datetime.php:492 +#, php-format +msgid "Happy Birthday %1$s" +msgstr "Buon compleanno %1$s" -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "Asessuato" +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "Amministrazione sito" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "Single" - -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "Da solo" - -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "Disponibile" - -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "Non disponibile" - -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "Ha una cotta" - -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "Infatuato/a" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "Disponibile a un incontro" - -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "Infedele" - -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "Sesso-dipendente" - -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "Amici con qualcosa in più" - -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "Casual" - -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "Impegnato" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "Sposato/a" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "Con matrimonio immaginario" - -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "Partner" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "Convivente" - -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "Matrimonio regolare" - -#: ../../include/profile_selectors.php:80 -msgid "Happy" -msgstr "Felice" - -#: ../../include/profile_selectors.php:80 -msgid "Not looking" -msgstr "Non in cerca" - -#: ../../include/profile_selectors.php:80 -msgid "Swinger" -msgstr "Scambista" - -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" -msgstr "Tradito/a" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" -msgstr "Separato/a" - -#: ../../include/profile_selectors.php:80 -msgid "Unstable" -msgstr "Instabile" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" -msgstr "Divorziato/a" +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "Rubrica" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" -msgstr "Sogna il divorzio" +#: ../../include/apps.php:131 ../../include/nav.php:125 ../../boot.php:1540 +msgid "Login" +msgstr "Accedi" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" -msgstr "Vedovo/a" +#: ../../include/apps.php:132 ../../include/nav.php:216 +#: ../../mod/manage.php:148 +msgid "Channel Manager" +msgstr "Gestione canali" -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" -msgstr "Incerto/a" +#: ../../include/apps.php:133 ../../include/nav.php:190 +msgid "Matrix" +msgstr "RedMatrix" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" -msgstr "Relazione complicata" +#: ../../include/apps.php:137 ../../include/nav.php:193 +msgid "Channel Home" +msgstr "Bacheca del canale" -#: ../../include/profile_selectors.php:80 -msgid "Don't care" -msgstr "Chi se ne frega" +#: ../../include/apps.php:140 ../../include/nav.php:212 +#: ../../mod/events.php:442 +msgid "Events" +msgstr "Eventi" -#: ../../include/profile_selectors.php:80 -msgid "Ask me" -msgstr "Chiedimelo" +#: ../../include/apps.php:141 ../../include/nav.php:176 +#: ../../mod/directory.php:321 +msgid "Directory" +msgstr "Elenco pubblico" -#: ../../include/apps.php:126 -msgid "Site Admin" -msgstr "Amministrazione sito" +#: ../../include/apps.php:142 ../../include/nav.php:168 ../../mod/help.php:58 +#: ../../mod/help.php:63 +msgid "Help" +msgstr "Guida" -#: ../../include/apps.php:128 -msgid "Address Book" -msgstr "Rubrica" +#: ../../include/apps.php:143 ../../include/nav.php:204 +msgid "Mail" +msgstr "Messaggi" -#: ../../include/apps.php:142 ../../mod/mood.php:131 +#: ../../include/apps.php:144 ../../mod/mood.php:131 msgid "Mood" msgstr "Umore" -#: ../../include/apps.php:146 +#: ../../include/apps.php:146 ../../include/nav.php:111 +msgid "Chat" +msgstr "Area chat" + +#: ../../include/apps.php:148 msgid "Probe" msgstr "Diagnostica" -#: ../../include/apps.php:147 +#: ../../include/apps.php:149 msgid "Suggest" msgstr "Suggerisci" -#: ../../include/apps.php:148 +#: ../../include/apps.php:150 msgid "Random Channel" msgstr "Canale casuale" -#: ../../include/apps.php:149 +#: ../../include/apps.php:151 msgid "Invite" msgstr "Invita" -#: ../../include/apps.php:150 +#: ../../include/apps.php:152 msgid "Features" msgstr "Funzionalità" -#: ../../include/apps.php:151 +#: ../../include/apps.php:153 msgid "Language" msgstr "Lingua" -#: ../../include/apps.php:152 +#: ../../include/apps.php:154 msgid "Post" msgstr "Articolo" -#: ../../include/apps.php:153 +#: ../../include/apps.php:155 msgid "Profile Photo" msgstr "Foto del profilo" -#: ../../include/apps.php:242 ../../mod/settings.php:81 +#: ../../include/apps.php:247 ../../mod/settings.php:81 #: ../../mod/settings.php:591 msgid "Update" msgstr "Aggiorna" -#: ../../include/apps.php:242 +#: ../../include/apps.php:247 msgid "Install" msgstr "Installa" -#: ../../include/apps.php:247 +#: ../../include/apps.php:252 msgid "Purchase" msgstr "Acquista" -#: ../../include/auth.php:116 -msgid "Logged out." -msgstr "Uscita effettuata." +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nuova finestra" -#: ../../include/auth.php:257 -msgid "Failed authentication" -msgstr "Autenticazione fallita" +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Apri l'indirizzo selezionato in una nuova scheda o finestra" -#: ../../include/auth.php:271 ../../mod/openid.php:190 -msgid "Login failed." -msgstr "Accesso fallito." +#: ../../include/Contact.php:214 ../../mod/admin.php:646 +#, php-format +msgid "User '%s' deleted" +msgstr "Utente '%s' eliminato" -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" -msgstr "Salva nella cartella" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Eliminare questo elemento?" -#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 -#: ../../mod/photos.php:1023 ../../mod/photos.php:1035 -msgid "View all" -msgstr "Vedi tutto" +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "[-] riduci" -#: ../../include/ItemObject.php:151 ../../mod/photos.php:1032 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Non mi piace" -msgstr[1] "Non mi piace" +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "[+] mostra tutto" -#: ../../include/ItemObject.php:179 -msgid "Add Star" -msgstr "Aggiungi ai preferiti" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "[-] riduci" -#: ../../include/ItemObject.php:180 -msgid "Remove Star" -msgstr "Rimuovi dai preferiti" +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Password troppo corta" -#: ../../include/ItemObject.php:181 -msgid "Toggle Star Status" -msgstr "Attiva/disattiva preferito" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Le password non corrispondono" -#: ../../include/ItemObject.php:185 -msgid "starred" -msgstr "preferito" +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "tutti" -#: ../../include/ItemObject.php:203 -msgid "Add Tag" -msgstr "Aggiungi un tag" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Chiave segreta" -#: ../../include/ItemObject.php:221 ../../mod/photos.php:975 -msgid "I like this (toggle)" -msgstr "Attiva/disattiva Mi piace" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Suggerimento per la chiave segreta" -#: ../../include/ItemObject.php:222 ../../mod/photos.php:976 -msgid "I don't like this (toggle)" -msgstr "Attiva/disattiva Non mi piace" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Nota: i permessi sono stati modificati ma non ancora salvati." -#: ../../include/ItemObject.php:226 -msgid "Share This" -msgstr "Condividi" +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "chiudi tutto" -#: ../../include/ItemObject.php:226 -msgid "share" -msgstr "condividi" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "Niente di nuovo qui" -#: ../../include/ItemObject.php:236 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d commento" -msgstr[1] "%d commenti" +#: ../../include/js_strings.php:20 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" -#: ../../include/ItemObject.php:249 ../../include/ItemObject.php:250 -#, php-format -msgid "View %s's profile - %s" -msgstr "Guarda il profilo di %s - %s" +#: ../../include/js_strings.php:21 +msgid "timeago.prefixFromNow" +msgstr "timeago.prefixFromNow" -#: ../../include/ItemObject.php:252 -msgid "to" -msgstr "a" +#: ../../include/js_strings.php:22 +msgid "ago" +msgstr "fa" -#: ../../include/ItemObject.php:253 -msgid "via" -msgstr "via" +#: ../../include/js_strings.php:23 +msgid "from now" +msgstr "da adesso" -#: ../../include/ItemObject.php:254 -msgid "Wall-to-Wall" -msgstr "Da bacheca a bacheca" +#: ../../include/js_strings.php:24 +msgid "less than a minute" +msgstr "meno di un minuto" -#: ../../include/ItemObject.php:255 -msgid "via Wall-To-Wall:" -msgstr "da bacheca a bacheca:" +#: ../../include/js_strings.php:25 +msgid "about a minute" +msgstr "circa un minuto" -#: ../../include/ItemObject.php:291 -msgid "Save Bookmarks" -msgstr "Salva segnalibro" +#: ../../include/js_strings.php:26 +#, php-format +msgid "%d minutes" +msgstr "%d minuti" -#: ../../include/ItemObject.php:292 -msgid "Add to Calendar" -msgstr "Aggiungi al calendario" +#: ../../include/js_strings.php:27 +msgid "about an hour" +msgstr "circa un’ora" -#: ../../include/ItemObject.php:301 -msgid "Mark all seen" -msgstr "Marca tutto come letto" +#: ../../include/js_strings.php:28 +#, php-format +msgid "about %d hours" +msgstr "circa %d ore" -#: ../../include/ItemObject.php:306 ../../mod/photos.php:1143 -msgctxt "noun" -msgid "Likes" -msgstr "Mi piace" +#: ../../include/js_strings.php:29 +msgid "a day" +msgstr "un giorno" -#: ../../include/ItemObject.php:307 ../../mod/photos.php:1144 -msgctxt "noun" -msgid "Dislikes" -msgstr "Non mi piace" +#: ../../include/js_strings.php:30 +#, php-format +msgid "%d days" +msgstr "%d giorni" -#: ../../include/ItemObject.php:618 ../../mod/photos.php:994 -#: ../../mod/photos.php:1104 -msgid "This is you" -msgstr "Questo sei tu" +#: ../../include/js_strings.php:31 +msgid "about a month" +msgstr "circa un mese" -#: ../../include/ItemObject.php:621 ../../mod/mood.php:135 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/poke.php:166 -#: ../../mod/setup.php:313 ../../mod/setup.php:358 ../../mod/settings.php:565 -#: ../../mod/settings.php:677 ../../mod/settings.php:706 -#: ../../mod/settings.php:730 ../../mod/settings.php:812 -#: ../../mod/settings.php:1004 ../../mod/events.php:598 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:93 ../../mod/connedit.php:556 -#: ../../mod/thing.php:284 ../../mod/thing.php:327 ../../mod/profiles.php:633 -#: ../../mod/pdledit.php:58 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:146 ../../mod/group.php:81 -#: ../../mod/import.php:480 ../../mod/admin.php:412 ../../mod/admin.php:723 -#: ../../mod/admin.php:859 ../../mod/admin.php:992 ../../mod/admin.php:1191 -#: ../../mod/admin.php:1278 ../../mod/locs.php:99 ../../mod/mail.php:352 -#: ../../mod/invite.php:142 ../../mod/xchan.php:11 ../../mod/photos.php:594 -#: ../../mod/photos.php:671 ../../mod/photos.php:957 ../../mod/photos.php:997 -#: ../../mod/photos.php:1107 ../../mod/appman.php:99 ../../mod/poll.php:68 -#: ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "Salva" +#: ../../include/js_strings.php:32 +#, php-format +msgid "%d months" +msgstr "%d mesi" -#: ../../include/ItemObject.php:622 -msgid "Bold" -msgstr "Grassetto" +#: ../../include/js_strings.php:33 +msgid "about a year" +msgstr "circa un anno" -#: ../../include/ItemObject.php:623 -msgid "Italic" -msgstr "Corsivo" +#: ../../include/js_strings.php:34 +#, php-format +msgid "%d years" +msgstr "%d anni" -#: ../../include/ItemObject.php:624 -msgid "Underline" -msgstr "Sottolineato" +#: ../../include/js_strings.php:35 +msgid " " +msgstr " " -#: ../../include/ItemObject.php:625 -msgid "Quote" -msgstr "Citazione" +#: ../../include/js_strings.php:36 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../include/ItemObject.php:626 -msgid "Code" -msgstr "Codice" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Male" +msgstr "Maschio" -#: ../../include/ItemObject.php:627 -msgid "Image" -msgstr "Immagine" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Female" +msgstr "Femmina" -#: ../../include/ItemObject.php:628 -msgid "Link" -msgstr "Link" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Al momento maschio" -#: ../../include/ItemObject.php:629 -msgid "Video" -msgstr "Video" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Al momento femmina" -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Area chat senza nome" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Prevalentemente maschio" -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Il nome dell'area chat è duplicato" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Prevalentemente femmina" -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Il nome dell'area chat non è valido." +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transgender" -#: ../../include/chat.php:105 -msgid "Room not found." -msgstr "Area chat non trovata." +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Intersex" -#: ../../include/chat.php:126 -msgid "Room is full" -msgstr "L'area chat è al completo" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transessuale" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" -msgstr "Scegli il tuo umore attuale per mostrarlo agli amici" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Ermafrodito" -#: ../../mod/mitem.php:24 ../../mod/menu.php:108 -msgid "Menu not found." -msgstr "Menù non trovato." +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Neutro" -#: ../../mod/mitem.php:67 -msgid "Menu element updated." -msgstr "L'elemento del menù è stato aggiornato." +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Non specificato" -#: ../../mod/mitem.php:71 -msgid "Unable to update menu element." -msgstr "Non è possibile aggiornare l'elemento del menù." +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Indeciso" -#: ../../mod/mitem.php:77 -msgid "Menu element added." -msgstr "Elemento aggiunto al menù." +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" +msgstr "Maschi" -#: ../../mod/mitem.php:81 -msgid "Unable to add menu element." -msgstr "Impossibile aggiungere l'elemento al menù." +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" +msgstr "Femmine" -#: ../../mod/mitem.php:111 ../../mod/menu.php:136 ../../mod/xchan.php:37 -msgid "Not found." -msgstr "Non trovato." +#: ../../include/profile_selectors.php:42 +msgid "Gay" +msgstr "Gay" -#: ../../mod/mitem.php:127 -msgid "Manage Menu Elements" -msgstr "Gestione elementi del menù" +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "Lesbica" -#: ../../mod/mitem.php:130 -msgid "Edit menu" -msgstr "Modifica il menù" +#: ../../include/profile_selectors.php:42 +msgid "No Preference" +msgstr "Senza preferenza" -#: ../../mod/mitem.php:133 -msgid "Edit element" -msgstr "Modifica l'elemento" +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" +msgstr "Bisessuale" -#: ../../mod/mitem.php:134 -msgid "Drop element" -msgstr "Elimina l'elemento" +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" +msgstr "Autosessuale" -#: ../../mod/mitem.php:135 -msgid "New element" -msgstr "Nuovo elemento" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" +msgstr "Astinente" -#: ../../mod/mitem.php:136 -msgid "Edit this menu container" -msgstr "Modifica il contenitore del menù" +#: ../../include/profile_selectors.php:42 +msgid "Virgin" +msgstr "Vergine" -#: ../../mod/mitem.php:137 -msgid "Add menu element" -msgstr "Aggiungi un elemento al menù" +#: ../../include/profile_selectors.php:42 +msgid "Deviant" +msgstr "Deviato" -#: ../../mod/mitem.php:138 -msgid "Delete this menu item" -msgstr "Elimina questo elemento del menù" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" +msgstr "Feticista" -#: ../../mod/mitem.php:139 -msgid "Edit this menu item" -msgstr "Modifica questo elemento del menù" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" +msgstr "Un sacco" -#: ../../mod/mitem.php:158 -msgid "New Menu Element" -msgstr "Nuovo elemento del menù" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" +msgstr "Asessuato" -#: ../../mod/mitem.php:160 ../../mod/mitem.php:203 -msgid "Menu Item Permissions" -msgstr "Permessi del menu" - -#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1039 -msgid "(click to open/close)" -msgstr "(clicca per aprire/chiudere)" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" +msgstr "Single" -#: ../../mod/mitem.php:163 ../../mod/mitem.php:207 -msgid "Link text" -msgstr "Testo del link" +#: ../../include/profile_selectors.php:80 +msgid "Lonely" +msgstr "Da solo" -#: ../../mod/mitem.php:164 ../../mod/mitem.php:208 -msgid "URL of link" -msgstr "Indirizzo del link" +#: ../../include/profile_selectors.php:80 +msgid "Available" +msgstr "Disponibile" -#: ../../mod/mitem.php:165 ../../mod/mitem.php:209 -msgid "Use RedMatrix magic-auth if available" -msgstr "Usa l'autenticazione magica di RedMatrix, se disponibile" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" +msgstr "Non disponibile" -#: ../../mod/mitem.php:166 ../../mod/mitem.php:210 -msgid "Open link in new window" -msgstr "Apri il link in una nuova finestra" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" +msgstr "Ha una cotta" -#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 -msgid "Order in list" -msgstr "Ordine dell'elenco" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" +msgstr "Infatuato/a" -#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 -msgid "Higher numbers will sink to bottom of listing" -msgstr "I numeri più alti andranno in fondo all'elenco" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" +msgstr "Disponibile a un incontro" -#: ../../mod/mitem.php:181 -msgid "Menu item not found." -msgstr "L'elemento del menù non è stato trovato." +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" +msgstr "Infedele" -#: ../../mod/mitem.php:190 -msgid "Menu item deleted." -msgstr "L'elemento del menù è stato eliminato." +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" +msgstr "Sesso-dipendente" -#: ../../mod/mitem.php:192 -msgid "Menu item could not be deleted." -msgstr "L'elemento del menù non può essere eliminato." +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" +msgstr "Amici con qualcosa in più" -#: ../../mod/mitem.php:201 -msgid "Edit Menu Element" -msgstr "Modifica l'elemento del menù" +#: ../../include/profile_selectors.php:80 +msgid "Casual" +msgstr "Casual" -#: ../../mod/mitem.php:213 ../../mod/menu.php:130 -msgid "Modify" -msgstr "Modifica" +#: ../../include/profile_selectors.php:80 +msgid "Engaged" +msgstr "Impegnato" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" -msgstr "Qualche suggerimento per i nuovi utenti su cosa fare" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" +msgstr "Sposato/a" -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" +msgstr "Con matrimonio immaginario" -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio." +#: ../../include/profile_selectors.php:80 +msgid "Partners" +msgstr "Partner" -#: ../../mod/register.php:84 -msgid "Passwords do not match." -msgstr "Le password non corrispondono." +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" +msgstr "Convivente" -#: ../../mod/register.php:117 -msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata." +#: ../../include/profile_selectors.php:80 +msgid "Common law" +msgstr "Matrimonio regolare" -#: ../../mod/register.php:123 -msgid "Your registration is pending approval by the site owner." -msgstr "La tua richiesta è in attesa di approvazione da parte dell'amministratore del sito." +#: ../../include/profile_selectors.php:80 +msgid "Happy" +msgstr "Felice" -#: ../../mod/register.php:126 -msgid "Your registration can not be processed." -msgstr "La tua registrazione non puo' essere processata." +#: ../../include/profile_selectors.php:80 +msgid "Not looking" +msgstr "Non in cerca" -#: ../../mod/register.php:163 -msgid "Registration on this site/hub is by approval only." -msgstr "La registrazione su questo sito è soggetta ad approvazione." +#: ../../include/profile_selectors.php:80 +msgid "Swinger" +msgstr "Scambista" -#: ../../mod/register.php:164 -msgid "Register at another affiliated site/hub" -msgstr "Registrati su un altro server affiliato" +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" +msgstr "Tradito/a" -#: ../../mod/register.php:174 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani." +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" +msgstr "Separato/a" -#: ../../mod/register.php:185 -msgid "Terms of Service" -msgstr "Condizioni d'Uso" +#: ../../include/profile_selectors.php:80 +msgid "Unstable" +msgstr "Instabile" -#: ../../mod/register.php:191 -#, php-format -msgid "I accept the %s for this website" -msgstr "Accetto le %s di questo sito" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" +msgstr "Divorziato/a" -#: ../../mod/register.php:193 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Ho più di 13 anni e accetto le %s di questo sito" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" +msgstr "Sogna il divorzio" -#: ../../mod/register.php:207 ../../mod/admin.php:413 -msgid "Registration" -msgstr "Registrazione" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" +msgstr "Vedovo/a" -#: ../../mod/register.php:212 -msgid "Membership on this site is by invitation only." -msgstr "Per registrarsi su questo sito è necessario un invito." +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" +msgstr "Incerto/a" -#: ../../mod/register.php:213 -msgid "Please enter your invitation code" -msgstr "Inserisci il codice dell'invito" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" +msgstr "Relazione complicata" -#: ../../mod/register.php:216 -msgid "Your email address" -msgstr "Il tuo indirizzo email" +#: ../../include/profile_selectors.php:80 +msgid "Don't care" +msgstr "Chi se ne frega" -#: ../../mod/register.php:217 -msgid "Choose a password" -msgstr "Scegli una password" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" +msgstr "Chiedimelo" -#: ../../mod/register.php:218 -msgid "Please re-enter your password" -msgstr "Ripeti la password per verifica" +#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1539 +msgid "Logout" +msgstr "Esci" -#: ../../mod/filer.php:49 -msgid "- select -" -msgstr "- scegli -" +#: ../../include/nav.php:95 ../../include/nav.php:128 +msgid "End this session" +msgstr "Chiudi questa sessione" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Indentificativo del profilo non valido." +#: ../../include/nav.php:98 ../../include/nav.php:159 +msgid "Home" +msgstr "Bacheca" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Modifica la visibilità del profilo" +#: ../../include/nav.php:98 +msgid "Your posts and conversations" +msgstr "I tuoi articoli e conversazioni" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." +#: ../../include/nav.php:99 +msgid "Your profile page" +msgstr "Il tuo profilo" -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Visibile a" +#: ../../include/nav.php:101 +msgid "Edit Profiles" +msgstr "Modifica i profili" -#: ../../mod/profperm.php:139 ../../mod/connections.php:279 -msgid "All Connections" -msgstr "Tutti i contatti" +#: ../../include/nav.php:101 +msgid "Manage/Edit profiles" +msgstr "Gestisci/modifica i profili" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Impossibile creare la sorgente. Nessun canale selezionato." +#: ../../include/nav.php:103 +msgid "Edit your profile" +msgstr "Modifica il profilo" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Sorgente creata." +#: ../../include/nav.php:105 +msgid "Your photos" +msgstr "Le tue foto" -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Sorgente aggiornata." +#: ../../include/nav.php:106 +msgid "Your files" +msgstr "I tuoi file" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../include/nav.php:111 +msgid "Your chatrooms" +msgstr "Le tue aree chat" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Gestisci le sorgenti dei contenuti del tuo canale." +#: ../../include/nav.php:117 +msgid "Your bookmarks" +msgstr "I tuoi segnalibri" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nuova sorgente" +#: ../../include/nav.php:121 +msgid "Your webpages" +msgstr "Le tue pagine web" -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente." +#: ../../include/nav.php:125 +msgid "Sign in" +msgstr "Accedi" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importa solo i contenuti che hanno queste parole (una per riga)" +#: ../../include/nav.php:142 +#, php-format +msgid "%s - click to logout" +msgstr "%s - clicca per uscire" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Lascia vuoto per importare tutti i contenuti pubblici" +#: ../../include/nav.php:145 +msgid "Remote authentication" +msgstr "Autenticazione magica dal tuo server" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:112 -msgid "Channel Name" -msgstr "Nome del canale" +#: ../../include/nav.php:145 +msgid "Click to authenticate to your home hub" +msgstr "Clicca per autenticarti sul tuo server principale" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Sorgente non trovata." +#: ../../include/nav.php:159 +msgid "Home Page" +msgstr "Bacheca" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Modifica la sorgente" +#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1516 +msgid "Register" +msgstr "Iscriviti" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Elimina la sorgente" +#: ../../include/nav.php:163 +msgid "Create an account" +msgstr "Crea un account" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Sorgente eliminata" +#: ../../include/nav.php:168 +msgid "Help and documentation" +msgstr "Guida e documentazione" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Impossibile rimuovere la sorgente." +#: ../../include/nav.php:171 +msgid "Applications, utilities, links, games" +msgstr "Applicazioni, utilità, link, giochi" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Poke/Prod" +#: ../../include/nav.php:173 +msgid "Search site content" +msgstr "Cerca nel sito" -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "Manda un poke, un prod o altro" +#: ../../include/nav.php:176 +msgid "Channel Directory" +msgstr "Elenco pubblico canali" -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Destinatario" +#: ../../include/nav.php:190 +msgid "Your matrix" +msgstr "La tua rete" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "Scegli cosa vuoi inviare al destinatario" +#: ../../include/nav.php:191 +msgid "Mark all matrix notifications seen" +msgstr "Segna come lette le notifiche della tua rete" -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Rendi privato questo articolo" +#: ../../include/nav.php:193 +msgid "Channel home" +msgstr "Bacheca del canale" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autorizza la app" +#: ../../include/nav.php:194 +msgid "Mark all channel notifications seen" +msgstr "Segna come lette le notifiche del canale" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Torna alla app e inserisci questo codice di sicurezza:" +#: ../../include/nav.php:197 ../../mod/connections.php:406 +msgid "Connections" +msgstr "Contatti" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Accedi al sito per continuare." +#: ../../include/nav.php:200 +msgid "Notices" +msgstr "Avvisi" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?" +#: ../../include/nav.php:200 +msgid "Notifications" +msgstr "Notifiche" -#: ../../mod/api.php:105 ../../mod/settings.php:944 ../../mod/settings.php:949 -#: ../../mod/settings.php:1032 ../../mod/profiles.php:591 -#: ../../mod/admin.php:392 -msgid "Yes" -msgstr "Si" +#: ../../include/nav.php:201 +msgid "See all notifications" +msgstr "Vedi tutte le notifiche" -#: ../../mod/api.php:106 ../../mod/settings.php:944 ../../mod/settings.php:949 -#: ../../mod/settings.php:1032 ../../mod/profiles.php:592 -#: ../../mod/admin.php:390 -msgid "No" -msgstr "No" +#: ../../include/nav.php:202 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Segna come lette le notifiche di sistema" -#: ../../mod/search.php:13 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 ../../mod/directory.php:22 -#: ../../mod/photos.php:458 -msgid "Public access denied." -msgstr "Accesso pubblico negato." +#: ../../include/nav.php:204 +msgid "Private mail" +msgstr "Messaggi privati" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Elemento non disponibile." +#: ../../include/nav.php:205 +msgid "See all private messages" +msgstr "Guarda tutti i messaggi privati" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "La chiamata all'URL restituisce questo errore: %1$s" +#: ../../include/nav.php:206 +msgid "Mark all private messages seen" +msgstr "Segna come letti tutti i messaggi privati" -#: ../../mod/block.php:27 ../../mod/page.php:33 -msgid "Invalid item." -msgstr "Elemento non valido." +#: ../../include/nav.php:207 +msgid "Inbox" +msgstr "In arrivo" -#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 -msgid "Channel not found." -msgstr "Canale non trovato." +#: ../../include/nav.php:208 +msgid "Outbox" +msgstr "Inviati" -#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 -#: ../../mod/page.php:81 ../../index.php:241 -msgid "Page not found." -msgstr "Pagina non trovata." +#: ../../include/nav.php:212 +msgid "Event Calendar" +msgstr "Calendario" -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s sta seguendo %3$s di %2$s" +#: ../../include/nav.php:213 +msgid "See all events" +msgstr "Guarda tutti gli eventi" -#: ../../mod/blocks.php:99 -msgid "Block Name" -msgstr "Nome del riquadro" +#: ../../include/nav.php:214 +msgid "Mark all events seen" +msgstr "Marca come letti tutti gli eventi" -#: ../../mod/setup.php:166 -msgid "Red Matrix Server - Setup" -msgstr "RedMatrix Server - Installazione" +#: ../../include/nav.php:216 +msgid "Manage Your Channels" +msgstr "Gestisci i tuoi canali" -#: ../../mod/setup.php:172 -msgid "Could not connect to database." -msgstr " Impossibile connettersi al database." +#: ../../include/nav.php:218 +msgid "Account/Channel Settings" +msgstr "Impostazioni dell'account e del canale" -#: ../../mod/setup.php:176 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS." +#: ../../include/nav.php:226 ../../mod/admin.php:123 +msgid "Admin" +msgstr "Amministrazione" -#: ../../mod/setup.php:183 -msgid "Could not create table." -msgstr "Impossibile creare le tabelle." +#: ../../include/nav.php:226 +msgid "Site Setup and Configuration" +msgstr "Installazione e configurazione del sito" -#: ../../mod/setup.php:189 -msgid "Your site database has been installed." -msgstr "Il database del sito è stato installato." +#: ../../include/nav.php:262 +msgid "@name, #tag, content" +msgstr "@nome, #tag, testo" -#: ../../mod/setup.php:194 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db." +#: ../../include/nav.php:263 +msgid "Please wait..." +msgstr "Attendere..." -#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Leggi il file 'install/INSTALL.txt'." +#: ../../include/security.php:357 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "I controlli di sicurezza sono falliti. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto." -#: ../../mod/setup.php:261 -msgid "System check" -msgstr "Verifica del sistema" +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "Scegli il tuo umore attuale per mostrarlo agli amici" -#: ../../mod/setup.php:265 ../../mod/events.php:445 ../../mod/photos.php:868 -msgid "Next" -msgstr "Successivo" +#: ../../mod/register.php:44 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!" -#: ../../mod/setup.php:266 -msgid "Check again" -msgstr "Verifica di nuovo" +#: ../../mod/register.php:50 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio." -#: ../../mod/setup.php:289 -msgid "Database connection" -msgstr "Connessione al database" +#: ../../mod/register.php:84 +msgid "Passwords do not match." +msgstr "Le password non corrispondono." -#: ../../mod/setup.php:290 +#: ../../mod/register.php:117 msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "Per installare RedMatrix è necessario conoscere i parametri di connessione al database." +"Registration successful. Please check your email for validation " +"instructions." +msgstr "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata." -#: ../../mod/setup.php:291 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni." +#: ../../mod/register.php:123 +msgid "Your registration is pending approval by the site owner." +msgstr "La tua richiesta è in attesa di approvazione da parte dell'amministratore del sito." -#: ../../mod/setup.php:292 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Il database deve già esistere. Se non esiste, crealo prima di continuare." +#: ../../mod/register.php:126 +msgid "Your registration can not be processed." +msgstr "La tua registrazione non puo' essere processata." -#: ../../mod/setup.php:296 -msgid "Database Server Name" -msgstr "Server del database" +#: ../../mod/register.php:163 +msgid "Registration on this site/hub is by approval only." +msgstr "La registrazione su questo sito è soggetta ad approvazione." -#: ../../mod/setup.php:296 -msgid "Default is localhost" -msgstr "'localhost' è il predefinito" +#: ../../mod/register.php:164 +msgid "Register at another affiliated site/hub" +msgstr "Registrati su un altro server affiliato" -#: ../../mod/setup.php:297 -msgid "Database Port" -msgstr "Port del database" +#: ../../mod/register.php:174 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani." -#: ../../mod/setup.php:297 -msgid "Communication port number - use 0 for default" -msgstr "Scrivi 0 per usare il valore standard" +#: ../../mod/register.php:185 +msgid "Terms of Service" +msgstr "Condizioni d'Uso" -#: ../../mod/setup.php:298 -msgid "Database Login Name" -msgstr "Utente database" +#: ../../mod/register.php:191 +#, php-format +msgid "I accept the %s for this website" +msgstr "Accetto le %s di questo sito" -#: ../../mod/setup.php:299 -msgid "Database Login Password" -msgstr "Password utente database" +#: ../../mod/register.php:193 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Ho più di 13 anni e accetto le %s di questo sito" -#: ../../mod/setup.php:300 -msgid "Database Name" -msgstr "Nome database" +#: ../../mod/register.php:207 ../../mod/admin.php:413 +msgid "Registration" +msgstr "Registrazione" -#: ../../mod/setup.php:301 -msgid "Database Type" -msgstr "Tipo database" +#: ../../mod/register.php:212 +msgid "Membership on this site is by invitation only." +msgstr "Per registrarsi su questo sito è necessario un invito." -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "Site administrator email address" -msgstr "Indirizzo email dell'amministratore del sito" +#: ../../mod/register.php:213 +msgid "Please enter your invitation code" +msgstr "Inserisci il codice dell'invito" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web." +#: ../../mod/register.php:216 +msgid "Your email address" +msgstr "Il tuo indirizzo email" -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Website URL" -msgstr "URL completo del sito" +#: ../../mod/register.php:217 +msgid "Choose a password" +msgstr "Scegli una password" -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Please use SSL (https) URL if available." -msgstr "Se disponibile, usa l'indirizzo SSL (https)." +#: ../../mod/register.php:218 +msgid "Please re-enter your password" +msgstr "Ripeti la password per verifica" -#: ../../mod/setup.php:307 ../../mod/setup.php:352 -msgid "Please select a default timezone for your website" -msgstr "Seleziona il fuso orario predefinito per il tuo sito web" +#: ../../mod/mitem.php:24 ../../mod/menu.php:108 +msgid "Menu not found." +msgstr "Menù non trovato." -#: ../../mod/setup.php:335 -msgid "Site settings" -msgstr "Impostazioni del sito" +#: ../../mod/mitem.php:67 +msgid "Menu element updated." +msgstr "L'elemento del menù è stato aggiornato." -#: ../../mod/setup.php:395 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web" +#: ../../mod/mitem.php:71 +msgid "Unable to update menu element." +msgstr "Non è possibile aggiornare l'elemento del menù." -#: ../../mod/setup.php:396 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron." +#: ../../mod/mitem.php:77 +msgid "Menu element added." +msgstr "Elemento aggiunto al menù." -#: ../../mod/setup.php:400 -msgid "PHP executable path" -msgstr "Path del comando PHP" +#: ../../mod/mitem.php:81 +msgid "Unable to add menu element." +msgstr "Impossibile aggiungere l'elemento al menù." -#: ../../mod/setup.php:400 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione." +#: ../../mod/mitem.php:111 ../../mod/menu.php:136 ../../mod/xchan.php:37 +msgid "Not found." +msgstr "Non trovato." -#: ../../mod/setup.php:405 -msgid "Command line PHP" -msgstr "PHP da riga di comando" +#: ../../mod/mitem.php:127 +msgid "Manage Menu Elements" +msgstr "Gestione elementi del menù" -#: ../../mod/setup.php:414 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"." +#: ../../mod/mitem.php:130 +msgid "Edit menu" +msgstr "Modifica il menù" -#: ../../mod/setup.php:415 -msgid "This is required for message delivery to work." -msgstr "E' necessario perché funzioni la consegna dei messaggi." +#: ../../mod/mitem.php:133 +msgid "Edit element" +msgstr "Modifica l'elemento" -#: ../../mod/setup.php:417 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../mod/mitem.php:134 +msgid "Drop element" +msgstr "Elimina l'elemento" -#: ../../mod/setup.php:438 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di criptazione" +#: ../../mod/mitem.php:135 +msgid "New element" +msgstr "Nuovo elemento" -#: ../../mod/setup.php:439 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"." +#: ../../mod/mitem.php:136 +msgid "Edit this menu container" +msgstr "Modifica il contenitore del menù" -#: ../../mod/setup.php:441 -msgid "Generate encryption keys" -msgstr "Genera chiavi di criptazione" +#: ../../mod/mitem.php:137 +msgid "Add menu element" +msgstr "Aggiungi un elemento al menù" -#: ../../mod/setup.php:448 -msgid "libCurl PHP module" -msgstr "modulo PHP libCurl" +#: ../../mod/mitem.php:138 +msgid "Delete this menu item" +msgstr "Elimina questo elemento del menù" -#: ../../mod/setup.php:449 -msgid "GD graphics PHP module" -msgstr "modulo PHP GD graphics" +#: ../../mod/mitem.php:139 +msgid "Edit this menu item" +msgstr "Modifica questo elemento del menù" -#: ../../mod/setup.php:450 -msgid "OpenSSL PHP module" -msgstr "modulo PHP OpenSSL" +#: ../../mod/mitem.php:158 +msgid "New Menu Element" +msgstr "Nuovo elemento del menù" -#: ../../mod/setup.php:451 -msgid "mysqli or postgres PHP module" -msgstr "modulo PHP per mysqli oppure prostgres" +#: ../../mod/mitem.php:160 ../../mod/mitem.php:203 +msgid "Menu Item Permissions" +msgstr "Permessi del menu" -#: ../../mod/setup.php:452 -msgid "mb_string PHP module" -msgstr "modulo PHP mb_string" +#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1039 +msgid "(click to open/close)" +msgstr "(clicca per aprire/chiudere)" -#: ../../mod/setup.php:453 -msgid "mcrypt PHP module" -msgstr "modulo PHP mcrypt" +#: ../../mod/mitem.php:163 ../../mod/mitem.php:207 +msgid "Link text" +msgstr "Testo del link" -#: ../../mod/setup.php:458 ../../mod/setup.php:460 -msgid "Apache mod_rewrite module" -msgstr "modulo Apache mod_rewrite" +#: ../../mod/mitem.php:164 ../../mod/mitem.php:208 +msgid "URL of link" +msgstr "Indirizzo del link" -#: ../../mod/setup.php:458 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato" +#: ../../mod/mitem.php:165 ../../mod/mitem.php:209 +msgid "Use RedMatrix magic-auth if available" +msgstr "Usa l'autenticazione magica di RedMatrix, se disponibile" -#: ../../mod/setup.php:464 ../../mod/setup.php:467 -msgid "proc_open" -msgstr "proc_open" +#: ../../mod/mitem.php:166 ../../mod/mitem.php:210 +msgid "Open link in new window" +msgstr "Apri il link in una nuova finestra" -#: ../../mod/setup.php:464 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini" - -#: ../../mod/setup.php:472 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Errore: il modulo libCURL di PHP è richiesto ma non installato." - -#: ../../mod/setup.php:476 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato." - -#: ../../mod/setup.php:480 -msgid "Error: openssl PHP module required but not installed." -msgstr "Errore: il modulo openssl di PHP è richiesto ma non installato." - -#: ../../mod/setup.php:484 -msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato" - -#: ../../mod/setup.php:488 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Errore: il modulo PHP mb_string è richiesto ma non installato." - -#: ../../mod/setup.php:492 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Errore: il modulo PHP mcrypt è richiesto ma non installato." - -#: ../../mod/setup.php:508 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di RedMatrix ma non è in grado di farlo." - -#: ../../mod/setup.php:509 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi." - -#: ../../mod/setup.php:510 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix." - -#: ../../mod/setup.php:511 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni." - -#: ../../mod/setup.php:514 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php è scrivibile" - -#: ../../mod/setup.php:524 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP." - -#: ../../mod/setup.php:525 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix." - -#: ../../mod/setup.php:526 ../../mod/setup.php:544 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Assicurati che il tuo web server sia in esecuzione da parte di un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)." - -#: ../../mod/setup.php:527 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene." - -#: ../../mod/setup.php:530 -#, php-format -msgid "%s is writable" -msgstr "%s è scrivibile" - -#: ../../mod/setup.php:543 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "RedMatrix salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix" - -#: ../../mod/setup.php:547 -msgid "store is writable" -msgstr "l'archivio è scrivibile" - -#: ../../mod/setup.php:577 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito." - -#: ../../mod/setup.php:578 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" -msgstr "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!" - -#: ../../mod/setup.php:579 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server." - -#: ../../mod/setup.php:580 -msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser." - -#: ../../mod/setup.php:581 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto." - -#: ../../mod/setup.php:582 -msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser." +#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 +msgid "Order in list" +msgstr "Ordine dell'elenco" -#: ../../mod/setup.php:584 -msgid "SSL certificate validation" -msgstr "Validazione del certificato SSL" +#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 +msgid "Higher numbers will sink to bottom of listing" +msgstr "I numeri più alti andranno in fondo all'elenco" -#: ../../mod/setup.php:590 -msgid "" -"Url rewrite in .htaccess is not working. Check your server " -"configuration.Test: " -msgstr "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:" +#: ../../mod/mitem.php:181 +msgid "Menu item not found." +msgstr "L'elemento del menù non è stato trovato." -#: ../../mod/setup.php:592 -msgid "Url rewrite is working" -msgstr "Url rewrite funziona correttamente" +#: ../../mod/mitem.php:190 +msgid "Menu item deleted." +msgstr "L'elemento del menù è stato eliminato." -#: ../../mod/setup.php:602 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Il file di configurazione del database \".htconfig.php\" non puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito." +#: ../../mod/mitem.php:192 +msgid "Menu item could not be deleted." +msgstr "L'elemento del menù non può essere eliminato." -#: ../../mod/setup.php:626 -msgid "Errors encountered creating database tables." -msgstr "La creazione delle tabelle del database ha generato errori." +#: ../../mod/mitem.php:201 +msgid "Edit Menu Element" +msgstr "Modifica l'elemento del menù" -#: ../../mod/setup.php:661 -msgid "

What next

" -msgstr "

I prossimi passi

" +#: ../../mod/mitem.php:213 ../../mod/menu.php:130 +msgid "Modify" +msgstr "Modifica" -#: ../../mod/setup.php:662 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling." +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Qualche suggerimento per i nuovi utenti su cosa fare" #: ../../mod/settings.php:73 msgid "Name is required" @@ -4724,286 +4140,1007 @@ msgstr "Chiunque sia autenticato" msgid "Anybody on the internet" msgstr "Chiunque su internet" -#: ../../mod/settings.php:944 -msgid "Publish your default profile in the network directory" -msgstr "Mostra il mio profilo predefinito nell'elenco pubblico dei canali" +#: ../../mod/settings.php:944 +msgid "Publish your default profile in the network directory" +msgstr "Mostra il mio profilo predefinito nell'elenco pubblico dei canali" + +#: ../../mod/settings.php:944 ../../mod/settings.php:949 +#: ../../mod/settings.php:1032 ../../mod/api.php:106 +#: ../../mod/profiles.php:592 ../../mod/admin.php:390 +msgid "No" +msgstr "No" + +#: ../../mod/settings.php:944 ../../mod/settings.php:949 +#: ../../mod/settings.php:1032 ../../mod/api.php:105 +#: ../../mod/profiles.php:591 ../../mod/admin.php:392 +msgid "Yes" +msgstr "Si" + +#: ../../mod/settings.php:949 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Vuoi essere suggerito come amico ai nuovi membri?" + +#: ../../mod/settings.php:953 ../../mod/profile_photo.php:365 +msgid "or" +msgstr "o" + +#: ../../mod/settings.php:958 +msgid "Your channel address is" +msgstr "L'indirizzo del tuo canale è" + +#: ../../mod/settings.php:1002 +msgid "Channel Settings" +msgstr "Impostazioni del canale" + +#: ../../mod/settings.php:1011 +msgid "Basic Settings" +msgstr "Impostazioni di base" + +#: ../../mod/settings.php:1014 +msgid "Your Timezone:" +msgstr "Il tuo fuso orario:" + +#: ../../mod/settings.php:1015 +msgid "Default Post Location:" +msgstr "Località predefinita:" + +#: ../../mod/settings.php:1015 +msgid "Geographical location to display on your posts" +msgstr "Posizione geografica da mostrare sui tuoi post" + +#: ../../mod/settings.php:1016 +msgid "Use Browser Location:" +msgstr "Usa la località rilevata dal browser:" + +#: ../../mod/settings.php:1018 +msgid "Adult Content" +msgstr "Contenuto per adulti" + +#: ../../mod/settings.php:1018 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Questo canale pubblica frequentemente contenuto per adulti. (I contenuti per adulti vanno taggati #NSFW - Not Safe For Work)" + +#: ../../mod/settings.php:1020 +msgid "Security and Privacy Settings" +msgstr "Impostazioni di sicurezza e privacy" + +#: ../../mod/settings.php:1022 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "I tuoi permessi sono già stati configurati. Clicca per vederli o modificarli" + +#: ../../mod/settings.php:1024 +msgid "Hide my online presence" +msgstr "Non mostrare la mia presenza online" + +#: ../../mod/settings.php:1024 +msgid "Prevents displaying in your profile that you are online" +msgstr "Non mostra sul tuo profilo che sei online" + +#: ../../mod/settings.php:1026 +msgid "Simple Privacy Settings:" +msgstr "Impostazioni di privacy semplificate" + +#: ../../mod/settings.php:1027 +msgid "" +"Very Public - extremely permissive (should be used with caution)" +msgstr "Tutto pubblico - estremamente permissivo (da usare con cautela)" + +#: ../../mod/settings.php:1028 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "Standard - contenuti normalmente pubblici, ma anche privati se necessario (simile ai social network ma con privacy migliorata)" + +#: ../../mod/settings.php:1029 +msgid "Private - default private, never open or public" +msgstr "Privato - contenuti normalmente privati, nulla è aperto o pubblico" + +#: ../../mod/settings.php:1030 +msgid "Blocked - default blocked to/from everybody" +msgstr "Bloccato - bloccato in invio e ricezione dei contenuti" + +#: ../../mod/settings.php:1032 +msgid "Allow others to tag your posts" +msgstr "Permetti ad altri di taggare i tuoi articoli" + +#: ../../mod/settings.php:1032 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Usato spesso dalla comunità per marcare contenuti inappropriati già esistenti" + +#: ../../mod/settings.php:1034 +msgid "Advanced Privacy Settings" +msgstr "Impostazioni di privacy avanzate" + +#: ../../mod/settings.php:1036 +msgid "Expire other channel content after this many days" +msgstr "Giorni dopo cui mettere in scadenza gli altri contenuti del canale" + +#: ../../mod/settings.php:1036 +msgid "0 or blank prevents expiration" +msgstr "Lascia vuoto oppure 0 per non impostare scadenze" + +#: ../../mod/settings.php:1037 +msgid "Maximum Friend Requests/Day:" +msgstr "Numero massimo giornaliero di richieste di amicizia:" + +#: ../../mod/settings.php:1037 +msgid "May reduce spam activity" +msgstr "Serve e ridurre lo spam" + +#: ../../mod/settings.php:1038 +msgid "Default Post Permissions" +msgstr "Permessi predefiniti per gli articoli" + +#: ../../mod/settings.php:1043 +msgid "Channel permissions category:" +msgstr "Categorie di permessi dei canali:" + +#: ../../mod/settings.php:1051 +msgid "Maximum private messages per day from unknown people:" +msgstr "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:" + +#: ../../mod/settings.php:1051 +msgid "Useful to reduce spamming" +msgstr "Serve e ridurre lo spam" + +#: ../../mod/settings.php:1054 +msgid "Notification Settings" +msgstr "Impostazioni di notifica" + +#: ../../mod/settings.php:1055 +msgid "By default post a status message when:" +msgstr "Pubblica un messaggio di stato quando:" + +#: ../../mod/settings.php:1056 +msgid "accepting a friend request" +msgstr "accetto una nuova amicizia" + +#: ../../mod/settings.php:1057 +msgid "joining a forum/community" +msgstr "entro a far parte di un forum" + +#: ../../mod/settings.php:1058 +msgid "making an interesting profile change" +msgstr "faccio un cambiamento interessante al mio profilo" + +#: ../../mod/settings.php:1059 +msgid "Send a notification email when:" +msgstr "Invia una email di notifica quando:" + +#: ../../mod/settings.php:1060 +msgid "You receive a connection request" +msgstr "Ricevi una richiesta di entrare in contatto" + +#: ../../mod/settings.php:1061 +msgid "Your connections are confirmed" +msgstr "I tuoi contatti sono confermati" + +#: ../../mod/settings.php:1062 +msgid "Someone writes on your profile wall" +msgstr "Qualcuno scrive sulla tua bacheca" + +#: ../../mod/settings.php:1063 +msgid "Someone writes a followup comment" +msgstr "Qualcuno scrive un commento a un tuo articolo" + +#: ../../mod/settings.php:1064 +msgid "You receive a private message" +msgstr "Ricevi un messaggio privato" + +#: ../../mod/settings.php:1065 +msgid "You receive a friend suggestion" +msgstr "Ti viene suggerito un amico" + +#: ../../mod/settings.php:1066 +msgid "You are tagged in a post" +msgstr "Sei taggato in un articolo" + +#: ../../mod/settings.php:1067 +msgid "You are poked/prodded/etc. in a post" +msgstr "Ricevi un poke in un articolo" + +#: ../../mod/settings.php:1070 +msgid "Show visual notifications including:" +msgstr "Mostra queste notifiche a schermo:" + +#: ../../mod/settings.php:1072 +msgid "Unseen matrix activity" +msgstr "Nuove attività nella rete" + +#: ../../mod/settings.php:1073 +msgid "Unseen channel activity" +msgstr "Novità nei canali" + +#: ../../mod/settings.php:1074 +msgid "Unseen private messages" +msgstr "Nuovi messaggi privati" + +#: ../../mod/settings.php:1074 ../../mod/settings.php:1079 +#: ../../mod/settings.php:1080 ../../mod/settings.php:1081 +msgid "Recommended" +msgstr "Consigliato" + +#: ../../mod/settings.php:1075 +msgid "Upcoming events" +msgstr "Prossimi eventi" + +#: ../../mod/settings.php:1076 +msgid "Events today" +msgstr "Eventi di oggi" + +#: ../../mod/settings.php:1077 +msgid "Upcoming birthdays" +msgstr "Prossimi compleanni" + +#: ../../mod/settings.php:1077 +msgid "Not available in all themes" +msgstr "Non disponibile in tutti i temi" + +#: ../../mod/settings.php:1078 +msgid "System (personal) notifications" +msgstr "Notifiche personali dal sistema" + +#: ../../mod/settings.php:1079 +msgid "System info messages" +msgstr "Notifiche di sistema" + +#: ../../mod/settings.php:1080 +msgid "System critical alerts" +msgstr "Avvisi critici di sistema" + +#: ../../mod/settings.php:1081 +msgid "New connections" +msgstr "Nuovi contatti" + +#: ../../mod/settings.php:1082 +msgid "System Registrations" +msgstr "Registrazioni" + +#: ../../mod/settings.php:1084 +msgid "Notify me of events this many days in advance" +msgstr "Giorni di anticipo per notificare gli eventi" + +#: ../../mod/settings.php:1084 +msgid "Must be greater than 0" +msgstr "Maggiore di 0" + +#: ../../mod/settings.php:1086 +msgid "Advanced Account/Page Type Settings" +msgstr "Impostazioni avanzate" + +#: ../../mod/settings.php:1087 +msgid "Change the behaviour of this account for special situations" +msgstr "Cambia il funzionamento di questo account per necessità particolari" + +#: ../../mod/settings.php:1090 +msgid "" +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" +msgstr "Abilita la modalità esperto per fare cambiamenti! (in Impostazioni > Funzionalità opzionali)" + +#: ../../mod/settings.php:1091 +msgid "Miscellaneous Settings" +msgstr "Impostazioni varie" + +#: ../../mod/settings.php:1093 +msgid "Personal menu to display in your channel pages" +msgstr "Menu personale da mostrare sulle pagine del tuo canale" + +#: ../../mod/settings.php:1094 +msgid "Remove this channel" +msgstr "Elimina questo canale" + +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "L'insieme di canali è stato creato." + +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Impossibile creare l'insieme." + +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Insieme aggiornato." + +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Crea un insieme di canali." + +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Nome dell'insieme:" + +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "I membri potranno vedere gli altri canali dell'insieme" + +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Insieme rimosso." + +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Impossibile rimuovere l'insieme." + +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Modifica l'insieme" + +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Membri" + +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Tutti i canali connessi" + +#: ../../mod/group.php:233 +msgid "Click on a channel to add or remove." +msgstr "Clicca su un canale per aggiungerlo o rimuoverlo." + +#: ../../mod/search.php:13 ../../mod/photos.php:458 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 ../../mod/directory.php:22 +msgid "Public access denied." +msgstr "Accesso pubblico negato." + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s sta seguendo %3$s di %2$s" + +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Poke/Prod" + +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "Manda un poke, un prod o altro" + +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Destinatario" + +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "Scegli cosa vuoi inviare al destinatario" + +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Rendi privato questo articolo" + +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Autorizza la app" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Torna alla app e inserisci questo codice di sicurezza:" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Accedi al sito per continuare." + +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?" + +#: ../../mod/setup.php:166 +msgid "Red Matrix Server - Setup" +msgstr "RedMatrix Server - Installazione" + +#: ../../mod/setup.php:172 +msgid "Could not connect to database." +msgstr " Impossibile connettersi al database." + +#: ../../mod/setup.php:176 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS." + +#: ../../mod/setup.php:183 +msgid "Could not create table." +msgstr "Impossibile creare le tabelle." + +#: ../../mod/setup.php:189 +msgid "Your site database has been installed." +msgstr "Il database del sito è stato installato." + +#: ../../mod/setup.php:194 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db." + +#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Leggi il file 'install/INSTALL.txt'." + +#: ../../mod/setup.php:261 +msgid "System check" +msgstr "Verifica del sistema" + +#: ../../mod/setup.php:265 ../../mod/events.php:445 ../../mod/photos.php:868 +msgid "Next" +msgstr "Successivo" + +#: ../../mod/setup.php:266 +msgid "Check again" +msgstr "Verifica di nuovo" + +#: ../../mod/setup.php:289 +msgid "Database connection" +msgstr "Connessione al database" + +#: ../../mod/setup.php:290 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "Per installare RedMatrix è necessario conoscere i parametri di connessione al database." + +#: ../../mod/setup.php:291 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni." + +#: ../../mod/setup.php:292 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Il database deve già esistere. Se non esiste, crealo prima di continuare." + +#: ../../mod/setup.php:296 +msgid "Database Server Name" +msgstr "Server del database" + +#: ../../mod/setup.php:296 +msgid "Default is localhost" +msgstr "'localhost' è il predefinito" + +#: ../../mod/setup.php:297 +msgid "Database Port" +msgstr "Port del database" + +#: ../../mod/setup.php:297 +msgid "Communication port number - use 0 for default" +msgstr "Scrivi 0 per usare il valore standard" + +#: ../../mod/setup.php:298 +msgid "Database Login Name" +msgstr "Utente database" + +#: ../../mod/setup.php:299 +msgid "Database Login Password" +msgstr "Password utente database" + +#: ../../mod/setup.php:300 +msgid "Database Name" +msgstr "Nome database" + +#: ../../mod/setup.php:301 +msgid "Database Type" +msgstr "Tipo database" + +#: ../../mod/setup.php:303 ../../mod/setup.php:347 +msgid "Site administrator email address" +msgstr "Indirizzo email dell'amministratore del sito" + +#: ../../mod/setup.php:303 ../../mod/setup.php:347 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web." + +#: ../../mod/setup.php:304 ../../mod/setup.php:349 +msgid "Website URL" +msgstr "URL completo del sito" + +#: ../../mod/setup.php:304 ../../mod/setup.php:349 +msgid "Please use SSL (https) URL if available." +msgstr "Se disponibile, usa l'indirizzo SSL (https)." + +#: ../../mod/setup.php:307 ../../mod/setup.php:352 +msgid "Please select a default timezone for your website" +msgstr "Seleziona il fuso orario predefinito per il tuo sito web" + +#: ../../mod/setup.php:335 +msgid "Site settings" +msgstr "Impostazioni del sito" + +#: ../../mod/setup.php:395 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web" + +#: ../../mod/setup.php:396 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron." + +#: ../../mod/setup.php:400 +msgid "PHP executable path" +msgstr "Path del comando PHP" + +#: ../../mod/setup.php:400 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione." + +#: ../../mod/setup.php:405 +msgid "Command line PHP" +msgstr "PHP da riga di comando" + +#: ../../mod/setup.php:414 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"." + +#: ../../mod/setup.php:415 +msgid "This is required for message delivery to work." +msgstr "E' necessario perché funzioni la consegna dei messaggi." + +#: ../../mod/setup.php:417 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/setup.php:438 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di criptazione" + +#: ../../mod/setup.php:439 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: ../../mod/setup.php:441 +msgid "Generate encryption keys" +msgstr "Genera chiavi di criptazione" + +#: ../../mod/setup.php:448 +msgid "libCurl PHP module" +msgstr "modulo PHP libCurl" + +#: ../../mod/setup.php:449 +msgid "GD graphics PHP module" +msgstr "modulo PHP GD graphics" + +#: ../../mod/setup.php:450 +msgid "OpenSSL PHP module" +msgstr "modulo PHP OpenSSL" + +#: ../../mod/setup.php:451 +msgid "mysqli or postgres PHP module" +msgstr "modulo PHP per mysqli oppure prostgres" + +#: ../../mod/setup.php:452 +msgid "mb_string PHP module" +msgstr "modulo PHP mb_string" + +#: ../../mod/setup.php:453 +msgid "mcrypt PHP module" +msgstr "modulo PHP mcrypt" + +#: ../../mod/setup.php:458 ../../mod/setup.php:460 +msgid "Apache mod_rewrite module" +msgstr "modulo Apache mod_rewrite" + +#: ../../mod/setup.php:458 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato" + +#: ../../mod/setup.php:464 ../../mod/setup.php:467 +msgid "proc_open" +msgstr "proc_open" + +#: ../../mod/setup.php:464 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini" + +#: ../../mod/setup.php:472 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Errore: il modulo libCURL di PHP è richiesto ma non installato." + +#: ../../mod/setup.php:476 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato." + +#: ../../mod/setup.php:480 +msgid "Error: openssl PHP module required but not installed." +msgstr "Errore: il modulo openssl di PHP è richiesto ma non installato." + +#: ../../mod/setup.php:484 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." +msgstr "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato" + +#: ../../mod/setup.php:488 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Errore: il modulo PHP mb_string è richiesto ma non installato." + +#: ../../mod/setup.php:492 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Errore: il modulo PHP mcrypt è richiesto ma non installato." + +#: ../../mod/setup.php:508 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di RedMatrix ma non è in grado di farlo." + +#: ../../mod/setup.php:509 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi." + +#: ../../mod/setup.php:510 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix." + +#: ../../mod/setup.php:511 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni." + +#: ../../mod/setup.php:514 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php è scrivibile" -#: ../../mod/settings.php:949 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Vuoi essere suggerito come amico ai nuovi membri?" +#: ../../mod/setup.php:524 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP." -#: ../../mod/settings.php:953 ../../mod/profile_photo.php:365 -msgid "or" -msgstr "o" +#: ../../mod/setup.php:525 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix." -#: ../../mod/settings.php:958 -msgid "Your channel address is" -msgstr "L'indirizzo del tuo canale è" +#: ../../mod/setup.php:526 ../../mod/setup.php:544 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Assicurati che il tuo web server sia in esecuzione da parte di un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)." -#: ../../mod/settings.php:1002 -msgid "Channel Settings" -msgstr "Impostazioni del canale" +#: ../../mod/setup.php:527 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene." -#: ../../mod/settings.php:1011 -msgid "Basic Settings" -msgstr "Impostazioni di base" +#: ../../mod/setup.php:530 +#, php-format +msgid "%s is writable" +msgstr "%s è scrivibile" -#: ../../mod/settings.php:1014 -msgid "Your Timezone:" -msgstr "Il tuo fuso orario:" +#: ../../mod/setup.php:543 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "RedMatrix salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix" -#: ../../mod/settings.php:1015 -msgid "Default Post Location:" -msgstr "Località predefinita:" +#: ../../mod/setup.php:547 +msgid "store is writable" +msgstr "l'archivio è scrivibile" -#: ../../mod/settings.php:1015 -msgid "Geographical location to display on your posts" -msgstr "Posizione geografica da mostrare sui tuoi post" +#: ../../mod/setup.php:577 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito." -#: ../../mod/settings.php:1016 -msgid "Use Browser Location:" -msgstr "Usa la località rilevata dal browser:" +#: ../../mod/setup.php:578 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!" -#: ../../mod/settings.php:1018 -msgid "Adult Content" -msgstr "Contenuto per adulti" +#: ../../mod/setup.php:579 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server." -#: ../../mod/settings.php:1018 +#: ../../mod/setup.php:580 msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "Questo canale pubblica frequentemente contenuto per adulti. (I contenuti per adulti vanno taggati #NSFW - Not Safe For Work)" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser." -#: ../../mod/settings.php:1020 -msgid "Security and Privacy Settings" -msgstr "Impostazioni di sicurezza e privacy" +#: ../../mod/setup.php:581 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto." -#: ../../mod/settings.php:1022 -msgid "Your permissions are already configured. Click to view/adjust" -msgstr "I tuoi permessi sono già stati configurati. Clicca per vederli o modificarli" +#: ../../mod/setup.php:582 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser." -#: ../../mod/settings.php:1024 -msgid "Hide my online presence" -msgstr "Non mostrare la mia presenza online" +#: ../../mod/setup.php:584 +msgid "SSL certificate validation" +msgstr "Validazione del certificato SSL" -#: ../../mod/settings.php:1024 -msgid "Prevents displaying in your profile that you are online" -msgstr "Non mostra sul tuo profilo che sei online" +#: ../../mod/setup.php:590 +msgid "" +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:" -#: ../../mod/settings.php:1026 -msgid "Simple Privacy Settings:" -msgstr "Impostazioni di privacy semplificate" +#: ../../mod/setup.php:592 +msgid "Url rewrite is working" +msgstr "Url rewrite funziona correttamente" -#: ../../mod/settings.php:1027 +#: ../../mod/setup.php:602 msgid "" -"Very Public - extremely permissive (should be used with caution)" -msgstr "Tutto pubblico - estremamente permissivo (da usare con cautela)" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Il file di configurazione del database \".htconfig.php\" non puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito." -#: ../../mod/settings.php:1028 +#: ../../mod/setup.php:626 +msgid "Errors encountered creating database tables." +msgstr "La creazione delle tabelle del database ha generato errori." + +#: ../../mod/setup.php:661 +msgid "

What next

" +msgstr "

I prossimi passi

" + +#: ../../mod/setup.php:662 msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" -msgstr "Standard - contenuti normalmente pubblici, ma anche privati se necessario (simile ai social network ma con privacy migliorata)" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling." -#: ../../mod/settings.php:1029 -msgid "Private - default private, never open or public" -msgstr "Privato - contenuti normalmente privati, nulla è aperto o pubblico" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Elemento non disponibile." -#: ../../mod/settings.php:1030 -msgid "Blocked - default blocked to/from everybody" -msgstr "Bloccato - bloccato in invio e ricezione dei contenuti" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "La chiamata all'URL restituisce questo errore: %1$s" -#: ../../mod/settings.php:1032 -msgid "Allow others to tag your posts" -msgstr "Permetti ad altri di taggare i tuoi articoli" +#: ../../mod/block.php:27 ../../mod/page.php:33 +msgid "Invalid item." +msgstr "Elemento non valido." -#: ../../mod/settings.php:1032 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "Usato spesso dalla comunità per marcare contenuti inappropriati già esistenti" +#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 +msgid "Channel not found." +msgstr "Canale non trovato." -#: ../../mod/settings.php:1034 -msgid "Advanced Privacy Settings" -msgstr "Impostazioni di privacy avanzate" +#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 +#: ../../mod/page.php:81 ../../index.php:241 +msgid "Page not found." +msgstr "Pagina non trovata." -#: ../../mod/settings.php:1036 -msgid "Expire other channel content after this many days" -msgstr "Giorni dopo cui mettere in scadenza gli altri contenuti del canale" +#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 +msgid "Export Channel" +msgstr "Esporta il canale" -#: ../../mod/settings.php:1036 -msgid "0 or blank prevents expiration" -msgstr "Lascia vuoto oppure 0 per non impostare scadenze" +#: ../../mod/uexport.php:35 +msgid "" +"Export your basic channel information to a small file. This acts as a " +"backup of your connections, permissions, profile and basic data, which can " +"be used to import your data to a new hub, but\tdoes not contain your " +"content." +msgstr "Esporta le informazioni di base del tuo canale in un piccolo file. E' utile per avere un salvataggio di sicurezza dei tuoi contatti, del tuo profilo ed altri dati di base. Può essere usato per importare il tuo canale su un nuovo server, ma\tnon include i contenuti, per esempio articoli e foto." + +#: ../../mod/uexport.php:36 +msgid "Export Content" +msgstr "Esporta i contenuti" -#: ../../mod/settings.php:1037 -msgid "Maximum Friend Requests/Day:" -msgstr "Numero massimo giornaliero di richieste di amicizia:" +#: ../../mod/uexport.php:37 +msgid "" +"Export your channel information and all the content to a JSON backup. This " +"backs up all of your connections, permissions, profile data and all of your " +"content, but is generally not suitable for importing a channel to a new hub " +"as this file may be VERY large. Please be patient - it may take several " +"minutes for this download to begin." +msgstr "Esporta i dati del canale e i contenuti in un file in formato JSON. E' un salvataggio dei tuoi contatti, dei dati del profilo e anche di tutti i contenuti. Questa non è la soluzione opportuna per importare il tuo canale su un nuovo server, visto che il file potrebbe avere dimensioni NOTEVOLI. Devi pazientare - ci vorranno alcuni minuti per raccogliere i dati prima che inizi lo scaricamento." -#: ../../mod/settings.php:1037 -msgid "May reduce spam activity" -msgstr "Serve e ridurre lo spam" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Impossibile trovare delegati per questa pagina." -#: ../../mod/settings.php:1038 -msgid "Default Post Permissions" -msgstr "Permessi predefiniti per gli articoli" +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Gestione delegati per la pagina" -#: ../../mod/settings.php:1043 -msgid "Channel permissions category:" -msgstr "Categorie di permessi dei canali:" +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "I Delegati sono in grando di gestire tutti gli aspetti di questa pagina, tranne per i settaggi di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente." -#: ../../mod/settings.php:1051 -msgid "Maximum private messages per day from unknown people:" -msgstr "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Gestori attuali della pagina" -#: ../../mod/settings.php:1051 -msgid "Useful to reduce spamming" -msgstr "Serve e ridurre lo spam" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Delegati attuali della pagina" -#: ../../mod/settings.php:1054 -msgid "Notification Settings" -msgstr "Impostazioni di notifica" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Delegati potenziali" -#: ../../mod/settings.php:1055 -msgid "By default post a status message when:" -msgstr "Pubblica un messaggio di stato quando:" +#: ../../mod/delegate.php:130 ../../mod/photos.php:905 ../../mod/tagrm.php:133 +msgid "Remove" +msgstr "Rimuovi" -#: ../../mod/settings.php:1056 -msgid "accepting a friend request" -msgstr "accetto una nuova amicizia" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Aggiungi" -#: ../../mod/settings.php:1057 -msgid "joining a forum/community" -msgstr "entro a far parte di un forum" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Nessun risultato." -#: ../../mod/settings.php:1058 -msgid "making an interesting profile change" -msgstr "faccio un cambiamento interessante al mio profilo" +#: ../../mod/siteinfo.php:93 +#, php-format +msgid "Version %s" +msgstr "Versione %s" -#: ../../mod/settings.php:1059 -msgid "Send a notification email when:" -msgstr "Invia una email di notifica quando:" +#: ../../mod/siteinfo.php:114 +msgid "Installed plugins/addons/apps:" +msgstr "App e componenti installati:" -#: ../../mod/settings.php:1060 -msgid "You receive a connection request" -msgstr "Ricevi una richiesta di entrare in contatto" +#: ../../mod/siteinfo.php:127 +msgid "No installed plugins/addons/apps" +msgstr "Nessuna app o componente installato" -#: ../../mod/settings.php:1061 -msgid "Your connections are confirmed" -msgstr "I tuoi contatti sono confermati" +#: ../../mod/siteinfo.php:135 +msgid "Red" +msgstr "RedMatrix" -#: ../../mod/settings.php:1062 -msgid "Someone writes on your profile wall" -msgstr "Qualcuno scrive sulla tua bacheca" +#: ../../mod/siteinfo.php:136 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Questo è un hub di RedMatrix - una rete cooperativa e decentralizzata di siti ad elevata privacy. " -#: ../../mod/settings.php:1063 -msgid "Someone writes a followup comment" -msgstr "Qualcuno scrive un commento a un tuo articolo" +#: ../../mod/siteinfo.php:138 +msgid "Tag: " +msgstr "Tag: " -#: ../../mod/settings.php:1064 -msgid "You receive a private message" -msgstr "Ricevi un messaggio privato" +#: ../../mod/siteinfo.php:140 +msgid "Last background fetch: " +msgstr "Ultima acquisizione:" -#: ../../mod/settings.php:1065 -msgid "You receive a friend suggestion" -msgstr "Ti viene suggerito un amico" +#: ../../mod/siteinfo.php:143 +msgid "Running at web location" +msgstr "In esecuzione sull'indirizzo web" -#: ../../mod/settings.php:1066 -msgid "You are tagged in a post" -msgstr "Sei taggato in un articolo" +#: ../../mod/siteinfo.php:144 +msgid "" +"Please visit RedMatrix.me to learn more" +" about the Red Matrix." +msgstr "Visita RedMatrix.me per scoprire di più su Red Matrix." -#: ../../mod/settings.php:1067 -msgid "You are poked/prodded/etc. in a post" -msgstr "Ricevi un poke in un articolo" +#: ../../mod/siteinfo.php:145 +msgid "Bug reports and issues: please visit" +msgstr "Per segnalare bug e problemi: visita" -#: ../../mod/settings.php:1070 -msgid "Show visual notifications including:" -msgstr "Mostra queste notifiche a schermo:" +#: ../../mod/siteinfo.php:148 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com" -#: ../../mod/settings.php:1072 -msgid "Unseen matrix activity" -msgstr "Nuove attività nella rete" +#: ../../mod/siteinfo.php:150 +msgid "Site Administrators" +msgstr "Amministratori del sito" -#: ../../mod/settings.php:1073 -msgid "Unseen channel activity" -msgstr "Novità nei canali" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Impossibile creare la sorgente. Nessun canale selezionato." -#: ../../mod/settings.php:1074 -msgid "Unseen private messages" -msgstr "Nuovi messaggi privati" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Sorgente creata." -#: ../../mod/settings.php:1074 ../../mod/settings.php:1079 -#: ../../mod/settings.php:1080 ../../mod/settings.php:1081 -msgid "Recommended" -msgstr "Consigliato" +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Sorgente aggiornata." -#: ../../mod/settings.php:1075 -msgid "Upcoming events" -msgstr "Prossimi eventi" +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/settings.php:1076 -msgid "Events today" -msgstr "Eventi di oggi" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Gestisci le sorgenti dei contenuti del tuo canale." -#: ../../mod/settings.php:1077 -msgid "Upcoming birthdays" -msgstr "Prossimi compleanni" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nuova sorgente" -#: ../../mod/settings.php:1077 -msgid "Not available in all themes" -msgstr "Non disponibile in tutti i temi" +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente." -#: ../../mod/settings.php:1078 -msgid "System (personal) notifications" -msgstr "Notifiche personali dal sistema" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importa solo i contenuti che hanno queste parole (una per riga)" -#: ../../mod/settings.php:1079 -msgid "System info messages" -msgstr "Notifiche di sistema" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Lascia vuoto per importare tutti i contenuti pubblici" -#: ../../mod/settings.php:1080 -msgid "System critical alerts" -msgstr "Avvisi critici di sistema" +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:112 +msgid "Channel Name" +msgstr "Nome del canale" -#: ../../mod/settings.php:1081 -msgid "New connections" -msgstr "Nuovi contatti" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Sorgente non trovata." -#: ../../mod/settings.php:1082 -msgid "System Registrations" -msgstr "Registrazioni" +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Modifica la sorgente" -#: ../../mod/settings.php:1084 -msgid "Notify me of events this many days in advance" -msgstr "Giorni di anticipo per notificare gli eventi" +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Elimina la sorgente" -#: ../../mod/settings.php:1084 -msgid "Must be greater than 0" -msgstr "Maggiore di 0" +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Sorgente eliminata" -#: ../../mod/settings.php:1086 -msgid "Advanced Account/Page Type Settings" -msgstr "Impostazioni avanzate" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Impossibile rimuovere la sorgente." -#: ../../mod/settings.php:1087 -msgid "Change the behaviour of this account for special situations" -msgstr "Cambia il funzionamento di questo account per necessità particolari" +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Indentificativo del profilo non valido." -#: ../../mod/settings.php:1090 -msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" -msgstr "Abilita la modalità esperto per fare cambiamenti! (in Impostazioni > Funzionalità opzionali)" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Modifica la visibilità del profilo" -#: ../../mod/settings.php:1091 -msgid "Miscellaneous Settings" -msgstr "Impostazioni varie" +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." -#: ../../mod/settings.php:1093 -msgid "Personal menu to display in your channel pages" -msgstr "Menu personale da mostrare sulle pagine del tuo canale" +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Visibile a" -#: ../../mod/settings.php:1094 -msgid "Remove this channel" -msgstr "Elimina questo canale" +#: ../../mod/profperm.php:139 ../../mod/connections.php:279 +msgid "All Connections" +msgstr "Tutti i contatti" #: ../../mod/events.php:81 msgid "Event can not end before it has started." @@ -5115,7 +5252,7 @@ msgstr "Posizione geografica" msgid "You must be logged in to see this page." msgstr "Devi aver effettuato l'accesso per vedere questa pagina." -#: ../../mod/channel.php:86 +#: ../../mod/channel.php:87 msgid "Insufficient permissions. Request redirected to profile page." msgstr "Permessi insufficienti. Sarà visualizzata la pagina del profilo." @@ -5176,53 +5313,6 @@ msgstr "Nome dell'area chat" msgid "%1$s's Chatrooms" msgstr "Le aree chat di %1$s" -#: ../../mod/siteinfo.php:92 -#, php-format -msgid "Version %s" -msgstr "Versione %s" - -#: ../../mod/siteinfo.php:113 -msgid "Installed plugins/addons/apps:" -msgstr "App e componenti installati:" - -#: ../../mod/siteinfo.php:126 -msgid "No installed plugins/addons/apps" -msgstr "Nessuna app o componente installato" - -#: ../../mod/siteinfo.php:134 -msgid "Red" -msgstr "RedMatrix" - -#: ../../mod/siteinfo.php:135 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralized privacy enhanced websites." -msgstr "Questo è un hub di RedMatrix - una rete cooperativa e decentralizzata di siti ad elevata privacy. " - -#: ../../mod/siteinfo.php:139 -msgid "Running at web location" -msgstr "In esecuzione sull'indirizzo web" - -#: ../../mod/siteinfo.php:140 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." -msgstr "Visita GetZot.com per scoprire il progetto RedMatrix." - -#: ../../mod/siteinfo.php:141 -msgid "Bug reports and issues: please visit" -msgstr "Per segnalare bug e problemi: visita" - -#: ../../mod/siteinfo.php:144 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com" - -#: ../../mod/siteinfo.php:146 -msgid "Site Administrators" -msgstr "Amministratori del sito" - #: ../../mod/chatsvc.php:111 msgid "Away" msgstr "Assente" @@ -5235,48 +5325,38 @@ msgstr "Online" msgid "Please login." msgstr "Effettua l'accesso." -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" -msgstr "Continua" - -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" -msgstr "Canale premium - installazione" - -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" -msgstr "Abilita le restrizioni del canale premium" +#: ../../mod/editpost.php:20 ../../mod/editblock.php:79 +#: ../../mod/editblock.php:95 ../../mod/editlayout.php:78 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "Elemento non trovato" -#: ../../mod/connect.php:88 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Scrivi le condizioni d'uso e le restrizioni di questo canale, come per esempio le linee guida, il sistema di pagamento, ecc." +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "L'elemento non è modificabile" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:" +#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 +msgid "Edit post" +msgstr "Modifica articolo" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Il testo seguente comparirà a chi vorrà seguire il canale:" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Eliminare questo elemento?" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina." +#: ../../mod/editpost.php:116 ../../mod/editblock.php:147 +#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:178 +msgid "Insert YouTube video" +msgstr "Inserisci video da YouTube" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Il gestore del canale non ha fornito istruzioni specifiche)" +#: ../../mod/editpost.php:117 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:179 +msgid "Insert Vorbis [.ogg] video" +msgstr "Inserisci video Vorbis [.ogg]" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" -msgstr "Canale premium - con restrizioni" +#: ../../mod/editpost.php:118 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:180 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Inserisci audio Vorbis [.ogg]" #: ../../mod/removeme.php:29 msgid "" @@ -5350,54 +5430,78 @@ msgstr "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)" msgid "Authenticate" msgstr "Autenticazione" -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "Mi piace/Non mi piace" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Nessun account valido trovato." -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "Questa funzionalità è riservata agli iscritti." +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email." -#: ../../mod/like.php:21 -msgid "" -"Please login with your RedMatrix ID or register as a new RedMatrix member to continue." -msgstr "Per favore accedi con il tuo identificativo RedMatrix o registrati su RedMatrix per continuare." +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Utente del sito (%s)" -#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 -msgid "Invalid request." -msgstr "Richiesta non valida." +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "È stato richiesto di reimpostare password su %s" -#: ../../mod/like.php:119 -msgid "thing" -msgstr "oggetto" +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non sarà reimpostata." -#: ../../mod/like.php:165 -msgid "Channel unavailable." -msgstr "Canale non trovato." +#: ../../mod/lostpass.php:85 ../../boot.php:1548 +msgid "Password Reset" +msgstr "Reimposta la password" -#: ../../mod/like.php:204 -msgid "Previous action reversed." -msgstr "Il comando precedente è stato annullato." +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "La password è stata reimpostata come richiesto." -#: ../../mod/like.php:422 -msgid "Action completed." -msgstr "Comando completato." +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "La tua nuova password è" -#: ../../mod/like.php:423 -msgid "Thank you." -msgstr "Grazie." +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Salva o copia la tua nuova password, quindi" -#: ../../mod/post.php:229 +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "clicca qui per accedere" + +#: ../../mod/lostpass.php:90 msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "L'autenticazione magica dal tuo sito non è disponibile. Hai accesso solamente a questo sito. Puoi provare a disconnetterti per tentare di nuovo." +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Puoi cambiare la tua password dalla pagina delle Impostazioni dopo aver effettuato l'accesso." -#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:180 +#: ../../mod/lostpass.php:107 #, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Ciao %s. L'autenticazione magica è avvenuta con successo." +msgid "Your password has changed at %s" +msgstr "La tua password su %s è cambiata" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Hai dimenticato la password?" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Inserisci il tuo indirizzo email per reimpostare la password. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare." + +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "Indirizzo email" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Reimposta" #: ../../mod/connections.php:37 ../../mod/connedit.php:64 msgid "Could not access contact record." @@ -5492,13 +5596,17 @@ msgstr "Cerca tra i contatti" msgid "Finding: " msgstr "Ricerca: " -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "Errore del protocollo OpenID. Nessun ID ricevuto in risposta." +#: ../../mod/ping.php:265 +msgid "sent you a private message" +msgstr "ti ha inviato un messaggio privato" -#: ../../mod/rpost.php:97 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "Modifica articolo" +#: ../../mod/ping.php:316 +msgid "added your channel" +msgstr "ha aggiunto il tuo canale" + +#: ../../mod/ping.php:357 +msgid "posted an event" +msgstr "ha creato un evento" #: ../../mod/connedit.php:189 msgid "is now connected to" @@ -5810,135 +5918,218 @@ msgid "" "Replies/likes to your public posts may still be visible" msgstr "Le risposte ai tuoi articoli pubblici potrebbero restare comunque visibili" -#: ../../mod/thing.php:96 -msgid "Thing updated" -msgstr "L'oggetto è stato aggiornato" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Impossibile associare un destinatario." -#: ../../mod/thing.php:156 -msgid "Object store: failed" -msgstr "Impossibile memorizzare l'oggetto." +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Impossibile comunicare con il canale richiesto." -#: ../../mod/thing.php:160 -msgid "Thing added" -msgstr "L'oggetto è stato aggiunto" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Impossibile verificare il canale richiesto." -#: ../../mod/thing.php:180 +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Il canale ha delle regole restrittive per la ricezione dei messaggi privati. Invio fallito." + +#: ../../mod/mail.php:136 +msgid "Message deleted." +msgstr "Messaggio eliminato." + +#: ../../mod/mail.php:153 +msgid "Message recalled." +msgstr "Messaggio revocato." + +#: ../../mod/mail.php:222 +msgid "Send Private Message" +msgstr "Invia un messaggio privato" + +#: ../../mod/mail.php:223 ../../mod/mail.php:340 +msgid "To:" +msgstr "A:" + +#: ../../mod/mail.php:228 ../../mod/mail.php:342 +msgid "Subject:" +msgstr "Oggetto:" + +#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/invite.php:131 +msgid "Your message:" +msgstr "Il tuo messaggio:" + +#: ../../mod/mail.php:239 +msgid "Send" +msgstr "Invia" + +#: ../../mod/mail.php:266 +msgid "Message not found." +msgstr "Messaggio non trovato." + +#: ../../mod/mail.php:309 +msgid "Delete message" +msgstr "Elimina il messaggio" + +#: ../../mod/mail.php:310 +msgid "Recall message" +msgstr "Revoca il messaggio" + +#: ../../mod/mail.php:312 +msgid "Message has been recalled." +msgstr "Il messaggio è stato revocato." + +#: ../../mod/mail.php:329 +msgid "Private Conversation" +msgstr "Conversazione privata" + +#: ../../mod/mail.php:333 ../../mod/message.php:72 +msgid "Delete conversation" +msgstr "Elimina la conversazione" + +#: ../../mod/mail.php:335 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Non è disponibile alcuna tecnologia per comunicare in modo sicuro. Se possibile, prova a rispondere direttamente dalla pagina del profilo del mittente." + +#: ../../mod/mail.php:339 +msgid "Send Reply" +msgstr "Invia la risposta" + +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "Impossibile ottenere informazioni sul proprietario della pagina." + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Album non trovato." + +#: ../../mod/photos.php:119 ../../mod/photos.php:672 +msgid "Delete Album" +msgstr "Elimina album" + +#: ../../mod/photos.php:159 ../../mod/photos.php:958 +msgid "Delete Photo" +msgstr "Elimina foto" + +#: ../../mod/photos.php:469 +msgid "No photos selected" +msgstr "Nessuna foto selezionata" + +#: ../../mod/photos.php:513 +msgid "Access to this item is restricted." +msgstr "Questo elemento non è visibile a tutti." + +#: ../../mod/photos.php:552 #, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile." -#: ../../mod/thing.php:232 -msgid "Show Thing" -msgstr "Mostra l'oggetto" +#: ../../mod/photos.php:555 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "Hai usato %1$.2f Mb del tuo spazio disponibile." -#: ../../mod/thing.php:239 -msgid "item not found." -msgstr "non trovato." +#: ../../mod/photos.php:579 +msgid "Upload Photos" +msgstr "Carica foto" -#: ../../mod/thing.php:270 -msgid "Edit Thing" -msgstr "Modifica l'oggetto" +#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:943 +msgid "Enter a new album name" +msgstr "Inserisci il nome di un nuovo album" -#: ../../mod/thing.php:272 ../../mod/thing.php:319 -msgid "Select a profile" -msgstr "Scegli un profilo" +#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:944 +msgid "or select an existing one (doubleclick)" +msgstr "o seleziona uno esistente (doppio click)" -#: ../../mod/thing.php:276 ../../mod/thing.php:322 -msgid "Post an activity" -msgstr "Pubblica un'attività" +#: ../../mod/photos.php:585 +msgid "Do not show a status post for this upload" +msgstr "Non creare un messaggio di stato per questo caricamento" -#: ../../mod/thing.php:276 ../../mod/thing.php:322 -msgid "Only sends to viewers of the applicable profile" -msgstr "Invia solo a chi segue il relativo canale" +#: ../../mod/photos.php:613 +msgid "Album name could not be decoded" +msgstr "Non è stato possibile leggere il nome dell'album" -#: ../../mod/thing.php:278 ../../mod/thing.php:324 -msgid "Name of thing e.g. something" -msgstr "Nome dell'oggetto" +#: ../../mod/photos.php:654 ../../mod/photos.php:1167 +#: ../../mod/photos.php:1183 +msgid "Contact Photos" +msgstr "Foto dei contatti" -#: ../../mod/thing.php:280 ../../mod/thing.php:325 -msgid "URL of thing (optional)" -msgstr "Indirizzo web dell'oggetto (opzionale)" +#: ../../mod/photos.php:678 +msgid "Show Newest First" +msgstr "Prima i più recenti" -#: ../../mod/thing.php:282 ../../mod/thing.php:326 -msgid "URL for photo of thing (optional)" -msgstr "Indirizzo di un'immagine dell'oggetto (facoltativo)" +#: ../../mod/photos.php:680 +msgid "Show Oldest First" +msgstr "Prima i più vecchi" -#: ../../mod/thing.php:317 -msgid "Add Thing to your Profile" -msgstr "Aggiungi l'oggetto al tuo profilo" +#: ../../mod/photos.php:707 ../../mod/photos.php:1215 +msgid "View Photo" +msgstr "Guarda la foto" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Nessun account valido trovato." +#: ../../mod/photos.php:736 +msgid "Edit Album" +msgstr "Modifica album" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email." +#: ../../mod/photos.php:781 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permesso negato. L'accesso a questo elemento può essere stato limitato." -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Utente del sito (%s)" +#: ../../mod/photos.php:783 +msgid "Photo not available" +msgstr "Foto non disponibile" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "È stato richiesto di reimpostare password su %s" +#: ../../mod/photos.php:841 +msgid "Use as profile photo" +msgstr "Usa come foto del profilo" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non sarà reimpostata." +#: ../../mod/photos.php:848 +msgid "Private Photo" +msgstr "Foto privata" -#: ../../mod/lostpass.php:85 ../../boot.php:1537 -msgid "Password Reset" -msgstr "Reimposta la password" +#: ../../mod/photos.php:863 +msgid "View Full Size" +msgstr "Vedi nelle dimensioni originali" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "La password è stata reimpostata come richiesto." +#: ../../mod/photos.php:937 +msgid "Edit photo" +msgstr "Modifica la foto" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "La tua nuova password è" +#: ../../mod/photos.php:939 +msgid "Rotate CW (right)" +msgstr "Ruota (senso orario)" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Salva o copia la tua nuova password, quindi" +#: ../../mod/photos.php:940 +msgid "Rotate CCW (left)" +msgstr "Ruota (senso antiorario)" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "clicca qui per accedere" +#: ../../mod/photos.php:947 +msgid "Caption" +msgstr "Titolo" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Puoi cambiare la tua password dalla pagina delle Impostazioni dopo aver effettuato l'accesso." +#: ../../mod/photos.php:949 +msgid "Add a Tag" +msgstr "Aggiungi tag" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "La tua password su %s è cambiata" +#: ../../mod/photos.php:953 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Hai dimenticato la password?" +#: ../../mod/photos.php:956 +msgid "Flag as adult in album view" +msgstr "Marca come 'per adulti'" -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Inserisci il tuo indirizzo email per reimpostare la password. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare." +#: ../../mod/photos.php:1133 +msgid "In This Photo:" +msgstr "In questa foto:" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "Indirizzo email" +#: ../../mod/photos.php:1221 +msgid "View Album" +msgstr "Guarda l'album" -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Reimposta" +#: ../../mod/photos.php:1244 +msgid "Recent Photos" +msgstr "Foto recenti" #: ../../mod/bookmarks.php:38 msgid "Bookmark added" @@ -5960,444 +6151,488 @@ msgstr "Questo sito non è un server di elenchi pubblici" msgid "RedMatrix - Guests: Username: {your email address}, Password: +++" msgstr "Accesso a Red Matrix. {Inserisci l'email con cui sei registrato e la password.}" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 -#: ../../mod/profiles.php:222 ../../mod/profiles.php:565 -msgid "Profile not found." -msgstr "Profilo non trovato." +#: ../../mod/acl.php:245 +msgid "network" +msgstr "rete" -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profilo eliminato." +#: ../../mod/blocks.php:99 +msgid "Block Name" +msgstr "Nome del riquadro" -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Profilo-" +#: ../../mod/editblock.php:115 +msgid "Edit Block" +msgstr "Modifica il riquadro" -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "Il nuovo profilo è stato creato." +#: ../../mod/editblock.php:125 +msgid "Delete block?" +msgstr "Vuoi eliminare questo riquadro?" -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "Impossibile duplicare il profilo." +#: ../../mod/editblock.php:183 +msgid "Delete Block" +msgstr "Elimina il riquadro" -#: ../../mod/profiles.php:136 -msgid "Profile unavailable to export." -msgstr "Il profilo non è disponibile per l'export." +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout aggiornato." -#: ../../mod/profiles.php:232 -msgid "Profile Name is required." -msgstr "Il nome del profilo è obbligatorio ." +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Modifica i layout di sistema" -#: ../../mod/profiles.php:378 -msgid "Marital Status" -msgstr "Stato sentimentale" +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout non trovato." -#: ../../mod/profiles.php:382 -msgid "Romantic Partner" -msgstr "Partner affettivo" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Nome del modulo:" -#: ../../mod/profiles.php:386 -msgid "Likes" -msgstr "Mi piace" +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:107 +msgid "Layout Help" +msgstr "Guida al layout" -#: ../../mod/profiles.php:390 -msgid "Dislikes" -msgstr "Non mi piace" +#: ../../mod/editlayout.php:108 +msgid "Edit Layout" +msgstr "Modifica il layout" -#: ../../mod/profiles.php:394 -msgid "Work/Employment" -msgstr "Lavoro/impiego" +#: ../../mod/editlayout.php:117 +msgid "Delete layout?" +msgstr "Vuoi eliminare questo layout?" -#: ../../mod/profiles.php:397 -msgid "Religion" -msgstr "Religione" +#: ../../mod/editlayout.php:178 +msgid "Delete Layout" +msgstr "Elimina il layout" + +#: ../../mod/home.php:48 +msgid "Red Matrix - "The Network"" +msgstr "RedMatrix - "La tua rete"" + +#: ../../mod/home.php:101 +#, php-format +msgid "Welcome to %s" +msgstr "%s ti dà il benvenuto" + +#: ../../mod/editwebpage.php:140 +msgid "Edit Webpage" +msgstr "Modifica la pagina web" + +#: ../../mod/editwebpage.php:150 +msgid "Delete webpage?" +msgstr "Vuoi eliminare questa pagina web?" + +#: ../../mod/editwebpage.php:215 +msgid "Delete Webpage" +msgstr "Elimina la pagina web" -#: ../../mod/profiles.php:401 -msgid "Political Views" -msgstr "Orientamento politico" +#: ../../mod/impel.php:33 +msgid "webpage" +msgstr "pagina web" -#: ../../mod/profiles.php:405 -msgid "Gender" -msgstr "Sesso" +#: ../../mod/impel.php:38 +msgid "block" +msgstr "riquadro" -#: ../../mod/profiles.php:409 -msgid "Sexual Preference" -msgstr "Preferenze sessuali" +#: ../../mod/impel.php:43 +msgid "layout" +msgstr "layout" -#: ../../mod/profiles.php:413 -msgid "Homepage" -msgstr "Home page" +#: ../../mod/impel.php:117 +#, php-format +msgid "%s element installed" +msgstr "%s elemento installato" -#: ../../mod/profiles.php:417 -msgid "Interests" -msgstr "Interessi" +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla." -#: ../../mod/profiles.php:421 ../../mod/admin.php:866 -msgid "Address" -msgstr "Indirizzo" +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Il ridimensionamento dell'immagine è fallito." -#: ../../mod/profiles.php:511 -msgid "Profile updated." -msgstr "Profilo aggiornato." +#: ../../mod/profile_photo.php:205 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente." -#: ../../mod/profiles.php:590 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?" +#: ../../mod/profile_photo.php:232 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "La dimensione dell'immagine supera il limite di %d" -#: ../../mod/profiles.php:632 -msgid "Edit Profile Details" -msgstr "Modifica i dettagli del profilo" +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "Impossibile elaborare l'immagine." -#: ../../mod/profiles.php:634 -msgid "View this profile" -msgstr "Guarda questo profilo" +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "Foto non disponibile." -#: ../../mod/profiles.php:636 -msgid "Change Profile Photo" -msgstr "Cambia la foto del profilo" +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Carica un file:" -#: ../../mod/profiles.php:637 -msgid "Create a new profile using these settings" -msgstr "Crea un nuovo profilo usando queste impostazioni" +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "Seleziona un profilo:" -#: ../../mod/profiles.php:638 -msgid "Clone this profile" -msgstr "Clona questo profilo" +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Carica la foto del profilo" -#: ../../mod/profiles.php:639 -msgid "Delete this profile" -msgstr "Elimina questo profilo" +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "salta questo passaggio" -#: ../../mod/profiles.php:641 -msgid "Import profile from file" -msgstr "Importa il profilo da un file" +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" +msgstr "seleziona una foto dai tuoi album" -#: ../../mod/profiles.php:642 -msgid "Export profile to file" -msgstr "Esporta il profilo in un file" +#: ../../mod/profile_photo.php:381 +msgid "Crop Image" +msgstr "Ritaglia immagine" -#: ../../mod/profiles.php:643 -msgid "Profile Name:" -msgstr "Nome del profilo:" +#: ../../mod/profile_photo.php:382 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Ritaglia l'immagine per migliorarne la visualizzazione." -#: ../../mod/profiles.php:644 -msgid "Your Full Name:" -msgstr "Il tuo nome completo:" +#: ../../mod/profile_photo.php:384 +msgid "Done Editing" +msgstr "Modifica terminata" -#: ../../mod/profiles.php:645 -msgid "Title/Description:" -msgstr "Titolo/descrizione:" +#: ../../mod/profile_photo.php:427 +msgid "Image uploaded successfully." +msgstr "Immagine caricata con successo." -#: ../../mod/profiles.php:646 -msgid "Your Gender:" -msgstr "Sesso:" +#: ../../mod/profile_photo.php:429 +msgid "Image upload failed." +msgstr "Il caricamento dell'immagine è fallito." -#: ../../mod/profiles.php:647 -msgid "Birthday :" -msgstr "Compleanno:" +#: ../../mod/profile_photo.php:438 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Il ridimensionamento del'immagine [%s] è fallito." -#: ../../mod/profiles.php:648 -msgid "Street Address:" -msgstr "Indirizzo (via/piazza):" +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Mi piace/Non mi piace" -#: ../../mod/profiles.php:649 -msgid "Locality/City:" -msgstr "Località:" +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Questa funzionalità è riservata agli iscritti." -#: ../../mod/profiles.php:650 -msgid "Postal/Zip Code:" -msgstr "CAP:" +#: ../../mod/like.php:21 +msgid "" +"Please login with your RedMatrix ID or register as a new RedMatrix member to continue." +msgstr "Per favore accedi con il tuo identificativo RedMatrix o registrati su RedMatrix per continuare." -#: ../../mod/profiles.php:651 -msgid "Country:" -msgstr "Nazione:" +#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 +msgid "Invalid request." +msgstr "Richiesta non valida." -#: ../../mod/profiles.php:652 -msgid "Region/State:" -msgstr "Regione/stato:" +#: ../../mod/like.php:119 +msgid "thing" +msgstr "oggetto" -#: ../../mod/profiles.php:653 -msgid " Marital Status:" -msgstr " Stato sentimentale:" +#: ../../mod/like.php:165 +msgid "Channel unavailable." +msgstr "Canale non trovato." -#: ../../mod/profiles.php:654 -msgid "Who: (if applicable)" -msgstr "Con chi: (se possibile)" +#: ../../mod/like.php:204 +msgid "Previous action reversed." +msgstr "Il comando precedente è stato annullato." -#: ../../mod/profiles.php:655 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Per esempio: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/like.php:422 +msgid "Action completed." +msgstr "Comando completato." -#: ../../mod/profiles.php:656 -msgid "Since [date]:" -msgstr "dal [data]:" +#: ../../mod/like.php:423 +msgid "Thank you." +msgstr "Grazie." -#: ../../mod/profiles.php:658 -msgid "Homepage URL:" -msgstr "Indirizzo home page:" +#: ../../mod/help.php:41 ../../mod/help.php:47 ../../mod/help.php:53 +msgid "Help:" +msgstr "Guida:" -#: ../../mod/profiles.php:661 -msgid "Religious Views:" -msgstr "Orientamento religioso:" +#: ../../mod/help.php:67 ../../index.php:238 +msgid "Not Found" +msgstr "Non disponibile" -#: ../../mod/profiles.php:662 -msgid "Keywords:" -msgstr "Parole chiave, tag:" +#: ../../mod/thing.php:96 +msgid "Thing updated" +msgstr "L'oggetto è stato aggiornato" -#: ../../mod/profiles.php:665 -msgid "Example: fishing photography software" -msgstr "Per esempio: pesca fotografia programmazione" +#: ../../mod/thing.php:156 +msgid "Object store: failed" +msgstr "Impossibile memorizzare l'oggetto." -#: ../../mod/profiles.php:666 -msgid "Used in directory listings" -msgstr "Visibile nell'elenco pubblico di canali" +#: ../../mod/thing.php:160 +msgid "Thing added" +msgstr "L'oggetto è stato aggiunto" -#: ../../mod/profiles.php:667 -msgid "Tell us about yourself..." -msgstr "Raccontaci di te..." +#: ../../mod/thing.php:180 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/profiles.php:668 -msgid "Hobbies/Interests" -msgstr "Hobby/interessi" +#: ../../mod/thing.php:232 +msgid "Show Thing" +msgstr "Mostra l'oggetto" -#: ../../mod/profiles.php:669 -msgid "Contact information and Social Networks" -msgstr "Contatti personali e i tuoi social network" +#: ../../mod/thing.php:239 +msgid "item not found." +msgstr "non trovato." -#: ../../mod/profiles.php:670 -msgid "My other channels" -msgstr "I miei altri canali" +#: ../../mod/thing.php:270 +msgid "Edit Thing" +msgstr "Modifica l'oggetto" -#: ../../mod/profiles.php:671 -msgid "Musical interests" -msgstr "Interessi musicali" +#: ../../mod/thing.php:272 ../../mod/thing.php:319 +msgid "Select a profile" +msgstr "Scegli un profilo" -#: ../../mod/profiles.php:672 -msgid "Books, literature" -msgstr "Libri, letteratura" +#: ../../mod/thing.php:276 ../../mod/thing.php:322 +msgid "Post an activity" +msgstr "Pubblica un'attività" -#: ../../mod/profiles.php:673 -msgid "Television" -msgstr "Televisione" +#: ../../mod/thing.php:276 ../../mod/thing.php:322 +msgid "Only sends to viewers of the applicable profile" +msgstr "Invia solo a chi segue il relativo canale" -#: ../../mod/profiles.php:674 -msgid "Film/dance/culture/entertainment" -msgstr "Film/danza/cultura/intrattenimento" +#: ../../mod/thing.php:278 ../../mod/thing.php:324 +msgid "Name of thing e.g. something" +msgstr "Nome dell'oggetto" -#: ../../mod/profiles.php:675 -msgid "Love/romance" -msgstr "Amore" +#: ../../mod/thing.php:280 ../../mod/thing.php:325 +msgid "URL of thing (optional)" +msgstr "Indirizzo web dell'oggetto (opzionale)" -#: ../../mod/profiles.php:676 -msgid "Work/employment" -msgstr "Lavoro/impiego" +#: ../../mod/thing.php:282 ../../mod/thing.php:326 +msgid "URL for photo of thing (optional)" +msgstr "Indirizzo di un'immagine dell'oggetto (facoltativo)" -#: ../../mod/profiles.php:677 -msgid "School/education" -msgstr "Scuola/educazione" +#: ../../mod/thing.php:317 +msgid "Add Thing to your Profile" +msgstr "Aggiungi l'oggetto al tuo profilo" -#: ../../mod/profiles.php:683 -msgid "This is your default profile." -msgstr "Questo è il tuo profilo predefinito." +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Contatto non trovato." -#: ../../mod/profiles.php:694 ../../mod/directory.php:188 -msgid "Age: " -msgstr "Età:" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Suggerimento di amicizia inviato." -#: ../../mod/profiles.php:737 -msgid "Edit/Manage Profiles" -msgstr "Modifica/gestisci i profili" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Suggerisci amici" -#: ../../mod/profiles.php:738 -msgid "Add profile things" -msgstr "Aggiungi oggetti al profilo" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Suggerisci un amico a %s" -#: ../../mod/profiles.php:739 -msgid "Include desirable objects in your profile" -msgstr "Aggiungi oggetti interessanti al tuo profilo" +#: ../../mod/filestorage.php:76 +msgid "Permission Denied." +msgstr "Permesso negato." -#: ../../mod/editblock.php:79 ../../mod/editblock.php:95 -#: ../../mod/editlayout.php:78 ../../mod/editpost.php:20 -#: ../../mod/editwebpage.php:77 -msgid "Item not found" -msgstr "Elemento non trovato" +#: ../../mod/filestorage.php:92 +msgid "File not found." +msgstr "File non trovato." -#: ../../mod/editblock.php:115 -msgid "Edit Block" -msgstr "Modifica il riquadro" +#: ../../mod/filestorage.php:131 +msgid "Edit file permissions" +msgstr "Modifica i permessi del file" -#: ../../mod/editblock.php:125 -msgid "Delete block?" -msgstr "Vuoi eliminare questo riquadro?" +#: ../../mod/filestorage.php:140 +msgid "Set/edit permissions" +msgstr "Modifica i permessi" -#: ../../mod/editblock.php:147 ../../mod/editlayout.php:143 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:178 -msgid "Insert YouTube video" -msgstr "Inserisci video da YouTube" +#: ../../mod/filestorage.php:141 +msgid "Include all files and sub folders" +msgstr "Includi tutti i file e le sottocartelle" -#: ../../mod/editblock.php:148 ../../mod/editlayout.php:144 -#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:179 -msgid "Insert Vorbis [.ogg] video" -msgstr "Inserisci video Vorbis [.ogg]" +#: ../../mod/filestorage.php:142 +msgid "Return to file list" +msgstr "Torna all'elenco dei file" -#: ../../mod/editblock.php:149 ../../mod/editlayout.php:145 -#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:180 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Inserisci audio Vorbis [.ogg]" +#: ../../mod/filestorage.php:144 +msgid "Copy/paste this code to attach file to a post" +msgstr "Copia/incolla questo codice per far comparire il file in un articolo" -#: ../../mod/editblock.php:183 -msgid "Delete Block" -msgstr "Elimina il riquadro" +#: ../../mod/filestorage.php:145 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Copia/incolla questo indirizzo in una pagina web per avere un link al file" -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "Layout aggiornato." +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" +msgstr "Continua" -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "Modifica i layout di sistema" +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" +msgstr "Canale premium - installazione" -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "Layout non trovato." +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" +msgstr "Abilita le restrizioni del canale premium" -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "Nome del modulo:" +#: ../../mod/connect.php:88 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Scrivi le condizioni d'uso e le restrizioni di questo canale, come per esempio le linee guida, il sistema di pagamento, ecc." -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:107 -msgid "Layout Help" -msgstr "Guida al layout" +#: ../../mod/connect.php:90 ../../mod/connect.php:110 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:" -#: ../../mod/editlayout.php:108 -msgid "Edit Layout" -msgstr "Modifica il layout" +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Il testo seguente comparirà a chi vorrà seguire il canale:" -#: ../../mod/editlayout.php:117 -msgid "Delete layout?" -msgstr "Vuoi eliminare questo layout?" +#: ../../mod/connect.php:92 ../../mod/connect.php:113 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina." -#: ../../mod/editlayout.php:178 -msgid "Delete Layout" -msgstr "Elimina il layout" +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Il gestore del canale non ha fornito istruzioni specifiche)" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "L'elemento non è modificabile" +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" +msgstr "Canale premium - con restrizioni" -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Eliminare questo elemento?" +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "- scegli -" -#: ../../mod/help.php:41 ../../mod/help.php:47 ../../mod/help.php:53 -msgid "Help:" -msgstr "Guida:" +#: ../../mod/locs.php:19 ../../mod/locs.php:46 +msgid "Location not found." +msgstr "Indirizzo non trovato." -#: ../../mod/help.php:67 ../../index.php:238 -msgid "Not Found" -msgstr "Non disponibile" +#: ../../mod/locs.php:50 +msgid "Primary location cannot be removed." +msgstr "L'indirizzo principale non può essere rimosso." -#: ../../mod/editwebpage.php:140 -msgid "Edit Webpage" -msgstr "Modifica la pagina web" +#: ../../mod/locs.php:82 +msgid "No locations found." +msgstr "Nessun indirizzo trovato." -#: ../../mod/editwebpage.php:150 -msgid "Delete webpage?" -msgstr "Vuoi eliminare questa pagina web?" +#: ../../mod/locs.php:95 +msgid "Manage Channel Locations" +msgstr "Modifica gli indirizzi del canale" -#: ../../mod/editwebpage.php:215 -msgid "Delete Webpage" -msgstr "Elimina la pagina web" +#: ../../mod/locs.php:96 +msgid "Location (address)" +msgstr "Indirizzo" -#: ../../mod/impel.php:33 -msgid "webpage" -msgstr "pagina web" +#: ../../mod/locs.php:97 +msgid "Primary Location" +msgstr "Indirizzo primario" -#: ../../mod/impel.php:38 -msgid "block" -msgstr "riquadro" +#: ../../mod/locs.php:98 +msgid "Drop location" +msgstr "Elimina un indirizzo" -#: ../../mod/impel.php:43 -msgid "layout" -msgstr "layout" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Canale aggiunto." -#: ../../mod/impel.php:117 +#: ../../mod/import.php:25 #, php-format -msgid "%s element installed" -msgstr "%s elemento installato" +msgid "Your service plan only allows %d channels." +msgstr "Il tuo account permette di creare al massimo %d canali." -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." -msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla." +#: ../../mod/import.php:51 +msgid "Nothing to import." +msgstr "Non c'è niente da importare." -#: ../../mod/profile_photo.php:161 -msgid "Image resize failed." -msgstr "Il ridimensionamento dell'immagine è fallito." +#: ../../mod/import.php:75 +msgid "Unable to download data from old server" +msgstr "Impossibile importare i dati dal vecchio server" -#: ../../mod/profile_photo.php:205 +#: ../../mod/import.php:81 +msgid "Imported file is empty." +msgstr "Il file da importare è vuoto." + +#: ../../mod/import.php:106 msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente." +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "Non posso creare un canale con un identificativo che già esiste su questo sistema. L'importazione è fallita." -#: ../../mod/profile_photo.php:232 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "La dimensione dell'immagine supera il limite di %d" +#: ../../mod/import.php:127 +msgid "Unable to create a unique channel address. Import failed." +msgstr "Impossibile creare un indirizzo univoco per il canale. L'import è fallito." -#: ../../mod/profile_photo.php:241 -msgid "Unable to process image." -msgstr "Impossibile elaborare l'immagine." +#: ../../mod/import.php:147 +msgid "Channel clone failed. Import failed." +msgstr "Impossibile clonare il canale. L'importazione è fallita." + +#: ../../mod/import.php:157 +msgid "Cloned channel not found. Import failed." +msgstr "Impossibile trovare il canale clonato. L'importazione è fallita." -#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 -msgid "Photo not available." -msgstr "Foto non disponibile." +#: ../../mod/import.php:475 +msgid "Import completed." +msgstr "L'importazione è terminata con successo!" -#: ../../mod/profile_photo.php:358 -msgid "Upload File:" -msgstr "Carica un file:" +#: ../../mod/import.php:487 +msgid "You must be logged in to use this feature." +msgstr "Per questa funzionalità devi aver effettuato l'accesso." -#: ../../mod/profile_photo.php:359 -msgid "Select a profile:" -msgstr "Seleziona un profilo:" +#: ../../mod/import.php:492 +msgid "Import Channel" +msgstr "Importa un canale" -#: ../../mod/profile_photo.php:360 -msgid "Upload Profile Photo" -msgstr "Carica la foto del profilo" +#: ../../mod/import.php:493 +msgid "" +"Use this form to import an existing channel from a different server/hub. You" +" may retrieve the channel identity from the old server/hub via the network " +"or provide an export file. Only identity and connections/relationships will " +"be imported. Importation of content is not yet available." +msgstr "Usa questo modulo per importare un tuo canale da un altro server/hub. Puoi scaricare i dati identificativi del canale direttamente dall'altro server/hub oppure tramite un file che hai esportato. Saranno importati solamente l'identità e i contatti. L'importazione dei contenuti non è ancora disponibile." -#: ../../mod/profile_photo.php:365 -msgid "skip this step" -msgstr "salta questo passaggio" +#: ../../mod/import.php:494 +msgid "File to Upload" +msgstr "File da caricare" -#: ../../mod/profile_photo.php:365 -msgid "select a photo from your photo albums" -msgstr "seleziona una foto dai tuoi album" +#: ../../mod/import.php:495 +msgid "Or provide the old server/hub details" +msgstr "Oppure fornisci i dettagli del vecchio server/hub" -#: ../../mod/profile_photo.php:381 -msgid "Crop Image" -msgstr "Ritaglia immagine" +#: ../../mod/import.php:496 +msgid "Your old identity address (xyz@example.com)" +msgstr "Il tuo vecchio identificativo (per esempio pippo@esempio.com)" -#: ../../mod/profile_photo.php:382 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Ritaglia l'immagine per migliorarne la visualizzazione." +#: ../../mod/import.php:497 +msgid "Your old login email address" +msgstr "L'email che usavi per accedere sul vecchio server" -#: ../../mod/profile_photo.php:384 -msgid "Done Editing" -msgstr "Modifica terminata" +#: ../../mod/import.php:498 +msgid "Your old login password" +msgstr "La password per il vecchio server" -#: ../../mod/profile_photo.php:427 -msgid "Image uploaded successfully." -msgstr "Immagine caricata con successo." +#: ../../mod/import.php:499 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be" +" able to post from either location, but only one can be marked as the " +"primary location for files, photos, and media." +msgstr "Scegli se vuoi spostare il tuo indirizzo primario su questo server, oppure se preferisci che quello vecchio resti tale. Potrai pubblicare da entrambi i server, ma solamente uno sarà indicato come posizione in cui risiedono i tuoi file, foto, ecc." -#: ../../mod/profile_photo.php:429 -msgid "Image upload failed." -msgstr "Il caricamento dell'immagine è fallito." +#: ../../mod/import.php:500 +msgid "Make this hub my primary location" +msgstr "Rendi questo server il mio indirizzo primario" -#: ../../mod/profile_photo.php:438 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Il ridimensionamento del'immagine [%s] è fallito." +#: ../../mod/import.php:501 +msgid "Import existing posts if possible" +msgstr "Importazione dei post esistenti, se possibile" #: ../../mod/item.php:159 msgid "Unable to locate original post." @@ -6425,255 +6660,281 @@ msgstr "Hai raggiunto il limite massimo di %1$.0f articoli sulla pagina principa msgid "You have reached your limit of %1$.0f webpages." msgstr "Hai raggiunto il limite massimo di %1$.0f pagine web." -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Contatto non trovato." +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Nessun suggerimento disponibile. Se questo sito è nuovo, riprova tra 24 ore." -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Suggerimento di amicizia inviato." +#: ../../mod/layouts.php:110 +msgid "Help with this feature" +msgstr "La guida per questa funzionalità" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Suggerisci amici" +#: ../../mod/layouts.php:130 +msgid "Layout Name" +msgstr "Nome layout" -#: ../../mod/fsuggest.php:99 +#: ../../mod/tagger.php:98 #, php-format -msgid "Suggest a friend for %s" -msgstr "Suggerisci un amico a %s" +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s ha taggato %3$s di %2$s con %4$s" -#: ../../mod/filestorage.php:76 -msgid "Permission Denied." -msgstr "Permesso negato." +#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 +#: ../../mod/profiles.php:222 ../../mod/profiles.php:565 +msgid "Profile not found." +msgstr "Profilo non trovato." -#: ../../mod/filestorage.php:92 -msgid "File not found." -msgstr "File non trovato." +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profilo eliminato." -#: ../../mod/filestorage.php:131 -msgid "Edit file permissions" -msgstr "Modifica i permessi del file" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profilo-" -#: ../../mod/filestorage.php:140 -msgid "Set/edit permissions" -msgstr "Modifica i permessi" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Il nuovo profilo è stato creato." -#: ../../mod/filestorage.php:141 -msgid "Include all files and sub folders" -msgstr "Includi tutti i file e le sottocartelle" +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Impossibile duplicare il profilo." -#: ../../mod/filestorage.php:142 -msgid "Return to file list" -msgstr "Torna all'elenco dei file" +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Il profilo non è disponibile per l'export." -#: ../../mod/filestorage.php:144 -msgid "Copy/paste this code to attach file to a post" -msgstr "Copia/incolla questo codice per far comparire il file in un articolo" +#: ../../mod/profiles.php:232 +msgid "Profile Name is required." +msgstr "Il nome del profilo è obbligatorio ." -#: ../../mod/filestorage.php:145 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Copia/incolla questo indirizzo in una pagina web per avere un link al file" +#: ../../mod/profiles.php:378 +msgid "Marital Status" +msgstr "Stato sentimentale" -#: ../../mod/acl.php:245 -msgid "network" -msgstr "rete" +#: ../../mod/profiles.php:382 +msgid "Romantic Partner" +msgstr "Partner affettivo" -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Impossibile trovare delegati per questa pagina." +#: ../../mod/profiles.php:386 +msgid "Likes" +msgstr "Mi piace" -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Gestione delegati per la pagina" +#: ../../mod/profiles.php:390 +msgid "Dislikes" +msgstr "Non mi piace" -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "I Delegati sono in grando di gestire tutti gli aspetti di questa pagina, tranne per i settaggi di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente." +#: ../../mod/profiles.php:394 +msgid "Work/Employment" +msgstr "Lavoro/impiego" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Gestori attuali della pagina" +#: ../../mod/profiles.php:397 +msgid "Religion" +msgstr "Religione" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Delegati attuali della pagina" +#: ../../mod/profiles.php:401 +msgid "Political Views" +msgstr "Orientamento politico" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Delegati potenziali" +#: ../../mod/profiles.php:405 +msgid "Gender" +msgstr "Sesso" -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:133 ../../mod/photos.php:905 -msgid "Remove" -msgstr "Rimuovi" +#: ../../mod/profiles.php:409 +msgid "Sexual Preference" +msgstr "Preferenze sessuali" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Aggiungi" +#: ../../mod/profiles.php:413 +msgid "Homepage" +msgstr "Home page" -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Nessun risultato." +#: ../../mod/profiles.php:417 +msgid "Interests" +msgstr "Interessi" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Canale aggiunto." +#: ../../mod/profiles.php:421 ../../mod/admin.php:866 +msgid "Address" +msgstr "Indirizzo" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "L'insieme di canali è stato creato." +#: ../../mod/profiles.php:511 +msgid "Profile updated." +msgstr "Profilo aggiornato." + +#: ../../mod/profiles.php:590 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?" + +#: ../../mod/profiles.php:632 +msgid "Edit Profile Details" +msgstr "Modifica i dettagli del profilo" + +#: ../../mod/profiles.php:634 +msgid "View this profile" +msgstr "Guarda questo profilo" + +#: ../../mod/profiles.php:636 +msgid "Change Profile Photo" +msgstr "Cambia la foto del profilo" + +#: ../../mod/profiles.php:637 +msgid "Create a new profile using these settings" +msgstr "Crea un nuovo profilo usando queste impostazioni" + +#: ../../mod/profiles.php:638 +msgid "Clone this profile" +msgstr "Clona questo profilo" + +#: ../../mod/profiles.php:639 +msgid "Delete this profile" +msgstr "Elimina questo profilo" + +#: ../../mod/profiles.php:641 +msgid "Import profile from file" +msgstr "Importa il profilo da un file" + +#: ../../mod/profiles.php:642 +msgid "Export profile to file" +msgstr "Esporta il profilo in un file" + +#: ../../mod/profiles.php:643 +msgid "Profile Name:" +msgstr "Nome del profilo:" -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Impossibile creare l'insieme." +#: ../../mod/profiles.php:644 +msgid "Your Full Name:" +msgstr "Il tuo nome completo:" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Insieme aggiornato." +#: ../../mod/profiles.php:645 +msgid "Title/Description:" +msgstr "Titolo/descrizione:" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Crea un insieme di canali." +#: ../../mod/profiles.php:646 +msgid "Your Gender:" +msgstr "Sesso:" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Nome dell'insieme:" +#: ../../mod/profiles.php:647 +msgid "Birthday :" +msgstr "Compleanno:" -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "I membri potranno vedere gli altri canali dell'insieme" +#: ../../mod/profiles.php:648 +msgid "Street Address:" +msgstr "Indirizzo (via/piazza):" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Insieme rimosso." +#: ../../mod/profiles.php:649 +msgid "Locality/City:" +msgstr "Località:" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Impossibile rimuovere l'insieme." +#: ../../mod/profiles.php:650 +msgid "Postal/Zip Code:" +msgstr "CAP:" -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Modifica l'insieme" +#: ../../mod/profiles.php:651 +msgid "Country:" +msgstr "Nazione:" -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Membri" +#: ../../mod/profiles.php:652 +msgid "Region/State:" +msgstr "Regione/stato:" -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Tutti i canali connessi" +#: ../../mod/profiles.php:653 +msgid " Marital Status:" +msgstr " Stato sentimentale:" -#: ../../mod/group.php:233 -msgid "Click on a channel to add or remove." -msgstr "Clicca su un canale per aggiungerlo o rimuoverlo." +#: ../../mod/profiles.php:654 +msgid "Who: (if applicable)" +msgstr "Con chi: (se possibile)" -#: ../../mod/home.php:48 -msgid "Red Matrix - "The Network"" -msgstr "RedMatrix - "La tua rete"" +#: ../../mod/profiles.php:655 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Per esempio: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/home.php:101 -#, php-format -msgid "Welcome to %s" -msgstr "%s ti dà il benvenuto" +#: ../../mod/profiles.php:656 +msgid "Since [date]:" +msgstr "dal [data]:" -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Nessun suggerimento disponibile. Se questo sito è nuovo, riprova tra 24 ore." +#: ../../mod/profiles.php:658 +msgid "Homepage URL:" +msgstr "Indirizzo home page:" -#: ../../mod/import.php:25 -#, php-format -msgid "Your service plan only allows %d channels." -msgstr "Il tuo account permette di creare al massimo %d canali." +#: ../../mod/profiles.php:661 +msgid "Religious Views:" +msgstr "Orientamento religioso:" -#: ../../mod/import.php:51 -msgid "Nothing to import." -msgstr "Non c'è niente da importare." +#: ../../mod/profiles.php:662 +msgid "Keywords:" +msgstr "Parole chiave, tag:" -#: ../../mod/import.php:75 -msgid "Unable to download data from old server" -msgstr "Impossibile importare i dati dal vecchio server" +#: ../../mod/profiles.php:665 +msgid "Example: fishing photography software" +msgstr "Per esempio: pesca fotografia programmazione" -#: ../../mod/import.php:81 -msgid "Imported file is empty." -msgstr "Il file da importare è vuoto." +#: ../../mod/profiles.php:666 +msgid "Used in directory listings" +msgstr "Visibile nell'elenco pubblico di canali" -#: ../../mod/import.php:105 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "Non posso creare un canale con un identificativo che già esiste su questo sistema. L'importazione è fallita." +#: ../../mod/profiles.php:667 +msgid "Tell us about yourself..." +msgstr "Raccontaci di te..." -#: ../../mod/import.php:123 -msgid "Channel clone failed. Import failed." -msgstr "Impossibile clonare il canale. L'importazione è fallita." +#: ../../mod/profiles.php:668 +msgid "Hobbies/Interests" +msgstr "Hobby/interessi" -#: ../../mod/import.php:133 -msgid "Cloned channel not found. Import failed." -msgstr "Impossibile trovare il canale clonato. L'importazione è fallita." +#: ../../mod/profiles.php:669 +msgid "Contact information and Social Networks" +msgstr "Contatti personali e i tuoi social network" -#: ../../mod/import.php:451 -msgid "Import completed." -msgstr "L'importazione è terminata con successo!" +#: ../../mod/profiles.php:670 +msgid "My other channels" +msgstr "I miei altri canali" -#: ../../mod/import.php:463 -msgid "You must be logged in to use this feature." -msgstr "Per questa funzionalità devi aver effettuato l'accesso." +#: ../../mod/profiles.php:671 +msgid "Musical interests" +msgstr "Interessi musicali" -#: ../../mod/import.php:468 -msgid "Import Channel" -msgstr "Importa un canale" +#: ../../mod/profiles.php:672 +msgid "Books, literature" +msgstr "Libri, letteratura" -#: ../../mod/import.php:469 -msgid "" -"Use this form to import an existing channel from a different server/hub. You" -" may retrieve the channel identity from the old server/hub via the network " -"or provide an export file. Only identity and connections/relationships will " -"be imported. Importation of content is not yet available." -msgstr "Usa questo modulo per importare un tuo canale da un altro server/hub. Puoi scaricare i dati identificativi del canale direttamente dall'altro server/hub oppure tramite un file che hai esportato. Saranno importati solamente l'identità e i contatti. L'importazione dei contenuti non è ancora disponibile." +#: ../../mod/profiles.php:673 +msgid "Television" +msgstr "Televisione" -#: ../../mod/import.php:470 -msgid "File to Upload" -msgstr "File da caricare" +#: ../../mod/profiles.php:674 +msgid "Film/dance/culture/entertainment" +msgstr "Film/danza/cultura/intrattenimento" -#: ../../mod/import.php:471 -msgid "Or provide the old server/hub details" -msgstr "Oppure fornisci i dettagli del vecchio server/hub" +#: ../../mod/profiles.php:675 +msgid "Love/romance" +msgstr "Amore" -#: ../../mod/import.php:472 -msgid "Your old identity address (xyz@example.com)" -msgstr "Il tuo vecchio identificativo (per esempio pippo@esempio.com)" +#: ../../mod/profiles.php:676 +msgid "Work/employment" +msgstr "Lavoro/impiego" -#: ../../mod/import.php:473 -msgid "Your old login email address" -msgstr "L'email che usavi per accedere sul vecchio server" +#: ../../mod/profiles.php:677 +msgid "School/education" +msgstr "Scuola/educazione" -#: ../../mod/import.php:474 -msgid "Your old login password" -msgstr "La password per il vecchio server" +#: ../../mod/profiles.php:683 +msgid "This is your default profile." +msgstr "Questo è il tuo profilo predefinito." -#: ../../mod/import.php:475 -msgid "" -"For either option, please choose whether to make this hub your new primary " -"address, or whether your old location should continue this role. You will be" -" able to post from either location, but only one can be marked as the " -"primary location for files, photos, and media." -msgstr "Scegli se vuoi spostare il tuo indirizzo primario su questo server, oppure se preferisci che quello vecchio resti tale. Potrai pubblicare da entrambi i server, ma solamente uno sarà indicato come posizione in cui risiedono i tuoi file, foto, ecc." +#: ../../mod/profiles.php:694 ../../mod/directory.php:188 +msgid "Age: " +msgstr "Età:" -#: ../../mod/import.php:476 -msgid "Make this hub my primary location" -msgstr "Rendi questo server il mio indirizzo primario" +#: ../../mod/profiles.php:737 +msgid "Edit/Manage Profiles" +msgstr "Modifica/gestisci i profili" -#: ../../mod/import.php:477 -msgid "Import existing posts if possible" -msgstr "Importazione dei post esistenti, se possibile" +#: ../../mod/profiles.php:738 +msgid "Add profile things" +msgstr "Aggiungi oggetti al profilo" -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s ha taggato %3$s di %2$s con %4$s" +#: ../../mod/profiles.php:739 +msgid "Include desirable objects in your profile" +msgstr "Aggiungi oggetti interessanti al tuo profilo" #: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 msgid "Tag removed" @@ -7327,111 +7588,118 @@ msgstr "Impossibile trovare la definizione del campo" msgid "Edit Profile Field" msgstr "Modifica campo del profilo" -#: ../../mod/locs.php:19 ../../mod/locs.php:46 -msgid "Location not found." -msgstr "Indirizzo non trovato." +#: ../../mod/manage.php:136 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Hai creato %1$.0f dei %2$.0f canali permessi." -#: ../../mod/locs.php:50 -msgid "Primary location cannot be removed." -msgstr "L'indirizzo principale non può essere rimosso." +#: ../../mod/manage.php:144 +msgid "Create a new channel" +msgstr "Crea un nuovo canale" -#: ../../mod/locs.php:82 -msgid "No locations found." -msgstr "Nessun indirizzo trovato." +#: ../../mod/manage.php:149 +msgid "Current Channel" +msgstr "Canale attuale" -#: ../../mod/locs.php:95 -msgid "Manage Channel Locations" -msgstr "Modifica gli indirizzi del canale" +#: ../../mod/manage.php:151 +msgid "Attach to one of your channels by selecting it." +msgstr "Seleziona il canale a cui vuoi passare." -#: ../../mod/locs.php:96 -msgid "Location (address)" -msgstr "Indirizzo" +#: ../../mod/manage.php:152 +msgid "Default Channel" +msgstr "Canale predefinito" -#: ../../mod/locs.php:97 -msgid "Primary Location" -msgstr "Indirizzo primario" +#: ../../mod/manage.php:153 +msgid "Make Default" +msgstr "Rendi predefinito" -#: ../../mod/locs.php:98 -msgid "Drop location" -msgstr "Elimina un indirizzo" +#: ../../mod/menu.php:31 +msgid "Menu updated." +msgstr "Menù aggiornato." + +#: ../../mod/menu.php:35 +msgid "Unable to update menu." +msgstr "Impossibile aggiornare il menù." + +#: ../../mod/menu.php:40 +msgid "Menu created." +msgstr "Menù creato." -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Impossibile associare un destinatario." +#: ../../mod/menu.php:44 +msgid "Unable to create menu." +msgstr "Impossibile creare il menù." -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Impossibile comunicare con il canale richiesto." +#: ../../mod/menu.php:76 +msgid "Manage Menus" +msgstr "Gestione menù" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Impossibile verificare il canale richiesto." +#: ../../mod/menu.php:79 +msgid "Drop" +msgstr "Elimina" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Il canale ha delle regole restrittive per la ricezione dei messaggi privati. Invio fallito." +#: ../../mod/menu.php:81 +msgid "Bookmarks allowed" +msgstr "Permetti segnalibri" -#: ../../mod/mail.php:136 -msgid "Message deleted." -msgstr "Messaggio eliminato." +#: ../../mod/menu.php:82 +msgid "Create a new menu" +msgstr "Crea un nuovo menù" -#: ../../mod/mail.php:153 -msgid "Message recalled." -msgstr "Messaggio revocato." +#: ../../mod/menu.php:83 +msgid "Delete this menu" +msgstr "Elimina questo menù" -#: ../../mod/mail.php:222 -msgid "Send Private Message" -msgstr "Invia un messaggio privato" +#: ../../mod/menu.php:84 ../../mod/menu.php:125 +msgid "Edit menu contents" +msgstr "Modifica i contenuti del menù" -#: ../../mod/mail.php:223 ../../mod/mail.php:340 -msgid "To:" -msgstr "A:" +#: ../../mod/menu.php:85 +msgid "Edit this menu" +msgstr "Modifica questo menù" -#: ../../mod/mail.php:228 ../../mod/mail.php:342 -msgid "Subject:" -msgstr "Oggetto:" +#: ../../mod/menu.php:96 +msgid "New Menu" +msgstr "Nuovo menù" -#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/invite.php:131 -msgid "Your message:" -msgstr "Il tuo messaggio:" +#: ../../mod/menu.php:97 ../../mod/menu.php:126 +msgid "Menu name" +msgstr "Nome del menù" -#: ../../mod/mail.php:239 -msgid "Send" -msgstr "Invia" +#: ../../mod/menu.php:97 ../../mod/menu.php:126 +msgid "Must be unique, only seen by you" +msgstr "Deve essere unico, lo vedrai solo tu" -#: ../../mod/mail.php:266 -msgid "Message not found." -msgstr "Messaggio non trovato." +#: ../../mod/menu.php:98 ../../mod/menu.php:127 +msgid "Menu title" +msgstr "Titolo del menù" -#: ../../mod/mail.php:309 -msgid "Delete message" -msgstr "Elimina il messaggio" +#: ../../mod/menu.php:98 ../../mod/menu.php:127 +msgid "Menu title as seen by others" +msgstr "Titolo del menù come comparirà a tutti" -#: ../../mod/mail.php:310 -msgid "Recall message" -msgstr "Revoca il messaggio" +#: ../../mod/menu.php:99 ../../mod/menu.php:128 +msgid "Allow bookmarks" +msgstr "Permetti l'invio di segnalibri" -#: ../../mod/mail.php:312 -msgid "Message has been recalled." -msgstr "Il messaggio è stato revocato." +#: ../../mod/menu.php:99 ../../mod/menu.php:128 +msgid "Menu may be used to store saved bookmarks" +msgstr "Puoi salvare i segnalibri nei menù" -#: ../../mod/mail.php:329 -msgid "Private Conversation" -msgstr "Conversazione privata" +#: ../../mod/menu.php:114 +msgid "Menu deleted." +msgstr "Menù eliminato." -#: ../../mod/mail.php:333 ../../mod/message.php:72 -msgid "Delete conversation" -msgstr "Elimina la conversazione" +#: ../../mod/menu.php:116 +msgid "Menu could not be deleted." +msgstr "Il menù non può essere eliminato." -#: ../../mod/mail.php:335 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Non è disponibile alcuna tecnologia per comunicare in modo sicuro. Se possibile, prova a rispondere direttamente dalla pagina del profilo del mittente." +#: ../../mod/menu.php:122 +msgid "Edit Menu" +msgstr "Modifica menù" -#: ../../mod/mail.php:339 -msgid "Send Reply" -msgstr "Invia la risposta" +#: ../../mod/menu.php:124 +msgid "Add or remove entries to this menu" +msgstr "Aggiungi o rimuovi elementi di questo menù" #: ../../mod/invite.php:25 msgid "Total invitation limit exceeded." @@ -7498,209 +7766,113 @@ msgstr "oppure visita " msgid "3. Click [Connect]" msgstr "3. Clicca su [Aggiungi]" -#: ../../mod/manage.php:136 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Hai creato %1$.0f dei %2$.0f canali permessi." - -#: ../../mod/manage.php:144 -msgid "Create a new channel" -msgstr "Crea un nuovo canale" - -#: ../../mod/manage.php:149 -msgid "Current Channel" -msgstr "Canale attuale" - -#: ../../mod/manage.php:151 -msgid "Attach to one of your channels by selecting it." -msgstr "Seleziona il canale a cui vuoi passare." - -#: ../../mod/manage.php:152 -msgid "Default Channel" -msgstr "Canale predefinito" - -#: ../../mod/manage.php:153 -msgid "Make Default" -msgstr "Rendi predefinito" - -#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 -#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 -#: ../../mod/update_home.php:21 -msgid "[Embedded content - reload page to view]" -msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]" - -#: ../../mod/layouts.php:110 -msgid "Help with this feature" -msgstr "La guida per questa funzionalità" - -#: ../../mod/layouts.php:130 -msgid "Layout Name" -msgstr "Nome layout" - -#: ../../mod/lockview.php:31 -msgid "Remote privacy information not available." -msgstr "Le informazioni remote sulla privacy non sono disponibili." - -#: ../../mod/lockview.php:52 -msgid "Visible to:" -msgstr "Visibile a:" - -#: ../../mod/viewconnections.php:58 -msgid "No connections." -msgstr "Nessun contatto." - -#: ../../mod/viewconnections.php:71 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visita il profilo di %s [%s]" - -#: ../../mod/viewconnections.php:86 -msgid "View Connnections" -msgstr "Guarda i contatti" - -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "Server non trovato." - -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "Voti totali" - -#: ../../mod/vote.php:98 -msgid "Average Rating" -msgstr "Valutazione media" - -#: ../../mod/network.php:81 +#: ../../mod/network.php:84 msgid "No such group" msgstr "Impossibile trovare l'insieme" -#: ../../mod/network.php:119 +#: ../../mod/network.php:122 msgid "Search Results For:" msgstr "Cerca risultati con:" -#: ../../mod/network.php:173 +#: ../../mod/network.php:176 msgid "Collection is empty" msgstr "L'insieme di canali è vuoto" -#: ../../mod/network.php:181 +#: ../../mod/network.php:184 msgid "Collection: " msgstr "Insieme:" -#: ../../mod/network.php:194 +#: ../../mod/network.php:197 msgid "Connection: " msgstr "Contatto:" -#: ../../mod/network.php:197 +#: ../../mod/network.php:200 msgid "Invalid connection." msgstr "Contatto non valido." -#: ../../mod/wall_upload.php:35 -msgid "Wall Photos" -msgstr "Foto della bacheca" - -#: ../../mod/match.php:16 -msgid "Profile Match" -msgstr "Profili corrispondenti" - -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Non hai scritto parole chiave. Aggiungi parole chiave al tuo profilo predefinito per comparire nelle ricerche." - -#: ../../mod/match.php:61 -msgid "is interested in:" -msgstr "interessi personali:" - -#: ../../mod/match.php:69 -msgid "No matches" -msgstr "Nessun risultato" - -#: ../../mod/menu.php:31 -msgid "Menu updated." -msgstr "Menù aggiornato." - -#: ../../mod/menu.php:35 -msgid "Unable to update menu." -msgstr "Impossibile aggiornare il menù." - -#: ../../mod/menu.php:40 -msgid "Menu created." -msgstr "Menù creato." +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "L'identificativo della richiesta non è valido." -#: ../../mod/menu.php:44 -msgid "Unable to create menu." -msgstr "Impossibile creare il menù." +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Rifiuta" -#: ../../mod/menu.php:76 -msgid "Manage Menus" -msgstr "Gestione menù" +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "Non ci sono nuove notifiche di sistema." -#: ../../mod/menu.php:79 -msgid "Drop" -msgstr "Elimina" +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "Notifiche di sistema" -#: ../../mod/menu.php:81 -msgid "Bookmarks allowed" -msgstr "Permetti segnalibri" +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 +#: ../../mod/update_home.php:21 +msgid "[Embedded content - reload page to view]" +msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]" -#: ../../mod/menu.php:82 -msgid "Create a new menu" -msgstr "Crea un nuovo menù" +#: ../../mod/lockview.php:31 +msgid "Remote privacy information not available." +msgstr "Le informazioni remote sulla privacy non sono disponibili." -#: ../../mod/menu.php:83 -msgid "Delete this menu" -msgstr "Elimina questo menù" +#: ../../mod/lockview.php:52 +msgid "Visible to:" +msgstr "Visibile a:" -#: ../../mod/menu.php:84 ../../mod/menu.php:125 -msgid "Edit menu contents" -msgstr "Modifica i contenuti del menù" +#: ../../mod/viewconnections.php:58 +msgid "No connections." +msgstr "Nessun contatto." -#: ../../mod/menu.php:85 -msgid "Edit this menu" -msgstr "Modifica questo menù" +#: ../../mod/viewconnections.php:71 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Visita il profilo di %s [%s]" -#: ../../mod/menu.php:96 -msgid "New Menu" -msgstr "Nuovo menù" +#: ../../mod/viewconnections.php:86 +msgid "View Connnections" +msgstr "Guarda i contatti" -#: ../../mod/menu.php:97 ../../mod/menu.php:126 -msgid "Menu name" -msgstr "Nome del menù" +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Server non trovato." -#: ../../mod/menu.php:97 ../../mod/menu.php:126 -msgid "Must be unique, only seen by you" -msgstr "Deve essere unico, lo vedrai solo tu" +#: ../../mod/vote.php:97 +msgid "Total votes" +msgstr "Voti totali" -#: ../../mod/menu.php:98 ../../mod/menu.php:127 -msgid "Menu title" -msgstr "Titolo del menù" +#: ../../mod/vote.php:98 +msgid "Average Rating" +msgstr "Valutazione media" -#: ../../mod/menu.php:98 ../../mod/menu.php:127 -msgid "Menu title as seen by others" -msgstr "Titolo del menù come comparirà a tutti" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "Errore del protocollo OpenID. Nessun ID ricevuto in risposta." -#: ../../mod/menu.php:99 ../../mod/menu.php:128 -msgid "Allow bookmarks" -msgstr "Permetti l'invio di segnalibri" +#: ../../mod/openid.php:72 ../../mod/openid.php:180 ../../mod/post.php:261 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Ciao %s. L'autenticazione magica è avvenuta con successo." -#: ../../mod/menu.php:99 ../../mod/menu.php:128 -msgid "Menu may be used to store saved bookmarks" -msgstr "Puoi salvare i segnalibri nei menù" +#: ../../mod/wall_upload.php:35 +msgid "Wall Photos" +msgstr "Foto della bacheca" -#: ../../mod/menu.php:114 -msgid "Menu deleted." -msgstr "Menù eliminato." +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Profili corrispondenti" -#: ../../mod/menu.php:116 -msgid "Menu could not be deleted." -msgstr "Il menù non può essere eliminato." +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Non hai scritto parole chiave. Aggiungi parole chiave al tuo profilo predefinito per comparire nelle ricerche." -#: ../../mod/menu.php:122 -msgid "Edit Menu" -msgstr "Modifica menù" +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "interessi personali:" -#: ../../mod/menu.php:124 -msgid "Add or remove entries to this menu" -msgstr "Aggiungi o rimuovi elementi di questo menù" +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Nessun risultato" #: ../../mod/message.php:41 msgid "Conversation removed." @@ -7749,27 +7921,19 @@ msgid "Channel Type" msgstr "Tipo di canale" #: ../../mod/new_channel.php:119 +msgid "?" +msgstr "?" + +#: ../../mod/new_channel.php:120 +msgid "What is this?" +msgstr "Questo cos'è?" + +#: ../../mod/new_channel.php:121 msgid "" "Please choose a channel type (such as social networking or community forum) " "and privacy requirements so we can select the best permissions for you" msgstr "Descrivi il tipo di canale che vorresti creare (per esempio se ti interessa più usarlo come social network, come un forum di discussione...) e il tipo di privacy che preferisci. RedMatrix sceglierà per te i permessi più adatti." -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "L'identificativo della richiesta non è valido." - -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Rifiuta" - -#: ../../mod/notifications.php:94 ../../mod/notify.php:53 -msgid "No more system notifications." -msgstr "Non ci sono nuove notifiche di sistema." - -#: ../../mod/notifications.php:98 ../../mod/notify.php:57 -msgid "System Notifications" -msgstr "Notifiche di sistema" - #: ../../mod/xchan.php:6 msgid "Xchan Lookup" msgstr "Ricerca canale" @@ -7818,168 +7982,27 @@ msgstr "Forum pubblico:" msgid "Keywords: " msgstr "Parole chiave:" -#: ../../mod/directory.php:317 +#: ../../mod/directory.php:318 msgid "Finding:" msgstr "Ricerca:" -#: ../../mod/directory.php:322 +#: ../../mod/directory.php:323 msgid "next page" msgstr "pagina successiva" -#: ../../mod/directory.php:322 +#: ../../mod/directory.php:323 msgid "previous page" msgstr "pagina precedente" -#: ../../mod/directory.php:339 +#: ../../mod/directory.php:340 msgid "No entries (some entries may be hidden)." msgstr "Nessun risultato (qualche elemento potrebbe essere nascosto)." -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "Impossibile ottenere informazioni sul proprietario della pagina." - -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Album non trovato." - -#: ../../mod/photos.php:119 ../../mod/photos.php:672 -msgid "Delete Album" -msgstr "Elimina album" - -#: ../../mod/photos.php:159 ../../mod/photos.php:958 -msgid "Delete Photo" -msgstr "Elimina foto" - -#: ../../mod/photos.php:469 -msgid "No photos selected" -msgstr "Nessuna foto selezionata" - -#: ../../mod/photos.php:513 -msgid "Access to this item is restricted." -msgstr "Questo elemento non è visibile a tutti." - -#: ../../mod/photos.php:552 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile." - -#: ../../mod/photos.php:555 -#, php-format -msgid "%1$.2f MB photo storage used." -msgstr "Hai usato %1$.2f Mb del tuo spazio disponibile." - -#: ../../mod/photos.php:579 -msgid "Upload Photos" -msgstr "Carica foto" - -#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:943 -msgid "Enter a new album name" -msgstr "Inserisci il nome di un nuovo album" - -#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:944 -msgid "or select an existing one (doubleclick)" -msgstr "o seleziona uno esistente (doppio click)" - -#: ../../mod/photos.php:585 -msgid "Do not show a status post for this upload" -msgstr "Non creare un messaggio di stato per questo caricamento" - -#: ../../mod/photos.php:613 -msgid "Album name could not be decoded" -msgstr "Non è stato possibile leggere il nome dell'album" - -#: ../../mod/photos.php:654 ../../mod/photos.php:1167 -#: ../../mod/photos.php:1183 -msgid "Contact Photos" -msgstr "Foto dei contatti" - -#: ../../mod/photos.php:678 -msgid "Show Newest First" -msgstr "Prima i più recenti" - -#: ../../mod/photos.php:680 -msgid "Show Oldest First" -msgstr "Prima i più vecchi" - -#: ../../mod/photos.php:707 ../../mod/photos.php:1215 -msgid "View Photo" -msgstr "Guarda la foto" - -#: ../../mod/photos.php:736 -msgid "Edit Album" -msgstr "Modifica album" - -#: ../../mod/photos.php:781 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Permesso negato. L'accesso a questo elemento può essere stato limitato." - -#: ../../mod/photos.php:783 -msgid "Photo not available" -msgstr "Foto non disponibile" - -#: ../../mod/photos.php:841 -msgid "Use as profile photo" -msgstr "Usa come foto del profilo" - -#: ../../mod/photos.php:848 -msgid "Private Photo" -msgstr "Foto privata" - -#: ../../mod/photos.php:863 -msgid "View Full Size" -msgstr "Vedi nelle dimensioni originali" - -#: ../../mod/photos.php:937 -msgid "Edit photo" -msgstr "Modifica la foto" - -#: ../../mod/photos.php:939 -msgid "Rotate CW (right)" -msgstr "Ruota (senso orario)" - -#: ../../mod/photos.php:940 -msgid "Rotate CCW (left)" -msgstr "Ruota (senso antiorario)" - -#: ../../mod/photos.php:947 -msgid "Caption" -msgstr "Titolo" - -#: ../../mod/photos.php:949 -msgid "Add a Tag" -msgstr "Aggiungi tag" - -#: ../../mod/photos.php:953 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com" - -#: ../../mod/photos.php:956 -msgid "Flag as adult in album view" -msgstr "Marca come 'per adulti'" - -#: ../../mod/photos.php:1133 -msgid "In This Photo:" -msgstr "In questa foto:" - -#: ../../mod/photos.php:1221 -msgid "View Album" -msgstr "Guarda l'album" - -#: ../../mod/photos.php:1244 -msgid "Recent Photos" -msgstr "Foto recenti" - -#: ../../mod/ping.php:265 -msgid "sent you a private message" -msgstr "ti ha inviato un messaggio privato" - -#: ../../mod/ping.php:316 -msgid "added your channel" -msgstr "ha aggiunto il tuo canale" - -#: ../../mod/ping.php:357 -msgid "posted an event" -msgstr "ha creato un evento" +#: ../../mod/post.php:229 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "L'autenticazione magica dal tuo sito non è disponibile. Hai accesso solamente a questo sito. Puoi provare a disconnetterti per tentare di nuovo." #: ../../mod/appman.php:28 ../../mod/appman.php:44 msgid "App installed." @@ -8337,41 +8360,41 @@ msgstr "Album con foto storte" msgid "Are you a clean desk or a messy desk person?" msgstr "La tua scrivania è sempre a posto? Sei una persona disordinata?" -#: ../../boot.php:1336 +#: ../../boot.php:1345 #, php-format msgid "Update %s failed. See error logs." msgstr "%s: aggiornamento fallito. Controlla i log di errore." -#: ../../boot.php:1339 +#: ../../boot.php:1348 #, php-format msgid "Update Error at %s" msgstr "Errore di aggiornamento su %s" -#: ../../boot.php:1506 +#: ../../boot.php:1515 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Registrati per accedere ai servizi e alle applicazioni di RedMatrix" -#: ../../boot.php:1532 +#: ../../boot.php:1543 msgid "Password" msgstr "Password" -#: ../../boot.php:1533 +#: ../../boot.php:1544 msgid "Remember me" msgstr "Resta connesso" -#: ../../boot.php:1536 +#: ../../boot.php:1547 msgid "Forgot your password?" msgstr "Hai dimenticato la password?" -#: ../../boot.php:1617 +#: ../../boot.php:1628 msgid "permission denied" msgstr "permesso negato" -#: ../../boot.php:1618 +#: ../../boot.php:1629 msgid "Got Zot?" msgstr "Hai Zot?" -#: ../../boot.php:2101 +#: ../../boot.php:2112 msgid "toggle mobile" msgstr "attiva/disattiva versione mobile" diff --git a/view/it/strings.php b/view/it/strings.php index 84c350ee9..115962dfc 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -7,19 +7,80 @@ function string_plural_select_it($n){ ; $a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'"; $a->strings["Profile Photos"] = "Foto del profilo"; -$a->strings["Channel is blocked on this site."] = "Il canale è bloccato per questo sito."; -$a->strings["Channel location missing."] = "Manca l'indirizzo del canale."; -$a->strings["Response from remote channel was incomplete."] = "La risposta dal canale non è completa."; -$a->strings["Channel was deleted and no longer exists."] = "Il canale è stato rimosso e non esiste più."; -$a->strings["Protocol disabled."] = "Protocollo disabilitato."; -$a->strings["Channel discovery failed."] = "La ricerca del canale non ha avuto successo."; -$a->strings["local account not found."] = "l'account locale non è stato trovato."; -$a->strings["Cannot connect to yourself."] = "Non puoi connetterti a te stesso."; +$a->strings["Permission denied"] = "Permesso negato"; +$a->strings["(Unknown)"] = "(Sconosciuto)"; +$a->strings["Visible to anybody on the internet."] = "Visibile a chiunque su internet."; +$a->strings["Visible to you only."] = "Visibile solo a te."; +$a->strings["Visible to anybody in this network."] = "Visibile a tutti su questa rete."; +$a->strings["Visible to anybody authenticated."] = "Visibile a chiunque sia autenticato."; +$a->strings["Visible to anybody on %s."] = "Visibile a tutti in %s."; +$a->strings["Visible to all connections."] = "Visibile a tutti coloro che ti seguono."; +$a->strings["Visible to approved connections."] = "Visibile ai contatti approvati."; +$a->strings["Visible to specific connections."] = "Visibile ad alcuni contatti scelti."; +$a->strings["Item not found."] = "Elemento non trovato."; +$a->strings["Permission denied."] = "Permesso negato."; +$a->strings["Collection not found."] = "Insieme di canali non trovato."; +$a->strings["Collection is empty."] = "L'insieme di canali è vuoto."; +$a->strings["Collection: %s"] = "Insieme: %s"; +$a->strings["Connection: %s"] = "Contatto: %s"; +$a->strings["Connection not found."] = "Contatto non trovato."; +$a->strings["Edit"] = "Modifica"; +$a->strings["No recipient provided."] = "Devi scegliere un destinatario."; +$a->strings["[no subject]"] = "[nessun titolo]"; +$a->strings["Unable to determine sender."] = "Impossibile determinare il mittente."; +$a->strings["Stored post could not be verified."] = "Non è stato possibile verificare l'articolo inserito."; +$a->strings["view full size"] = "guarda nelle dimensioni reali"; +$a->strings["Can view my normal stream and posts"] = "Può vedere i miei contenuti e articoli normali"; +$a->strings["Can view my default channel profile"] = "Può vedere il profilo predefinito del canale"; +$a->strings["Can view my photo albums"] = "Può vedere i miei album fotografici"; +$a->strings["Can view my connections"] = "Può vedere i miei contatti"; +$a->strings["Can view my file storage"] = "Può vedere i miei file condivisi"; +$a->strings["Can view my webpages"] = "Può vedere le mie pagine web"; +$a->strings["Can send me their channel stream and posts"] = "È tra i canali che seguo"; +$a->strings["Can post on my channel page (\"wall\")"] = "Può scrivere sulla bacheca del mio canale"; +$a->strings["Can comment on or like my posts"] = "Può commentare o aggiungere \"mi piace\" ai miei articoli"; +$a->strings["Can send me private mail messages"] = "Può inviarmi messaggi privati"; +$a->strings["Can post photos to my photo albums"] = "Può aggiungere foto ai miei album"; +$a->strings["Can like/dislike stuff"] = "Può aggiungere \"mi piace\""; +$a->strings["Profiles and things other than posts/comments"] = "Profili e tutto ciò che non è articoli e commenti"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Può inoltrare articoli a tutti i contatti del canale tramite una @menzione"; +$a->strings["Advanced - useful for creating group forum channels"] = "Impostazione avanzata - utile per creare un canale-forum di discussione"; +$a->strings["Can chat with me (when available)"] = "Può aprire una chat con me (se disponibile)"; +$a->strings["Can write to my file storage"] = "Può scrivere sul mio archivio file"; +$a->strings["Can edit my webpages"] = "Può modificare le mie pagine web"; +$a->strings["Can source my public posts in derived channels"] = "Può usare i miei articoli pubblici per creare canali derivati"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Piuttosto avanzato - molto utile nelle comunità aperte"; +$a->strings["Can administer my channel resources"] = "Può amministrare i contenuti del mio canale"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Impostazione pericolosa - lasciare il valore predefinito se non si è assolutamente sicuri"; +$a->strings["Social Networking"] = "Social network"; +$a->strings["Mostly Public"] = "Quasi sempre pubblico"; +$a->strings["Restricted"] = "Con restrizioni"; +$a->strings["Private"] = "Privato"; +$a->strings["Community Forum"] = "Forum di discussione"; +$a->strings["Feed Republish"] = "Aggregatore di feed esterni"; +$a->strings["Special Purpose"] = "Per finalità speciali"; +$a->strings["Celebrity/Soapbox"] = "Pagina per fan"; +$a->strings["Group Repository"] = "Repository di gruppo"; +$a->strings["Other"] = "Altro"; +$a->strings["Custom/Expert Mode"] = "Personalizzazione per esperti"; $a->strings["created a new post"] = "Ha creato un nuovo articolo"; $a->strings["commented on %s's post"] = "ha commentato l'articolo di %s"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "I controlli di sicurezza sono falliti. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto."; +$a->strings["Tags"] = "Tag"; +$a->strings["Categories"] = "Categorie"; +$a->strings["Keywords"] = "Parole chiave"; +$a->strings["have"] = "ho"; +$a->strings["has"] = "ha"; +$a->strings["want"] = "voglio"; +$a->strings["wants"] = "vuole"; +$a->strings["like"] = "mi piace"; +$a->strings["likes"] = "gli piace"; +$a->strings["dislike"] = "non mi piace"; +$a->strings["dislikes"] = "non gli piace"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "Mi piace", + 1 => "Mi piace", +); $a->strings["New Page"] = "Nuova pagina web"; -$a->strings["Edit"] = "Modifica"; $a->strings["View"] = "Guarda"; $a->strings["Preview"] = "Anteprima"; $a->strings["Actions"] = "Azioni"; @@ -27,65 +88,86 @@ $a->strings["Page Link"] = "Link alla pagina"; $a->strings["Title"] = "Titolo"; $a->strings["Created"] = "Creato"; $a->strings["Edited"] = "Modificato"; -$a->strings["%d invitation available"] = array( - 0 => "%d invito disponibile", - 1 => "%d inviti disponibili", -); -$a->strings["Advanced"] = "Avanzate"; -$a->strings["Find Channels"] = "Ricerca canali"; -$a->strings["Enter name or interest"] = "Scrivi un nome o un interesse"; -$a->strings["Connect/Follow"] = "Aggiungi"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Per esempio: Mario Rossi, Pesca"; -$a->strings["Find"] = "Cerca"; -$a->strings["Channel Suggestions"] = "Canali suggeriti"; -$a->strings["Random Profile"] = "Profilo casuale"; -$a->strings["Invite Friends"] = "Invita amici"; -$a->strings["Advanced example: name=fred and country=iceland"] = "Per esempio: name=mario e country=italy"; -$a->strings["Saved Folders"] = "Cartelle salvate"; -$a->strings["Everything"] = "Tutto"; -$a->strings["Categories"] = "Categorie"; -$a->strings["%d connection in common"] = array( - 0 => "%d contatto in comune", - 1 => "%d contatti in comune", -); -$a->strings["show more"] = "mostra tutto"; $a->strings["Embedded content"] = "Contenuti incorporati"; $a->strings["Embedding disabled"] = "Disabilita la creazione di contenuti incorporati"; -$a->strings["No recipient provided."] = "Devi scegliere un destinatario."; -$a->strings["[no subject]"] = "[nessun titolo]"; -$a->strings["Unable to determine sender."] = "Impossibile determinare il mittente."; -$a->strings["Stored post could not be verified."] = "Non è stato possibile verificare l'articolo inserito."; +$a->strings["Logged out."] = "Uscita effettuata."; +$a->strings["Failed authentication"] = "Autenticazione fallita"; +$a->strings["Login failed."] = "Accesso fallito."; +$a->strings["Image exceeds website size limit of %lu bytes"] = "L'immagine supera il limite massimo di %lu bytes"; +$a->strings["Image file is empty."] = "Il file dell'immagine è vuoto."; +$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine"; +$a->strings["Photo storage failed."] = "Impossibile caricare la foto."; +$a->strings["Photo Albums"] = "Album foto"; +$a->strings["Upload New Photos"] = "Carica nuove foto"; $a->strings[" and "] = "e"; $a->strings["public profile"] = "profilo pubblico"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s ha cambiato %2\$s in “%3\$s”"; $a->strings["Visit %1\$s's %2\$s"] = "Guarda %2\$s di %1\$s "; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha aggiornato %2\$s cambiando %3\$s."; -$a->strings["Visible to your default audience"] = "Visibile secondo le impostazioni predefinite"; -$a->strings["Show"] = "Mostra"; -$a->strings["Don't show"] = "Non mostrare"; -$a->strings["Permissions"] = "Permessi"; -$a->strings["Close"] = "Chiudi"; $a->strings["Attachments:"] = "Allegati:"; $a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; $a->strings["Redmatrix event notification:"] = "Notifica eventi RedMatrix:"; $a->strings["Starts:"] = "Inizio:"; $a->strings["Finishes:"] = "Fine:"; $a->strings["Location:"] = "Luogo:"; -$a->strings["Permission denied."] = "Permesso negato."; -$a->strings["Item was not found."] = "Elemento non trovato."; -$a->strings["No source file."] = "Nessun file di origine."; -$a->strings["Cannot locate file to replace"] = "Il file da sostituire non è stato trovato"; -$a->strings["Cannot locate file to revise/update"] = "Il file da aggiornare non è stato trovato"; -$a->strings["File exceeds size limit of %d"] = "Il file supera la dimensione massima di %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati."; -$a->strings["File upload failed. Possible system limit or action terminated."] = "Caricamento file fallito, potrebbe essere stato interrotto o potrebbe aver superato lo spazio assegnato."; -$a->strings["Stored file could not be verified. Upload failed."] = "Il file non può essere verificato. Caricamento fallito."; -$a->strings["Path not available."] = "Percorso non disponibile."; -$a->strings["Empty pathname"] = "Il percorso del file è vuoto"; -$a->strings["duplicate filename or path"] = "il file o il percorso del file è duplicato"; -$a->strings["Path not found."] = "Percorso del file non trovato."; -$a->strings["mkdir failed."] = "mkdir fallito."; -$a->strings["database storage failed."] = "scrittura su database fallita."; +$a->strings["General Features"] = "Funzionalità di base"; +$a->strings["Content Expiration"] = "Scadenza"; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Elimina gli articoli, i commenti o i messaggi privati dopo un lasso di tempo"; +$a->strings["Multiple Profiles"] = "Profili multipli"; +$a->strings["Ability to create multiple profiles"] = "Abilitazione a creare profili multipli"; +$a->strings["Advanced Profiles"] = "Profili avanzati"; +$a->strings["Additional profile sections and selections"] = "Informazioni aggiuntive del profilo"; +$a->strings["Profile Import/Export"] = "Importa/esporta il profilo"; +$a->strings["Save and load profile details across sites/channels"] = "Salva o ripristina le informazioni del profilo su canali o siti diversi"; +$a->strings["Web Pages"] = "Pagine web"; +$a->strings["Provide managed web pages on your channel"] = "Attiva la creazione di pagine web sul tuo canale"; +$a->strings["Private Notes"] = "Note private"; +$a->strings["Enables a tool to store notes and reminders"] = "Abilita il riquadro per scrivere annotazioni"; +$a->strings["Navigation Channel Select"] = "Scegli il canale attivo dal menu"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Scegli il canale attivo direttamente dal menu di navigazione"; +$a->strings["Extended Identity Sharing"] = "Condivisione avanzata dell'identità"; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti RedMatrix."; +$a->strings["Expert Mode"] = "Modalità esperto"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate"; +$a->strings["Premium Channel"] = "Canale premium"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Ti permette di impostare delle restrizioni e dei termini d'uso a chi segue il canale"; +$a->strings["Post Composition Features"] = "Modalità di scrittura articoli"; +$a->strings["Use Markdown"] = "Usa il markdown"; +$a->strings["Allow use of \"Markdown\" to format posts"] = "Consenti l'uso del markdown per formattare gli articoli"; +$a->strings["Channel Sources"] = "Sorgenti del canale"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Importa automaticamente il contenuto del canale da altri canali o feed"; +$a->strings["Even More Encryption"] = "Crittografia addizionale"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Rendi possibile la crittografia tra mittente e destinatario che condividono una chiave segreta"; +$a->strings["Flag Adult Photos"] = "Marca le foto per adulti"; +$a->strings["Provide photo edit option to hide adult photos from default album view"] = "Permette di marcare e nascondere negli album le foto per adulti"; +$a->strings["Network and Stream Filtering"] = "Filtraggio dei contenuti"; +$a->strings["Search by Date"] = "Ricerca per data"; +$a->strings["Ability to select posts by date ranges"] = "Per selezionare gli articoli in un intervallo tra date"; +$a->strings["Collections Filter"] = "Filtra per insiemi di canali"; +$a->strings["Enable widget to display Network posts only from selected collections"] = "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali"; +$a->strings["Saved Searches"] = "Ricerche salvate"; +$a->strings["Save search terms for re-use"] = "Salva i termini delle ricerche per poterle ripetere"; +$a->strings["Network Personal Tab"] = "Attività personale"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Abilita il link per mostrare solamente i contenuti con cui hai interagito"; +$a->strings["Network New Tab"] = "Contenuti nuovi"; +$a->strings["Enable tab to display all new Network activity"] = "Abilita il link per visualizzare solo i nuovi contenuti"; +$a->strings["Affinity Tool"] = "Filtro per affinità"; +$a->strings["Filter stream activity by depth of relationships"] = "Permette di selezionare i contenuti in base al livello di amicizia"; +$a->strings["Suggest Channels"] = "Suggerisci canali"; +$a->strings["Show channel suggestions"] = "Mostra alcuni canali che potrebbero interessarti"; +$a->strings["Post/Comment Tools"] = "Gestione articoli e commenti"; +$a->strings["Tagging"] = "Tag"; +$a->strings["Ability to tag existing posts"] = "Permetti l'aggiunta di tag su articoli già esistenti"; +$a->strings["Post Categories"] = "Categorie degli articoli"; +$a->strings["Add categories to your posts"] = "Abilita le categorie per i tuoi articoli"; +$a->strings["Saved Folders"] = "Cartelle salvate"; +$a->strings["Ability to file posts under folders"] = "Abilita la raccolta dei tuoi articoli in cartelle"; +$a->strings["Dislike Posts"] = "Non mi piace"; +$a->strings["Ability to dislike posts/comments"] = "Abilità la funzionalità \"non mi piace\" per i tuoi articoli"; +$a->strings["Star Posts"] = "Articoli stella (preferiti)"; +$a->strings["Ability to mark special posts with a star indicator"] = "Mostra la stella per scegliere gli articoli preferiti"; +$a->strings["Tag Cloud"] = "Nuvola di tag"; +$a->strings["Provide a personal tag cloud on your channel page"] = "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale"; $a->strings["parent"] = "cartella superiore"; $a->strings["Collection"] = "Cartella"; $a->strings["Principal"] = "Principale"; @@ -97,83 +179,17 @@ $a->strings["Unknown"] = "Sconosciuto"; $a->strings["%1\$s used"] = "%1\$s occupati"; $a->strings["%1\$s used of %2\$s (%3\$s%)"] = "%1\$s occupati di %2\$s (%3\$s%)"; $a->strings["Files"] = "Archivio file"; +$a->strings["Total"] = "Totale"; $a->strings["Name"] = "Nome"; $a->strings["Type"] = "Tipo"; $a->strings["Size"] = "Dimensione"; $a->strings["Last Modified"] = "Ultima modifica"; $a->strings["Delete"] = "Elimina"; -$a->strings["Total"] = "Totale"; $a->strings["Create new folder"] = "Crea una nuova cartella"; $a->strings["Create"] = "Crea"; $a->strings["Upload file"] = "Carica un file"; $a->strings["Upload"] = "Carica"; $a->strings["%1\$s's bookmarks"] = "I segnalibri di %1\$s"; -$a->strings["Logout"] = "Esci"; -$a->strings["End this session"] = "Chiudi questa sessione"; -$a->strings["Home"] = "Bacheca"; -$a->strings["Your posts and conversations"] = "I tuoi articoli e conversazioni"; -$a->strings["View Profile"] = "Profilo"; -$a->strings["Your profile page"] = "Il tuo profilo"; -$a->strings["Edit Profiles"] = "Modifica i profili"; -$a->strings["Manage/Edit profiles"] = "Gestisci/modifica i profili"; -$a->strings["Edit Profile"] = "Modifica il profilo"; -$a->strings["Edit your profile"] = "Modifica il profilo"; -$a->strings["Photos"] = "Foto"; -$a->strings["Your photos"] = "Le tue foto"; -$a->strings["Your files"] = "I tuoi file"; -$a->strings["Chat"] = "Area chat"; -$a->strings["Your chatrooms"] = "Le tue aree chat"; -$a->strings["Bookmarks"] = "Segnalibri"; -$a->strings["Your bookmarks"] = "I tuoi segnalibri"; -$a->strings["Webpages"] = "Pagine web"; -$a->strings["Your webpages"] = "Le tue pagine web"; -$a->strings["Login"] = "Accedi"; -$a->strings["Sign in"] = "Accedi"; -$a->strings["%s - click to logout"] = "%s - clicca per uscire"; -$a->strings["Remote authentication"] = "Autenticazione magica dal tuo server"; -$a->strings["Click to authenticate to your home hub"] = "Clicca per autenticarti sul tuo server principale"; -$a->strings["Home Page"] = "Bacheca"; -$a->strings["Register"] = "Iscriviti"; -$a->strings["Create an account"] = "Crea un account"; -$a->strings["Help"] = "Guida"; -$a->strings["Help and documentation"] = "Guida e documentazione"; -$a->strings["Apps"] = "Apps"; -$a->strings["Applications, utilities, links, games"] = "Applicazioni, utilità, link, giochi"; -$a->strings["Search"] = "Cerca"; -$a->strings["Search site content"] = "Cerca nel sito"; -$a->strings["Directory"] = "Elenco pubblico"; -$a->strings["Channel Directory"] = "Elenco pubblico canali"; -$a->strings["Matrix"] = "RedMatrix"; -$a->strings["Your matrix"] = "La tua rete"; -$a->strings["Mark all matrix notifications seen"] = "Segna come lette le notifiche della tua rete"; -$a->strings["Channel Home"] = "Bacheca del canale"; -$a->strings["Channel home"] = "Bacheca del canale"; -$a->strings["Mark all channel notifications seen"] = "Segna come lette le notifiche del canale"; -$a->strings["Connections"] = "Contatti"; -$a->strings["Notices"] = "Avvisi"; -$a->strings["Notifications"] = "Notifiche"; -$a->strings["See all notifications"] = "Vedi tutte le notifiche"; -$a->strings["Mark all system notifications seen"] = "Segna come lette le notifiche di sistema"; -$a->strings["Mail"] = "Messaggi"; -$a->strings["Private mail"] = "Messaggi privati"; -$a->strings["See all private messages"] = "Guarda tutti i messaggi privati"; -$a->strings["Mark all private messages seen"] = "Segna come letti tutti i messaggi privati"; -$a->strings["Inbox"] = "In arrivo"; -$a->strings["Outbox"] = "Inviati"; -$a->strings["New Message"] = "Nuovo messaggio"; -$a->strings["Events"] = "Eventi"; -$a->strings["Event Calendar"] = "Calendario"; -$a->strings["See all events"] = "Guarda tutti gli eventi"; -$a->strings["Mark all events seen"] = "Marca come letti tutti gli eventi"; -$a->strings["Channel Manager"] = "Gestione canali"; -$a->strings["Manage Your Channels"] = "Gestisci i tuoi canali"; -$a->strings["Settings"] = "Impostazioni"; -$a->strings["Account/Channel Settings"] = "Impostazioni dell'account e del canale"; -$a->strings["Admin"] = "Amministrazione"; -$a->strings["Site Setup and Configuration"] = "Installazione e configurazione del sito"; -$a->strings["Loading..."] = "Caricamento in corso..."; -$a->strings["Please wait..."] = "Attendere..."; -$a->strings["view full size"] = "guarda nelle dimensioni reali"; $a->strings["Directory Options"] = "Opzioni elenco pubblico"; $a->strings["Alphabetic"] = "Alfabetico"; $a->strings["Reverse Alphabetic"] = "Alfabetico inverso"; @@ -184,39 +200,6 @@ $a->strings["Sort"] = "Ordinamento"; $a->strings["Enable Safe Search"] = "Abilita SafeSearch"; $a->strings["Disable Safe Search"] = "Disabilita SafeSearch"; $a->strings["Safe Mode"] = "Modalità SafeSearch"; -$a->strings["Can view my normal stream and posts"] = "Può vedere i miei contenuti e articoli normali"; -$a->strings["Can view my default channel profile"] = "Può vedere il profilo predefinito del canale"; -$a->strings["Can view my photo albums"] = "Può vedere i miei album fotografici"; -$a->strings["Can view my connections"] = "Può vedere i miei contatti"; -$a->strings["Can view my file storage"] = "Può vedere i miei file condivisi"; -$a->strings["Can view my webpages"] = "Può vedere le mie pagine web"; -$a->strings["Can send me their channel stream and posts"] = "È tra i canali che seguo"; -$a->strings["Can post on my channel page (\"wall\")"] = "Può scrivere sulla bacheca del mio canale"; -$a->strings["Can comment on or like my posts"] = "Può commentare o aggiungere \"mi piace\" ai miei articoli"; -$a->strings["Can send me private mail messages"] = "Può inviarmi messaggi privati"; -$a->strings["Can post photos to my photo albums"] = "Può aggiungere foto ai miei album"; -$a->strings["Can like/dislike stuff"] = "Può aggiungere \"mi piace\""; -$a->strings["Profiles and things other than posts/comments"] = "Profili e tutto ciò che non è articoli e commenti"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Può inoltrare articoli a tutti i contatti del canale tramite una @menzione"; -$a->strings["Advanced - useful for creating group forum channels"] = "Impostazione avanzata - utile per creare un canale-forum di discussione"; -$a->strings["Can chat with me (when available)"] = "Può aprire una chat con me (se disponibile)"; -$a->strings["Can write to my file storage"] = "Può scrivere sul mio archivio file"; -$a->strings["Can edit my webpages"] = "Può modificare le mie pagine web"; -$a->strings["Can source my public posts in derived channels"] = "Può usare i miei articoli pubblici per creare canali derivati"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Piuttosto avanzato - molto utile nelle comunità aperte"; -$a->strings["Can administer my channel resources"] = "Può amministrare i contenuti del mio canale"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Impostazione pericolosa - lasciare il valore predefinito se non si è assolutamente sicuri"; -$a->strings["Social Networking"] = "Social network"; -$a->strings["Mostly Public"] = "Quasi sempre pubblico"; -$a->strings["Restricted"] = "Con restrizioni"; -$a->strings["Private"] = "Privato"; -$a->strings["Community Forum"] = "Forum di discussione"; -$a->strings["Feed Republish"] = "Aggregatore di feed esterni"; -$a->strings["Special Purpose"] = "Per finalità speciali"; -$a->strings["Celebrity/Soapbox"] = "Pagina per fan"; -$a->strings["Group Repository"] = "Repository di gruppo"; -$a->strings["Other"] = "Altro"; -$a->strings["Custom/Expert Mode"] = "Personalizzazione per esperti"; $a->strings["Default"] = "Predefinito"; $a->strings["Frequently"] = "Frequentemente"; $a->strings["Hourly"] = "Ogni ora"; @@ -234,6 +217,167 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; +$a->strings["Visible to your default audience"] = "Visibile secondo le impostazioni predefinite"; +$a->strings["Show"] = "Mostra"; +$a->strings["Don't show"] = "Non mostrare"; +$a->strings["Permissions"] = "Permessi"; +$a->strings["Close"] = "Chiudi"; +$a->strings["prev"] = "prec"; +$a->strings["first"] = "inizio"; +$a->strings["last"] = "fine"; +$a->strings["next"] = "succ"; +$a->strings["older"] = "più recenti"; +$a->strings["newer"] = "più nuovi"; +$a->strings["No connections"] = "Nessun contatto"; +$a->strings["%d Connection"] = array( + 0 => "%d contatto", + 1 => "%d contatti", +); +$a->strings["View Connections"] = "Elenco contatti"; +$a->strings["Search"] = "Cerca"; +$a->strings["Save"] = "Salva"; +$a->strings["poke"] = "poke"; +$a->strings["poked"] = "ha ricevuto un poke"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "ha ricevuto un ping"; +$a->strings["prod"] = "spintone"; +$a->strings["prodded"] = "ha ricevuto uno spintone"; +$a->strings["slap"] = "schiaffo"; +$a->strings["slapped"] = "ha ricevuto uno schiaffo"; +$a->strings["finger"] = "finger"; +$a->strings["fingered"] = "ha ricevuto un finger"; +$a->strings["rebuff"] = "rifiuto"; +$a->strings["rebuffed"] = "ha ricevuto un rifiuto"; +$a->strings["happy"] = "felice"; +$a->strings["sad"] = "triste"; +$a->strings["mellow"] = "calmo"; +$a->strings["tired"] = "stanco"; +$a->strings["perky"] = "vivace"; +$a->strings["angry"] = "arrabbiato"; +$a->strings["stupified"] = "stordito"; +$a->strings["puzzled"] = "confuso"; +$a->strings["interested"] = "attento"; +$a->strings["bitter"] = "amaro"; +$a->strings["cheerful"] = "allegro"; +$a->strings["alive"] = "vivace"; +$a->strings["annoyed"] = "seccato"; +$a->strings["anxious"] = "ansioso"; +$a->strings["cranky"] = "irritabile"; +$a->strings["disturbed"] = "turbato"; +$a->strings["frustrated"] = "frustrato"; +$a->strings["depressed"] = "in depressione"; +$a->strings["motivated"] = "motivato"; +$a->strings["relaxed"] = "rilassato"; +$a->strings["surprised"] = "sorpreso"; +$a->strings["Monday"] = "lunedì"; +$a->strings["Tuesday"] = "martedì"; +$a->strings["Wednesday"] = "mercoledì"; +$a->strings["Thursday"] = "giovedì"; +$a->strings["Friday"] = "venerdì"; +$a->strings["Saturday"] = "sabato"; +$a->strings["Sunday"] = "domenica"; +$a->strings["January"] = "gennaio"; +$a->strings["February"] = "febbraio"; +$a->strings["March"] = "marzo"; +$a->strings["April"] = "aprile"; +$a->strings["May"] = "maggio"; +$a->strings["June"] = "giugno"; +$a->strings["July"] = "luglio"; +$a->strings["August"] = "agosto"; +$a->strings["September"] = "settembre"; +$a->strings["October"] = "ottobre"; +$a->strings["November"] = "novembre"; +$a->strings["December"] = "dicembre"; +$a->strings["unknown.???"] = "sconosciuto???"; +$a->strings["bytes"] = "byte"; +$a->strings["remove category"] = "rimuovi la categoria"; +$a->strings["remove from file"] = "rimuovi dal file"; +$a->strings["Click to open/close"] = "Clicca per aprire/chiudere"; +$a->strings["Link to Source"] = "Link al sito d'origine"; +$a->strings["Select a page layout: "] = "Scegli il layout della pagina:"; +$a->strings["default"] = "predefinito"; +$a->strings["Page content type: "] = "Contenuto della pagina:"; +$a->strings["Select an alternate language"] = "Seleziona una lingua diversa"; +$a->strings["photo"] = "la foto"; +$a->strings["event"] = "l'evento"; +$a->strings["status"] = "il messaggio di stato"; +$a->strings["comment"] = "il commento"; +$a->strings["activity"] = "l'attività"; +$a->strings["Design"] = "Design"; +$a->strings["Blocks"] = "Riquadri"; +$a->strings["Menus"] = "Menù"; +$a->strings["Layouts"] = "Layout"; +$a->strings["Pages"] = "Pagine"; +$a->strings["%d invitation available"] = array( + 0 => "%d invito disponibile", + 1 => "%d inviti disponibili", +); +$a->strings["Advanced"] = "Avanzate"; +$a->strings["Find Channels"] = "Ricerca canali"; +$a->strings["Enter name or interest"] = "Scrivi un nome o un interesse"; +$a->strings["Connect/Follow"] = "Aggiungi"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Per esempio: Mario Rossi, Pesca"; +$a->strings["Find"] = "Cerca"; +$a->strings["Channel Suggestions"] = "Canali suggeriti"; +$a->strings["Random Profile"] = "Profilo casuale"; +$a->strings["Invite Friends"] = "Invita amici"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Per esempio: name=mario e country=italy"; +$a->strings["Everything"] = "Tutto"; +$a->strings["%d connection in common"] = array( + 0 => "%d contatto in comune", + 1 => "%d contatti in comune", +); +$a->strings["show more"] = "mostra tutto"; +$a->strings["Red Matrix Notification"] = "Notifica di RedMatrix"; +$a->strings["redmatrix"] = "RedMatrix"; +$a->strings["Thank You,"] = "Grazie,"; +$a->strings["%s Administrator"] = "L'amministratore di %s"; +$a->strings["%s "] = "%s "; +$a->strings["[Red:Notify] New mail received at %s"] = "[RedMatrix] Nuovo messaggio su %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s ti ha mandato un messaggio privato su %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s ti ha mandato %2\$s."; +$a->strings["a private message"] = "un messaggio privato"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Visita %s per leggere i tuoi messaggi privati e rispondere."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%5\$s di %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s che hai creato[/zrl]"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[RedMatrix] Nuovo commento di %2\$s alla conversazione #%1\$d"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha commentato un elemento che stavi seguendo."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Visita %s per leggere o commentare la conversazione."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[RedMatrix] %s ha scritto sulla tua bacheca"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha scritto sulla bacheca del tuo profilo su %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s ha scritto sulla [zrl=%3\$s]tua bacheca[/zrl]"; +$a->strings["[Red:Notify] %s tagged you"] = "[RedMatrix] %s ti ha taggato"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s ti ha taggato su %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]ti ha taggato[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[RedMatrix] %1\$s ti ha mandato un poke"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s ti ha mandato un poke su %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]ti ha mandato un poke[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[RedMatrix] %s ha taggato il tuo articolo"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha taggato il tuo articolo su %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha taggato [zrl=%3\$s]il tuo articolo[/zrl]"; +$a->strings["[Red:Notify] Introduction received"] = "[RedMatrix] Hai una richiesta di amicizia"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, hai ricevuto una richiesta di entrare in contatto da '%2\$s' su %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, hai ricevuto una [zrl=%2\$s]richiesta di entrare in contatto[/zrl] da %3\$s."; +$a->strings["You may visit their profile at %s"] = "Puoi visitare il suo profilo su %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Visita %s per approvare o rifiutare la richiesta di entrare in contatto."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[RedMatrix] Ti è stato suggerito un amico"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, ti è stato suggerito un amico da '%2\$s' su %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, %4\$s ti [zrl=%2\$s]ha suggerito %3\$s[/zrl] come amico."; +$a->strings["Name:"] = "Nome:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s per approvare o rifiutare il suggerimento."; +$a->strings["[Red:Notify]"] = "[RedMatrix]"; +$a->strings["This event has been added to your calendar."] = "Questo evento è stato aggiunto al tuo calendario"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti potrebbero rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."; +$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i canali che inizi a seguire"; +$a->strings["All Channels"] = "Tutti i canali"; +$a->strings["edit"] = "modifica"; +$a->strings["Collections"] = "Insiemi di canali"; +$a->strings["Edit collection"] = "Modifica l'insieme di canali"; +$a->strings["Create a new collection"] = "Crea un nuovo insieme"; +$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme"; +$a->strings["add"] = "aggiungi"; $a->strings["Unable to obtain identity information from database"] = "Impossibile ottenere le informazioni di identificazione dal database"; $a->strings["Empty name"] = "Nome vuoto"; $a->strings["Name too long"] = "Nome troppo lungo"; @@ -251,6 +395,7 @@ $a->strings["Change profile photo"] = "Cambia la foto del profilo"; $a->strings["Profiles"] = "Profili"; $a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili"; $a->strings["Create New Profile"] = "Crea un nuovo profilo"; +$a->strings["Edit Profile"] = "Modifica il profilo"; $a->strings["Profile Image"] = "Immagine del profilo"; $a->strings["visible to everybody"] = "visibile a tutti"; $a->strings["Edit visibility"] = "Cambia la visibilità"; @@ -269,10 +414,6 @@ $a->strings["Events this week:"] = "Eventi di questa settimana:"; $a->strings["Profile"] = "Profilo"; $a->strings["Full Name:"] = "Nome completo:"; $a->strings["Like this channel"] = "Mi piace questo canale"; -$a->strings["__ctx:noun__ Like"] = array( - 0 => "Mi piace", - 1 => "Mi piace", -); $a->strings["j F, Y"] = "j F Y"; $a->strings["j F"] = "j F"; $a->strings["Birthday:"] = "Compleanno:"; @@ -297,6 +438,52 @@ $a->strings["Love/Romance:"] = "Amore:"; $a->strings["Work/employment:"] = "Lavoro:"; $a->strings["School/education:"] = "Scuola:"; $a->strings["Like this thing"] = "Mi piace questo oggetto"; +$a->strings["Not a valid email address"] = "Email non valida"; +$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito"; +$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito."; +$a->strings["An invitation is required."] = "È necessario un invito."; +$a->strings["Invitation could not be verified."] = "L'invito non può essere verificato."; +$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste."; +$a->strings["Failed to store account information."] = "Non è stato possibile salvare le informazioni del tuo account."; +$a->strings["Registration confirmation for %s"] = "Registrazione di %s confermata"; +$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s"; +$a->strings["Administrator"] = "Amministratore"; +$a->strings["your registration password"] = "la password di registrazione"; +$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s"; +$a->strings["Account approved."] = "Account approvato."; +$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s"; +$a->strings["Account verified. Please login."] = "Registrazione verificata. Adesso puoi effettuare login."; +$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione supera i limiti del tuo abbonamento."; +$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento."; +$a->strings["Channel is blocked on this site."] = "Il canale è bloccato per questo sito."; +$a->strings["Channel location missing."] = "Manca l'indirizzo del canale."; +$a->strings["Response from remote channel was incomplete."] = "La risposta dal canale non è completa."; +$a->strings["Channel was deleted and no longer exists."] = "Il canale è stato rimosso e non esiste più."; +$a->strings["Protocol disabled."] = "Protocollo disabilitato."; +$a->strings["Channel discovery failed."] = "La ricerca del canale non ha avuto successo."; +$a->strings["local account not found."] = "l'account locale non è stato trovato."; +$a->strings["Cannot connect to yourself."] = "Non puoi connetterti a te stesso."; +$a->strings["Public Timeline"] = "Diario pubblico"; +$a->strings["Item was not found."] = "Elemento non trovato."; +$a->strings["No source file."] = "Nessun file di origine."; +$a->strings["Cannot locate file to replace"] = "Il file da sostituire non è stato trovato"; +$a->strings["Cannot locate file to revise/update"] = "Il file da aggiornare non è stato trovato"; +$a->strings["File exceeds size limit of %d"] = "Il file supera la dimensione massima di %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Caricamento file fallito, potrebbe essere stato interrotto o potrebbe aver superato lo spazio assegnato."; +$a->strings["Stored file could not be verified. Upload failed."] = "Il file non può essere verificato. Caricamento fallito."; +$a->strings["Path not available."] = "Percorso non disponibile."; +$a->strings["Empty pathname"] = "Il percorso del file è vuoto"; +$a->strings["duplicate filename or path"] = "il file o il percorso del file è duplicato"; +$a->strings["Path not found."] = "Percorso del file non trovato."; +$a->strings["mkdir failed."] = "mkdir fallito."; +$a->strings["database storage failed."] = "scrittura su database fallita."; +$a->strings["Missing room name"] = "Area chat senza nome"; +$a->strings["Duplicate room name"] = "Il nome dell'area chat è duplicato"; +$a->strings["Invalid room specifier."] = "Il nome dell'area chat non è valido."; +$a->strings["Room not found."] = "Area chat non trovata."; +$a->strings["Room is full"] = "L'area chat è al completo"; $a->strings["Image/photo"] = "Immagine"; $a->strings["Encrypted content"] = "Contenuto crittografato"; $a->strings["Install design element: "] = "Installa il componente di design:"; @@ -305,237 +492,6 @@ $a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s ha scritto %2\$s % $a->strings["post"] = "l'articolo"; $a->strings["$1 spoiler"] = "$1 spoiler"; $a->strings["$1 wrote:"] = "$1 ha scritto:"; -$a->strings["Miscellaneous"] = "Altro"; -$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG oppure MM-GG"; -$a->strings["never"] = "mai"; -$a->strings["less than a second ago"] = "meno di un secondo fa"; -$a->strings["year"] = "anno"; -$a->strings["years"] = "anni"; -$a->strings["month"] = "mese"; -$a->strings["months"] = "mesi"; -$a->strings["week"] = "settimana"; -$a->strings["weeks"] = "settimane"; -$a->strings["day"] = "giorno"; -$a->strings["days"] = "giorni"; -$a->strings["hour"] = "ora"; -$a->strings["hours"] = "ore"; -$a->strings["minute"] = "minuto"; -$a->strings["minutes"] = "minuti"; -$a->strings["second"] = "secondo"; -$a->strings["seconds"] = "secondi"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s fa"; -$a->strings["%1\$s's birthday"] = "Compleanno di %1\$s"; -$a->strings["Happy Birthday %1\$s"] = "Buon compleanno %1\$s"; -$a->strings["New window"] = "Nuova finestra"; -$a->strings["Open the selected location in a different window or browser tab"] = "Apri l'indirizzo selezionato in una nuova scheda o finestra"; -$a->strings["User '%s' deleted"] = "Utente '%s' eliminato"; -$a->strings["Tags"] = "Tag"; -$a->strings["Keywords"] = "Parole chiave"; -$a->strings["have"] = "ho"; -$a->strings["has"] = "ha"; -$a->strings["want"] = "voglio"; -$a->strings["wants"] = "vuole"; -$a->strings["like"] = "mi piace"; -$a->strings["likes"] = "gli piace"; -$a->strings["dislike"] = "non mi piace"; -$a->strings["dislikes"] = "non gli piace"; -$a->strings["Public Timeline"] = "Diario pubblico"; -$a->strings["Red Matrix Notification"] = "Notifica di RedMatrix"; -$a->strings["redmatrix"] = "RedMatrix"; -$a->strings["Thank You,"] = "Grazie,"; -$a->strings["%s Administrator"] = "L'amministratore di %s"; -$a->strings["%s "] = "%s "; -$a->strings["[Red:Notify] New mail received at %s"] = "[RedMatrix] Nuovo messaggio su %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s ti ha mandato un messaggio privato su %3\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s ti ha mandato %2\$s."; -$a->strings["a private message"] = "un messaggio privato"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Visita %s per leggere i tuoi messaggi privati e rispondere."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%5\$s di %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s che hai creato[/zrl]"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[RedMatrix] Nuovo commento di %2\$s alla conversazione #%1\$d"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha commentato un elemento che stavi seguendo."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Visita %s per leggere o commentare la conversazione."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[RedMatrix] %s ha scritto sulla tua bacheca"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha scritto sulla bacheca del tuo profilo su %3\$s"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s ha scritto sulla [zrl=%3\$s]tua bacheca[/zrl]"; -$a->strings["[Red:Notify] %s tagged you"] = "[RedMatrix] %s ti ha taggato"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s ti ha taggato su %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]ti ha taggato[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[RedMatrix] %1\$s ti ha mandato un poke"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s ti ha mandato un poke su %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]ti ha mandato un poke[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[RedMatrix] %s ha taggato il tuo articolo"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha taggato il tuo articolo su %3\$s"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha taggato [zrl=%3\$s]il tuo articolo[/zrl]"; -$a->strings["[Red:Notify] Introduction received"] = "[RedMatrix] Hai una richiesta di amicizia"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, hai ricevuto una richiesta di entrare in contatto da '%2\$s' su %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, hai ricevuto una [zrl=%2\$s]richiesta di entrare in contatto[/zrl] da %3\$s."; -$a->strings["You may visit their profile at %s"] = "Puoi visitare il suo profilo su %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Visita %s per approvare o rifiutare la richiesta di entrare in contatto."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[RedMatrix] Ti è stato suggerito un amico"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, ti è stato suggerito un amico da '%2\$s' su %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, %4\$s ti [zrl=%2\$s]ha suggerito %3\$s[/zrl] come amico."; -$a->strings["Name:"] = "Nome:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s per approvare o rifiutare il suggerimento."; -$a->strings["[Red:Notify]"] = "[RedMatrix]"; -$a->strings["This event has been added to your calendar."] = "Questo evento è stato aggiunto al tuo calendario"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti potrebbero rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."; -$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i canali che inizi a seguire"; -$a->strings["All Channels"] = "Tutti i canali"; -$a->strings["edit"] = "modifica"; -$a->strings["Collections"] = "Insiemi di canali"; -$a->strings["Edit collection"] = "Modifica l'insieme di canali"; -$a->strings["Create a new collection"] = "Crea un nuovo insieme"; -$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme"; -$a->strings["add"] = "aggiungi"; -$a->strings["General Features"] = "Funzionalità di base"; -$a->strings["Content Expiration"] = "Scadenza"; -$a->strings["Remove posts/comments and/or private messages at a future time"] = "Elimina gli articoli, i commenti o i messaggi privati dopo un lasso di tempo"; -$a->strings["Multiple Profiles"] = "Profili multipli"; -$a->strings["Ability to create multiple profiles"] = "Abilitazione a creare profili multipli"; -$a->strings["Advanced Profiles"] = "Profili avanzati"; -$a->strings["Additional profile sections and selections"] = "Informazioni aggiuntive del profilo"; -$a->strings["Profile Import/Export"] = "Importa/esporta il profilo"; -$a->strings["Save and load profile details across sites/channels"] = "Salva o ripristina le informazioni del profilo su canali o siti diversi"; -$a->strings["Web Pages"] = "Pagine web"; -$a->strings["Provide managed web pages on your channel"] = "Attiva la creazione di pagine web sul tuo canale"; -$a->strings["Private Notes"] = "Note private"; -$a->strings["Enables a tool to store notes and reminders"] = "Abilita il riquadro per scrivere annotazioni"; -$a->strings["Navigation Channel Select"] = "Scegli il canale attivo dal menu"; -$a->strings["Change channels directly from within the navigation dropdown menu"] = "Scegli il canale attivo direttamente dal menu di navigazione"; -$a->strings["Extended Identity Sharing"] = "Condivisione avanzata dell'identità"; -$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti RedMatrix."; -$a->strings["Expert Mode"] = "Modalità esperto"; -$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate"; -$a->strings["Premium Channel"] = "Canale premium"; -$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Ti permette di impostare delle restrizioni e dei termini d'uso a chi segue il canale"; -$a->strings["Post Composition Features"] = "Modalità di scrittura articoli"; -$a->strings["Use Markdown"] = "Usa il markdown"; -$a->strings["Allow use of \"Markdown\" to format posts"] = "Consenti l'uso del markdown per formattare gli articoli"; -$a->strings["Post Preview"] = "Anteprima articolo"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli"; -$a->strings["Channel Sources"] = "Sorgenti del canale"; -$a->strings["Automatically import channel content from other channels or feeds"] = "Importa automaticamente il contenuto del canale da altri canali o feed"; -$a->strings["Even More Encryption"] = "Crittografia addizionale"; -$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Rendi possibile la crittografia tra mittente e destinatario che condividono una chiave segreta"; -$a->strings["Flag Adult Photos"] = "Marca le foto per adulti"; -$a->strings["Provide photo edit option to hide adult photos from default album view"] = "Permette di marcare e nascondere negli album le foto per adulti"; -$a->strings["Network and Stream Filtering"] = "Filtraggio dei contenuti"; -$a->strings["Search by Date"] = "Ricerca per data"; -$a->strings["Ability to select posts by date ranges"] = "Per selezionare gli articoli in un intervallo tra date"; -$a->strings["Collections Filter"] = "Filtra per insiemi di canali"; -$a->strings["Enable widget to display Network posts only from selected collections"] = "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali"; -$a->strings["Saved Searches"] = "Ricerche salvate"; -$a->strings["Save search terms for re-use"] = "Salva i termini delle ricerche per poterle ripetere"; -$a->strings["Network Personal Tab"] = "Attività personale"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Abilita il link per mostrare solamente i contenuti con cui hai interagito"; -$a->strings["Network New Tab"] = "Contenuti nuovi"; -$a->strings["Enable tab to display all new Network activity"] = "Abilita il link per visualizzare solo i nuovi contenuti"; -$a->strings["Affinity Tool"] = "Filtro per affinità"; -$a->strings["Filter stream activity by depth of relationships"] = "Permette di selezionare i contenuti in base al livello di amicizia"; -$a->strings["Suggest Channels"] = "Suggerisci canali"; -$a->strings["Show channel suggestions"] = "Mostra alcuni canali che potrebbero interessarti"; -$a->strings["Post/Comment Tools"] = "Gestione articoli e commenti"; -$a->strings["Edit Sent Posts"] = "Modifica gli articoli già inviati"; -$a->strings["Edit and correct posts and comments after sending"] = "Modifica e correggi gli articoli o i commenti anche dopo l'invio"; -$a->strings["Tagging"] = "Tag"; -$a->strings["Ability to tag existing posts"] = "Permetti l'aggiunta di tag su articoli già esistenti"; -$a->strings["Post Categories"] = "Categorie degli articoli"; -$a->strings["Add categories to your posts"] = "Abilita le categorie per i tuoi articoli"; -$a->strings["Ability to file posts under folders"] = "Abilita la raccolta dei tuoi articoli in cartelle"; -$a->strings["Dislike Posts"] = "Non mi piace"; -$a->strings["Ability to dislike posts/comments"] = "Abilità la funzionalità \"non mi piace\" per i tuoi articoli"; -$a->strings["Star Posts"] = "Articoli stella (preferiti)"; -$a->strings["Ability to mark special posts with a star indicator"] = "Mostra la stella per scegliere gli articoli preferiti"; -$a->strings["Tag Cloud"] = "Nuvola di tag"; -$a->strings["Provide a personal tag cloud on your channel page"] = "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale"; -$a->strings["prev"] = "prec"; -$a->strings["first"] = "inizio"; -$a->strings["last"] = "fine"; -$a->strings["next"] = "succ"; -$a->strings["older"] = "più recenti"; -$a->strings["newer"] = "più nuovi"; -$a->strings["No connections"] = "Nessun contatto"; -$a->strings["%d Connection"] = array( - 0 => "%d contatto", - 1 => "%d contatti", -); -$a->strings["View Connections"] = "Elenco contatti"; -$a->strings["Save"] = "Salva"; -$a->strings["poke"] = "poke"; -$a->strings["poked"] = "ha ricevuto un poke"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "ha ricevuto un ping"; -$a->strings["prod"] = "spintone"; -$a->strings["prodded"] = "ha ricevuto uno spintone"; -$a->strings["slap"] = "schiaffo"; -$a->strings["slapped"] = "ha ricevuto uno schiaffo"; -$a->strings["finger"] = "finger"; -$a->strings["fingered"] = "ha ricevuto un finger"; -$a->strings["rebuff"] = "rifiuto"; -$a->strings["rebuffed"] = "ha ricevuto un rifiuto"; -$a->strings["happy"] = "felice"; -$a->strings["sad"] = "triste"; -$a->strings["mellow"] = "calmo"; -$a->strings["tired"] = "stanco"; -$a->strings["perky"] = "vivace"; -$a->strings["angry"] = "arrabbiato"; -$a->strings["stupified"] = "stordito"; -$a->strings["puzzled"] = "confuso"; -$a->strings["interested"] = "attento"; -$a->strings["bitter"] = "amaro"; -$a->strings["cheerful"] = "allegro"; -$a->strings["alive"] = "vivace"; -$a->strings["annoyed"] = "seccato"; -$a->strings["anxious"] = "ansioso"; -$a->strings["cranky"] = "irritabile"; -$a->strings["disturbed"] = "turbato"; -$a->strings["frustrated"] = "frustrato"; -$a->strings["depressed"] = "in depressione"; -$a->strings["motivated"] = "motivato"; -$a->strings["relaxed"] = "rilassato"; -$a->strings["surprised"] = "sorpreso"; -$a->strings["Monday"] = "lunedì"; -$a->strings["Tuesday"] = "martedì"; -$a->strings["Wednesday"] = "mercoledì"; -$a->strings["Thursday"] = "giovedì"; -$a->strings["Friday"] = "venerdì"; -$a->strings["Saturday"] = "sabato"; -$a->strings["Sunday"] = "domenica"; -$a->strings["January"] = "gennaio"; -$a->strings["February"] = "febbraio"; -$a->strings["March"] = "marzo"; -$a->strings["April"] = "aprile"; -$a->strings["May"] = "maggio"; -$a->strings["June"] = "giugno"; -$a->strings["July"] = "luglio"; -$a->strings["August"] = "agosto"; -$a->strings["September"] = "settembre"; -$a->strings["October"] = "ottobre"; -$a->strings["November"] = "novembre"; -$a->strings["December"] = "dicembre"; -$a->strings["unknown.???"] = "sconosciuto???"; -$a->strings["bytes"] = "byte"; -$a->strings["remove category"] = "rimuovi la categoria"; -$a->strings["remove from file"] = "rimuovi dal file"; -$a->strings["Click to open/close"] = "Clicca per aprire/chiudere"; -$a->strings["Link to Source"] = "Link al sito d'origine"; -$a->strings["Select a page layout: "] = "Scegli il layout della pagina:"; -$a->strings["default"] = "predefinito"; -$a->strings["Page content type: "] = "Contenuto della pagina:"; -$a->strings["Select an alternate language"] = "Seleziona una lingua diversa"; -$a->strings["photo"] = "la foto"; -$a->strings["event"] = "l'evento"; -$a->strings["status"] = "il messaggio di stato"; -$a->strings["comment"] = "il commento"; -$a->strings["activity"] = "l'attività"; -$a->strings["Design"] = "Design"; -$a->strings["Blocks"] = "Riquadri"; -$a->strings["Menus"] = "Menù"; -$a->strings["Layouts"] = "Layout"; -$a->strings["Pages"] = "Pagine"; $a->strings["channel"] = "canale"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s"; @@ -555,10 +511,12 @@ $a->strings["Expires: %s"] = "Scadenza: %s"; $a->strings["View in context"] = "Vedi nel contesto"; $a->strings["Please wait"] = "Attendere"; $a->strings["remove"] = "rimuovi"; +$a->strings["Loading..."] = "Caricamento in corso..."; $a->strings["Delete Selected Items"] = "Elimina gli oggetti selezionati"; $a->strings["View Source"] = "Vedi il sorgente"; $a->strings["Follow Thread"] = "Segui la discussione"; $a->strings["View Status"] = "Guarda il messaggio di stato"; +$a->strings["View Profile"] = "Profilo"; $a->strings["View Photos"] = "Guarda le foto"; $a->strings["Matrix Activity"] = "Attività nella tua rete"; $a->strings["Edit Contact"] = "Modifica il contatto"; @@ -634,50 +592,14 @@ $a->strings["Channel"] = "Canale"; $a->strings["Status Messages and Posts"] = "Articoli e messaggi di stato"; $a->strings["About"] = "Informazioni"; $a->strings["Profile Details"] = "Dettagli del profilo"; -$a->strings["Photo Albums"] = "Album foto"; +$a->strings["Photos"] = "Foto"; $a->strings["Files and Storage"] = "Archivio file"; $a->strings["Chatrooms"] = "Area chat"; +$a->strings["Bookmarks"] = "Segnalibri"; $a->strings["Saved Bookmarks"] = "Segnalibri salvati"; +$a->strings["Webpages"] = "Pagine web"; $a->strings["Manage Webpages"] = "Gestisci le pagine web"; -$a->strings["Not a valid email address"] = "Email non valida"; -$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito"; -$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito."; -$a->strings["An invitation is required."] = "È necessario un invito."; -$a->strings["Invitation could not be verified."] = "L'invito non può essere verificato."; -$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste."; -$a->strings["Failed to store account information."] = "Non è stato possibile salvare le informazioni del tuo account."; -$a->strings["Registration confirmation for %s"] = "Registrazione di %s confermata"; -$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s"; -$a->strings["Administrator"] = "Amministratore"; -$a->strings["your registration password"] = "la password di registrazione"; -$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s"; -$a->strings["Account approved."] = "Account approvato."; -$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s"; -$a->strings["Account verified. Please login."] = "Registrazione verificata. Adesso puoi effettuare login."; -$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione supera i limiti del tuo abbonamento."; -$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento."; -$a->strings["Image exceeds website size limit of %lu bytes"] = "L'immagine supera il limite massimo di %lu bytes"; -$a->strings["Image file is empty."] = "Il file dell'immagine è vuoto."; -$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine"; -$a->strings["Photo storage failed."] = "Impossibile caricare la foto."; -$a->strings["Upload New Photos"] = "Carica nuove foto"; -$a->strings["Permission denied"] = "Permesso negato"; -$a->strings["(Unknown)"] = "(Sconosciuto)"; -$a->strings["Visible to anybody on the internet."] = "Visibile a chiunque su internet."; -$a->strings["Visible to you only."] = "Visibile solo a te."; -$a->strings["Visible to anybody in this network."] = "Visibile a tutti su questa rete."; -$a->strings["Visible to anybody authenticated."] = "Visibile a chiunque sia autenticato."; -$a->strings["Visible to anybody on %s."] = "Visibile a tutti in %s."; -$a->strings["Visible to all connections."] = "Visibile a tutti coloro che ti seguono."; -$a->strings["Visible to approved connections."] = "Visibile ai contatti approvati."; -$a->strings["Visible to specific connections."] = "Visibile ad alcuni contatti scelti."; -$a->strings["Item not found."] = "Elemento non trovato."; -$a->strings["Collection not found."] = "Insieme di canali non trovato."; -$a->strings["Collection is empty."] = "L'insieme di canali è vuoto."; -$a->strings["Collection: %s"] = "Insieme: %s"; -$a->strings["Connection: %s"] = "Contatto: %s"; -$a->strings["Connection not found."] = "Contatto non trovato."; +$a->strings["Apps"] = "Apps"; $a->strings["System"] = "Sistema"; $a->strings["Create Personal App"] = "Crea una app personale"; $a->strings["Edit Personal App"] = "Modifica una app personale"; @@ -705,11 +627,12 @@ $a->strings["Feature settings"] = "Componenti aggiuntivi"; $a->strings["Display settings"] = "Aspetto"; $a->strings["Connected apps"] = "App connesse"; $a->strings["Export channel"] = "Esporta il canale"; -$a->strings["Export content"] = "Esporta i contenuti"; $a->strings["Connection Default Permissions"] = "Permessi predefiniti dei nuovi contatti"; $a->strings["Premium Channel Settings"] = "Canale premium - impostazioni"; +$a->strings["Settings"] = "Impostazioni"; $a->strings["Messages"] = "Messaggi"; $a->strings["Check Mail"] = "Controlla i messaggi"; +$a->strings["New Message"] = "Nuovo messaggio"; $a->strings["Chat Rooms"] = "Aree chat attive"; $a->strings["Bookmarked Chatrooms"] = "Aree chat nei segnalibri"; $a->strings["Suggested Chatrooms"] = "Aree chat suggerite"; @@ -717,9 +640,95 @@ $a->strings["photo/image"] = "foto/immagine"; $a->strings["Invalid data packet"] = "Dati non validi"; $a->strings["Unable to verify channel signature"] = "Impossibile verificare la firma elettronica del canale"; $a->strings["Unable to verify site signature for %s"] = "Impossibile verificare la firma elettronica del sito %s"; -$a->strings["Delete this item?"] = "Eliminare questo elemento?"; -$a->strings["Comment"] = "Commento"; +$a->strings["Save to Folder"] = "Salva nella cartella"; +$a->strings["View all"] = "Vedi tutto"; +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "Non mi piace", + 1 => "Non mi piace", +); +$a->strings["Add Star"] = "Aggiungi ai preferiti"; +$a->strings["Remove Star"] = "Rimuovi dai preferiti"; +$a->strings["Toggle Star Status"] = "Attiva/disattiva preferito"; +$a->strings["starred"] = "preferito"; +$a->strings["Add Tag"] = "Aggiungi un tag"; +$a->strings["I like this (toggle)"] = "Attiva/disattiva Mi piace"; +$a->strings["I don't like this (toggle)"] = "Attiva/disattiva Non mi piace"; +$a->strings["Share This"] = "Condividi"; +$a->strings["share"] = "condividi"; +$a->strings["%d comment"] = array( + 0 => "%d commento", + 1 => "%d commenti", +); +$a->strings["View %s's profile - %s"] = "Guarda il profilo di %s - %s"; +$a->strings["to"] = "a"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Da bacheca a bacheca"; +$a->strings["via Wall-To-Wall:"] = "da bacheca a bacheca:"; +$a->strings["Save Bookmarks"] = "Salva segnalibro"; +$a->strings["Add to Calendar"] = "Aggiungi al calendario"; +$a->strings["Mark all seen"] = "Marca tutto come letto"; +$a->strings["__ctx:noun__ Likes"] = "Mi piace"; +$a->strings["__ctx:noun__ Dislikes"] = "Non mi piace"; $a->strings["[+] show all"] = "[+] mostra tutto"; +$a->strings["This is you"] = "Questo sei tu"; +$a->strings["Comment"] = "Commento"; +$a->strings["Submit"] = "Salva"; +$a->strings["Bold"] = "Grassetto"; +$a->strings["Italic"] = "Corsivo"; +$a->strings["Underline"] = "Sottolineato"; +$a->strings["Quote"] = "Citazione"; +$a->strings["Code"] = "Codice"; +$a->strings["Image"] = "Immagine"; +$a->strings["Link"] = "Link"; +$a->strings["Video"] = "Video"; +$a->strings["Miscellaneous"] = "Altro"; +$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG oppure MM-GG"; +$a->strings["never"] = "mai"; +$a->strings["less than a second ago"] = "meno di un secondo fa"; +$a->strings["year"] = "anno"; +$a->strings["years"] = "anni"; +$a->strings["month"] = "mese"; +$a->strings["months"] = "mesi"; +$a->strings["week"] = "settimana"; +$a->strings["weeks"] = "settimane"; +$a->strings["day"] = "giorno"; +$a->strings["days"] = "giorni"; +$a->strings["hour"] = "ora"; +$a->strings["hours"] = "ore"; +$a->strings["minute"] = "minuto"; +$a->strings["minutes"] = "minuti"; +$a->strings["second"] = "secondo"; +$a->strings["seconds"] = "secondi"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s fa"; +$a->strings["%1\$s's birthday"] = "Compleanno di %1\$s"; +$a->strings["Happy Birthday %1\$s"] = "Buon compleanno %1\$s"; +$a->strings["Site Admin"] = "Amministrazione sito"; +$a->strings["Address Book"] = "Rubrica"; +$a->strings["Login"] = "Accedi"; +$a->strings["Channel Manager"] = "Gestione canali"; +$a->strings["Matrix"] = "RedMatrix"; +$a->strings["Channel Home"] = "Bacheca del canale"; +$a->strings["Events"] = "Eventi"; +$a->strings["Directory"] = "Elenco pubblico"; +$a->strings["Help"] = "Guida"; +$a->strings["Mail"] = "Messaggi"; +$a->strings["Mood"] = "Umore"; +$a->strings["Chat"] = "Area chat"; +$a->strings["Probe"] = "Diagnostica"; +$a->strings["Suggest"] = "Suggerisci"; +$a->strings["Random Channel"] = "Canale casuale"; +$a->strings["Invite"] = "Invita"; +$a->strings["Features"] = "Funzionalità"; +$a->strings["Language"] = "Lingua"; +$a->strings["Post"] = "Articolo"; +$a->strings["Profile Photo"] = "Foto del profilo"; +$a->strings["Update"] = "Aggiorna"; +$a->strings["Install"] = "Installa"; +$a->strings["Purchase"] = "Acquista"; +$a->strings["New window"] = "Nuova finestra"; +$a->strings["Open the selected location in a different window or browser tab"] = "Apri l'indirizzo selezionato in una nuova scheda o finestra"; +$a->strings["User '%s' deleted"] = "Utente '%s' eliminato"; +$a->strings["Delete this item?"] = "Eliminare questo elemento?"; $a->strings["[-] show less"] = "[-] riduci"; $a->strings["[+] expand"] = "[+] mostra tutto"; $a->strings["[-] collapse"] = "[-] riduci"; @@ -774,266 +783,133 @@ $a->strings["Deviant"] = "Deviato"; $a->strings["Fetish"] = "Feticista"; $a->strings["Oodles"] = "Un sacco"; $a->strings["Nonsexual"] = "Asessuato"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Da solo"; -$a->strings["Available"] = "Disponibile"; -$a->strings["Unavailable"] = "Non disponibile"; -$a->strings["Has crush"] = "Ha una cotta"; -$a->strings["Infatuated"] = "Infatuato/a"; -$a->strings["Dating"] = "Disponibile a un incontro"; -$a->strings["Unfaithful"] = "Infedele"; -$a->strings["Sex Addict"] = "Sesso-dipendente"; -$a->strings["Friends/Benefits"] = "Amici con qualcosa in più"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Impegnato"; -$a->strings["Married"] = "Sposato/a"; -$a->strings["Imaginarily married"] = "Con matrimonio immaginario"; -$a->strings["Partners"] = "Partner"; -$a->strings["Cohabiting"] = "Convivente"; -$a->strings["Common law"] = "Matrimonio regolare"; -$a->strings["Happy"] = "Felice"; -$a->strings["Not looking"] = "Non in cerca"; -$a->strings["Swinger"] = "Scambista"; -$a->strings["Betrayed"] = "Tradito/a"; -$a->strings["Separated"] = "Separato/a"; -$a->strings["Unstable"] = "Instabile"; -$a->strings["Divorced"] = "Divorziato/a"; -$a->strings["Imaginarily divorced"] = "Sogna il divorzio"; -$a->strings["Widowed"] = "Vedovo/a"; -$a->strings["Uncertain"] = "Incerto/a"; -$a->strings["It's complicated"] = "Relazione complicata"; -$a->strings["Don't care"] = "Chi se ne frega"; -$a->strings["Ask me"] = "Chiedimelo"; -$a->strings["Site Admin"] = "Amministrazione sito"; -$a->strings["Address Book"] = "Rubrica"; -$a->strings["Mood"] = "Umore"; -$a->strings["Probe"] = "Diagnostica"; -$a->strings["Suggest"] = "Suggerisci"; -$a->strings["Random Channel"] = "Canale casuale"; -$a->strings["Invite"] = "Invita"; -$a->strings["Features"] = "Funzionalità"; -$a->strings["Language"] = "Lingua"; -$a->strings["Post"] = "Articolo"; -$a->strings["Profile Photo"] = "Foto del profilo"; -$a->strings["Update"] = "Aggiorna"; -$a->strings["Install"] = "Installa"; -$a->strings["Purchase"] = "Acquista"; -$a->strings["Logged out."] = "Uscita effettuata."; -$a->strings["Failed authentication"] = "Autenticazione fallita"; -$a->strings["Login failed."] = "Accesso fallito."; -$a->strings["Save to Folder"] = "Salva nella cartella"; -$a->strings["View all"] = "Vedi tutto"; -$a->strings["__ctx:noun__ Dislike"] = array( - 0 => "Non mi piace", - 1 => "Non mi piace", -); -$a->strings["Add Star"] = "Aggiungi ai preferiti"; -$a->strings["Remove Star"] = "Rimuovi dai preferiti"; -$a->strings["Toggle Star Status"] = "Attiva/disattiva preferito"; -$a->strings["starred"] = "preferito"; -$a->strings["Add Tag"] = "Aggiungi un tag"; -$a->strings["I like this (toggle)"] = "Attiva/disattiva Mi piace"; -$a->strings["I don't like this (toggle)"] = "Attiva/disattiva Non mi piace"; -$a->strings["Share This"] = "Condividi"; -$a->strings["share"] = "condividi"; -$a->strings["%d comment"] = array( - 0 => "%d commento", - 1 => "%d commenti", -); -$a->strings["View %s's profile - %s"] = "Guarda il profilo di %s - %s"; -$a->strings["to"] = "a"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Da bacheca a bacheca"; -$a->strings["via Wall-To-Wall:"] = "da bacheca a bacheca:"; -$a->strings["Save Bookmarks"] = "Salva segnalibro"; -$a->strings["Add to Calendar"] = "Aggiungi al calendario"; -$a->strings["Mark all seen"] = "Marca tutto come letto"; -$a->strings["__ctx:noun__ Likes"] = "Mi piace"; -$a->strings["__ctx:noun__ Dislikes"] = "Non mi piace"; -$a->strings["This is you"] = "Questo sei tu"; -$a->strings["Submit"] = "Salva"; -$a->strings["Bold"] = "Grassetto"; -$a->strings["Italic"] = "Corsivo"; -$a->strings["Underline"] = "Sottolineato"; -$a->strings["Quote"] = "Citazione"; -$a->strings["Code"] = "Codice"; -$a->strings["Image"] = "Immagine"; -$a->strings["Link"] = "Link"; -$a->strings["Video"] = "Video"; -$a->strings["Missing room name"] = "Area chat senza nome"; -$a->strings["Duplicate room name"] = "Il nome dell'area chat è duplicato"; -$a->strings["Invalid room specifier."] = "Il nome dell'area chat non è valido."; -$a->strings["Room not found."] = "Area chat non trovata."; -$a->strings["Room is full"] = "L'area chat è al completo"; -$a->strings["Set your current mood and tell your friends"] = "Scegli il tuo umore attuale per mostrarlo agli amici"; -$a->strings["Menu not found."] = "Menù non trovato."; -$a->strings["Menu element updated."] = "L'elemento del menù è stato aggiornato."; -$a->strings["Unable to update menu element."] = "Non è possibile aggiornare l'elemento del menù."; -$a->strings["Menu element added."] = "Elemento aggiunto al menù."; -$a->strings["Unable to add menu element."] = "Impossibile aggiungere l'elemento al menù."; -$a->strings["Not found."] = "Non trovato."; -$a->strings["Manage Menu Elements"] = "Gestione elementi del menù"; -$a->strings["Edit menu"] = "Modifica il menù"; -$a->strings["Edit element"] = "Modifica l'elemento"; -$a->strings["Drop element"] = "Elimina l'elemento"; -$a->strings["New element"] = "Nuovo elemento"; -$a->strings["Edit this menu container"] = "Modifica il contenitore del menù"; -$a->strings["Add menu element"] = "Aggiungi un elemento al menù"; -$a->strings["Delete this menu item"] = "Elimina questo elemento del menù"; -$a->strings["Edit this menu item"] = "Modifica questo elemento del menù"; -$a->strings["New Menu Element"] = "Nuovo elemento del menù"; -$a->strings["Menu Item Permissions"] = "Permessi del menu"; -$a->strings["(click to open/close)"] = "(clicca per aprire/chiudere)"; -$a->strings["Link text"] = "Testo del link"; -$a->strings["URL of link"] = "Indirizzo del link"; -$a->strings["Use RedMatrix magic-auth if available"] = "Usa l'autenticazione magica di RedMatrix, se disponibile"; -$a->strings["Open link in new window"] = "Apri il link in una nuova finestra"; -$a->strings["Order in list"] = "Ordine dell'elenco"; -$a->strings["Higher numbers will sink to bottom of listing"] = "I numeri più alti andranno in fondo all'elenco"; -$a->strings["Menu item not found."] = "L'elemento del menù non è stato trovato."; -$a->strings["Menu item deleted."] = "L'elemento del menù è stato eliminato."; -$a->strings["Menu item could not be deleted."] = "L'elemento del menù non può essere eliminato."; -$a->strings["Edit Menu Element"] = "Modifica l'elemento del menù"; -$a->strings["Modify"] = "Modifica"; -$a->strings["Some blurb about what to do when you're new here"] = "Qualche suggerimento per i nuovi utenti su cosa fare"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!"; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio."; -$a->strings["Passwords do not match."] = "Le password non corrispondono."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata."; -$a->strings["Your registration is pending approval by the site owner."] = "La tua richiesta è in attesa di approvazione da parte dell'amministratore del sito."; -$a->strings["Your registration can not be processed."] = "La tua registrazione non puo' essere processata."; -$a->strings["Registration on this site/hub is by approval only."] = "La registrazione su questo sito è soggetta ad approvazione."; -$a->strings["Register at another affiliated site/hub"] = "Registrati su un altro server affiliato"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani."; -$a->strings["Terms of Service"] = "Condizioni d'Uso"; -$a->strings["I accept the %s for this website"] = "Accetto le %s di questo sito"; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ho più di 13 anni e accetto le %s di questo sito"; -$a->strings["Registration"] = "Registrazione"; -$a->strings["Membership on this site is by invitation only."] = "Per registrarsi su questo sito è necessario un invito."; -$a->strings["Please enter your invitation code"] = "Inserisci il codice dell'invito"; -$a->strings["Your email address"] = "Il tuo indirizzo email"; -$a->strings["Choose a password"] = "Scegli una password"; -$a->strings["Please re-enter your password"] = "Ripeti la password per verifica"; -$a->strings["- select -"] = "- scegli -"; -$a->strings["Invalid profile identifier."] = "Indentificativo del profilo non valido."; -$a->strings["Profile Visibility Editor"] = "Modifica la visibilità del profilo"; -$a->strings["Click on a contact to add or remove."] = "Clicca su un contatto per aggiungerlo o rimuoverlo."; -$a->strings["Visible To"] = "Visibile a"; -$a->strings["All Connections"] = "Tutti i contatti"; -$a->strings["Failed to create source. No channel selected."] = "Impossibile creare la sorgente. Nessun canale selezionato."; -$a->strings["Source created."] = "Sorgente creata."; -$a->strings["Source updated."] = "Sorgente aggiornata."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Gestisci le sorgenti dei contenuti del tuo canale."; -$a->strings["New Source"] = "Nuova sorgente"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente."; -$a->strings["Only import content with these words (one per line)"] = "Importa solo i contenuti che hanno queste parole (una per riga)"; -$a->strings["Leave blank to import all public content"] = "Lascia vuoto per importare tutti i contenuti pubblici"; -$a->strings["Channel Name"] = "Nome del canale"; -$a->strings["Source not found."] = "Sorgente non trovata."; -$a->strings["Edit Source"] = "Modifica la sorgente"; -$a->strings["Delete Source"] = "Elimina la sorgente"; -$a->strings["Source removed"] = "Sorgente eliminata"; -$a->strings["Unable to remove source."] = "Impossibile rimuovere la sorgente."; -$a->strings["Poke/Prod"] = "Poke/Prod"; -$a->strings["poke, prod or do other things to somebody"] = "Manda un poke, un prod o altro"; -$a->strings["Recipient"] = "Destinatario"; -$a->strings["Choose what you wish to do to recipient"] = "Scegli cosa vuoi inviare al destinatario"; -$a->strings["Make this post private"] = "Rendi privato questo articolo"; -$a->strings["Authorize application connection"] = "Autorizza la app"; -$a->strings["Return to your app and insert this Securty Code:"] = "Torna alla app e inserisci questo codice di sicurezza:"; -$a->strings["Please login to continue."] = "Accedi al sito per continuare."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?"; -$a->strings["Yes"] = "Si"; -$a->strings["No"] = "No"; -$a->strings["Public access denied."] = "Accesso pubblico negato."; -$a->strings["Item not available."] = "Elemento non disponibile."; -$a->strings["Fetching URL returns error: %1\$s"] = "La chiamata all'URL restituisce questo errore: %1\$s"; -$a->strings["Invalid item."] = "Elemento non valido."; -$a->strings["Channel not found."] = "Canale non trovato."; -$a->strings["Page not found."] = "Pagina non trovata."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s"; -$a->strings["Block Name"] = "Nome del riquadro"; -$a->strings["Red Matrix Server - Setup"] = "RedMatrix Server - Installazione"; -$a->strings["Could not connect to database."] = " Impossibile connettersi al database."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS."; -$a->strings["Could not create table."] = "Impossibile creare le tabelle."; -$a->strings["Your site database has been installed."] = "Il database del sito è stato installato."; -$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Leggi il file 'install/INSTALL.txt'."; -$a->strings["System check"] = "Verifica del sistema"; -$a->strings["Next"] = "Successivo"; -$a->strings["Check again"] = "Verifica di nuovo"; -$a->strings["Database connection"] = "Connessione al database"; -$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Per installare RedMatrix è necessario conoscere i parametri di connessione al database."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database deve già esistere. Se non esiste, crealo prima di continuare."; -$a->strings["Database Server Name"] = "Server del database"; -$a->strings["Default is localhost"] = "'localhost' è il predefinito"; -$a->strings["Database Port"] = "Port del database"; -$a->strings["Communication port number - use 0 for default"] = "Scrivi 0 per usare il valore standard"; -$a->strings["Database Login Name"] = "Utente database"; -$a->strings["Database Login Password"] = "Password utente database"; -$a->strings["Database Name"] = "Nome database"; -$a->strings["Database Type"] = "Tipo database"; -$a->strings["Site administrator email address"] = "Indirizzo email dell'amministratore del sito"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web."; -$a->strings["Website URL"] = "URL completo del sito"; -$a->strings["Please use SSL (https) URL if available."] = "Se disponibile, usa l'indirizzo SSL (https)."; -$a->strings["Please select a default timezone for your website"] = "Seleziona il fuso orario predefinito per il tuo sito web"; -$a->strings["Site settings"] = "Impostazioni del sito"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web"; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron."; -$a->strings["PHP executable path"] = "Path del comando PHP"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione."; -$a->strings["Command line PHP"] = "PHP da riga di comando"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"."; -$a->strings["This is required for message delivery to work."] = "E' necessario perché funzioni la consegna dei messaggi."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di criptazione"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Genera chiavi di criptazione"; -$a->strings["libCurl PHP module"] = "modulo PHP libCurl"; -$a->strings["GD graphics PHP module"] = "modulo PHP GD graphics"; -$a->strings["OpenSSL PHP module"] = "modulo PHP OpenSSL"; -$a->strings["mysqli or postgres PHP module"] = "modulo PHP per mysqli oppure prostgres"; -$a->strings["mb_string PHP module"] = "modulo PHP mb_string"; -$a->strings["mcrypt PHP module"] = "modulo PHP mcrypt"; -$a->strings["Apache mod_rewrite module"] = "modulo Apache mod_rewrite"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato"; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto ma non installato."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato."; -$a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto ma non installato."; -$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato"; -$a->strings["Error: mb_string PHP module required but not installed."] = "Errore: il modulo PHP mb_string è richiesto ma non installato."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Errore: il modulo PHP mcrypt è richiesto ma non installato."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di RedMatrix ma non è in grado di farlo."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione da parte di un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene."; -$a->strings["%s is writable"] = "%s è scrivibile"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "RedMatrix salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix"; -$a->strings["store is writable"] = "l'archivio è scrivibile"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser."; -$a->strings["SSL certificate validation"] = "Validazione del certificato SSL"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:"; -$a->strings["Url rewrite is working"] = "Url rewrite funziona correttamente"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Il file di configurazione del database \".htconfig.php\" non puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito."; -$a->strings["Errors encountered creating database tables."] = "La creazione delle tabelle del database ha generato errori."; -$a->strings["

What next

"] = "

I prossimi passi

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling."; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Da solo"; +$a->strings["Available"] = "Disponibile"; +$a->strings["Unavailable"] = "Non disponibile"; +$a->strings["Has crush"] = "Ha una cotta"; +$a->strings["Infatuated"] = "Infatuato/a"; +$a->strings["Dating"] = "Disponibile a un incontro"; +$a->strings["Unfaithful"] = "Infedele"; +$a->strings["Sex Addict"] = "Sesso-dipendente"; +$a->strings["Friends/Benefits"] = "Amici con qualcosa in più"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Impegnato"; +$a->strings["Married"] = "Sposato/a"; +$a->strings["Imaginarily married"] = "Con matrimonio immaginario"; +$a->strings["Partners"] = "Partner"; +$a->strings["Cohabiting"] = "Convivente"; +$a->strings["Common law"] = "Matrimonio regolare"; +$a->strings["Happy"] = "Felice"; +$a->strings["Not looking"] = "Non in cerca"; +$a->strings["Swinger"] = "Scambista"; +$a->strings["Betrayed"] = "Tradito/a"; +$a->strings["Separated"] = "Separato/a"; +$a->strings["Unstable"] = "Instabile"; +$a->strings["Divorced"] = "Divorziato/a"; +$a->strings["Imaginarily divorced"] = "Sogna il divorzio"; +$a->strings["Widowed"] = "Vedovo/a"; +$a->strings["Uncertain"] = "Incerto/a"; +$a->strings["It's complicated"] = "Relazione complicata"; +$a->strings["Don't care"] = "Chi se ne frega"; +$a->strings["Ask me"] = "Chiedimelo"; +$a->strings["Logout"] = "Esci"; +$a->strings["End this session"] = "Chiudi questa sessione"; +$a->strings["Home"] = "Bacheca"; +$a->strings["Your posts and conversations"] = "I tuoi articoli e conversazioni"; +$a->strings["Your profile page"] = "Il tuo profilo"; +$a->strings["Edit Profiles"] = "Modifica i profili"; +$a->strings["Manage/Edit profiles"] = "Gestisci/modifica i profili"; +$a->strings["Edit your profile"] = "Modifica il profilo"; +$a->strings["Your photos"] = "Le tue foto"; +$a->strings["Your files"] = "I tuoi file"; +$a->strings["Your chatrooms"] = "Le tue aree chat"; +$a->strings["Your bookmarks"] = "I tuoi segnalibri"; +$a->strings["Your webpages"] = "Le tue pagine web"; +$a->strings["Sign in"] = "Accedi"; +$a->strings["%s - click to logout"] = "%s - clicca per uscire"; +$a->strings["Remote authentication"] = "Autenticazione magica dal tuo server"; +$a->strings["Click to authenticate to your home hub"] = "Clicca per autenticarti sul tuo server principale"; +$a->strings["Home Page"] = "Bacheca"; +$a->strings["Register"] = "Iscriviti"; +$a->strings["Create an account"] = "Crea un account"; +$a->strings["Help and documentation"] = "Guida e documentazione"; +$a->strings["Applications, utilities, links, games"] = "Applicazioni, utilità, link, giochi"; +$a->strings["Search site content"] = "Cerca nel sito"; +$a->strings["Channel Directory"] = "Elenco pubblico canali"; +$a->strings["Your matrix"] = "La tua rete"; +$a->strings["Mark all matrix notifications seen"] = "Segna come lette le notifiche della tua rete"; +$a->strings["Channel home"] = "Bacheca del canale"; +$a->strings["Mark all channel notifications seen"] = "Segna come lette le notifiche del canale"; +$a->strings["Connections"] = "Contatti"; +$a->strings["Notices"] = "Avvisi"; +$a->strings["Notifications"] = "Notifiche"; +$a->strings["See all notifications"] = "Vedi tutte le notifiche"; +$a->strings["Mark all system notifications seen"] = "Segna come lette le notifiche di sistema"; +$a->strings["Private mail"] = "Messaggi privati"; +$a->strings["See all private messages"] = "Guarda tutti i messaggi privati"; +$a->strings["Mark all private messages seen"] = "Segna come letti tutti i messaggi privati"; +$a->strings["Inbox"] = "In arrivo"; +$a->strings["Outbox"] = "Inviati"; +$a->strings["Event Calendar"] = "Calendario"; +$a->strings["See all events"] = "Guarda tutti gli eventi"; +$a->strings["Mark all events seen"] = "Marca come letti tutti gli eventi"; +$a->strings["Manage Your Channels"] = "Gestisci i tuoi canali"; +$a->strings["Account/Channel Settings"] = "Impostazioni dell'account e del canale"; +$a->strings["Admin"] = "Amministrazione"; +$a->strings["Site Setup and Configuration"] = "Installazione e configurazione del sito"; +$a->strings["@name, #tag, content"] = "@nome, #tag, testo"; +$a->strings["Please wait..."] = "Attendere..."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "I controlli di sicurezza sono falliti. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto."; +$a->strings["Set your current mood and tell your friends"] = "Scegli il tuo umore attuale per mostrarlo agli amici"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "È stato superato il numero massimo giornaliero di registrazioni a questo sito. Riprova domani!"; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Impossibile proseguire. Devi prima accettare le Condizioni d'Uso del servizio."; +$a->strings["Passwords do not match."] = "Le password non corrispondono."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "La registrazione è terminata correttamente. Per continuare controlla l'email che ti è stata inviata."; +$a->strings["Your registration is pending approval by the site owner."] = "La tua richiesta è in attesa di approvazione da parte dell'amministratore del sito."; +$a->strings["Your registration can not be processed."] = "La tua registrazione non puo' essere processata."; +$a->strings["Registration on this site/hub is by approval only."] = "La registrazione su questo sito è soggetta ad approvazione."; +$a->strings["Register at another affiliated site/hub"] = "Registrati su un altro server affiliato"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani."; +$a->strings["Terms of Service"] = "Condizioni d'Uso"; +$a->strings["I accept the %s for this website"] = "Accetto le %s di questo sito"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ho più di 13 anni e accetto le %s di questo sito"; +$a->strings["Registration"] = "Registrazione"; +$a->strings["Membership on this site is by invitation only."] = "Per registrarsi su questo sito è necessario un invito."; +$a->strings["Please enter your invitation code"] = "Inserisci il codice dell'invito"; +$a->strings["Your email address"] = "Il tuo indirizzo email"; +$a->strings["Choose a password"] = "Scegli una password"; +$a->strings["Please re-enter your password"] = "Ripeti la password per verifica"; +$a->strings["Menu not found."] = "Menù non trovato."; +$a->strings["Menu element updated."] = "L'elemento del menù è stato aggiornato."; +$a->strings["Unable to update menu element."] = "Non è possibile aggiornare l'elemento del menù."; +$a->strings["Menu element added."] = "Elemento aggiunto al menù."; +$a->strings["Unable to add menu element."] = "Impossibile aggiungere l'elemento al menù."; +$a->strings["Not found."] = "Non trovato."; +$a->strings["Manage Menu Elements"] = "Gestione elementi del menù"; +$a->strings["Edit menu"] = "Modifica il menù"; +$a->strings["Edit element"] = "Modifica l'elemento"; +$a->strings["Drop element"] = "Elimina l'elemento"; +$a->strings["New element"] = "Nuovo elemento"; +$a->strings["Edit this menu container"] = "Modifica il contenitore del menù"; +$a->strings["Add menu element"] = "Aggiungi un elemento al menù"; +$a->strings["Delete this menu item"] = "Elimina questo elemento del menù"; +$a->strings["Edit this menu item"] = "Modifica questo elemento del menù"; +$a->strings["New Menu Element"] = "Nuovo elemento del menù"; +$a->strings["Menu Item Permissions"] = "Permessi del menu"; +$a->strings["(click to open/close)"] = "(clicca per aprire/chiudere)"; +$a->strings["Link text"] = "Testo del link"; +$a->strings["URL of link"] = "Indirizzo del link"; +$a->strings["Use RedMatrix magic-auth if available"] = "Usa l'autenticazione magica di RedMatrix, se disponibile"; +$a->strings["Open link in new window"] = "Apri il link in una nuova finestra"; +$a->strings["Order in list"] = "Ordine dell'elenco"; +$a->strings["Higher numbers will sink to bottom of listing"] = "I numeri più alti andranno in fondo all'elenco"; +$a->strings["Menu item not found."] = "L'elemento del menù non è stato trovato."; +$a->strings["Menu item deleted."] = "L'elemento del menù è stato eliminato."; +$a->strings["Menu item could not be deleted."] = "L'elemento del menù non può essere eliminato."; +$a->strings["Edit Menu Element"] = "Modifica l'elemento del menù"; +$a->strings["Modify"] = "Modifica"; +$a->strings["Some blurb about what to do when you're new here"] = "Qualche suggerimento per i nuovi utenti su cosa fare"; $a->strings["Name is required"] = "Il nome è obbligatorio"; $a->strings["Key and Secret are required"] = "Key e Secret sono richiesti"; $a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Password non cambiata."; @@ -1102,6 +978,8 @@ $a->strings["Anybody in this network"] = "Chiunque su Red"; $a->strings["Anybody authenticated"] = "Chiunque sia autenticato"; $a->strings["Anybody on the internet"] = "Chiunque su internet"; $a->strings["Publish your default profile in the network directory"] = "Mostra il mio profilo predefinito nell'elenco pubblico dei canali"; +$a->strings["No"] = "No"; +$a->strings["Yes"] = "Si"; $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Vuoi essere suggerito come amico ai nuovi membri?"; $a->strings["or"] = "o"; $a->strings["Your channel address is"] = "L'indirizzo del tuo canale è"; @@ -1169,6 +1047,159 @@ $a->strings["Please enable expert mode (in Setting $a->strings["Miscellaneous Settings"] = "Impostazioni varie"; $a->strings["Personal menu to display in your channel pages"] = "Menu personale da mostrare sulle pagine del tuo canale"; $a->strings["Remove this channel"] = "Elimina questo canale"; +$a->strings["Collection created."] = "L'insieme di canali è stato creato."; +$a->strings["Could not create collection."] = "Impossibile creare l'insieme."; +$a->strings["Collection updated."] = "Insieme aggiornato."; +$a->strings["Create a collection of channels."] = "Crea un insieme di canali."; +$a->strings["Collection Name: "] = "Nome dell'insieme:"; +$a->strings["Members are visible to other channels"] = "I membri potranno vedere gli altri canali dell'insieme"; +$a->strings["Collection removed."] = "Insieme rimosso."; +$a->strings["Unable to remove collection."] = "Impossibile rimuovere l'insieme."; +$a->strings["Collection Editor"] = "Modifica l'insieme"; +$a->strings["Members"] = "Membri"; +$a->strings["All Connected Channels"] = "Tutti i canali connessi"; +$a->strings["Click on a channel to add or remove."] = "Clicca su un canale per aggiungerlo o rimuoverlo."; +$a->strings["Public access denied."] = "Accesso pubblico negato."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s"; +$a->strings["Poke/Prod"] = "Poke/Prod"; +$a->strings["poke, prod or do other things to somebody"] = "Manda un poke, un prod o altro"; +$a->strings["Recipient"] = "Destinatario"; +$a->strings["Choose what you wish to do to recipient"] = "Scegli cosa vuoi inviare al destinatario"; +$a->strings["Make this post private"] = "Rendi privato questo articolo"; +$a->strings["Authorize application connection"] = "Autorizza la app"; +$a->strings["Return to your app and insert this Securty Code:"] = "Torna alla app e inserisci questo codice di sicurezza:"; +$a->strings["Please login to continue."] = "Accedi al sito per continuare."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?"; +$a->strings["Red Matrix Server - Setup"] = "RedMatrix Server - Installazione"; +$a->strings["Could not connect to database."] = " Impossibile connettersi al database."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS."; +$a->strings["Could not create table."] = "Impossibile creare le tabelle."; +$a->strings["Your site database has been installed."] = "Il database del sito è stato installato."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Leggi il file 'install/INSTALL.txt'."; +$a->strings["System check"] = "Verifica del sistema"; +$a->strings["Next"] = "Successivo"; +$a->strings["Check again"] = "Verifica di nuovo"; +$a->strings["Database connection"] = "Connessione al database"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Per installare RedMatrix è necessario conoscere i parametri di connessione al database."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database deve già esistere. Se non esiste, crealo prima di continuare."; +$a->strings["Database Server Name"] = "Server del database"; +$a->strings["Default is localhost"] = "'localhost' è il predefinito"; +$a->strings["Database Port"] = "Port del database"; +$a->strings["Communication port number - use 0 for default"] = "Scrivi 0 per usare il valore standard"; +$a->strings["Database Login Name"] = "Utente database"; +$a->strings["Database Login Password"] = "Password utente database"; +$a->strings["Database Name"] = "Nome database"; +$a->strings["Database Type"] = "Tipo database"; +$a->strings["Site administrator email address"] = "Indirizzo email dell'amministratore del sito"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web."; +$a->strings["Website URL"] = "URL completo del sito"; +$a->strings["Please use SSL (https) URL if available."] = "Se disponibile, usa l'indirizzo SSL (https)."; +$a->strings["Please select a default timezone for your website"] = "Seleziona il fuso orario predefinito per il tuo sito web"; +$a->strings["Site settings"] = "Impostazioni del sito"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web"; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron."; +$a->strings["PHP executable path"] = "Path del comando PHP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione."; +$a->strings["Command line PHP"] = "PHP da riga di comando"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"."; +$a->strings["This is required for message delivery to work."] = "E' necessario perché funzioni la consegna dei messaggi."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di criptazione"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Genera chiavi di criptazione"; +$a->strings["libCurl PHP module"] = "modulo PHP libCurl"; +$a->strings["GD graphics PHP module"] = "modulo PHP GD graphics"; +$a->strings["OpenSSL PHP module"] = "modulo PHP OpenSSL"; +$a->strings["mysqli or postgres PHP module"] = "modulo PHP per mysqli oppure prostgres"; +$a->strings["mb_string PHP module"] = "modulo PHP mb_string"; +$a->strings["mcrypt PHP module"] = "modulo PHP mcrypt"; +$a->strings["Apache mod_rewrite module"] = "modulo Apache mod_rewrite"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato"; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto ma non installato."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato."; +$a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto ma non installato."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato"; +$a->strings["Error: mb_string PHP module required but not installed."] = "Errore: il modulo PHP mb_string è richiesto ma non installato."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Errore: il modulo PHP mcrypt è richiesto ma non installato."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di RedMatrix ma non è in grado di farlo."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione da parte di un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene."; +$a->strings["%s is writable"] = "%s è scrivibile"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "RedMatrix salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix"; +$a->strings["store is writable"] = "l'archivio è scrivibile"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser."; +$a->strings["SSL certificate validation"] = "Validazione del certificato SSL"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:"; +$a->strings["Url rewrite is working"] = "Url rewrite funziona correttamente"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Il file di configurazione del database \".htconfig.php\" non puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito."; +$a->strings["Errors encountered creating database tables."] = "La creazione delle tabelle del database ha generato errori."; +$a->strings["

What next

"] = "

I prossimi passi

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling."; +$a->strings["Item not available."] = "Elemento non disponibile."; +$a->strings["Fetching URL returns error: %1\$s"] = "La chiamata all'URL restituisce questo errore: %1\$s"; +$a->strings["Invalid item."] = "Elemento non valido."; +$a->strings["Channel not found."] = "Canale non trovato."; +$a->strings["Page not found."] = "Pagina non trovata."; +$a->strings["Export Channel"] = "Esporta il canale"; +$a->strings["Export your basic channel information to a small file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new hub, but\tdoes not contain your content."] = "Esporta le informazioni di base del tuo canale in un piccolo file. E' utile per avere un salvataggio di sicurezza dei tuoi contatti, del tuo profilo ed altri dati di base. Può essere usato per importare il tuo canale su un nuovo server, ma\tnon include i contenuti, per esempio articoli e foto."; +$a->strings["Export Content"] = "Esporta i contenuti"; +$a->strings["Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new hub as this file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Esporta i dati del canale e i contenuti in un file in formato JSON. E' un salvataggio dei tuoi contatti, dei dati del profilo e anche di tutti i contenuti. Questa non è la soluzione opportuna per importare il tuo canale su un nuovo server, visto che il file potrebbe avere dimensioni NOTEVOLI. Devi pazientare - ci vorranno alcuni minuti per raccogliere i dati prima che inizi lo scaricamento."; +$a->strings["No potential page delegates located."] = "Impossibile trovare delegati per questa pagina."; +$a->strings["Delegate Page Management"] = "Gestione delegati per la pagina"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "I Delegati sono in grando di gestire tutti gli aspetti di questa pagina, tranne per i settaggi di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente."; +$a->strings["Existing Page Managers"] = "Gestori attuali della pagina"; +$a->strings["Existing Page Delegates"] = "Delegati attuali della pagina"; +$a->strings["Potential Delegates"] = "Delegati potenziali"; +$a->strings["Remove"] = "Rimuovi"; +$a->strings["Add"] = "Aggiungi"; +$a->strings["No entries."] = "Nessun risultato."; +$a->strings["Version %s"] = "Versione %s"; +$a->strings["Installed plugins/addons/apps:"] = "App e componenti installati:"; +$a->strings["No installed plugins/addons/apps"] = "Nessuna app o componente installato"; +$a->strings["Red"] = "RedMatrix"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Questo è un hub di RedMatrix - una rete cooperativa e decentralizzata di siti ad elevata privacy. "; +$a->strings["Tag: "] = "Tag: "; +$a->strings["Last background fetch: "] = "Ultima acquisizione:"; +$a->strings["Running at web location"] = "In esecuzione sull'indirizzo web"; +$a->strings["Please visit
RedMatrix.me to learn more about the Red Matrix."] = "Visita RedMatrix.me per scoprire di più su Red Matrix."; +$a->strings["Bug reports and issues: please visit"] = "Per segnalare bug e problemi: visita"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com"; +$a->strings["Site Administrators"] = "Amministratori del sito"; +$a->strings["Failed to create source. No channel selected."] = "Impossibile creare la sorgente. Nessun canale selezionato."; +$a->strings["Source created."] = "Sorgente creata."; +$a->strings["Source updated."] = "Sorgente aggiornata."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Gestisci le sorgenti dei contenuti del tuo canale."; +$a->strings["New Source"] = "Nuova sorgente"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente."; +$a->strings["Only import content with these words (one per line)"] = "Importa solo i contenuti che hanno queste parole (una per riga)"; +$a->strings["Leave blank to import all public content"] = "Lascia vuoto per importare tutti i contenuti pubblici"; +$a->strings["Channel Name"] = "Nome del canale"; +$a->strings["Source not found."] = "Sorgente non trovata."; +$a->strings["Edit Source"] = "Modifica la sorgente"; +$a->strings["Delete Source"] = "Elimina la sorgente"; +$a->strings["Source removed"] = "Sorgente eliminata"; +$a->strings["Unable to remove source."] = "Impossibile rimuovere la sorgente."; +$a->strings["Invalid profile identifier."] = "Indentificativo del profilo non valido."; +$a->strings["Profile Visibility Editor"] = "Modifica la visibilità del profilo"; +$a->strings["Click on a contact to add or remove."] = "Clicca su un contatto per aggiungerlo o rimuoverlo."; +$a->strings["Visible To"] = "Visibile a"; +$a->strings["All Connections"] = "Tutti i contatti"; $a->strings["Event can not end before it has started."] = "Un evento non può terminare prima del suo inizio."; $a->strings["Event title and start time are required."] = "Sono necessari il titolo e l'ora d'inizio dell'evento."; $a->strings["Event not found."] = "Evento non trovato."; @@ -1210,28 +1241,16 @@ $a->strings["Bookmark this room"] = "Aggiungi l'area chat ai segnalibri"; $a->strings["New Chatroom"] = "Nuova area chat"; $a->strings["Chatroom Name"] = "Nome dell'area chat"; $a->strings["%1\$s's Chatrooms"] = "Le aree chat di %1\$s"; -$a->strings["Version %s"] = "Versione %s"; -$a->strings["Installed plugins/addons/apps:"] = "App e componenti installati:"; -$a->strings["No installed plugins/addons/apps"] = "Nessuna app o componente installato"; -$a->strings["Red"] = "RedMatrix"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Questo è un hub di RedMatrix - una rete cooperativa e decentralizzata di siti ad elevata privacy. "; -$a->strings["Running at web location"] = "In esecuzione sull'indirizzo web"; -$a->strings["Please visit GetZot.com to learn more about the Red Matrix."] = "Visita GetZot.com per scoprire il progetto RedMatrix."; -$a->strings["Bug reports and issues: please visit"] = "Per segnalare bug e problemi: visita"; -$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com"; -$a->strings["Site Administrators"] = "Amministratori del sito"; $a->strings["Away"] = "Assente"; $a->strings["Online"] = "Online"; $a->strings["Please login."] = "Effettua l'accesso."; -$a->strings["Continue"] = "Continua"; -$a->strings["Premium Channel Setup"] = "Canale premium - installazione"; -$a->strings["Enable premium channel connection restrictions"] = "Abilita le restrizioni del canale premium"; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Scrivi le condizioni d'uso e le restrizioni di questo canale, come per esempio le linee guida, il sistema di pagamento, ecc."; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:"; -$a->strings["Potential connections will then see the following text before proceeding:"] = "Il testo seguente comparirà a chi vorrà seguire il canale:"; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina."; -$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Il gestore del canale non ha fornito istruzioni specifiche)"; -$a->strings["Restricted or Premium Channel"] = "Canale premium - con restrizioni"; +$a->strings["Item not found"] = "Elemento non trovato"; +$a->strings["Item is not editable"] = "L'elemento non è modificabile"; +$a->strings["Edit post"] = "Modifica articolo"; +$a->strings["Delete item?"] = "Eliminare questo elemento?"; +$a->strings["Insert YouTube video"] = "Inserisci video da YouTube"; +$a->strings["Insert Vorbis [.ogg] video"] = "Inserisci video Vorbis [.ogg]"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Inserisci audio Vorbis [.ogg]"; $a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Non è possibile eliminare un canale prima di 48 ore dall'ultimo cambio password."; $a->strings["Remove This Channel"] = "Elimina questo canale"; $a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Questo comando rimuoverà completamente il canale che stai usando. Una volta fatto non sarà più possibile ripristinarlo."; @@ -1248,17 +1267,22 @@ $a->strings["Authentication failed."] = "Autenticazione fallita."; $a->strings["Remote Authentication"] = "Autenticazione a distanza"; $a->strings["Enter your channel address (e.g. channel@example.com)"] = "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)"; $a->strings["Authenticate"] = "Autenticazione"; -$a->strings["Like/Dislike"] = "Mi piace/Non mi piace"; -$a->strings["This action is restricted to members."] = "Questa funzionalità è riservata agli iscritti."; -$a->strings["Please login with your RedMatrix ID or register as a new RedMatrix member to continue."] = "Per favore accedi con il tuo identificativo RedMatrix o registrati su RedMatrix per continuare."; -$a->strings["Invalid request."] = "Richiesta non valida."; -$a->strings["thing"] = "oggetto"; -$a->strings["Channel unavailable."] = "Canale non trovato."; -$a->strings["Previous action reversed."] = "Il comando precedente è stato annullato."; -$a->strings["Action completed."] = "Comando completato."; -$a->strings["Thank you."] = "Grazie."; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "L'autenticazione magica dal tuo sito non è disponibile. Hai accesso solamente a questo sito. Puoi provare a disconnetterti per tentare di nuovo."; -$a->strings["Welcome %s. Remote authentication successful."] = "Ciao %s. L'autenticazione magica è avvenuta con successo."; +$a->strings["No valid account found."] = "Nessun account valido trovato."; +$a->strings["Password reset request issued. Check your email."] = "La richiesta per reimpostare la password è stata inviata. Controlla la tua email."; +$a->strings["Site Member (%s)"] = "Utente del sito (%s)"; +$a->strings["Password reset requested at %s"] = "È stato richiesto di reimpostare password su %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non sarà reimpostata."; +$a->strings["Password Reset"] = "Reimposta la password"; +$a->strings["Your password has been reset as requested."] = "La password è stata reimpostata come richiesto."; +$a->strings["Your new password is"] = "La tua nuova password è"; +$a->strings["Save or copy your new password - and then"] = "Salva o copia la tua nuova password, quindi"; +$a->strings["click here to login"] = "clicca qui per accedere"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Puoi cambiare la tua password dalla pagina delle Impostazioni dopo aver effettuato l'accesso."; +$a->strings["Your password has changed at %s"] = "La tua password su %s è cambiata"; +$a->strings["Forgot your Password?"] = "Hai dimenticato la password?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Inserisci il tuo indirizzo email per reimpostare la password. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare."; +$a->strings["Email Address"] = "Indirizzo email"; +$a->strings["Reset"] = "Reimposta"; $a->strings["Could not access contact record."] = "Non è possibile accedere alle informazioni sul contatto."; $a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato."; $a->strings["Connection updated."] = "Contatto aggiornato."; @@ -1282,8 +1306,9 @@ $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; $a->strings["Edit connection"] = "Modifica il contatto"; $a->strings["Search your connections"] = "Cerca tra i contatti"; $a->strings["Finding: "] = "Ricerca: "; -$a->strings["OpenID protocol error. No ID returned."] = "Errore del protocollo OpenID. Nessun ID ricevuto in risposta."; -$a->strings["Edit post"] = "Modifica articolo"; +$a->strings["sent you a private message"] = "ti ha inviato un messaggio privato"; +$a->strings["added your channel"] = "ha aggiunto il tuo canale"; +$a->strings["posted an event"] = "ha creato un evento"; $a->strings["is now connected to"] = "ha come nuovo contatto"; $a->strings["Could not access address book record."] = "Impossibile accedere alle informazioni della rubrica."; $a->strings["Refresh failed - channel is currently unavailable."] = "Il canale non è disponibile - impossibile aggiornare."; @@ -1357,6 +1382,113 @@ $a->strings["Currently archived"] = "Attualmente archiviato"; $a->strings["Currently pending"] = "Attualmente da approvare"; $a->strings["Hide this contact from others"] = "Nascondi questo contatto agli altri"; $a->strings["Replies/likes to your public posts may still be visible"] = "Le risposte ai tuoi articoli pubblici potrebbero restare comunque visibili"; +$a->strings["Unable to lookup recipient."] = "Impossibile associare un destinatario."; +$a->strings["Unable to communicate with requested channel."] = "Impossibile comunicare con il canale richiesto."; +$a->strings["Cannot verify requested channel."] = "Impossibile verificare il canale richiesto."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Il canale ha delle regole restrittive per la ricezione dei messaggi privati. Invio fallito."; +$a->strings["Message deleted."] = "Messaggio eliminato."; +$a->strings["Message recalled."] = "Messaggio revocato."; +$a->strings["Send Private Message"] = "Invia un messaggio privato"; +$a->strings["To:"] = "A:"; +$a->strings["Subject:"] = "Oggetto:"; +$a->strings["Your message:"] = "Il tuo messaggio:"; +$a->strings["Send"] = "Invia"; +$a->strings["Message not found."] = "Messaggio non trovato."; +$a->strings["Delete message"] = "Elimina il messaggio"; +$a->strings["Recall message"] = "Revoca il messaggio"; +$a->strings["Message has been recalled."] = "Il messaggio è stato revocato."; +$a->strings["Private Conversation"] = "Conversazione privata"; +$a->strings["Delete conversation"] = "Elimina la conversazione"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Non è disponibile alcuna tecnologia per comunicare in modo sicuro. Se possibile, prova a rispondere direttamente dalla pagina del profilo del mittente."; +$a->strings["Send Reply"] = "Invia la risposta"; +$a->strings["Page owner information could not be retrieved."] = "Impossibile ottenere informazioni sul proprietario della pagina."; +$a->strings["Album not found."] = "Album non trovato."; +$a->strings["Delete Album"] = "Elimina album"; +$a->strings["Delete Photo"] = "Elimina foto"; +$a->strings["No photos selected"] = "Nessuna foto selezionata"; +$a->strings["Access to this item is restricted."] = "Questo elemento non è visibile a tutti."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile."; +$a->strings["%1$.2f MB photo storage used."] = "Hai usato %1$.2f Mb del tuo spazio disponibile."; +$a->strings["Upload Photos"] = "Carica foto"; +$a->strings["Enter a new album name"] = "Inserisci il nome di un nuovo album"; +$a->strings["or select an existing one (doubleclick)"] = "o seleziona uno esistente (doppio click)"; +$a->strings["Do not show a status post for this upload"] = "Non creare un messaggio di stato per questo caricamento"; +$a->strings["Album name could not be decoded"] = "Non è stato possibile leggere il nome dell'album"; +$a->strings["Contact Photos"] = "Foto dei contatti"; +$a->strings["Show Newest First"] = "Prima i più recenti"; +$a->strings["Show Oldest First"] = "Prima i più vecchi"; +$a->strings["View Photo"] = "Guarda la foto"; +$a->strings["Edit Album"] = "Modifica album"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Permesso negato. L'accesso a questo elemento può essere stato limitato."; +$a->strings["Photo not available"] = "Foto non disponibile"; +$a->strings["Use as profile photo"] = "Usa come foto del profilo"; +$a->strings["Private Photo"] = "Foto privata"; +$a->strings["View Full Size"] = "Vedi nelle dimensioni originali"; +$a->strings["Edit photo"] = "Modifica la foto"; +$a->strings["Rotate CW (right)"] = "Ruota (senso orario)"; +$a->strings["Rotate CCW (left)"] = "Ruota (senso antiorario)"; +$a->strings["Caption"] = "Titolo"; +$a->strings["Add a Tag"] = "Aggiungi tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Esempio: @bob, @Barbara_Jensen, @jim@example.com"; +$a->strings["Flag as adult in album view"] = "Marca come 'per adulti'"; +$a->strings["In This Photo:"] = "In questa foto:"; +$a->strings["View Album"] = "Guarda l'album"; +$a->strings["Recent Photos"] = "Foto recenti"; +$a->strings["Bookmark added"] = "Segnalibro aggiunto"; +$a->strings["My Bookmarks"] = "I miei segnalibri"; +$a->strings["My Connections Bookmarks"] = "I segnalibri dei miei contatti"; +$a->strings["This site is not a directory server"] = "Questo sito non è un server di elenchi pubblici"; +$a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "Accesso a Red Matrix. {Inserisci l'email con cui sei registrato e la password.}"; +$a->strings["network"] = "rete"; +$a->strings["Block Name"] = "Nome del riquadro"; +$a->strings["Edit Block"] = "Modifica il riquadro"; +$a->strings["Delete block?"] = "Vuoi eliminare questo riquadro?"; +$a->strings["Delete Block"] = "Elimina il riquadro"; +$a->strings["Layout updated."] = "Layout aggiornato."; +$a->strings["Edit System Page Description"] = "Modifica i layout di sistema"; +$a->strings["Layout not found."] = "Layout non trovato."; +$a->strings["Module Name:"] = "Nome del modulo:"; +$a->strings["Layout Help"] = "Guida al layout"; +$a->strings["Edit Layout"] = "Modifica il layout"; +$a->strings["Delete layout?"] = "Vuoi eliminare questo layout?"; +$a->strings["Delete Layout"] = "Elimina il layout"; +$a->strings["Red Matrix - "The Network""] = "RedMatrix - "La tua rete""; +$a->strings["Welcome to %s"] = "%s ti dà il benvenuto"; +$a->strings["Edit Webpage"] = "Modifica la pagina web"; +$a->strings["Delete webpage?"] = "Vuoi eliminare questa pagina web?"; +$a->strings["Delete Webpage"] = "Elimina la pagina web"; +$a->strings["webpage"] = "pagina web"; +$a->strings["block"] = "riquadro"; +$a->strings["layout"] = "layout"; +$a->strings["%s element installed"] = "%s elemento installato"; +$a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il non è stato possibile ritagliarla."; +$a->strings["Image resize failed."] = "Il ridimensionamento dell'immagine è fallito."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente."; +$a->strings["Image exceeds size limit of %d"] = "La dimensione dell'immagine supera il limite di %d"; +$a->strings["Unable to process image."] = "Impossibile elaborare l'immagine."; +$a->strings["Photo not available."] = "Foto non disponibile."; +$a->strings["Upload File:"] = "Carica un file:"; +$a->strings["Select a profile:"] = "Seleziona un profilo:"; +$a->strings["Upload Profile Photo"] = "Carica la foto del profilo"; +$a->strings["skip this step"] = "salta questo passaggio"; +$a->strings["select a photo from your photo albums"] = "seleziona una foto dai tuoi album"; +$a->strings["Crop Image"] = "Ritaglia immagine"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Ritaglia l'immagine per migliorarne la visualizzazione."; +$a->strings["Done Editing"] = "Modifica terminata"; +$a->strings["Image uploaded successfully."] = "Immagine caricata con successo."; +$a->strings["Image upload failed."] = "Il caricamento dell'immagine è fallito."; +$a->strings["Image size reduction [%s] failed."] = "Il ridimensionamento del'immagine [%s] è fallito."; +$a->strings["Like/Dislike"] = "Mi piace/Non mi piace"; +$a->strings["This action is restricted to members."] = "Questa funzionalità è riservata agli iscritti."; +$a->strings["Please login with your RedMatrix ID or register as a new RedMatrix member to continue."] = "Per favore accedi con il tuo identificativo RedMatrix o registrati su RedMatrix per continuare."; +$a->strings["Invalid request."] = "Richiesta non valida."; +$a->strings["thing"] = "oggetto"; +$a->strings["Channel unavailable."] = "Canale non trovato."; +$a->strings["Previous action reversed."] = "Il comando precedente è stato annullato."; +$a->strings["Action completed."] = "Comando completato."; +$a->strings["Thank you."] = "Grazie."; +$a->strings["Help:"] = "Guida:"; +$a->strings["Not Found"] = "Non disponibile"; $a->strings["Thing updated"] = "L'oggetto è stato aggiornato"; $a->strings["Object store: failed"] = "Impossibile memorizzare l'oggetto."; $a->strings["Thing added"] = "L'oggetto è stato aggiunto"; @@ -1371,27 +1503,66 @@ $a->strings["Name of thing e.g. something"] = "Nome dell'oggetto"; $a->strings["URL of thing (optional)"] = "Indirizzo web dell'oggetto (opzionale)"; $a->strings["URL for photo of thing (optional)"] = "Indirizzo di un'immagine dell'oggetto (facoltativo)"; $a->strings["Add Thing to your Profile"] = "Aggiungi l'oggetto al tuo profilo"; -$a->strings["No valid account found."] = "Nessun account valido trovato."; -$a->strings["Password reset request issued. Check your email."] = "La richiesta per reimpostare la password è stata inviata. Controlla la tua email."; -$a->strings["Site Member (%s)"] = "Utente del sito (%s)"; -$a->strings["Password reset requested at %s"] = "È stato richiesto di reimpostare password su %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non sarà reimpostata."; -$a->strings["Password Reset"] = "Reimposta la password"; -$a->strings["Your password has been reset as requested."] = "La password è stata reimpostata come richiesto."; -$a->strings["Your new password is"] = "La tua nuova password è"; -$a->strings["Save or copy your new password - and then"] = "Salva o copia la tua nuova password, quindi"; -$a->strings["click here to login"] = "clicca qui per accedere"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Puoi cambiare la tua password dalla pagina delle Impostazioni dopo aver effettuato l'accesso."; -$a->strings["Your password has changed at %s"] = "La tua password su %s è cambiata"; -$a->strings["Forgot your Password?"] = "Hai dimenticato la password?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Inserisci il tuo indirizzo email per reimpostare la password. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare."; -$a->strings["Email Address"] = "Indirizzo email"; -$a->strings["Reset"] = "Reimposta"; -$a->strings["Bookmark added"] = "Segnalibro aggiunto"; -$a->strings["My Bookmarks"] = "I miei segnalibri"; -$a->strings["My Connections Bookmarks"] = "I segnalibri dei miei contatti"; -$a->strings["This site is not a directory server"] = "Questo sito non è un server di elenchi pubblici"; -$a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "Accesso a Red Matrix. {Inserisci l'email con cui sei registrato e la password.}"; +$a->strings["Contact not found."] = "Contatto non trovato."; +$a->strings["Friend suggestion sent."] = "Suggerimento di amicizia inviato."; +$a->strings["Suggest Friends"] = "Suggerisci amici"; +$a->strings["Suggest a friend for %s"] = "Suggerisci un amico a %s"; +$a->strings["Permission Denied."] = "Permesso negato."; +$a->strings["File not found."] = "File non trovato."; +$a->strings["Edit file permissions"] = "Modifica i permessi del file"; +$a->strings["Set/edit permissions"] = "Modifica i permessi"; +$a->strings["Include all files and sub folders"] = "Includi tutti i file e le sottocartelle"; +$a->strings["Return to file list"] = "Torna all'elenco dei file"; +$a->strings["Copy/paste this code to attach file to a post"] = "Copia/incolla questo codice per far comparire il file in un articolo"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Copia/incolla questo indirizzo in una pagina web per avere un link al file"; +$a->strings["Continue"] = "Continua"; +$a->strings["Premium Channel Setup"] = "Canale premium - installazione"; +$a->strings["Enable premium channel connection restrictions"] = "Abilita le restrizioni del canale premium"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Scrivi le condizioni d'uso e le restrizioni di questo canale, come per esempio le linee guida, il sistema di pagamento, ecc."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:"; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Il testo seguente comparirà a chi vorrà seguire il canale:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Il gestore del canale non ha fornito istruzioni specifiche)"; +$a->strings["Restricted or Premium Channel"] = "Canale premium - con restrizioni"; +$a->strings["- select -"] = "- scegli -"; +$a->strings["Location not found."] = "Indirizzo non trovato."; +$a->strings["Primary location cannot be removed."] = "L'indirizzo principale non può essere rimosso."; +$a->strings["No locations found."] = "Nessun indirizzo trovato."; +$a->strings["Manage Channel Locations"] = "Modifica gli indirizzi del canale"; +$a->strings["Location (address)"] = "Indirizzo"; +$a->strings["Primary Location"] = "Indirizzo primario"; +$a->strings["Drop location"] = "Elimina un indirizzo"; +$a->strings["Channel added."] = "Canale aggiunto."; +$a->strings["Your service plan only allows %d channels."] = "Il tuo account permette di creare al massimo %d canali."; +$a->strings["Nothing to import."] = "Non c'è niente da importare."; +$a->strings["Unable to download data from old server"] = "Impossibile importare i dati dal vecchio server"; +$a->strings["Imported file is empty."] = "Il file da importare è vuoto."; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Non posso creare un canale con un identificativo che già esiste su questo sistema. L'importazione è fallita."; +$a->strings["Unable to create a unique channel address. Import failed."] = "Impossibile creare un indirizzo univoco per il canale. L'import è fallito."; +$a->strings["Channel clone failed. Import failed."] = "Impossibile clonare il canale. L'importazione è fallita."; +$a->strings["Cloned channel not found. Import failed."] = "Impossibile trovare il canale clonato. L'importazione è fallita."; +$a->strings["Import completed."] = "L'importazione è terminata con successo!"; +$a->strings["You must be logged in to use this feature."] = "Per questa funzionalità devi aver effettuato l'accesso."; +$a->strings["Import Channel"] = "Importa un canale"; +$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Usa questo modulo per importare un tuo canale da un altro server/hub. Puoi scaricare i dati identificativi del canale direttamente dall'altro server/hub oppure tramite un file che hai esportato. Saranno importati solamente l'identità e i contatti. L'importazione dei contenuti non è ancora disponibile."; +$a->strings["File to Upload"] = "File da caricare"; +$a->strings["Or provide the old server/hub details"] = "Oppure fornisci i dettagli del vecchio server/hub"; +$a->strings["Your old identity address (xyz@example.com)"] = "Il tuo vecchio identificativo (per esempio pippo@esempio.com)"; +$a->strings["Your old login email address"] = "L'email che usavi per accedere sul vecchio server"; +$a->strings["Your old login password"] = "La password per il vecchio server"; +$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Scegli se vuoi spostare il tuo indirizzo primario su questo server, oppure se preferisci che quello vecchio resti tale. Potrai pubblicare da entrambi i server, ma solamente uno sarà indicato come posizione in cui risiedono i tuoi file, foto, ecc."; +$a->strings["Make this hub my primary location"] = "Rendi questo server il mio indirizzo primario"; +$a->strings["Import existing posts if possible"] = "Importazione dei post esistenti, se possibile"; +$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale."; +$a->strings["Empty post discarded."] = "L'articolo vuoto è stato ignorato."; +$a->strings["Executable content type not permitted to this channel."] = "I contenuti eseguibili non sono permessi su questo canale."; +$a->strings["System error. Post not saved."] = "Errore di sistema. Articolo non salvato."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Hai raggiunto il limite massimo di %1$.0f articoli sulla pagina principale."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Hai raggiunto il limite massimo di %1$.0f pagine web."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nessun suggerimento disponibile. Se questo sito è nuovo, riprova tra 24 ore."; +$a->strings["Help with this feature"] = "La guida per questa funzionalità"; +$a->strings["Layout Name"] = "Nome layout"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha taggato %3\$s di %2\$s con %4\$s"; $a->strings["Profile not found."] = "Profilo non trovato."; $a->strings["Profile deleted."] = "Profilo eliminato."; $a->strings["Profile-"] = "Profilo-"; @@ -1456,113 +1627,6 @@ $a->strings["Age: "] = "Età:"; $a->strings["Edit/Manage Profiles"] = "Modifica/gestisci i profili"; $a->strings["Add profile things"] = "Aggiungi oggetti al profilo"; $a->strings["Include desirable objects in your profile"] = "Aggiungi oggetti interessanti al tuo profilo"; -$a->strings["Item not found"] = "Elemento non trovato"; -$a->strings["Edit Block"] = "Modifica il riquadro"; -$a->strings["Delete block?"] = "Vuoi eliminare questo riquadro?"; -$a->strings["Insert YouTube video"] = "Inserisci video da YouTube"; -$a->strings["Insert Vorbis [.ogg] video"] = "Inserisci video Vorbis [.ogg]"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Inserisci audio Vorbis [.ogg]"; -$a->strings["Delete Block"] = "Elimina il riquadro"; -$a->strings["Layout updated."] = "Layout aggiornato."; -$a->strings["Edit System Page Description"] = "Modifica i layout di sistema"; -$a->strings["Layout not found."] = "Layout non trovato."; -$a->strings["Module Name:"] = "Nome del modulo:"; -$a->strings["Layout Help"] = "Guida al layout"; -$a->strings["Edit Layout"] = "Modifica il layout"; -$a->strings["Delete layout?"] = "Vuoi eliminare questo layout?"; -$a->strings["Delete Layout"] = "Elimina il layout"; -$a->strings["Item is not editable"] = "L'elemento non è modificabile"; -$a->strings["Delete item?"] = "Eliminare questo elemento?"; -$a->strings["Help:"] = "Guida:"; -$a->strings["Not Found"] = "Non disponibile"; -$a->strings["Edit Webpage"] = "Modifica la pagina web"; -$a->strings["Delete webpage?"] = "Vuoi eliminare questa pagina web?"; -$a->strings["Delete Webpage"] = "Elimina la pagina web"; -$a->strings["webpage"] = "pagina web"; -$a->strings["block"] = "riquadro"; -$a->strings["layout"] = "layout"; -$a->strings["%s element installed"] = "%s elemento installato"; -$a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il non è stato possibile ritagliarla."; -$a->strings["Image resize failed."] = "Il ridimensionamento dell'immagine è fallito."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente."; -$a->strings["Image exceeds size limit of %d"] = "La dimensione dell'immagine supera il limite di %d"; -$a->strings["Unable to process image."] = "Impossibile elaborare l'immagine."; -$a->strings["Photo not available."] = "Foto non disponibile."; -$a->strings["Upload File:"] = "Carica un file:"; -$a->strings["Select a profile:"] = "Seleziona un profilo:"; -$a->strings["Upload Profile Photo"] = "Carica la foto del profilo"; -$a->strings["skip this step"] = "salta questo passaggio"; -$a->strings["select a photo from your photo albums"] = "seleziona una foto dai tuoi album"; -$a->strings["Crop Image"] = "Ritaglia immagine"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Ritaglia l'immagine per migliorarne la visualizzazione."; -$a->strings["Done Editing"] = "Modifica terminata"; -$a->strings["Image uploaded successfully."] = "Immagine caricata con successo."; -$a->strings["Image upload failed."] = "Il caricamento dell'immagine è fallito."; -$a->strings["Image size reduction [%s] failed."] = "Il ridimensionamento del'immagine [%s] è fallito."; -$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale."; -$a->strings["Empty post discarded."] = "L'articolo vuoto è stato ignorato."; -$a->strings["Executable content type not permitted to this channel."] = "I contenuti eseguibili non sono permessi su questo canale."; -$a->strings["System error. Post not saved."] = "Errore di sistema. Articolo non salvato."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Hai raggiunto il limite massimo di %1$.0f articoli sulla pagina principale."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Hai raggiunto il limite massimo di %1$.0f pagine web."; -$a->strings["Contact not found."] = "Contatto non trovato."; -$a->strings["Friend suggestion sent."] = "Suggerimento di amicizia inviato."; -$a->strings["Suggest Friends"] = "Suggerisci amici"; -$a->strings["Suggest a friend for %s"] = "Suggerisci un amico a %s"; -$a->strings["Permission Denied."] = "Permesso negato."; -$a->strings["File not found."] = "File non trovato."; -$a->strings["Edit file permissions"] = "Modifica i permessi del file"; -$a->strings["Set/edit permissions"] = "Modifica i permessi"; -$a->strings["Include all files and sub folders"] = "Includi tutti i file e le sottocartelle"; -$a->strings["Return to file list"] = "Torna all'elenco dei file"; -$a->strings["Copy/paste this code to attach file to a post"] = "Copia/incolla questo codice per far comparire il file in un articolo"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Copia/incolla questo indirizzo in una pagina web per avere un link al file"; -$a->strings["network"] = "rete"; -$a->strings["No potential page delegates located."] = "Impossibile trovare delegati per questa pagina."; -$a->strings["Delegate Page Management"] = "Gestione delegati per la pagina"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "I Delegati sono in grando di gestire tutti gli aspetti di questa pagina, tranne per i settaggi di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente."; -$a->strings["Existing Page Managers"] = "Gestori attuali della pagina"; -$a->strings["Existing Page Delegates"] = "Delegati attuali della pagina"; -$a->strings["Potential Delegates"] = "Delegati potenziali"; -$a->strings["Remove"] = "Rimuovi"; -$a->strings["Add"] = "Aggiungi"; -$a->strings["No entries."] = "Nessun risultato."; -$a->strings["Channel added."] = "Canale aggiunto."; -$a->strings["Collection created."] = "L'insieme di canali è stato creato."; -$a->strings["Could not create collection."] = "Impossibile creare l'insieme."; -$a->strings["Collection updated."] = "Insieme aggiornato."; -$a->strings["Create a collection of channels."] = "Crea un insieme di canali."; -$a->strings["Collection Name: "] = "Nome dell'insieme:"; -$a->strings["Members are visible to other channels"] = "I membri potranno vedere gli altri canali dell'insieme"; -$a->strings["Collection removed."] = "Insieme rimosso."; -$a->strings["Unable to remove collection."] = "Impossibile rimuovere l'insieme."; -$a->strings["Collection Editor"] = "Modifica l'insieme"; -$a->strings["Members"] = "Membri"; -$a->strings["All Connected Channels"] = "Tutti i canali connessi"; -$a->strings["Click on a channel to add or remove."] = "Clicca su un canale per aggiungerlo o rimuoverlo."; -$a->strings["Red Matrix - "The Network""] = "RedMatrix - "La tua rete""; -$a->strings["Welcome to %s"] = "%s ti dà il benvenuto"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nessun suggerimento disponibile. Se questo sito è nuovo, riprova tra 24 ore."; -$a->strings["Your service plan only allows %d channels."] = "Il tuo account permette di creare al massimo %d canali."; -$a->strings["Nothing to import."] = "Non c'è niente da importare."; -$a->strings["Unable to download data from old server"] = "Impossibile importare i dati dal vecchio server"; -$a->strings["Imported file is empty."] = "Il file da importare è vuoto."; -$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Non posso creare un canale con un identificativo che già esiste su questo sistema. L'importazione è fallita."; -$a->strings["Channel clone failed. Import failed."] = "Impossibile clonare il canale. L'importazione è fallita."; -$a->strings["Cloned channel not found. Import failed."] = "Impossibile trovare il canale clonato. L'importazione è fallita."; -$a->strings["Import completed."] = "L'importazione è terminata con successo!"; -$a->strings["You must be logged in to use this feature."] = "Per questa funzionalità devi aver effettuato l'accesso."; -$a->strings["Import Channel"] = "Importa un canale"; -$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Usa questo modulo per importare un tuo canale da un altro server/hub. Puoi scaricare i dati identificativi del canale direttamente dall'altro server/hub oppure tramite un file che hai esportato. Saranno importati solamente l'identità e i contatti. L'importazione dei contenuti non è ancora disponibile."; -$a->strings["File to Upload"] = "File da caricare"; -$a->strings["Or provide the old server/hub details"] = "Oppure fornisci i dettagli del vecchio server/hub"; -$a->strings["Your old identity address (xyz@example.com)"] = "Il tuo vecchio identificativo (per esempio pippo@esempio.com)"; -$a->strings["Your old login email address"] = "L'email che usavi per accedere sul vecchio server"; -$a->strings["Your old login password"] = "La password per il vecchio server"; -$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Scegli se vuoi spostare il tuo indirizzo primario su questo server, oppure se preferisci che quello vecchio resti tale. Potrai pubblicare da entrambi i server, ma solamente uno sarà indicato come posizione in cui risiedono i tuoi file, foto, ecc."; -$a->strings["Make this hub my primary location"] = "Rendi questo server il mio indirizzo primario"; -$a->strings["Import existing posts if possible"] = "Importazione dei post esistenti, se possibile"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha taggato %3\$s di %2\$s con %4\$s"; $a->strings["Tag removed"] = "Tag rimosso"; $a->strings["Remove Item Tag"] = "Rimuovi il tag"; $a->strings["Select a tag to remove: "] = "Seleziona un tag da rimuovere: "; @@ -1722,32 +1786,34 @@ $a->strings["Help text"] = "Testo di aiuto"; $a->strings["Additional info (optional)"] = "Informazioni aggiuntive (opzionali)"; $a->strings["Field definition not found"] = "Impossibile trovare la definizione del campo"; $a->strings["Edit Profile Field"] = "Modifica campo del profilo"; -$a->strings["Location not found."] = "Indirizzo non trovato."; -$a->strings["Primary location cannot be removed."] = "L'indirizzo principale non può essere rimosso."; -$a->strings["No locations found."] = "Nessun indirizzo trovato."; -$a->strings["Manage Channel Locations"] = "Modifica gli indirizzi del canale"; -$a->strings["Location (address)"] = "Indirizzo"; -$a->strings["Primary Location"] = "Indirizzo primario"; -$a->strings["Drop location"] = "Elimina un indirizzo"; -$a->strings["Unable to lookup recipient."] = "Impossibile associare un destinatario."; -$a->strings["Unable to communicate with requested channel."] = "Impossibile comunicare con il canale richiesto."; -$a->strings["Cannot verify requested channel."] = "Impossibile verificare il canale richiesto."; -$a->strings["Selected channel has private message restrictions. Send failed."] = "Il canale ha delle regole restrittive per la ricezione dei messaggi privati. Invio fallito."; -$a->strings["Message deleted."] = "Messaggio eliminato."; -$a->strings["Message recalled."] = "Messaggio revocato."; -$a->strings["Send Private Message"] = "Invia un messaggio privato"; -$a->strings["To:"] = "A:"; -$a->strings["Subject:"] = "Oggetto:"; -$a->strings["Your message:"] = "Il tuo messaggio:"; -$a->strings["Send"] = "Invia"; -$a->strings["Message not found."] = "Messaggio non trovato."; -$a->strings["Delete message"] = "Elimina il messaggio"; -$a->strings["Recall message"] = "Revoca il messaggio"; -$a->strings["Message has been recalled."] = "Il messaggio è stato revocato."; -$a->strings["Private Conversation"] = "Conversazione privata"; -$a->strings["Delete conversation"] = "Elimina la conversazione"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Non è disponibile alcuna tecnologia per comunicare in modo sicuro. Se possibile, prova a rispondere direttamente dalla pagina del profilo del mittente."; -$a->strings["Send Reply"] = "Invia la risposta"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi."; +$a->strings["Create a new channel"] = "Crea un nuovo canale"; +$a->strings["Current Channel"] = "Canale attuale"; +$a->strings["Attach to one of your channels by selecting it."] = "Seleziona il canale a cui vuoi passare."; +$a->strings["Default Channel"] = "Canale predefinito"; +$a->strings["Make Default"] = "Rendi predefinito"; +$a->strings["Menu updated."] = "Menù aggiornato."; +$a->strings["Unable to update menu."] = "Impossibile aggiornare il menù."; +$a->strings["Menu created."] = "Menù creato."; +$a->strings["Unable to create menu."] = "Impossibile creare il menù."; +$a->strings["Manage Menus"] = "Gestione menù"; +$a->strings["Drop"] = "Elimina"; +$a->strings["Bookmarks allowed"] = "Permetti segnalibri"; +$a->strings["Create a new menu"] = "Crea un nuovo menù"; +$a->strings["Delete this menu"] = "Elimina questo menù"; +$a->strings["Edit menu contents"] = "Modifica i contenuti del menù"; +$a->strings["Edit this menu"] = "Modifica questo menù"; +$a->strings["New Menu"] = "Nuovo menù"; +$a->strings["Menu name"] = "Nome del menù"; +$a->strings["Must be unique, only seen by you"] = "Deve essere unico, lo vedrai solo tu"; +$a->strings["Menu title"] = "Titolo del menù"; +$a->strings["Menu title as seen by others"] = "Titolo del menù come comparirà a tutti"; +$a->strings["Allow bookmarks"] = "Permetti l'invio di segnalibri"; +$a->strings["Menu may be used to store saved bookmarks"] = "Puoi salvare i segnalibri nei menù"; +$a->strings["Menu deleted."] = "Menù eliminato."; +$a->strings["Menu could not be deleted."] = "Il menù non può essere eliminato."; +$a->strings["Edit Menu"] = "Modifica menù"; +$a->strings["Add or remove entries to this menu"] = "Aggiungi o rimuovi elementi di questo menù"; $a->strings["Total invitation limit exceeded."] = "Hai superato il numero massimo di inviti."; $a->strings["%s : Not a valid email address."] = "%s: non è un indirizzo email valido."; $a->strings["Please join us on Red"] = "Vieni con noi su RedMatrix"; @@ -1766,15 +1832,17 @@ $a->strings["1. Register at any RedMatrix location (they are all inter-connected $a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Inserisci il mio indirizzo RedMatrix nella barra di ricerca che compare nella pagina."; $a->strings["or visit "] = "oppure visita "; $a->strings["3. Click [Connect]"] = "3. Clicca su [Aggiungi]"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi."; -$a->strings["Create a new channel"] = "Crea un nuovo canale"; -$a->strings["Current Channel"] = "Canale attuale"; -$a->strings["Attach to one of your channels by selecting it."] = "Seleziona il canale a cui vuoi passare."; -$a->strings["Default Channel"] = "Canale predefinito"; -$a->strings["Make Default"] = "Rendi predefinito"; +$a->strings["No such group"] = "Impossibile trovare l'insieme"; +$a->strings["Search Results For:"] = "Cerca risultati con:"; +$a->strings["Collection is empty"] = "L'insieme di canali è vuoto"; +$a->strings["Collection: "] = "Insieme:"; +$a->strings["Connection: "] = "Contatto:"; +$a->strings["Invalid connection."] = "Contatto non valido."; +$a->strings["Invalid request identifier."] = "L'identificativo della richiesta non è valido."; +$a->strings["Discard"] = "Rifiuta"; +$a->strings["No more system notifications."] = "Non ci sono nuove notifiche di sistema."; +$a->strings["System Notifications"] = "Notifiche di sistema"; $a->strings["[Embedded content - reload page to view]"] = "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]"; -$a->strings["Help with this feature"] = "La guida per questa funzionalità"; -$a->strings["Layout Name"] = "Nome layout"; $a->strings["Remote privacy information not available."] = "Le informazioni remote sulla privacy non sono disponibili."; $a->strings["Visible to:"] = "Visibile a:"; $a->strings["No connections."] = "Nessun contatto."; @@ -1783,39 +1851,13 @@ $a->strings["View Connnections"] = "Guarda i contatti"; $a->strings["Hub not found."] = "Server non trovato."; $a->strings["Total votes"] = "Voti totali"; $a->strings["Average Rating"] = "Valutazione media"; -$a->strings["No such group"] = "Impossibile trovare l'insieme"; -$a->strings["Search Results For:"] = "Cerca risultati con:"; -$a->strings["Collection is empty"] = "L'insieme di canali è vuoto"; -$a->strings["Collection: "] = "Insieme:"; -$a->strings["Connection: "] = "Contatto:"; -$a->strings["Invalid connection."] = "Contatto non valido."; +$a->strings["OpenID protocol error. No ID returned."] = "Errore del protocollo OpenID. Nessun ID ricevuto in risposta."; +$a->strings["Welcome %s. Remote authentication successful."] = "Ciao %s. L'autenticazione magica è avvenuta con successo."; $a->strings["Wall Photos"] = "Foto della bacheca"; $a->strings["Profile Match"] = "Profili corrispondenti"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "Non hai scritto parole chiave. Aggiungi parole chiave al tuo profilo predefinito per comparire nelle ricerche."; $a->strings["is interested in:"] = "interessi personali:"; $a->strings["No matches"] = "Nessun risultato"; -$a->strings["Menu updated."] = "Menù aggiornato."; -$a->strings["Unable to update menu."] = "Impossibile aggiornare il menù."; -$a->strings["Menu created."] = "Menù creato."; -$a->strings["Unable to create menu."] = "Impossibile creare il menù."; -$a->strings["Manage Menus"] = "Gestione menù"; -$a->strings["Drop"] = "Elimina"; -$a->strings["Bookmarks allowed"] = "Permetti segnalibri"; -$a->strings["Create a new menu"] = "Crea un nuovo menù"; -$a->strings["Delete this menu"] = "Elimina questo menù"; -$a->strings["Edit menu contents"] = "Modifica i contenuti del menù"; -$a->strings["Edit this menu"] = "Modifica questo menù"; -$a->strings["New Menu"] = "Nuovo menù"; -$a->strings["Menu name"] = "Nome del menù"; -$a->strings["Must be unique, only seen by you"] = "Deve essere unico, lo vedrai solo tu"; -$a->strings["Menu title"] = "Titolo del menù"; -$a->strings["Menu title as seen by others"] = "Titolo del menù come comparirà a tutti"; -$a->strings["Allow bookmarks"] = "Permetti l'invio di segnalibri"; -$a->strings["Menu may be used to store saved bookmarks"] = "Puoi salvare i segnalibri nei menù"; -$a->strings["Menu deleted."] = "Menù eliminato."; -$a->strings["Menu could not be deleted."] = "Il menù non può essere eliminato."; -$a->strings["Edit Menu"] = "Modifica menù"; -$a->strings["Add or remove entries to this menu"] = "Aggiungi o rimuovi elementi di questo menù"; $a->strings["Conversation removed."] = "Conversazione rimossa."; $a->strings["No messages."] = "Nessun messaggio."; $a->strings["D, d M Y - g:i A"] = "D d M Y - G:i"; @@ -1826,11 +1868,9 @@ $a->strings["Choose a short nickname"] = "Scegli un nome breve"; $a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Il nome breve sarà usato per creare un indirizzo facile da ricordare per il tuo canale (simile a una email). Così potrai condividerlo e gli altri potranno trovarti."; $a->strings["Or import an existing channel from another location"] = "Oppure importa un tuo canale esistente da un altro server/hub"; $a->strings["Channel Type"] = "Tipo di canale"; +$a->strings["?"] = "?"; +$a->strings["What is this?"] = "Questo cos'è?"; $a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Descrivi il tipo di canale che vorresti creare (per esempio se ti interessa più usarlo come social network, come un forum di discussione...) e il tipo di privacy che preferisci. RedMatrix sceglierà per te i permessi più adatti."; -$a->strings["Invalid request identifier."] = "L'identificativo della richiesta non è valido."; -$a->strings["Discard"] = "Rifiuta"; -$a->strings["No more system notifications."] = "Non ci sono nuove notifiche di sistema."; -$a->strings["System Notifications"] = "Notifiche di sistema"; $a->strings["Xchan Lookup"] = "Ricerca canale"; $a->strings["Lookup xchan beginning with (or webbie): "] = "Cerca un canale (o un webbie) che inizia per:"; $a->strings["invalid target signature"] = "la firma ricevuta non è valida"; @@ -1847,42 +1887,7 @@ $a->strings["Finding:"] = "Ricerca:"; $a->strings["next page"] = "pagina successiva"; $a->strings["previous page"] = "pagina precedente"; $a->strings["No entries (some entries may be hidden)."] = "Nessun risultato (qualche elemento potrebbe essere nascosto)."; -$a->strings["Page owner information could not be retrieved."] = "Impossibile ottenere informazioni sul proprietario della pagina."; -$a->strings["Album not found."] = "Album non trovato."; -$a->strings["Delete Album"] = "Elimina album"; -$a->strings["Delete Photo"] = "Elimina foto"; -$a->strings["No photos selected"] = "Nessuna foto selezionata"; -$a->strings["Access to this item is restricted."] = "Questo elemento non è visibile a tutti."; -$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile."; -$a->strings["%1$.2f MB photo storage used."] = "Hai usato %1$.2f Mb del tuo spazio disponibile."; -$a->strings["Upload Photos"] = "Carica foto"; -$a->strings["Enter a new album name"] = "Inserisci il nome di un nuovo album"; -$a->strings["or select an existing one (doubleclick)"] = "o seleziona uno esistente (doppio click)"; -$a->strings["Do not show a status post for this upload"] = "Non creare un messaggio di stato per questo caricamento"; -$a->strings["Album name could not be decoded"] = "Non è stato possibile leggere il nome dell'album"; -$a->strings["Contact Photos"] = "Foto dei contatti"; -$a->strings["Show Newest First"] = "Prima i più recenti"; -$a->strings["Show Oldest First"] = "Prima i più vecchi"; -$a->strings["View Photo"] = "Guarda la foto"; -$a->strings["Edit Album"] = "Modifica album"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Permesso negato. L'accesso a questo elemento può essere stato limitato."; -$a->strings["Photo not available"] = "Foto non disponibile"; -$a->strings["Use as profile photo"] = "Usa come foto del profilo"; -$a->strings["Private Photo"] = "Foto privata"; -$a->strings["View Full Size"] = "Vedi nelle dimensioni originali"; -$a->strings["Edit photo"] = "Modifica la foto"; -$a->strings["Rotate CW (right)"] = "Ruota (senso orario)"; -$a->strings["Rotate CCW (left)"] = "Ruota (senso antiorario)"; -$a->strings["Caption"] = "Titolo"; -$a->strings["Add a Tag"] = "Aggiungi tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Esempio: @bob, @Barbara_Jensen, @jim@example.com"; -$a->strings["Flag as adult in album view"] = "Marca come 'per adulti'"; -$a->strings["In This Photo:"] = "In questa foto:"; -$a->strings["View Album"] = "Guarda l'album"; -$a->strings["Recent Photos"] = "Foto recenti"; -$a->strings["sent you a private message"] = "ti ha inviato un messaggio privato"; -$a->strings["added your channel"] = "ha aggiunto il tuo canale"; -$a->strings["posted an event"] = "ha creato un evento"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "L'autenticazione magica dal tuo sito non è disponibile. Hai accesso solamente a questo sito. Puoi provare a disconnetterti per tentare di nuovo."; $a->strings["App installed."] = "App installata"; $a->strings["Malformed app."] = "App non corretta"; $a->strings["Embed code"] = "Inserisci del codice"; -- cgit v1.2.3 From a70e42edac9580eab7013f1fcdc5eae252a10dd1 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 29 Dec 2014 14:47:41 +0000 Subject: Remove link to hubloc status in admin panel. This is a potentially useful tool, but plain doesn't work at the moment. --- view/tpl/admin_aside.tpl | 1 - 1 file changed, 1 deletion(-) (limited to 'view') diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl index 2ab3edcc2..013b72d50 100755 --- a/view/tpl/admin_aside.tpl +++ b/view/tpl/admin_aside.tpl @@ -18,7 +18,6 @@
  • {{$admin.channels.1}}
  • {{$admin.plugins.1}}
  • {{$admin.themes.1}}
  • -
  • {{$admin.hubloc.1}}
  • {{$admin.dbsync.1}}
  • -- cgit v1.2.3 From 345943d48fc407732716e94abd961b25be1af889 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 29 Dec 2014 20:02:56 +0100 Subject: Only call autotime() on the correct elements --- view/js/main.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/js/main.js b/view/js/main.js index f979f6b6f..51166c6cd 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -468,7 +468,7 @@ function updateConvItems(mode,data) { $('#' + prev).after($(this)); if(isVisible) showHideComments(itmId); - $(".autotime").timeago(); + $(".autotime",this).timeago(); } else { $('img',this).each(function() { @@ -479,7 +479,7 @@ function updateConvItems(mode,data) { $('#' + ident).replaceWith($(this)); if(isVisible) showHideComments(itmId); - $(".autotime").timeago(); + $(".autotime",this).timeago(); } prev = ident; }); @@ -510,7 +510,7 @@ function updateConvItems(mode,data) { $('#threads-end').before($(this)); if(isVisible) showHideComments(itmId); - $(".autotime").timeago(); + $(".autotime",this).timeago(); } else { $('img',this).each(function() { @@ -521,7 +521,7 @@ function updateConvItems(mode,data) { $('#' + ident).replaceWith($(this)); if(isVisible) showHideComments(itmId); - $(".autotime").timeago(); + $(".autotime",this).timeago(); } }); @@ -555,7 +555,7 @@ function updateConvItems(mode,data) { $('#' + prev).after($(this)); if(isVisible) showHideComments(itmId); - $(".autotime").timeago(); + $(".autotime",this).timeago(); } prev = ident; -- cgit v1.2.3 From de338b3dd70c913c9d168bd10df6cff3d282642a Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 29 Dec 2014 20:43:24 +0100 Subject: Show some notification badges in red to indicate they are about you --- view/theme/redbasic/css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 357718623..bd08ae4a4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2087,6 +2087,20 @@ nav .badge:hover { background-color: #999; } +nav .badge.home-update, +nav .badge.notify-update, +nav .badge.intro-update, +nav .badge.mail-update { + background-color:#C9302C; +} + +nav .badge.home-update:hover, +nav .badge.notify-update:hover, +nav .badge.intro-update:hover, +nav .badge.mail-update:hover { + background-color:#D9534F; +} + .dropdown-menu { font-size: $body_font_size; border-radius: $radiuspx; -- cgit v1.2.3 From d801c361d6cd907ca841b58933a289dc4c5ccebe Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 29 Dec 2014 21:53:00 +0100 Subject: css fixes and remove sloppy photos setting since it is not supported anymore in redbasic --- view/css/mod_cloud.css | 6 ++---- view/theme/redbasic/tpl/theme_settings.tpl | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index 56f4c415b..822047c9d 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -14,19 +14,17 @@ width: 100%; } -#cloud-index th { - padding-top: 7px; -} - #cloud-index td:nth-child(1){ padding: 7px 3px 7px 10px; } +#cloud-index th:nth-child(8), #cloud-index td:nth-child(8){ padding: 7px 3px; white-space: nowrap; } +#cloud-index th:nth-child(9), #cloud-index td:nth-child(9){ padding: 7px 10px 7px 7px; white-space: nowrap; diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 70b42b6cd..adf2e632d 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -34,7 +34,7 @@ {{include file="field_input.tpl" field=$nav_min_opacity}} {{include file="field_input.tpl" field=$top_photo}} {{include file="field_input.tpl" field=$reply_photo}} -{{include file="field_checkbox.tpl" field=$sloppy_photos}} +{{*include file="field_checkbox.tpl" field=$sloppy_photos*}}
    - + diff --git a/view/tpl/field_yesno.tpl b/view/tpl/field_yesno.tpl index e36e775c7..f5a909833 100755 --- a/view/tpl/field_yesno.tpl +++ b/view/tpl/field_yesno.tpl @@ -1,5 +1,5 @@
    - +
    -- cgit v1.2.3 From 9557908875af76d167797a36e980798349fc63b5 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Thu, 1 Jan 2015 12:32:15 +0100 Subject: Warn about unsaved settings using jquery.areyousure --- view/js/mod_admin.js | 3 +++ view/js/mod_profiles.js | 3 +++ view/js/mod_settings.js | 1 + view/php/theme_init.php | 1 + 4 files changed, 8 insertions(+) create mode 100644 view/js/mod_admin.js create mode 100644 view/js/mod_profiles.js (limited to 'view') diff --git a/view/js/mod_admin.js b/view/js/mod_admin.js new file mode 100644 index 000000000..aad2ca902 --- /dev/null +++ b/view/js/mod_admin.js @@ -0,0 +1,3 @@ +$(document).ready(function() { + $('form').areYouSure(); // Warn user about unsaved settings +}); diff --git a/view/js/mod_profiles.js b/view/js/mod_profiles.js new file mode 100644 index 000000000..aad2ca902 --- /dev/null +++ b/view/js/mod_profiles.js @@ -0,0 +1,3 @@ +$(document).ready(function() { + $('form').areYouSure(); // Warn user about unsaved settings +}); diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js index 87c8c3a2b..ff859936a 100644 --- a/view/js/mod_settings.js +++ b/view/js/mod_settings.js @@ -2,6 +2,7 @@ var ispublic = aStr['everybody'] ; $(document).ready(function() { + $('form').areYouSure(); // Warn user about unsaved settings $("a#settings-default-perms-menu").colorbox({ 'inline' : true, diff --git a/view/php/theme_init.php b/view/php/theme_init.php index f28f9aa8d..33b7e87dc 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -44,6 +44,7 @@ head_add_js('docready.js'); head_add_js('library/colorbox/jquery.colorbox-min.js'); head_add_js('library/bootstrap-tagsinput/bootstrap-tagsinput.js'); +head_add_js('library/jquery.AreYouSure/jquery.are-you-sure.js'); /** * Those who require this feature will know what to do with it. * Those who don't, won't. -- cgit v1.2.3 From ef94747e5eb4d8b2e3566835280c31b848fc28e6 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Thu, 1 Jan 2015 14:36:17 +0100 Subject: Add field template for grouped selects --- view/tpl/field_select_grouped.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 view/tpl/field_select_grouped.tpl (limited to 'view') diff --git a/view/tpl/field_select_grouped.tpl b/view/tpl/field_select_grouped.tpl new file mode 100644 index 000000000..c7fb4f322 --- /dev/null +++ b/view/tpl/field_select_grouped.tpl @@ -0,0 +1,12 @@ +
    + + + {{$field.3}} +
    -- cgit v1.2.3 From 686b6ee1182c09969e2817b53825a78975c75bf5 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Thu, 1 Jan 2015 14:44:50 +0100 Subject: Use grouped select field for timezone selection --- view/tpl/install_settings.tpl | 2 +- view/tpl/settings.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl index f4fd82fdb..62dcbb8b3 100755 --- a/view/tpl/install_settings.tpl +++ b/view/tpl/install_settings.tpl @@ -20,7 +20,7 @@ {{include file="field_input.tpl" field=$adminmail}} {{include file="field_input.tpl" field=$siteurl}} -{{$timezone}} +{{include file="field_select_grouped.tpl" field=$timezone}} diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 47d85d8e4..83da4f87e 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -9,7 +9,7 @@

    {{$h_basic}}

    {{include file="field_input.tpl" field=$username}} -{{include file="field_custom.tpl" field=$timezone}} +{{include file="field_select_grouped.tpl" field=$timezone}} {{include file="field_input.tpl" field=$defloc}} {{include file="field_checkbox.tpl" field=$allowloc}} -- cgit v1.2.3 From 85e76773a04995884e798a89cc285f48377bcb62 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Thu, 1 Jan 2015 15:54:16 +0100 Subject: Use grouped select field for role selection --- view/js/mod_new_channel.js | 2 +- view/js/mod_settings.js | 4 ++-- view/tpl/new_channel.tpl | 5 +---- view/tpl/select_timezone.tpl | 11 +++++++++++ view/tpl/settings.tpl | 5 +---- 5 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 view/tpl/select_timezone.tpl (limited to 'view') diff --git a/view/js/mod_new_channel.js b/view/js/mod_new_channel.js index 492267ff9..c4d5408f2 100644 --- a/view/js/mod_new_channel.js +++ b/view/js/mod_new_channel.js @@ -1,5 +1,5 @@ $(document).ready(function() { -// $("#privacy-role-select").sSelect(); +// $("#id_permissions_role").sSelect(); $("#newchannel-name").blur(function() { $("#name-spinner").spin('small'); var zreg_name = $("#newchannel-name").val(); diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js index 87c8c3a2b..90e17afc4 100644 --- a/view/js/mod_settings.js +++ b/view/js/mod_settings.js @@ -8,8 +8,8 @@ $(document).ready(function() { 'transition' : 'elastic' }); - $("#privacy-role-select").change(function() { - var role = $("#privacy-role-select").val(); + $("#id_permissions_role").change(function() { + var role = $("#id_permissions_role").val(); if(role == 'custom') $('#advanced-perm').show(); else diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index 241846eb4..ff2011181 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -5,10 +5,7 @@
    {{$desc}}
    {{$help_role}}
    - - - {{$role_select}} -
    + {{include file="field_select_grouped.tpl" field=$role}}
    diff --git a/view/tpl/select_timezone.tpl b/view/tpl/select_timezone.tpl new file mode 100644 index 000000000..2820a54f4 --- /dev/null +++ b/view/tpl/select_timezone.tpl @@ -0,0 +1,11 @@ +{{* TODO: Make id configurabel *}} + + diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 83da4f87e..53f08e24f 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -22,10 +22,7 @@

    {{$h_prv}}

    -
    - -{{$role_select}} -
    +{{include file="field_select_grouped.tpl" field=$role}}
    {{include file="field_checkbox.tpl" field=$hide_presence}} -- cgit v1.2.3 From 1c2dc97a4a6e740d97ee29c8b7c4d0e37832ff4c Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Thu, 1 Jan 2015 18:19:17 +0100 Subject: Double click on day in calendar creats new event starting that day --- view/tpl/event_head.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view') diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index bcb1e07f6..03ea833f9 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -24,6 +24,11 @@ eventClick: function(calEvent, jsEvent, view) { showEvent(calEvent.id); }, + loading: function(isLoading, view) { + if(!isLoading) { + $('td.fc-day').dblclick(function() { window.location.href='https://caterva.eu/events/new?start='+$(this).data('date'); }); + } + }, eventRender: function(event, element, view) { //console.log(view.name); -- cgit v1.2.3 From ffec1444e9e667d7aa7690162f7c99ef64622103 Mon Sep 17 00:00:00 2001 From: Erik Lundin Date: Fri, 2 Jan 2015 00:56:28 +0100 Subject: Update Swedish strings from Transifex --- view/sv/messages.po | 9558 ++++++++++++++++++++++++++------------------------- view/sv/strings.php | 2332 ++++++------- 2 files changed, 5967 insertions(+), 5923 deletions(-) (limited to 'view') diff --git a/view/sv/messages.po b/view/sv/messages.po index 945ac691e..3cafa9809 100644 --- a/view/sv/messages.po +++ b/view/sv/messages.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-28 00:04-0800\n" -"PO-Revision-Date: 2014-11-29 10:37+0000\n" +"POT-Creation-Date: 2014-12-26 00:04-0800\n" +"PO-Revision-Date: 2014-12-29 22:54+0000\n" "Last-Translator: Erik Lundin \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/red-matrix/language/sv/)\n" "MIME-Version: 1.0\n" @@ -25,889 +25,726 @@ msgid "Cannot locate DNS info for database server '%s'" msgstr "Kan inte hitta DNS-information för databasserver '%s'" #: ../../include/photo/photo_driver.php:680 ../../include/photos.php:52 +#: ../../mod/photos.php:91 ../../mod/photos.php:654 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:423 ../../mod/photos.php:91 -#: ../../mod/photos.php:654 +#: ../../mod/profile_photo.php:423 msgid "Profile Photos" msgstr "Profilfoton" -#: ../../include/conversation.php:120 ../../include/text.php:1747 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 -msgid "photo" -msgstr "foto" - -#: ../../include/conversation.php:123 ../../include/text.php:1750 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "händelse" +#: ../../include/items.php:382 ../../mod/group.php:68 +#: ../../mod/subthread.php:49 ../../mod/profperm.php:23 ../../mod/like.php:246 +#: ../../index.php:389 +msgid "Permission denied" +msgstr "Behörighet saknas" -#: ../../include/conversation.php:126 ../../mod/like.php:89 -msgid "channel" -msgstr "kanal" +#: ../../include/items.php:969 ../../include/items.php:1014 +msgid "(Unknown)" +msgstr "(Okänt)" -#: ../../include/conversation.php:148 ../../include/text.php:1753 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 -msgid "status" -msgstr "status" +#: ../../include/items.php:1171 +msgid "Visible to anybody on the internet." +msgstr "Kan ses av vem som helst på Internet." -#: ../../include/conversation.php:150 ../../include/text.php:1755 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "kommentar" +#: ../../include/items.php:1173 +msgid "Visible to you only." +msgstr "Kan bara ses av dig." -#: ../../include/conversation.php:164 ../../include/diaspora.php:1957 -#: ../../mod/like.php:336 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s gillar %2$ss %3$s" +#: ../../include/items.php:1175 +msgid "Visible to anybody in this network." +msgstr "Kan ses av alla på det här nätverket." -#: ../../include/conversation.php:167 ../../mod/like.php:338 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s gillar inte %2$ss %3$s" +#: ../../include/items.php:1177 +msgid "Visible to anybody authenticated." +msgstr "Kan ses av alla inloggade." -#: ../../include/conversation.php:204 +#: ../../include/items.php:1179 #, php-format -msgid "%1$s is now connected with %2$s" -msgstr "%1$s har nu kontakt med %2$s" +msgid "Visible to anybody on %s." +msgstr "Kan ses av alla på %s." -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s puffade %2$s" +#: ../../include/items.php:1181 +msgid "Visible to all connections." +msgstr "Kan ses av alla kontakter." -#: ../../include/conversation.php:243 ../../include/text.php:905 -msgid "poked" -msgstr "puffade" +#: ../../include/items.php:1183 +msgid "Visible to approved connections." +msgstr "Kan ses av godkända kontakter." -#: ../../include/conversation.php:261 ../../mod/mood.php:63 -#, php-format -msgctxt "mood" -msgid "%1$s is %2$s" -msgstr "%1$s är %2$s" +#: ../../include/items.php:1185 +msgid "Visible to specific connections." +msgstr "Kan ses av valda kontakter." -#: ../../include/conversation.php:633 ../../include/ItemObject.php:126 -msgid "Select" -msgstr "Välj" +#: ../../include/items.php:3952 ../../mod/display.php:32 +#: ../../mod/thing.php:76 ../../mod/filestorage.php:26 ../../mod/admin.php:168 +#: ../../mod/admin.php:896 ../../mod/admin.php:1099 ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "Posten hittades inte." -#: ../../include/conversation.php:634 ../../include/RedDAV/RedBrowser.php:251 -#: ../../include/apps.php:250 ../../include/ItemObject.php:120 -#: ../../mod/settings.php:626 ../../mod/connedit.php:476 -#: ../../mod/thing.php:234 ../../mod/group.php:176 ../../mod/admin.php:730 -#: ../../mod/admin.php:861 ../../mod/photos.php:1070 -msgid "Delete" -msgstr "Ta bort" +#: ../../include/items.php:4019 ../../include/photos.php:15 +#: ../../include/attach.php:116 ../../include/attach.php:163 +#: ../../include/attach.php:226 ../../include/attach.php:240 +#: ../../include/attach.php:280 ../../include/attach.php:294 +#: ../../include/attach.php:318 ../../include/attach.php:511 +#: ../../include/attach.php:585 ../../include/chat.php:116 +#: ../../mod/mood.php:112 ../../mod/register.php:72 ../../mod/mitem.php:106 +#: ../../mod/achievements.php:30 ../../mod/settings.php:542 +#: ../../mod/group.php:9 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/setup.php:207 ../../mod/authtest.php:13 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/block.php:22 +#: ../../mod/block.php:72 ../../mod/delegate.php:6 ../../mod/sources.php:66 +#: ../../mod/events.php:195 ../../mod/channel.php:90 ../../mod/channel.php:201 +#: ../../mod/channel.php:244 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/regmod.php:17 ../../mod/editpost.php:13 ../../mod/common.php:35 +#: ../../mod/connections.php:169 ../../mod/connedit.php:266 +#: ../../mod/mail.php:111 ../../mod/photos.php:68 ../../mod/webpages.php:67 +#: ../../mod/bookmarks.php:46 ../../mod/blocks.php:67 ../../mod/blocks.php:75 +#: ../../mod/editblock.php:65 ../../mod/pdledit.php:21 +#: ../../mod/editlayout.php:64 ../../mod/editlayout.php:89 +#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 +#: ../../mod/editwebpage.php:118 ../../mod/profile_photo.php:263 +#: ../../mod/profile_photo.php:276 ../../mod/like.php:154 +#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299 +#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:18 +#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82 +#: ../../mod/filestorage.php:109 ../../mod/locs.php:71 ../../mod/item.php:191 +#: ../../mod/item.php:199 ../../mod/item.php:972 ../../mod/suggest.php:26 +#: ../../mod/layouts.php:67 ../../mod/layouts.php:74 ../../mod/layouts.php:85 +#: ../../mod/profiles.php:179 ../../mod/profiles.php:550 +#: ../../mod/manage.php:6 ../../mod/menu.php:61 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/network.php:12 +#: ../../mod/notifications.php:66 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 +#: ../../mod/message.php:16 ../../mod/new_channel.php:68 +#: ../../mod/new_channel.php:99 ../../mod/page.php:28 ../../mod/page.php:78 +#: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190 +#: ../../index.php:390 +msgid "Permission denied." +msgstr "Behörighet saknas." -#: ../../include/conversation.php:641 ../../include/ItemObject.php:89 -msgid "Private Message" -msgstr "Privat meddelande" +#: ../../include/items.php:4410 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Kretsen hittades inte." -#: ../../include/conversation.php:648 ../../include/ItemObject.php:194 -msgid "Message signature validated" -msgstr "Meddelandesignatur bekräftad" +#: ../../include/items.php:4425 +msgid "Collection is empty." +msgstr "Kretsen är tom." -#: ../../include/conversation.php:649 ../../include/ItemObject.php:195 -msgid "Message signature incorrect" -msgstr "Meddelandesignatur felaktig" +#: ../../include/items.php:4432 +#, php-format +msgid "Collection: %s" +msgstr "Krets: %s" -#: ../../include/conversation.php:670 +#: ../../include/items.php:4443 #, php-format -msgid "View %s's profile @ %s" -msgstr "Visa %ss profil på %s" +msgid "Connection: %s" +msgstr "Kontakt: %s" -#: ../../include/conversation.php:685 -msgid "Categories:" -msgstr "Kategorier:" +#: ../../include/items.php:4446 +msgid "Connection not found." +msgstr "Kontakten hittades inte." -#: ../../include/conversation.php:686 -msgid "Filed under:" -msgstr "Postat under:" +#: ../../include/menu.php:42 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:261 +#: ../../include/ItemObject.php:100 ../../include/apps.php:254 +#: ../../mod/settings.php:627 ../../mod/editpost.php:112 +#: ../../mod/connections.php:381 ../../mod/connections.php:394 +#: ../../mod/connections.php:413 ../../mod/webpages.php:162 +#: ../../mod/blocks.php:132 ../../mod/editblock.php:143 +#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:174 +#: ../../mod/thing.php:233 ../../mod/layouts.php:167 ../../mod/menu.php:78 +msgid "Edit" +msgstr "Redigera" -#: ../../include/conversation.php:694 ../../include/ItemObject.php:266 -#, php-format -msgid " from %s" -msgstr "från %s" +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "Ingen mottagare angiven." -#: ../../include/conversation.php:697 ../../include/ItemObject.php:269 -#, php-format -msgid "last edited: %s" -msgstr "senast redigerat: %s" +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[inget ämne]" -#: ../../include/conversation.php:698 ../../include/ItemObject.php:270 -#, php-format -msgid "Expires: %s" -msgstr "Upphör: %s" +#: ../../include/message.php:45 +msgid "Unable to determine sender." +msgstr "Kunde inte avgöra vem som är avsändare." -#: ../../include/conversation.php:713 -msgid "View in context" -msgstr "Visa sammanhang" +#: ../../include/message.php:200 +msgid "Stored post could not be verified." +msgstr "Den sparade posten kunde inte verifieras." -#: ../../include/conversation.php:715 ../../include/conversation.php:1137 -#: ../../include/ItemObject.php:317 ../../mod/editblock.php:152 -#: ../../mod/editlayout.php:148 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:183 ../../mod/mail.php:238 ../../mod/mail.php:353 -#: ../../mod/photos.php:978 -msgid "Please wait" -msgstr "Vänta" +#: ../../include/network.php:590 +msgid "view full size" +msgstr "visa full storlek" -#: ../../include/conversation.php:831 -msgid "remove" -msgstr "ta bort" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" +msgstr "Kan se mina normala strömmar och inlägg" -#: ../../include/conversation.php:835 ../../include/nav.php:257 -msgid "Loading..." -msgstr "Laddar..." +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" +msgstr "Kan se min standardkanalprofil" -#: ../../include/conversation.php:836 -msgid "Delete Selected Items" -msgstr "Ta bort valda poster" +#: ../../include/permissions.php:28 +msgid "Can view my photo albums" +msgstr "Kan se mina fotoalbum" -#: ../../include/conversation.php:926 -msgid "View Source" -msgstr "Visa källa" +#: ../../include/permissions.php:29 +msgid "Can view my connections" +msgstr "Kan se mina kontakter" -#: ../../include/conversation.php:927 -msgid "Follow Thread" -msgstr "Följ tråd" +#: ../../include/permissions.php:30 +msgid "Can view my file storage" +msgstr "Kan se mitt filutrymme" -#: ../../include/conversation.php:928 -msgid "View Status" -msgstr "Visa status" +#: ../../include/permissions.php:31 +msgid "Can view my webpages" +msgstr "Kan se mina webbsidor" -#: ../../include/conversation.php:929 ../../include/nav.php:99 -#: ../../mod/connedit.php:429 ../../mod/connedit.php:544 -msgid "View Profile" -msgstr "Visa profil" +#: ../../include/permissions.php:34 +msgid "Can send me their channel stream and posts" +msgstr "Kan skicka sina kanalströmmar och inlägg till mig" -#: ../../include/conversation.php:930 -msgid "View Photos" -msgstr "Visa foton" +#: ../../include/permissions.php:35 +msgid "Can post on my channel page (\"wall\")" +msgstr "Kan posta inlägg på min kanalsida (\"vägg\")" -#: ../../include/conversation.php:931 -msgid "Matrix Activity" -msgstr "Matrisaktivitet" +#: ../../include/permissions.php:36 +msgid "Can comment on or like my posts" +msgstr "Kan kommentera eller gilla mina inlägg" -#: ../../include/conversation.php:932 ../../include/identity.php:840 -#: ../../include/widgets.php:135 ../../include/widgets.php:175 -#: ../../include/Contact.php:107 ../../mod/suggest.php:51 -#: ../../mod/match.php:62 ../../mod/directory.php:235 -msgid "Connect" -msgstr "Ta kontakt" +#: ../../include/permissions.php:37 +msgid "Can send me private mail messages" +msgstr "Kan skicka privata meddelanden till mig" -#: ../../include/conversation.php:933 -msgid "Edit Contact" -msgstr "Redigera kontakt" +#: ../../include/permissions.php:38 +msgid "Can post photos to my photo albums" +msgstr "Kan lägga till foton i mitt fotoalbum" -#: ../../include/conversation.php:934 -msgid "Send PM" -msgstr "Skicka meddelande" +#: ../../include/permissions.php:39 +msgid "Can like/dislike stuff" +msgstr "Kan gilla/ogilla saker" -#: ../../include/conversation.php:935 ../../include/apps.php:143 -msgid "Poke" -msgstr "Puffa" +#: ../../include/permissions.php:39 +msgid "Profiles and things other than posts/comments" +msgstr "Profiler och annat än inlägg/kommentarer" -#: ../../include/conversation.php:987 ../../include/RedDAV/RedBrowser.php:163 -#: ../../include/apps.php:331 ../../include/apps.php:382 -#: ../../mod/connedit.php:512 ../../mod/photos.php:713 -#: ../../mod/photos.php:1132 -msgid "Unknown" -msgstr "Okända" +#: ../../include/permissions.php:41 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Kan vidarebefordra till alla mina kanalkontakter genom @omnämnanden" -#: ../../include/conversation.php:1008 -#, php-format -msgid "%s likes this." -msgstr "%s gillar det här." +#: ../../include/permissions.php:41 +msgid "Advanced - useful for creating group forum channels" +msgstr "Avancerat - användbart för att skapa kanaler för gruppforum" -#: ../../include/conversation.php:1008 -#, php-format -msgid "%s doesn't like this." -msgstr "%s gillar inte det här." +#: ../../include/permissions.php:42 +msgid "Can chat with me (when available)" +msgstr "Kan chatta med mig (när tillgänglig)" -#: ../../include/conversation.php:1012 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "%2$d person gillar det här." -msgstr[1] "%2$d personer gillar det här." +#: ../../include/permissions.php:43 +msgid "Can write to my file storage" +msgstr "Har skrivrättigheter i mitt filutrymme" -#: ../../include/conversation.php:1014 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "%2$d person gillar inte det här." -msgstr[1] "%2$d personer gillar inte det här." +#: ../../include/permissions.php:44 +msgid "Can edit my webpages" +msgstr "Kan redigera mina webbsidor" -#: ../../include/conversation.php:1020 -msgid "and" -msgstr "och" +#: ../../include/permissions.php:46 +msgid "Can source my public posts in derived channels" +msgstr "Kan använda mina offentliga inlägg i kanaler nedströms" -#: ../../include/conversation.php:1023 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] ", och %d annan person" -msgstr[1] ", och %d andra personer" +#: ../../include/permissions.php:46 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Ganska avancerat - väldigt användbart i öppna gemenskaper" -#: ../../include/conversation.php:1024 -#, php-format -msgid "%s like this." -msgstr "%s gillar det här." +#: ../../include/permissions.php:48 +msgid "Can administer my channel resources" +msgstr "Kan administrera mina kanalresurser" -#: ../../include/conversation.php:1024 -#, php-format -msgid "%s don't like this." -msgstr "%s gillar inte det här." - -#: ../../include/conversation.php:1081 -msgid "Visible to everybody" -msgstr "Kan ses av alla" +#: ../../include/permissions.php:48 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Extremt avancerat. Låt detta vara om du inte vet vad du gör" -#: ../../include/conversation.php:1082 ../../mod/mail.php:171 -#: ../../mod/mail.php:286 -msgid "Please enter a link URL:" -msgstr "Ange en länkadress:" +#: ../../include/permissions.php:814 +msgid "Social Networking" +msgstr "Socialt nätverkande" -#: ../../include/conversation.php:1083 -msgid "Please enter a video link/URL:" -msgstr "Ange en videolänkadress:" +#: ../../include/permissions.php:815 ../../include/permissions.php:817 +#: ../../include/permissions.php:819 +msgid "Mostly Public" +msgstr "Mestadels offentligt" -#: ../../include/conversation.php:1084 -msgid "Please enter an audio link/URL:" -msgstr "Ange en ljudlänkadress" +#: ../../include/permissions.php:815 ../../include/permissions.php:817 +#: ../../include/permissions.php:819 +msgid "Restricted" +msgstr "Begränsat" -#: ../../include/conversation.php:1085 -msgid "Tag term:" -msgstr "Tagguttryck" +#: ../../include/permissions.php:815 ../../include/permissions.php:817 +msgid "Private" +msgstr "Privat" -#: ../../include/conversation.php:1086 ../../mod/filer.php:49 -msgid "Save to Folder:" -msgstr "Spara i mapp:" +#: ../../include/permissions.php:816 +msgid "Community Forum" +msgstr "Gemenskapsforum" -#: ../../include/conversation.php:1087 -msgid "Where are you right now?" -msgstr "Var är du just nu?" +#: ../../include/permissions.php:818 +msgid "Feed Republish" +msgstr "Vidarepublicering av flöde" -#: ../../include/conversation.php:1088 ../../mod/editpost.php:52 -#: ../../mod/mail.php:172 ../../mod/mail.php:287 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "Upphör YYYY-MM-DD HH:MM" +#: ../../include/permissions.php:820 +msgid "Special Purpose" +msgstr "Särskilt syfte" -#: ../../include/conversation.php:1098 ../../include/page_widgets.php:40 -#: ../../include/ItemObject.php:630 ../../mod/webpages.php:166 -#: ../../mod/editblock.php:173 ../../mod/editlayout.php:168 -#: ../../mod/editpost.php:140 ../../mod/editwebpage.php:205 -#: ../../mod/photos.php:998 -msgid "Preview" -msgstr "Förhandsgranska" +#: ../../include/permissions.php:821 +msgid "Celebrity/Soapbox" +msgstr "Kändis/talarstol" -#: ../../include/conversation.php:1112 ../../mod/editblock.php:198 -#: ../../mod/editlayout.php:193 ../../mod/editwebpage.php:230 -#: ../../mod/layouts.php:168 ../../mod/photos.php:977 -msgid "Share" -msgstr "Dela" +#: ../../include/permissions.php:821 +msgid "Group Repository" +msgstr "Gruppförråd" -#: ../../include/conversation.php:1114 ../../mod/editwebpage.php:170 -msgid "Page link title" -msgstr "Titel på sidlänk" +#: ../../include/permissions.php:822 ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 +msgid "Other" +msgstr "Annat" -#: ../../include/conversation.php:1117 -msgid "Post as" -msgstr "Posta som" +#: ../../include/permissions.php:823 +msgid "Custom/Expert Mode" +msgstr "Anpassat/expertläge" -#: ../../include/conversation.php:1118 ../../mod/editblock.php:144 -#: ../../mod/editlayout.php:140 ../../mod/editpost.php:113 -#: ../../mod/editwebpage.php:175 ../../mod/mail.php:235 ../../mod/mail.php:349 -msgid "Upload photo" -msgstr "Ladda upp foto" +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "skapade ett nytt inlägg" -#: ../../include/conversation.php:1119 -msgid "upload photo" -msgstr "ladda upp foto" +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "kommenterade %ss inlägg" -#: ../../include/conversation.php:1120 ../../mod/editblock.php:145 -#: ../../mod/editlayout.php:141 ../../mod/editpost.php:114 -#: ../../mod/editwebpage.php:176 ../../mod/mail.php:236 ../../mod/mail.php:350 -msgid "Attach file" -msgstr "Bifoga fil" +#: ../../include/taxonomy.php:210 ../../include/taxonomy.php:229 +msgid "Tags" +msgstr "Taggar" -#: ../../include/conversation.php:1121 -msgid "attach file" -msgstr "bifoga fil" +#: ../../include/taxonomy.php:250 ../../include/contact_widgets.php:92 +#: ../../include/widgets.php:35 +msgid "Categories" +msgstr "Kategorier" -#: ../../include/conversation.php:1122 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:142 ../../mod/editpost.php:115 -#: ../../mod/editwebpage.php:177 ../../mod/mail.php:237 ../../mod/mail.php:351 -msgid "Insert web link" -msgstr "Infoga webblänk" +#: ../../include/taxonomy.php:269 +msgid "Keywords" +msgstr "Nyckelord" -#: ../../include/conversation.php:1123 -msgid "web link" -msgstr "webblänk" +#: ../../include/taxonomy.php:294 +msgid "have" +msgstr "har" -#: ../../include/conversation.php:1124 -msgid "Insert video link" -msgstr "Infoga videolänk" +#: ../../include/taxonomy.php:294 +msgid "has" +msgstr "har" -#: ../../include/conversation.php:1125 -msgid "video link" -msgstr "videolänk" +#: ../../include/taxonomy.php:295 +msgid "want" +msgstr "vill ha" -#: ../../include/conversation.php:1126 -msgid "Insert audio link" -msgstr "Infoga ljudlänk" +#: ../../include/taxonomy.php:295 +msgid "wants" +msgstr "vill ha" -#: ../../include/conversation.php:1127 -msgid "audio link" -msgstr "ljudlänk" +#: ../../include/taxonomy.php:296 ../../include/ItemObject.php:221 +msgid "like" +msgstr "gilla" -#: ../../include/conversation.php:1128 ../../mod/editblock.php:150 -#: ../../mod/editlayout.php:146 ../../mod/editpost.php:119 -#: ../../mod/editwebpage.php:181 -msgid "Set your location" -msgstr "Ange din plats" +#: ../../include/taxonomy.php:296 +msgid "likes" +msgstr "gillar" -#: ../../include/conversation.php:1129 -msgid "set location" -msgstr "ange plats" +#: ../../include/taxonomy.php:297 ../../include/ItemObject.php:222 +msgid "dislike" +msgstr "ogilla" -#: ../../include/conversation.php:1130 ../../mod/editblock.php:151 -#: ../../mod/editlayout.php:147 ../../mod/editpost.php:120 -#: ../../mod/editwebpage.php:182 -msgid "Clear browser location" -msgstr "Rensa webbläsarplats" +#: ../../include/taxonomy.php:297 +msgid "dislikes" +msgstr "ogillar" -#: ../../include/conversation.php:1131 -msgid "clear location" -msgstr "rensa plats" +#: ../../include/taxonomy.php:380 ../../include/identity.php:1148 +#: ../../include/ItemObject.php:146 ../../mod/photos.php:1027 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "gillar detta" +msgstr[1] "gillar detta" -#: ../../include/conversation.php:1133 ../../mod/editblock.php:164 -#: ../../mod/editlayout.php:159 ../../mod/editpost.php:132 -#: ../../mod/editwebpage.php:198 -msgid "Set title" -msgstr "Ange titel" +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Ny sida" -#: ../../include/conversation.php:1136 ../../mod/events.php:574 -#: ../../mod/editblock.php:167 ../../mod/editlayout.php:162 -#: ../../mod/editpost.php:134 ../../mod/editwebpage.php:200 -msgid "Categories (comma-separated list)" -msgstr "Kategorier (kommaseparerad lista)" +#: ../../include/page_widgets.php:39 ../../mod/webpages.php:165 +#: ../../mod/blocks.php:135 ../../mod/layouts.php:171 +msgid "View" +msgstr "Visa" -#: ../../include/conversation.php:1138 ../../mod/editblock.php:153 -#: ../../mod/editlayout.php:149 ../../mod/editpost.php:122 -#: ../../mod/editwebpage.php:184 -msgid "Permission settings" -msgstr "Behörighetsinställningar" +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1102 +#: ../../include/ItemObject.php:638 ../../mod/photos.php:998 +#: ../../mod/webpages.php:166 +msgid "Preview" +msgstr "Förhandsgranska" -#: ../../include/conversation.php:1139 -msgid "permissions" -msgstr "behörighet" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:167 +msgid "Actions" +msgstr "Åtgärder" -#: ../../include/conversation.php:1146 ../../mod/editblock.php:161 -#: ../../mod/editlayout.php:156 ../../mod/editpost.php:129 -#: ../../mod/editwebpage.php:193 -msgid "Public post" -msgstr "Offentligt inlägg" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:168 +msgid "Page Link" +msgstr "Länk" -#: ../../include/conversation.php:1148 ../../mod/editblock.php:168 -#: ../../mod/editlayout.php:163 ../../mod/editpost.php:135 -#: ../../mod/editwebpage.php:201 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Exempel: bob@example.com, mary@example.com" +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:169 +msgid "Title" +msgstr "Titel" -#: ../../include/conversation.php:1161 ../../mod/editblock.php:178 -#: ../../mod/editlayout.php:173 ../../mod/editpost.php:146 -#: ../../mod/editwebpage.php:210 ../../mod/mail.php:242 ../../mod/mail.php:356 -msgid "Set expiration date" -msgstr "Ange utgångsdatum" +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:170 +msgid "Created" +msgstr "Skapad" -#: ../../include/conversation.php:1163 ../../include/ItemObject.php:633 -#: ../../mod/editpost.php:148 ../../mod/mail.php:244 ../../mod/mail.php:358 -msgid "Encrypt text" -msgstr "Kryptera text" +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:171 +msgid "Edited" +msgstr "Ändrad" -#: ../../include/conversation.php:1165 ../../mod/events.php:580 -#: ../../mod/editpost.php:150 -msgid "OK" -msgstr "OK" +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Inbäddat innehåll" -#: ../../include/conversation.php:1166 ../../mod/settings.php:564 -#: ../../mod/settings.php:590 ../../mod/events.php:579 -#: ../../mod/editpost.php:151 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 -msgid "Cancel" -msgstr "Avbryt" +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "Inbäddning inaktiverat" -#: ../../include/conversation.php:1410 -msgid "Discover" -msgstr "Upptäck" +#: ../../include/auth.php:130 +msgid "Logged out." +msgstr "Utloggad." -#: ../../include/conversation.php:1413 -msgid "Imported public streams" -msgstr "Importerade offentliga strömmar" +#: ../../include/auth.php:271 +msgid "Failed authentication" +msgstr "Inloggning misslyckades" -#: ../../include/conversation.php:1418 -msgid "Commented Order" -msgstr "Kommentarsordning" +#: ../../include/auth.php:285 ../../mod/openid.php:190 +msgid "Login failed." +msgstr "Inloggning misslyckades." -#: ../../include/conversation.php:1421 -msgid "Sort by Comment Date" -msgstr "Ordna efter kommentarsdatum" +#: ../../include/photos.php:105 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Bild överskrider webbplatsens storleksbegränsning på %lu byte" -#: ../../include/conversation.php:1425 -msgid "Posted Order" -msgstr "Inläggsordning" +#: ../../include/photos.php:112 +msgid "Image file is empty." +msgstr "Bildfil är tom." -#: ../../include/conversation.php:1428 -msgid "Sort by Post Date" -msgstr "Ordna efter när inlägget skrevs" +#: ../../include/photos.php:141 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Kunde inte bearbeta bild" -#: ../../include/conversation.php:1433 ../../include/widgets.php:89 -msgid "Personal" -msgstr "Personligt" +#: ../../include/photos.php:213 +msgid "Photo storage failed." +msgstr "Fotolagring misslyckades." -#: ../../include/conversation.php:1436 -msgid "Posts that mention or involve you" -msgstr "Inlägg som nämner eller berör dig" +#: ../../include/photos.php:341 ../../include/conversation.php:1533 +msgid "Photo Albums" +msgstr "Fotoalbum" -#: ../../include/conversation.php:1442 ../../mod/connections.php:211 -#: ../../mod/connections.php:224 ../../mod/menu.php:80 -msgid "New" -msgstr "Nytt" +#: ../../include/photos.php:345 +msgid "Upload New Photos" +msgstr "Ladda upp nya foton" -#: ../../include/conversation.php:1445 -msgid "Activity Stream - by date" -msgstr "Aktivitetsström - efter datum" +#: ../../include/activities.php:39 +msgid " and " +msgstr " och " -#: ../../include/conversation.php:1451 -msgid "Starred" -msgstr "Märkt" +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "offentlig profil" -#: ../../include/conversation.php:1454 -msgid "Favourite Posts" -msgstr "Favoritinlägg" +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s ändrade %2$s till "%3$s"" -#: ../../include/conversation.php:1461 -msgid "Spam" -msgstr "Skräp" +#: ../../include/activities.php:57 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Besök %1$ss %2$s" -#: ../../include/conversation.php:1464 -msgid "Posts flagged as SPAM" -msgstr "Inlägg markerade som SKRÄP" +#: ../../include/activities.php:60 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s har en uppdaterad %2$s (har ändrat %3$s)." -#: ../../include/conversation.php:1504 ../../mod/admin.php:865 -msgid "Channel" -msgstr "Kanal" +#: ../../include/bb2diaspora.php:366 +msgid "Attachments:" +msgstr "Bilagor:" -#: ../../include/conversation.php:1507 -msgid "Status Messages and Posts" -msgstr "Statusmeddelanden och inlägg" +#: ../../include/bb2diaspora.php:445 ../../include/event.php:11 +msgid "l F d, Y \\@ g:i A" +msgstr "l j F Y \\k\\l. H.i" -#: ../../include/conversation.php:1516 -msgid "About" -msgstr "Om" +#: ../../include/bb2diaspora.php:447 +msgid "Redmatrix event notification:" +msgstr "Händelsenotifiering från Redmatrix:" -#: ../../include/conversation.php:1519 -msgid "Profile Details" -msgstr "Profildetaljer" +#: ../../include/bb2diaspora.php:451 ../../include/event.php:20 +msgid "Starts:" +msgstr "Börjar:" -#: ../../include/conversation.php:1525 ../../include/nav.php:105 -#: ../../include/apps.php:137 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Foton" +#: ../../include/bb2diaspora.php:459 ../../include/event.php:30 +msgid "Finishes:" +msgstr "Slutar:" -#: ../../include/conversation.php:1528 ../../include/photos.php:341 -msgid "Photo Albums" -msgstr "Fotoalbum" +#: ../../include/bb2diaspora.php:467 ../../include/event.php:40 +#: ../../include/identity.php:891 ../../mod/events.php:590 +#: ../../mod/directory.php:199 +msgid "Location:" +msgstr "Plats:" -#: ../../include/conversation.php:1534 ../../include/RedDAV/RedBrowser.php:241 -#: ../../include/nav.php:106 ../../include/apps.php:133 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Filer" +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Allmänna funktioner" -#: ../../include/conversation.php:1537 -msgid "Files and Storage" -msgstr "Filer och lagring" +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "Tidsbegränsat innehåll" -#: ../../include/conversation.php:1547 ../../include/conversation.php:1550 -msgid "Chatrooms" -msgstr "Chattrum" +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Ta bort inlägg/kommentarer och/eller privata meddelanden efter en tid" -#: ../../include/conversation.php:1560 ../../include/nav.php:117 -#: ../../include/apps.php:127 -msgid "Bookmarks" -msgstr "Bokmärken" +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Flera profiler" -#: ../../include/conversation.php:1563 -msgid "Saved Bookmarks" -msgstr "Sparade bokmärken" +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Möjlighet att skapa flera profiler" -#: ../../include/conversation.php:1571 ../../include/nav.php:121 -#: ../../include/apps.php:134 ../../mod/webpages.php:160 -msgid "Webpages" -msgstr "Webbsidor" +#: ../../include/features.php:27 +msgid "Advanced Profiles" +msgstr "Avancerade profiler" -#: ../../include/conversation.php:1574 -msgid "Manage Webpages" -msgstr "Hantera webbsidor" +#: ../../include/features.php:27 +msgid "Additional profile sections and selections" +msgstr "Fler profilinställningar" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "Kanalen är blockerad på den här servern." +#: ../../include/features.php:28 +msgid "Profile Import/Export" +msgstr "Profilimport/-export" -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "Kanalplats saknas." +#: ../../include/features.php:28 +msgid "Save and load profile details across sites/channels" +msgstr "Spara och ladda profiluppgifter mellan webbplatser/kanaler" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." -msgstr "Svar från den andra kanalen var ofullständigt." +#: ../../include/features.php:29 +msgid "Web Pages" +msgstr "Webbsidor" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." -msgstr "Kanalen har tagits bort och finns inte längre." +#: ../../include/features.php:29 +msgid "Provide managed web pages on your channel" +msgstr "Tillhandahåll ordnade webbsidor i din kanal" -#: ../../include/follow.php:135 ../../include/follow.php:202 -msgid "Protocol disabled." -msgstr "Protokoll inaktiverat." +#: ../../include/features.php:30 +msgid "Private Notes" +msgstr "Privata anteckningar" -#: ../../include/follow.php:176 -msgid "Channel discovery failed." -msgstr "Kanalsökning misslyckades." +#: ../../include/features.php:30 +msgid "Enables a tool to store notes and reminders" +msgstr "Aktivera ett verktyg för att spara anteckningar och påminnelser" -#: ../../include/follow.php:192 -msgid "local account not found." -msgstr "hittade inte lokalt konto." +#: ../../include/features.php:34 +msgid "Navigation Channel Select" +msgstr "Kanalväljare i navigation" -#: ../../include/follow.php:220 -msgid "Cannot connect to yourself." -msgstr "Du kan inte kontakta dig själv." +#: ../../include/features.php:34 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Välj kanal direkt från navigationslistens rullgardinsmeny" -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "skapade ett nytt inlägg" +#: ../../include/features.php:38 +msgid "Extended Identity Sharing" +msgstr "Utökad identitetsdelning" -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" -msgstr "kommenterade %ss inlägg" +#: ../../include/features.php:38 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." +msgstr "Dela din identitet med alla webbplatser på Internet. Om inaktiverat är identiteten bara delad med platser i matrisen." -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Ny sida" +#: ../../include/features.php:39 +msgid "Expert Mode" +msgstr "Expertläge" -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/menu.php:42 ../../include/RedDAV/RedBrowser.php:250 -#: ../../include/apps.php:249 ../../include/ItemObject.php:100 -#: ../../mod/blocks.php:132 ../../mod/settings.php:625 -#: ../../mod/connections.php:381 ../../mod/connections.php:394 -#: ../../mod/connections.php:413 ../../mod/thing.php:233 -#: ../../mod/webpages.php:162 ../../mod/editblock.php:143 -#: ../../mod/editlayout.php:139 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:174 ../../mod/layouts.php:167 -#: ../../mod/menu.php:78 -msgid "Edit" -msgstr "Redigera" +#: ../../include/features.php:39 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Aktivera expertläge för att tillåta avancerade inställningar" -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:135 -#: ../../mod/webpages.php:165 ../../mod/layouts.php:171 -msgid "View" -msgstr "Visa" +#: ../../include/features.php:40 +msgid "Premium Channel" +msgstr "Premiumkanal" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:167 -msgid "Actions" -msgstr "Åtgärder" +#: ../../include/features.php:40 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Låter dig ange begränsningar och villkor för dem som vill ansluta till din kanal" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:168 -msgid "Page Link" -msgstr "Länk" +#: ../../include/features.php:45 +msgid "Post Composition Features" +msgstr "Skrivfunktioner" -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:169 -msgid "Title" -msgstr "Titel" +#: ../../include/features.php:47 +msgid "Use Markdown" +msgstr "Använd Markdown" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:170 -msgid "Created" -msgstr "Skapad" +#: ../../include/features.php:47 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Tillåt att \"Markdown\" används för att formatera inlägg" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:171 -msgid "Edited" -msgstr "Ändrad" +#: ../../include/features.php:49 ../../include/widgets.php:527 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Kanalkällor" -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d inbjudan tillgänglig" -msgstr[1] "%d inbjudningar tillgängliga" +#: ../../include/features.php:49 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Importera kanalinnehåll från andra kanaler eller flöden automatiskt" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 -msgid "Advanced" -msgstr "Avancerat" +#: ../../include/features.php:50 +msgid "Even More Encryption" +msgstr "Ytterligare kryptering" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Hitta kanaler" +#: ../../include/features.php:50 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Tillåt änd-till-änd-kryptering av innehåll med en delad hemlig nyckel" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Ange namn eller intresse" +#: ../../include/features.php:51 +msgid "Flag Adult Photos" +msgstr "Flagga vuxenfoton" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Ta kontakt/följ" +#: ../../include/features.php:51 +msgid "Provide photo edit option to hide adult photos from default album view" +msgstr "Gör det möjligt att inte visa foton som är olämpliga för barn i albums standardvy" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Exempel: Robert Morgenstein, Fiske" +#: ../../include/features.php:56 +msgid "Network and Stream Filtering" +msgstr "Nätverk och strömfiltrering" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 -#: ../../mod/directory.php:278 ../../mod/directory.php:283 -msgid "Find" -msgstr "Sök" +#: ../../include/features.php:57 +msgid "Search by Date" +msgstr "Sök på datum" -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -msgid "Channel Suggestions" -msgstr "Kanalförslag" +#: ../../include/features.php:57 +msgid "Ability to select posts by date ranges" +msgstr "Tillåter urval av inlägg baserat på datum" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Slumpvald profil" +#: ../../include/features.php:58 +msgid "Collections Filter" +msgstr "Kretsfilter" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Bjud in vänner" +#: ../../include/features.php:58 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "Aktivera en väljare för att visa nätverksinlägg från enbart valda kretsar" -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "Avancerat exempel: name=fred and country=iceland" +#: ../../include/features.php:59 ../../include/widgets.php:272 +msgid "Saved Searches" +msgstr "Sparade sökningar" -#: ../../include/contact_widgets.php:57 ../../include/features.php:73 -#: ../../include/widgets.php:303 -msgid "Saved Folders" -msgstr "Sparade mappar" +#: ../../include/features.php:59 +msgid "Save search terms for re-use" +msgstr "Spara sökuttryck för återanvändning" -#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:306 -msgid "Everything" -msgstr "Allt" +#: ../../include/features.php:60 +msgid "Network Personal Tab" +msgstr "Personlig nätverksflik" -#: ../../include/contact_widgets.php:92 ../../include/taxonomy.php:230 -#: ../../include/widgets.php:29 -msgid "Categories" -msgstr "Kategorier" +#: ../../include/features.php:60 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Aktivera en flik som visar endast de nätverksinlägg som du har deltagit i" -#: ../../include/contact_widgets.php:125 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d gemensam kontakt" -msgstr[1] "%d gemensamma kontakter" - -#: ../../include/contact_widgets.php:130 -msgid "show more" -msgstr "visa fler" - -#: ../../include/oembed.php:171 -msgid "Embedded content" -msgstr "Inbäddat innehåll" - -#: ../../include/oembed.php:180 -msgid "Embedding disabled" -msgstr "Inbäddning inaktiverat" - -#: ../../include/message.php:18 -msgid "No recipient provided." -msgstr "Ingen mottagare angiven." - -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "[inget ämne]" - -#: ../../include/message.php:45 -msgid "Unable to determine sender." -msgstr "Kunde inte avgöra vem som är avsändare." - -#: ../../include/message.php:200 -msgid "Stored post could not be verified." -msgstr "Den sparade posten kunde inte verifieras." - -#: ../../include/activities.php:39 -msgid " and " -msgstr " och " - -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "offentlig profil" - -#: ../../include/activities.php:52 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s ändrade %2$s till "%3$s"" - -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Besök %1$ss %2$s" - -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s har en uppdaterad %2$s (har ändrat %3$s)." - -#: ../../include/acl_selectors.php:240 -msgid "Visible to your default audience" -msgstr "Kan ses av förinställda mottagare" - -#: ../../include/acl_selectors.php:241 -msgid "Show" -msgstr "Visa" - -#: ../../include/acl_selectors.php:242 -msgid "Don't show" -msgstr "Visa inte" - -#: ../../include/acl_selectors.php:248 ../../mod/events.php:596 -#: ../../mod/chat.php:209 ../../mod/filestorage.php:137 -#: ../../mod/photos.php:588 ../../mod/photos.php:950 -msgid "Permissions" -msgstr "Behörighet" - -#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:312 -#: ../../mod/photos.php:1149 -msgid "Close" -msgstr "Stäng" - -#: ../../include/bb2diaspora.php:384 -msgid "Attachments:" -msgstr "Bilagor:" - -#: ../../include/bb2diaspora.php:463 ../../include/event.php:11 -msgid "l F d, Y \\@ g:i A" -msgstr "l j F Y \\k\\l. H.i" - -#: ../../include/bb2diaspora.php:465 -msgid "Redmatrix event notification:" -msgstr "Händelsenotifiering från Redmatrix:" +#: ../../include/features.php:61 +msgid "Network New Tab" +msgstr "Flik för nytt på nätverket" -#: ../../include/bb2diaspora.php:469 ../../include/event.php:20 -msgid "Starts:" -msgstr "Börjar:" +#: ../../include/features.php:61 +msgid "Enable tab to display all new Network activity" +msgstr "Aktivera en flik som visar all ny nätverksaktivitet" -#: ../../include/bb2diaspora.php:477 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Slutar:" +#: ../../include/features.php:62 +msgid "Affinity Tool" +msgstr "Samhörighetsverktyg" -#: ../../include/bb2diaspora.php:485 ../../include/identity.php:891 -#: ../../include/event.php:40 ../../mod/events.php:590 -#: ../../mod/directory.php:170 -msgid "Location:" -msgstr "Plats:" +#: ../../include/features.php:62 +msgid "Filter stream activity by depth of relationships" +msgstr "Filtrera strömaktivitet efter hur nära relationen är" -#: ../../include/attach.php:116 ../../include/attach.php:163 -#: ../../include/attach.php:226 ../../include/attach.php:240 -#: ../../include/attach.php:280 ../../include/attach.php:294 -#: ../../include/attach.php:318 ../../include/attach.php:511 -#: ../../include/attach.php:585 ../../include/photos.php:15 -#: ../../include/items.php:4019 ../../include/chat.php:116 -#: ../../mod/mood.php:112 ../../mod/mitem.php:106 -#: ../../mod/achievements.php:30 ../../mod/register.php:72 -#: ../../mod/sources.php:66 ../../mod/poke.php:128 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/blocks.php:67 ../../mod/blocks.php:75 ../../mod/setup.php:207 -#: ../../mod/settings.php:540 ../../mod/events.php:195 -#: ../../mod/channel.php:89 ../../mod/channel.php:198 -#: ../../mod/channel.php:241 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/regmod.php:17 ../../mod/common.php:35 ../../mod/like.php:154 -#: ../../mod/connections.php:169 ../../mod/connedit.php:266 -#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299 -#: ../../mod/webpages.php:67 ../../mod/bookmarks.php:46 -#: ../../mod/profiles.php:179 ../../mod/profiles.php:550 -#: ../../mod/editblock.php:65 ../../mod/pdledit.php:21 -#: ../../mod/editlayout.php:64 ../../mod/editlayout.php:89 -#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64 -#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:118 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/item.php:191 ../../mod/item.php:199 ../../mod/item.php:971 -#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82 -#: ../../mod/filestorage.php:109 ../../mod/delegate.php:6 -#: ../../mod/group.php:9 ../../mod/suggest.php:26 ../../mod/locs.php:71 -#: ../../mod/mail.php:111 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/manage.php:6 ../../mod/layouts.php:67 ../../mod/layouts.php:74 -#: ../../mod/layouts.php:85 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 -#: ../../mod/network.php:12 ../../mod/menu.php:61 ../../mod/message.php:16 -#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 -#: ../../mod/notifications.php:66 ../../mod/page.php:28 ../../mod/page.php:78 -#: ../../mod/photos.php:68 ../../mod/appman.php:66 -#: ../../mod/service_limits.php:7 ../../index.php:190 ../../index.php:390 -msgid "Permission denied." -msgstr "Behörighet saknas." +#: ../../include/features.php:63 +msgid "Suggest Channels" +msgstr "Föreslå kanaler" -#: ../../include/attach.php:221 ../../include/attach.php:275 -msgid "Item was not found." -msgstr "Posten hittades inte." +#: ../../include/features.php:63 +msgid "Show channel suggestions" +msgstr "Visa förslag på kanaler" -#: ../../include/attach.php:331 -msgid "No source file." -msgstr "Ingen källfil." +#: ../../include/features.php:68 +msgid "Post/Comment Tools" +msgstr "Inläggs-/kommentarsverktyg" -#: ../../include/attach.php:348 -msgid "Cannot locate file to replace" -msgstr "Kan inte hitta fil att ersätta" +#: ../../include/features.php:71 +msgid "Tagging" +msgstr "Taggning" -#: ../../include/attach.php:366 -msgid "Cannot locate file to revise/update" -msgstr "Kan inte hitta fil att revidera/uppdatera" +#: ../../include/features.php:71 +msgid "Ability to tag existing posts" +msgstr "Möjlighet att tagga befintliga inlägg" -#: ../../include/attach.php:377 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Filen överskrider storleksbegränsningen %d" +#: ../../include/features.php:72 +msgid "Post Categories" +msgstr "Inläggskategorier" -#: ../../include/attach.php:389 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "Du har nått begränsningen %1$.0f megabyte utrymme för bilagor." +#: ../../include/features.php:72 +msgid "Add categories to your posts" +msgstr "Lägg till kategorier till dina inlägg" -#: ../../include/attach.php:472 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten åtgärd." +#: ../../include/features.php:73 ../../include/contact_widgets.php:57 +#: ../../include/widgets.php:302 +msgid "Saved Folders" +msgstr "Sparade mappar" -#: ../../include/attach.php:484 -msgid "Stored file could not be verified. Upload failed." -msgstr "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad." +#: ../../include/features.php:73 +msgid "Ability to file posts under folders" +msgstr "Möjlighet att lägga inlägg i mappar" -#: ../../include/attach.php:526 ../../include/attach.php:543 -msgid "Path not available." -msgstr "Sökväg inte tillgänglig." +#: ../../include/features.php:74 +msgid "Dislike Posts" +msgstr "Ogilla inlägg" -#: ../../include/attach.php:590 -msgid "Empty pathname" -msgstr "Tom sökväg" +#: ../../include/features.php:74 +msgid "Ability to dislike posts/comments" +msgstr "Möjlighet att ogilla inlägg/kommentarer" -#: ../../include/attach.php:606 -msgid "duplicate filename or path" -msgstr "filnamn eller sökväg finns redan" +#: ../../include/features.php:75 +msgid "Star Posts" +msgstr "Märk inlägg" -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Sökväg hittas inte." +#: ../../include/features.php:75 +msgid "Ability to mark special posts with a star indicator" +msgstr "Möjlighet att märka speciella inlägg med en stjärna" -#: ../../include/attach.php:681 -msgid "mkdir failed." -msgstr "mkdir misslyckades." +#: ../../include/features.php:76 +msgid "Tag Cloud" +msgstr "Taggmoln" -#: ../../include/attach.php:685 -msgid "database storage failed." -msgstr "databaslagring misslyckades." +#: ../../include/features.php:76 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Tillhandahåll ett personligt taggmoln på din kanalsida" #: ../../include/RedDAV/RedBrowser.php:106 -#: ../../include/RedDAV/RedBrowser.php:249 +#: ../../include/RedDAV/RedBrowser.php:260 msgid "parent" msgstr "en nivå upp" @@ -935,6 +772,13 @@ msgstr "Schemainkorg" msgid "Schedule Outbox" msgstr "Schemautkorg" +#: ../../include/RedDAV/RedBrowser.php:163 ../../include/conversation.php:992 +#: ../../include/apps.php:336 ../../include/apps.php:387 +#: ../../mod/connedit.php:513 ../../mod/photos.php:713 +#: ../../mod/photos.php:1132 +msgid "Unknown" +msgstr "Okända" + #: ../../include/RedDAV/RedBrowser.php:223 #, php-format msgid "%1$s used" @@ -945,42 +789,56 @@ msgstr "%1$s använt" msgid "%1$s used of %2$s (%3$s%)" msgstr "%1$s använt av %2$s (%3$s%)" -#: ../../include/RedDAV/RedBrowser.php:245 ../../mod/settings.php:565 -#: ../../mod/settings.php:591 ../../mod/admin.php:866 +#: ../../include/RedDAV/RedBrowser.php:247 ../../include/conversation.php:1539 +#: ../../include/apps.php:135 ../../include/nav.php:106 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Filer" + +#: ../../include/RedDAV/RedBrowser.php:249 +msgid "Total" +msgstr "Totalt" + +#: ../../include/RedDAV/RedBrowser.php:256 ../../mod/settings.php:567 +#: ../../mod/settings.php:593 ../../mod/admin.php:866 msgid "Name" msgstr "Namn" -#: ../../include/RedDAV/RedBrowser.php:246 +#: ../../include/RedDAV/RedBrowser.php:257 msgid "Type" msgstr "Typ" -#: ../../include/RedDAV/RedBrowser.php:247 +#: ../../include/RedDAV/RedBrowser.php:258 msgid "Size" msgstr "Storlek" -#: ../../include/RedDAV/RedBrowser.php:248 +#: ../../include/RedDAV/RedBrowser.php:259 msgid "Last Modified" msgstr "Senast ändrad" -#: ../../include/RedDAV/RedBrowser.php:252 -msgid "Total" -msgstr "Totalt" +#: ../../include/RedDAV/RedBrowser.php:262 ../../include/conversation.php:639 +#: ../../include/ItemObject.php:120 ../../include/apps.php:255 +#: ../../mod/settings.php:628 ../../mod/group.php:176 +#: ../../mod/connedit.php:476 ../../mod/photos.php:1070 +#: ../../mod/thing.php:234 ../../mod/admin.php:730 ../../mod/admin.php:861 +msgid "Delete" +msgstr "Ta bort" -#: ../../include/RedDAV/RedBrowser.php:305 +#: ../../include/RedDAV/RedBrowser.php:310 msgid "Create new folder" msgstr "Skapa ny mapp" -#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/mitem.php:169 -#: ../../mod/menu.php:100 ../../mod/new_channel.php:122 +#: ../../include/RedDAV/RedBrowser.php:311 ../../mod/mitem.php:169 +#: ../../mod/menu.php:100 ../../mod/new_channel.php:124 msgid "Create" msgstr "Skapa" -#: ../../include/RedDAV/RedBrowser.php:307 +#: ../../include/RedDAV/RedBrowser.php:312 msgid "Upload file" msgstr "Ladda upp fil" -#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/profile_photo.php:361 -#: ../../mod/photos.php:738 ../../mod/photos.php:1246 +#: ../../include/RedDAV/RedBrowser.php:313 ../../mod/photos.php:738 +#: ../../mod/photos.php:1246 ../../mod/profile_photo.php:361 msgid "Upload" msgstr "Ladda upp" @@ -989,258 +847,45 @@ msgstr "Ladda upp" msgid "%1$s's bookmarks" msgstr "%1$ss bokmärken" -#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1485 -msgid "Logout" -msgstr "Logga ut" +#: ../../include/dir_fns.php:68 +msgid "Directory Options" +msgstr "Katalogalternativ" -#: ../../include/nav.php:95 ../../include/nav.php:128 -msgid "End this session" -msgstr "Avsluta sessionen" +#: ../../include/dir_fns.php:69 +msgid "Alphabetic" +msgstr "Alfabetisk" -#: ../../include/nav.php:98 ../../include/nav.php:159 -msgid "Home" -msgstr "Hem" +#: ../../include/dir_fns.php:70 +msgid "Reverse Alphabetic" +msgstr "Omvänd alfabetisk" -#: ../../include/nav.php:98 -msgid "Your posts and conversations" -msgstr "Dina inlägg och konversationer" +#: ../../include/dir_fns.php:71 +msgid "Newest to Oldest" +msgstr "Nyast till äldst" -#: ../../include/nav.php:99 -msgid "Your profile page" -msgstr "Din profilsida" +#: ../../include/dir_fns.php:72 +msgid "Oldest to Newest" +msgstr "Äldst till nyast" -#: ../../include/nav.php:101 -msgid "Edit Profiles" -msgstr "Redigera profiler" +#: ../../include/dir_fns.php:73 +msgid "Public Forums Only" +msgstr "Endast offentliga forum" -#: ../../include/nav.php:101 -msgid "Manage/Edit profiles" -msgstr "Hantera/redigera profiler" +#: ../../include/dir_fns.php:75 +msgid "Sort" +msgstr "Ordning" -#: ../../include/nav.php:103 ../../include/identity.php:864 -msgid "Edit Profile" -msgstr "Redigera profil" +#: ../../include/dir_fns.php:91 +msgid "Enable Safe Search" +msgstr "Aktivera säker sökning" -#: ../../include/nav.php:103 -msgid "Edit your profile" -msgstr "Redigera din profil" - -#: ../../include/nav.php:105 -msgid "Your photos" -msgstr "Dina foton" - -#: ../../include/nav.php:106 -msgid "Your files" -msgstr "Dina filer" - -#: ../../include/nav.php:111 ../../include/apps.php:144 -msgid "Chat" -msgstr "Chatt" - -#: ../../include/nav.php:111 -msgid "Your chatrooms" -msgstr "Dina chattrum" - -#: ../../include/nav.php:117 -msgid "Your bookmarks" -msgstr "Dina bokmärken" - -#: ../../include/nav.php:121 -msgid "Your webpages" -msgstr "Dina webbsidor" - -#: ../../include/nav.php:125 ../../include/apps.php:129 ../../boot.php:1486 -msgid "Login" -msgstr "Logga in" - -#: ../../include/nav.php:125 -msgid "Sign in" -msgstr "Logga in" - -#: ../../include/nav.php:142 -#, php-format -msgid "%s - click to logout" -msgstr "%s - klicka för att logga ut" - -#: ../../include/nav.php:145 -msgid "Remote authentication" -msgstr "Fjärrinloggning" - -#: ../../include/nav.php:145 -msgid "Click to authenticate to your home hub" -msgstr "Klicka för att autentisera mot din hemmahubb" - -#: ../../include/nav.php:159 -msgid "Home Page" -msgstr "Hemsida" - -#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1464 -msgid "Register" -msgstr "Skapa konto" - -#: ../../include/nav.php:163 -msgid "Create an account" -msgstr "Skapa ett konto" - -#: ../../include/nav.php:168 ../../include/apps.php:140 ../../mod/help.php:58 -#: ../../mod/help.php:63 -msgid "Help" -msgstr "Hjälp" - -#: ../../include/nav.php:168 -msgid "Help and documentation" -msgstr "Hjälp och dokumentation" - -#: ../../include/nav.php:171 ../../include/widgets.php:86 -#: ../../mod/apps.php:33 -msgid "Apps" -msgstr "Appar" - -#: ../../include/nav.php:171 -msgid "Applications, utilities, links, games" -msgstr "Applikationer, verktyg, länkar, spel" - -#: ../../include/nav.php:173 ../../include/text.php:826 -#: ../../include/text.php:838 ../../include/apps.php:145 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Sök" - -#: ../../include/nav.php:173 -msgid "Search site content" -msgstr "Sök innehåll" - -#: ../../include/nav.php:176 ../../include/apps.php:139 -#: ../../mod/directory.php:282 -msgid "Directory" -msgstr "Katalog" - -#: ../../include/nav.php:176 -msgid "Channel Directory" -msgstr "Kanalkatalog" - -#: ../../include/nav.php:190 ../../include/apps.php:131 -msgid "Matrix" -msgstr "Matris" - -#: ../../include/nav.php:190 -msgid "Your matrix" -msgstr "Din matris" - -#: ../../include/nav.php:191 -msgid "Mark all matrix notifications seen" -msgstr "Märk alla matrisnotifieringar som lästa" - -#: ../../include/nav.php:193 ../../include/apps.php:135 -msgid "Channel Home" -msgstr "Kanalhem" - -#: ../../include/nav.php:193 -msgid "Channel home" -msgstr "Kanalhem" - -#: ../../include/nav.php:194 -msgid "Mark all channel notifications seen" -msgstr "Märk alla kanalnotifieringar som lästa" - -#: ../../include/nav.php:197 ../../mod/connections.php:406 -msgid "Connections" -msgstr "Kontakter" - -#: ../../include/nav.php:200 -msgid "Notices" -msgstr "Meddelanden" - -#: ../../include/nav.php:200 -msgid "Notifications" -msgstr "Notifieringar" - -#: ../../include/nav.php:201 -msgid "See all notifications" -msgstr "Se alla notifieringar" - -#: ../../include/nav.php:202 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "Märk alla systemnotifieringar som lästa" - -#: ../../include/nav.php:204 ../../include/apps.php:141 -msgid "Mail" -msgstr "Privat meddelande" - -#: ../../include/nav.php:204 -msgid "Private mail" -msgstr "Privat meddelande" - -#: ../../include/nav.php:205 -msgid "See all private messages" -msgstr "Se alla privata meddelanden" - -#: ../../include/nav.php:206 -msgid "Mark all private messages seen" -msgstr "Märk alla privata meddelanden som lästa" - -#: ../../include/nav.php:207 -msgid "Inbox" -msgstr "Inkorg" - -#: ../../include/nav.php:208 -msgid "Outbox" -msgstr "Utkorg" - -#: ../../include/nav.php:209 ../../include/widgets.php:572 -msgid "New Message" -msgstr "Nytt meddelande" - -#: ../../include/nav.php:212 ../../include/apps.php:138 -#: ../../mod/events.php:442 -msgid "Events" -msgstr "Händelser" - -#: ../../include/nav.php:212 -msgid "Event Calendar" -msgstr "Kalender" - -#: ../../include/nav.php:213 -msgid "See all events" -msgstr "Se alla händelser" - -#: ../../include/nav.php:214 -msgid "Mark all events seen" -msgstr "Märk alla händelser som lästa" - -#: ../../include/nav.php:216 ../../include/apps.php:130 -#: ../../mod/manage.php:148 -msgid "Channel Manager" -msgstr "Kanalhanterare" - -#: ../../include/nav.php:216 -msgid "Manage Your Channels" -msgstr "Hantera dina kanaler" - -#: ../../include/nav.php:218 ../../include/widgets.php:548 -#: ../../include/apps.php:132 ../../mod/admin.php:951 ../../mod/admin.php:1156 -msgid "Settings" -msgstr "Inställningar" - -#: ../../include/nav.php:218 -msgid "Account/Channel Settings" -msgstr "Konto-/kanalinställningar" - -#: ../../include/nav.php:226 ../../mod/admin.php:123 -msgid "Admin" -msgstr "Administration" - -#: ../../include/nav.php:226 -msgid "Site Setup and Configuration" -msgstr "Serverinställning och -konfiguration" - -#: ../../include/nav.php:262 -msgid "Please wait..." -msgstr "Vänta..." +#: ../../include/dir_fns.php:93 +msgid "Disable Safe Search" +msgstr "Avaktivera säker sökning" -#: ../../include/network.php:590 -msgid "view full size" -msgstr "visa full storlek" +#: ../../include/dir_fns.php:95 +msgid "Safe Mode" +msgstr "Säkert läge" #: ../../include/comanche.php:35 ../../mod/admin.php:353 #: ../../view/theme/apw/php/config.php:185 @@ -1284,7 +929,7 @@ msgid "RSS/Atom" msgstr "RSS/Atom" #: ../../include/contact_selectors.php:79 ../../mod/admin.php:726 -#: ../../mod/admin.php:735 ../../boot.php:1488 +#: ../../mod/admin.php:735 ../../boot.php:1542 msgid "Email" msgstr "E-post" @@ -1312,483 +957,447 @@ msgstr "XMPP/IM" msgid "MySpace" msgstr "MySpace" -#: ../../include/identity.php:31 ../../mod/item.php:1368 -msgid "Unable to obtain identity information from database" -msgstr "Kunde inte hämta från databasen" +#: ../../include/acl_selectors.php:240 +msgid "Visible to your default audience" +msgstr "Kan ses av förinställda mottagare" -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "Tomt namn" +#: ../../include/acl_selectors.php:241 +msgid "Show" +msgstr "Visa" -#: ../../include/identity.php:68 -msgid "Name too long" -msgstr "För långt namn" +#: ../../include/acl_selectors.php:242 +msgid "Don't show" +msgstr "Visa inte" -#: ../../include/identity.php:169 -msgid "No account identifier" -msgstr "Ingen kontoidentifierare" +#: ../../include/acl_selectors.php:248 ../../mod/events.php:596 +#: ../../mod/chat.php:209 ../../mod/photos.php:588 ../../mod/photos.php:950 +#: ../../mod/filestorage.php:137 +msgid "Permissions" +msgstr "Behörighet" -#: ../../include/identity.php:182 -msgid "Nickname is required." -msgstr "Smeknamn måste anges." +#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:320 +#: ../../mod/photos.php:1149 +msgid "Close" +msgstr "Stäng" -#: ../../include/identity.php:196 -msgid "Reserved nickname. Please choose another." -msgstr "Reserverat smeknamn. Välj ett annat." +#: ../../include/text.php:320 +msgid "prev" +msgstr "föregående" -#: ../../include/identity.php:201 ../../include/dimport.php:34 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "Smeknamnet innehåller otillåtna tecken eller är redan upptaget på den här servern." +#: ../../include/text.php:322 +msgid "first" +msgstr "första" -#: ../../include/identity.php:283 -msgid "Unable to retrieve created identity" -msgstr "Kunde inte hämta den skapade identiteten" +#: ../../include/text.php:351 +msgid "last" +msgstr "sista" -#: ../../include/identity.php:343 -msgid "Default Profile" -msgstr "Standardprofil" +#: ../../include/text.php:354 +msgid "next" +msgstr "nästa" -#: ../../include/identity.php:387 ../../include/identity.php:388 -#: ../../include/identity.php:395 ../../include/widgets.php:431 -#: ../../include/profile_selectors.php:80 ../../mod/settings.php:318 -#: ../../mod/settings.php:322 ../../mod/settings.php:323 -#: ../../mod/settings.php:326 ../../mod/settings.php:337 -#: ../../mod/connedit.php:509 -msgid "Friends" -msgstr "Vänner" - -#: ../../include/identity.php:643 -msgid "Requested channel is not available." -msgstr "Den begärda kanalen är inte tillgänglig" +#: ../../include/text.php:366 +msgid "older" +msgstr "äldre" -#: ../../include/identity.php:691 ../../mod/achievements.php:11 -#: ../../mod/profile.php:16 ../../mod/blocks.php:29 ../../mod/connect.php:13 -#: ../../mod/webpages.php:29 ../../mod/editblock.php:29 -#: ../../mod/editlayout.php:28 ../../mod/editwebpage.php:28 -#: ../../mod/filestorage.php:48 ../../mod/layouts.php:29 ../../mod/hcard.php:8 -msgid "Requested profile is not available." -msgstr "Begärd profil är inte tillgänglig." +#: ../../include/text.php:368 +msgid "newer" +msgstr "nyare" -#: ../../include/identity.php:854 ../../mod/profiles.php:740 -msgid "Change profile photo" -msgstr "Bytprofilfoto" +#: ../../include/text.php:756 +msgid "No connections" +msgstr "Inga kontakter" -#: ../../include/identity.php:860 -msgid "Profiles" -msgstr "Profiler" +#: ../../include/text.php:772 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d kontakt" +msgstr[1] "%d kontakter" -#: ../../include/identity.php:860 -msgid "Manage/edit profiles" -msgstr "Hantera/redigera profiler" +#: ../../include/text.php:785 +msgid "View Connections" +msgstr "Visa kontakter" -#: ../../include/identity.php:861 ../../mod/profiles.php:741 -msgid "Create New Profile" -msgstr "Skapa ny profil" +#: ../../include/text.php:842 ../../include/text.php:854 +#: ../../include/apps.php:147 ../../include/nav.php:173 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Sök" -#: ../../include/identity.php:875 ../../mod/profiles.php:752 -msgid "Profile Image" -msgstr "Profilbild" +#: ../../include/text.php:843 ../../include/text.php:855 +#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339 +#: ../../mod/admin.php:1360 +msgid "Save" +msgstr "Spara" -#: ../../include/identity.php:878 -msgid "visible to everybody" -msgstr "synlig för alla" +#: ../../include/text.php:920 +msgid "poke" +msgstr "puffa" -#: ../../include/identity.php:879 ../../mod/profiles.php:635 -#: ../../mod/profiles.php:756 -msgid "Edit visibility" -msgstr "Redigera synlighet" +#: ../../include/text.php:920 ../../include/conversation.php:243 +msgid "poked" +msgstr "puffade" -#: ../../include/identity.php:895 ../../include/identity.php:1132 -msgid "Gender:" -msgstr "Kön:" +#: ../../include/text.php:921 +msgid "ping" +msgstr "pinga" -#: ../../include/identity.php:896 ../../include/identity.php:1176 -msgid "Status:" -msgstr "Status:" +#: ../../include/text.php:921 +msgid "pinged" +msgstr "pingade" -#: ../../include/identity.php:897 ../../include/identity.php:1187 -msgid "Homepage:" -msgstr "Hemsida:" +#: ../../include/text.php:922 +msgid "prod" +msgstr "stöt till" -#: ../../include/identity.php:898 -msgid "Online Now" -msgstr "Online nu" +#: ../../include/text.php:922 +msgid "prodded" +msgstr "stötte till" -#: ../../include/identity.php:976 ../../include/identity.php:1056 -#: ../../mod/ping.php:326 -msgid "g A l F d" -msgstr "l j F \\k\\l G" +#: ../../include/text.php:923 +msgid "slap" +msgstr "daska till" -#: ../../include/identity.php:977 ../../include/identity.php:1057 -msgid "F d" -msgstr "j F" +#: ../../include/text.php:923 +msgid "slapped" +msgstr "daskade till" -#: ../../include/identity.php:1022 ../../include/identity.php:1097 -#: ../../mod/ping.php:348 -msgid "[today]" -msgstr "[i dag]" +#: ../../include/text.php:924 +msgid "finger" +msgstr "fingra på" -#: ../../include/identity.php:1034 -msgid "Birthday Reminders" -msgstr "Födelsedagspåminnelser" +#: ../../include/text.php:924 +msgid "fingered" +msgstr "fingrade på" -#: ../../include/identity.php:1035 -msgid "Birthdays this week:" -msgstr "Födelsedagar den här veckan:" +#: ../../include/text.php:925 +msgid "rebuff" +msgstr "stöt tillbaka" -#: ../../include/identity.php:1090 -msgid "[No description]" -msgstr "[Ingen beskrivning]" +#: ../../include/text.php:925 +msgid "rebuffed" +msgstr "stötte tillbaks" -#: ../../include/identity.php:1108 -msgid "Event Reminders" -msgstr "Händelsepåminnelser" +#: ../../include/text.php:935 +msgid "happy" +msgstr "glad" -#: ../../include/identity.php:1109 -msgid "Events this week:" -msgstr "Händelser den här veckan:" +#: ../../include/text.php:936 +msgid "sad" +msgstr "ledsen" -#: ../../include/identity.php:1122 ../../include/identity.php:1240 -#: ../../include/apps.php:136 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profil" +#: ../../include/text.php:937 +msgid "mellow" +msgstr "lugn" -#: ../../include/identity.php:1130 ../../mod/settings.php:1005 -msgid "Full Name:" -msgstr "Fullständigt namn:" +#: ../../include/text.php:938 +msgid "tired" +msgstr "trött" -#: ../../include/identity.php:1137 -msgid "Like this channel" -msgstr "Gilla den här kanalen" +#: ../../include/text.php:939 +msgid "perky" +msgstr "uppåt" -#: ../../include/identity.php:1148 ../../include/taxonomy.php:360 -#: ../../include/ItemObject.php:146 ../../mod/photos.php:1027 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "gillar detta" -msgstr[1] "gillar detta" +#: ../../include/text.php:940 +msgid "angry" +msgstr "arg" -#: ../../include/identity.php:1161 -msgid "j F, Y" -msgstr "j F Y" +#: ../../include/text.php:941 +msgid "stupified" +msgstr "virrig" -#: ../../include/identity.php:1162 -msgid "j F" -msgstr "j F" +#: ../../include/text.php:942 +msgid "puzzled" +msgstr "förbryllad" -#: ../../include/identity.php:1169 -msgid "Birthday:" -msgstr "Födelsedag:" +#: ../../include/text.php:943 +msgid "interested" +msgstr "intresserad" -#: ../../include/identity.php:1173 -msgid "Age:" -msgstr "Ålder:" +#: ../../include/text.php:944 +msgid "bitter" +msgstr "bitter" -#: ../../include/identity.php:1182 -#, php-format -msgid "for %1$d %2$s" -msgstr "i %1$d %2$s" +#: ../../include/text.php:945 +msgid "cheerful" +msgstr "munter" -#: ../../include/identity.php:1185 ../../mod/profiles.php:657 -msgid "Sexual Preference:" -msgstr "Sexuell preferens:" +#: ../../include/text.php:946 +msgid "alive" +msgstr "pigg" -#: ../../include/identity.php:1189 ../../mod/profiles.php:659 -msgid "Hometown:" -msgstr "Hemort:" +#: ../../include/text.php:947 +msgid "annoyed" +msgstr "irriterad" -#: ../../include/identity.php:1191 -msgid "Tags:" -msgstr "Taggar:" +#: ../../include/text.php:948 +msgid "anxious" +msgstr "bekymrad" -#: ../../include/identity.php:1193 ../../mod/profiles.php:660 -msgid "Political Views:" -msgstr "Politisk åskådning:" +#: ../../include/text.php:949 +msgid "cranky" +msgstr "grinig" -#: ../../include/identity.php:1195 -msgid "Religion:" -msgstr "Religion:" +#: ../../include/text.php:950 +msgid "disturbed" +msgstr "besvärad" -#: ../../include/identity.php:1197 -msgid "About:" -msgstr "Om:" +#: ../../include/text.php:951 +msgid "frustrated" +msgstr "frustrerad" -#: ../../include/identity.php:1199 -msgid "Hobbies/Interests:" -msgstr "Fritidssysselsättning/intressen:" +#: ../../include/text.php:952 +msgid "depressed" +msgstr "deprimerad" -#: ../../include/identity.php:1201 ../../mod/profiles.php:663 -msgid "Likes:" -msgstr "Gillar:" +#: ../../include/text.php:953 +msgid "motivated" +msgstr "motiverad" -#: ../../include/identity.php:1203 ../../mod/profiles.php:664 -msgid "Dislikes:" -msgstr "Ogillar:" +#: ../../include/text.php:954 +msgid "relaxed" +msgstr "avslappnad" -#: ../../include/identity.php:1206 -msgid "Contact information and Social Networks:" -msgstr "Kontaktinformation och sociala nätverk:" +#: ../../include/text.php:955 +msgid "surprised" +msgstr "förvånad" -#: ../../include/identity.php:1208 -msgid "My other channels:" -msgstr "Mina andra kanaler:" +#: ../../include/text.php:1121 +msgid "Monday" +msgstr "måndag" -#: ../../include/identity.php:1210 -msgid "Musical interests:" -msgstr "Musikintressen:" +#: ../../include/text.php:1121 +msgid "Tuesday" +msgstr "tisdag" -#: ../../include/identity.php:1212 -msgid "Books, literature:" -msgstr "Böcker, litteratur:" +#: ../../include/text.php:1121 +msgid "Wednesday" +msgstr "onsdag" -#: ../../include/identity.php:1214 -msgid "Television:" -msgstr "Tv:" +#: ../../include/text.php:1121 +msgid "Thursday" +msgstr "torsdag" -#: ../../include/identity.php:1216 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/dans/kultur/underhållning:" +#: ../../include/text.php:1121 +msgid "Friday" +msgstr "fredag" -#: ../../include/identity.php:1218 -msgid "Love/Romance:" -msgstr "Kärlek/romantik:" +#: ../../include/text.php:1121 +msgid "Saturday" +msgstr "lördag" -#: ../../include/identity.php:1220 -msgid "Work/employment:" -msgstr "Arbete/sysselsättning:" +#: ../../include/text.php:1121 +msgid "Sunday" +msgstr "söndag" -#: ../../include/identity.php:1222 -msgid "School/education:" -msgstr "Skola/utbildning:" - -#: ../../include/identity.php:1242 -msgid "Like this thing" -msgstr "Gilla den här saken" +#: ../../include/text.php:1125 +msgid "January" +msgstr "januari" -#: ../../include/bbcode.php:112 ../../include/bbcode.php:655 -#: ../../include/bbcode.php:658 ../../include/bbcode.php:663 -#: ../../include/bbcode.php:666 ../../include/bbcode.php:669 -#: ../../include/bbcode.php:672 ../../include/bbcode.php:677 -#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 -#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 -#: ../../include/bbcode.php:694 -msgid "Image/photo" -msgstr "Bild/foto" +#: ../../include/text.php:1125 +msgid "February" +msgstr "februari" -#: ../../include/bbcode.php:147 ../../include/bbcode.php:705 -msgid "Encrypted content" -msgstr "Krypterat innehåll" +#: ../../include/text.php:1125 +msgid "March" +msgstr "mars" -#: ../../include/bbcode.php:165 -msgid "Install design element: " -msgstr "Installera designelement: " +#: ../../include/text.php:1125 +msgid "April" +msgstr "april" -#: ../../include/bbcode.php:171 -msgid "QR code" -msgstr "QR-kod" +#: ../../include/text.php:1125 +msgid "May" +msgstr "maj" -#: ../../include/bbcode.php:220 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s skrev följande %2$s %3$s" +#: ../../include/text.php:1125 +msgid "June" +msgstr "juni" -#: ../../include/bbcode.php:222 -msgid "post" -msgstr "post" +#: ../../include/text.php:1125 +msgid "July" +msgstr "juli" -#: ../../include/bbcode.php:623 -msgid "$1 spoiler" -msgstr "$1 spoiler" +#: ../../include/text.php:1125 +msgid "August" +msgstr "augusti" -#: ../../include/bbcode.php:643 -msgid "$1 wrote:" -msgstr "$1 skrev:" +#: ../../include/text.php:1125 +msgid "September" +msgstr "september" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Övrigt" +#: ../../include/text.php:1125 +msgid "October" +msgstr "oktober" -#: ../../include/datetime.php:142 -msgid "YYYY-MM-DD or MM-DD" -msgstr "ÅÅÅÅ-MM-DD eller MM-DD" +#: ../../include/text.php:1125 +msgid "November" +msgstr "november" -#: ../../include/datetime.php:259 -msgid "never" -msgstr "aldrig" +#: ../../include/text.php:1125 +msgid "December" +msgstr "december" -#: ../../include/datetime.php:265 -msgid "less than a second ago" -msgstr "mindre än en sekund sedan" +#: ../../include/text.php:1203 +msgid "unknown.???" +msgstr "okänt.???" -#: ../../include/datetime.php:268 -msgid "year" -msgstr "år" +#: ../../include/text.php:1204 +msgid "bytes" +msgstr "byte" -#: ../../include/datetime.php:268 -msgid "years" -msgstr "år" +#: ../../include/text.php:1240 +msgid "remove category" +msgstr "ta bort kategori" -#: ../../include/datetime.php:269 -msgid "month" -msgstr "månad" +#: ../../include/text.php:1309 +msgid "remove from file" +msgstr "ta bort från fil" -#: ../../include/datetime.php:269 -msgid "months" -msgstr "månader" +#: ../../include/text.php:1385 ../../include/text.php:1396 +msgid "Click to open/close" +msgstr "Klicka för att öppna/stänga" -#: ../../include/datetime.php:270 -msgid "week" -msgstr "vecka" +#: ../../include/text.php:1544 ../../mod/events.php:414 +msgid "Link to Source" +msgstr "Länk till källa" -#: ../../include/datetime.php:270 -msgid "weeks" -msgstr "veckor" +#: ../../include/text.php:1563 +msgid "Select a page layout: " +msgstr "Välj en sidlayout: " -#: ../../include/datetime.php:271 -msgid "day" -msgstr "dag" +#: ../../include/text.php:1566 ../../include/text.php:1626 +msgid "default" +msgstr "standard" -#: ../../include/datetime.php:271 -msgid "days" -msgstr "dagar" +#: ../../include/text.php:1599 +msgid "Page content type: " +msgstr "Typ av sidinnehåll: " -#: ../../include/datetime.php:272 -msgid "hour" -msgstr "timme" +#: ../../include/text.php:1638 +msgid "Select an alternate language" +msgstr "Välj ett alternativt språk" -#: ../../include/datetime.php:272 -msgid "hours" -msgstr "timmar" +#: ../../include/text.php:1757 ../../include/conversation.php:120 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 +msgid "photo" +msgstr "foto" -#: ../../include/datetime.php:273 -msgid "minute" -msgstr "minut" +#: ../../include/text.php:1760 ../../include/conversation.php:123 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "händelse" -#: ../../include/datetime.php:273 -msgid "minutes" -msgstr "minuter" +#: ../../include/text.php:1763 ../../include/conversation.php:148 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 +msgid "status" +msgstr "status" -#: ../../include/datetime.php:274 -msgid "second" -msgstr "sekund" +#: ../../include/text.php:1765 ../../include/conversation.php:150 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "kommentar" -#: ../../include/datetime.php:274 -msgid "seconds" -msgstr "sekunder" +#: ../../include/text.php:1770 +msgid "activity" +msgstr "aktivitet" -#: ../../include/datetime.php:283 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s sedan" +#: ../../include/text.php:2057 +msgid "Design" +msgstr "Design" -#: ../../include/datetime.php:491 -#, php-format -msgid "%1$s's birthday" -msgstr "%1$ss födelsedag" +#: ../../include/text.php:2060 +msgid "Blocks" +msgstr "Block" -#: ../../include/datetime.php:492 -#, php-format -msgid "Happy Birthday %1$s" -msgstr "Grattis på födelsedagen %1$s" +#: ../../include/text.php:2061 +msgid "Menus" +msgstr "Menyer" -#: ../../include/zot.php:664 -msgid "Invalid data packet" -msgstr "Ogiltigt datapaket" +#: ../../include/text.php:2062 +msgid "Layouts" +msgstr "Layouter" -#: ../../include/zot.php:680 -msgid "Unable to verify channel signature" -msgstr "Kunde inte bekräfta kanalsignatur" +#: ../../include/text.php:2063 +msgid "Pages" +msgstr "Sidor" -#: ../../include/zot.php:1818 +#: ../../include/contact_widgets.php:14 #, php-format -msgid "Unable to verify site signature for %s" -msgstr "Kunde inte bekräfta signatur för servern %s" +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d inbjudan tillgänglig" +msgstr[1] "%d inbjudningar tillgängliga" -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "Taggar" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 +msgid "Advanced" +msgstr "Avancerat" -#: ../../include/taxonomy.php:249 -msgid "Keywords" -msgstr "Nyckelord" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Hitta kanaler" -#: ../../include/taxonomy.php:274 -msgid "have" -msgstr "har" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Ange namn eller intresse" -#: ../../include/taxonomy.php:274 -msgid "has" -msgstr "har" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Ta kontakt/följ" -#: ../../include/taxonomy.php:275 -msgid "want" -msgstr "vill ha" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Exempel: Robert Morgenstein, Fiske" -#: ../../include/taxonomy.php:275 -msgid "wants" -msgstr "vill ha" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 +#: ../../mod/directory.php:317 ../../mod/directory.php:322 +msgid "Find" +msgstr "Sök" -#: ../../include/taxonomy.php:276 ../../include/ItemObject.php:221 -msgid "like" -msgstr "gilla" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +#: ../../mod/directory.php:321 +msgid "Channel Suggestions" +msgstr "Kanalförslag" -#: ../../include/taxonomy.php:276 -msgid "likes" -msgstr "gillar" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Slumpvald profil" -#: ../../include/taxonomy.php:277 ../../include/ItemObject.php:222 -msgid "dislike" -msgstr "ogilla" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Bjud in vänner" -#: ../../include/taxonomy.php:277 -msgid "dislikes" -msgstr "ogillar" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "Avancerat exempel: name=fred and country=iceland" -#: ../../include/api.php:1084 -msgid "Public Timeline" -msgstr "Offentlig tidslinje" +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:305 +msgid "Everything" +msgstr "Allt" -#: ../../include/dir_fns.php:56 -msgid "Directory Options" -msgstr "Katalogalternativ" +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d gemensam kontakt" +msgstr[1] "%d gemensamma kontakter" -#: ../../include/dir_fns.php:57 -msgid "Alphabetic" -msgstr "Alfabetisk" +#: ../../include/contact_widgets.php:130 +msgid "show more" +msgstr "visa fler" -#: ../../include/dir_fns.php:58 -msgid "Reverse Alphabetic" -msgstr "Omvänd alfabetisk" +#: ../../include/enotify.php:41 +msgid "Red Matrix Notification" +msgstr "Red Matrix-meddelande" -#: ../../include/dir_fns.php:59 -msgid "Newest to Oldest" -msgstr "Nyast till äldst" - -#: ../../include/dir_fns.php:60 -msgid "Public Forums Only" -msgstr "Endast offentliga forum" - -#: ../../include/dir_fns.php:72 -msgid "Enable Safe Search" -msgstr "Aktivera säker sökning" - -#: ../../include/dir_fns.php:74 -msgid "Disable Safe Search" -msgstr "Avaktivera säker sökning" - -#: ../../include/dir_fns.php:76 -msgid "Safe Mode" -msgstr "Säkert läge" - -#: ../../include/enotify.php:41 -msgid "Red Matrix Notification" -msgstr "Red Matrix-meddelande" - -#: ../../include/enotify.php:42 -msgid "redmatrix" -msgstr "redmatrix" +#: ../../include/enotify.php:42 +msgid "redmatrix" +msgstr "redmatrix" #: ../../include/enotify.php:44 msgid "Thank You," @@ -2021,897 +1630,968 @@ msgstr "Kanaler inte i någon krets" msgid "add" msgstr "lägg till" -#: ../../include/features.php:23 -msgid "General Features" -msgstr "Allmänna funktioner" +#: ../../include/identity.php:31 ../../mod/item.php:1112 +msgid "Unable to obtain identity information from database" +msgstr "Kunde inte hämta från databasen" -#: ../../include/features.php:25 -msgid "Content Expiration" -msgstr "Tidsbegränsat innehåll" +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Tomt namn" -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "Ta bort inlägg/kommentarer och/eller privata meddelanden efter en tid" +#: ../../include/identity.php:68 +msgid "Name too long" +msgstr "För långt namn" -#: ../../include/features.php:26 -msgid "Multiple Profiles" -msgstr "Flera profiler" +#: ../../include/identity.php:169 +msgid "No account identifier" +msgstr "Ingen kontoidentifierare" -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" -msgstr "Möjlighet att skapa flera profiler" +#: ../../include/identity.php:182 +msgid "Nickname is required." +msgstr "Smeknamn måste anges." -#: ../../include/features.php:27 -msgid "Advanced Profiles" -msgstr "Avancerade profiler" +#: ../../include/identity.php:196 +msgid "Reserved nickname. Please choose another." +msgstr "Reserverat smeknamn. Välj ett annat." -#: ../../include/features.php:27 -msgid "Additional profile sections and selections" -msgstr "Fler profilinställningar" +#: ../../include/identity.php:201 ../../include/dimport.php:34 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Smeknamnet innehåller otillåtna tecken eller är redan upptaget på den här servern." -#: ../../include/features.php:28 -msgid "Profile Import/Export" -msgstr "Profilimport/-export" +#: ../../include/identity.php:283 +msgid "Unable to retrieve created identity" +msgstr "Kunde inte hämta den skapade identiteten" -#: ../../include/features.php:28 -msgid "Save and load profile details across sites/channels" -msgstr "Spara och ladda profiluppgifter mellan webbplatser/kanaler" +#: ../../include/identity.php:343 +msgid "Default Profile" +msgstr "Standardprofil" -#: ../../include/features.php:29 -msgid "Web Pages" -msgstr "Webbsidor" +#: ../../include/identity.php:387 ../../include/identity.php:388 +#: ../../include/identity.php:395 ../../include/widgets.php:428 +#: ../../include/profile_selectors.php:80 ../../mod/settings.php:320 +#: ../../mod/settings.php:324 ../../mod/settings.php:325 +#: ../../mod/settings.php:328 ../../mod/settings.php:339 +#: ../../mod/connedit.php:510 +msgid "Friends" +msgstr "Vänner" -#: ../../include/features.php:29 -msgid "Provide managed web pages on your channel" -msgstr "Tillhandahåll ordnade webbsidor i din kanal" +#: ../../include/identity.php:643 +msgid "Requested channel is not available." +msgstr "Den begärda kanalen är inte tillgänglig" -#: ../../include/features.php:30 -msgid "Private Notes" -msgstr "Privata anteckningar" +#: ../../include/identity.php:691 ../../mod/achievements.php:11 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 ../../mod/blocks.php:29 +#: ../../mod/editblock.php:29 ../../mod/editlayout.php:28 +#: ../../mod/editwebpage.php:28 ../../mod/filestorage.php:48 +#: ../../mod/connect.php:13 ../../mod/layouts.php:29 ../../mod/hcard.php:8 +msgid "Requested profile is not available." +msgstr "Begärd profil är inte tillgänglig." -#: ../../include/features.php:30 -msgid "Enables a tool to store notes and reminders" -msgstr "Aktivera ett verktyg för att spara anteckningar och påminnelser" +#: ../../include/identity.php:840 ../../include/conversation.php:937 +#: ../../include/widgets.php:136 ../../include/widgets.php:175 +#: ../../include/Contact.php:107 ../../mod/suggest.php:51 +#: ../../mod/match.php:62 ../../mod/directory.php:264 +msgid "Connect" +msgstr "Ta kontakt" -#: ../../include/features.php:34 -msgid "Navigation Channel Select" -msgstr "Kanalväljare i navigation" +#: ../../include/identity.php:854 ../../mod/profiles.php:740 +msgid "Change profile photo" +msgstr "Bytprofilfoto" -#: ../../include/features.php:34 -msgid "Change channels directly from within the navigation dropdown menu" -msgstr "Välj kanal direkt från navigationslistens rullgardinsmeny" +#: ../../include/identity.php:860 +msgid "Profiles" +msgstr "Profiler" -#: ../../include/features.php:38 -msgid "Extended Identity Sharing" -msgstr "Utökad identitetsdelning" +#: ../../include/identity.php:860 +msgid "Manage/edit profiles" +msgstr "Hantera/redigera profiler" -#: ../../include/features.php:38 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." -msgstr "Dela din identitet med alla webbplatser på Internet. Om inaktiverat är identiteten bara delad med platser i matrisen." +#: ../../include/identity.php:861 ../../mod/profiles.php:741 +msgid "Create New Profile" +msgstr "Skapa ny profil" -#: ../../include/features.php:39 -msgid "Expert Mode" -msgstr "Expertläge" +#: ../../include/identity.php:864 ../../include/nav.php:103 +msgid "Edit Profile" +msgstr "Redigera profil" -#: ../../include/features.php:39 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Aktivera expertläge för att tillåta avancerade inställningar" +#: ../../include/identity.php:875 ../../mod/profiles.php:752 +msgid "Profile Image" +msgstr "Profilbild" -#: ../../include/features.php:40 -msgid "Premium Channel" -msgstr "Premiumkanal" +#: ../../include/identity.php:878 +msgid "visible to everybody" +msgstr "synlig för alla" -#: ../../include/features.php:40 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Låter dig ange begränsningar och villkor för dem som vill ansluta till din kanal" +#: ../../include/identity.php:879 ../../mod/profiles.php:635 +#: ../../mod/profiles.php:756 +msgid "Edit visibility" +msgstr "Redigera synlighet" -#: ../../include/features.php:45 -msgid "Post Composition Features" -msgstr "Skrivfunktioner" +#: ../../include/identity.php:895 ../../include/identity.php:1132 +msgid "Gender:" +msgstr "Kön:" -#: ../../include/features.php:47 -msgid "Use Markdown" -msgstr "Använd Markdown" +#: ../../include/identity.php:896 ../../include/identity.php:1176 +msgid "Status:" +msgstr "Status:" -#: ../../include/features.php:47 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "Tillåt att \"Markdown\" används för att formatera inlägg" +#: ../../include/identity.php:897 ../../include/identity.php:1187 +msgid "Homepage:" +msgstr "Hemsida:" -#: ../../include/features.php:48 -msgid "Post Preview" -msgstr "Förhandsgranskning" +#: ../../include/identity.php:898 +msgid "Online Now" +msgstr "Online nu" -#: ../../include/features.php:48 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Tillåt förhandsgranskning av inlägg och kommentarer innan de publiceras" +#: ../../include/identity.php:976 ../../include/identity.php:1056 +#: ../../mod/ping.php:326 +msgid "g A l F d" +msgstr "l j F \\k\\l G" -#: ../../include/features.php:49 ../../include/widgets.php:537 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Kanalkällor" +#: ../../include/identity.php:977 ../../include/identity.php:1057 +msgid "F d" +msgstr "j F" -#: ../../include/features.php:49 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Importera kanalinnehåll från andra kanaler eller flöden automatiskt" +#: ../../include/identity.php:1022 ../../include/identity.php:1097 +#: ../../mod/ping.php:348 +msgid "[today]" +msgstr "[i dag]" -#: ../../include/features.php:50 -msgid "Even More Encryption" -msgstr "Ytterligare kryptering" +#: ../../include/identity.php:1034 +msgid "Birthday Reminders" +msgstr "Födelsedagspåminnelser" -#: ../../include/features.php:50 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Tillåt änd-till-änd-kryptering av innehåll med en delad hemlig nyckel" +#: ../../include/identity.php:1035 +msgid "Birthdays this week:" +msgstr "Födelsedagar den här veckan:" -#: ../../include/features.php:51 -msgid "Flag Adult Photos" -msgstr "Flagga vuxenfoton" +#: ../../include/identity.php:1090 +msgid "[No description]" +msgstr "[Ingen beskrivning]" -#: ../../include/features.php:51 -msgid "Provide photo edit option to hide adult photos from default album view" -msgstr "Gör det möjligt att inte visa foton som är olämpliga för barn i albums standardvy" +#: ../../include/identity.php:1108 +msgid "Event Reminders" +msgstr "Händelsepåminnelser" -#: ../../include/features.php:56 -msgid "Network and Stream Filtering" -msgstr "Nätverk och strömfiltrering" +#: ../../include/identity.php:1109 +msgid "Events this week:" +msgstr "Händelser den här veckan:" -#: ../../include/features.php:57 -msgid "Search by Date" -msgstr "Sök på datum" +#: ../../include/identity.php:1122 ../../include/identity.php:1251 +#: ../../include/apps.php:138 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profil" -#: ../../include/features.php:57 -msgid "Ability to select posts by date ranges" -msgstr "Tillåter urval av inlägg baserat på datum" +#: ../../include/identity.php:1130 ../../mod/settings.php:1012 +msgid "Full Name:" +msgstr "Fullständigt namn:" -#: ../../include/features.php:58 -msgid "Collections Filter" -msgstr "Kretsfilter" +#: ../../include/identity.php:1137 +msgid "Like this channel" +msgstr "Gilla den här kanalen" -#: ../../include/features.php:58 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Aktivera en väljare för att visa nätverksinlägg från enbart valda kretsar" +#: ../../include/identity.php:1161 +msgid "j F, Y" +msgstr "j F Y" -#: ../../include/features.php:59 ../../include/widgets.php:272 -msgid "Saved Searches" -msgstr "Sparade sökningar" +#: ../../include/identity.php:1162 +msgid "j F" +msgstr "j F" -#: ../../include/features.php:59 -msgid "Save search terms for re-use" -msgstr "Spara sökuttryck för återanvändning" +#: ../../include/identity.php:1169 +msgid "Birthday:" +msgstr "Födelsedag:" -#: ../../include/features.php:60 -msgid "Network Personal Tab" -msgstr "Personlig nätverksflik" - -#: ../../include/features.php:60 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Aktivera en flik som visar endast de nätverksinlägg som du har deltagit i" +#: ../../include/identity.php:1173 +msgid "Age:" +msgstr "Ålder:" -#: ../../include/features.php:61 -msgid "Network New Tab" -msgstr "Flik för nytt på nätverket" +#: ../../include/identity.php:1182 +#, php-format +msgid "for %1$d %2$s" +msgstr "i %1$d %2$s" -#: ../../include/features.php:61 -msgid "Enable tab to display all new Network activity" -msgstr "Aktivera en flik som visar all ny nätverksaktivitet" +#: ../../include/identity.php:1185 ../../mod/profiles.php:657 +msgid "Sexual Preference:" +msgstr "Sexuell preferens:" -#: ../../include/features.php:62 -msgid "Affinity Tool" -msgstr "Samhörighetsverktyg" +#: ../../include/identity.php:1189 ../../mod/profiles.php:659 +msgid "Hometown:" +msgstr "Hemort:" -#: ../../include/features.php:62 -msgid "Filter stream activity by depth of relationships" -msgstr "Filtrera strömaktivitet efter hur nära relationen är" +#: ../../include/identity.php:1191 +msgid "Tags:" +msgstr "Taggar:" -#: ../../include/features.php:63 -msgid "Suggest Channels" -msgstr "Föreslå kanaler" +#: ../../include/identity.php:1193 ../../mod/profiles.php:660 +msgid "Political Views:" +msgstr "Politisk åskådning:" -#: ../../include/features.php:63 -msgid "Show channel suggestions" -msgstr "Visa förslag på kanaler" +#: ../../include/identity.php:1195 +msgid "Religion:" +msgstr "Religion:" -#: ../../include/features.php:68 -msgid "Post/Comment Tools" -msgstr "Inläggs-/kommentarsverktyg" +#: ../../include/identity.php:1197 +msgid "About:" +msgstr "Om:" -#: ../../include/features.php:70 -msgid "Edit Sent Posts" -msgstr "Redigera sända inlägg" +#: ../../include/identity.php:1199 +msgid "Hobbies/Interests:" +msgstr "Fritidssysselsättning/intressen:" -#: ../../include/features.php:70 -msgid "Edit and correct posts and comments after sending" -msgstr "Redigera och korrigera inlägg och kommentarer efter att de skickats" +#: ../../include/identity.php:1201 ../../mod/profiles.php:663 +msgid "Likes:" +msgstr "Gillar:" -#: ../../include/features.php:71 -msgid "Tagging" -msgstr "Taggning" +#: ../../include/identity.php:1203 ../../mod/profiles.php:664 +msgid "Dislikes:" +msgstr "Ogillar:" -#: ../../include/features.php:71 -msgid "Ability to tag existing posts" -msgstr "Möjlighet att tagga befintliga inlägg" +#: ../../include/identity.php:1206 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinformation och sociala nätverk:" -#: ../../include/features.php:72 -msgid "Post Categories" -msgstr "Inläggskategorier" +#: ../../include/identity.php:1218 +msgid "My other channels:" +msgstr "Mina andra kanaler:" -#: ../../include/features.php:72 -msgid "Add categories to your posts" -msgstr "Lägg till kategorier till dina inlägg" +#: ../../include/identity.php:1221 +msgid "Musical interests:" +msgstr "Musikintressen:" -#: ../../include/features.php:73 -msgid "Ability to file posts under folders" -msgstr "Möjlighet att lägga inlägg i mappar" +#: ../../include/identity.php:1223 +msgid "Books, literature:" +msgstr "Böcker, litteratur:" -#: ../../include/features.php:74 -msgid "Dislike Posts" -msgstr "Ogilla inlägg" +#: ../../include/identity.php:1225 +msgid "Television:" +msgstr "Tv:" -#: ../../include/features.php:74 -msgid "Ability to dislike posts/comments" -msgstr "Möjlighet att ogilla inlägg/kommentarer" +#: ../../include/identity.php:1227 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/dans/kultur/underhållning:" -#: ../../include/features.php:75 -msgid "Star Posts" -msgstr "Märk inlägg" +#: ../../include/identity.php:1229 +msgid "Love/Romance:" +msgstr "Kärlek/romantik:" -#: ../../include/features.php:75 -msgid "Ability to mark special posts with a star indicator" -msgstr "Möjlighet att märka speciella inlägg med en stjärna" +#: ../../include/identity.php:1231 +msgid "Work/employment:" +msgstr "Arbete/sysselsättning:" -#: ../../include/features.php:76 -msgid "Tag Cloud" -msgstr "Taggmoln" +#: ../../include/identity.php:1233 +msgid "School/education:" +msgstr "Skola/utbildning:" -#: ../../include/features.php:76 -msgid "Provide a personal tag cloud on your channel page" -msgstr "Tillhandahåll ett personligt taggmoln på din kanalsida" +#: ../../include/identity.php:1253 +msgid "Like this thing" +msgstr "Gilla den här saken" -#: ../../include/text.php:321 -msgid "prev" -msgstr "föregående" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Inte en giltig e-postadress" -#: ../../include/text.php:323 -msgid "first" -msgstr "första" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Din e-postdomän är inte bland de som tillåts på den här servern" -#: ../../include/text.php:352 -msgid "last" -msgstr "sista" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "Din e-postadress är redan registrerad på den här servern." -#: ../../include/text.php:355 -msgid "next" -msgstr "nästa" +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "En inbjudan behövs." -#: ../../include/text.php:367 -msgid "older" -msgstr "äldre" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Inbjudningen kunde inte bekräftas." -#: ../../include/text.php:369 -msgid "newer" -msgstr "nyare" +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Ange den begärda informationen." -#: ../../include/text.php:736 -msgid "No connections" -msgstr "Inga kontakter" +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Misslyckades att spara kontoinformation." -#: ../../include/text.php:753 +#: ../../include/account.php:245 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d kontakt" -msgstr[1] "%d kontakter" +msgid "Registration confirmation for %s" +msgstr "Registreringsbekräftelse för %s" -#: ../../include/text.php:766 -msgid "View Connections" -msgstr "Visa kontakter" +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Registreringsförfrågan på %s" -#: ../../include/text.php:827 ../../include/text.php:839 -#: ../../include/widgets.php:193 ../../mod/filer.php:50 -#: ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 ../../mod/admin.php:1339 -#: ../../mod/admin.php:1360 -msgid "Save" -msgstr "Spara" +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Administratör" -#: ../../include/text.php:905 -msgid "poke" -msgstr "puffa" +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "ditt registreringslösenord" -#: ../../include/text.php:906 -msgid "ping" -msgstr "pinga" +#: ../../include/account.php:340 ../../include/account.php:397 +#, php-format +msgid "Registration details for %s" +msgstr "Registreringsdetaljer för %s" -#: ../../include/text.php:906 -msgid "pinged" -msgstr "pingade" +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "Konto godkänt." -#: ../../include/text.php:907 -msgid "prod" -msgstr "stöt till" +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrering avslagen för %s" -#: ../../include/text.php:907 -msgid "prodded" -msgstr "stötte till" +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Konto bekräftat. Du kan nu logga in." -#: ../../include/text.php:908 -msgid "slap" -msgstr "daska till" +#: ../../include/account.php:648 ../../include/account.php:650 +msgid "Click here to upgrade." +msgstr "Klicka här för att uppgradera." -#: ../../include/text.php:908 -msgid "slapped" -msgstr "daskade till" +#: ../../include/account.php:656 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Den här funktionen går utanför vad som anges i ditt avtal." -#: ../../include/text.php:909 -msgid "finger" -msgstr "fingra på" +#: ../../include/account.php:661 +msgid "This action is not available under your subscription plan." +msgstr "Den här funktionen är inte tillgänglig med ditt avtal." -#: ../../include/text.php:909 -msgid "fingered" -msgstr "fingrade på" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "Kanalen är blockerad på den här servern." -#: ../../include/text.php:910 -msgid "rebuff" -msgstr "stöt tillbaka" +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "Kanalplats saknas." -#: ../../include/text.php:910 -msgid "rebuffed" -msgstr "stötte tillbaks" +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." +msgstr "Svar från den andra kanalen var ofullständigt." -#: ../../include/text.php:919 -msgid "happy" -msgstr "glad" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." +msgstr "Kanalen har tagits bort och finns inte längre." -#: ../../include/text.php:920 -msgid "sad" -msgstr "ledsen" +#: ../../include/follow.php:135 ../../include/follow.php:202 +msgid "Protocol disabled." +msgstr "Protokoll inaktiverat." -#: ../../include/text.php:921 -msgid "mellow" -msgstr "lugn" +#: ../../include/follow.php:176 +msgid "Channel discovery failed." +msgstr "Kanalsökning misslyckades." -#: ../../include/text.php:922 -msgid "tired" -msgstr "trött" +#: ../../include/follow.php:192 +msgid "local account not found." +msgstr "hittade inte lokalt konto." -#: ../../include/text.php:923 -msgid "perky" -msgstr "uppåt" +#: ../../include/follow.php:220 +msgid "Cannot connect to yourself." +msgstr "Du kan inte kontakta dig själv." -#: ../../include/text.php:924 -msgid "angry" -msgstr "arg" +#: ../../include/api.php:1084 +msgid "Public Timeline" +msgstr "Offentlig tidslinje" -#: ../../include/text.php:925 -msgid "stupified" -msgstr "virrig" +#: ../../include/attach.php:221 ../../include/attach.php:275 +msgid "Item was not found." +msgstr "Posten hittades inte." -#: ../../include/text.php:926 -msgid "puzzled" -msgstr "förbryllad" +#: ../../include/attach.php:331 +msgid "No source file." +msgstr "Ingen källfil." -#: ../../include/text.php:927 -msgid "interested" -msgstr "intresserad" +#: ../../include/attach.php:348 +msgid "Cannot locate file to replace" +msgstr "Kan inte hitta fil att ersätta" -#: ../../include/text.php:928 -msgid "bitter" -msgstr "bitter" +#: ../../include/attach.php:366 +msgid "Cannot locate file to revise/update" +msgstr "Kan inte hitta fil att revidera/uppdatera" -#: ../../include/text.php:929 -msgid "cheerful" -msgstr "munter" +#: ../../include/attach.php:377 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Filen överskrider storleksbegränsningen %d" -#: ../../include/text.php:930 -msgid "alive" -msgstr "pigg" +#: ../../include/attach.php:389 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Du har nått begränsningen %1$.0f megabyte utrymme för bilagor." -#: ../../include/text.php:931 -msgid "annoyed" -msgstr "irriterad" +#: ../../include/attach.php:472 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten åtgärd." -#: ../../include/text.php:932 -msgid "anxious" -msgstr "bekymrad" +#: ../../include/attach.php:484 +msgid "Stored file could not be verified. Upload failed." +msgstr "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad." -#: ../../include/text.php:933 -msgid "cranky" -msgstr "grinig" +#: ../../include/attach.php:526 ../../include/attach.php:543 +msgid "Path not available." +msgstr "Sökväg inte tillgänglig." -#: ../../include/text.php:934 -msgid "disturbed" -msgstr "besvärad" +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Tom sökväg" -#: ../../include/text.php:935 -msgid "frustrated" -msgstr "frustrerad" +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "filnamn eller sökväg finns redan" -#: ../../include/text.php:936 -msgid "depressed" -msgstr "deprimerad" +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Sökväg hittas inte." -#: ../../include/text.php:937 -msgid "motivated" -msgstr "motiverad" +#: ../../include/attach.php:681 +msgid "mkdir failed." +msgstr "mkdir misslyckades." -#: ../../include/text.php:938 -msgid "relaxed" -msgstr "avslappnad" +#: ../../include/attach.php:685 +msgid "database storage failed." +msgstr "databaslagring misslyckades." -#: ../../include/text.php:939 -msgid "surprised" -msgstr "förvånad" +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Rumsnamn saknas" -#: ../../include/text.php:1103 -msgid "Monday" -msgstr "måndag" +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Rumsnamnet finns redan" -#: ../../include/text.php:1103 -msgid "Tuesday" -msgstr "tisdag" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Ogiltig rumsbeskrivning." -#: ../../include/text.php:1103 -msgid "Wednesday" -msgstr "onsdag" +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "Rummet hittades inte." -#: ../../include/text.php:1103 -msgid "Thursday" -msgstr "torsdag" +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "Rummet är fullt" -#: ../../include/text.php:1103 -msgid "Friday" -msgstr "fredag" +#: ../../include/bbcode.php:112 ../../include/bbcode.php:677 +#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 +#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 +#: ../../include/bbcode.php:694 ../../include/bbcode.php:699 +#: ../../include/bbcode.php:702 ../../include/bbcode.php:707 +#: ../../include/bbcode.php:710 ../../include/bbcode.php:713 +#: ../../include/bbcode.php:716 +msgid "Image/photo" +msgstr "Bild/foto" -#: ../../include/text.php:1103 -msgid "Saturday" -msgstr "lördag" +#: ../../include/bbcode.php:147 ../../include/bbcode.php:727 +msgid "Encrypted content" +msgstr "Krypterat innehåll" -#: ../../include/text.php:1103 -msgid "Sunday" -msgstr "söndag" +#: ../../include/bbcode.php:165 +msgid "Install design element: " +msgstr "Installera designelement: " -#: ../../include/text.php:1107 -msgid "January" -msgstr "januari" +#: ../../include/bbcode.php:171 +msgid "QR code" +msgstr "QR-kod" -#: ../../include/text.php:1107 -msgid "February" -msgstr "februari" +#: ../../include/bbcode.php:220 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s skrev följande %2$s %3$s" -#: ../../include/text.php:1107 -msgid "March" -msgstr "mars" +#: ../../include/bbcode.php:222 +msgid "post" +msgstr "post" -#: ../../include/text.php:1107 -msgid "April" -msgstr "april" +#: ../../include/bbcode.php:645 +msgid "$1 spoiler" +msgstr "$1 spoiler" -#: ../../include/text.php:1107 -msgid "May" -msgstr "maj" +#: ../../include/bbcode.php:665 +msgid "$1 wrote:" +msgstr "$1 skrev:" -#: ../../include/text.php:1107 -msgid "June" -msgstr "juni" +#: ../../include/conversation.php:126 ../../mod/like.php:89 +msgid "channel" +msgstr "kanal" -#: ../../include/text.php:1107 -msgid "July" -msgstr "juli" +#: ../../include/conversation.php:164 ../../include/diaspora.php:1957 +#: ../../mod/like.php:336 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s gillar %2$ss %3$s" -#: ../../include/text.php:1107 -msgid "August" -msgstr "augusti" +#: ../../include/conversation.php:167 ../../mod/like.php:338 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s gillar inte %2$ss %3$s" -#: ../../include/text.php:1107 -msgid "September" -msgstr "september" +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s har nu kontakt med %2$s" -#: ../../include/text.php:1107 -msgid "October" -msgstr "oktober" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s puffade %2$s" -#: ../../include/text.php:1107 -msgid "November" -msgstr "november" +#: ../../include/conversation.php:261 ../../mod/mood.php:63 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" +msgstr "%1$s är %2$s" -#: ../../include/text.php:1107 -msgid "December" -msgstr "december" +#: ../../include/conversation.php:638 ../../include/ItemObject.php:126 +msgid "Select" +msgstr "Välj" -#: ../../include/text.php:1185 -msgid "unknown.???" -msgstr "okänt.???" +#: ../../include/conversation.php:646 ../../include/ItemObject.php:89 +msgid "Private Message" +msgstr "Privat meddelande" -#: ../../include/text.php:1186 -msgid "bytes" -msgstr "byte" +#: ../../include/conversation.php:653 ../../include/ItemObject.php:194 +msgid "Message signature validated" +msgstr "Meddelandesignatur bekräftad" -#: ../../include/text.php:1225 -msgid "remove category" -msgstr "ta bort kategori" +#: ../../include/conversation.php:654 ../../include/ItemObject.php:195 +msgid "Message signature incorrect" +msgstr "Meddelandesignatur felaktig" -#: ../../include/text.php:1295 -msgid "remove from file" -msgstr "ta bort från fil" +#: ../../include/conversation.php:674 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Visa %ss profil på %s" -#: ../../include/text.php:1360 ../../include/text.php:1372 -msgid "Click to open/close" -msgstr "Klicka för att öppna/stänga" +#: ../../include/conversation.php:689 +msgid "Categories:" +msgstr "Kategorier:" -#: ../../include/text.php:1527 ../../mod/events.php:414 -msgid "Link to Source" -msgstr "Länk till källa" +#: ../../include/conversation.php:690 +msgid "Filed under:" +msgstr "Postat under:" -#: ../../include/text.php:1546 -msgid "Select a page layout: " -msgstr "Välj en sidlayout: " +#: ../../include/conversation.php:698 ../../include/ItemObject.php:274 +#, php-format +msgid " from %s" +msgstr "från %s" -#: ../../include/text.php:1549 ../../include/text.php:1614 -msgid "default" -msgstr "standard" +#: ../../include/conversation.php:701 ../../include/ItemObject.php:277 +#, php-format +msgid "last edited: %s" +msgstr "senast redigerat: %s" -#: ../../include/text.php:1585 -msgid "Page content type: " -msgstr "Typ av sidinnehåll: " +#: ../../include/conversation.php:702 ../../include/ItemObject.php:278 +#, php-format +msgid "Expires: %s" +msgstr "Upphör: %s" -#: ../../include/text.php:1626 -msgid "Select an alternate language" -msgstr "Välj ett alternativt språk" +#: ../../include/conversation.php:717 +msgid "View in context" +msgstr "Visa sammanhang" -#: ../../include/text.php:1760 -msgid "activity" -msgstr "aktivitet" +#: ../../include/conversation.php:719 ../../include/conversation.php:1142 +#: ../../include/ItemObject.php:325 ../../mod/editpost.php:121 +#: ../../mod/mail.php:238 ../../mod/mail.php:353 ../../mod/photos.php:978 +#: ../../mod/editblock.php:152 ../../mod/editlayout.php:148 +#: ../../mod/editwebpage.php:183 +msgid "Please wait" +msgstr "Vänta" -#: ../../include/text.php:2046 -msgid "Design" -msgstr "Design" +#: ../../include/conversation.php:835 +msgid "remove" +msgstr "ta bort" -#: ../../include/text.php:2049 -msgid "Blocks" -msgstr "Block" +#: ../../include/conversation.php:839 ../../include/nav.php:257 +msgid "Loading..." +msgstr "Laddar..." -#: ../../include/text.php:2050 -msgid "Menus" -msgstr "Menyer" +#: ../../include/conversation.php:840 +msgid "Delete Selected Items" +msgstr "Ta bort valda poster" -#: ../../include/text.php:2051 -msgid "Layouts" -msgstr "Layouter" +#: ../../include/conversation.php:931 +msgid "View Source" +msgstr "Visa källa" -#: ../../include/text.php:2052 -msgid "Pages" -msgstr "Sidor" +#: ../../include/conversation.php:932 +msgid "Follow Thread" +msgstr "Följ tråd" -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "Inte en giltig e-postadress" +#: ../../include/conversation.php:933 +msgid "View Status" +msgstr "Visa status" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "Din e-postdomän är inte bland de som tillåts på den här servern" +#: ../../include/conversation.php:934 ../../include/nav.php:99 +#: ../../mod/connedit.php:429 ../../mod/connedit.php:545 +msgid "View Profile" +msgstr "Visa profil" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "Din e-postadress är redan registrerad på den här servern." +#: ../../include/conversation.php:935 +msgid "View Photos" +msgstr "Visa foton" -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "En inbjudan behövs." +#: ../../include/conversation.php:936 +msgid "Matrix Activity" +msgstr "Matrisaktivitet" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "Inbjudningen kunde inte bekräftas." +#: ../../include/conversation.php:938 +msgid "Edit Contact" +msgstr "Redigera kontakt" -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Ange den begärda informationen." +#: ../../include/conversation.php:939 +msgid "Send PM" +msgstr "Skicka meddelande" -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Misslyckades att spara kontoinformation." +#: ../../include/conversation.php:940 ../../include/apps.php:145 +msgid "Poke" +msgstr "Puffa" -#: ../../include/account.php:245 +#: ../../include/conversation.php:1013 #, php-format -msgid "Registration confirmation for %s" -msgstr "Registreringsbekräftelse för %s" +msgid "%s likes this." +msgstr "%s gillar det här." -#: ../../include/account.php:313 +#: ../../include/conversation.php:1013 #, php-format -msgid "Registration request at %s" -msgstr "Registreringsförfrågan på %s" - -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 -msgid "Administrator" -msgstr "Administratör" +msgid "%s doesn't like this." +msgstr "%s gillar inte det här." -#: ../../include/account.php:337 -msgid "your registration password" -msgstr "ditt registreringslösenord" +#: ../../include/conversation.php:1017 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "%2$d person gillar det här." +msgstr[1] "%2$d personer gillar det här." -#: ../../include/account.php:340 ../../include/account.php:397 +#: ../../include/conversation.php:1019 #, php-format -msgid "Registration details for %s" -msgstr "Registreringsdetaljer för %s" +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "%2$d person gillar inte det här." +msgstr[1] "%2$d personer gillar inte det här." -#: ../../include/account.php:406 -msgid "Account approved." -msgstr "Konto godkänt." +#: ../../include/conversation.php:1025 +msgid "and" +msgstr "och" -#: ../../include/account.php:440 +#: ../../include/conversation.php:1028 #, php-format -msgid "Registration revoked for %s" -msgstr "Registrering avslagen för %s" +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] ", och %d annan person" +msgstr[1] ", och %d andra personer" -#: ../../include/account.php:486 -msgid "Account verified. Please login." -msgstr "Konto bekräftat. Du kan nu logga in." +#: ../../include/conversation.php:1029 +#, php-format +msgid "%s like this." +msgstr "%s gillar det här." -#: ../../include/account.php:648 ../../include/account.php:650 -msgid "Click here to upgrade." -msgstr "Klicka här för att uppgradera." +#: ../../include/conversation.php:1029 +#, php-format +msgid "%s don't like this." +msgstr "%s gillar inte det här." -#: ../../include/account.php:656 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Den här funktionen går utanför vad som anges i ditt avtal." +#: ../../include/conversation.php:1086 +msgid "Visible to everybody" +msgstr "Kan ses av alla" -#: ../../include/account.php:661 -msgid "This action is not available under your subscription plan." -msgstr "Den här funktionen är inte tillgänglig med ditt avtal." +#: ../../include/conversation.php:1087 ../../mod/mail.php:171 +#: ../../mod/mail.php:286 +msgid "Please enter a link URL:" +msgstr "Ange en länkadress:" -#: ../../include/permissions.php:13 -msgid "Can view my normal stream and posts" -msgstr "Kan se mina normala strömmar och inlägg" +#: ../../include/conversation.php:1088 +msgid "Please enter a video link/URL:" +msgstr "Ange en videolänkadress:" -#: ../../include/permissions.php:14 -msgid "Can view my default channel profile" -msgstr "Kan se min standardkanalprofil" +#: ../../include/conversation.php:1089 +msgid "Please enter an audio link/URL:" +msgstr "Ange en ljudlänkadress" -#: ../../include/permissions.php:15 -msgid "Can view my photo albums" -msgstr "Kan se mina fotoalbum" +#: ../../include/conversation.php:1090 +msgid "Tag term:" +msgstr "Tagguttryck" -#: ../../include/permissions.php:16 -msgid "Can view my connections" -msgstr "Kan se mina kontakter" +#: ../../include/conversation.php:1091 ../../mod/filer.php:49 +msgid "Save to Folder:" +msgstr "Spara i mapp:" -#: ../../include/permissions.php:17 -msgid "Can view my file storage" -msgstr "Kan se mitt filutrymme" +#: ../../include/conversation.php:1092 +msgid "Where are you right now?" +msgstr "Var är du just nu?" -#: ../../include/permissions.php:18 -msgid "Can view my webpages" -msgstr "Kan se mina webbsidor" +#: ../../include/conversation.php:1093 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:287 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "Upphör YYYY-MM-DD HH:MM" -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" -msgstr "Kan skicka sina kanalströmmar och inlägg till mig" +#: ../../include/conversation.php:1117 ../../mod/photos.php:977 +#: ../../mod/editblock.php:198 ../../mod/editlayout.php:193 +#: ../../mod/editwebpage.php:230 ../../mod/layouts.php:168 +msgid "Share" +msgstr "Dela" -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" -msgstr "Kan posta inlägg på min kanalsida (\"vägg\")" +#: ../../include/conversation.php:1119 ../../mod/editwebpage.php:170 +msgid "Page link title" +msgstr "Titel på sidlänk" -#: ../../include/permissions.php:23 -msgid "Can comment on or like my posts" -msgstr "Kan kommentera eller gilla mina inlägg" +#: ../../include/conversation.php:1122 +msgid "Post as" +msgstr "Posta som" -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" -msgstr "Kan skicka privata meddelanden till mig" +#: ../../include/conversation.php:1123 ../../mod/editpost.php:113 +#: ../../mod/mail.php:235 ../../mod/mail.php:349 ../../mod/editblock.php:144 +#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:175 +msgid "Upload photo" +msgstr "Ladda upp foto" -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" -msgstr "Kan lägga till foton i mitt fotoalbum" +#: ../../include/conversation.php:1124 +msgid "upload photo" +msgstr "ladda upp foto" -#: ../../include/permissions.php:26 -msgid "Can like/dislike stuff" -msgstr "Kan gilla/ogilla saker" +#: ../../include/conversation.php:1125 ../../mod/editpost.php:114 +#: ../../mod/mail.php:236 ../../mod/mail.php:350 ../../mod/editblock.php:145 +#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:176 +msgid "Attach file" +msgstr "Bifoga fil" -#: ../../include/permissions.php:26 -msgid "Profiles and things other than posts/comments" -msgstr "Profiler och annat än inlägg/kommentarer" +#: ../../include/conversation.php:1126 +msgid "attach file" +msgstr "bifoga fil" -#: ../../include/permissions.php:28 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Kan vidarebefordra till alla mina kanalkontakter genom @omnämnanden" +#: ../../include/conversation.php:1127 ../../mod/editpost.php:115 +#: ../../mod/mail.php:237 ../../mod/mail.php:351 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:177 +msgid "Insert web link" +msgstr "Infoga webblänk" -#: ../../include/permissions.php:28 -msgid "Advanced - useful for creating group forum channels" -msgstr "Avancerat - användbart för att skapa kanaler för gruppforum" +#: ../../include/conversation.php:1128 +msgid "web link" +msgstr "webblänk" -#: ../../include/permissions.php:29 -msgid "Can chat with me (when available)" -msgstr "Kan chatta med mig (när tillgänglig)" +#: ../../include/conversation.php:1129 +msgid "Insert video link" +msgstr "Infoga videolänk" -#: ../../include/permissions.php:30 -msgid "Can write to my file storage" -msgstr "Har skrivrättigheter i mitt filutrymme" +#: ../../include/conversation.php:1130 +msgid "video link" +msgstr "videolänk" -#: ../../include/permissions.php:31 -msgid "Can edit my webpages" -msgstr "Kan redigera mina webbsidor" +#: ../../include/conversation.php:1131 +msgid "Insert audio link" +msgstr "Infoga ljudlänk" -#: ../../include/permissions.php:33 -msgid "Can source my public posts in derived channels" -msgstr "Kan använda mina offentliga inlägg i kanaler nedströms" +#: ../../include/conversation.php:1132 +msgid "audio link" +msgstr "ljudlänk" -#: ../../include/permissions.php:33 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Ganska avancerat - väldigt användbart i öppna gemenskaper" +#: ../../include/conversation.php:1133 ../../mod/editpost.php:119 +#: ../../mod/editblock.php:150 ../../mod/editlayout.php:146 +#: ../../mod/editwebpage.php:181 +msgid "Set your location" +msgstr "Ange din plats" -#: ../../include/permissions.php:35 -msgid "Can administer my channel resources" -msgstr "Kan administrera mina kanalresurser" +#: ../../include/conversation.php:1134 +msgid "set location" +msgstr "ange plats" -#: ../../include/permissions.php:35 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Extremt avancerat. Låt detta vara om du inte vet vad du gör" +#: ../../include/conversation.php:1135 ../../mod/editpost.php:120 +#: ../../mod/editblock.php:151 ../../mod/editlayout.php:147 +#: ../../mod/editwebpage.php:182 +msgid "Clear browser location" +msgstr "Rensa webbläsarplats" -#: ../../include/permissions.php:785 -msgid "Social Networking" -msgstr "Socialt nätverkande" +#: ../../include/conversation.php:1136 +msgid "clear location" +msgstr "rensa plats" -#: ../../include/permissions.php:786 ../../include/permissions.php:788 -#: ../../include/permissions.php:790 -msgid "Mostly Public" -msgstr "Mestadels offentligt" +#: ../../include/conversation.php:1138 ../../mod/editpost.php:132 +#: ../../mod/editblock.php:164 ../../mod/editlayout.php:159 +#: ../../mod/editwebpage.php:198 +msgid "Title (optional)" +msgstr "Titel (frivilligt)" -#: ../../include/permissions.php:786 ../../include/permissions.php:788 -#: ../../include/permissions.php:790 -msgid "Restricted" -msgstr "Begränsat" +#: ../../include/conversation.php:1141 ../../mod/editpost.php:134 +#: ../../mod/editblock.php:167 ../../mod/editlayout.php:162 +#: ../../mod/editwebpage.php:200 +msgid "Categories (optional, comma-separated list)" +msgstr "Kategorier (frivilligt, kommaseparerad lista)" -#: ../../include/permissions.php:786 ../../include/permissions.php:788 -msgid "Private" -msgstr "Privat" +#: ../../include/conversation.php:1143 ../../mod/editpost.php:122 +#: ../../mod/editblock.php:153 ../../mod/editlayout.php:149 +#: ../../mod/editwebpage.php:184 +msgid "Permission settings" +msgstr "Behörighetsinställningar" -#: ../../include/permissions.php:787 -msgid "Community Forum" -msgstr "Gemenskapsforum" +#: ../../include/conversation.php:1144 +msgid "permissions" +msgstr "behörighet" -#: ../../include/permissions.php:789 -msgid "Feed Republish" -msgstr "Vidarepublicering av flöde" +#: ../../include/conversation.php:1151 ../../mod/editpost.php:129 +#: ../../mod/editblock.php:161 ../../mod/editlayout.php:156 +#: ../../mod/editwebpage.php:193 +msgid "Public post" +msgstr "Offentligt inlägg" -#: ../../include/permissions.php:791 -msgid "Special Purpose" -msgstr "Särskilt syfte" +#: ../../include/conversation.php:1153 ../../mod/editpost.php:135 +#: ../../mod/editblock.php:168 ../../mod/editlayout.php:163 +#: ../../mod/editwebpage.php:201 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Exempel: bob@example.com, mary@example.com" -#: ../../include/permissions.php:792 -msgid "Celebrity/Soapbox" -msgstr "Kändis/talarstol" +#: ../../include/conversation.php:1166 ../../mod/editpost.php:146 +#: ../../mod/mail.php:242 ../../mod/mail.php:356 ../../mod/editblock.php:178 +#: ../../mod/editlayout.php:173 ../../mod/editwebpage.php:210 +msgid "Set expiration date" +msgstr "Ange utgångsdatum" -#: ../../include/permissions.php:792 -msgid "Group Repository" -msgstr "Gruppförråd" +#: ../../include/conversation.php:1168 ../../include/ItemObject.php:641 +#: ../../mod/editpost.php:148 ../../mod/mail.php:244 ../../mod/mail.php:358 +msgid "Encrypt text" +msgstr "Kryptera text" -#: ../../include/permissions.php:793 ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 -msgid "Other" -msgstr "Annat" +#: ../../include/conversation.php:1170 ../../mod/events.php:580 +#: ../../mod/editpost.php:150 +msgid "OK" +msgstr "OK" -#: ../../include/permissions.php:794 -msgid "Custom/Expert Mode" -msgstr "Anpassat/expertläge" +#: ../../include/conversation.php:1171 ../../mod/settings.php:566 +#: ../../mod/settings.php:592 ../../mod/events.php:579 +#: ../../mod/editpost.php:151 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +msgid "Cancel" +msgstr "Avbryt" -#: ../../include/photos.php:105 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "Bild överskrider webbplatsens storleksbegränsning på %lu byte" +#: ../../include/conversation.php:1415 +msgid "Discover" +msgstr "Upptäck" -#: ../../include/photos.php:112 -msgid "Image file is empty." -msgstr "Bildfil är tom." +#: ../../include/conversation.php:1418 +msgid "Imported public streams" +msgstr "Importerade offentliga strömmar" -#: ../../include/photos.php:141 ../../mod/profile_photo.php:216 -msgid "Unable to process image" -msgstr "Kunde inte bearbeta bild" +#: ../../include/conversation.php:1423 +msgid "Commented Order" +msgstr "Kommentarsordning" -#: ../../include/photos.php:213 -msgid "Photo storage failed." -msgstr "Fotolagring misslyckades." +#: ../../include/conversation.php:1426 +msgid "Sort by Comment Date" +msgstr "Ordna efter kommentarsdatum" -#: ../../include/photos.php:345 -msgid "Upload New Photos" -msgstr "Ladda upp nya foton" +#: ../../include/conversation.php:1430 +msgid "Posted Order" +msgstr "Inläggsordning" -#: ../../include/items.php:382 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/like.php:246 ../../mod/group.php:68 -#: ../../index.php:389 -msgid "Permission denied" -msgstr "Behörighet saknas" +#: ../../include/conversation.php:1433 +msgid "Sort by Post Date" +msgstr "Ordna efter när inlägget skrevs" -#: ../../include/items.php:969 ../../include/items.php:1014 -msgid "(Unknown)" -msgstr "(Okänt)" +#: ../../include/conversation.php:1438 ../../include/widgets.php:94 +msgid "Personal" +msgstr "Personligt" -#: ../../include/items.php:1171 -msgid "Visible to anybody on the internet." -msgstr "Kan ses av vem som helst på Internet." +#: ../../include/conversation.php:1441 +msgid "Posts that mention or involve you" +msgstr "Inlägg som nämner eller berör dig" -#: ../../include/items.php:1173 -msgid "Visible to you only." -msgstr "Kan bara ses av dig." +#: ../../include/conversation.php:1447 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:80 +msgid "New" +msgstr "Nytt" -#: ../../include/items.php:1175 -msgid "Visible to anybody in this network." -msgstr "Kan ses av alla på det här nätverket." +#: ../../include/conversation.php:1450 +msgid "Activity Stream - by date" +msgstr "Aktivitetsström - efter datum" -#: ../../include/items.php:1177 -msgid "Visible to anybody authenticated." -msgstr "Kan ses av alla inloggade." +#: ../../include/conversation.php:1456 +msgid "Starred" +msgstr "Märkt" -#: ../../include/items.php:1179 -#, php-format -msgid "Visible to anybody on %s." -msgstr "Kan ses av alla på %s." +#: ../../include/conversation.php:1459 +msgid "Favourite Posts" +msgstr "Favoritinlägg" -#: ../../include/items.php:1181 -msgid "Visible to all connections." -msgstr "Kan ses av alla kontakter." +#: ../../include/conversation.php:1466 +msgid "Spam" +msgstr "Skräp" -#: ../../include/items.php:1183 -msgid "Visible to approved connections." -msgstr "Kan ses av godkända kontakter." +#: ../../include/conversation.php:1469 +msgid "Posts flagged as SPAM" +msgstr "Inlägg markerade som SKRÄP" -#: ../../include/items.php:1185 -msgid "Visible to specific connections." -msgstr "Kan ses av valda kontakter." +#: ../../include/conversation.php:1509 ../../mod/admin.php:865 +msgid "Channel" +msgstr "Kanal" -#: ../../include/items.php:3952 ../../mod/thing.php:76 -#: ../../mod/display.php:32 ../../mod/filestorage.php:26 -#: ../../mod/admin.php:168 ../../mod/admin.php:896 ../../mod/admin.php:1099 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." -msgstr "Posten hittades inte." +#: ../../include/conversation.php:1512 +msgid "Status Messages and Posts" +msgstr "Statusmeddelanden och inlägg" -#: ../../include/items.php:4410 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Kretsen hittades inte." +#: ../../include/conversation.php:1521 +msgid "About" +msgstr "Om" -#: ../../include/items.php:4425 -msgid "Collection is empty." -msgstr "Kretsen är tom." +#: ../../include/conversation.php:1524 +msgid "Profile Details" +msgstr "Profildetaljer" -#: ../../include/items.php:4432 -#, php-format -msgid "Collection: %s" -msgstr "Krets: %s" +#: ../../include/conversation.php:1530 ../../include/apps.php:139 +#: ../../include/nav.php:105 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Foton" -#: ../../include/items.php:4443 -#, php-format -msgid "Connection: %s" -msgstr "Kontakt: %s" +#: ../../include/conversation.php:1542 +msgid "Files and Storage" +msgstr "Filer och lagring" -#: ../../include/items.php:4446 -msgid "Connection not found." -msgstr "Kontakten hittades inte." +#: ../../include/conversation.php:1552 ../../include/conversation.php:1555 +msgid "Chatrooms" +msgstr "Chattrum" -#: ../../include/security.php:323 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "Formulärets kontrollkod var inte korrekt. Antagligen beror det på att formuläret har varit öppet för länge (> 3 timmar) innan det skickades." +#: ../../include/conversation.php:1565 ../../include/apps.php:129 +#: ../../include/nav.php:117 +msgid "Bookmarks" +msgstr "Bokmärken" + +#: ../../include/conversation.php:1568 +msgid "Saved Bookmarks" +msgstr "Sparade bokmärken" + +#: ../../include/conversation.php:1576 ../../include/apps.php:136 +#: ../../include/nav.php:121 ../../mod/webpages.php:160 +msgid "Webpages" +msgstr "Webbsidor" + +#: ../../include/conversation.php:1579 +msgid "Manage Webpages" +msgstr "Hantera webbsidor" + +#: ../../include/widgets.php:91 ../../include/nav.php:171 +#: ../../mod/apps.php:34 +msgid "Apps" +msgstr "Appar" -#: ../../include/widgets.php:87 +#: ../../include/widgets.php:92 msgid "System" msgstr "System" -#: ../../include/widgets.php:90 +#: ../../include/widgets.php:95 msgid "Create Personal App" msgstr "Skapa personlig app" -#: ../../include/widgets.php:91 +#: ../../include/widgets.php:96 msgid "Edit Personal App" msgstr "Redigera personlig app" -#: ../../include/widgets.php:137 ../../mod/suggest.php:53 +#: ../../include/widgets.php:138 ../../mod/suggest.php:53 msgid "Ignore/Hide" msgstr "Ignorera/göm" @@ -2940,2053 +2620,2523 @@ msgstr "Ange kanaladressen" msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Exempel: bob@example.com, http://example.com/barbara" -#: ../../include/widgets.php:191 +#: ../../include/widgets.php:190 msgid "Notes" msgstr "Anteckningar" -#: ../../include/widgets.php:263 +#: ../../include/widgets.php:264 msgid "Remove term" msgstr "Ta bort uttryck" -#: ../../include/widgets.php:352 +#: ../../include/widgets.php:347 msgid "Archives" msgstr "Arkiv" -#: ../../include/widgets.php:428 +#: ../../include/widgets.php:425 msgid "Refresh" msgstr "Ladda om" -#: ../../include/widgets.php:429 ../../mod/connedit.php:506 +#: ../../include/widgets.php:426 ../../mod/connedit.php:506 msgid "Me" msgstr "Mig själv" -#: ../../include/widgets.php:430 ../../mod/connedit.php:508 +#: ../../include/widgets.php:427 ../../mod/connedit.php:509 msgid "Best Friends" msgstr "Bästa vänner" -#: ../../include/widgets.php:432 +#: ../../include/widgets.php:429 msgid "Co-workers" msgstr "Kollegor" -#: ../../include/widgets.php:433 ../../mod/connedit.php:510 +#: ../../include/widgets.php:430 ../../mod/connedit.php:511 msgid "Former Friends" msgstr "Tidigare vänner" -#: ../../include/widgets.php:434 ../../mod/connedit.php:511 +#: ../../include/widgets.php:431 ../../mod/connedit.php:512 msgid "Acquaintances" msgstr "Bekanta" -#: ../../include/widgets.php:435 +#: ../../include/widgets.php:432 msgid "Everybody" msgstr "Alla" -#: ../../include/widgets.php:469 +#: ../../include/widgets.php:466 msgid "Account settings" msgstr "Kontoinställningar" -#: ../../include/widgets.php:475 +#: ../../include/widgets.php:472 msgid "Channel settings" msgstr "Kanalinställningar" -#: ../../include/widgets.php:481 +#: ../../include/widgets.php:478 msgid "Additional features" msgstr "Tilläggsfunktioner" -#: ../../include/widgets.php:487 +#: ../../include/widgets.php:484 msgid "Feature settings" msgstr "Funktionsinställningar" -#: ../../include/widgets.php:493 +#: ../../include/widgets.php:490 msgid "Display settings" msgstr "Utseende" -#: ../../include/widgets.php:499 +#: ../../include/widgets.php:496 msgid "Connected apps" msgstr "Anslutna appar" -#: ../../include/widgets.php:505 +#: ../../include/widgets.php:502 msgid "Export channel" msgstr "Exportera kanal" -#: ../../include/widgets.php:511 -msgid "Export content" -msgstr "Exportera innehåll" - -#: ../../include/widgets.php:520 ../../mod/connedit.php:538 +#: ../../include/widgets.php:511 ../../mod/connedit.php:539 msgid "Connection Default Permissions" msgstr "Standardbehörighet för kontakt" -#: ../../include/widgets.php:528 +#: ../../include/widgets.php:519 msgid "Premium Channel Settings" msgstr "Inställningar för premiumkanal" -#: ../../include/widgets.php:562 ../../mod/mail.php:125 +#: ../../include/widgets.php:535 ../../include/apps.php:134 +#: ../../include/nav.php:218 ../../mod/admin.php:951 ../../mod/admin.php:1156 +msgid "Settings" +msgstr "Inställningar" + +#: ../../include/widgets.php:548 ../../mod/mail.php:125 #: ../../mod/message.php:31 msgid "Messages" msgstr "Meddelanden" -#: ../../include/widgets.php:567 +#: ../../include/widgets.php:551 msgid "Check Mail" msgstr "Hämta meddelanden" -#: ../../include/widgets.php:648 +#: ../../include/widgets.php:556 ../../include/nav.php:209 +msgid "New Message" +msgstr "Nytt meddelande" + +#: ../../include/widgets.php:634 msgid "Chat Rooms" msgstr "Chattrum" -#: ../../include/widgets.php:668 +#: ../../include/widgets.php:654 msgid "Bookmarked Chatrooms" msgstr "Bokmärkta chattrum" -#: ../../include/widgets.php:688 +#: ../../include/widgets.php:674 msgid "Suggested Chatrooms" msgstr "Föreslagna chattrum" -#: ../../include/widgets.php:817 ../../include/widgets.php:875 +#: ../../include/widgets.php:801 ../../include/widgets.php:859 msgid "photo/image" msgstr "foto/bild" -#: ../../include/Contact.php:123 -msgid "New window" -msgstr "Nytt fönster" +#: ../../include/zot.php:664 +msgid "Invalid data packet" +msgstr "Ogiltigt datapaket" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" -msgstr "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik" +#: ../../include/zot.php:680 +msgid "Unable to verify channel signature" +msgstr "Kunde inte bekräfta kanalsignatur" -#: ../../include/Contact.php:211 ../../mod/admin.php:646 +#: ../../include/zot.php:1829 #, php-format -msgid "User '%s' deleted" -msgstr "Användare '%s' borttagen" - -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Ta bort den här posten?" +msgid "Unable to verify site signature for %s" +msgstr "Kunde inte bekräfta signatur för servern %s" -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:620 -#: ../../mod/photos.php:996 ../../mod/photos.php:1106 -msgid "Comment" -msgstr "Kommentar" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" +msgstr "Spara i mapp" -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:337 -msgid "[+] show all" -msgstr "[+] visa alla" +#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 +#: ../../mod/photos.php:1023 ../../mod/photos.php:1035 +msgid "View all" +msgstr "Visa alla" -#: ../../include/js_strings.php:8 -msgid "[-] show less" -msgstr "[-] visa färre" +#: ../../include/ItemObject.php:151 ../../mod/photos.php:1032 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "ogillar detta" +msgstr[1] "ogillar detta" -#: ../../include/js_strings.php:9 -msgid "[+] expand" -msgstr "[+] fäll ut" +#: ../../include/ItemObject.php:179 +msgid "Add Star" +msgstr "Märk" -#: ../../include/js_strings.php:10 -msgid "[-] collapse" -msgstr "[-] fäll ihop" +#: ../../include/ItemObject.php:180 +msgid "Remove Star" +msgstr "Ta bort märkning" -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "Lösenord för kort" +#: ../../include/ItemObject.php:181 +msgid "Toggle Star Status" +msgstr "Växla märkning" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "Lösenorden stämmer inte överens" +#: ../../include/ItemObject.php:185 +msgid "starred" +msgstr "märkt" -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 -msgid "everybody" -msgstr "alla" +#: ../../include/ItemObject.php:203 +msgid "Add Tag" +msgstr "Lägg till en tagg" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "Hemligt lösenord" +#: ../../include/ItemObject.php:221 ../../mod/photos.php:975 +msgid "I like this (toggle)" +msgstr "Jag gillar det här (växla)" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "Lösenordsledtråd" +#: ../../include/ItemObject.php:222 ../../mod/photos.php:976 +msgid "I don't like this (toggle)" +msgstr "Jag gillar inte det här (växla)" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "Observera: Rättigheter har ändrats men har ännu inte skickats in" +#: ../../include/ItemObject.php:226 +msgid "Share This" +msgstr "Dela det här" -#: ../../include/js_strings.php:17 -msgid "close all" -msgstr "stäng alla" +#: ../../include/ItemObject.php:226 +msgid "share" +msgstr "dela" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" -msgstr "Inget nytt här" +#: ../../include/ItemObject.php:243 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d kommentar" +msgstr[1] "%d kommentarer" -#: ../../include/js_strings.php:20 -msgid "timeago.prefixAgo" -msgstr "för" +#: ../../include/ItemObject.php:256 ../../include/ItemObject.php:257 +#, php-format +msgid "View %s's profile - %s" +msgstr "Visa %ss profil - %s" -#: ../../include/js_strings.php:21 -msgid "timeago.prefixFromNow" -msgstr "om" +#: ../../include/ItemObject.php:260 +msgid "to" +msgstr "till" -#: ../../include/js_strings.php:22 -msgid "ago" -msgstr "sedan" - -#: ../../include/js_strings.php:23 -msgid "from now" -msgstr " " +#: ../../include/ItemObject.php:261 +msgid "via" +msgstr "via" -#: ../../include/js_strings.php:24 -msgid "less than a minute" -msgstr "mindre än en minut" +#: ../../include/ItemObject.php:262 +msgid "Wall-to-Wall" +msgstr "Vägg-till-vägg" -#: ../../include/js_strings.php:25 -msgid "about a minute" -msgstr "ungefär en minut" +#: ../../include/ItemObject.php:263 +msgid "via Wall-To-Wall:" +msgstr "via vägg-till-vägg" -#: ../../include/js_strings.php:26 -#, php-format -msgid "%d minutes" -msgstr "%d minuter" +#: ../../include/ItemObject.php:299 +msgid "Save Bookmarks" +msgstr "Spara bokmärken" -#: ../../include/js_strings.php:27 -msgid "about an hour" -msgstr "ungefär en timme" +#: ../../include/ItemObject.php:300 +msgid "Add to Calendar" +msgstr "Lägg till kalendern" -#: ../../include/js_strings.php:28 -#, php-format -msgid "about %d hours" -msgstr "ungefär %d timmar" +#: ../../include/ItemObject.php:309 +msgid "Mark all seen" +msgstr "Märk alla som lästa" -#: ../../include/js_strings.php:29 -msgid "a day" -msgstr "en dag" +#: ../../include/ItemObject.php:314 ../../mod/photos.php:1143 +msgctxt "noun" +msgid "Likes" +msgstr "gillar detta" -#: ../../include/js_strings.php:30 -#, php-format -msgid "%d days" -msgstr "%d dagar" +#: ../../include/ItemObject.php:315 ../../mod/photos.php:1144 +msgctxt "noun" +msgid "Dislikes" +msgstr "ogillar detta" -#: ../../include/js_strings.php:31 -msgid "about a month" -msgstr "ungefär en månad" +#: ../../include/ItemObject.php:345 ../../include/js_strings.php:7 +msgid "[+] show all" +msgstr "[+] visa alla" -#: ../../include/js_strings.php:32 -#, php-format -msgid "%d months" -msgstr "%d månader" +#: ../../include/ItemObject.php:626 ../../mod/photos.php:994 +#: ../../mod/photos.php:1104 +msgid "This is you" +msgstr "Det här är du" -#: ../../include/js_strings.php:33 -msgid "about a year" -msgstr "ungefär ett år" +#: ../../include/ItemObject.php:628 ../../include/js_strings.php:6 +#: ../../mod/photos.php:996 ../../mod/photos.php:1106 +msgid "Comment" +msgstr "Kommentera" + +#: ../../include/ItemObject.php:629 ../../mod/mood.php:135 +#: ../../mod/settings.php:565 ../../mod/settings.php:677 +#: ../../mod/settings.php:706 ../../mod/settings.php:730 +#: ../../mod/settings.php:812 ../../mod/settings.php:1004 +#: ../../mod/group.php:81 ../../mod/poke.php:166 ../../mod/setup.php:313 +#: ../../mod/setup.php:358 ../../mod/sources.php:104 ../../mod/sources.php:138 +#: ../../mod/events.php:598 ../../mod/chat.php:177 ../../mod/chat.php:211 +#: ../../mod/connedit.php:556 ../../mod/mail.php:352 ../../mod/photos.php:594 +#: ../../mod/photos.php:671 ../../mod/photos.php:957 ../../mod/photos.php:997 +#: ../../mod/photos.php:1107 ../../mod/pdledit.php:58 ../../mod/thing.php:284 +#: ../../mod/thing.php:327 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:146 ../../mod/connect.php:93 +#: ../../mod/locs.php:99 ../../mod/import.php:504 ../../mod/profiles.php:633 +#: ../../mod/admin.php:412 ../../mod/admin.php:723 ../../mod/admin.php:859 +#: ../../mod/admin.php:992 ../../mod/admin.php:1191 ../../mod/admin.php:1278 +#: ../../mod/invite.php:142 ../../mod/xchan.php:11 ../../mod/appman.php:99 +#: ../../mod/poll.php:68 ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Skicka" -#: ../../include/js_strings.php:34 -#, php-format -msgid "%d years" -msgstr "%d år" +#: ../../include/ItemObject.php:630 +msgid "Bold" +msgstr "Fet" -#: ../../include/js_strings.php:35 -msgid " " -msgstr " " +#: ../../include/ItemObject.php:631 +msgid "Italic" +msgstr "Kursiv" -#: ../../include/js_strings.php:36 -msgid "timeago.numbers" -msgstr "timeago.numbers" +#: ../../include/ItemObject.php:632 +msgid "Underline" +msgstr "Understruken" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -msgid "Male" -msgstr "Man" +#: ../../include/ItemObject.php:633 +msgid "Quote" +msgstr "Citat" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -msgid "Female" -msgstr "Kvinna" +#: ../../include/ItemObject.php:634 +msgid "Code" +msgstr "Kod" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Just nu man" +#: ../../include/ItemObject.php:635 +msgid "Image" +msgstr "Bild" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Just nu kvinna" +#: ../../include/ItemObject.php:636 +msgid "Link" +msgstr "Länk" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Mestadels man" +#: ../../include/ItemObject.php:637 +msgid "Video" +msgstr "Video" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Mestadels kvinna" +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Övrigt" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transperson" +#: ../../include/datetime.php:142 +msgid "YYYY-MM-DD or MM-DD" +msgstr "ÅÅÅÅ-MM-DD eller MM-DD" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Intersexuell" +#: ../../include/datetime.php:259 +msgid "never" +msgstr "aldrig" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transsexuell" +#: ../../include/datetime.php:265 +msgid "less than a second ago" +msgstr "mindre än en sekund sedan" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafrodit" +#: ../../include/datetime.php:268 +msgid "year" +msgstr "år" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Könlös" +#: ../../include/datetime.php:268 +msgid "years" +msgstr "år" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Ospecificerat" +#: ../../include/datetime.php:269 +msgid "month" +msgstr "månad" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Obestämt" +#: ../../include/datetime.php:269 +msgid "months" +msgstr "månader" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "Män" +#: ../../include/datetime.php:270 +msgid "week" +msgstr "vecka" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "Kvinnor" +#: ../../include/datetime.php:270 +msgid "weeks" +msgstr "veckor" -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "Bög" +#: ../../include/datetime.php:271 +msgid "day" +msgstr "dag" -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "Lesbisk" +#: ../../include/datetime.php:271 +msgid "days" +msgstr "dagar" -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "Ingen preferens" +#: ../../include/datetime.php:272 +msgid "hour" +msgstr "timme" -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "Bisexuell" +#: ../../include/datetime.php:272 +msgid "hours" +msgstr "timmar" -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "Autosexuell" +#: ../../include/datetime.php:273 +msgid "minute" +msgstr "minut" -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "Avhållsam" +#: ../../include/datetime.php:273 +msgid "minutes" +msgstr "minuter" -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "Oskuld" +#: ../../include/datetime.php:274 +msgid "second" +msgstr "sekund" -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "Avvikande" +#: ../../include/datetime.php:274 +msgid "seconds" +msgstr "sekunder" -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "Fetisch" +#: ../../include/datetime.php:283 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s sedan" -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "Massor" +#: ../../include/datetime.php:491 +#, php-format +msgid "%1$s's birthday" +msgstr "%1$ss födelsedag" -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "Ickesexuell" +#: ../../include/datetime.php:492 +#, php-format +msgid "Happy Birthday %1$s" +msgstr "Grattis på födelsedagen %1$s" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "Singel" +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "Serveradministrator" -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "Ensam" +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "Adressbok" -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "Ledig" - -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "Upptagen" - -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "Förälskad" - -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "Förtrollad" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "Dejtar" - -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "Otrogen" - -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "Sexmissbrukare" - -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "Kompisförhållande" - -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "Vardaglig" - -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "Förlovad" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "Gift" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "Inbillat gift" - -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "Partner" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "Bor ihop" - -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "Sambo" - -#: ../../include/profile_selectors.php:80 -msgid "Happy" -msgstr "Lycklig" - -#: ../../include/profile_selectors.php:80 -msgid "Not looking" -msgstr "Letar inte" - -#: ../../include/profile_selectors.php:80 -msgid "Swinger" -msgstr "Swinger" - -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" -msgstr "Bedragen" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" -msgstr "Separerad" - -#: ../../include/profile_selectors.php:80 -msgid "Unstable" -msgstr "Instabilt" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" -msgstr "Skild" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" -msgstr "Inbillat skild" +#: ../../include/apps.php:131 ../../include/nav.php:125 ../../boot.php:1540 +msgid "Login" +msgstr "Logga in" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" -msgstr "Änka" +#: ../../include/apps.php:132 ../../include/nav.php:216 +#: ../../mod/manage.php:148 +msgid "Channel Manager" +msgstr "Kanalhanterare" -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" -msgstr "Osäkert" +#: ../../include/apps.php:133 ../../include/nav.php:190 +msgid "Matrix" +msgstr "Matris" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" -msgstr "Det är komplicerat" +#: ../../include/apps.php:137 ../../include/nav.php:193 +msgid "Channel Home" +msgstr "Kanalhem" -#: ../../include/profile_selectors.php:80 -msgid "Don't care" -msgstr "Bryr mig inte" +#: ../../include/apps.php:140 ../../include/nav.php:212 +#: ../../mod/events.php:442 +msgid "Events" +msgstr "Händelser" -#: ../../include/profile_selectors.php:80 -msgid "Ask me" -msgstr "Fråga mig" +#: ../../include/apps.php:141 ../../include/nav.php:176 +#: ../../mod/directory.php:321 +msgid "Directory" +msgstr "Katalog" -#: ../../include/apps.php:126 -msgid "Site Admin" -msgstr "Serveradministrator" +#: ../../include/apps.php:142 ../../include/nav.php:168 ../../mod/help.php:58 +#: ../../mod/help.php:63 +msgid "Help" +msgstr "Hjälp" -#: ../../include/apps.php:128 -msgid "Address Book" -msgstr "Adressbok" +#: ../../include/apps.php:143 ../../include/nav.php:204 +msgid "Mail" +msgstr "Privat meddelande" -#: ../../include/apps.php:142 ../../mod/mood.php:131 +#: ../../include/apps.php:144 ../../mod/mood.php:131 msgid "Mood" msgstr "Sinnesstämning" -#: ../../include/apps.php:146 +#: ../../include/apps.php:146 ../../include/nav.php:111 +msgid "Chat" +msgstr "Chatt" + +#: ../../include/apps.php:148 msgid "Probe" msgstr "Sond" -#: ../../include/apps.php:147 +#: ../../include/apps.php:149 msgid "Suggest" msgstr "Föreslå" -#: ../../include/apps.php:148 +#: ../../include/apps.php:150 msgid "Random Channel" msgstr "Slumpvald kanal" -#: ../../include/apps.php:149 +#: ../../include/apps.php:151 msgid "Invite" msgstr "Bjud in" -#: ../../include/apps.php:150 +#: ../../include/apps.php:152 msgid "Features" msgstr "Funktioner" -#: ../../include/apps.php:151 +#: ../../include/apps.php:153 msgid "Language" msgstr "Språk" -#: ../../include/apps.php:152 +#: ../../include/apps.php:154 msgid "Post" msgstr "Inlägg" -#: ../../include/apps.php:153 +#: ../../include/apps.php:155 msgid "Profile Photo" msgstr "Profilfoto" -#: ../../include/apps.php:242 ../../mod/settings.php:81 -#: ../../mod/settings.php:589 +#: ../../include/apps.php:247 ../../mod/settings.php:81 +#: ../../mod/settings.php:591 msgid "Update" msgstr "Uppdatera" -#: ../../include/apps.php:242 +#: ../../include/apps.php:247 msgid "Install" msgstr "Installera" -#: ../../include/apps.php:247 +#: ../../include/apps.php:252 msgid "Purchase" msgstr "Köp" -#: ../../include/auth.php:116 -msgid "Logged out." -msgstr "Utloggad." +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nytt fönster" -#: ../../include/auth.php:257 -msgid "Failed authentication" -msgstr "Inloggning misslyckades" +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik" -#: ../../include/auth.php:271 ../../mod/openid.php:190 -msgid "Login failed." -msgstr "Inloggning misslyckades." +#: ../../include/Contact.php:214 ../../mod/admin.php:646 +#, php-format +msgid "User '%s' deleted" +msgstr "Användare '%s' borttagen" -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" -msgstr "Spara i mapp" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Ta bort den här posten?" -#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 -#: ../../mod/photos.php:1023 ../../mod/photos.php:1035 -msgid "View all" -msgstr "Visa alla" +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "[-] visa färre" -#: ../../include/ItemObject.php:151 ../../mod/photos.php:1032 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "ogillar detta" -msgstr[1] "ogillar detta" +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "[+] fäll ut" -#: ../../include/ItemObject.php:179 -msgid "Add Star" -msgstr "Märk" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "[-] fäll ihop" -#: ../../include/ItemObject.php:180 -msgid "Remove Star" -msgstr "Ta bort märkning" +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Lösenord för kort" -#: ../../include/ItemObject.php:181 -msgid "Toggle Star Status" -msgstr "Växla märkning" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Lösenorden stämmer inte överens" -#: ../../include/ItemObject.php:185 -msgid "starred" -msgstr "märkt" +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "alla" -#: ../../include/ItemObject.php:203 -msgid "Add Tag" -msgstr "Lägg till en tagg" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Hemligt lösenord" -#: ../../include/ItemObject.php:221 ../../mod/photos.php:975 -msgid "I like this (toggle)" -msgstr "Jag gillar det här (växla)" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Lösenordsledtråd" -#: ../../include/ItemObject.php:222 ../../mod/photos.php:976 -msgid "I don't like this (toggle)" -msgstr "Jag gillar inte det här (växla)" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Observera: Rättigheter har ändrats men har ännu inte skickats in" -#: ../../include/ItemObject.php:226 -msgid "Share This" -msgstr "Dela det här" +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "stäng alla" -#: ../../include/ItemObject.php:226 -msgid "share" -msgstr "dela" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "Inget nytt här" -#: ../../include/ItemObject.php:236 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d kommentar" -msgstr[1] "%d kommentarer" +#: ../../include/js_strings.php:20 +msgid "timeago.prefixAgo" +msgstr "för" -#: ../../include/ItemObject.php:249 ../../include/ItemObject.php:250 -#, php-format -msgid "View %s's profile - %s" -msgstr "Visa %ss profil - %s" +#: ../../include/js_strings.php:21 +msgid "timeago.prefixFromNow" +msgstr "om" -#: ../../include/ItemObject.php:252 -msgid "to" -msgstr "till" +#: ../../include/js_strings.php:22 +msgid "ago" +msgstr "sedan" -#: ../../include/ItemObject.php:253 -msgid "via" -msgstr "via" +#: ../../include/js_strings.php:23 +msgid "from now" +msgstr " " -#: ../../include/ItemObject.php:254 -msgid "Wall-to-Wall" -msgstr "Vägg-till-vägg" +#: ../../include/js_strings.php:24 +msgid "less than a minute" +msgstr "mindre än en minut" -#: ../../include/ItemObject.php:255 -msgid "via Wall-To-Wall:" -msgstr "via vägg-till-vägg" +#: ../../include/js_strings.php:25 +msgid "about a minute" +msgstr "ungefär en minut" -#: ../../include/ItemObject.php:291 -msgid "Save Bookmarks" -msgstr "Spara bokmärken" +#: ../../include/js_strings.php:26 +#, php-format +msgid "%d minutes" +msgstr "%d minuter" -#: ../../include/ItemObject.php:292 -msgid "Add to Calendar" -msgstr "Lägg till kalendern" +#: ../../include/js_strings.php:27 +msgid "about an hour" +msgstr "ungefär en timme" -#: ../../include/ItemObject.php:301 -msgid "Mark all seen" -msgstr "Märk alla som lästa" +#: ../../include/js_strings.php:28 +#, php-format +msgid "about %d hours" +msgstr "ungefär %d timmar" -#: ../../include/ItemObject.php:306 ../../mod/photos.php:1143 -msgctxt "noun" -msgid "Likes" -msgstr "gillar detta" +#: ../../include/js_strings.php:29 +msgid "a day" +msgstr "en dag" -#: ../../include/ItemObject.php:307 ../../mod/photos.php:1144 -msgctxt "noun" -msgid "Dislikes" -msgstr "ogillar detta" +#: ../../include/js_strings.php:30 +#, php-format +msgid "%d days" +msgstr "%d dagar" -#: ../../include/ItemObject.php:618 ../../mod/photos.php:994 -#: ../../mod/photos.php:1104 -msgid "This is you" -msgstr "Det här är du" +#: ../../include/js_strings.php:31 +msgid "about a month" +msgstr "ungefär en månad" -#: ../../include/ItemObject.php:621 ../../mod/mood.php:135 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/poke.php:166 -#: ../../mod/setup.php:313 ../../mod/setup.php:358 ../../mod/settings.php:563 -#: ../../mod/settings.php:675 ../../mod/settings.php:704 -#: ../../mod/settings.php:728 ../../mod/settings.php:805 -#: ../../mod/settings.php:997 ../../mod/events.php:598 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:93 ../../mod/connedit.php:555 -#: ../../mod/thing.php:284 ../../mod/thing.php:327 ../../mod/profiles.php:633 -#: ../../mod/pdledit.php:58 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:146 ../../mod/group.php:81 -#: ../../mod/import.php:480 ../../mod/admin.php:412 ../../mod/admin.php:723 -#: ../../mod/admin.php:859 ../../mod/admin.php:992 ../../mod/admin.php:1191 -#: ../../mod/admin.php:1278 ../../mod/locs.php:99 ../../mod/mail.php:352 -#: ../../mod/invite.php:142 ../../mod/xchan.php:11 ../../mod/photos.php:594 -#: ../../mod/photos.php:671 ../../mod/photos.php:957 ../../mod/photos.php:997 -#: ../../mod/photos.php:1107 ../../mod/appman.php:99 ../../mod/poll.php:68 -#: ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "Skicka" +#: ../../include/js_strings.php:32 +#, php-format +msgid "%d months" +msgstr "%d månader" -#: ../../include/ItemObject.php:622 -msgid "Bold" -msgstr "Fet" +#: ../../include/js_strings.php:33 +msgid "about a year" +msgstr "ungefär ett år" -#: ../../include/ItemObject.php:623 -msgid "Italic" -msgstr "Kursiv" +#: ../../include/js_strings.php:34 +#, php-format +msgid "%d years" +msgstr "%d år" -#: ../../include/ItemObject.php:624 -msgid "Underline" -msgstr "Understruken" +#: ../../include/js_strings.php:35 +msgid " " +msgstr " " -#: ../../include/ItemObject.php:625 -msgid "Quote" -msgstr "Citat" +#: ../../include/js_strings.php:36 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../include/ItemObject.php:626 -msgid "Code" -msgstr "Kod" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Male" +msgstr "Man" -#: ../../include/ItemObject.php:627 -msgid "Image" -msgstr "Bild" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Female" +msgstr "Kvinna" -#: ../../include/ItemObject.php:628 -msgid "Link" -msgstr "Länk" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Just nu man" -#: ../../include/ItemObject.php:629 -msgid "Video" -msgstr "Video" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Just nu kvinna" -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Rumsnamn saknas" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Mestadels man" -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Rumsnamnet finns redan" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Mestadels kvinna" -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Ogiltig rumsbeskrivning." +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transperson" -#: ../../include/chat.php:105 -msgid "Room not found." -msgstr "Rummet hittades inte." +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Intersexuell" -#: ../../include/chat.php:126 -msgid "Room is full" -msgstr "Rummet är fullt" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transsexuell" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" -msgstr "Ange din nuvarande sinnesstämning och visa för dina vänner" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Hermafrodit" -#: ../../mod/mitem.php:24 ../../mod/menu.php:108 -msgid "Menu not found." -msgstr "Menyn hittades inte." +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Könlös" -#: ../../mod/mitem.php:67 -msgid "Menu element updated." -msgstr "Menyval uppdaterat." +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Ospecificerat" -#: ../../mod/mitem.php:71 -msgid "Unable to update menu element." -msgstr "Kunde inte uppdatera menyval." +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Obestämt" -#: ../../mod/mitem.php:77 -msgid "Menu element added." -msgstr "Menyval tillagt." +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" +msgstr "Män" -#: ../../mod/mitem.php:81 -msgid "Unable to add menu element." -msgstr "Kunde inte lägga till menyval." +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" +msgstr "Kvinnor" -#: ../../mod/mitem.php:111 ../../mod/menu.php:136 ../../mod/xchan.php:37 -msgid "Not found." -msgstr "Hittades inte." +#: ../../include/profile_selectors.php:42 +msgid "Gay" +msgstr "Bög" -#: ../../mod/mitem.php:127 -msgid "Manage Menu Elements" -msgstr "Hantera menyval" +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "Lesbisk" -#: ../../mod/mitem.php:130 -msgid "Edit menu" -msgstr "Redigera meny" +#: ../../include/profile_selectors.php:42 +msgid "No Preference" +msgstr "Ingen preferens" -#: ../../mod/mitem.php:133 -msgid "Edit element" -msgstr "Redigera menyval" +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" +msgstr "Bisexuell" -#: ../../mod/mitem.php:134 -msgid "Drop element" -msgstr "Ta bort menyval" +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" +msgstr "Autosexuell" -#: ../../mod/mitem.php:135 -msgid "New element" -msgstr "Nytt menyval" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" +msgstr "Avhållsam" -#: ../../mod/mitem.php:136 -msgid "Edit this menu container" -msgstr "Redigera den här menysamlaren" +#: ../../include/profile_selectors.php:42 +msgid "Virgin" +msgstr "Oskuld" -#: ../../mod/mitem.php:137 -msgid "Add menu element" -msgstr "Lägg till menyval" +#: ../../include/profile_selectors.php:42 +msgid "Deviant" +msgstr "Avvikande" -#: ../../mod/mitem.php:138 -msgid "Delete this menu item" -msgstr "Ta bort det här menyvalet" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" +msgstr "Fetisch" -#: ../../mod/mitem.php:139 -msgid "Edit this menu item" -msgstr "Redigera det här menyvalet" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" +msgstr "Massor" -#: ../../mod/mitem.php:158 -msgid "New Menu Element" -msgstr "Nytt menyval" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" +msgstr "Ickesexuell" -#: ../../mod/mitem.php:160 ../../mod/mitem.php:203 -msgid "Menu Item Permissions" -msgstr "Behörighet för menyval" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" +msgstr "Singel" -#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1032 -msgid "(click to open/close)" -msgstr "(klicka för att öppna/stänga)" +#: ../../include/profile_selectors.php:80 +msgid "Lonely" +msgstr "Ensam" -#: ../../mod/mitem.php:163 ../../mod/mitem.php:207 -msgid "Link text" -msgstr "Länktext" +#: ../../include/profile_selectors.php:80 +msgid "Available" +msgstr "Ledig" -#: ../../mod/mitem.php:164 ../../mod/mitem.php:208 -msgid "URL of link" -msgstr "Länkens URL" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" +msgstr "Upptagen" -#: ../../mod/mitem.php:165 ../../mod/mitem.php:209 -msgid "Use RedMatrix magic-auth if available" -msgstr "Använd RedMatrix magic-auth om tillgängligt" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" +msgstr "Förälskad" -#: ../../mod/mitem.php:166 ../../mod/mitem.php:210 -msgid "Open link in new window" -msgstr "Öppna länk i nytt fönster" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" +msgstr "Förtrollad" -#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 -msgid "Order in list" -msgstr "Ordningstal i listan" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" +msgstr "Dejtar" -#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 -msgid "Higher numbers will sink to bottom of listing" -msgstr "Större tal sjunker till botten av listan" +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" +msgstr "Otrogen" -#: ../../mod/mitem.php:181 -msgid "Menu item not found." -msgstr "Menyval hittas inte." +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" +msgstr "Sexmissbrukare" -#: ../../mod/mitem.php:190 -msgid "Menu item deleted." -msgstr "Menyval borttaget." +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" +msgstr "Kompisförhållande" -#: ../../mod/mitem.php:192 -msgid "Menu item could not be deleted." -msgstr "Menyval kunde inte tas bort." +#: ../../include/profile_selectors.php:80 +msgid "Casual" +msgstr "Vardaglig" -#: ../../mod/mitem.php:201 -msgid "Edit Menu Element" -msgstr "Redigera menyval" +#: ../../include/profile_selectors.php:80 +msgid "Engaged" +msgstr "Förlovad" -#: ../../mod/mitem.php:213 ../../mod/menu.php:130 -msgid "Modify" -msgstr "Ändra" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" +msgstr "Gift" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" -msgstr "Lite text om vad man kan göra som ny här" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" +msgstr "Inbillat gift" -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Maximalt antal dagliga serverregistreringar överskridet. Försök igen i morgon." +#: ../../include/profile_selectors.php:80 +msgid "Partners" +msgstr "Partner" -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Välj huruvida du accepterar användarvillkoren. Registrering misslyckades." +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" +msgstr "Bor ihop" -#: ../../mod/register.php:84 -msgid "Passwords do not match." -msgstr "Lösenorden stämmer inte överens." +#: ../../include/profile_selectors.php:80 +msgid "Common law" +msgstr "Sambo" -#: ../../mod/register.php:117 -msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "Registrering lyckades. Kontrollera din e-post för valideringsinstruktioner." +#: ../../include/profile_selectors.php:80 +msgid "Happy" +msgstr "Lycklig" -#: ../../mod/register.php:123 -msgid "Your registration is pending approval by the site owner." -msgstr "Din registrering väntar på att bli godkänd av serverägaren." +#: ../../include/profile_selectors.php:80 +msgid "Not looking" +msgstr "Letar inte" -#: ../../mod/register.php:126 -msgid "Your registration can not be processed." -msgstr "Din registrering kan inte behandlas." +#: ../../include/profile_selectors.php:80 +msgid "Swinger" +msgstr "Swinger" -#: ../../mod/register.php:163 -msgid "Registration on this site/hub is by approval only." -msgstr "Registrering på den här servern/hubben måste godkännas." +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" +msgstr "Bedragen" -#: ../../mod/register.php:164 -msgid "Register at another affiliated site/hub" -msgstr "Skapa konto på en annan ansluten server/hubb" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" +msgstr "Separerad" -#: ../../mod/register.php:174 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Antal dagliga registreringar som tillåts på den här servern har överskridits. Försök igen i morgon." +#: ../../include/profile_selectors.php:80 +msgid "Unstable" +msgstr "Instabilt" -#: ../../mod/register.php:185 -msgid "Terms of Service" -msgstr "användarvillkor" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" +msgstr "Skild" -#: ../../mod/register.php:191 -#, php-format -msgid "I accept the %s for this website" -msgstr "Jag accepterar den här webbplatsens %s" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" +msgstr "Inbillat skild" -#: ../../mod/register.php:193 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Jag är över 13 år och accepterar den här webbplatsens %s" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" +msgstr "Änka" -#: ../../mod/register.php:207 ../../mod/admin.php:413 -msgid "Registration" -msgstr "Registrering" +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" +msgstr "Osäkert" -#: ../../mod/register.php:212 -msgid "Membership on this site is by invitation only." -msgstr "Medlemskap på den här servern kan endast fås genom inbjudan." +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" +msgstr "Det är komplicerat" -#: ../../mod/register.php:213 -msgid "Please enter your invitation code" -msgstr "Ange din inbjudningskod" +#: ../../include/profile_selectors.php:80 +msgid "Don't care" +msgstr "Bryr mig inte" -#: ../../mod/register.php:216 -msgid "Your email address" -msgstr "Din e-postadress" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" +msgstr "Fråga mig" -#: ../../mod/register.php:217 -msgid "Choose a password" -msgstr "Välj ett lösenord" +#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1539 +msgid "Logout" +msgstr "Logga ut" -#: ../../mod/register.php:218 -msgid "Please re-enter your password" -msgstr "Ange lösenordet igen" +#: ../../include/nav.php:95 ../../include/nav.php:128 +msgid "End this session" +msgstr "Avsluta sessionen" -#: ../../mod/filer.php:49 -msgid "- select -" -msgstr "- välj -" +#: ../../include/nav.php:98 ../../include/nav.php:159 +msgid "Home" +msgstr "Hem" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Ogiltigt profil-ID." +#: ../../include/nav.php:98 +msgid "Your posts and conversations" +msgstr "Dina inlägg och konversationer" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Redigera profilsynlighet" +#: ../../include/nav.php:99 +msgid "Your profile page" +msgstr "Din profilsida" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Klicka på en kontakt för att lägga till eller ta bort." +#: ../../include/nav.php:101 +msgid "Edit Profiles" +msgstr "Redigera profiler" -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Kan ses av" +#: ../../include/nav.php:101 +msgid "Manage/Edit profiles" +msgstr "Hantera/redigera profiler" -#: ../../mod/profperm.php:139 ../../mod/connections.php:279 -msgid "All Connections" -msgstr "Alla kontakter" +#: ../../include/nav.php:103 +msgid "Edit your profile" +msgstr "Redigera din profil" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Misslyckades att skapa källa. Ingen kanal vald." +#: ../../include/nav.php:105 +msgid "Your photos" +msgstr "Dina foton" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Källa skapad." +#: ../../include/nav.php:106 +msgid "Your files" +msgstr "Dina filer" -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Källa uppdaterad." +#: ../../include/nav.php:111 +msgid "Your chatrooms" +msgstr "Dina chattrum" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../include/nav.php:117 +msgid "Your bookmarks" +msgstr "Dina bokmärken" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Hantera fjärrkällor med innehåll för din kanal." +#: ../../include/nav.php:121 +msgid "Your webpages" +msgstr "Dina webbsidor" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Ny källa" +#: ../../include/nav.php:125 +msgid "Sign in" +msgstr "Logga in" -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importera allt eller valt innehåll från följande kanal till den här kanalen och distribuera det enligt dina kanalinställningar." +#: ../../include/nav.php:142 +#, php-format +msgid "%s - click to logout" +msgstr "%s - klicka för att logga ut" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importera endast innehåll med de här orden (ett per rad)" +#: ../../include/nav.php:145 +msgid "Remote authentication" +msgstr "Fjärrinloggning" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Lämna blankt för att importera allt offentligt innehåll" +#: ../../include/nav.php:145 +msgid "Click to authenticate to your home hub" +msgstr "Klicka för att autentisera mot din hemmahubb" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:112 -msgid "Channel Name" -msgstr "Kanalnamn" +#: ../../include/nav.php:159 +msgid "Home Page" +msgstr "Hemsida" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Källa hittades inte." +#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1516 +msgid "Register" +msgstr "Skapa konto" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Redigera källa" +#: ../../include/nav.php:163 +msgid "Create an account" +msgstr "Skapa ett konto" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Ta bort källa" +#: ../../include/nav.php:168 +msgid "Help and documentation" +msgstr "Hjälp och dokumentation" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Källa borttagen" +#: ../../include/nav.php:171 +msgid "Applications, utilities, links, games" +msgstr "Applikationer, verktyg, länkar, spel" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Kunde inte ta bort källa." +#: ../../include/nav.php:173 +msgid "Search site content" +msgstr "Sök innehåll" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Puffa/stöt till" +#: ../../include/nav.php:176 +msgid "Channel Directory" +msgstr "Kanalkatalog" -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "puffa, stöt till eller gör andra saker mot någon" +#: ../../include/nav.php:190 +msgid "Your matrix" +msgstr "Din matris" -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Mottagare" +#: ../../include/nav.php:191 +msgid "Mark all matrix notifications seen" +msgstr "Märk alla matrisnotifieringar som lästa" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "Välj vad du önskar göra med mottagaren" +#: ../../include/nav.php:193 +msgid "Channel home" +msgstr "Kanalhem" -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Gör det här inlägget privat" +#: ../../include/nav.php:194 +msgid "Mark all channel notifications seen" +msgstr "Märk alla kanalnotifieringar som lästa" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Tillåt anslutning av applikation" +#: ../../include/nav.php:197 ../../mod/connections.php:406 +msgid "Connections" +msgstr "Kontakter" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Återgå till din applikation och ange den här säkerhetskoden:" +#: ../../include/nav.php:200 +msgid "Notices" +msgstr "Meddelanden" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Logga in för att fortsätta." +#: ../../include/nav.php:200 +msgid "Notifications" +msgstr "Notifieringar" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Vill du låta den här applikationen få tillgång till dina inlägg och kontakter, och/eller skapa nya inlägg åt dig?" +#: ../../include/nav.php:201 +msgid "See all notifications" +msgstr "Se alla notifieringar" -#: ../../mod/api.php:105 ../../mod/settings.php:937 ../../mod/settings.php:942 -#: ../../mod/settings.php:1025 ../../mod/profiles.php:591 -#: ../../mod/admin.php:392 -msgid "Yes" -msgstr "Ja" +#: ../../include/nav.php:202 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Märk alla systemnotifieringar som lästa" -#: ../../mod/api.php:106 ../../mod/settings.php:937 ../../mod/settings.php:942 -#: ../../mod/settings.php:1025 ../../mod/profiles.php:592 -#: ../../mod/admin.php:390 -msgid "No" -msgstr "Nej" +#: ../../include/nav.php:204 +msgid "Private mail" +msgstr "Privat meddelande" -#: ../../mod/search.php:13 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 ../../mod/directory.php:15 -#: ../../mod/photos.php:458 -msgid "Public access denied." -msgstr "Offentlig behörighet saknas." +#: ../../include/nav.php:205 +msgid "See all private messages" +msgstr "Se alla privata meddelanden" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Post inte tillgänglig." +#: ../../include/nav.php:206 +msgid "Mark all private messages seen" +msgstr "Märk alla privata meddelanden som lästa" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "Hämtning av URL returnerade fel: %1$s" +#: ../../include/nav.php:207 +msgid "Inbox" +msgstr "Inkorg" -#: ../../mod/block.php:27 ../../mod/page.php:33 -msgid "Invalid item." -msgstr "Ogiltig post." +#: ../../include/nav.php:208 +msgid "Outbox" +msgstr "Utkorg" -#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 -msgid "Channel not found." -msgstr "Kanalen hittas inte." +#: ../../include/nav.php:212 +msgid "Event Calendar" +msgstr "Kalender" -#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 -#: ../../mod/page.php:81 ../../index.php:241 -msgid "Page not found." -msgstr "Sidan hittas inte." +#: ../../include/nav.php:213 +msgid "See all events" +msgstr "Se alla händelser" -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s följer %2$ss %3$s" +#: ../../include/nav.php:214 +msgid "Mark all events seen" +msgstr "Märk alla händelser som lästa" -#: ../../mod/blocks.php:99 -msgid "Block Name" -msgstr "Blocknamn" +#: ../../include/nav.php:216 +msgid "Manage Your Channels" +msgstr "Hantera dina kanaler" -#: ../../mod/setup.php:166 -msgid "Red Matrix Server - Setup" -msgstr "Red Matrix-server - inställningar" +#: ../../include/nav.php:218 +msgid "Account/Channel Settings" +msgstr "Konto-/kanalinställningar" -#: ../../mod/setup.php:172 -msgid "Could not connect to database." -msgstr "Kunde inte ansluta till databasen." +#: ../../include/nav.php:226 ../../mod/admin.php:123 +msgid "Admin" +msgstr "Administration" -#: ../../mod/setup.php:176 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS." +#: ../../include/nav.php:226 +msgid "Site Setup and Configuration" +msgstr "Serverinställning och -konfiguration" -#: ../../mod/setup.php:183 -msgid "Could not create table." -msgstr "Kunde inte skapa tabell." +#: ../../include/nav.php:262 +msgid "@name, #tag, content" +msgstr "@namn, #tagg, innehåll" -#: ../../mod/setup.php:189 -msgid "Your site database has been installed." -msgstr "Din serverdatabas har installerats." +#: ../../include/nav.php:263 +msgid "Please wait..." +msgstr "Vänta..." -#: ../../mod/setup.php:194 +#: ../../include/security.php:357 msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "Du kan behöva importera filen \"install/schema_xxx.sql\" manuellt med en databasklient." - -#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Se filen \"install/INSTALL.txt\"." +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "Formulärets kontrollkod var inte korrekt. Antagligen beror det på att formuläret har varit öppet för länge (> 3 timmar) innan det skickades." -#: ../../mod/setup.php:261 -msgid "System check" -msgstr "Systemkontroll" +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "Ange din nuvarande sinnesstämning och visa för dina vänner" -#: ../../mod/setup.php:265 ../../mod/events.php:445 ../../mod/photos.php:868 -msgid "Next" -msgstr "Nästa" +#: ../../mod/register.php:44 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Maximalt antal dagliga serverregistreringar överskridet. Försök igen i morgon." -#: ../../mod/setup.php:266 -msgid "Check again" -msgstr "Kontrollera igen" +#: ../../mod/register.php:50 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Välj huruvida du accepterar användarvillkoren. Registrering misslyckades." -#: ../../mod/setup.php:289 -msgid "Database connection" -msgstr "Databasanslutning" +#: ../../mod/register.php:84 +msgid "Passwords do not match." +msgstr "Lösenorden stämmer inte överens." -#: ../../mod/setup.php:290 +#: ../../mod/register.php:117 msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas." +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registrering lyckades. Kontrollera din e-post för valideringsinstruktioner." -#: ../../mod/setup.php:291 +#: ../../mod/register.php:123 +msgid "Your registration is pending approval by the site owner." +msgstr "Din registrering väntar på att bli godkänd av serverägaren." + +#: ../../mod/register.php:126 +msgid "Your registration can not be processed." +msgstr "Din registrering kan inte behandlas." + +#: ../../mod/register.php:163 +msgid "Registration on this site/hub is by approval only." +msgstr "Registrering på den här servern/hubben måste godkännas." + +#: ../../mod/register.php:164 +msgid "Register at another affiliated site/hub" +msgstr "Skapa konto på en annan ansluten server/hubb" + +#: ../../mod/register.php:174 msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Kontakta din servervärd eller administratör om du har frågor om de här inställningarna." +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Antal dagliga registreringar som tillåts på den här servern har överskridits. Försök igen i morgon." + +#: ../../mod/register.php:185 +msgid "Terms of Service" +msgstr "användarvillkor" + +#: ../../mod/register.php:191 +#, php-format +msgid "I accept the %s for this website" +msgstr "Jag accepterar den här webbplatsens %s" + +#: ../../mod/register.php:193 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Jag är över 13 år och accepterar den här webbplatsens %s" + +#: ../../mod/register.php:207 ../../mod/admin.php:413 +msgid "Registration" +msgstr "Registrering" + +#: ../../mod/register.php:212 +msgid "Membership on this site is by invitation only." +msgstr "Medlemskap på den här servern kan endast fås genom inbjudan." + +#: ../../mod/register.php:213 +msgid "Please enter your invitation code" +msgstr "Ange din inbjudningskod" + +#: ../../mod/register.php:216 +msgid "Your email address" +msgstr "Din e-postadress" + +#: ../../mod/register.php:217 +msgid "Choose a password" +msgstr "Välj ett lösenord" + +#: ../../mod/register.php:218 +msgid "Please re-enter your password" +msgstr "Ange lösenordet igen" + +#: ../../mod/mitem.php:24 ../../mod/menu.php:108 +msgid "Menu not found." +msgstr "Menyn hittades inte." + +#: ../../mod/mitem.php:67 +msgid "Menu element updated." +msgstr "Menyval uppdaterat." + +#: ../../mod/mitem.php:71 +msgid "Unable to update menu element." +msgstr "Kunde inte uppdatera menyval." + +#: ../../mod/mitem.php:77 +msgid "Menu element added." +msgstr "Menyval tillagt." + +#: ../../mod/mitem.php:81 +msgid "Unable to add menu element." +msgstr "Kunde inte lägga till menyval." + +#: ../../mod/mitem.php:111 ../../mod/menu.php:136 ../../mod/xchan.php:37 +msgid "Not found." +msgstr "Hittades inte." + +#: ../../mod/mitem.php:127 +msgid "Manage Menu Elements" +msgstr "Hantera menyval" + +#: ../../mod/mitem.php:130 +msgid "Edit menu" +msgstr "Redigera meny" + +#: ../../mod/mitem.php:133 +msgid "Edit element" +msgstr "Redigera menyval" + +#: ../../mod/mitem.php:134 +msgid "Drop element" +msgstr "Ta bort menyval" + +#: ../../mod/mitem.php:135 +msgid "New element" +msgstr "Nytt menyval" + +#: ../../mod/mitem.php:136 +msgid "Edit this menu container" +msgstr "Redigera den här menysamlaren" + +#: ../../mod/mitem.php:137 +msgid "Add menu element" +msgstr "Lägg till menyval" + +#: ../../mod/mitem.php:138 +msgid "Delete this menu item" +msgstr "Ta bort det här menyvalet" + +#: ../../mod/mitem.php:139 +msgid "Edit this menu item" +msgstr "Redigera det här menyvalet" + +#: ../../mod/mitem.php:158 +msgid "New Menu Element" +msgstr "Nytt menyval" + +#: ../../mod/mitem.php:160 ../../mod/mitem.php:203 +msgid "Menu Item Permissions" +msgstr "Behörighet för menyval" + +#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1039 +msgid "(click to open/close)" +msgstr "(klicka för att öppna/stänga)" + +#: ../../mod/mitem.php:163 ../../mod/mitem.php:207 +msgid "Link text" +msgstr "Länktext" + +#: ../../mod/mitem.php:164 ../../mod/mitem.php:208 +msgid "URL of link" +msgstr "Länkens URL" + +#: ../../mod/mitem.php:165 ../../mod/mitem.php:209 +msgid "Use RedMatrix magic-auth if available" +msgstr "Använd RedMatrix magic-auth om tillgängligt" + +#: ../../mod/mitem.php:166 ../../mod/mitem.php:210 +msgid "Open link in new window" +msgstr "Öppna länk i nytt fönster" + +#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 +msgid "Order in list" +msgstr "Ordningstal i listan" + +#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Större tal sjunker till botten av listan" + +#: ../../mod/mitem.php:181 +msgid "Menu item not found." +msgstr "Menyval hittas inte." + +#: ../../mod/mitem.php:190 +msgid "Menu item deleted." +msgstr "Menyval borttaget." + +#: ../../mod/mitem.php:192 +msgid "Menu item could not be deleted." +msgstr "Menyval kunde inte tas bort." + +#: ../../mod/mitem.php:201 +msgid "Edit Menu Element" +msgstr "Redigera menyval" + +#: ../../mod/mitem.php:213 ../../mod/menu.php:130 +msgid "Modify" +msgstr "Ändra" + +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Lite text om vad man kan göra som ny här" + +#: ../../mod/settings.php:73 +msgid "Name is required" +msgstr "Namn är obligatoriskt" + +#: ../../mod/settings.php:77 +msgid "Key and Secret are required" +msgstr "Nyckel och kod är obligatoriska" + +#: ../../mod/settings.php:213 +msgid "Passwords do not match. Password unchanged." +msgstr "Lösenorden stämmer inte överens. Lösenordet har inte ändrats." + +#: ../../mod/settings.php:217 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Tomma lösenord tillåts inte. Lösenordet har inte ändrats." + +#: ../../mod/settings.php:231 +msgid "Password changed." +msgstr "Lösenordet ändrat." + +#: ../../mod/settings.php:233 +msgid "Password update failed. Please try again." +msgstr "Lösenordsuppdatering misslyckades. Försök igen." + +#: ../../mod/settings.php:247 +msgid "Not valid email." +msgstr "Inte en giltig e-postadress." + +#: ../../mod/settings.php:250 +msgid "Protected email address. Cannot change to that email." +msgstr "Skyddad e-postadress. Kan inte ändra till den." + +#: ../../mod/settings.php:259 +msgid "System failure storing new email. Please try again." +msgstr "Systemfel när ny e-postadress skulle sparas. Försök igen." + +#: ../../mod/settings.php:495 +msgid "Settings updated." +msgstr "Inställningar uppdaterade." + +#: ../../mod/settings.php:564 ../../mod/settings.php:590 +#: ../../mod/settings.php:626 +msgid "Add application" +msgstr "Lägg till applikation" + +#: ../../mod/settings.php:567 +msgid "Name of application" +msgstr "Applikationens namn" + +#: ../../mod/settings.php:568 ../../mod/settings.php:594 +msgid "Consumer Key" +msgstr "Nyckel för konsument" + +#: ../../mod/settings.php:568 ../../mod/settings.php:569 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Automatiskt genererad - ändra om så önskas. Maxlängd 20" + +#: ../../mod/settings.php:569 ../../mod/settings.php:595 +msgid "Consumer Secret" +msgstr "Kod för konsument" + +#: ../../mod/settings.php:570 ../../mod/settings.php:596 +msgid "Redirect" +msgstr "Omdirigering" + +#: ../../mod/settings.php:570 +msgid "" +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "Omdirigerings-URI - lämna blankt om inte din applikation specifikt behöver det" + +#: ../../mod/settings.php:571 ../../mod/settings.php:597 +msgid "Icon url" +msgstr "Ikon-URL" + +#: ../../mod/settings.php:571 +msgid "Optional" +msgstr "Frivillig" + +#: ../../mod/settings.php:582 +msgid "You can't edit this application." +msgstr "Du kan inte redigera den här applikationen." + +#: ../../mod/settings.php:625 +msgid "Connected Apps" +msgstr "Anslutna appar" + +#: ../../mod/settings.php:629 +msgid "Client key starts with" +msgstr "Klientnyckel börjar med" + +#: ../../mod/settings.php:630 +msgid "No name" +msgstr "Inget namn" + +#: ../../mod/settings.php:631 +msgid "Remove authorization" +msgstr "Ta bort behörighet" + +#: ../../mod/settings.php:642 +msgid "No feature settings configured" +msgstr "Inga funktionsinställningar konfigurerade" + +#: ../../mod/settings.php:650 +msgid "Feature Settings" +msgstr "Funktionsinställningar" + +#: ../../mod/settings.php:673 +msgid "Account Settings" +msgstr "Kontoinställningar" + +#: ../../mod/settings.php:674 +msgid "Password Settings" +msgstr "Lösenordsinställningar" + +#: ../../mod/settings.php:675 +msgid "New Password:" +msgstr "Nytt lösenord:" + +#: ../../mod/settings.php:676 +msgid "Confirm:" +msgstr "Bekräfta:" + +#: ../../mod/settings.php:676 +msgid "Leave password fields blank unless changing" +msgstr "Lämna lösenordsfälten blanka om lösenordet inte ska ändras" + +#: ../../mod/settings.php:678 ../../mod/settings.php:1013 +msgid "Email Address:" +msgstr "E-postadress" + +#: ../../mod/settings.php:679 ../../mod/removeaccount.php:61 +msgid "Remove Account" +msgstr "Ta bort konto" + +#: ../../mod/settings.php:680 +msgid "Remove this account from this server including all its channels" +msgstr "Ta bort det här kontot från servern, inklusive alla dess kanaler" -#: ../../mod/setup.php:292 +#: ../../mod/settings.php:681 ../../mod/settings.php:1095 +msgid "Warning: This action is permanent and cannot be reversed." +msgstr "Varning: Den här handlingen är permanent och kan inte återställas." + +#: ../../mod/settings.php:697 +msgid "Off" +msgstr "Av" + +#: ../../mod/settings.php:697 +msgid "On" +msgstr "På" + +#: ../../mod/settings.php:704 +msgid "Additional Features" +msgstr "Ytterligare funktioner" + +#: ../../mod/settings.php:729 +msgid "Connector Settings" +msgstr "Anslutningsinställningar" + +#: ../../mod/settings.php:768 +msgid "No special theme for mobile devices" +msgstr "Inget särskilt tema för mobila enheter" + +#: ../../mod/settings.php:771 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (experimentellt)" + +#: ../../mod/settings.php:774 ../../mod/admin.php:363 +msgid "mobile" +msgstr "mobilt" + +#: ../../mod/settings.php:810 +msgid "Display Settings" +msgstr "Utseende" + +#: ../../mod/settings.php:816 +msgid "Display Theme:" +msgstr "Tema för utseende:" + +#: ../../mod/settings.php:817 +msgid "Mobile Theme:" +msgstr "Mobilt tema:" + +#: ../../mod/settings.php:818 +msgid "Enable user zoom on mobile devices" +msgstr "Tillåt användare att zooma på mobila enheter" + +#: ../../mod/settings.php:819 +msgid "Update browser every xx seconds" +msgstr "Uppdatera webbläsaren var xx sekund" + +#: ../../mod/settings.php:819 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minst 10 sekunder, inget maximum" + +#: ../../mod/settings.php:820 +msgid "Maximum number of conversations to load at any time:" +msgstr "Högsta antal konversationer att ladda åt gången:" + +#: ../../mod/settings.php:820 +msgid "Maximum of 100 items" +msgstr "Maximalt 100 poster" + +#: ../../mod/settings.php:821 +msgid "Don't show emoticons" +msgstr "Visa inte känsloikoner" + +#: ../../mod/settings.php:822 +msgid "Link post titles to source" +msgstr "Länka inläggstitlar till källan" + +#: ../../mod/settings.php:823 +msgid "System Page Layout Editor - (advanced)" +msgstr "Redigera systemets sidlayout (avancerat)" + +#: ../../mod/settings.php:826 +msgid "Use blog/list mode on channel page" +msgstr "Använd blogg-/listläge på kanalsida" + +#: ../../mod/settings.php:826 ../../mod/settings.php:827 +msgid "(comments displayed separately)" +msgstr "(kommentarer visas separat)" + +#: ../../mod/settings.php:827 +msgid "Use blog/list mode on matrix page" +msgstr "Använd blogg-/listläge på matrissida" + +#: ../../mod/settings.php:828 +msgid "Channel page max height of content (in pixels)" +msgstr "Maxhöjd för innehåll på kanalsidor (i pixels)" + +#: ../../mod/settings.php:828 ../../mod/settings.php:829 +msgid "click to expand content exceeding this height" +msgstr "klicka för att fälla ut innehåll som överskrider den här höjden" + +#: ../../mod/settings.php:829 +msgid "Matrix page max height of content (in pixels)" +msgstr "Maxhöjd för innehåll på matrissidan (i pixels)" + +#: ../../mod/settings.php:863 +msgid "Nobody except yourself" +msgstr "Ingen utom dig själv" + +#: ../../mod/settings.php:864 +msgid "Only those you specifically allow" +msgstr "Endast utvalda" + +#: ../../mod/settings.php:865 +msgid "Approved connections" +msgstr "Godkända kontakter" + +#: ../../mod/settings.php:866 +msgid "Any connections" +msgstr "Alla kontakter" + +#: ../../mod/settings.php:867 +msgid "Anybody on this website" +msgstr "Vem som helst på den här servern" + +#: ../../mod/settings.php:868 +msgid "Anybody in this network" +msgstr "Vem som helst i det här nätverket" + +#: ../../mod/settings.php:869 +msgid "Anybody authenticated" +msgstr "Vem som helst som har autentiserat sig" + +#: ../../mod/settings.php:870 +msgid "Anybody on the internet" +msgstr "Vem som helst på Internet" + +#: ../../mod/settings.php:944 +msgid "Publish your default profile in the network directory" +msgstr "Publicera din standardprofil i nätverkskatalogen" + +#: ../../mod/settings.php:944 ../../mod/settings.php:949 +#: ../../mod/settings.php:1032 ../../mod/api.php:106 +#: ../../mod/profiles.php:592 ../../mod/admin.php:390 +msgid "No" +msgstr "Nej" + +#: ../../mod/settings.php:944 ../../mod/settings.php:949 +#: ../../mod/settings.php:1032 ../../mod/api.php:105 +#: ../../mod/profiles.php:591 ../../mod/admin.php:392 +msgid "Yes" +msgstr "Ja" + +#: ../../mod/settings.php:949 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Tillåt oss att föreslå dig som möjlig vän för nya medlemmar" + +#: ../../mod/settings.php:953 ../../mod/profile_photo.php:365 +msgid "or" +msgstr "eller" + +#: ../../mod/settings.php:958 +msgid "Your channel address is" +msgstr "Din kanaladress är" + +#: ../../mod/settings.php:1002 +msgid "Channel Settings" +msgstr "Kanalinställningar" + +#: ../../mod/settings.php:1011 +msgid "Basic Settings" +msgstr "Grundläggande inställningar" + +#: ../../mod/settings.php:1014 +msgid "Your Timezone:" +msgstr "Din tidszon:" + +#: ../../mod/settings.php:1015 +msgid "Default Post Location:" +msgstr "Standardplats:" + +#: ../../mod/settings.php:1015 +msgid "Geographical location to display on your posts" +msgstr "Geografisk plats att visa för dina inlägg" + +#: ../../mod/settings.php:1016 +msgid "Use Browser Location:" +msgstr "Använd webbläsarens position:" + +#: ../../mod/settings.php:1018 +msgid "Adult Content" +msgstr "Innehåll olämpligt för barn" + +#: ../../mod/settings.php:1018 msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Databasen du anger nedan måste finnas. Om den inte gör det, skapa den innan du fortsätter." +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Den här kanalen publicerar ofta eller regelbundet innehåll som är olämpligt för barn. (Tagga allt pornografiskt material och/eller nakenhet med #NSFW, tack)" -#: ../../mod/setup.php:296 -msgid "Database Server Name" -msgstr "Databasserver" +#: ../../mod/settings.php:1020 +msgid "Security and Privacy Settings" +msgstr "Säkerhets- och integritetsinställningar" -#: ../../mod/setup.php:296 -msgid "Default is localhost" -msgstr "Standard är localhost" +#: ../../mod/settings.php:1022 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "Dina behörigheter har redan ställts in. Klicka för att visa/ändra" -#: ../../mod/setup.php:297 -msgid "Database Port" -msgstr "Databasport" +#: ../../mod/settings.php:1024 +msgid "Hide my online presence" +msgstr "Visa inte min online-närvaro" -#: ../../mod/setup.php:297 -msgid "Communication port number - use 0 for default" -msgstr "Kommunikationsportnummer - använd 0 för standardinställning" +#: ../../mod/settings.php:1024 +msgid "Prevents displaying in your profile that you are online" +msgstr "Förhindrar att det syns i din profil att du är online" -#: ../../mod/setup.php:298 -msgid "Database Login Name" -msgstr "Loginnamn till databas" +#: ../../mod/settings.php:1026 +msgid "Simple Privacy Settings:" +msgstr "Enkla integritetsinställningar:" -#: ../../mod/setup.php:299 -msgid "Database Login Password" -msgstr "Lösenord till databas" +#: ../../mod/settings.php:1027 +msgid "" +"Very Public - extremely permissive (should be used with caution)" +msgstr "Väldigt offentligt - extremt tillåtande (bör användas försiktigt)" -#: ../../mod/setup.php:300 -msgid "Database Name" -msgstr "Databasnamn" +#: ../../mod/settings.php:1028 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "Typiskt - offentligt som standard, privat när så önskas (liknande behörigheter som på sociala nätverk men med förbättrad integritet)" -#: ../../mod/setup.php:301 -msgid "Database Type" -msgstr "Databastyp" +#: ../../mod/settings.php:1029 +msgid "Private - default private, never open or public" +msgstr "Privat - privat som standard, aldrig öppet eller offentligt" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "Site administrator email address" -msgstr "Serveradministratörens e-postadress" +#: ../../mod/settings.php:1030 +msgid "Blocked - default blocked to/from everybody" +msgstr "Blockera - som standard blockerat till/från alla" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 +#: ../../mod/settings.php:1032 +msgid "Allow others to tag your posts" +msgstr "Låt andra tagga dina inlägg" + +#: ../../mod/settings.php:1032 msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Ditt kontos e-postadress måste stämma med den här för att webbgränssnittet för administration ska kunna användas." +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Ofta använt av gemenskapen för att i efterhand flagga olämpligt innehåll" -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Website URL" -msgstr "Webbplatsens URL" +#: ../../mod/settings.php:1034 +msgid "Advanced Privacy Settings" +msgstr "Avancerade integritetsinställningar" -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Please use SSL (https) URL if available." -msgstr "Ange en URL med SSL (https) om tillgängligt" +#: ../../mod/settings.php:1036 +msgid "Expire other channel content after this many days" +msgstr "Låt annat kanalinnehåll upphöra efter efter så här många dagar" -#: ../../mod/setup.php:307 ../../mod/setup.php:352 -msgid "Please select a default timezone for your website" -msgstr "Välj en standardtidszon för din webbplats" +#: ../../mod/settings.php:1036 +msgid "0 or blank prevents expiration" +msgstr "0 eller blankt förhindrar upphörande" -#: ../../mod/setup.php:335 -msgid "Site settings" -msgstr "Serverinställningar" +#: ../../mod/settings.php:1037 +msgid "Maximum Friend Requests/Day:" +msgstr "Högsta antal vänförfrågningar per dag:" + +#: ../../mod/settings.php:1037 +msgid "May reduce spam activity" +msgstr "Kan reducera spamaktivitet" + +#: ../../mod/settings.php:1038 +msgid "Default Post Permissions" +msgstr "Standardbehörighet för inlägg" + +#: ../../mod/settings.php:1043 +msgid "Channel permissions category:" +msgstr "Kanalens behörighetskategori:" + +#: ../../mod/settings.php:1051 +msgid "Maximum private messages per day from unknown people:" +msgstr "Högsta antal privata meddelanden per dag från okända personer:" -#: ../../mod/setup.php:395 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH." +#: ../../mod/settings.php:1051 +msgid "Useful to reduce spamming" +msgstr "Användbart för att minska skräputskick" -#: ../../mod/setup.php:396 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "Om du inte har en kommandoradsversion av PHP installerad på servern kommer du inte att kunna köra bakgrundshämtning via cron." +#: ../../mod/settings.php:1054 +msgid "Notification Settings" +msgstr "Notifieringsinställningar" -#: ../../mod/setup.php:400 -msgid "PHP executable path" -msgstr "Sökväg till PHP-programmet" +#: ../../mod/settings.php:1055 +msgid "By default post a status message when:" +msgstr "Skicka som standard ett statusmeddelande när:" -#: ../../mod/setup.php:400 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen." +#: ../../mod/settings.php:1056 +msgid "accepting a friend request" +msgstr "du accepterar en vänförfrågan" -#: ../../mod/setup.php:405 -msgid "Command line PHP" -msgstr "Kommandorads-PHP" +#: ../../mod/settings.php:1057 +msgid "joining a forum/community" +msgstr "du går med i ett forum/en gemenskap" -#: ../../mod/setup.php:414 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Kommandoradsversionen av PHP på ditt system har inte \"register_argc_argv\" aktiverat." +#: ../../mod/settings.php:1058 +msgid "making an interesting profile change" +msgstr "du gör en intressant ändring av profilen" -#: ../../mod/setup.php:415 -msgid "This is required for message delivery to work." -msgstr "Det här behövs för att meddelandeleverans ska fungera." +#: ../../mod/settings.php:1059 +msgid "Send a notification email when:" +msgstr "Skicka en notifiering via e-post när:" -#: ../../mod/setup.php:417 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../mod/settings.php:1060 +msgid "You receive a connection request" +msgstr "Du får en kontaktförfrågan" -#: ../../mod/setup.php:438 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Fel: \"openssl_pkey_new\"-funktionen på det här systemet kan inte generera kryptonycklar" +#: ../../mod/settings.php:1061 +msgid "Your connections are confirmed" +msgstr "Dina kontakter bekräftas" -#: ../../mod/setup.php:439 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"." +#: ../../mod/settings.php:1062 +msgid "Someone writes on your profile wall" +msgstr "Någon skriver på din profilvägg" -#: ../../mod/setup.php:441 -msgid "Generate encryption keys" -msgstr "Generera kryptonycklar" +#: ../../mod/settings.php:1063 +msgid "Someone writes a followup comment" +msgstr "Någon skriver en uppföljande kommentar" -#: ../../mod/setup.php:448 -msgid "libCurl PHP module" -msgstr "PHP-modulen libCurl" +#: ../../mod/settings.php:1064 +msgid "You receive a private message" +msgstr "Du tar emot ett privat meddelande" -#: ../../mod/setup.php:449 -msgid "GD graphics PHP module" -msgstr "PHP-modulen GD graphics" +#: ../../mod/settings.php:1065 +msgid "You receive a friend suggestion" +msgstr "Du tar emot ett vänförslag" -#: ../../mod/setup.php:450 -msgid "OpenSSL PHP module" -msgstr "PHP-modulen OpenSSL" +#: ../../mod/settings.php:1066 +msgid "You are tagged in a post" +msgstr "Du taggas i ett inlägg" -#: ../../mod/setup.php:451 -msgid "mysqli or postgres PHP module" -msgstr "PHP-modulen mysqli eller postgres" +#: ../../mod/settings.php:1067 +msgid "You are poked/prodded/etc. in a post" +msgstr "Du puffas/stöts till/etc. i ett inlägg" -#: ../../mod/setup.php:452 -msgid "mb_string PHP module" -msgstr "PHP-modulen mb_string" +#: ../../mod/settings.php:1070 +msgid "Show visual notifications including:" +msgstr "Visa visuella notifieringar vid:" -#: ../../mod/setup.php:453 -msgid "mcrypt PHP module" -msgstr "PHP-modulen mcrypt" +#: ../../mod/settings.php:1072 +msgid "Unseen matrix activity" +msgstr "Oläst matrisaktivitet" -#: ../../mod/setup.php:458 ../../mod/setup.php:460 -msgid "Apache mod_rewrite module" -msgstr "Apache-modulen mod_rewrite" +#: ../../mod/settings.php:1073 +msgid "Unseen channel activity" +msgstr "Oläst kanalaktivitet" -#: ../../mod/setup.php:458 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad." +#: ../../mod/settings.php:1074 +msgid "Unseen private messages" +msgstr "Olästa privata meddelanden" -#: ../../mod/setup.php:464 ../../mod/setup.php:467 -msgid "proc_open" -msgstr "proc_open" +#: ../../mod/settings.php:1074 ../../mod/settings.php:1079 +#: ../../mod/settings.php:1080 ../../mod/settings.php:1081 +msgid "Recommended" +msgstr "Rekommenderas" -#: ../../mod/setup.php:464 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini" +#: ../../mod/settings.php:1075 +msgid "Upcoming events" +msgstr "Kommande händelser" -#: ../../mod/setup.php:472 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Fel: PHP-modulen libCURL krävs men är inte installerad." +#: ../../mod/settings.php:1076 +msgid "Events today" +msgstr "Dagens händelser" -#: ../../mod/setup.php:476 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad." +#: ../../mod/settings.php:1077 +msgid "Upcoming birthdays" +msgstr "Kommande födelsedagar" -#: ../../mod/setup.php:480 -msgid "Error: openssl PHP module required but not installed." -msgstr "Fel: PHP-modulen openssl krävs men är inte installerad." +#: ../../mod/settings.php:1077 +msgid "Not available in all themes" +msgstr "Inte tillgänglig i alla teman" -#: ../../mod/setup.php:484 -msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "Fel: en av PHP-modulerna mysqli eller postgres krävs men är inte installerad." +#: ../../mod/settings.php:1078 +msgid "System (personal) notifications" +msgstr "Systemmeddelanden (personliga)" -#: ../../mod/setup.php:488 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Fel: PHP-modulen mb_string krävs men är inte installerad." +#: ../../mod/settings.php:1079 +msgid "System info messages" +msgstr "Systemmeddelanden" -#: ../../mod/setup.php:492 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Fel: PHP-modulen mcrypt krävs men är inte installerad." +#: ../../mod/settings.php:1080 +msgid "System critical alerts" +msgstr "Systemkritiska varningar" -#: ../../mod/setup.php:508 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Webbinstallationen måste kunna skapa filen \".htconfig.php\" i toppkatalogen på din webbserver men kan inte göra det." +#: ../../mod/settings.php:1081 +msgid "New connections" +msgstr "Nya kontakter" -#: ../../mod/setup.php:509 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan." +#: ../../mod/settings.php:1082 +msgid "System Registrations" +msgstr "Systemregistreringar" -#: ../../mod/setup.php:510 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog." +#: ../../mod/settings.php:1084 +msgid "Notify me of events this many days in advance" +msgstr "Meddela mig om händelser så här många dagar i förväg" -#: ../../mod/setup.php:511 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"." +#: ../../mod/settings.php:1084 +msgid "Must be greater than 0" +msgstr "Måste vara större än 0" -#: ../../mod/setup.php:514 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php är skrivbar" +#: ../../mod/settings.php:1086 +msgid "Advanced Account/Page Type Settings" +msgstr "Avancerade konto-/sidtypsinställningar" -#: ../../mod/setup.php:524 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen." +#: ../../mod/settings.php:1087 +msgid "Change the behaviour of this account for special situations" +msgstr "Ändra det här kontots beteende i särskilda situationer" -#: ../../mod/setup.php:525 -#, php-format +#: ../../mod/settings.php:1090 msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "För att spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter till katalogen %s under Reds toppkatalog." +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" +msgstr "Aktivera expertläge (i Inställningar > Ytterligare funktioner) för att göra ändringar!" -#: ../../mod/setup.php:526 ../../mod/setup.php:544 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen." +#: ../../mod/settings.php:1091 +msgid "Miscellaneous Settings" +msgstr "Diverse inställningar" -#: ../../mod/setup.php:527 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Observera: som en säkerhetsåtgärd bör du ge webbservern skrivrättighet endast för %s - inte för mallfilerna (.tpl) som finns där." +#: ../../mod/settings.php:1093 +msgid "Personal menu to display in your channel pages" +msgstr "Personlig meny att visa i dina kanalsidor" -#: ../../mod/setup.php:530 -#, php-format -msgid "%s is writable" -msgstr "%s är skrivbar" +#: ../../mod/settings.php:1094 +msgid "Remove this channel" +msgstr "Ta bort den här kanalen" -#: ../../mod/setup.php:543 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog." +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Krets skapad." + +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Kunde inte skapa krets." -#: ../../mod/setup.php:547 -msgid "store is writable" -msgstr "store är skrivbar" +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Kretsen uppdaterad." -#: ../../mod/setup.php:577 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-åtkomst till den här servern." +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Skapa en krets av kanaler." -#: ../../mod/setup.php:578 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" -msgstr "Om du har https-åtkomst till din webbplats eller tillåter anslutningar till TCP-port 443 (https-porten) MÅSTE du använda ett certifikat som kan verifieras av webbläsare. Du FÅR INTE använda självsignerade certifikat!" +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Namn på krets: " -#: ../../mod/setup.php:579 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "Restriktionen finns eftersom offentliga inlägg från dig kan innehålla till exempel referenser till bilder på din egen hubb." +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Medlemmar kan ses av andra kanaler" -#: ../../mod/setup.php:580 -msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "Om ditt certifikat inte känns igen kommer medlemmar på andra webbplatser (som själv kan ha giltiga certifikat) att få en varning på sin egen webbplats om säkerhetsproblem." +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Krets borttagen." -#: ../../mod/setup.php:581 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "Detta kan orsaka problem med användbarheten (inte bara på din egen server) så vi måste trycka på det här kravet." +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Kunde inte ta bort krets." -#: ../../mod/setup.php:582 -msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Det finns leverantörer som utfärdar gratis certifikat som känns igen av webbläsare." +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Redigera krets" -#: ../../mod/setup.php:584 -msgid "SSL certificate validation" -msgstr "SSL-certifikatvalidering" +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Medlemmar" -#: ../../mod/setup.php:590 -msgid "" -"Url rewrite in .htaccess is not working. Check your server " -"configuration.Test: " -msgstr "Url rewrite i .htaccess fungerar inte. Kolla din serverkonfiguration. Test: " +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Alla anslutna kanaler" -#: ../../mod/setup.php:592 -msgid "Url rewrite is working" -msgstr "URL rewrite fungerar" +#: ../../mod/group.php:233 +msgid "Click on a channel to add or remove." +msgstr "Klicka på en kanal för att lägga till eller ta bort." -#: ../../mod/setup.php:602 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot." +#: ../../mod/search.php:13 ../../mod/photos.php:458 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 ../../mod/directory.php:22 +msgid "Public access denied." +msgstr "Offentlig behörighet saknas." -#: ../../mod/setup.php:626 -msgid "Errors encountered creating database tables." -msgstr "Fel inträffade när databastabeller skulle skapas." +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s följer %2$ss %3$s" -#: ../../mod/setup.php:661 -msgid "

    What next

    " -msgstr "

    Nästa steg

    " +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Puffa/stöt till" -#: ../../mod/setup.php:662 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]" +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "puffa, stöt till eller gör andra saker mot någon" -#: ../../mod/settings.php:73 -msgid "Name is required" -msgstr "Namn är obligatoriskt" +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Mottagare" -#: ../../mod/settings.php:77 -msgid "Key and Secret are required" -msgstr "Nyckel och kod är obligatoriska" +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "Välj vad du önskar göra med mottagaren" -#: ../../mod/settings.php:211 -msgid "Passwords do not match. Password unchanged." -msgstr "Lösenorden stämmer inte överens. Lösenordet har inte ändrats." +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Gör det här inlägget privat" -#: ../../mod/settings.php:215 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Tomma lösenord tillåts inte. Lösenordet har inte ändrats." +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Tillåt anslutning av applikation" -#: ../../mod/settings.php:229 -msgid "Password changed." -msgstr "Lösenordet ändrat." +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Återgå till din applikation och ange den här säkerhetskoden:" -#: ../../mod/settings.php:231 -msgid "Password update failed. Please try again." -msgstr "Lösenordsuppdatering misslyckades. Försök igen." +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Logga in för att fortsätta." -#: ../../mod/settings.php:245 -msgid "Not valid email." -msgstr "Inte en giltig e-postadress." +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Vill du låta den här applikationen få tillgång till dina inlägg och kontakter, och/eller skapa nya inlägg åt dig?" -#: ../../mod/settings.php:248 -msgid "Protected email address. Cannot change to that email." -msgstr "Skyddad e-postadress. Kan inte ändra till den." +#: ../../mod/setup.php:166 +msgid "Red Matrix Server - Setup" +msgstr "Red Matrix-server - inställningar" -#: ../../mod/settings.php:257 -msgid "System failure storing new email. Please try again." -msgstr "Systemfel när ny e-postadress skulle sparas. Försök igen." +#: ../../mod/setup.php:172 +msgid "Could not connect to database." +msgstr "Kunde inte ansluta till databasen." -#: ../../mod/settings.php:493 -msgid "Settings updated." -msgstr "Inställningar uppdaterade." +#: ../../mod/setup.php:176 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS." -#: ../../mod/settings.php:562 ../../mod/settings.php:588 -#: ../../mod/settings.php:624 -msgid "Add application" -msgstr "Lägg till applikation" +#: ../../mod/setup.php:183 +msgid "Could not create table." +msgstr "Kunde inte skapa tabell." -#: ../../mod/settings.php:565 -msgid "Name of application" -msgstr "Applikationens namn" +#: ../../mod/setup.php:189 +msgid "Your site database has been installed." +msgstr "Din serverdatabas har installerats." -#: ../../mod/settings.php:566 ../../mod/settings.php:592 -msgid "Consumer Key" -msgstr "Nyckel för konsument" +#: ../../mod/setup.php:194 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "Du kan behöva importera filen \"install/schema_xxx.sql\" manuellt med en databasklient." -#: ../../mod/settings.php:566 ../../mod/settings.php:567 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "Automatiskt genererad - ändra om så önskas. Maxlängd 20" +#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Se filen \"install/INSTALL.txt\"." -#: ../../mod/settings.php:567 ../../mod/settings.php:593 -msgid "Consumer Secret" -msgstr "Kod för konsument" +#: ../../mod/setup.php:261 +msgid "System check" +msgstr "Systemkontroll" -#: ../../mod/settings.php:568 ../../mod/settings.php:594 -msgid "Redirect" -msgstr "Omdirigering" +#: ../../mod/setup.php:265 ../../mod/events.php:445 ../../mod/photos.php:868 +msgid "Next" +msgstr "Nästa" -#: ../../mod/settings.php:568 -msgid "" -"Redirect URI - leave blank unless your application specifically requires " -"this" -msgstr "Omdirigerings-URI - lämna blankt om inte din applikation specifikt behöver det" +#: ../../mod/setup.php:266 +msgid "Check again" +msgstr "Kontrollera igen" -#: ../../mod/settings.php:569 ../../mod/settings.php:595 -msgid "Icon url" -msgstr "Ikon-URL" +#: ../../mod/setup.php:289 +msgid "Database connection" +msgstr "Databasanslutning" -#: ../../mod/settings.php:569 -msgid "Optional" -msgstr "Frivillig" +#: ../../mod/setup.php:290 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas." -#: ../../mod/settings.php:580 -msgid "You can't edit this application." -msgstr "Du kan inte redigera den här applikationen." +#: ../../mod/setup.php:291 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Kontakta din servervärd eller administratör om du har frågor om de här inställningarna." -#: ../../mod/settings.php:623 -msgid "Connected Apps" -msgstr "Anslutna appar" +#: ../../mod/setup.php:292 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Databasen du anger nedan måste finnas. Om den inte gör det, skapa den innan du fortsätter." -#: ../../mod/settings.php:627 -msgid "Client key starts with" -msgstr "Klientnyckel börjar med" +#: ../../mod/setup.php:296 +msgid "Database Server Name" +msgstr "Databasserver" -#: ../../mod/settings.php:628 -msgid "No name" -msgstr "Inget namn" +#: ../../mod/setup.php:296 +msgid "Default is localhost" +msgstr "Standard är localhost" -#: ../../mod/settings.php:629 -msgid "Remove authorization" -msgstr "Ta bort behörighet" +#: ../../mod/setup.php:297 +msgid "Database Port" +msgstr "Databasport" -#: ../../mod/settings.php:640 -msgid "No feature settings configured" -msgstr "Inga funktionsinställningar konfigurerade" +#: ../../mod/setup.php:297 +msgid "Communication port number - use 0 for default" +msgstr "Kommunikationsportnummer - använd 0 för standardinställning" -#: ../../mod/settings.php:648 -msgid "Feature Settings" -msgstr "Funktionsinställningar" +#: ../../mod/setup.php:298 +msgid "Database Login Name" +msgstr "Loginnamn till databas" -#: ../../mod/settings.php:671 -msgid "Account Settings" -msgstr "Kontoinställningar" +#: ../../mod/setup.php:299 +msgid "Database Login Password" +msgstr "Lösenord till databas" -#: ../../mod/settings.php:672 -msgid "Password Settings" -msgstr "Lösenordsinställningar" +#: ../../mod/setup.php:300 +msgid "Database Name" +msgstr "Databasnamn" -#: ../../mod/settings.php:673 -msgid "New Password:" -msgstr "Nytt lösenord:" +#: ../../mod/setup.php:301 +msgid "Database Type" +msgstr "Databastyp" -#: ../../mod/settings.php:674 -msgid "Confirm:" -msgstr "Bekräfta:" +#: ../../mod/setup.php:303 ../../mod/setup.php:347 +msgid "Site administrator email address" +msgstr "Serveradministratörens e-postadress" -#: ../../mod/settings.php:674 -msgid "Leave password fields blank unless changing" -msgstr "Lämna lösenordsfälten blanka om lösenordet inte ska ändras" +#: ../../mod/setup.php:303 ../../mod/setup.php:347 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Ditt kontos e-postadress måste stämma med den här för att webbgränssnittet för administration ska kunna användas." -#: ../../mod/settings.php:676 ../../mod/settings.php:1006 -msgid "Email Address:" -msgstr "E-postadress" +#: ../../mod/setup.php:304 ../../mod/setup.php:349 +msgid "Website URL" +msgstr "Webbplatsens URL" -#: ../../mod/settings.php:677 ../../mod/removeaccount.php:61 -msgid "Remove Account" -msgstr "Ta bort konto" +#: ../../mod/setup.php:304 ../../mod/setup.php:349 +msgid "Please use SSL (https) URL if available." +msgstr "Ange en URL med SSL (https) om tillgängligt" -#: ../../mod/settings.php:678 -msgid "Remove this account from this server including all its channels" -msgstr "Ta bort det här kontot från servern, inklusive alla dess kanaler" +#: ../../mod/setup.php:307 ../../mod/setup.php:352 +msgid "Please select a default timezone for your website" +msgstr "Välj en standardtidszon för din webbplats" -#: ../../mod/settings.php:679 ../../mod/settings.php:1088 -msgid "Warning: This action is permanent and cannot be reversed." -msgstr "Varning: Den här handlingen är permanent och kan inte återställas." +#: ../../mod/setup.php:335 +msgid "Site settings" +msgstr "Serverinställningar" -#: ../../mod/settings.php:695 -msgid "Off" -msgstr "Av" +#: ../../mod/setup.php:395 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH." -#: ../../mod/settings.php:695 -msgid "On" -msgstr "På" +#: ../../mod/setup.php:396 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "Om du inte har en kommandoradsversion av PHP installerad på servern kommer du inte att kunna köra bakgrundshämtning via cron." -#: ../../mod/settings.php:702 -msgid "Additional Features" -msgstr "Ytterligare funktioner" +#: ../../mod/setup.php:400 +msgid "PHP executable path" +msgstr "Sökväg till PHP-programmet" -#: ../../mod/settings.php:727 -msgid "Connector Settings" -msgstr "Anslutningsinställningar" +#: ../../mod/setup.php:400 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen." -#: ../../mod/settings.php:758 -msgid "No special theme for mobile devices" -msgstr "Inget särskilt tema för mobila enheter" +#: ../../mod/setup.php:405 +msgid "Command line PHP" +msgstr "Kommandorads-PHP" -#: ../../mod/settings.php:767 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (experimentellt)" +#: ../../mod/setup.php:414 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Kommandoradsversionen av PHP på ditt system har inte \"register_argc_argv\" aktiverat." -#: ../../mod/settings.php:803 -msgid "Display Settings" -msgstr "Utseende" +#: ../../mod/setup.php:415 +msgid "This is required for message delivery to work." +msgstr "Det här behövs för att meddelandeleverans ska fungera." -#: ../../mod/settings.php:809 -msgid "Display Theme:" -msgstr "Tema för utseende:" +#: ../../mod/setup.php:417 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" -#: ../../mod/settings.php:810 -msgid "Mobile Theme:" -msgstr "Mobilt tema:" +#: ../../mod/setup.php:438 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Fel: \"openssl_pkey_new\"-funktionen på det här systemet kan inte generera kryptonycklar" -#: ../../mod/settings.php:811 -msgid "Enable user zoom on mobile devices" -msgstr "Tillåt användare att zooma på mobila enheter" +#: ../../mod/setup.php:439 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/settings.php:812 -msgid "Update browser every xx seconds" -msgstr "Uppdatera webbläsaren var xx sekund" +#: ../../mod/setup.php:441 +msgid "Generate encryption keys" +msgstr "Generera kryptonycklar" -#: ../../mod/settings.php:812 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minst 10 sekunder, inget maximum" +#: ../../mod/setup.php:448 +msgid "libCurl PHP module" +msgstr "PHP-modulen libCurl" -#: ../../mod/settings.php:813 -msgid "Maximum number of conversations to load at any time:" -msgstr "Högsta antal konversationer att ladda åt gången:" +#: ../../mod/setup.php:449 +msgid "GD graphics PHP module" +msgstr "PHP-modulen GD graphics" -#: ../../mod/settings.php:813 -msgid "Maximum of 100 items" -msgstr "Maximalt 100 poster" +#: ../../mod/setup.php:450 +msgid "OpenSSL PHP module" +msgstr "PHP-modulen OpenSSL" -#: ../../mod/settings.php:814 -msgid "Don't show emoticons" -msgstr "Visa inte känsloikoner" +#: ../../mod/setup.php:451 +msgid "mysqli or postgres PHP module" +msgstr "PHP-modulen mysqli eller postgres" -#: ../../mod/settings.php:815 -msgid "Link post titles to source" -msgstr "Länka inläggstitlar till källan" +#: ../../mod/setup.php:452 +msgid "mb_string PHP module" +msgstr "PHP-modulen mb_string" -#: ../../mod/settings.php:816 -msgid "System Page Layout Editor - (advanced)" -msgstr "Redigera systemets sidlayout (avancerat)" +#: ../../mod/setup.php:453 +msgid "mcrypt PHP module" +msgstr "PHP-modulen mcrypt" -#: ../../mod/settings.php:819 -msgid "Use blog/list mode on channel page" -msgstr "Använd blogg-/listläge på kanalsida" +#: ../../mod/setup.php:458 ../../mod/setup.php:460 +msgid "Apache mod_rewrite module" +msgstr "Apache-modulen mod_rewrite" -#: ../../mod/settings.php:819 ../../mod/settings.php:820 -msgid "(comments displayed separately)" -msgstr "(kommentarer visas separat)" +#: ../../mod/setup.php:458 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad." -#: ../../mod/settings.php:820 -msgid "Use blog/list mode on matrix page" -msgstr "Använd blogg-/listläge på matrissida" +#: ../../mod/setup.php:464 ../../mod/setup.php:467 +msgid "proc_open" +msgstr "proc_open" -#: ../../mod/settings.php:821 -msgid "Channel page max height of content (in pixels)" -msgstr "Maxhöjd för innehåll på kanalsidor (i pixels)" +#: ../../mod/setup.php:464 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini" -#: ../../mod/settings.php:821 ../../mod/settings.php:822 -msgid "click to expand content exceeding this height" -msgstr "klicka för att fälla ut innehåll som överskrider den här höjden" +#: ../../mod/setup.php:472 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Fel: PHP-modulen libCURL krävs men är inte installerad." -#: ../../mod/settings.php:822 -msgid "Matrix page max height of content (in pixels)" -msgstr "Maxhöjd för innehåll på matrissidan (i pixels)" +#: ../../mod/setup.php:476 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad." -#: ../../mod/settings.php:856 -msgid "Nobody except yourself" -msgstr "Ingen utom dig själv" +#: ../../mod/setup.php:480 +msgid "Error: openssl PHP module required but not installed." +msgstr "Fel: PHP-modulen openssl krävs men är inte installerad." -#: ../../mod/settings.php:857 -msgid "Only those you specifically allow" -msgstr "Endast utvalda" +#: ../../mod/setup.php:484 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." +msgstr "Fel: en av PHP-modulerna mysqli eller postgres krävs men är inte installerad." -#: ../../mod/settings.php:858 -msgid "Approved connections" -msgstr "Godkända kontakter" +#: ../../mod/setup.php:488 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Fel: PHP-modulen mb_string krävs men är inte installerad." -#: ../../mod/settings.php:859 -msgid "Any connections" -msgstr "Alla kontakter" +#: ../../mod/setup.php:492 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Fel: PHP-modulen mcrypt krävs men är inte installerad." -#: ../../mod/settings.php:860 -msgid "Anybody on this website" -msgstr "Vem som helst på den här servern" +#: ../../mod/setup.php:508 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Webbinstallationen måste kunna skapa filen \".htconfig.php\" i toppkatalogen på din webbserver men kan inte göra det." -#: ../../mod/settings.php:861 -msgid "Anybody in this network" -msgstr "Vem som helst i det här nätverket" +#: ../../mod/setup.php:509 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan." -#: ../../mod/settings.php:862 -msgid "Anybody authenticated" -msgstr "Vem som helst som har autentiserat sig" +#: ../../mod/setup.php:510 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog." -#: ../../mod/settings.php:863 -msgid "Anybody on the internet" -msgstr "Vem som helst på Internet" +#: ../../mod/setup.php:511 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"." -#: ../../mod/settings.php:937 -msgid "Publish your default profile in the network directory" -msgstr "Publicera din standardprofil i nätverkskatalogen" +#: ../../mod/setup.php:514 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php är skrivbar" -#: ../../mod/settings.php:942 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Tillåt oss att föreslå dig som möjlig vän för nya medlemmar" +#: ../../mod/setup.php:524 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen." -#: ../../mod/settings.php:946 ../../mod/profile_photo.php:365 -msgid "or" -msgstr "eller" +#: ../../mod/setup.php:525 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "För att spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter till katalogen %s under Reds toppkatalog." -#: ../../mod/settings.php:951 -msgid "Your channel address is" -msgstr "Din kanaladress är" +#: ../../mod/setup.php:526 ../../mod/setup.php:544 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen." -#: ../../mod/settings.php:995 -msgid "Channel Settings" -msgstr "Kanalinställningar" +#: ../../mod/setup.php:527 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Observera: som en säkerhetsåtgärd bör du ge webbservern skrivrättighet endast för %s - inte för mallfilerna (.tpl) som finns där." -#: ../../mod/settings.php:1004 -msgid "Basic Settings" -msgstr "Grundläggande inställningar" +#: ../../mod/setup.php:530 +#, php-format +msgid "%s is writable" +msgstr "%s är skrivbar" -#: ../../mod/settings.php:1007 -msgid "Your Timezone:" -msgstr "Din tidszon:" +#: ../../mod/setup.php:543 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog." -#: ../../mod/settings.php:1008 -msgid "Default Post Location:" -msgstr "Standardplats:" +#: ../../mod/setup.php:547 +msgid "store is writable" +msgstr "store är skrivbar" -#: ../../mod/settings.php:1008 -msgid "Geographical location to display on your posts" -msgstr "Geografisk plats att visa för dina inlägg" +#: ../../mod/setup.php:577 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-åtkomst till den här servern." -#: ../../mod/settings.php:1009 -msgid "Use Browser Location:" -msgstr "Använd webbläsarens position:" +#: ../../mod/setup.php:578 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "Om du har https-åtkomst till din webbplats eller tillåter anslutningar till TCP-port 443 (https-porten) MÅSTE du använda ett certifikat som kan verifieras av webbläsare. Du FÅR INTE använda självsignerade certifikat!" -#: ../../mod/settings.php:1011 -msgid "Adult Content" -msgstr "Innehåll olämpligt för barn" +#: ../../mod/setup.php:579 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "Restriktionen finns eftersom offentliga inlägg från dig kan innehålla till exempel referenser till bilder på din egen hubb." -#: ../../mod/settings.php:1011 +#: ../../mod/setup.php:580 msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "Den här kanalen publicerar ofta eller regelbundet innehåll som är olämpligt för barn. (Tagga allt pornografiskt material och/eller nakenhet med #NSFW, tack)" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Om ditt certifikat inte känns igen kommer medlemmar på andra webbplatser (som själv kan ha giltiga certifikat) att få en varning på sin egen webbplats om säkerhetsproblem." -#: ../../mod/settings.php:1013 -msgid "Security and Privacy Settings" -msgstr "Säkerhets- och integritetsinställningar" +#: ../../mod/setup.php:581 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Detta kan orsaka problem med användbarheten (inte bara på din egen server) så vi måste trycka på det här kravet." -#: ../../mod/settings.php:1015 -msgid "Your permissions are already configured. Click to view/adjust" -msgstr "Dina behörigheter har redan ställts in. Klicka för att visa/ändra" +#: ../../mod/setup.php:582 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Det finns leverantörer som utfärdar gratis certifikat som känns igen av webbläsare." -#: ../../mod/settings.php:1017 -msgid "Hide my online presence" -msgstr "Visa inte min online-närvaro" +#: ../../mod/setup.php:584 +msgid "SSL certificate validation" +msgstr "SSL-certifikatvalidering" -#: ../../mod/settings.php:1017 -msgid "Prevents displaying in your profile that you are online" -msgstr "Förhindrar att det syns i din profil att du är online" +#: ../../mod/setup.php:590 +msgid "" +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "Url rewrite i .htaccess fungerar inte. Kolla din serverkonfiguration. Test: " -#: ../../mod/settings.php:1019 -msgid "Simple Privacy Settings:" -msgstr "Enkla integritetsinställningar:" +#: ../../mod/setup.php:592 +msgid "Url rewrite is working" +msgstr "URL rewrite fungerar" -#: ../../mod/settings.php:1020 +#: ../../mod/setup.php:602 msgid "" -"Very Public - extremely permissive (should be used with caution)" -msgstr "Väldigt offentligt - extremt tillåtande (bör användas försiktigt)" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot." + +#: ../../mod/setup.php:626 +msgid "Errors encountered creating database tables." +msgstr "Fel inträffade när databastabeller skulle skapas." + +#: ../../mod/setup.php:661 +msgid "

    What next

    " +msgstr "

    Nästa steg

    " -#: ../../mod/settings.php:1021 +#: ../../mod/setup.php:662 msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" -msgstr "Typiskt - offentligt som standard, privat när så önskas (liknande behörigheter som på sociala nätverk men med förbättrad integritet)" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]" -#: ../../mod/settings.php:1022 -msgid "Private - default private, never open or public" -msgstr "Privat - privat som standard, aldrig öppet eller offentligt" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Post inte tillgänglig." -#: ../../mod/settings.php:1023 -msgid "Blocked - default blocked to/from everybody" -msgstr "Blockera - som standard blockerat till/från alla" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Hämtning av URL returnerade fel: %1$s" -#: ../../mod/settings.php:1025 -msgid "Allow others to tag your posts" -msgstr "Låt andra tagga dina inlägg" +#: ../../mod/block.php:27 ../../mod/page.php:33 +msgid "Invalid item." +msgstr "Ogiltig post." -#: ../../mod/settings.php:1025 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "Ofta använt av gemenskapen för att i efterhand flagga olämpligt innehåll" +#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 +msgid "Channel not found." +msgstr "Kanalen hittas inte." -#: ../../mod/settings.php:1027 -msgid "Advanced Privacy Settings" -msgstr "Avancerade integritetsinställningar" +#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 +#: ../../mod/page.php:81 ../../index.php:241 +msgid "Page not found." +msgstr "Sidan hittas inte." -#: ../../mod/settings.php:1029 -msgid "Expire other channel content after this many days" -msgstr "Låt annat kanalinnehåll upphöra efter efter så här många dagar" +#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 +msgid "Export Channel" +msgstr "Exportera kanal" -#: ../../mod/settings.php:1029 -msgid "0 or blank prevents expiration" -msgstr "0 eller blankt förhindrar upphörande" +#: ../../mod/uexport.php:35 +msgid "" +"Export your basic channel information to a small file. This acts as a " +"backup of your connections, permissions, profile and basic data, which can " +"be used to import your data to a new hub, but\tdoes not contain your " +"content." +msgstr "Exportera kanalens basinformation till en liten fil. Denna fungerar som en säkerhetskopia av dina anslutningar, behörigheter, profil, och grundläggande data, och kan användas för att importera dina data till en ny hubb, men tar inte med ditt innehåll." + +#: ../../mod/uexport.php:36 +msgid "Export Content" +msgstr "Exportera innehåll" -#: ../../mod/settings.php:1030 -msgid "Maximum Friend Requests/Day:" -msgstr "Högsta antal vänförfrågningar per dag:" +#: ../../mod/uexport.php:37 +msgid "" +"Export your channel information and all the content to a JSON backup. This " +"backs up all of your connections, permissions, profile data and all of your " +"content, but is generally not suitable for importing a channel to a new hub " +"as this file may be VERY large. Please be patient - it may take several " +"minutes for this download to begin." +msgstr "Exportera din kanalinformation och allt innehåll till en säkerhetskopia i JSON-format. Detta kopierar alla dina anslutningar, behörigheter, profildata och allt ditt innehåll, men är generellt inte lämpligt för att importera en kanal till en ny hubb, eftersom filen kan vara VÄLDIGT stor. Ha tålamod - det kan ta flera minuter innan nedladdningen börjar." -#: ../../mod/settings.php:1030 -msgid "May reduce spam activity" -msgstr "Kan reducera spamaktivitet" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Inga potentiella sid-ombud funna." -#: ../../mod/settings.php:1031 -msgid "Default Post Permissions" -msgstr "Standardbehörighet för inlägg" +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Delegera sidhantering" -#: ../../mod/settings.php:1036 -msgid "Channel permissions category:" -msgstr "Kanalens behörighetskategori:" +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Ombud kan hantera alla aspekter av det här kontot/den här sidan förutom grundläggande kontoinställningar. Delegera inte ditt personliga konto till någon som du inte litar fullständigt på." -#: ../../mod/settings.php:1044 -msgid "Maximum private messages per day from unknown people:" -msgstr "Högsta antal privata meddelanden per dag från okända personer:" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Befintliga sid-ansvariga" -#: ../../mod/settings.php:1044 -msgid "Useful to reduce spamming" -msgstr "Användbart för att minska skräputskick" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Befintliga sid-ombud" -#: ../../mod/settings.php:1047 -msgid "Notification Settings" -msgstr "Notifieringsinställningar" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Potentiella ombud" -#: ../../mod/settings.php:1048 -msgid "By default post a status message when:" -msgstr "Skicka som standard ett statusmeddelande när:" +#: ../../mod/delegate.php:130 ../../mod/photos.php:905 ../../mod/tagrm.php:133 +msgid "Remove" +msgstr "Ta bort" -#: ../../mod/settings.php:1049 -msgid "accepting a friend request" -msgstr "du accepterar en vänförfrågan" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Lägg till" -#: ../../mod/settings.php:1050 -msgid "joining a forum/community" -msgstr "du går med i ett forum/en gemenskap" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Inga poster." -#: ../../mod/settings.php:1051 -msgid "making an interesting profile change" -msgstr "du gör en intressant ändring av profilen" +#: ../../mod/siteinfo.php:93 +#, php-format +msgid "Version %s" +msgstr "Version %s" -#: ../../mod/settings.php:1052 -msgid "Send a notification email when:" -msgstr "Skicka en notifiering via e-post när:" +#: ../../mod/siteinfo.php:114 +msgid "Installed plugins/addons/apps:" +msgstr "Installerade tillägg/moduler/appar:" -#: ../../mod/settings.php:1053 -msgid "You receive a connection request" -msgstr "Du får en kontaktförfrågan" +#: ../../mod/siteinfo.php:127 +msgid "No installed plugins/addons/apps" +msgstr "Inga installerade tillägg/moduler/appar" -#: ../../mod/settings.php:1054 -msgid "Your connections are confirmed" -msgstr "Dina kontakter bekräftas" +#: ../../mod/siteinfo.php:135 +msgid "Red" +msgstr "Red" -#: ../../mod/settings.php:1055 -msgid "Someone writes on your profile wall" -msgstr "Någon skriver på din profilvägg" +#: ../../mod/siteinfo.php:136 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Det här är en hubb som ingår i Red Matrix - ett globalt samverkande nätverk av decentraliserade webbplatser med bättre integritetskydd." -#: ../../mod/settings.php:1056 -msgid "Someone writes a followup comment" -msgstr "Någon skriver en uppföljande kommentar" +#: ../../mod/siteinfo.php:138 +msgid "Tag: " +msgstr "Tagg: " -#: ../../mod/settings.php:1057 -msgid "You receive a private message" -msgstr "Du tar emot ett privat meddelande" +#: ../../mod/siteinfo.php:140 +msgid "Last background fetch: " +msgstr "Senaste bakgrundshämtning: " -#: ../../mod/settings.php:1058 -msgid "You receive a friend suggestion" -msgstr "Du tar emot ett vänförslag" +#: ../../mod/siteinfo.php:143 +msgid "Running at web location" +msgstr "Kör på webbutrymmet" -#: ../../mod/settings.php:1059 -msgid "You are tagged in a post" -msgstr "Du taggas i ett inlägg" +#: ../../mod/siteinfo.php:144 +msgid "" +"Please visit RedMatrix.me to learn more" +" about the Red Matrix." +msgstr "Besök RedMatrix.me för att lära dig mer om Red Matrix." -#: ../../mod/settings.php:1060 -msgid "You are poked/prodded/etc. in a post" -msgstr "Du puffas/stöts till/etc. i ett inlägg" +#: ../../mod/siteinfo.php:145 +msgid "Bug reports and issues: please visit" +msgstr "Buggrapporter och problem: besök" -#: ../../mod/settings.php:1063 -msgid "Show visual notifications including:" -msgstr "Visa visuella notifieringar vid:" +#: ../../mod/siteinfo.php:148 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Förslag, uppskattning, etc. - maila \"redmatrix\" at librelist - dot com" -#: ../../mod/settings.php:1065 -msgid "Unseen matrix activity" -msgstr "Oläst matrisaktivitet" +#: ../../mod/siteinfo.php:150 +msgid "Site Administrators" +msgstr "Serveradministratörer" -#: ../../mod/settings.php:1066 -msgid "Unseen channel activity" -msgstr "Oläst kanalaktivitet" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Misslyckades att skapa källa. Ingen kanal vald." -#: ../../mod/settings.php:1067 -msgid "Unseen private messages" -msgstr "Olästa privata meddelanden" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Källa skapad." -#: ../../mod/settings.php:1067 ../../mod/settings.php:1072 -#: ../../mod/settings.php:1073 ../../mod/settings.php:1074 -msgid "Recommended" -msgstr "Rekommenderas" +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Källa uppdaterad." -#: ../../mod/settings.php:1068 -msgid "Upcoming events" -msgstr "Kommande händelser" +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/settings.php:1069 -msgid "Events today" -msgstr "Dagens händelser" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Hantera fjärrkällor med innehåll för din kanal." -#: ../../mod/settings.php:1070 -msgid "Upcoming birthdays" -msgstr "Kommande födelsedagar" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Ny källa" -#: ../../mod/settings.php:1070 -msgid "Not available in all themes" -msgstr "Inte tillgänglig i alla teman" +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importera allt eller valt innehåll från följande kanal till den här kanalen och distribuera det enligt dina kanalinställningar." -#: ../../mod/settings.php:1071 -msgid "System (personal) notifications" -msgstr "Systemmeddelanden (personliga)" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importera endast innehåll med de här orden (ett per rad)" -#: ../../mod/settings.php:1072 -msgid "System info messages" -msgstr "Systemmeddelanden" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Lämna blankt för att importera allt offentligt innehåll" -#: ../../mod/settings.php:1073 -msgid "System critical alerts" -msgstr "Systemkritiska varningar" +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:112 +msgid "Channel Name" +msgstr "Kanalnamn" -#: ../../mod/settings.php:1074 -msgid "New connections" -msgstr "Nya kontakter" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Källa hittades inte." -#: ../../mod/settings.php:1075 -msgid "System Registrations" -msgstr "Systemregistreringar" +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Redigera källa" -#: ../../mod/settings.php:1077 -msgid "Notify me of events this many days in advance" -msgstr "Meddela mig om händelser så här många dagar i förväg" +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Ta bort källa" -#: ../../mod/settings.php:1077 -msgid "Must be greater than 0" -msgstr "Måste vara större än 0" +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Källa borttagen" -#: ../../mod/settings.php:1079 -msgid "Advanced Account/Page Type Settings" -msgstr "Avancerade konto-/sidtypsinställningar" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Kunde inte ta bort källa." -#: ../../mod/settings.php:1080 -msgid "Change the behaviour of this account for special situations" -msgstr "Ändra det här kontots beteende i särskilda situationer" +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Ogiltigt profil-ID." -#: ../../mod/settings.php:1083 -msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" -msgstr "Aktivera expertläge (i Inställningar > Ytterligare funktioner) för att göra ändringar!" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Redigera profilsynlighet" -#: ../../mod/settings.php:1084 -msgid "Miscellaneous Settings" -msgstr "Diverse inställningar" +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Klicka på en kontakt för att lägga till eller ta bort." -#: ../../mod/settings.php:1086 -msgid "Personal menu to display in your channel pages" -msgstr "Personlig meny att visa i dina kanalsidor" +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Kan ses av" -#: ../../mod/settings.php:1087 -msgid "Remove this channel" -msgstr "Ta bort den här kanalen" +#: ../../mod/profperm.php:139 ../../mod/connections.php:279 +msgid "All Connections" +msgstr "Alla kontakter" #: ../../mod/events.php:81 msgid "Event can not end before it has started." @@ -5028,6 +5178,10 @@ msgstr "Detaljer för händelse" msgid "Starting date and Title are required." msgstr "Startdatum och titel är obligatoriska." +#: ../../mod/events.php:574 +msgid "Categories (comma-separated list)" +msgstr "Kategorier (kommaseparerad lista)" + #: ../../mod/events.php:576 msgid "Event Starts:" msgstr "Händelsen börjar:" @@ -5094,7 +5248,7 @@ msgstr "Plats" msgid "You must be logged in to see this page." msgstr "Du måste vara inloggad för att se den här sidan." -#: ../../mod/channel.php:86 +#: ../../mod/channel.php:87 msgid "Insufficient permissions. Request redirected to profile page." msgstr "Otillräckliga behörigheter. Förfrågan omdirigerad till profilsidan." @@ -5155,53 +5309,6 @@ msgstr "Namn på chattrum" msgid "%1$s's Chatrooms" msgstr "%1$ss chattrum" -#: ../../mod/siteinfo.php:92 -#, php-format -msgid "Version %s" -msgstr "Version %s" - -#: ../../mod/siteinfo.php:113 -msgid "Installed plugins/addons/apps:" -msgstr "Installerade tillägg/moduler/appar:" - -#: ../../mod/siteinfo.php:126 -msgid "No installed plugins/addons/apps" -msgstr "Inga installerade tillägg/moduler/appar" - -#: ../../mod/siteinfo.php:134 -msgid "Red" -msgstr "Red" - -#: ../../mod/siteinfo.php:135 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralized privacy enhanced websites." -msgstr "Det här är en hubb som ingår i Red Matrix - ett globalt samverkande nätverk av decentraliserade webbplatser med bättre integritetskydd." - -#: ../../mod/siteinfo.php:139 -msgid "Running at web location" -msgstr "Kör på webbutrymmet" - -#: ../../mod/siteinfo.php:140 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." -msgstr "Besök GetZot.com lära dig mer om Red Matrix." - -#: ../../mod/siteinfo.php:141 -msgid "Bug reports and issues: please visit" -msgstr "Buggrapporter och problem: besök" - -#: ../../mod/siteinfo.php:144 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Förslag, uppskattning, etc. - maila \"redmatrix\" at librelist - dot com" - -#: ../../mod/siteinfo.php:146 -msgid "Site Administrators" -msgstr "Serveradministratörer" - #: ../../mod/chatsvc.php:111 msgid "Away" msgstr "Borta" @@ -5214,48 +5321,38 @@ msgstr "Online" msgid "Please login." msgstr "Logga in." -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" -msgstr "Fortsätt" - -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" -msgstr "Inställning av premiumkanal" - -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" -msgstr "Aktivera kontaktrestriktioner för premiumkanal" +#: ../../mod/editpost.php:20 ../../mod/editblock.php:79 +#: ../../mod/editblock.php:95 ../../mod/editlayout.php:78 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "Posten hittas inte" -#: ../../mod/connect.php:88 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Ange dina restriktioner och villkor, som Paypal-kvitto, användarriktlinjer, etc." +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Posten går ej att redigera" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Den här kanalen kan kräva ytterligare steg eller godkännande av följande villkor innan anslutning:" +#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 +msgid "Edit post" +msgstr "Redigera inlägg" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Potentiella kontakter kommer sedan att se följande text innan de går vidare:" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Ta bort posten?" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Genom att fortsätta intygar jag att jag har följt alla instruktioner som ges på den här sidan." +#: ../../mod/editpost.php:116 ../../mod/editblock.php:147 +#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:178 +msgid "Insert YouTube video" +msgstr "Infoga Youtube-video" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Inga specifika instruktioner har givits av kanalägaren.)" +#: ../../mod/editpost.php:117 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:179 +msgid "Insert Vorbis [.ogg] video" +msgstr "Infoga Vorbis [.ogg]-video" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" -msgstr "Begränsad kanal eller premiumkanal" +#: ../../mod/editpost.php:118 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:180 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Infoga Vorbis [.ogg]-ljud" #: ../../mod/removeme.php:29 msgid "" @@ -5329,54 +5426,78 @@ msgstr "Ange din kanaladress (t.ex. kanal@example.com)" msgid "Authenticate" msgstr "Autentisera" -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "Gilla/ogilla" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Inget giltigt konto hittades." + +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "Lösenordsåterställning har skickats. Kontrollera din e-post." + +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Servermedlem (%s)" + +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Lösenordsåterställning begärd på %s" + +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Begäran kunde inte bekräftas. (Du kan ha skickat den tidigare.) Lösenordsåterställningen misslyckades." -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "Den här åtgärden fungerar bara för medlemmar." +#: ../../mod/lostpass.php:85 ../../boot.php:1548 +msgid "Password Reset" +msgstr "Lösenordsåterställning" -#: ../../mod/like.php:21 -msgid "" -"Please login with your RedMatrix ID or register as a new RedMatrix member to continue." -msgstr "Logga in med ditt RedMatrix-ID eller registrera dig som ny RedMatrix medlem för att fortsätta." +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Ditt lösenord har återställts som begärt." -#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 -msgid "Invalid request." -msgstr "Ogiltig begäran." +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Ditt nya lösenord är" -#: ../../mod/like.php:119 -msgid "thing" -msgstr "sak" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Spara eller kopiera ditt nya lösenord - " -#: ../../mod/like.php:165 -msgid "Channel unavailable." -msgstr "Kanalen kan ej nås." +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "klicka sedan här för att logga in" -#: ../../mod/like.php:204 -msgid "Previous action reversed." -msgstr "Föregående åtgärd återställdes." +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Ditt lösenord kan bytas från sidan Inställningar när du är inloggad." -#: ../../mod/like.php:422 -msgid "Action completed." -msgstr "Åtgärden slutfördes." +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Ditt lösenord byttes på %s" -#: ../../mod/like.php:423 -msgid "Thank you." -msgstr "Tack." +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Glömt lösenordet?" -#: ../../mod/post.php:229 +#: ../../mod/lostpass.php:123 msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Fjärrinloggning blockerades. Du är inloggad på den här servern lokalt. Logga ut och försök igen." +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Ange din e-postadress och skicka för att återställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner." -#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:180 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Välkommen %s. Fjärrinloggning lyckades." +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "E-postadress" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Återställ" #: ../../mod/connections.php:37 ../../mod/connedit.php:64 msgid "Could not access contact record." @@ -5471,13 +5592,17 @@ msgstr "Sök bland dina kontakter" msgid "Finding: " msgstr "Sökning efter: " -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "Protokollfel för OpenID. Inget ID returnerades." +#: ../../mod/ping.php:265 +msgid "sent you a private message" +msgstr "skickade ett privat meddelande till dig" -#: ../../mod/rpost.php:97 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "Redigera inlägg" +#: ../../mod/ping.php:316 +msgid "added your channel" +msgstr "lade till din kanal" + +#: ../../mod/ping.php:357 +msgid "posted an event" +msgstr "skapade en händelse" #: ../../mod/connedit.php:189 msgid "is now connected to" @@ -5562,12 +5687,12 @@ msgstr "Senaste aktiviteten" msgid "View recent posts and comments" msgstr "Visa de senaste inläggen och kommentarerna" -#: ../../mod/connedit.php:450 ../../mod/connedit.php:594 +#: ../../mod/connedit.php:450 ../../mod/connedit.php:595 #: ../../mod/admin.php:732 msgid "Unblock" msgstr "Avblockera" -#: ../../mod/connedit.php:450 ../../mod/connedit.php:594 +#: ../../mod/connedit.php:450 ../../mod/connedit.php:595 #: ../../mod/admin.php:731 msgid "Block" msgstr "Blockera" @@ -5576,11 +5701,11 @@ msgstr "Blockera" msgid "Block or Unblock this connection" msgstr "Blockera eller häv blockering av den här kontakten" -#: ../../mod/connedit.php:457 ../../mod/connedit.php:595 +#: ../../mod/connedit.php:457 ../../mod/connedit.php:596 msgid "Unignore" msgstr "Sluta att ignorera" -#: ../../mod/connedit.php:457 ../../mod/connedit.php:595 +#: ../../mod/connedit.php:457 ../../mod/connedit.php:596 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignorera" @@ -5617,101 +5742,101 @@ msgstr "Dölj eller sluta att dölja den här kontakten" msgid "Delete this connection" msgstr "Ta bort den här kontakten" -#: ../../mod/connedit.php:522 ../../mod/connedit.php:552 +#: ../../mod/connedit.php:523 ../../mod/connedit.php:553 msgid "Approve this connection" msgstr "Godkänn den här kontakten" -#: ../../mod/connedit.php:522 +#: ../../mod/connedit.php:523 msgid "Accept connection to allow communication" msgstr "Acceptera kontakten för att tillåta kommunikation" -#: ../../mod/connedit.php:538 +#: ../../mod/connedit.php:539 #, php-format msgid "Connections: settings for %s" msgstr "Kontakter: inställningar för %s" -#: ../../mod/connedit.php:539 +#: ../../mod/connedit.php:540 msgid "Apply these permissions automatically" msgstr "Använd de här rättigheterna automatiskt" -#: ../../mod/connedit.php:543 +#: ../../mod/connedit.php:544 msgid "Apply the permissions indicated on this page to all new connections." msgstr "Använd rättigheterna angivna på den här sidan för alla nya kontakter." -#: ../../mod/connedit.php:545 +#: ../../mod/connedit.php:546 msgid "Slide to adjust your degree of friendship" msgstr "Dra för att justera er vänskapsnivå" -#: ../../mod/connedit.php:551 +#: ../../mod/connedit.php:552 msgid "inherited" msgstr "ärvd" -#: ../../mod/connedit.php:553 +#: ../../mod/connedit.php:554 msgid "Connection has no individual permissions!" msgstr "Kontakten har inga individuella behörigheter!" -#: ../../mod/connedit.php:554 +#: ../../mod/connedit.php:555 msgid "" "This may be appropriate based on your privacy " "settings, though you may wish to review the \"Advanced Permissions\"." msgstr "Det här kan vara lämpligt beroende på dina integritetsinställningar, men du vill kanske se över de \"Avancerade inställningarna\"." -#: ../../mod/connedit.php:556 +#: ../../mod/connedit.php:557 msgid "Profile Visibility" msgstr "Profilsynlighet" -#: ../../mod/connedit.php:557 +#: ../../mod/connedit.php:558 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Välj profilen som du vill ska synas när %s ser din profil på ett säkert sätt." -#: ../../mod/connedit.php:558 +#: ../../mod/connedit.php:559 msgid "Contact Information / Notes" msgstr "Kontaktinformation / anteckningar" -#: ../../mod/connedit.php:559 +#: ../../mod/connedit.php:560 msgid "Edit contact notes" msgstr "Redigera anteckningar för kontakten" -#: ../../mod/connedit.php:561 +#: ../../mod/connedit.php:562 msgid "Their Settings" msgstr "Deras inställningar" -#: ../../mod/connedit.php:562 +#: ../../mod/connedit.php:563 msgid "My Settings" msgstr "Mina inställningar" -#: ../../mod/connedit.php:564 +#: ../../mod/connedit.php:565 msgid "Clear/Disable Automatic Permissions" msgstr "Rensa/inaktivera automatiska behörigheter" -#: ../../mod/connedit.php:565 +#: ../../mod/connedit.php:566 msgid "Forum Members" msgstr "Forummedlemmar" -#: ../../mod/connedit.php:566 +#: ../../mod/connedit.php:567 msgid "Soapbox" msgstr "Talarstol" -#: ../../mod/connedit.php:567 +#: ../../mod/connedit.php:568 msgid "Full Sharing (typical social network permissions)" msgstr "Full delning (typiska behörigheter för sociala nätverk)" -#: ../../mod/connedit.php:568 +#: ../../mod/connedit.php:569 msgid "Cautious Sharing " msgstr "Försiktig delning" -#: ../../mod/connedit.php:569 +#: ../../mod/connedit.php:570 msgid "Follow Only" msgstr "Följ endast" -#: ../../mod/connedit.php:570 +#: ../../mod/connedit.php:571 msgid "Individual Permissions" msgstr "Individuella behörigheter" -#: ../../mod/connedit.php:571 +#: ../../mod/connedit.php:572 msgid "" "Some permissions may be inherited from your channel privacy settings, which have higher priority than " @@ -5719,205 +5844,288 @@ msgid "" "have no effect." msgstr "Vissa behörigheter kan ärvas från din kanals integritetsinställningar, vilka har högre prioritet än individuella inställningar. Ändring av de ärvda inställningarna på den här sidan har ingen effekt." -#: ../../mod/connedit.php:572 +#: ../../mod/connedit.php:573 msgid "Advanced Permissions" msgstr "Avancerade behörighetsinställningar" -#: ../../mod/connedit.php:573 +#: ../../mod/connedit.php:574 msgid "Simple Permissions (select one and submit)" msgstr "Enkla behörighetsinställningar (välj en och spara)" -#: ../../mod/connedit.php:577 +#: ../../mod/connedit.php:578 #, php-format msgid "Visit %s's profile - %s" msgstr "Besök %ss profil - %s" -#: ../../mod/connedit.php:578 +#: ../../mod/connedit.php:579 msgid "Block/Unblock contact" msgstr "Blockera/häv blockering av kontakt" -#: ../../mod/connedit.php:579 +#: ../../mod/connedit.php:580 msgid "Ignore contact" msgstr "Ignorera kontakt" -#: ../../mod/connedit.php:580 +#: ../../mod/connedit.php:581 msgid "Repair URL settings" msgstr "Reparera URL-inställningar" -#: ../../mod/connedit.php:581 +#: ../../mod/connedit.php:582 msgid "View conversations" msgstr "Visa konversationer" -#: ../../mod/connedit.php:583 +#: ../../mod/connedit.php:584 msgid "Delete contact" msgstr "Ta bort kontakt" -#: ../../mod/connedit.php:586 +#: ../../mod/connedit.php:587 msgid "Last update:" msgstr "Senaste uppdatering:" -#: ../../mod/connedit.php:588 +#: ../../mod/connedit.php:589 msgid "Update public posts" msgstr "Uppdatera offentliga inlägg" -#: ../../mod/connedit.php:590 +#: ../../mod/connedit.php:591 msgid "Update now" msgstr "Uppdatera nu" -#: ../../mod/connedit.php:596 +#: ../../mod/connedit.php:597 msgid "Currently blocked" msgstr "Blockerad" -#: ../../mod/connedit.php:597 +#: ../../mod/connedit.php:598 msgid "Currently ignored" msgstr "Ignorerad" -#: ../../mod/connedit.php:598 +#: ../../mod/connedit.php:599 msgid "Currently archived" msgstr "Arkiverad" -#: ../../mod/connedit.php:599 +#: ../../mod/connedit.php:600 msgid "Currently pending" msgstr "Inväntar svar" -#: ../../mod/connedit.php:600 +#: ../../mod/connedit.php:601 msgid "Hide this contact from others" msgstr "Dölj den här kontakten för andra" -#: ../../mod/connedit.php:600 +#: ../../mod/connedit.php:601 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Svar/gilla-reaktioner på dina offentliga inlägg kan fortfarande synas" -#: ../../mod/thing.php:96 -msgid "Thing updated" -msgstr "Föremål uppdaterat" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Kunde inte hitta mottagare." -#: ../../mod/thing.php:156 -msgid "Object store: failed" -msgstr "Objektlagring: misslyckades" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Kunde inte kommunicera med den begärda kanalen." -#: ../../mod/thing.php:160 -msgid "Thing added" -msgstr "Föremål tillagt" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Kan inte bekräfta den begärda kanalen." -#: ../../mod/thing.php:180 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Den valda kanalen har restriktioner för privata meddelanden. Misslyckades att skicka." -#: ../../mod/thing.php:232 -msgid "Show Thing" -msgstr "Visa föremål" +#: ../../mod/mail.php:136 +msgid "Message deleted." +msgstr "Meddelande borttaget." -#: ../../mod/thing.php:239 -msgid "item not found." -msgstr "föremål hittades inte." +#: ../../mod/mail.php:153 +msgid "Message recalled." +msgstr "Meddelande återkallat." + +#: ../../mod/mail.php:222 +msgid "Send Private Message" +msgstr "Skicka privat meddelande." + +#: ../../mod/mail.php:223 ../../mod/mail.php:340 +msgid "To:" +msgstr "Till:" + +#: ../../mod/mail.php:228 ../../mod/mail.php:342 +msgid "Subject:" +msgstr "Ämne:" + +#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/invite.php:131 +msgid "Your message:" +msgstr "Ditt meddelande:" + +#: ../../mod/mail.php:239 +msgid "Send" +msgstr "Skicka" + +#: ../../mod/mail.php:266 +msgid "Message not found." +msgstr "Meddelandet hittades inte." + +#: ../../mod/mail.php:309 +msgid "Delete message" +msgstr "Ta bort meddelande" + +#: ../../mod/mail.php:310 +msgid "Recall message" +msgstr "Återkalla meddelande" + +#: ../../mod/mail.php:312 +msgid "Message has been recalled." +msgstr "Meddelandet har återkallats." + +#: ../../mod/mail.php:329 +msgid "Private Conversation" +msgstr "Privat konversation" + +#: ../../mod/mail.php:333 ../../mod/message.php:72 +msgid "Delete conversation" +msgstr "Ta bort konversation" + +#: ../../mod/mail.php:335 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Ingen säker kommunikationskanal tillgänglig. Du kan möjligtvis svara från avsändarens profilsida." + +#: ../../mod/mail.php:339 +msgid "Send Reply" +msgstr "Skicka svar" + +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "Information om sidans ägare kunde inte hittas." + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Albumet hittades inte." + +#: ../../mod/photos.php:119 ../../mod/photos.php:672 +msgid "Delete Album" +msgstr "Ta bort album" + +#: ../../mod/photos.php:159 ../../mod/photos.php:958 +msgid "Delete Photo" +msgstr "Ta bort foto" + +#: ../../mod/photos.php:469 +msgid "No photos selected" +msgstr "Inga foton valda" + +#: ../../mod/photos.php:513 +msgid "Access to this item is restricted." +msgstr "Åtkomst till den här posten är begränsat." + +#: ../../mod/photos.php:552 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "%1$.2f MB av %2$.2f MB fotolagring använt." + +#: ../../mod/photos.php:555 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "%1$.2f MB fotolagring använt." -#: ../../mod/thing.php:270 -msgid "Edit Thing" -msgstr "Redigera föremål" +#: ../../mod/photos.php:579 +msgid "Upload Photos" +msgstr "Ladda upp foton" -#: ../../mod/thing.php:272 ../../mod/thing.php:319 -msgid "Select a profile" -msgstr "Välj en profil" +#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:943 +msgid "Enter a new album name" +msgstr "Ange ett nytt albumnamn" -#: ../../mod/thing.php:276 ../../mod/thing.php:322 -msgid "Post an activity" -msgstr "Posta en aktivitet" +#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:944 +msgid "or select an existing one (doubleclick)" +msgstr "eller välj ett befintligt (dubbelklicka)" -#: ../../mod/thing.php:276 ../../mod/thing.php:322 -msgid "Only sends to viewers of the applicable profile" -msgstr "Skickar bara till de som tittar på den aktuella profilen" +#: ../../mod/photos.php:585 +msgid "Do not show a status post for this upload" +msgstr "Visa inte en statusuppdatering för den här uppladdningen" -#: ../../mod/thing.php:278 ../../mod/thing.php:324 -msgid "Name of thing e.g. something" -msgstr "Namn på föremål, t.ex. någonting" +#: ../../mod/photos.php:613 +msgid "Album name could not be decoded" +msgstr "Albumnamn kunde inte tolkas" -#: ../../mod/thing.php:280 ../../mod/thing.php:325 -msgid "URL of thing (optional)" -msgstr "URL för föremål (frivilligt)" +#: ../../mod/photos.php:654 ../../mod/photos.php:1167 +#: ../../mod/photos.php:1183 +msgid "Contact Photos" +msgstr "Kontaktfoton" -#: ../../mod/thing.php:282 ../../mod/thing.php:326 -msgid "URL for photo of thing (optional)" -msgstr "URL för foto på föremål (frivilligt)" +#: ../../mod/photos.php:678 +msgid "Show Newest First" +msgstr "Visa nyast först" -#: ../../mod/thing.php:317 -msgid "Add Thing to your Profile" -msgstr "Lägg till föremål till din profil" +#: ../../mod/photos.php:680 +msgid "Show Oldest First" +msgstr "Visa äldst först" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Inget giltigt konto hittades." +#: ../../mod/photos.php:707 ../../mod/photos.php:1215 +msgid "View Photo" +msgstr "Visa foto" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "Lösenordsåterställning har skickats. Kontrollera din e-post." +#: ../../mod/photos.php:736 +msgid "Edit Album" +msgstr "Redigera album" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Servermedlem (%s)" +#: ../../mod/photos.php:781 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Behörighet saknas. Åtkomst till den här posten kan vara begränsat." -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "Lösenordsåterställning begärd på %s" +#: ../../mod/photos.php:783 +msgid "Photo not available" +msgstr "Foto inte tillgängligt" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Begäran kunde inte bekräftas. (Du kan ha skickat den tidigare.) Lösenordsåterställningen misslyckades." +#: ../../mod/photos.php:841 +msgid "Use as profile photo" +msgstr "Använd som profilfoto" -#: ../../mod/lostpass.php:85 ../../boot.php:1494 -msgid "Password Reset" -msgstr "Lösenordsåterställning" +#: ../../mod/photos.php:848 +msgid "Private Photo" +msgstr "Privat foto" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "Ditt lösenord har återställts som begärt." +#: ../../mod/photos.php:863 +msgid "View Full Size" +msgstr "Visa fullstorlek" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "Ditt nya lösenord är" +#: ../../mod/photos.php:937 +msgid "Edit photo" +msgstr "Redigera foto" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Spara eller kopiera ditt nya lösenord - " +#: ../../mod/photos.php:939 +msgid "Rotate CW (right)" +msgstr "Rotera medurs (höger)" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "klicka sedan här för att logga in" +#: ../../mod/photos.php:940 +msgid "Rotate CCW (left)" +msgstr "Rotera moturs (vänster)" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Ditt lösenord kan bytas från sidan Inställningar när du är inloggad." +#: ../../mod/photos.php:947 +msgid "Caption" +msgstr "Bildtext" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "Ditt lösenord byttes på %s" +#: ../../mod/photos.php:949 +msgid "Add a Tag" +msgstr "Lägg till en tagg" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Glömt lösenordet?" +#: ../../mod/photos.php:953 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Exempel: @bob, @Barbara_Jensen, @jim@example.com" -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Ange din e-postadress och skicka för att återställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner." +#: ../../mod/photos.php:956 +msgid "Flag as adult in album view" +msgstr "Flagga som olämpligt för barn i albumvyn" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "E-postadress" +#: ../../mod/photos.php:1133 +msgid "In This Photo:" +msgstr "På fotot:" -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Återställ" +#: ../../mod/photos.php:1221 +msgid "View Album" +msgstr "Visa album" + +#: ../../mod/photos.php:1244 +msgid "Recent Photos" +msgstr "Nya foton" #: ../../mod/bookmarks.php:38 msgid "Bookmark added" @@ -5939,436 +6147,488 @@ msgstr "Den här servern är inte en katalogserver" msgid "RedMatrix - Guests: Username: {your email address}, Password: +++" msgstr "RedMatrix - Gäster: Användarnamn {din e-postadress}, Lösenord: +++" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 -#: ../../mod/profiles.php:222 ../../mod/profiles.php:565 -msgid "Profile not found." -msgstr "Profil hittades inte." +#: ../../mod/acl.php:245 +msgid "network" +msgstr "nätverk" -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profil borttagen." +#: ../../mod/blocks.php:99 +msgid "Block Name" +msgstr "Blocknamn" -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Profil-" +#: ../../mod/editblock.php:115 +msgid "Edit Block" +msgstr "Redigera block" -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "Ny profil skapad." +#: ../../mod/editblock.php:125 +msgid "Delete block?" +msgstr "Ta bort block?" -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "Profil inte tillgänglig för kloning." +#: ../../mod/editblock.php:183 +msgid "Delete Block" +msgstr "Ta bort block" -#: ../../mod/profiles.php:136 -msgid "Profile unavailable to export." -msgstr "Profil inte tillgänglig för export." +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout uppdaterad." -#: ../../mod/profiles.php:232 -msgid "Profile Name is required." -msgstr "Profilnamn krävs." +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Redigera systemsidbeskrivning" -#: ../../mod/profiles.php:378 -msgid "Marital Status" -msgstr "Civilstånd" +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout hittas inte." -#: ../../mod/profiles.php:382 -msgid "Romantic Partner" -msgstr "Romantisk partner" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Modulnamn:" -#: ../../mod/profiles.php:386 -msgid "Likes" -msgstr "Gillar" +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:107 +msgid "Layout Help" +msgstr "Layouthjälp" -#: ../../mod/profiles.php:390 -msgid "Dislikes" -msgstr "Ogillar" +#: ../../mod/editlayout.php:108 +msgid "Edit Layout" +msgstr "Redigera layout" -#: ../../mod/profiles.php:394 -msgid "Work/Employment" -msgstr "Arbete/sysselsättning" +#: ../../mod/editlayout.php:117 +msgid "Delete layout?" +msgstr "Ta bort layout?" + +#: ../../mod/editlayout.php:178 +msgid "Delete Layout" +msgstr "Ta bort layout" + +#: ../../mod/home.php:48 +msgid "Red Matrix - "The Network"" +msgstr "Red Matrix - "Nätverket"" + +#: ../../mod/home.php:101 +#, php-format +msgid "Welcome to %s" +msgstr "Välkommen till %s" + +#: ../../mod/editwebpage.php:140 +msgid "Edit Webpage" +msgstr "Redigera webbsida" + +#: ../../mod/editwebpage.php:150 +msgid "Delete webpage?" +msgstr "Ta bort webbsida?" + +#: ../../mod/editwebpage.php:215 +msgid "Delete Webpage" +msgstr "Ta bort webbsida" -#: ../../mod/profiles.php:397 -msgid "Religion" -msgstr "Religion" +#: ../../mod/impel.php:33 +msgid "webpage" +msgstr "webbsida" -#: ../../mod/profiles.php:401 -msgid "Political Views" -msgstr "Politisk åskådning" +#: ../../mod/impel.php:38 +msgid "block" +msgstr "block" -#: ../../mod/profiles.php:405 -msgid "Gender" -msgstr "Kön" +#: ../../mod/impel.php:43 +msgid "layout" +msgstr "layout" -#: ../../mod/profiles.php:409 -msgid "Sexual Preference" -msgstr "Sexuell preferens" +#: ../../mod/impel.php:117 +#, php-format +msgid "%s element installed" +msgstr "%selement installerat" -#: ../../mod/profiles.php:413 -msgid "Homepage" -msgstr "Hemsida" +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "Bilden laddades upp men beskärning misslyckades." -#: ../../mod/profiles.php:417 -msgid "Interests" -msgstr "Intressen" +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Ändring av bildstorlek misslyckades." -#: ../../mod/profiles.php:421 ../../mod/admin.php:866 -msgid "Address" -msgstr "Adress" +#: ../../mod/profile_photo.php:205 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Shift-uppdatera sidan eller rensa webbläsarcachen om det nya fotot inte visas direkt." -#: ../../mod/profiles.php:511 -msgid "Profile updated." -msgstr "Profil uppdaterad." +#: ../../mod/profile_photo.php:232 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Bilden överskrider storleksbegränsningen %d" -#: ../../mod/profiles.php:590 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Dölj din kontakt-/vänlista för de som ser den här profilen" +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "Kunde inte behandla bilden." -#: ../../mod/profiles.php:632 -msgid "Edit Profile Details" -msgstr "Redigera profildetaljer" +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "Fotot är inte tillgängligt." -#: ../../mod/profiles.php:634 -msgid "View this profile" -msgstr "Visa den här profilen" +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Ladda upp fil:" -#: ../../mod/profiles.php:636 -msgid "Change Profile Photo" -msgstr "Byt profilfoto" +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "Välj en profil:" -#: ../../mod/profiles.php:637 -msgid "Create a new profile using these settings" -msgstr "Skapa en ny profil utifrån de här inställningarna" +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Ladda upp profilfoto" -#: ../../mod/profiles.php:638 -msgid "Clone this profile" -msgstr "Klona den här profilen" +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "hoppa över det här steget" -#: ../../mod/profiles.php:639 -msgid "Delete this profile" -msgstr "Ta bort den här profilen" +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" +msgstr "välj ett foto från dina fotoalbum" -#: ../../mod/profiles.php:641 -msgid "Import profile from file" -msgstr "Importera profil från fil" +#: ../../mod/profile_photo.php:381 +msgid "Crop Image" +msgstr "Beskär bild" -#: ../../mod/profiles.php:642 -msgid "Export profile to file" -msgstr "Exportera profil som fil" +#: ../../mod/profile_photo.php:382 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Justera bildens beskärning för bästa utseende." -#: ../../mod/profiles.php:643 -msgid "Profile Name:" -msgstr "Profilnamn:" +#: ../../mod/profile_photo.php:384 +msgid "Done Editing" +msgstr "Klar med redigering" -#: ../../mod/profiles.php:644 -msgid "Your Full Name:" -msgstr "Ditt fulllständiga namn:" +#: ../../mod/profile_photo.php:427 +msgid "Image uploaded successfully." +msgstr "Bilduppladdning lyckades." -#: ../../mod/profiles.php:645 -msgid "Title/Description:" -msgstr "Titel/beskrivning:" +#: ../../mod/profile_photo.php:429 +msgid "Image upload failed." +msgstr "Bilduppladdning misslyckades." -#: ../../mod/profiles.php:646 -msgid "Your Gender:" -msgstr "Ditt kön:" +#: ../../mod/profile_photo.php:438 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Krympning av bilden [%s] misslyckades." -#: ../../mod/profiles.php:647 -msgid "Birthday :" -msgstr "Födelsedag:" +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Gilla/ogilla" -#: ../../mod/profiles.php:648 -msgid "Street Address:" -msgstr "Gatuadress:" +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Den här åtgärden fungerar bara för medlemmar." -#: ../../mod/profiles.php:649 -msgid "Locality/City:" -msgstr "Ort:" +#: ../../mod/like.php:21 +msgid "" +"Please login with your RedMatrix ID or register as a new RedMatrix member to continue." +msgstr "Logga in med ditt RedMatrix-ID eller registrera dig som ny RedMatrix medlem för att fortsätta." -#: ../../mod/profiles.php:650 -msgid "Postal/Zip Code:" -msgstr "Postnummer:" +#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 +msgid "Invalid request." +msgstr "Ogiltig begäran." -#: ../../mod/profiles.php:651 -msgid "Country:" -msgstr "Land:" +#: ../../mod/like.php:119 +msgid "thing" +msgstr "sak" -#: ../../mod/profiles.php:652 -msgid "Region/State:" -msgstr "Region:" +#: ../../mod/like.php:165 +msgid "Channel unavailable." +msgstr "Kanalen kan ej nås." -#: ../../mod/profiles.php:653 -msgid " Marital Status:" -msgstr " Civilstånd:" +#: ../../mod/like.php:204 +msgid "Previous action reversed." +msgstr "Föregående åtgärd återställdes." -#: ../../mod/profiles.php:654 -msgid "Who: (if applicable)" -msgstr "Vem: (om tillämpligt)" +#: ../../mod/like.php:422 +msgid "Action completed." +msgstr "Åtgärden slutfördes." -#: ../../mod/profiles.php:655 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Exempel: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/like.php:423 +msgid "Thank you." +msgstr "Tack." -#: ../../mod/profiles.php:656 -msgid "Since [date]:" -msgstr "Sedan [datum]" +#: ../../mod/help.php:41 ../../mod/help.php:47 ../../mod/help.php:53 +msgid "Help:" +msgstr "Hjälp:" -#: ../../mod/profiles.php:658 -msgid "Homepage URL:" -msgstr "Hemsideadress:" +#: ../../mod/help.php:67 ../../index.php:238 +msgid "Not Found" +msgstr "Hittas inte" -#: ../../mod/profiles.php:661 -msgid "Religious Views:" -msgstr "Religion/livsåskådning:" +#: ../../mod/thing.php:96 +msgid "Thing updated" +msgstr "Föremål uppdaterat" -#: ../../mod/profiles.php:662 -msgid "Keywords:" -msgstr "Nyckelord:" +#: ../../mod/thing.php:156 +msgid "Object store: failed" +msgstr "Objektlagring: misslyckades" -#: ../../mod/profiles.php:665 -msgid "Example: fishing photography software" -msgstr "Exempel: fiske fotografering mjukvara" +#: ../../mod/thing.php:160 +msgid "Thing added" +msgstr "Föremål tillagt" -#: ../../mod/profiles.php:666 -msgid "Used in directory listings" -msgstr "Används i kataloglistningar" +#: ../../mod/thing.php:180 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/profiles.php:667 -msgid "Tell us about yourself..." -msgstr "Beskriv dig själv..." +#: ../../mod/thing.php:232 +msgid "Show Thing" +msgstr "Visa föremål" -#: ../../mod/profiles.php:668 -msgid "Hobbies/Interests" -msgstr "Fritidssysselsättning/intressen" +#: ../../mod/thing.php:239 +msgid "item not found." +msgstr "föremål hittades inte." -#: ../../mod/profiles.php:669 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformation och sociala nätverk" +#: ../../mod/thing.php:270 +msgid "Edit Thing" +msgstr "Redigera föremål" -#: ../../mod/profiles.php:670 -msgid "My other channels" -msgstr "Mina andra kanaler" +#: ../../mod/thing.php:272 ../../mod/thing.php:319 +msgid "Select a profile" +msgstr "Välj en profil" -#: ../../mod/profiles.php:671 -msgid "Musical interests" -msgstr "Musikintressen" +#: ../../mod/thing.php:276 ../../mod/thing.php:322 +msgid "Post an activity" +msgstr "Posta en aktivitet" + +#: ../../mod/thing.php:276 ../../mod/thing.php:322 +msgid "Only sends to viewers of the applicable profile" +msgstr "Skickar bara till de som tittar på den aktuella profilen" -#: ../../mod/profiles.php:672 -msgid "Books, literature" -msgstr "Böcker, litteratur" +#: ../../mod/thing.php:278 ../../mod/thing.php:324 +msgid "Name of thing e.g. something" +msgstr "Namn på föremål, t.ex. någonting" -#: ../../mod/profiles.php:673 -msgid "Television" -msgstr "Tv" +#: ../../mod/thing.php:280 ../../mod/thing.php:325 +msgid "URL of thing (optional)" +msgstr "URL för föremål (frivilligt)" -#: ../../mod/profiles.php:674 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/kultur/underhållning" +#: ../../mod/thing.php:282 ../../mod/thing.php:326 +msgid "URL for photo of thing (optional)" +msgstr "URL för foto på föremål (frivilligt)" -#: ../../mod/profiles.php:675 -msgid "Love/romance" -msgstr "Kärlek/romantik" +#: ../../mod/thing.php:317 +msgid "Add Thing to your Profile" +msgstr "Lägg till föremål till din profil" -#: ../../mod/profiles.php:676 -msgid "Work/employment" -msgstr "Arbete/sysselsättning" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Kontakten hittades inte." -#: ../../mod/profiles.php:677 -msgid "School/education" -msgstr "Skola/utbildning" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Vänförfrågan skickad." -#: ../../mod/profiles.php:683 -msgid "This is your default profile." -msgstr "Det här är din standardprofil." +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Föreslå vänner" -#: ../../mod/profiles.php:694 ../../mod/directory.php:159 -msgid "Age: " -msgstr "Ålder:" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Föreslå en vän för %s" -#: ../../mod/profiles.php:737 -msgid "Edit/Manage Profiles" -msgstr "Redigera/hantera profiler" +#: ../../mod/filestorage.php:76 +msgid "Permission Denied." +msgstr "Behörighet saknas." -#: ../../mod/profiles.php:738 -msgid "Add profile things" -msgstr "Lägg till profilsaker" +#: ../../mod/filestorage.php:92 +msgid "File not found." +msgstr "Filen hittas inte." -#: ../../mod/profiles.php:739 -msgid "Include desirable objects in your profile" -msgstr "Inkludera fina prylar i din profil" +#: ../../mod/filestorage.php:131 +msgid "Edit file permissions" +msgstr "Redigera filrättigheter" -#: ../../mod/editblock.php:79 ../../mod/editblock.php:95 -#: ../../mod/editlayout.php:78 ../../mod/editpost.php:20 -#: ../../mod/editwebpage.php:77 -msgid "Item not found" -msgstr "Posten hittas inte" +#: ../../mod/filestorage.php:140 +msgid "Set/edit permissions" +msgstr "Ställ in/ändra behörigheter" -#: ../../mod/editblock.php:115 -msgid "Edit Block" -msgstr "Redigera block" +#: ../../mod/filestorage.php:141 +msgid "Include all files and sub folders" +msgstr "Inkludera alla filer och underkataloger" -#: ../../mod/editblock.php:125 -msgid "Delete block?" -msgstr "Ta bort block?" +#: ../../mod/filestorage.php:142 +msgid "Return to file list" +msgstr "Återgå till fillistan" -#: ../../mod/editblock.php:147 ../../mod/editlayout.php:143 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:178 -msgid "Insert YouTube video" -msgstr "Infoga Youtube-video" +#: ../../mod/filestorage.php:144 +msgid "Copy/paste this code to attach file to a post" +msgstr "Kopiera/klistra in den här koden för att bifoga filen i ett inlägg" -#: ../../mod/editblock.php:148 ../../mod/editlayout.php:144 -#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:179 -msgid "Insert Vorbis [.ogg] video" -msgstr "Infoga Vorbis [.ogg]-video" +#: ../../mod/filestorage.php:145 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Kopiera/klistra in den här URL:en för att länka till filen från en webbsida" -#: ../../mod/editblock.php:149 ../../mod/editlayout.php:145 -#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:180 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Infoga Vorbis [.ogg]-ljud" +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" +msgstr "Fortsätt" -#: ../../mod/editblock.php:183 -msgid "Delete Block" -msgstr "Ta bort block" +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" +msgstr "Inställning av premiumkanal" -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "Layout uppdaterad." +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" +msgstr "Aktivera kontaktrestriktioner för premiumkanal" -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "Redigera systemsidbeskrivning" +#: ../../mod/connect.php:88 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Ange dina restriktioner och villkor, som Paypal-kvitto, användarriktlinjer, etc." -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "Layout hittas inte." +#: ../../mod/connect.php:90 ../../mod/connect.php:110 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Den här kanalen kan kräva ytterligare steg eller godkännande av följande villkor innan anslutning:" -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "Modulnamn:" +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Potentiella kontakter kommer sedan att se följande text innan de går vidare:" -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:107 -msgid "Layout Help" -msgstr "Layouthjälp" +#: ../../mod/connect.php:92 ../../mod/connect.php:113 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Genom att fortsätta intygar jag att jag har följt alla instruktioner som ges på den här sidan." -#: ../../mod/editlayout.php:108 -msgid "Edit Layout" -msgstr "Redigera layout" +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Inga specifika instruktioner har givits av kanalägaren.)" -#: ../../mod/editlayout.php:117 -msgid "Delete layout?" -msgstr "Ta bort layout?" +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" +msgstr "Begränsad kanal eller premiumkanal" -#: ../../mod/editlayout.php:178 -msgid "Delete Layout" -msgstr "Ta bort layout" +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "- välj -" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Posten går ej att redigera" +#: ../../mod/locs.php:19 ../../mod/locs.php:46 +msgid "Location not found." +msgstr "Platsen hittades inte." -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Ta bort posten?" +#: ../../mod/locs.php:50 +msgid "Primary location cannot be removed." +msgstr "Huvudplatsen kan inte tas bort." -#: ../../mod/editwebpage.php:140 -msgid "Edit Webpage" -msgstr "Redigera webbsida" +#: ../../mod/locs.php:82 +msgid "No locations found." +msgstr "Inga platser hittades." -#: ../../mod/editwebpage.php:150 -msgid "Delete webpage?" -msgstr "Ta bort webbsida?" +#: ../../mod/locs.php:95 +msgid "Manage Channel Locations" +msgstr "Hantera kanalplatser" -#: ../../mod/editwebpage.php:215 -msgid "Delete Webpage" -msgstr "Ta bort webbsida" +#: ../../mod/locs.php:96 +msgid "Location (address)" +msgstr "Plats (adress)" -#: ../../mod/impel.php:33 -msgid "webpage" -msgstr "webbsida" +#: ../../mod/locs.php:97 +msgid "Primary Location" +msgstr "Huvudplats" -#: ../../mod/impel.php:38 -msgid "block" -msgstr "block" +#: ../../mod/locs.php:98 +msgid "Drop location" +msgstr "Ta bort plats" -#: ../../mod/impel.php:43 -msgid "layout" -msgstr "layout" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanal tillagd." -#: ../../mod/impel.php:117 +#: ../../mod/import.php:25 #, php-format -msgid "%s element installed" -msgstr "%selement installerat" +msgid "Your service plan only allows %d channels." +msgstr "Din tjänstenivå tillåter bara %d kanaler." -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." -msgstr "Bilden laddades upp men beskärning misslyckades." +#: ../../mod/import.php:51 +msgid "Nothing to import." +msgstr "Inget att importera." -#: ../../mod/profile_photo.php:161 -msgid "Image resize failed." -msgstr "Ändring av bildstorlek misslyckades." +#: ../../mod/import.php:75 +msgid "Unable to download data from old server" +msgstr "Kunde inte ladda ner data från den gamla servern" -#: ../../mod/profile_photo.php:205 +#: ../../mod/import.php:81 +msgid "Imported file is empty." +msgstr "Den importerade filen är tom." + +#: ../../mod/import.php:106 msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Shift-uppdatera sidan eller rensa webbläsarcachen om det nya fotot inte visas direkt." +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "Kan inte skapa ett dubblerat kanal-ID på det här systemet. Import misslyckades." -#: ../../mod/profile_photo.php:232 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Bilden överskrider storleksbegränsningen %d" +#: ../../mod/import.php:127 +msgid "Unable to create a unique channel address. Import failed." +msgstr "Kan inte skapa en unik kanaladress. Import misslyckades." -#: ../../mod/profile_photo.php:241 -msgid "Unable to process image." -msgstr "Kunde inte behandla bilden." +#: ../../mod/import.php:147 +msgid "Channel clone failed. Import failed." +msgstr "Kloning av kanalen misslyckades. Import misslyckades." -#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 -msgid "Photo not available." -msgstr "Fotot är inte tillgängligt." +#: ../../mod/import.php:157 +msgid "Cloned channel not found. Import failed." +msgstr "Den klonade kanalen hittas inte. Import misslyckades." + +#: ../../mod/import.php:475 +msgid "Import completed." +msgstr "Import slutförd." -#: ../../mod/profile_photo.php:358 -msgid "Upload File:" -msgstr "Ladda upp fil:" +#: ../../mod/import.php:487 +msgid "You must be logged in to use this feature." +msgstr "Du måste vara inloggad för att kunna använda den här funktionen." -#: ../../mod/profile_photo.php:359 -msgid "Select a profile:" -msgstr "Välj en profil:" +#: ../../mod/import.php:492 +msgid "Import Channel" +msgstr "Importera kanal" -#: ../../mod/profile_photo.php:360 -msgid "Upload Profile Photo" -msgstr "Ladda upp profilfoto" +#: ../../mod/import.php:493 +msgid "" +"Use this form to import an existing channel from a different server/hub. You" +" may retrieve the channel identity from the old server/hub via the network " +"or provide an export file. Only identity and connections/relationships will " +"be imported. Importation of content is not yet available." +msgstr "Använd det här formuläret för att importera en befintlig kanal från en annan server/hubb. Du kan få kanal-ID:t från den gamla servern/hubben över nätverket eller tillhandahålla en exportfil. Endast identitet och kontakter/relationer kommer att importeras. Import av innehåll stöds ännu inte." -#: ../../mod/profile_photo.php:365 -msgid "skip this step" -msgstr "hoppa över det här steget" +#: ../../mod/import.php:494 +msgid "File to Upload" +msgstr "Fil att ladda upp" -#: ../../mod/profile_photo.php:365 -msgid "select a photo from your photo albums" -msgstr "välj ett foto från dina fotoalbum" +#: ../../mod/import.php:495 +msgid "Or provide the old server/hub details" +msgstr "Eller ge uppgifter om den gamla servern/hubben" -#: ../../mod/profile_photo.php:381 -msgid "Crop Image" -msgstr "Beskär bild" +#: ../../mod/import.php:496 +msgid "Your old identity address (xyz@example.com)" +msgstr "Din gamla identitetsadress (xyz@example.com)" -#: ../../mod/profile_photo.php:382 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Justera bildens beskärning för bästa utseende." +#: ../../mod/import.php:497 +msgid "Your old login email address" +msgstr "Din gamla e-postadress för inloggning" -#: ../../mod/profile_photo.php:384 -msgid "Done Editing" -msgstr "Klar med redigering" +#: ../../mod/import.php:498 +msgid "Your old login password" +msgstr "Ditt gamla inloggningslösenord" -#: ../../mod/profile_photo.php:427 -msgid "Image uploaded successfully." -msgstr "Bilduppladdning lyckades." +#: ../../mod/import.php:499 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be" +" able to post from either location, but only one can be marked as the " +"primary location for files, photos, and media." +msgstr "Ange i bägge fallen om den här hubben ska vara din nya primära adress eller om den gamla platsen ska fortsätta att ha den rollen. Du kommer att kunna posta från båda platser, men bara en kan vara primärt utrymme för filer, foton och media." -#: ../../mod/profile_photo.php:429 -msgid "Image upload failed." -msgstr "Bilduppladdning misslyckades." +#: ../../mod/import.php:500 +msgid "Make this hub my primary location" +msgstr "Gör den här hubben till min primära plats" -#: ../../mod/profile_photo.php:438 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Krympning av bilden [%s] misslyckades." +#: ../../mod/import.php:501 +msgid "Import existing posts if possible" +msgstr "Importera befintliga inlägg om möjligt" #: ../../mod/item.php:159 msgid "Unable to locate original post." @@ -6382,277 +6642,295 @@ msgstr "Tomt inlägg förkastat." msgid "Executable content type not permitted to this channel." msgstr "Körbart innehåll tillåts inte i den här kanalen." -#: ../../mod/item.php:898 +#: ../../mod/item.php:899 msgid "System error. Post not saved." msgstr "Systemfel. Inlägget inte sparat." -#: ../../mod/item.php:1373 +#: ../../mod/item.php:1117 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "Du har nått din gräns på %1$.0f toppnivåinlägg." -#: ../../mod/item.php:1379 +#: ../../mod/item.php:1123 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Du har nått din gräns på %1$.0f webbsidor." -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Kontakten hittades inte." +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Inga förslag tillgängliga. Om det här är en ny server, försök igen om 24 timmar." -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Vänförfrågan skickad." +#: ../../mod/layouts.php:110 +msgid "Help with this feature" +msgstr "Hjälp för den här funktionen" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Föreslå vänner" +#: ../../mod/layouts.php:130 +msgid "Layout Name" +msgstr "Layoutnamn" -#: ../../mod/fsuggest.php:99 +#: ../../mod/tagger.php:98 #, php-format -msgid "Suggest a friend for %s" -msgstr "Föreslå en vän för %s" +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s taggade%2$ss %3$s med %4$s" -#: ../../mod/filestorage.php:76 -msgid "Permission Denied." -msgstr "Behörighet saknas." +#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 +#: ../../mod/profiles.php:222 ../../mod/profiles.php:565 +msgid "Profile not found." +msgstr "Profil hittades inte." -#: ../../mod/filestorage.php:92 -msgid "File not found." -msgstr "Filen hittas inte." +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profil borttagen." -#: ../../mod/filestorage.php:131 -msgid "Edit file permissions" -msgstr "Redigera filrättigheter" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profil-" -#: ../../mod/filestorage.php:140 -msgid "Set/edit permissions" -msgstr "Ställ in/ändra behörigheter" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Ny profil skapad." -#: ../../mod/filestorage.php:141 -msgid "Include all files and sub folders" -msgstr "Inkludera alla filer och underkataloger" +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Profil inte tillgänglig för kloning." -#: ../../mod/filestorage.php:142 -msgid "Return to file list" -msgstr "Återgå till fillistan" +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Profil inte tillgänglig för export." -#: ../../mod/filestorage.php:144 -msgid "Copy/paste this code to attach file to a post" -msgstr "Kopiera/klistra in den här koden för att bifoga filen i ett inlägg" +#: ../../mod/profiles.php:232 +msgid "Profile Name is required." +msgstr "Profilnamn krävs." -#: ../../mod/filestorage.php:145 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Kopiera/klistra in den här URL:en för att länka till filen från en webbsida" +#: ../../mod/profiles.php:378 +msgid "Marital Status" +msgstr "Civilstånd" -#: ../../mod/help.php:41 ../../mod/help.php:47 ../../mod/help.php:53 -msgid "Help:" -msgstr "Hjälp:" +#: ../../mod/profiles.php:382 +msgid "Romantic Partner" +msgstr "Romantisk partner" -#: ../../mod/help.php:67 ../../index.php:238 -msgid "Not Found" -msgstr "Hittas inte" +#: ../../mod/profiles.php:386 +msgid "Likes" +msgstr "Gillar" -#: ../../mod/acl.php:245 -msgid "network" -msgstr "nätverk" +#: ../../mod/profiles.php:390 +msgid "Dislikes" +msgstr "Ogillar" -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Inga potentiella sid-ombud funna." +#: ../../mod/profiles.php:394 +msgid "Work/Employment" +msgstr "Arbete/sysselsättning" -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Delegera sidhantering" +#: ../../mod/profiles.php:397 +msgid "Religion" +msgstr "Religion" -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Ombud kan hantera alla aspekter av det här kontot/den här sidan förutom grundläggande kontoinställningar. Delegera inte ditt personliga konto till någon som du inte litar fullständigt på." +#: ../../mod/profiles.php:401 +msgid "Political Views" +msgstr "Politisk åskådning" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Befintliga sid-ansvariga" +#: ../../mod/profiles.php:405 +msgid "Gender" +msgstr "Kön" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Befintliga sid-ombud" +#: ../../mod/profiles.php:409 +msgid "Sexual Preference" +msgstr "Sexuell preferens" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Potentiella ombud" +#: ../../mod/profiles.php:413 +msgid "Homepage" +msgstr "Hemsida" -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:133 ../../mod/photos.php:905 -msgid "Remove" -msgstr "Ta bort" +#: ../../mod/profiles.php:417 +msgid "Interests" +msgstr "Intressen" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Lägg till" +#: ../../mod/profiles.php:421 ../../mod/admin.php:866 +msgid "Address" +msgstr "Adress" -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Inga poster." +#: ../../mod/profiles.php:511 +msgid "Profile updated." +msgstr "Profil uppdaterad." -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Kanal tillagd." +#: ../../mod/profiles.php:590 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Dölj din kontakt-/vänlista för de som ser den här profilen" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "Krets skapad." +#: ../../mod/profiles.php:632 +msgid "Edit Profile Details" +msgstr "Redigera profildetaljer" + +#: ../../mod/profiles.php:634 +msgid "View this profile" +msgstr "Visa den här profilen" + +#: ../../mod/profiles.php:636 +msgid "Change Profile Photo" +msgstr "Byt profilfoto" + +#: ../../mod/profiles.php:637 +msgid "Create a new profile using these settings" +msgstr "Skapa en ny profil utifrån de här inställningarna" + +#: ../../mod/profiles.php:638 +msgid "Clone this profile" +msgstr "Klona den här profilen" + +#: ../../mod/profiles.php:639 +msgid "Delete this profile" +msgstr "Ta bort den här profilen" + +#: ../../mod/profiles.php:641 +msgid "Import profile from file" +msgstr "Importera profil från fil" + +#: ../../mod/profiles.php:642 +msgid "Export profile to file" +msgstr "Exportera profil som fil" + +#: ../../mod/profiles.php:643 +msgid "Profile Name:" +msgstr "Profilnamn:" -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Kunde inte skapa krets." +#: ../../mod/profiles.php:644 +msgid "Your Full Name:" +msgstr "Ditt fulllständiga namn:" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Kretsen uppdaterad." +#: ../../mod/profiles.php:645 +msgid "Title/Description:" +msgstr "Titel/beskrivning:" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Skapa en krets av kanaler." +#: ../../mod/profiles.php:646 +msgid "Your Gender:" +msgstr "Ditt kön:" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Namn på krets: " +#: ../../mod/profiles.php:647 +msgid "Birthday :" +msgstr "Födelsedag:" -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "Medlemmar kan ses av andra kanaler" +#: ../../mod/profiles.php:648 +msgid "Street Address:" +msgstr "Gatuadress:" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Krets borttagen." +#: ../../mod/profiles.php:649 +msgid "Locality/City:" +msgstr "Ort:" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Kunde inte ta bort krets." +#: ../../mod/profiles.php:650 +msgid "Postal/Zip Code:" +msgstr "Postnummer:" -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Redigera krets" +#: ../../mod/profiles.php:651 +msgid "Country:" +msgstr "Land:" -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Medlemmar" +#: ../../mod/profiles.php:652 +msgid "Region/State:" +msgstr "Region:" -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Alla anslutna kanaler" +#: ../../mod/profiles.php:653 +msgid " Marital Status:" +msgstr " Civilstånd:" -#: ../../mod/group.php:233 -msgid "Click on a channel to add or remove." -msgstr "Klicka på en kanal för att lägga till eller ta bort." +#: ../../mod/profiles.php:654 +msgid "Who: (if applicable)" +msgstr "Vem: (om tillämpligt)" -#: ../../mod/home.php:48 -msgid "Red Matrix - "The Network"" -msgstr "Red Matrix - "Nätverket"" +#: ../../mod/profiles.php:655 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Exempel: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/home.php:101 -#, php-format -msgid "Welcome to %s" -msgstr "Välkommen till %s" +#: ../../mod/profiles.php:656 +msgid "Since [date]:" +msgstr "Sedan [datum]" -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Inga förslag tillgängliga. Om det här är en ny server, försök igen om 24 timmar." +#: ../../mod/profiles.php:658 +msgid "Homepage URL:" +msgstr "Hemsideadress:" -#: ../../mod/import.php:25 -#, php-format -msgid "Your service plan only allows %d channels." -msgstr "Din tjänstenivå tillåter bara %d kanaler." +#: ../../mod/profiles.php:661 +msgid "Religious Views:" +msgstr "Religion/livsåskådning:" -#: ../../mod/import.php:51 -msgid "Nothing to import." -msgstr "Inget att importera." +#: ../../mod/profiles.php:662 +msgid "Keywords:" +msgstr "Nyckelord:" -#: ../../mod/import.php:75 -msgid "Unable to download data from old server" -msgstr "Kunde inte ladda ner data från den gamla servern" +#: ../../mod/profiles.php:665 +msgid "Example: fishing photography software" +msgstr "Exempel: fiske fotografering mjukvara" -#: ../../mod/import.php:81 -msgid "Imported file is empty." -msgstr "Den importerade filen är tom." +#: ../../mod/profiles.php:666 +msgid "Used in directory listings" +msgstr "Används i kataloglistningar" -#: ../../mod/import.php:105 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "Kan inte skapa ett dubblerat kanal-ID på det här systemet. Import misslyckades." +#: ../../mod/profiles.php:667 +msgid "Tell us about yourself..." +msgstr "Beskriv dig själv..." -#: ../../mod/import.php:123 -msgid "Channel clone failed. Import failed." -msgstr "Kloning av kanalen misslyckades. Import misslyckades." +#: ../../mod/profiles.php:668 +msgid "Hobbies/Interests" +msgstr "Fritidssysselsättning/intressen" -#: ../../mod/import.php:133 -msgid "Cloned channel not found. Import failed." -msgstr "Den klonade kanalen hittas inte. Import misslyckades." +#: ../../mod/profiles.php:669 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformation och sociala nätverk" -#: ../../mod/import.php:451 -msgid "Import completed." -msgstr "Import slutförd." +#: ../../mod/profiles.php:670 +msgid "My other channels" +msgstr "Mina andra kanaler" -#: ../../mod/import.php:463 -msgid "You must be logged in to use this feature." -msgstr "Du måste vara inloggad för att kunna använda den här funktionen." +#: ../../mod/profiles.php:671 +msgid "Musical interests" +msgstr "Musikintressen" -#: ../../mod/import.php:468 -msgid "Import Channel" -msgstr "Importera kanal" +#: ../../mod/profiles.php:672 +msgid "Books, literature" +msgstr "Böcker, litteratur" -#: ../../mod/import.php:469 -msgid "" -"Use this form to import an existing channel from a different server/hub. You" -" may retrieve the channel identity from the old server/hub via the network " -"or provide an export file. Only identity and connections/relationships will " -"be imported. Importation of content is not yet available." -msgstr "Använd det här formuläret för att importera en befintlig kanal från en annan server/hubb. Du kan få kanal-ID:t från den gamla servern/hubben över nätverket eller tillhandahålla en exportfil. Endast identitet och kontakter/relationer kommer att importeras. Import av innehåll stöds ännu inte." +#: ../../mod/profiles.php:673 +msgid "Television" +msgstr "Tv" -#: ../../mod/import.php:470 -msgid "File to Upload" -msgstr "Fil att ladda upp" +#: ../../mod/profiles.php:674 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/kultur/underhållning" -#: ../../mod/import.php:471 -msgid "Or provide the old server/hub details" -msgstr "Eller ge uppgifter om den gamla servern/hubben" +#: ../../mod/profiles.php:675 +msgid "Love/romance" +msgstr "Kärlek/romantik" -#: ../../mod/import.php:472 -msgid "Your old identity address (xyz@example.com)" -msgstr "Din gamla identitetsadress (xyz@example.com)" +#: ../../mod/profiles.php:676 +msgid "Work/employment" +msgstr "Arbete/sysselsättning" -#: ../../mod/import.php:473 -msgid "Your old login email address" -msgstr "Din gamla e-postadress för inloggning" +#: ../../mod/profiles.php:677 +msgid "School/education" +msgstr "Skola/utbildning" -#: ../../mod/import.php:474 -msgid "Your old login password" -msgstr "Ditt gamla inloggningslösenord" +#: ../../mod/profiles.php:683 +msgid "This is your default profile." +msgstr "Det här är din standardprofil." -#: ../../mod/import.php:475 -msgid "" -"For either option, please choose whether to make this hub your new primary " -"address, or whether your old location should continue this role. You will be" -" able to post from either location, but only one can be marked as the " -"primary location for files, photos, and media." -msgstr "Ange i bägge fallen om den här hubben ska vara din nya primära adress eller om den gamla platsen ska fortsätta att ha den rollen. Du kommer att kunna posta från båda platser, men bara en kan vara primärt utrymme för filer, foton och media." +#: ../../mod/profiles.php:694 ../../mod/directory.php:188 +msgid "Age: " +msgstr "Ålder:" -#: ../../mod/import.php:476 -msgid "Make this hub my primary location" -msgstr "Gör den här hubben till min primära plats" +#: ../../mod/profiles.php:737 +msgid "Edit/Manage Profiles" +msgstr "Redigera/hantera profiler" -#: ../../mod/import.php:477 -msgid "Import existing posts if possible" -msgstr "Importera befintliga inlägg om möjligt" +#: ../../mod/profiles.php:738 +msgid "Add profile things" +msgstr "Lägg till profilsaker" -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s taggade%2$ss %3$s med %4$s" +#: ../../mod/profiles.php:739 +msgid "Include desirable objects in your profile" +msgstr "Inkludera fina prylar i din profil" #: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 msgid "Tag removed" @@ -6749,10 +7027,6 @@ msgstr "Aktiva tillägg" msgid "Site settings updated." msgstr "Serverinställningar uppdaterade." -#: ../../mod/admin.php:363 -msgid "mobile" -msgstr "mobilt" - #: ../../mod/admin.php:365 msgid "experimental" msgstr "experimentellt" @@ -7310,111 +7584,118 @@ msgstr "Fältdefinition hittades inte" msgid "Edit Profile Field" msgstr "Redigera profilfält" -#: ../../mod/locs.php:19 ../../mod/locs.php:46 -msgid "Location not found." -msgstr "Platsen hittades inte." +#: ../../mod/manage.php:136 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Du har skapat %1$.0f av %2$.0f tillåtna kanaler." -#: ../../mod/locs.php:50 -msgid "Primary location cannot be removed." -msgstr "Huvudplatsen kan inte tas bort." +#: ../../mod/manage.php:144 +msgid "Create a new channel" +msgstr "Skapa en ny kanal" -#: ../../mod/locs.php:82 -msgid "No locations found." -msgstr "Inga platser hittades." +#: ../../mod/manage.php:149 +msgid "Current Channel" +msgstr "Nuvarande kanal" -#: ../../mod/locs.php:95 -msgid "Manage Channel Locations" -msgstr "Hantera kanalplatser" +#: ../../mod/manage.php:151 +msgid "Attach to one of your channels by selecting it." +msgstr "Anslut till en av dina kanaler genom att välja den." -#: ../../mod/locs.php:96 -msgid "Location (address)" -msgstr "Plats (adress)" +#: ../../mod/manage.php:152 +msgid "Default Channel" +msgstr "Standardkanal" -#: ../../mod/locs.php:97 -msgid "Primary Location" -msgstr "Huvudplats" +#: ../../mod/manage.php:153 +msgid "Make Default" +msgstr "Gör till standard" -#: ../../mod/locs.php:98 -msgid "Drop location" -msgstr "Ta bort plats" +#: ../../mod/menu.php:31 +msgid "Menu updated." +msgstr "Meny uppdaterad." + +#: ../../mod/menu.php:35 +msgid "Unable to update menu." +msgstr "Kunde inte uppdatera meny." + +#: ../../mod/menu.php:40 +msgid "Menu created." +msgstr "Meny skapad." -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Kunde inte hitta mottagare." +#: ../../mod/menu.php:44 +msgid "Unable to create menu." +msgstr "Kunde inte skapa meny." -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Kunde inte kommunicera med den begärda kanalen." +#: ../../mod/menu.php:76 +msgid "Manage Menus" +msgstr "Hantera menyer" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Kan inte bekräfta den begärda kanalen." +#: ../../mod/menu.php:79 +msgid "Drop" +msgstr "Ta bort" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Den valda kanalen har restriktioner för privata meddelanden. Misslyckades att skicka." +#: ../../mod/menu.php:81 +msgid "Bookmarks allowed" +msgstr "Bokmärken tillåtna" -#: ../../mod/mail.php:136 -msgid "Message deleted." -msgstr "Meddelande borttaget." +#: ../../mod/menu.php:82 +msgid "Create a new menu" +msgstr "Skapa en ny meny" -#: ../../mod/mail.php:153 -msgid "Message recalled." -msgstr "Meddelande återkallat." +#: ../../mod/menu.php:83 +msgid "Delete this menu" +msgstr "Ta bort den här menyn" -#: ../../mod/mail.php:222 -msgid "Send Private Message" -msgstr "Skicka privat meddelande." +#: ../../mod/menu.php:84 ../../mod/menu.php:125 +msgid "Edit menu contents" +msgstr "Redigera menyinnehåll" -#: ../../mod/mail.php:223 ../../mod/mail.php:340 -msgid "To:" -msgstr "Till:" +#: ../../mod/menu.php:85 +msgid "Edit this menu" +msgstr "Redigera den här menyn" -#: ../../mod/mail.php:228 ../../mod/mail.php:342 -msgid "Subject:" -msgstr "Ämne:" +#: ../../mod/menu.php:96 +msgid "New Menu" +msgstr "Ny meny" -#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/invite.php:131 -msgid "Your message:" -msgstr "Ditt meddelande:" +#: ../../mod/menu.php:97 ../../mod/menu.php:126 +msgid "Menu name" +msgstr "Menynamn" -#: ../../mod/mail.php:239 -msgid "Send" -msgstr "Skicka" +#: ../../mod/menu.php:97 ../../mod/menu.php:126 +msgid "Must be unique, only seen by you" +msgstr "Måste vara unikt, ses endast av dig" -#: ../../mod/mail.php:266 -msgid "Message not found." -msgstr "Meddelandet hittades inte." +#: ../../mod/menu.php:98 ../../mod/menu.php:127 +msgid "Menu title" +msgstr "Menytitel" -#: ../../mod/mail.php:309 -msgid "Delete message" -msgstr "Ta bort meddelande" +#: ../../mod/menu.php:98 ../../mod/menu.php:127 +msgid "Menu title as seen by others" +msgstr "Menytitel som andra ser den" -#: ../../mod/mail.php:310 -msgid "Recall message" -msgstr "Återkalla meddelande" +#: ../../mod/menu.php:99 ../../mod/menu.php:128 +msgid "Allow bookmarks" +msgstr "Tillåt bokmärken" -#: ../../mod/mail.php:312 -msgid "Message has been recalled." -msgstr "Meddelandet har återkallats." +#: ../../mod/menu.php:99 ../../mod/menu.php:128 +msgid "Menu may be used to store saved bookmarks" +msgstr "Menyn kan användas för att spara bokmärken" -#: ../../mod/mail.php:329 -msgid "Private Conversation" -msgstr "Privat konversation" +#: ../../mod/menu.php:114 +msgid "Menu deleted." +msgstr "Meny borttagen." -#: ../../mod/mail.php:333 ../../mod/message.php:72 -msgid "Delete conversation" -msgstr "Ta bort konversation" +#: ../../mod/menu.php:116 +msgid "Menu could not be deleted." +msgstr "Menyn kunde inte tas bort." -#: ../../mod/mail.php:335 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Ingen säker kommunikationskanal tillgänglig. Du kan möjligtvis svara från avsändarens profilsida." +#: ../../mod/menu.php:122 +msgid "Edit Menu" +msgstr "Redigera meny" -#: ../../mod/mail.php:339 -msgid "Send Reply" -msgstr "Skicka svar" +#: ../../mod/menu.php:124 +msgid "Add or remove entries to this menu" +msgstr "Lägg till eller ta bort menyval" #: ../../mod/invite.php:25 msgid "Total invitation limit exceeded." @@ -7481,209 +7762,113 @@ msgstr "eller besök " msgid "3. Click [Connect]" msgstr "3. Klicka [Ta kontakt]" -#: ../../mod/manage.php:136 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Du har skapat %1$.0f av %2$.0f tillåtna kanaler." - -#: ../../mod/manage.php:144 -msgid "Create a new channel" -msgstr "Skapa en ny kanal" - -#: ../../mod/manage.php:149 -msgid "Current Channel" -msgstr "Nuvarande kanal" - -#: ../../mod/manage.php:151 -msgid "Attach to one of your channels by selecting it." -msgstr "Anslut till en av dina kanaler genom att välja den." - -#: ../../mod/manage.php:152 -msgid "Default Channel" -msgstr "Standardkanal" - -#: ../../mod/manage.php:153 -msgid "Make Default" -msgstr "Gör till standard" - -#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 -#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 -#: ../../mod/update_home.php:21 -msgid "[Embedded content - reload page to view]" -msgstr "[Inbäddat innehåll - ladda om sidan för att visa]" - -#: ../../mod/layouts.php:110 -msgid "Help with this feature" -msgstr "Hjälp för den här funktionen" - -#: ../../mod/layouts.php:130 -msgid "Layout Name" -msgstr "Layoutnamn" - -#: ../../mod/lockview.php:31 -msgid "Remote privacy information not available." -msgstr "Icke-lokal integritetsinformation är inte tillgänglig" - -#: ../../mod/lockview.php:52 -msgid "Visible to:" -msgstr "Kan ses av:" - -#: ../../mod/viewconnections.php:58 -msgid "No connections." -msgstr "Inga kontakter." - -#: ../../mod/viewconnections.php:71 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Besök %ss profil [%s]" - -#: ../../mod/viewconnections.php:86 -msgid "View Connnections" -msgstr "Visa kontakter" - -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "Hubb hittades inte." - -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "Totalt antal röster" - -#: ../../mod/vote.php:98 -msgid "Average Rating" -msgstr "Genomsnittsbetyg" - -#: ../../mod/network.php:81 +#: ../../mod/network.php:84 msgid "No such group" msgstr "Ingen sådan grupp" -#: ../../mod/network.php:119 +#: ../../mod/network.php:122 msgid "Search Results For:" msgstr "Sökresultat för:" -#: ../../mod/network.php:173 +#: ../../mod/network.php:176 msgid "Collection is empty" msgstr "Kretsen är tom" -#: ../../mod/network.php:181 +#: ../../mod/network.php:184 msgid "Collection: " msgstr "Krets: " -#: ../../mod/network.php:194 +#: ../../mod/network.php:197 msgid "Connection: " msgstr "Kontakt:" -#: ../../mod/network.php:197 +#: ../../mod/network.php:200 msgid "Invalid connection." msgstr "Ogiltig kontakt." -#: ../../mod/wall_upload.php:35 -msgid "Wall Photos" -msgstr "Väggfoton" - -#: ../../mod/match.php:16 -msgid "Profile Match" -msgstr "Profilträff" - -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Inga nyckelord att matcha mot. Lägg till några nyckelord i din standardprofil." - -#: ../../mod/match.php:61 -msgid "is interested in:" -msgstr "är intresserad av:" - -#: ../../mod/match.php:69 -msgid "No matches" -msgstr "Inga träffar" - -#: ../../mod/menu.php:31 -msgid "Menu updated." -msgstr "Meny uppdaterad." - -#: ../../mod/menu.php:35 -msgid "Unable to update menu." -msgstr "Kunde inte uppdatera meny." - -#: ../../mod/menu.php:40 -msgid "Menu created." -msgstr "Meny skapad." +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ogiltigt ID på förfrågan." -#: ../../mod/menu.php:44 -msgid "Unable to create menu." -msgstr "Kunde inte skapa meny." +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Förkasta" -#: ../../mod/menu.php:76 -msgid "Manage Menus" -msgstr "Hantera menyer" +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "Inga fler systemnotifieringar." -#: ../../mod/menu.php:79 -msgid "Drop" -msgstr "Ta bort" +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "Systemnotifieringar" -#: ../../mod/menu.php:81 -msgid "Bookmarks allowed" -msgstr "Bokmärken tillåtna" +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 +#: ../../mod/update_home.php:21 +msgid "[Embedded content - reload page to view]" +msgstr "[Inbäddat innehåll - ladda om sidan för att visa]" -#: ../../mod/menu.php:82 -msgid "Create a new menu" -msgstr "Skapa en ny meny" +#: ../../mod/lockview.php:31 +msgid "Remote privacy information not available." +msgstr "Icke-lokal integritetsinformation är inte tillgänglig" -#: ../../mod/menu.php:83 -msgid "Delete this menu" -msgstr "Ta bort den här menyn" +#: ../../mod/lockview.php:52 +msgid "Visible to:" +msgstr "Kan ses av:" -#: ../../mod/menu.php:84 ../../mod/menu.php:125 -msgid "Edit menu contents" -msgstr "Redigera menyinnehåll" +#: ../../mod/viewconnections.php:58 +msgid "No connections." +msgstr "Inga kontakter." -#: ../../mod/menu.php:85 -msgid "Edit this menu" -msgstr "Redigera den här menyn" +#: ../../mod/viewconnections.php:71 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Besök %ss profil [%s]" -#: ../../mod/menu.php:96 -msgid "New Menu" -msgstr "Ny meny" +#: ../../mod/viewconnections.php:86 +msgid "View Connnections" +msgstr "Visa kontakter" -#: ../../mod/menu.php:97 ../../mod/menu.php:126 -msgid "Menu name" -msgstr "Menynamn" +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Hubb hittades inte." -#: ../../mod/menu.php:97 ../../mod/menu.php:126 -msgid "Must be unique, only seen by you" -msgstr "Måste vara unikt, ses endast av dig" +#: ../../mod/vote.php:97 +msgid "Total votes" +msgstr "Totalt antal röster" -#: ../../mod/menu.php:98 ../../mod/menu.php:127 -msgid "Menu title" -msgstr "Menytitel" +#: ../../mod/vote.php:98 +msgid "Average Rating" +msgstr "Genomsnittsbetyg" -#: ../../mod/menu.php:98 ../../mod/menu.php:127 -msgid "Menu title as seen by others" -msgstr "Menytitel som andra ser den" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "Protokollfel för OpenID. Inget ID returnerades." -#: ../../mod/menu.php:99 ../../mod/menu.php:128 -msgid "Allow bookmarks" -msgstr "Tillåt bokmärken" +#: ../../mod/openid.php:72 ../../mod/openid.php:180 ../../mod/post.php:261 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Välkommen %s. Fjärrinloggning lyckades." -#: ../../mod/menu.php:99 ../../mod/menu.php:128 -msgid "Menu may be used to store saved bookmarks" -msgstr "Menyn kan användas för att spara bokmärken" +#: ../../mod/wall_upload.php:35 +msgid "Wall Photos" +msgstr "Väggfoton" -#: ../../mod/menu.php:114 -msgid "Menu deleted." -msgstr "Meny borttagen." +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Profilträff" -#: ../../mod/menu.php:116 -msgid "Menu could not be deleted." -msgstr "Menyn kunde inte tas bort." +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Inga nyckelord att matcha mot. Lägg till några nyckelord i din standardprofil." -#: ../../mod/menu.php:122 -msgid "Edit Menu" -msgstr "Redigera meny" +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "är intresserad av:" -#: ../../mod/menu.php:124 -msgid "Add or remove entries to this menu" -msgstr "Lägg till eller ta bort menyval" +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Inga träffar" #: ../../mod/message.php:41 msgid "Conversation removed." @@ -7732,27 +7917,19 @@ msgid "Channel Type" msgstr "Kanaltyp" #: ../../mod/new_channel.php:119 +msgid "?" +msgstr "?" + +#: ../../mod/new_channel.php:120 +msgid "What is this?" +msgstr "Vad är detta?" + +#: ../../mod/new_channel.php:121 msgid "" "Please choose a channel type (such as social networking or community forum) " "and privacy requirements so we can select the best permissions for you" msgstr "Välj en kanaltyp (som till exempel socialt nätverkande eller gemenskapsforum) och integritetskrav, så kan vi välja de bästa behörigheterna åt dig" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Ogiltigt ID på förfrågan." - -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Förkasta" - -#: ../../mod/notifications.php:94 ../../mod/notify.php:53 -msgid "No more system notifications." -msgstr "Inga fler systemnotifieringar." - -#: ../../mod/notifications.php:98 ../../mod/notify.php:57 -msgid "System Notifications" -msgstr "Systemnotifieringar" - #: ../../mod/xchan.php:6 msgid "Xchan Lookup" msgstr "Xchan-sökning" @@ -7773,196 +7950,55 @@ msgstr "Kunde inte hitta din hubb." msgid "Post successful." msgstr "Sändning lyckades." -#: ../../mod/directory.php:172 +#: ../../mod/directory.php:201 msgid "Gender: " msgstr "Kön:" -#: ../../mod/directory.php:174 +#: ../../mod/directory.php:203 msgid "Status: " msgstr "Status: " -#: ../../mod/directory.php:176 +#: ../../mod/directory.php:205 msgid "Homepage: " msgstr "Hemsida: " -#: ../../mod/directory.php:179 +#: ../../mod/directory.php:208 msgid "Hometown: " msgstr "Hemort: " -#: ../../mod/directory.php:181 +#: ../../mod/directory.php:210 msgid "About: " msgstr "Om: " -#: ../../mod/directory.php:236 +#: ../../mod/directory.php:265 msgid "Public Forum:" msgstr "Offentligt forum:" -#: ../../mod/directory.php:239 +#: ../../mod/directory.php:268 msgid "Keywords: " msgstr "Nyckelord: " -#: ../../mod/directory.php:279 +#: ../../mod/directory.php:318 msgid "Finding:" msgstr "Sökning efter:" -#: ../../mod/directory.php:284 +#: ../../mod/directory.php:323 msgid "next page" msgstr "nästa sida" -#: ../../mod/directory.php:284 +#: ../../mod/directory.php:323 msgid "previous page" msgstr "föregående sida" -#: ../../mod/directory.php:301 +#: ../../mod/directory.php:340 msgid "No entries (some entries may be hidden)." msgstr "Inga resultat (vissa resultat kan vara dolda)." -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "Information om sidans ägare kunde inte hittas." - -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Albumet hittades inte." - -#: ../../mod/photos.php:119 ../../mod/photos.php:672 -msgid "Delete Album" -msgstr "Ta bort album" - -#: ../../mod/photos.php:159 ../../mod/photos.php:958 -msgid "Delete Photo" -msgstr "Ta bort foto" - -#: ../../mod/photos.php:469 -msgid "No photos selected" -msgstr "Inga foton valda" - -#: ../../mod/photos.php:513 -msgid "Access to this item is restricted." -msgstr "Åtkomst till den här posten är begränsat." - -#: ../../mod/photos.php:552 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "%1$.2f MB av %2$.2f MB fotolagring använt." - -#: ../../mod/photos.php:555 -#, php-format -msgid "%1$.2f MB photo storage used." -msgstr "%1$.2f MB fotolagring använt." - -#: ../../mod/photos.php:579 -msgid "Upload Photos" -msgstr "Ladda upp foton" - -#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:943 -msgid "Enter a new album name" -msgstr "Ange ett nytt albumnamn" - -#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:944 -msgid "or select an existing one (doubleclick)" -msgstr "eller välj ett befintligt (dubbelklicka)" - -#: ../../mod/photos.php:585 -msgid "Do not show a status post for this upload" -msgstr "Visa inte en statusuppdatering för den här uppladdningen" - -#: ../../mod/photos.php:613 -msgid "Album name could not be decoded" -msgstr "Albumnamn kunde inte tolkas" - -#: ../../mod/photos.php:654 ../../mod/photos.php:1167 -#: ../../mod/photos.php:1183 -msgid "Contact Photos" -msgstr "Kontaktfoton" - -#: ../../mod/photos.php:678 -msgid "Show Newest First" -msgstr "Visa nyast först" - -#: ../../mod/photos.php:680 -msgid "Show Oldest First" -msgstr "Visa äldst först" - -#: ../../mod/photos.php:707 ../../mod/photos.php:1215 -msgid "View Photo" -msgstr "Visa foto" - -#: ../../mod/photos.php:736 -msgid "Edit Album" -msgstr "Redigera album" - -#: ../../mod/photos.php:781 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Behörighet saknas. Åtkomst till den här posten kan vara begränsat." - -#: ../../mod/photos.php:783 -msgid "Photo not available" -msgstr "Foto inte tillgängligt" - -#: ../../mod/photos.php:841 -msgid "Use as profile photo" -msgstr "Använd som profilfoto" - -#: ../../mod/photos.php:848 -msgid "Private Photo" -msgstr "Privat foto" - -#: ../../mod/photos.php:863 -msgid "View Full Size" -msgstr "Visa fullstorlek" - -#: ../../mod/photos.php:937 -msgid "Edit photo" -msgstr "Redigera foto" - -#: ../../mod/photos.php:939 -msgid "Rotate CW (right)" -msgstr "Rotera medurs (höger)" - -#: ../../mod/photos.php:940 -msgid "Rotate CCW (left)" -msgstr "Rotera moturs (vänster)" - -#: ../../mod/photos.php:947 -msgid "Caption" -msgstr "Bildtext" - -#: ../../mod/photos.php:949 -msgid "Add a Tag" -msgstr "Lägg till en tagg" - -#: ../../mod/photos.php:953 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "Exempel: @bob, @Barbara_Jensen, @jim@example.com" - -#: ../../mod/photos.php:956 -msgid "Flag as adult in album view" -msgstr "Flagga som olämpligt för barn i albumvyn" - -#: ../../mod/photos.php:1133 -msgid "In This Photo:" -msgstr "På fotot:" - -#: ../../mod/photos.php:1221 -msgid "View Album" -msgstr "Visa album" - -#: ../../mod/photos.php:1244 -msgid "Recent Photos" -msgstr "Nya foton" - -#: ../../mod/ping.php:265 -msgid "sent you a private message" -msgstr "skickade ett privat meddelande till dig" - -#: ../../mod/ping.php:316 -msgid "added your channel" -msgstr "lade till din kanal" - -#: ../../mod/ping.php:357 -msgid "posted an event" -msgstr "skapade en händelse" +#: ../../mod/post.php:229 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Fjärrinloggning blockerades. Du är inloggad på den här servern lokalt. Logga ut och försök igen." #: ../../mod/appman.php:28 ../../mod/appman.php:44 msgid "App installed." @@ -8320,41 +8356,41 @@ msgstr "Oordnade fotoalbum" msgid "Are you a clean desk or a messy desk person?" msgstr "Föredrar du ett tomt eller stökigt skrivbord?" -#: ../../boot.php:1293 +#: ../../boot.php:1345 #, php-format msgid "Update %s failed. See error logs." msgstr "Uppdatering %s misslyckades. Se felloggar." -#: ../../boot.php:1296 +#: ../../boot.php:1348 #, php-format msgid "Update Error at %s" msgstr "Uppdateringsfel på %s" -#: ../../boot.php:1463 +#: ../../boot.php:1515 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Skapa ett konto för att komma åt tjänster och applikationer inom Red Matrix" -#: ../../boot.php:1489 +#: ../../boot.php:1543 msgid "Password" msgstr "Lösenord" -#: ../../boot.php:1490 +#: ../../boot.php:1544 msgid "Remember me" msgstr "Kom ihåg mig" -#: ../../boot.php:1493 +#: ../../boot.php:1547 msgid "Forgot your password?" msgstr "Glömt lösenordet?" -#: ../../boot.php:1567 +#: ../../boot.php:1628 msgid "permission denied" msgstr "behörighet saknas" -#: ../../boot.php:1568 +#: ../../boot.php:1629 msgid "Got Zot?" msgstr "Got Zot?" -#: ../../boot.php:2030 +#: ../../boot.php:2112 msgid "toggle mobile" msgstr "växla mobil" diff --git a/view/sv/strings.php b/view/sv/strings.php index 3217a520e..7cfc355ea 100644 --- a/view/sv/strings.php +++ b/view/sv/strings.php @@ -7,281 +7,199 @@ function string_plural_select_sv($n){ ; $a->strings["Cannot locate DNS info for database server '%s'"] = "Kan inte hitta DNS-information för databasserver '%s'"; $a->strings["Profile Photos"] = "Profilfoton"; -$a->strings["photo"] = "foto"; -$a->strings["event"] = "händelse"; -$a->strings["channel"] = "kanal"; -$a->strings["status"] = "status"; -$a->strings["comment"] = "kommentar"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gillar %2\$ss %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gillar inte %2\$ss %3\$s"; -$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s har nu kontakt med %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s puffade %2\$s"; -$a->strings["poked"] = "puffade"; -$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s är %2\$s"; -$a->strings["Select"] = "Välj"; -$a->strings["Delete"] = "Ta bort"; -$a->strings["Private Message"] = "Privat meddelande"; -$a->strings["Message signature validated"] = "Meddelandesignatur bekräftad"; -$a->strings["Message signature incorrect"] = "Meddelandesignatur felaktig"; -$a->strings["View %s's profile @ %s"] = "Visa %ss profil på %s"; -$a->strings["Categories:"] = "Kategorier:"; -$a->strings["Filed under:"] = "Postat under:"; -$a->strings[" from %s"] = "från %s"; -$a->strings["last edited: %s"] = "senast redigerat: %s"; -$a->strings["Expires: %s"] = "Upphör: %s"; -$a->strings["View in context"] = "Visa sammanhang"; -$a->strings["Please wait"] = "Vänta"; -$a->strings["remove"] = "ta bort"; -$a->strings["Loading..."] = "Laddar..."; -$a->strings["Delete Selected Items"] = "Ta bort valda poster"; -$a->strings["View Source"] = "Visa källa"; -$a->strings["Follow Thread"] = "Följ tråd"; -$a->strings["View Status"] = "Visa status"; -$a->strings["View Profile"] = "Visa profil"; -$a->strings["View Photos"] = "Visa foton"; -$a->strings["Matrix Activity"] = "Matrisaktivitet"; -$a->strings["Connect"] = "Ta kontakt"; -$a->strings["Edit Contact"] = "Redigera kontakt"; -$a->strings["Send PM"] = "Skicka meddelande"; -$a->strings["Poke"] = "Puffa"; -$a->strings["Unknown"] = "Okända"; -$a->strings["%s likes this."] = "%s gillar det här."; -$a->strings["%s doesn't like this."] = "%s gillar inte det här."; -$a->strings["%2\$d people like this."] = array( - 0 => "%2\$d person gillar det här.", - 1 => "%2\$d personer gillar det här.", -); -$a->strings["%2\$d people don't like this."] = array( - 0 => "%2\$d person gillar inte det här.", - 1 => "%2\$d personer gillar inte det här.", -); -$a->strings["and"] = "och"; -$a->strings[", and %d other people"] = array( - 0 => ", och %d annan person", - 1 => ", och %d andra personer", -); -$a->strings["%s like this."] = "%s gillar det här."; -$a->strings["%s don't like this."] = "%s gillar inte det här."; -$a->strings["Visible to everybody"] = "Kan ses av alla"; -$a->strings["Please enter a link URL:"] = "Ange en länkadress:"; -$a->strings["Please enter a video link/URL:"] = "Ange en videolänkadress:"; -$a->strings["Please enter an audio link/URL:"] = "Ange en ljudlänkadress"; -$a->strings["Tag term:"] = "Tagguttryck"; -$a->strings["Save to Folder:"] = "Spara i mapp:"; -$a->strings["Where are you right now?"] = "Var är du just nu?"; -$a->strings["Expires YYYY-MM-DD HH:MM"] = "Upphör YYYY-MM-DD HH:MM"; -$a->strings["Preview"] = "Förhandsgranska"; -$a->strings["Share"] = "Dela"; -$a->strings["Page link title"] = "Titel på sidlänk"; -$a->strings["Post as"] = "Posta som"; -$a->strings["Upload photo"] = "Ladda upp foto"; -$a->strings["upload photo"] = "ladda upp foto"; -$a->strings["Attach file"] = "Bifoga fil"; -$a->strings["attach file"] = "bifoga fil"; -$a->strings["Insert web link"] = "Infoga webblänk"; -$a->strings["web link"] = "webblänk"; -$a->strings["Insert video link"] = "Infoga videolänk"; -$a->strings["video link"] = "videolänk"; -$a->strings["Insert audio link"] = "Infoga ljudlänk"; -$a->strings["audio link"] = "ljudlänk"; -$a->strings["Set your location"] = "Ange din plats"; -$a->strings["set location"] = "ange plats"; -$a->strings["Clear browser location"] = "Rensa webbläsarplats"; -$a->strings["clear location"] = "rensa plats"; -$a->strings["Set title"] = "Ange titel"; -$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparerad lista)"; -$a->strings["Permission settings"] = "Behörighetsinställningar"; -$a->strings["permissions"] = "behörighet"; -$a->strings["Public post"] = "Offentligt inlägg"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Exempel: bob@example.com, mary@example.com"; -$a->strings["Set expiration date"] = "Ange utgångsdatum"; -$a->strings["Encrypt text"] = "Kryptera text"; -$a->strings["OK"] = "OK"; -$a->strings["Cancel"] = "Avbryt"; -$a->strings["Discover"] = "Upptäck"; -$a->strings["Imported public streams"] = "Importerade offentliga strömmar"; -$a->strings["Commented Order"] = "Kommentarsordning"; -$a->strings["Sort by Comment Date"] = "Ordna efter kommentarsdatum"; -$a->strings["Posted Order"] = "Inläggsordning"; -$a->strings["Sort by Post Date"] = "Ordna efter när inlägget skrevs"; -$a->strings["Personal"] = "Personligt"; -$a->strings["Posts that mention or involve you"] = "Inlägg som nämner eller berör dig"; -$a->strings["New"] = "Nytt"; -$a->strings["Activity Stream - by date"] = "Aktivitetsström - efter datum"; -$a->strings["Starred"] = "Märkt"; -$a->strings["Favourite Posts"] = "Favoritinlägg"; -$a->strings["Spam"] = "Skräp"; -$a->strings["Posts flagged as SPAM"] = "Inlägg markerade som SKRÄP"; -$a->strings["Channel"] = "Kanal"; -$a->strings["Status Messages and Posts"] = "Statusmeddelanden och inlägg"; -$a->strings["About"] = "Om"; -$a->strings["Profile Details"] = "Profildetaljer"; -$a->strings["Photos"] = "Foton"; -$a->strings["Photo Albums"] = "Fotoalbum"; -$a->strings["Files"] = "Filer"; -$a->strings["Files and Storage"] = "Filer och lagring"; -$a->strings["Chatrooms"] = "Chattrum"; -$a->strings["Bookmarks"] = "Bokmärken"; -$a->strings["Saved Bookmarks"] = "Sparade bokmärken"; -$a->strings["Webpages"] = "Webbsidor"; -$a->strings["Manage Webpages"] = "Hantera webbsidor"; -$a->strings["Channel is blocked on this site."] = "Kanalen är blockerad på den här servern."; -$a->strings["Channel location missing."] = "Kanalplats saknas."; -$a->strings["Response from remote channel was incomplete."] = "Svar från den andra kanalen var ofullständigt."; -$a->strings["Channel was deleted and no longer exists."] = "Kanalen har tagits bort och finns inte längre."; -$a->strings["Protocol disabled."] = "Protokoll inaktiverat."; -$a->strings["Channel discovery failed."] = "Kanalsökning misslyckades."; -$a->strings["local account not found."] = "hittade inte lokalt konto."; -$a->strings["Cannot connect to yourself."] = "Du kan inte kontakta dig själv."; +$a->strings["Permission denied"] = "Behörighet saknas"; +$a->strings["(Unknown)"] = "(Okänt)"; +$a->strings["Visible to anybody on the internet."] = "Kan ses av vem som helst på Internet."; +$a->strings["Visible to you only."] = "Kan bara ses av dig."; +$a->strings["Visible to anybody in this network."] = "Kan ses av alla på det här nätverket."; +$a->strings["Visible to anybody authenticated."] = "Kan ses av alla inloggade."; +$a->strings["Visible to anybody on %s."] = "Kan ses av alla på %s."; +$a->strings["Visible to all connections."] = "Kan ses av alla kontakter."; +$a->strings["Visible to approved connections."] = "Kan ses av godkända kontakter."; +$a->strings["Visible to specific connections."] = "Kan ses av valda kontakter."; +$a->strings["Item not found."] = "Posten hittades inte."; +$a->strings["Permission denied."] = "Behörighet saknas."; +$a->strings["Collection not found."] = "Kretsen hittades inte."; +$a->strings["Collection is empty."] = "Kretsen är tom."; +$a->strings["Collection: %s"] = "Krets: %s"; +$a->strings["Connection: %s"] = "Kontakt: %s"; +$a->strings["Connection not found."] = "Kontakten hittades inte."; +$a->strings["Edit"] = "Redigera"; +$a->strings["No recipient provided."] = "Ingen mottagare angiven."; +$a->strings["[no subject]"] = "[inget ämne]"; +$a->strings["Unable to determine sender."] = "Kunde inte avgöra vem som är avsändare."; +$a->strings["Stored post could not be verified."] = "Den sparade posten kunde inte verifieras."; +$a->strings["view full size"] = "visa full storlek"; +$a->strings["Can view my normal stream and posts"] = "Kan se mina normala strömmar och inlägg"; +$a->strings["Can view my default channel profile"] = "Kan se min standardkanalprofil"; +$a->strings["Can view my photo albums"] = "Kan se mina fotoalbum"; +$a->strings["Can view my connections"] = "Kan se mina kontakter"; +$a->strings["Can view my file storage"] = "Kan se mitt filutrymme"; +$a->strings["Can view my webpages"] = "Kan se mina webbsidor"; +$a->strings["Can send me their channel stream and posts"] = "Kan skicka sina kanalströmmar och inlägg till mig"; +$a->strings["Can post on my channel page (\"wall\")"] = "Kan posta inlägg på min kanalsida (\"vägg\")"; +$a->strings["Can comment on or like my posts"] = "Kan kommentera eller gilla mina inlägg"; +$a->strings["Can send me private mail messages"] = "Kan skicka privata meddelanden till mig"; +$a->strings["Can post photos to my photo albums"] = "Kan lägga till foton i mitt fotoalbum"; +$a->strings["Can like/dislike stuff"] = "Kan gilla/ogilla saker"; +$a->strings["Profiles and things other than posts/comments"] = "Profiler och annat än inlägg/kommentarer"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan vidarebefordra till alla mina kanalkontakter genom @omnämnanden"; +$a->strings["Advanced - useful for creating group forum channels"] = "Avancerat - användbart för att skapa kanaler för gruppforum"; +$a->strings["Can chat with me (when available)"] = "Kan chatta med mig (när tillgänglig)"; +$a->strings["Can write to my file storage"] = "Har skrivrättigheter i mitt filutrymme"; +$a->strings["Can edit my webpages"] = "Kan redigera mina webbsidor"; +$a->strings["Can source my public posts in derived channels"] = "Kan använda mina offentliga inlägg i kanaler nedströms"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Ganska avancerat - väldigt användbart i öppna gemenskaper"; +$a->strings["Can administer my channel resources"] = "Kan administrera mina kanalresurser"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremt avancerat. Låt detta vara om du inte vet vad du gör"; +$a->strings["Social Networking"] = "Socialt nätverkande"; +$a->strings["Mostly Public"] = "Mestadels offentligt"; +$a->strings["Restricted"] = "Begränsat"; +$a->strings["Private"] = "Privat"; +$a->strings["Community Forum"] = "Gemenskapsforum"; +$a->strings["Feed Republish"] = "Vidarepublicering av flöde"; +$a->strings["Special Purpose"] = "Särskilt syfte"; +$a->strings["Celebrity/Soapbox"] = "Kändis/talarstol"; +$a->strings["Group Repository"] = "Gruppförråd"; +$a->strings["Other"] = "Annat"; +$a->strings["Custom/Expert Mode"] = "Anpassat/expertläge"; $a->strings["created a new post"] = "skapade ett nytt inlägg"; $a->strings["commented on %s's post"] = "kommenterade %ss inlägg"; +$a->strings["Tags"] = "Taggar"; +$a->strings["Categories"] = "Kategorier"; +$a->strings["Keywords"] = "Nyckelord"; +$a->strings["have"] = "har"; +$a->strings["has"] = "har"; +$a->strings["want"] = "vill ha"; +$a->strings["wants"] = "vill ha"; +$a->strings["like"] = "gilla"; +$a->strings["likes"] = "gillar"; +$a->strings["dislike"] = "ogilla"; +$a->strings["dislikes"] = "ogillar"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "gillar detta", + 1 => "gillar detta", +); $a->strings["New Page"] = "Ny sida"; -$a->strings["Edit"] = "Redigera"; $a->strings["View"] = "Visa"; +$a->strings["Preview"] = "Förhandsgranska"; $a->strings["Actions"] = "Åtgärder"; $a->strings["Page Link"] = "Länk"; $a->strings["Title"] = "Titel"; $a->strings["Created"] = "Skapad"; $a->strings["Edited"] = "Ändrad"; -$a->strings["%d invitation available"] = array( - 0 => "%d inbjudan tillgänglig", - 1 => "%d inbjudningar tillgängliga", -); -$a->strings["Advanced"] = "Avancerat"; -$a->strings["Find Channels"] = "Hitta kanaler"; -$a->strings["Enter name or interest"] = "Ange namn eller intresse"; -$a->strings["Connect/Follow"] = "Ta kontakt/följ"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exempel: Robert Morgenstein, Fiske"; -$a->strings["Find"] = "Sök"; -$a->strings["Channel Suggestions"] = "Kanalförslag"; -$a->strings["Random Profile"] = "Slumpvald profil"; -$a->strings["Invite Friends"] = "Bjud in vänner"; -$a->strings["Advanced example: name=fred and country=iceland"] = "Avancerat exempel: name=fred and country=iceland"; -$a->strings["Saved Folders"] = "Sparade mappar"; -$a->strings["Everything"] = "Allt"; -$a->strings["Categories"] = "Kategorier"; -$a->strings["%d connection in common"] = array( - 0 => "%d gemensam kontakt", - 1 => "%d gemensamma kontakter", -); -$a->strings["show more"] = "visa fler"; $a->strings["Embedded content"] = "Inbäddat innehåll"; $a->strings["Embedding disabled"] = "Inbäddning inaktiverat"; -$a->strings["No recipient provided."] = "Ingen mottagare angiven."; -$a->strings["[no subject]"] = "[inget ämne]"; -$a->strings["Unable to determine sender."] = "Kunde inte avgöra vem som är avsändare."; -$a->strings["Stored post could not be verified."] = "Den sparade posten kunde inte verifieras."; +$a->strings["Logged out."] = "Utloggad."; +$a->strings["Failed authentication"] = "Inloggning misslyckades"; +$a->strings["Login failed."] = "Inloggning misslyckades."; +$a->strings["Image exceeds website size limit of %lu bytes"] = "Bild överskrider webbplatsens storleksbegränsning på %lu byte"; +$a->strings["Image file is empty."] = "Bildfil är tom."; +$a->strings["Unable to process image"] = "Kunde inte bearbeta bild"; +$a->strings["Photo storage failed."] = "Fotolagring misslyckades."; +$a->strings["Photo Albums"] = "Fotoalbum"; +$a->strings["Upload New Photos"] = "Ladda upp nya foton"; $a->strings[" and "] = " och "; $a->strings["public profile"] = "offentlig profil"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s ändrade %2\$s till "%3\$s""; $a->strings["Visit %1\$s's %2\$s"] = "Besök %1\$ss %2\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s har en uppdaterad %2\$s (har ändrat %3\$s)."; -$a->strings["Visible to your default audience"] = "Kan ses av förinställda mottagare"; -$a->strings["Show"] = "Visa"; -$a->strings["Don't show"] = "Visa inte"; -$a->strings["Permissions"] = "Behörighet"; -$a->strings["Close"] = "Stäng"; $a->strings["Attachments:"] = "Bilagor:"; $a->strings["l F d, Y \\@ g:i A"] = "l j F Y \\k\\l. H.i"; $a->strings["Redmatrix event notification:"] = "Händelsenotifiering från Redmatrix:"; $a->strings["Starts:"] = "Börjar:"; $a->strings["Finishes:"] = "Slutar:"; $a->strings["Location:"] = "Plats:"; -$a->strings["Permission denied."] = "Behörighet saknas."; -$a->strings["Item was not found."] = "Posten hittades inte."; -$a->strings["No source file."] = "Ingen källfil."; -$a->strings["Cannot locate file to replace"] = "Kan inte hitta fil att ersätta"; -$a->strings["Cannot locate file to revise/update"] = "Kan inte hitta fil att revidera/uppdatera"; -$a->strings["File exceeds size limit of %d"] = "Filen överskrider storleksbegränsningen %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nått begränsningen %1$.0f megabyte utrymme för bilagor."; -$a->strings["File upload failed. Possible system limit or action terminated."] = "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten åtgärd."; -$a->strings["Stored file could not be verified. Upload failed."] = "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad."; -$a->strings["Path not available."] = "Sökväg inte tillgänglig."; -$a->strings["Empty pathname"] = "Tom sökväg"; -$a->strings["duplicate filename or path"] = "filnamn eller sökväg finns redan"; -$a->strings["Path not found."] = "Sökväg hittas inte."; -$a->strings["mkdir failed."] = "mkdir misslyckades."; -$a->strings["database storage failed."] = "databaslagring misslyckades."; -$a->strings["parent"] = "en nivå upp"; -$a->strings["Collection"] = "Samling"; -$a->strings["Principal"] = "Bas"; +$a->strings["General Features"] = "Allmänna funktioner"; +$a->strings["Content Expiration"] = "Tidsbegränsat innehåll"; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Ta bort inlägg/kommentarer och/eller privata meddelanden efter en tid"; +$a->strings["Multiple Profiles"] = "Flera profiler"; +$a->strings["Ability to create multiple profiles"] = "Möjlighet att skapa flera profiler"; +$a->strings["Advanced Profiles"] = "Avancerade profiler"; +$a->strings["Additional profile sections and selections"] = "Fler profilinställningar"; +$a->strings["Profile Import/Export"] = "Profilimport/-export"; +$a->strings["Save and load profile details across sites/channels"] = "Spara och ladda profiluppgifter mellan webbplatser/kanaler"; +$a->strings["Web Pages"] = "Webbsidor"; +$a->strings["Provide managed web pages on your channel"] = "Tillhandahåll ordnade webbsidor i din kanal"; +$a->strings["Private Notes"] = "Privata anteckningar"; +$a->strings["Enables a tool to store notes and reminders"] = "Aktivera ett verktyg för att spara anteckningar och påminnelser"; +$a->strings["Navigation Channel Select"] = "Kanalväljare i navigation"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Välj kanal direkt från navigationslistens rullgardinsmeny"; +$a->strings["Extended Identity Sharing"] = "Utökad identitetsdelning"; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Dela din identitet med alla webbplatser på Internet. Om inaktiverat är identiteten bara delad med platser i matrisen."; +$a->strings["Expert Mode"] = "Expertläge"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Aktivera expertläge för att tillåta avancerade inställningar"; +$a->strings["Premium Channel"] = "Premiumkanal"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Låter dig ange begränsningar och villkor för dem som vill ansluta till din kanal"; +$a->strings["Post Composition Features"] = "Skrivfunktioner"; +$a->strings["Use Markdown"] = "Använd Markdown"; +$a->strings["Allow use of \"Markdown\" to format posts"] = "Tillåt att \"Markdown\" används för att formatera inlägg"; +$a->strings["Channel Sources"] = "Kanalkällor"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Importera kanalinnehåll från andra kanaler eller flöden automatiskt"; +$a->strings["Even More Encryption"] = "Ytterligare kryptering"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Tillåt änd-till-änd-kryptering av innehåll med en delad hemlig nyckel"; +$a->strings["Flag Adult Photos"] = "Flagga vuxenfoton"; +$a->strings["Provide photo edit option to hide adult photos from default album view"] = "Gör det möjligt att inte visa foton som är olämpliga för barn i albums standardvy"; +$a->strings["Network and Stream Filtering"] = "Nätverk och strömfiltrering"; +$a->strings["Search by Date"] = "Sök på datum"; +$a->strings["Ability to select posts by date ranges"] = "Tillåter urval av inlägg baserat på datum"; +$a->strings["Collections Filter"] = "Kretsfilter"; +$a->strings["Enable widget to display Network posts only from selected collections"] = "Aktivera en väljare för att visa nätverksinlägg från enbart valda kretsar"; +$a->strings["Saved Searches"] = "Sparade sökningar"; +$a->strings["Save search terms for re-use"] = "Spara sökuttryck för återanvändning"; +$a->strings["Network Personal Tab"] = "Personlig nätverksflik"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktivera en flik som visar endast de nätverksinlägg som du har deltagit i"; +$a->strings["Network New Tab"] = "Flik för nytt på nätverket"; +$a->strings["Enable tab to display all new Network activity"] = "Aktivera en flik som visar all ny nätverksaktivitet"; +$a->strings["Affinity Tool"] = "Samhörighetsverktyg"; +$a->strings["Filter stream activity by depth of relationships"] = "Filtrera strömaktivitet efter hur nära relationen är"; +$a->strings["Suggest Channels"] = "Föreslå kanaler"; +$a->strings["Show channel suggestions"] = "Visa förslag på kanaler"; +$a->strings["Post/Comment Tools"] = "Inläggs-/kommentarsverktyg"; +$a->strings["Tagging"] = "Taggning"; +$a->strings["Ability to tag existing posts"] = "Möjlighet att tagga befintliga inlägg"; +$a->strings["Post Categories"] = "Inläggskategorier"; +$a->strings["Add categories to your posts"] = "Lägg till kategorier till dina inlägg"; +$a->strings["Saved Folders"] = "Sparade mappar"; +$a->strings["Ability to file posts under folders"] = "Möjlighet att lägga inlägg i mappar"; +$a->strings["Dislike Posts"] = "Ogilla inlägg"; +$a->strings["Ability to dislike posts/comments"] = "Möjlighet att ogilla inlägg/kommentarer"; +$a->strings["Star Posts"] = "Märk inlägg"; +$a->strings["Ability to mark special posts with a star indicator"] = "Möjlighet att märka speciella inlägg med en stjärna"; +$a->strings["Tag Cloud"] = "Taggmoln"; +$a->strings["Provide a personal tag cloud on your channel page"] = "Tillhandahåll ett personligt taggmoln på din kanalsida"; +$a->strings["parent"] = "en nivå upp"; +$a->strings["Collection"] = "Samling"; +$a->strings["Principal"] = "Bas"; $a->strings["Addressbook"] = "Adressbok"; $a->strings["Calendar"] = "Kalender"; $a->strings["Schedule Inbox"] = "Schemainkorg"; $a->strings["Schedule Outbox"] = "Schemautkorg"; +$a->strings["Unknown"] = "Okända"; $a->strings["%1\$s used"] = "%1\$s använt"; $a->strings["%1\$s used of %2\$s (%3\$s%)"] = "%1\$s använt av %2\$s (%3\$s%)"; +$a->strings["Files"] = "Filer"; +$a->strings["Total"] = "Totalt"; $a->strings["Name"] = "Namn"; $a->strings["Type"] = "Typ"; $a->strings["Size"] = "Storlek"; $a->strings["Last Modified"] = "Senast ändrad"; -$a->strings["Total"] = "Totalt"; +$a->strings["Delete"] = "Ta bort"; $a->strings["Create new folder"] = "Skapa ny mapp"; $a->strings["Create"] = "Skapa"; $a->strings["Upload file"] = "Ladda upp fil"; $a->strings["Upload"] = "Ladda upp"; $a->strings["%1\$s's bookmarks"] = "%1\$ss bokmärken"; -$a->strings["Logout"] = "Logga ut"; -$a->strings["End this session"] = "Avsluta sessionen"; -$a->strings["Home"] = "Hem"; -$a->strings["Your posts and conversations"] = "Dina inlägg och konversationer"; -$a->strings["Your profile page"] = "Din profilsida"; -$a->strings["Edit Profiles"] = "Redigera profiler"; -$a->strings["Manage/Edit profiles"] = "Hantera/redigera profiler"; -$a->strings["Edit Profile"] = "Redigera profil"; -$a->strings["Edit your profile"] = "Redigera din profil"; -$a->strings["Your photos"] = "Dina foton"; -$a->strings["Your files"] = "Dina filer"; -$a->strings["Chat"] = "Chatt"; -$a->strings["Your chatrooms"] = "Dina chattrum"; -$a->strings["Your bookmarks"] = "Dina bokmärken"; -$a->strings["Your webpages"] = "Dina webbsidor"; -$a->strings["Login"] = "Logga in"; -$a->strings["Sign in"] = "Logga in"; -$a->strings["%s - click to logout"] = "%s - klicka för att logga ut"; -$a->strings["Remote authentication"] = "Fjärrinloggning"; -$a->strings["Click to authenticate to your home hub"] = "Klicka för att autentisera mot din hemmahubb"; -$a->strings["Home Page"] = "Hemsida"; -$a->strings["Register"] = "Skapa konto"; -$a->strings["Create an account"] = "Skapa ett konto"; -$a->strings["Help"] = "Hjälp"; -$a->strings["Help and documentation"] = "Hjälp och dokumentation"; -$a->strings["Apps"] = "Appar"; -$a->strings["Applications, utilities, links, games"] = "Applikationer, verktyg, länkar, spel"; -$a->strings["Search"] = "Sök"; -$a->strings["Search site content"] = "Sök innehåll"; -$a->strings["Directory"] = "Katalog"; -$a->strings["Channel Directory"] = "Kanalkatalog"; -$a->strings["Matrix"] = "Matris"; -$a->strings["Your matrix"] = "Din matris"; -$a->strings["Mark all matrix notifications seen"] = "Märk alla matrisnotifieringar som lästa"; -$a->strings["Channel Home"] = "Kanalhem"; -$a->strings["Channel home"] = "Kanalhem"; -$a->strings["Mark all channel notifications seen"] = "Märk alla kanalnotifieringar som lästa"; -$a->strings["Connections"] = "Kontakter"; -$a->strings["Notices"] = "Meddelanden"; -$a->strings["Notifications"] = "Notifieringar"; -$a->strings["See all notifications"] = "Se alla notifieringar"; -$a->strings["Mark all system notifications seen"] = "Märk alla systemnotifieringar som lästa"; -$a->strings["Mail"] = "Privat meddelande"; -$a->strings["Private mail"] = "Privat meddelande"; -$a->strings["See all private messages"] = "Se alla privata meddelanden"; -$a->strings["Mark all private messages seen"] = "Märk alla privata meddelanden som lästa"; -$a->strings["Inbox"] = "Inkorg"; -$a->strings["Outbox"] = "Utkorg"; -$a->strings["New Message"] = "Nytt meddelande"; -$a->strings["Events"] = "Händelser"; -$a->strings["Event Calendar"] = "Kalender"; -$a->strings["See all events"] = "Se alla händelser"; -$a->strings["Mark all events seen"] = "Märk alla händelser som lästa"; -$a->strings["Channel Manager"] = "Kanalhanterare"; -$a->strings["Manage Your Channels"] = "Hantera dina kanaler"; -$a->strings["Settings"] = "Inställningar"; -$a->strings["Account/Channel Settings"] = "Konto-/kanalinställningar"; -$a->strings["Admin"] = "Administration"; -$a->strings["Site Setup and Configuration"] = "Serverinställning och -konfiguration"; -$a->strings["Please wait..."] = "Vänta..."; -$a->strings["view full size"] = "visa full storlek"; +$a->strings["Directory Options"] = "Katalogalternativ"; +$a->strings["Alphabetic"] = "Alfabetisk"; +$a->strings["Reverse Alphabetic"] = "Omvänd alfabetisk"; +$a->strings["Newest to Oldest"] = "Nyast till äldst"; +$a->strings["Oldest to Newest"] = "Äldst till nyast"; +$a->strings["Public Forums Only"] = "Endast offentliga forum"; +$a->strings["Sort"] = "Ordning"; +$a->strings["Enable Safe Search"] = "Aktivera säker sökning"; +$a->strings["Disable Safe Search"] = "Avaktivera säker sökning"; +$a->strings["Safe Mode"] = "Säkert läge"; $a->strings["Default"] = "Standard"; $a->strings["Frequently"] = "Ofta"; $a->strings["Hourly"] = "Varje timme"; @@ -299,244 +217,27 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; -$a->strings["Unable to obtain identity information from database"] = "Kunde inte hämta från databasen"; -$a->strings["Empty name"] = "Tomt namn"; -$a->strings["Name too long"] = "För långt namn"; -$a->strings["No account identifier"] = "Ingen kontoidentifierare"; -$a->strings["Nickname is required."] = "Smeknamn måste anges."; -$a->strings["Reserved nickname. Please choose another."] = "Reserverat smeknamn. Välj ett annat."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Smeknamnet innehåller otillåtna tecken eller är redan upptaget på den här servern."; -$a->strings["Unable to retrieve created identity"] = "Kunde inte hämta den skapade identiteten"; -$a->strings["Default Profile"] = "Standardprofil"; -$a->strings["Friends"] = "Vänner"; -$a->strings["Requested channel is not available."] = "Den begärda kanalen är inte tillgänglig"; -$a->strings["Requested profile is not available."] = "Begärd profil är inte tillgänglig."; -$a->strings["Change profile photo"] = "Bytprofilfoto"; -$a->strings["Profiles"] = "Profiler"; -$a->strings["Manage/edit profiles"] = "Hantera/redigera profiler"; -$a->strings["Create New Profile"] = "Skapa ny profil"; -$a->strings["Profile Image"] = "Profilbild"; -$a->strings["visible to everybody"] = "synlig för alla"; -$a->strings["Edit visibility"] = "Redigera synlighet"; -$a->strings["Gender:"] = "Kön:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Hemsida:"; -$a->strings["Online Now"] = "Online nu"; -$a->strings["g A l F d"] = "l j F \\k\\l G"; -$a->strings["F d"] = "j F"; -$a->strings["[today]"] = "[i dag]"; -$a->strings["Birthday Reminders"] = "Födelsedagspåminnelser"; -$a->strings["Birthdays this week:"] = "Födelsedagar den här veckan:"; -$a->strings["[No description]"] = "[Ingen beskrivning]"; -$a->strings["Event Reminders"] = "Händelsepåminnelser"; -$a->strings["Events this week:"] = "Händelser den här veckan:"; -$a->strings["Profile"] = "Profil"; -$a->strings["Full Name:"] = "Fullständigt namn:"; -$a->strings["Like this channel"] = "Gilla den här kanalen"; -$a->strings["__ctx:noun__ Like"] = array( - 0 => "gillar detta", - 1 => "gillar detta", -); -$a->strings["j F, Y"] = "j F Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Födelsedag:"; -$a->strings["Age:"] = "Ålder:"; -$a->strings["for %1\$d %2\$s"] = "i %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Sexuell preferens:"; -$a->strings["Hometown:"] = "Hemort:"; -$a->strings["Tags:"] = "Taggar:"; -$a->strings["Political Views:"] = "Politisk åskådning:"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["About:"] = "Om:"; -$a->strings["Hobbies/Interests:"] = "Fritidssysselsättning/intressen:"; -$a->strings["Likes:"] = "Gillar:"; -$a->strings["Dislikes:"] = "Ogillar:"; -$a->strings["Contact information and Social Networks:"] = "Kontaktinformation och sociala nätverk:"; -$a->strings["My other channels:"] = "Mina andra kanaler:"; -$a->strings["Musical interests:"] = "Musikintressen:"; -$a->strings["Books, literature:"] = "Böcker, litteratur:"; -$a->strings["Television:"] = "Tv:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underhållning:"; -$a->strings["Love/Romance:"] = "Kärlek/romantik:"; -$a->strings["Work/employment:"] = "Arbete/sysselsättning:"; -$a->strings["School/education:"] = "Skola/utbildning:"; -$a->strings["Like this thing"] = "Gilla den här saken"; -$a->strings["Image/photo"] = "Bild/foto"; -$a->strings["Encrypted content"] = "Krypterat innehåll"; -$a->strings["Install design element: "] = "Installera designelement: "; -$a->strings["QR code"] = "QR-kod"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev följande %2\$s %3\$s"; -$a->strings["post"] = "post"; -$a->strings["$1 spoiler"] = "$1 spoiler"; -$a->strings["$1 wrote:"] = "$1 skrev:"; -$a->strings["Miscellaneous"] = "Övrigt"; -$a->strings["YYYY-MM-DD or MM-DD"] = "ÅÅÅÅ-MM-DD eller MM-DD"; -$a->strings["never"] = "aldrig"; -$a->strings["less than a second ago"] = "mindre än en sekund sedan"; -$a->strings["year"] = "år"; -$a->strings["years"] = "år"; -$a->strings["month"] = "månad"; -$a->strings["months"] = "månader"; -$a->strings["week"] = "vecka"; -$a->strings["weeks"] = "veckor"; -$a->strings["day"] = "dag"; -$a->strings["days"] = "dagar"; -$a->strings["hour"] = "timme"; -$a->strings["hours"] = "timmar"; -$a->strings["minute"] = "minut"; -$a->strings["minutes"] = "minuter"; -$a->strings["second"] = "sekund"; -$a->strings["seconds"] = "sekunder"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s sedan"; -$a->strings["%1\$s's birthday"] = "%1\$ss födelsedag"; -$a->strings["Happy Birthday %1\$s"] = "Grattis på födelsedagen %1\$s"; -$a->strings["Invalid data packet"] = "Ogiltigt datapaket"; -$a->strings["Unable to verify channel signature"] = "Kunde inte bekräfta kanalsignatur"; -$a->strings["Unable to verify site signature for %s"] = "Kunde inte bekräfta signatur för servern %s"; -$a->strings["Tags"] = "Taggar"; -$a->strings["Keywords"] = "Nyckelord"; -$a->strings["have"] = "har"; -$a->strings["has"] = "har"; -$a->strings["want"] = "vill ha"; -$a->strings["wants"] = "vill ha"; -$a->strings["like"] = "gilla"; -$a->strings["likes"] = "gillar"; -$a->strings["dislike"] = "ogilla"; -$a->strings["dislikes"] = "ogillar"; -$a->strings["Public Timeline"] = "Offentlig tidslinje"; -$a->strings["Directory Options"] = "Katalogalternativ"; -$a->strings["Alphabetic"] = "Alfabetisk"; -$a->strings["Reverse Alphabetic"] = "Omvänd alfabetisk"; -$a->strings["Newest to Oldest"] = "Nyast till äldst"; -$a->strings["Public Forums Only"] = "Endast offentliga forum"; -$a->strings["Enable Safe Search"] = "Aktivera säker sökning"; -$a->strings["Disable Safe Search"] = "Avaktivera säker sökning"; -$a->strings["Safe Mode"] = "Säkert läge"; -$a->strings["Red Matrix Notification"] = "Red Matrix-meddelande"; -$a->strings["redmatrix"] = "redmatrix"; -$a->strings["Thank You,"] = "Tack,"; -$a->strings["%s Administrator"] = "Administratören för %s"; -$a->strings["%s "] = "%s "; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Meddelande] Nytt meddelande på %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s skickade ett nytt privat meddelande till dig på %3\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s skickade %2\$s till dig."; -$a->strings["a private message"] = "ett privat meddelande"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Besök %s för att visa och/eller svara på dina privata meddelanden."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ett %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]%4\$ss %5\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ditt %4\$s[/zrl]"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Meddelande] Kommentar till konversation #%1\$d av %2\$s"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s kommenterade en sak/konversation du har följt."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Besök %s för att visa och/eller svara på konversationen."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Meddelande] %s postade till din profilvägg"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s postade till din profilvägg på %3\$s"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s postade till [zrl=%3\$s]din vägg[/zrl]"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red:Meddelande] %s taggade dig"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s taggade dig på %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]taggade dig[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Meddelande] %1\$s puffade dig"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s puffade dig på %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]puffade dig[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Meddelande] %s taggade ditt inlägg"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s taggade ditt inlägg på %3\$s"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s taggade [zrl=%3\$s]ditt inlägg[/zrl]"; -$a->strings["[Red:Notify] Introduction received"] = "[Red:Meddelande] Presentation mottagen"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, du har fått en ny kontaktförfrågan från '%2\$s' på %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, du har fått [zrl=%2\$s]en ny kontaktförfrågan[/zrl] från %3\$s."; -$a->strings["You may visit their profile at %s"] = "Du kan besöka deras profil på %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Besök %s för att bevilja eller avslå kontaktförfrågan."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Meddelande] Vänförslag mottaget"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du har fått ett vänförslag från '%2\$s' på %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du har fått [zrl=%2\$s]ett vänförslag[/zrl] angående %3\$s från %4\$s."; -$a->strings["Name:"] = "Namn:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Besök %s för att bevilja eller avslå förslaget."; -$a->strings["[Red:Notify]"] = "[Red:Notifiering]"; -$a->strings["This event has been added to your calendar."] = "Händelsen har lagts till i din kalender."; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En borttagen grupp med det här namnet återskapades. Befintliga rättigheter till saker kan gälla för den här gruppen och alla framtida medlemmar. Om det här inte är vad du avsåg, skapa i stället en annan grupp med ett annat namn."; -$a->strings["Default privacy group for new contacts"] = "Förvald integritetsgrupp för nya kontakter"; -$a->strings["All Channels"] = "Alla kanaler"; -$a->strings["edit"] = "redigera"; -$a->strings["Collections"] = "Kretsar"; -$a->strings["Edit collection"] = "Redigera krets"; -$a->strings["Create a new collection"] = "Skapa en ny krets"; -$a->strings["Channels not in any collection"] = "Kanaler inte i någon krets"; -$a->strings["add"] = "lägg till"; -$a->strings["General Features"] = "Allmänna funktioner"; -$a->strings["Content Expiration"] = "Tidsbegränsat innehåll"; -$a->strings["Remove posts/comments and/or private messages at a future time"] = "Ta bort inlägg/kommentarer och/eller privata meddelanden efter en tid"; -$a->strings["Multiple Profiles"] = "Flera profiler"; -$a->strings["Ability to create multiple profiles"] = "Möjlighet att skapa flera profiler"; -$a->strings["Advanced Profiles"] = "Avancerade profiler"; -$a->strings["Additional profile sections and selections"] = "Fler profilinställningar"; -$a->strings["Profile Import/Export"] = "Profilimport/-export"; -$a->strings["Save and load profile details across sites/channels"] = "Spara och ladda profiluppgifter mellan webbplatser/kanaler"; -$a->strings["Web Pages"] = "Webbsidor"; -$a->strings["Provide managed web pages on your channel"] = "Tillhandahåll ordnade webbsidor i din kanal"; -$a->strings["Private Notes"] = "Privata anteckningar"; -$a->strings["Enables a tool to store notes and reminders"] = "Aktivera ett verktyg för att spara anteckningar och påminnelser"; -$a->strings["Navigation Channel Select"] = "Kanalväljare i navigation"; -$a->strings["Change channels directly from within the navigation dropdown menu"] = "Välj kanal direkt från navigationslistens rullgardinsmeny"; -$a->strings["Extended Identity Sharing"] = "Utökad identitetsdelning"; -$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Dela din identitet med alla webbplatser på Internet. Om inaktiverat är identiteten bara delad med platser i matrisen."; -$a->strings["Expert Mode"] = "Expertläge"; -$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Aktivera expertläge för att tillåta avancerade inställningar"; -$a->strings["Premium Channel"] = "Premiumkanal"; -$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Låter dig ange begränsningar och villkor för dem som vill ansluta till din kanal"; -$a->strings["Post Composition Features"] = "Skrivfunktioner"; -$a->strings["Use Markdown"] = "Använd Markdown"; -$a->strings["Allow use of \"Markdown\" to format posts"] = "Tillåt att \"Markdown\" används för att formatera inlägg"; -$a->strings["Post Preview"] = "Förhandsgranskning"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Tillåt förhandsgranskning av inlägg och kommentarer innan de publiceras"; -$a->strings["Channel Sources"] = "Kanalkällor"; -$a->strings["Automatically import channel content from other channels or feeds"] = "Importera kanalinnehåll från andra kanaler eller flöden automatiskt"; -$a->strings["Even More Encryption"] = "Ytterligare kryptering"; -$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Tillåt änd-till-änd-kryptering av innehåll med en delad hemlig nyckel"; -$a->strings["Flag Adult Photos"] = "Flagga vuxenfoton"; -$a->strings["Provide photo edit option to hide adult photos from default album view"] = "Gör det möjligt att inte visa foton som är olämpliga för barn i albums standardvy"; -$a->strings["Network and Stream Filtering"] = "Nätverk och strömfiltrering"; -$a->strings["Search by Date"] = "Sök på datum"; -$a->strings["Ability to select posts by date ranges"] = "Tillåter urval av inlägg baserat på datum"; -$a->strings["Collections Filter"] = "Kretsfilter"; -$a->strings["Enable widget to display Network posts only from selected collections"] = "Aktivera en väljare för att visa nätverksinlägg från enbart valda kretsar"; -$a->strings["Saved Searches"] = "Sparade sökningar"; -$a->strings["Save search terms for re-use"] = "Spara sökuttryck för återanvändning"; -$a->strings["Network Personal Tab"] = "Personlig nätverksflik"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktivera en flik som visar endast de nätverksinlägg som du har deltagit i"; -$a->strings["Network New Tab"] = "Flik för nytt på nätverket"; -$a->strings["Enable tab to display all new Network activity"] = "Aktivera en flik som visar all ny nätverksaktivitet"; -$a->strings["Affinity Tool"] = "Samhörighetsverktyg"; -$a->strings["Filter stream activity by depth of relationships"] = "Filtrera strömaktivitet efter hur nära relationen är"; -$a->strings["Suggest Channels"] = "Föreslå kanaler"; -$a->strings["Show channel suggestions"] = "Visa förslag på kanaler"; -$a->strings["Post/Comment Tools"] = "Inläggs-/kommentarsverktyg"; -$a->strings["Edit Sent Posts"] = "Redigera sända inlägg"; -$a->strings["Edit and correct posts and comments after sending"] = "Redigera och korrigera inlägg och kommentarer efter att de skickats"; -$a->strings["Tagging"] = "Taggning"; -$a->strings["Ability to tag existing posts"] = "Möjlighet att tagga befintliga inlägg"; -$a->strings["Post Categories"] = "Inläggskategorier"; -$a->strings["Add categories to your posts"] = "Lägg till kategorier till dina inlägg"; -$a->strings["Ability to file posts under folders"] = "Möjlighet att lägga inlägg i mappar"; -$a->strings["Dislike Posts"] = "Ogilla inlägg"; -$a->strings["Ability to dislike posts/comments"] = "Möjlighet att ogilla inlägg/kommentarer"; -$a->strings["Star Posts"] = "Märk inlägg"; -$a->strings["Ability to mark special posts with a star indicator"] = "Möjlighet att märka speciella inlägg med en stjärna"; -$a->strings["Tag Cloud"] = "Taggmoln"; -$a->strings["Provide a personal tag cloud on your channel page"] = "Tillhandahåll ett personligt taggmoln på din kanalsida"; -$a->strings["prev"] = "föregående"; -$a->strings["first"] = "första"; -$a->strings["last"] = "sista"; -$a->strings["next"] = "nästa"; -$a->strings["older"] = "äldre"; -$a->strings["newer"] = "nyare"; -$a->strings["No connections"] = "Inga kontakter"; -$a->strings["%d Connection"] = array( - 0 => "%d kontakt", - 1 => "%d kontakter", +$a->strings["Visible to your default audience"] = "Kan ses av förinställda mottagare"; +$a->strings["Show"] = "Visa"; +$a->strings["Don't show"] = "Visa inte"; +$a->strings["Permissions"] = "Behörighet"; +$a->strings["Close"] = "Stäng"; +$a->strings["prev"] = "föregående"; +$a->strings["first"] = "första"; +$a->strings["last"] = "sista"; +$a->strings["next"] = "nästa"; +$a->strings["older"] = "äldre"; +$a->strings["newer"] = "nyare"; +$a->strings["No connections"] = "Inga kontakter"; +$a->strings["%d Connection"] = array( + 0 => "%d kontakt", + 1 => "%d kontakter", ); $a->strings["View Connections"] = "Visa kontakter"; +$a->strings["Search"] = "Sök"; $a->strings["Save"] = "Spara"; $a->strings["poke"] = "puffa"; +$a->strings["poked"] = "puffade"; $a->strings["ping"] = "pinga"; $a->strings["pinged"] = "pingade"; $a->strings["prod"] = "stöt till"; @@ -597,441 +298,618 @@ $a->strings["Select a page layout: "] = "Välj en sidlayout: "; $a->strings["default"] = "standard"; $a->strings["Page content type: "] = "Typ av sidinnehåll: "; $a->strings["Select an alternate language"] = "Välj ett alternativt språk"; +$a->strings["photo"] = "foto"; +$a->strings["event"] = "händelse"; +$a->strings["status"] = "status"; +$a->strings["comment"] = "kommentar"; $a->strings["activity"] = "aktivitet"; $a->strings["Design"] = "Design"; $a->strings["Blocks"] = "Block"; $a->strings["Menus"] = "Menyer"; $a->strings["Layouts"] = "Layouter"; $a->strings["Pages"] = "Sidor"; -$a->strings["Not a valid email address"] = "Inte en giltig e-postadress"; -$a->strings["Your email domain is not among those allowed on this site"] = "Din e-postdomän är inte bland de som tillåts på den här servern"; -$a->strings["Your email address is already registered at this site."] = "Din e-postadress är redan registrerad på den här servern."; -$a->strings["An invitation is required."] = "En inbjudan behövs."; -$a->strings["Invitation could not be verified."] = "Inbjudningen kunde inte bekräftas."; -$a->strings["Please enter the required information."] = "Ange den begärda informationen."; -$a->strings["Failed to store account information."] = "Misslyckades att spara kontoinformation."; -$a->strings["Registration confirmation for %s"] = "Registreringsbekräftelse för %s"; -$a->strings["Registration request at %s"] = "Registreringsförfrågan på %s"; -$a->strings["Administrator"] = "Administratör"; -$a->strings["your registration password"] = "ditt registreringslösenord"; -$a->strings["Registration details for %s"] = "Registreringsdetaljer för %s"; -$a->strings["Account approved."] = "Konto godkänt."; -$a->strings["Registration revoked for %s"] = "Registrering avslagen för %s"; -$a->strings["Account verified. Please login."] = "Konto bekräftat. Du kan nu logga in."; -$a->strings["Click here to upgrade."] = "Klicka här för att uppgradera."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Den här funktionen går utanför vad som anges i ditt avtal."; -$a->strings["This action is not available under your subscription plan."] = "Den här funktionen är inte tillgänglig med ditt avtal."; -$a->strings["Can view my normal stream and posts"] = "Kan se mina normala strömmar och inlägg"; -$a->strings["Can view my default channel profile"] = "Kan se min standardkanalprofil"; -$a->strings["Can view my photo albums"] = "Kan se mina fotoalbum"; -$a->strings["Can view my connections"] = "Kan se mina kontakter"; -$a->strings["Can view my file storage"] = "Kan se mitt filutrymme"; -$a->strings["Can view my webpages"] = "Kan se mina webbsidor"; -$a->strings["Can send me their channel stream and posts"] = "Kan skicka sina kanalströmmar och inlägg till mig"; -$a->strings["Can post on my channel page (\"wall\")"] = "Kan posta inlägg på min kanalsida (\"vägg\")"; -$a->strings["Can comment on or like my posts"] = "Kan kommentera eller gilla mina inlägg"; -$a->strings["Can send me private mail messages"] = "Kan skicka privata meddelanden till mig"; -$a->strings["Can post photos to my photo albums"] = "Kan lägga till foton i mitt fotoalbum"; -$a->strings["Can like/dislike stuff"] = "Kan gilla/ogilla saker"; -$a->strings["Profiles and things other than posts/comments"] = "Profiler och annat än inlägg/kommentarer"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan vidarebefordra till alla mina kanalkontakter genom @omnämnanden"; -$a->strings["Advanced - useful for creating group forum channels"] = "Avancerat - användbart för att skapa kanaler för gruppforum"; -$a->strings["Can chat with me (when available)"] = "Kan chatta med mig (när tillgänglig)"; -$a->strings["Can write to my file storage"] = "Har skrivrättigheter i mitt filutrymme"; -$a->strings["Can edit my webpages"] = "Kan redigera mina webbsidor"; -$a->strings["Can source my public posts in derived channels"] = "Kan använda mina offentliga inlägg i kanaler nedströms"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Ganska avancerat - väldigt användbart i öppna gemenskaper"; -$a->strings["Can administer my channel resources"] = "Kan administrera mina kanalresurser"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremt avancerat. Låt detta vara om du inte vet vad du gör"; -$a->strings["Social Networking"] = "Socialt nätverkande"; -$a->strings["Mostly Public"] = "Mestadels offentligt"; -$a->strings["Restricted"] = "Begränsat"; -$a->strings["Private"] = "Privat"; -$a->strings["Community Forum"] = "Gemenskapsforum"; -$a->strings["Feed Republish"] = "Vidarepublicering av flöde"; -$a->strings["Special Purpose"] = "Särskilt syfte"; -$a->strings["Celebrity/Soapbox"] = "Kändis/talarstol"; -$a->strings["Group Repository"] = "Gruppförråd"; -$a->strings["Other"] = "Annat"; -$a->strings["Custom/Expert Mode"] = "Anpassat/expertläge"; -$a->strings["Image exceeds website size limit of %lu bytes"] = "Bild överskrider webbplatsens storleksbegränsning på %lu byte"; -$a->strings["Image file is empty."] = "Bildfil är tom."; -$a->strings["Unable to process image"] = "Kunde inte bearbeta bild"; -$a->strings["Photo storage failed."] = "Fotolagring misslyckades."; -$a->strings["Upload New Photos"] = "Ladda upp nya foton"; -$a->strings["Permission denied"] = "Behörighet saknas"; -$a->strings["(Unknown)"] = "(Okänt)"; -$a->strings["Visible to anybody on the internet."] = "Kan ses av vem som helst på Internet."; -$a->strings["Visible to you only."] = "Kan bara ses av dig."; -$a->strings["Visible to anybody in this network."] = "Kan ses av alla på det här nätverket."; -$a->strings["Visible to anybody authenticated."] = "Kan ses av alla inloggade."; -$a->strings["Visible to anybody on %s."] = "Kan ses av alla på %s."; -$a->strings["Visible to all connections."] = "Kan ses av alla kontakter."; -$a->strings["Visible to approved connections."] = "Kan ses av godkända kontakter."; -$a->strings["Visible to specific connections."] = "Kan ses av valda kontakter."; -$a->strings["Item not found."] = "Posten hittades inte."; -$a->strings["Collection not found."] = "Kretsen hittades inte."; -$a->strings["Collection is empty."] = "Kretsen är tom."; -$a->strings["Collection: %s"] = "Krets: %s"; -$a->strings["Connection: %s"] = "Kontakt: %s"; -$a->strings["Connection not found."] = "Kontakten hittades inte."; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Formulärets kontrollkod var inte korrekt. Antagligen beror det på att formuläret har varit öppet för länge (> 3 timmar) innan det skickades."; -$a->strings["System"] = "System"; -$a->strings["Create Personal App"] = "Skapa personlig app"; -$a->strings["Edit Personal App"] = "Redigera personlig app"; -$a->strings["Ignore/Hide"] = "Ignorera/göm"; -$a->strings["Suggestions"] = "Förslag"; -$a->strings["See more..."] = "Se fler..."; -$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Du har %1$.0f av %2$.0f tillåtna kontakter."; -$a->strings["Add New Connection"] = "Lägg till ny kontakt"; -$a->strings["Enter the channel address"] = "Ange kanaladressen"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exempel: bob@example.com, http://example.com/barbara"; -$a->strings["Notes"] = "Anteckningar"; -$a->strings["Remove term"] = "Ta bort uttryck"; -$a->strings["Archives"] = "Arkiv"; -$a->strings["Refresh"] = "Ladda om"; -$a->strings["Me"] = "Mig själv"; -$a->strings["Best Friends"] = "Bästa vänner"; -$a->strings["Co-workers"] = "Kollegor"; -$a->strings["Former Friends"] = "Tidigare vänner"; -$a->strings["Acquaintances"] = "Bekanta"; -$a->strings["Everybody"] = "Alla"; -$a->strings["Account settings"] = "Kontoinställningar"; -$a->strings["Channel settings"] = "Kanalinställningar"; -$a->strings["Additional features"] = "Tilläggsfunktioner"; -$a->strings["Feature settings"] = "Funktionsinställningar"; -$a->strings["Display settings"] = "Utseende"; -$a->strings["Connected apps"] = "Anslutna appar"; -$a->strings["Export channel"] = "Exportera kanal"; -$a->strings["Export content"] = "Exportera innehåll"; -$a->strings["Connection Default Permissions"] = "Standardbehörighet för kontakt"; -$a->strings["Premium Channel Settings"] = "Inställningar för premiumkanal"; -$a->strings["Messages"] = "Meddelanden"; -$a->strings["Check Mail"] = "Hämta meddelanden"; -$a->strings["Chat Rooms"] = "Chattrum"; -$a->strings["Bookmarked Chatrooms"] = "Bokmärkta chattrum"; -$a->strings["Suggested Chatrooms"] = "Föreslagna chattrum"; -$a->strings["photo/image"] = "foto/bild"; -$a->strings["New window"] = "Nytt fönster"; -$a->strings["Open the selected location in a different window or browser tab"] = "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik"; -$a->strings["User '%s' deleted"] = "Användare '%s' borttagen"; -$a->strings["Delete this item?"] = "Ta bort den här posten?"; -$a->strings["Comment"] = "Kommentar"; -$a->strings["[+] show all"] = "[+] visa alla"; -$a->strings["[-] show less"] = "[-] visa färre"; -$a->strings["[+] expand"] = "[+] fäll ut"; -$a->strings["[-] collapse"] = "[-] fäll ihop"; -$a->strings["Password too short"] = "Lösenord för kort"; -$a->strings["Passwords do not match"] = "Lösenorden stämmer inte överens"; -$a->strings["everybody"] = "alla"; -$a->strings["Secret Passphrase"] = "Hemligt lösenord"; -$a->strings["Passphrase hint"] = "Lösenordsledtråd"; -$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Observera: Rättigheter har ändrats men har ännu inte skickats in"; -$a->strings["close all"] = "stäng alla"; -$a->strings["Nothing new here"] = "Inget nytt här"; -$a->strings["timeago.prefixAgo"] = "för"; -$a->strings["timeago.prefixFromNow"] = "om"; -$a->strings["ago"] = "sedan"; -$a->strings["from now"] = " "; -$a->strings["less than a minute"] = "mindre än en minut"; -$a->strings["about a minute"] = "ungefär en minut"; -$a->strings["%d minutes"] = "%d minuter"; -$a->strings["about an hour"] = "ungefär en timme"; -$a->strings["about %d hours"] = "ungefär %d timmar"; -$a->strings["a day"] = "en dag"; -$a->strings["%d days"] = "%d dagar"; -$a->strings["about a month"] = "ungefär en månad"; -$a->strings["%d months"] = "%d månader"; -$a->strings["about a year"] = "ungefär ett år"; -$a->strings["%d years"] = "%d år"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["Male"] = "Man"; -$a->strings["Female"] = "Kvinna"; -$a->strings["Currently Male"] = "Just nu man"; -$a->strings["Currently Female"] = "Just nu kvinna"; -$a->strings["Mostly Male"] = "Mestadels man"; -$a->strings["Mostly Female"] = "Mestadels kvinna"; -$a->strings["Transgender"] = "Transperson"; -$a->strings["Intersex"] = "Intersexuell"; -$a->strings["Transsexual"] = "Transsexuell"; -$a->strings["Hermaphrodite"] = "Hermafrodit"; -$a->strings["Neuter"] = "Könlös"; -$a->strings["Non-specific"] = "Ospecificerat"; -$a->strings["Undecided"] = "Obestämt"; -$a->strings["Males"] = "Män"; -$a->strings["Females"] = "Kvinnor"; -$a->strings["Gay"] = "Bög"; -$a->strings["Lesbian"] = "Lesbisk"; -$a->strings["No Preference"] = "Ingen preferens"; -$a->strings["Bisexual"] = "Bisexuell"; -$a->strings["Autosexual"] = "Autosexuell"; -$a->strings["Abstinent"] = "Avhållsam"; -$a->strings["Virgin"] = "Oskuld"; -$a->strings["Deviant"] = "Avvikande"; -$a->strings["Fetish"] = "Fetisch"; -$a->strings["Oodles"] = "Massor"; -$a->strings["Nonsexual"] = "Ickesexuell"; -$a->strings["Single"] = "Singel"; -$a->strings["Lonely"] = "Ensam"; -$a->strings["Available"] = "Ledig"; -$a->strings["Unavailable"] = "Upptagen"; -$a->strings["Has crush"] = "Förälskad"; -$a->strings["Infatuated"] = "Förtrollad"; -$a->strings["Dating"] = "Dejtar"; -$a->strings["Unfaithful"] = "Otrogen"; -$a->strings["Sex Addict"] = "Sexmissbrukare"; -$a->strings["Friends/Benefits"] = "Kompisförhållande"; -$a->strings["Casual"] = "Vardaglig"; -$a->strings["Engaged"] = "Förlovad"; -$a->strings["Married"] = "Gift"; -$a->strings["Imaginarily married"] = "Inbillat gift"; -$a->strings["Partners"] = "Partner"; -$a->strings["Cohabiting"] = "Bor ihop"; -$a->strings["Common law"] = "Sambo"; -$a->strings["Happy"] = "Lycklig"; -$a->strings["Not looking"] = "Letar inte"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Bedragen"; -$a->strings["Separated"] = "Separerad"; -$a->strings["Unstable"] = "Instabilt"; -$a->strings["Divorced"] = "Skild"; -$a->strings["Imaginarily divorced"] = "Inbillat skild"; -$a->strings["Widowed"] = "Änka"; -$a->strings["Uncertain"] = "Osäkert"; -$a->strings["It's complicated"] = "Det är komplicerat"; -$a->strings["Don't care"] = "Bryr mig inte"; -$a->strings["Ask me"] = "Fråga mig"; -$a->strings["Site Admin"] = "Serveradministrator"; -$a->strings["Address Book"] = "Adressbok"; -$a->strings["Mood"] = "Sinnesstämning"; -$a->strings["Probe"] = "Sond"; -$a->strings["Suggest"] = "Föreslå"; -$a->strings["Random Channel"] = "Slumpvald kanal"; -$a->strings["Invite"] = "Bjud in"; -$a->strings["Features"] = "Funktioner"; -$a->strings["Language"] = "Språk"; -$a->strings["Post"] = "Inlägg"; -$a->strings["Profile Photo"] = "Profilfoto"; -$a->strings["Update"] = "Uppdatera"; -$a->strings["Install"] = "Installera"; -$a->strings["Purchase"] = "Köp"; -$a->strings["Logged out."] = "Utloggad."; -$a->strings["Failed authentication"] = "Inloggning misslyckades"; -$a->strings["Login failed."] = "Inloggning misslyckades."; -$a->strings["Save to Folder"] = "Spara i mapp"; -$a->strings["View all"] = "Visa alla"; -$a->strings["__ctx:noun__ Dislike"] = array( - 0 => "ogillar detta", - 1 => "ogillar detta", +$a->strings["%d invitation available"] = array( + 0 => "%d inbjudan tillgänglig", + 1 => "%d inbjudningar tillgängliga", ); -$a->strings["Add Star"] = "Märk"; -$a->strings["Remove Star"] = "Ta bort märkning"; -$a->strings["Toggle Star Status"] = "Växla märkning"; -$a->strings["starred"] = "märkt"; -$a->strings["Add Tag"] = "Lägg till en tagg"; -$a->strings["I like this (toggle)"] = "Jag gillar det här (växla)"; -$a->strings["I don't like this (toggle)"] = "Jag gillar inte det här (växla)"; -$a->strings["Share This"] = "Dela det här"; -$a->strings["share"] = "dela"; -$a->strings["%d comment"] = array( - 0 => "%d kommentar", - 1 => "%d kommentarer", +$a->strings["Advanced"] = "Avancerat"; +$a->strings["Find Channels"] = "Hitta kanaler"; +$a->strings["Enter name or interest"] = "Ange namn eller intresse"; +$a->strings["Connect/Follow"] = "Ta kontakt/följ"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exempel: Robert Morgenstein, Fiske"; +$a->strings["Find"] = "Sök"; +$a->strings["Channel Suggestions"] = "Kanalförslag"; +$a->strings["Random Profile"] = "Slumpvald profil"; +$a->strings["Invite Friends"] = "Bjud in vänner"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Avancerat exempel: name=fred and country=iceland"; +$a->strings["Everything"] = "Allt"; +$a->strings["%d connection in common"] = array( + 0 => "%d gemensam kontakt", + 1 => "%d gemensamma kontakter", ); -$a->strings["View %s's profile - %s"] = "Visa %ss profil - %s"; -$a->strings["to"] = "till"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Vägg-till-vägg"; -$a->strings["via Wall-To-Wall:"] = "via vägg-till-vägg"; -$a->strings["Save Bookmarks"] = "Spara bokmärken"; -$a->strings["Add to Calendar"] = "Lägg till kalendern"; -$a->strings["Mark all seen"] = "Märk alla som lästa"; -$a->strings["__ctx:noun__ Likes"] = "gillar detta"; -$a->strings["__ctx:noun__ Dislikes"] = "ogillar detta"; -$a->strings["This is you"] = "Det här är du"; -$a->strings["Submit"] = "Skicka"; -$a->strings["Bold"] = "Fet"; -$a->strings["Italic"] = "Kursiv"; -$a->strings["Underline"] = "Understruken"; -$a->strings["Quote"] = "Citat"; -$a->strings["Code"] = "Kod"; -$a->strings["Image"] = "Bild"; -$a->strings["Link"] = "Länk"; -$a->strings["Video"] = "Video"; -$a->strings["Missing room name"] = "Rumsnamn saknas"; -$a->strings["Duplicate room name"] = "Rumsnamnet finns redan"; -$a->strings["Invalid room specifier."] = "Ogiltig rumsbeskrivning."; -$a->strings["Room not found."] = "Rummet hittades inte."; -$a->strings["Room is full"] = "Rummet är fullt"; -$a->strings["Set your current mood and tell your friends"] = "Ange din nuvarande sinnesstämning och visa för dina vänner"; -$a->strings["Menu not found."] = "Menyn hittades inte."; -$a->strings["Menu element updated."] = "Menyval uppdaterat."; -$a->strings["Unable to update menu element."] = "Kunde inte uppdatera menyval."; -$a->strings["Menu element added."] = "Menyval tillagt."; -$a->strings["Unable to add menu element."] = "Kunde inte lägga till menyval."; -$a->strings["Not found."] = "Hittades inte."; -$a->strings["Manage Menu Elements"] = "Hantera menyval"; -$a->strings["Edit menu"] = "Redigera meny"; -$a->strings["Edit element"] = "Redigera menyval"; -$a->strings["Drop element"] = "Ta bort menyval"; -$a->strings["New element"] = "Nytt menyval"; -$a->strings["Edit this menu container"] = "Redigera den här menysamlaren"; -$a->strings["Add menu element"] = "Lägg till menyval"; -$a->strings["Delete this menu item"] = "Ta bort det här menyvalet"; -$a->strings["Edit this menu item"] = "Redigera det här menyvalet"; -$a->strings["New Menu Element"] = "Nytt menyval"; -$a->strings["Menu Item Permissions"] = "Behörighet för menyval"; -$a->strings["(click to open/close)"] = "(klicka för att öppna/stänga)"; -$a->strings["Link text"] = "Länktext"; -$a->strings["URL of link"] = "Länkens URL"; -$a->strings["Use RedMatrix magic-auth if available"] = "Använd RedMatrix magic-auth om tillgängligt"; -$a->strings["Open link in new window"] = "Öppna länk i nytt fönster"; -$a->strings["Order in list"] = "Ordningstal i listan"; -$a->strings["Higher numbers will sink to bottom of listing"] = "Större tal sjunker till botten av listan"; -$a->strings["Menu item not found."] = "Menyval hittas inte."; -$a->strings["Menu item deleted."] = "Menyval borttaget."; -$a->strings["Menu item could not be deleted."] = "Menyval kunde inte tas bort."; -$a->strings["Edit Menu Element"] = "Redigera menyval"; -$a->strings["Modify"] = "Ändra"; -$a->strings["Some blurb about what to do when you're new here"] = "Lite text om vad man kan göra som ny här"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximalt antal dagliga serverregistreringar överskridet. Försök igen i morgon."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Välj huruvida du accepterar användarvillkoren. Registrering misslyckades."; -$a->strings["Passwords do not match."] = "Lösenorden stämmer inte överens."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrering lyckades. Kontrollera din e-post för valideringsinstruktioner."; -$a->strings["Your registration is pending approval by the site owner."] = "Din registrering väntar på att bli godkänd av serverägaren."; -$a->strings["Your registration can not be processed."] = "Din registrering kan inte behandlas."; -$a->strings["Registration on this site/hub is by approval only."] = "Registrering på den här servern/hubben måste godkännas."; -$a->strings["Register at another affiliated site/hub"] = "Skapa konto på en annan ansluten server/hubb"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Antal dagliga registreringar som tillåts på den här servern har överskridits. Försök igen i morgon."; -$a->strings["Terms of Service"] = "användarvillkor"; -$a->strings["I accept the %s for this website"] = "Jag accepterar den här webbplatsens %s"; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Jag är över 13 år och accepterar den här webbplatsens %s"; -$a->strings["Registration"] = "Registrering"; -$a->strings["Membership on this site is by invitation only."] = "Medlemskap på den här servern kan endast fås genom inbjudan."; -$a->strings["Please enter your invitation code"] = "Ange din inbjudningskod"; -$a->strings["Your email address"] = "Din e-postadress"; -$a->strings["Choose a password"] = "Välj ett lösenord"; -$a->strings["Please re-enter your password"] = "Ange lösenordet igen"; -$a->strings["- select -"] = "- välj -"; -$a->strings["Invalid profile identifier."] = "Ogiltigt profil-ID."; -$a->strings["Profile Visibility Editor"] = "Redigera profilsynlighet"; -$a->strings["Click on a contact to add or remove."] = "Klicka på en kontakt för att lägga till eller ta bort."; -$a->strings["Visible To"] = "Kan ses av"; -$a->strings["All Connections"] = "Alla kontakter"; -$a->strings["Failed to create source. No channel selected."] = "Misslyckades att skapa källa. Ingen kanal vald."; -$a->strings["Source created."] = "Källa skapad."; -$a->strings["Source updated."] = "Källa uppdaterad."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Hantera fjärrkällor med innehåll för din kanal."; -$a->strings["New Source"] = "Ny källa"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importera allt eller valt innehåll från följande kanal till den här kanalen och distribuera det enligt dina kanalinställningar."; -$a->strings["Only import content with these words (one per line)"] = "Importera endast innehåll med de här orden (ett per rad)"; -$a->strings["Leave blank to import all public content"] = "Lämna blankt för att importera allt offentligt innehåll"; -$a->strings["Channel Name"] = "Kanalnamn"; -$a->strings["Source not found."] = "Källa hittades inte."; -$a->strings["Edit Source"] = "Redigera källa"; -$a->strings["Delete Source"] = "Ta bort källa"; -$a->strings["Source removed"] = "Källa borttagen"; -$a->strings["Unable to remove source."] = "Kunde inte ta bort källa."; -$a->strings["Poke/Prod"] = "Puffa/stöt till"; -$a->strings["poke, prod or do other things to somebody"] = "puffa, stöt till eller gör andra saker mot någon"; -$a->strings["Recipient"] = "Mottagare"; -$a->strings["Choose what you wish to do to recipient"] = "Välj vad du önskar göra med mottagaren"; -$a->strings["Make this post private"] = "Gör det här inlägget privat"; -$a->strings["Authorize application connection"] = "Tillåt anslutning av applikation"; -$a->strings["Return to your app and insert this Securty Code:"] = "Återgå till din applikation och ange den här säkerhetskoden:"; -$a->strings["Please login to continue."] = "Logga in för att fortsätta."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vill du låta den här applikationen få tillgång till dina inlägg och kontakter, och/eller skapa nya inlägg åt dig?"; -$a->strings["Yes"] = "Ja"; -$a->strings["No"] = "Nej"; -$a->strings["Public access denied."] = "Offentlig behörighet saknas."; -$a->strings["Item not available."] = "Post inte tillgänglig."; -$a->strings["Fetching URL returns error: %1\$s"] = "Hämtning av URL returnerade fel: %1\$s"; -$a->strings["Invalid item."] = "Ogiltig post."; -$a->strings["Channel not found."] = "Kanalen hittas inte."; -$a->strings["Page not found."] = "Sidan hittas inte."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s följer %2\$ss %3\$s"; -$a->strings["Block Name"] = "Blocknamn"; -$a->strings["Red Matrix Server - Setup"] = "Red Matrix-server - inställningar"; -$a->strings["Could not connect to database."] = "Kunde inte ansluta till databasen."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS."; -$a->strings["Could not create table."] = "Kunde inte skapa tabell."; -$a->strings["Your site database has been installed."] = "Din serverdatabas har installerats."; -$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Du kan behöva importera filen \"install/schema_xxx.sql\" manuellt med en databasklient."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Se filen \"install/INSTALL.txt\"."; -$a->strings["System check"] = "Systemkontroll"; -$a->strings["Next"] = "Nästa"; -$a->strings["Check again"] = "Kontrollera igen"; -$a->strings["Database connection"] = "Databasanslutning"; -$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Kontakta din servervärd eller administratör om du har frågor om de här inställningarna."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du anger nedan måste finnas. Om den inte gör det, skapa den innan du fortsätter."; -$a->strings["Database Server Name"] = "Databasserver"; -$a->strings["Default is localhost"] = "Standard är localhost"; -$a->strings["Database Port"] = "Databasport"; -$a->strings["Communication port number - use 0 for default"] = "Kommunikationsportnummer - använd 0 för standardinställning"; -$a->strings["Database Login Name"] = "Loginnamn till databas"; -$a->strings["Database Login Password"] = "Lösenord till databas"; -$a->strings["Database Name"] = "Databasnamn"; -$a->strings["Database Type"] = "Databastyp"; -$a->strings["Site administrator email address"] = "Serveradministratörens e-postadress"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ditt kontos e-postadress måste stämma med den här för att webbgränssnittet för administration ska kunna användas."; -$a->strings["Website URL"] = "Webbplatsens URL"; -$a->strings["Please use SSL (https) URL if available."] = "Ange en URL med SSL (https) om tillgängligt"; -$a->strings["Please select a default timezone for your website"] = "Välj en standardtidszon för din webbplats"; -$a->strings["Site settings"] = "Serverinställningar"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Om du inte har en kommandoradsversion av PHP installerad på servern kommer du inte att kunna köra bakgrundshämtning via cron."; -$a->strings["PHP executable path"] = "Sökväg till PHP-programmet"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen."; -$a->strings["Command line PHP"] = "Kommandorads-PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandoradsversionen av PHP på ditt system har inte \"register_argc_argv\" aktiverat."; -$a->strings["This is required for message delivery to work."] = "Det här behövs för att meddelandeleverans ska fungera."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fel: \"openssl_pkey_new\"-funktionen på det här systemet kan inte generera kryptonycklar"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generera kryptonycklar"; -$a->strings["libCurl PHP module"] = "PHP-modulen libCurl"; -$a->strings["GD graphics PHP module"] = "PHP-modulen GD graphics"; -$a->strings["OpenSSL PHP module"] = "PHP-modulen OpenSSL"; -$a->strings["mysqli or postgres PHP module"] = "PHP-modulen mysqli eller postgres"; -$a->strings["mb_string PHP module"] = "PHP-modulen mb_string"; -$a->strings["mcrypt PHP module"] = "PHP-modulen mcrypt"; -$a->strings["Apache mod_rewrite module"] = "Apache-modulen mod_rewrite"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad."; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Fel: PHP-modulen libCURL krävs men är inte installerad."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad."; -$a->strings["Error: openssl PHP module required but not installed."] = "Fel: PHP-modulen openssl krävs men är inte installerad."; -$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Fel: en av PHP-modulerna mysqli eller postgres krävs men är inte installerad."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Fel: PHP-modulen mb_string krävs men är inte installerad."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Fel: PHP-modulen mcrypt krävs men är inte installerad."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Webbinstallationen måste kunna skapa filen \".htconfig.php\" i toppkatalogen på din webbserver men kan inte göra det."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php är skrivbar"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "För att spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter till katalogen %s under Reds toppkatalog."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Observera: som en säkerhetsåtgärd bör du ge webbservern skrivrättighet endast för %s - inte för mallfilerna (.tpl) som finns där."; -$a->strings["%s is writable"] = "%s är skrivbar"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog."; -$a->strings["store is writable"] = "store är skrivbar"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-åtkomst till den här servern."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Om du har https-åtkomst till din webbplats eller tillåter anslutningar till TCP-port 443 (https-porten) MÅSTE du använda ett certifikat som kan verifieras av webbläsare. Du FÅR INTE använda självsignerade certifikat!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Restriktionen finns eftersom offentliga inlägg från dig kan innehålla till exempel referenser till bilder på din egen hubb."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Om ditt certifikat inte känns igen kommer medlemmar på andra webbplatser (som själv kan ha giltiga certifikat) att få en varning på sin egen webbplats om säkerhetsproblem."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Detta kan orsaka problem med användbarheten (inte bara på din egen server) så vi måste trycka på det här kravet."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Det finns leverantörer som utfärdar gratis certifikat som känns igen av webbläsare."; -$a->strings["SSL certificate validation"] = "SSL-certifikatvalidering"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite i .htaccess fungerar inte. Kolla din serverkonfiguration. Test: "; -$a->strings["Url rewrite is working"] = "URL rewrite fungerar"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot."; -$a->strings["Errors encountered creating database tables."] = "Fel inträffade när databastabeller skulle skapas."; -$a->strings["

    What next

    "] = "

    Nästa steg

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]"; +$a->strings["show more"] = "visa fler"; +$a->strings["Red Matrix Notification"] = "Red Matrix-meddelande"; +$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Thank You,"] = "Tack,"; +$a->strings["%s Administrator"] = "Administratören för %s"; +$a->strings["%s "] = "%s "; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Meddelande] Nytt meddelande på %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s skickade ett nytt privat meddelande till dig på %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s skickade %2\$s till dig."; +$a->strings["a private message"] = "ett privat meddelande"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Besök %s för att visa och/eller svara på dina privata meddelanden."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ett %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]%4\$ss %5\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ditt %4\$s[/zrl]"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Meddelande] Kommentar till konversation #%1\$d av %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s kommenterade en sak/konversation du har följt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Besök %s för att visa och/eller svara på konversationen."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Meddelande] %s postade till din profilvägg"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s postade till din profilvägg på %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s postade till [zrl=%3\$s]din vägg[/zrl]"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Meddelande] %s taggade dig"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s taggade dig på %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]taggade dig[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Meddelande] %1\$s puffade dig"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s puffade dig på %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]puffade dig[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Meddelande] %s taggade ditt inlägg"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s taggade ditt inlägg på %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s taggade [zrl=%3\$s]ditt inlägg[/zrl]"; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Meddelande] Presentation mottagen"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, du har fått en ny kontaktförfrågan från '%2\$s' på %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, du har fått [zrl=%2\$s]en ny kontaktförfrågan[/zrl] från %3\$s."; +$a->strings["You may visit their profile at %s"] = "Du kan besöka deras profil på %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Besök %s för att bevilja eller avslå kontaktförfrågan."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Meddelande] Vänförslag mottaget"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du har fått ett vänförslag från '%2\$s' på %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du har fått [zrl=%2\$s]ett vänförslag[/zrl] angående %3\$s från %4\$s."; +$a->strings["Name:"] = "Namn:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Besök %s för att bevilja eller avslå förslaget."; +$a->strings["[Red:Notify]"] = "[Red:Notifiering]"; +$a->strings["This event has been added to your calendar."] = "Händelsen har lagts till i din kalender."; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En borttagen grupp med det här namnet återskapades. Befintliga rättigheter till saker kan gälla för den här gruppen och alla framtida medlemmar. Om det här inte är vad du avsåg, skapa i stället en annan grupp med ett annat namn."; +$a->strings["Default privacy group for new contacts"] = "Förvald integritetsgrupp för nya kontakter"; +$a->strings["All Channels"] = "Alla kanaler"; +$a->strings["edit"] = "redigera"; +$a->strings["Collections"] = "Kretsar"; +$a->strings["Edit collection"] = "Redigera krets"; +$a->strings["Create a new collection"] = "Skapa en ny krets"; +$a->strings["Channels not in any collection"] = "Kanaler inte i någon krets"; +$a->strings["add"] = "lägg till"; +$a->strings["Unable to obtain identity information from database"] = "Kunde inte hämta från databasen"; +$a->strings["Empty name"] = "Tomt namn"; +$a->strings["Name too long"] = "För långt namn"; +$a->strings["No account identifier"] = "Ingen kontoidentifierare"; +$a->strings["Nickname is required."] = "Smeknamn måste anges."; +$a->strings["Reserved nickname. Please choose another."] = "Reserverat smeknamn. Välj ett annat."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Smeknamnet innehåller otillåtna tecken eller är redan upptaget på den här servern."; +$a->strings["Unable to retrieve created identity"] = "Kunde inte hämta den skapade identiteten"; +$a->strings["Default Profile"] = "Standardprofil"; +$a->strings["Friends"] = "Vänner"; +$a->strings["Requested channel is not available."] = "Den begärda kanalen är inte tillgänglig"; +$a->strings["Requested profile is not available."] = "Begärd profil är inte tillgänglig."; +$a->strings["Connect"] = "Ta kontakt"; +$a->strings["Change profile photo"] = "Bytprofilfoto"; +$a->strings["Profiles"] = "Profiler"; +$a->strings["Manage/edit profiles"] = "Hantera/redigera profiler"; +$a->strings["Create New Profile"] = "Skapa ny profil"; +$a->strings["Edit Profile"] = "Redigera profil"; +$a->strings["Profile Image"] = "Profilbild"; +$a->strings["visible to everybody"] = "synlig för alla"; +$a->strings["Edit visibility"] = "Redigera synlighet"; +$a->strings["Gender:"] = "Kön:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Hemsida:"; +$a->strings["Online Now"] = "Online nu"; +$a->strings["g A l F d"] = "l j F \\k\\l G"; +$a->strings["F d"] = "j F"; +$a->strings["[today]"] = "[i dag]"; +$a->strings["Birthday Reminders"] = "Födelsedagspåminnelser"; +$a->strings["Birthdays this week:"] = "Födelsedagar den här veckan:"; +$a->strings["[No description]"] = "[Ingen beskrivning]"; +$a->strings["Event Reminders"] = "Händelsepåminnelser"; +$a->strings["Events this week:"] = "Händelser den här veckan:"; +$a->strings["Profile"] = "Profil"; +$a->strings["Full Name:"] = "Fullständigt namn:"; +$a->strings["Like this channel"] = "Gilla den här kanalen"; +$a->strings["j F, Y"] = "j F Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Födelsedag:"; +$a->strings["Age:"] = "Ålder:"; +$a->strings["for %1\$d %2\$s"] = "i %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Sexuell preferens:"; +$a->strings["Hometown:"] = "Hemort:"; +$a->strings["Tags:"] = "Taggar:"; +$a->strings["Political Views:"] = "Politisk åskådning:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["About:"] = "Om:"; +$a->strings["Hobbies/Interests:"] = "Fritidssysselsättning/intressen:"; +$a->strings["Likes:"] = "Gillar:"; +$a->strings["Dislikes:"] = "Ogillar:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinformation och sociala nätverk:"; +$a->strings["My other channels:"] = "Mina andra kanaler:"; +$a->strings["Musical interests:"] = "Musikintressen:"; +$a->strings["Books, literature:"] = "Böcker, litteratur:"; +$a->strings["Television:"] = "Tv:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underhållning:"; +$a->strings["Love/Romance:"] = "Kärlek/romantik:"; +$a->strings["Work/employment:"] = "Arbete/sysselsättning:"; +$a->strings["School/education:"] = "Skola/utbildning:"; +$a->strings["Like this thing"] = "Gilla den här saken"; +$a->strings["Not a valid email address"] = "Inte en giltig e-postadress"; +$a->strings["Your email domain is not among those allowed on this site"] = "Din e-postdomän är inte bland de som tillåts på den här servern"; +$a->strings["Your email address is already registered at this site."] = "Din e-postadress är redan registrerad på den här servern."; +$a->strings["An invitation is required."] = "En inbjudan behövs."; +$a->strings["Invitation could not be verified."] = "Inbjudningen kunde inte bekräftas."; +$a->strings["Please enter the required information."] = "Ange den begärda informationen."; +$a->strings["Failed to store account information."] = "Misslyckades att spara kontoinformation."; +$a->strings["Registration confirmation for %s"] = "Registreringsbekräftelse för %s"; +$a->strings["Registration request at %s"] = "Registreringsförfrågan på %s"; +$a->strings["Administrator"] = "Administratör"; +$a->strings["your registration password"] = "ditt registreringslösenord"; +$a->strings["Registration details for %s"] = "Registreringsdetaljer för %s"; +$a->strings["Account approved."] = "Konto godkänt."; +$a->strings["Registration revoked for %s"] = "Registrering avslagen för %s"; +$a->strings["Account verified. Please login."] = "Konto bekräftat. Du kan nu logga in."; +$a->strings["Click here to upgrade."] = "Klicka här för att uppgradera."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Den här funktionen går utanför vad som anges i ditt avtal."; +$a->strings["This action is not available under your subscription plan."] = "Den här funktionen är inte tillgänglig med ditt avtal."; +$a->strings["Channel is blocked on this site."] = "Kanalen är blockerad på den här servern."; +$a->strings["Channel location missing."] = "Kanalplats saknas."; +$a->strings["Response from remote channel was incomplete."] = "Svar från den andra kanalen var ofullständigt."; +$a->strings["Channel was deleted and no longer exists."] = "Kanalen har tagits bort och finns inte längre."; +$a->strings["Protocol disabled."] = "Protokoll inaktiverat."; +$a->strings["Channel discovery failed."] = "Kanalsökning misslyckades."; +$a->strings["local account not found."] = "hittade inte lokalt konto."; +$a->strings["Cannot connect to yourself."] = "Du kan inte kontakta dig själv."; +$a->strings["Public Timeline"] = "Offentlig tidslinje"; +$a->strings["Item was not found."] = "Posten hittades inte."; +$a->strings["No source file."] = "Ingen källfil."; +$a->strings["Cannot locate file to replace"] = "Kan inte hitta fil att ersätta"; +$a->strings["Cannot locate file to revise/update"] = "Kan inte hitta fil att revidera/uppdatera"; +$a->strings["File exceeds size limit of %d"] = "Filen överskrider storleksbegränsningen %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nått begränsningen %1$.0f megabyte utrymme för bilagor."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten åtgärd."; +$a->strings["Stored file could not be verified. Upload failed."] = "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad."; +$a->strings["Path not available."] = "Sökväg inte tillgänglig."; +$a->strings["Empty pathname"] = "Tom sökväg"; +$a->strings["duplicate filename or path"] = "filnamn eller sökväg finns redan"; +$a->strings["Path not found."] = "Sökväg hittas inte."; +$a->strings["mkdir failed."] = "mkdir misslyckades."; +$a->strings["database storage failed."] = "databaslagring misslyckades."; +$a->strings["Missing room name"] = "Rumsnamn saknas"; +$a->strings["Duplicate room name"] = "Rumsnamnet finns redan"; +$a->strings["Invalid room specifier."] = "Ogiltig rumsbeskrivning."; +$a->strings["Room not found."] = "Rummet hittades inte."; +$a->strings["Room is full"] = "Rummet är fullt"; +$a->strings["Image/photo"] = "Bild/foto"; +$a->strings["Encrypted content"] = "Krypterat innehåll"; +$a->strings["Install design element: "] = "Installera designelement: "; +$a->strings["QR code"] = "QR-kod"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev följande %2\$s %3\$s"; +$a->strings["post"] = "post"; +$a->strings["$1 spoiler"] = "$1 spoiler"; +$a->strings["$1 wrote:"] = "$1 skrev:"; +$a->strings["channel"] = "kanal"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gillar %2\$ss %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gillar inte %2\$ss %3\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s har nu kontakt med %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s puffade %2\$s"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s är %2\$s"; +$a->strings["Select"] = "Välj"; +$a->strings["Private Message"] = "Privat meddelande"; +$a->strings["Message signature validated"] = "Meddelandesignatur bekräftad"; +$a->strings["Message signature incorrect"] = "Meddelandesignatur felaktig"; +$a->strings["View %s's profile @ %s"] = "Visa %ss profil på %s"; +$a->strings["Categories:"] = "Kategorier:"; +$a->strings["Filed under:"] = "Postat under:"; +$a->strings[" from %s"] = "från %s"; +$a->strings["last edited: %s"] = "senast redigerat: %s"; +$a->strings["Expires: %s"] = "Upphör: %s"; +$a->strings["View in context"] = "Visa sammanhang"; +$a->strings["Please wait"] = "Vänta"; +$a->strings["remove"] = "ta bort"; +$a->strings["Loading..."] = "Laddar..."; +$a->strings["Delete Selected Items"] = "Ta bort valda poster"; +$a->strings["View Source"] = "Visa källa"; +$a->strings["Follow Thread"] = "Följ tråd"; +$a->strings["View Status"] = "Visa status"; +$a->strings["View Profile"] = "Visa profil"; +$a->strings["View Photos"] = "Visa foton"; +$a->strings["Matrix Activity"] = "Matrisaktivitet"; +$a->strings["Edit Contact"] = "Redigera kontakt"; +$a->strings["Send PM"] = "Skicka meddelande"; +$a->strings["Poke"] = "Puffa"; +$a->strings["%s likes this."] = "%s gillar det här."; +$a->strings["%s doesn't like this."] = "%s gillar inte det här."; +$a->strings["%2\$d people like this."] = array( + 0 => "%2\$d person gillar det här.", + 1 => "%2\$d personer gillar det här.", +); +$a->strings["%2\$d people don't like this."] = array( + 0 => "%2\$d person gillar inte det här.", + 1 => "%2\$d personer gillar inte det här.", +); +$a->strings["and"] = "och"; +$a->strings[", and %d other people"] = array( + 0 => ", och %d annan person", + 1 => ", och %d andra personer", +); +$a->strings["%s like this."] = "%s gillar det här."; +$a->strings["%s don't like this."] = "%s gillar inte det här."; +$a->strings["Visible to everybody"] = "Kan ses av alla"; +$a->strings["Please enter a link URL:"] = "Ange en länkadress:"; +$a->strings["Please enter a video link/URL:"] = "Ange en videolänkadress:"; +$a->strings["Please enter an audio link/URL:"] = "Ange en ljudlänkadress"; +$a->strings["Tag term:"] = "Tagguttryck"; +$a->strings["Save to Folder:"] = "Spara i mapp:"; +$a->strings["Where are you right now?"] = "Var är du just nu?"; +$a->strings["Expires YYYY-MM-DD HH:MM"] = "Upphör YYYY-MM-DD HH:MM"; +$a->strings["Share"] = "Dela"; +$a->strings["Page link title"] = "Titel på sidlänk"; +$a->strings["Post as"] = "Posta som"; +$a->strings["Upload photo"] = "Ladda upp foto"; +$a->strings["upload photo"] = "ladda upp foto"; +$a->strings["Attach file"] = "Bifoga fil"; +$a->strings["attach file"] = "bifoga fil"; +$a->strings["Insert web link"] = "Infoga webblänk"; +$a->strings["web link"] = "webblänk"; +$a->strings["Insert video link"] = "Infoga videolänk"; +$a->strings["video link"] = "videolänk"; +$a->strings["Insert audio link"] = "Infoga ljudlänk"; +$a->strings["audio link"] = "ljudlänk"; +$a->strings["Set your location"] = "Ange din plats"; +$a->strings["set location"] = "ange plats"; +$a->strings["Clear browser location"] = "Rensa webbläsarplats"; +$a->strings["clear location"] = "rensa plats"; +$a->strings["Title (optional)"] = "Titel (frivilligt)"; +$a->strings["Categories (optional, comma-separated list)"] = "Kategorier (frivilligt, kommaseparerad lista)"; +$a->strings["Permission settings"] = "Behörighetsinställningar"; +$a->strings["permissions"] = "behörighet"; +$a->strings["Public post"] = "Offentligt inlägg"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Exempel: bob@example.com, mary@example.com"; +$a->strings["Set expiration date"] = "Ange utgångsdatum"; +$a->strings["Encrypt text"] = "Kryptera text"; +$a->strings["OK"] = "OK"; +$a->strings["Cancel"] = "Avbryt"; +$a->strings["Discover"] = "Upptäck"; +$a->strings["Imported public streams"] = "Importerade offentliga strömmar"; +$a->strings["Commented Order"] = "Kommentarsordning"; +$a->strings["Sort by Comment Date"] = "Ordna efter kommentarsdatum"; +$a->strings["Posted Order"] = "Inläggsordning"; +$a->strings["Sort by Post Date"] = "Ordna efter när inlägget skrevs"; +$a->strings["Personal"] = "Personligt"; +$a->strings["Posts that mention or involve you"] = "Inlägg som nämner eller berör dig"; +$a->strings["New"] = "Nytt"; +$a->strings["Activity Stream - by date"] = "Aktivitetsström - efter datum"; +$a->strings["Starred"] = "Märkt"; +$a->strings["Favourite Posts"] = "Favoritinlägg"; +$a->strings["Spam"] = "Skräp"; +$a->strings["Posts flagged as SPAM"] = "Inlägg markerade som SKRÄP"; +$a->strings["Channel"] = "Kanal"; +$a->strings["Status Messages and Posts"] = "Statusmeddelanden och inlägg"; +$a->strings["About"] = "Om"; +$a->strings["Profile Details"] = "Profildetaljer"; +$a->strings["Photos"] = "Foton"; +$a->strings["Files and Storage"] = "Filer och lagring"; +$a->strings["Chatrooms"] = "Chattrum"; +$a->strings["Bookmarks"] = "Bokmärken"; +$a->strings["Saved Bookmarks"] = "Sparade bokmärken"; +$a->strings["Webpages"] = "Webbsidor"; +$a->strings["Manage Webpages"] = "Hantera webbsidor"; +$a->strings["Apps"] = "Appar"; +$a->strings["System"] = "System"; +$a->strings["Create Personal App"] = "Skapa personlig app"; +$a->strings["Edit Personal App"] = "Redigera personlig app"; +$a->strings["Ignore/Hide"] = "Ignorera/göm"; +$a->strings["Suggestions"] = "Förslag"; +$a->strings["See more..."] = "Se fler..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Du har %1$.0f av %2$.0f tillåtna kontakter."; +$a->strings["Add New Connection"] = "Lägg till ny kontakt"; +$a->strings["Enter the channel address"] = "Ange kanaladressen"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exempel: bob@example.com, http://example.com/barbara"; +$a->strings["Notes"] = "Anteckningar"; +$a->strings["Remove term"] = "Ta bort uttryck"; +$a->strings["Archives"] = "Arkiv"; +$a->strings["Refresh"] = "Ladda om"; +$a->strings["Me"] = "Mig själv"; +$a->strings["Best Friends"] = "Bästa vänner"; +$a->strings["Co-workers"] = "Kollegor"; +$a->strings["Former Friends"] = "Tidigare vänner"; +$a->strings["Acquaintances"] = "Bekanta"; +$a->strings["Everybody"] = "Alla"; +$a->strings["Account settings"] = "Kontoinställningar"; +$a->strings["Channel settings"] = "Kanalinställningar"; +$a->strings["Additional features"] = "Tilläggsfunktioner"; +$a->strings["Feature settings"] = "Funktionsinställningar"; +$a->strings["Display settings"] = "Utseende"; +$a->strings["Connected apps"] = "Anslutna appar"; +$a->strings["Export channel"] = "Exportera kanal"; +$a->strings["Connection Default Permissions"] = "Standardbehörighet för kontakt"; +$a->strings["Premium Channel Settings"] = "Inställningar för premiumkanal"; +$a->strings["Settings"] = "Inställningar"; +$a->strings["Messages"] = "Meddelanden"; +$a->strings["Check Mail"] = "Hämta meddelanden"; +$a->strings["New Message"] = "Nytt meddelande"; +$a->strings["Chat Rooms"] = "Chattrum"; +$a->strings["Bookmarked Chatrooms"] = "Bokmärkta chattrum"; +$a->strings["Suggested Chatrooms"] = "Föreslagna chattrum"; +$a->strings["photo/image"] = "foto/bild"; +$a->strings["Invalid data packet"] = "Ogiltigt datapaket"; +$a->strings["Unable to verify channel signature"] = "Kunde inte bekräfta kanalsignatur"; +$a->strings["Unable to verify site signature for %s"] = "Kunde inte bekräfta signatur för servern %s"; +$a->strings["Save to Folder"] = "Spara i mapp"; +$a->strings["View all"] = "Visa alla"; +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "ogillar detta", + 1 => "ogillar detta", +); +$a->strings["Add Star"] = "Märk"; +$a->strings["Remove Star"] = "Ta bort märkning"; +$a->strings["Toggle Star Status"] = "Växla märkning"; +$a->strings["starred"] = "märkt"; +$a->strings["Add Tag"] = "Lägg till en tagg"; +$a->strings["I like this (toggle)"] = "Jag gillar det här (växla)"; +$a->strings["I don't like this (toggle)"] = "Jag gillar inte det här (växla)"; +$a->strings["Share This"] = "Dela det här"; +$a->strings["share"] = "dela"; +$a->strings["%d comment"] = array( + 0 => "%d kommentar", + 1 => "%d kommentarer", +); +$a->strings["View %s's profile - %s"] = "Visa %ss profil - %s"; +$a->strings["to"] = "till"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Vägg-till-vägg"; +$a->strings["via Wall-To-Wall:"] = "via vägg-till-vägg"; +$a->strings["Save Bookmarks"] = "Spara bokmärken"; +$a->strings["Add to Calendar"] = "Lägg till kalendern"; +$a->strings["Mark all seen"] = "Märk alla som lästa"; +$a->strings["__ctx:noun__ Likes"] = "gillar detta"; +$a->strings["__ctx:noun__ Dislikes"] = "ogillar detta"; +$a->strings["[+] show all"] = "[+] visa alla"; +$a->strings["This is you"] = "Det här är du"; +$a->strings["Comment"] = "Kommentera"; +$a->strings["Submit"] = "Skicka"; +$a->strings["Bold"] = "Fet"; +$a->strings["Italic"] = "Kursiv"; +$a->strings["Underline"] = "Understruken"; +$a->strings["Quote"] = "Citat"; +$a->strings["Code"] = "Kod"; +$a->strings["Image"] = "Bild"; +$a->strings["Link"] = "Länk"; +$a->strings["Video"] = "Video"; +$a->strings["Miscellaneous"] = "Övrigt"; +$a->strings["YYYY-MM-DD or MM-DD"] = "ÅÅÅÅ-MM-DD eller MM-DD"; +$a->strings["never"] = "aldrig"; +$a->strings["less than a second ago"] = "mindre än en sekund sedan"; +$a->strings["year"] = "år"; +$a->strings["years"] = "år"; +$a->strings["month"] = "månad"; +$a->strings["months"] = "månader"; +$a->strings["week"] = "vecka"; +$a->strings["weeks"] = "veckor"; +$a->strings["day"] = "dag"; +$a->strings["days"] = "dagar"; +$a->strings["hour"] = "timme"; +$a->strings["hours"] = "timmar"; +$a->strings["minute"] = "minut"; +$a->strings["minutes"] = "minuter"; +$a->strings["second"] = "sekund"; +$a->strings["seconds"] = "sekunder"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s sedan"; +$a->strings["%1\$s's birthday"] = "%1\$ss födelsedag"; +$a->strings["Happy Birthday %1\$s"] = "Grattis på födelsedagen %1\$s"; +$a->strings["Site Admin"] = "Serveradministrator"; +$a->strings["Address Book"] = "Adressbok"; +$a->strings["Login"] = "Logga in"; +$a->strings["Channel Manager"] = "Kanalhanterare"; +$a->strings["Matrix"] = "Matris"; +$a->strings["Channel Home"] = "Kanalhem"; +$a->strings["Events"] = "Händelser"; +$a->strings["Directory"] = "Katalog"; +$a->strings["Help"] = "Hjälp"; +$a->strings["Mail"] = "Privat meddelande"; +$a->strings["Mood"] = "Sinnesstämning"; +$a->strings["Chat"] = "Chatt"; +$a->strings["Probe"] = "Sond"; +$a->strings["Suggest"] = "Föreslå"; +$a->strings["Random Channel"] = "Slumpvald kanal"; +$a->strings["Invite"] = "Bjud in"; +$a->strings["Features"] = "Funktioner"; +$a->strings["Language"] = "Språk"; +$a->strings["Post"] = "Inlägg"; +$a->strings["Profile Photo"] = "Profilfoto"; +$a->strings["Update"] = "Uppdatera"; +$a->strings["Install"] = "Installera"; +$a->strings["Purchase"] = "Köp"; +$a->strings["New window"] = "Nytt fönster"; +$a->strings["Open the selected location in a different window or browser tab"] = "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik"; +$a->strings["User '%s' deleted"] = "Användare '%s' borttagen"; +$a->strings["Delete this item?"] = "Ta bort den här posten?"; +$a->strings["[-] show less"] = "[-] visa färre"; +$a->strings["[+] expand"] = "[+] fäll ut"; +$a->strings["[-] collapse"] = "[-] fäll ihop"; +$a->strings["Password too short"] = "Lösenord för kort"; +$a->strings["Passwords do not match"] = "Lösenorden stämmer inte överens"; +$a->strings["everybody"] = "alla"; +$a->strings["Secret Passphrase"] = "Hemligt lösenord"; +$a->strings["Passphrase hint"] = "Lösenordsledtråd"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Observera: Rättigheter har ändrats men har ännu inte skickats in"; +$a->strings["close all"] = "stäng alla"; +$a->strings["Nothing new here"] = "Inget nytt här"; +$a->strings["timeago.prefixAgo"] = "för"; +$a->strings["timeago.prefixFromNow"] = "om"; +$a->strings["ago"] = "sedan"; +$a->strings["from now"] = " "; +$a->strings["less than a minute"] = "mindre än en minut"; +$a->strings["about a minute"] = "ungefär en minut"; +$a->strings["%d minutes"] = "%d minuter"; +$a->strings["about an hour"] = "ungefär en timme"; +$a->strings["about %d hours"] = "ungefär %d timmar"; +$a->strings["a day"] = "en dag"; +$a->strings["%d days"] = "%d dagar"; +$a->strings["about a month"] = "ungefär en månad"; +$a->strings["%d months"] = "%d månader"; +$a->strings["about a year"] = "ungefär ett år"; +$a->strings["%d years"] = "%d år"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["Male"] = "Man"; +$a->strings["Female"] = "Kvinna"; +$a->strings["Currently Male"] = "Just nu man"; +$a->strings["Currently Female"] = "Just nu kvinna"; +$a->strings["Mostly Male"] = "Mestadels man"; +$a->strings["Mostly Female"] = "Mestadels kvinna"; +$a->strings["Transgender"] = "Transperson"; +$a->strings["Intersex"] = "Intersexuell"; +$a->strings["Transsexual"] = "Transsexuell"; +$a->strings["Hermaphrodite"] = "Hermafrodit"; +$a->strings["Neuter"] = "Könlös"; +$a->strings["Non-specific"] = "Ospecificerat"; +$a->strings["Undecided"] = "Obestämt"; +$a->strings["Males"] = "Män"; +$a->strings["Females"] = "Kvinnor"; +$a->strings["Gay"] = "Bög"; +$a->strings["Lesbian"] = "Lesbisk"; +$a->strings["No Preference"] = "Ingen preferens"; +$a->strings["Bisexual"] = "Bisexuell"; +$a->strings["Autosexual"] = "Autosexuell"; +$a->strings["Abstinent"] = "Avhållsam"; +$a->strings["Virgin"] = "Oskuld"; +$a->strings["Deviant"] = "Avvikande"; +$a->strings["Fetish"] = "Fetisch"; +$a->strings["Oodles"] = "Massor"; +$a->strings["Nonsexual"] = "Ickesexuell"; +$a->strings["Single"] = "Singel"; +$a->strings["Lonely"] = "Ensam"; +$a->strings["Available"] = "Ledig"; +$a->strings["Unavailable"] = "Upptagen"; +$a->strings["Has crush"] = "Förälskad"; +$a->strings["Infatuated"] = "Förtrollad"; +$a->strings["Dating"] = "Dejtar"; +$a->strings["Unfaithful"] = "Otrogen"; +$a->strings["Sex Addict"] = "Sexmissbrukare"; +$a->strings["Friends/Benefits"] = "Kompisförhållande"; +$a->strings["Casual"] = "Vardaglig"; +$a->strings["Engaged"] = "Förlovad"; +$a->strings["Married"] = "Gift"; +$a->strings["Imaginarily married"] = "Inbillat gift"; +$a->strings["Partners"] = "Partner"; +$a->strings["Cohabiting"] = "Bor ihop"; +$a->strings["Common law"] = "Sambo"; +$a->strings["Happy"] = "Lycklig"; +$a->strings["Not looking"] = "Letar inte"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Bedragen"; +$a->strings["Separated"] = "Separerad"; +$a->strings["Unstable"] = "Instabilt"; +$a->strings["Divorced"] = "Skild"; +$a->strings["Imaginarily divorced"] = "Inbillat skild"; +$a->strings["Widowed"] = "Änka"; +$a->strings["Uncertain"] = "Osäkert"; +$a->strings["It's complicated"] = "Det är komplicerat"; +$a->strings["Don't care"] = "Bryr mig inte"; +$a->strings["Ask me"] = "Fråga mig"; +$a->strings["Logout"] = "Logga ut"; +$a->strings["End this session"] = "Avsluta sessionen"; +$a->strings["Home"] = "Hem"; +$a->strings["Your posts and conversations"] = "Dina inlägg och konversationer"; +$a->strings["Your profile page"] = "Din profilsida"; +$a->strings["Edit Profiles"] = "Redigera profiler"; +$a->strings["Manage/Edit profiles"] = "Hantera/redigera profiler"; +$a->strings["Edit your profile"] = "Redigera din profil"; +$a->strings["Your photos"] = "Dina foton"; +$a->strings["Your files"] = "Dina filer"; +$a->strings["Your chatrooms"] = "Dina chattrum"; +$a->strings["Your bookmarks"] = "Dina bokmärken"; +$a->strings["Your webpages"] = "Dina webbsidor"; +$a->strings["Sign in"] = "Logga in"; +$a->strings["%s - click to logout"] = "%s - klicka för att logga ut"; +$a->strings["Remote authentication"] = "Fjärrinloggning"; +$a->strings["Click to authenticate to your home hub"] = "Klicka för att autentisera mot din hemmahubb"; +$a->strings["Home Page"] = "Hemsida"; +$a->strings["Register"] = "Skapa konto"; +$a->strings["Create an account"] = "Skapa ett konto"; +$a->strings["Help and documentation"] = "Hjälp och dokumentation"; +$a->strings["Applications, utilities, links, games"] = "Applikationer, verktyg, länkar, spel"; +$a->strings["Search site content"] = "Sök innehåll"; +$a->strings["Channel Directory"] = "Kanalkatalog"; +$a->strings["Your matrix"] = "Din matris"; +$a->strings["Mark all matrix notifications seen"] = "Märk alla matrisnotifieringar som lästa"; +$a->strings["Channel home"] = "Kanalhem"; +$a->strings["Mark all channel notifications seen"] = "Märk alla kanalnotifieringar som lästa"; +$a->strings["Connections"] = "Kontakter"; +$a->strings["Notices"] = "Meddelanden"; +$a->strings["Notifications"] = "Notifieringar"; +$a->strings["See all notifications"] = "Se alla notifieringar"; +$a->strings["Mark all system notifications seen"] = "Märk alla systemnotifieringar som lästa"; +$a->strings["Private mail"] = "Privat meddelande"; +$a->strings["See all private messages"] = "Se alla privata meddelanden"; +$a->strings["Mark all private messages seen"] = "Märk alla privata meddelanden som lästa"; +$a->strings["Inbox"] = "Inkorg"; +$a->strings["Outbox"] = "Utkorg"; +$a->strings["Event Calendar"] = "Kalender"; +$a->strings["See all events"] = "Se alla händelser"; +$a->strings["Mark all events seen"] = "Märk alla händelser som lästa"; +$a->strings["Manage Your Channels"] = "Hantera dina kanaler"; +$a->strings["Account/Channel Settings"] = "Konto-/kanalinställningar"; +$a->strings["Admin"] = "Administration"; +$a->strings["Site Setup and Configuration"] = "Serverinställning och -konfiguration"; +$a->strings["@name, #tag, content"] = "@namn, #tagg, innehåll"; +$a->strings["Please wait..."] = "Vänta..."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Formulärets kontrollkod var inte korrekt. Antagligen beror det på att formuläret har varit öppet för länge (> 3 timmar) innan det skickades."; +$a->strings["Set your current mood and tell your friends"] = "Ange din nuvarande sinnesstämning och visa för dina vänner"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximalt antal dagliga serverregistreringar överskridet. Försök igen i morgon."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Välj huruvida du accepterar användarvillkoren. Registrering misslyckades."; +$a->strings["Passwords do not match."] = "Lösenorden stämmer inte överens."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrering lyckades. Kontrollera din e-post för valideringsinstruktioner."; +$a->strings["Your registration is pending approval by the site owner."] = "Din registrering väntar på att bli godkänd av serverägaren."; +$a->strings["Your registration can not be processed."] = "Din registrering kan inte behandlas."; +$a->strings["Registration on this site/hub is by approval only."] = "Registrering på den här servern/hubben måste godkännas."; +$a->strings["Register at another affiliated site/hub"] = "Skapa konto på en annan ansluten server/hubb"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Antal dagliga registreringar som tillåts på den här servern har överskridits. Försök igen i morgon."; +$a->strings["Terms of Service"] = "användarvillkor"; +$a->strings["I accept the %s for this website"] = "Jag accepterar den här webbplatsens %s"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Jag är över 13 år och accepterar den här webbplatsens %s"; +$a->strings["Registration"] = "Registrering"; +$a->strings["Membership on this site is by invitation only."] = "Medlemskap på den här servern kan endast fås genom inbjudan."; +$a->strings["Please enter your invitation code"] = "Ange din inbjudningskod"; +$a->strings["Your email address"] = "Din e-postadress"; +$a->strings["Choose a password"] = "Välj ett lösenord"; +$a->strings["Please re-enter your password"] = "Ange lösenordet igen"; +$a->strings["Menu not found."] = "Menyn hittades inte."; +$a->strings["Menu element updated."] = "Menyval uppdaterat."; +$a->strings["Unable to update menu element."] = "Kunde inte uppdatera menyval."; +$a->strings["Menu element added."] = "Menyval tillagt."; +$a->strings["Unable to add menu element."] = "Kunde inte lägga till menyval."; +$a->strings["Not found."] = "Hittades inte."; +$a->strings["Manage Menu Elements"] = "Hantera menyval"; +$a->strings["Edit menu"] = "Redigera meny"; +$a->strings["Edit element"] = "Redigera menyval"; +$a->strings["Drop element"] = "Ta bort menyval"; +$a->strings["New element"] = "Nytt menyval"; +$a->strings["Edit this menu container"] = "Redigera den här menysamlaren"; +$a->strings["Add menu element"] = "Lägg till menyval"; +$a->strings["Delete this menu item"] = "Ta bort det här menyvalet"; +$a->strings["Edit this menu item"] = "Redigera det här menyvalet"; +$a->strings["New Menu Element"] = "Nytt menyval"; +$a->strings["Menu Item Permissions"] = "Behörighet för menyval"; +$a->strings["(click to open/close)"] = "(klicka för att öppna/stänga)"; +$a->strings["Link text"] = "Länktext"; +$a->strings["URL of link"] = "Länkens URL"; +$a->strings["Use RedMatrix magic-auth if available"] = "Använd RedMatrix magic-auth om tillgängligt"; +$a->strings["Open link in new window"] = "Öppna länk i nytt fönster"; +$a->strings["Order in list"] = "Ordningstal i listan"; +$a->strings["Higher numbers will sink to bottom of listing"] = "Större tal sjunker till botten av listan"; +$a->strings["Menu item not found."] = "Menyval hittas inte."; +$a->strings["Menu item deleted."] = "Menyval borttaget."; +$a->strings["Menu item could not be deleted."] = "Menyval kunde inte tas bort."; +$a->strings["Edit Menu Element"] = "Redigera menyval"; +$a->strings["Modify"] = "Ändra"; +$a->strings["Some blurb about what to do when you're new here"] = "Lite text om vad man kan göra som ny här"; $a->strings["Name is required"] = "Namn är obligatoriskt"; $a->strings["Key and Secret are required"] = "Nyckel och kod är obligatoriska"; $a->strings["Passwords do not match. Password unchanged."] = "Lösenorden stämmer inte överens. Lösenordet har inte ändrats."; @@ -1073,6 +951,7 @@ $a->strings["Additional Features"] = "Ytterligare funktioner"; $a->strings["Connector Settings"] = "Anslutningsinställningar"; $a->strings["No special theme for mobile devices"] = "Inget särskilt tema för mobila enheter"; $a->strings["%s - (Experimental)"] = "%s - (experimentellt)"; +$a->strings["mobile"] = "mobilt"; $a->strings["Display Settings"] = "Utseende"; $a->strings["Display Theme:"] = "Tema för utseende:"; $a->strings["Mobile Theme:"] = "Mobilt tema:"; @@ -1099,6 +978,8 @@ $a->strings["Anybody in this network"] = "Vem som helst i det här nätverket"; $a->strings["Anybody authenticated"] = "Vem som helst som har autentiserat sig"; $a->strings["Anybody on the internet"] = "Vem som helst på Internet"; $a->strings["Publish your default profile in the network directory"] = "Publicera din standardprofil i nätverkskatalogen"; +$a->strings["No"] = "Nej"; +$a->strings["Yes"] = "Ja"; $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Tillåt oss att föreslå dig som möjlig vän för nya medlemmar"; $a->strings["or"] = "eller"; $a->strings["Your channel address is"] = "Din kanaladress är"; @@ -1166,6 +1047,159 @@ $a->strings["Please enable expert mode (in Setting $a->strings["Miscellaneous Settings"] = "Diverse inställningar"; $a->strings["Personal menu to display in your channel pages"] = "Personlig meny att visa i dina kanalsidor"; $a->strings["Remove this channel"] = "Ta bort den här kanalen"; +$a->strings["Collection created."] = "Krets skapad."; +$a->strings["Could not create collection."] = "Kunde inte skapa krets."; +$a->strings["Collection updated."] = "Kretsen uppdaterad."; +$a->strings["Create a collection of channels."] = "Skapa en krets av kanaler."; +$a->strings["Collection Name: "] = "Namn på krets: "; +$a->strings["Members are visible to other channels"] = "Medlemmar kan ses av andra kanaler"; +$a->strings["Collection removed."] = "Krets borttagen."; +$a->strings["Unable to remove collection."] = "Kunde inte ta bort krets."; +$a->strings["Collection Editor"] = "Redigera krets"; +$a->strings["Members"] = "Medlemmar"; +$a->strings["All Connected Channels"] = "Alla anslutna kanaler"; +$a->strings["Click on a channel to add or remove."] = "Klicka på en kanal för att lägga till eller ta bort."; +$a->strings["Public access denied."] = "Offentlig behörighet saknas."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s följer %2\$ss %3\$s"; +$a->strings["Poke/Prod"] = "Puffa/stöt till"; +$a->strings["poke, prod or do other things to somebody"] = "puffa, stöt till eller gör andra saker mot någon"; +$a->strings["Recipient"] = "Mottagare"; +$a->strings["Choose what you wish to do to recipient"] = "Välj vad du önskar göra med mottagaren"; +$a->strings["Make this post private"] = "Gör det här inlägget privat"; +$a->strings["Authorize application connection"] = "Tillåt anslutning av applikation"; +$a->strings["Return to your app and insert this Securty Code:"] = "Återgå till din applikation och ange den här säkerhetskoden:"; +$a->strings["Please login to continue."] = "Logga in för att fortsätta."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vill du låta den här applikationen få tillgång till dina inlägg och kontakter, och/eller skapa nya inlägg åt dig?"; +$a->strings["Red Matrix Server - Setup"] = "Red Matrix-server - inställningar"; +$a->strings["Could not connect to database."] = "Kunde inte ansluta till databasen."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS."; +$a->strings["Could not create table."] = "Kunde inte skapa tabell."; +$a->strings["Your site database has been installed."] = "Din serverdatabas har installerats."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Du kan behöva importera filen \"install/schema_xxx.sql\" manuellt med en databasklient."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Se filen \"install/INSTALL.txt\"."; +$a->strings["System check"] = "Systemkontroll"; +$a->strings["Next"] = "Nästa"; +$a->strings["Check again"] = "Kontrollera igen"; +$a->strings["Database connection"] = "Databasanslutning"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Kontakta din servervärd eller administratör om du har frågor om de här inställningarna."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du anger nedan måste finnas. Om den inte gör det, skapa den innan du fortsätter."; +$a->strings["Database Server Name"] = "Databasserver"; +$a->strings["Default is localhost"] = "Standard är localhost"; +$a->strings["Database Port"] = "Databasport"; +$a->strings["Communication port number - use 0 for default"] = "Kommunikationsportnummer - använd 0 för standardinställning"; +$a->strings["Database Login Name"] = "Loginnamn till databas"; +$a->strings["Database Login Password"] = "Lösenord till databas"; +$a->strings["Database Name"] = "Databasnamn"; +$a->strings["Database Type"] = "Databastyp"; +$a->strings["Site administrator email address"] = "Serveradministratörens e-postadress"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ditt kontos e-postadress måste stämma med den här för att webbgränssnittet för administration ska kunna användas."; +$a->strings["Website URL"] = "Webbplatsens URL"; +$a->strings["Please use SSL (https) URL if available."] = "Ange en URL med SSL (https) om tillgängligt"; +$a->strings["Please select a default timezone for your website"] = "Välj en standardtidszon för din webbplats"; +$a->strings["Site settings"] = "Serverinställningar"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Om du inte har en kommandoradsversion av PHP installerad på servern kommer du inte att kunna köra bakgrundshämtning via cron."; +$a->strings["PHP executable path"] = "Sökväg till PHP-programmet"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen."; +$a->strings["Command line PHP"] = "Kommandorads-PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandoradsversionen av PHP på ditt system har inte \"register_argc_argv\" aktiverat."; +$a->strings["This is required for message delivery to work."] = "Det här behövs för att meddelandeleverans ska fungera."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fel: \"openssl_pkey_new\"-funktionen på det här systemet kan inte generera kryptonycklar"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generera kryptonycklar"; +$a->strings["libCurl PHP module"] = "PHP-modulen libCurl"; +$a->strings["GD graphics PHP module"] = "PHP-modulen GD graphics"; +$a->strings["OpenSSL PHP module"] = "PHP-modulen OpenSSL"; +$a->strings["mysqli or postgres PHP module"] = "PHP-modulen mysqli eller postgres"; +$a->strings["mb_string PHP module"] = "PHP-modulen mb_string"; +$a->strings["mcrypt PHP module"] = "PHP-modulen mcrypt"; +$a->strings["Apache mod_rewrite module"] = "Apache-modulen mod_rewrite"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Fel: PHP-modulen libCURL krävs men är inte installerad."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad."; +$a->strings["Error: openssl PHP module required but not installed."] = "Fel: PHP-modulen openssl krävs men är inte installerad."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Fel: en av PHP-modulerna mysqli eller postgres krävs men är inte installerad."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Fel: PHP-modulen mb_string krävs men är inte installerad."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Fel: PHP-modulen mcrypt krävs men är inte installerad."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Webbinstallationen måste kunna skapa filen \".htconfig.php\" i toppkatalogen på din webbserver men kan inte göra det."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php är skrivbar"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "För att spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter till katalogen %s under Reds toppkatalog."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Observera: som en säkerhetsåtgärd bör du ge webbservern skrivrättighet endast för %s - inte för mallfilerna (.tpl) som finns där."; +$a->strings["%s is writable"] = "%s är skrivbar"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog."; +$a->strings["store is writable"] = "store är skrivbar"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-åtkomst till den här servern."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Om du har https-åtkomst till din webbplats eller tillåter anslutningar till TCP-port 443 (https-porten) MÅSTE du använda ett certifikat som kan verifieras av webbläsare. Du FÅR INTE använda självsignerade certifikat!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Restriktionen finns eftersom offentliga inlägg från dig kan innehålla till exempel referenser till bilder på din egen hubb."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Om ditt certifikat inte känns igen kommer medlemmar på andra webbplatser (som själv kan ha giltiga certifikat) att få en varning på sin egen webbplats om säkerhetsproblem."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Detta kan orsaka problem med användbarheten (inte bara på din egen server) så vi måste trycka på det här kravet."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Det finns leverantörer som utfärdar gratis certifikat som känns igen av webbläsare."; +$a->strings["SSL certificate validation"] = "SSL-certifikatvalidering"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite i .htaccess fungerar inte. Kolla din serverkonfiguration. Test: "; +$a->strings["Url rewrite is working"] = "URL rewrite fungerar"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot."; +$a->strings["Errors encountered creating database tables."] = "Fel inträffade när databastabeller skulle skapas."; +$a->strings["

    What next

    "] = "

    Nästa steg

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]"; +$a->strings["Item not available."] = "Post inte tillgänglig."; +$a->strings["Fetching URL returns error: %1\$s"] = "Hämtning av URL returnerade fel: %1\$s"; +$a->strings["Invalid item."] = "Ogiltig post."; +$a->strings["Channel not found."] = "Kanalen hittas inte."; +$a->strings["Page not found."] = "Sidan hittas inte."; +$a->strings["Export Channel"] = "Exportera kanal"; +$a->strings["Export your basic channel information to a small file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new hub, but\tdoes not contain your content."] = "Exportera kanalens basinformation till en liten fil. Denna fungerar som en säkerhetskopia av dina anslutningar, behörigheter, profil, och grundläggande data, och kan användas för att importera dina data till en ny hubb, men tar inte med ditt innehåll."; +$a->strings["Export Content"] = "Exportera innehåll"; +$a->strings["Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new hub as this file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exportera din kanalinformation och allt innehåll till en säkerhetskopia i JSON-format. Detta kopierar alla dina anslutningar, behörigheter, profildata och allt ditt innehåll, men är generellt inte lämpligt för att importera en kanal till en ny hubb, eftersom filen kan vara VÄLDIGT stor. Ha tålamod - det kan ta flera minuter innan nedladdningen börjar."; +$a->strings["No potential page delegates located."] = "Inga potentiella sid-ombud funna."; +$a->strings["Delegate Page Management"] = "Delegera sidhantering"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Ombud kan hantera alla aspekter av det här kontot/den här sidan förutom grundläggande kontoinställningar. Delegera inte ditt personliga konto till någon som du inte litar fullständigt på."; +$a->strings["Existing Page Managers"] = "Befintliga sid-ansvariga"; +$a->strings["Existing Page Delegates"] = "Befintliga sid-ombud"; +$a->strings["Potential Delegates"] = "Potentiella ombud"; +$a->strings["Remove"] = "Ta bort"; +$a->strings["Add"] = "Lägg till"; +$a->strings["No entries."] = "Inga poster."; +$a->strings["Version %s"] = "Version %s"; +$a->strings["Installed plugins/addons/apps:"] = "Installerade tillägg/moduler/appar:"; +$a->strings["No installed plugins/addons/apps"] = "Inga installerade tillägg/moduler/appar"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Det här är en hubb som ingår i Red Matrix - ett globalt samverkande nätverk av decentraliserade webbplatser med bättre integritetskydd."; +$a->strings["Tag: "] = "Tagg: "; +$a->strings["Last background fetch: "] = "Senaste bakgrundshämtning: "; +$a->strings["Running at web location"] = "Kör på webbutrymmet"; +$a->strings["Please visit
    RedMatrix.me to learn more about the Red Matrix."] = "Besök RedMatrix.me för att lära dig mer om Red Matrix."; +$a->strings["Bug reports and issues: please visit"] = "Buggrapporter och problem: besök"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Förslag, uppskattning, etc. - maila \"redmatrix\" at librelist - dot com"; +$a->strings["Site Administrators"] = "Serveradministratörer"; +$a->strings["Failed to create source. No channel selected."] = "Misslyckades att skapa källa. Ingen kanal vald."; +$a->strings["Source created."] = "Källa skapad."; +$a->strings["Source updated."] = "Källa uppdaterad."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Hantera fjärrkällor med innehåll för din kanal."; +$a->strings["New Source"] = "Ny källa"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importera allt eller valt innehåll från följande kanal till den här kanalen och distribuera det enligt dina kanalinställningar."; +$a->strings["Only import content with these words (one per line)"] = "Importera endast innehåll med de här orden (ett per rad)"; +$a->strings["Leave blank to import all public content"] = "Lämna blankt för att importera allt offentligt innehåll"; +$a->strings["Channel Name"] = "Kanalnamn"; +$a->strings["Source not found."] = "Källa hittades inte."; +$a->strings["Edit Source"] = "Redigera källa"; +$a->strings["Delete Source"] = "Ta bort källa"; +$a->strings["Source removed"] = "Källa borttagen"; +$a->strings["Unable to remove source."] = "Kunde inte ta bort källa."; +$a->strings["Invalid profile identifier."] = "Ogiltigt profil-ID."; +$a->strings["Profile Visibility Editor"] = "Redigera profilsynlighet"; +$a->strings["Click on a contact to add or remove."] = "Klicka på en kontakt för att lägga till eller ta bort."; +$a->strings["Visible To"] = "Kan ses av"; +$a->strings["All Connections"] = "Alla kontakter"; $a->strings["Event can not end before it has started."] = "Händelser kan inte sluta innan de börjat."; $a->strings["Event title and start time are required."] = "Händelsen behöver titel och starttid."; $a->strings["Event not found."] = "Händelsen hittades inte."; @@ -1176,6 +1210,7 @@ $a->strings["Previous"] = "Föregående"; $a->strings["Export"] = "Exportera"; $a->strings["Event details"] = "Detaljer för händelse"; $a->strings["Starting date and Title are required."] = "Startdatum och titel är obligatoriska."; +$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparerad lista)"; $a->strings["Event Starts:"] = "Händelsen börjar:"; $a->strings["Required"] = "Behövs"; $a->strings["Finish date/time is not known or not relevant"] = "Slutdatum/tid är okänt eller inte relevant"; @@ -1206,28 +1241,16 @@ $a->strings["Bookmark this room"] = "Bokmärk det här rummet"; $a->strings["New Chatroom"] = "Nytt chattrum"; $a->strings["Chatroom Name"] = "Namn på chattrum"; $a->strings["%1\$s's Chatrooms"] = "%1\$ss chattrum"; -$a->strings["Version %s"] = "Version %s"; -$a->strings["Installed plugins/addons/apps:"] = "Installerade tillägg/moduler/appar:"; -$a->strings["No installed plugins/addons/apps"] = "Inga installerade tillägg/moduler/appar"; -$a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Det här är en hubb som ingår i Red Matrix - ett globalt samverkande nätverk av decentraliserade webbplatser med bättre integritetskydd."; -$a->strings["Running at web location"] = "Kör på webbutrymmet"; -$a->strings["Please visit GetZot.com to learn more about the Red Matrix."] = "Besök GetZot.com lära dig mer om Red Matrix."; -$a->strings["Bug reports and issues: please visit"] = "Buggrapporter och problem: besök"; -$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Förslag, uppskattning, etc. - maila \"redmatrix\" at librelist - dot com"; -$a->strings["Site Administrators"] = "Serveradministratörer"; $a->strings["Away"] = "Borta"; $a->strings["Online"] = "Online"; $a->strings["Please login."] = "Logga in."; -$a->strings["Continue"] = "Fortsätt"; -$a->strings["Premium Channel Setup"] = "Inställning av premiumkanal"; -$a->strings["Enable premium channel connection restrictions"] = "Aktivera kontaktrestriktioner för premiumkanal"; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Ange dina restriktioner och villkor, som Paypal-kvitto, användarriktlinjer, etc."; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Den här kanalen kan kräva ytterligare steg eller godkännande av följande villkor innan anslutning:"; -$a->strings["Potential connections will then see the following text before proceeding:"] = "Potentiella kontakter kommer sedan att se följande text innan de går vidare:"; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Genom att fortsätta intygar jag att jag har följt alla instruktioner som ges på den här sidan."; -$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Inga specifika instruktioner har givits av kanalägaren.)"; -$a->strings["Restricted or Premium Channel"] = "Begränsad kanal eller premiumkanal"; +$a->strings["Item not found"] = "Posten hittas inte"; +$a->strings["Item is not editable"] = "Posten går ej att redigera"; +$a->strings["Edit post"] = "Redigera inlägg"; +$a->strings["Delete item?"] = "Ta bort posten?"; +$a->strings["Insert YouTube video"] = "Infoga Youtube-video"; +$a->strings["Insert Vorbis [.ogg] video"] = "Infoga Vorbis [.ogg]-video"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Infoga Vorbis [.ogg]-ljud"; $a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Borttagning av kanal tillåts inte inom 48 timmar efter att kontolösenordet har ändrats."; $a->strings["Remove This Channel"] = "Ta bort den här kanalen"; $a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Det här kommer att ta bort den här kanalen helt från nätverket. När det är gjort går det inte att återställa den."; @@ -1244,17 +1267,22 @@ $a->strings["Authentication failed."] = "Inloggning misslyckades."; $a->strings["Remote Authentication"] = "Fjärrinloggning"; $a->strings["Enter your channel address (e.g. channel@example.com)"] = "Ange din kanaladress (t.ex. kanal@example.com)"; $a->strings["Authenticate"] = "Autentisera"; -$a->strings["Like/Dislike"] = "Gilla/ogilla"; -$a->strings["This action is restricted to members."] = "Den här åtgärden fungerar bara för medlemmar."; -$a->strings["Please login with your RedMatrix ID or register as a new RedMatrix member to continue."] = "Logga in med ditt RedMatrix-ID eller registrera dig som ny RedMatrix medlem för att fortsätta."; -$a->strings["Invalid request."] = "Ogiltig begäran."; -$a->strings["thing"] = "sak"; -$a->strings["Channel unavailable."] = "Kanalen kan ej nås."; -$a->strings["Previous action reversed."] = "Föregående åtgärd återställdes."; -$a->strings["Action completed."] = "Åtgärden slutfördes."; -$a->strings["Thank you."] = "Tack."; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjärrinloggning blockerades. Du är inloggad på den här servern lokalt. Logga ut och försök igen."; -$a->strings["Welcome %s. Remote authentication successful."] = "Välkommen %s. Fjärrinloggning lyckades."; +$a->strings["No valid account found."] = "Inget giltigt konto hittades."; +$a->strings["Password reset request issued. Check your email."] = "Lösenordsåterställning har skickats. Kontrollera din e-post."; +$a->strings["Site Member (%s)"] = "Servermedlem (%s)"; +$a->strings["Password reset requested at %s"] = "Lösenordsåterställning begärd på %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Begäran kunde inte bekräftas. (Du kan ha skickat den tidigare.) Lösenordsåterställningen misslyckades."; +$a->strings["Password Reset"] = "Lösenordsåterställning"; +$a->strings["Your password has been reset as requested."] = "Ditt lösenord har återställts som begärt."; +$a->strings["Your new password is"] = "Ditt nya lösenord är"; +$a->strings["Save or copy your new password - and then"] = "Spara eller kopiera ditt nya lösenord - "; +$a->strings["click here to login"] = "klicka sedan här för att logga in"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Ditt lösenord kan bytas från sidan Inställningar när du är inloggad."; +$a->strings["Your password has changed at %s"] = "Ditt lösenord byttes på %s"; +$a->strings["Forgot your Password?"] = "Glömt lösenordet?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Ange din e-postadress och skicka för att återställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner."; +$a->strings["Email Address"] = "E-postadress"; +$a->strings["Reset"] = "Återställ"; $a->strings["Could not access contact record."] = "Kunde inte komma åt kontaktuppgifter."; $a->strings["Could not locate selected profile."] = "Kunde inte hitta vald profil."; $a->strings["Connection updated."] = "Kontakt uppdaterad."; @@ -1278,8 +1306,9 @@ $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; $a->strings["Edit connection"] = "Redigera kontakt"; $a->strings["Search your connections"] = "Sök bland dina kontakter"; $a->strings["Finding: "] = "Sökning efter: "; -$a->strings["OpenID protocol error. No ID returned."] = "Protokollfel för OpenID. Inget ID returnerades."; -$a->strings["Edit post"] = "Redigera inlägg"; +$a->strings["sent you a private message"] = "skickade ett privat meddelande till dig"; +$a->strings["added your channel"] = "lade till din kanal"; +$a->strings["posted an event"] = "skapade en händelse"; $a->strings["is now connected to"] = "har nu kontakt med"; $a->strings["Could not access address book record."] = "Kunde inte komma åt adressboksuppgifter."; $a->strings["Refresh failed - channel is currently unavailable."] = "Uppdatering misslyckades - kanalen är inte tillgänglig."; @@ -1353,6 +1382,113 @@ $a->strings["Currently archived"] = "Arkiverad"; $a->strings["Currently pending"] = "Inväntar svar"; $a->strings["Hide this contact from others"] = "Dölj den här kontakten för andra"; $a->strings["Replies/likes to your public posts may still be visible"] = "Svar/gilla-reaktioner på dina offentliga inlägg kan fortfarande synas"; +$a->strings["Unable to lookup recipient."] = "Kunde inte hitta mottagare."; +$a->strings["Unable to communicate with requested channel."] = "Kunde inte kommunicera med den begärda kanalen."; +$a->strings["Cannot verify requested channel."] = "Kan inte bekräfta den begärda kanalen."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Den valda kanalen har restriktioner för privata meddelanden. Misslyckades att skicka."; +$a->strings["Message deleted."] = "Meddelande borttaget."; +$a->strings["Message recalled."] = "Meddelande återkallat."; +$a->strings["Send Private Message"] = "Skicka privat meddelande."; +$a->strings["To:"] = "Till:"; +$a->strings["Subject:"] = "Ämne:"; +$a->strings["Your message:"] = "Ditt meddelande:"; +$a->strings["Send"] = "Skicka"; +$a->strings["Message not found."] = "Meddelandet hittades inte."; +$a->strings["Delete message"] = "Ta bort meddelande"; +$a->strings["Recall message"] = "Återkalla meddelande"; +$a->strings["Message has been recalled."] = "Meddelandet har återkallats."; +$a->strings["Private Conversation"] = "Privat konversation"; +$a->strings["Delete conversation"] = "Ta bort konversation"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Ingen säker kommunikationskanal tillgänglig. Du kan möjligtvis svara från avsändarens profilsida."; +$a->strings["Send Reply"] = "Skicka svar"; +$a->strings["Page owner information could not be retrieved."] = "Information om sidans ägare kunde inte hittas."; +$a->strings["Album not found."] = "Albumet hittades inte."; +$a->strings["Delete Album"] = "Ta bort album"; +$a->strings["Delete Photo"] = "Ta bort foto"; +$a->strings["No photos selected"] = "Inga foton valda"; +$a->strings["Access to this item is restricted."] = "Åtkomst till den här posten är begränsat."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB av %2$.2f MB fotolagring använt."; +$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB fotolagring använt."; +$a->strings["Upload Photos"] = "Ladda upp foton"; +$a->strings["Enter a new album name"] = "Ange ett nytt albumnamn"; +$a->strings["or select an existing one (doubleclick)"] = "eller välj ett befintligt (dubbelklicka)"; +$a->strings["Do not show a status post for this upload"] = "Visa inte en statusuppdatering för den här uppladdningen"; +$a->strings["Album name could not be decoded"] = "Albumnamn kunde inte tolkas"; +$a->strings["Contact Photos"] = "Kontaktfoton"; +$a->strings["Show Newest First"] = "Visa nyast först"; +$a->strings["Show Oldest First"] = "Visa äldst först"; +$a->strings["View Photo"] = "Visa foto"; +$a->strings["Edit Album"] = "Redigera album"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Behörighet saknas. Åtkomst till den här posten kan vara begränsat."; +$a->strings["Photo not available"] = "Foto inte tillgängligt"; +$a->strings["Use as profile photo"] = "Använd som profilfoto"; +$a->strings["Private Photo"] = "Privat foto"; +$a->strings["View Full Size"] = "Visa fullstorlek"; +$a->strings["Edit photo"] = "Redigera foto"; +$a->strings["Rotate CW (right)"] = "Rotera medurs (höger)"; +$a->strings["Rotate CCW (left)"] = "Rotera moturs (vänster)"; +$a->strings["Caption"] = "Bildtext"; +$a->strings["Add a Tag"] = "Lägg till en tagg"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Exempel: @bob, @Barbara_Jensen, @jim@example.com"; +$a->strings["Flag as adult in album view"] = "Flagga som olämpligt för barn i albumvyn"; +$a->strings["In This Photo:"] = "På fotot:"; +$a->strings["View Album"] = "Visa album"; +$a->strings["Recent Photos"] = "Nya foton"; +$a->strings["Bookmark added"] = "Bokmärke tillagt"; +$a->strings["My Bookmarks"] = "Mina bokmärken"; +$a->strings["My Connections Bookmarks"] = "Mina kontakters bokmärken"; +$a->strings["This site is not a directory server"] = "Den här servern är inte en katalogserver"; +$a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "RedMatrix - Gäster: Användarnamn {din e-postadress}, Lösenord: +++"; +$a->strings["network"] = "nätverk"; +$a->strings["Block Name"] = "Blocknamn"; +$a->strings["Edit Block"] = "Redigera block"; +$a->strings["Delete block?"] = "Ta bort block?"; +$a->strings["Delete Block"] = "Ta bort block"; +$a->strings["Layout updated."] = "Layout uppdaterad."; +$a->strings["Edit System Page Description"] = "Redigera systemsidbeskrivning"; +$a->strings["Layout not found."] = "Layout hittas inte."; +$a->strings["Module Name:"] = "Modulnamn:"; +$a->strings["Layout Help"] = "Layouthjälp"; +$a->strings["Edit Layout"] = "Redigera layout"; +$a->strings["Delete layout?"] = "Ta bort layout?"; +$a->strings["Delete Layout"] = "Ta bort layout"; +$a->strings["Red Matrix - "The Network""] = "Red Matrix - "Nätverket""; +$a->strings["Welcome to %s"] = "Välkommen till %s"; +$a->strings["Edit Webpage"] = "Redigera webbsida"; +$a->strings["Delete webpage?"] = "Ta bort webbsida?"; +$a->strings["Delete Webpage"] = "Ta bort webbsida"; +$a->strings["webpage"] = "webbsida"; +$a->strings["block"] = "block"; +$a->strings["layout"] = "layout"; +$a->strings["%s element installed"] = "%selement installerat"; +$a->strings["Image uploaded but image cropping failed."] = "Bilden laddades upp men beskärning misslyckades."; +$a->strings["Image resize failed."] = "Ändring av bildstorlek misslyckades."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-uppdatera sidan eller rensa webbläsarcachen om det nya fotot inte visas direkt."; +$a->strings["Image exceeds size limit of %d"] = "Bilden överskrider storleksbegränsningen %d"; +$a->strings["Unable to process image."] = "Kunde inte behandla bilden."; +$a->strings["Photo not available."] = "Fotot är inte tillgängligt."; +$a->strings["Upload File:"] = "Ladda upp fil:"; +$a->strings["Select a profile:"] = "Välj en profil:"; +$a->strings["Upload Profile Photo"] = "Ladda upp profilfoto"; +$a->strings["skip this step"] = "hoppa över det här steget"; +$a->strings["select a photo from your photo albums"] = "välj ett foto från dina fotoalbum"; +$a->strings["Crop Image"] = "Beskär bild"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Justera bildens beskärning för bästa utseende."; +$a->strings["Done Editing"] = "Klar med redigering"; +$a->strings["Image uploaded successfully."] = "Bilduppladdning lyckades."; +$a->strings["Image upload failed."] = "Bilduppladdning misslyckades."; +$a->strings["Image size reduction [%s] failed."] = "Krympning av bilden [%s] misslyckades."; +$a->strings["Like/Dislike"] = "Gilla/ogilla"; +$a->strings["This action is restricted to members."] = "Den här åtgärden fungerar bara för medlemmar."; +$a->strings["Please login with your RedMatrix ID or register as a new RedMatrix member to continue."] = "Logga in med ditt RedMatrix-ID eller registrera dig som ny RedMatrix medlem för att fortsätta."; +$a->strings["Invalid request."] = "Ogiltig begäran."; +$a->strings["thing"] = "sak"; +$a->strings["Channel unavailable."] = "Kanalen kan ej nås."; +$a->strings["Previous action reversed."] = "Föregående åtgärd återställdes."; +$a->strings["Action completed."] = "Åtgärden slutfördes."; +$a->strings["Thank you."] = "Tack."; +$a->strings["Help:"] = "Hjälp:"; +$a->strings["Not Found"] = "Hittas inte"; $a->strings["Thing updated"] = "Föremål uppdaterat"; $a->strings["Object store: failed"] = "Objektlagring: misslyckades"; $a->strings["Thing added"] = "Föremål tillagt"; @@ -1367,27 +1503,66 @@ $a->strings["Name of thing e.g. something"] = "Namn på föremål, t.ex. någont $a->strings["URL of thing (optional)"] = "URL för föremål (frivilligt)"; $a->strings["URL for photo of thing (optional)"] = "URL för foto på föremål (frivilligt)"; $a->strings["Add Thing to your Profile"] = "Lägg till föremål till din profil"; -$a->strings["No valid account found."] = "Inget giltigt konto hittades."; -$a->strings["Password reset request issued. Check your email."] = "Lösenordsåterställning har skickats. Kontrollera din e-post."; -$a->strings["Site Member (%s)"] = "Servermedlem (%s)"; -$a->strings["Password reset requested at %s"] = "Lösenordsåterställning begärd på %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Begäran kunde inte bekräftas. (Du kan ha skickat den tidigare.) Lösenordsåterställningen misslyckades."; -$a->strings["Password Reset"] = "Lösenordsåterställning"; -$a->strings["Your password has been reset as requested."] = "Ditt lösenord har återställts som begärt."; -$a->strings["Your new password is"] = "Ditt nya lösenord är"; -$a->strings["Save or copy your new password - and then"] = "Spara eller kopiera ditt nya lösenord - "; -$a->strings["click here to login"] = "klicka sedan här för att logga in"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Ditt lösenord kan bytas från sidan Inställningar när du är inloggad."; -$a->strings["Your password has changed at %s"] = "Ditt lösenord byttes på %s"; -$a->strings["Forgot your Password?"] = "Glömt lösenordet?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Ange din e-postadress och skicka för att återställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner."; -$a->strings["Email Address"] = "E-postadress"; -$a->strings["Reset"] = "Återställ"; -$a->strings["Bookmark added"] = "Bokmärke tillagt"; -$a->strings["My Bookmarks"] = "Mina bokmärken"; -$a->strings["My Connections Bookmarks"] = "Mina kontakters bokmärken"; -$a->strings["This site is not a directory server"] = "Den här servern är inte en katalogserver"; -$a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "RedMatrix - Gäster: Användarnamn {din e-postadress}, Lösenord: +++"; +$a->strings["Contact not found."] = "Kontakten hittades inte."; +$a->strings["Friend suggestion sent."] = "Vänförfrågan skickad."; +$a->strings["Suggest Friends"] = "Föreslå vänner"; +$a->strings["Suggest a friend for %s"] = "Föreslå en vän för %s"; +$a->strings["Permission Denied."] = "Behörighet saknas."; +$a->strings["File not found."] = "Filen hittas inte."; +$a->strings["Edit file permissions"] = "Redigera filrättigheter"; +$a->strings["Set/edit permissions"] = "Ställ in/ändra behörigheter"; +$a->strings["Include all files and sub folders"] = "Inkludera alla filer och underkataloger"; +$a->strings["Return to file list"] = "Återgå till fillistan"; +$a->strings["Copy/paste this code to attach file to a post"] = "Kopiera/klistra in den här koden för att bifoga filen i ett inlägg"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Kopiera/klistra in den här URL:en för att länka till filen från en webbsida"; +$a->strings["Continue"] = "Fortsätt"; +$a->strings["Premium Channel Setup"] = "Inställning av premiumkanal"; +$a->strings["Enable premium channel connection restrictions"] = "Aktivera kontaktrestriktioner för premiumkanal"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Ange dina restriktioner och villkor, som Paypal-kvitto, användarriktlinjer, etc."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Den här kanalen kan kräva ytterligare steg eller godkännande av följande villkor innan anslutning:"; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Potentiella kontakter kommer sedan att se följande text innan de går vidare:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Genom att fortsätta intygar jag att jag har följt alla instruktioner som ges på den här sidan."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Inga specifika instruktioner har givits av kanalägaren.)"; +$a->strings["Restricted or Premium Channel"] = "Begränsad kanal eller premiumkanal"; +$a->strings["- select -"] = "- välj -"; +$a->strings["Location not found."] = "Platsen hittades inte."; +$a->strings["Primary location cannot be removed."] = "Huvudplatsen kan inte tas bort."; +$a->strings["No locations found."] = "Inga platser hittades."; +$a->strings["Manage Channel Locations"] = "Hantera kanalplatser"; +$a->strings["Location (address)"] = "Plats (adress)"; +$a->strings["Primary Location"] = "Huvudplats"; +$a->strings["Drop location"] = "Ta bort plats"; +$a->strings["Channel added."] = "Kanal tillagd."; +$a->strings["Your service plan only allows %d channels."] = "Din tjänstenivå tillåter bara %d kanaler."; +$a->strings["Nothing to import."] = "Inget att importera."; +$a->strings["Unable to download data from old server"] = "Kunde inte ladda ner data från den gamla servern"; +$a->strings["Imported file is empty."] = "Den importerade filen är tom."; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan inte skapa ett dubblerat kanal-ID på det här systemet. Import misslyckades."; +$a->strings["Unable to create a unique channel address. Import failed."] = "Kan inte skapa en unik kanaladress. Import misslyckades."; +$a->strings["Channel clone failed. Import failed."] = "Kloning av kanalen misslyckades. Import misslyckades."; +$a->strings["Cloned channel not found. Import failed."] = "Den klonade kanalen hittas inte. Import misslyckades."; +$a->strings["Import completed."] = "Import slutförd."; +$a->strings["You must be logged in to use this feature."] = "Du måste vara inloggad för att kunna använda den här funktionen."; +$a->strings["Import Channel"] = "Importera kanal"; +$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Använd det här formuläret för att importera en befintlig kanal från en annan server/hubb. Du kan få kanal-ID:t från den gamla servern/hubben över nätverket eller tillhandahålla en exportfil. Endast identitet och kontakter/relationer kommer att importeras. Import av innehåll stöds ännu inte."; +$a->strings["File to Upload"] = "Fil att ladda upp"; +$a->strings["Or provide the old server/hub details"] = "Eller ge uppgifter om den gamla servern/hubben"; +$a->strings["Your old identity address (xyz@example.com)"] = "Din gamla identitetsadress (xyz@example.com)"; +$a->strings["Your old login email address"] = "Din gamla e-postadress för inloggning"; +$a->strings["Your old login password"] = "Ditt gamla inloggningslösenord"; +$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Ange i bägge fallen om den här hubben ska vara din nya primära adress eller om den gamla platsen ska fortsätta att ha den rollen. Du kommer att kunna posta från båda platser, men bara en kan vara primärt utrymme för filer, foton och media."; +$a->strings["Make this hub my primary location"] = "Gör den här hubben till min primära plats"; +$a->strings["Import existing posts if possible"] = "Importera befintliga inlägg om möjligt"; +$a->strings["Unable to locate original post."] = "Kunde inte hitta originalinlägget."; +$a->strings["Empty post discarded."] = "Tomt inlägg förkastat."; +$a->strings["Executable content type not permitted to this channel."] = "Körbart innehåll tillåts inte i den här kanalen."; +$a->strings["System error. Post not saved."] = "Systemfel. Inlägget inte sparat."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du har nått din gräns på %1$.0f toppnivåinlägg."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Du har nått din gräns på %1$.0f webbsidor."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Inga förslag tillgängliga. Om det här är en ny server, försök igen om 24 timmar."; +$a->strings["Help with this feature"] = "Hjälp för den här funktionen"; +$a->strings["Layout Name"] = "Layoutnamn"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s taggade%2\$ss %3\$s med %4\$s"; $a->strings["Profile not found."] = "Profil hittades inte."; $a->strings["Profile deleted."] = "Profil borttagen."; $a->strings["Profile-"] = "Profil-"; @@ -1452,113 +1627,6 @@ $a->strings["Age: "] = "Ålder:"; $a->strings["Edit/Manage Profiles"] = "Redigera/hantera profiler"; $a->strings["Add profile things"] = "Lägg till profilsaker"; $a->strings["Include desirable objects in your profile"] = "Inkludera fina prylar i din profil"; -$a->strings["Item not found"] = "Posten hittas inte"; -$a->strings["Edit Block"] = "Redigera block"; -$a->strings["Delete block?"] = "Ta bort block?"; -$a->strings["Insert YouTube video"] = "Infoga Youtube-video"; -$a->strings["Insert Vorbis [.ogg] video"] = "Infoga Vorbis [.ogg]-video"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Infoga Vorbis [.ogg]-ljud"; -$a->strings["Delete Block"] = "Ta bort block"; -$a->strings["Layout updated."] = "Layout uppdaterad."; -$a->strings["Edit System Page Description"] = "Redigera systemsidbeskrivning"; -$a->strings["Layout not found."] = "Layout hittas inte."; -$a->strings["Module Name:"] = "Modulnamn:"; -$a->strings["Layout Help"] = "Layouthjälp"; -$a->strings["Edit Layout"] = "Redigera layout"; -$a->strings["Delete layout?"] = "Ta bort layout?"; -$a->strings["Delete Layout"] = "Ta bort layout"; -$a->strings["Item is not editable"] = "Posten går ej att redigera"; -$a->strings["Delete item?"] = "Ta bort posten?"; -$a->strings["Edit Webpage"] = "Redigera webbsida"; -$a->strings["Delete webpage?"] = "Ta bort webbsida?"; -$a->strings["Delete Webpage"] = "Ta bort webbsida"; -$a->strings["webpage"] = "webbsida"; -$a->strings["block"] = "block"; -$a->strings["layout"] = "layout"; -$a->strings["%s element installed"] = "%selement installerat"; -$a->strings["Image uploaded but image cropping failed."] = "Bilden laddades upp men beskärning misslyckades."; -$a->strings["Image resize failed."] = "Ändring av bildstorlek misslyckades."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-uppdatera sidan eller rensa webbläsarcachen om det nya fotot inte visas direkt."; -$a->strings["Image exceeds size limit of %d"] = "Bilden överskrider storleksbegränsningen %d"; -$a->strings["Unable to process image."] = "Kunde inte behandla bilden."; -$a->strings["Photo not available."] = "Fotot är inte tillgängligt."; -$a->strings["Upload File:"] = "Ladda upp fil:"; -$a->strings["Select a profile:"] = "Välj en profil:"; -$a->strings["Upload Profile Photo"] = "Ladda upp profilfoto"; -$a->strings["skip this step"] = "hoppa över det här steget"; -$a->strings["select a photo from your photo albums"] = "välj ett foto från dina fotoalbum"; -$a->strings["Crop Image"] = "Beskär bild"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Justera bildens beskärning för bästa utseende."; -$a->strings["Done Editing"] = "Klar med redigering"; -$a->strings["Image uploaded successfully."] = "Bilduppladdning lyckades."; -$a->strings["Image upload failed."] = "Bilduppladdning misslyckades."; -$a->strings["Image size reduction [%s] failed."] = "Krympning av bilden [%s] misslyckades."; -$a->strings["Unable to locate original post."] = "Kunde inte hitta originalinlägget."; -$a->strings["Empty post discarded."] = "Tomt inlägg förkastat."; -$a->strings["Executable content type not permitted to this channel."] = "Körbart innehåll tillåts inte i den här kanalen."; -$a->strings["System error. Post not saved."] = "Systemfel. Inlägget inte sparat."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du har nått din gräns på %1$.0f toppnivåinlägg."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Du har nått din gräns på %1$.0f webbsidor."; -$a->strings["Contact not found."] = "Kontakten hittades inte."; -$a->strings["Friend suggestion sent."] = "Vänförfrågan skickad."; -$a->strings["Suggest Friends"] = "Föreslå vänner"; -$a->strings["Suggest a friend for %s"] = "Föreslå en vän för %s"; -$a->strings["Permission Denied."] = "Behörighet saknas."; -$a->strings["File not found."] = "Filen hittas inte."; -$a->strings["Edit file permissions"] = "Redigera filrättigheter"; -$a->strings["Set/edit permissions"] = "Ställ in/ändra behörigheter"; -$a->strings["Include all files and sub folders"] = "Inkludera alla filer och underkataloger"; -$a->strings["Return to file list"] = "Återgå till fillistan"; -$a->strings["Copy/paste this code to attach file to a post"] = "Kopiera/klistra in den här koden för att bifoga filen i ett inlägg"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Kopiera/klistra in den här URL:en för att länka till filen från en webbsida"; -$a->strings["Help:"] = "Hjälp:"; -$a->strings["Not Found"] = "Hittas inte"; -$a->strings["network"] = "nätverk"; -$a->strings["No potential page delegates located."] = "Inga potentiella sid-ombud funna."; -$a->strings["Delegate Page Management"] = "Delegera sidhantering"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Ombud kan hantera alla aspekter av det här kontot/den här sidan förutom grundläggande kontoinställningar. Delegera inte ditt personliga konto till någon som du inte litar fullständigt på."; -$a->strings["Existing Page Managers"] = "Befintliga sid-ansvariga"; -$a->strings["Existing Page Delegates"] = "Befintliga sid-ombud"; -$a->strings["Potential Delegates"] = "Potentiella ombud"; -$a->strings["Remove"] = "Ta bort"; -$a->strings["Add"] = "Lägg till"; -$a->strings["No entries."] = "Inga poster."; -$a->strings["Channel added."] = "Kanal tillagd."; -$a->strings["Collection created."] = "Krets skapad."; -$a->strings["Could not create collection."] = "Kunde inte skapa krets."; -$a->strings["Collection updated."] = "Kretsen uppdaterad."; -$a->strings["Create a collection of channels."] = "Skapa en krets av kanaler."; -$a->strings["Collection Name: "] = "Namn på krets: "; -$a->strings["Members are visible to other channels"] = "Medlemmar kan ses av andra kanaler"; -$a->strings["Collection removed."] = "Krets borttagen."; -$a->strings["Unable to remove collection."] = "Kunde inte ta bort krets."; -$a->strings["Collection Editor"] = "Redigera krets"; -$a->strings["Members"] = "Medlemmar"; -$a->strings["All Connected Channels"] = "Alla anslutna kanaler"; -$a->strings["Click on a channel to add or remove."] = "Klicka på en kanal för att lägga till eller ta bort."; -$a->strings["Red Matrix - "The Network""] = "Red Matrix - "Nätverket""; -$a->strings["Welcome to %s"] = "Välkommen till %s"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Inga förslag tillgängliga. Om det här är en ny server, försök igen om 24 timmar."; -$a->strings["Your service plan only allows %d channels."] = "Din tjänstenivå tillåter bara %d kanaler."; -$a->strings["Nothing to import."] = "Inget att importera."; -$a->strings["Unable to download data from old server"] = "Kunde inte ladda ner data från den gamla servern"; -$a->strings["Imported file is empty."] = "Den importerade filen är tom."; -$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan inte skapa ett dubblerat kanal-ID på det här systemet. Import misslyckades."; -$a->strings["Channel clone failed. Import failed."] = "Kloning av kanalen misslyckades. Import misslyckades."; -$a->strings["Cloned channel not found. Import failed."] = "Den klonade kanalen hittas inte. Import misslyckades."; -$a->strings["Import completed."] = "Import slutförd."; -$a->strings["You must be logged in to use this feature."] = "Du måste vara inloggad för att kunna använda den här funktionen."; -$a->strings["Import Channel"] = "Importera kanal"; -$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Använd det här formuläret för att importera en befintlig kanal från en annan server/hubb. Du kan få kanal-ID:t från den gamla servern/hubben över nätverket eller tillhandahålla en exportfil. Endast identitet och kontakter/relationer kommer att importeras. Import av innehåll stöds ännu inte."; -$a->strings["File to Upload"] = "Fil att ladda upp"; -$a->strings["Or provide the old server/hub details"] = "Eller ge uppgifter om den gamla servern/hubben"; -$a->strings["Your old identity address (xyz@example.com)"] = "Din gamla identitetsadress (xyz@example.com)"; -$a->strings["Your old login email address"] = "Din gamla e-postadress för inloggning"; -$a->strings["Your old login password"] = "Ditt gamla inloggningslösenord"; -$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Ange i bägge fallen om den här hubben ska vara din nya primära adress eller om den gamla platsen ska fortsätta att ha den rollen. Du kommer att kunna posta från båda platser, men bara en kan vara primärt utrymme för filer, foton och media."; -$a->strings["Make this hub my primary location"] = "Gör den här hubben till min primära plats"; -$a->strings["Import existing posts if possible"] = "Importera befintliga inlägg om möjligt"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s taggade%2\$ss %3\$s med %4\$s"; $a->strings["Tag removed"] = "Tagg borttagen"; $a->strings["Remove Item Tag"] = "Ta bort innehållstagg"; $a->strings["Select a tag to remove: "] = "Välj en tagg att ta bort: "; @@ -1582,7 +1650,6 @@ $a->strings["Pending registrations"] = "Pågående registreringar"; $a->strings["Version"] = "Version"; $a->strings["Active plugins"] = "Aktiva tillägg"; $a->strings["Site settings updated."] = "Serverinställningar uppdaterade."; -$a->strings["mobile"] = "mobilt"; $a->strings["experimental"] = "experimentellt"; $a->strings["unsupported"] = "stöds ej"; $a->strings["Yes - with approval"] = "Ja - med godkännande"; @@ -1719,32 +1786,34 @@ $a->strings["Help text"] = "Hjälptext"; $a->strings["Additional info (optional)"] = "Ytterligare info (frivilligt)"; $a->strings["Field definition not found"] = "Fältdefinition hittades inte"; $a->strings["Edit Profile Field"] = "Redigera profilfält"; -$a->strings["Location not found."] = "Platsen hittades inte."; -$a->strings["Primary location cannot be removed."] = "Huvudplatsen kan inte tas bort."; -$a->strings["No locations found."] = "Inga platser hittades."; -$a->strings["Manage Channel Locations"] = "Hantera kanalplatser"; -$a->strings["Location (address)"] = "Plats (adress)"; -$a->strings["Primary Location"] = "Huvudplats"; -$a->strings["Drop location"] = "Ta bort plats"; -$a->strings["Unable to lookup recipient."] = "Kunde inte hitta mottagare."; -$a->strings["Unable to communicate with requested channel."] = "Kunde inte kommunicera med den begärda kanalen."; -$a->strings["Cannot verify requested channel."] = "Kan inte bekräfta den begärda kanalen."; -$a->strings["Selected channel has private message restrictions. Send failed."] = "Den valda kanalen har restriktioner för privata meddelanden. Misslyckades att skicka."; -$a->strings["Message deleted."] = "Meddelande borttaget."; -$a->strings["Message recalled."] = "Meddelande återkallat."; -$a->strings["Send Private Message"] = "Skicka privat meddelande."; -$a->strings["To:"] = "Till:"; -$a->strings["Subject:"] = "Ämne:"; -$a->strings["Your message:"] = "Ditt meddelande:"; -$a->strings["Send"] = "Skicka"; -$a->strings["Message not found."] = "Meddelandet hittades inte."; -$a->strings["Delete message"] = "Ta bort meddelande"; -$a->strings["Recall message"] = "Återkalla meddelande"; -$a->strings["Message has been recalled."] = "Meddelandet har återkallats."; -$a->strings["Private Conversation"] = "Privat konversation"; -$a->strings["Delete conversation"] = "Ta bort konversation"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Ingen säker kommunikationskanal tillgänglig. Du kan möjligtvis svara från avsändarens profilsida."; -$a->strings["Send Reply"] = "Skicka svar"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du har skapat %1$.0f av %2$.0f tillåtna kanaler."; +$a->strings["Create a new channel"] = "Skapa en ny kanal"; +$a->strings["Current Channel"] = "Nuvarande kanal"; +$a->strings["Attach to one of your channels by selecting it."] = "Anslut till en av dina kanaler genom att välja den."; +$a->strings["Default Channel"] = "Standardkanal"; +$a->strings["Make Default"] = "Gör till standard"; +$a->strings["Menu updated."] = "Meny uppdaterad."; +$a->strings["Unable to update menu."] = "Kunde inte uppdatera meny."; +$a->strings["Menu created."] = "Meny skapad."; +$a->strings["Unable to create menu."] = "Kunde inte skapa meny."; +$a->strings["Manage Menus"] = "Hantera menyer"; +$a->strings["Drop"] = "Ta bort"; +$a->strings["Bookmarks allowed"] = "Bokmärken tillåtna"; +$a->strings["Create a new menu"] = "Skapa en ny meny"; +$a->strings["Delete this menu"] = "Ta bort den här menyn"; +$a->strings["Edit menu contents"] = "Redigera menyinnehåll"; +$a->strings["Edit this menu"] = "Redigera den här menyn"; +$a->strings["New Menu"] = "Ny meny"; +$a->strings["Menu name"] = "Menynamn"; +$a->strings["Must be unique, only seen by you"] = "Måste vara unikt, ses endast av dig"; +$a->strings["Menu title"] = "Menytitel"; +$a->strings["Menu title as seen by others"] = "Menytitel som andra ser den"; +$a->strings["Allow bookmarks"] = "Tillåt bokmärken"; +$a->strings["Menu may be used to store saved bookmarks"] = "Menyn kan användas för att spara bokmärken"; +$a->strings["Menu deleted."] = "Meny borttagen."; +$a->strings["Menu could not be deleted."] = "Menyn kunde inte tas bort."; +$a->strings["Edit Menu"] = "Redigera meny"; +$a->strings["Add or remove entries to this menu"] = "Lägg till eller ta bort menyval"; $a->strings["Total invitation limit exceeded."] = "Gränsen för totalt antal inbjudningar överskriden."; $a->strings["%s : Not a valid email address."] = "%s: Inte en giltig e-postadress."; $a->strings["Please join us on Red"] = "Gå med oss i Red"; @@ -1763,15 +1832,17 @@ $a->strings["1. Register at any RedMatrix location (they are all inter-connected $a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Ange min RedMatrix-adress i webbplatsens sökruta."; $a->strings["or visit "] = "eller besök "; $a->strings["3. Click [Connect]"] = "3. Klicka [Ta kontakt]"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du har skapat %1$.0f av %2$.0f tillåtna kanaler."; -$a->strings["Create a new channel"] = "Skapa en ny kanal"; -$a->strings["Current Channel"] = "Nuvarande kanal"; -$a->strings["Attach to one of your channels by selecting it."] = "Anslut till en av dina kanaler genom att välja den."; -$a->strings["Default Channel"] = "Standardkanal"; -$a->strings["Make Default"] = "Gör till standard"; +$a->strings["No such group"] = "Ingen sådan grupp"; +$a->strings["Search Results For:"] = "Sökresultat för:"; +$a->strings["Collection is empty"] = "Kretsen är tom"; +$a->strings["Collection: "] = "Krets: "; +$a->strings["Connection: "] = "Kontakt:"; +$a->strings["Invalid connection."] = "Ogiltig kontakt."; +$a->strings["Invalid request identifier."] = "Ogiltigt ID på förfrågan."; +$a->strings["Discard"] = "Förkasta"; +$a->strings["No more system notifications."] = "Inga fler systemnotifieringar."; +$a->strings["System Notifications"] = "Systemnotifieringar"; $a->strings["[Embedded content - reload page to view]"] = "[Inbäddat innehåll - ladda om sidan för att visa]"; -$a->strings["Help with this feature"] = "Hjälp för den här funktionen"; -$a->strings["Layout Name"] = "Layoutnamn"; $a->strings["Remote privacy information not available."] = "Icke-lokal integritetsinformation är inte tillgänglig"; $a->strings["Visible to:"] = "Kan ses av:"; $a->strings["No connections."] = "Inga kontakter."; @@ -1780,39 +1851,13 @@ $a->strings["View Connnections"] = "Visa kontakter"; $a->strings["Hub not found."] = "Hubb hittades inte."; $a->strings["Total votes"] = "Totalt antal röster"; $a->strings["Average Rating"] = "Genomsnittsbetyg"; -$a->strings["No such group"] = "Ingen sådan grupp"; -$a->strings["Search Results For:"] = "Sökresultat för:"; -$a->strings["Collection is empty"] = "Kretsen är tom"; -$a->strings["Collection: "] = "Krets: "; -$a->strings["Connection: "] = "Kontakt:"; -$a->strings["Invalid connection."] = "Ogiltig kontakt."; +$a->strings["OpenID protocol error. No ID returned."] = "Protokollfel för OpenID. Inget ID returnerades."; +$a->strings["Welcome %s. Remote authentication successful."] = "Välkommen %s. Fjärrinloggning lyckades."; $a->strings["Wall Photos"] = "Väggfoton"; $a->strings["Profile Match"] = "Profilträff"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "Inga nyckelord att matcha mot. Lägg till några nyckelord i din standardprofil."; $a->strings["is interested in:"] = "är intresserad av:"; $a->strings["No matches"] = "Inga träffar"; -$a->strings["Menu updated."] = "Meny uppdaterad."; -$a->strings["Unable to update menu."] = "Kunde inte uppdatera meny."; -$a->strings["Menu created."] = "Meny skapad."; -$a->strings["Unable to create menu."] = "Kunde inte skapa meny."; -$a->strings["Manage Menus"] = "Hantera menyer"; -$a->strings["Drop"] = "Ta bort"; -$a->strings["Bookmarks allowed"] = "Bokmärken tillåtna"; -$a->strings["Create a new menu"] = "Skapa en ny meny"; -$a->strings["Delete this menu"] = "Ta bort den här menyn"; -$a->strings["Edit menu contents"] = "Redigera menyinnehåll"; -$a->strings["Edit this menu"] = "Redigera den här menyn"; -$a->strings["New Menu"] = "Ny meny"; -$a->strings["Menu name"] = "Menynamn"; -$a->strings["Must be unique, only seen by you"] = "Måste vara unikt, ses endast av dig"; -$a->strings["Menu title"] = "Menytitel"; -$a->strings["Menu title as seen by others"] = "Menytitel som andra ser den"; -$a->strings["Allow bookmarks"] = "Tillåt bokmärken"; -$a->strings["Menu may be used to store saved bookmarks"] = "Menyn kan användas för att spara bokmärken"; -$a->strings["Menu deleted."] = "Meny borttagen."; -$a->strings["Menu could not be deleted."] = "Menyn kunde inte tas bort."; -$a->strings["Edit Menu"] = "Redigera meny"; -$a->strings["Add or remove entries to this menu"] = "Lägg till eller ta bort menyval"; $a->strings["Conversation removed."] = "Konversation borttagen."; $a->strings["No messages."] = "Inga meddelanden."; $a->strings["D, d M Y - g:i A"] = "D, j M Y - H:i"; @@ -1823,11 +1868,9 @@ $a->strings["Choose a short nickname"] = "Välj ett kort smeknamn"; $a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Ditt smeknamn används för att skapa en kanaladress som är lätt att komma ihåg (som en e-postadress) som du kan dela med andra."; $a->strings["Or import an existing channel from another location"] = "Eller importera en befintlig kanal från en annan plats"; $a->strings["Channel Type"] = "Kanaltyp"; +$a->strings["?"] = "?"; +$a->strings["What is this?"] = "Vad är detta?"; $a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Välj en kanaltyp (som till exempel socialt nätverkande eller gemenskapsforum) och integritetskrav, så kan vi välja de bästa behörigheterna åt dig"; -$a->strings["Invalid request identifier."] = "Ogiltigt ID på förfrågan."; -$a->strings["Discard"] = "Förkasta"; -$a->strings["No more system notifications."] = "Inga fler systemnotifieringar."; -$a->strings["System Notifications"] = "Systemnotifieringar"; $a->strings["Xchan Lookup"] = "Xchan-sökning"; $a->strings["Lookup xchan beginning with (or webbie): "] = "Sök efter xchan som börjar med (eller webbie): "; $a->strings["invalid target signature"] = "ogiltig målsignatur"; @@ -1844,42 +1887,7 @@ $a->strings["Finding:"] = "Sökning efter:"; $a->strings["next page"] = "nästa sida"; $a->strings["previous page"] = "föregående sida"; $a->strings["No entries (some entries may be hidden)."] = "Inga resultat (vissa resultat kan vara dolda)."; -$a->strings["Page owner information could not be retrieved."] = "Information om sidans ägare kunde inte hittas."; -$a->strings["Album not found."] = "Albumet hittades inte."; -$a->strings["Delete Album"] = "Ta bort album"; -$a->strings["Delete Photo"] = "Ta bort foto"; -$a->strings["No photos selected"] = "Inga foton valda"; -$a->strings["Access to this item is restricted."] = "Åtkomst till den här posten är begränsat."; -$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB av %2$.2f MB fotolagring använt."; -$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB fotolagring använt."; -$a->strings["Upload Photos"] = "Ladda upp foton"; -$a->strings["Enter a new album name"] = "Ange ett nytt albumnamn"; -$a->strings["or select an existing one (doubleclick)"] = "eller välj ett befintligt (dubbelklicka)"; -$a->strings["Do not show a status post for this upload"] = "Visa inte en statusuppdatering för den här uppladdningen"; -$a->strings["Album name could not be decoded"] = "Albumnamn kunde inte tolkas"; -$a->strings["Contact Photos"] = "Kontaktfoton"; -$a->strings["Show Newest First"] = "Visa nyast först"; -$a->strings["Show Oldest First"] = "Visa äldst först"; -$a->strings["View Photo"] = "Visa foto"; -$a->strings["Edit Album"] = "Redigera album"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Behörighet saknas. Åtkomst till den här posten kan vara begränsat."; -$a->strings["Photo not available"] = "Foto inte tillgängligt"; -$a->strings["Use as profile photo"] = "Använd som profilfoto"; -$a->strings["Private Photo"] = "Privat foto"; -$a->strings["View Full Size"] = "Visa fullstorlek"; -$a->strings["Edit photo"] = "Redigera foto"; -$a->strings["Rotate CW (right)"] = "Rotera medurs (höger)"; -$a->strings["Rotate CCW (left)"] = "Rotera moturs (vänster)"; -$a->strings["Caption"] = "Bildtext"; -$a->strings["Add a Tag"] = "Lägg till en tagg"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Exempel: @bob, @Barbara_Jensen, @jim@example.com"; -$a->strings["Flag as adult in album view"] = "Flagga som olämpligt för barn i albumvyn"; -$a->strings["In This Photo:"] = "På fotot:"; -$a->strings["View Album"] = "Visa album"; -$a->strings["Recent Photos"] = "Nya foton"; -$a->strings["sent you a private message"] = "skickade ett privat meddelande till dig"; -$a->strings["added your channel"] = "lade till din kanal"; -$a->strings["posted an event"] = "skapade en händelse"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjärrinloggning blockerades. Du är inloggad på den här servern lokalt. Logga ut och försök igen."; $a->strings["App installed."] = "App installerad."; $a->strings["Malformed app."] = "Felaktig app."; $a->strings["Embed code"] = "Bädda in kod"; -- cgit v1.2.3 From 42773a11220a5bba7bdf3395e3f00913dce9f5a0 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Fri, 2 Jan 2015 18:14:23 +0100 Subject: Reworked switch to also display text --- view/css/mod_connect.css | 4 +- view/css/mod_group.css | 4 +- view/css/mod_settings.css | 8 +-- view/css/mod_thing.css | 4 +- view/theme/redbasic/css/style.css | 122 +++++++++++++++++--------------------- view/tpl/field_checkbox.tpl | 2 +- view/tpl/field_intcheckbox.tpl | 2 +- 7 files changed, 63 insertions(+), 83 deletions(-) (limited to 'view') diff --git a/view/css/mod_connect.css b/view/css/mod_connect.css index 218b1d2cb..e1f28484a 100644 --- a/view/css/mod_connect.css +++ b/view/css/mod_connect.css @@ -6,8 +6,6 @@ margin-top: 25px; } -/* first-of-type needed to style switches */ -#sellpage-edit label.mainlabel, -#sellpage-edit label:first-of-type { +#sellpage-edit > label { width: 300px; } diff --git a/view/css/mod_group.css b/view/css/mod_group.css index 30a954d2a..91d5b2136 100644 --- a/view/css/mod_group.css +++ b/view/css/mod_group.css @@ -3,9 +3,7 @@ margin-top: 30px; } -/* first-of-type needed to style switches */ -#group-edit-form label.mainlabel, -#group-edit-form label:first-of-type { +#group-edit-form > label { float: left; width: 300px; } diff --git a/view/css/mod_settings.css b/view/css/mod_settings.css index b066e6059..cd66684f8 100644 --- a/view/css/mod_settings.css +++ b/view/css/mod_settings.css @@ -28,9 +28,7 @@ ul#settings-privacy-macros { margin-bottom: 10px; } -/* first-of-type needed to be able to style switches */ -#settings-permissions-wrapper .field label.mainlabel, -#settings-permissions-wrapper .field label:first-of-type { +#settings-permissions-wrapper .field > label { width: 350px; } @@ -43,9 +41,7 @@ ul#settings-privacy-macros { margin-bottom: 45px; } -/* first-of-type needed to be able to style switches */ -#settings-notifications .field label.mainlabel, -#settings-notifications .field label:first-of-type { +#settings-notifications .field > label { margin-left: 20px; width: 330px; } diff --git a/view/css/mod_thing.css b/view/css/mod_thing.css index ddb2faa87..1b091860b 100644 --- a/view/css/mod_thing.css +++ b/view/css/mod_thing.css @@ -4,9 +4,7 @@ margin-left: 0; } -/* first-of-type needed to style switches */ -.field label.mainlabel, -.thing-label, .field label:first-of-type, .thing-verb-label, .thing-profile-label{ +.thing-label, .field > label, .thing-verb-label, .thing-profile-label{ float: left; width: 350px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 61acc8ec7..63cf27d58 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -306,9 +306,7 @@ footer { width: 20px; } -/* first-of-type needed to style switches */ -#main-login .field.checkbox label.mainlabel, -#main-login .field.checkbox label:first-of-type { +#main-login .field.checkbox > label { margin-bottom: 0; float: left; width: 100px; @@ -376,9 +374,7 @@ footer { #profile-edit-wrapper .field { margin-top: 20px; } -/* first-of-type needed to style switches */ -#profile-edit-wrapper .field label.mainlabel, -#profile-edit-wrapper .field label:first-of-type { +#profile-edit-wrapper .field > label { width: 175px; } @@ -1245,9 +1241,7 @@ footer { width: 100% } -/* first-of-type needed to style switches */ -.field label.mainlabel, -.field label:first-of-type { +.field > label { float: left; width: 350px; } @@ -2358,69 +2352,65 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { border: 1px solid #cccccc; } -/* Hide the placeholder label which is used for styling switches */ -/* Many places give a width to all labels, so need to specifically set these to 0 width */ -/* This should probably be moved to core */ -.field.checkbox label.switchlabel, -.field.checkbox label:nth-of-type(2) { - width: 0px; - margin: 0px; - float: none; -} + /* Turn checkboxes into switches */ -/* Doesn't work with IE<9. */ +.field.checkbox .fieldhelp { vertical-align:top; } +.field.checkbox > div { + position: relative; width: 70px; + -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; + display:inline-block; +} + .field.checkbox input { - position: absolute; - margin-left: -9999px; - visibility: hidden; + display: none; } -.field.checkbox input + label.switchlabel, -.field.checkbox input + label:nth-of-type(2) { - display: block; - position: relative; - cursor: pointer; - outline: none; - user-select: none; - padding: 2px; - width: 60px; - height: 24px; - background-color: #dddddd; - border-radius: 60px; - transition: background 0.4s; +.field.checkbox > div label { + display: block; overflow: hidden; cursor: pointer; + border: 2px solid #999999; + border-radius: 20px; + margin:0px; +} - float:left; +.onoffswitch-inner { + display: block; width: 200%; margin-left: -100%; + -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s; + -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s; } -.field.checkbox input + label:before, -.field.checkbox input + label:after { - display: block; - position: absolute; - content: ""; -} -.field.checkbox input + label:before { - top: 2px; - left: 2px; - bottom: 2px; - right: 2px; - background-color: #fff; - border-radius: 30px; - transition: background 0.4s; -} -.field.checkbox input + label:after { - top: 4px; - left: 4px; - bottom: 4px; - width: 30px; - background-color: #dddddd; - border-radius: 30px; - transition: margin 0.4s, background 0.4s; -} -.field.checkbox input:checked + label { - background-color: #8ce196; -} -.field.checkbox input:checked + label:after { - margin-left: 22px; - background-color: #8ce196; +.onoffswitch-inner:before, .onoffswitch-inner:after { + display: block; float: left; width: 50%; height: 20px; padding: 0; line-height:20px; + -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; +} + +.onoffswitch-inner:before { + content: attr(data-on); + padding-left: 10px; + background-color: #EEEEEE; +} + +.onoffswitch-inner:after { + content: attr(data-off); + padding-right: 10px; + background-color: #EEEEEE; color: #999999; + text-align: right; +} + +.onoffswitch-switch { + display: block; width: 25px; margin-left: 6px; margin-right: 6px; margin-top:5%; margin-bottom:5%; + background: #A1A1A1; + border: 2px solid #999999; border-radius: 20px; + position: absolute; top: 0; bottom: 0; right: 36px; + -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; + -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; +} + +.field.checkbox > div > input:checked + label .onoffswitch-inner { + margin-left: 0; +} + +.field.checkbox > div > input:checked + label .onoffswitch-switch { + right: -2px; + background-color: #27A1CA; } diff --git a/view/tpl/field_checkbox.tpl b/view/tpl/field_checkbox.tpl index 5c7f58ad1..7a2781be0 100755 --- a/view/tpl/field_checkbox.tpl +++ b/view/tpl/field_checkbox.tpl @@ -1,4 +1,4 @@
    - {{$field.3}} +
    {{$field.3}}
    diff --git a/view/tpl/field_intcheckbox.tpl b/view/tpl/field_intcheckbox.tpl index 1d0bd9175..847783518 100755 --- a/view/tpl/field_intcheckbox.tpl +++ b/view/tpl/field_intcheckbox.tpl @@ -1,4 +1,4 @@
    - {{$field.4}} +
    {{$field.4}}
    -- cgit v1.2.3 From 31648d65c8c5c3a54fc36b83871dcc09a9ac982f Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 Jan 2015 19:20:52 -0800 Subject: some work on the edit connection workflow explanation and connedit page. This needs a lot more attention, but it was screaming for any improvement in documenting why we tell you that the permissions have been changed but not saved. --- view/css/mod_connedit.css | 18 +++++++++++++++++- view/js/mod_connedit.js | 2 +- view/tpl/abook_edit.tpl | 32 +++++++++++++++++--------------- 3 files changed, 35 insertions(+), 17 deletions(-) (limited to 'view') diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css index e7b93a088..82cc6bc9d 100644 --- a/view/css/mod_connedit.css +++ b/view/css/mod_connedit.css @@ -14,15 +14,31 @@ margin-bottom: 5px !important; } -.abook-pending-contact, .abook-permschange, .abook-autotext { +.abook-pending-contact, .abook-autotext { background: orange; font-weight: bold; margin: 10px; padding: 20px 5px 10px; } +.abook-permschange { + width: 100%; +} + +.abook-perms-steps { + float: left; + width: 200px; + height: 210px; + background: orange; + font-weight: bold; + margin: 10px; + padding: 20px 5px 10px; + +} + .abook-permssave { margin-left: 10px; + clear: both; } #contact-slider { diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js index fabf24e95..15b768929 100644 --- a/view/js/mod_connedit.js +++ b/view/js/mod_connedit.js @@ -1,7 +1,7 @@ function abook_perms_msg() { $('.abook-permschange').show(); - $('.abook-permschange').html(aStr['permschange']); +// $('.abook-permschange').html(aStr['permschange']); $('.abook-permssave').show(); } diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index c2c11e4b1..bb20312fa 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -7,11 +7,27 @@
    {{$tabs}}
    +
    +{{foreach $buttons as $b }} + +{{/foreach}} {{/if}} -
    +
    + + + + + + {{if $last_update}} {{$lastupdtext}} {{$last_update}} @@ -27,7 +43,6 @@ {{/if}} - {{if $self}}
    @@ -40,10 +55,6 @@ - - {{if $is_pending}} @@ -63,15 +74,6 @@

    {{$permlbl}}

    {{$permnote}}
    - -
    - - - - - -
    -
    -- cgit v1.2.3 From 0779e3ae53161843110610eba27380bfab0b2dd0 Mon Sep 17 00:00:00 2001 From: marijus Date: Sat, 3 Jan 2015 13:42:05 +0100 Subject: provide some info for buttons --- view/tpl/attach_edit.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index 82f2a7628..0147d35ba 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -6,11 +6,11 @@
    {{if !$isadir}} - + {{/if}} -
    -- cgit v1.2.3 From 753e6809d920f0205b49d45072c8a5bb687c1797 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Sat, 3 Jan 2015 15:51:01 +0000 Subject: update NL and text-background-fix in chat for alternatives schemas --- view/nl/messages.po | 10108 ++++++++++--------- view/nl/strings.php | 1849 ++-- view/theme/redbasic/css/style.css | 2 +- view/theme/redbasic/php/style.php | 3 + view/theme/redbasic/schema/dark.php | 2 + .../redbasic/schema/simple_black_on_white.php | 2 + .../redbasic/schema/simple_green_on_black.php | 2 + .../redbasic/schema/simple_white_on_black.php | 2 + 8 files changed, 6011 insertions(+), 5959 deletions(-) (limited to 'view') diff --git a/view/nl/messages.po b/view/nl/messages.po index 54dfcc478..e18f7b719 100644 --- a/view/nl/messages.po +++ b/view/nl/messages.po @@ -4,13 +4,13 @@ # # Translators: # jeroenpraat , 2013-2014 -# jeroenpraat , 2014 +# jeroenpraat , 2014-2015 msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-12 00:03-0800\n" -"PO-Revision-Date: 2014-12-17 14:09+0000\n" +"POT-Creation-Date: 2015-01-02 00:04-0800\n" +"PO-Revision-Date: 2015-01-03 15:35+0000\n" "Last-Translator: jeroenpraat \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n" "MIME-Version: 1.0\n" @@ -31,185 +31,129 @@ msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden" msgid "Profile Photos" msgstr "Profielfoto's" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "Kanaal is op deze hub geblokkeerd." - -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "Ontbrekende kanaallocatie." - -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." -msgstr "Antwoord van het kanaal op afstand was niet volledig." - -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." -msgstr "Kanaal is verwijderd en bestaat niet meer." +#: ../../include/items.php:382 ../../mod/group.php:68 +#: ../../mod/subthread.php:49 ../../mod/profperm.php:23 ../../mod/like.php:246 +#: ../../index.php:389 +msgid "Permission denied" +msgstr "Toegang geweigerd" -#: ../../include/follow.php:135 ../../include/follow.php:202 -msgid "Protocol disabled." -msgstr "Protocol uitgeschakeld." +#: ../../include/items.php:969 ../../include/items.php:1014 +msgid "(Unknown)" +msgstr "(Onbekend)" -#: ../../include/follow.php:176 -msgid "Channel discovery failed." -msgstr "Kanaal ontdekken mislukt." +#: ../../include/items.php:1171 +msgid "Visible to anybody on the internet." +msgstr "Voor iedereen op het internet zichtbaar." -#: ../../include/follow.php:192 -msgid "local account not found." -msgstr "lokale account niet gevonden." +#: ../../include/items.php:1173 +msgid "Visible to you only." +msgstr "Alleen voor jou zichtbaar." -#: ../../include/follow.php:220 -msgid "Cannot connect to yourself." -msgstr "Kan niet met jezelf verbinden" +#: ../../include/items.php:1175 +msgid "Visible to anybody in this network." +msgstr "Voor iedereen in dit netwerk zichtbaar." -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "maakte een nieuw bericht aan" +#: ../../include/items.php:1177 +msgid "Visible to anybody authenticated." +msgstr "Voor iedereen die geauthenticeerd is zichtbaar." -#: ../../include/notify.php:24 +#: ../../include/items.php:1179 #, php-format -msgid "commented on %s's post" -msgstr "gaf een reactie op een bericht van %s" - -#: ../../include/security.php:357 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. " - -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nieuwe pagina" - -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/menu.php:42 ../../include/RedDAV/RedBrowser.php:250 -#: ../../include/apps.php:249 ../../include/ItemObject.php:100 -#: ../../mod/blocks.php:132 ../../mod/settings.php:627 -#: ../../mod/connections.php:381 ../../mod/connections.php:394 -#: ../../mod/connections.php:413 ../../mod/thing.php:233 -#: ../../mod/webpages.php:162 ../../mod/editblock.php:143 -#: ../../mod/editlayout.php:139 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:174 ../../mod/layouts.php:167 -#: ../../mod/menu.php:78 -msgid "Edit" -msgstr "Bewerken" +msgid "Visible to anybody on %s." +msgstr "Voor iedereen op %s zichtbaar." -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:135 -#: ../../mod/webpages.php:165 ../../mod/layouts.php:171 -msgid "View" -msgstr "Weergeven" +#: ../../include/items.php:1181 +msgid "Visible to all connections." +msgstr "Voor alle connecties zichtbaar." -#: ../../include/page_widgets.php:40 ../../include/conversation.php:1104 -#: ../../include/ItemObject.php:630 ../../mod/webpages.php:166 -#: ../../mod/editblock.php:173 ../../mod/editlayout.php:168 -#: ../../mod/editpost.php:140 ../../mod/editwebpage.php:205 -#: ../../mod/photos.php:998 -msgid "Preview" -msgstr "Voorvertoning" +#: ../../include/items.php:1183 +msgid "Visible to approved connections." +msgstr "Voor alle goedgekeurde connecties zichtbaar." -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:167 -msgid "Actions" -msgstr "Acties" +#: ../../include/items.php:1185 +msgid "Visible to specific connections." +msgstr "Voor specifieke connecties zichtbaar." -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:168 -msgid "Page Link" -msgstr "Paginalink" +#: ../../include/items.php:3952 ../../mod/display.php:32 +#: ../../mod/thing.php:76 ../../mod/filestorage.php:26 ../../mod/admin.php:168 +#: ../../mod/admin.php:896 ../../mod/admin.php:1099 ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "Item niet gevonden." -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:169 -msgid "Title" -msgstr "Titel" +#: ../../include/items.php:4019 ../../include/photos.php:15 +#: ../../include/attach.php:116 ../../include/attach.php:163 +#: ../../include/attach.php:226 ../../include/attach.php:240 +#: ../../include/attach.php:280 ../../include/attach.php:294 +#: ../../include/attach.php:318 ../../include/attach.php:511 +#: ../../include/attach.php:585 ../../include/chat.php:116 +#: ../../mod/mood.php:112 ../../mod/register.php:72 ../../mod/mitem.php:106 +#: ../../mod/achievements.php:30 ../../mod/group.php:9 ../../mod/poke.php:128 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/profiles.php:188 +#: ../../mod/profiles.php:559 ../../mod/authtest.php:13 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/block.php:22 +#: ../../mod/block.php:72 ../../mod/delegate.php:6 ../../mod/sources.php:66 +#: ../../mod/events.php:195 ../../mod/channel.php:90 ../../mod/channel.php:201 +#: ../../mod/channel.php:244 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/regmod.php:17 ../../mod/editpost.php:13 ../../mod/common.php:35 +#: ../../mod/settings.php:554 ../../mod/connections.php:169 +#: ../../mod/manage.php:6 ../../mod/connedit.php:266 ../../mod/mail.php:111 +#: ../../mod/webpages.php:67 ../../mod/bookmarks.php:46 +#: ../../mod/blocks.php:67 ../../mod/blocks.php:75 ../../mod/editblock.php:65 +#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:64 +#: ../../mod/editlayout.php:89 ../../mod/editwebpage.php:64 +#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:118 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/like.php:154 ../../mod/thing.php:247 ../../mod/thing.php:264 +#: ../../mod/thing.php:299 ../../mod/fsuggest.php:78 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:67 +#: ../../mod/filestorage.php:82 ../../mod/filestorage.php:109 +#: ../../mod/locs.php:71 ../../mod/item.php:191 ../../mod/item.php:199 +#: ../../mod/item.php:975 ../../mod/suggest.php:26 ../../mod/layouts.php:67 +#: ../../mod/layouts.php:74 ../../mod/layouts.php:85 ../../mod/setup.php:207 +#: ../../mod/menu.php:61 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/network.php:12 ../../mod/notifications.php:66 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/viewsrc.php:14 ../../mod/message.php:16 +#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 +#: ../../mod/photos.php:68 ../../mod/page.php:28 ../../mod/page.php:78 +#: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190 +#: ../../index.php:390 +msgid "Permission denied." +msgstr "Toegang geweigerd" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:170 -msgid "Created" -msgstr "Aangemaakt" +#: ../../include/items.php:4410 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Collectie niet gevonden." -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:171 -msgid "Edited" -msgstr "Bewerkt" +#: ../../include/items.php:4425 +msgid "Collection is empty." +msgstr "Collectie is leeg" -#: ../../include/contact_widgets.php:14 +#: ../../include/items.php:4432 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d uitnodiging beschikbaar" -msgstr[1] "%d uitnodigingen beschikbaar" - -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 -msgid "Advanced" -msgstr "Geavanceerd" - -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Kanalen vinden" - -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Vul naam of interesse in" - -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Verbinden/volgen" - -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Voorbeeld: Robert Morgenstein, vissen" - -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 -#: ../../mod/directory.php:316 ../../mod/directory.php:321 -msgid "Find" -msgstr "Vinden" - -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -#: ../../mod/directory.php:320 -msgid "Channel Suggestions" -msgstr "Voorgestelde kanalen" - -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Willekeurig profiel" - -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Vrienden uitnodigen" - -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "Geavanceerd voorbeeld (Engels): name=jan en country=nederland" - -#: ../../include/contact_widgets.php:57 ../../include/features.php:73 -#: ../../include/widgets.php:298 -msgid "Saved Folders" -msgstr "Bewaarde mappen" - -#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:301 -msgid "Everything" -msgstr "Alles" - -#: ../../include/contact_widgets.php:92 ../../include/taxonomy.php:230 -#: ../../include/widgets.php:35 -msgid "Categories" -msgstr "Categorieën" +msgid "Collection: %s" +msgstr "Collectie: %s" -#: ../../include/contact_widgets.php:125 +#: ../../include/items.php:4443 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d gemeenschappelijke connectie" -msgstr[1] "%d gemeenschappelijke connecties" - -#: ../../include/contact_widgets.php:130 -msgid "show more" -msgstr "meer connecties weergeven" +msgid "Connection: %s" +msgstr "Connectie: %s" -#: ../../include/oembed.php:171 -msgid "Embedded content" -msgstr "Ingesloten inhoud" +#: ../../include/items.php:4446 +msgid "Connection not found." +msgstr "Connectie niet gevonden." -#: ../../include/oembed.php:180 -msgid "Embedding disabled" -msgstr "Insluiten uitgeschakeld" +#: ../../include/menu.php:42 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:263 +#: ../../include/ItemObject.php:100 ../../include/apps.php:254 +#: ../../mod/editpost.php:112 ../../mod/settings.php:639 +#: ../../mod/connections.php:381 ../../mod/connections.php:394 +#: ../../mod/connections.php:413 ../../mod/webpages.php:162 +#: ../../mod/blocks.php:132 ../../mod/editblock.php:143 +#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:174 +#: ../../mod/thing.php:233 ../../mod/layouts.php:167 ../../mod/menu.php:78 +msgid "Edit" +msgstr "Bewerken" #: ../../include/message.php:18 msgid "No recipient provided." @@ -227,120 +171,327 @@ msgstr "Afzender kan niet bepaald worden." msgid "Stored post could not be verified." msgstr "Opgeslagen bericht kon niet worden geverifieerd." -#: ../../include/activities.php:39 -msgid " and " -msgstr " en " - -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "openbaar profiel" +#: ../../include/network.php:590 +msgid "view full size" +msgstr "volledige grootte tonen" -#: ../../include/activities.php:52 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s veranderde %2$s naar “%3$s”" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" +msgstr "Kan mijn normale kanaalstream en berichten bekijken" -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Bezoek het %2$s van %1$s" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" +msgstr "Kan mijn standaard kanaalprofiel bekijken" -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd." +#: ../../include/permissions.php:28 +msgid "Can view my photo albums" +msgstr "Kan mijn fotoalbums bekijken" -#: ../../include/acl_selectors.php:240 -msgid "Visible to your default audience" -msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld" +#: ../../include/permissions.php:29 +msgid "Can view my connections" +msgstr "Kan een lijst met mijn connecties bekijken" -#: ../../include/acl_selectors.php:241 -msgid "Show" -msgstr "Tonen" +#: ../../include/permissions.php:30 +msgid "Can view my file storage" +msgstr "Kan mijn bestanden bekijken" -#: ../../include/acl_selectors.php:242 -msgid "Don't show" -msgstr "Niet tonen" +#: ../../include/permissions.php:31 +msgid "Can view my webpages" +msgstr "Kan mijn pagina's bekijken" -#: ../../include/acl_selectors.php:248 ../../mod/events.php:596 -#: ../../mod/chat.php:209 ../../mod/filestorage.php:137 -#: ../../mod/photos.php:588 ../../mod/photos.php:950 -msgid "Permissions" -msgstr "Permissies" +#: ../../include/permissions.php:34 +msgid "Can send me their channel stream and posts" +msgstr "Kan mij de inhoud van hun kanaal en berichten sturen" -#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:312 -#: ../../mod/photos.php:1149 -msgid "Close" -msgstr "Sluiten" +#: ../../include/permissions.php:35 +msgid "Can post on my channel page (\"wall\")" +msgstr "Kan een bericht in mijn kanaal plaatsen" -#: ../../include/bb2diaspora.php:384 -msgid "Attachments:" +#: ../../include/permissions.php:36 +msgid "Can comment on or like my posts" +msgstr "Kan op mijn berichten reageren of deze (niet) leuk vinden" + +#: ../../include/permissions.php:37 +msgid "Can send me private mail messages" +msgstr "Kan mij privéberichten sturen" + +#: ../../include/permissions.php:38 +msgid "Can post photos to my photo albums" +msgstr "Kan foto's aan mijn fotoalbums toevoegen" + +#: ../../include/permissions.php:39 +msgid "Can like/dislike stuff" +msgstr "Kan dingen leuk of niet leuk vinden" + +#: ../../include/permissions.php:39 +msgid "Profiles and things other than posts/comments" +msgstr "Profielen en dingen, buiten berichten en reacties" + +#: ../../include/permissions.php:41 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+" + +#: ../../include/permissions.php:41 +msgid "Advanced - useful for creating group forum channels" +msgstr "Geavanceerd - nuttig voor groepforums" + +#: ../../include/permissions.php:42 +msgid "Can chat with me (when available)" +msgstr "Kan met mij chatten (wanneer beschikbaar)" + +#: ../../include/permissions.php:43 +msgid "Can write to my file storage" +msgstr "Kan bestanden aan mijn bestandsopslag toevoegen" + +#: ../../include/permissions.php:44 +msgid "Can edit my webpages" +msgstr "Kan mijn pagina's bewerken" + +#: ../../include/permissions.php:46 +msgid "Can source my public posts in derived channels" +msgstr "Kan mijn openbare berichten als bron voor andere kanalen gebruiken" + +#: ../../include/permissions.php:46 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)" + +#: ../../include/permissions.php:48 +msgid "Can administer my channel resources" +msgstr "Kan mijn kanaal beheren" + +#: ../../include/permissions.php:48 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet." + +#: ../../include/permissions.php:810 +msgid "Social Networking" +msgstr "Sociaal netwerk" + +#: ../../include/permissions.php:810 ../../include/permissions.php:811 +#: ../../include/permissions.php:812 +msgid "Mostly Public" +msgstr "Vrijwel alles openbaar" + +#: ../../include/permissions.php:810 ../../include/permissions.php:811 +#: ../../include/permissions.php:812 +msgid "Restricted" +msgstr "Beperkt zichtbaar" + +#: ../../include/permissions.php:810 ../../include/permissions.php:811 +msgid "Private" +msgstr "Verborgen kanaal" + +#: ../../include/permissions.php:811 +msgid "Community Forum" +msgstr "Groepsforum" + +#: ../../include/permissions.php:812 +msgid "Feed Republish" +msgstr "Feed herpubliceren" + +#: ../../include/permissions.php:813 +msgid "Special Purpose" +msgstr "Speciaal doel" + +#: ../../include/permissions.php:813 +msgid "Celebrity/Soapbox" +msgstr "Beroemdheid/alleen volgen" + +#: ../../include/permissions.php:813 +msgid "Group Repository" +msgstr "Groepsopslag" + +#: ../../include/permissions.php:814 ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 +msgid "Other" +msgstr "Anders" + +#: ../../include/permissions.php:814 +msgid "Custom/Expert Mode" +msgstr "Expertmodus/handmatig aanpassen" + +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "maakte een nieuw bericht aan" + +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "gaf een reactie op een bericht van %s" + +#: ../../include/taxonomy.php:210 ../../include/taxonomy.php:229 +msgid "Tags" +msgstr "Tags" + +#: ../../include/taxonomy.php:250 ../../include/contact_widgets.php:92 +#: ../../include/widgets.php:35 +msgid "Categories" +msgstr "Categorieën" + +#: ../../include/taxonomy.php:269 +msgid "Keywords" +msgstr "Trefwoorden" + +#: ../../include/taxonomy.php:294 +msgid "have" +msgstr "heb" + +#: ../../include/taxonomy.php:294 +msgid "has" +msgstr "heeft" + +#: ../../include/taxonomy.php:295 +msgid "want" +msgstr "wil" + +#: ../../include/taxonomy.php:295 +msgid "wants" +msgstr "wil" + +#: ../../include/taxonomy.php:296 ../../include/ItemObject.php:221 +msgid "like" +msgstr "vind dit leuk" + +#: ../../include/taxonomy.php:296 +msgid "likes" +msgstr "vindt dit leuk" + +#: ../../include/taxonomy.php:297 ../../include/ItemObject.php:222 +msgid "dislike" +msgstr "vind dit niet leuk" + +#: ../../include/taxonomy.php:297 +msgid "dislikes" +msgstr "vindt dit niet leuk" + +#: ../../include/taxonomy.php:380 ../../include/identity.php:1151 +#: ../../include/ItemObject.php:146 ../../mod/photos.php:1024 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "vindt dit leuk" +msgstr[1] "vinden dit leuk" + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nieuwe pagina" + +#: ../../include/page_widgets.php:39 ../../mod/webpages.php:165 +#: ../../mod/blocks.php:135 ../../mod/layouts.php:171 +msgid "View" +msgstr "Weergeven" + +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1102 +#: ../../include/ItemObject.php:638 ../../mod/webpages.php:166 +#: ../../mod/photos.php:995 +msgid "Preview" +msgstr "Voorvertoning" + +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:167 +msgid "Actions" +msgstr "Acties" + +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:168 +msgid "Page Link" +msgstr "Paginalink" + +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:169 +msgid "Title" +msgstr "Titel" + +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:170 +msgid "Created" +msgstr "Aangemaakt" + +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:171 +msgid "Edited" +msgstr "Bewerkt" + +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Ingesloten inhoud" + +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "Insluiten uitgeschakeld" + +#: ../../include/photos.php:105 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes" + +#: ../../include/photos.php:112 +msgid "Image file is empty." +msgstr "Afbeeldingsbestand is leeg" + +#: ../../include/photos.php:141 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Afbeelding kan niet verwerkt worden" + +#: ../../include/photos.php:213 +msgid "Photo storage failed." +msgstr "Foto kan niet worden opgeslagen" + +#: ../../include/photos.php:341 ../../include/conversation.php:1533 +msgid "Photo Albums" +msgstr "Fotoalbums" + +#: ../../include/photos.php:345 +msgid "Upload New Photos" +msgstr "Nieuwe foto's uploaden" + +#: ../../include/activities.php:39 +msgid " and " +msgstr " en " + +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "openbaar profiel" + +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s veranderde %2$s naar “%3$s”" + +#: ../../include/activities.php:57 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Bezoek het %2$s van %1$s" + +#: ../../include/activities.php:60 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd." + +#: ../../include/bb2diaspora.php:366 +msgid "Attachments:" msgstr "Bijlagen:" -#: ../../include/bb2diaspora.php:463 ../../include/event.php:11 +#: ../../include/bb2diaspora.php:445 ../../include/event.php:11 msgid "l F d, Y \\@ g:i A" msgstr "l d F Y \\@ G:i" -#: ../../include/bb2diaspora.php:465 +#: ../../include/bb2diaspora.php:447 msgid "Redmatrix event notification:" msgstr "Notificatie RedMatrix-gebeurtenis:" -#: ../../include/bb2diaspora.php:469 ../../include/event.php:20 +#: ../../include/bb2diaspora.php:451 ../../include/event.php:20 msgid "Starts:" msgstr "Start:" -#: ../../include/bb2diaspora.php:477 ../../include/event.php:30 +#: ../../include/bb2diaspora.php:459 ../../include/event.php:30 msgid "Finishes:" msgstr "Einde:" -#: ../../include/bb2diaspora.php:485 ../../include/identity.php:891 +#: ../../include/bb2diaspora.php:467 ../../include/identity.php:894 #: ../../include/event.php:40 ../../mod/events.php:590 #: ../../mod/directory.php:199 msgid "Location:" msgstr "Plaats:" -#: ../../include/attach.php:116 ../../include/attach.php:163 -#: ../../include/attach.php:226 ../../include/attach.php:240 -#: ../../include/attach.php:280 ../../include/attach.php:294 -#: ../../include/attach.php:318 ../../include/attach.php:511 -#: ../../include/attach.php:585 ../../include/photos.php:15 -#: ../../include/items.php:4019 ../../include/chat.php:116 -#: ../../mod/mood.php:112 ../../mod/mitem.php:106 -#: ../../mod/achievements.php:30 ../../mod/register.php:72 -#: ../../mod/sources.php:66 ../../mod/poke.php:128 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/blocks.php:67 ../../mod/blocks.php:75 ../../mod/setup.php:207 -#: ../../mod/settings.php:542 ../../mod/events.php:195 -#: ../../mod/channel.php:89 ../../mod/channel.php:198 -#: ../../mod/channel.php:241 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/regmod.php:17 ../../mod/common.php:35 ../../mod/like.php:154 -#: ../../mod/connections.php:169 ../../mod/connedit.php:266 -#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299 -#: ../../mod/webpages.php:67 ../../mod/bookmarks.php:46 -#: ../../mod/profiles.php:179 ../../mod/profiles.php:550 -#: ../../mod/editblock.php:65 ../../mod/pdledit.php:21 -#: ../../mod/editlayout.php:64 ../../mod/editlayout.php:89 -#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64 -#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:118 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/item.php:191 ../../mod/item.php:199 ../../mod/item.php:972 -#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82 -#: ../../mod/filestorage.php:109 ../../mod/delegate.php:6 -#: ../../mod/group.php:9 ../../mod/suggest.php:26 ../../mod/locs.php:71 -#: ../../mod/mail.php:111 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/manage.php:6 ../../mod/layouts.php:67 ../../mod/layouts.php:74 -#: ../../mod/layouts.php:85 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 -#: ../../mod/network.php:12 ../../mod/menu.php:61 ../../mod/message.php:16 -#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 -#: ../../mod/notifications.php:66 ../../mod/page.php:28 ../../mod/page.php:78 -#: ../../mod/photos.php:68 ../../mod/appman.php:66 -#: ../../mod/service_limits.php:7 ../../index.php:190 ../../index.php:390 -msgid "Permission denied." -msgstr "Toegang geweigerd" - #: ../../include/attach.php:221 ../../include/attach.php:275 msgid "Item was not found." msgstr "Item niet gevonden" @@ -399,20 +550,260 @@ msgstr "directory aanmaken (mkdir) mislukt." msgid "database storage failed." msgstr "opslag in database mislukt." -#: ../../include/RedDAV/RedBrowser.php:106 -#: ../../include/RedDAV/RedBrowser.php:249 -msgid "parent" -msgstr "omhoog" +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Algemene functies" -#: ../../include/RedDAV/RedBrowser.php:130 -msgid "Collection" -msgstr "map" +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "Inhoud laten verlopen" -#: ../../include/RedDAV/RedBrowser.php:133 -msgid "Principal" -msgstr "principal" +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen" -#: ../../include/RedDAV/RedBrowser.php:136 +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Meerdere profielen" + +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Mogelijkheid om meerdere profielen aan te maken" + +#: ../../include/features.php:27 +msgid "Advanced Profiles" +msgstr "Geavanceerde profielen" + +#: ../../include/features.php:27 +msgid "Additional profile sections and selections" +msgstr "Extra onderdelen en keuzes voor je profiel" + +#: ../../include/features.php:28 +msgid "Profile Import/Export" +msgstr "Profiel importen/exporteren" + +#: ../../include/features.php:28 +msgid "Save and load profile details across sites/channels" +msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken." + +#: ../../include/features.php:29 +msgid "Web Pages" +msgstr "Webpagina's" + +#: ../../include/features.php:29 +msgid "Provide managed web pages on your channel" +msgstr "Sta beheerde webpagina's op jouw kanaal toe" + +#: ../../include/features.php:30 +msgid "Private Notes" +msgstr "Privé-aantekeningen" + +#: ../../include/features.php:30 +msgid "Enables a tool to store notes and reminders" +msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan" + +#: ../../include/features.php:34 +msgid "Navigation Channel Select" +msgstr "Kanaal kiezen in navigatiemenu" + +#: ../../include/features.php:34 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk" + +#: ../../include/features.php:38 +msgid "Extended Identity Sharing" +msgstr "Uitgebreid identiteit delen" + +#: ../../include/features.php:38 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." +msgstr "Deel jouw RedMatrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het RedMatrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet." + +#: ../../include/features.php:39 +msgid "Expert Mode" +msgstr "Expertmodus" + +#: ../../include/features.php:39 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Schakel de expertmodus in voor geavanceerde instellingen" + +#: ../../include/features.php:40 +msgid "Premium Channel" +msgstr "Premiumkanaal" + +#: ../../include/features.php:40 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal" + +#: ../../include/features.php:45 +msgid "Post Composition Features" +msgstr "Functies voor het opstellen van berichten" + +#: ../../include/features.php:47 +msgid "Use Markdown" +msgstr "Markdown gebruiken" + +#: ../../include/features.php:47 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken." + +#: ../../include/features.php:49 ../../include/widgets.php:527 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Kanaalbronnen" + +#: ../../include/features.php:49 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Automatisch inhoud uit andere kanalen of feeds importeren." + +#: ../../include/features.php:50 +msgid "Even More Encryption" +msgstr "Extra encryptie" + +#: ../../include/features.php:50 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel." + +#: ../../include/features.php:51 +msgid "Flag Adult Photos" +msgstr "Markeer foto's als voor volwassenen" + +#: ../../include/features.php:51 +msgid "Provide photo edit option to hide adult photos from default album view" +msgstr "Zorgt voor een optie om foto's met inhoud voor volwassenen in de standaard albumweergave te verbergen" + +#: ../../include/features.php:56 +msgid "Network and Stream Filtering" +msgstr "Netwerk- en streamfilter" + +#: ../../include/features.php:57 +msgid "Search by Date" +msgstr "Zoek op datum" + +#: ../../include/features.php:57 +msgid "Ability to select posts by date ranges" +msgstr "Mogelijkheid om berichten op datum te filteren " + +#: ../../include/features.php:58 +msgid "Collections Filter" +msgstr "Filter op collecties" + +#: ../../include/features.php:58 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties" + +#: ../../include/features.php:59 ../../include/widgets.php:272 +msgid "Saved Searches" +msgstr "Opgeslagen zoekopdrachten" + +#: ../../include/features.php:59 +msgid "Save search terms for re-use" +msgstr "Sla zoekopdrachten op voor hergebruik" + +#: ../../include/features.php:60 +msgid "Network Personal Tab" +msgstr "Persoonlijke netwerktab" + +#: ../../include/features.php:60 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" + +#: ../../include/features.php:61 +msgid "Network New Tab" +msgstr "Nieuwe netwerktab" + +#: ../../include/features.php:61 +msgid "Enable tab to display all new Network activity" +msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen" + +#: ../../include/features.php:62 +msgid "Affinity Tool" +msgstr "Verwantschapsfilter" + +#: ../../include/features.php:62 +msgid "Filter stream activity by depth of relationships" +msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag" + +#: ../../include/features.php:63 +msgid "Suggest Channels" +msgstr "Kanalen voorstellen" + +#: ../../include/features.php:63 +msgid "Show channel suggestions" +msgstr "Voor jou mogelijk interessante kanalen voorstellen" + +#: ../../include/features.php:68 +msgid "Post/Comment Tools" +msgstr "Bericht- en reactiehulpmiddelen" + +#: ../../include/features.php:71 +msgid "Tagging" +msgstr "Taggen" + +#: ../../include/features.php:71 +msgid "Ability to tag existing posts" +msgstr "Mogelijkheid om bestaande berichten te taggen" + +#: ../../include/features.php:72 +msgid "Post Categories" +msgstr "Categorieën berichten" + +#: ../../include/features.php:72 +msgid "Add categories to your posts" +msgstr "Voeg categorieën toe aan je berichten" + +#: ../../include/features.php:73 ../../include/contact_widgets.php:57 +#: ../../include/widgets.php:302 +msgid "Saved Folders" +msgstr "Bewaarde mappen" + +#: ../../include/features.php:73 +msgid "Ability to file posts under folders" +msgstr "Mogelijkheid om berichten in mappen op te slaan" + +#: ../../include/features.php:74 +msgid "Dislike Posts" +msgstr "Vind berichten niet leuk" + +#: ../../include/features.php:74 +msgid "Ability to dislike posts/comments" +msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden" + +#: ../../include/features.php:75 +msgid "Star Posts" +msgstr "Geef berichten een ster" + +#: ../../include/features.php:75 +msgid "Ability to mark special posts with a star indicator" +msgstr "Mogelijkheid om speciale berichten met een ster te markeren" + +#: ../../include/features.php:76 +msgid "Tag Cloud" +msgstr "Tagwolk" + +#: ../../include/features.php:76 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina" + +#: ../../include/RedDAV/RedBrowser.php:106 +#: ../../include/RedDAV/RedBrowser.php:262 +msgid "parent" +msgstr "omhoog" + +#: ../../include/RedDAV/RedBrowser.php:130 +#: ../../include/RedDAV/RedBrowser.php:339 +msgid "Collection" +msgstr "map" + +#: ../../include/RedDAV/RedBrowser.php:133 +msgid "Principal" +msgstr "principal" + +#: ../../include/RedDAV/RedBrowser.php:136 msgid "Addressbook" msgstr "Adresboek" @@ -428,73 +819,73 @@ msgstr "Planning-postvak IN" msgid "Schedule Outbox" msgstr "Planning-postvak UIT" -#: ../../include/RedDAV/RedBrowser.php:163 ../../include/conversation.php:993 -#: ../../include/apps.php:331 ../../include/apps.php:382 -#: ../../mod/connedit.php:513 ../../mod/photos.php:713 -#: ../../mod/photos.php:1132 +#: ../../include/RedDAV/RedBrowser.php:163 ../../include/conversation.php:992 +#: ../../include/apps.php:336 ../../include/apps.php:387 +#: ../../mod/connedit.php:513 ../../mod/photos.php:710 +#: ../../mod/photos.php:1129 msgid "Unknown" msgstr "Onbekend" -#: ../../include/RedDAV/RedBrowser.php:223 +#: ../../include/RedDAV/RedBrowser.php:225 #, php-format msgid "%1$s used" msgstr "%1$s gebruikt" -#: ../../include/RedDAV/RedBrowser.php:228 +#: ../../include/RedDAV/RedBrowser.php:230 #, php-format msgid "%1$s used of %2$s (%3$s%)" msgstr "%1$s van %2$s gebruikt (%3$s%)" -#: ../../include/RedDAV/RedBrowser.php:241 ../../include/nav.php:106 -#: ../../include/conversation.php:1540 ../../include/apps.php:133 +#: ../../include/RedDAV/RedBrowser.php:249 ../../include/conversation.php:1539 +#: ../../include/apps.php:135 ../../include/nav.php:106 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "Bestanden" -#: ../../include/RedDAV/RedBrowser.php:245 ../../mod/settings.php:567 -#: ../../mod/settings.php:593 ../../mod/admin.php:866 +#: ../../include/RedDAV/RedBrowser.php:251 +msgid "Total" +msgstr "Totaal" + +#: ../../include/RedDAV/RedBrowser.php:258 ../../mod/settings.php:579 +#: ../../mod/settings.php:605 ../../mod/admin.php:866 msgid "Name" msgstr "Naam" -#: ../../include/RedDAV/RedBrowser.php:246 +#: ../../include/RedDAV/RedBrowser.php:259 msgid "Type" msgstr "Type" -#: ../../include/RedDAV/RedBrowser.php:247 +#: ../../include/RedDAV/RedBrowser.php:260 msgid "Size" msgstr "Grootte" -#: ../../include/RedDAV/RedBrowser.php:248 +#: ../../include/RedDAV/RedBrowser.php:261 msgid "Last Modified" msgstr "Laatst gewijzigd" -#: ../../include/RedDAV/RedBrowser.php:251 ../../include/conversation.php:639 -#: ../../include/apps.php:250 ../../include/ItemObject.php:120 -#: ../../mod/settings.php:628 ../../mod/connedit.php:476 -#: ../../mod/thing.php:234 ../../mod/group.php:176 ../../mod/admin.php:730 -#: ../../mod/admin.php:861 ../../mod/photos.php:1070 +#: ../../include/RedDAV/RedBrowser.php:264 ../../include/conversation.php:639 +#: ../../include/ItemObject.php:120 ../../include/apps.php:255 +#: ../../mod/group.php:176 ../../mod/settings.php:640 +#: ../../mod/connedit.php:476 ../../mod/thing.php:234 ../../mod/admin.php:730 +#: ../../mod/admin.php:861 ../../mod/photos.php:1067 msgid "Delete" msgstr "Verwijderen" -#: ../../include/RedDAV/RedBrowser.php:252 -msgid "Total" -msgstr "Totaal" - -#: ../../include/RedDAV/RedBrowser.php:305 +#: ../../include/RedDAV/RedBrowser.php:312 msgid "Create new folder" msgstr "Nieuwe map aanmaken" -#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/mitem.php:169 -#: ../../mod/menu.php:100 ../../mod/new_channel.php:122 +#: ../../include/RedDAV/RedBrowser.php:313 ../../mod/mitem.php:169 +#: ../../mod/menu.php:100 ../../mod/new_channel.php:121 msgid "Create" msgstr "Aanmaken" -#: ../../include/RedDAV/RedBrowser.php:307 +#: ../../include/RedDAV/RedBrowser.php:314 msgid "Upload file" msgstr "Bestand uploaden" -#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/profile_photo.php:361 -#: ../../mod/photos.php:738 ../../mod/photos.php:1246 +#: ../../include/RedDAV/RedBrowser.php:315 ../../mod/profile_photo.php:361 +#: ../../mod/photos.php:735 ../../mod/photos.php:1243 msgid "Upload" msgstr "Uploaden" @@ -503,3188 +894,2856 @@ msgstr "Uploaden" msgid "%1$s's bookmarks" msgstr "Bladwijzers van %1$s" -#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1528 -msgid "Logout" -msgstr "Uitloggen" +#: ../../include/dir_fns.php:68 +msgid "Directory Options" +msgstr "Opties kanalengids" -#: ../../include/nav.php:95 ../../include/nav.php:128 -msgid "End this session" -msgstr "Beëindig deze sessie" +#: ../../include/dir_fns.php:69 +msgid "Alphabetic" +msgstr "Alfabetisch" -#: ../../include/nav.php:98 ../../include/nav.php:159 -msgid "Home" -msgstr "Home" +#: ../../include/dir_fns.php:70 +msgid "Reverse Alphabetic" +msgstr "Omgekeerd alfabetisch" -#: ../../include/nav.php:98 -msgid "Your posts and conversations" -msgstr "Jouw berichten en conversaties" +#: ../../include/dir_fns.php:71 +msgid "Newest to Oldest" +msgstr "Nieuw naar oud" -#: ../../include/nav.php:99 ../../include/conversation.php:935 -#: ../../mod/connedit.php:429 ../../mod/connedit.php:545 -msgid "View Profile" -msgstr "Profiel weergeven" +#: ../../include/dir_fns.php:72 +msgid "Oldest to Newest" +msgstr "Oud naar nieuw" -#: ../../include/nav.php:99 -msgid "Your profile page" -msgstr "Jouw profielpagina" +#: ../../include/dir_fns.php:73 +msgid "Public Forums Only" +msgstr "Alleen openbare forums" -#: ../../include/nav.php:101 -msgid "Edit Profiles" -msgstr "Bewerk profielen" +#: ../../include/dir_fns.php:75 +msgid "Sort" +msgstr "Sorteren" -#: ../../include/nav.php:101 -msgid "Manage/Edit profiles" -msgstr "Beheer/wijzig profielen" +#: ../../include/dir_fns.php:91 +msgid "Enable Safe Search" +msgstr "Veilig zoeken inschakelen" -#: ../../include/nav.php:103 ../../include/identity.php:864 -msgid "Edit Profile" -msgstr "Profiel bewerken" +#: ../../include/dir_fns.php:93 +msgid "Disable Safe Search" +msgstr "Veilig zoeken uitschakelen" -#: ../../include/nav.php:103 -msgid "Edit your profile" -msgstr "Jouw profiel bewerken" +#: ../../include/dir_fns.php:95 +msgid "Safe Mode" +msgstr "Veilig zoeken" -#: ../../include/nav.php:105 ../../include/conversation.php:1531 -#: ../../include/apps.php:137 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Foto's" +#: ../../include/comanche.php:35 ../../mod/admin.php:353 +#: ../../view/theme/apw/php/config.php:185 +msgid "Default" +msgstr "Standaard" -#: ../../include/nav.php:105 -msgid "Your photos" -msgstr "Jouw foto's" +#: ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Regelmatig" -#: ../../include/nav.php:106 -msgid "Your files" -msgstr "Jouw bestanden" +#: ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Elk uur" -#: ../../include/nav.php:111 ../../include/apps.php:144 -msgid "Chat" -msgstr "Chatten" +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Twee keer per dag" -#: ../../include/nav.php:111 -msgid "Your chatrooms" -msgstr "Jouw chatkanalen" +#: ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Dagelijks" -#: ../../include/nav.php:117 ../../include/conversation.php:1566 -#: ../../include/apps.php:127 -msgid "Bookmarks" -msgstr "Bladwijzers" +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Wekelijks" -#: ../../include/nav.php:117 -msgid "Your bookmarks" -msgstr "Jouw bladwijzers" +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Maandelijks" -#: ../../include/nav.php:121 ../../include/conversation.php:1577 -#: ../../include/apps.php:134 ../../mod/webpages.php:160 -msgid "Webpages" -msgstr "Webpagina's" +#: ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" -#: ../../include/nav.php:121 -msgid "Your webpages" -msgstr "Jouw webpagina's" +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" -#: ../../include/nav.php:125 ../../include/apps.php:129 ../../boot.php:1529 -msgid "Login" -msgstr "Inloggen" +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" -#: ../../include/nav.php:125 -msgid "Sign in" -msgstr "Inloggen" +#: ../../include/contact_selectors.php:79 ../../mod/admin.php:726 +#: ../../mod/admin.php:735 ../../boot.php:1544 +msgid "Email" +msgstr "E-mail" -#: ../../include/nav.php:142 -#, php-format -msgid "%s - click to logout" -msgstr "%s - klik om uit te loggen" +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" -#: ../../include/nav.php:145 -msgid "Remote authentication" -msgstr "Authenticatie op afstand" +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" -#: ../../include/nav.php:145 -msgid "Click to authenticate to your home hub" -msgstr "Authenticeer jezelf via (bijvoorbeeld) jouw RedMatrix-hub" +#: ../../include/contact_selectors.php:82 +msgid "Zot!" +msgstr "Zot!" -#: ../../include/nav.php:159 -msgid "Home Page" -msgstr "Homepage" +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "LinkedIn" -#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1507 -msgid "Register" -msgstr "Registreren" +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" -#: ../../include/nav.php:163 -msgid "Create an account" -msgstr "Maak een account aan" +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" -#: ../../include/nav.php:168 ../../include/apps.php:140 ../../mod/help.php:58 -#: ../../mod/help.php:63 -msgid "Help" -msgstr "Hulp" +#: ../../include/auth.php:130 +msgid "Logged out." +msgstr "Uitgelogd." -#: ../../include/nav.php:168 -msgid "Help and documentation" -msgstr "Hulp en documentatie" +#: ../../include/auth.php:271 +msgid "Failed authentication" +msgstr "Mislukte authenticatie" -#: ../../include/nav.php:171 ../../include/widgets.php:91 -#: ../../mod/apps.php:33 -msgid "Apps" -msgstr "Apps" +#: ../../include/auth.php:285 ../../mod/openid.php:190 +msgid "Login failed." +msgstr "Inloggen mislukt." -#: ../../include/nav.php:171 -msgid "Applications, utilities, links, games" -msgstr "Apps" +#: ../../include/acl_selectors.php:240 +msgid "Visible to your default audience" +msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld" -#: ../../include/nav.php:173 ../../include/text.php:826 -#: ../../include/text.php:838 ../../include/apps.php:145 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Zoeken" +#: ../../include/acl_selectors.php:241 +msgid "Show" +msgstr "Tonen" -#: ../../include/nav.php:173 -msgid "Search site content" -msgstr "Inhoud van deze RedMatrix-hub doorzoeken" +#: ../../include/acl_selectors.php:242 +msgid "Don't show" +msgstr "Niet tonen" -#: ../../include/nav.php:176 ../../include/apps.php:139 -#: ../../mod/directory.php:320 -msgid "Directory" -msgstr "Kanalengids" +#: ../../include/acl_selectors.php:248 ../../mod/events.php:596 +#: ../../mod/chat.php:209 ../../mod/filestorage.php:141 +#: ../../mod/photos.php:588 ../../mod/photos.php:947 +msgid "Permissions" +msgstr "Permissies" -#: ../../include/nav.php:176 -msgid "Channel Directory" -msgstr "Kanalengids" +#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:320 +#: ../../mod/photos.php:1146 +msgid "Close" +msgstr "Sluiten" -#: ../../include/nav.php:190 ../../include/apps.php:131 -msgid "Matrix" -msgstr "Matrix" +#: ../../include/identity.php:31 ../../mod/item.php:1115 +msgid "Unable to obtain identity information from database" +msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen" -#: ../../include/nav.php:190 -msgid "Your matrix" -msgstr "Jouw matrix" +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Ontbrekende naam" -#: ../../include/nav.php:191 -msgid "Mark all matrix notifications seen" -msgstr "Markeer alle matrixnotificaties als bekeken" +#: ../../include/identity.php:68 +msgid "Name too long" +msgstr "Naam te lang" -#: ../../include/nav.php:193 ../../include/apps.php:135 -msgid "Channel Home" -msgstr "Tijdlijn kanaal" +#: ../../include/identity.php:169 +msgid "No account identifier" +msgstr "Geen account-identificator" -#: ../../include/nav.php:193 -msgid "Channel home" -msgstr "Tijdlijn kanaal" +#: ../../include/identity.php:182 +msgid "Nickname is required." +msgstr "Bijnaam is verplicht" -#: ../../include/nav.php:194 -msgid "Mark all channel notifications seen" -msgstr "Alle kanaalnotificaties als gelezen markeren" +#: ../../include/identity.php:196 +msgid "Reserved nickname. Please choose another." +msgstr "Deze naam is gereserveerd. Kies een andere." -#: ../../include/nav.php:197 ../../mod/connections.php:406 -msgid "Connections" -msgstr "Connecties" +#: ../../include/identity.php:201 ../../include/dimport.php:34 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik." -#: ../../include/nav.php:200 -msgid "Notices" -msgstr "Notificaties" +#: ../../include/identity.php:283 +msgid "Unable to retrieve created identity" +msgstr "Niet in staat om aangemaakte identiteit te vinden" -#: ../../include/nav.php:200 -msgid "Notifications" -msgstr "Notificaties" +#: ../../include/identity.php:343 +msgid "Default Profile" +msgstr "Standaardprofiel" -#: ../../include/nav.php:201 -msgid "See all notifications" -msgstr "Alle notificaties weergeven" +#: ../../include/identity.php:387 ../../include/identity.php:388 +#: ../../include/identity.php:395 ../../include/widgets.php:428 +#: ../../include/profile_selectors.php:80 ../../mod/settings.php:329 +#: ../../mod/settings.php:333 ../../mod/settings.php:334 +#: ../../mod/settings.php:337 ../../mod/settings.php:348 +#: ../../mod/connedit.php:510 +msgid "Friends" +msgstr "Vrienden" -#: ../../include/nav.php:202 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "Markeer alle systeemnotificaties als bekeken" +#: ../../include/identity.php:643 +msgid "Requested channel is not available." +msgstr "Opgevraagd kanaal is niet beschikbaar." -#: ../../include/nav.php:204 ../../include/apps.php:141 -msgid "Mail" -msgstr "Privéberichten" +#: ../../include/identity.php:691 ../../mod/achievements.php:11 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 ../../mod/blocks.php:29 +#: ../../mod/editblock.php:29 ../../mod/editlayout.php:28 +#: ../../mod/editwebpage.php:28 ../../mod/filestorage.php:48 +#: ../../mod/connect.php:13 ../../mod/layouts.php:29 ../../mod/hcard.php:8 +msgid "Requested profile is not available." +msgstr "Opgevraagd profiel is niet beschikbaar" -#: ../../include/nav.php:204 -msgid "Private mail" -msgstr "Privéberichten" +#: ../../include/identity.php:840 ../../include/conversation.php:937 +#: ../../include/widgets.php:136 ../../include/widgets.php:175 +#: ../../include/Contact.php:107 ../../mod/suggest.php:51 +#: ../../mod/match.php:62 ../../mod/directory.php:264 +msgid "Connect" +msgstr "Verbinden" -#: ../../include/nav.php:205 -msgid "See all private messages" -msgstr "Alle privéberichten weergeven" +#: ../../include/identity.php:854 ../../mod/profiles.php:757 +msgid "Change profile photo" +msgstr "Profielfoto veranderen" -#: ../../include/nav.php:206 -msgid "Mark all private messages seen" -msgstr "Markeer alle privéberichten als bekeken" +#: ../../include/identity.php:861 +msgid "Profiles" +msgstr "Profielen" -#: ../../include/nav.php:207 -msgid "Inbox" -msgstr "Postvak IN" +#: ../../include/identity.php:861 +msgid "Manage/edit profiles" +msgstr "Profielen beheren/bewerken" -#: ../../include/nav.php:208 -msgid "Outbox" -msgstr "Postvak UIT" +#: ../../include/identity.php:862 ../../mod/profiles.php:758 +msgid "Create New Profile" +msgstr "Nieuw profiel aanmaken" -#: ../../include/nav.php:209 ../../include/widgets.php:557 -msgid "New Message" -msgstr "Nieuw bericht" +#: ../../include/identity.php:865 ../../include/nav.php:103 +msgid "Edit Profile" +msgstr "Profiel bewerken" -#: ../../include/nav.php:212 ../../include/apps.php:138 -#: ../../mod/events.php:442 -msgid "Events" -msgstr "Agenda" +#: ../../include/identity.php:878 ../../mod/profiles.php:769 +msgid "Profile Image" +msgstr "Profielfoto" -#: ../../include/nav.php:212 -msgid "Event Calendar" -msgstr "Agenda" +#: ../../include/identity.php:881 +msgid "visible to everybody" +msgstr "Voor iedereen zichtbaar" -#: ../../include/nav.php:213 -msgid "See all events" -msgstr "Alle gebeurtenissen weergeven" +#: ../../include/identity.php:882 ../../mod/profiles.php:652 +#: ../../mod/profiles.php:773 +msgid "Edit visibility" +msgstr "Zichtbaarheid bewerken" -#: ../../include/nav.php:214 -msgid "Mark all events seen" -msgstr "Markeer alle gebeurtenissen als bekeken" +#: ../../include/identity.php:898 ../../include/identity.php:1135 +msgid "Gender:" +msgstr "Geslacht:" -#: ../../include/nav.php:216 ../../include/apps.php:130 -#: ../../mod/manage.php:148 -msgid "Channel Manager" -msgstr "Kanaalbeheer" +#: ../../include/identity.php:899 ../../include/identity.php:1179 +msgid "Status:" +msgstr "Status:" -#: ../../include/nav.php:216 -msgid "Manage Your Channels" -msgstr "Beheer je kanalen" +#: ../../include/identity.php:900 ../../include/identity.php:1190 +msgid "Homepage:" +msgstr "Homepagina:" -#: ../../include/nav.php:218 ../../include/widgets.php:536 -#: ../../include/apps.php:132 ../../mod/admin.php:951 ../../mod/admin.php:1156 -msgid "Settings" -msgstr "Instellingen" +#: ../../include/identity.php:901 +msgid "Online Now" +msgstr "Nu online" -#: ../../include/nav.php:218 -msgid "Account/Channel Settings" -msgstr "Account-/kanaal-instellingen" +#: ../../include/identity.php:979 ../../include/identity.php:1059 +#: ../../mod/ping.php:329 +msgid "g A l F d" +msgstr "G:i, l d F" -#: ../../include/nav.php:226 ../../mod/admin.php:123 -msgid "Admin" -msgstr "Beheer" +#: ../../include/identity.php:980 ../../include/identity.php:1060 +msgid "F d" +msgstr "d F" -#: ../../include/nav.php:226 -msgid "Site Setup and Configuration" -msgstr "Hub instellen en beheren" +#: ../../include/identity.php:1025 ../../include/identity.php:1100 +#: ../../mod/ping.php:351 +msgid "[today]" +msgstr "[vandaag]" -#: ../../include/nav.php:257 ../../include/conversation.php:840 -msgid "Loading..." -msgstr "Aan het laden..." +#: ../../include/identity.php:1037 +msgid "Birthday Reminders" +msgstr "Verjaardagsherinneringen" -#: ../../include/nav.php:262 -msgid "Please wait..." -msgstr "Wachten aub..." +#: ../../include/identity.php:1038 +msgid "Birthdays this week:" +msgstr "Verjaardagen deze week:" -#: ../../include/network.php:590 -msgid "view full size" -msgstr "volledige grootte tonen" +#: ../../include/identity.php:1093 +msgid "[No description]" +msgstr "[Geen omschrijving]" -#: ../../include/dir_fns.php:66 -msgid "Directory Options" -msgstr "Opties kanalengids" +#: ../../include/identity.php:1111 +msgid "Event Reminders" +msgstr "Herinneringen" -#: ../../include/dir_fns.php:67 -msgid "Alphabetic" -msgstr "Alfabetisch" +#: ../../include/identity.php:1112 +msgid "Events this week:" +msgstr "Gebeurtenissen deze week:" -#: ../../include/dir_fns.php:68 -msgid "Reverse Alphabetic" -msgstr "Omgekeerd alfabetisch" +#: ../../include/identity.php:1125 ../../include/identity.php:1254 +#: ../../include/apps.php:138 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profiel" -#: ../../include/dir_fns.php:69 -msgid "Newest to Oldest" -msgstr "Nieuw naar oud" +#: ../../include/identity.php:1133 ../../mod/settings.php:1022 +msgid "Full Name:" +msgstr "Volledige naam:" -#: ../../include/dir_fns.php:70 -msgid "Oldest to Newest" -msgstr "Oud naar nieuw" +#: ../../include/identity.php:1140 +msgid "Like this channel" +msgstr "Vind dit kanaal leuk" -#: ../../include/dir_fns.php:71 -msgid "Public Forums Only" -msgstr "Alleen openbare forums" +#: ../../include/identity.php:1164 +msgid "j F, Y" +msgstr "F j Y" -#: ../../include/dir_fns.php:73 -msgid "Sort" -msgstr "Sorteren" +#: ../../include/identity.php:1165 +msgid "j F" +msgstr "F j" -#: ../../include/dir_fns.php:89 -msgid "Enable Safe Search" -msgstr "Veilig zoeken inschakelen" +#: ../../include/identity.php:1172 +msgid "Birthday:" +msgstr "Geboortedatum:" -#: ../../include/dir_fns.php:91 -msgid "Disable Safe Search" -msgstr "Veilig zoeken uitschakelen" +#: ../../include/identity.php:1176 +msgid "Age:" +msgstr "Leeftijd:" -#: ../../include/dir_fns.php:93 -msgid "Safe Mode" -msgstr "Veilig zoeken" +#: ../../include/identity.php:1185 +#, php-format +msgid "for %1$d %2$s" +msgstr "voor %1$d %2$s" -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" -msgstr "Kan mijn normale kanaalstream en berichten bekijken" +#: ../../include/identity.php:1188 ../../mod/profiles.php:674 +msgid "Sexual Preference:" +msgstr "Seksuele voorkeur:" -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" -msgstr "Kan mijn standaard kanaalprofiel bekijken" +#: ../../include/identity.php:1192 ../../mod/profiles.php:676 +msgid "Hometown:" +msgstr "Oorspronkelijk uit:" -#: ../../include/permissions.php:28 -msgid "Can view my photo albums" -msgstr "Kan mijn fotoalbums bekijken" +#: ../../include/identity.php:1194 +msgid "Tags:" +msgstr "Tags:" -#: ../../include/permissions.php:29 -msgid "Can view my connections" -msgstr "Kan een lijst met mijn connecties bekijken" +#: ../../include/identity.php:1196 ../../mod/profiles.php:677 +msgid "Political Views:" +msgstr "Politieke overtuigingen:" -#: ../../include/permissions.php:30 -msgid "Can view my file storage" -msgstr "Kan mijn bestanden bekijken" +#: ../../include/identity.php:1198 +msgid "Religion:" +msgstr "Religie:" -#: ../../include/permissions.php:31 -msgid "Can view my webpages" -msgstr "Kan mijn pagina's bekijken" +#: ../../include/identity.php:1200 +msgid "About:" +msgstr "Over:" -#: ../../include/permissions.php:34 -msgid "Can send me their channel stream and posts" -msgstr "Kan mij de inhoud van hun kanaal en berichten sturen" +#: ../../include/identity.php:1202 +msgid "Hobbies/Interests:" +msgstr "Hobby's/interesses:" -#: ../../include/permissions.php:35 -msgid "Can post on my channel page (\"wall\")" -msgstr "Kan een bericht in mijn kanaal plaatsen" +#: ../../include/identity.php:1204 ../../mod/profiles.php:680 +msgid "Likes:" +msgstr "Houdt van:" -#: ../../include/permissions.php:36 -msgid "Can comment on or like my posts" -msgstr "Kan op mijn berichten reageren of deze (niet) leuk vinden" +#: ../../include/identity.php:1206 ../../mod/profiles.php:681 +msgid "Dislikes:" +msgstr "Houdt niet van:" -#: ../../include/permissions.php:37 -msgid "Can send me private mail messages" -msgstr "Kan mij privéberichten sturen" +#: ../../include/identity.php:1209 +msgid "Contact information and Social Networks:" +msgstr "Contactinformatie en sociale netwerken:" -#: ../../include/permissions.php:38 -msgid "Can post photos to my photo albums" -msgstr "Kan foto's aan mijn fotoalbums toevoegen" +#: ../../include/identity.php:1221 +msgid "My other channels:" +msgstr "Mijn andere kanalen" -#: ../../include/permissions.php:39 -msgid "Can like/dislike stuff" -msgstr "Kan dingen leuk of niet leuk vinden" +#: ../../include/identity.php:1224 +msgid "Musical interests:" +msgstr "Muzikale interesses:" -#: ../../include/permissions.php:39 -msgid "Profiles and things other than posts/comments" -msgstr "Profielen en dingen, buiten berichten en reacties" +#: ../../include/identity.php:1226 +msgid "Books, literature:" +msgstr "Boeken, literatuur:" -#: ../../include/permissions.php:41 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+" +#: ../../include/identity.php:1228 +msgid "Television:" +msgstr "Televisie:" -#: ../../include/permissions.php:41 -msgid "Advanced - useful for creating group forum channels" -msgstr "Geavanceerd - nuttig voor groepforums" +#: ../../include/identity.php:1230 +msgid "Film/dance/culture/entertainment:" +msgstr "Films/dansen/cultuur/vermaak:" -#: ../../include/permissions.php:42 -msgid "Can chat with me (when available)" -msgstr "Kan met mij chatten (wanneer beschikbaar)" +#: ../../include/identity.php:1232 +msgid "Love/Romance:" +msgstr "Liefde/romantiek:" -#: ../../include/permissions.php:43 -msgid "Can write to my file storage" -msgstr "Kan bestanden aan mijn bestandsopslag toevoegen" +#: ../../include/identity.php:1234 +msgid "Work/employment:" +msgstr "Werk/beroep:" -#: ../../include/permissions.php:44 -msgid "Can edit my webpages" -msgstr "Kan mijn pagina's bewerken" +#: ../../include/identity.php:1236 +msgid "School/education:" +msgstr "School/opleiding:" -#: ../../include/permissions.php:46 -msgid "Can source my public posts in derived channels" -msgstr "Kan mijn openbare berichten als bron voor andere kanalen gebruiken" +#: ../../include/identity.php:1256 +msgid "Like this thing" +msgstr "Vind dit ding leuk" -#: ../../include/permissions.php:46 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d uitnodiging beschikbaar" +msgstr[1] "%d uitnodigingen beschikbaar" -#: ../../include/permissions.php:48 -msgid "Can administer my channel resources" -msgstr "Kan mijn kanaal beheren" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 +msgid "Advanced" +msgstr "Geavanceerd" -#: ../../include/permissions.php:48 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet." +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Kanalen vinden" -#: ../../include/permissions.php:814 -msgid "Social Networking" -msgstr "Sociaal netwerk" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Vul naam of interesse in" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -#: ../../include/permissions.php:819 -msgid "Mostly Public" -msgstr "Vrijwel alles openbaar" - -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -#: ../../include/permissions.php:819 -msgid "Restricted" -msgstr "Beperkt zichtbaar" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Verbinden/volgen" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -msgid "Private" -msgstr "Verborgen kanaal" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Voorbeeld: Robert Morgenstein, vissen" -#: ../../include/permissions.php:816 -msgid "Community Forum" -msgstr "Groepsforum" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 +#: ../../mod/directory.php:317 ../../mod/directory.php:322 +msgid "Find" +msgstr "Vinden" -#: ../../include/permissions.php:818 -msgid "Feed Republish" -msgstr "Feed herpubliceren" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +#: ../../mod/directory.php:321 +msgid "Channel Suggestions" +msgstr "Voorgestelde kanalen" -#: ../../include/permissions.php:820 -msgid "Special Purpose" -msgstr "Speciaal doel" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Willekeurig profiel" -#: ../../include/permissions.php:821 -msgid "Celebrity/Soapbox" -msgstr "Beroemdheid/alleen volgen" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Vrienden uitnodigen" -#: ../../include/permissions.php:821 -msgid "Group Repository" -msgstr "Groepsopslag" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "Geavanceerd voorbeeld (Engels): name=jan en country=nederland" -#: ../../include/permissions.php:822 ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 -msgid "Other" -msgstr "Anders" +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:305 +msgid "Everything" +msgstr "Alles" -#: ../../include/permissions.php:823 -msgid "Custom/Expert Mode" -msgstr "Expertmodus/handmatig aanpassen" +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d gemeenschappelijke connectie" +msgstr[1] "%d gemeenschappelijke connecties" -#: ../../include/comanche.php:35 ../../mod/admin.php:353 -#: ../../view/theme/apw/php/config.php:185 -msgid "Default" -msgstr "Standaard" +#: ../../include/contact_widgets.php:130 +msgid "show more" +msgstr "meer connecties weergeven" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Regelmatig" +#: ../../include/event.php:376 +msgid "This event has been added to your calendar." +msgstr "Dit evenement is aan jouw agenda toegevoegd." -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "Elk uur" +#: ../../include/group.php:26 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"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/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Twee keer per dag" +#: ../../include/group.php:235 +msgid "Default privacy group for new contacts" +msgstr "Standaard privacy-collectie voor nieuwe kanalen" -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Dagelijks" +#: ../../include/group.php:254 ../../mod/admin.php:735 +msgid "All Channels" +msgstr "Alle kanalen" -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Wekelijks" +#: ../../include/group.php:276 +msgid "edit" +msgstr "bewerken" -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Maandelijks" +#: ../../include/group.php:298 +msgid "Collections" +msgstr "Collecties" -#: ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" +#: ../../include/group.php:299 +msgid "Edit collection" +msgstr "Collectie bewerken" -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" +#: ../../include/group.php:300 +msgid "Create a new collection" +msgstr "Nieuwe collectie aanmaken" -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" +#: ../../include/group.php:301 +msgid "Channels not in any collection" +msgstr "Kanalen die zich in geen enkele collectie bevinden" -#: ../../include/contact_selectors.php:79 ../../mod/admin.php:726 -#: ../../mod/admin.php:735 ../../boot.php:1531 -msgid "Email" -msgstr "E-mail" +#: ../../include/group.php:303 ../../include/widgets.php:273 +msgid "add" +msgstr "toevoegen" -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Geen geldig e-mailadres" -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan" -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd." -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "Een uitnodiging is vereist" -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Uitnodiging kon niet geverifieerd worden" -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Vul de vereiste informatie in." -#: ../../include/identity.php:31 ../../mod/item.php:1112 -msgid "Unable to obtain identity information from database" -msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen" +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Account-informatie kon niet opgeslagen worden." -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "Ontbrekende naam" +#: ../../include/account.php:245 +#, php-format +msgid "Registration confirmation for %s" +msgstr "Registratiebevestiging voor %s" -#: ../../include/identity.php:68 -msgid "Name too long" -msgstr "Naam te lang" +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Registratiebevestiging voor %s" -#: ../../include/identity.php:169 -msgid "No account identifier" -msgstr "Geen account-identificator" +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Beheerder" -#: ../../include/identity.php:182 -msgid "Nickname is required." -msgstr "Bijnaam is verplicht" +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "jouw registratiewachtwoord" -#: ../../include/identity.php:196 -msgid "Reserved nickname. Please choose another." -msgstr "Deze naam is gereserveerd. Kies een andere." +#: ../../include/account.php:340 ../../include/account.php:397 +#, php-format +msgid "Registration details for %s" +msgstr "Registratiegegevens voor %s" -#: ../../include/identity.php:201 ../../include/dimport.php:34 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik." +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "Account goedgekeurd" -#: ../../include/identity.php:283 -msgid "Unable to retrieve created identity" -msgstr "Niet in staat om aangemaakte identiteit te vinden" +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registratie ingetrokken voor %s" -#: ../../include/identity.php:343 -msgid "Default Profile" -msgstr "Standaardprofiel" +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Account is geverifieerd. Je kan inloggen." -#: ../../include/identity.php:387 ../../include/identity.php:388 -#: ../../include/identity.php:395 ../../include/widgets.php:424 -#: ../../include/profile_selectors.php:80 ../../mod/settings.php:320 -#: ../../mod/settings.php:324 ../../mod/settings.php:325 -#: ../../mod/settings.php:328 ../../mod/settings.php:339 -#: ../../mod/connedit.php:510 -msgid "Friends" -msgstr "Vrienden" +#: ../../include/account.php:648 ../../include/account.php:650 +msgid "Click here to upgrade." +msgstr "Klik hier om te upgraden." -#: ../../include/identity.php:643 -msgid "Requested channel is not available." -msgstr "Opgevraagd kanaal is niet beschikbaar." +#: ../../include/account.php:656 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden." -#: ../../include/identity.php:691 ../../mod/achievements.php:11 -#: ../../mod/profile.php:16 ../../mod/blocks.php:29 ../../mod/connect.php:13 -#: ../../mod/webpages.php:29 ../../mod/editblock.php:29 -#: ../../mod/editlayout.php:28 ../../mod/editwebpage.php:28 -#: ../../mod/filestorage.php:48 ../../mod/layouts.php:29 ../../mod/hcard.php:8 -msgid "Requested profile is not available." -msgstr "Opgevraagd profiel is niet beschikbaar" +#: ../../include/account.php:661 +msgid "This action is not available under your subscription plan." +msgstr "Deze handeling is niet mogelijk met jouw abonnement." -#: ../../include/identity.php:840 ../../include/Contact.php:107 -#: ../../include/conversation.php:938 ../../include/widgets.php:136 -#: ../../include/widgets.php:175 ../../mod/suggest.php:51 -#: ../../mod/match.php:62 ../../mod/directory.php:264 -msgid "Connect" -msgstr "Verbinden" +#: ../../include/text.php:320 +msgid "prev" +msgstr "vorige" -#: ../../include/identity.php:854 ../../mod/profiles.php:740 -msgid "Change profile photo" -msgstr "Profielfoto veranderen" +#: ../../include/text.php:322 +msgid "first" +msgstr "eerste" -#: ../../include/identity.php:860 -msgid "Profiles" -msgstr "Profielen" +#: ../../include/text.php:351 +msgid "last" +msgstr "laatste" -#: ../../include/identity.php:860 -msgid "Manage/edit profiles" -msgstr "Profielen beheren/bewerken" +#: ../../include/text.php:354 +msgid "next" +msgstr "volgende" -#: ../../include/identity.php:861 ../../mod/profiles.php:741 -msgid "Create New Profile" -msgstr "Nieuw profiel aanmaken" +#: ../../include/text.php:366 +msgid "older" +msgstr "ouder" -#: ../../include/identity.php:875 ../../mod/profiles.php:752 -msgid "Profile Image" -msgstr "Profielfoto" - -#: ../../include/identity.php:878 -msgid "visible to everybody" -msgstr "Voor iedereen zichtbaar" +#: ../../include/text.php:368 +msgid "newer" +msgstr "nieuwer" -#: ../../include/identity.php:879 ../../mod/profiles.php:635 -#: ../../mod/profiles.php:756 -msgid "Edit visibility" -msgstr "Zichtbaarheid bewerken" +#: ../../include/text.php:756 +msgid "No connections" +msgstr "Geen connecties" -#: ../../include/identity.php:895 ../../include/identity.php:1132 -msgid "Gender:" -msgstr "Geslacht:" +#: ../../include/text.php:772 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d connectie" +msgstr[1] "%d connecties" -#: ../../include/identity.php:896 ../../include/identity.php:1176 -msgid "Status:" -msgstr "Status:" +#: ../../include/text.php:785 +msgid "View Connections" +msgstr "Connecties weergeven" -#: ../../include/identity.php:897 ../../include/identity.php:1187 -msgid "Homepage:" -msgstr "Homepagina:" +#: ../../include/text.php:842 ../../include/text.php:854 +#: ../../include/apps.php:147 ../../include/nav.php:173 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Zoeken" -#: ../../include/identity.php:898 -msgid "Online Now" -msgstr "Nu online" +#: ../../include/text.php:843 ../../include/text.php:855 +#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339 +#: ../../mod/admin.php:1360 +msgid "Save" +msgstr "Opslaan" -#: ../../include/identity.php:976 ../../include/identity.php:1056 -#: ../../mod/ping.php:326 -msgid "g A l F d" -msgstr "G:i, l d F" +#: ../../include/text.php:920 +msgid "poke" +msgstr "aanstoten" -#: ../../include/identity.php:977 ../../include/identity.php:1057 -msgid "F d" -msgstr "d F" +#: ../../include/text.php:920 ../../include/conversation.php:243 +msgid "poked" +msgstr "aangestoten" -#: ../../include/identity.php:1022 ../../include/identity.php:1097 -#: ../../mod/ping.php:348 -msgid "[today]" -msgstr "[vandaag]" +#: ../../include/text.php:921 +msgid "ping" +msgstr "ping" -#: ../../include/identity.php:1034 -msgid "Birthday Reminders" -msgstr "Verjaardagsherinneringen" +#: ../../include/text.php:921 +msgid "pinged" +msgstr "gepingd" -#: ../../include/identity.php:1035 -msgid "Birthdays this week:" -msgstr "Verjaardagen deze week:" +#: ../../include/text.php:922 +msgid "prod" +msgstr "por" -#: ../../include/identity.php:1090 -msgid "[No description]" -msgstr "[Geen omschrijving]" +#: ../../include/text.php:922 +msgid "prodded" +msgstr "gepord" -#: ../../include/identity.php:1108 -msgid "Event Reminders" -msgstr "Herinneringen" +#: ../../include/text.php:923 +msgid "slap" +msgstr "slaan" -#: ../../include/identity.php:1109 -msgid "Events this week:" -msgstr "Gebeurtenissen deze week:" +#: ../../include/text.php:923 +msgid "slapped" +msgstr "sloeg" -#: ../../include/identity.php:1122 ../../include/identity.php:1251 -#: ../../include/apps.php:136 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profiel" +#: ../../include/text.php:924 +msgid "finger" +msgstr "finger" -#: ../../include/identity.php:1130 ../../mod/settings.php:1012 -msgid "Full Name:" -msgstr "Volledige naam:" +#: ../../include/text.php:924 +msgid "fingered" +msgstr "gefingerd" -#: ../../include/identity.php:1137 -msgid "Like this channel" -msgstr "Vind dit kanaal leuk" +#: ../../include/text.php:925 +msgid "rebuff" +msgstr "afpoeieren" -#: ../../include/identity.php:1148 ../../include/taxonomy.php:360 -#: ../../include/ItemObject.php:146 ../../mod/photos.php:1027 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "vindt dit leuk" -msgstr[1] "vinden dit leuk" +#: ../../include/text.php:925 +msgid "rebuffed" +msgstr "afgepoeierd" -#: ../../include/identity.php:1161 -msgid "j F, Y" -msgstr "F j Y" +#: ../../include/text.php:935 +msgid "happy" +msgstr "gelukkig" -#: ../../include/identity.php:1162 -msgid "j F" -msgstr "F j" +#: ../../include/text.php:936 +msgid "sad" +msgstr "bedroefd" -#: ../../include/identity.php:1169 -msgid "Birthday:" -msgstr "Geboortedatum:" +#: ../../include/text.php:937 +msgid "mellow" +msgstr "mellow" -#: ../../include/identity.php:1173 -msgid "Age:" -msgstr "Leeftijd:" +#: ../../include/text.php:938 +msgid "tired" +msgstr "moe" -#: ../../include/identity.php:1182 -#, php-format -msgid "for %1$d %2$s" -msgstr "voor %1$d %2$s" +#: ../../include/text.php:939 +msgid "perky" +msgstr "parmantig" -#: ../../include/identity.php:1185 ../../mod/profiles.php:657 -msgid "Sexual Preference:" -msgstr "Seksuele voorkeur:" +#: ../../include/text.php:940 +msgid "angry" +msgstr "boos" -#: ../../include/identity.php:1189 ../../mod/profiles.php:659 -msgid "Hometown:" -msgstr "Oorspronkelijk uit:" +#: ../../include/text.php:941 +msgid "stupified" +msgstr "beteuterd" -#: ../../include/identity.php:1191 -msgid "Tags:" -msgstr "Trefwoorden:" +#: ../../include/text.php:942 +msgid "puzzled" +msgstr "verward" -#: ../../include/identity.php:1193 ../../mod/profiles.php:660 -msgid "Political Views:" -msgstr "Politieke overtuigingen:" +#: ../../include/text.php:943 +msgid "interested" +msgstr "geïnteresseerd" -#: ../../include/identity.php:1195 -msgid "Religion:" -msgstr "Religie:" +#: ../../include/text.php:944 +msgid "bitter" +msgstr "verbitterd" -#: ../../include/identity.php:1197 -msgid "About:" -msgstr "Over:" +#: ../../include/text.php:945 +msgid "cheerful" +msgstr "vrolijk" -#: ../../include/identity.php:1199 -msgid "Hobbies/Interests:" -msgstr "Hobby's/interesses:" +#: ../../include/text.php:946 +msgid "alive" +msgstr "levendig" -#: ../../include/identity.php:1201 ../../mod/profiles.php:663 -msgid "Likes:" -msgstr "Houdt van:" +#: ../../include/text.php:947 +msgid "annoyed" +msgstr "geërgerd" -#: ../../include/identity.php:1203 ../../mod/profiles.php:664 -msgid "Dislikes:" -msgstr "Houdt niet van:" +#: ../../include/text.php:948 +msgid "anxious" +msgstr "bezorgd" -#: ../../include/identity.php:1206 -msgid "Contact information and Social Networks:" -msgstr "Contactinformatie en sociale netwerken:" +#: ../../include/text.php:949 +msgid "cranky" +msgstr "humeurig" -#: ../../include/identity.php:1218 -msgid "My other channels:" -msgstr "Mijn andere kanalen" +#: ../../include/text.php:950 +msgid "disturbed" +msgstr "verontrust" -#: ../../include/identity.php:1221 -msgid "Musical interests:" -msgstr "Muzikale interesses:" +#: ../../include/text.php:951 +msgid "frustrated" +msgstr "gefrustreerd " -#: ../../include/identity.php:1223 -msgid "Books, literature:" -msgstr "Boeken, literatuur:" +#: ../../include/text.php:952 +msgid "depressed" +msgstr "gedeprimeerd" -#: ../../include/identity.php:1225 -msgid "Television:" -msgstr "Televisie:" +#: ../../include/text.php:953 +msgid "motivated" +msgstr "gemotiveerd" -#: ../../include/identity.php:1227 -msgid "Film/dance/culture/entertainment:" -msgstr "Films/dansen/cultuur/vermaak:" +#: ../../include/text.php:954 +msgid "relaxed" +msgstr "ontspannen" -#: ../../include/identity.php:1229 -msgid "Love/Romance:" -msgstr "Liefde/romantiek:" +#: ../../include/text.php:955 +msgid "surprised" +msgstr "verrast" -#: ../../include/identity.php:1231 -msgid "Work/employment:" -msgstr "Werk/beroep:" +#: ../../include/text.php:1121 +msgid "Monday" +msgstr "maandag" -#: ../../include/identity.php:1233 -msgid "School/education:" -msgstr "School/opleiding:" +#: ../../include/text.php:1121 +msgid "Tuesday" +msgstr "dinsdag" -#: ../../include/identity.php:1253 -msgid "Like this thing" -msgstr "Vind dit ding leuk" +#: ../../include/text.php:1121 +msgid "Wednesday" +msgstr "woensdag" -#: ../../include/bbcode.php:112 ../../include/bbcode.php:655 -#: ../../include/bbcode.php:658 ../../include/bbcode.php:663 -#: ../../include/bbcode.php:666 ../../include/bbcode.php:669 -#: ../../include/bbcode.php:672 ../../include/bbcode.php:677 -#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 -#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 -#: ../../include/bbcode.php:694 -msgid "Image/photo" -msgstr "Afbeelding/foto" +#: ../../include/text.php:1121 +msgid "Thursday" +msgstr "donderdag" -#: ../../include/bbcode.php:147 ../../include/bbcode.php:705 -msgid "Encrypted content" -msgstr "Versleutelde inhoud" +#: ../../include/text.php:1121 +msgid "Friday" +msgstr "vrijdag" -#: ../../include/bbcode.php:165 -msgid "Install design element: " -msgstr "Installeer ontwerp-onderdeel" +#: ../../include/text.php:1121 +msgid "Saturday" +msgstr "zaterdag" -#: ../../include/bbcode.php:171 -msgid "QR code" -msgstr "QR-code" +#: ../../include/text.php:1121 +msgid "Sunday" +msgstr "zondag" -#: ../../include/bbcode.php:220 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s schreef het volgende %2$s %3$s" +#: ../../include/text.php:1125 +msgid "January" +msgstr "januari" -#: ../../include/bbcode.php:222 -msgid "post" -msgstr "bericht" +#: ../../include/text.php:1125 +msgid "February" +msgstr "februari" -#: ../../include/bbcode.php:623 -msgid "$1 spoiler" -msgstr "$1 spoiler" +#: ../../include/text.php:1125 +msgid "March" +msgstr "maart" -#: ../../include/bbcode.php:643 -msgid "$1 wrote:" -msgstr "$1 schreef:" +#: ../../include/text.php:1125 +msgid "April" +msgstr "april" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Diversen" +#: ../../include/text.php:1125 +msgid "May" +msgstr "mei" -#: ../../include/datetime.php:142 -msgid "YYYY-MM-DD or MM-DD" -msgstr "JJJJ-MM-DD of MM-DD" +#: ../../include/text.php:1125 +msgid "June" +msgstr "juni" -#: ../../include/datetime.php:259 -msgid "never" -msgstr "nooit" +#: ../../include/text.php:1125 +msgid "July" +msgstr "juli" -#: ../../include/datetime.php:265 -msgid "less than a second ago" -msgstr "minder dan een seconde geleden" +#: ../../include/text.php:1125 +msgid "August" +msgstr "augustus" -#: ../../include/datetime.php:268 -msgid "year" -msgstr "jaar" +#: ../../include/text.php:1125 +msgid "September" +msgstr "september" -#: ../../include/datetime.php:268 -msgid "years" -msgstr "jaren" +#: ../../include/text.php:1125 +msgid "October" +msgstr "oktober" -#: ../../include/datetime.php:269 -msgid "month" -msgstr "maand" +#: ../../include/text.php:1125 +msgid "November" +msgstr "november" -#: ../../include/datetime.php:269 -msgid "months" -msgstr "maanden" +#: ../../include/text.php:1125 +msgid "December" +msgstr "december" -#: ../../include/datetime.php:270 -msgid "week" -msgstr "week" +#: ../../include/text.php:1203 +msgid "unknown.???" +msgstr "onbekend.???" -#: ../../include/datetime.php:270 -msgid "weeks" -msgstr "weken" +#: ../../include/text.php:1204 +msgid "bytes" +msgstr "bytes" -#: ../../include/datetime.php:271 -msgid "day" -msgstr "dag" +#: ../../include/text.php:1240 +msgid "remove category" +msgstr "categorie verwijderen" -#: ../../include/datetime.php:271 -msgid "days" -msgstr "dagen" +#: ../../include/text.php:1309 +msgid "remove from file" +msgstr "uit map verwijderen" -#: ../../include/datetime.php:272 -msgid "hour" -msgstr "uur" +#: ../../include/text.php:1385 ../../include/text.php:1396 +msgid "Click to open/close" +msgstr "Klik om te openen of te sluiten" -#: ../../include/datetime.php:272 -msgid "hours" -msgstr "uren" +#: ../../include/text.php:1544 ../../mod/events.php:414 +msgid "Link to Source" +msgstr "Originele locatie" -#: ../../include/datetime.php:273 -msgid "minute" -msgstr "minuut" +#: ../../include/text.php:1563 +msgid "Select a page layout: " +msgstr "Kies een paginalay-out: " -#: ../../include/datetime.php:273 -msgid "minutes" -msgstr "minuten" +#: ../../include/text.php:1566 ../../include/text.php:1626 +msgid "default" +msgstr "standaard" -#: ../../include/datetime.php:274 -msgid "second" -msgstr "seconde" +#: ../../include/text.php:1599 +msgid "Page content type: " +msgstr "Opmaakcode pagina" -#: ../../include/datetime.php:274 -msgid "seconds" -msgstr "seconden" +#: ../../include/text.php:1638 +msgid "Select an alternate language" +msgstr "Kies een andere taal" -#: ../../include/datetime.php:283 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s geleden" +#: ../../include/text.php:1757 ../../include/conversation.php:120 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 +msgid "photo" +msgstr "foto" -#: ../../include/datetime.php:491 -#, php-format -msgid "%1$s's birthday" -msgstr "Verjaardag van %1$s" +#: ../../include/text.php:1760 ../../include/conversation.php:123 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "gebeurtenis" -#: ../../include/datetime.php:492 -#, php-format -msgid "Happy Birthday %1$s" -msgstr "Gefeliciteerd met je verjaardag %1$s" +#: ../../include/text.php:1763 ../../include/conversation.php:148 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 +msgid "status" +msgstr "bericht" -#: ../../include/Contact.php:123 -msgid "New window" -msgstr "Nieuw venster" +#: ../../include/text.php:1765 ../../include/conversation.php:150 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "reactie" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" -msgstr "Open de geselecteerde locatie in een ander venster of tab" +#: ../../include/text.php:1770 +msgid "activity" +msgstr "activiteit" -#: ../../include/Contact.php:214 ../../mod/admin.php:646 -#, php-format -msgid "User '%s' deleted" -msgstr "Account '%s' verwijderd" +#: ../../include/text.php:2057 +msgid "Design" +msgstr "Ontwerp" -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "Labels" +#: ../../include/text.php:2060 +msgid "Blocks" +msgstr "Blokken" -#: ../../include/taxonomy.php:249 -msgid "Keywords" -msgstr "Trefwoorden" +#: ../../include/text.php:2061 +msgid "Menus" +msgstr "Menu's" -#: ../../include/taxonomy.php:274 -msgid "have" -msgstr "heb" +#: ../../include/text.php:2062 +msgid "Layouts" +msgstr "Lay-outs" -#: ../../include/taxonomy.php:274 -msgid "has" -msgstr "heeft" +#: ../../include/text.php:2063 +msgid "Pages" +msgstr "Pagina's" -#: ../../include/taxonomy.php:275 -msgid "want" -msgstr "wil" +#: ../../include/api.php:1084 +msgid "Public Timeline" +msgstr "Openbare tijdlijn" -#: ../../include/taxonomy.php:275 -msgid "wants" -msgstr "wil" +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Naam chatkanaal ontbreekt" -#: ../../include/taxonomy.php:276 ../../include/ItemObject.php:221 -msgid "like" -msgstr "vind dit leuk" +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Naam chatkanaal bestaat al" -#: ../../include/taxonomy.php:276 -msgid "likes" -msgstr "vindt dit leuk" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Ongeldige omschrijving chatkanaal" -#: ../../include/taxonomy.php:277 ../../include/ItemObject.php:222 -msgid "dislike" -msgstr "vind dit niet leuk" +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "Chatkanaal niet gevonden" -#: ../../include/taxonomy.php:277 -msgid "dislikes" -msgstr "vindt dit niet leuk" +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "Chatkanaal is vol" -#: ../../include/api.php:1084 -msgid "Public Timeline" -msgstr "Openbare tijdlijn" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "Kanaal is op deze hub geblokkeerd." -#: ../../include/enotify.php:41 -msgid "Red Matrix Notification" -msgstr "RedMatrix-notificatie" +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "Ontbrekende kanaallocatie." -#: ../../include/enotify.php:42 -msgid "redmatrix" -msgstr "RedMatrix" +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." +msgstr "Antwoord van het kanaal op afstand was niet volledig." -#: ../../include/enotify.php:44 -msgid "Thank You," -msgstr "Bedankt," +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." +msgstr "Kanaal is verwijderd en bestaat niet meer." -#: ../../include/enotify.php:46 +#: ../../include/follow.php:135 ../../include/follow.php:202 +msgid "Protocol disabled." +msgstr "Protocol uitgeschakeld." + +#: ../../include/follow.php:176 +msgid "Channel discovery failed." +msgstr "Kanaal ontdekken mislukt." + +#: ../../include/follow.php:192 +msgid "local account not found." +msgstr "lokale account niet gevonden." + +#: ../../include/follow.php:220 +msgid "Cannot connect to yourself." +msgstr "Kan niet met jezelf verbinden" + +#: ../../include/conversation.php:126 ../../mod/like.php:89 +msgid "channel" +msgstr "kanaal" + +#: ../../include/conversation.php:164 ../../include/diaspora.php:1957 +#: ../../mod/like.php:336 #, php-format -msgid "%s Administrator" -msgstr "Beheerder %s" +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s vindt %3$s van %2$s leuk" -#: ../../include/enotify.php:81 +#: ../../include/conversation.php:167 ../../mod/like.php:338 #, php-format -msgid "%s " -msgstr "%s " +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s vindt %3$s van %2$s niet leuk" -#: ../../include/enotify.php:85 +#: ../../include/conversation.php:204 #, php-format -msgid "[Red:Notify] New mail received at %s" -msgstr "[Red:Notificatie] Nieuw privébericht ontvangen op %s" +msgid "%1$s is now connected with %2$s" +msgstr "%1$s is nu met %2$s verbonden" -#: ../../include/enotify.php:87 +#: ../../include/conversation.php:239 #, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." -msgstr "%1$s, %2$s zond jou een nieuw privébericht om %3$s." +msgid "%1$s poked %2$s" +msgstr "%1$s heeft %2$s aangestoten" -#: ../../include/enotify.php:88 +#: ../../include/conversation.php:261 ../../mod/mood.php:63 #, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s zond jou %2$s." +msgctxt "mood" +msgid "%1$s is %2$s" +msgstr "%1$s is %2$s" -#: ../../include/enotify.php:88 -msgid "a private message" -msgstr "een privébericht" +#: ../../include/conversation.php:638 ../../include/ItemObject.php:126 +msgid "Select" +msgstr "Kies" -#: ../../include/enotify.php:89 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Bezoek %s om je privéberichten te bekijken en/of er op te reageren." +#: ../../include/conversation.php:646 ../../include/ItemObject.php:89 +msgid "Private Message" +msgstr "Privébericht" -#: ../../include/enotify.php:144 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %4$s[/zrl]" +#: ../../include/conversation.php:653 ../../include/ItemObject.php:194 +msgid "Message signature validated" +msgstr "Berichtkenmerk gevalideerd" -#: ../../include/enotify.php:152 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %5$s van %4$s[/zrl]" +#: ../../include/conversation.php:654 ../../include/ItemObject.php:195 +msgid "Message signature incorrect" +msgstr "Berichtkenmerk onjuist" -#: ../../include/enotify.php:161 +#: ../../include/conversation.php:674 #, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]jouw %4$s[/zrl]" +msgid "View %s's profile @ %s" +msgstr "Bekijk het profiel van %s @ %s" -#: ../../include/enotify.php:172 +#: ../../include/conversation.php:689 +msgid "Categories:" +msgstr "Categorieën:" + +#: ../../include/conversation.php:690 +msgid "Filed under:" +msgstr "Bewaard onder:" + +#: ../../include/conversation.php:698 ../../include/ItemObject.php:274 #, php-format -msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Red:Notificatie] Reactie op conversatie #%1$d door %2$s" +msgid " from %s" +msgstr " van %s" -#: ../../include/enotify.php:173 +#: ../../include/conversation.php:701 ../../include/ItemObject.php:277 #, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." -msgstr "%1$s, %2$s gaf een reactie op een bericht/conversatie die jij volgt." +msgid "last edited: %s" +msgstr "laatst bewerkt: %s" -#: ../../include/enotify.php:176 ../../include/enotify.php:191 -#: ../../include/enotify.php:217 ../../include/enotify.php:236 -#: ../../include/enotify.php:250 +#: ../../include/conversation.php:702 ../../include/ItemObject.php:278 #, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Bezoek %s om de conversatie te bekijken en/of er op te reageren." +msgid "Expires: %s" +msgstr "Verloopt: %s" -#: ../../include/enotify.php:182 -#, php-format -msgid "[Red:Notify] %s posted to your profile wall" -msgstr "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst" +#: ../../include/conversation.php:717 +msgid "View in context" +msgstr "In context bekijken" -#: ../../include/enotify.php:184 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" -msgstr "%1$s, %2$s heeft om %3$s een bericht op jouw kanaal geplaatst" +#: ../../include/conversation.php:719 ../../include/conversation.php:1142 +#: ../../include/ItemObject.php:325 ../../mod/editpost.php:121 +#: ../../mod/mail.php:238 ../../mod/mail.php:353 ../../mod/editblock.php:152 +#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:183 +#: ../../mod/photos.php:975 +msgid "Please wait" +msgstr "Even wachten" -#: ../../include/enotify.php:186 -#, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" -msgstr "%1$s, %2$s heeft een bericht op [zrl=%3$s]jouw kanaal[/zrl] geplaatst" +#: ../../include/conversation.php:835 +msgid "remove" +msgstr "verwijderen" -#: ../../include/enotify.php:210 -#, php-format -msgid "[Red:Notify] %s tagged you" -msgstr "[Red:Notificatie] %s heeft je genoemd" +#: ../../include/conversation.php:839 ../../include/nav.php:257 +msgid "Loading..." +msgstr "Aan het laden..." -#: ../../include/enotify.php:211 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" -msgstr "%1$s, %2$s noemde jou op %3$s" +#: ../../include/conversation.php:840 +msgid "Delete Selected Items" +msgstr "Verwijder de geselecteerde items" -#: ../../include/enotify.php:212 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." -msgstr "%1$s, %2$s [zrl=%3$s]noemde jou[/zrl]." +#: ../../include/conversation.php:931 +msgid "View Source" +msgstr "Bron weergeven" -#: ../../include/enotify.php:225 -#, php-format -msgid "[Red:Notify] %1$s poked you" -msgstr "[Red:Notificatie] %1$s heeft je aangestoten" +#: ../../include/conversation.php:932 +msgid "Follow Thread" +msgstr "Conversatie volgen" -#: ../../include/enotify.php:226 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" -msgstr "%1$s, %2$s heeft je aangestoten op %3$s" +#: ../../include/conversation.php:933 +msgid "View Status" +msgstr "Status weergeven" -#: ../../include/enotify.php:227 -#, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." -msgstr "%1$s, %2$s [zrl=%2$s]heeft je aangestoten[/zrl]." +#: ../../include/conversation.php:934 ../../include/nav.php:99 +#: ../../mod/connedit.php:429 ../../mod/connedit.php:545 +msgid "View Profile" +msgstr "Profiel weergeven" -#: ../../include/enotify.php:243 -#, php-format -msgid "[Red:Notify] %s tagged your post" -msgstr "[Red:Notificatie] %s heeft jouw bericht gelabeld" +#: ../../include/conversation.php:935 +msgid "View Photos" +msgstr "Foto's weergeven" -#: ../../include/enotify.php:244 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" -msgstr "%1$s, %2$s labelde jouw bericht om %3$s" +#: ../../include/conversation.php:936 +msgid "Matrix Activity" +msgstr "Activiteit in de RedMatrix" -#: ../../include/enotify.php:245 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" -msgstr "%1$s, %2$s labelde [zrl=%3$s]jouw bericht[/zrl]" +#: ../../include/conversation.php:938 +msgid "Edit Contact" +msgstr "Contact bewerken" -#: ../../include/enotify.php:257 -msgid "[Red:Notify] Introduction received" -msgstr "[Red:Notificatie] Connectieverzoek ontvangen" +#: ../../include/conversation.php:939 +msgid "Send PM" +msgstr "Privébericht verzenden" -#: ../../include/enotify.php:258 +#: ../../include/conversation.php:940 ../../include/apps.php:145 +msgid "Poke" +msgstr "Aanstoten" + +#: ../../include/conversation.php:1013 #, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" -msgstr "%1$s, je hebt een nieuw connectieverzoek ontvangen van '%2$s' op %3$s" +msgid "%s likes this." +msgstr "%s vindt dit leuk." -#: ../../include/enotify.php:259 +#: ../../include/conversation.php:1013 #, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." -msgstr "%1$s, je hebt een [zrl=%2$s]nieuw connectieverzoek[/zrl] ontvangen van %3$s." +msgid "%s doesn't like this." +msgstr "%s vindt dit niet leuk." -#: ../../include/enotify.php:263 ../../include/enotify.php:282 +#: ../../include/conversation.php:1017 #, php-format -msgid "You may visit their profile at %s" -msgstr "Je kan het profiel bekijken op %s" +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "%2$d persoon vindt dit leuk." +msgstr[1] "%2$d personen vinden dit leuk." -#: ../../include/enotify.php:265 +#: ../../include/conversation.php:1019 #, php-format -msgid "Please visit %s to approve or reject the connection request." -msgstr "Bezoek %s om het connectieverzoek te accepteren of af te wijzen." +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "%2$d persoon vindt dit niet leuk." +msgstr[1] "%2$d personen vinden dit niet leuk." -#: ../../include/enotify.php:272 -msgid "[Red:Notify] Friend suggestion received" -msgstr "[Red:Notificatie] Kanaalvoorstel ontvangen" +#: ../../include/conversation.php:1025 +msgid "and" +msgstr "en" -#: ../../include/enotify.php:273 +#: ../../include/conversation.php:1028 #, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" -msgstr "%1$s, je hebt een kanaalvoorstel ontvangen van '%2$s' om %3$s" +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] ", en %d ander persoon" +msgstr[1] ", en %d andere personen" -#: ../../include/enotify.php:274 +#: ../../include/conversation.php:1029 #, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " -"%4$s." -msgstr "%1$s, je hebt [zrl=%2$s]een kanaalvoorstel[/zrl] ontvangen voor %3$s van %4$s." - -#: ../../include/enotify.php:280 -msgid "Name:" -msgstr "Naam:" - -#: ../../include/enotify.php:281 -msgid "Photo:" -msgstr "Foto:" +msgid "%s like this." +msgstr "%s vinden dit leuk." -#: ../../include/enotify.php:284 +#: ../../include/conversation.php:1029 #, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen." +msgid "%s don't like this." +msgstr "%s vinden dit niet leuk." -#: ../../include/enotify.php:477 -msgid "[Red:Notify]" -msgstr "[Red:Notificatie]" +#: ../../include/conversation.php:1086 +msgid "Visible to everybody" +msgstr "Voor iedereen zichtbaar" -#: ../../include/event.php:376 -msgid "This event has been added to your calendar." -msgstr "Dit evenement is aan jouw agenda toegevoegd." +#: ../../include/conversation.php:1087 ../../mod/mail.php:171 +#: ../../mod/mail.php:286 +msgid "Please enter a link URL:" +msgstr "Vul een internetadres/URL in:" -#: ../../include/group.php:26 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"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/conversation.php:1088 +msgid "Please enter a video link/URL:" +msgstr "Vul een videolink/URL in:" -#: ../../include/group.php:235 -msgid "Default privacy group for new contacts" -msgstr "Standaard privacy-collectie voor nieuwe kanalen" +#: ../../include/conversation.php:1089 +msgid "Please enter an audio link/URL:" +msgstr "Vul een audiolink/URL in:" -#: ../../include/group.php:254 ../../mod/admin.php:735 -msgid "All Channels" -msgstr "Alle kanalen" +#: ../../include/conversation.php:1090 +msgid "Tag term:" +msgstr "Tag:" -#: ../../include/group.php:276 -msgid "edit" -msgstr "bewerken" +#: ../../include/conversation.php:1091 ../../mod/filer.php:49 +msgid "Save to Folder:" +msgstr "Bewaar in map: " -#: ../../include/group.php:298 -msgid "Collections" -msgstr "Collecties" +#: ../../include/conversation.php:1092 +msgid "Where are you right now?" +msgstr "Waar bevind je je op dit moment?" -#: ../../include/group.php:299 -msgid "Edit collection" -msgstr "Collectie bewerken" +#: ../../include/conversation.php:1093 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:287 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "Verloopt op DD-MM-YYYY om HH:MM" -#: ../../include/group.php:300 -msgid "Create a new collection" -msgstr "Nieuwe collectie aanmaken" +#: ../../include/conversation.php:1117 ../../mod/editblock.php:198 +#: ../../mod/editlayout.php:193 ../../mod/editwebpage.php:230 +#: ../../mod/layouts.php:168 ../../mod/photos.php:974 +msgid "Share" +msgstr "Delen" -#: ../../include/group.php:301 -msgid "Channels not in any collection" -msgstr "Kanalen die zich in geen enkele collectie bevinden" +#: ../../include/conversation.php:1119 ../../mod/editwebpage.php:170 +msgid "Page link title" +msgstr "Titel van paginalink" -#: ../../include/group.php:303 ../../include/widgets.php:269 -msgid "add" -msgstr "toevoegen" +#: ../../include/conversation.php:1122 +msgid "Post as" +msgstr "Bericht plaatsen als" -#: ../../include/features.php:23 -msgid "General Features" -msgstr "Algemene functies" +#: ../../include/conversation.php:1123 ../../mod/editpost.php:113 +#: ../../mod/mail.php:235 ../../mod/mail.php:349 ../../mod/editblock.php:144 +#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:175 +msgid "Upload photo" +msgstr "Foto uploaden" -#: ../../include/features.php:25 -msgid "Content Expiration" -msgstr "Inhoud laten verlopen" +#: ../../include/conversation.php:1124 +msgid "upload photo" +msgstr "foto uploaden" -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen" +#: ../../include/conversation.php:1125 ../../mod/editpost.php:114 +#: ../../mod/mail.php:236 ../../mod/mail.php:350 ../../mod/editblock.php:145 +#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:176 +msgid "Attach file" +msgstr "Bestand toevoegen" -#: ../../include/features.php:26 -msgid "Multiple Profiles" -msgstr "Meerdere profielen" +#: ../../include/conversation.php:1126 +msgid "attach file" +msgstr "bestand toevoegen" -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" -msgstr "Mogelijkheid om meerdere profielen aan te maken" +#: ../../include/conversation.php:1127 ../../mod/editpost.php:115 +#: ../../mod/mail.php:237 ../../mod/mail.php:351 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:177 +msgid "Insert web link" +msgstr "Weblink invoegen" -#: ../../include/features.php:27 -msgid "Advanced Profiles" -msgstr "Geavanceerde profielen" +#: ../../include/conversation.php:1128 +msgid "web link" +msgstr "Weblink" -#: ../../include/features.php:27 -msgid "Additional profile sections and selections" -msgstr "Extra onderdelen en keuzes voor je profiel" +#: ../../include/conversation.php:1129 +msgid "Insert video link" +msgstr "Videolink invoegen" -#: ../../include/features.php:28 -msgid "Profile Import/Export" -msgstr "Profiel importen/exporteren" +#: ../../include/conversation.php:1130 +msgid "video link" +msgstr "videolink" -#: ../../include/features.php:28 -msgid "Save and load profile details across sites/channels" -msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken." +#: ../../include/conversation.php:1131 +msgid "Insert audio link" +msgstr "Audiolink invoegen" -#: ../../include/features.php:29 -msgid "Web Pages" -msgstr "Webpagina's" +#: ../../include/conversation.php:1132 +msgid "audio link" +msgstr "audiolink" -#: ../../include/features.php:29 -msgid "Provide managed web pages on your channel" -msgstr "Sta beheerde webpagina's op jouw kanaal toe" +#: ../../include/conversation.php:1133 ../../mod/editpost.php:119 +#: ../../mod/editblock.php:150 ../../mod/editlayout.php:146 +#: ../../mod/editwebpage.php:181 +msgid "Set your location" +msgstr "Locatie instellen" -#: ../../include/features.php:30 -msgid "Private Notes" -msgstr "Privé-aantekeningen" +#: ../../include/conversation.php:1134 +msgid "set location" +msgstr "locatie instellen" -#: ../../include/features.php:30 -msgid "Enables a tool to store notes and reminders" -msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan" +#: ../../include/conversation.php:1135 ../../mod/editpost.php:120 +#: ../../mod/editblock.php:151 ../../mod/editlayout.php:147 +#: ../../mod/editwebpage.php:182 +msgid "Clear browser location" +msgstr "Locatie van webbrowser wissen" -#: ../../include/features.php:34 -msgid "Navigation Channel Select" -msgstr "Kanaal kiezen in navigatiemenu" +#: ../../include/conversation.php:1136 +msgid "clear location" +msgstr "locatie wissen" -#: ../../include/features.php:34 -msgid "Change channels directly from within the navigation dropdown menu" -msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk" +#: ../../include/conversation.php:1138 ../../mod/editpost.php:132 +#: ../../mod/editblock.php:164 ../../mod/editlayout.php:159 +#: ../../mod/editwebpage.php:198 +msgid "Title (optional)" +msgstr "Titel (optioneel)" -#: ../../include/features.php:38 -msgid "Extended Identity Sharing" -msgstr "Uitgebreid identiteit delen" +#: ../../include/conversation.php:1141 ../../mod/editpost.php:134 +#: ../../mod/editblock.php:167 ../../mod/editlayout.php:162 +#: ../../mod/editwebpage.php:200 +msgid "Categories (optional, comma-separated list)" +msgstr "Categorieën (optioneel, door komma's gescheiden lijst)" -#: ../../include/features.php:38 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." -msgstr "Deel jouw RedMatrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het RedMatrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet." +#: ../../include/conversation.php:1143 ../../mod/editpost.php:122 +#: ../../mod/editblock.php:153 ../../mod/editlayout.php:149 +#: ../../mod/editwebpage.php:184 +msgid "Permission settings" +msgstr "Permissies" -#: ../../include/features.php:39 -msgid "Expert Mode" -msgstr "Expertmodus" +#: ../../include/conversation.php:1144 +msgid "permissions" +msgstr "permissies" -#: ../../include/features.php:39 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Schakel de expertmodus in voor geavanceerde instellingen" +#: ../../include/conversation.php:1151 ../../mod/editpost.php:129 +#: ../../mod/editblock.php:161 ../../mod/editlayout.php:156 +#: ../../mod/editwebpage.php:193 +msgid "Public post" +msgstr "Openbaar bericht" -#: ../../include/features.php:40 -msgid "Premium Channel" -msgstr "Premiumkanaal" +#: ../../include/conversation.php:1153 ../../mod/editpost.php:135 +#: ../../mod/editblock.php:168 ../../mod/editlayout.php:163 +#: ../../mod/editwebpage.php:201 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be" -#: ../../include/features.php:40 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal" +#: ../../include/conversation.php:1166 ../../mod/editpost.php:146 +#: ../../mod/mail.php:242 ../../mod/mail.php:356 ../../mod/editblock.php:178 +#: ../../mod/editlayout.php:173 ../../mod/editwebpage.php:210 +msgid "Set expiration date" +msgstr "Verloopdatum instellen" -#: ../../include/features.php:45 -msgid "Post Composition Features" -msgstr "Functies voor het opstellen van berichten" +#: ../../include/conversation.php:1168 ../../include/ItemObject.php:641 +#: ../../mod/editpost.php:148 ../../mod/mail.php:244 ../../mod/mail.php:358 +msgid "Encrypt text" +msgstr "Tekst versleutelen" -#: ../../include/features.php:47 -msgid "Use Markdown" -msgstr "Markdown gebruiken" +#: ../../include/conversation.php:1170 ../../mod/events.php:580 +#: ../../mod/editpost.php:150 +msgid "OK" +msgstr "OK" -#: ../../include/features.php:47 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken." +#: ../../include/conversation.php:1171 ../../mod/events.php:579 +#: ../../mod/editpost.php:151 ../../mod/settings.php:578 +#: ../../mod/settings.php:604 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +msgid "Cancel" +msgstr "Annuleren" -#: ../../include/features.php:48 -msgid "Post Preview" -msgstr "Voorvertoning" +#: ../../include/conversation.php:1415 +msgid "Discover" +msgstr "Ontdekken" -#: ../../include/features.php:48 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Een optie om je berichten en reacties voor het definitief publiceren voor te vertonen" +#: ../../include/conversation.php:1418 +msgid "Imported public streams" +msgstr "Openbare streams importeren" -#: ../../include/features.php:49 ../../include/widgets.php:528 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Kanaalbronnen" +#: ../../include/conversation.php:1423 +msgid "Commented Order" +msgstr "Nieuwe reacties bovenaan" -#: ../../include/features.php:49 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Automatisch inhoud uit andere kanalen of feeds importeren." +#: ../../include/conversation.php:1426 +msgid "Sort by Comment Date" +msgstr "Berichten met nieuwe reacties bovenaan" -#: ../../include/features.php:50 -msgid "Even More Encryption" -msgstr "Extra encryptie" +#: ../../include/conversation.php:1430 +msgid "Posted Order" +msgstr "Nieuwe berichten bovenaan" -#: ../../include/features.php:50 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel." +#: ../../include/conversation.php:1433 +msgid "Sort by Post Date" +msgstr "Nieuwe berichten bovenaan" -#: ../../include/features.php:51 -msgid "Flag Adult Photos" -msgstr "Markeer foto's als voor volwassenen" +#: ../../include/conversation.php:1438 ../../include/widgets.php:94 +msgid "Personal" +msgstr "Persoonlijk" -#: ../../include/features.php:51 -msgid "Provide photo edit option to hide adult photos from default album view" -msgstr "Zorgt voor een optie om foto's met inhoud voor volwassenen in de standaard albumweergave te verbergen" +#: ../../include/conversation.php:1441 +msgid "Posts that mention or involve you" +msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent" -#: ../../include/features.php:56 -msgid "Network and Stream Filtering" -msgstr "Netwerk- en streamfilter" +#: ../../include/conversation.php:1447 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:80 +msgid "New" +msgstr "Nieuw" -#: ../../include/features.php:57 -msgid "Search by Date" -msgstr "Zoek op datum" +#: ../../include/conversation.php:1450 +msgid "Activity Stream - by date" +msgstr "Activiteitenstroom - volgens datum" -#: ../../include/features.php:57 -msgid "Ability to select posts by date ranges" -msgstr "Mogelijkheid om berichten op datum te filteren " +#: ../../include/conversation.php:1456 +msgid "Starred" +msgstr "Met ster" -#: ../../include/features.php:58 -msgid "Collections Filter" -msgstr "Filter op collecties" +#: ../../include/conversation.php:1459 +msgid "Favourite Posts" +msgstr "Favoriete berichten" -#: ../../include/features.php:58 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties" +#: ../../include/conversation.php:1466 +msgid "Spam" +msgstr "Spam" -#: ../../include/features.php:59 ../../include/widgets.php:268 -msgid "Saved Searches" -msgstr "Opgeslagen zoekopdrachten" +#: ../../include/conversation.php:1469 +msgid "Posts flagged as SPAM" +msgstr "Berichten gemarkeerd als SPAM" -#: ../../include/features.php:59 -msgid "Save search terms for re-use" -msgstr "Sla zoekopdrachten op voor hergebruik" +#: ../../include/conversation.php:1509 ../../mod/admin.php:865 +msgid "Channel" +msgstr "Kanaal" -#: ../../include/features.php:60 -msgid "Network Personal Tab" -msgstr "Persoonlijke netwerktab" +#: ../../include/conversation.php:1512 +msgid "Status Messages and Posts" +msgstr "Berichten in dit kanaal" -#: ../../include/features.php:60 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" +#: ../../include/conversation.php:1521 +msgid "About" +msgstr "Over" -#: ../../include/features.php:61 -msgid "Network New Tab" -msgstr "Nieuwe netwerktab" +#: ../../include/conversation.php:1524 +msgid "Profile Details" +msgstr "Profiel" -#: ../../include/features.php:61 -msgid "Enable tab to display all new Network activity" -msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen" +#: ../../include/conversation.php:1530 ../../include/apps.php:139 +#: ../../include/nav.php:105 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Foto's" -#: ../../include/features.php:62 -msgid "Affinity Tool" -msgstr "Verwantschapsfilter" +#: ../../include/conversation.php:1542 +msgid "Files and Storage" +msgstr "Bestanden en opslagruimte" -#: ../../include/features.php:62 -msgid "Filter stream activity by depth of relationships" -msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag" +#: ../../include/conversation.php:1552 ../../include/conversation.php:1555 +msgid "Chatrooms" +msgstr "Chatkanalen" -#: ../../include/features.php:63 -msgid "Suggest Channels" -msgstr "Kanalen voorstellen" +#: ../../include/conversation.php:1565 ../../include/apps.php:129 +#: ../../include/nav.php:117 +msgid "Bookmarks" +msgstr "Bladwijzers" -#: ../../include/features.php:63 -msgid "Show channel suggestions" -msgstr "Voor jou mogelijk interessante kanalen voorstellen" +#: ../../include/conversation.php:1568 +msgid "Saved Bookmarks" +msgstr "Opgeslagen bladwijzers" -#: ../../include/features.php:68 -msgid "Post/Comment Tools" -msgstr "Bericht- en reactiehulpmiddelen" +#: ../../include/conversation.php:1576 ../../include/apps.php:136 +#: ../../include/nav.php:121 ../../mod/webpages.php:160 +msgid "Webpages" +msgstr "Webpagina's" -#: ../../include/features.php:70 -msgid "Edit Sent Posts" -msgstr "Bewerk verzonden berichten" +#: ../../include/conversation.php:1579 +msgid "Manage Webpages" +msgstr "Webpagina's beheren" -#: ../../include/features.php:70 -msgid "Edit and correct posts and comments after sending" -msgstr "Bewerk en corrigeer berichten en reacties nadat deze zijn verzonden" +#: ../../include/widgets.php:91 ../../include/nav.php:171 +#: ../../mod/apps.php:34 +msgid "Apps" +msgstr "Apps" -#: ../../include/features.php:71 -msgid "Tagging" -msgstr "Labelen" +#: ../../include/widgets.php:92 +msgid "System" +msgstr "Systeem" -#: ../../include/features.php:71 -msgid "Ability to tag existing posts" -msgstr "Mogelijkheid om bestaande berichten te labelen" +#: ../../include/widgets.php:95 +msgid "Create Personal App" +msgstr "Persoonlijke app maken" -#: ../../include/features.php:72 -msgid "Post Categories" -msgstr "Categorieën berichten" +#: ../../include/widgets.php:96 +msgid "Edit Personal App" +msgstr "Persoonlijke app bewerken" -#: ../../include/features.php:72 -msgid "Add categories to your posts" -msgstr "Voeg categorieën toe aan je berichten" +#: ../../include/widgets.php:138 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "Negeren/Verbergen" -#: ../../include/features.php:73 -msgid "Ability to file posts under folders" -msgstr "Mogelijkheid om berichten in mappen op te slaan" +#: ../../include/widgets.php:143 ../../mod/connections.php:267 +msgid "Suggestions" +msgstr "Voorgestelde kanalen" -#: ../../include/features.php:74 -msgid "Dislike Posts" -msgstr "Vind berichten niet leuk" +#: ../../include/widgets.php:144 +msgid "See more..." +msgstr "Meer..." -#: ../../include/features.php:74 -msgid "Ability to dislike posts/comments" -msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden" +#: ../../include/widgets.php:166 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties." -#: ../../include/features.php:75 -msgid "Star Posts" -msgstr "Geef berichten een ster" +#: ../../include/widgets.php:172 +msgid "Add New Connection" +msgstr "Nieuwe connectie toevoegen" -#: ../../include/features.php:75 -msgid "Ability to mark special posts with a star indicator" -msgstr "Mogelijkheid om speciale berichten met een ster te markeren" +#: ../../include/widgets.php:173 +msgid "Enter the channel address" +msgstr "Vul het adres van het nieuwe kanaal in" -#: ../../include/features.php:76 -msgid "Tag Cloud" -msgstr "Wolk met trefwoorden/labels" +#: ../../include/widgets.php:174 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Voorbeeld: bob@example.com, http://example.com/barbara" -#: ../../include/features.php:76 -msgid "Provide a personal tag cloud on your channel page" -msgstr "Zorgt voor een persoonlijke wolk met trefwoorden of labels op jouw kanaalpagina" +#: ../../include/widgets.php:190 +msgid "Notes" +msgstr "Aantekeningen" -#: ../../include/text.php:321 -msgid "prev" -msgstr "vorige" +#: ../../include/widgets.php:264 +msgid "Remove term" +msgstr "Verwijder zoekterm" -#: ../../include/text.php:323 -msgid "first" -msgstr "eerste" +#: ../../include/widgets.php:347 +msgid "Archives" +msgstr "Archieven" -#: ../../include/text.php:352 -msgid "last" -msgstr "laatste" +#: ../../include/widgets.php:425 +msgid "Refresh" +msgstr "Vernieuwen" -#: ../../include/text.php:355 -msgid "next" -msgstr "volgende" +#: ../../include/widgets.php:426 ../../mod/connedit.php:506 +msgid "Me" +msgstr "Ik" -#: ../../include/text.php:367 -msgid "older" -msgstr "ouder" +#: ../../include/widgets.php:427 ../../mod/connedit.php:509 +msgid "Best Friends" +msgstr "Goede vrienden" -#: ../../include/text.php:369 -msgid "newer" -msgstr "nieuwer" +#: ../../include/widgets.php:429 +msgid "Co-workers" +msgstr "Collega's" -#: ../../include/text.php:736 -msgid "No connections" -msgstr "Geen connecties" +#: ../../include/widgets.php:430 ../../mod/connedit.php:511 +msgid "Former Friends" +msgstr "Oude vrienden" -#: ../../include/text.php:753 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d connectie" -msgstr[1] "%d connecties" +#: ../../include/widgets.php:431 ../../mod/connedit.php:512 +msgid "Acquaintances" +msgstr "Kennissen" -#: ../../include/text.php:766 -msgid "View Connections" -msgstr "Connecties weergeven" +#: ../../include/widgets.php:432 +msgid "Everybody" +msgstr "Iedereen" -#: ../../include/text.php:827 ../../include/text.php:839 -#: ../../include/widgets.php:192 ../../mod/filer.php:50 -#: ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 ../../mod/admin.php:1339 -#: ../../mod/admin.php:1360 -msgid "Save" -msgstr "Opslaan" +#: ../../include/widgets.php:466 +msgid "Account settings" +msgstr "Account" -#: ../../include/text.php:905 -msgid "poke" -msgstr "aanstoten" +#: ../../include/widgets.php:472 +msgid "Channel settings" +msgstr "Kanaal" -#: ../../include/text.php:905 ../../include/conversation.php:243 -msgid "poked" -msgstr "aangestoten" +#: ../../include/widgets.php:478 +msgid "Additional features" +msgstr "Extra functies" -#: ../../include/text.php:906 -msgid "ping" -msgstr "ping" +#: ../../include/widgets.php:484 +msgid "Feature settings" +msgstr "Plug-ins" -#: ../../include/text.php:906 -msgid "pinged" -msgstr "gepingd" +#: ../../include/widgets.php:490 +msgid "Display settings" +msgstr "Weergave" -#: ../../include/text.php:907 -msgid "prod" -msgstr "por" +#: ../../include/widgets.php:496 +msgid "Connected apps" +msgstr "Verbonden applicaties" -#: ../../include/text.php:907 -msgid "prodded" -msgstr "gepord" +#: ../../include/widgets.php:502 +msgid "Export channel" +msgstr "Kanaal exporteren" -#: ../../include/text.php:908 -msgid "slap" -msgstr "slaan" +#: ../../include/widgets.php:511 ../../mod/connedit.php:539 +msgid "Connection Default Permissions" +msgstr "Standaard permissies voor connecties" -#: ../../include/text.php:908 -msgid "slapped" -msgstr "sloeg" +#: ../../include/widgets.php:519 +msgid "Premium Channel Settings" +msgstr "Instellingen premiumkanaal" -#: ../../include/text.php:909 -msgid "finger" -msgstr "finger" +#: ../../include/widgets.php:535 ../../include/apps.php:134 +#: ../../include/nav.php:218 ../../mod/admin.php:951 ../../mod/admin.php:1156 +msgid "Settings" +msgstr "Instellingen" -#: ../../include/text.php:909 -msgid "fingered" -msgstr "gefingerd" +#: ../../include/widgets.php:548 ../../mod/mail.php:125 +#: ../../mod/message.php:31 +msgid "Messages" +msgstr "Berichten" -#: ../../include/text.php:910 -msgid "rebuff" -msgstr "afpoeieren" +#: ../../include/widgets.php:551 +msgid "Check Mail" +msgstr "Controleer op nieuwe berichten" -#: ../../include/text.php:910 -msgid "rebuffed" -msgstr "afgepoeierd" +#: ../../include/widgets.php:556 ../../include/nav.php:209 +msgid "New Message" +msgstr "Nieuw bericht" -#: ../../include/text.php:919 -msgid "happy" -msgstr "gelukkig" +#: ../../include/widgets.php:634 +msgid "Chat Rooms" +msgstr "Chatkanalen" -#: ../../include/text.php:920 -msgid "sad" -msgstr "bedroefd" +#: ../../include/widgets.php:654 +msgid "Bookmarked Chatrooms" +msgstr "Bladwijzers van chatkanalen" -#: ../../include/text.php:921 -msgid "mellow" -msgstr "mellow" +#: ../../include/widgets.php:674 +msgid "Suggested Chatrooms" +msgstr "Voorgestelde chatkanalen" -#: ../../include/text.php:922 -msgid "tired" -msgstr "moe" +#: ../../include/widgets.php:801 ../../include/widgets.php:859 +msgid "photo/image" +msgstr "foto/afbeelding" -#: ../../include/text.php:923 -msgid "perky" -msgstr "parmantig" +#: ../../include/zot.php:664 +msgid "Invalid data packet" +msgstr "Datapakket ongeldig" -#: ../../include/text.php:924 -msgid "angry" -msgstr "boos" +#: ../../include/zot.php:680 +msgid "Unable to verify channel signature" +msgstr "Kanaalkenmerk kon niet worden geverifieerd. " -#: ../../include/text.php:925 -msgid "stupified" -msgstr "beteuterd" +#: ../../include/zot.php:1829 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "Hubkenmerk voor %s kon niet worden geverifieerd" -#: ../../include/text.php:926 -msgid "puzzled" -msgstr "verward" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" +msgstr "In map opslaan" -#: ../../include/text.php:927 -msgid "interested" -msgstr "geïnteresseerd" +#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 +#: ../../mod/photos.php:1020 ../../mod/photos.php:1032 +msgid "View all" +msgstr "Toon alles" -#: ../../include/text.php:928 -msgid "bitter" -msgstr "verbitterd" +#: ../../include/ItemObject.php:151 ../../mod/photos.php:1029 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "vindt dit niet leuk" +msgstr[1] "vinden dit niet leuk" -#: ../../include/text.php:929 -msgid "cheerful" -msgstr "vrolijk" +#: ../../include/ItemObject.php:179 +msgid "Add Star" +msgstr "Ster toevoegen" -#: ../../include/text.php:930 -msgid "alive" -msgstr "levendig" +#: ../../include/ItemObject.php:180 +msgid "Remove Star" +msgstr "Ster verwijderen" -#: ../../include/text.php:931 -msgid "annoyed" -msgstr "geërgerd" +#: ../../include/ItemObject.php:181 +msgid "Toggle Star Status" +msgstr "Ster toevoegen of verwijderen" -#: ../../include/text.php:932 -msgid "anxious" -msgstr "bezorgd" +#: ../../include/ItemObject.php:185 +msgid "starred" +msgstr "met ster" -#: ../../include/text.php:933 -msgid "cranky" -msgstr "humeurig" +#: ../../include/ItemObject.php:203 +msgid "Add Tag" +msgstr "Tag toevoegen" -#: ../../include/text.php:934 -msgid "disturbed" -msgstr "verontrust" +#: ../../include/ItemObject.php:221 ../../mod/photos.php:972 +msgid "I like this (toggle)" +msgstr "Vind ik leuk" -#: ../../include/text.php:935 -msgid "frustrated" -msgstr "gefrustreerd " +#: ../../include/ItemObject.php:222 ../../mod/photos.php:973 +msgid "I don't like this (toggle)" +msgstr "Vind ik niet leuk" -#: ../../include/text.php:936 -msgid "depressed" -msgstr "gedeprimeerd" +#: ../../include/ItemObject.php:226 +msgid "Share This" +msgstr "Delen" -#: ../../include/text.php:937 -msgid "motivated" -msgstr "gemotiveerd" +#: ../../include/ItemObject.php:226 +msgid "share" +msgstr "delen" -#: ../../include/text.php:938 -msgid "relaxed" -msgstr "ontspannen" +#: ../../include/ItemObject.php:243 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d reactie" +msgstr[1] "%d reacties weergeven" -#: ../../include/text.php:939 -msgid "surprised" -msgstr "verrast" +#: ../../include/ItemObject.php:256 ../../include/ItemObject.php:257 +#, php-format +msgid "View %s's profile - %s" +msgstr "Profiel van %s bekijken - %s" -#: ../../include/text.php:1103 -msgid "Monday" -msgstr "maandag" +#: ../../include/ItemObject.php:260 +msgid "to" +msgstr "aan" -#: ../../include/text.php:1103 -msgid "Tuesday" -msgstr "dinsdag" +#: ../../include/ItemObject.php:261 +msgid "via" +msgstr "via" -#: ../../include/text.php:1103 -msgid "Wednesday" -msgstr "woensdag" +#: ../../include/ItemObject.php:262 +msgid "Wall-to-Wall" +msgstr "Kanaal-naar-kanaal" -#: ../../include/text.php:1103 -msgid "Thursday" -msgstr "donderdag" +#: ../../include/ItemObject.php:263 +msgid "via Wall-To-Wall:" +msgstr "via kanaal-naar-kanaal" -#: ../../include/text.php:1103 -msgid "Friday" -msgstr "vrijdag" +#: ../../include/ItemObject.php:299 +msgid "Save Bookmarks" +msgstr "Bladwijzers opslaan" -#: ../../include/text.php:1103 -msgid "Saturday" -msgstr "zaterdag" +#: ../../include/ItemObject.php:300 +msgid "Add to Calendar" +msgstr "Aan agenda toevoegen" -#: ../../include/text.php:1103 -msgid "Sunday" -msgstr "zondag" +#: ../../include/ItemObject.php:309 +msgid "Mark all seen" +msgstr "Markeer alles als bekeken" -#: ../../include/text.php:1107 -msgid "January" -msgstr "januari" - -#: ../../include/text.php:1107 -msgid "February" -msgstr "februari" +#: ../../include/ItemObject.php:314 ../../mod/photos.php:1140 +msgctxt "noun" +msgid "Likes" +msgstr "vinden dit leuk" -#: ../../include/text.php:1107 -msgid "March" -msgstr "maart" +#: ../../include/ItemObject.php:315 ../../mod/photos.php:1141 +msgctxt "noun" +msgid "Dislikes" +msgstr "vinden dit niet leuk" -#: ../../include/text.php:1107 -msgid "April" -msgstr "april" +#: ../../include/ItemObject.php:345 ../../include/js_strings.php:7 +msgid "[+] show all" +msgstr "[+] alle" -#: ../../include/text.php:1107 -msgid "May" -msgstr "mei" +#: ../../include/ItemObject.php:626 ../../mod/photos.php:991 +#: ../../mod/photos.php:1101 +msgid "This is you" +msgstr "Dit ben jij" -#: ../../include/text.php:1107 -msgid "June" -msgstr "juni" +#: ../../include/ItemObject.php:628 ../../include/js_strings.php:6 +#: ../../mod/photos.php:993 ../../mod/photos.php:1103 +msgid "Comment" +msgstr "Reactie" -#: ../../include/text.php:1107 -msgid "July" -msgstr "juli" +#: ../../include/ItemObject.php:629 ../../mod/mood.php:135 +#: ../../mod/group.php:81 ../../mod/poke.php:166 ../../mod/profiles.php:650 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 +#: ../../mod/events.php:598 ../../mod/chat.php:177 ../../mod/chat.php:211 +#: ../../mod/settings.php:577 ../../mod/settings.php:689 +#: ../../mod/settings.php:718 ../../mod/settings.php:741 +#: ../../mod/settings.php:823 ../../mod/settings.php:1016 +#: ../../mod/connedit.php:556 ../../mod/mail.php:352 ../../mod/pdledit.php:58 +#: ../../mod/thing.php:284 ../../mod/thing.php:327 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:150 ../../mod/connect.php:93 +#: ../../mod/locs.php:99 ../../mod/import.php:504 ../../mod/setup.php:313 +#: ../../mod/setup.php:358 ../../mod/admin.php:412 ../../mod/admin.php:723 +#: ../../mod/admin.php:859 ../../mod/admin.php:992 ../../mod/admin.php:1191 +#: ../../mod/admin.php:1278 ../../mod/invite.php:142 ../../mod/xchan.php:11 +#: ../../mod/photos.php:594 ../../mod/photos.php:671 ../../mod/photos.php:954 +#: ../../mod/photos.php:994 ../../mod/photos.php:1104 ../../mod/appman.php:99 +#: ../../mod/poll.php:68 ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Opslaan" -#: ../../include/text.php:1107 -msgid "August" -msgstr "augustus" +#: ../../include/ItemObject.php:630 +msgid "Bold" +msgstr "Vet" -#: ../../include/text.php:1107 -msgid "September" -msgstr "september" +#: ../../include/ItemObject.php:631 +msgid "Italic" +msgstr "Cursief" -#: ../../include/text.php:1107 -msgid "October" -msgstr "oktober" +#: ../../include/ItemObject.php:632 +msgid "Underline" +msgstr "Onderstrepen" -#: ../../include/text.php:1107 -msgid "November" -msgstr "november" +#: ../../include/ItemObject.php:633 +msgid "Quote" +msgstr "Citeren" -#: ../../include/text.php:1107 -msgid "December" -msgstr "december" +#: ../../include/ItemObject.php:634 +msgid "Code" +msgstr "Broncode" -#: ../../include/text.php:1185 -msgid "unknown.???" -msgstr "onbekend.???" +#: ../../include/ItemObject.php:635 +msgid "Image" +msgstr "Afbeelding" -#: ../../include/text.php:1186 -msgid "bytes" -msgstr "bytes" +#: ../../include/ItemObject.php:636 +msgid "Link" +msgstr "Link" -#: ../../include/text.php:1225 -msgid "remove category" -msgstr "categorie verwijderen" +#: ../../include/ItemObject.php:637 +msgid "Video" +msgstr "Video" -#: ../../include/text.php:1295 -msgid "remove from file" -msgstr "uit map verwijderen" +#: ../../include/datetime.php:35 +msgid "Miscellaneous" +msgstr "Diversen" -#: ../../include/text.php:1360 ../../include/text.php:1372 -msgid "Click to open/close" -msgstr "Klik om te openen of te sluiten" +#: ../../include/datetime.php:113 +msgid "YYYY-MM-DD or MM-DD" +msgstr "JJJJ-MM-DD of MM-DD" -#: ../../include/text.php:1527 ../../mod/events.php:414 -msgid "Link to Source" -msgstr "Originele locatie" +#: ../../include/datetime.php:230 +msgid "never" +msgstr "nooit" -#: ../../include/text.php:1546 -msgid "Select a page layout: " -msgstr "Kies een paginalay-out: " +#: ../../include/datetime.php:236 +msgid "less than a second ago" +msgstr "minder dan een seconde geleden" -#: ../../include/text.php:1549 ../../include/text.php:1614 -msgid "default" -msgstr "standaard" +#: ../../include/datetime.php:239 +msgid "year" +msgstr "jaar" -#: ../../include/text.php:1585 -msgid "Page content type: " -msgstr "Opmaakcode pagina" +#: ../../include/datetime.php:239 +msgid "years" +msgstr "jaren" -#: ../../include/text.php:1626 -msgid "Select an alternate language" -msgstr "Kies een andere taal" +#: ../../include/datetime.php:240 +msgid "month" +msgstr "maand" -#: ../../include/text.php:1747 ../../include/conversation.php:120 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 -msgid "photo" -msgstr "foto" +#: ../../include/datetime.php:240 +msgid "months" +msgstr "maanden" -#: ../../include/text.php:1750 ../../include/conversation.php:123 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "gebeurtenis" +#: ../../include/datetime.php:241 +msgid "week" +msgstr "week" -#: ../../include/text.php:1753 ../../include/conversation.php:148 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 -msgid "status" -msgstr "bericht" +#: ../../include/datetime.php:241 +msgid "weeks" +msgstr "weken" -#: ../../include/text.php:1755 ../../include/conversation.php:150 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "reactie" +#: ../../include/datetime.php:242 +msgid "day" +msgstr "dag" -#: ../../include/text.php:1760 -msgid "activity" -msgstr "activiteit" +#: ../../include/datetime.php:242 +msgid "days" +msgstr "dagen" -#: ../../include/text.php:2046 -msgid "Design" -msgstr "Ontwerp" +#: ../../include/datetime.php:243 +msgid "hour" +msgstr "uur" -#: ../../include/text.php:2049 -msgid "Blocks" -msgstr "Blokken" +#: ../../include/datetime.php:243 +msgid "hours" +msgstr "uren" -#: ../../include/text.php:2050 -msgid "Menus" -msgstr "Menu's" +#: ../../include/datetime.php:244 +msgid "minute" +msgstr "minuut" -#: ../../include/text.php:2051 -msgid "Layouts" -msgstr "Lay-outs" +#: ../../include/datetime.php:244 +msgid "minutes" +msgstr "minuten" -#: ../../include/text.php:2052 -msgid "Pages" -msgstr "Pagina's" +#: ../../include/datetime.php:245 +msgid "second" +msgstr "seconde" -#: ../../include/conversation.php:126 ../../mod/like.php:89 -msgid "channel" -msgstr "kanaal" +#: ../../include/datetime.php:245 +msgid "seconds" +msgstr "seconden" -#: ../../include/conversation.php:164 ../../include/diaspora.php:1957 -#: ../../mod/like.php:336 +#: ../../include/datetime.php:254 #, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s vindt %3$s van %2$s leuk" +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s geleden" -#: ../../include/conversation.php:167 ../../mod/like.php:338 +#: ../../include/datetime.php:462 #, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s vindt %3$s van %2$s niet leuk" +msgid "%1$s's birthday" +msgstr "Verjaardag van %1$s" -#: ../../include/conversation.php:204 +#: ../../include/datetime.php:463 #, php-format -msgid "%1$s is now connected with %2$s" -msgstr "%1$s is nu met %2$s verbonden" +msgid "Happy Birthday %1$s" +msgstr "Gefeliciteerd met je verjaardag %1$s" -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s heeft %2$s aangestoten" +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "Hubbeheerder" -#: ../../include/conversation.php:261 ../../mod/mood.php:63 -#, php-format -msgctxt "mood" -msgid "%1$s is %2$s" -msgstr "%1$s is %2$s" +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "Connecties" -#: ../../include/conversation.php:638 ../../include/ItemObject.php:126 -msgid "Select" -msgstr "Kies" +#: ../../include/apps.php:131 ../../include/nav.php:125 ../../boot.php:1542 +msgid "Login" +msgstr "Inloggen" -#: ../../include/conversation.php:646 ../../include/ItemObject.php:89 -msgid "Private Message" -msgstr "Privébericht" +#: ../../include/apps.php:132 ../../include/nav.php:216 +#: ../../mod/manage.php:150 +msgid "Channel Manager" +msgstr "Kanaalbeheer" -#: ../../include/conversation.php:653 ../../include/ItemObject.php:194 -msgid "Message signature validated" -msgstr "Berichtkenmerk gevalideerd" +#: ../../include/apps.php:133 ../../include/nav.php:190 +msgid "Matrix" +msgstr "Matrix" -#: ../../include/conversation.php:654 ../../include/ItemObject.php:195 -msgid "Message signature incorrect" -msgstr "Berichtkenmerk onjuist" +#: ../../include/apps.php:137 ../../include/nav.php:193 +msgid "Channel Home" +msgstr "Tijdlijn kanaal" -#: ../../include/conversation.php:675 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Bekijk het profiel van %s @ %s" +#: ../../include/apps.php:140 ../../include/nav.php:212 +#: ../../mod/events.php:442 +msgid "Events" +msgstr "Agenda" -#: ../../include/conversation.php:690 -msgid "Categories:" -msgstr "Categorieën:" +#: ../../include/apps.php:141 ../../include/nav.php:176 +#: ../../mod/directory.php:321 +msgid "Directory" +msgstr "Kanalengids" -#: ../../include/conversation.php:691 -msgid "Filed under:" -msgstr "Bewaard onder:" +#: ../../include/apps.php:142 ../../include/nav.php:168 ../../mod/help.php:58 +#: ../../mod/help.php:63 +msgid "Help" +msgstr "Hulp" -#: ../../include/conversation.php:699 ../../include/ItemObject.php:266 -#, php-format -msgid " from %s" -msgstr " van %s" +#: ../../include/apps.php:143 ../../include/nav.php:204 +msgid "Mail" +msgstr "Privéberichten" -#: ../../include/conversation.php:702 ../../include/ItemObject.php:269 -#, php-format -msgid "last edited: %s" -msgstr "laatst bewerkt: %s" +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Stemming" -#: ../../include/conversation.php:703 ../../include/ItemObject.php:270 -#, php-format -msgid "Expires: %s" -msgstr "Verloopt: %s" +#: ../../include/apps.php:146 ../../include/nav.php:111 +msgid "Chat" +msgstr "Chatten" -#: ../../include/conversation.php:718 -msgid "View in context" -msgstr "In context bekijken" +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "Onderzoeken" -#: ../../include/conversation.php:720 ../../include/conversation.php:1143 -#: ../../include/ItemObject.php:317 ../../mod/editblock.php:152 -#: ../../mod/editlayout.php:148 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:183 ../../mod/mail.php:238 ../../mod/mail.php:353 -#: ../../mod/photos.php:978 -msgid "Please wait" -msgstr "Even wachten" +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "Voorstellen" -#: ../../include/conversation.php:836 -msgid "remove" -msgstr "verwijderen" +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "Willekeurig kanaal" -#: ../../include/conversation.php:841 -msgid "Delete Selected Items" -msgstr "Verwijder de geselecteerde items" +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "Uitnodigen " -#: ../../include/conversation.php:932 -msgid "View Source" -msgstr "Bron weergeven" +#: ../../include/apps.php:152 +msgid "Features" +msgstr "Extra functies" -#: ../../include/conversation.php:933 -msgid "Follow Thread" -msgstr "Conversatie volgen" +#: ../../include/apps.php:153 +msgid "Language" +msgstr "Taal" -#: ../../include/conversation.php:934 -msgid "View Status" -msgstr "Status weergeven" - -#: ../../include/conversation.php:936 -msgid "View Photos" -msgstr "Foto's weergeven" +#: ../../include/apps.php:154 +msgid "Post" +msgstr "Bericht" -#: ../../include/conversation.php:937 -msgid "Matrix Activity" -msgstr "Activiteit in de RedMatrix" +#: ../../include/apps.php:155 +msgid "Profile Photo" +msgstr "Profielfoto" -#: ../../include/conversation.php:939 -msgid "Edit Contact" -msgstr "Contact bewerken" +#: ../../include/apps.php:247 ../../mod/settings.php:81 +#: ../../mod/settings.php:603 +msgid "Update" +msgstr "Bijwerken" -#: ../../include/conversation.php:940 -msgid "Send PM" -msgstr "Privébericht verzenden" +#: ../../include/apps.php:247 +msgid "Install" +msgstr "Installeren" -#: ../../include/conversation.php:941 ../../include/apps.php:143 -msgid "Poke" -msgstr "Aanstoten" +#: ../../include/apps.php:252 +msgid "Purchase" +msgstr "Aanschaffen" -#: ../../include/conversation.php:1014 -#, php-format -msgid "%s likes this." -msgstr "%s vindt dit leuk." +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nieuw venster" -#: ../../include/conversation.php:1014 -#, php-format -msgid "%s doesn't like this." -msgstr "%s vindt dit niet leuk." +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Open de geselecteerde locatie in een ander venster of tab" -#: ../../include/conversation.php:1018 +#: ../../include/Contact.php:214 ../../mod/admin.php:646 #, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "%2$d persoon vindt dit leuk." -msgstr[1] "%2$d personen vinden dit leuk." +msgid "User '%s' deleted" +msgstr "Account '%s' verwijderd" -#: ../../include/conversation.php:1020 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "%2$d persoon vindt dit niet leuk." -msgstr[1] "%2$d personen vinden dit niet leuk." +#: ../../include/bbcode.php:112 ../../include/bbcode.php:677 +#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 +#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 +#: ../../include/bbcode.php:694 ../../include/bbcode.php:699 +#: ../../include/bbcode.php:702 ../../include/bbcode.php:707 +#: ../../include/bbcode.php:710 ../../include/bbcode.php:713 +#: ../../include/bbcode.php:716 +msgid "Image/photo" +msgstr "Afbeelding/foto" -#: ../../include/conversation.php:1026 -msgid "and" -msgstr "en" +#: ../../include/bbcode.php:147 ../../include/bbcode.php:727 +msgid "Encrypted content" +msgstr "Versleutelde inhoud" -#: ../../include/conversation.php:1029 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] ", en %d ander persoon" -msgstr[1] ", en %d andere personen" +#: ../../include/bbcode.php:165 +msgid "Install design element: " +msgstr "Installeer ontwerp-onderdeel" -#: ../../include/conversation.php:1030 -#, php-format -msgid "%s like this." -msgstr "%s vinden dit leuk." +#: ../../include/bbcode.php:171 +msgid "QR code" +msgstr "QR-code" -#: ../../include/conversation.php:1030 +#: ../../include/bbcode.php:220 #, php-format -msgid "%s don't like this." -msgstr "%s vinden dit niet leuk." +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s schreef het volgende %2$s %3$s" -#: ../../include/conversation.php:1087 -msgid "Visible to everybody" -msgstr "Voor iedereen zichtbaar" +#: ../../include/bbcode.php:222 +msgid "post" +msgstr "bericht" -#: ../../include/conversation.php:1088 ../../mod/mail.php:171 -#: ../../mod/mail.php:286 -msgid "Please enter a link URL:" -msgstr "Vul een internetadres/URL in:" +#: ../../include/bbcode.php:645 +msgid "$1 spoiler" +msgstr "$1 spoiler" -#: ../../include/conversation.php:1089 -msgid "Please enter a video link/URL:" -msgstr "Vul een videolink/URL in:" +#: ../../include/bbcode.php:665 +msgid "$1 wrote:" +msgstr "$1 schreef:" -#: ../../include/conversation.php:1090 -msgid "Please enter an audio link/URL:" -msgstr "Vul een audiolink/URL in:" +#: ../../include/enotify.php:41 +msgid "Red Matrix Notification" +msgstr "RedMatrix-notificatie" -#: ../../include/conversation.php:1091 -msgid "Tag term:" -msgstr "Label:" +#: ../../include/enotify.php:42 +msgid "redmatrix" +msgstr "RedMatrix" -#: ../../include/conversation.php:1092 ../../mod/filer.php:49 -msgid "Save to Folder:" -msgstr "Bewaar in map: " +#: ../../include/enotify.php:44 +msgid "Thank You," +msgstr "Bedankt," -#: ../../include/conversation.php:1093 -msgid "Where are you right now?" -msgstr "Waar bevind je je op dit moment?" +#: ../../include/enotify.php:46 +#, php-format +msgid "%s Administrator" +msgstr "Beheerder %s" -#: ../../include/conversation.php:1094 ../../mod/editpost.php:52 -#: ../../mod/mail.php:172 ../../mod/mail.php:287 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "Verloopt op DD-MM-YYYY om HH:MM" +#: ../../include/enotify.php:81 +#, php-format +msgid "%s " +msgstr "%s " -#: ../../include/conversation.php:1118 ../../mod/editblock.php:198 -#: ../../mod/editlayout.php:193 ../../mod/editwebpage.php:230 -#: ../../mod/layouts.php:168 ../../mod/photos.php:977 -msgid "Share" -msgstr "Delen" +#: ../../include/enotify.php:85 +#, php-format +msgid "[Red:Notify] New mail received at %s" +msgstr "[Red:Notificatie] Nieuw privébericht ontvangen op %s" -#: ../../include/conversation.php:1120 ../../mod/editwebpage.php:170 -msgid "Page link title" -msgstr "Titel van paginalink" +#: ../../include/enotify.php:87 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, %2$s zond jou een nieuw privébericht om %3$s." -#: ../../include/conversation.php:1123 -msgid "Post as" -msgstr "Bericht plaatsen als" +#: ../../include/enotify.php:88 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s zond jou %2$s." -#: ../../include/conversation.php:1124 ../../mod/editblock.php:144 -#: ../../mod/editlayout.php:140 ../../mod/editpost.php:113 -#: ../../mod/editwebpage.php:175 ../../mod/mail.php:235 ../../mod/mail.php:349 -msgid "Upload photo" -msgstr "Foto uploaden" +#: ../../include/enotify.php:88 +msgid "a private message" +msgstr "een privébericht" -#: ../../include/conversation.php:1125 -msgid "upload photo" -msgstr "foto uploaden" +#: ../../include/enotify.php:89 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Bezoek %s om je privéberichten te bekijken en/of er op te reageren." -#: ../../include/conversation.php:1126 ../../mod/editblock.php:145 -#: ../../mod/editlayout.php:141 ../../mod/editpost.php:114 -#: ../../mod/editwebpage.php:176 ../../mod/mail.php:236 ../../mod/mail.php:350 -msgid "Attach file" -msgstr "Bestand toevoegen" +#: ../../include/enotify.php:144 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %4$s[/zrl]" -#: ../../include/conversation.php:1127 -msgid "attach file" -msgstr "bestand toevoegen" +#: ../../include/enotify.php:152 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %5$s van %4$s[/zrl]" -#: ../../include/conversation.php:1128 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:142 ../../mod/editpost.php:115 -#: ../../mod/editwebpage.php:177 ../../mod/mail.php:237 ../../mod/mail.php:351 -msgid "Insert web link" -msgstr "Weblink invoegen" +#: ../../include/enotify.php:161 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]jouw %4$s[/zrl]" -#: ../../include/conversation.php:1129 -msgid "web link" -msgstr "Weblink" +#: ../../include/enotify.php:172 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Red:Notificatie] Reactie op conversatie #%1$d door %2$s" -#: ../../include/conversation.php:1130 -msgid "Insert video link" -msgstr "Videolink invoegen" +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s gaf een reactie op een bericht/conversatie die jij volgt." -#: ../../include/conversation.php:1131 -msgid "video link" -msgstr "videolink" +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Bezoek %s om de conversatie te bekijken en/of er op te reageren." -#: ../../include/conversation.php:1132 -msgid "Insert audio link" -msgstr "Audiolink invoegen" +#: ../../include/enotify.php:182 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" +msgstr "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst" -#: ../../include/conversation.php:1133 -msgid "audio link" -msgstr "audiolink" +#: ../../include/enotify.php:184 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s heeft om %3$s een bericht op jouw kanaal geplaatst" -#: ../../include/conversation.php:1134 ../../mod/editblock.php:150 -#: ../../mod/editlayout.php:146 ../../mod/editpost.php:119 -#: ../../mod/editwebpage.php:181 -msgid "Set your location" -msgstr "Locatie instellen" +#: ../../include/enotify.php:186 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s heeft een bericht op [zrl=%3$s]jouw kanaal[/zrl] geplaatst" -#: ../../include/conversation.php:1135 -msgid "set location" -msgstr "locatie instellen" +#: ../../include/enotify.php:210 +#, php-format +msgid "[Red:Notify] %s tagged you" +msgstr "[Red:Notificatie] %s heeft je genoemd" -#: ../../include/conversation.php:1136 ../../mod/editblock.php:151 -#: ../../mod/editlayout.php:147 ../../mod/editpost.php:120 -#: ../../mod/editwebpage.php:182 -msgid "Clear browser location" -msgstr "Locatie van webbrowser wissen" +#: ../../include/enotify.php:211 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, %2$s noemde jou op %3$s" -#: ../../include/conversation.php:1137 -msgid "clear location" -msgstr "locatie wissen" +#: ../../include/enotify.php:212 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]noemde jou[/zrl]." -#: ../../include/conversation.php:1139 ../../mod/editblock.php:164 -#: ../../mod/editlayout.php:159 ../../mod/editpost.php:132 -#: ../../mod/editwebpage.php:198 -msgid "Title (optional)" -msgstr "Titel (optioneel)" +#: ../../include/enotify.php:225 +#, php-format +msgid "[Red:Notify] %1$s poked you" +msgstr "[Red:Notificatie] %1$s heeft je aangestoten" -#: ../../include/conversation.php:1142 ../../mod/editblock.php:167 -#: ../../mod/editlayout.php:162 ../../mod/editpost.php:134 -#: ../../mod/editwebpage.php:200 -msgid "Categories (optional, comma-separated list)" -msgstr "Categorieën (optioneel, door komma's gescheiden lijst)" +#: ../../include/enotify.php:226 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s heeft je aangestoten op %3$s" -#: ../../include/conversation.php:1144 ../../mod/editblock.php:153 -#: ../../mod/editlayout.php:149 ../../mod/editpost.php:122 -#: ../../mod/editwebpage.php:184 -msgid "Permission settings" -msgstr "Permissies" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]heeft je aangestoten[/zrl]." -#: ../../include/conversation.php:1145 -msgid "permissions" -msgstr "permissies" +#: ../../include/enotify.php:243 +#, php-format +msgid "[Red:Notify] %s tagged your post" +msgstr "[Red:Notificatie] %s heeft jouw bericht getagd" -#: ../../include/conversation.php:1152 ../../mod/editblock.php:161 -#: ../../mod/editlayout.php:156 ../../mod/editpost.php:129 -#: ../../mod/editwebpage.php:193 -msgid "Public post" -msgstr "Openbaar bericht" - -#: ../../include/conversation.php:1154 ../../mod/editblock.php:168 -#: ../../mod/editlayout.php:163 ../../mod/editpost.php:135 -#: ../../mod/editwebpage.php:201 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be" - -#: ../../include/conversation.php:1167 ../../mod/editblock.php:178 -#: ../../mod/editlayout.php:173 ../../mod/editpost.php:146 -#: ../../mod/editwebpage.php:210 ../../mod/mail.php:242 ../../mod/mail.php:356 -msgid "Set expiration date" -msgstr "Verloopdatum instellen" +#: ../../include/enotify.php:244 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s heeft jouw bericht om %3$s getagd" -#: ../../include/conversation.php:1169 ../../include/ItemObject.php:633 -#: ../../mod/editpost.php:148 ../../mod/mail.php:244 ../../mod/mail.php:358 -msgid "Encrypt text" -msgstr "Tekst versleutelen" +#: ../../include/enotify.php:245 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s heeft [zrl=%3$s]jouw bericht[/zrl] getagd" -#: ../../include/conversation.php:1171 ../../mod/events.php:580 -#: ../../mod/editpost.php:150 -msgid "OK" -msgstr "OK" +#: ../../include/enotify.php:257 +msgid "[Red:Notify] Introduction received" +msgstr "[Red:Notificatie] Connectieverzoek ontvangen" -#: ../../include/conversation.php:1172 ../../mod/settings.php:566 -#: ../../mod/settings.php:592 ../../mod/events.php:579 -#: ../../mod/editpost.php:151 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 -msgid "Cancel" -msgstr "Annuleren" +#: ../../include/enotify.php:258 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, je hebt een nieuw connectieverzoek ontvangen van '%2$s' op %3$s" -#: ../../include/conversation.php:1416 -msgid "Discover" -msgstr "Ontdekken" +#: ../../include/enotify.php:259 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, je hebt een [zrl=%2$s]nieuw connectieverzoek[/zrl] ontvangen van %3$s." -#: ../../include/conversation.php:1419 -msgid "Imported public streams" -msgstr "Openbare streams importeren" +#: ../../include/enotify.php:263 ../../include/enotify.php:282 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Je kan het profiel bekijken op %s" -#: ../../include/conversation.php:1424 -msgid "Commented Order" -msgstr "Nieuwe reacties bovenaan" +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "Bezoek %s om het connectieverzoek te accepteren of af te wijzen." -#: ../../include/conversation.php:1427 -msgid "Sort by Comment Date" -msgstr "Berichten met nieuwe reacties bovenaan" +#: ../../include/enotify.php:272 +msgid "[Red:Notify] Friend suggestion received" +msgstr "[Red:Notificatie] Kanaalvoorstel ontvangen" -#: ../../include/conversation.php:1431 -msgid "Posted Order" -msgstr "Nieuwe berichten bovenaan" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, je hebt een kanaalvoorstel ontvangen van '%2$s' om %3$s" -#: ../../include/conversation.php:1434 -msgid "Sort by Post Date" -msgstr "Nieuwe berichten bovenaan" +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, je hebt [zrl=%2$s]een kanaalvoorstel[/zrl] ontvangen voor %3$s van %4$s." -#: ../../include/conversation.php:1439 ../../include/widgets.php:94 -msgid "Personal" -msgstr "Persoonlijk" +#: ../../include/enotify.php:280 +msgid "Name:" +msgstr "Naam:" -#: ../../include/conversation.php:1442 -msgid "Posts that mention or involve you" -msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent" +#: ../../include/enotify.php:281 +msgid "Photo:" +msgstr "Foto:" -#: ../../include/conversation.php:1448 ../../mod/connections.php:211 -#: ../../mod/connections.php:224 ../../mod/menu.php:80 -msgid "New" -msgstr "Nieuw" +#: ../../include/enotify.php:284 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen." -#: ../../include/conversation.php:1451 -msgid "Activity Stream - by date" -msgstr "Activiteitenstroom - volgens datum" +#: ../../include/enotify.php:490 +msgid "[Red:Notify]" +msgstr "[Red:Notificatie]" -#: ../../include/conversation.php:1457 -msgid "Starred" -msgstr "Met ster" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Dit item verwijderen?" -#: ../../include/conversation.php:1460 -msgid "Favourite Posts" -msgstr "Favoriete berichten" +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "[-] minder reacties weergeven" -#: ../../include/conversation.php:1467 -msgid "Spam" -msgstr "Spam" +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "[+] uitklappen" -#: ../../include/conversation.php:1470 -msgid "Posts flagged as SPAM" -msgstr "Berichten gemarkeerd als SPAM" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "[-] inklappen" -#: ../../include/conversation.php:1510 ../../mod/admin.php:865 -msgid "Channel" -msgstr "Kanaal" +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Wachtwoord te kort" -#: ../../include/conversation.php:1513 -msgid "Status Messages and Posts" -msgstr "Berichten in dit kanaal" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Wachtwoorden komen niet overeen" -#: ../../include/conversation.php:1522 -msgid "About" -msgstr "Over" +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "iedereen" -#: ../../include/conversation.php:1525 -msgid "Profile Details" -msgstr "Profiel" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Geheim wachtwoord" -#: ../../include/conversation.php:1534 ../../include/photos.php:341 -msgid "Photo Albums" -msgstr "Fotoalbums" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Wachtwoordhint" -#: ../../include/conversation.php:1543 -msgid "Files and Storage" -msgstr "Bestanden en opslagruimte" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen." -#: ../../include/conversation.php:1553 ../../include/conversation.php:1556 -msgid "Chatrooms" -msgstr "Chatkanalen" +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "Alles sluiten" -#: ../../include/conversation.php:1569 -msgid "Saved Bookmarks" -msgstr "Opgeslagen bladwijzers" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "Niets nieuw hier" -#: ../../include/conversation.php:1580 -msgid "Manage Webpages" -msgstr "Webpagina's beheren" +#: ../../include/js_strings.php:20 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "Geen geldig e-mailadres" +#: ../../include/js_strings.php:21 +msgid "timeago.prefixFromNow" +msgstr "timeago.prefixFromNow" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan" +#: ../../include/js_strings.php:22 +msgid "ago" +msgstr "geleden" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd." +#: ../../include/js_strings.php:23 +msgid "from now" +msgstr "vanaf nu" -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "Een uitnodiging is vereist" +#: ../../include/js_strings.php:24 +msgid "less than a minute" +msgstr "minder dan een minuut" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "Uitnodiging kon niet geverifieerd worden" +#: ../../include/js_strings.php:25 +msgid "about a minute" +msgstr "ongeveer een minuut" -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Vul de vereiste informatie in." +#: ../../include/js_strings.php:26 +#, php-format +msgid "%d minutes" +msgstr "%d minuten" -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Account-informatie kon niet opgeslagen worden." +#: ../../include/js_strings.php:27 +msgid "about an hour" +msgstr "ongeveer een uur" -#: ../../include/account.php:245 +#: ../../include/js_strings.php:28 #, php-format -msgid "Registration confirmation for %s" -msgstr "Registratiebevestiging voor %s" +msgid "about %d hours" +msgstr "ongeveer %d uren" -#: ../../include/account.php:313 -#, php-format -msgid "Registration request at %s" -msgstr "Registratiebevestiging voor %s" +#: ../../include/js_strings.php:29 +msgid "a day" +msgstr "een dag" -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 -msgid "Administrator" -msgstr "Beheerder" +#: ../../include/js_strings.php:30 +#, php-format +msgid "%d days" +msgstr "%d dagen" -#: ../../include/account.php:337 -msgid "your registration password" -msgstr "jouw registratiewachtwoord" +#: ../../include/js_strings.php:31 +msgid "about a month" +msgstr "ongeveer een maand" -#: ../../include/account.php:340 ../../include/account.php:397 +#: ../../include/js_strings.php:32 #, php-format -msgid "Registration details for %s" -msgstr "Registratiegegevens voor %s" +msgid "%d months" +msgstr "%d maanden" -#: ../../include/account.php:406 -msgid "Account approved." -msgstr "Account goedgekeurd" +#: ../../include/js_strings.php:33 +msgid "about a year" +msgstr "ongeveer een jaar" -#: ../../include/account.php:440 +#: ../../include/js_strings.php:34 #, php-format -msgid "Registration revoked for %s" -msgstr "Registratie ingetrokken voor %s" +msgid "%d years" +msgstr "%d jaren" -#: ../../include/account.php:486 -msgid "Account verified. Please login." -msgstr "Account is geverifieerd. Je kan inloggen." +#: ../../include/js_strings.php:35 +msgid " " +msgstr " " -#: ../../include/account.php:648 ../../include/account.php:650 -msgid "Click here to upgrade." -msgstr "Klik hier om te upgraden." +#: ../../include/js_strings.php:36 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../include/account.php:656 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden." - -#: ../../include/account.php:661 -msgid "This action is not available under your subscription plan." -msgstr "Deze handeling is niet mogelijk met jouw abonnement." +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Male" +msgstr "Man" -#: ../../include/photos.php:105 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Female" +msgstr "Vrouw" -#: ../../include/photos.php:112 -msgid "Image file is empty." -msgstr "Afbeeldingsbestand is leeg" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Momenteel man" -#: ../../include/photos.php:141 ../../mod/profile_photo.php:216 -msgid "Unable to process image" -msgstr "Afbeelding kan niet verwerkt worden" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Momenteel vrouw" -#: ../../include/photos.php:213 -msgid "Photo storage failed." -msgstr "Foto kan niet worden opgeslagen" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Voornamelijk man" -#: ../../include/photos.php:345 -msgid "Upload New Photos" -msgstr "Nieuwe foto's uploaden" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Voornamelijk vrouw" -#: ../../include/items.php:382 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/like.php:246 ../../mod/group.php:68 -#: ../../index.php:389 -msgid "Permission denied" -msgstr "Toegang geweigerd" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transgender" -#: ../../include/items.php:969 ../../include/items.php:1014 -msgid "(Unknown)" -msgstr "(Onbekend)" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Interseksueel" -#: ../../include/items.php:1171 -msgid "Visible to anybody on the internet." -msgstr "Voor iedereen op het internet zichtbaar." +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transseksueel" -#: ../../include/items.php:1173 -msgid "Visible to you only." -msgstr "Alleen voor jou zichtbaar." +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Hermafrodiet" -#: ../../include/items.php:1175 -msgid "Visible to anybody in this network." -msgstr "Voor iedereen in dit netwerk zichtbaar." +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Genderneutraal" -#: ../../include/items.php:1177 -msgid "Visible to anybody authenticated." -msgstr "Voor iedereen die geauthenticeerd is zichtbaar." +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Niet gespecificeerd" -#: ../../include/items.php:1179 -#, php-format -msgid "Visible to anybody on %s." -msgstr "Voor iedereen op %s zichtbaar." +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Nog niet beslist" -#: ../../include/items.php:1181 -msgid "Visible to all connections." -msgstr "Voor alle connecties zichtbaar." +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" +msgstr "Mannen" -#: ../../include/items.php:1183 -msgid "Visible to approved connections." -msgstr "Voor alle goedgekeurde connecties zichtbaar." +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" +msgstr "Vrouwen" -#: ../../include/items.php:1185 -msgid "Visible to specific connections." -msgstr "Voor specifieke connecties zichtbaar." +#: ../../include/profile_selectors.php:42 +msgid "Gay" +msgstr "Homoseksueel" -#: ../../include/items.php:3952 ../../mod/thing.php:76 -#: ../../mod/display.php:32 ../../mod/filestorage.php:26 -#: ../../mod/admin.php:168 ../../mod/admin.php:896 ../../mod/admin.php:1099 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." -msgstr "Item niet gevonden." +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "Lesbisch" -#: ../../include/items.php:4410 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Collectie niet gevonden." +#: ../../include/profile_selectors.php:42 +msgid "No Preference" +msgstr "Geen voorkeur" -#: ../../include/items.php:4425 -msgid "Collection is empty." -msgstr "Collectie is leeg" +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" +msgstr "Biseksueel" -#: ../../include/items.php:4432 -#, php-format -msgid "Collection: %s" -msgstr "Collectie: %s" +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" +msgstr "Autoseksueel" -#: ../../include/items.php:4443 -#, php-format -msgid "Connection: %s" -msgstr "Connectie: %s" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" +msgstr "Seksuele onthouding" -#: ../../include/items.php:4446 -msgid "Connection not found." -msgstr "Connectie niet gevonden." +#: ../../include/profile_selectors.php:42 +msgid "Virgin" +msgstr "Maagd" -#: ../../include/widgets.php:92 -msgid "System" -msgstr "Systeem" +#: ../../include/profile_selectors.php:42 +msgid "Deviant" +msgstr "Afwijkend" -#: ../../include/widgets.php:95 -msgid "Create Personal App" -msgstr "Persoonlijke app maken" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" +msgstr "Fetisj" -#: ../../include/widgets.php:96 -msgid "Edit Personal App" -msgstr "Persoonlijke app bewerken" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" +msgstr "Veel" -#: ../../include/widgets.php:138 ../../mod/suggest.php:53 -msgid "Ignore/Hide" -msgstr "Negeren/Verbergen" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" +msgstr "Aseksueel" -#: ../../include/widgets.php:143 ../../mod/connections.php:267 -msgid "Suggestions" -msgstr "Voorgestelde kanalen" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" +msgstr "Alleen" -#: ../../include/widgets.php:144 -msgid "See more..." -msgstr "Meer..." +#: ../../include/profile_selectors.php:80 +msgid "Lonely" +msgstr "Eenzaam" -#: ../../include/widgets.php:166 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties." +#: ../../include/profile_selectors.php:80 +msgid "Available" +msgstr "Beschikbaar" -#: ../../include/widgets.php:172 -msgid "Add New Connection" -msgstr "Nieuwe connectie toevoegen" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" +msgstr "Niet beschikbaar" -#: ../../include/widgets.php:173 -msgid "Enter the channel address" -msgstr "Vul het adres van het nieuwe kanaal in" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" +msgstr "Heeft een oogje op iemand" -#: ../../include/widgets.php:174 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Voorbeeld: bob@example.com, http://example.com/barbara" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" +msgstr "Smoorverliefd" -#: ../../include/widgets.php:190 -msgid "Notes" -msgstr "Aantekeningen" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" +msgstr "Aan het daten" -#: ../../include/widgets.php:260 -msgid "Remove term" -msgstr "Verwijder zoekterm" +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" +msgstr "Ontrouw" -#: ../../include/widgets.php:343 -msgid "Archives" -msgstr "Archieven" +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" +msgstr "Seksverslaafd" -#: ../../include/widgets.php:421 -msgid "Refresh" -msgstr "Vernieuwen" +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" +msgstr "Vriendschap plus" -#: ../../include/widgets.php:422 ../../mod/connedit.php:506 -msgid "Me" -msgstr "Ik" +#: ../../include/profile_selectors.php:80 +msgid "Casual" +msgstr "Ongebonden/vluchtig" -#: ../../include/widgets.php:423 ../../mod/connedit.php:509 -msgid "Best Friends" -msgstr "Goede vrienden" +#: ../../include/profile_selectors.php:80 +msgid "Engaged" +msgstr "Verloofd" -#: ../../include/widgets.php:425 -msgid "Co-workers" -msgstr "Collega's" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" +msgstr "Getrouwd" -#: ../../include/widgets.php:426 ../../mod/connedit.php:511 -msgid "Former Friends" -msgstr "Oude vrienden" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" +msgstr "Denkbeeldig getrouwd" -#: ../../include/widgets.php:427 ../../mod/connedit.php:512 -msgid "Acquaintances" -msgstr "Kennissen" +#: ../../include/profile_selectors.php:80 +msgid "Partners" +msgstr "Partners" -#: ../../include/widgets.php:428 -msgid "Everybody" -msgstr "Iedereen" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" +msgstr "Samenwonend" -#: ../../include/widgets.php:462 -msgid "Account settings" -msgstr "Account" +#: ../../include/profile_selectors.php:80 +msgid "Common law" +msgstr "Common-law-huwelijk" -#: ../../include/widgets.php:468 -msgid "Channel settings" -msgstr "Kanaal" +#: ../../include/profile_selectors.php:80 +msgid "Happy" +msgstr "Gelukkig" -#: ../../include/widgets.php:474 -msgid "Additional features" -msgstr "Extra functies" +#: ../../include/profile_selectors.php:80 +msgid "Not looking" +msgstr "Niet op zoek" -#: ../../include/widgets.php:480 -msgid "Feature settings" -msgstr "Plug-ins" +#: ../../include/profile_selectors.php:80 +msgid "Swinger" +msgstr "Swinger" -#: ../../include/widgets.php:486 -msgid "Display settings" -msgstr "Weergave" +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" +msgstr "Verraden" -#: ../../include/widgets.php:492 -msgid "Connected apps" -msgstr "Verbonden applicaties" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" +msgstr "Uit elkaar" -#: ../../include/widgets.php:498 -msgid "Export channel" -msgstr "Kanaal exporteren" +#: ../../include/profile_selectors.php:80 +msgid "Unstable" +msgstr "Onstabiel" -#: ../../include/widgets.php:504 -msgid "Export content" -msgstr "Inhoud exporteren" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" +msgstr "Gescheiden" -#: ../../include/widgets.php:512 ../../mod/connedit.php:539 -msgid "Connection Default Permissions" -msgstr "Standaard permissies voor connecties" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" +msgstr "Denkbeeldig gescheiden" -#: ../../include/widgets.php:520 -msgid "Premium Channel Settings" -msgstr "Instellingen premiumkanaal" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" +msgstr "Weduwnaar/weduwe" -#: ../../include/widgets.php:549 ../../mod/mail.php:125 -#: ../../mod/message.php:31 -msgid "Messages" -msgstr "Berichten" +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" +msgstr "Onzeker" -#: ../../include/widgets.php:552 -msgid "Check Mail" -msgstr "Controleer op nieuwe berichten" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" +msgstr "Het is ingewikkeld" -#: ../../include/widgets.php:635 -msgid "Chat Rooms" -msgstr "Chatkanalen" +#: ../../include/profile_selectors.php:80 +msgid "Don't care" +msgstr "Maakt mij niks uit" -#: ../../include/widgets.php:655 -msgid "Bookmarked Chatrooms" -msgstr "Bladwijzers van chatkanalen" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" +msgstr "Vraag het me" -#: ../../include/widgets.php:675 -msgid "Suggested Chatrooms" -msgstr "Voorgestelde chatkanalen" +#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1541 +msgid "Logout" +msgstr "Uitloggen" -#: ../../include/widgets.php:802 ../../include/widgets.php:860 -msgid "photo/image" -msgstr "foto/afbeelding" +#: ../../include/nav.php:95 ../../include/nav.php:128 +msgid "End this session" +msgstr "Beëindig deze sessie" -#: ../../include/zot.php:664 -msgid "Invalid data packet" -msgstr "Datapakket ongeldig" +#: ../../include/nav.php:98 ../../include/nav.php:159 +msgid "Home" +msgstr "Home" -#: ../../include/zot.php:680 -msgid "Unable to verify channel signature" -msgstr "Kanaalkenmerk kon niet worden geverifieerd. " +#: ../../include/nav.php:98 +msgid "Your posts and conversations" +msgstr "Jouw berichten en conversaties" -#: ../../include/zot.php:1819 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "Hubkenmerk voor %s kon niet worden geverifieerd" +#: ../../include/nav.php:99 +msgid "Your profile page" +msgstr "Jouw profielpagina" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Dit item verwijderen?" +#: ../../include/nav.php:101 +msgid "Edit Profiles" +msgstr "Bewerk profielen" -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:620 -#: ../../mod/photos.php:996 ../../mod/photos.php:1106 -msgid "Comment" -msgstr "Reactie" +#: ../../include/nav.php:101 +msgid "Manage/Edit profiles" +msgstr "Beheer/wijzig profielen" -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:337 -msgid "[+] show all" -msgstr "[+] alle" +#: ../../include/nav.php:103 +msgid "Edit your profile" +msgstr "Jouw profiel bewerken" -#: ../../include/js_strings.php:8 -msgid "[-] show less" -msgstr "[-] minder reacties weergeven" +#: ../../include/nav.php:105 +msgid "Your photos" +msgstr "Jouw foto's" -#: ../../include/js_strings.php:9 -msgid "[+] expand" -msgstr "[+] uitklappen" +#: ../../include/nav.php:106 +msgid "Your files" +msgstr "Jouw bestanden" -#: ../../include/js_strings.php:10 -msgid "[-] collapse" -msgstr "[-] inklappen" +#: ../../include/nav.php:111 +msgid "Your chatrooms" +msgstr "Jouw chatkanalen" -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "Wachtwoord te kort" +#: ../../include/nav.php:117 +msgid "Your bookmarks" +msgstr "Jouw bladwijzers" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "Wachtwoorden komen niet overeen" +#: ../../include/nav.php:121 +msgid "Your webpages" +msgstr "Jouw webpagina's" -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 -msgid "everybody" -msgstr "iedereen" +#: ../../include/nav.php:125 +msgid "Sign in" +msgstr "Inloggen" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "Geheim wachtwoord" +#: ../../include/nav.php:142 +#, php-format +msgid "%s - click to logout" +msgstr "%s - klik om uit te loggen" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "Wachtwoordhint" +#: ../../include/nav.php:145 +msgid "Remote authentication" +msgstr "Authenticatie op afstand" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen." +#: ../../include/nav.php:145 +msgid "Click to authenticate to your home hub" +msgstr "Authenticeer jezelf via (bijvoorbeeld) jouw RedMatrix-hub" -#: ../../include/js_strings.php:17 -msgid "close all" -msgstr "Alles sluiten" +#: ../../include/nav.php:159 +msgid "Home Page" +msgstr "Homepage" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" -msgstr "Niets nieuw hier" +#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1518 +msgid "Register" +msgstr "Registreren" -#: ../../include/js_strings.php:20 -msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" +#: ../../include/nav.php:163 +msgid "Create an account" +msgstr "Maak een account aan" -#: ../../include/js_strings.php:21 -msgid "timeago.prefixFromNow" -msgstr "timeago.prefixFromNow" +#: ../../include/nav.php:168 +msgid "Help and documentation" +msgstr "Hulp en documentatie" -#: ../../include/js_strings.php:22 -msgid "ago" -msgstr "geleden" +#: ../../include/nav.php:171 +msgid "Applications, utilities, links, games" +msgstr "Apps" -#: ../../include/js_strings.php:23 -msgid "from now" -msgstr "vanaf nu" +#: ../../include/nav.php:173 +msgid "Search site content" +msgstr "Inhoud van deze RedMatrix-hub doorzoeken" -#: ../../include/js_strings.php:24 -msgid "less than a minute" -msgstr "minder dan een minuut" +#: ../../include/nav.php:176 +msgid "Channel Directory" +msgstr "Kanalengids" -#: ../../include/js_strings.php:25 -msgid "about a minute" -msgstr "ongeveer een minuut" +#: ../../include/nav.php:190 +msgid "Your matrix" +msgstr "Jouw matrix" -#: ../../include/js_strings.php:26 -#, php-format -msgid "%d minutes" -msgstr "%d minuten" +#: ../../include/nav.php:191 +msgid "Mark all matrix notifications seen" +msgstr "Markeer alle matrixnotificaties als bekeken" -#: ../../include/js_strings.php:27 -msgid "about an hour" -msgstr "ongeveer een uur" +#: ../../include/nav.php:193 +msgid "Channel home" +msgstr "Tijdlijn kanaal" -#: ../../include/js_strings.php:28 -#, php-format -msgid "about %d hours" -msgstr "ongeveer %d uren" +#: ../../include/nav.php:194 +msgid "Mark all channel notifications seen" +msgstr "Alle kanaalnotificaties als gelezen markeren" -#: ../../include/js_strings.php:29 -msgid "a day" -msgstr "een dag" +#: ../../include/nav.php:197 ../../mod/connections.php:406 +msgid "Connections" +msgstr "Connecties" -#: ../../include/js_strings.php:30 -#, php-format -msgid "%d days" -msgstr "%d dagen" +#: ../../include/nav.php:200 +msgid "Notices" +msgstr "Notificaties" -#: ../../include/js_strings.php:31 -msgid "about a month" -msgstr "ongeveer een maand" - -#: ../../include/js_strings.php:32 -#, php-format -msgid "%d months" -msgstr "%d maanden" - -#: ../../include/js_strings.php:33 -msgid "about a year" -msgstr "ongeveer een jaar" - -#: ../../include/js_strings.php:34 -#, php-format -msgid "%d years" -msgstr "%d jaren" - -#: ../../include/js_strings.php:35 -msgid " " -msgstr " " - -#: ../../include/js_strings.php:36 -msgid "timeago.numbers" -msgstr "timeago.numbers" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -msgid "Male" -msgstr "Man" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -msgid "Female" -msgstr "Vrouw" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Momenteel man" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Momenteel vrouw" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Voornamelijk man" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Voornamelijk vrouw" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgender" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Interseksueel" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transseksueel" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafrodiet" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Genderneutraal" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Niet gespecificeerd" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Nog niet beslist" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "Mannen" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "Vrouwen" - -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "Homoseksueel" - -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "Lesbisch" - -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "Geen voorkeur" - -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "Biseksueel" - -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "Autoseksueel" - -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "Seksuele onthouding" - -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "Maagd" - -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "Afwijkend" - -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "Fetisj" - -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "Veel" - -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "Aseksueel" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "Alleen" - -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "Eenzaam" - -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "Beschikbaar" - -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "Niet beschikbaar" - -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "Heeft een oogje op iemand" - -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "Smoorverliefd" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "Aan het daten" - -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "Ontrouw" - -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "Seksverslaafd" - -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "Vriendschap plus" - -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "Ongebonden/vluchtig" - -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "Verloofd" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "Getrouwd" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "Denkbeeldig getrouwd" - -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "Partners" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "Samenwonend" - -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "Common-law-huwelijk" - -#: ../../include/profile_selectors.php:80 -msgid "Happy" -msgstr "Gelukkig" - -#: ../../include/profile_selectors.php:80 -msgid "Not looking" -msgstr "Niet op zoek" - -#: ../../include/profile_selectors.php:80 -msgid "Swinger" -msgstr "Swinger" - -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" -msgstr "Verraden" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" -msgstr "Uit elkaar" - -#: ../../include/profile_selectors.php:80 -msgid "Unstable" -msgstr "Onstabiel" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" -msgstr "Gescheiden" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" -msgstr "Denkbeeldig gescheiden" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" -msgstr "Weduwnaar/weduwe" - -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" -msgstr "Onzeker" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" -msgstr "Het is ingewikkeld" - -#: ../../include/profile_selectors.php:80 -msgid "Don't care" -msgstr "Maakt mij niks uit" - -#: ../../include/profile_selectors.php:80 -msgid "Ask me" -msgstr "Vraag het me" - -#: ../../include/apps.php:126 -msgid "Site Admin" -msgstr "Hubbeheerder" - -#: ../../include/apps.php:128 -msgid "Address Book" -msgstr "Connecties" - -#: ../../include/apps.php:142 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Stemming" - -#: ../../include/apps.php:146 -msgid "Probe" -msgstr "Onderzoeken" - -#: ../../include/apps.php:147 -msgid "Suggest" -msgstr "Voorstellen" - -#: ../../include/apps.php:148 -msgid "Random Channel" -msgstr "Willekeurig kanaal" - -#: ../../include/apps.php:149 -msgid "Invite" -msgstr "Uitnodigen " - -#: ../../include/apps.php:150 -msgid "Features" -msgstr "Extra functies" - -#: ../../include/apps.php:151 -msgid "Language" -msgstr "Taal" - -#: ../../include/apps.php:152 -msgid "Post" -msgstr "Bericht" - -#: ../../include/apps.php:153 -msgid "Profile Photo" -msgstr "Profielfoto" - -#: ../../include/apps.php:242 ../../mod/settings.php:81 -#: ../../mod/settings.php:591 -msgid "Update" -msgstr "Bijwerken" - -#: ../../include/apps.php:242 -msgid "Install" -msgstr "Installeren" - -#: ../../include/apps.php:247 -msgid "Purchase" -msgstr "Aanschaffen" - -#: ../../include/auth.php:116 -msgid "Logged out." -msgstr "Uitgelogd." - -#: ../../include/auth.php:257 -msgid "Failed authentication" -msgstr "Mislukte authenticatie" - -#: ../../include/auth.php:271 ../../mod/openid.php:190 -msgid "Login failed." -msgstr "Inloggen mislukt." - -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" -msgstr "In map opslaan" - -#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 -#: ../../mod/photos.php:1023 ../../mod/photos.php:1035 -msgid "View all" -msgstr "Toon alles" - -#: ../../include/ItemObject.php:151 ../../mod/photos.php:1032 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "vindt dit niet leuk" -msgstr[1] "vinden dit niet leuk" - -#: ../../include/ItemObject.php:179 -msgid "Add Star" -msgstr "Ster toevoegen" +#: ../../include/nav.php:200 +msgid "Notifications" +msgstr "Notificaties" -#: ../../include/ItemObject.php:180 -msgid "Remove Star" -msgstr "Ster verwijderen" +#: ../../include/nav.php:201 +msgid "See all notifications" +msgstr "Alle notificaties weergeven" -#: ../../include/ItemObject.php:181 -msgid "Toggle Star Status" -msgstr "Ster toevoegen of verwijderen" +#: ../../include/nav.php:202 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Markeer alle systeemnotificaties als bekeken" -#: ../../include/ItemObject.php:185 -msgid "starred" -msgstr "met ster" +#: ../../include/nav.php:204 +msgid "Private mail" +msgstr "Privéberichten" -#: ../../include/ItemObject.php:203 -msgid "Add Tag" -msgstr "Label toevoegen" +#: ../../include/nav.php:205 +msgid "See all private messages" +msgstr "Alle privéberichten weergeven" -#: ../../include/ItemObject.php:221 ../../mod/photos.php:975 -msgid "I like this (toggle)" -msgstr "Vind ik leuk" +#: ../../include/nav.php:206 +msgid "Mark all private messages seen" +msgstr "Markeer alle privéberichten als bekeken" -#: ../../include/ItemObject.php:222 ../../mod/photos.php:976 -msgid "I don't like this (toggle)" -msgstr "Vind ik niet leuk" +#: ../../include/nav.php:207 +msgid "Inbox" +msgstr "Postvak IN" -#: ../../include/ItemObject.php:226 -msgid "Share This" -msgstr "Delen" +#: ../../include/nav.php:208 +msgid "Outbox" +msgstr "Postvak UIT" -#: ../../include/ItemObject.php:226 -msgid "share" -msgstr "delen" +#: ../../include/nav.php:212 +msgid "Event Calendar" +msgstr "Agenda" -#: ../../include/ItemObject.php:236 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d reactie" -msgstr[1] "%d reacties weergeven" +#: ../../include/nav.php:213 +msgid "See all events" +msgstr "Alle gebeurtenissen weergeven" -#: ../../include/ItemObject.php:249 ../../include/ItemObject.php:250 -#, php-format -msgid "View %s's profile - %s" -msgstr "Profiel van %s bekijken - %s" +#: ../../include/nav.php:214 +msgid "Mark all events seen" +msgstr "Markeer alle gebeurtenissen als bekeken" -#: ../../include/ItemObject.php:252 -msgid "to" -msgstr "aan" +#: ../../include/nav.php:216 +msgid "Manage Your Channels" +msgstr "Beheer je kanalen" -#: ../../include/ItemObject.php:253 -msgid "via" -msgstr "via" +#: ../../include/nav.php:218 +msgid "Account/Channel Settings" +msgstr "Account-/kanaal-instellingen" -#: ../../include/ItemObject.php:254 -msgid "Wall-to-Wall" -msgstr "Kanaal-naar-kanaal" +#: ../../include/nav.php:226 ../../mod/admin.php:123 +msgid "Admin" +msgstr "Beheer" -#: ../../include/ItemObject.php:255 -msgid "via Wall-To-Wall:" -msgstr "via kanaal-naar-kanaal" +#: ../../include/nav.php:226 +msgid "Site Setup and Configuration" +msgstr "Hub instellen en beheren" -#: ../../include/ItemObject.php:291 -msgid "Save Bookmarks" -msgstr "Bladwijzers opslaan" +#: ../../include/nav.php:262 +msgid "@name, #tag, content" +msgstr "@kanaal, #label, inhoud" -#: ../../include/ItemObject.php:292 -msgid "Add to Calendar" -msgstr "Aan agenda toevoegen" +#: ../../include/nav.php:263 +msgid "Please wait..." +msgstr "Wachten aub..." -#: ../../include/ItemObject.php:301 -msgid "Mark all seen" -msgstr "Markeer alles als bekeken" +#: ../../include/security.php:357 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. " -#: ../../include/ItemObject.php:306 ../../mod/photos.php:1143 -msgctxt "noun" -msgid "Likes" -msgstr "vinden dit leuk" +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "Noteer je huidige stemming en toon het aan je connecties" -#: ../../include/ItemObject.php:307 ../../mod/photos.php:1144 -msgctxt "noun" -msgid "Dislikes" -msgstr "vinden dit niet leuk" +#: ../../mod/register.php:44 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Maximum toegestane dagelijkse registraties op deze RedMatrix-hub bereikt. Probeer het morgen (UTC) nogmaals." -#: ../../include/ItemObject.php:618 ../../mod/photos.php:994 -#: ../../mod/photos.php:1104 -msgid "This is you" -msgstr "Dit ben jij" +#: ../../mod/register.php:50 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden." -#: ../../include/ItemObject.php:621 ../../mod/mood.php:135 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/poke.php:166 -#: ../../mod/setup.php:313 ../../mod/setup.php:358 ../../mod/settings.php:565 -#: ../../mod/settings.php:677 ../../mod/settings.php:706 -#: ../../mod/settings.php:730 ../../mod/settings.php:812 -#: ../../mod/settings.php:1004 ../../mod/events.php:598 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:93 ../../mod/connedit.php:556 -#: ../../mod/thing.php:284 ../../mod/thing.php:327 ../../mod/profiles.php:633 -#: ../../mod/pdledit.php:58 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:146 ../../mod/group.php:81 -#: ../../mod/import.php:480 ../../mod/admin.php:412 ../../mod/admin.php:723 -#: ../../mod/admin.php:859 ../../mod/admin.php:992 ../../mod/admin.php:1191 -#: ../../mod/admin.php:1278 ../../mod/locs.php:99 ../../mod/mail.php:352 -#: ../../mod/invite.php:142 ../../mod/xchan.php:11 ../../mod/photos.php:594 -#: ../../mod/photos.php:671 ../../mod/photos.php:957 ../../mod/photos.php:997 -#: ../../mod/photos.php:1107 ../../mod/appman.php:99 ../../mod/poll.php:68 -#: ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "Opslaan" +#: ../../mod/register.php:84 +msgid "Passwords do not match." +msgstr "Wachtwoorden komen niet met elkaar overeen." -#: ../../include/ItemObject.php:622 -msgid "Bold" -msgstr "Vet" +#: ../../mod/register.php:117 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registratie geslaagd. Controleer je e-mail voor instructies." -#: ../../include/ItemObject.php:623 -msgid "Italic" -msgstr "Cursief" +#: ../../mod/register.php:123 +msgid "Your registration is pending approval by the site owner." +msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze RedMatrix-hub." -#: ../../include/ItemObject.php:624 -msgid "Underline" -msgstr "Onderstrepen" +#: ../../mod/register.php:126 +msgid "Your registration can not be processed." +msgstr "Jouw registratie kan niet verwerkt worden." -#: ../../include/ItemObject.php:625 -msgid "Quote" -msgstr "Citeren" +#: ../../mod/register.php:163 +msgid "Registration on this site/hub is by approval only." +msgstr "Registraties op deze RedMatrix-hub moeten eerst worden goedgekeurd." -#: ../../include/ItemObject.php:626 -msgid "Code" -msgstr "Broncode" +#: ../../mod/register.php:164 +msgid "Register at another affiliated site/hub" +msgstr "Registreer op een andere RedMatrix-hub" -#: ../../include/ItemObject.php:627 -msgid "Image" -msgstr "Afbeelding" +#: ../../mod/register.php:174 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Deze RedMatrix-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals." -#: ../../include/ItemObject.php:628 -msgid "Link" -msgstr "Link" +#: ../../mod/register.php:185 +msgid "Terms of Service" +msgstr "Gebruiksvoorwaarden" -#: ../../include/ItemObject.php:629 -msgid "Video" -msgstr "Video" +#: ../../mod/register.php:191 +#, php-format +msgid "I accept the %s for this website" +msgstr "Ik accepteer de %s van deze RedMatrix-hub" -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Naam chatkanaal ontbreekt" +#: ../../mod/register.php:193 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Ik accepteer de %s van deze RedMatrix-hub" -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Naam chatkanaal bestaat al" +#: ../../mod/register.php:207 ../../mod/admin.php:413 +msgid "Registration" +msgstr "Registratie" -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Ongeldige omschrijving chatkanaal" +#: ../../mod/register.php:212 +msgid "Membership on this site is by invitation only." +msgstr "Registreren op deze RedMatrix-hub kan alleen op uitnodiging." -#: ../../include/chat.php:105 -msgid "Room not found." -msgstr "Chatkanaal niet gevonden" +#: ../../mod/register.php:213 +msgid "Please enter your invitation code" +msgstr "Vul jouw uitnodigingscode in" -#: ../../include/chat.php:126 -msgid "Room is full" -msgstr "Chatkanaal is vol" +#: ../../mod/register.php:216 +msgid "Your email address" +msgstr "Jouw e-mailadres" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" -msgstr "Noteer je huidige stemming en toon het aan je connecties" +#: ../../mod/register.php:217 +msgid "Choose a password" +msgstr "Geef een wachtwoord op" + +#: ../../mod/register.php:218 +msgid "Please re-enter your password" +msgstr "Geef het wachtwoord opnieuw op" #: ../../mod/mitem.php:24 ../../mod/menu.php:108 msgid "Menu not found." @@ -3744,233 +3803,138 @@ msgstr "Dit menu-item verwijderen" #: ../../mod/mitem.php:139 msgid "Edit this menu item" -msgstr "Dit menu-item bewerken" - -#: ../../mod/mitem.php:158 -msgid "New Menu Element" -msgstr "Nieuw menu-element" - -#: ../../mod/mitem.php:160 ../../mod/mitem.php:203 -msgid "Menu Item Permissions" -msgstr "Permissies menu-item" - -#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1039 -msgid "(click to open/close)" -msgstr "(klik om te openen/sluiten)" - -#: ../../mod/mitem.php:163 ../../mod/mitem.php:207 -msgid "Link text" -msgstr "Linktekst" - -#: ../../mod/mitem.php:164 ../../mod/mitem.php:208 -msgid "URL of link" -msgstr "URL of link" - -#: ../../mod/mitem.php:165 ../../mod/mitem.php:209 -msgid "Use RedMatrix magic-auth if available" -msgstr "Gebruik RedMatrix' magic-auth wanneer beschikbaar" - -#: ../../mod/mitem.php:166 ../../mod/mitem.php:210 -msgid "Open link in new window" -msgstr "Open link in nieuw venster" - -#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 -msgid "Order in list" -msgstr "Volgorde in lijst" - -#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 -msgid "Higher numbers will sink to bottom of listing" -msgstr "Hogere nummers komen onderaan de lijst terecht" - -#: ../../mod/mitem.php:181 -msgid "Menu item not found." -msgstr "Menu-item niet gevonden." - -#: ../../mod/mitem.php:190 -msgid "Menu item deleted." -msgstr "Menu-item verwijderd." - -#: ../../mod/mitem.php:192 -msgid "Menu item could not be deleted." -msgstr "Menu-item kon niet worden verwijderd." - -#: ../../mod/mitem.php:201 -msgid "Edit Menu Element" -msgstr "Menu-element bewerken" - -#: ../../mod/mitem.php:213 ../../mod/menu.php:130 -msgid "Modify" -msgstr "Wijzigen" - -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" -msgstr "Welkom op de RedMatrix. Klik op de tab ontdekken of klik rechtsboven op de kanalengids, om kanalen te vinden. Rechtsboven vind je ook onze apps, waar je vrijwel alles van de RedMatrix kan vinden. Voor hulp met de RedMatrix klik je op het vraagteken of als je meer vragen hebt stel je die in het supportkanaal (liefst in het Engels)." - -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Maximum toegestane dagelijkse registraties op deze RedMatrix-hub bereikt. Probeer het morgen (UTC) nogmaals." - -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden." - -#: ../../mod/register.php:84 -msgid "Passwords do not match." -msgstr "Wachtwoorden komen niet met elkaar overeen." - -#: ../../mod/register.php:117 -msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "Registratie geslaagd. Controleer je e-mail voor instructies." - -#: ../../mod/register.php:123 -msgid "Your registration is pending approval by the site owner." -msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze RedMatrix-hub." - -#: ../../mod/register.php:126 -msgid "Your registration can not be processed." -msgstr "Jouw registratie kan niet verwerkt worden." - -#: ../../mod/register.php:163 -msgid "Registration on this site/hub is by approval only." -msgstr "Registraties op deze RedMatrix-hub moeten eerst worden goedgekeurd." +msgstr "Dit menu-item bewerken" -#: ../../mod/register.php:164 -msgid "Register at another affiliated site/hub" -msgstr "Registreer op een andere RedMatrix-hub" +#: ../../mod/mitem.php:158 +msgid "New Menu Element" +msgstr "Nieuw menu-element" -#: ../../mod/register.php:174 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Deze RedMatrix-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals." +#: ../../mod/mitem.php:160 ../../mod/mitem.php:203 +msgid "Menu Item Permissions" +msgstr "Permissies menu-item" -#: ../../mod/register.php:185 -msgid "Terms of Service" -msgstr "Gebruiksvoorwaarden" +#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1049 +msgid "(click to open/close)" +msgstr "(klik om te openen/sluiten)" -#: ../../mod/register.php:191 -#, php-format -msgid "I accept the %s for this website" -msgstr "Ik accepteer de %s van deze RedMatrix-hub" +#: ../../mod/mitem.php:163 ../../mod/mitem.php:207 +msgid "Link text" +msgstr "Linktekst" -#: ../../mod/register.php:193 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Ik accepteer de %s van deze RedMatrix-hub" +#: ../../mod/mitem.php:164 ../../mod/mitem.php:208 +msgid "URL of link" +msgstr "URL of link" -#: ../../mod/register.php:207 ../../mod/admin.php:413 -msgid "Registration" -msgstr "Registratie" +#: ../../mod/mitem.php:165 ../../mod/mitem.php:209 +msgid "Use RedMatrix magic-auth if available" +msgstr "Gebruik RedMatrix' magic-auth wanneer beschikbaar" -#: ../../mod/register.php:212 -msgid "Membership on this site is by invitation only." -msgstr "Registreren op deze RedMatrix-hub kan alleen op uitnodiging." +#: ../../mod/mitem.php:166 ../../mod/mitem.php:210 +msgid "Open link in new window" +msgstr "Open link in nieuw venster" -#: ../../mod/register.php:213 -msgid "Please enter your invitation code" -msgstr "Vul jouw uitnodigingscode in" +#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 +msgid "Order in list" +msgstr "Volgorde in lijst" -#: ../../mod/register.php:216 -msgid "Your email address" -msgstr "Jouw e-mailadres" +#: ../../mod/mitem.php:168 ../../mod/mitem.php:212 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Hogere nummers komen onderaan de lijst terecht" -#: ../../mod/register.php:217 -msgid "Choose a password" -msgstr "Geef een wachtwoord op" +#: ../../mod/mitem.php:181 +msgid "Menu item not found." +msgstr "Menu-item niet gevonden." -#: ../../mod/register.php:218 -msgid "Please re-enter your password" -msgstr "Geef het wachtwoord opnieuw op" +#: ../../mod/mitem.php:190 +msgid "Menu item deleted." +msgstr "Menu-item verwijderd." -#: ../../mod/filer.php:49 -msgid "- select -" -msgstr "- kies map -" +#: ../../mod/mitem.php:192 +msgid "Menu item could not be deleted." +msgstr "Menu-item kon niet worden verwijderd." -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Ongeldige profiel-identificator" +#: ../../mod/mitem.php:201 +msgid "Edit Menu Element" +msgstr "Menu-element bewerken" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Zichtbaarheid profiel " +#: ../../mod/mitem.php:213 ../../mod/menu.php:130 +msgid "Modify" +msgstr "Wijzigen" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Klik op een connectie om deze toe te voegen of te verwijderen" +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Welkom op de RedMatrix. Klik op de tab ontdekken of klik rechtsboven op de kanalengids, om kanalen te vinden. Rechtsboven vind je ook onze apps, waar je vrijwel alles van de RedMatrix kan vinden. Voor hulp met de RedMatrix klik je op het vraagteken of als je meer vragen hebt stel je die in het supportkanaal (liefst in het Engels)." -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Zichtbaar voor" +#: ../../mod/ping.php:266 +msgid "sent you a private message" +msgstr "stuurde jou een privébericht" -#: ../../mod/profperm.php:139 ../../mod/connections.php:279 -msgid "All Connections" -msgstr "Alle connecties" +#: ../../mod/ping.php:319 +msgid "added your channel" +msgstr "voegde jouw kanaal toe" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Aanmaken bron mislukt. Geen kanaal geselecteerd." +#: ../../mod/ping.php:360 +msgid "posted an event" +msgstr "plaatste een gebeurtenis" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Bron aangemaakt." +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Collectie aangemaakt" -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Bron aangemaakt." +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Collectie kon niet aangemaakt worden" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Collectie bijgewerkt." -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Beheer externe bronnen met inhoud voor jouw kanaal" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Kanaalcollectie aanmaken" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nieuwe bron" +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Naam collectie:" -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen." +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Kanalen in deze collectie zijn zichtbaar voor andere kanalen" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importeer alleen inhoud met deze woorden (één per regel)" +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Collectie verwijderd" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Laat leeg om alle openbare inhoud te importeren" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Verwijderen collectie mislukt" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:112 -msgid "Channel Name" -msgstr "Kanaalnaam" +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Collectiebewerker" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Bron niet gevonden" +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Kanalen" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Bron bewerken" +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Alle kanaalconnecties" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Bron verwijderen" +#: ../../mod/group.php:233 +msgid "Click on a channel to add or remove." +msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen." -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Bron verwijderd" +#: ../../mod/search.php:13 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 ../../mod/photos.php:458 +#: ../../mod/directory.php:22 +msgid "Public access denied." +msgstr "Openbare toegang geweigerd." -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Verwijderen bron mislukt." +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s volgt het %3$s van %2$s" #: ../../mod/poke.php:159 msgid "Poke/Prod" @@ -3996,1404 +3960,1433 @@ msgstr "Maak dit bericht privé" msgid "Authorize application connection" msgstr "Geef toestemming voor applicatiekoppeling" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Ga terug naar je app en voeg deze beveiligingscode in:" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Ga terug naar je app en voeg deze beveiligingscode in:" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Inloggen om verder te kunnen gaan." + +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?" + +#: ../../mod/api.php:105 ../../mod/settings.php:955 ../../mod/settings.php:960 +#: ../../mod/settings.php:1042 ../../mod/admin.php:392 +msgid "Yes" +msgstr "Ja" + +#: ../../mod/api.php:106 ../../mod/settings.php:955 ../../mod/settings.php:960 +#: ../../mod/settings.php:1042 ../../mod/admin.php:390 +msgid "No" +msgstr "Nee" + +#: ../../mod/profiles.php:18 ../../mod/profiles.php:174 +#: ../../mod/profiles.php:231 ../../mod/profiles.php:583 +msgid "Profile not found." +msgstr "Profiel niet gevonden." + +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profiel verwijderd." + +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profiel-" + +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Nieuw profiel aangemaakt." + +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Profiel niet beschikbaar om te klonen" + +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Geen profiel beschikbaar om te exporteren" + +#: ../../mod/profiles.php:241 +msgid "Profile Name is required." +msgstr "Profielnaam is vereist" + +#: ../../mod/profiles.php:387 +msgid "Marital Status" +msgstr "Huwelijke status" + +#: ../../mod/profiles.php:391 +msgid "Romantic Partner" +msgstr "Romantische partner" + +#: ../../mod/profiles.php:395 +msgid "Likes" +msgstr "Houdt van" + +#: ../../mod/profiles.php:399 +msgid "Dislikes" +msgstr "Houdt niet van" + +#: ../../mod/profiles.php:403 +msgid "Work/Employment" +msgstr "Werk/arbeid" + +#: ../../mod/profiles.php:406 +msgid "Religion" +msgstr "Religie" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Inloggen om verder te kunnen gaan." +#: ../../mod/profiles.php:410 +msgid "Political Views" +msgstr "Politieke overtuigingen" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?" +#: ../../mod/profiles.php:414 +msgid "Gender" +msgstr "Geslacht" -#: ../../mod/api.php:105 ../../mod/settings.php:944 ../../mod/settings.php:949 -#: ../../mod/settings.php:1032 ../../mod/profiles.php:591 -#: ../../mod/admin.php:392 -msgid "Yes" -msgstr "Ja" +#: ../../mod/profiles.php:418 +msgid "Sexual Preference" +msgstr "Seksuele voorkeur" -#: ../../mod/api.php:106 ../../mod/settings.php:944 ../../mod/settings.php:949 -#: ../../mod/settings.php:1032 ../../mod/profiles.php:592 -#: ../../mod/admin.php:390 -msgid "No" -msgstr "Nee" +#: ../../mod/profiles.php:422 +msgid "Homepage" +msgstr "Homepage" -#: ../../mod/search.php:13 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 ../../mod/directory.php:22 -#: ../../mod/photos.php:458 -msgid "Public access denied." -msgstr "Openbare toegang geweigerd." +#: ../../mod/profiles.php:426 +msgid "Interests" +msgstr "Interesses" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Item is niet aanwezig." +#: ../../mod/profiles.php:430 ../../mod/admin.php:866 +msgid "Address" +msgstr "Kanaaladres" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "Ophalen URL gaf een foutmelding terug: %1$s" +#: ../../mod/profiles.php:437 ../../mod/pubsites.php:25 +msgid "Location" +msgstr "Locatie" -#: ../../mod/block.php:27 ../../mod/page.php:33 -msgid "Invalid item." -msgstr "Ongeldig item." +#: ../../mod/profiles.php:520 +msgid "Profile updated." +msgstr "Profiel bijgewerkt" -#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 -msgid "Channel not found." -msgstr "Kanaal niet gevonden." +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien." -#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 -#: ../../mod/page.php:81 ../../index.php:241 -msgid "Page not found." -msgstr "Pagina niet gevonden." +#: ../../mod/profiles.php:649 +msgid "Edit Profile Details" +msgstr "Profiel bewerken" -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s volgt het %3$s van %2$s" +#: ../../mod/profiles.php:651 +msgid "View this profile" +msgstr "Profiel weergeven" -#: ../../mod/blocks.php:99 -msgid "Block Name" -msgstr "Bloknaam" +#: ../../mod/profiles.php:653 +msgid "Change Profile Photo" +msgstr "Profielfoto wijzigen" -#: ../../mod/setup.php:166 -msgid "Red Matrix Server - Setup" -msgstr "RedMatrix Server - Setup" +#: ../../mod/profiles.php:654 +msgid "Create a new profile using these settings" +msgstr "Een nieuw profiel aanmaken met dit profiel als basis" -#: ../../mod/setup.php:172 -msgid "Could not connect to database." -msgstr "Could not connect to database." +#: ../../mod/profiles.php:655 +msgid "Clone this profile" +msgstr "Dit profiel klonen" -#: ../../mod/setup.php:176 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Could not connect to specified hub URL. Possible SSL certificate or DNS issue." +#: ../../mod/profiles.php:656 +msgid "Delete this profile" +msgstr "Dit profiel verwijderen" -#: ../../mod/setup.php:183 -msgid "Could not create table." -msgstr "Could not create table." +#: ../../mod/profiles.php:658 +msgid "Import profile from file" +msgstr "Profiel vanuit bestand importeren" -#: ../../mod/setup.php:189 -msgid "Your site database has been installed." -msgstr "Your hub database has been installed." +#: ../../mod/profiles.php:659 +msgid "Export profile to file" +msgstr "Profiel naar bestand exporteren" -#: ../../mod/setup.php:194 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "You may need to import the file \"install/schema_xxx.sql\" manually using a database client." +#: ../../mod/profiles.php:660 +msgid "Profile Name:" +msgstr "Profielnaam:" -#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Please see the file \"install/INSTALL.txt\"." +#: ../../mod/profiles.php:661 +msgid "Your Full Name:" +msgstr "Jouw volledige naam:" -#: ../../mod/setup.php:261 -msgid "System check" -msgstr "System check" +#: ../../mod/profiles.php:662 +msgid "Title/Description:" +msgstr "Titel/omschrijving:" -#: ../../mod/setup.php:265 ../../mod/events.php:445 ../../mod/photos.php:868 -msgid "Next" -msgstr "Volgende" +#: ../../mod/profiles.php:663 +msgid "Your Gender:" +msgstr "Jouw geslacht" -#: ../../mod/setup.php:266 -msgid "Check again" -msgstr "Check again" +#: ../../mod/profiles.php:664 +msgid "Birthday :" +msgstr "Verjaardag: " -#: ../../mod/setup.php:289 -msgid "Database connection" -msgstr "Database connection" +#: ../../mod/profiles.php:665 +msgid "Street Address:" +msgstr "Straat en huisnummer:" -#: ../../mod/setup.php:290 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "In order to install RedMatrix we need to know how to connect to your database." +#: ../../mod/profiles.php:666 +msgid "Locality/City:" +msgstr "Woonplaats:" -#: ../../mod/setup.php:291 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." +#: ../../mod/profiles.php:667 +msgid "Postal/Zip Code:" +msgstr "Postcode:" -#: ../../mod/setup.php:292 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." +#: ../../mod/profiles.php:668 +msgid "Country:" +msgstr "Land:" -#: ../../mod/setup.php:296 -msgid "Database Server Name" -msgstr "Database Server Name" +#: ../../mod/profiles.php:669 +msgid "Region/State:" +msgstr "Provincie/gewest/deelstaat:" -#: ../../mod/setup.php:296 -msgid "Default is localhost" -msgstr "Default is localhost" +#: ../../mod/profiles.php:670 +msgid " Marital Status:" +msgstr " Huwelijkse staat:" -#: ../../mod/setup.php:297 -msgid "Database Port" -msgstr "Database Port" +#: ../../mod/profiles.php:671 +msgid "Who: (if applicable)" +msgstr "Wie (wanneer toepasselijk):" -#: ../../mod/setup.php:297 -msgid "Communication port number - use 0 for default" -msgstr "Communication port number - use 0 for default" +#: ../../mod/profiles.php:672 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Voorbeelden: karin123, Karin Jansen, cathy@voorbeeld.nl" -#: ../../mod/setup.php:298 -msgid "Database Login Name" -msgstr "Database Login Name" +#: ../../mod/profiles.php:673 +msgid "Since [date]:" +msgstr "Sinds [datum]:" -#: ../../mod/setup.php:299 -msgid "Database Login Password" -msgstr "Database Login Password" +#: ../../mod/profiles.php:675 +msgid "Homepage URL:" +msgstr "Adres homepage:" -#: ../../mod/setup.php:300 -msgid "Database Name" -msgstr "Database Name" +#: ../../mod/profiles.php:678 +msgid "Religious Views:" +msgstr "Religieuze overtuigingen" -#: ../../mod/setup.php:301 -msgid "Database Type" -msgstr "Database Type" +#: ../../mod/profiles.php:679 +msgid "Keywords:" +msgstr "Trefwoorden" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "Site administrator email address" -msgstr "Hub administrator email address" +#: ../../mod/profiles.php:682 +msgid "Example: fishing photography software" +msgstr "Voorbeeld: muziek, fotografie, software" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." +#: ../../mod/profiles.php:683 +msgid "Used in directory listings" +msgstr "Wordt in de kanalengids gebruikt" -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Website URL" -msgstr "Hub URL" +#: ../../mod/profiles.php:684 +msgid "Tell us about yourself..." +msgstr "Vertel ons iets over jezelf..." -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Please use SSL (https) URL if available." -msgstr "Please use SSL (https) URL if available." +#: ../../mod/profiles.php:685 +msgid "Hobbies/Interests" +msgstr "Hobby's/interesses" -#: ../../mod/setup.php:307 ../../mod/setup.php:352 -msgid "Please select a default timezone for your website" -msgstr "Please select a default timezone for your hub" +#: ../../mod/profiles.php:686 +msgid "Contact information and Social Networks" +msgstr "Contactinformatie en sociale netwerken" -#: ../../mod/setup.php:335 -msgid "Site settings" -msgstr "Hub settings" +#: ../../mod/profiles.php:687 +msgid "My other channels" +msgstr "Mijn andere kanalen" -#: ../../mod/setup.php:395 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Could not find a command line version of PHP in the web server PATH." +#: ../../mod/profiles.php:688 +msgid "Musical interests" +msgstr "Muzikale interesses" -#: ../../mod/setup.php:396 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron." +#: ../../mod/profiles.php:689 +msgid "Books, literature" +msgstr "Boeken/literatuur" -#: ../../mod/setup.php:400 -msgid "PHP executable path" -msgstr "PHP executable path" +#: ../../mod/profiles.php:690 +msgid "Television" +msgstr "Televisie" -#: ../../mod/setup.php:400 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Enter full path to php executable. You can leave this blank to continue the installation." +#: ../../mod/profiles.php:691 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/cultuur/entertainment" -#: ../../mod/setup.php:405 -msgid "Command line PHP" -msgstr "Command line PHP" +#: ../../mod/profiles.php:692 +msgid "Love/romance" +msgstr "Liefde/romantiek" -#: ../../mod/setup.php:414 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." +#: ../../mod/profiles.php:693 +msgid "Work/employment" +msgstr "Werk/arbeid" -#: ../../mod/setup.php:415 -msgid "This is required for message delivery to work." -msgstr "This is required for message delivery to work." +#: ../../mod/profiles.php:694 +msgid "School/education" +msgstr "School/onderwijs" -#: ../../mod/setup.php:417 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../mod/profiles.php:700 +msgid "This is your default profile." +msgstr "Dit is jouw standaardprofiel" -#: ../../mod/setup.php:438 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" +#: ../../mod/profiles.php:711 ../../mod/directory.php:188 +msgid "Age: " +msgstr "Leeftijd:" -#: ../../mod/setup.php:439 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"." +#: ../../mod/profiles.php:754 +msgid "Edit/Manage Profiles" +msgstr "Profielen bewerken/beheren" -#: ../../mod/setup.php:441 -msgid "Generate encryption keys" -msgstr "Generate encryption keys" +#: ../../mod/profiles.php:755 +msgid "Add profile things" +msgstr "Dingen aan je profiel toevoegen" -#: ../../mod/setup.php:448 -msgid "libCurl PHP module" -msgstr "libCurl PHP module" +#: ../../mod/profiles.php:756 +msgid "Include desirable objects in your profile" +msgstr "Voeg door jou gewenste dingen aan jouw profiel toe" -#: ../../mod/setup.php:449 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP module" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Item is niet aanwezig." -#: ../../mod/setup.php:450 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP module" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Ophalen URL gaf een foutmelding terug: %1$s" -#: ../../mod/setup.php:451 -msgid "mysqli or postgres PHP module" -msgstr "mysqli or postgres PHP module" +#: ../../mod/block.php:27 ../../mod/page.php:33 +msgid "Invalid item." +msgstr "Ongeldig item." -#: ../../mod/setup.php:452 -msgid "mb_string PHP module" -msgstr "mb_string PHP module" +#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 +msgid "Channel not found." +msgstr "Kanaal niet gevonden." -#: ../../mod/setup.php:453 -msgid "mcrypt PHP module" -msgstr "mcrypt PHP module" +#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 +#: ../../mod/page.php:81 ../../index.php:241 +msgid "Page not found." +msgstr "Pagina niet gevonden." -#: ../../mod/setup.php:458 ../../mod/setup.php:460 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" +#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 +msgid "Export Channel" +msgstr "Kanaal exporteren" -#: ../../mod/setup.php:458 +#: ../../mod/uexport.php:35 msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Error: Apache webserver mod-rewrite module is required but not installed." - -#: ../../mod/setup.php:464 ../../mod/setup.php:467 -msgid "proc_open" -msgstr "proc_open" +"Export your basic channel information to a small file. This acts as a " +"backup of your connections, permissions, profile and basic data, which can " +"be used to import your data to a new hub, but\tdoes not contain your " +"content." +msgstr "Exporteer de basisinformatie van jouw kanaal naar een klein bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal." + +#: ../../mod/uexport.php:36 +msgid "Export Content" +msgstr "Inhoud exporteren" -#: ../../mod/setup.php:464 +#: ../../mod/uexport.php:37 msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Error: proc_open is required but is either not installed or has been disabled in php.ini" +"Export your channel information and all the content to a JSON backup. This " +"backs up all of your connections, permissions, profile data and all of your " +"content, but is generally not suitable for importing a channel to a new hub " +"as this file may be VERY large. Please be patient - it may take several " +"minutes for this download to begin." +msgstr "Exporteer informatie en alle inhoud van jouw kanaal naar een JSON-back-up. Dit slaat al jouw connecties, permissies, profielgegevens en de volledige inhoud van jouw kanaal op, maar is in het algemeen niet geschikt om op een nieuwe hub te importeren, omdat dit bestand ZEER groot kan worden. Wees geduldig - het kan enkele minuten duren voordat de download begint." -#: ../../mod/setup.php:472 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Error: libCURL PHP module required but not installed." +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Geen gevolmachtigde personen gevonden waaraan mogelijk het accountbeheer kan worden uitbesteed." -#: ../../mod/setup.php:476 +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Accountbeheer uitbesteden" + +#: ../../mod/delegate.php:123 msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Error: GD graphics PHP module with JPEG support required but not installed." +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Gevolmachtigde personen zijn in staat om alle aspecten van dit account te beheren, behalve enkele basisinstellingen. Besteed het beheer van je persoonlijke account niet aan iemand uit die je niet volledig vertrouwd." -#: ../../mod/setup.php:480 -msgid "Error: openssl PHP module required but not installed." -msgstr "Error: openssl PHP module required but not installed." +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Bestaande accountbeheerders" -#: ../../mod/setup.php:484 -msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "Error: mysqli or postgres PHP module required but neither are installed." +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Bestaande gevolmachtigde accountbeheerders" -#: ../../mod/setup.php:488 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Error: mb_string PHP module required but not installed." +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Gevolmachtigde personen waaraan mogelijk het accountbeheer kan worden uitbesteed." -#: ../../mod/setup.php:492 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Error: mcrypt PHP module required but not installed." +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:133 ../../mod/photos.php:902 +msgid "Remove" +msgstr "Verwijderen" -#: ../../mod/setup.php:508 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so." +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Toevoegen" -#: ../../mod/setup.php:509 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can." +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Geen" -#: ../../mod/setup.php:510 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder." +#: ../../mod/siteinfo.php:93 +#, php-format +msgid "Version %s" +msgstr "Versie %s" -#: ../../mod/setup.php:511 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../mod/siteinfo.php:114 +msgid "Installed plugins/addons/apps:" +msgstr "Ingeschakelde plug-ins/add-ons/apps:" -#: ../../mod/setup.php:514 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is writable" +#: ../../mod/siteinfo.php:127 +msgid "No installed plugins/addons/apps" +msgstr "Geen ingeschakelde plug-ins/add-ons/apps" -#: ../../mod/setup.php:524 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." +#: ../../mod/siteinfo.php:135 +msgid "Red" +msgstr "Red" -#: ../../mod/setup.php:525 -#, php-format +#: ../../mod/siteinfo.php:136 msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder." +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy." -#: ../../mod/setup.php:526 ../../mod/setup.php:544 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder." +#: ../../mod/siteinfo.php:138 +msgid "Tag: " +msgstr "Tag: " -#: ../../mod/setup.php:527 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains." +#: ../../mod/siteinfo.php:140 +msgid "Last background fetch: " +msgstr "Meest recente achtergrond-fetch:" -#: ../../mod/setup.php:530 -#, php-format -msgid "%s is writable" -msgstr "%s is writable" +#: ../../mod/siteinfo.php:143 +msgid "Running at web location" +msgstr "Draaiend op weblocatie" -#: ../../mod/setup.php:543 +#: ../../mod/siteinfo.php:144 msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder" +"Please visit RedMatrix.me to learn more" +" about the Red Matrix." +msgstr "Bezoek RedMatrix.me om meer te leren over de RedMatrix." -#: ../../mod/setup.php:547 -msgid "store is writable" -msgstr "store is writable" +#: ../../mod/siteinfo.php:145 +msgid "Bug reports and issues: please visit" +msgstr "Bugrapporten en andere kwesties: bezoek" -#: ../../mod/setup.php:577 +#: ../../mod/siteinfo.php:148 msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "SSL certificate cannot be validated. Fix certificate or disable https access to this hub." +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com" -#: ../../mod/setup.php:578 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" -msgstr "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!" +#: ../../mod/siteinfo.php:150 +msgid "Site Administrators" +msgstr "Hubbeheerders: " -#: ../../mod/setup.php:579 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "This restriction is incorporated because public posts from you may for example contain references to images on your own hub." +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Aanmaken bron mislukt. Geen kanaal geselecteerd." -#: ../../mod/setup.php:580 -msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues." +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Bron aangemaakt." -#: ../../mod/setup.php:581 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement." +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Bron aangemaakt." -#: ../../mod/setup.php:582 -msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Providers are available that issue free certificates which are browser-valid." +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/setup.php:584 -msgid "SSL certificate validation" -msgstr "SSL certificate validation" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Beheer externe bronnen met inhoud voor jouw kanaal" -#: ../../mod/setup.php:590 +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nieuwe bron" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"Url rewrite in .htaccess is not working. Check your server " -"configuration.Test: " -msgstr "Url rewrite in .htaccess is not working. Check your server configuration.Test: " +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen." -#: ../../mod/setup.php:592 -msgid "Url rewrite is working" -msgstr "Url rewrite is working" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importeer alleen inhoud met deze woorden (één per regel)" -#: ../../mod/setup.php:602 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Laat leeg om alle openbare inhoud te importeren" -#: ../../mod/setup.php:626 -msgid "Errors encountered creating database tables." -msgstr "Errors encountered creating database tables." +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:112 +msgid "Channel Name" +msgstr "Kanaalnaam" -#: ../../mod/setup.php:661 -msgid "

    What next

    " -msgstr "

    Wat nu

    " +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Bron niet gevonden" -#: ../../mod/setup.php:662 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Bron bewerken" -#: ../../mod/settings.php:73 -msgid "Name is required" -msgstr "Naam is vereist" +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Bron verwijderen" -#: ../../mod/settings.php:77 -msgid "Key and Secret are required" -msgstr "Key en secret zijn vereist" +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Bron verwijderd" -#: ../../mod/settings.php:213 -msgid "Passwords do not match. Password unchanged." -msgstr "Wachtwoorden komen niet overeen. Wachtwoord onveranderd." +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Verwijderen bron mislukt." -#: ../../mod/settings.php:217 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd." +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Ongeldige profiel-identificator" -#: ../../mod/settings.php:231 -msgid "Password changed." -msgstr "Wachtwoord veranderd." +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Zichtbaarheid profiel " -#: ../../mod/settings.php:233 -msgid "Password update failed. Please try again." -msgstr "Bijwerken wachtwoord mislukt. Probeer opnieuw." +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Klik op een connectie om deze toe te voegen of te verwijderen" -#: ../../mod/settings.php:247 -msgid "Not valid email." -msgstr "Geen geldig e-mailadres." +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Zichtbaar voor" -#: ../../mod/settings.php:250 -msgid "Protected email address. Cannot change to that email." -msgstr "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken." +#: ../../mod/profperm.php:139 ../../mod/connections.php:279 +msgid "All Connections" +msgstr "Alle connecties" -#: ../../mod/settings.php:259 -msgid "System failure storing new email. Please try again." -msgstr "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer." +#: ../../mod/events.php:81 +msgid "Event can not end before it has started." +msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen" -#: ../../mod/settings.php:495 -msgid "Settings updated." -msgstr "Instellingen bijgewerkt." +#: ../../mod/events.php:86 +msgid "Event title and start time are required." +msgstr "Titel en begintijd van gebeurtenis zijn vereist." -#: ../../mod/settings.php:564 ../../mod/settings.php:590 -#: ../../mod/settings.php:626 -msgid "Add application" -msgstr "Applicatie toevoegen" +#: ../../mod/events.php:100 +msgid "Event not found." +msgstr "Gebeurtenis niet gevonden" -#: ../../mod/settings.php:567 -msgid "Name of application" -msgstr "Naam van applicatie" +#: ../../mod/events.php:369 +msgid "l, F j" +msgstr "l j F" -#: ../../mod/settings.php:568 ../../mod/settings.php:594 -msgid "Consumer Key" -msgstr "Consumer key" +#: ../../mod/events.php:391 +msgid "Edit event" +msgstr "Gebeurtenis bewerken" -#: ../../mod/settings.php:568 ../../mod/settings.php:569 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20" +#: ../../mod/events.php:443 +msgid "Create New Event" +msgstr "Nieuwe gebeurtenis aanmaken" -#: ../../mod/settings.php:569 ../../mod/settings.php:595 -msgid "Consumer Secret" -msgstr "Consumer secret" +#: ../../mod/events.php:444 ../../mod/photos.php:856 +msgid "Previous" +msgstr "Vorige" -#: ../../mod/settings.php:570 ../../mod/settings.php:596 -msgid "Redirect" -msgstr "Redirect/doorverwijzing" +#: ../../mod/events.php:445 ../../mod/setup.php:265 ../../mod/photos.php:865 +msgid "Next" +msgstr "Volgende" -#: ../../mod/settings.php:570 -msgid "" -"Redirect URI - leave blank unless your application specifically requires " -"this" -msgstr "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist" +#: ../../mod/events.php:446 +msgid "Export" +msgstr "Exporteren" -#: ../../mod/settings.php:571 ../../mod/settings.php:597 -msgid "Icon url" -msgstr "URL van pictogram" +#: ../../mod/events.php:571 +msgid "Event details" +msgstr "Details van gebeurtenis" -#: ../../mod/settings.php:571 -msgid "Optional" -msgstr "Optioneel" +#: ../../mod/events.php:572 +msgid "Starting date and Title are required." +msgstr "Begintijd en titel zijn vereist." -#: ../../mod/settings.php:582 -msgid "You can't edit this application." -msgstr "Je kan deze applicatie niet bewerken" +#: ../../mod/events.php:574 +msgid "Categories (comma-separated list)" +msgstr "Categorieën (door komma's gescheiden lijst)" -#: ../../mod/settings.php:625 -msgid "Connected Apps" -msgstr "Verbonden applicaties" +#: ../../mod/events.php:576 +msgid "Event Starts:" +msgstr "Begin gebeurtenis:" -#: ../../mod/settings.php:629 -msgid "Client key starts with" -msgstr "Client key begint met" +#: ../../mod/events.php:576 ../../mod/events.php:592 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 +msgid "Required" +msgstr "Vereist" -#: ../../mod/settings.php:630 -msgid "No name" -msgstr "Geen naam" +#: ../../mod/events.php:582 +msgid "Finish date/time is not known or not relevant" +msgstr "Einddatum/-tijd is niet bekend of niet relevant" -#: ../../mod/settings.php:631 -msgid "Remove authorization" -msgstr "Autorisatie verwijderen" +#: ../../mod/events.php:584 +msgid "Event Finishes:" +msgstr "Einde gebeurtenis:" -#: ../../mod/settings.php:642 -msgid "No feature settings configured" -msgstr "Geen plugin-instellingen ingesteld" +#: ../../mod/events.php:586 +msgid "Adjust for viewer timezone" +msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt" -#: ../../mod/settings.php:650 -msgid "Feature Settings" -msgstr "Plugin-instellingen" +#: ../../mod/events.php:588 +msgid "Description:" +msgstr "Omschrijving:" -#: ../../mod/settings.php:673 -msgid "Account Settings" -msgstr "Account-instellingen" +#: ../../mod/events.php:592 +msgid "Title:" +msgstr "Titel:" -#: ../../mod/settings.php:674 -msgid "Password Settings" -msgstr "Wachtwoord-instellingen" +#: ../../mod/events.php:594 +msgid "Share this event" +msgstr "Deel deze gebeurtenis" -#: ../../mod/settings.php:675 -msgid "New Password:" -msgstr "Nieuw wachtwoord:" +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "Openbare hubs" -#: ../../mod/settings.php:676 -msgid "Confirm:" -msgstr "Bevestigen:" +#: ../../mod/pubsites.php:19 +msgid "" +"The listed sites allow public registration into the Red Matrix. All sites in" +" the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links may provide " +"additional details." +msgstr "Op de hier weergegeven hubs kan iedereen zich voor de RedMatrix aanmelden. Alle hubs in de Matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. Mogelijk wordt hierover op de hub zelf meer informatie gegeven." -#: ../../mod/settings.php:676 -msgid "Leave password fields blank unless changing" -msgstr "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen" +#: ../../mod/pubsites.php:25 +msgid "Site URL" +msgstr "URL hub" -#: ../../mod/settings.php:678 ../../mod/settings.php:1013 -msgid "Email Address:" -msgstr "E-mailadres:" +#: ../../mod/pubsites.php:25 +msgid "Access Type" +msgstr "Toegangstype" -#: ../../mod/settings.php:679 ../../mod/removeaccount.php:61 -msgid "Remove Account" -msgstr "Account verwijderen" +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" +msgstr "Registratiebeleid" -#: ../../mod/settings.php:680 -msgid "Remove this account from this server including all its channels" -msgstr "Dit account en al zijn kanalen van deze RedMatrix-hub verwijderen" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken." + +#: ../../mod/channel.php:87 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina." -#: ../../mod/settings.php:681 ../../mod/settings.php:1095 -msgid "Warning: This action is permanent and cannot be reversed." -msgstr "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid." +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Kies een bladwijzermap" -#: ../../mod/settings.php:697 -msgid "Off" -msgstr "Uit" +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Bladwijzer opslaan" -#: ../../mod/settings.php:697 -msgid "On" -msgstr "Aan" +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "URL van bladwijzer" -#: ../../mod/settings.php:704 -msgid "Additional Features" -msgstr "Extra functies" +#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 +msgid "Description" +msgstr "Omschrijving" -#: ../../mod/settings.php:729 -msgid "Connector Settings" -msgstr "Instellingen externe koppelingen" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "Of geef de naam op van een nieuwe bladwijzermap" -#: ../../mod/settings.php:768 -msgid "No special theme for mobile devices" -msgstr "Geen speciaal thema voor mobiele apparaten" +#: ../../mod/chat.php:167 +msgid "Room not found" +msgstr "Chatkanaal niet gevonden" -#: ../../mod/settings.php:771 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (experimenteel)" +#: ../../mod/chat.php:178 +msgid "Leave Room" +msgstr "Chatkanaal verlaten" -#: ../../mod/settings.php:774 ../../mod/admin.php:363 -msgid "mobile" -msgstr "mobiel" +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "Chatkanaal verwijderen" -#: ../../mod/settings.php:810 -msgid "Display Settings" -msgstr "Weergave-instellingen" +#: ../../mod/chat.php:180 +msgid "I am away right now" +msgstr "Ik ben momenteel afwezig" -#: ../../mod/settings.php:816 -msgid "Display Theme:" -msgstr "Gebruik thema:" +#: ../../mod/chat.php:181 +msgid "I am online" +msgstr "Ik ben online" -#: ../../mod/settings.php:817 -msgid "Mobile Theme:" -msgstr "Mobiel thema:" +#: ../../mod/chat.php:183 +msgid "Bookmark this room" +msgstr "Chatkanaal aan bladwijzers toevoegen" -#: ../../mod/settings.php:818 -msgid "Enable user zoom on mobile devices" -msgstr "Inzoomen op smartphones en tablets toestaan" +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Nieuw chatkanaal" -#: ../../mod/settings.php:819 -msgid "Update browser every xx seconds" -msgstr "Ververs de webbrowser om de zoveel seconde" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Naam chatkanaal" -#: ../../mod/settings.php:819 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minimaal 10 seconde, geen maximum" +#: ../../mod/chat.php:225 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "Chatkanalen van %1$s" -#: ../../mod/settings.php:820 -msgid "Maximum number of conversations to load at any time:" -msgstr "Maximaal aantal conversaties die per keer geladen worden:" +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Afwezig" -#: ../../mod/settings.php:820 -msgid "Maximum of 100 items" -msgstr "Maximaal 100 conversaties" +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" -#: ../../mod/settings.php:821 -msgid "Don't show emoticons" -msgstr "Geen emoticons weergeven" +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "Inloggen." -#: ../../mod/settings.php:822 -msgid "Link post titles to source" -msgstr "Berichtkoppen naar originele locatie linken" +#: ../../mod/editpost.php:20 ../../mod/editblock.php:79 +#: ../../mod/editblock.php:95 ../../mod/editlayout.php:78 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "Item niet gevonden" -#: ../../mod/settings.php:823 -msgid "System Page Layout Editor - (advanced)" -msgstr "Lay-out bewerken van systeempagina's (geavanceerd)" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Item is niet te bewerken" -#: ../../mod/settings.php:826 -msgid "Use blog/list mode on channel page" -msgstr "Gebruik blog/lijst-modus op kanaalpagina" +#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 +msgid "Edit post" +msgstr "Bericht bewerken" -#: ../../mod/settings.php:826 ../../mod/settings.php:827 -msgid "(comments displayed separately)" -msgstr "(reacties worden afzonderlijk weergeven)" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Item verwijderen?" -#: ../../mod/settings.php:827 -msgid "Use blog/list mode on matrix page" -msgstr "Gebruik blog/lijst-modus op matrixpagina" +#: ../../mod/editpost.php:116 ../../mod/editblock.php:147 +#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:178 +msgid "Insert YouTube video" +msgstr "YouTube-video invoegen" -#: ../../mod/settings.php:828 -msgid "Channel page max height of content (in pixels)" -msgstr "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)" +#: ../../mod/editpost.php:117 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:179 +msgid "Insert Vorbis [.ogg] video" +msgstr "Vorbis-video [.ogg] invoegen" -#: ../../mod/settings.php:828 ../../mod/settings.php:829 -msgid "click to expand content exceeding this height" -msgstr "klik om inhoud uit te klappen die deze hoogte overschrijdt" +#: ../../mod/editpost.php:118 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:180 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Vorbis-audio [.ogg] invoegen" -#: ../../mod/settings.php:829 -msgid "Matrix page max height of content (in pixels)" -msgstr "Maximale hoogte berichtinhoud op matrixpagina (in pixels)" +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd." -#: ../../mod/settings.php:863 -msgid "Nobody except yourself" -msgstr "Niemand, behalve jezelf" +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Verwijder dit kanaal" -#: ../../mod/settings.php:864 -msgid "Only those you specifically allow" -msgstr "Alleen connecties met uitdrukkelijke toestemming" +#: ../../mod/removeme.php:58 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "Dit zal dit kanaal compleet van deze hub en uit het RedMatrix-netwerk verwijderen. Dit kan hierna niet meer te ongedaan gemaakt worden." -#: ../../mod/settings.php:865 -msgid "Approved connections" -msgstr "Geaccepteerde connecties" +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 +msgid "Please enter your password for verification:" +msgstr "Vul je wachtwoord in ter verificatie:" -#: ../../mod/settings.php:866 -msgid "Any connections" -msgstr "Alle connecties" +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Dit kanaal en alle klonen hiervan uit het RedMatrix-netwerk verwijderen" -#: ../../mod/settings.php:867 -msgid "Anybody on this website" -msgstr "Iedereen op deze hub" +#: ../../mod/removeme.php:60 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het RedMatrix-netwerk verwijderd." -#: ../../mod/settings.php:868 -msgid "Anybody in this network" -msgstr "Iedereen in dit netwerk" +#: ../../mod/removeme.php:61 +msgid "Remove Channel" +msgstr "Kanaal verwijderen" -#: ../../mod/settings.php:869 -msgid "Anybody authenticated" -msgstr "Geauthenticeerd" +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Geen kanaal." -#: ../../mod/settings.php:870 -msgid "Anybody on the internet" -msgstr "Iedereen op het internet" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Veel voorkomende connecties" -#: ../../mod/settings.php:944 -msgid "Publish your default profile in the network directory" -msgstr "Publiceer je standaardprofiel in de kanalengids" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Geen gemeenschappelijke connecties." -#: ../../mod/settings.php:949 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen" +#: ../../mod/rmagic.php:38 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten." -#: ../../mod/settings.php:953 ../../mod/profile_photo.php:365 -msgid "or" -msgstr "of" +#: ../../mod/rmagic.php:38 +msgid "The error message was:" +msgstr "Het foutbericht was:" -#: ../../mod/settings.php:958 -msgid "Your channel address is" -msgstr "Jouw kanaaladres is" +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "Authenticatie mislukt." -#: ../../mod/settings.php:1002 -msgid "Channel Settings" -msgstr "Kanaal-instellingen" +#: ../../mod/rmagic.php:82 +msgid "Remote Authentication" +msgstr "Authenticatie op afstand" -#: ../../mod/settings.php:1011 -msgid "Basic Settings" -msgstr "Basis-instellingen" +#: ../../mod/rmagic.php:83 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Vul jouw kanaaladres in (bijv. channel@example.com)" -#: ../../mod/settings.php:1014 -msgid "Your Timezone:" -msgstr "Jouw tijdzone:" +#: ../../mod/rmagic.php:84 +msgid "Authenticate" +msgstr "Authenticeren" -#: ../../mod/settings.php:1015 -msgid "Default Post Location:" -msgstr "Standaardlocatie bericht:" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Geen geldige account gevonden." -#: ../../mod/settings.php:1015 -msgid "Geographical location to display on your posts" -msgstr "Geografische locatie die bij het bericht moet worden vermeld" +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail." -#: ../../mod/settings.php:1016 -msgid "Use Browser Location:" -msgstr "Locatie van webbrowser gebruiken:" +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Lid van hub (%s)" -#: ../../mod/settings.php:1018 -msgid "Adult Content" -msgstr "Inhoud voor volwassenen" +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend" -#: ../../mod/settings.php:1018 +#: ../../mod/lostpass.php:63 msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de hashtag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)" - -#: ../../mod/settings.php:1020 -msgid "Security and Privacy Settings" -msgstr "Veiligheids- en privacy-instellingen" +"Request could not be verified. (You may have previously submitted it.) " +"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/settings.php:1022 -msgid "Your permissions are already configured. Click to view/adjust" -msgstr "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen." +#: ../../mod/lostpass.php:85 ../../boot.php:1550 +msgid "Password Reset" +msgstr "Wachtwoord vergeten?" -#: ../../mod/settings.php:1024 -msgid "Hide my online presence" -msgstr "Verberg mijn aanwezigheid" +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht." -#: ../../mod/settings.php:1024 -msgid "Prevents displaying in your profile that you are online" -msgstr "Voorkomt dat op je kanaal te zien valt dat je momenteel op de RedMatrix aanwezig bent" +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Jouw nieuwe wachtwoord is" -#: ../../mod/settings.php:1026 -msgid "Simple Privacy Settings:" -msgstr "Eenvoudige privacy-instellingen:" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Kopieer of sla je nieuwe wachtwoord op - en" -#: ../../mod/settings.php:1027 -msgid "" -"Very Public - extremely permissive (should be used with caution)" -msgstr "Zeer openbaar (kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)" +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "klik dan hier om in te loggen" -#: ../../mod/settings.php:1028 +#: ../../mod/lostpass.php:90 msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" -msgstr "Normaal (standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)" - -#: ../../mod/settings.php:1029 -msgid "Private - default private, never open or public" -msgstr "Privé (standaard privé en nooit openbaar)" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Jouw wachtwoord kan worden veranderd onder instellingen, nadat je succesvol bent ingelogd." -#: ../../mod/settings.php:1030 -msgid "Blocked - default blocked to/from everybody" -msgstr "Geblokkeerd (standaard geblokkeerd naar/van iedereen)" +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Jouw wachtwoord op %s is veranderd" -#: ../../mod/settings.php:1032 -msgid "Allow others to tag your posts" -msgstr "Anderen toestaan om je berichten te labelen" +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Wachtwoord vergeten?" -#: ../../mod/settings.php:1032 +#: ../../mod/lostpass.php:123 msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies." -#: ../../mod/settings.php:1034 -msgid "Advanced Privacy Settings" -msgstr "Geavanceerde privacy-instellingen" +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "E-mailadres" -#: ../../mod/settings.php:1036 -msgid "Expire other channel content after this many days" -msgstr "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:" +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Opnieuw instellen" -#: ../../mod/settings.php:1036 -msgid "0 or blank prevents expiration" -msgstr "0 of leeg voorkomt het verlopen" +#: ../../mod/settings.php:73 +msgid "Name is required" +msgstr "Naam is vereist" -#: ../../mod/settings.php:1037 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum aantal connectieverzoeken per dag:" +#: ../../mod/settings.php:77 +msgid "Key and Secret are required" +msgstr "Key en secret zijn vereist" -#: ../../mod/settings.php:1037 -msgid "May reduce spam activity" -msgstr "Kan eventuele spam verminderen" +#: ../../mod/settings.php:222 +msgid "Passwords do not match. Password unchanged." +msgstr "Wachtwoorden komen niet overeen. Wachtwoord onveranderd." -#: ../../mod/settings.php:1038 -msgid "Default Post Permissions" -msgstr "Standaard permissies voor nieuwe berichten" +#: ../../mod/settings.php:226 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd." -#: ../../mod/settings.php:1043 -msgid "Channel permissions category:" -msgstr "Kanaaltype en -permissies:" +#: ../../mod/settings.php:240 +msgid "Password changed." +msgstr "Wachtwoord veranderd." -#: ../../mod/settings.php:1051 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" +#: ../../mod/settings.php:242 +msgid "Password update failed. Please try again." +msgstr "Bijwerken wachtwoord mislukt. Probeer opnieuw." -#: ../../mod/settings.php:1051 -msgid "Useful to reduce spamming" -msgstr "Kan eventuele spam verminderen" +#: ../../mod/settings.php:256 +msgid "Not valid email." +msgstr "Geen geldig e-mailadres." -#: ../../mod/settings.php:1054 -msgid "Notification Settings" -msgstr "Notificatie-instellingen" +#: ../../mod/settings.php:259 +msgid "Protected email address. Cannot change to that email." +msgstr "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken." -#: ../../mod/settings.php:1055 -msgid "By default post a status message when:" -msgstr "Plaats automatisch een statusbericht wanneer:" +#: ../../mod/settings.php:268 +msgid "System failure storing new email. Please try again." +msgstr "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer." -#: ../../mod/settings.php:1056 -msgid "accepting a friend request" -msgstr "Een connectieverzoek wordt geaccepteerd" +#: ../../mod/settings.php:507 +msgid "Settings updated." +msgstr "Instellingen bijgewerkt." -#: ../../mod/settings.php:1057 -msgid "joining a forum/community" -msgstr "Je lid wordt van een forum/groep" +#: ../../mod/settings.php:576 ../../mod/settings.php:602 +#: ../../mod/settings.php:638 +msgid "Add application" +msgstr "Applicatie toevoegen" -#: ../../mod/settings.php:1058 -msgid "making an interesting profile change" -msgstr "Er sprake is van een interessante profielwijziging" +#: ../../mod/settings.php:579 +msgid "Name of application" +msgstr "Naam van applicatie" -#: ../../mod/settings.php:1059 -msgid "Send a notification email when:" -msgstr "Verzend een notificatie per e-mail wanneer:" +#: ../../mod/settings.php:580 ../../mod/settings.php:606 +msgid "Consumer Key" +msgstr "Consumer key" -#: ../../mod/settings.php:1060 -msgid "You receive a connection request" -msgstr "Je een connectieverzoek ontvangt" +#: ../../mod/settings.php:580 ../../mod/settings.php:581 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20" -#: ../../mod/settings.php:1061 -msgid "Your connections are confirmed" -msgstr "Jouw connecties zijn bevestigd" +#: ../../mod/settings.php:581 ../../mod/settings.php:607 +msgid "Consumer Secret" +msgstr "Consumer secret" -#: ../../mod/settings.php:1062 -msgid "Someone writes on your profile wall" -msgstr "Iemand iets op jouw kanaal heeft geschreven" +#: ../../mod/settings.php:582 ../../mod/settings.php:608 +msgid "Redirect" +msgstr "Redirect/doorverwijzing" -#: ../../mod/settings.php:1063 -msgid "Someone writes a followup comment" -msgstr "Iemand een reactie schrijft" +#: ../../mod/settings.php:582 +msgid "" +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist" -#: ../../mod/settings.php:1064 -msgid "You receive a private message" -msgstr "Je een privé-bericht ontvangt" +#: ../../mod/settings.php:583 ../../mod/settings.php:609 +msgid "Icon url" +msgstr "URL van pictogram" -#: ../../mod/settings.php:1065 -msgid "You receive a friend suggestion" -msgstr "Je een kanaalvoorstel ontvangt" +#: ../../mod/settings.php:583 +msgid "Optional" +msgstr "Optioneel" -#: ../../mod/settings.php:1066 -msgid "You are tagged in a post" -msgstr "Je expliciet in een bericht bent genoemd" +#: ../../mod/settings.php:594 +msgid "You can't edit this application." +msgstr "Je kan deze applicatie niet bewerken" -#: ../../mod/settings.php:1067 -msgid "You are poked/prodded/etc. in a post" -msgstr "Je bent in een bericht aangestoten/gepord/etc." +#: ../../mod/settings.php:637 +msgid "Connected Apps" +msgstr "Verbonden applicaties" -#: ../../mod/settings.php:1070 -msgid "Show visual notifications including:" -msgstr "Toon de volgende zichtbare notificaties:" +#: ../../mod/settings.php:641 +msgid "Client key starts with" +msgstr "Client key begint met" -#: ../../mod/settings.php:1072 -msgid "Unseen matrix activity" -msgstr "Niet bekeken matrix-activiteit" +#: ../../mod/settings.php:642 +msgid "No name" +msgstr "Geen naam" -#: ../../mod/settings.php:1073 -msgid "Unseen channel activity" -msgstr "Niet bekeken kanaal-activiteit" +#: ../../mod/settings.php:643 +msgid "Remove authorization" +msgstr "Autorisatie verwijderen" -#: ../../mod/settings.php:1074 -msgid "Unseen private messages" -msgstr "Niet bekeken privéberichten" +#: ../../mod/settings.php:654 +msgid "No feature settings configured" +msgstr "Geen plugin-instellingen ingesteld" -#: ../../mod/settings.php:1074 ../../mod/settings.php:1079 -#: ../../mod/settings.php:1080 ../../mod/settings.php:1081 -msgid "Recommended" -msgstr "Aanbevolen" +#: ../../mod/settings.php:662 +msgid "Feature Settings" +msgstr "Plugin-instellingen" -#: ../../mod/settings.php:1075 -msgid "Upcoming events" -msgstr "Aankomende gebeurtenissen" +#: ../../mod/settings.php:685 +msgid "Account Settings" +msgstr "Account-instellingen" -#: ../../mod/settings.php:1076 -msgid "Events today" -msgstr "Gebeurtissen van vandaag" +#: ../../mod/settings.php:686 +msgid "Password Settings" +msgstr "Wachtwoord-instellingen" -#: ../../mod/settings.php:1077 -msgid "Upcoming birthdays" -msgstr "Aankomende verjaardagen" +#: ../../mod/settings.php:687 +msgid "New Password:" +msgstr "Nieuw wachtwoord:" -#: ../../mod/settings.php:1077 -msgid "Not available in all themes" -msgstr "Niet in alle thema's beschikbaar" +#: ../../mod/settings.php:688 +msgid "Confirm:" +msgstr "Bevestigen:" -#: ../../mod/settings.php:1078 -msgid "System (personal) notifications" -msgstr "(Persoonlijke) systeemnotificaties" +#: ../../mod/settings.php:688 +msgid "Leave password fields blank unless changing" +msgstr "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen" -#: ../../mod/settings.php:1079 -msgid "System info messages" -msgstr "Systeemmededelingen" +#: ../../mod/settings.php:690 ../../mod/settings.php:1023 +msgid "Email Address:" +msgstr "E-mailadres:" -#: ../../mod/settings.php:1080 -msgid "System critical alerts" -msgstr "Kritische systeemwaarschuwingen" +#: ../../mod/settings.php:691 ../../mod/removeaccount.php:61 +msgid "Remove Account" +msgstr "Account verwijderen" -#: ../../mod/settings.php:1081 -msgid "New connections" -msgstr "Nieuwe connecties" +#: ../../mod/settings.php:692 +msgid "Remove this account from this server including all its channels" +msgstr "Dit account en al zijn kanalen van deze RedMatrix-hub verwijderen" -#: ../../mod/settings.php:1082 -msgid "System Registrations" -msgstr "Nieuwe accountregistraties op deze hub" +#: ../../mod/settings.php:693 ../../mod/settings.php:1104 +msgid "Warning: This action is permanent and cannot be reversed." +msgstr "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid." -#: ../../mod/settings.php:1084 -msgid "Notify me of events this many days in advance" -msgstr "Herinner mij zoveel dagen van te voren aan gebeurtenissen" +#: ../../mod/settings.php:709 +msgid "Off" +msgstr "Uit" -#: ../../mod/settings.php:1084 -msgid "Must be greater than 0" -msgstr "Moet hoger dan 0 zijn" +#: ../../mod/settings.php:709 +msgid "On" +msgstr "Aan" -#: ../../mod/settings.php:1086 -msgid "Advanced Account/Page Type Settings" -msgstr "Instellingen geavanceerd account/paginatype" +#: ../../mod/settings.php:716 +msgid "Additional Features" +msgstr "Extra functies" -#: ../../mod/settings.php:1087 -msgid "Change the behaviour of this account for special situations" -msgstr "Verander het gedrag van dit account voor speciale situaties" +#: ../../mod/settings.php:740 +msgid "Connector Settings" +msgstr "Instellingen externe koppelingen" -#: ../../mod/settings.php:1090 -msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" -msgstr "Schakel de expertmodus in (in Instellingen > Extra functies) om aan te kunnen passen!" +#: ../../mod/settings.php:779 +msgid "No special theme for mobile devices" +msgstr "Geen speciaal thema voor mobiele apparaten" -#: ../../mod/settings.php:1091 -msgid "Miscellaneous Settings" -msgstr "Diverse instellingen" +#: ../../mod/settings.php:782 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (experimenteel)" -#: ../../mod/settings.php:1093 -msgid "Personal menu to display in your channel pages" -msgstr "Persoonlijk menu om op je kanaalpagina's weer te geven" +#: ../../mod/settings.php:785 ../../mod/admin.php:363 +msgid "mobile" +msgstr "mobiel" -#: ../../mod/settings.php:1094 -msgid "Remove this channel" -msgstr "Verwijder dit kanaal" +#: ../../mod/settings.php:821 +msgid "Display Settings" +msgstr "Weergave-instellingen" -#: ../../mod/events.php:81 -msgid "Event can not end before it has started." -msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen" +#: ../../mod/settings.php:827 +msgid "Display Theme:" +msgstr "Gebruik thema:" -#: ../../mod/events.php:86 -msgid "Event title and start time are required." -msgstr "Titel en begintijd van gebeurtenis zijn vereist." +#: ../../mod/settings.php:828 +msgid "Mobile Theme:" +msgstr "Mobiel thema:" -#: ../../mod/events.php:100 -msgid "Event not found." -msgstr "Gebeurtenis niet gevonden" +#: ../../mod/settings.php:829 +msgid "Enable user zoom on mobile devices" +msgstr "Inzoomen op smartphones en tablets toestaan" -#: ../../mod/events.php:369 -msgid "l, F j" -msgstr "l j F" +#: ../../mod/settings.php:830 +msgid "Update browser every xx seconds" +msgstr "Ververs de webbrowser om de zoveel seconde" -#: ../../mod/events.php:391 -msgid "Edit event" -msgstr "Gebeurtenis bewerken" +#: ../../mod/settings.php:830 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minimaal 10 seconde, geen maximum" -#: ../../mod/events.php:443 -msgid "Create New Event" -msgstr "Nieuwe gebeurtenis aanmaken" +#: ../../mod/settings.php:831 +msgid "Maximum number of conversations to load at any time:" +msgstr "Maximaal aantal conversaties die per keer geladen worden:" -#: ../../mod/events.php:444 ../../mod/photos.php:859 -msgid "Previous" -msgstr "Vorige" +#: ../../mod/settings.php:831 +msgid "Maximum of 100 items" +msgstr "Maximaal 100 conversaties" -#: ../../mod/events.php:446 -msgid "Export" -msgstr "Exporteren" +#: ../../mod/settings.php:832 +msgid "Don't show emoticons" +msgstr "Geen emoticons weergeven" -#: ../../mod/events.php:571 -msgid "Event details" -msgstr "Details van gebeurtenis" +#: ../../mod/settings.php:833 +msgid "Link post titles to source" +msgstr "Berichtkoppen naar originele locatie linken" -#: ../../mod/events.php:572 -msgid "Starting date and Title are required." -msgstr "Begintijd en titel zijn vereist." +#: ../../mod/settings.php:834 +msgid "System Page Layout Editor - (advanced)" +msgstr "Lay-out bewerken van systeempagina's (geavanceerd)" -#: ../../mod/events.php:574 -msgid "Categories (comma-separated list)" -msgstr "Categorieën (door komma's gescheiden lijst)" +#: ../../mod/settings.php:837 +msgid "Use blog/list mode on channel page" +msgstr "Gebruik blog/lijst-modus op kanaalpagina" -#: ../../mod/events.php:576 -msgid "Event Starts:" -msgstr "Begin gebeurtenis:" +#: ../../mod/settings.php:837 ../../mod/settings.php:838 +msgid "(comments displayed separately)" +msgstr "(reacties worden afzonderlijk weergeven)" -#: ../../mod/events.php:576 ../../mod/events.php:592 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 -msgid "Required" -msgstr "Vereist" +#: ../../mod/settings.php:838 +msgid "Use blog/list mode on matrix page" +msgstr "Gebruik blog/lijst-modus op matrixpagina" -#: ../../mod/events.php:582 -msgid "Finish date/time is not known or not relevant" -msgstr "Einddatum/-tijd is niet bekend of niet relevant" +#: ../../mod/settings.php:839 +msgid "Channel page max height of content (in pixels)" +msgstr "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)" -#: ../../mod/events.php:584 -msgid "Event Finishes:" -msgstr "Einde gebeurtenis:" +#: ../../mod/settings.php:839 ../../mod/settings.php:840 +msgid "click to expand content exceeding this height" +msgstr "klik om inhoud uit te klappen die deze hoogte overschrijdt" -#: ../../mod/events.php:586 -msgid "Adjust for viewer timezone" -msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt" +#: ../../mod/settings.php:840 +msgid "Matrix page max height of content (in pixels)" +msgstr "Maximale hoogte berichtinhoud op matrixpagina (in pixels)" -#: ../../mod/events.php:588 -msgid "Description:" -msgstr "Omschrijving:" +#: ../../mod/settings.php:874 +msgid "Nobody except yourself" +msgstr "Niemand, behalve jezelf" -#: ../../mod/events.php:592 -msgid "Title:" -msgstr "Titel:" +#: ../../mod/settings.php:875 +msgid "Only those you specifically allow" +msgstr "Alleen connecties met uitdrukkelijke toestemming" -#: ../../mod/events.php:594 -msgid "Share this event" -msgstr "Deel deze gebeurtenis" +#: ../../mod/settings.php:876 +msgid "Approved connections" +msgstr "Geaccepteerde connecties" -#: ../../mod/pubsites.php:16 -msgid "Public Sites" -msgstr "Openbare hubs" +#: ../../mod/settings.php:877 +msgid "Any connections" +msgstr "Alle connecties" -#: ../../mod/pubsites.php:19 -msgid "" -"The listed sites allow public registration into the Red Matrix. All sites in" -" the matrix are interlinked so membership on any of them conveys membership " -"in the matrix as a whole. Some sites may require subscription or provide " -"tiered service plans. The provider links may provide " -"additional details." -msgstr "Op de hier weergegeven hubs kan iedereen zich voor de RedMatrix aanmelden. Alle hubs in de Matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. Mogelijk wordt hierover op de hub zelf meer informatie gegeven." +#: ../../mod/settings.php:878 +msgid "Anybody on this website" +msgstr "Iedereen op deze hub" -#: ../../mod/pubsites.php:25 -msgid "Site URL" -msgstr "URL hub" +#: ../../mod/settings.php:879 +msgid "Anybody in this network" +msgstr "Iedereen in dit netwerk" -#: ../../mod/pubsites.php:25 -msgid "Access Type" -msgstr "Toegangstype" +#: ../../mod/settings.php:880 +msgid "Anybody authenticated" +msgstr "Geauthenticeerd" -#: ../../mod/pubsites.php:25 -msgid "Registration Policy" -msgstr "Registratiebeleid" +#: ../../mod/settings.php:881 +msgid "Anybody on the internet" +msgstr "Iedereen op het internet" -#: ../../mod/pubsites.php:25 ../../mod/profiles.php:428 -msgid "Location" -msgstr "Locatie" +#: ../../mod/settings.php:955 +msgid "Publish your default profile in the network directory" +msgstr "Publiceer je standaardprofiel in de kanalengids" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken." +#: ../../mod/settings.php:960 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen" -#: ../../mod/channel.php:86 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina." +#: ../../mod/settings.php:964 ../../mod/profile_photo.php:365 +msgid "or" +msgstr "of" -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "Kies een bladwijzermap" +#: ../../mod/settings.php:969 +msgid "Your channel address is" +msgstr "Jouw kanaaladres is" -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "Bladwijzer opslaan" +#: ../../mod/settings.php:1014 +msgid "Channel Settings" +msgstr "Kanaal-instellingen" -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "URL van bladwijzer" +#: ../../mod/settings.php:1021 +msgid "Basic Settings" +msgstr "Basis-instellingen" -#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 -msgid "Description" -msgstr "Omschrijving" +#: ../../mod/settings.php:1024 +msgid "Your Timezone:" +msgstr "Jouw tijdzone:" -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -msgstr "Of geef de naam op van een nieuwe bladwijzermap" +#: ../../mod/settings.php:1025 +msgid "Default Post Location:" +msgstr "Standaardlocatie bericht:" -#: ../../mod/chat.php:167 -msgid "Room not found" -msgstr "Chatkanaal niet gevonden" +#: ../../mod/settings.php:1025 +msgid "Geographical location to display on your posts" +msgstr "Geografische locatie die bij het bericht moet worden vermeld" -#: ../../mod/chat.php:178 -msgid "Leave Room" -msgstr "Chatkanaal verlaten" +#: ../../mod/settings.php:1026 +msgid "Use Browser Location:" +msgstr "Locatie van webbrowser gebruiken:" -#: ../../mod/chat.php:179 -msgid "Delete This Room" -msgstr "Chatkanaal verwijderen" +#: ../../mod/settings.php:1028 +msgid "Adult Content" +msgstr "Inhoud voor volwassenen" -#: ../../mod/chat.php:180 -msgid "I am away right now" -msgstr "Ik ben momenteel afwezig" +#: ../../mod/settings.php:1028 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de tag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)" -#: ../../mod/chat.php:181 -msgid "I am online" -msgstr "Ik ben online" +#: ../../mod/settings.php:1030 +msgid "Security and Privacy Settings" +msgstr "Veiligheids- en privacy-instellingen" -#: ../../mod/chat.php:183 -msgid "Bookmark this room" -msgstr "Chatkanaal aan bladwijzers toevoegen" +#: ../../mod/settings.php:1032 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen." -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" -msgstr "Nieuw chatkanaal" +#: ../../mod/settings.php:1034 +msgid "Hide my online presence" +msgstr "Verberg mijn aanwezigheid" -#: ../../mod/chat.php:208 -msgid "Chatroom Name" -msgstr "Naam chatkanaal" +#: ../../mod/settings.php:1034 +msgid "Prevents displaying in your profile that you are online" +msgstr "Voorkomt dat op je kanaal te zien valt dat je momenteel op de RedMatrix aanwezig bent" -#: ../../mod/chat.php:225 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "Chatkanalen van %1$s" +#: ../../mod/settings.php:1036 +msgid "Simple Privacy Settings:" +msgstr "Eenvoudige privacy-instellingen:" -#: ../../mod/siteinfo.php:92 -#, php-format -msgid "Version %s" -msgstr "Versie %s" +#: ../../mod/settings.php:1037 +msgid "" +"Very Public - extremely permissive (should be used with caution)" +msgstr "Zeer openbaar (kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)" -#: ../../mod/siteinfo.php:113 -msgid "Installed plugins/addons/apps:" -msgstr "Ingeschakelde plug-ins/add-ons/apps:" +#: ../../mod/settings.php:1038 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "Normaal (standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)" -#: ../../mod/siteinfo.php:126 -msgid "No installed plugins/addons/apps" -msgstr "Geen ingeschakelde plug-ins/add-ons/apps" +#: ../../mod/settings.php:1039 +msgid "Private - default private, never open or public" +msgstr "Privé (standaard privé en nooit openbaar)" -#: ../../mod/siteinfo.php:134 -msgid "Red" -msgstr "Red" +#: ../../mod/settings.php:1040 +msgid "Blocked - default blocked to/from everybody" +msgstr "Geblokkeerd (standaard geblokkeerd naar/van iedereen)" + +#: ../../mod/settings.php:1042 +msgid "Allow others to tag your posts" +msgstr "Anderen toestaan om je berichten te taggen" -#: ../../mod/siteinfo.php:135 +#: ../../mod/settings.php:1042 msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralized privacy enhanced websites." -msgstr "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy." +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren" -#: ../../mod/siteinfo.php:139 -msgid "Running at web location" -msgstr "Draaiend op weblocatie" +#: ../../mod/settings.php:1044 +msgid "Advanced Privacy Settings" +msgstr "Geavanceerde privacy-instellingen" -#: ../../mod/siteinfo.php:140 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." -msgstr "Bezoek RedMatrix.me om meer te leren over de RedMatrix." +#: ../../mod/settings.php:1046 +msgid "Expire other channel content after this many days" +msgstr "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:" -#: ../../mod/siteinfo.php:141 -msgid "Bug reports and issues: please visit" -msgstr "Bugrapporten en andere kwesties: bezoek" +#: ../../mod/settings.php:1046 +msgid "0 or blank prevents expiration" +msgstr "0 of leeg voorkomt het verlopen" -#: ../../mod/siteinfo.php:144 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com" +#: ../../mod/settings.php:1047 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum aantal connectieverzoeken per dag:" -#: ../../mod/siteinfo.php:146 -msgid "Site Administrators" -msgstr "Hubbeheerders: " +#: ../../mod/settings.php:1047 +msgid "May reduce spam activity" +msgstr "Kan eventuele spam verminderen" -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Afwezig" +#: ../../mod/settings.php:1048 +msgid "Default Post Permissions" +msgstr "Standaard permissies voor nieuwe berichten" -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "Online" +#: ../../mod/settings.php:1053 +msgid "Channel permissions category:" +msgstr "Kanaaltype en -permissies:" -#: ../../mod/regmod.php:11 -msgid "Please login." -msgstr "Inloggen." +#: ../../mod/settings.php:1059 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" -msgstr "Ga verder" +#: ../../mod/settings.php:1059 +msgid "Useful to reduce spamming" +msgstr "Kan eventuele spam verminderen" -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" -msgstr "Instellen premiumkanaal " +#: ../../mod/settings.php:1062 +msgid "Notification Settings" +msgstr "Notificatie-instellingen" -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" -msgstr "Restricties voor connecties van premiumkanaal toestaan" +#: ../../mod/settings.php:1063 +msgid "By default post a status message when:" +msgstr "Plaats automatisch een statusbericht wanneer:" -#: ../../mod/connect.php:88 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz." +#: ../../mod/settings.php:1064 +msgid "accepting a friend request" +msgstr "Een connectieverzoek wordt geaccepteerd" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:" +#: ../../mod/settings.php:1065 +msgid "joining a forum/community" +msgstr "Je lid wordt van een forum/groep" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:" +#: ../../mod/settings.php:1066 +msgid "making an interesting profile change" +msgstr "Er sprake is van een interessante profielwijziging" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina." +#: ../../mod/settings.php:1067 +msgid "Send a notification email when:" +msgstr "Verzend een notificatie per e-mail wanneer:" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) " +#: ../../mod/settings.php:1068 +msgid "You receive a connection request" +msgstr "Je een connectieverzoek ontvangt" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" -msgstr "Beperkt of premiumkanaal" +#: ../../mod/settings.php:1069 +msgid "Your connections are confirmed" +msgstr "Jouw connecties zijn bevestigd" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd." +#: ../../mod/settings.php:1070 +msgid "Someone writes on your profile wall" +msgstr "Iemand iets op jouw kanaal heeft geschreven" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" -msgstr "Verwijder dit kanaal" +#: ../../mod/settings.php:1071 +msgid "Someone writes a followup comment" +msgstr "Iemand een reactie schrijft" -#: ../../mod/removeme.php:58 -msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." -msgstr "Dit zal dit kanaal compleet van deze hub en uit het RedMatrix-netwerk verwijderen. Dit kan hierna niet meer te ongedaan gemaakt worden." +#: ../../mod/settings.php:1072 +msgid "You receive a private message" +msgstr "Je een privé-bericht ontvangt" -#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 -msgid "Please enter your password for verification:" -msgstr "Vul je wachtwoord in ter verificatie:" +#: ../../mod/settings.php:1073 +msgid "You receive a friend suggestion" +msgstr "Je een kanaalvoorstel ontvangt" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" -msgstr "Dit kanaal en alle klonen hiervan uit het RedMatrix-netwerk verwijderen" +#: ../../mod/settings.php:1074 +msgid "You are tagged in a post" +msgstr "Je expliciet in een bericht bent genoemd" -#: ../../mod/removeme.php:60 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het RedMatrix-netwerk verwijderd." +#: ../../mod/settings.php:1075 +msgid "You are poked/prodded/etc. in a post" +msgstr "Je bent in een bericht aangestoten/gepord/etc." -#: ../../mod/removeme.php:61 -msgid "Remove Channel" -msgstr "Kanaal verwijderen" +#: ../../mod/settings.php:1078 +msgid "Show visual notifications including:" +msgstr "Toon de volgende zichtbare notificaties:" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Geen kanaal." +#: ../../mod/settings.php:1080 +msgid "Unseen matrix activity" +msgstr "Niet bekeken matrix-activiteit" -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Veel voorkomende connecties" +#: ../../mod/settings.php:1081 +msgid "Unseen channel activity" +msgstr "Niet bekeken kanaal-activiteit" -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Geen gemeenschappelijke connecties." +#: ../../mod/settings.php:1082 +msgid "Unseen private messages" +msgstr "Niet bekeken privéberichten" -#: ../../mod/rmagic.php:38 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten." +#: ../../mod/settings.php:1082 ../../mod/settings.php:1087 +#: ../../mod/settings.php:1088 ../../mod/settings.php:1089 +msgid "Recommended" +msgstr "Aanbevolen" -#: ../../mod/rmagic.php:38 -msgid "The error message was:" -msgstr "Het foutbericht was:" +#: ../../mod/settings.php:1083 +msgid "Upcoming events" +msgstr "Aankomende gebeurtenissen" -#: ../../mod/rmagic.php:42 -msgid "Authentication failed." -msgstr "Authenticatie mislukt." +#: ../../mod/settings.php:1084 +msgid "Events today" +msgstr "Gebeurtissen van vandaag" -#: ../../mod/rmagic.php:82 -msgid "Remote Authentication" -msgstr "Authenticatie op afstand" +#: ../../mod/settings.php:1085 +msgid "Upcoming birthdays" +msgstr "Aankomende verjaardagen" -#: ../../mod/rmagic.php:83 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Vul jouw kanaaladres in (bijv. channel@example.com)" +#: ../../mod/settings.php:1085 +msgid "Not available in all themes" +msgstr "Niet in alle thema's beschikbaar" -#: ../../mod/rmagic.php:84 -msgid "Authenticate" -msgstr "Authenticeren" +#: ../../mod/settings.php:1086 +msgid "System (personal) notifications" +msgstr "(Persoonlijke) systeemnotificaties" -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "Leuk/niet leuk" +#: ../../mod/settings.php:1087 +msgid "System info messages" +msgstr "Systeemmededelingen" -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "Deze actie kan alleen door mensen met een RedMatrix-account worden uitgevoerd." +#: ../../mod/settings.php:1088 +msgid "System critical alerts" +msgstr "Kritische systeemwaarschuwingen" -#: ../../mod/like.php:21 +#: ../../mod/settings.php:1089 +msgid "New connections" +msgstr "Nieuwe connecties" + +#: ../../mod/settings.php:1090 +msgid "System Registrations" +msgstr "Nieuwe accountregistraties op deze hub" + +#: ../../mod/settings.php:1091 msgid "" -"Please login with your RedMatrix ID or register as a new RedMatrix member to continue." -msgstr "Je dient in te loggen met je RedMatrix-account of een nieuw RedMatrix-account te registreren om verder te kunnen gaan." +"Also show new wall posts, private messages and connections under Notices" +msgstr "Toon tevens nieuwe kanaalberichten, privéberichten en connecties onder Notificaties" -#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 -msgid "Invalid request." -msgstr "Ongeldig verzoek" +#: ../../mod/settings.php:1093 +msgid "Notify me of events this many days in advance" +msgstr "Herinner mij zoveel dagen van te voren aan gebeurtenissen" -#: ../../mod/like.php:119 -msgid "thing" -msgstr "ding" +#: ../../mod/settings.php:1093 +msgid "Must be greater than 0" +msgstr "Moet hoger dan 0 zijn" -#: ../../mod/like.php:165 -msgid "Channel unavailable." -msgstr "Kanaal niet beschikbaar." +#: ../../mod/settings.php:1095 +msgid "Advanced Account/Page Type Settings" +msgstr "Instellingen geavanceerd account/paginatype" -#: ../../mod/like.php:204 -msgid "Previous action reversed." -msgstr "Vorige actie omgedraaid" +#: ../../mod/settings.php:1096 +msgid "Change the behaviour of this account for special situations" +msgstr "Verander het gedrag van dit account voor speciale situaties" -#: ../../mod/like.php:422 -msgid "Action completed." -msgstr "Actie voltooid" +#: ../../mod/settings.php:1099 +msgid "" +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" +msgstr "Schakel de expertmodus in (in Instellingen > Extra functies) om aan te kunnen passen!" -#: ../../mod/like.php:423 -msgid "Thank you." -msgstr "Bedankt" +#: ../../mod/settings.php:1100 +msgid "Miscellaneous Settings" +msgstr "Diverse instellingen" -#: ../../mod/post.php:229 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen." +#: ../../mod/settings.php:1102 +msgid "Personal menu to display in your channel pages" +msgstr "Persoonlijk menu om op je kanaalpagina's weer te geven" -#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:180 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Welkom %s. Authenticatie op afstand geslaagd." +#: ../../mod/settings.php:1103 +msgid "Remove this channel" +msgstr "Verwijder dit kanaal" #: ../../mod/connections.php:37 ../../mod/connedit.php:64 msgid "Could not access contact record." @@ -5488,13 +5481,40 @@ msgstr "Doorzoek jouw connecties" msgid "Finding: " msgstr "Zoeken naar: " -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID-protocolfout. Geen ID terugontvangen." +#: ../../mod/manage.php:138 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt." -#: ../../mod/rpost.php:97 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "Bericht bewerken" +#: ../../mod/manage.php:146 +msgid "Create a new channel" +msgstr "Nieuw kanaal aanmaken" + +#: ../../mod/manage.php:151 +msgid "Current Channel" +msgstr "Huidig kanaal" + +#: ../../mod/manage.php:153 +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:154 +msgid "Default Channel" +msgstr "Standaardkanaal" + +#: ../../mod/manage.php:155 +msgid "Make Default" +msgstr "Als standaard instellen" + +#: ../../mod/manage.php:158 +#, php-format +msgid "%d new messages" +msgstr "%d nieuwe berichten" + +#: ../../mod/manage.php:159 +#, php-format +msgid "%d new introductions" +msgstr "%d nieuwe connectieverzoeken" #: ../../mod/connedit.php:189 msgid "is now connected to" @@ -5806,135 +5826,83 @@ msgid "" "Replies/likes to your public posts may still be visible" msgstr "Reacties/vind-ik-leuks op jouw openbare berichten kunnen zichtbaar blijven" -#: ../../mod/thing.php:96 -msgid "Thing updated" -msgstr "Ding bijgewerkt" - -#: ../../mod/thing.php:156 -msgid "Object store: failed" -msgstr "Opslaan van ding mislukt" - -#: ../../mod/thing.php:160 -msgid "Thing added" -msgstr "Ding toegevoegd" - -#: ../../mod/thing.php:180 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" - -#: ../../mod/thing.php:232 -msgid "Show Thing" -msgstr "Ding weergeven" - -#: ../../mod/thing.php:239 -msgid "item not found." -msgstr "Item niet gevonden" - -#: ../../mod/thing.php:270 -msgid "Edit Thing" -msgstr "Ding bewerken" - -#: ../../mod/thing.php:272 ../../mod/thing.php:319 -msgid "Select a profile" -msgstr "Kies een profiel" - -#: ../../mod/thing.php:276 ../../mod/thing.php:322 -msgid "Post an activity" -msgstr "Plaats een bericht" - -#: ../../mod/thing.php:276 ../../mod/thing.php:322 -msgid "Only sends to viewers of the applicable profile" -msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien." - -#: ../../mod/thing.php:278 ../../mod/thing.php:324 -msgid "Name of thing e.g. something" -msgstr "Naam van ding" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Niet in staat om ontvanger op te zoeken." -#: ../../mod/thing.php:280 ../../mod/thing.php:325 -msgid "URL of thing (optional)" -msgstr "URL van ding (optioneel)" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Niet in staat om met het aangevraagde kanaal te communiceren." -#: ../../mod/thing.php:282 ../../mod/thing.php:326 -msgid "URL for photo of thing (optional)" -msgstr "URL van foto van ding (optioneel)" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Kan opgevraagd kanaal niet verifieren" -#: ../../mod/thing.php:317 -msgid "Add Thing to your Profile" -msgstr "Ding aan je profiel toevoegen" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt." -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Geen geldige account gevonden." +#: ../../mod/mail.php:136 +msgid "Message deleted." +msgstr "Bericht verwijderd." -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail." +#: ../../mod/mail.php:153 +msgid "Message recalled." +msgstr "Bericht ingetrokken." -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Lid van hub (%s)" +#: ../../mod/mail.php:222 +msgid "Send Private Message" +msgstr "Privébericht versturen" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend" +#: ../../mod/mail.php:223 ../../mod/mail.php:340 +msgid "To:" +msgstr "Aan:" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"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/mail.php:228 ../../mod/mail.php:342 +msgid "Subject:" +msgstr "Onderwerp:" -#: ../../mod/lostpass.php:85 ../../boot.php:1537 -msgid "Password Reset" -msgstr "Wachtwoord vergeten?" +#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/invite.php:131 +msgid "Your message:" +msgstr "Jouw bericht:" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht." +#: ../../mod/mail.php:239 +msgid "Send" +msgstr "Verzenden" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "Jouw nieuwe wachtwoord is" +#: ../../mod/mail.php:266 +msgid "Message not found." +msgstr "Bericht niet gevonden" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Kopieer of sla je nieuwe wachtwoord op - en" +#: ../../mod/mail.php:309 +msgid "Delete message" +msgstr "Bericht verwijderen" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "klik dan hier om in te loggen" +#: ../../mod/mail.php:310 +msgid "Recall message" +msgstr "Bericht intrekken" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Jouw wachtwoord kan worden veranderd onder instellingen, nadat je succesvol bent ingelogd." +#: ../../mod/mail.php:312 +msgid "Message has been recalled." +msgstr "Bericht is ingetrokken." -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "Jouw wachtwoord op %s is veranderd" +#: ../../mod/mail.php:329 +msgid "Private Conversation" +msgstr "Privéconversatie" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Wachtwoord vergeten?" +#: ../../mod/mail.php:333 ../../mod/message.php:72 +msgid "Delete conversation" +msgstr "Verwijder conversatie" -#: ../../mod/lostpass.php:123 +#: ../../mod/mail.php:335 msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies." - -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "E-mailadres" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Geen veilige communicatie beschikbaar. Mogelijk kan je reageren op de kanaalpagina van de afzender." -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Opnieuw instellen" +#: ../../mod/mail.php:339 +msgid "Send Reply" +msgstr "Antwoord versturen" #: ../../mod/bookmarks.php:38 msgid "Bookmark added" @@ -5956,444 +5924,488 @@ msgstr "Deze hub is geen kanalengidshub (directoryserver)" msgid "RedMatrix - Guests: Username: {your email address}, Password: +++" msgstr "RedMatrix - gasttoegang: Toegangsnaam: {jouw e-mailadres}, wachtwoord: +++" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 -#: ../../mod/profiles.php:222 ../../mod/profiles.php:565 -msgid "Profile not found." -msgstr "Profiel niet gevonden." +#: ../../mod/acl.php:245 +msgid "network" +msgstr "netwerk" -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profiel verwijderd." +#: ../../mod/blocks.php:99 +msgid "Block Name" +msgstr "Bloknaam" -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Profiel-" +#: ../../mod/editblock.php:115 +msgid "Edit Block" +msgstr "Blok bewerken" -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "Nieuw profiel aangemaakt." +#: ../../mod/editblock.php:125 +msgid "Delete block?" +msgstr "Blok verwijderen" -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "Profiel niet beschikbaar om te klonen" +#: ../../mod/editblock.php:183 +msgid "Delete Block" +msgstr "Blok verwijderen" + +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Lay-out bijgewerkt." + +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Systeempagina's bewerken" + +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Lay-out niet gevonden." + +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Modulenaam:" + +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:107 +msgid "Layout Help" +msgstr "Lay-out-hulp" -#: ../../mod/profiles.php:136 -msgid "Profile unavailable to export." -msgstr "Geen profiel beschikbaar om te exporteren" +#: ../../mod/editlayout.php:108 +msgid "Edit Layout" +msgstr "Lay-out bewerken" -#: ../../mod/profiles.php:232 -msgid "Profile Name is required." -msgstr "Profielnaam is vereist" +#: ../../mod/editlayout.php:117 +msgid "Delete layout?" +msgstr "Lay-out verwijderen?" -#: ../../mod/profiles.php:378 -msgid "Marital Status" -msgstr "Huwelijke status" +#: ../../mod/editlayout.php:178 +msgid "Delete Layout" +msgstr "Lay-out verwijderen" -#: ../../mod/profiles.php:382 -msgid "Romantic Partner" -msgstr "Romantische partner" +#: ../../mod/home.php:48 +msgid "Red Matrix - "The Network"" +msgstr "RedMatrix - "The Network"" -#: ../../mod/profiles.php:386 -msgid "Likes" -msgstr "Houdt van" +#: ../../mod/home.php:101 +#, php-format +msgid "Welcome to %s" +msgstr "Welkom op %s" -#: ../../mod/profiles.php:390 -msgid "Dislikes" -msgstr "Houdt niet van" +#: ../../mod/editwebpage.php:140 +msgid "Edit Webpage" +msgstr "Webpagina bewerken" -#: ../../mod/profiles.php:394 -msgid "Work/Employment" -msgstr "Werk/arbeid" +#: ../../mod/editwebpage.php:150 +msgid "Delete webpage?" +msgstr "Webpagina verwijderen?" -#: ../../mod/profiles.php:397 -msgid "Religion" -msgstr "Religie" +#: ../../mod/editwebpage.php:215 +msgid "Delete Webpage" +msgstr "Webpagina verwijderen" -#: ../../mod/profiles.php:401 -msgid "Political Views" -msgstr "Politieke overtuigingen" +#: ../../mod/impel.php:33 +msgid "webpage" +msgstr "Webpagina" -#: ../../mod/profiles.php:405 -msgid "Gender" -msgstr "Geslacht" +#: ../../mod/impel.php:38 +msgid "block" +msgstr "blok" -#: ../../mod/profiles.php:409 -msgid "Sexual Preference" -msgstr "Seksuele voorkeur" +#: ../../mod/impel.php:43 +msgid "layout" +msgstr "lay-out" -#: ../../mod/profiles.php:413 -msgid "Homepage" -msgstr "Homepage" +#: ../../mod/impel.php:117 +#, php-format +msgid "%s element installed" +msgstr "%s onderdeel geïnstalleerd" -#: ../../mod/profiles.php:417 -msgid "Interests" -msgstr "Interesses" +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. " -#: ../../mod/profiles.php:421 ../../mod/admin.php:866 -msgid "Address" -msgstr "Kanaaladres" +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Afbeelding kon niet van grootte veranderd worden." -#: ../../mod/profiles.php:511 -msgid "Profile updated." -msgstr "Profiel bijgewerkt" +#: ../../mod/profile_photo.php:205 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven." -#: ../../mod/profiles.php:590 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien." +#: ../../mod/profile_photo.php:232 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Afbeeldingsgrootte overschrijdt het limiet van %d" -#: ../../mod/profiles.php:632 -msgid "Edit Profile Details" -msgstr "Profiel bewerken" +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "Niet in staat om afbeelding te verwerken." -#: ../../mod/profiles.php:634 -msgid "View this profile" -msgstr "Profiel weergeven" +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "Foto niet beschikbaar." -#: ../../mod/profiles.php:636 -msgid "Change Profile Photo" -msgstr "Profielfoto wijzigen" +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Bestand uploaden:" -#: ../../mod/profiles.php:637 -msgid "Create a new profile using these settings" -msgstr "Een nieuw profiel aanmaken met dit profiel als basis" +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "Kies een profiel:" -#: ../../mod/profiles.php:638 -msgid "Clone this profile" -msgstr "Dit profiel klonen" +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Profielfoto uploaden" -#: ../../mod/profiles.php:639 -msgid "Delete this profile" -msgstr "Dit profiel verwijderen" +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "sla deze stap over" -#: ../../mod/profiles.php:641 -msgid "Import profile from file" -msgstr "Profiel vanuit bestand importeren" +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" +msgstr "Kies een foto uit jouw fotoalbums" -#: ../../mod/profiles.php:642 -msgid "Export profile to file" -msgstr "Profiel naar bestand exporteren" +#: ../../mod/profile_photo.php:381 +msgid "Crop Image" +msgstr "Afbeelding bijsnijden" -#: ../../mod/profiles.php:643 -msgid "Profile Name:" -msgstr "Profielnaam:" +#: ../../mod/profile_photo.php:382 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven." -#: ../../mod/profiles.php:644 -msgid "Your Full Name:" -msgstr "Jouw volledige naam:" +#: ../../mod/profile_photo.php:384 +msgid "Done Editing" +msgstr "Klaar met bewerken" -#: ../../mod/profiles.php:645 -msgid "Title/Description:" -msgstr "Titel/omschrijving:" +#: ../../mod/profile_photo.php:427 +msgid "Image uploaded successfully." +msgstr "Uploaden afbeelding geslaagd" -#: ../../mod/profiles.php:646 -msgid "Your Gender:" -msgstr "Jouw geslacht" +#: ../../mod/profile_photo.php:429 +msgid "Image upload failed." +msgstr "Uploaden afbeelding mislukt" -#: ../../mod/profiles.php:647 -msgid "Birthday :" -msgstr "Verjaardag: " +#: ../../mod/profile_photo.php:438 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Verkleinen [%s] van afbeelding mislukt." -#: ../../mod/profiles.php:648 -msgid "Street Address:" -msgstr "Straat en huisnummer:" +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Leuk/niet leuk" -#: ../../mod/profiles.php:649 -msgid "Locality/City:" -msgstr "Woonplaats:" +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Deze actie kan alleen door mensen met een RedMatrix-account worden uitgevoerd." -#: ../../mod/profiles.php:650 -msgid "Postal/Zip Code:" -msgstr "Postcode:" +#: ../../mod/like.php:21 +msgid "" +"Please login with your RedMatrix ID or register as a new RedMatrix member to continue." +msgstr "Je dient in te loggen met je RedMatrix-account of een nieuw RedMatrix-account te registreren om verder te kunnen gaan." -#: ../../mod/profiles.php:651 -msgid "Country:" -msgstr "Land:" +#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 +msgid "Invalid request." +msgstr "Ongeldig verzoek" -#: ../../mod/profiles.php:652 -msgid "Region/State:" -msgstr "Provincie/gewest/deelstaat:" +#: ../../mod/like.php:119 +msgid "thing" +msgstr "ding" -#: ../../mod/profiles.php:653 -msgid " Marital Status:" -msgstr " Huwelijkse staat:" +#: ../../mod/like.php:165 +msgid "Channel unavailable." +msgstr "Kanaal niet beschikbaar." -#: ../../mod/profiles.php:654 -msgid "Who: (if applicable)" -msgstr "Wie (wanneer toepasselijk):" +#: ../../mod/like.php:204 +msgid "Previous action reversed." +msgstr "Vorige actie omgedraaid" -#: ../../mod/profiles.php:655 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Voorbeelden: karin123, Karin Jansen, cathy@voorbeeld.nl" +#: ../../mod/like.php:422 +msgid "Action completed." +msgstr "Actie voltooid" -#: ../../mod/profiles.php:656 -msgid "Since [date]:" -msgstr "Sinds [datum]:" +#: ../../mod/like.php:423 +msgid "Thank you." +msgstr "Bedankt" -#: ../../mod/profiles.php:658 -msgid "Homepage URL:" -msgstr "Adres homepage:" +#: ../../mod/help.php:41 ../../mod/help.php:47 ../../mod/help.php:53 +msgid "Help:" +msgstr "Hulp:" -#: ../../mod/profiles.php:661 -msgid "Religious Views:" -msgstr "Religieuze overtuigingen" +#: ../../mod/help.php:67 ../../index.php:238 +msgid "Not Found" +msgstr "Niet gevonden" -#: ../../mod/profiles.php:662 -msgid "Keywords:" -msgstr "Trefwoorden" +#: ../../mod/thing.php:96 +msgid "Thing updated" +msgstr "Ding bijgewerkt" -#: ../../mod/profiles.php:665 -msgid "Example: fishing photography software" -msgstr "Voorbeeld: muziek, fotografie, software" +#: ../../mod/thing.php:156 +msgid "Object store: failed" +msgstr "Opslaan van ding mislukt" -#: ../../mod/profiles.php:666 -msgid "Used in directory listings" -msgstr "Wordt in de kanalengids gebruikt" +#: ../../mod/thing.php:160 +msgid "Thing added" +msgstr "Ding toegevoegd" -#: ../../mod/profiles.php:667 -msgid "Tell us about yourself..." -msgstr "Vertel ons iets over jezelf..." +#: ../../mod/thing.php:180 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/profiles.php:668 -msgid "Hobbies/Interests" -msgstr "Hobby's/interesses" +#: ../../mod/thing.php:232 +msgid "Show Thing" +msgstr "Ding weergeven" -#: ../../mod/profiles.php:669 -msgid "Contact information and Social Networks" -msgstr "Contactinformatie en sociale netwerken" +#: ../../mod/thing.php:239 +msgid "item not found." +msgstr "Item niet gevonden" -#: ../../mod/profiles.php:670 -msgid "My other channels" -msgstr "Mijn andere kanalen" +#: ../../mod/thing.php:270 +msgid "Edit Thing" +msgstr "Ding bewerken" -#: ../../mod/profiles.php:671 -msgid "Musical interests" -msgstr "Muzikale interesses" +#: ../../mod/thing.php:272 ../../mod/thing.php:319 +msgid "Select a profile" +msgstr "Kies een profiel" -#: ../../mod/profiles.php:672 -msgid "Books, literature" -msgstr "Boeken/literatuur" +#: ../../mod/thing.php:276 ../../mod/thing.php:322 +msgid "Post an activity" +msgstr "Plaats een bericht" -#: ../../mod/profiles.php:673 -msgid "Television" -msgstr "Televisie" +#: ../../mod/thing.php:276 ../../mod/thing.php:322 +msgid "Only sends to viewers of the applicable profile" +msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien." -#: ../../mod/profiles.php:674 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/cultuur/entertainment" +#: ../../mod/thing.php:278 ../../mod/thing.php:324 +msgid "Name of thing e.g. something" +msgstr "Naam van ding" -#: ../../mod/profiles.php:675 -msgid "Love/romance" -msgstr "Liefde/romantiek" +#: ../../mod/thing.php:280 ../../mod/thing.php:325 +msgid "URL of thing (optional)" +msgstr "URL van ding (optioneel)" -#: ../../mod/profiles.php:676 -msgid "Work/employment" -msgstr "Werk/arbeid" +#: ../../mod/thing.php:282 ../../mod/thing.php:326 +msgid "URL for photo of thing (optional)" +msgstr "URL van foto van ding (optioneel)" -#: ../../mod/profiles.php:677 -msgid "School/education" -msgstr "School/onderwijs" +#: ../../mod/thing.php:317 +msgid "Add Thing to your Profile" +msgstr "Ding aan je profiel toevoegen" -#: ../../mod/profiles.php:683 -msgid "This is your default profile." -msgstr "Dit is jouw standaardprofiel" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Contact niet gevonden" -#: ../../mod/profiles.php:694 ../../mod/directory.php:188 -msgid "Age: " -msgstr "Leeftijd:" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Kanaalvoorstel verzonden." -#: ../../mod/profiles.php:737 -msgid "Edit/Manage Profiles" -msgstr "Profielen bewerken/beheren" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Kanalen voorstellen" -#: ../../mod/profiles.php:738 -msgid "Add profile things" -msgstr "Dingen aan je profiel toevoegen" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Stel een kanaal voor aan %s" -#: ../../mod/profiles.php:739 -msgid "Include desirable objects in your profile" -msgstr "Voeg door jou gewenste dingen aan jouw profiel toe" +#: ../../mod/filestorage.php:76 +msgid "Permission Denied." +msgstr "Toegang geweigerd" -#: ../../mod/editblock.php:79 ../../mod/editblock.php:95 -#: ../../mod/editlayout.php:78 ../../mod/editpost.php:20 -#: ../../mod/editwebpage.php:77 -msgid "Item not found" -msgstr "Item niet gevonden" +#: ../../mod/filestorage.php:92 +msgid "File not found." +msgstr "Bestand niet gevonden." -#: ../../mod/editblock.php:115 -msgid "Edit Block" -msgstr "Blok bewerken" +#: ../../mod/filestorage.php:135 +msgid "Edit file permissions" +msgstr "Bestandsrechten bewerken" -#: ../../mod/editblock.php:125 -msgid "Delete block?" -msgstr "Blok verwijderen" +#: ../../mod/filestorage.php:144 +msgid "Set/edit permissions" +msgstr "Rechten instellen/bewerken" -#: ../../mod/editblock.php:147 ../../mod/editlayout.php:143 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:178 -msgid "Insert YouTube video" -msgstr "YouTube-video invoegen" +#: ../../mod/filestorage.php:145 +msgid "Include all files and sub folders" +msgstr "Toepassen op alle bestanden en submappen" -#: ../../mod/editblock.php:148 ../../mod/editlayout.php:144 -#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:179 -msgid "Insert Vorbis [.ogg] video" -msgstr "Vorbis-video [.ogg] invoegen" +#: ../../mod/filestorage.php:146 +msgid "Return to file list" +msgstr "Terugkeren naar bestandlijst " -#: ../../mod/editblock.php:149 ../../mod/editlayout.php:145 -#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:180 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Vorbis-audio [.ogg] invoegen" +#: ../../mod/filestorage.php:148 +msgid "Copy/paste this code to attach file to a post" +msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen" -#: ../../mod/editblock.php:183 -msgid "Delete Block" -msgstr "Blok verwijderen" +#: ../../mod/filestorage.php:149 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen" -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "Lay-out bijgewerkt." +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" +msgstr "Ga verder" -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "Systeempagina's bewerken" +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" +msgstr "Instellen premiumkanaal " -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "Lay-out niet gevonden." +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" +msgstr "Restricties voor connecties van premiumkanaal toestaan" -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "Modulenaam:" +#: ../../mod/connect.php:88 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz." -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:107 -msgid "Layout Help" -msgstr "Lay-out-hulp" +#: ../../mod/connect.php:90 ../../mod/connect.php:110 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:" -#: ../../mod/editlayout.php:108 -msgid "Edit Layout" -msgstr "Lay-out bewerken" +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:" -#: ../../mod/editlayout.php:117 -msgid "Delete layout?" -msgstr "Lay-out verwijderen?" +#: ../../mod/connect.php:92 ../../mod/connect.php:113 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina." -#: ../../mod/editlayout.php:178 -msgid "Delete Layout" -msgstr "Lay-out verwijderen" +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) " -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Item is niet te bewerken" +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" +msgstr "Beperkt of premiumkanaal" -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Item verwijderen?" +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "- kies map -" -#: ../../mod/help.php:41 ../../mod/help.php:47 ../../mod/help.php:53 -msgid "Help:" -msgstr "Hulp:" +#: ../../mod/locs.php:19 ../../mod/locs.php:46 +msgid "Location not found." +msgstr "Locatie niet gevonden." -#: ../../mod/help.php:67 ../../index.php:238 -msgid "Not Found" -msgstr "Niet gevonden" +#: ../../mod/locs.php:50 +msgid "Primary location cannot be removed." +msgstr "Primaire locatie kan niet worden verwijderd." -#: ../../mod/editwebpage.php:140 -msgid "Edit Webpage" -msgstr "Webpagina bewerken" +#: ../../mod/locs.php:82 +msgid "No locations found." +msgstr "Geen locaties gevonden." -#: ../../mod/editwebpage.php:150 -msgid "Delete webpage?" -msgstr "Webpagina verwijderen?" +#: ../../mod/locs.php:95 +msgid "Manage Channel Locations" +msgstr "Kanaallocaties beheren" -#: ../../mod/editwebpage.php:215 -msgid "Delete Webpage" -msgstr "Webpagina verwijderen" +#: ../../mod/locs.php:96 +msgid "Location (address)" +msgstr "Locatie (adres)" -#: ../../mod/impel.php:33 -msgid "webpage" -msgstr "Webpagina" +#: ../../mod/locs.php:97 +msgid "Primary Location" +msgstr "Primaire locatie" -#: ../../mod/impel.php:38 -msgid "block" -msgstr "blok" +#: ../../mod/locs.php:98 +msgid "Drop location" +msgstr "Locatie verwijderen" -#: ../../mod/impel.php:43 -msgid "layout" -msgstr "lay-out" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanaal toegevoegd." -#: ../../mod/impel.php:117 +#: ../../mod/import.php:25 #, php-format -msgid "%s element installed" -msgstr "%s onderdeel geïnstalleerd" +msgid "Your service plan only allows %d channels." +msgstr "Jouw abonnement staat maar %d kanalen toe." -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." -msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. " +#: ../../mod/import.php:51 +msgid "Nothing to import." +msgstr "Niets gevonden om te importeren" -#: ../../mod/profile_photo.php:161 -msgid "Image resize failed." -msgstr "Afbeelding kon niet van grootte veranderd worden." +#: ../../mod/import.php:75 +msgid "Unable to download data from old server" +msgstr "Niet in staat om gegevens van de oude hub te downloaden" -#: ../../mod/profile_photo.php:205 +#: ../../mod/import.php:81 +msgid "Imported file is empty." +msgstr "Geïmporteerde bestand is leeg" + +#: ../../mod/import.php:106 msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven." +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt." -#: ../../mod/profile_photo.php:232 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Afbeeldingsgrootte overschrijdt het limiet van %d" +#: ../../mod/import.php:127 +msgid "Unable to create a unique channel address. Import failed." +msgstr "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt." + +#: ../../mod/import.php:147 +msgid "Channel clone failed. Import failed." +msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt." -#: ../../mod/profile_photo.php:241 -msgid "Unable to process image." -msgstr "Niet in staat om afbeelding te verwerken." +#: ../../mod/import.php:157 +msgid "Cloned channel not found. Import failed." +msgstr "Gekloond kanaal niet gevonden. Importeren mislukt." -#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 -msgid "Photo not available." -msgstr "Foto niet beschikbaar." +#: ../../mod/import.php:475 +msgid "Import completed." +msgstr "Import voltooid." -#: ../../mod/profile_photo.php:358 -msgid "Upload File:" -msgstr "Bestand uploaden:" +#: ../../mod/import.php:487 +msgid "You must be logged in to use this feature." +msgstr "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken." -#: ../../mod/profile_photo.php:359 -msgid "Select a profile:" -msgstr "Kies een profiel:" +#: ../../mod/import.php:492 +msgid "Import Channel" +msgstr "Kanaal importeren" -#: ../../mod/profile_photo.php:360 -msgid "Upload Profile Photo" -msgstr "Profielfoto uploaden" +#: ../../mod/import.php:493 +msgid "" +"Use this form to import an existing channel from a different server/hub. You" +" may retrieve the channel identity from the old server/hub via the network " +"or provide an export file. Only identity and connections/relationships will " +"be imported. Importation of content is not yet available." +msgstr "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken. Alleen de identiteit en de connecties zullen geïmporteerd worden. Het importeren van inhoud is nog niet beschikbaar." -#: ../../mod/profile_photo.php:365 -msgid "skip this step" -msgstr "sla deze stap over" +#: ../../mod/import.php:494 +msgid "File to Upload" +msgstr "Bestand om te uploaden" -#: ../../mod/profile_photo.php:365 -msgid "select a photo from your photo albums" -msgstr "Kies een foto uit jouw fotoalbums" +#: ../../mod/import.php:495 +msgid "Or provide the old server/hub details" +msgstr "Of vul de gegevens van de oude hub in" -#: ../../mod/profile_photo.php:381 -msgid "Crop Image" -msgstr "Afbeelding bijsnijden" +#: ../../mod/import.php:496 +msgid "Your old identity address (xyz@example.com)" +msgstr "Jouw oude kanaaladres (xyz@example.com)" -#: ../../mod/profile_photo.php:382 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven." +#: ../../mod/import.php:497 +msgid "Your old login email address" +msgstr "Het e-mailadres van je oude account" -#: ../../mod/profile_photo.php:384 -msgid "Done Editing" -msgstr "Klaar met bewerken" +#: ../../mod/import.php:498 +msgid "Your old login password" +msgstr "Wachtwoord van jouw oude account" -#: ../../mod/profile_photo.php:427 -msgid "Image uploaded successfully." -msgstr "Uploaden afbeelding geslaagd" +#: ../../mod/import.php:499 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be" +" able to post from either location, but only one can be marked as the " +"primary location for files, photos, and media." +msgstr "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen." -#: ../../mod/profile_photo.php:429 -msgid "Image upload failed." -msgstr "Uploaden afbeelding mislukt" +#: ../../mod/import.php:500 +msgid "Make this hub my primary location" +msgstr "Stel deze hub als mijn primaire locatie in" -#: ../../mod/profile_photo.php:438 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Verkleinen [%s] van afbeelding mislukt." +#: ../../mod/import.php:501 +msgid "Import existing posts if possible" +msgstr "Importeer bestaande berichten (wanneer mogelijk)" #: ../../mod/item.php:159 msgid "Unable to locate original post." @@ -6407,281 +6419,435 @@ msgstr "Leeg bericht geannuleerd" msgid "Executable content type not permitted to this channel." msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal." -#: ../../mod/item.php:899 +#: ../../mod/item.php:902 msgid "System error. Post not saved." msgstr "Systeemfout. Bericht niet opgeslagen." -#: ../../mod/item.php:1117 +#: ../../mod/item.php:1120 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt." -#: ../../mod/item.php:1123 +#: ../../mod/item.php:1126 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt." -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Contact niet gevonden" +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer." -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Kanaalvoorstel verzonden." +#: ../../mod/layouts.php:110 +msgid "Help with this feature" +msgstr "Hulp voor dit onderdeel" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Kanalen voorstellen" +#: ../../mod/layouts.php:130 +msgid "Layout Name" +msgstr "Naam lay-out" -#: ../../mod/fsuggest.php:99 +#: ../../mod/tagger.php:98 #, php-format -msgid "Suggest a friend for %s" -msgstr "Stel een kanaal voor aan %s" +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s heeft het %3$s van %2$s getagd met %4$s" -#: ../../mod/filestorage.php:76 -msgid "Permission Denied." -msgstr "Toegang geweigerd" +#: ../../mod/setup.php:166 +msgid "Red Matrix Server - Setup" +msgstr "RedMatrix Server - Setup" -#: ../../mod/filestorage.php:92 -msgid "File not found." -msgstr "Bestand niet gevonden." +#: ../../mod/setup.php:172 +msgid "Could not connect to database." +msgstr "Could not connect to database." -#: ../../mod/filestorage.php:131 -msgid "Edit file permissions" -msgstr "Bestandsrechten bewerken" +#: ../../mod/setup.php:176 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Could not connect to specified hub URL. Possible SSL certificate or DNS issue." -#: ../../mod/filestorage.php:140 -msgid "Set/edit permissions" -msgstr "Rechten instellen/bewerken" +#: ../../mod/setup.php:183 +msgid "Could not create table." +msgstr "Could not create table." -#: ../../mod/filestorage.php:141 -msgid "Include all files and sub folders" -msgstr "Toepassen op alle bestanden en submappen" +#: ../../mod/setup.php:189 +msgid "Your site database has been installed." +msgstr "Your hub database has been installed." -#: ../../mod/filestorage.php:142 -msgid "Return to file list" -msgstr "Terugkeren naar bestandlijst " +#: ../../mod/setup.php:194 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "You may need to import the file \"install/schema_xxx.sql\" manually using a database client." -#: ../../mod/filestorage.php:144 -msgid "Copy/paste this code to attach file to a post" -msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen" +#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Please see the file \"install/INSTALL.txt\"." + +#: ../../mod/setup.php:261 +msgid "System check" +msgstr "System check" + +#: ../../mod/setup.php:266 +msgid "Check again" +msgstr "Check again" + +#: ../../mod/setup.php:289 +msgid "Database connection" +msgstr "Database connection" + +#: ../../mod/setup.php:290 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "In order to install RedMatrix we need to know how to connect to your database." + +#: ../../mod/setup.php:291 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." + +#: ../../mod/setup.php:292 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." + +#: ../../mod/setup.php:296 +msgid "Database Server Name" +msgstr "Database Server Name" + +#: ../../mod/setup.php:296 +msgid "Default is localhost" +msgstr "Default is localhost" + +#: ../../mod/setup.php:297 +msgid "Database Port" +msgstr "Database Port" + +#: ../../mod/setup.php:297 +msgid "Communication port number - use 0 for default" +msgstr "Communication port number - use 0 for default" + +#: ../../mod/setup.php:298 +msgid "Database Login Name" +msgstr "Database Login Name" + +#: ../../mod/setup.php:299 +msgid "Database Login Password" +msgstr "Database Login Password" + +#: ../../mod/setup.php:300 +msgid "Database Name" +msgstr "Database Name" + +#: ../../mod/setup.php:301 +msgid "Database Type" +msgstr "Database Type" + +#: ../../mod/setup.php:303 ../../mod/setup.php:347 +msgid "Site administrator email address" +msgstr "Hub administrator email address" + +#: ../../mod/setup.php:303 ../../mod/setup.php:347 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." + +#: ../../mod/setup.php:304 ../../mod/setup.php:349 +msgid "Website URL" +msgstr "Hub URL" + +#: ../../mod/setup.php:304 ../../mod/setup.php:349 +msgid "Please use SSL (https) URL if available." +msgstr "Please use SSL (https) URL if available." + +#: ../../mod/setup.php:307 ../../mod/setup.php:352 +msgid "Please select a default timezone for your website" +msgstr "Please select a default timezone for your hub" + +#: ../../mod/setup.php:335 +msgid "Site settings" +msgstr "Hub settings" + +#: ../../mod/setup.php:395 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Could not find a command line version of PHP in the web server PATH." + +#: ../../mod/setup.php:396 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron." + +#: ../../mod/setup.php:400 +msgid "PHP executable path" +msgstr "PHP executable path" + +#: ../../mod/setup.php:400 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Enter full path to php executable. You can leave this blank to continue the installation." + +#: ../../mod/setup.php:405 +msgid "Command line PHP" +msgstr "Command line PHP" -#: ../../mod/filestorage.php:145 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen" +#: ../../mod/setup.php:414 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." -#: ../../mod/acl.php:245 -msgid "network" -msgstr "netwerk" +#: ../../mod/setup.php:415 +msgid "This is required for message delivery to work." +msgstr "This is required for message delivery to work." -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Geen gevolmachtigde personen gevonden waaraan mogelijk het accountbeheer kan worden uitbesteed." +#: ../../mod/setup.php:417 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Accountbeheer uitbesteden" +#: ../../mod/setup.php:438 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" -#: ../../mod/delegate.php:123 +#: ../../mod/setup.php:439 msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Gevolmachtigde personen zijn in staat om alle aspecten van dit account te beheren, behalve enkele basisinstellingen. Besteed het beheer van je persoonlijke account niet aan iemand uit die je niet volledig vertrouwd." +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Bestaande accountbeheerders" +#: ../../mod/setup.php:441 +msgid "Generate encryption keys" +msgstr "Generate encryption keys" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Bestaande gevolmachtigde accountbeheerders" +#: ../../mod/setup.php:448 +msgid "libCurl PHP module" +msgstr "libCurl PHP module" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Gevolmachtigde personen waaraan mogelijk het accountbeheer kan worden uitbesteed." +#: ../../mod/setup.php:449 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP module" -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:133 ../../mod/photos.php:905 -msgid "Remove" -msgstr "Verwijderen" +#: ../../mod/setup.php:450 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP module" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Toevoegen" +#: ../../mod/setup.php:451 +msgid "mysqli or postgres PHP module" +msgstr "mysqli or postgres PHP module" -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Geen" +#: ../../mod/setup.php:452 +msgid "mb_string PHP module" +msgstr "mb_string PHP module" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Kanaal toegevoegd." +#: ../../mod/setup.php:453 +msgid "mcrypt PHP module" +msgstr "mcrypt PHP module" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "Collectie aangemaakt" +#: ../../mod/setup.php:458 ../../mod/setup.php:460 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Collectie kon niet aangemaakt worden" +#: ../../mod/setup.php:458 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Error: Apache webserver mod-rewrite module is required but not installed." -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Collectie bijgewerkt." +#: ../../mod/setup.php:464 ../../mod/setup.php:467 +msgid "proc_open" +msgstr "proc_open" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Kanaalcollectie aanmaken" +#: ../../mod/setup.php:464 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Error: proc_open is required but is either not installed or has been disabled in php.ini" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Naam collectie:" +#: ../../mod/setup.php:472 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Error: libCURL PHP module required but not installed." -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "Kanalen in deze collectie zijn zichtbaar voor andere kanalen" +#: ../../mod/setup.php:476 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Error: GD graphics PHP module with JPEG support required but not installed." -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Collectie verwijderd" +#: ../../mod/setup.php:480 +msgid "Error: openssl PHP module required but not installed." +msgstr "Error: openssl PHP module required but not installed." -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Verwijderen collectie mislukt" +#: ../../mod/setup.php:484 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." +msgstr "Error: mysqli or postgres PHP module required but neither are installed." -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Collectiebewerker" +#: ../../mod/setup.php:488 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Error: mb_string PHP module required but not installed." -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Kanalen" +#: ../../mod/setup.php:492 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Error: mcrypt PHP module required but not installed." -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Alle kanaalconnecties" +#: ../../mod/setup.php:508 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so." -#: ../../mod/group.php:233 -msgid "Click on a channel to add or remove." -msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen." +#: ../../mod/setup.php:509 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can." -#: ../../mod/home.php:48 -msgid "Red Matrix - "The Network"" -msgstr "RedMatrix - "The Network"" +#: ../../mod/setup.php:510 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder." -#: ../../mod/home.php:101 -#, php-format -msgid "Welcome to %s" -msgstr "Welkom op %s" +#: ../../mod/setup.php:511 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions." -#: ../../mod/suggest.php:35 +#: ../../mod/setup.php:514 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php is writable" + +#: ../../mod/setup.php:524 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer." +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." -#: ../../mod/import.php:25 +#: ../../mod/setup.php:525 #, php-format -msgid "Your service plan only allows %d channels." -msgstr "Jouw abonnement staat maar %d kanalen toe." +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder." -#: ../../mod/import.php:51 -msgid "Nothing to import." -msgstr "Niets gevonden om te importeren" +#: ../../mod/setup.php:526 ../../mod/setup.php:544 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder." -#: ../../mod/import.php:75 -msgid "Unable to download data from old server" -msgstr "Niet in staat om gegevens van de oude hub te downloaden" +#: ../../mod/setup.php:527 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains." -#: ../../mod/import.php:81 -msgid "Imported file is empty." -msgstr "Geïmporteerde bestand is leeg" +#: ../../mod/setup.php:530 +#, php-format +msgid "%s is writable" +msgstr "%s is writable" -#: ../../mod/import.php:105 +#: ../../mod/setup.php:543 msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt." - -#: ../../mod/import.php:123 -msgid "Channel clone failed. Import failed." -msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt." +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder" -#: ../../mod/import.php:133 -msgid "Cloned channel not found. Import failed." -msgstr "Gekloond kanaal niet gevonden. Importeren mislukt." +#: ../../mod/setup.php:547 +msgid "store is writable" +msgstr "store is writable" -#: ../../mod/import.php:451 -msgid "Import completed." -msgstr "Import voltooid." +#: ../../mod/setup.php:577 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "SSL certificate cannot be validated. Fix certificate or disable https access to this hub." -#: ../../mod/import.php:463 -msgid "You must be logged in to use this feature." -msgstr "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken." +#: ../../mod/setup.php:578 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!" -#: ../../mod/import.php:468 -msgid "Import Channel" -msgstr "Kanaal importeren" +#: ../../mod/setup.php:579 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "This restriction is incorporated because public posts from you may for example contain references to images on your own hub." -#: ../../mod/import.php:469 +#: ../../mod/setup.php:580 msgid "" -"Use this form to import an existing channel from a different server/hub. You" -" may retrieve the channel identity from the old server/hub via the network " -"or provide an export file. Only identity and connections/relationships will " -"be imported. Importation of content is not yet available." -msgstr "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken. Alleen de identiteit en de connecties zullen geïmporteerd worden. Het importeren van inhoud is nog niet beschikbaar." +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues." -#: ../../mod/import.php:470 -msgid "File to Upload" -msgstr "Bestand om te uploaden" +#: ../../mod/setup.php:581 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement." -#: ../../mod/import.php:471 -msgid "Or provide the old server/hub details" -msgstr "Of vul de gegevens van de oude hub in" +#: ../../mod/setup.php:582 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Providers are available that issue free certificates which are browser-valid." -#: ../../mod/import.php:472 -msgid "Your old identity address (xyz@example.com)" -msgstr "Jouw oude kanaaladres (xyz@example.com)" +#: ../../mod/setup.php:584 +msgid "SSL certificate validation" +msgstr "SSL certificate validation" -#: ../../mod/import.php:473 -msgid "Your old login email address" -msgstr "Het e-mailadres van je oude account" +#: ../../mod/setup.php:590 +msgid "" +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "Url rewrite in .htaccess is not working. Check your server configuration.Test: " -#: ../../mod/import.php:474 -msgid "Your old login password" -msgstr "Wachtwoord van jouw oude account" +#: ../../mod/setup.php:592 +msgid "Url rewrite is working" +msgstr "Url rewrite is working" -#: ../../mod/import.php:475 +#: ../../mod/setup.php:602 msgid "" -"For either option, please choose whether to make this hub your new primary " -"address, or whether your old location should continue this role. You will be" -" able to post from either location, but only one can be marked as the " -"primary location for files, photos, and media." -msgstr "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen." +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." -#: ../../mod/import.php:476 -msgid "Make this hub my primary location" -msgstr "Stel deze hub als mijn primaire locatie in" +#: ../../mod/setup.php:626 +msgid "Errors encountered creating database tables." +msgstr "Errors encountered creating database tables." -#: ../../mod/import.php:477 -msgid "Import existing posts if possible" -msgstr "Importeer bestaande berichten (wanneer mogelijk)" +#: ../../mod/setup.php:661 +msgid "

    What next

    " +msgstr "

    Wat nu

    " -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s labelde het %3$s van %2$s met %4$s" +#: ../../mod/setup.php:662 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." #: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 msgid "Tag removed" -msgstr "Label verwijderd" +msgstr "Tag verwijderd" #: ../../mod/tagrm.php:119 msgid "Remove Item Tag" -msgstr "Verwijder itemlabel" +msgstr "Verwijder item-tag" #: ../../mod/tagrm.php:121 msgid "Select a tag to remove: " -msgstr "Kies een label om te verwijderen" +msgstr "Kies een tag om te verwijderen" #: ../../mod/admin.php:52 msgid "Theme settings updated." @@ -7323,111 +7489,93 @@ msgstr "Velddefinitie niet gevonden" msgid "Edit Profile Field" msgstr "Profielveld bewerken" -#: ../../mod/locs.php:19 ../../mod/locs.php:46 -msgid "Location not found." -msgstr "Locatie niet gevonden." - -#: ../../mod/locs.php:50 -msgid "Primary location cannot be removed." -msgstr "Primaire locatie kan niet worden verwijderd." - -#: ../../mod/locs.php:82 -msgid "No locations found." -msgstr "Geen locaties gevonden." - -#: ../../mod/locs.php:95 -msgid "Manage Channel Locations" -msgstr "Kanaallocaties beheren" - -#: ../../mod/locs.php:96 -msgid "Location (address)" -msgstr "Locatie (adres)" +#: ../../mod/menu.php:31 +msgid "Menu updated." +msgstr "Menu aangepast. " -#: ../../mod/locs.php:97 -msgid "Primary Location" -msgstr "Primaire locatie" +#: ../../mod/menu.php:35 +msgid "Unable to update menu." +msgstr "Niet in staat om menu aan te passen" -#: ../../mod/locs.php:98 -msgid "Drop location" -msgstr "Locatie verwijderen" +#: ../../mod/menu.php:40 +msgid "Menu created." +msgstr "Menu aangemaakt." -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Niet in staat om ontvanger op te zoeken." +#: ../../mod/menu.php:44 +msgid "Unable to create menu." +msgstr "Niet in staat om menu aan te maken." -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Niet in staat om met het aangevraagde kanaal te communiceren." +#: ../../mod/menu.php:76 +msgid "Manage Menus" +msgstr "Menu's beheren" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Kan opgevraagd kanaal niet verifieren" +#: ../../mod/menu.php:79 +msgid "Drop" +msgstr "Verwijderen" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt." +#: ../../mod/menu.php:81 +msgid "Bookmarks allowed" +msgstr "Bladwijzers toegestaan" -#: ../../mod/mail.php:136 -msgid "Message deleted." -msgstr "Bericht verwijderd." +#: ../../mod/menu.php:82 +msgid "Create a new menu" +msgstr "Een nieuwe menu aanmaken" -#: ../../mod/mail.php:153 -msgid "Message recalled." -msgstr "Bericht ingetrokken." +#: ../../mod/menu.php:83 +msgid "Delete this menu" +msgstr "Menu verwijderen" -#: ../../mod/mail.php:222 -msgid "Send Private Message" -msgstr "Privébericht versturen" +#: ../../mod/menu.php:84 ../../mod/menu.php:125 +msgid "Edit menu contents" +msgstr "Bewerk de inhoud van het menu" -#: ../../mod/mail.php:223 ../../mod/mail.php:340 -msgid "To:" -msgstr "Aan:" +#: ../../mod/menu.php:85 +msgid "Edit this menu" +msgstr "Dit menu bewerken" -#: ../../mod/mail.php:228 ../../mod/mail.php:342 -msgid "Subject:" -msgstr "Onderwerp:" +#: ../../mod/menu.php:96 +msgid "New Menu" +msgstr "Nieuw menu" -#: ../../mod/mail.php:232 ../../mod/mail.php:345 ../../mod/invite.php:131 -msgid "Your message:" -msgstr "Jouw bericht:" +#: ../../mod/menu.php:97 ../../mod/menu.php:126 +msgid "Menu name" +msgstr "Naam van menu" -#: ../../mod/mail.php:239 -msgid "Send" -msgstr "Verzenden" +#: ../../mod/menu.php:97 ../../mod/menu.php:126 +msgid "Must be unique, only seen by you" +msgstr "Moet uniek zijn en is alleen zichtbaar voor jou." -#: ../../mod/mail.php:266 -msgid "Message not found." -msgstr "Bericht niet gevonden" +#: ../../mod/menu.php:98 ../../mod/menu.php:127 +msgid "Menu title" +msgstr "Titel van menu" -#: ../../mod/mail.php:309 -msgid "Delete message" -msgstr "Bericht verwijderen" +#: ../../mod/menu.php:98 ../../mod/menu.php:127 +msgid "Menu title as seen by others" +msgstr "Titel van menu zoals anderen dat zien." -#: ../../mod/mail.php:310 -msgid "Recall message" -msgstr "Bericht intrekken" +#: ../../mod/menu.php:99 ../../mod/menu.php:128 +msgid "Allow bookmarks" +msgstr "Bladwijzers toestaan" -#: ../../mod/mail.php:312 -msgid "Message has been recalled." -msgstr "Bericht is ingetrokken." +#: ../../mod/menu.php:99 ../../mod/menu.php:128 +msgid "Menu may be used to store saved bookmarks" +msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan" -#: ../../mod/mail.php:329 -msgid "Private Conversation" -msgstr "Privéconversatie" +#: ../../mod/menu.php:114 +msgid "Menu deleted." +msgstr "Menu verwijderd." -#: ../../mod/mail.php:333 ../../mod/message.php:72 -msgid "Delete conversation" -msgstr "Verwijder conversatie" +#: ../../mod/menu.php:116 +msgid "Menu could not be deleted." +msgstr "Menu kon niet verwijderd worden." -#: ../../mod/mail.php:335 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Geen veilige communicatie beschikbaar. Mogelijk kan je reageren op de kanaalpagina van de afzender." +#: ../../mod/menu.php:122 +msgid "Edit Menu" +msgstr "Menu bewerken" -#: ../../mod/mail.php:339 -msgid "Send Reply" -msgstr "Antwoord versturen" +#: ../../mod/menu.php:124 +msgid "Add or remove entries to this menu" +msgstr "Items aan dit menu toevoegen of verwijder" #: ../../mod/invite.php:25 msgid "Total invitation limit exceeded." @@ -7494,30 +7642,45 @@ msgstr "of bezoek " msgid "3. Click [Connect]" msgstr "3. Klik op [+ Verbinden]" -#: ../../mod/manage.php:136 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt." +#: ../../mod/network.php:84 +msgid "No such group" +msgstr "Collectie niet gevonden" -#: ../../mod/manage.php:144 -msgid "Create a new channel" -msgstr "Nieuw kanaal aanmaken" +#: ../../mod/network.php:122 +msgid "Search Results For:" +msgstr "Zoekresultaten voor:" -#: ../../mod/manage.php:149 -msgid "Current Channel" -msgstr "Huidig kanaal" +#: ../../mod/network.php:176 +msgid "Collection is empty" +msgstr "Collectie is leeg" -#: ../../mod/manage.php:151 -msgid "Attach to one of your channels by selecting it." -msgstr "Gebruik een van jouw kanalen door op een te klikken." +#: ../../mod/network.php:184 +msgid "Collection: " +msgstr "Collectie: " -#: ../../mod/manage.php:152 -msgid "Default Channel" -msgstr "Standaardkanaal" +#: ../../mod/network.php:197 +msgid "Connection: " +msgstr "Connectie: " + +#: ../../mod/network.php:200 +msgid "Invalid connection." +msgstr "Ongeldige connectie." + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ongeldige verzoek identificator (request identifier)" + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Annuleren" + +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "Geen systeemnotificaties meer." -#: ../../mod/manage.php:153 -msgid "Make Default" -msgstr "Als standaard instellen" +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "Systeemnotificaties" #: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 #: ../../mod/update_network.php:23 ../../mod/update_search.php:46 @@ -7525,14 +7688,6 @@ msgstr "Als standaard instellen" msgid "[Embedded content - reload page to view]" msgstr "[Ingesloten inhoud - ververs pagina om te bekijken] " -#: ../../mod/layouts.php:110 -msgid "Help with this feature" -msgstr "Hulp voor dit onderdeel" - -#: ../../mod/layouts.php:130 -msgid "Layout Name" -msgstr "Naam lay-out" - #: ../../mod/lockview.php:31 msgid "Remote privacy information not available." msgstr "Privacy-informatie op afstand niet beschikbaar." @@ -7566,29 +7721,14 @@ msgstr "Totaal aantal stemmen" msgid "Average Rating" msgstr "Gemiddelde waardering" -#: ../../mod/network.php:81 -msgid "No such group" -msgstr "Collectie niet gevonden" - -#: ../../mod/network.php:119 -msgid "Search Results For:" -msgstr "Zoekresultaten voor:" - -#: ../../mod/network.php:173 -msgid "Collection is empty" -msgstr "Collectie is leeg" - -#: ../../mod/network.php:181 -msgid "Collection: " -msgstr "Collectie: " - -#: ../../mod/network.php:194 -msgid "Connection: " -msgstr "Connectie: " +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID-protocolfout. Geen ID terugontvangen." -#: ../../mod/network.php:197 -msgid "Invalid connection." -msgstr "Ongeldige connectie." +#: ../../mod/openid.php:72 ../../mod/openid.php:180 ../../mod/post.php:261 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Welkom %s. Authenticatie op afstand geslaagd." #: ../../mod/wall_upload.php:35 msgid "Wall Photos" @@ -7610,94 +7750,6 @@ msgstr "is geïnteresseerd in:" msgid "No matches" msgstr "Geen overeenkomsten" -#: ../../mod/menu.php:31 -msgid "Menu updated." -msgstr "Menu aangepast. " - -#: ../../mod/menu.php:35 -msgid "Unable to update menu." -msgstr "Niet in staat om menu aan te passen" - -#: ../../mod/menu.php:40 -msgid "Menu created." -msgstr "Menu aangemaakt." - -#: ../../mod/menu.php:44 -msgid "Unable to create menu." -msgstr "Niet in staat om menu aan te maken." - -#: ../../mod/menu.php:76 -msgid "Manage Menus" -msgstr "Menu's beheren" - -#: ../../mod/menu.php:79 -msgid "Drop" -msgstr "Verwijderen" - -#: ../../mod/menu.php:81 -msgid "Bookmarks allowed" -msgstr "Bladwijzers toegestaan" - -#: ../../mod/menu.php:82 -msgid "Create a new menu" -msgstr "Een nieuwe menu aanmaken" - -#: ../../mod/menu.php:83 -msgid "Delete this menu" -msgstr "Menu verwijderen" - -#: ../../mod/menu.php:84 ../../mod/menu.php:125 -msgid "Edit menu contents" -msgstr "Bewerk de inhoud van het menu" - -#: ../../mod/menu.php:85 -msgid "Edit this menu" -msgstr "Dit menu bewerken" - -#: ../../mod/menu.php:96 -msgid "New Menu" -msgstr "Nieuw menu" - -#: ../../mod/menu.php:97 ../../mod/menu.php:126 -msgid "Menu name" -msgstr "Naam van menu" - -#: ../../mod/menu.php:97 ../../mod/menu.php:126 -msgid "Must be unique, only seen by you" -msgstr "Moet uniek zijn en is alleen zichtbaar voor jou." - -#: ../../mod/menu.php:98 ../../mod/menu.php:127 -msgid "Menu title" -msgstr "Titel van menu" - -#: ../../mod/menu.php:98 ../../mod/menu.php:127 -msgid "Menu title as seen by others" -msgstr "Titel van menu zoals anderen dat zien." - -#: ../../mod/menu.php:99 ../../mod/menu.php:128 -msgid "Allow bookmarks" -msgstr "Bladwijzers toestaan" - -#: ../../mod/menu.php:99 ../../mod/menu.php:128 -msgid "Menu may be used to store saved bookmarks" -msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan" - -#: ../../mod/menu.php:114 -msgid "Menu deleted." -msgstr "Menu verwijderd." - -#: ../../mod/menu.php:116 -msgid "Menu could not be deleted." -msgstr "Menu kon niet verwijderd worden." - -#: ../../mod/menu.php:122 -msgid "Edit Menu" -msgstr "Menu bewerken" - -#: ../../mod/menu.php:124 -msgid "Add or remove entries to this menu" -msgstr "Items aan dit menu toevoegen of verwijder" - #: ../../mod/message.php:41 msgid "Conversation removed." msgstr "Conversatie verwijderd" @@ -7741,30 +7793,18 @@ msgid "Or import an existing channel from another locatio msgstr "Of importeer een bestaand kanaal vanaf een andere locatie." #: ../../mod/new_channel.php:118 -msgid "Channel Type" -msgstr "Kanaaltype" - -#: ../../mod/new_channel.php:119 msgid "" "Please choose a channel type (such as social networking or community forum) " "and privacy requirements so we can select the best permissions for you" msgstr "Kies een kanaaltype (bijv. een persoonlijk kanaal voor een sociaal netwerk of eentje voor een groepsforum) en jouw behoefte aan privacy, zodat wij voor jou de beste permissies kunnen kiezen." -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Ongeldige verzoek identificator (request identifier)" - -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Annuleren" - -#: ../../mod/notifications.php:94 ../../mod/notify.php:53 -msgid "No more system notifications." -msgstr "Geen systeemnotificaties meer." +#: ../../mod/new_channel.php:119 +msgid "Channel Type" +msgstr "Kanaaltype" -#: ../../mod/notifications.php:98 ../../mod/notify.php:57 -msgid "System Notifications" -msgstr "Systeemnotificaties" +#: ../../mod/new_channel.php:119 +msgid "Read more about roles" +msgstr "Lees meer over kanaaltypes" #: ../../mod/xchan.php:6 msgid "Xchan Lookup" @@ -7778,58 +7818,6 @@ msgstr "Zoek een xchan (of webbie) die begint met:" msgid "invalid target signature" msgstr "ongeldig doelkenmerk" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "Niet in staat om je hub te vinden" - -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Verzenden bericht geslaagd." - -#: ../../mod/directory.php:201 -msgid "Gender: " -msgstr "Geslacht:" - -#: ../../mod/directory.php:203 -msgid "Status: " -msgstr "Status: " - -#: ../../mod/directory.php:205 -msgid "Homepage: " -msgstr "Homepage: " - -#: ../../mod/directory.php:208 -msgid "Hometown: " -msgstr "Oorspronkelijk uit: " - -#: ../../mod/directory.php:210 -msgid "About: " -msgstr "Over: " - -#: ../../mod/directory.php:265 -msgid "Public Forum:" -msgstr "Openbaar forum:" - -#: ../../mod/directory.php:268 -msgid "Keywords: " -msgstr "Trefwoorden: " - -#: ../../mod/directory.php:317 -msgid "Finding:" -msgstr "Gezocht naar:" - -#: ../../mod/directory.php:322 -msgid "next page" -msgstr "volgende pagina" - -#: ../../mod/directory.php:322 -msgid "previous page" -msgstr "vorige pagina" - -#: ../../mod/directory.php:339 -msgid "No entries (some entries may be hidden)." -msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)." - #: ../../mod/photos.php:77 msgid "Page owner information could not be retrieved." msgstr "Informatie over de pagina-eigenaar werd niet ontvangen." @@ -7842,7 +7830,7 @@ msgstr "Album niet gevonden." msgid "Delete Album" msgstr "Verwijder album" -#: ../../mod/photos.php:159 ../../mod/photos.php:958 +#: ../../mod/photos.php:159 ../../mod/photos.php:955 msgid "Delete Photo" msgstr "Verwijder foto" @@ -7868,11 +7856,11 @@ msgstr "%1$.2f MB aan foto-opslag gebruikt." msgid "Upload Photos" msgstr "Foto's uploaden" -#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:943 +#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:940 msgid "Enter a new album name" msgstr "Vul een nieuwe albumnaam in" -#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:944 +#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:941 msgid "or select an existing one (doubleclick)" msgstr "of kies een bestaand album (dubbelklikken)" @@ -7884,8 +7872,8 @@ msgstr "Plaats geen bericht voor deze upload." msgid "Album name could not be decoded" msgstr "Albumnaam kon niet gedecodeerd worden" -#: ../../mod/photos.php:654 ../../mod/photos.php:1167 -#: ../../mod/photos.php:1183 +#: ../../mod/photos.php:654 ../../mod/photos.php:1164 +#: ../../mod/photos.php:1180 msgid "Contact Photos" msgstr "Connectiefoto's" @@ -7897,85 +7885,131 @@ msgstr "Nieuwste eerst weergeven" msgid "Show Oldest First" msgstr "Oudste eerst weergeven" -#: ../../mod/photos.php:707 ../../mod/photos.php:1215 +#: ../../mod/photos.php:704 ../../mod/photos.php:1212 msgid "View Photo" msgstr "Foto weergeven" -#: ../../mod/photos.php:736 +#: ../../mod/photos.php:733 msgid "Edit Album" msgstr "Album bewerken" -#: ../../mod/photos.php:781 +#: ../../mod/photos.php:778 msgid "Permission denied. Access to this item may be restricted." msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt." -#: ../../mod/photos.php:783 +#: ../../mod/photos.php:780 msgid "Photo not available" msgstr "Foto niet aanwezig" -#: ../../mod/photos.php:841 +#: ../../mod/photos.php:838 msgid "Use as profile photo" msgstr "Als profielfoto gebruiken" -#: ../../mod/photos.php:848 +#: ../../mod/photos.php:845 msgid "Private Photo" msgstr "Privéfoto" -#: ../../mod/photos.php:863 +#: ../../mod/photos.php:860 msgid "View Full Size" msgstr "Volledige grootte weergeven" -#: ../../mod/photos.php:937 +#: ../../mod/photos.php:934 msgid "Edit photo" msgstr "Foto bewerken" -#: ../../mod/photos.php:939 +#: ../../mod/photos.php:936 msgid "Rotate CW (right)" msgstr "Draai met de klok mee (naar rechts)" -#: ../../mod/photos.php:940 +#: ../../mod/photos.php:937 msgid "Rotate CCW (left)" msgstr "Draai tegen de klok in (naar links)" -#: ../../mod/photos.php:947 +#: ../../mod/photos.php:944 msgid "Caption" msgstr "Bijschrift" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:946 msgid "Add a Tag" -msgstr "Label toevoegen" +msgstr "Tag toevoegen" -#: ../../mod/photos.php:953 +#: ../../mod/photos.php:950 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl" -#: ../../mod/photos.php:956 +#: ../../mod/photos.php:953 msgid "Flag as adult in album view" msgstr "Markeer als voor volwassenen in albumweergave" -#: ../../mod/photos.php:1133 +#: ../../mod/photos.php:1130 msgid "In This Photo:" msgstr "Op deze foto:" -#: ../../mod/photos.php:1221 +#: ../../mod/photos.php:1218 msgid "View Album" msgstr "Album weergeven" -#: ../../mod/photos.php:1244 +#: ../../mod/photos.php:1241 msgid "Recent Photos" msgstr "Recente foto's" -#: ../../mod/ping.php:265 -msgid "sent you a private message" -msgstr "stuurde jou een privébericht" +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Niet in staat om je hub te vinden" -#: ../../mod/ping.php:316 -msgid "added your channel" -msgstr "voegde jouw kanaal toe" +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Verzenden bericht geslaagd." -#: ../../mod/ping.php:357 -msgid "posted an event" -msgstr "plaatste een gebeurtenis" +#: ../../mod/directory.php:201 +msgid "Gender: " +msgstr "Geslacht:" + +#: ../../mod/directory.php:203 +msgid "Status: " +msgstr "Status: " + +#: ../../mod/directory.php:205 +msgid "Homepage: " +msgstr "Homepage: " + +#: ../../mod/directory.php:208 +msgid "Hometown: " +msgstr "Oorspronkelijk uit: " + +#: ../../mod/directory.php:210 +msgid "About: " +msgstr "Over: " + +#: ../../mod/directory.php:265 +msgid "Public Forum:" +msgstr "Openbaar forum:" + +#: ../../mod/directory.php:268 +msgid "Keywords: " +msgstr "Trefwoorden: " + +#: ../../mod/directory.php:318 +msgid "Finding:" +msgstr "Gezocht naar:" + +#: ../../mod/directory.php:323 +msgid "next page" +msgstr "volgende pagina" + +#: ../../mod/directory.php:323 +msgid "previous page" +msgstr "vorige pagina" + +#: ../../mod/directory.php:340 +msgid "No entries (some entries may be hidden)." +msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)." + +#: ../../mod/post.php:229 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen." #: ../../mod/appman.php:28 ../../mod/appman.php:44 msgid "App installed." @@ -8333,41 +8367,41 @@ msgstr "Rommelig vormgegeven fotoalbums" msgid "Are you a clean desk or a messy desk person?" msgstr "Ben je iemand die van een opgeruimd bureau houdt of van een rommelig bureau?" -#: ../../boot.php:1336 +#: ../../boot.php:1347 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s mislukt. Zie foutenlogboek." -#: ../../boot.php:1339 +#: ../../boot.php:1350 #, php-format msgid "Update Error at %s" msgstr "Update-fout op %s" -#: ../../boot.php:1506 +#: ../../boot.php:1517 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van de RedMatrix" -#: ../../boot.php:1532 +#: ../../boot.php:1545 msgid "Password" msgstr "Wachtwoord" -#: ../../boot.php:1533 +#: ../../boot.php:1546 msgid "Remember me" msgstr "Aangemeld blijven" -#: ../../boot.php:1536 +#: ../../boot.php:1549 msgid "Forgot your password?" msgstr "Wachtwoord vergeten?" -#: ../../boot.php:1617 +#: ../../boot.php:1630 msgid "permission denied" msgstr "toegang geweigerd" -#: ../../boot.php:1618 +#: ../../boot.php:1631 msgid "Got Zot?" msgstr "Heb je Zot?" -#: ../../boot.php:2101 +#: ../../boot.php:2114 msgid "toggle mobile" msgstr "mobiele weergave omschakelen" diff --git a/view/nl/strings.php b/view/nl/strings.php index 720010ff1..8632c2e2b 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -7,19 +7,80 @@ function string_plural_select_nl($n){ ; $a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden"; $a->strings["Profile Photos"] = "Profielfoto's"; -$a->strings["Channel is blocked on this site."] = "Kanaal is op deze hub geblokkeerd."; -$a->strings["Channel location missing."] = "Ontbrekende kanaallocatie."; -$a->strings["Response from remote channel was incomplete."] = "Antwoord van het kanaal op afstand was niet volledig."; -$a->strings["Channel was deleted and no longer exists."] = "Kanaal is verwijderd en bestaat niet meer."; -$a->strings["Protocol disabled."] = "Protocol uitgeschakeld."; -$a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt."; -$a->strings["local account not found."] = "lokale account niet gevonden."; -$a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden"; +$a->strings["Permission denied"] = "Toegang geweigerd"; +$a->strings["(Unknown)"] = "(Onbekend)"; +$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar."; +$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar."; +$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar."; +$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar."; +$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar."; +$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar."; +$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar."; +$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar."; +$a->strings["Item not found."] = "Item niet gevonden."; +$a->strings["Permission denied."] = "Toegang geweigerd"; +$a->strings["Collection not found."] = "Collectie niet gevonden."; +$a->strings["Collection is empty."] = "Collectie is leeg"; +$a->strings["Collection: %s"] = "Collectie: %s"; +$a->strings["Connection: %s"] = "Connectie: %s"; +$a->strings["Connection not found."] = "Connectie niet gevonden."; +$a->strings["Edit"] = "Bewerken"; +$a->strings["No recipient provided."] = "Geen ontvanger opgegeven."; +$a->strings["[no subject]"] = "[geen onderwerp]"; +$a->strings["Unable to determine sender."] = "Afzender kan niet bepaald worden."; +$a->strings["Stored post could not be verified."] = "Opgeslagen bericht kon niet worden geverifieerd."; +$a->strings["view full size"] = "volledige grootte tonen"; +$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken"; +$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken"; +$a->strings["Can view my photo albums"] = "Kan mijn fotoalbums bekijken"; +$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken"; +$a->strings["Can view my file storage"] = "Kan mijn bestanden bekijken"; +$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken"; +$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen"; +$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen"; +$a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden"; +$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen"; +$a->strings["Can post photos to my photo albums"] = "Kan foto's aan mijn fotoalbums toevoegen"; +$a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden"; +$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+"; +$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor groepforums"; +$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)"; +$a->strings["Can write to my file storage"] = "Kan bestanden aan mijn bestandsopslag toevoegen"; +$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken"; +$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)"; +$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."; +$a->strings["Social Networking"] = "Sociaal netwerk"; +$a->strings["Mostly Public"] = "Vrijwel alles openbaar"; +$a->strings["Restricted"] = "Beperkt zichtbaar"; +$a->strings["Private"] = "Verborgen kanaal"; +$a->strings["Community Forum"] = "Groepsforum"; +$a->strings["Feed Republish"] = "Feed herpubliceren"; +$a->strings["Special Purpose"] = "Speciaal doel"; +$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen"; +$a->strings["Group Repository"] = "Groepsopslag"; +$a->strings["Other"] = "Anders"; +$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen"; $a->strings["created a new post"] = "maakte een nieuw bericht aan"; $a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. "; +$a->strings["Tags"] = "Tags"; +$a->strings["Categories"] = "Categorieën"; +$a->strings["Keywords"] = "Trefwoorden"; +$a->strings["have"] = "heb"; +$a->strings["has"] = "heeft"; +$a->strings["want"] = "wil"; +$a->strings["wants"] = "wil"; +$a->strings["like"] = "vind dit leuk"; +$a->strings["likes"] = "vindt dit leuk"; +$a->strings["dislike"] = "vind dit niet leuk"; +$a->strings["dislikes"] = "vindt dit niet leuk"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "vindt dit leuk", + 1 => "vinden dit leuk", +); $a->strings["New Page"] = "Nieuwe pagina"; -$a->strings["Edit"] = "Bewerken"; $a->strings["View"] = "Weergeven"; $a->strings["Preview"] = "Voorvertoning"; $a->strings["Actions"] = "Acties"; @@ -27,51 +88,25 @@ $a->strings["Page Link"] = "Paginalink"; $a->strings["Title"] = "Titel"; $a->strings["Created"] = "Aangemaakt"; $a->strings["Edited"] = "Bewerkt"; -$a->strings["%d invitation available"] = array( - 0 => "%d uitnodiging beschikbaar", - 1 => "%d uitnodigingen beschikbaar", -); -$a->strings["Advanced"] = "Geavanceerd"; -$a->strings["Find Channels"] = "Kanalen vinden"; -$a->strings["Enter name or interest"] = "Vul naam of interesse in"; -$a->strings["Connect/Follow"] = "Verbinden/volgen"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen"; -$a->strings["Find"] = "Vinden"; -$a->strings["Channel Suggestions"] = "Voorgestelde kanalen"; -$a->strings["Random Profile"] = "Willekeurig profiel"; -$a->strings["Invite Friends"] = "Vrienden uitnodigen"; -$a->strings["Advanced example: name=fred and country=iceland"] = "Geavanceerd voorbeeld (Engels): name=jan en country=nederland"; -$a->strings["Saved Folders"] = "Bewaarde mappen"; -$a->strings["Everything"] = "Alles"; -$a->strings["Categories"] = "Categorieën"; -$a->strings["%d connection in common"] = array( - 0 => "%d gemeenschappelijke connectie", - 1 => "%d gemeenschappelijke connecties", -); -$a->strings["show more"] = "meer connecties weergeven"; $a->strings["Embedded content"] = "Ingesloten inhoud"; $a->strings["Embedding disabled"] = "Insluiten uitgeschakeld"; -$a->strings["No recipient provided."] = "Geen ontvanger opgegeven."; -$a->strings["[no subject]"] = "[geen onderwerp]"; -$a->strings["Unable to determine sender."] = "Afzender kan niet bepaald worden."; -$a->strings["Stored post could not be verified."] = "Opgeslagen bericht kon niet worden geverifieerd."; +$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"; +$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg"; +$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden"; +$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen"; +$a->strings["Photo Albums"] = "Fotoalbums"; +$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; $a->strings[" and "] = " en "; $a->strings["public profile"] = "openbaar profiel"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s veranderde %2\$s naar “%3\$s”"; $a->strings["Visit %1\$s's %2\$s"] = "Bezoek het %2\$s van %1\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepaste %2\$s, %3\$s veranderd."; -$a->strings["Visible to your default audience"] = "Voor iedereen zichtbaar, mits niet anders ingesteld"; -$a->strings["Show"] = "Tonen"; -$a->strings["Don't show"] = "Niet tonen"; -$a->strings["Permissions"] = "Permissies"; -$a->strings["Close"] = "Sluiten"; $a->strings["Attachments:"] = "Bijlagen:"; $a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; $a->strings["Redmatrix event notification:"] = "Notificatie RedMatrix-gebeurtenis:"; $a->strings["Starts:"] = "Start:"; $a->strings["Finishes:"] = "Einde:"; $a->strings["Location:"] = "Plaats:"; -$a->strings["Permission denied."] = "Toegang geweigerd"; $a->strings["Item was not found."] = "Item niet gevonden"; $a->strings["No source file."] = "Geen bronbestand."; $a->strings["Cannot locate file to replace"] = "Kan het te vervangen bestand niet vinden"; @@ -86,6 +121,64 @@ $a->strings["duplicate filename or path"] = "dubbele bestandsnaam of pad"; $a->strings["Path not found."] = "Pad niet gevonden"; $a->strings["mkdir failed."] = "directory aanmaken (mkdir) mislukt."; $a->strings["database storage failed."] = "opslag in database mislukt."; +$a->strings["General Features"] = "Algemene functies"; +$a->strings["Content Expiration"] = "Inhoud laten verlopen"; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen"; +$a->strings["Multiple Profiles"] = "Meerdere profielen"; +$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; +$a->strings["Advanced Profiles"] = "Geavanceerde profielen"; +$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel"; +$a->strings["Profile Import/Export"] = "Profiel importen/exporteren"; +$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken."; +$a->strings["Web Pages"] = "Webpagina's"; +$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe"; +$a->strings["Private Notes"] = "Privé-aantekeningen"; +$a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan"; +$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk"; +$a->strings["Extended Identity Sharing"] = "Uitgebreid identiteit delen"; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Deel jouw RedMatrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het RedMatrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet."; +$a->strings["Expert Mode"] = "Expertmodus"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Schakel de expertmodus in voor geavanceerde instellingen"; +$a->strings["Premium Channel"] = "Premiumkanaal"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal"; +$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; +$a->strings["Use Markdown"] = "Markdown gebruiken"; +$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken."; +$a->strings["Channel Sources"] = "Kanaalbronnen"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren."; +$a->strings["Even More Encryption"] = "Extra encryptie"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."; +$a->strings["Flag Adult Photos"] = "Markeer foto's als voor volwassenen"; +$a->strings["Provide photo edit option to hide adult photos from default album view"] = "Zorgt voor een optie om foto's met inhoud voor volwassenen in de standaard albumweergave te verbergen"; +$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter"; +$a->strings["Search by Date"] = "Zoek op datum"; +$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren "; +$a->strings["Collections Filter"] = "Filter op collecties"; +$a->strings["Enable widget to display Network posts only from selected collections"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties"; +$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; +$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik"; +$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"; +$a->strings["Network New Tab"] = "Nieuwe netwerktab"; +$a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen"; +$a->strings["Affinity Tool"] = "Verwantschapsfilter"; +$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag"; +$a->strings["Suggest Channels"] = "Kanalen voorstellen"; +$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen"; +$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen"; +$a->strings["Tagging"] = "Taggen"; +$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te taggen"; +$a->strings["Post Categories"] = "Categorieën berichten"; +$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; +$a->strings["Saved Folders"] = "Bewaarde mappen"; +$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen op te slaan"; +$a->strings["Dislike Posts"] = "Vind berichten niet leuk"; +$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden"; +$a->strings["Star Posts"] = "Geef berichten een ster"; +$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren"; +$a->strings["Tag Cloud"] = "Tagwolk"; +$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina"; $a->strings["parent"] = "omhoog"; $a->strings["Collection"] = "map"; $a->strings["Principal"] = "principal"; @@ -97,83 +190,17 @@ $a->strings["Unknown"] = "Onbekend"; $a->strings["%1\$s used"] = "%1\$s gebruikt"; $a->strings["%1\$s used of %2\$s (%3\$s%)"] = "%1\$s van %2\$s gebruikt (%3\$s%)"; $a->strings["Files"] = "Bestanden"; +$a->strings["Total"] = "Totaal"; $a->strings["Name"] = "Naam"; $a->strings["Type"] = "Type"; $a->strings["Size"] = "Grootte"; $a->strings["Last Modified"] = "Laatst gewijzigd"; $a->strings["Delete"] = "Verwijderen"; -$a->strings["Total"] = "Totaal"; $a->strings["Create new folder"] = "Nieuwe map aanmaken"; $a->strings["Create"] = "Aanmaken"; $a->strings["Upload file"] = "Bestand uploaden"; $a->strings["Upload"] = "Uploaden"; $a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s"; -$a->strings["Logout"] = "Uitloggen"; -$a->strings["End this session"] = "Beëindig deze sessie"; -$a->strings["Home"] = "Home"; -$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties"; -$a->strings["View Profile"] = "Profiel weergeven"; -$a->strings["Your profile page"] = "Jouw profielpagina"; -$a->strings["Edit Profiles"] = "Bewerk profielen"; -$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen"; -$a->strings["Edit Profile"] = "Profiel bewerken"; -$a->strings["Edit your profile"] = "Jouw profiel bewerken"; -$a->strings["Photos"] = "Foto's"; -$a->strings["Your photos"] = "Jouw foto's"; -$a->strings["Your files"] = "Jouw bestanden"; -$a->strings["Chat"] = "Chatten"; -$a->strings["Your chatrooms"] = "Jouw chatkanalen"; -$a->strings["Bookmarks"] = "Bladwijzers"; -$a->strings["Your bookmarks"] = "Jouw bladwijzers"; -$a->strings["Webpages"] = "Webpagina's"; -$a->strings["Your webpages"] = "Jouw webpagina's"; -$a->strings["Login"] = "Inloggen"; -$a->strings["Sign in"] = "Inloggen"; -$a->strings["%s - click to logout"] = "%s - klik om uit te loggen"; -$a->strings["Remote authentication"] = "Authenticatie op afstand"; -$a->strings["Click to authenticate to your home hub"] = "Authenticeer jezelf via (bijvoorbeeld) jouw RedMatrix-hub"; -$a->strings["Home Page"] = "Homepage"; -$a->strings["Register"] = "Registreren"; -$a->strings["Create an account"] = "Maak een account aan"; -$a->strings["Help"] = "Hulp"; -$a->strings["Help and documentation"] = "Hulp en documentatie"; -$a->strings["Apps"] = "Apps"; -$a->strings["Applications, utilities, links, games"] = "Apps"; -$a->strings["Search"] = "Zoeken"; -$a->strings["Search site content"] = "Inhoud van deze RedMatrix-hub doorzoeken"; -$a->strings["Directory"] = "Kanalengids"; -$a->strings["Channel Directory"] = "Kanalengids"; -$a->strings["Matrix"] = "Matrix"; -$a->strings["Your matrix"] = "Jouw matrix"; -$a->strings["Mark all matrix notifications seen"] = "Markeer alle matrixnotificaties als bekeken"; -$a->strings["Channel Home"] = "Tijdlijn kanaal"; -$a->strings["Channel home"] = "Tijdlijn kanaal"; -$a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren"; -$a->strings["Connections"] = "Connecties"; -$a->strings["Notices"] = "Notificaties"; -$a->strings["Notifications"] = "Notificaties"; -$a->strings["See all notifications"] = "Alle notificaties weergeven"; -$a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken"; -$a->strings["Mail"] = "Privéberichten"; -$a->strings["Private mail"] = "Privéberichten"; -$a->strings["See all private messages"] = "Alle privéberichten weergeven"; -$a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken"; -$a->strings["Inbox"] = "Postvak IN"; -$a->strings["Outbox"] = "Postvak UIT"; -$a->strings["New Message"] = "Nieuw bericht"; -$a->strings["Events"] = "Agenda"; -$a->strings["Event Calendar"] = "Agenda"; -$a->strings["See all events"] = "Alle gebeurtenissen weergeven"; -$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken"; -$a->strings["Channel Manager"] = "Kanaalbeheer"; -$a->strings["Manage Your Channels"] = "Beheer je kanalen"; -$a->strings["Settings"] = "Instellingen"; -$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen"; -$a->strings["Admin"] = "Beheer"; -$a->strings["Site Setup and Configuration"] = "Hub instellen en beheren"; -$a->strings["Loading..."] = "Aan het laden..."; -$a->strings["Please wait..."] = "Wachten aub..."; -$a->strings["view full size"] = "volledige grootte tonen"; $a->strings["Directory Options"] = "Opties kanalengids"; $a->strings["Alphabetic"] = "Alfabetisch"; $a->strings["Reverse Alphabetic"] = "Omgekeerd alfabetisch"; @@ -184,39 +211,6 @@ $a->strings["Sort"] = "Sorteren"; $a->strings["Enable Safe Search"] = "Veilig zoeken inschakelen"; $a->strings["Disable Safe Search"] = "Veilig zoeken uitschakelen"; $a->strings["Safe Mode"] = "Veilig zoeken"; -$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken"; -$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken"; -$a->strings["Can view my photo albums"] = "Kan mijn fotoalbums bekijken"; -$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken"; -$a->strings["Can view my file storage"] = "Kan mijn bestanden bekijken"; -$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken"; -$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen"; -$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen"; -$a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden"; -$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen"; -$a->strings["Can post photos to my photo albums"] = "Kan foto's aan mijn fotoalbums toevoegen"; -$a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden"; -$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+"; -$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor groepforums"; -$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)"; -$a->strings["Can write to my file storage"] = "Kan bestanden aan mijn bestandsopslag toevoegen"; -$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken"; -$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)"; -$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."; -$a->strings["Social Networking"] = "Sociaal netwerk"; -$a->strings["Mostly Public"] = "Vrijwel alles openbaar"; -$a->strings["Restricted"] = "Beperkt zichtbaar"; -$a->strings["Private"] = "Verborgen kanaal"; -$a->strings["Community Forum"] = "Groepsforum"; -$a->strings["Feed Republish"] = "Feed herpubliceren"; -$a->strings["Special Purpose"] = "Speciaal doel"; -$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen"; -$a->strings["Group Repository"] = "Groepsopslag"; -$a->strings["Other"] = "Anders"; -$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen"; $a->strings["Default"] = "Standaard"; $a->strings["Frequently"] = "Regelmatig"; $a->strings["Hourly"] = "Elk uur"; @@ -234,6 +228,14 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; +$a->strings["Logged out."] = "Uitgelogd."; +$a->strings["Failed authentication"] = "Mislukte authenticatie"; +$a->strings["Login failed."] = "Inloggen mislukt."; +$a->strings["Visible to your default audience"] = "Voor iedereen zichtbaar, mits niet anders ingesteld"; +$a->strings["Show"] = "Tonen"; +$a->strings["Don't show"] = "Niet tonen"; +$a->strings["Permissions"] = "Permissies"; +$a->strings["Close"] = "Sluiten"; $a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen"; $a->strings["Empty name"] = "Ontbrekende naam"; $a->strings["Name too long"] = "Naam te lang"; @@ -251,6 +253,7 @@ $a->strings["Change profile photo"] = "Profielfoto veranderen"; $a->strings["Profiles"] = "Profielen"; $a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken"; $a->strings["Create New Profile"] = "Nieuw profiel aanmaken"; +$a->strings["Edit Profile"] = "Profiel bewerken"; $a->strings["Profile Image"] = "Profielfoto"; $a->strings["visible to everybody"] = "Voor iedereen zichtbaar"; $a->strings["Edit visibility"] = "Zichtbaarheid bewerken"; @@ -269,10 +272,6 @@ $a->strings["Events this week:"] = "Gebeurtenissen deze week:"; $a->strings["Profile"] = "Profiel"; $a->strings["Full Name:"] = "Volledige naam:"; $a->strings["Like this channel"] = "Vind dit kanaal leuk"; -$a->strings["__ctx:noun__ Like"] = array( - 0 => "vindt dit leuk", - 1 => "vinden dit leuk", -); $a->strings["j F, Y"] = "F j Y"; $a->strings["j F"] = "F j"; $a->strings["Birthday:"] = "Geboortedatum:"; @@ -280,7 +279,7 @@ $a->strings["Age:"] = "Leeftijd:"; $a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; $a->strings["Sexual Preference:"] = "Seksuele voorkeur:"; $a->strings["Hometown:"] = "Oorspronkelijk uit:"; -$a->strings["Tags:"] = "Trefwoorden:"; +$a->strings["Tags:"] = "Tags:"; $a->strings["Political Views:"] = "Politieke overtuigingen:"; $a->strings["Religion:"] = "Religie:"; $a->strings["About:"] = "Over:"; @@ -297,89 +296,26 @@ $a->strings["Love/Romance:"] = "Liefde/romantiek:"; $a->strings["Work/employment:"] = "Werk/beroep:"; $a->strings["School/education:"] = "School/opleiding:"; $a->strings["Like this thing"] = "Vind dit ding leuk"; -$a->strings["Image/photo"] = "Afbeelding/foto"; -$a->strings["Encrypted content"] = "Versleutelde inhoud"; -$a->strings["Install design element: "] = "Installeer ontwerp-onderdeel"; -$a->strings["QR code"] = "QR-code"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s"; -$a->strings["post"] = "bericht"; -$a->strings["$1 spoiler"] = "$1 spoiler"; -$a->strings["$1 wrote:"] = "$1 schreef:"; -$a->strings["Miscellaneous"] = "Diversen"; -$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD"; -$a->strings["never"] = "nooit"; -$a->strings["less than a second ago"] = "minder dan een seconde geleden"; -$a->strings["year"] = "jaar"; -$a->strings["years"] = "jaren"; -$a->strings["month"] = "maand"; -$a->strings["months"] = "maanden"; -$a->strings["week"] = "week"; -$a->strings["weeks"] = "weken"; -$a->strings["day"] = "dag"; -$a->strings["days"] = "dagen"; -$a->strings["hour"] = "uur"; -$a->strings["hours"] = "uren"; -$a->strings["minute"] = "minuut"; -$a->strings["minutes"] = "minuten"; -$a->strings["second"] = "seconde"; -$a->strings["seconds"] = "seconden"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; -$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s"; -$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s"; -$a->strings["New window"] = "Nieuw venster"; -$a->strings["Open the selected location in a different window or browser tab"] = "Open de geselecteerde locatie in een ander venster of tab"; -$a->strings["User '%s' deleted"] = "Account '%s' verwijderd"; -$a->strings["Tags"] = "Labels"; -$a->strings["Keywords"] = "Trefwoorden"; -$a->strings["have"] = "heb"; -$a->strings["has"] = "heeft"; -$a->strings["want"] = "wil"; -$a->strings["wants"] = "wil"; -$a->strings["like"] = "vind dit leuk"; -$a->strings["likes"] = "vindt dit leuk"; -$a->strings["dislike"] = "vind dit niet leuk"; -$a->strings["dislikes"] = "vindt dit niet leuk"; -$a->strings["Public Timeline"] = "Openbare tijdlijn"; -$a->strings["Red Matrix Notification"] = "RedMatrix-notificatie"; -$a->strings["redmatrix"] = "RedMatrix"; -$a->strings["Thank You,"] = "Bedankt,"; -$a->strings["%s Administrator"] = "Beheerder %s"; -$a->strings["%s "] = "%s "; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notificatie] Nieuw privébericht ontvangen op %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s zond jou %2\$s."; -$a->strings["a private message"] = "een privébericht"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privéberichten te bekijken en/of er op te reageren."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %5\$s van %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]jouw %4\$s[/zrl]"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notificatie] Reactie op conversatie #%1\$d door %2\$s"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s gaf een reactie op een bericht/conversatie die jij volgt."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of er op te reageren."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s heeft om %3\$s een bericht op jouw kanaal geplaatst"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s heeft een bericht op [zrl=%3\$s]jouw kanaal[/zrl] geplaatst"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notificatie] %s heeft je genoemd"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou op %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]noemde jou[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notificatie] %1\$s heeft je aangestoten"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s heeft je aangestoten op %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]heeft je aangestoten[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notificatie] %s heeft jouw bericht gelabeld"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s labelde jouw bericht om %3\$s"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s labelde [zrl=%3\$s]jouw bericht[/zrl]"; -$a->strings["[Red:Notify] Introduction received"] = "[Red:Notificatie] Connectieverzoek ontvangen"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, je hebt een nieuw connectieverzoek ontvangen van '%2\$s' op %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, je hebt een [zrl=%2\$s]nieuw connectieverzoek[/zrl] ontvangen van %3\$s."; -$a->strings["You may visit their profile at %s"] = "Je kan het profiel bekijken op %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Bezoek %s om het connectieverzoek te accepteren of af te wijzen."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notificatie] Kanaalvoorstel ontvangen"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, je hebt een kanaalvoorstel ontvangen van '%2\$s' om %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, je hebt [zrl=%2\$s]een kanaalvoorstel[/zrl] ontvangen voor %3\$s van %4\$s."; -$a->strings["Name:"] = "Naam:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen."; -$a->strings["[Red:Notify]"] = "[Red:Notificatie]"; +$a->strings["%d invitation available"] = array( + 0 => "%d uitnodiging beschikbaar", + 1 => "%d uitnodigingen beschikbaar", +); +$a->strings["Advanced"] = "Geavanceerd"; +$a->strings["Find Channels"] = "Kanalen vinden"; +$a->strings["Enter name or interest"] = "Vul naam of interesse in"; +$a->strings["Connect/Follow"] = "Verbinden/volgen"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen"; +$a->strings["Find"] = "Vinden"; +$a->strings["Channel Suggestions"] = "Voorgestelde kanalen"; +$a->strings["Random Profile"] = "Willekeurig profiel"; +$a->strings["Invite Friends"] = "Vrienden uitnodigen"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Geavanceerd voorbeeld (Engels): name=jan en country=nederland"; +$a->strings["Everything"] = "Alles"; +$a->strings["%d connection in common"] = array( + 0 => "%d gemeenschappelijke connectie", + 1 => "%d gemeenschappelijke connecties", +); +$a->strings["show more"] = "meer connecties weergeven"; $a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd."; $a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten 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."; $a->strings["Default privacy group for new contacts"] = "Standaard privacy-collectie voor nieuwe kanalen"; @@ -390,67 +326,24 @@ $a->strings["Edit collection"] = "Collectie bewerken"; $a->strings["Create a new collection"] = "Nieuwe collectie aanmaken"; $a->strings["Channels not in any collection"] = "Kanalen die zich in geen enkele collectie bevinden"; $a->strings["add"] = "toevoegen"; -$a->strings["General Features"] = "Algemene functies"; -$a->strings["Content Expiration"] = "Inhoud laten verlopen"; -$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen"; -$a->strings["Multiple Profiles"] = "Meerdere profielen"; -$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; -$a->strings["Advanced Profiles"] = "Geavanceerde profielen"; -$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel"; -$a->strings["Profile Import/Export"] = "Profiel importen/exporteren"; -$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken."; -$a->strings["Web Pages"] = "Webpagina's"; -$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe"; -$a->strings["Private Notes"] = "Privé-aantekeningen"; -$a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan"; -$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu"; -$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk"; -$a->strings["Extended Identity Sharing"] = "Uitgebreid identiteit delen"; -$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Deel jouw RedMatrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het RedMatrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet."; -$a->strings["Expert Mode"] = "Expertmodus"; -$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Schakel de expertmodus in voor geavanceerde instellingen"; -$a->strings["Premium Channel"] = "Premiumkanaal"; -$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal"; -$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; -$a->strings["Use Markdown"] = "Markdown gebruiken"; -$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken."; -$a->strings["Post Preview"] = "Voorvertoning"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Een optie om je berichten en reacties voor het definitief publiceren voor te vertonen"; -$a->strings["Channel Sources"] = "Kanaalbronnen"; -$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren."; -$a->strings["Even More Encryption"] = "Extra encryptie"; -$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."; -$a->strings["Flag Adult Photos"] = "Markeer foto's als voor volwassenen"; -$a->strings["Provide photo edit option to hide adult photos from default album view"] = "Zorgt voor een optie om foto's met inhoud voor volwassenen in de standaard albumweergave te verbergen"; -$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter"; -$a->strings["Search by Date"] = "Zoek op datum"; -$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren "; -$a->strings["Collections Filter"] = "Filter op collecties"; -$a->strings["Enable widget to display Network posts only from selected collections"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties"; -$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; -$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik"; -$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"; -$a->strings["Network New Tab"] = "Nieuwe netwerktab"; -$a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen"; -$a->strings["Affinity Tool"] = "Verwantschapsfilter"; -$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag"; -$a->strings["Suggest Channels"] = "Kanalen voorstellen"; -$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen"; -$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen"; -$a->strings["Edit Sent Posts"] = "Bewerk verzonden berichten"; -$a->strings["Edit and correct posts and comments after sending"] = "Bewerk en corrigeer berichten en reacties nadat deze zijn verzonden"; -$a->strings["Tagging"] = "Labelen"; -$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te labelen"; -$a->strings["Post Categories"] = "Categorieën berichten"; -$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; -$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen op te slaan"; -$a->strings["Dislike Posts"] = "Vind berichten niet leuk"; -$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden"; -$a->strings["Star Posts"] = "Geef berichten een ster"; -$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren"; -$a->strings["Tag Cloud"] = "Wolk met trefwoorden/labels"; -$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met trefwoorden of labels op jouw kanaalpagina"; +$a->strings["Not a valid email address"] = "Geen geldig e-mailadres"; +$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan"; +$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd."; +$a->strings["An invitation is required."] = "Een uitnodiging is vereist"; +$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden"; +$a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; +$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden."; +$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s"; +$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s"; +$a->strings["Administrator"] = "Beheerder"; +$a->strings["your registration password"] = "jouw registratiewachtwoord"; +$a->strings["Registration details for %s"] = "Registratiegegevens voor %s"; +$a->strings["Account approved."] = "Account goedgekeurd"; +$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; +$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen."; +$a->strings["Click here to upgrade."] = "Klik hier om te upgraden."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."; +$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement."; $a->strings["prev"] = "vorige"; $a->strings["first"] = "eerste"; $a->strings["last"] = "laatste"; @@ -463,6 +356,7 @@ $a->strings["%d Connection"] = array( 1 => "%d connecties", ); $a->strings["View Connections"] = "Connecties weergeven"; +$a->strings["Search"] = "Zoeken"; $a->strings["Save"] = "Opslaan"; $a->strings["poke"] = "aanstoten"; $a->strings["poked"] = "aangestoten"; @@ -536,6 +430,20 @@ $a->strings["Blocks"] = "Blokken"; $a->strings["Menus"] = "Menu's"; $a->strings["Layouts"] = "Lay-outs"; $a->strings["Pages"] = "Pagina's"; +$a->strings["Public Timeline"] = "Openbare tijdlijn"; +$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt"; +$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al"; +$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal"; +$a->strings["Room not found."] = "Chatkanaal niet gevonden"; +$a->strings["Room is full"] = "Chatkanaal is vol"; +$a->strings["Channel is blocked on this site."] = "Kanaal is op deze hub geblokkeerd."; +$a->strings["Channel location missing."] = "Ontbrekende kanaallocatie."; +$a->strings["Response from remote channel was incomplete."] = "Antwoord van het kanaal op afstand was niet volledig."; +$a->strings["Channel was deleted and no longer exists."] = "Kanaal is verwijderd en bestaat niet meer."; +$a->strings["Protocol disabled."] = "Protocol uitgeschakeld."; +$a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt."; +$a->strings["local account not found."] = "lokale account niet gevonden."; +$a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden"; $a->strings["channel"] = "kanaal"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk"; @@ -555,10 +463,12 @@ $a->strings["Expires: %s"] = "Verloopt: %s"; $a->strings["View in context"] = "In context bekijken"; $a->strings["Please wait"] = "Even wachten"; $a->strings["remove"] = "verwijderen"; +$a->strings["Loading..."] = "Aan het laden..."; $a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items"; $a->strings["View Source"] = "Bron weergeven"; $a->strings["Follow Thread"] = "Conversatie volgen"; $a->strings["View Status"] = "Status weergeven"; +$a->strings["View Profile"] = "Profiel weergeven"; $a->strings["View Photos"] = "Foto's weergeven"; $a->strings["Matrix Activity"] = "Activiteit in de RedMatrix"; $a->strings["Edit Contact"] = "Contact bewerken"; @@ -585,7 +495,7 @@ $a->strings["Visible to everybody"] = "Voor iedereenstrings["Please enter a link URL:"] = "Vul een internetadres/URL in:"; $a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:"; $a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:"; -$a->strings["Tag term:"] = "Label:"; +$a->strings["Tag term:"] = "Tag:"; $a->strings["Save to Folder:"] = "Bewaar in map: "; $a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?"; $a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM"; @@ -634,50 +544,14 @@ $a->strings["Channel"] = "Kanaal"; $a->strings["Status Messages and Posts"] = "Berichten in dit kanaal"; $a->strings["About"] = "Over"; $a->strings["Profile Details"] = "Profiel"; -$a->strings["Photo Albums"] = "Fotoalbums"; +$a->strings["Photos"] = "Foto's"; $a->strings["Files and Storage"] = "Bestanden en opslagruimte"; $a->strings["Chatrooms"] = "Chatkanalen"; +$a->strings["Bookmarks"] = "Bladwijzers"; $a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers"; +$a->strings["Webpages"] = "Webpagina's"; $a->strings["Manage Webpages"] = "Webpagina's beheren"; -$a->strings["Not a valid email address"] = "Geen geldig e-mailadres"; -$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan"; -$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd."; -$a->strings["An invitation is required."] = "Een uitnodiging is vereist"; -$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden"; -$a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; -$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden."; -$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s"; -$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s"; -$a->strings["Administrator"] = "Beheerder"; -$a->strings["your registration password"] = "jouw registratiewachtwoord"; -$a->strings["Registration details for %s"] = "Registratiegegevens voor %s"; -$a->strings["Account approved."] = "Account goedgekeurd"; -$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; -$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen."; -$a->strings["Click here to upgrade."] = "Klik hier om te upgraden."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."; -$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement."; -$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"; -$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg"; -$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden"; -$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen"; -$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; -$a->strings["Permission denied"] = "Toegang geweigerd"; -$a->strings["(Unknown)"] = "(Onbekend)"; -$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar."; -$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar."; -$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar."; -$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar."; -$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar."; -$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar."; -$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar."; -$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar."; -$a->strings["Item not found."] = "Item niet gevonden."; -$a->strings["Collection not found."] = "Collectie niet gevonden."; -$a->strings["Collection is empty."] = "Collectie is leeg"; -$a->strings["Collection: %s"] = "Collectie: %s"; -$a->strings["Connection: %s"] = "Connectie: %s"; -$a->strings["Connection not found."] = "Connectie niet gevonden."; +$a->strings["Apps"] = "Apps"; $a->strings["System"] = "Systeem"; $a->strings["Create Personal App"] = "Persoonlijke app maken"; $a->strings["Edit Personal App"] = "Persoonlijke app bewerken"; @@ -705,11 +579,12 @@ $a->strings["Feature settings"] = "Plug-ins"; $a->strings["Display settings"] = "Weergave"; $a->strings["Connected apps"] = "Verbonden applicaties"; $a->strings["Export channel"] = "Kanaal exporteren"; -$a->strings["Export content"] = "Inhoud exporteren"; $a->strings["Connection Default Permissions"] = "Standaard permissies voor connecties"; $a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal"; +$a->strings["Settings"] = "Instellingen"; $a->strings["Messages"] = "Berichten"; $a->strings["Check Mail"] = "Controleer op nieuwe berichten"; +$a->strings["New Message"] = "Nieuw bericht"; $a->strings["Chat Rooms"] = "Chatkanalen"; $a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen"; $a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen"; @@ -717,9 +592,143 @@ $a->strings["photo/image"] = "foto/afbeelding"; $a->strings["Invalid data packet"] = "Datapakket ongeldig"; $a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. "; $a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd"; -$a->strings["Delete this item?"] = "Dit item verwijderen?"; -$a->strings["Comment"] = "Reactie"; +$a->strings["Save to Folder"] = "In map opslaan"; +$a->strings["View all"] = "Toon alles"; +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "vindt dit niet leuk", + 1 => "vinden dit niet leuk", +); +$a->strings["Add Star"] = "Ster toevoegen"; +$a->strings["Remove Star"] = "Ster verwijderen"; +$a->strings["Toggle Star Status"] = "Ster toevoegen of verwijderen"; +$a->strings["starred"] = "met ster"; +$a->strings["Add Tag"] = "Tag toevoegen"; +$a->strings["I like this (toggle)"] = "Vind ik leuk"; +$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; +$a->strings["Share This"] = "Delen"; +$a->strings["share"] = "delen"; +$a->strings["%d comment"] = array( + 0 => "%d reactie", + 1 => "%d reacties weergeven", +); +$a->strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s"; +$a->strings["to"] = "aan"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Kanaal-naar-kanaal"; +$a->strings["via Wall-To-Wall:"] = "via kanaal-naar-kanaal"; +$a->strings["Save Bookmarks"] = "Bladwijzers opslaan"; +$a->strings["Add to Calendar"] = "Aan agenda toevoegen"; +$a->strings["Mark all seen"] = "Markeer alles als bekeken"; +$a->strings["__ctx:noun__ Likes"] = "vinden dit leuk"; +$a->strings["__ctx:noun__ Dislikes"] = "vinden dit niet leuk"; $a->strings["[+] show all"] = "[+] alle"; +$a->strings["This is you"] = "Dit ben jij"; +$a->strings["Comment"] = "Reactie"; +$a->strings["Submit"] = "Opslaan"; +$a->strings["Bold"] = "Vet"; +$a->strings["Italic"] = "Cursief"; +$a->strings["Underline"] = "Onderstrepen"; +$a->strings["Quote"] = "Citeren"; +$a->strings["Code"] = "Broncode"; +$a->strings["Image"] = "Afbeelding"; +$a->strings["Link"] = "Link"; +$a->strings["Video"] = "Video"; +$a->strings["Miscellaneous"] = "Diversen"; +$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD"; +$a->strings["never"] = "nooit"; +$a->strings["less than a second ago"] = "minder dan een seconde geleden"; +$a->strings["year"] = "jaar"; +$a->strings["years"] = "jaren"; +$a->strings["month"] = "maand"; +$a->strings["months"] = "maanden"; +$a->strings["week"] = "week"; +$a->strings["weeks"] = "weken"; +$a->strings["day"] = "dag"; +$a->strings["days"] = "dagen"; +$a->strings["hour"] = "uur"; +$a->strings["hours"] = "uren"; +$a->strings["minute"] = "minuut"; +$a->strings["minutes"] = "minuten"; +$a->strings["second"] = "seconde"; +$a->strings["seconds"] = "seconden"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; +$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s"; +$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s"; +$a->strings["Site Admin"] = "Hubbeheerder"; +$a->strings["Address Book"] = "Connecties"; +$a->strings["Login"] = "Inloggen"; +$a->strings["Channel Manager"] = "Kanaalbeheer"; +$a->strings["Matrix"] = "Matrix"; +$a->strings["Channel Home"] = "Tijdlijn kanaal"; +$a->strings["Events"] = "Agenda"; +$a->strings["Directory"] = "Kanalengids"; +$a->strings["Help"] = "Hulp"; +$a->strings["Mail"] = "Privéberichten"; +$a->strings["Mood"] = "Stemming"; +$a->strings["Chat"] = "Chatten"; +$a->strings["Probe"] = "Onderzoeken"; +$a->strings["Suggest"] = "Voorstellen"; +$a->strings["Random Channel"] = "Willekeurig kanaal"; +$a->strings["Invite"] = "Uitnodigen "; +$a->strings["Features"] = "Extra functies"; +$a->strings["Language"] = "Taal"; +$a->strings["Post"] = "Bericht"; +$a->strings["Profile Photo"] = "Profielfoto"; +$a->strings["Update"] = "Bijwerken"; +$a->strings["Install"] = "Installeren"; +$a->strings["Purchase"] = "Aanschaffen"; +$a->strings["New window"] = "Nieuw venster"; +$a->strings["Open the selected location in a different window or browser tab"] = "Open de geselecteerde locatie in een ander venster of tab"; +$a->strings["User '%s' deleted"] = "Account '%s' verwijderd"; +$a->strings["Image/photo"] = "Afbeelding/foto"; +$a->strings["Encrypted content"] = "Versleutelde inhoud"; +$a->strings["Install design element: "] = "Installeer ontwerp-onderdeel"; +$a->strings["QR code"] = "QR-code"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s"; +$a->strings["post"] = "bericht"; +$a->strings["$1 spoiler"] = "$1 spoiler"; +$a->strings["$1 wrote:"] = "$1 schreef:"; +$a->strings["Red Matrix Notification"] = "RedMatrix-notificatie"; +$a->strings["redmatrix"] = "RedMatrix"; +$a->strings["Thank You,"] = "Bedankt,"; +$a->strings["%s Administrator"] = "Beheerder %s"; +$a->strings["%s "] = "%s "; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notificatie] Nieuw privébericht ontvangen op %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s zond jou %2\$s."; +$a->strings["a private message"] = "een privébericht"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privéberichten te bekijken en/of er op te reageren."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %5\$s van %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]jouw %4\$s[/zrl]"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notificatie] Reactie op conversatie #%1\$d door %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s gaf een reactie op een bericht/conversatie die jij volgt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of er op te reageren."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s heeft om %3\$s een bericht op jouw kanaal geplaatst"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s heeft een bericht op [zrl=%3\$s]jouw kanaal[/zrl] geplaatst"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notificatie] %s heeft je genoemd"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou op %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]noemde jou[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notificatie] %1\$s heeft je aangestoten"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s heeft je aangestoten op %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]heeft je aangestoten[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notificatie] %s heeft jouw bericht getagd"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s heeft jouw bericht om %3\$s getagd"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s heeft [zrl=%3\$s]jouw bericht[/zrl] getagd"; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Notificatie] Connectieverzoek ontvangen"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, je hebt een nieuw connectieverzoek ontvangen van '%2\$s' op %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, je hebt een [zrl=%2\$s]nieuw connectieverzoek[/zrl] ontvangen van %3\$s."; +$a->strings["You may visit their profile at %s"] = "Je kan het profiel bekijken op %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Bezoek %s om het connectieverzoek te accepteren of af te wijzen."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notificatie] Kanaalvoorstel ontvangen"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, je hebt een kanaalvoorstel ontvangen van '%2\$s' om %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, je hebt [zrl=%2\$s]een kanaalvoorstel[/zrl] ontvangen voor %3\$s van %4\$s."; +$a->strings["Name:"] = "Naam:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen."; +$a->strings["[Red:Notify]"] = "[Red:Notificatie]"; +$a->strings["Delete this item?"] = "Dit item verwijderen?"; $a->strings["[-] show less"] = "[-] minder reacties weergeven"; $a->strings["[+] expand"] = "[+] uitklappen"; $a->strings["[-] collapse"] = "[-] inklappen"; @@ -804,76 +813,81 @@ $a->strings["Uncertain"] = "Onzeker"; $a->strings["It's complicated"] = "Het is ingewikkeld"; $a->strings["Don't care"] = "Maakt mij niks uit"; $a->strings["Ask me"] = "Vraag het me"; -$a->strings["Site Admin"] = "Hubbeheerder"; -$a->strings["Address Book"] = "Connecties"; -$a->strings["Mood"] = "Stemming"; -$a->strings["Probe"] = "Onderzoeken"; -$a->strings["Suggest"] = "Voorstellen"; -$a->strings["Random Channel"] = "Willekeurig kanaal"; -$a->strings["Invite"] = "Uitnodigen "; -$a->strings["Features"] = "Extra functies"; -$a->strings["Language"] = "Taal"; -$a->strings["Post"] = "Bericht"; -$a->strings["Profile Photo"] = "Profielfoto"; -$a->strings["Update"] = "Bijwerken"; -$a->strings["Install"] = "Installeren"; -$a->strings["Purchase"] = "Aanschaffen"; -$a->strings["Logged out."] = "Uitgelogd."; -$a->strings["Failed authentication"] = "Mislukte authenticatie"; -$a->strings["Login failed."] = "Inloggen mislukt."; -$a->strings["Save to Folder"] = "In map opslaan"; -$a->strings["View all"] = "Toon alles"; -$a->strings["__ctx:noun__ Dislike"] = array( - 0 => "vindt dit niet leuk", - 1 => "vinden dit niet leuk", -); -$a->strings["Add Star"] = "Ster toevoegen"; -$a->strings["Remove Star"] = "Ster verwijderen"; -$a->strings["Toggle Star Status"] = "Ster toevoegen of verwijderen"; -$a->strings["starred"] = "met ster"; -$a->strings["Add Tag"] = "Label toevoegen"; -$a->strings["I like this (toggle)"] = "Vind ik leuk"; -$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; -$a->strings["Share This"] = "Delen"; -$a->strings["share"] = "delen"; -$a->strings["%d comment"] = array( - 0 => "%d reactie", - 1 => "%d reacties weergeven", -); -$a->strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s"; -$a->strings["to"] = "aan"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Kanaal-naar-kanaal"; -$a->strings["via Wall-To-Wall:"] = "via kanaal-naar-kanaal"; -$a->strings["Save Bookmarks"] = "Bladwijzers opslaan"; -$a->strings["Add to Calendar"] = "Aan agenda toevoegen"; -$a->strings["Mark all seen"] = "Markeer alles als bekeken"; -$a->strings["__ctx:noun__ Likes"] = "vinden dit leuk"; -$a->strings["__ctx:noun__ Dislikes"] = "vinden dit niet leuk"; -$a->strings["This is you"] = "Dit ben jij"; -$a->strings["Submit"] = "Opslaan"; -$a->strings["Bold"] = "Vet"; -$a->strings["Italic"] = "Cursief"; -$a->strings["Underline"] = "Onderstrepen"; -$a->strings["Quote"] = "Citeren"; -$a->strings["Code"] = "Broncode"; -$a->strings["Image"] = "Afbeelding"; -$a->strings["Link"] = "Link"; -$a->strings["Video"] = "Video"; -$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt"; -$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al"; -$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal"; -$a->strings["Room not found."] = "Chatkanaal niet gevonden"; -$a->strings["Room is full"] = "Chatkanaal is vol"; +$a->strings["Logout"] = "Uitloggen"; +$a->strings["End this session"] = "Beëindig deze sessie"; +$a->strings["Home"] = "Home"; +$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties"; +$a->strings["Your profile page"] = "Jouw profielpagina"; +$a->strings["Edit Profiles"] = "Bewerk profielen"; +$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen"; +$a->strings["Edit your profile"] = "Jouw profiel bewerken"; +$a->strings["Your photos"] = "Jouw foto's"; +$a->strings["Your files"] = "Jouw bestanden"; +$a->strings["Your chatrooms"] = "Jouw chatkanalen"; +$a->strings["Your bookmarks"] = "Jouw bladwijzers"; +$a->strings["Your webpages"] = "Jouw webpagina's"; +$a->strings["Sign in"] = "Inloggen"; +$a->strings["%s - click to logout"] = "%s - klik om uit te loggen"; +$a->strings["Remote authentication"] = "Authenticatie op afstand"; +$a->strings["Click to authenticate to your home hub"] = "Authenticeer jezelf via (bijvoorbeeld) jouw RedMatrix-hub"; +$a->strings["Home Page"] = "Homepage"; +$a->strings["Register"] = "Registreren"; +$a->strings["Create an account"] = "Maak een account aan"; +$a->strings["Help and documentation"] = "Hulp en documentatie"; +$a->strings["Applications, utilities, links, games"] = "Apps"; +$a->strings["Search site content"] = "Inhoud van deze RedMatrix-hub doorzoeken"; +$a->strings["Channel Directory"] = "Kanalengids"; +$a->strings["Your matrix"] = "Jouw matrix"; +$a->strings["Mark all matrix notifications seen"] = "Markeer alle matrixnotificaties als bekeken"; +$a->strings["Channel home"] = "Tijdlijn kanaal"; +$a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren"; +$a->strings["Connections"] = "Connecties"; +$a->strings["Notices"] = "Notificaties"; +$a->strings["Notifications"] = "Notificaties"; +$a->strings["See all notifications"] = "Alle notificaties weergeven"; +$a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken"; +$a->strings["Private mail"] = "Privéberichten"; +$a->strings["See all private messages"] = "Alle privéberichten weergeven"; +$a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken"; +$a->strings["Inbox"] = "Postvak IN"; +$a->strings["Outbox"] = "Postvak UIT"; +$a->strings["Event Calendar"] = "Agenda"; +$a->strings["See all events"] = "Alle gebeurtenissen weergeven"; +$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken"; +$a->strings["Manage Your Channels"] = "Beheer je kanalen"; +$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen"; +$a->strings["Admin"] = "Beheer"; +$a->strings["Site Setup and Configuration"] = "Hub instellen en beheren"; +$a->strings["@name, #tag, content"] = "@kanaal, #label, inhoud"; +$a->strings["Please wait..."] = "Wachten aub..."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. "; $a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties"; -$a->strings["Menu not found."] = "Menu niet gevonden."; -$a->strings["Menu element updated."] = "Menu-onderdeel geüpdatet."; -$a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet."; -$a->strings["Menu element added."] = "Menu-onderdeel toegevoegd"; -$a->strings["Unable to add menu element."] = "Menu-onderdeel kan niet worden toegevoegd."; -$a->strings["Not found."] = "Niet gevonden."; -$a->strings["Manage Menu Elements"] = "Menu-onderdelen beheren"; -$a->strings["Edit menu"] = "Menu bewerken"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze RedMatrix-hub bereikt. Probeer het morgen (UTC) nogmaals."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."; +$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies."; +$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze RedMatrix-hub."; +$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden."; +$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze RedMatrix-hub moeten eerst worden goedgekeurd."; +$a->strings["Register at another affiliated site/hub"] = "Registreer op een andere RedMatrix-hub"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze RedMatrix-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."; +$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; +$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze RedMatrix-hub"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze RedMatrix-hub"; +$a->strings["Registration"] = "Registratie"; +$a->strings["Membership on this site is by invitation only."] = "Registreren op deze RedMatrix-hub kan alleen op uitnodiging."; +$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in"; +$a->strings["Your email address"] = "Jouw e-mailadres"; +$a->strings["Choose a password"] = "Geef een wachtwoord op"; +$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op"; +$a->strings["Menu not found."] = "Menu niet gevonden."; +$a->strings["Menu element updated."] = "Menu-onderdeel geüpdatet."; +$a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet."; +$a->strings["Menu element added."] = "Menu-onderdeel toegevoegd"; +$a->strings["Unable to add menu element."] = "Menu-onderdeel kan niet worden toegevoegd."; +$a->strings["Not found."] = "Niet gevonden."; +$a->strings["Manage Menu Elements"] = "Menu-onderdelen beheren"; +$a->strings["Edit menu"] = "Menu bewerken"; $a->strings["Edit element"] = "Onderdeel bewerken"; $a->strings["Drop element"] = "Onderdeel verwijderen"; $a->strings["New element"] = "Nieuw element"; @@ -896,45 +910,23 @@ $a->strings["Menu item could not be deleted."] = "Menu-item kon niet worden verw $a->strings["Edit Menu Element"] = "Menu-element bewerken"; $a->strings["Modify"] = "Wijzigen"; $a->strings["Some blurb about what to do when you're new here"] = "Welkom op de RedMatrix. Klik op de tab ontdekken of klik rechtsboven op de kanalengids, om kanalen te vinden. Rechtsboven vind je ook onze apps, waar je vrijwel alles van de RedMatrix kan vinden. Voor hulp met de RedMatrix klik je op het vraagteken of als je meer vragen hebt stel je die in het supportkanaal (liefst in het Engels)."; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze RedMatrix-hub bereikt. Probeer het morgen (UTC) nogmaals."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."; -$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies."; -$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze RedMatrix-hub."; -$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden."; -$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze RedMatrix-hub moeten eerst worden goedgekeurd."; -$a->strings["Register at another affiliated site/hub"] = "Registreer op een andere RedMatrix-hub"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze RedMatrix-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."; -$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; -$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze RedMatrix-hub"; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze RedMatrix-hub"; -$a->strings["Registration"] = "Registratie"; -$a->strings["Membership on this site is by invitation only."] = "Registreren op deze RedMatrix-hub kan alleen op uitnodiging."; -$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in"; -$a->strings["Your email address"] = "Jouw e-mailadres"; -$a->strings["Choose a password"] = "Geef een wachtwoord op"; -$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op"; -$a->strings["- select -"] = "- kies map -"; -$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator"; -$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel "; -$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen"; -$a->strings["Visible To"] = "Zichtbaar voor"; -$a->strings["All Connections"] = "Alle connecties"; -$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd."; -$a->strings["Source created."] = "Bron aangemaakt."; -$a->strings["Source updated."] = "Bron aangemaakt."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Beheer externe bronnen met inhoud voor jouw kanaal"; -$a->strings["New Source"] = "Nieuwe bron"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen."; -$a->strings["Only import content with these words (one per line)"] = "Importeer alleen inhoud met deze woorden (één per regel)"; -$a->strings["Leave blank to import all public content"] = "Laat leeg om alle openbare inhoud te importeren"; -$a->strings["Channel Name"] = "Kanaalnaam"; -$a->strings["Source not found."] = "Bron niet gevonden"; -$a->strings["Edit Source"] = "Bron bewerken"; -$a->strings["Delete Source"] = "Bron verwijderen"; -$a->strings["Source removed"] = "Bron verwijderd"; -$a->strings["Unable to remove source."] = "Verwijderen bron mislukt."; +$a->strings["sent you a private message"] = "stuurde jou een privébericht"; +$a->strings["added your channel"] = "voegde jouw kanaal toe"; +$a->strings["posted an event"] = "plaatste een gebeurtenis"; +$a->strings["Collection created."] = "Collectie aangemaakt"; +$a->strings["Could not create collection."] = "Collectie kon niet aangemaakt worden"; +$a->strings["Collection updated."] = "Collectie bijgewerkt."; +$a->strings["Create a collection of channels."] = "Kanaalcollectie aanmaken"; +$a->strings["Collection Name: "] = "Naam collectie:"; +$a->strings["Members are visible to other channels"] = "Kanalen in deze collectie zijn zichtbaar voor andere kanalen"; +$a->strings["Collection removed."] = "Collectie verwijderd"; +$a->strings["Unable to remove collection."] = "Verwijderen collectie mislukt"; +$a->strings["Collection Editor"] = "Collectiebewerker"; +$a->strings["Members"] = "Kanalen"; +$a->strings["All Connected Channels"] = "Alle kanaalconnecties"; +$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen."; +$a->strings["Public access denied."] = "Openbare toegang geweigerd."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s"; $a->strings["Poke/Prod"] = "Aanstoten/porren"; $a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen"; $a->strings["Recipient"] = "Ontvanger"; @@ -946,229 +938,121 @@ $a->strings["Please login to continue."] = "Inloggen om verder te kunnen gaan."; $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?"; $a->strings["Yes"] = "Ja"; $a->strings["No"] = "Nee"; -$a->strings["Public access denied."] = "Openbare toegang geweigerd."; +$a->strings["Profile not found."] = "Profiel niet gevonden."; +$a->strings["Profile deleted."] = "Profiel verwijderd."; +$a->strings["Profile-"] = "Profiel-"; +$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; +$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen"; +$a->strings["Profile unavailable to export."] = "Geen profiel beschikbaar om te exporteren"; +$a->strings["Profile Name is required."] = "Profielnaam is vereist"; +$a->strings["Marital Status"] = "Huwelijke status"; +$a->strings["Romantic Partner"] = "Romantische partner"; +$a->strings["Likes"] = "Houdt van"; +$a->strings["Dislikes"] = "Houdt niet van"; +$a->strings["Work/Employment"] = "Werk/arbeid"; +$a->strings["Religion"] = "Religie"; +$a->strings["Political Views"] = "Politieke overtuigingen"; +$a->strings["Gender"] = "Geslacht"; +$a->strings["Sexual Preference"] = "Seksuele voorkeur"; +$a->strings["Homepage"] = "Homepage"; +$a->strings["Interests"] = "Interesses"; +$a->strings["Address"] = "Kanaaladres"; +$a->strings["Location"] = "Locatie"; +$a->strings["Profile updated."] = "Profiel bijgewerkt"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."; +$a->strings["Edit Profile Details"] = "Profiel bewerken"; +$a->strings["View this profile"] = "Profiel weergeven"; +$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; +$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis"; +$a->strings["Clone this profile"] = "Dit profiel klonen"; +$a->strings["Delete this profile"] = "Dit profiel verwijderen"; +$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren"; +$a->strings["Export profile to file"] = "Profiel naar bestand exporteren"; +$a->strings["Profile Name:"] = "Profielnaam:"; +$a->strings["Your Full Name:"] = "Jouw volledige naam:"; +$a->strings["Title/Description:"] = "Titel/omschrijving:"; +$a->strings["Your Gender:"] = "Jouw geslacht"; +$a->strings["Birthday :"] = "Verjaardag: "; +$a->strings["Street Address:"] = "Straat en huisnummer:"; +$a->strings["Locality/City:"] = "Woonplaats:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:"; +$a->strings[" Marital Status:"] = " Huwelijkse staat:"; +$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: karin123, Karin Jansen, cathy@voorbeeld.nl"; +$a->strings["Since [date]:"] = "Sinds [datum]:"; +$a->strings["Homepage URL:"] = "Adres homepage:"; +$a->strings["Religious Views:"] = "Religieuze overtuigingen"; +$a->strings["Keywords:"] = "Trefwoorden"; +$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software"; +$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt"; +$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf..."; +$a->strings["Hobbies/Interests"] = "Hobby's/interesses"; +$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; +$a->strings["My other channels"] = "Mijn andere kanalen"; +$a->strings["Musical interests"] = "Muzikale interesses"; +$a->strings["Books, literature"] = "Boeken/literatuur"; +$a->strings["Television"] = "Televisie"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainment"; +$a->strings["Love/romance"] = "Liefde/romantiek"; +$a->strings["Work/employment"] = "Werk/arbeid"; +$a->strings["School/education"] = "School/onderwijs"; +$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel"; +$a->strings["Age: "] = "Leeftijd:"; +$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren"; +$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen"; +$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe"; $a->strings["Item not available."] = "Item is niet aanwezig."; $a->strings["Fetching URL returns error: %1\$s"] = "Ophalen URL gaf een foutmelding terug: %1\$s"; $a->strings["Invalid item."] = "Ongeldig item."; $a->strings["Channel not found."] = "Kanaal niet gevonden."; $a->strings["Page not found."] = "Pagina niet gevonden."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s"; -$a->strings["Block Name"] = "Bloknaam"; -$a->strings["Red Matrix Server - Setup"] = "RedMatrix Server - Setup"; -$a->strings["Could not connect to database."] = "Could not connect to database."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue."; -$a->strings["Could not create table."] = "Could not create table."; -$a->strings["Your site database has been installed."] = "Your hub database has been installed."; -$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "You may need to import the file \"install/schema_xxx.sql\" manually using a database client."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\"."; -$a->strings["System check"] = "System check"; -$a->strings["Next"] = "Volgende"; -$a->strings["Check again"] = "Check again"; -$a->strings["Database connection"] = "Database connection"; -$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "In order to install RedMatrix we need to know how to connect to your database."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; -$a->strings["Database Server Name"] = "Database Server Name"; -$a->strings["Default is localhost"] = "Default is localhost"; -$a->strings["Database Port"] = "Database Port"; -$a->strings["Communication port number - use 0 for default"] = "Communication port number - use 0 for default"; -$a->strings["Database Login Name"] = "Database Login Name"; -$a->strings["Database Login Password"] = "Database Login Password"; -$a->strings["Database Name"] = "Database Name"; -$a->strings["Database Type"] = "Database Type"; -$a->strings["Site administrator email address"] = "Hub administrator email address"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; -$a->strings["Website URL"] = "Hub URL"; -$a->strings["Please use SSL (https) URL if available."] = "Please use SSL (https) URL if available."; -$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your hub"; -$a->strings["Site settings"] = "Hub settings"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."; -$a->strings["PHP executable path"] = "PHP executable path"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; -$a->strings["Command line PHP"] = "Command line PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; -$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generate encryption keys"; -$a->strings["libCurl PHP module"] = "libCurl PHP module"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; -$a->strings["mysqli or postgres PHP module"] = "mysqli or postgres PHP module"; -$a->strings["mb_string PHP module"] = "mb_string PHP module"; -$a->strings["mcrypt PHP module"] = "mcrypt PHP module"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache webserver mod-rewrite module is required but not installed."; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: proc_open is required but is either not installed or has been disabled in php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; -$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; -$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: mysqli or postgres PHP module required but neither are installed."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: mcrypt PHP module required but not installed."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."; -$a->strings["%s is writable"] = "%s is writable"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"; -$a->strings["store is writable"] = "store is writable"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL certificate cannot be validated. Fix certificate or disable https access to this hub."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "This restriction is incorporated because public posts from you may for example contain references to images on your own hub."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Providers are available that issue free certificates which are browser-valid."; -$a->strings["SSL certificate validation"] = "SSL certificate validation"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite in .htaccess is not working. Check your server configuration.Test: "; -$a->strings["Url rewrite is working"] = "Url rewrite is working"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; -$a->strings["Errors encountered creating database tables."] = "Errors encountered creating database tables."; -$a->strings["

    What next

    "] = "

    Wat nu

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."; -$a->strings["Name is required"] = "Naam is vereist"; -$a->strings["Key and Secret are required"] = "Key en secret zijn vereist"; -$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord onveranderd."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd."; -$a->strings["Password changed."] = "Wachtwoord veranderd."; -$a->strings["Password update failed. Please try again."] = "Bijwerken wachtwoord mislukt. Probeer opnieuw."; -$a->strings["Not valid email."] = "Geen geldig e-mailadres."; -$a->strings["Protected email address. Cannot change to that email."] = "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken."; -$a->strings["System failure storing new email. Please try again."] = "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer."; -$a->strings["Settings updated."] = "Instellingen bijgewerkt."; -$a->strings["Add application"] = "Applicatie toevoegen"; -$a->strings["Name of application"] = "Naam van applicatie"; -$a->strings["Consumer Key"] = "Consumer key"; -$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20"; -$a->strings["Consumer Secret"] = "Consumer secret"; -$a->strings["Redirect"] = "Redirect/doorverwijzing"; -$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist"; -$a->strings["Icon url"] = "URL van pictogram"; -$a->strings["Optional"] = "Optioneel"; -$a->strings["You can't edit this application."] = "Je kan deze applicatie niet bewerken"; -$a->strings["Connected Apps"] = "Verbonden applicaties"; -$a->strings["Client key starts with"] = "Client key begint met"; -$a->strings["No name"] = "Geen naam"; -$a->strings["Remove authorization"] = "Autorisatie verwijderen"; -$a->strings["No feature settings configured"] = "Geen plugin-instellingen ingesteld"; -$a->strings["Feature Settings"] = "Plugin-instellingen"; -$a->strings["Account Settings"] = "Account-instellingen"; -$a->strings["Password Settings"] = "Wachtwoord-instellingen"; -$a->strings["New Password:"] = "Nieuw wachtwoord:"; -$a->strings["Confirm:"] = "Bevestigen:"; -$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"; -$a->strings["Email Address:"] = "E-mailadres:"; -$a->strings["Remove Account"] = "Account verwijderen"; -$a->strings["Remove this account from this server including all its channels"] = "Dit account en al zijn kanalen van deze RedMatrix-hub verwijderen"; -$a->strings["Warning: This action is permanent and cannot be reversed."] = "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid."; -$a->strings["Off"] = "Uit"; -$a->strings["On"] = "Aan"; -$a->strings["Additional Features"] = "Extra functies"; -$a->strings["Connector Settings"] = "Instellingen externe koppelingen"; -$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; -$a->strings["%s - (Experimental)"] = "%s - (experimenteel)"; -$a->strings["mobile"] = "mobiel"; -$a->strings["Display Settings"] = "Weergave-instellingen"; -$a->strings["Display Theme:"] = "Gebruik thema:"; -$a->strings["Mobile Theme:"] = "Mobiel thema:"; -$a->strings["Enable user zoom on mobile devices"] = "Inzoomen op smartphones en tablets toestaan"; -$a->strings["Update browser every xx seconds"] = "Ververs de webbrowser om de zoveel seconde"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Minimaal 10 seconde, geen maximum"; -$a->strings["Maximum number of conversations to load at any time:"] = "Maximaal aantal conversaties die per keer geladen worden:"; -$a->strings["Maximum of 100 items"] = "Maximaal 100 conversaties"; -$a->strings["Don't show emoticons"] = "Geen emoticons weergeven"; -$a->strings["Link post titles to source"] = "Berichtkoppen naar originele locatie linken"; -$a->strings["System Page Layout Editor - (advanced)"] = "Lay-out bewerken van systeempagina's (geavanceerd)"; -$a->strings["Use blog/list mode on channel page"] = "Gebruik blog/lijst-modus op kanaalpagina"; -$a->strings["(comments displayed separately)"] = "(reacties worden afzonderlijk weergeven)"; -$a->strings["Use blog/list mode on matrix page"] = "Gebruik blog/lijst-modus op matrixpagina"; -$a->strings["Channel page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)"; -$a->strings["click to expand content exceeding this height"] = "klik om inhoud uit te klappen die deze hoogte overschrijdt"; -$a->strings["Matrix page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op matrixpagina (in pixels)"; -$a->strings["Nobody except yourself"] = "Niemand, behalve jezelf"; -$a->strings["Only those you specifically allow"] = "Alleen connecties met uitdrukkelijke toestemming"; -$a->strings["Approved connections"] = "Geaccepteerde connecties"; -$a->strings["Any connections"] = "Alle connecties"; -$a->strings["Anybody on this website"] = "Iedereen op deze hub"; -$a->strings["Anybody in this network"] = "Iedereen in dit netwerk"; -$a->strings["Anybody authenticated"] = "Geauthenticeerd"; -$a->strings["Anybody on the internet"] = "Iedereen op het internet"; -$a->strings["Publish your default profile in the network directory"] = "Publiceer je standaardprofiel in de kanalengids"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen"; -$a->strings["or"] = "of"; -$a->strings["Your channel address is"] = "Jouw kanaaladres is"; -$a->strings["Channel Settings"] = "Kanaal-instellingen"; -$a->strings["Basic Settings"] = "Basis-instellingen"; -$a->strings["Your Timezone:"] = "Jouw tijdzone:"; -$a->strings["Default Post Location:"] = "Standaardlocatie bericht:"; -$a->strings["Geographical location to display on your posts"] = "Geografische locatie die bij het bericht moet worden vermeld"; -$a->strings["Use Browser Location:"] = "Locatie van webbrowser gebruiken:"; -$a->strings["Adult Content"] = "Inhoud voor volwassenen"; -$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de hashtag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)"; -$a->strings["Security and Privacy Settings"] = "Veiligheids- en privacy-instellingen"; -$a->strings["Your permissions are already configured. Click to view/adjust"] = "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen."; -$a->strings["Hide my online presence"] = "Verberg mijn aanwezigheid"; -$a->strings["Prevents displaying in your profile that you are online"] = "Voorkomt dat op je kanaal te zien valt dat je momenteel op de RedMatrix aanwezig bent"; -$a->strings["Simple Privacy Settings:"] = "Eenvoudige privacy-instellingen:"; -$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Zeer openbaar (kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)"; -$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Normaal (standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)"; -$a->strings["Private - default private, never open or public"] = "Privé (standaard privé en nooit openbaar)"; -$a->strings["Blocked - default blocked to/from everybody"] = "Geblokkeerd (standaard geblokkeerd naar/van iedereen)"; -$a->strings["Allow others to tag your posts"] = "Anderen toestaan om je berichten te labelen"; -$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren"; -$a->strings["Advanced Privacy Settings"] = "Geavanceerde privacy-instellingen"; -$a->strings["Expire other channel content after this many days"] = "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:"; -$a->strings["0 or blank prevents expiration"] = "0 of leeg voorkomt het verlopen"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal connectieverzoeken per dag:"; -$a->strings["May reduce spam activity"] = "Kan eventuele spam verminderen"; -$a->strings["Default Post Permissions"] = "Standaard permissies voor nieuwe berichten"; -$a->strings["Channel permissions category:"] = "Kanaaltype en -permissies:"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; -$a->strings["Useful to reduce spamming"] = "Kan eventuele spam verminderen"; -$a->strings["Notification Settings"] = "Notificatie-instellingen"; -$a->strings["By default post a status message when:"] = "Plaats automatisch een statusbericht wanneer:"; -$a->strings["accepting a friend request"] = "Een connectieverzoek wordt geaccepteerd"; -$a->strings["joining a forum/community"] = "Je lid wordt van een forum/groep"; -$a->strings["making an interesting profile change"] = "Er sprake is van een interessante profielwijziging"; -$a->strings["Send a notification email when:"] = "Verzend een notificatie per e-mail wanneer:"; -$a->strings["You receive a connection request"] = "Je een connectieverzoek ontvangt"; -$a->strings["Your connections are confirmed"] = "Jouw connecties zijn bevestigd"; -$a->strings["Someone writes on your profile wall"] = "Iemand iets op jouw kanaal heeft geschreven"; -$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; -$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; -$a->strings["You receive a friend suggestion"] = "Je een kanaalvoorstel ontvangt"; -$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; -$a->strings["You are poked/prodded/etc. in a post"] = "Je bent in een bericht aangestoten/gepord/etc."; -$a->strings["Show visual notifications including:"] = "Toon de volgende zichtbare notificaties:"; -$a->strings["Unseen matrix activity"] = "Niet bekeken matrix-activiteit"; -$a->strings["Unseen channel activity"] = "Niet bekeken kanaal-activiteit"; -$a->strings["Unseen private messages"] = "Niet bekeken privéberichten"; -$a->strings["Recommended"] = "Aanbevolen"; -$a->strings["Upcoming events"] = "Aankomende gebeurtenissen"; -$a->strings["Events today"] = "Gebeurtissen van vandaag"; -$a->strings["Upcoming birthdays"] = "Aankomende verjaardagen"; -$a->strings["Not available in all themes"] = "Niet in alle thema's beschikbaar"; -$a->strings["System (personal) notifications"] = "(Persoonlijke) systeemnotificaties"; -$a->strings["System info messages"] = "Systeemmededelingen"; -$a->strings["System critical alerts"] = "Kritische systeemwaarschuwingen"; -$a->strings["New connections"] = "Nieuwe connecties"; -$a->strings["System Registrations"] = "Nieuwe accountregistraties op deze hub"; -$a->strings["Notify me of events this many days in advance"] = "Herinner mij zoveel dagen van te voren aan gebeurtenissen"; -$a->strings["Must be greater than 0"] = "Moet hoger dan 0 zijn"; -$a->strings["Advanced Account/Page Type Settings"] = "Instellingen geavanceerd account/paginatype"; -$a->strings["Change the behaviour of this account for special situations"] = "Verander het gedrag van dit account voor speciale situaties"; -$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Schakel de expertmodus in (in Instellingen > Extra functies) om aan te kunnen passen!"; -$a->strings["Miscellaneous Settings"] = "Diverse instellingen"; -$a->strings["Personal menu to display in your channel pages"] = "Persoonlijk menu om op je kanaalpagina's weer te geven"; -$a->strings["Remove this channel"] = "Verwijder dit kanaal"; +$a->strings["Export Channel"] = "Kanaal exporteren"; +$a->strings["Export your basic channel information to a small file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new hub, but\tdoes not contain your content."] = "Exporteer de basisinformatie van jouw kanaal naar een klein bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal."; +$a->strings["Export Content"] = "Inhoud exporteren"; +$a->strings["Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new hub as this file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exporteer informatie en alle inhoud van jouw kanaal naar een JSON-back-up. Dit slaat al jouw connecties, permissies, profielgegevens en de volledige inhoud van jouw kanaal op, maar is in het algemeen niet geschikt om op een nieuwe hub te importeren, omdat dit bestand ZEER groot kan worden. Wees geduldig - het kan enkele minuten duren voordat de download begint."; +$a->strings["No potential page delegates located."] = "Geen gevolmachtigde personen gevonden waaraan mogelijk het accountbeheer kan worden uitbesteed."; +$a->strings["Delegate Page Management"] = "Accountbeheer uitbesteden"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Gevolmachtigde personen zijn in staat om alle aspecten van dit account te beheren, behalve enkele basisinstellingen. Besteed het beheer van je persoonlijke account niet aan iemand uit die je niet volledig vertrouwd."; +$a->strings["Existing Page Managers"] = "Bestaande accountbeheerders"; +$a->strings["Existing Page Delegates"] = "Bestaande gevolmachtigde accountbeheerders"; +$a->strings["Potential Delegates"] = "Gevolmachtigde personen waaraan mogelijk het accountbeheer kan worden uitbesteed."; +$a->strings["Remove"] = "Verwijderen"; +$a->strings["Add"] = "Toevoegen"; +$a->strings["No entries."] = "Geen"; +$a->strings["Version %s"] = "Versie %s"; +$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:"; +$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy."; +$a->strings["Tag: "] = "Tag: "; +$a->strings["Last background fetch: "] = "Meest recente achtergrond-fetch:"; +$a->strings["Running at web location"] = "Draaiend op weblocatie"; +$a->strings["Please visit RedMatrix.me to learn more about the Red Matrix."] = "Bezoek RedMatrix.me om meer te leren over de RedMatrix."; +$a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kwesties: bezoek"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com"; +$a->strings["Site Administrators"] = "Hubbeheerders: "; +$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd."; +$a->strings["Source created."] = "Bron aangemaakt."; +$a->strings["Source updated."] = "Bron aangemaakt."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Beheer externe bronnen met inhoud voor jouw kanaal"; +$a->strings["New Source"] = "Nieuwe bron"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen."; +$a->strings["Only import content with these words (one per line)"] = "Importeer alleen inhoud met deze woorden (één per regel)"; +$a->strings["Leave blank to import all public content"] = "Laat leeg om alle openbare inhoud te importeren"; +$a->strings["Channel Name"] = "Kanaalnaam"; +$a->strings["Source not found."] = "Bron niet gevonden"; +$a->strings["Edit Source"] = "Bron bewerken"; +$a->strings["Delete Source"] = "Bron verwijderen"; +$a->strings["Source removed"] = "Bron verwijderd"; +$a->strings["Unable to remove source."] = "Verwijderen bron mislukt."; +$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator"; +$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel "; +$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen"; +$a->strings["Visible To"] = "Zichtbaar voor"; +$a->strings["All Connections"] = "Alle connecties"; $a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voordat het is begonnen"; $a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist."; $a->strings["Event not found."] = "Gebeurtenis niet gevonden"; @@ -1176,6 +1060,7 @@ $a->strings["l, F j"] = "l j F"; $a->strings["Edit event"] = "Gebeurtenis bewerken"; $a->strings["Create New Event"] = "Nieuwe gebeurtenis aanmaken"; $a->strings["Previous"] = "Vorige"; +$a->strings["Next"] = "Volgende"; $a->strings["Export"] = "Exporteren"; $a->strings["Event details"] = "Details van gebeurtenis"; $a->strings["Starting date and Title are required."] = "Begintijd en titel zijn vereist."; @@ -1193,7 +1078,6 @@ $a->strings["The listed sites allow public registration into the Red Matrix. All $a->strings["Site URL"] = "URL hub"; $a->strings["Access Type"] = "Toegangstype"; $a->strings["Registration Policy"] = "Registratiebeleid"; -$a->strings["Location"] = "Locatie"; $a->strings["You must be logged in to see this page."] = "Je moet zijn ingelogd om deze pagina te kunnen bekijken."; $a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende permissies. Doorgestuurd naar profielpagina."; $a->strings["Select a bookmark folder"] = "Kies een bladwijzermap"; @@ -1210,28 +1094,16 @@ $a->strings["Bookmark this room"] = "Chatkanaal aan bladwijzers toevoegen"; $a->strings["New Chatroom"] = "Nieuw chatkanaal"; $a->strings["Chatroom Name"] = "Naam chatkanaal"; $a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s"; -$a->strings["Version %s"] = "Versie %s"; -$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:"; -$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps"; -$a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy."; -$a->strings["Running at web location"] = "Draaiend op weblocatie"; -$a->strings["Please visit GetZot.com to learn more about the Red Matrix."] = "Bezoek RedMatrix.me om meer te leren over de RedMatrix."; -$a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kwesties: bezoek"; -$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com"; -$a->strings["Site Administrators"] = "Hubbeheerders: "; $a->strings["Away"] = "Afwezig"; $a->strings["Online"] = "Online"; $a->strings["Please login."] = "Inloggen."; -$a->strings["Continue"] = "Ga verder"; -$a->strings["Premium Channel Setup"] = "Instellen premiumkanaal "; -$a->strings["Enable premium channel connection restrictions"] = "Restricties voor connecties van premiumkanaal toestaan"; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz."; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:"; -$a->strings["Potential connections will then see the following text before proceeding:"] = "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:"; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina."; -$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) "; -$a->strings["Restricted or Premium Channel"] = "Beperkt of premiumkanaal"; +$a->strings["Item not found"] = "Item niet gevonden"; +$a->strings["Item is not editable"] = "Item is niet te bewerken"; +$a->strings["Edit post"] = "Bericht bewerken"; +$a->strings["Delete item?"] = "Item verwijderen?"; +$a->strings["Insert YouTube video"] = "YouTube-video invoegen"; +$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen"; $a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd."; $a->strings["Remove This Channel"] = "Verwijder dit kanaal"; $a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Dit zal dit kanaal compleet van deze hub en uit het RedMatrix-netwerk verwijderen. Dit kan hierna niet meer te ongedaan gemaakt worden."; @@ -1248,17 +1120,158 @@ $a->strings["Authentication failed."] = "Authenticatie mislukt."; $a->strings["Remote Authentication"] = "Authenticatie op afstand"; $a->strings["Enter your channel address (e.g. channel@example.com)"] = "Vul jouw kanaaladres in (bijv. channel@example.com)"; $a->strings["Authenticate"] = "Authenticeren"; -$a->strings["Like/Dislike"] = "Leuk/niet leuk"; -$a->strings["This action is restricted to members."] = "Deze actie kan alleen door mensen met een RedMatrix-account worden uitgevoerd."; -$a->strings["Please login with your RedMatrix ID or register as a new RedMatrix member to continue."] = "Je dient in te loggen met je RedMatrix-account of een nieuw RedMatrix-account te registreren om verder te kunnen gaan."; -$a->strings["Invalid request."] = "Ongeldig verzoek"; -$a->strings["thing"] = "ding"; -$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar."; -$a->strings["Previous action reversed."] = "Vorige actie omgedraaid"; -$a->strings["Action completed."] = "Actie voltooid"; -$a->strings["Thank you."] = "Bedankt"; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."; -$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd."; +$a->strings["No valid account found."] = "Geen geldige account gevonden."; +$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."; +$a->strings["Site Member (%s)"] = "Lid van hub (%s)"; +$a->strings["Password reset requested at %s"] = "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."; +$a->strings["Password Reset"] = "Wachtwoord vergeten?"; +$a->strings["Your password has been reset as requested."] = "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht."; +$a->strings["Your new password is"] = "Jouw nieuwe wachtwoord is"; +$a->strings["Save or copy your new password - and then"] = "Kopieer of sla je nieuwe wachtwoord op - en"; +$a->strings["click here to login"] = "klik dan hier om in te loggen"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Jouw wachtwoord kan worden veranderd onder instellingen, nadat je succesvol bent ingelogd."; +$a->strings["Your password has changed at %s"] = "Jouw wachtwoord op %s is veranderd"; +$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."; +$a->strings["Email Address"] = "E-mailadres"; +$a->strings["Reset"] = "Opnieuw instellen"; +$a->strings["Name is required"] = "Naam is vereist"; +$a->strings["Key and Secret are required"] = "Key en secret zijn vereist"; +$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord onveranderd."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd."; +$a->strings["Password changed."] = "Wachtwoord veranderd."; +$a->strings["Password update failed. Please try again."] = "Bijwerken wachtwoord mislukt. Probeer opnieuw."; +$a->strings["Not valid email."] = "Geen geldig e-mailadres."; +$a->strings["Protected email address. Cannot change to that email."] = "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken."; +$a->strings["System failure storing new email. Please try again."] = "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer."; +$a->strings["Settings updated."] = "Instellingen bijgewerkt."; +$a->strings["Add application"] = "Applicatie toevoegen"; +$a->strings["Name of application"] = "Naam van applicatie"; +$a->strings["Consumer Key"] = "Consumer key"; +$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20"; +$a->strings["Consumer Secret"] = "Consumer secret"; +$a->strings["Redirect"] = "Redirect/doorverwijzing"; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist"; +$a->strings["Icon url"] = "URL van pictogram"; +$a->strings["Optional"] = "Optioneel"; +$a->strings["You can't edit this application."] = "Je kan deze applicatie niet bewerken"; +$a->strings["Connected Apps"] = "Verbonden applicaties"; +$a->strings["Client key starts with"] = "Client key begint met"; +$a->strings["No name"] = "Geen naam"; +$a->strings["Remove authorization"] = "Autorisatie verwijderen"; +$a->strings["No feature settings configured"] = "Geen plugin-instellingen ingesteld"; +$a->strings["Feature Settings"] = "Plugin-instellingen"; +$a->strings["Account Settings"] = "Account-instellingen"; +$a->strings["Password Settings"] = "Wachtwoord-instellingen"; +$a->strings["New Password:"] = "Nieuw wachtwoord:"; +$a->strings["Confirm:"] = "Bevestigen:"; +$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"; +$a->strings["Email Address:"] = "E-mailadres:"; +$a->strings["Remove Account"] = "Account verwijderen"; +$a->strings["Remove this account from this server including all its channels"] = "Dit account en al zijn kanalen van deze RedMatrix-hub verwijderen"; +$a->strings["Warning: This action is permanent and cannot be reversed."] = "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid."; +$a->strings["Off"] = "Uit"; +$a->strings["On"] = "Aan"; +$a->strings["Additional Features"] = "Extra functies"; +$a->strings["Connector Settings"] = "Instellingen externe koppelingen"; +$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; +$a->strings["%s - (Experimental)"] = "%s - (experimenteel)"; +$a->strings["mobile"] = "mobiel"; +$a->strings["Display Settings"] = "Weergave-instellingen"; +$a->strings["Display Theme:"] = "Gebruik thema:"; +$a->strings["Mobile Theme:"] = "Mobiel thema:"; +$a->strings["Enable user zoom on mobile devices"] = "Inzoomen op smartphones en tablets toestaan"; +$a->strings["Update browser every xx seconds"] = "Ververs de webbrowser om de zoveel seconde"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minimaal 10 seconde, geen maximum"; +$a->strings["Maximum number of conversations to load at any time:"] = "Maximaal aantal conversaties die per keer geladen worden:"; +$a->strings["Maximum of 100 items"] = "Maximaal 100 conversaties"; +$a->strings["Don't show emoticons"] = "Geen emoticons weergeven"; +$a->strings["Link post titles to source"] = "Berichtkoppen naar originele locatie linken"; +$a->strings["System Page Layout Editor - (advanced)"] = "Lay-out bewerken van systeempagina's (geavanceerd)"; +$a->strings["Use blog/list mode on channel page"] = "Gebruik blog/lijst-modus op kanaalpagina"; +$a->strings["(comments displayed separately)"] = "(reacties worden afzonderlijk weergeven)"; +$a->strings["Use blog/list mode on matrix page"] = "Gebruik blog/lijst-modus op matrixpagina"; +$a->strings["Channel page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)"; +$a->strings["click to expand content exceeding this height"] = "klik om inhoud uit te klappen die deze hoogte overschrijdt"; +$a->strings["Matrix page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op matrixpagina (in pixels)"; +$a->strings["Nobody except yourself"] = "Niemand, behalve jezelf"; +$a->strings["Only those you specifically allow"] = "Alleen connecties met uitdrukkelijke toestemming"; +$a->strings["Approved connections"] = "Geaccepteerde connecties"; +$a->strings["Any connections"] = "Alle connecties"; +$a->strings["Anybody on this website"] = "Iedereen op deze hub"; +$a->strings["Anybody in this network"] = "Iedereen in dit netwerk"; +$a->strings["Anybody authenticated"] = "Geauthenticeerd"; +$a->strings["Anybody on the internet"] = "Iedereen op het internet"; +$a->strings["Publish your default profile in the network directory"] = "Publiceer je standaardprofiel in de kanalengids"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen"; +$a->strings["or"] = "of"; +$a->strings["Your channel address is"] = "Jouw kanaaladres is"; +$a->strings["Channel Settings"] = "Kanaal-instellingen"; +$a->strings["Basic Settings"] = "Basis-instellingen"; +$a->strings["Your Timezone:"] = "Jouw tijdzone:"; +$a->strings["Default Post Location:"] = "Standaardlocatie bericht:"; +$a->strings["Geographical location to display on your posts"] = "Geografische locatie die bij het bericht moet worden vermeld"; +$a->strings["Use Browser Location:"] = "Locatie van webbrowser gebruiken:"; +$a->strings["Adult Content"] = "Inhoud voor volwassenen"; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de tag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)"; +$a->strings["Security and Privacy Settings"] = "Veiligheids- en privacy-instellingen"; +$a->strings["Your permissions are already configured. Click to view/adjust"] = "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen."; +$a->strings["Hide my online presence"] = "Verberg mijn aanwezigheid"; +$a->strings["Prevents displaying in your profile that you are online"] = "Voorkomt dat op je kanaal te zien valt dat je momenteel op de RedMatrix aanwezig bent"; +$a->strings["Simple Privacy Settings:"] = "Eenvoudige privacy-instellingen:"; +$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Zeer openbaar (kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)"; +$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Normaal (standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)"; +$a->strings["Private - default private, never open or public"] = "Privé (standaard privé en nooit openbaar)"; +$a->strings["Blocked - default blocked to/from everybody"] = "Geblokkeerd (standaard geblokkeerd naar/van iedereen)"; +$a->strings["Allow others to tag your posts"] = "Anderen toestaan om je berichten te taggen"; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren"; +$a->strings["Advanced Privacy Settings"] = "Geavanceerde privacy-instellingen"; +$a->strings["Expire other channel content after this many days"] = "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:"; +$a->strings["0 or blank prevents expiration"] = "0 of leeg voorkomt het verlopen"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal connectieverzoeken per dag:"; +$a->strings["May reduce spam activity"] = "Kan eventuele spam verminderen"; +$a->strings["Default Post Permissions"] = "Standaard permissies voor nieuwe berichten"; +$a->strings["Channel permissions category:"] = "Kanaaltype en -permissies:"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; +$a->strings["Useful to reduce spamming"] = "Kan eventuele spam verminderen"; +$a->strings["Notification Settings"] = "Notificatie-instellingen"; +$a->strings["By default post a status message when:"] = "Plaats automatisch een statusbericht wanneer:"; +$a->strings["accepting a friend request"] = "Een connectieverzoek wordt geaccepteerd"; +$a->strings["joining a forum/community"] = "Je lid wordt van een forum/groep"; +$a->strings["making an interesting profile change"] = "Er sprake is van een interessante profielwijziging"; +$a->strings["Send a notification email when:"] = "Verzend een notificatie per e-mail wanneer:"; +$a->strings["You receive a connection request"] = "Je een connectieverzoek ontvangt"; +$a->strings["Your connections are confirmed"] = "Jouw connecties zijn bevestigd"; +$a->strings["Someone writes on your profile wall"] = "Iemand iets op jouw kanaal heeft geschreven"; +$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; +$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; +$a->strings["You receive a friend suggestion"] = "Je een kanaalvoorstel ontvangt"; +$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; +$a->strings["You are poked/prodded/etc. in a post"] = "Je bent in een bericht aangestoten/gepord/etc."; +$a->strings["Show visual notifications including:"] = "Toon de volgende zichtbare notificaties:"; +$a->strings["Unseen matrix activity"] = "Niet bekeken matrix-activiteit"; +$a->strings["Unseen channel activity"] = "Niet bekeken kanaal-activiteit"; +$a->strings["Unseen private messages"] = "Niet bekeken privéberichten"; +$a->strings["Recommended"] = "Aanbevolen"; +$a->strings["Upcoming events"] = "Aankomende gebeurtenissen"; +$a->strings["Events today"] = "Gebeurtissen van vandaag"; +$a->strings["Upcoming birthdays"] = "Aankomende verjaardagen"; +$a->strings["Not available in all themes"] = "Niet in alle thema's beschikbaar"; +$a->strings["System (personal) notifications"] = "(Persoonlijke) systeemnotificaties"; +$a->strings["System info messages"] = "Systeemmededelingen"; +$a->strings["System critical alerts"] = "Kritische systeemwaarschuwingen"; +$a->strings["New connections"] = "Nieuwe connecties"; +$a->strings["System Registrations"] = "Nieuwe accountregistraties op deze hub"; +$a->strings["Also show new wall posts, private messages and connections under Notices"] = "Toon tevens nieuwe kanaalberichten, privéberichten en connecties onder Notificaties"; +$a->strings["Notify me of events this many days in advance"] = "Herinner mij zoveel dagen van te voren aan gebeurtenissen"; +$a->strings["Must be greater than 0"] = "Moet hoger dan 0 zijn"; +$a->strings["Advanced Account/Page Type Settings"] = "Instellingen geavanceerd account/paginatype"; +$a->strings["Change the behaviour of this account for special situations"] = "Verander het gedrag van dit account voor speciale situaties"; +$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Schakel de expertmodus in (in Instellingen > Extra functies) om aan te kunnen passen!"; +$a->strings["Miscellaneous Settings"] = "Diverse instellingen"; +$a->strings["Personal menu to display in your channel pages"] = "Persoonlijk menu om op je kanaalpagina's weer te geven"; +$a->strings["Remove this channel"] = "Verwijder dit kanaal"; $a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de connectie-gegevens."; $a->strings["Could not locate selected profile."] = "Kon het gekozen profiel niet vinden."; $a->strings["Connection updated."] = "Connectie bijgewerkt."; @@ -1282,8 +1295,14 @@ $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; $a->strings["Edit connection"] = "Connectie bewerken"; $a->strings["Search your connections"] = "Doorzoek jouw connecties"; $a->strings["Finding: "] = "Zoeken naar: "; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen."; -$a->strings["Edit post"] = "Bericht bewerken"; +$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["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["is now connected to"] = "is nu verbonden met"; $a->strings["Could not access address book record."] = "Kon geen toegang krijgen tot de record van de connectie."; $a->strings["Refresh failed - channel is currently unavailable."] = "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar"; @@ -1357,111 +1376,34 @@ $a->strings["Currently archived"] = "Momenteel gearchiveerd"; $a->strings["Currently pending"] = "Moeten nog geaccepteerd of afgewezen worden"; $a->strings["Hide this contact from others"] = "Verberg deze connectie voor anderen"; $a->strings["Replies/likes to your public posts may still be visible"] = "Reacties/vind-ik-leuks op jouw openbare berichten kunnen zichtbaar blijven"; -$a->strings["Thing updated"] = "Ding bijgewerkt"; -$a->strings["Object store: failed"] = "Opslaan van ding mislukt"; -$a->strings["Thing added"] = "Ding toegevoegd"; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; -$a->strings["Show Thing"] = "Ding weergeven"; -$a->strings["item not found."] = "Item niet gevonden"; -$a->strings["Edit Thing"] = "Ding bewerken"; -$a->strings["Select a profile"] = "Kies een profiel"; -$a->strings["Post an activity"] = "Plaats een bericht"; -$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien."; -$a->strings["Name of thing e.g. something"] = "Naam van ding"; -$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)"; -$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)"; -$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen"; -$a->strings["No valid account found."] = "Geen geldige account gevonden."; -$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."; -$a->strings["Site Member (%s)"] = "Lid van hub (%s)"; -$a->strings["Password reset requested at %s"] = "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."; -$a->strings["Password Reset"] = "Wachtwoord vergeten?"; -$a->strings["Your password has been reset as requested."] = "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht."; -$a->strings["Your new password is"] = "Jouw nieuwe wachtwoord is"; -$a->strings["Save or copy your new password - and then"] = "Kopieer of sla je nieuwe wachtwoord op - en"; -$a->strings["click here to login"] = "klik dan hier om in te loggen"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Jouw wachtwoord kan worden veranderd onder instellingen, nadat je succesvol bent ingelogd."; -$a->strings["Your password has changed at %s"] = "Jouw wachtwoord op %s is veranderd"; -$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."; -$a->strings["Email Address"] = "E-mailadres"; -$a->strings["Reset"] = "Opnieuw instellen"; +$a->strings["Unable to lookup recipient."] = "Niet in staat om ontvanger op te zoeken."; +$a->strings["Unable to communicate with requested channel."] = "Niet in staat om met het aangevraagde kanaal te communiceren."; +$a->strings["Cannot verify requested channel."] = "Kan opgevraagd kanaal niet verifieren"; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt."; +$a->strings["Message deleted."] = "Bericht verwijderd."; +$a->strings["Message recalled."] = "Bericht ingetrokken."; +$a->strings["Send Private Message"] = "Privébericht versturen"; +$a->strings["To:"] = "Aan:"; +$a->strings["Subject:"] = "Onderwerp:"; +$a->strings["Your message:"] = "Jouw bericht:"; +$a->strings["Send"] = "Verzenden"; +$a->strings["Message not found."] = "Bericht niet gevonden"; +$a->strings["Delete message"] = "Bericht verwijderen"; +$a->strings["Recall message"] = "Bericht intrekken"; +$a->strings["Message has been recalled."] = "Bericht is ingetrokken."; +$a->strings["Private Conversation"] = "Privéconversatie"; +$a->strings["Delete conversation"] = "Verwijder conversatie"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen veilige communicatie beschikbaar. Mogelijk kan je reageren op de kanaalpagina van de afzender."; +$a->strings["Send Reply"] = "Antwoord versturen"; $a->strings["Bookmark added"] = "Bladwijzer toegevoegd"; $a->strings["My Bookmarks"] = "Mijn bladwijzers"; $a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties"; $a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)"; $a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "RedMatrix - gasttoegang: Toegangsnaam: {jouw e-mailadres}, wachtwoord: +++"; -$a->strings["Profile not found."] = "Profiel niet gevonden."; -$a->strings["Profile deleted."] = "Profiel verwijderd."; -$a->strings["Profile-"] = "Profiel-"; -$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; -$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen"; -$a->strings["Profile unavailable to export."] = "Geen profiel beschikbaar om te exporteren"; -$a->strings["Profile Name is required."] = "Profielnaam is vereist"; -$a->strings["Marital Status"] = "Huwelijke status"; -$a->strings["Romantic Partner"] = "Romantische partner"; -$a->strings["Likes"] = "Houdt van"; -$a->strings["Dislikes"] = "Houdt niet van"; -$a->strings["Work/Employment"] = "Werk/arbeid"; -$a->strings["Religion"] = "Religie"; -$a->strings["Political Views"] = "Politieke overtuigingen"; -$a->strings["Gender"] = "Geslacht"; -$a->strings["Sexual Preference"] = "Seksuele voorkeur"; -$a->strings["Homepage"] = "Homepage"; -$a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Kanaaladres"; -$a->strings["Profile updated."] = "Profiel bijgewerkt"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."; -$a->strings["Edit Profile Details"] = "Profiel bewerken"; -$a->strings["View this profile"] = "Profiel weergeven"; -$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; -$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis"; -$a->strings["Clone this profile"] = "Dit profiel klonen"; -$a->strings["Delete this profile"] = "Dit profiel verwijderen"; -$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren"; -$a->strings["Export profile to file"] = "Profiel naar bestand exporteren"; -$a->strings["Profile Name:"] = "Profielnaam:"; -$a->strings["Your Full Name:"] = "Jouw volledige naam:"; -$a->strings["Title/Description:"] = "Titel/omschrijving:"; -$a->strings["Your Gender:"] = "Jouw geslacht"; -$a->strings["Birthday :"] = "Verjaardag: "; -$a->strings["Street Address:"] = "Straat en huisnummer:"; -$a->strings["Locality/City:"] = "Woonplaats:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:"; -$a->strings[" Marital Status:"] = " Huwelijkse staat:"; -$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: karin123, Karin Jansen, cathy@voorbeeld.nl"; -$a->strings["Since [date]:"] = "Sinds [datum]:"; -$a->strings["Homepage URL:"] = "Adres homepage:"; -$a->strings["Religious Views:"] = "Religieuze overtuigingen"; -$a->strings["Keywords:"] = "Trefwoorden"; -$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software"; -$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt"; -$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf..."; -$a->strings["Hobbies/Interests"] = "Hobby's/interesses"; -$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; -$a->strings["My other channels"] = "Mijn andere kanalen"; -$a->strings["Musical interests"] = "Muzikale interesses"; -$a->strings["Books, literature"] = "Boeken/literatuur"; -$a->strings["Television"] = "Televisie"; -$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainment"; -$a->strings["Love/romance"] = "Liefde/romantiek"; -$a->strings["Work/employment"] = "Werk/arbeid"; -$a->strings["School/education"] = "School/onderwijs"; -$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel"; -$a->strings["Age: "] = "Leeftijd:"; -$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren"; -$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen"; -$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe"; -$a->strings["Item not found"] = "Item niet gevonden"; +$a->strings["network"] = "netwerk"; +$a->strings["Block Name"] = "Bloknaam"; $a->strings["Edit Block"] = "Blok bewerken"; $a->strings["Delete block?"] = "Blok verwijderen"; -$a->strings["Insert YouTube video"] = "YouTube-video invoegen"; -$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen"; $a->strings["Delete Block"] = "Blok verwijderen"; $a->strings["Layout updated."] = "Lay-out bijgewerkt."; $a->strings["Edit System Page Description"] = "Systeempagina's bewerken"; @@ -1471,10 +1413,8 @@ $a->strings["Layout Help"] = "Lay-out-hulp"; $a->strings["Edit Layout"] = "Lay-out bewerken"; $a->strings["Delete layout?"] = "Lay-out verwijderen?"; $a->strings["Delete Layout"] = "Lay-out verwijderen"; -$a->strings["Item is not editable"] = "Item is niet te bewerken"; -$a->strings["Delete item?"] = "Item verwijderen?"; -$a->strings["Help:"] = "Hulp:"; -$a->strings["Not Found"] = "Niet gevonden"; +$a->strings["Red Matrix - "The Network""] = "RedMatrix - "The Network""; +$a->strings["Welcome to %s"] = "Welkom op %s"; $a->strings["Edit Webpage"] = "Webpagina bewerken"; $a->strings["Delete webpage?"] = "Webpagina verwijderen?"; $a->strings["Delete Webpage"] = "Webpagina verwijderen"; @@ -1499,55 +1439,67 @@ $a->strings["Done Editing"] = "Klaar met bewerken"; $a->strings["Image uploaded successfully."] = "Uploaden afbeelding geslaagd"; $a->strings["Image upload failed."] = "Uploaden afbeelding mislukt"; $a->strings["Image size reduction [%s] failed."] = "Verkleinen [%s] van afbeelding mislukt."; -$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. "; -$a->strings["Empty post discarded."] = "Leeg bericht geannuleerd"; -$a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."; -$a->strings["System error. Post not saved."] = "Systeemfout. Bericht niet opgeslagen."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt jouw limiet van %1$.0f berichten bereikt."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt."; +$a->strings["Like/Dislike"] = "Leuk/niet leuk"; +$a->strings["This action is restricted to members."] = "Deze actie kan alleen door mensen met een RedMatrix-account worden uitgevoerd."; +$a->strings["Please login with your RedMatrix ID or register as a new RedMatrix member to continue."] = "Je dient in te loggen met je RedMatrix-account of een nieuw RedMatrix-account te registreren om verder te kunnen gaan."; +$a->strings["Invalid request."] = "Ongeldig verzoek"; +$a->strings["thing"] = "ding"; +$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar."; +$a->strings["Previous action reversed."] = "Vorige actie omgedraaid"; +$a->strings["Action completed."] = "Actie voltooid"; +$a->strings["Thank you."] = "Bedankt"; +$a->strings["Help:"] = "Hulp:"; +$a->strings["Not Found"] = "Niet gevonden"; +$a->strings["Thing updated"] = "Ding bijgewerkt"; +$a->strings["Object store: failed"] = "Opslaan van ding mislukt"; +$a->strings["Thing added"] = "Ding toegevoegd"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Ding weergeven"; +$a->strings["item not found."] = "Item niet gevonden"; +$a->strings["Edit Thing"] = "Ding bewerken"; +$a->strings["Select a profile"] = "Kies een profiel"; +$a->strings["Post an activity"] = "Plaats een bericht"; +$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien."; +$a->strings["Name of thing e.g. something"] = "Naam van ding"; +$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)"; +$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)"; +$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen"; $a->strings["Contact not found."] = "Contact niet gevonden"; $a->strings["Friend suggestion sent."] = "Kanaalvoorstel verzonden."; $a->strings["Suggest Friends"] = "Kanalen voorstellen"; $a->strings["Suggest a friend for %s"] = "Stel een kanaal voor aan %s"; $a->strings["Permission Denied."] = "Toegang geweigerd"; $a->strings["File not found."] = "Bestand niet gevonden."; -$a->strings["Edit file permissions"] = "Bestandsrechten bewerken"; -$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken"; -$a->strings["Include all files and sub folders"] = "Toepassen op alle bestanden en submappen"; -$a->strings["Return to file list"] = "Terugkeren naar bestandlijst "; -$a->strings["Copy/paste this code to attach file to a post"] = "Kopieer/plak deze code om het bestand aan een bericht te koppelen"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"; -$a->strings["network"] = "netwerk"; -$a->strings["No potential page delegates located."] = "Geen gevolmachtigde personen gevonden waaraan mogelijk het accountbeheer kan worden uitbesteed."; -$a->strings["Delegate Page Management"] = "Accountbeheer uitbesteden"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Gevolmachtigde personen zijn in staat om alle aspecten van dit account te beheren, behalve enkele basisinstellingen. Besteed het beheer van je persoonlijke account niet aan iemand uit die je niet volledig vertrouwd."; -$a->strings["Existing Page Managers"] = "Bestaande accountbeheerders"; -$a->strings["Existing Page Delegates"] = "Bestaande gevolmachtigde accountbeheerders"; -$a->strings["Potential Delegates"] = "Gevolmachtigde personen waaraan mogelijk het accountbeheer kan worden uitbesteed."; -$a->strings["Remove"] = "Verwijderen"; -$a->strings["Add"] = "Toevoegen"; -$a->strings["No entries."] = "Geen"; +$a->strings["Edit file permissions"] = "Bestandsrechten bewerken"; +$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken"; +$a->strings["Include all files and sub folders"] = "Toepassen op alle bestanden en submappen"; +$a->strings["Return to file list"] = "Terugkeren naar bestandlijst "; +$a->strings["Copy/paste this code to attach file to a post"] = "Kopieer/plak deze code om het bestand aan een bericht te koppelen"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"; +$a->strings["Continue"] = "Ga verder"; +$a->strings["Premium Channel Setup"] = "Instellen premiumkanaal "; +$a->strings["Enable premium channel connection restrictions"] = "Restricties voor connecties van premiumkanaal toestaan"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:"; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) "; +$a->strings["Restricted or Premium Channel"] = "Beperkt of premiumkanaal"; +$a->strings["- select -"] = "- kies map -"; +$a->strings["Location not found."] = "Locatie niet gevonden."; +$a->strings["Primary location cannot be removed."] = "Primaire locatie kan niet worden verwijderd."; +$a->strings["No locations found."] = "Geen locaties gevonden."; +$a->strings["Manage Channel Locations"] = "Kanaallocaties beheren"; +$a->strings["Location (address)"] = "Locatie (adres)"; +$a->strings["Primary Location"] = "Primaire locatie"; +$a->strings["Drop location"] = "Locatie verwijderen"; $a->strings["Channel added."] = "Kanaal toegevoegd."; -$a->strings["Collection created."] = "Collectie aangemaakt"; -$a->strings["Could not create collection."] = "Collectie kon niet aangemaakt worden"; -$a->strings["Collection updated."] = "Collectie bijgewerkt."; -$a->strings["Create a collection of channels."] = "Kanaalcollectie aanmaken"; -$a->strings["Collection Name: "] = "Naam collectie:"; -$a->strings["Members are visible to other channels"] = "Kanalen in deze collectie zijn zichtbaar voor andere kanalen"; -$a->strings["Collection removed."] = "Collectie verwijderd"; -$a->strings["Unable to remove collection."] = "Verwijderen collectie mislukt"; -$a->strings["Collection Editor"] = "Collectiebewerker"; -$a->strings["Members"] = "Kanalen"; -$a->strings["All Connected Channels"] = "Alle kanaalconnecties"; -$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen."; -$a->strings["Red Matrix - "The Network""] = "RedMatrix - "The Network""; -$a->strings["Welcome to %s"] = "Welkom op %s"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer."; $a->strings["Your service plan only allows %d channels."] = "Jouw abonnement staat maar %d kanalen toe."; $a->strings["Nothing to import."] = "Niets gevonden om te importeren"; $a->strings["Unable to download data from old server"] = "Niet in staat om gegevens van de oude hub te downloaden"; $a->strings["Imported file is empty."] = "Geïmporteerde bestand is leeg"; $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["Unable to create a unique channel address. Import failed."] = "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt."; $a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt."; $a->strings["Cloned channel not found. Import failed."] = "Gekloond kanaal niet gevonden. Importeren mislukt."; $a->strings["Import completed."] = "Import voltooid."; @@ -1562,10 +1514,98 @@ $a->strings["Your old login password"] = "Wachtwoord van jouw oude account"; $a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen."; $a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in"; $a->strings["Import existing posts if possible"] = "Importeer bestaande berichten (wanneer mogelijk)"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde het %3\$s van %2\$s met %4\$s"; -$a->strings["Tag removed"] = "Label verwijderd"; -$a->strings["Remove Item Tag"] = "Verwijder itemlabel"; -$a->strings["Select a tag to remove: "] = "Kies een label om te verwijderen"; +$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. "; +$a->strings["Empty post discarded."] = "Leeg bericht geannuleerd"; +$a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."; +$a->strings["System error. Post not saved."] = "Systeemfout. Bericht niet opgeslagen."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt jouw limiet van %1$.0f berichten bereikt."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer."; +$a->strings["Help with this feature"] = "Hulp voor dit onderdeel"; +$a->strings["Layout Name"] = "Naam lay-out"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s heeft het %3\$s van %2\$s getagd met %4\$s"; +$a->strings["Red Matrix Server - Setup"] = "RedMatrix Server - Setup"; +$a->strings["Could not connect to database."] = "Could not connect to database."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue."; +$a->strings["Could not create table."] = "Could not create table."; +$a->strings["Your site database has been installed."] = "Your hub database has been installed."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "You may need to import the file \"install/schema_xxx.sql\" manually using a database client."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\"."; +$a->strings["System check"] = "System check"; +$a->strings["Check again"] = "Check again"; +$a->strings["Database connection"] = "Database connection"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "In order to install RedMatrix we need to know how to connect to your database."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; +$a->strings["Database Server Name"] = "Database Server Name"; +$a->strings["Default is localhost"] = "Default is localhost"; +$a->strings["Database Port"] = "Database Port"; +$a->strings["Communication port number - use 0 for default"] = "Communication port number - use 0 for default"; +$a->strings["Database Login Name"] = "Database Login Name"; +$a->strings["Database Login Password"] = "Database Login Password"; +$a->strings["Database Name"] = "Database Name"; +$a->strings["Database Type"] = "Database Type"; +$a->strings["Site administrator email address"] = "Hub administrator email address"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; +$a->strings["Website URL"] = "Hub URL"; +$a->strings["Please use SSL (https) URL if available."] = "Please use SSL (https) URL if available."; +$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your hub"; +$a->strings["Site settings"] = "Hub settings"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."; +$a->strings["PHP executable path"] = "PHP executable path"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; +$a->strings["Command line PHP"] = "Command line PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; +$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generate encryption keys"; +$a->strings["libCurl PHP module"] = "libCurl PHP module"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; +$a->strings["mysqli or postgres PHP module"] = "mysqli or postgres PHP module"; +$a->strings["mb_string PHP module"] = "mb_string PHP module"; +$a->strings["mcrypt PHP module"] = "mcrypt PHP module"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache webserver mod-rewrite module is required but not installed."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: proc_open is required but is either not installed or has been disabled in php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; +$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: mysqli or postgres PHP module required but neither are installed."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: mcrypt PHP module required but not installed."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."; +$a->strings["%s is writable"] = "%s is writable"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"; +$a->strings["store is writable"] = "store is writable"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL certificate cannot be validated. Fix certificate or disable https access to this hub."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "This restriction is incorporated because public posts from you may for example contain references to images on your own hub."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Providers are available that issue free certificates which are browser-valid."; +$a->strings["SSL certificate validation"] = "SSL certificate validation"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite in .htaccess is not working. Check your server configuration.Test: "; +$a->strings["Url rewrite is working"] = "Url rewrite is working"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; +$a->strings["Errors encountered creating database tables."] = "Errors encountered creating database tables."; +$a->strings["

    What next

    "] = "

    Wat nu

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."; +$a->strings["Tag removed"] = "Tag verwijderd"; +$a->strings["Remove Item Tag"] = "Verwijder item-tag"; +$a->strings["Select a tag to remove: "] = "Kies een tag om te verwijderen"; $a->strings["Theme settings updated."] = "Thema-instellingen bijgewerkt."; $a->strings["Site"] = "Hub-instellingen"; $a->strings["Accounts"] = "Accounts"; @@ -1722,32 +1762,28 @@ $a->strings["Help text"] = "Helptekst"; $a->strings["Additional info (optional)"] = "Extra informatie (optioneel)"; $a->strings["Field definition not found"] = "Velddefinitie niet gevonden"; $a->strings["Edit Profile Field"] = "Profielveld bewerken"; -$a->strings["Location not found."] = "Locatie niet gevonden."; -$a->strings["Primary location cannot be removed."] = "Primaire locatie kan niet worden verwijderd."; -$a->strings["No locations found."] = "Geen locaties gevonden."; -$a->strings["Manage Channel Locations"] = "Kanaallocaties beheren"; -$a->strings["Location (address)"] = "Locatie (adres)"; -$a->strings["Primary Location"] = "Primaire locatie"; -$a->strings["Drop location"] = "Locatie verwijderen"; -$a->strings["Unable to lookup recipient."] = "Niet in staat om ontvanger op te zoeken."; -$a->strings["Unable to communicate with requested channel."] = "Niet in staat om met het aangevraagde kanaal te communiceren."; -$a->strings["Cannot verify requested channel."] = "Kan opgevraagd kanaal niet verifieren"; -$a->strings["Selected channel has private message restrictions. Send failed."] = "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt."; -$a->strings["Message deleted."] = "Bericht verwijderd."; -$a->strings["Message recalled."] = "Bericht ingetrokken."; -$a->strings["Send Private Message"] = "Privébericht versturen"; -$a->strings["To:"] = "Aan:"; -$a->strings["Subject:"] = "Onderwerp:"; -$a->strings["Your message:"] = "Jouw bericht:"; -$a->strings["Send"] = "Verzenden"; -$a->strings["Message not found."] = "Bericht niet gevonden"; -$a->strings["Delete message"] = "Bericht verwijderen"; -$a->strings["Recall message"] = "Bericht intrekken"; -$a->strings["Message has been recalled."] = "Bericht is ingetrokken."; -$a->strings["Private Conversation"] = "Privéconversatie"; -$a->strings["Delete conversation"] = "Verwijder conversatie"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen veilige communicatie beschikbaar. Mogelijk kan je reageren op de kanaalpagina van de afzender."; -$a->strings["Send Reply"] = "Antwoord versturen"; +$a->strings["Menu updated."] = "Menu aangepast. "; +$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen"; +$a->strings["Menu created."] = "Menu aangemaakt."; +$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken."; +$a->strings["Manage Menus"] = "Menu's beheren"; +$a->strings["Drop"] = "Verwijderen"; +$a->strings["Bookmarks allowed"] = "Bladwijzers toegestaan"; +$a->strings["Create a new menu"] = "Een nieuwe menu aanmaken"; +$a->strings["Delete this menu"] = "Menu verwijderen"; +$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu"; +$a->strings["Edit this menu"] = "Dit menu bewerken"; +$a->strings["New Menu"] = "Nieuw menu"; +$a->strings["Menu name"] = "Naam van menu"; +$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou."; +$a->strings["Menu title"] = "Titel van menu"; +$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien."; +$a->strings["Allow bookmarks"] = "Bladwijzers toestaan"; +$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan"; +$a->strings["Menu deleted."] = "Menu verwijderd."; +$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden."; +$a->strings["Edit Menu"] = "Menu bewerken"; +$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder"; $a->strings["Total invitation limit exceeded."] = "Limiet voor aantal uitnodigingen overschreden."; $a->strings["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres."; $a->strings["Please join us on Red"] = "Uitnodiging voor de RedMatrix"; @@ -1766,15 +1802,17 @@ $a->strings["1. Register at any RedMatrix location (they are all inter-connected $a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn kanaaladres in het zoekveld invullen:"; $a->strings["or visit "] = "of bezoek "; $a->strings["3. Click [Connect]"] = "3. Klik op [+ Verbinden]"; -$a->strings["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["Current Channel"] = "Huidig kanaal"; -$a->strings["Attach to one of your channels by selecting it."] = "Gebruik een van jouw kanalen door op een te klikken."; -$a->strings["Default Channel"] = "Standaardkanaal"; -$a->strings["Make Default"] = "Als standaard instellen"; +$a->strings["No such group"] = "Collectie niet gevonden"; +$a->strings["Search Results For:"] = "Zoekresultaten voor:"; +$a->strings["Collection is empty"] = "Collectie is leeg"; +$a->strings["Collection: "] = "Collectie: "; +$a->strings["Connection: "] = "Connectie: "; +$a->strings["Invalid connection."] = "Ongeldige connectie."; +$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)"; +$a->strings["Discard"] = "Annuleren"; +$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; +$a->strings["System Notifications"] = "Systeemnotificaties"; $a->strings["[Embedded content - reload page to view]"] = "[Ingesloten inhoud - ververs pagina om te bekijken] "; -$a->strings["Help with this feature"] = "Hulp voor dit onderdeel"; -$a->strings["Layout Name"] = "Naam lay-out"; $a->strings["Remote privacy information not available."] = "Privacy-informatie op afstand niet beschikbaar."; $a->strings["Visible to:"] = "Zichtbaar voor:"; $a->strings["No connections."] = "Geen connecties."; @@ -1783,39 +1821,13 @@ $a->strings["View Connnections"] = "Connecties weergeven"; $a->strings["Hub not found."] = "Hub niet gevonden."; $a->strings["Total votes"] = "Totaal aantal stemmen"; $a->strings["Average Rating"] = "Gemiddelde waardering"; -$a->strings["No such group"] = "Collectie niet gevonden"; -$a->strings["Search Results For:"] = "Zoekresultaten voor:"; -$a->strings["Collection is empty"] = "Collectie is leeg"; -$a->strings["Collection: "] = "Collectie: "; -$a->strings["Connection: "] = "Connectie: "; -$a->strings["Invalid connection."] = "Ongeldige connectie."; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen."; +$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd."; $a->strings["Wall Photos"] = "Kanaalfoto's"; $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:"; $a->strings["No matches"] = "Geen overeenkomsten"; -$a->strings["Menu updated."] = "Menu aangepast. "; -$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen"; -$a->strings["Menu created."] = "Menu aangemaakt."; -$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken."; -$a->strings["Manage Menus"] = "Menu's beheren"; -$a->strings["Drop"] = "Verwijderen"; -$a->strings["Bookmarks allowed"] = "Bladwijzers toegestaan"; -$a->strings["Create a new menu"] = "Een nieuwe menu aanmaken"; -$a->strings["Delete this menu"] = "Menu verwijderen"; -$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu"; -$a->strings["Edit this menu"] = "Dit menu bewerken"; -$a->strings["New Menu"] = "Nieuw menu"; -$a->strings["Menu name"] = "Naam van menu"; -$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou."; -$a->strings["Menu title"] = "Titel van menu"; -$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien."; -$a->strings["Allow bookmarks"] = "Bladwijzers toestaan"; -$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan"; -$a->strings["Menu deleted."] = "Menu verwijderd."; -$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden."; -$a->strings["Edit Menu"] = "Menu bewerken"; -$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder"; $a->strings["Conversation removed."] = "Conversatie verwijderd"; $a->strings["No messages."] = "Geen berichten"; $a->strings["D, d M Y - g:i A"] = "D, j M Y - G:i"; @@ -1825,28 +1837,12 @@ $a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"A $a->strings["Choose a short nickname"] = "Kies een korte bijnaam"; $a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Jouw bijnaam wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) aan te maken, die je dan kan delen met anderen."; $a->strings["Or import an existing channel from another location"] = "Of importeer een bestaand kanaal vanaf een andere locatie."; -$a->strings["Channel Type"] = "Kanaaltype"; $a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype (bijv. een persoonlijk kanaal voor een sociaal netwerk of eentje voor een groepsforum) en jouw behoefte aan privacy, zodat wij voor jou de beste permissies kunnen kiezen."; -$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)"; -$a->strings["Discard"] = "Annuleren"; -$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; -$a->strings["System Notifications"] = "Systeemnotificaties"; +$a->strings["Channel Type"] = "Kanaaltype"; +$a->strings["Read more about roles"] = "Lees meer over kanaaltypes"; $a->strings["Xchan Lookup"] = "Xchan opzoeken"; $a->strings["Lookup xchan beginning with (or webbie): "] = "Zoek een xchan (of webbie) die begint met:"; $a->strings["invalid target signature"] = "ongeldig doelkenmerk"; -$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden"; -$a->strings["Post successful."] = "Verzenden bericht geslaagd."; -$a->strings["Gender: "] = "Geslacht:"; -$a->strings["Status: "] = "Status: "; -$a->strings["Homepage: "] = "Homepage: "; -$a->strings["Hometown: "] = "Oorspronkelijk uit: "; -$a->strings["About: "] = "Over: "; -$a->strings["Public Forum:"] = "Openbaar forum:"; -$a->strings["Keywords: "] = "Trefwoorden: "; -$a->strings["Finding:"] = "Gezocht naar:"; -$a->strings["next page"] = "volgende pagina"; -$a->strings["previous page"] = "vorige pagina"; -$a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn)."; $a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen."; $a->strings["Album not found."] = "Album niet gevonden."; $a->strings["Delete Album"] = "Verwijder album"; @@ -1874,15 +1870,26 @@ $a->strings["Edit photo"] = "Foto bewerken"; $a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)"; $a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)"; $a->strings["Caption"] = "Bijschrift"; -$a->strings["Add a Tag"] = "Label toevoegen"; +$a->strings["Add a Tag"] = "Tag toevoegen"; $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl"; $a->strings["Flag as adult in album view"] = "Markeer als voor volwassenen in albumweergave"; $a->strings["In This Photo:"] = "Op deze foto:"; $a->strings["View Album"] = "Album weergeven"; $a->strings["Recent Photos"] = "Recente foto's"; -$a->strings["sent you a private message"] = "stuurde jou een privébericht"; -$a->strings["added your channel"] = "voegde jouw kanaal toe"; -$a->strings["posted an event"] = "plaatste een gebeurtenis"; +$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden"; +$a->strings["Post successful."] = "Verzenden bericht geslaagd."; +$a->strings["Gender: "] = "Geslacht:"; +$a->strings["Status: "] = "Status: "; +$a->strings["Homepage: "] = "Homepage: "; +$a->strings["Hometown: "] = "Oorspronkelijk uit: "; +$a->strings["About: "] = "Over: "; +$a->strings["Public Forum:"] = "Openbaar forum:"; +$a->strings["Keywords: "] = "Trefwoorden: "; +$a->strings["Finding:"] = "Gezocht naar:"; +$a->strings["next page"] = "volgende pagina"; +$a->strings["previous page"] = "vorige pagina"; +$a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn)."; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."; $a->strings["App installed."] = "App geïnstalleerd"; $a->strings["Malformed app."] = "Misvormde app."; $a->strings["Embed code"] = "Insluitcode"; diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 63cf27d58..7a6ceb968 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1978,7 +1978,7 @@ img.mail-list-sender-photo { .chat-item-text { border-radius: $radiuspx; - background-color: #eee; + background-color: $chat_txtbgcol; } /* nav bootstrap */ diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 50ec9613b..5d44a9b9d 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -272,6 +272,8 @@ if(! $a->install) { $advperm_gradientcol = "#E8E8E8"; if(! $cal_bgcolour) $cal_bgcolour = "#FCF8E3"; + if(! $chat_txtbgcol) + $chat_txtbgcol = "#EEE"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#FFF"; if (!$comment_padding) @@ -409,6 +411,7 @@ $options = array ( '$advperm_bordercol' => $advperm_bordercol, '$advperm_gradientcol' => $advperm_gradientcol, '$cal_bgcolour' => $cal_bgcolour, +'$chat_txtbgcol' => $chat_txtbgcol, '$fancybox_bgcolour' => $fancybox_bgcolour, '$pmenu_top' => $pmenu_top, '$pmenu_reply' => $pmenu_reply, diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 51a6d23a4..0203d30cd 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -176,6 +176,8 @@ $advperm_gradientcol = "#1E1E1E"; if(! $cal_bgcolour) $cal_bgcolour = "#333"; + if(! $chat_txtbgcol) + $chat_txtbgcol = "#222"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#1E1E1E"; if (!$admintable_hoverbgcol) diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php index 2bf002bca..ddbcae495 100644 --- a/view/theme/redbasic/schema/simple_black_on_white.php +++ b/view/theme/redbasic/schema/simple_black_on_white.php @@ -176,6 +176,8 @@ $advperm_gradientcol = "#fff"; if(! $cal_bgcolour) $cal_bgcolour = "#fff"; + if(! $chat_txtbgcol) + $chat_txtbgcol = "#fff"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#fff"; if (!$admintable_hoverbgcol) diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php index 15adcf198..f034185f7 100644 --- a/view/theme/redbasic/schema/simple_green_on_black.php +++ b/view/theme/redbasic/schema/simple_green_on_black.php @@ -176,6 +176,8 @@ if (! $navaside_bghover) $advperm_gradientcol = "#000"; if(! $cal_bgcolour) $cal_bgcolour = "#000"; + if(! $chat_txtbgcol) + $chat_txtbgcol = "#000"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#000"; if (!$admintable_hoverbgcol) diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php index 96450d835..95ede29ed 100644 --- a/view/theme/redbasic/schema/simple_white_on_black.php +++ b/view/theme/redbasic/schema/simple_white_on_black.php @@ -176,6 +176,8 @@ $advperm_gradientcol = "#000"; if(! $cal_bgcolour) $cal_bgcolour = "#000"; + if(! $chat_txtbgcol) + $chat_txtbgcol = "#000"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#000"; if (!$admintable_hoverbgcol) -- cgit v1.2.3 From 028dff44cccc27db4140ad41fc4893d6cd6ad0f0 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 Jan 2015 00:47:44 -0800 Subject: remove hard-coded url to caterva.eu from events code. --- view/tpl/event_head.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index 03ea833f9..830347555 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -26,7 +26,7 @@ }, loading: function(isLoading, view) { if(!isLoading) { - $('td.fc-day').dblclick(function() { window.location.href='https://caterva.eu/events/new?start='+$(this).data('date'); }); + $('td.fc-day').dblclick(function() { window.location.href='/events/new?start='+$(this).data('date'); }); } }, -- cgit v1.2.3 From 386f361855663b445d1497bbbabcf87891ce94d9 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sun, 4 Jan 2015 12:54:23 +0100 Subject: Autocmplete suggestions for non-local users, also suggest from visited channel's connections --- view/js/autocomplete.js | 16 ++++++++++++---- view/tpl/head.tpl | 2 ++ view/tpl/jot-header.tpl | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 7c3145769..204d3756f 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -3,13 +3,16 @@ * * require jQuery, jquery.textcomplete */ -function mysearch(term, callback, backend_url) { +function mysearch(term, callback, backend_url, extra_channels) { var postdata = { start:0, count:100, search:term, type:'c', } + + if(extra_channels) { + postdata['extra_channels[]'] = extra_channels; $.ajax({ type:'POST', @@ -28,20 +31,25 @@ function format(item) { function replace(item) { // $2 ensures that prefix (@,@!) is preserved - return '$1$2'+item.nick.replace(' ','') + '+' + item.id; + var id = item.id; + // 16 chars of hash should be enough. Full hash could be used if it can be done in a visually appealing way. + // 16 chars is also the minimum length in the backend (otherwise it's interpreted as a local id). + if(id.length > 16) + id = item.id.substring(0,16); + return '$1$2'+item.nick.replace(' ','') + '+' + id; } /** * jQuery plugin 'contact_autocomplete' */ (function( $ ){ - $.fn.contact_autocomplete = function(backend_url) { + $.fn.contact_autocomplete = function(backend_url, extra_channels = null) { // Autocomplete contacts contacts = { match: /(^|\s)(@\!*)([^ \n]+)$/, index: 3, - search: function(term, callback) { mysearch(term, callback, backend_url); }, + search: function(term, callback) { mysearch(term, callback, backend_url, extra_channels); }, replace: replace, template: format, } diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 9c9e7b970..8a32bd7f6 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -26,6 +26,8 @@ var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}}; var zid = {{if $zid}}'{{$zid}}'{{else}}null{{/if}}; var justifiedGalleryActive = false; + {{if $channel_hash}}var channelHash = '{{$channel_hash}}';{{/if}} + {{if $channel_id}}var channelId = '{{$channel_id}}';{{/if}}{{* Used in e.g. autocomplete *}} diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index bdbb7d09c..c23395b03 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -10,7 +10,7 @@ function initEditor(cb){ if(plaintext == 'none') { $("#profile-jot-text-loading").spin(false).hide(); $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); - $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); + $("#profile-jot-text").contact_autocomplete(baseurl+"/acl",[channelId]); // Also gives suggestions from current channel's connections editor = true; $("a#jot-perms-icon").colorbox({ 'inline' : true, -- cgit v1.2.3 From a7db0ed0716e9dd51f33469620303e6126251d4f Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sun, 4 Jan 2015 22:37:19 +0100 Subject: Fix height calculation in acl.js --- view/js/acl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/js/acl.js b/view/js/acl.js index f9428e1c5..77c65e21d 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -258,7 +258,7 @@ ACL.prototype.get = function(start,count, search){ } ACL.prototype.populate = function(data){ - var height = Math.ceil(data.tot / that.nw) * 42; + var height = Math.ceil(data.items.length / that.nw) * 42; that.list_content.height(height); $(data.items).each(function(){ html = "
    "+that.item_tpl+"
    "; -- cgit v1.2.3 From c14dc699ae749b5242f1ce14847a1db4c0eebc30 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 5 Jan 2015 00:28:42 +0100 Subject: Fix initEditor on non-wall pages --- view/js/autocomplete.js | 3 ++- view/tpl/jot-header.tpl | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 259dca1bc..cc14f75d1 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -43,7 +43,8 @@ function replace(item) { * jQuery plugin 'contact_autocomplete' */ (function( $ ){ - $.fn.contact_autocomplete = function(backend_url, extra_channels = null) { + $.fn.contact_autocomplete = function(backend_url, extra_channels) { + if (typeof extra_channels === 'undefined') extra_channels = false; // Autocomplete contacts contacts = { diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index c23395b03..8d26fc653 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -10,7 +10,10 @@ function initEditor(cb){ if(plaintext == 'none') { $("#profile-jot-text-loading").spin(false).hide(); $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); - $("#profile-jot-text").contact_autocomplete(baseurl+"/acl",[channelId]); // Also gives suggestions from current channel's connections + if(typeof channelId === 'undefined') + $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); + else + $("#profile-jot-text").contact_autocomplete(baseurl+"/acl",[channelId]); // Also gives suggestions from current channel's connections editor = true; $("a#jot-perms-icon").colorbox({ 'inline' : true, -- cgit v1.2.3 From 074be42e234a9d44ffe7875ffef6eb7a5e22f013 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 Jan 2015 20:45:16 -0800 Subject: regression: autocomplete hovertip with url/address missing - useful for identifying connections based on their site if they have different channels (not clones) on different sites with all other identifying info the same. --- view/js/autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index cc14f75d1..e68356057 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -26,7 +26,7 @@ function mysearch(term, callback, backend_url, extra_channels) { } function format(item) { - return "
    {2} ({3})
    ".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick) ) + return "
    {2} ({3})
    ".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick), item.link ) } function replace(item) { -- cgit v1.2.3 From 7791d28a5d24193a01ce004988ba6767f45835ba Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 5 Jan 2015 17:10:08 +0100 Subject: Replace divgrow with more modern readmore.js --- view/js/main.js | 10 ++++------ view/php/theme_init.php | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'view') diff --git a/view/js/main.js b/view/js/main.js index 8c48bbb72..80518768e 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -596,12 +596,10 @@ function updateConvItems(mode,data) { function collapseHeight() { $(".wall-item-body, .contact-info").each(function() { - if($(this).height() > divmore_height + 10) { - if(! $(this).hasClass('divmore')) { - $(this).divgrow({ initialHeight: divmore_height, moreText: aStr['divgrowmore'], lessText: aStr['divgrowless'], showBrackets: false }); - $(this).addClass('divmore'); - } - } + if(! $(this).hasClass('divmore')) { + $(this).readmore({collapsedHeight: divmore_height, moreLink: ''+aStr['divgrowmore']+'', lessLink: ''+aStr['divgrowless']+''}); + $(this).addClass('divmore'); + } }); } diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 33b7e87dc..9a545470f 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -25,7 +25,7 @@ head_add_js('autocomplete.js'); head_add_js('library/jquery-textcomplete/jquery.textcomplete.js'); head_add_js('library/fancybox/jquery.fancybox-1.3.4.js'); head_add_js('library/jquery.timeago.js'); -head_add_js('library/jquery.divgrow/jquery.divgrow-1.3.1.js'); +head_add_js('library/readmore.js/readmore.js'); head_add_js('library/jquery_ac/friendica.complete.js'); head_add_js('library/tiptip/jquery.tipTip.minified.js'); head_add_js('library/jgrowl/jquery.jgrowl_minimized.js'); -- cgit v1.2.3 From 128b0008eef797050cf5146fb1dd69505c4439d4 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 5 Jan 2015 18:30:12 +0100 Subject: Replace jslider with jRange --- view/php/theme_init.php | 4 ++-- view/tpl/contact_slider.tpl | 2 +- view/tpl/main_slider.tpl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 9a545470f..5987835ac 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -5,7 +5,7 @@ require_once('include/plugin.php'); head_add_css('library/fancybox/jquery.fancybox-1.3.4.css'); head_add_css('library/tiptip/tipTip.css'); head_add_css('library/jgrowl/jquery.jgrowl.css'); -head_add_css('library/jslider/css/jslider.css'); +head_add_css('library/jRange/jquery.range.css'); head_add_css('library/colorbox/colorbox.css'); head_add_css('view/css/conversation.css'); @@ -39,7 +39,7 @@ head_add_js('acl.js'); head_add_js('webtoolkit.base64.js'); head_add_js('main.js'); head_add_js('crypto.js'); -head_add_js('library/jslider/bin/jquery.slider.min.js'); +head_add_js('library/jRange/jquery.range.js'); head_add_js('docready.js'); head_add_js('library/colorbox/jquery.colorbox-min.js'); head_add_js('library/bootstrap-tagsinput/bootstrap-tagsinput.js'); diff --git a/view/tpl/contact_slider.tpl b/view/tpl/contact_slider.tpl index 93d0cc625..09a79edd8 100755 --- a/view/tpl/contact_slider.tpl +++ b/view/tpl/contact_slider.tpl @@ -1,4 +1,4 @@
    diff --git a/view/tpl/main_slider.tpl b/view/tpl/main_slider.tpl index fbc290df1..c8f3d2e06 100755 --- a/view/tpl/main_slider.tpl +++ b/view/tpl/main_slider.tpl @@ -2,8 +2,8 @@ diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 8d26fc653..678d16a71 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -11,9 +11,9 @@ function initEditor(cb){ $("#profile-jot-text-loading").spin(false).hide(); $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); if(typeof channelId === 'undefined') - $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); + $("#profile-jot-text").editor_autocomplete(baseurl+"/acl"); else - $("#profile-jot-text").contact_autocomplete(baseurl+"/acl",[channelId]); // Also gives suggestions from current channel's connections + $("#profile-jot-text").editor_autocomplete(baseurl+"/acl",[channelId]); // Also gives suggestions from current channel's connections editor = true; $("a#jot-perms-icon").colorbox({ 'inline' : true, diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl index 85fa51b0a..e1d1c6d23 100755 --- a/view/tpl/msg-header.tpl +++ b/view/tpl/msg-header.tpl @@ -41,7 +41,7 @@ if(plaintext != 'none') { }); } else - $("#prvmail-text").contact_autocomplete(baseurl+"/acl"); + $("#prvmail-text").editor_autocomplete(baseurl+"/acl"); -- cgit v1.2.3 From 34ecbcceea9ae6399f50c6e8718a9f84345136b9 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 19:39:50 +0100 Subject: Make nav search use textcomplete --- view/js/autocomplete.js | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 1fa20cc3b..1fad1903b 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -3,15 +3,15 @@ * * require jQuery, jquery.textcomplete */ -function contact_search(term, callback, backend_url, extra_channels) { +function contact_search(term, callback, backend_url, type, extra_channels) { var postdata = { start:0, count:100, search:term, - type:'c', + type:type, } - if(extra_channels) + if(typeof extra_channels !== 'undefined' && extra_channels) postdata['extra_channels[]'] = extra_channels; $.ajax({ @@ -39,6 +39,10 @@ function editor_replace(item) { return '$1$2'+item.nick.replace(' ','') + '+' + id; } +function basic_replace(item) { + return '$1$2'+item.nick; +} + /** * jQuery plugin 'editor_autocomplete' */ @@ -50,7 +54,7 @@ function editor_replace(item) { contacts = { match: /(^|\s)(@\!*)([^ \n]+)$/, index: 3, - search: function(term, callback) { contact_search(term, callback, backend_url, extra_channels); }, + search: function(term, callback) { contact_search(term, callback, backend_url, 'c', extra_channels); }, replace: editor_replace, template: contact_format, } @@ -65,3 +69,21 @@ function editor_replace(item) { this.textcomplete([contacts,smilies],{className:'acpopup'}); }; })( jQuery ); + +/** + * jQuery plugin 'search_autocomplete' + */ +(function( $ ){ + $.fn.search_autocomplete = function(backend_url) { + + // Autocomplete contacts + contacts = { + match: /(^)(@)([^\n]+)$/, + index: 3, + search: function(term, callback) { contact_search(term, callback, backend_url, 'x',[]); }, + replace: basic_replace, + template: contact_format, + } + this.textcomplete([contacts],{className:'acpopup'}); + }; +})( jQuery ); -- cgit v1.2.3 From 0cf016b0b049a32dd053e680f21237d039959252 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 20:03:05 +0100 Subject: Make mod_poke use textcomplete --- view/js/autocomplete.js | 26 +++++++++++++++++++++++--- view/js/mod_poke.js | 13 ++----------- 2 files changed, 25 insertions(+), 14 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 1fad1903b..8966c675d 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -40,7 +40,7 @@ function editor_replace(item) { } function basic_replace(item) { - return '$1$2'+item.nick; + return '$1'+item.name+' '; } /** @@ -78,8 +78,8 @@ function basic_replace(item) { // Autocomplete contacts contacts = { - match: /(^)(@)([^\n]+)$/, - index: 3, + match: /(^@)([^\n]+)$/, + index: 2, search: function(term, callback) { contact_search(term, callback, backend_url, 'x',[]); }, replace: basic_replace, template: contact_format, @@ -87,3 +87,23 @@ function basic_replace(item) { this.textcomplete([contacts],{className:'acpopup'}); }; })( jQuery ); + +(function( $ ){ + $.fn.contact_autocomplete = function(backend_url, onselect) { + + // Autocomplete contacts + contacts = { + match: /(^)([^\n]+)$/, + index: 2, + search: function(term, callback) { contact_search(term, callback, backend_url, '',[]); }, + replace: basic_replace, + template: contact_format, + } + + var a = this.textcomplete([contacts],{className:'acpopup'}); + + if(typeof onselect !== 'undefined') + a.on('textComplete:select',function(e,value,strategy) { onselect(value); }); + }; +})( jQuery ); + diff --git a/view/js/mod_poke.js b/view/js/mod_poke.js index 78972888f..c5ca5399c 100644 --- a/view/js/mod_poke.js +++ b/view/js/mod_poke.js @@ -1,14 +1,5 @@ $(document).ready(function() { - var a; - a = $("#poke-recip").autocomplete({ - serviceUrl: baseurl + '/acl', - minChars: 2, - width: 250, - id: 'poke-recip-ac', - onSelect: function(value,data) { - $("#poke-recip-complete").val(data); - } + $("#poke-recip").contact_autocomplete(baseurl + '/acl', function(data) { + $("#poke-recip-complete").val(data.id); }); - a.setOptions({ params: { type: 'a' }}); - }); -- cgit v1.2.3 From e025fd9de218b49f15cc710c7a3a6bbad29fc42c Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 20:06:06 +0100 Subject: Make mail use textcomplete --- view/js/mod_mail.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'view') diff --git a/view/js/mod_mail.js b/view/js/mod_mail.js index 82f60f46f..9c4597866 100644 --- a/view/js/mod_mail.js +++ b/view/js/mod_mail.js @@ -1,13 +1,6 @@ $(document).ready(function() { - var a; - a = $("#recip").autocomplete({ - serviceUrl: baseurl + '/acl', - minChars: 2, - width: 250, - id: 'recip-ac', - onSelect: function(value,data) { - $("#recip-complete").val(data); - }, + $("#recip").contact_autocomplete(baseurl + '/acl', function(data) { + $("#recip-complete").val(data.xid); }); }); -- cgit v1.2.3 From f157122c351bdff3cf23520d791925f0f6463f3c Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 20:25:29 +0100 Subject: Make searchbox use textcomplete --- view/js/mod_network.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'view') diff --git a/view/js/mod_network.js b/view/js/mod_network.js index 8f1e5132d..1b7ccdc0a 100644 --- a/view/js/mod_network.js +++ b/view/js/mod_network.js @@ -1,10 +1,5 @@ $(document).ready(function() { - var a; - a = $("#search-text").autocomplete({ - serviceUrl: baseurl + '/search_ac', - minChars: 2, - id: 'search-text-ac', - }); + $("#search-text").contact_autocomplete(baseurl + '/acl'); $('.jslider-scale ins').addClass('hidden-xs'); }); -- cgit v1.2.3 From 9f8ce331f3661463573dac9d1bd0bf68eb15a322 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 20:29:38 +0100 Subject: Disable browser-based autocomplete when using the textcomplete based one --- view/js/autocomplete.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 8966c675d..66d8cf90c 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -66,6 +66,7 @@ function basic_replace(item) { template: function(item) { return item['icon'] + item['text'] }, replace: function(item) { return "$1"+item['text'] + ' '; }, } + this.attr('autocomplete','off'); this.textcomplete([contacts,smilies],{className:'acpopup'}); }; })( jQuery ); @@ -84,6 +85,7 @@ function basic_replace(item) { replace: basic_replace, template: contact_format, } + this.attr('autocomplete','off'); this.textcomplete([contacts],{className:'acpopup'}); }; })( jQuery ); @@ -100,6 +102,7 @@ function basic_replace(item) { template: contact_format, } + this.attr('autocomplete','off'); var a = this.textcomplete([contacts],{className:'acpopup'}); if(typeof onselect !== 'undefined') -- cgit v1.2.3 From c9b15bbab530264c4d5e1a648fc62153843b0618 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 20:38:56 +0100 Subject: Allow passing autocomplete type to contact_autocomplete --- view/js/autocomplete.js | 6 ++++-- view/js/mod_mail.js | 2 +- view/js/mod_poke.js | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 66d8cf90c..26d3f6211 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -91,13 +91,15 @@ function basic_replace(item) { })( jQuery ); (function( $ ){ - $.fn.contact_autocomplete = function(backend_url, onselect) { + $.fn.contact_autocomplete = function(backend_url, typ, onselect) { + + if(typeof typ === 'undefined') typ = ''; // Autocomplete contacts contacts = { match: /(^)([^\n]+)$/, index: 2, - search: function(term, callback) { contact_search(term, callback, backend_url, '',[]); }, + search: function(term, callback) { contact_search(term, callback, backend_url, typ,[]); }, replace: basic_replace, template: contact_format, } diff --git a/view/js/mod_mail.js b/view/js/mod_mail.js index 9c4597866..2cbc924f4 100644 --- a/view/js/mod_mail.js +++ b/view/js/mod_mail.js @@ -1,5 +1,5 @@ $(document).ready(function() { - $("#recip").contact_autocomplete(baseurl + '/acl', function(data) { + $("#recip").contact_autocomplete(baseurl + '/acl', '', function(data) { $("#recip-complete").val(data.xid); }); diff --git a/view/js/mod_poke.js b/view/js/mod_poke.js index c5ca5399c..3c07fcef7 100644 --- a/view/js/mod_poke.js +++ b/view/js/mod_poke.js @@ -1,5 +1,5 @@ $(document).ready(function() { - $("#poke-recip").contact_autocomplete(baseurl + '/acl', function(data) { + $("#poke-recip").contact_autocomplete(baseurl + '/acl', 'a', function(data) { $("#poke-recip-complete").val(data.id); }); }); -- cgit v1.2.3 From 8e4d66dd7b232f487e11fab249ca30336cbb3a6f Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 20:57:10 +0100 Subject: Make mod_connections search use textcomplete --- view/js/mod_connections.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'view') diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js index 8a8f2fee6..6393630b3 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -1,13 +1,5 @@ $(document).ready(function() { - var a; - a = $("#contacts-search").autocomplete({ - serviceUrl: baseurl + '/acl', - minChars: 2, - width: 250, - id: 'contact-search-ac', - }); - a.setOptions({ autoSubmit: true, params: { type: 'a' }}); - + $("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a'); }); $("#contacts-search").keyup(function(event){ -- cgit v1.2.3 From b098d5d901d529b48461811c414c6043c991e92a Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 20:57:30 +0100 Subject: Make photos tag autocomplete use textcomplete --- view/js/mod_photos.js | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'view') diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index 0a64f8102..676f5e8ef 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -2,19 +2,11 @@ var ispublic = aStr['everybody']; $(document).ready(function() { - - var a; - a = $("#photo-edit-newtag").autocomplete({ - serviceUrl: baseurl + '/acl', - minChars: 2, - width: 250, - id: 'newtag-ac', - onSelect: function(value,data) { - $("#photo-edit-newtag").val(data); - }, - }); - a.setOptions({ params: { type: 'p' }}); - + $(document).ready(function() { + $("#photo-edit-newtag").contact_autocomplete(baseurl + '/acl', 'p', function(data) { + $("#photo-edit-newtag").val('@' + data.name.replace(' ','_'); // Is the underscore replacement still needed? + }); + }); $('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() { var selstr; -- cgit v1.2.3 From fcc9131fb9b1a0c115823c42a0828ce25670b215 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 21:01:36 +0100 Subject: Make mod_sources autocomplete use textcomplete --- view/js/mod_sources.js | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'view') diff --git a/view/js/mod_sources.js b/view/js/mod_sources.js index 49880b38f..add8ac15e 100644 --- a/view/js/mod_sources.js +++ b/view/js/mod_sources.js @@ -1,15 +1,7 @@ $(document).ready(function() { - var a; - a = $("#id_name").autocomplete({ - serviceUrl: baseurl + '/acl', - minChars: 2, - width: 250, - id: 'id-name-ac', - onSelect: function(value,data) { - $("#id_abook").val(data); - } - }); - - a.setOptions({ params: { type: 'a' }}); - + $(document).ready(function() { + $("#id_name").contact_autocomplete(baseurl + '/acl', 'a', function(data) { + $("#id_abook").val(data.id); + }); + }); }); -- cgit v1.2.3 From d7a3d9f60654a721cb00d78dd653fd56e4e9fb53 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 21:32:17 +0100 Subject: Add autosubmit feature to textcomplete based autocompleter --- view/js/autocomplete.js | 15 +++++++++++++-- view/js/mod_connections.js | 2 +- view/js/mod_mail.js | 2 +- view/js/mod_photos.js | 2 +- view/js/mod_poke.js | 2 +- view/js/mod_sources.js | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 26d3f6211..afdf9c230 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -43,6 +43,10 @@ function basic_replace(item) { return '$1'+item.name+' '; } +function submit_form(e) { + $(e).parents('form').submit(); +} + /** * jQuery plugin 'editor_autocomplete' */ @@ -86,14 +90,18 @@ function basic_replace(item) { template: contact_format, } this.attr('autocomplete','off'); - this.textcomplete([contacts],{className:'acpopup'}); + var a = this.textcomplete([contacts],{className:'acpopup'}); + + a.on('textComplete:select', function(e,value,strategy) { submit_form(this); }); + }; })( jQuery ); (function( $ ){ - $.fn.contact_autocomplete = function(backend_url, typ, onselect) { + $.fn.contact_autocomplete = function(backend_url, typ, autosubmit, onselect) { if(typeof typ === 'undefined') typ = ''; + if(typeof autosubmit === 'undefined') autosubmit = false; // Autocomplete contacts contacts = { @@ -107,6 +115,9 @@ function basic_replace(item) { this.attr('autocomplete','off'); var a = this.textcomplete([contacts],{className:'acpopup'}); + if(autosubmit) + a.on('textComplete:select', function(e,value,strategy) { submit_form(this); }); + if(typeof onselect !== 'undefined') a.on('textComplete:select',function(e,value,strategy) { onselect(value); }); }; diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js index 6393630b3..f29d96729 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -1,5 +1,5 @@ $(document).ready(function() { - $("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a'); + $("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a', true); }); $("#contacts-search").keyup(function(event){ diff --git a/view/js/mod_mail.js b/view/js/mod_mail.js index 2cbc924f4..16e06e6f5 100644 --- a/view/js/mod_mail.js +++ b/view/js/mod_mail.js @@ -1,5 +1,5 @@ $(document).ready(function() { - $("#recip").contact_autocomplete(baseurl + '/acl', '', function(data) { + $("#recip").contact_autocomplete(baseurl + '/acl', '', false, function(data) { $("#recip-complete").val(data.xid); }); diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index 676f5e8ef..5f19e5f7f 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -3,7 +3,7 @@ var ispublic = aStr['everybody']; $(document).ready(function() { $(document).ready(function() { - $("#photo-edit-newtag").contact_autocomplete(baseurl + '/acl', 'p', function(data) { + $("#photo-edit-newtag").contact_autocomplete(baseurl + '/acl', 'p', false, function(data) { $("#photo-edit-newtag").val('@' + data.name.replace(' ','_'); // Is the underscore replacement still needed? }); }); diff --git a/view/js/mod_poke.js b/view/js/mod_poke.js index 3c07fcef7..58e50588f 100644 --- a/view/js/mod_poke.js +++ b/view/js/mod_poke.js @@ -1,5 +1,5 @@ $(document).ready(function() { - $("#poke-recip").contact_autocomplete(baseurl + '/acl', 'a', function(data) { + $("#poke-recip").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) { $("#poke-recip-complete").val(data.id); }); }); diff --git a/view/js/mod_sources.js b/view/js/mod_sources.js index add8ac15e..1bbf89765 100644 --- a/view/js/mod_sources.js +++ b/view/js/mod_sources.js @@ -1,6 +1,6 @@ $(document).ready(function() { $(document).ready(function() { - $("#id_name").contact_autocomplete(baseurl + '/acl', 'a', function(data) { + $("#id_name").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) { $("#id_abook").val(data.id); }); }); -- cgit v1.2.3 From 885bcb4b2a811c2f18d96b440f9fdc0e223307a0 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 21:33:22 +0100 Subject: Remove out-of-date mod_message.js --- view/js/mod_message.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 view/js/mod_message.js (limited to 'view') diff --git a/view/js/mod_message.js b/view/js/mod_message.js deleted file mode 100644 index 82f60f46f..000000000 --- a/view/js/mod_message.js +++ /dev/null @@ -1,13 +0,0 @@ -$(document).ready(function() { - var a; - a = $("#recip").autocomplete({ - serviceUrl: baseurl + '/acl', - minChars: 2, - width: 250, - id: 'recip-ac', - onSelect: function(value,data) { - $("#recip-complete").val(data); - }, - }); - -}); -- cgit v1.2.3 From f3cd29f829ab66fe1f9fac306dcc6fa20858ad52 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 7 Jan 2015 21:38:12 +0100 Subject: Typo + comment --- view/js/mod_photos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index 5f19e5f7f..4c724c5e1 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -4,7 +4,7 @@ var ispublic = aStr['everybody']; $(document).ready(function() { $(document).ready(function() { $("#photo-edit-newtag").contact_autocomplete(baseurl + '/acl', 'p', false, function(data) { - $("#photo-edit-newtag").val('@' + data.name.replace(' ','_'); // Is the underscore replacement still needed? + $("#photo-edit-newtag").val('@' + data.name.replace(' ','_')); // TODO: Get rid of underscore }); }); -- cgit v1.2.3 From 4beb78201467f4256424d688b2a55705e333f96a Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Thu, 8 Jan 2015 16:06:37 +0100 Subject: Fix issue with case sensitive filtering in autocomplete, put autocomplete dropdown on top of navbar, show entry to leave the text unchanged --- view/js/autocomplete.js | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 8572cf708..63aa7a8f1 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -6,10 +6,12 @@ function contact_search(term, callback, backend_url, type, extra_channels) { // Check if there is a cached result that contains the same information we would get with a full server-side search // Assume type hasn't changed + var lterm = term.toLowerCase(); // Ignore case for(t in contact_search.cache) { - if(term.indexOf(t) >= 0) { // A more broad search has been performed already, so use those results + if(lterm.indexOf(t) >= 0) { // A more broad search has been performed already, so use those results // Filter old results locally - var matching = contact_search.cache[t].filter(function (x) { return (x.name.indexOf(term) >= 0 || x.nick.indexOf(term) >= 0); }); + var matching = contact_search.cache[t].filter(function (x) { return (x.name.toLowerCase().indexOf(lterm) >= 0 || x.nick.toLowerCase().indexOf(lterm) >= 0); }); + matching.unshift({taggable:false, text: term, replace: term}); callback(matching); return; } @@ -33,20 +35,30 @@ function contact_search(term, callback, backend_url, type, extra_channels) { success:function(data){ // Cache results if we got them all (more information would not improve results) // data.count represents the maximum number of items - if(data.items.length < data.count) { - contact_search.cache[term] = data.items; + if(data.items.length -1 < data.count) { + contact_search.cache[lterm] = data.items; } - callback(data.items); + var items = data.items.slice(0); + items.unshift({taggable:false, text: term, replace: term}); + callback(items); }, }).fail(function () {callback([]); }); // Callback must be invoked even if something went wrong. } contact_search.cache = {}; + function contact_format(item) { - return "
    {2} ({3})
    ".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick), item.link ) + if(typeof item.text === 'undefined') + return "
    {2} ({3})
    ".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick), item.link) + else + return "
    "+item.text+"
    " } function editor_replace(item) { + if(typeof item.replace !== 'undefined') { + return '$1$2'+item.replace; + } + // $2 ensures that prefix (@,@!) is preserved var id = item.id; // 16 chars of hash should be enough. Full hash could be used if it can be done in a visually appealing way. @@ -57,6 +69,9 @@ function editor_replace(item) { } function basic_replace(item) { + if(typeof item.replace !== 'undefined') + return '$1'+item.replace; + return '$1'+item.name+' '; } @@ -88,7 +103,7 @@ function submit_form(e) { replace: function(item) { return "$1"+item['text'] + ' '; }, } this.attr('autocomplete','off'); - this.textcomplete([contacts,smilies],{className:'acpopup'}); + this.textcomplete([contacts,smilies],{className:'acpopup',zIndex:1050}); }; })( jQuery ); @@ -107,7 +122,7 @@ function submit_form(e) { template: contact_format, } this.attr('autocomplete','off'); - var a = this.textcomplete([contacts],{className:'acpopup',maxCount:100}); + var a = this.textcomplete([contacts],{className:'acpopup',maxCount:100,zIndex: 1050}); a.on('textComplete:select', function(e,value,strategy) { submit_form(this); }); @@ -130,7 +145,7 @@ function submit_form(e) { } this.attr('autocomplete','off'); - var a = this.textcomplete([contacts],{className:'acpopup'}); + var a = this.textcomplete([contacts],{className:'acpopup',zIndex:1050}); if(autosubmit) a.on('textComplete:select', function(e,value,strategy) { submit_form(this); }); -- cgit v1.2.3 From 32c6eab01c820c0ab44aa1b8860bf3173061e4e2 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Thu, 8 Jan 2015 17:16:08 +0100 Subject: Fix saved searches on network page, fix caching mith multiple autocompleters --- view/js/autocomplete.js | 19 +++++++++++++------ view/js/mod_network.js | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 63aa7a8f1..40a9cd4c8 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -5,12 +5,15 @@ */ function contact_search(term, callback, backend_url, type, extra_channels) { // Check if there is a cached result that contains the same information we would get with a full server-side search - // Assume type hasn't changed + + var bt = backend_url+type; + if(!(bt in contact_search.cache)) contact_search.cache[bt] = {}; + var lterm = term.toLowerCase(); // Ignore case - for(t in contact_search.cache) { + for(t in contact_search.cache[bt]) { if(lterm.indexOf(t) >= 0) { // A more broad search has been performed already, so use those results // Filter old results locally - var matching = contact_search.cache[t].filter(function (x) { return (x.name.toLowerCase().indexOf(lterm) >= 0 || x.nick.toLowerCase().indexOf(lterm) >= 0); }); + var matching = contact_search.cache[bt][t].filter(function (x) { return (x.name.toLowerCase().indexOf(lterm) >= 0 || x.nick.toLowerCase().indexOf(lterm) >= 0); }); matching.unshift({taggable:false, text: term, replace: term}); callback(matching); return; @@ -36,7 +39,7 @@ function contact_search(term, callback, backend_url, type, extra_channels) { // Cache results if we got them all (more information would not improve results) // data.count represents the maximum number of items if(data.items.length -1 < data.count) { - contact_search.cache[lterm] = data.items; + contact_search.cache[bt][lterm] = data.items; } var items = data.items.slice(0); items.unshift({taggable:false, text: term, replace: term}); @@ -48,8 +51,12 @@ contact_search.cache = {}; function contact_format(item) { - if(typeof item.text === 'undefined') - return "
    {2} ({3})
    ".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick), item.link) + // Show contact information if not explicitly told to show something else + if(typeof item.text === 'undefined') { + var desc = ((item.label) ? item.nick + ' ' + item.label : item.nick) + if(desc) desc = ' ('+desc+')'; + return "
    {2}{3}
    ".format(item.taggable, item.photo, item.name, desc, item.link) + } else return "
    "+item.text+"
    " } diff --git a/view/js/mod_network.js b/view/js/mod_network.js index 1b7ccdc0a..cbdb82c75 100644 --- a/view/js/mod_network.js +++ b/view/js/mod_network.js @@ -1,5 +1,5 @@ $(document).ready(function() { - $("#search-text").contact_autocomplete(baseurl + '/acl'); + $("#search-text").contact_autocomplete(baseurl + '/search_ac'); $('.jslider-scale ins').addClass('hidden-xs'); }); -- cgit v1.2.3 From 39cfd77583a186b31f9b1abcc154127b66571000 Mon Sep 17 00:00:00 2001 From: Paolo Tacconi Date: Fri, 9 Jan 2015 08:57:08 +0100 Subject: Updated Italian translation --- view/it/messages.po | 5591 ++++++++++++++++++++++++++------------------------- view/it/strings.php | 1110 +++++----- 2 files changed, 3357 insertions(+), 3344 deletions(-) (limited to 'view') diff --git a/view/it/messages.po b/view/it/messages.po index b270c5051..039f059b7 100644 --- a/view/it/messages.po +++ b/view/it/messages.po @@ -8,13 +8,13 @@ # Francesco Apruzzese , 2012-2013 # ufic , 2012 # tuscanhobbit , 2012 -# tuscanhobbit , 2013-2014 +# tuscanhobbit , 2013-2015 msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-26 00:04-0800\n" -"PO-Revision-Date: 2014-12-29 08:07+0000\n" +"POT-Creation-Date: 2015-01-02 00:04-0800\n" +"PO-Revision-Date: 2015-01-08 15:00+0000\n" "Last-Translator: tuscanhobbit \n" "Language-Team: Italian (http://www.transifex.com/projects/p/red-matrix/language/it/)\n" "MIME-Version: 1.0\n" @@ -29,9 +29,9 @@ msgid "Cannot locate DNS info for database server '%s'" msgstr "Non trovo le informazioni DNS per il database server '%s'" #: ../../include/photo/photo_driver.php:680 ../../include/photos.php:52 -#: ../../mod/photos.php:91 ../../mod/photos.php:654 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:423 +#: ../../mod/profile_photo.php:423 ../../mod/photos.php:91 +#: ../../mod/photos.php:654 msgid "Profile Photos" msgstr "Foto del profilo" @@ -91,35 +91,35 @@ msgstr "Elemento non trovato." #: ../../include/attach.php:318 ../../include/attach.php:511 #: ../../include/attach.php:585 ../../include/chat.php:116 #: ../../mod/mood.php:112 ../../mod/register.php:72 ../../mod/mitem.php:106 -#: ../../mod/achievements.php:30 ../../mod/settings.php:542 -#: ../../mod/group.php:9 ../../mod/poke.php:128 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/setup.php:207 ../../mod/authtest.php:13 +#: ../../mod/achievements.php:30 ../../mod/group.php:9 ../../mod/poke.php:128 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/profiles.php:188 +#: ../../mod/profiles.php:559 ../../mod/authtest.php:13 #: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/block.php:22 #: ../../mod/block.php:72 ../../mod/delegate.php:6 ../../mod/sources.php:66 #: ../../mod/events.php:195 ../../mod/channel.php:90 ../../mod/channel.php:201 #: ../../mod/channel.php:244 ../../mod/chat.php:90 ../../mod/chat.php:95 #: ../../mod/regmod.php:17 ../../mod/editpost.php:13 ../../mod/common.php:35 -#: ../../mod/connections.php:169 ../../mod/connedit.php:266 -#: ../../mod/mail.php:111 ../../mod/photos.php:68 ../../mod/webpages.php:67 -#: ../../mod/bookmarks.php:46 ../../mod/blocks.php:67 ../../mod/blocks.php:75 -#: ../../mod/editblock.php:65 ../../mod/pdledit.php:21 -#: ../../mod/editlayout.php:64 ../../mod/editlayout.php:89 -#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 -#: ../../mod/editwebpage.php:118 ../../mod/profile_photo.php:263 -#: ../../mod/profile_photo.php:276 ../../mod/like.php:154 -#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299 -#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82 -#: ../../mod/filestorage.php:109 ../../mod/locs.php:71 ../../mod/item.php:191 -#: ../../mod/item.php:199 ../../mod/item.php:972 ../../mod/suggest.php:26 -#: ../../mod/layouts.php:67 ../../mod/layouts.php:74 ../../mod/layouts.php:85 -#: ../../mod/profiles.php:179 ../../mod/profiles.php:550 -#: ../../mod/manage.php:6 ../../mod/menu.php:61 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/network.php:12 -#: ../../mod/notifications.php:66 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 -#: ../../mod/message.php:16 ../../mod/new_channel.php:68 -#: ../../mod/new_channel.php:99 ../../mod/page.php:28 ../../mod/page.php:78 +#: ../../mod/settings.php:554 ../../mod/connections.php:169 +#: ../../mod/manage.php:6 ../../mod/connedit.php:266 ../../mod/mail.php:111 +#: ../../mod/webpages.php:67 ../../mod/bookmarks.php:46 +#: ../../mod/blocks.php:67 ../../mod/blocks.php:75 ../../mod/editblock.php:65 +#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:64 +#: ../../mod/editlayout.php:89 ../../mod/editwebpage.php:64 +#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:118 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/like.php:154 ../../mod/thing.php:247 ../../mod/thing.php:264 +#: ../../mod/thing.php:299 ../../mod/fsuggest.php:78 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:67 +#: ../../mod/filestorage.php:82 ../../mod/filestorage.php:109 +#: ../../mod/locs.php:71 ../../mod/item.php:191 ../../mod/item.php:199 +#: ../../mod/item.php:975 ../../mod/suggest.php:26 ../../mod/layouts.php:67 +#: ../../mod/layouts.php:74 ../../mod/layouts.php:85 ../../mod/setup.php:207 +#: ../../mod/menu.php:61 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/network.php:12 ../../mod/notifications.php:66 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/viewsrc.php:14 ../../mod/message.php:16 +#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 +#: ../../mod/photos.php:68 ../../mod/page.php:28 ../../mod/page.php:78 #: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190 #: ../../index.php:390 msgid "Permission denied." @@ -148,9 +148,9 @@ msgid "Connection not found." msgstr "Contatto non trovato." #: ../../include/menu.php:42 ../../include/page_widgets.php:8 -#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:261 +#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:263 #: ../../include/ItemObject.php:100 ../../include/apps.php:254 -#: ../../mod/settings.php:627 ../../mod/editpost.php:112 +#: ../../mod/editpost.php:112 ../../mod/settings.php:639 #: ../../mod/connections.php:381 ../../mod/connections.php:394 #: ../../mod/connections.php:413 ../../mod/webpages.php:162 #: ../../mod/blocks.php:132 ../../mod/editblock.php:143 @@ -268,52 +268,52 @@ msgid "" "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "Impostazione pericolosa - lasciare il valore predefinito se non si è assolutamente sicuri" -#: ../../include/permissions.php:814 +#: ../../include/permissions.php:810 msgid "Social Networking" msgstr "Social network" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -#: ../../include/permissions.php:819 +#: ../../include/permissions.php:810 ../../include/permissions.php:811 +#: ../../include/permissions.php:812 msgid "Mostly Public" msgstr "Quasi sempre pubblico" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -#: ../../include/permissions.php:819 +#: ../../include/permissions.php:810 ../../include/permissions.php:811 +#: ../../include/permissions.php:812 msgid "Restricted" msgstr "Con restrizioni" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 +#: ../../include/permissions.php:810 ../../include/permissions.php:811 msgid "Private" msgstr "Privato" -#: ../../include/permissions.php:816 +#: ../../include/permissions.php:811 msgid "Community Forum" msgstr "Forum di discussione" -#: ../../include/permissions.php:818 +#: ../../include/permissions.php:812 msgid "Feed Republish" msgstr "Aggregatore di feed esterni" -#: ../../include/permissions.php:820 +#: ../../include/permissions.php:813 msgid "Special Purpose" msgstr "Per finalità speciali" -#: ../../include/permissions.php:821 +#: ../../include/permissions.php:813 msgid "Celebrity/Soapbox" msgstr "Pagina per fan" -#: ../../include/permissions.php:821 +#: ../../include/permissions.php:813 msgid "Group Repository" msgstr "Repository di gruppo" -#: ../../include/permissions.php:822 ../../include/profile_selectors.php:6 +#: ../../include/permissions.php:814 ../../include/profile_selectors.php:6 #: ../../include/profile_selectors.php:23 #: ../../include/profile_selectors.php:61 #: ../../include/profile_selectors.php:97 msgid "Other" msgstr "Altro" -#: ../../include/permissions.php:823 +#: ../../include/permissions.php:814 msgid "Custom/Expert Mode" msgstr "Personalizzazione per esperti" @@ -371,8 +371,8 @@ msgstr "non mi piace" msgid "dislikes" msgstr "non gli piace" -#: ../../include/taxonomy.php:380 ../../include/identity.php:1148 -#: ../../include/ItemObject.php:146 ../../mod/photos.php:1027 +#: ../../include/taxonomy.php:380 ../../include/identity.php:1151 +#: ../../include/ItemObject.php:146 ../../mod/photos.php:1024 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -389,8 +389,8 @@ msgid "View" msgstr "Guarda" #: ../../include/page_widgets.php:40 ../../include/conversation.php:1102 -#: ../../include/ItemObject.php:638 ../../mod/photos.php:998 -#: ../../mod/webpages.php:166 +#: ../../include/ItemObject.php:638 ../../mod/webpages.php:166 +#: ../../mod/photos.php:995 msgid "Preview" msgstr "Anteprima" @@ -422,18 +422,6 @@ msgstr "Contenuti incorporati" msgid "Embedding disabled" msgstr "Disabilita la creazione di contenuti incorporati" -#: ../../include/auth.php:130 -msgid "Logged out." -msgstr "Uscita effettuata." - -#: ../../include/auth.php:271 -msgid "Failed authentication" -msgstr "Autenticazione fallita" - -#: ../../include/auth.php:285 ../../mod/openid.php:190 -msgid "Login failed." -msgstr "Accesso fallito." - #: ../../include/photos.php:105 #, php-format msgid "Image exceeds website size limit of %lu bytes" @@ -502,12 +490,70 @@ msgstr "Inizio:" msgid "Finishes:" msgstr "Fine:" -#: ../../include/bb2diaspora.php:467 ../../include/event.php:40 -#: ../../include/identity.php:891 ../../mod/events.php:590 +#: ../../include/bb2diaspora.php:467 ../../include/identity.php:894 +#: ../../include/event.php:40 ../../mod/events.php:590 #: ../../mod/directory.php:199 msgid "Location:" msgstr "Luogo:" +#: ../../include/attach.php:221 ../../include/attach.php:275 +msgid "Item was not found." +msgstr "Elemento non trovato." + +#: ../../include/attach.php:331 +msgid "No source file." +msgstr "Nessun file di origine." + +#: ../../include/attach.php:348 +msgid "Cannot locate file to replace" +msgstr "Il file da sostituire non è stato trovato" + +#: ../../include/attach.php:366 +msgid "Cannot locate file to revise/update" +msgstr "Il file da aggiornare non è stato trovato" + +#: ../../include/attach.php:377 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Il file supera la dimensione massima di %d" + +#: ../../include/attach.php:389 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati." + +#: ../../include/attach.php:472 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Caricamento file fallito, potrebbe essere stato interrotto o potrebbe aver superato lo spazio assegnato." + +#: ../../include/attach.php:484 +msgid "Stored file could not be verified. Upload failed." +msgstr "Il file non può essere verificato. Caricamento fallito." + +#: ../../include/attach.php:526 ../../include/attach.php:543 +msgid "Path not available." +msgstr "Percorso non disponibile." + +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Il percorso del file è vuoto" + +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "il file o il percorso del file è duplicato" + +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Percorso del file non trovato." + +#: ../../include/attach.php:681 +msgid "mkdir failed." +msgstr "mkdir fallito." + +#: ../../include/attach.php:685 +msgid "database storage failed." +msgstr "scrittura su database fallita." + #: ../../include/features.php:23 msgid "General Features" msgstr "Funzionalità di base" @@ -748,11 +794,12 @@ msgid "Provide a personal tag cloud on your channel page" msgstr "Mostra la nuvola dei tag che usi di più sulla pagina del tuo canale" #: ../../include/RedDAV/RedBrowser.php:106 -#: ../../include/RedDAV/RedBrowser.php:260 +#: ../../include/RedDAV/RedBrowser.php:262 msgid "parent" msgstr "cartella superiore" #: ../../include/RedDAV/RedBrowser.php:130 +#: ../../include/RedDAV/RedBrowser.php:339 msgid "Collection" msgstr "Cartella" @@ -778,71 +825,71 @@ msgstr "Appuntamenti inviati" #: ../../include/RedDAV/RedBrowser.php:163 ../../include/conversation.php:992 #: ../../include/apps.php:336 ../../include/apps.php:387 -#: ../../mod/connedit.php:513 ../../mod/photos.php:713 -#: ../../mod/photos.php:1132 +#: ../../mod/connedit.php:513 ../../mod/photos.php:710 +#: ../../mod/photos.php:1129 msgid "Unknown" msgstr "Sconosciuto" -#: ../../include/RedDAV/RedBrowser.php:223 +#: ../../include/RedDAV/RedBrowser.php:225 #, php-format msgid "%1$s used" msgstr "%1$s occupati" -#: ../../include/RedDAV/RedBrowser.php:228 +#: ../../include/RedDAV/RedBrowser.php:230 #, php-format msgid "%1$s used of %2$s (%3$s%)" msgstr "%1$s occupati di %2$s (%3$s%)" -#: ../../include/RedDAV/RedBrowser.php:247 ../../include/conversation.php:1539 +#: ../../include/RedDAV/RedBrowser.php:249 ../../include/conversation.php:1539 #: ../../include/apps.php:135 ../../include/nav.php:106 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "Archivio file" -#: ../../include/RedDAV/RedBrowser.php:249 +#: ../../include/RedDAV/RedBrowser.php:251 msgid "Total" msgstr "Totale" -#: ../../include/RedDAV/RedBrowser.php:256 ../../mod/settings.php:567 -#: ../../mod/settings.php:593 ../../mod/admin.php:866 +#: ../../include/RedDAV/RedBrowser.php:258 ../../mod/settings.php:579 +#: ../../mod/settings.php:605 ../../mod/admin.php:866 msgid "Name" msgstr "Nome" -#: ../../include/RedDAV/RedBrowser.php:257 +#: ../../include/RedDAV/RedBrowser.php:259 msgid "Type" msgstr "Tipo" -#: ../../include/RedDAV/RedBrowser.php:258 +#: ../../include/RedDAV/RedBrowser.php:260 msgid "Size" msgstr "Dimensione" -#: ../../include/RedDAV/RedBrowser.php:259 +#: ../../include/RedDAV/RedBrowser.php:261 msgid "Last Modified" msgstr "Ultima modifica" -#: ../../include/RedDAV/RedBrowser.php:262 ../../include/conversation.php:639 +#: ../../include/RedDAV/RedBrowser.php:264 ../../include/conversation.php:639 #: ../../include/ItemObject.php:120 ../../include/apps.php:255 -#: ../../mod/settings.php:628 ../../mod/group.php:176 -#: ../../mod/connedit.php:476 ../../mod/photos.php:1070 -#: ../../mod/thing.php:234 ../../mod/admin.php:730 ../../mod/admin.php:861 +#: ../../mod/group.php:176 ../../mod/settings.php:640 +#: ../../mod/connedit.php:476 ../../mod/thing.php:234 ../../mod/admin.php:730 +#: ../../mod/admin.php:861 ../../mod/photos.php:1067 msgid "Delete" msgstr "Elimina" -#: ../../include/RedDAV/RedBrowser.php:310 +#: ../../include/RedDAV/RedBrowser.php:312 msgid "Create new folder" msgstr "Crea una nuova cartella" -#: ../../include/RedDAV/RedBrowser.php:311 ../../mod/mitem.php:169 -#: ../../mod/menu.php:100 ../../mod/new_channel.php:124 +#: ../../include/RedDAV/RedBrowser.php:313 ../../mod/mitem.php:169 +#: ../../mod/menu.php:100 ../../mod/new_channel.php:121 msgid "Create" msgstr "Crea" -#: ../../include/RedDAV/RedBrowser.php:312 +#: ../../include/RedDAV/RedBrowser.php:314 msgid "Upload file" msgstr "Carica un file" -#: ../../include/RedDAV/RedBrowser.php:313 ../../mod/photos.php:738 -#: ../../mod/photos.php:1246 ../../mod/profile_photo.php:361 +#: ../../include/RedDAV/RedBrowser.php:315 ../../mod/profile_photo.php:361 +#: ../../mod/photos.php:735 ../../mod/photos.php:1243 msgid "Upload" msgstr "Carica" @@ -933,7 +980,7 @@ msgid "RSS/Atom" msgstr "RSS/Atom" #: ../../include/contact_selectors.php:79 ../../mod/admin.php:726 -#: ../../mod/admin.php:735 ../../boot.php:1542 +#: ../../mod/admin.php:735 ../../boot.php:1544 msgid "Email" msgstr "Email" @@ -961,6 +1008,18 @@ msgstr "XMPP/IM" msgid "MySpace" msgstr "MySpace" +#: ../../include/auth.php:130 +msgid "Logged out." +msgstr "Uscita effettuata." + +#: ../../include/auth.php:271 +msgid "Failed authentication" +msgstr "Autenticazione fallita" + +#: ../../include/auth.php:285 ../../mod/openid.php:190 +msgid "Login failed." +msgstr "Accesso fallito." + #: ../../include/acl_selectors.php:240 msgid "Visible to your default audience" msgstr "Visibile secondo le impostazioni predefinite" @@ -974,1094 +1033,808 @@ msgid "Don't show" msgstr "Non mostrare" #: ../../include/acl_selectors.php:248 ../../mod/events.php:596 -#: ../../mod/chat.php:209 ../../mod/photos.php:588 ../../mod/photos.php:950 -#: ../../mod/filestorage.php:137 +#: ../../mod/chat.php:209 ../../mod/filestorage.php:141 +#: ../../mod/photos.php:588 ../../mod/photos.php:947 msgid "Permissions" msgstr "Permessi" #: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:320 -#: ../../mod/photos.php:1149 +#: ../../mod/photos.php:1146 msgid "Close" msgstr "Chiudi" -#: ../../include/text.php:320 -msgid "prev" -msgstr "prec" +#: ../../include/identity.php:31 ../../mod/item.php:1115 +msgid "Unable to obtain identity information from database" +msgstr "Impossibile ottenere le informazioni di identificazione dal database" -#: ../../include/text.php:322 -msgid "first" -msgstr "inizio" +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Nome vuoto" -#: ../../include/text.php:351 -msgid "last" -msgstr "fine" +#: ../../include/identity.php:68 +msgid "Name too long" +msgstr "Nome troppo lungo" -#: ../../include/text.php:354 -msgid "next" -msgstr "succ" +#: ../../include/identity.php:169 +msgid "No account identifier" +msgstr "Account senza identificativo" -#: ../../include/text.php:366 -msgid "older" -msgstr "più recenti" +#: ../../include/identity.php:182 +msgid "Nickname is required." +msgstr "Il nome dell'account è obbligatorio." -#: ../../include/text.php:368 -msgid "newer" -msgstr "più nuovi" +#: ../../include/identity.php:196 +msgid "Reserved nickname. Please choose another." +msgstr "Nome utente riservato. Per favore scegline un altro." -#: ../../include/text.php:756 -msgid "No connections" -msgstr "Nessun contatto" +#: ../../include/identity.php:201 ../../include/dimport.php:34 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Il nome dell'account è già in uso oppure ha dei caratteri non supportati." -#: ../../include/text.php:772 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d contatto" -msgstr[1] "%d contatti" +#: ../../include/identity.php:283 +msgid "Unable to retrieve created identity" +msgstr "Impossibile caricare l'identità creata" -#: ../../include/text.php:785 -msgid "View Connections" -msgstr "Elenco contatti" +#: ../../include/identity.php:343 +msgid "Default Profile" +msgstr "Profilo predefinito" -#: ../../include/text.php:842 ../../include/text.php:854 -#: ../../include/apps.php:147 ../../include/nav.php:173 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Cerca" +#: ../../include/identity.php:387 ../../include/identity.php:388 +#: ../../include/identity.php:395 ../../include/widgets.php:428 +#: ../../include/profile_selectors.php:80 ../../mod/settings.php:329 +#: ../../mod/settings.php:333 ../../mod/settings.php:334 +#: ../../mod/settings.php:337 ../../mod/settings.php:348 +#: ../../mod/connedit.php:510 +msgid "Friends" +msgstr "Amici" -#: ../../include/text.php:843 ../../include/text.php:855 -#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339 -#: ../../mod/admin.php:1360 -msgid "Save" -msgstr "Salva" +#: ../../include/identity.php:643 +msgid "Requested channel is not available." +msgstr "Il canale che cerchi non è disponibile." -#: ../../include/text.php:920 -msgid "poke" -msgstr "poke" +#: ../../include/identity.php:691 ../../mod/achievements.php:11 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 ../../mod/blocks.php:29 +#: ../../mod/editblock.php:29 ../../mod/editlayout.php:28 +#: ../../mod/editwebpage.php:28 ../../mod/filestorage.php:48 +#: ../../mod/connect.php:13 ../../mod/layouts.php:29 ../../mod/hcard.php:8 +msgid "Requested profile is not available." +msgstr "Il profilo richiesto non è disponibile." -#: ../../include/text.php:920 ../../include/conversation.php:243 -msgid "poked" -msgstr "ha ricevuto un poke" +#: ../../include/identity.php:840 ../../include/conversation.php:937 +#: ../../include/widgets.php:136 ../../include/widgets.php:175 +#: ../../include/Contact.php:107 ../../mod/suggest.php:51 +#: ../../mod/match.php:62 ../../mod/directory.php:264 +msgid "Connect" +msgstr "Aggiungi" -#: ../../include/text.php:921 -msgid "ping" -msgstr "ping" +#: ../../include/identity.php:854 ../../mod/profiles.php:757 +msgid "Change profile photo" +msgstr "Cambia la foto del profilo" -#: ../../include/text.php:921 -msgid "pinged" -msgstr "ha ricevuto un ping" +#: ../../include/identity.php:861 +msgid "Profiles" +msgstr "Profili" -#: ../../include/text.php:922 -msgid "prod" -msgstr "spintone" +#: ../../include/identity.php:861 +msgid "Manage/edit profiles" +msgstr "Gestisci/modifica i profili" -#: ../../include/text.php:922 -msgid "prodded" -msgstr "ha ricevuto uno spintone" +#: ../../include/identity.php:862 ../../mod/profiles.php:758 +msgid "Create New Profile" +msgstr "Crea un nuovo profilo" -#: ../../include/text.php:923 -msgid "slap" -msgstr "schiaffo" +#: ../../include/identity.php:865 ../../include/nav.php:103 +msgid "Edit Profile" +msgstr "Modifica il profilo" -#: ../../include/text.php:923 -msgid "slapped" -msgstr "ha ricevuto uno schiaffo" +#: ../../include/identity.php:878 ../../mod/profiles.php:769 +msgid "Profile Image" +msgstr "Immagine del profilo" -#: ../../include/text.php:924 -msgid "finger" -msgstr "finger" +#: ../../include/identity.php:881 +msgid "visible to everybody" +msgstr "visibile a tutti" -#: ../../include/text.php:924 -msgid "fingered" -msgstr "ha ricevuto un finger" +#: ../../include/identity.php:882 ../../mod/profiles.php:652 +#: ../../mod/profiles.php:773 +msgid "Edit visibility" +msgstr "Cambia la visibilità" -#: ../../include/text.php:925 -msgid "rebuff" -msgstr "rifiuto" +#: ../../include/identity.php:898 ../../include/identity.php:1135 +msgid "Gender:" +msgstr "Sesso:" -#: ../../include/text.php:925 -msgid "rebuffed" -msgstr "ha ricevuto un rifiuto" +#: ../../include/identity.php:899 ../../include/identity.php:1179 +msgid "Status:" +msgstr "Stato:" -#: ../../include/text.php:935 -msgid "happy" -msgstr "felice" +#: ../../include/identity.php:900 ../../include/identity.php:1190 +msgid "Homepage:" +msgstr "Home page:" -#: ../../include/text.php:936 -msgid "sad" -msgstr "triste" +#: ../../include/identity.php:901 +msgid "Online Now" +msgstr "Online adesso" -#: ../../include/text.php:937 -msgid "mellow" -msgstr "calmo" +#: ../../include/identity.php:979 ../../include/identity.php:1059 +#: ../../mod/ping.php:329 +msgid "g A l F d" +msgstr "g A l d F" -#: ../../include/text.php:938 -msgid "tired" -msgstr "stanco" +#: ../../include/identity.php:980 ../../include/identity.php:1060 +msgid "F d" +msgstr "d F" -#: ../../include/text.php:939 -msgid "perky" -msgstr "vivace" +#: ../../include/identity.php:1025 ../../include/identity.php:1100 +#: ../../mod/ping.php:351 +msgid "[today]" +msgstr "[oggi]" -#: ../../include/text.php:940 -msgid "angry" -msgstr "arrabbiato" +#: ../../include/identity.php:1037 +msgid "Birthday Reminders" +msgstr "Promemoria compleanni" -#: ../../include/text.php:941 -msgid "stupified" -msgstr "stordito" +#: ../../include/identity.php:1038 +msgid "Birthdays this week:" +msgstr "Compleanni questa settimana:" -#: ../../include/text.php:942 -msgid "puzzled" -msgstr "confuso" +#: ../../include/identity.php:1093 +msgid "[No description]" +msgstr "[Nessuna descrizione]" -#: ../../include/text.php:943 -msgid "interested" -msgstr "attento" +#: ../../include/identity.php:1111 +msgid "Event Reminders" +msgstr "Promemoria" -#: ../../include/text.php:944 -msgid "bitter" -msgstr "amaro" +#: ../../include/identity.php:1112 +msgid "Events this week:" +msgstr "Eventi di questa settimana:" -#: ../../include/text.php:945 -msgid "cheerful" -msgstr "allegro" +#: ../../include/identity.php:1125 ../../include/identity.php:1254 +#: ../../include/apps.php:138 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profilo" -#: ../../include/text.php:946 -msgid "alive" -msgstr "vivace" +#: ../../include/identity.php:1133 ../../mod/settings.php:1022 +msgid "Full Name:" +msgstr "Nome completo:" -#: ../../include/text.php:947 -msgid "annoyed" -msgstr "seccato" +#: ../../include/identity.php:1140 +msgid "Like this channel" +msgstr "Mi piace questo canale" -#: ../../include/text.php:948 -msgid "anxious" -msgstr "ansioso" +#: ../../include/identity.php:1164 +msgid "j F, Y" +msgstr "j F Y" -#: ../../include/text.php:949 -msgid "cranky" -msgstr "irritabile" +#: ../../include/identity.php:1165 +msgid "j F" +msgstr "j F" -#: ../../include/text.php:950 -msgid "disturbed" -msgstr "turbato" +#: ../../include/identity.php:1172 +msgid "Birthday:" +msgstr "Compleanno:" -#: ../../include/text.php:951 -msgid "frustrated" -msgstr "frustrato" +#: ../../include/identity.php:1176 +msgid "Age:" +msgstr "Età:" -#: ../../include/text.php:952 -msgid "depressed" -msgstr "in depressione" +#: ../../include/identity.php:1185 +#, php-format +msgid "for %1$d %2$s" +msgstr "per %1$d %2$s" -#: ../../include/text.php:953 -msgid "motivated" -msgstr "motivato" +#: ../../include/identity.php:1188 ../../mod/profiles.php:674 +msgid "Sexual Preference:" +msgstr "Preferenze sessuali:" -#: ../../include/text.php:954 -msgid "relaxed" -msgstr "rilassato" +#: ../../include/identity.php:1192 ../../mod/profiles.php:676 +msgid "Hometown:" +msgstr "Città dove vivo:" -#: ../../include/text.php:955 -msgid "surprised" -msgstr "sorpreso" +#: ../../include/identity.php:1194 +msgid "Tags:" +msgstr "Tag:" -#: ../../include/text.php:1121 -msgid "Monday" -msgstr "lunedì" +#: ../../include/identity.php:1196 ../../mod/profiles.php:677 +msgid "Political Views:" +msgstr "Orientamento politico:" -#: ../../include/text.php:1121 -msgid "Tuesday" -msgstr "martedì" +#: ../../include/identity.php:1198 +msgid "Religion:" +msgstr "Religione:" -#: ../../include/text.php:1121 -msgid "Wednesday" -msgstr "mercoledì" +#: ../../include/identity.php:1200 +msgid "About:" +msgstr "Informazioni:" -#: ../../include/text.php:1121 -msgid "Thursday" -msgstr "giovedì" +#: ../../include/identity.php:1202 +msgid "Hobbies/Interests:" +msgstr "Interessi e hobby:" -#: ../../include/text.php:1121 -msgid "Friday" -msgstr "venerdì" +#: ../../include/identity.php:1204 ../../mod/profiles.php:680 +msgid "Likes:" +msgstr "Mi piace:" -#: ../../include/text.php:1121 -msgid "Saturday" -msgstr "sabato" +#: ../../include/identity.php:1206 ../../mod/profiles.php:681 +msgid "Dislikes:" +msgstr "Non mi piace:" -#: ../../include/text.php:1121 -msgid "Sunday" -msgstr "domenica" +#: ../../include/identity.php:1209 +msgid "Contact information and Social Networks:" +msgstr "Contatti e social network:" -#: ../../include/text.php:1125 -msgid "January" -msgstr "gennaio" +#: ../../include/identity.php:1221 +msgid "My other channels:" +msgstr "I miei altri canali:" -#: ../../include/text.php:1125 -msgid "February" -msgstr "febbraio" +#: ../../include/identity.php:1224 +msgid "Musical interests:" +msgstr "Gusti musicali:" -#: ../../include/text.php:1125 -msgid "March" -msgstr "marzo" +#: ../../include/identity.php:1226 +msgid "Books, literature:" +msgstr "Libri, letteratura:" -#: ../../include/text.php:1125 -msgid "April" -msgstr "aprile" +#: ../../include/identity.php:1228 +msgid "Television:" +msgstr "Televisione:" -#: ../../include/text.php:1125 -msgid "May" -msgstr "maggio" +#: ../../include/identity.php:1230 +msgid "Film/dance/culture/entertainment:" +msgstr "Film, danza, cultura, intrattenimento:" -#: ../../include/text.php:1125 -msgid "June" -msgstr "giugno" +#: ../../include/identity.php:1232 +msgid "Love/Romance:" +msgstr "Amore:" -#: ../../include/text.php:1125 -msgid "July" -msgstr "luglio" +#: ../../include/identity.php:1234 +msgid "Work/employment:" +msgstr "Lavoro:" -#: ../../include/text.php:1125 -msgid "August" -msgstr "agosto" +#: ../../include/identity.php:1236 +msgid "School/education:" +msgstr "Scuola:" -#: ../../include/text.php:1125 -msgid "September" -msgstr "settembre" +#: ../../include/identity.php:1256 +msgid "Like this thing" +msgstr "Mi piace questo oggetto" -#: ../../include/text.php:1125 -msgid "October" -msgstr "ottobre" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invito disponibile" +msgstr[1] "%d inviti disponibili" -#: ../../include/text.php:1125 -msgid "November" -msgstr "novembre" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 +msgid "Advanced" +msgstr "Avanzate" -#: ../../include/text.php:1125 -msgid "December" -msgstr "dicembre" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Ricerca canali" -#: ../../include/text.php:1203 -msgid "unknown.???" -msgstr "sconosciuto???" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Scrivi un nome o un interesse" -#: ../../include/text.php:1204 -msgid "bytes" -msgstr "byte" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Aggiungi" -#: ../../include/text.php:1240 -msgid "remove category" -msgstr "rimuovi la categoria" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Per esempio: Mario Rossi, Pesca" -#: ../../include/text.php:1309 -msgid "remove from file" -msgstr "rimuovi dal file" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 +#: ../../mod/directory.php:317 ../../mod/directory.php:322 +msgid "Find" +msgstr "Cerca" -#: ../../include/text.php:1385 ../../include/text.php:1396 -msgid "Click to open/close" -msgstr "Clicca per aprire/chiudere" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +#: ../../mod/directory.php:321 +msgid "Channel Suggestions" +msgstr "Canali suggeriti" -#: ../../include/text.php:1544 ../../mod/events.php:414 -msgid "Link to Source" -msgstr "Link al sito d'origine" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Profilo casuale" -#: ../../include/text.php:1563 -msgid "Select a page layout: " -msgstr "Scegli il layout della pagina:" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Invita amici" -#: ../../include/text.php:1566 ../../include/text.php:1626 -msgid "default" -msgstr "predefinito" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "Per esempio: name=mario e country=italy" -#: ../../include/text.php:1599 -msgid "Page content type: " -msgstr "Contenuto della pagina:" +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:305 +msgid "Everything" +msgstr "Tutto" -#: ../../include/text.php:1638 -msgid "Select an alternate language" -msgstr "Seleziona una lingua diversa" +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d contatto in comune" +msgstr[1] "%d contatti in comune" -#: ../../include/text.php:1757 ../../include/conversation.php:120 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 -msgid "photo" -msgstr "la foto" +#: ../../include/contact_widgets.php:130 +msgid "show more" +msgstr "mostra tutto" -#: ../../include/text.php:1760 ../../include/conversation.php:123 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "l'evento" +#: ../../include/event.php:376 +msgid "This event has been added to your calendar." +msgstr "Questo evento è stato aggiunto al tuo calendario" -#: ../../include/text.php:1763 ../../include/conversation.php:148 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 -msgid "status" -msgstr "il messaggio di stato" +#: ../../include/group.php:26 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti potrebbero rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso." -#: ../../include/text.php:1765 ../../include/conversation.php:150 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "il commento" +#: ../../include/group.php:235 +msgid "Default privacy group for new contacts" +msgstr "Insieme predefinito per i canali che inizi a seguire" -#: ../../include/text.php:1770 -msgid "activity" -msgstr "l'attività" +#: ../../include/group.php:254 ../../mod/admin.php:735 +msgid "All Channels" +msgstr "Tutti i canali" -#: ../../include/text.php:2057 -msgid "Design" -msgstr "Design" +#: ../../include/group.php:276 +msgid "edit" +msgstr "modifica" -#: ../../include/text.php:2060 -msgid "Blocks" -msgstr "Riquadri" +#: ../../include/group.php:298 +msgid "Collections" +msgstr "Insiemi di canali" -#: ../../include/text.php:2061 -msgid "Menus" -msgstr "Menù" +#: ../../include/group.php:299 +msgid "Edit collection" +msgstr "Modifica l'insieme di canali" -#: ../../include/text.php:2062 -msgid "Layouts" -msgstr "Layout" +#: ../../include/group.php:300 +msgid "Create a new collection" +msgstr "Crea un nuovo insieme" -#: ../../include/text.php:2063 -msgid "Pages" -msgstr "Pagine" +#: ../../include/group.php:301 +msgid "Channels not in any collection" +msgstr "Canali che non sono in un insieme" -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invito disponibile" -msgstr[1] "%d inviti disponibili" +#: ../../include/group.php:303 ../../include/widgets.php:273 +msgid "add" +msgstr "aggiungi" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 -msgid "Advanced" -msgstr "Avanzate" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Email non valida" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Ricerca canali" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Il dominio della tua email attualmente non è permesso su questo sito" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Scrivi un nome o un interesse" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "La tua email è già registrata su questo sito." -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Aggiungi" +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "È necessario un invito." -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Per esempio: Mario Rossi, Pesca" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "L'invito non può essere verificato." -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 -#: ../../mod/directory.php:317 ../../mod/directory.php:322 -msgid "Find" -msgstr "Cerca" +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Inserisci le informazioni richieste." -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -#: ../../mod/directory.php:321 -msgid "Channel Suggestions" -msgstr "Canali suggeriti" +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Non è stato possibile salvare le informazioni del tuo account." -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Profilo casuale" +#: ../../include/account.php:245 +#, php-format +msgid "Registration confirmation for %s" +msgstr "Registrazione di %s confermata" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Invita amici" +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Richiesta di registrazione su %s" -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "Per esempio: name=mario e country=italy" +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Amministratore" -#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:305 -msgid "Everything" -msgstr "Tutto" +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "la password di registrazione" -#: ../../include/contact_widgets.php:125 +#: ../../include/account.php:340 ../../include/account.php:397 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d contatto in comune" -msgstr[1] "%d contatti in comune" - -#: ../../include/contact_widgets.php:130 -msgid "show more" -msgstr "mostra tutto" +msgid "Registration details for %s" +msgstr "Dettagli della registrazione di %s" -#: ../../include/enotify.php:41 -msgid "Red Matrix Notification" -msgstr "Notifica di RedMatrix" +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "Account approvato." -#: ../../include/enotify.php:42 -msgid "redmatrix" -msgstr "RedMatrix" +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrazione revocata per %s" -#: ../../include/enotify.php:44 -msgid "Thank You," -msgstr "Grazie," +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Registrazione verificata. Adesso puoi effettuare login." -#: ../../include/enotify.php:46 -#, php-format -msgid "%s Administrator" -msgstr "L'amministratore di %s" +#: ../../include/account.php:648 ../../include/account.php:650 +msgid "Click here to upgrade." +msgstr "Clicca qui per aggiornare." -#: ../../include/enotify.php:81 -#, php-format -msgid "%s " -msgstr "%s " +#: ../../include/account.php:656 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Questa operazione supera i limiti del tuo abbonamento." -#: ../../include/enotify.php:85 -#, php-format -msgid "[Red:Notify] New mail received at %s" -msgstr "[RedMatrix] Nuovo messaggio su %s" +#: ../../include/account.php:661 +msgid "This action is not available under your subscription plan." +msgstr "Questa operazione non è prevista dal tuo abbonamento." -#: ../../include/enotify.php:87 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." -msgstr "%1$s, %2$s ti ha mandato un messaggio privato su %3$s." +#: ../../include/text.php:320 +msgid "prev" +msgstr "prec" -#: ../../include/enotify.php:88 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s ti ha mandato %2$s." +#: ../../include/text.php:322 +msgid "first" +msgstr "inizio" -#: ../../include/enotify.php:88 -msgid "a private message" -msgstr "un messaggio privato" +#: ../../include/text.php:351 +msgid "last" +msgstr "fine" -#: ../../include/enotify.php:89 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Visita %s per leggere i tuoi messaggi privati e rispondere." +#: ../../include/text.php:354 +msgid "next" +msgstr "succ" -#: ../../include/enotify.php:144 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" -msgstr "%1$s, %2$s ha commentato [zrl=%3$s]%4$s[/zrl]" +#: ../../include/text.php:366 +msgid "older" +msgstr "più recenti" -#: ../../include/enotify.php:152 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" -msgstr "%1$s, %2$s ha commentato [zrl=%3$s]%5$s di %4$s[/zrl]" +#: ../../include/text.php:368 +msgid "newer" +msgstr "più nuovi" -#: ../../include/enotify.php:161 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" -msgstr "%1$s, %2$s ha commentato [zrl=%3$s]%4$s che hai creato[/zrl]" +#: ../../include/text.php:756 +msgid "No connections" +msgstr "Nessun contatto" -#: ../../include/enotify.php:172 +#: ../../include/text.php:772 #, php-format -msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[RedMatrix] Nuovo commento di %2$s alla conversazione #%1$d" +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d contatto" +msgstr[1] "%d contatti" -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." -msgstr "%1$s, %2$s ha commentato un elemento che stavi seguendo." - -#: ../../include/enotify.php:176 ../../include/enotify.php:191 -#: ../../include/enotify.php:217 ../../include/enotify.php:236 -#: ../../include/enotify.php:250 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Visita %s per leggere o commentare la conversazione." - -#: ../../include/enotify.php:182 -#, php-format -msgid "[Red:Notify] %s posted to your profile wall" -msgstr "[RedMatrix] %s ha scritto sulla tua bacheca" - -#: ../../include/enotify.php:184 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" -msgstr "%1$s, %2$s ha scritto sulla bacheca del tuo profilo su %3$s" - -#: ../../include/enotify.php:186 -#, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" -msgstr "%1$s, %2$s ha scritto sulla [zrl=%3$s]tua bacheca[/zrl]" - -#: ../../include/enotify.php:210 -#, php-format -msgid "[Red:Notify] %s tagged you" -msgstr "[RedMatrix] %s ti ha taggato" - -#: ../../include/enotify.php:211 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" -msgstr "%1$s, %2$s ti ha taggato su %3$s" - -#: ../../include/enotify.php:212 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." -msgstr "%1$s, %2$s [zrl=%3$s]ti ha taggato[/zrl]." - -#: ../../include/enotify.php:225 -#, php-format -msgid "[Red:Notify] %1$s poked you" -msgstr "[RedMatrix] %1$s ti ha mandato un poke" - -#: ../../include/enotify.php:226 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" -msgstr "%1$s, %2$s ti ha mandato un poke su %3$s" - -#: ../../include/enotify.php:227 -#, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." -msgstr "%1$s, %2$s [zrl=%2$s]ti ha mandato un poke[/zrl]." - -#: ../../include/enotify.php:243 -#, php-format -msgid "[Red:Notify] %s tagged your post" -msgstr "[RedMatrix] %s ha taggato il tuo articolo" - -#: ../../include/enotify.php:244 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" -msgstr "%1$s, %2$s ha taggato il tuo articolo su %3$s" - -#: ../../include/enotify.php:245 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" -msgstr "%1$s, %2$s ha taggato [zrl=%3$s]il tuo articolo[/zrl]" - -#: ../../include/enotify.php:257 -msgid "[Red:Notify] Introduction received" -msgstr "[RedMatrix] Hai una richiesta di amicizia" - -#: ../../include/enotify.php:258 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" -msgstr "%1$s, hai ricevuto una richiesta di entrare in contatto da '%2$s' su %3$s" - -#: ../../include/enotify.php:259 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." -msgstr "%1$s, hai ricevuto una [zrl=%2$s]richiesta di entrare in contatto[/zrl] da %3$s." - -#: ../../include/enotify.php:263 ../../include/enotify.php:282 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Puoi visitare il suo profilo su %s" - -#: ../../include/enotify.php:265 -#, php-format -msgid "Please visit %s to approve or reject the connection request." -msgstr "Visita %s per approvare o rifiutare la richiesta di entrare in contatto." - -#: ../../include/enotify.php:272 -msgid "[Red:Notify] Friend suggestion received" -msgstr "[RedMatrix] Ti è stato suggerito un amico" - -#: ../../include/enotify.php:273 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" -msgstr "%1$s, ti è stato suggerito un amico da '%2$s' su %3$s" - -#: ../../include/enotify.php:274 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " -"%4$s." -msgstr "%1$s, %4$s ti [zrl=%2$s]ha suggerito %3$s[/zrl] come amico." - -#: ../../include/enotify.php:280 -msgid "Name:" -msgstr "Nome:" - -#: ../../include/enotify.php:281 -msgid "Photo:" -msgstr "Foto:" - -#: ../../include/enotify.php:284 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Visita %s per approvare o rifiutare il suggerimento." - -#: ../../include/enotify.php:477 -msgid "[Red:Notify]" -msgstr "[RedMatrix]" - -#: ../../include/event.php:376 -msgid "This event has been added to your calendar." -msgstr "Questo evento è stato aggiunto al tuo calendario" - -#: ../../include/group.php:26 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti potrebbero rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso." - -#: ../../include/group.php:235 -msgid "Default privacy group for new contacts" -msgstr "Insieme predefinito per i canali che inizi a seguire" - -#: ../../include/group.php:254 ../../mod/admin.php:735 -msgid "All Channels" -msgstr "Tutti i canali" - -#: ../../include/group.php:276 -msgid "edit" -msgstr "modifica" - -#: ../../include/group.php:298 -msgid "Collections" -msgstr "Insiemi di canali" - -#: ../../include/group.php:299 -msgid "Edit collection" -msgstr "Modifica l'insieme di canali" - -#: ../../include/group.php:300 -msgid "Create a new collection" -msgstr "Crea un nuovo insieme" - -#: ../../include/group.php:301 -msgid "Channels not in any collection" -msgstr "Canali che non sono in un insieme" - -#: ../../include/group.php:303 ../../include/widgets.php:273 -msgid "add" -msgstr "aggiungi" - -#: ../../include/identity.php:31 ../../mod/item.php:1112 -msgid "Unable to obtain identity information from database" -msgstr "Impossibile ottenere le informazioni di identificazione dal database" - -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "Nome vuoto" - -#: ../../include/identity.php:68 -msgid "Name too long" -msgstr "Nome troppo lungo" - -#: ../../include/identity.php:169 -msgid "No account identifier" -msgstr "Account senza identificativo" - -#: ../../include/identity.php:182 -msgid "Nickname is required." -msgstr "Il nome dell'account è obbligatorio." - -#: ../../include/identity.php:196 -msgid "Reserved nickname. Please choose another." -msgstr "Nome utente riservato. Per favore scegline un altro." - -#: ../../include/identity.php:201 ../../include/dimport.php:34 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "Il nome dell'account è già in uso oppure ha dei caratteri non supportati." - -#: ../../include/identity.php:283 -msgid "Unable to retrieve created identity" -msgstr "Impossibile caricare l'identità creata" - -#: ../../include/identity.php:343 -msgid "Default Profile" -msgstr "Profilo predefinito" - -#: ../../include/identity.php:387 ../../include/identity.php:388 -#: ../../include/identity.php:395 ../../include/widgets.php:428 -#: ../../include/profile_selectors.php:80 ../../mod/settings.php:320 -#: ../../mod/settings.php:324 ../../mod/settings.php:325 -#: ../../mod/settings.php:328 ../../mod/settings.php:339 -#: ../../mod/connedit.php:510 -msgid "Friends" -msgstr "Amici" - -#: ../../include/identity.php:643 -msgid "Requested channel is not available." -msgstr "Il canale che cerchi non è disponibile." - -#: ../../include/identity.php:691 ../../mod/achievements.php:11 -#: ../../mod/profile.php:16 ../../mod/webpages.php:29 ../../mod/blocks.php:29 -#: ../../mod/editblock.php:29 ../../mod/editlayout.php:28 -#: ../../mod/editwebpage.php:28 ../../mod/filestorage.php:48 -#: ../../mod/connect.php:13 ../../mod/layouts.php:29 ../../mod/hcard.php:8 -msgid "Requested profile is not available." -msgstr "Il profilo richiesto non è disponibile." - -#: ../../include/identity.php:840 ../../include/conversation.php:937 -#: ../../include/widgets.php:136 ../../include/widgets.php:175 -#: ../../include/Contact.php:107 ../../mod/suggest.php:51 -#: ../../mod/match.php:62 ../../mod/directory.php:264 -msgid "Connect" -msgstr "Aggiungi" - -#: ../../include/identity.php:854 ../../mod/profiles.php:740 -msgid "Change profile photo" -msgstr "Cambia la foto del profilo" - -#: ../../include/identity.php:860 -msgid "Profiles" -msgstr "Profili" - -#: ../../include/identity.php:860 -msgid "Manage/edit profiles" -msgstr "Gestisci/modifica i profili" - -#: ../../include/identity.php:861 ../../mod/profiles.php:741 -msgid "Create New Profile" -msgstr "Crea un nuovo profilo" - -#: ../../include/identity.php:864 ../../include/nav.php:103 -msgid "Edit Profile" -msgstr "Modifica il profilo" - -#: ../../include/identity.php:875 ../../mod/profiles.php:752 -msgid "Profile Image" -msgstr "Immagine del profilo" - -#: ../../include/identity.php:878 -msgid "visible to everybody" -msgstr "visibile a tutti" - -#: ../../include/identity.php:879 ../../mod/profiles.php:635 -#: ../../mod/profiles.php:756 -msgid "Edit visibility" -msgstr "Cambia la visibilità" - -#: ../../include/identity.php:895 ../../include/identity.php:1132 -msgid "Gender:" -msgstr "Sesso:" - -#: ../../include/identity.php:896 ../../include/identity.php:1176 -msgid "Status:" -msgstr "Stato:" - -#: ../../include/identity.php:897 ../../include/identity.php:1187 -msgid "Homepage:" -msgstr "Home page:" - -#: ../../include/identity.php:898 -msgid "Online Now" -msgstr "Online adesso" - -#: ../../include/identity.php:976 ../../include/identity.php:1056 -#: ../../mod/ping.php:326 -msgid "g A l F d" -msgstr "g A l d F" +#: ../../include/text.php:785 +msgid "View Connections" +msgstr "Elenco contatti" -#: ../../include/identity.php:977 ../../include/identity.php:1057 -msgid "F d" -msgstr "d F" +#: ../../include/text.php:842 ../../include/text.php:854 +#: ../../include/apps.php:147 ../../include/nav.php:173 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Cerca" -#: ../../include/identity.php:1022 ../../include/identity.php:1097 -#: ../../mod/ping.php:348 -msgid "[today]" -msgstr "[oggi]" +#: ../../include/text.php:843 ../../include/text.php:855 +#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339 +#: ../../mod/admin.php:1360 +msgid "Save" +msgstr "Salva" -#: ../../include/identity.php:1034 -msgid "Birthday Reminders" -msgstr "Promemoria compleanni" +#: ../../include/text.php:920 +msgid "poke" +msgstr "poke" -#: ../../include/identity.php:1035 -msgid "Birthdays this week:" -msgstr "Compleanni questa settimana:" +#: ../../include/text.php:920 ../../include/conversation.php:243 +msgid "poked" +msgstr "ha ricevuto un poke" -#: ../../include/identity.php:1090 -msgid "[No description]" -msgstr "[Nessuna descrizione]" +#: ../../include/text.php:921 +msgid "ping" +msgstr "ping" -#: ../../include/identity.php:1108 -msgid "Event Reminders" -msgstr "Promemoria" +#: ../../include/text.php:921 +msgid "pinged" +msgstr "ha ricevuto un ping" -#: ../../include/identity.php:1109 -msgid "Events this week:" -msgstr "Eventi di questa settimana:" +#: ../../include/text.php:922 +msgid "prod" +msgstr "spintone" -#: ../../include/identity.php:1122 ../../include/identity.php:1251 -#: ../../include/apps.php:138 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profilo" +#: ../../include/text.php:922 +msgid "prodded" +msgstr "ha ricevuto uno spintone" -#: ../../include/identity.php:1130 ../../mod/settings.php:1012 -msgid "Full Name:" -msgstr "Nome completo:" +#: ../../include/text.php:923 +msgid "slap" +msgstr "schiaffo" -#: ../../include/identity.php:1137 -msgid "Like this channel" -msgstr "Mi piace questo canale" +#: ../../include/text.php:923 +msgid "slapped" +msgstr "ha ricevuto uno schiaffo" -#: ../../include/identity.php:1161 -msgid "j F, Y" -msgstr "j F Y" +#: ../../include/text.php:924 +msgid "finger" +msgstr "finger" -#: ../../include/identity.php:1162 -msgid "j F" -msgstr "j F" +#: ../../include/text.php:924 +msgid "fingered" +msgstr "ha ricevuto un finger" -#: ../../include/identity.php:1169 -msgid "Birthday:" -msgstr "Compleanno:" +#: ../../include/text.php:925 +msgid "rebuff" +msgstr "rifiuto" -#: ../../include/identity.php:1173 -msgid "Age:" -msgstr "Età:" +#: ../../include/text.php:925 +msgid "rebuffed" +msgstr "ha ricevuto un rifiuto" -#: ../../include/identity.php:1182 -#, php-format -msgid "for %1$d %2$s" -msgstr "per %1$d %2$s" +#: ../../include/text.php:935 +msgid "happy" +msgstr "felice" -#: ../../include/identity.php:1185 ../../mod/profiles.php:657 -msgid "Sexual Preference:" -msgstr "Preferenze sessuali:" +#: ../../include/text.php:936 +msgid "sad" +msgstr "triste" -#: ../../include/identity.php:1189 ../../mod/profiles.php:659 -msgid "Hometown:" -msgstr "Città dove vivo:" +#: ../../include/text.php:937 +msgid "mellow" +msgstr "calmo" -#: ../../include/identity.php:1191 -msgid "Tags:" -msgstr "Tag:" +#: ../../include/text.php:938 +msgid "tired" +msgstr "stanco" -#: ../../include/identity.php:1193 ../../mod/profiles.php:660 -msgid "Political Views:" -msgstr "Orientamento politico:" +#: ../../include/text.php:939 +msgid "perky" +msgstr "vivace" -#: ../../include/identity.php:1195 -msgid "Religion:" -msgstr "Religione:" +#: ../../include/text.php:940 +msgid "angry" +msgstr "arrabbiato" -#: ../../include/identity.php:1197 -msgid "About:" -msgstr "Informazioni:" +#: ../../include/text.php:941 +msgid "stupified" +msgstr "stordito" -#: ../../include/identity.php:1199 -msgid "Hobbies/Interests:" -msgstr "Interessi e hobby:" +#: ../../include/text.php:942 +msgid "puzzled" +msgstr "confuso" -#: ../../include/identity.php:1201 ../../mod/profiles.php:663 -msgid "Likes:" -msgstr "Mi piace:" +#: ../../include/text.php:943 +msgid "interested" +msgstr "attento" -#: ../../include/identity.php:1203 ../../mod/profiles.php:664 -msgid "Dislikes:" -msgstr "Non mi piace:" +#: ../../include/text.php:944 +msgid "bitter" +msgstr "amaro" -#: ../../include/identity.php:1206 -msgid "Contact information and Social Networks:" -msgstr "Contatti e social network:" +#: ../../include/text.php:945 +msgid "cheerful" +msgstr "allegro" -#: ../../include/identity.php:1218 -msgid "My other channels:" -msgstr "I miei altri canali:" +#: ../../include/text.php:946 +msgid "alive" +msgstr "vivace" -#: ../../include/identity.php:1221 -msgid "Musical interests:" -msgstr "Gusti musicali:" +#: ../../include/text.php:947 +msgid "annoyed" +msgstr "seccato" -#: ../../include/identity.php:1223 -msgid "Books, literature:" -msgstr "Libri, letteratura:" +#: ../../include/text.php:948 +msgid "anxious" +msgstr "ansioso" -#: ../../include/identity.php:1225 -msgid "Television:" -msgstr "Televisione:" +#: ../../include/text.php:949 +msgid "cranky" +msgstr "irritabile" -#: ../../include/identity.php:1227 -msgid "Film/dance/culture/entertainment:" -msgstr "Film, danza, cultura, intrattenimento:" +#: ../../include/text.php:950 +msgid "disturbed" +msgstr "turbato" -#: ../../include/identity.php:1229 -msgid "Love/Romance:" -msgstr "Amore:" +#: ../../include/text.php:951 +msgid "frustrated" +msgstr "frustrato" -#: ../../include/identity.php:1231 -msgid "Work/employment:" -msgstr "Lavoro:" +#: ../../include/text.php:952 +msgid "depressed" +msgstr "in depressione" -#: ../../include/identity.php:1233 -msgid "School/education:" -msgstr "Scuola:" +#: ../../include/text.php:953 +msgid "motivated" +msgstr "motivato" -#: ../../include/identity.php:1253 -msgid "Like this thing" -msgstr "Mi piace questo oggetto" +#: ../../include/text.php:954 +msgid "relaxed" +msgstr "rilassato" -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "Email non valida" +#: ../../include/text.php:955 +msgid "surprised" +msgstr "sorpreso" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "Il dominio della tua email attualmente non è permesso su questo sito" +#: ../../include/text.php:1121 +msgid "Monday" +msgstr "lunedì" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "La tua email è già registrata su questo sito." +#: ../../include/text.php:1121 +msgid "Tuesday" +msgstr "martedì" -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "È necessario un invito." +#: ../../include/text.php:1121 +msgid "Wednesday" +msgstr "mercoledì" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "L'invito non può essere verificato." +#: ../../include/text.php:1121 +msgid "Thursday" +msgstr "giovedì" -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Inserisci le informazioni richieste." +#: ../../include/text.php:1121 +msgid "Friday" +msgstr "venerdì" -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Non è stato possibile salvare le informazioni del tuo account." +#: ../../include/text.php:1121 +msgid "Saturday" +msgstr "sabato" -#: ../../include/account.php:245 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Registrazione di %s confermata" +#: ../../include/text.php:1121 +msgid "Sunday" +msgstr "domenica" -#: ../../include/account.php:313 -#, php-format -msgid "Registration request at %s" -msgstr "Richiesta di registrazione su %s" +#: ../../include/text.php:1125 +msgid "January" +msgstr "gennaio" -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 -msgid "Administrator" -msgstr "Amministratore" +#: ../../include/text.php:1125 +msgid "February" +msgstr "febbraio" -#: ../../include/account.php:337 -msgid "your registration password" -msgstr "la password di registrazione" +#: ../../include/text.php:1125 +msgid "March" +msgstr "marzo" -#: ../../include/account.php:340 ../../include/account.php:397 -#, php-format -msgid "Registration details for %s" -msgstr "Dettagli della registrazione di %s" +#: ../../include/text.php:1125 +msgid "April" +msgstr "aprile" -#: ../../include/account.php:406 -msgid "Account approved." -msgstr "Account approvato." +#: ../../include/text.php:1125 +msgid "May" +msgstr "maggio" -#: ../../include/account.php:440 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registrazione revocata per %s" +#: ../../include/text.php:1125 +msgid "June" +msgstr "giugno" -#: ../../include/account.php:486 -msgid "Account verified. Please login." -msgstr "Registrazione verificata. Adesso puoi effettuare login." +#: ../../include/text.php:1125 +msgid "July" +msgstr "luglio" -#: ../../include/account.php:648 ../../include/account.php:650 -msgid "Click here to upgrade." -msgstr "Clicca qui per aggiornare." +#: ../../include/text.php:1125 +msgid "August" +msgstr "agosto" -#: ../../include/account.php:656 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Questa operazione supera i limiti del tuo abbonamento." +#: ../../include/text.php:1125 +msgid "September" +msgstr "settembre" -#: ../../include/account.php:661 -msgid "This action is not available under your subscription plan." -msgstr "Questa operazione non è prevista dal tuo abbonamento." +#: ../../include/text.php:1125 +msgid "October" +msgstr "ottobre" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "Il canale è bloccato per questo sito." +#: ../../include/text.php:1125 +msgid "November" +msgstr "novembre" -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "Manca l'indirizzo del canale." +#: ../../include/text.php:1125 +msgid "December" +msgstr "dicembre" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." -msgstr "La risposta dal canale non è completa." +#: ../../include/text.php:1203 +msgid "unknown.???" +msgstr "sconosciuto???" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." -msgstr "Il canale è stato rimosso e non esiste più." +#: ../../include/text.php:1204 +msgid "bytes" +msgstr "byte" -#: ../../include/follow.php:135 ../../include/follow.php:202 -msgid "Protocol disabled." -msgstr "Protocollo disabilitato." +#: ../../include/text.php:1240 +msgid "remove category" +msgstr "rimuovi la categoria" -#: ../../include/follow.php:176 -msgid "Channel discovery failed." -msgstr "La ricerca del canale non ha avuto successo." +#: ../../include/text.php:1309 +msgid "remove from file" +msgstr "rimuovi dal file" -#: ../../include/follow.php:192 -msgid "local account not found." -msgstr "l'account locale non è stato trovato." +#: ../../include/text.php:1385 ../../include/text.php:1396 +msgid "Click to open/close" +msgstr "Clicca per aprire/chiudere" -#: ../../include/follow.php:220 -msgid "Cannot connect to yourself." -msgstr "Non puoi connetterti a te stesso." +#: ../../include/text.php:1544 ../../mod/events.php:414 +msgid "Link to Source" +msgstr "Link al sito d'origine" -#: ../../include/api.php:1084 -msgid "Public Timeline" -msgstr "Diario pubblico" +#: ../../include/text.php:1563 +msgid "Select a page layout: " +msgstr "Scegli il layout della pagina:" -#: ../../include/attach.php:221 ../../include/attach.php:275 -msgid "Item was not found." -msgstr "Elemento non trovato." +#: ../../include/text.php:1566 ../../include/text.php:1626 +msgid "default" +msgstr "predefinito" -#: ../../include/attach.php:331 -msgid "No source file." -msgstr "Nessun file di origine." +#: ../../include/text.php:1599 +msgid "Page content type: " +msgstr "Contenuto della pagina:" -#: ../../include/attach.php:348 -msgid "Cannot locate file to replace" -msgstr "Il file da sostituire non è stato trovato" +#: ../../include/text.php:1638 +msgid "Select an alternate language" +msgstr "Seleziona una lingua diversa" -#: ../../include/attach.php:366 -msgid "Cannot locate file to revise/update" -msgstr "Il file da aggiornare non è stato trovato" +#: ../../include/text.php:1757 ../../include/conversation.php:120 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 +msgid "photo" +msgstr "la foto" -#: ../../include/attach.php:377 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Il file supera la dimensione massima di %d" +#: ../../include/text.php:1760 ../../include/conversation.php:123 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "l'evento" -#: ../../include/attach.php:389 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati." +#: ../../include/text.php:1763 ../../include/conversation.php:148 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 +msgid "status" +msgstr "il messaggio di stato" -#: ../../include/attach.php:472 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Caricamento file fallito, potrebbe essere stato interrotto o potrebbe aver superato lo spazio assegnato." +#: ../../include/text.php:1765 ../../include/conversation.php:150 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "il commento" -#: ../../include/attach.php:484 -msgid "Stored file could not be verified. Upload failed." -msgstr "Il file non può essere verificato. Caricamento fallito." +#: ../../include/text.php:1770 +msgid "activity" +msgstr "l'attività" -#: ../../include/attach.php:526 ../../include/attach.php:543 -msgid "Path not available." -msgstr "Percorso non disponibile." +#: ../../include/text.php:2057 +msgid "Design" +msgstr "Design" -#: ../../include/attach.php:590 -msgid "Empty pathname" -msgstr "Il percorso del file è vuoto" +#: ../../include/text.php:2060 +msgid "Blocks" +msgstr "Riquadri" -#: ../../include/attach.php:606 -msgid "duplicate filename or path" -msgstr "il file o il percorso del file è duplicato" +#: ../../include/text.php:2061 +msgid "Menus" +msgstr "Menù" -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Percorso del file non trovato." +#: ../../include/text.php:2062 +msgid "Layouts" +msgstr "Layout" -#: ../../include/attach.php:681 -msgid "mkdir failed." -msgstr "mkdir fallito." +#: ../../include/text.php:2063 +msgid "Pages" +msgstr "Pagine" -#: ../../include/attach.php:685 -msgid "database storage failed." -msgstr "scrittura su database fallita." +#: ../../include/api.php:1084 +msgid "Public Timeline" +msgstr "Diario pubblico" #: ../../include/chat.php:10 msgid "Missing room name" @@ -2083,44 +1856,37 @@ msgstr "Area chat non trovata." msgid "Room is full" msgstr "L'area chat è al completo" -#: ../../include/bbcode.php:112 ../../include/bbcode.php:677 -#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 -#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 -#: ../../include/bbcode.php:694 ../../include/bbcode.php:699 -#: ../../include/bbcode.php:702 ../../include/bbcode.php:707 -#: ../../include/bbcode.php:710 ../../include/bbcode.php:713 -#: ../../include/bbcode.php:716 -msgid "Image/photo" -msgstr "Immagine" - -#: ../../include/bbcode.php:147 ../../include/bbcode.php:727 -msgid "Encrypted content" -msgstr "Contenuto crittografato" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "Il canale è bloccato per questo sito." -#: ../../include/bbcode.php:165 -msgid "Install design element: " -msgstr "Installa il componente di design:" +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "Manca l'indirizzo del canale." -#: ../../include/bbcode.php:171 -msgid "QR code" -msgstr "QR code" +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." +msgstr "La risposta dal canale non è completa." -#: ../../include/bbcode.php:220 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s ha scritto %2$s %3$s" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." +msgstr "Il canale è stato rimosso e non esiste più." -#: ../../include/bbcode.php:222 -msgid "post" -msgstr "l'articolo" +#: ../../include/follow.php:135 ../../include/follow.php:202 +msgid "Protocol disabled." +msgstr "Protocollo disabilitato." -#: ../../include/bbcode.php:645 -msgid "$1 spoiler" -msgstr "$1 spoiler" +#: ../../include/follow.php:176 +msgid "Channel discovery failed." +msgstr "La ricerca del canale non ha avuto successo." -#: ../../include/bbcode.php:665 -msgid "$1 wrote:" -msgstr "$1 ha scritto:" +#: ../../include/follow.php:192 +msgid "local account not found." +msgstr "l'account locale non è stato trovato." + +#: ../../include/follow.php:220 +msgid "Cannot connect to yourself." +msgstr "Non puoi connetterti a te stesso." #: ../../include/conversation.php:126 ../../mod/like.php:89 msgid "channel" @@ -2203,9 +1969,9 @@ msgstr "Vedi nel contesto" #: ../../include/conversation.php:719 ../../include/conversation.php:1142 #: ../../include/ItemObject.php:325 ../../mod/editpost.php:121 -#: ../../mod/mail.php:238 ../../mod/mail.php:353 ../../mod/photos.php:978 -#: ../../mod/editblock.php:152 ../../mod/editlayout.php:148 -#: ../../mod/editwebpage.php:183 +#: ../../mod/mail.php:238 ../../mod/mail.php:353 ../../mod/editblock.php:152 +#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:183 +#: ../../mod/photos.php:975 msgid "Please wait" msgstr "Attendere" @@ -2337,9 +2103,9 @@ msgstr "Dove sei ora?" msgid "Expires YYYY-MM-DD HH:MM" msgstr "Scade il YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1117 ../../mod/photos.php:977 -#: ../../mod/editblock.php:198 ../../mod/editlayout.php:193 -#: ../../mod/editwebpage.php:230 ../../mod/layouts.php:168 +#: ../../include/conversation.php:1117 ../../mod/editblock.php:198 +#: ../../mod/editlayout.php:193 ../../mod/editwebpage.php:230 +#: ../../mod/layouts.php:168 ../../mod/photos.php:974 msgid "Share" msgstr "Condividi" @@ -2467,9 +2233,9 @@ msgstr "Crittografia del testo" msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1171 ../../mod/settings.php:566 -#: ../../mod/settings.php:592 ../../mod/events.php:579 -#: ../../mod/editpost.php:151 ../../mod/fbrowser.php:82 +#: ../../include/conversation.php:1171 ../../mod/events.php:579 +#: ../../mod/editpost.php:151 ../../mod/settings.php:578 +#: ../../mod/settings.php:604 ../../mod/fbrowser.php:82 #: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 msgid "Cancel" msgstr "Annulla" @@ -2752,11 +2518,11 @@ msgid "Save to Folder" msgstr "Salva nella cartella" #: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 -#: ../../mod/photos.php:1023 ../../mod/photos.php:1035 +#: ../../mod/photos.php:1020 ../../mod/photos.php:1032 msgid "View all" msgstr "Vedi tutto" -#: ../../include/ItemObject.php:151 ../../mod/photos.php:1032 +#: ../../include/ItemObject.php:151 ../../mod/photos.php:1029 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -2783,11 +2549,11 @@ msgstr "preferito" msgid "Add Tag" msgstr "Aggiungi un tag" -#: ../../include/ItemObject.php:221 ../../mod/photos.php:975 +#: ../../include/ItemObject.php:221 ../../mod/photos.php:972 msgid "I like this (toggle)" msgstr "Attiva/disattiva Mi piace" -#: ../../include/ItemObject.php:222 ../../mod/photos.php:976 +#: ../../include/ItemObject.php:222 ../../mod/photos.php:973 msgid "I don't like this (toggle)" msgstr "Attiva/disattiva Non mi piace" @@ -2839,12 +2605,12 @@ msgstr "Aggiungi al calendario" msgid "Mark all seen" msgstr "Marca tutto come letto" -#: ../../include/ItemObject.php:314 ../../mod/photos.php:1143 +#: ../../include/ItemObject.php:314 ../../mod/photos.php:1140 msgctxt "noun" msgid "Likes" msgstr "Mi piace" -#: ../../include/ItemObject.php:315 ../../mod/photos.php:1144 +#: ../../include/ItemObject.php:315 ../../mod/photos.php:1141 msgctxt "noun" msgid "Dislikes" msgstr "Non mi piace" @@ -2853,32 +2619,32 @@ msgstr "Non mi piace" msgid "[+] show all" msgstr "[+] mostra tutto" -#: ../../include/ItemObject.php:626 ../../mod/photos.php:994 -#: ../../mod/photos.php:1104 +#: ../../include/ItemObject.php:626 ../../mod/photos.php:991 +#: ../../mod/photos.php:1101 msgid "This is you" msgstr "Questo sei tu" #: ../../include/ItemObject.php:628 ../../include/js_strings.php:6 -#: ../../mod/photos.php:996 ../../mod/photos.php:1106 +#: ../../mod/photos.php:993 ../../mod/photos.php:1103 msgid "Comment" msgstr "Commento" #: ../../include/ItemObject.php:629 ../../mod/mood.php:135 -#: ../../mod/settings.php:565 ../../mod/settings.php:677 -#: ../../mod/settings.php:706 ../../mod/settings.php:730 -#: ../../mod/settings.php:812 ../../mod/settings.php:1004 -#: ../../mod/group.php:81 ../../mod/poke.php:166 ../../mod/setup.php:313 -#: ../../mod/setup.php:358 ../../mod/sources.php:104 ../../mod/sources.php:138 +#: ../../mod/group.php:81 ../../mod/poke.php:166 ../../mod/profiles.php:650 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 #: ../../mod/events.php:598 ../../mod/chat.php:177 ../../mod/chat.php:211 -#: ../../mod/connedit.php:556 ../../mod/mail.php:352 ../../mod/photos.php:594 -#: ../../mod/photos.php:671 ../../mod/photos.php:957 ../../mod/photos.php:997 -#: ../../mod/photos.php:1107 ../../mod/pdledit.php:58 ../../mod/thing.php:284 -#: ../../mod/thing.php:327 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:146 ../../mod/connect.php:93 -#: ../../mod/locs.php:99 ../../mod/import.php:504 ../../mod/profiles.php:633 -#: ../../mod/admin.php:412 ../../mod/admin.php:723 ../../mod/admin.php:859 -#: ../../mod/admin.php:992 ../../mod/admin.php:1191 ../../mod/admin.php:1278 -#: ../../mod/invite.php:142 ../../mod/xchan.php:11 ../../mod/appman.php:99 +#: ../../mod/settings.php:577 ../../mod/settings.php:689 +#: ../../mod/settings.php:718 ../../mod/settings.php:741 +#: ../../mod/settings.php:823 ../../mod/settings.php:1016 +#: ../../mod/connedit.php:556 ../../mod/mail.php:352 ../../mod/pdledit.php:58 +#: ../../mod/thing.php:284 ../../mod/thing.php:327 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:150 ../../mod/connect.php:93 +#: ../../mod/locs.php:99 ../../mod/import.php:504 ../../mod/setup.php:313 +#: ../../mod/setup.php:358 ../../mod/admin.php:412 ../../mod/admin.php:723 +#: ../../mod/admin.php:859 ../../mod/admin.php:992 ../../mod/admin.php:1191 +#: ../../mod/admin.php:1278 ../../mod/invite.php:142 ../../mod/xchan.php:11 +#: ../../mod/photos.php:594 ../../mod/photos.php:671 ../../mod/photos.php:954 +#: ../../mod/photos.php:994 ../../mod/photos.php:1104 ../../mod/appman.php:99 #: ../../mod/poll.php:68 ../../view/theme/apw/php/config.php:256 #: ../../view/theme/redbasic/php/config.php:99 msgid "Submit" @@ -2916,89 +2682,89 @@ msgstr "Link" msgid "Video" msgstr "Video" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 +#: ../../include/datetime.php:35 msgid "Miscellaneous" msgstr "Altro" -#: ../../include/datetime.php:142 +#: ../../include/datetime.php:113 msgid "YYYY-MM-DD or MM-DD" msgstr "AAAA-MM-GG oppure MM-GG" -#: ../../include/datetime.php:259 +#: ../../include/datetime.php:230 msgid "never" msgstr "mai" -#: ../../include/datetime.php:265 +#: ../../include/datetime.php:236 msgid "less than a second ago" msgstr "meno di un secondo fa" -#: ../../include/datetime.php:268 +#: ../../include/datetime.php:239 msgid "year" msgstr "anno" -#: ../../include/datetime.php:268 +#: ../../include/datetime.php:239 msgid "years" msgstr "anni" -#: ../../include/datetime.php:269 +#: ../../include/datetime.php:240 msgid "month" msgstr "mese" -#: ../../include/datetime.php:269 +#: ../../include/datetime.php:240 msgid "months" msgstr "mesi" -#: ../../include/datetime.php:270 +#: ../../include/datetime.php:241 msgid "week" msgstr "settimana" -#: ../../include/datetime.php:270 +#: ../../include/datetime.php:241 msgid "weeks" msgstr "settimane" -#: ../../include/datetime.php:271 +#: ../../include/datetime.php:242 msgid "day" msgstr "giorno" -#: ../../include/datetime.php:271 +#: ../../include/datetime.php:242 msgid "days" msgstr "giorni" -#: ../../include/datetime.php:272 +#: ../../include/datetime.php:243 msgid "hour" msgstr "ora" -#: ../../include/datetime.php:272 +#: ../../include/datetime.php:243 msgid "hours" msgstr "ore" -#: ../../include/datetime.php:273 +#: ../../include/datetime.php:244 msgid "minute" msgstr "minuto" -#: ../../include/datetime.php:273 +#: ../../include/datetime.php:244 msgid "minutes" msgstr "minuti" -#: ../../include/datetime.php:274 +#: ../../include/datetime.php:245 msgid "second" msgstr "secondo" -#: ../../include/datetime.php:274 +#: ../../include/datetime.php:245 msgid "seconds" msgstr "secondi" -#: ../../include/datetime.php:283 +#: ../../include/datetime.php:254 #, php-format msgid "%1$d %2$s ago" msgstr "%1$d %2$s fa" -#: ../../include/datetime.php:491 +#: ../../include/datetime.php:462 #, php-format msgid "%1$s's birthday" msgstr "Compleanno di %1$s" -#: ../../include/datetime.php:492 +#: ../../include/datetime.php:463 #, php-format msgid "Happy Birthday %1$s" msgstr "Buon compleanno %1$s" @@ -3011,12 +2777,12 @@ msgstr "Amministrazione sito" msgid "Address Book" msgstr "Rubrica" -#: ../../include/apps.php:131 ../../include/nav.php:125 ../../boot.php:1540 +#: ../../include/apps.php:131 ../../include/nav.php:125 ../../boot.php:1542 msgid "Login" msgstr "Accedi" #: ../../include/apps.php:132 ../../include/nav.php:216 -#: ../../mod/manage.php:148 +#: ../../mod/manage.php:150 msgid "Channel Manager" msgstr "Gestione canali" @@ -3033,85 +2799,320 @@ msgstr "Bacheca del canale" msgid "Events" msgstr "Eventi" -#: ../../include/apps.php:141 ../../include/nav.php:176 -#: ../../mod/directory.php:321 -msgid "Directory" -msgstr "Elenco pubblico" +#: ../../include/apps.php:141 ../../include/nav.php:176 +#: ../../mod/directory.php:321 +msgid "Directory" +msgstr "Elenco pubblico" + +#: ../../include/apps.php:142 ../../include/nav.php:168 ../../mod/help.php:58 +#: ../../mod/help.php:63 +msgid "Help" +msgstr "Guida" + +#: ../../include/apps.php:143 ../../include/nav.php:204 +msgid "Mail" +msgstr "Messaggi" + +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Umore" + +#: ../../include/apps.php:146 ../../include/nav.php:111 +msgid "Chat" +msgstr "Area chat" + +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "Diagnostica" + +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "Suggerisci" + +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "Canale casuale" + +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "Invita" + +#: ../../include/apps.php:152 +msgid "Features" +msgstr "Funzionalità" + +#: ../../include/apps.php:153 +msgid "Language" +msgstr "Lingua" + +#: ../../include/apps.php:154 +msgid "Post" +msgstr "Articolo" + +#: ../../include/apps.php:155 +msgid "Profile Photo" +msgstr "Foto del profilo" + +#: ../../include/apps.php:247 ../../mod/settings.php:81 +#: ../../mod/settings.php:603 +msgid "Update" +msgstr "Aggiorna" + +#: ../../include/apps.php:247 +msgid "Install" +msgstr "Installa" + +#: ../../include/apps.php:252 +msgid "Purchase" +msgstr "Acquista" + +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nuova finestra" + +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Apri l'indirizzo selezionato in una nuova scheda o finestra" + +#: ../../include/Contact.php:214 ../../mod/admin.php:646 +#, php-format +msgid "User '%s' deleted" +msgstr "Utente '%s' eliminato" + +#: ../../include/bbcode.php:112 ../../include/bbcode.php:677 +#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 +#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 +#: ../../include/bbcode.php:694 ../../include/bbcode.php:699 +#: ../../include/bbcode.php:702 ../../include/bbcode.php:707 +#: ../../include/bbcode.php:710 ../../include/bbcode.php:713 +#: ../../include/bbcode.php:716 +msgid "Image/photo" +msgstr "Immagine" + +#: ../../include/bbcode.php:147 ../../include/bbcode.php:727 +msgid "Encrypted content" +msgstr "Contenuto crittografato" + +#: ../../include/bbcode.php:165 +msgid "Install design element: " +msgstr "Installa il componente di design:" + +#: ../../include/bbcode.php:171 +msgid "QR code" +msgstr "QR code" + +#: ../../include/bbcode.php:220 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s ha scritto %2$s %3$s" + +#: ../../include/bbcode.php:222 +msgid "post" +msgstr "l'articolo" + +#: ../../include/bbcode.php:645 +msgid "$1 spoiler" +msgstr "$1 spoiler" + +#: ../../include/bbcode.php:665 +msgid "$1 wrote:" +msgstr "$1 ha scritto:" + +#: ../../include/enotify.php:41 +msgid "Red Matrix Notification" +msgstr "Notifica di RedMatrix" + +#: ../../include/enotify.php:42 +msgid "redmatrix" +msgstr "RedMatrix" + +#: ../../include/enotify.php:44 +msgid "Thank You," +msgstr "Grazie," + +#: ../../include/enotify.php:46 +#, php-format +msgid "%s Administrator" +msgstr "L'amministratore di %s" + +#: ../../include/enotify.php:81 +#, php-format +msgid "%s " +msgstr "%s " + +#: ../../include/enotify.php:85 +#, php-format +msgid "[Red:Notify] New mail received at %s" +msgstr "[RedMatrix] Nuovo messaggio su %s" + +#: ../../include/enotify.php:87 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, %2$s ti ha mandato un messaggio privato su %3$s." + +#: ../../include/enotify.php:88 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s ti ha mandato %2$s." + +#: ../../include/enotify.php:88 +msgid "a private message" +msgstr "un messaggio privato" + +#: ../../include/enotify.php:89 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Visita %s per leggere i tuoi messaggi privati e rispondere." + +#: ../../include/enotify.php:144 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s ha commentato [zrl=%3$s]%4$s[/zrl]" + +#: ../../include/enotify.php:152 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s ha commentato [zrl=%3$s]%5$s di %4$s[/zrl]" + +#: ../../include/enotify.php:161 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s ha commentato [zrl=%3$s]%4$s che hai creato[/zrl]" + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[RedMatrix] Nuovo commento di %2$s alla conversazione #%1$d" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s ha commentato un elemento che stavi seguendo." + +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Visita %s per leggere o commentare la conversazione." + +#: ../../include/enotify.php:182 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" +msgstr "[RedMatrix] %s ha scritto sulla tua bacheca" + +#: ../../include/enotify.php:184 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s ha scritto sulla bacheca del tuo profilo su %3$s" + +#: ../../include/enotify.php:186 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s ha scritto sulla [zrl=%3$s]tua bacheca[/zrl]" + +#: ../../include/enotify.php:210 +#, php-format +msgid "[Red:Notify] %s tagged you" +msgstr "[RedMatrix] %s ti ha taggato" + +#: ../../include/enotify.php:211 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, %2$s ti ha taggato su %3$s" -#: ../../include/apps.php:142 ../../include/nav.php:168 ../../mod/help.php:58 -#: ../../mod/help.php:63 -msgid "Help" -msgstr "Guida" +#: ../../include/enotify.php:212 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]ti ha taggato[/zrl]." -#: ../../include/apps.php:143 ../../include/nav.php:204 -msgid "Mail" -msgstr "Messaggi" +#: ../../include/enotify.php:225 +#, php-format +msgid "[Red:Notify] %1$s poked you" +msgstr "[RedMatrix] %1$s ti ha mandato un poke" -#: ../../include/apps.php:144 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Umore" +#: ../../include/enotify.php:226 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s ti ha mandato un poke su %3$s" -#: ../../include/apps.php:146 ../../include/nav.php:111 -msgid "Chat" -msgstr "Area chat" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]ti ha mandato un poke[/zrl]." -#: ../../include/apps.php:148 -msgid "Probe" -msgstr "Diagnostica" +#: ../../include/enotify.php:243 +#, php-format +msgid "[Red:Notify] %s tagged your post" +msgstr "[RedMatrix] %s ha taggato il tuo articolo" -#: ../../include/apps.php:149 -msgid "Suggest" -msgstr "Suggerisci" +#: ../../include/enotify.php:244 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s ha taggato il tuo articolo su %3$s" -#: ../../include/apps.php:150 -msgid "Random Channel" -msgstr "Canale casuale" +#: ../../include/enotify.php:245 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s ha taggato [zrl=%3$s]il tuo articolo[/zrl]" -#: ../../include/apps.php:151 -msgid "Invite" -msgstr "Invita" +#: ../../include/enotify.php:257 +msgid "[Red:Notify] Introduction received" +msgstr "[RedMatrix] Hai una richiesta di amicizia" -#: ../../include/apps.php:152 -msgid "Features" -msgstr "Funzionalità" +#: ../../include/enotify.php:258 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, hai ricevuto una richiesta di entrare in contatto da '%2$s' su %3$s" -#: ../../include/apps.php:153 -msgid "Language" -msgstr "Lingua" +#: ../../include/enotify.php:259 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, hai ricevuto una [zrl=%2$s]richiesta di entrare in contatto[/zrl] da %3$s." -#: ../../include/apps.php:154 -msgid "Post" -msgstr "Articolo" +#: ../../include/enotify.php:263 ../../include/enotify.php:282 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Puoi visitare il suo profilo su %s" -#: ../../include/apps.php:155 -msgid "Profile Photo" -msgstr "Foto del profilo" +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "Visita %s per approvare o rifiutare la richiesta di entrare in contatto." -#: ../../include/apps.php:247 ../../mod/settings.php:81 -#: ../../mod/settings.php:591 -msgid "Update" -msgstr "Aggiorna" +#: ../../include/enotify.php:272 +msgid "[Red:Notify] Friend suggestion received" +msgstr "[RedMatrix] Ti è stato suggerito un amico" -#: ../../include/apps.php:247 -msgid "Install" -msgstr "Installa" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, ti è stato suggerito un amico da '%2$s' su %3$s" -#: ../../include/apps.php:252 -msgid "Purchase" -msgstr "Acquista" +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, %4$s ti [zrl=%2$s]ha suggerito %3$s[/zrl] come amico." -#: ../../include/Contact.php:123 -msgid "New window" -msgstr "Nuova finestra" +#: ../../include/enotify.php:280 +msgid "Name:" +msgstr "Nome:" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" -msgstr "Apri l'indirizzo selezionato in una nuova scheda o finestra" +#: ../../include/enotify.php:281 +msgid "Photo:" +msgstr "Foto:" -#: ../../include/Contact.php:214 ../../mod/admin.php:646 +#: ../../include/enotify.php:284 #, php-format -msgid "User '%s' deleted" -msgstr "Utente '%s' eliminato" +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Visita %s per approvare o rifiutare il suggerimento." + +#: ../../include/enotify.php:490 +msgid "[Red:Notify]" +msgstr "[RedMatrix]" #: ../../include/js_strings.php:5 msgid "Delete this item?" @@ -3470,7 +3471,7 @@ msgstr "Chi se ne frega" msgid "Ask me" msgstr "Chiedimelo" -#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1539 +#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1541 msgid "Logout" msgstr "Esci" @@ -3543,7 +3544,7 @@ msgstr "Clicca per autenticarti sul tuo server principale" msgid "Home Page" msgstr "Bacheca" -#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1516 +#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1518 msgid "Register" msgstr "Iscriviti" @@ -3816,7 +3817,7 @@ msgstr "Nuovo elemento del menù" msgid "Menu Item Permissions" msgstr "Permessi del menu" -#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1039 +#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1049 msgid "(click to open/close)" msgstr "(clicca per aprire/chiudere)" @@ -3868,1640 +3869,1528 @@ msgstr "Modifica" msgid "Some blurb about what to do when you're new here" msgstr "Qualche suggerimento per i nuovi utenti su cosa fare" -#: ../../mod/settings.php:73 -msgid "Name is required" -msgstr "Il nome è obbligatorio" - -#: ../../mod/settings.php:77 -msgid "Key and Secret are required" -msgstr "Key e Secret sono richiesti" - -#: ../../mod/settings.php:213 -msgid "Passwords do not match. Password unchanged." -msgstr "Le password non corrispondono. Password non cambiata." - -#: ../../mod/settings.php:217 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Le password non possono essere vuote. Password non cambiata." - -#: ../../mod/settings.php:231 -msgid "Password changed." -msgstr "Password cambiata." - -#: ../../mod/settings.php:233 -msgid "Password update failed. Please try again." -msgstr "Modifica password fallita. Prova ancora." - -#: ../../mod/settings.php:247 -msgid "Not valid email." -msgstr "Email non valida." - -#: ../../mod/settings.php:250 -msgid "Protected email address. Cannot change to that email." -msgstr "È un indirizzo email riservato. Non puoi sceglierlo." - -#: ../../mod/settings.php:259 -msgid "System failure storing new email. Please try again." -msgstr "Errore di sistema. Non è stato possibile memorizzare il tuo messaggio, riprova per favore." - -#: ../../mod/settings.php:495 -msgid "Settings updated." -msgstr "Impostazioni aggiornate." - -#: ../../mod/settings.php:564 ../../mod/settings.php:590 -#: ../../mod/settings.php:626 -msgid "Add application" -msgstr "Aggiungi una app" - -#: ../../mod/settings.php:567 -msgid "Name of application" -msgstr "Nome dell'applicazione" - -#: ../../mod/settings.php:568 ../../mod/settings.php:594 -msgid "Consumer Key" -msgstr "Consumer Key" - -#: ../../mod/settings.php:568 ../../mod/settings.php:569 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "Generato automaticamente - è possibile cambiarlo. Lunghezza massima 20" - -#: ../../mod/settings.php:569 ../../mod/settings.php:595 -msgid "Consumer Secret" -msgstr "Consumer Secret" - -#: ../../mod/settings.php:570 ../../mod/settings.php:596 -msgid "Redirect" -msgstr "Redirect" - -#: ../../mod/settings.php:570 -msgid "" -"Redirect URI - leave blank unless your application specifically requires " -"this" -msgstr "URI ridirezionato - lasciare bianco se non richiesto specificamente dall'applicazione." - -#: ../../mod/settings.php:571 ../../mod/settings.php:597 -msgid "Icon url" -msgstr "Url icona" - -#: ../../mod/settings.php:571 -msgid "Optional" -msgstr "Opzionale" +#: ../../mod/ping.php:266 +msgid "sent you a private message" +msgstr "ti ha inviato un messaggio privato" -#: ../../mod/settings.php:582 -msgid "You can't edit this application." -msgstr "Non puoi modificare questa applicazione." +#: ../../mod/ping.php:319 +msgid "added your channel" +msgstr "ha aggiunto il tuo canale" -#: ../../mod/settings.php:625 -msgid "Connected Apps" -msgstr "App connesse" +#: ../../mod/ping.php:360 +msgid "posted an event" +msgstr "ha creato un evento" -#: ../../mod/settings.php:629 -msgid "Client key starts with" -msgstr "La client key inizia con" +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "L'insieme di canali è stato creato." -#: ../../mod/settings.php:630 -msgid "No name" -msgstr "Nessun nome" +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Impossibile creare l'insieme." -#: ../../mod/settings.php:631 -msgid "Remove authorization" -msgstr "Revoca l'autorizzazione" +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Insieme aggiornato." -#: ../../mod/settings.php:642 -msgid "No feature settings configured" -msgstr "Non hai componenti aggiuntivi da personalizzare" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Crea un insieme di canali." -#: ../../mod/settings.php:650 -msgid "Feature Settings" -msgstr "Componenti aggiuntivi" +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Nome dell'insieme:" -#: ../../mod/settings.php:673 -msgid "Account Settings" -msgstr "Il tuo account" +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "I membri potranno vedere gli altri canali dell'insieme" -#: ../../mod/settings.php:674 -msgid "Password Settings" -msgstr "Impostazioni password" +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Insieme rimosso." -#: ../../mod/settings.php:675 -msgid "New Password:" -msgstr "Nuova password:" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Impossibile rimuovere l'insieme." -#: ../../mod/settings.php:676 -msgid "Confirm:" -msgstr "Conferma:" +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Modifica l'insieme" -#: ../../mod/settings.php:676 -msgid "Leave password fields blank unless changing" -msgstr "Lascia questi campi in bianco per non cambiare la password" +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Membri" -#: ../../mod/settings.php:678 ../../mod/settings.php:1013 -msgid "Email Address:" -msgstr "Indirizzo email:" +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Tutti i canali connessi" -#: ../../mod/settings.php:679 ../../mod/removeaccount.php:61 -msgid "Remove Account" -msgstr "Elimina l'account" +#: ../../mod/group.php:233 +msgid "Click on a channel to add or remove." +msgstr "Clicca su un canale per aggiungerlo o rimuoverlo." -#: ../../mod/settings.php:680 -msgid "Remove this account from this server including all its channels" -msgstr "Elimina l'account da questo server, inclusi tutti i canali" +#: ../../mod/search.php:13 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 ../../mod/photos.php:458 +#: ../../mod/directory.php:22 +msgid "Public access denied." +msgstr "Accesso pubblico negato." -#: ../../mod/settings.php:681 ../../mod/settings.php:1095 -msgid "Warning: This action is permanent and cannot be reversed." -msgstr "Attenzione: questa azione è permanente e non potrà più essere annullata." +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s sta seguendo %3$s di %2$s" -#: ../../mod/settings.php:697 -msgid "Off" -msgstr "Off" +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Poke/Prod" -#: ../../mod/settings.php:697 -msgid "On" -msgstr "On" +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "Manda un poke, un prod o altro" -#: ../../mod/settings.php:704 -msgid "Additional Features" -msgstr "Funzionalità opzionali" +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Destinatario" -#: ../../mod/settings.php:729 -msgid "Connector Settings" -msgstr "Impostazioni del connettore" +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "Scegli cosa vuoi inviare al destinatario" -#: ../../mod/settings.php:768 -msgid "No special theme for mobile devices" -msgstr "Nessun tema per dispositivi mobili" +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Rendi privato questo articolo" -#: ../../mod/settings.php:771 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Sperimentale)" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Autorizza la app" -#: ../../mod/settings.php:774 ../../mod/admin.php:363 -msgid "mobile" -msgstr "mobile" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Torna alla app e inserisci questo codice di sicurezza:" -#: ../../mod/settings.php:810 -msgid "Display Settings" -msgstr "Aspetto" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Accedi al sito per continuare." -#: ../../mod/settings.php:816 -msgid "Display Theme:" -msgstr "Tema per schermi medio grandi:" +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?" -#: ../../mod/settings.php:817 -msgid "Mobile Theme:" -msgstr "Tema per dispositivi mobili:" +#: ../../mod/api.php:105 ../../mod/settings.php:955 ../../mod/settings.php:960 +#: ../../mod/settings.php:1042 ../../mod/admin.php:392 +msgid "Yes" +msgstr "Si" -#: ../../mod/settings.php:818 -msgid "Enable user zoom on mobile devices" -msgstr "Attiva la possibilità di fare zoom sui dispositivi mobili" +#: ../../mod/api.php:106 ../../mod/settings.php:955 ../../mod/settings.php:960 +#: ../../mod/settings.php:1042 ../../mod/admin.php:390 +msgid "No" +msgstr "No" -#: ../../mod/settings.php:819 -msgid "Update browser every xx seconds" -msgstr "Aggiorna il browser ogni x secondi" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:174 +#: ../../mod/profiles.php:231 ../../mod/profiles.php:583 +msgid "Profile not found." +msgstr "Profilo non trovato." -#: ../../mod/settings.php:819 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minimo 10 secondi, nessun limite massimo" +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profilo eliminato." -#: ../../mod/settings.php:820 -msgid "Maximum number of conversations to load at any time:" -msgstr "Massimo numero di conversazioni da mostrare ogni volta:" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profilo-" -#: ../../mod/settings.php:820 -msgid "Maximum of 100 items" -msgstr "Massimo 100" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Il nuovo profilo è stato creato." -#: ../../mod/settings.php:821 -msgid "Don't show emoticons" -msgstr "Non mostrare le emoticons" +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Impossibile duplicare il profilo." -#: ../../mod/settings.php:822 -msgid "Link post titles to source" -msgstr "Il link del titolo di un articolo porta al sito originale" +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Il profilo non è disponibile per l'export." -#: ../../mod/settings.php:823 -msgid "System Page Layout Editor - (advanced)" -msgstr "Modifica i layout di sistema (avanzato)" +#: ../../mod/profiles.php:241 +msgid "Profile Name is required." +msgstr "Il nome del profilo è obbligatorio ." -#: ../../mod/settings.php:826 -msgid "Use blog/list mode on channel page" -msgstr "Mostra il canale nella modalità blog" +#: ../../mod/profiles.php:387 +msgid "Marital Status" +msgstr "Stato sentimentale" -#: ../../mod/settings.php:826 ../../mod/settings.php:827 -msgid "(comments displayed separately)" -msgstr "(i commenti sono mostrati separatamente)" +#: ../../mod/profiles.php:391 +msgid "Romantic Partner" +msgstr "Partner affettivo" -#: ../../mod/settings.php:827 -msgid "Use blog/list mode on matrix page" -msgstr "Mostra la tua rete in modalità blog" +#: ../../mod/profiles.php:395 +msgid "Likes" +msgstr "Mi piace" -#: ../../mod/settings.php:828 -msgid "Channel page max height of content (in pixels)" -msgstr "Altezza massima dei contenuti del canale (in pixel)" +#: ../../mod/profiles.php:399 +msgid "Dislikes" +msgstr "Non mi piace" -#: ../../mod/settings.php:828 ../../mod/settings.php:829 -msgid "click to expand content exceeding this height" -msgstr "dovrai cliccare per mostrare i contenuti di dimensioni maggiori" +#: ../../mod/profiles.php:403 +msgid "Work/Employment" +msgstr "Lavoro/impiego" -#: ../../mod/settings.php:829 -msgid "Matrix page max height of content (in pixels)" -msgstr "Altezza massima dei contenuti della tua rete (in pixel)" +#: ../../mod/profiles.php:406 +msgid "Religion" +msgstr "Religione" -#: ../../mod/settings.php:863 -msgid "Nobody except yourself" -msgstr "Nessuno tranne te" +#: ../../mod/profiles.php:410 +msgid "Political Views" +msgstr "Orientamento politico" -#: ../../mod/settings.php:864 -msgid "Only those you specifically allow" -msgstr "Solo chi riceve il mio permesso" +#: ../../mod/profiles.php:414 +msgid "Gender" +msgstr "Sesso" -#: ../../mod/settings.php:865 -msgid "Approved connections" -msgstr "Contatti approvati" +#: ../../mod/profiles.php:418 +msgid "Sexual Preference" +msgstr "Preferenze sessuali" -#: ../../mod/settings.php:866 -msgid "Any connections" -msgstr "Tutti i contatti" +#: ../../mod/profiles.php:422 +msgid "Homepage" +msgstr "Home page" -#: ../../mod/settings.php:867 -msgid "Anybody on this website" -msgstr "Chiunque su questo sito" +#: ../../mod/profiles.php:426 +msgid "Interests" +msgstr "Interessi" -#: ../../mod/settings.php:868 -msgid "Anybody in this network" -msgstr "Chiunque su Red" +#: ../../mod/profiles.php:430 ../../mod/admin.php:866 +msgid "Address" +msgstr "Indirizzo" -#: ../../mod/settings.php:869 -msgid "Anybody authenticated" -msgstr "Chiunque sia autenticato" +#: ../../mod/profiles.php:437 ../../mod/pubsites.php:25 +msgid "Location" +msgstr "Posizione geografica" -#: ../../mod/settings.php:870 -msgid "Anybody on the internet" -msgstr "Chiunque su internet" +#: ../../mod/profiles.php:520 +msgid "Profile updated." +msgstr "Profilo aggiornato." -#: ../../mod/settings.php:944 -msgid "Publish your default profile in the network directory" -msgstr "Mostra il mio profilo predefinito nell'elenco pubblico dei canali" +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?" -#: ../../mod/settings.php:944 ../../mod/settings.php:949 -#: ../../mod/settings.php:1032 ../../mod/api.php:106 -#: ../../mod/profiles.php:592 ../../mod/admin.php:390 -msgid "No" -msgstr "No" +#: ../../mod/profiles.php:649 +msgid "Edit Profile Details" +msgstr "Modifica i dettagli del profilo" -#: ../../mod/settings.php:944 ../../mod/settings.php:949 -#: ../../mod/settings.php:1032 ../../mod/api.php:105 -#: ../../mod/profiles.php:591 ../../mod/admin.php:392 -msgid "Yes" -msgstr "Si" +#: ../../mod/profiles.php:651 +msgid "View this profile" +msgstr "Guarda questo profilo" -#: ../../mod/settings.php:949 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Vuoi essere suggerito come amico ai nuovi membri?" +#: ../../mod/profiles.php:653 +msgid "Change Profile Photo" +msgstr "Cambia la foto del profilo" -#: ../../mod/settings.php:953 ../../mod/profile_photo.php:365 -msgid "or" -msgstr "o" +#: ../../mod/profiles.php:654 +msgid "Create a new profile using these settings" +msgstr "Crea un nuovo profilo usando queste impostazioni" -#: ../../mod/settings.php:958 -msgid "Your channel address is" -msgstr "L'indirizzo del tuo canale è" +#: ../../mod/profiles.php:655 +msgid "Clone this profile" +msgstr "Clona questo profilo" -#: ../../mod/settings.php:1002 -msgid "Channel Settings" -msgstr "Impostazioni del canale" +#: ../../mod/profiles.php:656 +msgid "Delete this profile" +msgstr "Elimina questo profilo" -#: ../../mod/settings.php:1011 -msgid "Basic Settings" -msgstr "Impostazioni di base" +#: ../../mod/profiles.php:658 +msgid "Import profile from file" +msgstr "Importa il profilo da un file" -#: ../../mod/settings.php:1014 -msgid "Your Timezone:" -msgstr "Il tuo fuso orario:" +#: ../../mod/profiles.php:659 +msgid "Export profile to file" +msgstr "Esporta il profilo in un file" -#: ../../mod/settings.php:1015 -msgid "Default Post Location:" -msgstr "Località predefinita:" +#: ../../mod/profiles.php:660 +msgid "Profile Name:" +msgstr "Nome del profilo:" -#: ../../mod/settings.php:1015 -msgid "Geographical location to display on your posts" -msgstr "Posizione geografica da mostrare sui tuoi post" +#: ../../mod/profiles.php:661 +msgid "Your Full Name:" +msgstr "Il tuo nome completo:" -#: ../../mod/settings.php:1016 -msgid "Use Browser Location:" -msgstr "Usa la località rilevata dal browser:" +#: ../../mod/profiles.php:662 +msgid "Title/Description:" +msgstr "Titolo/descrizione:" -#: ../../mod/settings.php:1018 -msgid "Adult Content" -msgstr "Contenuto per adulti" +#: ../../mod/profiles.php:663 +msgid "Your Gender:" +msgstr "Sesso:" -#: ../../mod/settings.php:1018 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "Questo canale pubblica frequentemente contenuto per adulti. (I contenuti per adulti vanno taggati #NSFW - Not Safe For Work)" +#: ../../mod/profiles.php:664 +msgid "Birthday :" +msgstr "Compleanno:" -#: ../../mod/settings.php:1020 -msgid "Security and Privacy Settings" -msgstr "Impostazioni di sicurezza e privacy" +#: ../../mod/profiles.php:665 +msgid "Street Address:" +msgstr "Indirizzo (via/piazza):" -#: ../../mod/settings.php:1022 -msgid "Your permissions are already configured. Click to view/adjust" -msgstr "I tuoi permessi sono già stati configurati. Clicca per vederli o modificarli" +#: ../../mod/profiles.php:666 +msgid "Locality/City:" +msgstr "Località:" -#: ../../mod/settings.php:1024 -msgid "Hide my online presence" -msgstr "Non mostrare la mia presenza online" +#: ../../mod/profiles.php:667 +msgid "Postal/Zip Code:" +msgstr "CAP:" -#: ../../mod/settings.php:1024 -msgid "Prevents displaying in your profile that you are online" -msgstr "Non mostra sul tuo profilo che sei online" +#: ../../mod/profiles.php:668 +msgid "Country:" +msgstr "Nazione:" -#: ../../mod/settings.php:1026 -msgid "Simple Privacy Settings:" -msgstr "Impostazioni di privacy semplificate" +#: ../../mod/profiles.php:669 +msgid "Region/State:" +msgstr "Regione/stato:" -#: ../../mod/settings.php:1027 -msgid "" -"Very Public - extremely permissive (should be used with caution)" -msgstr "Tutto pubblico - estremamente permissivo (da usare con cautela)" +#: ../../mod/profiles.php:670 +msgid " Marital Status:" +msgstr " Stato sentimentale:" -#: ../../mod/settings.php:1028 -msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" -msgstr "Standard - contenuti normalmente pubblici, ma anche privati se necessario (simile ai social network ma con privacy migliorata)" +#: ../../mod/profiles.php:671 +msgid "Who: (if applicable)" +msgstr "Con chi: (se possibile)" -#: ../../mod/settings.php:1029 -msgid "Private - default private, never open or public" -msgstr "Privato - contenuti normalmente privati, nulla è aperto o pubblico" +#: ../../mod/profiles.php:672 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Per esempio: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/settings.php:1030 -msgid "Blocked - default blocked to/from everybody" -msgstr "Bloccato - bloccato in invio e ricezione dei contenuti" +#: ../../mod/profiles.php:673 +msgid "Since [date]:" +msgstr "dal [data]:" -#: ../../mod/settings.php:1032 -msgid "Allow others to tag your posts" -msgstr "Permetti ad altri di taggare i tuoi articoli" +#: ../../mod/profiles.php:675 +msgid "Homepage URL:" +msgstr "Indirizzo home page:" -#: ../../mod/settings.php:1032 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "Usato spesso dalla comunità per marcare contenuti inappropriati già esistenti" +#: ../../mod/profiles.php:678 +msgid "Religious Views:" +msgstr "Orientamento religioso:" -#: ../../mod/settings.php:1034 -msgid "Advanced Privacy Settings" -msgstr "Impostazioni di privacy avanzate" +#: ../../mod/profiles.php:679 +msgid "Keywords:" +msgstr "Parole chiave, tag:" -#: ../../mod/settings.php:1036 -msgid "Expire other channel content after this many days" -msgstr "Giorni dopo cui mettere in scadenza gli altri contenuti del canale" +#: ../../mod/profiles.php:682 +msgid "Example: fishing photography software" +msgstr "Per esempio: pesca fotografia programmazione" -#: ../../mod/settings.php:1036 -msgid "0 or blank prevents expiration" -msgstr "Lascia vuoto oppure 0 per non impostare scadenze" +#: ../../mod/profiles.php:683 +msgid "Used in directory listings" +msgstr "Visibile nell'elenco pubblico di canali" -#: ../../mod/settings.php:1037 -msgid "Maximum Friend Requests/Day:" -msgstr "Numero massimo giornaliero di richieste di amicizia:" +#: ../../mod/profiles.php:684 +msgid "Tell us about yourself..." +msgstr "Raccontaci di te..." -#: ../../mod/settings.php:1037 -msgid "May reduce spam activity" -msgstr "Serve e ridurre lo spam" +#: ../../mod/profiles.php:685 +msgid "Hobbies/Interests" +msgstr "Hobby/interessi" -#: ../../mod/settings.php:1038 -msgid "Default Post Permissions" -msgstr "Permessi predefiniti per gli articoli" +#: ../../mod/profiles.php:686 +msgid "Contact information and Social Networks" +msgstr "Contatti personali e i tuoi social network" -#: ../../mod/settings.php:1043 -msgid "Channel permissions category:" -msgstr "Categorie di permessi dei canali:" +#: ../../mod/profiles.php:687 +msgid "My other channels" +msgstr "I miei altri canali" -#: ../../mod/settings.php:1051 -msgid "Maximum private messages per day from unknown people:" -msgstr "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:" +#: ../../mod/profiles.php:688 +msgid "Musical interests" +msgstr "Interessi musicali" -#: ../../mod/settings.php:1051 -msgid "Useful to reduce spamming" -msgstr "Serve e ridurre lo spam" +#: ../../mod/profiles.php:689 +msgid "Books, literature" +msgstr "Libri, letteratura" -#: ../../mod/settings.php:1054 -msgid "Notification Settings" -msgstr "Impostazioni di notifica" +#: ../../mod/profiles.php:690 +msgid "Television" +msgstr "Televisione" -#: ../../mod/settings.php:1055 -msgid "By default post a status message when:" -msgstr "Pubblica un messaggio di stato quando:" +#: ../../mod/profiles.php:691 +msgid "Film/dance/culture/entertainment" +msgstr "Film/danza/cultura/intrattenimento" -#: ../../mod/settings.php:1056 -msgid "accepting a friend request" -msgstr "accetto una nuova amicizia" +#: ../../mod/profiles.php:692 +msgid "Love/romance" +msgstr "Amore" -#: ../../mod/settings.php:1057 -msgid "joining a forum/community" -msgstr "entro a far parte di un forum" +#: ../../mod/profiles.php:693 +msgid "Work/employment" +msgstr "Lavoro/impiego" -#: ../../mod/settings.php:1058 -msgid "making an interesting profile change" -msgstr "faccio un cambiamento interessante al mio profilo" +#: ../../mod/profiles.php:694 +msgid "School/education" +msgstr "Scuola/educazione" -#: ../../mod/settings.php:1059 -msgid "Send a notification email when:" -msgstr "Invia una email di notifica quando:" +#: ../../mod/profiles.php:700 +msgid "This is your default profile." +msgstr "Questo è il tuo profilo predefinito." -#: ../../mod/settings.php:1060 -msgid "You receive a connection request" -msgstr "Ricevi una richiesta di entrare in contatto" +#: ../../mod/profiles.php:711 ../../mod/directory.php:188 +msgid "Age: " +msgstr "Età:" -#: ../../mod/settings.php:1061 -msgid "Your connections are confirmed" -msgstr "I tuoi contatti sono confermati" +#: ../../mod/profiles.php:754 +msgid "Edit/Manage Profiles" +msgstr "Modifica/gestisci i profili" -#: ../../mod/settings.php:1062 -msgid "Someone writes on your profile wall" -msgstr "Qualcuno scrive sulla tua bacheca" +#: ../../mod/profiles.php:755 +msgid "Add profile things" +msgstr "Aggiungi oggetti al profilo" -#: ../../mod/settings.php:1063 -msgid "Someone writes a followup comment" -msgstr "Qualcuno scrive un commento a un tuo articolo" +#: ../../mod/profiles.php:756 +msgid "Include desirable objects in your profile" +msgstr "Aggiungi oggetti interessanti al tuo profilo" -#: ../../mod/settings.php:1064 -msgid "You receive a private message" -msgstr "Ricevi un messaggio privato" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Elemento non disponibile." -#: ../../mod/settings.php:1065 -msgid "You receive a friend suggestion" -msgstr "Ti viene suggerito un amico" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "La chiamata all'URL restituisce questo errore: %1$s" -#: ../../mod/settings.php:1066 -msgid "You are tagged in a post" -msgstr "Sei taggato in un articolo" +#: ../../mod/block.php:27 ../../mod/page.php:33 +msgid "Invalid item." +msgstr "Elemento non valido." -#: ../../mod/settings.php:1067 -msgid "You are poked/prodded/etc. in a post" -msgstr "Ricevi un poke in un articolo" +#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 +msgid "Channel not found." +msgstr "Canale non trovato." -#: ../../mod/settings.php:1070 -msgid "Show visual notifications including:" -msgstr "Mostra queste notifiche a schermo:" +#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 +#: ../../mod/page.php:81 ../../index.php:241 +msgid "Page not found." +msgstr "Pagina non trovata." -#: ../../mod/settings.php:1072 -msgid "Unseen matrix activity" -msgstr "Nuove attività nella rete" +#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 +msgid "Export Channel" +msgstr "Esporta il canale" -#: ../../mod/settings.php:1073 -msgid "Unseen channel activity" -msgstr "Novità nei canali" +#: ../../mod/uexport.php:35 +msgid "" +"Export your basic channel information to a small file. This acts as a " +"backup of your connections, permissions, profile and basic data, which can " +"be used to import your data to a new hub, but\tdoes not contain your " +"content." +msgstr "Esporta le informazioni di base del tuo canale in un piccolo file. E' utile per avere un salvataggio di sicurezza dei tuoi contatti, del tuo profilo ed altre informazioni fondamentali. Può essere usato per importare il tuo canale su un nuovo server, ma\tnon include i contenuti, per esempio articoli e foto." -#: ../../mod/settings.php:1074 -msgid "Unseen private messages" -msgstr "Nuovi messaggi privati" +#: ../../mod/uexport.php:36 +msgid "Export Content" +msgstr "Esporta i contenuti" -#: ../../mod/settings.php:1074 ../../mod/settings.php:1079 -#: ../../mod/settings.php:1080 ../../mod/settings.php:1081 -msgid "Recommended" -msgstr "Consigliato" +#: ../../mod/uexport.php:37 +msgid "" +"Export your channel information and all the content to a JSON backup. This " +"backs up all of your connections, permissions, profile data and all of your " +"content, but is generally not suitable for importing a channel to a new hub " +"as this file may be VERY large. Please be patient - it may take several " +"minutes for this download to begin." +msgstr "Esporta i dati del canale e i contenuti in un file in formato JSON. E' un salvataggio dei tuoi contatti, dei dati del profilo e anche di tutti i contenuti. Questa non è la soluzione opportuna per importare il tuo canale su un nuovo server, visto che il file potrebbe avere dimensioni NOTEVOLI. Devi pazientare - ci vorranno alcuni minuti per raccogliere i dati prima che inizi lo scaricamento." -#: ../../mod/settings.php:1075 -msgid "Upcoming events" -msgstr "Prossimi eventi" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Impossibile trovare delegati per questa pagina." -#: ../../mod/settings.php:1076 -msgid "Events today" -msgstr "Eventi di oggi" +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Gestione delegati per la pagina" -#: ../../mod/settings.php:1077 -msgid "Upcoming birthdays" -msgstr "Prossimi compleanni" +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "I Delegati sono in grando di gestire tutti gli aspetti di questa pagina, tranne per i settaggi di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente." -#: ../../mod/settings.php:1077 -msgid "Not available in all themes" -msgstr "Non disponibile in tutti i temi" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Gestori attuali della pagina" -#: ../../mod/settings.php:1078 -msgid "System (personal) notifications" -msgstr "Notifiche personali dal sistema" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Delegati attuali della pagina" -#: ../../mod/settings.php:1079 -msgid "System info messages" -msgstr "Notifiche di sistema" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Delegati potenziali" -#: ../../mod/settings.php:1080 -msgid "System critical alerts" -msgstr "Avvisi critici di sistema" +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:133 ../../mod/photos.php:902 +msgid "Remove" +msgstr "Rimuovi" -#: ../../mod/settings.php:1081 -msgid "New connections" -msgstr "Nuovi contatti" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Aggiungi" -#: ../../mod/settings.php:1082 -msgid "System Registrations" -msgstr "Registrazioni" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Nessun risultato." -#: ../../mod/settings.php:1084 -msgid "Notify me of events this many days in advance" -msgstr "Giorni di anticipo per notificare gli eventi" +#: ../../mod/siteinfo.php:93 +#, php-format +msgid "Version %s" +msgstr "Versione %s" -#: ../../mod/settings.php:1084 -msgid "Must be greater than 0" -msgstr "Maggiore di 0" +#: ../../mod/siteinfo.php:114 +msgid "Installed plugins/addons/apps:" +msgstr "App e componenti installati:" -#: ../../mod/settings.php:1086 -msgid "Advanced Account/Page Type Settings" -msgstr "Impostazioni avanzate" +#: ../../mod/siteinfo.php:127 +msgid "No installed plugins/addons/apps" +msgstr "Nessuna app o componente installato" -#: ../../mod/settings.php:1087 -msgid "Change the behaviour of this account for special situations" -msgstr "Cambia il funzionamento di questo account per necessità particolari" +#: ../../mod/siteinfo.php:135 +msgid "Red" +msgstr "RedMatrix" -#: ../../mod/settings.php:1090 +#: ../../mod/siteinfo.php:136 msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" -msgstr "Abilita la modalità esperto per fare cambiamenti! (in Impostazioni > Funzionalità opzionali)" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Questo è un hub di RedMatrix - una rete cooperativa e decentralizzata di siti ad elevata privacy. " -#: ../../mod/settings.php:1091 -msgid "Miscellaneous Settings" -msgstr "Impostazioni varie" +#: ../../mod/siteinfo.php:138 +msgid "Tag: " +msgstr "Tag: " -#: ../../mod/settings.php:1093 -msgid "Personal menu to display in your channel pages" -msgstr "Menu personale da mostrare sulle pagine del tuo canale" +#: ../../mod/siteinfo.php:140 +msgid "Last background fetch: " +msgstr "Ultima acquisizione:" -#: ../../mod/settings.php:1094 -msgid "Remove this channel" -msgstr "Elimina questo canale" +#: ../../mod/siteinfo.php:143 +msgid "Running at web location" +msgstr "In esecuzione sull'indirizzo web" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "L'insieme di canali è stato creato." +#: ../../mod/siteinfo.php:144 +msgid "" +"Please visit RedMatrix.me to learn more" +" about the Red Matrix." +msgstr "Visita RedMatrix.me per scoprire di più su Red Matrix." -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Impossibile creare l'insieme." +#: ../../mod/siteinfo.php:145 +msgid "Bug reports and issues: please visit" +msgstr "Per segnalare bug e problemi: visita" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Insieme aggiornato." +#: ../../mod/siteinfo.php:148 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Crea un insieme di canali." +#: ../../mod/siteinfo.php:150 +msgid "Site Administrators" +msgstr "Amministratori del sito" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Nome dell'insieme:" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Impossibile creare la sorgente. Nessun canale selezionato." -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "I membri potranno vedere gli altri canali dell'insieme" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Sorgente creata." -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Insieme rimosso." +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Sorgente aggiornata." -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Impossibile rimuovere l'insieme." +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Modifica l'insieme" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Gestisci le sorgenti dei contenuti del tuo canale." -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Membri" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nuova sorgente" -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Tutti i canali connessi" +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente." -#: ../../mod/group.php:233 -msgid "Click on a channel to add or remove." -msgstr "Clicca su un canale per aggiungerlo o rimuoverlo." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importa solo i contenuti che hanno queste parole (una per riga)" -#: ../../mod/search.php:13 ../../mod/photos.php:458 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 ../../mod/directory.php:22 -msgid "Public access denied." -msgstr "Accesso pubblico negato." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Lascia vuoto per importare tutti i contenuti pubblici" -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s sta seguendo %3$s di %2$s" +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:112 +msgid "Channel Name" +msgstr "Nome del canale" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Poke/Prod" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Sorgente non trovata." -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "Manda un poke, un prod o altro" +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Modifica la sorgente" -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Destinatario" +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Elimina la sorgente" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "Scegli cosa vuoi inviare al destinatario" +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Sorgente eliminata" -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Rendi privato questo articolo" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Impossibile rimuovere la sorgente." -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autorizza la app" +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Indentificativo del profilo non valido." -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Torna alla app e inserisci questo codice di sicurezza:" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Modifica la visibilità del profilo" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Accedi al sito per continuare." +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?" +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Visibile a" -#: ../../mod/setup.php:166 -msgid "Red Matrix Server - Setup" -msgstr "RedMatrix Server - Installazione" +#: ../../mod/profperm.php:139 ../../mod/connections.php:279 +msgid "All Connections" +msgstr "Tutti i contatti" -#: ../../mod/setup.php:172 -msgid "Could not connect to database." -msgstr " Impossibile connettersi al database." +#: ../../mod/events.php:81 +msgid "Event can not end before it has started." +msgstr "Un evento non può terminare prima del suo inizio." -#: ../../mod/setup.php:176 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS." +#: ../../mod/events.php:86 +msgid "Event title and start time are required." +msgstr "Sono necessari il titolo e l'ora d'inizio dell'evento." -#: ../../mod/setup.php:183 -msgid "Could not create table." -msgstr "Impossibile creare le tabelle." +#: ../../mod/events.php:100 +msgid "Event not found." +msgstr "Evento non trovato." -#: ../../mod/setup.php:189 -msgid "Your site database has been installed." -msgstr "Il database del sito è stato installato." +#: ../../mod/events.php:369 +msgid "l, F j" +msgstr "l j F" -#: ../../mod/setup.php:194 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db." +#: ../../mod/events.php:391 +msgid "Edit event" +msgstr "Modifica l'evento" -#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Leggi il file 'install/INSTALL.txt'." +#: ../../mod/events.php:443 +msgid "Create New Event" +msgstr "Crea un nuovo evento" -#: ../../mod/setup.php:261 -msgid "System check" -msgstr "Verifica del sistema" +#: ../../mod/events.php:444 ../../mod/photos.php:856 +msgid "Previous" +msgstr "Precendente" -#: ../../mod/setup.php:265 ../../mod/events.php:445 ../../mod/photos.php:868 +#: ../../mod/events.php:445 ../../mod/setup.php:265 ../../mod/photos.php:865 msgid "Next" msgstr "Successivo" -#: ../../mod/setup.php:266 -msgid "Check again" -msgstr "Verifica di nuovo" +#: ../../mod/events.php:446 +msgid "Export" +msgstr "Esporta" + +#: ../../mod/events.php:571 +msgid "Event details" +msgstr "Dettagli evento" + +#: ../../mod/events.php:572 +msgid "Starting date and Title are required." +msgstr "Titolo e data d'inizio sono obbligatori." -#: ../../mod/setup.php:289 -msgid "Database connection" -msgstr "Connessione al database" +#: ../../mod/events.php:574 +msgid "Categories (comma-separated list)" +msgstr "Categorie (separate da virgola)" -#: ../../mod/setup.php:290 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "Per installare RedMatrix è necessario conoscere i parametri di connessione al database." +#: ../../mod/events.php:576 +msgid "Event Starts:" +msgstr "Inizio:" -#: ../../mod/setup.php:291 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni." +#: ../../mod/events.php:576 ../../mod/events.php:592 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 +msgid "Required" +msgstr "Obbligatorio" -#: ../../mod/setup.php:292 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Il database deve già esistere. Se non esiste, crealo prima di continuare." +#: ../../mod/events.php:582 +msgid "Finish date/time is not known or not relevant" +msgstr "La data/ora di fine non è rilevante" -#: ../../mod/setup.php:296 -msgid "Database Server Name" -msgstr "Server del database" +#: ../../mod/events.php:584 +msgid "Event Finishes:" +msgstr "Fine:" -#: ../../mod/setup.php:296 -msgid "Default is localhost" -msgstr "'localhost' è il predefinito" +#: ../../mod/events.php:586 +msgid "Adjust for viewer timezone" +msgstr "Adatta al fuso orario di chi legge" -#: ../../mod/setup.php:297 -msgid "Database Port" -msgstr "Port del database" +#: ../../mod/events.php:588 +msgid "Description:" +msgstr "Descrizione:" -#: ../../mod/setup.php:297 -msgid "Communication port number - use 0 for default" -msgstr "Scrivi 0 per usare il valore standard" +#: ../../mod/events.php:592 +msgid "Title:" +msgstr "Titolo:" -#: ../../mod/setup.php:298 -msgid "Database Login Name" -msgstr "Utente database" +#: ../../mod/events.php:594 +msgid "Share this event" +msgstr "Condividi questo evento" -#: ../../mod/setup.php:299 -msgid "Database Login Password" -msgstr "Password utente database" +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "Siti pubblici" -#: ../../mod/setup.php:300 -msgid "Database Name" -msgstr "Nome database" +#: ../../mod/pubsites.php:19 +msgid "" +"The listed sites allow public registration into the Red Matrix. All sites in" +" the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links may provide " +"additional details." +msgstr "Gli indirizzi elencati permettono la registrazione su RedMatrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere diverse tipologie di abbonamento. Eventualmente potrai trovare maggiori informazioni visitando ciascun sito." -#: ../../mod/setup.php:301 -msgid "Database Type" -msgstr "Tipo database" +#: ../../mod/pubsites.php:25 +msgid "Site URL" +msgstr "URL del sito" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "Site administrator email address" -msgstr "Indirizzo email dell'amministratore del sito" +#: ../../mod/pubsites.php:25 +msgid "Access Type" +msgstr "Tipo di accesso" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web." +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" +msgstr "Politica di registrazione" -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Website URL" -msgstr "URL completo del sito" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Devi aver effettuato l'accesso per vedere questa pagina." -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Please use SSL (https) URL if available." -msgstr "Se disponibile, usa l'indirizzo SSL (https)." +#: ../../mod/channel.php:87 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Permessi insufficienti. Sarà visualizzata la pagina del profilo." -#: ../../mod/setup.php:307 ../../mod/setup.php:352 -msgid "Please select a default timezone for your website" -msgstr "Seleziona il fuso orario predefinito per il tuo sito web" +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Scegli una cartella di segnalibri" -#: ../../mod/setup.php:335 -msgid "Site settings" -msgstr "Impostazioni del sito" +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Salva segnalibro" -#: ../../mod/setup.php:395 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web" +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "URL del segnalibro" -#: ../../mod/setup.php:396 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron." +#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 +msgid "Description" +msgstr "Descrizione" -#: ../../mod/setup.php:400 -msgid "PHP executable path" -msgstr "Path del comando PHP" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "O inserisci il nome di una nuova cartella di segnalibri" -#: ../../mod/setup.php:400 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione." +#: ../../mod/chat.php:167 +msgid "Room not found" +msgstr "Area chat non trovata" -#: ../../mod/setup.php:405 -msgid "Command line PHP" -msgstr "PHP da riga di comando" +#: ../../mod/chat.php:178 +msgid "Leave Room" +msgstr "Lascia l'area chat" -#: ../../mod/setup.php:414 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"." +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "Elimina questa area chat" -#: ../../mod/setup.php:415 -msgid "This is required for message delivery to work." -msgstr "E' necessario perché funzioni la consegna dei messaggi." +#: ../../mod/chat.php:180 +msgid "I am away right now" +msgstr "Non sono presente" -#: ../../mod/setup.php:417 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../mod/chat.php:181 +msgid "I am online" +msgstr "Sono online" -#: ../../mod/setup.php:438 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di criptazione" +#: ../../mod/chat.php:183 +msgid "Bookmark this room" +msgstr "Aggiungi l'area chat ai segnalibri" -#: ../../mod/setup.php:439 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"." +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Nuova area chat" -#: ../../mod/setup.php:441 -msgid "Generate encryption keys" -msgstr "Genera chiavi di criptazione" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Nome dell'area chat" -#: ../../mod/setup.php:448 -msgid "libCurl PHP module" -msgstr "modulo PHP libCurl" +#: ../../mod/chat.php:225 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "Le aree chat di %1$s" -#: ../../mod/setup.php:449 -msgid "GD graphics PHP module" -msgstr "modulo PHP GD graphics" +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Assente" -#: ../../mod/setup.php:450 -msgid "OpenSSL PHP module" -msgstr "modulo PHP OpenSSL" +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" -#: ../../mod/setup.php:451 -msgid "mysqli or postgres PHP module" -msgstr "modulo PHP per mysqli oppure prostgres" +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "Effettua l'accesso." -#: ../../mod/setup.php:452 -msgid "mb_string PHP module" -msgstr "modulo PHP mb_string" +#: ../../mod/editpost.php:20 ../../mod/editblock.php:79 +#: ../../mod/editblock.php:95 ../../mod/editlayout.php:78 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "Elemento non trovato" -#: ../../mod/setup.php:453 -msgid "mcrypt PHP module" -msgstr "modulo PHP mcrypt" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "L'elemento non è modificabile" -#: ../../mod/setup.php:458 ../../mod/setup.php:460 -msgid "Apache mod_rewrite module" -msgstr "modulo Apache mod_rewrite" +#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 +msgid "Edit post" +msgstr "Modifica articolo" -#: ../../mod/setup.php:458 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Eliminare questo elemento?" -#: ../../mod/setup.php:464 ../../mod/setup.php:467 -msgid "proc_open" -msgstr "proc_open" +#: ../../mod/editpost.php:116 ../../mod/editblock.php:147 +#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:178 +msgid "Insert YouTube video" +msgstr "Inserisci video da YouTube" -#: ../../mod/setup.php:464 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini" +#: ../../mod/editpost.php:117 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:179 +msgid "Insert Vorbis [.ogg] video" +msgstr "Inserisci video Vorbis [.ogg]" -#: ../../mod/setup.php:472 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Errore: il modulo libCURL di PHP è richiesto ma non installato." +#: ../../mod/editpost.php:118 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:180 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Inserisci audio Vorbis [.ogg]" -#: ../../mod/setup.php:476 +#: ../../mod/removeme.php:29 msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato." +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Non è possibile eliminare un canale prima di 48 ore dall'ultimo cambio password." -#: ../../mod/setup.php:480 -msgid "Error: openssl PHP module required but not installed." -msgstr "Errore: il modulo openssl di PHP è richiesto ma non installato." +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Elimina questo canale" -#: ../../mod/setup.php:484 +#: ../../mod/removeme.php:58 msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "Questo comando rimuoverà completamente il canale che stai usando. Una volta fatto non sarà più possibile ripristinarlo." -#: ../../mod/setup.php:488 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Errore: il modulo PHP mb_string è richiesto ma non installato." +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 +msgid "Please enter your password for verification:" +msgstr "Inserisci la tua password per verifica:" -#: ../../mod/setup.php:492 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Errore: il modulo PHP mcrypt è richiesto ma non installato." +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Rimuovi questo canale e tutti i suoi cloni dalla rete" -#: ../../mod/setup.php:508 +#: ../../mod/removeme.php:60 msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di RedMatrix ma non è in grado di farlo." +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni" -#: ../../mod/setup.php:509 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi." +#: ../../mod/removeme.php:61 +msgid "Remove Channel" +msgstr "Elimina questo canale" -#: ../../mod/setup.php:510 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix." +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Nessun canale." -#: ../../mod/setup.php:511 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni." +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Contatti in comune" -#: ../../mod/setup.php:514 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php è scrivibile" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Nessun contatto in comune." -#: ../../mod/setup.php:524 +#: ../../mod/rmagic.php:38 msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP." +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Non è possibile effettuare login con l'OpenID che hai fornito. Per favore controlla che sia scritto correttamente." -#: ../../mod/setup.php:525 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix." +#: ../../mod/rmagic.php:38 +msgid "The error message was:" +msgstr "Messaggio di errore ricevuto:" -#: ../../mod/setup.php:526 ../../mod/setup.php:544 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Assicurati che il tuo web server sia in esecuzione da parte di un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)." +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "Autenticazione fallita." -#: ../../mod/setup.php:527 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene." +#: ../../mod/rmagic.php:82 +msgid "Remote Authentication" +msgstr "Autenticazione a distanza" -#: ../../mod/setup.php:530 -#, php-format -msgid "%s is writable" -msgstr "%s è scrivibile" +#: ../../mod/rmagic.php:83 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)" -#: ../../mod/setup.php:543 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "RedMatrix salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix" +#: ../../mod/rmagic.php:84 +msgid "Authenticate" +msgstr "Autenticazione" -#: ../../mod/setup.php:547 -msgid "store is writable" -msgstr "l'archivio è scrivibile" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Nessun account valido trovato." -#: ../../mod/setup.php:577 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito." +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email." -#: ../../mod/setup.php:578 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" -msgstr "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!" +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Utente del sito (%s)" -#: ../../mod/setup.php:579 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server." +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "È stato richiesto di reimpostare password su %s" -#: ../../mod/setup.php:580 +#: ../../mod/lostpass.php:63 msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser." +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non sarà reimpostata." -#: ../../mod/setup.php:581 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto." +#: ../../mod/lostpass.php:85 ../../boot.php:1550 +msgid "Password Reset" +msgstr "Reimposta la password" -#: ../../mod/setup.php:582 -msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser." +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "La password è stata reimpostata come richiesto." -#: ../../mod/setup.php:584 -msgid "SSL certificate validation" -msgstr "Validazione del certificato SSL" +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "La tua nuova password è" -#: ../../mod/setup.php:590 -msgid "" -"Url rewrite in .htaccess is not working. Check your server " -"configuration.Test: " -msgstr "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Salva o copia la tua nuova password, quindi" -#: ../../mod/setup.php:592 -msgid "Url rewrite is working" -msgstr "Url rewrite funziona correttamente" +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "clicca qui per accedere" -#: ../../mod/setup.php:602 +#: ../../mod/lostpass.php:90 msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Il file di configurazione del database \".htconfig.php\" non puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito." +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Puoi cambiare la tua password dalla pagina delle Impostazioni dopo aver effettuato l'accesso." -#: ../../mod/setup.php:626 -msgid "Errors encountered creating database tables." -msgstr "La creazione delle tabelle del database ha generato errori." +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "La tua password su %s è cambiata" -#: ../../mod/setup.php:661 -msgid "

    What next

    " -msgstr "

    I prossimi passi

    " +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Hai dimenticato la password?" -#: ../../mod/setup.php:662 +#: ../../mod/lostpass.php:123 msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling." +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Inserisci il tuo indirizzo email per reimpostare la password. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare." -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Elemento non disponibile." +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "Indirizzo email" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Reimposta" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "La chiamata all'URL restituisce questo errore: %1$s" +#: ../../mod/settings.php:73 +msgid "Name is required" +msgstr "Il nome è obbligatorio" -#: ../../mod/block.php:27 ../../mod/page.php:33 -msgid "Invalid item." -msgstr "Elemento non valido." +#: ../../mod/settings.php:77 +msgid "Key and Secret are required" +msgstr "Key e Secret sono richiesti" -#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 -msgid "Channel not found." -msgstr "Canale non trovato." +#: ../../mod/settings.php:222 +msgid "Passwords do not match. Password unchanged." +msgstr "Le password non corrispondono. Password non cambiata." -#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 -#: ../../mod/page.php:81 ../../index.php:241 -msgid "Page not found." -msgstr "Pagina non trovata." +#: ../../mod/settings.php:226 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Le password non possono essere vuote. Password non cambiata." -#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 -msgid "Export Channel" -msgstr "Esporta il canale" +#: ../../mod/settings.php:240 +msgid "Password changed." +msgstr "Password cambiata." -#: ../../mod/uexport.php:35 -msgid "" -"Export your basic channel information to a small file. This acts as a " -"backup of your connections, permissions, profile and basic data, which can " -"be used to import your data to a new hub, but\tdoes not contain your " -"content." -msgstr "Esporta le informazioni di base del tuo canale in un piccolo file. E' utile per avere un salvataggio di sicurezza dei tuoi contatti, del tuo profilo ed altri dati di base. Può essere usato per importare il tuo canale su un nuovo server, ma\tnon include i contenuti, per esempio articoli e foto." +#: ../../mod/settings.php:242 +msgid "Password update failed. Please try again." +msgstr "Modifica password fallita. Prova ancora." -#: ../../mod/uexport.php:36 -msgid "Export Content" -msgstr "Esporta i contenuti" +#: ../../mod/settings.php:256 +msgid "Not valid email." +msgstr "Email non valida." -#: ../../mod/uexport.php:37 -msgid "" -"Export your channel information and all the content to a JSON backup. This " -"backs up all of your connections, permissions, profile data and all of your " -"content, but is generally not suitable for importing a channel to a new hub " -"as this file may be VERY large. Please be patient - it may take several " -"minutes for this download to begin." -msgstr "Esporta i dati del canale e i contenuti in un file in formato JSON. E' un salvataggio dei tuoi contatti, dei dati del profilo e anche di tutti i contenuti. Questa non è la soluzione opportuna per importare il tuo canale su un nuovo server, visto che il file potrebbe avere dimensioni NOTEVOLI. Devi pazientare - ci vorranno alcuni minuti per raccogliere i dati prima che inizi lo scaricamento." +#: ../../mod/settings.php:259 +msgid "Protected email address. Cannot change to that email." +msgstr "È un indirizzo email riservato. Non puoi sceglierlo." -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Impossibile trovare delegati per questa pagina." +#: ../../mod/settings.php:268 +msgid "System failure storing new email. Please try again." +msgstr "Errore di sistema. Non è stato possibile memorizzare il tuo messaggio, riprova per favore." -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Gestione delegati per la pagina" +#: ../../mod/settings.php:507 +msgid "Settings updated." +msgstr "Impostazioni aggiornate." -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "I Delegati sono in grando di gestire tutti gli aspetti di questa pagina, tranne per i settaggi di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente." +#: ../../mod/settings.php:576 ../../mod/settings.php:602 +#: ../../mod/settings.php:638 +msgid "Add application" +msgstr "Aggiungi una app" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Gestori attuali della pagina" +#: ../../mod/settings.php:579 +msgid "Name of application" +msgstr "Nome dell'applicazione" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Delegati attuali della pagina" +#: ../../mod/settings.php:580 ../../mod/settings.php:606 +msgid "Consumer Key" +msgstr "Consumer Key" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Delegati potenziali" +#: ../../mod/settings.php:580 ../../mod/settings.php:581 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Generato automaticamente - è possibile cambiarlo. Lunghezza massima 20" -#: ../../mod/delegate.php:130 ../../mod/photos.php:905 ../../mod/tagrm.php:133 -msgid "Remove" -msgstr "Rimuovi" +#: ../../mod/settings.php:581 ../../mod/settings.php:607 +msgid "Consumer Secret" +msgstr "Consumer Secret" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Aggiungi" +#: ../../mod/settings.php:582 ../../mod/settings.php:608 +msgid "Redirect" +msgstr "Redirect" -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Nessun risultato." +#: ../../mod/settings.php:582 +msgid "" +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "URI ridirezionato - lasciare bianco se non richiesto specificamente dall'applicazione." -#: ../../mod/siteinfo.php:93 -#, php-format -msgid "Version %s" -msgstr "Versione %s" +#: ../../mod/settings.php:583 ../../mod/settings.php:609 +msgid "Icon url" +msgstr "Url icona" -#: ../../mod/siteinfo.php:114 -msgid "Installed plugins/addons/apps:" -msgstr "App e componenti installati:" +#: ../../mod/settings.php:583 +msgid "Optional" +msgstr "Opzionale" -#: ../../mod/siteinfo.php:127 -msgid "No installed plugins/addons/apps" -msgstr "Nessuna app o componente installato" +#: ../../mod/settings.php:594 +msgid "You can't edit this application." +msgstr "Non puoi modificare questa applicazione." -#: ../../mod/siteinfo.php:135 -msgid "Red" -msgstr "RedMatrix" +#: ../../mod/settings.php:637 +msgid "Connected Apps" +msgstr "App connesse" -#: ../../mod/siteinfo.php:136 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralized privacy enhanced websites." -msgstr "Questo è un hub di RedMatrix - una rete cooperativa e decentralizzata di siti ad elevata privacy. " +#: ../../mod/settings.php:641 +msgid "Client key starts with" +msgstr "La client key inizia con" -#: ../../mod/siteinfo.php:138 -msgid "Tag: " -msgstr "Tag: " +#: ../../mod/settings.php:642 +msgid "No name" +msgstr "Nessun nome" -#: ../../mod/siteinfo.php:140 -msgid "Last background fetch: " -msgstr "Ultima acquisizione:" +#: ../../mod/settings.php:643 +msgid "Remove authorization" +msgstr "Revoca l'autorizzazione" -#: ../../mod/siteinfo.php:143 -msgid "Running at web location" -msgstr "In esecuzione sull'indirizzo web" +#: ../../mod/settings.php:654 +msgid "No feature settings configured" +msgstr "Non hai componenti aggiuntivi da personalizzare" -#: ../../mod/siteinfo.php:144 -msgid "" -"Please visit RedMatrix.me to learn more" -" about the Red Matrix." -msgstr "Visita RedMatrix.me per scoprire di più su Red Matrix." +#: ../../mod/settings.php:662 +msgid "Feature Settings" +msgstr "Componenti aggiuntivi" -#: ../../mod/siteinfo.php:145 -msgid "Bug reports and issues: please visit" -msgstr "Per segnalare bug e problemi: visita" +#: ../../mod/settings.php:685 +msgid "Account Settings" +msgstr "Il tuo account" -#: ../../mod/siteinfo.php:148 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com" +#: ../../mod/settings.php:686 +msgid "Password Settings" +msgstr "Impostazioni password" -#: ../../mod/siteinfo.php:150 -msgid "Site Administrators" -msgstr "Amministratori del sito" +#: ../../mod/settings.php:687 +msgid "New Password:" +msgstr "Nuova password:" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Impossibile creare la sorgente. Nessun canale selezionato." +#: ../../mod/settings.php:688 +msgid "Confirm:" +msgstr "Conferma:" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Sorgente creata." +#: ../../mod/settings.php:688 +msgid "Leave password fields blank unless changing" +msgstr "Lascia questi campi in bianco per non cambiare la password" -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Sorgente aggiornata." +#: ../../mod/settings.php:690 ../../mod/settings.php:1023 +msgid "Email Address:" +msgstr "Indirizzo email:" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/settings.php:691 ../../mod/removeaccount.php:61 +msgid "Remove Account" +msgstr "Elimina l'account" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Gestisci le sorgenti dei contenuti del tuo canale." +#: ../../mod/settings.php:692 +msgid "Remove this account from this server including all its channels" +msgstr "Elimina l'account da questo server, inclusi tutti i canali" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nuova sorgente" +#: ../../mod/settings.php:693 ../../mod/settings.php:1104 +msgid "Warning: This action is permanent and cannot be reversed." +msgstr "Attenzione: questa azione è permanente e non potrà più essere annullata." -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importa nel tuo canale tutti o una parte dei contenuti dal canale seguente." +#: ../../mod/settings.php:709 +msgid "Off" +msgstr "Off" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importa solo i contenuti che hanno queste parole (una per riga)" +#: ../../mod/settings.php:709 +msgid "On" +msgstr "On" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Lascia vuoto per importare tutti i contenuti pubblici" +#: ../../mod/settings.php:716 +msgid "Additional Features" +msgstr "Funzionalità opzionali" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:112 -msgid "Channel Name" -msgstr "Nome del canale" +#: ../../mod/settings.php:740 +msgid "Connector Settings" +msgstr "Impostazioni del connettore" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Sorgente non trovata." +#: ../../mod/settings.php:779 +msgid "No special theme for mobile devices" +msgstr "Nessun tema per dispositivi mobili" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Modifica la sorgente" +#: ../../mod/settings.php:782 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Sperimentale)" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Elimina la sorgente" +#: ../../mod/settings.php:785 ../../mod/admin.php:363 +msgid "mobile" +msgstr "mobile" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Sorgente eliminata" +#: ../../mod/settings.php:821 +msgid "Display Settings" +msgstr "Aspetto" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Impossibile rimuovere la sorgente." +#: ../../mod/settings.php:827 +msgid "Display Theme:" +msgstr "Tema per schermi medio grandi:" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Indentificativo del profilo non valido." +#: ../../mod/settings.php:828 +msgid "Mobile Theme:" +msgstr "Tema per dispositivi mobili:" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Modifica la visibilità del profilo" +#: ../../mod/settings.php:829 +msgid "Enable user zoom on mobile devices" +msgstr "Attiva la possibilità di fare zoom sui dispositivi mobili" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." +#: ../../mod/settings.php:830 +msgid "Update browser every xx seconds" +msgstr "Aggiorna il browser ogni x secondi" -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Visibile a" +#: ../../mod/settings.php:830 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minimo 10 secondi, nessun limite massimo" -#: ../../mod/profperm.php:139 ../../mod/connections.php:279 -msgid "All Connections" -msgstr "Tutti i contatti" +#: ../../mod/settings.php:831 +msgid "Maximum number of conversations to load at any time:" +msgstr "Massimo numero di conversazioni da mostrare ogni volta:" -#: ../../mod/events.php:81 -msgid "Event can not end before it has started." -msgstr "Un evento non può terminare prima del suo inizio." +#: ../../mod/settings.php:831 +msgid "Maximum of 100 items" +msgstr "Massimo 100" -#: ../../mod/events.php:86 -msgid "Event title and start time are required." -msgstr "Sono necessari il titolo e l'ora d'inizio dell'evento." +#: ../../mod/settings.php:832 +msgid "Don't show emoticons" +msgstr "Non mostrare le emoticons" -#: ../../mod/events.php:100 -msgid "Event not found." -msgstr "Evento non trovato." +#: ../../mod/settings.php:833 +msgid "Link post titles to source" +msgstr "Il link del titolo di un articolo porta al sito originale" -#: ../../mod/events.php:369 -msgid "l, F j" -msgstr "l j F" +#: ../../mod/settings.php:834 +msgid "System Page Layout Editor - (advanced)" +msgstr "Modifica i layout di sistema (avanzato)" -#: ../../mod/events.php:391 -msgid "Edit event" -msgstr "Modifica l'evento" +#: ../../mod/settings.php:837 +msgid "Use blog/list mode on channel page" +msgstr "Mostra il canale nella modalità blog" -#: ../../mod/events.php:443 -msgid "Create New Event" -msgstr "Crea un nuovo evento" +#: ../../mod/settings.php:837 ../../mod/settings.php:838 +msgid "(comments displayed separately)" +msgstr "(i commenti sono mostrati separatamente)" -#: ../../mod/events.php:444 ../../mod/photos.php:859 -msgid "Previous" -msgstr "Precendente" +#: ../../mod/settings.php:838 +msgid "Use blog/list mode on matrix page" +msgstr "Mostra la tua rete in modalità blog" -#: ../../mod/events.php:446 -msgid "Export" -msgstr "Esporta" +#: ../../mod/settings.php:839 +msgid "Channel page max height of content (in pixels)" +msgstr "Altezza massima dei contenuti del canale (in pixel)" -#: ../../mod/events.php:571 -msgid "Event details" -msgstr "Dettagli evento" +#: ../../mod/settings.php:839 ../../mod/settings.php:840 +msgid "click to expand content exceeding this height" +msgstr "dovrai cliccare per mostrare i contenuti di dimensioni maggiori" -#: ../../mod/events.php:572 -msgid "Starting date and Title are required." -msgstr "Titolo e data d'inizio sono obbligatori." +#: ../../mod/settings.php:840 +msgid "Matrix page max height of content (in pixels)" +msgstr "Altezza massima dei contenuti della tua rete (in pixel)" -#: ../../mod/events.php:574 -msgid "Categories (comma-separated list)" -msgstr "Categorie (separate da virgola)" +#: ../../mod/settings.php:874 +msgid "Nobody except yourself" +msgstr "Nessuno tranne te" -#: ../../mod/events.php:576 -msgid "Event Starts:" -msgstr "Inizio:" +#: ../../mod/settings.php:875 +msgid "Only those you specifically allow" +msgstr "Solo chi riceve il mio permesso" -#: ../../mod/events.php:576 ../../mod/events.php:592 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 -msgid "Required" -msgstr "Obbligatorio" +#: ../../mod/settings.php:876 +msgid "Approved connections" +msgstr "Contatti approvati" -#: ../../mod/events.php:582 -msgid "Finish date/time is not known or not relevant" -msgstr "La data/ora di fine non è rilevante" +#: ../../mod/settings.php:877 +msgid "Any connections" +msgstr "Tutti i contatti" -#: ../../mod/events.php:584 -msgid "Event Finishes:" -msgstr "Fine:" +#: ../../mod/settings.php:878 +msgid "Anybody on this website" +msgstr "Chiunque su questo sito" -#: ../../mod/events.php:586 -msgid "Adjust for viewer timezone" -msgstr "Adatta al fuso orario di chi legge" +#: ../../mod/settings.php:879 +msgid "Anybody in this network" +msgstr "Chiunque su Red" -#: ../../mod/events.php:588 -msgid "Description:" -msgstr "Descrizione:" +#: ../../mod/settings.php:880 +msgid "Anybody authenticated" +msgstr "Chiunque sia autenticato" -#: ../../mod/events.php:592 -msgid "Title:" -msgstr "Titolo:" +#: ../../mod/settings.php:881 +msgid "Anybody on the internet" +msgstr "Chiunque su internet" -#: ../../mod/events.php:594 -msgid "Share this event" -msgstr "Condividi questo evento" +#: ../../mod/settings.php:955 +msgid "Publish your default profile in the network directory" +msgstr "Mostra il mio profilo predefinito nell'elenco pubblico dei canali" -#: ../../mod/pubsites.php:16 -msgid "Public Sites" -msgstr "Siti pubblici" +#: ../../mod/settings.php:960 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Vuoi essere suggerito come amico ai nuovi membri?" -#: ../../mod/pubsites.php:19 -msgid "" -"The listed sites allow public registration into the Red Matrix. All sites in" -" the matrix are interlinked so membership on any of them conveys membership " -"in the matrix as a whole. Some sites may require subscription or provide " -"tiered service plans. The provider links may provide " -"additional details." -msgstr "Gli indirizzi elencati permettono la registrazione su RedMatrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere diverse tipologie di abbonamento. Eventualmente potrai trovare maggiori informazioni visitando ciascun sito." +#: ../../mod/settings.php:964 ../../mod/profile_photo.php:365 +msgid "or" +msgstr "o" -#: ../../mod/pubsites.php:25 -msgid "Site URL" -msgstr "URL del sito" +#: ../../mod/settings.php:969 +msgid "Your channel address is" +msgstr "L'indirizzo del tuo canale è" -#: ../../mod/pubsites.php:25 -msgid "Access Type" -msgstr "Tipo di accesso" +#: ../../mod/settings.php:1014 +msgid "Channel Settings" +msgstr "Impostazioni del canale" -#: ../../mod/pubsites.php:25 -msgid "Registration Policy" -msgstr "Politica di registrazione" +#: ../../mod/settings.php:1021 +msgid "Basic Settings" +msgstr "Impostazioni di base" -#: ../../mod/pubsites.php:25 ../../mod/profiles.php:428 -msgid "Location" -msgstr "Posizione geografica" +#: ../../mod/settings.php:1024 +msgid "Your Timezone:" +msgstr "Il tuo fuso orario:" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "Devi aver effettuato l'accesso per vedere questa pagina." +#: ../../mod/settings.php:1025 +msgid "Default Post Location:" +msgstr "Località predefinita:" -#: ../../mod/channel.php:87 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Permessi insufficienti. Sarà visualizzata la pagina del profilo." +#: ../../mod/settings.php:1025 +msgid "Geographical location to display on your posts" +msgstr "Posizione geografica da mostrare sui tuoi post" -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "Scegli una cartella di segnalibri" +#: ../../mod/settings.php:1026 +msgid "Use Browser Location:" +msgstr "Usa la località rilevata dal browser:" -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "Salva segnalibro" +#: ../../mod/settings.php:1028 +msgid "Adult Content" +msgstr "Contenuto per adulti" -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "URL del segnalibro" +#: ../../mod/settings.php:1028 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Questo canale pubblica frequentemente contenuto per adulti. (I contenuti per adulti vanno taggati #NSFW - Not Safe For Work)" -#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 -msgid "Description" -msgstr "Descrizione" +#: ../../mod/settings.php:1030 +msgid "Security and Privacy Settings" +msgstr "Impostazioni di sicurezza e privacy" -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -msgstr "O inserisci il nome di una nuova cartella di segnalibri" +#: ../../mod/settings.php:1032 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "I tuoi permessi sono già stati configurati. Clicca per vederli o modificarli" -#: ../../mod/chat.php:167 -msgid "Room not found" -msgstr "Area chat non trovata" +#: ../../mod/settings.php:1034 +msgid "Hide my online presence" +msgstr "Non mostrare la mia presenza online" -#: ../../mod/chat.php:178 -msgid "Leave Room" -msgstr "Lascia l'area chat" +#: ../../mod/settings.php:1034 +msgid "Prevents displaying in your profile that you are online" +msgstr "Non mostra sul tuo profilo che sei online" -#: ../../mod/chat.php:179 -msgid "Delete This Room" -msgstr "Elimina questa area chat" +#: ../../mod/settings.php:1036 +msgid "Simple Privacy Settings:" +msgstr "Impostazioni di privacy semplificate" -#: ../../mod/chat.php:180 -msgid "I am away right now" -msgstr "Non sono presente" +#: ../../mod/settings.php:1037 +msgid "" +"Very Public - extremely permissive (should be used with caution)" +msgstr "Tutto pubblico - estremamente permissivo (da usare con cautela)" -#: ../../mod/chat.php:181 -msgid "I am online" -msgstr "Sono online" +#: ../../mod/settings.php:1038 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "Standard - contenuti normalmente pubblici, ma anche privati se necessario (simile ai social network ma con privacy migliorata)" -#: ../../mod/chat.php:183 -msgid "Bookmark this room" -msgstr "Aggiungi l'area chat ai segnalibri" +#: ../../mod/settings.php:1039 +msgid "Private - default private, never open or public" +msgstr "Privato - contenuti normalmente privati, nulla è aperto o pubblico" -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" -msgstr "Nuova area chat" +#: ../../mod/settings.php:1040 +msgid "Blocked - default blocked to/from everybody" +msgstr "Bloccato - bloccato in invio e ricezione dei contenuti" -#: ../../mod/chat.php:208 -msgid "Chatroom Name" -msgstr "Nome dell'area chat" +#: ../../mod/settings.php:1042 +msgid "Allow others to tag your posts" +msgstr "Permetti ad altri di taggare i tuoi articoli" -#: ../../mod/chat.php:225 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "Le aree chat di %1$s" +#: ../../mod/settings.php:1042 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Usato spesso dalla comunità per marcare contenuti inappropriati già esistenti" -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Assente" +#: ../../mod/settings.php:1044 +msgid "Advanced Privacy Settings" +msgstr "Impostazioni di privacy avanzate" -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "Online" +#: ../../mod/settings.php:1046 +msgid "Expire other channel content after this many days" +msgstr "Giorni dopo cui mettere in scadenza gli altri contenuti del canale" -#: ../../mod/regmod.php:11 -msgid "Please login." -msgstr "Effettua l'accesso." +#: ../../mod/settings.php:1046 +msgid "0 or blank prevents expiration" +msgstr "Lascia vuoto oppure 0 per non impostare scadenze" -#: ../../mod/editpost.php:20 ../../mod/editblock.php:79 -#: ../../mod/editblock.php:95 ../../mod/editlayout.php:78 -#: ../../mod/editwebpage.php:77 -msgid "Item not found" -msgstr "Elemento non trovato" +#: ../../mod/settings.php:1047 +msgid "Maximum Friend Requests/Day:" +msgstr "Numero massimo giornaliero di richieste di amicizia:" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "L'elemento non è modificabile" +#: ../../mod/settings.php:1047 +msgid "May reduce spam activity" +msgstr "Serve e ridurre lo spam" -#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 -msgid "Edit post" -msgstr "Modifica articolo" +#: ../../mod/settings.php:1048 +msgid "Default Post Permissions" +msgstr "Permessi predefiniti per gli articoli" -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Eliminare questo elemento?" +#: ../../mod/settings.php:1053 +msgid "Channel permissions category:" +msgstr "Categorie di permessi dei canali:" -#: ../../mod/editpost.php:116 ../../mod/editblock.php:147 -#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:178 -msgid "Insert YouTube video" -msgstr "Inserisci video da YouTube" +#: ../../mod/settings.php:1059 +msgid "Maximum private messages per day from unknown people:" +msgstr "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:" -#: ../../mod/editpost.php:117 ../../mod/editblock.php:148 -#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:179 -msgid "Insert Vorbis [.ogg] video" -msgstr "Inserisci video Vorbis [.ogg]" +#: ../../mod/settings.php:1059 +msgid "Useful to reduce spamming" +msgstr "Serve e ridurre lo spam" -#: ../../mod/editpost.php:118 ../../mod/editblock.php:149 -#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:180 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Inserisci audio Vorbis [.ogg]" +#: ../../mod/settings.php:1062 +msgid "Notification Settings" +msgstr "Impostazioni di notifica" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Non è possibile eliminare un canale prima di 48 ore dall'ultimo cambio password." +#: ../../mod/settings.php:1063 +msgid "By default post a status message when:" +msgstr "Pubblica un messaggio di stato quando:" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" -msgstr "Elimina questo canale" +#: ../../mod/settings.php:1064 +msgid "accepting a friend request" +msgstr "accetto una nuova amicizia" -#: ../../mod/removeme.php:58 -msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." -msgstr "Questo comando rimuoverà completamente il canale che stai usando. Una volta fatto non sarà più possibile ripristinarlo." +#: ../../mod/settings.php:1065 +msgid "joining a forum/community" +msgstr "entro a far parte di un forum" -#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 -msgid "Please enter your password for verification:" -msgstr "Inserisci la tua password per verifica:" +#: ../../mod/settings.php:1066 +msgid "making an interesting profile change" +msgstr "faccio un cambiamento interessante al mio profilo" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" -msgstr "Rimuovi questo canale e tutti i suoi cloni dalla rete" +#: ../../mod/settings.php:1067 +msgid "Send a notification email when:" +msgstr "Invia una email di notifica quando:" -#: ../../mod/removeme.php:60 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni" +#: ../../mod/settings.php:1068 +msgid "You receive a connection request" +msgstr "Ricevi una richiesta di entrare in contatto" -#: ../../mod/removeme.php:61 -msgid "Remove Channel" -msgstr "Elimina questo canale" +#: ../../mod/settings.php:1069 +msgid "Your connections are confirmed" +msgstr "I tuoi contatti sono confermati" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Nessun canale." +#: ../../mod/settings.php:1070 +msgid "Someone writes on your profile wall" +msgstr "Qualcuno scrive sulla tua bacheca" -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Contatti in comune" +#: ../../mod/settings.php:1071 +msgid "Someone writes a followup comment" +msgstr "Qualcuno scrive un commento a un tuo articolo" -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Nessun contatto in comune." +#: ../../mod/settings.php:1072 +msgid "You receive a private message" +msgstr "Ricevi un messaggio privato" -#: ../../mod/rmagic.php:38 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Non è possibile effettuare login con l'OpenID che hai fornito. Per favore controlla che sia scritto correttamente." +#: ../../mod/settings.php:1073 +msgid "You receive a friend suggestion" +msgstr "Ti viene suggerito un amico" -#: ../../mod/rmagic.php:38 -msgid "The error message was:" -msgstr "Messaggio di errore ricevuto:" +#: ../../mod/settings.php:1074 +msgid "You are tagged in a post" +msgstr "Sei taggato in un articolo" -#: ../../mod/rmagic.php:42 -msgid "Authentication failed." -msgstr "Autenticazione fallita." +#: ../../mod/settings.php:1075 +msgid "You are poked/prodded/etc. in a post" +msgstr "Ricevi un poke in un articolo" -#: ../../mod/rmagic.php:82 -msgid "Remote Authentication" -msgstr "Autenticazione a distanza" +#: ../../mod/settings.php:1078 +msgid "Show visual notifications including:" +msgstr "Mostra queste notifiche a schermo:" -#: ../../mod/rmagic.php:83 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)" +#: ../../mod/settings.php:1080 +msgid "Unseen matrix activity" +msgstr "Nuove attività nella rete" -#: ../../mod/rmagic.php:84 -msgid "Authenticate" -msgstr "Autenticazione" +#: ../../mod/settings.php:1081 +msgid "Unseen channel activity" +msgstr "Novità nei canali" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Nessun account valido trovato." +#: ../../mod/settings.php:1082 +msgid "Unseen private messages" +msgstr "Nuovi messaggi privati" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email." +#: ../../mod/settings.php:1082 ../../mod/settings.php:1087 +#: ../../mod/settings.php:1088 ../../mod/settings.php:1089 +msgid "Recommended" +msgstr "Consigliato" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Utente del sito (%s)" +#: ../../mod/settings.php:1083 +msgid "Upcoming events" +msgstr "Prossimi eventi" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "È stato richiesto di reimpostare password su %s" +#: ../../mod/settings.php:1084 +msgid "Events today" +msgstr "Eventi di oggi" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "La richiesta non può essere verificata (potresti averla già usata precedentemente). La password non sarà reimpostata." +#: ../../mod/settings.php:1085 +msgid "Upcoming birthdays" +msgstr "Prossimi compleanni" -#: ../../mod/lostpass.php:85 ../../boot.php:1548 -msgid "Password Reset" -msgstr "Reimposta la password" +#: ../../mod/settings.php:1085 +msgid "Not available in all themes" +msgstr "Non disponibile in tutti i temi" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "La password è stata reimpostata come richiesto." +#: ../../mod/settings.php:1086 +msgid "System (personal) notifications" +msgstr "Notifiche personali dal sistema" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "La tua nuova password è" +#: ../../mod/settings.php:1087 +msgid "System info messages" +msgstr "Notifiche di sistema" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Salva o copia la tua nuova password, quindi" +#: ../../mod/settings.php:1088 +msgid "System critical alerts" +msgstr "Avvisi critici di sistema" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "clicca qui per accedere" +#: ../../mod/settings.php:1089 +msgid "New connections" +msgstr "Nuovi contatti" -#: ../../mod/lostpass.php:90 +#: ../../mod/settings.php:1090 +msgid "System Registrations" +msgstr "Registrazioni" + +#: ../../mod/settings.php:1091 msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Puoi cambiare la tua password dalla pagina delle Impostazioni dopo aver effettuato l'accesso." +"Also show new wall posts, private messages and connections under Notices" +msgstr "Mostra anche i nuovi articoli, messaggi privati e nuovi contatti negli avvisi." -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "La tua password su %s è cambiata" +#: ../../mod/settings.php:1093 +msgid "Notify me of events this many days in advance" +msgstr "Giorni di anticipo per notificare gli eventi" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Hai dimenticato la password?" +#: ../../mod/settings.php:1093 +msgid "Must be greater than 0" +msgstr "Maggiore di 0" -#: ../../mod/lostpass.php:123 +#: ../../mod/settings.php:1095 +msgid "Advanced Account/Page Type Settings" +msgstr "Impostazioni avanzate" + +#: ../../mod/settings.php:1096 +msgid "Change the behaviour of this account for special situations" +msgstr "Cambia il funzionamento di questo account per necessità particolari" + +#: ../../mod/settings.php:1099 msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Inserisci il tuo indirizzo email per reimpostare la password. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare." +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" +msgstr "Abilita la modalità esperto per fare cambiamenti! (in Impostazioni > Funzionalità opzionali)" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "Indirizzo email" +#: ../../mod/settings.php:1100 +msgid "Miscellaneous Settings" +msgstr "Impostazioni varie" -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Reimposta" +#: ../../mod/settings.php:1102 +msgid "Personal menu to display in your channel pages" +msgstr "Menu personale da mostrare sulle pagine del tuo canale" + +#: ../../mod/settings.php:1103 +msgid "Remove this channel" +msgstr "Elimina questo canale" #: ../../mod/connections.php:37 ../../mod/connedit.php:64 msgid "Could not access contact record." @@ -5596,17 +5485,40 @@ msgstr "Cerca tra i contatti" msgid "Finding: " msgstr "Ricerca: " -#: ../../mod/ping.php:265 -msgid "sent you a private message" -msgstr "ti ha inviato un messaggio privato" +#: ../../mod/manage.php:138 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Hai creato %1$.0f dei %2$.0f canali permessi." -#: ../../mod/ping.php:316 -msgid "added your channel" -msgstr "ha aggiunto il tuo canale" +#: ../../mod/manage.php:146 +msgid "Create a new channel" +msgstr "Crea un nuovo canale" -#: ../../mod/ping.php:357 -msgid "posted an event" -msgstr "ha creato un evento" +#: ../../mod/manage.php:151 +msgid "Current Channel" +msgstr "Canale attuale" + +#: ../../mod/manage.php:153 +msgid "Switch to one of your channels by selecting it." +msgstr "Passa a uno dei tuoi canali selezionandolo." + +#: ../../mod/manage.php:154 +msgid "Default Channel" +msgstr "Canale predefinito" + +#: ../../mod/manage.php:155 +msgid "Make Default" +msgstr "Rendi predefinito" + +#: ../../mod/manage.php:158 +#, php-format +msgid "%d new messages" +msgstr "%d nuovi messaggi" + +#: ../../mod/manage.php:159 +#, php-format +msgid "%d new introductions" +msgstr "%d nuove richieste di amicizia" #: ../../mod/connedit.php:189 msgid "is now connected to" @@ -5996,141 +5908,6 @@ msgstr "Non è disponibile alcuna tecnologia per comunicare in modo sicuro. ♥ Marital Status:" -msgstr " Stato sentimentale:" +#: ../../mod/setup.php:508 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di RedMatrix ma non è in grado di farlo." -#: ../../mod/profiles.php:654 -msgid "Who: (if applicable)" -msgstr "Con chi: (se possibile)" +#: ../../mod/setup.php:509 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi." -#: ../../mod/profiles.php:655 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Per esempio: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/setup.php:510 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix." -#: ../../mod/profiles.php:656 -msgid "Since [date]:" -msgstr "dal [data]:" +#: ../../mod/setup.php:511 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni." -#: ../../mod/profiles.php:658 -msgid "Homepage URL:" -msgstr "Indirizzo home page:" +#: ../../mod/setup.php:514 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php è scrivibile" -#: ../../mod/profiles.php:661 -msgid "Religious Views:" -msgstr "Orientamento religioso:" +#: ../../mod/setup.php:524 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP." -#: ../../mod/profiles.php:662 -msgid "Keywords:" -msgstr "Parole chiave, tag:" +#: ../../mod/setup.php:525 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix." -#: ../../mod/profiles.php:665 -msgid "Example: fishing photography software" -msgstr "Per esempio: pesca fotografia programmazione" +#: ../../mod/setup.php:526 ../../mod/setup.php:544 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Assicurati che il tuo web server sia in esecuzione da parte di un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)." -#: ../../mod/profiles.php:666 -msgid "Used in directory listings" -msgstr "Visibile nell'elenco pubblico di canali" +#: ../../mod/setup.php:527 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene." -#: ../../mod/profiles.php:667 -msgid "Tell us about yourself..." -msgstr "Raccontaci di te..." +#: ../../mod/setup.php:530 +#, php-format +msgid "%s is writable" +msgstr "%s è scrivibile" -#: ../../mod/profiles.php:668 -msgid "Hobbies/Interests" -msgstr "Hobby/interessi" +#: ../../mod/setup.php:543 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "RedMatrix salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix" -#: ../../mod/profiles.php:669 -msgid "Contact information and Social Networks" -msgstr "Contatti personali e i tuoi social network" +#: ../../mod/setup.php:547 +msgid "store is writable" +msgstr "l'archivio è scrivibile" -#: ../../mod/profiles.php:670 -msgid "My other channels" -msgstr "I miei altri canali" +#: ../../mod/setup.php:577 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito." -#: ../../mod/profiles.php:671 -msgid "Musical interests" -msgstr "Interessi musicali" +#: ../../mod/setup.php:578 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!" -#: ../../mod/profiles.php:672 -msgid "Books, literature" -msgstr "Libri, letteratura" +#: ../../mod/setup.php:579 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server." -#: ../../mod/profiles.php:673 -msgid "Television" -msgstr "Televisione" +#: ../../mod/setup.php:580 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser." -#: ../../mod/profiles.php:674 -msgid "Film/dance/culture/entertainment" -msgstr "Film/danza/cultura/intrattenimento" +#: ../../mod/setup.php:581 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto." -#: ../../mod/profiles.php:675 -msgid "Love/romance" -msgstr "Amore" +#: ../../mod/setup.php:582 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser." -#: ../../mod/profiles.php:676 -msgid "Work/employment" -msgstr "Lavoro/impiego" +#: ../../mod/setup.php:584 +msgid "SSL certificate validation" +msgstr "Validazione del certificato SSL" -#: ../../mod/profiles.php:677 -msgid "School/education" -msgstr "Scuola/educazione" +#: ../../mod/setup.php:590 +msgid "" +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:" -#: ../../mod/profiles.php:683 -msgid "This is your default profile." -msgstr "Questo è il tuo profilo predefinito." +#: ../../mod/setup.php:592 +msgid "Url rewrite is working" +msgstr "Url rewrite funziona correttamente" -#: ../../mod/profiles.php:694 ../../mod/directory.php:188 -msgid "Age: " -msgstr "Età:" +#: ../../mod/setup.php:602 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Il file di configurazione del database \".htconfig.php\" non puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito." -#: ../../mod/profiles.php:737 -msgid "Edit/Manage Profiles" -msgstr "Modifica/gestisci i profili" +#: ../../mod/setup.php:626 +msgid "Errors encountered creating database tables." +msgstr "La creazione delle tabelle del database ha generato errori." -#: ../../mod/profiles.php:738 -msgid "Add profile things" -msgstr "Aggiungi oggetti al profilo" +#: ../../mod/setup.php:661 +msgid "

    What next

    " +msgstr "

    I prossimi passi

    " -#: ../../mod/profiles.php:739 -msgid "Include desirable objects in your profile" -msgstr "Aggiungi oggetti interessanti al tuo profilo" +#: ../../mod/setup.php:662 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling." #: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 msgid "Tag removed" @@ -6998,7 +6903,7 @@ msgstr "Registrazioni in attesa" #: ../../mod/admin.php:206 msgid "Message queues" -msgstr "Messaggi in attesa di recapito" +msgstr "Coda messaggi in uscita" #: ../../mod/admin.php:211 ../../mod/admin.php:410 ../../mod/admin.php:511 #: ../../mod/admin.php:721 ../../mod/admin.php:857 ../../mod/admin.php:948 @@ -7588,31 +7493,6 @@ msgstr "Impossibile trovare la definizione del campo" msgid "Edit Profile Field" msgstr "Modifica campo del profilo" -#: ../../mod/manage.php:136 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Hai creato %1$.0f dei %2$.0f canali permessi." - -#: ../../mod/manage.php:144 -msgid "Create a new channel" -msgstr "Crea un nuovo canale" - -#: ../../mod/manage.php:149 -msgid "Current Channel" -msgstr "Canale attuale" - -#: ../../mod/manage.php:151 -msgid "Attach to one of your channels by selecting it." -msgstr "Seleziona il canale a cui vuoi passare." - -#: ../../mod/manage.php:152 -msgid "Default Channel" -msgstr "Canale predefinito" - -#: ../../mod/manage.php:153 -msgid "Make Default" -msgstr "Rendi predefinito" - #: ../../mod/menu.php:31 msgid "Menu updated." msgstr "Menù aggiornato." @@ -7917,23 +7797,19 @@ msgid "Or import an existing channel from another locatio msgstr "Oppure importa un tuo canale esistente da un altro server/hub" #: ../../mod/new_channel.php:118 -msgid "Channel Type" -msgstr "Tipo di canale" - -#: ../../mod/new_channel.php:119 -msgid "?" -msgstr "?" - -#: ../../mod/new_channel.php:120 -msgid "What is this?" -msgstr "Questo cos'è?" - -#: ../../mod/new_channel.php:121 msgid "" "Please choose a channel type (such as social networking or community forum) " "and privacy requirements so we can select the best permissions for you" msgstr "Descrivi il tipo di canale che vorresti creare (per esempio se ti interessa più usarlo come social network, come un forum di discussione...) e il tipo di privacy che preferisci. RedMatrix sceglierà per te i permessi più adatti." +#: ../../mod/new_channel.php:119 +msgid "Channel Type" +msgstr "Tipo di canale" + +#: ../../mod/new_channel.php:119 +msgid "Read more about roles" +msgstr "Maggiori informazioni sui ruoli" + #: ../../mod/xchan.php:6 msgid "Xchan Lookup" msgstr "Ricerca canale" @@ -7946,6 +7822,141 @@ msgstr "Cerca un canale (o un webbie) che inizia per:" msgid "invalid target signature" msgstr "la firma ricevuta non è valida" +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "Impossibile ottenere informazioni sul proprietario della pagina." + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Album non trovato." + +#: ../../mod/photos.php:119 ../../mod/photos.php:672 +msgid "Delete Album" +msgstr "Elimina album" + +#: ../../mod/photos.php:159 ../../mod/photos.php:955 +msgid "Delete Photo" +msgstr "Elimina foto" + +#: ../../mod/photos.php:469 +msgid "No photos selected" +msgstr "Nessuna foto selezionata" + +#: ../../mod/photos.php:513 +msgid "Access to this item is restricted." +msgstr "Questo elemento non è visibile a tutti." + +#: ../../mod/photos.php:552 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile." + +#: ../../mod/photos.php:555 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "Hai usato %1$.2f Mb del tuo spazio disponibile." + +#: ../../mod/photos.php:579 +msgid "Upload Photos" +msgstr "Carica foto" + +#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:940 +msgid "Enter a new album name" +msgstr "Inserisci il nome di un nuovo album" + +#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:941 +msgid "or select an existing one (doubleclick)" +msgstr "o seleziona uno esistente (doppio click)" + +#: ../../mod/photos.php:585 +msgid "Do not show a status post for this upload" +msgstr "Non creare un messaggio di stato per questo caricamento" + +#: ../../mod/photos.php:613 +msgid "Album name could not be decoded" +msgstr "Non è stato possibile leggere il nome dell'album" + +#: ../../mod/photos.php:654 ../../mod/photos.php:1164 +#: ../../mod/photos.php:1180 +msgid "Contact Photos" +msgstr "Foto dei contatti" + +#: ../../mod/photos.php:678 +msgid "Show Newest First" +msgstr "Prima i più recenti" + +#: ../../mod/photos.php:680 +msgid "Show Oldest First" +msgstr "Prima i più vecchi" + +#: ../../mod/photos.php:704 ../../mod/photos.php:1212 +msgid "View Photo" +msgstr "Guarda la foto" + +#: ../../mod/photos.php:733 +msgid "Edit Album" +msgstr "Modifica album" + +#: ../../mod/photos.php:778 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permesso negato. L'accesso a questo elemento può essere stato limitato." + +#: ../../mod/photos.php:780 +msgid "Photo not available" +msgstr "Foto non disponibile" + +#: ../../mod/photos.php:838 +msgid "Use as profile photo" +msgstr "Usa come foto del profilo" + +#: ../../mod/photos.php:845 +msgid "Private Photo" +msgstr "Foto privata" + +#: ../../mod/photos.php:860 +msgid "View Full Size" +msgstr "Vedi nelle dimensioni originali" + +#: ../../mod/photos.php:934 +msgid "Edit photo" +msgstr "Modifica la foto" + +#: ../../mod/photos.php:936 +msgid "Rotate CW (right)" +msgstr "Ruota (senso orario)" + +#: ../../mod/photos.php:937 +msgid "Rotate CCW (left)" +msgstr "Ruota (senso antiorario)" + +#: ../../mod/photos.php:944 +msgid "Caption" +msgstr "Titolo" + +#: ../../mod/photos.php:946 +msgid "Add a Tag" +msgstr "Aggiungi tag" + +#: ../../mod/photos.php:950 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com" + +#: ../../mod/photos.php:953 +msgid "Flag as adult in album view" +msgstr "Marca come 'per adulti'" + +#: ../../mod/photos.php:1130 +msgid "In This Photo:" +msgstr "In questa foto:" + +#: ../../mod/photos.php:1218 +msgid "View Album" +msgstr "Guarda l'album" + +#: ../../mod/photos.php:1241 +msgid "Recent Photos" +msgstr "Foto recenti" + #: ../../mod/oexchange.php:23 msgid "Unable to find your hub." msgstr "Impossibile raggiungere il tuo hub." @@ -8360,41 +8371,41 @@ msgstr "Album con foto storte" msgid "Are you a clean desk or a messy desk person?" msgstr "La tua scrivania è sempre a posto? Sei una persona disordinata?" -#: ../../boot.php:1345 +#: ../../boot.php:1347 #, php-format msgid "Update %s failed. See error logs." msgstr "%s: aggiornamento fallito. Controlla i log di errore." -#: ../../boot.php:1348 +#: ../../boot.php:1350 #, php-format msgid "Update Error at %s" msgstr "Errore di aggiornamento su %s" -#: ../../boot.php:1515 +#: ../../boot.php:1517 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Registrati per accedere ai servizi e alle applicazioni di RedMatrix" -#: ../../boot.php:1543 +#: ../../boot.php:1545 msgid "Password" msgstr "Password" -#: ../../boot.php:1544 +#: ../../boot.php:1546 msgid "Remember me" msgstr "Resta connesso" -#: ../../boot.php:1547 +#: ../../boot.php:1549 msgid "Forgot your password?" msgstr "Hai dimenticato la password?" -#: ../../boot.php:1628 +#: ../../boot.php:1630 msgid "permission denied" msgstr "permesso negato" -#: ../../boot.php:1629 +#: ../../boot.php:1631 msgid "Got Zot?" msgstr "Hai Zot?" -#: ../../boot.php:2112 +#: ../../boot.php:2114 msgid "toggle mobile" msgstr "attiva/disattiva versione mobile" diff --git a/view/it/strings.php b/view/it/strings.php index 115962dfc..3eb28ffd7 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -90,9 +90,6 @@ $a->strings["Created"] = "Creato"; $a->strings["Edited"] = "Modificato"; $a->strings["Embedded content"] = "Contenuti incorporati"; $a->strings["Embedding disabled"] = "Disabilita la creazione di contenuti incorporati"; -$a->strings["Logged out."] = "Uscita effettuata."; -$a->strings["Failed authentication"] = "Autenticazione fallita"; -$a->strings["Login failed."] = "Accesso fallito."; $a->strings["Image exceeds website size limit of %lu bytes"] = "L'immagine supera il limite massimo di %lu bytes"; $a->strings["Image file is empty."] = "Il file dell'immagine è vuoto."; $a->strings["Unable to process image"] = "Impossibile elaborare l'immagine"; @@ -110,6 +107,20 @@ $a->strings["Redmatrix event notification:"] = "Notifica eventi RedMatrix:"; $a->strings["Starts:"] = "Inizio:"; $a->strings["Finishes:"] = "Fine:"; $a->strings["Location:"] = "Luogo:"; +$a->strings["Item was not found."] = "Elemento non trovato."; +$a->strings["No source file."] = "Nessun file di origine."; +$a->strings["Cannot locate file to replace"] = "Il file da sostituire non è stato trovato"; +$a->strings["Cannot locate file to revise/update"] = "Il file da aggiornare non è stato trovato"; +$a->strings["File exceeds size limit of %d"] = "Il file supera la dimensione massima di %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Caricamento file fallito, potrebbe essere stato interrotto o potrebbe aver superato lo spazio assegnato."; +$a->strings["Stored file could not be verified. Upload failed."] = "Il file non può essere verificato. Caricamento fallito."; +$a->strings["Path not available."] = "Percorso non disponibile."; +$a->strings["Empty pathname"] = "Il percorso del file è vuoto"; +$a->strings["duplicate filename or path"] = "il file o il percorso del file è duplicato"; +$a->strings["Path not found."] = "Percorso del file non trovato."; +$a->strings["mkdir failed."] = "mkdir fallito."; +$a->strings["database storage failed."] = "scrittura su database fallita."; $a->strings["General Features"] = "Funzionalità di base"; $a->strings["Content Expiration"] = "Scadenza"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Elimina gli articoli, i commenti o i messaggi privati dopo un lasso di tempo"; @@ -217,11 +228,122 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; +$a->strings["Logged out."] = "Uscita effettuata."; +$a->strings["Failed authentication"] = "Autenticazione fallita"; +$a->strings["Login failed."] = "Accesso fallito."; $a->strings["Visible to your default audience"] = "Visibile secondo le impostazioni predefinite"; $a->strings["Show"] = "Mostra"; $a->strings["Don't show"] = "Non mostrare"; $a->strings["Permissions"] = "Permessi"; $a->strings["Close"] = "Chiudi"; +$a->strings["Unable to obtain identity information from database"] = "Impossibile ottenere le informazioni di identificazione dal database"; +$a->strings["Empty name"] = "Nome vuoto"; +$a->strings["Name too long"] = "Nome troppo lungo"; +$a->strings["No account identifier"] = "Account senza identificativo"; +$a->strings["Nickname is required."] = "Il nome dell'account è obbligatorio."; +$a->strings["Reserved nickname. Please choose another."] = "Nome utente riservato. Per favore scegline un altro."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Il nome dell'account è già in uso oppure ha dei caratteri non supportati."; +$a->strings["Unable to retrieve created identity"] = "Impossibile caricare l'identità creata"; +$a->strings["Default Profile"] = "Profilo predefinito"; +$a->strings["Friends"] = "Amici"; +$a->strings["Requested channel is not available."] = "Il canale che cerchi non è disponibile."; +$a->strings["Requested profile is not available."] = "Il profilo richiesto non è disponibile."; +$a->strings["Connect"] = "Aggiungi"; +$a->strings["Change profile photo"] = "Cambia la foto del profilo"; +$a->strings["Profiles"] = "Profili"; +$a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili"; +$a->strings["Create New Profile"] = "Crea un nuovo profilo"; +$a->strings["Edit Profile"] = "Modifica il profilo"; +$a->strings["Profile Image"] = "Immagine del profilo"; +$a->strings["visible to everybody"] = "visibile a tutti"; +$a->strings["Edit visibility"] = "Cambia la visibilità"; +$a->strings["Gender:"] = "Sesso:"; +$a->strings["Status:"] = "Stato:"; +$a->strings["Homepage:"] = "Home page:"; +$a->strings["Online Now"] = "Online adesso"; +$a->strings["g A l F d"] = "g A l d F"; +$a->strings["F d"] = "d F"; +$a->strings["[today]"] = "[oggi]"; +$a->strings["Birthday Reminders"] = "Promemoria compleanni"; +$a->strings["Birthdays this week:"] = "Compleanni questa settimana:"; +$a->strings["[No description]"] = "[Nessuna descrizione]"; +$a->strings["Event Reminders"] = "Promemoria"; +$a->strings["Events this week:"] = "Eventi di questa settimana:"; +$a->strings["Profile"] = "Profilo"; +$a->strings["Full Name:"] = "Nome completo:"; +$a->strings["Like this channel"] = "Mi piace questo canale"; +$a->strings["j F, Y"] = "j F Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Compleanno:"; +$a->strings["Age:"] = "Età:"; +$a->strings["for %1\$d %2\$s"] = "per %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Preferenze sessuali:"; +$a->strings["Hometown:"] = "Città dove vivo:"; +$a->strings["Tags:"] = "Tag:"; +$a->strings["Political Views:"] = "Orientamento politico:"; +$a->strings["Religion:"] = "Religione:"; +$a->strings["About:"] = "Informazioni:"; +$a->strings["Hobbies/Interests:"] = "Interessi e hobby:"; +$a->strings["Likes:"] = "Mi piace:"; +$a->strings["Dislikes:"] = "Non mi piace:"; +$a->strings["Contact information and Social Networks:"] = "Contatti e social network:"; +$a->strings["My other channels:"] = "I miei altri canali:"; +$a->strings["Musical interests:"] = "Gusti musicali:"; +$a->strings["Books, literature:"] = "Libri, letteratura:"; +$a->strings["Television:"] = "Televisione:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film, danza, cultura, intrattenimento:"; +$a->strings["Love/Romance:"] = "Amore:"; +$a->strings["Work/employment:"] = "Lavoro:"; +$a->strings["School/education:"] = "Scuola:"; +$a->strings["Like this thing"] = "Mi piace questo oggetto"; +$a->strings["%d invitation available"] = array( + 0 => "%d invito disponibile", + 1 => "%d inviti disponibili", +); +$a->strings["Advanced"] = "Avanzate"; +$a->strings["Find Channels"] = "Ricerca canali"; +$a->strings["Enter name or interest"] = "Scrivi un nome o un interesse"; +$a->strings["Connect/Follow"] = "Aggiungi"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Per esempio: Mario Rossi, Pesca"; +$a->strings["Find"] = "Cerca"; +$a->strings["Channel Suggestions"] = "Canali suggeriti"; +$a->strings["Random Profile"] = "Profilo casuale"; +$a->strings["Invite Friends"] = "Invita amici"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Per esempio: name=mario e country=italy"; +$a->strings["Everything"] = "Tutto"; +$a->strings["%d connection in common"] = array( + 0 => "%d contatto in comune", + 1 => "%d contatti in comune", +); +$a->strings["show more"] = "mostra tutto"; +$a->strings["This event has been added to your calendar."] = "Questo evento è stato aggiunto al tuo calendario"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti potrebbero rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."; +$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i canali che inizi a seguire"; +$a->strings["All Channels"] = "Tutti i canali"; +$a->strings["edit"] = "modifica"; +$a->strings["Collections"] = "Insiemi di canali"; +$a->strings["Edit collection"] = "Modifica l'insieme di canali"; +$a->strings["Create a new collection"] = "Crea un nuovo insieme"; +$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme"; +$a->strings["add"] = "aggiungi"; +$a->strings["Not a valid email address"] = "Email non valida"; +$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito"; +$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito."; +$a->strings["An invitation is required."] = "È necessario un invito."; +$a->strings["Invitation could not be verified."] = "L'invito non può essere verificato."; +$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste."; +$a->strings["Failed to store account information."] = "Non è stato possibile salvare le informazioni del tuo account."; +$a->strings["Registration confirmation for %s"] = "Registrazione di %s confermata"; +$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s"; +$a->strings["Administrator"] = "Amministratore"; +$a->strings["your registration password"] = "la password di registrazione"; +$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s"; +$a->strings["Account approved."] = "Account approvato."; +$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s"; +$a->strings["Account verified. Please login."] = "Registrazione verificata. Adesso puoi effettuare login."; +$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione supera i limiti del tuo abbonamento."; +$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento."; $a->strings["prev"] = "prec"; $a->strings["first"] = "inizio"; $a->strings["last"] = "fine"; @@ -308,229 +430,59 @@ $a->strings["Blocks"] = "Riquadri"; $a->strings["Menus"] = "Menù"; $a->strings["Layouts"] = "Layout"; $a->strings["Pages"] = "Pagine"; -$a->strings["%d invitation available"] = array( - 0 => "%d invito disponibile", - 1 => "%d inviti disponibili", +$a->strings["Public Timeline"] = "Diario pubblico"; +$a->strings["Missing room name"] = "Area chat senza nome"; +$a->strings["Duplicate room name"] = "Il nome dell'area chat è duplicato"; +$a->strings["Invalid room specifier."] = "Il nome dell'area chat non è valido."; +$a->strings["Room not found."] = "Area chat non trovata."; +$a->strings["Room is full"] = "L'area chat è al completo"; +$a->strings["Channel is blocked on this site."] = "Il canale è bloccato per questo sito."; +$a->strings["Channel location missing."] = "Manca l'indirizzo del canale."; +$a->strings["Response from remote channel was incomplete."] = "La risposta dal canale non è completa."; +$a->strings["Channel was deleted and no longer exists."] = "Il canale è stato rimosso e non esiste più."; +$a->strings["Protocol disabled."] = "Protocollo disabilitato."; +$a->strings["Channel discovery failed."] = "La ricerca del canale non ha avuto successo."; +$a->strings["local account not found."] = "l'account locale non è stato trovato."; +$a->strings["Cannot connect to yourself."] = "Non puoi connetterti a te stesso."; +$a->strings["channel"] = "canale"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s adesso è connesso con %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s ha mandato un poke a %2\$s"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s è %2\$s"; +$a->strings["Select"] = "Seleziona"; +$a->strings["Private Message"] = "Messaggio privato"; +$a->strings["Message signature validated"] = "Messaggio con firma verificata"; +$a->strings["Message signature incorrect"] = "Massaggio con firma non corretta"; +$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s"; +$a->strings["Categories:"] = "Categorie:"; +$a->strings["Filed under:"] = "Classificato come:"; +$a->strings[" from %s"] = " da %s"; +$a->strings["last edited: %s"] = "ultima modifica: %s"; +$a->strings["Expires: %s"] = "Scadenza: %s"; +$a->strings["View in context"] = "Vedi nel contesto"; +$a->strings["Please wait"] = "Attendere"; +$a->strings["remove"] = "rimuovi"; +$a->strings["Loading..."] = "Caricamento in corso..."; +$a->strings["Delete Selected Items"] = "Elimina gli oggetti selezionati"; +$a->strings["View Source"] = "Vedi il sorgente"; +$a->strings["Follow Thread"] = "Segui la discussione"; +$a->strings["View Status"] = "Guarda il messaggio di stato"; +$a->strings["View Profile"] = "Profilo"; +$a->strings["View Photos"] = "Guarda le foto"; +$a->strings["Matrix Activity"] = "Attività nella tua rete"; +$a->strings["Edit Contact"] = "Modifica il contatto"; +$a->strings["Send PM"] = "Invia messaggio privato"; +$a->strings["Poke"] = "Poke"; +$a->strings["%s likes this."] = "Piace a %s."; +$a->strings["%s doesn't like this."] = "Non piace a %s."; +$a->strings["%2\$d people like this."] = array( + 0 => "", + 1 => "Piace a %2\$d persone.", ); -$a->strings["Advanced"] = "Avanzate"; -$a->strings["Find Channels"] = "Ricerca canali"; -$a->strings["Enter name or interest"] = "Scrivi un nome o un interesse"; -$a->strings["Connect/Follow"] = "Aggiungi"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Per esempio: Mario Rossi, Pesca"; -$a->strings["Find"] = "Cerca"; -$a->strings["Channel Suggestions"] = "Canali suggeriti"; -$a->strings["Random Profile"] = "Profilo casuale"; -$a->strings["Invite Friends"] = "Invita amici"; -$a->strings["Advanced example: name=fred and country=iceland"] = "Per esempio: name=mario e country=italy"; -$a->strings["Everything"] = "Tutto"; -$a->strings["%d connection in common"] = array( - 0 => "%d contatto in comune", - 1 => "%d contatti in comune", -); -$a->strings["show more"] = "mostra tutto"; -$a->strings["Red Matrix Notification"] = "Notifica di RedMatrix"; -$a->strings["redmatrix"] = "RedMatrix"; -$a->strings["Thank You,"] = "Grazie,"; -$a->strings["%s Administrator"] = "L'amministratore di %s"; -$a->strings["%s "] = "%s "; -$a->strings["[Red:Notify] New mail received at %s"] = "[RedMatrix] Nuovo messaggio su %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s ti ha mandato un messaggio privato su %3\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s ti ha mandato %2\$s."; -$a->strings["a private message"] = "un messaggio privato"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Visita %s per leggere i tuoi messaggi privati e rispondere."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%5\$s di %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s che hai creato[/zrl]"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[RedMatrix] Nuovo commento di %2\$s alla conversazione #%1\$d"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha commentato un elemento che stavi seguendo."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Visita %s per leggere o commentare la conversazione."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[RedMatrix] %s ha scritto sulla tua bacheca"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha scritto sulla bacheca del tuo profilo su %3\$s"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s ha scritto sulla [zrl=%3\$s]tua bacheca[/zrl]"; -$a->strings["[Red:Notify] %s tagged you"] = "[RedMatrix] %s ti ha taggato"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s ti ha taggato su %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]ti ha taggato[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[RedMatrix] %1\$s ti ha mandato un poke"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s ti ha mandato un poke su %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]ti ha mandato un poke[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[RedMatrix] %s ha taggato il tuo articolo"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha taggato il tuo articolo su %3\$s"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha taggato [zrl=%3\$s]il tuo articolo[/zrl]"; -$a->strings["[Red:Notify] Introduction received"] = "[RedMatrix] Hai una richiesta di amicizia"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, hai ricevuto una richiesta di entrare in contatto da '%2\$s' su %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, hai ricevuto una [zrl=%2\$s]richiesta di entrare in contatto[/zrl] da %3\$s."; -$a->strings["You may visit their profile at %s"] = "Puoi visitare il suo profilo su %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Visita %s per approvare o rifiutare la richiesta di entrare in contatto."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[RedMatrix] Ti è stato suggerito un amico"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, ti è stato suggerito un amico da '%2\$s' su %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, %4\$s ti [zrl=%2\$s]ha suggerito %3\$s[/zrl] come amico."; -$a->strings["Name:"] = "Nome:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s per approvare o rifiutare il suggerimento."; -$a->strings["[Red:Notify]"] = "[RedMatrix]"; -$a->strings["This event has been added to your calendar."] = "Questo evento è stato aggiunto al tuo calendario"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti potrebbero rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."; -$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i canali che inizi a seguire"; -$a->strings["All Channels"] = "Tutti i canali"; -$a->strings["edit"] = "modifica"; -$a->strings["Collections"] = "Insiemi di canali"; -$a->strings["Edit collection"] = "Modifica l'insieme di canali"; -$a->strings["Create a new collection"] = "Crea un nuovo insieme"; -$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme"; -$a->strings["add"] = "aggiungi"; -$a->strings["Unable to obtain identity information from database"] = "Impossibile ottenere le informazioni di identificazione dal database"; -$a->strings["Empty name"] = "Nome vuoto"; -$a->strings["Name too long"] = "Nome troppo lungo"; -$a->strings["No account identifier"] = "Account senza identificativo"; -$a->strings["Nickname is required."] = "Il nome dell'account è obbligatorio."; -$a->strings["Reserved nickname. Please choose another."] = "Nome utente riservato. Per favore scegline un altro."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Il nome dell'account è già in uso oppure ha dei caratteri non supportati."; -$a->strings["Unable to retrieve created identity"] = "Impossibile caricare l'identità creata"; -$a->strings["Default Profile"] = "Profilo predefinito"; -$a->strings["Friends"] = "Amici"; -$a->strings["Requested channel is not available."] = "Il canale che cerchi non è disponibile."; -$a->strings["Requested profile is not available."] = "Il profilo richiesto non è disponibile."; -$a->strings["Connect"] = "Aggiungi"; -$a->strings["Change profile photo"] = "Cambia la foto del profilo"; -$a->strings["Profiles"] = "Profili"; -$a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili"; -$a->strings["Create New Profile"] = "Crea un nuovo profilo"; -$a->strings["Edit Profile"] = "Modifica il profilo"; -$a->strings["Profile Image"] = "Immagine del profilo"; -$a->strings["visible to everybody"] = "visibile a tutti"; -$a->strings["Edit visibility"] = "Cambia la visibilità"; -$a->strings["Gender:"] = "Sesso:"; -$a->strings["Status:"] = "Stato:"; -$a->strings["Homepage:"] = "Home page:"; -$a->strings["Online Now"] = "Online adesso"; -$a->strings["g A l F d"] = "g A l d F"; -$a->strings["F d"] = "d F"; -$a->strings["[today]"] = "[oggi]"; -$a->strings["Birthday Reminders"] = "Promemoria compleanni"; -$a->strings["Birthdays this week:"] = "Compleanni questa settimana:"; -$a->strings["[No description]"] = "[Nessuna descrizione]"; -$a->strings["Event Reminders"] = "Promemoria"; -$a->strings["Events this week:"] = "Eventi di questa settimana:"; -$a->strings["Profile"] = "Profilo"; -$a->strings["Full Name:"] = "Nome completo:"; -$a->strings["Like this channel"] = "Mi piace questo canale"; -$a->strings["j F, Y"] = "j F Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Compleanno:"; -$a->strings["Age:"] = "Età:"; -$a->strings["for %1\$d %2\$s"] = "per %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Preferenze sessuali:"; -$a->strings["Hometown:"] = "Città dove vivo:"; -$a->strings["Tags:"] = "Tag:"; -$a->strings["Political Views:"] = "Orientamento politico:"; -$a->strings["Religion:"] = "Religione:"; -$a->strings["About:"] = "Informazioni:"; -$a->strings["Hobbies/Interests:"] = "Interessi e hobby:"; -$a->strings["Likes:"] = "Mi piace:"; -$a->strings["Dislikes:"] = "Non mi piace:"; -$a->strings["Contact information and Social Networks:"] = "Contatti e social network:"; -$a->strings["My other channels:"] = "I miei altri canali:"; -$a->strings["Musical interests:"] = "Gusti musicali:"; -$a->strings["Books, literature:"] = "Libri, letteratura:"; -$a->strings["Television:"] = "Televisione:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film, danza, cultura, intrattenimento:"; -$a->strings["Love/Romance:"] = "Amore:"; -$a->strings["Work/employment:"] = "Lavoro:"; -$a->strings["School/education:"] = "Scuola:"; -$a->strings["Like this thing"] = "Mi piace questo oggetto"; -$a->strings["Not a valid email address"] = "Email non valida"; -$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito"; -$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito."; -$a->strings["An invitation is required."] = "È necessario un invito."; -$a->strings["Invitation could not be verified."] = "L'invito non può essere verificato."; -$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste."; -$a->strings["Failed to store account information."] = "Non è stato possibile salvare le informazioni del tuo account."; -$a->strings["Registration confirmation for %s"] = "Registrazione di %s confermata"; -$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s"; -$a->strings["Administrator"] = "Amministratore"; -$a->strings["your registration password"] = "la password di registrazione"; -$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s"; -$a->strings["Account approved."] = "Account approvato."; -$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s"; -$a->strings["Account verified. Please login."] = "Registrazione verificata. Adesso puoi effettuare login."; -$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione supera i limiti del tuo abbonamento."; -$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento."; -$a->strings["Channel is blocked on this site."] = "Il canale è bloccato per questo sito."; -$a->strings["Channel location missing."] = "Manca l'indirizzo del canale."; -$a->strings["Response from remote channel was incomplete."] = "La risposta dal canale non è completa."; -$a->strings["Channel was deleted and no longer exists."] = "Il canale è stato rimosso e non esiste più."; -$a->strings["Protocol disabled."] = "Protocollo disabilitato."; -$a->strings["Channel discovery failed."] = "La ricerca del canale non ha avuto successo."; -$a->strings["local account not found."] = "l'account locale non è stato trovato."; -$a->strings["Cannot connect to yourself."] = "Non puoi connetterti a te stesso."; -$a->strings["Public Timeline"] = "Diario pubblico"; -$a->strings["Item was not found."] = "Elemento non trovato."; -$a->strings["No source file."] = "Nessun file di origine."; -$a->strings["Cannot locate file to replace"] = "Il file da sostituire non è stato trovato"; -$a->strings["Cannot locate file to revise/update"] = "Il file da aggiornare non è stato trovato"; -$a->strings["File exceeds size limit of %d"] = "Il file supera la dimensione massima di %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Hai raggiunto il limite complessivo di %1$.0f Mbytes per gli allegati."; -$a->strings["File upload failed. Possible system limit or action terminated."] = "Caricamento file fallito, potrebbe essere stato interrotto o potrebbe aver superato lo spazio assegnato."; -$a->strings["Stored file could not be verified. Upload failed."] = "Il file non può essere verificato. Caricamento fallito."; -$a->strings["Path not available."] = "Percorso non disponibile."; -$a->strings["Empty pathname"] = "Il percorso del file è vuoto"; -$a->strings["duplicate filename or path"] = "il file o il percorso del file è duplicato"; -$a->strings["Path not found."] = "Percorso del file non trovato."; -$a->strings["mkdir failed."] = "mkdir fallito."; -$a->strings["database storage failed."] = "scrittura su database fallita."; -$a->strings["Missing room name"] = "Area chat senza nome"; -$a->strings["Duplicate room name"] = "Il nome dell'area chat è duplicato"; -$a->strings["Invalid room specifier."] = "Il nome dell'area chat non è valido."; -$a->strings["Room not found."] = "Area chat non trovata."; -$a->strings["Room is full"] = "L'area chat è al completo"; -$a->strings["Image/photo"] = "Immagine"; -$a->strings["Encrypted content"] = "Contenuto crittografato"; -$a->strings["Install design element: "] = "Installa il componente di design:"; -$a->strings["QR code"] = "QR code"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s ha scritto %2\$s %3\$s"; -$a->strings["post"] = "l'articolo"; -$a->strings["$1 spoiler"] = "$1 spoiler"; -$a->strings["$1 wrote:"] = "$1 ha scritto:"; -$a->strings["channel"] = "canale"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s"; -$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s adesso è connesso con %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s ha mandato un poke a %2\$s"; -$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s è %2\$s"; -$a->strings["Select"] = "Seleziona"; -$a->strings["Private Message"] = "Messaggio privato"; -$a->strings["Message signature validated"] = "Messaggio con firma verificata"; -$a->strings["Message signature incorrect"] = "Massaggio con firma non corretta"; -$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s"; -$a->strings["Categories:"] = "Categorie:"; -$a->strings["Filed under:"] = "Classificato come:"; -$a->strings[" from %s"] = " da %s"; -$a->strings["last edited: %s"] = "ultima modifica: %s"; -$a->strings["Expires: %s"] = "Scadenza: %s"; -$a->strings["View in context"] = "Vedi nel contesto"; -$a->strings["Please wait"] = "Attendere"; -$a->strings["remove"] = "rimuovi"; -$a->strings["Loading..."] = "Caricamento in corso..."; -$a->strings["Delete Selected Items"] = "Elimina gli oggetti selezionati"; -$a->strings["View Source"] = "Vedi il sorgente"; -$a->strings["Follow Thread"] = "Segui la discussione"; -$a->strings["View Status"] = "Guarda il messaggio di stato"; -$a->strings["View Profile"] = "Profilo"; -$a->strings["View Photos"] = "Guarda le foto"; -$a->strings["Matrix Activity"] = "Attività nella tua rete"; -$a->strings["Edit Contact"] = "Modifica il contatto"; -$a->strings["Send PM"] = "Invia messaggio privato"; -$a->strings["Poke"] = "Poke"; -$a->strings["%s likes this."] = "Piace a %s."; -$a->strings["%s doesn't like this."] = "Non piace a %s."; -$a->strings["%2\$d people like this."] = array( - 0 => "", - 1 => "Piace a %2\$d persone.", -); -$a->strings["%2\$d people don't like this."] = array( - 0 => "", - 1 => "Non piace a %2\$d persone.", +$a->strings["%2\$d people don't like this."] = array( + 0 => "", + 1 => "Non piace a %2\$d persone.", ); $a->strings["and"] = "e"; $a->strings[", and %d other people"] = array( @@ -728,6 +680,54 @@ $a->strings["Purchase"] = "Acquista"; $a->strings["New window"] = "Nuova finestra"; $a->strings["Open the selected location in a different window or browser tab"] = "Apri l'indirizzo selezionato in una nuova scheda o finestra"; $a->strings["User '%s' deleted"] = "Utente '%s' eliminato"; +$a->strings["Image/photo"] = "Immagine"; +$a->strings["Encrypted content"] = "Contenuto crittografato"; +$a->strings["Install design element: "] = "Installa il componente di design:"; +$a->strings["QR code"] = "QR code"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s ha scritto %2\$s %3\$s"; +$a->strings["post"] = "l'articolo"; +$a->strings["$1 spoiler"] = "$1 spoiler"; +$a->strings["$1 wrote:"] = "$1 ha scritto:"; +$a->strings["Red Matrix Notification"] = "Notifica di RedMatrix"; +$a->strings["redmatrix"] = "RedMatrix"; +$a->strings["Thank You,"] = "Grazie,"; +$a->strings["%s Administrator"] = "L'amministratore di %s"; +$a->strings["%s "] = "%s "; +$a->strings["[Red:Notify] New mail received at %s"] = "[RedMatrix] Nuovo messaggio su %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s ti ha mandato un messaggio privato su %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s ti ha mandato %2\$s."; +$a->strings["a private message"] = "un messaggio privato"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Visita %s per leggere i tuoi messaggi privati e rispondere."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%5\$s di %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha commentato [zrl=%3\$s]%4\$s che hai creato[/zrl]"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[RedMatrix] Nuovo commento di %2\$s alla conversazione #%1\$d"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha commentato un elemento che stavi seguendo."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Visita %s per leggere o commentare la conversazione."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[RedMatrix] %s ha scritto sulla tua bacheca"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha scritto sulla bacheca del tuo profilo su %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s ha scritto sulla [zrl=%3\$s]tua bacheca[/zrl]"; +$a->strings["[Red:Notify] %s tagged you"] = "[RedMatrix] %s ti ha taggato"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s ti ha taggato su %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]ti ha taggato[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[RedMatrix] %1\$s ti ha mandato un poke"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s ti ha mandato un poke su %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]ti ha mandato un poke[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[RedMatrix] %s ha taggato il tuo articolo"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha taggato il tuo articolo su %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha taggato [zrl=%3\$s]il tuo articolo[/zrl]"; +$a->strings["[Red:Notify] Introduction received"] = "[RedMatrix] Hai una richiesta di amicizia"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, hai ricevuto una richiesta di entrare in contatto da '%2\$s' su %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, hai ricevuto una [zrl=%2\$s]richiesta di entrare in contatto[/zrl] da %3\$s."; +$a->strings["You may visit their profile at %s"] = "Puoi visitare il suo profilo su %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Visita %s per approvare o rifiutare la richiesta di entrare in contatto."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[RedMatrix] Ti è stato suggerito un amico"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, ti è stato suggerito un amico da '%2\$s' su %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, %4\$s ti [zrl=%2\$s]ha suggerito %3\$s[/zrl] come amico."; +$a->strings["Name:"] = "Nome:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s per approvare o rifiutare il suggerimento."; +$a->strings["[Red:Notify]"] = "[RedMatrix]"; $a->strings["Delete this item?"] = "Eliminare questo elemento?"; $a->strings["[-] show less"] = "[-] riduci"; $a->strings["[+] expand"] = "[+] mostra tutto"; @@ -910,143 +910,9 @@ $a->strings["Menu item could not be deleted."] = "L'elemento del menù non può $a->strings["Edit Menu Element"] = "Modifica l'elemento del menù"; $a->strings["Modify"] = "Modifica"; $a->strings["Some blurb about what to do when you're new here"] = "Qualche suggerimento per i nuovi utenti su cosa fare"; -$a->strings["Name is required"] = "Il nome è obbligatorio"; -$a->strings["Key and Secret are required"] = "Key e Secret sono richiesti"; -$a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Password non cambiata."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Le password non possono essere vuote. Password non cambiata."; -$a->strings["Password changed."] = "Password cambiata."; -$a->strings["Password update failed. Please try again."] = "Modifica password fallita. Prova ancora."; -$a->strings["Not valid email."] = "Email non valida."; -$a->strings["Protected email address. Cannot change to that email."] = "È un indirizzo email riservato. Non puoi sceglierlo."; -$a->strings["System failure storing new email. Please try again."] = "Errore di sistema. Non è stato possibile memorizzare il tuo messaggio, riprova per favore."; -$a->strings["Settings updated."] = "Impostazioni aggiornate."; -$a->strings["Add application"] = "Aggiungi una app"; -$a->strings["Name of application"] = "Nome dell'applicazione"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Automatically generated - change if desired. Max length 20"] = "Generato automaticamente - è possibile cambiarlo. Lunghezza massima 20"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Redirect"] = "Redirect"; -$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI ridirezionato - lasciare bianco se non richiesto specificamente dall'applicazione."; -$a->strings["Icon url"] = "Url icona"; -$a->strings["Optional"] = "Opzionale"; -$a->strings["You can't edit this application."] = "Non puoi modificare questa applicazione."; -$a->strings["Connected Apps"] = "App connesse"; -$a->strings["Client key starts with"] = "La client key inizia con"; -$a->strings["No name"] = "Nessun nome"; -$a->strings["Remove authorization"] = "Revoca l'autorizzazione"; -$a->strings["No feature settings configured"] = "Non hai componenti aggiuntivi da personalizzare"; -$a->strings["Feature Settings"] = "Componenti aggiuntivi"; -$a->strings["Account Settings"] = "Il tuo account"; -$a->strings["Password Settings"] = "Impostazioni password"; -$a->strings["New Password:"] = "Nuova password:"; -$a->strings["Confirm:"] = "Conferma:"; -$a->strings["Leave password fields blank unless changing"] = "Lascia questi campi in bianco per non cambiare la password"; -$a->strings["Email Address:"] = "Indirizzo email:"; -$a->strings["Remove Account"] = "Elimina l'account"; -$a->strings["Remove this account from this server including all its channels"] = "Elimina l'account da questo server, inclusi tutti i canali"; -$a->strings["Warning: This action is permanent and cannot be reversed."] = "Attenzione: questa azione è permanente e non potrà più essere annullata."; -$a->strings["Off"] = "Off"; -$a->strings["On"] = "On"; -$a->strings["Additional Features"] = "Funzionalità opzionali"; -$a->strings["Connector Settings"] = "Impostazioni del connettore"; -$a->strings["No special theme for mobile devices"] = "Nessun tema per dispositivi mobili"; -$a->strings["%s - (Experimental)"] = "%s - (Sperimentale)"; -$a->strings["mobile"] = "mobile"; -$a->strings["Display Settings"] = "Aspetto"; -$a->strings["Display Theme:"] = "Tema per schermi medio grandi:"; -$a->strings["Mobile Theme:"] = "Tema per dispositivi mobili:"; -$a->strings["Enable user zoom on mobile devices"] = "Attiva la possibilità di fare zoom sui dispositivi mobili"; -$a->strings["Update browser every xx seconds"] = "Aggiorna il browser ogni x secondi"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Minimo 10 secondi, nessun limite massimo"; -$a->strings["Maximum number of conversations to load at any time:"] = "Massimo numero di conversazioni da mostrare ogni volta:"; -$a->strings["Maximum of 100 items"] = "Massimo 100"; -$a->strings["Don't show emoticons"] = "Non mostrare le emoticons"; -$a->strings["Link post titles to source"] = "Il link del titolo di un articolo porta al sito originale"; -$a->strings["System Page Layout Editor - (advanced)"] = "Modifica i layout di sistema (avanzato)"; -$a->strings["Use blog/list mode on channel page"] = "Mostra il canale nella modalità blog"; -$a->strings["(comments displayed separately)"] = "(i commenti sono mostrati separatamente)"; -$a->strings["Use blog/list mode on matrix page"] = "Mostra la tua rete in modalità blog"; -$a->strings["Channel page max height of content (in pixels)"] = "Altezza massima dei contenuti del canale (in pixel)"; -$a->strings["click to expand content exceeding this height"] = "dovrai cliccare per mostrare i contenuti di dimensioni maggiori"; -$a->strings["Matrix page max height of content (in pixels)"] = "Altezza massima dei contenuti della tua rete (in pixel)"; -$a->strings["Nobody except yourself"] = "Nessuno tranne te"; -$a->strings["Only those you specifically allow"] = "Solo chi riceve il mio permesso"; -$a->strings["Approved connections"] = "Contatti approvati"; -$a->strings["Any connections"] = "Tutti i contatti"; -$a->strings["Anybody on this website"] = "Chiunque su questo sito"; -$a->strings["Anybody in this network"] = "Chiunque su Red"; -$a->strings["Anybody authenticated"] = "Chiunque sia autenticato"; -$a->strings["Anybody on the internet"] = "Chiunque su internet"; -$a->strings["Publish your default profile in the network directory"] = "Mostra il mio profilo predefinito nell'elenco pubblico dei canali"; -$a->strings["No"] = "No"; -$a->strings["Yes"] = "Si"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Vuoi essere suggerito come amico ai nuovi membri?"; -$a->strings["or"] = "o"; -$a->strings["Your channel address is"] = "L'indirizzo del tuo canale è"; -$a->strings["Channel Settings"] = "Impostazioni del canale"; -$a->strings["Basic Settings"] = "Impostazioni di base"; -$a->strings["Your Timezone:"] = "Il tuo fuso orario:"; -$a->strings["Default Post Location:"] = "Località predefinita:"; -$a->strings["Geographical location to display on your posts"] = "Posizione geografica da mostrare sui tuoi post"; -$a->strings["Use Browser Location:"] = "Usa la località rilevata dal browser:"; -$a->strings["Adult Content"] = "Contenuto per adulti"; -$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Questo canale pubblica frequentemente contenuto per adulti. (I contenuti per adulti vanno taggati #NSFW - Not Safe For Work)"; -$a->strings["Security and Privacy Settings"] = "Impostazioni di sicurezza e privacy"; -$a->strings["Your permissions are already configured. Click to view/adjust"] = "I tuoi permessi sono già stati configurati. Clicca per vederli o modificarli"; -$a->strings["Hide my online presence"] = "Non mostrare la mia presenza online"; -$a->strings["Prevents displaying in your profile that you are online"] = "Non mostra sul tuo profilo che sei online"; -$a->strings["Simple Privacy Settings:"] = "Impostazioni di privacy semplificate"; -$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Tutto pubblico - estremamente permissivo (da usare con cautela)"; -$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Standard - contenuti normalmente pubblici, ma anche privati se necessario (simile ai social network ma con privacy migliorata)"; -$a->strings["Private - default private, never open or public"] = "Privato - contenuti normalmente privati, nulla è aperto o pubblico"; -$a->strings["Blocked - default blocked to/from everybody"] = "Bloccato - bloccato in invio e ricezione dei contenuti"; -$a->strings["Allow others to tag your posts"] = "Permetti ad altri di taggare i tuoi articoli"; -$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Usato spesso dalla comunità per marcare contenuti inappropriati già esistenti"; -$a->strings["Advanced Privacy Settings"] = "Impostazioni di privacy avanzate"; -$a->strings["Expire other channel content after this many days"] = "Giorni dopo cui mettere in scadenza gli altri contenuti del canale"; -$a->strings["0 or blank prevents expiration"] = "Lascia vuoto oppure 0 per non impostare scadenze"; -$a->strings["Maximum Friend Requests/Day:"] = "Numero massimo giornaliero di richieste di amicizia:"; -$a->strings["May reduce spam activity"] = "Serve e ridurre lo spam"; -$a->strings["Default Post Permissions"] = "Permessi predefiniti per gli articoli"; -$a->strings["Channel permissions category:"] = "Categorie di permessi dei canali:"; -$a->strings["Maximum private messages per day from unknown people:"] = "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:"; -$a->strings["Useful to reduce spamming"] = "Serve e ridurre lo spam"; -$a->strings["Notification Settings"] = "Impostazioni di notifica"; -$a->strings["By default post a status message when:"] = "Pubblica un messaggio di stato quando:"; -$a->strings["accepting a friend request"] = "accetto una nuova amicizia"; -$a->strings["joining a forum/community"] = "entro a far parte di un forum"; -$a->strings["making an interesting profile change"] = "faccio un cambiamento interessante al mio profilo"; -$a->strings["Send a notification email when:"] = "Invia una email di notifica quando:"; -$a->strings["You receive a connection request"] = "Ricevi una richiesta di entrare in contatto"; -$a->strings["Your connections are confirmed"] = "I tuoi contatti sono confermati"; -$a->strings["Someone writes on your profile wall"] = "Qualcuno scrive sulla tua bacheca"; -$a->strings["Someone writes a followup comment"] = "Qualcuno scrive un commento a un tuo articolo"; -$a->strings["You receive a private message"] = "Ricevi un messaggio privato"; -$a->strings["You receive a friend suggestion"] = "Ti viene suggerito un amico"; -$a->strings["You are tagged in a post"] = "Sei taggato in un articolo"; -$a->strings["You are poked/prodded/etc. in a post"] = "Ricevi un poke in un articolo"; -$a->strings["Show visual notifications including:"] = "Mostra queste notifiche a schermo:"; -$a->strings["Unseen matrix activity"] = "Nuove attività nella rete"; -$a->strings["Unseen channel activity"] = "Novità nei canali"; -$a->strings["Unseen private messages"] = "Nuovi messaggi privati"; -$a->strings["Recommended"] = "Consigliato"; -$a->strings["Upcoming events"] = "Prossimi eventi"; -$a->strings["Events today"] = "Eventi di oggi"; -$a->strings["Upcoming birthdays"] = "Prossimi compleanni"; -$a->strings["Not available in all themes"] = "Non disponibile in tutti i temi"; -$a->strings["System (personal) notifications"] = "Notifiche personali dal sistema"; -$a->strings["System info messages"] = "Notifiche di sistema"; -$a->strings["System critical alerts"] = "Avvisi critici di sistema"; -$a->strings["New connections"] = "Nuovi contatti"; -$a->strings["System Registrations"] = "Registrazioni"; -$a->strings["Notify me of events this many days in advance"] = "Giorni di anticipo per notificare gli eventi"; -$a->strings["Must be greater than 0"] = "Maggiore di 0"; -$a->strings["Advanced Account/Page Type Settings"] = "Impostazioni avanzate"; -$a->strings["Change the behaviour of this account for special situations"] = "Cambia il funzionamento di questo account per necessità particolari"; -$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Abilita la modalità esperto per fare cambiamenti! (in Impostazioni > Funzionalità opzionali)"; -$a->strings["Miscellaneous Settings"] = "Impostazioni varie"; -$a->strings["Personal menu to display in your channel pages"] = "Menu personale da mostrare sulle pagine del tuo canale"; -$a->strings["Remove this channel"] = "Elimina questo canale"; +$a->strings["sent you a private message"] = "ti ha inviato un messaggio privato"; +$a->strings["added your channel"] = "ha aggiunto il tuo canale"; +$a->strings["posted an event"] = "ha creato un evento"; $a->strings["Collection created."] = "L'insieme di canali è stato creato."; $a->strings["Could not create collection."] = "Impossibile creare l'insieme."; $a->strings["Collection updated."] = "Insieme aggiornato."; @@ -1070,93 +936,80 @@ $a->strings["Authorize application connection"] = "Autorizza la app"; $a->strings["Return to your app and insert this Securty Code:"] = "Torna alla app e inserisci questo codice di sicurezza:"; $a->strings["Please login to continue."] = "Accedi al sito per continuare."; $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vuoi autorizzare questa app ad accedere ai messaggi e ai contatti o creare nuovi messaggi per te?"; -$a->strings["Red Matrix Server - Setup"] = "RedMatrix Server - Installazione"; -$a->strings["Could not connect to database."] = " Impossibile connettersi al database."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS."; -$a->strings["Could not create table."] = "Impossibile creare le tabelle."; -$a->strings["Your site database has been installed."] = "Il database del sito è stato installato."; -$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Leggi il file 'install/INSTALL.txt'."; -$a->strings["System check"] = "Verifica del sistema"; -$a->strings["Next"] = "Successivo"; -$a->strings["Check again"] = "Verifica di nuovo"; -$a->strings["Database connection"] = "Connessione al database"; -$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Per installare RedMatrix è necessario conoscere i parametri di connessione al database."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database deve già esistere. Se non esiste, crealo prima di continuare."; -$a->strings["Database Server Name"] = "Server del database"; -$a->strings["Default is localhost"] = "'localhost' è il predefinito"; -$a->strings["Database Port"] = "Port del database"; -$a->strings["Communication port number - use 0 for default"] = "Scrivi 0 per usare il valore standard"; -$a->strings["Database Login Name"] = "Utente database"; -$a->strings["Database Login Password"] = "Password utente database"; -$a->strings["Database Name"] = "Nome database"; -$a->strings["Database Type"] = "Tipo database"; -$a->strings["Site administrator email address"] = "Indirizzo email dell'amministratore del sito"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web."; -$a->strings["Website URL"] = "URL completo del sito"; -$a->strings["Please use SSL (https) URL if available."] = "Se disponibile, usa l'indirizzo SSL (https)."; -$a->strings["Please select a default timezone for your website"] = "Seleziona il fuso orario predefinito per il tuo sito web"; -$a->strings["Site settings"] = "Impostazioni del sito"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web"; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron."; -$a->strings["PHP executable path"] = "Path del comando PHP"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione."; -$a->strings["Command line PHP"] = "PHP da riga di comando"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"."; -$a->strings["This is required for message delivery to work."] = "E' necessario perché funzioni la consegna dei messaggi."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di criptazione"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Genera chiavi di criptazione"; -$a->strings["libCurl PHP module"] = "modulo PHP libCurl"; -$a->strings["GD graphics PHP module"] = "modulo PHP GD graphics"; -$a->strings["OpenSSL PHP module"] = "modulo PHP OpenSSL"; -$a->strings["mysqli or postgres PHP module"] = "modulo PHP per mysqli oppure prostgres"; -$a->strings["mb_string PHP module"] = "modulo PHP mb_string"; -$a->strings["mcrypt PHP module"] = "modulo PHP mcrypt"; -$a->strings["Apache mod_rewrite module"] = "modulo Apache mod_rewrite"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato"; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto ma non installato."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato."; -$a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto ma non installato."; -$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato"; -$a->strings["Error: mb_string PHP module required but not installed."] = "Errore: il modulo PHP mb_string è richiesto ma non installato."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Errore: il modulo PHP mcrypt è richiesto ma non installato."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di RedMatrix ma non è in grado di farlo."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione da parte di un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene."; -$a->strings["%s is writable"] = "%s è scrivibile"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "RedMatrix salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix"; -$a->strings["store is writable"] = "l'archivio è scrivibile"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser."; -$a->strings["SSL certificate validation"] = "Validazione del certificato SSL"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:"; -$a->strings["Url rewrite is working"] = "Url rewrite funziona correttamente"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Il file di configurazione del database \".htconfig.php\" non puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito."; -$a->strings["Errors encountered creating database tables."] = "La creazione delle tabelle del database ha generato errori."; -$a->strings["

    What next

    "] = "

    I prossimi passi

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling."; +$a->strings["Yes"] = "Si"; +$a->strings["No"] = "No"; +$a->strings["Profile not found."] = "Profilo non trovato."; +$a->strings["Profile deleted."] = "Profilo eliminato."; +$a->strings["Profile-"] = "Profilo-"; +$a->strings["New profile created."] = "Il nuovo profilo è stato creato."; +$a->strings["Profile unavailable to clone."] = "Impossibile duplicare il profilo."; +$a->strings["Profile unavailable to export."] = "Il profilo non è disponibile per l'export."; +$a->strings["Profile Name is required."] = "Il nome del profilo è obbligatorio ."; +$a->strings["Marital Status"] = "Stato sentimentale"; +$a->strings["Romantic Partner"] = "Partner affettivo"; +$a->strings["Likes"] = "Mi piace"; +$a->strings["Dislikes"] = "Non mi piace"; +$a->strings["Work/Employment"] = "Lavoro/impiego"; +$a->strings["Religion"] = "Religione"; +$a->strings["Political Views"] = "Orientamento politico"; +$a->strings["Gender"] = "Sesso"; +$a->strings["Sexual Preference"] = "Preferenze sessuali"; +$a->strings["Homepage"] = "Home page"; +$a->strings["Interests"] = "Interessi"; +$a->strings["Address"] = "Indirizzo"; +$a->strings["Location"] = "Posizione geografica"; +$a->strings["Profile updated."] = "Profilo aggiornato."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?"; +$a->strings["Edit Profile Details"] = "Modifica i dettagli del profilo"; +$a->strings["View this profile"] = "Guarda questo profilo"; +$a->strings["Change Profile Photo"] = "Cambia la foto del profilo"; +$a->strings["Create a new profile using these settings"] = "Crea un nuovo profilo usando queste impostazioni"; +$a->strings["Clone this profile"] = "Clona questo profilo"; +$a->strings["Delete this profile"] = "Elimina questo profilo"; +$a->strings["Import profile from file"] = "Importa il profilo da un file"; +$a->strings["Export profile to file"] = "Esporta il profilo in un file"; +$a->strings["Profile Name:"] = "Nome del profilo:"; +$a->strings["Your Full Name:"] = "Il tuo nome completo:"; +$a->strings["Title/Description:"] = "Titolo/descrizione:"; +$a->strings["Your Gender:"] = "Sesso:"; +$a->strings["Birthday :"] = "Compleanno:"; +$a->strings["Street Address:"] = "Indirizzo (via/piazza):"; +$a->strings["Locality/City:"] = "Località:"; +$a->strings["Postal/Zip Code:"] = "CAP:"; +$a->strings["Country:"] = "Nazione:"; +$a->strings["Region/State:"] = "Regione/stato:"; +$a->strings[" Marital Status:"] = " Stato sentimentale:"; +$a->strings["Who: (if applicable)"] = "Con chi: (se possibile)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Per esempio: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "dal [data]:"; +$a->strings["Homepage URL:"] = "Indirizzo home page:"; +$a->strings["Religious Views:"] = "Orientamento religioso:"; +$a->strings["Keywords:"] = "Parole chiave, tag:"; +$a->strings["Example: fishing photography software"] = "Per esempio: pesca fotografia programmazione"; +$a->strings["Used in directory listings"] = "Visibile nell'elenco pubblico di canali"; +$a->strings["Tell us about yourself..."] = "Raccontaci di te..."; +$a->strings["Hobbies/Interests"] = "Hobby/interessi"; +$a->strings["Contact information and Social Networks"] = "Contatti personali e i tuoi social network"; +$a->strings["My other channels"] = "I miei altri canali"; +$a->strings["Musical interests"] = "Interessi musicali"; +$a->strings["Books, literature"] = "Libri, letteratura"; +$a->strings["Television"] = "Televisione"; +$a->strings["Film/dance/culture/entertainment"] = "Film/danza/cultura/intrattenimento"; +$a->strings["Love/romance"] = "Amore"; +$a->strings["Work/employment"] = "Lavoro/impiego"; +$a->strings["School/education"] = "Scuola/educazione"; +$a->strings["This is your default profile."] = "Questo è il tuo profilo predefinito."; +$a->strings["Age: "] = "Età:"; +$a->strings["Edit/Manage Profiles"] = "Modifica/gestisci i profili"; +$a->strings["Add profile things"] = "Aggiungi oggetti al profilo"; +$a->strings["Include desirable objects in your profile"] = "Aggiungi oggetti interessanti al tuo profilo"; $a->strings["Item not available."] = "Elemento non disponibile."; $a->strings["Fetching URL returns error: %1\$s"] = "La chiamata all'URL restituisce questo errore: %1\$s"; $a->strings["Invalid item."] = "Elemento non valido."; $a->strings["Channel not found."] = "Canale non trovato."; $a->strings["Page not found."] = "Pagina non trovata."; $a->strings["Export Channel"] = "Esporta il canale"; -$a->strings["Export your basic channel information to a small file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new hub, but\tdoes not contain your content."] = "Esporta le informazioni di base del tuo canale in un piccolo file. E' utile per avere un salvataggio di sicurezza dei tuoi contatti, del tuo profilo ed altri dati di base. Può essere usato per importare il tuo canale su un nuovo server, ma\tnon include i contenuti, per esempio articoli e foto."; +$a->strings["Export your basic channel information to a small file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new hub, but\tdoes not contain your content."] = "Esporta le informazioni di base del tuo canale in un piccolo file. E' utile per avere un salvataggio di sicurezza dei tuoi contatti, del tuo profilo ed altre informazioni fondamentali. Può essere usato per importare il tuo canale su un nuovo server, ma\tnon include i contenuti, per esempio articoli e foto."; $a->strings["Export Content"] = "Esporta i contenuti"; $a->strings["Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new hub as this file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Esporta i dati del canale e i contenuti in un file in formato JSON. E' un salvataggio dei tuoi contatti, dei dati del profilo e anche di tutti i contenuti. Questa non è la soluzione opportuna per importare il tuo canale su un nuovo server, visto che il file potrebbe avere dimensioni NOTEVOLI. Devi pazientare - ci vorranno alcuni minuti per raccogliere i dati prima che inizi lo scaricamento."; $a->strings["No potential page delegates located."] = "Impossibile trovare delegati per questa pagina."; @@ -1207,6 +1060,7 @@ $a->strings["l, F j"] = "l j F"; $a->strings["Edit event"] = "Modifica l'evento"; $a->strings["Create New Event"] = "Crea un nuovo evento"; $a->strings["Previous"] = "Precendente"; +$a->strings["Next"] = "Successivo"; $a->strings["Export"] = "Esporta"; $a->strings["Event details"] = "Dettagli evento"; $a->strings["Starting date and Title are required."] = "Titolo e data d'inizio sono obbligatori."; @@ -1224,7 +1078,6 @@ $a->strings["The listed sites allow public registration into the Red Matrix. All $a->strings["Site URL"] = "URL del sito"; $a->strings["Access Type"] = "Tipo di accesso"; $a->strings["Registration Policy"] = "Politica di registrazione"; -$a->strings["Location"] = "Posizione geografica"; $a->strings["You must be logged in to see this page."] = "Devi aver effettuato l'accesso per vedere questa pagina."; $a->strings["Insufficient permissions. Request redirected to profile page."] = "Permessi insufficienti. Sarà visualizzata la pagina del profilo."; $a->strings["Select a bookmark folder"] = "Scegli una cartella di segnalibri"; @@ -1283,6 +1136,142 @@ $a->strings["Forgot your Password?"] = "Hai dimenticato la password?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Inserisci il tuo indirizzo email per reimpostare la password. Dopo aver inviato la richiesta, controlla l'email e troverai le istruzioni per continuare."; $a->strings["Email Address"] = "Indirizzo email"; $a->strings["Reset"] = "Reimposta"; +$a->strings["Name is required"] = "Il nome è obbligatorio"; +$a->strings["Key and Secret are required"] = "Key e Secret sono richiesti"; +$a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Password non cambiata."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Le password non possono essere vuote. Password non cambiata."; +$a->strings["Password changed."] = "Password cambiata."; +$a->strings["Password update failed. Please try again."] = "Modifica password fallita. Prova ancora."; +$a->strings["Not valid email."] = "Email non valida."; +$a->strings["Protected email address. Cannot change to that email."] = "È un indirizzo email riservato. Non puoi sceglierlo."; +$a->strings["System failure storing new email. Please try again."] = "Errore di sistema. Non è stato possibile memorizzare il tuo messaggio, riprova per favore."; +$a->strings["Settings updated."] = "Impostazioni aggiornate."; +$a->strings["Add application"] = "Aggiungi una app"; +$a->strings["Name of application"] = "Nome dell'applicazione"; +$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings["Automatically generated - change if desired. Max length 20"] = "Generato automaticamente - è possibile cambiarlo. Lunghezza massima 20"; +$a->strings["Consumer Secret"] = "Consumer Secret"; +$a->strings["Redirect"] = "Redirect"; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI ridirezionato - lasciare bianco se non richiesto specificamente dall'applicazione."; +$a->strings["Icon url"] = "Url icona"; +$a->strings["Optional"] = "Opzionale"; +$a->strings["You can't edit this application."] = "Non puoi modificare questa applicazione."; +$a->strings["Connected Apps"] = "App connesse"; +$a->strings["Client key starts with"] = "La client key inizia con"; +$a->strings["No name"] = "Nessun nome"; +$a->strings["Remove authorization"] = "Revoca l'autorizzazione"; +$a->strings["No feature settings configured"] = "Non hai componenti aggiuntivi da personalizzare"; +$a->strings["Feature Settings"] = "Componenti aggiuntivi"; +$a->strings["Account Settings"] = "Il tuo account"; +$a->strings["Password Settings"] = "Impostazioni password"; +$a->strings["New Password:"] = "Nuova password:"; +$a->strings["Confirm:"] = "Conferma:"; +$a->strings["Leave password fields blank unless changing"] = "Lascia questi campi in bianco per non cambiare la password"; +$a->strings["Email Address:"] = "Indirizzo email:"; +$a->strings["Remove Account"] = "Elimina l'account"; +$a->strings["Remove this account from this server including all its channels"] = "Elimina l'account da questo server, inclusi tutti i canali"; +$a->strings["Warning: This action is permanent and cannot be reversed."] = "Attenzione: questa azione è permanente e non potrà più essere annullata."; +$a->strings["Off"] = "Off"; +$a->strings["On"] = "On"; +$a->strings["Additional Features"] = "Funzionalità opzionali"; +$a->strings["Connector Settings"] = "Impostazioni del connettore"; +$a->strings["No special theme for mobile devices"] = "Nessun tema per dispositivi mobili"; +$a->strings["%s - (Experimental)"] = "%s - (Sperimentale)"; +$a->strings["mobile"] = "mobile"; +$a->strings["Display Settings"] = "Aspetto"; +$a->strings["Display Theme:"] = "Tema per schermi medio grandi:"; +$a->strings["Mobile Theme:"] = "Tema per dispositivi mobili:"; +$a->strings["Enable user zoom on mobile devices"] = "Attiva la possibilità di fare zoom sui dispositivi mobili"; +$a->strings["Update browser every xx seconds"] = "Aggiorna il browser ogni x secondi"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minimo 10 secondi, nessun limite massimo"; +$a->strings["Maximum number of conversations to load at any time:"] = "Massimo numero di conversazioni da mostrare ogni volta:"; +$a->strings["Maximum of 100 items"] = "Massimo 100"; +$a->strings["Don't show emoticons"] = "Non mostrare le emoticons"; +$a->strings["Link post titles to source"] = "Il link del titolo di un articolo porta al sito originale"; +$a->strings["System Page Layout Editor - (advanced)"] = "Modifica i layout di sistema (avanzato)"; +$a->strings["Use blog/list mode on channel page"] = "Mostra il canale nella modalità blog"; +$a->strings["(comments displayed separately)"] = "(i commenti sono mostrati separatamente)"; +$a->strings["Use blog/list mode on matrix page"] = "Mostra la tua rete in modalità blog"; +$a->strings["Channel page max height of content (in pixels)"] = "Altezza massima dei contenuti del canale (in pixel)"; +$a->strings["click to expand content exceeding this height"] = "dovrai cliccare per mostrare i contenuti di dimensioni maggiori"; +$a->strings["Matrix page max height of content (in pixels)"] = "Altezza massima dei contenuti della tua rete (in pixel)"; +$a->strings["Nobody except yourself"] = "Nessuno tranne te"; +$a->strings["Only those you specifically allow"] = "Solo chi riceve il mio permesso"; +$a->strings["Approved connections"] = "Contatti approvati"; +$a->strings["Any connections"] = "Tutti i contatti"; +$a->strings["Anybody on this website"] = "Chiunque su questo sito"; +$a->strings["Anybody in this network"] = "Chiunque su Red"; +$a->strings["Anybody authenticated"] = "Chiunque sia autenticato"; +$a->strings["Anybody on the internet"] = "Chiunque su internet"; +$a->strings["Publish your default profile in the network directory"] = "Mostra il mio profilo predefinito nell'elenco pubblico dei canali"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Vuoi essere suggerito come amico ai nuovi membri?"; +$a->strings["or"] = "o"; +$a->strings["Your channel address is"] = "L'indirizzo del tuo canale è"; +$a->strings["Channel Settings"] = "Impostazioni del canale"; +$a->strings["Basic Settings"] = "Impostazioni di base"; +$a->strings["Your Timezone:"] = "Il tuo fuso orario:"; +$a->strings["Default Post Location:"] = "Località predefinita:"; +$a->strings["Geographical location to display on your posts"] = "Posizione geografica da mostrare sui tuoi post"; +$a->strings["Use Browser Location:"] = "Usa la località rilevata dal browser:"; +$a->strings["Adult Content"] = "Contenuto per adulti"; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Questo canale pubblica frequentemente contenuto per adulti. (I contenuti per adulti vanno taggati #NSFW - Not Safe For Work)"; +$a->strings["Security and Privacy Settings"] = "Impostazioni di sicurezza e privacy"; +$a->strings["Your permissions are already configured. Click to view/adjust"] = "I tuoi permessi sono già stati configurati. Clicca per vederli o modificarli"; +$a->strings["Hide my online presence"] = "Non mostrare la mia presenza online"; +$a->strings["Prevents displaying in your profile that you are online"] = "Non mostra sul tuo profilo che sei online"; +$a->strings["Simple Privacy Settings:"] = "Impostazioni di privacy semplificate"; +$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Tutto pubblico - estremamente permissivo (da usare con cautela)"; +$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Standard - contenuti normalmente pubblici, ma anche privati se necessario (simile ai social network ma con privacy migliorata)"; +$a->strings["Private - default private, never open or public"] = "Privato - contenuti normalmente privati, nulla è aperto o pubblico"; +$a->strings["Blocked - default blocked to/from everybody"] = "Bloccato - bloccato in invio e ricezione dei contenuti"; +$a->strings["Allow others to tag your posts"] = "Permetti ad altri di taggare i tuoi articoli"; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Usato spesso dalla comunità per marcare contenuti inappropriati già esistenti"; +$a->strings["Advanced Privacy Settings"] = "Impostazioni di privacy avanzate"; +$a->strings["Expire other channel content after this many days"] = "Giorni dopo cui mettere in scadenza gli altri contenuti del canale"; +$a->strings["0 or blank prevents expiration"] = "Lascia vuoto oppure 0 per non impostare scadenze"; +$a->strings["Maximum Friend Requests/Day:"] = "Numero massimo giornaliero di richieste di amicizia:"; +$a->strings["May reduce spam activity"] = "Serve e ridurre lo spam"; +$a->strings["Default Post Permissions"] = "Permessi predefiniti per gli articoli"; +$a->strings["Channel permissions category:"] = "Categorie di permessi dei canali:"; +$a->strings["Maximum private messages per day from unknown people:"] = "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:"; +$a->strings["Useful to reduce spamming"] = "Serve e ridurre lo spam"; +$a->strings["Notification Settings"] = "Impostazioni di notifica"; +$a->strings["By default post a status message when:"] = "Pubblica un messaggio di stato quando:"; +$a->strings["accepting a friend request"] = "accetto una nuova amicizia"; +$a->strings["joining a forum/community"] = "entro a far parte di un forum"; +$a->strings["making an interesting profile change"] = "faccio un cambiamento interessante al mio profilo"; +$a->strings["Send a notification email when:"] = "Invia una email di notifica quando:"; +$a->strings["You receive a connection request"] = "Ricevi una richiesta di entrare in contatto"; +$a->strings["Your connections are confirmed"] = "I tuoi contatti sono confermati"; +$a->strings["Someone writes on your profile wall"] = "Qualcuno scrive sulla tua bacheca"; +$a->strings["Someone writes a followup comment"] = "Qualcuno scrive un commento a un tuo articolo"; +$a->strings["You receive a private message"] = "Ricevi un messaggio privato"; +$a->strings["You receive a friend suggestion"] = "Ti viene suggerito un amico"; +$a->strings["You are tagged in a post"] = "Sei taggato in un articolo"; +$a->strings["You are poked/prodded/etc. in a post"] = "Ricevi un poke in un articolo"; +$a->strings["Show visual notifications including:"] = "Mostra queste notifiche a schermo:"; +$a->strings["Unseen matrix activity"] = "Nuove attività nella rete"; +$a->strings["Unseen channel activity"] = "Novità nei canali"; +$a->strings["Unseen private messages"] = "Nuovi messaggi privati"; +$a->strings["Recommended"] = "Consigliato"; +$a->strings["Upcoming events"] = "Prossimi eventi"; +$a->strings["Events today"] = "Eventi di oggi"; +$a->strings["Upcoming birthdays"] = "Prossimi compleanni"; +$a->strings["Not available in all themes"] = "Non disponibile in tutti i temi"; +$a->strings["System (personal) notifications"] = "Notifiche personali dal sistema"; +$a->strings["System info messages"] = "Notifiche di sistema"; +$a->strings["System critical alerts"] = "Avvisi critici di sistema"; +$a->strings["New connections"] = "Nuovi contatti"; +$a->strings["System Registrations"] = "Registrazioni"; +$a->strings["Also show new wall posts, private messages and connections under Notices"] = "Mostra anche i nuovi articoli, messaggi privati e nuovi contatti negli avvisi."; +$a->strings["Notify me of events this many days in advance"] = "Giorni di anticipo per notificare gli eventi"; +$a->strings["Must be greater than 0"] = "Maggiore di 0"; +$a->strings["Advanced Account/Page Type Settings"] = "Impostazioni avanzate"; +$a->strings["Change the behaviour of this account for special situations"] = "Cambia il funzionamento di questo account per necessità particolari"; +$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Abilita la modalità esperto per fare cambiamenti! (in Impostazioni > Funzionalità opzionali)"; +$a->strings["Miscellaneous Settings"] = "Impostazioni varie"; +$a->strings["Personal menu to display in your channel pages"] = "Menu personale da mostrare sulle pagine del tuo canale"; +$a->strings["Remove this channel"] = "Elimina questo canale"; $a->strings["Could not access contact record."] = "Non è possibile accedere alle informazioni sul contatto."; $a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato."; $a->strings["Connection updated."] = "Contatto aggiornato."; @@ -1306,9 +1295,14 @@ $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; $a->strings["Edit connection"] = "Modifica il contatto"; $a->strings["Search your connections"] = "Cerca tra i contatti"; $a->strings["Finding: "] = "Ricerca: "; -$a->strings["sent you a private message"] = "ti ha inviato un messaggio privato"; -$a->strings["added your channel"] = "ha aggiunto il tuo canale"; -$a->strings["posted an event"] = "ha creato un evento"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi."; +$a->strings["Create a new channel"] = "Crea un nuovo canale"; +$a->strings["Current Channel"] = "Canale attuale"; +$a->strings["Switch to one of your channels by selecting it."] = "Passa a uno dei tuoi canali selezionandolo."; +$a->strings["Default Channel"] = "Canale predefinito"; +$a->strings["Make Default"] = "Rendi predefinito"; +$a->strings["%d new messages"] = "%d nuovi messaggi"; +$a->strings["%d new introductions"] = "%d nuove richieste di amicizia"; $a->strings["is now connected to"] = "ha come nuovo contatto"; $a->strings["Could not access address book record."] = "Impossibile accedere alle informazioni della rubrica."; $a->strings["Refresh failed - channel is currently unavailable."] = "Il canale non è disponibile - impossibile aggiornare."; @@ -1401,39 +1395,6 @@ $a->strings["Private Conversation"] = "Conversazione privata"; $a->strings["Delete conversation"] = "Elimina la conversazione"; $a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Non è disponibile alcuna tecnologia per comunicare in modo sicuro. Se possibile, prova a rispondere direttamente dalla pagina del profilo del mittente."; $a->strings["Send Reply"] = "Invia la risposta"; -$a->strings["Page owner information could not be retrieved."] = "Impossibile ottenere informazioni sul proprietario della pagina."; -$a->strings["Album not found."] = "Album non trovato."; -$a->strings["Delete Album"] = "Elimina album"; -$a->strings["Delete Photo"] = "Elimina foto"; -$a->strings["No photos selected"] = "Nessuna foto selezionata"; -$a->strings["Access to this item is restricted."] = "Questo elemento non è visibile a tutti."; -$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile."; -$a->strings["%1$.2f MB photo storage used."] = "Hai usato %1$.2f Mb del tuo spazio disponibile."; -$a->strings["Upload Photos"] = "Carica foto"; -$a->strings["Enter a new album name"] = "Inserisci il nome di un nuovo album"; -$a->strings["or select an existing one (doubleclick)"] = "o seleziona uno esistente (doppio click)"; -$a->strings["Do not show a status post for this upload"] = "Non creare un messaggio di stato per questo caricamento"; -$a->strings["Album name could not be decoded"] = "Non è stato possibile leggere il nome dell'album"; -$a->strings["Contact Photos"] = "Foto dei contatti"; -$a->strings["Show Newest First"] = "Prima i più recenti"; -$a->strings["Show Oldest First"] = "Prima i più vecchi"; -$a->strings["View Photo"] = "Guarda la foto"; -$a->strings["Edit Album"] = "Modifica album"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Permesso negato. L'accesso a questo elemento può essere stato limitato."; -$a->strings["Photo not available"] = "Foto non disponibile"; -$a->strings["Use as profile photo"] = "Usa come foto del profilo"; -$a->strings["Private Photo"] = "Foto privata"; -$a->strings["View Full Size"] = "Vedi nelle dimensioni originali"; -$a->strings["Edit photo"] = "Modifica la foto"; -$a->strings["Rotate CW (right)"] = "Ruota (senso orario)"; -$a->strings["Rotate CCW (left)"] = "Ruota (senso antiorario)"; -$a->strings["Caption"] = "Titolo"; -$a->strings["Add a Tag"] = "Aggiungi tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Esempio: @bob, @Barbara_Jensen, @jim@example.com"; -$a->strings["Flag as adult in album view"] = "Marca come 'per adulti'"; -$a->strings["In This Photo:"] = "In questa foto:"; -$a->strings["View Album"] = "Guarda l'album"; -$a->strings["Recent Photos"] = "Foto recenti"; $a->strings["Bookmark added"] = "Segnalibro aggiunto"; $a->strings["My Bookmarks"] = "I miei segnalibri"; $a->strings["My Connections Bookmarks"] = "I segnalibri dei miei contatti"; @@ -1563,70 +1524,85 @@ $a->strings["No suggestions available. If this is a new site, please try again i $a->strings["Help with this feature"] = "La guida per questa funzionalità"; $a->strings["Layout Name"] = "Nome layout"; $a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha taggato %3\$s di %2\$s con %4\$s"; -$a->strings["Profile not found."] = "Profilo non trovato."; -$a->strings["Profile deleted."] = "Profilo eliminato."; -$a->strings["Profile-"] = "Profilo-"; -$a->strings["New profile created."] = "Il nuovo profilo è stato creato."; -$a->strings["Profile unavailable to clone."] = "Impossibile duplicare il profilo."; -$a->strings["Profile unavailable to export."] = "Il profilo non è disponibile per l'export."; -$a->strings["Profile Name is required."] = "Il nome del profilo è obbligatorio ."; -$a->strings["Marital Status"] = "Stato sentimentale"; -$a->strings["Romantic Partner"] = "Partner affettivo"; -$a->strings["Likes"] = "Mi piace"; -$a->strings["Dislikes"] = "Non mi piace"; -$a->strings["Work/Employment"] = "Lavoro/impiego"; -$a->strings["Religion"] = "Religione"; -$a->strings["Political Views"] = "Orientamento politico"; -$a->strings["Gender"] = "Sesso"; -$a->strings["Sexual Preference"] = "Preferenze sessuali"; -$a->strings["Homepage"] = "Home page"; -$a->strings["Interests"] = "Interessi"; -$a->strings["Address"] = "Indirizzo"; -$a->strings["Profile updated."] = "Profilo aggiornato."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?"; -$a->strings["Edit Profile Details"] = "Modifica i dettagli del profilo"; -$a->strings["View this profile"] = "Guarda questo profilo"; -$a->strings["Change Profile Photo"] = "Cambia la foto del profilo"; -$a->strings["Create a new profile using these settings"] = "Crea un nuovo profilo usando queste impostazioni"; -$a->strings["Clone this profile"] = "Clona questo profilo"; -$a->strings["Delete this profile"] = "Elimina questo profilo"; -$a->strings["Import profile from file"] = "Importa il profilo da un file"; -$a->strings["Export profile to file"] = "Esporta il profilo in un file"; -$a->strings["Profile Name:"] = "Nome del profilo:"; -$a->strings["Your Full Name:"] = "Il tuo nome completo:"; -$a->strings["Title/Description:"] = "Titolo/descrizione:"; -$a->strings["Your Gender:"] = "Sesso:"; -$a->strings["Birthday :"] = "Compleanno:"; -$a->strings["Street Address:"] = "Indirizzo (via/piazza):"; -$a->strings["Locality/City:"] = "Località:"; -$a->strings["Postal/Zip Code:"] = "CAP:"; -$a->strings["Country:"] = "Nazione:"; -$a->strings["Region/State:"] = "Regione/stato:"; -$a->strings[" Marital Status:"] = " Stato sentimentale:"; -$a->strings["Who: (if applicable)"] = "Con chi: (se possibile)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Per esempio: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "dal [data]:"; -$a->strings["Homepage URL:"] = "Indirizzo home page:"; -$a->strings["Religious Views:"] = "Orientamento religioso:"; -$a->strings["Keywords:"] = "Parole chiave, tag:"; -$a->strings["Example: fishing photography software"] = "Per esempio: pesca fotografia programmazione"; -$a->strings["Used in directory listings"] = "Visibile nell'elenco pubblico di canali"; -$a->strings["Tell us about yourself..."] = "Raccontaci di te..."; -$a->strings["Hobbies/Interests"] = "Hobby/interessi"; -$a->strings["Contact information and Social Networks"] = "Contatti personali e i tuoi social network"; -$a->strings["My other channels"] = "I miei altri canali"; -$a->strings["Musical interests"] = "Interessi musicali"; -$a->strings["Books, literature"] = "Libri, letteratura"; -$a->strings["Television"] = "Televisione"; -$a->strings["Film/dance/culture/entertainment"] = "Film/danza/cultura/intrattenimento"; -$a->strings["Love/romance"] = "Amore"; -$a->strings["Work/employment"] = "Lavoro/impiego"; -$a->strings["School/education"] = "Scuola/educazione"; -$a->strings["This is your default profile."] = "Questo è il tuo profilo predefinito."; -$a->strings["Age: "] = "Età:"; -$a->strings["Edit/Manage Profiles"] = "Modifica/gestisci i profili"; -$a->strings["Add profile things"] = "Aggiungi oggetti al profilo"; -$a->strings["Include desirable objects in your profile"] = "Aggiungi oggetti interessanti al tuo profilo"; +$a->strings["Red Matrix Server - Setup"] = "RedMatrix Server - Installazione"; +$a->strings["Could not connect to database."] = " Impossibile connettersi al database."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Non è possibile raggiungere l'indirizzo del sito specificato. Potrebbe essere un problema di SSL o DNS."; +$a->strings["Could not create table."] = "Impossibile creare le tabelle."; +$a->strings["Your site database has been installed."] = "Il database del sito è stato installato."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Potresti dover importare il file 'install/schema_xxx.sql' manualmente usando un client per collegarti al db."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Leggi il file 'install/INSTALL.txt'."; +$a->strings["System check"] = "Verifica del sistema"; +$a->strings["Check again"] = "Verifica di nuovo"; +$a->strings["Database connection"] = "Connessione al database"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Per installare RedMatrix è necessario conoscere i parametri di connessione al database."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database deve già esistere. Se non esiste, crealo prima di continuare."; +$a->strings["Database Server Name"] = "Server del database"; +$a->strings["Default is localhost"] = "'localhost' è il predefinito"; +$a->strings["Database Port"] = "Port del database"; +$a->strings["Communication port number - use 0 for default"] = "Scrivi 0 per usare il valore standard"; +$a->strings["Database Login Name"] = "Utente database"; +$a->strings["Database Login Password"] = "Password utente database"; +$a->strings["Database Name"] = "Nome database"; +$a->strings["Database Type"] = "Tipo database"; +$a->strings["Site administrator email address"] = "Indirizzo email dell'amministratore del sito"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web."; +$a->strings["Website URL"] = "URL completo del sito"; +$a->strings["Please use SSL (https) URL if available."] = "Se disponibile, usa l'indirizzo SSL (https)."; +$a->strings["Please select a default timezone for your website"] = "Seleziona il fuso orario predefinito per il tuo sito web"; +$a->strings["Site settings"] = "Impostazioni del sito"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non è possibile trovare la versione di PHP da riga di comando nel PATH del server web"; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Se non hai installata la versione di PHP da riga di comando non potrai attivare il polling in background tramite cron."; +$a->strings["PHP executable path"] = "Path del comando PHP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso dell'eseguibile PHP. Puoi lasciarlo vuoto per continuare l'installazione."; +$a->strings["Command line PHP"] = "PHP da riga di comando"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"."; +$a->strings["This is required for message delivery to work."] = "E' necessario perché funzioni la consegna dei messaggi."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Errore: la funzione \"openssl_pkey_new\" su questo sistema non è in grado di generare le chiavi di criptazione"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se stai usando un server windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Genera chiavi di criptazione"; +$a->strings["libCurl PHP module"] = "modulo PHP libCurl"; +$a->strings["GD graphics PHP module"] = "modulo PHP GD graphics"; +$a->strings["OpenSSL PHP module"] = "modulo PHP OpenSSL"; +$a->strings["mysqli or postgres PHP module"] = "modulo PHP per mysqli oppure prostgres"; +$a->strings["mb_string PHP module"] = "modulo PHP mb_string"; +$a->strings["mcrypt PHP module"] = "modulo PHP mcrypt"; +$a->strings["Apache mod_rewrite module"] = "modulo Apache mod_rewrite"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Errore: il modulo mod-rewrite di Apache è richiesto ma non installato"; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Errore: proc_open è richiesto ma non è installato o è disabilitato in php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto ma non installato."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non installato."; +$a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto ma non installato."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Errore: il modulo PHP per mysqli o postgres è richiesto ma non installato"; +$a->strings["Error: mb_string PHP module required but not installed."] = "Errore: il modulo PHP mb_string è richiesto ma non installato."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Errore: il modulo PHP mcrypt è richiesto ma non installato."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella di RedMatrix ma non è in grado di farlo."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di RedMatrix."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Puoi anche saltare questa procedura ed effettuare un'installazione manuale. Guarda il file 'install/INSTALL.txt' per le istruzioni."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red usa il sistema Smarty3 per costruire i suoi template grafici. Smarty3 è molto veloce perché compila i template delle pagine direttamente in PHP."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura a %s sotto la cartella di installazione di RedMatrix."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione da parte di un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente su %s e non sui file template (.tpl) che contiene."; +$a->strings["%s is writable"] = "%s è scrivibile"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "RedMatrix salva i file caricati nella cartella \"store\" sul server. Il server deve avere i diritti di scrittura su quella cartella che si trova dentro l'installazione di RedMatrix"; +$a->strings["store is writable"] = "l'archivio è scrivibile"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno gravi avvisi di sicurezza dal browser."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ciò può creare seri problemi di usabilità (non solo sul tuo sito), quindi dobbiamo insistere su questo punto."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser."; +$a->strings["SSL certificate validation"] = "Validazione del certificato SSL"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server. Test:"; +$a->strings["Url rewrite is working"] = "Url rewrite funziona correttamente"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Il file di configurazione del database \".htconfig.php\" non puo' essere scritto. Usa il testo qui di seguito per creare questo file di configurazione nella cartella principale del tuo sito."; +$a->strings["Errors encountered creating database tables."] = "La creazione delle tabelle del database ha generato errori."; +$a->strings["

    What next

    "] = "

    I prossimi passi

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling."; $a->strings["Tag removed"] = "Tag rimosso"; $a->strings["Remove Item Tag"] = "Rimuovi il tag"; $a->strings["Select a tag to remove: "] = "Seleziona un tag da rimuovere: "; @@ -1642,7 +1618,7 @@ $a->strings["DB updates"] = "Aggiornamenti al DB"; $a->strings["Logs"] = "Log"; $a->strings["Plugin Features"] = "Plugin"; $a->strings["User registrations waiting for confirmation"] = "Registrazioni in attesa"; -$a->strings["Message queues"] = "Messaggi in attesa di recapito"; +$a->strings["Message queues"] = "Coda messaggi in uscita"; $a->strings["Administration"] = "Amministrazione"; $a->strings["Summary"] = "Riepilogo"; $a->strings["Registered users"] = "Utenti registrati"; @@ -1786,12 +1762,6 @@ $a->strings["Help text"] = "Testo di aiuto"; $a->strings["Additional info (optional)"] = "Informazioni aggiuntive (opzionali)"; $a->strings["Field definition not found"] = "Impossibile trovare la definizione del campo"; $a->strings["Edit Profile Field"] = "Modifica campo del profilo"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi."; -$a->strings["Create a new channel"] = "Crea un nuovo canale"; -$a->strings["Current Channel"] = "Canale attuale"; -$a->strings["Attach to one of your channels by selecting it."] = "Seleziona il canale a cui vuoi passare."; -$a->strings["Default Channel"] = "Canale predefinito"; -$a->strings["Make Default"] = "Rendi predefinito"; $a->strings["Menu updated."] = "Menù aggiornato."; $a->strings["Unable to update menu."] = "Impossibile aggiornare il menù."; $a->strings["Menu created."] = "Menù creato."; @@ -1867,13 +1837,45 @@ $a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"A $a->strings["Choose a short nickname"] = "Scegli un nome breve"; $a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Il nome breve sarà usato per creare un indirizzo facile da ricordare per il tuo canale (simile a una email). Così potrai condividerlo e gli altri potranno trovarti."; $a->strings["Or import an existing channel from another location"] = "Oppure importa un tuo canale esistente da un altro server/hub"; -$a->strings["Channel Type"] = "Tipo di canale"; -$a->strings["?"] = "?"; -$a->strings["What is this?"] = "Questo cos'è?"; $a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Descrivi il tipo di canale che vorresti creare (per esempio se ti interessa più usarlo come social network, come un forum di discussione...) e il tipo di privacy che preferisci. RedMatrix sceglierà per te i permessi più adatti."; +$a->strings["Channel Type"] = "Tipo di canale"; +$a->strings["Read more about roles"] = "Maggiori informazioni sui ruoli"; $a->strings["Xchan Lookup"] = "Ricerca canale"; $a->strings["Lookup xchan beginning with (or webbie): "] = "Cerca un canale (o un webbie) che inizia per:"; $a->strings["invalid target signature"] = "la firma ricevuta non è valida"; +$a->strings["Page owner information could not be retrieved."] = "Impossibile ottenere informazioni sul proprietario della pagina."; +$a->strings["Album not found."] = "Album non trovato."; +$a->strings["Delete Album"] = "Elimina album"; +$a->strings["Delete Photo"] = "Elimina foto"; +$a->strings["No photos selected"] = "Nessuna foto selezionata"; +$a->strings["Access to this item is restricted."] = "Questo elemento non è visibile a tutti."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "Hai usato %1$.2f Mb dei %2$.2f Mb di spazio disponibile."; +$a->strings["%1$.2f MB photo storage used."] = "Hai usato %1$.2f Mb del tuo spazio disponibile."; +$a->strings["Upload Photos"] = "Carica foto"; +$a->strings["Enter a new album name"] = "Inserisci il nome di un nuovo album"; +$a->strings["or select an existing one (doubleclick)"] = "o seleziona uno esistente (doppio click)"; +$a->strings["Do not show a status post for this upload"] = "Non creare un messaggio di stato per questo caricamento"; +$a->strings["Album name could not be decoded"] = "Non è stato possibile leggere il nome dell'album"; +$a->strings["Contact Photos"] = "Foto dei contatti"; +$a->strings["Show Newest First"] = "Prima i più recenti"; +$a->strings["Show Oldest First"] = "Prima i più vecchi"; +$a->strings["View Photo"] = "Guarda la foto"; +$a->strings["Edit Album"] = "Modifica album"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Permesso negato. L'accesso a questo elemento può essere stato limitato."; +$a->strings["Photo not available"] = "Foto non disponibile"; +$a->strings["Use as profile photo"] = "Usa come foto del profilo"; +$a->strings["Private Photo"] = "Foto privata"; +$a->strings["View Full Size"] = "Vedi nelle dimensioni originali"; +$a->strings["Edit photo"] = "Modifica la foto"; +$a->strings["Rotate CW (right)"] = "Ruota (senso orario)"; +$a->strings["Rotate CCW (left)"] = "Ruota (senso antiorario)"; +$a->strings["Caption"] = "Titolo"; +$a->strings["Add a Tag"] = "Aggiungi tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Esempio: @bob, @Barbara_Jensen, @jim@example.com"; +$a->strings["Flag as adult in album view"] = "Marca come 'per adulti'"; +$a->strings["In This Photo:"] = "In questa foto:"; +$a->strings["View Album"] = "Guarda l'album"; +$a->strings["Recent Photos"] = "Foto recenti"; $a->strings["Unable to find your hub."] = "Impossibile raggiungere il tuo hub."; $a->strings["Post successful."] = "Inviato!"; $a->strings["Gender: "] = "Sesso:"; -- cgit v1.2.3 From 27046aeb7adae3516c0b46f71aea6dd7f456b7ed Mon Sep 17 00:00:00 2001 From: Erik Lundin Date: Sat, 10 Jan 2015 11:38:09 +0100 Subject: Update Swedish strings from Transifex --- view/sv/messages.po | 5585 ++++++++++++++++++++++++++------------------------- view/sv/strings.php | 1106 +++++----- 2 files changed, 3352 insertions(+), 3339 deletions(-) (limited to 'view') diff --git a/view/sv/messages.po b/view/sv/messages.po index 3cafa9809..95e6dd8ae 100644 --- a/view/sv/messages.po +++ b/view/sv/messages.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-26 00:04-0800\n" -"PO-Revision-Date: 2014-12-29 22:54+0000\n" +"POT-Creation-Date: 2015-01-02 00:04-0800\n" +"PO-Revision-Date: 2015-01-03 19:53+0000\n" "Last-Translator: Erik Lundin \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/red-matrix/language/sv/)\n" "MIME-Version: 1.0\n" @@ -25,9 +25,9 @@ msgid "Cannot locate DNS info for database server '%s'" msgstr "Kan inte hitta DNS-information för databasserver '%s'" #: ../../include/photo/photo_driver.php:680 ../../include/photos.php:52 -#: ../../mod/photos.php:91 ../../mod/photos.php:654 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:423 +#: ../../mod/profile_photo.php:423 ../../mod/photos.php:91 +#: ../../mod/photos.php:654 msgid "Profile Photos" msgstr "Profilfoton" @@ -87,35 +87,35 @@ msgstr "Posten hittades inte." #: ../../include/attach.php:318 ../../include/attach.php:511 #: ../../include/attach.php:585 ../../include/chat.php:116 #: ../../mod/mood.php:112 ../../mod/register.php:72 ../../mod/mitem.php:106 -#: ../../mod/achievements.php:30 ../../mod/settings.php:542 -#: ../../mod/group.php:9 ../../mod/poke.php:128 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/setup.php:207 ../../mod/authtest.php:13 +#: ../../mod/achievements.php:30 ../../mod/group.php:9 ../../mod/poke.php:128 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/profiles.php:188 +#: ../../mod/profiles.php:559 ../../mod/authtest.php:13 #: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/block.php:22 #: ../../mod/block.php:72 ../../mod/delegate.php:6 ../../mod/sources.php:66 #: ../../mod/events.php:195 ../../mod/channel.php:90 ../../mod/channel.php:201 #: ../../mod/channel.php:244 ../../mod/chat.php:90 ../../mod/chat.php:95 #: ../../mod/regmod.php:17 ../../mod/editpost.php:13 ../../mod/common.php:35 -#: ../../mod/connections.php:169 ../../mod/connedit.php:266 -#: ../../mod/mail.php:111 ../../mod/photos.php:68 ../../mod/webpages.php:67 -#: ../../mod/bookmarks.php:46 ../../mod/blocks.php:67 ../../mod/blocks.php:75 -#: ../../mod/editblock.php:65 ../../mod/pdledit.php:21 -#: ../../mod/editlayout.php:64 ../../mod/editlayout.php:89 -#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 -#: ../../mod/editwebpage.php:118 ../../mod/profile_photo.php:263 -#: ../../mod/profile_photo.php:276 ../../mod/like.php:154 -#: ../../mod/thing.php:247 ../../mod/thing.php:264 ../../mod/thing.php:299 -#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:67 ../../mod/filestorage.php:82 -#: ../../mod/filestorage.php:109 ../../mod/locs.php:71 ../../mod/item.php:191 -#: ../../mod/item.php:199 ../../mod/item.php:972 ../../mod/suggest.php:26 -#: ../../mod/layouts.php:67 ../../mod/layouts.php:74 ../../mod/layouts.php:85 -#: ../../mod/profiles.php:179 ../../mod/profiles.php:550 -#: ../../mod/manage.php:6 ../../mod/menu.php:61 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/network.php:12 -#: ../../mod/notifications.php:66 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 -#: ../../mod/message.php:16 ../../mod/new_channel.php:68 -#: ../../mod/new_channel.php:99 ../../mod/page.php:28 ../../mod/page.php:78 +#: ../../mod/settings.php:554 ../../mod/connections.php:169 +#: ../../mod/manage.php:6 ../../mod/connedit.php:266 ../../mod/mail.php:111 +#: ../../mod/webpages.php:67 ../../mod/bookmarks.php:46 +#: ../../mod/blocks.php:67 ../../mod/blocks.php:75 ../../mod/editblock.php:65 +#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:64 +#: ../../mod/editlayout.php:89 ../../mod/editwebpage.php:64 +#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:118 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/like.php:154 ../../mod/thing.php:247 ../../mod/thing.php:264 +#: ../../mod/thing.php:299 ../../mod/fsuggest.php:78 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:67 +#: ../../mod/filestorage.php:82 ../../mod/filestorage.php:109 +#: ../../mod/locs.php:71 ../../mod/item.php:191 ../../mod/item.php:199 +#: ../../mod/item.php:975 ../../mod/suggest.php:26 ../../mod/layouts.php:67 +#: ../../mod/layouts.php:74 ../../mod/layouts.php:85 ../../mod/setup.php:207 +#: ../../mod/menu.php:61 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/network.php:12 ../../mod/notifications.php:66 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/viewsrc.php:14 ../../mod/message.php:16 +#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 +#: ../../mod/photos.php:68 ../../mod/page.php:28 ../../mod/page.php:78 #: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190 #: ../../index.php:390 msgid "Permission denied." @@ -144,9 +144,9 @@ msgid "Connection not found." msgstr "Kontakten hittades inte." #: ../../include/menu.php:42 ../../include/page_widgets.php:8 -#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:261 +#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:263 #: ../../include/ItemObject.php:100 ../../include/apps.php:254 -#: ../../mod/settings.php:627 ../../mod/editpost.php:112 +#: ../../mod/editpost.php:112 ../../mod/settings.php:639 #: ../../mod/connections.php:381 ../../mod/connections.php:394 #: ../../mod/connections.php:413 ../../mod/webpages.php:162 #: ../../mod/blocks.php:132 ../../mod/editblock.php:143 @@ -264,52 +264,52 @@ msgid "" "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "Extremt avancerat. Låt detta vara om du inte vet vad du gör" -#: ../../include/permissions.php:814 +#: ../../include/permissions.php:810 msgid "Social Networking" msgstr "Socialt nätverkande" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -#: ../../include/permissions.php:819 +#: ../../include/permissions.php:810 ../../include/permissions.php:811 +#: ../../include/permissions.php:812 msgid "Mostly Public" msgstr "Mestadels offentligt" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 -#: ../../include/permissions.php:819 +#: ../../include/permissions.php:810 ../../include/permissions.php:811 +#: ../../include/permissions.php:812 msgid "Restricted" msgstr "Begränsat" -#: ../../include/permissions.php:815 ../../include/permissions.php:817 +#: ../../include/permissions.php:810 ../../include/permissions.php:811 msgid "Private" msgstr "Privat" -#: ../../include/permissions.php:816 +#: ../../include/permissions.php:811 msgid "Community Forum" msgstr "Gemenskapsforum" -#: ../../include/permissions.php:818 +#: ../../include/permissions.php:812 msgid "Feed Republish" msgstr "Vidarepublicering av flöde" -#: ../../include/permissions.php:820 +#: ../../include/permissions.php:813 msgid "Special Purpose" msgstr "Särskilt syfte" -#: ../../include/permissions.php:821 +#: ../../include/permissions.php:813 msgid "Celebrity/Soapbox" msgstr "Kändis/talarstol" -#: ../../include/permissions.php:821 +#: ../../include/permissions.php:813 msgid "Group Repository" msgstr "Gruppförråd" -#: ../../include/permissions.php:822 ../../include/profile_selectors.php:6 +#: ../../include/permissions.php:814 ../../include/profile_selectors.php:6 #: ../../include/profile_selectors.php:23 #: ../../include/profile_selectors.php:61 #: ../../include/profile_selectors.php:97 msgid "Other" msgstr "Annat" -#: ../../include/permissions.php:823 +#: ../../include/permissions.php:814 msgid "Custom/Expert Mode" msgstr "Anpassat/expertläge" @@ -367,8 +367,8 @@ msgstr "ogilla" msgid "dislikes" msgstr "ogillar" -#: ../../include/taxonomy.php:380 ../../include/identity.php:1148 -#: ../../include/ItemObject.php:146 ../../mod/photos.php:1027 +#: ../../include/taxonomy.php:380 ../../include/identity.php:1151 +#: ../../include/ItemObject.php:146 ../../mod/photos.php:1024 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -385,8 +385,8 @@ msgid "View" msgstr "Visa" #: ../../include/page_widgets.php:40 ../../include/conversation.php:1102 -#: ../../include/ItemObject.php:638 ../../mod/photos.php:998 -#: ../../mod/webpages.php:166 +#: ../../include/ItemObject.php:638 ../../mod/webpages.php:166 +#: ../../mod/photos.php:995 msgid "Preview" msgstr "Förhandsgranska" @@ -418,18 +418,6 @@ msgstr "Inbäddat innehåll" msgid "Embedding disabled" msgstr "Inbäddning inaktiverat" -#: ../../include/auth.php:130 -msgid "Logged out." -msgstr "Utloggad." - -#: ../../include/auth.php:271 -msgid "Failed authentication" -msgstr "Inloggning misslyckades" - -#: ../../include/auth.php:285 ../../mod/openid.php:190 -msgid "Login failed." -msgstr "Inloggning misslyckades." - #: ../../include/photos.php:105 #, php-format msgid "Image exceeds website size limit of %lu bytes" @@ -498,12 +486,70 @@ msgstr "Börjar:" msgid "Finishes:" msgstr "Slutar:" -#: ../../include/bb2diaspora.php:467 ../../include/event.php:40 -#: ../../include/identity.php:891 ../../mod/events.php:590 +#: ../../include/bb2diaspora.php:467 ../../include/identity.php:894 +#: ../../include/event.php:40 ../../mod/events.php:590 #: ../../mod/directory.php:199 msgid "Location:" msgstr "Plats:" +#: ../../include/attach.php:221 ../../include/attach.php:275 +msgid "Item was not found." +msgstr "Posten hittades inte." + +#: ../../include/attach.php:331 +msgid "No source file." +msgstr "Ingen källfil." + +#: ../../include/attach.php:348 +msgid "Cannot locate file to replace" +msgstr "Kan inte hitta fil att ersätta" + +#: ../../include/attach.php:366 +msgid "Cannot locate file to revise/update" +msgstr "Kan inte hitta fil att revidera/uppdatera" + +#: ../../include/attach.php:377 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Filen överskrider storleksbegränsningen %d" + +#: ../../include/attach.php:389 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Du har nått begränsningen %1$.0f megabyte utrymme för bilagor." + +#: ../../include/attach.php:472 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten åtgärd." + +#: ../../include/attach.php:484 +msgid "Stored file could not be verified. Upload failed." +msgstr "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad." + +#: ../../include/attach.php:526 ../../include/attach.php:543 +msgid "Path not available." +msgstr "Sökväg inte tillgänglig." + +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Tom sökväg" + +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "filnamn eller sökväg finns redan" + +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Sökväg hittas inte." + +#: ../../include/attach.php:681 +msgid "mkdir failed." +msgstr "mkdir misslyckades." + +#: ../../include/attach.php:685 +msgid "database storage failed." +msgstr "databaslagring misslyckades." + #: ../../include/features.php:23 msgid "General Features" msgstr "Allmänna funktioner" @@ -744,11 +790,12 @@ msgid "Provide a personal tag cloud on your channel page" msgstr "Tillhandahåll ett personligt taggmoln på din kanalsida" #: ../../include/RedDAV/RedBrowser.php:106 -#: ../../include/RedDAV/RedBrowser.php:260 +#: ../../include/RedDAV/RedBrowser.php:262 msgid "parent" msgstr "en nivå upp" #: ../../include/RedDAV/RedBrowser.php:130 +#: ../../include/RedDAV/RedBrowser.php:339 msgid "Collection" msgstr "Samling" @@ -774,71 +821,71 @@ msgstr "Schemautkorg" #: ../../include/RedDAV/RedBrowser.php:163 ../../include/conversation.php:992 #: ../../include/apps.php:336 ../../include/apps.php:387 -#: ../../mod/connedit.php:513 ../../mod/photos.php:713 -#: ../../mod/photos.php:1132 +#: ../../mod/connedit.php:513 ../../mod/photos.php:710 +#: ../../mod/photos.php:1129 msgid "Unknown" msgstr "Okända" -#: ../../include/RedDAV/RedBrowser.php:223 +#: ../../include/RedDAV/RedBrowser.php:225 #, php-format msgid "%1$s used" msgstr "%1$s använt" -#: ../../include/RedDAV/RedBrowser.php:228 +#: ../../include/RedDAV/RedBrowser.php:230 #, php-format msgid "%1$s used of %2$s (%3$s%)" msgstr "%1$s använt av %2$s (%3$s%)" -#: ../../include/RedDAV/RedBrowser.php:247 ../../include/conversation.php:1539 +#: ../../include/RedDAV/RedBrowser.php:249 ../../include/conversation.php:1539 #: ../../include/apps.php:135 ../../include/nav.php:106 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "Filer" -#: ../../include/RedDAV/RedBrowser.php:249 +#: ../../include/RedDAV/RedBrowser.php:251 msgid "Total" msgstr "Totalt" -#: ../../include/RedDAV/RedBrowser.php:256 ../../mod/settings.php:567 -#: ../../mod/settings.php:593 ../../mod/admin.php:866 +#: ../../include/RedDAV/RedBrowser.php:258 ../../mod/settings.php:579 +#: ../../mod/settings.php:605 ../../mod/admin.php:866 msgid "Name" msgstr "Namn" -#: ../../include/RedDAV/RedBrowser.php:257 +#: ../../include/RedDAV/RedBrowser.php:259 msgid "Type" msgstr "Typ" -#: ../../include/RedDAV/RedBrowser.php:258 +#: ../../include/RedDAV/RedBrowser.php:260 msgid "Size" msgstr "Storlek" -#: ../../include/RedDAV/RedBrowser.php:259 +#: ../../include/RedDAV/RedBrowser.php:261 msgid "Last Modified" msgstr "Senast ändrad" -#: ../../include/RedDAV/RedBrowser.php:262 ../../include/conversation.php:639 +#: ../../include/RedDAV/RedBrowser.php:264 ../../include/conversation.php:639 #: ../../include/ItemObject.php:120 ../../include/apps.php:255 -#: ../../mod/settings.php:628 ../../mod/group.php:176 -#: ../../mod/connedit.php:476 ../../mod/photos.php:1070 -#: ../../mod/thing.php:234 ../../mod/admin.php:730 ../../mod/admin.php:861 +#: ../../mod/group.php:176 ../../mod/settings.php:640 +#: ../../mod/connedit.php:476 ../../mod/thing.php:234 ../../mod/admin.php:730 +#: ../../mod/admin.php:861 ../../mod/photos.php:1067 msgid "Delete" msgstr "Ta bort" -#: ../../include/RedDAV/RedBrowser.php:310 +#: ../../include/RedDAV/RedBrowser.php:312 msgid "Create new folder" msgstr "Skapa ny mapp" -#: ../../include/RedDAV/RedBrowser.php:311 ../../mod/mitem.php:169 -#: ../../mod/menu.php:100 ../../mod/new_channel.php:124 +#: ../../include/RedDAV/RedBrowser.php:313 ../../mod/mitem.php:169 +#: ../../mod/menu.php:100 ../../mod/new_channel.php:121 msgid "Create" msgstr "Skapa" -#: ../../include/RedDAV/RedBrowser.php:312 +#: ../../include/RedDAV/RedBrowser.php:314 msgid "Upload file" msgstr "Ladda upp fil" -#: ../../include/RedDAV/RedBrowser.php:313 ../../mod/photos.php:738 -#: ../../mod/photos.php:1246 ../../mod/profile_photo.php:361 +#: ../../include/RedDAV/RedBrowser.php:315 ../../mod/profile_photo.php:361 +#: ../../mod/photos.php:735 ../../mod/photos.php:1243 msgid "Upload" msgstr "Ladda upp" @@ -929,7 +976,7 @@ msgid "RSS/Atom" msgstr "RSS/Atom" #: ../../include/contact_selectors.php:79 ../../mod/admin.php:726 -#: ../../mod/admin.php:735 ../../boot.php:1542 +#: ../../mod/admin.php:735 ../../boot.php:1544 msgid "Email" msgstr "E-post" @@ -957,6 +1004,18 @@ msgstr "XMPP/IM" msgid "MySpace" msgstr "MySpace" +#: ../../include/auth.php:130 +msgid "Logged out." +msgstr "Utloggad." + +#: ../../include/auth.php:271 +msgid "Failed authentication" +msgstr "Inloggning misslyckades" + +#: ../../include/auth.php:285 ../../mod/openid.php:190 +msgid "Login failed." +msgstr "Inloggning misslyckades." + #: ../../include/acl_selectors.php:240 msgid "Visible to your default audience" msgstr "Kan ses av förinställda mottagare" @@ -970,1094 +1029,808 @@ msgid "Don't show" msgstr "Visa inte" #: ../../include/acl_selectors.php:248 ../../mod/events.php:596 -#: ../../mod/chat.php:209 ../../mod/photos.php:588 ../../mod/photos.php:950 -#: ../../mod/filestorage.php:137 +#: ../../mod/chat.php:209 ../../mod/filestorage.php:141 +#: ../../mod/photos.php:588 ../../mod/photos.php:947 msgid "Permissions" msgstr "Behörighet" #: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:320 -#: ../../mod/photos.php:1149 +#: ../../mod/photos.php:1146 msgid "Close" msgstr "Stäng" -#: ../../include/text.php:320 -msgid "prev" -msgstr "föregående" +#: ../../include/identity.php:31 ../../mod/item.php:1115 +msgid "Unable to obtain identity information from database" +msgstr "Kunde inte hämta från databasen" -#: ../../include/text.php:322 -msgid "first" -msgstr "första" +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Tomt namn" -#: ../../include/text.php:351 -msgid "last" -msgstr "sista" +#: ../../include/identity.php:68 +msgid "Name too long" +msgstr "För långt namn" -#: ../../include/text.php:354 -msgid "next" -msgstr "nästa" +#: ../../include/identity.php:169 +msgid "No account identifier" +msgstr "Ingen kontoidentifierare" -#: ../../include/text.php:366 -msgid "older" -msgstr "äldre" +#: ../../include/identity.php:182 +msgid "Nickname is required." +msgstr "Smeknamn måste anges." -#: ../../include/text.php:368 -msgid "newer" -msgstr "nyare" +#: ../../include/identity.php:196 +msgid "Reserved nickname. Please choose another." +msgstr "Reserverat smeknamn. Välj ett annat." -#: ../../include/text.php:756 -msgid "No connections" -msgstr "Inga kontakter" +#: ../../include/identity.php:201 ../../include/dimport.php:34 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Smeknamnet innehåller otillåtna tecken eller är redan upptaget på den här servern." -#: ../../include/text.php:772 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d kontakt" -msgstr[1] "%d kontakter" +#: ../../include/identity.php:283 +msgid "Unable to retrieve created identity" +msgstr "Kunde inte hämta den skapade identiteten" -#: ../../include/text.php:785 -msgid "View Connections" -msgstr "Visa kontakter" +#: ../../include/identity.php:343 +msgid "Default Profile" +msgstr "Standardprofil" -#: ../../include/text.php:842 ../../include/text.php:854 -#: ../../include/apps.php:147 ../../include/nav.php:173 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Sök" +#: ../../include/identity.php:387 ../../include/identity.php:388 +#: ../../include/identity.php:395 ../../include/widgets.php:428 +#: ../../include/profile_selectors.php:80 ../../mod/settings.php:329 +#: ../../mod/settings.php:333 ../../mod/settings.php:334 +#: ../../mod/settings.php:337 ../../mod/settings.php:348 +#: ../../mod/connedit.php:510 +msgid "Friends" +msgstr "Vänner" -#: ../../include/text.php:843 ../../include/text.php:855 -#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339 -#: ../../mod/admin.php:1360 -msgid "Save" -msgstr "Spara" +#: ../../include/identity.php:643 +msgid "Requested channel is not available." +msgstr "Den begärda kanalen är inte tillgänglig" -#: ../../include/text.php:920 -msgid "poke" -msgstr "puffa" +#: ../../include/identity.php:691 ../../mod/achievements.php:11 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 ../../mod/blocks.php:29 +#: ../../mod/editblock.php:29 ../../mod/editlayout.php:28 +#: ../../mod/editwebpage.php:28 ../../mod/filestorage.php:48 +#: ../../mod/connect.php:13 ../../mod/layouts.php:29 ../../mod/hcard.php:8 +msgid "Requested profile is not available." +msgstr "Begärd profil är inte tillgänglig." -#: ../../include/text.php:920 ../../include/conversation.php:243 -msgid "poked" -msgstr "puffade" +#: ../../include/identity.php:840 ../../include/conversation.php:937 +#: ../../include/widgets.php:136 ../../include/widgets.php:175 +#: ../../include/Contact.php:107 ../../mod/suggest.php:51 +#: ../../mod/match.php:62 ../../mod/directory.php:264 +msgid "Connect" +msgstr "Ta kontakt" -#: ../../include/text.php:921 -msgid "ping" -msgstr "pinga" +#: ../../include/identity.php:854 ../../mod/profiles.php:757 +msgid "Change profile photo" +msgstr "Bytprofilfoto" -#: ../../include/text.php:921 -msgid "pinged" -msgstr "pingade" +#: ../../include/identity.php:861 +msgid "Profiles" +msgstr "Profiler" -#: ../../include/text.php:922 -msgid "prod" -msgstr "stöt till" +#: ../../include/identity.php:861 +msgid "Manage/edit profiles" +msgstr "Hantera/redigera profiler" -#: ../../include/text.php:922 -msgid "prodded" -msgstr "stötte till" +#: ../../include/identity.php:862 ../../mod/profiles.php:758 +msgid "Create New Profile" +msgstr "Skapa ny profil" -#: ../../include/text.php:923 -msgid "slap" -msgstr "daska till" +#: ../../include/identity.php:865 ../../include/nav.php:103 +msgid "Edit Profile" +msgstr "Redigera profil" -#: ../../include/text.php:923 -msgid "slapped" -msgstr "daskade till" +#: ../../include/identity.php:878 ../../mod/profiles.php:769 +msgid "Profile Image" +msgstr "Profilbild" -#: ../../include/text.php:924 -msgid "finger" -msgstr "fingra på" +#: ../../include/identity.php:881 +msgid "visible to everybody" +msgstr "synlig för alla" -#: ../../include/text.php:924 -msgid "fingered" -msgstr "fingrade på" +#: ../../include/identity.php:882 ../../mod/profiles.php:652 +#: ../../mod/profiles.php:773 +msgid "Edit visibility" +msgstr "Redigera synlighet" -#: ../../include/text.php:925 -msgid "rebuff" -msgstr "stöt tillbaka" +#: ../../include/identity.php:898 ../../include/identity.php:1135 +msgid "Gender:" +msgstr "Kön:" -#: ../../include/text.php:925 -msgid "rebuffed" -msgstr "stötte tillbaks" +#: ../../include/identity.php:899 ../../include/identity.php:1179 +msgid "Status:" +msgstr "Status:" -#: ../../include/text.php:935 -msgid "happy" -msgstr "glad" +#: ../../include/identity.php:900 ../../include/identity.php:1190 +msgid "Homepage:" +msgstr "Hemsida:" -#: ../../include/text.php:936 -msgid "sad" -msgstr "ledsen" +#: ../../include/identity.php:901 +msgid "Online Now" +msgstr "Online nu" -#: ../../include/text.php:937 -msgid "mellow" -msgstr "lugn" +#: ../../include/identity.php:979 ../../include/identity.php:1059 +#: ../../mod/ping.php:329 +msgid "g A l F d" +msgstr "l j F \\k\\l G" -#: ../../include/text.php:938 -msgid "tired" -msgstr "trött" +#: ../../include/identity.php:980 ../../include/identity.php:1060 +msgid "F d" +msgstr "j F" -#: ../../include/text.php:939 -msgid "perky" -msgstr "uppåt" +#: ../../include/identity.php:1025 ../../include/identity.php:1100 +#: ../../mod/ping.php:351 +msgid "[today]" +msgstr "[i dag]" -#: ../../include/text.php:940 -msgid "angry" -msgstr "arg" +#: ../../include/identity.php:1037 +msgid "Birthday Reminders" +msgstr "Födelsedagspåminnelser" -#: ../../include/text.php:941 -msgid "stupified" -msgstr "virrig" +#: ../../include/identity.php:1038 +msgid "Birthdays this week:" +msgstr "Födelsedagar den här veckan:" -#: ../../include/text.php:942 -msgid "puzzled" -msgstr "förbryllad" +#: ../../include/identity.php:1093 +msgid "[No description]" +msgstr "[Ingen beskrivning]" -#: ../../include/text.php:943 -msgid "interested" -msgstr "intresserad" +#: ../../include/identity.php:1111 +msgid "Event Reminders" +msgstr "Händelsepåminnelser" -#: ../../include/text.php:944 -msgid "bitter" -msgstr "bitter" +#: ../../include/identity.php:1112 +msgid "Events this week:" +msgstr "Händelser den här veckan:" -#: ../../include/text.php:945 -msgid "cheerful" -msgstr "munter" +#: ../../include/identity.php:1125 ../../include/identity.php:1254 +#: ../../include/apps.php:138 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profil" -#: ../../include/text.php:946 -msgid "alive" -msgstr "pigg" +#: ../../include/identity.php:1133 ../../mod/settings.php:1022 +msgid "Full Name:" +msgstr "Fullständigt namn:" -#: ../../include/text.php:947 -msgid "annoyed" -msgstr "irriterad" +#: ../../include/identity.php:1140 +msgid "Like this channel" +msgstr "Gilla den här kanalen" -#: ../../include/text.php:948 -msgid "anxious" -msgstr "bekymrad" +#: ../../include/identity.php:1164 +msgid "j F, Y" +msgstr "j F Y" -#: ../../include/text.php:949 -msgid "cranky" -msgstr "grinig" +#: ../../include/identity.php:1165 +msgid "j F" +msgstr "j F" -#: ../../include/text.php:950 -msgid "disturbed" -msgstr "besvärad" +#: ../../include/identity.php:1172 +msgid "Birthday:" +msgstr "Födelsedag:" -#: ../../include/text.php:951 -msgid "frustrated" -msgstr "frustrerad" +#: ../../include/identity.php:1176 +msgid "Age:" +msgstr "Ålder:" -#: ../../include/text.php:952 -msgid "depressed" -msgstr "deprimerad" +#: ../../include/identity.php:1185 +#, php-format +msgid "for %1$d %2$s" +msgstr "i %1$d %2$s" -#: ../../include/text.php:953 -msgid "motivated" -msgstr "motiverad" +#: ../../include/identity.php:1188 ../../mod/profiles.php:674 +msgid "Sexual Preference:" +msgstr "Sexuell preferens:" -#: ../../include/text.php:954 -msgid "relaxed" -msgstr "avslappnad" +#: ../../include/identity.php:1192 ../../mod/profiles.php:676 +msgid "Hometown:" +msgstr "Hemort:" -#: ../../include/text.php:955 -msgid "surprised" -msgstr "förvånad" +#: ../../include/identity.php:1194 +msgid "Tags:" +msgstr "Taggar:" -#: ../../include/text.php:1121 -msgid "Monday" -msgstr "måndag" +#: ../../include/identity.php:1196 ../../mod/profiles.php:677 +msgid "Political Views:" +msgstr "Politisk åskådning:" -#: ../../include/text.php:1121 -msgid "Tuesday" -msgstr "tisdag" +#: ../../include/identity.php:1198 +msgid "Religion:" +msgstr "Religion:" -#: ../../include/text.php:1121 -msgid "Wednesday" -msgstr "onsdag" +#: ../../include/identity.php:1200 +msgid "About:" +msgstr "Om:" -#: ../../include/text.php:1121 -msgid "Thursday" -msgstr "torsdag" +#: ../../include/identity.php:1202 +msgid "Hobbies/Interests:" +msgstr "Fritidssysselsättning/intressen:" -#: ../../include/text.php:1121 -msgid "Friday" -msgstr "fredag" +#: ../../include/identity.php:1204 ../../mod/profiles.php:680 +msgid "Likes:" +msgstr "Gillar:" -#: ../../include/text.php:1121 -msgid "Saturday" -msgstr "lördag" +#: ../../include/identity.php:1206 ../../mod/profiles.php:681 +msgid "Dislikes:" +msgstr "Ogillar:" -#: ../../include/text.php:1121 -msgid "Sunday" -msgstr "söndag" +#: ../../include/identity.php:1209 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinformation och sociala nätverk:" -#: ../../include/text.php:1125 -msgid "January" -msgstr "januari" +#: ../../include/identity.php:1221 +msgid "My other channels:" +msgstr "Mina andra kanaler:" -#: ../../include/text.php:1125 -msgid "February" -msgstr "februari" +#: ../../include/identity.php:1224 +msgid "Musical interests:" +msgstr "Musikintressen:" -#: ../../include/text.php:1125 -msgid "March" -msgstr "mars" +#: ../../include/identity.php:1226 +msgid "Books, literature:" +msgstr "Böcker, litteratur:" -#: ../../include/text.php:1125 -msgid "April" -msgstr "april" +#: ../../include/identity.php:1228 +msgid "Television:" +msgstr "Tv:" -#: ../../include/text.php:1125 -msgid "May" -msgstr "maj" +#: ../../include/identity.php:1230 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/dans/kultur/underhållning:" -#: ../../include/text.php:1125 -msgid "June" -msgstr "juni" +#: ../../include/identity.php:1232 +msgid "Love/Romance:" +msgstr "Kärlek/romantik:" -#: ../../include/text.php:1125 -msgid "July" -msgstr "juli" +#: ../../include/identity.php:1234 +msgid "Work/employment:" +msgstr "Arbete/sysselsättning:" -#: ../../include/text.php:1125 -msgid "August" -msgstr "augusti" +#: ../../include/identity.php:1236 +msgid "School/education:" +msgstr "Skola/utbildning:" -#: ../../include/text.php:1125 -msgid "September" -msgstr "september" +#: ../../include/identity.php:1256 +msgid "Like this thing" +msgstr "Gilla den här saken" -#: ../../include/text.php:1125 -msgid "October" -msgstr "oktober" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d inbjudan tillgänglig" +msgstr[1] "%d inbjudningar tillgängliga" -#: ../../include/text.php:1125 -msgid "November" -msgstr "november" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 +msgid "Advanced" +msgstr "Avancerat" -#: ../../include/text.php:1125 -msgid "December" -msgstr "december" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Hitta kanaler" -#: ../../include/text.php:1203 -msgid "unknown.???" -msgstr "okänt.???" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Ange namn eller intresse" -#: ../../include/text.php:1204 -msgid "bytes" -msgstr "byte" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Ta kontakt/följ" -#: ../../include/text.php:1240 -msgid "remove category" -msgstr "ta bort kategori" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Exempel: Robert Morgenstein, Fiske" -#: ../../include/text.php:1309 -msgid "remove from file" -msgstr "ta bort från fil" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 +#: ../../mod/directory.php:317 ../../mod/directory.php:322 +msgid "Find" +msgstr "Sök" -#: ../../include/text.php:1385 ../../include/text.php:1396 -msgid "Click to open/close" -msgstr "Klicka för att öppna/stänga" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +#: ../../mod/directory.php:321 +msgid "Channel Suggestions" +msgstr "Kanalförslag" -#: ../../include/text.php:1544 ../../mod/events.php:414 -msgid "Link to Source" -msgstr "Länk till källa" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Slumpvald profil" -#: ../../include/text.php:1563 -msgid "Select a page layout: " -msgstr "Välj en sidlayout: " +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Bjud in vänner" -#: ../../include/text.php:1566 ../../include/text.php:1626 -msgid "default" -msgstr "standard" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "Avancerat exempel: name=fred and country=iceland" -#: ../../include/text.php:1599 -msgid "Page content type: " -msgstr "Typ av sidinnehåll: " +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:305 +msgid "Everything" +msgstr "Allt" -#: ../../include/text.php:1638 -msgid "Select an alternate language" -msgstr "Välj ett alternativt språk" +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d gemensam kontakt" +msgstr[1] "%d gemensamma kontakter" -#: ../../include/text.php:1757 ../../include/conversation.php:120 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 -msgid "photo" -msgstr "foto" +#: ../../include/contact_widgets.php:130 +msgid "show more" +msgstr "visa fler" -#: ../../include/text.php:1760 ../../include/conversation.php:123 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "händelse" +#: ../../include/event.php:376 +msgid "This event has been added to your calendar." +msgstr "Händelsen har lagts till i din kalender." -#: ../../include/text.php:1763 ../../include/conversation.php:148 -#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 -msgid "status" -msgstr "status" +#: ../../include/group.php:26 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "En borttagen grupp med det här namnet återskapades. Befintliga rättigheter till saker kan gälla för den här gruppen och alla framtida medlemmar. Om det här inte är vad du avsåg, skapa i stället en annan grupp med ett annat namn." -#: ../../include/text.php:1765 ../../include/conversation.php:150 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "kommentar" +#: ../../include/group.php:235 +msgid "Default privacy group for new contacts" +msgstr "Förvald integritetsgrupp för nya kontakter" -#: ../../include/text.php:1770 -msgid "activity" -msgstr "aktivitet" +#: ../../include/group.php:254 ../../mod/admin.php:735 +msgid "All Channels" +msgstr "Alla kanaler" -#: ../../include/text.php:2057 -msgid "Design" -msgstr "Design" +#: ../../include/group.php:276 +msgid "edit" +msgstr "redigera" -#: ../../include/text.php:2060 -msgid "Blocks" -msgstr "Block" +#: ../../include/group.php:298 +msgid "Collections" +msgstr "Kretsar" -#: ../../include/text.php:2061 -msgid "Menus" -msgstr "Menyer" +#: ../../include/group.php:299 +msgid "Edit collection" +msgstr "Redigera krets" -#: ../../include/text.php:2062 -msgid "Layouts" -msgstr "Layouter" +#: ../../include/group.php:300 +msgid "Create a new collection" +msgstr "Skapa en ny krets" -#: ../../include/text.php:2063 -msgid "Pages" -msgstr "Sidor" +#: ../../include/group.php:301 +msgid "Channels not in any collection" +msgstr "Kanaler inte i någon krets" -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d inbjudan tillgänglig" -msgstr[1] "%d inbjudningar tillgängliga" +#: ../../include/group.php:303 ../../include/widgets.php:273 +msgid "add" +msgstr "lägg till" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:416 -msgid "Advanced" -msgstr "Avancerat" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Inte en giltig e-postadress" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Hitta kanaler" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Din e-postdomän är inte bland de som tillåts på den här servern" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Ange namn eller intresse" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "Din e-postadress är redan registrerad på den här servern." -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Ta kontakt/följ" +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "En inbjudan behövs." -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Exempel: Robert Morgenstein, Fiske" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Inbjudningen kunde inte bekräftas." -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 -#: ../../mod/directory.php:317 ../../mod/directory.php:322 -msgid "Find" -msgstr "Sök" +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Ange den begärda informationen." -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -#: ../../mod/directory.php:321 -msgid "Channel Suggestions" -msgstr "Kanalförslag" +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Misslyckades att spara kontoinformation." -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Slumpvald profil" +#: ../../include/account.php:245 +#, php-format +msgid "Registration confirmation for %s" +msgstr "Registreringsbekräftelse för %s" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Bjud in vänner" +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Registreringsförfrågan på %s" -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "Avancerat exempel: name=fred and country=iceland" +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Administratör" -#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:305 -msgid "Everything" -msgstr "Allt" +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "ditt registreringslösenord" -#: ../../include/contact_widgets.php:125 +#: ../../include/account.php:340 ../../include/account.php:397 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d gemensam kontakt" -msgstr[1] "%d gemensamma kontakter" - -#: ../../include/contact_widgets.php:130 -msgid "show more" -msgstr "visa fler" +msgid "Registration details for %s" +msgstr "Registreringsdetaljer för %s" -#: ../../include/enotify.php:41 -msgid "Red Matrix Notification" -msgstr "Red Matrix-meddelande" +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "Konto godkänt." -#: ../../include/enotify.php:42 -msgid "redmatrix" -msgstr "redmatrix" +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrering avslagen för %s" -#: ../../include/enotify.php:44 -msgid "Thank You," -msgstr "Tack," +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Konto bekräftat. Du kan nu logga in." -#: ../../include/enotify.php:46 -#, php-format -msgid "%s Administrator" -msgstr "Administratören för %s" +#: ../../include/account.php:648 ../../include/account.php:650 +msgid "Click here to upgrade." +msgstr "Klicka här för att uppgradera." -#: ../../include/enotify.php:81 -#, php-format -msgid "%s " -msgstr "%s " +#: ../../include/account.php:656 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Den här funktionen går utanför vad som anges i ditt avtal." -#: ../../include/enotify.php:85 -#, php-format -msgid "[Red:Notify] New mail received at %s" -msgstr "[Red:Meddelande] Nytt meddelande på %s" +#: ../../include/account.php:661 +msgid "This action is not available under your subscription plan." +msgstr "Den här funktionen är inte tillgänglig med ditt avtal." -#: ../../include/enotify.php:87 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." -msgstr "%1$s, %2$s skickade ett nytt privat meddelande till dig på %3$s." +#: ../../include/text.php:320 +msgid "prev" +msgstr "föregående" -#: ../../include/enotify.php:88 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s skickade %2$s till dig." +#: ../../include/text.php:322 +msgid "first" +msgstr "första" -#: ../../include/enotify.php:88 -msgid "a private message" -msgstr "ett privat meddelande" +#: ../../include/text.php:351 +msgid "last" +msgstr "sista" -#: ../../include/enotify.php:89 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Besök %s för att visa och/eller svara på dina privata meddelanden." +#: ../../include/text.php:354 +msgid "next" +msgstr "nästa" -#: ../../include/enotify.php:144 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" -msgstr "%1$s, %2$s kommenterade [zrl=%3$s]ett %4$s[/zrl]" +#: ../../include/text.php:366 +msgid "older" +msgstr "äldre" -#: ../../include/enotify.php:152 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" -msgstr "%1$s, %2$s kommenterade [zrl=%3$s]%4$ss %5$s[/zrl]" +#: ../../include/text.php:368 +msgid "newer" +msgstr "nyare" -#: ../../include/enotify.php:161 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" -msgstr "%1$s, %2$s kommenterade [zrl=%3$s]ditt %4$s[/zrl]" +#: ../../include/text.php:756 +msgid "No connections" +msgstr "Inga kontakter" -#: ../../include/enotify.php:172 +#: ../../include/text.php:772 #, php-format -msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Red:Meddelande] Kommentar till konversation #%1$d av %2$s" +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d kontakt" +msgstr[1] "%d kontakter" -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." -msgstr "%1$s, %2$s kommenterade en sak/konversation du har följt." - -#: ../../include/enotify.php:176 ../../include/enotify.php:191 -#: ../../include/enotify.php:217 ../../include/enotify.php:236 -#: ../../include/enotify.php:250 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Besök %s för att visa och/eller svara på konversationen." - -#: ../../include/enotify.php:182 -#, php-format -msgid "[Red:Notify] %s posted to your profile wall" -msgstr "[Red:Meddelande] %s postade till din profilvägg" - -#: ../../include/enotify.php:184 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" -msgstr "%1$s, %2$s postade till din profilvägg på %3$s" - -#: ../../include/enotify.php:186 -#, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" -msgstr "%1$s, %2$s postade till [zrl=%3$s]din vägg[/zrl]" - -#: ../../include/enotify.php:210 -#, php-format -msgid "[Red:Notify] %s tagged you" -msgstr "[Red:Meddelande] %s taggade dig" - -#: ../../include/enotify.php:211 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" -msgstr "%1$s, %2$s taggade dig på %3$s" - -#: ../../include/enotify.php:212 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." -msgstr "%1$s, %2$s [zrl=%3$s]taggade dig[/zrl]." - -#: ../../include/enotify.php:225 -#, php-format -msgid "[Red:Notify] %1$s poked you" -msgstr "[Red:Meddelande] %1$s puffade dig" - -#: ../../include/enotify.php:226 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" -msgstr "%1$s, %2$s puffade dig på %3$s" - -#: ../../include/enotify.php:227 -#, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." -msgstr "%1$s, %2$s [zrl=%2$s]puffade dig[/zrl]." - -#: ../../include/enotify.php:243 -#, php-format -msgid "[Red:Notify] %s tagged your post" -msgstr "[Red:Meddelande] %s taggade ditt inlägg" - -#: ../../include/enotify.php:244 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" -msgstr "%1$s, %2$s taggade ditt inlägg på %3$s" - -#: ../../include/enotify.php:245 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" -msgstr "%1$s, %2$s taggade [zrl=%3$s]ditt inlägg[/zrl]" - -#: ../../include/enotify.php:257 -msgid "[Red:Notify] Introduction received" -msgstr "[Red:Meddelande] Presentation mottagen" - -#: ../../include/enotify.php:258 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" -msgstr "%1$s, du har fått en ny kontaktförfrågan från '%2$s' på %3$s" - -#: ../../include/enotify.php:259 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." -msgstr "%1$s, du har fått [zrl=%2$s]en ny kontaktförfrågan[/zrl] från %3$s." - -#: ../../include/enotify.php:263 ../../include/enotify.php:282 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Du kan besöka deras profil på %s" - -#: ../../include/enotify.php:265 -#, php-format -msgid "Please visit %s to approve or reject the connection request." -msgstr "Besök %s för att bevilja eller avslå kontaktförfrågan." - -#: ../../include/enotify.php:272 -msgid "[Red:Notify] Friend suggestion received" -msgstr "[Red:Meddelande] Vänförslag mottaget" - -#: ../../include/enotify.php:273 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" -msgstr "%1$s, du har fått ett vänförslag från '%2$s' på %3$s" - -#: ../../include/enotify.php:274 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " -"%4$s." -msgstr "%1$s, du har fått [zrl=%2$s]ett vänförslag[/zrl] angående %3$s från %4$s." - -#: ../../include/enotify.php:280 -msgid "Name:" -msgstr "Namn:" - -#: ../../include/enotify.php:281 -msgid "Photo:" -msgstr "Foto:" - -#: ../../include/enotify.php:284 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Besök %s för att bevilja eller avslå förslaget." - -#: ../../include/enotify.php:477 -msgid "[Red:Notify]" -msgstr "[Red:Notifiering]" - -#: ../../include/event.php:376 -msgid "This event has been added to your calendar." -msgstr "Händelsen har lagts till i din kalender." - -#: ../../include/group.php:26 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "En borttagen grupp med det här namnet återskapades. Befintliga rättigheter till saker kan gälla för den här gruppen och alla framtida medlemmar. Om det här inte är vad du avsåg, skapa i stället en annan grupp med ett annat namn." - -#: ../../include/group.php:235 -msgid "Default privacy group for new contacts" -msgstr "Förvald integritetsgrupp för nya kontakter" - -#: ../../include/group.php:254 ../../mod/admin.php:735 -msgid "All Channels" -msgstr "Alla kanaler" - -#: ../../include/group.php:276 -msgid "edit" -msgstr "redigera" - -#: ../../include/group.php:298 -msgid "Collections" -msgstr "Kretsar" - -#: ../../include/group.php:299 -msgid "Edit collection" -msgstr "Redigera krets" - -#: ../../include/group.php:300 -msgid "Create a new collection" -msgstr "Skapa en ny krets" - -#: ../../include/group.php:301 -msgid "Channels not in any collection" -msgstr "Kanaler inte i någon krets" - -#: ../../include/group.php:303 ../../include/widgets.php:273 -msgid "add" -msgstr "lägg till" - -#: ../../include/identity.php:31 ../../mod/item.php:1112 -msgid "Unable to obtain identity information from database" -msgstr "Kunde inte hämta från databasen" - -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "Tomt namn" - -#: ../../include/identity.php:68 -msgid "Name too long" -msgstr "För långt namn" - -#: ../../include/identity.php:169 -msgid "No account identifier" -msgstr "Ingen kontoidentifierare" - -#: ../../include/identity.php:182 -msgid "Nickname is required." -msgstr "Smeknamn måste anges." - -#: ../../include/identity.php:196 -msgid "Reserved nickname. Please choose another." -msgstr "Reserverat smeknamn. Välj ett annat." - -#: ../../include/identity.php:201 ../../include/dimport.php:34 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "Smeknamnet innehåller otillåtna tecken eller är redan upptaget på den här servern." - -#: ../../include/identity.php:283 -msgid "Unable to retrieve created identity" -msgstr "Kunde inte hämta den skapade identiteten" - -#: ../../include/identity.php:343 -msgid "Default Profile" -msgstr "Standardprofil" - -#: ../../include/identity.php:387 ../../include/identity.php:388 -#: ../../include/identity.php:395 ../../include/widgets.php:428 -#: ../../include/profile_selectors.php:80 ../../mod/settings.php:320 -#: ../../mod/settings.php:324 ../../mod/settings.php:325 -#: ../../mod/settings.php:328 ../../mod/settings.php:339 -#: ../../mod/connedit.php:510 -msgid "Friends" -msgstr "Vänner" - -#: ../../include/identity.php:643 -msgid "Requested channel is not available." -msgstr "Den begärda kanalen är inte tillgänglig" - -#: ../../include/identity.php:691 ../../mod/achievements.php:11 -#: ../../mod/profile.php:16 ../../mod/webpages.php:29 ../../mod/blocks.php:29 -#: ../../mod/editblock.php:29 ../../mod/editlayout.php:28 -#: ../../mod/editwebpage.php:28 ../../mod/filestorage.php:48 -#: ../../mod/connect.php:13 ../../mod/layouts.php:29 ../../mod/hcard.php:8 -msgid "Requested profile is not available." -msgstr "Begärd profil är inte tillgänglig." - -#: ../../include/identity.php:840 ../../include/conversation.php:937 -#: ../../include/widgets.php:136 ../../include/widgets.php:175 -#: ../../include/Contact.php:107 ../../mod/suggest.php:51 -#: ../../mod/match.php:62 ../../mod/directory.php:264 -msgid "Connect" -msgstr "Ta kontakt" - -#: ../../include/identity.php:854 ../../mod/profiles.php:740 -msgid "Change profile photo" -msgstr "Bytprofilfoto" - -#: ../../include/identity.php:860 -msgid "Profiles" -msgstr "Profiler" - -#: ../../include/identity.php:860 -msgid "Manage/edit profiles" -msgstr "Hantera/redigera profiler" - -#: ../../include/identity.php:861 ../../mod/profiles.php:741 -msgid "Create New Profile" -msgstr "Skapa ny profil" - -#: ../../include/identity.php:864 ../../include/nav.php:103 -msgid "Edit Profile" -msgstr "Redigera profil" - -#: ../../include/identity.php:875 ../../mod/profiles.php:752 -msgid "Profile Image" -msgstr "Profilbild" - -#: ../../include/identity.php:878 -msgid "visible to everybody" -msgstr "synlig för alla" - -#: ../../include/identity.php:879 ../../mod/profiles.php:635 -#: ../../mod/profiles.php:756 -msgid "Edit visibility" -msgstr "Redigera synlighet" - -#: ../../include/identity.php:895 ../../include/identity.php:1132 -msgid "Gender:" -msgstr "Kön:" - -#: ../../include/identity.php:896 ../../include/identity.php:1176 -msgid "Status:" -msgstr "Status:" - -#: ../../include/identity.php:897 ../../include/identity.php:1187 -msgid "Homepage:" -msgstr "Hemsida:" - -#: ../../include/identity.php:898 -msgid "Online Now" -msgstr "Online nu" - -#: ../../include/identity.php:976 ../../include/identity.php:1056 -#: ../../mod/ping.php:326 -msgid "g A l F d" -msgstr "l j F \\k\\l G" +#: ../../include/text.php:785 +msgid "View Connections" +msgstr "Visa kontakter" -#: ../../include/identity.php:977 ../../include/identity.php:1057 -msgid "F d" -msgstr "j F" +#: ../../include/text.php:842 ../../include/text.php:854 +#: ../../include/apps.php:147 ../../include/nav.php:173 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Sök" -#: ../../include/identity.php:1022 ../../include/identity.php:1097 -#: ../../mod/ping.php:348 -msgid "[today]" -msgstr "[i dag]" +#: ../../include/text.php:843 ../../include/text.php:855 +#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339 +#: ../../mod/admin.php:1360 +msgid "Save" +msgstr "Spara" -#: ../../include/identity.php:1034 -msgid "Birthday Reminders" -msgstr "Födelsedagspåminnelser" +#: ../../include/text.php:920 +msgid "poke" +msgstr "puffa" -#: ../../include/identity.php:1035 -msgid "Birthdays this week:" -msgstr "Födelsedagar den här veckan:" +#: ../../include/text.php:920 ../../include/conversation.php:243 +msgid "poked" +msgstr "puffade" -#: ../../include/identity.php:1090 -msgid "[No description]" -msgstr "[Ingen beskrivning]" +#: ../../include/text.php:921 +msgid "ping" +msgstr "pinga" -#: ../../include/identity.php:1108 -msgid "Event Reminders" -msgstr "Händelsepåminnelser" +#: ../../include/text.php:921 +msgid "pinged" +msgstr "pingade" -#: ../../include/identity.php:1109 -msgid "Events this week:" -msgstr "Händelser den här veckan:" +#: ../../include/text.php:922 +msgid "prod" +msgstr "stöt till" -#: ../../include/identity.php:1122 ../../include/identity.php:1251 -#: ../../include/apps.php:138 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profil" +#: ../../include/text.php:922 +msgid "prodded" +msgstr "stötte till" -#: ../../include/identity.php:1130 ../../mod/settings.php:1012 -msgid "Full Name:" -msgstr "Fullständigt namn:" +#: ../../include/text.php:923 +msgid "slap" +msgstr "daska till" -#: ../../include/identity.php:1137 -msgid "Like this channel" -msgstr "Gilla den här kanalen" +#: ../../include/text.php:923 +msgid "slapped" +msgstr "daskade till" -#: ../../include/identity.php:1161 -msgid "j F, Y" -msgstr "j F Y" +#: ../../include/text.php:924 +msgid "finger" +msgstr "fingra på" -#: ../../include/identity.php:1162 -msgid "j F" -msgstr "j F" +#: ../../include/text.php:924 +msgid "fingered" +msgstr "fingrade på" -#: ../../include/identity.php:1169 -msgid "Birthday:" -msgstr "Födelsedag:" +#: ../../include/text.php:925 +msgid "rebuff" +msgstr "stöt tillbaka" -#: ../../include/identity.php:1173 -msgid "Age:" -msgstr "Ålder:" +#: ../../include/text.php:925 +msgid "rebuffed" +msgstr "stötte tillbaks" -#: ../../include/identity.php:1182 -#, php-format -msgid "for %1$d %2$s" -msgstr "i %1$d %2$s" +#: ../../include/text.php:935 +msgid "happy" +msgstr "glad" -#: ../../include/identity.php:1185 ../../mod/profiles.php:657 -msgid "Sexual Preference:" -msgstr "Sexuell preferens:" +#: ../../include/text.php:936 +msgid "sad" +msgstr "ledsen" -#: ../../include/identity.php:1189 ../../mod/profiles.php:659 -msgid "Hometown:" -msgstr "Hemort:" +#: ../../include/text.php:937 +msgid "mellow" +msgstr "lugn" -#: ../../include/identity.php:1191 -msgid "Tags:" -msgstr "Taggar:" +#: ../../include/text.php:938 +msgid "tired" +msgstr "trött" -#: ../../include/identity.php:1193 ../../mod/profiles.php:660 -msgid "Political Views:" -msgstr "Politisk åskådning:" +#: ../../include/text.php:939 +msgid "perky" +msgstr "uppåt" -#: ../../include/identity.php:1195 -msgid "Religion:" -msgstr "Religion:" +#: ../../include/text.php:940 +msgid "angry" +msgstr "arg" -#: ../../include/identity.php:1197 -msgid "About:" -msgstr "Om:" +#: ../../include/text.php:941 +msgid "stupified" +msgstr "virrig" -#: ../../include/identity.php:1199 -msgid "Hobbies/Interests:" -msgstr "Fritidssysselsättning/intressen:" +#: ../../include/text.php:942 +msgid "puzzled" +msgstr "förbryllad" -#: ../../include/identity.php:1201 ../../mod/profiles.php:663 -msgid "Likes:" -msgstr "Gillar:" +#: ../../include/text.php:943 +msgid "interested" +msgstr "intresserad" -#: ../../include/identity.php:1203 ../../mod/profiles.php:664 -msgid "Dislikes:" -msgstr "Ogillar:" +#: ../../include/text.php:944 +msgid "bitter" +msgstr "bitter" -#: ../../include/identity.php:1206 -msgid "Contact information and Social Networks:" -msgstr "Kontaktinformation och sociala nätverk:" +#: ../../include/text.php:945 +msgid "cheerful" +msgstr "munter" -#: ../../include/identity.php:1218 -msgid "My other channels:" -msgstr "Mina andra kanaler:" +#: ../../include/text.php:946 +msgid "alive" +msgstr "pigg" -#: ../../include/identity.php:1221 -msgid "Musical interests:" -msgstr "Musikintressen:" +#: ../../include/text.php:947 +msgid "annoyed" +msgstr "irriterad" -#: ../../include/identity.php:1223 -msgid "Books, literature:" -msgstr "Böcker, litteratur:" +#: ../../include/text.php:948 +msgid "anxious" +msgstr "bekymrad" -#: ../../include/identity.php:1225 -msgid "Television:" -msgstr "Tv:" +#: ../../include/text.php:949 +msgid "cranky" +msgstr "grinig" -#: ../../include/identity.php:1227 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/dans/kultur/underhållning:" +#: ../../include/text.php:950 +msgid "disturbed" +msgstr "besvärad" -#: ../../include/identity.php:1229 -msgid "Love/Romance:" -msgstr "Kärlek/romantik:" +#: ../../include/text.php:951 +msgid "frustrated" +msgstr "frustrerad" -#: ../../include/identity.php:1231 -msgid "Work/employment:" -msgstr "Arbete/sysselsättning:" +#: ../../include/text.php:952 +msgid "depressed" +msgstr "deprimerad" -#: ../../include/identity.php:1233 -msgid "School/education:" -msgstr "Skola/utbildning:" +#: ../../include/text.php:953 +msgid "motivated" +msgstr "motiverad" -#: ../../include/identity.php:1253 -msgid "Like this thing" -msgstr "Gilla den här saken" +#: ../../include/text.php:954 +msgid "relaxed" +msgstr "avslappnad" -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "Inte en giltig e-postadress" +#: ../../include/text.php:955 +msgid "surprised" +msgstr "förvånad" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "Din e-postdomän är inte bland de som tillåts på den här servern" +#: ../../include/text.php:1121 +msgid "Monday" +msgstr "måndag" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "Din e-postadress är redan registrerad på den här servern." +#: ../../include/text.php:1121 +msgid "Tuesday" +msgstr "tisdag" -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "En inbjudan behövs." +#: ../../include/text.php:1121 +msgid "Wednesday" +msgstr "onsdag" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "Inbjudningen kunde inte bekräftas." +#: ../../include/text.php:1121 +msgid "Thursday" +msgstr "torsdag" -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Ange den begärda informationen." +#: ../../include/text.php:1121 +msgid "Friday" +msgstr "fredag" -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Misslyckades att spara kontoinformation." +#: ../../include/text.php:1121 +msgid "Saturday" +msgstr "lördag" -#: ../../include/account.php:245 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Registreringsbekräftelse för %s" +#: ../../include/text.php:1121 +msgid "Sunday" +msgstr "söndag" -#: ../../include/account.php:313 -#, php-format -msgid "Registration request at %s" -msgstr "Registreringsförfrågan på %s" +#: ../../include/text.php:1125 +msgid "January" +msgstr "januari" -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 -msgid "Administrator" -msgstr "Administratör" +#: ../../include/text.php:1125 +msgid "February" +msgstr "februari" -#: ../../include/account.php:337 -msgid "your registration password" -msgstr "ditt registreringslösenord" +#: ../../include/text.php:1125 +msgid "March" +msgstr "mars" -#: ../../include/account.php:340 ../../include/account.php:397 -#, php-format -msgid "Registration details for %s" -msgstr "Registreringsdetaljer för %s" +#: ../../include/text.php:1125 +msgid "April" +msgstr "april" -#: ../../include/account.php:406 -msgid "Account approved." -msgstr "Konto godkänt." +#: ../../include/text.php:1125 +msgid "May" +msgstr "maj" -#: ../../include/account.php:440 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registrering avslagen för %s" +#: ../../include/text.php:1125 +msgid "June" +msgstr "juni" -#: ../../include/account.php:486 -msgid "Account verified. Please login." -msgstr "Konto bekräftat. Du kan nu logga in." +#: ../../include/text.php:1125 +msgid "July" +msgstr "juli" -#: ../../include/account.php:648 ../../include/account.php:650 -msgid "Click here to upgrade." -msgstr "Klicka här för att uppgradera." +#: ../../include/text.php:1125 +msgid "August" +msgstr "augusti" -#: ../../include/account.php:656 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Den här funktionen går utanför vad som anges i ditt avtal." +#: ../../include/text.php:1125 +msgid "September" +msgstr "september" -#: ../../include/account.php:661 -msgid "This action is not available under your subscription plan." -msgstr "Den här funktionen är inte tillgänglig med ditt avtal." +#: ../../include/text.php:1125 +msgid "October" +msgstr "oktober" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "Kanalen är blockerad på den här servern." +#: ../../include/text.php:1125 +msgid "November" +msgstr "november" -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "Kanalplats saknas." +#: ../../include/text.php:1125 +msgid "December" +msgstr "december" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." -msgstr "Svar från den andra kanalen var ofullständigt." +#: ../../include/text.php:1203 +msgid "unknown.???" +msgstr "okänt.???" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." -msgstr "Kanalen har tagits bort och finns inte längre." +#: ../../include/text.php:1204 +msgid "bytes" +msgstr "byte" -#: ../../include/follow.php:135 ../../include/follow.php:202 -msgid "Protocol disabled." -msgstr "Protokoll inaktiverat." +#: ../../include/text.php:1240 +msgid "remove category" +msgstr "ta bort kategori" -#: ../../include/follow.php:176 -msgid "Channel discovery failed." -msgstr "Kanalsökning misslyckades." +#: ../../include/text.php:1309 +msgid "remove from file" +msgstr "ta bort från fil" -#: ../../include/follow.php:192 -msgid "local account not found." -msgstr "hittade inte lokalt konto." +#: ../../include/text.php:1385 ../../include/text.php:1396 +msgid "Click to open/close" +msgstr "Klicka för att öppna/stänga" -#: ../../include/follow.php:220 -msgid "Cannot connect to yourself." -msgstr "Du kan inte kontakta dig själv." +#: ../../include/text.php:1544 ../../mod/events.php:414 +msgid "Link to Source" +msgstr "Länk till källa" -#: ../../include/api.php:1084 -msgid "Public Timeline" -msgstr "Offentlig tidslinje" +#: ../../include/text.php:1563 +msgid "Select a page layout: " +msgstr "Välj en sidlayout: " -#: ../../include/attach.php:221 ../../include/attach.php:275 -msgid "Item was not found." -msgstr "Posten hittades inte." +#: ../../include/text.php:1566 ../../include/text.php:1626 +msgid "default" +msgstr "standard" -#: ../../include/attach.php:331 -msgid "No source file." -msgstr "Ingen källfil." +#: ../../include/text.php:1599 +msgid "Page content type: " +msgstr "Typ av sidinnehåll: " -#: ../../include/attach.php:348 -msgid "Cannot locate file to replace" -msgstr "Kan inte hitta fil att ersätta" +#: ../../include/text.php:1638 +msgid "Select an alternate language" +msgstr "Välj ett alternativt språk" -#: ../../include/attach.php:366 -msgid "Cannot locate file to revise/update" -msgstr "Kan inte hitta fil att revidera/uppdatera" +#: ../../include/text.php:1757 ../../include/conversation.php:120 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:45 +msgid "photo" +msgstr "foto" -#: ../../include/attach.php:377 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Filen överskrider storleksbegränsningen %d" +#: ../../include/text.php:1760 ../../include/conversation.php:123 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "händelse" -#: ../../include/attach.php:389 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "Du har nått begränsningen %1$.0f megabyte utrymme för bilagor." +#: ../../include/text.php:1763 ../../include/conversation.php:148 +#: ../../include/diaspora.php:1928 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/like.php:290 ../../mod/tagger.php:53 +msgid "status" +msgstr "status" -#: ../../include/attach.php:472 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten åtgärd." +#: ../../include/text.php:1765 ../../include/conversation.php:150 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "kommentar" -#: ../../include/attach.php:484 -msgid "Stored file could not be verified. Upload failed." -msgstr "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad." +#: ../../include/text.php:1770 +msgid "activity" +msgstr "aktivitet" -#: ../../include/attach.php:526 ../../include/attach.php:543 -msgid "Path not available." -msgstr "Sökväg inte tillgänglig." +#: ../../include/text.php:2057 +msgid "Design" +msgstr "Design" -#: ../../include/attach.php:590 -msgid "Empty pathname" -msgstr "Tom sökväg" +#: ../../include/text.php:2060 +msgid "Blocks" +msgstr "Block" -#: ../../include/attach.php:606 -msgid "duplicate filename or path" -msgstr "filnamn eller sökväg finns redan" +#: ../../include/text.php:2061 +msgid "Menus" +msgstr "Menyer" -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Sökväg hittas inte." +#: ../../include/text.php:2062 +msgid "Layouts" +msgstr "Layouter" -#: ../../include/attach.php:681 -msgid "mkdir failed." -msgstr "mkdir misslyckades." +#: ../../include/text.php:2063 +msgid "Pages" +msgstr "Sidor" -#: ../../include/attach.php:685 -msgid "database storage failed." -msgstr "databaslagring misslyckades." +#: ../../include/api.php:1084 +msgid "Public Timeline" +msgstr "Offentlig tidslinje" #: ../../include/chat.php:10 msgid "Missing room name" @@ -2079,44 +1852,37 @@ msgstr "Rummet hittades inte." msgid "Room is full" msgstr "Rummet är fullt" -#: ../../include/bbcode.php:112 ../../include/bbcode.php:677 -#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 -#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 -#: ../../include/bbcode.php:694 ../../include/bbcode.php:699 -#: ../../include/bbcode.php:702 ../../include/bbcode.php:707 -#: ../../include/bbcode.php:710 ../../include/bbcode.php:713 -#: ../../include/bbcode.php:716 -msgid "Image/photo" -msgstr "Bild/foto" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "Kanalen är blockerad på den här servern." -#: ../../include/bbcode.php:147 ../../include/bbcode.php:727 -msgid "Encrypted content" -msgstr "Krypterat innehåll" +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "Kanalplats saknas." -#: ../../include/bbcode.php:165 -msgid "Install design element: " -msgstr "Installera designelement: " +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." +msgstr "Svar från den andra kanalen var ofullständigt." -#: ../../include/bbcode.php:171 -msgid "QR code" -msgstr "QR-kod" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." +msgstr "Kanalen har tagits bort och finns inte längre." -#: ../../include/bbcode.php:220 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s skrev följande %2$s %3$s" +#: ../../include/follow.php:135 ../../include/follow.php:202 +msgid "Protocol disabled." +msgstr "Protokoll inaktiverat." -#: ../../include/bbcode.php:222 -msgid "post" -msgstr "post" +#: ../../include/follow.php:176 +msgid "Channel discovery failed." +msgstr "Kanalsökning misslyckades." -#: ../../include/bbcode.php:645 -msgid "$1 spoiler" -msgstr "$1 spoiler" +#: ../../include/follow.php:192 +msgid "local account not found." +msgstr "hittade inte lokalt konto." -#: ../../include/bbcode.php:665 -msgid "$1 wrote:" -msgstr "$1 skrev:" +#: ../../include/follow.php:220 +msgid "Cannot connect to yourself." +msgstr "Du kan inte kontakta dig själv." #: ../../include/conversation.php:126 ../../mod/like.php:89 msgid "channel" @@ -2199,9 +1965,9 @@ msgstr "Visa sammanhang" #: ../../include/conversation.php:719 ../../include/conversation.php:1142 #: ../../include/ItemObject.php:325 ../../mod/editpost.php:121 -#: ../../mod/mail.php:238 ../../mod/mail.php:353 ../../mod/photos.php:978 -#: ../../mod/editblock.php:152 ../../mod/editlayout.php:148 -#: ../../mod/editwebpage.php:183 +#: ../../mod/mail.php:238 ../../mod/mail.php:353 ../../mod/editblock.php:152 +#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:183 +#: ../../mod/photos.php:975 msgid "Please wait" msgstr "Vänta" @@ -2333,9 +2099,9 @@ msgstr "Var är du just nu?" msgid "Expires YYYY-MM-DD HH:MM" msgstr "Upphör YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1117 ../../mod/photos.php:977 -#: ../../mod/editblock.php:198 ../../mod/editlayout.php:193 -#: ../../mod/editwebpage.php:230 ../../mod/layouts.php:168 +#: ../../include/conversation.php:1117 ../../mod/editblock.php:198 +#: ../../mod/editlayout.php:193 ../../mod/editwebpage.php:230 +#: ../../mod/layouts.php:168 ../../mod/photos.php:974 msgid "Share" msgstr "Dela" @@ -2463,9 +2229,9 @@ msgstr "Kryptera text" msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1171 ../../mod/settings.php:566 -#: ../../mod/settings.php:592 ../../mod/events.php:579 -#: ../../mod/editpost.php:151 ../../mod/fbrowser.php:82 +#: ../../include/conversation.php:1171 ../../mod/events.php:579 +#: ../../mod/editpost.php:151 ../../mod/settings.php:578 +#: ../../mod/settings.php:604 ../../mod/fbrowser.php:82 #: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 msgid "Cancel" msgstr "Avbryt" @@ -2748,11 +2514,11 @@ msgid "Save to Folder" msgstr "Spara i mapp" #: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 -#: ../../mod/photos.php:1023 ../../mod/photos.php:1035 +#: ../../mod/photos.php:1020 ../../mod/photos.php:1032 msgid "View all" msgstr "Visa alla" -#: ../../include/ItemObject.php:151 ../../mod/photos.php:1032 +#: ../../include/ItemObject.php:151 ../../mod/photos.php:1029 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -2779,11 +2545,11 @@ msgstr "märkt" msgid "Add Tag" msgstr "Lägg till en tagg" -#: ../../include/ItemObject.php:221 ../../mod/photos.php:975 +#: ../../include/ItemObject.php:221 ../../mod/photos.php:972 msgid "I like this (toggle)" msgstr "Jag gillar det här (växla)" -#: ../../include/ItemObject.php:222 ../../mod/photos.php:976 +#: ../../include/ItemObject.php:222 ../../mod/photos.php:973 msgid "I don't like this (toggle)" msgstr "Jag gillar inte det här (växla)" @@ -2835,12 +2601,12 @@ msgstr "Lägg till kalendern" msgid "Mark all seen" msgstr "Märk alla som lästa" -#: ../../include/ItemObject.php:314 ../../mod/photos.php:1143 +#: ../../include/ItemObject.php:314 ../../mod/photos.php:1140 msgctxt "noun" msgid "Likes" msgstr "gillar detta" -#: ../../include/ItemObject.php:315 ../../mod/photos.php:1144 +#: ../../include/ItemObject.php:315 ../../mod/photos.php:1141 msgctxt "noun" msgid "Dislikes" msgstr "ogillar detta" @@ -2849,32 +2615,32 @@ msgstr "ogillar detta" msgid "[+] show all" msgstr "[+] visa alla" -#: ../../include/ItemObject.php:626 ../../mod/photos.php:994 -#: ../../mod/photos.php:1104 +#: ../../include/ItemObject.php:626 ../../mod/photos.php:991 +#: ../../mod/photos.php:1101 msgid "This is you" msgstr "Det här är du" #: ../../include/ItemObject.php:628 ../../include/js_strings.php:6 -#: ../../mod/photos.php:996 ../../mod/photos.php:1106 +#: ../../mod/photos.php:993 ../../mod/photos.php:1103 msgid "Comment" msgstr "Kommentera" #: ../../include/ItemObject.php:629 ../../mod/mood.php:135 -#: ../../mod/settings.php:565 ../../mod/settings.php:677 -#: ../../mod/settings.php:706 ../../mod/settings.php:730 -#: ../../mod/settings.php:812 ../../mod/settings.php:1004 -#: ../../mod/group.php:81 ../../mod/poke.php:166 ../../mod/setup.php:313 -#: ../../mod/setup.php:358 ../../mod/sources.php:104 ../../mod/sources.php:138 +#: ../../mod/group.php:81 ../../mod/poke.php:166 ../../mod/profiles.php:650 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 #: ../../mod/events.php:598 ../../mod/chat.php:177 ../../mod/chat.php:211 -#: ../../mod/connedit.php:556 ../../mod/mail.php:352 ../../mod/photos.php:594 -#: ../../mod/photos.php:671 ../../mod/photos.php:957 ../../mod/photos.php:997 -#: ../../mod/photos.php:1107 ../../mod/pdledit.php:58 ../../mod/thing.php:284 -#: ../../mod/thing.php:327 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:146 ../../mod/connect.php:93 -#: ../../mod/locs.php:99 ../../mod/import.php:504 ../../mod/profiles.php:633 -#: ../../mod/admin.php:412 ../../mod/admin.php:723 ../../mod/admin.php:859 -#: ../../mod/admin.php:992 ../../mod/admin.php:1191 ../../mod/admin.php:1278 -#: ../../mod/invite.php:142 ../../mod/xchan.php:11 ../../mod/appman.php:99 +#: ../../mod/settings.php:577 ../../mod/settings.php:689 +#: ../../mod/settings.php:718 ../../mod/settings.php:741 +#: ../../mod/settings.php:823 ../../mod/settings.php:1016 +#: ../../mod/connedit.php:556 ../../mod/mail.php:352 ../../mod/pdledit.php:58 +#: ../../mod/thing.php:284 ../../mod/thing.php:327 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:150 ../../mod/connect.php:93 +#: ../../mod/locs.php:99 ../../mod/import.php:504 ../../mod/setup.php:313 +#: ../../mod/setup.php:358 ../../mod/admin.php:412 ../../mod/admin.php:723 +#: ../../mod/admin.php:859 ../../mod/admin.php:992 ../../mod/admin.php:1191 +#: ../../mod/admin.php:1278 ../../mod/invite.php:142 ../../mod/xchan.php:11 +#: ../../mod/photos.php:594 ../../mod/photos.php:671 ../../mod/photos.php:954 +#: ../../mod/photos.php:994 ../../mod/photos.php:1104 ../../mod/appman.php:99 #: ../../mod/poll.php:68 ../../view/theme/apw/php/config.php:256 #: ../../view/theme/redbasic/php/config.php:99 msgid "Submit" @@ -2912,89 +2678,89 @@ msgstr "Länk" msgid "Video" msgstr "Video" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 +#: ../../include/datetime.php:35 msgid "Miscellaneous" msgstr "Övrigt" -#: ../../include/datetime.php:142 +#: ../../include/datetime.php:113 msgid "YYYY-MM-DD or MM-DD" msgstr "ÅÅÅÅ-MM-DD eller MM-DD" -#: ../../include/datetime.php:259 +#: ../../include/datetime.php:230 msgid "never" msgstr "aldrig" -#: ../../include/datetime.php:265 +#: ../../include/datetime.php:236 msgid "less than a second ago" msgstr "mindre än en sekund sedan" -#: ../../include/datetime.php:268 +#: ../../include/datetime.php:239 msgid "year" msgstr "år" -#: ../../include/datetime.php:268 +#: ../../include/datetime.php:239 msgid "years" msgstr "år" -#: ../../include/datetime.php:269 +#: ../../include/datetime.php:240 msgid "month" msgstr "månad" -#: ../../include/datetime.php:269 +#: ../../include/datetime.php:240 msgid "months" msgstr "månader" -#: ../../include/datetime.php:270 +#: ../../include/datetime.php:241 msgid "week" msgstr "vecka" -#: ../../include/datetime.php:270 +#: ../../include/datetime.php:241 msgid "weeks" msgstr "veckor" -#: ../../include/datetime.php:271 +#: ../../include/datetime.php:242 msgid "day" msgstr "dag" -#: ../../include/datetime.php:271 +#: ../../include/datetime.php:242 msgid "days" msgstr "dagar" -#: ../../include/datetime.php:272 +#: ../../include/datetime.php:243 msgid "hour" msgstr "timme" -#: ../../include/datetime.php:272 +#: ../../include/datetime.php:243 msgid "hours" msgstr "timmar" -#: ../../include/datetime.php:273 +#: ../../include/datetime.php:244 msgid "minute" msgstr "minut" -#: ../../include/datetime.php:273 +#: ../../include/datetime.php:244 msgid "minutes" msgstr "minuter" -#: ../../include/datetime.php:274 +#: ../../include/datetime.php:245 msgid "second" msgstr "sekund" -#: ../../include/datetime.php:274 +#: ../../include/datetime.php:245 msgid "seconds" msgstr "sekunder" -#: ../../include/datetime.php:283 +#: ../../include/datetime.php:254 #, php-format msgid "%1$d %2$s ago" msgstr "%1$d %2$s sedan" -#: ../../include/datetime.php:491 +#: ../../include/datetime.php:462 #, php-format msgid "%1$s's birthday" msgstr "%1$ss födelsedag" -#: ../../include/datetime.php:492 +#: ../../include/datetime.php:463 #, php-format msgid "Happy Birthday %1$s" msgstr "Grattis på födelsedagen %1$s" @@ -3007,12 +2773,12 @@ msgstr "Serveradministrator" msgid "Address Book" msgstr "Adressbok" -#: ../../include/apps.php:131 ../../include/nav.php:125 ../../boot.php:1540 +#: ../../include/apps.php:131 ../../include/nav.php:125 ../../boot.php:1542 msgid "Login" msgstr "Logga in" #: ../../include/apps.php:132 ../../include/nav.php:216 -#: ../../mod/manage.php:148 +#: ../../mod/manage.php:150 msgid "Channel Manager" msgstr "Kanalhanterare" @@ -3029,85 +2795,320 @@ msgstr "Kanalhem" msgid "Events" msgstr "Händelser" -#: ../../include/apps.php:141 ../../include/nav.php:176 -#: ../../mod/directory.php:321 -msgid "Directory" -msgstr "Katalog" +#: ../../include/apps.php:141 ../../include/nav.php:176 +#: ../../mod/directory.php:321 +msgid "Directory" +msgstr "Katalog" + +#: ../../include/apps.php:142 ../../include/nav.php:168 ../../mod/help.php:58 +#: ../../mod/help.php:63 +msgid "Help" +msgstr "Hjälp" + +#: ../../include/apps.php:143 ../../include/nav.php:204 +msgid "Mail" +msgstr "Privat meddelande" + +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Sinnesstämning" + +#: ../../include/apps.php:146 ../../include/nav.php:111 +msgid "Chat" +msgstr "Chatt" + +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "Sond" + +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "Föreslå" + +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "Slumpvald kanal" + +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "Bjud in" + +#: ../../include/apps.php:152 +msgid "Features" +msgstr "Funktioner" + +#: ../../include/apps.php:153 +msgid "Language" +msgstr "Språk" + +#: ../../include/apps.php:154 +msgid "Post" +msgstr "Inlägg" + +#: ../../include/apps.php:155 +msgid "Profile Photo" +msgstr "Profilfoto" + +#: ../../include/apps.php:247 ../../mod/settings.php:81 +#: ../../mod/settings.php:603 +msgid "Update" +msgstr "Uppdatera" + +#: ../../include/apps.php:247 +msgid "Install" +msgstr "Installera" + +#: ../../include/apps.php:252 +msgid "Purchase" +msgstr "Köp" + +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nytt fönster" + +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik" + +#: ../../include/Contact.php:214 ../../mod/admin.php:646 +#, php-format +msgid "User '%s' deleted" +msgstr "Användare '%s' borttagen" + +#: ../../include/bbcode.php:112 ../../include/bbcode.php:677 +#: ../../include/bbcode.php:680 ../../include/bbcode.php:685 +#: ../../include/bbcode.php:688 ../../include/bbcode.php:691 +#: ../../include/bbcode.php:694 ../../include/bbcode.php:699 +#: ../../include/bbcode.php:702 ../../include/bbcode.php:707 +#: ../../include/bbcode.php:710 ../../include/bbcode.php:713 +#: ../../include/bbcode.php:716 +msgid "Image/photo" +msgstr "Bild/foto" + +#: ../../include/bbcode.php:147 ../../include/bbcode.php:727 +msgid "Encrypted content" +msgstr "Krypterat innehåll" + +#: ../../include/bbcode.php:165 +msgid "Install design element: " +msgstr "Installera designelement: " + +#: ../../include/bbcode.php:171 +msgid "QR code" +msgstr "QR-kod" + +#: ../../include/bbcode.php:220 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s skrev följande %2$s %3$s" + +#: ../../include/bbcode.php:222 +msgid "post" +msgstr "post" + +#: ../../include/bbcode.php:645 +msgid "$1 spoiler" +msgstr "$1 spoiler" + +#: ../../include/bbcode.php:665 +msgid "$1 wrote:" +msgstr "$1 skrev:" + +#: ../../include/enotify.php:41 +msgid "Red Matrix Notification" +msgstr "Red Matrix-meddelande" + +#: ../../include/enotify.php:42 +msgid "redmatrix" +msgstr "redmatrix" + +#: ../../include/enotify.php:44 +msgid "Thank You," +msgstr "Tack," + +#: ../../include/enotify.php:46 +#, php-format +msgid "%s Administrator" +msgstr "Administratören för %s" + +#: ../../include/enotify.php:81 +#, php-format +msgid "%s " +msgstr "%s " + +#: ../../include/enotify.php:85 +#, php-format +msgid "[Red:Notify] New mail received at %s" +msgstr "[Red:Meddelande] Nytt meddelande på %s" + +#: ../../include/enotify.php:87 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, %2$s skickade ett nytt privat meddelande till dig på %3$s." + +#: ../../include/enotify.php:88 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s skickade %2$s till dig." + +#: ../../include/enotify.php:88 +msgid "a private message" +msgstr "ett privat meddelande" + +#: ../../include/enotify.php:89 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Besök %s för att visa och/eller svara på dina privata meddelanden." + +#: ../../include/enotify.php:144 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s kommenterade [zrl=%3$s]ett %4$s[/zrl]" + +#: ../../include/enotify.php:152 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s kommenterade [zrl=%3$s]%4$ss %5$s[/zrl]" + +#: ../../include/enotify.php:161 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s kommenterade [zrl=%3$s]ditt %4$s[/zrl]" + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Red:Meddelande] Kommentar till konversation #%1$d av %2$s" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s kommenterade en sak/konversation du har följt." + +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Besök %s för att visa och/eller svara på konversationen." + +#: ../../include/enotify.php:182 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" +msgstr "[Red:Meddelande] %s postade till din profilvägg" + +#: ../../include/enotify.php:184 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s postade till din profilvägg på %3$s" + +#: ../../include/enotify.php:186 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s postade till [zrl=%3$s]din vägg[/zrl]" + +#: ../../include/enotify.php:210 +#, php-format +msgid "[Red:Notify] %s tagged you" +msgstr "[Red:Meddelande] %s taggade dig" + +#: ../../include/enotify.php:211 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, %2$s taggade dig på %3$s" -#: ../../include/apps.php:142 ../../include/nav.php:168 ../../mod/help.php:58 -#: ../../mod/help.php:63 -msgid "Help" -msgstr "Hjälp" +#: ../../include/enotify.php:212 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]taggade dig[/zrl]." -#: ../../include/apps.php:143 ../../include/nav.php:204 -msgid "Mail" -msgstr "Privat meddelande" +#: ../../include/enotify.php:225 +#, php-format +msgid "[Red:Notify] %1$s poked you" +msgstr "[Red:Meddelande] %1$s puffade dig" -#: ../../include/apps.php:144 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Sinnesstämning" +#: ../../include/enotify.php:226 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s puffade dig på %3$s" -#: ../../include/apps.php:146 ../../include/nav.php:111 -msgid "Chat" -msgstr "Chatt" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]puffade dig[/zrl]." -#: ../../include/apps.php:148 -msgid "Probe" -msgstr "Sond" +#: ../../include/enotify.php:243 +#, php-format +msgid "[Red:Notify] %s tagged your post" +msgstr "[Red:Meddelande] %s taggade ditt inlägg" -#: ../../include/apps.php:149 -msgid "Suggest" -msgstr "Föreslå" +#: ../../include/enotify.php:244 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s taggade ditt inlägg på %3$s" -#: ../../include/apps.php:150 -msgid "Random Channel" -msgstr "Slumpvald kanal" +#: ../../include/enotify.php:245 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s taggade [zrl=%3$s]ditt inlägg[/zrl]" -#: ../../include/apps.php:151 -msgid "Invite" -msgstr "Bjud in" +#: ../../include/enotify.php:257 +msgid "[Red:Notify] Introduction received" +msgstr "[Red:Meddelande] Presentation mottagen" -#: ../../include/apps.php:152 -msgid "Features" -msgstr "Funktioner" +#: ../../include/enotify.php:258 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, du har fått en ny kontaktförfrågan från '%2$s' på %3$s" -#: ../../include/apps.php:153 -msgid "Language" -msgstr "Språk" +#: ../../include/enotify.php:259 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, du har fått [zrl=%2$s]en ny kontaktförfrågan[/zrl] från %3$s." -#: ../../include/apps.php:154 -msgid "Post" -msgstr "Inlägg" +#: ../../include/enotify.php:263 ../../include/enotify.php:282 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Du kan besöka deras profil på %s" -#: ../../include/apps.php:155 -msgid "Profile Photo" -msgstr "Profilfoto" +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "Besök %s för att bevilja eller avslå kontaktförfrågan." -#: ../../include/apps.php:247 ../../mod/settings.php:81 -#: ../../mod/settings.php:591 -msgid "Update" -msgstr "Uppdatera" +#: ../../include/enotify.php:272 +msgid "[Red:Notify] Friend suggestion received" +msgstr "[Red:Meddelande] Vänförslag mottaget" -#: ../../include/apps.php:247 -msgid "Install" -msgstr "Installera" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, du har fått ett vänförslag från '%2$s' på %3$s" -#: ../../include/apps.php:252 -msgid "Purchase" -msgstr "Köp" +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, du har fått [zrl=%2$s]ett vänförslag[/zrl] angående %3$s från %4$s." -#: ../../include/Contact.php:123 -msgid "New window" -msgstr "Nytt fönster" +#: ../../include/enotify.php:280 +msgid "Name:" +msgstr "Namn:" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" -msgstr "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik" +#: ../../include/enotify.php:281 +msgid "Photo:" +msgstr "Foto:" -#: ../../include/Contact.php:214 ../../mod/admin.php:646 +#: ../../include/enotify.php:284 #, php-format -msgid "User '%s' deleted" -msgstr "Användare '%s' borttagen" +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Besök %s för att bevilja eller avslå förslaget." + +#: ../../include/enotify.php:490 +msgid "[Red:Notify]" +msgstr "[Red:Notifiering]" #: ../../include/js_strings.php:5 msgid "Delete this item?" @@ -3466,7 +3467,7 @@ msgstr "Bryr mig inte" msgid "Ask me" msgstr "Fråga mig" -#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1539 +#: ../../include/nav.php:95 ../../include/nav.php:128 ../../boot.php:1541 msgid "Logout" msgstr "Logga ut" @@ -3539,7 +3540,7 @@ msgstr "Klicka för att autentisera mot din hemmahubb" msgid "Home Page" msgstr "Hemsida" -#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1516 +#: ../../include/nav.php:163 ../../mod/register.php:224 ../../boot.php:1518 msgid "Register" msgstr "Skapa konto" @@ -3812,7 +3813,7 @@ msgstr "Nytt menyval" msgid "Menu Item Permissions" msgstr "Behörighet för menyval" -#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1039 +#: ../../mod/mitem.php:161 ../../mod/mitem.php:204 ../../mod/settings.php:1049 msgid "(click to open/close)" msgstr "(klicka för att öppna/stänga)" @@ -3864,1640 +3865,1528 @@ msgstr "Ändra" msgid "Some blurb about what to do when you're new here" msgstr "Lite text om vad man kan göra som ny här" -#: ../../mod/settings.php:73 -msgid "Name is required" -msgstr "Namn är obligatoriskt" - -#: ../../mod/settings.php:77 -msgid "Key and Secret are required" -msgstr "Nyckel och kod är obligatoriska" - -#: ../../mod/settings.php:213 -msgid "Passwords do not match. Password unchanged." -msgstr "Lösenorden stämmer inte överens. Lösenordet har inte ändrats." - -#: ../../mod/settings.php:217 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Tomma lösenord tillåts inte. Lösenordet har inte ändrats." - -#: ../../mod/settings.php:231 -msgid "Password changed." -msgstr "Lösenordet ändrat." - -#: ../../mod/settings.php:233 -msgid "Password update failed. Please try again." -msgstr "Lösenordsuppdatering misslyckades. Försök igen." - -#: ../../mod/settings.php:247 -msgid "Not valid email." -msgstr "Inte en giltig e-postadress." - -#: ../../mod/settings.php:250 -msgid "Protected email address. Cannot change to that email." -msgstr "Skyddad e-postadress. Kan inte ändra till den." - -#: ../../mod/settings.php:259 -msgid "System failure storing new email. Please try again." -msgstr "Systemfel när ny e-postadress skulle sparas. Försök igen." - -#: ../../mod/settings.php:495 -msgid "Settings updated." -msgstr "Inställningar uppdaterade." - -#: ../../mod/settings.php:564 ../../mod/settings.php:590 -#: ../../mod/settings.php:626 -msgid "Add application" -msgstr "Lägg till applikation" - -#: ../../mod/settings.php:567 -msgid "Name of application" -msgstr "Applikationens namn" - -#: ../../mod/settings.php:568 ../../mod/settings.php:594 -msgid "Consumer Key" -msgstr "Nyckel för konsument" - -#: ../../mod/settings.php:568 ../../mod/settings.php:569 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "Automatiskt genererad - ändra om så önskas. Maxlängd 20" - -#: ../../mod/settings.php:569 ../../mod/settings.php:595 -msgid "Consumer Secret" -msgstr "Kod för konsument" - -#: ../../mod/settings.php:570 ../../mod/settings.php:596 -msgid "Redirect" -msgstr "Omdirigering" - -#: ../../mod/settings.php:570 -msgid "" -"Redirect URI - leave blank unless your application specifically requires " -"this" -msgstr "Omdirigerings-URI - lämna blankt om inte din applikation specifikt behöver det" - -#: ../../mod/settings.php:571 ../../mod/settings.php:597 -msgid "Icon url" -msgstr "Ikon-URL" - -#: ../../mod/settings.php:571 -msgid "Optional" -msgstr "Frivillig" +#: ../../mod/ping.php:266 +msgid "sent you a private message" +msgstr "skickade ett privat meddelande till dig" -#: ../../mod/settings.php:582 -msgid "You can't edit this application." -msgstr "Du kan inte redigera den här applikationen." +#: ../../mod/ping.php:319 +msgid "added your channel" +msgstr "lade till din kanal" -#: ../../mod/settings.php:625 -msgid "Connected Apps" -msgstr "Anslutna appar" +#: ../../mod/ping.php:360 +msgid "posted an event" +msgstr "skapade en händelse" -#: ../../mod/settings.php:629 -msgid "Client key starts with" -msgstr "Klientnyckel börjar med" +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Krets skapad." -#: ../../mod/settings.php:630 -msgid "No name" -msgstr "Inget namn" +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Kunde inte skapa krets." -#: ../../mod/settings.php:631 -msgid "Remove authorization" -msgstr "Ta bort behörighet" +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Kretsen uppdaterad." -#: ../../mod/settings.php:642 -msgid "No feature settings configured" -msgstr "Inga funktionsinställningar konfigurerade" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Skapa en krets av kanaler." -#: ../../mod/settings.php:650 -msgid "Feature Settings" -msgstr "Funktionsinställningar" +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Namn på krets: " -#: ../../mod/settings.php:673 -msgid "Account Settings" -msgstr "Kontoinställningar" +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Medlemmar kan ses av andra kanaler" -#: ../../mod/settings.php:674 -msgid "Password Settings" -msgstr "Lösenordsinställningar" +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Krets borttagen." -#: ../../mod/settings.php:675 -msgid "New Password:" -msgstr "Nytt lösenord:" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Kunde inte ta bort krets." -#: ../../mod/settings.php:676 -msgid "Confirm:" -msgstr "Bekräfta:" +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Redigera krets" -#: ../../mod/settings.php:676 -msgid "Leave password fields blank unless changing" -msgstr "Lämna lösenordsfälten blanka om lösenordet inte ska ändras" +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Medlemmar" -#: ../../mod/settings.php:678 ../../mod/settings.php:1013 -msgid "Email Address:" -msgstr "E-postadress" +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Alla anslutna kanaler" -#: ../../mod/settings.php:679 ../../mod/removeaccount.php:61 -msgid "Remove Account" -msgstr "Ta bort konto" +#: ../../mod/group.php:233 +msgid "Click on a channel to add or remove." +msgstr "Klicka på en kanal för att lägga till eller ta bort." -#: ../../mod/settings.php:680 -msgid "Remove this account from this server including all its channels" -msgstr "Ta bort det här kontot från servern, inklusive alla dess kanaler" +#: ../../mod/search.php:13 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 ../../mod/photos.php:458 +#: ../../mod/directory.php:22 +msgid "Public access denied." +msgstr "Offentlig behörighet saknas." -#: ../../mod/settings.php:681 ../../mod/settings.php:1095 -msgid "Warning: This action is permanent and cannot be reversed." -msgstr "Varning: Den här handlingen är permanent och kan inte återställas." +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s följer %2$ss %3$s" -#: ../../mod/settings.php:697 -msgid "Off" -msgstr "Av" +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Puffa/stöt till" -#: ../../mod/settings.php:697 -msgid "On" -msgstr "På" +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "puffa, stöt till eller gör andra saker mot någon" -#: ../../mod/settings.php:704 -msgid "Additional Features" -msgstr "Ytterligare funktioner" +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Mottagare" -#: ../../mod/settings.php:729 -msgid "Connector Settings" -msgstr "Anslutningsinställningar" +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "Välj vad du önskar göra med mottagaren" -#: ../../mod/settings.php:768 -msgid "No special theme for mobile devices" -msgstr "Inget särskilt tema för mobila enheter" +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Gör det här inlägget privat" -#: ../../mod/settings.php:771 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (experimentellt)" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Tillåt anslutning av applikation" -#: ../../mod/settings.php:774 ../../mod/admin.php:363 -msgid "mobile" -msgstr "mobilt" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Återgå till din applikation och ange den här säkerhetskoden:" -#: ../../mod/settings.php:810 -msgid "Display Settings" -msgstr "Utseende" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Logga in för att fortsätta." -#: ../../mod/settings.php:816 -msgid "Display Theme:" -msgstr "Tema för utseende:" +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Vill du låta den här applikationen få tillgång till dina inlägg och kontakter, och/eller skapa nya inlägg åt dig?" -#: ../../mod/settings.php:817 -msgid "Mobile Theme:" -msgstr "Mobilt tema:" +#: ../../mod/api.php:105 ../../mod/settings.php:955 ../../mod/settings.php:960 +#: ../../mod/settings.php:1042 ../../mod/admin.php:392 +msgid "Yes" +msgstr "Ja" -#: ../../mod/settings.php:818 -msgid "Enable user zoom on mobile devices" -msgstr "Tillåt användare att zooma på mobila enheter" +#: ../../mod/api.php:106 ../../mod/settings.php:955 ../../mod/settings.php:960 +#: ../../mod/settings.php:1042 ../../mod/admin.php:390 +msgid "No" +msgstr "Nej" -#: ../../mod/settings.php:819 -msgid "Update browser every xx seconds" -msgstr "Uppdatera webbläsaren var xx sekund" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:174 +#: ../../mod/profiles.php:231 ../../mod/profiles.php:583 +msgid "Profile not found." +msgstr "Profil hittades inte." -#: ../../mod/settings.php:819 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minst 10 sekunder, inget maximum" +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profil borttagen." -#: ../../mod/settings.php:820 -msgid "Maximum number of conversations to load at any time:" -msgstr "Högsta antal konversationer att ladda åt gången:" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profil-" -#: ../../mod/settings.php:820 -msgid "Maximum of 100 items" -msgstr "Maximalt 100 poster" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Ny profil skapad." -#: ../../mod/settings.php:821 -msgid "Don't show emoticons" -msgstr "Visa inte känsloikoner" +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Profil inte tillgänglig för kloning." -#: ../../mod/settings.php:822 -msgid "Link post titles to source" -msgstr "Länka inläggstitlar till källan" +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Profil inte tillgänglig för export." -#: ../../mod/settings.php:823 -msgid "System Page Layout Editor - (advanced)" -msgstr "Redigera systemets sidlayout (avancerat)" +#: ../../mod/profiles.php:241 +msgid "Profile Name is required." +msgstr "Profilnamn krävs." -#: ../../mod/settings.php:826 -msgid "Use blog/list mode on channel page" -msgstr "Använd blogg-/listläge på kanalsida" +#: ../../mod/profiles.php:387 +msgid "Marital Status" +msgstr "Civilstånd" -#: ../../mod/settings.php:826 ../../mod/settings.php:827 -msgid "(comments displayed separately)" -msgstr "(kommentarer visas separat)" +#: ../../mod/profiles.php:391 +msgid "Romantic Partner" +msgstr "Romantisk partner" -#: ../../mod/settings.php:827 -msgid "Use blog/list mode on matrix page" -msgstr "Använd blogg-/listläge på matrissida" +#: ../../mod/profiles.php:395 +msgid "Likes" +msgstr "Gillar" -#: ../../mod/settings.php:828 -msgid "Channel page max height of content (in pixels)" -msgstr "Maxhöjd för innehåll på kanalsidor (i pixels)" +#: ../../mod/profiles.php:399 +msgid "Dislikes" +msgstr "Ogillar" -#: ../../mod/settings.php:828 ../../mod/settings.php:829 -msgid "click to expand content exceeding this height" -msgstr "klicka för att fälla ut innehåll som överskrider den här höjden" +#: ../../mod/profiles.php:403 +msgid "Work/Employment" +msgstr "Arbete/sysselsättning" -#: ../../mod/settings.php:829 -msgid "Matrix page max height of content (in pixels)" -msgstr "Maxhöjd för innehåll på matrissidan (i pixels)" +#: ../../mod/profiles.php:406 +msgid "Religion" +msgstr "Religion" -#: ../../mod/settings.php:863 -msgid "Nobody except yourself" -msgstr "Ingen utom dig själv" +#: ../../mod/profiles.php:410 +msgid "Political Views" +msgstr "Politisk åskådning" -#: ../../mod/settings.php:864 -msgid "Only those you specifically allow" -msgstr "Endast utvalda" +#: ../../mod/profiles.php:414 +msgid "Gender" +msgstr "Kön" -#: ../../mod/settings.php:865 -msgid "Approved connections" -msgstr "Godkända kontakter" +#: ../../mod/profiles.php:418 +msgid "Sexual Preference" +msgstr "Sexuell preferens" -#: ../../mod/settings.php:866 -msgid "Any connections" -msgstr "Alla kontakter" +#: ../../mod/profiles.php:422 +msgid "Homepage" +msgstr "Hemsida" -#: ../../mod/settings.php:867 -msgid "Anybody on this website" -msgstr "Vem som helst på den här servern" +#: ../../mod/profiles.php:426 +msgid "Interests" +msgstr "Intressen" -#: ../../mod/settings.php:868 -msgid "Anybody in this network" -msgstr "Vem som helst i det här nätverket" +#: ../../mod/profiles.php:430 ../../mod/admin.php:866 +msgid "Address" +msgstr "Adress" -#: ../../mod/settings.php:869 -msgid "Anybody authenticated" -msgstr "Vem som helst som har autentiserat sig" +#: ../../mod/profiles.php:437 ../../mod/pubsites.php:25 +msgid "Location" +msgstr "Plats" -#: ../../mod/settings.php:870 -msgid "Anybody on the internet" -msgstr "Vem som helst på Internet" +#: ../../mod/profiles.php:520 +msgid "Profile updated." +msgstr "Profil uppdaterad." -#: ../../mod/settings.php:944 -msgid "Publish your default profile in the network directory" -msgstr "Publicera din standardprofil i nätverkskatalogen" +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Dölj din kontakt-/vänlista för de som ser den här profilen" -#: ../../mod/settings.php:944 ../../mod/settings.php:949 -#: ../../mod/settings.php:1032 ../../mod/api.php:106 -#: ../../mod/profiles.php:592 ../../mod/admin.php:390 -msgid "No" -msgstr "Nej" +#: ../../mod/profiles.php:649 +msgid "Edit Profile Details" +msgstr "Redigera profildetaljer" -#: ../../mod/settings.php:944 ../../mod/settings.php:949 -#: ../../mod/settings.php:1032 ../../mod/api.php:105 -#: ../../mod/profiles.php:591 ../../mod/admin.php:392 -msgid "Yes" -msgstr "Ja" +#: ../../mod/profiles.php:651 +msgid "View this profile" +msgstr "Visa den här profilen" -#: ../../mod/settings.php:949 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Tillåt oss att föreslå dig som möjlig vän för nya medlemmar" +#: ../../mod/profiles.php:653 +msgid "Change Profile Photo" +msgstr "Byt profilfoto" -#: ../../mod/settings.php:953 ../../mod/profile_photo.php:365 -msgid "or" -msgstr "eller" +#: ../../mod/profiles.php:654 +msgid "Create a new profile using these settings" +msgstr "Skapa en ny profil utifrån de här inställningarna" -#: ../../mod/settings.php:958 -msgid "Your channel address is" -msgstr "Din kanaladress är" +#: ../../mod/profiles.php:655 +msgid "Clone this profile" +msgstr "Klona den här profilen" -#: ../../mod/settings.php:1002 -msgid "Channel Settings" -msgstr "Kanalinställningar" +#: ../../mod/profiles.php:656 +msgid "Delete this profile" +msgstr "Ta bort den här profilen" -#: ../../mod/settings.php:1011 -msgid "Basic Settings" -msgstr "Grundläggande inställningar" +#: ../../mod/profiles.php:658 +msgid "Import profile from file" +msgstr "Importera profil från fil" -#: ../../mod/settings.php:1014 -msgid "Your Timezone:" -msgstr "Din tidszon:" +#: ../../mod/profiles.php:659 +msgid "Export profile to file" +msgstr "Exportera profil som fil" -#: ../../mod/settings.php:1015 -msgid "Default Post Location:" -msgstr "Standardplats:" +#: ../../mod/profiles.php:660 +msgid "Profile Name:" +msgstr "Profilnamn:" -#: ../../mod/settings.php:1015 -msgid "Geographical location to display on your posts" -msgstr "Geografisk plats att visa för dina inlägg" +#: ../../mod/profiles.php:661 +msgid "Your Full Name:" +msgstr "Ditt fulllständiga namn:" -#: ../../mod/settings.php:1016 -msgid "Use Browser Location:" -msgstr "Använd webbläsarens position:" +#: ../../mod/profiles.php:662 +msgid "Title/Description:" +msgstr "Titel/beskrivning:" -#: ../../mod/settings.php:1018 -msgid "Adult Content" -msgstr "Innehåll olämpligt för barn" +#: ../../mod/profiles.php:663 +msgid "Your Gender:" +msgstr "Ditt kön:" -#: ../../mod/settings.php:1018 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "Den här kanalen publicerar ofta eller regelbundet innehåll som är olämpligt för barn. (Tagga allt pornografiskt material och/eller nakenhet med #NSFW, tack)" +#: ../../mod/profiles.php:664 +msgid "Birthday :" +msgstr "Födelsedag:" -#: ../../mod/settings.php:1020 -msgid "Security and Privacy Settings" -msgstr "Säkerhets- och integritetsinställningar" +#: ../../mod/profiles.php:665 +msgid "Street Address:" +msgstr "Gatuadress:" -#: ../../mod/settings.php:1022 -msgid "Your permissions are already configured. Click to view/adjust" -msgstr "Dina behörigheter har redan ställts in. Klicka för att visa/ändra" +#: ../../mod/profiles.php:666 +msgid "Locality/City:" +msgstr "Ort:" -#: ../../mod/settings.php:1024 -msgid "Hide my online presence" -msgstr "Visa inte min online-närvaro" +#: ../../mod/profiles.php:667 +msgid "Postal/Zip Code:" +msgstr "Postnummer:" -#: ../../mod/settings.php:1024 -msgid "Prevents displaying in your profile that you are online" -msgstr "Förhindrar att det syns i din profil att du är online" +#: ../../mod/profiles.php:668 +msgid "Country:" +msgstr "Land:" -#: ../../mod/settings.php:1026 -msgid "Simple Privacy Settings:" -msgstr "Enkla integritetsinställningar:" +#: ../../mod/profiles.php:669 +msgid "Region/State:" +msgstr "Region:" -#: ../../mod/settings.php:1027 -msgid "" -"Very Public - extremely permissive (should be used with caution)" -msgstr "Väldigt offentligt - extremt tillåtande (bör användas försiktigt)" +#: ../../mod/profiles.php:670 +msgid " Marital Status:" +msgstr " Civilstånd:" -#: ../../mod/settings.php:1028 -msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" -msgstr "Typiskt - offentligt som standard, privat när så önskas (liknande behörigheter som på sociala nätverk men med förbättrad integritet)" +#: ../../mod/profiles.php:671 +msgid "Who: (if applicable)" +msgstr "Vem: (om tillämpligt)" -#: ../../mod/settings.php:1029 -msgid "Private - default private, never open or public" -msgstr "Privat - privat som standard, aldrig öppet eller offentligt" +#: ../../mod/profiles.php:672 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Exempel: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/settings.php:1030 -msgid "Blocked - default blocked to/from everybody" -msgstr "Blockera - som standard blockerat till/från alla" +#: ../../mod/profiles.php:673 +msgid "Since [date]:" +msgstr "Sedan [datum]" -#: ../../mod/settings.php:1032 -msgid "Allow others to tag your posts" -msgstr "Låt andra tagga dina inlägg" +#: ../../mod/profiles.php:675 +msgid "Homepage URL:" +msgstr "Hemsideadress:" -#: ../../mod/settings.php:1032 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "Ofta använt av gemenskapen för att i efterhand flagga olämpligt innehåll" +#: ../../mod/profiles.php:678 +msgid "Religious Views:" +msgstr "Religion/livsåskådning:" -#: ../../mod/settings.php:1034 -msgid "Advanced Privacy Settings" -msgstr "Avancerade integritetsinställningar" +#: ../../mod/profiles.php:679 +msgid "Keywords:" +msgstr "Nyckelord:" -#: ../../mod/settings.php:1036 -msgid "Expire other channel content after this many days" -msgstr "Låt annat kanalinnehåll upphöra efter efter så här många dagar" +#: ../../mod/profiles.php:682 +msgid "Example: fishing photography software" +msgstr "Exempel: fiske fotografering mjukvara" -#: ../../mod/settings.php:1036 -msgid "0 or blank prevents expiration" -msgstr "0 eller blankt förhindrar upphörande" +#: ../../mod/profiles.php:683 +msgid "Used in directory listings" +msgstr "Används i kataloglistningar" -#: ../../mod/settings.php:1037 -msgid "Maximum Friend Requests/Day:" -msgstr "Högsta antal vänförfrågningar per dag:" +#: ../../mod/profiles.php:684 +msgid "Tell us about yourself..." +msgstr "Beskriv dig själv..." -#: ../../mod/settings.php:1037 -msgid "May reduce spam activity" -msgstr "Kan reducera spamaktivitet" +#: ../../mod/profiles.php:685 +msgid "Hobbies/Interests" +msgstr "Fritidssysselsättning/intressen" -#: ../../mod/settings.php:1038 -msgid "Default Post Permissions" -msgstr "Standardbehörighet för inlägg" +#: ../../mod/profiles.php:686 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformation och sociala nätverk" -#: ../../mod/settings.php:1043 -msgid "Channel permissions category:" -msgstr "Kanalens behörighetskategori:" +#: ../../mod/profiles.php:687 +msgid "My other channels" +msgstr "Mina andra kanaler" -#: ../../mod/settings.php:1051 -msgid "Maximum private messages per day from unknown people:" -msgstr "Högsta antal privata meddelanden per dag från okända personer:" +#: ../../mod/profiles.php:688 +msgid "Musical interests" +msgstr "Musikintressen" -#: ../../mod/settings.php:1051 -msgid "Useful to reduce spamming" -msgstr "Användbart för att minska skräputskick" +#: ../../mod/profiles.php:689 +msgid "Books, literature" +msgstr "Böcker, litteratur" -#: ../../mod/settings.php:1054 -msgid "Notification Settings" -msgstr "Notifieringsinställningar" +#: ../../mod/profiles.php:690 +msgid "Television" +msgstr "Tv" -#: ../../mod/settings.php:1055 -msgid "By default post a status message when:" -msgstr "Skicka som standard ett statusmeddelande när:" +#: ../../mod/profiles.php:691 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/kultur/underhållning" -#: ../../mod/settings.php:1056 -msgid "accepting a friend request" -msgstr "du accepterar en vänförfrågan" +#: ../../mod/profiles.php:692 +msgid "Love/romance" +msgstr "Kärlek/romantik" -#: ../../mod/settings.php:1057 -msgid "joining a forum/community" -msgstr "du går med i ett forum/en gemenskap" +#: ../../mod/profiles.php:693 +msgid "Work/employment" +msgstr "Arbete/sysselsättning" -#: ../../mod/settings.php:1058 -msgid "making an interesting profile change" -msgstr "du gör en intressant ändring av profilen" +#: ../../mod/profiles.php:694 +msgid "School/education" +msgstr "Skola/utbildning" -#: ../../mod/settings.php:1059 -msgid "Send a notification email when:" -msgstr "Skicka en notifiering via e-post när:" +#: ../../mod/profiles.php:700 +msgid "This is your default profile." +msgstr "Det här är din standardprofil." -#: ../../mod/settings.php:1060 -msgid "You receive a connection request" -msgstr "Du får en kontaktförfrågan" +#: ../../mod/profiles.php:711 ../../mod/directory.php:188 +msgid "Age: " +msgstr "Ålder:" -#: ../../mod/settings.php:1061 -msgid "Your connections are confirmed" -msgstr "Dina kontakter bekräftas" +#: ../../mod/profiles.php:754 +msgid "Edit/Manage Profiles" +msgstr "Redigera/hantera profiler" -#: ../../mod/settings.php:1062 -msgid "Someone writes on your profile wall" -msgstr "Någon skriver på din profilvägg" +#: ../../mod/profiles.php:755 +msgid "Add profile things" +msgstr "Lägg till profilsaker" -#: ../../mod/settings.php:1063 -msgid "Someone writes a followup comment" -msgstr "Någon skriver en uppföljande kommentar" +#: ../../mod/profiles.php:756 +msgid "Include desirable objects in your profile" +msgstr "Inkludera fina prylar i din profil" -#: ../../mod/settings.php:1064 -msgid "You receive a private message" -msgstr "Du tar emot ett privat meddelande" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Post inte tillgänglig." -#: ../../mod/settings.php:1065 -msgid "You receive a friend suggestion" -msgstr "Du tar emot ett vänförslag" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Hämtning av URL returnerade fel: %1$s" -#: ../../mod/settings.php:1066 -msgid "You are tagged in a post" -msgstr "Du taggas i ett inlägg" +#: ../../mod/block.php:27 ../../mod/page.php:33 +msgid "Invalid item." +msgstr "Ogiltig post." -#: ../../mod/settings.php:1067 -msgid "You are poked/prodded/etc. in a post" -msgstr "Du puffas/stöts till/etc. i ett inlägg" +#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 +msgid "Channel not found." +msgstr "Kanalen hittas inte." -#: ../../mod/settings.php:1070 -msgid "Show visual notifications including:" -msgstr "Visa visuella notifieringar vid:" +#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 +#: ../../mod/page.php:81 ../../index.php:241 +msgid "Page not found." +msgstr "Sidan hittas inte." -#: ../../mod/settings.php:1072 -msgid "Unseen matrix activity" -msgstr "Oläst matrisaktivitet" +#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 +msgid "Export Channel" +msgstr "Exportera kanal" -#: ../../mod/settings.php:1073 -msgid "Unseen channel activity" -msgstr "Oläst kanalaktivitet" +#: ../../mod/uexport.php:35 +msgid "" +"Export your basic channel information to a small file. This acts as a " +"backup of your connections, permissions, profile and basic data, which can " +"be used to import your data to a new hub, but\tdoes not contain your " +"content." +msgstr "Exportera kanalens basinformation till en liten fil. Denna fungerar som en säkerhetskopia av dina anslutningar, behörigheter, profil, och grundläggande data, och kan användas för att importera dina data till en ny hubb, men tar inte med ditt innehåll." -#: ../../mod/settings.php:1074 -msgid "Unseen private messages" -msgstr "Olästa privata meddelanden" +#: ../../mod/uexport.php:36 +msgid "Export Content" +msgstr "Exportera innehåll" -#: ../../mod/settings.php:1074 ../../mod/settings.php:1079 -#: ../../mod/settings.php:1080 ../../mod/settings.php:1081 -msgid "Recommended" -msgstr "Rekommenderas" +#: ../../mod/uexport.php:37 +msgid "" +"Export your channel information and all the content to a JSON backup. This " +"backs up all of your connections, permissions, profile data and all of your " +"content, but is generally not suitable for importing a channel to a new hub " +"as this file may be VERY large. Please be patient - it may take several " +"minutes for this download to begin." +msgstr "Exportera din kanalinformation och allt innehåll till en säkerhetskopia i JSON-format. Detta kopierar alla dina anslutningar, behörigheter, profildata och allt ditt innehåll, men är generellt inte lämpligt för att importera en kanal till en ny hubb, eftersom filen kan vara VÄLDIGT stor. Ha tålamod - det kan ta flera minuter innan nedladdningen börjar." -#: ../../mod/settings.php:1075 -msgid "Upcoming events" -msgstr "Kommande händelser" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Inga potentiella sid-ombud funna." -#: ../../mod/settings.php:1076 -msgid "Events today" -msgstr "Dagens händelser" +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Delegera sidhantering" -#: ../../mod/settings.php:1077 -msgid "Upcoming birthdays" -msgstr "Kommande födelsedagar" +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Ombud kan hantera alla aspekter av det här kontot/den här sidan förutom grundläggande kontoinställningar. Delegera inte ditt personliga konto till någon som du inte litar fullständigt på." -#: ../../mod/settings.php:1077 -msgid "Not available in all themes" -msgstr "Inte tillgänglig i alla teman" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Befintliga sid-ansvariga" -#: ../../mod/settings.php:1078 -msgid "System (personal) notifications" -msgstr "Systemmeddelanden (personliga)" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Befintliga sid-ombud" -#: ../../mod/settings.php:1079 -msgid "System info messages" -msgstr "Systemmeddelanden" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Potentiella ombud" -#: ../../mod/settings.php:1080 -msgid "System critical alerts" -msgstr "Systemkritiska varningar" +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:133 ../../mod/photos.php:902 +msgid "Remove" +msgstr "Ta bort" -#: ../../mod/settings.php:1081 -msgid "New connections" -msgstr "Nya kontakter" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Lägg till" -#: ../../mod/settings.php:1082 -msgid "System Registrations" -msgstr "Systemregistreringar" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Inga poster." -#: ../../mod/settings.php:1084 -msgid "Notify me of events this many days in advance" -msgstr "Meddela mig om händelser så här många dagar i förväg" +#: ../../mod/siteinfo.php:93 +#, php-format +msgid "Version %s" +msgstr "Version %s" -#: ../../mod/settings.php:1084 -msgid "Must be greater than 0" -msgstr "Måste vara större än 0" +#: ../../mod/siteinfo.php:114 +msgid "Installed plugins/addons/apps:" +msgstr "Installerade tillägg/moduler/appar:" -#: ../../mod/settings.php:1086 -msgid "Advanced Account/Page Type Settings" -msgstr "Avancerade konto-/sidtypsinställningar" +#: ../../mod/siteinfo.php:127 +msgid "No installed plugins/addons/apps" +msgstr "Inga installerade tillägg/moduler/appar" -#: ../../mod/settings.php:1087 -msgid "Change the behaviour of this account for special situations" -msgstr "Ändra det här kontots beteende i särskilda situationer" +#: ../../mod/siteinfo.php:135 +msgid "Red" +msgstr "Red" -#: ../../mod/settings.php:1090 +#: ../../mod/siteinfo.php:136 msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" -msgstr "Aktivera expertläge (i Inställningar > Ytterligare funktioner) för att göra ändringar!" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Det här är en hubb som ingår i Red Matrix - ett globalt samverkande nätverk av decentraliserade webbplatser med bättre integritetskydd." -#: ../../mod/settings.php:1091 -msgid "Miscellaneous Settings" -msgstr "Diverse inställningar" +#: ../../mod/siteinfo.php:138 +msgid "Tag: " +msgstr "Tagg: " -#: ../../mod/settings.php:1093 -msgid "Personal menu to display in your channel pages" -msgstr "Personlig meny att visa i dina kanalsidor" +#: ../../mod/siteinfo.php:140 +msgid "Last background fetch: " +msgstr "Senaste bakgrundshämtning: " -#: ../../mod/settings.php:1094 -msgid "Remove this channel" -msgstr "Ta bort den här kanalen" +#: ../../mod/siteinfo.php:143 +msgid "Running at web location" +msgstr "Kör på webbutrymmet" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "Krets skapad." +#: ../../mod/siteinfo.php:144 +msgid "" +"Please visit RedMatrix.me to learn more" +" about the Red Matrix." +msgstr "Besök RedMatrix.me för att lära dig mer om Red Matrix." -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Kunde inte skapa krets." +#: ../../mod/siteinfo.php:145 +msgid "Bug reports and issues: please visit" +msgstr "Buggrapporter och problem: besök" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Kretsen uppdaterad." +#: ../../mod/siteinfo.php:148 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Förslag, uppskattning, etc. - maila \"redmatrix\" at librelist - dot com" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Skapa en krets av kanaler." +#: ../../mod/siteinfo.php:150 +msgid "Site Administrators" +msgstr "Serveradministratörer" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Namn på krets: " +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Misslyckades att skapa källa. Ingen kanal vald." -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "Medlemmar kan ses av andra kanaler" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Källa skapad." -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Krets borttagen." +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Källa uppdaterad." -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Kunde inte ta bort krets." +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Redigera krets" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Hantera fjärrkällor med innehåll för din kanal." -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Medlemmar" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Ny källa" -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Alla anslutna kanaler" +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importera allt eller valt innehåll från följande kanal till den här kanalen och distribuera det enligt dina kanalinställningar." -#: ../../mod/group.php:233 -msgid "Click on a channel to add or remove." -msgstr "Klicka på en kanal för att lägga till eller ta bort." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importera endast innehåll med de här orden (ett per rad)" -#: ../../mod/search.php:13 ../../mod/photos.php:458 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 ../../mod/directory.php:22 -msgid "Public access denied." -msgstr "Offentlig behörighet saknas." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Lämna blankt för att importera allt offentligt innehåll" -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s följer %2$ss %3$s" +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:112 +msgid "Channel Name" +msgstr "Kanalnamn" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Puffa/stöt till" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Källa hittades inte." -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "puffa, stöt till eller gör andra saker mot någon" +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Redigera källa" -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Mottagare" +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Ta bort källa" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "Välj vad du önskar göra med mottagaren" +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Källa borttagen" -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Gör det här inlägget privat" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Kunde inte ta bort källa." -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Tillåt anslutning av applikation" +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Ogiltigt profil-ID." -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Återgå till din applikation och ange den här säkerhetskoden:" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Redigera profilsynlighet" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Logga in för att fortsätta." +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Klicka på en kontakt för att lägga till eller ta bort." -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Vill du låta den här applikationen få tillgång till dina inlägg och kontakter, och/eller skapa nya inlägg åt dig?" +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Kan ses av" -#: ../../mod/setup.php:166 -msgid "Red Matrix Server - Setup" -msgstr "Red Matrix-server - inställningar" +#: ../../mod/profperm.php:139 ../../mod/connections.php:279 +msgid "All Connections" +msgstr "Alla kontakter" -#: ../../mod/setup.php:172 -msgid "Could not connect to database." -msgstr "Kunde inte ansluta till databasen." +#: ../../mod/events.php:81 +msgid "Event can not end before it has started." +msgstr "Händelser kan inte sluta innan de börjat." -#: ../../mod/setup.php:176 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS." +#: ../../mod/events.php:86 +msgid "Event title and start time are required." +msgstr "Händelsen behöver titel och starttid." -#: ../../mod/setup.php:183 -msgid "Could not create table." -msgstr "Kunde inte skapa tabell." +#: ../../mod/events.php:100 +msgid "Event not found." +msgstr "Händelsen hittades inte." -#: ../../mod/setup.php:189 -msgid "Your site database has been installed." -msgstr "Din serverdatabas har installerats." +#: ../../mod/events.php:369 +msgid "l, F j" +msgstr "l, j F" -#: ../../mod/setup.php:194 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "Du kan behöva importera filen \"install/schema_xxx.sql\" manuellt med en databasklient." +#: ../../mod/events.php:391 +msgid "Edit event" +msgstr "Redigera händelse" -#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Se filen \"install/INSTALL.txt\"." +#: ../../mod/events.php:443 +msgid "Create New Event" +msgstr "Skapa ny händelse" -#: ../../mod/setup.php:261 -msgid "System check" -msgstr "Systemkontroll" +#: ../../mod/events.php:444 ../../mod/photos.php:856 +msgid "Previous" +msgstr "Föregående" -#: ../../mod/setup.php:265 ../../mod/events.php:445 ../../mod/photos.php:868 +#: ../../mod/events.php:445 ../../mod/setup.php:265 ../../mod/photos.php:865 msgid "Next" msgstr "Nästa" -#: ../../mod/setup.php:266 -msgid "Check again" -msgstr "Kontrollera igen" +#: ../../mod/events.php:446 +msgid "Export" +msgstr "Exportera" + +#: ../../mod/events.php:571 +msgid "Event details" +msgstr "Detaljer för händelse" + +#: ../../mod/events.php:572 +msgid "Starting date and Title are required." +msgstr "Startdatum och titel är obligatoriska." -#: ../../mod/setup.php:289 -msgid "Database connection" -msgstr "Databasanslutning" +#: ../../mod/events.php:574 +msgid "Categories (comma-separated list)" +msgstr "Kategorier (kommaseparerad lista)" -#: ../../mod/setup.php:290 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas." +#: ../../mod/events.php:576 +msgid "Event Starts:" +msgstr "Händelsen börjar:" -#: ../../mod/setup.php:291 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Kontakta din servervärd eller administratör om du har frågor om de här inställningarna." +#: ../../mod/events.php:576 ../../mod/events.php:592 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 +msgid "Required" +msgstr "Behövs" -#: ../../mod/setup.php:292 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Databasen du anger nedan måste finnas. Om den inte gör det, skapa den innan du fortsätter." +#: ../../mod/events.php:582 +msgid "Finish date/time is not known or not relevant" +msgstr "Slutdatum/tid är okänt eller inte relevant" -#: ../../mod/setup.php:296 -msgid "Database Server Name" -msgstr "Databasserver" +#: ../../mod/events.php:584 +msgid "Event Finishes:" +msgstr "Händelsen slutar:" -#: ../../mod/setup.php:296 -msgid "Default is localhost" -msgstr "Standard är localhost" +#: ../../mod/events.php:586 +msgid "Adjust for viewer timezone" +msgstr "Justera för betraktarens tidszon" -#: ../../mod/setup.php:297 -msgid "Database Port" -msgstr "Databasport" +#: ../../mod/events.php:588 +msgid "Description:" +msgstr "Beskrivning:" -#: ../../mod/setup.php:297 -msgid "Communication port number - use 0 for default" -msgstr "Kommunikationsportnummer - använd 0 för standardinställning" +#: ../../mod/events.php:592 +msgid "Title:" +msgstr "Titel:" -#: ../../mod/setup.php:298 -msgid "Database Login Name" -msgstr "Loginnamn till databas" +#: ../../mod/events.php:594 +msgid "Share this event" +msgstr "Dela den här händelsen" -#: ../../mod/setup.php:299 -msgid "Database Login Password" -msgstr "Lösenord till databas" +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "Offentliga servrar" -#: ../../mod/setup.php:300 -msgid "Database Name" -msgstr "Databasnamn" +#: ../../mod/pubsites.php:19 +msgid "" +"The listed sites allow public registration into the Red Matrix. All sites in" +" the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links may provide " +"additional details." +msgstr "De listade servrarna tillåter offentlig registrering i Red Matrix. Alla servrar i matrisen är sammankopplade, så medlemskap i en av dem medför medlemskap i matrisen som helhet. Vissa servrar kan kräva abonnemang eller erbjuda uppdelade tjänstenivåer. Leverantörslänkarna kan ge ytterligare detaljer." -#: ../../mod/setup.php:301 -msgid "Database Type" -msgstr "Databastyp" +#: ../../mod/pubsites.php:25 +msgid "Site URL" +msgstr "Server-URL" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "Site administrator email address" -msgstr "Serveradministratörens e-postadress" +#: ../../mod/pubsites.php:25 +msgid "Access Type" +msgstr "Åtkomsttyp" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Ditt kontos e-postadress måste stämma med den här för att webbgränssnittet för administration ska kunna användas." +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" +msgstr "Registreringspolicy" -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Website URL" -msgstr "Webbplatsens URL" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Du måste vara inloggad för att se den här sidan." -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Please use SSL (https) URL if available." -msgstr "Ange en URL med SSL (https) om tillgängligt" +#: ../../mod/channel.php:87 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Otillräckliga behörigheter. Förfrågan omdirigerad till profilsidan." -#: ../../mod/setup.php:307 ../../mod/setup.php:352 -msgid "Please select a default timezone for your website" -msgstr "Välj en standardtidszon för din webbplats" +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Välj en bokmärkeskatalog" -#: ../../mod/setup.php:335 -msgid "Site settings" -msgstr "Serverinställningar" +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Spara bokmärke" -#: ../../mod/setup.php:395 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH." +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "Bokmärkets URL" -#: ../../mod/setup.php:396 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "Om du inte har en kommandoradsversion av PHP installerad på servern kommer du inte att kunna köra bakgrundshämtning via cron." +#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 +msgid "Description" +msgstr "Beskrivning" -#: ../../mod/setup.php:400 -msgid "PHP executable path" -msgstr "Sökväg till PHP-programmet" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "Eller ange nytt namn på bokmärkeskatalog" -#: ../../mod/setup.php:400 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen." +#: ../../mod/chat.php:167 +msgid "Room not found" +msgstr "Rum hittas inte" -#: ../../mod/setup.php:405 -msgid "Command line PHP" -msgstr "Kommandorads-PHP" +#: ../../mod/chat.php:178 +msgid "Leave Room" +msgstr "Lämna rummet" -#: ../../mod/setup.php:414 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Kommandoradsversionen av PHP på ditt system har inte \"register_argc_argv\" aktiverat." +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "Ta bort det här rummet" -#: ../../mod/setup.php:415 -msgid "This is required for message delivery to work." -msgstr "Det här behövs för att meddelandeleverans ska fungera." +#: ../../mod/chat.php:180 +msgid "I am away right now" +msgstr "Jag är borta för tillfället" -#: ../../mod/setup.php:417 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../mod/chat.php:181 +msgid "I am online" +msgstr "Jag är online" -#: ../../mod/setup.php:438 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Fel: \"openssl_pkey_new\"-funktionen på det här systemet kan inte generera kryptonycklar" +#: ../../mod/chat.php:183 +msgid "Bookmark this room" +msgstr "Bokmärk det här rummet" -#: ../../mod/setup.php:439 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"." +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Nytt chattrum" -#: ../../mod/setup.php:441 -msgid "Generate encryption keys" -msgstr "Generera kryptonycklar" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Namn på chattrum" -#: ../../mod/setup.php:448 -msgid "libCurl PHP module" -msgstr "PHP-modulen libCurl" +#: ../../mod/chat.php:225 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "%1$ss chattrum" -#: ../../mod/setup.php:449 -msgid "GD graphics PHP module" -msgstr "PHP-modulen GD graphics" +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Borta" -#: ../../mod/setup.php:450 -msgid "OpenSSL PHP module" -msgstr "PHP-modulen OpenSSL" +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" -#: ../../mod/setup.php:451 -msgid "mysqli or postgres PHP module" -msgstr "PHP-modulen mysqli eller postgres" +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "Logga in." -#: ../../mod/setup.php:452 -msgid "mb_string PHP module" -msgstr "PHP-modulen mb_string" +#: ../../mod/editpost.php:20 ../../mod/editblock.php:79 +#: ../../mod/editblock.php:95 ../../mod/editlayout.php:78 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "Posten hittas inte" -#: ../../mod/setup.php:453 -msgid "mcrypt PHP module" -msgstr "PHP-modulen mcrypt" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Posten går ej att redigera" -#: ../../mod/setup.php:458 ../../mod/setup.php:460 -msgid "Apache mod_rewrite module" -msgstr "Apache-modulen mod_rewrite" +#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 +msgid "Edit post" +msgstr "Redigera inlägg" -#: ../../mod/setup.php:458 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad." +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Ta bort posten?" -#: ../../mod/setup.php:464 ../../mod/setup.php:467 -msgid "proc_open" -msgstr "proc_open" +#: ../../mod/editpost.php:116 ../../mod/editblock.php:147 +#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:178 +msgid "Insert YouTube video" +msgstr "Infoga Youtube-video" -#: ../../mod/setup.php:464 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini" +#: ../../mod/editpost.php:117 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:179 +msgid "Insert Vorbis [.ogg] video" +msgstr "Infoga Vorbis [.ogg]-video" -#: ../../mod/setup.php:472 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Fel: PHP-modulen libCURL krävs men är inte installerad." +#: ../../mod/editpost.php:118 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:180 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Infoga Vorbis [.ogg]-ljud" -#: ../../mod/setup.php:476 +#: ../../mod/removeme.php:29 msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad." +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Borttagning av kanal tillåts inte inom 48 timmar efter att kontolösenordet har ändrats." -#: ../../mod/setup.php:480 -msgid "Error: openssl PHP module required but not installed." -msgstr "Fel: PHP-modulen openssl krävs men är inte installerad." +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Ta bort den här kanalen" -#: ../../mod/setup.php:484 +#: ../../mod/removeme.php:58 msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "Fel: en av PHP-modulerna mysqli eller postgres krävs men är inte installerad." +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "Det här kommer att ta bort den här kanalen helt från nätverket. När det är gjort går det inte att återställa den." -#: ../../mod/setup.php:488 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Fel: PHP-modulen mb_string krävs men är inte installerad." +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 +msgid "Please enter your password for verification:" +msgstr "Ange ditt lösenord för att bekräfta:" -#: ../../mod/setup.php:492 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Fel: PHP-modulen mcrypt krävs men är inte installerad." +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Ta bort den här kanalen och alla dess kloner från nätverket" -#: ../../mod/setup.php:508 +#: ../../mod/removeme.php:60 msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Webbinstallationen måste kunna skapa filen \".htconfig.php\" i toppkatalogen på din webbserver men kan inte göra det." +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Som standard kommer bara den här hubbens instans av kanalen att tas bort från nätverket" -#: ../../mod/setup.php:509 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan." +#: ../../mod/removeme.php:61 +msgid "Remove Channel" +msgstr "Ta bort kanal" -#: ../../mod/setup.php:510 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog." +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Ingen kanal." -#: ../../mod/setup.php:511 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"." +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Gemensamma kontakter" -#: ../../mod/setup.php:514 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php är skrivbar" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Inga gemensamma kontakter." -#: ../../mod/setup.php:524 +#: ../../mod/rmagic.php:38 msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen." +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Vi drabbades av ett problem vid inloggningen med OpenID:t du uppgav. Kontrollera att ID:t är korrekt stavat." -#: ../../mod/setup.php:525 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "För att spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter till katalogen %s under Reds toppkatalog." +#: ../../mod/rmagic.php:38 +msgid "The error message was:" +msgstr "Felmeddelandet var:" -#: ../../mod/setup.php:526 ../../mod/setup.php:544 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen." +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "Inloggning misslyckades." -#: ../../mod/setup.php:527 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Observera: som en säkerhetsåtgärd bör du ge webbservern skrivrättighet endast för %s - inte för mallfilerna (.tpl) som finns där." +#: ../../mod/rmagic.php:82 +msgid "Remote Authentication" +msgstr "Fjärrinloggning" -#: ../../mod/setup.php:530 -#, php-format -msgid "%s is writable" -msgstr "%s är skrivbar" +#: ../../mod/rmagic.php:83 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Ange din kanaladress (t.ex. kanal@example.com)" -#: ../../mod/setup.php:543 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog." +#: ../../mod/rmagic.php:84 +msgid "Authenticate" +msgstr "Autentisera" -#: ../../mod/setup.php:547 -msgid "store is writable" -msgstr "store är skrivbar" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Inget giltigt konto hittades." -#: ../../mod/setup.php:577 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-åtkomst till den här servern." +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "Lösenordsåterställning har skickats. Kontrollera din e-post." -#: ../../mod/setup.php:578 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" -msgstr "Om du har https-åtkomst till din webbplats eller tillåter anslutningar till TCP-port 443 (https-porten) MÅSTE du använda ett certifikat som kan verifieras av webbläsare. Du FÅR INTE använda självsignerade certifikat!" +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Servermedlem (%s)" -#: ../../mod/setup.php:579 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "Restriktionen finns eftersom offentliga inlägg från dig kan innehålla till exempel referenser till bilder på din egen hubb." +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Lösenordsåterställning begärd på %s" -#: ../../mod/setup.php:580 +#: ../../mod/lostpass.php:63 msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "Om ditt certifikat inte känns igen kommer medlemmar på andra webbplatser (som själv kan ha giltiga certifikat) att få en varning på sin egen webbplats om säkerhetsproblem." +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Begäran kunde inte bekräftas. (Du kan ha skickat den tidigare.) Lösenordsåterställningen misslyckades." -#: ../../mod/setup.php:581 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "Detta kan orsaka problem med användbarheten (inte bara på din egen server) så vi måste trycka på det här kravet." +#: ../../mod/lostpass.php:85 ../../boot.php:1550 +msgid "Password Reset" +msgstr "Lösenordsåterställning" -#: ../../mod/setup.php:582 -msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Det finns leverantörer som utfärdar gratis certifikat som känns igen av webbläsare." +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Ditt lösenord har återställts som begärt." -#: ../../mod/setup.php:584 -msgid "SSL certificate validation" -msgstr "SSL-certifikatvalidering" +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Ditt nya lösenord är" -#: ../../mod/setup.php:590 -msgid "" -"Url rewrite in .htaccess is not working. Check your server " -"configuration.Test: " -msgstr "Url rewrite i .htaccess fungerar inte. Kolla din serverkonfiguration. Test: " +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Spara eller kopiera ditt nya lösenord - " -#: ../../mod/setup.php:592 -msgid "Url rewrite is working" -msgstr "URL rewrite fungerar" +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "klicka sedan här för att logga in" -#: ../../mod/setup.php:602 +#: ../../mod/lostpass.php:90 msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot." +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Ditt lösenord kan bytas från sidan Inställningar när du är inloggad." -#: ../../mod/setup.php:626 -msgid "Errors encountered creating database tables." -msgstr "Fel inträffade när databastabeller skulle skapas." +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Ditt lösenord byttes på %s" -#: ../../mod/setup.php:661 -msgid "

    What next

    " -msgstr "

    Nästa steg

    " +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Glömt lösenordet?" -#: ../../mod/setup.php:662 +#: ../../mod/lostpass.php:123 msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Ange din e-postadress och skicka för att återställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner." -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Post inte tillgänglig." +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "E-postadress" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "Hämtning av URL returnerade fel: %1$s" +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Återställ" -#: ../../mod/block.php:27 ../../mod/page.php:33 -msgid "Invalid item." -msgstr "Ogiltig post." +#: ../../mod/settings.php:73 +msgid "Name is required" +msgstr "Namn är obligatoriskt" -#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 -msgid "Channel not found." -msgstr "Kanalen hittas inte." +#: ../../mod/settings.php:77 +msgid "Key and Secret are required" +msgstr "Nyckel och kod är obligatoriska" -#: ../../mod/block.php:75 ../../mod/display.php:102 ../../mod/help.php:70 -#: ../../mod/page.php:81 ../../index.php:241 -msgid "Page not found." -msgstr "Sidan hittas inte." +#: ../../mod/settings.php:222 +msgid "Passwords do not match. Password unchanged." +msgstr "Lösenorden stämmer inte överens. Lösenordet har inte ändrats." -#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 -msgid "Export Channel" -msgstr "Exportera kanal" +#: ../../mod/settings.php:226 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Tomma lösenord tillåts inte. Lösenordet har inte ändrats." -#: ../../mod/uexport.php:35 -msgid "" -"Export your basic channel information to a small file. This acts as a " -"backup of your connections, permissions, profile and basic data, which can " -"be used to import your data to a new hub, but\tdoes not contain your " -"content." -msgstr "Exportera kanalens basinformation till en liten fil. Denna fungerar som en säkerhetskopia av dina anslutningar, behörigheter, profil, och grundläggande data, och kan användas för att importera dina data till en ny hubb, men tar inte med ditt innehåll." +#: ../../mod/settings.php:240 +msgid "Password changed." +msgstr "Lösenordet ändrat." -#: ../../mod/uexport.php:36 -msgid "Export Content" -msgstr "Exportera innehåll" +#: ../../mod/settings.php:242 +msgid "Password update failed. Please try again." +msgstr "Lösenordsuppdatering misslyckades. Försök igen." -#: ../../mod/uexport.php:37 -msgid "" -"Export your channel information and all the content to a JSON backup. This " -"backs up all of your connections, permissions, profile data and all of your " -"content, but is generally not suitable for importing a channel to a new hub " -"as this file may be VERY large. Please be patient - it may take several " -"minutes for this download to begin." -msgstr "Exportera din kanalinformation och allt innehåll till en säkerhetskopia i JSON-format. Detta kopierar alla dina anslutningar, behörigheter, profildata och allt ditt innehåll, men är generellt inte lämpligt för att importera en kanal till en ny hubb, eftersom filen kan vara VÄLDIGT stor. Ha tålamod - det kan ta flera minuter innan nedladdningen börjar." +#: ../../mod/settings.php:256 +msgid "Not valid email." +msgstr "Inte en giltig e-postadress." -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Inga potentiella sid-ombud funna." +#: ../../mod/settings.php:259 +msgid "Protected email address. Cannot change to that email." +msgstr "Skyddad e-postadress. Kan inte ändra till den." -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Delegera sidhantering" +#: ../../mod/settings.php:268 +msgid "System failure storing new email. Please try again." +msgstr "Systemfel när ny e-postadress skulle sparas. Försök igen." -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Ombud kan hantera alla aspekter av det här kontot/den här sidan förutom grundläggande kontoinställningar. Delegera inte ditt personliga konto till någon som du inte litar fullständigt på." +#: ../../mod/settings.php:507 +msgid "Settings updated." +msgstr "Inställningar uppdaterade." -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Befintliga sid-ansvariga" +#: ../../mod/settings.php:576 ../../mod/settings.php:602 +#: ../../mod/settings.php:638 +msgid "Add application" +msgstr "Lägg till applikation" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Befintliga sid-ombud" +#: ../../mod/settings.php:579 +msgid "Name of application" +msgstr "Applikationens namn" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Potentiella ombud" +#: ../../mod/settings.php:580 ../../mod/settings.php:606 +msgid "Consumer Key" +msgstr "Nyckel för konsument" -#: ../../mod/delegate.php:130 ../../mod/photos.php:905 ../../mod/tagrm.php:133 -msgid "Remove" -msgstr "Ta bort" +#: ../../mod/settings.php:580 ../../mod/settings.php:581 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Automatiskt genererad - ändra om så önskas. Maxlängd 20" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Lägg till" +#: ../../mod/settings.php:581 ../../mod/settings.php:607 +msgid "Consumer Secret" +msgstr "Kod för konsument" -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Inga poster." +#: ../../mod/settings.php:582 ../../mod/settings.php:608 +msgid "Redirect" +msgstr "Omdirigering" -#: ../../mod/siteinfo.php:93 -#, php-format -msgid "Version %s" -msgstr "Version %s" +#: ../../mod/settings.php:582 +msgid "" +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "Omdirigerings-URI - lämna blankt om inte din applikation specifikt behöver det" -#: ../../mod/siteinfo.php:114 -msgid "Installed plugins/addons/apps:" -msgstr "Installerade tillägg/moduler/appar:" +#: ../../mod/settings.php:583 ../../mod/settings.php:609 +msgid "Icon url" +msgstr "Ikon-URL" -#: ../../mod/siteinfo.php:127 -msgid "No installed plugins/addons/apps" -msgstr "Inga installerade tillägg/moduler/appar" +#: ../../mod/settings.php:583 +msgid "Optional" +msgstr "Frivillig" -#: ../../mod/siteinfo.php:135 -msgid "Red" -msgstr "Red" +#: ../../mod/settings.php:594 +msgid "You can't edit this application." +msgstr "Du kan inte redigera den här applikationen." -#: ../../mod/siteinfo.php:136 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralized privacy enhanced websites." -msgstr "Det här är en hubb som ingår i Red Matrix - ett globalt samverkande nätverk av decentraliserade webbplatser med bättre integritetskydd." +#: ../../mod/settings.php:637 +msgid "Connected Apps" +msgstr "Anslutna appar" -#: ../../mod/siteinfo.php:138 -msgid "Tag: " -msgstr "Tagg: " +#: ../../mod/settings.php:641 +msgid "Client key starts with" +msgstr "Klientnyckel börjar med" -#: ../../mod/siteinfo.php:140 -msgid "Last background fetch: " -msgstr "Senaste bakgrundshämtning: " +#: ../../mod/settings.php:642 +msgid "No name" +msgstr "Inget namn" -#: ../../mod/siteinfo.php:143 -msgid "Running at web location" -msgstr "Kör på webbutrymmet" +#: ../../mod/settings.php:643 +msgid "Remove authorization" +msgstr "Ta bort behörighet" -#: ../../mod/siteinfo.php:144 -msgid "" -"Please visit RedMatrix.me to learn more" -" about the Red Matrix." -msgstr "Besök RedMatrix.me för att lära dig mer om Red Matrix." +#: ../../mod/settings.php:654 +msgid "No feature settings configured" +msgstr "Inga funktionsinställningar konfigurerade" -#: ../../mod/siteinfo.php:145 -msgid "Bug reports and issues: please visit" -msgstr "Buggrapporter och problem: besök" +#: ../../mod/settings.php:662 +msgid "Feature Settings" +msgstr "Funktionsinställningar" -#: ../../mod/siteinfo.php:148 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Förslag, uppskattning, etc. - maila \"redmatrix\" at librelist - dot com" +#: ../../mod/settings.php:685 +msgid "Account Settings" +msgstr "Kontoinställningar" -#: ../../mod/siteinfo.php:150 -msgid "Site Administrators" -msgstr "Serveradministratörer" +#: ../../mod/settings.php:686 +msgid "Password Settings" +msgstr "Lösenordsinställningar" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Misslyckades att skapa källa. Ingen kanal vald." +#: ../../mod/settings.php:687 +msgid "New Password:" +msgstr "Nytt lösenord:" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Källa skapad." +#: ../../mod/settings.php:688 +msgid "Confirm:" +msgstr "Bekräfta:" -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Källa uppdaterad." +#: ../../mod/settings.php:688 +msgid "Leave password fields blank unless changing" +msgstr "Lämna lösenordsfälten blanka om lösenordet inte ska ändras" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/settings.php:690 ../../mod/settings.php:1023 +msgid "Email Address:" +msgstr "E-postadress" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Hantera fjärrkällor med innehåll för din kanal." +#: ../../mod/settings.php:691 ../../mod/removeaccount.php:61 +msgid "Remove Account" +msgstr "Ta bort konto" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Ny källa" +#: ../../mod/settings.php:692 +msgid "Remove this account from this server including all its channels" +msgstr "Ta bort det här kontot från servern, inklusive alla dess kanaler" -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importera allt eller valt innehåll från följande kanal till den här kanalen och distribuera det enligt dina kanalinställningar." +#: ../../mod/settings.php:693 ../../mod/settings.php:1104 +msgid "Warning: This action is permanent and cannot be reversed." +msgstr "Varning: Den här handlingen är permanent och kan inte återställas." -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importera endast innehåll med de här orden (ett per rad)" +#: ../../mod/settings.php:709 +msgid "Off" +msgstr "Av" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Lämna blankt för att importera allt offentligt innehåll" +#: ../../mod/settings.php:709 +msgid "On" +msgstr "På" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:112 -msgid "Channel Name" -msgstr "Kanalnamn" +#: ../../mod/settings.php:716 +msgid "Additional Features" +msgstr "Ytterligare funktioner" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Källa hittades inte." +#: ../../mod/settings.php:740 +msgid "Connector Settings" +msgstr "Anslutningsinställningar" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Redigera källa" +#: ../../mod/settings.php:779 +msgid "No special theme for mobile devices" +msgstr "Inget särskilt tema för mobila enheter" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Ta bort källa" +#: ../../mod/settings.php:782 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (experimentellt)" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Källa borttagen" +#: ../../mod/settings.php:785 ../../mod/admin.php:363 +msgid "mobile" +msgstr "mobilt" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Kunde inte ta bort källa." +#: ../../mod/settings.php:821 +msgid "Display Settings" +msgstr "Utseende" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Ogiltigt profil-ID." +#: ../../mod/settings.php:827 +msgid "Display Theme:" +msgstr "Tema för utseende:" + +#: ../../mod/settings.php:828 +msgid "Mobile Theme:" +msgstr "Mobilt tema:" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Redigera profilsynlighet" +#: ../../mod/settings.php:829 +msgid "Enable user zoom on mobile devices" +msgstr "Tillåt användare att zooma på mobila enheter" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Klicka på en kontakt för att lägga till eller ta bort." +#: ../../mod/settings.php:830 +msgid "Update browser every xx seconds" +msgstr "Uppdatera webbläsaren var xx sekund" -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Kan ses av" +#: ../../mod/settings.php:830 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minst 10 sekunder, inget maximum" -#: ../../mod/profperm.php:139 ../../mod/connections.php:279 -msgid "All Connections" -msgstr "Alla kontakter" +#: ../../mod/settings.php:831 +msgid "Maximum number of conversations to load at any time:" +msgstr "Högsta antal konversationer att ladda åt gången:" -#: ../../mod/events.php:81 -msgid "Event can not end before it has started." -msgstr "Händelser kan inte sluta innan de börjat." +#: ../../mod/settings.php:831 +msgid "Maximum of 100 items" +msgstr "Maximalt 100 poster" -#: ../../mod/events.php:86 -msgid "Event title and start time are required." -msgstr "Händelsen behöver titel och starttid." +#: ../../mod/settings.php:832 +msgid "Don't show emoticons" +msgstr "Visa inte känsloikoner" -#: ../../mod/events.php:100 -msgid "Event not found." -msgstr "Händelsen hittades inte." +#: ../../mod/settings.php:833 +msgid "Link post titles to source" +msgstr "Länka inläggstitlar till källan" -#: ../../mod/events.php:369 -msgid "l, F j" -msgstr "l, j F" +#: ../../mod/settings.php:834 +msgid "System Page Layout Editor - (advanced)" +msgstr "Redigera systemets sidlayout (avancerat)" -#: ../../mod/events.php:391 -msgid "Edit event" -msgstr "Redigera händelse" +#: ../../mod/settings.php:837 +msgid "Use blog/list mode on channel page" +msgstr "Använd blogg-/listläge på kanalsida" -#: ../../mod/events.php:443 -msgid "Create New Event" -msgstr "Skapa ny händelse" +#: ../../mod/settings.php:837 ../../mod/settings.php:838 +msgid "(comments displayed separately)" +msgstr "(kommentarer visas separat)" -#: ../../mod/events.php:444 ../../mod/photos.php:859 -msgid "Previous" -msgstr "Föregående" +#: ../../mod/settings.php:838 +msgid "Use blog/list mode on matrix page" +msgstr "Använd blogg-/listläge på matrissida" -#: ../../mod/events.php:446 -msgid "Export" -msgstr "Exportera" +#: ../../mod/settings.php:839 +msgid "Channel page max height of content (in pixels)" +msgstr "Maxhöjd för innehåll på kanalsidor (i pixels)" -#: ../../mod/events.php:571 -msgid "Event details" -msgstr "Detaljer för händelse" +#: ../../mod/settings.php:839 ../../mod/settings.php:840 +msgid "click to expand content exceeding this height" +msgstr "klicka för att fälla ut innehåll som överskrider den här höjden" -#: ../../mod/events.php:572 -msgid "Starting date and Title are required." -msgstr "Startdatum och titel är obligatoriska." +#: ../../mod/settings.php:840 +msgid "Matrix page max height of content (in pixels)" +msgstr "Maxhöjd för innehåll på matrissidan (i pixels)" -#: ../../mod/events.php:574 -msgid "Categories (comma-separated list)" -msgstr "Kategorier (kommaseparerad lista)" +#: ../../mod/settings.php:874 +msgid "Nobody except yourself" +msgstr "Ingen utom dig själv" -#: ../../mod/events.php:576 -msgid "Event Starts:" -msgstr "Händelsen börjar:" +#: ../../mod/settings.php:875 +msgid "Only those you specifically allow" +msgstr "Endast utvalda" -#: ../../mod/events.php:576 ../../mod/events.php:592 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 -msgid "Required" -msgstr "Behövs" +#: ../../mod/settings.php:876 +msgid "Approved connections" +msgstr "Godkända kontakter" -#: ../../mod/events.php:582 -msgid "Finish date/time is not known or not relevant" -msgstr "Slutdatum/tid är okänt eller inte relevant" +#: ../../mod/settings.php:877 +msgid "Any connections" +msgstr "Alla kontakter" -#: ../../mod/events.php:584 -msgid "Event Finishes:" -msgstr "Händelsen slutar:" +#: ../../mod/settings.php:878 +msgid "Anybody on this website" +msgstr "Vem som helst på den här servern" -#: ../../mod/events.php:586 -msgid "Adjust for viewer timezone" -msgstr "Justera för betraktarens tidszon" +#: ../../mod/settings.php:879 +msgid "Anybody in this network" +msgstr "Vem som helst i det här nätverket" -#: ../../mod/events.php:588 -msgid "Description:" -msgstr "Beskrivning:" +#: ../../mod/settings.php:880 +msgid "Anybody authenticated" +msgstr "Vem som helst som har autentiserat sig" -#: ../../mod/events.php:592 -msgid "Title:" -msgstr "Titel:" +#: ../../mod/settings.php:881 +msgid "Anybody on the internet" +msgstr "Vem som helst på Internet" -#: ../../mod/events.php:594 -msgid "Share this event" -msgstr "Dela den här händelsen" +#: ../../mod/settings.php:955 +msgid "Publish your default profile in the network directory" +msgstr "Publicera din standardprofil i nätverkskatalogen" -#: ../../mod/pubsites.php:16 -msgid "Public Sites" -msgstr "Offentliga servrar" +#: ../../mod/settings.php:960 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Tillåt oss att föreslå dig som möjlig vän för nya medlemmar" -#: ../../mod/pubsites.php:19 -msgid "" -"The listed sites allow public registration into the Red Matrix. All sites in" -" the matrix are interlinked so membership on any of them conveys membership " -"in the matrix as a whole. Some sites may require subscription or provide " -"tiered service plans. The provider links may provide " -"additional details." -msgstr "De listade servrarna tillåter offentlig registrering i Red Matrix. Alla servrar i matrisen är sammankopplade, så medlemskap i en av dem medför medlemskap i matrisen som helhet. Vissa servrar kan kräva abonnemang eller erbjuda uppdelade tjänstenivåer. Leverantörslänkarna kan ge ytterligare detaljer." +#: ../../mod/settings.php:964 ../../mod/profile_photo.php:365 +msgid "or" +msgstr "eller" -#: ../../mod/pubsites.php:25 -msgid "Site URL" -msgstr "Server-URL" +#: ../../mod/settings.php:969 +msgid "Your channel address is" +msgstr "Din kanaladress är" -#: ../../mod/pubsites.php:25 -msgid "Access Type" -msgstr "Åtkomsttyp" +#: ../../mod/settings.php:1014 +msgid "Channel Settings" +msgstr "Kanalinställningar" -#: ../../mod/pubsites.php:25 -msgid "Registration Policy" -msgstr "Registreringspolicy" +#: ../../mod/settings.php:1021 +msgid "Basic Settings" +msgstr "Grundläggande inställningar" -#: ../../mod/pubsites.php:25 ../../mod/profiles.php:428 -msgid "Location" -msgstr "Plats" +#: ../../mod/settings.php:1024 +msgid "Your Timezone:" +msgstr "Din tidszon:" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "Du måste vara inloggad för att se den här sidan." +#: ../../mod/settings.php:1025 +msgid "Default Post Location:" +msgstr "Standardplats:" -#: ../../mod/channel.php:87 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Otillräckliga behörigheter. Förfrågan omdirigerad till profilsidan." +#: ../../mod/settings.php:1025 +msgid "Geographical location to display on your posts" +msgstr "Geografisk plats att visa för dina inlägg" -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "Välj en bokmärkeskatalog" +#: ../../mod/settings.php:1026 +msgid "Use Browser Location:" +msgstr "Använd webbläsarens position:" -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "Spara bokmärke" +#: ../../mod/settings.php:1028 +msgid "Adult Content" +msgstr "Innehåll olämpligt för barn" -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "Bokmärkets URL" +#: ../../mod/settings.php:1028 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Den här kanalen publicerar ofta eller regelbundet innehåll som är olämpligt för barn. (Tagga allt pornografiskt material och/eller nakenhet med #NSFW, tack)" -#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 -msgid "Description" -msgstr "Beskrivning" +#: ../../mod/settings.php:1030 +msgid "Security and Privacy Settings" +msgstr "Säkerhets- och integritetsinställningar" -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -msgstr "Eller ange nytt namn på bokmärkeskatalog" +#: ../../mod/settings.php:1032 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "Dina behörigheter har redan ställts in. Klicka för att visa/ändra" -#: ../../mod/chat.php:167 -msgid "Room not found" -msgstr "Rum hittas inte" +#: ../../mod/settings.php:1034 +msgid "Hide my online presence" +msgstr "Visa inte min online-närvaro" -#: ../../mod/chat.php:178 -msgid "Leave Room" -msgstr "Lämna rummet" +#: ../../mod/settings.php:1034 +msgid "Prevents displaying in your profile that you are online" +msgstr "Förhindrar att det syns i din profil att du är online" -#: ../../mod/chat.php:179 -msgid "Delete This Room" -msgstr "Ta bort det här rummet" +#: ../../mod/settings.php:1036 +msgid "Simple Privacy Settings:" +msgstr "Enkla integritetsinställningar:" -#: ../../mod/chat.php:180 -msgid "I am away right now" -msgstr "Jag är borta för tillfället" +#: ../../mod/settings.php:1037 +msgid "" +"Very Public - extremely permissive (should be used with caution)" +msgstr "Väldigt offentligt - extremt tillåtande (bör användas försiktigt)" -#: ../../mod/chat.php:181 -msgid "I am online" -msgstr "Jag är online" +#: ../../mod/settings.php:1038 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "Typiskt - offentligt som standard, privat när så önskas (liknande behörigheter som på sociala nätverk men med förbättrad integritet)" -#: ../../mod/chat.php:183 -msgid "Bookmark this room" -msgstr "Bokmärk det här rummet" +#: ../../mod/settings.php:1039 +msgid "Private - default private, never open or public" +msgstr "Privat - privat som standard, aldrig öppet eller offentligt" -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" -msgstr "Nytt chattrum" +#: ../../mod/settings.php:1040 +msgid "Blocked - default blocked to/from everybody" +msgstr "Blockera - som standard blockerat till/från alla" -#: ../../mod/chat.php:208 -msgid "Chatroom Name" -msgstr "Namn på chattrum" +#: ../../mod/settings.php:1042 +msgid "Allow others to tag your posts" +msgstr "Låt andra tagga dina inlägg" -#: ../../mod/chat.php:225 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "%1$ss chattrum" +#: ../../mod/settings.php:1042 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Ofta använt av gemenskapen för att i efterhand flagga olämpligt innehåll" -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Borta" +#: ../../mod/settings.php:1044 +msgid "Advanced Privacy Settings" +msgstr "Avancerade integritetsinställningar" -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "Online" +#: ../../mod/settings.php:1046 +msgid "Expire other channel content after this many days" +msgstr "Låt annat kanalinnehåll upphöra efter efter så här många dagar" -#: ../../mod/regmod.php:11 -msgid "Please login." -msgstr "Logga in." +#: ../../mod/settings.php:1046 +msgid "0 or blank prevents expiration" +msgstr "0 eller blankt förhindrar upphörande" -#: ../../mod/editpost.php:20 ../../mod/editblock.php:79 -#: ../../mod/editblock.php:95 ../../mod/editlayout.php:78 -#: ../../mod/editwebpage.php:77 -msgid "Item not found" -msgstr "Posten hittas inte" +#: ../../mod/settings.php:1047 +msgid "Maximum Friend Requests/Day:" +msgstr "Högsta antal vänförfrågningar per dag:" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Posten går ej att redigera" +#: ../../mod/settings.php:1047 +msgid "May reduce spam activity" +msgstr "Kan reducera spamaktivitet" -#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 -msgid "Edit post" -msgstr "Redigera inlägg" +#: ../../mod/settings.php:1048 +msgid "Default Post Permissions" +msgstr "Standardbehörighet för inlägg" -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Ta bort posten?" +#: ../../mod/settings.php:1053 +msgid "Channel permissions category:" +msgstr "Kanalens behörighetskategori:" -#: ../../mod/editpost.php:116 ../../mod/editblock.php:147 -#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:178 -msgid "Insert YouTube video" -msgstr "Infoga Youtube-video" +#: ../../mod/settings.php:1059 +msgid "Maximum private messages per day from unknown people:" +msgstr "Högsta antal privata meddelanden per dag från okända personer:" -#: ../../mod/editpost.php:117 ../../mod/editblock.php:148 -#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:179 -msgid "Insert Vorbis [.ogg] video" -msgstr "Infoga Vorbis [.ogg]-video" +#: ../../mod/settings.php:1059 +msgid "Useful to reduce spamming" +msgstr "Användbart för att minska skräputskick" -#: ../../mod/editpost.php:118 ../../mod/editblock.php:149 -#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:180 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Infoga Vorbis [.ogg]-ljud" +#: ../../mod/settings.php:1062 +msgid "Notification Settings" +msgstr "Notifieringsinställningar" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Borttagning av kanal tillåts inte inom 48 timmar efter att kontolösenordet har ändrats." +#: ../../mod/settings.php:1063 +msgid "By default post a status message when:" +msgstr "Skicka som standard ett statusmeddelande när:" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" -msgstr "Ta bort den här kanalen" +#: ../../mod/settings.php:1064 +msgid "accepting a friend request" +msgstr "du accepterar en vänförfrågan" -#: ../../mod/removeme.php:58 -msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." -msgstr "Det här kommer att ta bort den här kanalen helt från nätverket. När det är gjort går det inte att återställa den." +#: ../../mod/settings.php:1065 +msgid "joining a forum/community" +msgstr "du går med i ett forum/en gemenskap" -#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 -msgid "Please enter your password for verification:" -msgstr "Ange ditt lösenord för att bekräfta:" +#: ../../mod/settings.php:1066 +msgid "making an interesting profile change" +msgstr "du gör en intressant ändring av profilen" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" -msgstr "Ta bort den här kanalen och alla dess kloner från nätverket" +#: ../../mod/settings.php:1067 +msgid "Send a notification email when:" +msgstr "Skicka en notifiering via e-post när:" -#: ../../mod/removeme.php:60 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "Som standard kommer bara den här hubbens instans av kanalen att tas bort från nätverket" +#: ../../mod/settings.php:1068 +msgid "You receive a connection request" +msgstr "Du får en kontaktförfrågan" -#: ../../mod/removeme.php:61 -msgid "Remove Channel" -msgstr "Ta bort kanal" +#: ../../mod/settings.php:1069 +msgid "Your connections are confirmed" +msgstr "Dina kontakter bekräftas" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Ingen kanal." +#: ../../mod/settings.php:1070 +msgid "Someone writes on your profile wall" +msgstr "Någon skriver på din profilvägg" -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Gemensamma kontakter" +#: ../../mod/settings.php:1071 +msgid "Someone writes a followup comment" +msgstr "Någon skriver en uppföljande kommentar" -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Inga gemensamma kontakter." +#: ../../mod/settings.php:1072 +msgid "You receive a private message" +msgstr "Du tar emot ett privat meddelande" -#: ../../mod/rmagic.php:38 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Vi drabbades av ett problem vid inloggningen med OpenID:t du uppgav. Kontrollera att ID:t är korrekt stavat." +#: ../../mod/settings.php:1073 +msgid "You receive a friend suggestion" +msgstr "Du tar emot ett vänförslag" -#: ../../mod/rmagic.php:38 -msgid "The error message was:" -msgstr "Felmeddelandet var:" +#: ../../mod/settings.php:1074 +msgid "You are tagged in a post" +msgstr "Du taggas i ett inlägg" -#: ../../mod/rmagic.php:42 -msgid "Authentication failed." -msgstr "Inloggning misslyckades." +#: ../../mod/settings.php:1075 +msgid "You are poked/prodded/etc. in a post" +msgstr "Du puffas/stöts till/etc. i ett inlägg" -#: ../../mod/rmagic.php:82 -msgid "Remote Authentication" -msgstr "Fjärrinloggning" +#: ../../mod/settings.php:1078 +msgid "Show visual notifications including:" +msgstr "Visa visuella notifieringar vid:" -#: ../../mod/rmagic.php:83 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Ange din kanaladress (t.ex. kanal@example.com)" +#: ../../mod/settings.php:1080 +msgid "Unseen matrix activity" +msgstr "Oläst matrisaktivitet" -#: ../../mod/rmagic.php:84 -msgid "Authenticate" -msgstr "Autentisera" +#: ../../mod/settings.php:1081 +msgid "Unseen channel activity" +msgstr "Oläst kanalaktivitet" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Inget giltigt konto hittades." +#: ../../mod/settings.php:1082 +msgid "Unseen private messages" +msgstr "Olästa privata meddelanden" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "Lösenordsåterställning har skickats. Kontrollera din e-post." +#: ../../mod/settings.php:1082 ../../mod/settings.php:1087 +#: ../../mod/settings.php:1088 ../../mod/settings.php:1089 +msgid "Recommended" +msgstr "Rekommenderas" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Servermedlem (%s)" +#: ../../mod/settings.php:1083 +msgid "Upcoming events" +msgstr "Kommande händelser" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "Lösenordsåterställning begärd på %s" +#: ../../mod/settings.php:1084 +msgid "Events today" +msgstr "Dagens händelser" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Begäran kunde inte bekräftas. (Du kan ha skickat den tidigare.) Lösenordsåterställningen misslyckades." +#: ../../mod/settings.php:1085 +msgid "Upcoming birthdays" +msgstr "Kommande födelsedagar" -#: ../../mod/lostpass.php:85 ../../boot.php:1548 -msgid "Password Reset" -msgstr "Lösenordsåterställning" +#: ../../mod/settings.php:1085 +msgid "Not available in all themes" +msgstr "Inte tillgänglig i alla teman" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "Ditt lösenord har återställts som begärt." +#: ../../mod/settings.php:1086 +msgid "System (personal) notifications" +msgstr "Systemmeddelanden (personliga)" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "Ditt nya lösenord är" +#: ../../mod/settings.php:1087 +msgid "System info messages" +msgstr "Systemmeddelanden" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Spara eller kopiera ditt nya lösenord - " +#: ../../mod/settings.php:1088 +msgid "System critical alerts" +msgstr "Systemkritiska varningar" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "klicka sedan här för att logga in" +#: ../../mod/settings.php:1089 +msgid "New connections" +msgstr "Nya kontakter" -#: ../../mod/lostpass.php:90 +#: ../../mod/settings.php:1090 +msgid "System Registrations" +msgstr "Systemregistreringar" + +#: ../../mod/settings.php:1091 msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Ditt lösenord kan bytas från sidan Inställningar när du är inloggad." +"Also show new wall posts, private messages and connections under Notices" +msgstr "Visa även nya väggmeddelanden, privata meddelanden, och anslutningar under Meddelanden" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "Ditt lösenord byttes på %s" +#: ../../mod/settings.php:1093 +msgid "Notify me of events this many days in advance" +msgstr "Meddela mig om händelser så här många dagar i förväg" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Glömt lösenordet?" +#: ../../mod/settings.php:1093 +msgid "Must be greater than 0" +msgstr "Måste vara större än 0" -#: ../../mod/lostpass.php:123 +#: ../../mod/settings.php:1095 +msgid "Advanced Account/Page Type Settings" +msgstr "Avancerade konto-/sidtypsinställningar" + +#: ../../mod/settings.php:1096 +msgid "Change the behaviour of this account for special situations" +msgstr "Ändra det här kontots beteende i särskilda situationer" + +#: ../../mod/settings.php:1099 msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Ange din e-postadress och skicka för att återställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner." +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" +msgstr "Aktivera expertläge (i Inställningar > Ytterligare funktioner) för att göra ändringar!" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "E-postadress" +#: ../../mod/settings.php:1100 +msgid "Miscellaneous Settings" +msgstr "Diverse inställningar" -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Återställ" +#: ../../mod/settings.php:1102 +msgid "Personal menu to display in your channel pages" +msgstr "Personlig meny att visa i dina kanalsidor" + +#: ../../mod/settings.php:1103 +msgid "Remove this channel" +msgstr "Ta bort den här kanalen" #: ../../mod/connections.php:37 ../../mod/connedit.php:64 msgid "Could not access contact record." @@ -5592,17 +5481,40 @@ msgstr "Sök bland dina kontakter" msgid "Finding: " msgstr "Sökning efter: " -#: ../../mod/ping.php:265 -msgid "sent you a private message" -msgstr "skickade ett privat meddelande till dig" +#: ../../mod/manage.php:138 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Du har skapat %1$.0f av %2$.0f tillåtna kanaler." -#: ../../mod/ping.php:316 -msgid "added your channel" -msgstr "lade till din kanal" +#: ../../mod/manage.php:146 +msgid "Create a new channel" +msgstr "Skapa en ny kanal" -#: ../../mod/ping.php:357 -msgid "posted an event" -msgstr "skapade en händelse" +#: ../../mod/manage.php:151 +msgid "Current Channel" +msgstr "Nuvarande kanal" + +#: ../../mod/manage.php:153 +msgid "Switch to one of your channels by selecting it." +msgstr "Växla till en av dina kanaler genom att välja den." + +#: ../../mod/manage.php:154 +msgid "Default Channel" +msgstr "Standardkanal" + +#: ../../mod/manage.php:155 +msgid "Make Default" +msgstr "Gör till standard" + +#: ../../mod/manage.php:158 +#, php-format +msgid "%d new messages" +msgstr "%d nya meddelanden" + +#: ../../mod/manage.php:159 +#, php-format +msgid "%d new introductions" +msgstr "%d nya presentationer" #: ../../mod/connedit.php:189 msgid "is now connected to" @@ -5992,141 +5904,6 @@ msgstr "Ingen säker kommunikationskanal tillgänglig. Du kan möjligtvi msgid "Send Reply" msgstr "Skicka svar" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "Information om sidans ägare kunde inte hittas." - -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Albumet hittades inte." - -#: ../../mod/photos.php:119 ../../mod/photos.php:672 -msgid "Delete Album" -msgstr "Ta bort album" - -#: ../../mod/photos.php:159 ../../mod/photos.php:958 -msgid "Delete Photo" -msgstr "Ta bort foto" - -#: ../../mod/photos.php:469 -msgid "No photos selected" -msgstr "Inga foton valda" - -#: ../../mod/photos.php:513 -msgid "Access to this item is restricted." -msgstr "Åtkomst till den här posten är begränsat." - -#: ../../mod/photos.php:552 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "%1$.2f MB av %2$.2f MB fotolagring använt." - -#: ../../mod/photos.php:555 -#, php-format -msgid "%1$.2f MB photo storage used." -msgstr "%1$.2f MB fotolagring använt." - -#: ../../mod/photos.php:579 -msgid "Upload Photos" -msgstr "Ladda upp foton" - -#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:943 -msgid "Enter a new album name" -msgstr "Ange ett nytt albumnamn" - -#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:944 -msgid "or select an existing one (doubleclick)" -msgstr "eller välj ett befintligt (dubbelklicka)" - -#: ../../mod/photos.php:585 -msgid "Do not show a status post for this upload" -msgstr "Visa inte en statusuppdatering för den här uppladdningen" - -#: ../../mod/photos.php:613 -msgid "Album name could not be decoded" -msgstr "Albumnamn kunde inte tolkas" - -#: ../../mod/photos.php:654 ../../mod/photos.php:1167 -#: ../../mod/photos.php:1183 -msgid "Contact Photos" -msgstr "Kontaktfoton" - -#: ../../mod/photos.php:678 -msgid "Show Newest First" -msgstr "Visa nyast först" - -#: ../../mod/photos.php:680 -msgid "Show Oldest First" -msgstr "Visa äldst först" - -#: ../../mod/photos.php:707 ../../mod/photos.php:1215 -msgid "View Photo" -msgstr "Visa foto" - -#: ../../mod/photos.php:736 -msgid "Edit Album" -msgstr "Redigera album" - -#: ../../mod/photos.php:781 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Behörighet saknas. Åtkomst till den här posten kan vara begränsat." - -#: ../../mod/photos.php:783 -msgid "Photo not available" -msgstr "Foto inte tillgängligt" - -#: ../../mod/photos.php:841 -msgid "Use as profile photo" -msgstr "Använd som profilfoto" - -#: ../../mod/photos.php:848 -msgid "Private Photo" -msgstr "Privat foto" - -#: ../../mod/photos.php:863 -msgid "View Full Size" -msgstr "Visa fullstorlek" - -#: ../../mod/photos.php:937 -msgid "Edit photo" -msgstr "Redigera foto" - -#: ../../mod/photos.php:939 -msgid "Rotate CW (right)" -msgstr "Rotera medurs (höger)" - -#: ../../mod/photos.php:940 -msgid "Rotate CCW (left)" -msgstr "Rotera moturs (vänster)" - -#: ../../mod/photos.php:947 -msgid "Caption" -msgstr "Bildtext" - -#: ../../mod/photos.php:949 -msgid "Add a Tag" -msgstr "Lägg till en tagg" - -#: ../../mod/photos.php:953 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "Exempel: @bob, @Barbara_Jensen, @jim@example.com" - -#: ../../mod/photos.php:956 -msgid "Flag as adult in album view" -msgstr "Flagga som olämpligt för barn i albumvyn" - -#: ../../mod/photos.php:1133 -msgid "In This Photo:" -msgstr "På fotot:" - -#: ../../mod/photos.php:1221 -msgid "View Album" -msgstr "Visa album" - -#: ../../mod/photos.php:1244 -msgid "Recent Photos" -msgstr "Nya foton" - #: ../../mod/bookmarks.php:38 msgid "Bookmark added" msgstr "Bokmärke tillagt" @@ -6437,27 +6214,27 @@ msgstr "Behörighet saknas." msgid "File not found." msgstr "Filen hittas inte." -#: ../../mod/filestorage.php:131 +#: ../../mod/filestorage.php:135 msgid "Edit file permissions" msgstr "Redigera filrättigheter" -#: ../../mod/filestorage.php:140 +#: ../../mod/filestorage.php:144 msgid "Set/edit permissions" msgstr "Ställ in/ändra behörigheter" -#: ../../mod/filestorage.php:141 +#: ../../mod/filestorage.php:145 msgid "Include all files and sub folders" msgstr "Inkludera alla filer och underkataloger" -#: ../../mod/filestorage.php:142 +#: ../../mod/filestorage.php:146 msgid "Return to file list" msgstr "Återgå till fillistan" -#: ../../mod/filestorage.php:144 +#: ../../mod/filestorage.php:148 msgid "Copy/paste this code to attach file to a post" msgstr "Kopiera/klistra in den här koden för att bifoga filen i ett inlägg" -#: ../../mod/filestorage.php:145 +#: ../../mod/filestorage.php:149 msgid "Copy/paste this URL to link file from a web page" msgstr "Kopiera/klistra in den här URL:en för att länka till filen från en webbsida" @@ -6642,16 +6419,16 @@ msgstr "Tomt inlägg förkastat." msgid "Executable content type not permitted to this channel." msgstr "Körbart innehåll tillåts inte i den här kanalen." -#: ../../mod/item.php:899 +#: ../../mod/item.php:902 msgid "System error. Post not saved." msgstr "Systemfel. Inlägget inte sparat." -#: ../../mod/item.php:1117 +#: ../../mod/item.php:1120 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "Du har nått din gräns på %1$.0f toppnivåinlägg." -#: ../../mod/item.php:1123 +#: ../../mod/item.php:1126 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Du har nått din gräns på %1$.0f webbsidor." @@ -6675,262 +6452,390 @@ msgstr "Layoutnamn" msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s taggade%2$ss %3$s med %4$s" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 -#: ../../mod/profiles.php:222 ../../mod/profiles.php:565 -msgid "Profile not found." -msgstr "Profil hittades inte." +#: ../../mod/setup.php:166 +msgid "Red Matrix Server - Setup" +msgstr "Red Matrix-server - inställningar" -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profil borttagen." +#: ../../mod/setup.php:172 +msgid "Could not connect to database." +msgstr "Kunde inte ansluta till databasen." -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Profil-" +#: ../../mod/setup.php:176 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS." -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "Ny profil skapad." +#: ../../mod/setup.php:183 +msgid "Could not create table." +msgstr "Kunde inte skapa tabell." -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "Profil inte tillgänglig för kloning." +#: ../../mod/setup.php:189 +msgid "Your site database has been installed." +msgstr "Din serverdatabas har installerats." -#: ../../mod/profiles.php:136 -msgid "Profile unavailable to export." -msgstr "Profil inte tillgänglig för export." +#: ../../mod/setup.php:194 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "Du kan behöva importera filen \"install/schema_xxx.sql\" manuellt med en databasklient." -#: ../../mod/profiles.php:232 -msgid "Profile Name is required." -msgstr "Profilnamn krävs." +#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:663 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Se filen \"install/INSTALL.txt\"." + +#: ../../mod/setup.php:261 +msgid "System check" +msgstr "Systemkontroll" + +#: ../../mod/setup.php:266 +msgid "Check again" +msgstr "Kontrollera igen" + +#: ../../mod/setup.php:289 +msgid "Database connection" +msgstr "Databasanslutning" + +#: ../../mod/setup.php:290 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas." + +#: ../../mod/setup.php:291 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Kontakta din servervärd eller administratör om du har frågor om de här inställningarna." + +#: ../../mod/setup.php:292 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Databasen du anger nedan måste finnas. Om den inte gör det, skapa den innan du fortsätter." + +#: ../../mod/setup.php:296 +msgid "Database Server Name" +msgstr "Databasserver" + +#: ../../mod/setup.php:296 +msgid "Default is localhost" +msgstr "Standard är localhost" + +#: ../../mod/setup.php:297 +msgid "Database Port" +msgstr "Databasport" + +#: ../../mod/setup.php:297 +msgid "Communication port number - use 0 for default" +msgstr "Kommunikationsportnummer - använd 0 för standardinställning" + +#: ../../mod/setup.php:298 +msgid "Database Login Name" +msgstr "Loginnamn till databas" + +#: ../../mod/setup.php:299 +msgid "Database Login Password" +msgstr "Lösenord till databas" + +#: ../../mod/setup.php:300 +msgid "Database Name" +msgstr "Databasnamn" + +#: ../../mod/setup.php:301 +msgid "Database Type" +msgstr "Databastyp" + +#: ../../mod/setup.php:303 ../../mod/setup.php:347 +msgid "Site administrator email address" +msgstr "Serveradministratörens e-postadress" -#: ../../mod/profiles.php:378 -msgid "Marital Status" -msgstr "Civilstånd" +#: ../../mod/setup.php:303 ../../mod/setup.php:347 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Ditt kontos e-postadress måste stämma med den här för att webbgränssnittet för administration ska kunna användas." -#: ../../mod/profiles.php:382 -msgid "Romantic Partner" -msgstr "Romantisk partner" +#: ../../mod/setup.php:304 ../../mod/setup.php:349 +msgid "Website URL" +msgstr "Webbplatsens URL" -#: ../../mod/profiles.php:386 -msgid "Likes" -msgstr "Gillar" +#: ../../mod/setup.php:304 ../../mod/setup.php:349 +msgid "Please use SSL (https) URL if available." +msgstr "Ange en URL med SSL (https) om tillgängligt" -#: ../../mod/profiles.php:390 -msgid "Dislikes" -msgstr "Ogillar" +#: ../../mod/setup.php:307 ../../mod/setup.php:352 +msgid "Please select a default timezone for your website" +msgstr "Välj en standardtidszon för din webbplats" -#: ../../mod/profiles.php:394 -msgid "Work/Employment" -msgstr "Arbete/sysselsättning" +#: ../../mod/setup.php:335 +msgid "Site settings" +msgstr "Serverinställningar" -#: ../../mod/profiles.php:397 -msgid "Religion" -msgstr "Religion" +#: ../../mod/setup.php:395 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH." -#: ../../mod/profiles.php:401 -msgid "Political Views" -msgstr "Politisk åskådning" +#: ../../mod/setup.php:396 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "Om du inte har en kommandoradsversion av PHP installerad på servern kommer du inte att kunna köra bakgrundshämtning via cron." -#: ../../mod/profiles.php:405 -msgid "Gender" -msgstr "Kön" +#: ../../mod/setup.php:400 +msgid "PHP executable path" +msgstr "Sökväg till PHP-programmet" -#: ../../mod/profiles.php:409 -msgid "Sexual Preference" -msgstr "Sexuell preferens" +#: ../../mod/setup.php:400 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen." -#: ../../mod/profiles.php:413 -msgid "Homepage" -msgstr "Hemsida" +#: ../../mod/setup.php:405 +msgid "Command line PHP" +msgstr "Kommandorads-PHP" -#: ../../mod/profiles.php:417 -msgid "Interests" -msgstr "Intressen" +#: ../../mod/setup.php:414 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Kommandoradsversionen av PHP på ditt system har inte \"register_argc_argv\" aktiverat." -#: ../../mod/profiles.php:421 ../../mod/admin.php:866 -msgid "Address" -msgstr "Adress" +#: ../../mod/setup.php:415 +msgid "This is required for message delivery to work." +msgstr "Det här behövs för att meddelandeleverans ska fungera." -#: ../../mod/profiles.php:511 -msgid "Profile updated." -msgstr "Profil uppdaterad." +#: ../../mod/setup.php:417 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" -#: ../../mod/profiles.php:590 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Dölj din kontakt-/vänlista för de som ser den här profilen" +#: ../../mod/setup.php:438 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Fel: \"openssl_pkey_new\"-funktionen på det här systemet kan inte generera kryptonycklar" -#: ../../mod/profiles.php:632 -msgid "Edit Profile Details" -msgstr "Redigera profildetaljer" +#: ../../mod/setup.php:439 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/profiles.php:634 -msgid "View this profile" -msgstr "Visa den här profilen" +#: ../../mod/setup.php:441 +msgid "Generate encryption keys" +msgstr "Generera kryptonycklar" -#: ../../mod/profiles.php:636 -msgid "Change Profile Photo" -msgstr "Byt profilfoto" +#: ../../mod/setup.php:448 +msgid "libCurl PHP module" +msgstr "PHP-modulen libCurl" -#: ../../mod/profiles.php:637 -msgid "Create a new profile using these settings" -msgstr "Skapa en ny profil utifrån de här inställningarna" +#: ../../mod/setup.php:449 +msgid "GD graphics PHP module" +msgstr "PHP-modulen GD graphics" -#: ../../mod/profiles.php:638 -msgid "Clone this profile" -msgstr "Klona den här profilen" +#: ../../mod/setup.php:450 +msgid "OpenSSL PHP module" +msgstr "PHP-modulen OpenSSL" -#: ../../mod/profiles.php:639 -msgid "Delete this profile" -msgstr "Ta bort den här profilen" +#: ../../mod/setup.php:451 +msgid "mysqli or postgres PHP module" +msgstr "PHP-modulen mysqli eller postgres" -#: ../../mod/profiles.php:641 -msgid "Import profile from file" -msgstr "Importera profil från fil" +#: ../../mod/setup.php:452 +msgid "mb_string PHP module" +msgstr "PHP-modulen mb_string" -#: ../../mod/profiles.php:642 -msgid "Export profile to file" -msgstr "Exportera profil som fil" +#: ../../mod/setup.php:453 +msgid "mcrypt PHP module" +msgstr "PHP-modulen mcrypt" -#: ../../mod/profiles.php:643 -msgid "Profile Name:" -msgstr "Profilnamn:" +#: ../../mod/setup.php:458 ../../mod/setup.php:460 +msgid "Apache mod_rewrite module" +msgstr "Apache-modulen mod_rewrite" -#: ../../mod/profiles.php:644 -msgid "Your Full Name:" -msgstr "Ditt fulllständiga namn:" +#: ../../mod/setup.php:458 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad." -#: ../../mod/profiles.php:645 -msgid "Title/Description:" -msgstr "Titel/beskrivning:" +#: ../../mod/setup.php:464 ../../mod/setup.php:467 +msgid "proc_open" +msgstr "proc_open" -#: ../../mod/profiles.php:646 -msgid "Your Gender:" -msgstr "Ditt kön:" +#: ../../mod/setup.php:464 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini" -#: ../../mod/profiles.php:647 -msgid "Birthday :" -msgstr "Födelsedag:" +#: ../../mod/setup.php:472 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Fel: PHP-modulen libCURL krävs men är inte installerad." -#: ../../mod/profiles.php:648 -msgid "Street Address:" -msgstr "Gatuadress:" +#: ../../mod/setup.php:476 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad." -#: ../../mod/profiles.php:649 -msgid "Locality/City:" -msgstr "Ort:" +#: ../../mod/setup.php:480 +msgid "Error: openssl PHP module required but not installed." +msgstr "Fel: PHP-modulen openssl krävs men är inte installerad." -#: ../../mod/profiles.php:650 -msgid "Postal/Zip Code:" -msgstr "Postnummer:" +#: ../../mod/setup.php:484 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." +msgstr "Fel: en av PHP-modulerna mysqli eller postgres krävs men är inte installerad." -#: ../../mod/profiles.php:651 -msgid "Country:" -msgstr "Land:" +#: ../../mod/setup.php:488 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Fel: PHP-modulen mb_string krävs men är inte installerad." -#: ../../mod/profiles.php:652 -msgid "Region/State:" -msgstr "Region:" +#: ../../mod/setup.php:492 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Fel: PHP-modulen mcrypt krävs men är inte installerad." -#: ../../mod/profiles.php:653 -msgid " Marital Status:" -msgstr " Civilstånd:" +#: ../../mod/setup.php:508 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Webbinstallationen måste kunna skapa filen \".htconfig.php\" i toppkatalogen på din webbserver men kan inte göra det." -#: ../../mod/profiles.php:654 -msgid "Who: (if applicable)" -msgstr "Vem: (om tillämpligt)" +#: ../../mod/setup.php:509 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan." -#: ../../mod/profiles.php:655 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Exempel: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/setup.php:510 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog." -#: ../../mod/profiles.php:656 -msgid "Since [date]:" -msgstr "Sedan [datum]" +#: ../../mod/setup.php:511 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"." -#: ../../mod/profiles.php:658 -msgid "Homepage URL:" -msgstr "Hemsideadress:" +#: ../../mod/setup.php:514 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php är skrivbar" -#: ../../mod/profiles.php:661 -msgid "Religious Views:" -msgstr "Religion/livsåskådning:" +#: ../../mod/setup.php:524 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen." -#: ../../mod/profiles.php:662 -msgid "Keywords:" -msgstr "Nyckelord:" +#: ../../mod/setup.php:525 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "För att spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter till katalogen %s under Reds toppkatalog." -#: ../../mod/profiles.php:665 -msgid "Example: fishing photography software" -msgstr "Exempel: fiske fotografering mjukvara" +#: ../../mod/setup.php:526 ../../mod/setup.php:544 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen." -#: ../../mod/profiles.php:666 -msgid "Used in directory listings" -msgstr "Används i kataloglistningar" +#: ../../mod/setup.php:527 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Observera: som en säkerhetsåtgärd bör du ge webbservern skrivrättighet endast för %s - inte för mallfilerna (.tpl) som finns där." -#: ../../mod/profiles.php:667 -msgid "Tell us about yourself..." -msgstr "Beskriv dig själv..." +#: ../../mod/setup.php:530 +#, php-format +msgid "%s is writable" +msgstr "%s är skrivbar" -#: ../../mod/profiles.php:668 -msgid "Hobbies/Interests" -msgstr "Fritidssysselsättning/intressen" +#: ../../mod/setup.php:543 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog." -#: ../../mod/profiles.php:669 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformation och sociala nätverk" +#: ../../mod/setup.php:547 +msgid "store is writable" +msgstr "store är skrivbar" -#: ../../mod/profiles.php:670 -msgid "My other channels" -msgstr "Mina andra kanaler" +#: ../../mod/setup.php:577 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-åtkomst till den här servern." -#: ../../mod/profiles.php:671 -msgid "Musical interests" -msgstr "Musikintressen" +#: ../../mod/setup.php:578 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "Om du har https-åtkomst till din webbplats eller tillåter anslutningar till TCP-port 443 (https-porten) MÅSTE du använda ett certifikat som kan verifieras av webbläsare. Du FÅR INTE använda självsignerade certifikat!" -#: ../../mod/profiles.php:672 -msgid "Books, literature" -msgstr "Böcker, litteratur" +#: ../../mod/setup.php:579 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "Restriktionen finns eftersom offentliga inlägg från dig kan innehålla till exempel referenser till bilder på din egen hubb." -#: ../../mod/profiles.php:673 -msgid "Television" -msgstr "Tv" +#: ../../mod/setup.php:580 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Om ditt certifikat inte känns igen kommer medlemmar på andra webbplatser (som själv kan ha giltiga certifikat) att få en varning på sin egen webbplats om säkerhetsproblem." -#: ../../mod/profiles.php:674 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/kultur/underhållning" +#: ../../mod/setup.php:581 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Detta kan orsaka problem med användbarheten (inte bara på din egen server) så vi måste trycka på det här kravet." -#: ../../mod/profiles.php:675 -msgid "Love/romance" -msgstr "Kärlek/romantik" +#: ../../mod/setup.php:582 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Det finns leverantörer som utfärdar gratis certifikat som känns igen av webbläsare." -#: ../../mod/profiles.php:676 -msgid "Work/employment" -msgstr "Arbete/sysselsättning" +#: ../../mod/setup.php:584 +msgid "SSL certificate validation" +msgstr "SSL-certifikatvalidering" -#: ../../mod/profiles.php:677 -msgid "School/education" -msgstr "Skola/utbildning" +#: ../../mod/setup.php:590 +msgid "" +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "Url rewrite i .htaccess fungerar inte. Kolla din serverkonfiguration. Test: " -#: ../../mod/profiles.php:683 -msgid "This is your default profile." -msgstr "Det här är din standardprofil." +#: ../../mod/setup.php:592 +msgid "Url rewrite is working" +msgstr "URL rewrite fungerar" -#: ../../mod/profiles.php:694 ../../mod/directory.php:188 -msgid "Age: " -msgstr "Ålder:" +#: ../../mod/setup.php:602 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot." -#: ../../mod/profiles.php:737 -msgid "Edit/Manage Profiles" -msgstr "Redigera/hantera profiler" +#: ../../mod/setup.php:626 +msgid "Errors encountered creating database tables." +msgstr "Fel inträffade när databastabeller skulle skapas." -#: ../../mod/profiles.php:738 -msgid "Add profile things" -msgstr "Lägg till profilsaker" +#: ../../mod/setup.php:661 +msgid "

    What next

    " +msgstr "

    Nästa steg

    " -#: ../../mod/profiles.php:739 -msgid "Include desirable objects in your profile" -msgstr "Inkludera fina prylar i din profil" +#: ../../mod/setup.php:662 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]" #: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 msgid "Tag removed" @@ -7584,31 +7489,6 @@ msgstr "Fältdefinition hittades inte" msgid "Edit Profile Field" msgstr "Redigera profilfält" -#: ../../mod/manage.php:136 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Du har skapat %1$.0f av %2$.0f tillåtna kanaler." - -#: ../../mod/manage.php:144 -msgid "Create a new channel" -msgstr "Skapa en ny kanal" - -#: ../../mod/manage.php:149 -msgid "Current Channel" -msgstr "Nuvarande kanal" - -#: ../../mod/manage.php:151 -msgid "Attach to one of your channels by selecting it." -msgstr "Anslut till en av dina kanaler genom att välja den." - -#: ../../mod/manage.php:152 -msgid "Default Channel" -msgstr "Standardkanal" - -#: ../../mod/manage.php:153 -msgid "Make Default" -msgstr "Gör till standard" - #: ../../mod/menu.php:31 msgid "Menu updated." msgstr "Meny uppdaterad." @@ -7913,23 +7793,19 @@ msgid "Or import an existing channel from another locatio msgstr "Eller importera en befintlig kanal från en annan plats" #: ../../mod/new_channel.php:118 -msgid "Channel Type" -msgstr "Kanaltyp" - -#: ../../mod/new_channel.php:119 -msgid "?" -msgstr "?" - -#: ../../mod/new_channel.php:120 -msgid "What is this?" -msgstr "Vad är detta?" - -#: ../../mod/new_channel.php:121 msgid "" "Please choose a channel type (such as social networking or community forum) " "and privacy requirements so we can select the best permissions for you" msgstr "Välj en kanaltyp (som till exempel socialt nätverkande eller gemenskapsforum) och integritetskrav, så kan vi välja de bästa behörigheterna åt dig" +#: ../../mod/new_channel.php:119 +msgid "Channel Type" +msgstr "Kanaltyp" + +#: ../../mod/new_channel.php:119 +msgid "Read more about roles" +msgstr "Läs mer om roller" + #: ../../mod/xchan.php:6 msgid "Xchan Lookup" msgstr "Xchan-sökning" @@ -7942,6 +7818,141 @@ msgstr "Sök efter xchan som börjar med (eller webbie): " msgid "invalid target signature" msgstr "ogiltig målsignatur" +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "Information om sidans ägare kunde inte hittas." + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Albumet hittades inte." + +#: ../../mod/photos.php:119 ../../mod/photos.php:672 +msgid "Delete Album" +msgstr "Ta bort album" + +#: ../../mod/photos.php:159 ../../mod/photos.php:955 +msgid "Delete Photo" +msgstr "Ta bort foto" + +#: ../../mod/photos.php:469 +msgid "No photos selected" +msgstr "Inga foton valda" + +#: ../../mod/photos.php:513 +msgid "Access to this item is restricted." +msgstr "Åtkomst till den här posten är begränsat." + +#: ../../mod/photos.php:552 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "%1$.2f MB av %2$.2f MB fotolagring använt." + +#: ../../mod/photos.php:555 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "%1$.2f MB fotolagring använt." + +#: ../../mod/photos.php:579 +msgid "Upload Photos" +msgstr "Ladda upp foton" + +#: ../../mod/photos.php:583 ../../mod/photos.php:665 ../../mod/photos.php:940 +msgid "Enter a new album name" +msgstr "Ange ett nytt albumnamn" + +#: ../../mod/photos.php:584 ../../mod/photos.php:666 ../../mod/photos.php:941 +msgid "or select an existing one (doubleclick)" +msgstr "eller välj ett befintligt (dubbelklicka)" + +#: ../../mod/photos.php:585 +msgid "Do not show a status post for this upload" +msgstr "Visa inte en statusuppdatering för den här uppladdningen" + +#: ../../mod/photos.php:613 +msgid "Album name could not be decoded" +msgstr "Albumnamn kunde inte tolkas" + +#: ../../mod/photos.php:654 ../../mod/photos.php:1164 +#: ../../mod/photos.php:1180 +msgid "Contact Photos" +msgstr "Kontaktfoton" + +#: ../../mod/photos.php:678 +msgid "Show Newest First" +msgstr "Visa nyast först" + +#: ../../mod/photos.php:680 +msgid "Show Oldest First" +msgstr "Visa äldst först" + +#: ../../mod/photos.php:704 ../../mod/photos.php:1212 +msgid "View Photo" +msgstr "Visa foto" + +#: ../../mod/photos.php:733 +msgid "Edit Album" +msgstr "Redigera album" + +#: ../../mod/photos.php:778 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Behörighet saknas. Åtkomst till den här posten kan vara begränsat." + +#: ../../mod/photos.php:780 +msgid "Photo not available" +msgstr "Foto inte tillgängligt" + +#: ../../mod/photos.php:838 +msgid "Use as profile photo" +msgstr "Använd som profilfoto" + +#: ../../mod/photos.php:845 +msgid "Private Photo" +msgstr "Privat foto" + +#: ../../mod/photos.php:860 +msgid "View Full Size" +msgstr "Visa fullstorlek" + +#: ../../mod/photos.php:934 +msgid "Edit photo" +msgstr "Redigera foto" + +#: ../../mod/photos.php:936 +msgid "Rotate CW (right)" +msgstr "Rotera medurs (höger)" + +#: ../../mod/photos.php:937 +msgid "Rotate CCW (left)" +msgstr "Rotera moturs (vänster)" + +#: ../../mod/photos.php:944 +msgid "Caption" +msgstr "Bildtext" + +#: ../../mod/photos.php:946 +msgid "Add a Tag" +msgstr "Lägg till en tagg" + +#: ../../mod/photos.php:950 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Exempel: @bob, @Barbara_Jensen, @jim@example.com" + +#: ../../mod/photos.php:953 +msgid "Flag as adult in album view" +msgstr "Flagga som olämpligt för barn i albumvyn" + +#: ../../mod/photos.php:1130 +msgid "In This Photo:" +msgstr "På fotot:" + +#: ../../mod/photos.php:1218 +msgid "View Album" +msgstr "Visa album" + +#: ../../mod/photos.php:1241 +msgid "Recent Photos" +msgstr "Nya foton" + #: ../../mod/oexchange.php:23 msgid "Unable to find your hub." msgstr "Kunde inte hitta din hubb." @@ -8356,41 +8367,41 @@ msgstr "Oordnade fotoalbum" msgid "Are you a clean desk or a messy desk person?" msgstr "Föredrar du ett tomt eller stökigt skrivbord?" -#: ../../boot.php:1345 +#: ../../boot.php:1347 #, php-format msgid "Update %s failed. See error logs." msgstr "Uppdatering %s misslyckades. Se felloggar." -#: ../../boot.php:1348 +#: ../../boot.php:1350 #, php-format msgid "Update Error at %s" msgstr "Uppdateringsfel på %s" -#: ../../boot.php:1515 +#: ../../boot.php:1517 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Skapa ett konto för att komma åt tjänster och applikationer inom Red Matrix" -#: ../../boot.php:1543 +#: ../../boot.php:1545 msgid "Password" msgstr "Lösenord" -#: ../../boot.php:1544 +#: ../../boot.php:1546 msgid "Remember me" msgstr "Kom ihåg mig" -#: ../../boot.php:1547 +#: ../../boot.php:1549 msgid "Forgot your password?" msgstr "Glömt lösenordet?" -#: ../../boot.php:1628 +#: ../../boot.php:1630 msgid "permission denied" msgstr "behörighet saknas" -#: ../../boot.php:1629 +#: ../../boot.php:1631 msgid "Got Zot?" msgstr "Got Zot?" -#: ../../boot.php:2112 +#: ../../boot.php:2114 msgid "toggle mobile" msgstr "växla mobil" diff --git a/view/sv/strings.php b/view/sv/strings.php index 7cfc355ea..b953a0025 100644 --- a/view/sv/strings.php +++ b/view/sv/strings.php @@ -90,9 +90,6 @@ $a->strings["Created"] = "Skapad"; $a->strings["Edited"] = "Ändrad"; $a->strings["Embedded content"] = "Inbäddat innehåll"; $a->strings["Embedding disabled"] = "Inbäddning inaktiverat"; -$a->strings["Logged out."] = "Utloggad."; -$a->strings["Failed authentication"] = "Inloggning misslyckades"; -$a->strings["Login failed."] = "Inloggning misslyckades."; $a->strings["Image exceeds website size limit of %lu bytes"] = "Bild överskrider webbplatsens storleksbegränsning på %lu byte"; $a->strings["Image file is empty."] = "Bildfil är tom."; $a->strings["Unable to process image"] = "Kunde inte bearbeta bild"; @@ -110,6 +107,20 @@ $a->strings["Redmatrix event notification:"] = "Händelsenotifiering från Redma $a->strings["Starts:"] = "Börjar:"; $a->strings["Finishes:"] = "Slutar:"; $a->strings["Location:"] = "Plats:"; +$a->strings["Item was not found."] = "Posten hittades inte."; +$a->strings["No source file."] = "Ingen källfil."; +$a->strings["Cannot locate file to replace"] = "Kan inte hitta fil att ersätta"; +$a->strings["Cannot locate file to revise/update"] = "Kan inte hitta fil att revidera/uppdatera"; +$a->strings["File exceeds size limit of %d"] = "Filen överskrider storleksbegränsningen %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nått begränsningen %1$.0f megabyte utrymme för bilagor."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten åtgärd."; +$a->strings["Stored file could not be verified. Upload failed."] = "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad."; +$a->strings["Path not available."] = "Sökväg inte tillgänglig."; +$a->strings["Empty pathname"] = "Tom sökväg"; +$a->strings["duplicate filename or path"] = "filnamn eller sökväg finns redan"; +$a->strings["Path not found."] = "Sökväg hittas inte."; +$a->strings["mkdir failed."] = "mkdir misslyckades."; +$a->strings["database storage failed."] = "databaslagring misslyckades."; $a->strings["General Features"] = "Allmänna funktioner"; $a->strings["Content Expiration"] = "Tidsbegränsat innehåll"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Ta bort inlägg/kommentarer och/eller privata meddelanden efter en tid"; @@ -217,11 +228,122 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; +$a->strings["Logged out."] = "Utloggad."; +$a->strings["Failed authentication"] = "Inloggning misslyckades"; +$a->strings["Login failed."] = "Inloggning misslyckades."; $a->strings["Visible to your default audience"] = "Kan ses av förinställda mottagare"; $a->strings["Show"] = "Visa"; $a->strings["Don't show"] = "Visa inte"; $a->strings["Permissions"] = "Behörighet"; $a->strings["Close"] = "Stäng"; +$a->strings["Unable to obtain identity information from database"] = "Kunde inte hämta från databasen"; +$a->strings["Empty name"] = "Tomt namn"; +$a->strings["Name too long"] = "För långt namn"; +$a->strings["No account identifier"] = "Ingen kontoidentifierare"; +$a->strings["Nickname is required."] = "Smeknamn måste anges."; +$a->strings["Reserved nickname. Please choose another."] = "Reserverat smeknamn. Välj ett annat."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Smeknamnet innehåller otillåtna tecken eller är redan upptaget på den här servern."; +$a->strings["Unable to retrieve created identity"] = "Kunde inte hämta den skapade identiteten"; +$a->strings["Default Profile"] = "Standardprofil"; +$a->strings["Friends"] = "Vänner"; +$a->strings["Requested channel is not available."] = "Den begärda kanalen är inte tillgänglig"; +$a->strings["Requested profile is not available."] = "Begärd profil är inte tillgänglig."; +$a->strings["Connect"] = "Ta kontakt"; +$a->strings["Change profile photo"] = "Bytprofilfoto"; +$a->strings["Profiles"] = "Profiler"; +$a->strings["Manage/edit profiles"] = "Hantera/redigera profiler"; +$a->strings["Create New Profile"] = "Skapa ny profil"; +$a->strings["Edit Profile"] = "Redigera profil"; +$a->strings["Profile Image"] = "Profilbild"; +$a->strings["visible to everybody"] = "synlig för alla"; +$a->strings["Edit visibility"] = "Redigera synlighet"; +$a->strings["Gender:"] = "Kön:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Hemsida:"; +$a->strings["Online Now"] = "Online nu"; +$a->strings["g A l F d"] = "l j F \\k\\l G"; +$a->strings["F d"] = "j F"; +$a->strings["[today]"] = "[i dag]"; +$a->strings["Birthday Reminders"] = "Födelsedagspåminnelser"; +$a->strings["Birthdays this week:"] = "Födelsedagar den här veckan:"; +$a->strings["[No description]"] = "[Ingen beskrivning]"; +$a->strings["Event Reminders"] = "Händelsepåminnelser"; +$a->strings["Events this week:"] = "Händelser den här veckan:"; +$a->strings["Profile"] = "Profil"; +$a->strings["Full Name:"] = "Fullständigt namn:"; +$a->strings["Like this channel"] = "Gilla den här kanalen"; +$a->strings["j F, Y"] = "j F Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Födelsedag:"; +$a->strings["Age:"] = "Ålder:"; +$a->strings["for %1\$d %2\$s"] = "i %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Sexuell preferens:"; +$a->strings["Hometown:"] = "Hemort:"; +$a->strings["Tags:"] = "Taggar:"; +$a->strings["Political Views:"] = "Politisk åskådning:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["About:"] = "Om:"; +$a->strings["Hobbies/Interests:"] = "Fritidssysselsättning/intressen:"; +$a->strings["Likes:"] = "Gillar:"; +$a->strings["Dislikes:"] = "Ogillar:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinformation och sociala nätverk:"; +$a->strings["My other channels:"] = "Mina andra kanaler:"; +$a->strings["Musical interests:"] = "Musikintressen:"; +$a->strings["Books, literature:"] = "Böcker, litteratur:"; +$a->strings["Television:"] = "Tv:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underhållning:"; +$a->strings["Love/Romance:"] = "Kärlek/romantik:"; +$a->strings["Work/employment:"] = "Arbete/sysselsättning:"; +$a->strings["School/education:"] = "Skola/utbildning:"; +$a->strings["Like this thing"] = "Gilla den här saken"; +$a->strings["%d invitation available"] = array( + 0 => "%d inbjudan tillgänglig", + 1 => "%d inbjudningar tillgängliga", +); +$a->strings["Advanced"] = "Avancerat"; +$a->strings["Find Channels"] = "Hitta kanaler"; +$a->strings["Enter name or interest"] = "Ange namn eller intresse"; +$a->strings["Connect/Follow"] = "Ta kontakt/följ"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exempel: Robert Morgenstein, Fiske"; +$a->strings["Find"] = "Sök"; +$a->strings["Channel Suggestions"] = "Kanalförslag"; +$a->strings["Random Profile"] = "Slumpvald profil"; +$a->strings["Invite Friends"] = "Bjud in vänner"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Avancerat exempel: name=fred and country=iceland"; +$a->strings["Everything"] = "Allt"; +$a->strings["%d connection in common"] = array( + 0 => "%d gemensam kontakt", + 1 => "%d gemensamma kontakter", +); +$a->strings["show more"] = "visa fler"; +$a->strings["This event has been added to your calendar."] = "Händelsen har lagts till i din kalender."; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En borttagen grupp med det här namnet återskapades. Befintliga rättigheter till saker kan gälla för den här gruppen och alla framtida medlemmar. Om det här inte är vad du avsåg, skapa i stället en annan grupp med ett annat namn."; +$a->strings["Default privacy group for new contacts"] = "Förvald integritetsgrupp för nya kontakter"; +$a->strings["All Channels"] = "Alla kanaler"; +$a->strings["edit"] = "redigera"; +$a->strings["Collections"] = "Kretsar"; +$a->strings["Edit collection"] = "Redigera krets"; +$a->strings["Create a new collection"] = "Skapa en ny krets"; +$a->strings["Channels not in any collection"] = "Kanaler inte i någon krets"; +$a->strings["add"] = "lägg till"; +$a->strings["Not a valid email address"] = "Inte en giltig e-postadress"; +$a->strings["Your email domain is not among those allowed on this site"] = "Din e-postdomän är inte bland de som tillåts på den här servern"; +$a->strings["Your email address is already registered at this site."] = "Din e-postadress är redan registrerad på den här servern."; +$a->strings["An invitation is required."] = "En inbjudan behövs."; +$a->strings["Invitation could not be verified."] = "Inbjudningen kunde inte bekräftas."; +$a->strings["Please enter the required information."] = "Ange den begärda informationen."; +$a->strings["Failed to store account information."] = "Misslyckades att spara kontoinformation."; +$a->strings["Registration confirmation for %s"] = "Registreringsbekräftelse för %s"; +$a->strings["Registration request at %s"] = "Registreringsförfrågan på %s"; +$a->strings["Administrator"] = "Administratör"; +$a->strings["your registration password"] = "ditt registreringslösenord"; +$a->strings["Registration details for %s"] = "Registreringsdetaljer för %s"; +$a->strings["Account approved."] = "Konto godkänt."; +$a->strings["Registration revoked for %s"] = "Registrering avslagen för %s"; +$a->strings["Account verified. Please login."] = "Konto bekräftat. Du kan nu logga in."; +$a->strings["Click here to upgrade."] = "Klicka här för att uppgradera."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Den här funktionen går utanför vad som anges i ditt avtal."; +$a->strings["This action is not available under your subscription plan."] = "Den här funktionen är inte tillgänglig med ditt avtal."; $a->strings["prev"] = "föregående"; $a->strings["first"] = "första"; $a->strings["last"] = "sista"; @@ -308,229 +430,59 @@ $a->strings["Blocks"] = "Block"; $a->strings["Menus"] = "Menyer"; $a->strings["Layouts"] = "Layouter"; $a->strings["Pages"] = "Sidor"; -$a->strings["%d invitation available"] = array( - 0 => "%d inbjudan tillgänglig", - 1 => "%d inbjudningar tillgängliga", +$a->strings["Public Timeline"] = "Offentlig tidslinje"; +$a->strings["Missing room name"] = "Rumsnamn saknas"; +$a->strings["Duplicate room name"] = "Rumsnamnet finns redan"; +$a->strings["Invalid room specifier."] = "Ogiltig rumsbeskrivning."; +$a->strings["Room not found."] = "Rummet hittades inte."; +$a->strings["Room is full"] = "Rummet är fullt"; +$a->strings["Channel is blocked on this site."] = "Kanalen är blockerad på den här servern."; +$a->strings["Channel location missing."] = "Kanalplats saknas."; +$a->strings["Response from remote channel was incomplete."] = "Svar från den andra kanalen var ofullständigt."; +$a->strings["Channel was deleted and no longer exists."] = "Kanalen har tagits bort och finns inte längre."; +$a->strings["Protocol disabled."] = "Protokoll inaktiverat."; +$a->strings["Channel discovery failed."] = "Kanalsökning misslyckades."; +$a->strings["local account not found."] = "hittade inte lokalt konto."; +$a->strings["Cannot connect to yourself."] = "Du kan inte kontakta dig själv."; +$a->strings["channel"] = "kanal"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gillar %2\$ss %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gillar inte %2\$ss %3\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s har nu kontakt med %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s puffade %2\$s"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s är %2\$s"; +$a->strings["Select"] = "Välj"; +$a->strings["Private Message"] = "Privat meddelande"; +$a->strings["Message signature validated"] = "Meddelandesignatur bekräftad"; +$a->strings["Message signature incorrect"] = "Meddelandesignatur felaktig"; +$a->strings["View %s's profile @ %s"] = "Visa %ss profil på %s"; +$a->strings["Categories:"] = "Kategorier:"; +$a->strings["Filed under:"] = "Postat under:"; +$a->strings[" from %s"] = "från %s"; +$a->strings["last edited: %s"] = "senast redigerat: %s"; +$a->strings["Expires: %s"] = "Upphör: %s"; +$a->strings["View in context"] = "Visa sammanhang"; +$a->strings["Please wait"] = "Vänta"; +$a->strings["remove"] = "ta bort"; +$a->strings["Loading..."] = "Laddar..."; +$a->strings["Delete Selected Items"] = "Ta bort valda poster"; +$a->strings["View Source"] = "Visa källa"; +$a->strings["Follow Thread"] = "Följ tråd"; +$a->strings["View Status"] = "Visa status"; +$a->strings["View Profile"] = "Visa profil"; +$a->strings["View Photos"] = "Visa foton"; +$a->strings["Matrix Activity"] = "Matrisaktivitet"; +$a->strings["Edit Contact"] = "Redigera kontakt"; +$a->strings["Send PM"] = "Skicka meddelande"; +$a->strings["Poke"] = "Puffa"; +$a->strings["%s likes this."] = "%s gillar det här."; +$a->strings["%s doesn't like this."] = "%s gillar inte det här."; +$a->strings["%2\$d people like this."] = array( + 0 => "%2\$d person gillar det här.", + 1 => "%2\$d personer gillar det här.", ); -$a->strings["Advanced"] = "Avancerat"; -$a->strings["Find Channels"] = "Hitta kanaler"; -$a->strings["Enter name or interest"] = "Ange namn eller intresse"; -$a->strings["Connect/Follow"] = "Ta kontakt/följ"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exempel: Robert Morgenstein, Fiske"; -$a->strings["Find"] = "Sök"; -$a->strings["Channel Suggestions"] = "Kanalförslag"; -$a->strings["Random Profile"] = "Slumpvald profil"; -$a->strings["Invite Friends"] = "Bjud in vänner"; -$a->strings["Advanced example: name=fred and country=iceland"] = "Avancerat exempel: name=fred and country=iceland"; -$a->strings["Everything"] = "Allt"; -$a->strings["%d connection in common"] = array( - 0 => "%d gemensam kontakt", - 1 => "%d gemensamma kontakter", -); -$a->strings["show more"] = "visa fler"; -$a->strings["Red Matrix Notification"] = "Red Matrix-meddelande"; -$a->strings["redmatrix"] = "redmatrix"; -$a->strings["Thank You,"] = "Tack,"; -$a->strings["%s Administrator"] = "Administratören för %s"; -$a->strings["%s "] = "%s "; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Meddelande] Nytt meddelande på %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s skickade ett nytt privat meddelande till dig på %3\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s skickade %2\$s till dig."; -$a->strings["a private message"] = "ett privat meddelande"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Besök %s för att visa och/eller svara på dina privata meddelanden."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ett %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]%4\$ss %5\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ditt %4\$s[/zrl]"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Meddelande] Kommentar till konversation #%1\$d av %2\$s"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s kommenterade en sak/konversation du har följt."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Besök %s för att visa och/eller svara på konversationen."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Meddelande] %s postade till din profilvägg"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s postade till din profilvägg på %3\$s"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s postade till [zrl=%3\$s]din vägg[/zrl]"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red:Meddelande] %s taggade dig"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s taggade dig på %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]taggade dig[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Meddelande] %1\$s puffade dig"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s puffade dig på %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]puffade dig[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Meddelande] %s taggade ditt inlägg"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s taggade ditt inlägg på %3\$s"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s taggade [zrl=%3\$s]ditt inlägg[/zrl]"; -$a->strings["[Red:Notify] Introduction received"] = "[Red:Meddelande] Presentation mottagen"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, du har fått en ny kontaktförfrågan från '%2\$s' på %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, du har fått [zrl=%2\$s]en ny kontaktförfrågan[/zrl] från %3\$s."; -$a->strings["You may visit their profile at %s"] = "Du kan besöka deras profil på %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Besök %s för att bevilja eller avslå kontaktförfrågan."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Meddelande] Vänförslag mottaget"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du har fått ett vänförslag från '%2\$s' på %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du har fått [zrl=%2\$s]ett vänförslag[/zrl] angående %3\$s från %4\$s."; -$a->strings["Name:"] = "Namn:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Besök %s för att bevilja eller avslå förslaget."; -$a->strings["[Red:Notify]"] = "[Red:Notifiering]"; -$a->strings["This event has been added to your calendar."] = "Händelsen har lagts till i din kalender."; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En borttagen grupp med det här namnet återskapades. Befintliga rättigheter till saker kan gälla för den här gruppen och alla framtida medlemmar. Om det här inte är vad du avsåg, skapa i stället en annan grupp med ett annat namn."; -$a->strings["Default privacy group for new contacts"] = "Förvald integritetsgrupp för nya kontakter"; -$a->strings["All Channels"] = "Alla kanaler"; -$a->strings["edit"] = "redigera"; -$a->strings["Collections"] = "Kretsar"; -$a->strings["Edit collection"] = "Redigera krets"; -$a->strings["Create a new collection"] = "Skapa en ny krets"; -$a->strings["Channels not in any collection"] = "Kanaler inte i någon krets"; -$a->strings["add"] = "lägg till"; -$a->strings["Unable to obtain identity information from database"] = "Kunde inte hämta från databasen"; -$a->strings["Empty name"] = "Tomt namn"; -$a->strings["Name too long"] = "För långt namn"; -$a->strings["No account identifier"] = "Ingen kontoidentifierare"; -$a->strings["Nickname is required."] = "Smeknamn måste anges."; -$a->strings["Reserved nickname. Please choose another."] = "Reserverat smeknamn. Välj ett annat."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Smeknamnet innehåller otillåtna tecken eller är redan upptaget på den här servern."; -$a->strings["Unable to retrieve created identity"] = "Kunde inte hämta den skapade identiteten"; -$a->strings["Default Profile"] = "Standardprofil"; -$a->strings["Friends"] = "Vänner"; -$a->strings["Requested channel is not available."] = "Den begärda kanalen är inte tillgänglig"; -$a->strings["Requested profile is not available."] = "Begärd profil är inte tillgänglig."; -$a->strings["Connect"] = "Ta kontakt"; -$a->strings["Change profile photo"] = "Bytprofilfoto"; -$a->strings["Profiles"] = "Profiler"; -$a->strings["Manage/edit profiles"] = "Hantera/redigera profiler"; -$a->strings["Create New Profile"] = "Skapa ny profil"; -$a->strings["Edit Profile"] = "Redigera profil"; -$a->strings["Profile Image"] = "Profilbild"; -$a->strings["visible to everybody"] = "synlig för alla"; -$a->strings["Edit visibility"] = "Redigera synlighet"; -$a->strings["Gender:"] = "Kön:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Hemsida:"; -$a->strings["Online Now"] = "Online nu"; -$a->strings["g A l F d"] = "l j F \\k\\l G"; -$a->strings["F d"] = "j F"; -$a->strings["[today]"] = "[i dag]"; -$a->strings["Birthday Reminders"] = "Födelsedagspåminnelser"; -$a->strings["Birthdays this week:"] = "Födelsedagar den här veckan:"; -$a->strings["[No description]"] = "[Ingen beskrivning]"; -$a->strings["Event Reminders"] = "Händelsepåminnelser"; -$a->strings["Events this week:"] = "Händelser den här veckan:"; -$a->strings["Profile"] = "Profil"; -$a->strings["Full Name:"] = "Fullständigt namn:"; -$a->strings["Like this channel"] = "Gilla den här kanalen"; -$a->strings["j F, Y"] = "j F Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Födelsedag:"; -$a->strings["Age:"] = "Ålder:"; -$a->strings["for %1\$d %2\$s"] = "i %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Sexuell preferens:"; -$a->strings["Hometown:"] = "Hemort:"; -$a->strings["Tags:"] = "Taggar:"; -$a->strings["Political Views:"] = "Politisk åskådning:"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["About:"] = "Om:"; -$a->strings["Hobbies/Interests:"] = "Fritidssysselsättning/intressen:"; -$a->strings["Likes:"] = "Gillar:"; -$a->strings["Dislikes:"] = "Ogillar:"; -$a->strings["Contact information and Social Networks:"] = "Kontaktinformation och sociala nätverk:"; -$a->strings["My other channels:"] = "Mina andra kanaler:"; -$a->strings["Musical interests:"] = "Musikintressen:"; -$a->strings["Books, literature:"] = "Böcker, litteratur:"; -$a->strings["Television:"] = "Tv:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underhållning:"; -$a->strings["Love/Romance:"] = "Kärlek/romantik:"; -$a->strings["Work/employment:"] = "Arbete/sysselsättning:"; -$a->strings["School/education:"] = "Skola/utbildning:"; -$a->strings["Like this thing"] = "Gilla den här saken"; -$a->strings["Not a valid email address"] = "Inte en giltig e-postadress"; -$a->strings["Your email domain is not among those allowed on this site"] = "Din e-postdomän är inte bland de som tillåts på den här servern"; -$a->strings["Your email address is already registered at this site."] = "Din e-postadress är redan registrerad på den här servern."; -$a->strings["An invitation is required."] = "En inbjudan behövs."; -$a->strings["Invitation could not be verified."] = "Inbjudningen kunde inte bekräftas."; -$a->strings["Please enter the required information."] = "Ange den begärda informationen."; -$a->strings["Failed to store account information."] = "Misslyckades att spara kontoinformation."; -$a->strings["Registration confirmation for %s"] = "Registreringsbekräftelse för %s"; -$a->strings["Registration request at %s"] = "Registreringsförfrågan på %s"; -$a->strings["Administrator"] = "Administratör"; -$a->strings["your registration password"] = "ditt registreringslösenord"; -$a->strings["Registration details for %s"] = "Registreringsdetaljer för %s"; -$a->strings["Account approved."] = "Konto godkänt."; -$a->strings["Registration revoked for %s"] = "Registrering avslagen för %s"; -$a->strings["Account verified. Please login."] = "Konto bekräftat. Du kan nu logga in."; -$a->strings["Click here to upgrade."] = "Klicka här för att uppgradera."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Den här funktionen går utanför vad som anges i ditt avtal."; -$a->strings["This action is not available under your subscription plan."] = "Den här funktionen är inte tillgänglig med ditt avtal."; -$a->strings["Channel is blocked on this site."] = "Kanalen är blockerad på den här servern."; -$a->strings["Channel location missing."] = "Kanalplats saknas."; -$a->strings["Response from remote channel was incomplete."] = "Svar från den andra kanalen var ofullständigt."; -$a->strings["Channel was deleted and no longer exists."] = "Kanalen har tagits bort och finns inte längre."; -$a->strings["Protocol disabled."] = "Protokoll inaktiverat."; -$a->strings["Channel discovery failed."] = "Kanalsökning misslyckades."; -$a->strings["local account not found."] = "hittade inte lokalt konto."; -$a->strings["Cannot connect to yourself."] = "Du kan inte kontakta dig själv."; -$a->strings["Public Timeline"] = "Offentlig tidslinje"; -$a->strings["Item was not found."] = "Posten hittades inte."; -$a->strings["No source file."] = "Ingen källfil."; -$a->strings["Cannot locate file to replace"] = "Kan inte hitta fil att ersätta"; -$a->strings["Cannot locate file to revise/update"] = "Kan inte hitta fil att revidera/uppdatera"; -$a->strings["File exceeds size limit of %d"] = "Filen överskrider storleksbegränsningen %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nått begränsningen %1$.0f megabyte utrymme för bilagor."; -$a->strings["File upload failed. Possible system limit or action terminated."] = "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten åtgärd."; -$a->strings["Stored file could not be verified. Upload failed."] = "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad."; -$a->strings["Path not available."] = "Sökväg inte tillgänglig."; -$a->strings["Empty pathname"] = "Tom sökväg"; -$a->strings["duplicate filename or path"] = "filnamn eller sökväg finns redan"; -$a->strings["Path not found."] = "Sökväg hittas inte."; -$a->strings["mkdir failed."] = "mkdir misslyckades."; -$a->strings["database storage failed."] = "databaslagring misslyckades."; -$a->strings["Missing room name"] = "Rumsnamn saknas"; -$a->strings["Duplicate room name"] = "Rumsnamnet finns redan"; -$a->strings["Invalid room specifier."] = "Ogiltig rumsbeskrivning."; -$a->strings["Room not found."] = "Rummet hittades inte."; -$a->strings["Room is full"] = "Rummet är fullt"; -$a->strings["Image/photo"] = "Bild/foto"; -$a->strings["Encrypted content"] = "Krypterat innehåll"; -$a->strings["Install design element: "] = "Installera designelement: "; -$a->strings["QR code"] = "QR-kod"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev följande %2\$s %3\$s"; -$a->strings["post"] = "post"; -$a->strings["$1 spoiler"] = "$1 spoiler"; -$a->strings["$1 wrote:"] = "$1 skrev:"; -$a->strings["channel"] = "kanal"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gillar %2\$ss %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gillar inte %2\$ss %3\$s"; -$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s har nu kontakt med %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s puffade %2\$s"; -$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s är %2\$s"; -$a->strings["Select"] = "Välj"; -$a->strings["Private Message"] = "Privat meddelande"; -$a->strings["Message signature validated"] = "Meddelandesignatur bekräftad"; -$a->strings["Message signature incorrect"] = "Meddelandesignatur felaktig"; -$a->strings["View %s's profile @ %s"] = "Visa %ss profil på %s"; -$a->strings["Categories:"] = "Kategorier:"; -$a->strings["Filed under:"] = "Postat under:"; -$a->strings[" from %s"] = "från %s"; -$a->strings["last edited: %s"] = "senast redigerat: %s"; -$a->strings["Expires: %s"] = "Upphör: %s"; -$a->strings["View in context"] = "Visa sammanhang"; -$a->strings["Please wait"] = "Vänta"; -$a->strings["remove"] = "ta bort"; -$a->strings["Loading..."] = "Laddar..."; -$a->strings["Delete Selected Items"] = "Ta bort valda poster"; -$a->strings["View Source"] = "Visa källa"; -$a->strings["Follow Thread"] = "Följ tråd"; -$a->strings["View Status"] = "Visa status"; -$a->strings["View Profile"] = "Visa profil"; -$a->strings["View Photos"] = "Visa foton"; -$a->strings["Matrix Activity"] = "Matrisaktivitet"; -$a->strings["Edit Contact"] = "Redigera kontakt"; -$a->strings["Send PM"] = "Skicka meddelande"; -$a->strings["Poke"] = "Puffa"; -$a->strings["%s likes this."] = "%s gillar det här."; -$a->strings["%s doesn't like this."] = "%s gillar inte det här."; -$a->strings["%2\$d people like this."] = array( - 0 => "%2\$d person gillar det här.", - 1 => "%2\$d personer gillar det här.", -); -$a->strings["%2\$d people don't like this."] = array( - 0 => "%2\$d person gillar inte det här.", - 1 => "%2\$d personer gillar inte det här.", +$a->strings["%2\$d people don't like this."] = array( + 0 => "%2\$d person gillar inte det här.", + 1 => "%2\$d personer gillar inte det här.", ); $a->strings["and"] = "och"; $a->strings[", and %d other people"] = array( @@ -728,6 +680,54 @@ $a->strings["Purchase"] = "Köp"; $a->strings["New window"] = "Nytt fönster"; $a->strings["Open the selected location in a different window or browser tab"] = "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik"; $a->strings["User '%s' deleted"] = "Användare '%s' borttagen"; +$a->strings["Image/photo"] = "Bild/foto"; +$a->strings["Encrypted content"] = "Krypterat innehåll"; +$a->strings["Install design element: "] = "Installera designelement: "; +$a->strings["QR code"] = "QR-kod"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev följande %2\$s %3\$s"; +$a->strings["post"] = "post"; +$a->strings["$1 spoiler"] = "$1 spoiler"; +$a->strings["$1 wrote:"] = "$1 skrev:"; +$a->strings["Red Matrix Notification"] = "Red Matrix-meddelande"; +$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Thank You,"] = "Tack,"; +$a->strings["%s Administrator"] = "Administratören för %s"; +$a->strings["%s "] = "%s "; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Meddelande] Nytt meddelande på %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s skickade ett nytt privat meddelande till dig på %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s skickade %2\$s till dig."; +$a->strings["a private message"] = "ett privat meddelande"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Besök %s för att visa och/eller svara på dina privata meddelanden."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ett %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]%4\$ss %5\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ditt %4\$s[/zrl]"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Meddelande] Kommentar till konversation #%1\$d av %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s kommenterade en sak/konversation du har följt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Besök %s för att visa och/eller svara på konversationen."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Meddelande] %s postade till din profilvägg"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s postade till din profilvägg på %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s postade till [zrl=%3\$s]din vägg[/zrl]"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Meddelande] %s taggade dig"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s taggade dig på %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]taggade dig[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Meddelande] %1\$s puffade dig"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s puffade dig på %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]puffade dig[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Meddelande] %s taggade ditt inlägg"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s taggade ditt inlägg på %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s taggade [zrl=%3\$s]ditt inlägg[/zrl]"; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Meddelande] Presentation mottagen"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, du har fått en ny kontaktförfrågan från '%2\$s' på %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, du har fått [zrl=%2\$s]en ny kontaktförfrågan[/zrl] från %3\$s."; +$a->strings["You may visit their profile at %s"] = "Du kan besöka deras profil på %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Besök %s för att bevilja eller avslå kontaktförfrågan."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Meddelande] Vänförslag mottaget"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du har fått ett vänförslag från '%2\$s' på %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du har fått [zrl=%2\$s]ett vänförslag[/zrl] angående %3\$s från %4\$s."; +$a->strings["Name:"] = "Namn:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Besök %s för att bevilja eller avslå förslaget."; +$a->strings["[Red:Notify]"] = "[Red:Notifiering]"; $a->strings["Delete this item?"] = "Ta bort den här posten?"; $a->strings["[-] show less"] = "[-] visa färre"; $a->strings["[+] expand"] = "[+] fäll ut"; @@ -910,143 +910,9 @@ $a->strings["Menu item could not be deleted."] = "Menyval kunde inte tas bort."; $a->strings["Edit Menu Element"] = "Redigera menyval"; $a->strings["Modify"] = "Ändra"; $a->strings["Some blurb about what to do when you're new here"] = "Lite text om vad man kan göra som ny här"; -$a->strings["Name is required"] = "Namn är obligatoriskt"; -$a->strings["Key and Secret are required"] = "Nyckel och kod är obligatoriska"; -$a->strings["Passwords do not match. Password unchanged."] = "Lösenorden stämmer inte överens. Lösenordet har inte ändrats."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomma lösenord tillåts inte. Lösenordet har inte ändrats."; -$a->strings["Password changed."] = "Lösenordet ändrat."; -$a->strings["Password update failed. Please try again."] = "Lösenordsuppdatering misslyckades. Försök igen."; -$a->strings["Not valid email."] = "Inte en giltig e-postadress."; -$a->strings["Protected email address. Cannot change to that email."] = "Skyddad e-postadress. Kan inte ändra till den."; -$a->strings["System failure storing new email. Please try again."] = "Systemfel när ny e-postadress skulle sparas. Försök igen."; -$a->strings["Settings updated."] = "Inställningar uppdaterade."; -$a->strings["Add application"] = "Lägg till applikation"; -$a->strings["Name of application"] = "Applikationens namn"; -$a->strings["Consumer Key"] = "Nyckel för konsument"; -$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatiskt genererad - ändra om så önskas. Maxlängd 20"; -$a->strings["Consumer Secret"] = "Kod för konsument"; -$a->strings["Redirect"] = "Omdirigering"; -$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "Omdirigerings-URI - lämna blankt om inte din applikation specifikt behöver det"; -$a->strings["Icon url"] = "Ikon-URL"; -$a->strings["Optional"] = "Frivillig"; -$a->strings["You can't edit this application."] = "Du kan inte redigera den här applikationen."; -$a->strings["Connected Apps"] = "Anslutna appar"; -$a->strings["Client key starts with"] = "Klientnyckel börjar med"; -$a->strings["No name"] = "Inget namn"; -$a->strings["Remove authorization"] = "Ta bort behörighet"; -$a->strings["No feature settings configured"] = "Inga funktionsinställningar konfigurerade"; -$a->strings["Feature Settings"] = "Funktionsinställningar"; -$a->strings["Account Settings"] = "Kontoinställningar"; -$a->strings["Password Settings"] = "Lösenordsinställningar"; -$a->strings["New Password:"] = "Nytt lösenord:"; -$a->strings["Confirm:"] = "Bekräfta:"; -$a->strings["Leave password fields blank unless changing"] = "Lämna lösenordsfälten blanka om lösenordet inte ska ändras"; -$a->strings["Email Address:"] = "E-postadress"; -$a->strings["Remove Account"] = "Ta bort konto"; -$a->strings["Remove this account from this server including all its channels"] = "Ta bort det här kontot från servern, inklusive alla dess kanaler"; -$a->strings["Warning: This action is permanent and cannot be reversed."] = "Varning: Den här handlingen är permanent och kan inte återställas."; -$a->strings["Off"] = "Av"; -$a->strings["On"] = "På"; -$a->strings["Additional Features"] = "Ytterligare funktioner"; -$a->strings["Connector Settings"] = "Anslutningsinställningar"; -$a->strings["No special theme for mobile devices"] = "Inget särskilt tema för mobila enheter"; -$a->strings["%s - (Experimental)"] = "%s - (experimentellt)"; -$a->strings["mobile"] = "mobilt"; -$a->strings["Display Settings"] = "Utseende"; -$a->strings["Display Theme:"] = "Tema för utseende:"; -$a->strings["Mobile Theme:"] = "Mobilt tema:"; -$a->strings["Enable user zoom on mobile devices"] = "Tillåt användare att zooma på mobila enheter"; -$a->strings["Update browser every xx seconds"] = "Uppdatera webbläsaren var xx sekund"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Minst 10 sekunder, inget maximum"; -$a->strings["Maximum number of conversations to load at any time:"] = "Högsta antal konversationer att ladda åt gången:"; -$a->strings["Maximum of 100 items"] = "Maximalt 100 poster"; -$a->strings["Don't show emoticons"] = "Visa inte känsloikoner"; -$a->strings["Link post titles to source"] = "Länka inläggstitlar till källan"; -$a->strings["System Page Layout Editor - (advanced)"] = "Redigera systemets sidlayout (avancerat)"; -$a->strings["Use blog/list mode on channel page"] = "Använd blogg-/listläge på kanalsida"; -$a->strings["(comments displayed separately)"] = "(kommentarer visas separat)"; -$a->strings["Use blog/list mode on matrix page"] = "Använd blogg-/listläge på matrissida"; -$a->strings["Channel page max height of content (in pixels)"] = "Maxhöjd för innehåll på kanalsidor (i pixels)"; -$a->strings["click to expand content exceeding this height"] = "klicka för att fälla ut innehåll som överskrider den här höjden"; -$a->strings["Matrix page max height of content (in pixels)"] = "Maxhöjd för innehåll på matrissidan (i pixels)"; -$a->strings["Nobody except yourself"] = "Ingen utom dig själv"; -$a->strings["Only those you specifically allow"] = "Endast utvalda"; -$a->strings["Approved connections"] = "Godkända kontakter"; -$a->strings["Any connections"] = "Alla kontakter"; -$a->strings["Anybody on this website"] = "Vem som helst på den här servern"; -$a->strings["Anybody in this network"] = "Vem som helst i det här nätverket"; -$a->strings["Anybody authenticated"] = "Vem som helst som har autentiserat sig"; -$a->strings["Anybody on the internet"] = "Vem som helst på Internet"; -$a->strings["Publish your default profile in the network directory"] = "Publicera din standardprofil i nätverkskatalogen"; -$a->strings["No"] = "Nej"; -$a->strings["Yes"] = "Ja"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Tillåt oss att föreslå dig som möjlig vän för nya medlemmar"; -$a->strings["or"] = "eller"; -$a->strings["Your channel address is"] = "Din kanaladress är"; -$a->strings["Channel Settings"] = "Kanalinställningar"; -$a->strings["Basic Settings"] = "Grundläggande inställningar"; -$a->strings["Your Timezone:"] = "Din tidszon:"; -$a->strings["Default Post Location:"] = "Standardplats:"; -$a->strings["Geographical location to display on your posts"] = "Geografisk plats att visa för dina inlägg"; -$a->strings["Use Browser Location:"] = "Använd webbläsarens position:"; -$a->strings["Adult Content"] = "Innehåll olämpligt för barn"; -$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Den här kanalen publicerar ofta eller regelbundet innehåll som är olämpligt för barn. (Tagga allt pornografiskt material och/eller nakenhet med #NSFW, tack)"; -$a->strings["Security and Privacy Settings"] = "Säkerhets- och integritetsinställningar"; -$a->strings["Your permissions are already configured. Click to view/adjust"] = "Dina behörigheter har redan ställts in. Klicka för att visa/ändra"; -$a->strings["Hide my online presence"] = "Visa inte min online-närvaro"; -$a->strings["Prevents displaying in your profile that you are online"] = "Förhindrar att det syns i din profil att du är online"; -$a->strings["Simple Privacy Settings:"] = "Enkla integritetsinställningar:"; -$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Väldigt offentligt - extremt tillåtande (bör användas försiktigt)"; -$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Typiskt - offentligt som standard, privat när så önskas (liknande behörigheter som på sociala nätverk men med förbättrad integritet)"; -$a->strings["Private - default private, never open or public"] = "Privat - privat som standard, aldrig öppet eller offentligt"; -$a->strings["Blocked - default blocked to/from everybody"] = "Blockera - som standard blockerat till/från alla"; -$a->strings["Allow others to tag your posts"] = "Låt andra tagga dina inlägg"; -$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Ofta använt av gemenskapen för att i efterhand flagga olämpligt innehåll"; -$a->strings["Advanced Privacy Settings"] = "Avancerade integritetsinställningar"; -$a->strings["Expire other channel content after this many days"] = "Låt annat kanalinnehåll upphöra efter efter så här många dagar"; -$a->strings["0 or blank prevents expiration"] = "0 eller blankt förhindrar upphörande"; -$a->strings["Maximum Friend Requests/Day:"] = "Högsta antal vänförfrågningar per dag:"; -$a->strings["May reduce spam activity"] = "Kan reducera spamaktivitet"; -$a->strings["Default Post Permissions"] = "Standardbehörighet för inlägg"; -$a->strings["Channel permissions category:"] = "Kanalens behörighetskategori:"; -$a->strings["Maximum private messages per day from unknown people:"] = "Högsta antal privata meddelanden per dag från okända personer:"; -$a->strings["Useful to reduce spamming"] = "Användbart för att minska skräputskick"; -$a->strings["Notification Settings"] = "Notifieringsinställningar"; -$a->strings["By default post a status message when:"] = "Skicka som standard ett statusmeddelande när:"; -$a->strings["accepting a friend request"] = "du accepterar en vänförfrågan"; -$a->strings["joining a forum/community"] = "du går med i ett forum/en gemenskap"; -$a->strings["making an interesting profile change"] = "du gör en intressant ändring av profilen"; -$a->strings["Send a notification email when:"] = "Skicka en notifiering via e-post när:"; -$a->strings["You receive a connection request"] = "Du får en kontaktförfrågan"; -$a->strings["Your connections are confirmed"] = "Dina kontakter bekräftas"; -$a->strings["Someone writes on your profile wall"] = "Någon skriver på din profilvägg"; -$a->strings["Someone writes a followup comment"] = "Någon skriver en uppföljande kommentar"; -$a->strings["You receive a private message"] = "Du tar emot ett privat meddelande"; -$a->strings["You receive a friend suggestion"] = "Du tar emot ett vänförslag"; -$a->strings["You are tagged in a post"] = "Du taggas i ett inlägg"; -$a->strings["You are poked/prodded/etc. in a post"] = "Du puffas/stöts till/etc. i ett inlägg"; -$a->strings["Show visual notifications including:"] = "Visa visuella notifieringar vid:"; -$a->strings["Unseen matrix activity"] = "Oläst matrisaktivitet"; -$a->strings["Unseen channel activity"] = "Oläst kanalaktivitet"; -$a->strings["Unseen private messages"] = "Olästa privata meddelanden"; -$a->strings["Recommended"] = "Rekommenderas"; -$a->strings["Upcoming events"] = "Kommande händelser"; -$a->strings["Events today"] = "Dagens händelser"; -$a->strings["Upcoming birthdays"] = "Kommande födelsedagar"; -$a->strings["Not available in all themes"] = "Inte tillgänglig i alla teman"; -$a->strings["System (personal) notifications"] = "Systemmeddelanden (personliga)"; -$a->strings["System info messages"] = "Systemmeddelanden"; -$a->strings["System critical alerts"] = "Systemkritiska varningar"; -$a->strings["New connections"] = "Nya kontakter"; -$a->strings["System Registrations"] = "Systemregistreringar"; -$a->strings["Notify me of events this many days in advance"] = "Meddela mig om händelser så här många dagar i förväg"; -$a->strings["Must be greater than 0"] = "Måste vara större än 0"; -$a->strings["Advanced Account/Page Type Settings"] = "Avancerade konto-/sidtypsinställningar"; -$a->strings["Change the behaviour of this account for special situations"] = "Ändra det här kontots beteende i särskilda situationer"; -$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Aktivera expertläge (i Inställningar > Ytterligare funktioner) för att göra ändringar!"; -$a->strings["Miscellaneous Settings"] = "Diverse inställningar"; -$a->strings["Personal menu to display in your channel pages"] = "Personlig meny att visa i dina kanalsidor"; -$a->strings["Remove this channel"] = "Ta bort den här kanalen"; +$a->strings["sent you a private message"] = "skickade ett privat meddelande till dig"; +$a->strings["added your channel"] = "lade till din kanal"; +$a->strings["posted an event"] = "skapade en händelse"; $a->strings["Collection created."] = "Krets skapad."; $a->strings["Could not create collection."] = "Kunde inte skapa krets."; $a->strings["Collection updated."] = "Kretsen uppdaterad."; @@ -1070,86 +936,73 @@ $a->strings["Authorize application connection"] = "Tillåt anslutning av applika $a->strings["Return to your app and insert this Securty Code:"] = "Återgå till din applikation och ange den här säkerhetskoden:"; $a->strings["Please login to continue."] = "Logga in för att fortsätta."; $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vill du låta den här applikationen få tillgång till dina inlägg och kontakter, och/eller skapa nya inlägg åt dig?"; -$a->strings["Red Matrix Server - Setup"] = "Red Matrix-server - inställningar"; -$a->strings["Could not connect to database."] = "Kunde inte ansluta till databasen."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS."; -$a->strings["Could not create table."] = "Kunde inte skapa tabell."; -$a->strings["Your site database has been installed."] = "Din serverdatabas har installerats."; -$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Du kan behöva importera filen \"install/schema_xxx.sql\" manuellt med en databasklient."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Se filen \"install/INSTALL.txt\"."; -$a->strings["System check"] = "Systemkontroll"; -$a->strings["Next"] = "Nästa"; -$a->strings["Check again"] = "Kontrollera igen"; -$a->strings["Database connection"] = "Databasanslutning"; -$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Kontakta din servervärd eller administratör om du har frågor om de här inställningarna."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du anger nedan måste finnas. Om den inte gör det, skapa den innan du fortsätter."; -$a->strings["Database Server Name"] = "Databasserver"; -$a->strings["Default is localhost"] = "Standard är localhost"; -$a->strings["Database Port"] = "Databasport"; -$a->strings["Communication port number - use 0 for default"] = "Kommunikationsportnummer - använd 0 för standardinställning"; -$a->strings["Database Login Name"] = "Loginnamn till databas"; -$a->strings["Database Login Password"] = "Lösenord till databas"; -$a->strings["Database Name"] = "Databasnamn"; -$a->strings["Database Type"] = "Databastyp"; -$a->strings["Site administrator email address"] = "Serveradministratörens e-postadress"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ditt kontos e-postadress måste stämma med den här för att webbgränssnittet för administration ska kunna användas."; -$a->strings["Website URL"] = "Webbplatsens URL"; -$a->strings["Please use SSL (https) URL if available."] = "Ange en URL med SSL (https) om tillgängligt"; -$a->strings["Please select a default timezone for your website"] = "Välj en standardtidszon för din webbplats"; -$a->strings["Site settings"] = "Serverinställningar"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Om du inte har en kommandoradsversion av PHP installerad på servern kommer du inte att kunna köra bakgrundshämtning via cron."; -$a->strings["PHP executable path"] = "Sökväg till PHP-programmet"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen."; -$a->strings["Command line PHP"] = "Kommandorads-PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandoradsversionen av PHP på ditt system har inte \"register_argc_argv\" aktiverat."; -$a->strings["This is required for message delivery to work."] = "Det här behövs för att meddelandeleverans ska fungera."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fel: \"openssl_pkey_new\"-funktionen på det här systemet kan inte generera kryptonycklar"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generera kryptonycklar"; -$a->strings["libCurl PHP module"] = "PHP-modulen libCurl"; -$a->strings["GD graphics PHP module"] = "PHP-modulen GD graphics"; -$a->strings["OpenSSL PHP module"] = "PHP-modulen OpenSSL"; -$a->strings["mysqli or postgres PHP module"] = "PHP-modulen mysqli eller postgres"; -$a->strings["mb_string PHP module"] = "PHP-modulen mb_string"; -$a->strings["mcrypt PHP module"] = "PHP-modulen mcrypt"; -$a->strings["Apache mod_rewrite module"] = "Apache-modulen mod_rewrite"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad."; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Fel: PHP-modulen libCURL krävs men är inte installerad."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad."; -$a->strings["Error: openssl PHP module required but not installed."] = "Fel: PHP-modulen openssl krävs men är inte installerad."; -$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Fel: en av PHP-modulerna mysqli eller postgres krävs men är inte installerad."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Fel: PHP-modulen mb_string krävs men är inte installerad."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Fel: PHP-modulen mcrypt krävs men är inte installerad."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Webbinstallationen måste kunna skapa filen \".htconfig.php\" i toppkatalogen på din webbserver men kan inte göra det."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php är skrivbar"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "För att spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter till katalogen %s under Reds toppkatalog."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Observera: som en säkerhetsåtgärd bör du ge webbservern skrivrättighet endast för %s - inte för mallfilerna (.tpl) som finns där."; -$a->strings["%s is writable"] = "%s är skrivbar"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog."; -$a->strings["store is writable"] = "store är skrivbar"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-åtkomst till den här servern."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Om du har https-åtkomst till din webbplats eller tillåter anslutningar till TCP-port 443 (https-porten) MÅSTE du använda ett certifikat som kan verifieras av webbläsare. Du FÅR INTE använda självsignerade certifikat!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Restriktionen finns eftersom offentliga inlägg från dig kan innehålla till exempel referenser till bilder på din egen hubb."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Om ditt certifikat inte känns igen kommer medlemmar på andra webbplatser (som själv kan ha giltiga certifikat) att få en varning på sin egen webbplats om säkerhetsproblem."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Detta kan orsaka problem med användbarheten (inte bara på din egen server) så vi måste trycka på det här kravet."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Det finns leverantörer som utfärdar gratis certifikat som känns igen av webbläsare."; -$a->strings["SSL certificate validation"] = "SSL-certifikatvalidering"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite i .htaccess fungerar inte. Kolla din serverkonfiguration. Test: "; -$a->strings["Url rewrite is working"] = "URL rewrite fungerar"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot."; -$a->strings["Errors encountered creating database tables."] = "Fel inträffade när databastabeller skulle skapas."; -$a->strings["

    What next

    "] = "

    Nästa steg

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]"; +$a->strings["Yes"] = "Ja"; +$a->strings["No"] = "Nej"; +$a->strings["Profile not found."] = "Profil hittades inte."; +$a->strings["Profile deleted."] = "Profil borttagen."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Ny profil skapad."; +$a->strings["Profile unavailable to clone."] = "Profil inte tillgänglig för kloning."; +$a->strings["Profile unavailable to export."] = "Profil inte tillgänglig för export."; +$a->strings["Profile Name is required."] = "Profilnamn krävs."; +$a->strings["Marital Status"] = "Civilstånd"; +$a->strings["Romantic Partner"] = "Romantisk partner"; +$a->strings["Likes"] = "Gillar"; +$a->strings["Dislikes"] = "Ogillar"; +$a->strings["Work/Employment"] = "Arbete/sysselsättning"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Politisk åskådning"; +$a->strings["Gender"] = "Kön"; +$a->strings["Sexual Preference"] = "Sexuell preferens"; +$a->strings["Homepage"] = "Hemsida"; +$a->strings["Interests"] = "Intressen"; +$a->strings["Address"] = "Adress"; +$a->strings["Location"] = "Plats"; +$a->strings["Profile updated."] = "Profil uppdaterad."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Dölj din kontakt-/vänlista för de som ser den här profilen"; +$a->strings["Edit Profile Details"] = "Redigera profildetaljer"; +$a->strings["View this profile"] = "Visa den här profilen"; +$a->strings["Change Profile Photo"] = "Byt profilfoto"; +$a->strings["Create a new profile using these settings"] = "Skapa en ny profil utifrån de här inställningarna"; +$a->strings["Clone this profile"] = "Klona den här profilen"; +$a->strings["Delete this profile"] = "Ta bort den här profilen"; +$a->strings["Import profile from file"] = "Importera profil från fil"; +$a->strings["Export profile to file"] = "Exportera profil som fil"; +$a->strings["Profile Name:"] = "Profilnamn:"; +$a->strings["Your Full Name:"] = "Ditt fulllständiga namn:"; +$a->strings["Title/Description:"] = "Titel/beskrivning:"; +$a->strings["Your Gender:"] = "Ditt kön:"; +$a->strings["Birthday :"] = "Födelsedag:"; +$a->strings["Street Address:"] = "Gatuadress:"; +$a->strings["Locality/City:"] = "Ort:"; +$a->strings["Postal/Zip Code:"] = "Postnummer:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Region:"; +$a->strings[" Marital Status:"] = " Civilstånd:"; +$a->strings["Who: (if applicable)"] = "Vem: (om tillämpligt)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exempel: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Sedan [datum]"; +$a->strings["Homepage URL:"] = "Hemsideadress:"; +$a->strings["Religious Views:"] = "Religion/livsåskådning:"; +$a->strings["Keywords:"] = "Nyckelord:"; +$a->strings["Example: fishing photography software"] = "Exempel: fiske fotografering mjukvara"; +$a->strings["Used in directory listings"] = "Används i kataloglistningar"; +$a->strings["Tell us about yourself..."] = "Beskriv dig själv..."; +$a->strings["Hobbies/Interests"] = "Fritidssysselsättning/intressen"; +$a->strings["Contact information and Social Networks"] = "Kontaktinformation och sociala nätverk"; +$a->strings["My other channels"] = "Mina andra kanaler"; +$a->strings["Musical interests"] = "Musikintressen"; +$a->strings["Books, literature"] = "Böcker, litteratur"; +$a->strings["Television"] = "Tv"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underhållning"; +$a->strings["Love/romance"] = "Kärlek/romantik"; +$a->strings["Work/employment"] = "Arbete/sysselsättning"; +$a->strings["School/education"] = "Skola/utbildning"; +$a->strings["This is your default profile."] = "Det här är din standardprofil."; +$a->strings["Age: "] = "Ålder:"; +$a->strings["Edit/Manage Profiles"] = "Redigera/hantera profiler"; +$a->strings["Add profile things"] = "Lägg till profilsaker"; +$a->strings["Include desirable objects in your profile"] = "Inkludera fina prylar i din profil"; $a->strings["Item not available."] = "Post inte tillgänglig."; $a->strings["Fetching URL returns error: %1\$s"] = "Hämtning av URL returnerade fel: %1\$s"; $a->strings["Invalid item."] = "Ogiltig post."; @@ -1207,6 +1060,7 @@ $a->strings["l, F j"] = "l, j F"; $a->strings["Edit event"] = "Redigera händelse"; $a->strings["Create New Event"] = "Skapa ny händelse"; $a->strings["Previous"] = "Föregående"; +$a->strings["Next"] = "Nästa"; $a->strings["Export"] = "Exportera"; $a->strings["Event details"] = "Detaljer för händelse"; $a->strings["Starting date and Title are required."] = "Startdatum och titel är obligatoriska."; @@ -1224,7 +1078,6 @@ $a->strings["The listed sites allow public registration into the Red Matrix. All $a->strings["Site URL"] = "Server-URL"; $a->strings["Access Type"] = "Åtkomsttyp"; $a->strings["Registration Policy"] = "Registreringspolicy"; -$a->strings["Location"] = "Plats"; $a->strings["You must be logged in to see this page."] = "Du måste vara inloggad för att se den här sidan."; $a->strings["Insufficient permissions. Request redirected to profile page."] = "Otillräckliga behörigheter. Förfrågan omdirigerad till profilsidan."; $a->strings["Select a bookmark folder"] = "Välj en bokmärkeskatalog"; @@ -1283,6 +1136,142 @@ $a->strings["Forgot your Password?"] = "Glömt lösenordet?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Ange din e-postadress och skicka för att återställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner."; $a->strings["Email Address"] = "E-postadress"; $a->strings["Reset"] = "Återställ"; +$a->strings["Name is required"] = "Namn är obligatoriskt"; +$a->strings["Key and Secret are required"] = "Nyckel och kod är obligatoriska"; +$a->strings["Passwords do not match. Password unchanged."] = "Lösenorden stämmer inte överens. Lösenordet har inte ändrats."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomma lösenord tillåts inte. Lösenordet har inte ändrats."; +$a->strings["Password changed."] = "Lösenordet ändrat."; +$a->strings["Password update failed. Please try again."] = "Lösenordsuppdatering misslyckades. Försök igen."; +$a->strings["Not valid email."] = "Inte en giltig e-postadress."; +$a->strings["Protected email address. Cannot change to that email."] = "Skyddad e-postadress. Kan inte ändra till den."; +$a->strings["System failure storing new email. Please try again."] = "Systemfel när ny e-postadress skulle sparas. Försök igen."; +$a->strings["Settings updated."] = "Inställningar uppdaterade."; +$a->strings["Add application"] = "Lägg till applikation"; +$a->strings["Name of application"] = "Applikationens namn"; +$a->strings["Consumer Key"] = "Nyckel för konsument"; +$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatiskt genererad - ändra om så önskas. Maxlängd 20"; +$a->strings["Consumer Secret"] = "Kod för konsument"; +$a->strings["Redirect"] = "Omdirigering"; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "Omdirigerings-URI - lämna blankt om inte din applikation specifikt behöver det"; +$a->strings["Icon url"] = "Ikon-URL"; +$a->strings["Optional"] = "Frivillig"; +$a->strings["You can't edit this application."] = "Du kan inte redigera den här applikationen."; +$a->strings["Connected Apps"] = "Anslutna appar"; +$a->strings["Client key starts with"] = "Klientnyckel börjar med"; +$a->strings["No name"] = "Inget namn"; +$a->strings["Remove authorization"] = "Ta bort behörighet"; +$a->strings["No feature settings configured"] = "Inga funktionsinställningar konfigurerade"; +$a->strings["Feature Settings"] = "Funktionsinställningar"; +$a->strings["Account Settings"] = "Kontoinställningar"; +$a->strings["Password Settings"] = "Lösenordsinställningar"; +$a->strings["New Password:"] = "Nytt lösenord:"; +$a->strings["Confirm:"] = "Bekräfta:"; +$a->strings["Leave password fields blank unless changing"] = "Lämna lösenordsfälten blanka om lösenordet inte ska ändras"; +$a->strings["Email Address:"] = "E-postadress"; +$a->strings["Remove Account"] = "Ta bort konto"; +$a->strings["Remove this account from this server including all its channels"] = "Ta bort det här kontot från servern, inklusive alla dess kanaler"; +$a->strings["Warning: This action is permanent and cannot be reversed."] = "Varning: Den här handlingen är permanent och kan inte återställas."; +$a->strings["Off"] = "Av"; +$a->strings["On"] = "På"; +$a->strings["Additional Features"] = "Ytterligare funktioner"; +$a->strings["Connector Settings"] = "Anslutningsinställningar"; +$a->strings["No special theme for mobile devices"] = "Inget särskilt tema för mobila enheter"; +$a->strings["%s - (Experimental)"] = "%s - (experimentellt)"; +$a->strings["mobile"] = "mobilt"; +$a->strings["Display Settings"] = "Utseende"; +$a->strings["Display Theme:"] = "Tema för utseende:"; +$a->strings["Mobile Theme:"] = "Mobilt tema:"; +$a->strings["Enable user zoom on mobile devices"] = "Tillåt användare att zooma på mobila enheter"; +$a->strings["Update browser every xx seconds"] = "Uppdatera webbläsaren var xx sekund"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minst 10 sekunder, inget maximum"; +$a->strings["Maximum number of conversations to load at any time:"] = "Högsta antal konversationer att ladda åt gången:"; +$a->strings["Maximum of 100 items"] = "Maximalt 100 poster"; +$a->strings["Don't show emoticons"] = "Visa inte känsloikoner"; +$a->strings["Link post titles to source"] = "Länka inläggstitlar till källan"; +$a->strings["System Page Layout Editor - (advanced)"] = "Redigera systemets sidlayout (avancerat)"; +$a->strings["Use blog/list mode on channel page"] = "Använd blogg-/listläge på kanalsida"; +$a->strings["(comments displayed separately)"] = "(kommentarer visas separat)"; +$a->strings["Use blog/list mode on matrix page"] = "Använd blogg-/listläge på matrissida"; +$a->strings["Channel page max height of content (in pixels)"] = "Maxhöjd för innehåll på kanalsidor (i pixels)"; +$a->strings["click to expand content exceeding this height"] = "klicka för att fälla ut innehåll som överskrider den här höjden"; +$a->strings["Matrix page max height of content (in pixels)"] = "Maxhöjd för innehåll på matrissidan (i pixels)"; +$a->strings["Nobody except yourself"] = "Ingen utom dig själv"; +$a->strings["Only those you specifically allow"] = "Endast utvalda"; +$a->strings["Approved connections"] = "Godkända kontakter"; +$a->strings["Any connections"] = "Alla kontakter"; +$a->strings["Anybody on this website"] = "Vem som helst på den här servern"; +$a->strings["Anybody in this network"] = "Vem som helst i det här nätverket"; +$a->strings["Anybody authenticated"] = "Vem som helst som har autentiserat sig"; +$a->strings["Anybody on the internet"] = "Vem som helst på Internet"; +$a->strings["Publish your default profile in the network directory"] = "Publicera din standardprofil i nätverkskatalogen"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Tillåt oss att föreslå dig som möjlig vän för nya medlemmar"; +$a->strings["or"] = "eller"; +$a->strings["Your channel address is"] = "Din kanaladress är"; +$a->strings["Channel Settings"] = "Kanalinställningar"; +$a->strings["Basic Settings"] = "Grundläggande inställningar"; +$a->strings["Your Timezone:"] = "Din tidszon:"; +$a->strings["Default Post Location:"] = "Standardplats:"; +$a->strings["Geographical location to display on your posts"] = "Geografisk plats att visa för dina inlägg"; +$a->strings["Use Browser Location:"] = "Använd webbläsarens position:"; +$a->strings["Adult Content"] = "Innehåll olämpligt för barn"; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Den här kanalen publicerar ofta eller regelbundet innehåll som är olämpligt för barn. (Tagga allt pornografiskt material och/eller nakenhet med #NSFW, tack)"; +$a->strings["Security and Privacy Settings"] = "Säkerhets- och integritetsinställningar"; +$a->strings["Your permissions are already configured. Click to view/adjust"] = "Dina behörigheter har redan ställts in. Klicka för att visa/ändra"; +$a->strings["Hide my online presence"] = "Visa inte min online-närvaro"; +$a->strings["Prevents displaying in your profile that you are online"] = "Förhindrar att det syns i din profil att du är online"; +$a->strings["Simple Privacy Settings:"] = "Enkla integritetsinställningar:"; +$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Väldigt offentligt - extremt tillåtande (bör användas försiktigt)"; +$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Typiskt - offentligt som standard, privat när så önskas (liknande behörigheter som på sociala nätverk men med förbättrad integritet)"; +$a->strings["Private - default private, never open or public"] = "Privat - privat som standard, aldrig öppet eller offentligt"; +$a->strings["Blocked - default blocked to/from everybody"] = "Blockera - som standard blockerat till/från alla"; +$a->strings["Allow others to tag your posts"] = "Låt andra tagga dina inlägg"; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Ofta använt av gemenskapen för att i efterhand flagga olämpligt innehåll"; +$a->strings["Advanced Privacy Settings"] = "Avancerade integritetsinställningar"; +$a->strings["Expire other channel content after this many days"] = "Låt annat kanalinnehåll upphöra efter efter så här många dagar"; +$a->strings["0 or blank prevents expiration"] = "0 eller blankt förhindrar upphörande"; +$a->strings["Maximum Friend Requests/Day:"] = "Högsta antal vänförfrågningar per dag:"; +$a->strings["May reduce spam activity"] = "Kan reducera spamaktivitet"; +$a->strings["Default Post Permissions"] = "Standardbehörighet för inlägg"; +$a->strings["Channel permissions category:"] = "Kanalens behörighetskategori:"; +$a->strings["Maximum private messages per day from unknown people:"] = "Högsta antal privata meddelanden per dag från okända personer:"; +$a->strings["Useful to reduce spamming"] = "Användbart för att minska skräputskick"; +$a->strings["Notification Settings"] = "Notifieringsinställningar"; +$a->strings["By default post a status message when:"] = "Skicka som standard ett statusmeddelande när:"; +$a->strings["accepting a friend request"] = "du accepterar en vänförfrågan"; +$a->strings["joining a forum/community"] = "du går med i ett forum/en gemenskap"; +$a->strings["making an interesting profile change"] = "du gör en intressant ändring av profilen"; +$a->strings["Send a notification email when:"] = "Skicka en notifiering via e-post när:"; +$a->strings["You receive a connection request"] = "Du får en kontaktförfrågan"; +$a->strings["Your connections are confirmed"] = "Dina kontakter bekräftas"; +$a->strings["Someone writes on your profile wall"] = "Någon skriver på din profilvägg"; +$a->strings["Someone writes a followup comment"] = "Någon skriver en uppföljande kommentar"; +$a->strings["You receive a private message"] = "Du tar emot ett privat meddelande"; +$a->strings["You receive a friend suggestion"] = "Du tar emot ett vänförslag"; +$a->strings["You are tagged in a post"] = "Du taggas i ett inlägg"; +$a->strings["You are poked/prodded/etc. in a post"] = "Du puffas/stöts till/etc. i ett inlägg"; +$a->strings["Show visual notifications including:"] = "Visa visuella notifieringar vid:"; +$a->strings["Unseen matrix activity"] = "Oläst matrisaktivitet"; +$a->strings["Unseen channel activity"] = "Oläst kanalaktivitet"; +$a->strings["Unseen private messages"] = "Olästa privata meddelanden"; +$a->strings["Recommended"] = "Rekommenderas"; +$a->strings["Upcoming events"] = "Kommande händelser"; +$a->strings["Events today"] = "Dagens händelser"; +$a->strings["Upcoming birthdays"] = "Kommande födelsedagar"; +$a->strings["Not available in all themes"] = "Inte tillgänglig i alla teman"; +$a->strings["System (personal) notifications"] = "Systemmeddelanden (personliga)"; +$a->strings["System info messages"] = "Systemmeddelanden"; +$a->strings["System critical alerts"] = "Systemkritiska varningar"; +$a->strings["New connections"] = "Nya kontakter"; +$a->strings["System Registrations"] = "Systemregistreringar"; +$a->strings["Also show new wall posts, private messages and connections under Notices"] = "Visa även nya väggmeddelanden, privata meddelanden, och anslutningar under Meddelanden"; +$a->strings["Notify me of events this many days in advance"] = "Meddela mig om händelser så här många dagar i förväg"; +$a->strings["Must be greater than 0"] = "Måste vara större än 0"; +$a->strings["Advanced Account/Page Type Settings"] = "Avancerade konto-/sidtypsinställningar"; +$a->strings["Change the behaviour of this account for special situations"] = "Ändra det här kontots beteende i särskilda situationer"; +$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Aktivera expertläge (i Inställningar > Ytterligare funktioner) för att göra ändringar!"; +$a->strings["Miscellaneous Settings"] = "Diverse inställningar"; +$a->strings["Personal menu to display in your channel pages"] = "Personlig meny att visa i dina kanalsidor"; +$a->strings["Remove this channel"] = "Ta bort den här kanalen"; $a->strings["Could not access contact record."] = "Kunde inte komma åt kontaktuppgifter."; $a->strings["Could not locate selected profile."] = "Kunde inte hitta vald profil."; $a->strings["Connection updated."] = "Kontakt uppdaterad."; @@ -1306,9 +1295,14 @@ $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; $a->strings["Edit connection"] = "Redigera kontakt"; $a->strings["Search your connections"] = "Sök bland dina kontakter"; $a->strings["Finding: "] = "Sökning efter: "; -$a->strings["sent you a private message"] = "skickade ett privat meddelande till dig"; -$a->strings["added your channel"] = "lade till din kanal"; -$a->strings["posted an event"] = "skapade en händelse"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du har skapat %1$.0f av %2$.0f tillåtna kanaler."; +$a->strings["Create a new channel"] = "Skapa en ny kanal"; +$a->strings["Current Channel"] = "Nuvarande kanal"; +$a->strings["Switch to one of your channels by selecting it."] = "Växla till en av dina kanaler genom att välja den."; +$a->strings["Default Channel"] = "Standardkanal"; +$a->strings["Make Default"] = "Gör till standard"; +$a->strings["%d new messages"] = "%d nya meddelanden"; +$a->strings["%d new introductions"] = "%d nya presentationer"; $a->strings["is now connected to"] = "har nu kontakt med"; $a->strings["Could not access address book record."] = "Kunde inte komma åt adressboksuppgifter."; $a->strings["Refresh failed - channel is currently unavailable."] = "Uppdatering misslyckades - kanalen är inte tillgänglig."; @@ -1401,39 +1395,6 @@ $a->strings["Private Conversation"] = "Privat konversation"; $a->strings["Delete conversation"] = "Ta bort konversation"; $a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Ingen säker kommunikationskanal tillgänglig. Du kan möjligtvis svara från avsändarens profilsida."; $a->strings["Send Reply"] = "Skicka svar"; -$a->strings["Page owner information could not be retrieved."] = "Information om sidans ägare kunde inte hittas."; -$a->strings["Album not found."] = "Albumet hittades inte."; -$a->strings["Delete Album"] = "Ta bort album"; -$a->strings["Delete Photo"] = "Ta bort foto"; -$a->strings["No photos selected"] = "Inga foton valda"; -$a->strings["Access to this item is restricted."] = "Åtkomst till den här posten är begränsat."; -$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB av %2$.2f MB fotolagring använt."; -$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB fotolagring använt."; -$a->strings["Upload Photos"] = "Ladda upp foton"; -$a->strings["Enter a new album name"] = "Ange ett nytt albumnamn"; -$a->strings["or select an existing one (doubleclick)"] = "eller välj ett befintligt (dubbelklicka)"; -$a->strings["Do not show a status post for this upload"] = "Visa inte en statusuppdatering för den här uppladdningen"; -$a->strings["Album name could not be decoded"] = "Albumnamn kunde inte tolkas"; -$a->strings["Contact Photos"] = "Kontaktfoton"; -$a->strings["Show Newest First"] = "Visa nyast först"; -$a->strings["Show Oldest First"] = "Visa äldst först"; -$a->strings["View Photo"] = "Visa foto"; -$a->strings["Edit Album"] = "Redigera album"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Behörighet saknas. Åtkomst till den här posten kan vara begränsat."; -$a->strings["Photo not available"] = "Foto inte tillgängligt"; -$a->strings["Use as profile photo"] = "Använd som profilfoto"; -$a->strings["Private Photo"] = "Privat foto"; -$a->strings["View Full Size"] = "Visa fullstorlek"; -$a->strings["Edit photo"] = "Redigera foto"; -$a->strings["Rotate CW (right)"] = "Rotera medurs (höger)"; -$a->strings["Rotate CCW (left)"] = "Rotera moturs (vänster)"; -$a->strings["Caption"] = "Bildtext"; -$a->strings["Add a Tag"] = "Lägg till en tagg"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Exempel: @bob, @Barbara_Jensen, @jim@example.com"; -$a->strings["Flag as adult in album view"] = "Flagga som olämpligt för barn i albumvyn"; -$a->strings["In This Photo:"] = "På fotot:"; -$a->strings["View Album"] = "Visa album"; -$a->strings["Recent Photos"] = "Nya foton"; $a->strings["Bookmark added"] = "Bokmärke tillagt"; $a->strings["My Bookmarks"] = "Mina bokmärken"; $a->strings["My Connections Bookmarks"] = "Mina kontakters bokmärken"; @@ -1563,70 +1524,85 @@ $a->strings["No suggestions available. If this is a new site, please try again i $a->strings["Help with this feature"] = "Hjälp för den här funktionen"; $a->strings["Layout Name"] = "Layoutnamn"; $a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s taggade%2\$ss %3\$s med %4\$s"; -$a->strings["Profile not found."] = "Profil hittades inte."; -$a->strings["Profile deleted."] = "Profil borttagen."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Ny profil skapad."; -$a->strings["Profile unavailable to clone."] = "Profil inte tillgänglig för kloning."; -$a->strings["Profile unavailable to export."] = "Profil inte tillgänglig för export."; -$a->strings["Profile Name is required."] = "Profilnamn krävs."; -$a->strings["Marital Status"] = "Civilstånd"; -$a->strings["Romantic Partner"] = "Romantisk partner"; -$a->strings["Likes"] = "Gillar"; -$a->strings["Dislikes"] = "Ogillar"; -$a->strings["Work/Employment"] = "Arbete/sysselsättning"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Politisk åskådning"; -$a->strings["Gender"] = "Kön"; -$a->strings["Sexual Preference"] = "Sexuell preferens"; -$a->strings["Homepage"] = "Hemsida"; -$a->strings["Interests"] = "Intressen"; -$a->strings["Address"] = "Adress"; -$a->strings["Profile updated."] = "Profil uppdaterad."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Dölj din kontakt-/vänlista för de som ser den här profilen"; -$a->strings["Edit Profile Details"] = "Redigera profildetaljer"; -$a->strings["View this profile"] = "Visa den här profilen"; -$a->strings["Change Profile Photo"] = "Byt profilfoto"; -$a->strings["Create a new profile using these settings"] = "Skapa en ny profil utifrån de här inställningarna"; -$a->strings["Clone this profile"] = "Klona den här profilen"; -$a->strings["Delete this profile"] = "Ta bort den här profilen"; -$a->strings["Import profile from file"] = "Importera profil från fil"; -$a->strings["Export profile to file"] = "Exportera profil som fil"; -$a->strings["Profile Name:"] = "Profilnamn:"; -$a->strings["Your Full Name:"] = "Ditt fulllständiga namn:"; -$a->strings["Title/Description:"] = "Titel/beskrivning:"; -$a->strings["Your Gender:"] = "Ditt kön:"; -$a->strings["Birthday :"] = "Födelsedag:"; -$a->strings["Street Address:"] = "Gatuadress:"; -$a->strings["Locality/City:"] = "Ort:"; -$a->strings["Postal/Zip Code:"] = "Postnummer:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Region:"; -$a->strings[" Marital Status:"] = " Civilstånd:"; -$a->strings["Who: (if applicable)"] = "Vem: (om tillämpligt)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exempel: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Sedan [datum]"; -$a->strings["Homepage URL:"] = "Hemsideadress:"; -$a->strings["Religious Views:"] = "Religion/livsåskådning:"; -$a->strings["Keywords:"] = "Nyckelord:"; -$a->strings["Example: fishing photography software"] = "Exempel: fiske fotografering mjukvara"; -$a->strings["Used in directory listings"] = "Används i kataloglistningar"; -$a->strings["Tell us about yourself..."] = "Beskriv dig själv..."; -$a->strings["Hobbies/Interests"] = "Fritidssysselsättning/intressen"; -$a->strings["Contact information and Social Networks"] = "Kontaktinformation och sociala nätverk"; -$a->strings["My other channels"] = "Mina andra kanaler"; -$a->strings["Musical interests"] = "Musikintressen"; -$a->strings["Books, literature"] = "Böcker, litteratur"; -$a->strings["Television"] = "Tv"; -$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underhållning"; -$a->strings["Love/romance"] = "Kärlek/romantik"; -$a->strings["Work/employment"] = "Arbete/sysselsättning"; -$a->strings["School/education"] = "Skola/utbildning"; -$a->strings["This is your default profile."] = "Det här är din standardprofil."; -$a->strings["Age: "] = "Ålder:"; -$a->strings["Edit/Manage Profiles"] = "Redigera/hantera profiler"; -$a->strings["Add profile things"] = "Lägg till profilsaker"; -$a->strings["Include desirable objects in your profile"] = "Inkludera fina prylar i din profil"; +$a->strings["Red Matrix Server - Setup"] = "Red Matrix-server - inställningar"; +$a->strings["Could not connect to database."] = "Kunde inte ansluta till databasen."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS."; +$a->strings["Could not create table."] = "Kunde inte skapa tabell."; +$a->strings["Your site database has been installed."] = "Din serverdatabas har installerats."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Du kan behöva importera filen \"install/schema_xxx.sql\" manuellt med en databasklient."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Se filen \"install/INSTALL.txt\"."; +$a->strings["System check"] = "Systemkontroll"; +$a->strings["Check again"] = "Kontrollera igen"; +$a->strings["Database connection"] = "Databasanslutning"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Kontakta din servervärd eller administratör om du har frågor om de här inställningarna."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du anger nedan måste finnas. Om den inte gör det, skapa den innan du fortsätter."; +$a->strings["Database Server Name"] = "Databasserver"; +$a->strings["Default is localhost"] = "Standard är localhost"; +$a->strings["Database Port"] = "Databasport"; +$a->strings["Communication port number - use 0 for default"] = "Kommunikationsportnummer - använd 0 för standardinställning"; +$a->strings["Database Login Name"] = "Loginnamn till databas"; +$a->strings["Database Login Password"] = "Lösenord till databas"; +$a->strings["Database Name"] = "Databasnamn"; +$a->strings["Database Type"] = "Databastyp"; +$a->strings["Site administrator email address"] = "Serveradministratörens e-postadress"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ditt kontos e-postadress måste stämma med den här för att webbgränssnittet för administration ska kunna användas."; +$a->strings["Website URL"] = "Webbplatsens URL"; +$a->strings["Please use SSL (https) URL if available."] = "Ange en URL med SSL (https) om tillgängligt"; +$a->strings["Please select a default timezone for your website"] = "Välj en standardtidszon för din webbplats"; +$a->strings["Site settings"] = "Serverinställningar"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Om du inte har en kommandoradsversion av PHP installerad på servern kommer du inte att kunna köra bakgrundshämtning via cron."; +$a->strings["PHP executable path"] = "Sökväg till PHP-programmet"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen."; +$a->strings["Command line PHP"] = "Kommandorads-PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandoradsversionen av PHP på ditt system har inte \"register_argc_argv\" aktiverat."; +$a->strings["This is required for message delivery to work."] = "Det här behövs för att meddelandeleverans ska fungera."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fel: \"openssl_pkey_new\"-funktionen på det här systemet kan inte generera kryptonycklar"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generera kryptonycklar"; +$a->strings["libCurl PHP module"] = "PHP-modulen libCurl"; +$a->strings["GD graphics PHP module"] = "PHP-modulen GD graphics"; +$a->strings["OpenSSL PHP module"] = "PHP-modulen OpenSSL"; +$a->strings["mysqli or postgres PHP module"] = "PHP-modulen mysqli eller postgres"; +$a->strings["mb_string PHP module"] = "PHP-modulen mb_string"; +$a->strings["mcrypt PHP module"] = "PHP-modulen mcrypt"; +$a->strings["Apache mod_rewrite module"] = "Apache-modulen mod_rewrite"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Fel: PHP-modulen libCURL krävs men är inte installerad."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad."; +$a->strings["Error: openssl PHP module required but not installed."] = "Fel: PHP-modulen openssl krävs men är inte installerad."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Fel: en av PHP-modulerna mysqli eller postgres krävs men är inte installerad."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Fel: PHP-modulen mb_string krävs men är inte installerad."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Fel: PHP-modulen mcrypt krävs men är inte installerad."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Webbinstallationen måste kunna skapa filen \".htconfig.php\" i toppkatalogen på din webbserver men kan inte göra det."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php är skrivbar"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "För att spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter till katalogen %s under Reds toppkatalog."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Observera: som en säkerhetsåtgärd bör du ge webbservern skrivrättighet endast för %s - inte för mallfilerna (.tpl) som finns där."; +$a->strings["%s is writable"] = "%s är skrivbar"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog."; +$a->strings["store is writable"] = "store är skrivbar"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-åtkomst till den här servern."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Om du har https-åtkomst till din webbplats eller tillåter anslutningar till TCP-port 443 (https-porten) MÅSTE du använda ett certifikat som kan verifieras av webbläsare. Du FÅR INTE använda självsignerade certifikat!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Restriktionen finns eftersom offentliga inlägg från dig kan innehålla till exempel referenser till bilder på din egen hubb."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Om ditt certifikat inte känns igen kommer medlemmar på andra webbplatser (som själv kan ha giltiga certifikat) att få en varning på sin egen webbplats om säkerhetsproblem."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Detta kan orsaka problem med användbarheten (inte bara på din egen server) så vi måste trycka på det här kravet."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Det finns leverantörer som utfärdar gratis certifikat som känns igen av webbläsare."; +$a->strings["SSL certificate validation"] = "SSL-certifikatvalidering"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite i .htaccess fungerar inte. Kolla din serverkonfiguration. Test: "; +$a->strings["Url rewrite is working"] = "URL rewrite fungerar"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot."; +$a->strings["Errors encountered creating database tables."] = "Fel inträffade när databastabeller skulle skapas."; +$a->strings["

    What next

    "] = "

    Nästa steg

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]"; $a->strings["Tag removed"] = "Tagg borttagen"; $a->strings["Remove Item Tag"] = "Ta bort innehållstagg"; $a->strings["Select a tag to remove: "] = "Välj en tagg att ta bort: "; @@ -1786,12 +1762,6 @@ $a->strings["Help text"] = "Hjälptext"; $a->strings["Additional info (optional)"] = "Ytterligare info (frivilligt)"; $a->strings["Field definition not found"] = "Fältdefinition hittades inte"; $a->strings["Edit Profile Field"] = "Redigera profilfält"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du har skapat %1$.0f av %2$.0f tillåtna kanaler."; -$a->strings["Create a new channel"] = "Skapa en ny kanal"; -$a->strings["Current Channel"] = "Nuvarande kanal"; -$a->strings["Attach to one of your channels by selecting it."] = "Anslut till en av dina kanaler genom att välja den."; -$a->strings["Default Channel"] = "Standardkanal"; -$a->strings["Make Default"] = "Gör till standard"; $a->strings["Menu updated."] = "Meny uppdaterad."; $a->strings["Unable to update menu."] = "Kunde inte uppdatera meny."; $a->strings["Menu created."] = "Meny skapad."; @@ -1867,13 +1837,45 @@ $a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"A $a->strings["Choose a short nickname"] = "Välj ett kort smeknamn"; $a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Ditt smeknamn används för att skapa en kanaladress som är lätt att komma ihåg (som en e-postadress) som du kan dela med andra."; $a->strings["Or import an existing channel from another location"] = "Eller importera en befintlig kanal från en annan plats"; -$a->strings["Channel Type"] = "Kanaltyp"; -$a->strings["?"] = "?"; -$a->strings["What is this?"] = "Vad är detta?"; $a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Välj en kanaltyp (som till exempel socialt nätverkande eller gemenskapsforum) och integritetskrav, så kan vi välja de bästa behörigheterna åt dig"; +$a->strings["Channel Type"] = "Kanaltyp"; +$a->strings["Read more about roles"] = "Läs mer om roller"; $a->strings["Xchan Lookup"] = "Xchan-sökning"; $a->strings["Lookup xchan beginning with (or webbie): "] = "Sök efter xchan som börjar med (eller webbie): "; $a->strings["invalid target signature"] = "ogiltig målsignatur"; +$a->strings["Page owner information could not be retrieved."] = "Information om sidans ägare kunde inte hittas."; +$a->strings["Album not found."] = "Albumet hittades inte."; +$a->strings["Delete Album"] = "Ta bort album"; +$a->strings["Delete Photo"] = "Ta bort foto"; +$a->strings["No photos selected"] = "Inga foton valda"; +$a->strings["Access to this item is restricted."] = "Åtkomst till den här posten är begränsat."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB av %2$.2f MB fotolagring använt."; +$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB fotolagring använt."; +$a->strings["Upload Photos"] = "Ladda upp foton"; +$a->strings["Enter a new album name"] = "Ange ett nytt albumnamn"; +$a->strings["or select an existing one (doubleclick)"] = "eller välj ett befintligt (dubbelklicka)"; +$a->strings["Do not show a status post for this upload"] = "Visa inte en statusuppdatering för den här uppladdningen"; +$a->strings["Album name could not be decoded"] = "Albumnamn kunde inte tolkas"; +$a->strings["Contact Photos"] = "Kontaktfoton"; +$a->strings["Show Newest First"] = "Visa nyast först"; +$a->strings["Show Oldest First"] = "Visa äldst först"; +$a->strings["View Photo"] = "Visa foto"; +$a->strings["Edit Album"] = "Redigera album"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Behörighet saknas. Åtkomst till den här posten kan vara begränsat."; +$a->strings["Photo not available"] = "Foto inte tillgängligt"; +$a->strings["Use as profile photo"] = "Använd som profilfoto"; +$a->strings["Private Photo"] = "Privat foto"; +$a->strings["View Full Size"] = "Visa fullstorlek"; +$a->strings["Edit photo"] = "Redigera foto"; +$a->strings["Rotate CW (right)"] = "Rotera medurs (höger)"; +$a->strings["Rotate CCW (left)"] = "Rotera moturs (vänster)"; +$a->strings["Caption"] = "Bildtext"; +$a->strings["Add a Tag"] = "Lägg till en tagg"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Exempel: @bob, @Barbara_Jensen, @jim@example.com"; +$a->strings["Flag as adult in album view"] = "Flagga som olämpligt för barn i albumvyn"; +$a->strings["In This Photo:"] = "På fotot:"; +$a->strings["View Album"] = "Visa album"; +$a->strings["Recent Photos"] = "Nya foton"; $a->strings["Unable to find your hub."] = "Kunde inte hitta din hubb."; $a->strings["Post successful."] = "Sändning lyckades."; $a->strings["Gender: "] = "Kön:"; -- cgit v1.2.3
    {{$them}}{{$me}}