diff options
Diffstat (limited to 'view')
56 files changed, 17215 insertions, 16503 deletions
diff --git a/view/ca/strings.php b/view/ca/strings.php index 265058391..0d825839f 100644 --- a/view/ca/strings.php +++ b/view/ca/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_ca")) { function string_plural_select_ca($n){ return ($n != 1); -} +}} ; $a->strings["Post successful."] = "Publicat amb éxit."; $a->strings["[Embedded content - reload page to view]"] = "[Contingut embegut - recarrega la pàgina per a veure-ho]"; diff --git a/view/cs/strings.php b/view/cs/strings.php index 0c7d0d7bd..b0c778a6b 100644 --- a/view/cs/strings.php +++ b/view/cs/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_cs")) { function string_plural_select_cs($n){ return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2; -} +}} ; $a->strings["Post successful."] = "Příspěvek úspěšně odeslán"; $a->strings["Contact settings applied."] = "Nastavení kontaktu změněno"; diff --git a/view/css/choklet.css b/view/css/choklet.css index e5e0240f5..bf97e07b7 100644 --- a/view/css/choklet.css +++ b/view/css/choklet.css @@ -8,7 +8,6 @@ header #banner { #blog-banner { position: relative; - margin-top: 75px; width: 100%; margin-bottom: 20px; } @@ -19,6 +18,10 @@ nav.navbar { margin-right: 0; } +#nav-backer { + width: 100%; +} + aside#region_1 { display: block; min-width: 210px; diff --git a/view/css/choklet_bannertwo.css b/view/css/choklet_bannertwo.css new file mode 100644 index 000000000..92150ac94 --- /dev/null +++ b/view/css/choklet_bannertwo.css @@ -0,0 +1,62 @@ +header #banner { + position: fixed; + top: 0; + width: 250px; + margin-left: auto; + margin-right: auto; +} +#blog-banner { + position: relative; + width: 100%; + margin-bottom: 20px; + margin-left: auto; + margin-right: auto; + overflow-x: hidden; +} + +#blog-banner .widget { + border: none; +} + +main { + display: table; + table-layout: fixed; + position: relative; + width: 100%; + height: 100%; +} + +nav.navbar { + width: 100%; +} + +#nav-backer { + width: 100%; +} + +aside#region_1 { + min-width: 231px; + max-width: 231px; + display: table-cell; + width: 231px; + margin-left: 10px; +} + +aside input[type='text'] { + width: 174px; +} + + +section { + margin-left: 15px; + margin-right: 15px; + width: 100%; + display: table-cell; + padding: 0 10px 200px 10px; +} + +#region_3 { + display: none; +} + + diff --git a/view/css/choklet_edgesthree.css b/view/css/choklet_edgesthree.css index ad4b4e29c..df936d66e 100644 --- a/view/css/choklet_edgesthree.css +++ b/view/css/choklet_edgesthree.css @@ -18,6 +18,12 @@ nav.navbar { margin-right: 5%; } +#nav-backer { + width: 90%; + margin-left: 5%; + margin-right: 5%; +} + aside#region_1 { display: block; min-width: 210px; diff --git a/view/css/choklet_edgestwo.css b/view/css/choklet_edgestwo.css index 57d02679e..a591a01c4 100644 --- a/view/css/choklet_edgestwo.css +++ b/view/css/choklet_edgestwo.css @@ -10,6 +10,7 @@ header #banner { margin-top: 75px; width: 100%; margin-bottom: 20px; + overflow-x: hidden; } nav.navbar { @@ -18,6 +19,12 @@ nav.navbar { margin-right: 5%; } +#nav-backer { + width: 90%; + margin-left: 5%; + margin-right: 5%; +} + aside#region_1 { display: block; min-width: 210px; diff --git a/view/css/choklet_full.css b/view/css/choklet_full.css index 883bb1ed3..d00178016 100644 --- a/view/css/choklet_full.css +++ b/view/css/choklet_full.css @@ -12,6 +12,12 @@ nav.navbar { margin-right: 5%; } +#nav-backer { + width: 90%; + margin-left: 5%; + margin-right: 5%; +} + aside#region_1 { display: block; min-width: 210px; diff --git a/view/css/choklet_three.css b/view/css/choklet_three.css index 5bbff0e3b..5a305efcf 100644 --- a/view/css/choklet_three.css +++ b/view/css/choklet_three.css @@ -18,6 +18,12 @@ nav.navbar { margin-right: 0; } +#nav-backer { + width: 100%; + margin-left: 0; + margin-right: 0; +} + aside#region_1 { display: block; min-width: 210px; diff --git a/view/css/conversation.css b/view/css/conversation.css index 281f65683..b32a08486 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -6,7 +6,7 @@ border: 0px; margin: 0px; padding: 8px; - height: 3.4em; + height: 39px; width: 70%; margin-bottom: 5px; } @@ -16,7 +16,7 @@ } #profile-jot-text { - height: 3.4em; + height: 39px; padding: 8px; width: 100%; } @@ -46,18 +46,18 @@ margin: 16px; } -/* this is referenced in js/acl.js - not sure if it is still needed. */ .profile-jot-net { float: left; margin-right: 10px; margin-top: 5px; margin-bottom: 5px; + padding: 5px; } /* conversation */ .thread-wrapper.toplevel_item { - margin-bottom: 10px; + margin-bottom: 20px; } /* conv_item */ @@ -72,22 +72,6 @@ margin-right: 10px; } -.wallwall .wwto { - left: 50px; - margin: 0; - position: absolute; - width: 30px -} - -.wallwall .wwto img { - width: 30px !important; - height: 30px !important; -} - -.wallwall .wall-item-photo-end { - clear: both; -} - .wall-item-photo-wrapper { margin-top: 0px; margin-bottom: 20px; @@ -199,60 +183,21 @@ /* comment_item */ -.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo { - width: 40px; -} - -.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty { - height: 1.5em; -} - -.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit { - margin-left: 50px; -} - -.comment-edit-photo { - margin: 10px 10px 10px 7px; - float: left; -} - -[class^="comment-edit-bb"] { - display: none; - margin: 0px 0 -5px 0px; - padding: 0px; - width: 75%; - min-width: 170px -} - -[class^="comment-edit-bb"] > li { - display: inline-block; - margin: 10px 10px 0 0; - visibility: none; -} - -[class^="comment-edit-bb-end"] { - clear: both; -} - .comment-edit-text-empty, .comment-edit-text-full { float: left; - margin-top: 10px; - padding: 3px 1px 1px 3px; + width: 100%; padding: 8px; } .comment-edit-text-empty { - height: 2.8em; - width: 30%; - min-width: 170px; - overflow: auto; - margin-bottom: 10px; + height: 30px; + overflow: hidden; + resize: none; + } .comment-edit-text-full { height: 150px; - width: 50%; - min-width: 170px; overflow: auto; } @@ -280,14 +225,12 @@ filter:alpha(opacity=100); } -.comment-edit-text-end { - clear: both; -} - -.comment-edit-submit { - margin: 10px 0px 10px 52px; +.comment-tools { + display: none; + margin-top: 7px; } -.comment-preview-icon { - margin-left: 15px; +.comment-edit-preview { + display: none; + margin-top: 7px; } diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css new file mode 100644 index 000000000..2788817d9 --- /dev/null +++ b/view/css/mod_apps.css @@ -0,0 +1,5 @@ +.app-container { + float: left; + width: 125px; + padding: 20px; +} diff --git a/view/css/mod_events.css b/view/css/mod_events.css new file mode 100644 index 000000000..657eff082 --- /dev/null +++ b/view/css/mod_events.css @@ -0,0 +1,3 @@ +#event-desc-textarea, #event-location-textarea { + width: 400px; +}
\ No newline at end of file diff --git a/view/css/mod_mitem.css b/view/css/mod_mitem.css index 377d164fe..3a33ae955 100644 --- a/view/css/mod_mitem.css +++ b/view/css/mod_mitem.css @@ -4,4 +4,8 @@ .mitem-edit { margin-right: 15px; +} + +.menu-item-list li { + margin-bottom: 15px; }
\ No newline at end of file diff --git a/view/css/widgets.css b/view/css/widgets.css index f42ec65ee..8607cb562 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -45,8 +45,11 @@ margin: 10px 0 7px 0; } -#search-save { - margin: 10px 0 7px 5px; +#netsearch-box #search-save { + margin: 9px 0 7px 6px; +} +.search-save { + margin: 7px 0 7px 7px; } .saved-search-li { diff --git a/view/de/strings.php b/view/de/strings.php index 611eff282..443b2ec0c 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_de")) { function string_plural_select_de($n){ return ($n != 1);; -} +}} ; $a->strings["Categories"] = "Kategorien"; $a->strings["Connect"] = "Verbinden"; diff --git a/view/eo/strings.php b/view/eo/strings.php index 236022993..46649fcd3 100644 --- a/view/eo/strings.php +++ b/view/eo/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_eo")) { function string_plural_select_eo($n){ return ($n != 1); -} +}} ; $a->strings["Post successful."] = "Sukcese afiŝita."; $a->strings["[Embedded content - reload page to view]"] = "[Enigita enhavo - reŝargu paĝon por spekti ĝin]"; diff --git a/view/es/strings.php b/view/es/strings.php index d2b8e240e..bd3e6997f 100644 --- a/view/es/strings.php +++ b/view/es/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_es")) { function string_plural_select_es($n){ return ($n != 1); -} +}} ; $a->strings["Not Found"] = "No se ha encontrado"; $a->strings["Page not found."] = "Página no encontrada."; diff --git a/view/fr/strings.php b/view/fr/strings.php index 360b616d2..2de927cf7 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_fr")) { function string_plural_select_fr($n){ return ($n > 1);; -} +}} ; $a->strings["Categories"] = "Catégories"; $a->strings["Connect"] = "Relier"; diff --git a/view/it/messages.po b/view/it/messages.po index bea0d94b3..880a3ddf7 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-04-18 00:04-0700\n" -"PO-Revision-Date: 2014-04-22 06:53+0000\n" +"POT-Creation-Date: 2014-05-21 05:30-0300\n" +"PO-Revision-Date: 2014-05-22 10:56+0000\n" "Last-Translator: tuscanhobbit Pa <pynolo@tarine.net>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/red-matrix/language/it/)\n" "MIME-Version: 1.0\n" @@ -23,205 +23,248 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." +msgstr "Il canale è bloccato per questo sito." + +#: ../../include/follow.php:28 +msgid "Channel location missing." +msgstr "Manca l'indirizzo del canale." + +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." +msgstr "La risposta dal canale non è completa." + +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." +msgstr "Il canale è stato rimosso e non esiste più." + +#: ../../include/follow.php:132 +msgid "Channel discovery failed." +msgstr "La ricerca del canale non ha avuto successo." + +#: ../../include/follow.php:149 +msgid "local account not found." +msgstr "l'account locale non è stato trovato." + +#: ../../include/follow.php:158 +msgid "Cannot connect to yourself." +msgstr "Non puoi connetterti a te stesso." + +#: ../../include/reddav.php:1045 +msgid "Edit File properties" +msgstr "Modifica le proprietà dei file" + +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "l d F Y \\@ G:i" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "Inizio:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "Fine:" + +#: ../../include/event.php:40 ../../include/bb2diaspora.php:455 +#: ../../include/identity.php:726 ../../mod/dirprofile.php:105 +#: ../../mod/directory.php:156 ../../mod/events.php:474 +msgid "Location:" +msgstr "Luogo:" + #: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 msgid "Categories" msgstr "Categorie" -#: ../../include/widgets.php:115 ../../include/widgets.php:155 +#: ../../include/widgets.php:79 +msgid "App Category" +msgstr "Categoria app" + +#: ../../include/widgets.php:80 +msgid "System" +msgstr "Sistema" + +#: ../../include/widgets.php:81 ../../include/conversation.php:1415 +msgid "Personal" +msgstr "Personali" + +#: ../../include/widgets.php:127 ../../include/widgets.php:167 #: ../../include/Contact.php:107 ../../include/identity.php:675 -#: ../../mod/directory.php:188 ../../mod/match.php:62 -#: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 +#: ../../mod/dirprofile.php:164 ../../mod/directory.php:183 +#: ../../mod/suggest.php:51 ../../mod/match.php:62 msgid "Connect" msgstr "Entra in contatto" -#: ../../include/widgets.php:117 ../../mod/suggest.php:53 +#: ../../include/widgets.php:129 ../../mod/suggest.php:53 msgid "Ignore/Hide" msgstr "Ignora/nascondi" -#: ../../include/widgets.php:123 ../../mod/connections.php:265 +#: ../../include/widgets.php:135 ../../mod/connections.php:266 msgid "Suggestions" msgstr "Suggerimenti" -#: ../../include/widgets.php:124 +#: ../../include/widgets.php:136 msgid "See more..." msgstr "Altro..." -#: ../../include/widgets.php:146 +#: ../../include/widgets.php:158 #, php-format msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "Hai attivato %1$.0f delle %2$.0f connessioni permesse." -#: ../../include/widgets.php:152 +#: ../../include/widgets.php:164 msgid "Add New Connection" msgstr "Aggiungi un contatto" -#: ../../include/widgets.php:153 +#: ../../include/widgets.php:165 msgid "Enter the channel address" msgstr "Scrivi l'indirizzo del canale" -#: ../../include/widgets.php:154 +#: ../../include/widgets.php:166 msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Per esempio: mario@pippo.it oppure http://pluto.com/barbara" -#: ../../include/widgets.php:171 +#: ../../include/widgets.php:183 msgid "Notes" msgstr "Note" -#: ../../include/widgets.php:173 ../../include/text.php:805 -#: ../../include/text.php:819 ../../mod/filer.php:50 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:185 ../../include/text.php:815 +#: ../../include/text.php:829 ../../mod/filer.php:50 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 msgid "Save" msgstr "Salva" -#: ../../include/widgets.php:243 +#: ../../include/widgets.php:255 msgid "Remove term" msgstr "Rimuovi termine" -#: ../../include/widgets.php:252 ../../include/features.php:52 +#: ../../include/widgets.php:264 ../../include/features.php:52 msgid "Saved Searches" msgstr "Ricerche salvate" -#: ../../include/widgets.php:253 ../../include/group.php:290 +#: ../../include/widgets.php:265 ../../include/group.php:290 msgid "add" msgstr "aggiungi" -#: ../../include/widgets.php:283 ../../include/features.php:66 +#: ../../include/widgets.php:295 ../../include/features.php:66 #: ../../include/contact_widgets.php:58 msgid "Saved Folders" msgstr "Cartelle salvate" -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:61 +#: ../../include/widgets.php:298 ../../include/contact_widgets.php:61 #: ../../include/contact_widgets.php:95 msgid "Everything" msgstr "Tutto" -#: ../../include/widgets.php:322 +#: ../../include/widgets.php:334 msgid "Archives" msgstr "Archivi" -#: ../../include/widgets.php:384 +#: ../../include/widgets.php:396 msgid "Refresh" msgstr "Aggiorna" -#: ../../include/widgets.php:385 ../../mod/connedit.php:395 +#: ../../include/widgets.php:397 ../../mod/connedit.php:428 msgid "Me" msgstr "Io" -#: ../../include/widgets.php:386 ../../mod/connedit.php:397 +#: ../../include/widgets.php:398 ../../mod/connedit.php:430 msgid "Best Friends" msgstr "Buoni amici" -#: ../../include/widgets.php:387 ../../include/identity.php:342 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 +#: ../../include/widgets.php:399 ../../include/profile_selectors.php:42 +#: ../../include/identity.php:342 ../../mod/connedit.php:431 msgid "Friends" msgstr "Amici" -#: ../../include/widgets.php:388 +#: ../../include/widgets.php:400 msgid "Co-workers" msgstr "Colleghi" -#: ../../include/widgets.php:389 ../../mod/connedit.php:399 +#: ../../include/widgets.php:401 ../../mod/connedit.php:432 msgid "Former Friends" msgstr "Ex amici" -#: ../../include/widgets.php:390 ../../mod/connedit.php:400 +#: ../../include/widgets.php:402 ../../mod/connedit.php:433 msgid "Acquaintances" msgstr "Conoscenti" -#: ../../include/widgets.php:391 +#: ../../include/widgets.php:403 msgid "Everybody" msgstr "Tutti" -#: ../../include/widgets.php:423 +#: ../../include/widgets.php:435 msgid "Account settings" msgstr "Impostazioni dell'account" -#: ../../include/widgets.php:429 +#: ../../include/widgets.php:441 msgid "Channel settings" msgstr "Impostazioni del canale" -#: ../../include/widgets.php:435 +#: ../../include/widgets.php:447 msgid "Additional features" msgstr "Funzionalità aggiuntive" -#: ../../include/widgets.php:441 +#: ../../include/widgets.php:453 msgid "Feature settings" msgstr "Impostazioni aggiuntive" -#: ../../include/widgets.php:447 +#: ../../include/widgets.php:459 msgid "Display settings" msgstr "Impostazioni grafiche" -#: ../../include/widgets.php:453 +#: ../../include/widgets.php:465 msgid "Connected apps" msgstr "App connesse" -#: ../../include/widgets.php:459 +#: ../../include/widgets.php:471 msgid "Export channel" msgstr "Esporta il canale" -#: ../../include/widgets.php:471 +#: ../../include/widgets.php:483 msgid "Automatic Permissions (Advanced)" msgstr "Permessi predefiniti (avanzato)" -#: ../../include/widgets.php:481 +#: ../../include/widgets.php:493 msgid "Premium Channel Settings" msgstr "Canale premium - impostazioni" -#: ../../include/widgets.php:490 ../../include/features.php:43 +#: ../../include/widgets.php:502 ../../include/features.php:43 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "Sorgenti del canale" -#: ../../include/widgets.php:501 ../../include/nav.php:186 +#: ../../include/widgets.php:513 ../../include/nav.php:186 #: ../../mod/admin.php:976 ../../mod/admin.php:1181 msgid "Settings" msgstr "Impostazioni" -#: ../../include/widgets.php:518 +#: ../../include/widgets.php:530 msgid "Check Mail" msgstr "Controlla i messaggi" -#: ../../include/widgets.php:523 ../../include/nav.php:177 +#: ../../include/widgets.php:535 ../../include/nav.php:177 msgid "New Message" msgstr "Nuovo messaggio" -#: ../../include/widgets.php:599 +#: ../../include/widgets.php:611 msgid "Chat Rooms" msgstr "Chat attive" -#: ../../include/widgets.php:617 +#: ../../include/widgets.php:629 msgid "Bookmarked Chatrooms" msgstr "Chat nei segnalibri" -#: ../../include/widgets.php:635 +#: ../../include/widgets.php:647 msgid "Suggested Chatrooms" msgstr "Chat suggerite" -#: ../../include/activities.php:39 -msgid " and " -msgstr "e" - -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "profilo pubblico" - -#: ../../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/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Guarda %2$s di %1$s " - -#: ../../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/api.php:1016 +msgid "Public Timeline" +msgstr "Diario pubblico" -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1443 +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1450 msgid "Logout" msgstr "Esci" @@ -238,7 +281,7 @@ msgid "Your posts and conversations" msgstr "I tuoi articoli e conversazioni" #: ../../include/nav.php:81 ../../include/conversation.php:937 -#: ../../mod/connedit.php:318 ../../mod/connedit.php:432 +#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 msgid "View Profile" msgstr "Profilo" @@ -254,8 +297,8 @@ msgstr "Modifica i profili" msgid "Manage/Edit profiles" msgstr "Gestisci/modifica i profili" -#: ../../include/nav.php:84 ../../include/conversation.php:1504 -#: ../../mod/fbrowser.php:25 +#: ../../include/nav.php:84 ../../include/conversation.php:1501 +#: ../../include/apps.php:110 ../../mod/fbrowser.php:25 msgid "Photos" msgstr "Foto" @@ -263,7 +306,7 @@ msgstr "Foto" msgid "Your photos" msgstr "Le tue foto" -#: ../../include/nav.php:85 ../../include/conversation.php:1513 +#: ../../include/nav.php:85 ../../include/conversation.php:1510 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "Elenco file" @@ -281,7 +324,8 @@ msgid "Your chatrooms" msgstr "Le tue chat" #: ../../include/nav.php:87 ../../include/nav.php:180 -#: ../../include/conversation.php:1535 ../../mod/events.php:357 +#: ../../include/conversation.php:1532 ../../include/apps.php:111 +#: ../../mod/events.php:366 msgid "Events" msgstr "Eventi" @@ -289,7 +333,7 @@ msgstr "Eventi" msgid "Your events" msgstr "I tuoi eventi" -#: ../../include/nav.php:88 ../../include/conversation.php:1543 +#: ../../include/nav.php:88 ../../include/conversation.php:1540 msgid "Bookmarks" msgstr "Segnalibri" @@ -297,7 +341,7 @@ msgstr "Segnalibri" msgid "Your bookmarks" msgstr "I tuoi segnalibri" -#: ../../include/nav.php:90 ../../include/conversation.php:1554 +#: ../../include/nav.php:90 ../../include/conversation.php:1551 #: ../../mod/webpages.php:79 msgid "Webpages" msgstr "Pagine web" @@ -306,7 +350,7 @@ msgstr "Pagine web" msgid "Your webpages" msgstr "Le tue pagine web" -#: ../../include/nav.php:94 ../../boot.php:1444 +#: ../../include/nav.php:94 ../../boot.php:1451 msgid "Login" msgstr "Accedi" @@ -327,7 +371,7 @@ msgstr "Clicca per autenticarti sul tuo server principale" msgid "Home Page" msgstr "Bacheca" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1420 +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1427 msgid "Register" msgstr "Iscriviti" @@ -335,7 +379,8 @@ msgstr "Iscriviti" msgid "Create an account" msgstr "Crea un account" -#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65 +#: ../../include/nav.php:139 ../../include/apps.php:113 ../../mod/help.php:60 +#: ../../mod/help.php:65 msgid "Help" msgstr "Guida" @@ -343,7 +388,7 @@ msgstr "Guida" msgid "Help and documentation" msgstr "Guida e documentazione" -#: ../../include/nav.php:142 +#: ../../include/nav.php:142 ../../mod/apps.php:17 ../../mod/apps.php:35 msgid "Apps" msgstr "Apps" @@ -351,8 +396,8 @@ msgstr "Apps" msgid "Addon applications, utilities, games" msgstr "App, strumenti e giochi aggiuntivi" -#: ../../include/nav.php:144 ../../include/text.php:803 -#: ../../include/text.php:817 ../../mod/search.php:29 +#: ../../include/nav.php:144 ../../include/text.php:813 +#: ../../include/text.php:827 ../../mod/search.php:29 msgid "Search" msgstr "Cerca" @@ -360,7 +405,8 @@ msgstr "Cerca" msgid "Search site content" msgstr "Cerca nel sito" -#: ../../include/nav.php:147 ../../mod/directory.php:215 +#: ../../include/nav.php:147 ../../include/apps.php:112 +#: ../../mod/directory.php:210 msgid "Directory" msgstr "Tutti i canali" @@ -368,7 +414,7 @@ msgstr "Tutti i canali" msgid "Channel Locator" msgstr "Ricerca canali" -#: ../../include/nav.php:158 +#: ../../include/nav.php:158 ../../include/apps.php:107 msgid "Matrix" msgstr "La tua rete" @@ -380,7 +426,7 @@ msgstr "La tua rete" msgid "Mark all matrix notifications seen" msgstr "Segna come lette le notifiche della tua rete" -#: ../../include/nav.php:161 +#: ../../include/nav.php:161 ../../include/apps.php:108 msgid "Channel Home" msgstr "Bacheca del canale" @@ -393,7 +439,7 @@ msgid "Mark all channel notifications seen" msgstr "Segna come lette le notifiche dei canali" #: ../../include/nav.php:165 ../../include/nav.php:188 -#: ../../mod/connections.php:384 +#: ../../mod/connections.php:385 msgid "Connections" msgstr "Contatti" @@ -409,7 +455,7 @@ msgstr "Notifiche" msgid "See all notifications" msgstr "Vedi tutte le notifiche" -#: ../../include/nav.php:170 +#: ../../include/nav.php:170 ../../mod/notifications.php:99 msgid "Mark all system notifications seen" msgstr "Segna come lette le notifiche di sistema" @@ -481,340 +527,87 @@ msgstr "Niente di nuovo qui" msgid "Please wait..." msgstr "Attendere..." -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" -msgstr "l d F Y \\@ G:i" - -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" -msgstr "Inizio:" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" -msgstr "Fine:" - -#: ../../include/event.php:40 ../../include/identity.php:726 -#: ../../include/bb2diaspora.php:455 ../../mod/events.php:465 -#: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 -msgid "Location:" -msgstr "Luogo:" - -#: ../../include/api.php:1016 -msgid "Public Timeline" -msgstr "Diario pubblico" - -#: ../../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/features.php:23 -msgid "General Features" -msgstr "Funzionalità generali" - -#: ../../include/features.php:25 -msgid "Content Expiration" -msgstr "Scadenza" - -#: ../../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 che è trascorso del tempo" - -#: ../../include/features.php:26 -msgid "Multiple Profiles" -msgstr "Profili multipli" - -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" -msgstr "Abilitazione a creare profili multipli" - -#: ../../include/features.php:27 -msgid "Web Pages" -msgstr "Pagine web" - -#: ../../include/features.php:27 -msgid "Provide managed web pages on your channel" -msgstr "Attiva la creazione di pagine web sul tuo canale" - -#: ../../include/features.php:28 -msgid "Private Notes" -msgstr "Note private" - -#: ../../include/features.php:28 -msgid "Enables a tool to store notes and reminders" -msgstr "Abilita il riquadro per scrivere annotazioni" - -#: ../../include/features.php:33 -msgid "Extended Identity Sharing" -msgstr "Condivisione avanzata dell'identità" - -#: ../../include/features.php:33 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." -msgstr "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti red matrix." - -#: ../../include/features.php:34 -msgid "Expert Mode" -msgstr "Modalità esperto" - -#: ../../include/features.php:34 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate" - -#: ../../include/features.php:35 -msgid "Premium Channel" -msgstr "Canale premium" - -#: ../../include/features.php:35 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Ti permette di imporre delle restrizioni e dei termini d'uso a chi segue il canale" +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Contenuti incorporati" -#: ../../include/features.php:40 -msgid "Post Composition Features" -msgstr "Modalità di scrittura articoli" +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "Contenuti incorporati - funzione disabilitata" -#: ../../include/features.php:41 -msgid "Richtext Editor" -msgstr "Editor grafico" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:642 +#: ../../include/bbcode.php:645 ../../include/bbcode.php:650 +#: ../../include/bbcode.php:653 ../../include/bbcode.php:656 +#: ../../include/bbcode.php:659 ../../include/bbcode.php:664 +#: ../../include/bbcode.php:667 ../../include/bbcode.php:672 +#: ../../include/bbcode.php:675 ../../include/bbcode.php:678 +#: ../../include/bbcode.php:681 +msgid "Image/photo" +msgstr "Immagine" -#: ../../include/features.php:41 -msgid "Enable richtext editor" -msgstr "Abilita l'editor grafico" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:692 +msgid "Encrypted content" +msgstr "Contenuto crittografato" -#: ../../include/features.php:42 -msgid "Post Preview" -msgstr "Anteprima articolo" +#: ../../include/bbcode.php:179 +msgid "QR code" +msgstr "QR code" -#: ../../include/features.php:42 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli" +#: ../../include/bbcode.php:228 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s ha scritto %2$s %3$s" -#: ../../include/features.php:43 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Importa automaticamente il contenuto del canale da altri canali o feed" +#: ../../include/bbcode.php:230 +msgid "post" +msgstr "l'articolo" -#: ../../include/features.php:44 -msgid "Even More Encryption" -msgstr "Crittografia addizionale" +#: ../../include/bbcode.php:610 ../../include/bbcode.php:630 +msgid "$1 wrote:" +msgstr "$1 ha scritto:" -#: ../../include/features.php:44 +#: ../../include/group.php:25 msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Rendi possibile la crittografia dei contenuti tra mittente e destinatari con una chiave segreta" - -#: ../../include/features.php:49 -msgid "Network and Stream Filtering" -msgstr "Filtraggio dei contenuti" - -#: ../../include/features.php:50 -msgid "Search by Date" -msgstr "Ricerca per data" - -#: ../../include/features.php:50 -msgid "Ability to select posts by date ranges" -msgstr "Per selezionare gli articoli in un intervallo tra date" - -#: ../../include/features.php:51 -msgid "Collections Filter" -msgstr "Filtra per insiemi di canali" - -#: ../../include/features.php:51 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali" - -#: ../../include/features.php:52 -msgid "Save search terms for re-use" -msgstr "Salva i termini delle ricerche per poterle ripetere" - -#: ../../include/features.php:53 -msgid "Network Personal Tab" -msgstr "Attività personale" - -#: ../../include/features.php:53 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Abilita il link per mostrare solamente i contenuti con cui hai interagito" - -#: ../../include/features.php:54 -msgid "Network New Tab" -msgstr "Contenuti nuovi" - -#: ../../include/features.php:54 -msgid "Enable tab to display all new Network activity" -msgstr "Abilita il link per visualizzare solo i nuovi contenuti" - -#: ../../include/features.php:55 -msgid "Affinity Tool" -msgstr "Filtro per affinità" - -#: ../../include/features.php:55 -msgid "Filter stream activity by depth of relationships" -msgstr "Permette di selezionare i contenuti in base al livello di amicizia" - -#: ../../include/features.php:56 -msgid "Suggest Channels" -msgstr "Suggerisci canali" - -#: ../../include/features.php:56 -msgid "Show channel suggestions" -msgstr "Mostra alcuni canali che potrebbero interessarti" - -#: ../../include/features.php:61 -msgid "Post/Comment Tools" -msgstr "Gestione articoli e commenti" - -#: ../../include/features.php:63 -msgid "Edit Sent Posts" -msgstr "Modifica gli articoli già inviati" - -#: ../../include/features.php:63 -msgid "Edit and correct posts and comments after sending" -msgstr "Modifica e correggi gli articoli o i commenti anche dopo l'invio" - -#: ../../include/features.php:64 -msgid "Tagging" -msgstr "Tag" - -#: ../../include/features.php:64 -msgid "Ability to tag existing posts" -msgstr "Permetti l'aggiunta di tag su articoli già esistenti" - -#: ../../include/features.php:65 -msgid "Post Categories" -msgstr "Categorie degli articoli" - -#: ../../include/features.php:65 -msgid "Add categories to your posts" -msgstr "Abilita le categorie per i tuoi articoli" - -#: ../../include/features.php:66 -msgid "Ability to file posts under folders" -msgstr "Abilita la raccolta dei tuoi articoli in cartelle" - -#: ../../include/features.php:67 -msgid "Dislike Posts" -msgstr "Non mi piace" - -#: ../../include/features.php:67 -msgid "Ability to dislike posts/comments" -msgstr "Abilità la funzionalità \"non mi piace\" per i tuoi articoli" - -#: ../../include/features.php:68 -msgid "Star Posts" -msgstr "Articoli stella (preferiti)" - -#: ../../include/features.php:68 -msgid "Ability to mark special posts with a star indicator" -msgstr "Mostra la stella per scegliere gli articoli preferiti" - -#: ../../include/features.php:69 -msgid "Tag Cloud" -msgstr "Nuvola di tag" - -#: ../../include/features.php:69 -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/contact_selectors.php:30 -msgid "Unknown | Not categorised" -msgstr "Sconosciuto | Senza categoria" - -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" -msgstr "Blocca subito" - -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" -msgstr "Spammer o dedito al marketing" - -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" -msgstr "Lo conosco, ma non ho un'opinione particolare" - -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" -msgstr "È ok, probabilmente innocuo" - -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" -msgstr "Affidabile, ha la mia fiducia" - -#: ../../include/contact_selectors.php:54 -msgid "Frequently" -msgstr "Frequentemente" - -#: ../../include/contact_selectors.php:55 -msgid "Hourly" -msgstr "Ogni ora" - -#: ../../include/contact_selectors.php:56 -msgid "Twice daily" -msgstr "Due volte al giorno" - -#: ../../include/contact_selectors.php:57 -msgid "Daily" -msgstr "Ogni giorno" - -#: ../../include/contact_selectors.php:58 -msgid "Weekly" -msgstr "Ogni settimana" - -#: ../../include/contact_selectors.php:59 -msgid "Monthly" -msgstr "Ogni mese" - -#: ../../include/contact_selectors.php:74 -msgid "Friendica" -msgstr "Friendica" - -#: ../../include/contact_selectors.php:75 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:76 -msgid "RSS/Atom" -msgstr "RSS/Atom" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso." -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 -#: ../../mod/admin.php:762 ../../boot.php:1446 -msgid "Email" -msgstr "Email" +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" +msgstr "Insieme predefinito per i canali che inizi a seguire" -#: ../../include/contact_selectors.php:78 -msgid "Diaspora" -msgstr "Diaspora" +#: ../../include/group.php:242 ../../mod/admin.php:762 +msgid "All Channels" +msgstr "Tutti i canali" -#: ../../include/contact_selectors.php:79 -msgid "Facebook" -msgstr "Facebook" +#: ../../include/group.php:264 +msgid "edit" +msgstr "modifica" -#: ../../include/contact_selectors.php:80 -msgid "Zot!" -msgstr "Zot!" +#: ../../include/group.php:285 +msgid "Collections" +msgstr "Insiemi di canali" -#: ../../include/contact_selectors.php:81 -msgid "LinkedIn" -msgstr "LinkedIn" +#: ../../include/group.php:286 +msgid "Edit collection" +msgstr "Modifica l'insieme di canali" -#: ../../include/contact_selectors.php:82 -msgid "XMPP/IM" -msgstr "XMPP/IM" +#: ../../include/group.php:287 +msgid "Create a new collection" +msgstr "Crea un nuovo insieme" -#: ../../include/contact_selectors.php:83 -msgid "MySpace" -msgstr "MySpace" +#: ../../include/group.php:288 +msgid "Channels not in any collection" +msgstr "Canali che non sono in un insieme" -#: ../../include/conversation.php:117 ../../include/text.php:1697 -#: ../../mod/like.php:111 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +#: ../../include/conversation.php:117 ../../include/text.php:1705 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:45 ../../mod/like.php:111 msgid "photo" msgstr "la foto" -#: ../../include/conversation.php:120 ../../include/text.php:1700 +#: ../../include/conversation.php:120 ../../include/text.php:1708 #: ../../mod/tagger.php:49 msgid "event" msgstr "l'evento" @@ -823,12 +616,13 @@ msgstr "l'evento" msgid "channel" msgstr "canale" -#: ../../include/conversation.php:145 ../../include/text.php:1703 -#: ../../mod/like.php:111 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +#: ../../include/conversation.php:145 ../../include/text.php:1711 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:53 ../../mod/like.php:111 msgid "status" msgstr "il messaggio di stato" -#: ../../include/conversation.php:147 ../../include/text.php:1705 +#: ../../include/conversation.php:147 ../../include/text.php:1713 #: ../../mod/tagger.php:55 msgid "comment" msgstr "il commento" @@ -853,7 +647,7 @@ msgstr "%1$s adesso è connesso con %2$s" msgid "%1$s poked %2$s" msgstr "%1$s ha mandato un poke a %2$s" -#: ../../include/conversation.php:240 ../../include/text.php:885 +#: ../../include/conversation.php:240 ../../include/text.php:895 msgid "poked" msgstr "ha ricevuto un poke" @@ -867,9 +661,10 @@ msgid "Select" msgstr "Seleziona" #: ../../include/conversation.php:632 ../../include/ItemObject.php:108 -#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 -#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:365 -#: ../../mod/filestorage.php:171 ../../mod/photos.php:1043 +#: ../../include/apps.php:156 ../../mod/group.php:176 ../../mod/thing.php:236 +#: ../../mod/filestorage.php:175 ../../mod/connedit.php:398 +#: ../../mod/settings.php:578 ../../mod/photos.php:1043 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 msgid "Delete" msgstr "Elimina" @@ -878,7 +673,7 @@ msgstr "Elimina" msgid "Private Message" msgstr "Messaggio privato" -#: ../../include/conversation.php:646 ../../include/ItemObject.php:161 +#: ../../include/conversation.php:646 ../../include/ItemObject.php:182 msgid "Message is verified" msgstr "Messaggio verificato" @@ -895,17 +690,17 @@ msgstr "Categorie:" msgid "Filed under:" msgstr "Classificato come:" -#: ../../include/conversation.php:690 ../../include/ItemObject.php:226 +#: ../../include/conversation.php:690 ../../include/ItemObject.php:247 #, php-format msgid " from %s" msgstr " da %s" -#: ../../include/conversation.php:693 ../../include/ItemObject.php:229 +#: ../../include/conversation.php:693 ../../include/ItemObject.php:250 #, php-format msgid "last edited: %s" msgstr "ultima modifica: %s" -#: ../../include/conversation.php:694 ../../include/ItemObject.php:230 +#: ../../include/conversation.php:694 ../../include/ItemObject.php:251 #, php-format msgid "Expires: %s" msgstr "Scadenza: %s" @@ -915,10 +710,10 @@ msgid "View in context" msgstr "Vedi nel contesto" #: ../../include/conversation.php:711 ../../include/conversation.php:1127 -#: ../../include/ItemObject.php:259 ../../mod/mail.php:222 -#: ../../mod/mail.php:336 ../../mod/editpost.php:121 -#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115 -#: ../../mod/editwebpage.php:152 ../../mod/photos.php:974 +#: ../../include/ItemObject.php:290 ../../mod/editlayout.php:115 +#: ../../mod/editpost.php:121 ../../mod/photos.php:974 +#: ../../mod/editblock.php:120 ../../mod/editwebpage.php:152 +#: ../../mod/mail.php:222 ../../mod/mail.php:336 msgid "Please wait" msgstr "Attendere" @@ -1040,20 +835,21 @@ msgstr "Salva nella cartella:" msgid "Where are you right now?" msgstr "Dove sei ora?" -#: ../../include/conversation.php:1078 ../../mod/mail.php:172 -#: ../../mod/mail.php:270 ../../mod/editpost.php:52 +#: ../../include/conversation.php:1078 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:270 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Scade il YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1088 ../../include/ItemObject.php:557 +#: ../../include/conversation.php:1088 ../../include/ItemObject.php:588 +#: ../../include/page_widgets.php:40 ../../mod/editlayout.php:135 #: ../../mod/webpages.php:123 ../../mod/editpost.php:140 -#: ../../mod/editblock.php:141 ../../mod/editlayout.php:135 -#: ../../mod/editwebpage.php:175 ../../mod/photos.php:994 +#: ../../mod/photos.php:994 ../../mod/editblock.php:141 +#: ../../mod/editwebpage.php:175 msgid "Preview" msgstr "Anteprima" -#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 -#: ../../mod/photos.php:973 +#: ../../include/conversation.php:1102 ../../mod/photos.php:973 +#: ../../mod/layouts.php:113 msgid "Share" msgstr "Condividi" @@ -1065,10 +861,9 @@ msgstr "Link del titolo" msgid "Post as" msgstr "Pubblica come " -#: ../../include/conversation.php:1108 ../../mod/mail.php:219 -#: ../../mod/mail.php:332 ../../mod/editpost.php:113 -#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:144 +#: ../../include/conversation.php:1108 ../../mod/editlayout.php:107 +#: ../../mod/editpost.php:113 ../../mod/editblock.php:112 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 msgid "Upload photo" msgstr "Carica foto" @@ -1076,10 +871,9 @@ msgstr "Carica foto" msgid "upload photo" msgstr "carica foto" -#: ../../include/conversation.php:1110 ../../mod/mail.php:220 -#: ../../mod/mail.php:333 ../../mod/editpost.php:114 -#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108 -#: ../../mod/editwebpage.php:145 +#: ../../include/conversation.php:1110 ../../mod/editlayout.php:108 +#: ../../mod/editpost.php:114 ../../mod/editblock.php:113 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 msgid "Attach file" msgstr "Allega file" @@ -1087,10 +881,9 @@ msgstr "Allega file" msgid "attach file" msgstr "allega file" -#: ../../include/conversation.php:1112 ../../mod/mail.php:221 -#: ../../mod/mail.php:334 ../../mod/editpost.php:115 -#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109 -#: ../../mod/editwebpage.php:146 +#: ../../include/conversation.php:1112 ../../mod/editlayout.php:109 +#: ../../mod/editpost.php:115 ../../mod/editblock.php:114 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 msgid "Insert web link" msgstr "Inserisci un indirizzo web" @@ -1114,8 +907,8 @@ msgstr "Inserisci l'indirizzo di un audio" msgid "audio link" msgstr "link audio" -#: ../../include/conversation.php:1118 ../../mod/editpost.php:119 -#: ../../mod/editblock.php:118 ../../mod/editlayout.php:113 +#: ../../include/conversation.php:1118 ../../mod/editlayout.php:113 +#: ../../mod/editpost.php:119 ../../mod/editblock.php:118 #: ../../mod/editwebpage.php:150 msgid "Set your location" msgstr "La tua località" @@ -1124,8 +917,8 @@ msgstr "La tua località" msgid "set location" msgstr "la tua località" -#: ../../include/conversation.php:1120 ../../mod/editpost.php:120 -#: ../../mod/editblock.php:119 ../../mod/editlayout.php:114 +#: ../../include/conversation.php:1120 ../../mod/editlayout.php:114 +#: ../../mod/editpost.php:120 ../../mod/editblock.php:119 #: ../../mod/editwebpage.php:151 msgid "Clear browser location" msgstr "Rimuovi la località data dal browser" @@ -1134,20 +927,20 @@ msgstr "Rimuovi la località data dal browser" msgid "clear location" msgstr "rimuovi la località" -#: ../../include/conversation.php:1123 ../../mod/editpost.php:132 -#: ../../mod/editblock.php:132 ../../mod/editlayout.php:126 +#: ../../include/conversation.php:1123 ../../mod/editlayout.php:126 +#: ../../mod/editpost.php:132 ../../mod/editblock.php:132 #: ../../mod/editwebpage.php:167 msgid "Set title" msgstr "Scegli un titolo" -#: ../../include/conversation.php:1126 ../../mod/editpost.php:134 -#: ../../mod/editblock.php:135 ../../mod/editlayout.php:129 +#: ../../include/conversation.php:1126 ../../mod/editlayout.php:129 +#: ../../mod/editpost.php:134 ../../mod/editblock.php:135 #: ../../mod/editwebpage.php:169 msgid "Categories (comma-separated list)" msgstr "Categorie (separate da virgola)" -#: ../../include/conversation.php:1128 ../../mod/editpost.php:122 -#: ../../mod/editblock.php:121 ../../mod/editlayout.php:116 +#: ../../include/conversation.php:1128 ../../mod/editlayout.php:116 +#: ../../mod/editpost.php:122 ../../mod/editblock.php:121 #: ../../mod/editwebpage.php:153 msgid "Permission settings" msgstr "Impostazioni permessi" @@ -1156,27 +949,26 @@ msgstr "Impostazioni permessi" msgid "permissions" msgstr "permessi" -#: ../../include/conversation.php:1136 ../../mod/editpost.php:129 -#: ../../mod/editblock.php:129 ../../mod/editlayout.php:123 +#: ../../include/conversation.php:1136 ../../mod/editlayout.php:123 +#: ../../mod/editpost.php:129 ../../mod/editblock.php:129 #: ../../mod/editwebpage.php:162 msgid "Public post" msgstr "Articolo pubblico" -#: ../../include/conversation.php:1138 ../../mod/editpost.php:135 -#: ../../mod/editblock.php:136 ../../mod/editlayout.php:130 +#: ../../include/conversation.php:1138 ../../mod/editlayout.php:130 +#: ../../mod/editpost.php:135 ../../mod/editblock.php:136 #: ../../mod/editwebpage.php:170 msgid "Example: bob@example.com, mary@example.com" msgstr "Per esempio: mario@esempio.com, simona@esempio.com" -#: ../../include/conversation.php:1151 ../../mod/mail.php:226 -#: ../../mod/mail.php:339 ../../mod/editpost.php:146 -#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140 -#: ../../mod/editwebpage.php:180 +#: ../../include/conversation.php:1151 ../../mod/editlayout.php:140 +#: ../../mod/editpost.php:146 ../../mod/editblock.php:146 +#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339 msgid "Set expiration date" msgstr "Data di scadenza" -#: ../../include/conversation.php:1153 ../../include/ItemObject.php:560 -#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:148 +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:591 +#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 msgid "Encrypt text" msgstr "Crittografia del testo" @@ -1184,376 +976,109 @@ msgstr "Crittografia del testo" msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1156 ../../mod/settings.php:516 -#: ../../mod/settings.php:542 ../../mod/editpost.php:151 -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 +#: ../../include/conversation.php:1156 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 ../../mod/editpost.php:151 +#: ../../mod/settings.php:516 ../../mod/settings.php:542 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 msgid "Cancel" msgstr "Annulla" -#: ../../include/conversation.php:1395 +#: ../../include/conversation.php:1392 msgid "Discover" msgstr "Scopri" -#: ../../include/conversation.php:1398 +#: ../../include/conversation.php:1395 msgid "Imported public streams" msgstr "Contenuti pubblici importati" -#: ../../include/conversation.php:1403 +#: ../../include/conversation.php:1400 msgid "Commented Order" msgstr "Ultimi commenti" -#: ../../include/conversation.php:1406 +#: ../../include/conversation.php:1403 msgid "Sort by Comment Date" msgstr "Per data del commento" -#: ../../include/conversation.php:1410 +#: ../../include/conversation.php:1407 msgid "Posted Order" msgstr "Ultimi articoli" -#: ../../include/conversation.php:1413 +#: ../../include/conversation.php:1410 msgid "Sort by Post Date" msgstr "Per data di creazione" #: ../../include/conversation.php:1418 -msgid "Personal" -msgstr "Personali" - -#: ../../include/conversation.php:1421 msgid "Posts that mention or involve you" msgstr "Articoli che ti riguardano o ti menzionano" -#: ../../include/conversation.php:1427 ../../mod/menu.php:61 -#: ../../mod/connections.php:211 ../../mod/connections.php:223 +#: ../../include/conversation.php:1424 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 msgid "New" msgstr "Novità" -#: ../../include/conversation.php:1430 +#: ../../include/conversation.php:1427 msgid "Activity Stream - by date" msgstr "Elenco attività - per data" -#: ../../include/conversation.php:1436 +#: ../../include/conversation.php:1433 msgid "Starred" msgstr "Preferiti" -#: ../../include/conversation.php:1439 +#: ../../include/conversation.php:1436 msgid "Favourite Posts" msgstr "Articoli preferiti" -#: ../../include/conversation.php:1446 +#: ../../include/conversation.php:1443 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1449 +#: ../../include/conversation.php:1446 msgid "Posts flagged as SPAM" msgstr "Articoli marcati come spam" -#: ../../include/conversation.php:1483 ../../mod/admin.php:890 +#: ../../include/conversation.php:1480 ../../mod/admin.php:890 msgid "Channel" msgstr "Canale" -#: ../../include/conversation.php:1486 +#: ../../include/conversation.php:1483 msgid "Status Messages and Posts" msgstr "Articoli e messaggi di stato" -#: ../../include/conversation.php:1495 +#: ../../include/conversation.php:1492 msgid "About" msgstr "Informazioni" -#: ../../include/conversation.php:1498 +#: ../../include/conversation.php:1495 msgid "Profile Details" msgstr "Dettagli del profilo" -#: ../../include/conversation.php:1507 ../../include/photos.php:311 +#: ../../include/conversation.php:1504 ../../include/photos.php:311 msgid "Photo Albums" msgstr "Album foto" -#: ../../include/conversation.php:1516 +#: ../../include/conversation.php:1513 msgid "Files and Storage" msgstr "Archivio file" -#: ../../include/conversation.php:1525 ../../include/conversation.php:1528 +#: ../../include/conversation.php:1522 ../../include/conversation.php:1525 msgid "Chatrooms" msgstr "Chat" -#: ../../include/conversation.php:1538 +#: ../../include/conversation.php:1535 msgid "Events and Calendar" msgstr "Calendario eventi" -#: ../../include/conversation.php:1546 +#: ../../include/conversation.php:1543 msgid "Saved Bookmarks" msgstr "Segnalibri salvati" -#: ../../include/conversation.php:1557 +#: ../../include/conversation.php:1554 msgid "Manage Webpages" msgstr "Gestisci le pagine web" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Altro" - -#: ../../include/datetime.php:152 ../../include/datetime.php:284 -msgid "year" -msgstr "anno" - -#: ../../include/datetime.php:157 ../../include/datetime.php:285 -msgid "month" -msgstr "mese" - -#: ../../include/datetime.php:162 ../../include/datetime.php:287 -msgid "day" -msgstr "giorno" - -#: ../../include/datetime.php:275 -msgid "never" -msgstr "mai" - -#: ../../include/datetime.php:281 -msgid "less than a second ago" -msgstr "meno di un secondo fa" - -#: ../../include/datetime.php:284 -msgid "years" -msgstr "anni" - -#: ../../include/datetime.php:285 -msgid "months" -msgstr "mesi" - -#: ../../include/datetime.php:286 -msgid "week" -msgstr "settimana" - -#: ../../include/datetime.php:286 -msgid "weeks" -msgstr "settimane" - -#: ../../include/datetime.php:287 -msgid "days" -msgstr "giorni" - -#: ../../include/datetime.php:288 -msgid "hour" -msgstr "ora" - -#: ../../include/datetime.php:288 -msgid "hours" -msgstr "ore" - -#: ../../include/datetime.php:289 -msgid "minute" -msgstr "minuto" - -#: ../../include/datetime.php:289 -msgid "minutes" -msgstr "minuti" - -#: ../../include/datetime.php:290 -msgid "second" -msgstr "secondo" - -#: ../../include/datetime.php:290 -msgid "seconds" -msgstr "secondi" - -#: ../../include/datetime.php:299 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s fa" - -#: ../../include/dba/dba_driver.php:50 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Non trovo le informazioni DNS per il database server '%s'" - -#: ../../include/bbcode.php:128 ../../include/bbcode.php:603 -#: ../../include/bbcode.php:606 ../../include/bbcode.php:611 -#: ../../include/bbcode.php:614 ../../include/bbcode.php:617 -#: ../../include/bbcode.php:620 ../../include/bbcode.php:625 -#: ../../include/bbcode.php:628 ../../include/bbcode.php:633 -#: ../../include/bbcode.php:636 ../../include/bbcode.php:639 -#: ../../include/bbcode.php:642 -msgid "Image/photo" -msgstr "Immagine" - -#: ../../include/bbcode.php:163 ../../include/bbcode.php:653 -msgid "Encrypted content" -msgstr "Contenuto crittografato" - -#: ../../include/bbcode.php:170 -msgid "QR code" -msgstr "QR code" - -#: ../../include/bbcode.php:213 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s ha scritto %2$s %3$s" - -#: ../../include/bbcode.php:215 -msgid "post" -msgstr "l'articolo" - -#: ../../include/bbcode.php:571 ../../include/bbcode.php:591 -msgid "$1 wrote:" -msgstr "$1 ha scritto:" - -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso." - -#: ../../include/group.php:223 -msgid "Default privacy group for new contacts" -msgstr "Insieme predefinito per i nuovi canali che aggiungi" - -#: ../../include/group.php:242 ../../mod/admin.php:762 -msgid "All Channels" -msgstr "Tutti i canali" - -#: ../../include/group.php:264 -msgid "edit" -msgstr "modifica" - -#: ../../include/group.php:285 -msgid "Collections" -msgstr "Insiemi di canali" - -#: ../../include/group.php:286 -msgid "Edit collection" -msgstr "Modifica l'insieme di canali" - -#: ../../include/group.php:287 -msgid "Create a new collection" -msgstr "Crea un nuovo insieme" - -#: ../../include/group.php:288 -msgid "Channels not in any collection" -msgstr "Canali che non sono in un insieme" - -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Eliminare questo elemento?" - -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 -#: ../../mod/photos.php:992 ../../mod/photos.php:1079 -msgid "Comment" -msgstr "Commento" - -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 -#: ../../include/contact_widgets.php:130 -msgid "show more" -msgstr "mostra tutto" - -#: ../../include/js_strings.php:8 -msgid "show fewer" -msgstr "riduci" - -#: ../../include/js_strings.php:9 -msgid "+ Show More" -msgstr "+ Mostra tutto" - -#: ../../include/js_strings.php:10 -msgid "- Show Less" -msgstr "- Mostra ridotto" - -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "Password troppo corta" - -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "Le password non corrispondono" - -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 -msgid "everybody" -msgstr "tutti" - -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "Chiave segreta" - -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "Suggerimento per la chiave segreta" - -#: ../../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/js_strings.php:18 -msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" - -#: ../../include/js_strings.php:19 -msgid "timeago.prefixFromNow" -msgstr "timeago.prefixFromNow" - -#: ../../include/js_strings.php:20 -msgid "ago" -msgstr "fa" - -#: ../../include/js_strings.php:21 -msgid "from now" -msgstr "da adesso" - -#: ../../include/js_strings.php:22 -msgid "less than a minute" -msgstr "meno di un minuto" - -#: ../../include/js_strings.php:23 -msgid "about a minute" -msgstr "circa un minuto" - -#: ../../include/js_strings.php:24 -#, php-format -msgid "%d minutes" -msgstr "%d minuti" - -#: ../../include/js_strings.php:25 -msgid "about an hour" -msgstr "circa un’ora" - -#: ../../include/js_strings.php:26 -#, php-format -msgid "about %d hours" -msgstr "circa %d ore" - -#: ../../include/js_strings.php:27 -msgid "a day" -msgstr "un giorno" - -#: ../../include/js_strings.php:28 -#, php-format -msgid "%d days" -msgstr "%d giorni" - -#: ../../include/js_strings.php:29 -msgid "about a month" -msgstr "circa un mese" - -#: ../../include/js_strings.php:30 -#, php-format -msgid "%d months" -msgstr "%d mesi" - -#: ../../include/js_strings.php:31 -msgid "about a year" -msgstr "circa un anno" - -#: ../../include/js_strings.php:32 -#, php-format -msgid "%d years" -msgstr "%d anni" - -#: ../../include/js_strings.php:33 -msgid " " -msgstr " " - -#: ../../include/js_strings.php:34 -msgid "timeago.numbers" -msgstr "timeago.numbers" +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:84 +msgid "Default" +msgstr "Predefinito" #: ../../include/message.php:18 msgid "No recipient provided." @@ -1571,378 +1096,86 @@ msgstr "Impossibile determinare il mittente." msgid "Stored post could not be verified." msgstr "Non è stato possibile verificare l'articolo inserito." -#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 -#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 -#: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 -#: ../../mod/photos.php:655 ../../mod/photos.php:677 -msgid "Profile Photos" -msgstr "Foto del profilo" - -#: ../../include/attach.php:119 ../../include/attach.php:166 -#: ../../include/attach.php:229 ../../include/attach.php:243 -#: ../../include/attach.php:283 ../../include/attach.php:297 -#: ../../include/attach.php:322 ../../include/attach.php:513 -#: ../../include/attach.php:585 ../../include/chat.php:113 -#: ../../include/photos.php:15 ../../include/items.php:3606 -#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 -#: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/mail.php:108 ../../mod/settings.php:492 -#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/editpost.php:13 ../../mod/bookmarks.php:46 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/item.php:179 -#: ../../mod/item.php:187 ../../mod/item.php:860 ../../mod/mitem.php:73 -#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/setup.php:203 -#: ../../mod/connedit.php:188 ../../mod/layouts.php:27 -#: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 -#: ../../mod/network.php:12 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/chat.php:89 ../../mod/chat.php:94 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/achievements.php:27 ../../mod/editblock.php:34 -#: ../../mod/manage.php:6 ../../mod/editlayout.php:48 -#: ../../mod/profile_photo.php:187 ../../mod/profile_photo.php:200 -#: ../../mod/connections.php:169 ../../mod/notifications.php:66 -#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/poke.php:128 ../../mod/channel.php:89 -#: ../../mod/channel.php:193 ../../mod/channel.php:236 -#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:10 -#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 -#: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 -#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 -#: ../../mod/authtest.php:13 ../../mod/photos.php:68 ../../mod/photos.php:526 -#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:351 -msgid "Permission denied." -msgstr "Permesso negato." - -#: ../../include/attach.php:224 ../../include/attach.php:278 -msgid "Item was not found." -msgstr "Elemento non trovato." - -#: ../../include/attach.php:335 -msgid "No source file." -msgstr "Nessun file di origine." - -#: ../../include/attach.php:352 -msgid "Cannot locate file to replace" -msgstr "Il file da sostituire non è stato trovato" +#: ../../include/activities.php:39 +msgid " and " +msgstr "e" -#: ../../include/attach.php:370 -msgid "Cannot locate file to revise/update" -msgstr "Il file da aggiornare non è stato trovato" +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "profilo pubblico" -#: ../../include/attach.php:381 +#: ../../include/activities.php:52 #, php-format -msgid "File exceeds size limit of %d" -msgstr "Il file supera la dimensione massima di %d" +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s ha cambiato %2$s in “%3$s”" -#: ../../include/attach.php:393 +#: ../../include/activities.php:53 #, 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:475 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Caricamento file fallito, potrebbe aver superato i limiti o l'azione potrebbe essere stata interrotta." - -#: ../../include/attach.php:487 -msgid "Stored file could not be verified. Upload failed." -msgstr "Il file non può essere verificato. Caricamento fallito." - -#: ../../include/attach.php:528 ../../include/attach.php:545 -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 percorso del file è duplicato" - -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Percorso del file non trovato." +msgid "Visit %1$s's %2$s" +msgstr "Guarda %2$s di %1$s " -#: ../../include/attach.php:674 -msgid "mkdir failed." -msgstr "mkdir fallito." +#: ../../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/attach.php:678 -msgid "database storage failed." -msgstr "scrittura su database fallita." +#: ../../include/network.php:652 +msgid "view full size" +msgstr "guarda nelle dimensioni reali" #: ../../include/bookmarks.php:42 #, php-format msgid "%1$s's bookmarks" msgstr "I segnalibri di %1$s" -#: ../../include/acl_selectors.php:238 -msgid "Visible to everybody" -msgstr "Visibile a tutti" - -#: ../../include/acl_selectors.php:239 -msgid "Show" -msgstr "Mostra" - -#: ../../include/acl_selectors.php:240 -msgid "Don't show" -msgstr "Non mostrare" - -#: ../../include/acl_selectors.php:246 ../../mod/chat.php:206 -#: ../../mod/filestorage.php:124 ../../mod/photos.php:606 -#: ../../mod/photos.php:949 -msgid "Permissions" -msgstr "Permessi" - -#: ../../include/acl_selectors.php:247 -msgid "Close" -msgstr "Chiudi" - -#: ../../include/identity.php:30 ../../mod/item.php:1232 -msgid "Unable to obtain identity information from database" -msgstr "Impossibile ottenere le informazioni di identificazione dal database" - -#: ../../include/identity.php:63 -msgid "Empty name" -msgstr "Nome vuoto" - -#: ../../include/identity.php:65 -msgid "Name too long" -msgstr "Nome troppo lungo" - -#: ../../include/identity.php:166 -msgid "No account identifier" -msgstr "Account senza identificativo" - -#: ../../include/identity.php:176 -msgid "Nickname is required." -msgstr "Il nome dell'account è obbligatorio." - -#: ../../include/identity.php:190 -msgid "Reserved nickname. Please choose another." -msgstr "Nome utente riservato. Per favore scegline un altro." - -#: ../../include/identity.php:195 -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:258 -msgid "Unable to retrieve created identity" -msgstr "Impossibile caricare l'identità creata" - -#: ../../include/identity.php:317 -msgid "Default Profile" -msgstr "Profilo predefinito" - -#: ../../include/identity.php:509 -msgid "Requested channel is not available." -msgstr "Il canale che cerchi non è disponibile." - -#: ../../include/identity.php:557 ../../mod/webpages.php:8 -#: ../../mod/connect.php:13 ../../mod/layouts.php:8 ../../mod/blocks.php:10 -#: ../../mod/achievements.php:8 ../../mod/profile.php:16 -#: ../../mod/filestorage.php:40 -msgid "Requested profile is not available." -msgstr "Il profilo richiesto non è disponibile." - -#: ../../include/identity.php:689 ../../mod/profiles.php:603 -msgid "Change profile photo" -msgstr "Cambia la foto del profilo" - -#: ../../include/identity.php:695 -msgid "Profiles" -msgstr "Profili" - -#: ../../include/identity.php:695 -msgid "Manage/edit profiles" -msgstr "Gestisci/modifica i profili" - -#: ../../include/identity.php:696 ../../mod/profiles.php:604 -msgid "Create New Profile" -msgstr "Crea un nuovo profilo" - -#: ../../include/identity.php:699 -msgid "Edit Profile" -msgstr "Modifica il profilo" - -#: ../../include/identity.php:710 ../../mod/profiles.php:615 -msgid "Profile Image" -msgstr "Immagine del profilo" - -#: ../../include/identity.php:713 ../../mod/profiles.php:618 -msgid "visible to everybody" -msgstr "visibile a tutti" - -#: ../../include/identity.php:714 ../../mod/profiles.php:619 -msgid "Edit visibility" -msgstr "Cambia la visibilità" - -#: ../../include/identity.php:728 ../../include/identity.php:952 -#: ../../mod/directory.php:163 -msgid "Gender:" -msgstr "Sesso:" - -#: ../../include/identity.php:729 ../../include/identity.php:972 -#: ../../mod/directory.php:165 -msgid "Status:" -msgstr "Stato:" - -#: ../../include/identity.php:730 ../../include/identity.php:983 -#: ../../mod/directory.php:167 -msgid "Homepage:" -msgstr "Home page:" - -#: ../../include/identity.php:731 ../../mod/dirprofile.php:157 -msgid "Online Now" -msgstr "Online adesso" - -#: ../../include/identity.php:796 ../../include/identity.php:876 -#: ../../mod/ping.php:262 -msgid "g A l F d" -msgstr "g A l d F" - -#: ../../include/identity.php:797 ../../include/identity.php:877 -msgid "F d" -msgstr "d F" - -#: ../../include/identity.php:842 ../../include/identity.php:917 -#: ../../mod/ping.php:284 -msgid "[today]" -msgstr "[oggi]" - -#: ../../include/identity.php:854 -msgid "Birthday Reminders" -msgstr "Promemoria compleanni" - -#: ../../include/identity.php:855 -msgid "Birthdays this week:" -msgstr "Compleanni questa settimana:" - -#: ../../include/identity.php:910 -msgid "[No description]" -msgstr "[Nessuna descrizione]" - -#: ../../include/identity.php:928 -msgid "Event Reminders" -msgstr "Promemoria" - -#: ../../include/identity.php:929 -msgid "Events this week:" -msgstr "Eventi di questa settimana:" - -#: ../../include/identity.php:942 ../../include/identity.php:1026 -#: ../../mod/profperm.php:107 -msgid "Profile" -msgstr "Profilo" - -#: ../../include/identity.php:950 ../../mod/settings.php:937 -msgid "Full Name:" -msgstr "Nome completo:" - -#: ../../include/identity.php:957 -msgid "j F, Y" -msgstr "j F Y" - -#: ../../include/identity.php:958 -msgid "j F" -msgstr "j F" - -#: ../../include/identity.php:965 -msgid "Birthday:" -msgstr "Compleanno:" - -#: ../../include/identity.php:969 -msgid "Age:" -msgstr "Età:" - -#: ../../include/identity.php:978 -#, php-format -msgid "for %1$d %2$s" -msgstr "per %1$d %2$s" - -#: ../../include/identity.php:981 ../../mod/profiles.php:526 -msgid "Sexual Preference:" -msgstr "Preferenze sessuali:" - -#: ../../include/identity.php:985 ../../mod/profiles.php:528 -msgid "Hometown:" -msgstr "Città dove vivo:" - -#: ../../include/identity.php:987 -msgid "Tags:" -msgstr "Tag:" - -#: ../../include/identity.php:989 ../../mod/profiles.php:529 -msgid "Political Views:" -msgstr "Orientamento politico:" - -#: ../../include/identity.php:991 -msgid "Religion:" -msgstr "Religione:" - -#: ../../include/identity.php:993 ../../mod/directory.php:169 -msgid "About:" -msgstr "Informazioni:" - -#: ../../include/identity.php:995 -msgid "Hobbies/Interests:" -msgstr "Interessi e hobby:" - -#: ../../include/identity.php:997 ../../mod/profiles.php:532 -msgid "Likes:" -msgstr "Mi piace:" - -#: ../../include/identity.php:999 ../../mod/profiles.php:533 -msgid "Dislikes:" -msgstr "Non mi piace:" +#: ../../include/taxonomy.php:210 +msgid "Tags" +msgstr "Tag" -#: ../../include/identity.php:1002 -msgid "Contact information and Social Networks:" -msgstr "Contatti e social network:" +#: ../../include/taxonomy.php:227 +msgid "Keywords" +msgstr "Parole chiave" -#: ../../include/identity.php:1004 -msgid "My other channels:" -msgstr "I miei altri canali:" +#: ../../include/taxonomy.php:252 +msgid "have" +msgstr "ho" -#: ../../include/identity.php:1006 -msgid "Musical interests:" -msgstr "Gusti musicali:" +#: ../../include/taxonomy.php:252 +msgid "has" +msgstr "ha" -#: ../../include/identity.php:1008 -msgid "Books, literature:" -msgstr "Libri, letteratura:" +#: ../../include/taxonomy.php:253 +msgid "want" +msgstr "voglio" -#: ../../include/identity.php:1010 -msgid "Television:" -msgstr "Televisione:" +#: ../../include/taxonomy.php:253 +msgid "wants" +msgstr "vuole" -#: ../../include/identity.php:1012 -msgid "Film/dance/culture/entertainment:" -msgstr "Film, danza, cultura, intrattenimento:" +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:205 +msgid "like" +msgstr "mi piace" -#: ../../include/identity.php:1014 -msgid "Love/Romance:" -msgstr "Amore:" +#: ../../include/taxonomy.php:254 +msgid "likes" +msgstr "mi piace" -#: ../../include/identity.php:1016 -msgid "Work/employment:" -msgstr "Lavoro:" +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:206 +msgid "dislike" +msgstr "non mi piace" -#: ../../include/identity.php:1018 -msgid "School/education:" -msgstr "Scuola:" +#: ../../include/taxonomy.php:255 +msgid "dislikes" +msgstr "non mi piace" #: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 -#: ../../include/menu.php:42 ../../mod/thing.php:235 -#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:119 -#: ../../mod/editpost.php:112 ../../mod/layouts.php:112 -#: ../../mod/blocks.php:94 ../../mod/editblock.php:111 -#: ../../mod/editlayout.php:106 ../../mod/connections.php:391 -#: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:170 +#: ../../include/page_widgets.php:36 ../../include/menu.php:42 +#: ../../mod/editlayout.php:106 ../../mod/webpages.php:119 +#: ../../mod/thing.php:235 ../../mod/blocks.php:94 +#: ../../mod/filestorage.php:174 ../../mod/editpost.php:112 +#: ../../mod/settings.php:577 ../../mod/layouts.php:112 +#: ../../mod/connections.php:392 ../../mod/editblock.php:111 +#: ../../mod/editwebpage.php:143 ../../mod/menu.php:59 msgid "Edit" msgstr "Modifica" @@ -1950,461 +1183,607 @@ msgstr "Modifica" msgid "save to folder" msgstr "salva in una cartella" -#: ../../include/ItemObject.php:146 +#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +msgid "View all" +msgstr "Vedi tutto" + +#: ../../include/ItemObject.php:134 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Mi piace" +msgstr[1] "Mi piace" + +#: ../../include/ItemObject.php:139 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Non mi piace" +msgstr[1] "Non mi piace" + +#: ../../include/ItemObject.php:167 msgid "add star" msgstr "aggiungi ai preferiti" -#: ../../include/ItemObject.php:147 +#: ../../include/ItemObject.php:168 msgid "remove star" msgstr "rimuovi dai preferiti" -#: ../../include/ItemObject.php:148 +#: ../../include/ItemObject.php:169 msgid "toggle star status" msgstr "Attiva/disattiva preferito" -#: ../../include/ItemObject.php:152 +#: ../../include/ItemObject.php:173 msgid "starred" msgstr "preferito" -#: ../../include/ItemObject.php:169 +#: ../../include/ItemObject.php:190 msgid "add tag" msgstr "Aggiungi tag" -#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 +#: ../../include/ItemObject.php:205 ../../mod/photos.php:971 msgid "I like this (toggle)" msgstr "Attiva/disattiva Mi piace" -#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254 -msgid "like" -msgstr "mi piace" - -#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 +#: ../../include/ItemObject.php:206 ../../mod/photos.php:972 msgid "I don't like this (toggle)" msgstr "Attiva/disattiva Non mi piace" -#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 -msgid "dislike" -msgstr "non mi piace" - -#: ../../include/ItemObject.php:187 +#: ../../include/ItemObject.php:208 msgid "Share this" msgstr "Condividi" -#: ../../include/ItemObject.php:187 +#: ../../include/ItemObject.php:208 msgid "share" msgstr "condividi" -#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 +#: ../../include/ItemObject.php:232 ../../include/ItemObject.php:233 #, php-format msgid "View %s's profile - %s" msgstr "Guarda il profilo di %s - %s" -#: ../../include/ItemObject.php:213 +#: ../../include/ItemObject.php:234 msgid "to" msgstr "a" -#: ../../include/ItemObject.php:214 +#: ../../include/ItemObject.php:235 msgid "via" msgstr "via" -#: ../../include/ItemObject.php:215 +#: ../../include/ItemObject.php:236 msgid "Wall-to-Wall" msgstr "Da bacheca a bacheca" -#: ../../include/ItemObject.php:216 +#: ../../include/ItemObject.php:237 msgid "via Wall-To-Wall:" msgstr "da bacheca a bacheca:" -#: ../../include/ItemObject.php:250 +#: ../../include/ItemObject.php:271 msgid "Bookmark Links" msgstr "I link dei segnalibri" +#: ../../include/ItemObject.php:279 +msgctxt "noun" +msgid "Likes" +msgstr "Mi piace" + #: ../../include/ItemObject.php:280 +msgctxt "noun" +msgid "Dislikes" +msgstr "Non mi piace" + +#: ../../include/ItemObject.php:285 ../../include/acl_selectors.php:247 +msgid "Close" +msgstr "Chiudi" + +#: ../../include/ItemObject.php:311 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d commento" msgstr[1] "%d commenti" -#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 +#: ../../include/ItemObject.php:312 ../../include/contact_widgets.php:130 +#: ../../include/js_strings.php:7 +msgid "show more" +msgstr "mostra tutto" + +#: ../../include/ItemObject.php:576 ../../mod/photos.php:990 #: ../../mod/photos.php:1077 msgid "This is you" msgstr "Questo sei tu" -#: ../../include/ItemObject.php:548 ../../mod/events.php:472 -#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 -#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/settings.php:515 -#: ../../mod/settings.php:627 ../../mod/settings.php:655 -#: ../../mod/settings.php:679 ../../mod/settings.php:751 -#: ../../mod/settings.php:929 ../../mod/connect.php:92 -#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:441 +#: ../../include/ItemObject.php:578 ../../include/js_strings.php:6 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +msgid "Comment" +msgstr "Commento" + +#: ../../include/ItemObject.php:579 ../../mod/group.php:81 +#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/connect.php:92 +#: ../../mod/pdledit.php:58 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 +#: ../../mod/fsuggest.php:108 ../../mod/connedit.php:476 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 +#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/events.php:481 +#: ../../mod/photos.php:565 ../../mod/photos.php:670 ../../mod/photos.php:953 +#: ../../mod/photos.php:993 ../../mod/photos.php:1080 ../../mod/import.php:387 +#: ../../mod/mood.php:142 ../../mod/chat.php:177 ../../mod/chat.php:211 +#: ../../mod/profiles.php:506 ../../mod/mail.php:223 ../../mod/mail.php:335 +#: ../../mod/appman.php:91 ../../mod/poke.php:166 ../../mod/admin.php:441 #: ../../mod/admin.php:750 ../../mod/admin.php:884 ../../mod/admin.php:1017 -#: ../../mod/admin.php:1216 ../../mod/admin.php:1303 ../../mod/setup.php:307 -#: ../../mod/setup.php:350 ../../mod/connedit.php:443 -#: ../../mod/profiles.php:506 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/chat.php:175 ../../mod/chat.php:208 -#: ../../mod/import.php:387 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:131 ../../mod/photos.php:565 -#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 ../../mod/mood.php:142 -#: ../../view/theme/redbasic/php/config.php:95 -#: ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/blogga/php/config.php:67 +#: ../../mod/admin.php:1216 ../../mod/admin.php:1303 ../../mod/invite.php:156 +#: ../../view/theme/redbasic/php/config.php:99 msgid "Submit" msgstr "Salva" -#: ../../include/ItemObject.php:549 +#: ../../include/ItemObject.php:580 msgid "Bold" msgstr "Grassetto" -#: ../../include/ItemObject.php:550 +#: ../../include/ItemObject.php:581 msgid "Italic" msgstr "Corsivo" -#: ../../include/ItemObject.php:551 +#: ../../include/ItemObject.php:582 msgid "Underline" msgstr "Sottolineato" -#: ../../include/ItemObject.php:552 +#: ../../include/ItemObject.php:583 msgid "Quote" msgstr "Citazione" -#: ../../include/ItemObject.php:553 +#: ../../include/ItemObject.php:584 msgid "Code" msgstr "Codice" -#: ../../include/ItemObject.php:554 +#: ../../include/ItemObject.php:585 msgid "Image" msgstr "Immagine" -#: ../../include/ItemObject.php:555 +#: ../../include/ItemObject.php:586 msgid "Link" msgstr "Link" -#: ../../include/ItemObject.php:556 +#: ../../include/ItemObject.php:587 msgid "Video" msgstr "Video" -#: ../../include/reddav.php:1069 -msgid "Edit File properties" -msgstr "Modifica le proprietà dei file" +#: ../../include/items.php:306 ../../mod/group.php:68 +#: ../../mod/subthread.php:49 ../../mod/profperm.php:23 ../../mod/like.php:63 +#: ../../index.php:361 +msgid "Permission denied" +msgstr "Permesso negato" -#: ../../include/network.php:652 -msgid "view full size" -msgstr "guarda nelle dimensioni reali" +#: ../../include/items.php:830 +msgid "(Unknown)" +msgstr "(Sconosciuto)" -#: ../../include/text.php:320 -msgid "prev" -msgstr "prec" +#: ../../include/items.php:3583 ../../mod/home.php:63 ../../mod/thing.php:78 +#: ../../mod/filestorage.php:18 ../../mod/viewsrc.php:18 +#: ../../mod/display.php:32 ../../mod/admin.php:159 ../../mod/admin.php:921 +#: ../../mod/admin.php:1124 +msgid "Item not found." +msgstr "Elemento non trovato." -#: ../../include/text.php:322 -msgid "first" -msgstr "inizio" +#: ../../include/items.php:3645 ../../include/attach.php:119 +#: ../../include/attach.php:166 ../../include/attach.php:229 +#: ../../include/attach.php:243 ../../include/attach.php:283 +#: ../../include/attach.php:297 ../../include/attach.php:322 +#: ../../include/attach.php:513 ../../include/attach.php:585 +#: ../../include/photos.php:15 ../../include/chat.php:116 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/editlayout.php:48 ../../mod/webpages.php:40 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/group.php:9 ../../mod/thing.php:247 ../../mod/thing.php:263 +#: ../../mod/thing.php:298 ../../mod/notifications.php:66 +#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/message.php:16 +#: ../../mod/mitem.php:73 ../../mod/item.php:179 ../../mod/item.php:187 +#: ../../mod/item.php:872 ../../mod/suggest.php:26 ../../mod/network.php:12 +#: ../../mod/bookmarks.php:46 ../../mod/channel.php:89 +#: ../../mod/channel.php:193 ../../mod/channel.php:236 +#: ../../mod/pdledit.php:21 ../../mod/sources.php:66 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 +#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 +#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 +#: ../../mod/authtest.php:13 ../../mod/fsuggest.php:78 +#: ../../mod/connedit.php:221 ../../mod/viewsrc.php:12 +#: ../../mod/achievements.php:27 ../../mod/editpost.php:13 +#: ../../mod/settings.php:492 ../../mod/setup.php:203 ../../mod/events.php:140 +#: ../../mod/photos.php:68 ../../mod/photos.php:526 ../../mod/delegate.php:6 +#: ../../mod/layouts.php:27 ../../mod/layouts.php:39 +#: ../../mod/connections.php:169 ../../mod/page.php:30 ../../mod/page.php:80 +#: ../../mod/mood.php:119 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/editblock.php:34 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:453 ../../mod/menu.php:44 ../../mod/mail.php:108 +#: ../../mod/appman.php:58 ../../mod/poke.php:128 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/register.php:68 +#: ../../mod/manage.php:6 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/common.php:35 ../../mod/regmod.php:18 ../../index.php:187 +#: ../../index.php:362 +msgid "Permission denied." +msgstr "Permesso negato." -#: ../../include/text.php:351 -msgid "last" -msgstr "fine" +#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Insieme non trovato." -#: ../../include/text.php:354 -msgid "next" -msgstr "succ" +#: ../../include/items.php:4022 +msgid "Collection is empty." +msgstr "L'insieme di canali è vuoto." -#: ../../include/text.php:366 -msgid "older" -msgstr "più recenti" +#: ../../include/items.php:4029 +#, php-format +msgid "Collection: %s" +msgstr "Insieme: %s" -#: ../../include/text.php:368 -msgid "newer" -msgstr "più nuovi" +#: ../../include/items.php:4040 +#, php-format +msgid "Connection: %s" +msgstr "Contatto: %s" -#: ../../include/text.php:719 -msgid "No connections" -msgstr "Nessun contatto" +#: ../../include/items.php:4043 +msgid "Connection not found." +msgstr "Contatto non trovato." -#: ../../include/text.php:732 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d contatto" -msgstr[1] "%d contatti" +#: ../../include/dir_fns.php:36 +msgid "Sort Options" +msgstr "Opzioni di ordinamento" -#: ../../include/text.php:744 -msgid "View Connections" -msgstr "Elenco contatti" +#: ../../include/dir_fns.php:37 +msgid "Alphabetic" +msgstr "Alfabetico" -#: ../../include/text.php:885 -msgid "poke" -msgstr "poke" +#: ../../include/dir_fns.php:38 +msgid "Reverse Alphabetic" +msgstr "Alfabetico inverso" -#: ../../include/text.php:886 -msgid "ping" -msgstr "ping" +#: ../../include/dir_fns.php:39 +msgid "Newest to Oldest" +msgstr "Dal più nuovo al più vecchio" -#: ../../include/text.php:886 -msgid "pinged" -msgstr "ha ricevuto un ping" +#: ../../include/dir_fns.php:51 +msgid "Enable Safe Search" +msgstr "Abilita SafeSearch" -#: ../../include/text.php:887 -msgid "prod" -msgstr "prod" +#: ../../include/dir_fns.php:53 +msgid "Disable Safe Search" +msgstr "Disabilita SafeSearch" -#: ../../include/text.php:887 -msgid "prodded" -msgstr "ha ricevuto un prod" +#: ../../include/dir_fns.php:55 +msgid "Safe Mode" +msgstr "Modalità SafeSearch" -#: ../../include/text.php:888 -msgid "slap" -msgstr "schiaffo" +#: ../../include/security.php:301 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "L'identificativo di sicurezza del modulo che hai riempito non è corretto. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto." -#: ../../include/text.php:888 -msgid "slapped" -msgstr "ha ricevuto uno schiaffo" +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "Ha creato un nuovo articolo" -#: ../../include/text.php:889 -msgid "finger" -msgstr "finger" +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "ha commentato l'articolo di %s" -#: ../../include/text.php:889 -msgid "fingered" -msgstr "ha ricevuto un finger" +#: ../../include/enotify.php:41 +msgid "Red Matrix Notification" +msgstr "Notifica di Red Matrix" -#: ../../include/text.php:890 -msgid "rebuff" -msgstr "rifiuto" +#: ../../include/enotify.php:42 +msgid "redmatrix" +msgstr "redmatrix" -#: ../../include/text.php:890 -msgid "rebuffed" -msgstr "ha ricevuto un rifiuto" +#: ../../include/enotify.php:44 +msgid "Thank You," +msgstr "Grazie," -#: ../../include/text.php:902 -msgid "happy" -msgstr "allegro" +#: ../../include/enotify.php:46 +#, php-format +msgid "%s Administrator" +msgstr "Amministratore %s" -#: ../../include/text.php:903 -msgid "sad" -msgstr "triste" +#: ../../include/enotify.php:81 +#, php-format +msgid "%s <!item_type!>" +msgstr "%s <!item_type!>" -#: ../../include/text.php:904 -msgid "mellow" -msgstr "calmo" +#: ../../include/enotify.php:85 +#, php-format +msgid "[Red:Notify] New mail received at %s" +msgstr "[Red:Notifica] Nuovo messaggio ricevuto su %s" -#: ../../include/text.php:905 -msgid "tired" -msgstr "stanco" +#: ../../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:906 -msgid "perky" -msgstr "vivace" +#: ../../include/enotify.php:88 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s ti ha mandato %2$s." -#: ../../include/text.php:907 -msgid "angry" -msgstr "arrabbiato" +#: ../../include/enotify.php:88 +msgid "a private message" +msgstr "un messaggio privato" -#: ../../include/text.php:908 -msgid "stupified" -msgstr "stordito" +#: ../../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:909 -msgid "puzzled" -msgstr "confuso" +#: ../../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:910 -msgid "interested" -msgstr "attento" +#: ../../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:911 -msgid "bitter" -msgstr "amaro" +#: ../../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:912 -msgid "cheerful" -msgstr "allegro" +#: ../../include/enotify.php:172 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Red:Notifica] Nuovo commento di %2$s alla conversazione #%1$d" -#: ../../include/text.php:913 -msgid "alive" -msgstr "vivace" +#: ../../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/text.php:914 -msgid "annoyed" -msgstr "seccato" +#: ../../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/text.php:915 -msgid "anxious" -msgstr "ansioso" +#: ../../include/enotify.php:182 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" +msgstr "[Red:Notifica] %s ha scritto sulla tua bacheca" -#: ../../include/text.php:916 -msgid "cranky" -msgstr "irritabile" +#: ../../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/text.php:917 -msgid "disturbed" -msgstr "turbato" +#: ../../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/text.php:918 -msgid "frustrated" -msgstr "frustrato" +#: ../../include/enotify.php:210 +#, php-format +msgid "[Red:Notify] %s tagged you" +msgstr "[Red:Notifica] %s ti ha taggato" -#: ../../include/text.php:919 -msgid "motivated" -msgstr "motivato" +#: ../../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/text.php:920 -msgid "relaxed" -msgstr "rilassato" +#: ../../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/text.php:921 -msgid "surprised" -msgstr "sorpreso" +#: ../../include/enotify.php:225 +#, php-format +msgid "[Red:Notify] %1$s poked you" +msgstr "[Red:Notifica] %1$s ti ha mandato un poke" -#: ../../include/text.php:1082 -msgid "Monday" -msgstr "lunedì" +#: ../../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/text.php:1082 -msgid "Tuesday" -msgstr "martedì" +#: ../../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/text.php:1082 -msgid "Wednesday" -msgstr "mercoledì" +#: ../../include/enotify.php:243 +#, php-format +msgid "[Red:Notify] %s tagged your post" +msgstr "[Red:Notifica] %s ha taggato il tuo articolo" -#: ../../include/text.php:1082 -msgid "Thursday" -msgstr "giovedì" +#: ../../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/text.php:1082 -msgid "Friday" -msgstr "venerdì" +#: ../../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/text.php:1082 -msgid "Saturday" -msgstr "sabato" +#: ../../include/enotify.php:257 +msgid "[Red:Notify] Introduction received" +msgstr "[Red:Notifica] Hai una richiesta di amicizia" -#: ../../include/text.php:1082 -msgid "Sunday" -msgstr "domenica" +#: ../../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/text.php:1086 -msgid "January" -msgstr "gennaio" +#: ../../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/text.php:1086 -msgid "February" -msgstr "febbraio" +#: ../../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/text.php:1086 -msgid "March" -msgstr "marzo" +#: ../../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/text.php:1086 -msgid "April" -msgstr "aprile" +#: ../../include/enotify.php:272 +msgid "[Red:Notify] Friend suggestion received" +msgstr "[Red:Notifica] Ti è stato suggerito un amico" -#: ../../include/text.php:1086 -msgid "May" -msgstr "maggio" +#: ../../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/text.php:1086 -msgid "June" -msgstr "giugno" +#: ../../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/text.php:1086 -msgid "July" -msgstr "luglio" +#: ../../include/enotify.php:280 +msgid "Name:" +msgstr "Nome:" -#: ../../include/text.php:1086 -msgid "August" -msgstr "agosto" +#: ../../include/enotify.php:281 +msgid "Photo:" +msgstr "Foto:" -#: ../../include/text.php:1086 -msgid "September" -msgstr "settembre" +#: ../../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/text.php:1086 -msgid "October" -msgstr "ottobre" +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "Elemento non trovato." -#: ../../include/text.php:1086 -msgid "November" -msgstr "novembre" +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Nessun file di origine." -#: ../../include/text.php:1086 -msgid "December" -msgstr "dicembre" +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "Il file da sostituire non è stato trovato" -#: ../../include/text.php:1164 -msgid "unknown.???" -msgstr "sconosciuto???" +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "Il file da aggiornare non è stato trovato" -#: ../../include/text.php:1165 -msgid "bytes" -msgstr "byte" +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Il file supera la dimensione massima di %d" -#: ../../include/text.php:1200 -msgid "remove category" -msgstr "rimuovi la categoria" +#: ../../include/attach.php:393 +#, 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:1249 -msgid "remove from file" -msgstr "rimuovi dal file" +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Caricamento file fallito, potrebbe aver superato i limiti o l'azione potrebbe essere stata interrotta." -#: ../../include/text.php:1310 ../../include/text.php:1322 -msgid "Click to open/close" -msgstr "Clicca per aprire/chiudere" +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "Il file non può essere verificato. Caricamento fallito." -#: ../../include/text.php:1477 ../../mod/events.php:335 -msgid "link to source" -msgstr "Link all'originale" +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "Percorso non disponibile." -#: ../../include/text.php:1496 -msgid "Select a page layout: " -msgstr "Scegli il layout della pagina:" +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Il percorso del file è vuoto" -#: ../../include/text.php:1499 ../../include/text.php:1564 -msgid "default" -msgstr "predefinito" +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "il file o percorso del file è duplicato" -#: ../../include/text.php:1535 -msgid "Page content type: " -msgstr "Contenuto della pagina:" +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Percorso del file non trovato." -#: ../../include/text.php:1576 -msgid "Select an alternate language" -msgstr "Seleziona una lingua diversa" +#: ../../include/attach.php:674 +msgid "mkdir failed." +msgstr "mkdir fallito." -#: ../../include/text.php:1710 -msgid "activity" -msgstr "l'attività" +#: ../../include/attach.php:678 +msgid "database storage failed." +msgstr "scrittura su database fallita." -#: ../../include/text.php:1969 -msgid "Design" -msgstr "Design" +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nuova pagina web" -#: ../../include/text.php:1971 -msgid "Blocks" -msgstr "Riquadri" +#: ../../include/page_widgets.php:39 ../../mod/webpages.php:122 +#: ../../mod/blocks.php:97 ../../mod/layouts.php:116 +msgid "View" +msgstr "Guarda" -#: ../../include/text.php:1972 -msgid "Menus" -msgstr "Menù" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 +msgid "Actions" +msgstr "Azioni" -#: ../../include/text.php:1973 -msgid "Layouts" -msgstr "Layout" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 +msgid "Page Link" +msgstr "Link alla pagina" -#: ../../include/text.php:1974 -msgid "Pages" -msgstr "Pagine" +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 +msgid "Title" +msgstr "Titolo" -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "Ha creato un nuovo articolo" +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 +msgid "Created" +msgstr "Creato" -#: ../../include/notify.php:24 +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 +msgid "Edited" +msgstr "Modificato" + +#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:643 +#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 +#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 +msgid "Profile Photos" +msgstr "Foto del profilo" + +#: ../../include/photos.php:89 #, php-format -msgid "commented on %s's post" -msgstr "ha commentato l'articolo di %s" +msgid "Image exceeds website size limit of %lu bytes" +msgstr "L'immagine supera il limite massimo di %lu bytes" + +#: ../../include/photos.php:96 +msgid "Image file is empty." +msgstr "Il file dell'immagine è vuoto." + +#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Impossibile elaborare l'immagine" + +#: ../../include/photos.php:186 +msgid "Photo storage failed." +msgstr "Impossibile caricare la foto." + +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 +msgid "Upload New Photos" +msgstr "Carica nuove foto" + +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Non trovo le informazioni DNS per il database server '%s'" #: ../../include/profile_selectors.php:6 msgid "Male" @@ -2634,74 +2013,34 @@ msgstr "Chi se ne frega" msgid "Ask me" msgstr "Chiedimelo" -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Chat senza nome" - -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Il nome della chat è duplicato" - -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Il nome della chat non è valido." - -#: ../../include/chat.php:102 -msgid "Room not found." -msgstr "Chat non trovata." - -#: ../../include/chat.php:123 -msgid "Room is full" -msgstr "La chat è al completo" - -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:80 -#: ../../view/theme/apw/php/config.php:185 -msgid "Default" -msgstr "Predefinito" - -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "Tag" - -#: ../../include/taxonomy.php:227 -msgid "Keywords" -msgstr "Parole chiave" - -#: ../../include/taxonomy.php:252 -msgid "have" -msgstr "ho" - -#: ../../include/taxonomy.php:252 -msgid "has" -msgstr "ha" - -#: ../../include/taxonomy.php:253 -msgid "want" -msgstr "voglio" +#: ../../include/plugin.php:486 ../../include/plugin.php:488 +msgid "Click here to upgrade." +msgstr "Clicca qui per aggiornare." -#: ../../include/taxonomy.php:253 -msgid "wants" -msgstr "vuole" +#: ../../include/plugin.php:494 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Questa operazione esce dai termini del tuo abbonamento." -#: ../../include/taxonomy.php:254 -msgid "likes" -msgstr "ama" +#: ../../include/plugin.php:499 +msgid "This action is not available under your subscription plan." +msgstr "Questa operazione non è prevista dal tuo abbonamento." -#: ../../include/taxonomy.php:255 -msgid "dislikes" -msgstr "non ama" +#: ../../include/acl_selectors.php:238 +msgid "Visible to everybody" +msgstr "Visibile a tutti" -#: ../../include/auth.php:79 -msgid "Logged out." -msgstr "Uscita effettuata." +#: ../../include/acl_selectors.php:239 +msgid "Show" +msgstr "Mostra" -#: ../../include/auth.php:197 -msgid "Failed authentication" -msgstr "Autenticazione fallita" +#: ../../include/acl_selectors.php:240 +msgid "Don't show" +msgstr "Non mostrare" -#: ../../include/auth.php:212 ../../mod/openid.php:188 -msgid "Login failed." -msgstr "Accesso fallito." +#: ../../include/acl_selectors.php:246 ../../mod/filestorage.php:126 +#: ../../mod/photos.php:606 ../../mod/photos.php:949 ../../mod/chat.php:209 +msgid "Permissions" +msgstr "Permessi" #: ../../include/account.php:23 msgid "Not a valid email address" @@ -2759,401 +2098,669 @@ msgstr "Account approvato." msgid "Registration revoked for %s" msgstr "Registrazione revocata per %s" -#: ../../include/dir_fns.php:15 -msgid "Sort Options" -msgstr "Opzioni di ordinamento" +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nuova finestra" -#: ../../include/dir_fns.php:16 -msgid "Alphabetic" -msgstr "Alfabetico" +#: ../../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/dir_fns.php:17 -msgid "Reverse Alphabetic" -msgstr "Alfabetico inverso" +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" +msgstr "Sconosciuto | Senza categoria" -#: ../../include/dir_fns.php:18 -msgid "Newest to Oldest" -msgstr "Dal più nuovo al più vecchio" +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" +msgstr "Blocca subito" -#: ../../include/dir_fns.php:30 -msgid "Enable Safe Search" -msgstr "Abilita SafeSearch" +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" +msgstr "Spammer o dedito al marketing" -#: ../../include/dir_fns.php:32 -msgid "Disable Safe Search" -msgstr "Disabilita SafeSearch" +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" +msgstr "Lo conosco, ma non ho un'opinione particolare" -#: ../../include/dir_fns.php:34 -msgid "Safe Mode" -msgstr "Modalità SafeSearch" +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" +msgstr "È ok, probabilmente innocuo" -#: ../../include/enotify.php:41 -msgid "Red Matrix Notification" -msgstr "Notifica di Red Matrix" +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" +msgstr "Affidabile, ha la mia fiducia" -#: ../../include/enotify.php:42 -msgid "redmatrix" -msgstr "redmatrix" +#: ../../include/contact_selectors.php:54 +msgid "Frequently" +msgstr "Frequentemente" -#: ../../include/enotify.php:44 -msgid "Thank You," -msgstr "Grazie," +#: ../../include/contact_selectors.php:55 +msgid "Hourly" +msgstr "Ogni ora" -#: ../../include/enotify.php:46 -#, php-format -msgid "%s Administrator" -msgstr "Amministratore %s" +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" +msgstr "Due volte al giorno" -#: ../../include/enotify.php:81 -#, php-format -msgid "%s <!item_type!>" -msgstr "%s <!item_type!>" +#: ../../include/contact_selectors.php:57 +msgid "Daily" +msgstr "Ogni giorno" -#: ../../include/enotify.php:85 -#, php-format -msgid "[Red:Notify] New mail received at %s" -msgstr "[Red:Notifica] Nuovo messaggio ricevuto su %s" +#: ../../include/contact_selectors.php:58 +msgid "Weekly" +msgstr "Ogni settimana" -#: ../../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/contact_selectors.php:59 +msgid "Monthly" +msgstr "Ogni mese" -#: ../../include/enotify.php:88 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s ti ha mandato %2$s." +#: ../../include/contact_selectors.php:74 +msgid "Friendica" +msgstr "Friendica" -#: ../../include/enotify.php:88 -msgid "a private message" -msgstr "un messaggio privato" +#: ../../include/contact_selectors.php:75 +msgid "OStatus" +msgstr "OStatus" -#: ../../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/contact_selectors.php:76 +msgid "RSS/Atom" +msgstr "RSS/Atom" -#: ../../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/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1453 +msgid "Email" +msgstr "Email" -#: ../../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/contact_selectors.php:78 +msgid "Diaspora" +msgstr "Diaspora" -#: ../../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/contact_selectors.php:79 +msgid "Facebook" +msgstr "Facebook" -#: ../../include/enotify.php:172 -#, php-format -msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Red:Notifica] Nuovo commento di %2$s alla conversazione #%1$d" +#: ../../include/contact_selectors.php:80 +msgid "Zot!" +msgstr "Zot!" -#: ../../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/contact_selectors.php:81 +msgid "LinkedIn" +msgstr "LinkedIn" -#: ../../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/contact_selectors.php:82 +msgid "XMPP/IM" +msgstr "XMPP/IM" -#: ../../include/enotify.php:182 -#, php-format -msgid "[Red:Notify] %s posted to your profile wall" -msgstr "[Red:Notifica] %s ha scritto sulla tua bacheca" +#: ../../include/contact_selectors.php:83 +msgid "MySpace" +msgstr "MySpace" -#: ../../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/apps.php:109 ../../include/identity.php:942 +#: ../../include/identity.php:1031 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profilo" -#: ../../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/apps.php:151 ../../mod/settings.php:79 +#: ../../mod/settings.php:541 +msgid "Update" +msgstr "Aggiorna" -#: ../../include/enotify.php:210 -#, php-format -msgid "[Red:Notify] %s tagged you" -msgstr "[Red:Notifica] %s ti ha taggato" +#: ../../include/apps.php:151 +msgid "Install" +msgstr "Installa" -#: ../../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:231 ../../include/apps.php:279 +#: ../../mod/connedit.php:434 +msgid "Unknown" +msgstr "Sconosciuto" -#: ../../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/auth.php:79 +msgid "Logged out." +msgstr "Uscita effettuata." -#: ../../include/enotify.php:225 -#, php-format -msgid "[Red:Notify] %1$s poked you" -msgstr "[Red:Notifica] %1$s ti ha mandato un poke" +#: ../../include/auth.php:198 +msgid "Failed authentication" +msgstr "Autenticazione fallita" -#: ../../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/auth.php:213 ../../mod/openid.php:188 +msgid "Login failed." +msgstr "Accesso fallito." -#: ../../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/text.php:320 +msgid "prev" +msgstr "prec" -#: ../../include/enotify.php:243 -#, php-format -msgid "[Red:Notify] %s tagged your post" -msgstr "[Red:Notifica] %s ha taggato il tuo articolo" +#: ../../include/text.php:322 +msgid "first" +msgstr "inizio" -#: ../../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/text.php:351 +msgid "last" +msgstr "fine" -#: ../../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/text.php:354 +msgid "next" +msgstr "succ" -#: ../../include/enotify.php:257 -msgid "[Red:Notify] Introduction received" -msgstr "[Red:Notifica] Hai una richiesta di amicizia" +#: ../../include/text.php:366 +msgid "older" +msgstr "più recenti" -#: ../../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/text.php:368 +msgid "newer" +msgstr "più nuovi" -#: ../../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/text.php:729 +msgid "No connections" +msgstr "Nessun contatto" -#: ../../include/enotify.php:263 ../../include/enotify.php:282 +#: ../../include/text.php:742 #, php-format -msgid "You may visit their profile at %s" -msgstr "Puoi visitare il suo profilo su %s" +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d contatto" +msgstr[1] "%d contatti" -#: ../../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/text.php:754 +msgid "View Connections" +msgstr "Elenco contatti" -#: ../../include/enotify.php:272 -msgid "[Red:Notify] Friend suggestion received" -msgstr "[Red:Notifica] Ti è stato suggerito un amico" +#: ../../include/text.php:895 +msgid "poke" +msgstr "poke" -#: ../../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/text.php:896 +msgid "ping" +msgstr "ping" -#: ../../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/text.php:896 +msgid "pinged" +msgstr "ha ricevuto un ping" -#: ../../include/enotify.php:280 -msgid "Name:" -msgstr "Nome:" +#: ../../include/text.php:897 +msgid "prod" +msgstr "prod" -#: ../../include/enotify.php:281 -msgid "Photo:" -msgstr "Foto:" +#: ../../include/text.php:897 +msgid "prodded" +msgstr "ha ricevuto un prod" -#: ../../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/text.php:898 +msgid "slap" +msgstr "schiaffo" -#: ../../include/photos.php:89 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "L'immagine supera il limite massimo di %lu bytes" +#: ../../include/text.php:898 +msgid "slapped" +msgstr "ha ricevuto uno schiaffo" -#: ../../include/photos.php:96 -msgid "Image file is empty." -msgstr "Il file dell'immagine è vuoto." +#: ../../include/text.php:899 +msgid "finger" +msgstr "finger" -#: ../../include/photos.php:123 ../../mod/profile_photo.php:147 -msgid "Unable to process image" -msgstr "Impossibile elaborare l'immagine" +#: ../../include/text.php:899 +msgid "fingered" +msgstr "ha ricevuto un finger" -#: ../../include/photos.php:186 -msgid "Photo storage failed." -msgstr "Impossibile caricare la foto." +#: ../../include/text.php:900 +msgid "rebuff" +msgstr "rifiuto" -#: ../../include/photos.php:315 ../../mod/photos.php:693 -#: ../../mod/photos.php:1190 -msgid "Upload New Photos" -msgstr "Carica nuove foto" +#: ../../include/text.php:900 +msgid "rebuffed" +msgstr "ha ricevuto un rifiuto" -#: ../../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:909 +msgid "happy" +msgstr "allegro" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 -msgid "Advanced" -msgstr "Avanzate" +#: ../../include/text.php:910 +msgid "sad" +msgstr "triste" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Ricerca canali" +#: ../../include/text.php:911 +msgid "mellow" +msgstr "calmo" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Scrivi un nome o un interesse" +#: ../../include/text.php:912 +msgid "tired" +msgstr "stanco" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Entra in contatto" +#: ../../include/text.php:913 +msgid "perky" +msgstr "vivace" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Per esempio: Mario Rossi, Pesca" +#: ../../include/text.php:914 +msgid "angry" +msgstr "arrabbiato" -#: ../../include/contact_widgets.php:26 ../../mod/directory.php:211 -#: ../../mod/directory.php:216 ../../mod/connections.php:390 -msgid "Find" -msgstr "Cerca" +#: ../../include/text.php:915 +msgid "stupified" +msgstr "stordito" -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -msgid "Channel Suggestions" -msgstr "Canali suggeriti" +#: ../../include/text.php:916 +msgid "puzzled" +msgstr "confuso" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Profilo casuale" +#: ../../include/text.php:917 +msgid "interested" +msgstr "attento" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Invita amici" +#: ../../include/text.php:918 +msgid "bitter" +msgstr "amaro" -#: ../../include/contact_widgets.php:32 -msgid "Exammple: name=fred and country=iceland" -msgstr "Per esempio: name=mario e country=italy" +#: ../../include/text.php:919 +msgid "cheerful" +msgstr "allegro" -#: ../../include/contact_widgets.php:33 -msgid "Advanced Find" -msgstr "Ricerca avanzata" +#: ../../include/text.php:920 +msgid "alive" +msgstr "vivace" -#: ../../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:921 +msgid "annoyed" +msgstr "seccato" -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nuova pagina web" +#: ../../include/text.php:922 +msgid "anxious" +msgstr "ansioso" -#: ../../include/plugin.php:475 ../../include/plugin.php:477 -msgid "Click here to upgrade." -msgstr "Clicca qui per aggiornare." +#: ../../include/text.php:923 +msgid "cranky" +msgstr "irritabile" -#: ../../include/plugin.php:483 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Questa operazione esce dai termini del tuo abbonamento." +#: ../../include/text.php:924 +msgid "disturbed" +msgstr "turbato" -#: ../../include/plugin.php:488 -msgid "This action is not available under your subscription plan." -msgstr "Questa operazione non è prevista dal tuo abbonamento." +#: ../../include/text.php:925 +msgid "frustrated" +msgstr "frustrato" -#: ../../include/items.php:272 ../../mod/like.php:63 ../../mod/profperm.php:23 -#: ../../mod/group.php:68 ../../index.php:350 -msgid "Permission denied" -msgstr "Permesso negato" +#: ../../include/text.php:926 +msgid "depressed" +msgstr "in depressione" -#: ../../include/items.php:789 -msgid "(Unknown)" -msgstr "(Sconosciuto)" +#: ../../include/text.php:927 +msgid "motivated" +msgstr "motivato" -#: ../../include/items.php:3544 ../../mod/thing.php:78 ../../mod/admin.php:159 -#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 -msgid "Item not found." -msgstr "Elemento non trovato." +#: ../../include/text.php:928 +msgid "relaxed" +msgstr "rilassato" -#: ../../include/items.php:3928 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Insieme non trovato." +#: ../../include/text.php:929 +msgid "surprised" +msgstr "sorpreso" -#: ../../include/items.php:3943 -msgid "Collection is empty." -msgstr "L'insieme di canali è vuoto." +#: ../../include/text.php:1090 +msgid "Monday" +msgstr "lunedì" -#: ../../include/items.php:3950 -#, php-format -msgid "Collection: %s" -msgstr "Insieme: %s" +#: ../../include/text.php:1090 +msgid "Tuesday" +msgstr "martedì" -#: ../../include/items.php:3961 -#, php-format -msgid "Connection: %s" -msgstr "Contatto: %s" +#: ../../include/text.php:1090 +msgid "Wednesday" +msgstr "mercoledì" -#: ../../include/items.php:3964 -msgid "Connection not found." -msgstr "Contatto non trovato." +#: ../../include/text.php:1090 +msgid "Thursday" +msgstr "giovedì" -#: ../../include/follow.php:23 -msgid "Channel is blocked on this site." -msgstr "Il canale è bloccato per questo sito." +#: ../../include/text.php:1090 +msgid "Friday" +msgstr "venerdì" -#: ../../include/follow.php:28 -msgid "Channel location missing." -msgstr "Manca l'indirizzo del canale." +#: ../../include/text.php:1090 +msgid "Saturday" +msgstr "sabato" -#: ../../include/follow.php:54 -msgid "Response from remote channel was incomplete." -msgstr "La risposta dal canale non è completa." +#: ../../include/text.php:1090 +msgid "Sunday" +msgstr "domenica" -#: ../../include/follow.php:85 -msgid "Channel was deleted and no longer exists." -msgstr "Il canale è stato rimosso e non esiste più." +#: ../../include/text.php:1094 +msgid "January" +msgstr "gennaio" -#: ../../include/follow.php:132 -msgid "Channel discovery failed." -msgstr "La ricerca del canale non ha avuto successo." +#: ../../include/text.php:1094 +msgid "February" +msgstr "febbraio" -#: ../../include/follow.php:149 -msgid "local account not found." -msgstr "l'account locale non è stato trovato." +#: ../../include/text.php:1094 +msgid "March" +msgstr "marzo" -#: ../../include/follow.php:158 -msgid "Cannot connect to yourself." -msgstr "Non puoi connetterti a te stesso." +#: ../../include/text.php:1094 +msgid "April" +msgstr "aprile" + +#: ../../include/text.php:1094 +msgid "May" +msgstr "maggio" + +#: ../../include/text.php:1094 +msgid "June" +msgstr "giugno" -#: ../../include/security.php:295 +#: ../../include/text.php:1094 +msgid "July" +msgstr "luglio" + +#: ../../include/text.php:1094 +msgid "August" +msgstr "agosto" + +#: ../../include/text.php:1094 +msgid "September" +msgstr "settembre" + +#: ../../include/text.php:1094 +msgid "October" +msgstr "ottobre" + +#: ../../include/text.php:1094 +msgid "November" +msgstr "novembre" + +#: ../../include/text.php:1094 +msgid "December" +msgstr "dicembre" + +#: ../../include/text.php:1172 +msgid "unknown.???" +msgstr "sconosciuto???" + +#: ../../include/text.php:1173 +msgid "bytes" +msgstr "byte" + +#: ../../include/text.php:1208 +msgid "remove category" +msgstr "rimuovi la categoria" + +#: ../../include/text.php:1257 +msgid "remove from file" +msgstr "rimuovi dal file" + +#: ../../include/text.php:1318 ../../include/text.php:1330 +msgid "Click to open/close" +msgstr "Clicca per aprire/chiudere" + +#: ../../include/text.php:1485 ../../mod/events.php:344 +msgid "link to source" +msgstr "Link all'originale" + +#: ../../include/text.php:1504 +msgid "Select a page layout: " +msgstr "Scegli il layout della pagina:" + +#: ../../include/text.php:1507 ../../include/text.php:1572 +msgid "default" +msgstr "predefinito" + +#: ../../include/text.php:1543 +msgid "Page content type: " +msgstr "Contenuto della pagina:" + +#: ../../include/text.php:1584 +msgid "Select an alternate language" +msgstr "Seleziona una lingua diversa" + +#: ../../include/text.php:1718 +msgid "activity" +msgstr "l'attività" + +#: ../../include/text.php:1977 +msgid "Design" +msgstr "Design" + +#: ../../include/text.php:1979 +msgid "Blocks" +msgstr "Riquadri" + +#: ../../include/text.php:1980 +msgid "Menus" +msgstr "Menù" + +#: ../../include/text.php:1981 +msgid "Layouts" +msgstr "Layout" + +#: ../../include/text.php:1982 +msgid "Pages" +msgstr "Pagine" + +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Chat senza nome" + +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Il nome della chat è duplicato" + +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Il nome della chat non è valido." + +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "Chat non trovata." + +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "La chat è al completo" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Funzionalità generali" + +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "Scadenza" + +#: ../../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 che è trascorso del tempo" + +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Profili multipli" + +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Abilitazione a creare profili multipli" + +#: ../../include/features.php:27 +msgid "Web Pages" +msgstr "Pagine web" + +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" +msgstr "Attiva la creazione di pagine web sul tuo canale" + +#: ../../include/features.php:28 +msgid "Private Notes" +msgstr "Note private" + +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" +msgstr "Abilita il riquadro per scrivere annotazioni" + +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" +msgstr "Condivisione avanzata dell'identità" + +#: ../../include/features.php:33 msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "L'identificativo di sicurezza del modulo che hai riempito non è corretto. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto." +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." +msgstr "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti red matrix." -#: ../../include/oembed.php:171 -msgid "Embedded content" -msgstr "Contenuti incorporati" +#: ../../include/features.php:34 +msgid "Expert Mode" +msgstr "Modalità esperto" -#: ../../include/oembed.php:180 -msgid "Embedding disabled" -msgstr "Contenuti incorporati - funzione disabilitata" +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Abilita la modalità esperto per vedere le opzioni di configurazione avanzate" + +#: ../../include/features.php:35 +msgid "Premium Channel" +msgstr "Canale premium" + +#: ../../include/features.php:35 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Ti permette di imporre delle restrizioni e dei termini d'uso a chi segue il canale" + +#: ../../include/features.php:40 +msgid "Post Composition Features" +msgstr "Modalità di scrittura articoli" + +#: ../../include/features.php:41 +msgid "Richtext Editor" +msgstr "Editor grafico" + +#: ../../include/features.php:41 +msgid "Enable richtext editor" +msgstr "Abilita l'editor grafico" + +#: ../../include/features.php:42 +msgid "Post Preview" +msgstr "Anteprima articolo" + +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli" + +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Importa automaticamente il contenuto del canale da altri canali o feed" + +#: ../../include/features.php:44 +msgid "Even More Encryption" +msgstr "Crittografia addizionale" + +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Rendi possibile la crittografia dei contenuti tra mittente e destinatari con una chiave segreta" + +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" +msgstr "Filtraggio dei contenuti" + +#: ../../include/features.php:50 +msgid "Search by Date" +msgstr "Ricerca per data" + +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" +msgstr "Per selezionare gli articoli in un intervallo tra date" + +#: ../../include/features.php:51 +msgid "Collections Filter" +msgstr "Filtra per insiemi di canali" + +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "Mostra il riquadro per filtrare gli articoli di certi insiemi di canali" + +#: ../../include/features.php:52 +msgid "Save search terms for re-use" +msgstr "Salva i termini delle ricerche per poterle ripetere" + +#: ../../include/features.php:53 +msgid "Network Personal Tab" +msgstr "Attività personale" + +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Abilita il link per mostrare solamente i contenuti con cui hai interagito" + +#: ../../include/features.php:54 +msgid "Network New Tab" +msgstr "Contenuti nuovi" + +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" +msgstr "Abilita il link per visualizzare solo i nuovi contenuti" + +#: ../../include/features.php:55 +msgid "Affinity Tool" +msgstr "Filtro per affinità" + +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" +msgstr "Permette di selezionare i contenuti in base al livello di amicizia" + +#: ../../include/features.php:56 +msgid "Suggest Channels" +msgstr "Suggerisci canali" + +#: ../../include/features.php:56 +msgid "Show channel suggestions" +msgstr "Mostra alcuni canali che potrebbero interessarti" + +#: ../../include/features.php:61 +msgid "Post/Comment Tools" +msgstr "Gestione articoli e commenti" + +#: ../../include/features.php:63 +msgid "Edit Sent Posts" +msgstr "Modifica gli articoli già inviati" + +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" +msgstr "Modifica e correggi gli articoli o i commenti anche dopo l'invio" + +#: ../../include/features.php:64 +msgid "Tagging" +msgstr "Tag" + +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" +msgstr "Permetti l'aggiunta di tag su articoli già esistenti" + +#: ../../include/features.php:65 +msgid "Post Categories" +msgstr "Categorie degli articoli" + +#: ../../include/features.php:65 +msgid "Add categories to your posts" +msgstr "Abilita le categorie per i tuoi articoli" + +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" +msgstr "Abilita la raccolta dei tuoi articoli in cartelle" + +#: ../../include/features.php:67 +msgid "Dislike Posts" +msgstr "Non mi piace" + +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" +msgstr "Abilità la funzionalità \"non mi piace\" per i tuoi articoli" + +#: ../../include/features.php:68 +msgid "Star Posts" +msgstr "Articoli stella (preferiti)" + +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" +msgstr "Mostra la stella per scegliere gli articoli preferiti" + +#: ../../include/features.php:69 +msgid "Tag Cloud" +msgstr "Nuvola di tag" + +#: ../../include/features.php:69 +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:13 msgid "Can view my \"public\" stream and posts" @@ -3227,10 +2834,6 @@ msgstr "Può aggiungere i miei post \"pubblici\" a un suo canale derivato" msgid "Somewhat advanced - very useful in open communities" msgstr "Piuttosto avanzato - molto utile nelle comunità aperte" -#: ../../include/permissions.php:32 -msgid "Can send me bookmarks" -msgstr "Può inviarmi dei segnalibri" - #: ../../include/permissions.php:33 msgid "Can administer my channel resources" msgstr "Può amministrare i contenuti del mio canale" @@ -3240,99 +2843,768 @@ 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/zot.php:583 +#: ../../include/zot.php:587 msgid "Invalid data packet" msgstr "Dati non validi" -#: ../../include/zot.php:593 +#: ../../include/zot.php:597 msgid "Unable to verify channel signature" msgstr "Impossibile verificare la firma elettronica del canale" -#: ../../include/zot.php:790 +#: ../../include/zot.php:794 #, php-format msgid "Unable to verify site signature for %s" msgstr "Impossibile verificare la firma elettronica del sito %s" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Nessun canale." +#: ../../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" -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Contatti in comune" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 +msgid "Advanced" +msgstr "Avanzate" -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Nessun contatto in comune." +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Ricerca canali" -#: ../../mod/events.php:72 -msgid "Event title and start time are required." -msgstr "Sono necessari il titolo e l'ora d'inizio dell'evento." +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Scrivi un nome o un interesse" -#: ../../mod/events.php:290 -msgid "l, F j" -msgstr "l j F" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Entra in contatto" -#: ../../mod/events.php:312 -msgid "Edit event" -msgstr "Modifica l'evento" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Per esempio: Mario Rossi, Pesca" -#: ../../mod/events.php:358 -msgid "Create New Event" -msgstr "Crea un nuovo evento" +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:206 +#: ../../mod/directory.php:211 ../../mod/connections.php:391 +msgid "Find" +msgstr "Cerca" -#: ../../mod/events.php:359 -msgid "Previous" -msgstr "Precendente" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" +msgstr "Canali suggeriti" -#: ../../mod/events.php:360 ../../mod/setup.php:261 -msgid "Next" -msgstr "Successivo" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Profilo casuale" -#: ../../mod/events.php:431 -msgid "hour:minute" -msgstr "ora:minuti" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Invita amici" -#: ../../mod/events.php:450 -msgid "Event details" -msgstr "Dettagli evento" +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "Per esempio: name=mario e country=italy" -#: ../../mod/events.php:451 +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "Ricerca avanzata" + +#: ../../include/contact_widgets.php:125 #, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Il formato è %s %s. L'inizio e il titolo sono obbligatori." +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d contatto in comune" +msgstr[1] "%d contatti in comune" -#: ../../mod/events.php:453 -msgid "Event Starts:" -msgstr "Inizio:" +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Altro" -#: ../../mod/events.php:453 ../../mod/events.php:467 -msgid "Required" -msgstr "Obbligatorio" +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" +msgstr "anno" -#: ../../mod/events.php:456 -msgid "Finish date/time is not known or not relevant" -msgstr "La data/ora di fine non è rilevante" +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" +msgstr "mese" -#: ../../mod/events.php:458 -msgid "Event Finishes:" -msgstr "Fine:" +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" +msgstr "giorno" -#: ../../mod/events.php:461 -msgid "Adjust for viewer timezone" -msgstr "Adatta al fuso orario di chi legge" +#: ../../include/datetime.php:275 +msgid "never" +msgstr "mai" -#: ../../mod/events.php:463 -msgid "Description:" -msgstr "Descrizione:" +#: ../../include/datetime.php:281 +msgid "less than a second ago" +msgstr "meno di un secondo fa" -#: ../../mod/events.php:467 -msgid "Title:" -msgstr "Titolo:" +#: ../../include/datetime.php:284 +msgid "years" +msgstr "anni" -#: ../../mod/events.php:469 -msgid "Share this event" -msgstr "Condividi questo evento" +#: ../../include/datetime.php:285 +msgid "months" +msgstr "mesi" + +#: ../../include/datetime.php:286 +msgid "week" +msgstr "settimana" + +#: ../../include/datetime.php:286 +msgid "weeks" +msgstr "settimane" + +#: ../../include/datetime.php:287 +msgid "days" +msgstr "giorni" + +#: ../../include/datetime.php:288 +msgid "hour" +msgstr "ora" + +#: ../../include/datetime.php:288 +msgid "hours" +msgstr "ore" + +#: ../../include/datetime.php:289 +msgid "minute" +msgstr "minuto" + +#: ../../include/datetime.php:289 +msgid "minutes" +msgstr "minuti" + +#: ../../include/datetime.php:290 +msgid "second" +msgstr "secondo" + +#: ../../include/datetime.php:290 +msgid "seconds" +msgstr "secondi" + +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s fa" + +#: ../../include/identity.php:30 ../../mod/item.php:1244 +msgid "Unable to obtain identity information from database" +msgstr "Impossibile ottenere le informazioni di identificazione dal database" + +#: ../../include/identity.php:63 +msgid "Empty name" +msgstr "Nome vuoto" + +#: ../../include/identity.php:65 +msgid "Name too long" +msgstr "Nome troppo lungo" + +#: ../../include/identity.php:166 +msgid "No account identifier" +msgstr "Account senza identificativo" + +#: ../../include/identity.php:176 +msgid "Nickname is required." +msgstr "Il nome dell'account è obbligatorio." + +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." +msgstr "Nome utente riservato. Per favore scegline un altro." + +#: ../../include/identity.php:195 +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:258 +msgid "Unable to retrieve created identity" +msgstr "Impossibile caricare l'identità creata" + +#: ../../include/identity.php:317 +msgid "Default Profile" +msgstr "Profilo predefinito" + +#: ../../include/identity.php:509 +msgid "Requested channel is not available." +msgstr "Il canale che cerchi non è disponibile." + +#: ../../include/identity.php:557 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/blocks.php:10 +#: ../../mod/filestorage.php:40 ../../mod/achievements.php:8 +#: ../../mod/layouts.php:8 ../../mod/profile.php:16 +msgid "Requested profile is not available." +msgstr "Il profilo richiesto non è disponibile." + +#: ../../include/identity.php:689 ../../mod/profiles.php:603 +msgid "Change profile photo" +msgstr "Cambia la foto del profilo" + +#: ../../include/identity.php:695 +msgid "Profiles" +msgstr "Profili" + +#: ../../include/identity.php:695 +msgid "Manage/edit profiles" +msgstr "Gestisci/modifica i profili" + +#: ../../include/identity.php:696 ../../mod/profiles.php:604 +msgid "Create New Profile" +msgstr "Crea un nuovo profilo" + +#: ../../include/identity.php:699 +msgid "Edit Profile" +msgstr "Modifica il profilo" + +#: ../../include/identity.php:710 ../../mod/profiles.php:615 +msgid "Profile Image" +msgstr "Immagine del profilo" + +#: ../../include/identity.php:713 ../../mod/profiles.php:618 +msgid "visible to everybody" +msgstr "visibile a tutti" + +#: ../../include/identity.php:714 ../../mod/profiles.php:619 +msgid "Edit visibility" +msgstr "Cambia la visibilità" + +#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../mod/directory.php:158 +msgid "Gender:" +msgstr "Sesso:" + +#: ../../include/identity.php:729 ../../include/identity.php:977 +#: ../../mod/directory.php:160 +msgid "Status:" +msgstr "Stato:" + +#: ../../include/identity.php:730 ../../include/identity.php:988 +#: ../../mod/directory.php:162 +msgid "Homepage:" +msgstr "Home page:" + +#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 +msgid "Online Now" +msgstr "Online adesso" + +#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../mod/ping.php:262 +msgid "g A l F d" +msgstr "g A l d F" + +#: ../../include/identity.php:797 ../../include/identity.php:877 +msgid "F d" +msgstr "d F" + +#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../mod/ping.php:284 +msgid "[today]" +msgstr "[oggi]" + +#: ../../include/identity.php:854 +msgid "Birthday Reminders" +msgstr "Promemoria compleanni" + +#: ../../include/identity.php:855 +msgid "Birthdays this week:" +msgstr "Compleanni questa settimana:" + +#: ../../include/identity.php:910 +msgid "[No description]" +msgstr "[Nessuna descrizione]" + +#: ../../include/identity.php:928 +msgid "Event Reminders" +msgstr "Promemoria" + +#: ../../include/identity.php:929 +msgid "Events this week:" +msgstr "Eventi di questa settimana:" + +#: ../../include/identity.php:950 ../../mod/settings.php:937 +msgid "Full Name:" +msgstr "Nome completo:" + +#: ../../include/identity.php:962 +msgid "j F, Y" +msgstr "j F Y" + +#: ../../include/identity.php:963 +msgid "j F" +msgstr "j F" + +#: ../../include/identity.php:970 +msgid "Birthday:" +msgstr "Compleanno:" + +#: ../../include/identity.php:974 +msgid "Age:" +msgstr "Età:" + +#: ../../include/identity.php:983 +#, php-format +msgid "for %1$d %2$s" +msgstr "per %1$d %2$s" + +#: ../../include/identity.php:986 ../../mod/profiles.php:526 +msgid "Sexual Preference:" +msgstr "Preferenze sessuali:" + +#: ../../include/identity.php:990 ../../mod/profiles.php:528 +msgid "Hometown:" +msgstr "Città dove vivo:" + +#: ../../include/identity.php:992 +msgid "Tags:" +msgstr "Tag:" + +#: ../../include/identity.php:994 ../../mod/profiles.php:529 +msgid "Political Views:" +msgstr "Orientamento politico:" + +#: ../../include/identity.php:996 +msgid "Religion:" +msgstr "Religione:" + +#: ../../include/identity.php:998 ../../mod/directory.php:164 +msgid "About:" +msgstr "Informazioni:" + +#: ../../include/identity.php:1000 +msgid "Hobbies/Interests:" +msgstr "Interessi e hobby:" + +#: ../../include/identity.php:1002 ../../mod/profiles.php:532 +msgid "Likes:" +msgstr "Mi piace:" + +#: ../../include/identity.php:1004 ../../mod/profiles.php:533 +msgid "Dislikes:" +msgstr "Non mi piace:" + +#: ../../include/identity.php:1007 +msgid "Contact information and Social Networks:" +msgstr "Contatti e social network:" + +#: ../../include/identity.php:1009 +msgid "My other channels:" +msgstr "I miei altri canali:" + +#: ../../include/identity.php:1011 +msgid "Musical interests:" +msgstr "Gusti musicali:" + +#: ../../include/identity.php:1013 +msgid "Books, literature:" +msgstr "Libri, letteratura:" + +#: ../../include/identity.php:1015 +msgid "Television:" +msgstr "Televisione:" + +#: ../../include/identity.php:1017 +msgid "Film/dance/culture/entertainment:" +msgstr "Film, danza, cultura, intrattenimento:" + +#: ../../include/identity.php:1019 +msgid "Love/Romance:" +msgstr "Amore:" + +#: ../../include/identity.php:1021 +msgid "Work/employment:" +msgstr "Lavoro:" + +#: ../../include/identity.php:1023 +msgid "School/education:" +msgstr "Scuola:" + +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Eliminare questo elemento?" + +#: ../../include/js_strings.php:8 +msgid "show fewer" +msgstr "riduci" + +#: ../../include/js_strings.php:9 +msgid "+ Show More" +msgstr "+ Mostra tutto" + +#: ../../include/js_strings.php:10 +msgid "- Show Less" +msgstr "- Mostra ridotto" + +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Password troppo corta" + +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Le password non corrispondono" + +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "tutti" + +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Chiave segreta" + +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Suggerimento per la chiave segreta" + +#: ../../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/js_strings.php:17 +msgid "close all" +msgstr "chiudi tutto" + +#: ../../include/js_strings.php:19 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" + +#: ../../include/js_strings.php:20 +msgid "timeago.prefixFromNow" +msgstr "timeago.prefixFromNow" + +#: ../../include/js_strings.php:21 +msgid "ago" +msgstr "fa" + +#: ../../include/js_strings.php:22 +msgid "from now" +msgstr "da adesso" + +#: ../../include/js_strings.php:23 +msgid "less than a minute" +msgstr "meno di un minuto" + +#: ../../include/js_strings.php:24 +msgid "about a minute" +msgstr "circa un minuto" + +#: ../../include/js_strings.php:25 +#, php-format +msgid "%d minutes" +msgstr "%d minuti" + +#: ../../include/js_strings.php:26 +msgid "about an hour" +msgstr "circa un’ora" + +#: ../../include/js_strings.php:27 +#, php-format +msgid "about %d hours" +msgstr "circa %d ore" + +#: ../../include/js_strings.php:28 +msgid "a day" +msgstr "un giorno" + +#: ../../include/js_strings.php:29 +#, php-format +msgid "%d days" +msgstr "%d giorni" + +#: ../../include/js_strings.php:30 +msgid "about a month" +msgstr "circa un mese" + +#: ../../include/js_strings.php:31 +#, php-format +msgid "%d months" +msgstr "%d mesi" + +#: ../../include/js_strings.php:32 +msgid "about a year" +msgstr "circa un anno" + +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d years" +msgstr "%d anni" + +#: ../../include/js_strings.php:34 +msgid " " +msgstr " " + +#: ../../include/js_strings.php:35 +msgid "timeago.numbers" +msgstr "timeago.numbers" + +#: ../../mod/home.php:50 ../../mod/block.php:39 ../../mod/chanview.php:77 +#: ../../mod/page.php:47 ../../mod/wall_upload.php:28 +msgid "Channel not found." +msgstr "Canale non trovato." + +#: ../../mod/home.php:89 +#, php-format +msgid "Welcome to %s" +msgstr "%s ti dà il benvenuto" + +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Canale aggiunto." + +#: ../../mod/dirprofile.php:9 ../../mod/search.php:13 +#: ../../mod/directory.php:15 ../../mod/photos.php:443 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." +msgstr "Accesso pubblico negato." + +#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143 +#: ../../mod/profiles.php:561 +msgid "Age: " +msgstr "Età:" + +#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146 +msgid "Gender: " +msgstr "Sesso:" + +#: ../../mod/dirprofile.php:108 +msgid "Status: " +msgstr "Stato:" + +#: ../../mod/dirprofile.php:109 +msgid "Sexual Preference: " +msgstr "Preferenza sessuale:" + +#: ../../mod/dirprofile.php:111 +msgid "Homepage: " +msgstr "Homepage:" + +#: ../../mod/dirprofile.php:112 +msgid "Hometown: " +msgstr "Città dove vivo:" + +#: ../../mod/dirprofile.php:114 +msgid "About: " +msgstr "Informazioni:" + +#: ../../mod/dirprofile.php:162 +msgid "Keywords: " +msgstr "Parole chiave:" + +#: ../../mod/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:27 +#: ../../mod/menu.php:120 +msgid "Not found." +msgstr "Non trovato." + +#: ../../mod/acl.php:239 +msgid "network" +msgstr "rete" + +#: ../../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/api.php:105 ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/profiles.php:483 +#: ../../mod/admin.php:421 +msgid "Yes" +msgstr "Si" + +#: ../../mod/api.php:106 ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/profiles.php:484 +#: ../../mod/admin.php:419 +msgid "No" +msgstr "No" + +#: ../../mod/editlayout.php:36 ../../mod/editpost.php:20 +#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 +#: ../../mod/editblock.php:53 ../../mod/editwebpage.php:32 +msgid "Item not found" +msgstr "Elemento non trovato" + +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" +msgstr "Modifica il layout" + +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" +msgstr "Vuoi eliminare questo layout?" + +#: ../../mod/editlayout.php:110 ../../mod/editpost.php:116 +#: ../../mod/editblock.php:115 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" +msgstr "Inserisci video da YouTube" + +#: ../../mod/editlayout.php:111 ../../mod/editpost.php:117 +#: ../../mod/editblock.php:116 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" +msgstr "Inserisci video Vorbis [.ogg]" + +#: ../../mod/editlayout.php:112 ../../mod/editpost.php:118 +#: ../../mod/editblock.php:117 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Inserisci audio Vorbis [.ogg]" + +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" +msgstr "Elimina il layout" + +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Server non trovato." + +#: ../../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/tagrm.php:41 +msgid "Tag removed" +msgstr "Tag rimosso" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Rimuovi il tag" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Seleziona un tag da rimuovere: " + +#: ../../mod/tagrm.php:93 ../../mod/photos.php:908 ../../mod/delegate.php:130 +msgid "Remove" +msgstr "Rimuovi" + +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" +msgstr "Aggiungi un canale" + +#: ../../mod/new_channel.php:108 +msgid "" +"A channel is your own collection of related web pages. A channel can be used" +" to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." +msgstr "I contenuti che pubblichi finiscono in un \"canale\". Un canale può essere usato per mantenere un tuo profilo personale, per avere un blog, per creare forum di discussione o gruppi di interesse, per pagine di celebrità e molto altro. Puoi creare quanti canali vuoi a meno di limiti dati dal gestore del sito." + +#: ../../mod/new_channel.php:110 ../../mod/sources.php:103 +#: ../../mod/sources.php:137 +msgid "Channel Name" +msgstr "Nome del canale" + +#: ../../mod/new_channel.php:111 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Per esempio: \"Mario Rossi\", \"Lisa e le sue ricette\", \"Il campionato\", \"Il gruppo di escursionismo\"" + +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" +msgstr "Scegli un nome breve" + +#: ../../mod/new_channel.php:113 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "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." + +#: ../../mod/new_channel.php:114 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "Oppure <a href=\"import\">importa un tuo canale esistente</a> da un altro server/hub" + +#: ../../mod/new_channel.php:117 ../../mod/mitem.php:142 ../../mod/menu.php:84 +msgid "Create" +msgstr "Crea" + +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "Siti pubblici" + +#: ../../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 <strong>may</strong> provide " +"additional details." +msgstr "Gli indirizzi elencati permettono la registrazione su Red Matrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere tipi diversi di abbonamento. Potrai trovare maggiori informazioni al riguardo visitando ciascun sito." + +#: ../../mod/pubsites.php:25 +msgid "Site URL" +msgstr "URL del sito" + +#: ../../mod/pubsites.php:25 +msgid "Access Type" +msgstr "Tipo di accesso" + +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" +msgstr "Politica di registrazione" + +#: ../../mod/pubsites.php:25 ../../mod/profiles.php:344 +msgid "Location" +msgstr "Luogo attuale" + +#: ../../mod/update_search.php:46 ../../mod/update_network.php:23 +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +msgid "[Embedded content - reload page to view]" +msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]" + +#: ../../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 saranno visibili agli altri canali" + +#: ../../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:231 +msgid "Click on a channel to add or remove." +msgstr "Clicca su un canale per aggiungerlo o rimuoverlo." #: ../../mod/thing.php:98 msgid "Thing updated" @@ -3395,156 +3667,1007 @@ msgstr "Indirizzo di un'immagine dell'oggetto (facoltativo)" msgid "Add Thing to your Profile" msgstr "Aggiungi l'oggetto al tuo profilo" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "Hai superato il numero massimo di inviti." +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "L'identificativo della richiesta non è valido." -#: ../../mod/invite.php:49 +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Rifiuta" + +#: ../../mod/notifications.php:51 ../../mod/connedit.php:379 +#: ../../mod/connedit.php:516 +msgid "Ignore" +msgstr "Ignora" + +#: ../../mod/notifications.php:94 ../../mod/notify.php:54 +msgid "No more system notifications." +msgstr "Non ci sono nuove notifiche di sistema." + +#: ../../mod/notifications.php:98 ../../mod/notify.php:58 +msgid "System Notifications" +msgstr "Notifiche di sistema" + +#: ../../mod/block.php:27 ../../mod/page.php:35 +msgid "Invalid item." +msgstr "Elemento non valido." + +#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/page.php:83 +#: ../../mod/display.php:100 ../../index.php:237 +msgid "Page not found." +msgstr "Pagina non trovata." + +#: ../../mod/message.php:31 ../../mod/mail.php:121 +msgid "Messages" +msgstr "Messaggi" + +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "Conversazione rimossa." + +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "Nessun messaggio." + +#: ../../mod/message.php:72 ../../mod/mail.php:292 +msgid "Delete message" +msgstr "Elimina il messaggio" + +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" +msgstr "D d M Y - G:i" + +#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 +msgid "Edit post" +msgstr "Modifica articolo" + +#: ../../mod/directory.php:207 +msgid "Finding:" +msgstr "Ricerca:" + +#: ../../mod/directory.php:215 +msgid "next page" +msgstr "pagina succ." + +#: ../../mod/directory.php:215 +msgid "previous page" +msgstr "pagina prec." + +#: ../../mod/directory.php:222 +msgid "No entries (some entries may be hidden)." +msgstr "Nessun risultato (qualcosa potrebbe essere nascosto)." + +#: ../../mod/mitem.php:14 ../../mod/menu.php:92 +msgid "Menu not found." +msgstr "Menù non trovato." + +#: ../../mod/mitem.php:47 +msgid "Menu element updated." +msgstr "L'elemento del menù è stato aggiornato." + +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." +msgstr "Non è possibile aggiornare l'elemento del menù." + +#: ../../mod/mitem.php:57 +msgid "Menu element added." +msgstr "Elemento aggiunto al menù." + +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." +msgstr "Impossibile aggiungere l'elemento al menù." + +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" +msgstr "Gestione elementi del menù" + +#: ../../mod/mitem.php:99 +msgid "Edit menu" +msgstr "Modifica il menù" + +#: ../../mod/mitem.php:102 +msgid "Edit element" +msgstr "Modifica l'elemento" + +#: ../../mod/mitem.php:103 +msgid "Drop element" +msgstr "Elimina l'elemento" + +#: ../../mod/mitem.php:104 +msgid "New element" +msgstr "Nuovo elemento" + +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" +msgstr "Modifica il contenitore del menù" + +#: ../../mod/mitem.php:106 +msgid "Add menu element" +msgstr "Aggiungi un elemento al menù" + +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" +msgstr "Elimina questo elemento del menù" + +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" +msgstr "Modifica questo elemento del menù" + +#: ../../mod/mitem.php:131 +msgid "New Menu Element" +msgstr "Nuovo elemento del menù" + +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" +msgstr "Permessi del menu" + +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:962 +msgid "(click to open/close)" +msgstr "(clicca per aprire/chiudere)" + +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" +msgstr "Testo del link" + +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" +msgstr "Indirizzo del link" + +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" +msgstr "Usa l'autenticazione magica di Red, se disponibile" + +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" +msgstr "Apri il link in una nuova finestra" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" +msgstr "Ordine dell'elenco" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" +msgstr "I numeri più alti andranno in fondo all'elenco" + +#: ../../mod/mitem.php:154 +msgid "Menu item not found." +msgstr "L'elemento del menù non è stato trovato." + +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." +msgstr "L'elemento del menù è stato eliminato." + +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." +msgstr "L'elemento del menù non può essere eliminato." + +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "Modifica l'elemento del menù" + +#: ../../mod/mitem.php:186 ../../mod/menu.php:114 +msgid "Modify" +msgstr "Modifica" + +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" +msgstr "Continua" + +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" +msgstr "Canale premium - installazione" + +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" +msgstr "Abilita le restrizioni del canale premium" + +#: ../../mod/connect.php:87 +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 o il sistema di pagamento ecc." + +#: ../../mod/connect.php:89 ../../mod/connect.php:109 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:" + +#: ../../mod/connect.php:90 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Il testo seguente comparirà a chi vorrà connettersi:" + +#: ../../mod/connect.php:91 ../../mod/connect.php:112 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina." + +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Il gestore del canale non ha fornito istruzioni specifiche)" + +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" +msgstr "Canale premium - con restrizioni" + +#: ../../mod/item.php:147 +msgid "Unable to locate original post." +msgstr "Impossibile trovare il messaggio originale." + +#: ../../mod/item.php:352 +msgid "Empty post discarded." +msgstr "L'articolo vuoto è stato ignorato." + +#: ../../mod/item.php:392 +msgid "Executable content type not permitted to this channel." +msgstr "I contenuti eseguibili non sono permessi su questo canale." + +#: ../../mod/item.php:806 +msgid "System error. Post not saved." +msgstr "Errore di sistema. Articolo non salvato." + +#: ../../mod/item.php:1249 #, php-format -msgid "%s : Not a valid email address." -msgstr "%s: non è un indirizzo email valido." +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Hai raggiunto il limite massimo di %1$.0f articoli sulla pagina principale." -#: ../../mod/invite.php:76 -msgid "Please join us on Red" -msgstr "Vieni con noi su Red" +#: ../../mod/item.php:1255 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Hai raggiunto il limite massimo di %1$.0f pagine web." -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Hai superato il numero massimo di inviti. Contatta l'amministratore se necessario." +#: ../../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 è un sito nuovo, riprova tra 24 ore." -#: ../../mod/invite.php:92 +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "Impossibile trovare l'insieme" + +#: ../../mod/network.php:119 +msgid "Search Results For:" +msgstr "Cerca risultati con:" + +#: ../../mod/network.php:173 +msgid "Collection is empty" +msgstr "L'insieme di canali è vuoto" + +#: ../../mod/network.php:181 +msgid "Collection: " +msgstr "Insieme:" + +#: ../../mod/network.php:194 +msgid "Connection: " +msgstr "Connessione:" + +#: ../../mod/network.php:197 +msgid "Invalid connection." +msgstr "Connessione non valida." + +#: ../../mod/siteinfo.php:57 #, php-format -msgid "%s : Message delivery failed." -msgstr "%s: la consegna del messaggio è fallita." +msgid "Version %s" +msgstr "Versione %s" -#: ../../mod/invite.php:96 +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" +msgstr "App e componenti aggiuntivi instalati:" + +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" +msgstr "Nessuna app o componente aggiuntivo installato" + +#: ../../mod/siteinfo.php:97 +msgid "Red" +msgstr "Red" + +#: ../../mod/siteinfo.php:98 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." +msgstr "Questo è un hub di Red Matrix - una rete cooperativa e decentralizzata di siti con elevato livello di privacy. " + +#: ../../mod/siteinfo.php:101 +msgid "Running at web location" +msgstr "In esecuzione sull'indirizzo web" + +#: ../../mod/siteinfo.php:102 +msgid "" +"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " +"about the Red Matrix." +msgstr "Visita <a href=\"http://getzot.com\">GetZot.com</a> per scoprire il progetto Red Matrix." + +#: ../../mod/siteinfo.php:103 +msgid "Bug reports and issues: please visit" +msgstr "Per segnalare bug e problemi: visita" + +#: ../../mod/siteinfo.php:106 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com" + +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" +msgstr "Amministratori del sito" + +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" +msgstr "Segnalibro aggiunto" + +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" +msgstr "I miei segnalibri" + +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" +msgstr "I segnalibri dei miei contatti" + +#: ../../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/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Permessi insufficienti. Sarà visualizzata la pagina del profilo." + +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout aggiornato." + +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Modifica i layout di sistema" + +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout non trovato." + +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Nome del modulo:" + +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "Guida al layout" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Impossibile raggiungere il tuo hub." + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Inviato!" + +#: ../../mod/subthread.php:103 #, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d messaggio inviato." -msgstr[1] "%d messaggi inviati." +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s sta seguendo %3$s di %2$s" -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "Non hai altri inviti disponibili" +#: ../../mod/chanview.php:93 +msgid "toggle full screen mode" +msgstr "attiva/disattiva schermo intero" -#: ../../mod/invite.php:141 -msgid "Send invitations" -msgstr "Spedisci inviti" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "la firma riscontrata non è valida" -#: ../../mod/invite.php:142 -msgid "Enter email addresses, one per line:" -msgstr "Inserisci gli indirizzi email, uno per riga:" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Impossibile creare la sorgente. Nessun canale selezionato." -#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 -msgid "Your message:" -msgstr "Il tuo messaggio:" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Sorgente creata." -#: ../../mod/invite.php:144 +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Sorgente aggiornata." + +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" + +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Gestisci le sorgenti dei contenuti del tuo canale." + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nuova sorgente" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralised communication and information " -"tool." -msgstr "Questo è un invito cordiale ad unirti a me e ad altri miei amici stretti su Red Matrix - uno nuovo strumento di comunicazione decentralizzato e rivoluzionario." +"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/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Sarà necessario fornire questo codice invito: $invite_code" +#: ../../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/invite.php:147 -msgid "Please visit my channel at" -msgstr "Puoi visitare il mio canale su" +#: ../../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/invite.php:151 +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Sorgente non trovata." + +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Modifica la sorgente" + +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Elimina la sorgente" + +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Sorgente eliminata" + +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Impossibile rimuovere la sorgente." + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Indentificativo del profilo non valido." + +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Modifica la visibilità del profilo" + +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." + +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Visibile a" + +#: ../../mod/profperm.php:139 ../../mod/connections.php:278 +msgid "All Connections" +msgstr "Tutti i contatti" + +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla." + +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Il ridimensionamento dell'immagine è fallito." + +#: ../../mod/profile_photo.php:205 msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" -msgstr "Una volta che avrai completato la registrazione (su QUALSIASI sito Red Matrix - sono tutti interconnessi), potrai connetterti al mio canale:" +"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/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "Fai clic su [Registrati] nella pagina seguente per iscriverti." +#: ../../mod/profile_photo.php:232 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "La dimensione dell'immagine supera il limite di %d" -#: ../../mod/invite.php:155 +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "Impossibile elaborare l'immagine." + +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "Foto non disponibile." + +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Carica un file:" + +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "Seleziona un profilo:" + +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Carica la foto del profilo" + +#: ../../mod/profile_photo.php:361 +msgid "Upload" +msgstr "Carica" + +#: ../../mod/profile_photo.php:365 ../../mod/settings.php:888 +msgid "or" +msgstr "o" + +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "salta questo passaggio" + +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" +msgstr "seleziona una foto dai tuoi album" + +#: ../../mod/profile_photo.php:379 +msgid "Crop Image" +msgstr "Ritaglia immagine" + +#: ../../mod/profile_photo.php:380 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Ritaglia l'immagine per migliorarne la visualizzazione." + +#: ../../mod/profile_photo.php:382 +msgid "Done Editing" +msgstr "Modifica terminata" + +#: ../../mod/profile_photo.php:425 +msgid "Image uploaded successfully." +msgstr "Immagine caricata con successo." + +#: ../../mod/profile_photo.php:427 +msgid "Image upload failed." +msgstr "Il caricamento dell'immagine è fallito." + +#: ../../mod/profile_photo.php:436 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Il ridimensionamento del'immagine [%s] è fallito." + +#: ../../mod/blocks.php:66 +msgid "Block Name" +msgstr "Nome del riquadro" + +#: ../../mod/post.php:226 msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "Per saperne di più sul progetto Red Matrix e sul perché potrebbe cambiare internet per come la conosciamo, visita http://getzot.com" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "L'autenticazione remota non è disponibile. Hai accesso solamente a questo sito. Puoi provare ad uscire per tentare di nuovo." -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Impossibile associare un destinatario." +#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Ciao %s. La tua autenticazione da remoto è avvenuta con successo." -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Impossibile comunicare con il canale richiesto." +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "Permesso negato." -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Impossibile verificare il canale richiesto." +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "File non trovato." -#: ../../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/filestorage.php:121 +msgid "Edit file permissions" +msgstr "Modifica i permessi del file" -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" -msgstr "Messaggi" +#: ../../mod/filestorage.php:129 +msgid "Set/edit permissions" +msgstr "Modifica i permessi" -#: ../../mod/mail.php:132 -msgid "Message deleted." -msgstr "Messaggio eliminato." +#: ../../mod/filestorage.php:130 +msgid "Include all files and sub folders" +msgstr "Includi tutti i file e le sottocartelle" -#: ../../mod/mail.php:149 -msgid "Message recalled." -msgstr "Messaggio revocato." +#: ../../mod/filestorage.php:131 +msgid "Return to file list" +msgstr "Torna all'elenco dei file" -#: ../../mod/mail.php:206 -msgid "Send Private Message" -msgstr "Invia un messaggio privato" +#: ../../mod/filestorage.php:133 +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/mail.php:207 ../../mod/mail.php:323 -msgid "To:" -msgstr "A:" +#: ../../mod/filestorage.php:134 +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/mail.php:212 ../../mod/mail.php:325 -msgid "Subject:" -msgstr "Oggetto:" +#: ../../mod/filestorage.php:171 +msgid "Download" +msgstr "Scaricamento dati" -#: ../../mod/mail.php:249 -msgid "Message not found." -msgstr "Messaggio non trovato." +#: ../../mod/filestorage.php:177 +msgid "Used: " +msgstr "Usato:" -#: ../../mod/mail.php:292 ../../mod/message.php:72 -msgid "Delete message" -msgstr "Elimina il messaggio" +#: ../../mod/filestorage.php:178 +msgid "[directory]" +msgstr "[cartella]" -#: ../../mod/mail.php:293 -msgid "Recall message" -msgstr "Revoca il messaggio" +#: ../../mod/filestorage.php:180 +msgid "Limit: " +msgstr "Limite:" -#: ../../mod/mail.php:295 -msgid "Message has been recalled." -msgstr "Il messaggio è stato revocato." +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." +msgstr "Le informazioni remote sulla privacy non sono disponibili." -#: ../../mod/mail.php:312 -msgid "Private Conversation" -msgstr "Conversazione privata" +#: ../../mod/lockview.php:45 +msgid "Visible to:" +msgstr "Visibile a:" -#: ../../mod/mail.php:316 -msgid "Delete conversation" -msgstr "Elimina la conversazione" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Contatto non trovato." -#: ../../mod/mail.php:318 +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Suggerimento di amicizia inviato." + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Suggerisci amici" + +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Suggerisci un amico a %s" + +#: ../../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/connedit.php:64 ../../mod/connections.php:37 +msgid "Could not access contact record." +msgstr "Non è possibile accedere alle informazioni sul contatto." + +#: ../../mod/connedit.php:78 ../../mod/connections.php:51 +msgid "Could not locate selected profile." +msgstr "Non riesco a trovare il profilo selezionato." + +#: ../../mod/connedit.php:131 ../../mod/connections.php:94 +msgid "Connection updated." +msgstr "Contatto aggiornato." + +#: ../../mod/connedit.php:133 ../../mod/connections.php:96 +msgid "Failed to update connection record." +msgstr "Impossibile aggiornare le informazioni del contatto." + +#: ../../mod/connedit.php:243 +msgid "Could not access address book record." +msgstr "Impossibile accedere alle informazioni della rubrica." + +#: ../../mod/connedit.php:257 +msgid "Refresh failed - channel is currently unavailable." +msgstr "Il canale non è disponibile - impossibile aggiornare." + +#: ../../mod/connedit.php:264 +msgid "Channel has been unblocked" +msgstr "Il canale è stato sbloccato" + +#: ../../mod/connedit.php:265 +msgid "Channel has been blocked" +msgstr "Il canale è stato bloccato" + +#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 +#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 +#: ../../mod/connedit.php:320 +msgid "Unable to set address book parameters." +msgstr "Impossibile impostare i parametri della rubrica." + +#: ../../mod/connedit.php:276 +msgid "Channel has been unignored" +msgstr "Il canale non sarà più ignorato" + +#: ../../mod/connedit.php:277 +msgid "Channel has been ignored" +msgstr "Il canale sarà ignorato" + +#: ../../mod/connedit.php:288 +msgid "Channel has been unarchived" +msgstr "Il canale non è più archiviato" + +#: ../../mod/connedit.php:289 +msgid "Channel has been archived" +msgstr "Il canale è stato archiviato" + +#: ../../mod/connedit.php:300 +msgid "Channel has been unhidden" +msgstr "Il canale non è più nascosto" + +#: ../../mod/connedit.php:301 +msgid "Channel has been hidden" +msgstr "Il canale è stato nascosto" + +#: ../../mod/connedit.php:315 +msgid "Channel has been approved" +msgstr "Il canale è stato approvato" + +#: ../../mod/connedit.php:316 +msgid "Channel has been unapproved" +msgstr "Il canale non è più approvato" + +#: ../../mod/connedit.php:334 +msgid "Connection has been removed." +msgstr "Il contatto è stato rimosso." + +#: ../../mod/connedit.php:354 +#, php-format +msgid "View %s's profile" +msgstr "Guarda il profilo di %s" + +#: ../../mod/connedit.php:358 +msgid "Refresh Permissions" +msgstr "Aggiorna i permessi" + +#: ../../mod/connedit.php:361 +msgid "Fetch updated permissions" +msgstr "Scarica i permessi aggiornati" + +#: ../../mod/connedit.php:365 +msgid "Recent Activity" +msgstr "Attività recenti" + +#: ../../mod/connedit.php:368 +msgid "View recent posts and comments" +msgstr "Leggi i post recenti e i commenti" + +#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 +#: ../../mod/admin.php:759 +msgid "Unblock" +msgstr "Sblocca" + +#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 +#: ../../mod/admin.php:758 +msgid "Block" +msgstr "Blocca" + +#: ../../mod/connedit.php:375 +msgid "Block or Unblock this connection" +msgstr "Per bloccare o meno questo contatto" + +#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +msgid "Unignore" +msgstr "Non ignorare" + +#: ../../mod/connedit.php:382 +msgid "Ignore or Unignore this connection" +msgstr "Per ignorare o meno questo contatto" + +#: ../../mod/connedit.php:385 +msgid "Unarchive" +msgstr "Non archiviare" + +#: ../../mod/connedit.php:385 +msgid "Archive" +msgstr "Archivia" + +#: ../../mod/connedit.php:388 +msgid "Archive or Unarchive this connection" +msgstr "Per archiviare o meno questo contatto" + +#: ../../mod/connedit.php:391 +msgid "Unhide" +msgstr "Non nascondere" + +#: ../../mod/connedit.php:391 +msgid "Hide" +msgstr "Nascondi" + +#: ../../mod/connedit.php:394 +msgid "Hide or Unhide this connection" +msgstr "Per nascondere o meno questo contatto" + +#: ../../mod/connedit.php:401 +msgid "Delete this connection" +msgstr "Elimina questo contatto" + +#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 +msgid "Approve this connection" +msgstr "Approva questo contatto" + +#: ../../mod/connedit.php:444 +msgid "Accept connection to allow communication" +msgstr "Entra in contatto per poter comunicare" + +#: ../../mod/connedit.php:460 +msgid "Automatic Permissions Settings" +msgstr "Permessi predefiniti" + +#: ../../mod/connedit.php:460 +#, php-format +msgid "Connections: settings for %s" +msgstr "Contatti: impostazioni per %s" + +#: ../../mod/connedit.php:464 msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "Non è disponibile alcun sistema per comunicare in modo sicuro. Puoi verificare se <strong>eventualmente</strong> è possibile rispondere dalla pagina del profilo del mittente." +"When receiving a channel introduction, any permissions provided here will be" +" applied to the new connection automatically and the introduction approved. " +"Leave this page if you do not wish to use this feature." +msgstr "Hai ricevuto da un canale una richiesta di entrare in contatto, se prosegui la richiesta sarà approvata e saranno applicati i permessi mostrati. Lascia questa pagina se non vuoi proseguire." -#: ../../mod/mail.php:322 -msgid "Send Reply" -msgstr "Invia la risposta" +#: ../../mod/connedit.php:466 +msgid "Slide to adjust your degree of friendship" +msgstr "Trascina per restringere il grado di amicizia da mostrare" + +#: ../../mod/connedit.php:472 +msgid "inherited" +msgstr "derivato" + +#: ../../mod/connedit.php:474 +msgid "Connection has no individual permissions!" +msgstr "Non hai assegnato permessi individuali a questo contatto!" + +#: ../../mod/connedit.php:475 +msgid "" +"This may be appropriate based on your <a href=\"settings\">privacy " +"settings</a>, though you may wish to review the \"Advanced Permissions\"." +msgstr "Questo corrisponde alle tue <a href='settings'>impostazioni di privacy</a>, ma puoi anche dare un'occhiata ai 'Permessi avanzati' per opzioni più dettagliate." + +#: ../../mod/connedit.php:477 +msgid "Profile Visibility" +msgstr "Visibilità del profilo" + +#: ../../mod/connedit.php:478 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro." + +#: ../../mod/connedit.php:479 +msgid "Contact Information / Notes" +msgstr "Informazioni e annotazioni sul contatto" + +#: ../../mod/connedit.php:480 +msgid "Edit contact notes" +msgstr "Modifica le informazioni sul contatto" + +#: ../../mod/connedit.php:482 +msgid "Their Settings" +msgstr "Permessi concessi a te" + +#: ../../mod/connedit.php:483 +msgid "My Settings" +msgstr "I permessi che concedo" + +#: ../../mod/connedit.php:485 +msgid "Clear/Disable Automatic Permissions" +msgstr "Rimuovi/disabilita i permessi automatici" + +#: ../../mod/connedit.php:486 +msgid "Forum Members" +msgstr "Membro di un forum" + +#: ../../mod/connedit.php:487 +msgid "Soapbox" +msgstr "Comunicati e annunci" + +#: ../../mod/connedit.php:488 +msgid "Full Sharing (typical social network permissions)" +msgstr "Condivisione completa (permessi tipici dei social network)" + +#: ../../mod/connedit.php:489 +msgid "Cautious Sharing " +msgstr "Condivisione prudente" + +#: ../../mod/connedit.php:490 +msgid "Follow Only" +msgstr "Follower" + +#: ../../mod/connedit.php:491 +msgid "Individual Permissions" +msgstr "Permessi individuali" + +#: ../../mod/connedit.php:492 +msgid "" +"Some permissions may be inherited from your channel <a " +"href=\"settings\">privacy settings</a>, which have higher priority than " +"individual settings. Changing those inherited settings on this page will " +"have no effect." +msgstr "I permessi nelle <a href=\"settings\">impostazioni di privacy</a> hanno priorità su quelli mostrati in questa pagina. Non avrà alcun effetto cambiarli qui, se sono indicati come derivati." + +#: ../../mod/connedit.php:493 +msgid "Advanced Permissions" +msgstr "Permessi avanzati" + +#: ../../mod/connedit.php:494 +msgid "Simple Permissions (select one and submit)" +msgstr "Permessi semplificati (seleziona e salva)" + +#: ../../mod/connedit.php:498 +#, php-format +msgid "Visit %s's profile - %s" +msgstr "Guarda il profilo di %s - %s" + +#: ../../mod/connedit.php:499 +msgid "Block/Unblock contact" +msgstr "Blocca/sblocca contatto" + +#: ../../mod/connedit.php:500 +msgid "Ignore contact" +msgstr "Ignora il contatto" + +#: ../../mod/connedit.php:501 +msgid "Repair URL settings" +msgstr "Ripara le impostazioni URL" + +#: ../../mod/connedit.php:502 +msgid "View conversations" +msgstr "Leggi le conversazioni" + +#: ../../mod/connedit.php:504 +msgid "Delete contact" +msgstr "Elimina contatto" + +#: ../../mod/connedit.php:507 +msgid "Last update:" +msgstr "Ultimo aggiornamento:" + +#: ../../mod/connedit.php:509 +msgid "Update public posts" +msgstr "Aggiorna gli articoli pubblici" + +#: ../../mod/connedit.php:511 +msgid "Update now" +msgstr "Aggiorna adesso" + +#: ../../mod/connedit.php:517 +msgid "Currently blocked" +msgstr "Attualmente bloccato" + +#: ../../mod/connedit.php:518 +msgid "Currently ignored" +msgstr "Attualmente ignorato" + +#: ../../mod/connedit.php:519 +msgid "Currently archived" +msgstr "Attualmente archiviato" + +#: ../../mod/connedit.php:520 +msgid "Currently pending" +msgstr "Attualmente da approvare" + +#: ../../mod/connedit.php:521 +msgid "Hide this contact from others" +msgstr "Nascondi questo contatto agli altri" + +#: ../../mod/connedit.php:521 +msgid "" +"Replies/likes to your public posts <strong>may</strong> still be visible" +msgstr "Le risposte ai tuoi articoli pubblici <strong>potrebbero</strong> restare comunque visibili" + +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Questo sito non fornisce l'elenco generale dei canali" + +#: ../../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/rmagic.php:38 +msgid "The error message was:" +msgstr "Messaggio di errore ricevuto:" + +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "Autenticazione fallita." + +#: ../../mod/rmagic.php:78 +msgid "Remote Authentication" +msgstr "Autenticazione a distanza" + +#: ../../mod/rmagic.php:79 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)" + +#: ../../mod/rmagic.php:80 +msgid "Authenticate" +msgstr "Autenticazione" + +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Elemento non disponibile." + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "L'elemento non è modificabile" + +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Eliminare questo elemento?" #: ../../mod/settings.php:71 msgid "Name is required" @@ -3554,10 +4677,6 @@ msgstr "Il nome è obbligatorio" msgid "Key and Secret are required" msgstr "Chiave e Segreto sono richiesti" -#: ../../mod/settings.php:79 ../../mod/settings.php:541 -msgid "Update" -msgstr "Aggiorna" - #: ../../mod/settings.php:195 msgid "Passwords do not match. Password unchanged." msgstr "Le password non corrispondono. Password non cambiata." @@ -3790,24 +4909,10 @@ msgstr "Chiunque su internet" msgid "Publish your default profile in the network directory" msgstr "Pubblica il mio profilo predefinito sull'elenco pubblico dei canali" -#: ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 ../../mod/api.php:106 ../../mod/profiles.php:484 -msgid "No" -msgstr "No" - -#: ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 ../../mod/api.php:105 ../../mod/profiles.php:483 -msgid "Yes" -msgstr "Si" - #: ../../mod/settings.php:884 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Vuoi essere suggerito come potenziale amico ai nuovi membri?" -#: ../../mod/settings.php:888 ../../mod/profile_photo.php:288 -msgid "or" -msgstr "o" - #: ../../mod/settings.php:893 msgid "Your channel address is" msgstr "L'indirizzo del tuo canale è" @@ -3914,10 +5019,6 @@ msgstr "Serve e ridurre lo spam" msgid "Default Post Permissions" msgstr "Permessi predefiniti per gli articoli" -#: ../../mod/settings.php:962 ../../mod/mitem.php:134 ../../mod/mitem.php:177 -msgid "(click to open/close)" -msgstr "(clicca per aprire/chiudere)" - #: ../../mod/settings.php:973 msgid "Maximum private messages per day from unknown people:" msgstr "Numero massimo giornaliero di messaggi privati da utenti sconosciuti:" @@ -4004,1173 +5105,6 @@ msgstr "Impostazioni varie" msgid "Personal menu to display in your channel pages" msgstr "Menu personale da mostrare sulle pagine del tuo canale" -#: ../../mod/menu.php:21 -msgid "Menu updated." -msgstr "Menù aggiornato." - -#: ../../mod/menu.php:25 -msgid "Unable to update menu." -msgstr "Impossibile aggiornare il menù." - -#: ../../mod/menu.php:30 -msgid "Menu created." -msgstr "Menù creato." - -#: ../../mod/menu.php:34 -msgid "Unable to create menu." -msgstr "Impossibile creare il menù." - -#: ../../mod/menu.php:57 -msgid "Manage Menus" -msgstr "Gestione menù" - -#: ../../mod/menu.php:60 -msgid "Drop" -msgstr "Elimina" - -#: ../../mod/menu.php:62 -msgid "Create a new menu" -msgstr "Crea un nuovo menù" - -#: ../../mod/menu.php:63 -msgid "Delete this menu" -msgstr "Elimina questo menù" - -#: ../../mod/menu.php:64 ../../mod/menu.php:109 -msgid "Edit menu contents" -msgstr "Modifica i contenuti del menù" - -#: ../../mod/menu.php:65 -msgid "Edit this menu" -msgstr "Modifica questo menù" - -#: ../../mod/menu.php:80 -msgid "New Menu" -msgstr "Nuovo menù" - -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Menu name" -msgstr "Nome del menù" - -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Must be unique, only seen by you" -msgstr "Deve essere unico, lo vedrai solo tu" - -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title" -msgstr "Titolo del menù" - -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title as seen by others" -msgstr "Titolo del menù come comparirà a tutti" - -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Allow bookmarks" -msgstr "Permetti l'invio di segnalibri" - -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Menu may be used to store saved bookmarks" -msgstr "Puoi salvare i segnalibri nei menu" - -#: ../../mod/menu.php:84 ../../mod/mitem.php:142 ../../mod/new_channel.php:117 -msgid "Create" -msgstr "Crea" - -#: ../../mod/menu.php:92 ../../mod/mitem.php:14 -msgid "Menu not found." -msgstr "Menù non trovato." - -#: ../../mod/menu.php:98 -msgid "Menu deleted." -msgstr "Menù eliminato." - -#: ../../mod/menu.php:100 -msgid "Menu could not be deleted." -msgstr "Il menù non può essere eliminato." - -#: ../../mod/menu.php:106 -msgid "Edit Menu" -msgstr "Modifica menù" - -#: ../../mod/menu.php:108 -msgid "Add or remove entries to this menu" -msgstr "Aggiungi o rimuovi elementi di questo menù" - -#: ../../mod/menu.php:114 ../../mod/mitem.php:186 -msgid "Modify" -msgstr "Modifica" - -#: ../../mod/menu.php:120 ../../mod/mitem.php:78 ../../mod/xchan.php:27 -#: ../../mod/dirprofile.php:181 -msgid "Not found." -msgstr "Non trovato." - -#: ../../mod/webpages.php:122 ../../mod/layouts.php:116 -#: ../../mod/blocks.php:97 -msgid "View" -msgstr "Guarda" - -#: ../../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/apps.php:8 -msgid "No installed applications." -msgstr "Nessuna app installata." - -#: ../../mod/apps.php:13 -msgid "Applications" -msgstr "Applicazioni" - -#: ../../mod/editpost.php:20 ../../mod/editblock.php:8 -#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 -#: ../../mod/editlayout.php:36 ../../mod/editwebpage.php:32 -msgid "Item not found" -msgstr "Elemento non trovato" - -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "L'elemento non è modificabile" - -#: ../../mod/editpost.php:42 ../../mod/rpost.php:86 -msgid "Edit post" -msgstr "Modifica articolo" - -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Eliminare questo elemento?" - -#: ../../mod/editpost.php:116 ../../mod/editblock.php:115 -#: ../../mod/editlayout.php:110 ../../mod/editwebpage.php:147 -msgid "Insert YouTube video" -msgstr "Inserisci video da YouTube" - -#: ../../mod/editpost.php:117 ../../mod/editblock.php:116 -#: ../../mod/editlayout.php:111 ../../mod/editwebpage.php:148 -msgid "Insert Vorbis [.ogg] video" -msgstr "Inserisci video Vorbis [.ogg]" - -#: ../../mod/editpost.php:118 ../../mod/editblock.php:117 -#: ../../mod/editlayout.php:112 ../../mod/editwebpage.php:149 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Inserisci audio Vorbis [.ogg]" - -#: ../../mod/cloud.php:112 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" -msgstr "Accesso a Red Matrix. Inserisci l'email con cui sei registrato e la password." - -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" -msgstr "Segnalibro aggiunto" - -#: ../../mod/bookmarks.php:58 -msgid "My Bookmarks" -msgstr "I miei segnalibri" - -#: ../../mod/bookmarks.php:69 -msgid "My Connections Bookmarks" -msgstr "I segnalibri dei miei contatti" - -#: ../../mod/subthread.php:105 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s sta seguendo %3$s di %2$s" - -#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 -#: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -msgid "[Embedded content - reload page to view]" -msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]" - -#: ../../mod/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47 -#: ../../mod/block.php:39 ../../mod/wall_upload.php:28 -msgid "Channel not found." -msgstr "Canale non trovato." - -#: ../../mod/chanview.php:93 -msgid "toggle full screen mode" -msgstr "attiva/disattiva schermo intero" - -#: ../../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/acl.php:239 -msgid "network" -msgstr "rete" - -#: ../../mod/viewconnections.php:17 ../../mod/search.php:13 -#: ../../mod/directory.php:15 ../../mod/display.php:9 -#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 -msgid "Public access denied." -msgstr "Accesso pubblico negato." - -#: ../../mod/viewconnections.php:50 -msgid "No connections." -msgstr "Nessun contatto." - -#: ../../mod/viewconnections.php:62 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visita il profilo di %s [%s]" - -#: ../../mod/viewconnections.php:77 -msgid "View Connnections" -msgstr "Guarda i contatti" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Tag rimosso" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Rimuovi il tag" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Seleziona un tag da rimuovere: " - -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:908 -msgid "Remove" -msgstr "Rimuovi" - -#: ../../mod/connect.php:55 ../../mod/connect.php:103 -msgid "Continue" -msgstr "Continua" - -#: ../../mod/connect.php:84 -msgid "Premium Channel Setup" -msgstr "Canale premium - installazione" - -#: ../../mod/connect.php:86 -msgid "Enable premium channel connection restrictions" -msgstr "Abilita le restrizioni del canale premium" - -#: ../../mod/connect.php:87 -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 o il sistema di pagamento ecc." - -#: ../../mod/connect.php:89 ../../mod/connect.php:109 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Prima di connetterti a questo canale è necessario che tu accetti le seguenti condizioni:" - -#: ../../mod/connect.php:90 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Il testo seguente comparirà a chi vorrà connettersi:" - -#: ../../mod/connect.php:91 ../../mod/connect.php:112 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Continuando dichiaro di aver seguito tutte le indicazioni e le istruzioni fornite in questa pagina." - -#: ../../mod/connect.php:100 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Il gestore del canale non ha fornito istruzioni specifiche)" - -#: ../../mod/connect.php:108 -msgid "Restricted or Premium Channel" -msgstr "Canale premium - con restrizioni" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Impossibile trovare delegati per questa pagina." - -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Gestione delegati per la pagina" - -#: ../../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/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Gestori attuali della pagina" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Delegati attuali della pagina" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Delegati potenziali" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Aggiungi" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Nessun risultato." - -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "Layout aggiornato." - -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "Modifica i layout di sistema" - -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "Layout non trovato." - -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "Nome del modulo:" - -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 -msgid "Layout Help" -msgstr "Guida al layout" - -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Elemento non disponibile." - -#: ../../mod/item.php:147 -msgid "Unable to locate original post." -msgstr "Impossibile trovare il messaggio originale." - -#: ../../mod/item.php:345 -msgid "Empty post discarded." -msgstr "L'articolo vuoto è stato ignorato." - -#: ../../mod/item.php:385 -msgid "Executable content type not permitted to this channel." -msgstr "I contenuti eseguibili non sono permessi su questo canale." - -#: ../../mod/item.php:794 -msgid "System error. Post not saved." -msgstr "Errore di sistema. Articolo non salvato." - -#: ../../mod/item.php:1237 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "Hai raggiunto il limite massimo di %1$.0f articoli sulla pagina principale." - -#: ../../mod/item.php:1243 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Hai raggiunto il limite massimo di %1$.0f pagine web." - -#: ../../mod/mitem.php:47 -msgid "Menu element updated." -msgstr "L'elemento del menù è stato aggiornato." - -#: ../../mod/mitem.php:51 -msgid "Unable to update menu element." -msgstr "Non è possibile aggiornare l'elemento del menù." - -#: ../../mod/mitem.php:57 -msgid "Menu element added." -msgstr "Elemento aggiunto al menù." - -#: ../../mod/mitem.php:61 -msgid "Unable to add menu element." -msgstr "Impossibile aggiungere l'elemento al menù." - -#: ../../mod/mitem.php:96 -msgid "Manage Menu Elements" -msgstr "Gestione elementi del menù" - -#: ../../mod/mitem.php:99 -msgid "Edit menu" -msgstr "Modifica il menù" - -#: ../../mod/mitem.php:102 -msgid "Edit element" -msgstr "Modifica l'elemento" - -#: ../../mod/mitem.php:103 -msgid "Drop element" -msgstr "Elimina l'elemento" - -#: ../../mod/mitem.php:104 -msgid "New element" -msgstr "Nuovo elemento" - -#: ../../mod/mitem.php:105 -msgid "Edit this menu container" -msgstr "Modifica il contenitore del menù" - -#: ../../mod/mitem.php:106 -msgid "Add menu element" -msgstr "Aggiungi un elemento al menù" - -#: ../../mod/mitem.php:107 -msgid "Delete this menu item" -msgstr "Elimina questo elemento del menù" - -#: ../../mod/mitem.php:108 -msgid "Edit this menu item" -msgstr "Modifica questo elemento del menù" - -#: ../../mod/mitem.php:131 -msgid "New Menu Element" -msgstr "Nuovo elemento del menù" - -#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 -msgid "Menu Item Permissions" -msgstr "Permessi del menu" - -#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 -msgid "Link text" -msgstr "Testo del link" - -#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 -msgid "URL of link" -msgstr "Indirizzo del link" - -#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 -msgid "Use Red magic-auth if available" -msgstr "Usa l'autenticazione magica di Red, se disponibile" - -#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 -msgid "Open link in new window" -msgstr "Apri il link in una nuova finestra" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Order in list" -msgstr "Ordine dell'elenco" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Higher numbers will sink to bottom of listing" -msgstr "I numeri più alti andranno in fondo all'elenco" - -#: ../../mod/mitem.php:154 -msgid "Menu item not found." -msgstr "L'elemento del menù non è stato trovato." - -#: ../../mod/mitem.php:163 -msgid "Menu item deleted." -msgstr "L'elemento del menù è stato eliminato." - -#: ../../mod/mitem.php:165 -msgid "Menu item could not be deleted." -msgstr "L'elemento del menù non può essere eliminato." - -#: ../../mod/mitem.php:174 -msgid "Edit Menu Element" -msgstr "Modifica l'elemento del menù" - -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "la firma riscontrata non è valida" - -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Indentificativo del profilo non valido." - -#: ../../mod/profperm.php:105 -msgid "Profile Visibility Editor" -msgstr "Modifica la visibilità del profilo" - -#: ../../mod/profperm.php:109 -msgid "Click on a contact to add or remove." -msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." - -#: ../../mod/profperm.php:118 -msgid "Visible To" -msgstr "Visibile a" - -#: ../../mod/profperm.php:134 ../../mod/connections.php:277 -msgid "All Connections" -msgstr "Tutti i contatti" - -#: ../../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 saranno visibili agli altri canali" - -#: ../../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:231 -msgid "Click on a channel to add or remove." -msgstr "Clicca su un canale per aggiungerlo o rimuoverlo." - -#: ../../mod/admin.php:52 -msgid "Theme settings updated." -msgstr "Le impostazioni del tema sono state aggiornate." - -#: ../../mod/admin.php:92 ../../mod/admin.php:440 -msgid "Site" -msgstr "Sito" - -#: ../../mod/admin.php:93 -msgid "Accounts" -msgstr "Accounts" - -#: ../../mod/admin.php:94 ../../mod/admin.php:883 -msgid "Channels" -msgstr "Canali" - -#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 -msgid "Plugins" -msgstr "Plugin" - -#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 -msgid "Themes" -msgstr "Temi" - -#: ../../mod/admin.php:97 ../../mod/admin.php:540 -msgid "Server" -msgstr "Server" - -#: ../../mod/admin.php:98 -msgid "DB updates" -msgstr "Aggiornamenti al DB" - -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 -msgid "Logs" -msgstr "Log" - -#: ../../mod/admin.php:118 -msgid "Plugin Features" -msgstr "Funzionalità dei componenti aggiuntivi" - -#: ../../mod/admin.php:120 -msgid "User registrations waiting for confirmation" -msgstr "Registrazioni in attesa" - -#: ../../mod/admin.php:197 -msgid "Message queues" -msgstr "Messaggi in attesa di recapito" - -#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 -#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 -#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 -#: ../../mod/admin.php:1301 -msgid "Administration" -msgstr "Amministrazione" - -#: ../../mod/admin.php:203 -msgid "Summary" -msgstr "Riepilogo" - -#: ../../mod/admin.php:205 -msgid "Registered users" -msgstr "Utenti registrati" - -#: ../../mod/admin.php:207 ../../mod/admin.php:543 -msgid "Pending registrations" -msgstr "Registrazioni da approvare" - -#: ../../mod/admin.php:208 -msgid "Version" -msgstr "Versione" - -#: ../../mod/admin.php:210 ../../mod/admin.php:544 -msgid "Active plugins" -msgstr "Plugin attivi" - -#: ../../mod/admin.php:360 -msgid "Site settings updated." -msgstr "Impostazioni del sito aggiornate." - -#: ../../mod/admin.php:391 -msgid "No special theme for accessibility" -msgstr "Nessun tema speciale per l'accessibilità" - -#: ../../mod/admin.php:419 -msgid "Closed" -msgstr "Chiusa" - -#: ../../mod/admin.php:420 -msgid "Requires approval" -msgstr "Richiede l'approvazione" - -#: ../../mod/admin.php:421 -msgid "Open" -msgstr "Aperta" - -#: ../../mod/admin.php:426 -msgid "Private" -msgstr "Privato" - -#: ../../mod/admin.php:427 -msgid "Paid Access" -msgstr "Servizio a pagamento" - -#: ../../mod/admin.php:428 -msgid "Free Access" -msgstr "Servizio gratuito" - -#: ../../mod/admin.php:429 -msgid "Tiered Access" -msgstr "Accesso multilivello" - -#: ../../mod/admin.php:442 ../../mod/register.php:189 -msgid "Registration" -msgstr "Registrazione" - -#: ../../mod/admin.php:443 -msgid "File upload" -msgstr "Caricamento file" - -#: ../../mod/admin.php:444 -msgid "Policies" -msgstr "Politiche" - -#: ../../mod/admin.php:449 -msgid "Site name" -msgstr "Nome del sito" - -#: ../../mod/admin.php:450 -msgid "Banner/Logo" -msgstr "Banner o logo" - -#: ../../mod/admin.php:451 -msgid "Administrator Information" -msgstr "Informazioni sull'amministrazione" - -#: ../../mod/admin.php:451 -msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" -msgstr "Informazioni per contattare gli amministratori del sito. Saranno mostrate sulla pagina di informazioni. È consentito il BBcode" - -#: ../../mod/admin.php:452 -msgid "System language" -msgstr "Lingua di sistema" - -#: ../../mod/admin.php:453 -msgid "System theme" -msgstr "Tema di sistema" - -#: ../../mod/admin.php:453 -msgid "" -"Default system theme - may be over-ridden by user profiles - <a href='#' " -"id='cnftheme'>change theme settings</a>" -msgstr "Il tema di sistema può essere cambiato dai profili dei singoli utenti - <a href='#' id='cnftheme'>Cambia le impostazioni del tema</a>" - -#: ../../mod/admin.php:454 -msgid "Mobile system theme" -msgstr "Tema di sistema per dispositivi mobili" - -#: ../../mod/admin.php:454 -msgid "Theme for mobile devices" -msgstr "Tema per i dispositivi mobili" - -#: ../../mod/admin.php:455 -msgid "Accessibility system theme" -msgstr "Tema di sistema ad alta accessibilità" - -#: ../../mod/admin.php:455 -msgid "Accessibility theme" -msgstr "Tema ad alta accessibilità" - -#: ../../mod/admin.php:456 -msgid "Channel to use for this website's static pages" -msgstr "Canale da usare per le pagine statiche di questo sito" - -#: ../../mod/admin.php:456 -msgid "Site Channel" -msgstr "Canale del sito" - -#: ../../mod/admin.php:458 -msgid "Maximum image size" -msgstr "Dimensione massima immagini" - -#: ../../mod/admin.php:458 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Massima dimensione in byte delle immagini caricate. Il default è 0, cioè nessun limite." - -#: ../../mod/admin.php:459 -msgid "Register policy" -msgstr "Politica di registrazione" - -#: ../../mod/admin.php:460 -msgid "Access policy" -msgstr "Tipo di accesso" - -#: ../../mod/admin.php:461 -msgid "Register text" -msgstr "Testo diregistrazione" - -#: ../../mod/admin.php:461 -msgid "Will be displayed prominently on the registration page." -msgstr "Sarà mostrato ben visibile nella pagina di registrazione." - -#: ../../mod/admin.php:462 -msgid "Accounts abandoned after x days" -msgstr "Account abbandonati dopo X giorni" - -#: ../../mod/admin.php:462 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Eviterà di sprecare risorse di sistema controllando se i siti esterni hanno account abbandonati. Immettere 0 per non imporre nessun limite di tempo." - -#: ../../mod/admin.php:463 -msgid "Allowed friend domains" -msgstr "Domini fidati e consentiti" - -#: ../../mod/admin.php:463 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Elenco separato da virglola dei domini che possono stabilire amicizie con questo sito. Sono accettati caratteri jolly. Lascia vuoto per accettare connessioni da qualsiasi dominio." - -#: ../../mod/admin.php:464 -msgid "Allowed email domains" -msgstr "Domini email consentiti" - -#: ../../mod/admin.php:464 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione. Sono accettati caratteri jolly. Lascia vuoto per accettare qualsiasi dominio." - -#: ../../mod/admin.php:465 -msgid "Block public" -msgstr "Blocca pagine pubbliche" - -#: ../../mod/admin.php:465 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Seleziona per impedire di vedere le pagine personali di questo sito a chi non ha effettuato l'accesso." - -#: ../../mod/admin.php:466 -msgid "Force publish" -msgstr "Forza la publicazione del profilo" - -#: ../../mod/admin.php:466 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Seleziona per mostrare nell'elenco dei canali del sito <strong>tutti</strong> i profili registrati." - -#: ../../mod/admin.php:467 -msgid "Disable discovery tab" -msgstr "Disabilita la funzione 'scopri'" - -#: ../../mod/admin.php:467 -msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." -msgstr "Nell'area della rete personale non comparirà più la scheda con i contenuti acquisiti da altri siti." - -#: ../../mod/admin.php:468 -msgid "No login on Homepage" -msgstr "Non mostrare il login sulla homepage" - -#: ../../mod/admin.php:468 -msgid "" -"Check to hide the login form from your sites homepage when visitors arrive " -"who are not logged in (e.g. when you put the content of the homepage in via " -"the site channel)." -msgstr "Per nascondere la possibilità di fare login ai visitatori (per esempio, quando il contenuto della homepage del sito è alimentato dal canale)." - -#: ../../mod/admin.php:470 -msgid "Proxy user" -msgstr "Utente proxy" - -#: ../../mod/admin.php:471 -msgid "Proxy URL" -msgstr "URL proxy" - -#: ../../mod/admin.php:472 -msgid "Network timeout" -msgstr "Timeout rete" - -#: ../../mod/admin.php:472 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Valore in secondi. Imposta a 0 per illimitato (sconsigliato)." - -#: ../../mod/admin.php:473 -msgid "Delivery interval" -msgstr "Recapito ritardato" - -#: ../../mod/admin.php:473 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "RItarda il processo di recapito di questo numero di secondi per ridurre il carico di sistema. Consigliati: 4-5 secondi per hosting condiviso, 2-3 per i VPS, 0-1 per grandi server dedicati." - -#: ../../mod/admin.php:474 -msgid "Poll interval" -msgstr "Intervallo di polling" - -#: ../../mod/admin.php:474 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Ritarda i processi di polling in background di questo numero di secondi per ridurre il carico del sistema. Se 0, verrà usato lo stesso valore del 'Recapito ritardato'." - -#: ../../mod/admin.php:475 -msgid "Maximum Load Average" -msgstr "Carico massimo medio" - -#: ../../mod/admin.php:475 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Carico di sistema massimo perché i processi di recapito e polling siano ritardati - il valore predefinito è 50." - -#: ../../mod/admin.php:531 -msgid "No server found" -msgstr "Server non trovato" - -#: ../../mod/admin.php:538 ../../mod/admin.php:762 -msgid "ID" -msgstr "ID" - -#: ../../mod/admin.php:538 -msgid "for channel" -msgstr "per canale" - -#: ../../mod/admin.php:538 -msgid "on server" -msgstr "sul server" - -#: ../../mod/admin.php:538 -msgid "Status" -msgstr "Stato" - -#: ../../mod/admin.php:559 -msgid "Update has been marked successful" -msgstr "L'aggiornamento è stato marcato come eseguito." - -#: ../../mod/admin.php:569 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Fallita l'esecuzione di %s. Maggiori informazioni sui log di sistema." - -#: ../../mod/admin.php:572 -#, php-format -msgid "Update %s was successfully applied." -msgstr "L'aggiornamento %s è terminato correttamente." - -#: ../../mod/admin.php:576 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "L'aggiornamento %s non ha dato risposta. Impossibile determinare se è terminato correttamente." - -#: ../../mod/admin.php:579 -#, php-format -msgid "Update function %s could not be found." -msgstr "Impossibile trovare la funzione di aggiornamento %s" - -#: ../../mod/admin.php:594 -msgid "No failed updates." -msgstr "Nessun aggiornamento fallito." - -#: ../../mod/admin.php:598 -msgid "Failed Updates" -msgstr "Aggiornamenti falliti." - -#: ../../mod/admin.php:600 -msgid "Mark success (if update was manually applied)" -msgstr "Marca come eseguito (se applicato manualmente)." - -#: ../../mod/admin.php:601 -msgid "Attempt to execute this update step automatically" -msgstr "Tenta di eseguire in automatico questo passaggio dell'aggiornamento." - -#: ../../mod/admin.php:627 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s utente bloccato/sbloccato" -msgstr[1] "%s utenti bloccati/sbloccati" - -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s utente cancellato" -msgstr[1] "%s utenti cancellati" - -#: ../../mod/admin.php:665 -msgid "Account not found" -msgstr "Account non trovato" - -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' deleted" -msgstr "Utente '%s' eliminato" - -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' unblocked" -msgstr "Utente '%s' sbloccato" - -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' blocked" -msgstr "Utente '%s' bloccato" - -#: ../../mod/admin.php:749 ../../mod/admin.php:761 -msgid "Users" -msgstr "Utenti" - -#: ../../mod/admin.php:751 ../../mod/admin.php:885 -msgid "select all" -msgstr "seleziona tutti" - -#: ../../mod/admin.php:752 -msgid "User registrations waiting for confirm" -msgstr "Richieste di registrazione in attesa di conferma" - -#: ../../mod/admin.php:753 -msgid "Request date" -msgstr "Data richiesta" - -#: ../../mod/admin.php:754 -msgid "No registrations." -msgstr "Nessuna registrazione." - -#: ../../mod/admin.php:755 -msgid "Approve" -msgstr "Approva" - -#: ../../mod/admin.php:756 -msgid "Deny" -msgstr "Nega" - -#: ../../mod/admin.php:758 ../../mod/connedit.php:339 -#: ../../mod/connedit.php:481 -msgid "Block" -msgstr "Blocca" - -#: ../../mod/admin.php:759 ../../mod/connedit.php:339 -#: ../../mod/connedit.php:481 -msgid "Unblock" -msgstr "Sblocca" - -#: ../../mod/admin.php:762 -msgid "Register date" -msgstr "Data registrazione" - -#: ../../mod/admin.php:762 -msgid "Last login" -msgstr "Ultimo accesso" - -#: ../../mod/admin.php:762 -msgid "Expires" -msgstr "Con scadenza" - -#: ../../mod/admin.php:762 -msgid "Service Class" -msgstr "Service Class" - -#: ../../mod/admin.php:764 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Gli utenti selezionati saranno eliminati!\\n\\nTutto quello che gli utenti hanno pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?" - -#: ../../mod/admin.php:765 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "L'utente {0} sarà eliminato!\\n\\nTutto quello che ha pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?" - -#: ../../mod/admin.php:797 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channelss censored/uncensored" -msgstr[0] "Censura modificata per %s canale" -msgstr[1] "Censura modificata per %s canali" - -#: ../../mod/admin.php:804 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "%s canale è stato rimosso" -msgstr[1] "%s canali sono stati rimossi" - -#: ../../mod/admin.php:823 -msgid "Channel not found" -msgstr "Canale non trovato" - -#: ../../mod/admin.php:834 -#, php-format -msgid "Channel '%s' deleted" -msgstr "Il canale '%s' è stato rimosso" - -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' uncensored" -msgstr "Rimossa la censura dal canale '%s'" - -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' censored" -msgstr "Applicata una censura al canale '%s'" - -#: ../../mod/admin.php:887 -msgid "Censor" -msgstr "Applica una censura" - -#: ../../mod/admin.php:888 -msgid "Uncensor" -msgstr "Rimuovi la censura" - -#: ../../mod/admin.php:891 -msgid "UID" -msgstr "UID" - -#: ../../mod/admin.php:891 ../../mod/profiles.php:337 -msgid "Address" -msgstr "Indirizzo" - -#: ../../mod/admin.php:893 -msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "I canali selezionati saranno rimossi!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questi canali sarà irreversibilmente eliminato!\\n\\nVuoi confermare?" - -#: ../../mod/admin.php:894 -msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Il canale {0} sarà rimosso!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questo canale sarà irreversibilmente eliminato!\\n\\nVuoi confermare?" - -#: ../../mod/admin.php:933 -#, php-format -msgid "Plugin %s disabled." -msgstr "Plugin %s non attivo." - -#: ../../mod/admin.php:937 -#, php-format -msgid "Plugin %s enabled." -msgstr "Plugin %s attivo." - -#: ../../mod/admin.php:947 ../../mod/admin.php:1149 -msgid "Disable" -msgstr "Disattiva" - -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 -msgid "Enable" -msgstr "Attiva" - -#: ../../mod/admin.php:975 ../../mod/admin.php:1180 -msgid "Toggle" -msgstr "Attiva/disattiva" - -#: ../../mod/admin.php:983 ../../mod/admin.php:1190 -msgid "Author: " -msgstr "Autore:" - -#: ../../mod/admin.php:984 ../../mod/admin.php:1191 -msgid "Maintainer: " -msgstr "Gestore:" - -#: ../../mod/admin.php:1113 -msgid "No themes found." -msgstr "Nessun tema trovato." - -#: ../../mod/admin.php:1172 -msgid "Screenshot" -msgstr "Istantanea dello schermo" - -#: ../../mod/admin.php:1220 -msgid "[Experimental]" -msgstr "[Sperimentale]" - -#: ../../mod/admin.php:1221 -msgid "[Unsupported]" -msgstr "[Non supportato]" - -#: ../../mod/admin.php:1248 -msgid "Log settings updated." -msgstr "Impostazioni di log aggiornate." - -#: ../../mod/admin.php:1304 -msgid "Clear" -msgstr "Pulisci" - -#: ../../mod/admin.php:1310 -msgid "Debugging" -msgstr "Debugging" - -#: ../../mod/admin.php:1311 -msgid "Log file" -msgstr "File di log" - -#: ../../mod/admin.php:1311 -msgid "" -"Must be writable by web server. Relative to your Red top-level directory." -msgstr "Deve essere scrivibile dal web server. È relativa alla cartella dove è installato Red." - -#: ../../mod/admin.php:1312 -msgid "Log level" -msgstr "Livello di log" - -#: ../../mod/filer.php:49 -msgid "- select -" -msgstr "- scegli -" - -#: ../../mod/home.php:89 -#, php-format -msgid "Welcome to %s" -msgstr "%s ti dà il benvenuto" - #: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" msgstr "Red Matrix Server - Installazione" @@ -5199,7 +5133,7 @@ msgid "" "phpmyadmin or mysql." msgstr "Potresti dover importare il file 'install/database.sql' manualmente usando phpmyadmin o mysql." -#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:641 +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "Leggi il file 'install/INSTALL.txt'." @@ -5207,6 +5141,10 @@ msgstr "Leggi il file 'install/INSTALL.txt'." msgid "System check" msgstr "Verifica del sistema" +#: ../../mod/setup.php:261 ../../mod/events.php:369 +msgid "Next" +msgstr "Successivo" + #: ../../mod/setup.php:262 msgid "Check again" msgstr "Verifica di nuovo" @@ -5476,423 +5414,427 @@ msgstr "Red usa un archivio per salvare i file caricati. Il server deve avere i msgid "store is writable" msgstr "l'archivio è scrivibile" -#: ../../mod/setup.php:554 +#: ../../mod/setup.php:569 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:555 +#: ../../mod/setup.php:570 msgid "" -"If you use https access, you MUST use a certification instance known by all " -"internet browsers. You MUST NOT use self-signed certificates!" -msgstr "Se abiliti https, DEVI usare un certificato riconosciuto da tutti i browser internet. NON DEVI usare certificati self-signed!" +"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:556 +#: ../../mod/setup.php:571 msgid "" "This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub. If your" -msgstr "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server, per esempio." +"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:557 +#: ../../mod/setup.php:572 msgid "" -"certificate is not known by the internet browser of users they get a warning" -" message complaining about some security issues. Although" -msgstr "Se il tuo certificato non è riconosciuto dai browser, chi ti legge riceverà degli avvisi di sicurezza." +"If your certificate is not recognised, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno un avviso su possibili problemi di sicurezza." -#: ../../mod/setup.php:558 +#: ../../mod/setup.php:573 msgid "" -"these complains are not the real truth - there are no security issues with " -"your encryption! - the users may be confused, nerved or even" -msgstr "Anche se questi avvisi non indicano problemi reali - la tua crittografia non ha veramente problemi di sicurezza! - gli utenti potrebbero restarne confusi o preoccupati." +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Ciò può creare problemi di usabilità molto gravi (non solo sul tuo sito), quindi dobbiamo insistere su questo punto." -#: ../../mod/setup.php:559 +#: ../../mod/setup.php:574 msgid "" -"worse may become scared about redmatrix having security issues. Use one of " -"the free certification instances!" -msgstr "Oppure potrebbero anche pensare che sia redmatrix in generale ad avere problemi di sicurezza. Puoi usare un certificato gratuito!" +"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/setup.php:561 +#: ../../mod/setup.php:576 msgid "SSL certificate validation" msgstr "Validazione del certificato SSL" -#: ../../mod/setup.php:568 +#: ../../mod/setup.php:582 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server." -#: ../../mod/setup.php:570 +#: ../../mod/setup.php:584 msgid "Url rewrite is working" msgstr "Url rewrite funziona correttamente" -#: ../../mod/setup.php:580 +#: ../../mod/setup.php:594 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "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/setup.php:604 +#: ../../mod/setup.php:618 msgid "Errors encountered creating database tables." msgstr "La creazione delle tabelle del database ha generato errori." -#: ../../mod/setup.php:639 +#: ../../mod/setup.php:653 msgid "<h1>What next</h1>" msgstr "<h1>I prossimi passi</h1>" -#: ../../mod/setup.php:640 +#: ../../mod/setup.php:654 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "poller." msgstr "IMPORTANTE: Devi creare [manualmente] la pianificazione del polling." -#: ../../mod/directory.php:148 ../../mod/profiles.php:561 -#: ../../mod/dirprofile.php:98 -msgid "Age: " -msgstr "Età:" +#: ../../mod/events.php:72 +msgid "Event title and start time are required." +msgstr "Sono necessari il titolo e l'ora d'inizio dell'evento." -#: ../../mod/directory.php:151 ../../mod/dirprofile.php:101 -msgid "Gender: " -msgstr "Sesso:" +#: ../../mod/events.php:299 +msgid "l, F j" +msgstr "l j F" -#: ../../mod/directory.php:212 -msgid "Finding:" -msgstr "Ricerca:" +#: ../../mod/events.php:321 +msgid "Edit event" +msgstr "Modifica l'evento" -#: ../../mod/directory.php:220 -msgid "next page" -msgstr "pagina succ." +#: ../../mod/events.php:367 +msgid "Create New Event" +msgstr "Crea un nuovo evento" -#: ../../mod/directory.php:220 -msgid "previous page" -msgstr "pagina prec." +#: ../../mod/events.php:368 +msgid "Previous" +msgstr "Precendente" -#: ../../mod/directory.php:227 -msgid "No entries (some entries may be hidden)." -msgstr "Nessun risultato (qualcosa potrebbe essere nascosto)." +#: ../../mod/events.php:439 +msgid "hour:minute" +msgstr "ora:minuti" -#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 -msgid "Remote privacy information not available." -msgstr "Le informazioni remote sulla privacy non sono disponibili." +#: ../../mod/events.php:459 +msgid "Event details" +msgstr "Dettagli evento" -#: ../../mod/lockview.php:45 -msgid "Visible to:" -msgstr "Visibile a:" +#: ../../mod/events.php:460 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Il formato è %s %s. L'inizio e il titolo sono obbligatori." -#: ../../mod/connedit.php:49 ../../mod/connections.php:37 -msgid "Could not access contact record." -msgstr "Non è possibile accedere alle informazioni sul contatto." +#: ../../mod/events.php:462 +msgid "Event Starts:" +msgstr "Inizio:" -#: ../../mod/connedit.php:63 ../../mod/connections.php:51 -msgid "Could not locate selected profile." -msgstr "Non riesco a trovare il profilo selezionato." +#: ../../mod/events.php:462 ../../mod/events.php:476 ../../mod/appman.php:83 +#: ../../mod/appman.php:84 +msgid "Required" +msgstr "Obbligatorio" -#: ../../mod/connedit.php:107 ../../mod/connections.php:94 -msgid "Connection updated." -msgstr "Contatto aggiornato." +#: ../../mod/events.php:465 +msgid "Finish date/time is not known or not relevant" +msgstr "La data/ora di fine non è rilevante" -#: ../../mod/connedit.php:109 ../../mod/connections.php:96 -msgid "Failed to update connection record." -msgstr "Impossibile aggiornare le informazioni del contatto." +#: ../../mod/events.php:467 +msgid "Event Finishes:" +msgstr "Fine:" -#: ../../mod/connedit.php:210 -msgid "Could not access address book record." -msgstr "Impossibile accedere alle informazioni della rubrica." +#: ../../mod/events.php:470 +msgid "Adjust for viewer timezone" +msgstr "Adatta al fuso orario di chi legge" -#: ../../mod/connedit.php:224 -msgid "Refresh failed - channel is currently unavailable." -msgstr "Il canale non è disponibile - impossibile aggiornare." +#: ../../mod/events.php:472 +msgid "Description:" +msgstr "Descrizione:" -#: ../../mod/connedit.php:231 -msgid "Channel has been unblocked" -msgstr "Il canale è stato sbloccato" +#: ../../mod/events.php:476 +msgid "Title:" +msgstr "Titolo:" -#: ../../mod/connedit.php:232 -msgid "Channel has been blocked" -msgstr "Il canale è stato bloccato" +#: ../../mod/events.php:478 +msgid "Share this event" +msgstr "Condividi questo evento" -#: ../../mod/connedit.php:236 ../../mod/connedit.php:248 -#: ../../mod/connedit.php:260 ../../mod/connedit.php:272 -#: ../../mod/connedit.php:287 -msgid "Unable to set address book parameters." -msgstr "Impossibile impostare i parametri della rubrica." +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "Impossibile ottenere informazioni sul proprietario della pagina." -#: ../../mod/connedit.php:243 -msgid "Channel has been unignored" -msgstr "Il canale non sarà più ignorato" +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Album non trovato." -#: ../../mod/connedit.php:244 -msgid "Channel has been ignored" -msgstr "Il canale sarà ignorato" +#: ../../mod/photos.php:119 ../../mod/photos.php:671 +msgid "Delete Album" +msgstr "Elimina album" -#: ../../mod/connedit.php:255 -msgid "Channel has been unarchived" -msgstr "Il canale non è più archiviato" +#: ../../mod/photos.php:159 ../../mod/photos.php:954 +msgid "Delete Photo" +msgstr "Elimina foto" -#: ../../mod/connedit.php:256 -msgid "Channel has been archived" -msgstr "Il canale è stato archiviato" +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "Nessuna foto selezionata" -#: ../../mod/connedit.php:267 -msgid "Channel has been unhidden" -msgstr "Il canale non è più nascosto" +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "Questo elemento non è visibile a tutti." -#: ../../mod/connedit.php:268 -msgid "Channel has been hidden" -msgstr "Il canale è stato nascosto" +#: ../../mod/photos.php:576 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Hai usato %1$.2f Mb di %2$.2f Mb disponibili per le foto." -#: ../../mod/connedit.php:282 -msgid "Channel has been approved" -msgstr "Il canale è stato approvato" +#: ../../mod/photos.php:579 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "Hai usato %1$.2f Mb di spazio per le foto." -#: ../../mod/connedit.php:283 -msgid "Channel has been unapproved" -msgstr "Il canale non è più approvato" +#: ../../mod/photos.php:598 +msgid "Upload Photos" +msgstr "Carica foto" -#: ../../mod/connedit.php:301 -msgid "Connection has been removed." -msgstr "Il contatto è stato rimosso." +#: ../../mod/photos.php:602 ../../mod/photos.php:666 +msgid "New album name: " +msgstr "Nome del nuovo album: " -#: ../../mod/connedit.php:321 -#, php-format -msgid "View %s's profile" -msgstr "Guarda il profilo di %s" +#: ../../mod/photos.php:603 +msgid "or existing album name: " +msgstr "o nome di un album esistente: " -#: ../../mod/connedit.php:325 -msgid "Refresh Permissions" -msgstr "Aggiorna i permessi" +#: ../../mod/photos.php:604 +msgid "Do not show a status post for this upload" +msgstr "Non creare un messaggio di stato per questo caricamento" -#: ../../mod/connedit.php:328 -msgid "Fetch updated permissions" -msgstr "Scarica i permessi aggiornati" +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 +msgid "Contact Photos" +msgstr "Foto dei contatti" -#: ../../mod/connedit.php:332 -msgid "Recent Activity" -msgstr "Attività recenti" +#: ../../mod/photos.php:681 +msgid "Edit Album" +msgstr "Modifica album" -#: ../../mod/connedit.php:335 -msgid "View recent posts and comments" -msgstr "Leggi i post recenti e i commenti" +#: ../../mod/photos.php:687 +msgid "Show Newest First" +msgstr "Prima i più recenti" -#: ../../mod/connedit.php:342 -msgid "Block or Unblock this connection" -msgstr "Per bloccare o meno questo contatto" +#: ../../mod/photos.php:689 +msgid "Show Oldest First" +msgstr "Prima i più vecchi" -#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 -msgid "Unignore" -msgstr "Non ignorare" +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 +msgid "View Photo" +msgstr "Guarda la foto" -#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 -#: ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "Ignora" +#: ../../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/connedit.php:349 -msgid "Ignore or Unignore this connection" -msgstr "Per ignorare o meno questo contatto" +#: ../../mod/photos.php:780 +msgid "Photo not available" +msgstr "Foto non disponibile" -#: ../../mod/connedit.php:352 -msgid "Unarchive" -msgstr "Non archiviare" +#: ../../mod/photos.php:840 +msgid "Use as profile photo" +msgstr "Usa come foto del profilo" -#: ../../mod/connedit.php:352 -msgid "Archive" -msgstr "Archivia" +#: ../../mod/photos.php:864 +msgid "View Full Size" +msgstr "Vedi nelle dimensioni originali" -#: ../../mod/connedit.php:355 -msgid "Archive or Unarchive this connection" -msgstr "Per archiviare o meno questo contatto" +#: ../../mod/photos.php:938 +msgid "Edit photo" +msgstr "Modifica la foto" -#: ../../mod/connedit.php:358 -msgid "Unhide" -msgstr "Non nascondere" +#: ../../mod/photos.php:940 +msgid "Rotate CW (right)" +msgstr "Ruota (senso orario)" -#: ../../mod/connedit.php:358 -msgid "Hide" -msgstr "Nascondi" +#: ../../mod/photos.php:941 +msgid "Rotate CCW (left)" +msgstr "Ruota (senso antiorario)" -#: ../../mod/connedit.php:361 -msgid "Hide or Unhide this connection" -msgstr "Per nascondere o meno questo contatto" +#: ../../mod/photos.php:943 +msgid "New album name" +msgstr "Nuovo nome dell'album" -#: ../../mod/connedit.php:368 -msgid "Delete this connection" -msgstr "Elimina questo contatto" +#: ../../mod/photos.php:946 +msgid "Caption" +msgstr "Titolo" -#: ../../mod/connedit.php:401 -msgid "Unknown" -msgstr "Sconosciuto" +#: ../../mod/photos.php:948 +msgid "Add a Tag" +msgstr "Aggiungi tag" -#: ../../mod/connedit.php:411 ../../mod/connedit.php:440 -msgid "Approve this connection" -msgstr "Approva questo contatto" +#: ../../mod/photos.php:951 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Per esempio: @luca, @Maria_Bianchi, @bob@example.com, #California, #camping" -#: ../../mod/connedit.php:411 -msgid "Accept connection to allow communication" -msgstr "Entra in contatto per poter comunicare" +#: ../../mod/photos.php:1104 +msgid "In This Photo:" +msgstr "In questa foto:" -#: ../../mod/connedit.php:427 -msgid "Automatic Permissions Settings" -msgstr "Permessi predefiniti" +#: ../../mod/photos.php:1179 +msgid "View Album" +msgstr "Guarda l'album" -#: ../../mod/connedit.php:427 -#, php-format -msgid "Connections: settings for %s" -msgstr "Contatti: impostazioni per %s" +#: ../../mod/photos.php:1188 +msgid "Recent Photos" +msgstr "Foto recenti" -#: ../../mod/connedit.php:431 -msgid "" -"When receiving a channel introduction, any permissions provided here will be" -" applied to the new connection automatically and the introduction approved. " -"Leave this page if you do not wish to use this feature." -msgstr "Hai ricevuto da un canale una richiesta di entrare in contatto, se prosegui la richiesta sarà approvata e saranno applicati i permessi mostrati. Lascia questa pagina se non vuoi proseguire." +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" +msgstr "Guida:" -#: ../../mod/connedit.php:433 -msgid "Slide to adjust your degree of friendship" -msgstr "Trascina per restringere il grado di amicizia da mostrare" +#: ../../mod/help.php:69 ../../index.php:234 +msgid "Not Found" +msgstr "Non disponibile" -#: ../../mod/connedit.php:439 -msgid "inherited" -msgstr "derivato" +#: ../../mod/ping.php:192 +msgid "sent you a private message" +msgstr "ti ha inviato un messaggio privato" -#: ../../mod/connedit.php:441 -msgid "Connection has no individual permissions!" -msgstr "Non hai assegnato permessi individuali a questo contatto!" +#: ../../mod/ping.php:250 +msgid "added your channel" +msgstr "ha aggiunto il tuo canale" -#: ../../mod/connedit.php:442 -msgid "" -"This may be appropriate based on your <a href=\"settings\">privacy " -"settings</a>, though you may wish to review the \"Advanced Permissions\"." -msgstr "Questo corrisponde alle tue <a href='settings'>impostazioni di privacy</a>, ma puoi anche dare un'occhiata ai 'Permessi avanzati' per opzioni più dettagliate." +#: ../../mod/ping.php:294 +msgid "posted an event" +msgstr "ha creato un evento" -#: ../../mod/connedit.php:444 -msgid "Profile Visibility" -msgstr "Visibilità del profilo" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Nessun account valido trovato." -#: ../../mod/connedit.php:445 +#: ../../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/lostpass.php:35 ../../mod/lostpass.php:102 #, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro." +msgid "Site Member (%s)" +msgstr "Utente del sito (%s)" -#: ../../mod/connedit.php:446 -msgid "Contact Information / Notes" -msgstr "Informazioni e annotazioni sul contatto" +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "È stato richiesto di reimpostare password su %s" -#: ../../mod/connedit.php:447 -msgid "Edit contact notes" -msgstr "Modifica le informazioni sul contatto" +#: ../../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 può essere reimpostata." -#: ../../mod/connedit.php:449 -msgid "Their Settings" -msgstr "Permessi concessi a te" +#: ../../mod/lostpass.php:85 ../../boot.php:1461 +msgid "Password Reset" +msgstr "Reimposta la password" -#: ../../mod/connedit.php:450 -msgid "My Settings" -msgstr "I permessi che concedo" +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "La password è stata reimpostata come richiesto." -#: ../../mod/connedit.php:452 -msgid "Forum Members" -msgstr "Membro di un forum" +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "La tua nuova password è" -#: ../../mod/connedit.php:453 -msgid "Soapbox" -msgstr "Comunicati e annunci" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Salva o copia la tua nuova password, quindi" -#: ../../mod/connedit.php:454 -msgid "Full Sharing (typical social network permissions)" -msgstr "Condivisione completa (permessi tipici dei social network)" +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "clicca qui per accedere" -#: ../../mod/connedit.php:455 -msgid "Cautious Sharing " -msgstr "Condivisione prudente" +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "Puoi cambiare la tua password dalla pagina delle <em>Impostazioni</em> dopo aver effettuato l'accesso." -#: ../../mod/connedit.php:456 -msgid "Follow Only" -msgstr "Follower" +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "La tua password su %s è cambiata" -#: ../../mod/connedit.php:457 -msgid "Individual Permissions" -msgstr "Permessi individuali" +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Hai dimenticato la password?" -#: ../../mod/connedit.php:458 +#: ../../mod/lostpass.php:123 msgid "" -"Some permissions may be inherited from your channel <a " -"href=\"settings\">privacy settings</a>, which have higher priority than " -"individual settings. Changing those inherited settings on this page will " -"have no effect." -msgstr "I permessi nelle <a href=\"settings\">impostazioni di privacy</a> hanno priorità su quelli mostrati in questa pagina. Non avrà alcun effetto cambiarli qui, se sono indicati come derivati." - -#: ../../mod/connedit.php:459 -msgid "Advanced Permissions" -msgstr "Permessi avanzati" +"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/connedit.php:460 -msgid "Simple Permissions (select one and submit)" -msgstr "Permessi semplificati (seleziona e salva)" +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "Indirizzo email" -#: ../../mod/connedit.php:464 -#, php-format -msgid "Visit %s's profile - %s" -msgstr "Guarda il profilo di %s - %s" +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Reimposta" -#: ../../mod/connedit.php:465 -msgid "Block/Unblock contact" -msgstr "Blocca/sblocca contatto" +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" +msgstr "Elimina questo canale" -#: ../../mod/connedit.php:466 -msgid "Ignore contact" -msgstr "Ignora il contatto" +#: ../../mod/removeme.php:50 +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/connedit.php:467 -msgid "Repair URL settings" -msgstr "Ripara le impostazioni URL" +#: ../../mod/removeme.php:51 +msgid "Please enter your password for verification:" +msgstr "Inserisci la tua password per verifica:" -#: ../../mod/connedit.php:468 -msgid "View conversations" -msgstr "Leggi le conversazioni" +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" +msgstr "Rimuovi questo canale e tutti i suoi cloni dalla rete" -#: ../../mod/connedit.php:470 -msgid "Delete contact" -msgstr "Elimina contatto" +#: ../../mod/removeme.php:52 +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/connedit.php:473 -msgid "Last update:" -msgstr "Ultimo aggiornamento:" +#: ../../mod/removeme.php:53 +msgid "Remove Channel" +msgstr "Elimina questo canale" -#: ../../mod/connedit.php:475 -msgid "Update public posts" -msgstr "Aggiorna gli articoli pubblici" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Impossibile trovare delegati per questa pagina." -#: ../../mod/connedit.php:477 -msgid "Update now" -msgstr "Aggiorna adesso" +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Gestione delegati per la pagina" -#: ../../mod/connedit.php:483 -msgid "Currently blocked" -msgstr "Attualmente bloccato" +#: ../../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/connedit.php:484 -msgid "Currently ignored" -msgstr "Attualmente ignorato" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Gestori attuali della pagina" -#: ../../mod/connedit.php:485 -msgid "Currently archived" -msgstr "Attualmente archiviato" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Delegati attuali della pagina" -#: ../../mod/connedit.php:486 -msgid "Currently pending" -msgstr "Attualmente da approvare" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Delegati potenziali" -#: ../../mod/connedit.php:487 -msgid "Hide this contact from others" -msgstr "Nascondi questo contatto agli altri" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Aggiungi" -#: ../../mod/connedit.php:487 -msgid "" -"Replies/likes to your public posts <strong>may</strong> still be visible" -msgstr "Le risposte ai tuoi articoli pubblici <strong>potrebbero</strong> restare comunque visibili" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Nessun risultato." #: ../../mod/layouts.php:62 msgid "Help with this feature" @@ -5902,72 +5844,260 @@ msgstr "La guida per questa funzionalità" msgid "Layout Name" msgstr "Nome layout" -#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 -msgid "Help:" -msgstr "Guida:" +#: ../../mod/connections.php:191 ../../mod/connections.php:291 +msgid "Blocked" +msgstr "Bloccati" -#: ../../mod/help.php:69 ../../index.php:223 -msgid "Not Found" -msgstr "Non disponibile" +#: ../../mod/connections.php:196 ../../mod/connections.php:298 +msgid "Ignored" +msgstr "Ignorati" -#: ../../mod/help.php:72 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../mod/block.php:75 ../../index.php:226 -msgid "Page not found." -msgstr "Pagina non trovata." +#: ../../mod/connections.php:201 ../../mod/connections.php:312 +msgid "Hidden" +msgstr "Nascosti" -#: ../../mod/rmagic.php:38 +#: ../../mod/connections.php:206 ../../mod/connections.php:305 +msgid "Archived" +msgstr "Archiviati" + +#: ../../mod/connections.php:230 ../../mod/connections.php:244 +msgid "All" +msgstr "Tutti" + +#: ../../mod/connections.php:239 ../../mod/connections.php:319 +msgid "Unconnected" +msgstr "Non connesso" + +#: ../../mod/connections.php:269 +msgid "Suggest new connections" +msgstr "Suggerisci nuovi contatti" + +#: ../../mod/connections.php:272 +msgid "New Connections" +msgstr "Nuovi contatti" + +#: ../../mod/connections.php:275 +msgid "Show pending (new) connections" +msgstr "Richieste di contatto in attesa" + +#: ../../mod/connections.php:281 +msgid "Show all connections" +msgstr "Mostra tutti i contatti" + +#: ../../mod/connections.php:284 +msgid "Unblocked" +msgstr "Non bloccati" + +#: ../../mod/connections.php:287 +msgid "Only show unblocked connections" +msgstr "Mostra solo i contatti non bloccati" + +#: ../../mod/connections.php:294 +msgid "Only show blocked connections" +msgstr "Mostra solo i contatti bloccati" + +#: ../../mod/connections.php:301 +msgid "Only show ignored connections" +msgstr "Mostra solo i contatti ignorati" + +#: ../../mod/connections.php:308 +msgid "Only show archived connections" +msgstr "Mostra solo i contatti archiviati" + +#: ../../mod/connections.php:315 +msgid "Only show hidden connections" +msgstr "Mostra solo i contatti nascosti" + +#: ../../mod/connections.php:322 +msgid "Only show one-way connections" +msgstr "Mostra solo i contatti non ricambiati" + +#: ../../mod/connections.php:367 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" + +#: ../../mod/connections.php:368 +msgid "Edit contact" +msgstr "Modifica il contatto" + +#: ../../mod/connections.php:389 +msgid "Search your connections" +msgstr "Cerca tra i contatti" + +#: ../../mod/connections.php:390 +msgid "Finding: " +msgstr "Ricerca: " + +#: ../../mod/import.php:36 +msgid "Nothing to import." +msgstr "Non c'è niente da importare." + +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" +msgstr "Impossibile importare i dati dal vecchio server" + +#: ../../mod/import.php:64 +msgid "Imported file is empty." +msgstr "Il file da importare è vuoto." + +#: ../../mod/import.php:88 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." +"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/rmagic.php:38 -msgid "The error message was:" -msgstr "Messaggio di errore ricevuto:" +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." +msgstr "Impossibile clonare il canale. L'importazione è fallita." -#: ../../mod/rmagic.php:42 -msgid "Authentication failed." -msgstr "Autenticazione fallita." +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." +msgstr "Impossibile trovare il canale clonato. L'importazione è fallita." -#: ../../mod/rmagic.php:78 -msgid "Remote Authentication" -msgstr "Autenticazione a distanza" +#: ../../mod/import.php:358 +msgid "Import completed." +msgstr "L'importazione è terminata con successo!" -#: ../../mod/rmagic.php:79 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Inserisci l'indirizzo del tuo canale (ad esempio lucia@esempio.com)" +#: ../../mod/import.php:371 +msgid "You must be logged in to use this feature." +msgstr "Per questa funzionalità devi aver effettuato l'accesso." -#: ../../mod/rmagic.php:80 -msgid "Authenticate" -msgstr "Autenticazione" +#: ../../mod/import.php:376 +msgid "Import Channel" +msgstr "Importa un canale" -#: ../../mod/page.php:35 ../../mod/block.php:27 -msgid "Invalid item." -msgstr "Elemento non valido." +#: ../../mod/import.php:377 +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/network.php:79 -msgid "No such group" -msgstr "Impossibile trovare l'insieme" +#: ../../mod/import.php:378 +msgid "File to Upload" +msgstr "File da caricare" -#: ../../mod/network.php:119 -msgid "Search Results For:" -msgstr "Cerca risultati con:" +#: ../../mod/import.php:379 +msgid "Or provide the old server/hub details" +msgstr "Oppure fornisci i dettagli del vecchio server/hub" -#: ../../mod/network.php:173 -msgid "Collection is empty" -msgstr "L'insieme di canali è vuoto" +#: ../../mod/import.php:380 +msgid "Your old identity address (xyz@example.com)" +msgstr "Il tuo vecchio identificativo (per esempio pippo@esempio.com)" -#: ../../mod/network.php:181 -msgid "Collection: " -msgstr "Insieme:" +#: ../../mod/import.php:381 +msgid "Your old login email address" +msgstr "L'email che usavi per accedere sul vecchio server" -#: ../../mod/network.php:194 -msgid "Connection: " -msgstr "Connessione:" +#: ../../mod/import.php:382 +msgid "Your old login password" +msgstr "La password per il vecchio server" -#: ../../mod/network.php:197 -msgid "Invalid connection." -msgstr "Connessione non valida." +#: ../../mod/import.php:383 +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 "Per ciascuna opzione, scegli se vuoi rendere questo server il tuo indirizzo primario, oppure se preferisci che lo rimanga il vecchio. Potrai pubblicare da entrambi i server, ma solamente uno sarà marcato come primario per i tuoi file, foto, ecc." + +#: ../../mod/import.php:384 +msgid "Make this hub my primary location" +msgstr "Rendi questo server il mio indirizzo primario" + +#: ../../mod/mood.php:138 +msgid "Mood" +msgstr "Umore" + +#: ../../mod/mood.php:139 +msgid "Set your current mood and tell your friends" +msgstr "Scegli il tuo umore attuale per mostrarlo agli amici" + +#: ../../mod/chat.php:167 +msgid "Room not found" +msgstr "Chat non trovata" + +#: ../../mod/chat.php:178 +msgid "Leave Room" +msgstr "Lascia la chat" + +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "Elimina questa chat" + +#: ../../mod/chat.php:180 +msgid "I am away right now" +msgstr "Non sono presente al momento" + +#: ../../mod/chat.php:181 +msgid "I am online" +msgstr "Sono online" + +#: ../../mod/chat.php:183 +msgid "Bookmark this room" +msgstr "Aggiungi chat ai segnalibri" + +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Nuova chat" + +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Nome della chat" + +#: ../../mod/chat.php:225 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "Le chat di %1$s" + +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "Modifica il riquadro" + +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "Vuoi eliminare questo riquadro?" + +#: ../../mod/editblock.php:153 +msgid "Delete Block" +msgstr "Elimina il riquadro" + +#: ../../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 "Nessuna parola chiave per le ricerche. Aggiungi parole chiave al tuo profilo predefinito." + +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "interessi personali:" + +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Nessun risultato" + +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Assente" + +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" + +#: ../../mod/editwebpage.php:106 +msgid "Edit Webpage" +msgstr "Modifica la pagina web" + +#: ../../mod/editwebpage.php:116 +msgid "Delete webpage?" +msgstr "Vuoi eliminare questa pagina web?" + +#: ../../mod/editwebpage.php:187 +msgid "Delete Webpage" +msgstr "Elimina la pagina web" #: ../../mod/profiles.php:18 ../../mod/profiles.php:138 #: ../../mod/profiles.php:168 ../../mod/profiles.php:463 @@ -6004,11 +6134,11 @@ msgstr "Partner affettivo" #: ../../mod/profiles.php:302 msgid "Likes" -msgstr "Cosa gli piace" +msgstr "Mi piace" #: ../../mod/profiles.php:306 msgid "Dislikes" -msgstr "Cosa non gli piace" +msgstr "Non mi piace" #: ../../mod/profiles.php:310 msgid "Work/Employment" @@ -6038,9 +6168,9 @@ msgstr "Home page" msgid "Interests" msgstr "Interessi" -#: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 -msgid "Location" -msgstr "Luogo attuale" +#: ../../mod/profiles.php:337 ../../mod/admin.php:891 +msgid "Address" +msgstr "Indirizzo" #: ../../mod/profiles.php:427 msgid "Profile updated." @@ -6213,826 +6343,840 @@ msgstr "Aggiungi oggetti al profilo" msgid "Include desirable objects in your profile" msgstr "Aggiungi oggetti interessanti al tuo profilo" -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Questo sito non fornisce l'elenco generale dei canali" +#: ../../mod/menu.php:21 +msgid "Menu updated." +msgstr "Menù aggiornato." -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Impossibile creare la sorgente. Nessun canale selezionato." +#: ../../mod/menu.php:25 +msgid "Unable to update menu." +msgstr "Impossibile aggiornare il menù." -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Sorgente creata." +#: ../../mod/menu.php:30 +msgid "Menu created." +msgstr "Menù creato." -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Sorgente aggiornata." +#: ../../mod/menu.php:34 +msgid "Unable to create menu." +msgstr "Impossibile creare il menù." -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/menu.php:57 +msgid "Manage Menus" +msgstr "Gestione menù" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Gestisci le sorgenti dei contenuti del tuo canale." +#: ../../mod/menu.php:60 +msgid "Drop" +msgstr "Elimina" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nuova sorgente" +#: ../../mod/menu.php:62 +msgid "Create a new menu" +msgstr "Crea un nuovo menù" -#: ../../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/menu.php:63 +msgid "Delete this menu" +msgstr "Elimina questo menù" -#: ../../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/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" +msgstr "Modifica i contenuti del menù" -#: ../../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/menu.php:65 +msgid "Edit this menu" +msgstr "Modifica questo menù" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:110 -msgid "Channel Name" -msgstr "Nome del canale" +#: ../../mod/menu.php:80 +msgid "New Menu" +msgstr "Nuovo menù" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Sorgente non trovata." +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" +msgstr "Nome del menù" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Modifica la sorgente" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" +msgstr "Deve essere unico, lo vedrai solo tu" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Elimina la sorgente" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" +msgstr "Titolo del menù" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Sorgente eliminata" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" +msgstr "Titolo del menù come comparirà a tutti" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Impossibile rimuovere la sorgente." +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" +msgstr "Permetti l'invio di segnalibri" -#: ../../mod/blocks.php:66 -msgid "Block Name" -msgstr "Nome del riquadro" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" +msgstr "Puoi salvare i segnalibri nei menu" -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "Server non trovato." +#: ../../mod/menu.php:98 +msgid "Menu deleted." +msgstr "Menù eliminato." -#: ../../mod/chat.php:19 ../../mod/channel.php:25 -msgid "You must be logged in to see this page." -msgstr "Devi aver effettuato l'accesso per vedere questa pagina." +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." +msgstr "Il menù non può essere eliminato." -#: ../../mod/chat.php:166 -msgid "Room not found" -msgstr "Chat non trovata" +#: ../../mod/menu.php:106 +msgid "Edit Menu" +msgstr "Modifica menù" -#: ../../mod/chat.php:176 -msgid "Leave Room" -msgstr "Lascia la chat" +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" +msgstr "Aggiungi o rimuovi elementi di questo menù" -#: ../../mod/chat.php:177 -msgid "I am away right now" -msgstr "Non sono presente al momento" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "Errore del protocollo OpenID. Nessun ID ricevuto in risposta." -#: ../../mod/chat.php:178 -msgid "I am online" -msgstr "Sono online" +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +msgstr "Accesso a Red Matrix. Inserisci l'email con cui sei registrato e la password." -#: ../../mod/chat.php:180 -msgid "Bookmark this room" -msgstr "Aggiungi chat ai segnalibri" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Impossibile associare un destinatario." -#: ../../mod/chat.php:204 ../../mod/chat.php:226 -msgid "New Chatroom" -msgstr "Nuova chat" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Impossibile comunicare con il canale richiesto." -#: ../../mod/chat.php:205 -msgid "Chatroom Name" -msgstr "Nome della chat" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Impossibile verificare il canale richiesto." -#: ../../mod/chat.php:222 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "Le chat di %1$s" +#: ../../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/siteinfo.php:57 -#, php-format -msgid "Version %s" -msgstr "Versione %s" +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "Messaggio eliminato." -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "App e componenti aggiuntivi instalati:" +#: ../../mod/mail.php:149 +msgid "Message recalled." +msgstr "Messaggio revocato." -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "Nessuna app o componente aggiuntivo installato" +#: ../../mod/mail.php:206 +msgid "Send Private Message" +msgstr "Invia un messaggio privato" -#: ../../mod/siteinfo.php:97 -msgid "Red" -msgstr "Red" +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" +msgstr "A:" -#: ../../mod/siteinfo.php:98 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "Questo è un hub di Red Matrix - una rete cooperativa e decentralizzata di siti con elevato livello di privacy. " +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" +msgstr "Oggetto:" -#: ../../mod/siteinfo.php:101 -msgid "Running at web location" -msgstr "In esecuzione sull'indirizzo web" +#: ../../mod/mail.php:216 ../../mod/mail.php:328 ../../mod/invite.php:143 +msgid "Your message:" +msgstr "Il tuo messaggio:" -#: ../../mod/siteinfo.php:102 -msgid "" -"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " -"about the Red Matrix." -msgstr "Visita <a href=\"http://getzot.com\">GetZot.com</a> per scoprire il progetto Red Matrix." +#: ../../mod/mail.php:249 +msgid "Message not found." +msgstr "Messaggio non trovato." -#: ../../mod/siteinfo.php:103 -msgid "Bug reports and issues: please visit" -msgstr "Per segnalare bug e problemi: visita" +#: ../../mod/mail.php:293 +msgid "Recall message" +msgstr "Revoca il messaggio" -#: ../../mod/siteinfo.php:106 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Per consigli, ringraziamenti, ecc. - scrivi a \"redmatrix\" at librelist - dot com" +#: ../../mod/mail.php:295 +msgid "Message has been recalled." +msgstr "Il messaggio è stato revocato." -#: ../../mod/siteinfo.php:108 -msgid "Site Administrators" -msgstr "Amministratori del sito" +#: ../../mod/mail.php:312 +msgid "Private Conversation" +msgstr "Conversazione privata" -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" -msgstr "Aggiungi un canale" +#: ../../mod/mail.php:316 +msgid "Delete conversation" +msgstr "Elimina la conversazione" -#: ../../mod/new_channel.php:108 +#: ../../mod/mail.php:318 msgid "" -"A channel is your own collection of related web pages. A channel can be used" -" to hold social network profiles, blogs, conversation groups and forums, " -"celebrity pages, and much more. You may create as many channels as your " -"service provider allows." -msgstr "I contenuti che pubblichi finiscono in un \"canale\". Un canale può essere usato per mantenere un tuo profilo personale, per avere un blog, per creare forum di discussione o gruppi di interesse, per pagine di celebrità e molto altro. Puoi creare quanti canali vuoi a meno di limiti dati dal gestore del sito." +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Non è disponibile alcun sistema per comunicare in modo sicuro. Puoi verificare se <strong>eventualmente</strong> è possibile rispondere dalla pagina del profilo del mittente." -#: ../../mod/new_channel.php:111 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Per esempio: \"Mario Rossi\", \"Lisa e le sue ricette\", \"Il campionato\", \"Il gruppo di escursionismo\"" +#: ../../mod/mail.php:322 +msgid "Send Reply" +msgstr "Invia la risposta" -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" -msgstr "Scegli un nome breve" +#: ../../mod/appman.php:27 +msgid "App installed." +msgstr "App installata" -#: ../../mod/new_channel.php:113 -msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." -msgstr "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." +#: ../../mod/appman.php:35 +msgid "Malformed app." +msgstr "App non corretta" -#: ../../mod/new_channel.php:114 -msgid "Or <a href=\"import\">import an existing channel</a> from another location" -msgstr "Oppure <a href=\"import\">importa un tuo canale esistente</a> da un altro server/hub" +#: ../../mod/appman.php:72 +msgid "Embed code" +msgstr "Inserisci del codice" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Nessun account valido trovato." +#: ../../mod/appman.php:78 +msgid "Create App" +msgstr "Crea una app" -#: ../../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/appman.php:83 +msgid "Name of app" +msgstr "Nome app" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Utente del sito (%s)" +#: ../../mod/appman.php:84 +msgid "Location (URL) of app" +msgstr "Indirizzo (URL) della app" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "È stato richiesto di reimpostare password su %s" +#: ../../mod/appman.php:85 ../../mod/rbmark.php:95 +msgid "Description" +msgstr "Descrizione" -#: ../../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 può essere reimpostata." +#: ../../mod/appman.php:86 +msgid "Photo icon URL" +msgstr "URL icona" -#: ../../mod/lostpass.php:85 ../../boot.php:1454 -msgid "Password Reset" -msgstr "Reimposta la password" +#: ../../mod/appman.php:86 +msgid "80 x 80 pixels - optional" +msgstr "80 x 80 pixel - facoltativa" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "La password è stata reimpostata come richiesto." +#: ../../mod/appman.php:87 +msgid "Version ID" +msgstr "ID versione" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "La tua nuova password è" +#: ../../mod/appman.php:88 +msgid "Price of app" +msgstr "Prezzo app" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Salva o copia la tua nuova password, quindi" +#: ../../mod/appman.php:89 +msgid "Location (URL) to purchase app" +msgstr "Indirizzo (URL) per acquistare la app" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "clicca qui per accedere" +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Poke/Prod" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "Puoi cambiare la tua password dalla pagina delle <em>Impostazioni</em> dopo aver effettuato l'accesso." +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "Manda un poke, un prod o altro" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "La tua password su %s è cambiata" +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Destinatario" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Hai dimenticato la password?" +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "Scegli cosa vuoi inviare al destinatario" -#: ../../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/poke.php:165 +msgid "Make this post private" +msgstr "Rendi privato questo articolo" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "Indirizzo email" +#: ../../mod/viewconnections.php:58 +msgid "No connections." +msgstr "Nessun contatto." -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Reimposta" +#: ../../mod/viewconnections.php:70 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Visita il profilo di %s [%s]" -#: ../../mod/editblock.php:77 -msgid "Edit Block" -msgstr "Modifica il riquadro" +#: ../../mod/viewconnections.php:85 +msgid "View Connnections" +msgstr "Guarda i contatti" -#: ../../mod/editblock.php:87 -msgid "Delete block?" -msgstr "Vuoi eliminare questo riquadro?" +#: ../../mod/admin.php:52 +msgid "Theme settings updated." +msgstr "Le impostazioni del tema sono state aggiornate." -#: ../../mod/editblock.php:153 -msgid "Delete Block" -msgstr "Elimina il riquadro" +#: ../../mod/admin.php:92 ../../mod/admin.php:440 +msgid "Site" +msgstr "Sito" -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "Scegli una cartella di segnalibri" +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "Accounts" -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "Salva segnalibro" +#: ../../mod/admin.php:94 ../../mod/admin.php:883 +msgid "Channels" +msgstr "Canali" -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "URL del segnalibro" +#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 +msgid "Plugins" +msgstr "Plugin" -#: ../../mod/rbmark.php:95 -msgid "Description" -msgstr "Descrizione" +#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 +msgid "Themes" +msgstr "Temi" -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -msgstr "O inserisci il nome di una nuova cartella di segnalibri" +#: ../../mod/admin.php:97 ../../mod/admin.php:540 +msgid "Server" +msgstr "Server" -#: ../../mod/import.php:36 -msgid "Nothing to import." -msgstr "Non c'è niente da importare." +#: ../../mod/admin.php:98 +msgid "DB updates" +msgstr "Aggiornamenti al DB" -#: ../../mod/import.php:58 -msgid "Unable to download data from old server" -msgstr "Impossibile importare i dati dal vecchio server" +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 +msgid "Logs" +msgstr "Log" -#: ../../mod/import.php:64 -msgid "Imported file is empty." -msgstr "Il file da importare è vuoto." +#: ../../mod/admin.php:118 +msgid "Plugin Features" +msgstr "Funzionalità dei componenti aggiuntivi" -#: ../../mod/import.php:88 -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/admin.php:120 +msgid "User registrations waiting for confirmation" +msgstr "Registrazioni in attesa" -#: ../../mod/import.php:106 -msgid "Channel clone failed. Import failed." -msgstr "Impossibile clonare il canale. L'importazione è fallita." +#: ../../mod/admin.php:197 +msgid "Message queues" +msgstr "Messaggi in attesa di recapito" -#: ../../mod/import.php:116 -msgid "Cloned channel not found. Import failed." -msgstr "Impossibile trovare il canale clonato. L'importazione è fallita." +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 +#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 +#: ../../mod/admin.php:1301 +msgid "Administration" +msgstr "Amministrazione" -#: ../../mod/import.php:358 -msgid "Import completed." -msgstr "L'importazione è terminata con successo!" +#: ../../mod/admin.php:203 +msgid "Summary" +msgstr "Riepilogo" -#: ../../mod/import.php:371 -msgid "You must be logged in to use this feature." -msgstr "Per questa funzionalità devi aver effettuato l'accesso." +#: ../../mod/admin.php:205 +msgid "Registered users" +msgstr "Utenti registrati" -#: ../../mod/import.php:376 -msgid "Import Channel" -msgstr "Importa un canale" +#: ../../mod/admin.php:207 ../../mod/admin.php:543 +msgid "Pending registrations" +msgstr "Registrazioni da approvare" -#: ../../mod/import.php:377 -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/admin.php:208 +msgid "Version" +msgstr "Versione" -#: ../../mod/import.php:378 -msgid "File to Upload" -msgstr "File da caricare" +#: ../../mod/admin.php:210 ../../mod/admin.php:544 +msgid "Active plugins" +msgstr "Plugin attivi" -#: ../../mod/import.php:379 -msgid "Or provide the old server/hub details" -msgstr "Oppure fornisci i dettagli del vecchio server/hub" +#: ../../mod/admin.php:360 +msgid "Site settings updated." +msgstr "Impostazioni del sito aggiornate." -#: ../../mod/import.php:380 -msgid "Your old identity address (xyz@example.com)" -msgstr "Il tuo vecchio identificativo (per esempio pippo@esempio.com)" +#: ../../mod/admin.php:391 +msgid "No special theme for accessibility" +msgstr "Nessun tema speciale per l'accessibilità" -#: ../../mod/import.php:381 -msgid "Your old login email address" -msgstr "L'email che usavi per accedere sul vecchio server" +#: ../../mod/admin.php:420 +msgid "Yes - with approval" +msgstr "Sì - con approvazione" -#: ../../mod/import.php:382 -msgid "Your old login password" -msgstr "La password per il vecchio server" +#: ../../mod/admin.php:426 +msgid "My site is not a public server" +msgstr "Non è un server pubblico" -#: ../../mod/import.php:383 -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 "Per ciascuna opzione, scegli se vuoi rendere questo server il tuo indirizzo primario, oppure se preferisci che lo rimanga il vecchio. Potrai pubblicare da entrambi i server, ma solamente uno sarà marcato come primario per i tuoi file, foto, ecc." +#: ../../mod/admin.php:427 +msgid "My site has paid access only" +msgstr "È un servizio a pagamento" -#: ../../mod/import.php:384 -msgid "Make this hub my primary location" -msgstr "Rendi questo server il mio indirizzo primario" +#: ../../mod/admin.php:428 +msgid "My site has free access only" +msgstr "È un servizio gratuito" -#: ../../mod/manage.php:64 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Hai creato %1$.0f dei %2$.0f canali permessi." +#: ../../mod/admin.php:429 +msgid "My site offers free accounts with optional paid upgrades" +msgstr "È un servizio gratuito con opzioni aggiuntive a pagamento" -#: ../../mod/manage.php:72 -msgid "Create a new channel" -msgstr "Crea un nuovo canale" +#: ../../mod/admin.php:442 ../../mod/register.php:189 +msgid "Registration" +msgstr "Registrazione" -#: ../../mod/manage.php:77 -msgid "Channel Manager" -msgstr "Gestione canali" +#: ../../mod/admin.php:443 +msgid "File upload" +msgstr "Caricamento file" -#: ../../mod/manage.php:78 -msgid "Current Channel" -msgstr "Canale attuale" +#: ../../mod/admin.php:444 +msgid "Policies" +msgstr "Politiche" -#: ../../mod/manage.php:80 -msgid "Attach to one of your channels by selecting it." -msgstr "Seleziona il canale a cui vuoi passare." +#: ../../mod/admin.php:449 +msgid "Site name" +msgstr "Nome del sito" -#: ../../mod/manage.php:81 -msgid "Default Channel" -msgstr "Canale predefinito" +#: ../../mod/admin.php:450 +msgid "Banner/Logo" +msgstr "Banner o logo" -#: ../../mod/manage.php:82 -msgid "Make Default" -msgstr "Rendi predefinito" +#: ../../mod/admin.php:451 +msgid "Administrator Information" +msgstr "Informazioni sull'amministrazione" -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "Totale voti" +#: ../../mod/admin.php:451 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "Informazioni per contattare gli amministratori del sito. Saranno mostrate sulla pagina di informazioni. È consentito il BBcode" -#: ../../mod/vote.php:98 -msgid "Average Rating" -msgstr "Media" +#: ../../mod/admin.php:452 +msgid "System language" +msgstr "Lingua di sistema" -#: ../../mod/match.php:16 -msgid "Profile Match" -msgstr "Profili corrispondenti" +#: ../../mod/admin.php:453 +msgid "System theme" +msgstr "Tema di sistema" -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Nessuna parola chiave per le ricerche. Aggiungi parole chiave al tuo profilo predefinito." +#: ../../mod/admin.php:453 +msgid "" +"Default system theme - may be over-ridden by user profiles - <a href='#' " +"id='cnftheme'>change theme settings</a>" +msgstr "Il tema di sistema può essere cambiato dai profili dei singoli utenti - <a href='#' id='cnftheme'>Cambia le impostazioni del tema</a>" -#: ../../mod/match.php:61 -msgid "is interested in:" -msgstr "interessi personali:" +#: ../../mod/admin.php:454 +msgid "Mobile system theme" +msgstr "Tema di sistema per dispositivi mobili" -#: ../../mod/match.php:69 -msgid "No matches" -msgstr "Nessun risultato" +#: ../../mod/admin.php:454 +msgid "Theme for mobile devices" +msgstr "Tema per i dispositivi mobili" -#: ../../mod/chatsvc.php:102 -msgid "Away" -msgstr "Assente" +#: ../../mod/admin.php:455 +msgid "Accessibility system theme" +msgstr "Tema di sistema ad alta accessibilità" -#: ../../mod/chatsvc.php:106 -msgid "Online" -msgstr "Online" +#: ../../mod/admin.php:455 +msgid "Accessibility theme" +msgstr "Tema ad alta accessibilità" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "Errore del protocollo OpenID. Nessun ID ricevuto in risposta." +#: ../../mod/admin.php:456 +msgid "Channel to use for this website's static pages" +msgstr "Canale da usare per le pagine statiche di questo sito" -#: ../../mod/openid.php:72 ../../mod/openid.php:178 ../../mod/post.php:257 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Ciao %s. La tua autenticazione da remoto è avvenuta con successo." +#: ../../mod/admin.php:456 +msgid "Site Channel" +msgstr "Canale del sito" -#: ../../mod/editlayout.php:72 -msgid "Edit Layout" -msgstr "Modifica il layout" +#: ../../mod/admin.php:458 +msgid "Maximum image size" +msgstr "Dimensione massima immagini" -#: ../../mod/editlayout.php:82 -msgid "Delete layout?" -msgstr "Vuoi eliminare questo layout?" +#: ../../mod/admin.php:458 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Massima dimensione in byte delle immagini caricate. Il default è 0, cioè nessun limite." -#: ../../mod/editlayout.php:146 -msgid "Delete Layout" -msgstr "Elimina il layout" +#: ../../mod/admin.php:459 +msgid "Does this site allow new member registration?" +msgstr "Questo sito permette a nuovi utenti di registrarsi?" -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "L'autenticazione remota non è disponibile. Hai accesso solamente a questo sito. Puoi provare ad uscire per tentare di nuovo." +#: ../../mod/admin.php:460 +msgid "Which best describes the types of account offered by this hub?" +msgstr "Come descriveresti il tipo di servizio proposto da questo server?" -#: ../../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/admin.php:461 +msgid "Register text" +msgstr "Testo diregistrazione" -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla." +#: ../../mod/admin.php:461 +msgid "Will be displayed prominently on the registration page." +msgstr "Sarà mostrato ben visibile nella pagina di registrazione." -#: ../../mod/profile_photo.php:97 -msgid "Image resize failed." -msgstr "Il ridimensionamento dell'immagine è fallito." +#: ../../mod/admin.php:462 +msgid "Accounts abandoned after x days" +msgstr "Account abbandonati dopo X giorni" -#: ../../mod/profile_photo.php:141 +#: ../../mod/admin.php:462 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/profile_photo.php:163 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "La dimensione dell'immagine supera il limite di %d" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Eviterà di sprecare risorse di sistema controllando se i siti esterni hanno account abbandonati. Immettere 0 per non imporre nessun limite di tempo." -#: ../../mod/profile_photo.php:172 -msgid "Unable to process image." -msgstr "Impossibile elaborare l'immagine." +#: ../../mod/admin.php:463 +msgid "Allowed friend domains" +msgstr "Domini fidati e consentiti" -#: ../../mod/profile_photo.php:214 ../../mod/profile_photo.php:262 -msgid "Photo not available." -msgstr "Foto non disponibile." +#: ../../mod/admin.php:463 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Elenco separato da virglola dei domini che possono stabilire amicizie con questo sito. Sono accettati caratteri jolly. Lascia vuoto per accettare connessioni da qualsiasi dominio." -#: ../../mod/profile_photo.php:281 -msgid "Upload File:" -msgstr "Carica un file:" +#: ../../mod/admin.php:464 +msgid "Allowed email domains" +msgstr "Domini email consentiti" -#: ../../mod/profile_photo.php:282 -msgid "Select a profile:" -msgstr "Seleziona un profilo:" +#: ../../mod/admin.php:464 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione. Sono accettati caratteri jolly. Lascia vuoto per accettare qualsiasi dominio." -#: ../../mod/profile_photo.php:283 -msgid "Upload Profile Photo" -msgstr "Carica la foto del profilo" +#: ../../mod/admin.php:465 +msgid "Block public" +msgstr "Blocca pagine pubbliche" -#: ../../mod/profile_photo.php:284 -msgid "Upload" -msgstr "Carica" +#: ../../mod/admin.php:465 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Seleziona per impedire di vedere le pagine personali di questo sito a chi non ha effettuato l'accesso." -#: ../../mod/profile_photo.php:288 -msgid "skip this step" -msgstr "salta questo passaggio" +#: ../../mod/admin.php:466 +msgid "Force publish" +msgstr "Forza la publicazione del profilo" -#: ../../mod/profile_photo.php:288 -msgid "select a photo from your photo albums" -msgstr "seleziona una foto dai tuoi album" +#: ../../mod/admin.php:466 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Seleziona per mostrare nell'elenco dei canali del sito <strong>tutti</strong> i profili registrati." -#: ../../mod/profile_photo.php:302 -msgid "Crop Image" -msgstr "Ritaglia immagine" +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" +msgstr "Disabilita la funzione 'scopri'" -#: ../../mod/profile_photo.php:303 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Ritaglia l'immagine per migliorarne la visualizzazione." +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "Nell'area della rete personale non comparirà più la scheda con i contenuti acquisiti da altri siti." -#: ../../mod/profile_photo.php:305 -msgid "Done Editing" -msgstr "Modifica terminata" +#: ../../mod/admin.php:468 +msgid "No login on Homepage" +msgstr "Non mostrare il login sulla homepage" -#: ../../mod/profile_photo.php:340 -msgid "Image uploaded successfully." -msgstr "Immagine caricata con successo." +#: ../../mod/admin.php:468 +msgid "" +"Check to hide the login form from your sites homepage when visitors arrive " +"who are not logged in (e.g. when you put the content of the homepage in via " +"the site channel)." +msgstr "Per nascondere la possibilità di fare login ai visitatori (per esempio, quando il contenuto della homepage del sito è alimentato dal canale)." -#: ../../mod/profile_photo.php:342 -msgid "Image upload failed." -msgstr "Il caricamento dell'immagine è fallito." +#: ../../mod/admin.php:470 +msgid "Proxy user" +msgstr "Utente proxy" -#: ../../mod/profile_photo.php:351 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Il ridimensionamento del'immagine [%s] è fallito." +#: ../../mod/admin.php:471 +msgid "Proxy URL" +msgstr "URL proxy" -#: ../../mod/connections.php:191 ../../mod/connections.php:290 -msgid "Blocked" -msgstr "Bloccati" +#: ../../mod/admin.php:472 +msgid "Network timeout" +msgstr "Timeout rete" -#: ../../mod/connections.php:196 ../../mod/connections.php:297 -msgid "Ignored" -msgstr "Ignorati" +#: ../../mod/admin.php:472 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Valore in secondi. Imposta a 0 per illimitato (sconsigliato)." -#: ../../mod/connections.php:201 ../../mod/connections.php:311 -msgid "Hidden" -msgstr "Nascosti" +#: ../../mod/admin.php:473 +msgid "Delivery interval" +msgstr "Recapito ritardato" -#: ../../mod/connections.php:206 ../../mod/connections.php:304 -msgid "Archived" -msgstr "Archiviati" +#: ../../mod/admin.php:473 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "RItarda il processo di recapito di questo numero di secondi per ridurre il carico di sistema. Consigliati: 4-5 secondi per hosting condiviso, 2-3 per i VPS, 0-1 per grandi server dedicati." -#: ../../mod/connections.php:229 ../../mod/connections.php:243 -msgid "All" -msgstr "Tutti" +#: ../../mod/admin.php:474 +msgid "Poll interval" +msgstr "Intervallo di polling" -#: ../../mod/connections.php:238 ../../mod/connections.php:318 -msgid "Unconnected" -msgstr "Non connesso" +#: ../../mod/admin.php:474 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Ritarda i processi di polling in background di questo numero di secondi per ridurre il carico del sistema. Se 0, verrà usato lo stesso valore del 'Recapito ritardato'." -#: ../../mod/connections.php:268 -msgid "Suggest new connections" -msgstr "Suggerisci nuovi contatti" +#: ../../mod/admin.php:475 +msgid "Maximum Load Average" +msgstr "Carico massimo medio" -#: ../../mod/connections.php:271 -msgid "New Connections" -msgstr "Nuovi contatti" +#: ../../mod/admin.php:475 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Carico di sistema massimo perché i processi di recapito e polling siano ritardati - il valore predefinito è 50." -#: ../../mod/connections.php:274 -msgid "Show pending (new) connections" -msgstr "Richieste di contatto in attesa" +#: ../../mod/admin.php:531 +msgid "No server found" +msgstr "Server non trovato" -#: ../../mod/connections.php:280 -msgid "Show all connections" -msgstr "Mostra tutti i contatti" +#: ../../mod/admin.php:538 ../../mod/admin.php:762 +msgid "ID" +msgstr "ID" -#: ../../mod/connections.php:283 -msgid "Unblocked" -msgstr "Non bloccati" +#: ../../mod/admin.php:538 +msgid "for channel" +msgstr "per canale" -#: ../../mod/connections.php:286 -msgid "Only show unblocked connections" -msgstr "Mostra solo i contatti non bloccati" +#: ../../mod/admin.php:538 +msgid "on server" +msgstr "sul server" -#: ../../mod/connections.php:293 -msgid "Only show blocked connections" -msgstr "Mostra solo i contatti bloccati" +#: ../../mod/admin.php:538 +msgid "Status" +msgstr "Stato" -#: ../../mod/connections.php:300 -msgid "Only show ignored connections" -msgstr "Mostra solo i contatti ignorati" +#: ../../mod/admin.php:559 +msgid "Update has been marked successful" +msgstr "L'aggiornamento è stato marcato come eseguito." -#: ../../mod/connections.php:307 -msgid "Only show archived connections" -msgstr "Mostra solo i contatti archiviati" +#: ../../mod/admin.php:569 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Fallita l'esecuzione di %s. Maggiori informazioni sui log di sistema." -#: ../../mod/connections.php:314 -msgid "Only show hidden connections" -msgstr "Mostra solo i contatti nascosti" +#: ../../mod/admin.php:572 +#, php-format +msgid "Update %s was successfully applied." +msgstr "L'aggiornamento %s è terminato correttamente." -#: ../../mod/connections.php:321 -msgid "Only show one-way connections" -msgstr "Mostra solo i contatti non ricambiati" +#: ../../mod/admin.php:576 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "L'aggiornamento %s non ha dato risposta. Impossibile determinare se è terminato correttamente." -#: ../../mod/connections.php:366 +#: ../../mod/admin.php:579 #, php-format -msgid "%1$s [%2$s]" -msgstr "%1$s [%2$s]" +msgid "Update function %s could not be found." +msgstr "Impossibile trovare la funzione di aggiornamento %s" -#: ../../mod/connections.php:367 -msgid "Edit contact" -msgstr "Modifica il contatto" +#: ../../mod/admin.php:594 +msgid "No failed updates." +msgstr "Nessun aggiornamento fallito." -#: ../../mod/connections.php:388 -msgid "Search your connections" -msgstr "Cerca tra i contatti" +#: ../../mod/admin.php:598 +msgid "Failed Updates" +msgstr "Aggiornamenti falliti." -#: ../../mod/connections.php:389 -msgid "Finding: " -msgstr "Ricerca: " +#: ../../mod/admin.php:600 +msgid "Mark success (if update was manually applied)" +msgstr "Marca come eseguito (se applicato manualmente)." -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "L'identificativo della richiesta non è valido." +#: ../../mod/admin.php:601 +msgid "Attempt to execute this update step automatically" +msgstr "Tenta di eseguire in automatico questo passaggio dell'aggiornamento." -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Rifiuta" +#: ../../mod/admin.php:627 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s utente bloccato/sbloccato" +msgstr[1] "%s utenti bloccati/sbloccati" -#: ../../mod/notifications.php:93 ../../mod/notify.php:54 -msgid "No more system notifications." -msgstr "Non ci sono nuove notifiche di sistema." +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s utente cancellato" +msgstr[1] "%s utenti cancellati" -#: ../../mod/notifications.php:97 ../../mod/notify.php:58 -msgid "System Notifications" -msgstr "Notifiche di sistema" +#: ../../mod/admin.php:665 +msgid "Account not found" +msgstr "Account non trovato" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "Impossibile raggiungere il tuo hub." +#: ../../mod/admin.php:676 +#, php-format +msgid "User '%s' deleted" +msgstr "Utente '%s' eliminato" -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Inviato!" +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' unblocked" +msgstr "Utente '%s' sbloccato" -#: ../../mod/editwebpage.php:106 -msgid "Edit Webpage" -msgstr "Modifica la pagina web" +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' blocked" +msgstr "Utente '%s' bloccato" -#: ../../mod/editwebpage.php:116 -msgid "Delete webpage?" -msgstr "Vuoi eliminare questa pagina web?" +#: ../../mod/admin.php:749 ../../mod/admin.php:761 +msgid "Users" +msgstr "Utenti" -#: ../../mod/editwebpage.php:187 -msgid "Delete Webpage" -msgstr "Elimina la pagina web" +#: ../../mod/admin.php:751 ../../mod/admin.php:885 +msgid "select all" +msgstr "seleziona tutti" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Canale aggiunto." +#: ../../mod/admin.php:752 +msgid "User registrations waiting for confirm" +msgstr "Richieste di registrazione in attesa di conferma" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Poke/Prod" +#: ../../mod/admin.php:753 +msgid "Request date" +msgstr "Data richiesta" -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "Manda un poke, un prod o altro" +#: ../../mod/admin.php:754 +msgid "No registrations." +msgstr "Nessuna registrazione." -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Destinatario" +#: ../../mod/admin.php:755 +msgid "Approve" +msgstr "Approva" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "Scegli cosa vuoi inviare al destinatario" +#: ../../mod/admin.php:756 +msgid "Deny" +msgstr "Nega" -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Rendi privato questo articolo" +#: ../../mod/admin.php:762 +msgid "Register date" +msgstr "Data registrazione" -#: ../../mod/wall_upload.php:34 -msgid "Wall Photos" -msgstr "Foto della bacheca" +#: ../../mod/admin.php:762 +msgid "Last login" +msgstr "Ultimo accesso" -#: ../../mod/channel.php:86 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Permessi insufficienti. Sarà visualizzata la pagina del profilo." +#: ../../mod/admin.php:762 +msgid "Expires" +msgstr "Con scadenza" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Contatto non trovato." +#: ../../mod/admin.php:762 +msgid "Service Class" +msgstr "Service Class" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Suggerimento di amicizia inviato." +#: ../../mod/admin.php:764 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Gli utenti selezionati saranno eliminati!\\n\\nTutto quello che gli utenti hanno pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Suggerisci amici" +#: ../../mod/admin.php:765 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "L'utente {0} sarà eliminato!\\n\\nTutto quello che ha pubblicato su questo sito sarà permanentemente eliminato!\\n\\nConfermi?" -#: ../../mod/fsuggest.php:99 +#: ../../mod/admin.php:797 #, php-format -msgid "Suggest a friend for %s" -msgstr "Suggerisci un amico a %s" +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "Censura modificata per %s canale" +msgstr[1] "Censura modificata per %s canali" -#: ../../mod/dirprofile.php:114 -msgid "Status: " -msgstr "Stato:" +#: ../../mod/admin.php:804 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s canale è stato rimosso" +msgstr[1] "%s canali sono stati rimossi" -#: ../../mod/dirprofile.php:115 -msgid "Sexual Preference: " -msgstr "Preferenza sessuale:" +#: ../../mod/admin.php:823 +msgid "Channel not found" +msgstr "Canale non trovato" -#: ../../mod/dirprofile.php:117 -msgid "Homepage: " -msgstr "Homepage:" +#: ../../mod/admin.php:834 +#, php-format +msgid "Channel '%s' deleted" +msgstr "Il canale '%s' è stato rimosso" -#: ../../mod/dirprofile.php:118 -msgid "Hometown: " -msgstr "Città dove vivo:" +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Rimossa la censura dal canale '%s'" -#: ../../mod/dirprofile.php:120 -msgid "About: " -msgstr "Informazioni:" +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' censored" +msgstr "Applicata una censura al canale '%s'" -#: ../../mod/dirprofile.php:168 -msgid "Keywords: " -msgstr "Parole chiave:" +#: ../../mod/admin.php:887 +msgid "Censor" +msgstr "Applica una censura" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." -msgstr "Permesso negato." +#: ../../mod/admin.php:888 +msgid "Uncensor" +msgstr "Rimuovi la censura" -#: ../../mod/filestorage.php:85 -msgid "File not found." -msgstr "File non trovato." +#: ../../mod/admin.php:891 +msgid "UID" +msgstr "UID" -#: ../../mod/filestorage.php:119 -msgid "Edit file permissions" -msgstr "Modifica i permessi del file" +#: ../../mod/admin.php:893 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "I canali selezionati saranno rimossi!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questi canali sarà irreversibilmente eliminato!\\n\\nVuoi confermare?" -#: ../../mod/filestorage.php:126 -msgid "Include all files and sub folders" -msgstr "Includi tutti i file e le sottocartelle" +#: ../../mod/admin.php:894 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Il canale {0} sarà rimosso!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questo canale sarà irreversibilmente eliminato!\\n\\nVuoi confermare?" -#: ../../mod/filestorage.php:127 -msgid "Return to file list" -msgstr "Torna all'elenco dei file" +#: ../../mod/admin.php:933 +#, php-format +msgid "Plugin %s disabled." +msgstr "Plugin %s non attivo." -#: ../../mod/filestorage.php:129 -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/admin.php:937 +#, php-format +msgid "Plugin %s enabled." +msgstr "Plugin %s attivo." -#: ../../mod/filestorage.php:130 -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/admin.php:947 ../../mod/admin.php:1149 +msgid "Disable" +msgstr "Disattiva" -#: ../../mod/filestorage.php:167 -msgid "Download" -msgstr "Scaricamento dati" +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 +msgid "Enable" +msgstr "Attiva" -#: ../../mod/filestorage.php:173 -msgid "Used: " -msgstr "Usato:" +#: ../../mod/admin.php:975 ../../mod/admin.php:1180 +msgid "Toggle" +msgstr "Attiva/disattiva" -#: ../../mod/filestorage.php:174 -msgid "[directory]" -msgstr "[cartella]" +#: ../../mod/admin.php:983 ../../mod/admin.php:1190 +msgid "Author: " +msgstr "Autore:" -#: ../../mod/filestorage.php:176 -msgid "Limit: " -msgstr "Limite:" +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 +msgid "Maintainer: " +msgstr "Gestore:" -#: ../../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 è un sito nuovo, riprova tra 24 ore." +#: ../../mod/admin.php:1113 +msgid "No themes found." +msgstr "Nessun tema trovato." -#: ../../mod/message.php:41 -msgid "Conversation removed." -msgstr "Conversazione rimossa." +#: ../../mod/admin.php:1172 +msgid "Screenshot" +msgstr "Istantanea dello schermo" -#: ../../mod/message.php:56 -msgid "No messages." -msgstr "Nessun messaggio." +#: ../../mod/admin.php:1220 +msgid "[Experimental]" +msgstr "[Sperimentale]" -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" -msgstr "D d M Y - G:i" +#: ../../mod/admin.php:1221 +msgid "[Unsupported]" +msgstr "[Non supportato]" -#: ../../mod/pubsites.php:22 -msgid "Public Sites" -msgstr "Siti pubblici" +#: ../../mod/admin.php:1248 +msgid "Log settings updated." +msgstr "Impostazioni di log aggiornate." -#: ../../mod/pubsites.php:25 -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 <strong>may</strong> provide " -"additional details." -msgstr "Gli indirizzi elencati permettono la registrazione su Red Matrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere tipi diversi di abbonamento. Potrai trovare maggiori informazioni al riguardo visitando ciascun sito." +#: ../../mod/admin.php:1304 +msgid "Clear" +msgstr "Pulisci" -#: ../../mod/pubsites.php:31 -msgid "Site URL" -msgstr "URL del sito" +#: ../../mod/admin.php:1310 +msgid "Debugging" +msgstr "Debugging" -#: ../../mod/pubsites.php:31 -msgid "Access Type" -msgstr "Tipo di accesso" +#: ../../mod/admin.php:1311 +msgid "Log file" +msgstr "File di log" -#: ../../mod/pubsites.php:31 -msgid "Registration Policy" -msgstr "Politica di registrazione" +#: ../../mod/admin.php:1311 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "Deve essere scrivibile dal web server. È relativa alla cartella dove è installato Red." + +#: ../../mod/admin.php:1312 +msgid "Log level" +msgstr "Livello di log" #: ../../mod/register.php:43 msgid "Maximum daily site registrations exceeded. Please try again tomorrow." @@ -7109,494 +7253,315 @@ msgstr "Scegli una password" msgid "Please re-enter your password" msgstr "Ripeti la password per verifica" -#: ../../mod/regmod.php:12 -msgid "Please login." -msgstr "Accedi." - -#: ../../mod/removeme.php:49 -msgid "Remove This Channel" -msgstr "Elimina questo canale" +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "- scegli -" -#: ../../mod/removeme.php:50 -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/manage.php:64 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Hai creato %1$.0f dei %2$.0f canali permessi." -#: ../../mod/removeme.php:51 -msgid "Please enter your password for verification:" -msgstr "Inserisci la tua password per verifica:" +#: ../../mod/manage.php:72 +msgid "Create a new channel" +msgstr "Crea un nuovo canale" -#: ../../mod/removeme.php:52 -msgid "Remove this channel and all its clones from the network" -msgstr "Rimuovi questo canale e tutti i suoi cloni dalla rete" +#: ../../mod/manage.php:77 +msgid "Channel Manager" +msgstr "Gestione canali" -#: ../../mod/removeme.php:52 -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/manage.php:78 +msgid "Current Channel" +msgstr "Canale attuale" -#: ../../mod/removeme.php:53 -msgid "Remove Channel" -msgstr "Elimina questo canale" +#: ../../mod/manage.php:80 +msgid "Attach to one of your channels by selecting it." +msgstr "Seleziona il canale a cui vuoi passare." -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "Impossibile ottenere informazioni sul proprietario della pagina." +#: ../../mod/manage.php:81 +msgid "Default Channel" +msgstr "Canale predefinito" -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Album non trovato." +#: ../../mod/manage.php:82 +msgid "Make Default" +msgstr "Rendi predefinito" -#: ../../mod/photos.php:119 ../../mod/photos.php:671 -msgid "Delete Album" -msgstr "Elimina album" +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Hai superato il numero massimo di inviti." -#: ../../mod/photos.php:159 ../../mod/photos.php:954 -msgid "Delete Photo" -msgstr "Elimina foto" +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: non è un indirizzo email valido." -#: ../../mod/photos.php:453 -msgid "No photos selected" -msgstr "Nessuna foto selezionata" +#: ../../mod/invite.php:76 +msgid "Please join us on Red" +msgstr "Vieni con noi su Red" -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." -msgstr "Questo elemento non è visibile a tutti." +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Hai superato il numero massimo di inviti. Contatta l'amministratore se necessario." -#: ../../mod/photos.php:576 +#: ../../mod/invite.php:92 #, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Hai usato %1$.2f Mb di %2$.2f Mb disponibili per le foto." +msgid "%s : Message delivery failed." +msgstr "%s: la consegna del messaggio è fallita." -#: ../../mod/photos.php:579 +#: ../../mod/invite.php:96 #, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "Hai usato %1$.2f Mb di spazio per le foto." - -#: ../../mod/photos.php:598 -msgid "Upload Photos" -msgstr "Carica foto" +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d messaggio inviato." +msgstr[1] "%d messaggi inviati." -#: ../../mod/photos.php:602 ../../mod/photos.php:666 -msgid "New album name: " -msgstr "Nome del nuovo album: " +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "Non hai altri inviti disponibili" -#: ../../mod/photos.php:603 -msgid "or existing album name: " -msgstr "o nome di un album esistente: " +#: ../../mod/invite.php:141 +msgid "Send invitations" +msgstr "Spedisci inviti" -#: ../../mod/photos.php:604 -msgid "Do not show a status post for this upload" -msgstr "Non creare un messaggio di stato per questo caricamento" +#: ../../mod/invite.php:142 +msgid "Enter email addresses, one per line:" +msgstr "Inserisci gli indirizzi email, uno per riga:" -#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 -#: ../../mod/photos.php:1141 -msgid "Contact Photos" -msgstr "Foto dei contatti" +#: ../../mod/invite.php:144 +msgid "" +"You are cordially invited to join me and some other close friends on the Red" +" Matrix - a revolutionary new decentralised communication and information " +"tool." +msgstr "Questo è un invito cordiale ad unirti a me e ad altri miei amici stretti su Red Matrix - uno nuovo strumento di comunicazione decentralizzato e rivoluzionario." -#: ../../mod/photos.php:681 -msgid "Edit Album" -msgstr "Modifica album" +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Sarà necessario fornire questo codice invito: $invite_code" -#: ../../mod/photos.php:687 -msgid "Show Newest First" -msgstr "Prima i più recenti" +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" +msgstr "Puoi visitare il mio canale su" -#: ../../mod/photos.php:689 -msgid "Show Oldest First" -msgstr "Prima i più vecchi" +#: ../../mod/invite.php:151 +msgid "" +"Once you have registered (on ANY Red Matrix site - they are all inter-" +"connected), please connect with my Red Matrix channel address:" +msgstr "Una volta che avrai completato la registrazione (su QUALSIASI sito Red Matrix - sono tutti interconnessi), potrai connetterti al mio canale:" -#: ../../mod/photos.php:732 ../../mod/photos.php:1173 -msgid "View Photo" -msgstr "Guarda la foto" +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." +msgstr "Fai clic su [Registrati] nella pagina seguente per iscriverti." -#: ../../mod/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/invite.php:155 +msgid "" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit " +"http://getzot.com" +msgstr "Per saperne di più sul progetto Red Matrix e sul perché potrebbe cambiare internet per come la conosciamo, visita http://getzot.com" -#: ../../mod/photos.php:780 -msgid "Photo not available" -msgstr "Foto non disponibile" +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Foto della bacheca" -#: ../../mod/photos.php:840 -msgid "Use as profile photo" -msgstr "Usa come foto del profilo" +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Nessun canale." -#: ../../mod/photos.php:864 -msgid "View Full Size" -msgstr "Vedi nelle dimensioni originali" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Contatti in comune" -#: ../../mod/photos.php:938 -msgid "Edit photo" -msgstr "Modifica la foto" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Nessun contatto in comune." -#: ../../mod/photos.php:940 -msgid "Rotate CW (right)" -msgstr "Ruota (senso orario)" +#: ../../mod/regmod.php:12 +msgid "Please login." +msgstr "Accedi." -#: ../../mod/photos.php:941 -msgid "Rotate CCW (left)" -msgstr "Ruota (senso antiorario)" +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Scegli una cartella di segnalibri" -#: ../../mod/photos.php:943 -msgid "New album name" -msgstr "Nuovo nome dell'album" +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Salva segnalibro" -#: ../../mod/photos.php:946 -msgid "Caption" -msgstr "Titolo" +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "URL del segnalibro" -#: ../../mod/photos.php:948 -msgid "Add a Tag" -msgstr "Aggiungi tag" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "O inserisci il nome di una nuova cartella di segnalibri" -#: ../../mod/photos.php:951 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Per esempio: @luca, @Maria_Bianchi, @bob@example.com, #California, #camping" +#: ../../boot.php:1259 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "%s: aggiornamento fallito. Controlla i log di errore." -#: ../../mod/photos.php:1104 -msgid "In This Photo:" -msgstr "In questa foto:" +#: ../../boot.php:1262 +#, php-format +msgid "Update Error at %s" +msgstr "Errore di aggiornamento su %s" -#: ../../mod/photos.php:1179 -msgid "View Album" -msgstr "Guarda l'album" +#: ../../boot.php:1426 +msgid "" +"Create an account to access services and applications within the Red Matrix" +msgstr "Registrati per accedere ai servizi e alle applicazioni di Red Matrix" -#: ../../mod/photos.php:1188 -msgid "Recent Photos" -msgstr "Foto recenti" +#: ../../boot.php:1454 +msgid "Password" +msgstr "Password" -#: ../../mod/mood.php:138 -msgid "Mood" -msgstr "Umore" +#: ../../boot.php:1455 +msgid "Remember me" +msgstr "Resta connesso" -#: ../../mod/mood.php:139 -msgid "Set your current mood and tell your friends" -msgstr "Scegli il tuo umore attuale per mostrarlo agli amici" +#: ../../boot.php:1460 +msgid "Forgot your password?" +msgstr "Hai dimenticato la password?" -#: ../../mod/ping.php:192 -msgid "sent you a private message" -msgstr "ti ha inviato un messaggio privato" +#: ../../boot.php:1525 +msgid "permission denied" +msgstr "permesso negato" -#: ../../mod/ping.php:250 -msgid "added your channel" -msgstr "ha aggiunto il tuo canale" +#: ../../boot.php:1526 +msgid "Got Zot?" +msgstr "Hai Zot?" -#: ../../mod/ping.php:294 -msgid "posted an event" -msgstr "ha creato un evento" +#: ../../boot.php:1956 +msgid "toggle mobile" +msgstr "attiva/disattiva versione mobile" -#: ../../view/theme/redbasic/php/config.php:98 -#: ../../view/theme/apw/php/config.php:259 -#: ../../view/theme/blogga/view/theme/blog/config.php:69 -#: ../../view/theme/blogga/php/config.php:69 +#: ../../view/theme/redbasic/php/config.php:102 msgid "Theme settings" msgstr "Impostazioni del tema" -#: ../../view/theme/redbasic/php/config.php:99 -#: ../../view/theme/apw/php/config.php:260 +#: ../../view/theme/redbasic/php/config.php:103 msgid "Set scheme" msgstr "Schema" -#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:104 msgid "Narrow navbar" msgstr "Barra di navigazione ristretta" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:105 msgid "Navigation bar background colour" msgstr "Barra di navigazione: Colore di sfondo" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:106 msgid "Navigation bar gradient top colour" msgstr "Barra di navigazione: Gradiente superiore" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:107 msgid "Navigation bar gradient bottom colour" msgstr "Barra di navigazione: Gradiente inferiore" -#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Navigation active button gradient top colour" msgstr "Barra di navigazione: Gradiente superiore dell'icona attiva" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:109 msgid "Navigation active button gradient bottom colour" msgstr "Barra di navigazione: Gradiente inferiore dell'icona attiva" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Navigation bar border colour " msgstr "Barra di navigazione: Colore del bordo" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Navigation bar icon colour " msgstr "Barra di navigazione: Colore delle icone" -#: ../../view/theme/redbasic/php/config.php:108 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Navigation bar active icon colour " msgstr "Barra di navigazione: Colore dell'icona attiva" -#: ../../view/theme/redbasic/php/config.php:109 +#: ../../view/theme/redbasic/php/config.php:113 msgid "link colour" msgstr "Colore dei link" -#: ../../view/theme/redbasic/php/config.php:110 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set font-colour for banner" msgstr "Colore del font del banner" -#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:115 msgid "Set the background colour" msgstr "Colore di sfondo" -#: ../../view/theme/redbasic/php/config.php:112 +#: ../../view/theme/redbasic/php/config.php:116 msgid "Set the background image" msgstr "Immagine di sfondo" -#: ../../view/theme/redbasic/php/config.php:113 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set the background colour of items" msgstr "Colore di sfondo degli elementi della pagina" -#: ../../view/theme/redbasic/php/config.php:114 -msgid "Set the opacity of items" -msgstr "Opacità degli oggetti" +#: ../../view/theme/redbasic/php/config.php:118 +msgid "Set the background colour of comments" +msgstr "Imposta il colore di sfondo dei commenti" -#: ../../view/theme/redbasic/php/config.php:115 +#: ../../view/theme/redbasic/php/config.php:119 +msgid "Set the border colour of comments" +msgstr "Imposta il colore del bordo dei commenti" + +#: ../../view/theme/redbasic/php/config.php:120 +msgid "Set the indent for comments" +msgstr "Imposta il lo spostamento a destra dei commenti" + +#: ../../view/theme/redbasic/php/config.php:121 msgid "Set the basic colour for item icons" msgstr "Colore di base per le icone" -#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/redbasic/php/config.php:122 msgid "Set the hover colour for item icons" msgstr "Colore per le icone in evidenza" -#: ../../view/theme/redbasic/php/config.php:117 +#: ../../view/theme/redbasic/php/config.php:123 msgid "Set font-size for the entire application" msgstr "Dimensione font per tutto il sito" -#: ../../view/theme/redbasic/php/config.php:118 -#: ../../view/theme/apw/php/config.php:261 +#: ../../view/theme/redbasic/php/config.php:124 msgid "Set font-size for posts and comments" msgstr "Dimensioni del carattere per articoli e commenti" -#: ../../view/theme/redbasic/php/config.php:119 +#: ../../view/theme/redbasic/php/config.php:125 msgid "Set font-colour for posts and comments" msgstr "Colore del carattere per articoli e commenti" -#: ../../view/theme/redbasic/php/config.php:120 +#: ../../view/theme/redbasic/php/config.php:126 msgid "Set radius of corners" msgstr "Raggio degli angoli stondati" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:127 msgid "Set shadow depth of photos" msgstr "Profondità dell'ombra delle foto" -#: ../../view/theme/redbasic/php/config.php:122 +#: ../../view/theme/redbasic/php/config.php:128 msgid "Set maximum width of conversation regions" msgstr "Larghezza massima dell'area delle conversazioni" -#: ../../view/theme/redbasic/php/config.php:123 +#: ../../view/theme/redbasic/php/config.php:129 msgid "Center conversation regions" msgstr "Centra l'area delle conversazioni" -#: ../../view/theme/redbasic/php/config.php:124 +#: ../../view/theme/redbasic/php/config.php:130 msgid "Set minimum opacity of nav bar - to hide it" msgstr "Imposta l'opacità minima della barra di navigazione per nasconderla" -#: ../../view/theme/redbasic/php/config.php:125 +#: ../../view/theme/redbasic/php/config.php:131 msgid "Set size of conversation author photo" msgstr "Dimensione foto dell'autore della conversazione" -#: ../../view/theme/redbasic/php/config.php:126 +#: ../../view/theme/redbasic/php/config.php:132 msgid "Set size of followup author photos" msgstr "Dimensione foto dei partecipanti alla conversazione" -#: ../../view/theme/redbasic/php/config.php:127 +#: ../../view/theme/redbasic/php/config.php:133 msgid "Sloppy photo albums" msgstr "Album con foto storte" -#: ../../view/theme/redbasic/php/config.php:127 +#: ../../view/theme/redbasic/php/config.php:133 msgid "Are you a clean desk or a messy desk person?" msgstr "La tua scrivania è sempre a posto? Sei una persona disordinata?" - -#: ../../view/theme/apw/php/config.php:202 -#: ../../view/theme/apw/php/config.php:236 -msgid "Schema Default" -msgstr "Schema predefinito" - -#: ../../view/theme/apw/php/config.php:203 -msgid "Sans-Serif" -msgstr "Sans-Serif" - -#: ../../view/theme/apw/php/config.php:204 -msgid "Monospace" -msgstr "Monospace" - -#: ../../view/theme/apw/php/config.php:262 -msgid "Set font face" -msgstr "Tipo di carattere" - -#: ../../view/theme/apw/php/config.php:263 -msgid "Set iconset" -msgstr "Icone" - -#: ../../view/theme/apw/php/config.php:264 -msgid "Set big shadow size, default 15px 15px 15px" -msgstr "Ombra grande, predefinita 15px 15px 15px" - -#: ../../view/theme/apw/php/config.php:265 -msgid "Set small shadow size, default 5px 5px 5px" -msgstr "Ombra piccola, predefinita 5px 5px 5px" - -#: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow colour, default #000" -msgstr "Colore dell'ombra, predefinito #000" - -#: ../../view/theme/apw/php/config.php:267 -msgid "Set radius size, default 5px" -msgstr "Raggio degli angoli, predefinito 5px" - -#: ../../view/theme/apw/php/config.php:268 -msgid "Set line-height for posts and comments" -msgstr "Altezza della riga per articoli e commenti" - -#: ../../view/theme/apw/php/config.php:269 -msgid "Set background image" -msgstr "Immagine di sfondo" - -#: ../../view/theme/apw/php/config.php:270 -msgid "Set background attachment" -msgstr "Imposta un allegato di sfondo" - -#: ../../view/theme/apw/php/config.php:271 -msgid "Set background colour" -msgstr "Colore di sfondo" - -#: ../../view/theme/apw/php/config.php:272 -msgid "Set section background image" -msgstr "Immagine di sfondo della sezione" - -#: ../../view/theme/apw/php/config.php:273 -msgid "Set section background colour" -msgstr "Colore di sfondo della sezione" - -#: ../../view/theme/apw/php/config.php:274 -msgid "Set colour of items - use hex" -msgstr "Colore degli elementi della pagina - esadecimale" - -#: ../../view/theme/apw/php/config.php:275 -msgid "Set colour of links - use hex" -msgstr "Colore dei link - esadecimale" - -#: ../../view/theme/apw/php/config.php:276 -msgid "Set max-width for items. Default 400px" -msgstr "Larghezza massima degli elementi della pagina. Predefinita: 400px" - -#: ../../view/theme/apw/php/config.php:277 -msgid "Set min-width for items. Default 240px" -msgstr "Larghezza minima degli elementi della pagina. Predefinita: 240px" - -#: ../../view/theme/apw/php/config.php:278 -msgid "Set the generic content wrapper width. Default 48%" -msgstr "Larghezza di tutta l'area dei contenuti. Predefinita: 48%" - -#: ../../view/theme/apw/php/config.php:279 -msgid "Set colour of fonts - use hex" -msgstr "Colore dei caratteri - esadecimale" - -#: ../../view/theme/apw/php/config.php:280 -msgid "Set background-size element" -msgstr "Background-size element" - -#: ../../view/theme/apw/php/config.php:281 -msgid "Item opacity" -msgstr "Opacità degli elementi della pagina" - -#: ../../view/theme/apw/php/config.php:282 -msgid "Display post previews only" -msgstr "Mostra le anteprime solo degli articoli" - -#: ../../view/theme/apw/php/config.php:283 -msgid "Display side bar on channel page" -msgstr "Mostra la colonna laterale sulla pagina del canale" - -#: ../../view/theme/apw/php/config.php:284 -msgid "Colour of the navigation bar" -msgstr "Colore della barra di navigazione" - -#: ../../view/theme/apw/php/config.php:285 -msgid "Item float" -msgstr "Float degli oggetti della pagina" - -#: ../../view/theme/apw/php/config.php:286 -msgid "Left offset of the section element" -msgstr "Spazio a sinistra dell'elemento section" - -#: ../../view/theme/apw/php/config.php:287 -msgid "Right offset of the section element" -msgstr "Spazio a destra dell'elemento section" - -#: ../../view/theme/apw/php/config.php:288 -msgid "Section width" -msgstr "Larghezza section" - -#: ../../view/theme/apw/php/config.php:289 -msgid "Left offset of the aside" -msgstr "Spazio a sinistra del aside" - -#: ../../view/theme/apw/php/config.php:290 -msgid "Right offset of the aside element" -msgstr "Spazio a destra del aside" - -#: ../../view/theme/blogga/view/theme/blog/config.php:47 -#: ../../view/theme/blogga/php/config.php:47 -msgid "None" -msgstr "Nessuno" - -#: ../../view/theme/blogga/view/theme/blog/config.php:70 -#: ../../view/theme/blogga/php/config.php:70 -msgid "Header image" -msgstr "Immagine dell'intestazione" - -#: ../../view/theme/blogga/view/theme/blog/config.php:71 -#: ../../view/theme/blogga/php/config.php:71 -msgid "Header image only on profile pages" -msgstr "È possibile mettere un'immagine solo nell'intestazione dei profili" - -#: ../../boot.php:1252 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "%s: aggiornamento fallito. Controlla i log di errore." - -#: ../../boot.php:1255 -#, php-format -msgid "Update Error at %s" -msgstr "Errore di aggiornamento su %s" - -#: ../../boot.php:1419 -msgid "" -"Create an account to access services and applications within the Red Matrix" -msgstr "Registrati per accedere ai servizi e alle applicazioni di Red Matrix" - -#: ../../boot.php:1447 -msgid "Password" -msgstr "Password" - -#: ../../boot.php:1448 -msgid "Remember me" -msgstr "Resta connesso" - -#: ../../boot.php:1453 -msgid "Forgot your password?" -msgstr "Hai dimenticato la password?" - -#: ../../boot.php:1518 -msgid "permission denied" -msgstr "permesso negato" - -#: ../../boot.php:1519 -msgid "Got Zot?" -msgstr "Hai Zot?" - -#: ../../boot.php:1949 -msgid "toggle mobile" -msgstr "attiva/disattiva versione mobile" diff --git a/view/it/strings.php b/view/it/strings.php index da16880a6..cb8b41aa7 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -1,10 +1,26 @@ <?php +if(! function_exists("string_plural_select_it")) { function string_plural_select_it($n){ return ($n != 1);; -} +}} ; +$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["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["Edit File properties"] = "Modifica le proprietà dei file"; +$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; +$a->strings["Starts:"] = "Inizio:"; +$a->strings["Finishes:"] = "Fine:"; +$a->strings["Location:"] = "Luogo:"; $a->strings["Categories"] = "Categorie"; +$a->strings["App Category"] = "Categoria app"; +$a->strings["System"] = "Sistema"; +$a->strings["Personal"] = "Personali"; $a->strings["Connect"] = "Entra in contatto"; $a->strings["Ignore/Hide"] = "Ignora/nascondi"; $a->strings["Suggestions"] = "Suggerimenti"; @@ -45,11 +61,7 @@ $a->strings["New Message"] = "Nuovo messaggio"; $a->strings["Chat Rooms"] = "Chat attive"; $a->strings["Bookmarked Chatrooms"] = "Chat nei segnalibri"; $a->strings["Suggested Chatrooms"] = "Chat suggerite"; -$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["Public Timeline"] = "Diario pubblico"; $a->strings["Logout"] = "Esci"; $a->strings["End this session"] = "Chiudi questa sessione"; $a->strings["Home"] = "Bacheca"; @@ -113,86 +125,22 @@ $a->strings["Admin"] = "Amministrazione"; $a->strings["Site Setup and Configuration"] = "Configurazione del sito"; $a->strings["Nothing new here"] = "Niente di nuovo qui"; $a->strings["Please wait..."] = "Attendere..."; -$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; -$a->strings["Starts:"] = "Inizio:"; -$a->strings["Finishes:"] = "Fine:"; -$a->strings["Location:"] = "Luogo:"; -$a->strings["Public Timeline"] = "Diario pubblico"; -$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["General Features"] = "Funzionalità generali"; -$a->strings["Content Expiration"] = "Scadenza"; -$a->strings["Remove posts/comments and/or private messages at a future time"] = "Elimina gli articoli, i commenti o i messaggi privati dopo che è trascorso del tempo"; -$a->strings["Multiple Profiles"] = "Profili multipli"; -$a->strings["Ability to create multiple profiles"] = "Abilitazione a creare profili multipli"; -$a->strings["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["Extended Identity Sharing"] = "Condivisione avanzata dell'identità"; -$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti red matrix."; -$a->strings["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 imporre delle restrizioni e dei termini d'uso a chi segue il canale"; -$a->strings["Post Composition Features"] = "Modalità di scrittura articoli"; -$a->strings["Richtext Editor"] = "Editor grafico"; -$a->strings["Enable richtext editor"] = "Abilita l'editor grafico"; -$a->strings["Post Preview"] = "Anteprima articolo"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli"; -$a->strings["Automatically import channel content from other channels or feeds"] = "Importa automaticamente il contenuto del canale da altri canali o feed"; -$a->strings["Even More Encryption"] = "Crittografia addizionale"; -$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Rendi possibile la crittografia dei contenuti tra mittente e destinatari con una chiave segreta"; -$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["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["Unknown | Not categorised"] = "Sconosciuto | Senza categoria"; -$a->strings["Block immediately"] = "Blocca subito"; -$a->strings["Shady, spammer, self-marketer"] = "Spammer o dedito al marketing"; -$a->strings["Known to me, but no opinion"] = "Lo conosco, ma non ho un'opinione particolare"; -$a->strings["OK, probably harmless"] = "È ok, probabilmente innocuo"; -$a->strings["Reputable, has my trust"] = "Affidabile, ha la mia fiducia"; -$a->strings["Frequently"] = "Frequentemente"; -$a->strings["Hourly"] = "Ogni ora"; -$a->strings["Twice daily"] = "Due volte al giorno"; -$a->strings["Daily"] = "Ogni giorno"; -$a->strings["Weekly"] = "Ogni settimana"; -$a->strings["Monthly"] = "Ogni mese"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Email"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; +$a->strings["Embedded content"] = "Contenuti incorporati"; +$a->strings["Embedding disabled"] = "Contenuti incorporati - funzione disabilitata"; +$a->strings["Image/photo"] = "Immagine"; +$a->strings["Encrypted content"] = "Contenuto crittografato"; +$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 wrote:"] = "$1 ha scritto:"; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."; +$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i canali che inizi a seguire"; +$a->strings["All Channels"] = "Tutti i canali"; +$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["photo"] = "la foto"; $a->strings["event"] = "l'evento"; $a->strings["channel"] = "canale"; @@ -286,7 +234,6 @@ $a->strings["Commented Order"] = "Ultimi commenti"; $a->strings["Sort by Comment Date"] = "Per data del commento"; $a->strings["Posted Order"] = "Ultimi articoli"; $a->strings["Sort by Post Date"] = "Per data di creazione"; -$a->strings["Personal"] = "Personali"; $a->strings["Posts that mention or involve you"] = "Articoli che ti riguardano o ti menzionano"; $a->strings["New"] = "Novità"; $a->strings["Activity Stream - by date"] = "Elenco attività - per data"; @@ -304,161 +251,46 @@ $a->strings["Chatrooms"] = "Chat"; $a->strings["Events and Calendar"] = "Calendario eventi"; $a->strings["Saved Bookmarks"] = "Segnalibri salvati"; $a->strings["Manage Webpages"] = "Gestisci le pagine web"; -$a->strings["Miscellaneous"] = "Altro"; -$a->strings["year"] = "anno"; -$a->strings["month"] = "mese"; -$a->strings["day"] = "giorno"; -$a->strings["never"] = "mai"; -$a->strings["less than a second ago"] = "meno di un secondo fa"; -$a->strings["years"] = "anni"; -$a->strings["months"] = "mesi"; -$a->strings["week"] = "settimana"; -$a->strings["weeks"] = "settimane"; -$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["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'"; -$a->strings["Image/photo"] = "Immagine"; -$a->strings["Encrypted content"] = "Contenuto crittografato"; -$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 wrote:"] = "$1 ha scritto:"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."; -$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i nuovi canali che aggiungi"; -$a->strings["All Channels"] = "Tutti i canali"; -$a->strings["edit"] = "modifica"; -$a->strings["Collections"] = "Insiemi di canali"; -$a->strings["Edit collection"] = "Modifica l'insieme di canali"; -$a->strings["Create a new collection"] = "Crea un nuovo insieme"; -$a->strings["Channels not in any collection"] = "Canali che non sono in un insieme"; -$a->strings["Delete this item?"] = "Eliminare questo elemento?"; -$a->strings["Comment"] = "Commento"; -$a->strings["show more"] = "mostra tutto"; -$a->strings["show fewer"] = "riduci"; -$a->strings["+ Show More"] = "+ Mostra tutto"; -$a->strings["- Show Less"] = "- Mostra ridotto"; -$a->strings["Password too short"] = "Password troppo corta"; -$a->strings["Passwords do not match"] = "Le password non corrispondono"; -$a->strings["everybody"] = "tutti"; -$a->strings["Secret Passphrase"] = "Chiave segreta"; -$a->strings["Passphrase hint"] = "Suggerimento per la chiave segreta"; -$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Nota: i permessi sono stati modificati ma non ancora salvati."; -$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; -$a->strings["ago"] = "fa"; -$a->strings["from now"] = "da adesso"; -$a->strings["less than a minute"] = "meno di un minuto"; -$a->strings["about a minute"] = "circa un minuto"; -$a->strings["%d minutes"] = "%d minuti"; -$a->strings["about an hour"] = "circa un’ora"; -$a->strings["about %d hours"] = "circa %d ore"; -$a->strings["a day"] = "un giorno"; -$a->strings["%d days"] = "%d giorni"; -$a->strings["about a month"] = "circa un mese"; -$a->strings["%d months"] = "%d mesi"; -$a->strings["about a year"] = "circa un anno"; -$a->strings["%d years"] = "%d anni"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["Default"] = "Predefinito"; $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["Profile Photos"] = "Foto del profilo"; -$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 aver superato i limiti o l'azione potrebbe essere stata interrotta."; -$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 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[" 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["view full size"] = "guarda nelle dimensioni reali"; $a->strings["%1\$s's bookmarks"] = "I segnalibri di %1\$s"; -$a->strings["Visible to everybody"] = "Visibile a tutti"; -$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["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["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["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["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"] = "mi piace"; +$a->strings["dislike"] = "non mi piace"; +$a->strings["dislikes"] = "non mi piace"; $a->strings["Edit"] = "Modifica"; $a->strings["save to folder"] = "salva in una cartella"; +$a->strings["View all"] = "Vedi tutto"; +$a->strings["Like"] = array( + 0 => "Mi piace", + 1 => "Mi piace", +); +$a->strings["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 tag"; $a->strings["I like this (toggle)"] = "Attiva/disattiva Mi piace"; -$a->strings["like"] = "mi piace"; $a->strings["I don't like this (toggle)"] = "Attiva/disattiva Non mi piace"; -$a->strings["dislike"] = "non mi piace"; $a->strings["Share this"] = "Condividi"; $a->strings["share"] = "condividi"; $a->strings["View %s's profile - %s"] = "Guarda il profilo di %s - %s"; @@ -467,11 +299,16 @@ $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["Bookmark Links"] = "I link dei segnalibri"; +$a->strings["Likes"] = "Mi piace"; +$a->strings["Dislikes"] = "Non mi piace"; +$a->strings["Close"] = "Chiudi"; $a->strings["%d comment"] = array( 0 => "%d commento", 1 => "%d commenti", ); +$a->strings["show more"] = "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"; @@ -481,8 +318,200 @@ $a->strings["Code"] = "Codice"; $a->strings["Image"] = "Immagine"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "Video"; -$a->strings["Edit File properties"] = "Modifica le proprietà dei file"; -$a->strings["view full size"] = "guarda nelle dimensioni reali"; +$a->strings["Permission denied"] = "Permesso negato"; +$a->strings["(Unknown)"] = "(Sconosciuto)"; +$a->strings["Item not found."] = "Elemento non trovato."; +$a->strings["Permission denied."] = "Permesso negato."; +$a->strings["Collection not found."] = "Insieme non trovato."; +$a->strings["Collection is empty."] = "L'insieme di canali è vuoto."; +$a->strings["Collection: %s"] = "Insieme: %s"; +$a->strings["Connection: %s"] = "Contatto: %s"; +$a->strings["Connection not found."] = "Contatto non trovato."; +$a->strings["Sort Options"] = "Opzioni di ordinamento"; +$a->strings["Alphabetic"] = "Alfabetico"; +$a->strings["Reverse Alphabetic"] = "Alfabetico inverso"; +$a->strings["Newest to Oldest"] = "Dal più nuovo al più vecchio"; +$a->strings["Enable Safe Search"] = "Abilita SafeSearch"; +$a->strings["Disable Safe Search"] = "Disabilita SafeSearch"; +$a->strings["Safe Mode"] = "Modalità SafeSearch"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "L'identificativo di sicurezza del modulo che hai riempito non è corretto. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto."; +$a->strings["created a new post"] = "Ha creato un nuovo articolo"; +$a->strings["commented on %s's post"] = "ha commentato l'articolo di %s"; +$a->strings["Red Matrix Notification"] = "Notifica di Red Matrix"; +$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Thank You,"] = "Grazie,"; +$a->strings["%s Administrator"] = "Amministratore %s"; +$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notifica] Nuovo messaggio ricevuto su %s"; +$a->strings["%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"] = "[Red:Notifica] Nuovo commento di %2\$s alla conversazione #%1\$d"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha commentato un elemento che stavi seguendo."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Visita %s per leggere o commentare la conversazione."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notifica] %s ha scritto sulla tua bacheca"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha scritto sulla bacheca del tuo profilo su %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s ha scritto sulla [zrl=%3\$s]tua bacheca[/zrl]"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notifica] %s ti ha taggato"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s ti ha taggato su %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]ti ha taggato[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notifica] %1\$s ti ha mandato un poke"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s ti ha mandato un poke su %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]ti ha mandato un poke[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notifica] %s ha taggato il tuo articolo"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha taggato il tuo articolo su %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha taggato [zrl=%3\$s]il tuo articolo[/zrl]"; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Notifica] Hai una richiesta di amicizia"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, hai ricevuto una richiesta di entrare in contatto da '%2\$s' su %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, hai ricevuto una [zrl=%2\$s]richiesta di entrare in contatto[/zrl] da %3\$s."; +$a->strings["You may visit their profile at %s"] = "Puoi visitare il suo profilo su %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Visita %s per approvare o rifiutare la richiesta di entrare in contatto."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notifica] Ti è stato suggerito un amico"; +$a->strings["%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["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 aver superato i limiti o l'azione potrebbe essere stata interrotta."; +$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 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["New Page"] = "Nuova pagina web"; +$a->strings["View"] = "Guarda"; +$a->strings["Actions"] = "Azioni"; +$a->strings["Page Link"] = "Link alla pagina"; +$a->strings["Title"] = "Titolo"; +$a->strings["Created"] = "Creato"; +$a->strings["Edited"] = "Modificato"; +$a->strings["Profile Photos"] = "Foto del profilo"; +$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["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'"; +$a->strings["Male"] = "Maschio"; +$a->strings["Female"] = "Femmina"; +$a->strings["Currently Male"] = "Al momento maschio"; +$a->strings["Currently Female"] = "Al momento femmina"; +$a->strings["Mostly Male"] = "Prevalentemente maschio"; +$a->strings["Mostly Female"] = "Prevalentemente femmina"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transessuale"; +$a->strings["Hermaphrodite"] = "Ermafrodito"; +$a->strings["Neuter"] = "Neutro"; +$a->strings["Non-specific"] = "Non specificato"; +$a->strings["Other"] = "Altro"; +$a->strings["Undecided"] = "Indeciso"; +$a->strings["Males"] = "Maschi"; +$a->strings["Females"] = "Femmine"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbica"; +$a->strings["No Preference"] = "Senza preferenza"; +$a->strings["Bisexual"] = "Bisessuale"; +$a->strings["Autosexual"] = "Autosessuale"; +$a->strings["Abstinent"] = "Astinente"; +$a->strings["Virgin"] = "Vergine"; +$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 piccanti"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Impegnato"; +$a->strings["Married"] = "Sposato/a"; +$a->strings["Imaginarily married"] = "Sogna il matrimonio"; +$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["Click here to upgrade."] = "Clicca qui per aggiornare."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione esce dai termini del tuo abbonamento."; +$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento."; +$a->strings["Visible to everybody"] = "Visibile a tutti"; +$a->strings["Show"] = "Mostra"; +$a->strings["Don't show"] = "Non mostrare"; +$a->strings["Permissions"] = "Permessi"; +$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 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["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["Unknown | Not categorised"] = "Sconosciuto | Senza categoria"; +$a->strings["Block immediately"] = "Blocca subito"; +$a->strings["Shady, spammer, self-marketer"] = "Spammer o dedito al marketing"; +$a->strings["Known to me, but no opinion"] = "Lo conosco, ma non ho un'opinione particolare"; +$a->strings["OK, probably harmless"] = "È ok, probabilmente innocuo"; +$a->strings["Reputable, has my trust"] = "Affidabile, ha la mia fiducia"; +$a->strings["Frequently"] = "Frequentemente"; +$a->strings["Hourly"] = "Ogni ora"; +$a->strings["Twice daily"] = "Due volte al giorno"; +$a->strings["Daily"] = "Ogni giorno"; +$a->strings["Weekly"] = "Ogni settimana"; +$a->strings["Monthly"] = "Ogni mese"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "Email"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Profile"] = "Profilo"; +$a->strings["Update"] = "Aggiorna"; +$a->strings["Install"] = "Installa"; +$a->strings["Unknown"] = "Sconosciuto"; +$a->strings["Logged out."] = "Uscita effettuata."; +$a->strings["Failed authentication"] = "Autenticazione fallita"; +$a->strings["Login failed."] = "Accesso fallito."; $a->strings["prev"] = "prec"; $a->strings["first"] = "inizio"; $a->strings["last"] = "fine"; @@ -523,6 +552,7 @@ $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"; @@ -561,187 +591,62 @@ $a->strings["Blocks"] = "Riquadri"; $a->strings["Menus"] = "Menù"; $a->strings["Layouts"] = "Layout"; $a->strings["Pages"] = "Pagine"; -$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["Male"] = "Maschio"; -$a->strings["Female"] = "Femmina"; -$a->strings["Currently Male"] = "Al momento maschio"; -$a->strings["Currently Female"] = "Al momento femmina"; -$a->strings["Mostly Male"] = "Prevalentemente maschio"; -$a->strings["Mostly Female"] = "Prevalentemente femmina"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Transessuale"; -$a->strings["Hermaphrodite"] = "Ermafrodito"; -$a->strings["Neuter"] = "Neutro"; -$a->strings["Non-specific"] = "Non specificato"; -$a->strings["Other"] = "Altro"; -$a->strings["Undecided"] = "Indeciso"; -$a->strings["Males"] = "Maschi"; -$a->strings["Females"] = "Femmine"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbica"; -$a->strings["No Preference"] = "Senza preferenza"; -$a->strings["Bisexual"] = "Bisessuale"; -$a->strings["Autosexual"] = "Autosessuale"; -$a->strings["Abstinent"] = "Astinente"; -$a->strings["Virgin"] = "Vergine"; -$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 piccanti"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Impegnato"; -$a->strings["Married"] = "Sposato/a"; -$a->strings["Imaginarily married"] = "Sogna il matrimonio"; -$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["Missing room name"] = "Chat senza nome"; $a->strings["Duplicate room name"] = "Il nome della chat è duplicato"; $a->strings["Invalid room specifier."] = "Il nome della chat non è valido."; $a->strings["Room not found."] = "Chat non trovata."; $a->strings["Room is full"] = "La chat è al completo"; -$a->strings["Default"] = "Predefinito"; -$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["likes"] = "ama"; -$a->strings["dislikes"] = "non ama"; -$a->strings["Logged out."] = "Uscita effettuata."; -$a->strings["Failed authentication"] = "Autenticazione fallita"; -$a->strings["Login failed."] = "Accesso fallito."; -$a->strings["Not a valid email address"] = "Email non valida"; -$a->strings["Your email domain is not among those allowed on this site"] = "Il dominio della tua email attualmente non è permesso su questo sito"; -$a->strings["Your email address is already registered at this site."] = "La tua email è già registrata su questo sito."; -$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 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["Sort Options"] = "Opzioni di ordinamento"; -$a->strings["Alphabetic"] = "Alfabetico"; -$a->strings["Reverse Alphabetic"] = "Alfabetico inverso"; -$a->strings["Newest to Oldest"] = "Dal più nuovo al più vecchio"; -$a->strings["Enable Safe Search"] = "Abilita SafeSearch"; -$a->strings["Disable Safe Search"] = "Disabilita SafeSearch"; -$a->strings["Safe Mode"] = "Modalità SafeSearch"; -$a->strings["Red Matrix Notification"] = "Notifica di Red Matrix"; -$a->strings["redmatrix"] = "redmatrix"; -$a->strings["Thank You,"] = "Grazie,"; -$a->strings["%s Administrator"] = "Amministratore %s"; -$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notifica] Nuovo messaggio ricevuto su %s"; -$a->strings["%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"] = "[Red:Notifica] Nuovo commento di %2\$s alla conversazione #%1\$d"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha commentato un elemento che stavi seguendo."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Visita %s per leggere o commentare la conversazione."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notifica] %s ha scritto sulla tua bacheca"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha scritto sulla bacheca del tuo profilo su %3\$s"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s ha scritto sulla [zrl=%3\$s]tua bacheca[/zrl]"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notifica] %s ti ha taggato"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s ti ha taggato su %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]ti ha taggato[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notifica] %1\$s ti ha mandato un poke"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s ti ha mandato un poke su %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]ti ha mandato un poke[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notifica] %s ha taggato il tuo articolo"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha taggato il tuo articolo su %3\$s"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha taggato [zrl=%3\$s]il tuo articolo[/zrl]"; -$a->strings["[Red:Notify] Introduction received"] = "[Red:Notifica] Hai una richiesta di amicizia"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, hai ricevuto una richiesta di entrare in contatto da '%2\$s' su %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, hai ricevuto una [zrl=%2\$s]richiesta di entrare in contatto[/zrl] da %3\$s."; -$a->strings["You may visit their profile at %s"] = "Puoi visitare il suo profilo su %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Visita %s per approvare o rifiutare la richiesta di entrare in contatto."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notifica] Ti è stato suggerito un amico"; -$a->strings["%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["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["%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"] = "Entra in contatto"; -$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["Exammple: name=fred and country=iceland"] = "Per esempio: name=mario e country=italy"; -$a->strings["Advanced Find"] = "Ricerca avanzata"; -$a->strings["%d connection in common"] = array( - 0 => "%d contatto in comune", - 1 => "%d contatti in comune", -); -$a->strings["New Page"] = "Nuova pagina web"; -$a->strings["Click here to upgrade."] = "Clicca qui per aggiornare."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Questa operazione esce dai termini del tuo abbonamento."; -$a->strings["This action is not available under your subscription plan."] = "Questa operazione non è prevista dal tuo abbonamento."; -$a->strings["Permission denied"] = "Permesso negato"; -$a->strings["(Unknown)"] = "(Sconosciuto)"; -$a->strings["Item not found."] = "Elemento non trovato."; -$a->strings["Collection not found."] = "Insieme non trovato."; -$a->strings["Collection is empty."] = "L'insieme di canali è vuoto."; -$a->strings["Collection: %s"] = "Insieme: %s"; -$a->strings["Connection: %s"] = "Contatto: %s"; -$a->strings["Connection not found."] = "Contatto non trovato."; -$a->strings["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["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["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "L'identificativo di sicurezza del modulo che hai riempito non è corretto. Probabilmente è accaduto perché la pagina è stata tenuta aperta troppo a lungo (ore?) prima di inviare il contenuto."; -$a->strings["Embedded content"] = "Contenuti incorporati"; -$a->strings["Embedding disabled"] = "Contenuti incorporati - funzione disabilitata"; +$a->strings["General Features"] = "Funzionalità generali"; +$a->strings["Content Expiration"] = "Scadenza"; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Elimina gli articoli, i commenti o i messaggi privati dopo che è trascorso del tempo"; +$a->strings["Multiple Profiles"] = "Profili multipli"; +$a->strings["Ability to create multiple profiles"] = "Abilitazione a creare profili multipli"; +$a->strings["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["Extended Identity Sharing"] = "Condivisione avanzata dell'identità"; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Rendi nota la tua identità a tutti i siti internet. Se disabilitato, la tua identità sarà comunicata solo ai siti red matrix."; +$a->strings["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 imporre delle restrizioni e dei termini d'uso a chi segue il canale"; +$a->strings["Post Composition Features"] = "Modalità di scrittura articoli"; +$a->strings["Richtext Editor"] = "Editor grafico"; +$a->strings["Enable richtext editor"] = "Abilita l'editor grafico"; +$a->strings["Post Preview"] = "Anteprima articolo"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Abilita l'anteprima degli articoli e dei commenti prima di pubblicarli"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Importa automaticamente il contenuto del canale da altri canali o feed"; +$a->strings["Even More Encryption"] = "Crittografia addizionale"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Rendi possibile la crittografia dei contenuti tra mittente e destinatari con una chiave segreta"; +$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["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["Can view my \"public\" stream and posts"] = "Può vedere i miei contenuti \"pubblici\""; $a->strings["Can view my \"public\" channel profile"] = "Può vedere il profilo del mio canale \"pubblico\""; $a->strings["Can view my \"public\" photo albums"] = "Può vedere il mio album fotografico \"pubblico\""; @@ -760,32 +665,191 @@ $a->strings["Can write to my \"public\" file storage"] = "Può scrivere sul mio $a->strings["Can edit my \"public\" pages"] = "Può modificare le mie pagine web \"pubbliche\""; $a->strings["Can source my \"public\" posts in derived channels"] = "Può aggiungere i miei post \"pubblici\" a un suo canale derivato"; $a->strings["Somewhat advanced - very useful in open communities"] = "Piuttosto avanzato - molto utile nelle comunità aperte"; -$a->strings["Can send me bookmarks"] = "Può inviarmi dei segnalibri"; $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["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["No channel."] = "Nessun canale."; -$a->strings["Common connections"] = "Contatti in comune"; -$a->strings["No connections in common."] = "Nessun contatto in comune."; -$a->strings["Event title and start time are required."] = "Sono necessari il titolo e l'ora d'inizio dell'evento."; -$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["hour:minute"] = "ora:minuti"; -$a->strings["Event details"] = "Dettagli evento"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Il formato è %s %s. L'inizio e il titolo sono obbligatori."; -$a->strings["Event Starts:"] = "Inizio:"; -$a->strings["Required"] = "Obbligatorio"; -$a->strings["Finish date/time is not known or not relevant"] = "La data/ora di fine non è rilevante"; -$a->strings["Event Finishes:"] = "Fine:"; -$a->strings["Adjust for viewer timezone"] = "Adatta al fuso orario di chi legge"; -$a->strings["Description:"] = "Descrizione:"; -$a->strings["Title:"] = "Titolo:"; -$a->strings["Share this event"] = "Condividi questo evento"; +$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"] = "Entra in contatto"; +$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["Exammple: name=fred and country=iceland"] = "Per esempio: name=mario e country=italy"; +$a->strings["Advanced Find"] = "Ricerca avanzata"; +$a->strings["%d connection in common"] = array( + 0 => "%d contatto in comune", + 1 => "%d contatti in comune", +); +$a->strings["Miscellaneous"] = "Altro"; +$a->strings["year"] = "anno"; +$a->strings["month"] = "mese"; +$a->strings["day"] = "giorno"; +$a->strings["never"] = "mai"; +$a->strings["less than a second ago"] = "meno di un secondo fa"; +$a->strings["years"] = "anni"; +$a->strings["months"] = "mesi"; +$a->strings["week"] = "settimana"; +$a->strings["weeks"] = "settimane"; +$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["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["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["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["Full Name:"] = "Nome completo:"; +$a->strings["j F, Y"] = "j F Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Compleanno:"; +$a->strings["Age:"] = "Età:"; +$a->strings["for %1\$d %2\$s"] = "per %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Preferenze sessuali:"; +$a->strings["Hometown:"] = "Città dove vivo:"; +$a->strings["Tags:"] = "Tag:"; +$a->strings["Political Views:"] = "Orientamento politico:"; +$a->strings["Religion:"] = "Religione:"; +$a->strings["About:"] = "Informazioni:"; +$a->strings["Hobbies/Interests:"] = "Interessi e hobby:"; +$a->strings["Likes:"] = "Mi piace:"; +$a->strings["Dislikes:"] = "Non mi piace:"; +$a->strings["Contact information and Social Networks:"] = "Contatti e social network:"; +$a->strings["My other channels:"] = "I miei altri canali:"; +$a->strings["Musical interests:"] = "Gusti musicali:"; +$a->strings["Books, literature:"] = "Libri, letteratura:"; +$a->strings["Television:"] = "Televisione:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film, danza, cultura, intrattenimento:"; +$a->strings["Love/Romance:"] = "Amore:"; +$a->strings["Work/employment:"] = "Lavoro:"; +$a->strings["School/education:"] = "Scuola:"; +$a->strings["Delete this item?"] = "Eliminare questo elemento?"; +$a->strings["show fewer"] = "riduci"; +$a->strings["+ Show More"] = "+ Mostra tutto"; +$a->strings["- Show Less"] = "- Mostra ridotto"; +$a->strings["Password too short"] = "Password troppo corta"; +$a->strings["Passwords do not match"] = "Le password non corrispondono"; +$a->strings["everybody"] = "tutti"; +$a->strings["Secret Passphrase"] = "Chiave segreta"; +$a->strings["Passphrase hint"] = "Suggerimento per la chiave segreta"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Nota: i permessi sono stati modificati ma non ancora salvati."; +$a->strings["close all"] = "chiudi tutto"; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; +$a->strings["ago"] = "fa"; +$a->strings["from now"] = "da adesso"; +$a->strings["less than a minute"] = "meno di un minuto"; +$a->strings["about a minute"] = "circa un minuto"; +$a->strings["%d minutes"] = "%d minuti"; +$a->strings["about an hour"] = "circa un’ora"; +$a->strings["about %d hours"] = "circa %d ore"; +$a->strings["a day"] = "un giorno"; +$a->strings["%d days"] = "%d giorni"; +$a->strings["about a month"] = "circa un mese"; +$a->strings["%d months"] = "%d mesi"; +$a->strings["about a year"] = "circa un anno"; +$a->strings["%d years"] = "%d anni"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["Channel not found."] = "Canale non trovato."; +$a->strings["Welcome to %s"] = "%s ti dà il benvenuto"; +$a->strings["Channel added."] = "Canale aggiunto."; +$a->strings["Public access denied."] = "Accesso pubblico negato."; +$a->strings["Age: "] = "Età:"; +$a->strings["Gender: "] = "Sesso:"; +$a->strings["Status: "] = "Stato:"; +$a->strings["Sexual Preference: "] = "Preferenza sessuale:"; +$a->strings["Homepage: "] = "Homepage:"; +$a->strings["Hometown: "] = "Città dove vivo:"; +$a->strings["About: "] = "Informazioni:"; +$a->strings["Keywords: "] = "Parole chiave:"; +$a->strings["Not found."] = "Non trovato."; +$a->strings["network"] = "rete"; +$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["Item not found"] = "Elemento non trovato"; +$a->strings["Edit Layout"] = "Modifica il layout"; +$a->strings["Delete layout?"] = "Vuoi eliminare questo layout?"; +$a->strings["Insert YouTube video"] = "Inserisci video da YouTube"; +$a->strings["Insert Vorbis [.ogg] video"] = "Inserisci video Vorbis [.ogg]"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Inserisci audio Vorbis [.ogg]"; +$a->strings["Delete Layout"] = "Elimina il layout"; +$a->strings["Hub not found."] = "Server non trovato."; +$a->strings["Fetching URL returns error: %1\$s"] = "La chiamata all'URL restituisce questo errore: %1\$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: "; +$a->strings["Remove"] = "Rimuovi"; +$a->strings["Add a Channel"] = "Aggiungi un canale"; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "I contenuti che pubblichi finiscono in un \"canale\". Un canale può essere usato per mantenere un tuo profilo personale, per avere un blog, per creare forum di discussione o gruppi di interesse, per pagine di celebrità e molto altro. Puoi creare quanti canali vuoi a meno di limiti dati dal gestore del sito."; +$a->strings["Channel Name"] = "Nome del canale"; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Per esempio: \"Mario Rossi\", \"Lisa e le sue ricette\", \"Il campionato\", \"Il gruppo di escursionismo\""; +$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 <a href=\"import\">import an existing channel</a> from another location"] = "Oppure <a href=\"import\">importa un tuo canale esistente</a> da un altro server/hub"; +$a->strings["Create"] = "Crea"; +$a->strings["Public Sites"] = "Siti pubblici"; +$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Gli indirizzi elencati permettono la registrazione su Red Matrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere tipi diversi di abbonamento. Potrai trovare maggiori informazioni al riguardo visitando ciascun sito."; +$a->strings["Site URL"] = "URL del sito"; +$a->strings["Access Type"] = "Tipo di accesso"; +$a->strings["Registration Policy"] = "Politica di registrazione"; +$a->strings["Location"] = "Luogo attuale"; +$a->strings["[Embedded content - reload page to view]"] = "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]"; +$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 saranno visibili agli altri canali"; +$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["Thing updated"] = "L'oggetto è stato aggiornato"; $a->strings["Object store: failed"] = "Impossibile memorizzare l'oggetto."; $a->strings["Thing added"] = "L'oggetto è stato aggiunto"; @@ -801,46 +865,245 @@ $a->strings["Name of thing e.g. something"] = "Nome dell'oggetto"; $a->strings["URL of thing (optional)"] = "Indirizzo web dell'oggetto"; $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["Total invitation limit exceeded."] = "Hai superato il numero massimo di inviti."; -$a->strings["%s : Not a valid email address."] = "%s: non è un indirizzo email valido."; -$a->strings["Please join us on Red"] = "Vieni con noi su Red"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Hai superato il numero massimo di inviti. Contatta l'amministratore se necessario."; -$a->strings["%s : Message delivery failed."] = "%s: la consegna del messaggio è fallita."; -$a->strings["%d message sent."] = array( - 0 => "%d messaggio inviato.", - 1 => "%d messaggi inviati.", -); -$a->strings["You have no more invitations available"] = "Non hai altri inviti disponibili"; -$a->strings["Send invitations"] = "Spedisci inviti"; -$a->strings["Enter email addresses, one per line:"] = "Inserisci gli indirizzi email, uno per riga:"; -$a->strings["Your message:"] = "Il tuo messaggio:"; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Questo è un invito cordiale ad unirti a me e ad altri miei amici stretti su Red Matrix - uno nuovo strumento di comunicazione decentralizzato e rivoluzionario."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Sarà necessario fornire questo codice invito: \$invite_code"; -$a->strings["Please visit my channel at"] = "Puoi visitare il mio canale su"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Una volta che avrai completato la registrazione (su QUALSIASI sito Red Matrix - sono tutti interconnessi), potrai connetterti al mio canale:"; -$a->strings["Click the [Register] link on the following page to join."] = "Fai clic su [Registrati] nella pagina seguente per iscriverti."; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Per saperne di più sul progetto Red Matrix e sul perché potrebbe cambiare internet per come la conosciamo, visita http://getzot.com"; -$a->strings["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["Invalid request identifier."] = "L'identificativo della richiesta non è valido."; +$a->strings["Discard"] = "Rifiuta"; +$a->strings["Ignore"] = "Ignora"; +$a->strings["No more system notifications."] = "Non ci sono nuove notifiche di sistema."; +$a->strings["System Notifications"] = "Notifiche di sistema"; +$a->strings["Invalid item."] = "Elemento non valido."; +$a->strings["Page not found."] = "Pagina non trovata."; $a->strings["Messages"] = "Messaggi"; -$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["Message not found."] = "Messaggio non trovato."; +$a->strings["Conversation removed."] = "Conversazione rimossa."; +$a->strings["No messages."] = "Nessun messaggio."; $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 <strong>may</strong> be able to respond from the sender's profile page."] = "Non è disponibile alcun sistema per comunicare in modo sicuro. Puoi verificare se <strong>eventualmente</strong> è possibile rispondere dalla pagina del profilo del mittente."; -$a->strings["Send Reply"] = "Invia la risposta"; +$a->strings["D, d M Y - g:i A"] = "D d M Y - G:i"; +$a->strings["Edit post"] = "Modifica articolo"; +$a->strings["Finding:"] = "Ricerca:"; +$a->strings["next page"] = "pagina succ."; +$a->strings["previous page"] = "pagina prec."; +$a->strings["No entries (some entries may be hidden)."] = "Nessun risultato (qualcosa potrebbe essere nascosto)."; +$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["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 Red magic-auth if available"] = "Usa l'autenticazione magica di Red, 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["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 o 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à connettersi:"; +$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["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 è un sito nuovo, riprova tra 24 ore."; +$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: "] = "Connessione:"; +$a->strings["Invalid connection."] = "Connessione non valida."; +$a->strings["Version %s"] = "Versione %s"; +$a->strings["Installed plugins/addons/apps:"] = "App e componenti aggiuntivi instalati:"; +$a->strings["No installed plugins/addons/apps"] = "Nessuna app o componente aggiuntivo installato"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Questo è un hub di Red Matrix - una rete cooperativa e decentralizzata di siti con elevato livello di privacy. "; +$a->strings["Running at web location"] = "In esecuzione sull'indirizzo web"; +$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Visita <a href=\"http://getzot.com\">GetZot.com</a> per scoprire il progetto Red Matrix."; +$a->strings["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["Bookmark added"] = "Segnalibro aggiunto"; +$a->strings["My Bookmarks"] = "I miei segnalibri"; +$a->strings["My Connections Bookmarks"] = "I segnalibri dei miei contatti"; +$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["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["Unable to find your hub."] = "Impossibile raggiungere il tuo hub."; +$a->strings["Post successful."] = "Inviato!"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s"; +$a->strings["toggle full screen mode"] = "attiva/disattiva schermo intero"; +$a->strings["invalid target signature"] = "la firma riscontrata non è valida"; +$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["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["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["Upload"] = "Carica"; +$a->strings["or"] = "o"; +$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["Block Name"] = "Nome del riquadro"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "L'autenticazione remota non è disponibile. Hai accesso solamente a questo sito. Puoi provare ad uscire per tentare di nuovo."; +$a->strings["Welcome %s. Remote authentication successful."] = "Ciao %s. La tua autenticazione da remoto è avvenuta con successo."; +$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["Download"] = "Scaricamento dati"; +$a->strings["Used: "] = "Usato:"; +$a->strings["[directory]"] = "[cartella]"; +$a->strings["Limit: "] = "Limite:"; +$a->strings["Remote privacy information not available."] = "Le informazioni remote sulla privacy non sono disponibili."; +$a->strings["Visible to:"] = "Visibile a:"; +$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["%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["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."; +$a->strings["Failed to update connection record."] = "Impossibile aggiornare le informazioni del 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."; +$a->strings["Channel has been unblocked"] = "Il canale è stato sbloccato"; +$a->strings["Channel has been blocked"] = "Il canale è stato bloccato"; +$a->strings["Unable to set address book parameters."] = "Impossibile impostare i parametri della rubrica."; +$a->strings["Channel has been unignored"] = "Il canale non sarà più ignorato"; +$a->strings["Channel has been ignored"] = "Il canale sarà ignorato"; +$a->strings["Channel has been unarchived"] = "Il canale non è più archiviato"; +$a->strings["Channel has been archived"] = "Il canale è stato archiviato"; +$a->strings["Channel has been unhidden"] = "Il canale non è più nascosto"; +$a->strings["Channel has been hidden"] = "Il canale è stato nascosto"; +$a->strings["Channel has been approved"] = "Il canale è stato approvato"; +$a->strings["Channel has been unapproved"] = "Il canale non è più approvato"; +$a->strings["Connection has been removed."] = "Il contatto è stato rimosso."; +$a->strings["View %s's profile"] = "Guarda il profilo di %s"; +$a->strings["Refresh Permissions"] = "Aggiorna i permessi"; +$a->strings["Fetch updated permissions"] = "Scarica i permessi aggiornati"; +$a->strings["Recent Activity"] = "Attività recenti"; +$a->strings["View recent posts and comments"] = "Leggi i post recenti e i commenti"; +$a->strings["Unblock"] = "Sblocca"; +$a->strings["Block"] = "Blocca"; +$a->strings["Block or Unblock this connection"] = "Per bloccare o meno questo contatto"; +$a->strings["Unignore"] = "Non ignorare"; +$a->strings["Ignore or Unignore this connection"] = "Per ignorare o meno questo contatto"; +$a->strings["Unarchive"] = "Non archiviare"; +$a->strings["Archive"] = "Archivia"; +$a->strings["Archive or Unarchive this connection"] = "Per archiviare o meno questo contatto"; +$a->strings["Unhide"] = "Non nascondere"; +$a->strings["Hide"] = "Nascondi"; +$a->strings["Hide or Unhide this connection"] = "Per nascondere o meno questo contatto"; +$a->strings["Delete this connection"] = "Elimina questo contatto"; +$a->strings["Approve this connection"] = "Approva questo contatto"; +$a->strings["Accept connection to allow communication"] = "Entra in contatto per poter comunicare"; +$a->strings["Automatic Permissions Settings"] = "Permessi predefiniti"; +$a->strings["Connections: settings for %s"] = "Contatti: impostazioni per %s"; +$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = "Hai ricevuto da un canale una richiesta di entrare in contatto, se prosegui la richiesta sarà approvata e saranno applicati i permessi mostrati. Lascia questa pagina se non vuoi proseguire."; +$a->strings["Slide to adjust your degree of friendship"] = "Trascina per restringere il grado di amicizia da mostrare"; +$a->strings["inherited"] = "derivato"; +$a->strings["Connection has no individual permissions!"] = "Non hai assegnato permessi individuali a questo contatto!"; +$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "Questo corrisponde alle tue <a href='settings'>impostazioni di privacy</a>, ma puoi anche dare un'occhiata ai 'Permessi avanzati' per opzioni più dettagliate."; +$a->strings["Profile Visibility"] = "Visibilità del profilo"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro."; +$a->strings["Contact Information / Notes"] = "Informazioni e annotazioni sul contatto"; +$a->strings["Edit contact notes"] = "Modifica le informazioni sul contatto"; +$a->strings["Their Settings"] = "Permessi concessi a te"; +$a->strings["My Settings"] = "I permessi che concedo"; +$a->strings["Clear/Disable Automatic Permissions"] = "Rimuovi/disabilita i permessi automatici"; +$a->strings["Forum Members"] = "Membro di un forum"; +$a->strings["Soapbox"] = "Comunicati e annunci"; +$a->strings["Full Sharing (typical social network permissions)"] = "Condivisione completa (permessi tipici dei social network)"; +$a->strings["Cautious Sharing "] = "Condivisione prudente"; +$a->strings["Follow Only"] = "Follower"; +$a->strings["Individual Permissions"] = "Permessi individuali"; +$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = "I permessi nelle <a href=\"settings\">impostazioni di privacy</a> hanno priorità su quelli mostrati in questa pagina. Non avrà alcun effetto cambiarli qui, se sono indicati come derivati."; +$a->strings["Advanced Permissions"] = "Permessi avanzati"; +$a->strings["Simple Permissions (select one and submit)"] = "Permessi semplificati (seleziona e salva)"; +$a->strings["Visit %s's profile - %s"] = "Guarda il profilo di %s - %s"; +$a->strings["Block/Unblock contact"] = "Blocca/sblocca contatto"; +$a->strings["Ignore contact"] = "Ignora il contatto"; +$a->strings["Repair URL settings"] = "Ripara le impostazioni URL"; +$a->strings["View conversations"] = "Leggi le conversazioni"; +$a->strings["Delete contact"] = "Elimina contatto"; +$a->strings["Last update:"] = "Ultimo aggiornamento:"; +$a->strings["Update public posts"] = "Aggiorna gli articoli pubblici"; +$a->strings["Update now"] = "Aggiorna adesso"; +$a->strings["Currently blocked"] = "Attualmente bloccato"; +$a->strings["Currently ignored"] = "Attualmente ignorato"; +$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 <strong>may</strong> still be visible"] = "Le risposte ai tuoi articoli pubblici <strong>potrebbero</strong> restare comunque visibili"; +$a->strings["This site is not a directory server"] = "Questo sito non fornisce l'elenco generale dei canali"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Non è possibile effettuare login con l'OpenID che hai fornito. Per favore controlla che sia scritto correttamente."; +$a->strings["The error message was:"] = "Messaggio di errore ricevuto:"; +$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["Item not available."] = "Elemento non disponibile."; +$a->strings["Item is not editable"] = "L'elemento non è modificabile"; +$a->strings["Delete item?"] = "Eliminare questo elemento?"; $a->strings["Name is required"] = "Il nome è obbligatorio"; $a->strings["Key and Secret are required"] = "Chiave e Segreto sono richiesti"; -$a->strings["Update"] = "Aggiorna"; $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."; @@ -898,10 +1161,7 @@ $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"] = "Pubblica il mio profilo predefinito sull'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 potenziale 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"; @@ -927,7 +1187,6 @@ $a->strings["0 or blank prevents expiration"] = "Lascia vuoto oppure 0 per non i $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["(click to open/close)"] = "(clicca per aprire/chiudere)"; $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"; @@ -949,6 +1208,290 @@ $a->strings["Change the behaviour of this account for special situations"] = "Ca $a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Abilita la modalità esperto per fare cambiamenti! (in <a href=\"settings/features\">Impostazioni > Funzionalità aggiuntive</a>)"; $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["Red Matrix Server - Setup"] = "Red Matrix 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/database.sql\" manually using phpmyadmin or mysql."] = "Potresti dover importare il file 'install/database.sql' manualmente usando phpmyadmin o mysql."; +$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 Red Matrix è 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["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 PHP module"] = "modulo PHP mysqli"; +$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 PHP module required but not installed."] = "Errore: il modulo mysqli di PHP è 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 principale del tuo web server ma non è in grado di farlo."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di Red."; +$a->strings["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 view/tpl/smarty3/ under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura alla cartella view/tpl/smarty3/ sotto la cartella di installazione di Red."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione come un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."; +$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente per view/tpl/smarty3/ non per tutti i file di template (.tpl) che contiene."; +$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 è scrivibile"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red usa un archivio per salvare i file caricati. Il server deve avere i diritti di scrittura sulla cartella dell'archivio che si trova dentro la cartella principale di Red"; +$a->strings["store is writable"] = "l'archivio è scrivibile"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Il certificato SSL non può essere validato. Correggi l'errore o disabilita l'accesso https al sito."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se abiliti https per il tuo sito o permetti connessioni TCP su port 443 (quella di https), DEVI usare un certificato riconosciuto dai browser internet. NON DEVI usare certificati generati da te!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server."; +$a->strings["If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se il tuo certificato non è riconosciuto, gli utenti che ti seguono da altri siti (che avranno certificati validi) riceveranno un avviso su possibili problemi di sicurezza."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ciò può creare problemi di usabilità molto gravi (non solo sul tuo sito), quindi dobbiamo insistere su questo punto."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Eventualmente, considera che esistono provider che rilasciano certificati gratuiti riconosciuti dai browser."; +$a->strings["SSL certificate validation"] = "Validazione del certificato SSL"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server."; +$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["<h1>What next</h1>"] = "<h1>I prossimi passi</h1>"; +$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["Event title and start time are required."] = "Sono necessari il titolo e l'ora d'inizio dell'evento."; +$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["hour:minute"] = "ora:minuti"; +$a->strings["Event details"] = "Dettagli evento"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Il formato è %s %s. L'inizio e il titolo sono obbligatori."; +$a->strings["Event Starts:"] = "Inizio:"; +$a->strings["Required"] = "Obbligatorio"; +$a->strings["Finish date/time is not known or not relevant"] = "La data/ora di fine non è rilevante"; +$a->strings["Event Finishes:"] = "Fine:"; +$a->strings["Adjust for viewer timezone"] = "Adatta al fuso orario di chi legge"; +$a->strings["Description:"] = "Descrizione:"; +$a->strings["Title:"] = "Titolo:"; +$a->strings["Share this event"] = "Condividi questo evento"; +$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["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Hai usato %1$.2f Mb di %2$.2f Mb disponibili per le foto."; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Hai usato %1$.2f Mb di spazio per le foto."; +$a->strings["Upload Photos"] = "Carica foto"; +$a->strings["New album name: "] = "Nome del nuovo album: "; +$a->strings["or existing album name: "] = "o nome di un album esistente: "; +$a->strings["Do not show a status post for this upload"] = "Non creare un messaggio di stato per questo caricamento"; +$a->strings["Contact Photos"] = "Foto dei contatti"; +$a->strings["Edit Album"] = "Modifica album"; +$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["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["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["New album name"] = "Nuovo nome dell'album"; +$a->strings["Caption"] = "Titolo"; +$a->strings["Add a Tag"] = "Aggiungi tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Per esempio: @luca, @Maria_Bianchi, @bob@example.com, #California, #camping"; +$a->strings["In This Photo:"] = "In questa foto:"; +$a->strings["View Album"] = "Guarda l'album"; +$a->strings["Recent Photos"] = "Foto recenti"; +$a->strings["Help:"] = "Guida:"; +$a->strings["Not Found"] = "Non disponibile"; +$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["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 può essere 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 <em>Settings</em> page after successful login."] = "Puoi cambiare la tua password dalla pagina delle <em>Impostazioni</em> 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["Remove This Channel"] = "Elimina questo canale"; +$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Questo comando rimuoverà completamente il canale che stai usando. Una volta fatto non sarà più possibile ripristinarlo."; +$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:"; +$a->strings["Remove this channel and all its clones from the network"] = "Rimuovi questo canale e tutti i suoi cloni dalla rete"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni"; +$a->strings["Remove Channel"] = "Elimina questo canale"; +$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["Add"] = "Aggiungi"; +$a->strings["No entries."] = "Nessun risultato."; +$a->strings["Help with this feature"] = "La guida per questa funzionalità"; +$a->strings["Layout Name"] = "Nome layout"; +$a->strings["Blocked"] = "Bloccati"; +$a->strings["Ignored"] = "Ignorati"; +$a->strings["Hidden"] = "Nascosti"; +$a->strings["Archived"] = "Archiviati"; +$a->strings["All"] = "Tutti"; +$a->strings["Unconnected"] = "Non connesso"; +$a->strings["Suggest new connections"] = "Suggerisci nuovi contatti"; +$a->strings["New Connections"] = "Nuovi contatti"; +$a->strings["Show pending (new) connections"] = "Richieste di contatto in attesa"; +$a->strings["Show all connections"] = "Mostra tutti i contatti"; +$a->strings["Unblocked"] = "Non bloccati"; +$a->strings["Only show unblocked connections"] = "Mostra solo i contatti non bloccati"; +$a->strings["Only show blocked connections"] = "Mostra solo i contatti bloccati"; +$a->strings["Only show ignored connections"] = "Mostra solo i contatti ignorati"; +$a->strings["Only show archived connections"] = "Mostra solo i contatti archiviati"; +$a->strings["Only show hidden connections"] = "Mostra solo i contatti nascosti"; +$a->strings["Only show one-way connections"] = "Mostra solo i contatti non ricambiati"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit contact"] = "Modifica il contatto"; +$a->strings["Search your connections"] = "Cerca tra i contatti"; +$a->strings["Finding: "] = "Ricerca: "; +$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."] = "Per ciascuna opzione, scegli se vuoi rendere questo server il tuo indirizzo primario, oppure se preferisci che lo rimanga il vecchio. Potrai pubblicare da entrambi i server, ma solamente uno sarà marcato come primario per i tuoi file, foto, ecc."; +$a->strings["Make this hub my primary location"] = "Rendi questo server il mio indirizzo primario"; +$a->strings["Mood"] = "Umore"; +$a->strings["Set your current mood and tell your friends"] = "Scegli il tuo umore attuale per mostrarlo agli amici"; +$a->strings["Room not found"] = "Chat non trovata"; +$a->strings["Leave Room"] = "Lascia la chat"; +$a->strings["Delete This Room"] = "Elimina questa chat"; +$a->strings["I am away right now"] = "Non sono presente al momento"; +$a->strings["I am online"] = "Sono online"; +$a->strings["Bookmark this room"] = "Aggiungi chat ai segnalibri"; +$a->strings["New Chatroom"] = "Nuova chat"; +$a->strings["Chatroom Name"] = "Nome della chat"; +$a->strings["%1\$s's Chatrooms"] = "Le chat di %1\$s"; +$a->strings["Edit Block"] = "Modifica il riquadro"; +$a->strings["Delete block?"] = "Vuoi eliminare questo riquadro?"; +$a->strings["Delete Block"] = "Elimina il riquadro"; +$a->strings["Profile Match"] = "Profili corrispondenti"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Nessuna parola chiave per le ricerche. Aggiungi parole chiave al tuo profilo predefinito."; +$a->strings["is interested in:"] = "interessi personali:"; +$a->strings["No matches"] = "Nessun risultato"; +$a->strings["Away"] = "Assente"; +$a->strings["Online"] = "Online"; +$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["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 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["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 (%s):"] = "Compleanno (%s):"; +$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["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> 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 <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet."; +$a->strings["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["Menu updated."] = "Menù aggiornato."; $a->strings["Unable to update menu."] = "Impossibile aggiornare il menù."; $a->strings["Menu created."] = "Menù creato."; @@ -966,118 +1509,49 @@ $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 menu"; -$a->strings["Create"] = "Crea"; -$a->strings["Menu not found."] = "Menù non trovato."; $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["Modify"] = "Modifica"; -$a->strings["Not found."] = "Non trovato."; -$a->strings["View"] = "Guarda"; -$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["No installed applications."] = "Nessuna app installata."; -$a->strings["Applications"] = "Applicazioni"; -$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["OpenID protocol error. No ID returned."] = "Errore del protocollo OpenID. Nessun ID ricevuto in risposta."; $a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Accesso a Red Matrix. Inserisci l'email con cui sei registrato e la password."; -$a->strings["Bookmark added"] = "Segnalibro aggiunto"; -$a->strings["My Bookmarks"] = "I miei segnalibri"; -$a->strings["My Connections Bookmarks"] = "I segnalibri dei miei contatti"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s"; -$a->strings["[Embedded content - reload page to view]"] = "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]"; -$a->strings["Channel not found."] = "Canale non trovato."; -$a->strings["toggle full screen mode"] = "attiva/disattiva schermo intero"; -$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["network"] = "rete"; -$a->strings["Public access denied."] = "Accesso pubblico negato."; +$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["Message not found."] = "Messaggio non trovato."; +$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 <strong>may</strong> be able to respond from the sender's profile page."] = "Non è disponibile alcun sistema per comunicare in modo sicuro. Puoi verificare se <strong>eventualmente</strong> è possibile rispondere dalla pagina del profilo del mittente."; +$a->strings["Send Reply"] = "Invia la risposta"; +$a->strings["App installed."] = "App installata"; +$a->strings["Malformed app."] = "App non corretta"; +$a->strings["Embed code"] = "Inserisci del codice"; +$a->strings["Create App"] = "Crea una app"; +$a->strings["Name of app"] = "Nome app"; +$a->strings["Location (URL) of app"] = "Indirizzo (URL) della app"; +$a->strings["Description"] = "Descrizione"; +$a->strings["Photo icon URL"] = "URL icona"; +$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixel - facoltativa"; +$a->strings["Version ID"] = "ID versione"; +$a->strings["Price of app"] = "Prezzo app"; +$a->strings["Location (URL) to purchase app"] = "Indirizzo (URL) per acquistare la app"; +$a->strings["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["No connections."] = "Nessun contatto."; $a->strings["Visit %s's profile [%s]"] = "Visita il profilo di %s [%s]"; $a->strings["View Connnections"] = "Guarda i contatti"; -$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: "; -$a->strings["Remove"] = "Rimuovi"; -$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 o 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à connettersi:"; -$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["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["Add"] = "Aggiungi"; -$a->strings["No entries."] = "Nessun risultato."; -$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["Item not available."] = "Elemento non disponibile."; -$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["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["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["Link text"] = "Testo del link"; -$a->strings["URL of link"] = "Indirizzo del link"; -$a->strings["Use Red magic-auth if available"] = "Usa l'autenticazione magica di Red, se disponibile"; -$a->strings["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["invalid target signature"] = "la firma riscontrata non è valida"; -$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["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 saranno visibili agli altri canali"; -$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["Theme settings updated."] = "Le impostazioni del tema sono state aggiornate."; $a->strings["Site"] = "Sito"; $a->strings["Accounts"] = "Accounts"; @@ -1098,13 +1572,11 @@ $a->strings["Version"] = "Versione"; $a->strings["Active plugins"] = "Plugin attivi"; $a->strings["Site settings updated."] = "Impostazioni del sito aggiornate."; $a->strings["No special theme for accessibility"] = "Nessun tema speciale per l'accessibilità"; -$a->strings["Closed"] = "Chiusa"; -$a->strings["Requires approval"] = "Richiede l'approvazione"; -$a->strings["Open"] = "Aperta"; -$a->strings["Private"] = "Privato"; -$a->strings["Paid Access"] = "Servizio a pagamento"; -$a->strings["Free Access"] = "Servizio gratuito"; -$a->strings["Tiered Access"] = "Accesso multilivello"; +$a->strings["Yes - with approval"] = "Sì - con approvazione"; +$a->strings["My site is not a public server"] = "Non è un server pubblico"; +$a->strings["My site has paid access only"] = "È un servizio a pagamento"; +$a->strings["My site has free access only"] = "È un servizio gratuito"; +$a->strings["My site offers free accounts with optional paid upgrades"] = "È un servizio gratuito con opzioni aggiuntive a pagamento"; $a->strings["Registration"] = "Registrazione"; $a->strings["File upload"] = "Caricamento file"; $a->strings["Policies"] = "Politiche"; @@ -1123,8 +1595,8 @@ $a->strings["Channel to use for this website's static pages"] = "Canale da usare $a->strings["Site Channel"] = "Canale del sito"; $a->strings["Maximum image size"] = "Dimensione massima immagini"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Massima dimensione in byte delle immagini caricate. Il default è 0, cioè nessun limite."; -$a->strings["Register policy"] = "Politica di registrazione"; -$a->strings["Access policy"] = "Tipo di accesso"; +$a->strings["Does this site allow new member registration?"] = "Questo sito permette a nuovi utenti di registrarsi?"; +$a->strings["Which best describes the types of account offered by this hub?"] = "Come descriveresti il tipo di servizio proposto da questo server?"; $a->strings["Register text"] = "Testo diregistrazione"; $a->strings["Will be displayed prominently on the registration page."] = "Sarà mostrato ben visibile nella pagina di registrazione."; $a->strings["Accounts abandoned after x days"] = "Account abbandonati dopo X giorni"; @@ -1184,8 +1656,6 @@ $a->strings["Request date"] = "Data richiesta"; $a->strings["No registrations."] = "Nessuna registrazione."; $a->strings["Approve"] = "Approva"; $a->strings["Deny"] = "Nega"; -$a->strings["Block"] = "Blocca"; -$a->strings["Unblock"] = "Sblocca"; $a->strings["Register date"] = "Data registrazione"; $a->strings["Last login"] = "Ultimo accesso"; $a->strings["Expires"] = "Con scadenza"; @@ -1207,7 +1677,6 @@ $a->strings["Channel '%s' censored"] = "Applicata una censura al canale '%s'"; $a->strings["Censor"] = "Applica una censura"; $a->strings["Uncensor"] = "Rimuovi la censura"; $a->strings["UID"] = "UID"; -$a->strings["Address"] = "Indirizzo"; $a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "I canali selezionati saranno rimossi!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questi canali sarà irreversibilmente eliminato!\\n\\nVuoi confermare?"; $a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Il canale {0} sarà rimosso!\\n\\nTutto ciò che è stato pubblicato su questo server tramite questo canale sarà irreversibilmente eliminato!\\n\\nVuoi confermare?"; $a->strings["Plugin %s disabled."] = "Plugin %s non attivo."; @@ -1227,438 +1696,6 @@ $a->strings["Debugging"] = "Debugging"; $a->strings["Log file"] = "File di log"; $a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Deve essere scrivibile dal web server. È relativa alla cartella dove è installato Red."; $a->strings["Log level"] = "Livello di log"; -$a->strings["- select -"] = "- scegli -"; -$a->strings["Welcome to %s"] = "%s ti dà il benvenuto"; -$a->strings["Red Matrix Server - Setup"] = "Red Matrix 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/database.sql\" manually using phpmyadmin or mysql."] = "Potresti dover importare il file 'install/database.sql' manualmente usando phpmyadmin o mysql."; -$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 Red Matrix è 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["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 PHP module"] = "modulo PHP mysqli"; -$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 PHP module required but not installed."] = "Errore: il modulo mysqli di PHP è 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 principale del tuo web server ma non è in grado di farlo."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Spesso ciò è dovuto ai permessi di accesso al disco: il web server potrebbe non aver diritto di scrivere il file nella cartella, anche se tu puoi."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Alla fine di questa procedura ti sarà dato il testo da salvare in un file di nome .htconfig.php dentro la cartella principale di Red."; -$a->strings["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 view/tpl/smarty3/ under the Red top level folder."] = "Per poter memorizzare i template compilati, il web server deve avere accesso in scrittura alla cartella view/tpl/smarty3/ sotto la cartella di installazione di Red."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Assicurati che il tuo web server sia in esecuzione come un utente che ha diritto di scrittura su quella cartella (ad esempio www-data)."; -$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Nota bene: come precauzione, dovresti dare i diritti di scrittura solamente per view/tpl/smarty3/ non per tutti i file di template (.tpl) che contiene."; -$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 è scrivibile"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red usa un archivio per salvare i file caricati. Il server deve avere i diritti di scrittura sulla cartella dell'archivio che si trova dentro la cartella principale di Red"; -$a->strings["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 use https access, you MUST use a certification instance known by all internet browsers. You MUST NOT use self-signed certificates!"] = "Se abiliti https, DEVI usare un certificato riconosciuto da tutti i browser internet. NON DEVI usare certificati self-signed!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub. If your"] = "Questa restrizione è necessaria perché i tuoi post pubblici potrebbero contenere riferimenti a immagini sul tuo server, per esempio."; -$a->strings["certificate is not known by the internet browser of users they get a warning message complaining about some security issues. Although"] = "Se il tuo certificato non è riconosciuto dai browser, chi ti legge riceverà degli avvisi di sicurezza."; -$a->strings["these complains are not the real truth - there are no security issues with your encryption! - the users may be confused, nerved or even"] = "Anche se questi avvisi non indicano problemi reali - la tua crittografia non ha veramente problemi di sicurezza! - gli utenti potrebbero restarne confusi o preoccupati."; -$a->strings["worse may become scared about redmatrix having security issues. Use one of the free certification instances!"] = "Oppure potrebbero anche pensare che sia redmatrix in generale ad avere problemi di sicurezza. Puoi usare un certificato gratuito!"; -$a->strings["SSL certificate validation"] = "Validazione del certificato SSL"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "In .htaccess la funzionalità url rewrite non funziona. Controlla la configurazione del server."; -$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["<h1>What next</h1>"] = "<h1>I prossimi passi</h1>"; -$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["Age: "] = "Età:"; -$a->strings["Gender: "] = "Sesso:"; -$a->strings["Finding:"] = "Ricerca:"; -$a->strings["next page"] = "pagina succ."; -$a->strings["previous page"] = "pagina prec."; -$a->strings["No entries (some entries may be hidden)."] = "Nessun risultato (qualcosa potrebbe essere nascosto)."; -$a->strings["Remote privacy information not available."] = "Le informazioni remote sulla privacy non sono disponibili."; -$a->strings["Visible to:"] = "Visibile a:"; -$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."; -$a->strings["Failed to update connection record."] = "Impossibile aggiornare le informazioni del 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."; -$a->strings["Channel has been unblocked"] = "Il canale è stato sbloccato"; -$a->strings["Channel has been blocked"] = "Il canale è stato bloccato"; -$a->strings["Unable to set address book parameters."] = "Impossibile impostare i parametri della rubrica."; -$a->strings["Channel has been unignored"] = "Il canale non sarà più ignorato"; -$a->strings["Channel has been ignored"] = "Il canale sarà ignorato"; -$a->strings["Channel has been unarchived"] = "Il canale non è più archiviato"; -$a->strings["Channel has been archived"] = "Il canale è stato archiviato"; -$a->strings["Channel has been unhidden"] = "Il canale non è più nascosto"; -$a->strings["Channel has been hidden"] = "Il canale è stato nascosto"; -$a->strings["Channel has been approved"] = "Il canale è stato approvato"; -$a->strings["Channel has been unapproved"] = "Il canale non è più approvato"; -$a->strings["Connection has been removed."] = "Il contatto è stato rimosso."; -$a->strings["View %s's profile"] = "Guarda il profilo di %s"; -$a->strings["Refresh Permissions"] = "Aggiorna i permessi"; -$a->strings["Fetch updated permissions"] = "Scarica i permessi aggiornati"; -$a->strings["Recent Activity"] = "Attività recenti"; -$a->strings["View recent posts and comments"] = "Leggi i post recenti e i commenti"; -$a->strings["Block or Unblock this connection"] = "Per bloccare o meno questo contatto"; -$a->strings["Unignore"] = "Non ignorare"; -$a->strings["Ignore"] = "Ignora"; -$a->strings["Ignore or Unignore this connection"] = "Per ignorare o meno questo contatto"; -$a->strings["Unarchive"] = "Non archiviare"; -$a->strings["Archive"] = "Archivia"; -$a->strings["Archive or Unarchive this connection"] = "Per archiviare o meno questo contatto"; -$a->strings["Unhide"] = "Non nascondere"; -$a->strings["Hide"] = "Nascondi"; -$a->strings["Hide or Unhide this connection"] = "Per nascondere o meno questo contatto"; -$a->strings["Delete this connection"] = "Elimina questo contatto"; -$a->strings["Unknown"] = "Sconosciuto"; -$a->strings["Approve this connection"] = "Approva questo contatto"; -$a->strings["Accept connection to allow communication"] = "Entra in contatto per poter comunicare"; -$a->strings["Automatic Permissions Settings"] = "Permessi predefiniti"; -$a->strings["Connections: settings for %s"] = "Contatti: impostazioni per %s"; -$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = "Hai ricevuto da un canale una richiesta di entrare in contatto, se prosegui la richiesta sarà approvata e saranno applicati i permessi mostrati. Lascia questa pagina se non vuoi proseguire."; -$a->strings["Slide to adjust your degree of friendship"] = "Trascina per restringere il grado di amicizia da mostrare"; -$a->strings["inherited"] = "derivato"; -$a->strings["Connection has no individual permissions!"] = "Non hai assegnato permessi individuali a questo contatto!"; -$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "Questo corrisponde alle tue <a href='settings'>impostazioni di privacy</a>, ma puoi anche dare un'occhiata ai 'Permessi avanzati' per opzioni più dettagliate."; -$a->strings["Profile Visibility"] = "Visibilità del profilo"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro."; -$a->strings["Contact Information / Notes"] = "Informazioni e annotazioni sul contatto"; -$a->strings["Edit contact notes"] = "Modifica le informazioni sul contatto"; -$a->strings["Their Settings"] = "Permessi concessi a te"; -$a->strings["My Settings"] = "I permessi che concedo"; -$a->strings["Forum Members"] = "Membro di un forum"; -$a->strings["Soapbox"] = "Comunicati e annunci"; -$a->strings["Full Sharing (typical social network permissions)"] = "Condivisione completa (permessi tipici dei social network)"; -$a->strings["Cautious Sharing "] = "Condivisione prudente"; -$a->strings["Follow Only"] = "Follower"; -$a->strings["Individual Permissions"] = "Permessi individuali"; -$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = "I permessi nelle <a href=\"settings\">impostazioni di privacy</a> hanno priorità su quelli mostrati in questa pagina. Non avrà alcun effetto cambiarli qui, se sono indicati come derivati."; -$a->strings["Advanced Permissions"] = "Permessi avanzati"; -$a->strings["Simple Permissions (select one and submit)"] = "Permessi semplificati (seleziona e salva)"; -$a->strings["Visit %s's profile - %s"] = "Guarda il profilo di %s - %s"; -$a->strings["Block/Unblock contact"] = "Blocca/sblocca contatto"; -$a->strings["Ignore contact"] = "Ignora il contatto"; -$a->strings["Repair URL settings"] = "Ripara le impostazioni URL"; -$a->strings["View conversations"] = "Leggi le conversazioni"; -$a->strings["Delete contact"] = "Elimina contatto"; -$a->strings["Last update:"] = "Ultimo aggiornamento:"; -$a->strings["Update public posts"] = "Aggiorna gli articoli pubblici"; -$a->strings["Update now"] = "Aggiorna adesso"; -$a->strings["Currently blocked"] = "Attualmente bloccato"; -$a->strings["Currently ignored"] = "Attualmente ignorato"; -$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 <strong>may</strong> still be visible"] = "Le risposte ai tuoi articoli pubblici <strong>potrebbero</strong> restare comunque visibili"; -$a->strings["Help with this feature"] = "La guida per questa funzionalità"; -$a->strings["Layout Name"] = "Nome layout"; -$a->strings["Help:"] = "Guida:"; -$a->strings["Not Found"] = "Non disponibile"; -$a->strings["Page not found."] = "Pagina non trovata."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Non è possibile effettuare login con l'OpenID che hai fornito. Per favore controlla che sia scritto correttamente."; -$a->strings["The error message was:"] = "Messaggio di errore ricevuto:"; -$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["Invalid item."] = "Elemento non valido."; -$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: "] = "Connessione:"; -$a->strings["Invalid connection."] = "Connessione non valida."; -$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 Name is required."] = "Il nome del profilo è obbligatorio ."; -$a->strings["Marital Status"] = "Stato sentimentale"; -$a->strings["Romantic Partner"] = "Partner affettivo"; -$a->strings["Likes"] = "Cosa gli piace"; -$a->strings["Dislikes"] = "Cosa non gli 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["Location"] = "Luogo attuale"; -$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["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 (%s):"] = "Compleanno (%s):"; -$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["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> 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 <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet."; -$a->strings["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["This site is not a directory server"] = "Questo sito non fornisce l'elenco generale dei canali"; -$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["Block Name"] = "Nome del riquadro"; -$a->strings["Hub not found."] = "Server non trovato."; -$a->strings["You must be logged in to see this page."] = "Devi aver effettuato l'accesso per vedere questa pagina."; -$a->strings["Room not found"] = "Chat non trovata"; -$a->strings["Leave Room"] = "Lascia la chat"; -$a->strings["I am away right now"] = "Non sono presente al momento"; -$a->strings["I am online"] = "Sono online"; -$a->strings["Bookmark this room"] = "Aggiungi chat ai segnalibri"; -$a->strings["New Chatroom"] = "Nuova chat"; -$a->strings["Chatroom Name"] = "Nome della chat"; -$a->strings["%1\$s's Chatrooms"] = "Le chat di %1\$s"; -$a->strings["Version %s"] = "Versione %s"; -$a->strings["Installed plugins/addons/apps:"] = "App e componenti aggiuntivi instalati:"; -$a->strings["No installed plugins/addons/apps"] = "Nessuna app o componente aggiuntivo installato"; -$a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Questo è un hub di Red Matrix - una rete cooperativa e decentralizzata di siti con elevato livello di privacy. "; -$a->strings["Running at web location"] = "In esecuzione sull'indirizzo web"; -$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Visita <a href=\"http://getzot.com\">GetZot.com</a> per scoprire il progetto Red Matrix."; -$a->strings["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["Add a Channel"] = "Aggiungi un canale"; -$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "I contenuti che pubblichi finiscono in un \"canale\". Un canale può essere usato per mantenere un tuo profilo personale, per avere un blog, per creare forum di discussione o gruppi di interesse, per pagine di celebrità e molto altro. Puoi creare quanti canali vuoi a meno di limiti dati dal gestore del sito."; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Per esempio: \"Mario Rossi\", \"Lisa e le sue ricette\", \"Il campionato\", \"Il gruppo di escursionismo\""; -$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 <a href=\"import\">import an existing channel</a> from another location"] = "Oppure <a href=\"import\">importa un tuo canale esistente</a> da un altro server/hub"; -$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 può essere 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 <em>Settings</em> page after successful login."] = "Puoi cambiare la tua password dalla pagina delle <em>Impostazioni</em> 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["Edit Block"] = "Modifica il riquadro"; -$a->strings["Delete block?"] = "Vuoi eliminare questo riquadro?"; -$a->strings["Delete Block"] = "Elimina il riquadro"; -$a->strings["Select a bookmark folder"] = "Scegli una cartella di segnalibri"; -$a->strings["Save Bookmark"] = "Salva segnalibro"; -$a->strings["URL of bookmark"] = "URL del segnalibro"; -$a->strings["Description"] = "Descrizione"; -$a->strings["Or enter new bookmark folder name"] = "O inserisci il nome di una nuova cartella di segnalibri"; -$a->strings["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."] = "Per ciascuna opzione, scegli se vuoi rendere questo server il tuo indirizzo primario, oppure se preferisci che lo rimanga il vecchio. Potrai pubblicare da entrambi i server, ma solamente uno sarà marcato come primario per i tuoi file, foto, ecc."; -$a->strings["Make this hub my primary location"] = "Rendi questo server il mio indirizzo primario"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi."; -$a->strings["Create a new channel"] = "Crea un nuovo canale"; -$a->strings["Channel Manager"] = "Gestione canali"; -$a->strings["Current Channel"] = "Canale attuale"; -$a->strings["Attach to one of your channels by selecting it."] = "Seleziona il canale a cui vuoi passare."; -$a->strings["Default Channel"] = "Canale predefinito"; -$a->strings["Make Default"] = "Rendi predefinito"; -$a->strings["Total votes"] = "Totale voti"; -$a->strings["Average Rating"] = "Media"; -$a->strings["Profile Match"] = "Profili corrispondenti"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Nessuna parola chiave per le ricerche. Aggiungi parole chiave al tuo profilo predefinito."; -$a->strings["is interested in:"] = "interessi personali:"; -$a->strings["No matches"] = "Nessun risultato"; -$a->strings["Away"] = "Assente"; -$a->strings["Online"] = "Online"; -$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. La tua autenticazione da remoto è avvenuta con successo."; -$a->strings["Edit Layout"] = "Modifica il layout"; -$a->strings["Delete layout?"] = "Vuoi eliminare questo layout?"; -$a->strings["Delete Layout"] = "Elimina il layout"; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "L'autenticazione remota non è disponibile. Hai accesso solamente a questo sito. Puoi provare ad uscire per tentare di nuovo."; -$a->strings["Fetching URL returns error: %1\$s"] = "La chiamata all'URL restituisce questo errore: %1\$s"; -$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["Upload"] = "Carica"; -$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["Blocked"] = "Bloccati"; -$a->strings["Ignored"] = "Ignorati"; -$a->strings["Hidden"] = "Nascosti"; -$a->strings["Archived"] = "Archiviati"; -$a->strings["All"] = "Tutti"; -$a->strings["Unconnected"] = "Non connesso"; -$a->strings["Suggest new connections"] = "Suggerisci nuovi contatti"; -$a->strings["New Connections"] = "Nuovi contatti"; -$a->strings["Show pending (new) connections"] = "Richieste di contatto in attesa"; -$a->strings["Show all connections"] = "Mostra tutti i contatti"; -$a->strings["Unblocked"] = "Non bloccati"; -$a->strings["Only show unblocked connections"] = "Mostra solo i contatti non bloccati"; -$a->strings["Only show blocked connections"] = "Mostra solo i contatti bloccati"; -$a->strings["Only show ignored connections"] = "Mostra solo i contatti ignorati"; -$a->strings["Only show archived connections"] = "Mostra solo i contatti archiviati"; -$a->strings["Only show hidden connections"] = "Mostra solo i contatti nascosti"; -$a->strings["Only show one-way connections"] = "Mostra solo i contatti non ricambiati"; -$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit contact"] = "Modifica il contatto"; -$a->strings["Search your connections"] = "Cerca tra i contatti"; -$a->strings["Finding: "] = "Ricerca: "; -$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["Unable to find your hub."] = "Impossibile raggiungere il tuo hub."; -$a->strings["Post successful."] = "Inviato!"; -$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["Channel added."] = "Canale aggiunto."; -$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["Wall Photos"] = "Foto della bacheca"; -$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permessi insufficienti. Sarà visualizzata la pagina del profilo."; -$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["Status: "] = "Stato:"; -$a->strings["Sexual Preference: "] = "Preferenza sessuale:"; -$a->strings["Homepage: "] = "Homepage:"; -$a->strings["Hometown: "] = "Città dove vivo:"; -$a->strings["About: "] = "Informazioni:"; -$a->strings["Keywords: "] = "Parole chiave:"; -$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["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["Download"] = "Scaricamento dati"; -$a->strings["Used: "] = "Usato:"; -$a->strings["[directory]"] = "[cartella]"; -$a->strings["Limit: "] = "Limite:"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nessun suggerimento disponibile. Se questo è un sito nuovo, riprova tra 24 ore."; -$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"; -$a->strings["Public Sites"] = "Siti pubblici"; -$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Gli indirizzi elencati permettono la registrazione su Red Matrix. Tutti i siti di questa rete sono interconnessi, quindi essere registrati su uno è come essere registrati ovunque. Alcuni potrebbero richiedere un'iscrizione a pagamento o prevedere tipi diversi di abbonamento. Potrai trovare maggiori informazioni al riguardo visitando ciascun sito."; -$a->strings["Site URL"] = "URL del sito"; -$a->strings["Access Type"] = "Tipo di accesso"; -$a->strings["Registration Policy"] = "Politica di registrazione"; $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."; @@ -1676,49 +1713,50 @@ $a->strings["Please enter your invitation code"] = "Inserisci il codice dell'inv $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["You have created %1$.0f of %2$.0f allowed channels."] = "Hai creato %1$.0f dei %2$.0f canali permessi."; +$a->strings["Create a new channel"] = "Crea un nuovo canale"; +$a->strings["Channel Manager"] = "Gestione canali"; +$a->strings["Current Channel"] = "Canale attuale"; +$a->strings["Attach to one of your channels by selecting it."] = "Seleziona il canale a cui vuoi passare."; +$a->strings["Default Channel"] = "Canale predefinito"; +$a->strings["Make Default"] = "Rendi predefinito"; +$a->strings["Total invitation limit exceeded."] = "Hai superato il numero massimo di inviti."; +$a->strings["%s : Not a valid email address."] = "%s: non è un indirizzo email valido."; +$a->strings["Please join us on Red"] = "Vieni con noi su Red"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Hai superato il numero massimo di inviti. Contatta l'amministratore se necessario."; +$a->strings["%s : Message delivery failed."] = "%s: la consegna del messaggio è fallita."; +$a->strings["%d message sent."] = array( + 0 => "%d messaggio inviato.", + 1 => "%d messaggi inviati.", +); +$a->strings["You have no more invitations available"] = "Non hai altri inviti disponibili"; +$a->strings["Send invitations"] = "Spedisci inviti"; +$a->strings["Enter email addresses, one per line:"] = "Inserisci gli indirizzi email, uno per riga:"; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Questo è un invito cordiale ad unirti a me e ad altri miei amici stretti su Red Matrix - uno nuovo strumento di comunicazione decentralizzato e rivoluzionario."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Sarà necessario fornire questo codice invito: \$invite_code"; +$a->strings["Please visit my channel at"] = "Puoi visitare il mio canale su"; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Una volta che avrai completato la registrazione (su QUALSIASI sito Red Matrix - sono tutti interconnessi), potrai connetterti al mio canale:"; +$a->strings["Click the [Register] link on the following page to join."] = "Fai clic su [Registrati] nella pagina seguente per iscriverti."; +$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Per saperne di più sul progetto Red Matrix e sul perché potrebbe cambiare internet per come la conosciamo, visita http://getzot.com"; +$a->strings["Wall Photos"] = "Foto della bacheca"; +$a->strings["No channel."] = "Nessun canale."; +$a->strings["Common connections"] = "Contatti in comune"; +$a->strings["No connections in common."] = "Nessun contatto in comune."; $a->strings["Please login."] = "Accedi."; -$a->strings["Remove This Channel"] = "Elimina questo canale"; -$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Questo comando rimuoverà completamente il canale che stai usando. Una volta fatto non sarà più possibile ripristinarlo."; -$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:"; -$a->strings["Remove this channel and all its clones from the network"] = "Rimuovi questo canale e tutti i suoi cloni dalla rete"; -$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "L'impostazione predefinita è che sia eliminata solo l'istanza del canale presente su questo hub, non gli eventuali cloni"; -$a->strings["Remove Channel"] = "Elimina questo canale"; -$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["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Hai usato %1$.2f Mb di %2$.2f Mb disponibili per le foto."; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Hai usato %1$.2f Mb di spazio per le foto."; -$a->strings["Upload Photos"] = "Carica foto"; -$a->strings["New album name: "] = "Nome del nuovo album: "; -$a->strings["or existing album name: "] = "o nome di un album esistente: "; -$a->strings["Do not show a status post for this upload"] = "Non creare un messaggio di stato per questo caricamento"; -$a->strings["Contact Photos"] = "Foto dei contatti"; -$a->strings["Edit Album"] = "Modifica album"; -$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["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["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["New album name"] = "Nuovo nome dell'album"; -$a->strings["Caption"] = "Titolo"; -$a->strings["Add a Tag"] = "Aggiungi tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Per esempio: @luca, @Maria_Bianchi, @bob@example.com, #California, #camping"; -$a->strings["In This Photo:"] = "In questa foto:"; -$a->strings["View Album"] = "Guarda l'album"; -$a->strings["Recent Photos"] = "Foto recenti"; -$a->strings["Mood"] = "Umore"; -$a->strings["Set your current mood and tell your friends"] = "Scegli il tuo umore attuale per mostrarlo agli amici"; -$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["Select a bookmark folder"] = "Scegli una cartella di segnalibri"; +$a->strings["Save Bookmark"] = "Salva segnalibro"; +$a->strings["URL of bookmark"] = "URL del segnalibro"; +$a->strings["Or enter new bookmark folder name"] = "O inserisci il nome di una nuova cartella di segnalibri"; +$a->strings["Update %s failed. See error logs."] = "%s: aggiornamento fallito. Controlla i log di errore."; +$a->strings["Update Error at %s"] = "Errore di aggiornamento su %s"; +$a->strings["Create an account to access services and applications within the Red Matrix"] = "Registrati per accedere ai servizi e alle applicazioni di Red Matrix"; +$a->strings["Password"] = "Password"; +$a->strings["Remember me"] = "Resta connesso"; +$a->strings["Forgot your password?"] = "Hai dimenticato la password?"; +$a->strings["permission denied"] = "permesso negato"; +$a->strings["Got Zot?"] = "Hai Zot?"; +$a->strings["toggle mobile"] = "attiva/disattiva versione mobile"; $a->strings["Theme settings"] = "Impostazioni del tema"; $a->strings["Set scheme"] = "Schema"; $a->strings["Narrow navbar"] = "Barra di navigazione ristretta"; @@ -1735,7 +1773,9 @@ $a->strings["Set font-colour for banner"] = "Colore del font del banner"; $a->strings["Set the background colour"] = "Colore di sfondo"; $a->strings["Set the background image"] = "Immagine di sfondo"; $a->strings["Set the background colour of items"] = "Colore di sfondo degli elementi della pagina"; -$a->strings["Set the opacity of items"] = "Opacità degli oggetti"; +$a->strings["Set the background colour of comments"] = "Imposta il colore di sfondo dei commenti"; +$a->strings["Set the border colour of comments"] = "Imposta il colore del bordo dei commenti"; +$a->strings["Set the indent for comments"] = "Imposta il lo spostamento a destra dei commenti"; $a->strings["Set the basic colour for item icons"] = "Colore di base per le icone"; $a->strings["Set the hover colour for item icons"] = "Colore per le icone in evidenza"; $a->strings["Set font-size for the entire application"] = "Dimensione font per tutto il sito"; @@ -1750,47 +1790,3 @@ $a->strings["Set size of conversation author photo"] = "Dimensione foto dell'aut $a->strings["Set size of followup author photos"] = "Dimensione foto dei partecipanti alla conversazione"; $a->strings["Sloppy photo albums"] = "Album con foto storte"; $a->strings["Are you a clean desk or a messy desk person?"] = "La tua scrivania è sempre a posto? Sei una persona disordinata?"; -$a->strings["Schema Default"] = "Schema predefinito"; -$a->strings["Sans-Serif"] = "Sans-Serif"; -$a->strings["Monospace"] = "Monospace"; -$a->strings["Set font face"] = "Tipo di carattere"; -$a->strings["Set iconset"] = "Icone"; -$a->strings["Set big shadow size, default 15px 15px 15px"] = "Ombra grande, predefinita 15px 15px 15px"; -$a->strings["Set small shadow size, default 5px 5px 5px"] = "Ombra piccola, predefinita 5px 5px 5px"; -$a->strings["Set shadow colour, default #000"] = "Colore dell'ombra, predefinito #000"; -$a->strings["Set radius size, default 5px"] = "Raggio degli angoli, predefinito 5px"; -$a->strings["Set line-height for posts and comments"] = "Altezza della riga per articoli e commenti"; -$a->strings["Set background image"] = "Immagine di sfondo"; -$a->strings["Set background attachment"] = "Imposta un allegato di sfondo"; -$a->strings["Set background colour"] = "Colore di sfondo"; -$a->strings["Set section background image"] = "Immagine di sfondo della sezione"; -$a->strings["Set section background colour"] = "Colore di sfondo della sezione"; -$a->strings["Set colour of items - use hex"] = "Colore degli elementi della pagina - esadecimale"; -$a->strings["Set colour of links - use hex"] = "Colore dei link - esadecimale"; -$a->strings["Set max-width for items. Default 400px"] = "Larghezza massima degli elementi della pagina. Predefinita: 400px"; -$a->strings["Set min-width for items. Default 240px"] = "Larghezza minima degli elementi della pagina. Predefinita: 240px"; -$a->strings["Set the generic content wrapper width. Default 48%"] = "Larghezza di tutta l'area dei contenuti. Predefinita: 48%"; -$a->strings["Set colour of fonts - use hex"] = "Colore dei caratteri - esadecimale"; -$a->strings["Set background-size element"] = "Background-size element"; -$a->strings["Item opacity"] = "Opacità degli elementi della pagina"; -$a->strings["Display post previews only"] = "Mostra le anteprime solo degli articoli"; -$a->strings["Display side bar on channel page"] = "Mostra la colonna laterale sulla pagina del canale"; -$a->strings["Colour of the navigation bar"] = "Colore della barra di navigazione"; -$a->strings["Item float"] = "Float degli oggetti della pagina"; -$a->strings["Left offset of the section element"] = "Spazio a sinistra dell'elemento section"; -$a->strings["Right offset of the section element"] = "Spazio a destra dell'elemento section"; -$a->strings["Section width"] = "Larghezza section"; -$a->strings["Left offset of the aside"] = "Spazio a sinistra del aside"; -$a->strings["Right offset of the aside element"] = "Spazio a destra del aside"; -$a->strings["None"] = "Nessuno"; -$a->strings["Header image"] = "Immagine dell'intestazione"; -$a->strings["Header image only on profile pages"] = "È possibile mettere un'immagine solo nell'intestazione dei profili"; -$a->strings["Update %s failed. See error logs."] = "%s: aggiornamento fallito. Controlla i log di errore."; -$a->strings["Update Error at %s"] = "Errore di aggiornamento su %s"; -$a->strings["Create an account to access services and applications within the Red Matrix"] = "Registrati per accedere ai servizi e alle applicazioni di Red Matrix"; -$a->strings["Password"] = "Password"; -$a->strings["Remember me"] = "Resta connesso"; -$a->strings["Forgot your password?"] = "Hai dimenticato la password?"; -$a->strings["permission denied"] = "permesso negato"; -$a->strings["Got Zot?"] = "Hai Zot?"; -$a->strings["toggle mobile"] = "attiva/disattiva versione mobile"; diff --git a/view/js/main.js b/view/js/main.js index 17ef578be..2f695c77e 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -6,18 +6,19 @@ $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); $("#mod-cmnt-wrap-" + id).show(); - openMenu("comment-edit-submit-wrapper-" + id); + openMenu("comment-tools-" + id); return true; } return false; } + function commentClose(obj,id) { if(obj.value == '') { obj.value = aStr['comment']; $("#comment-edit-text-" + id).removeClass("comment-edit-text-full"); $("#comment-edit-text-" + id).addClass("comment-edit-text-empty"); $("#mod-cmnt-wrap-" + id).hide(); - closeMenu("comment-edit-submit-wrapper-" + id); + closeMenu("comment-tools-" + id); return true; } return false; @@ -32,14 +33,13 @@ } } - function commentInsert(obj,id) { var tmpStr = $("#comment-edit-text-" + id).val(); if(tmpStr == '$comment') { tmpStr = ''; $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); - openMenu("comment-edit-submit-wrapper-" + id); + openMenu("comment-tools-" + id); } var ins = $(obj).html(); ins = ins.replace('<','<'); @@ -62,7 +62,7 @@ tmpStr = ""; $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); - openMenu("comment-edit-submit-wrapper-" + id); + openMenu("comment-tools-" + id); $("#comment-edit-text-" + id).val(tmpStr); } @@ -341,6 +341,7 @@ if(data.all_events_today == 0) { data.all_events_today = ''; $('.all_events-today-update').removeClass('show') } else { $('.all_events-today-update').addClass('show') } $('.all_events-today-update').html(data.all_events_today); + $.jGrowl.defaults.closerTemplate = '<div>[ ' + aStr['closeAll'] + ']</div>'; $(data.notice).each(function() { $.jGrowl(this.message, { sticky: true, theme: 'notice' }); @@ -747,6 +748,7 @@ function updateConvItems(mode,data) { $("#comment-edit-form-" + id).serialize(), function(data) { if(data.success) { + $("#comment-edit-preview-" + id).hide(); $("#comment-edit-wrapper-" + id).hide(); $("#comment-edit-text-" + id).val(''); var tarea = document.getElementById("comment-edit-text-" + id); diff --git a/view/nb-no/strings.php b/view/nb-no/strings.php index 96404e4b1..a6e5cbcc5 100644 --- a/view/nb-no/strings.php +++ b/view/nb-no/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_nb_no")) { function string_plural_select_nb_no($n){ return ($n != 1);; -} +}} ; $a->strings["Categories"] = "Kategorier"; $a->strings["Connect"] = "Koble"; diff --git a/view/pdl/mod_apps.pdl b/view/pdl/mod_apps.pdl new file mode 100644 index 000000000..db93958a3 --- /dev/null +++ b/view/pdl/mod_apps.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=appselect][/widget] +[/region] diff --git a/view/php/choklet.php b/view/php/choklet.php index fcfaf7804..0d8b66c29 100644 --- a/view/php/choklet.php +++ b/view/php/choklet.php @@ -1,20 +1,23 @@ <!DOCTYPE html >
<html>
<head>
- <title><?php if(x($page,'title')) echo $page['title'] ?></title>
- <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
+ <title><?php if(x($page,'title')) echo $page['title']; ?></title>
+ <script>var baseurl="<?php echo $a->get_baseurl(); ?>";</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
<div id="blog-margin">
<header><?php if(x($page,'header')) echo $page['header']; ?></header>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
+ <div id="nav-backer" class="navbar"> </div>
<div id="blog-banner"><?php if(x($page,'banner')) echo $page['banner']; ?></div>
+ <main>
<aside id="region_1"><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
<div id="pause"></div>
</section>
+ </main>
<aside id="region_3"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
<div class="clear"></div>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po index 43c996123..26ef9205a 100644 --- a/view/pt-br/messages.po +++ b/view/pt-br/messages.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-02 00:03-0700\n" -"PO-Revision-Date: 2014-05-03 22:15+0000\n" +"POT-Creation-Date: 2014-05-21 05:30-0300\n" +"PO-Revision-Date: 2014-05-23 10:49+0000\n" "Last-Translator: solstag <solstag@member.fsf.org>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/red-matrix/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -25,1237 +25,610 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../include/dba/dba_driver.php:50 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'" - -#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 -#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 -#: ../../mod/photos.php:655 ../../mod/photos.php:677 -msgid "Profile Photos" -msgstr "Fotos do perfil" - -#: ../../include/oembed.php:171 -msgid "Embedded content" -msgstr "Conteúdo incorporado" - -#: ../../include/oembed.php:180 -msgid "Embedding disabled" -msgstr "A incorporação está desabilitada" - -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "criou uma nova publicação" - -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" -msgstr "comentou a publicação de %s" - -#: ../../include/Contact.php:107 ../../include/identity.php:675 -#: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 -#: ../../mod/suggest.php:51 ../../mod/match.php:62 -msgid "Connect" -msgstr "Conectar" +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." +msgstr "O canal está bloqueado neste site." -#: ../../include/Contact.php:123 -msgid "New window" -msgstr "Nova janela" +#: ../../include/follow.php:28 +msgid "Channel location missing." +msgstr "A localização do canal foi perdida" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" -msgstr "Abre a localização selecionada em outra aba ou janela" +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." +msgstr "A resposta do canal remoto está incompleta." -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nova página" +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." +msgstr "O canal foi deletado e não existe mais." -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/ItemObject.php:96 ../../include/menu.php:42 -#: ../../mod/blocks.php:94 ../../mod/connections.php:391 -#: ../../mod/settings.php:577 ../../mod/editblock.php:111 -#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:174 -#: ../../mod/thing.php:235 ../../mod/layouts.php:112 ../../mod/menu.php:59 -#: ../../mod/webpages.php:119 -msgid "Edit" -msgstr "Editar" +#: ../../include/follow.php:132 +msgid "Channel discovery failed." +msgstr "A descoberta de canais falhou." -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 -#: ../../mod/layouts.php:116 ../../mod/webpages.php:122 -msgid "View" -msgstr "Ver" +#: ../../include/follow.php:149 +msgid "local account not found." +msgstr "a conta local não foi encontrada." -#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:557 -#: ../../include/conversation.php:1088 ../../mod/editblock.php:141 -#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 -#: ../../mod/photos.php:994 -msgid "Preview" -msgstr "Pré-visualizar" +#: ../../include/follow.php:158 +msgid "Cannot connect to yourself." +msgstr "Não é possível conectar-se consigo mesmo." -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 -msgid "Actions" -msgstr "Ações" +#: ../../include/reddav.php:1045 +msgid "Edit File properties" +msgstr "Editar propriedades do arquivo" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 -msgid "Page Link" -msgstr "Link da página" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 -msgid "Title" -msgstr "Título" +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "Início:" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 -msgid "Created" -msgstr "Criado" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "Fim:" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 -msgid "Edited" -msgstr "Editado" +#: ../../include/event.php:40 ../../include/bb2diaspora.php:455 +#: ../../include/identity.php:726 ../../mod/dirprofile.php:105 +#: ../../mod/directory.php:156 ../../mod/events.php:474 +msgid "Location:" +msgstr "Localização:" -#: ../../include/ItemObject.php:89 ../../include/conversation.php:639 -#: ../../mod/photos.php:846 -msgid "Private Message" -msgstr "Mensagem privada" +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 +msgid "Categories" +msgstr "Categorias" -#: ../../include/ItemObject.php:108 ../../include/conversation.php:632 -#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398 -#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 -#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 -msgid "Delete" -msgstr "Excluir" +#: ../../include/widgets.php:79 +msgid "App Category" +msgstr "Categoria de aplicativos" -#: ../../include/ItemObject.php:114 ../../include/conversation.php:631 -msgid "Select" -msgstr "Selecionar" +#: ../../include/widgets.php:80 +msgid "System" +msgstr "Sistema" -#: ../../include/ItemObject.php:118 -msgid "save to folder" -msgstr "salvar na pasta" +#: ../../include/widgets.php:81 ../../include/conversation.php:1415 +msgid "Personal" +msgstr "Pessoal" -#: ../../include/ItemObject.php:146 -msgid "add star" -msgstr "destacar" +#: ../../include/widgets.php:127 ../../include/widgets.php:167 +#: ../../include/Contact.php:107 ../../include/identity.php:675 +#: ../../mod/dirprofile.php:164 ../../mod/directory.php:183 +#: ../../mod/suggest.php:51 ../../mod/match.php:62 +msgid "Connect" +msgstr "Conectar" -#: ../../include/ItemObject.php:147 -msgid "remove star" -msgstr "remover destaque" +#: ../../include/widgets.php:129 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "Ignorar/Ocultar" -#: ../../include/ItemObject.php:148 -msgid "toggle star status" -msgstr "alternar destaque" +#: ../../include/widgets.php:135 ../../mod/connections.php:266 +msgid "Suggestions" +msgstr "Sugestões" -#: ../../include/ItemObject.php:152 -msgid "starred" -msgstr "destacado" +#: ../../include/widgets.php:136 +msgid "See more..." +msgstr "Veja mais..." -#: ../../include/ItemObject.php:161 ../../include/conversation.php:646 -msgid "Message is verified" -msgstr "A mensagem foi verificada" +#: ../../include/widgets.php:158 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Você tem %1$.0f de %2$.0f conexões permitidas." -#: ../../include/ItemObject.php:169 -msgid "add tag" -msgstr "adicionar etiqueta" +#: ../../include/widgets.php:164 +msgid "Add New Connection" +msgstr "Adicionar nova conexão" -#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 -msgid "I like this (toggle)" -msgstr "Eu gostei disso (alterna)" +#: ../../include/widgets.php:165 +msgid "Enter the channel address" +msgstr "Digite o endereço do canal" -#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254 -msgid "like" -msgstr "gostei" +#: ../../include/widgets.php:166 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria" -#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 -msgid "I don't like this (toggle)" -msgstr "Eu não gostei disso (alterna)" +#: ../../include/widgets.php:183 +msgid "Notes" +msgstr "Notas" -#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 -msgid "dislike" -msgstr "não gostei" +#: ../../include/widgets.php:185 ../../include/text.php:815 +#: ../../include/text.php:829 ../../mod/filer.php:50 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 +msgid "Save" +msgstr "Salvar" -#: ../../include/ItemObject.php:187 -msgid "Share this" -msgstr "Compartilhar isso" +#: ../../include/widgets.php:255 +msgid "Remove term" +msgstr "Remover termo" -#: ../../include/ItemObject.php:187 -msgid "share" -msgstr "compartilhar" +#: ../../include/widgets.php:264 ../../include/features.php:52 +msgid "Saved Searches" +msgstr "Pesquisas salvas" -#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 -#, php-format -msgid "View %s's profile - %s" -msgstr "Ver o perfil de %s - %s" +#: ../../include/widgets.php:265 ../../include/group.php:290 +msgid "add" +msgstr "adicionar" -#: ../../include/ItemObject.php:213 -msgid "to" -msgstr "para" +#: ../../include/widgets.php:295 ../../include/features.php:66 +#: ../../include/contact_widgets.php:58 +msgid "Saved Folders" +msgstr "Pastas salvas" -#: ../../include/ItemObject.php:214 -msgid "via" -msgstr "via" +#: ../../include/widgets.php:298 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:95 +msgid "Everything" +msgstr "Tudo" -#: ../../include/ItemObject.php:215 -msgid "Wall-to-Wall" -msgstr "Mural-para-mural" +#: ../../include/widgets.php:334 +msgid "Archives" +msgstr "Arquivos" -#: ../../include/ItemObject.php:216 -msgid "via Wall-To-Wall:" -msgstr "via Mural-para-mural" +#: ../../include/widgets.php:396 +msgid "Refresh" +msgstr "Atualizar" -#: ../../include/ItemObject.php:226 ../../include/conversation.php:690 -#, php-format -msgid " from %s" -msgstr "de %s" +#: ../../include/widgets.php:397 ../../mod/connedit.php:428 +msgid "Me" +msgstr "Eu" -#: ../../include/ItemObject.php:229 ../../include/conversation.php:693 -#, php-format -msgid "last edited: %s" -msgstr "última edição: %s" +#: ../../include/widgets.php:398 ../../mod/connedit.php:430 +msgid "Best Friends" +msgstr "Melhores amigos" -#: ../../include/ItemObject.php:230 ../../include/conversation.php:694 -#, php-format -msgid "Expires: %s" -msgstr "Expira: %s" +#: ../../include/widgets.php:399 ../../include/profile_selectors.php:42 +#: ../../include/identity.php:342 ../../mod/connedit.php:431 +msgid "Friends" +msgstr "Amigos" -#: ../../include/ItemObject.php:250 -msgid "Bookmark Links" -msgstr "Guardar links" +#: ../../include/widgets.php:400 +msgid "Co-workers" +msgstr "Colegas de trabalho" -#: ../../include/ItemObject.php:259 ../../include/conversation.php:711 -#: ../../include/conversation.php:1127 ../../mod/editblock.php:120 -#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 -#: ../../mod/photos.php:974 -msgid "Please wait" -msgstr "Por favor, espere" +#: ../../include/widgets.php:401 ../../mod/connedit.php:432 +msgid "Former Friends" +msgstr "Amigos afastados" -#: ../../include/ItemObject.php:280 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comentário" -msgstr[1] "%d comentários" +#: ../../include/widgets.php:402 ../../mod/connedit.php:433 +msgid "Acquaintances" +msgstr "Conhecidos" -#: ../../include/ItemObject.php:281 ../../include/contact_widgets.php:130 -#: ../../include/js_strings.php:7 -msgid "show more" -msgstr "exibir mais" +#: ../../include/widgets.php:403 +msgid "Everybody" +msgstr "Todos" -#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 -#: ../../mod/photos.php:1077 -msgid "This is you" -msgstr "Este(a) é você" +#: ../../include/widgets.php:435 +msgid "Account settings" +msgstr "Configurações da conta" -#: ../../include/ItemObject.php:547 ../../include/js_strings.php:6 -#: ../../mod/photos.php:992 ../../mod/photos.php:1079 -msgid "Comment" -msgstr "Comentar" +#: ../../include/widgets.php:441 +msgid "Channel settings" +msgstr "Configurações do canal" -#: ../../include/ItemObject.php:548 ../../mod/mood.php:142 -#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 -#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:175 -#: ../../mod/chat.php:208 ../../mod/connect.php:92 ../../mod/connedit.php:476 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:929 -#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/events.php:472 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283 -#: ../../mod/thing.php:326 ../../mod/import.php:387 ../../mod/invite.php:156 -#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565 -#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/blogga/php/config.php:67 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "Enviar" +#: ../../include/widgets.php:447 +msgid "Additional features" +msgstr "Recursos adicionais" -#: ../../include/ItemObject.php:549 -msgid "Bold" -msgstr "Negrito" +#: ../../include/widgets.php:453 +msgid "Feature settings" +msgstr "Configurações dos recursos" -#: ../../include/ItemObject.php:550 -msgid "Italic" -msgstr "Itálico" +#: ../../include/widgets.php:459 +msgid "Display settings" +msgstr "Configurações de exibição" -#: ../../include/ItemObject.php:551 -msgid "Underline" -msgstr "Sublinhado" +#: ../../include/widgets.php:465 +msgid "Connected apps" +msgstr "Aplicações conectadas" -#: ../../include/ItemObject.php:552 -msgid "Quote" -msgstr "Citação" +#: ../../include/widgets.php:471 +msgid "Export channel" +msgstr "Exportar o canal" -#: ../../include/ItemObject.php:553 -msgid "Code" -msgstr "Código" +#: ../../include/widgets.php:483 +msgid "Automatic Permissions (Advanced)" +msgstr "Permissões automáticas (avançado)" -#: ../../include/ItemObject.php:554 -msgid "Image" -msgstr "Imagem" +#: ../../include/widgets.php:493 +msgid "Premium Channel Settings" +msgstr "Configurações de canal premium" -#: ../../include/ItemObject.php:555 -msgid "Link" -msgstr "Link" +#: ../../include/widgets.php:502 ../../include/features.php:43 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Fontes do canal" -#: ../../include/ItemObject.php:556 -msgid "Video" -msgstr "Vídeo" +#: ../../include/widgets.php:513 ../../include/nav.php:186 +#: ../../mod/admin.php:976 ../../mod/admin.php:1181 +msgid "Settings" +msgstr "Configurações" -#: ../../include/ItemObject.php:560 ../../include/conversation.php:1153 -#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 -msgid "Encrypt text" -msgstr "Encriptar texto" +#: ../../include/widgets.php:530 +msgid "Check Mail" +msgstr "Checar mensagens" -#: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" -msgstr "Pode ver meus fluxo e publicações \"públicos\"" +#: ../../include/widgets.php:535 ../../include/nav.php:177 +msgid "New Message" +msgstr "Nova mensagem" -#: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" -msgstr "Pode ver o perfil \"público\" do meu canal" +#: ../../include/widgets.php:611 +msgid "Chat Rooms" +msgstr "Salas de bate-papo" -#: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" -msgstr "Pode ver meus álbuns de fotos \"públicos\"" +#: ../../include/widgets.php:629 +msgid "Bookmarked Chatrooms" +msgstr "Salas de bate-papo guardadas" -#: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" -msgstr "Pode ver meu livro de endereços \"público\"" +#: ../../include/widgets.php:647 +msgid "Suggested Chatrooms" +msgstr "Salas de bate-papo sugeridas" -#: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" -msgstr "Pode ver meu armazenamento de arquivos \"público\"" +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "Linha do tempo pública" -#: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" -msgstr "Pode ver minhas páginas \"públicas\"" +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1450 +msgid "Logout" +msgstr "Sair" -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" -msgstr "Pode me enviar seu fluxo e publicações" +#: ../../include/nav.php:77 ../../include/nav.php:96 +msgid "End this session" +msgstr "Encerrar essa sessão" -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" -msgstr "Pode publicar na página do meu canal (\"mural\")" +#: ../../include/nav.php:80 ../../include/nav.php:130 +msgid "Home" +msgstr "Ver canal" -#: ../../include/permissions.php:23 -msgid "Can comment on my posts" -msgstr "Pode comentar minhas publicações" +#: ../../include/nav.php:80 +msgid "Your posts and conversations" +msgstr "Suas publicações e conversas" -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" -msgstr "Pode me enviar mensagens privadas" +#: ../../include/nav.php:81 ../../include/conversation.php:937 +#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 +msgid "View Profile" +msgstr "Ver perfil" -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" -msgstr "Pode publicar fotos nos meus álbuns de fotos" +#: ../../include/nav.php:81 +msgid "Your profile page" +msgstr "A página do seu perfil" -#: ../../include/permissions.php:26 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Pode encaminhar para todos os contatos do meu canal via @menções na publicação" +#: ../../include/nav.php:83 +msgid "Edit Profiles" +msgstr "Editar perfis" -#: ../../include/permissions.php:26 -msgid "Advanced - useful for creating group forum channels" -msgstr "Avançado - útil para criar canais de fóruns de grupos" +#: ../../include/nav.php:83 +msgid "Manage/Edit profiles" +msgstr "Administrar/Editar perfis" -#: ../../include/permissions.php:27 -msgid "Can chat with me (when available)" -msgstr "Pode conversar comigo (quando disponívei)" +#: ../../include/nav.php:84 ../../include/conversation.php:1501 +#: ../../include/apps.php:110 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Fotos" -#: ../../include/permissions.php:28 -msgid "Can write to my \"public\" file storage" -msgstr "Pode escrever em meu armazenamento de arquivos \"público\"" +#: ../../include/nav.php:84 +msgid "Your photos" +msgstr "Suas fotos" -#: ../../include/permissions.php:29 -msgid "Can edit my \"public\" pages" -msgstr "Pode editar minhas páginas \"públicas\"" +#: ../../include/nav.php:85 ../../include/conversation.php:1510 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Arquivos" -#: ../../include/permissions.php:31 -msgid "Can source my \"public\" posts in derived channels" -msgstr "Pode usar minhas publicações \"públicas\" como fonte para canais derivados" +#: ../../include/nav.php:85 +msgid "Your files" +msgstr "Seus arquivos" -#: ../../include/permissions.php:31 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Avançado - muito útil em comunidades abertas" +#: ../../include/nav.php:86 +msgid "Chat" +msgstr "Bate-papo" -#: ../../include/permissions.php:33 -msgid "Can administer my channel resources" -msgstr "Pode administrar os recursos do meu canal" +#: ../../include/nav.php:86 +msgid "Your chatrooms" +msgstr "Suas salas de bate-papo" -#: ../../include/permissions.php:33 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo" +#: ../../include/nav.php:87 ../../include/nav.php:180 +#: ../../include/conversation.php:1532 ../../include/apps.php:111 +#: ../../mod/events.php:366 +msgid "Events" +msgstr "Eventos" -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "Não é um endereço de e-mail válido" +#: ../../include/nav.php:87 +msgid "Your events" +msgstr "Seus eventos" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "O domínio do seu e-mail não está entre os permitidos neste site" +#: ../../include/nav.php:88 ../../include/conversation.php:1540 +msgid "Bookmarks" +msgstr "Links guardados" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "O seu endereço de e-mail já está registrado neste site." +#: ../../include/nav.php:88 +msgid "Your bookmarks" +msgstr "Seus links guardados" -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "É necessário um convite." +#: ../../include/nav.php:90 ../../include/conversation.php:1551 +#: ../../mod/webpages.php:79 +msgid "Webpages" +msgstr "Páginas web" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "Não foi possível verificar o convite." +#: ../../include/nav.php:90 +msgid "Your webpages" +msgstr "Suas páginas web" -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Por favor, forneça a informação solicitada." +#: ../../include/nav.php:94 ../../boot.php:1451 +msgid "Login" +msgstr "Entrar" -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Não foi possível armazenar a informação da conta." +#: ../../include/nav.php:94 +msgid "Sign in" +msgstr "Entrar" -#: ../../include/account.php:273 +#: ../../include/nav.php:111 #, php-format -msgid "Registration request at %s" -msgstr "Solicitação de registro em %s" - -#: ../../include/account.php:275 ../../include/account.php:302 -#: ../../include/account.php:359 -msgid "Administrator" -msgstr "Administrador" - -#: ../../include/account.php:297 -msgid "your registration password" -msgstr "sua senha de registro" +msgid "%s - click to logout" +msgstr "%s - clique para sair" -#: ../../include/account.php:300 ../../include/account.php:357 -#, php-format -msgid "Registration details for %s" -msgstr "Detalhes do registro de %s" +#: ../../include/nav.php:116 +msgid "Click to authenticate to your home hub" +msgstr "Clique para se autenticar com seu hub de origem" -#: ../../include/account.php:366 -msgid "Account approved." -msgstr "A conta foi aprovada." +#: ../../include/nav.php:130 +msgid "Home Page" +msgstr "Página inicial" -#: ../../include/account.php:400 -#, php-format -msgid "Registration revoked for %s" -msgstr "O registro de %s foi revogado" +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1427 +msgid "Register" +msgstr "Registrar" -#: ../../include/photos.php:15 ../../include/attach.php:119 -#: ../../include/attach.php:166 ../../include/attach.php:229 -#: ../../include/attach.php:243 ../../include/attach.php:283 -#: ../../include/attach.php:297 ../../include/attach.php:322 -#: ../../include/attach.php:513 ../../include/attach.php:585 -#: ../../include/chat.php:113 ../../include/items.php:3622 -#: ../../mod/mood.php:119 ../../mod/mitem.php:73 ../../mod/achievements.php:27 -#: ../../mod/poke.php:128 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/authtest.php:13 ../../mod/profile.php:64 ../../mod/profile.php:72 -#: ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46 -#: ../../mod/channel.php:89 ../../mod/channel.php:193 -#: ../../mod/channel.php:236 ../../mod/chat.php:89 ../../mod/chat.php:94 -#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35 -#: ../../mod/network.php:12 ../../mod/connections.php:169 -#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30 -#: ../../mod/page.php:80 ../../mod/settings.php:492 ../../mod/setup.php:203 -#: ../../mod/editblock.php:34 ../../mod/pdledit.php:21 -#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13 -#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 -#: ../../mod/events.php:140 ../../mod/sources.php:66 -#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 -#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 -#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9 -#: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298 -#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179 -#: ../../mod/item.php:187 ../../mod/item.php:860 ../../mod/layouts.php:27 -#: ../../mod/layouts.php:39 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:12 -#: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 -#: ../../mod/webpages.php:40 ../../mod/message.php:16 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/photos.php:68 ../../mod/photos.php:526 -#: ../../mod/notifications.php:66 ../../index.php:176 ../../index.php:351 -msgid "Permission denied." -msgstr "Permissão negada." +#: ../../include/nav.php:134 +msgid "Create an account" +msgstr "Criar uma conta" -#: ../../include/photos.php:89 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "A imagem excede o limite de tamanho do site, que é de %" +#: ../../include/nav.php:139 ../../include/apps.php:113 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "Ajuda" -#: ../../include/photos.php:96 -msgid "Image file is empty." -msgstr "O arquivo de imagem está vazio." +#: ../../include/nav.php:139 +msgid "Help and documentation" +msgstr "Ajuda e documentação" -#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 -msgid "Unable to process image" -msgstr "Não foi possível processar a imagem" +#: ../../include/nav.php:142 ../../mod/apps.php:17 ../../mod/apps.php:35 +msgid "Apps" +msgstr "Aplicações" -#: ../../include/photos.php:186 -msgid "Photo storage failed." -msgstr "Não foi possível armazenar a foto." +#: ../../include/nav.php:142 +msgid "Addon applications, utilities, games" +msgstr "Aplicações adicionais, utilitários, jogos" -#: ../../include/photos.php:311 ../../include/conversation.php:1504 -msgid "Photo Albums" -msgstr "Álbuns de fotos" +#: ../../include/nav.php:144 ../../include/text.php:813 +#: ../../include/text.php:827 ../../mod/search.php:29 +msgid "Search" +msgstr "Pesquisar" -#: ../../include/photos.php:315 ../../mod/photos.php:693 -#: ../../mod/photos.php:1190 -msgid "Upload New Photos" -msgstr "Enviar novas fotos" +#: ../../include/nav.php:144 +msgid "Search site content" +msgstr "Pesquisar o conteúdo do site" -#: ../../include/acl_selectors.php:238 -msgid "Visible to everybody" -msgstr "Visível para todos" +#: ../../include/nav.php:147 ../../include/apps.php:112 +#: ../../mod/directory.php:210 +msgid "Directory" +msgstr "Diretório" -#: ../../include/acl_selectors.php:239 -msgid "Show" -msgstr "Exibir" +#: ../../include/nav.php:147 +msgid "Channel Locator" +msgstr "Localizador de canais" -#: ../../include/acl_selectors.php:240 -msgid "Don't show" -msgstr "Não exibir" +#: ../../include/nav.php:158 ../../include/apps.php:107 +msgid "Matrix" +msgstr "Matriz" -#: ../../include/acl_selectors.php:246 ../../mod/chat.php:206 -#: ../../mod/filestorage.php:126 ../../mod/photos.php:606 -#: ../../mod/photos.php:949 -msgid "Permissions" -msgstr "Permissões" +#: ../../include/nav.php:158 +msgid "Your matrix" +msgstr "Sua matriz" -#: ../../include/acl_selectors.php:247 -msgid "Close" -msgstr "Fechar" +#: ../../include/nav.php:159 +msgid "Mark all matrix notifications seen" +msgstr "Marcar todas as notificações da matriz como vistas" -#: ../../include/activities.php:39 -msgid " and " -msgstr " e " +#: ../../include/nav.php:161 ../../include/apps.php:108 +msgid "Channel Home" +msgstr "Página inicial do canal" -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "perfil público" +#: ../../include/nav.php:161 +msgid "Channel home" +msgstr "Página inicial do canal" -#: ../../include/activities.php:52 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s mudou %2$s para “%3$s”" +#: ../../include/nav.php:162 +msgid "Mark all channel notifications seen" +msgstr "Marcar todas as notificações de canais como vistas" -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Visite o %2$s de %1$s" +#: ../../include/nav.php:165 ../../include/nav.php:188 +#: ../../mod/connections.php:385 +msgid "Connections" +msgstr "Conexões" -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s atualizou %2$s, alterando %3$s." +#: ../../include/nav.php:168 +msgid "Notices" +msgstr "Notificações" -#: ../../include/api.php:1016 -msgid "Public Timeline" -msgstr "Linha do tempo pública" +#: ../../include/nav.php:168 +msgid "Notifications" +msgstr "Notificações" -#: ../../include/attach.php:224 ../../include/attach.php:278 -msgid "Item was not found." -msgstr "O item não foi encontrado." +#: ../../include/nav.php:169 +msgid "See all notifications" +msgstr "Ver todas as notificações" -#: ../../include/attach.php:335 -msgid "No source file." -msgstr "Nenhum arquivo de origem." +#: ../../include/nav.php:170 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Marcar todas as notificações de sistema como vistas" -#: ../../include/attach.php:352 -msgid "Cannot locate file to replace" -msgstr "Não foi possível locar o arquivo a ser substituído" +#: ../../include/nav.php:172 +msgid "Mail" +msgstr "Mensagens" -#: ../../include/attach.php:370 -msgid "Cannot locate file to revise/update" -msgstr "Não foi possível localizar o arquivo a ser revisado/atualizado" +#: ../../include/nav.php:172 +msgid "Private mail" +msgstr "Mensagens privadas" -#: ../../include/attach.php:381 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "O arquivo excedeu o tamanho limite de %d" +#: ../../include/nav.php:173 +msgid "See all private messages" +msgstr "Ver todas as mensagens privadas" -#: ../../include/attach.php:393 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "Você atingiu o seu limite de %1$.0f Mbytes de armazenamento de anexos." +#: ../../include/nav.php:174 +msgid "Mark all private messages seen" +msgstr "Marcar todas as mensagens privadas como vistas" -#: ../../include/attach.php:475 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Não foi possível enviar o arquivo. Provável limite do sistema ou a ação foi encerrada." +#: ../../include/nav.php:175 +msgid "Inbox" +msgstr "Recebidas" -#: ../../include/attach.php:487 -msgid "Stored file could not be verified. Upload failed." -msgstr "Não foi possível verificar o arquivo armazenado. Falha no envio." +#: ../../include/nav.php:176 +msgid "Outbox" +msgstr "Enviadas" -#: ../../include/attach.php:528 ../../include/attach.php:545 -msgid "Path not available." -msgstr "O caminho não está disponível." +#: ../../include/nav.php:180 +msgid "Event Calendar" +msgstr "Agenda de eventos" -#: ../../include/attach.php:590 -msgid "Empty pathname" -msgstr "O nome do caminho está em branco" +#: ../../include/nav.php:181 +msgid "See all events" +msgstr "Ver todos os eventos" -#: ../../include/attach.php:606 -msgid "duplicate filename or path" -msgstr "nome de arquivo ou caminho duplicado" +#: ../../include/nav.php:182 +msgid "Mark all events seen" +msgstr "Marcar todos os eventos como vistos" -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Caminho não encontrado." +#: ../../include/nav.php:184 +msgid "Channel Select" +msgstr "Seleção de canal" -#: ../../include/attach.php:674 -msgid "mkdir failed." -msgstr "mkdir falhou." +#: ../../include/nav.php:184 +msgid "Manage Your Channels" +msgstr "Gerencie os seus canais" -#: ../../include/attach.php:678 -msgid "database storage failed." -msgstr "armazenamento de banco de dados falhou." +#: ../../include/nav.php:186 +msgid "Account/Channel Settings" +msgstr "Configurações da conta/canal" -#: ../../include/auth.php:79 -msgid "Logged out." -msgstr "Você saiu." +#: ../../include/nav.php:188 +msgid "Manage/Edit Friends and Connections" +msgstr "Gerenciar/editar os amigos e as conexões" -#: ../../include/auth.php:197 -msgid "Failed authentication" -msgstr "Não foi possível autenticar" +#: ../../include/nav.php:195 ../../mod/admin.php:117 +msgid "Admin" +msgstr "Admin" -#: ../../include/auth.php:212 ../../mod/openid.php:188 -msgid "Login failed." -msgstr "Não foi possível entrar." +#: ../../include/nav.php:195 +msgid "Site Setup and Configuration" +msgstr "Configuração do site" -#: ../../include/bb2diaspora.php:433 ../../include/event.php:11 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" +#: ../../include/nav.php:220 +msgid "Nothing new here" +msgstr "Nada de novo aqui" -#: ../../include/bb2diaspora.php:439 ../../include/event.php:20 -msgid "Starts:" -msgstr "Início:" +#: ../../include/nav.php:225 +msgid "Please wait..." +msgstr "Por favor, aguarde..." -#: ../../include/bb2diaspora.php:447 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Fim:" +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Conteúdo incorporado" -#: ../../include/bb2diaspora.php:455 ../../include/event.php:40 -#: ../../include/identity.php:726 ../../mod/directory.php:156 -#: ../../mod/dirprofile.php:105 ../../mod/events.php:465 -msgid "Location:" -msgstr "Localização:" +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "A incorporação está desabilitada" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:603 -#: ../../include/bbcode.php:606 ../../include/bbcode.php:611 -#: ../../include/bbcode.php:614 ../../include/bbcode.php:617 -#: ../../include/bbcode.php:620 ../../include/bbcode.php:625 -#: ../../include/bbcode.php:628 ../../include/bbcode.php:633 -#: ../../include/bbcode.php:636 ../../include/bbcode.php:639 -#: ../../include/bbcode.php:642 +#: ../../include/bbcode.php:128 ../../include/bbcode.php:642 +#: ../../include/bbcode.php:645 ../../include/bbcode.php:650 +#: ../../include/bbcode.php:653 ../../include/bbcode.php:656 +#: ../../include/bbcode.php:659 ../../include/bbcode.php:664 +#: ../../include/bbcode.php:667 ../../include/bbcode.php:672 +#: ../../include/bbcode.php:675 ../../include/bbcode.php:678 +#: ../../include/bbcode.php:681 msgid "Image/photo" msgstr "Imagem/foto" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:653 +#: ../../include/bbcode.php:163 ../../include/bbcode.php:692 msgid "Encrypted content" msgstr "Conteúdo criptografado" -#: ../../include/bbcode.php:170 +#: ../../include/bbcode.php:179 msgid "QR code" msgstr "código QR" -#: ../../include/bbcode.php:213 +#: ../../include/bbcode.php:228 #, php-format msgid "%1$s wrote the following %2$s %3$s" msgstr "%1$s escreveu a seguinte %2$s %3$s" -#: ../../include/bbcode.php:215 +#: ../../include/bbcode.php:230 msgid "post" msgstr "publicação" -#: ../../include/bbcode.php:571 ../../include/bbcode.php:591 +#: ../../include/bbcode.php:610 ../../include/bbcode.php:630 msgid "$1 wrote:" msgstr "$1 escreveu:" -#: ../../include/bookmarks.php:42 -#, php-format -msgid "%1$s's bookmarks" -msgstr "Links guardados de %1$s" - -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Nome da sala vazio" - -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Nome da sala duplicado" - -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Especificador de sala inválido." - -#: ../../include/chat.php:102 -msgid "Room not found." -msgstr "A sala não foi encontrada." - -#: ../../include/chat.php:123 -msgid "Room is full" -msgstr "A sala está cheia" - -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "Etiquetas" - -#: ../../include/taxonomy.php:227 -msgid "Keywords" -msgstr "Palavras-chave" - -#: ../../include/taxonomy.php:252 -msgid "have" -msgstr "tenho" - -#: ../../include/taxonomy.php:252 -msgid "has" -msgstr "tem" - -#: ../../include/taxonomy.php:253 -msgid "want" -msgstr "quero" - -#: ../../include/taxonomy.php:253 -msgid "wants" -msgstr "quer" - -#: ../../include/taxonomy.php:254 -msgid "likes" -msgstr "gosta" - -#: ../../include/taxonomy.php:255 -msgid "dislikes" -msgstr "desgosta" - -#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 -#: ../../view/theme/redbasic/php/config.php:84 -msgid "Default" -msgstr "Default" - -#: ../../include/contact_selectors.php:30 -msgid "Unknown | Not categorised" -msgstr "Desconhecido | Não categorizado" - -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" -msgstr "Bloquear imediatamente" - -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" -msgstr "Suspeito, spammer, propagandista" - -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" -msgstr "Eu conheço, mas não tenho opinião a respeito" - -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" -msgstr "Ok, provavelmente inofensivo" - -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" -msgstr "Boa reputação, tem minha confiança" - -#: ../../include/contact_selectors.php:54 -msgid "Frequently" -msgstr "Frequentemente" - -#: ../../include/contact_selectors.php:55 -msgid "Hourly" -msgstr "De hora em hora" - -#: ../../include/contact_selectors.php:56 -msgid "Twice daily" -msgstr "Duas vezes ao dia" - -#: ../../include/contact_selectors.php:57 -msgid "Daily" -msgstr "Diariamente" - -#: ../../include/contact_selectors.php:58 -msgid "Weekly" -msgstr "Semanalmente" - -#: ../../include/contact_selectors.php:59 -msgid "Monthly" -msgstr "Mensalmente" - -#: ../../include/contact_selectors.php:74 -msgid "Friendica" -msgstr "Friendica" - -#: ../../include/contact_selectors.php:75 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:76 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 -#: ../../mod/admin.php:762 ../../boot.php:1454 -msgid "Email" -msgstr "E-mail" - -#: ../../include/contact_selectors.php:78 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../include/contact_selectors.php:79 -msgid "Facebook" -msgstr "Facebook" - -#: ../../include/contact_selectors.php:80 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:81 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: ../../include/contact_selectors.php:82 -msgid "XMPP/IM" -msgstr "XMPP/MI" - -#: ../../include/contact_selectors.php:83 -msgid "MySpace" -msgstr "MySpace" - -#: ../../include/text.php:320 -msgid "prev" -msgstr "anterior" - -#: ../../include/text.php:322 -msgid "first" -msgstr "primeiro" - -#: ../../include/text.php:351 -msgid "last" -msgstr "último" - -#: ../../include/text.php:354 -msgid "next" -msgstr "próximo" - -#: ../../include/text.php:366 -msgid "older" -msgstr "mais antigo" - -#: ../../include/text.php:368 -msgid "newer" -msgstr "mais recente" - -#: ../../include/text.php:719 -msgid "No connections" -msgstr "Nenhuma conexão" - -#: ../../include/text.php:732 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d conexão" -msgstr[1] "%d conexões" - -#: ../../include/text.php:744 -msgid "View Connections" -msgstr "Ver conexões" - -#: ../../include/text.php:803 ../../include/text.php:817 -#: ../../include/nav.php:144 ../../mod/search.php:29 -msgid "Search" -msgstr "Pesquisar" - -#: ../../include/text.php:805 ../../include/text.php:819 -#: ../../include/widgets.php:173 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 -msgid "Save" -msgstr "Salvar" - -#: ../../include/text.php:885 -msgid "poke" -msgstr "cutucar" - -#: ../../include/text.php:885 ../../include/conversation.php:240 -msgid "poked" -msgstr "cutucado" - -#: ../../include/text.php:886 -msgid "ping" -msgstr "pingar" - -#: ../../include/text.php:886 -msgid "pinged" -msgstr "pingou" - -#: ../../include/text.php:887 -msgid "prod" -msgstr "espetar" - -#: ../../include/text.php:887 -msgid "prodded" -msgstr "espetou" - -#: ../../include/text.php:888 -msgid "slap" -msgstr "estapear" - -#: ../../include/text.php:888 -msgid "slapped" -msgstr "estapeou" - -#: ../../include/text.php:889 -msgid "finger" -msgstr "dar um toque" - -#: ../../include/text.php:889 -msgid "fingered" -msgstr "deu um toque" - -#: ../../include/text.php:890 -msgid "rebuff" -msgstr "rebater" - -#: ../../include/text.php:890 -msgid "rebuffed" -msgstr "rebateu" - -#: ../../include/text.php:899 -msgid "happy" -msgstr "feliz" - -#: ../../include/text.php:900 -msgid "sad" -msgstr "triste" - -#: ../../include/text.php:901 -msgid "mellow" -msgstr "suave" - -#: ../../include/text.php:902 -msgid "tired" -msgstr "cansado" - -#: ../../include/text.php:903 -msgid "perky" -msgstr "animado/a" - -#: ../../include/text.php:904 -msgid "angry" -msgstr "nervoso" - -#: ../../include/text.php:905 -msgid "stupified" -msgstr "embasbacado/a" - -#: ../../include/text.php:906 -msgid "puzzled" -msgstr "confuso/a" - -#: ../../include/text.php:907 -msgid "interested" -msgstr "interessado" - -#: ../../include/text.php:908 -msgid "bitter" -msgstr "amargo/a" - -#: ../../include/text.php:909 -msgid "cheerful" -msgstr "alegre" - -#: ../../include/text.php:910 -msgid "alive" -msgstr "vivo" - -#: ../../include/text.php:911 -msgid "annoyed" -msgstr "aborrecido" - -#: ../../include/text.php:912 -msgid "anxious" -msgstr "ansioso" - -#: ../../include/text.php:913 -msgid "cranky" -msgstr "irritado/a" - -#: ../../include/text.php:914 -msgid "disturbed" -msgstr "perturbado" - -#: ../../include/text.php:915 -msgid "frustrated" -msgstr "frustrado" - -#: ../../include/text.php:916 -msgid "depressed" -msgstr "deprimido" - -#: ../../include/text.php:917 -msgid "motivated" -msgstr "motivado" - -#: ../../include/text.php:918 -msgid "relaxed" -msgstr "relaxado" - -#: ../../include/text.php:919 -msgid "surprised" -msgstr "surpreso" - -#: ../../include/text.php:1080 -msgid "Monday" -msgstr "Segunda" - -#: ../../include/text.php:1080 -msgid "Tuesday" -msgstr "Terça" - -#: ../../include/text.php:1080 -msgid "Wednesday" -msgstr "Quarta" - -#: ../../include/text.php:1080 -msgid "Thursday" -msgstr "Quinta" - -#: ../../include/text.php:1080 -msgid "Friday" -msgstr "Sexta" - -#: ../../include/text.php:1080 -msgid "Saturday" -msgstr "Sábado" - -#: ../../include/text.php:1080 -msgid "Sunday" -msgstr "Domingo" - -#: ../../include/text.php:1084 -msgid "January" -msgstr "Janeiro" - -#: ../../include/text.php:1084 -msgid "February" -msgstr "Fevereiro" - -#: ../../include/text.php:1084 -msgid "March" -msgstr "Março" - -#: ../../include/text.php:1084 -msgid "April" -msgstr "Abril" - -#: ../../include/text.php:1084 -msgid "May" -msgstr "Maio" - -#: ../../include/text.php:1084 -msgid "June" -msgstr "Junho" - -#: ../../include/text.php:1084 -msgid "July" -msgstr "Julho" - -#: ../../include/text.php:1084 -msgid "August" -msgstr "Agosto" - -#: ../../include/text.php:1084 -msgid "September" -msgstr "Setembro" - -#: ../../include/text.php:1084 -msgid "October" -msgstr "Outubro" - -#: ../../include/text.php:1084 -msgid "November" -msgstr "Novembro" - -#: ../../include/text.php:1084 -msgid "December" -msgstr "Dezembro" - -#: ../../include/text.php:1162 -msgid "unknown.???" -msgstr "desconhecido.???" - -#: ../../include/text.php:1163 -msgid "bytes" -msgstr "bytes" - -#: ../../include/text.php:1198 -msgid "remove category" -msgstr "remover categoria" +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente." -#: ../../include/text.php:1247 -msgid "remove from file" -msgstr "remover do arquivo" +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" +msgstr "Grupo de privacidade padrão para novos contatos" -#: ../../include/text.php:1308 ../../include/text.php:1320 -msgid "Click to open/close" -msgstr "Clique para abrir/fechar" +#: ../../include/group.php:242 ../../mod/admin.php:762 +msgid "All Channels" +msgstr "Todos os canais" -#: ../../include/text.php:1475 ../../mod/events.php:335 -msgid "link to source" -msgstr "Link para a origem" +#: ../../include/group.php:264 +msgid "edit" +msgstr "editar" -#: ../../include/text.php:1494 -msgid "Select a page layout: " -msgstr "Selecione um layout de página:" +#: ../../include/group.php:285 +msgid "Collections" +msgstr "Coleções" -#: ../../include/text.php:1497 ../../include/text.php:1562 -msgid "default" -msgstr "default" +#: ../../include/group.php:286 +msgid "Edit collection" +msgstr "Editar coleção" -#: ../../include/text.php:1533 -msgid "Page content type: " -msgstr "Tipo de conteúdo da página: " +#: ../../include/group.php:287 +msgid "Create a new collection" +msgstr "Criar uma nova coleção" -#: ../../include/text.php:1574 -msgid "Select an alternate language" -msgstr "Selecione um idioma alternativo" +#: ../../include/group.php:288 +msgid "Channels not in any collection" +msgstr "Canais que não estão em nenhuma coleção" -#: ../../include/text.php:1695 ../../include/conversation.php:117 +#: ../../include/conversation.php:117 ../../include/text.php:1705 #: ../../mod/subthread.php:72 ../../mod/subthread.php:174 #: ../../mod/tagger.php:45 ../../mod/like.php:111 msgid "photo" msgstr "foto" -#: ../../include/text.php:1698 ../../include/conversation.php:120 +#: ../../include/conversation.php:120 ../../include/text.php:1708 #: ../../mod/tagger.php:49 msgid "event" msgstr "evento" -#: ../../include/text.php:1701 ../../include/conversation.php:145 +#: ../../include/conversation.php:123 +msgid "channel" +msgstr "canal" + +#: ../../include/conversation.php:145 ../../include/text.php:1711 #: ../../mod/subthread.php:72 ../../mod/subthread.php:174 #: ../../mod/tagger.php:53 ../../mod/like.php:111 msgid "status" msgstr "status" -#: ../../include/text.php:1703 ../../include/conversation.php:147 +#: ../../include/conversation.php:147 ../../include/text.php:1713 #: ../../mod/tagger.php:55 msgid "comment" msgstr "comentário" -#: ../../include/text.php:1708 -msgid "activity" -msgstr "atividade" - -#: ../../include/text.php:1967 -msgid "Design" -msgstr "Design" - -#: ../../include/text.php:1969 -msgid "Blocks" -msgstr "Blocos" - -#: ../../include/text.php:1970 -msgid "Menus" -msgstr "Menus" - -#: ../../include/text.php:1971 -msgid "Layouts" -msgstr "Layouts" - -#: ../../include/text.php:1972 -msgid "Pages" -msgstr "Páginas" - -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d convite disponível" -msgstr[1] "%d convites disponíveis" - -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 -msgid "Advanced" -msgstr "Avançado" - -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Pesquisar canais" - -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Digite um nome ou interesse" - -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Conectar/Acompanhar" - -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Por exemplo: José da Silva, Pescaria" - -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:390 -#: ../../mod/directory.php:206 ../../mod/directory.php:211 -msgid "Find" -msgstr "Pesquisar" - -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -msgid "Channel Suggestions" -msgstr "Sugestões de canais" - -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Perfil aleatório" - -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Convidar amigos" - -#: ../../include/contact_widgets.php:32 -msgid "Exammple: name=fred and country=iceland" -msgstr "Exemplo: name=raoni and country=peru" - -#: ../../include/contact_widgets.php:33 -msgid "Advanced Find" -msgstr "Busca avançada" - -#: ../../include/contact_widgets.php:58 ../../include/features.php:66 -#: ../../include/widgets.php:283 -msgid "Saved Folders" -msgstr "Pastas salvas" - -#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:286 -msgid "Everything" -msgstr "Tudo" - -#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29 -msgid "Categories" -msgstr "Categorias" - -#: ../../include/contact_widgets.php:125 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d conexão em comum" -msgstr[1] "%d conexões em comum" - -#: ../../include/conversation.php:123 -msgid "channel" -msgstr "canal" - #: ../../include/conversation.php:161 ../../mod/like.php:142 #, php-format msgid "%1$s likes %2$s's %3$s" @@ -1276,11 +649,36 @@ msgstr "%1$s agora está conectado com %2$s" msgid "%1$s poked %2$s" msgstr "%1$s cutucou %2$s" +#: ../../include/conversation.php:240 ../../include/text.php:895 +msgid "poked" +msgstr "cutucado" + #: ../../include/conversation.php:258 ../../mod/mood.php:63 #, php-format msgid "%1$s is currently %2$s" msgstr "%1$s atualmente está %2$s" +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" +msgstr "Selecionar" + +#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 +#: ../../include/apps.php:156 ../../mod/group.php:176 ../../mod/thing.php:236 +#: ../../mod/filestorage.php:175 ../../mod/connedit.php:398 +#: ../../mod/settings.php:578 ../../mod/photos.php:1043 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 +msgid "Delete" +msgstr "Excluir" + +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:846 +msgid "Private Message" +msgstr "Mensagem privada" + +#: ../../include/conversation.php:646 ../../include/ItemObject.php:182 +msgid "Message is verified" +msgstr "A mensagem foi verificada" + #: ../../include/conversation.php:666 #, php-format msgid "View %s's profile @ %s" @@ -1294,10 +692,33 @@ msgstr "Categorias:" msgid "Filed under:" msgstr "Armazenado sob:" +#: ../../include/conversation.php:690 ../../include/ItemObject.php:247 +#, php-format +msgid " from %s" +msgstr "de %s" + +#: ../../include/conversation.php:693 ../../include/ItemObject.php:250 +#, php-format +msgid "last edited: %s" +msgstr "última edição: %s" + +#: ../../include/conversation.php:694 ../../include/ItemObject.php:251 +#, php-format +msgid "Expires: %s" +msgstr "Expira: %s" + #: ../../include/conversation.php:709 msgid "View in context" msgstr "Ver no contexto" +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:290 ../../mod/editlayout.php:115 +#: ../../mod/editpost.php:121 ../../mod/photos.php:974 +#: ../../mod/editblock.php:120 ../../mod/editwebpage.php:152 +#: ../../mod/mail.php:222 ../../mod/mail.php:336 +msgid "Please wait" +msgstr "Por favor, espere" + #: ../../include/conversation.php:838 msgid "remove" msgstr "remover" @@ -1322,11 +743,6 @@ msgstr "Acompanhar a discussão" msgid "View Status" msgstr "Ver status" -#: ../../include/conversation.php:937 ../../include/nav.php:81 -#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 -msgid "View Profile" -msgstr "Ver perfil" - #: ../../include/conversation.php:938 msgid "View Photos" msgstr "Ver fotos" @@ -1426,8 +842,16 @@ msgstr "Onde você está agora?" msgid "Expires YYYY-MM-DD HH:MM" msgstr "Expira YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 -#: ../../mod/photos.php:973 +#: ../../include/conversation.php:1088 ../../include/ItemObject.php:588 +#: ../../include/page_widgets.php:40 ../../mod/editlayout.php:135 +#: ../../mod/webpages.php:123 ../../mod/editpost.php:140 +#: ../../mod/photos.php:994 ../../mod/editblock.php:141 +#: ../../mod/editwebpage.php:175 +msgid "Preview" +msgstr "Pré-visualizar" + +#: ../../include/conversation.php:1102 ../../mod/photos.php:973 +#: ../../mod/layouts.php:113 msgid "Share" msgstr "Compartilhar" @@ -1439,8 +863,8 @@ msgstr "Título do link da página" msgid "Post as" msgstr "Publicar como" -#: ../../include/conversation.php:1108 ../../mod/editblock.php:112 -#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 +#: ../../include/conversation.php:1108 ../../mod/editlayout.php:107 +#: ../../mod/editpost.php:113 ../../mod/editblock.php:112 #: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 msgid "Upload photo" msgstr "Enviar foto" @@ -1449,8 +873,8 @@ msgstr "Enviar foto" msgid "upload photo" msgstr "enviar foto" -#: ../../include/conversation.php:1110 ../../mod/editblock.php:113 -#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 +#: ../../include/conversation.php:1110 ../../mod/editlayout.php:108 +#: ../../mod/editpost.php:114 ../../mod/editblock.php:113 #: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 msgid "Attach file" msgstr "Anexar arquivo" @@ -1459,8 +883,8 @@ msgstr "Anexar arquivo" msgid "attach file" msgstr "anexar arquivo" -#: ../../include/conversation.php:1112 ../../mod/editblock.php:114 -#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 +#: ../../include/conversation.php:1112 ../../mod/editlayout.php:109 +#: ../../mod/editpost.php:115 ../../mod/editblock.php:114 #: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 msgid "Insert web link" msgstr "Inserir link web" @@ -1485,8 +909,8 @@ msgstr "Inserir link de áudio" msgid "audio link" msgstr "link de áudio" -#: ../../include/conversation.php:1118 ../../mod/editblock.php:118 -#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119 +#: ../../include/conversation.php:1118 ../../mod/editlayout.php:113 +#: ../../mod/editpost.php:119 ../../mod/editblock.php:118 #: ../../mod/editwebpage.php:150 msgid "Set your location" msgstr "Definir sua localização" @@ -1495,8 +919,8 @@ msgstr "Definir sua localização" msgid "set location" msgstr "definir localização" -#: ../../include/conversation.php:1120 ../../mod/editblock.php:119 -#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120 +#: ../../include/conversation.php:1120 ../../mod/editlayout.php:114 +#: ../../mod/editpost.php:120 ../../mod/editblock.php:119 #: ../../mod/editwebpage.php:151 msgid "Clear browser location" msgstr "Limpar a localização do navegador" @@ -1505,20 +929,20 @@ msgstr "Limpar a localização do navegador" msgid "clear location" msgstr "limpar a localização" -#: ../../include/conversation.php:1123 ../../mod/editblock.php:132 -#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 +#: ../../include/conversation.php:1123 ../../mod/editlayout.php:126 +#: ../../mod/editpost.php:132 ../../mod/editblock.php:132 #: ../../mod/editwebpage.php:167 msgid "Set title" msgstr "Definir o título" -#: ../../include/conversation.php:1126 ../../mod/editblock.php:135 -#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 +#: ../../include/conversation.php:1126 ../../mod/editlayout.php:129 +#: ../../mod/editpost.php:134 ../../mod/editblock.php:135 #: ../../mod/editwebpage.php:169 msgid "Categories (comma-separated list)" msgstr "Categorias (lista separada por vírgulas)" -#: ../../include/conversation.php:1128 ../../mod/editblock.php:121 -#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 +#: ../../include/conversation.php:1128 ../../mod/editlayout.php:116 +#: ../../mod/editpost.php:122 ../../mod/editblock.php:121 #: ../../mod/editwebpage.php:153 msgid "Permission settings" msgstr "Configurações de permissão" @@ -1527,32 +951,37 @@ msgstr "Configurações de permissão" msgid "permissions" msgstr "permissões" -#: ../../include/conversation.php:1136 ../../mod/editblock.php:129 -#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 +#: ../../include/conversation.php:1136 ../../mod/editlayout.php:123 +#: ../../mod/editpost.php:129 ../../mod/editblock.php:129 #: ../../mod/editwebpage.php:162 msgid "Public post" msgstr "Publicação pública" -#: ../../include/conversation.php:1138 ../../mod/editblock.php:136 -#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135 +#: ../../include/conversation.php:1138 ../../mod/editlayout.php:130 +#: ../../mod/editpost.php:135 ../../mod/editblock.php:136 #: ../../mod/editwebpage.php:170 msgid "Example: bob@example.com, mary@example.com" msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com" -#: ../../include/conversation.php:1151 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 +#: ../../include/conversation.php:1151 ../../mod/editlayout.php:140 +#: ../../mod/editpost.php:146 ../../mod/editblock.php:146 #: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339 msgid "Set expiration date" msgstr "Definir data de expiração" +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:591 +#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Encrypt text" +msgstr "Encriptar texto" + #: ../../include/conversation.php:1155 ../../mod/editpost.php:150 msgid "OK" msgstr "Ok" -#: ../../include/conversation.php:1156 ../../mod/settings.php:516 -#: ../../mod/settings.php:542 ../../mod/editpost.php:151 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 +#: ../../include/conversation.php:1156 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 ../../mod/editpost.php:151 +#: ../../mod/settings.php:516 ../../mod/settings.php:542 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 msgid "Cancel" msgstr "Cancelar" @@ -1580,16 +1009,12 @@ msgstr "Recentemente publicados" msgid "Sort by Post Date" msgstr "Ordenar pela data da publicação" -#: ../../include/conversation.php:1415 -msgid "Personal" -msgstr "Pessoal" - #: ../../include/conversation.php:1418 msgid "Posts that mention or involve you" msgstr "Publicações que mencionam ou envolvem você" #: ../../include/conversation.php:1424 ../../mod/connections.php:211 -#: ../../mod/connections.php:223 ../../mod/menu.php:61 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 msgid "New" msgstr "Novo" @@ -1629,15 +1054,9 @@ msgstr "Sobre" msgid "Profile Details" msgstr "Detalhes do perfil" -#: ../../include/conversation.php:1501 ../../include/nav.php:84 -#: ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Fotos" - -#: ../../include/conversation.php:1510 ../../include/nav.php:85 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Arquivos" +#: ../../include/conversation.php:1504 ../../include/photos.php:311 +msgid "Photo Albums" +msgstr "Álbuns de fotos" #: ../../include/conversation.php:1513 msgid "Files and Storage" @@ -1647,104 +1066,370 @@ msgstr "Arquivos e armazenamento" msgid "Chatrooms" msgstr "Salas de bate-papo" -#: ../../include/conversation.php:1532 ../../include/nav.php:87 -#: ../../include/nav.php:180 ../../mod/events.php:357 -msgid "Events" -msgstr "Eventos" - #: ../../include/conversation.php:1535 msgid "Events and Calendar" msgstr "Eventos e calendário" -#: ../../include/conversation.php:1540 ../../include/nav.php:88 -msgid "Bookmarks" -msgstr "Links guardados" - #: ../../include/conversation.php:1543 msgid "Saved Bookmarks" msgstr "Links guardados" -#: ../../include/conversation.php:1551 ../../include/nav.php:90 -#: ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "Páginas web" - #: ../../include/conversation.php:1554 msgid "Manage Webpages" msgstr "Administrar páginas web" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Miscelânea" +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:84 +msgid "Default" +msgstr "Default" -#: ../../include/datetime.php:152 ../../include/datetime.php:284 -msgid "year" -msgstr "ano" +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "Falta o destinatário." -#: ../../include/datetime.php:157 ../../include/datetime.php:285 -msgid "month" -msgstr "mês" +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[sem assunto]" -#: ../../include/datetime.php:162 ../../include/datetime.php:287 -msgid "day" -msgstr "dia" +#: ../../include/message.php:42 +msgid "Unable to determine sender." +msgstr "Não foi possível determinar o remetente." -#: ../../include/datetime.php:275 -msgid "never" -msgstr "nunca" +#: ../../include/message.php:143 +msgid "Stored post could not be verified." +msgstr "Não foi possível verificar a publicação armazenada." -#: ../../include/datetime.php:281 -msgid "less than a second ago" -msgstr "menos de um segundo atrás" +#: ../../include/activities.php:39 +msgid " and " +msgstr " e " -#: ../../include/datetime.php:284 -msgid "years" -msgstr "anos" +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "perfil público" -#: ../../include/datetime.php:285 -msgid "months" -msgstr "meses" +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s mudou %2$s para “%3$s”" -#: ../../include/datetime.php:286 -msgid "week" -msgstr "semana" +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Visite o %2$s de %1$s" -#: ../../include/datetime.php:286 -msgid "weeks" -msgstr "semanas" +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s atualizou %2$s, alterando %3$s." -#: ../../include/datetime.php:287 -msgid "days" -msgstr "dias" +#: ../../include/network.php:652 +msgid "view full size" +msgstr "ver na tela inteira" -#: ../../include/datetime.php:288 -msgid "hour" -msgstr "hora" +#: ../../include/bookmarks.php:42 +#, php-format +msgid "%1$s's bookmarks" +msgstr "Links guardados de %1$s" -#: ../../include/datetime.php:288 -msgid "hours" -msgstr "horas" +#: ../../include/taxonomy.php:210 +msgid "Tags" +msgstr "Etiquetas" -#: ../../include/datetime.php:289 -msgid "minute" -msgstr "minuto" +#: ../../include/taxonomy.php:227 +msgid "Keywords" +msgstr "Palavras-chave" -#: ../../include/datetime.php:289 -msgid "minutes" -msgstr "minutos" +#: ../../include/taxonomy.php:252 +msgid "have" +msgstr "tenho" -#: ../../include/datetime.php:290 -msgid "second" -msgstr "segundo" +#: ../../include/taxonomy.php:252 +msgid "has" +msgstr "tem" -#: ../../include/datetime.php:290 -msgid "seconds" -msgstr "segundos" +#: ../../include/taxonomy.php:253 +msgid "want" +msgstr "quero" -#: ../../include/datetime.php:299 +#: ../../include/taxonomy.php:253 +msgid "wants" +msgstr "quer" + +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:205 +msgid "like" +msgstr "gostei" + +#: ../../include/taxonomy.php:254 +msgid "likes" +msgstr "gosta" + +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:206 +msgid "dislike" +msgstr "não gostei" + +#: ../../include/taxonomy.php:255 +msgid "dislikes" +msgstr "desgosta" + +#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/menu.php:42 +#: ../../mod/editlayout.php:106 ../../mod/webpages.php:119 +#: ../../mod/thing.php:235 ../../mod/blocks.php:94 +#: ../../mod/filestorage.php:174 ../../mod/editpost.php:112 +#: ../../mod/settings.php:577 ../../mod/layouts.php:112 +#: ../../mod/connections.php:392 ../../mod/editblock.php:111 +#: ../../mod/editwebpage.php:143 ../../mod/menu.php:59 +msgid "Edit" +msgstr "Editar" + +#: ../../include/ItemObject.php:118 +msgid "save to folder" +msgstr "salvar na pasta" + +#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +msgid "View all" +msgstr "Ver tudo" + +#: ../../include/ItemObject.php:134 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "gostou" +msgstr[1] "gostaram" + +#: ../../include/ItemObject.php:139 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "desgostou" +msgstr[1] "desgostaram" + +#: ../../include/ItemObject.php:167 +msgid "add star" +msgstr "destacar" + +#: ../../include/ItemObject.php:168 +msgid "remove star" +msgstr "remover destaque" + +#: ../../include/ItemObject.php:169 +msgid "toggle star status" +msgstr "alternar destaque" + +#: ../../include/ItemObject.php:173 +msgid "starred" +msgstr "destacado" + +#: ../../include/ItemObject.php:190 +msgid "add tag" +msgstr "adicionar etiqueta" + +#: ../../include/ItemObject.php:205 ../../mod/photos.php:971 +msgid "I like this (toggle)" +msgstr "Eu gostei disso (alterna)" + +#: ../../include/ItemObject.php:206 ../../mod/photos.php:972 +msgid "I don't like this (toggle)" +msgstr "Eu não gostei disso (alterna)" + +#: ../../include/ItemObject.php:208 +msgid "Share this" +msgstr "Compartilhar isso" + +#: ../../include/ItemObject.php:208 +msgid "share" +msgstr "compartilhar" + +#: ../../include/ItemObject.php:232 ../../include/ItemObject.php:233 #, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s atrás" +msgid "View %s's profile - %s" +msgstr "Ver o perfil de %s - %s" + +#: ../../include/ItemObject.php:234 +msgid "to" +msgstr "para" + +#: ../../include/ItemObject.php:235 +msgid "via" +msgstr "via" + +#: ../../include/ItemObject.php:236 +msgid "Wall-to-Wall" +msgstr "Mural-para-mural" + +#: ../../include/ItemObject.php:237 +msgid "via Wall-To-Wall:" +msgstr "via Mural-para-mural" + +#: ../../include/ItemObject.php:271 +msgid "Bookmark Links" +msgstr "Guardar links" + +#: ../../include/ItemObject.php:279 +msgctxt "noun" +msgid "Likes" +msgstr "Gostaram" + +#: ../../include/ItemObject.php:280 +msgctxt "noun" +msgid "Dislikes" +msgstr "Desgostaram" + +#: ../../include/ItemObject.php:285 ../../include/acl_selectors.php:247 +msgid "Close" +msgstr "Fechar" + +#: ../../include/ItemObject.php:311 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comentário" +msgstr[1] "%d comentários" + +#: ../../include/ItemObject.php:312 ../../include/contact_widgets.php:130 +#: ../../include/js_strings.php:7 +msgid "show more" +msgstr "exibir mais" + +#: ../../include/ItemObject.php:576 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 +msgid "This is you" +msgstr "Este(a) é você" + +#: ../../include/ItemObject.php:578 ../../include/js_strings.php:6 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +msgid "Comment" +msgstr "Comentar" + +#: ../../include/ItemObject.php:579 ../../mod/group.php:81 +#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/connect.php:92 +#: ../../mod/pdledit.php:58 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 +#: ../../mod/fsuggest.php:108 ../../mod/connedit.php:476 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 +#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/events.php:481 +#: ../../mod/photos.php:565 ../../mod/photos.php:670 ../../mod/photos.php:953 +#: ../../mod/photos.php:993 ../../mod/photos.php:1080 ../../mod/import.php:387 +#: ../../mod/mood.php:142 ../../mod/chat.php:177 ../../mod/chat.php:211 +#: ../../mod/profiles.php:506 ../../mod/mail.php:223 ../../mod/mail.php:335 +#: ../../mod/appman.php:91 ../../mod/poke.php:166 ../../mod/admin.php:441 +#: ../../mod/admin.php:750 ../../mod/admin.php:884 ../../mod/admin.php:1017 +#: ../../mod/admin.php:1216 ../../mod/admin.php:1303 ../../mod/invite.php:156 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Enviar" + +#: ../../include/ItemObject.php:580 +msgid "Bold" +msgstr "Negrito" + +#: ../../include/ItemObject.php:581 +msgid "Italic" +msgstr "Itálico" + +#: ../../include/ItemObject.php:582 +msgid "Underline" +msgstr "Sublinhado" + +#: ../../include/ItemObject.php:583 +msgid "Quote" +msgstr "Citação" + +#: ../../include/ItemObject.php:584 +msgid "Code" +msgstr "Código" + +#: ../../include/ItemObject.php:585 +msgid "Image" +msgstr "Imagem" + +#: ../../include/ItemObject.php:586 +msgid "Link" +msgstr "Link" + +#: ../../include/ItemObject.php:587 +msgid "Video" +msgstr "Vídeo" + +#: ../../include/items.php:306 ../../mod/group.php:68 +#: ../../mod/subthread.php:49 ../../mod/profperm.php:23 ../../mod/like.php:63 +#: ../../index.php:361 +msgid "Permission denied" +msgstr "Permissão negada" + +#: ../../include/items.php:830 +msgid "(Unknown)" +msgstr "(Desconhecido)" + +#: ../../include/items.php:3583 ../../mod/home.php:63 ../../mod/thing.php:78 +#: ../../mod/filestorage.php:18 ../../mod/viewsrc.php:18 +#: ../../mod/display.php:32 ../../mod/admin.php:159 ../../mod/admin.php:921 +#: ../../mod/admin.php:1124 +msgid "Item not found." +msgstr "O item não foi encontrado." + +#: ../../include/items.php:3645 ../../include/attach.php:119 +#: ../../include/attach.php:166 ../../include/attach.php:229 +#: ../../include/attach.php:243 ../../include/attach.php:283 +#: ../../include/attach.php:297 ../../include/attach.php:322 +#: ../../include/attach.php:513 ../../include/attach.php:585 +#: ../../include/photos.php:15 ../../include/chat.php:116 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/editlayout.php:48 ../../mod/webpages.php:40 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/group.php:9 ../../mod/thing.php:247 ../../mod/thing.php:263 +#: ../../mod/thing.php:298 ../../mod/notifications.php:66 +#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/message.php:16 +#: ../../mod/mitem.php:73 ../../mod/item.php:179 ../../mod/item.php:187 +#: ../../mod/item.php:872 ../../mod/suggest.php:26 ../../mod/network.php:12 +#: ../../mod/bookmarks.php:46 ../../mod/channel.php:89 +#: ../../mod/channel.php:193 ../../mod/channel.php:236 +#: ../../mod/pdledit.php:21 ../../mod/sources.php:66 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 +#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 +#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 +#: ../../mod/authtest.php:13 ../../mod/fsuggest.php:78 +#: ../../mod/connedit.php:221 ../../mod/viewsrc.php:12 +#: ../../mod/achievements.php:27 ../../mod/editpost.php:13 +#: ../../mod/settings.php:492 ../../mod/setup.php:203 ../../mod/events.php:140 +#: ../../mod/photos.php:68 ../../mod/photos.php:526 ../../mod/delegate.php:6 +#: ../../mod/layouts.php:27 ../../mod/layouts.php:39 +#: ../../mod/connections.php:169 ../../mod/page.php:30 ../../mod/page.php:80 +#: ../../mod/mood.php:119 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/editblock.php:34 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:453 ../../mod/menu.php:44 ../../mod/mail.php:108 +#: ../../mod/appman.php:58 ../../mod/poke.php:128 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/register.php:68 +#: ../../mod/manage.php:6 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/common.php:35 ../../mod/regmod.php:18 ../../index.php:187 +#: ../../index.php:362 +msgid "Permission denied." +msgstr "Permissão negada." + +#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "A coleção não foi encontrada." + +#: ../../include/items.php:4022 +msgid "Collection is empty." +msgstr "A coleção está vazia." + +#: ../../include/items.php:4029 +#, php-format +msgid "Collection: %s" +msgstr "Coleção: %s" + +#: ../../include/items.php:4040 +#, php-format +msgid "Connection: %s" +msgstr "Conexão: %s" + +#: ../../include/items.php:4043 +msgid "Connection not found." +msgstr "A conexão não foi encontrada." #: ../../include/dir_fns.php:36 msgid "Sort Options" @@ -1774,6 +1459,21 @@ msgstr "Desabilitar busca tranquila" msgid "Safe Mode" msgstr "Modo tranquilo" +#: ../../include/security.php:301 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão." + +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "criou uma nova publicação" + +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "comentou a publicação de %s" + #: ../../include/enotify.php:41 msgid "Red Matrix Notification" msgstr "Notificação da Red Matrix" @@ -1966,6 +1666,895 @@ msgstr "Foto:" msgid "Please visit %s to approve or reject the suggestion." msgstr "Por favor, visite %s para aprovar ou rejeitar a sugestão." +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "O item não foi encontrado." + +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Nenhum arquivo de origem." + +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "Não foi possível locar o arquivo a ser substituído" + +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "Não foi possível localizar o arquivo a ser revisado/atualizado" + +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "O arquivo excedeu o tamanho limite de %d" + +#: ../../include/attach.php:393 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Você atingiu o seu limite de %1$.0f Mbytes de armazenamento de anexos." + +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Não foi possível enviar o arquivo. Provável limite do sistema ou a ação foi encerrada." + +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "Não foi possível verificar o arquivo armazenado. Falha no envio." + +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "O caminho não está disponível." + +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "O nome do caminho está em branco" + +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "nome de arquivo ou caminho duplicado" + +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Caminho não encontrado." + +#: ../../include/attach.php:674 +msgid "mkdir failed." +msgstr "mkdir falhou." + +#: ../../include/attach.php:678 +msgid "database storage failed." +msgstr "armazenamento de banco de dados falhou." + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nova página" + +#: ../../include/page_widgets.php:39 ../../mod/webpages.php:122 +#: ../../mod/blocks.php:97 ../../mod/layouts.php:116 +msgid "View" +msgstr "Ver" + +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 +msgid "Actions" +msgstr "Ações" + +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 +msgid "Page Link" +msgstr "Link da página" + +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 +msgid "Title" +msgstr "Título" + +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 +msgid "Created" +msgstr "Criado" + +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 +msgid "Edited" +msgstr "Editado" + +#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:643 +#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 +#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 +msgid "Profile Photos" +msgstr "Fotos do perfil" + +#: ../../include/photos.php:89 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "A imagem excede o limite de tamanho do site, que é de %" + +#: ../../include/photos.php:96 +msgid "Image file is empty." +msgstr "O arquivo de imagem está vazio." + +#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Não foi possível processar a imagem" + +#: ../../include/photos.php:186 +msgid "Photo storage failed." +msgstr "Não foi possível armazenar a foto." + +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 +msgid "Upload New Photos" +msgstr "Enviar novas fotos" + +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'" + +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "Masculino" + +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "Feminino" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Atualmente masculino" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Atualmente feminino" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Masculino a maior parte do tempo" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Feminino a maior parte do tempo" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transgênero" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Intersexuado" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transexual" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Hermafrodita" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Neutro" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Não específico" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "Outro" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Indeciso" + +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "Homens" + +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "Mulheres" + +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "Gays" + +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "Lésbicas" + +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "Sem preferência" + +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "Bissexuais" + +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "Autossexuais" + +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "Abstinentes" + +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "Virgens" + +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "Desviantes" + +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "Fetiches" + +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "Abundância" + +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "Não sexuais" + +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "Solteiro(a)" + +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "Solitário(a)" + +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "Disponível" + +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" +msgstr "Não disponível" + +#: ../../include/profile_selectors.php:42 +msgid "Has crush" +msgstr "Tem uma paixão" + +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" +msgstr "Apaixonado" + +#: ../../include/profile_selectors.php:42 +msgid "Dating" +msgstr "Saindo com alguém" + +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" +msgstr "Infiel" + +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" +msgstr "Viciado(a) em sexo" + +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" +msgstr "Amigos com benefícios" + +#: ../../include/profile_selectors.php:42 +msgid "Casual" +msgstr "Casual" + +#: ../../include/profile_selectors.php:42 +msgid "Engaged" +msgstr "Envolvido(a)" + +#: ../../include/profile_selectors.php:42 +msgid "Married" +msgstr "Casado(a)" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" +msgstr "Casado imaginariamente" + +#: ../../include/profile_selectors.php:42 +msgid "Partners" +msgstr "Parceiros" + +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" +msgstr "Coabitando" + +#: ../../include/profile_selectors.php:42 +msgid "Common law" +msgstr "Direito comum" + +#: ../../include/profile_selectors.php:42 +msgid "Happy" +msgstr "Feliz" + +#: ../../include/profile_selectors.php:42 +msgid "Not looking" +msgstr "Não estou procurando" + +#: ../../include/profile_selectors.php:42 +msgid "Swinger" +msgstr "Swinger" + +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" +msgstr "Traído(a)" + +#: ../../include/profile_selectors.php:42 +msgid "Separated" +msgstr "Separado(a)" + +#: ../../include/profile_selectors.php:42 +msgid "Unstable" +msgstr "Instável" + +#: ../../include/profile_selectors.php:42 +msgid "Divorced" +msgstr "Divorciado(a)" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" +msgstr "Divorciado imaginariamente" + +#: ../../include/profile_selectors.php:42 +msgid "Widowed" +msgstr "Viúvo(a)" + +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" +msgstr "Incerto(a)" + +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" +msgstr "É complicado" + +#: ../../include/profile_selectors.php:42 +msgid "Don't care" +msgstr "Não importa" + +#: ../../include/profile_selectors.php:42 +msgid "Ask me" +msgstr "Pergunte-me" + +#: ../../include/plugin.php:486 ../../include/plugin.php:488 +msgid "Click here to upgrade." +msgstr "Clique aqui para atualizar." + +#: ../../include/plugin.php:494 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Essa ação excede o limite definido para o seu plano de assinatura." + +#: ../../include/plugin.php:499 +msgid "This action is not available under your subscription plan." +msgstr "Essa ação não está disponível para o seu plano de assinatura." + +#: ../../include/acl_selectors.php:238 +msgid "Visible to everybody" +msgstr "Visível para todos" + +#: ../../include/acl_selectors.php:239 +msgid "Show" +msgstr "Exibir" + +#: ../../include/acl_selectors.php:240 +msgid "Don't show" +msgstr "Não exibir" + +#: ../../include/acl_selectors.php:246 ../../mod/filestorage.php:126 +#: ../../mod/photos.php:606 ../../mod/photos.php:949 ../../mod/chat.php:209 +msgid "Permissions" +msgstr "Permissões" + +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Não é um endereço de e-mail válido" + +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "O domínio do seu e-mail não está entre os permitidos neste site" + +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "O seu endereço de e-mail já está registrado neste site." + +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "É necessário um convite." + +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Não foi possível verificar o convite." + +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Por favor, forneça a informação solicitada." + +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Não foi possível armazenar a informação da conta." + +#: ../../include/account.php:273 +#, php-format +msgid "Registration request at %s" +msgstr "Solicitação de registro em %s" + +#: ../../include/account.php:275 ../../include/account.php:302 +#: ../../include/account.php:359 +msgid "Administrator" +msgstr "Administrador" + +#: ../../include/account.php:297 +msgid "your registration password" +msgstr "sua senha de registro" + +#: ../../include/account.php:300 ../../include/account.php:357 +#, php-format +msgid "Registration details for %s" +msgstr "Detalhes do registro de %s" + +#: ../../include/account.php:366 +msgid "Account approved." +msgstr "A conta foi aprovada." + +#: ../../include/account.php:400 +#, php-format +msgid "Registration revoked for %s" +msgstr "O registro de %s foi revogado" + +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nova janela" + +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Abre a localização selecionada em outra aba ou janela" + +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" +msgstr "Desconhecido | Não categorizado" + +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" +msgstr "Bloquear imediatamente" + +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" +msgstr "Suspeito, spammer, propagandista" + +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" +msgstr "Eu conheço, mas não tenho opinião a respeito" + +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" +msgstr "Ok, provavelmente inofensivo" + +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" +msgstr "Boa reputação, tem minha confiança" + +#: ../../include/contact_selectors.php:54 +msgid "Frequently" +msgstr "Frequentemente" + +#: ../../include/contact_selectors.php:55 +msgid "Hourly" +msgstr "De hora em hora" + +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" +msgstr "Duas vezes ao dia" + +#: ../../include/contact_selectors.php:57 +msgid "Daily" +msgstr "Diariamente" + +#: ../../include/contact_selectors.php:58 +msgid "Weekly" +msgstr "Semanalmente" + +#: ../../include/contact_selectors.php:59 +msgid "Monthly" +msgstr "Mensalmente" + +#: ../../include/contact_selectors.php:74 +msgid "Friendica" +msgstr "Friendica" + +#: ../../include/contact_selectors.php:75 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1453 +msgid "Email" +msgstr "E-mail" + +#: ../../include/contact_selectors.php:78 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:79 +msgid "Facebook" +msgstr "Facebook" + +#: ../../include/contact_selectors.php:80 +msgid "Zot!" +msgstr "Zot!" + +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: ../../include/contact_selectors.php:82 +msgid "XMPP/IM" +msgstr "XMPP/MI" + +#: ../../include/contact_selectors.php:83 +msgid "MySpace" +msgstr "MySpace" + +#: ../../include/apps.php:109 ../../include/identity.php:942 +#: ../../include/identity.php:1031 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Perfil" + +#: ../../include/apps.php:151 ../../mod/settings.php:79 +#: ../../mod/settings.php:541 +msgid "Update" +msgstr "Atualizar" + +#: ../../include/apps.php:151 +msgid "Install" +msgstr "Instalar" + +#: ../../include/apps.php:231 ../../include/apps.php:279 +#: ../../mod/connedit.php:434 +msgid "Unknown" +msgstr "Desconhecidos" + +#: ../../include/auth.php:79 +msgid "Logged out." +msgstr "Você saiu." + +#: ../../include/auth.php:198 +msgid "Failed authentication" +msgstr "Não foi possível autenticar" + +#: ../../include/auth.php:213 ../../mod/openid.php:188 +msgid "Login failed." +msgstr "Não foi possível entrar." + +#: ../../include/text.php:320 +msgid "prev" +msgstr "anterior" + +#: ../../include/text.php:322 +msgid "first" +msgstr "primeiro" + +#: ../../include/text.php:351 +msgid "last" +msgstr "último" + +#: ../../include/text.php:354 +msgid "next" +msgstr "próximo" + +#: ../../include/text.php:366 +msgid "older" +msgstr "mais antigo" + +#: ../../include/text.php:368 +msgid "newer" +msgstr "mais recente" + +#: ../../include/text.php:729 +msgid "No connections" +msgstr "Nenhuma conexão" + +#: ../../include/text.php:742 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d conexão" +msgstr[1] "%d conexões" + +#: ../../include/text.php:754 +msgid "View Connections" +msgstr "Ver conexões" + +#: ../../include/text.php:895 +msgid "poke" +msgstr "cutucar" + +#: ../../include/text.php:896 +msgid "ping" +msgstr "pingar" + +#: ../../include/text.php:896 +msgid "pinged" +msgstr "pingou" + +#: ../../include/text.php:897 +msgid "prod" +msgstr "espetar" + +#: ../../include/text.php:897 +msgid "prodded" +msgstr "espetou" + +#: ../../include/text.php:898 +msgid "slap" +msgstr "estapear" + +#: ../../include/text.php:898 +msgid "slapped" +msgstr "estapeou" + +#: ../../include/text.php:899 +msgid "finger" +msgstr "dar um toque" + +#: ../../include/text.php:899 +msgid "fingered" +msgstr "deu um toque" + +#: ../../include/text.php:900 +msgid "rebuff" +msgstr "rebater" + +#: ../../include/text.php:900 +msgid "rebuffed" +msgstr "rebateu" + +#: ../../include/text.php:909 +msgid "happy" +msgstr "feliz" + +#: ../../include/text.php:910 +msgid "sad" +msgstr "triste" + +#: ../../include/text.php:911 +msgid "mellow" +msgstr "suave" + +#: ../../include/text.php:912 +msgid "tired" +msgstr "cansado" + +#: ../../include/text.php:913 +msgid "perky" +msgstr "animado/a" + +#: ../../include/text.php:914 +msgid "angry" +msgstr "nervoso" + +#: ../../include/text.php:915 +msgid "stupified" +msgstr "embasbacado/a" + +#: ../../include/text.php:916 +msgid "puzzled" +msgstr "confuso/a" + +#: ../../include/text.php:917 +msgid "interested" +msgstr "interessado" + +#: ../../include/text.php:918 +msgid "bitter" +msgstr "amargo/a" + +#: ../../include/text.php:919 +msgid "cheerful" +msgstr "alegre" + +#: ../../include/text.php:920 +msgid "alive" +msgstr "vivo" + +#: ../../include/text.php:921 +msgid "annoyed" +msgstr "aborrecido" + +#: ../../include/text.php:922 +msgid "anxious" +msgstr "ansioso" + +#: ../../include/text.php:923 +msgid "cranky" +msgstr "irritado/a" + +#: ../../include/text.php:924 +msgid "disturbed" +msgstr "perturbado" + +#: ../../include/text.php:925 +msgid "frustrated" +msgstr "frustrado" + +#: ../../include/text.php:926 +msgid "depressed" +msgstr "deprimido" + +#: ../../include/text.php:927 +msgid "motivated" +msgstr "motivado" + +#: ../../include/text.php:928 +msgid "relaxed" +msgstr "relaxado" + +#: ../../include/text.php:929 +msgid "surprised" +msgstr "surpreso" + +#: ../../include/text.php:1090 +msgid "Monday" +msgstr "Segunda" + +#: ../../include/text.php:1090 +msgid "Tuesday" +msgstr "Terça" + +#: ../../include/text.php:1090 +msgid "Wednesday" +msgstr "Quarta" + +#: ../../include/text.php:1090 +msgid "Thursday" +msgstr "Quinta" + +#: ../../include/text.php:1090 +msgid "Friday" +msgstr "Sexta" + +#: ../../include/text.php:1090 +msgid "Saturday" +msgstr "Sábado" + +#: ../../include/text.php:1090 +msgid "Sunday" +msgstr "Domingo" + +#: ../../include/text.php:1094 +msgid "January" +msgstr "Janeiro" + +#: ../../include/text.php:1094 +msgid "February" +msgstr "Fevereiro" + +#: ../../include/text.php:1094 +msgid "March" +msgstr "Março" + +#: ../../include/text.php:1094 +msgid "April" +msgstr "Abril" + +#: ../../include/text.php:1094 +msgid "May" +msgstr "Maio" + +#: ../../include/text.php:1094 +msgid "June" +msgstr "Junho" + +#: ../../include/text.php:1094 +msgid "July" +msgstr "Julho" + +#: ../../include/text.php:1094 +msgid "August" +msgstr "Agosto" + +#: ../../include/text.php:1094 +msgid "September" +msgstr "Setembro" + +#: ../../include/text.php:1094 +msgid "October" +msgstr "Outubro" + +#: ../../include/text.php:1094 +msgid "November" +msgstr "Novembro" + +#: ../../include/text.php:1094 +msgid "December" +msgstr "Dezembro" + +#: ../../include/text.php:1172 +msgid "unknown.???" +msgstr "desconhecido.???" + +#: ../../include/text.php:1173 +msgid "bytes" +msgstr "bytes" + +#: ../../include/text.php:1208 +msgid "remove category" +msgstr "remover categoria" + +#: ../../include/text.php:1257 +msgid "remove from file" +msgstr "remover do arquivo" + +#: ../../include/text.php:1318 ../../include/text.php:1330 +msgid "Click to open/close" +msgstr "Clique para abrir/fechar" + +#: ../../include/text.php:1485 ../../mod/events.php:344 +msgid "link to source" +msgstr "Link para a origem" + +#: ../../include/text.php:1504 +msgid "Select a page layout: " +msgstr "Selecione um layout de página:" + +#: ../../include/text.php:1507 ../../include/text.php:1572 +msgid "default" +msgstr "default" + +#: ../../include/text.php:1543 +msgid "Page content type: " +msgstr "Tipo de conteúdo da página: " + +#: ../../include/text.php:1584 +msgid "Select an alternate language" +msgstr "Selecione um idioma alternativo" + +#: ../../include/text.php:1718 +msgid "activity" +msgstr "atividade" + +#: ../../include/text.php:1977 +msgid "Design" +msgstr "Design" + +#: ../../include/text.php:1979 +msgid "Blocks" +msgstr "Blocos" + +#: ../../include/text.php:1980 +msgid "Menus" +msgstr "Menus" + +#: ../../include/text.php:1981 +msgid "Layouts" +msgstr "Layouts" + +#: ../../include/text.php:1982 +msgid "Pages" +msgstr "Páginas" + +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Nome da sala vazio" + +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Nome da sala duplicado" + +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Especificador de sala inválido." + +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "A sala não foi encontrada." + +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "A sala está cheia" + #: ../../include/features.php:23 msgid "General Features" msgstr "Recursos gerais" @@ -2050,11 +2639,6 @@ msgstr "Pré-visualizar a publicação" msgid "Allow previewing posts and comments before publishing them" msgstr "Permite visualizar publicações e comentários antes de publicá-los" -#: ../../include/features.php:43 ../../include/widgets.php:490 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Fontes do canal" - #: ../../include/features.php:43 msgid "Automatically import channel content from other channels or feeds" msgstr "Importar automaticamente conteúdo de outros canais ou fontes" @@ -2088,10 +2672,6 @@ msgstr "Filtros de coleções" msgid "Enable widget to display Network posts only from selected collections" msgstr "Habilita widget para exibir publicações da rede apenas para determinadas coleções" -#: ../../include/features.php:52 ../../include/widgets.php:252 -msgid "Saved Searches" -msgstr "Pesquisas salvas" - #: ../../include/features.php:52 msgid "Save search terms for re-use" msgstr "Termos de pesquisa salvos para reutilização" @@ -2184,87 +2764,233 @@ msgstr "Nuvem de etiquetas" msgid "Provide a personal tag cloud on your channel page" msgstr "Fornece uma nuvem de etiquetas pessoais à página do seu canal" -#: ../../include/follow.php:23 -msgid "Channel is blocked on this site." -msgstr "O canal está bloqueado neste site." +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" +msgstr "Pode ver meus fluxo e publicações \"públicos\"" -#: ../../include/follow.php:28 -msgid "Channel location missing." -msgstr "A localização do canal foi perdida" +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" +msgstr "Pode ver o perfil \"público\" do meu canal" -#: ../../include/follow.php:54 -msgid "Response from remote channel was incomplete." -msgstr "A resposta do canal remoto está incompleta." +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" +msgstr "Pode ver meus álbuns de fotos \"públicos\"" -#: ../../include/follow.php:85 -msgid "Channel was deleted and no longer exists." -msgstr "O canal foi deletado e não existe mais." +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" +msgstr "Pode ver meu livro de endereços \"público\"" -#: ../../include/follow.php:132 -msgid "Channel discovery failed." -msgstr "A descoberta de canais falhou." +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" +msgstr "Pode ver meu armazenamento de arquivos \"público\"" -#: ../../include/follow.php:149 -msgid "local account not found." -msgstr "a conta local não foi encontrada." +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" +msgstr "Pode ver minhas páginas \"públicas\"" -#: ../../include/follow.php:158 -msgid "Cannot connect to yourself." -msgstr "Não é possível conectar-se consigo mesmo." +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" +msgstr "Pode me enviar seu fluxo e publicações" + +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "Pode publicar na página do meu canal (\"mural\")" + +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" +msgstr "Pode comentar minhas publicações" + +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "Pode me enviar mensagens privadas" + +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "Pode publicar fotos nos meus álbuns de fotos" + +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Pode encaminhar para todos os contatos do meu canal via @menções na publicação" + +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" +msgstr "Avançado - útil para criar canais de fóruns de grupos" + +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" +msgstr "Pode conversar comigo (quando disponívei)" + +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" +msgstr "Pode escrever em meu armazenamento de arquivos \"público\"" + +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" +msgstr "Pode editar minhas páginas \"públicas\"" + +#: ../../include/permissions.php:31 +msgid "Can source my \"public\" posts in derived channels" +msgstr "Pode usar minhas publicações \"públicas\" como fonte para canais derivados" + +#: ../../include/permissions.php:31 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Avançado - muito útil em comunidades abertas" -#: ../../include/zot.php:583 +#: ../../include/permissions.php:33 +msgid "Can administer my channel resources" +msgstr "Pode administrar os recursos do meu canal" + +#: ../../include/permissions.php:33 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo" + +#: ../../include/zot.php:587 msgid "Invalid data packet" msgstr "Pacote de dados inválido" -#: ../../include/zot.php:593 +#: ../../include/zot.php:597 msgid "Unable to verify channel signature" msgstr "Não foi possível verificar a assinatura do canal" -#: ../../include/zot.php:790 +#: ../../include/zot.php:794 #, php-format msgid "Unable to verify site signature for %s" msgstr "Não foi possível verificar a assinatura do site para %s" -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente." +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d convite disponível" +msgstr[1] "%d convites disponíveis" -#: ../../include/group.php:223 -msgid "Default privacy group for new contacts" -msgstr "Grupo de privacidade padrão para novos contatos" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 +msgid "Advanced" +msgstr "Avançado" -#: ../../include/group.php:242 ../../mod/admin.php:762 -msgid "All Channels" -msgstr "Todos os canais" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Pesquisar canais" -#: ../../include/group.php:264 -msgid "edit" -msgstr "editar" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Digite um nome ou interesse" -#: ../../include/group.php:285 -msgid "Collections" -msgstr "Coleções" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Conectar/Acompanhar" -#: ../../include/group.php:286 -msgid "Edit collection" -msgstr "Editar coleção" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Por exemplo: José da Silva, Pescaria" -#: ../../include/group.php:287 -msgid "Create a new collection" -msgstr "Criar uma nova coleção" +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:206 +#: ../../mod/directory.php:211 ../../mod/connections.php:391 +msgid "Find" +msgstr "Pesquisar" -#: ../../include/group.php:288 -msgid "Channels not in any collection" -msgstr "Canais que não estão em nenhuma coleção" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" +msgstr "Sugestões de canais" -#: ../../include/group.php:290 ../../include/widgets.php:253 -msgid "add" -msgstr "adicionar" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Perfil aleatório" + +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Convidar amigos" + +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "Exemplo: name=raoni and country=peru" + +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "Busca avançada" + +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d conexão em comum" +msgstr[1] "%d conexões em comum" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Miscelânea" + +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" +msgstr "ano" + +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" +msgstr "mês" + +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" +msgstr "dia" + +#: ../../include/datetime.php:275 +msgid "never" +msgstr "nunca" + +#: ../../include/datetime.php:281 +msgid "less than a second ago" +msgstr "menos de um segundo atrás" + +#: ../../include/datetime.php:284 +msgid "years" +msgstr "anos" -#: ../../include/identity.php:30 ../../mod/item.php:1232 +#: ../../include/datetime.php:285 +msgid "months" +msgstr "meses" + +#: ../../include/datetime.php:286 +msgid "week" +msgstr "semana" + +#: ../../include/datetime.php:286 +msgid "weeks" +msgstr "semanas" + +#: ../../include/datetime.php:287 +msgid "days" +msgstr "dias" + +#: ../../include/datetime.php:288 +msgid "hour" +msgstr "hora" + +#: ../../include/datetime.php:288 +msgid "hours" +msgstr "horas" + +#: ../../include/datetime.php:289 +msgid "minute" +msgstr "minuto" + +#: ../../include/datetime.php:289 +msgid "minutes" +msgstr "minutos" + +#: ../../include/datetime.php:290 +msgid "second" +msgstr "segundo" + +#: ../../include/datetime.php:290 +msgid "seconds" +msgstr "segundos" + +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s atrás" + +#: ../../include/identity.php:30 ../../mod/item.php:1244 msgid "Unable to obtain identity information from database" msgstr "Não foi possível obter a informação da identidade a partir do banco de dados" @@ -2301,19 +3027,14 @@ msgstr "Não foi possível recuperar a identidade criada" msgid "Default Profile" msgstr "Perfil padrão" -#: ../../include/identity.php:342 ../../include/profile_selectors.php:42 -#: ../../include/widgets.php:387 ../../mod/connedit.php:431 -msgid "Friends" -msgstr "Amigos" - #: ../../include/identity.php:509 msgid "Requested channel is not available." msgstr "Canal solicitado não está disponível." -#: ../../include/identity.php:557 ../../mod/achievements.php:8 -#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13 -#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8 -#: ../../mod/webpages.php:8 +#: ../../include/identity.php:557 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/blocks.php:10 +#: ../../mod/filestorage.php:40 ../../mod/achievements.php:8 +#: ../../mod/layouts.php:8 ../../mod/profile.php:16 msgid "Requested profile is not available." msgstr "O perfil solicitado não está disponível." @@ -2402,11 +3123,6 @@ msgstr "Lembretes de eventos" msgid "Events this week:" msgstr "Eventos nesta semana:" -#: ../../include/identity.php:942 ../../include/identity.php:1031 -#: ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Perfil" - #: ../../include/identity.php:950 ../../mod/settings.php:937 msgid "Full Name:" msgstr "Nome completo:" @@ -2504,45 +3220,6 @@ msgstr "Trabalho/emprego:" msgid "School/education:" msgstr "Escola/educação:" -#: ../../include/items.php:281 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63 -#: ../../index.php:350 -msgid "Permission denied" -msgstr "Permissão negada" - -#: ../../include/items.php:805 -msgid "(Unknown)" -msgstr "(Desconhecido)" - -#: ../../include/items.php:3560 ../../mod/admin.php:159 -#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32 -#: ../../mod/filestorage.php:18 ../../mod/home.php:63 ../../mod/thing.php:78 -#: ../../mod/viewsrc.php:18 -msgid "Item not found." -msgstr "O item não foi encontrado." - -#: ../../include/items.php:3984 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "A coleção não foi encontrada." - -#: ../../include/items.php:3999 -msgid "Collection is empty." -msgstr "A coleção está vazia." - -#: ../../include/items.php:4006 -#, php-format -msgid "Collection: %s" -msgstr "Coleção: %s" - -#: ../../include/items.php:4017 -#, php-format -msgid "Connection: %s" -msgstr "Conexão: %s" - -#: ../../include/items.php:4020 -msgid "Connection not found." -msgstr "A conexão não foi encontrada." - #: ../../include/js_strings.php:5 msgid "Delete this item?" msgstr "Excluir este item?" @@ -2583,712 +3260,484 @@ msgstr "Dica da frase secreta" msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "Atenção: permissões foram modificadas mas ainda não foram enviadas." -#: ../../include/js_strings.php:18 +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "fechar tudo" + +#: ../../include/js_strings.php:19 msgid "timeago.prefixAgo" msgstr "timeago.prefixAgo" -#: ../../include/js_strings.php:19 +#: ../../include/js_strings.php:20 msgid "timeago.prefixFromNow" msgstr "timeago.prefixFromNow" -#: ../../include/js_strings.php:20 +#: ../../include/js_strings.php:21 msgid "ago" msgstr "atrás" -#: ../../include/js_strings.php:21 +#: ../../include/js_strings.php:22 msgid "from now" msgstr "de agora" -#: ../../include/js_strings.php:22 +#: ../../include/js_strings.php:23 msgid "less than a minute" msgstr "menos de um minuto" -#: ../../include/js_strings.php:23 +#: ../../include/js_strings.php:24 msgid "about a minute" msgstr "aproximadamente um minuto" -#: ../../include/js_strings.php:24 +#: ../../include/js_strings.php:25 #, php-format msgid "%d minutes" msgstr "%d minutos" -#: ../../include/js_strings.php:25 +#: ../../include/js_strings.php:26 msgid "about an hour" msgstr "aproximadamente uma hora" -#: ../../include/js_strings.php:26 +#: ../../include/js_strings.php:27 #, php-format msgid "about %d hours" msgstr "aproximadamente %d horas" -#: ../../include/js_strings.php:27 +#: ../../include/js_strings.php:28 msgid "a day" msgstr "um dia" -#: ../../include/js_strings.php:28 +#: ../../include/js_strings.php:29 #, php-format msgid "%d days" msgstr "%d dias" -#: ../../include/js_strings.php:29 +#: ../../include/js_strings.php:30 msgid "about a month" msgstr "aproximadamente um mês" -#: ../../include/js_strings.php:30 +#: ../../include/js_strings.php:31 #, php-format msgid "%d months" msgstr "%d meses" -#: ../../include/js_strings.php:31 +#: ../../include/js_strings.php:32 msgid "about a year" msgstr "aproximadamente um ano" -#: ../../include/js_strings.php:32 +#: ../../include/js_strings.php:33 #, php-format msgid "%d years" msgstr "%d anos" -#: ../../include/js_strings.php:33 +#: ../../include/js_strings.php:34 msgid " " msgstr " " -#: ../../include/js_strings.php:34 +#: ../../include/js_strings.php:35 msgid "timeago.numbers" msgstr "timeago.numbers" -#: ../../include/message.php:18 -msgid "No recipient provided." -msgstr "Falta o destinatário." - -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "[sem assunto]" - -#: ../../include/message.php:42 -msgid "Unable to determine sender." -msgstr "Não foi possível determinar o remetente." - -#: ../../include/message.php:143 -msgid "Stored post could not be verified." -msgstr "Não foi possível verificar a publicação armazenada." - -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451 -msgid "Logout" -msgstr "Sair" - -#: ../../include/nav.php:77 ../../include/nav.php:96 -msgid "End this session" -msgstr "Encerrar essa sessão" - -#: ../../include/nav.php:80 ../../include/nav.php:130 -msgid "Home" -msgstr "Ver canal" - -#: ../../include/nav.php:80 -msgid "Your posts and conversations" -msgstr "Suas publicações e conversas" - -#: ../../include/nav.php:81 -msgid "Your profile page" -msgstr "A página do seu perfil" - -#: ../../include/nav.php:83 -msgid "Edit Profiles" -msgstr "Editar perfis" - -#: ../../include/nav.php:83 -msgid "Manage/Edit profiles" -msgstr "Administrar/Editar perfis" - -#: ../../include/nav.php:84 -msgid "Your photos" -msgstr "Suas fotos" - -#: ../../include/nav.php:85 -msgid "Your files" -msgstr "Seus arquivos" - -#: ../../include/nav.php:86 -msgid "Chat" -msgstr "Bate-papo" - -#: ../../include/nav.php:86 -msgid "Your chatrooms" -msgstr "Suas salas de bate-papo" - -#: ../../include/nav.php:87 -msgid "Your events" -msgstr "Seus eventos" - -#: ../../include/nav.php:88 -msgid "Your bookmarks" -msgstr "Seus links guardados" - -#: ../../include/nav.php:90 -msgid "Your webpages" -msgstr "Suas páginas web" - -#: ../../include/nav.php:94 ../../boot.php:1452 -msgid "Login" -msgstr "Entrar" - -#: ../../include/nav.php:94 -msgid "Sign in" -msgstr "Entrar" +#: ../../mod/home.php:50 ../../mod/block.php:39 ../../mod/chanview.php:77 +#: ../../mod/page.php:47 ../../mod/wall_upload.php:28 +msgid "Channel not found." +msgstr "O canal não foi encontrado." -#: ../../include/nav.php:111 +#: ../../mod/home.php:89 #, php-format -msgid "%s - click to logout" -msgstr "%s - clique para sair" - -#: ../../include/nav.php:116 -msgid "Click to authenticate to your home hub" -msgstr "Clique para se autenticar com seu hub de origem" - -#: ../../include/nav.php:130 -msgid "Home Page" -msgstr "Página inicial" - -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428 -msgid "Register" -msgstr "Registrar" - -#: ../../include/nav.php:134 -msgid "Create an account" -msgstr "Criar uma conta" - -#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65 -msgid "Help" -msgstr "Ajuda" - -#: ../../include/nav.php:139 -msgid "Help and documentation" -msgstr "Ajuda e documentação" - -#: ../../include/nav.php:142 -msgid "Apps" -msgstr "Aplicações" - -#: ../../include/nav.php:142 -msgid "Addon applications, utilities, games" -msgstr "Aplicações adicionais, utilitários, jogos" - -#: ../../include/nav.php:144 -msgid "Search site content" -msgstr "Pesquisar o conteúdo do site" - -#: ../../include/nav.php:147 ../../mod/directory.php:210 -msgid "Directory" -msgstr "Diretório" - -#: ../../include/nav.php:147 -msgid "Channel Locator" -msgstr "Localizador de canais" - -#: ../../include/nav.php:158 -msgid "Matrix" -msgstr "Matriz" - -#: ../../include/nav.php:158 -msgid "Your matrix" -msgstr "Sua matriz" - -#: ../../include/nav.php:159 -msgid "Mark all matrix notifications seen" -msgstr "Marcar todas as notificações da matriz como vistas" - -#: ../../include/nav.php:161 -msgid "Channel Home" -msgstr "Página inicial do canal" - -#: ../../include/nav.php:161 -msgid "Channel home" -msgstr "Página inicial do canal" - -#: ../../include/nav.php:162 -msgid "Mark all channel notifications seen" -msgstr "Marcar todas as notificações de canais como vistas" - -#: ../../include/nav.php:165 ../../include/nav.php:188 -#: ../../mod/connections.php:384 -msgid "Connections" -msgstr "Conexões" - -#: ../../include/nav.php:168 -msgid "Notices" -msgstr "Notificações" - -#: ../../include/nav.php:168 -msgid "Notifications" -msgstr "Notificações" - -#: ../../include/nav.php:169 -msgid "See all notifications" -msgstr "Ver todas as notificações" - -#: ../../include/nav.php:170 -msgid "Mark all system notifications seen" -msgstr "Marcar todas as notificações de sistema como vistas" - -#: ../../include/nav.php:172 -msgid "Mail" -msgstr "Mensagens" - -#: ../../include/nav.php:172 -msgid "Private mail" -msgstr "Mensagens privadas" - -#: ../../include/nav.php:173 -msgid "See all private messages" -msgstr "Ver todas as mensagens privadas" - -#: ../../include/nav.php:174 -msgid "Mark all private messages seen" -msgstr "Marcar todas as mensagens privadas como vistas" - -#: ../../include/nav.php:175 -msgid "Inbox" -msgstr "Recebidas" - -#: ../../include/nav.php:176 -msgid "Outbox" -msgstr "Enviadas" - -#: ../../include/nav.php:177 ../../include/widgets.php:523 -msgid "New Message" -msgstr "Nova mensagem" - -#: ../../include/nav.php:180 -msgid "Event Calendar" -msgstr "Agenda de eventos" - -#: ../../include/nav.php:181 -msgid "See all events" -msgstr "Ver todos os eventos" - -#: ../../include/nav.php:182 -msgid "Mark all events seen" -msgstr "Marcar todos os eventos como vistos" - -#: ../../include/nav.php:184 -msgid "Channel Select" -msgstr "Seleção de canal" - -#: ../../include/nav.php:184 -msgid "Manage Your Channels" -msgstr "Gerencie os seus canais" - -#: ../../include/nav.php:186 ../../include/widgets.php:501 -#: ../../mod/admin.php:976 ../../mod/admin.php:1181 -msgid "Settings" -msgstr "Configurações" - -#: ../../include/nav.php:186 -msgid "Account/Channel Settings" -msgstr "Configurações da conta/canal" - -#: ../../include/nav.php:188 -msgid "Manage/Edit Friends and Connections" -msgstr "Gerenciar/editar os amigos e as conexões" - -#: ../../include/nav.php:195 ../../mod/admin.php:117 -msgid "Admin" -msgstr "Admin" - -#: ../../include/nav.php:195 -msgid "Site Setup and Configuration" -msgstr "Configuração do site" - -#: ../../include/nav.php:220 -msgid "Nothing new here" -msgstr "Nada de novo aqui" - -#: ../../include/nav.php:225 -msgid "Please wait..." -msgstr "Por favor, aguarde..." - -#: ../../include/network.php:652 -msgid "view full size" -msgstr "ver na tela inteira" - -#: ../../include/plugin.php:475 ../../include/plugin.php:477 -msgid "Click here to upgrade." -msgstr "Clique aqui para atualizar." - -#: ../../include/plugin.php:483 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Essa ação excede o limite definido para o seu plano de assinatura." - -#: ../../include/plugin.php:488 -msgid "This action is not available under your subscription plan." -msgstr "Essa ação não está disponível para o seu plano de assinatura." - -#: ../../include/profile_selectors.php:6 -msgid "Male" -msgstr "Masculino" +msgid "Welcome to %s" +msgstr "Bem-vindo(a) a %s" -#: ../../include/profile_selectors.php:6 -msgid "Female" -msgstr "Feminino" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Canal adicionado." -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Atualmente masculino" +#: ../../mod/dirprofile.php:9 ../../mod/search.php:13 +#: ../../mod/directory.php:15 ../../mod/photos.php:443 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." +msgstr "Acesso público negado." -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Atualmente feminino" +#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143 +#: ../../mod/profiles.php:561 +msgid "Age: " +msgstr "Idade: " -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Masculino a maior parte do tempo" +#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146 +msgid "Gender: " +msgstr "Gênero: " -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Feminino a maior parte do tempo" +#: ../../mod/dirprofile.php:108 +msgid "Status: " +msgstr "Status:" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgênero" +#: ../../mod/dirprofile.php:109 +msgid "Sexual Preference: " +msgstr "Preferência sexual:" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Intersexuado" +#: ../../mod/dirprofile.php:111 +msgid "Homepage: " +msgstr "Website:" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transexual" +#: ../../mod/dirprofile.php:112 +msgid "Hometown: " +msgstr "Cidade natal:" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafrodita" +#: ../../mod/dirprofile.php:114 +msgid "About: " +msgstr "Sobre:" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Neutro" +#: ../../mod/dirprofile.php:162 +msgid "Keywords: " +msgstr "Palavras-chave:" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Não específico" +#: ../../mod/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:27 +#: ../../mod/menu.php:120 +msgid "Not found." +msgstr "Não encontrado." -#: ../../include/profile_selectors.php:6 -msgid "Other" -msgstr "Outro" +#: ../../mod/acl.php:239 +msgid "network" +msgstr "+ rede" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Indeciso" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Autorizar a conexão com a aplicação" -#: ../../include/profile_selectors.php:23 -msgid "Males" -msgstr "Homens" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Volte para a sua aplicação e digite este código de segurança:" -#: ../../include/profile_selectors.php:23 -msgid "Females" -msgstr "Mulheres" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Por favor, autentique-se para continuar." -#: ../../include/profile_selectors.php:23 -msgid "Gay" -msgstr "Gays" +#: ../../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 "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?" -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lésbicas" +#: ../../mod/api.php:105 ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/profiles.php:483 +#: ../../mod/admin.php:421 +msgid "Yes" +msgstr "Sim" -#: ../../include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Sem preferência" +#: ../../mod/api.php:106 ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/profiles.php:484 +#: ../../mod/admin.php:419 +msgid "No" +msgstr "Não" -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Bissexuais" +#: ../../mod/editlayout.php:36 ../../mod/editpost.php:20 +#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 +#: ../../mod/editblock.php:53 ../../mod/editwebpage.php:32 +msgid "Item not found" +msgstr "O item não foi encontrado" -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Autossexuais" +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" +msgstr "Editar layout" -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Abstinentes" +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" +msgstr "Deletar layout?" -#: ../../include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Virgens" +#: ../../mod/editlayout.php:110 ../../mod/editpost.php:116 +#: ../../mod/editblock.php:115 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" +msgstr "Inserir vídeo do YouTube" -#: ../../include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Desviantes" +#: ../../mod/editlayout.php:111 ../../mod/editpost.php:117 +#: ../../mod/editblock.php:116 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" +msgstr "Inserir vídeo Vorbis (.ogg)" -#: ../../include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Fetiches" +#: ../../mod/editlayout.php:112 ../../mod/editpost.php:118 +#: ../../mod/editblock.php:117 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Inserir áudio Vorbis (.ogg)" -#: ../../include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Abundância" +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" +msgstr "Deletar layout" -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Não sexuais" +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "O hub não foi encontrado." -#: ../../include/profile_selectors.php:42 -msgid "Single" -msgstr "Solteiro(a)" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Carregar o URL retorna o erro: %1$s" -#: ../../include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Solitário(a)" +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "A etiqueta foi removida" -#: ../../include/profile_selectors.php:42 -msgid "Available" -msgstr "Disponível" +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Remover a etiqueta de item" -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Não disponível" +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Selecione uma etiqueta para remover: " -#: ../../include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Tem uma paixão" +#: ../../mod/tagrm.php:93 ../../mod/photos.php:908 ../../mod/delegate.php:130 +msgid "Remove" +msgstr "Remover" -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "Apaixonado" +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" +msgstr "Adicionar um canal" -#: ../../include/profile_selectors.php:42 -msgid "Dating" -msgstr "Saindo com alguém" +#: ../../mod/new_channel.php:108 +msgid "" +"A channel is your own collection of related web pages. A channel can be used" +" to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." +msgstr "Um canal é uma coleção sua de páginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fóruns, páginas de celebridades, e muito mais. Você pode criar tantos canais quanto seu provedor de serviço permita." -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Infiel" +#: ../../mod/new_channel.php:110 ../../mod/sources.php:103 +#: ../../mod/sources.php:137 +msgid "Channel Name" +msgstr "Nome do canal" -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Viciado(a) em sexo" +#: ../../mod/new_channel.php:111 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\"" -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Amigos com benefícios" +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" +msgstr "Escolha um apelido curto" -#: ../../include/profile_selectors.php:42 -msgid "Casual" -msgstr "Casual" +#: ../../mod/new_channel.php:113 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros." -#: ../../include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Envolvido(a)" +#: ../../mod/new_channel.php:114 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "Ou <a href=\"import\">importe um canal existente</a> de outro local" -#: ../../include/profile_selectors.php:42 -msgid "Married" -msgstr "Casado(a)" +#: ../../mod/new_channel.php:117 ../../mod/mitem.php:142 ../../mod/menu.php:84 +msgid "Create" +msgstr "Criar" -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "Casado imaginariamente" +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "Sites públicos" -#: ../../include/profile_selectors.php:42 -msgid "Partners" -msgstr "Parceiros" +#: ../../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 <strong>may</strong> provide " +"additional details." +msgstr "Os sites listados permitem ao público geral registrar contas na Red Matrix. Todos os sites na matrix são interligados, portanto ser membro em qualquer um deles te torna membro na matrix como um todo. Alguns sites podem solicitar uma assinatura ou prover planos em níveis. Os links para cada provedor <strong>podem</strong> fornecer mais detalhes." -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Coabitando" +#: ../../mod/pubsites.php:25 +msgid "Site URL" +msgstr "URL do site" -#: ../../include/profile_selectors.php:42 -msgid "Common law" -msgstr "Direito comum" +#: ../../mod/pubsites.php:25 +msgid "Access Type" +msgstr "Tipo de acesso" -#: ../../include/profile_selectors.php:42 -msgid "Happy" -msgstr "Feliz" +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" +msgstr "Política de registro" -#: ../../include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Não estou procurando" +#: ../../mod/pubsites.php:25 ../../mod/profiles.php:344 +msgid "Location" +msgstr "Localização" -#: ../../include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Swinger" +#: ../../mod/update_search.php:46 ../../mod/update_network.php:23 +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +msgid "[Embedded content - reload page to view]" +msgstr "[Conteúdo incorporado - recarregue a página para ver]" -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Traído(a)" +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "A coleção foi criada." -#: ../../include/profile_selectors.php:42 -msgid "Separated" -msgstr "Separado(a)" +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Não foi possível criar a coleção." -#: ../../include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Instável" +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Coleção atualizada" -#: ../../include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Divorciado(a)" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Criar uma coleção de canais." -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "Divorciado imaginariamente" +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Nome da coleção:" -#: ../../include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Viúvo(a)" +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Membros são visíveis para outros canais" -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Incerto(a)" +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Coleção removida." -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "É complicado" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Não foi possível remover a coleção." -#: ../../include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Não importa" +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Editor de coleção" -#: ../../include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Pergunte-me" +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Membros" -#: ../../include/reddav.php:1069 -msgid "Edit File properties" -msgstr "Editar propriedades do arquivo" +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Todas os canais conectados" -#: ../../include/security.php:295 -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 "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão." +#: ../../mod/group.php:231 +msgid "Click on a channel to add or remove." +msgstr "Clique em um canal para adicionar ou remover." -#: ../../include/widgets.php:117 ../../mod/suggest.php:53 -msgid "Ignore/Hide" -msgstr "Ignorar/Ocultar" +#: ../../mod/thing.php:98 +msgid "Thing updated" +msgstr "A coisa foi atualizada" -#: ../../include/widgets.php:123 ../../mod/connections.php:265 -msgid "Suggestions" -msgstr "Sugestões" +#: ../../mod/thing.php:158 +msgid "Object store: failed" +msgstr "Armazenamento do objeto: falhou" -#: ../../include/widgets.php:124 -msgid "See more..." -msgstr "Veja mais..." +#: ../../mod/thing.php:162 +msgid "Thing added" +msgstr "A coisa foi adicionada" -#: ../../include/widgets.php:146 +#: ../../mod/thing.php:182 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "Você tem %1$.0f de %2$.0f conexões permitidas." +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../include/widgets.php:152 -msgid "Add New Connection" -msgstr "Adicionar nova conexão" +#: ../../mod/thing.php:234 +msgid "Show Thing" +msgstr "Exibir coisa" -#: ../../include/widgets.php:153 -msgid "Enter the channel address" -msgstr "Digite o endereço do canal" +#: ../../mod/thing.php:241 +msgid "item not found." +msgstr "o item não foi encontrado" -#: ../../include/widgets.php:154 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria" +#: ../../mod/thing.php:269 +msgid "Edit Thing" +msgstr "Editar coisa" -#: ../../include/widgets.php:171 -msgid "Notes" -msgstr "Notas" +#: ../../mod/thing.php:271 ../../mod/thing.php:318 +msgid "Select a profile" +msgstr "Selecione um perfil" -#: ../../include/widgets.php:243 -msgid "Remove term" -msgstr "Remover termo" +#: ../../mod/thing.php:273 ../../mod/thing.php:320 +msgid "Select a category of stuff. e.g. I ______ something" +msgstr "Escolha uma categoria de coisas. e.g. Eu ______ algo" -#: ../../include/widgets.php:322 -msgid "Archives" -msgstr "Arquivos" +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Post an activity" +msgstr "Publique uma atividade" -#: ../../include/widgets.php:384 -msgid "Refresh" -msgstr "Atualizar" +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Only sends to viewers of the applicable profile" +msgstr "Envia apenas para a audiência do perfil aplicável" -#: ../../include/widgets.php:385 ../../mod/connedit.php:428 -msgid "Me" -msgstr "Eu" +#: ../../mod/thing.php:277 ../../mod/thing.php:323 +msgid "Name of thing e.g. something" +msgstr "Nome da coisa e.g. coisinha" -#: ../../include/widgets.php:386 ../../mod/connedit.php:430 -msgid "Best Friends" -msgstr "Melhores amigos" +#: ../../mod/thing.php:279 ../../mod/thing.php:324 +msgid "URL of thing (optional)" +msgstr "URL da coisa (opcional)" -#: ../../include/widgets.php:388 -msgid "Co-workers" -msgstr "Colegas de trabalho" +#: ../../mod/thing.php:281 ../../mod/thing.php:325 +msgid "URL for photo of thing (optional)" +msgstr "URL para foto da coisa (opcional)" -#: ../../include/widgets.php:389 ../../mod/connedit.php:432 -msgid "Former Friends" -msgstr "Amigos afastados" +#: ../../mod/thing.php:316 +msgid "Add Thing to your Profile" +msgstr "Adicionar a coisa ao seu perfil" -#: ../../include/widgets.php:390 ../../mod/connedit.php:433 -msgid "Acquaintances" -msgstr "Conhecidos" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Identificador de solicitação inválido" -#: ../../include/widgets.php:391 -msgid "Everybody" -msgstr "Todos" +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Descartar" -#: ../../include/widgets.php:423 -msgid "Account settings" -msgstr "Configurações da conta" +#: ../../mod/notifications.php:51 ../../mod/connedit.php:379 +#: ../../mod/connedit.php:516 +msgid "Ignore" +msgstr "Ignorar" -#: ../../include/widgets.php:429 -msgid "Channel settings" -msgstr "Configurações do canal" +#: ../../mod/notifications.php:94 ../../mod/notify.php:54 +msgid "No more system notifications." +msgstr "Sem novas notificações do sistema." -#: ../../include/widgets.php:435 -msgid "Additional features" -msgstr "Recursos adicionais" +#: ../../mod/notifications.php:98 ../../mod/notify.php:58 +msgid "System Notifications" +msgstr "Notificações do sistema" -#: ../../include/widgets.php:441 -msgid "Feature settings" -msgstr "Configurações dos recursos" +#: ../../mod/block.php:27 ../../mod/page.php:35 +msgid "Invalid item." +msgstr "Item inválido." -#: ../../include/widgets.php:447 -msgid "Display settings" -msgstr "Configurações de exibição" +#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/page.php:83 +#: ../../mod/display.php:100 ../../index.php:237 +msgid "Page not found." +msgstr "Página não encontrada." -#: ../../include/widgets.php:453 -msgid "Connected apps" -msgstr "Aplicações conectadas" +#: ../../mod/message.php:31 ../../mod/mail.php:121 +msgid "Messages" +msgstr "Mensagens" -#: ../../include/widgets.php:459 -msgid "Export channel" -msgstr "Exportar o canal" +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "A conversa foi removida." -#: ../../include/widgets.php:471 -msgid "Automatic Permissions (Advanced)" -msgstr "Permissões automáticas (avançado)" +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "Nenhuma mensagem." -#: ../../include/widgets.php:481 -msgid "Premium Channel Settings" -msgstr "Configurações de canal premium" +#: ../../mod/message.php:72 ../../mod/mail.php:292 +msgid "Delete message" +msgstr "Excluir a mensagem" -#: ../../include/widgets.php:518 -msgid "Check Mail" -msgstr "Checar mensagens" +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" -#: ../../include/widgets.php:599 -msgid "Chat Rooms" -msgstr "Salas de bate-papo" +#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 +msgid "Edit post" +msgstr "Editar a publicação" -#: ../../include/widgets.php:617 -msgid "Bookmarked Chatrooms" -msgstr "Salas de bate-papo guardadas" +#: ../../mod/directory.php:207 +msgid "Finding:" +msgstr "Pesquisando:" -#: ../../include/widgets.php:635 -msgid "Suggested Chatrooms" -msgstr "Salas de bate-papo sugeridas" +#: ../../mod/directory.php:215 +msgid "next page" +msgstr "próxima página" -#: ../../mod/mood.php:138 -msgid "Mood" -msgstr "Humor" +#: ../../mod/directory.php:215 +msgid "previous page" +msgstr "página anterior" -#: ../../mod/mood.php:139 -msgid "Set your current mood and tell your friends" -msgstr "Marque seu humor atual e compartilhe com seus amigos" +#: ../../mod/directory.php:222 +msgid "No entries (some entries may be hidden)." +msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)." #: ../../mod/mitem.php:14 ../../mod/menu.php:92 msgid "Menu not found." @@ -3310,11 +3759,6 @@ msgstr "O elemento de menu foi adicionado." msgid "Unable to add menu element." msgstr "Não foi possível adicionar o elemento de menu." -#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120 -#: ../../mod/xchan.php:27 -msgid "Not found." -msgstr "Não encontrado." - #: ../../mod/mitem.php:96 msgid "Manage Menu Elements" msgstr "Administrar elementos de menu" @@ -3387,10 +3831,6 @@ msgstr "Ordem na lista" msgid "Higher numbers will sink to bottom of listing" msgstr "Números mais altos descem para o fim da lista" -#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117 -msgid "Create" -msgstr "Criar" - #: ../../mod/mitem.php:154 msgid "Menu item not found." msgstr "O item de menu não foi encontrado." @@ -3411,728 +3851,290 @@ msgstr "Editar elemento de menu" msgid "Modify" msgstr "Modificar" -#: ../../mod/ping.php:192 -msgid "sent you a private message" -msgstr "lhe enviou uma mensagem privada" - -#: ../../mod/ping.php:250 -msgid "added your channel" -msgstr "adicionou seu canal" - -#: ../../mod/ping.php:294 -msgid "posted an event" -msgstr "publicou um evento" - -#: ../../mod/acl.php:239 -msgid "network" -msgstr "+ rede" - -#: ../../mod/admin.php:52 -msgid "Theme settings updated." -msgstr "As configurações de tema foram atualizadas." - -#: ../../mod/admin.php:92 ../../mod/admin.php:440 -msgid "Site" -msgstr "Site" - -#: ../../mod/admin.php:93 -msgid "Accounts" -msgstr "Contas" - -#: ../../mod/admin.php:94 ../../mod/admin.php:883 -msgid "Channels" -msgstr "Canais" - -#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 -msgid "Plugins" -msgstr "Plugins" - -#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 -msgid "Themes" -msgstr "Temas" - -#: ../../mod/admin.php:97 ../../mod/admin.php:540 -msgid "Server" -msgstr "Servidor" - -#: ../../mod/admin.php:98 -msgid "DB updates" -msgstr "Atualizações do Banco de Dados" - -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 -msgid "Logs" -msgstr "Logs" - -#: ../../mod/admin.php:118 -msgid "Plugin Features" -msgstr "Recursos dos plugins" - -#: ../../mod/admin.php:120 -msgid "User registrations waiting for confirmation" -msgstr "Registros de usuário aguardando confirmação" - -#: ../../mod/admin.php:197 -msgid "Message queues" -msgstr "Filas de mensagem" - -#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 -#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 -#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 -#: ../../mod/admin.php:1301 -msgid "Administration" -msgstr "Administração" - -#: ../../mod/admin.php:203 -msgid "Summary" -msgstr "Resumo" - -#: ../../mod/admin.php:205 -msgid "Registered users" -msgstr "Usuários registrados" - -#: ../../mod/admin.php:207 ../../mod/admin.php:543 -msgid "Pending registrations" -msgstr "Registros pendentes" - -#: ../../mod/admin.php:208 -msgid "Version" -msgstr "Versão" - -#: ../../mod/admin.php:210 ../../mod/admin.php:544 -msgid "Active plugins" -msgstr "Plugins ativos" - -#: ../../mod/admin.php:360 -msgid "Site settings updated." -msgstr "As configurações de site foram atualizadas." - -#: ../../mod/admin.php:389 ../../mod/settings.php:708 -msgid "No special theme for mobile devices" -msgstr "Sem tema especial para aparelhos móveis" - -#: ../../mod/admin.php:391 -msgid "No special theme for accessibility" -msgstr "Sem tema especial para acessibilidade" - -#: ../../mod/admin.php:419 ../../mod/api.php:106 ../../mod/profiles.php:484 -#: ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 -msgid "No" -msgstr "Não" - -#: ../../mod/admin.php:420 -msgid "Yes - with approval" -msgstr "Sim - pendente aprovação" - -#: ../../mod/admin.php:421 ../../mod/api.php:105 ../../mod/profiles.php:483 -#: ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 -msgid "Yes" -msgstr "Sim" - -#: ../../mod/admin.php:426 -msgid "My site is not a public server" -msgstr "Meu site não é um servidor público" - -#: ../../mod/admin.php:427 -msgid "My site has paid access only" -msgstr "Meu site oferece somente acesso pago" - -#: ../../mod/admin.php:428 -msgid "My site has free access only" -msgstr "Meu site oferece somente acesso gratuito" - -#: ../../mod/admin.php:429 -msgid "My site offers free accounts with optional paid upgrades" -msgstr "Meu site oferece contas gratuitas com recursos adicionais pagos" - -#: ../../mod/admin.php:442 ../../mod/register.php:189 -msgid "Registration" -msgstr "Registro" - -#: ../../mod/admin.php:443 -msgid "File upload" -msgstr "Carregamento de arquivos" - -#: ../../mod/admin.php:444 -msgid "Policies" -msgstr "Políticas" - -#: ../../mod/admin.php:449 -msgid "Site name" -msgstr "Nome do site" - -#: ../../mod/admin.php:450 -msgid "Banner/Logo" -msgstr "Cartaz/Logo" - -#: ../../mod/admin.php:451 -msgid "Administrator Information" -msgstr "Informações do Administrador" - -#: ../../mod/admin.php:451 -msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" -msgstr "Informações de contato com administradores do site. Exibida na página siteinfo. BBCode pode ser usado aqui." - -#: ../../mod/admin.php:452 -msgid "System language" -msgstr "Idioma do sistema" - -#: ../../mod/admin.php:453 -msgid "System theme" -msgstr "Tema do sistema" - -#: ../../mod/admin.php:453 -msgid "" -"Default system theme - may be over-ridden by user profiles - <a href='#' " -"id='cnftheme'>change theme settings</a>" -msgstr "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a href='#' id='cnftheme'>mudar configurações do tema</a>" - -#: ../../mod/admin.php:454 -msgid "Mobile system theme" -msgstr "Tema do sistema móvel" - -#: ../../mod/admin.php:454 -msgid "Theme for mobile devices" -msgstr "Tema para dispositivos móveis" - -#: ../../mod/admin.php:455 -msgid "Accessibility system theme" -msgstr "Tema do sistema acessível" - -#: ../../mod/admin.php:455 -msgid "Accessibility theme" -msgstr "Tema acessível" - -#: ../../mod/admin.php:456 -msgid "Channel to use for this website's static pages" -msgstr "Canal a utilizar para as páginas estáticas desse website" - -#: ../../mod/admin.php:456 -msgid "Site Channel" -msgstr "Canal do site" - -#: ../../mod/admin.php:458 -msgid "Maximum image size" -msgstr "Tamanho máximo de imagens" - -#: ../../mod/admin.php:458 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando sem limites." - -#: ../../mod/admin.php:459 -msgid "Does this site allow new member registration?" -msgstr "Este site permite o registro de novos membros?" - -#: ../../mod/admin.php:460 -msgid "Which best describes the types of account offered by this hub?" -msgstr "Qual descreve melhor os tipos de conta oferecidas por este hub?" - -#: ../../mod/admin.php:461 -msgid "Register text" -msgstr "Texto de registro" - -#: ../../mod/admin.php:461 -msgid "Will be displayed prominently on the registration page." -msgstr "Será exibido proeminentemente na página de registro." - -#: ../../mod/admin.php:462 -msgid "Accounts abandoned after x days" -msgstr "Contas abandonadas após x dias" - -#: ../../mod/admin.php:462 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Não gastará recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo." - -#: ../../mod/admin.php:463 -msgid "Allowed friend domains" -msgstr "Domínios permitidos para amigos" - -#: ../../mod/admin.php:463 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Lista, separada por vírgulas, de domínios permitidos para estabelecer amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio" - -#: ../../mod/admin.php:464 -msgid "Allowed email domains" -msgstr "Domínios permitidos de e-mail" - -#: ../../mod/admin.php:464 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio" - -#: ../../mod/admin.php:465 -msgid "Block public" -msgstr "Bloquear público" - -#: ../../mod/admin.php:465 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Marque para bloquear o acesso público a todas as páginas pessoais que seriam públicas, a não ser que se esteja autenticado." - -#: ../../mod/admin.php:466 -msgid "Force publish" -msgstr "Forçar publicação" - -#: ../../mod/admin.php:466 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Marque para forçar todos os perfis neste site a aparecerem listados no diretório do site." - -#: ../../mod/admin.php:467 -msgid "Disable discovery tab" -msgstr "Desabilitar a aba \"Descubra\"" +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" +msgstr "Continuar" -#: ../../mod/admin.php:467 -msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." -msgstr "Remove da visualização de rede a aba com conteúdos públicos obtidos de fontes escolhidas para esse site." +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" +msgstr "Configuração de canal premium" -#: ../../mod/admin.php:468 -msgid "No login on Homepage" -msgstr "Sem formulário de autenticação na página inicial" +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" +msgstr "Habilitar restrições de canal premium para conexão" -#: ../../mod/admin.php:468 +#: ../../mod/connect.php:87 msgid "" -"Check to hide the login form from your sites homepage when visitors arrive " -"who are not logged in (e.g. when you put the content of the homepage in via " -"the site channel)." -msgstr "Marque para esconder o formulário de autenticação da página inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando você inclui os conteúdos da página inicial através do canal do site)." - -#: ../../mod/admin.php:470 -msgid "Proxy user" -msgstr "Usuário do proxy" - -#: ../../mod/admin.php:471 -msgid "Proxy URL" -msgstr "URL do proxy" - -#: ../../mod/admin.php:472 -msgid "Network timeout" -msgstr "Timeout da rede" - -#: ../../mod/admin.php:472 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Valor em segundos. Use 0 para ilimitado (não recomendado)." - -#: ../../mod/admin.php:473 -msgid "Delivery interval" -msgstr "Intervalo de entrega" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Por favor, insira suas restrições ou condições, como um recibo de depósito, normas de conduta, etc." -#: ../../mod/admin.php:473 +#: ../../mod/connect.php:89 ../../mod/connect.php:109 msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "Atrase os processos de entrega em segundo plano por este número de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados." - -#: ../../mod/admin.php:474 -msgid "Poll interval" -msgstr "Intervalo de coleta" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Este canal pode exigir passos adicionais ou compreensão das seguintes condições antes de conectar:" -#: ../../mod/admin.php:474 +#: ../../mod/connect.php:90 msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Atrase os processos de coleta em segundo plano por este número de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega." - -#: ../../mod/admin.php:475 -msgid "Maximum Load Average" -msgstr "Carga média máxima" +"Potential connections will then see the following text before proceeding:" +msgstr "Tentativas de conexões verão então o seguinte texto antes de prosseguir:" -#: ../../mod/admin.php:475 +#: ../../mod/connect.php:91 ../../mod/connect.php:112 msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Carga máxima do sistema antes de adiar processos de entrega e coleta - padrão 50." - -#: ../../mod/admin.php:531 -msgid "No server found" -msgstr "Nenhum servidor foi encontrado" - -#: ../../mod/admin.php:538 ../../mod/admin.php:762 -msgid "ID" -msgstr "ID" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Ao prosseguir, eu certifico que cumpri todas as instruções exibidas nesta página." -#: ../../mod/admin.php:538 -msgid "for channel" -msgstr "para o canal" +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Nenhuma instrução foi especificada pelo dono do canal.)" -#: ../../mod/admin.php:538 -msgid "on server" -msgstr "no servidor" +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" +msgstr "Canal restrito ou premium" -#: ../../mod/admin.php:538 -msgid "Status" -msgstr "Status" +#: ../../mod/item.php:147 +msgid "Unable to locate original post." +msgstr "Não foi possível localizar a publicação original." -#: ../../mod/admin.php:559 -msgid "Update has been marked successful" -msgstr "A atualização foi designada bem sucedida" +#: ../../mod/item.php:352 +msgid "Empty post discarded." +msgstr "A publicação em branco foi descartada." -#: ../../mod/admin.php:569 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Execução de %s falhou. Verifique os logs do sistema." +#: ../../mod/item.php:392 +msgid "Executable content type not permitted to this channel." +msgstr "Conteúdo de tipo executável não permitido para este canal." -#: ../../mod/admin.php:572 -#, php-format -msgid "Update %s was successfully applied." -msgstr "A atualização %s foi aplicada com sucesso." +#: ../../mod/item.php:806 +msgid "System error. Post not saved." +msgstr "Erro no sistema. A publicação não foi salva." -#: ../../mod/admin.php:576 +#: ../../mod/item.php:1249 #, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "A atualização %s não retornou um status. Situação incerta quando ao seu sucesso." +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Você atingiu o seu limite de %1$.0f publicações de novos tópicos." -#: ../../mod/admin.php:579 +#: ../../mod/item.php:1255 #, php-format -msgid "Update function %s could not be found." -msgstr "A função de atualização %s não foi encontrada." - -#: ../../mod/admin.php:594 -msgid "No failed updates." -msgstr "Nenhuma falha nas atualizações." - -#: ../../mod/admin.php:598 -msgid "Failed Updates" -msgstr "Falha nas atualizações" +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Você atingiu o seu limite de %1$.0f páginas web." -#: ../../mod/admin.php:600 -msgid "Mark success (if update was manually applied)" -msgstr "Marque sucesso (se a atualização foi aplicada manualmente)" +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Nenhuma sugestão disponível. Se este site é novo, por favor tente novamente em 24 horas." -#: ../../mod/admin.php:601 -msgid "Attempt to execute this update step automatically" -msgstr "Tente executar este passo da atualização automaticamente" +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "Este grupo não existe" -#: ../../mod/admin.php:627 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s usuário foi bloqueado/desbloqueado" -msgstr[1] "%s usuários foram bloqueados/desbloqueados" +#: ../../mod/network.php:119 +msgid "Search Results For:" +msgstr "Resultados da busca por:" -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s usuário foi deletado" -msgstr[1] "%s usuários foram deletados" +#: ../../mod/network.php:173 +msgid "Collection is empty" +msgstr "A coleção está vazia" -#: ../../mod/admin.php:665 -msgid "Account not found" -msgstr "A conta não foi encontrada" +#: ../../mod/network.php:181 +msgid "Collection: " +msgstr "Coleção:" -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' deleted" -msgstr "O usuário/a '%s' foi deletado/a" +#: ../../mod/network.php:194 +msgid "Connection: " +msgstr "Conexão:" -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' unblocked" -msgstr "O usuário/a '%s' foi desbloqueado/a" +#: ../../mod/network.php:197 +msgid "Invalid connection." +msgstr "Conexão inválida." -#: ../../mod/admin.php:685 +#: ../../mod/siteinfo.php:57 #, php-format -msgid "User '%s' blocked" -msgstr "O usuário/a '%s' foi bloqueado/a" - -#: ../../mod/admin.php:749 ../../mod/admin.php:761 -msgid "Users" -msgstr "Usuários" - -#: ../../mod/admin.php:751 ../../mod/admin.php:885 -msgid "select all" -msgstr "selecionar tudo" - -#: ../../mod/admin.php:752 -msgid "User registrations waiting for confirm" -msgstr "Registros de usuário aguardando confirmação" - -#: ../../mod/admin.php:753 -msgid "Request date" -msgstr "Data de requisição" - -#: ../../mod/admin.php:754 -msgid "No registrations." -msgstr "Nenhum registro." - -#: ../../mod/admin.php:755 -msgid "Approve" -msgstr "Aprovar" - -#: ../../mod/admin.php:756 -msgid "Deny" -msgstr "Negar" - -#: ../../mod/admin.php:758 ../../mod/connedit.php:372 -#: ../../mod/connedit.php:515 -msgid "Block" -msgstr "Bloquear" +msgid "Version %s" +msgstr "Versão %s" -#: ../../mod/admin.php:759 ../../mod/connedit.php:372 -#: ../../mod/connedit.php:515 -msgid "Unblock" -msgstr "Desbloquear" +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" +msgstr "Plugins/complementos/aplicações instalados:" -#: ../../mod/admin.php:762 -msgid "Register date" -msgstr "Data de registro" +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" +msgstr "Nenhum plugin/complemento/aplicação instalado" -#: ../../mod/admin.php:762 -msgid "Last login" -msgstr "Última autenticação" +#: ../../mod/siteinfo.php:97 +msgid "Red" +msgstr "Red" -#: ../../mod/admin.php:762 -msgid "Expires" -msgstr "Expira" +#: ../../mod/siteinfo.php:98 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." +msgstr "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada." -#: ../../mod/admin.php:762 -msgid "Service Class" -msgstr "Classe de serviço" +#: ../../mod/siteinfo.php:101 +msgid "Running at web location" +msgstr "Sendo executado no endereço web" -#: ../../mod/admin.php:764 +#: ../../mod/siteinfo.php:102 msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?" +"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " +"about the Red Matrix." +msgstr "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>." -#: ../../mod/admin.php:765 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?" +#: ../../mod/siteinfo.php:103 +msgid "Bug reports and issues: please visit" +msgstr "Relatos e acompanhamentos de erros podem ser encontrados em" -#: ../../mod/admin.php:797 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channelss censored/uncensored" -msgstr[0] "%s canal censurado/descensurado" -msgstr[1] "%s canais censurados/descensurados" +#: ../../mod/siteinfo.php:106 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba librelist ponto com" -#: ../../mod/admin.php:804 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "%s canal deletado" -msgstr[1] "%s canais deletados" +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" +msgstr "Administradores do site" -#: ../../mod/admin.php:823 -msgid "Channel not found" -msgstr "Canal não encontrado" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" +msgstr "O link foi guardado" -#: ../../mod/admin.php:834 -#, php-format -msgid "Channel '%s' deleted" -msgstr "Canal '%s' deletado" +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" +msgstr "Meus links guardados" -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' uncensored" -msgstr "Canal '%s' não censurado" +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" +msgstr "Links guardados das minhas conexões" -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' censored" -msgstr "Canal '%s' censurado" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Você precisa estar autenticado para ver esta página." -#: ../../mod/admin.php:887 -msgid "Censor" -msgstr "Censurar" +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Permissões insuficientes. Requisição redirecionada para a página de perfil." -#: ../../mod/admin.php:888 -msgid "Uncensor" -msgstr "Não censurar" +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout atualizado." -#: ../../mod/admin.php:891 -msgid "UID" -msgstr "UID" +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Editar descrição de página do sistema" -#: ../../mod/admin.php:891 ../../mod/settings.php:517 -#: ../../mod/settings.php:543 -msgid "Name" -msgstr "Nome" +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout não encontrado." -#: ../../mod/admin.php:891 ../../mod/profiles.php:337 -msgid "Address" -msgstr "Endereço" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Nome do módulo:" -#: ../../mod/admin.php:893 -msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?" +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "Ajuda de layout" -#: ../../mod/admin.php:894 -msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse site será permanentemente deletado!\\n\\nVocê tem certeza?" +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Não foi possível localizar seu hub." -#: ../../mod/admin.php:933 -#, php-format -msgid "Plugin %s disabled." -msgstr "Plugin %s desabilitado." +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Publicado com sucesso." -#: ../../mod/admin.php:937 +#: ../../mod/subthread.php:103 #, php-format -msgid "Plugin %s enabled." -msgstr "Plugin %s habilitado." - -#: ../../mod/admin.php:947 ../../mod/admin.php:1149 -msgid "Disable" -msgstr "Desabilitar" - -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 -msgid "Enable" -msgstr "Habilitar" - -#: ../../mod/admin.php:975 ../../mod/admin.php:1180 -msgid "Toggle" -msgstr "Alternar" - -#: ../../mod/admin.php:983 ../../mod/admin.php:1190 -msgid "Author: " -msgstr "Autor:" - -#: ../../mod/admin.php:984 ../../mod/admin.php:1191 -msgid "Maintainer: " -msgstr "Mantenedor:" +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s está acompanhando %3$s de %2$s" -#: ../../mod/admin.php:1113 -msgid "No themes found." -msgstr "Nenhum tema foi encontrado." +#: ../../mod/chanview.php:93 +msgid "toggle full screen mode" +msgstr "alternar o mode de tela inteira" -#: ../../mod/admin.php:1172 -msgid "Screenshot" -msgstr "Captura de tela" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "assinatura do destino inválida" -#: ../../mod/admin.php:1220 -msgid "[Experimental]" -msgstr "[Experimental]" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Falha ao criar a fonte. Nenhum canal selecionado." -#: ../../mod/admin.php:1221 -msgid "[Unsupported]" -msgstr "[Desassistido]" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "A fonte foi criada." -#: ../../mod/admin.php:1248 -msgid "Log settings updated." -msgstr "As configurações de log foram atualizadas." +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "A fonte foi atualizada." -#: ../../mod/admin.php:1304 -msgid "Clear" -msgstr "Limpar" +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/admin.php:1310 -msgid "Debugging" -msgstr "Depuração" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Administrar as fontes remotas de conteúdo para o seu canal." -#: ../../mod/admin.php:1311 -msgid "Log file" -msgstr "Arquivo de log" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nova fonte" -#: ../../mod/admin.php:1311 +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"Must be writable by web server. Relative to your Red top-level directory." -msgstr "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red." - -#: ../../mod/admin.php:1312 -msgid "Log level" -msgstr "Nível do log" - -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Cutucar/Espetar" - -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "Cutucar, espetar ou fazer outras coisas a alguém" - -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Destinatário" - -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "Escolha o que você deseja fazer com seu alvo" - -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Torne esta publicação privada" - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autorizar a conexão com a aplicação" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importar todo ou uma seleção do conteúdo do seguinte canal para este canal, e distribuí-lo de acordo com as configurações do seu canal." -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Volte para a sua aplicação e digite este código de segurança:" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importar apenas conteúd com estas palavras (uma por linha)" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Por favor, autentique-se para continuar." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Deixe em branco para importar todo o conteúdo público" -#: ../../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 "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "A fonte não foi encontrada." -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente." +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Editar fonte" -#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Bem vindo %s. Autenticação remota realizada com sucesso." +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Deletar fonte" -#: ../../mod/apps.php:8 -msgid "No installed applications." -msgstr "Não existe nenhuma aplicação instalada." +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "A fonte foi removida." -#: ../../mod/apps.php:13 -msgid "Applications" -msgstr "Aplicações" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Não foi possível remover a fonte." -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "O item não está disponível." +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Identificador de perfil inválido." -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "Carregar o URL retorna o erro: %1$s" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Editor de visibilidade do perfil" -#: ../../mod/block.php:27 ../../mod/page.php:35 -msgid "Invalid item." -msgstr "Item inválido." +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Clique em um contato para adicionar ou remover." -#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 -#: ../../mod/home.php:50 ../../mod/wall_upload.php:28 -msgid "Channel not found." -msgstr "O canal não foi encontrado." +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Visível para" -#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../mod/help.php:72 ../../index.php:226 -msgid "Page not found." -msgstr "Página não encontrada." +#: ../../mod/profperm.php:139 ../../mod/connections.php:278 +msgid "All Connections" +msgstr "Todas as conexões" #: ../../mod/profile_photo.php:108 msgid "Image uploaded but image cropping failed." @@ -4218,706 +4220,111 @@ msgstr "Não foi possível reduzir o tamanho da imagem [%s]." msgid "Block Name" msgstr "Nome do bloco" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 -msgid "Profile not found." -msgstr "O perfil não foi encontrado." - -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "O perfil foi excluído." - -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Perfil-" - -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "O novo perfil foi criado." - -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "O perfil não está disponível para clonagem." - -#: ../../mod/profiles.php:178 -msgid "Profile Name is required." -msgstr "É obrigatório informar o nome do perfil." - -#: ../../mod/profiles.php:294 -msgid "Marital Status" -msgstr "Estado civil" - -#: ../../mod/profiles.php:298 -msgid "Romantic Partner" -msgstr "Parceiro/a romântico/a" - -#: ../../mod/profiles.php:302 -msgid "Likes" -msgstr "Gosta de" - -#: ../../mod/profiles.php:306 -msgid "Dislikes" -msgstr "Não gosta de" - -#: ../../mod/profiles.php:310 -msgid "Work/Employment" -msgstr "Trabalho/Emprego" - -#: ../../mod/profiles.php:313 -msgid "Religion" -msgstr "Religião" - -#: ../../mod/profiles.php:317 -msgid "Political Views" -msgstr "Posição política" - -#: ../../mod/profiles.php:321 -msgid "Gender" -msgstr "Gênero" - -#: ../../mod/profiles.php:325 -msgid "Sexual Preference" -msgstr "Preferência sexual" - -#: ../../mod/profiles.php:329 -msgid "Homepage" -msgstr "Página web" - -#: ../../mod/profiles.php:333 -msgid "Interests" -msgstr "Interesses" - -#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 -msgid "Location" -msgstr "Localização" - -#: ../../mod/profiles.php:427 -msgid "Profile updated." -msgstr "O perfil foi atualizado." - -#: ../../mod/profiles.php:482 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?" - -#: ../../mod/profiles.php:505 -msgid "Edit Profile Details" -msgstr "Editar os detalhes do perfil" - -#: ../../mod/profiles.php:507 -msgid "View this profile" -msgstr "Ver este perfil" - -#: ../../mod/profiles.php:508 -msgid "Change Profile Photo" -msgstr "Mudar a foto do perfil" - -#: ../../mod/profiles.php:509 -msgid "Create a new profile using these settings" -msgstr "Criar um novo perfil usando estas configurações" - -#: ../../mod/profiles.php:510 -msgid "Clone this profile" -msgstr "Clonar este perfil" - -#: ../../mod/profiles.php:511 -msgid "Delete this profile" -msgstr "Excluir este perfil" - -#: ../../mod/profiles.php:512 -msgid "Profile Name:" -msgstr "Nome do perfil:" - -#: ../../mod/profiles.php:513 -msgid "Your Full Name:" -msgstr "Seu nome completo:" - -#: ../../mod/profiles.php:514 -msgid "Title/Description:" -msgstr "Título/Descrição:" - -#: ../../mod/profiles.php:515 -msgid "Your Gender:" -msgstr "Seu gênero:" - -#: ../../mod/profiles.php:516 -#, php-format -msgid "Birthday (%s):" -msgstr "Aniversário (%s):" - -#: ../../mod/profiles.php:517 -msgid "Street Address:" -msgstr "Endereço:" - -#: ../../mod/profiles.php:518 -msgid "Locality/City:" -msgstr "Localidade/Cidade:" - -#: ../../mod/profiles.php:519 -msgid "Postal/Zip Code:" -msgstr "CEP:" - -#: ../../mod/profiles.php:520 -msgid "Country:" -msgstr "País:" - -#: ../../mod/profiles.php:521 -msgid "Region/State:" -msgstr "Região/Estado:" - -#: ../../mod/profiles.php:522 -msgid "<span class=\"heart\">♥</span> Marital Status:" -msgstr "Estado civil <span class=\"heart\">♥</span>:" - -#: ../../mod/profiles.php:523 -msgid "Who: (if applicable)" -msgstr "Quem: (se aplicável)" - -#: ../../mod/profiles.php:524 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com" - -#: ../../mod/profiles.php:525 -msgid "Since [date]:" -msgstr "Desde [data]:" - -#: ../../mod/profiles.php:527 -msgid "Homepage URL:" -msgstr "Endereço do website:" - -#: ../../mod/profiles.php:530 -msgid "Religious Views:" -msgstr "Orientação religiosa:" - -#: ../../mod/profiles.php:531 -msgid "Keywords:" -msgstr "Palavras-chave:" - -#: ../../mod/profiles.php:534 -msgid "Example: fishing photography software" -msgstr "Exemplo: pesca fotografia software" - -#: ../../mod/profiles.php:535 -msgid "Used in directory listings" -msgstr "Usado em listas de diretório" - -#: ../../mod/profiles.php:536 -msgid "Tell us about yourself..." -msgstr "Fale um pouco sobre você..." - -#: ../../mod/profiles.php:537 -msgid "Hobbies/Interests" -msgstr "Hobbies/Interesses" - -#: ../../mod/profiles.php:538 -msgid "Contact information and Social Networks" -msgstr "Informações de contato e redes sociais" - -#: ../../mod/profiles.php:539 -msgid "My other channels" -msgstr "Meus outros canais" - -#: ../../mod/profiles.php:540 -msgid "Musical interests" -msgstr "Interesses musicais" - -#: ../../mod/profiles.php:541 -msgid "Books, literature" -msgstr "Livros, literatura" - -#: ../../mod/profiles.php:542 -msgid "Television" -msgstr "Televisão" - -#: ../../mod/profiles.php:543 -msgid "Film/dance/culture/entertainment" -msgstr "Filme/dança/cultura/entretenimento" - -#: ../../mod/profiles.php:544 -msgid "Love/romance" -msgstr "Amor/romance" - -#: ../../mod/profiles.php:545 -msgid "Work/employment" -msgstr "Trabalho/emprego" - -#: ../../mod/profiles.php:546 -msgid "School/education" -msgstr "Escola/educação" - -#: ../../mod/profiles.php:551 -msgid "" -"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " -"be visible to anybody using the internet." -msgstr "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet." - -#: ../../mod/profiles.php:561 ../../mod/directory.php:143 -#: ../../mod/dirprofile.php:92 -msgid "Age: " -msgstr "Idade: " - -#: ../../mod/profiles.php:600 -msgid "Edit/Manage Profiles" -msgstr "Editar/Administrar perfis" - -#: ../../mod/profiles.php:601 -msgid "Add profile things" -msgstr "Adicionar coisas ao perfil" - -#: ../../mod/profiles.php:602 -msgid "Include desirable objects in your profile" -msgstr "Inclua objetos desejáveis no seu perfil" - -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" -msgstr "O link foi guardado" - -#: ../../mod/bookmarks.php:58 -msgid "My Bookmarks" -msgstr "Meus links guardados" - -#: ../../mod/bookmarks.php:69 -msgid "My Connections Bookmarks" -msgstr "Links guardados das minhas conexões" - -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Identificador de perfil inválido." - -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Editor de visibilidade do perfil" - -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Clique em um contato para adicionar ou remover." - -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Visível para" - -#: ../../mod/profperm.php:139 ../../mod/connections.php:277 -msgid "All Connections" -msgstr "Todas as conexões" - -#: ../../mod/pubsites.php:16 -msgid "Public Sites" -msgstr "Sites públicos" - -#: ../../mod/pubsites.php:19 +#: ../../mod/post.php:226 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 <strong>may</strong> provide " -"additional details." -msgstr "Os sites listados permitem ao público geral registrar contas na Red Matrix. Todos os sites na matrix são interligados, portanto ser membro em qualquer um deles te torna membro na matrix como um todo. Alguns sites podem solicitar uma assinatura ou prover planos em níveis. Os links para cada provedor <strong>podem</strong> fornecer mais detalhes." - -#: ../../mod/pubsites.php:25 -msgid "Site URL" -msgstr "URL do site" - -#: ../../mod/pubsites.php:25 -msgid "Access Type" -msgstr "Tipo de acesso" - -#: ../../mod/pubsites.php:25 -msgid "Registration Policy" -msgstr "Política de registro" - -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "Você precisa estar autenticado para ver esta página." - -#: ../../mod/channel.php:86 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Permissões insuficientes. Requisição redirecionada para a página de perfil." - -#: ../../mod/chanview.php:93 -msgid "toggle full screen mode" -msgstr "alternar o mode de tela inteira" - -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "Escolha uma pasta de links onde guardar" - -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "Guardar link" - -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "URL do link guardado" - -#: ../../mod/rbmark.php:95 -msgid "Description" -msgstr "Descrição" - -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -msgstr "Ou digite o nome para uma nova pasta de links" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente." -#: ../../mod/chat.php:166 -msgid "Room not found" -msgstr "Sala não encontrada" +#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Bem vindo %s. Autenticação remota realizada com sucesso." -#: ../../mod/chat.php:176 -msgid "Leave Room" -msgstr "Sair da sala" +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "Permissão negada." -#: ../../mod/chat.php:177 -msgid "I am away right now" -msgstr "Eu estou ausente no momento" +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "O arquivo não foi encontrado." -#: ../../mod/chat.php:178 -msgid "I am online" -msgstr "Eu estou online" +#: ../../mod/filestorage.php:121 +msgid "Edit file permissions" +msgstr "Editar permissões do arquivo" -#: ../../mod/chat.php:180 -msgid "Bookmark this room" -msgstr "Guarde esta sala" +#: ../../mod/filestorage.php:129 +msgid "Set/edit permissions" +msgstr "Definir/editar permissões" -#: ../../mod/chat.php:204 ../../mod/chat.php:226 -msgid "New Chatroom" -msgstr "Nova sala de bate-papo" +#: ../../mod/filestorage.php:130 +msgid "Include all files and sub folders" +msgstr "Incluir todos os arquivos e subpastas" -#: ../../mod/chat.php:205 -msgid "Chatroom Name" -msgstr "Nome da sala de bate-papo" +#: ../../mod/filestorage.php:131 +msgid "Return to file list" +msgstr "Retornar à lista de arquivos" -#: ../../mod/chat.php:222 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "Salas de bate-papo de %1$s" +#: ../../mod/filestorage.php:133 +msgid "Copy/paste this code to attach file to a post" +msgstr "Copiar/colar este código para anexar um arquivo a uma publicação" -#: ../../mod/register.php:43 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Número máximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhã." +#: ../../mod/filestorage.php:134 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Copiar/colar este URL para linkar para o arquivo em uma página web" -#: ../../mod/register.php:49 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar." +#: ../../mod/filestorage.php:171 +msgid "Download" +msgstr "Baixar" -#: ../../mod/register.php:77 -msgid "Passwords do not match." -msgstr "Senhas não conferem." +#: ../../mod/filestorage.php:177 +msgid "Used: " +msgstr "Utilizado:" -#: ../../mod/register.php:105 -msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro." +#: ../../mod/filestorage.php:178 +msgid "[directory]" +msgstr "[diretório]" -#: ../../mod/register.php:111 -msgid "Your registration is pending approval by the site owner." -msgstr "A aprovação do seu registro está pendente junto ao administrador do site." +#: ../../mod/filestorage.php:180 +msgid "Limit: " +msgstr "Limite:" -#: ../../mod/register.php:114 -msgid "Your registration can not be processed." -msgstr "Não foi possível processar o seu registro." +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." +msgstr "Não existe informação disponível sobre a privacidade remota." -#: ../../mod/register.php:147 -msgid "Registration on this site/hub is by approval only." -msgstr "O registro neste site/hub requer aprovação." +#: ../../mod/lockview.php:45 +msgid "Visible to:" +msgstr "Visível para:" -#: ../../mod/register.php:148 -msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" -msgstr "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "O contato não foi encontrado." -#: ../../mod/register.php:156 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Este site excedeu o número máximo de registros de novas contas. Por favor, tente novamente amanhã." +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Sugestão de amizade enviada." -#: ../../mod/register.php:167 -msgid "Terms of Service" -msgstr "Termos de Serviço" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Sugerir amigos" -#: ../../mod/register.php:173 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "I accept the %s for this website" -msgstr "Eu aceito os %s deste website." +msgid "Suggest a friend for %s" +msgstr "Sugerir um amigo para %s" -#: ../../mod/register.php:175 +#: ../../mod/tagger.php:98 #, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Eu sou maior de 13 anos e aceito os %s deste website" - -#: ../../mod/register.php:194 -msgid "Membership on this site is by invitation only." -msgstr "Novas contas neste site se dão apenas por convite." - -#: ../../mod/register.php:195 -msgid "Please enter your invitation code" -msgstr "Por favor, digite o código do seu convite" - -#: ../../mod/register.php:198 -msgid "Your email address" -msgstr "Seu endereço de e-mail" - -#: ../../mod/register.php:199 -msgid "Choose a password" -msgstr "Escolha uma senha" - -#: ../../mod/register.php:200 -msgid "Please re-enter your password" -msgstr "Por favor, digite sua senha novamente" - -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Ausente" - -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "Online" - -#: ../../mod/regmod.php:12 -msgid "Please login." -msgstr "Por favor, autentique-se." - -#: ../../mod/cloud.php:112 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" -msgstr "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++" - -#: ../../mod/removeme.php:49 -msgid "Remove This Channel" -msgstr "Remover este canal" - -#: ../../mod/removeme.php:50 -msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." -msgstr "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo." - -#: ../../mod/removeme.php:51 -msgid "Please enter your password for verification:" -msgstr "Por favor, digite a sua senha para verificação:" - -#: ../../mod/removeme.php:52 -msgid "Remove this channel and all its clones from the network" -msgstr "Remover este canal e todos os seus clones da rede" - -#: ../../mod/removeme.php:52 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "Por padrão, apenas a instância do canal localizada neste hub será removida da rede" - -#: ../../mod/removeme.php:53 -msgid "Remove Channel" -msgstr "Remover canal" - -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Nenhum canal." - -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Conexões em comum" - -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Nenhuma conexão em comum." - -#: ../../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 "Encontramos um problema ao entrar com a OpenID fornecida. Por favor, verifique se digitou corretamente a ID." - -#: ../../mod/rmagic.php:38 -msgid "The error message was:" -msgstr "A mensagem de erro foi:" - -#: ../../mod/rmagic.php:42 -msgid "Authentication failed." -msgstr "A autenticação falhou." - -#: ../../mod/rmagic.php:78 -msgid "Remote Authentication" -msgstr "Autenticação remota" - -#: ../../mod/rmagic.php:79 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)" - -#: ../../mod/rmagic.php:80 -msgid "Authenticate" -msgstr "Autenticar" - -#: ../../mod/connect.php:55 ../../mod/connect.php:103 -msgid "Continue" -msgstr "Continuar" - -#: ../../mod/connect.php:84 -msgid "Premium Channel Setup" -msgstr "Configuração de canal premium" - -#: ../../mod/connect.php:86 -msgid "Enable premium channel connection restrictions" -msgstr "Habilitar restrições de canal premium para conexão" - -#: ../../mod/connect.php:87 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Por favor, insira suas restrições ou condições, como um recibo de depósito, normas de conduta, etc." - -#: ../../mod/connect.php:89 ../../mod/connect.php:109 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Este canal pode exigir passos adicionais ou compreensão das seguintes condições antes de conectar:" - -#: ../../mod/connect.php:90 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Tentativas de conexões verão então o seguinte texto antes de prosseguir:" - -#: ../../mod/connect.php:91 ../../mod/connect.php:112 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Ao prosseguir, eu certifico que cumpri todas as instruções exibidas nesta página." - -#: ../../mod/connect.php:100 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Nenhuma instrução foi especificada pelo dono do canal.)" - -#: ../../mod/connect.php:108 -msgid "Restricted or Premium Channel" -msgstr "Canal restrito ou premium" - -#: ../../mod/network.php:79 -msgid "No such group" -msgstr "Este grupo não existe" - -#: ../../mod/network.php:119 -msgid "Search Results For:" -msgstr "Resultados da busca por:" - -#: ../../mod/network.php:173 -msgid "Collection is empty" -msgstr "A coleção está vazia" - -#: ../../mod/network.php:181 -msgid "Collection: " -msgstr "Coleção:" - -#: ../../mod/network.php:194 -msgid "Connection: " -msgstr "Conexão:" - -#: ../../mod/network.php:197 -msgid "Invalid connection." -msgstr "Conexão inválida." +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s etiquetou %3$s de %2$s com %4$s" -#: ../../mod/connections.php:37 ../../mod/connedit.php:64 +#: ../../mod/connedit.php:64 ../../mod/connections.php:37 msgid "Could not access contact record." msgstr "Não foi possível acessar o registro do contato." -#: ../../mod/connections.php:51 ../../mod/connedit.php:78 +#: ../../mod/connedit.php:78 ../../mod/connections.php:51 msgid "Could not locate selected profile." msgstr "Não foi possível localizar o perfil selecionado." -#: ../../mod/connections.php:94 ../../mod/connedit.php:131 +#: ../../mod/connedit.php:131 ../../mod/connections.php:94 msgid "Connection updated." msgstr "A conexão foi atualizada." -#: ../../mod/connections.php:96 ../../mod/connedit.php:133 +#: ../../mod/connedit.php:133 ../../mod/connections.php:96 msgid "Failed to update connection record." msgstr "Não foi possível atualizar o registro da conexão." -#: ../../mod/connections.php:191 ../../mod/connections.php:290 -msgid "Blocked" -msgstr "Bloqueado" - -#: ../../mod/connections.php:196 ../../mod/connections.php:297 -msgid "Ignored" -msgstr "Ignorado" - -#: ../../mod/connections.php:201 ../../mod/connections.php:311 -msgid "Hidden" -msgstr "Oculto" - -#: ../../mod/connections.php:206 ../../mod/connections.php:304 -msgid "Archived" -msgstr "Arquivado" - -#: ../../mod/connections.php:229 ../../mod/connections.php:243 -msgid "All" -msgstr "Todos" - -#: ../../mod/connections.php:238 ../../mod/connections.php:318 -msgid "Unconnected" -msgstr "Não conectado" - -#: ../../mod/connections.php:268 -msgid "Suggest new connections" -msgstr "Sugerir novas conexões" - -#: ../../mod/connections.php:271 -msgid "New Connections" -msgstr "Novas conexões" - -#: ../../mod/connections.php:274 -msgid "Show pending (new) connections" -msgstr "Exibir conexões pendentes (novas)" - -#: ../../mod/connections.php:280 -msgid "Show all connections" -msgstr "Exibir todas as conexões" - -#: ../../mod/connections.php:283 -msgid "Unblocked" -msgstr "Não bloqueado" - -#: ../../mod/connections.php:286 -msgid "Only show unblocked connections" -msgstr "Exibir apenas conexões não bloqueadas" - -#: ../../mod/connections.php:293 -msgid "Only show blocked connections" -msgstr "Exibir apenas conexões bloqueadas" - -#: ../../mod/connections.php:300 -msgid "Only show ignored connections" -msgstr "Exibir apenas conexões ignoradas" - -#: ../../mod/connections.php:307 -msgid "Only show archived connections" -msgstr "Exibir apenas conexões arquivadas" - -#: ../../mod/connections.php:314 -msgid "Only show hidden connections" -msgstr "Exibir apenas conexões ocultas" - -#: ../../mod/connections.php:321 -msgid "Only show one-way connections" -msgstr "Exibir apenas conexões de mão única" - -#: ../../mod/connections.php:366 -#, php-format -msgid "%1$s [%2$s]" -msgstr "%1$s [%2$s]" - -#: ../../mod/connections.php:367 -msgid "Edit contact" -msgstr "Editar o contato" - -#: ../../mod/connections.php:388 -msgid "Search your connections" -msgstr "Pesquisar em suas conexões" - -#: ../../mod/connections.php:389 -msgid "Finding: " -msgstr "Pesquisando: " - -#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "Editar a publicação" - #: ../../mod/connedit.php:243 msgid "Could not access address book record." msgstr "Não foi possível acessar o registro do contato." @@ -4997,6 +4404,16 @@ msgstr "Atividades recentes" msgid "View recent posts and comments" msgstr "Exibir publicações e comentários recentes" +#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 +#: ../../mod/admin.php:759 +msgid "Unblock" +msgstr "Desbloquear" + +#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 +#: ../../mod/admin.php:758 +msgid "Block" +msgstr "Bloquear" + #: ../../mod/connedit.php:375 msgid "Block or Unblock this connection" msgstr "Bloquear ou desbloquear esta conexão" @@ -5005,11 +4422,6 @@ msgstr "Bloquear ou desbloquear esta conexão" msgid "Unignore" msgstr "Não ignorar" -#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 -#: ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "Ignorar" - #: ../../mod/connedit.php:382 msgid "Ignore or Unignore this connection" msgstr "Ignorar ou deixar de ignorar esta conexão" @@ -5042,10 +4454,6 @@ msgstr "Ocultar ou deixar de ocultar esta conexão" msgid "Delete this connection" msgstr "Deletar esta conexão" -#: ../../mod/connedit.php:434 -msgid "Unknown" -msgstr "Desconhecidos" - #: ../../mod/connedit.php:444 ../../mod/connedit.php:473 msgid "Approve this connection" msgstr "Aprovar esta conexão" @@ -5221,98 +4629,47 @@ msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "Respostas/reações às suas publicações públicas <strong>podem</strong> continuar visíveis." -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Nenhum potencial delegado para páginas localizado." - -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Delegar administração de página" +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Este site não é um servidor de diretório" -#: ../../mod/delegate.php:123 +#: ../../mod/rmagic.php:38 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 "Delegados podem administrar todos os aspectos desta conta/página exceto pelas configurações básicas da conta. Por favor, não delegue sua conta pessoal para alguém que você não confie completamente." - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Atuais administradores da página" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Atuais delegados da página" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Potenciais delegados" - -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:908 -msgid "Remove" -msgstr "Remover" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Adicionar" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Sem entradas." - -#: ../../mod/search.php:13 ../../mod/directory.php:15 -#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 ../../mod/photos.php:443 -msgid "Public access denied." -msgstr "Acesso público negado." - -#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95 -msgid "Gender: " -msgstr "Gênero: " - -#: ../../mod/directory.php:207 -msgid "Finding:" -msgstr "Pesquisando:" - -#: ../../mod/directory.php:215 -msgid "next page" -msgstr "próxima página" - -#: ../../mod/directory.php:215 -msgid "previous page" -msgstr "página anterior" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Encontramos um problema ao entrar com a OpenID fornecida. Por favor, verifique se digitou corretamente a ID." -#: ../../mod/directory.php:222 -msgid "No entries (some entries may be hidden)." -msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)." +#: ../../mod/rmagic.php:38 +msgid "The error message was:" +msgstr "A mensagem de erro foi:" -#: ../../mod/dirprofile.php:108 -msgid "Status: " -msgstr "Status:" +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "A autenticação falhou." -#: ../../mod/dirprofile.php:109 -msgid "Sexual Preference: " -msgstr "Preferência sexual:" +#: ../../mod/rmagic.php:78 +msgid "Remote Authentication" +msgstr "Autenticação remota" -#: ../../mod/dirprofile.php:111 -msgid "Homepage: " -msgstr "Website:" +#: ../../mod/rmagic.php:79 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)" -#: ../../mod/dirprofile.php:112 -msgid "Hometown: " -msgstr "Cidade natal:" +#: ../../mod/rmagic.php:80 +msgid "Authenticate" +msgstr "Autenticar" -#: ../../mod/dirprofile.php:114 -msgid "About: " -msgstr "Sobre:" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "O item não está disponível." -#: ../../mod/dirprofile.php:162 -msgid "Keywords: " -msgstr "Palavras-chave:" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "O item não está editável" -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Este site não é um servidor de diretório" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Deletar item?" #: ../../mod/settings.php:71 msgid "Name is required" @@ -5322,10 +4679,6 @@ msgstr "O nome é obrigatório" msgid "Key and Secret are required" msgstr "A chave e o segredo são obrigatórios" -#: ../../mod/settings.php:79 ../../mod/settings.php:541 -msgid "Update" -msgstr "Atualizar" - #: ../../mod/settings.php:195 msgid "Passwords do not match. Password unchanged." msgstr "As senhas não correspondem. A senha não foi modificada." @@ -5363,6 +4716,11 @@ msgstr "As configurações foram atualizadas." msgid "Add application" msgstr "Adicionar aplicação" +#: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:891 +msgid "Name" +msgstr "Nome" + #: ../../mod/settings.php:517 msgid "Name of application" msgstr "Nome da aplicação" @@ -5473,6 +4831,10 @@ msgstr "Recursos adicionais" msgid "Connector Settings" msgstr "Configurações do conector" +#: ../../mod/settings.php:708 ../../mod/admin.php:389 +msgid "No special theme for mobile devices" +msgstr "Sem tema especial para aparelhos móveis" + #: ../../mod/settings.php:749 msgid "Display Settings" msgstr "Configurações de exibição" @@ -5773,7 +5135,7 @@ msgid "" "phpmyadmin or mysql." msgstr "Pode ser que você precise importar o arquivo \"install/database.sql\" manualmente, usando o phpmyadmin or mysql." -#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:641 +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"." @@ -5781,7 +5143,7 @@ msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"." msgid "System check" msgstr "Checagem do sistema" -#: ../../mod/setup.php:261 ../../mod/events.php:360 +#: ../../mod/setup.php:261 ../../mod/events.php:369 msgid "Next" msgstr "Próximo" @@ -6054,558 +5416,520 @@ msgstr "A Red usa o diretório store para salvar arquivos carregados. O servidor msgid "store is writable" msgstr "store tem permissão de escrita" -#: ../../mod/setup.php:554 +#: ../../mod/setup.php:569 msgid "" "SSL certificate cannot be validated. Fix certificate or disable https access" " to this site." msgstr "Não foi possível validar o certificado SSL. Corrija o certificado ou desabilite o acesso via https ao site." -#: ../../mod/setup.php:555 +#: ../../mod/setup.php:570 msgid "" -"If you use https access, you MUST use a certification instance known by all " -"internet browsers. You MUST NOT use self-signed certificates!" -msgstr "Se você utiliza acesso https, você DEVE usar uma instância de certificação reconhecida por todos os navegadores de internet. Você NÃO DEVE usar certificados assinados por você mesmo!" +"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 você oferece acesso https ao seu website ou permite conexões na porta TCP 443 (a porta https:), você DEVE usar um certificado reconhecido pelos navegadores. Você NÃO DEVE usar certificados assinados por você mesmo!" -#: ../../mod/setup.php:556 +#: ../../mod/setup.php:571 msgid "" "This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub. If your" -msgstr "Essa restrição é incorporada porque publicações públicas de você podem por exemplo conter referências a imagens no seu próprio hub. Se seu" +"example contain references to images on your own hub." +msgstr "Essa restrição é incorporada porque publicações públicas suas podem, por exemplo, conter referências a imagens no seu próprio hub." -#: ../../mod/setup.php:557 +#: ../../mod/setup.php:572 msgid "" -"certificate is not known by the internet browser of users they get a warning" -" message complaining about some security issues. Although" -msgstr "certificado não é conhecido pelo navegador de internet do usuário eles receberão um alerta reclamando de alguns problemas de segurança. Apesar" +"If your certificate is not recognised, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Se seu certificado não for reconhecido, membros de outros sites (que podem ter certificados válidos) receberão uma mensagem de aviso nos seus próprios sites reclamando de problemas de segurança." -#: ../../mod/setup.php:558 +#: ../../mod/setup.php:573 msgid "" -"these complains are not the real truth - there are no security issues with " -"your encryption! - the users may be confused, nerved or even" -msgstr "dessas reclamações não serem a real verdade - não há problemas de segurança com sua encriptação! - os usuários podem ser confundidos, enervados ou pior" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Isso pode causar problemas de usabilidade (não só no seu site) então nós precisamos insistir nesse requisito." -#: ../../mod/setup.php:559 +#: ../../mod/setup.php:574 msgid "" -"worse may become scared about redmatrix having security issues. Use one of " -"the free certification instances!" -msgstr "ainda podem ficar com medo da redmatrix ter problemas de segurança. Use uma das instâncias certificadoras gratuitas!" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Existem provedores que disponibilizam gratuitamente certificados reconhecidos por navegadores." -#: ../../mod/setup.php:561 +#: ../../mod/setup.php:576 msgid "SSL certificate validation" msgstr "Validação do certificado SSL" -#: ../../mod/setup.php:568 +#: ../../mod/setup.php:582 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "A reescrita de URLs não está funcionando no .htaccess. Verifique as configurações do servidor." -#: ../../mod/setup.php:570 +#: ../../mod/setup.php:584 msgid "Url rewrite is working" msgstr "A reescrita de URLs está funcionando" -#: ../../mod/setup.php:580 +#: ../../mod/setup.php:594 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web." -#: ../../mod/setup.php:604 +#: ../../mod/setup.php:618 msgid "Errors encountered creating database tables." msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados." -#: ../../mod/setup.php:639 +#: ../../mod/setup.php:653 msgid "<h1>What next</h1>" msgstr "<h1>Próximos passos</h1>" -#: ../../mod/setup.php:640 +#: ../../mod/setup.php:654 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "poller." msgstr "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o coletor." -#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 -#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36 -#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32 -msgid "Item not found" -msgstr "O item não foi encontrado" - -#: ../../mod/editblock.php:77 -msgid "Edit Block" -msgstr "Editar bloco" - -#: ../../mod/editblock.php:87 -msgid "Delete block?" -msgstr "Deletar bloco?" - -#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 -msgid "Insert YouTube video" -msgstr "Inserir vídeo do YouTube" - -#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 -#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 -msgid "Insert Vorbis [.ogg] video" -msgstr "Inserir vídeo Vorbis (.ogg)" - -#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 -#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Inserir áudio Vorbis (.ogg)" - -#: ../../mod/editblock.php:153 -msgid "Delete Block" -msgstr "Deletar bloco" - -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "Layout atualizado." - -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "Editar descrição de página do sistema" - -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "Layout não encontrado." - -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "Nome do módulo:" - -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 -msgid "Layout Help" -msgstr "Ajuda de layout" - -#: ../../mod/editlayout.php:72 -msgid "Edit Layout" -msgstr "Editar layout" - -#: ../../mod/editlayout.php:82 -msgid "Delete layout?" -msgstr "Deletar layout?" - -#: ../../mod/editlayout.php:146 -msgid "Delete Layout" -msgstr "Deletar layout" - -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "O item não está editável" - -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Deletar item?" - -#: ../../mod/editwebpage.php:106 -msgid "Edit Webpage" -msgstr "Editar página web" - -#: ../../mod/editwebpage.php:116 -msgid "Delete webpage?" -msgstr "Deletar página web?" - -#: ../../mod/editwebpage.php:187 -msgid "Delete Webpage" -msgstr "Deletar página web" - -#: ../../mod/siteinfo.php:57 -#, php-format -msgid "Version %s" -msgstr "Versão %s" - -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "Plugins/complementos/aplicações instalados:" - -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "Nenhum plugin/complemento/aplicação instalado" - -#: ../../mod/siteinfo.php:97 -msgid "Red" -msgstr "Red" - -#: ../../mod/siteinfo.php:98 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada." - -#: ../../mod/siteinfo.php:101 -msgid "Running at web location" -msgstr "Sendo executado no endereço web" - -#: ../../mod/siteinfo.php:102 -msgid "" -"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " -"about the Red Matrix." -msgstr "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>." - -#: ../../mod/siteinfo.php:103 -msgid "Bug reports and issues: please visit" -msgstr "Relatos e acompanhamentos de erros podem ser encontrados em" - -#: ../../mod/siteinfo.php:106 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba librelist ponto com" - -#: ../../mod/siteinfo.php:108 -msgid "Site Administrators" -msgstr "Administradores do site" - #: ../../mod/events.php:72 msgid "Event title and start time are required." msgstr "O título do evento e a hora de início são obrigatórios." -#: ../../mod/events.php:290 +#: ../../mod/events.php:299 msgid "l, F j" msgstr "l, F j" -#: ../../mod/events.php:312 +#: ../../mod/events.php:321 msgid "Edit event" msgstr "Editar o evento" -#: ../../mod/events.php:358 +#: ../../mod/events.php:367 msgid "Create New Event" msgstr "Criar um novo evento" -#: ../../mod/events.php:359 +#: ../../mod/events.php:368 msgid "Previous" msgstr "Anterior" -#: ../../mod/events.php:431 +#: ../../mod/events.php:439 msgid "hour:minute" msgstr "hora:minuto" -#: ../../mod/events.php:450 +#: ../../mod/events.php:459 msgid "Event details" msgstr "Detalhes do evento" -#: ../../mod/events.php:451 +#: ../../mod/events.php:460 #, php-format msgid "Format is %s %s. Starting date and Title are required." msgstr "O formato é %s %s. A data de início e o título são obrigatórios." -#: ../../mod/events.php:453 +#: ../../mod/events.php:462 msgid "Event Starts:" msgstr "Início do evento:" -#: ../../mod/events.php:453 ../../mod/events.php:467 +#: ../../mod/events.php:462 ../../mod/events.php:476 ../../mod/appman.php:83 +#: ../../mod/appman.php:84 msgid "Required" msgstr "Obrigatório" -#: ../../mod/events.php:456 +#: ../../mod/events.php:465 msgid "Finish date/time is not known or not relevant" msgstr "A data/hora de término não é conhecida ou não é relevante" -#: ../../mod/events.php:458 +#: ../../mod/events.php:467 msgid "Event Finishes:" msgstr "Término do evento:" -#: ../../mod/events.php:461 +#: ../../mod/events.php:470 msgid "Adjust for viewer timezone" msgstr "Ajustar para o fuso horário do visualizador" -#: ../../mod/events.php:463 +#: ../../mod/events.php:472 msgid "Description:" msgstr "Descrição:" -#: ../../mod/events.php:467 +#: ../../mod/events.php:476 msgid "Title:" msgstr "Título:" -#: ../../mod/events.php:469 +#: ../../mod/events.php:478 msgid "Share this event" msgstr "Compartilhar este evento" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Falha ao criar a fonte. Nenhum canal selecionado." +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "As informações do dono da pagina não puderam ser obtidas." -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "A fonte foi criada." +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "O álbum não foi encontrado." -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "A fonte foi atualizada." +#: ../../mod/photos.php:119 ../../mod/photos.php:671 +msgid "Delete Album" +msgstr "Excluir o álbum" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/photos.php:159 ../../mod/photos.php:954 +msgid "Delete Photo" +msgstr "Excluir a foto" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Administrar as fontes remotas de conteúdo para o seu canal." +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "Não foi selecionada nenhuma foto" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nova fonte" +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "O acesso a este item está restrito." -#: ../../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 "Importar todo ou uma seleção do conteúdo do seguinte canal para este canal, e distribuí-lo de acordo com as configurações do seu canal." +#: ../../mod/photos.php:576 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos." -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importar apenas conteúd com estas palavras (uma por linha)" +#: ../../mod/photos.php:579 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "Você usou %1$.2f Mbytes de armazenamento de fotos." -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Deixe em branco para importar todo o conteúdo público" +#: ../../mod/photos.php:598 +msgid "Upload Photos" +msgstr "Enviar fotos" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:110 -msgid "Channel Name" -msgstr "Nome do canal" +#: ../../mod/photos.php:602 ../../mod/photos.php:666 +msgid "New album name: " +msgstr "Novo nome de álbum: " -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "A fonte não foi encontrada." +#: ../../mod/photos.php:603 +msgid "or existing album name: " +msgstr "ou nome de um álbum já existente: " -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Editar fonte" +#: ../../mod/photos.php:604 +msgid "Do not show a status post for this upload" +msgstr "Não exibir uma publicação de status para este carregamento" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Deletar fonte" +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 +msgid "Contact Photos" +msgstr "Fotos dos contatos" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "A fonte foi removida." +#: ../../mod/photos.php:681 +msgid "Edit Album" +msgstr "Editar o álbum" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Não foi possível remover a fonte." +#: ../../mod/photos.php:687 +msgid "Show Newest First" +msgstr "Exibir primeiro os mais recentes" -#: ../../mod/filer.php:49 -msgid "- select -" -msgstr "- selecionar -" +#: ../../mod/photos.php:689 +msgid "Show Oldest First" +msgstr "Exibir primeiro os mais antigos" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." -msgstr "Permissão negada." +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 +msgid "View Photo" +msgstr "Ver a foto" -#: ../../mod/filestorage.php:85 -msgid "File not found." -msgstr "O arquivo não foi encontrado." +#: ../../mod/photos.php:778 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permissão negada. Acesso a este item pode estar restrito." -#: ../../mod/filestorage.php:121 -msgid "Edit file permissions" -msgstr "Editar permissões do arquivo" +#: ../../mod/photos.php:780 +msgid "Photo not available" +msgstr "A foto não está disponível" -#: ../../mod/filestorage.php:129 -msgid "Set/edit permissions" -msgstr "Definir/editar permissões" +#: ../../mod/photos.php:840 +msgid "Use as profile photo" +msgstr "Usar como uma foto de perfil" -#: ../../mod/filestorage.php:130 -msgid "Include all files and sub folders" -msgstr "Incluir todos os arquivos e subpastas" +#: ../../mod/photos.php:864 +msgid "View Full Size" +msgstr "Ver no tamanho real" -#: ../../mod/filestorage.php:131 -msgid "Return to file list" -msgstr "Retornar à lista de arquivos" +#: ../../mod/photos.php:938 +msgid "Edit photo" +msgstr "Editar a foto" -#: ../../mod/filestorage.php:133 -msgid "Copy/paste this code to attach file to a post" -msgstr "Copiar/colar este código para anexar um arquivo a uma publicação" +#: ../../mod/photos.php:940 +msgid "Rotate CW (right)" +msgstr "Rotacionar H (horário)" -#: ../../mod/filestorage.php:134 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Copiar/colar este URL para linkar para o arquivo em uma página web" +#: ../../mod/photos.php:941 +msgid "Rotate CCW (left)" +msgstr "Rotacionar AH (anti-horário)" -#: ../../mod/filestorage.php:171 -msgid "Download" -msgstr "Baixar" +#: ../../mod/photos.php:943 +msgid "New album name" +msgstr "Novo nome para o álbum" -#: ../../mod/filestorage.php:177 -msgid "Used: " -msgstr "Utilizado:" +#: ../../mod/photos.php:946 +msgid "Caption" +msgstr "Legenda" -#: ../../mod/filestorage.php:178 -msgid "[directory]" -msgstr "[diretório]" +#: ../../mod/photos.php:948 +msgid "Add a Tag" +msgstr "Adicionar uma etiqueta" -#: ../../mod/filestorage.php:180 -msgid "Limit: " -msgstr "Limite:" +#: ../../mod/photos.php:951 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Canal adicionado." +#: ../../mod/photos.php:1104 +msgid "In This Photo:" +msgstr "Nesta foto:" -#: ../../mod/subthread.php:103 +#: ../../mod/photos.php:1179 +msgid "View Album" +msgstr "Ver álbum" + +#: ../../mod/photos.php:1188 +msgid "Recent Photos" +msgstr "Fotos recentes" + +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" +msgstr "Ajuda:" + +#: ../../mod/help.php:69 ../../index.php:234 +msgid "Not Found" +msgstr "Não encontrada" + +#: ../../mod/ping.php:192 +msgid "sent you a private message" +msgstr "lhe enviou uma mensagem privada" + +#: ../../mod/ping.php:250 +msgid "added your channel" +msgstr "adicionou seu canal" + +#: ../../mod/ping.php:294 +msgid "posted an event" +msgstr "publicou um evento" + +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Não foi encontrada uma conta válida." + +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail." + +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 #, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s está acompanhando %3$s de %2$s" +msgid "Site Member (%s)" +msgstr "Membro do site (%s)" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "O contato não foi encontrado." +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Foi feita uma solicitação de restauração de senha em %s" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Sugestão de amizade enviada." +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada." -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Sugerir amigos" +#: ../../mod/lostpass.php:85 ../../boot.php:1461 +msgid "Password Reset" +msgstr "Reiniciar a senha" -#: ../../mod/fsuggest.php:99 +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Sua senha foi restaurada, conforme solicitado." + +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Sua nova senha é" + +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Salve ou copie a sua nova senha e, então" + +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "clique aqui para entrar" + +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em sua conta." + +#: ../../mod/lostpass.php:107 #, php-format -msgid "Suggest a friend for %s" -msgstr "Sugerir um amigo para %s" +msgid "Your password has changed at %s" +msgstr "Sua senha foi modificada em %s" -#: ../../mod/suggest.php:35 +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Esqueceu a sua senha?" + +#: ../../mod/lostpass.php:123 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Nenhuma sugestão disponível. Se este site é novo, por favor tente novamente em 24 horas." +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções." -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "A coleção foi criada." +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "Endereço de e-mail" -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Não foi possível criar a coleção." +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Restaurar" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Coleção atualizada" +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" +msgstr "Remover este canal" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Criar uma coleção de canais." +#: ../../mod/removeme.php:50 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo." -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Nome da coleção:" +#: ../../mod/removeme.php:51 +msgid "Please enter your password for verification:" +msgstr "Por favor, digite a sua senha para verificação:" -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "Membros são visíveis para outros canais" +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" +msgstr "Remover este canal e todos os seus clones da rede" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Coleção removida." +#: ../../mod/removeme.php:52 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Por padrão, apenas a instância do canal localizada neste hub será removida da rede" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Não foi possível remover a coleção." +#: ../../mod/removeme.php:53 +msgid "Remove Channel" +msgstr "Remover canal" -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Editor de coleção" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Nenhum potencial delegado para páginas localizado." -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Membros" +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Delegar administração de página" -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Todas os canais conectados" +#: ../../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 "Delegados podem administrar todos os aspectos desta conta/página exceto pelas configurações básicas da conta. Por favor, não delegue sua conta pessoal para alguém que você não confie completamente." -#: ../../mod/group.php:231 -msgid "Click on a channel to add or remove." -msgstr "Clique em um canal para adicionar ou remover." +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Atuais administradores da página" -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s etiquetou %3$s de %2$s com %4$s" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Atuais delegados da página" -#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 -msgid "Help:" -msgstr "Ajuda:" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Potenciais delegados" -#: ../../mod/help.php:69 ../../index.php:223 -msgid "Not Found" -msgstr "Não encontrada" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Adicionar" -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "A etiqueta foi removida" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Sem entradas." -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Remover a etiqueta de item" +#: ../../mod/layouts.php:62 +msgid "Help with this feature" +msgstr "Ajuda com este recurso" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Selecione uma etiqueta para remover: " +#: ../../mod/layouts.php:84 +msgid "Layout Name" +msgstr "Nome do layout" -#: ../../mod/home.php:89 -#, php-format -msgid "Welcome to %s" -msgstr "Bem-vindo(a) a %s" +#: ../../mod/connections.php:191 ../../mod/connections.php:291 +msgid "Blocked" +msgstr "Bloqueado" -#: ../../mod/thing.php:98 -msgid "Thing updated" -msgstr "A coisa foi atualizada" +#: ../../mod/connections.php:196 ../../mod/connections.php:298 +msgid "Ignored" +msgstr "Ignorado" -#: ../../mod/thing.php:158 -msgid "Object store: failed" -msgstr "Armazenamento do objeto: falhou" +#: ../../mod/connections.php:201 ../../mod/connections.php:312 +msgid "Hidden" +msgstr "Oculto" -#: ../../mod/thing.php:162 -msgid "Thing added" -msgstr "A coisa foi adicionada" +#: ../../mod/connections.php:206 ../../mod/connections.php:305 +msgid "Archived" +msgstr "Arquivado" -#: ../../mod/thing.php:182 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +#: ../../mod/connections.php:230 ../../mod/connections.php:244 +msgid "All" +msgstr "Todos" -#: ../../mod/thing.php:234 -msgid "Show Thing" -msgstr "Exibir coisa" +#: ../../mod/connections.php:239 ../../mod/connections.php:319 +msgid "Unconnected" +msgstr "Não conectado" -#: ../../mod/thing.php:241 -msgid "item not found." -msgstr "o item não foi encontrado" +#: ../../mod/connections.php:269 +msgid "Suggest new connections" +msgstr "Sugerir novas conexões" -#: ../../mod/thing.php:269 -msgid "Edit Thing" -msgstr "Editar coisa" +#: ../../mod/connections.php:272 +msgid "New Connections" +msgstr "Novas conexões" -#: ../../mod/thing.php:271 ../../mod/thing.php:318 -msgid "Select a profile" -msgstr "Selecione um perfil" +#: ../../mod/connections.php:275 +msgid "Show pending (new) connections" +msgstr "Exibir conexões pendentes (novas)" -#: ../../mod/thing.php:273 ../../mod/thing.php:320 -msgid "Select a category of stuff. e.g. I ______ something" -msgstr "Escolha uma categoria de coisas. e.g. Eu ______ algo" +#: ../../mod/connections.php:281 +msgid "Show all connections" +msgstr "Exibir todas as conexões" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 -msgid "Post an activity" -msgstr "Publique uma atividade" +#: ../../mod/connections.php:284 +msgid "Unblocked" +msgstr "Não bloqueado" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 -msgid "Only sends to viewers of the applicable profile" -msgstr "Envia apenas para a audiência do perfil aplicável" +#: ../../mod/connections.php:287 +msgid "Only show unblocked connections" +msgstr "Exibir apenas conexões não bloqueadas" -#: ../../mod/thing.php:277 ../../mod/thing.php:323 -msgid "Name of thing e.g. something" -msgstr "Nome da coisa e.g. coisinha" +#: ../../mod/connections.php:294 +msgid "Only show blocked connections" +msgstr "Exibir apenas conexões bloqueadas" -#: ../../mod/thing.php:279 ../../mod/thing.php:324 -msgid "URL of thing (optional)" -msgstr "URL da coisa (opcional)" +#: ../../mod/connections.php:301 +msgid "Only show ignored connections" +msgstr "Exibir apenas conexões ignoradas" -#: ../../mod/thing.php:281 ../../mod/thing.php:325 -msgid "URL for photo of thing (optional)" -msgstr "URL para foto da coisa (opcional)" +#: ../../mod/connections.php:308 +msgid "Only show archived connections" +msgstr "Exibir apenas conexões arquivadas" -#: ../../mod/thing.php:316 -msgid "Add Thing to your Profile" -msgstr "Adicionar a coisa ao seu perfil" +#: ../../mod/connections.php:315 +msgid "Only show hidden connections" +msgstr "Exibir apenas conexões ocultas" + +#: ../../mod/connections.php:322 +msgid "Only show one-way connections" +msgstr "Exibir apenas conexões de mão única" + +#: ../../mod/connections.php:367 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" + +#: ../../mod/connections.php:368 +msgid "Edit contact" +msgstr "Editar o contato" + +#: ../../mod/connections.php:389 +msgid "Search your connections" +msgstr "Pesquisar em suas conexões" + +#: ../../mod/connections.php:390 +msgid "Finding: " +msgstr "Pesquisando: " #: ../../mod/import.php:36 msgid "Nothing to import." @@ -6684,350 +6008,342 @@ msgstr "Para qualquer das opções, por favor escolha se deseja fazer deste hub msgid "Make this hub my primary location" msgstr "Faça deste hub meu local primário" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "Foi excedido o número total de convites." +#: ../../mod/mood.php:138 +msgid "Mood" +msgstr "Humor" -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Não é um endereço de e-mail válido." +#: ../../mod/mood.php:139 +msgid "Set your current mood and tell your friends" +msgstr "Marque seu humor atual e compartilhe com seus amigos" -#: ../../mod/invite.php:76 -msgid "Please join us on Red" -msgstr "Por favor, una-se a nós na Red" +#: ../../mod/chat.php:167 +msgid "Room not found" +msgstr "Sala não encontrada" -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Você excedeu o limite de convites. Por favor, entre em contato com o administrador do site." +#: ../../mod/chat.php:178 +msgid "Leave Room" +msgstr "Sair da sala" -#: ../../mod/invite.php:92 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Não foi possível enviar a mensagem." +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "Deletar esta sala" -#: ../../mod/invite.php:96 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d mensagem enviada." -msgstr[1] "%d mensagens enviadas." +#: ../../mod/chat.php:180 +msgid "I am away right now" +msgstr "Eu estou ausente no momento" -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "Você não possui mais convites disponíveis" +#: ../../mod/chat.php:181 +msgid "I am online" +msgstr "Eu estou online" -#: ../../mod/invite.php:141 -msgid "Send invitations" -msgstr "Enviar convites." +#: ../../mod/chat.php:183 +msgid "Bookmark this room" +msgstr "Guarde esta sala" -#: ../../mod/invite.php:142 -msgid "Enter email addresses, one per line:" -msgstr "Digite os endereços de e-mail, um por linha:" +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Nova sala de bate-papo" -#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 -msgid "Your message:" -msgstr "Sua mensagem:" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Nome da sala de bate-papo" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralised communication and information " -"tool." -msgstr "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada." +#: ../../mod/chat.php:225 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "Salas de bate-papo de %1$s" -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Você deve informar este código de convite: $invite_code" +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "Editar bloco" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" -msgstr "Por favor, visite o meu canal em" +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "Deletar bloco?" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" -msgstr "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:" +#: ../../mod/editblock.php:153 +msgid "Delete Block" +msgstr "Deletar bloco" -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "Clique no link [Registrar] na seguinte página para participar." +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Correspondência de perfil" -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com" +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Nenhuma palavra-chave para combinar. Por favor, adicione palavras-chave ao seu perfil padrão." -#: ../../mod/item.php:147 -msgid "Unable to locate original post." -msgstr "Não foi possível localizar a publicação original." +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "se interessa por:" -#: ../../mod/item.php:345 -msgid "Empty post discarded." -msgstr "A publicação em branco foi descartada." +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Nenhuma correspondência" -#: ../../mod/item.php:385 -msgid "Executable content type not permitted to this channel." -msgstr "Conteúdo de tipo executável não permitido para este canal." +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Ausente" -#: ../../mod/item.php:794 -msgid "System error. Post not saved." -msgstr "Erro no sistema. A publicação não foi salva." +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" -#: ../../mod/item.php:1237 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "Você atingiu o seu limite de %1$.0f publicações de novos tópicos." +#: ../../mod/editwebpage.php:106 +msgid "Edit Webpage" +msgstr "Editar página web" -#: ../../mod/item.php:1243 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Você atingiu o seu limite de %1$.0f páginas web." +#: ../../mod/editwebpage.php:116 +msgid "Delete webpage?" +msgstr "Deletar página web?" -#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 -#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 -msgid "[Embedded content - reload page to view]" -msgstr "[Conteúdo incorporado - recarregue a página para ver]" +#: ../../mod/editwebpage.php:187 +msgid "Delete Webpage" +msgstr "Deletar página web" -#: ../../mod/layouts.php:62 -msgid "Help with this feature" -msgstr "Ajuda com este recurso" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 +#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 +msgid "Profile not found." +msgstr "O perfil não foi encontrado." -#: ../../mod/layouts.php:84 -msgid "Layout Name" -msgstr "Nome do layout" +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "O perfil foi excluído." -#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 -msgid "Remote privacy information not available." -msgstr "Não existe informação disponível sobre a privacidade remota." +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Perfil-" -#: ../../mod/lockview.php:45 -msgid "Visible to:" -msgstr "Visível para:" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "O novo perfil foi criado." -#: ../../mod/viewconnections.php:50 -msgid "No connections." -msgstr "Nenhuma conexão." +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "O perfil não está disponível para clonagem." -#: ../../mod/viewconnections.php:62 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Ver o perfil de %s [%s]" +#: ../../mod/profiles.php:178 +msgid "Profile Name is required." +msgstr "É obrigatório informar o nome do perfil." -#: ../../mod/viewconnections.php:77 -msgid "View Connnections" -msgstr "Ver conexões" +#: ../../mod/profiles.php:294 +msgid "Marital Status" +msgstr "Estado civil" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Não foi encontrada uma conta válida." +#: ../../mod/profiles.php:298 +msgid "Romantic Partner" +msgstr "Parceiro/a romântico/a" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail." +#: ../../mod/profiles.php:302 +msgid "Likes" +msgstr "Gosta de" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Membro do site (%s)" +#: ../../mod/profiles.php:306 +msgid "Dislikes" +msgstr "Não gosta de" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "Foi feita uma solicitação de restauração de senha em %s" +#: ../../mod/profiles.php:310 +msgid "Work/Employment" +msgstr "Trabalho/Emprego" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada." +#: ../../mod/profiles.php:313 +msgid "Religion" +msgstr "Religião" -#: ../../mod/lostpass.php:85 ../../boot.php:1462 -msgid "Password Reset" -msgstr "Reiniciar a senha" +#: ../../mod/profiles.php:317 +msgid "Political Views" +msgstr "Posição política" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "Sua senha foi restaurada, conforme solicitado." +#: ../../mod/profiles.php:321 +msgid "Gender" +msgstr "Gênero" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "Sua nova senha é" +#: ../../mod/profiles.php:325 +msgid "Sexual Preference" +msgstr "Preferência sexual" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Salve ou copie a sua nova senha e, então" +#: ../../mod/profiles.php:329 +msgid "Homepage" +msgstr "Página web" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "clique aqui para entrar" +#: ../../mod/profiles.php:333 +msgid "Interests" +msgstr "Interesses" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em sua conta." +#: ../../mod/profiles.php:337 ../../mod/admin.php:891 +msgid "Address" +msgstr "Endereço" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "Sua senha foi modificada em %s" +#: ../../mod/profiles.php:427 +msgid "Profile updated." +msgstr "O perfil foi atualizado." -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Esqueceu a sua senha?" +#: ../../mod/profiles.php:482 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?" -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções." +#: ../../mod/profiles.php:505 +msgid "Edit Profile Details" +msgstr "Editar os detalhes do perfil" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "Endereço de e-mail" +#: ../../mod/profiles.php:507 +msgid "View this profile" +msgstr "Ver este perfil" -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Restaurar" +#: ../../mod/profiles.php:508 +msgid "Change Profile Photo" +msgstr "Mudar a foto do perfil" -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "O hub não foi encontrado." +#: ../../mod/profiles.php:509 +msgid "Create a new profile using these settings" +msgstr "Criar um novo perfil usando estas configurações" -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "Votos totais" +#: ../../mod/profiles.php:510 +msgid "Clone this profile" +msgstr "Clonar este perfil" -#: ../../mod/vote.php:98 -msgid "Average Rating" -msgstr "Média das avaliações" +#: ../../mod/profiles.php:511 +msgid "Delete this profile" +msgstr "Excluir este perfil" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Não foi possível encontrar o destinatário." +#: ../../mod/profiles.php:512 +msgid "Profile Name:" +msgstr "Nome do perfil:" -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Não foi possível comunicar com o canal solicitado." +#: ../../mod/profiles.php:513 +msgid "Your Full Name:" +msgstr "Seu nome completo:" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Não foi possível verificar o canal requisitado." +#: ../../mod/profiles.php:514 +msgid "Title/Description:" +msgstr "Título/Descrição:" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "O canal solicitado tem restrições a mensagens privadas. Falha no envio." +#: ../../mod/profiles.php:515 +msgid "Your Gender:" +msgstr "Seu gênero:" -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" -msgstr "Mensagens" +#: ../../mod/profiles.php:516 +#, php-format +msgid "Birthday (%s):" +msgstr "Aniversário (%s):" -#: ../../mod/mail.php:132 -msgid "Message deleted." -msgstr "A mensagem foi excluída." +#: ../../mod/profiles.php:517 +msgid "Street Address:" +msgstr "Endereço:" -#: ../../mod/mail.php:149 -msgid "Message recalled." -msgstr "Mensagem retirada." +#: ../../mod/profiles.php:518 +msgid "Locality/City:" +msgstr "Localidade/Cidade:" -#: ../../mod/mail.php:206 -msgid "Send Private Message" -msgstr "Enviar mensagem privada" +#: ../../mod/profiles.php:519 +msgid "Postal/Zip Code:" +msgstr "CEP:" -#: ../../mod/mail.php:207 ../../mod/mail.php:323 -msgid "To:" -msgstr "Para:" +#: ../../mod/profiles.php:520 +msgid "Country:" +msgstr "País:" -#: ../../mod/mail.php:212 ../../mod/mail.php:325 -msgid "Subject:" -msgstr "Assunto:" +#: ../../mod/profiles.php:521 +msgid "Region/State:" +msgstr "Região/Estado:" -#: ../../mod/mail.php:249 -msgid "Message not found." -msgstr "Mensagem não encontrada." +#: ../../mod/profiles.php:522 +msgid "<span class=\"heart\">♥</span> Marital Status:" +msgstr "Estado civil <span class=\"heart\">♥</span>:" -#: ../../mod/mail.php:292 ../../mod/message.php:72 -msgid "Delete message" -msgstr "Excluir a mensagem" +#: ../../mod/profiles.php:523 +msgid "Who: (if applicable)" +msgstr "Quem: (se aplicável)" -#: ../../mod/mail.php:293 -msgid "Recall message" -msgstr "Retirar mensagem" +#: ../../mod/profiles.php:524 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com" -#: ../../mod/mail.php:295 -msgid "Message has been recalled." -msgstr "A mensagem foi retirada." +#: ../../mod/profiles.php:525 +msgid "Since [date]:" +msgstr "Desde [data]:" -#: ../../mod/mail.php:312 -msgid "Private Conversation" -msgstr "Conversa privada" +#: ../../mod/profiles.php:527 +msgid "Homepage URL:" +msgstr "Endereço do website:" -#: ../../mod/mail.php:316 -msgid "Delete conversation" -msgstr "Excluir conversa" +#: ../../mod/profiles.php:530 +msgid "Religious Views:" +msgstr "Orientação religiosa:" -#: ../../mod/mail.php:318 -msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "Comunicação segura indisponível. Você <strong>talvez</strong> consiga responder pela página de perfil do remetente." +#: ../../mod/profiles.php:531 +msgid "Keywords:" +msgstr "Palavras-chave:" -#: ../../mod/mail.php:322 -msgid "Send Reply" -msgstr "Enviar resposta" +#: ../../mod/profiles.php:534 +msgid "Example: fishing photography software" +msgstr "Exemplo: pesca fotografia software" -#: ../../mod/manage.php:64 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Você criou %1$.0f de %2$.0f canais permitidos." +#: ../../mod/profiles.php:535 +msgid "Used in directory listings" +msgstr "Usado em listas de diretório" -#: ../../mod/manage.php:72 -msgid "Create a new channel" -msgstr "Criar um novo canal" +#: ../../mod/profiles.php:536 +msgid "Tell us about yourself..." +msgstr "Fale um pouco sobre você..." -#: ../../mod/manage.php:77 -msgid "Channel Manager" -msgstr "Administrador do canal" +#: ../../mod/profiles.php:537 +msgid "Hobbies/Interests" +msgstr "Hobbies/Interesses" -#: ../../mod/manage.php:78 -msgid "Current Channel" -msgstr "Canal atual" +#: ../../mod/profiles.php:538 +msgid "Contact information and Social Networks" +msgstr "Informações de contato e redes sociais" -#: ../../mod/manage.php:80 -msgid "Attach to one of your channels by selecting it." -msgstr "Selecione um dos seus canais para utilizá-lo." +#: ../../mod/profiles.php:539 +msgid "My other channels" +msgstr "Meus outros canais" -#: ../../mod/manage.php:81 -msgid "Default Channel" -msgstr "Canal padrão" +#: ../../mod/profiles.php:540 +msgid "Musical interests" +msgstr "Interesses musicais" -#: ../../mod/manage.php:82 -msgid "Make Default" -msgstr "Tornar padrão" +#: ../../mod/profiles.php:541 +msgid "Books, literature" +msgstr "Livros, literatura" -#: ../../mod/wall_upload.php:34 -msgid "Wall Photos" -msgstr "Fotos do mural" +#: ../../mod/profiles.php:542 +msgid "Television" +msgstr "Televisão" -#: ../../mod/match.php:16 -msgid "Profile Match" -msgstr "Correspondência de perfil" +#: ../../mod/profiles.php:543 +msgid "Film/dance/culture/entertainment" +msgstr "Filme/dança/cultura/entretenimento" -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Nenhuma palavra-chave para combinar. Por favor, adicione palavras-chave ao seu perfil padrão." +#: ../../mod/profiles.php:544 +msgid "Love/romance" +msgstr "Amor/romance" -#: ../../mod/match.php:61 -msgid "is interested in:" -msgstr "se interessa por:" +#: ../../mod/profiles.php:545 +msgid "Work/employment" +msgstr "Trabalho/emprego" -#: ../../mod/match.php:69 -msgid "No matches" -msgstr "Nenhuma correspondência" +#: ../../mod/profiles.php:546 +msgid "School/education" +msgstr "Escola/educação" + +#: ../../mod/profiles.php:551 +msgid "" +"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " +"be visible to anybody using the internet." +msgstr "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet." + +#: ../../mod/profiles.php:600 +msgid "Edit/Manage Profiles" +msgstr "Editar/Administrar perfis" + +#: ../../mod/profiles.php:601 +msgid "Add profile things" +msgstr "Adicionar coisas ao perfil" + +#: ../../mod/profiles.php:602 +msgid "Include desirable objects in your profile" +msgstr "Inclua objetos desejáveis no seu perfil" #: ../../mod/menu.php:21 msgid "Menu updated." @@ -7113,368 +6429,1020 @@ msgstr "Editar menu" msgid "Add or remove entries to this menu" msgstr "Adicionar ou remover entradas deste menu" -#: ../../mod/message.php:41 -msgid "Conversation removed." -msgstr "A conversa foi removida." +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "Erro do protocolo OpenID. Nenhuma ID retornada." -#: ../../mod/message.php:56 -msgid "No messages." -msgstr "Nenhuma mensagem." +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +msgstr "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++" -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Não foi possível encontrar o destinatário." -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" -msgstr "Adicionar um canal" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Não foi possível comunicar com o canal solicitado." -#: ../../mod/new_channel.php:108 +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Não foi possível verificar o canal requisitado." + +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "O canal solicitado tem restrições a mensagens privadas. Falha no envio." + +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "A mensagem foi excluída." + +#: ../../mod/mail.php:149 +msgid "Message recalled." +msgstr "Mensagem retirada." + +#: ../../mod/mail.php:206 +msgid "Send Private Message" +msgstr "Enviar mensagem privada" + +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" +msgstr "Para:" + +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" +msgstr "Assunto:" + +#: ../../mod/mail.php:216 ../../mod/mail.php:328 ../../mod/invite.php:143 +msgid "Your message:" +msgstr "Sua mensagem:" + +#: ../../mod/mail.php:249 +msgid "Message not found." +msgstr "Mensagem não encontrada." + +#: ../../mod/mail.php:293 +msgid "Recall message" +msgstr "Retirar mensagem" + +#: ../../mod/mail.php:295 +msgid "Message has been recalled." +msgstr "A mensagem foi retirada." + +#: ../../mod/mail.php:312 +msgid "Private Conversation" +msgstr "Conversa privada" + +#: ../../mod/mail.php:316 +msgid "Delete conversation" +msgstr "Excluir conversa" + +#: ../../mod/mail.php:318 msgid "" -"A channel is your own collection of related web pages. A channel can be used" -" to hold social network profiles, blogs, conversation groups and forums, " -"celebrity pages, and much more. You may create as many channels as your " -"service provider allows." -msgstr "Um canal é uma coleção sua de páginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fóruns, páginas de celebridades, e muito mais. Você pode criar tantos canais quanto seu provedor de serviço permita." +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Comunicação segura indisponível. Você <strong>talvez</strong> consiga responder pela página de perfil do remetente." -#: ../../mod/new_channel.php:111 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\"" +#: ../../mod/mail.php:322 +msgid "Send Reply" +msgstr "Enviar resposta" -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" -msgstr "Escolha um apelido curto" +#: ../../mod/appman.php:27 +msgid "App installed." +msgstr "Aplicativo instalado" -#: ../../mod/new_channel.php:113 +#: ../../mod/appman.php:35 +msgid "Malformed app." +msgstr "Aplicativo malformado." + +#: ../../mod/appman.php:72 +msgid "Embed code" +msgstr "Embarcar código" + +#: ../../mod/appman.php:78 +msgid "Create App" +msgstr "Criar aplicativo" + +#: ../../mod/appman.php:83 +msgid "Name of app" +msgstr "Nome do aplicativo" + +#: ../../mod/appman.php:84 +msgid "Location (URL) of app" +msgstr "Endereço (URL) do aplicativo" + +#: ../../mod/appman.php:85 ../../mod/rbmark.php:95 +msgid "Description" +msgstr "Descrição" + +#: ../../mod/appman.php:86 +msgid "Photo icon URL" +msgstr "URL da foto de ícone" + +#: ../../mod/appman.php:86 +msgid "80 x 80 pixels - optional" +msgstr "80 x 80 pixels - opcional" + +#: ../../mod/appman.php:87 +msgid "Version ID" +msgstr "ID da versão" + +#: ../../mod/appman.php:88 +msgid "Price of app" +msgstr "Preço do aplicativo" + +#: ../../mod/appman.php:89 +msgid "Location (URL) to purchase app" +msgstr "Endereço (URL) para comprar o aplicativo" + +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Cutucar/Espetar" + +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "Cutucar, espetar ou fazer outras coisas a alguém" + +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Destinatário" + +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "Escolha o que você deseja fazer com seu alvo" + +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Torne esta publicação privada" + +#: ../../mod/viewconnections.php:58 +msgid "No connections." +msgstr "Nenhuma conexão." + +#: ../../mod/viewconnections.php:70 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Ver o perfil de %s [%s]" + +#: ../../mod/viewconnections.php:85 +msgid "View Connnections" +msgstr "Ver conexões" + +#: ../../mod/admin.php:52 +msgid "Theme settings updated." +msgstr "As configurações de tema foram atualizadas." + +#: ../../mod/admin.php:92 ../../mod/admin.php:440 +msgid "Site" +msgstr "Site" + +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "Contas" + +#: ../../mod/admin.php:94 ../../mod/admin.php:883 +msgid "Channels" +msgstr "Canais" + +#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 +msgid "Plugins" +msgstr "Plugins" + +#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 +msgid "Themes" +msgstr "Temas" + +#: ../../mod/admin.php:97 ../../mod/admin.php:540 +msgid "Server" +msgstr "Servidor" + +#: ../../mod/admin.php:98 +msgid "DB updates" +msgstr "Atualizações do Banco de Dados" + +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 +msgid "Logs" +msgstr "Logs" + +#: ../../mod/admin.php:118 +msgid "Plugin Features" +msgstr "Recursos dos plugins" + +#: ../../mod/admin.php:120 +msgid "User registrations waiting for confirmation" +msgstr "Registros de usuário aguardando confirmação" + +#: ../../mod/admin.php:197 +msgid "Message queues" +msgstr "Filas de mensagem" + +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 +#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 +#: ../../mod/admin.php:1301 +msgid "Administration" +msgstr "Administração" + +#: ../../mod/admin.php:203 +msgid "Summary" +msgstr "Resumo" + +#: ../../mod/admin.php:205 +msgid "Registered users" +msgstr "Usuários registrados" + +#: ../../mod/admin.php:207 ../../mod/admin.php:543 +msgid "Pending registrations" +msgstr "Registros pendentes" + +#: ../../mod/admin.php:208 +msgid "Version" +msgstr "Versão" + +#: ../../mod/admin.php:210 ../../mod/admin.php:544 +msgid "Active plugins" +msgstr "Plugins ativos" + +#: ../../mod/admin.php:360 +msgid "Site settings updated." +msgstr "As configurações de site foram atualizadas." + +#: ../../mod/admin.php:391 +msgid "No special theme for accessibility" +msgstr "Sem tema especial para acessibilidade" + +#: ../../mod/admin.php:420 +msgid "Yes - with approval" +msgstr "Sim - pendente aprovação" + +#: ../../mod/admin.php:426 +msgid "My site is not a public server" +msgstr "Meu site não é um servidor público" + +#: ../../mod/admin.php:427 +msgid "My site has paid access only" +msgstr "Meu site oferece somente acesso pago" + +#: ../../mod/admin.php:428 +msgid "My site has free access only" +msgstr "Meu site oferece somente acesso gratuito" + +#: ../../mod/admin.php:429 +msgid "My site offers free accounts with optional paid upgrades" +msgstr "Meu site oferece contas gratuitas com recursos adicionais pagos" + +#: ../../mod/admin.php:442 ../../mod/register.php:189 +msgid "Registration" +msgstr "Registro" + +#: ../../mod/admin.php:443 +msgid "File upload" +msgstr "Carregamento de arquivos" + +#: ../../mod/admin.php:444 +msgid "Policies" +msgstr "Políticas" + +#: ../../mod/admin.php:449 +msgid "Site name" +msgstr "Nome do site" + +#: ../../mod/admin.php:450 +msgid "Banner/Logo" +msgstr "Cartaz/Logo" + +#: ../../mod/admin.php:451 +msgid "Administrator Information" +msgstr "Informações do Administrador" + +#: ../../mod/admin.php:451 msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." -msgstr "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros." +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "Informações de contato com administradores do site. Exibida na página siteinfo. BBCode pode ser usado aqui." -#: ../../mod/new_channel.php:114 -msgid "Or <a href=\"import\">import an existing channel</a> from another location" -msgstr "Ou <a href=\"import\">importe um canal existente</a> de outro local" +#: ../../mod/admin.php:452 +msgid "System language" +msgstr "Idioma do sistema" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "As informações do dono da pagina não puderam ser obtidas." +#: ../../mod/admin.php:453 +msgid "System theme" +msgstr "Tema do sistema" -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "O álbum não foi encontrado." +#: ../../mod/admin.php:453 +msgid "" +"Default system theme - may be over-ridden by user profiles - <a href='#' " +"id='cnftheme'>change theme settings</a>" +msgstr "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a href='#' id='cnftheme'>mudar configurações do tema</a>" -#: ../../mod/photos.php:119 ../../mod/photos.php:671 -msgid "Delete Album" -msgstr "Excluir o álbum" +#: ../../mod/admin.php:454 +msgid "Mobile system theme" +msgstr "Tema do sistema móvel" -#: ../../mod/photos.php:159 ../../mod/photos.php:954 -msgid "Delete Photo" -msgstr "Excluir a foto" +#: ../../mod/admin.php:454 +msgid "Theme for mobile devices" +msgstr "Tema para dispositivos móveis" -#: ../../mod/photos.php:453 -msgid "No photos selected" -msgstr "Não foi selecionada nenhuma foto" +#: ../../mod/admin.php:455 +msgid "Accessibility system theme" +msgstr "Tema do sistema acessível" -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." -msgstr "O acesso a este item está restrito." +#: ../../mod/admin.php:455 +msgid "Accessibility theme" +msgstr "Tema acessível" -#: ../../mod/photos.php:576 +#: ../../mod/admin.php:456 +msgid "Channel to use for this website's static pages" +msgstr "Canal a utilizar para as páginas estáticas desse website" + +#: ../../mod/admin.php:456 +msgid "Site Channel" +msgstr "Canal do site" + +#: ../../mod/admin.php:458 +msgid "Maximum image size" +msgstr "Tamanho máximo de imagens" + +#: ../../mod/admin.php:458 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando sem limites." + +#: ../../mod/admin.php:459 +msgid "Does this site allow new member registration?" +msgstr "Este site permite o registro de novos membros?" + +#: ../../mod/admin.php:460 +msgid "Which best describes the types of account offered by this hub?" +msgstr "Qual descreve melhor os tipos de conta oferecidas por este hub?" + +#: ../../mod/admin.php:461 +msgid "Register text" +msgstr "Texto de registro" + +#: ../../mod/admin.php:461 +msgid "Will be displayed prominently on the registration page." +msgstr "Será exibido proeminentemente na página de registro." + +#: ../../mod/admin.php:462 +msgid "Accounts abandoned after x days" +msgstr "Contas abandonadas após x dias" + +#: ../../mod/admin.php:462 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Não gastará recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo." + +#: ../../mod/admin.php:463 +msgid "Allowed friend domains" +msgstr "Domínios permitidos para amigos" + +#: ../../mod/admin.php:463 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Lista, separada por vírgulas, de domínios permitidos para estabelecer amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio" + +#: ../../mod/admin.php:464 +msgid "Allowed email domains" +msgstr "Domínios permitidos de e-mail" + +#: ../../mod/admin.php:464 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio" + +#: ../../mod/admin.php:465 +msgid "Block public" +msgstr "Bloquear público" + +#: ../../mod/admin.php:465 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Marque para bloquear o acesso público a todas as páginas pessoais que seriam públicas, a não ser que se esteja autenticado." + +#: ../../mod/admin.php:466 +msgid "Force publish" +msgstr "Forçar publicação" + +#: ../../mod/admin.php:466 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Marque para forçar todos os perfis neste site a aparecerem listados no diretório do site." + +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" +msgstr "Desabilitar a aba \"Descubra\"" + +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "Remove da visualização de rede a aba com conteúdos públicos obtidos de fontes escolhidas para esse site." + +#: ../../mod/admin.php:468 +msgid "No login on Homepage" +msgstr "Sem formulário de autenticação na página inicial" + +#: ../../mod/admin.php:468 +msgid "" +"Check to hide the login form from your sites homepage when visitors arrive " +"who are not logged in (e.g. when you put the content of the homepage in via " +"the site channel)." +msgstr "Marque para esconder o formulário de autenticação da página inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando você inclui os conteúdos da página inicial através do canal do site)." + +#: ../../mod/admin.php:470 +msgid "Proxy user" +msgstr "Usuário do proxy" + +#: ../../mod/admin.php:471 +msgid "Proxy URL" +msgstr "URL do proxy" + +#: ../../mod/admin.php:472 +msgid "Network timeout" +msgstr "Timeout da rede" + +#: ../../mod/admin.php:472 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Valor em segundos. Use 0 para ilimitado (não recomendado)." + +#: ../../mod/admin.php:473 +msgid "Delivery interval" +msgstr "Intervalo de entrega" + +#: ../../mod/admin.php:473 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "Atrase os processos de entrega em segundo plano por este número de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados." + +#: ../../mod/admin.php:474 +msgid "Poll interval" +msgstr "Intervalo de coleta" + +#: ../../mod/admin.php:474 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Atrase os processos de coleta em segundo plano por este número de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega." + +#: ../../mod/admin.php:475 +msgid "Maximum Load Average" +msgstr "Carga média máxima" + +#: ../../mod/admin.php:475 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Carga máxima do sistema antes de adiar processos de entrega e coleta - padrão 50." + +#: ../../mod/admin.php:531 +msgid "No server found" +msgstr "Nenhum servidor foi encontrado" + +#: ../../mod/admin.php:538 ../../mod/admin.php:762 +msgid "ID" +msgstr "ID" + +#: ../../mod/admin.php:538 +msgid "for channel" +msgstr "para o canal" + +#: ../../mod/admin.php:538 +msgid "on server" +msgstr "no servidor" + +#: ../../mod/admin.php:538 +msgid "Status" +msgstr "Status" + +#: ../../mod/admin.php:559 +msgid "Update has been marked successful" +msgstr "A atualização foi designada bem sucedida" + +#: ../../mod/admin.php:569 #, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos." +msgid "Executing %s failed. Check system logs." +msgstr "Execução de %s falhou. Verifique os logs do sistema." -#: ../../mod/photos.php:579 +#: ../../mod/admin.php:572 #, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "Você usou %1$.2f Mbytes de armazenamento de fotos." +msgid "Update %s was successfully applied." +msgstr "A atualização %s foi aplicada com sucesso." -#: ../../mod/photos.php:598 -msgid "Upload Photos" -msgstr "Enviar fotos" +#: ../../mod/admin.php:576 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "A atualização %s não retornou um status. Situação incerta quando ao seu sucesso." -#: ../../mod/photos.php:602 ../../mod/photos.php:666 -msgid "New album name: " -msgstr "Novo nome de álbum: " +#: ../../mod/admin.php:579 +#, php-format +msgid "Update function %s could not be found." +msgstr "A função de atualização %s não foi encontrada." -#: ../../mod/photos.php:603 -msgid "or existing album name: " -msgstr "ou nome de um álbum já existente: " +#: ../../mod/admin.php:594 +msgid "No failed updates." +msgstr "Nenhuma falha nas atualizações." -#: ../../mod/photos.php:604 -msgid "Do not show a status post for this upload" -msgstr "Não exibir uma publicação de status para este carregamento" +#: ../../mod/admin.php:598 +msgid "Failed Updates" +msgstr "Falha nas atualizações" -#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 -#: ../../mod/photos.php:1141 -msgid "Contact Photos" -msgstr "Fotos dos contatos" +#: ../../mod/admin.php:600 +msgid "Mark success (if update was manually applied)" +msgstr "Marque sucesso (se a atualização foi aplicada manualmente)" -#: ../../mod/photos.php:681 -msgid "Edit Album" -msgstr "Editar o álbum" +#: ../../mod/admin.php:601 +msgid "Attempt to execute this update step automatically" +msgstr "Tente executar este passo da atualização automaticamente" -#: ../../mod/photos.php:687 -msgid "Show Newest First" -msgstr "Exibir primeiro os mais recentes" +#: ../../mod/admin.php:627 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s usuário foi bloqueado/desbloqueado" +msgstr[1] "%s usuários foram bloqueados/desbloqueados" -#: ../../mod/photos.php:689 -msgid "Show Oldest First" -msgstr "Exibir primeiro os mais antigos" +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s usuário foi deletado" +msgstr[1] "%s usuários foram deletados" -#: ../../mod/photos.php:732 ../../mod/photos.php:1173 -msgid "View Photo" -msgstr "Ver a foto" +#: ../../mod/admin.php:665 +msgid "Account not found" +msgstr "A conta não foi encontrada" -#: ../../mod/photos.php:778 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Permissão negada. Acesso a este item pode estar restrito." +#: ../../mod/admin.php:676 +#, php-format +msgid "User '%s' deleted" +msgstr "O usuário/a '%s' foi deletado/a" -#: ../../mod/photos.php:780 -msgid "Photo not available" -msgstr "A foto não está disponível" +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' unblocked" +msgstr "O usuário/a '%s' foi desbloqueado/a" -#: ../../mod/photos.php:840 -msgid "Use as profile photo" -msgstr "Usar como uma foto de perfil" +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' blocked" +msgstr "O usuário/a '%s' foi bloqueado/a" -#: ../../mod/photos.php:864 -msgid "View Full Size" -msgstr "Ver no tamanho real" +#: ../../mod/admin.php:749 ../../mod/admin.php:761 +msgid "Users" +msgstr "Usuários" -#: ../../mod/photos.php:938 -msgid "Edit photo" -msgstr "Editar a foto" +#: ../../mod/admin.php:751 ../../mod/admin.php:885 +msgid "select all" +msgstr "selecionar tudo" -#: ../../mod/photos.php:940 -msgid "Rotate CW (right)" -msgstr "Rotacionar H (horário)" +#: ../../mod/admin.php:752 +msgid "User registrations waiting for confirm" +msgstr "Registros de usuário aguardando confirmação" -#: ../../mod/photos.php:941 -msgid "Rotate CCW (left)" -msgstr "Rotacionar AH (anti-horário)" +#: ../../mod/admin.php:753 +msgid "Request date" +msgstr "Data de requisição" -#: ../../mod/photos.php:943 -msgid "New album name" -msgstr "Novo nome para o álbum" +#: ../../mod/admin.php:754 +msgid "No registrations." +msgstr "Nenhum registro." -#: ../../mod/photos.php:946 -msgid "Caption" -msgstr "Legenda" +#: ../../mod/admin.php:755 +msgid "Approve" +msgstr "Aprovar" -#: ../../mod/photos.php:948 -msgid "Add a Tag" -msgstr "Adicionar uma etiqueta" +#: ../../mod/admin.php:756 +msgid "Deny" +msgstr "Negar" -#: ../../mod/photos.php:951 +#: ../../mod/admin.php:762 +msgid "Register date" +msgstr "Data de registro" + +#: ../../mod/admin.php:762 +msgid "Last login" +msgstr "Última autenticação" + +#: ../../mod/admin.php:762 +msgid "Expires" +msgstr "Expira" + +#: ../../mod/admin.php:762 +msgid "Service Class" +msgstr "Classe de serviço" + +#: ../../mod/admin.php:764 msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?" -#: ../../mod/photos.php:1104 -msgid "In This Photo:" -msgstr "Nesta foto:" +#: ../../mod/admin.php:765 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?" -#: ../../mod/photos.php:1179 -msgid "View Album" -msgstr "Ver álbum" +#: ../../mod/admin.php:797 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "%s canal censurado/descensurado" +msgstr[1] "%s canais censurados/descensurados" -#: ../../mod/photos.php:1188 -msgid "Recent Photos" -msgstr "Fotos recentes" +#: ../../mod/admin.php:804 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s canal deletado" +msgstr[1] "%s canais deletados" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Identificador de solicitação inválido" +#: ../../mod/admin.php:823 +msgid "Channel not found" +msgstr "Canal não encontrado" -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Descartar" +#: ../../mod/admin.php:834 +#, php-format +msgid "Channel '%s' deleted" +msgstr "Canal '%s' deletado" -#: ../../mod/notifications.php:93 ../../mod/notify.php:54 -msgid "No more system notifications." -msgstr "Sem novas notificações do sistema." +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Canal '%s' não censurado" -#: ../../mod/notifications.php:97 ../../mod/notify.php:58 -msgid "System Notifications" -msgstr "Notificações do sistema" +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' censored" +msgstr "Canal '%s' censurado" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "Não foi possível localizar seu hub." +#: ../../mod/admin.php:887 +msgid "Censor" +msgstr "Censurar" -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Publicado com sucesso." +#: ../../mod/admin.php:888 +msgid "Uncensor" +msgstr "Não censurar" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "assinatura do destino inválida" +#: ../../mod/admin.php:891 +msgid "UID" +msgstr "UID" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "Erro do protocolo OpenID. Nenhuma ID retornada." +#: ../../mod/admin.php:893 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?" + +#: ../../mod/admin.php:894 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse site será permanentemente deletado!\\n\\nVocê tem certeza?" -#: ../../view/theme/apw/php/config.php:202 -#: ../../view/theme/apw/php/config.php:236 -msgid "Schema Default" -msgstr "Padrão do esquema" +#: ../../mod/admin.php:933 +#, php-format +msgid "Plugin %s disabled." +msgstr "Plugin %s desabilitado." -#: ../../view/theme/apw/php/config.php:203 -msgid "Sans-Serif" -msgstr "Sans-Serif" +#: ../../mod/admin.php:937 +#, php-format +msgid "Plugin %s enabled." +msgstr "Plugin %s habilitado." -#: ../../view/theme/apw/php/config.php:204 -msgid "Monospace" -msgstr "Monoespaçada" +#: ../../mod/admin.php:947 ../../mod/admin.php:1149 +msgid "Disable" +msgstr "Desabilitar" -#: ../../view/theme/apw/php/config.php:259 -#: ../../view/theme/blogga/php/config.php:69 -#: ../../view/theme/blogga/view/theme/blog/config.php:69 -#: ../../view/theme/redbasic/php/config.php:102 -msgid "Theme settings" -msgstr "Configurações de tema" +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 +msgid "Enable" +msgstr "Habilitar" -#: ../../view/theme/apw/php/config.php:260 -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Set scheme" -msgstr "Definir esquema" +#: ../../mod/admin.php:975 ../../mod/admin.php:1180 +msgid "Toggle" +msgstr "Alternar" -#: ../../view/theme/apw/php/config.php:261 -#: ../../view/theme/redbasic/php/config.php:124 -msgid "Set font-size for posts and comments" -msgstr "Definir o tamanho da fonte para publicações e comentários" +#: ../../mod/admin.php:983 ../../mod/admin.php:1190 +msgid "Author: " +msgstr "Autor:" -#: ../../view/theme/apw/php/config.php:262 -msgid "Set font face" -msgstr "Definir a face da fonte" +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 +msgid "Maintainer: " +msgstr "Mantenedor:" -#: ../../view/theme/apw/php/config.php:263 -msgid "Set iconset" -msgstr "Definir o conjunto de ícones" +#: ../../mod/admin.php:1113 +msgid "No themes found." +msgstr "Nenhum tema foi encontrado." -#: ../../view/theme/apw/php/config.php:264 -msgid "Set big shadow size, default 15px 15px 15px" -msgstr "Definir o tamanho da sombra grande, padrão 15px 15px 15px" +#: ../../mod/admin.php:1172 +msgid "Screenshot" +msgstr "Captura de tela" -#: ../../view/theme/apw/php/config.php:265 -msgid "Set small shadow size, default 5px 5px 5px" -msgstr "Definir o tamanho da sombra pequena, padrão 5px 5px 5px" +#: ../../mod/admin.php:1220 +msgid "[Experimental]" +msgstr "[Experimental]" -#: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow colour, default #000" -msgstr "Definir a cor da sombra, padrão #000" +#: ../../mod/admin.php:1221 +msgid "[Unsupported]" +msgstr "[Desassistido]" -#: ../../view/theme/apw/php/config.php:267 -msgid "Set radius size, default 5px" -msgstr "Definir o tamanho do raio de curvatura, padrão 5px" +#: ../../mod/admin.php:1248 +msgid "Log settings updated." +msgstr "As configurações de log foram atualizadas." -#: ../../view/theme/apw/php/config.php:268 -msgid "Set line-height for posts and comments" -msgstr "Definir a altura da linha para publicações e comentários" +#: ../../mod/admin.php:1304 +msgid "Clear" +msgstr "Limpar" -#: ../../view/theme/apw/php/config.php:269 -msgid "Set background image" -msgstr "Definir a imagem do pano de fundo" +#: ../../mod/admin.php:1310 +msgid "Debugging" +msgstr "Depuração" -#: ../../view/theme/apw/php/config.php:270 -msgid "Set background attachment" -msgstr "Definir o anexo de pano de fundo" +#: ../../mod/admin.php:1311 +msgid "Log file" +msgstr "Arquivo de log" -#: ../../view/theme/apw/php/config.php:271 -msgid "Set background colour" -msgstr "Definir a cor do pano de fundo" +#: ../../mod/admin.php:1311 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red." + +#: ../../mod/admin.php:1312 +msgid "Log level" +msgstr "Nível do log" + +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Número máximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhã." + +#: ../../mod/register.php:49 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar." + +#: ../../mod/register.php:77 +msgid "Passwords do not match." +msgstr "Senhas não conferem." + +#: ../../mod/register.php:105 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro." + +#: ../../mod/register.php:111 +msgid "Your registration is pending approval by the site owner." +msgstr "A aprovação do seu registro está pendente junto ao administrador do site." + +#: ../../mod/register.php:114 +msgid "Your registration can not be processed." +msgstr "Não foi possível processar o seu registro." + +#: ../../mod/register.php:147 +msgid "Registration on this site/hub is by approval only." +msgstr "O registro neste site/hub requer aprovação." + +#: ../../mod/register.php:148 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>" + +#: ../../mod/register.php:156 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Este site excedeu o número máximo de registros de novas contas. Por favor, tente novamente amanhã." + +#: ../../mod/register.php:167 +msgid "Terms of Service" +msgstr "Termos de Serviço" + +#: ../../mod/register.php:173 +#, php-format +msgid "I accept the %s for this website" +msgstr "Eu aceito os %s deste website." + +#: ../../mod/register.php:175 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Eu sou maior de 13 anos e aceito os %s deste website" + +#: ../../mod/register.php:194 +msgid "Membership on this site is by invitation only." +msgstr "Novas contas neste site se dão apenas por convite." + +#: ../../mod/register.php:195 +msgid "Please enter your invitation code" +msgstr "Por favor, digite o código do seu convite" + +#: ../../mod/register.php:198 +msgid "Your email address" +msgstr "Seu endereço de e-mail" + +#: ../../mod/register.php:199 +msgid "Choose a password" +msgstr "Escolha uma senha" + +#: ../../mod/register.php:200 +msgid "Please re-enter your password" +msgstr "Por favor, digite sua senha novamente" + +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "- selecionar -" + +#: ../../mod/manage.php:64 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Você criou %1$.0f de %2$.0f canais permitidos." + +#: ../../mod/manage.php:72 +msgid "Create a new channel" +msgstr "Criar um novo canal" + +#: ../../mod/manage.php:77 +msgid "Channel Manager" +msgstr "Administrador do canal" + +#: ../../mod/manage.php:78 +msgid "Current Channel" +msgstr "Canal atual" + +#: ../../mod/manage.php:80 +msgid "Attach to one of your channels by selecting it." +msgstr "Selecione um dos seus canais para utilizá-lo." + +#: ../../mod/manage.php:81 +msgid "Default Channel" +msgstr "Canal padrão" + +#: ../../mod/manage.php:82 +msgid "Make Default" +msgstr "Tornar padrão" + +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Foi excedido o número total de convites." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Não é um endereço de e-mail válido." + +#: ../../mod/invite.php:76 +msgid "Please join us on Red" +msgstr "Por favor, una-se a nós na Red" + +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Você excedeu o limite de convites. Por favor, entre em contato com o administrador do site." + +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Não foi possível enviar a mensagem." + +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d mensagem enviada." +msgstr[1] "%d mensagens enviadas." + +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "Você não possui mais convites disponíveis" + +#: ../../mod/invite.php:141 +msgid "Send invitations" +msgstr "Enviar convites." + +#: ../../mod/invite.php:142 +msgid "Enter email addresses, one per line:" +msgstr "Digite os endereços de e-mail, um por linha:" + +#: ../../mod/invite.php:144 +msgid "" +"You are cordially invited to join me and some other close friends on the Red" +" Matrix - a revolutionary new decentralised communication and information " +"tool." +msgstr "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada." + +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Você deve informar este código de convite: $invite_code" -#: ../../view/theme/apw/php/config.php:272 -msgid "Set section background image" -msgstr "Definir a imagem de fundo de seção" +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" +msgstr "Por favor, visite o meu canal em" -#: ../../view/theme/apw/php/config.php:273 -msgid "Set section background colour" -msgstr "Definir a cor de fundo de seção" +#: ../../mod/invite.php:151 +msgid "" +"Once you have registered (on ANY Red Matrix site - they are all inter-" +"connected), please connect with my Red Matrix channel address:" +msgstr "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:" -#: ../../view/theme/apw/php/config.php:274 -msgid "Set colour of items - use hex" -msgstr "Definir a cor dos itens - use hex" +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." +msgstr "Clique no link [Registrar] na seguinte página para participar." -#: ../../view/theme/apw/php/config.php:275 -msgid "Set colour of links - use hex" -msgstr "Definir a cor dos links - use hex" +#: ../../mod/invite.php:155 +msgid "" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit " +"http://getzot.com" +msgstr "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com" -#: ../../view/theme/apw/php/config.php:276 -msgid "Set max-width for items. Default 400px" -msgstr "Definir a largura máxima para itens. Padrão 400px" +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Fotos do mural" -#: ../../view/theme/apw/php/config.php:277 -msgid "Set min-width for items. Default 240px" -msgstr "Definir a largura mínima para itens. Padrão 240px" +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Nenhum canal." -#: ../../view/theme/apw/php/config.php:278 -msgid "Set the generic content wrapper width. Default 48%" -msgstr "Definir a largura do envólucro para conteúdo genérico. Padrão 48%" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Conexões em comum" -#: ../../view/theme/apw/php/config.php:279 -msgid "Set colour of fonts - use hex" -msgstr "Definir a cor das fontes - use hex" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Nenhuma conexão em comum." + +#: ../../mod/regmod.php:12 +msgid "Please login." +msgstr "Por favor, autentique-se." -#: ../../view/theme/apw/php/config.php:280 -msgid "Set background-size element" -msgstr "Definir o elemento <em>background-size</em>" +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Escolha uma pasta de links onde guardar" + +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Guardar link" -#: ../../view/theme/apw/php/config.php:281 -msgid "Item opacity" -msgstr "Opacidade de itens" +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "URL do link guardado" -#: ../../view/theme/apw/php/config.php:282 -msgid "Display post previews only" -msgstr "Exibir apenas a pré-visualização de publicações" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "Ou digite o nome para uma nova pasta de links" -#: ../../view/theme/apw/php/config.php:283 -msgid "Display side bar on channel page" -msgstr "Exibir a barra lateral na página do canal" +#: ../../boot.php:1259 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "A atualização %s falhou. Veja os logs de erro." -#: ../../view/theme/apw/php/config.php:284 -msgid "Colour of the navigation bar" -msgstr "Cor da barra de navegação" +#: ../../boot.php:1262 +#, php-format +msgid "Update Error at %s" +msgstr "Erro de atualização em %s" -#: ../../view/theme/apw/php/config.php:285 -msgid "Item float" -msgstr "Flutuação de item" +#: ../../boot.php:1426 +msgid "" +"Create an account to access services and applications within the Red Matrix" +msgstr "Crie uma conta para acessar serviços e aplicações na Red Matrix" -#: ../../view/theme/apw/php/config.php:286 -msgid "Left offset of the section element" -msgstr "Deslocamento esquerdo do elemento de seção" +#: ../../boot.php:1454 +msgid "Password" +msgstr "Senha" -#: ../../view/theme/apw/php/config.php:287 -msgid "Right offset of the section element" -msgstr "Deslocamento direito do elemento de seção" +#: ../../boot.php:1455 +msgid "Remember me" +msgstr "Lembrar de mim" -#: ../../view/theme/apw/php/config.php:288 -msgid "Section width" -msgstr "largura de seção" +#: ../../boot.php:1460 +msgid "Forgot your password?" +msgstr "Esqueceu a sua senha?" -#: ../../view/theme/apw/php/config.php:289 -msgid "Left offset of the aside" -msgstr "Deslocamento esquerdo do aparte" +#: ../../boot.php:1525 +msgid "permission denied" +msgstr "permissão negada" -#: ../../view/theme/apw/php/config.php:290 -msgid "Right offset of the aside element" -msgstr "Deslocamento direito do aparte" +#: ../../boot.php:1526 +msgid "Got Zot?" +msgstr "Já tem Zot?" -#: ../../view/theme/blogga/php/config.php:47 -#: ../../view/theme/blogga/view/theme/blog/config.php:47 -msgid "None" -msgstr "Nenhum" +#: ../../boot.php:1956 +msgid "toggle mobile" +msgstr "alternar para interface móvel" -#: ../../view/theme/blogga/php/config.php:70 -#: ../../view/theme/blogga/view/theme/blog/config.php:70 -msgid "Header image" -msgstr "Imagem de cabeçalho" +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Theme settings" +msgstr "Configurações de tema" -#: ../../view/theme/blogga/php/config.php:71 -#: ../../view/theme/blogga/view/theme/blog/config.php:71 -msgid "Header image only on profile pages" -msgstr "Imagem de cabeçalho apenas em páginas de perfil" +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Set scheme" +msgstr "Definir esquema" #: ../../view/theme/redbasic/php/config.php:104 msgid "Narrow navbar" @@ -7541,8 +7509,8 @@ msgid "Set the border colour of comments" msgstr "Definir a cor da borda dos comentários" #: ../../view/theme/redbasic/php/config.php:120 -msgid "Set the opacity of items" -msgstr "Definir a opacidade de items" +msgid "Set the indent for comments" +msgstr "Definir a indentação de comentários" #: ../../view/theme/redbasic/php/config.php:121 msgid "Set the basic colour for item icons" @@ -7556,6 +7524,10 @@ msgstr "Definir a cor para ícones de itens quando que o mouse está sobre eles" msgid "Set font-size for the entire application" msgstr "Definir o tamanho da fonte para a aplicação como um todo" +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set font-size for posts and comments" +msgstr "Definir o tamanho da fonte para publicações e comentários" + #: ../../view/theme/redbasic/php/config.php:125 msgid "Set font-colour for posts and comments" msgstr "Definir a cor da fonte para publicações e comentários" @@ -7595,42 +7567,3 @@ msgstr "Álbuns de fotos desleixados" #: ../../view/theme/redbasic/php/config.php:133 msgid "Are you a clean desk or a messy desk person?" msgstr "Sua mesa é do tipo limpinha ou bagunçada?" - -#: ../../boot.php:1260 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "A atualização %s falhou. Veja os logs de erro." - -#: ../../boot.php:1263 -#, php-format -msgid "Update Error at %s" -msgstr "Erro de atualização em %s" - -#: ../../boot.php:1427 -msgid "" -"Create an account to access services and applications within the Red Matrix" -msgstr "Crie uma conta para acessar serviços e aplicações na Red Matrix" - -#: ../../boot.php:1455 -msgid "Password" -msgstr "Senha" - -#: ../../boot.php:1456 -msgid "Remember me" -msgstr "Lembrar de mim" - -#: ../../boot.php:1461 -msgid "Forgot your password?" -msgstr "Esqueceu a sua senha?" - -#: ../../boot.php:1526 -msgid "permission denied" -msgstr "permissão negada" - -#: ../../boot.php:1527 -msgid "Got Zot?" -msgstr "Já tem Zot?" - -#: ../../boot.php:1957 -msgid "toggle mobile" -msgstr "alternar para interface móvel" diff --git a/view/pt-br/register_open_eml.tpl b/view/pt-br/register_open_eml.tpl index 6dd4b714b..f25b8b4dd 100644 --- a/view/pt-br/register_open_eml.tpl +++ b/view/pt-br/register_open_eml.tpl @@ -4,7 +4,7 @@ Os detalhes de autenticação são os seguintes: Localização do site: {{$siteurl}} Nome: {{$email}} -Senha: (the password which was provided during registration) +Senha: (a senha escolhida ao registrar a conta) Se esta conta foi criada sem seu conhecimento e não é desejada, você pode visitar o site e reiniciar a senha. Isso permitirá que você a remova a partir diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index 363d34648..3fe5db2e2 100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php @@ -1,310 +1,175 @@ <?php +if(! function_exists("string_plural_select_pt_br")) { function string_plural_select_pt_br($n){ return ($n > 1);; -} +}} ; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"; -$a->strings["Profile Photos"] = "Fotos do perfil"; -$a->strings["Embedded content"] = "Conteúdo incorporado"; -$a->strings["Embedding disabled"] = "A incorporação está desabilitada"; -$a->strings["created a new post"] = "criou uma nova publicação"; -$a->strings["commented on %s's post"] = "comentou a publicação de %s"; -$a->strings["Connect"] = "Conectar"; -$a->strings["New window"] = "Nova janela"; -$a->strings["Open the selected location in a different window or browser tab"] = "Abre a localização selecionada em outra aba ou janela"; -$a->strings["New Page"] = "Nova página"; -$a->strings["Edit"] = "Editar"; -$a->strings["View"] = "Ver"; -$a->strings["Preview"] = "Pré-visualizar"; -$a->strings["Actions"] = "Ações"; -$a->strings["Page Link"] = "Link da página"; -$a->strings["Title"] = "Título"; -$a->strings["Created"] = "Criado"; -$a->strings["Edited"] = "Editado"; -$a->strings["Private Message"] = "Mensagem privada"; -$a->strings["Delete"] = "Excluir"; -$a->strings["Select"] = "Selecionar"; -$a->strings["save to folder"] = "salvar na pasta"; -$a->strings["add star"] = "destacar"; -$a->strings["remove star"] = "remover destaque"; -$a->strings["toggle star status"] = "alternar destaque"; -$a->strings["starred"] = "destacado"; -$a->strings["Message is verified"] = "A mensagem foi verificada"; -$a->strings["add tag"] = "adicionar etiqueta"; -$a->strings["I like this (toggle)"] = "Eu gostei disso (alterna)"; -$a->strings["like"] = "gostei"; -$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alterna)"; -$a->strings["dislike"] = "não gostei"; -$a->strings["Share this"] = "Compartilhar isso"; -$a->strings["share"] = "compartilhar"; -$a->strings["View %s's profile - %s"] = "Ver o perfil de %s - %s"; -$a->strings["to"] = "para"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Mural-para-mural"; -$a->strings["via Wall-To-Wall:"] = "via Mural-para-mural"; -$a->strings[" from %s"] = "de %s"; -$a->strings["last edited: %s"] = "última edição: %s"; -$a->strings["Expires: %s"] = "Expira: %s"; -$a->strings["Bookmark Links"] = "Guardar links"; -$a->strings["Please wait"] = "Por favor, espere"; -$a->strings["%d comment"] = array( - 0 => "%d comentário", - 1 => "%d comentários", -); -$a->strings["show more"] = "exibir mais"; -$a->strings["This is you"] = "Este(a) é você"; -$a->strings["Comment"] = "Comentar"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Bold"] = "Negrito"; -$a->strings["Italic"] = "Itálico"; -$a->strings["Underline"] = "Sublinhado"; -$a->strings["Quote"] = "Citação"; -$a->strings["Code"] = "Código"; -$a->strings["Image"] = "Imagem"; -$a->strings["Link"] = "Link"; -$a->strings["Video"] = "Vídeo"; -$a->strings["Encrypt text"] = "Encriptar texto"; -$a->strings["Can view my \"public\" stream and posts"] = "Pode ver meus fluxo e publicações \"públicos\""; -$a->strings["Can view my \"public\" channel profile"] = "Pode ver o perfil \"público\" do meu canal"; -$a->strings["Can view my \"public\" photo albums"] = "Pode ver meus álbuns de fotos \"públicos\""; -$a->strings["Can view my \"public\" address book"] = "Pode ver meu livro de endereços \"público\""; -$a->strings["Can view my \"public\" file storage"] = "Pode ver meu armazenamento de arquivos \"público\""; -$a->strings["Can view my \"public\" pages"] = "Pode ver minhas páginas \"públicas\""; -$a->strings["Can send me their channel stream and posts"] = "Pode me enviar seu fluxo e publicações"; -$a->strings["Can post on my channel page (\"wall\")"] = "Pode publicar na página do meu canal (\"mural\")"; -$a->strings["Can comment on my posts"] = "Pode comentar minhas publicações"; -$a->strings["Can send me private mail messages"] = "Pode me enviar mensagens privadas"; -$a->strings["Can post photos to my photo albums"] = "Pode publicar fotos nos meus álbuns de fotos"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Pode encaminhar para todos os contatos do meu canal via @menções na publicação"; -$a->strings["Advanced - useful for creating group forum channels"] = "Avançado - útil para criar canais de fóruns de grupos"; -$a->strings["Can chat with me (when available)"] = "Pode conversar comigo (quando disponívei)"; -$a->strings["Can write to my \"public\" file storage"] = "Pode escrever em meu armazenamento de arquivos \"público\""; -$a->strings["Can edit my \"public\" pages"] = "Pode editar minhas páginas \"públicas\""; -$a->strings["Can source my \"public\" posts in derived channels"] = "Pode usar minhas publicações \"públicas\" como fonte para canais derivados"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Avançado - muito útil em comunidades abertas"; -$a->strings["Can administer my channel resources"] = "Pode administrar os recursos do meu canal"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo"; -$a->strings["Not a valid email address"] = "Não é um endereço de e-mail válido"; -$a->strings["Your email domain is not among those allowed on this site"] = "O domínio do seu e-mail não está entre os permitidos neste site"; -$a->strings["Your email address is already registered at this site."] = "O seu endereço de e-mail já está registrado neste site."; -$a->strings["An invitation is required."] = "É necessário um convite."; -$a->strings["Invitation could not be verified."] = "Não foi possível verificar o convite."; -$a->strings["Please enter the required information."] = "Por favor, forneça a informação solicitada."; -$a->strings["Failed to store account information."] = "Não foi possível armazenar a informação da conta."; -$a->strings["Registration request at %s"] = "Solicitação de registro em %s"; -$a->strings["Administrator"] = "Administrador"; -$a->strings["your registration password"] = "sua senha de registro"; -$a->strings["Registration details for %s"] = "Detalhes do registro de %s"; -$a->strings["Account approved."] = "A conta foi aprovada."; -$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado"; -$a->strings["Permission denied."] = "Permissão negada."; -$a->strings["Image exceeds website size limit of %lu bytes"] = "A imagem excede o limite de tamanho do site, que é de %"; -$a->strings["Image file is empty."] = "O arquivo de imagem está vazio."; -$a->strings["Unable to process image"] = "Não foi possível processar a imagem"; -$a->strings["Photo storage failed."] = "Não foi possível armazenar a foto."; -$a->strings["Photo Albums"] = "Álbuns de fotos"; -$a->strings["Upload New Photos"] = "Enviar novas fotos"; -$a->strings["Visible to everybody"] = "Visível para todos"; -$a->strings["Show"] = "Exibir"; -$a->strings["Don't show"] = "Não exibir"; -$a->strings["Permissions"] = "Permissões"; -$a->strings["Close"] = "Fechar"; -$a->strings[" and "] = " e "; -$a->strings["public profile"] = "perfil público"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s mudou %2\$s para “%3\$s”"; -$a->strings["Visit %1\$s's %2\$s"] = "Visite o %2\$s de %1\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s atualizou %2\$s, alterando %3\$s."; -$a->strings["Public Timeline"] = "Linha do tempo pública"; -$a->strings["Item was not found."] = "O item não foi encontrado."; -$a->strings["No source file."] = "Nenhum arquivo de origem."; -$a->strings["Cannot locate file to replace"] = "Não foi possível locar o arquivo a ser substituído"; -$a->strings["Cannot locate file to revise/update"] = "Não foi possível localizar o arquivo a ser revisado/atualizado"; -$a->strings["File exceeds size limit of %d"] = "O arquivo excedeu o tamanho limite de %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Você atingiu o seu limite de %1$.0f Mbytes de armazenamento de anexos."; -$a->strings["File upload failed. Possible system limit or action terminated."] = "Não foi possível enviar o arquivo. Provável limite do sistema ou a ação foi encerrada."; -$a->strings["Stored file could not be verified. Upload failed."] = "Não foi possível verificar o arquivo armazenado. Falha no envio."; -$a->strings["Path not available."] = "O caminho não está disponível."; -$a->strings["Empty pathname"] = "O nome do caminho está em branco"; -$a->strings["duplicate filename or path"] = "nome de arquivo ou caminho duplicado"; -$a->strings["Path not found."] = "Caminho não encontrado."; -$a->strings["mkdir failed."] = "mkdir falhou."; -$a->strings["database storage failed."] = "armazenamento de banco de dados falhou."; -$a->strings["Logged out."] = "Você saiu."; -$a->strings["Failed authentication"] = "Não foi possível autenticar"; -$a->strings["Login failed."] = "Não foi possível entrar."; +$a->strings["Channel is blocked on this site."] = "O canal está bloqueado neste site."; +$a->strings["Channel location missing."] = "A localização do canal foi perdida"; +$a->strings["Response from remote channel was incomplete."] = "A resposta do canal remoto está incompleta."; +$a->strings["Channel was deleted and no longer exists."] = "O canal foi deletado e não existe mais."; +$a->strings["Channel discovery failed."] = "A descoberta de canais falhou."; +$a->strings["local account not found."] = "a conta local não foi encontrada."; +$a->strings["Cannot connect to yourself."] = "Não é possível conectar-se consigo mesmo."; +$a->strings["Edit File properties"] = "Editar propriedades do arquivo"; $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Starts:"] = "Início:"; $a->strings["Finishes:"] = "Fim:"; $a->strings["Location:"] = "Localização:"; +$a->strings["Categories"] = "Categorias"; +$a->strings["App Category"] = "Categoria de aplicativos"; +$a->strings["System"] = "Sistema"; +$a->strings["Personal"] = "Pessoal"; +$a->strings["Connect"] = "Conectar"; +$a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; +$a->strings["Suggestions"] = "Sugestões"; +$a->strings["See more..."] = "Veja mais..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Você tem %1$.0f de %2$.0f conexões permitidas."; +$a->strings["Add New Connection"] = "Adicionar nova conexão"; +$a->strings["Enter the channel address"] = "Digite o endereço do canal"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"; +$a->strings["Notes"] = "Notas"; +$a->strings["Save"] = "Salvar"; +$a->strings["Remove term"] = "Remover termo"; +$a->strings["Saved Searches"] = "Pesquisas salvas"; +$a->strings["add"] = "adicionar"; +$a->strings["Saved Folders"] = "Pastas salvas"; +$a->strings["Everything"] = "Tudo"; +$a->strings["Archives"] = "Arquivos"; +$a->strings["Refresh"] = "Atualizar"; +$a->strings["Me"] = "Eu"; +$a->strings["Best Friends"] = "Melhores amigos"; +$a->strings["Friends"] = "Amigos"; +$a->strings["Co-workers"] = "Colegas de trabalho"; +$a->strings["Former Friends"] = "Amigos afastados"; +$a->strings["Acquaintances"] = "Conhecidos"; +$a->strings["Everybody"] = "Todos"; +$a->strings["Account settings"] = "Configurações da conta"; +$a->strings["Channel settings"] = "Configurações do canal"; +$a->strings["Additional features"] = "Recursos adicionais"; +$a->strings["Feature settings"] = "Configurações dos recursos"; +$a->strings["Display settings"] = "Configurações de exibição"; +$a->strings["Connected apps"] = "Aplicações conectadas"; +$a->strings["Export channel"] = "Exportar o canal"; +$a->strings["Automatic Permissions (Advanced)"] = "Permissões automáticas (avançado)"; +$a->strings["Premium Channel Settings"] = "Configurações de canal premium"; +$a->strings["Channel Sources"] = "Fontes do canal"; +$a->strings["Settings"] = "Configurações"; +$a->strings["Check Mail"] = "Checar mensagens"; +$a->strings["New Message"] = "Nova mensagem"; +$a->strings["Chat Rooms"] = "Salas de bate-papo"; +$a->strings["Bookmarked Chatrooms"] = "Salas de bate-papo guardadas"; +$a->strings["Suggested Chatrooms"] = "Salas de bate-papo sugeridas"; +$a->strings["Public Timeline"] = "Linha do tempo pública"; +$a->strings["Logout"] = "Sair"; +$a->strings["End this session"] = "Encerrar essa sessão"; +$a->strings["Home"] = "Ver canal"; +$a->strings["Your posts and conversations"] = "Suas publicações e conversas"; +$a->strings["View Profile"] = "Ver perfil"; +$a->strings["Your profile page"] = "A página do seu perfil"; +$a->strings["Edit Profiles"] = "Editar perfis"; +$a->strings["Manage/Edit profiles"] = "Administrar/Editar perfis"; +$a->strings["Photos"] = "Fotos"; +$a->strings["Your photos"] = "Suas fotos"; +$a->strings["Files"] = "Arquivos"; +$a->strings["Your files"] = "Seus arquivos"; +$a->strings["Chat"] = "Bate-papo"; +$a->strings["Your chatrooms"] = "Suas salas de bate-papo"; +$a->strings["Events"] = "Eventos"; +$a->strings["Your events"] = "Seus eventos"; +$a->strings["Bookmarks"] = "Links guardados"; +$a->strings["Your bookmarks"] = "Seus links guardados"; +$a->strings["Webpages"] = "Páginas web"; +$a->strings["Your webpages"] = "Suas páginas web"; +$a->strings["Login"] = "Entrar"; +$a->strings["Sign in"] = "Entrar"; +$a->strings["%s - click to logout"] = "%s - clique para sair"; +$a->strings["Click to authenticate to your home hub"] = "Clique para se autenticar com seu hub de origem"; +$a->strings["Home Page"] = "Página inicial"; +$a->strings["Register"] = "Registrar"; +$a->strings["Create an account"] = "Criar uma conta"; +$a->strings["Help"] = "Ajuda"; +$a->strings["Help and documentation"] = "Ajuda e documentação"; +$a->strings["Apps"] = "Aplicações"; +$a->strings["Addon applications, utilities, games"] = "Aplicações adicionais, utilitários, jogos"; +$a->strings["Search"] = "Pesquisar"; +$a->strings["Search site content"] = "Pesquisar o conteúdo do site"; +$a->strings["Directory"] = "Diretório"; +$a->strings["Channel Locator"] = "Localizador de canais"; +$a->strings["Matrix"] = "Matriz"; +$a->strings["Your matrix"] = "Sua matriz"; +$a->strings["Mark all matrix notifications seen"] = "Marcar todas as notificações da matriz como vistas"; +$a->strings["Channel Home"] = "Página inicial do canal"; +$a->strings["Channel home"] = "Página inicial do canal"; +$a->strings["Mark all channel notifications seen"] = "Marcar todas as notificações de canais como vistas"; +$a->strings["Connections"] = "Conexões"; +$a->strings["Notices"] = "Notificações"; +$a->strings["Notifications"] = "Notificações"; +$a->strings["See all notifications"] = "Ver todas as notificações"; +$a->strings["Mark all system notifications seen"] = "Marcar todas as notificações de sistema como vistas"; +$a->strings["Mail"] = "Mensagens"; +$a->strings["Private mail"] = "Mensagens privadas"; +$a->strings["See all private messages"] = "Ver todas as mensagens privadas"; +$a->strings["Mark all private messages seen"] = "Marcar todas as mensagens privadas como vistas"; +$a->strings["Inbox"] = "Recebidas"; +$a->strings["Outbox"] = "Enviadas"; +$a->strings["Event Calendar"] = "Agenda de eventos"; +$a->strings["See all events"] = "Ver todos os eventos"; +$a->strings["Mark all events seen"] = "Marcar todos os eventos como vistos"; +$a->strings["Channel Select"] = "Seleção de canal"; +$a->strings["Manage Your Channels"] = "Gerencie os seus canais"; +$a->strings["Account/Channel Settings"] = "Configurações da conta/canal"; +$a->strings["Manage/Edit Friends and Connections"] = "Gerenciar/editar os amigos e as conexões"; +$a->strings["Admin"] = "Admin"; +$a->strings["Site Setup and Configuration"] = "Configuração do site"; +$a->strings["Nothing new here"] = "Nada de novo aqui"; +$a->strings["Please wait..."] = "Por favor, aguarde..."; +$a->strings["Embedded content"] = "Conteúdo incorporado"; +$a->strings["Embedding disabled"] = "A incorporação está desabilitada"; $a->strings["Image/photo"] = "Imagem/foto"; $a->strings["Encrypted content"] = "Conteúdo criptografado"; $a->strings["QR code"] = "código QR"; $a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escreveu a seguinte %2\$s %3\$s"; $a->strings["post"] = "publicação"; $a->strings["$1 wrote:"] = "$1 escreveu:"; -$a->strings["%1\$s's bookmarks"] = "Links guardados de %1\$s"; -$a->strings["Missing room name"] = "Nome da sala vazio"; -$a->strings["Duplicate room name"] = "Nome da sala duplicado"; -$a->strings["Invalid room specifier."] = "Especificador de sala inválido."; -$a->strings["Room not found."] = "A sala não foi encontrada."; -$a->strings["Room is full"] = "A sala está cheia"; -$a->strings["Tags"] = "Etiquetas"; -$a->strings["Keywords"] = "Palavras-chave"; -$a->strings["have"] = "tenho"; -$a->strings["has"] = "tem"; -$a->strings["want"] = "quero"; -$a->strings["wants"] = "quer"; -$a->strings["likes"] = "gosta"; -$a->strings["dislikes"] = "desgosta"; -$a->strings["Default"] = "Default"; -$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado"; -$a->strings["Block immediately"] = "Bloquear imediatamente"; -$a->strings["Shady, spammer, self-marketer"] = "Suspeito, spammer, propagandista"; -$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não tenho opinião a respeito"; -$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo"; -$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança"; -$a->strings["Frequently"] = "Frequentemente"; -$a->strings["Hourly"] = "De hora em hora"; -$a->strings["Twice daily"] = "Duas vezes ao dia"; -$a->strings["Daily"] = "Diariamente"; -$a->strings["Weekly"] = "Semanalmente"; -$a->strings["Monthly"] = "Mensalmente"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-mail"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/MI"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["prev"] = "anterior"; -$a->strings["first"] = "primeiro"; -$a->strings["last"] = "último"; -$a->strings["next"] = "próximo"; -$a->strings["older"] = "mais antigo"; -$a->strings["newer"] = "mais recente"; -$a->strings["No connections"] = "Nenhuma conexão"; -$a->strings["%d Connection"] = array( - 0 => "%d conexão", - 1 => "%d conexões", -); -$a->strings["View Connections"] = "Ver conexões"; -$a->strings["Search"] = "Pesquisar"; -$a->strings["Save"] = "Salvar"; -$a->strings["poke"] = "cutucar"; -$a->strings["poked"] = "cutucado"; -$a->strings["ping"] = "pingar"; -$a->strings["pinged"] = "pingou"; -$a->strings["prod"] = "espetar"; -$a->strings["prodded"] = "espetou"; -$a->strings["slap"] = "estapear"; -$a->strings["slapped"] = "estapeou"; -$a->strings["finger"] = "dar um toque"; -$a->strings["fingered"] = "deu um toque"; -$a->strings["rebuff"] = "rebater"; -$a->strings["rebuffed"] = "rebateu"; -$a->strings["happy"] = "feliz"; -$a->strings["sad"] = "triste"; -$a->strings["mellow"] = "suave"; -$a->strings["tired"] = "cansado"; -$a->strings["perky"] = "animado/a"; -$a->strings["angry"] = "nervoso"; -$a->strings["stupified"] = "embasbacado/a"; -$a->strings["puzzled"] = "confuso/a"; -$a->strings["interested"] = "interessado"; -$a->strings["bitter"] = "amargo/a"; -$a->strings["cheerful"] = "alegre"; -$a->strings["alive"] = "vivo"; -$a->strings["annoyed"] = "aborrecido"; -$a->strings["anxious"] = "ansioso"; -$a->strings["cranky"] = "irritado/a"; -$a->strings["disturbed"] = "perturbado"; -$a->strings["frustrated"] = "frustrado"; -$a->strings["depressed"] = "deprimido"; -$a->strings["motivated"] = "motivado"; -$a->strings["relaxed"] = "relaxado"; -$a->strings["surprised"] = "surpreso"; -$a->strings["Monday"] = "Segunda"; -$a->strings["Tuesday"] = "Terça"; -$a->strings["Wednesday"] = "Quarta"; -$a->strings["Thursday"] = "Quinta"; -$a->strings["Friday"] = "Sexta"; -$a->strings["Saturday"] = "Sábado"; -$a->strings["Sunday"] = "Domingo"; -$a->strings["January"] = "Janeiro"; -$a->strings["February"] = "Fevereiro"; -$a->strings["March"] = "Março"; -$a->strings["April"] = "Abril"; -$a->strings["May"] = "Maio"; -$a->strings["June"] = "Junho"; -$a->strings["July"] = "Julho"; -$a->strings["August"] = "Agosto"; -$a->strings["September"] = "Setembro"; -$a->strings["October"] = "Outubro"; -$a->strings["November"] = "Novembro"; -$a->strings["December"] = "Dezembro"; -$a->strings["unknown.???"] = "desconhecido.???"; -$a->strings["bytes"] = "bytes"; -$a->strings["remove category"] = "remover categoria"; -$a->strings["remove from file"] = "remover do arquivo"; -$a->strings["Click to open/close"] = "Clique para abrir/fechar"; -$a->strings["link to source"] = "Link para a origem"; -$a->strings["Select a page layout: "] = "Selecione um layout de página:"; -$a->strings["default"] = "default"; -$a->strings["Page content type: "] = "Tipo de conteúdo da página: "; -$a->strings["Select an alternate language"] = "Selecione um idioma alternativo"; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente."; +$a->strings["Default privacy group for new contacts"] = "Grupo de privacidade padrão para novos contatos"; +$a->strings["All Channels"] = "Todos os canais"; +$a->strings["edit"] = "editar"; +$a->strings["Collections"] = "Coleções"; +$a->strings["Edit collection"] = "Editar coleção"; +$a->strings["Create a new collection"] = "Criar uma nova coleção"; +$a->strings["Channels not in any collection"] = "Canais que não estão em nenhuma coleção"; $a->strings["photo"] = "foto"; $a->strings["event"] = "evento"; +$a->strings["channel"] = "canal"; $a->strings["status"] = "status"; $a->strings["comment"] = "comentário"; -$a->strings["activity"] = "atividade"; -$a->strings["Design"] = "Design"; -$a->strings["Blocks"] = "Blocos"; -$a->strings["Menus"] = "Menus"; -$a->strings["Layouts"] = "Layouts"; -$a->strings["Pages"] = "Páginas"; -$a->strings["%d invitation available"] = array( - 0 => "%d convite disponível", - 1 => "%d convites disponíveis", -); -$a->strings["Advanced"] = "Avançado"; -$a->strings["Find Channels"] = "Pesquisar canais"; -$a->strings["Enter name or interest"] = "Digite um nome ou interesse"; -$a->strings["Connect/Follow"] = "Conectar/Acompanhar"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Por exemplo: José da Silva, Pescaria"; -$a->strings["Find"] = "Pesquisar"; -$a->strings["Channel Suggestions"] = "Sugestões de canais"; -$a->strings["Random Profile"] = "Perfil aleatório"; -$a->strings["Invite Friends"] = "Convidar amigos"; -$a->strings["Exammple: name=fred and country=iceland"] = "Exemplo: name=raoni and country=peru"; -$a->strings["Advanced Find"] = "Busca avançada"; -$a->strings["Saved Folders"] = "Pastas salvas"; -$a->strings["Everything"] = "Tudo"; -$a->strings["Categories"] = "Categorias"; -$a->strings["%d connection in common"] = array( - 0 => "%d conexão em comum", - 1 => "%d conexões em comum", -); -$a->strings["channel"] = "canal"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s não gosta de %3\$s de %2\$s"; $a->strings["%1\$s is now connected with %2\$s"] = "%1\$s agora está conectado com %2\$s"; $a->strings["%1\$s poked %2\$s"] = "%1\$s cutucou %2\$s"; +$a->strings["poked"] = "cutucado"; $a->strings["%1\$s is currently %2\$s"] = "%1\$s atualmente está %2\$s"; +$a->strings["Select"] = "Selecionar"; +$a->strings["Delete"] = "Excluir"; +$a->strings["Private Message"] = "Mensagem privada"; +$a->strings["Message is verified"] = "A mensagem foi verificada"; $a->strings["View %s's profile @ %s"] = "Ver o perfil de %s's @ %s"; $a->strings["Categories:"] = "Categorias:"; $a->strings["Filed under:"] = "Armazenado sob:"; +$a->strings[" from %s"] = "de %s"; +$a->strings["last edited: %s"] = "última edição: %s"; +$a->strings["Expires: %s"] = "Expira: %s"; $a->strings["View in context"] = "Ver no contexto"; +$a->strings["Please wait"] = "Por favor, espere"; $a->strings["remove"] = "remover"; $a->strings["Loading..."] = "Carregando..."; $a->strings["Delete Selected Items"] = "Excluir os itens selecionados"; $a->strings["View Source"] = "Ver a fonte"; $a->strings["Follow Thread"] = "Acompanhar a discussão"; $a->strings["View Status"] = "Ver status"; -$a->strings["View Profile"] = "Ver perfil"; $a->strings["View Photos"] = "Ver fotos"; $a->strings["Matrix Activity"] = "Atividade na matriz"; $a->strings["Edit Contact"] = "Editar contato"; @@ -335,6 +200,7 @@ $a->strings["Tag term:"] = "Etiqueta:"; $a->strings["Save to Folder:"] = "Salvar para a pasta:"; $a->strings["Where are you right now?"] = "Onde você está agora?"; $a->strings["Expires YYYY-MM-DD HH:MM"] = "Expira YYYY-MM-DD HH:MM"; +$a->strings["Preview"] = "Pré-visualizar"; $a->strings["Share"] = "Compartilhar"; $a->strings["Page link title"] = "Título do link da página"; $a->strings["Post as"] = "Publicar como"; @@ -359,6 +225,7 @@ $a->strings["permissions"] = "permissões"; $a->strings["Public post"] = "Publicação pública"; $a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com"; $a->strings["Set expiration date"] = "Definir data de expiração"; +$a->strings["Encrypt text"] = "Encriptar texto"; $a->strings["OK"] = "Ok"; $a->strings["Cancel"] = "Cancelar"; $a->strings["Discover"] = "Descubra"; @@ -367,7 +234,6 @@ $a->strings["Commented Order"] = "Recentes e comentados"; $a->strings["Sort by Comment Date"] = "Ordenar pela data do último comentário"; $a->strings["Posted Order"] = "Recentemente publicados"; $a->strings["Sort by Post Date"] = "Ordenar pela data da publicação"; -$a->strings["Personal"] = "Pessoal"; $a->strings["Posts that mention or involve you"] = "Publicações que mencionam ou envolvem você"; $a->strings["New"] = "Novo"; $a->strings["Activity Stream - by date"] = "Fluxo de atividades - por data"; @@ -379,34 +245,88 @@ $a->strings["Channel"] = "Canal"; $a->strings["Status Messages and Posts"] = "Mensagens de status e publicações"; $a->strings["About"] = "Sobre"; $a->strings["Profile Details"] = "Detalhes do perfil"; -$a->strings["Photos"] = "Fotos"; -$a->strings["Files"] = "Arquivos"; +$a->strings["Photo Albums"] = "Álbuns de fotos"; $a->strings["Files and Storage"] = "Arquivos e armazenamento"; $a->strings["Chatrooms"] = "Salas de bate-papo"; -$a->strings["Events"] = "Eventos"; $a->strings["Events and Calendar"] = "Eventos e calendário"; -$a->strings["Bookmarks"] = "Links guardados"; $a->strings["Saved Bookmarks"] = "Links guardados"; -$a->strings["Webpages"] = "Páginas web"; $a->strings["Manage Webpages"] = "Administrar páginas web"; -$a->strings["Miscellaneous"] = "Miscelânea"; -$a->strings["year"] = "ano"; -$a->strings["month"] = "mês"; -$a->strings["day"] = "dia"; -$a->strings["never"] = "nunca"; -$a->strings["less than a second ago"] = "menos de um segundo atrás"; -$a->strings["years"] = "anos"; -$a->strings["months"] = "meses"; -$a->strings["week"] = "semana"; -$a->strings["weeks"] = "semanas"; -$a->strings["days"] = "dias"; -$a->strings["hour"] = "hora"; -$a->strings["hours"] = "horas"; -$a->strings["minute"] = "minuto"; -$a->strings["minutes"] = "minutos"; -$a->strings["second"] = "segundo"; -$a->strings["seconds"] = "segundos"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás"; +$a->strings["Default"] = "Default"; +$a->strings["No recipient provided."] = "Falta o destinatário."; +$a->strings["[no subject]"] = "[sem assunto]"; +$a->strings["Unable to determine sender."] = "Não foi possível determinar o remetente."; +$a->strings["Stored post could not be verified."] = "Não foi possível verificar a publicação armazenada."; +$a->strings[" and "] = " e "; +$a->strings["public profile"] = "perfil público"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s mudou %2\$s para “%3\$s”"; +$a->strings["Visit %1\$s's %2\$s"] = "Visite o %2\$s de %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s atualizou %2\$s, alterando %3\$s."; +$a->strings["view full size"] = "ver na tela inteira"; +$a->strings["%1\$s's bookmarks"] = "Links guardados de %1\$s"; +$a->strings["Tags"] = "Etiquetas"; +$a->strings["Keywords"] = "Palavras-chave"; +$a->strings["have"] = "tenho"; +$a->strings["has"] = "tem"; +$a->strings["want"] = "quero"; +$a->strings["wants"] = "quer"; +$a->strings["like"] = "gostei"; +$a->strings["likes"] = "gosta"; +$a->strings["dislike"] = "não gostei"; +$a->strings["dislikes"] = "desgosta"; +$a->strings["Edit"] = "Editar"; +$a->strings["save to folder"] = "salvar na pasta"; +$a->strings["View all"] = "Ver tudo"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "gostou", + 1 => "gostaram", +); +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "desgostou", + 1 => "desgostaram", +); +$a->strings["add star"] = "destacar"; +$a->strings["remove star"] = "remover destaque"; +$a->strings["toggle star status"] = "alternar destaque"; +$a->strings["starred"] = "destacado"; +$a->strings["add tag"] = "adicionar etiqueta"; +$a->strings["I like this (toggle)"] = "Eu gostei disso (alterna)"; +$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alterna)"; +$a->strings["Share this"] = "Compartilhar isso"; +$a->strings["share"] = "compartilhar"; +$a->strings["View %s's profile - %s"] = "Ver o perfil de %s - %s"; +$a->strings["to"] = "para"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Mural-para-mural"; +$a->strings["via Wall-To-Wall:"] = "via Mural-para-mural"; +$a->strings["Bookmark Links"] = "Guardar links"; +$a->strings["__ctx:noun__ Likes"] = "Gostaram"; +$a->strings["__ctx:noun__ Dislikes"] = "Desgostaram"; +$a->strings["Close"] = "Fechar"; +$a->strings["%d comment"] = array( + 0 => "%d comentário", + 1 => "%d comentários", +); +$a->strings["show more"] = "exibir mais"; +$a->strings["This is you"] = "Este(a) é você"; +$a->strings["Comment"] = "Comentar"; +$a->strings["Submit"] = "Enviar"; +$a->strings["Bold"] = "Negrito"; +$a->strings["Italic"] = "Itálico"; +$a->strings["Underline"] = "Sublinhado"; +$a->strings["Quote"] = "Citação"; +$a->strings["Code"] = "Código"; +$a->strings["Image"] = "Imagem"; +$a->strings["Link"] = "Link"; +$a->strings["Video"] = "Vídeo"; +$a->strings["Permission denied"] = "Permissão negada"; +$a->strings["(Unknown)"] = "(Desconhecido)"; +$a->strings["Item not found."] = "O item não foi encontrado."; +$a->strings["Permission denied."] = "Permissão negada."; +$a->strings["Collection not found."] = "A coleção não foi encontrada."; +$a->strings["Collection is empty."] = "A coleção está vazia."; +$a->strings["Collection: %s"] = "Coleção: %s"; +$a->strings["Connection: %s"] = "Conexão: %s"; +$a->strings["Connection not found."] = "A conexão não foi encontrada."; $a->strings["Sort Options"] = "Opções de ordenação"; $a->strings["Alphabetic"] = "Alfabética"; $a->strings["Reverse Alphabetic"] = "Alfabética reversa"; @@ -414,6 +334,9 @@ $a->strings["Newest to Oldest"] = "Das mais recentes para as mais antigas"; $a->strings["Enable Safe Search"] = "Habilitar busca tranquila"; $a->strings["Disable Safe Search"] = "Desabilitar busca tranquila"; $a->strings["Safe Mode"] = "Modo tranquilo"; +$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."] = "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão."; +$a->strings["created a new post"] = "criou uma nova publicação"; +$a->strings["commented on %s's post"] = "comentou a publicação de %s"; $a->strings["Red Matrix Notification"] = "Notificação da Red Matrix"; $a->strings["redmatrix"] = "redmatrix"; $a->strings["Thank You,"] = "Obrigado(a),"; @@ -453,6 +376,226 @@ $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\ $a->strings["Name:"] = "Nome:"; $a->strings["Photo:"] = "Foto:"; $a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprovar ou rejeitar a sugestão."; +$a->strings["Item was not found."] = "O item não foi encontrado."; +$a->strings["No source file."] = "Nenhum arquivo de origem."; +$a->strings["Cannot locate file to replace"] = "Não foi possível locar o arquivo a ser substituído"; +$a->strings["Cannot locate file to revise/update"] = "Não foi possível localizar o arquivo a ser revisado/atualizado"; +$a->strings["File exceeds size limit of %d"] = "O arquivo excedeu o tamanho limite de %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Você atingiu o seu limite de %1$.0f Mbytes de armazenamento de anexos."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Não foi possível enviar o arquivo. Provável limite do sistema ou a ação foi encerrada."; +$a->strings["Stored file could not be verified. Upload failed."] = "Não foi possível verificar o arquivo armazenado. Falha no envio."; +$a->strings["Path not available."] = "O caminho não está disponível."; +$a->strings["Empty pathname"] = "O nome do caminho está em branco"; +$a->strings["duplicate filename or path"] = "nome de arquivo ou caminho duplicado"; +$a->strings["Path not found."] = "Caminho não encontrado."; +$a->strings["mkdir failed."] = "mkdir falhou."; +$a->strings["database storage failed."] = "armazenamento de banco de dados falhou."; +$a->strings["New Page"] = "Nova página"; +$a->strings["View"] = "Ver"; +$a->strings["Actions"] = "Ações"; +$a->strings["Page Link"] = "Link da página"; +$a->strings["Title"] = "Título"; +$a->strings["Created"] = "Criado"; +$a->strings["Edited"] = "Editado"; +$a->strings["Profile Photos"] = "Fotos do perfil"; +$a->strings["Image exceeds website size limit of %lu bytes"] = "A imagem excede o limite de tamanho do site, que é de %"; +$a->strings["Image file is empty."] = "O arquivo de imagem está vazio."; +$a->strings["Unable to process image"] = "Não foi possível processar a imagem"; +$a->strings["Photo storage failed."] = "Não foi possível armazenar a foto."; +$a->strings["Upload New Photos"] = "Enviar novas fotos"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"; +$a->strings["Male"] = "Masculino"; +$a->strings["Female"] = "Feminino"; +$a->strings["Currently Male"] = "Atualmente masculino"; +$a->strings["Currently Female"] = "Atualmente feminino"; +$a->strings["Mostly Male"] = "Masculino a maior parte do tempo"; +$a->strings["Mostly Female"] = "Feminino a maior parte do tempo"; +$a->strings["Transgender"] = "Transgênero"; +$a->strings["Intersex"] = "Intersexuado"; +$a->strings["Transsexual"] = "Transexual"; +$a->strings["Hermaphrodite"] = "Hermafrodita"; +$a->strings["Neuter"] = "Neutro"; +$a->strings["Non-specific"] = "Não específico"; +$a->strings["Other"] = "Outro"; +$a->strings["Undecided"] = "Indeciso"; +$a->strings["Males"] = "Homens"; +$a->strings["Females"] = "Mulheres"; +$a->strings["Gay"] = "Gays"; +$a->strings["Lesbian"] = "Lésbicas"; +$a->strings["No Preference"] = "Sem preferência"; +$a->strings["Bisexual"] = "Bissexuais"; +$a->strings["Autosexual"] = "Autossexuais"; +$a->strings["Abstinent"] = "Abstinentes"; +$a->strings["Virgin"] = "Virgens"; +$a->strings["Deviant"] = "Desviantes"; +$a->strings["Fetish"] = "Fetiches"; +$a->strings["Oodles"] = "Abundância"; +$a->strings["Nonsexual"] = "Não sexuais"; +$a->strings["Single"] = "Solteiro(a)"; +$a->strings["Lonely"] = "Solitário(a)"; +$a->strings["Available"] = "Disponível"; +$a->strings["Unavailable"] = "Não disponível"; +$a->strings["Has crush"] = "Tem uma paixão"; +$a->strings["Infatuated"] = "Apaixonado"; +$a->strings["Dating"] = "Saindo com alguém"; +$a->strings["Unfaithful"] = "Infiel"; +$a->strings["Sex Addict"] = "Viciado(a) em sexo"; +$a->strings["Friends/Benefits"] = "Amigos com benefícios"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Envolvido(a)"; +$a->strings["Married"] = "Casado(a)"; +$a->strings["Imaginarily married"] = "Casado imaginariamente"; +$a->strings["Partners"] = "Parceiros"; +$a->strings["Cohabiting"] = "Coabitando"; +$a->strings["Common law"] = "Direito comum"; +$a->strings["Happy"] = "Feliz"; +$a->strings["Not looking"] = "Não estou procurando"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Traído(a)"; +$a->strings["Separated"] = "Separado(a)"; +$a->strings["Unstable"] = "Instável"; +$a->strings["Divorced"] = "Divorciado(a)"; +$a->strings["Imaginarily divorced"] = "Divorciado imaginariamente"; +$a->strings["Widowed"] = "Viúvo(a)"; +$a->strings["Uncertain"] = "Incerto(a)"; +$a->strings["It's complicated"] = "É complicado"; +$a->strings["Don't care"] = "Não importa"; +$a->strings["Ask me"] = "Pergunte-me"; +$a->strings["Click here to upgrade."] = "Clique aqui para atualizar."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite definido para o seu plano de assinatura."; +$a->strings["This action is not available under your subscription plan."] = "Essa ação não está disponível para o seu plano de assinatura."; +$a->strings["Visible to everybody"] = "Visível para todos"; +$a->strings["Show"] = "Exibir"; +$a->strings["Don't show"] = "Não exibir"; +$a->strings["Permissions"] = "Permissões"; +$a->strings["Not a valid email address"] = "Não é um endereço de e-mail válido"; +$a->strings["Your email domain is not among those allowed on this site"] = "O domínio do seu e-mail não está entre os permitidos neste site"; +$a->strings["Your email address is already registered at this site."] = "O seu endereço de e-mail já está registrado neste site."; +$a->strings["An invitation is required."] = "É necessário um convite."; +$a->strings["Invitation could not be verified."] = "Não foi possível verificar o convite."; +$a->strings["Please enter the required information."] = "Por favor, forneça a informação solicitada."; +$a->strings["Failed to store account information."] = "Não foi possível armazenar a informação da conta."; +$a->strings["Registration request at %s"] = "Solicitação de registro em %s"; +$a->strings["Administrator"] = "Administrador"; +$a->strings["your registration password"] = "sua senha de registro"; +$a->strings["Registration details for %s"] = "Detalhes do registro de %s"; +$a->strings["Account approved."] = "A conta foi aprovada."; +$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado"; +$a->strings["New window"] = "Nova janela"; +$a->strings["Open the selected location in a different window or browser tab"] = "Abre a localização selecionada em outra aba ou janela"; +$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado"; +$a->strings["Block immediately"] = "Bloquear imediatamente"; +$a->strings["Shady, spammer, self-marketer"] = "Suspeito, spammer, propagandista"; +$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não tenho opinião a respeito"; +$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo"; +$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança"; +$a->strings["Frequently"] = "Frequentemente"; +$a->strings["Hourly"] = "De hora em hora"; +$a->strings["Twice daily"] = "Duas vezes ao dia"; +$a->strings["Daily"] = "Diariamente"; +$a->strings["Weekly"] = "Semanalmente"; +$a->strings["Monthly"] = "Mensalmente"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-mail"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/MI"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Profile"] = "Perfil"; +$a->strings["Update"] = "Atualizar"; +$a->strings["Install"] = "Instalar"; +$a->strings["Unknown"] = "Desconhecidos"; +$a->strings["Logged out."] = "Você saiu."; +$a->strings["Failed authentication"] = "Não foi possível autenticar"; +$a->strings["Login failed."] = "Não foi possível entrar."; +$a->strings["prev"] = "anterior"; +$a->strings["first"] = "primeiro"; +$a->strings["last"] = "último"; +$a->strings["next"] = "próximo"; +$a->strings["older"] = "mais antigo"; +$a->strings["newer"] = "mais recente"; +$a->strings["No connections"] = "Nenhuma conexão"; +$a->strings["%d Connection"] = array( + 0 => "%d conexão", + 1 => "%d conexões", +); +$a->strings["View Connections"] = "Ver conexões"; +$a->strings["poke"] = "cutucar"; +$a->strings["ping"] = "pingar"; +$a->strings["pinged"] = "pingou"; +$a->strings["prod"] = "espetar"; +$a->strings["prodded"] = "espetou"; +$a->strings["slap"] = "estapear"; +$a->strings["slapped"] = "estapeou"; +$a->strings["finger"] = "dar um toque"; +$a->strings["fingered"] = "deu um toque"; +$a->strings["rebuff"] = "rebater"; +$a->strings["rebuffed"] = "rebateu"; +$a->strings["happy"] = "feliz"; +$a->strings["sad"] = "triste"; +$a->strings["mellow"] = "suave"; +$a->strings["tired"] = "cansado"; +$a->strings["perky"] = "animado/a"; +$a->strings["angry"] = "nervoso"; +$a->strings["stupified"] = "embasbacado/a"; +$a->strings["puzzled"] = "confuso/a"; +$a->strings["interested"] = "interessado"; +$a->strings["bitter"] = "amargo/a"; +$a->strings["cheerful"] = "alegre"; +$a->strings["alive"] = "vivo"; +$a->strings["annoyed"] = "aborrecido"; +$a->strings["anxious"] = "ansioso"; +$a->strings["cranky"] = "irritado/a"; +$a->strings["disturbed"] = "perturbado"; +$a->strings["frustrated"] = "frustrado"; +$a->strings["depressed"] = "deprimido"; +$a->strings["motivated"] = "motivado"; +$a->strings["relaxed"] = "relaxado"; +$a->strings["surprised"] = "surpreso"; +$a->strings["Monday"] = "Segunda"; +$a->strings["Tuesday"] = "Terça"; +$a->strings["Wednesday"] = "Quarta"; +$a->strings["Thursday"] = "Quinta"; +$a->strings["Friday"] = "Sexta"; +$a->strings["Saturday"] = "Sábado"; +$a->strings["Sunday"] = "Domingo"; +$a->strings["January"] = "Janeiro"; +$a->strings["February"] = "Fevereiro"; +$a->strings["March"] = "Março"; +$a->strings["April"] = "Abril"; +$a->strings["May"] = "Maio"; +$a->strings["June"] = "Junho"; +$a->strings["July"] = "Julho"; +$a->strings["August"] = "Agosto"; +$a->strings["September"] = "Setembro"; +$a->strings["October"] = "Outubro"; +$a->strings["November"] = "Novembro"; +$a->strings["December"] = "Dezembro"; +$a->strings["unknown.???"] = "desconhecido.???"; +$a->strings["bytes"] = "bytes"; +$a->strings["remove category"] = "remover categoria"; +$a->strings["remove from file"] = "remover do arquivo"; +$a->strings["Click to open/close"] = "Clique para abrir/fechar"; +$a->strings["link to source"] = "Link para a origem"; +$a->strings["Select a page layout: "] = "Selecione um layout de página:"; +$a->strings["default"] = "default"; +$a->strings["Page content type: "] = "Tipo de conteúdo da página: "; +$a->strings["Select an alternate language"] = "Selecione um idioma alternativo"; +$a->strings["activity"] = "atividade"; +$a->strings["Design"] = "Design"; +$a->strings["Blocks"] = "Blocos"; +$a->strings["Menus"] = "Menus"; +$a->strings["Layouts"] = "Layouts"; +$a->strings["Pages"] = "Páginas"; +$a->strings["Missing room name"] = "Nome da sala vazio"; +$a->strings["Duplicate room name"] = "Nome da sala duplicado"; +$a->strings["Invalid room specifier."] = "Especificador de sala inválido."; +$a->strings["Room not found."] = "A sala não foi encontrada."; +$a->strings["Room is full"] = "A sala está cheia"; $a->strings["General Features"] = "Recursos gerais"; $a->strings["Content Expiration"] = "Expiração de conteúdo"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Remover publicações/comentários e/ou mensagens privadas num momento futuro."; @@ -473,7 +616,6 @@ $a->strings["Richtext Editor"] = "Editor richtext"; $a->strings["Enable richtext editor"] = "Habilita o editor richtext"; $a->strings["Post Preview"] = "Pré-visualizar a publicação"; $a->strings["Allow previewing posts and comments before publishing them"] = "Permite visualizar publicações e comentários antes de publicá-los"; -$a->strings["Channel Sources"] = "Fontes do canal"; $a->strings["Automatically import channel content from other channels or feeds"] = "Importar automaticamente conteúdo de outros canais ou fontes"; $a->strings["Even More Encryption"] = "Mais encriptação ainda"; $a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir encriptação opcional de conteúdo, ponta-a-ponta com uma chave secreta compartilhada"; @@ -482,7 +624,6 @@ $a->strings["Search by Date"] = "Pesquisar por data"; $a->strings["Ability to select posts by date ranges"] = "capacidade de selecionar publicações por intervalos de datas"; $a->strings["Collections Filter"] = "Filtros de coleções"; $a->strings["Enable widget to display Network posts only from selected collections"] = "Habilita widget para exibir publicações da rede apenas para determinadas coleções"; -$a->strings["Saved Searches"] = "Pesquisas salvas"; $a->strings["Save search terms for re-use"] = "Termos de pesquisa salvos para reutilização"; $a->strings["Network Personal Tab"] = "Aba de interações na rede"; $a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilita uma aba para exibir apenas publicações da rede com as quais você interagiu"; @@ -506,25 +647,66 @@ $a->strings["Star Posts"] = "Destacar publicações"; $a->strings["Ability to mark special posts with a star indicator"] = "Possibilidade de marcar publicações em destaque com uma estrela indicadora"; $a->strings["Tag Cloud"] = "Nuvem de etiquetas"; $a->strings["Provide a personal tag cloud on your channel page"] = "Fornece uma nuvem de etiquetas pessoais à página do seu canal"; -$a->strings["Channel is blocked on this site."] = "O canal está bloqueado neste site."; -$a->strings["Channel location missing."] = "A localização do canal foi perdida"; -$a->strings["Response from remote channel was incomplete."] = "A resposta do canal remoto está incompleta."; -$a->strings["Channel was deleted and no longer exists."] = "O canal foi deletado e não existe mais."; -$a->strings["Channel discovery failed."] = "A descoberta de canais falhou."; -$a->strings["local account not found."] = "a conta local não foi encontrada."; -$a->strings["Cannot connect to yourself."] = "Não é possível conectar-se consigo mesmo."; +$a->strings["Can view my \"public\" stream and posts"] = "Pode ver meus fluxo e publicações \"públicos\""; +$a->strings["Can view my \"public\" channel profile"] = "Pode ver o perfil \"público\" do meu canal"; +$a->strings["Can view my \"public\" photo albums"] = "Pode ver meus álbuns de fotos \"públicos\""; +$a->strings["Can view my \"public\" address book"] = "Pode ver meu livro de endereços \"público\""; +$a->strings["Can view my \"public\" file storage"] = "Pode ver meu armazenamento de arquivos \"público\""; +$a->strings["Can view my \"public\" pages"] = "Pode ver minhas páginas \"públicas\""; +$a->strings["Can send me their channel stream and posts"] = "Pode me enviar seu fluxo e publicações"; +$a->strings["Can post on my channel page (\"wall\")"] = "Pode publicar na página do meu canal (\"mural\")"; +$a->strings["Can comment on my posts"] = "Pode comentar minhas publicações"; +$a->strings["Can send me private mail messages"] = "Pode me enviar mensagens privadas"; +$a->strings["Can post photos to my photo albums"] = "Pode publicar fotos nos meus álbuns de fotos"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Pode encaminhar para todos os contatos do meu canal via @menções na publicação"; +$a->strings["Advanced - useful for creating group forum channels"] = "Avançado - útil para criar canais de fóruns de grupos"; +$a->strings["Can chat with me (when available)"] = "Pode conversar comigo (quando disponívei)"; +$a->strings["Can write to my \"public\" file storage"] = "Pode escrever em meu armazenamento de arquivos \"público\""; +$a->strings["Can edit my \"public\" pages"] = "Pode editar minhas páginas \"públicas\""; +$a->strings["Can source my \"public\" posts in derived channels"] = "Pode usar minhas publicações \"públicas\" como fonte para canais derivados"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Avançado - muito útil em comunidades abertas"; +$a->strings["Can administer my channel resources"] = "Pode administrar os recursos do meu canal"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo"; $a->strings["Invalid data packet"] = "Pacote de dados inválido"; $a->strings["Unable to verify channel signature"] = "Não foi possível verificar a assinatura do canal"; $a->strings["Unable to verify site signature for %s"] = "Não foi possível verificar a assinatura do site para %s"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente."; -$a->strings["Default privacy group for new contacts"] = "Grupo de privacidade padrão para novos contatos"; -$a->strings["All Channels"] = "Todos os canais"; -$a->strings["edit"] = "editar"; -$a->strings["Collections"] = "Coleções"; -$a->strings["Edit collection"] = "Editar coleção"; -$a->strings["Create a new collection"] = "Criar uma nova coleção"; -$a->strings["Channels not in any collection"] = "Canais que não estão em nenhuma coleção"; -$a->strings["add"] = "adicionar"; +$a->strings["%d invitation available"] = array( + 0 => "%d convite disponível", + 1 => "%d convites disponíveis", +); +$a->strings["Advanced"] = "Avançado"; +$a->strings["Find Channels"] = "Pesquisar canais"; +$a->strings["Enter name or interest"] = "Digite um nome ou interesse"; +$a->strings["Connect/Follow"] = "Conectar/Acompanhar"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Por exemplo: José da Silva, Pescaria"; +$a->strings["Find"] = "Pesquisar"; +$a->strings["Channel Suggestions"] = "Sugestões de canais"; +$a->strings["Random Profile"] = "Perfil aleatório"; +$a->strings["Invite Friends"] = "Convidar amigos"; +$a->strings["Exammple: name=fred and country=iceland"] = "Exemplo: name=raoni and country=peru"; +$a->strings["Advanced Find"] = "Busca avançada"; +$a->strings["%d connection in common"] = array( + 0 => "%d conexão em comum", + 1 => "%d conexões em comum", +); +$a->strings["Miscellaneous"] = "Miscelânea"; +$a->strings["year"] = "ano"; +$a->strings["month"] = "mês"; +$a->strings["day"] = "dia"; +$a->strings["never"] = "nunca"; +$a->strings["less than a second ago"] = "menos de um segundo atrás"; +$a->strings["years"] = "anos"; +$a->strings["months"] = "meses"; +$a->strings["week"] = "semana"; +$a->strings["weeks"] = "semanas"; +$a->strings["days"] = "dias"; +$a->strings["hour"] = "hora"; +$a->strings["hours"] = "horas"; +$a->strings["minute"] = "minuto"; +$a->strings["minutes"] = "minutos"; +$a->strings["second"] = "segundo"; +$a->strings["seconds"] = "segundos"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás"; $a->strings["Unable to obtain identity information from database"] = "Não foi possível obter a informação da identidade a partir do banco de dados"; $a->strings["Empty name"] = "O nome está em branco"; $a->strings["Name too long"] = "O nome é muito grande"; @@ -534,7 +716,6 @@ $a->strings["Reserved nickname. Please choose another."] = "Apelido reservado. P $a->strings["Nickname has unsupported characters or is already being used on this site."] = "O apelido possui caracteres não suportados ou já está sendo usado nesse site."; $a->strings["Unable to retrieve created identity"] = "Não foi possível recuperar a identidade criada"; $a->strings["Default Profile"] = "Perfil padrão"; -$a->strings["Friends"] = "Amigos"; $a->strings["Requested channel is not available."] = "Canal solicitado não está disponível."; $a->strings["Requested profile is not available."] = "O perfil solicitado não está disponível."; $a->strings["Change profile photo"] = "Mudar a foto do perfil"; @@ -557,7 +738,6 @@ $a->strings["Birthdays this week:"] = "Aniversários nesta semana:"; $a->strings["[No description]"] = "[Sem descrição]"; $a->strings["Event Reminders"] = "Lembretes de eventos"; $a->strings["Events this week:"] = "Eventos nesta semana:"; -$a->strings["Profile"] = "Perfil"; $a->strings["Full Name:"] = "Nome completo:"; $a->strings["j F, Y"] = "j \\d\\e F, Y"; $a->strings["j F"] = "j \\d\\e F"; @@ -582,14 +762,6 @@ $a->strings["Film/dance/culture/entertainment:"] = "Filmes/dança/cultura/entret $a->strings["Love/Romance:"] = "Amor/romance:"; $a->strings["Work/employment:"] = "Trabalho/emprego:"; $a->strings["School/education:"] = "Escola/educação:"; -$a->strings["Permission denied"] = "Permissão negada"; -$a->strings["(Unknown)"] = "(Desconhecido)"; -$a->strings["Item not found."] = "O item não foi encontrado."; -$a->strings["Collection not found."] = "A coleção não foi encontrada."; -$a->strings["Collection is empty."] = "A coleção está vazia."; -$a->strings["Collection: %s"] = "Coleção: %s"; -$a->strings["Connection: %s"] = "Conexão: %s"; -$a->strings["Connection not found."] = "A conexão não foi encontrada."; $a->strings["Delete this item?"] = "Excluir este item?"; $a->strings["show fewer"] = "exibir menos"; $a->strings["+ Show More"] = "+ Exibir Mais"; @@ -600,6 +772,7 @@ $a->strings["everybody"] = "todos"; $a->strings["Secret Passphrase"] = "Frase secreta"; $a->strings["Passphrase hint"] = "Dica da frase secreta"; $a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Atenção: permissões foram modificadas mas ainda não foram enviadas."; +$a->strings["close all"] = "fechar tudo"; $a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; $a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; $a->strings["ago"] = "atrás"; @@ -617,169 +790,103 @@ $a->strings["about a year"] = "aproximadamente um ano"; $a->strings["%d years"] = "%d anos"; $a->strings[" "] = " "; $a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["No recipient provided."] = "Falta o destinatário."; -$a->strings["[no subject]"] = "[sem assunto]"; -$a->strings["Unable to determine sender."] = "Não foi possível determinar o remetente."; -$a->strings["Stored post could not be verified."] = "Não foi possível verificar a publicação armazenada."; -$a->strings["Logout"] = "Sair"; -$a->strings["End this session"] = "Encerrar essa sessão"; -$a->strings["Home"] = "Ver canal"; -$a->strings["Your posts and conversations"] = "Suas publicações e conversas"; -$a->strings["Your profile page"] = "A página do seu perfil"; -$a->strings["Edit Profiles"] = "Editar perfis"; -$a->strings["Manage/Edit profiles"] = "Administrar/Editar perfis"; -$a->strings["Your photos"] = "Suas fotos"; -$a->strings["Your files"] = "Seus arquivos"; -$a->strings["Chat"] = "Bate-papo"; -$a->strings["Your chatrooms"] = "Suas salas de bate-papo"; -$a->strings["Your events"] = "Seus eventos"; -$a->strings["Your bookmarks"] = "Seus links guardados"; -$a->strings["Your webpages"] = "Suas páginas web"; -$a->strings["Login"] = "Entrar"; -$a->strings["Sign in"] = "Entrar"; -$a->strings["%s - click to logout"] = "%s - clique para sair"; -$a->strings["Click to authenticate to your home hub"] = "Clique para se autenticar com seu hub de origem"; -$a->strings["Home Page"] = "Página inicial"; -$a->strings["Register"] = "Registrar"; -$a->strings["Create an account"] = "Criar uma conta"; -$a->strings["Help"] = "Ajuda"; -$a->strings["Help and documentation"] = "Ajuda e documentação"; -$a->strings["Apps"] = "Aplicações"; -$a->strings["Addon applications, utilities, games"] = "Aplicações adicionais, utilitários, jogos"; -$a->strings["Search site content"] = "Pesquisar o conteúdo do site"; -$a->strings["Directory"] = "Diretório"; -$a->strings["Channel Locator"] = "Localizador de canais"; -$a->strings["Matrix"] = "Matriz"; -$a->strings["Your matrix"] = "Sua matriz"; -$a->strings["Mark all matrix notifications seen"] = "Marcar todas as notificações da matriz como vistas"; -$a->strings["Channel Home"] = "Página inicial do canal"; -$a->strings["Channel home"] = "Página inicial do canal"; -$a->strings["Mark all channel notifications seen"] = "Marcar todas as notificações de canais como vistas"; -$a->strings["Connections"] = "Conexões"; -$a->strings["Notices"] = "Notificações"; -$a->strings["Notifications"] = "Notificações"; -$a->strings["See all notifications"] = "Ver todas as notificações"; -$a->strings["Mark all system notifications seen"] = "Marcar todas as notificações de sistema como vistas"; -$a->strings["Mail"] = "Mensagens"; -$a->strings["Private mail"] = "Mensagens privadas"; -$a->strings["See all private messages"] = "Ver todas as mensagens privadas"; -$a->strings["Mark all private messages seen"] = "Marcar todas as mensagens privadas como vistas"; -$a->strings["Inbox"] = "Recebidas"; -$a->strings["Outbox"] = "Enviadas"; -$a->strings["New Message"] = "Nova mensagem"; -$a->strings["Event Calendar"] = "Agenda de eventos"; -$a->strings["See all events"] = "Ver todos os eventos"; -$a->strings["Mark all events seen"] = "Marcar todos os eventos como vistos"; -$a->strings["Channel Select"] = "Seleção de canal"; -$a->strings["Manage Your Channels"] = "Gerencie os seus canais"; -$a->strings["Settings"] = "Configurações"; -$a->strings["Account/Channel Settings"] = "Configurações da conta/canal"; -$a->strings["Manage/Edit Friends and Connections"] = "Gerenciar/editar os amigos e as conexões"; -$a->strings["Admin"] = "Admin"; -$a->strings["Site Setup and Configuration"] = "Configuração do site"; -$a->strings["Nothing new here"] = "Nada de novo aqui"; -$a->strings["Please wait..."] = "Por favor, aguarde..."; -$a->strings["view full size"] = "ver na tela inteira"; -$a->strings["Click here to upgrade."] = "Clique aqui para atualizar."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite definido para o seu plano de assinatura."; -$a->strings["This action is not available under your subscription plan."] = "Essa ação não está disponível para o seu plano de assinatura."; -$a->strings["Male"] = "Masculino"; -$a->strings["Female"] = "Feminino"; -$a->strings["Currently Male"] = "Atualmente masculino"; -$a->strings["Currently Female"] = "Atualmente feminino"; -$a->strings["Mostly Male"] = "Masculino a maior parte do tempo"; -$a->strings["Mostly Female"] = "Feminino a maior parte do tempo"; -$a->strings["Transgender"] = "Transgênero"; -$a->strings["Intersex"] = "Intersexuado"; -$a->strings["Transsexual"] = "Transexual"; -$a->strings["Hermaphrodite"] = "Hermafrodita"; -$a->strings["Neuter"] = "Neutro"; -$a->strings["Non-specific"] = "Não específico"; -$a->strings["Other"] = "Outro"; -$a->strings["Undecided"] = "Indeciso"; -$a->strings["Males"] = "Homens"; -$a->strings["Females"] = "Mulheres"; -$a->strings["Gay"] = "Gays"; -$a->strings["Lesbian"] = "Lésbicas"; -$a->strings["No Preference"] = "Sem preferência"; -$a->strings["Bisexual"] = "Bissexuais"; -$a->strings["Autosexual"] = "Autossexuais"; -$a->strings["Abstinent"] = "Abstinentes"; -$a->strings["Virgin"] = "Virgens"; -$a->strings["Deviant"] = "Desviantes"; -$a->strings["Fetish"] = "Fetiches"; -$a->strings["Oodles"] = "Abundância"; -$a->strings["Nonsexual"] = "Não sexuais"; -$a->strings["Single"] = "Solteiro(a)"; -$a->strings["Lonely"] = "Solitário(a)"; -$a->strings["Available"] = "Disponível"; -$a->strings["Unavailable"] = "Não disponível"; -$a->strings["Has crush"] = "Tem uma paixão"; -$a->strings["Infatuated"] = "Apaixonado"; -$a->strings["Dating"] = "Saindo com alguém"; -$a->strings["Unfaithful"] = "Infiel"; -$a->strings["Sex Addict"] = "Viciado(a) em sexo"; -$a->strings["Friends/Benefits"] = "Amigos com benefícios"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Envolvido(a)"; -$a->strings["Married"] = "Casado(a)"; -$a->strings["Imaginarily married"] = "Casado imaginariamente"; -$a->strings["Partners"] = "Parceiros"; -$a->strings["Cohabiting"] = "Coabitando"; -$a->strings["Common law"] = "Direito comum"; -$a->strings["Happy"] = "Feliz"; -$a->strings["Not looking"] = "Não estou procurando"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Traído(a)"; -$a->strings["Separated"] = "Separado(a)"; -$a->strings["Unstable"] = "Instável"; -$a->strings["Divorced"] = "Divorciado(a)"; -$a->strings["Imaginarily divorced"] = "Divorciado imaginariamente"; -$a->strings["Widowed"] = "Viúvo(a)"; -$a->strings["Uncertain"] = "Incerto(a)"; -$a->strings["It's complicated"] = "É complicado"; -$a->strings["Don't care"] = "Não importa"; -$a->strings["Ask me"] = "Pergunte-me"; -$a->strings["Edit File properties"] = "Editar propriedades do arquivo"; -$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."] = "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão."; -$a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; -$a->strings["Suggestions"] = "Sugestões"; -$a->strings["See more..."] = "Veja mais..."; -$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Você tem %1$.0f de %2$.0f conexões permitidas."; -$a->strings["Add New Connection"] = "Adicionar nova conexão"; -$a->strings["Enter the channel address"] = "Digite o endereço do canal"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"; -$a->strings["Notes"] = "Notas"; -$a->strings["Remove term"] = "Remover termo"; -$a->strings["Archives"] = "Arquivos"; -$a->strings["Refresh"] = "Atualizar"; -$a->strings["Me"] = "Eu"; -$a->strings["Best Friends"] = "Melhores amigos"; -$a->strings["Co-workers"] = "Colegas de trabalho"; -$a->strings["Former Friends"] = "Amigos afastados"; -$a->strings["Acquaintances"] = "Conhecidos"; -$a->strings["Everybody"] = "Todos"; -$a->strings["Account settings"] = "Configurações da conta"; -$a->strings["Channel settings"] = "Configurações do canal"; -$a->strings["Additional features"] = "Recursos adicionais"; -$a->strings["Feature settings"] = "Configurações dos recursos"; -$a->strings["Display settings"] = "Configurações de exibição"; -$a->strings["Connected apps"] = "Aplicações conectadas"; -$a->strings["Export channel"] = "Exportar o canal"; -$a->strings["Automatic Permissions (Advanced)"] = "Permissões automáticas (avançado)"; -$a->strings["Premium Channel Settings"] = "Configurações de canal premium"; -$a->strings["Check Mail"] = "Checar mensagens"; -$a->strings["Chat Rooms"] = "Salas de bate-papo"; -$a->strings["Bookmarked Chatrooms"] = "Salas de bate-papo guardadas"; -$a->strings["Suggested Chatrooms"] = "Salas de bate-papo sugeridas"; -$a->strings["Mood"] = "Humor"; -$a->strings["Set your current mood and tell your friends"] = "Marque seu humor atual e compartilhe com seus amigos"; +$a->strings["Channel not found."] = "O canal não foi encontrado."; +$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s"; +$a->strings["Channel added."] = "Canal adicionado."; +$a->strings["Public access denied."] = "Acesso público negado."; +$a->strings["Age: "] = "Idade: "; +$a->strings["Gender: "] = "Gênero: "; +$a->strings["Status: "] = "Status:"; +$a->strings["Sexual Preference: "] = "Preferência sexual:"; +$a->strings["Homepage: "] = "Website:"; +$a->strings["Hometown: "] = "Cidade natal:"; +$a->strings["About: "] = "Sobre:"; +$a->strings["Keywords: "] = "Palavras-chave:"; +$a->strings["Not found."] = "Não encontrado."; +$a->strings["network"] = "+ rede"; +$a->strings["Authorize application connection"] = "Autorizar a conexão com a aplicação"; +$a->strings["Return to your app and insert this Securty Code:"] = "Volte para a sua aplicação e digite este código de segurança:"; +$a->strings["Please login to continue."] = "Por favor, autentique-se para continuar."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"; +$a->strings["Yes"] = "Sim"; +$a->strings["No"] = "Não"; +$a->strings["Item not found"] = "O item não foi encontrado"; +$a->strings["Edit Layout"] = "Editar layout"; +$a->strings["Delete layout?"] = "Deletar layout?"; +$a->strings["Insert YouTube video"] = "Inserir vídeo do YouTube"; +$a->strings["Insert Vorbis [.ogg] video"] = "Inserir vídeo Vorbis (.ogg)"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Inserir áudio Vorbis (.ogg)"; +$a->strings["Delete Layout"] = "Deletar layout"; +$a->strings["Hub not found."] = "O hub não foi encontrado."; +$a->strings["Fetching URL returns error: %1\$s"] = "Carregar o URL retorna o erro: %1\$s"; +$a->strings["Tag removed"] = "A etiqueta foi removida"; +$a->strings["Remove Item Tag"] = "Remover a etiqueta de item"; +$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: "; +$a->strings["Remove"] = "Remover"; +$a->strings["Add a Channel"] = "Adicionar um canal"; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Um canal é uma coleção sua de páginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fóruns, páginas de celebridades, e muito mais. Você pode criar tantos canais quanto seu provedor de serviço permita."; +$a->strings["Channel Name"] = "Nome do canal"; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\""; +$a->strings["Choose a short nickname"] = "Escolha um apelido curto"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros."; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Ou <a href=\"import\">importe um canal existente</a> de outro local"; +$a->strings["Create"] = "Criar"; +$a->strings["Public Sites"] = "Sites públicos"; +$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Os sites listados permitem ao público geral registrar contas na Red Matrix. Todos os sites na matrix são interligados, portanto ser membro em qualquer um deles te torna membro na matrix como um todo. Alguns sites podem solicitar uma assinatura ou prover planos em níveis. Os links para cada provedor <strong>podem</strong> fornecer mais detalhes."; +$a->strings["Site URL"] = "URL do site"; +$a->strings["Access Type"] = "Tipo de acesso"; +$a->strings["Registration Policy"] = "Política de registro"; +$a->strings["Location"] = "Localização"; +$a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]"; +$a->strings["Collection created."] = "A coleção foi criada."; +$a->strings["Could not create collection."] = "Não foi possível criar a coleção."; +$a->strings["Collection updated."] = "Coleção atualizada"; +$a->strings["Create a collection of channels."] = "Criar uma coleção de canais."; +$a->strings["Collection Name: "] = "Nome da coleção:"; +$a->strings["Members are visible to other channels"] = "Membros são visíveis para outros canais"; +$a->strings["Collection removed."] = "Coleção removida."; +$a->strings["Unable to remove collection."] = "Não foi possível remover a coleção."; +$a->strings["Collection Editor"] = "Editor de coleção"; +$a->strings["Members"] = "Membros"; +$a->strings["All Connected Channels"] = "Todas os canais conectados"; +$a->strings["Click on a channel to add or remove."] = "Clique em um canal para adicionar ou remover."; +$a->strings["Thing updated"] = "A coisa foi atualizada"; +$a->strings["Object store: failed"] = "Armazenamento do objeto: falhou"; +$a->strings["Thing added"] = "A coisa foi adicionada"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Exibir coisa"; +$a->strings["item not found."] = "o item não foi encontrado"; +$a->strings["Edit Thing"] = "Editar coisa"; +$a->strings["Select a profile"] = "Selecione um perfil"; +$a->strings["Select a category of stuff. e.g. I ______ something"] = "Escolha uma categoria de coisas. e.g. Eu ______ algo"; +$a->strings["Post an activity"] = "Publique uma atividade"; +$a->strings["Only sends to viewers of the applicable profile"] = "Envia apenas para a audiência do perfil aplicável"; +$a->strings["Name of thing e.g. something"] = "Nome da coisa e.g. coisinha"; +$a->strings["URL of thing (optional)"] = "URL da coisa (opcional)"; +$a->strings["URL for photo of thing (optional)"] = "URL para foto da coisa (opcional)"; +$a->strings["Add Thing to your Profile"] = "Adicionar a coisa ao seu perfil"; +$a->strings["Invalid request identifier."] = "Identificador de solicitação inválido"; +$a->strings["Discard"] = "Descartar"; +$a->strings["Ignore"] = "Ignorar"; +$a->strings["No more system notifications."] = "Sem novas notificações do sistema."; +$a->strings["System Notifications"] = "Notificações do sistema"; +$a->strings["Invalid item."] = "Item inválido."; +$a->strings["Page not found."] = "Página não encontrada."; +$a->strings["Messages"] = "Mensagens"; +$a->strings["Conversation removed."] = "A conversa foi removida."; +$a->strings["No messages."] = "Nenhuma mensagem."; +$a->strings["Delete message"] = "Excluir a mensagem"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Edit post"] = "Editar a publicação"; +$a->strings["Finding:"] = "Pesquisando:"; +$a->strings["next page"] = "próxima página"; +$a->strings["previous page"] = "página anterior"; +$a->strings["No entries (some entries may be hidden)."] = "Nenhuma entrada (algumas entradas podem estar escondidas)."; $a->strings["Menu not found."] = "O menu não foi encontrado."; $a->strings["Menu element updated."] = "O elemento de menu foi atualizado."; $a->strings["Unable to update menu element."] = "Não foi possível atualizar o elemento de menu."; $a->strings["Menu element added."] = "O elemento de menu foi adicionado."; $a->strings["Unable to add menu element."] = "Não foi possível adicionar o elemento de menu."; -$a->strings["Not found."] = "Não encontrado."; $a->strings["Manage Menu Elements"] = "Administrar elementos de menu"; $a->strings["Edit menu"] = "Editar menu"; $a->strings["Edit element"] = "Editar elemento"; @@ -798,185 +905,77 @@ $a->strings["Use Red magic-auth if available"] = "Usar <em>Red magic-auth</em> s $a->strings["Open link in new window"] = "Abrir link em uma nova janela"; $a->strings["Order in list"] = "Ordem na lista"; $a->strings["Higher numbers will sink to bottom of listing"] = "Números mais altos descem para o fim da lista"; -$a->strings["Create"] = "Criar"; $a->strings["Menu item not found."] = "O item de menu não foi encontrado."; $a->strings["Menu item deleted."] = "O item de menu foi deletado."; $a->strings["Menu item could not be deleted."] = "Não foi possível deletar o item de menu."; $a->strings["Edit Menu Element"] = "Editar elemento de menu"; $a->strings["Modify"] = "Modificar"; -$a->strings["sent you a private message"] = "lhe enviou uma mensagem privada"; -$a->strings["added your channel"] = "adicionou seu canal"; -$a->strings["posted an event"] = "publicou um evento"; -$a->strings["network"] = "+ rede"; -$a->strings["Theme settings updated."] = "As configurações de tema foram atualizadas."; -$a->strings["Site"] = "Site"; -$a->strings["Accounts"] = "Contas"; -$a->strings["Channels"] = "Canais"; -$a->strings["Plugins"] = "Plugins"; -$a->strings["Themes"] = "Temas"; -$a->strings["Server"] = "Servidor"; -$a->strings["DB updates"] = "Atualizações do Banco de Dados"; -$a->strings["Logs"] = "Logs"; -$a->strings["Plugin Features"] = "Recursos dos plugins"; -$a->strings["User registrations waiting for confirmation"] = "Registros de usuário aguardando confirmação"; -$a->strings["Message queues"] = "Filas de mensagem"; -$a->strings["Administration"] = "Administração"; -$a->strings["Summary"] = "Resumo"; -$a->strings["Registered users"] = "Usuários registrados"; -$a->strings["Pending registrations"] = "Registros pendentes"; -$a->strings["Version"] = "Versão"; -$a->strings["Active plugins"] = "Plugins ativos"; -$a->strings["Site settings updated."] = "As configurações de site foram atualizadas."; -$a->strings["No special theme for mobile devices"] = "Sem tema especial para aparelhos móveis"; -$a->strings["No special theme for accessibility"] = "Sem tema especial para acessibilidade"; -$a->strings["No"] = "Não"; -$a->strings["Yes - with approval"] = "Sim - pendente aprovação"; -$a->strings["Yes"] = "Sim"; -$a->strings["My site is not a public server"] = "Meu site não é um servidor público"; -$a->strings["My site has paid access only"] = "Meu site oferece somente acesso pago"; -$a->strings["My site has free access only"] = "Meu site oferece somente acesso gratuito"; -$a->strings["My site offers free accounts with optional paid upgrades"] = "Meu site oferece contas gratuitas com recursos adicionais pagos"; -$a->strings["Registration"] = "Registro"; -$a->strings["File upload"] = "Carregamento de arquivos"; -$a->strings["Policies"] = "Políticas"; -$a->strings["Site name"] = "Nome do site"; -$a->strings["Banner/Logo"] = "Cartaz/Logo"; -$a->strings["Administrator Information"] = "Informações do Administrador"; -$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Informações de contato com administradores do site. Exibida na página siteinfo. BBCode pode ser usado aqui."; -$a->strings["System language"] = "Idioma do sistema"; -$a->strings["System theme"] = "Tema do sistema"; -$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a href='#' id='cnftheme'>mudar configurações do tema</a>"; -$a->strings["Mobile system theme"] = "Tema do sistema móvel"; -$a->strings["Theme for mobile devices"] = "Tema para dispositivos móveis"; -$a->strings["Accessibility system theme"] = "Tema do sistema acessível"; -$a->strings["Accessibility theme"] = "Tema acessível"; -$a->strings["Channel to use for this website's static pages"] = "Canal a utilizar para as páginas estáticas desse website"; -$a->strings["Site Channel"] = "Canal do site"; -$a->strings["Maximum image size"] = "Tamanho máximo de imagens"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando sem limites."; -$a->strings["Does this site allow new member registration?"] = "Este site permite o registro de novos membros?"; -$a->strings["Which best describes the types of account offered by this hub?"] = "Qual descreve melhor os tipos de conta oferecidas por este hub?"; -$a->strings["Register text"] = "Texto de registro"; -$a->strings["Will be displayed prominently on the registration page."] = "Será exibido proeminentemente na página de registro."; -$a->strings["Accounts abandoned after x days"] = "Contas abandonadas após x dias"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Não gastará recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo."; -$a->strings["Allowed friend domains"] = "Domínios permitidos para amigos"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista, separada por vírgulas, de domínios permitidos para estabelecer amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio"; -$a->strings["Allowed email domains"] = "Domínios permitidos de e-mail"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio"; -$a->strings["Block public"] = "Bloquear público"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marque para bloquear o acesso público a todas as páginas pessoais que seriam públicas, a não ser que se esteja autenticado."; -$a->strings["Force publish"] = "Forçar publicação"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marque para forçar todos os perfis neste site a aparecerem listados no diretório do site."; -$a->strings["Disable discovery tab"] = "Desabilitar a aba \"Descubra\""; -$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Remove da visualização de rede a aba com conteúdos públicos obtidos de fontes escolhidas para esse site."; -$a->strings["No login on Homepage"] = "Sem formulário de autenticação na página inicial"; -$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Marque para esconder o formulário de autenticação da página inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando você inclui os conteúdos da página inicial através do canal do site)."; -$a->strings["Proxy user"] = "Usuário do proxy"; -$a->strings["Proxy URL"] = "URL do proxy"; -$a->strings["Network timeout"] = "Timeout da rede"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor em segundos. Use 0 para ilimitado (não recomendado)."; -$a->strings["Delivery interval"] = "Intervalo de entrega"; -$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Atrase os processos de entrega em segundo plano por este número de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados."; -$a->strings["Poll interval"] = "Intervalo de coleta"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Atrase os processos de coleta em segundo plano por este número de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega."; -$a->strings["Maximum Load Average"] = "Carga média máxima"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima do sistema antes de adiar processos de entrega e coleta - padrão 50."; -$a->strings["No server found"] = "Nenhum servidor foi encontrado"; -$a->strings["ID"] = "ID"; -$a->strings["for channel"] = "para o canal"; -$a->strings["on server"] = "no servidor"; -$a->strings["Status"] = "Status"; -$a->strings["Update has been marked successful"] = "A atualização foi designada bem sucedida"; -$a->strings["Executing %s failed. Check system logs."] = "Execução de %s falhou. Verifique os logs do sistema."; -$a->strings["Update %s was successfully applied."] = "A atualização %s foi aplicada com sucesso."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "A atualização %s não retornou um status. Situação incerta quando ao seu sucesso."; -$a->strings["Update function %s could not be found."] = "A função de atualização %s não foi encontrada."; -$a->strings["No failed updates."] = "Nenhuma falha nas atualizações."; -$a->strings["Failed Updates"] = "Falha nas atualizações"; -$a->strings["Mark success (if update was manually applied)"] = "Marque sucesso (se a atualização foi aplicada manualmente)"; -$a->strings["Attempt to execute this update step automatically"] = "Tente executar este passo da atualização automaticamente"; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s usuário foi bloqueado/desbloqueado", - 1 => "%s usuários foram bloqueados/desbloqueados", -); -$a->strings["%s user deleted"] = array( - 0 => "%s usuário foi deletado", - 1 => "%s usuários foram deletados", -); -$a->strings["Account not found"] = "A conta não foi encontrada"; -$a->strings["User '%s' deleted"] = "O usuário/a '%s' foi deletado/a"; -$a->strings["User '%s' unblocked"] = "O usuário/a '%s' foi desbloqueado/a"; -$a->strings["User '%s' blocked"] = "O usuário/a '%s' foi bloqueado/a"; -$a->strings["Users"] = "Usuários"; -$a->strings["select all"] = "selecionar tudo"; -$a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação"; -$a->strings["Request date"] = "Data de requisição"; -$a->strings["No registrations."] = "Nenhum registro."; -$a->strings["Approve"] = "Aprovar"; -$a->strings["Deny"] = "Negar"; -$a->strings["Block"] = "Bloquear"; -$a->strings["Unblock"] = "Desbloquear"; -$a->strings["Register date"] = "Data de registro"; -$a->strings["Last login"] = "Última autenticação"; -$a->strings["Expires"] = "Expira"; -$a->strings["Service Class"] = "Classe de serviço"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?"; -$a->strings["%s channel censored/uncensored"] = array( - 0 => "%s canal censurado/descensurado", - 1 => "%s canais censurados/descensurados", -); -$a->strings["%s channel deleted"] = array( - 0 => "%s canal deletado", - 1 => "%s canais deletados", -); -$a->strings["Channel not found"] = "Canal não encontrado"; -$a->strings["Channel '%s' deleted"] = "Canal '%s' deletado"; -$a->strings["Channel '%s' uncensored"] = "Canal '%s' não censurado"; -$a->strings["Channel '%s' censored"] = "Canal '%s' censurado"; -$a->strings["Censor"] = "Censurar"; -$a->strings["Uncensor"] = "Não censurar"; -$a->strings["UID"] = "UID"; -$a->strings["Name"] = "Nome"; -$a->strings["Address"] = "Endereço"; -$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?"; -$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse site será permanentemente deletado!\\n\\nVocê tem certeza?"; -$a->strings["Plugin %s disabled."] = "Plugin %s desabilitado."; -$a->strings["Plugin %s enabled."] = "Plugin %s habilitado."; -$a->strings["Disable"] = "Desabilitar"; -$a->strings["Enable"] = "Habilitar"; -$a->strings["Toggle"] = "Alternar"; -$a->strings["Author: "] = "Autor:"; -$a->strings["Maintainer: "] = "Mantenedor:"; -$a->strings["No themes found."] = "Nenhum tema foi encontrado."; -$a->strings["Screenshot"] = "Captura de tela"; -$a->strings["[Experimental]"] = "[Experimental]"; -$a->strings["[Unsupported]"] = "[Desassistido]"; -$a->strings["Log settings updated."] = "As configurações de log foram atualizadas."; -$a->strings["Clear"] = "Limpar"; -$a->strings["Debugging"] = "Depuração"; -$a->strings["Log file"] = "Arquivo de log"; -$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red."; -$a->strings["Log level"] = "Nível do log"; -$a->strings["Poke/Prod"] = "Cutucar/Espetar"; -$a->strings["poke, prod or do other things to somebody"] = "Cutucar, espetar ou fazer outras coisas a alguém"; -$a->strings["Recipient"] = "Destinatário"; -$a->strings["Choose what you wish to do to recipient"] = "Escolha o que você deseja fazer com seu alvo"; -$a->strings["Make this post private"] = "Torne esta publicação privada"; -$a->strings["Authorize application connection"] = "Autorizar a conexão com a aplicação"; -$a->strings["Return to your app and insert this Securty Code:"] = "Volte para a sua aplicação e digite este código de segurança:"; -$a->strings["Please login to continue."] = "Por favor, autentique-se para continuar."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."; -$a->strings["Welcome %s. Remote authentication successful."] = "Bem vindo %s. Autenticação remota realizada com sucesso."; -$a->strings["No installed applications."] = "Não existe nenhuma aplicação instalada."; -$a->strings["Applications"] = "Aplicações"; -$a->strings["Item not available."] = "O item não está disponível."; -$a->strings["Fetching URL returns error: %1\$s"] = "Carregar o URL retorna o erro: %1\$s"; -$a->strings["Invalid item."] = "Item inválido."; -$a->strings["Channel not found."] = "O canal não foi encontrado."; -$a->strings["Page not found."] = "Página não encontrada."; +$a->strings["Continue"] = "Continuar"; +$a->strings["Premium Channel Setup"] = "Configuração de canal premium"; +$a->strings["Enable premium channel connection restrictions"] = "Habilitar restrições de canal premium para conexão"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Por favor, insira suas restrições ou condições, como um recibo de depósito, normas de conduta, etc."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Este canal pode exigir passos adicionais ou compreensão das seguintes condições antes de conectar:"; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Tentativas de conexões verão então o seguinte texto antes de prosseguir:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Ao prosseguir, eu certifico que cumpri todas as instruções exibidas nesta página."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Nenhuma instrução foi especificada pelo dono do canal.)"; +$a->strings["Restricted or Premium Channel"] = "Canal restrito ou premium"; +$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original."; +$a->strings["Empty post discarded."] = "A publicação em branco foi descartada."; +$a->strings["Executable content type not permitted to this channel."] = "Conteúdo de tipo executável não permitido para este canal."; +$a->strings["System error. Post not saved."] = "Erro no sistema. A publicação não foi salva."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Você atingiu o seu limite de %1$.0f publicações de novos tópicos."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Você atingiu o seu limite de %1$.0f páginas web."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nenhuma sugestão disponível. Se este site é novo, por favor tente novamente em 24 horas."; +$a->strings["No such group"] = "Este grupo não existe"; +$a->strings["Search Results For:"] = "Resultados da busca por:"; +$a->strings["Collection is empty"] = "A coleção está vazia"; +$a->strings["Collection: "] = "Coleção:"; +$a->strings["Connection: "] = "Conexão:"; +$a->strings["Invalid connection."] = "Conexão inválida."; +$a->strings["Version %s"] = "Versão %s"; +$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instalados:"; +$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicação instalado"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."; +$a->strings["Running at web location"] = "Sendo executado no endereço web"; +$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>."; +$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba librelist ponto com"; +$a->strings["Site Administrators"] = "Administradores do site"; +$a->strings["Bookmark added"] = "O link foi guardado"; +$a->strings["My Bookmarks"] = "Meus links guardados"; +$a->strings["My Connections Bookmarks"] = "Links guardados das minhas conexões"; +$a->strings["You must be logged in to see this page."] = "Você precisa estar autenticado para ver esta página."; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permissões insuficientes. Requisição redirecionada para a página de perfil."; +$a->strings["Layout updated."] = "Layout atualizado."; +$a->strings["Edit System Page Description"] = "Editar descrição de página do sistema"; +$a->strings["Layout not found."] = "Layout não encontrado."; +$a->strings["Module Name:"] = "Nome do módulo:"; +$a->strings["Layout Help"] = "Ajuda de layout"; +$a->strings["Unable to find your hub."] = "Não foi possível localizar seu hub."; +$a->strings["Post successful."] = "Publicado com sucesso."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está acompanhando %3\$s de %2\$s"; +$a->strings["toggle full screen mode"] = "alternar o mode de tela inteira"; +$a->strings["invalid target signature"] = "assinatura do destino inválida"; +$a->strings["Failed to create source. No channel selected."] = "Falha ao criar a fonte. Nenhum canal selecionado."; +$a->strings["Source created."] = "A fonte foi criada."; +$a->strings["Source updated."] = "A fonte foi atualizada."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Administrar as fontes remotas de conteúdo para o seu canal."; +$a->strings["New Source"] = "Nova fonte"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo ou uma seleção do conteúdo do seguinte canal para este canal, e distribuí-lo de acordo com as configurações do seu canal."; +$a->strings["Only import content with these words (one per line)"] = "Importar apenas conteúd com estas palavras (uma por linha)"; +$a->strings["Leave blank to import all public content"] = "Deixe em branco para importar todo o conteúdo público"; +$a->strings["Source not found."] = "A fonte não foi encontrada."; +$a->strings["Edit Source"] = "Editar fonte"; +$a->strings["Delete Source"] = "Deletar fonte"; +$a->strings["Source removed"] = "A fonte foi removida."; +$a->strings["Unable to remove source."] = "Não foi possível remover a fonte."; +$a->strings["Invalid profile identifier."] = "Identificador de perfil inválido."; +$a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil"; +$a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover."; +$a->strings["Visible To"] = "Visível para"; +$a->strings["All Connections"] = "Todas as conexões"; $a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas não foi possível cortá-la."; $a->strings["Image resize failed."] = "Falha ao modificar o tamanho da imagem."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Se a nova foto não aparecer imediatamente, recarregue a página segurando a tecla \"shift\" ou limpe o cache do navegador, "; @@ -997,173 +996,31 @@ $a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso. $a->strings["Image upload failed."] = "Não foi possível enviar a imagem."; $a->strings["Image size reduction [%s] failed."] = "Não foi possível reduzir o tamanho da imagem [%s]."; $a->strings["Block Name"] = "Nome do bloco"; -$a->strings["Profile not found."] = "O perfil não foi encontrado."; -$a->strings["Profile deleted."] = "O perfil foi excluído."; -$a->strings["Profile-"] = "Perfil-"; -$a->strings["New profile created."] = "O novo perfil foi criado."; -$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem."; -$a->strings["Profile Name is required."] = "É obrigatório informar o nome do perfil."; -$a->strings["Marital Status"] = "Estado civil"; -$a->strings["Romantic Partner"] = "Parceiro/a romântico/a"; -$a->strings["Likes"] = "Gosta de"; -$a->strings["Dislikes"] = "Não gosta de"; -$a->strings["Work/Employment"] = "Trabalho/Emprego"; -$a->strings["Religion"] = "Religião"; -$a->strings["Political Views"] = "Posição política"; -$a->strings["Gender"] = "Gênero"; -$a->strings["Sexual Preference"] = "Preferência sexual"; -$a->strings["Homepage"] = "Página web"; -$a->strings["Interests"] = "Interesses"; -$a->strings["Location"] = "Localização"; -$a->strings["Profile updated."] = "O perfil foi atualizado."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?"; -$a->strings["Edit Profile Details"] = "Editar os detalhes do perfil"; -$a->strings["View this profile"] = "Ver este perfil"; -$a->strings["Change Profile Photo"] = "Mudar a foto do perfil"; -$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações"; -$a->strings["Clone this profile"] = "Clonar este perfil"; -$a->strings["Delete this profile"] = "Excluir este perfil"; -$a->strings["Profile Name:"] = "Nome do perfil:"; -$a->strings["Your Full Name:"] = "Seu nome completo:"; -$a->strings["Title/Description:"] = "Título/Descrição:"; -$a->strings["Your Gender:"] = "Seu gênero:"; -$a->strings["Birthday (%s):"] = "Aniversário (%s):"; -$a->strings["Street Address:"] = "Endereço:"; -$a->strings["Locality/City:"] = "Localidade/Cidade:"; -$a->strings["Postal/Zip Code:"] = "CEP:"; -$a->strings["Country:"] = "País:"; -$a->strings["Region/State:"] = "Região/Estado:"; -$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "Estado civil <span class=\"heart\">♥</span>:"; -$a->strings["Who: (if applicable)"] = "Quem: (se aplicável)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"; -$a->strings["Since [date]:"] = "Desde [data]:"; -$a->strings["Homepage URL:"] = "Endereço do website:"; -$a->strings["Religious Views:"] = "Orientação religiosa:"; -$a->strings["Keywords:"] = "Palavras-chave:"; -$a->strings["Example: fishing photography software"] = "Exemplo: pesca fotografia software"; -$a->strings["Used in directory listings"] = "Usado em listas de diretório"; -$a->strings["Tell us about yourself..."] = "Fale um pouco sobre você..."; -$a->strings["Hobbies/Interests"] = "Hobbies/Interesses"; -$a->strings["Contact information and Social Networks"] = "Informações de contato e redes sociais"; -$a->strings["My other channels"] = "Meus outros canais"; -$a->strings["Musical interests"] = "Interesses musicais"; -$a->strings["Books, literature"] = "Livros, literatura"; -$a->strings["Television"] = "Televisão"; -$a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entretenimento"; -$a->strings["Love/romance"] = "Amor/romance"; -$a->strings["Work/employment"] = "Trabalho/emprego"; -$a->strings["School/education"] = "Escola/educação"; -$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet."; -$a->strings["Age: "] = "Idade: "; -$a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfis"; -$a->strings["Add profile things"] = "Adicionar coisas ao perfil"; -$a->strings["Include desirable objects in your profile"] = "Inclua objetos desejáveis no seu perfil"; -$a->strings["Bookmark added"] = "O link foi guardado"; -$a->strings["My Bookmarks"] = "Meus links guardados"; -$a->strings["My Connections Bookmarks"] = "Links guardados das minhas conexões"; -$a->strings["Invalid profile identifier."] = "Identificador de perfil inválido."; -$a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil"; -$a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover."; -$a->strings["Visible To"] = "Visível para"; -$a->strings["All Connections"] = "Todas as conexões"; -$a->strings["Public Sites"] = "Sites públicos"; -$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Os sites listados permitem ao público geral registrar contas na Red Matrix. Todos os sites na matrix são interligados, portanto ser membro em qualquer um deles te torna membro na matrix como um todo. Alguns sites podem solicitar uma assinatura ou prover planos em níveis. Os links para cada provedor <strong>podem</strong> fornecer mais detalhes."; -$a->strings["Site URL"] = "URL do site"; -$a->strings["Access Type"] = "Tipo de acesso"; -$a->strings["Registration Policy"] = "Política de registro"; -$a->strings["You must be logged in to see this page."] = "Você precisa estar autenticado para ver esta página."; -$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permissões insuficientes. Requisição redirecionada para a página de perfil."; -$a->strings["toggle full screen mode"] = "alternar o mode de tela inteira"; -$a->strings["Select a bookmark folder"] = "Escolha uma pasta de links onde guardar"; -$a->strings["Save Bookmark"] = "Guardar link"; -$a->strings["URL of bookmark"] = "URL do link guardado"; -$a->strings["Description"] = "Descrição"; -$a->strings["Or enter new bookmark folder name"] = "Ou digite o nome para uma nova pasta de links"; -$a->strings["Room not found"] = "Sala não encontrada"; -$a->strings["Leave Room"] = "Sair da sala"; -$a->strings["I am away right now"] = "Eu estou ausente no momento"; -$a->strings["I am online"] = "Eu estou online"; -$a->strings["Bookmark this room"] = "Guarde esta sala"; -$a->strings["New Chatroom"] = "Nova sala de bate-papo"; -$a->strings["Chatroom Name"] = "Nome da sala de bate-papo"; -$a->strings["%1\$s's Chatrooms"] = "Salas de bate-papo de %1\$s"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Número máximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhã."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar."; -$a->strings["Passwords do not match."] = "Senhas não conferem."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro."; -$a->strings["Your registration is pending approval by the site owner."] = "A aprovação do seu registro está pendente junto ao administrador do site."; -$a->strings["Your registration can not be processed."] = "Não foi possível processar o seu registro."; -$a->strings["Registration on this site/hub is by approval only."] = "O registro neste site/hub requer aprovação."; -$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este site excedeu o número máximo de registros de novas contas. Por favor, tente novamente amanhã."; -$a->strings["Terms of Service"] = "Termos de Serviço"; -$a->strings["I accept the %s for this website"] = "Eu aceito os %s deste website."; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Eu sou maior de 13 anos e aceito os %s deste website"; -$a->strings["Membership on this site is by invitation only."] = "Novas contas neste site se dão apenas por convite."; -$a->strings["Please enter your invitation code"] = "Por favor, digite o código do seu convite"; -$a->strings["Your email address"] = "Seu endereço de e-mail"; -$a->strings["Choose a password"] = "Escolha uma senha"; -$a->strings["Please re-enter your password"] = "Por favor, digite sua senha novamente"; -$a->strings["Away"] = "Ausente"; -$a->strings["Online"] = "Online"; -$a->strings["Please login."] = "Por favor, autentique-se."; -$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++"; -$a->strings["Remove This Channel"] = "Remover este canal"; -$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo."; -$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:"; -$a->strings["Remove this channel and all its clones from the network"] = "Remover este canal e todos os seus clones da rede"; -$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por padrão, apenas a instância do canal localizada neste hub será removida da rede"; -$a->strings["Remove Channel"] = "Remover canal"; -$a->strings["No channel."] = "Nenhum canal."; -$a->strings["Common connections"] = "Conexões em comum"; -$a->strings["No connections in common."] = "Nenhuma conexão em comum."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos um problema ao entrar com a OpenID fornecida. Por favor, verifique se digitou corretamente a ID."; -$a->strings["The error message was:"] = "A mensagem de erro foi:"; -$a->strings["Authentication failed."] = "A autenticação falhou."; -$a->strings["Remote Authentication"] = "Autenticação remota"; -$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Entre o endereço do seu canal (e.g. canal@exemplo.com)"; -$a->strings["Authenticate"] = "Autenticar"; -$a->strings["Continue"] = "Continuar"; -$a->strings["Premium Channel Setup"] = "Configuração de canal premium"; -$a->strings["Enable premium channel connection restrictions"] = "Habilitar restrições de canal premium para conexão"; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Por favor, insira suas restrições ou condições, como um recibo de depósito, normas de conduta, etc."; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Este canal pode exigir passos adicionais ou compreensão das seguintes condições antes de conectar:"; -$a->strings["Potential connections will then see the following text before proceeding:"] = "Tentativas de conexões verão então o seguinte texto antes de prosseguir:"; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Ao prosseguir, eu certifico que cumpri todas as instruções exibidas nesta página."; -$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Nenhuma instrução foi especificada pelo dono do canal.)"; -$a->strings["Restricted or Premium Channel"] = "Canal restrito ou premium"; -$a->strings["No such group"] = "Este grupo não existe"; -$a->strings["Search Results For:"] = "Resultados da busca por:"; -$a->strings["Collection is empty"] = "A coleção está vazia"; -$a->strings["Collection: "] = "Coleção:"; -$a->strings["Connection: "] = "Conexão:"; -$a->strings["Invalid connection."] = "Conexão inválida."; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."; +$a->strings["Welcome %s. Remote authentication successful."] = "Bem vindo %s. Autenticação remota realizada com sucesso."; +$a->strings["Permission Denied."] = "Permissão negada."; +$a->strings["File not found."] = "O arquivo não foi encontrado."; +$a->strings["Edit file permissions"] = "Editar permissões do arquivo"; +$a->strings["Set/edit permissions"] = "Definir/editar permissões"; +$a->strings["Include all files and sub folders"] = "Incluir todos os arquivos e subpastas"; +$a->strings["Return to file list"] = "Retornar à lista de arquivos"; +$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/colar este código para anexar um arquivo a uma publicação"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/colar este URL para linkar para o arquivo em uma página web"; +$a->strings["Download"] = "Baixar"; +$a->strings["Used: "] = "Utilizado:"; +$a->strings["[directory]"] = "[diretório]"; +$a->strings["Limit: "] = "Limite:"; +$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota."; +$a->strings["Visible to:"] = "Visível para:"; +$a->strings["Contact not found."] = "O contato não foi encontrado."; +$a->strings["Friend suggestion sent."] = "Sugestão de amizade enviada."; +$a->strings["Suggest Friends"] = "Sugerir amigos"; +$a->strings["Suggest a friend for %s"] = "Sugerir um amigo para %s"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetou %3\$s de %2\$s com %4\$s"; $a->strings["Could not access contact record."] = "Não foi possível acessar o registro do contato."; $a->strings["Could not locate selected profile."] = "Não foi possível localizar o perfil selecionado."; $a->strings["Connection updated."] = "A conexão foi atualizada."; $a->strings["Failed to update connection record."] = "Não foi possível atualizar o registro da conexão."; -$a->strings["Blocked"] = "Bloqueado"; -$a->strings["Ignored"] = "Ignorado"; -$a->strings["Hidden"] = "Oculto"; -$a->strings["Archived"] = "Arquivado"; -$a->strings["All"] = "Todos"; -$a->strings["Unconnected"] = "Não conectado"; -$a->strings["Suggest new connections"] = "Sugerir novas conexões"; -$a->strings["New Connections"] = "Novas conexões"; -$a->strings["Show pending (new) connections"] = "Exibir conexões pendentes (novas)"; -$a->strings["Show all connections"] = "Exibir todas as conexões"; -$a->strings["Unblocked"] = "Não bloqueado"; -$a->strings["Only show unblocked connections"] = "Exibir apenas conexões não bloqueadas"; -$a->strings["Only show blocked connections"] = "Exibir apenas conexões bloqueadas"; -$a->strings["Only show ignored connections"] = "Exibir apenas conexões ignoradas"; -$a->strings["Only show archived connections"] = "Exibir apenas conexões arquivadas"; -$a->strings["Only show hidden connections"] = "Exibir apenas conexões ocultas"; -$a->strings["Only show one-way connections"] = "Exibir apenas conexões de mão única"; -$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit contact"] = "Editar o contato"; -$a->strings["Search your connections"] = "Pesquisar em suas conexões"; -$a->strings["Finding: "] = "Pesquisando: "; -$a->strings["Edit post"] = "Editar a publicação"; $a->strings["Could not access address book record."] = "Não foi possível acessar o registro do contato."; $a->strings["Refresh failed - channel is currently unavailable."] = "A atualização falhou - o canal está indisponível no momento."; $a->strings["Channel has been unblocked"] = "O canal foi desbloqueado"; @@ -1183,9 +1040,10 @@ $a->strings["Refresh Permissions"] = "Atualizar permissões"; $a->strings["Fetch updated permissions"] = "Buscar as permissões atualizadas"; $a->strings["Recent Activity"] = "Atividades recentes"; $a->strings["View recent posts and comments"] = "Exibir publicações e comentários recentes"; +$a->strings["Unblock"] = "Desbloquear"; +$a->strings["Block"] = "Bloquear"; $a->strings["Block or Unblock this connection"] = "Bloquear ou desbloquear esta conexão"; $a->strings["Unignore"] = "Não ignorar"; -$a->strings["Ignore"] = "Ignorar"; $a->strings["Ignore or Unignore this connection"] = "Ignorar ou deixar de ignorar esta conexão"; $a->strings["Unarchive"] = "Não arquivar"; $a->strings["Archive"] = "Arquivar"; @@ -1194,7 +1052,6 @@ $a->strings["Unhide"] = "Não ocultar"; $a->strings["Hide"] = "Ocultar"; $a->strings["Hide or Unhide this connection"] = "Ocultar ou deixar de ocultar esta conexão"; $a->strings["Delete this connection"] = "Deletar esta conexão"; -$a->strings["Unknown"] = "Desconhecidos"; $a->strings["Approve this connection"] = "Aprovar esta conexão"; $a->strings["Accept connection to allow communication"] = "Aceite a conexão para permitir comunicação"; $a->strings["Automatic Permissions Settings"] = "Configurações de permissão automáticas"; @@ -1235,31 +1092,18 @@ $a->strings["Currently archived"] = "Atualmente arquivado"; $a->strings["Currently pending"] = "Atualmente pendente"; $a->strings["Hide this contact from others"] = "Esconda este contato dos demais"; $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Respostas/reações às suas publicações públicas <strong>podem</strong> continuar visíveis."; -$a->strings["No potential page delegates located."] = "Nenhum potencial delegado para páginas localizado."; -$a->strings["Delegate Page Management"] = "Delegar administração de página"; -$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."] = "Delegados podem administrar todos os aspectos desta conta/página exceto pelas configurações básicas da conta. Por favor, não delegue sua conta pessoal para alguém que você não confie completamente."; -$a->strings["Existing Page Managers"] = "Atuais administradores da página"; -$a->strings["Existing Page Delegates"] = "Atuais delegados da página"; -$a->strings["Potential Delegates"] = "Potenciais delegados"; -$a->strings["Remove"] = "Remover"; -$a->strings["Add"] = "Adicionar"; -$a->strings["No entries."] = "Sem entradas."; -$a->strings["Public access denied."] = "Acesso público negado."; -$a->strings["Gender: "] = "Gênero: "; -$a->strings["Finding:"] = "Pesquisando:"; -$a->strings["next page"] = "próxima página"; -$a->strings["previous page"] = "página anterior"; -$a->strings["No entries (some entries may be hidden)."] = "Nenhuma entrada (algumas entradas podem estar escondidas)."; -$a->strings["Status: "] = "Status:"; -$a->strings["Sexual Preference: "] = "Preferência sexual:"; -$a->strings["Homepage: "] = "Website:"; -$a->strings["Hometown: "] = "Cidade natal:"; -$a->strings["About: "] = "Sobre:"; -$a->strings["Keywords: "] = "Palavras-chave:"; $a->strings["This site is not a directory server"] = "Este site não é um servidor de diretório"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos um problema ao entrar com a OpenID fornecida. Por favor, verifique se digitou corretamente a ID."; +$a->strings["The error message was:"] = "A mensagem de erro foi:"; +$a->strings["Authentication failed."] = "A autenticação falhou."; +$a->strings["Remote Authentication"] = "Autenticação remota"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Entre o endereço do seu canal (e.g. canal@exemplo.com)"; +$a->strings["Authenticate"] = "Autenticar"; +$a->strings["Item not available."] = "O item não está disponível."; +$a->strings["Item is not editable"] = "O item não está editável"; +$a->strings["Delete item?"] = "Deletar item?"; $a->strings["Name is required"] = "O nome é obrigatório"; $a->strings["Key and Secret are required"] = "A chave e o segredo são obrigatórios"; -$a->strings["Update"] = "Atualizar"; $a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada."; $a->strings["Password changed."] = "A senha foi modificada."; @@ -1269,6 +1113,7 @@ $a->strings["Protected email address. Cannot change to that email."] = "Endereç $a->strings["System failure storing new email. Please try again."] = "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente."; $a->strings["Settings updated."] = "As configurações foram atualizadas."; $a->strings["Add application"] = "Adicionar aplicação"; +$a->strings["Name"] = "Nome"; $a->strings["Name of application"] = "Nome da aplicação"; $a->strings["Consumer Key"] = "Chave de consumidor"; $a->strings["Automatically generated - change if desired. Max length 20"] = "Gerado automaticamente - troque se desejável. Comprimento máximo 20"; @@ -1296,6 +1141,7 @@ $a->strings["Off"] = "Desligado"; $a->strings["On"] = "Ligado"; $a->strings["Additional Features"] = "Recursos adicionais"; $a->strings["Connector Settings"] = "Configurações do conector"; +$a->strings["No special theme for mobile devices"] = "Sem tema especial para aparelhos móveis"; $a->strings["Display Settings"] = "Configurações de exibição"; $a->strings["Display Theme:"] = "Tema do perfil:"; $a->strings["Mobile Theme:"] = "Tema móvel:"; @@ -1429,11 +1275,11 @@ $a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 tem permissão d $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"] = "A Red usa o diretório store para salvar arquivos carregados. O servidor web necessita de permissão de escrita no diretório store dentro do diretório raiz da Red"; $a->strings["store is writable"] = "store tem permissão de escrita"; $a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Não foi possível validar o certificado SSL. Corrija o certificado ou desabilite o acesso via https ao site."; -$a->strings["If you use https access, you MUST use a certification instance known by all internet browsers. You MUST NOT use self-signed certificates!"] = "Se você utiliza acesso https, você DEVE usar uma instância de certificação reconhecida por todos os navegadores de internet. Você NÃO DEVE usar certificados assinados por você mesmo!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub. If your"] = "Essa restrição é incorporada porque publicações públicas de você podem por exemplo conter referências a imagens no seu próprio hub. Se seu"; -$a->strings["certificate is not known by the internet browser of users they get a warning message complaining about some security issues. Although"] = "certificado não é conhecido pelo navegador de internet do usuário eles receberão um alerta reclamando de alguns problemas de segurança. Apesar"; -$a->strings["these complains are not the real truth - there are no security issues with your encryption! - the users may be confused, nerved or even"] = "dessas reclamações não serem a real verdade - não há problemas de segurança com sua encriptação! - os usuários podem ser confundidos, enervados ou pior"; -$a->strings["worse may become scared about redmatrix having security issues. Use one of the free certification instances!"] = "ainda podem ficar com medo da redmatrix ter problemas de segurança. Use uma das instâncias certificadoras gratuitas!"; +$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 você oferece acesso https ao seu website ou permite conexões na porta TCP 443 (a porta https:), você DEVE usar um certificado reconhecido pelos navegadores. Você NÃO DEVE usar certificados assinados por você mesmo!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Essa restrição é incorporada porque publicações públicas suas podem, por exemplo, conter referências a imagens no seu próprio hub."; +$a->strings["If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se seu certificado não for reconhecido, membros de outros sites (que podem ter certificados válidos) receberão uma mensagem de aviso nos seus próprios sites reclamando de problemas de segurança."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Isso pode causar problemas de usabilidade (não só no seu site) então nós precisamos insistir nesse requisito."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Existem provedores que disponibilizam gratuitamente certificados reconhecidos por navegadores."; $a->strings["SSL certificate validation"] = "Validação do certificado SSL"; $a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "A reescrita de URLs não está funcionando no .htaccess. Verifique as configurações do servidor."; $a->strings["Url rewrite is working"] = "A reescrita de URLs está funcionando"; @@ -1441,36 +1287,6 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ $a->strings["Errors encountered creating database tables."] = "Foram encontrados erros durante a criação das tabelas do banco de dados."; $a->strings["<h1>What next</h1>"] = "<h1>Próximos passos</h1>"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o coletor."; -$a->strings["Item not found"] = "O item não foi encontrado"; -$a->strings["Edit Block"] = "Editar bloco"; -$a->strings["Delete block?"] = "Deletar bloco?"; -$a->strings["Insert YouTube video"] = "Inserir vídeo do YouTube"; -$a->strings["Insert Vorbis [.ogg] video"] = "Inserir vídeo Vorbis (.ogg)"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Inserir áudio Vorbis (.ogg)"; -$a->strings["Delete Block"] = "Deletar bloco"; -$a->strings["Layout updated."] = "Layout atualizado."; -$a->strings["Edit System Page Description"] = "Editar descrição de página do sistema"; -$a->strings["Layout not found."] = "Layout não encontrado."; -$a->strings["Module Name:"] = "Nome do módulo:"; -$a->strings["Layout Help"] = "Ajuda de layout"; -$a->strings["Edit Layout"] = "Editar layout"; -$a->strings["Delete layout?"] = "Deletar layout?"; -$a->strings["Delete Layout"] = "Deletar layout"; -$a->strings["Item is not editable"] = "O item não está editável"; -$a->strings["Delete item?"] = "Deletar item?"; -$a->strings["Edit Webpage"] = "Editar página web"; -$a->strings["Delete webpage?"] = "Deletar página web?"; -$a->strings["Delete Webpage"] = "Deletar página web"; -$a->strings["Version %s"] = "Versão %s"; -$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instalados:"; -$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicação instalado"; -$a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."; -$a->strings["Running at web location"] = "Sendo executado no endereço web"; -$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>."; -$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em"; -$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba librelist ponto com"; -$a->strings["Site Administrators"] = "Administradores do site"; $a->strings["Event title and start time are required."] = "O título do evento e a hora de início são obrigatórios."; $a->strings["l, F j"] = "l, F j"; $a->strings["Edit event"] = "Editar o evento"; @@ -1487,75 +1303,95 @@ $a->strings["Adjust for viewer timezone"] = "Ajustar para o fuso horário do vis $a->strings["Description:"] = "Descrição:"; $a->strings["Title:"] = "Título:"; $a->strings["Share this event"] = "Compartilhar este evento"; -$a->strings["Failed to create source. No channel selected."] = "Falha ao criar a fonte. Nenhum canal selecionado."; -$a->strings["Source created."] = "A fonte foi criada."; -$a->strings["Source updated."] = "A fonte foi atualizada."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Administrar as fontes remotas de conteúdo para o seu canal."; -$a->strings["New Source"] = "Nova fonte"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo ou uma seleção do conteúdo do seguinte canal para este canal, e distribuí-lo de acordo com as configurações do seu canal."; -$a->strings["Only import content with these words (one per line)"] = "Importar apenas conteúd com estas palavras (uma por linha)"; -$a->strings["Leave blank to import all public content"] = "Deixe em branco para importar todo o conteúdo público"; -$a->strings["Channel Name"] = "Nome do canal"; -$a->strings["Source not found."] = "A fonte não foi encontrada."; -$a->strings["Edit Source"] = "Editar fonte"; -$a->strings["Delete Source"] = "Deletar fonte"; -$a->strings["Source removed"] = "A fonte foi removida."; -$a->strings["Unable to remove source."] = "Não foi possível remover a fonte."; -$a->strings["- select -"] = "- selecionar -"; -$a->strings["Permission Denied."] = "Permissão negada."; -$a->strings["File not found."] = "O arquivo não foi encontrado."; -$a->strings["Edit file permissions"] = "Editar permissões do arquivo"; -$a->strings["Set/edit permissions"] = "Definir/editar permissões"; -$a->strings["Include all files and sub folders"] = "Incluir todos os arquivos e subpastas"; -$a->strings["Return to file list"] = "Retornar à lista de arquivos"; -$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/colar este código para anexar um arquivo a uma publicação"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/colar este URL para linkar para o arquivo em uma página web"; -$a->strings["Download"] = "Baixar"; -$a->strings["Used: "] = "Utilizado:"; -$a->strings["[directory]"] = "[diretório]"; -$a->strings["Limit: "] = "Limite:"; -$a->strings["Channel added."] = "Canal adicionado."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está acompanhando %3\$s de %2\$s"; -$a->strings["Contact not found."] = "O contato não foi encontrado."; -$a->strings["Friend suggestion sent."] = "Sugestão de amizade enviada."; -$a->strings["Suggest Friends"] = "Sugerir amigos"; -$a->strings["Suggest a friend for %s"] = "Sugerir um amigo para %s"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nenhuma sugestão disponível. Se este site é novo, por favor tente novamente em 24 horas."; -$a->strings["Collection created."] = "A coleção foi criada."; -$a->strings["Could not create collection."] = "Não foi possível criar a coleção."; -$a->strings["Collection updated."] = "Coleção atualizada"; -$a->strings["Create a collection of channels."] = "Criar uma coleção de canais."; -$a->strings["Collection Name: "] = "Nome da coleção:"; -$a->strings["Members are visible to other channels"] = "Membros são visíveis para outros canais"; -$a->strings["Collection removed."] = "Coleção removida."; -$a->strings["Unable to remove collection."] = "Não foi possível remover a coleção."; -$a->strings["Collection Editor"] = "Editor de coleção"; -$a->strings["Members"] = "Membros"; -$a->strings["All Connected Channels"] = "Todas os canais conectados"; -$a->strings["Click on a channel to add or remove."] = "Clique em um canal para adicionar ou remover."; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetou %3\$s de %2\$s com %4\$s"; +$a->strings["Page owner information could not be retrieved."] = "As informações do dono da pagina não puderam ser obtidas."; +$a->strings["Album not found."] = "O álbum não foi encontrado."; +$a->strings["Delete Album"] = "Excluir o álbum"; +$a->strings["Delete Photo"] = "Excluir a foto"; +$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto"; +$a->strings["Access to this item is restricted."] = "O acesso a este item está restrito."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos."; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Você usou %1$.2f Mbytes de armazenamento de fotos."; +$a->strings["Upload Photos"] = "Enviar fotos"; +$a->strings["New album name: "] = "Novo nome de álbum: "; +$a->strings["or existing album name: "] = "ou nome de um álbum já existente: "; +$a->strings["Do not show a status post for this upload"] = "Não exibir uma publicação de status para este carregamento"; +$a->strings["Contact Photos"] = "Fotos dos contatos"; +$a->strings["Edit Album"] = "Editar o álbum"; +$a->strings["Show Newest First"] = "Exibir primeiro os mais recentes"; +$a->strings["Show Oldest First"] = "Exibir primeiro os mais antigos"; +$a->strings["View Photo"] = "Ver a foto"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. Acesso a este item pode estar restrito."; +$a->strings["Photo not available"] = "A foto não está disponível"; +$a->strings["Use as profile photo"] = "Usar como uma foto de perfil"; +$a->strings["View Full Size"] = "Ver no tamanho real"; +$a->strings["Edit photo"] = "Editar a foto"; +$a->strings["Rotate CW (right)"] = "Rotacionar H (horário)"; +$a->strings["Rotate CCW (left)"] = "Rotacionar AH (anti-horário)"; +$a->strings["New album name"] = "Novo nome para o álbum"; +$a->strings["Caption"] = "Legenda"; +$a->strings["Add a Tag"] = "Adicionar uma etiqueta"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"; +$a->strings["In This Photo:"] = "Nesta foto:"; +$a->strings["View Album"] = "Ver álbum"; +$a->strings["Recent Photos"] = "Fotos recentes"; $a->strings["Help:"] = "Ajuda:"; $a->strings["Not Found"] = "Não encontrada"; -$a->strings["Tag removed"] = "A etiqueta foi removida"; -$a->strings["Remove Item Tag"] = "Remover a etiqueta de item"; -$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: "; -$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s"; -$a->strings["Thing updated"] = "A coisa foi atualizada"; -$a->strings["Object store: failed"] = "Armazenamento do objeto: falhou"; -$a->strings["Thing added"] = "A coisa foi adicionada"; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; -$a->strings["Show Thing"] = "Exibir coisa"; -$a->strings["item not found."] = "o item não foi encontrado"; -$a->strings["Edit Thing"] = "Editar coisa"; -$a->strings["Select a profile"] = "Selecione um perfil"; -$a->strings["Select a category of stuff. e.g. I ______ something"] = "Escolha uma categoria de coisas. e.g. Eu ______ algo"; -$a->strings["Post an activity"] = "Publique uma atividade"; -$a->strings["Only sends to viewers of the applicable profile"] = "Envia apenas para a audiência do perfil aplicável"; -$a->strings["Name of thing e.g. something"] = "Nome da coisa e.g. coisinha"; -$a->strings["URL of thing (optional)"] = "URL da coisa (opcional)"; -$a->strings["URL for photo of thing (optional)"] = "URL para foto da coisa (opcional)"; -$a->strings["Add Thing to your Profile"] = "Adicionar a coisa ao seu perfil"; +$a->strings["sent you a private message"] = "lhe enviou uma mensagem privada"; +$a->strings["added your channel"] = "adicionou seu canal"; +$a->strings["posted an event"] = "publicou um evento"; +$a->strings["No valid account found."] = "Não foi encontrada uma conta válida."; +$a->strings["Password reset request issued. Check your email."] = "A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail."; +$a->strings["Site Member (%s)"] = "Membro do site (%s)"; +$a->strings["Password reset requested at %s"] = "Foi feita uma solicitação de restauração de senha em %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada."; +$a->strings["Password Reset"] = "Reiniciar a senha"; +$a->strings["Your password has been reset as requested."] = "Sua senha foi restaurada, conforme solicitado."; +$a->strings["Your new password is"] = "Sua nova senha é"; +$a->strings["Save or copy your new password - and then"] = "Salve ou copie a sua nova senha e, então"; +$a->strings["click here to login"] = "clique aqui para entrar"; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em sua conta."; +$a->strings["Your password has changed at %s"] = "Sua senha foi modificada em %s"; +$a->strings["Forgot your Password?"] = "Esqueceu a sua senha?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções."; +$a->strings["Email Address"] = "Endereço de e-mail"; +$a->strings["Reset"] = "Restaurar"; +$a->strings["Remove This Channel"] = "Remover este canal"; +$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo."; +$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:"; +$a->strings["Remove this channel and all its clones from the network"] = "Remover este canal e todos os seus clones da rede"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por padrão, apenas a instância do canal localizada neste hub será removida da rede"; +$a->strings["Remove Channel"] = "Remover canal"; +$a->strings["No potential page delegates located."] = "Nenhum potencial delegado para páginas localizado."; +$a->strings["Delegate Page Management"] = "Delegar administração de página"; +$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."] = "Delegados podem administrar todos os aspectos desta conta/página exceto pelas configurações básicas da conta. Por favor, não delegue sua conta pessoal para alguém que você não confie completamente."; +$a->strings["Existing Page Managers"] = "Atuais administradores da página"; +$a->strings["Existing Page Delegates"] = "Atuais delegados da página"; +$a->strings["Potential Delegates"] = "Potenciais delegados"; +$a->strings["Add"] = "Adicionar"; +$a->strings["No entries."] = "Sem entradas."; +$a->strings["Help with this feature"] = "Ajuda com este recurso"; +$a->strings["Layout Name"] = "Nome do layout"; +$a->strings["Blocked"] = "Bloqueado"; +$a->strings["Ignored"] = "Ignorado"; +$a->strings["Hidden"] = "Oculto"; +$a->strings["Archived"] = "Arquivado"; +$a->strings["All"] = "Todos"; +$a->strings["Unconnected"] = "Não conectado"; +$a->strings["Suggest new connections"] = "Sugerir novas conexões"; +$a->strings["New Connections"] = "Novas conexões"; +$a->strings["Show pending (new) connections"] = "Exibir conexões pendentes (novas)"; +$a->strings["Show all connections"] = "Exibir todas as conexões"; +$a->strings["Unblocked"] = "Não bloqueado"; +$a->strings["Only show unblocked connections"] = "Exibir apenas conexões não bloqueadas"; +$a->strings["Only show blocked connections"] = "Exibir apenas conexões bloqueadas"; +$a->strings["Only show ignored connections"] = "Exibir apenas conexões ignoradas"; +$a->strings["Only show archived connections"] = "Exibir apenas conexões arquivadas"; +$a->strings["Only show hidden connections"] = "Exibir apenas conexões ocultas"; +$a->strings["Only show one-way connections"] = "Exibir apenas conexões de mão única"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit contact"] = "Editar o contato"; +$a->strings["Search your connections"] = "Pesquisar em suas conexões"; +$a->strings["Finding: "] = "Pesquisando: "; $a->strings["Nothing to import."] = "Nada a importar."; $a->strings["Unable to download data from old server"] = "Não foi possível descarregar os dados do servidor antigo"; $a->strings["Imported file is empty."] = "O arquivo importado está vazio."; @@ -1573,88 +1409,89 @@ $a->strings["Your old login email address"] = "O endereço de e-mail da sua anti $a->strings["Your old login password"] = "A senha dua sua antiga conta"; $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."] = "Para qualquer das opções, por favor escolha se deseja fazer deste hub seu novo endereço primário, ou se o velho local deve continuar com esse papel. Você será capaz de publicar a partir de ambos os locais, mas somente um pode estar designado como local primário para arquivos, fotos e mídia."; $a->strings["Make this hub my primary location"] = "Faça deste hub meu local primário"; -$a->strings["Total invitation limit exceeded."] = "Foi excedido o número total de convites."; -$a->strings["%s : Not a valid email address."] = "%s : Não é um endereço de e-mail válido."; -$a->strings["Please join us on Red"] = "Por favor, una-se a nós na Red"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Você excedeu o limite de convites. Por favor, entre em contato com o administrador do site."; -$a->strings["%s : Message delivery failed."] = "%s : Não foi possível enviar a mensagem."; -$a->strings["%d message sent."] = array( - 0 => "%d mensagem enviada.", - 1 => "%d mensagens enviadas.", -); -$a->strings["You have no more invitations available"] = "Você não possui mais convites disponíveis"; -$a->strings["Send invitations"] = "Enviar convites."; -$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:"; -$a->strings["Your message:"] = "Sua mensagem:"; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você deve informar este código de convite: \$invite_code"; -$a->strings["Please visit my channel at"] = "Por favor, visite o meu canal em"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:"; -$a->strings["Click the [Register] link on the following page to join."] = "Clique no link [Registrar] na seguinte página para participar."; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com"; -$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original."; -$a->strings["Empty post discarded."] = "A publicação em branco foi descartada."; -$a->strings["Executable content type not permitted to this channel."] = "Conteúdo de tipo executável não permitido para este canal."; -$a->strings["System error. Post not saved."] = "Erro no sistema. A publicação não foi salva."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Você atingiu o seu limite de %1$.0f publicações de novos tópicos."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Você atingiu o seu limite de %1$.0f páginas web."; -$a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]"; -$a->strings["Help with this feature"] = "Ajuda com este recurso"; -$a->strings["Layout Name"] = "Nome do layout"; -$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota."; -$a->strings["Visible to:"] = "Visível para:"; -$a->strings["No connections."] = "Nenhuma conexão."; -$a->strings["Visit %s's profile [%s]"] = "Ver o perfil de %s [%s]"; -$a->strings["View Connnections"] = "Ver conexões"; -$a->strings["No valid account found."] = "Não foi encontrada uma conta válida."; -$a->strings["Password reset request issued. Check your email."] = "A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail."; -$a->strings["Site Member (%s)"] = "Membro do site (%s)"; -$a->strings["Password reset requested at %s"] = "Foi feita uma solicitação de restauração de senha em %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada."; -$a->strings["Password Reset"] = "Reiniciar a senha"; -$a->strings["Your password has been reset as requested."] = "Sua senha foi restaurada, conforme solicitado."; -$a->strings["Your new password is"] = "Sua nova senha é"; -$a->strings["Save or copy your new password - and then"] = "Salve ou copie a sua nova senha e, então"; -$a->strings["click here to login"] = "clique aqui para entrar"; -$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em sua conta."; -$a->strings["Your password has changed at %s"] = "Sua senha foi modificada em %s"; -$a->strings["Forgot your Password?"] = "Esqueceu a sua senha?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções."; -$a->strings["Email Address"] = "Endereço de e-mail"; -$a->strings["Reset"] = "Restaurar"; -$a->strings["Hub not found."] = "O hub não foi encontrado."; -$a->strings["Total votes"] = "Votos totais"; -$a->strings["Average Rating"] = "Média das avaliações"; -$a->strings["Unable to lookup recipient."] = "Não foi possível encontrar o destinatário."; -$a->strings["Unable to communicate with requested channel."] = "Não foi possível comunicar com o canal solicitado."; -$a->strings["Cannot verify requested channel."] = "Não foi possível verificar o canal requisitado."; -$a->strings["Selected channel has private message restrictions. Send failed."] = "O canal solicitado tem restrições a mensagens privadas. Falha no envio."; -$a->strings["Messages"] = "Mensagens"; -$a->strings["Message deleted."] = "A mensagem foi excluída."; -$a->strings["Message recalled."] = "Mensagem retirada."; -$a->strings["Send Private Message"] = "Enviar mensagem privada"; -$a->strings["To:"] = "Para:"; -$a->strings["Subject:"] = "Assunto:"; -$a->strings["Message not found."] = "Mensagem não encontrada."; -$a->strings["Delete message"] = "Excluir a mensagem"; -$a->strings["Recall message"] = "Retirar mensagem"; -$a->strings["Message has been recalled."] = "A mensagem foi retirada."; -$a->strings["Private Conversation"] = "Conversa privada"; -$a->strings["Delete conversation"] = "Excluir conversa"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicação segura indisponível. Você <strong>talvez</strong> consiga responder pela página de perfil do remetente."; -$a->strings["Send Reply"] = "Enviar resposta"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Você criou %1$.0f de %2$.0f canais permitidos."; -$a->strings["Create a new channel"] = "Criar um novo canal"; -$a->strings["Channel Manager"] = "Administrador do canal"; -$a->strings["Current Channel"] = "Canal atual"; -$a->strings["Attach to one of your channels by selecting it."] = "Selecione um dos seus canais para utilizá-lo."; -$a->strings["Default Channel"] = "Canal padrão"; -$a->strings["Make Default"] = "Tornar padrão"; -$a->strings["Wall Photos"] = "Fotos do mural"; +$a->strings["Mood"] = "Humor"; +$a->strings["Set your current mood and tell your friends"] = "Marque seu humor atual e compartilhe com seus amigos"; +$a->strings["Room not found"] = "Sala não encontrada"; +$a->strings["Leave Room"] = "Sair da sala"; +$a->strings["Delete This Room"] = "Deletar esta sala"; +$a->strings["I am away right now"] = "Eu estou ausente no momento"; +$a->strings["I am online"] = "Eu estou online"; +$a->strings["Bookmark this room"] = "Guarde esta sala"; +$a->strings["New Chatroom"] = "Nova sala de bate-papo"; +$a->strings["Chatroom Name"] = "Nome da sala de bate-papo"; +$a->strings["%1\$s's Chatrooms"] = "Salas de bate-papo de %1\$s"; +$a->strings["Edit Block"] = "Editar bloco"; +$a->strings["Delete block?"] = "Deletar bloco?"; +$a->strings["Delete Block"] = "Deletar bloco"; $a->strings["Profile Match"] = "Correspondência de perfil"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "Nenhuma palavra-chave para combinar. Por favor, adicione palavras-chave ao seu perfil padrão."; $a->strings["is interested in:"] = "se interessa por:"; $a->strings["No matches"] = "Nenhuma correspondência"; +$a->strings["Away"] = "Ausente"; +$a->strings["Online"] = "Online"; +$a->strings["Edit Webpage"] = "Editar página web"; +$a->strings["Delete webpage?"] = "Deletar página web?"; +$a->strings["Delete Webpage"] = "Deletar página web"; +$a->strings["Profile not found."] = "O perfil não foi encontrado."; +$a->strings["Profile deleted."] = "O perfil foi excluído."; +$a->strings["Profile-"] = "Perfil-"; +$a->strings["New profile created."] = "O novo perfil foi criado."; +$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem."; +$a->strings["Profile Name is required."] = "É obrigatório informar o nome do perfil."; +$a->strings["Marital Status"] = "Estado civil"; +$a->strings["Romantic Partner"] = "Parceiro/a romântico/a"; +$a->strings["Likes"] = "Gosta de"; +$a->strings["Dislikes"] = "Não gosta de"; +$a->strings["Work/Employment"] = "Trabalho/Emprego"; +$a->strings["Religion"] = "Religião"; +$a->strings["Political Views"] = "Posição política"; +$a->strings["Gender"] = "Gênero"; +$a->strings["Sexual Preference"] = "Preferência sexual"; +$a->strings["Homepage"] = "Página web"; +$a->strings["Interests"] = "Interesses"; +$a->strings["Address"] = "Endereço"; +$a->strings["Profile updated."] = "O perfil foi atualizado."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?"; +$a->strings["Edit Profile Details"] = "Editar os detalhes do perfil"; +$a->strings["View this profile"] = "Ver este perfil"; +$a->strings["Change Profile Photo"] = "Mudar a foto do perfil"; +$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações"; +$a->strings["Clone this profile"] = "Clonar este perfil"; +$a->strings["Delete this profile"] = "Excluir este perfil"; +$a->strings["Profile Name:"] = "Nome do perfil:"; +$a->strings["Your Full Name:"] = "Seu nome completo:"; +$a->strings["Title/Description:"] = "Título/Descrição:"; +$a->strings["Your Gender:"] = "Seu gênero:"; +$a->strings["Birthday (%s):"] = "Aniversário (%s):"; +$a->strings["Street Address:"] = "Endereço:"; +$a->strings["Locality/City:"] = "Localidade/Cidade:"; +$a->strings["Postal/Zip Code:"] = "CEP:"; +$a->strings["Country:"] = "País:"; +$a->strings["Region/State:"] = "Região/Estado:"; +$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "Estado civil <span class=\"heart\">♥</span>:"; +$a->strings["Who: (if applicable)"] = "Quem: (se aplicável)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"; +$a->strings["Since [date]:"] = "Desde [data]:"; +$a->strings["Homepage URL:"] = "Endereço do website:"; +$a->strings["Religious Views:"] = "Orientação religiosa:"; +$a->strings["Keywords:"] = "Palavras-chave:"; +$a->strings["Example: fishing photography software"] = "Exemplo: pesca fotografia software"; +$a->strings["Used in directory listings"] = "Usado em listas de diretório"; +$a->strings["Tell us about yourself..."] = "Fale um pouco sobre você..."; +$a->strings["Hobbies/Interests"] = "Hobbies/Interesses"; +$a->strings["Contact information and Social Networks"] = "Informações de contato e redes sociais"; +$a->strings["My other channels"] = "Meus outros canais"; +$a->strings["Musical interests"] = "Interesses musicais"; +$a->strings["Books, literature"] = "Livros, literatura"; +$a->strings["Television"] = "Televisão"; +$a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entretenimento"; +$a->strings["Love/romance"] = "Amor/romance"; +$a->strings["Work/employment"] = "Trabalho/emprego"; +$a->strings["School/education"] = "Escola/educação"; +$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet."; +$a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfis"; +$a->strings["Add profile things"] = "Adicionar coisas ao perfil"; +$a->strings["Include desirable objects in your profile"] = "Inclua objetos desejáveis no seu perfil"; $a->strings["Menu updated."] = "Menu atualizado."; $a->strings["Unable to update menu."] = "Não foi possível atualizar o menu."; $a->strings["Menu created."] = "O menu foi criado."; @@ -1676,92 +1513,252 @@ $a->strings["Menu deleted."] = "Menu deletado."; $a->strings["Menu could not be deleted."] = "Não foi possível deletar o menu."; $a->strings["Edit Menu"] = "Editar menu"; $a->strings["Add or remove entries to this menu"] = "Adicionar ou remover entradas deste menu"; -$a->strings["Conversation removed."] = "A conversa foi removida."; -$a->strings["No messages."] = "Nenhuma mensagem."; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["Add a Channel"] = "Adicionar um canal"; -$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Um canal é uma coleção sua de páginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fóruns, páginas de celebridades, e muito mais. Você pode criar tantos canais quanto seu provedor de serviço permita."; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\""; -$a->strings["Choose a short nickname"] = "Escolha um apelido curto"; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros."; -$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Ou <a href=\"import\">importe um canal existente</a> de outro local"; -$a->strings["Page owner information could not be retrieved."] = "As informações do dono da pagina não puderam ser obtidas."; -$a->strings["Album not found."] = "O álbum não foi encontrado."; -$a->strings["Delete Album"] = "Excluir o álbum"; -$a->strings["Delete Photo"] = "Excluir a foto"; -$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto"; -$a->strings["Access to this item is restricted."] = "O acesso a este item está restrito."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos."; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Você usou %1$.2f Mbytes de armazenamento de fotos."; -$a->strings["Upload Photos"] = "Enviar fotos"; -$a->strings["New album name: "] = "Novo nome de álbum: "; -$a->strings["or existing album name: "] = "ou nome de um álbum já existente: "; -$a->strings["Do not show a status post for this upload"] = "Não exibir uma publicação de status para este carregamento"; -$a->strings["Contact Photos"] = "Fotos dos contatos"; -$a->strings["Edit Album"] = "Editar o álbum"; -$a->strings["Show Newest First"] = "Exibir primeiro os mais recentes"; -$a->strings["Show Oldest First"] = "Exibir primeiro os mais antigos"; -$a->strings["View Photo"] = "Ver a foto"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. Acesso a este item pode estar restrito."; -$a->strings["Photo not available"] = "A foto não está disponível"; -$a->strings["Use as profile photo"] = "Usar como uma foto de perfil"; -$a->strings["View Full Size"] = "Ver no tamanho real"; -$a->strings["Edit photo"] = "Editar a foto"; -$a->strings["Rotate CW (right)"] = "Rotacionar H (horário)"; -$a->strings["Rotate CCW (left)"] = "Rotacionar AH (anti-horário)"; -$a->strings["New album name"] = "Novo nome para o álbum"; -$a->strings["Caption"] = "Legenda"; -$a->strings["Add a Tag"] = "Adicionar uma etiqueta"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"; -$a->strings["In This Photo:"] = "Nesta foto:"; -$a->strings["View Album"] = "Ver álbum"; -$a->strings["Recent Photos"] = "Fotos recentes"; -$a->strings["Invalid request identifier."] = "Identificador de solicitação inválido"; -$a->strings["Discard"] = "Descartar"; -$a->strings["No more system notifications."] = "Sem novas notificações do sistema."; -$a->strings["System Notifications"] = "Notificações do sistema"; -$a->strings["Unable to find your hub."] = "Não foi possível localizar seu hub."; -$a->strings["Post successful."] = "Publicado com sucesso."; -$a->strings["invalid target signature"] = "assinatura do destino inválida"; $a->strings["OpenID protocol error. No ID returned."] = "Erro do protocolo OpenID. Nenhuma ID retornada."; -$a->strings["Schema Default"] = "Padrão do esquema"; -$a->strings["Sans-Serif"] = "Sans-Serif"; -$a->strings["Monospace"] = "Monoespaçada"; +$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++"; +$a->strings["Unable to lookup recipient."] = "Não foi possível encontrar o destinatário."; +$a->strings["Unable to communicate with requested channel."] = "Não foi possível comunicar com o canal solicitado."; +$a->strings["Cannot verify requested channel."] = "Não foi possível verificar o canal requisitado."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "O canal solicitado tem restrições a mensagens privadas. Falha no envio."; +$a->strings["Message deleted."] = "A mensagem foi excluída."; +$a->strings["Message recalled."] = "Mensagem retirada."; +$a->strings["Send Private Message"] = "Enviar mensagem privada"; +$a->strings["To:"] = "Para:"; +$a->strings["Subject:"] = "Assunto:"; +$a->strings["Your message:"] = "Sua mensagem:"; +$a->strings["Message not found."] = "Mensagem não encontrada."; +$a->strings["Recall message"] = "Retirar mensagem"; +$a->strings["Message has been recalled."] = "A mensagem foi retirada."; +$a->strings["Private Conversation"] = "Conversa privada"; +$a->strings["Delete conversation"] = "Excluir conversa"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicação segura indisponível. Você <strong>talvez</strong> consiga responder pela página de perfil do remetente."; +$a->strings["Send Reply"] = "Enviar resposta"; +$a->strings["App installed."] = "Aplicativo instalado"; +$a->strings["Malformed app."] = "Aplicativo malformado."; +$a->strings["Embed code"] = "Embarcar código"; +$a->strings["Create App"] = "Criar aplicativo"; +$a->strings["Name of app"] = "Nome do aplicativo"; +$a->strings["Location (URL) of app"] = "Endereço (URL) do aplicativo"; +$a->strings["Description"] = "Descrição"; +$a->strings["Photo icon URL"] = "URL da foto de ícone"; +$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional"; +$a->strings["Version ID"] = "ID da versão"; +$a->strings["Price of app"] = "Preço do aplicativo"; +$a->strings["Location (URL) to purchase app"] = "Endereço (URL) para comprar o aplicativo"; +$a->strings["Poke/Prod"] = "Cutucar/Espetar"; +$a->strings["poke, prod or do other things to somebody"] = "Cutucar, espetar ou fazer outras coisas a alguém"; +$a->strings["Recipient"] = "Destinatário"; +$a->strings["Choose what you wish to do to recipient"] = "Escolha o que você deseja fazer com seu alvo"; +$a->strings["Make this post private"] = "Torne esta publicação privada"; +$a->strings["No connections."] = "Nenhuma conexão."; +$a->strings["Visit %s's profile [%s]"] = "Ver o perfil de %s [%s]"; +$a->strings["View Connnections"] = "Ver conexões"; +$a->strings["Theme settings updated."] = "As configurações de tema foram atualizadas."; +$a->strings["Site"] = "Site"; +$a->strings["Accounts"] = "Contas"; +$a->strings["Channels"] = "Canais"; +$a->strings["Plugins"] = "Plugins"; +$a->strings["Themes"] = "Temas"; +$a->strings["Server"] = "Servidor"; +$a->strings["DB updates"] = "Atualizações do Banco de Dados"; +$a->strings["Logs"] = "Logs"; +$a->strings["Plugin Features"] = "Recursos dos plugins"; +$a->strings["User registrations waiting for confirmation"] = "Registros de usuário aguardando confirmação"; +$a->strings["Message queues"] = "Filas de mensagem"; +$a->strings["Administration"] = "Administração"; +$a->strings["Summary"] = "Resumo"; +$a->strings["Registered users"] = "Usuários registrados"; +$a->strings["Pending registrations"] = "Registros pendentes"; +$a->strings["Version"] = "Versão"; +$a->strings["Active plugins"] = "Plugins ativos"; +$a->strings["Site settings updated."] = "As configurações de site foram atualizadas."; +$a->strings["No special theme for accessibility"] = "Sem tema especial para acessibilidade"; +$a->strings["Yes - with approval"] = "Sim - pendente aprovação"; +$a->strings["My site is not a public server"] = "Meu site não é um servidor público"; +$a->strings["My site has paid access only"] = "Meu site oferece somente acesso pago"; +$a->strings["My site has free access only"] = "Meu site oferece somente acesso gratuito"; +$a->strings["My site offers free accounts with optional paid upgrades"] = "Meu site oferece contas gratuitas com recursos adicionais pagos"; +$a->strings["Registration"] = "Registro"; +$a->strings["File upload"] = "Carregamento de arquivos"; +$a->strings["Policies"] = "Políticas"; +$a->strings["Site name"] = "Nome do site"; +$a->strings["Banner/Logo"] = "Cartaz/Logo"; +$a->strings["Administrator Information"] = "Informações do Administrador"; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Informações de contato com administradores do site. Exibida na página siteinfo. BBCode pode ser usado aqui."; +$a->strings["System language"] = "Idioma do sistema"; +$a->strings["System theme"] = "Tema do sistema"; +$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a href='#' id='cnftheme'>mudar configurações do tema</a>"; +$a->strings["Mobile system theme"] = "Tema do sistema móvel"; +$a->strings["Theme for mobile devices"] = "Tema para dispositivos móveis"; +$a->strings["Accessibility system theme"] = "Tema do sistema acessível"; +$a->strings["Accessibility theme"] = "Tema acessível"; +$a->strings["Channel to use for this website's static pages"] = "Canal a utilizar para as páginas estáticas desse website"; +$a->strings["Site Channel"] = "Canal do site"; +$a->strings["Maximum image size"] = "Tamanho máximo de imagens"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando sem limites."; +$a->strings["Does this site allow new member registration?"] = "Este site permite o registro de novos membros?"; +$a->strings["Which best describes the types of account offered by this hub?"] = "Qual descreve melhor os tipos de conta oferecidas por este hub?"; +$a->strings["Register text"] = "Texto de registro"; +$a->strings["Will be displayed prominently on the registration page."] = "Será exibido proeminentemente na página de registro."; +$a->strings["Accounts abandoned after x days"] = "Contas abandonadas após x dias"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Não gastará recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo."; +$a->strings["Allowed friend domains"] = "Domínios permitidos para amigos"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista, separada por vírgulas, de domínios permitidos para estabelecer amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio"; +$a->strings["Allowed email domains"] = "Domínios permitidos de e-mail"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio"; +$a->strings["Block public"] = "Bloquear público"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marque para bloquear o acesso público a todas as páginas pessoais que seriam públicas, a não ser que se esteja autenticado."; +$a->strings["Force publish"] = "Forçar publicação"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marque para forçar todos os perfis neste site a aparecerem listados no diretório do site."; +$a->strings["Disable discovery tab"] = "Desabilitar a aba \"Descubra\""; +$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Remove da visualização de rede a aba com conteúdos públicos obtidos de fontes escolhidas para esse site."; +$a->strings["No login on Homepage"] = "Sem formulário de autenticação na página inicial"; +$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Marque para esconder o formulário de autenticação da página inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando você inclui os conteúdos da página inicial através do canal do site)."; +$a->strings["Proxy user"] = "Usuário do proxy"; +$a->strings["Proxy URL"] = "URL do proxy"; +$a->strings["Network timeout"] = "Timeout da rede"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor em segundos. Use 0 para ilimitado (não recomendado)."; +$a->strings["Delivery interval"] = "Intervalo de entrega"; +$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Atrase os processos de entrega em segundo plano por este número de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados."; +$a->strings["Poll interval"] = "Intervalo de coleta"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Atrase os processos de coleta em segundo plano por este número de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega."; +$a->strings["Maximum Load Average"] = "Carga média máxima"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima do sistema antes de adiar processos de entrega e coleta - padrão 50."; +$a->strings["No server found"] = "Nenhum servidor foi encontrado"; +$a->strings["ID"] = "ID"; +$a->strings["for channel"] = "para o canal"; +$a->strings["on server"] = "no servidor"; +$a->strings["Status"] = "Status"; +$a->strings["Update has been marked successful"] = "A atualização foi designada bem sucedida"; +$a->strings["Executing %s failed. Check system logs."] = "Execução de %s falhou. Verifique os logs do sistema."; +$a->strings["Update %s was successfully applied."] = "A atualização %s foi aplicada com sucesso."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "A atualização %s não retornou um status. Situação incerta quando ao seu sucesso."; +$a->strings["Update function %s could not be found."] = "A função de atualização %s não foi encontrada."; +$a->strings["No failed updates."] = "Nenhuma falha nas atualizações."; +$a->strings["Failed Updates"] = "Falha nas atualizações"; +$a->strings["Mark success (if update was manually applied)"] = "Marque sucesso (se a atualização foi aplicada manualmente)"; +$a->strings["Attempt to execute this update step automatically"] = "Tente executar este passo da atualização automaticamente"; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s usuário foi bloqueado/desbloqueado", + 1 => "%s usuários foram bloqueados/desbloqueados", +); +$a->strings["%s user deleted"] = array( + 0 => "%s usuário foi deletado", + 1 => "%s usuários foram deletados", +); +$a->strings["Account not found"] = "A conta não foi encontrada"; +$a->strings["User '%s' deleted"] = "O usuário/a '%s' foi deletado/a"; +$a->strings["User '%s' unblocked"] = "O usuário/a '%s' foi desbloqueado/a"; +$a->strings["User '%s' blocked"] = "O usuário/a '%s' foi bloqueado/a"; +$a->strings["Users"] = "Usuários"; +$a->strings["select all"] = "selecionar tudo"; +$a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação"; +$a->strings["Request date"] = "Data de requisição"; +$a->strings["No registrations."] = "Nenhum registro."; +$a->strings["Approve"] = "Aprovar"; +$a->strings["Deny"] = "Negar"; +$a->strings["Register date"] = "Data de registro"; +$a->strings["Last login"] = "Última autenticação"; +$a->strings["Expires"] = "Expira"; +$a->strings["Service Class"] = "Classe de serviço"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?"; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "%s canal censurado/descensurado", + 1 => "%s canais censurados/descensurados", +); +$a->strings["%s channel deleted"] = array( + 0 => "%s canal deletado", + 1 => "%s canais deletados", +); +$a->strings["Channel not found"] = "Canal não encontrado"; +$a->strings["Channel '%s' deleted"] = "Canal '%s' deletado"; +$a->strings["Channel '%s' uncensored"] = "Canal '%s' não censurado"; +$a->strings["Channel '%s' censored"] = "Canal '%s' censurado"; +$a->strings["Censor"] = "Censurar"; +$a->strings["Uncensor"] = "Não censurar"; +$a->strings["UID"] = "UID"; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?"; +$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse site será permanentemente deletado!\\n\\nVocê tem certeza?"; +$a->strings["Plugin %s disabled."] = "Plugin %s desabilitado."; +$a->strings["Plugin %s enabled."] = "Plugin %s habilitado."; +$a->strings["Disable"] = "Desabilitar"; +$a->strings["Enable"] = "Habilitar"; +$a->strings["Toggle"] = "Alternar"; +$a->strings["Author: "] = "Autor:"; +$a->strings["Maintainer: "] = "Mantenedor:"; +$a->strings["No themes found."] = "Nenhum tema foi encontrado."; +$a->strings["Screenshot"] = "Captura de tela"; +$a->strings["[Experimental]"] = "[Experimental]"; +$a->strings["[Unsupported]"] = "[Desassistido]"; +$a->strings["Log settings updated."] = "As configurações de log foram atualizadas."; +$a->strings["Clear"] = "Limpar"; +$a->strings["Debugging"] = "Depuração"; +$a->strings["Log file"] = "Arquivo de log"; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red."; +$a->strings["Log level"] = "Nível do log"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Número máximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhã."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar."; +$a->strings["Passwords do not match."] = "Senhas não conferem."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro."; +$a->strings["Your registration is pending approval by the site owner."] = "A aprovação do seu registro está pendente junto ao administrador do site."; +$a->strings["Your registration can not be processed."] = "Não foi possível processar o seu registro."; +$a->strings["Registration on this site/hub is by approval only."] = "O registro neste site/hub requer aprovação."; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este site excedeu o número máximo de registros de novas contas. Por favor, tente novamente amanhã."; +$a->strings["Terms of Service"] = "Termos de Serviço"; +$a->strings["I accept the %s for this website"] = "Eu aceito os %s deste website."; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Eu sou maior de 13 anos e aceito os %s deste website"; +$a->strings["Membership on this site is by invitation only."] = "Novas contas neste site se dão apenas por convite."; +$a->strings["Please enter your invitation code"] = "Por favor, digite o código do seu convite"; +$a->strings["Your email address"] = "Seu endereço de e-mail"; +$a->strings["Choose a password"] = "Escolha uma senha"; +$a->strings["Please re-enter your password"] = "Por favor, digite sua senha novamente"; +$a->strings["- select -"] = "- selecionar -"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Você criou %1$.0f de %2$.0f canais permitidos."; +$a->strings["Create a new channel"] = "Criar um novo canal"; +$a->strings["Channel Manager"] = "Administrador do canal"; +$a->strings["Current Channel"] = "Canal atual"; +$a->strings["Attach to one of your channels by selecting it."] = "Selecione um dos seus canais para utilizá-lo."; +$a->strings["Default Channel"] = "Canal padrão"; +$a->strings["Make Default"] = "Tornar padrão"; +$a->strings["Total invitation limit exceeded."] = "Foi excedido o número total de convites."; +$a->strings["%s : Not a valid email address."] = "%s : Não é um endereço de e-mail válido."; +$a->strings["Please join us on Red"] = "Por favor, una-se a nós na Red"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Você excedeu o limite de convites. Por favor, entre em contato com o administrador do site."; +$a->strings["%s : Message delivery failed."] = "%s : Não foi possível enviar a mensagem."; +$a->strings["%d message sent."] = array( + 0 => "%d mensagem enviada.", + 1 => "%d mensagens enviadas.", +); +$a->strings["You have no more invitations available"] = "Você não possui mais convites disponíveis"; +$a->strings["Send invitations"] = "Enviar convites."; +$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:"; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você deve informar este código de convite: \$invite_code"; +$a->strings["Please visit my channel at"] = "Por favor, visite o meu canal em"; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:"; +$a->strings["Click the [Register] link on the following page to join."] = "Clique no link [Registrar] na seguinte página para participar."; +$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com"; +$a->strings["Wall Photos"] = "Fotos do mural"; +$a->strings["No channel."] = "Nenhum canal."; +$a->strings["Common connections"] = "Conexões em comum"; +$a->strings["No connections in common."] = "Nenhuma conexão em comum."; +$a->strings["Please login."] = "Por favor, autentique-se."; +$a->strings["Select a bookmark folder"] = "Escolha uma pasta de links onde guardar"; +$a->strings["Save Bookmark"] = "Guardar link"; +$a->strings["URL of bookmark"] = "URL do link guardado"; +$a->strings["Or enter new bookmark folder name"] = "Ou digite o nome para uma nova pasta de links"; +$a->strings["Update %s failed. See error logs."] = "A atualização %s falhou. Veja os logs de erro."; +$a->strings["Update Error at %s"] = "Erro de atualização em %s"; +$a->strings["Create an account to access services and applications within the Red Matrix"] = "Crie uma conta para acessar serviços e aplicações na Red Matrix"; +$a->strings["Password"] = "Senha"; +$a->strings["Remember me"] = "Lembrar de mim"; +$a->strings["Forgot your password?"] = "Esqueceu a sua senha?"; +$a->strings["permission denied"] = "permissão negada"; +$a->strings["Got Zot?"] = "Já tem Zot?"; +$a->strings["toggle mobile"] = "alternar para interface móvel"; $a->strings["Theme settings"] = "Configurações de tema"; $a->strings["Set scheme"] = "Definir esquema"; -$a->strings["Set font-size for posts and comments"] = "Definir o tamanho da fonte para publicações e comentários"; -$a->strings["Set font face"] = "Definir a face da fonte"; -$a->strings["Set iconset"] = "Definir o conjunto de ícones"; -$a->strings["Set big shadow size, default 15px 15px 15px"] = "Definir o tamanho da sombra grande, padrão 15px 15px 15px"; -$a->strings["Set small shadow size, default 5px 5px 5px"] = "Definir o tamanho da sombra pequena, padrão 5px 5px 5px"; -$a->strings["Set shadow colour, default #000"] = "Definir a cor da sombra, padrão #000"; -$a->strings["Set radius size, default 5px"] = "Definir o tamanho do raio de curvatura, padrão 5px"; -$a->strings["Set line-height for posts and comments"] = "Definir a altura da linha para publicações e comentários"; -$a->strings["Set background image"] = "Definir a imagem do pano de fundo"; -$a->strings["Set background attachment"] = "Definir o anexo de pano de fundo"; -$a->strings["Set background colour"] = "Definir a cor do pano de fundo"; -$a->strings["Set section background image"] = "Definir a imagem de fundo de seção"; -$a->strings["Set section background colour"] = "Definir a cor de fundo de seção"; -$a->strings["Set colour of items - use hex"] = "Definir a cor dos itens - use hex"; -$a->strings["Set colour of links - use hex"] = "Definir a cor dos links - use hex"; -$a->strings["Set max-width for items. Default 400px"] = "Definir a largura máxima para itens. Padrão 400px"; -$a->strings["Set min-width for items. Default 240px"] = "Definir a largura mínima para itens. Padrão 240px"; -$a->strings["Set the generic content wrapper width. Default 48%"] = "Definir a largura do envólucro para conteúdo genérico. Padrão 48%"; -$a->strings["Set colour of fonts - use hex"] = "Definir a cor das fontes - use hex"; -$a->strings["Set background-size element"] = "Definir o elemento <em>background-size</em>"; -$a->strings["Item opacity"] = "Opacidade de itens"; -$a->strings["Display post previews only"] = "Exibir apenas a pré-visualização de publicações"; -$a->strings["Display side bar on channel page"] = "Exibir a barra lateral na página do canal"; -$a->strings["Colour of the navigation bar"] = "Cor da barra de navegação"; -$a->strings["Item float"] = "Flutuação de item"; -$a->strings["Left offset of the section element"] = "Deslocamento esquerdo do elemento de seção"; -$a->strings["Right offset of the section element"] = "Deslocamento direito do elemento de seção"; -$a->strings["Section width"] = "largura de seção"; -$a->strings["Left offset of the aside"] = "Deslocamento esquerdo do aparte"; -$a->strings["Right offset of the aside element"] = "Deslocamento direito do aparte"; -$a->strings["None"] = "Nenhum"; -$a->strings["Header image"] = "Imagem de cabeçalho"; -$a->strings["Header image only on profile pages"] = "Imagem de cabeçalho apenas em páginas de perfil"; $a->strings["Narrow navbar"] = "Barra de navegação estreita"; $a->strings["Navigation bar background colour"] = "Cor de fundo da barra de navegação"; $a->strings["Navigation bar gradient top colour"] = "Cor no topo de gradiente da barra de navegação"; @@ -1778,10 +1775,11 @@ $a->strings["Set the background image"] = "Definir a imagem do pano de fundo"; $a->strings["Set the background colour of items"] = "Definir a cor de fundo dos items"; $a->strings["Set the background colour of comments"] = "Definir a cor de fundo dos comentários"; $a->strings["Set the border colour of comments"] = "Definir a cor da borda dos comentários"; -$a->strings["Set the opacity of items"] = "Definir a opacidade de items"; +$a->strings["Set the indent for comments"] = "Definir a indentação de comentários"; $a->strings["Set the basic colour for item icons"] = "Definir a cor básica para ícones de itens"; $a->strings["Set the hover colour for item icons"] = "Definir a cor para ícones de itens quando que o mouse está sobre eles"; $a->strings["Set font-size for the entire application"] = "Definir o tamanho da fonte para a aplicação como um todo"; +$a->strings["Set font-size for posts and comments"] = "Definir o tamanho da fonte para publicações e comentários"; $a->strings["Set font-colour for posts and comments"] = "Definir a cor da fonte para publicações e comentários"; $a->strings["Set radius of corners"] = "Definir o raio de curvatura dos cantos"; $a->strings["Set shadow depth of photos"] = "Definir a profundidade de sombra das fotos"; @@ -1792,12 +1790,3 @@ $a->strings["Set size of conversation author photo"] = "Definir o tamanho da fot $a->strings["Set size of followup author photos"] = "Definir o tamanho da foto dos autores de comentários"; $a->strings["Sloppy photo albums"] = "Álbuns de fotos desleixados"; $a->strings["Are you a clean desk or a messy desk person?"] = "Sua mesa é do tipo limpinha ou bagunçada?"; -$a->strings["Update %s failed. See error logs."] = "A atualização %s falhou. Veja os logs de erro."; -$a->strings["Update Error at %s"] = "Erro de atualização em %s"; -$a->strings["Create an account to access services and applications within the Red Matrix"] = "Crie uma conta para acessar serviços e aplicações na Red Matrix"; -$a->strings["Password"] = "Senha"; -$a->strings["Remember me"] = "Lembrar de mim"; -$a->strings["Forgot your password?"] = "Esqueceu a sua senha?"; -$a->strings["permission denied"] = "permissão negada"; -$a->strings["Got Zot?"] = "Já tem Zot?"; -$a->strings["toggle mobile"] = "alternar para interface móvel"; diff --git a/view/ru/messages.po b/view/ru/messages.po index 8abc23b29..41ae4fb07 100644 --- a/view/ru/messages.po +++ b/view/ru/messages.po @@ -1,16 +1,17 @@ -# Red Communications Project -# Copyright (C) 2013 the Red Matrix Project +# Red Matrix Project +# Copyright (C) 2012-2014 the Red Matrix Project # This file is distributed under the same license as the Red package. # # Translators: -# alexej <alex@red.pixelbits.de>, 2013-2014 +# alexej <info@pixelbits.de>, 2013-2014 +# vislav <bizadmin@list.ru>, 2014 msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-10 00:02-0800\n" -"PO-Revision-Date: 2014-01-13 15:03+0000\n" -"Last-Translator: alexej <alex@red.pixelbits.de>\n" +"POT-Creation-Date: 2014-05-09 00:03-0700\n" +"PO-Revision-Date: 2014-05-11 11:28+0000\n" +"Last-Translator: alexej <info@pixelbits.de>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/red-matrix/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,447 +19,539 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../../include/acl_selectors.php:235 -msgid "Visible to everybody" -msgstr "Видно всем" +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "" -#: ../../include/acl_selectors.php:236 -msgid "show" -msgstr "показывать" +#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 +#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 +msgid "Profile Photos" +msgstr "Фотографии профиля" -#: ../../include/acl_selectors.php:237 -msgid "don't show" -msgstr "не показывать" +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Внедренное содержание" -#: ../../include/activities.php:39 -msgid " and " -msgstr "и" +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "Внедрение отключенно" -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "Публичный профиль" +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "создал новое сообщение" -#: ../../include/activities.php:52 +#: ../../include/notify.php:24 #, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s изменил %2$s на “%3$s”" +msgid "commented on %s's post" +msgstr "прокомментировал %s's сообщение" -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Посетить %1$s's %2$s" +#: ../../include/Contact.php:107 ../../include/identity.php:675 +#: ../../include/widgets.php:115 ../../include/widgets.php:155 +#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 +#: ../../mod/suggest.php:51 ../../mod/match.php:62 +msgid "Connect" +msgstr "Подключить" -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Новое окно" -#: ../../include/api.php:973 -msgid "Public Timeline" -msgstr "Публичная шкала времени" +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Откройте выбранное местоположение в другом окне или вкладке браузера" -#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1415 -msgid "Logout" -msgstr "Выход" +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Новая страница" -#: ../../include/nav.php:72 ../../include/nav.php:87 -msgid "End this session" -msgstr "Закончить эту сессию" +#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 +#: ../../include/ItemObject.php:96 ../../include/menu.php:42 +#: ../../mod/blocks.php:94 ../../mod/connections.php:392 +#: ../../mod/settings.php:577 ../../mod/editblock.php:111 +#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 +#: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:174 +#: ../../mod/thing.php:235 ../../mod/layouts.php:112 ../../mod/menu.php:59 +#: ../../mod/webpages.php:119 +msgid "Edit" +msgstr "Редактировать" -#: ../../include/nav.php:75 ../../include/nav.php:121 -msgid "Home" -msgstr "Мой канал" +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 +#: ../../mod/layouts.php:116 ../../mod/webpages.php:122 +msgid "View" +msgstr "Просмотр" -#: ../../include/nav.php:75 -msgid "Your posts and conversations" -msgstr "Ваши сообщения и разговоры" +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1088 +#: ../../include/ItemObject.php:570 ../../mod/editblock.php:141 +#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 +#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 +#: ../../mod/photos.php:994 +msgid "Preview" +msgstr "Предварительный просмотр" -#: ../../include/nav.php:76 ../../include/conversation.php:932 -#: ../../mod/connedit.php:309 ../../mod/connedit.php:423 -msgid "View Profile" -msgstr "Просмотр профиля" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 +msgid "Actions" +msgstr "" -#: ../../include/nav.php:76 -msgid "Your profile page" -msgstr "Страницa вашего профиля" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 +msgid "Page Link" +msgstr "" -#: ../../include/nav.php:78 -msgid "Edit Profiles" -msgstr "Редактирование профилей" +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 +msgid "Title" +msgstr "" -#: ../../include/nav.php:78 -msgid "Manage/Edit Profiles" -msgstr "Управление / Редактирование профилей" +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 +msgid "Created" +msgstr "" -#: ../../include/nav.php:79 ../../include/conversation.php:1462 -#: ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Фотографии" +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 +msgid "Edited" +msgstr "" -#: ../../include/nav.php:79 -msgid "Your photos" -msgstr "Ваши фотографии" +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" +msgstr "Может просматривать мои \"публичные\" поток и сообщения" -#: ../../include/nav.php:85 ../../boot.php:1416 -msgid "Login" -msgstr "Войти" +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" +msgstr "Может просматривать мой \"публичный\" профиль канала" -#: ../../include/nav.php:85 -msgid "Sign in" -msgstr "Войти" +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" +msgstr "Может просматривать мои \"публичные\" фотоальбомы" -#: ../../include/nav.php:102 -#, php-format -msgid "%s - click to logout" -msgstr "%s - нажмите чтобы выйти" +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" +msgstr "Может просматривать мою \"публичную\" адресную книгу" -#: ../../include/nav.php:107 -msgid "Click to authenticate to your home hub" -msgstr "" +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" +msgstr "Может просматривать мои \"публичные\" файлы" -#: ../../include/nav.php:121 -msgid "Home Page" -msgstr "Моя страница" +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" +msgstr "Может просматривать мои \"публичные\" страницы" -#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1392 -msgid "Register" -msgstr "Регистрация" +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" +msgstr "Может прислать мне свои потоки и сообщения" -#: ../../include/nav.php:125 -msgid "Create an account" -msgstr "Создать аккаунт" +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "Может публиковать на моей странице канала (\"стена\")" -#: ../../include/nav.php:130 ../../mod/help.php:60 ../../mod/help.php:64 -msgid "Help" -msgstr "Помощь" +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" +msgstr "Может комментировать мои сообщения" -#: ../../include/nav.php:130 -msgid "Help and documentation" -msgstr "Справочная информация и документация" +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "Может отправлять мне личные сообщения по эл. почте" -#: ../../include/nav.php:133 -msgid "Apps" -msgstr "Приложения" +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "Может публиковать фотографии в мои фотоальбомы" -#: ../../include/nav.php:133 -msgid "Addon applications, utilities, games" +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/nav.php:135 ../../include/text.php:736 -#: ../../include/text.php:750 ../../mod/search.php:28 -msgid "Search" -msgstr "Поиск" +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" +msgstr "" -#: ../../include/nav.php:135 -msgid "Search site content" -msgstr "Поиск по содержанию сайту" +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" +msgstr "Можете общаться со мной в чате (при наличии)" -#: ../../include/nav.php:138 ../../mod/directory.php:209 -msgid "Directory" -msgstr "Каталог" +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" +msgstr "Может писать в моё \"публичное\" хранилище файлов" -#: ../../include/nav.php:138 -msgid "Channel Locator" -msgstr "Локатор каналов" +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" +msgstr "Может редактировать мои \"публичные\" страницы" -#: ../../include/nav.php:149 -msgid "Matrix" -msgstr "Матрица" +#: ../../include/permissions.php:31 +msgid "Can source my \"public\" posts in derived channels" +msgstr "" -#: ../../include/nav.php:149 -msgid "Your matrix" -msgstr "Собственная матрица" +#: ../../include/permissions.php:31 +msgid "Somewhat advanced - very useful in open communities" +msgstr "" -#: ../../include/nav.php:150 -msgid "Mark all matrix notifications seen" -msgstr "Пометить все оповещения матрицы как прочитанное" +#: ../../include/permissions.php:33 +msgid "Can administer my channel resources" +msgstr "Может администрировать мои ресурсы канала" -#: ../../include/nav.php:152 -msgid "Channel Home" +#: ../../include/permissions.php:33 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/nav.php:152 -msgid "Channel home" -msgstr "" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Не действительный адрес электронной почты" -#: ../../include/nav.php:153 -msgid "Mark all channel notifications seen" -msgstr "Пометить все оповещения канала как прочитанное" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Домен электронной почты не входит в число тех, которые разрешены на этом сайте" -#: ../../include/nav.php:156 -msgid "Intros" -msgstr "Контакты" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "Ваш адрес электронной почты уже зарегистрирован на этом сайте." -#: ../../include/nav.php:156 ../../mod/connections.php:242 -msgid "New Connections" -msgstr "Новые контакты" +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "Требуется приглашение." -#: ../../include/nav.php:159 -msgid "Notices" -msgstr "Оповещения" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Не удалось проверить приглашение." -#: ../../include/nav.php:159 -msgid "Notifications" -msgstr "Оповещения" +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Пожалуйста, введите необходимую информацию." -#: ../../include/nav.php:160 -msgid "See all notifications" -msgstr "Просмотреть все оповещения" +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Не удалось сохранить информацию аккаунта." -#: ../../include/nav.php:161 -msgid "Mark all system notifications seen" -msgstr "Пометить все оповещения как прочитанное" +#: ../../include/account.php:273 +#, php-format +msgid "Registration request at %s" +msgstr "Требуется регистрация на %s" -#: ../../include/nav.php:163 -msgid "Mail" -msgstr "Переписка" +#: ../../include/account.php:275 ../../include/account.php:302 +#: ../../include/account.php:359 +msgid "Administrator" +msgstr "Администратор" -#: ../../include/nav.php:163 -msgid "Private mail" -msgstr "Ваша личная переписка" +#: ../../include/account.php:297 +msgid "your registration password" +msgstr "Ваш пароль регистрации" -#: ../../include/nav.php:164 -msgid "See all private messages" -msgstr "Просмотреть все личные сообщения" +#: ../../include/account.php:300 ../../include/account.php:357 +#, php-format +msgid "Registration details for %s" +msgstr "Регистрационные данные для %s" -#: ../../include/nav.php:165 -msgid "Mark all private messages seen" -msgstr "Пометить все личные сообщения как прочитанное" +#: ../../include/account.php:366 +msgid "Account approved." +msgstr "Аккаунт утвержден." -#: ../../include/nav.php:166 -msgid "Inbox" -msgstr "Входящие" +#: ../../include/account.php:400 +#, php-format +msgid "Registration revoked for %s" +msgstr "Регистрация отозвана для %s" -#: ../../include/nav.php:167 -msgid "Outbox" -msgstr "Исходящие" +#: ../../include/photos.php:15 ../../include/attach.php:119 +#: ../../include/attach.php:166 ../../include/attach.php:229 +#: ../../include/attach.php:243 ../../include/attach.php:283 +#: ../../include/attach.php:297 ../../include/attach.php:322 +#: ../../include/attach.php:513 ../../include/attach.php:585 +#: ../../include/chat.php:116 ../../include/items.php:3620 +#: ../../mod/mood.php:119 ../../mod/mitem.php:73 ../../mod/achievements.php:27 +#: ../../mod/poke.php:128 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/authtest.php:13 ../../mod/profile.php:64 ../../mod/profile.php:72 +#: ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46 +#: ../../mod/channel.php:89 ../../mod/channel.php:193 +#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35 +#: ../../mod/network.php:12 ../../mod/connections.php:169 +#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30 +#: ../../mod/page.php:80 ../../mod/settings.php:492 ../../mod/setup.php:203 +#: ../../mod/editblock.php:34 ../../mod/pdledit.php:21 +#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13 +#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 +#: ../../mod/events.php:140 ../../mod/sources.php:66 +#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 +#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 +#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9 +#: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298 +#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179 +#: ../../mod/item.php:187 ../../mod/item.php:867 ../../mod/layouts.php:27 +#: ../../mod/layouts.php:39 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:12 +#: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 +#: ../../mod/webpages.php:40 ../../mod/message.php:16 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/photos.php:68 ../../mod/photos.php:526 +#: ../../mod/notifications.php:66 ../../index.php:187 ../../index.php:362 +msgid "Permission denied." +msgstr "Доступ запрещен." -#: ../../include/nav.php:168 ../../include/widgets.php:509 -msgid "New Message" -msgstr "Новое личное сообщение" +#: ../../include/photos.php:89 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "" -#: ../../include/nav.php:171 ../../include/conversation.php:1482 -#: ../../mod/events.php:354 -msgid "Events" -msgstr "Мероприятия" +#: ../../include/photos.php:96 +msgid "Image file is empty." +msgstr "файл пуст." -#: ../../include/nav.php:171 -msgid "Event Calendar" -msgstr "Календарь мероприятий" +#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Не удается обработать изображение" -#: ../../include/nav.php:172 -msgid "See all events" -msgstr "Показать все мероприятия" +#: ../../include/photos.php:186 +msgid "Photo storage failed." +msgstr "" -#: ../../include/nav.php:173 -msgid "Mark all events seen" -msgstr "Пометить все мероприятия как прочитанное" +#: ../../include/photos.php:311 ../../include/conversation.php:1504 +msgid "Photo Albums" +msgstr "Фотоальбомы" -#: ../../include/nav.php:175 -msgid "Channel Select" -msgstr "Выбор канала" +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 +msgid "Upload New Photos" +msgstr "Загрузить новые фотографии" -#: ../../include/nav.php:175 -msgid "Manage Your Channels" -msgstr "Управление каналов" +#: ../../include/acl_selectors.php:238 +msgid "Visible to everybody" +msgstr "Видно всем" -#: ../../include/nav.php:177 ../../include/widgets.php:487 -#: ../../mod/admin.php:785 ../../mod/admin.php:990 -msgid "Settings" -msgstr "Настройки" +#: ../../include/acl_selectors.php:239 +msgid "Show" +msgstr "" -#: ../../include/nav.php:177 -msgid "Account/Channel Settings" -msgstr "Настройки аккаунта/канала" +#: ../../include/acl_selectors.php:240 +msgid "Don't show" +msgstr "" -#: ../../include/nav.php:179 ../../mod/connections.php:349 -msgid "Connections" -msgstr "Контакты" +#: ../../include/acl_selectors.php:246 ../../mod/chat.php:209 +#: ../../mod/filestorage.php:126 ../../mod/photos.php:606 +#: ../../mod/photos.php:949 +msgid "Permissions" +msgstr "Разрешения" -#: ../../include/nav.php:179 -msgid "Manage/Edit Friends and Connections" -msgstr "Управление/Редактирование друзей и связей" +#: ../../include/acl_selectors.php:247 +msgid "Close" +msgstr "" -#: ../../include/nav.php:186 ../../mod/admin.php:111 -msgid "Admin" -msgstr "Администрация" +#: ../../include/activities.php:39 +msgid " and " +msgstr "и" -#: ../../include/nav.php:186 -msgid "Site Setup and Configuration" -msgstr "Установка и конфигурация сайта" +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "Публичный профиль" -#: ../../include/nav.php:212 -msgid "Nothing new here" -msgstr "Ничего нового здесь" +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s изменил %2$s на “%3$s”" -#: ../../include/nav.php:217 -msgid "Please wait..." -msgstr "Подождите пожалуйста ..." +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Посетить %1$s's %2$s" -#: ../../include/reddav.php:940 -msgid "Edit File properties" +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/Contact.php:104 ../../include/widgets.php:115 -#: ../../include/widgets.php:155 ../../include/identity.php:625 -#: ../../mod/directory.php:182 ../../mod/match.php:62 ../../mod/suggest.php:51 -#: ../../mod/dirprofile.php:165 -msgid "Connect" -msgstr "Подключить" +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "Публичная шкала времени" -#: ../../include/Contact.php:120 -msgid "New window" -msgstr "Новое окно" +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "Элемент не найден." -#: ../../include/Contact.php:121 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Нет исходного файла." + +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "Не удается найти файл, чтобы заменить" + +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "Не удается найти файл для пересмотра / обновления" + +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Файл превышает предельный размер %d" + +#: ../../include/attach.php:393 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 -msgid "Categories" -msgstr "Категории" +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена." -#: ../../include/widgets.php:117 ../../mod/suggest.php:53 -msgid "Ignore/Hide" -msgstr "Игнорировать / Скрыть" +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "Файл для сохранения не проверен. Загрузка не удалась." -#: ../../include/widgets.php:123 ../../mod/connections.php:236 -msgid "Suggestions" -msgstr "Рекомендации" +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "Путь недоступен." -#: ../../include/widgets.php:124 -msgid "See more..." -msgstr "Просмотреть больше..." +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "" -#: ../../include/widgets.php:146 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +#: ../../include/attach.php:606 +msgid "duplicate filename or path" msgstr "" -#: ../../include/widgets.php:152 -msgid "Add New Connection" -msgstr "Добавить новый контакт" +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Путь не найден." -#: ../../include/widgets.php:153 -msgid "Enter the channel address" -msgstr "Введите адрес канала" +#: ../../include/attach.php:674 +msgid "mkdir failed." +msgstr "" -#: ../../include/widgets.php:154 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Пример: bob@example.com, http://example.com/barbara" +#: ../../include/attach.php:678 +msgid "database storage failed." +msgstr "" -#: ../../include/widgets.php:171 -msgid "Notes" -msgstr "Заметки" +#: ../../include/auth.php:79 +msgid "Logged out." +msgstr "Вышел из системы." -#: ../../include/widgets.php:173 ../../include/text.php:738 -#: ../../include/text.php:752 ../../mod/filer.php:36 -msgid "Save" -msgstr "Запомнить" +#: ../../include/auth.php:197 +msgid "Failed authentication" +msgstr "Ошибка аутентификации" -#: ../../include/widgets.php:243 -msgid "Remove term" -msgstr "Удалить термин" +#: ../../include/auth.php:212 ../../mod/openid.php:188 +msgid "Login failed." +msgstr "Не удалось войти." -#: ../../include/widgets.php:252 ../../include/features.php:50 -msgid "Saved Searches" -msgstr "Запомненные поиски" +#: ../../include/bb2diaspora.php:433 ../../include/event.php:11 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: ../../include/widgets.php:253 ../../include/group.php:290 -msgid "add" -msgstr "добавить" +#: ../../include/bb2diaspora.php:439 ../../include/event.php:20 +msgid "Starts:" +msgstr "Начало:" -#: ../../include/widgets.php:283 ../../include/features.php:64 -#: ../../include/contact_widgets.php:53 -msgid "Saved Folders" -msgstr "Запомненные папки" +#: ../../include/bb2diaspora.php:447 ../../include/event.php:30 +msgid "Finishes:" +msgstr "\t\nКонец:" -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 -#: ../../include/contact_widgets.php:90 -msgid "Everything" -msgstr "Все" +#: ../../include/bb2diaspora.php:455 ../../include/event.php:40 +#: ../../include/identity.php:726 ../../mod/directory.php:156 +#: ../../mod/dirprofile.php:105 ../../mod/events.php:474 +msgid "Location:" +msgstr "Откуда:" -#: ../../include/widgets.php:318 ../../include/items.php:3566 -msgid "Archives" -msgstr "Архивы" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:609 +#: ../../include/bbcode.php:612 ../../include/bbcode.php:617 +#: ../../include/bbcode.php:620 ../../include/bbcode.php:623 +#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 +#: ../../include/bbcode.php:634 ../../include/bbcode.php:639 +#: ../../include/bbcode.php:642 ../../include/bbcode.php:645 +#: ../../include/bbcode.php:648 +msgid "Image/photo" +msgstr "Изображение / фото" -#: ../../include/widgets.php:370 -msgid "Refresh" -msgstr "Обновить" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:659 +msgid "Encrypted content" +msgstr "Зашифрованное содержание" -#: ../../include/widgets.php:371 ../../mod/connedit.php:386 -msgid "Me" -msgstr "Я" +#: ../../include/bbcode.php:170 +msgid "QR code" +msgstr "QR код" -#: ../../include/widgets.php:372 ../../mod/connedit.php:388 -msgid "Best Friends" -msgstr "Лучшие друзья" +#: ../../include/bbcode.php:219 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s написал следующее %2$s %3$s" -#: ../../include/widgets.php:373 ../../include/profile_selectors.php:42 -#: ../../include/identity.php:310 ../../mod/connedit.php:389 -msgid "Friends" -msgstr "Друзья" +#: ../../include/bbcode.php:221 +msgid "post" +msgstr "сообщение" -#: ../../include/widgets.php:374 -msgid "Co-workers" -msgstr "Сотрудники" +#: ../../include/bbcode.php:577 ../../include/bbcode.php:597 +msgid "$1 wrote:" +msgstr "$1 писал:" -#: ../../include/widgets.php:375 ../../mod/connedit.php:390 -msgid "Former Friends" -msgstr "Приятели" +#: ../../include/bookmarks.php:42 +#, php-format +msgid "%1$s's bookmarks" +msgstr "Закладки пользователя %1$s" -#: ../../include/widgets.php:376 ../../mod/connedit.php:391 -msgid "Acquaintances" -msgstr "Знакомые" +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "" -#: ../../include/widgets.php:377 -msgid "Everybody" -msgstr "Все" +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "" -#: ../../include/widgets.php:409 -msgid "Account settings" -msgstr "Настройки аккаунта" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "" -#: ../../include/widgets.php:415 -msgid "Channel settings" -msgstr "Настройки канала" +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "" -#: ../../include/widgets.php:421 -msgid "Additional features" -msgstr "Дополнительные функции" +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "" -#: ../../include/widgets.php:427 -msgid "Feature settings" -msgstr "Настройки компонентов" +#: ../../include/taxonomy.php:210 +msgid "Tags" +msgstr "Тэги" -#: ../../include/widgets.php:433 -msgid "Display settings" -msgstr "Настройки отображения" +#: ../../include/taxonomy.php:227 +msgid "Keywords" +msgstr "Ключевые слова" -#: ../../include/widgets.php:439 -msgid "Connected apps" -msgstr "Подключенные приложения" +#: ../../include/taxonomy.php:252 +msgid "have" +msgstr "иметь" -#: ../../include/widgets.php:445 -msgid "Export channel" -msgstr "Экспорт канала" +#: ../../include/taxonomy.php:252 +msgid "has" +msgstr "есть" -#: ../../include/widgets.php:457 -msgid "Automatic Permissions (Advanced)" -msgstr "Автоматические разрешения (дополнительно)" +#: ../../include/taxonomy.php:253 +msgid "want" +msgstr "хотеть" -#: ../../include/widgets.php:467 -msgid "Premium Channel Settings" -msgstr "" +#: ../../include/taxonomy.php:253 +msgid "wants" +msgstr "хочет" -#: ../../include/widgets.php:476 ../../include/features.php:41 -#: ../../mod/sources.php:81 -msgid "Channel Sources" -msgstr "" +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:128 +#: ../../include/ItemObject.php:192 +msgid "like" +msgstr "нравится" -#: ../../include/widgets.php:504 -msgid "Check Mail" -msgstr "Проверить снова" +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:128 +msgid "likes" +msgstr "нравится" + +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:132 +#: ../../include/ItemObject.php:193 +msgid "dislike" +msgstr "не-нравится" + +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:132 +msgid "dislikes" +msgstr "не-нравится" + +#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 +#: ../../view/theme/redbasic/php/config.php:84 +msgid "Default" +msgstr "По умолчанию" #: ../../include/contact_selectors.php:30 msgid "Unknown | Not categorised" @@ -474,7 +567,7 @@ msgstr "" #: ../../include/contact_selectors.php:33 msgid "Known to me, but no opinion" -msgstr "" +msgstr "Известныo мне, но нет своего мнения" #: ../../include/contact_selectors.php:34 msgid "OK, probably harmless" @@ -520,8 +613,8 @@ msgstr "OStatus" msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:689 -#: ../../mod/admin.php:698 ../../boot.php:1418 +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1454 msgid "Email" msgstr "E-mail" @@ -549,856 +642,441 @@ msgstr "XMPP/IM" msgid "MySpace" msgstr "MySpace" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Прочее" - -#: ../../include/datetime.php:152 ../../include/datetime.php:284 -msgid "year" -msgstr "год" - -#: ../../include/datetime.php:157 ../../include/datetime.php:285 -msgid "month" -msgstr "месяц" - -#: ../../include/datetime.php:162 ../../include/datetime.php:287 -msgid "day" -msgstr "день" - -#: ../../include/datetime.php:275 -msgid "never" -msgstr "никогда" - -#: ../../include/datetime.php:281 -msgid "less than a second ago" -msgstr "менее чем одну секунду назад" - -#: ../../include/datetime.php:284 -msgid "years" -msgstr "лет" - -#: ../../include/datetime.php:285 -msgid "months" -msgstr "мес." - -#: ../../include/datetime.php:286 -msgid "week" -msgstr "неделя" - -#: ../../include/datetime.php:286 -msgid "weeks" -msgstr "недель" - -#: ../../include/datetime.php:287 -msgid "days" -msgstr "дней" - -#: ../../include/datetime.php:288 -msgid "hour" -msgstr "час" - -#: ../../include/datetime.php:288 -msgid "hours" -msgstr "часов" - -#: ../../include/datetime.php:289 -msgid "minute" -msgstr "минута" - -#: ../../include/datetime.php:289 -msgid "minutes" -msgstr "минут" - -#: ../../include/datetime.php:290 -msgid "second" -msgstr "секунда" - -#: ../../include/datetime.php:290 -msgid "seconds" -msgstr "секунд" - -#: ../../include/datetime.php:299 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s назад" - -#: ../../include/dba/dba_driver.php:50 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" -msgstr "Начало:" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" -msgstr "\t\nКонец:" - -#: ../../include/event.php:40 ../../include/identity.php:676 -#: ../../include/bb2diaspora.php:455 ../../mod/events.php:463 -#: ../../mod/directory.php:156 ../../mod/dirprofile.php:108 -msgid "Location:" -msgstr "Откуда:" - -#: ../../include/text.php:315 +#: ../../include/text.php:320 msgid "prev" msgstr "предыдущий" -#: ../../include/text.php:317 +#: ../../include/text.php:322 msgid "first" msgstr "первый" -#: ../../include/text.php:346 +#: ../../include/text.php:351 msgid "last" msgstr "последний" -#: ../../include/text.php:349 +#: ../../include/text.php:354 msgid "next" msgstr "следующий" -#: ../../include/text.php:361 +#: ../../include/text.php:366 msgid "older" msgstr "старший" -#: ../../include/text.php:363 +#: ../../include/text.php:368 msgid "newer" msgstr "новее" -#: ../../include/text.php:654 +#: ../../include/text.php:729 msgid "No connections" -msgstr "Нет каналов" +msgstr "Нет контактов" -#: ../../include/text.php:665 +#: ../../include/text.php:742 #, php-format msgid "%d Connection" msgid_plural "%d Connections" -msgstr[0] "%d канал" -msgstr[1] "%d канала" -msgstr[2] "%d каналов" +msgstr[0] "%d контакт" +msgstr[1] "%d контакта" +msgstr[2] "%d контактов" -#: ../../include/text.php:677 +#: ../../include/text.php:754 msgid "View Connections" msgstr "Просмотр контактов" -#: ../../include/text.php:818 +#: ../../include/text.php:813 ../../include/text.php:827 +#: ../../include/nav.php:144 ../../mod/search.php:29 +msgid "Search" +msgstr "Поиск" + +#: ../../include/text.php:815 ../../include/text.php:829 +#: ../../include/widgets.php:173 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 +msgid "Save" +msgstr "Запомнить" + +#: ../../include/text.php:895 msgid "poke" msgstr "подпихнуть" -#: ../../include/text.php:818 ../../include/conversation.php:240 +#: ../../include/text.php:895 ../../include/conversation.php:240 msgid "poked" msgstr "подпихнул" -#: ../../include/text.php:819 +#: ../../include/text.php:896 msgid "ping" -msgstr "" +msgstr "пинг - проверка связи" -#: ../../include/text.php:819 +#: ../../include/text.php:896 msgid "pinged" msgstr "" -#: ../../include/text.php:820 +#: ../../include/text.php:897 msgid "prod" msgstr "" -#: ../../include/text.php:820 +#: ../../include/text.php:897 msgid "prodded" msgstr "" -#: ../../include/text.php:821 +#: ../../include/text.php:898 msgid "slap" msgstr "" -#: ../../include/text.php:821 +#: ../../include/text.php:898 msgid "slapped" msgstr "" -#: ../../include/text.php:822 +#: ../../include/text.php:899 msgid "finger" msgstr "" -#: ../../include/text.php:822 +#: ../../include/text.php:899 msgid "fingered" msgstr "" -#: ../../include/text.php:823 +#: ../../include/text.php:900 msgid "rebuff" msgstr "" -#: ../../include/text.php:823 +#: ../../include/text.php:900 msgid "rebuffed" msgstr "" -#: ../../include/text.php:835 +#: ../../include/text.php:909 msgid "happy" msgstr "счастливый" -#: ../../include/text.php:836 +#: ../../include/text.php:910 msgid "sad" msgstr "" -#: ../../include/text.php:837 +#: ../../include/text.php:911 msgid "mellow" msgstr "" -#: ../../include/text.php:838 +#: ../../include/text.php:912 msgid "tired" msgstr "" -#: ../../include/text.php:839 +#: ../../include/text.php:913 msgid "perky" msgstr "" -#: ../../include/text.php:840 +#: ../../include/text.php:914 msgid "angry" msgstr "сердитый" -#: ../../include/text.php:841 +#: ../../include/text.php:915 msgid "stupified" msgstr "" -#: ../../include/text.php:842 +#: ../../include/text.php:916 msgid "puzzled" msgstr "" -#: ../../include/text.php:843 +#: ../../include/text.php:917 msgid "interested" msgstr "" -#: ../../include/text.php:844 +#: ../../include/text.php:918 msgid "bitter" msgstr "озлобленный" -#: ../../include/text.php:845 +#: ../../include/text.php:919 msgid "cheerful" msgstr "" -#: ../../include/text.php:846 +#: ../../include/text.php:920 msgid "alive" msgstr "" -#: ../../include/text.php:847 +#: ../../include/text.php:921 msgid "annoyed" msgstr "" -#: ../../include/text.php:848 +#: ../../include/text.php:922 msgid "anxious" msgstr "" -#: ../../include/text.php:849 +#: ../../include/text.php:923 msgid "cranky" msgstr "капризный" -#: ../../include/text.php:850 +#: ../../include/text.php:924 msgid "disturbed" msgstr "встревоженный" -#: ../../include/text.php:851 +#: ../../include/text.php:925 msgid "frustrated" msgstr "разочарованный" -#: ../../include/text.php:852 +#: ../../include/text.php:926 +msgid "depressed" +msgstr "" + +#: ../../include/text.php:927 msgid "motivated" msgstr "мотивированный" -#: ../../include/text.php:853 +#: ../../include/text.php:928 msgid "relaxed" msgstr "расслабленный" -#: ../../include/text.php:854 +#: ../../include/text.php:929 msgid "surprised" msgstr "удивленный" -#: ../../include/text.php:1016 +#: ../../include/text.php:1090 msgid "Monday" msgstr "Понедельник" -#: ../../include/text.php:1016 +#: ../../include/text.php:1090 msgid "Tuesday" msgstr "Вторник" -#: ../../include/text.php:1016 +#: ../../include/text.php:1090 msgid "Wednesday" msgstr "Среда" -#: ../../include/text.php:1016 +#: ../../include/text.php:1090 msgid "Thursday" msgstr "Четверг" -#: ../../include/text.php:1016 +#: ../../include/text.php:1090 msgid "Friday" msgstr "Пятница" -#: ../../include/text.php:1016 +#: ../../include/text.php:1090 msgid "Saturday" msgstr "Суббота" -#: ../../include/text.php:1016 +#: ../../include/text.php:1090 msgid "Sunday" msgstr "Воскресенье" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "January" msgstr "Январь" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "February" msgstr "Февраль" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "March" msgstr "Март" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "April" msgstr "Апрель" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "May" msgstr "Май" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "June" msgstr "Июнь" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "July" msgstr "Июль" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "August" msgstr "Август" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "September" msgstr "Сентябрь" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "October" msgstr "Октябрь" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "November" msgstr "Ноябрь" -#: ../../include/text.php:1020 +#: ../../include/text.php:1094 msgid "December" msgstr "Декабрь" -#: ../../include/text.php:1098 +#: ../../include/text.php:1172 msgid "unknown.???" msgstr "неизвестный.???" -#: ../../include/text.php:1099 +#: ../../include/text.php:1173 msgid "bytes" msgstr "байт" -#: ../../include/text.php:1134 +#: ../../include/text.php:1208 msgid "remove category" msgstr "" -#: ../../include/text.php:1156 +#: ../../include/text.php:1257 msgid "remove from file" msgstr "" -#: ../../include/text.php:1214 ../../include/text.php:1226 +#: ../../include/text.php:1318 ../../include/text.php:1330 msgid "Click to open/close" msgstr "Нажмите, чтобы открыть/закрыть" -#: ../../include/text.php:1402 ../../mod/events.php:332 +#: ../../include/text.php:1485 ../../mod/events.php:344 msgid "link to source" msgstr "ссылка на источник" -#: ../../include/text.php:1421 +#: ../../include/text.php:1504 msgid "Select a page layout: " msgstr "" -#: ../../include/text.php:1424 ../../include/text.php:1489 +#: ../../include/text.php:1507 ../../include/text.php:1572 msgid "default" msgstr "по умолчанию" -#: ../../include/text.php:1460 +#: ../../include/text.php:1543 msgid "Page content type: " msgstr "" -#: ../../include/text.php:1501 +#: ../../include/text.php:1584 msgid "Select an alternate language" msgstr "Выбор альтернативного языка" -#: ../../include/text.php:1653 ../../include/conversation.php:117 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +#: ../../include/text.php:1705 ../../include/conversation.php:117 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:45 ../../mod/like.php:111 msgid "photo" msgstr "фото" -#: ../../include/text.php:1656 ../../include/conversation.php:120 +#: ../../include/text.php:1708 ../../include/conversation.php:120 #: ../../mod/tagger.php:49 msgid "event" msgstr "мероприятие" -#: ../../include/text.php:1659 ../../include/conversation.php:145 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +#: ../../include/text.php:1711 ../../include/conversation.php:145 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:53 ../../mod/like.php:111 msgid "status" msgstr "статус" -#: ../../include/text.php:1661 ../../include/conversation.php:147 +#: ../../include/text.php:1713 ../../include/conversation.php:147 #: ../../mod/tagger.php:55 msgid "comment" msgstr "комментарий" -#: ../../include/text.php:1666 +#: ../../include/text.php:1718 msgid "activity" msgstr "активность" -#: ../../include/text.php:1928 +#: ../../include/text.php:1977 msgid "Design" msgstr "Дизайн" -#: ../../include/text.php:1930 +#: ../../include/text.php:1979 msgid "Blocks" msgstr "" -#: ../../include/text.php:1931 +#: ../../include/text.php:1980 msgid "Menus" msgstr "" -#: ../../include/text.php:1932 +#: ../../include/text.php:1981 msgid "Layouts" msgstr "" -#: ../../include/text.php:1933 +#: ../../include/text.php:1982 msgid "Pages" msgstr "Страницы" -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "" - -#: ../../include/group.php:223 -msgid "Default privacy group for new contacts" -msgstr "" - -#: ../../include/group.php:242 ../../mod/admin.php:698 -msgid "All Channels" -msgstr "Все каналы" - -#: ../../include/group.php:264 -msgid "edit" -msgstr "редактировать" - -#: ../../include/group.php:285 -msgid "Collections" -msgstr "Коллекции" - -#: ../../include/group.php:286 -msgid "Edit collection" -msgstr "Редактировать коллекцию" - -#: ../../include/group.php:287 -msgid "Create a new collection" -msgstr "Создать новую коллекцию" - -#: ../../include/group.php:288 -msgid "Channels not in any collection" -msgstr "Контакты не в какой коллекции" - -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Удалить этот элемент?" - -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:536 -#: ../../mod/photos.php:1099 ../../mod/photos.php:1186 -msgid "Comment" -msgstr "Комментарий" - -#: ../../include/js_strings.php:7 ../../include/contact_widgets.php:125 -#: ../../include/ItemObject.php:270 -msgid "show more" -msgstr "показать все" - -#: ../../include/js_strings.php:8 -msgid "show fewer" -msgstr "показать меньше" - -#: ../../include/js_strings.php:9 -msgid "Password too short" -msgstr "Пароль слишком короткий" - -#: ../../include/js_strings.php:10 -msgid "Passwords do not match" -msgstr "Пароли не совпадают" - -#: ../../include/js_strings.php:11 ../../mod/photos.php:39 -msgid "everybody" -msgstr "все" - -#: ../../include/js_strings.php:12 -msgid "Secret Passphrase" -msgstr "" - -#: ../../include/js_strings.php:13 -msgid "Passphrase hint" -msgstr "" - -#: ../../include/js_strings.php:15 -msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" - -#: ../../include/js_strings.php:16 -msgid "timeago.suffixAgo" -msgstr "timeago.suffixAgo" - -#: ../../include/js_strings.php:17 -msgid "ago" -msgstr "тому назад" - -#: ../../include/js_strings.php:18 -msgid "from now" -msgstr "с этого времени" - -#: ../../include/js_strings.php:19 -msgid "less than a minute" -msgstr "менее чем одну минуту назад" - -#: ../../include/js_strings.php:20 -msgid "about a minute" -msgstr "около минуты" - -#: ../../include/js_strings.php:21 +#: ../../include/contact_widgets.php:14 #, php-format -msgid "%d minutes" -msgstr "%d мин." - -#: ../../include/js_strings.php:22 -msgid "about an hour" -msgstr "около часа" +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "имеется %d приглашение" +msgstr[1] "имеются %d приглашения" +msgstr[2] "имеется %d приглашений" -#: ../../include/js_strings.php:23 -#, php-format -msgid "about %d hours" -msgstr "около %d час." +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 +msgid "Advanced" +msgstr "Дополнительно" -#: ../../include/js_strings.php:24 -msgid "a day" -msgstr "день" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Поиск контактов" -#: ../../include/js_strings.php:25 -#, php-format -msgid "%d days" -msgstr "%d дней" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Впишите имя или интерес" -#: ../../include/js_strings.php:26 -msgid "about a month" -msgstr "около месяца" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Подключить/следовать" -#: ../../include/js_strings.php:27 -#, php-format -msgid "%d months" -msgstr "%d мес." +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Примеры: Владимир Ильич, Революционер" -#: ../../include/js_strings.php:28 -msgid "about a year" -msgstr "около года" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391 +#: ../../mod/directory.php:206 ../../mod/directory.php:211 +msgid "Find" +msgstr "Поиск" -#: ../../include/js_strings.php:29 -#, php-format -msgid "%d years" -msgstr "%d лет" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" +msgstr "Рекомендации каналов" -#: ../../include/js_strings.php:30 -msgid " " -msgstr " " +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Случайные" -#: ../../include/js_strings.php:31 -msgid "timeago.numbers" -msgstr "timeago.numbers" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Пригласить друзей" -#: ../../include/message.php:18 -msgid "No recipient provided." +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" msgstr "" -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "[без темы]" - -#: ../../include/message.php:42 -msgid "Unable to determine sender." -msgstr "Невозможно определить отправителя." - -#: ../../include/message.php:143 -msgid "Stored post could not be verified." +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" msgstr "" -#: ../../include/photo/photo_driver.php:637 ../../include/photos.php:51 -#: ../../mod/photos.php:91 ../../mod/photos.php:783 ../../mod/photos.php:805 -#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 -#: ../../mod/profile_photo.php:336 -msgid "Profile Photos" -msgstr "Фотографии профиля" - -#: ../../include/network.php:640 -msgid "view full size" -msgstr "посмотреть в полный размер" - -#: ../../include/bbcode.php:94 ../../include/bbcode.php:509 -#: ../../include/bbcode.php:512 -msgid "Image/photo" -msgstr "Изображение / фото" +#: ../../include/contact_widgets.php:58 ../../include/features.php:66 +#: ../../include/widgets.php:283 +msgid "Saved Folders" +msgstr "Запомненные папки" -#: ../../include/bbcode.php:129 ../../include/bbcode.php:517 -msgid "Encrypted content" -msgstr "Зашифрованное содержание" +#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:286 +msgid "Everything" +msgstr "Все" -#: ../../include/bbcode.php:136 -msgid "QR code" -msgstr "QR код" +#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29 +msgid "Categories" +msgstr "Категории" -#: ../../include/bbcode.php:179 +#: ../../include/contact_widgets.php:125 #, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s написал следующее %2$s %3$s" - -#: ../../include/bbcode.php:181 -msgid "post" -msgstr "сообщение" - -#: ../../include/bbcode.php:469 ../../include/bbcode.php:489 -msgid "$1 wrote:" -msgstr "$1 писал:" - -#: ../../include/oembed.php:150 -msgid "Embedded content" -msgstr "" - -#: ../../include/oembed.php:159 -msgid "Embedding disabled" -msgstr "" - -#: ../../include/features.php:21 -msgid "General Features" -msgstr "Главные функции" - -#: ../../include/features.php:23 -msgid "Content Expiration" -msgstr "" - -#: ../../include/features.php:23 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "" - -#: ../../include/features.php:24 -msgid "Multiple Profiles" -msgstr "Несколько профилей" - -#: ../../include/features.php:24 -msgid "Ability to create multiple profiles" -msgstr "Возможность создания нескольких профилей" - -#: ../../include/features.php:25 -msgid "Web Pages" -msgstr "Веб-страницы" - -#: ../../include/features.php:25 -msgid "Provide managed web pages on your channel" -msgstr "" - -#: ../../include/features.php:26 -msgid "Private Notes" -msgstr "Личные заметки" - -#: ../../include/features.php:26 -msgid "Enables a tool to store notes and reminders" -msgstr "" - -#: ../../include/features.php:31 -msgid "Extended Identity Sharing" -msgstr "Расширенный обмен идентичности" - -#: ../../include/features.php:31 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." -msgstr "" - -#: ../../include/features.php:32 -msgid "Expert Mode" -msgstr "Экспертный режим" - -#: ../../include/features.php:32 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "" - -#: ../../include/features.php:33 -msgid "Premium Channel" -msgstr "" - -#: ../../include/features.php:33 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "" - -#: ../../include/features.php:38 -msgid "Post Composition Features" -msgstr "" - -#: ../../include/features.php:39 -msgid "Richtext Editor" -msgstr "Редактор RichText" - -#: ../../include/features.php:39 -msgid "Enable richtext editor" -msgstr "Включить редактор RichText" - -#: ../../include/features.php:40 -msgid "Post Preview" -msgstr "Предварительный просмотр сообщения" - -#: ../../include/features.php:40 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией" - -#: ../../include/features.php:41 -msgid "Automatically import channel content from other channels or feeds" -msgstr "" - -#: ../../include/features.php:42 -msgid "Even More Encryption" -msgstr "" - -#: ../../include/features.php:42 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "" - -#: ../../include/features.php:47 -msgid "Network and Stream Filtering" -msgstr "Фильтрация сети и потока" - -#: ../../include/features.php:48 -msgid "Search by Date" -msgstr "Поиск по дате" - -#: ../../include/features.php:48 -msgid "Ability to select posts by date ranges" -msgstr "Возможность выбора сообщений по датам" - -#: ../../include/features.php:49 -msgid "Collections Filter" -msgstr "Фильтр коллекций" - -#: ../../include/features.php:49 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "" - -#: ../../include/features.php:50 -msgid "Save search terms for re-use" -msgstr "Сохранять результаты поиска для повторного использования" - -#: ../../include/features.php:51 -msgid "Network Personal Tab" -msgstr "" - -#: ../../include/features.php:51 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: ../../include/features.php:52 -msgid "Network New Tab" -msgstr "" - -#: ../../include/features.php:52 -msgid "Enable tab to display all new Network activity" -msgstr "" - -#: ../../include/features.php:53 -msgid "Affinity Tool" -msgstr "" - -#: ../../include/features.php:53 -msgid "Filter stream activity by depth of relationships" -msgstr "" - -#: ../../include/features.php:54 -msgid "Suggest Channels" -msgstr "" - -#: ../../include/features.php:54 -msgid "Show channel suggestions" -msgstr "" - -#: ../../include/features.php:59 -msgid "Post/Comment Tools" -msgstr "Инструменты сообщений/комментарий " - -#: ../../include/features.php:61 -msgid "Edit Sent Posts" -msgstr "Редактировать отправленные сообщения" - -#: ../../include/features.php:61 -msgid "Edit and correct posts and comments after sending" -msgstr "Редактировать и исправлять сообщения и комментарии после отправки" - -#: ../../include/features.php:62 -msgid "Tagging" -msgstr "Пометка" - -#: ../../include/features.php:62 -msgid "Ability to tag existing posts" -msgstr "" - -#: ../../include/features.php:63 -msgid "Post Categories" -msgstr "Категории сообщения" - -#: ../../include/features.php:63 -msgid "Add categories to your posts" -msgstr "Добавить категории для ваших сообщений" - -#: ../../include/features.php:64 -msgid "Ability to file posts under folders" -msgstr "" - -#: ../../include/features.php:65 -msgid "Dislike Posts" -msgstr "Сообщение не нравится" - -#: ../../include/features.php:65 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: ../../include/features.php:66 -msgid "Star Posts" -msgstr "Помечать сообщения" - -#: ../../include/features.php:66 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: ../../include/features.php:67 -msgid "Tag Cloud" -msgstr "Облако тегов" +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d совместный контакт" +msgstr[1] "%d совместных контакта" +msgstr[2] "%d совместных контактов" -#: ../../include/features.php:67 -msgid "Provide a personal tag cloud on your channel page" -msgstr "" +#: ../../include/contact_widgets.php:130 ../../include/ItemObject.php:294 +#: ../../include/js_strings.php:7 +msgid "show more" +msgstr "показать все" #: ../../include/conversation.php:123 msgid "channel" msgstr "канал" -#: ../../include/conversation.php:161 ../../mod/like.php:134 +#: ../../include/conversation.php:161 ../../mod/like.php:142 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s нравится %2$s's %3$s" -#: ../../include/conversation.php:164 ../../mod/like.php:136 +#: ../../include/conversation.php:164 ../../mod/like.php:144 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s не нравится %2$s's %3$s" @@ -1423,106 +1101,121 @@ msgid "Select" msgstr "Выбрать" #: ../../include/conversation.php:632 ../../include/ItemObject.php:108 -#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:693 -#: ../../mod/group.php:176 ../../mod/photos.php:1150 -#: ../../mod/filestorage.php:172 ../../mod/settings.php:570 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398 +#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 +#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 msgid "Delete" msgstr "Удалить" -#: ../../include/conversation.php:642 ../../include/ItemObject.php:161 +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:846 +msgid "Private Message" +msgstr "Личное сообщение" + +#: ../../include/conversation.php:646 ../../include/ItemObject.php:169 msgid "Message is verified" -msgstr "" +msgstr "Сообщение проверено" -#: ../../include/conversation.php:662 +#: ../../include/conversation.php:666 #, php-format msgid "View %s's profile @ %s" msgstr "Просмотр %s's профиля @ %s" -#: ../../include/conversation.php:676 +#: ../../include/conversation.php:680 msgid "Categories:" msgstr "Категории:" -#: ../../include/conversation.php:677 +#: ../../include/conversation.php:681 msgid "Filed under:" msgstr "Хранить под:" -#: ../../include/conversation.php:686 ../../include/ItemObject.php:217 +#: ../../include/conversation.php:690 ../../include/ItemObject.php:234 #, php-format msgid " from %s" msgstr " от %s" -#: ../../include/conversation.php:689 ../../include/ItemObject.php:220 +#: ../../include/conversation.php:693 ../../include/ItemObject.php:237 #, php-format msgid "last edited: %s" msgstr "" -#: ../../include/conversation.php:704 +#: ../../include/conversation.php:694 ../../include/ItemObject.php:238 +#, php-format +msgid "Expires: %s" +msgstr "" + +#: ../../include/conversation.php:709 msgid "View in context" msgstr "Показать в контексте" -#: ../../include/conversation.php:706 ../../include/conversation.php:1119 -#: ../../include/ItemObject.php:248 ../../mod/photos.php:1081 -#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:110 -#: ../../mod/editpost.php:107 ../../mod/editwebpage.php:153 -#: ../../mod/editblock.php:124 +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:272 ../../mod/editblock.php:120 +#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 +#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 +#: ../../mod/photos.php:974 msgid "Please wait" msgstr "Подождите пожалуйста" -#: ../../include/conversation.php:833 +#: ../../include/conversation.php:838 msgid "remove" msgstr "удалить" -#: ../../include/conversation.php:837 +#: ../../include/conversation.php:842 msgid "Loading..." msgstr "Загрузка..." -#: ../../include/conversation.php:838 +#: ../../include/conversation.php:843 msgid "Delete Selected Items" msgstr "Удалить выбранные элементы" -#: ../../include/conversation.php:929 +#: ../../include/conversation.php:934 msgid "View Source" msgstr "" -#: ../../include/conversation.php:930 +#: ../../include/conversation.php:935 msgid "Follow Thread" msgstr "Следобать теме" -#: ../../include/conversation.php:931 +#: ../../include/conversation.php:936 msgid "View Status" msgstr "Просмотр состояния" -#: ../../include/conversation.php:933 +#: ../../include/conversation.php:937 ../../include/nav.php:81 +#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 +msgid "View Profile" +msgstr "Просмотр профиля" + +#: ../../include/conversation.php:938 msgid "View Photos" msgstr "Просмотр фотографий" -#: ../../include/conversation.php:934 +#: ../../include/conversation.php:939 msgid "Matrix Activity" msgstr "Активность матрицы" -#: ../../include/conversation.php:935 +#: ../../include/conversation.php:940 msgid "Edit Contact" msgstr "Редактировать контакт" -#: ../../include/conversation.php:936 +#: ../../include/conversation.php:941 msgid "Send PM" msgstr "Отправить личное сообщение" -#: ../../include/conversation.php:937 +#: ../../include/conversation.php:942 msgid "Poke" msgstr "Подпихнуть" -#: ../../include/conversation.php:999 +#: ../../include/conversation.php:998 #, php-format msgid "%s likes this." msgstr "%s нравится это." -#: ../../include/conversation.php:999 +#: ../../include/conversation.php:998 #, php-format msgid "%s doesn't like this." msgstr "%s не нравится это." -#: ../../include/conversation.php:1003 +#: ../../include/conversation.php:1002 #, php-format msgid "<span %1$s>%2$d people</span> like this." msgid_plural "<span %1$s>%2$d people</span> like this." @@ -1530,7 +1223,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "<span %1$s>%2$d чел.</span> нравится это." -#: ../../include/conversation.php:1005 +#: ../../include/conversation.php:1004 #, php-format msgid "<span %1$s>%2$d people</span> don't like this." msgid_plural "<span %1$s>%2$d people</span> don't like this." @@ -1538,11 +1231,11 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "<span %1$s>%2$d чел.</span> не нравится это." -#: ../../include/conversation.php:1011 +#: ../../include/conversation.php:1010 msgid "and" msgstr "и" -#: ../../include/conversation.php:1014 +#: ../../include/conversation.php:1013 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" @@ -1550,3083 +1243,2585 @@ msgstr[0] "" msgstr[1] "" msgstr[2] ", и %d другие люди" -#: ../../include/conversation.php:1015 +#: ../../include/conversation.php:1014 #, php-format msgid "%s like this." msgstr "%s нравится это." -#: ../../include/conversation.php:1015 +#: ../../include/conversation.php:1014 #, php-format msgid "%s don't like this." msgstr "%s не нравится это." -#: ../../include/conversation.php:1065 +#: ../../include/conversation.php:1071 msgid "Visible to <strong>everybody</strong>" msgstr "Видно для <strong>всех</strong>" -#: ../../include/conversation.php:1066 ../../mod/mail.php:171 +#: ../../include/conversation.php:1072 ../../mod/mail.php:171 #: ../../mod/mail.php:269 msgid "Please enter a link URL:" msgstr "Пожалуйста, введите URL ссылки:" -#: ../../include/conversation.php:1067 +#: ../../include/conversation.php:1073 msgid "Please enter a video link/URL:" msgstr "Пожалуйста, введите URL видео-ссылки:" -#: ../../include/conversation.php:1068 +#: ../../include/conversation.php:1074 msgid "Please enter an audio link/URL:" msgstr "Пожалуйста, введите URL аудио-ссылки:" -#: ../../include/conversation.php:1069 +#: ../../include/conversation.php:1075 msgid "Tag term:" msgstr "Теги:" -#: ../../include/conversation.php:1070 ../../mod/filer.php:35 +#: ../../include/conversation.php:1076 ../../mod/filer.php:49 msgid "Save to Folder:" msgstr "Сохранить в папку:" -#: ../../include/conversation.php:1071 +#: ../../include/conversation.php:1077 msgid "Where are you right now?" msgstr "Где вы сейчас?" -#: ../../include/conversation.php:1072 ../../mod/mail.php:172 -#: ../../mod/mail.php:270 ../../mod/editpost.php:52 +#: ../../include/conversation.php:1078 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:270 msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/conversation.php:1082 ../../include/ItemObject.php:546 -#: ../../mod/webpages.php:122 ../../mod/photos.php:1101 -#: ../../mod/editlayout.php:130 ../../mod/editpost.php:127 -#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:145 -msgid "Preview" -msgstr "Предварительный просмотр" - -#: ../../include/conversation.php:1096 ../../mod/photos.php:1080 +#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 +#: ../../mod/photos.php:973 msgid "Share" msgstr "Поделиться" -#: ../../include/conversation.php:1098 ../../mod/editwebpage.php:140 +#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 msgid "Page link title" msgstr "Ссылка заголовока страницы" -#: ../../include/conversation.php:1100 ../../mod/mail.php:219 -#: ../../mod/mail.php:332 ../../mod/editlayout.php:102 -#: ../../mod/editpost.php:99 ../../mod/editwebpage.php:145 -#: ../../mod/editblock.php:116 +#: ../../include/conversation.php:1107 +msgid "Post as" +msgstr "" + +#: ../../include/conversation.php:1108 ../../mod/editblock.php:112 +#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 msgid "Upload photo" msgstr "Загрузить фотографию" -#: ../../include/conversation.php:1101 +#: ../../include/conversation.php:1109 msgid "upload photo" msgstr "загрузить фотографию" -#: ../../include/conversation.php:1102 ../../mod/mail.php:220 -#: ../../mod/mail.php:333 ../../mod/editlayout.php:103 -#: ../../mod/editpost.php:100 ../../mod/editwebpage.php:146 -#: ../../mod/editblock.php:117 +#: ../../include/conversation.php:1110 ../../mod/editblock.php:113 +#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 msgid "Attach file" msgstr "Прикрепить файл" -#: ../../include/conversation.php:1103 +#: ../../include/conversation.php:1111 msgid "attach file" msgstr "прикрепить файл" -#: ../../include/conversation.php:1104 ../../mod/mail.php:221 -#: ../../mod/mail.php:334 ../../mod/editlayout.php:104 -#: ../../mod/editpost.php:101 ../../mod/editwebpage.php:147 -#: ../../mod/editblock.php:118 +#: ../../include/conversation.php:1112 ../../mod/editblock.php:114 +#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 msgid "Insert web link" msgstr "Вставить веб-ссылку" -#: ../../include/conversation.php:1105 +#: ../../include/conversation.php:1113 msgid "web link" msgstr "веб-ссылка" -#: ../../include/conversation.php:1106 +#: ../../include/conversation.php:1114 msgid "Insert video link" msgstr "Вставить видео-ссылку" -#: ../../include/conversation.php:1107 +#: ../../include/conversation.php:1115 msgid "video link" msgstr "видео-ссылка" -#: ../../include/conversation.php:1108 +#: ../../include/conversation.php:1116 msgid "Insert audio link" msgstr "Вставить аудио-ссылку" -#: ../../include/conversation.php:1109 +#: ../../include/conversation.php:1117 msgid "audio link" msgstr "аудио-ссылка" -#: ../../include/conversation.php:1110 ../../mod/editlayout.php:108 -#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:151 -#: ../../mod/editblock.php:122 +#: ../../include/conversation.php:1118 ../../mod/editblock.php:118 +#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:150 msgid "Set your location" msgstr "Указание своего расположения" -#: ../../include/conversation.php:1111 +#: ../../include/conversation.php:1119 msgid "set location" msgstr "указание расположения" -#: ../../include/conversation.php:1112 ../../mod/editlayout.php:109 -#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:152 -#: ../../mod/editblock.php:123 +#: ../../include/conversation.php:1120 ../../mod/editblock.php:119 +#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:151 msgid "Clear browser location" msgstr "Стереть указание расположения" -#: ../../include/conversation.php:1113 +#: ../../include/conversation.php:1121 msgid "clear location" msgstr "стереть указание расположения" -#: ../../include/conversation.php:1115 ../../mod/editlayout.php:122 -#: ../../mod/editpost.php:119 ../../mod/editwebpage.php:169 -#: ../../mod/editblock.php:137 +#: ../../include/conversation.php:1123 ../../mod/editblock.php:132 +#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 +#: ../../mod/editwebpage.php:167 msgid "Set title" msgstr "Заголовок" -#: ../../include/conversation.php:1118 ../../mod/editlayout.php:124 -#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:171 -#: ../../mod/editblock.php:139 +#: ../../include/conversation.php:1126 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 +#: ../../mod/editwebpage.php:169 msgid "Categories (comma-separated list)" msgstr "Категории (список через запятую)" -#: ../../include/conversation.php:1120 ../../mod/editlayout.php:111 -#: ../../mod/editpost.php:108 ../../mod/editwebpage.php:154 -#: ../../mod/editblock.php:125 +#: ../../include/conversation.php:1128 ../../mod/editblock.php:121 +#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 +#: ../../mod/editwebpage.php:153 msgid "Permission settings" msgstr "Настройки разрешений" -#: ../../include/conversation.php:1121 +#: ../../include/conversation.php:1129 msgid "permissions" msgstr "разрешения" -#: ../../include/conversation.php:1129 ../../mod/editlayout.php:119 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:164 -#: ../../mod/editblock.php:134 +#: ../../include/conversation.php:1136 ../../mod/editblock.php:129 +#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:162 msgid "Public post" msgstr "Публичное сообщение" -#: ../../include/conversation.php:1131 ../../mod/editlayout.php:125 -#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:172 -#: ../../mod/editblock.php:140 +#: ../../include/conversation.php:1138 ../../mod/editblock.php:136 +#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135 +#: ../../mod/editwebpage.php:170 msgid "Example: bob@example.com, mary@example.com" msgstr "Пример: bob@example.com, mary@example.com" -#: ../../include/conversation.php:1144 ../../mod/mail.php:226 -#: ../../mod/mail.php:339 ../../mod/editlayout.php:135 -#: ../../mod/editpost.php:133 ../../mod/editwebpage.php:182 -#: ../../mod/editblock.php:150 +#: ../../include/conversation.php:1151 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 +#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339 msgid "Set expiration date" msgstr "" -#: ../../include/conversation.php:1146 ../../include/ItemObject.php:549 -#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:135 +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:573 +#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 msgid "Encrypt text" msgstr "" -#: ../../include/conversation.php:1148 ../../mod/editpost.php:136 +#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1149 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 ../../mod/settings.php:508 -#: ../../mod/settings.php:534 ../../mod/editpost.php:137 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 +#: ../../include/conversation.php:1156 ../../mod/settings.php:516 +#: ../../mod/settings.php:542 ../../mod/editpost.php:151 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 msgid "Cancel" msgstr "Отменить" -#: ../../include/conversation.php:1376 +#: ../../include/conversation.php:1392 +msgid "Discover" +msgstr "" + +#: ../../include/conversation.php:1395 +msgid "Imported public streams" +msgstr "" + +#: ../../include/conversation.php:1400 msgid "Commented Order" msgstr "По комментириям" -#: ../../include/conversation.php:1379 +#: ../../include/conversation.php:1403 msgid "Sort by Comment Date" msgstr "Сортировка по дате создания комментариев" -#: ../../include/conversation.php:1382 +#: ../../include/conversation.php:1407 msgid "Posted Order" msgstr "По добавлениям" -#: ../../include/conversation.php:1385 +#: ../../include/conversation.php:1410 msgid "Sort by Post Date" msgstr "Сортировка по дате создания сообщения" -#: ../../include/conversation.php:1389 +#: ../../include/conversation.php:1415 msgid "Personal" msgstr "Личные" -#: ../../include/conversation.php:1392 +#: ../../include/conversation.php:1418 msgid "Posts that mention or involve you" msgstr "Сообщения, в которых упоминули или вовлекли вас" -#: ../../include/conversation.php:1395 ../../mod/menu.php:57 -#: ../../mod/connections.php:209 +#: ../../include/conversation.php:1424 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 msgid "New" msgstr "Новые" -#: ../../include/conversation.php:1398 +#: ../../include/conversation.php:1427 msgid "Activity Stream - by date" msgstr "Лента активности - по дате" -#: ../../include/conversation.php:1405 +#: ../../include/conversation.php:1433 msgid "Starred" msgstr "Помеченные" -#: ../../include/conversation.php:1408 +#: ../../include/conversation.php:1436 msgid "Favourite Posts" msgstr "Фаворит-сообщения" -#: ../../include/conversation.php:1415 +#: ../../include/conversation.php:1443 msgid "Spam" msgstr "Спам" -#: ../../include/conversation.php:1418 +#: ../../include/conversation.php:1446 msgid "Posts flagged as SPAM" msgstr "Как СПАМ помеченные сообщения" -#: ../../include/conversation.php:1448 +#: ../../include/conversation.php:1480 ../../mod/admin.php:890 msgid "Channel" msgstr "Канал" -#: ../../include/conversation.php:1451 +#: ../../include/conversation.php:1483 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1455 +#: ../../include/conversation.php:1492 msgid "About" msgstr "О себе" -#: ../../include/conversation.php:1458 +#: ../../include/conversation.php:1495 msgid "Profile Details" msgstr "Сведения о профиле" -#: ../../include/conversation.php:1465 ../../include/photos.php:297 -msgid "Photo Albums" -msgstr "Фотоальбомы" +#: ../../include/conversation.php:1501 ../../include/nav.php:84 +#: ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Фотографии" -#: ../../include/conversation.php:1470 ../../mod/fbrowser.php:114 +#: ../../include/conversation.php:1510 ../../include/nav.php:85 +#: ../../mod/fbrowser.php:114 msgid "Files" msgstr "Файлы" -#: ../../include/conversation.php:1473 +#: ../../include/conversation.php:1513 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1485 +#: ../../include/conversation.php:1522 ../../include/conversation.php:1525 +msgid "Chatrooms" +msgstr "Чаты" + +#: ../../include/conversation.php:1532 ../../include/nav.php:87 +#: ../../include/nav.php:180 ../../mod/events.php:366 +msgid "Events" +msgstr "Мероприятия" + +#: ../../include/conversation.php:1535 msgid "Events and Calendar" msgstr "Мероприятия и календарь" -#: ../../include/conversation.php:1490 +#: ../../include/conversation.php:1540 ../../include/nav.php:88 +msgid "Bookmarks" +msgstr "Закладки" + +#: ../../include/conversation.php:1543 +msgid "Saved Bookmarks" +msgstr "Сохранённые закладки" + +#: ../../include/conversation.php:1551 ../../include/nav.php:90 +#: ../../mod/webpages.php:79 msgid "Webpages" msgstr "Веб-страницы" -#: ../../include/conversation.php:1493 +#: ../../include/conversation.php:1554 msgid "Manage Webpages" msgstr "Управление веб-страниц" -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "создал новое сообщение" - -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" -msgstr "прокомментировал %s's сообщение" - -#: ../../include/photos.php:15 ../../include/attach.php:97 -#: ../../include/attach.php:128 ../../include/attach.php:184 -#: ../../include/attach.php:199 ../../include/attach.php:232 -#: ../../include/attach.php:246 ../../include/attach.php:267 -#: ../../include/attach.php:461 ../../include/attach.php:539 -#: ../../include/items.php:3445 ../../mod/common.php:35 -#: ../../mod/events.php:140 ../../mod/thing.php:241 ../../mod/thing.php:257 -#: ../../mod/thing.php:291 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/connedit.php:179 ../../mod/webpages.php:40 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/page.php:30 ../../mod/page.php:80 -#: ../../mod/setup.php:200 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/delegate.php:6 -#: ../../mod/sources.php:62 ../../mod/mitem.php:73 ../../mod/group.php:9 -#: ../../mod/photos.php:68 ../../mod/photos.php:653 ../../mod/viewsrc.php:12 -#: ../../mod/menu.php:40 ../../mod/connections.php:167 -#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12 -#: ../../mod/profiles.php:152 ../../mod/profiles.php:465 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10 -#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:76 -#: ../../mod/filestorage.php:99 ../../mod/manage.php:6 -#: ../../mod/settings.php:484 ../../mod/mail.php:108 -#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 -#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13 -#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 -#: ../../mod/channel.php:88 ../../mod/channel.php:225 -#: ../../mod/fsuggest.php:78 ../../mod/editblock.php:48 -#: ../../mod/suggest.php:26 ../../mod/message.php:16 ../../mod/register.php:68 -#: ../../mod/regmod.php:18 ../../mod/authtest.php:13 ../../mod/item.php:182 -#: ../../mod/item.php:190 ../../mod/mood.php:119 ../../index.php:176 -#: ../../index.php:344 -msgid "Permission denied." -msgstr "Доступ запрещен." - -#: ../../include/photos.php:88 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "" - -#: ../../include/photos.php:95 -msgid "Image file is empty." -msgstr "файл пуст." - -#: ../../include/photos.php:122 ../../mod/profile_photo.php:147 -msgid "Unable to process image" -msgstr "" - -#: ../../include/photos.php:184 -msgid "Photo storage failed." -msgstr "" - -#: ../../include/photos.php:301 ../../mod/photos.php:821 -#: ../../mod/photos.php:1296 -msgid "Upload New Photos" -msgstr "Загрузить новые фотографии" - -#: ../../include/profile_selectors.php:6 -msgid "Male" -msgstr "Мужской" - -#: ../../include/profile_selectors.php:6 -msgid "Female" -msgstr "Женский" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "В настоящее время мужской" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "В настоящее время женский" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "В основном мужской" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "В основном женский" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Транссексуал" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Intersex" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Транссексуал" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Гермафродит" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Среднего рода" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Неспецифический" - -#: ../../include/profile_selectors.php:6 -msgid "Other" -msgstr "Другой" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Нерешительный" - -#: ../../include/profile_selectors.php:23 -msgid "Males" -msgstr "Самец" - -#: ../../include/profile_selectors.php:23 -msgid "Females" -msgstr "Самка" - -#: ../../include/profile_selectors.php:23 -msgid "Gay" -msgstr "Гей" - -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Лесбиянка" - -#: ../../include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Без предпочтений" - -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Двуполый" - -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Autosexual" - -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Воздержанный" - -#: ../../include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Девственница" - -#: ../../include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Отклоняющийся от нормы" - -#: ../../include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Фетиш" - -#: ../../include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Множественный" - -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Несексуальный" - -#: ../../include/profile_selectors.php:42 -msgid "Single" -msgstr "Одинок" - -#: ../../include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Уединенный" - -#: ../../include/profile_selectors.php:42 -msgid "Available" -msgstr "Доступный" - -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Недоступный" - -#: ../../include/profile_selectors.php:42 -msgid "Has crush" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "Влюбленный" - -#: ../../include/profile_selectors.php:42 -msgid "Dating" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Неверный" - -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Секс наркоман" - -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Casual" -msgstr "Случайный" - -#: ../../include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Помолвленный" - -#: ../../include/profile_selectors.php:42 -msgid "Married" -msgstr "Женат" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "Мысленно женат" - -#: ../../include/profile_selectors.php:42 -msgid "Partners" -msgstr "Партнеры" - -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Сожительствующие" - -#: ../../include/profile_selectors.php:42 -msgid "Common law" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Happy" -msgstr "Счастливый" - -#: ../../include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Не нуждаюсь" - -#: ../../include/profile_selectors.php:42 -msgid "Swinger" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Separated" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Колеблющийся" - -#: ../../include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Разведенный" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "Мысленно разведенный" - -#: ../../include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Овдовевший" - -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Неопределенный" - -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "Это сложно" - -#: ../../include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Не заботьтесь" - -#: ../../include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Спроси меня" - -#: ../../include/attach.php:179 ../../include/attach.php:227 -msgid "Item was not found." -msgstr "Элемент не найден." - -#: ../../include/attach.php:280 -msgid "No source file." -msgstr "Нет исходного файла." - -#: ../../include/attach.php:297 -msgid "Cannot locate file to replace" -msgstr "Не удается найти файл, чтобы заменить" - -#: ../../include/attach.php:315 -msgid "Cannot locate file to revise/update" -msgstr "Не удается найти файл для пересмотра / обновления" - -#: ../../include/attach.php:326 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Файл превышает предельный размер %d" - -#: ../../include/attach.php:337 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "" - -#: ../../include/attach.php:421 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена." - -#: ../../include/attach.php:433 -msgid "Stored file could not be verified. Upload failed." -msgstr "" - -#: ../../include/attach.php:477 ../../include/attach.php:494 -msgid "Path not available." -msgstr "Путь недоступен." - -#: ../../include/attach.php:544 -msgid "Empty pathname" -msgstr "" - -#: ../../include/attach.php:562 -msgid "duplicate filename or path" -msgstr "" - -#: ../../include/attach.php:587 -msgid "Path not found." -msgstr "Путь не найден." - -#: ../../include/attach.php:632 -msgid "mkdir failed." -msgstr "" - -#: ../../include/attach.php:636 -msgid "database storage failed." -msgstr "" - -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "Тэги" - -#: ../../include/taxonomy.php:227 -msgid "Keywords" -msgstr "Ключевые слова" - -#: ../../include/taxonomy.php:252 -msgid "have" -msgstr "иметь" - -#: ../../include/taxonomy.php:252 -msgid "has" -msgstr "есть" - -#: ../../include/taxonomy.php:253 -msgid "want" -msgstr "хотеть" - -#: ../../include/taxonomy.php:253 -msgid "wants" -msgstr "хочет" +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Прочее" -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:175 -msgid "like" -msgstr "мне нравиться" +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" +msgstr "год" -#: ../../include/taxonomy.php:254 -msgid "likes" -msgstr "мне нравиться" +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" +msgstr "месяц" -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:176 -msgid "dislike" -msgstr "мне не-нравиться" +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" +msgstr "день" -#: ../../include/taxonomy.php:255 -msgid "dislikes" -msgstr "мне не-нравиться" +#: ../../include/datetime.php:275 +msgid "never" +msgstr "никогда" -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "Не действительный адрес электронной почты" +#: ../../include/datetime.php:281 +msgid "less than a second ago" +msgstr "менее чем одну секунду назад" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "Домен электронной почты не входит в число тех, которые разрешены на этом сайте" +#: ../../include/datetime.php:284 +msgid "years" +msgstr "лет" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "Ваш адрес электронной почты уже зарегистрирован на этом сайте." +#: ../../include/datetime.php:285 +msgid "months" +msgstr "мес." -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "Требуется приглашение." +#: ../../include/datetime.php:286 +msgid "week" +msgstr "неделя" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "Не удалось проверить приглашение." +#: ../../include/datetime.php:286 +msgid "weeks" +msgstr "недель" -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Пожалуйста, введите необходимую информацию." +#: ../../include/datetime.php:287 +msgid "days" +msgstr "дней" -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Не удалось сохранить информацию аккаунта." +#: ../../include/datetime.php:288 +msgid "hour" +msgstr "час" -#: ../../include/account.php:273 -#, php-format -msgid "Registration request at %s" -msgstr "Требуется регистрация на %s" +#: ../../include/datetime.php:288 +msgid "hours" +msgstr "часов" -#: ../../include/account.php:275 ../../include/account.php:302 -#: ../../include/account.php:359 -msgid "Administrator" -msgstr "Администратор" +#: ../../include/datetime.php:289 +msgid "minute" +msgstr "минута" -#: ../../include/account.php:297 -msgid "your registration password" -msgstr "Ваш пароль регистрации" +#: ../../include/datetime.php:289 +msgid "minutes" +msgstr "мин." -#: ../../include/account.php:300 ../../include/account.php:357 -#, php-format -msgid "Registration details for %s" -msgstr "Регистрационные данные для %s" +#: ../../include/datetime.php:290 +msgid "second" +msgstr "секунда" -#: ../../include/account.php:366 -msgid "Account approved." -msgstr "Аккаунт утвержден." +#: ../../include/datetime.php:290 +msgid "seconds" +msgstr "секунд" -#: ../../include/account.php:400 +#: ../../include/datetime.php:299 #, php-format -msgid "Registration revoked for %s" -msgstr "Регистрация отозвана для %s" +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s назад" -#: ../../include/dir_fns.php:15 +#: ../../include/dir_fns.php:36 msgid "Sort Options" msgstr "" -#: ../../include/dir_fns.php:16 +#: ../../include/dir_fns.php:37 msgid "Alphabetic" msgstr "По алфавиту" -#: ../../include/dir_fns.php:17 +#: ../../include/dir_fns.php:38 msgid "Reverse Alphabetic" msgstr "По обратному алфавиту" -#: ../../include/dir_fns.php:18 +#: ../../include/dir_fns.php:39 msgid "Newest to Oldest" msgstr "От новых к старым" -#: ../../include/dir_fns.php:30 +#: ../../include/dir_fns.php:51 msgid "Enable Safe Search" msgstr "" -#: ../../include/dir_fns.php:32 +#: ../../include/dir_fns.php:53 msgid "Disable Safe Search" msgstr "" -#: ../../include/dir_fns.php:34 +#: ../../include/dir_fns.php:55 msgid "Safe Mode" msgstr "" -#: ../../include/enotify.php:40 +#: ../../include/enotify.php:41 msgid "Red Matrix Notification" msgstr "Оповещения Red матрицы" -#: ../../include/enotify.php:41 +#: ../../include/enotify.php:42 msgid "redmatrix" msgstr "redmatrix" -#: ../../include/enotify.php:43 +#: ../../include/enotify.php:44 msgid "Thank You," msgstr "Спасибо," -#: ../../include/enotify.php:45 +#: ../../include/enotify.php:46 #, php-format msgid "%s Administrator" msgstr "%s администратор" -#: ../../include/enotify.php:80 +#: ../../include/enotify.php:81 #, php-format msgid "%s <!item_type!>" msgstr "%s <!item_type!>" -#: ../../include/enotify.php:84 +#: ../../include/enotify.php:85 #, php-format msgid "[Red:Notify] New mail received at %s" msgstr "[Red:Уведомление] Получено новое сообщение в %s" -#: ../../include/enotify.php:86 +#: ../../include/enotify.php:87 #, php-format msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "" -#: ../../include/enotify.php:87 +#: ../../include/enotify.php:88 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s послал вам %2$s." -#: ../../include/enotify.php:87 +#: ../../include/enotify.php:88 msgid "a private message" msgstr "личное сообщение" -#: ../../include/enotify.php:88 +#: ../../include/enotify.php:89 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Пожалуйста, посетите %s для просмотра и/или ответа на ваши личные сообщения." -#: ../../include/enotify.php:142 +#: ../../include/enotify.php:144 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "" -#: ../../include/enotify.php:150 +#: ../../include/enotify.php:152 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "" -#: ../../include/enotify.php:159 +#: ../../include/enotify.php:161 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "" -#: ../../include/enotify.php:170 +#: ../../include/enotify.php:172 #, php-format msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Red:Уведомление] Комментарий к разговору #%1$d по %2$s" -#: ../../include/enotify.php:171 +#: ../../include/enotify.php:173 #, php-format msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "" -#: ../../include/enotify.php:174 ../../include/enotify.php:189 -#: ../../include/enotify.php:215 ../../include/enotify.php:234 -#: ../../include/enotify.php:248 +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Пожалуйста, посетите %s для просмотра и/или ответа разговора." -#: ../../include/enotify.php:180 +#: ../../include/enotify.php:182 #, php-format msgid "[Red:Notify] %s posted to your profile wall" msgstr "[Red:Уведомление] %s добавил сообщениe на стену вашего профиля" -#: ../../include/enotify.php:182 +#: ../../include/enotify.php:184 #, php-format msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../include/enotify.php:184 +#: ../../include/enotify.php:186 #, php-format msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../include/enotify.php:208 +#: ../../include/enotify.php:210 #, php-format msgid "[Red:Notify] %s tagged you" msgstr "[Red:Уведомление] %s добавил у вас тег" -#: ../../include/enotify.php:209 +#: ../../include/enotify.php:211 #, php-format msgid "%1$s, %2$s tagged you at %3$s" msgstr "" -#: ../../include/enotify.php:210 +#: ../../include/enotify.php:212 #, php-format msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "" -#: ../../include/enotify.php:223 +#: ../../include/enotify.php:225 #, php-format msgid "[Red:Notify] %1$s poked you" msgstr "[Red:Уведомление] %1$s подпихнул вас" -#: ../../include/enotify.php:224 +#: ../../include/enotify.php:226 #, php-format msgid "%1$s, %2$s poked you at %3$s" msgstr "" -#: ../../include/enotify.php:225 +#: ../../include/enotify.php:227 #, php-format msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../include/enotify.php:241 +#: ../../include/enotify.php:243 #, php-format msgid "[Red:Notify] %s tagged your post" msgstr "[Red:Уведомление] %s добавил у вас в сообщении тег" -#: ../../include/enotify.php:242 +#: ../../include/enotify.php:244 #, php-format msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../include/enotify.php:243 +#: ../../include/enotify.php:245 #, php-format msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../include/enotify.php:255 +#: ../../include/enotify.php:257 msgid "[Red:Notify] Introduction received" msgstr "[Red:Уведомление] введение получено" -#: ../../include/enotify.php:256 +#: ../../include/enotify.php:258 #, php-format -msgid "%1$s, you've received an introduction from '%2$s' at %3$s" +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "" -#: ../../include/enotify.php:257 +#: ../../include/enotify.php:259 #, php-format -msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "" -#: ../../include/enotify.php:261 ../../include/enotify.php:280 +#: ../../include/enotify.php:263 ../../include/enotify.php:282 #, php-format msgid "You may visit their profile at %s" msgstr "Вы можете посетить профиль в %s" -#: ../../include/enotify.php:263 +#: ../../include/enotify.php:265 #, php-format -msgid "Please visit %s to approve or reject the introduction." +msgid "Please visit %s to approve or reject the connection request." msgstr "" -#: ../../include/enotify.php:270 +#: ../../include/enotify.php:272 msgid "[Red:Notify] Friend suggestion received" msgstr "[Red:Уведомление] Получено предложение дружить" -#: ../../include/enotify.php:271 +#: ../../include/enotify.php:273 #, php-format msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "" -#: ../../include/enotify.php:272 +#: ../../include/enotify.php:274 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " "%4$s." msgstr "" -#: ../../include/enotify.php:278 +#: ../../include/enotify.php:280 msgid "Name:" msgstr "Имя:" -#: ../../include/enotify.php:279 +#: ../../include/enotify.php:281 msgid "Photo:" msgstr "Фото:" -#: ../../include/enotify.php:282 +#: ../../include/enotify.php:284 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../include/auth.php:69 -msgid "Logged out." -msgstr "Вышел из системы." +#: ../../include/ItemObject.php:118 +msgid "save to folder" +msgstr "сохранить в папку" -#: ../../include/auth.php:181 -msgid "Failed authentication" -msgstr "Ошибка аутентификации" +#: ../../include/ItemObject.php:154 +msgid "add star" +msgstr "добавить маркировку" -#: ../../include/auth.php:190 -msgid "Login failed." -msgstr "Не удалось войти." +#: ../../include/ItemObject.php:155 +msgid "remove star" +msgstr "удалить маркировку" -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "имеется %d приглашение" -msgstr[1] "имеются %d приглашения" -msgstr[2] "имеется %d приглашений" +#: ../../include/ItemObject.php:156 +msgid "toggle star status" +msgstr "переключение статуса маркировки" -#: ../../include/contact_widgets.php:20 -msgid "Find Channels" -msgstr "Поиск контактов" +#: ../../include/ItemObject.php:160 +msgid "starred" +msgstr "помеченные" -#: ../../include/contact_widgets.php:21 -msgid "Enter name or interest" -msgstr "Впишите имя или интерес" +#: ../../include/ItemObject.php:177 +msgid "add tag" +msgstr "добавить тег" -#: ../../include/contact_widgets.php:22 -msgid "Connect/Follow" -msgstr "Подключить/следовать" +#: ../../include/ItemObject.php:192 ../../mod/photos.php:971 +msgid "I like this (toggle)" +msgstr "мне это нравится (переключение)" -#: ../../include/contact_widgets.php:23 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Примеры: Владимир Ильич, Революционер" +#: ../../include/ItemObject.php:193 ../../mod/photos.php:972 +msgid "I don't like this (toggle)" +msgstr "мне это не нравится (переключение)" -#: ../../include/contact_widgets.php:24 ../../mod/directory.php:205 -#: ../../mod/directory.php:210 ../../mod/connections.php:355 -msgid "Find" -msgstr "Поиск" +#: ../../include/ItemObject.php:195 +msgid "Share this" +msgstr "Поделиться этим" -#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59 -msgid "Channel Suggestions" -msgstr "Рекомендации каналов" +#: ../../include/ItemObject.php:195 +msgid "share" +msgstr "поделиться" -#: ../../include/contact_widgets.php:27 -msgid "Random Profile" -msgstr "Случайные" +#: ../../include/ItemObject.php:219 ../../include/ItemObject.php:220 +#, php-format +msgid "View %s's profile - %s" +msgstr "Просмотр %s's профиля - %s" -#: ../../include/contact_widgets.php:28 -msgid "Invite Friends" -msgstr "Пригласить друзей" +#: ../../include/ItemObject.php:221 +msgid "to" +msgstr "к" + +#: ../../include/ItemObject.php:222 +msgid "via" +msgstr "через" + +#: ../../include/ItemObject.php:223 +msgid "Wall-to-Wall" +msgstr "Стена-к-Стене" + +#: ../../include/ItemObject.php:224 +msgid "via Wall-To-Wall:" +msgstr "через Стена-к-Стене:" + +#: ../../include/ItemObject.php:258 +msgid "Bookmark Links" +msgstr "" -#: ../../include/contact_widgets.php:120 +#: ../../include/ItemObject.php:293 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d совместный контакт" -msgstr[1] "%d совместных контакта" -msgstr[2] "%d совместных контактов" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d комментарий" +msgstr[1] "%d комментария" +msgstr[2] "%d комментариев" -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Новая страница" +#: ../../include/ItemObject.php:558 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 +msgid "This is you" +msgstr "Это вы" -#: ../../include/page_widgets.php:8 ../../include/ItemObject.php:96 -#: ../../mod/thing.php:229 ../../mod/webpages.php:118 ../../mod/menu.php:55 -#: ../../mod/layouts.php:102 ../../mod/filestorage.php:171 -#: ../../mod/settings.php:569 ../../mod/editlayout.php:101 -#: ../../mod/editpost.php:98 ../../mod/blocks.php:93 -#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:115 -msgid "Edit" -msgstr "Редактировать" +#: ../../include/ItemObject.php:560 ../../include/js_strings.php:6 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +msgid "Comment" +msgstr "Комментарий" -#: ../../include/plugin.php:475 ../../include/plugin.php:477 -msgid "Click here to upgrade." -msgstr "Нажмите здесь, чтобы обновить." +#: ../../include/ItemObject.php:561 ../../mod/mood.php:142 +#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 +#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 +#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 +#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 +#: ../../mod/events.php:481 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 +#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283 +#: ../../mod/thing.php:326 ../../mod/import.php:387 ../../mod/invite.php:156 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/php/config.php:67 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Отправить" -#: ../../include/plugin.php:483 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../include/ItemObject.php:562 +msgid "Bold" +msgstr "Жирный" + +#: ../../include/ItemObject.php:563 +msgid "Italic" +msgstr "Курсив" + +#: ../../include/ItemObject.php:564 +msgid "Underline" +msgstr "Подчеркнутый" + +#: ../../include/ItemObject.php:565 +msgid "Quote" +msgstr "Цитата" + +#: ../../include/ItemObject.php:566 +msgid "Code" +msgstr "Код" + +#: ../../include/ItemObject.php:567 +msgid "Image" +msgstr "Изображение" + +#: ../../include/ItemObject.php:568 +msgid "Link" +msgstr "Ссылка" + +#: ../../include/ItemObject.php:569 +msgid "Video" +msgstr "Видео" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Главные функции" + +#: ../../include/features.php:25 +msgid "Content Expiration" msgstr "" -#: ../../include/plugin.php:488 -msgid "This action is not available under your subscription plan." +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/follow.php:21 -msgid "Channel is blocked on this site." -msgstr "Канал блокируется на этом сайте." +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Несколько профилей" -#: ../../include/follow.php:26 -msgid "Channel location missing." -msgstr "Местоположение канала отсутствует." +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Возможность создания нескольких профилей" + +#: ../../include/features.php:27 +msgid "Web Pages" +msgstr "Веб-страницы" -#: ../../include/follow.php:43 -msgid "Channel discovery failed. Website may be down or misconfigured." +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../include/follow.php:51 -msgid "Response from remote channel was not understood." +#: ../../include/features.php:28 +msgid "Private Notes" +msgstr "Личные заметки" + +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" msgstr "" -#: ../../include/follow.php:58 -msgid "Response from remote channel was incomplete." +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" +msgstr "Расширенный обмен идентичности" + +#: ../../include/features.php:33 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." msgstr "" -#: ../../include/follow.php:129 -msgid "local account not found." -msgstr "локальный аккаунт не найден." +#: ../../include/features.php:34 +msgid "Expert Mode" +msgstr "Экспертный режим" -#: ../../include/follow.php:138 -msgid "Cannot connect to yourself." -msgstr "Нельзя подключиться к самому себе." +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "" -#: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" -msgstr "Может просматривать мои \"публичные\" поток и сообщения" +#: ../../include/features.php:35 +msgid "Premium Channel" +msgstr "Премиум канал" -#: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" -msgstr "Может просматривать мой \"публичный\" профиль канала" +#: ../../include/features.php:35 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "" -#: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" -msgstr "Может просматривать мои \"публичные\" фотоальбомы" +#: ../../include/features.php:40 +msgid "Post Composition Features" +msgstr "" -#: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" -msgstr "Может просматривать мою \"публичную\" адресную книгу" +#: ../../include/features.php:41 +msgid "Richtext Editor" +msgstr "Редактор RichText" -#: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" -msgstr "Может просматривать мои \"публичные\" файлы" +#: ../../include/features.php:41 +msgid "Enable richtext editor" +msgstr "Включить редактор RichText" -#: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" -msgstr "Может просматривать мои \"публичные\" страницы" +#: ../../include/features.php:42 +msgid "Post Preview" +msgstr "Предварительный просмотр сообщения" -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" -msgstr "Может прислать мне свои потоки и сообщения" +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией" -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" -msgstr "Может публиковать на моей странице канала (\"стена\")" +#: ../../include/features.php:43 ../../include/widgets.php:490 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "" -#: ../../include/permissions.php:23 -msgid "Can comment on my posts" -msgstr "Может комментировать мои сообщения" +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" +msgstr "" -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" -msgstr "Может отправлять мне личные сообщения по эл. почте" +#: ../../include/features.php:44 +msgid "Even More Encryption" +msgstr "" -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" -msgstr "Может публиковать фотографии в мои фотоальбомы" +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "" -#: ../../include/permissions.php:26 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" +msgstr "Фильтрация сети и потока" + +#: ../../include/features.php:50 +msgid "Search by Date" +msgstr "Поиск по дате" + +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" +msgstr "Возможность выбора сообщений по датам" + +#: ../../include/features.php:51 +msgid "Collections Filter" +msgstr "Фильтр коллекций" + +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/permissions.php:26 -msgid "Advanced - useful for creating group forum channels" +#: ../../include/features.php:52 ../../include/widgets.php:252 +msgid "Saved Searches" +msgstr "Запомненные поиски" + +#: ../../include/features.php:52 +msgid "Save search terms for re-use" +msgstr "Сохранять результаты поиска для повторного использования" + +#: ../../include/features.php:53 +msgid "Network Personal Tab" +msgstr "Сеть - Личная вкладка" + +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/permissions.php:27 -msgid "Can chat with me (when available)" -msgstr "Можете общаться со мной в чате (при наличии)" +#: ../../include/features.php:54 +msgid "Network New Tab" +msgstr "Сеть - Новая вкладка" -#: ../../include/permissions.php:27 -msgid "Requires compatible chat plugin" -msgstr "Требуется совместимый чат-плагин" +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" +msgstr "" -#: ../../include/permissions.php:28 -msgid "Can write to my \"public\" file storage" +#: ../../include/features.php:55 +msgid "Affinity Tool" +msgstr "Инструмент сходства или соответствия" + +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/permissions.php:29 -msgid "Can edit my \"public\" pages" -msgstr "Может редактировать мои \"публичные\" страницы" +#: ../../include/features.php:56 +msgid "Suggest Channels" +msgstr "" -#: ../../include/permissions.php:31 -msgid "Can source my \"public\" posts in derived channels" +#: ../../include/features.php:56 +msgid "Show channel suggestions" msgstr "" -#: ../../include/permissions.php:31 -msgid "Somewhat advanced - very useful in open communities" +#: ../../include/features.php:61 +msgid "Post/Comment Tools" +msgstr "Инструменты сообщений/комментарий " + +#: ../../include/features.php:63 +msgid "Edit Sent Posts" +msgstr "Редактировать отправленные сообщения" + +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" +msgstr "Редактировать и исправлять сообщения и комментарии после отправки" + +#: ../../include/features.php:64 +msgid "Tagging" +msgstr "Пометка" + +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/permissions.php:32 -msgid "Can administer my channel resources" -msgstr "Может администрировать мои ресурсы канала" +#: ../../include/features.php:65 +msgid "Post Categories" +msgstr "Категории сообщения" + +#: ../../include/features.php:65 +msgid "Add categories to your posts" +msgstr "Добавить категории для ваших сообщений" + +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" +msgstr "" -#: ../../include/permissions.php:32 +#: ../../include/features.php:67 +msgid "Dislike Posts" +msgstr "Сообщение не нравится" + +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: ../../include/features.php:68 +msgid "Star Posts" +msgstr "Помечать сообщения" + +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: ../../include/features.php:69 +msgid "Tag Cloud" +msgstr "Облако тегов" + +#: ../../include/features.php:69 +msgid "Provide a personal tag cloud on your channel page" +msgstr "" + +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." +msgstr "Канал блокируется на этом сайте." + +#: ../../include/follow.php:28 +msgid "Channel location missing." +msgstr "Местоположение канала отсутствует." + +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." +msgstr "" + +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." +msgstr "" + +#: ../../include/follow.php:132 +msgid "Channel discovery failed." +msgstr "" + +#: ../../include/follow.php:149 +msgid "local account not found." +msgstr "локальный аккаунт не найден." + +#: ../../include/follow.php:158 +msgid "Cannot connect to yourself." +msgstr "Нельзя подключиться к самому себе." + +#: ../../include/group.php:25 msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." msgstr "" -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:62 -#: ../../view/theme/apw/php/config.php:176 -msgid "Default" -msgstr "По умолчанию" +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" +msgstr "Группа конфиденциальности по умолчанию для новых контактов" -#: ../../include/identity.php:29 ../../mod/item.php:1143 +#: ../../include/group.php:242 ../../mod/admin.php:762 +msgid "All Channels" +msgstr "Все каналы" + +#: ../../include/group.php:264 +msgid "edit" +msgstr "редактировать" + +#: ../../include/group.php:285 +msgid "Collections" +msgstr "Коллекции" + +#: ../../include/group.php:286 +msgid "Edit collection" +msgstr "Редактировать коллекцию" + +#: ../../include/group.php:287 +msgid "Create a new collection" +msgstr "Создать новую коллекцию" + +#: ../../include/group.php:288 +msgid "Channels not in any collection" +msgstr "Контакты не в какой коллекции" + +#: ../../include/group.php:290 ../../include/widgets.php:253 +msgid "add" +msgstr "добавить" + +#: ../../include/identity.php:30 ../../mod/item.php:1239 msgid "Unable to obtain identity information from database" msgstr "Невозможно получить идентификационную информацию из базы данных" -#: ../../include/identity.php:62 +#: ../../include/identity.php:63 msgid "Empty name" msgstr "Пустое имя" -#: ../../include/identity.php:64 +#: ../../include/identity.php:65 msgid "Name too long" msgstr "Слишком длинное имя" -#: ../../include/identity.php:143 +#: ../../include/identity.php:166 msgid "No account identifier" msgstr "идентификатор аккаунта отсутствует" -#: ../../include/identity.php:153 +#: ../../include/identity.php:176 msgid "Nickname is required." msgstr "Требуется псевдоним." -#: ../../include/identity.php:167 +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." +msgstr "" + +#: ../../include/identity.php:195 msgid "" "Nickname has unsupported characters or is already being used on this site." msgstr "Псевдоним имеет недопустимые символы или уже используется на этом сайте." -#: ../../include/identity.php:226 +#: ../../include/identity.php:258 msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/identity.php:285 +#: ../../include/identity.php:317 msgid "Default Profile" msgstr "Профиль по умолчанию" -#: ../../include/identity.php:477 +#: ../../include/identity.php:342 ../../include/profile_selectors.php:42 +#: ../../include/widgets.php:387 ../../mod/connedit.php:431 +msgid "Friends" +msgstr "Друзья" + +#: ../../include/identity.php:509 msgid "Requested channel is not available." msgstr "Запрашиваемый канал не доступен." -#: ../../include/identity.php:489 -msgid " Sorry, you don't have the permission to view this profile. " -msgstr "" - -#: ../../include/identity.php:524 ../../mod/webpages.php:8 -#: ../../mod/connect.php:13 ../../mod/layouts.php:8 -#: ../../mod/achievements.php:8 ../../mod/filestorage.php:40 -#: ../../mod/blocks.php:10 ../../mod/profile.php:16 +#: ../../include/identity.php:557 ../../mod/achievements.php:8 +#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13 +#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8 +#: ../../mod/webpages.php:8 msgid "Requested profile is not available." msgstr "Запрашиваемый профиль не доступен." -#: ../../include/identity.php:639 ../../mod/profiles.php:615 +#: ../../include/identity.php:689 ../../mod/profiles.php:603 msgid "Change profile photo" msgstr "Изменить фотографию профиля" -#: ../../include/identity.php:645 +#: ../../include/identity.php:695 msgid "Profiles" msgstr "Профили" -#: ../../include/identity.php:645 +#: ../../include/identity.php:695 msgid "Manage/edit profiles" msgstr "Управление / Редактирование профилей" -#: ../../include/identity.php:646 ../../mod/profiles.php:616 +#: ../../include/identity.php:696 ../../mod/profiles.php:604 msgid "Create New Profile" msgstr "Создать новый профиль" -#: ../../include/identity.php:649 +#: ../../include/identity.php:699 msgid "Edit Profile" msgstr "Редактировать профиль" -#: ../../include/identity.php:660 ../../mod/profiles.php:627 +#: ../../include/identity.php:710 ../../mod/profiles.php:615 msgid "Profile Image" msgstr "Изображение профиля" -#: ../../include/identity.php:663 ../../mod/profiles.php:630 +#: ../../include/identity.php:713 ../../mod/profiles.php:618 msgid "visible to everybody" msgstr "видно всем" -#: ../../include/identity.php:664 ../../mod/profiles.php:631 +#: ../../include/identity.php:714 ../../mod/profiles.php:619 msgid "Edit visibility" msgstr "Редактировать видимость" -#: ../../include/identity.php:678 ../../include/identity.php:903 +#: ../../include/identity.php:728 ../../include/identity.php:952 #: ../../mod/directory.php:158 msgid "Gender:" msgstr "Пол:" -#: ../../include/identity.php:679 ../../include/identity.php:923 +#: ../../include/identity.php:729 ../../include/identity.php:977 #: ../../mod/directory.php:160 msgid "Status:" msgstr "Статус:" -#: ../../include/identity.php:680 ../../include/identity.php:934 +#: ../../include/identity.php:730 ../../include/identity.php:988 #: ../../mod/directory.php:162 msgid "Homepage:" msgstr "Домашняя страница:" -#: ../../include/identity.php:747 ../../include/identity.php:827 -#: ../../mod/ping.php:230 +#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 +msgid "Online Now" +msgstr "" + +#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../mod/ping.php:262 msgid "g A l F d" msgstr "g A l F d" -#: ../../include/identity.php:748 ../../include/identity.php:828 +#: ../../include/identity.php:797 ../../include/identity.php:877 msgid "F d" msgstr "F d" -#: ../../include/identity.php:793 ../../include/identity.php:868 -#: ../../mod/ping.php:252 +#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../mod/ping.php:284 msgid "[today]" msgstr "[сегодня]" -#: ../../include/identity.php:805 +#: ../../include/identity.php:854 msgid "Birthday Reminders" msgstr "Напоминания о Днях Рождения" -#: ../../include/identity.php:806 +#: ../../include/identity.php:855 msgid "Birthdays this week:" msgstr "Дни Рождения на этой неделе:" -#: ../../include/identity.php:861 +#: ../../include/identity.php:910 msgid "[No description]" msgstr "[без описания]" -#: ../../include/identity.php:879 +#: ../../include/identity.php:928 msgid "Event Reminders" msgstr "Напоминания мероприятий" -#: ../../include/identity.php:880 +#: ../../include/identity.php:929 msgid "Events this week:" msgstr "Мероприятия на этой неделе:" -#: ../../include/identity.php:893 ../../include/identity.php:975 -#: ../../mod/profperm.php:103 +#: ../../include/identity.php:942 ../../include/identity.php:1031 +#: ../../mod/profperm.php:112 msgid "Profile" msgstr "Профиль" -#: ../../include/identity.php:901 ../../mod/settings.php:911 +#: ../../include/identity.php:950 ../../mod/settings.php:937 msgid "Full Name:" msgstr "Полное имя:" -#: ../../include/identity.php:908 +#: ../../include/identity.php:962 msgid "j F, Y" msgstr "j F, Y" -#: ../../include/identity.php:909 +#: ../../include/identity.php:963 msgid "j F" msgstr "j F" -#: ../../include/identity.php:916 +#: ../../include/identity.php:970 msgid "Birthday:" msgstr "День Рождения:" -#: ../../include/identity.php:920 +#: ../../include/identity.php:974 msgid "Age:" msgstr "Возраст:" -#: ../../include/identity.php:929 +#: ../../include/identity.php:983 #, php-format msgid "for %1$d %2$s" msgstr "для %1$d %2$s" -#: ../../include/identity.php:932 ../../mod/profiles.php:538 +#: ../../include/identity.php:986 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "Сексуальная ориентация:" -#: ../../include/identity.php:936 ../../mod/profiles.php:540 +#: ../../include/identity.php:990 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "Родной город:" -#: ../../include/identity.php:938 +#: ../../include/identity.php:992 msgid "Tags:" msgstr "Тэги:" -#: ../../include/identity.php:940 ../../mod/profiles.php:541 +#: ../../include/identity.php:994 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "Политические взгляды:" -#: ../../include/identity.php:942 +#: ../../include/identity.php:996 msgid "Religion:" msgstr "Религия:" -#: ../../include/identity.php:944 ../../mod/directory.php:164 +#: ../../include/identity.php:998 ../../mod/directory.php:164 msgid "About:" msgstr "О себе:" -#: ../../include/identity.php:946 +#: ../../include/identity.php:1000 msgid "Hobbies/Interests:" msgstr "Хобби / интересы:" -#: ../../include/identity.php:948 ../../mod/profiles.php:544 +#: ../../include/identity.php:1002 ../../mod/profiles.php:532 msgid "Likes:" msgstr "Что вам нравится:" -#: ../../include/identity.php:950 ../../mod/profiles.php:545 +#: ../../include/identity.php:1004 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "Что вам не нравится:" -#: ../../include/identity.php:953 +#: ../../include/identity.php:1007 msgid "Contact information and Social Networks:" msgstr "Информация и социальные сети контакта:" -#: ../../include/identity.php:955 +#: ../../include/identity.php:1009 +msgid "My other channels:" +msgstr "" + +#: ../../include/identity.php:1011 msgid "Musical interests:" msgstr "Музыкальные интересы:" -#: ../../include/identity.php:957 +#: ../../include/identity.php:1013 msgid "Books, literature:" msgstr "Книги, литература:" -#: ../../include/identity.php:959 +#: ../../include/identity.php:1015 msgid "Television:" msgstr "Телевидение:" -#: ../../include/identity.php:961 +#: ../../include/identity.php:1017 msgid "Film/dance/culture/entertainment:" msgstr "Кино / танцы / культура / развлечения:" -#: ../../include/identity.php:963 +#: ../../include/identity.php:1019 msgid "Love/Romance:" msgstr "Любовь / Романс:" -#: ../../include/identity.php:965 +#: ../../include/identity.php:1021 msgid "Work/employment:" msgstr "Работа / Занятость:" -#: ../../include/identity.php:967 +#: ../../include/identity.php:1023 msgid "School/education:" msgstr "Школа / образование:" -#: ../../include/items.php:201 ../../mod/like.php:55 ../../mod/group.php:68 -#: ../../mod/profperm.php:19 ../../index.php:343 +#: ../../include/items.php:281 ../../mod/profperm.php:23 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63 +#: ../../index.php:361 msgid "Permission denied" msgstr "Доступ запрещен" -#: ../../include/items.php:3383 ../../mod/thing.php:74 ../../mod/admin.php:150 -#: ../../mod/admin.php:730 ../../mod/admin.php:933 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32 -#: ../../mod/channel.php:182 +#: ../../include/items.php:805 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:3558 ../../mod/admin.php:159 +#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/home.php:63 ../../mod/thing.php:78 +#: ../../mod/viewsrc.php:18 msgid "Item not found." msgstr "Элемент не найден." -#: ../../include/items.php:3734 ../../mod/group.php:38 ../../mod/group.php:140 +#: ../../include/items.php:3982 ../../mod/group.php:38 ../../mod/group.php:140 msgid "Collection not found." msgstr "Коллекция не найдена." -#: ../../include/items.php:3749 +#: ../../include/items.php:3997 msgid "Collection is empty." msgstr "Коллекция пуста." -#: ../../include/items.php:3756 +#: ../../include/items.php:4004 #, php-format msgid "Collection: %s" msgstr "Коллекции: %s" -#: ../../include/items.php:3767 +#: ../../include/items.php:4015 #, php-format msgid "Connection: %s" msgstr "Контакты: %s" -#: ../../include/items.php:3770 +#: ../../include/items.php:4018 msgid "Connection not found." msgstr "Контакт не найден." -#: ../../include/ItemObject.php:89 ../../mod/photos.php:972 -msgid "Private Message" -msgstr "Личное сообщение" - -#: ../../include/ItemObject.php:118 -msgid "save to folder" -msgstr "сохранить в папку" - -#: ../../include/ItemObject.php:146 -msgid "add star" -msgstr "добавить маркировку" - -#: ../../include/ItemObject.php:147 -msgid "remove star" -msgstr "удалить маркировку" - -#: ../../include/ItemObject.php:148 -msgid "toggle star status" -msgstr "переключение статуса маркировки" - -#: ../../include/ItemObject.php:152 -msgid "starred" -msgstr "помеченные" - -#: ../../include/ItemObject.php:169 -msgid "add tag" -msgstr "добавить тег" - -#: ../../include/ItemObject.php:175 ../../mod/photos.php:1078 -msgid "I like this (toggle)" -msgstr "мне это нравится (переключение)" - -#: ../../include/ItemObject.php:176 ../../mod/photos.php:1079 -msgid "I don't like this (toggle)" -msgstr "мне это не нравится (переключение)" - -#: ../../include/ItemObject.php:178 -msgid "Share this" -msgstr "Поделиться этим" - -#: ../../include/ItemObject.php:178 -msgid "share" -msgstr "поделиться" - -#: ../../include/ItemObject.php:202 ../../include/ItemObject.php:203 -#, php-format -msgid "View %s's profile - %s" -msgstr "Просмотр %s's профиля - %s" - -#: ../../include/ItemObject.php:204 -msgid "to" -msgstr "к" - -#: ../../include/ItemObject.php:205 -msgid "via" -msgstr "через" - -#: ../../include/ItemObject.php:206 -msgid "Wall-to-Wall" -msgstr "Стена-к-Стене" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Удалить этот элемент?" -#: ../../include/ItemObject.php:207 -msgid "via Wall-To-Wall:" -msgstr "через Стена-к-Стене:" +#: ../../include/js_strings.php:8 +msgid "show fewer" +msgstr "показать меньше" -#: ../../include/ItemObject.php:221 -#, php-format -msgid "Expires: %s" +#: ../../include/js_strings.php:9 +msgid "+ Show More" msgstr "" -#: ../../include/ItemObject.php:269 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d комментарий" -msgstr[1] "%d комментария" -msgstr[2] "%d комментариев" - -#: ../../include/ItemObject.php:534 ../../mod/photos.php:1097 -#: ../../mod/photos.php:1184 -msgid "This is you" -msgstr "Это вы" - -#: ../../include/ItemObject.php:537 ../../mod/events.php:470 -#: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156 -#: ../../mod/connedit.php:434 ../../mod/setup.php:304 ../../mod/setup.php:347 -#: ../../mod/connect.php:92 ../../mod/sources.php:97 ../../mod/sources.php:131 -#: ../../mod/admin.php:420 ../../mod/admin.php:686 ../../mod/admin.php:826 -#: ../../mod/admin.php:1025 ../../mod/admin.php:1112 ../../mod/group.php:81 -#: ../../mod/photos.php:693 ../../mod/photos.php:798 ../../mod/photos.php:1060 -#: ../../mod/photos.php:1100 ../../mod/photos.php:1187 -#: ../../mod/profiles.php:518 ../../mod/filestorage.php:132 -#: ../../mod/import.php:387 ../../mod/settings.php:507 -#: ../../mod/settings.php:619 ../../mod/settings.php:647 -#: ../../mod/settings.php:671 ../../mod/settings.php:742 -#: ../../mod/settings.php:903 ../../mod/mail.php:223 ../../mod/mail.php:335 -#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 ../../mod/mood.php:142 -#: ../../view/theme/redbasic/php/config.php:85 -#: ../../view/theme/apw/php/config.php:231 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/blogga/php/config.php:67 -msgid "Submit" -msgstr "Отправить" - -#: ../../include/ItemObject.php:538 -msgid "Bold" -msgstr "Жирный" - -#: ../../include/ItemObject.php:539 -msgid "Italic" -msgstr "Курсив" - -#: ../../include/ItemObject.php:540 -msgid "Underline" -msgstr "Подчеркнутый" - -#: ../../include/ItemObject.php:541 -msgid "Quote" -msgstr "Цитата" - -#: ../../include/ItemObject.php:542 -msgid "Code" -msgstr "Код" - -#: ../../include/ItemObject.php:543 -msgid "Image" -msgstr "Изображение" - -#: ../../include/ItemObject.php:544 -msgid "Link" -msgstr "Ссылка" - -#: ../../include/ItemObject.php:545 -msgid "Video" -msgstr "Видео" +#: ../../include/js_strings.php:10 +msgid "- Show Less" +msgstr "" -#: ../../include/security.php:49 -msgid "Welcome " -msgstr "Добро пожаловать" +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Пароль слишком короткий" -#: ../../include/security.php:50 -msgid "Please upload a profile photo." -msgstr "Загрузите пожалуйста фотографию профиля." +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Пароли не совпадают" -#: ../../include/security.php:53 -msgid "Welcome back " -msgstr "Добро пожаловать" +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "все" -#: ../../include/security.php:360 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../include/zot.php:545 -msgid "Invalid data packet" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../include/zot.php:555 -msgid "Unable to verify channel signature" -msgstr "Невозможно проверить сигнатуру канала" - -#: ../../include/zot.php:732 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Не канал." - -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Общие контакты" - -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Общих контактов нет." - -#: ../../mod/events.php:72 -msgid "Event title and start time are required." -msgstr "Название события и время начала требуется." - -#: ../../mod/events.php:287 -msgid "l, F j" -msgstr "l, F j" - -#: ../../mod/events.php:309 -msgid "Edit event" -msgstr "Редактировать мероприятие" +#: ../../include/js_strings.php:18 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" -#: ../../mod/events.php:355 -msgid "Create New Event" -msgstr "Создать новое мероприятие" +#: ../../include/js_strings.php:19 +msgid "timeago.prefixFromNow" +msgstr "" -#: ../../mod/events.php:356 -msgid "Previous" -msgstr "Предыдущая" +#: ../../include/js_strings.php:20 +msgid "ago" +msgstr "тому назад" -#: ../../mod/events.php:357 ../../mod/setup.php:258 -msgid "Next" -msgstr "Следующая" +#: ../../include/js_strings.php:21 +msgid "from now" +msgstr "с этого времени" -#: ../../mod/events.php:429 -msgid "hour:minute" -msgstr "часы:минуты" +#: ../../include/js_strings.php:22 +msgid "less than a minute" +msgstr "менее чем одну минуту назад" -#: ../../mod/events.php:448 -msgid "Event details" -msgstr "Детали мероприятия" +#: ../../include/js_strings.php:23 +msgid "about a minute" +msgstr "около минуты" -#: ../../mod/events.php:449 +#: ../../include/js_strings.php:24 #, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Формат: %s %s. Дата начала и название необходимы." - -#: ../../mod/events.php:451 -msgid "Event Starts:" -msgstr "Начало мероприятий:" - -#: ../../mod/events.php:451 ../../mod/events.php:465 -msgid "Required" -msgstr "Необходимо" - -#: ../../mod/events.php:454 -msgid "Finish date/time is not known or not relevant" -msgstr "Дата окончания / время окончания не известны или не релевантны" - -#: ../../mod/events.php:456 -msgid "Event Finishes:" -msgstr "\t\nКонец мероприятий:" +msgid "%d minutes" +msgstr "%d мин." -#: ../../mod/events.php:459 -msgid "Adjust for viewer timezone" -msgstr "Отрегулируйте для просмотра часовых поясов" +#: ../../include/js_strings.php:25 +msgid "about an hour" +msgstr "около часа" -#: ../../mod/events.php:461 -msgid "Description:" -msgstr "Описание:" +#: ../../include/js_strings.php:26 +#, php-format +msgid "about %d hours" +msgstr "около %d час." -#: ../../mod/events.php:465 -msgid "Title:" -msgstr "Заголовок:" +#: ../../include/js_strings.php:27 +msgid "a day" +msgstr "день" -#: ../../mod/events.php:467 -msgid "Share this event" -msgstr "Поделиться этим мероприятием" +#: ../../include/js_strings.php:28 +#, php-format +msgid "%d days" +msgstr "%d дн." -#: ../../mod/thing.php:94 -msgid "Thing updated" -msgstr "" +#: ../../include/js_strings.php:29 +msgid "about a month" +msgstr "около месяца" -#: ../../mod/thing.php:153 -msgid "Object store: failed" -msgstr "" +#: ../../include/js_strings.php:30 +#, php-format +msgid "%d months" +msgstr "%d мес." -#: ../../mod/thing.php:157 -msgid "Thing added" -msgstr "" +#: ../../include/js_strings.php:31 +msgid "about a year" +msgstr "около года" -#: ../../mod/thing.php:175 +#: ../../include/js_strings.php:32 #, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "" +msgid "%d years" +msgstr "%d лет" -#: ../../mod/thing.php:228 -msgid "Show Thing" -msgstr "" +#: ../../include/js_strings.php:33 +msgid " " +msgstr " " -#: ../../mod/thing.php:235 -msgid "item not found." -msgstr "Элемент не найден." +#: ../../include/js_strings.php:34 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../mod/thing.php:263 -msgid "Edit Thing" +#: ../../include/message.php:18 +msgid "No recipient provided." msgstr "" -#: ../../mod/thing.php:265 ../../mod/thing.php:311 -msgid "Select a profile" -msgstr "Выберите профиль" +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[без темы]" -#: ../../mod/thing.php:267 ../../mod/thing.php:313 -msgid "Select a category of stuff. e.g. I ______ something" -msgstr "" +#: ../../include/message.php:42 +msgid "Unable to determine sender." +msgstr "Невозможно определить отправителя." -#: ../../mod/thing.php:270 ../../mod/thing.php:315 -msgid "Name of thing e.g. something" +#: ../../include/message.php:143 +msgid "Stored post could not be verified." msgstr "" -#: ../../mod/thing.php:272 ../../mod/thing.php:316 -msgid "URL of thing (optional)" -msgstr "" +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451 +msgid "Logout" +msgstr "Выход" -#: ../../mod/thing.php:274 ../../mod/thing.php:317 -msgid "URL for photo of thing (optional)" -msgstr "" +#: ../../include/nav.php:77 ../../include/nav.php:96 +msgid "End this session" +msgstr "Закончить эту сессию" -#: ../../mod/thing.php:309 -msgid "Add Thing to your Profile" -msgstr "" +#: ../../include/nav.php:80 ../../include/nav.php:130 +msgid "Home" +msgstr "Мой канал" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "" +#: ../../include/nav.php:80 +msgid "Your posts and conversations" +msgstr "Ваши сообщения и разговоры" -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Не действительный адрес электронной почты." +#: ../../include/nav.php:81 +msgid "Your profile page" +msgstr "Страницa вашего профиля" -#: ../../mod/invite.php:76 -msgid "Please join us on Red" -msgstr "Пожалуйста, присоединяйтесь к нам в Red" +#: ../../include/nav.php:83 +msgid "Edit Profiles" +msgstr "Редактирование профилей" -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." +#: ../../include/nav.php:83 +msgid "Manage/Edit profiles" msgstr "" -#: ../../mod/invite.php:92 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Доставка сообщения не удалась." - -#: ../../mod/invite.php:96 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d сообщение отправленно." -msgstr[1] "%d сообщения отправленно." -msgstr[2] "%d сообщений отправленно." - -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "У вас больше нет приглашений" - -#: ../../mod/invite.php:141 -msgid "Send invitations" -msgstr "Послать приглашения" +#: ../../include/nav.php:84 +msgid "Your photos" +msgstr "Ваши фотографии" -#: ../../mod/invite.php:142 -msgid "Enter email addresses, one per line:" -msgstr "Введите адреса электронной почты, по одному на строку:" +#: ../../include/nav.php:85 +msgid "Your files" +msgstr "Ваши файлы" -#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 -msgid "Your message:" -msgstr "Ваше сообщение:" +#: ../../include/nav.php:86 +msgid "Chat" +msgstr "Чат" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralised communication and information " -"tool." -msgstr "" +#: ../../include/nav.php:86 +msgid "Your chatrooms" +msgstr "Ваши чаты" -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "" +#: ../../include/nav.php:87 +msgid "Your events" +msgstr "Ваши мероприятия" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" -msgstr "Пожалуйста, посетите мой канал на" +#: ../../include/nav.php:88 +msgid "Your bookmarks" +msgstr "Ваши закладки" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" +#: ../../include/nav.php:90 +msgid "Your webpages" msgstr "" -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "" +#: ../../include/nav.php:94 ../../boot.php:1452 +msgid "Login" +msgstr "Войти" -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "" +#: ../../include/nav.php:94 +msgid "Sign in" +msgstr "Войти" -#: ../../mod/connedit.php:49 ../../mod/connections.php:37 -msgid "Could not access contact record." -msgstr "" +#: ../../include/nav.php:111 +#, php-format +msgid "%s - click to logout" +msgstr "%s - нажмите чтобы выйти" -#: ../../mod/connedit.php:63 ../../mod/connections.php:51 -msgid "Could not locate selected profile." +#: ../../include/nav.php:116 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../mod/connedit.php:104 ../../mod/connections.php:92 -msgid "Connection updated." -msgstr "Канал обновлен." +#: ../../include/nav.php:130 +msgid "Home Page" +msgstr "Моя страница" -#: ../../mod/connedit.php:106 ../../mod/connections.php:94 -msgid "Failed to update connection record." -msgstr "" +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428 +msgid "Register" +msgstr "Регистрация" -#: ../../mod/connedit.php:201 -msgid "Could not access address book record." -msgstr "" +#: ../../include/nav.php:134 +msgid "Create an account" +msgstr "Создать аккаунт" -#: ../../mod/connedit.php:215 -msgid "Refresh failed - channel is currently unavailable." -msgstr "" +#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65 +msgid "Help" +msgstr "Помощь" -#: ../../mod/connedit.php:222 -msgid "Channel has been unblocked" -msgstr "Канал разблокирован" +#: ../../include/nav.php:139 +msgid "Help and documentation" +msgstr "Справочная информация и документация" -#: ../../mod/connedit.php:223 -msgid "Channel has been blocked" -msgstr "Канал заблокирован" +#: ../../include/nav.php:142 +msgid "Apps" +msgstr "Приложения" -#: ../../mod/connedit.php:227 ../../mod/connedit.php:239 -#: ../../mod/connedit.php:251 ../../mod/connedit.php:263 -#: ../../mod/connedit.php:278 -msgid "Unable to set address book parameters." +#: ../../include/nav.php:142 +msgid "Addon applications, utilities, games" msgstr "" -#: ../../mod/connedit.php:234 -msgid "Channel has been unignored" -msgstr "Канал не проигнорирован" - -#: ../../mod/connedit.php:235 -msgid "Channel has been ignored" -msgstr "Канал проигнорирован" - -#: ../../mod/connedit.php:246 -msgid "Channel has been unarchived" -msgstr "Канал разархивирован" - -#: ../../mod/connedit.php:247 -msgid "Channel has been archived" -msgstr "Канал заархивирован" - -#: ../../mod/connedit.php:258 -msgid "Channel has been unhidden" -msgstr "Канал открыт" - -#: ../../mod/connedit.php:259 -msgid "Channel has been hidden" -msgstr "Канал скрыт" - -#: ../../mod/connedit.php:273 -msgid "Channel has been approved" -msgstr "Канал одобрен" +#: ../../include/nav.php:144 +msgid "Search site content" +msgstr "Поиск по содержанию сайту" -#: ../../mod/connedit.php:274 -msgid "Channel has been unapproved" -msgstr "Канал не одобрен" +#: ../../include/nav.php:147 ../../mod/directory.php:210 +msgid "Directory" +msgstr "Каталог" -#: ../../mod/connedit.php:292 -msgid "Contact has been removed." -msgstr "Канал удален." +#: ../../include/nav.php:147 +msgid "Channel Locator" +msgstr "Локатор каналов" -#: ../../mod/connedit.php:312 -#, php-format -msgid "View %s's profile" -msgstr "Просмотр %s's профиля" +#: ../../include/nav.php:158 +msgid "Matrix" +msgstr "Матрица" -#: ../../mod/connedit.php:316 -msgid "Refresh Permissions" -msgstr "Обновить разрешения" +#: ../../include/nav.php:158 +msgid "Your matrix" +msgstr "Собственная матрица" -#: ../../mod/connedit.php:319 -msgid "Fetch updated permissions" -msgstr "" +#: ../../include/nav.php:159 +msgid "Mark all matrix notifications seen" +msgstr "Пометить все оповещения матрицы как прочитанное" -#: ../../mod/connedit.php:323 -msgid "Recent Activity" +#: ../../include/nav.php:161 +msgid "Channel Home" msgstr "" -#: ../../mod/connedit.php:326 -msgid "View recent posts and comments" +#: ../../include/nav.php:161 +msgid "Channel home" msgstr "" -#: ../../mod/connedit.php:330 ../../mod/connedit.php:472 -#: ../../mod/admin.php:695 -msgid "Unblock" -msgstr "Разрешить" - -#: ../../mod/connedit.php:330 ../../mod/connedit.php:472 -#: ../../mod/admin.php:694 -msgid "Block" -msgstr "Заблокировать" - -#: ../../mod/connedit.php:333 -msgid "Block or Unblock this connection" -msgstr "Запретить или разрешить этот канал" - -#: ../../mod/connedit.php:337 ../../mod/connedit.php:473 -msgid "Unignore" -msgstr "Не игнорировать" - -#: ../../mod/connedit.php:337 ../../mod/connedit.php:473 -#: ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "Игнорировать" - -#: ../../mod/connedit.php:340 -msgid "Ignore or Unignore this connection" -msgstr "Игнорировать или не игнорировать этот канал" +#: ../../include/nav.php:162 +msgid "Mark all channel notifications seen" +msgstr "Пометить все оповещения канала как прочитанное" -#: ../../mod/connedit.php:343 -msgid "Unarchive" -msgstr "Разархивировать" +#: ../../include/nav.php:165 ../../include/nav.php:188 +#: ../../mod/connections.php:385 +msgid "Connections" +msgstr "Контакты" -#: ../../mod/connedit.php:343 -msgid "Archive" -msgstr "Заархивировать" +#: ../../include/nav.php:168 +msgid "Notices" +msgstr "Оповещения" -#: ../../mod/connedit.php:346 -msgid "Archive or Unarchive this connection" -msgstr " Заархивировать или разархивировать этот канал" +#: ../../include/nav.php:168 +msgid "Notifications" +msgstr "Оповещения" -#: ../../mod/connedit.php:349 -msgid "Unhide" -msgstr "Показать" +#: ../../include/nav.php:169 +msgid "See all notifications" +msgstr "Просмотреть все оповещения" -#: ../../mod/connedit.php:349 -msgid "Hide" -msgstr "Скрыть" +#: ../../include/nav.php:170 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Пометить все оповещения как прочитанное" -#: ../../mod/connedit.php:352 -msgid "Hide or Unhide this connection" -msgstr "Скрыть или показывать этот канал" +#: ../../include/nav.php:172 +msgid "Mail" +msgstr "Переписка" -#: ../../mod/connedit.php:359 -msgid "Delete this connection" -msgstr "Удалить этот контакт" +#: ../../include/nav.php:172 +msgid "Private mail" +msgstr "Ваша личная переписка" -#: ../../mod/connedit.php:392 -msgid "Unknown" -msgstr "Неизвестный" +#: ../../include/nav.php:173 +msgid "See all private messages" +msgstr "Просмотреть все личные сообщения" -#: ../../mod/connedit.php:402 ../../mod/connedit.php:431 -msgid "Approve this connection" -msgstr "Утвердить этот контакт" +#: ../../include/nav.php:174 +msgid "Mark all private messages seen" +msgstr "Пометить все личные сообщения как прочитанное" -#: ../../mod/connedit.php:402 -msgid "Accept connection to allow communication" -msgstr "" +#: ../../include/nav.php:175 +msgid "Inbox" +msgstr "Входящие" -#: ../../mod/connedit.php:418 -msgid "Automatic Permissions Settings" -msgstr "Настройки автоматических разрешений" +#: ../../include/nav.php:176 +msgid "Outbox" +msgstr "Исходящие" -#: ../../mod/connedit.php:418 -#, php-format -msgid "Connections: settings for %s" -msgstr "" +#: ../../include/nav.php:177 ../../include/widgets.php:523 +msgid "New Message" +msgstr "Новое личное сообщение" -#: ../../mod/connedit.php:422 -msgid "" -"When receiving a channel introduction, any permissions provided here will be" -" applied to the new connection automatically and the introduction approved. " -"Leave this page if you do not wish to use this feature." -msgstr "" +#: ../../include/nav.php:180 +msgid "Event Calendar" +msgstr "Календарь мероприятий" -#: ../../mod/connedit.php:424 -msgid "Slide to adjust your degree of friendship" -msgstr "" +#: ../../include/nav.php:181 +msgid "See all events" +msgstr "Показать все мероприятия" -#: ../../mod/connedit.php:430 -msgid "inherited" -msgstr "унаследованный" +#: ../../include/nav.php:182 +msgid "Mark all events seen" +msgstr "Пометить все мероприятия как прочитанное" -#: ../../mod/connedit.php:432 -msgid "Connection has no individual permissions!" -msgstr "" +#: ../../include/nav.php:184 +msgid "Channel Select" +msgstr "Выбор каналов" -#: ../../mod/connedit.php:433 -msgid "" -"This may be appropriate based on your <a href=\"settings\">privacy " -"settings</a>, though you may wish to review the \"Advanced Permissions\"." -msgstr "" +#: ../../include/nav.php:184 +msgid "Manage Your Channels" +msgstr "Управление каналов" -#: ../../mod/connedit.php:435 -msgid "Profile Visibility" -msgstr "Видимость профиля" +#: ../../include/nav.php:186 ../../include/widgets.php:501 +#: ../../mod/admin.php:976 ../../mod/admin.php:1181 +msgid "Settings" +msgstr "Настройки" -#: ../../mod/connedit.php:436 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "" +#: ../../include/nav.php:186 +msgid "Account/Channel Settings" +msgstr "Настройки аккаунта/канала" -#: ../../mod/connedit.php:437 -msgid "Contact Information / Notes" -msgstr "Информация / Примечания о канале" +#: ../../include/nav.php:188 +msgid "Manage/Edit Friends and Connections" +msgstr "Управление/Редактирование друзей и связей" -#: ../../mod/connedit.php:438 -msgid "Edit contact notes" -msgstr "Редактировать примечания канала" +#: ../../include/nav.php:195 ../../mod/admin.php:117 +msgid "Admin" +msgstr "Администрация" -#: ../../mod/connedit.php:440 -msgid "Their Settings" -msgstr "Их настройки" +#: ../../include/nav.php:195 +msgid "Site Setup and Configuration" +msgstr "Установка и конфигурация сайта" -#: ../../mod/connedit.php:441 -msgid "My Settings" -msgstr "Мои настройки" +#: ../../include/nav.php:220 +msgid "Nothing new here" +msgstr "Ничего нового здесь" -#: ../../mod/connedit.php:443 -msgid "Forum Members" -msgstr "Участники форума" +#: ../../include/nav.php:225 +msgid "Please wait..." +msgstr "Подождите пожалуйста ..." -#: ../../mod/connedit.php:444 -msgid "Soapbox" -msgstr "Soapbox" +#: ../../include/network.php:652 +msgid "view full size" +msgstr "посмотреть в полный размер" -#: ../../mod/connedit.php:445 -msgid "Full Sharing" -msgstr "Полный обмен" +#: ../../include/plugin.php:475 ../../include/plugin.php:477 +msgid "Click here to upgrade." +msgstr "Нажмите здесь, чтобы обновить." -#: ../../mod/connedit.php:446 -msgid "Cautious Sharing" +#: ../../include/plugin.php:483 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../mod/connedit.php:447 -msgid "Follow Only" -msgstr "Только следовать" - -#: ../../mod/connedit.php:448 -msgid "Individual Permissions" -msgstr "Индивидуальные разрешения" - -#: ../../mod/connedit.php:449 -msgid "" -"Some permissions may be inherited from your channel <a " -"href=\"settings\">privacy settings</a>, which have higher priority. Changing" -" those inherited settings on this page will have no effect." +#: ../../include/plugin.php:488 +msgid "This action is not available under your subscription plan." msgstr "" -#: ../../mod/connedit.php:450 -msgid "Advanced Permissions" -msgstr "Дополнительные разрешения" - -#: ../../mod/connedit.php:451 -msgid "Quick Links" -msgstr "Быстрые ссылки" - -#: ../../mod/connedit.php:455 -#, php-format -msgid "Visit %s's profile - %s" -msgstr "Посетить %s's профиль - %s" - -#: ../../mod/connedit.php:456 -msgid "Block/Unblock contact" -msgstr "Запретить/разрешить контакт" - -#: ../../mod/connedit.php:457 -msgid "Ignore contact" -msgstr "Игнорировать контакт" - -#: ../../mod/connedit.php:458 -msgid "Repair URL settings" -msgstr "Ремонт настройки URL" - -#: ../../mod/connedit.php:459 -msgid "View conversations" -msgstr "Просмотр разговоров" - -#: ../../mod/connedit.php:461 -msgid "Delete contact" -msgstr "Удалить контакт" - -#: ../../mod/connedit.php:464 -msgid "Last update:" -msgstr "Последнее обновление:" +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "Мужской" -#: ../../mod/connedit.php:466 -msgid "Update public posts" -msgstr "Обновить публичные сообщения" +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "Женский" -#: ../../mod/connedit.php:468 -msgid "Update now" -msgstr "Обновить сейчас" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "В настоящее время мужской" -#: ../../mod/connedit.php:474 -msgid "Currently blocked" -msgstr "В настоящее время заблокирован" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "В настоящее время женский" -#: ../../mod/connedit.php:475 -msgid "Currently ignored" -msgstr "В настоящее время игнорируются" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "В основном мужской" -#: ../../mod/connedit.php:476 -msgid "Currently archived" -msgstr "В настоящее время зархивированны" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "В основном женский" -#: ../../mod/connedit.php:477 -msgid "Currently pending" -msgstr "В настоящее время в ожидании" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Транссексуал" -#: ../../mod/connedit.php:478 -msgid "Hide this contact from others" -msgstr "Скрыть этот канал от других" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Intersex" -#: ../../mod/connedit.php:478 -msgid "" -"Replies/likes to your public posts <strong>may</strong> still be visible" -msgstr "" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Транссексуал" -#: ../../mod/webpages.php:121 ../../mod/layouts.php:105 -#: ../../mod/blocks.php:96 -msgid "View" -msgstr "Просмотр" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Гермафродит" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Среднего рода" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Неспецифический" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Пожалуйста, войдите, чтобы продолжить." +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "Другой" -#: ../../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 "" +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Нерешительный" -#: ../../mod/api.php:105 ../../mod/profiles.php:495 ../../mod/settings.php:865 -#: ../../mod/settings.php:870 -msgid "Yes" -msgstr "Да" +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "Самец" -#: ../../mod/api.php:106 ../../mod/profiles.php:496 ../../mod/settings.php:865 -#: ../../mod/settings.php:870 -msgid "No" -msgstr "Нет" +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "Самка" -#: ../../mod/apps.php:8 -msgid "No installed applications." -msgstr "Нет установленных приложений." +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "Гей" -#: ../../mod/apps.php:13 -msgid "Applications" -msgstr "Приложения" +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "Лесбиянка" -#: ../../mod/page.php:35 -msgid "Invalid item." -msgstr "Недействительный элемент." +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "Без предпочтений" -#: ../../mod/page.php:47 ../../mod/chanview.php:77 ../../mod/home.php:50 -#: ../../mod/wall_upload.php:35 -msgid "Channel not found." -msgstr "Канал не найден." +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "Двуполый" -#: ../../mod/page.php:83 ../../mod/help.php:71 ../../mod/display.php:100 -#: ../../index.php:227 -msgid "Page not found." -msgstr "Страница не найдена." +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "Autosexual" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Элемент недоступен." +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "Воздержанный" -#: ../../mod/setup.php:161 -msgid "Red Matrix Server - Setup" -msgstr "Red Matrix Сервер - Установка" +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "Девственница" -#: ../../mod/setup.php:167 -msgid "Could not connect to database." -msgstr "Не удалось подключиться к серверу баз данных." +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "Отклоняющийся от нормы" -#: ../../mod/setup.php:171 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "" +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "Фетиш" -#: ../../mod/setup.php:176 -msgid "Could not create table." -msgstr "Не удалось создать таблицу." +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "Множественный" -#: ../../mod/setup.php:182 -msgid "Your site database has been installed." -msgstr "Ваша база данных установлена." +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "Несексуальный" -#: ../../mod/setup.php:187 -msgid "" -"You may need to import the file \"install/database.sql\" manually using " -"phpmyadmin or mysql." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "Одинок" -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:606 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\"." +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "Уединенный" -#: ../../mod/setup.php:254 -msgid "System check" -msgstr "Проверка системы" +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "Доступный" -#: ../../mod/setup.php:259 -msgid "Check again" -msgstr "Проверить снова" +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" +msgstr "Недоступный" -#: ../../mod/setup.php:281 -msgid "Database connection" -msgstr "Подключение к базе данных" +#: ../../include/profile_selectors.php:42 +msgid "Has crush" +msgstr "Столкновение" -#: ../../mod/setup.php:282 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" +msgstr "Влюбленный" -#: ../../mod/setup.php:283 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Dating" +msgstr "Датировка" -#: ../../mod/setup.php:284 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" +msgstr "Неверный" -#: ../../mod/setup.php:288 -msgid "Database Server Name" -msgstr "Имя сервера базы данных" +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" +msgstr "Секс наркоман" -#: ../../mod/setup.php:288 -msgid "Default is localhost" -msgstr "По умолчанию localhost" +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" +msgstr "Друзья / Преимущества" -#: ../../mod/setup.php:289 -msgid "Database Port" -msgstr "Порт базы данных" +#: ../../include/profile_selectors.php:42 +msgid "Casual" +msgstr "Случайный" -#: ../../mod/setup.php:289 -msgid "Communication port number - use 0 for default" -msgstr "Порт коммуникации - используйте 0 по умолчанию" +#: ../../include/profile_selectors.php:42 +msgid "Engaged" +msgstr "Помолвленный" -#: ../../mod/setup.php:290 -msgid "Database Login Name" -msgstr "Имя для подключения к базе данных" +#: ../../include/profile_selectors.php:42 +msgid "Married" +msgstr "Женат" -#: ../../mod/setup.php:291 -msgid "Database Login Password" -msgstr "Пароль для подключения к базе данных" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" +msgstr "Мысленно женат" -#: ../../mod/setup.php:292 -msgid "Database Name" -msgstr "Имя базы данных" +#: ../../include/profile_selectors.php:42 +msgid "Partners" +msgstr "Партнеры" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 -msgid "Site administrator email address" -msgstr "Адрес электронной почты администратора сайта" +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" +msgstr "Сожительствующие" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../include/profile_selectors.php:42 +msgid "Common law" msgstr "" -#: ../../mod/setup.php:295 ../../mod/setup.php:338 -msgid "Website URL" -msgstr "URL веб-сайта" +#: ../../include/profile_selectors.php:42 +msgid "Happy" +msgstr "Счастливый" -#: ../../mod/setup.php:295 ../../mod/setup.php:338 -msgid "Please use SSL (https) URL if available." -msgstr "Пожалуйста, используйте SSL (https) URL если возможно." +#: ../../include/profile_selectors.php:42 +msgid "Not looking" +msgstr "Не нуждаюсь" -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Please select a default timezone for your website" +#: ../../include/profile_selectors.php:42 +msgid "Swinger" msgstr "" -#: ../../mod/setup.php:325 -msgid "Site settings" -msgstr "Настройки сайта" - -#: ../../mod/setup.php:381 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" msgstr "" -#: ../../mod/setup.php:382 -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." +#: ../../include/profile_selectors.php:42 +msgid "Separated" msgstr "" -#: ../../mod/setup.php:386 -msgid "PHP executable path" -msgstr "PHP executable путь" +#: ../../include/profile_selectors.php:42 +msgid "Unstable" +msgstr "Колеблющийся" -#: ../../mod/setup.php:386 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Divorced" +msgstr "Разведенный" -#: ../../mod/setup.php:391 -msgid "Command line PHP" -msgstr "Command line PHP" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" +msgstr "Мысленно разведенный" -#: ../../mod/setup.php:400 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Widowed" +msgstr "Овдовевший" -#: ../../mod/setup.php:401 -msgid "This is required for message delivery to work." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" +msgstr "Неопределенный" -#: ../../mod/setup.php:403 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" +msgstr "Это сложно" -#: ../../mod/setup.php:424 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Don't care" +msgstr "Не заботьтесь" -#: ../../mod/setup.php:425 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Ask me" +msgstr "Спроси меня" -#: ../../mod/setup.php:427 -msgid "Generate encryption keys" +#: ../../include/reddav.php:1045 +msgid "Edit File properties" msgstr "" -#: ../../mod/setup.php:434 -msgid "libCurl PHP module" -msgstr "libCurl PHP модуль" - -#: ../../mod/setup.php:435 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP модуль" - -#: ../../mod/setup.php:436 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP модуль" - -#: ../../mod/setup.php:437 -msgid "mysqli PHP module" -msgstr "mysqli PHP модуль" - -#: ../../mod/setup.php:438 -msgid "mb_string PHP module" -msgstr "mb_string PHP модуль" - -#: ../../mod/setup.php:439 -msgid "mcrypt PHP module" -msgstr "mcrypt PHP модуль" +#: ../../include/zot.php:587 +msgid "Invalid data packet" +msgstr "Неверный пакет данных" -#: ../../mod/setup.php:444 ../../mod/setup.php:446 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite модуль" +#: ../../include/zot.php:597 +msgid "Unable to verify channel signature" +msgstr "Невозможно проверить сигнатуру канала" -#: ../../mod/setup.php:444 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../include/zot.php:794 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../mod/setup.php:450 ../../mod/setup.php:453 -msgid "proc_open" -msgstr "proc_open" - -#: ../../mod/setup.php:450 +#: ../../include/security.php:301 msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" +"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 "" -#: ../../mod/setup.php:458 -msgid "Error: libCURL PHP module required but not installed." -msgstr "" +#: ../../include/widgets.php:117 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "Игнорировать / Скрыть" -#: ../../mod/setup.php:462 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "" +#: ../../include/widgets.php:123 ../../mod/connections.php:266 +msgid "Suggestions" +msgstr "Рекомендации" -#: ../../mod/setup.php:466 -msgid "Error: openssl PHP module required but not installed." -msgstr "" +#: ../../include/widgets.php:124 +msgid "See more..." +msgstr "Просмотреть больше..." -#: ../../mod/setup.php:470 -msgid "Error: mysqli PHP module required but not installed." +#: ../../include/widgets.php:146 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../mod/setup.php:474 -msgid "Error: mb_string PHP module required but not installed." -msgstr "" +#: ../../include/widgets.php:152 +msgid "Add New Connection" +msgstr "Добавить новый контакт" -#: ../../mod/setup.php:478 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "" +#: ../../include/widgets.php:153 +msgid "Enter the channel address" +msgstr "Введите адрес канала" -#: ../../mod/setup.php:494 -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 "" +#: ../../include/widgets.php:154 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Пример: bob@example.com, http://example.com/barbara" -#: ../../mod/setup.php:495 -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 "" +#: ../../include/widgets.php:171 +msgid "Notes" +msgstr "Заметки" -#: ../../mod/setup.php:496 -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 "" +#: ../../include/widgets.php:243 +msgid "Remove term" +msgstr "Удалить термин" -#: ../../mod/setup.php:497 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "" +#: ../../include/widgets.php:322 +msgid "Archives" +msgstr "Архивы" -#: ../../mod/setup.php:500 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php доступен для записи" +#: ../../include/widgets.php:384 +msgid "Refresh" +msgstr "Обновить" -#: ../../mod/setup.php:510 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" +#: ../../include/widgets.php:385 ../../mod/connedit.php:428 +msgid "Me" +msgstr "Я" -#: ../../mod/setup.php:511 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/tpl/smarty3/ under the Red top level " -"folder." -msgstr "" +#: ../../include/widgets.php:386 ../../mod/connedit.php:430 +msgid "Best Friends" +msgstr "Лучшие друзья" -#: ../../mod/setup.php:512 ../../mod/setup.php:530 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "" +#: ../../include/widgets.php:388 +msgid "Co-workers" +msgstr "Сотрудники" -#: ../../mod/setup.php:513 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" +#: ../../include/widgets.php:389 ../../mod/connedit.php:432 +msgid "Former Friends" +msgstr "Приятели" -#: ../../mod/setup.php:516 -msgid "view/tpl/smarty3 is writable" -msgstr "view/tpl/smarty3 доступен для записи" +#: ../../include/widgets.php:390 ../../mod/connedit.php:433 +msgid "Acquaintances" +msgstr "Знакомые" -#: ../../mod/setup.php:529 -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 "" +#: ../../include/widgets.php:391 +msgid "Everybody" +msgstr "Все" -#: ../../mod/setup.php:533 -msgid "store is writable" -msgstr "" +#: ../../include/widgets.php:423 +msgid "Account settings" +msgstr "Настройки аккаунта" -#: ../../mod/setup.php:548 -msgid "SSL certificate validation" -msgstr "проверка сертификата SSL" +#: ../../include/widgets.php:429 +msgid "Channel settings" +msgstr "Настройки канала" -#: ../../mod/setup.php:548 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "" +#: ../../include/widgets.php:435 +msgid "Additional features" +msgstr "Дополнительные функции" -#: ../../mod/setup.php:555 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" +#: ../../include/widgets.php:441 +msgid "Feature settings" +msgstr "Настройки компонентов" -#: ../../mod/setup.php:557 -msgid "Url rewrite is working" -msgstr "Url rewrite работает" +#: ../../include/widgets.php:447 +msgid "Display settings" +msgstr "Настройки отображения" -#: ../../mod/setup.php:567 -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 "" +#: ../../include/widgets.php:453 +msgid "Connected apps" +msgstr "Подключенные приложения" -#: ../../mod/setup.php:591 -msgid "Errors encountered creating database tables." -msgstr "" +#: ../../include/widgets.php:459 +msgid "Export channel" +msgstr "Экспорт канала" -#: ../../mod/setup.php:604 -msgid "<h1>What next</h1>" -msgstr "<h1>Что дальше</h1>" +#: ../../include/widgets.php:471 +msgid "Automatic Permissions (Advanced)" +msgstr "Автоматические разрешения (дополнительно)" -#: ../../mod/setup.php:605 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "" +#: ../../include/widgets.php:481 +msgid "Premium Channel Settings" +msgstr "Настройки премиум канала" -#: ../../mod/rpost.php:84 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "Редактировать сообщение" +#: ../../include/widgets.php:518 +msgid "Check Mail" +msgstr "Проверить снова" -#: ../../mod/subthread.php:105 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s следит %2$s's %3$s" +#: ../../include/widgets.php:599 +msgid "Chat Rooms" +msgstr "Чаты" -#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 -#: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -#: ../../mod/update_community.php:18 -msgid "[Embedded content - reload page to view]" -msgstr "" +#: ../../include/widgets.php:617 +msgid "Bookmarked Chatrooms" +msgstr "Закладки чатов" -#: ../../mod/chanview.php:97 -msgid "toggle full screen mode" -msgstr "переключение полноэкранного режима" +#: ../../include/widgets.php:635 +msgid "Suggested Chatrooms" +msgstr "Рекомендуемые чаты" -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +#: ../../mod/mood.php:138 +msgid "Mood" msgstr "" -#: ../../mod/viewconnections.php:17 ../../mod/search.php:12 -#: ../../mod/photos.php:573 ../../mod/directory.php:15 ../../mod/display.php:9 -#: ../../mod/community.php:18 ../../mod/dirprofile.php:9 -msgid "Public access denied." -msgstr "Общественный доступ запрещен." - -#: ../../mod/viewconnections.php:43 -msgid "No connections." -msgstr "Никаких связей." - -#: ../../mod/viewconnections.php:55 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Посетить %s's профиль [%s]" - -#: ../../mod/viewconnections.php:70 -msgid "View Connnections" -msgstr "Просмотр контактов" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Тег удален" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Удалить Тег" +#: ../../mod/mood.php:139 +msgid "Set your current mood and tell your friends" +msgstr "" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Выбрать тег для удаления: " +#: ../../mod/mitem.php:14 ../../mod/menu.php:92 +msgid "Menu not found." +msgstr "Меню не найдено." -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -msgid "Remove" -msgstr "Удалить" +#: ../../mod/mitem.php:47 +msgid "Menu element updated." +msgstr "Меню обновлено." -#: ../../mod/connect.php:55 ../../mod/connect.php:103 -msgid "Continue" +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." msgstr "" -#: ../../mod/connect.php:84 -msgid "Premium Channel Setup" -msgstr "" +#: ../../mod/mitem.php:57 +msgid "Menu element added." +msgstr "Элемент меню добавлен." -#: ../../mod/connect.php:86 -msgid "Enable premium channel connection restrictions" -msgstr "" +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." +msgstr "Невозможно добавить элемент меню." -#: ../../mod/connect.php:87 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "" +#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120 +#: ../../mod/xchan.php:27 +msgid "Not found." +msgstr "Не найдено." -#: ../../mod/connect.php:89 ../../mod/connect.php:109 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "" +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" +msgstr "Управление элементов меню" -#: ../../mod/connect.php:90 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "" +#: ../../mod/mitem.php:99 +msgid "Edit menu" +msgstr "Редактировать меню" -#: ../../mod/connect.php:91 ../../mod/connect.php:112 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "" +#: ../../mod/mitem.php:102 +msgid "Edit element" +msgstr "Редактировать элемент" -#: ../../mod/connect.php:100 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "" +#: ../../mod/mitem.php:103 +msgid "Drop element" +msgstr "Удалить элемент" -#: ../../mod/connect.php:108 -msgid "Restricted or Premium Channel" -msgstr "" +#: ../../mod/mitem.php:104 +msgid "New element" +msgstr "Новый элемент" -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" msgstr "" -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "" +#: ../../mod/mitem.php:106 +msgid "Add menu element" +msgstr "Добавить элемент меню" -#: ../../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 "" +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" +msgstr "Удалить элемент меню" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "" +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" +msgstr "Редактировать элемент меню" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "" +#: ../../mod/mitem.php:131 +msgid "New Menu Element" +msgstr "Новый элемент меню" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" msgstr "" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Добавить" +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:962 +msgid "(click to open/close)" +msgstr "(нажмите, чтобы открыть / закрыть)" -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Нет записей." +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" +msgstr "Текст ссылки" -#: ../../mod/sources.php:28 -msgid "Failed to create source. No channel selected." +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" msgstr "" -#: ../../mod/sources.php:41 -msgid "Source created." +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" msgstr "" -#: ../../mod/sources.php:53 -msgid "Source updated." +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" msgstr "" -#: ../../mod/sources.php:82 -msgid "Manage remote sources of content for your channel." +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" msgstr "" -#: ../../mod/sources.php:83 ../../mod/sources.php:93 -msgid "New Source" +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" msgstr "" -#: ../../mod/sources.php:94 ../../mod/sources.php:126 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "" +#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117 +msgid "Create" +msgstr "Создать" -#: ../../mod/sources.php:95 ../../mod/sources.php:127 -msgid "Only import content with these words (one per line)" -msgstr "" +#: ../../mod/mitem.php:154 +msgid "Menu item not found." +msgstr "Элемент меню не найден." -#: ../../mod/sources.php:95 ../../mod/sources.php:127 -msgid "Leave blank to import all public content" +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." +msgstr "Элемент меню удален." + +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." msgstr "" -#: ../../mod/sources.php:96 ../../mod/sources.php:130 -#: ../../mod/new_channel.php:110 -msgid "Channel Name" -msgstr "Имя канала" +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "Редактировать элемент меню" -#: ../../mod/sources.php:116 ../../mod/sources.php:143 -msgid "Source not found." -msgstr "" +#: ../../mod/mitem.php:186 ../../mod/menu.php:114 +msgid "Modify" +msgstr "Изменить" -#: ../../mod/sources.php:123 -msgid "Edit Source" -msgstr "" +#: ../../mod/ping.php:192 +msgid "sent you a private message" +msgstr "отправил вам личное сообщение" -#: ../../mod/sources.php:124 -msgid "Delete Source" -msgstr "" +#: ../../mod/ping.php:250 +msgid "added your channel" +msgstr "добавил ваш канал" -#: ../../mod/sources.php:151 -msgid "Source removed" +#: ../../mod/ping.php:294 +msgid "posted an event" msgstr "" -#: ../../mod/sources.php:153 -msgid "Unable to remove source." +#: ../../mod/acl.php:239 +msgid "network" msgstr "" -#: ../../mod/admin.php:48 +#: ../../mod/admin.php:52 msgid "Theme settings updated." msgstr "Настройки темы обновленны." -#: ../../mod/admin.php:87 ../../mod/admin.php:419 +#: ../../mod/admin.php:92 ../../mod/admin.php:440 msgid "Site" msgstr "Сайт" -#: ../../mod/admin.php:88 ../../mod/admin.php:685 ../../mod/admin.php:697 -msgid "Users" -msgstr "Пользователи" +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "" -#: ../../mod/admin.php:89 ../../mod/admin.php:783 ../../mod/admin.php:825 +#: ../../mod/admin.php:94 ../../mod/admin.php:883 +msgid "Channels" +msgstr "" + +#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 msgid "Plugins" msgstr "Плагины" -#: ../../mod/admin.php:90 ../../mod/admin.php:988 ../../mod/admin.php:1024 +#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 msgid "Themes" msgstr "Темы" -#: ../../mod/admin.php:91 ../../mod/admin.php:478 +#: ../../mod/admin.php:97 ../../mod/admin.php:540 msgid "Server" msgstr "Сервер" -#: ../../mod/admin.php:92 +#: ../../mod/admin.php:98 msgid "DB updates" msgstr "Обновления базы данных" -#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1111 +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 msgid "Logs" msgstr "Журналы" -#: ../../mod/admin.php:112 +#: ../../mod/admin.php:118 msgid "Plugin Features" msgstr "Функции плагинов" -#: ../../mod/admin.php:114 +#: ../../mod/admin.php:120 msgid "User registrations waiting for confirmation" msgstr "Регистрации пользователей, которые ждут подтверждения" -#: ../../mod/admin.php:188 +#: ../../mod/admin.php:197 msgid "Message queues" msgstr "Очередь недоставленных сообщений" -#: ../../mod/admin.php:193 ../../mod/admin.php:418 ../../mod/admin.php:477 -#: ../../mod/admin.php:684 ../../mod/admin.php:782 ../../mod/admin.php:824 -#: ../../mod/admin.php:987 ../../mod/admin.php:1023 ../../mod/admin.php:1110 +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 +#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 +#: ../../mod/admin.php:1301 msgid "Administration" msgstr "Администрация" -#: ../../mod/admin.php:194 +#: ../../mod/admin.php:203 msgid "Summary" msgstr "Резюме" -#: ../../mod/admin.php:196 +#: ../../mod/admin.php:205 msgid "Registered users" msgstr "Всего пользователeй" -#: ../../mod/admin.php:198 ../../mod/admin.php:481 +#: ../../mod/admin.php:207 ../../mod/admin.php:543 msgid "Pending registrations" msgstr "Ждут утверждения" -#: ../../mod/admin.php:199 +#: ../../mod/admin.php:208 msgid "Version" msgstr "Версия системы" -#: ../../mod/admin.php:201 ../../mod/admin.php:482 +#: ../../mod/admin.php:210 ../../mod/admin.php:544 msgid "Active plugins" msgstr "Активные плагины" -#: ../../mod/admin.php:342 +#: ../../mod/admin.php:360 msgid "Site settings updated." msgstr "Настройки сайта обновлены." -#: ../../mod/admin.php:371 ../../mod/settings.php:700 +#: ../../mod/admin.php:389 ../../mod/settings.php:708 msgid "No special theme for mobile devices" msgstr "Нет специальной темы для мобильных устройств" -#: ../../mod/admin.php:373 +#: ../../mod/admin.php:391 msgid "No special theme for accessibility" msgstr "" -#: ../../mod/admin.php:398 -msgid "Closed" -msgstr "Регистрация закрыта" +#: ../../mod/admin.php:419 ../../mod/api.php:106 ../../mod/profiles.php:484 +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 +msgid "No" +msgstr "Нет" -#: ../../mod/admin.php:399 -msgid "Requires approval" -msgstr "Регистрация требует подтверждения" +#: ../../mod/admin.php:420 +msgid "Yes - with approval" +msgstr "" -#: ../../mod/admin.php:400 -msgid "Open" -msgstr "Регистрация открыта" +#: ../../mod/admin.php:421 ../../mod/api.php:105 ../../mod/profiles.php:483 +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 +msgid "Yes" +msgstr "Да" -#: ../../mod/admin.php:405 -msgid "Private" -msgstr "Личный доступ" +#: ../../mod/admin.php:426 +msgid "My site is not a public server" +msgstr "" -#: ../../mod/admin.php:406 -msgid "Paid Access" -msgstr "Платный доступ" +#: ../../mod/admin.php:427 +msgid "My site has paid access only" +msgstr "" -#: ../../mod/admin.php:407 -msgid "Free Access" -msgstr "Свободный доступ" +#: ../../mod/admin.php:428 +msgid "My site has free access only" +msgstr "" -#: ../../mod/admin.php:408 -msgid "Tiered Access" +#: ../../mod/admin.php:429 +msgid "My site offers free accounts with optional paid upgrades" msgstr "" -#: ../../mod/admin.php:421 ../../mod/register.php:189 +#: ../../mod/admin.php:442 ../../mod/register.php:189 msgid "Registration" msgstr "Регистрация" -#: ../../mod/admin.php:422 +#: ../../mod/admin.php:443 msgid "File upload" msgstr "Загрузка файла" -#: ../../mod/admin.php:423 +#: ../../mod/admin.php:444 msgid "Policies" msgstr "Правила" -#: ../../mod/admin.php:424 -msgid "Advanced" -msgstr "Дополнительно" - -#: ../../mod/admin.php:428 +#: ../../mod/admin.php:449 msgid "Site name" msgstr "Название сайта" -#: ../../mod/admin.php:429 +#: ../../mod/admin.php:450 msgid "Banner/Logo" msgstr "Баннер / логотип" -#: ../../mod/admin.php:430 +#: ../../mod/admin.php:451 +msgid "Administrator Information" +msgstr "" + +#: ../../mod/admin.php:451 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "" + +#: ../../mod/admin.php:452 msgid "System language" msgstr "Язык системы" -#: ../../mod/admin.php:431 +#: ../../mod/admin.php:453 msgid "System theme" msgstr "Тема системы" -#: ../../mod/admin.php:431 +#: ../../mod/admin.php:453 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "" -#: ../../mod/admin.php:432 +#: ../../mod/admin.php:454 msgid "Mobile system theme" msgstr "Мобильная тема системы" -#: ../../mod/admin.php:432 +#: ../../mod/admin.php:454 msgid "Theme for mobile devices" msgstr "Тема для мобильных устройств" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:455 msgid "Accessibility system theme" msgstr "" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:455 msgid "Accessibility theme" msgstr "" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:456 msgid "Channel to use for this website's static pages" msgstr "" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:456 msgid "Site Channel" msgstr "Канал сайта" -#: ../../mod/admin.php:436 +#: ../../mod/admin.php:458 msgid "Maximum image size" msgstr "Максимальный размер" -#: ../../mod/admin.php:436 +#: ../../mod/admin.php:458 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: ../../mod/admin.php:437 -msgid "Register policy" -msgstr "Статус регистрации" +#: ../../mod/admin.php:459 +msgid "Does this site allow new member registration?" +msgstr "" -#: ../../mod/admin.php:438 -msgid "Access policy" -msgstr "Правила доступа" +#: ../../mod/admin.php:460 +msgid "Which best describes the types of account offered by this hub?" +msgstr "" -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:461 msgid "Register text" msgstr "Текст регистрации" -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:461 msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:462 msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:462 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:463 msgid "Allowed friend domains" -msgstr "" +msgstr "Разрешенные домены друзей" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:463 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:464 msgid "Allowed email domains" -msgstr "" +msgstr "Разрешенные домены электронной почты" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:464 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:465 msgid "Block public" msgstr "Блокировать публичный доступ" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:465 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:466 msgid "Force publish" msgstr "Заставить публиковать" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:466 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" +msgstr "" + +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "" + +#: ../../mod/admin.php:468 msgid "No login on Homepage" msgstr "" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:468 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "" -#: ../../mod/admin.php:447 +#: ../../mod/admin.php:470 msgid "Proxy user" msgstr "Proxy пользователь" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:471 msgid "Proxy URL" msgstr "Proxy URL" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:472 msgid "Network timeout" msgstr "Время ожидания сети" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:472 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:473 msgid "Delivery interval" msgstr "Интервал доставки" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:473 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:474 msgid "Poll interval" msgstr "Интервал опроса" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:474 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:475 msgid "Maximum Load Average" msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:475 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:531 msgid "No server found" msgstr "Сервер не найден" -#: ../../mod/admin.php:476 ../../mod/admin.php:698 +#: ../../mod/admin.php:538 ../../mod/admin.php:762 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:538 msgid "for channel" msgstr "" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:538 msgid "on server" msgstr "" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:538 msgid "Status" msgstr "Статус" -#: ../../mod/admin.php:496 +#: ../../mod/admin.php:559 msgid "Update has been marked successful" msgstr "" -#: ../../mod/admin.php:506 +#: ../../mod/admin.php:569 #, php-format msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/admin.php:509 +#: ../../mod/admin.php:572 #, php-format msgid "Update %s was successfully applied." msgstr "" -#: ../../mod/admin.php:513 +#: ../../mod/admin.php:576 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../mod/admin.php:516 +#: ../../mod/admin.php:579 #, php-format msgid "Update function %s could not be found." msgstr "" -#: ../../mod/admin.php:531 +#: ../../mod/admin.php:594 msgid "No failed updates." msgstr "Ошибок обновлений нет." -#: ../../mod/admin.php:535 +#: ../../mod/admin.php:598 msgid "Failed Updates" msgstr "Обновления с ошибками" -#: ../../mod/admin.php:537 +#: ../../mod/admin.php:600 msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/admin.php:538 +#: ../../mod/admin.php:601 msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/admin.php:564 +#: ../../mod/admin.php:627 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" @@ -4634,7 +3829,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: ../../mod/admin.php:571 +#: ../../mod/admin.php:634 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" @@ -4642,736 +3837,396 @@ msgstr[0] "%s канал удален" msgstr[1] "%s канала удалены" msgstr[2] "%s каналов удалено" -#: ../../mod/admin.php:602 +#: ../../mod/admin.php:665 msgid "Account not found" msgstr "Аккаунт не найден" -#: ../../mod/admin.php:613 +#: ../../mod/admin.php:676 #, php-format msgid "User '%s' deleted" msgstr "Пользователь '%s' удален" -#: ../../mod/admin.php:622 +#: ../../mod/admin.php:685 #, php-format msgid "User '%s' unblocked" msgstr "Пользователь '%s' разрешен" -#: ../../mod/admin.php:622 +#: ../../mod/admin.php:685 #, php-format msgid "User '%s' blocked" msgstr "Пользователь '%s' заблокирован" -#: ../../mod/admin.php:687 +#: ../../mod/admin.php:749 ../../mod/admin.php:761 +msgid "Users" +msgstr "Пользователи" + +#: ../../mod/admin.php:751 ../../mod/admin.php:885 msgid "select all" msgstr "выбрать все" -#: ../../mod/admin.php:688 +#: ../../mod/admin.php:752 msgid "User registrations waiting for confirm" msgstr "Регистрации пользователей ждут подтверждения" -#: ../../mod/admin.php:689 +#: ../../mod/admin.php:753 msgid "Request date" msgstr "Дата запроса" -#: ../../mod/admin.php:689 ../../mod/settings.php:509 -#: ../../mod/settings.php:535 -msgid "Name" -msgstr "Имя" - -#: ../../mod/admin.php:690 +#: ../../mod/admin.php:754 msgid "No registrations." msgstr "Новых регистраций пока нет." -#: ../../mod/admin.php:691 +#: ../../mod/admin.php:755 msgid "Approve" msgstr "Утвердить" -#: ../../mod/admin.php:692 +#: ../../mod/admin.php:756 msgid "Deny" msgstr "Запретить" -#: ../../mod/admin.php:698 +#: ../../mod/admin.php:758 ../../mod/connedit.php:372 +#: ../../mod/connedit.php:515 +msgid "Block" +msgstr "Заблокировать" + +#: ../../mod/admin.php:759 ../../mod/connedit.php:372 +#: ../../mod/connedit.php:515 +msgid "Unblock" +msgstr "Разрешить" + +#: ../../mod/admin.php:762 msgid "Register date" msgstr "Дата регистрации" -#: ../../mod/admin.php:698 +#: ../../mod/admin.php:762 msgid "Last login" msgstr "Последний вход" -#: ../../mod/admin.php:698 +#: ../../mod/admin.php:762 msgid "Expires" msgstr "" -#: ../../mod/admin.php:698 +#: ../../mod/admin.php:762 msgid "Service Class" msgstr "Класс службы" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:764 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:701 +#: ../../mod/admin.php:765 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:742 +#: ../../mod/admin.php:797 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../mod/admin.php:804 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../mod/admin.php:823 +msgid "Channel not found" +msgstr "" + +#: ../../mod/admin.php:834 +#, php-format +msgid "Channel '%s' deleted" +msgstr "" + +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "" + +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' censored" +msgstr "" + +#: ../../mod/admin.php:887 +msgid "Censor" +msgstr "" + +#: ../../mod/admin.php:888 +msgid "Uncensor" +msgstr "" + +#: ../../mod/admin.php:891 +msgid "UID" +msgstr "" + +#: ../../mod/admin.php:891 ../../mod/settings.php:517 +#: ../../mod/settings.php:543 +msgid "Name" +msgstr "Имя" + +#: ../../mod/admin.php:891 ../../mod/profiles.php:337 +msgid "Address" +msgstr "Адрес" + +#: ../../mod/admin.php:893 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: ../../mod/admin.php:894 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: ../../mod/admin.php:933 #, php-format msgid "Plugin %s disabled." msgstr "Плагин %s отключен." -#: ../../mod/admin.php:746 +#: ../../mod/admin.php:937 #, php-format msgid "Plugin %s enabled." msgstr "Плагин %s включен." -#: ../../mod/admin.php:756 ../../mod/admin.php:958 +#: ../../mod/admin.php:947 ../../mod/admin.php:1149 msgid "Disable" msgstr "Запретить" -#: ../../mod/admin.php:758 ../../mod/admin.php:960 +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 msgid "Enable" msgstr "Разрешить" -#: ../../mod/admin.php:784 ../../mod/admin.php:989 +#: ../../mod/admin.php:975 ../../mod/admin.php:1180 msgid "Toggle" msgstr "Переключить" -#: ../../mod/admin.php:792 ../../mod/admin.php:999 +#: ../../mod/admin.php:983 ../../mod/admin.php:1190 msgid "Author: " msgstr "Автор: " -#: ../../mod/admin.php:793 ../../mod/admin.php:1000 +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 msgid "Maintainer: " msgstr "Обслуживающий: " -#: ../../mod/admin.php:922 +#: ../../mod/admin.php:1113 msgid "No themes found." msgstr "Темы не найдены." -#: ../../mod/admin.php:981 +#: ../../mod/admin.php:1172 msgid "Screenshot" msgstr "Скриншот" -#: ../../mod/admin.php:1029 +#: ../../mod/admin.php:1220 msgid "[Experimental]" msgstr "[экспериментальный]" -#: ../../mod/admin.php:1030 +#: ../../mod/admin.php:1221 msgid "[Unsupported]" msgstr "[неподдерживаемый]" -#: ../../mod/admin.php:1057 +#: ../../mod/admin.php:1248 msgid "Log settings updated." msgstr "Настройки журнала обновленны." -#: ../../mod/admin.php:1113 +#: ../../mod/admin.php:1304 msgid "Clear" msgstr "Очистить" -#: ../../mod/admin.php:1119 +#: ../../mod/admin.php:1310 msgid "Debugging" msgstr "Включить/Выключить" -#: ../../mod/admin.php:1120 +#: ../../mod/admin.php:1311 msgid "Log file" msgstr "Файл журнала" -#: ../../mod/admin.php:1120 +#: ../../mod/admin.php:1311 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта." -#: ../../mod/admin.php:1121 +#: ../../mod/admin.php:1312 msgid "Log level" msgstr "Уровень журнала" -#: ../../mod/mitem.php:14 ../../mod/menu.php:87 -msgid "Menu not found." -msgstr "Меню не найдено." - -#: ../../mod/mitem.php:47 -msgid "Menu element updated." -msgstr "Меню обновлено." - -#: ../../mod/mitem.php:51 -msgid "Unable to update menu element." -msgstr "" - -#: ../../mod/mitem.php:57 -msgid "Menu element added." -msgstr "Элемент меню добавлен." - -#: ../../mod/mitem.php:61 -msgid "Unable to add menu element." -msgstr "" - -#: ../../mod/mitem.php:78 ../../mod/xchan.php:25 ../../mod/menu.php:113 -#: ../../mod/dirprofile.php:176 -msgid "Not found." -msgstr "Не найдено." - -#: ../../mod/mitem.php:96 -msgid "Manage Menu Elements" -msgstr "" - -#: ../../mod/mitem.php:99 -msgid "Edit menu" -msgstr "Редактировать меню" - -#: ../../mod/mitem.php:102 -msgid "Edit element" -msgstr "Редактировать элемент" - -#: ../../mod/mitem.php:103 -msgid "Drop element" -msgstr "Удалить элемент" - -#: ../../mod/mitem.php:104 -msgid "New element" -msgstr "Новый элемент" - -#: ../../mod/mitem.php:105 -msgid "Edit this menu container" -msgstr "" - -#: ../../mod/mitem.php:106 -msgid "Add menu element" -msgstr "Добавить элемент меню" - -#: ../../mod/mitem.php:107 -msgid "Delete this menu item" -msgstr "" - -#: ../../mod/mitem.php:108 -msgid "Edit this menu item" -msgstr "" - -#: ../../mod/mitem.php:131 -msgid "New Menu Element" -msgstr "Новый элемент меню" - -#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 -msgid "Menu Item Permissions" -msgstr "" - -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:930 -msgid "(click to open/close)" -msgstr "(нажмите, чтобы открыть / закрыть)" - -#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 -msgid "Link text" -msgstr "Текст ссылки" - -#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 -msgid "URL of link" -msgstr "" - -#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 -msgid "Use Red magic-auth if available" -msgstr "" - -#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 -msgid "Open link in new window" -msgstr "" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Order in list" -msgstr "" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Higher numbers will sink to bottom of listing" -msgstr "" - -#: ../../mod/mitem.php:142 ../../mod/menu.php:79 ../../mod/new_channel.php:117 -msgid "Create" -msgstr "Создать" - -#: ../../mod/mitem.php:154 -msgid "Menu item not found." -msgstr "Элемент меню не найден." - -#: ../../mod/mitem.php:163 -msgid "Menu item deleted." +#: ../../mod/poke.php:159 +msgid "Poke/Prod" msgstr "" -#: ../../mod/mitem.php:165 -msgid "Menu item could not be deleted." +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" msgstr "" -#: ../../mod/mitem.php:174 -msgid "Edit Menu Element" -msgstr "Редактировать элемент меню" +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Получатель" -#: ../../mod/mitem.php:186 ../../mod/menu.php:107 -msgid "Modify" +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" msgstr "" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "Коллекция создана." - -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Не удалось создать коллекцию." +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Сделать это сообщение личным" -#: ../../mod/group.php:54 -msgid "Collection updated." +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" msgstr "" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Создать коллекцию контактов" - -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Название коллекции:" - -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" msgstr "" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Коллекция удалена." - -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Невозможно удалить коллекцию." - -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Редактор коллекций" - -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Участники" - -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Все подключенные контакы" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Пожалуйста, войдите, чтобы продолжить." -#: ../../mod/group.php:231 -msgid "Click on a channel to add or remove." +#: ../../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 "" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." msgstr "" -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Альбом не найден." - -#: ../../mod/photos.php:119 ../../mod/photos.php:799 -msgid "Delete Album" -msgstr "Удалить альбом" - -#: ../../mod/photos.php:159 ../../mod/photos.php:1061 -msgid "Delete Photo" -msgstr "Удалить фотографию" - -#: ../../mod/photos.php:500 +#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 #, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s добавил тег в %2$s на %3$s" - -#: ../../mod/photos.php:500 -msgid "a photo" -msgstr "фотография" +msgid "Welcome %s. Remote authentication successful." +msgstr "Добро пожаловать %s. Удаленная аутентификация успешно завершена." -#: ../../mod/photos.php:583 -msgid "No photos selected" -msgstr "Никакие фотографии не выбраны" +#: ../../mod/apps.php:8 +msgid "No installed applications." +msgstr "Нет установленных приложений." -#: ../../mod/photos.php:630 -msgid "Access to this item is restricted." -msgstr "Доступ к этому элементу ограничен." +#: ../../mod/apps.php:13 +msgid "Applications" +msgstr "Приложения" -#: ../../mod/photos.php:704 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Элемент недоступен." -#: ../../mod/photos.php:707 +#: ../../mod/probe.php:23 ../../mod/probe.php:29 #, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "" - -#: ../../mod/photos.php:726 -msgid "Upload Photos" -msgstr "Загрузить фотографии" - -#: ../../mod/photos.php:730 ../../mod/photos.php:794 -msgid "New album name: " -msgstr "Название нового альбома:" - -#: ../../mod/photos.php:731 -msgid "or existing album name: " -msgstr "или существующий альбом:" - -#: ../../mod/photos.php:732 -msgid "Do not show a status post for this upload" +msgid "Fetching URL returns error: %1$s" msgstr "" -#: ../../mod/photos.php:734 ../../mod/photos.php:1056 -#: ../../mod/filestorage.php:125 -msgid "Permissions" -msgstr "Разрешения" - -#: ../../mod/photos.php:783 ../../mod/photos.php:805 ../../mod/photos.php:1232 -#: ../../mod/photos.php:1247 -msgid "Contact Photos" -msgstr "Фотографии контакта" - -#: ../../mod/photos.php:809 -msgid "Edit Album" -msgstr "Редактировать Фотоальбом" - -#: ../../mod/photos.php:815 -msgid "Show Newest First" -msgstr "Показать новые первыми" +#: ../../mod/block.php:27 ../../mod/page.php:35 +msgid "Invalid item." +msgstr "Недействительный элемент." -#: ../../mod/photos.php:817 -msgid "Show Oldest First" -msgstr "Показать старые первыми" +#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 +#: ../../mod/home.php:50 ../../mod/wall_upload.php:28 +msgid "Channel not found." +msgstr "Канал не найден." -#: ../../mod/photos.php:860 ../../mod/photos.php:1279 -msgid "View Photo" -msgstr "Посмотреть фотографию" +#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100 +#: ../../mod/help.php:72 ../../index.php:237 +msgid "Page not found." +msgstr "Страница не найдена." -#: ../../mod/photos.php:906 -msgid "Permission denied. Access to this item may be restricted." +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." msgstr "" -#: ../../mod/photos.php:908 -msgid "Photo not available" -msgstr "Фотография не доступна" - -#: ../../mod/photos.php:966 -msgid "Use as profile photo" -msgstr "Использовать в качестве фотографии профиля" - -#: ../../mod/photos.php:990 -msgid "View Full Size" -msgstr "Посмотреть в полный размер" - -#: ../../mod/photos.php:1044 -msgid "Edit photo" -msgstr "Редактировать фотографию" - -#: ../../mod/photos.php:1046 -msgid "Rotate CW (right)" -msgstr "Повернуть CW (направо)" - -#: ../../mod/photos.php:1047 -msgid "Rotate CCW (left)" -msgstr "Повернуть CCW (налево)" - -#: ../../mod/photos.php:1049 -msgid "New album name" -msgstr "Новое название альбома:" - -#: ../../mod/photos.php:1052 -msgid "Caption" -msgstr "Подпись" - -#: ../../mod/photos.php:1054 -msgid "Add a Tag" -msgstr "Добавить тег" +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Изменение размера изображения не удалось." -#: ../../mod/photos.php:1058 +#: ../../mod/profile_photo.php:205 msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: ../../mod/photos.php:1285 -msgid "View Album" -msgstr "Посмотреть фотоальбом" - -#: ../../mod/photos.php:1294 -msgid "Recent Photos" -msgstr "Последние фотографии" - -#: ../../mod/filer.php:35 -msgid "- select -" -msgstr "- выбрать -" - -#: ../../mod/menu.php:17 -msgid "Menu updated." -msgstr "Меню обновлено." - -#: ../../mod/menu.php:21 -msgid "Unable to update menu." -msgstr "Невозможно обновление меню." - -#: ../../mod/menu.php:26 -msgid "Menu created." -msgstr "Меню создано." - -#: ../../mod/menu.php:30 -msgid "Unable to create menu." -msgstr "Невозможно создать меню." - -#: ../../mod/menu.php:53 -msgid "Manage Menus" -msgstr "Управление меню" - -#: ../../mod/menu.php:56 -msgid "Drop" -msgstr "Удалить" - -#: ../../mod/menu.php:58 -msgid "Create a new menu" -msgstr "Создать новое меню" - -#: ../../mod/menu.php:59 -msgid "Delete this menu" -msgstr "Удалить это меню" - -#: ../../mod/menu.php:60 ../../mod/menu.php:104 -msgid "Edit menu contents" -msgstr "Редактировать содержание меню" - -#: ../../mod/menu.php:61 -msgid "Edit this menu" -msgstr "Редактировать это меню" - -#: ../../mod/menu.php:76 -msgid "New Menu" -msgstr "Новое меню" - -#: ../../mod/menu.php:77 ../../mod/menu.php:105 -msgid "Menu name" -msgstr "Название меню" - -#: ../../mod/menu.php:77 ../../mod/menu.php:105 -msgid "Must be unique, only seen by you" -msgstr "" - -#: ../../mod/menu.php:78 ../../mod/menu.php:106 -msgid "Menu title" -msgstr "Название меню" - -#: ../../mod/menu.php:78 ../../mod/menu.php:106 -msgid "Menu title as seen by others" -msgstr "" - -#: ../../mod/menu.php:93 -msgid "Menu deleted." -msgstr "Меню удалено." - -#: ../../mod/menu.php:95 -msgid "Menu could not be deleted." -msgstr "" - -#: ../../mod/menu.php:101 -msgid "Edit Menu" -msgstr "Редактировать меню" - -#: ../../mod/menu.php:103 -msgid "Add or remove entries to this menu" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: ../../mod/home.php:89 +#: ../../mod/profile_photo.php:232 #, php-format -msgid "Welcome to %s" -msgstr "Добро пожаловать в %s" - -#: ../../mod/directory.php:143 ../../mod/profiles.php:573 -#: ../../mod/dirprofile.php:95 -msgid "Age: " -msgstr "Возраст:" - -#: ../../mod/directory.php:146 ../../mod/dirprofile.php:98 -msgid "Gender: " -msgstr "Пол:" - -#: ../../mod/directory.php:206 -msgid "Finding:" -msgstr "Поиск:" - -#: ../../mod/directory.php:214 -msgid "next page" -msgstr "следующая страница" - -#: ../../mod/directory.php:214 -msgid "previous page" -msgstr "предыдущая страница" - -#: ../../mod/directory.php:221 -msgid "No entries (some entries may be hidden)." +msgid "Image exceeds size limit of %d" msgstr "" -#: ../../mod/connections.php:189 ../../mod/connections.php:261 -msgid "Blocked" -msgstr "Заблокированные" - -#: ../../mod/connections.php:194 ../../mod/connections.php:268 -msgid "Ignored" -msgstr "Игнорируемые" - -#: ../../mod/connections.php:199 ../../mod/connections.php:282 -msgid "Hidden" -msgstr "Скрытые" - -#: ../../mod/connections.php:204 ../../mod/connections.php:275 -msgid "Archived" -msgstr "Зархивированные" - -#: ../../mod/connections.php:215 -msgid "All" -msgstr "Все" - -#: ../../mod/connections.php:239 -msgid "Suggest new connections" -msgstr "Предлагать новые контакты" - -#: ../../mod/connections.php:245 -msgid "Show pending (new) connections" -msgstr "Просмотр (новых) ждущих контактов" - -#: ../../mod/connections.php:248 -msgid "All Connections" -msgstr "Все контакты" - -#: ../../mod/connections.php:251 -msgid "Show all connections" -msgstr "Просмотр всех контактов" - -#: ../../mod/connections.php:254 -msgid "Unblocked" -msgstr "Разрешенные" - -#: ../../mod/connections.php:257 -msgid "Only show unblocked connections" -msgstr "Показать только разрешенные контакты" - -#: ../../mod/connections.php:264 -msgid "Only show blocked connections" -msgstr "Показать только заблокированные контакты" +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "Невозможно обработать изображение." -#: ../../mod/connections.php:271 -msgid "Only show ignored connections" -msgstr "Показать только проигнорированные контакты" +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "Фотография не доступна." -#: ../../mod/connections.php:278 -msgid "Only show archived connections" -msgstr "Показать только архивированные контакты" +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Загрузить файл:" -#: ../../mod/connections.php:285 -msgid "Only show hidden connections" -msgstr "Показать только скрытые контакты" +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "Выберите профиль:" -#: ../../mod/connections.php:329 -#, php-format -msgid "%1$s [%2$s]" -msgstr "%1$s [%2$s]" +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Загрузить фотографию профиля" -#: ../../mod/connections.php:330 -msgid "Edit contact" -msgstr "Редактировать контакт" +#: ../../mod/profile_photo.php:361 +msgid "Upload" +msgstr "Загрузка" -#: ../../mod/connections.php:353 -msgid "Search your connections" -msgstr "Поиск ваших связей" +#: ../../mod/profile_photo.php:365 ../../mod/settings.php:888 +msgid "or" +msgstr "или" -#: ../../mod/connections.php:354 -msgid "Finding: " -msgstr "Поиск:" +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "пропустить этот шаг" -#: ../../mod/layouts.php:52 -msgid "Layout Help" +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" msgstr "" -#: ../../mod/layouts.php:55 -msgid "Help with this feature" -msgstr "" +#: ../../mod/profile_photo.php:379 +msgid "Crop Image" +msgstr "Обрезать изображение" -#: ../../mod/layouts.php:74 -msgid "Layout Name" +#: ../../mod/profile_photo.php:380 +msgid "Please adjust the image cropping for optimum viewing." msgstr "" -#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 -msgid "Help:" -msgstr "Помощь:" - -#: ../../mod/help.php:68 ../../index.php:224 -msgid "Not Found" -msgstr "Не найдено" - -#: ../../mod/rmagic.php:56 -msgid "Remote Authentication" -msgstr "Удаленная аутентификация" - -#: ../../mod/rmagic.php:57 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Введите адрес вашего канала (например: channel@example.com)" - -#: ../../mod/rmagic.php:58 -msgid "Authenticate" -msgstr "Проверка подлинности" - -#: ../../mod/network.php:79 -msgid "No such group" -msgstr "Нет такой группы" - -#: ../../mod/network.php:118 -msgid "Search Results For:" -msgstr "Результаты поиска для:" - -#: ../../mod/network.php:172 -msgid "Collection is empty" -msgstr "Коллекция пуста" - -#: ../../mod/network.php:180 -msgid "Collection: " -msgstr "Коллекции: " - -#: ../../mod/network.php:193 -msgid "Connection: " -msgstr "Контакты: " - -#: ../../mod/network.php:196 -msgid "Invalid connection." -msgstr "" +#: ../../mod/profile_photo.php:382 +msgid "Done Editing" +msgstr "Закончить редактирование" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Контакт добавлен." +#: ../../mod/profile_photo.php:425 +msgid "Image uploaded successfully." +msgstr "Загрузка изображениея прошла успешно." -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "" +#: ../../mod/profile_photo.php:427 +msgid "Image upload failed." +msgstr "Загрузка изображениея прошла безуспешно." -#: ../../mod/post.php:256 +#: ../../mod/profile_photo.php:436 #, php-format -msgid "Welcome %s. Remote authentication successful." +msgid "Image size reduction [%s] failed." msgstr "" -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Этот сайт не является сервером каталога" - -#: ../../mod/lockview.php:34 -msgid "Remote privacy information not available." +#: ../../mod/blocks.php:66 +msgid "Block Name" msgstr "" -#: ../../mod/lockview.php:43 -msgid "Visible to:" -msgstr "Кому видно:" - -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "Hub не найден." - #: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:475 +#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 msgid "Profile not found." msgstr "Профиль не найден." @@ -5395,510 +4250,1081 @@ msgstr "Профиль недоступен для клонирования." msgid "Profile Name is required." msgstr "Имя профиля требуется." -#: ../../mod/profiles.php:306 +#: ../../mod/profiles.php:294 msgid "Marital Status" msgstr "Семейное положение" -#: ../../mod/profiles.php:310 +#: ../../mod/profiles.php:298 msgid "Romantic Partner" msgstr "Романтический партнер" -#: ../../mod/profiles.php:314 +#: ../../mod/profiles.php:302 msgid "Likes" -msgstr "мне нравиться" +msgstr "нравится" -#: ../../mod/profiles.php:318 +#: ../../mod/profiles.php:306 msgid "Dislikes" -msgstr "мне не-нравиться" +msgstr "не-нравится" -#: ../../mod/profiles.php:322 +#: ../../mod/profiles.php:310 msgid "Work/Employment" msgstr "Работа / Занятость" -#: ../../mod/profiles.php:325 +#: ../../mod/profiles.php:313 msgid "Religion" msgstr "Религия" -#: ../../mod/profiles.php:329 +#: ../../mod/profiles.php:317 msgid "Political Views" msgstr "Политические взгляды" -#: ../../mod/profiles.php:333 +#: ../../mod/profiles.php:321 msgid "Gender" msgstr "Пол" -#: ../../mod/profiles.php:337 +#: ../../mod/profiles.php:325 msgid "Sexual Preference" msgstr "Сексуальная ориентация" -#: ../../mod/profiles.php:341 +#: ../../mod/profiles.php:329 msgid "Homepage" msgstr "Домашняя страница" -#: ../../mod/profiles.php:345 +#: ../../mod/profiles.php:333 msgid "Interests" msgstr "Интересы" -#: ../../mod/profiles.php:349 -msgid "Address" -msgstr "Адрес" - -#: ../../mod/profiles.php:356 ../../mod/pubsites.php:31 +#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 msgid "Location" msgstr "Место" -#: ../../mod/profiles.php:439 +#: ../../mod/profiles.php:427 msgid "Profile updated." msgstr "Профиль обновлен." -#: ../../mod/profiles.php:494 +#: ../../mod/profiles.php:482 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "" -#: ../../mod/profiles.php:517 +#: ../../mod/profiles.php:505 msgid "Edit Profile Details" msgstr "Редактирование профиля" -#: ../../mod/profiles.php:519 +#: ../../mod/profiles.php:507 msgid "View this profile" msgstr "Посмотреть этот профиль" -#: ../../mod/profiles.php:520 +#: ../../mod/profiles.php:508 msgid "Change Profile Photo" msgstr "Изменить фотографию профиля" -#: ../../mod/profiles.php:521 +#: ../../mod/profiles.php:509 msgid "Create a new profile using these settings" msgstr "Создайте новый профиль со следующими настройками" -#: ../../mod/profiles.php:522 +#: ../../mod/profiles.php:510 msgid "Clone this profile" msgstr "Клонировать этот профиль" -#: ../../mod/profiles.php:523 +#: ../../mod/profiles.php:511 msgid "Delete this profile" msgstr "Удалить этот профиль" -#: ../../mod/profiles.php:524 +#: ../../mod/profiles.php:512 msgid "Profile Name:" msgstr "Имя профиля:" -#: ../../mod/profiles.php:525 +#: ../../mod/profiles.php:513 msgid "Your Full Name:" msgstr "Ваше полное имя:" -#: ../../mod/profiles.php:526 +#: ../../mod/profiles.php:514 msgid "Title/Description:" msgstr "Название / Описание:" -#: ../../mod/profiles.php:527 +#: ../../mod/profiles.php:515 msgid "Your Gender:" msgstr "Ваш пол:" -#: ../../mod/profiles.php:528 +#: ../../mod/profiles.php:516 #, php-format msgid "Birthday (%s):" msgstr "Ваш День Рождения (%s):" -#: ../../mod/profiles.php:529 +#: ../../mod/profiles.php:517 msgid "Street Address:" msgstr "Улица:" -#: ../../mod/profiles.php:530 +#: ../../mod/profiles.php:518 msgid "Locality/City:" msgstr "Населенный пункт / город:" -#: ../../mod/profiles.php:531 +#: ../../mod/profiles.php:519 msgid "Postal/Zip Code:" msgstr "Почтовый индекс:" -#: ../../mod/profiles.php:532 +#: ../../mod/profiles.php:520 msgid "Country:" msgstr "Страна:" -#: ../../mod/profiles.php:533 +#: ../../mod/profiles.php:521 msgid "Region/State:" msgstr "Регион / Область:" -#: ../../mod/profiles.php:534 +#: ../../mod/profiles.php:522 msgid "<span class=\"heart\">♥</span> Marital Status:" msgstr "" -#: ../../mod/profiles.php:535 +#: ../../mod/profiles.php:523 msgid "Who: (if applicable)" msgstr "Кто: (если это применимо)" -#: ../../mod/profiles.php:536 +#: ../../mod/profiles.php:524 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../mod/profiles.php:537 +#: ../../mod/profiles.php:525 msgid "Since [date]:" msgstr "С тех пор [date]:" -#: ../../mod/profiles.php:539 +#: ../../mod/profiles.php:527 msgid "Homepage URL:" msgstr "URL-адрес домашней страницы:" -#: ../../mod/profiles.php:542 +#: ../../mod/profiles.php:530 msgid "Religious Views:" msgstr "Религиозные взгляды:" -#: ../../mod/profiles.php:543 +#: ../../mod/profiles.php:531 msgid "Keywords:" msgstr "Ключевые слова:" -#: ../../mod/profiles.php:546 +#: ../../mod/profiles.php:534 msgid "Example: fishing photography software" msgstr "Пример: fishing photography software" -#: ../../mod/profiles.php:547 +#: ../../mod/profiles.php:535 msgid "Used in directory listings" msgstr "" -#: ../../mod/profiles.php:548 +#: ../../mod/profiles.php:536 msgid "Tell us about yourself..." msgstr "Расскажите нам о себе ..." -#: ../../mod/profiles.php:549 +#: ../../mod/profiles.php:537 msgid "Hobbies/Interests" msgstr "Хобби / интересы" -#: ../../mod/profiles.php:550 +#: ../../mod/profiles.php:538 msgid "Contact information and Social Networks" msgstr "Информация и социальные сети контакта" -#: ../../mod/profiles.php:551 +#: ../../mod/profiles.php:539 msgid "My other channels" msgstr "Мои другие контакты" -#: ../../mod/profiles.php:552 +#: ../../mod/profiles.php:540 msgid "Musical interests" msgstr "Музыкальные интересы" -#: ../../mod/profiles.php:553 +#: ../../mod/profiles.php:541 msgid "Books, literature" msgstr "Книги, литература" -#: ../../mod/profiles.php:554 +#: ../../mod/profiles.php:542 msgid "Television" msgstr "Телевидение" -#: ../../mod/profiles.php:555 +#: ../../mod/profiles.php:543 msgid "Film/dance/culture/entertainment" msgstr "Кино / танцы / культура / развлечения" -#: ../../mod/profiles.php:556 +#: ../../mod/profiles.php:544 msgid "Love/romance" msgstr "Любовь / Романс" -#: ../../mod/profiles.php:557 +#: ../../mod/profiles.php:545 msgid "Work/employment" msgstr "Работа / Занятость" -#: ../../mod/profiles.php:558 +#: ../../mod/profiles.php:546 msgid "School/education" msgstr "Школа / образование" -#: ../../mod/profiles.php:563 +#: ../../mod/profiles.php:551 msgid "" "This is your <strong>public</strong> profile.<br />It <strong>may</strong> " "be visible to anybody using the internet." msgstr "" -#: ../../mod/profiles.php:612 +#: ../../mod/profiles.php:561 ../../mod/directory.php:143 +#: ../../mod/dirprofile.php:92 +msgid "Age: " +msgstr "Возраст:" + +#: ../../mod/profiles.php:600 msgid "Edit/Manage Profiles" msgstr "Редактирование / Управление профилей" -#: ../../mod/profiles.php:613 +#: ../../mod/profiles.php:601 msgid "Add profile things" msgstr "" -#: ../../mod/profiles.php:614 +#: ../../mod/profiles.php:602 msgid "Include desirable objects in your profile" msgstr "" -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" -msgstr "Добавить контакт" - -#: ../../mod/new_channel.php:108 -msgid "" -"A channel is your own collection of related web pages. A channel can be used" -" to hold social network profiles, blogs, conversation groups and forums, " -"celebrity pages, and much more. You may create as many channels as your " -"service provider allows." +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" msgstr "" -#: ../../mod/new_channel.php:111 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" +msgstr "Мои закладки" + +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" +msgstr "Закладки моих контактов" + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." msgstr "" -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" -msgstr "Выберите короткий псевдоним" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Редактор видимости профиля" -#: ../../mod/new_channel.php:113 +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Нажмите на канал, чтобы добавить или удалить." + +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Видно" + +#: ../../mod/profperm.php:139 ../../mod/connections.php:278 +msgid "All Connections" +msgstr "Все контакты" + +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "" + +#: ../../mod/pubsites.php:19 msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." +"The listed sites allow public registration into the Red Matrix. All sites in" +" the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links <strong>may</strong> provide " +"additional details." msgstr "" -#: ../../mod/new_channel.php:114 -msgid "Or <a href=\"import\">import an existing channel</a> from another location" +#: ../../mod/pubsites.php:25 +msgid "Site URL" +msgstr "URL веб-сайта" + +#: ../../mod/pubsites.php:25 +msgid "Access Type" msgstr "" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." -msgstr "Доступ запрещен." +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" +msgstr "Правила регистрации" -#: ../../mod/filestorage.php:86 -msgid "File not found." -msgstr "Файл не найден." +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "" -#: ../../mod/filestorage.php:120 -msgid "Edit file permissions" -msgstr "Редактировать разрешения файла" +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "" -#: ../../mod/filestorage.php:127 -msgid "Include all files and sub folders" +#: ../../mod/chanview.php:93 +msgid "toggle full screen mode" +msgstr "переключение полноэкранного режима" + +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" msgstr "" -#: ../../mod/filestorage.php:128 -msgid "Return to file list" +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" msgstr "" -#: ../../mod/filestorage.php:130 -msgid "Copy/paste this code to attach file to a post" +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" msgstr "" -#: ../../mod/filestorage.php:131 -msgid "Copy/paste this URL to link file from a web page" +#: ../../mod/rbmark.php:95 +msgid "Description" msgstr "" -#: ../../mod/filestorage.php:168 -msgid "Download" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" msgstr "" -#: ../../mod/filestorage.php:174 -msgid "Used: " +#: ../../mod/chat.php:167 +msgid "Room not found" msgstr "" -#: ../../mod/filestorage.php:175 -msgid "[directory]" +#: ../../mod/chat.php:178 +msgid "Leave Room" msgstr "" -#: ../../mod/filestorage.php:177 -msgid "Limit: " -msgstr "Предел: " +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Действительный аккаунт не найден." +#: ../../mod/chat.php:180 +msgid "I am away right now" +msgstr "" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." +#: ../../mod/chat.php:181 +msgid "I am online" msgstr "" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Участник сайта (%s)" +#: ../../mod/chat.php:183 +msgid "Bookmark this room" +msgstr "" -#: ../../mod/lostpass.php:40 +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Новый чат" + +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Название чата" + +#: ../../mod/chat.php:225 #, php-format -msgid "Password reset requested at %s" -msgstr "Требуется сброс пароля на %s" +msgid "%1$s's Chatrooms" +msgstr "Чаты пользователя %1$s" -#: ../../mod/lostpass.php:63 +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "" + +#: ../../mod/register.php:49 msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." +"Please indicate acceptance of the Terms of Service. Registration failed." msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1426 -msgid "Password Reset" -msgstr "Сбросить пароль" +#: ../../mod/register.php:77 +msgid "Passwords do not match." +msgstr "Пароли не совпадают." -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." +#: ../../mod/register.php:105 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." msgstr "" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "Ваш новый пароль" +#: ../../mod/register.php:111 +msgid "Your registration is pending approval by the site owner." +msgstr "" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" +#: ../../mod/register.php:114 +msgid "Your registration can not be processed." +msgstr "Ваша регистрация не может быть обработана." + +#: ../../mod/register.php:147 +msgid "Registration on this site/hub is by approval only." msgstr "" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "нажмите здесь чтобы выйти" +#: ../../mod/register.php:148 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "" -#: ../../mod/lostpass.php:90 +#: ../../mod/register.php:156 msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." msgstr "" -#: ../../mod/lostpass.php:107 +#: ../../mod/register.php:167 +msgid "Terms of Service" +msgstr "" + +#: ../../mod/register.php:173 #, php-format -msgid "Your password has changed at %s" -msgstr "Пароль изменен на %s" +msgid "I accept the %s for this website" +msgstr "" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Забыли пароль или логин?" +#: ../../mod/register.php:175 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "" -#: ../../mod/lostpass.php:123 +#: ../../mod/register.php:194 +msgid "Membership on this site is by invitation only." +msgstr "" + +#: ../../mod/register.php:195 +msgid "Please enter your invitation code" +msgstr "" + +#: ../../mod/register.php:198 +msgid "Your email address" +msgstr "Ваш адрес электронной почты" + +#: ../../mod/register.php:199 +msgid "Choose a password" +msgstr "Выберите пароль" + +#: ../../mod/register.php:200 +msgid "Please re-enter your password" +msgstr "Пожалуйста, введите пароль еще раз" + +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "" + +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "" + +#: ../../mod/regmod.php:12 +msgid "Please login." +msgstr "Войдите пожалуйста." + +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +msgstr "" + +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" +msgstr "Удалить этот канал" + +#: ../../mod/removeme.php:50 msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." msgstr "" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "Адрес электронной почты" +#: ../../mod/removeme.php:51 +msgid "Please enter your password for verification:" +msgstr "Пожалуйста, введите пароль для проверки:" -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Сброс" +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" +msgstr "" -#: ../../mod/import.php:36 -msgid "Nothing to import." -msgstr "Ничего импортировать." +#: ../../mod/removeme.php:52 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "" -#: ../../mod/import.php:58 -msgid "Unable to download data from old server" -msgstr "Невозможно загрузить данные из старого сервера" +#: ../../mod/removeme.php:53 +msgid "Remove Channel" +msgstr "" -#: ../../mod/import.php:64 -msgid "Imported file is empty." -msgstr "Импортированный файл пуст." +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Не канал." -#: ../../mod/import.php:88 +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Общие контакты" + +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Общих контактов нет." + +#: ../../mod/rmagic.php:38 msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." msgstr "" -#: ../../mod/import.php:106 -msgid "Channel clone failed. Import failed." +#: ../../mod/rmagic.php:38 +msgid "The error message was:" msgstr "" -#: ../../mod/import.php:116 -msgid "Cloned channel not found. Import failed." +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." msgstr "" -#: ../../mod/import.php:358 -msgid "Import completed." -msgstr "Импорт завершен." +#: ../../mod/rmagic.php:78 +msgid "Remote Authentication" +msgstr "Удаленная аутентификация" -#: ../../mod/import.php:371 -msgid "You must be logged in to use this feature." -msgstr "Вы должны войти в систему, чтобы использовать эту функцию." +#: ../../mod/rmagic.php:79 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Введите адрес вашего канала (например: channel@example.com)" -#: ../../mod/import.php:376 -msgid "Import Channel" -msgstr "Импорт канала" +#: ../../mod/rmagic.php:80 +msgid "Authenticate" +msgstr "Проверка подлинности" -#: ../../mod/import.php:377 +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" +msgstr "Продолжить" + +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" +msgstr "Установка премиум канала" + +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" +msgstr "" + +#: ../../mod/connect.php:87 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." +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." msgstr "" -#: ../../mod/import.php:378 -msgid "File to Upload" -msgstr "Файл для загрузки" +#: ../../mod/connect.php:89 ../../mod/connect.php:109 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "" -#: ../../mod/import.php:379 -msgid "Or provide the old server/hub details" +#: ../../mod/connect.php:90 +msgid "" +"Potential connections will then see the following text before proceeding:" msgstr "" -#: ../../mod/import.php:380 -msgid "Your old identity address (xyz@example.com)" +#: ../../mod/connect.php:91 ../../mod/connect.php:112 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." msgstr "" -#: ../../mod/import.php:381 -msgid "Your old login email address" -msgstr "Ваш старый адрес электронной почты" +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "" -#: ../../mod/import.php:382 -msgid "Your old login password" -msgstr "Ваш старый пароль" +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" +msgstr "" -#: ../../mod/import.php:383 +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "Нет такой группы" + +#: ../../mod/network.php:119 +msgid "Search Results For:" +msgstr "Результаты поиска для:" + +#: ../../mod/network.php:173 +msgid "Collection is empty" +msgstr "Коллекция пуста" + +#: ../../mod/network.php:181 +msgid "Collection: " +msgstr "Коллекции: " + +#: ../../mod/network.php:194 +msgid "Connection: " +msgstr "Контакты: " + +#: ../../mod/network.php:197 +msgid "Invalid connection." +msgstr "" + +#: ../../mod/connections.php:37 ../../mod/connedit.php:64 +msgid "Could not access contact record." +msgstr "" + +#: ../../mod/connections.php:51 ../../mod/connedit.php:78 +msgid "Could not locate selected profile." +msgstr "" + +#: ../../mod/connections.php:94 ../../mod/connedit.php:131 +msgid "Connection updated." +msgstr "Связи обновленны." + +#: ../../mod/connections.php:96 ../../mod/connedit.php:133 +msgid "Failed to update connection record." +msgstr "" + +#: ../../mod/connections.php:191 ../../mod/connections.php:291 +msgid "Blocked" +msgstr "Заблокированные" + +#: ../../mod/connections.php:196 ../../mod/connections.php:298 +msgid "Ignored" +msgstr "Игнорируемые" + +#: ../../mod/connections.php:201 ../../mod/connections.php:312 +msgid "Hidden" +msgstr "Скрытые" + +#: ../../mod/connections.php:206 ../../mod/connections.php:305 +msgid "Archived" +msgstr "Зархивированные" + +#: ../../mod/connections.php:230 ../../mod/connections.php:244 +msgid "All" +msgstr "Все" + +#: ../../mod/connections.php:239 ../../mod/connections.php:319 +msgid "Unconnected" +msgstr "" + +#: ../../mod/connections.php:269 +msgid "Suggest new connections" +msgstr "Предлагать новые контакты" + +#: ../../mod/connections.php:272 +msgid "New Connections" +msgstr "Новые контакты" + +#: ../../mod/connections.php:275 +msgid "Show pending (new) connections" +msgstr "Просмотр (новых) ждущих контактов" + +#: ../../mod/connections.php:281 +msgid "Show all connections" +msgstr "Просмотр всех контактов" + +#: ../../mod/connections.php:284 +msgid "Unblocked" +msgstr "Разрешенные" + +#: ../../mod/connections.php:287 +msgid "Only show unblocked connections" +msgstr "Показать только разрешенные контакты" + +#: ../../mod/connections.php:294 +msgid "Only show blocked connections" +msgstr "Показать только заблокированные контакты" + +#: ../../mod/connections.php:301 +msgid "Only show ignored connections" +msgstr "Показать только проигнорированные контакты" + +#: ../../mod/connections.php:308 +msgid "Only show archived connections" +msgstr "Показать только архивированные контакты" + +#: ../../mod/connections.php:315 +msgid "Only show hidden connections" +msgstr "Показать только скрытые контакты" + +#: ../../mod/connections.php:322 +msgid "Only show one-way connections" +msgstr "" + +#: ../../mod/connections.php:367 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" + +#: ../../mod/connections.php:368 +msgid "Edit contact" +msgstr "Редактировать контакт" + +#: ../../mod/connections.php:389 +msgid "Search your connections" +msgstr "Поиск ваших связей" + +#: ../../mod/connections.php:390 +msgid "Finding: " +msgstr "Поиск:" + +#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 +msgid "Edit post" +msgstr "Редактировать сообщение" + +#: ../../mod/connedit.php:243 +msgid "Could not access address book record." +msgstr "" + +#: ../../mod/connedit.php:257 +msgid "Refresh failed - channel is currently unavailable." +msgstr "" + +#: ../../mod/connedit.php:264 +msgid "Channel has been unblocked" +msgstr "Канал разблокирован" + +#: ../../mod/connedit.php:265 +msgid "Channel has been blocked" +msgstr "Канал заблокирован" + +#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 +#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 +#: ../../mod/connedit.php:320 +msgid "Unable to set address book parameters." +msgstr "" + +#: ../../mod/connedit.php:276 +msgid "Channel has been unignored" +msgstr "Канал не проигнорирован" + +#: ../../mod/connedit.php:277 +msgid "Channel has been ignored" +msgstr "Канал проигнорирован" + +#: ../../mod/connedit.php:288 +msgid "Channel has been unarchived" +msgstr "Канал разархивирован" + +#: ../../mod/connedit.php:289 +msgid "Channel has been archived" +msgstr "Канал заархивирован" + +#: ../../mod/connedit.php:300 +msgid "Channel has been unhidden" +msgstr "Канал открыт" + +#: ../../mod/connedit.php:301 +msgid "Channel has been hidden" +msgstr "Канал скрыт" + +#: ../../mod/connedit.php:315 +msgid "Channel has been approved" +msgstr "Канал одобрен" + +#: ../../mod/connedit.php:316 +msgid "Channel has been unapproved" +msgstr "Канал не одобрен" + +#: ../../mod/connedit.php:334 +msgid "Connection has been removed." +msgstr "" + +#: ../../mod/connedit.php:354 +#, php-format +msgid "View %s's profile" +msgstr "Просмотр %s's профиля" + +#: ../../mod/connedit.php:358 +msgid "Refresh Permissions" +msgstr "Обновить разрешения" + +#: ../../mod/connedit.php:361 +msgid "Fetch updated permissions" +msgstr "" + +#: ../../mod/connedit.php:365 +msgid "Recent Activity" +msgstr "" + +#: ../../mod/connedit.php:368 +msgid "View recent posts and comments" +msgstr "" + +#: ../../mod/connedit.php:375 +msgid "Block or Unblock this connection" +msgstr "Запретить или разрешить этот канал" + +#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +msgid "Unignore" +msgstr "Не игнорировать" + +#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +#: ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "Игнорировать" + +#: ../../mod/connedit.php:382 +msgid "Ignore or Unignore this connection" +msgstr "Игнорировать или не игнорировать этот канал" + +#: ../../mod/connedit.php:385 +msgid "Unarchive" +msgstr "Разархивировать" + +#: ../../mod/connedit.php:385 +msgid "Archive" +msgstr "Заархивировать" + +#: ../../mod/connedit.php:388 +msgid "Archive or Unarchive this connection" +msgstr " Заархивировать или разархивировать этот канал" + +#: ../../mod/connedit.php:391 +msgid "Unhide" +msgstr "Показать" + +#: ../../mod/connedit.php:391 +msgid "Hide" +msgstr "Скрыть" + +#: ../../mod/connedit.php:394 +msgid "Hide or Unhide this connection" +msgstr "Скрыть или показывать этот канал" + +#: ../../mod/connedit.php:401 +msgid "Delete this connection" +msgstr "Удалить этот контакт" + +#: ../../mod/connedit.php:434 +msgid "Unknown" +msgstr "Неизвестный" + +#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 +msgid "Approve this connection" +msgstr "Утвердить этот контакт" + +#: ../../mod/connedit.php:444 +msgid "Accept connection to allow communication" +msgstr "" + +#: ../../mod/connedit.php:460 +msgid "Automatic Permissions Settings" +msgstr "Настройки автоматических разрешений" + +#: ../../mod/connedit.php:460 +#, php-format +msgid "Connections: settings for %s" +msgstr "" + +#: ../../mod/connedit.php:464 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." +"When receiving a channel introduction, any permissions provided here will be" +" applied to the new connection automatically and the introduction approved. " +"Leave this page if you do not wish to use this feature." msgstr "" -#: ../../mod/import.php:384 -msgid "Make this hub my primary location" +#: ../../mod/connedit.php:466 +msgid "Slide to adjust your degree of friendship" +msgstr "" + +#: ../../mod/connedit.php:472 +msgid "inherited" +msgstr "унаследованный" + +#: ../../mod/connedit.php:474 +msgid "Connection has no individual permissions!" +msgstr "" + +#: ../../mod/connedit.php:475 +msgid "" +"This may be appropriate based on your <a href=\"settings\">privacy " +"settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "" -#: ../../mod/manage.php:63 +#: ../../mod/connedit.php:477 +msgid "Profile Visibility" +msgstr "Видимость профиля" + +#: ../../mod/connedit.php:478 #, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../mod/manage.php:71 -msgid "Create a new channel" -msgstr "Создать новый канал" +#: ../../mod/connedit.php:479 +msgid "Contact Information / Notes" +msgstr "Информация / Примечания о канале" -#: ../../mod/manage.php:76 -msgid "Channel Manager" -msgstr "Настройки канала" +#: ../../mod/connedit.php:480 +msgid "Edit contact notes" +msgstr "Редактировать примечания канала" -#: ../../mod/manage.php:77 -msgid "Current Channel" -msgstr "Текущий канал" +#: ../../mod/connedit.php:482 +msgid "Their Settings" +msgstr "Их настройки" -#: ../../mod/manage.php:79 -msgid "Attach to one of your channels by selecting it." +#: ../../mod/connedit.php:483 +msgid "My Settings" +msgstr "Мои настройки" + +#: ../../mod/connedit.php:485 +msgid "Clear/Disable Automatic Permissions" msgstr "" -#: ../../mod/manage.php:80 -msgid "Default Channel" -msgstr "Канал по умолчанию" +#: ../../mod/connedit.php:486 +msgid "Forum Members" +msgstr "Участники форума" -#: ../../mod/manage.php:81 -msgid "Make Default" -msgstr "Сделать стандартным" +#: ../../mod/connedit.php:487 +msgid "Soapbox" +msgstr "Soapbox" -#: ../../mod/vote.php:97 -msgid "Total votes" +#: ../../mod/connedit.php:488 +msgid "Full Sharing (typical social network permissions)" msgstr "" -#: ../../mod/vote.php:98 -msgid "Average Rating" +#: ../../mod/connedit.php:489 +msgid "Cautious Sharing " msgstr "" -#: ../../mod/match.php:16 -msgid "Profile Match" +#: ../../mod/connedit.php:490 +msgid "Follow Only" +msgstr "Только следовать" + +#: ../../mod/connedit.php:491 +msgid "Individual Permissions" +msgstr "Индивидуальные разрешения" + +#: ../../mod/connedit.php:492 +msgid "" +"Some permissions may be inherited from your channel <a " +"href=\"settings\">privacy settings</a>, which have higher priority than " +"individual settings. Changing those inherited settings on this page will " +"have no effect." msgstr "" -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." +#: ../../mod/connedit.php:493 +msgid "Advanced Permissions" +msgstr "Дополнительные разрешения" + +#: ../../mod/connedit.php:494 +msgid "Simple Permissions (select one and submit)" msgstr "" -#: ../../mod/match.php:61 -msgid "is interested in:" -msgstr "заинтересован в:" +#: ../../mod/connedit.php:498 +#, php-format +msgid "Visit %s's profile - %s" +msgstr "Посетить %s's профиль - %s" -#: ../../mod/match.php:69 -msgid "No matches" -msgstr "Нет соответствий" +#: ../../mod/connedit.php:499 +msgid "Block/Unblock contact" +msgstr "Запретить/разрешить контакт" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" +#: ../../mod/connedit.php:500 +msgid "Ignore contact" +msgstr "Игнорировать контакт" + +#: ../../mod/connedit.php:501 +msgid "Repair URL settings" +msgstr "Ремонт настройки URL" + +#: ../../mod/connedit.php:502 +msgid "View conversations" +msgstr "Просмотр разговоров" + +#: ../../mod/connedit.php:504 +msgid "Delete contact" +msgstr "Удалить контакт" + +#: ../../mod/connedit.php:507 +msgid "Last update:" +msgstr "Последнее обновление:" + +#: ../../mod/connedit.php:509 +msgid "Update public posts" +msgstr "Обновить публичные сообщения" + +#: ../../mod/connedit.php:511 +msgid "Update now" +msgstr "Обновить сейчас" + +#: ../../mod/connedit.php:517 +msgid "Currently blocked" +msgstr "В настоящее время заблокирован" + +#: ../../mod/connedit.php:518 +msgid "Currently ignored" +msgstr "В настоящее время игнорируются" + +#: ../../mod/connedit.php:519 +msgid "Currently archived" +msgstr "В настоящее время зархивированны" + +#: ../../mod/connedit.php:520 +msgid "Currently pending" +msgstr "В настоящее время в ожидании" + +#: ../../mod/connedit.php:521 +msgid "Hide this contact from others" +msgstr "Скрыть этот канал от других" + +#: ../../mod/connedit.php:521 +msgid "" +"Replies/likes to your public posts <strong>may</strong> still be visible" +msgstr "" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "" + +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "" + +#: ../../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 "" + +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "" + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "" + +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:908 +msgid "Remove" +msgstr "Удалить" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Добавить" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Нет записей." + +#: ../../mod/search.php:13 ../../mod/directory.php:15 +#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 ../../mod/photos.php:443 +msgid "Public access denied." +msgstr "Общественный доступ запрещен." + +#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95 +msgid "Gender: " +msgstr "Пол:" + +#: ../../mod/directory.php:207 +msgid "Finding:" +msgstr "Поиск:" + +#: ../../mod/directory.php:215 +msgid "next page" +msgstr "следующая страница" + +#: ../../mod/directory.php:215 +msgid "previous page" +msgstr "предыдущая страница" + +#: ../../mod/directory.php:222 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: ../../mod/dirprofile.php:108 +msgid "Status: " +msgstr "" + +#: ../../mod/dirprofile.php:109 +msgid "Sexual Preference: " +msgstr "Сексуальная ориентация:" + +#: ../../mod/dirprofile.php:111 +msgid "Homepage: " +msgstr "Домашняя страница:" + +#: ../../mod/dirprofile.php:112 +msgid "Hometown: " msgstr "" +#: ../../mod/dirprofile.php:114 +msgid "About: " +msgstr "О себе:" + +#: ../../mod/dirprofile.php:162 +msgid "Keywords: " +msgstr "Ключевые слова:" + +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Этот сайт не является сервером каталога" + #: ../../mod/settings.php:71 msgid "Name is required" msgstr "Необходимо имя" @@ -5907,683 +5333,894 @@ msgstr "Необходимо имя" msgid "Key and Secret are required" msgstr "" -#: ../../mod/settings.php:79 ../../mod/settings.php:533 +#: ../../mod/settings.php:79 ../../mod/settings.php:541 msgid "Update" msgstr "Обновление" -#: ../../mod/settings.php:192 +#: ../../mod/settings.php:195 msgid "Passwords do not match. Password unchanged." msgstr "Пароли не совпадают. Пароль не изменён." -#: ../../mod/settings.php:196 +#: ../../mod/settings.php:199 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Пустые пароли не допускаются. Пароль не изменён." -#: ../../mod/settings.php:209 +#: ../../mod/settings.php:212 msgid "Password changed." msgstr "Пароль изменен." -#: ../../mod/settings.php:211 +#: ../../mod/settings.php:214 msgid "Password update failed. Please try again." msgstr "Изменение пароля закончилось неуспешно. Пожалуйста, попробуйте еще раз." -#: ../../mod/settings.php:225 +#: ../../mod/settings.php:228 msgid "Not valid email." msgstr "Не действительный адрес электронной почты." -#: ../../mod/settings.php:228 +#: ../../mod/settings.php:231 msgid "Protected email address. Cannot change to that email." msgstr "" -#: ../../mod/settings.php:237 +#: ../../mod/settings.php:240 msgid "System failure storing new email. Please try again." msgstr "" -#: ../../mod/settings.php:435 +#: ../../mod/settings.php:443 msgid "Settings updated." msgstr "Настройки обновленны." -#: ../../mod/settings.php:506 ../../mod/settings.php:532 -#: ../../mod/settings.php:568 +#: ../../mod/settings.php:514 ../../mod/settings.php:540 +#: ../../mod/settings.php:576 msgid "Add application" msgstr "Добавить приложения" -#: ../../mod/settings.php:509 +#: ../../mod/settings.php:517 msgid "Name of application" msgstr "" -#: ../../mod/settings.php:510 ../../mod/settings.php:536 +#: ../../mod/settings.php:518 ../../mod/settings.php:544 msgid "Consumer Key" msgstr "Ключ клиента" -#: ../../mod/settings.php:510 ../../mod/settings.php:511 +#: ../../mod/settings.php:518 ../../mod/settings.php:519 msgid "Automatically generated - change if desired. Max length 20" msgstr "" -#: ../../mod/settings.php:511 ../../mod/settings.php:537 +#: ../../mod/settings.php:519 ../../mod/settings.php:545 msgid "Consumer Secret" msgstr "Секрет клиента" -#: ../../mod/settings.php:512 ../../mod/settings.php:538 +#: ../../mod/settings.php:520 ../../mod/settings.php:546 msgid "Redirect" msgstr "Перенаправление" -#: ../../mod/settings.php:512 +#: ../../mod/settings.php:520 msgid "" "Redirect URI - leave blank unless your application specifically requires " "this" msgstr "" -#: ../../mod/settings.php:513 ../../mod/settings.php:539 +#: ../../mod/settings.php:521 ../../mod/settings.php:547 msgid "Icon url" msgstr "URL-адрес значка" -#: ../../mod/settings.php:513 +#: ../../mod/settings.php:521 msgid "Optional" msgstr "Необязательно" -#: ../../mod/settings.php:524 +#: ../../mod/settings.php:532 msgid "You can't edit this application." msgstr "Вы не можете редактировать это приложение." -#: ../../mod/settings.php:567 +#: ../../mod/settings.php:575 msgid "Connected Apps" msgstr "Подключенные приложения" -#: ../../mod/settings.php:571 +#: ../../mod/settings.php:579 msgid "Client key starts with" msgstr "" -#: ../../mod/settings.php:572 +#: ../../mod/settings.php:580 msgid "No name" msgstr "Без названия" -#: ../../mod/settings.php:573 +#: ../../mod/settings.php:581 msgid "Remove authorization" msgstr "Удалить разрешение" -#: ../../mod/settings.php:584 +#: ../../mod/settings.php:592 msgid "No feature settings configured" msgstr "Параметры функций не настроены" -#: ../../mod/settings.php:592 +#: ../../mod/settings.php:600 msgid "Feature Settings" msgstr "Настройки функции" -#: ../../mod/settings.php:615 +#: ../../mod/settings.php:623 msgid "Account Settings" msgstr "Настройки аккаунта" -#: ../../mod/settings.php:616 +#: ../../mod/settings.php:624 msgid "Password Settings" msgstr "Настройки пароля" -#: ../../mod/settings.php:617 +#: ../../mod/settings.php:625 msgid "New Password:" msgstr "Новый пароль:" -#: ../../mod/settings.php:618 +#: ../../mod/settings.php:626 msgid "Confirm:" msgstr "Подтверждение:" -#: ../../mod/settings.php:618 +#: ../../mod/settings.php:626 msgid "Leave password fields blank unless changing" msgstr "Оставьте поля пустыми, если не меняется" -#: ../../mod/settings.php:620 ../../mod/settings.php:912 +#: ../../mod/settings.php:628 ../../mod/settings.php:938 msgid "Email Address:" msgstr "Адрес электронной почты:" -#: ../../mod/settings.php:621 +#: ../../mod/settings.php:629 msgid "Remove Account" msgstr "Удалить аккаунт" -#: ../../mod/settings.php:622 +#: ../../mod/settings.php:630 msgid "Warning: This action is permanent and cannot be reversed." msgstr "" -#: ../../mod/settings.php:638 +#: ../../mod/settings.php:646 msgid "Off" msgstr "Выкл." -#: ../../mod/settings.php:638 +#: ../../mod/settings.php:646 msgid "On" msgstr "Вкл." -#: ../../mod/settings.php:645 +#: ../../mod/settings.php:653 msgid "Additional Features" msgstr "Дополнительные функции" -#: ../../mod/settings.php:670 +#: ../../mod/settings.php:678 msgid "Connector Settings" msgstr "Настройки соединителя" -#: ../../mod/settings.php:740 +#: ../../mod/settings.php:749 msgid "Display Settings" msgstr "Настройки отображения" -#: ../../mod/settings.php:746 +#: ../../mod/settings.php:755 msgid "Display Theme:" msgstr "Тема отображения:" -#: ../../mod/settings.php:747 +#: ../../mod/settings.php:756 msgid "Mobile Theme:" msgstr "Мобильная тема отображения:" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:757 msgid "Update browser every xx seconds" msgstr "Обновление браузера каждые ХХ секунд" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:757 msgid "Minimum of 10 seconds, no maximum" msgstr "Минимум 10 секунд, без максимума" -#: ../../mod/settings.php:749 +#: ../../mod/settings.php:758 msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../mod/settings.php:749 +#: ../../mod/settings.php:758 msgid "Maximum of 100 items" msgstr "Максимум 100 элементов" -#: ../../mod/settings.php:750 +#: ../../mod/settings.php:759 msgid "Don't show emoticons" msgstr "Не показывать emoticons" -#: ../../mod/settings.php:786 +#: ../../mod/settings.php:760 +msgid "Do not view remote profiles in frames" +msgstr "" + +#: ../../mod/settings.php:760 +msgid "By default open in a sub-window of your own site" +msgstr "" + +#: ../../mod/settings.php:761 +msgid "System Page Layout Editor - (advanced)" +msgstr "" + +#: ../../mod/settings.php:796 msgid "Nobody except yourself" msgstr "Никто, кроме вас" -#: ../../mod/settings.php:787 +#: ../../mod/settings.php:797 msgid "Only those you specifically allow" msgstr "Только комы вы разрешили" -#: ../../mod/settings.php:788 +#: ../../mod/settings.php:798 msgid "Anybody in your address book" msgstr "Любой в вашей адресной книге" -#: ../../mod/settings.php:789 +#: ../../mod/settings.php:799 msgid "Anybody on this website" msgstr "Любой на этом веб-сайте" -#: ../../mod/settings.php:790 +#: ../../mod/settings.php:800 msgid "Anybody in this network" msgstr "Любой в этой сети" -#: ../../mod/settings.php:791 +#: ../../mod/settings.php:801 +msgid "Anybody authenticated" +msgstr "" + +#: ../../mod/settings.php:802 msgid "Anybody on the internet" msgstr "Любой в интернете" -#: ../../mod/settings.php:865 +#: ../../mod/settings.php:879 msgid "Publish your default profile in the network directory" msgstr "Публикация вашего профиля по умолчанию в каталоге сети" -#: ../../mod/settings.php:870 +#: ../../mod/settings.php:884 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/settings.php:874 ../../mod/profile_photo.php:288 -msgid "or" -msgstr "или" - -#: ../../mod/settings.php:879 +#: ../../mod/settings.php:893 msgid "Your channel address is" msgstr "Адрес вашего канала:" -#: ../../mod/settings.php:901 +#: ../../mod/settings.php:927 msgid "Channel Settings" msgstr "Настройки канала" -#: ../../mod/settings.php:910 +#: ../../mod/settings.php:936 msgid "Basic Settings" msgstr "Основные настройки" -#: ../../mod/settings.php:913 +#: ../../mod/settings.php:939 msgid "Your Timezone:" msgstr "Ваш часовой пояс:" -#: ../../mod/settings.php:914 +#: ../../mod/settings.php:940 msgid "Default Post Location:" msgstr "Откуда по умолчанию:" -#: ../../mod/settings.php:915 +#: ../../mod/settings.php:940 +msgid "Geographical location to display on your posts" +msgstr "" + +#: ../../mod/settings.php:941 msgid "Use Browser Location:" msgstr "Используйте указание браузерa:" -#: ../../mod/settings.php:917 +#: ../../mod/settings.php:943 msgid "Adult Content" -msgstr "" +msgstr "Содержимое для взрослых" -#: ../../mod/settings.php:917 -msgid "This channel publishes adult content." +#: ../../mod/settings.php:943 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../mod/settings.php:919 +#: ../../mod/settings.php:945 msgid "Security and Privacy Settings" msgstr "Параметры безопасности и конфиденциальности" -#: ../../mod/settings.php:921 -msgid "Quick Privacy Settings:" -msgstr "Быстрые параметры безопасности и конфиденциальности:" +#: ../../mod/settings.php:947 +msgid "Hide my online presence" +msgstr "" + +#: ../../mod/settings.php:947 +msgid "Prevents displaying in your profile that you are online" +msgstr "Предотвращает показ в вашем профиле, что вы онлайн" + +#: ../../mod/settings.php:949 +msgid "Simple Privacy Settings:" +msgstr "" + +#: ../../mod/settings.php:950 +msgid "" +"Very Public - <em>extremely permissive (should be used with caution)</em>" +msgstr "" + +#: ../../mod/settings.php:951 +msgid "" +"Typical - <em>default public, privacy when desired (similar to social " +"network permissions but with improved privacy)</em>" +msgstr "" + +#: ../../mod/settings.php:952 +msgid "Private - <em>default private, never open or public</em>" +msgstr "" + +#: ../../mod/settings.php:953 +msgid "Blocked - <em>default blocked to/from everybody</em>" +msgstr "" + +#: ../../mod/settings.php:955 +msgid "Allow others to tag your posts" +msgstr "" -#: ../../mod/settings.php:922 -msgid "Very Public - extremely permissive" -msgstr "Очень публично - чрезвычайно разрешающе" +#: ../../mod/settings.php:955 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "" -#: ../../mod/settings.php:923 -msgid "Typical - default public, privacy when desired" -msgstr "Типично - по умолчанию публично, конфиденциальность, только если настроена" +#: ../../mod/settings.php:957 +msgid "Advanced Privacy Settings" +msgstr "" -#: ../../mod/settings.php:924 -msgid "Private - default private, rarely open or public" -msgstr "Частно - по умолчанию частно, редко открыто или публично" +#: ../../mod/settings.php:959 +msgid "Expire other channel content after this many days" +msgstr "" -#: ../../mod/settings.php:925 -msgid "Blocked - default blocked to/from everybody" -msgstr "Заблокированно - по умолчанию заблокировано для/от всех" +#: ../../mod/settings.php:959 +msgid "0 or blank prevents expiration" +msgstr "" -#: ../../mod/settings.php:928 +#: ../../mod/settings.php:960 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/settings.php:928 +#: ../../mod/settings.php:960 msgid "May reduce spam activity" -msgstr "" +msgstr "Может уменьшить активность спам" -#: ../../mod/settings.php:929 +#: ../../mod/settings.php:961 msgid "Default Post Permissions" msgstr "" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:973 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:973 msgid "Useful to reduce spamming" -msgstr "" +msgstr "Полезно для уменьшения активности спам" -#: ../../mod/settings.php:944 +#: ../../mod/settings.php:976 msgid "Notification Settings" msgstr "Настройки уведомлений" -#: ../../mod/settings.php:945 +#: ../../mod/settings.php:977 msgid "By default post a status message when:" msgstr "" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:978 msgid "accepting a friend request" msgstr "" -#: ../../mod/settings.php:947 +#: ../../mod/settings.php:979 msgid "joining a forum/community" msgstr "" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:980 msgid "making an <em>interesting</em> profile change" msgstr "" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:981 msgid "Send a notification email when:" msgstr "Отправить уведомление по электронной почте, если:" -#: ../../mod/settings.php:950 -msgid "You receive an introduction" -msgstr "Вы получили введение" +#: ../../mod/settings.php:982 +msgid "You receive a connection request" +msgstr "" -#: ../../mod/settings.php:951 -msgid "Your introductions are confirmed" +#: ../../mod/settings.php:983 +msgid "Your connections are confirmed" msgstr "" -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:984 msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/settings.php:953 +#: ../../mod/settings.php:985 msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:986 msgid "You receive a private message" msgstr "" -#: ../../mod/settings.php:955 +#: ../../mod/settings.php:987 msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/settings.php:956 +#: ../../mod/settings.php:988 msgid "You are tagged in a post" msgstr "" -#: ../../mod/settings.php:957 +#: ../../mod/settings.php:989 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/settings.php:960 +#: ../../mod/settings.php:992 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/settings.php:961 +#: ../../mod/settings.php:993 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." +#: ../../mod/settings.php:996 +msgid "" +"Please enable expert mode (in <a href=\"settings/features\">Settings > " +"Additional features</a>) to adjust!" msgstr "" -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." +#: ../../mod/settings.php:997 +msgid "Miscellaneous Settings" msgstr "" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." +#: ../../mod/settings.php:999 +msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." +#: ../../mod/setup.php:162 +msgid "Red Matrix Server - Setup" +msgstr "Red Matrix Сервер - Установка" + +#: ../../mod/setup.php:168 +msgid "Could not connect to database." +msgstr "Не удалось подключиться к серверу баз данных." + +#: ../../mod/setup.php:172 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" -msgstr "Переписка" +#: ../../mod/setup.php:179 +msgid "Could not create table." +msgstr "Не удалось создать таблицу." -#: ../../mod/mail.php:132 -msgid "Message deleted." -msgstr "Сообщение удалено." +#: ../../mod/setup.php:185 +msgid "Your site database has been installed." +msgstr "Ваша база данных установлена." -#: ../../mod/mail.php:149 -msgid "Message recalled." +#: ../../mod/setup.php:190 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." msgstr "" -#: ../../mod/mail.php:206 -msgid "Send Private Message" -msgstr "Отправить личное сообщение" +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\"." -#: ../../mod/mail.php:207 ../../mod/mail.php:323 -msgid "To:" -msgstr "Кому:" +#: ../../mod/setup.php:257 +msgid "System check" +msgstr "Проверка системы" -#: ../../mod/mail.php:212 ../../mod/mail.php:325 -msgid "Subject:" -msgstr "Тема:" +#: ../../mod/setup.php:261 ../../mod/events.php:369 +msgid "Next" +msgstr "Следующая" -#: ../../mod/mail.php:249 -msgid "Message not found." -msgstr "Сообщение не найдено." +#: ../../mod/setup.php:262 +msgid "Check again" +msgstr "Проверить снова" -#: ../../mod/mail.php:292 ../../mod/message.php:72 -msgid "Delete message" -msgstr "Удалить сообщение" +#: ../../mod/setup.php:284 +msgid "Database connection" +msgstr "Подключение к базе данных" -#: ../../mod/mail.php:293 -msgid "Recall message" +#: ../../mod/setup.php:285 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." msgstr "" -#: ../../mod/mail.php:295 -msgid "Message has been recalled." +#: ../../mod/setup.php:286 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../mod/mail.php:312 -msgid "Private Conversation" -msgstr "Личный разговор" - -#: ../../mod/mail.php:316 -msgid "Delete conversation" -msgstr "Удалить разговор" - -#: ../../mod/mail.php:318 +#: ../../mod/setup.php:287 msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../mod/mail.php:322 -msgid "Send Reply" -msgstr "Отправить снова" +#: ../../mod/setup.php:291 +msgid "Database Server Name" +msgstr "Имя сервера базы данных" -#: ../../mod/editlayout.php:36 ../../mod/editpost.php:20 -#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36 -msgid "Item not found" -msgstr "Элемент не найден" +#: ../../mod/setup.php:291 +msgid "Default is localhost" +msgstr "По умолчанию localhost" -#: ../../mod/editlayout.php:68 -msgid "Edit Layout" +#: ../../mod/setup.php:292 +msgid "Database Port" +msgstr "Порт базы данных" + +#: ../../mod/setup.php:292 +msgid "Communication port number - use 0 for default" +msgstr "Порт коммуникации - используйте 0 по умолчанию" + +#: ../../mod/setup.php:293 +msgid "Database Login Name" +msgstr "Имя для подключения к базе данных" + +#: ../../mod/setup.php:294 +msgid "Database Login Password" +msgstr "Пароль для подключения к базе данных" + +#: ../../mod/setup.php:295 +msgid "Database Name" +msgstr "Имя базы данных" + +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "Site administrator email address" +msgstr "Адрес электронной почты администратора сайта" + +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../mod/editlayout.php:105 ../../mod/editpost.php:102 -#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:119 -msgid "Insert YouTube video" -msgstr "Вставить YouTube видео" +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Website URL" +msgstr "URL веб-сайта" -#: ../../mod/editlayout.php:106 ../../mod/editpost.php:103 -#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:120 -msgid "Insert Vorbis [.ogg] video" -msgstr "Вставить Vorbis [.ogg] видео" +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please use SSL (https) URL if available." +msgstr "Пожалуйста, используйте SSL (https) URL если возможно." -#: ../../mod/editlayout.php:107 ../../mod/editpost.php:104 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:121 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Вставить Vorbis [.ogg] музыку" +#: ../../mod/setup.php:301 ../../mod/setup.php:344 +msgid "Please select a default timezone for your website" +msgstr "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта" -#: ../../mod/editlayout.php:141 -msgid "Delete Layout" +#: ../../mod/setup.php:328 +msgid "Site settings" +msgstr "Настройки сайта" + +#: ../../mod/setup.php:387 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." +#: ../../mod/setup.php:388 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." msgstr "" -#: ../../mod/profile_photo.php:97 -msgid "Image resize failed." -msgstr "Изменение размера изображения не удалось." +#: ../../mod/setup.php:392 +msgid "PHP executable path" +msgstr "PHP executable путь" -#: ../../mod/profile_photo.php:141 +#: ../../mod/setup.php:392 msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../mod/profile_photo.php:163 -#, php-format -msgid "Image exceeds size limit of %d" +#: ../../mod/setup.php:397 +msgid "Command line PHP" +msgstr "Command line PHP" + +#: ../../mod/setup.php:406 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/profile_photo.php:172 -msgid "Unable to process image." +#: ../../mod/setup.php:407 +msgid "This is required for message delivery to work." +msgstr "Это требуется для доставки сообщений." + +#: ../../mod/setup.php:409 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/setup.php:430 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../mod/profile_photo.php:214 ../../mod/profile_photo.php:262 -msgid "Photo not available." -msgstr "Фотография не доступна." +#: ../../mod/setup.php:431 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Если работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/profile_photo.php:281 -msgid "Upload File:" -msgstr "Загрузить файл:" +#: ../../mod/setup.php:433 +msgid "Generate encryption keys" +msgstr "Генерация ключей шифрования" -#: ../../mod/profile_photo.php:282 -msgid "Select a profile:" -msgstr "Выберите профиль:" +#: ../../mod/setup.php:440 +msgid "libCurl PHP module" +msgstr "libCurl PHP модуль" -#: ../../mod/profile_photo.php:283 -msgid "Upload Profile Photo" -msgstr "Загрузить фотографию профиля" +#: ../../mod/setup.php:441 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP модуль" -#: ../../mod/profile_photo.php:284 -msgid "Upload" -msgstr "Загрузка" +#: ../../mod/setup.php:442 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP модуль" -#: ../../mod/profile_photo.php:288 -msgid "skip this step" -msgstr "пропустить этот шаг" +#: ../../mod/setup.php:443 +msgid "mysqli PHP module" +msgstr "mysqli PHP модуль" -#: ../../mod/profile_photo.php:288 -msgid "select a photo from your photo albums" -msgstr "" +#: ../../mod/setup.php:444 +msgid "mb_string PHP module" +msgstr "mb_string PHP модуль" -#: ../../mod/profile_photo.php:302 -msgid "Crop Image" -msgstr "Обрезать изображение" +#: ../../mod/setup.php:445 +msgid "mcrypt PHP module" +msgstr "mcrypt PHP модуль" -#: ../../mod/profile_photo.php:303 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "" +#: ../../mod/setup.php:450 ../../mod/setup.php:452 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite модуль" -#: ../../mod/profile_photo.php:305 -msgid "Done Editing" -msgstr "Закончить редактирование" +#: ../../mod/setup.php:450 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Ошибка: Apache веб-сервер модуль mod-rewrite требуется, но не установлен." -#: ../../mod/profile_photo.php:340 -msgid "Image uploaded successfully." -msgstr "Загрузка изображениея прошла успешно." +#: ../../mod/setup.php:456 ../../mod/setup.php:459 +msgid "proc_open" +msgstr "proc_open" -#: ../../mod/profile_photo.php:342 -msgid "Image upload failed." -msgstr "Загрузка изображениея прошла безуспешно." +#: ../../mod/setup.php:456 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Ошибка: proc_open требуется, но не установлен или отключен в php.ini" -#: ../../mod/profile_photo.php:351 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "" +#: ../../mod/setup.php:464 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Ошибка: Модуль libCURL PHP требуется, но не установлен." -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Элемент нельзя редактировать" +#: ../../mod/setup.php:468 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Ошибка: GD graphics PHP модуль с поддержкой JPEG требуется, но не установлен." -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Удалить элемент?" +#: ../../mod/setup.php:472 +msgid "Error: openssl PHP module required but not installed." +msgstr "Ошибка: openssl PHP модуль требуется, но не установлен." -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "" +#: ../../mod/setup.php:476 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Ошибка: mysqli PHP модуль требуется, но не установлен." -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Отменить" +#: ../../mod/setup.php:480 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Ошибка: mb_string PHP модуль требуется, но не установлен." -#: ../../mod/notifications.php:93 ../../mod/notify.php:54 -msgid "No more system notifications." -msgstr "Новых оповещений системы пока нет." +#: ../../mod/setup.php:484 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Ошибка: mcrypt PHP модуль требуется, но не установлен." -#: ../../mod/notifications.php:97 ../../mod/notify.php:58 -msgid "System Notifications" -msgstr "Системные оповещения " +#: ../../mod/setup.php:500 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Веб-установщик должен быть в состоянии создать файл с именем \".htconfig.php\" в верхней папке вашего веб-сервера, но он не в состоянии сделать это." -#: ../../mod/blocks.php:65 -msgid "Block Name" +#: ../../mod/setup.php:501 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." msgstr "" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." +#: ../../mod/setup.php:502 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." msgstr "" -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Публикация прошла успешно." +#: ../../mod/setup.php:503 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Вы можете пропустить эту процедуру и выполнить установку вручную. Обратитесь к файлу \"install/INSTALL.txt\" для получения инструкций." -#: ../../mod/editwebpage.php:106 -msgid "Edit Webpage" +#: ../../mod/setup.php:506 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php доступен для записи" + +#: ../../mod/setup.php:516 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/editwebpage.php:116 -msgid "Delete webpage?" +#: ../../mod/setup.php:517 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." msgstr "" -#: ../../mod/editwebpage.php:189 -msgid "Delete Webpage" +#: ../../mod/setup.php:518 ../../mod/setup.php:536 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." msgstr "" -#: ../../mod/profile.php:64 ../../mod/profile.php:72 -msgid "Access to this profile has been restricted." -msgstr "Доступ к этому профилю ограничен." +#: ../../mod/setup.php:519 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" +#: ../../mod/setup.php:522 +msgid "view/tpl/smarty3 is writable" +msgstr "view/tpl/smarty3 доступен для записи" + +#: ../../mod/setup.php:535 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" msgstr "" -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" +#: ../../mod/setup.php:539 +msgid "store is writable" msgstr "" -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Получатель" +#: ../../mod/setup.php:569 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" +#: ../../mod/setup.php:570 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" msgstr "" -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Сделать это сообщение личным" +#: ../../mod/setup.php:571 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "" -#: ../../mod/wall_upload.php:41 ../../mod/item.php:1068 -msgid "Wall Photos" -msgstr "Стена фотографий" +#: ../../mod/setup.php:572 +msgid "" +"If your certificate is not recognised, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "" -#: ../../mod/channel.php:25 -msgid "You must be logged in to see this page." +#: ../../mod/setup.php:573 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../mod/channel.php:85 -msgid "Insufficient permissions. Request redirected to profile page." +#: ../../mod/setup.php:574 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." msgstr "" -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Недоступно." +#: ../../mod/setup.php:576 +msgid "SSL certificate validation" +msgstr "проверка сертификата SSL" -#: ../../mod/community.php:32 -msgid "Community" -msgstr "Сообщество" +#: ../../mod/setup.php:582 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "" -#: ../../mod/community.php:63 ../../mod/community.php:88 -msgid "No results." -msgstr "Ничего не найдено." +#: ../../mod/setup.php:584 +msgid "Url rewrite is working" +msgstr "Url rewrite работает" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Контакт не найден." +#: ../../mod/setup.php:594 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." +#: ../../mod/setup.php:618 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Пригласить друзей" +#: ../../mod/setup.php:653 +msgid "<h1>What next</h1>" +msgstr "<h1>Что дальше</h1>" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" +#: ../../mod/setup.php:654 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." msgstr "" -#: ../../mod/editblock.php:82 +#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 +#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36 +#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32 +msgid "Item not found" +msgstr "Элемент не найден" + +#: ../../mod/editblock.php:77 msgid "Edit Block" msgstr "Редактировать блок" -#: ../../mod/editblock.php:157 +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "" + +#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" +msgstr "Вставить YouTube видео" + +#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" +msgstr "Вставить Vorbis [.ogg] видео" + +#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 +#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Вставить Vorbis [.ogg] музыку" + +#: ../../mod/editblock.php:153 msgid "Delete Block" msgstr "Удалить блок" -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." +#: ../../mod/pdledit.php:13 +msgid "Layout updated." msgstr "" -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Редактор видимости профиля" +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "" -#: ../../mod/profperm.php:105 -msgid "Click on a contact to add or remove." +#: ../../mod/pdledit.php:48 +msgid "Layout not found." msgstr "" -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Видно" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "" + +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "" + +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" +msgstr "" + +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" +msgstr "" + +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" +msgstr "" + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Элемент нельзя редактировать" + +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Удалить элемент?" + +#: ../../mod/editwebpage.php:106 +msgid "Edit Webpage" +msgstr "" + +#: ../../mod/editwebpage.php:116 +msgid "Delete webpage?" +msgstr "" -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Все контакты (с доступом защищенному профилю)" +#: ../../mod/editwebpage.php:187 +msgid "Delete Webpage" +msgstr "" #: ../../mod/siteinfo.php:57 #, php-format @@ -6598,536 +6235,1416 @@ msgstr "" msgid "No installed plugins/addons/apps" msgstr "" -#: ../../mod/siteinfo.php:92 +#: ../../mod/siteinfo.php:97 msgid "Red" msgstr "Red" -#: ../../mod/siteinfo.php:93 +#: ../../mod/siteinfo.php:98 msgid "" "This is a hub of the Red Matrix - a global cooperative network of " "decentralised privacy enhanced websites." msgstr "" -#: ../../mod/siteinfo.php:96 +#: ../../mod/siteinfo.php:101 msgid "Running at web location" msgstr "" -#: ../../mod/siteinfo.php:97 +#: ../../mod/siteinfo.php:102 msgid "" "Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " "about the Red Matrix." msgstr "" -#: ../../mod/siteinfo.php:98 +#: ../../mod/siteinfo.php:103 msgid "Bug reports and issues: please visit" msgstr "" -#: ../../mod/siteinfo.php:101 +#: ../../mod/siteinfo.php:106 msgid "" -"Suggestions, praise, donations, etc. - please email \"redmatrix\" at " -"librelist - dot com" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" msgstr "" -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" msgstr "" -#: ../../mod/message.php:41 -msgid "Conversation removed." -msgstr "Разговор удален." +#: ../../mod/events.php:72 +msgid "Event title and start time are required." +msgstr "Название события и время начала требуется." -#: ../../mod/message.php:56 -msgid "No messages." -msgstr "Нет сообщений." +#: ../../mod/events.php:299 +msgid "l, F j" +msgstr "l, F j" -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" +#: ../../mod/events.php:321 +msgid "Edit event" +msgstr "Редактировать мероприятие" -#: ../../mod/pubsites.php:22 -msgid "Public Sites" +#: ../../mod/events.php:367 +msgid "Create New Event" +msgstr "Создать новое мероприятие" + +#: ../../mod/events.php:368 +msgid "Previous" +msgstr "Предыдущая" + +#: ../../mod/events.php:439 +msgid "hour:minute" +msgstr "часы:минуты" + +#: ../../mod/events.php:459 +msgid "Event details" +msgstr "Детали мероприятия" + +#: ../../mod/events.php:460 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Формат: %s %s. Дата начала и название необходимы." + +#: ../../mod/events.php:462 +msgid "Event Starts:" +msgstr "Начало мероприятий:" + +#: ../../mod/events.php:462 ../../mod/events.php:476 +msgid "Required" +msgstr "Необходимо" + +#: ../../mod/events.php:465 +msgid "Finish date/time is not known or not relevant" +msgstr "Дата окончания / время окончания не известны или не релевантны" + +#: ../../mod/events.php:467 +msgid "Event Finishes:" +msgstr "\t\nКонец мероприятий:" + +#: ../../mod/events.php:470 +msgid "Adjust for viewer timezone" +msgstr "Отрегулируйте для просмотра часовых поясов" + +#: ../../mod/events.php:472 +msgid "Description:" +msgstr "Описание:" + +#: ../../mod/events.php:476 +msgid "Title:" +msgstr "Заголовок:" + +#: ../../mod/events.php:478 +msgid "Share this event" +msgstr "Поделиться этим мероприятием" + +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." msgstr "" -#: ../../mod/pubsites.php:25 +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "" + +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "" + +#: ../../mod/sources.php:82 +msgid "*" +msgstr "" + +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "" + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Новый источник" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 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 <strong>may</strong> provide " -"additional details." +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." msgstr "" -#: ../../mod/pubsites.php:31 -msgid "Site URL" -msgstr "URL веб-сайта" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "" -#: ../../mod/pubsites.php:31 -msgid "Access Type" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" msgstr "" -#: ../../mod/pubsites.php:31 -msgid "Registration Policy" -msgstr "Правила регистрации" +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:110 +msgid "Channel Name" +msgstr "Имя канала" -#: ../../mod/register.php:43 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Источник не найден." + +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Редактировать источник" + +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Удалить источник" + +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Источник удален" + +#: ../../mod/sources.php:160 +msgid "Unable to remove source." msgstr "" -#: ../../mod/register.php:49 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "- выбрать -" + +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "Доступ запрещен." + +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "Файл не найден." + +#: ../../mod/filestorage.php:121 +msgid "Edit file permissions" +msgstr "Редактировать разрешения файла" + +#: ../../mod/filestorage.php:129 +msgid "Set/edit permissions" msgstr "" -#: ../../mod/register.php:77 -msgid "Passwords do not match." -msgstr "Пароли не совпадают." +#: ../../mod/filestorage.php:130 +msgid "Include all files and sub folders" +msgstr "" -#: ../../mod/register.php:105 -msgid "" -"Registration successful. Please check your email for validation " -"instructions." +#: ../../mod/filestorage.php:131 +msgid "Return to file list" msgstr "" -#: ../../mod/register.php:111 -msgid "Your registration is pending approval by the site owner." +#: ../../mod/filestorage.php:133 +msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../mod/register.php:114 -msgid "Your registration can not be processed." +#: ../../mod/filestorage.php:134 +msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../mod/register.php:147 -msgid "Registration on this site/hub is by approval only." +#: ../../mod/filestorage.php:171 +msgid "Download" +msgstr "Загрузка" + +#: ../../mod/filestorage.php:177 +msgid "Used: " msgstr "" -#: ../../mod/register.php:148 -msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +#: ../../mod/filestorage.php:178 +msgid "[directory]" msgstr "" -#: ../../mod/register.php:156 +#: ../../mod/filestorage.php:180 +msgid "Limit: " +msgstr "Предел: " + +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Контакт добавлен." + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s следит %2$s's %3$s" + +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Контакт не найден." + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Предложение дружить отправлено." + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Пригласить друзей" + +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "" + +#: ../../mod/suggest.php:35 msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." +"No suggestions available. If this is a new site, please try again in 24 " +"hours." msgstr "" -#: ../../mod/register.php:167 -msgid "Terms of Service" +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Коллекция создана." + +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Не удалось создать коллекцию." + +#: ../../mod/group.php:54 +msgid "Collection updated." msgstr "" -#: ../../mod/register.php:173 +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Создать коллекцию контактов" + +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Название коллекции:" + +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Пользователи могут видеть другие каналы" + +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Коллекция удалена." + +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Невозможно удалить коллекцию." + +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Редактор коллекций" + +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Участники" + +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Все подключенные контакы" + +#: ../../mod/group.php:231 +msgid "Click on a channel to add or remove." +msgstr "Нажмите на канал, чтобы добавить или удалить." + +#: ../../mod/tagger.php:98 #, php-format -msgid "I accept the %s for this website" +msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../mod/register.php:175 +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" +msgstr "Помощь:" + +#: ../../mod/help.php:69 ../../index.php:234 +msgid "Not Found" +msgstr "Не найдено" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Тег удален" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Удалить Тег" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Выбрать тег для удаления: " + +#: ../../mod/home.php:89 #, php-format -msgid "I am over 13 years of age and accept the %s for this website" +msgid "Welcome to %s" +msgstr "Добро пожаловать в %s" + +#: ../../mod/thing.php:98 +msgid "Thing updated" msgstr "" -#: ../../mod/register.php:194 -msgid "Membership on this site is by invitation only." +#: ../../mod/thing.php:158 +msgid "Object store: failed" msgstr "" -#: ../../mod/register.php:195 -msgid "Please enter your invitation code" +#: ../../mod/thing.php:162 +msgid "Thing added" msgstr "" -#: ../../mod/register.php:198 -msgid "Your email address" -msgstr "Ваш адрес электронной почты" +#: ../../mod/thing.php:182 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "" -#: ../../mod/register.php:199 -msgid "Choose a password" -msgstr "Выберите пароль" +#: ../../mod/thing.php:234 +msgid "Show Thing" +msgstr "" -#: ../../mod/register.php:200 -msgid "Please re-enter your password" +#: ../../mod/thing.php:241 +msgid "item not found." +msgstr "Элемент не найден." + +#: ../../mod/thing.php:269 +msgid "Edit Thing" msgstr "" -#: ../../mod/regmod.php:12 -msgid "Please login." -msgstr "Войдите пожалуйста." +#: ../../mod/thing.php:271 ../../mod/thing.php:318 +msgid "Select a profile" +msgstr "Выберите профиль" -#: ../../mod/removeme.php:49 -msgid "Remove This Channel" -msgstr "Удалить этот канал" +#: ../../mod/thing.php:273 ../../mod/thing.php:320 +msgid "Select a category of stuff. e.g. I ______ something" +msgstr "" -#: ../../mod/removeme.php:50 +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Post an activity" +msgstr "" + +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Only sends to viewers of the applicable profile" +msgstr "" + +#: ../../mod/thing.php:277 ../../mod/thing.php:323 +msgid "Name of thing e.g. something" +msgstr "" + +#: ../../mod/thing.php:279 ../../mod/thing.php:324 +msgid "URL of thing (optional)" +msgstr "" + +#: ../../mod/thing.php:281 ../../mod/thing.php:325 +msgid "URL for photo of thing (optional)" +msgstr "" + +#: ../../mod/thing.php:316 +msgid "Add Thing to your Profile" +msgstr "" + +#: ../../mod/import.php:36 +msgid "Nothing to import." +msgstr "Ничего импортировать." + +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" +msgstr "Невозможно загрузить данные из старого сервера" + +#: ../../mod/import.php:64 +msgid "Imported file is empty." +msgstr "Импортированный файл пуст." + +#: ../../mod/import.php:88 msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../mod/removeme.php:51 -msgid "Please enter your password for verification:" +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../mod/removeme.php:52 -msgid "Remove this channel and all its clones from the network" +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../mod/removeme.php:52 +#: ../../mod/import.php:358 +msgid "Import completed." +msgstr "Импорт завершен." + +#: ../../mod/import.php:371 +msgid "You must be logged in to use this feature." +msgstr "Вы должны войти в систему, чтобы использовать эту функцию." + +#: ../../mod/import.php:376 +msgid "Import Channel" +msgstr "Импорт канала" + +#: ../../mod/import.php:377 msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" +"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 "" -#: ../../mod/removeme.php:53 -msgid "Remove My Account" -msgstr "Удалить мой аккаунт" +#: ../../mod/import.php:378 +msgid "File to Upload" +msgstr "Файл для загрузки" + +#: ../../mod/import.php:379 +msgid "Or provide the old server/hub details" +msgstr "" + +#: ../../mod/import.php:380 +msgid "Your old identity address (xyz@example.com)" +msgstr "" + +#: ../../mod/import.php:381 +msgid "Your old login email address" +msgstr "Ваш старый адрес электронной почты" + +#: ../../mod/import.php:382 +msgid "Your old login password" +msgstr "Ваш старый пароль" + +#: ../../mod/import.php:383 +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 "" + +#: ../../mod/import.php:384 +msgid "Make this hub my primary location" +msgstr "" + +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "" + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Не действительный адрес электронной почты." + +#: ../../mod/invite.php:76 +msgid "Please join us on Red" +msgstr "Пожалуйста, присоединяйтесь к нам в Red" + +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "" + +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Доставка сообщения не удалась." + +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d сообщение отправленно." +msgstr[1] "%d сообщения отправленно." +msgstr[2] "%d сообщений отправленно." + +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "У вас больше нет приглашений" + +#: ../../mod/invite.php:141 +msgid "Send invitations" +msgstr "Послать приглашения" + +#: ../../mod/invite.php:142 +msgid "Enter email addresses, one per line:" +msgstr "Введите адреса электронной почты, по одному на строку:" + +#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 +msgid "Your message:" +msgstr "Ваше сообщение:" + +#: ../../mod/invite.php:144 +msgid "" +"You are cordially invited to join me and some other close friends on the Red" +" Matrix - a revolutionary new decentralised communication and information " +"tool." +msgstr "" + +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "" + +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" +msgstr "Пожалуйста, посетите мой канал на" + +#: ../../mod/invite.php:151 +msgid "" +"Once you have registered (on ANY Red Matrix site - they are all inter-" +"connected), please connect with my Red Matrix channel address:" +msgstr "" -#: ../../mod/item.php:145 +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." +msgstr "" + +#: ../../mod/invite.php:155 +msgid "" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit " +"http://getzot.com" +msgstr "" + +#: ../../mod/item.php:147 msgid "Unable to locate original post." msgstr "Не удалось найти оригинал." -#: ../../mod/item.php:343 +#: ../../mod/item.php:352 msgid "Empty post discarded." msgstr "Отказаться от пустой почты." -#: ../../mod/item.php:385 +#: ../../mod/item.php:392 msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/item.php:812 +#: ../../mod/item.php:801 msgid "System error. Post not saved." msgstr "Системная ошибка. Сообщение не сохранено." -#: ../../mod/item.php:1148 +#: ../../mod/item.php:1244 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/item.php:1154 +#: ../../mod/item.php:1250 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../mod/mood.php:138 -msgid "Mood" +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 +msgid "[Embedded content - reload page to view]" msgstr "" -#: ../../mod/mood.php:139 -msgid "Set your current mood and tell your friends" +#: ../../mod/layouts.php:62 +msgid "Help with this feature" msgstr "" -#: ../../mod/ping.php:160 -msgid "sent you a private message" -msgstr "отправил вам личное сообщение" +#: ../../mod/layouts.php:84 +msgid "Layout Name" +msgstr "" -#: ../../mod/ping.php:218 -msgid "added your channel" -msgstr "добавил ваш канал" +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." +msgstr "" -#: ../../mod/ping.php:262 -msgid "posted an event" +#: ../../mod/lockview.php:45 +msgid "Visible to:" +msgstr "Кому видно:" + +#: ../../mod/viewconnections.php:58 +msgid "No connections." +msgstr "Никаких связей." + +#: ../../mod/viewconnections.php:70 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Посетить %s's профиль [%s]" + +#: ../../mod/viewconnections.php:85 +msgid "View Connnections" +msgstr "Просмотр контактов" + +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Действительный аккаунт не найден." + +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." msgstr "" -#: ../../mod/dirprofile.php:111 -msgid "Status: " +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Участник сайта (%s)" + +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Требуется сброс пароля на %s" + +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." msgstr "" -#: ../../mod/dirprofile.php:112 -msgid "Sexual Preference: " -msgstr "Сексуальная ориентация:" +#: ../../mod/lostpass.php:85 ../../boot.php:1462 +msgid "Password Reset" +msgstr "Сбросить пароль" -#: ../../mod/dirprofile.php:114 -msgid "Homepage: " -msgstr "Домашняя страница:" +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Ваш пароль в соответствии с просьбой сброшен." -#: ../../mod/dirprofile.php:115 -msgid "Hometown: " +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Ваш новый пароль" + +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" msgstr "" -#: ../../mod/dirprofile.php:117 -msgid "About: " -msgstr "О себе:" +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "нажмите здесь чтобы выйти" -#: ../../mod/dirprofile.php:163 -msgid "Keywords: " -msgstr "Ключевые слова:" +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "" + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Пароль изменен на %s" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Забыли пароль или логин?" -#: ../../view/theme/redbasic/php/config.php:74 -msgid "Scheme Default" +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." msgstr "" -#: ../../view/theme/redbasic/php/config.php:75 -msgid "red" +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "Адрес электронной почты" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Сброс" + +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Hub не найден." + +#: ../../mod/vote.php:97 +msgid "Total votes" msgstr "" -#: ../../view/theme/redbasic/php/config.php:76 -msgid "black" +#: ../../mod/vote.php:98 +msgid "Average Rating" msgstr "" -#: ../../view/theme/redbasic/php/config.php:77 -msgid "silver" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." msgstr "" -#: ../../view/theme/redbasic/php/config.php:88 -#: ../../view/theme/apw/php/config.php:234 -#: ../../view/theme/blogga/view/theme/blog/config.php:69 -#: ../../view/theme/blogga/php/config.php:69 -msgid "Theme settings" -msgstr "Настройки темы" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "" -#: ../../view/theme/redbasic/php/config.php:89 -#: ../../view/theme/apw/php/config.php:235 -msgid "Set scheme" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." msgstr "" -#: ../../view/theme/redbasic/php/config.php:90 -msgid "Navigation bar colour" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:91 -msgid "Set font-colour for banner" +#: ../../mod/mail.php:121 ../../mod/message.php:31 +msgid "Messages" +msgstr "Переписка" + +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "Сообщение удалено." + +#: ../../mod/mail.php:149 +msgid "Message recalled." msgstr "" -#: ../../view/theme/redbasic/php/config.php:92 -msgid "Set the background colour" +#: ../../mod/mail.php:206 +msgid "Send Private Message" +msgstr "Отправить личное сообщение" + +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" +msgstr "Кому:" + +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" +msgstr "Тема:" + +#: ../../mod/mail.php:249 +msgid "Message not found." +msgstr "Сообщение не найдено." + +#: ../../mod/mail.php:292 ../../mod/message.php:72 +msgid "Delete message" +msgstr "Удалить сообщение" + +#: ../../mod/mail.php:293 +msgid "Recall message" msgstr "" -#: ../../view/theme/redbasic/php/config.php:93 -msgid "Set the background image" +#: ../../mod/mail.php:295 +msgid "Message has been recalled." msgstr "" -#: ../../view/theme/redbasic/php/config.php:94 -msgid "Set the background colour of items" +#: ../../mod/mail.php:312 +msgid "Private Conversation" +msgstr "Личный разговор" + +#: ../../mod/mail.php:316 +msgid "Delete conversation" +msgstr "Удалить разговор" + +#: ../../mod/mail.php:318 +msgid "" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." msgstr "" -#: ../../view/theme/redbasic/php/config.php:95 -msgid "Set the opacity of items" +#: ../../mod/mail.php:322 +msgid "Send Reply" +msgstr "Отправить снова" + +#: ../../mod/manage.php:64 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../view/theme/redbasic/php/config.php:96 -msgid "Set the basic colour for item icons" +#: ../../mod/manage.php:72 +msgid "Create a new channel" +msgstr "Создать новый канал" + +#: ../../mod/manage.php:77 +msgid "Channel Manager" +msgstr "Настройки канала" + +#: ../../mod/manage.php:78 +msgid "Current Channel" +msgstr "Текущий канал" + +#: ../../mod/manage.php:80 +msgid "Attach to one of your channels by selecting it." msgstr "" -#: ../../view/theme/redbasic/php/config.php:97 -msgid "Set the hover colour for item icons" +#: ../../mod/manage.php:81 +msgid "Default Channel" +msgstr "Канал по умолчанию" + +#: ../../mod/manage.php:82 +msgid "Make Default" +msgstr "Сделать стандартным" + +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Стена фотографий" + +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Профиль Совпадение" + +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../view/theme/redbasic/php/config.php:98 -msgid "Set font-size for the entire application" +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "заинтересован в:" + +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Нет соответствий" + +#: ../../mod/menu.php:21 +msgid "Menu updated." +msgstr "Меню обновлено." + +#: ../../mod/menu.php:25 +msgid "Unable to update menu." +msgstr "Невозможно обновление меню." + +#: ../../mod/menu.php:30 +msgid "Menu created." +msgstr "Меню создано." + +#: ../../mod/menu.php:34 +msgid "Unable to create menu." +msgstr "Невозможно создать меню." + +#: ../../mod/menu.php:57 +msgid "Manage Menus" +msgstr "Управление меню" + +#: ../../mod/menu.php:60 +msgid "Drop" +msgstr "Удалить" + +#: ../../mod/menu.php:62 +msgid "Create a new menu" +msgstr "Создать новое меню" + +#: ../../mod/menu.php:63 +msgid "Delete this menu" +msgstr "Удалить это меню" + +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" +msgstr "Редактировать содержание меню" + +#: ../../mod/menu.php:65 +msgid "Edit this menu" +msgstr "Редактировать это меню" + +#: ../../mod/menu.php:80 +msgid "New Menu" +msgstr "Новое меню" + +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" +msgstr "Название меню" + +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" msgstr "" -#: ../../view/theme/redbasic/php/config.php:99 -#: ../../view/theme/apw/php/config.php:236 -msgid "Set font-size for posts and comments" -msgstr "Установить размер шрифта для сообщений и комментариев" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" +msgstr "Название меню" -#: ../../view/theme/redbasic/php/config.php:100 -msgid "Set font-colour for posts and comments" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" msgstr "" -#: ../../view/theme/redbasic/php/config.php:101 -msgid "Set radius of corners" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" +msgstr "Разрешить закладки" + +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" +msgstr "Меню может использоваться, чтобы сохранить закладки" + +#: ../../mod/menu.php:98 +msgid "Menu deleted." +msgstr "Меню удалено." + +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." msgstr "" -#: ../../view/theme/redbasic/php/config.php:102 -msgid "Set shadow depth of photos" +#: ../../mod/menu.php:106 +msgid "Edit Menu" +msgstr "Редактировать меню" + +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" msgstr "" -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Set maximum width of conversation regions" +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "Разговор удален." + +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "Нет сообщений." + +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" +msgstr "Добавить контакт" + +#: ../../mod/new_channel.php:108 +msgid "" +"A channel is your own collection of related web pages. A channel can be used" +" to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." msgstr "" -#: ../../view/theme/redbasic/php/config.php:104 -msgid "Set minimum opacity of nav bar - to hide it" +#: ../../mod/new_channel.php:111 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " msgstr "" -#: ../../view/theme/redbasic/php/config.php:105 -msgid "Set size of conversation author photo" +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" +msgstr "Выберите короткий псевдоним" + +#: ../../mod/new_channel.php:113 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." msgstr "" -#: ../../view/theme/redbasic/php/config.php:106 -msgid "Set size of followup author photos" +#: ../../mod/new_channel.php:114 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" msgstr "" -#: ../../view/theme/redbasic/php/config.php:107 -msgid "Sloppy photo albums" +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." msgstr "" -#: ../../view/theme/redbasic/php/config.php:107 -msgid "Are you a clean desk or a messy desk person?" +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Альбом не найден." + +#: ../../mod/photos.php:119 ../../mod/photos.php:671 +msgid "Delete Album" +msgstr "Удалить альбом" + +#: ../../mod/photos.php:159 ../../mod/photos.php:954 +msgid "Delete Photo" +msgstr "Удалить фотографию" + +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "Никакие фотографии не выбраны" + +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "Доступ к этому элементу ограничен." + +#: ../../mod/photos.php:576 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Вы использовали %1$.2f мегабайт из %2$.2f для хранения фото." + +#: ../../mod/photos.php:579 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "Вы использовали %1$.2f мегабайт для хранения фото." + +#: ../../mod/photos.php:598 +msgid "Upload Photos" +msgstr "Загрузить фотографии" + +#: ../../mod/photos.php:602 ../../mod/photos.php:666 +msgid "New album name: " +msgstr "Название нового альбома:" + +#: ../../mod/photos.php:603 +msgid "or existing album name: " +msgstr "или существующий альбом:" + +#: ../../mod/photos.php:604 +msgid "Do not show a status post for this upload" +msgstr "Не показывать пост о состоянии этой загрузки" + +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 +msgid "Contact Photos" +msgstr "Фотографии контакта" + +#: ../../mod/photos.php:681 +msgid "Edit Album" +msgstr "Редактировать Фотоальбом" + +#: ../../mod/photos.php:687 +msgid "Show Newest First" +msgstr "Показать новые первыми" + +#: ../../mod/photos.php:689 +msgid "Show Oldest First" +msgstr "Показать старые первыми" + +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 +msgid "View Photo" +msgstr "Посмотреть фотографию" + +#: ../../mod/photos.php:778 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: ../../mod/photos.php:780 +msgid "Photo not available" +msgstr "Фотография не доступна" + +#: ../../mod/photos.php:840 +msgid "Use as profile photo" +msgstr "Использовать в качестве фотографии профиля" + +#: ../../mod/photos.php:864 +msgid "View Full Size" +msgstr "Посмотреть в полный размер" + +#: ../../mod/photos.php:938 +msgid "Edit photo" +msgstr "Редактировать фотографию" + +#: ../../mod/photos.php:940 +msgid "Rotate CW (right)" +msgstr "Повернуть CW (направо)" + +#: ../../mod/photos.php:941 +msgid "Rotate CCW (left)" +msgstr "Повернуть CCW (налево)" + +#: ../../mod/photos.php:943 +msgid "New album name" +msgstr "Новое название альбома:" + +#: ../../mod/photos.php:946 +msgid "Caption" +msgstr "Подпись" + +#: ../../mod/photos.php:948 +msgid "Add a Tag" +msgstr "Добавить тег" + +#: ../../mod/photos.php:951 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: ../../mod/photos.php:1104 +msgid "In This Photo:" msgstr "" -#: ../../view/theme/apw/php/config.php:193 -#: ../../view/theme/apw/php/config.php:211 +#: ../../mod/photos.php:1179 +msgid "View Album" +msgstr "Посмотреть фотоальбом" + +#: ../../mod/photos.php:1188 +msgid "Recent Photos" +msgstr "Последние фотографии" + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "" + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Отменить" + +#: ../../mod/notifications.php:94 ../../mod/notify.php:54 +msgid "No more system notifications." +msgstr "Новых оповещений системы пока нет." + +#: ../../mod/notifications.php:98 ../../mod/notify.php:58 +msgid "System Notifications" +msgstr "Системные оповещения " + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "" + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Публикация прошла успешно." + +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "" + +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "" + +#: ../../view/theme/apw/php/config.php:202 +#: ../../view/theme/apw/php/config.php:236 msgid "Schema Default" msgstr "" -#: ../../view/theme/apw/php/config.php:194 +#: ../../view/theme/apw/php/config.php:203 msgid "Sans-Serif" msgstr "" -#: ../../view/theme/apw/php/config.php:195 +#: ../../view/theme/apw/php/config.php:204 msgid "Monospace" msgstr "" -#: ../../view/theme/apw/php/config.php:237 +#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/blogga/php/config.php:69 +#: ../../view/theme/blogga/view/theme/blog/config.php:69 +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Theme settings" +msgstr "Настройки темы" + +#: ../../view/theme/apw/php/config.php:260 +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Set scheme" +msgstr "" + +#: ../../view/theme/apw/php/config.php:261 +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set font-size for posts and comments" +msgstr "Установить размер шрифта для сообщений и комментариев" + +#: ../../view/theme/apw/php/config.php:262 msgid "Set font face" msgstr "" -#: ../../view/theme/apw/php/config.php:238 +#: ../../view/theme/apw/php/config.php:263 msgid "Set iconset" msgstr "" -#: ../../view/theme/apw/php/config.php:239 +#: ../../view/theme/apw/php/config.php:264 msgid "Set big shadow size, default 15px 15px 15px" msgstr "" -#: ../../view/theme/apw/php/config.php:240 +#: ../../view/theme/apw/php/config.php:265 msgid "Set small shadow size, default 5px 5px 5px" msgstr "" -#: ../../view/theme/apw/php/config.php:241 +#: ../../view/theme/apw/php/config.php:266 msgid "Set shadow colour, default #000" msgstr "" -#: ../../view/theme/apw/php/config.php:242 +#: ../../view/theme/apw/php/config.php:267 msgid "Set radius size, default 5px" msgstr "" -#: ../../view/theme/apw/php/config.php:243 +#: ../../view/theme/apw/php/config.php:268 msgid "Set line-height for posts and comments" msgstr "" -#: ../../view/theme/apw/php/config.php:244 +#: ../../view/theme/apw/php/config.php:269 msgid "Set background image" msgstr "" -#: ../../view/theme/apw/php/config.php:245 +#: ../../view/theme/apw/php/config.php:270 +msgid "Set background attachment" +msgstr "" + +#: ../../view/theme/apw/php/config.php:271 msgid "Set background colour" msgstr "" -#: ../../view/theme/apw/php/config.php:246 +#: ../../view/theme/apw/php/config.php:272 msgid "Set section background image" msgstr "" -#: ../../view/theme/apw/php/config.php:247 +#: ../../view/theme/apw/php/config.php:273 msgid "Set section background colour" msgstr "" -#: ../../view/theme/apw/php/config.php:248 +#: ../../view/theme/apw/php/config.php:274 msgid "Set colour of items - use hex" msgstr "" -#: ../../view/theme/apw/php/config.php:249 +#: ../../view/theme/apw/php/config.php:275 msgid "Set colour of links - use hex" msgstr "" -#: ../../view/theme/apw/php/config.php:250 +#: ../../view/theme/apw/php/config.php:276 msgid "Set max-width for items. Default 400px" msgstr "" -#: ../../view/theme/apw/php/config.php:251 +#: ../../view/theme/apw/php/config.php:277 msgid "Set min-width for items. Default 240px" msgstr "" -#: ../../view/theme/apw/php/config.php:252 +#: ../../view/theme/apw/php/config.php:278 msgid "Set the generic content wrapper width. Default 48%" msgstr "" -#: ../../view/theme/apw/php/config.php:253 +#: ../../view/theme/apw/php/config.php:279 msgid "Set colour of fonts - use hex" msgstr "" -#: ../../view/theme/apw/php/config.php:254 +#: ../../view/theme/apw/php/config.php:280 msgid "Set background-size element" msgstr "" -#: ../../view/theme/apw/php/config.php:255 +#: ../../view/theme/apw/php/config.php:281 msgid "Item opacity" msgstr "" -#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/apw/php/config.php:282 msgid "Display post previews only" msgstr "" -#: ../../view/theme/apw/php/config.php:257 +#: ../../view/theme/apw/php/config.php:283 msgid "Display side bar on channel page" msgstr "" -#: ../../view/theme/apw/php/config.php:258 +#: ../../view/theme/apw/php/config.php:284 msgid "Colour of the navigation bar" msgstr "" -#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/apw/php/config.php:285 msgid "Item float" msgstr "" -#: ../../view/theme/apw/php/config.php:260 +#: ../../view/theme/apw/php/config.php:286 msgid "Left offset of the section element" msgstr "" -#: ../../view/theme/apw/php/config.php:261 +#: ../../view/theme/apw/php/config.php:287 msgid "Right offset of the section element" msgstr "" -#: ../../view/theme/apw/php/config.php:262 +#: ../../view/theme/apw/php/config.php:288 msgid "Section width" msgstr "" -#: ../../view/theme/apw/php/config.php:263 +#: ../../view/theme/apw/php/config.php:289 msgid "Left offset of the aside" msgstr "" -#: ../../view/theme/apw/php/config.php:264 +#: ../../view/theme/apw/php/config.php:290 msgid "Right offset of the aside element" msgstr "" -#: ../../view/theme/blogga/view/theme/blog/config.php:47 #: ../../view/theme/blogga/php/config.php:47 +#: ../../view/theme/blogga/view/theme/blog/config.php:47 msgid "None" msgstr "" -#: ../../view/theme/blogga/view/theme/blog/config.php:70 #: ../../view/theme/blogga/php/config.php:70 +#: ../../view/theme/blogga/view/theme/blog/config.php:70 msgid "Header image" msgstr "" -#: ../../view/theme/blogga/view/theme/blog/config.php:71 #: ../../view/theme/blogga/php/config.php:71 +#: ../../view/theme/blogga/view/theme/blog/config.php:71 msgid "Header image only on profile pages" msgstr "" -#: ../../boot.php:1224 +#: ../../view/theme/redbasic/php/config.php:104 +msgid "Narrow navbar" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Navigation bar background colour" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Navigation bar gradient top colour" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:107 +msgid "Navigation bar gradient bottom colour" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:108 +msgid "Navigation active button gradient top colour" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:109 +msgid "Navigation active button gradient bottom colour" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:110 +msgid "Navigation bar border colour " +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:111 +msgid "Navigation bar icon colour " +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:112 +msgid "Navigation bar active icon colour " +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:113 +msgid "link colour" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:114 +msgid "Set font-colour for banner" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:115 +msgid "Set the background colour" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:116 +msgid "Set the background image" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:117 +msgid "Set the background colour of items" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:118 +msgid "Set the background colour of comments" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:119 +msgid "Set the border colour of comments" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:120 +msgid "Set the opacity of items" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:121 +msgid "Set the basic colour for item icons" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:122 +msgid "Set the hover colour for item icons" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Set font-size for the entire application" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:125 +msgid "Set font-colour for posts and comments" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:126 +msgid "Set radius of corners" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:127 +msgid "Set shadow depth of photos" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:128 +msgid "Set maximum width of conversation regions" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:129 +msgid "Center conversation regions" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:130 +msgid "Set minimum opacity of nav bar - to hide it" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:131 +msgid "Set size of conversation author photo" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:132 +msgid "Set size of followup author photos" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:133 +msgid "Sloppy photo albums" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:133 +msgid "Are you a clean desk or a messy desk person?" +msgstr "" + +#: ../../boot.php:1260 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1227 +#: ../../boot.php:1263 #, php-format msgid "Update Error at %s" msgstr "Ошибка обновления на %s" -#: ../../boot.php:1391 +#: ../../boot.php:1427 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "" -#: ../../boot.php:1419 +#: ../../boot.php:1455 msgid "Password" msgstr "Пароль" -#: ../../boot.php:1420 +#: ../../boot.php:1456 msgid "Remember me" msgstr "Запомнить" -#: ../../boot.php:1425 +#: ../../boot.php:1461 msgid "Forgot your password?" msgstr "Забыли пароль или логин?" -#: ../../boot.php:1490 +#: ../../boot.php:1526 msgid "permission denied" msgstr "доступ запрещен" -#: ../../boot.php:1491 +#: ../../boot.php:1527 msgid "Got Zot?" msgstr "Got Zot?" -#: ../../boot.php:1887 +#: ../../boot.php:1957 msgid "toggle mobile" msgstr "мобильное подключение" diff --git a/view/ru/strings.php b/view/ru/strings.php index 3ac8bbf67..e022237e8 100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php @@ -1,119 +1,127 @@ <?php +if(! function_exists("string_plural_select_ru")) { function string_plural_select_ru($n){ return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);; -} +}} ; +$a->strings["Cannot locate DNS info for database server '%s'"] = ""; +$a->strings["Profile Photos"] = "Фотографии профиля"; +$a->strings["Embedded content"] = "Внедренное содержание"; +$a->strings["Embedding disabled"] = "Внедрение отключенно"; +$a->strings["created a new post"] = "создал новое сообщение"; +$a->strings["commented on %s's post"] = "прокомментировал %s's сообщение"; +$a->strings["Connect"] = "Подключить"; +$a->strings["New window"] = "Новое окно"; +$a->strings["Open the selected location in a different window or browser tab"] = "Откройте выбранное местоположение в другом окне или вкладке браузера"; +$a->strings["New Page"] = "Новая страница"; +$a->strings["Edit"] = "Редактировать"; +$a->strings["View"] = "Просмотр"; +$a->strings["Preview"] = "Предварительный просмотр"; +$a->strings["Actions"] = ""; +$a->strings["Page Link"] = ""; +$a->strings["Title"] = ""; +$a->strings["Created"] = ""; +$a->strings["Edited"] = ""; +$a->strings["Can view my \"public\" stream and posts"] = "Может просматривать мои \"публичные\" поток и сообщения"; +$a->strings["Can view my \"public\" channel profile"] = "Может просматривать мой \"публичный\" профиль канала"; +$a->strings["Can view my \"public\" photo albums"] = "Может просматривать мои \"публичные\" фотоальбомы"; +$a->strings["Can view my \"public\" address book"] = "Может просматривать мою \"публичную\" адресную книгу"; +$a->strings["Can view my \"public\" file storage"] = "Может просматривать мои \"публичные\" файлы"; +$a->strings["Can view my \"public\" pages"] = "Может просматривать мои \"публичные\" страницы"; +$a->strings["Can send me their channel stream and posts"] = "Может прислать мне свои потоки и сообщения"; +$a->strings["Can post on my channel page (\"wall\")"] = "Может публиковать на моей странице канала (\"стена\")"; +$a->strings["Can comment on my posts"] = "Может комментировать мои сообщения"; +$a->strings["Can send me private mail messages"] = "Может отправлять мне личные сообщения по эл. почте"; +$a->strings["Can post photos to my photo albums"] = "Может публиковать фотографии в мои фотоальбомы"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = ""; +$a->strings["Advanced - useful for creating group forum channels"] = ""; +$a->strings["Can chat with me (when available)"] = "Можете общаться со мной в чате (при наличии)"; +$a->strings["Can write to my \"public\" file storage"] = "Может писать в моё \"публичное\" хранилище файлов"; +$a->strings["Can edit my \"public\" pages"] = "Может редактировать мои \"публичные\" страницы"; +$a->strings["Can source my \"public\" posts in derived channels"] = ""; +$a->strings["Somewhat advanced - very useful in open communities"] = ""; +$a->strings["Can administer my channel resources"] = "Может администрировать мои ресурсы канала"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = ""; +$a->strings["Not a valid email address"] = "Не действительный адрес электронной почты"; +$a->strings["Your email domain is not among those allowed on this site"] = "Домен электронной почты не входит в число тех, которые разрешены на этом сайте"; +$a->strings["Your email address is already registered at this site."] = "Ваш адрес электронной почты уже зарегистрирован на этом сайте."; +$a->strings["An invitation is required."] = "Требуется приглашение."; +$a->strings["Invitation could not be verified."] = "Не удалось проверить приглашение."; +$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию."; +$a->strings["Failed to store account information."] = "Не удалось сохранить информацию аккаунта."; +$a->strings["Registration request at %s"] = "Требуется регистрация на %s"; +$a->strings["Administrator"] = "Администратор"; +$a->strings["your registration password"] = "Ваш пароль регистрации"; +$a->strings["Registration details for %s"] = "Регистрационные данные для %s"; +$a->strings["Account approved."] = "Аккаунт утвержден."; +$a->strings["Registration revoked for %s"] = "Регистрация отозвана для %s"; +$a->strings["Permission denied."] = "Доступ запрещен."; +$a->strings["Image exceeds website size limit of %lu bytes"] = ""; +$a->strings["Image file is empty."] = "файл пуст."; +$a->strings["Unable to process image"] = "Не удается обработать изображение"; +$a->strings["Photo storage failed."] = ""; +$a->strings["Photo Albums"] = "Фотоальбомы"; +$a->strings["Upload New Photos"] = "Загрузить новые фотографии"; $a->strings["Visible to everybody"] = "Видно всем"; -$a->strings["show"] = "показывать"; -$a->strings["don't show"] = "не показывать"; +$a->strings["Show"] = ""; +$a->strings["Don't show"] = ""; +$a->strings["Permissions"] = "Разрешения"; +$a->strings["Close"] = ""; $a->strings[" and "] = "и"; $a->strings["public profile"] = "Публичный профиль"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s изменил %2\$s на “%3\$s”"; $a->strings["Visit %1\$s's %2\$s"] = "Посетить %1\$s's %2\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; $a->strings["Public Timeline"] = "Публичная шкала времени"; -$a->strings["Logout"] = "Выход"; -$a->strings["End this session"] = "Закончить эту сессию"; -$a->strings["Home"] = "Мой канал"; -$a->strings["Your posts and conversations"] = "Ваши сообщения и разговоры"; -$a->strings["View Profile"] = "Просмотр профиля"; -$a->strings["Your profile page"] = "Страницa вашего профиля"; -$a->strings["Edit Profiles"] = "Редактирование профилей"; -$a->strings["Manage/Edit Profiles"] = "Управление / Редактирование профилей"; -$a->strings["Photos"] = "Фотографии"; -$a->strings["Your photos"] = "Ваши фотографии"; -$a->strings["Login"] = "Войти"; -$a->strings["Sign in"] = "Войти"; -$a->strings["%s - click to logout"] = "%s - нажмите чтобы выйти"; -$a->strings["Click to authenticate to your home hub"] = ""; -$a->strings["Home Page"] = "Моя страница"; -$a->strings["Register"] = "Регистрация"; -$a->strings["Create an account"] = "Создать аккаунт"; -$a->strings["Help"] = "Помощь"; -$a->strings["Help and documentation"] = "Справочная информация и документация"; -$a->strings["Apps"] = "Приложения"; -$a->strings["Addon applications, utilities, games"] = ""; -$a->strings["Search"] = "Поиск"; -$a->strings["Search site content"] = "Поиск по содержанию сайту"; -$a->strings["Directory"] = "Каталог"; -$a->strings["Channel Locator"] = "Локатор каналов"; -$a->strings["Matrix"] = "Матрица"; -$a->strings["Your matrix"] = "Собственная матрица"; -$a->strings["Mark all matrix notifications seen"] = "Пометить все оповещения матрицы как прочитанное"; -$a->strings["Channel Home"] = ""; -$a->strings["Channel home"] = ""; -$a->strings["Mark all channel notifications seen"] = "Пометить все оповещения канала как прочитанное"; -$a->strings["Intros"] = "Контакты"; -$a->strings["New Connections"] = "Новые контакты"; -$a->strings["Notices"] = "Оповещения"; -$a->strings["Notifications"] = "Оповещения"; -$a->strings["See all notifications"] = "Просмотреть все оповещения"; -$a->strings["Mark all system notifications seen"] = "Пометить все оповещения как прочитанное"; -$a->strings["Mail"] = "Переписка"; -$a->strings["Private mail"] = "Ваша личная переписка"; -$a->strings["See all private messages"] = "Просмотреть все личные сообщения"; -$a->strings["Mark all private messages seen"] = "Пометить все личные сообщения как прочитанное"; -$a->strings["Inbox"] = "Входящие"; -$a->strings["Outbox"] = "Исходящие"; -$a->strings["New Message"] = "Новое личное сообщение"; -$a->strings["Events"] = "Мероприятия"; -$a->strings["Event Calendar"] = "Календарь мероприятий"; -$a->strings["See all events"] = "Показать все мероприятия"; -$a->strings["Mark all events seen"] = "Пометить все мероприятия как прочитанное"; -$a->strings["Channel Select"] = "Выбор канала"; -$a->strings["Manage Your Channels"] = "Управление каналов"; -$a->strings["Settings"] = "Настройки"; -$a->strings["Account/Channel Settings"] = "Настройки аккаунта/канала"; -$a->strings["Connections"] = "Контакты"; -$a->strings["Manage/Edit Friends and Connections"] = "Управление/Редактирование друзей и связей"; -$a->strings["Admin"] = "Администрация"; -$a->strings["Site Setup and Configuration"] = "Установка и конфигурация сайта"; -$a->strings["Nothing new here"] = "Ничего нового здесь"; -$a->strings["Please wait..."] = "Подождите пожалуйста ..."; -$a->strings["Edit File properties"] = ""; -$a->strings["Connect"] = "Подключить"; -$a->strings["New window"] = "Новое окно"; -$a->strings["Open the selected location in a different window or browser tab"] = ""; -$a->strings["Categories"] = "Категории"; -$a->strings["Ignore/Hide"] = "Игнорировать / Скрыть"; -$a->strings["Suggestions"] = "Рекомендации"; -$a->strings["See more..."] = "Просмотреть больше..."; -$a->strings["You have %1$.0f of %2$.0f allowed connections."] = ""; -$a->strings["Add New Connection"] = "Добавить новый контакт"; -$a->strings["Enter the channel address"] = "Введите адрес канала"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara"; -$a->strings["Notes"] = "Заметки"; -$a->strings["Save"] = "Запомнить"; -$a->strings["Remove term"] = "Удалить термин"; -$a->strings["Saved Searches"] = "Запомненные поиски"; -$a->strings["add"] = "добавить"; -$a->strings["Saved Folders"] = "Запомненные папки"; -$a->strings["Everything"] = "Все"; -$a->strings["Archives"] = "Архивы"; -$a->strings["Refresh"] = "Обновить"; -$a->strings["Me"] = "Я"; -$a->strings["Best Friends"] = "Лучшие друзья"; -$a->strings["Friends"] = "Друзья"; -$a->strings["Co-workers"] = "Сотрудники"; -$a->strings["Former Friends"] = "Приятели"; -$a->strings["Acquaintances"] = "Знакомые"; -$a->strings["Everybody"] = "Все"; -$a->strings["Account settings"] = "Настройки аккаунта"; -$a->strings["Channel settings"] = "Настройки канала"; -$a->strings["Additional features"] = "Дополнительные функции"; -$a->strings["Feature settings"] = "Настройки компонентов"; -$a->strings["Display settings"] = "Настройки отображения"; -$a->strings["Connected apps"] = "Подключенные приложения"; -$a->strings["Export channel"] = "Экспорт канала"; -$a->strings["Automatic Permissions (Advanced)"] = "Автоматические разрешения (дополнительно)"; -$a->strings["Premium Channel Settings"] = ""; -$a->strings["Channel Sources"] = ""; -$a->strings["Check Mail"] = "Проверить снова"; +$a->strings["Item was not found."] = "Элемент не найден."; +$a->strings["No source file."] = "Нет исходного файла."; +$a->strings["Cannot locate file to replace"] = "Не удается найти файл, чтобы заменить"; +$a->strings["Cannot locate file to revise/update"] = "Не удается найти файл для пересмотра / обновления"; +$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = ""; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."; +$a->strings["Stored file could not be verified. Upload failed."] = "Файл для сохранения не проверен. Загрузка не удалась."; +$a->strings["Path not available."] = "Путь недоступен."; +$a->strings["Empty pathname"] = ""; +$a->strings["duplicate filename or path"] = ""; +$a->strings["Path not found."] = "Путь не найден."; +$a->strings["mkdir failed."] = ""; +$a->strings["database storage failed."] = ""; +$a->strings["Logged out."] = "Вышел из системы."; +$a->strings["Failed authentication"] = "Ошибка аутентификации"; +$a->strings["Login failed."] = "Не удалось войти."; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Начало:"; +$a->strings["Finishes:"] = "\t\nКонец:"; +$a->strings["Location:"] = "Откуда:"; +$a->strings["Image/photo"] = "Изображение / фото"; +$a->strings["Encrypted content"] = "Зашифрованное содержание"; +$a->strings["QR code"] = "QR код"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s написал следующее %2\$s %3\$s"; +$a->strings["post"] = "сообщение"; +$a->strings["$1 wrote:"] = "$1 писал:"; +$a->strings["%1\$s's bookmarks"] = "Закладки пользователя %1\$s"; +$a->strings["Missing room name"] = ""; +$a->strings["Duplicate room name"] = ""; +$a->strings["Invalid room specifier."] = ""; +$a->strings["Room not found."] = ""; +$a->strings["Room is full"] = ""; +$a->strings["Tags"] = "Тэги"; +$a->strings["Keywords"] = "Ключевые слова"; +$a->strings["have"] = "иметь"; +$a->strings["has"] = "есть"; +$a->strings["want"] = "хотеть"; +$a->strings["wants"] = "хочет"; +$a->strings["like"] = "нравится"; +$a->strings["likes"] = "нравится"; +$a->strings["dislike"] = "не-нравится"; +$a->strings["dislikes"] = "не-нравится"; +$a->strings["Default"] = "По умолчанию"; $a->strings["Unknown | Not categorised"] = "Неизвестные | Без категории"; $a->strings["Block immediately"] = "Немедленно заблокировать"; $a->strings["Shady, spammer, self-marketer"] = ""; -$a->strings["Known to me, but no opinion"] = ""; +$a->strings["Known to me, but no opinion"] = "Известныo мне, но нет своего мнения"; $a->strings["OK, probably harmless"] = "OK, наверное безвредно"; $a->strings["Reputable, has my trust"] = "Авторитетно, имеет мое доверие"; $a->strings["Frequently"] = "Часто"; @@ -132,45 +140,24 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; -$a->strings["Miscellaneous"] = "Прочее"; -$a->strings["year"] = "год"; -$a->strings["month"] = "месяц"; -$a->strings["day"] = "день"; -$a->strings["never"] = "никогда"; -$a->strings["less than a second ago"] = "менее чем одну секунду назад"; -$a->strings["years"] = "лет"; -$a->strings["months"] = "мес."; -$a->strings["week"] = "неделя"; -$a->strings["weeks"] = "недель"; -$a->strings["days"] = "дней"; -$a->strings["hour"] = "час"; -$a->strings["hours"] = "часов"; -$a->strings["minute"] = "минута"; -$a->strings["minutes"] = "минут"; -$a->strings["second"] = "секунда"; -$a->strings["seconds"] = "секунд"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад"; -$a->strings["Cannot locate DNS info for database server '%s'"] = ""; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Начало:"; -$a->strings["Finishes:"] = "\t\nКонец:"; -$a->strings["Location:"] = "Откуда:"; $a->strings["prev"] = "предыдущий"; $a->strings["first"] = "первый"; $a->strings["last"] = "последний"; $a->strings["next"] = "следующий"; $a->strings["older"] = "старший"; $a->strings["newer"] = "новее"; -$a->strings["No connections"] = "Нет каналов"; +$a->strings["No connections"] = "Нет контактов"; $a->strings["%d Connection"] = array( - 0 => "%d канал", - 1 => "%d канала", - 2 => "%d каналов", + 0 => "%d контакт", + 1 => "%d контакта", + 2 => "%d контактов", ); $a->strings["View Connections"] = "Просмотр контактов"; +$a->strings["Search"] = "Поиск"; +$a->strings["Save"] = "Запомнить"; $a->strings["poke"] = "подпихнуть"; $a->strings["poked"] = "подпихнул"; -$a->strings["ping"] = ""; +$a->strings["ping"] = "пинг - проверка связи"; $a->strings["pinged"] = ""; $a->strings["prod"] = ""; $a->strings["prodded"] = ""; @@ -197,6 +184,7 @@ $a->strings["anxious"] = ""; $a->strings["cranky"] = "капризный"; $a->strings["disturbed"] = "встревоженный"; $a->strings["frustrated"] = "разочарованный"; +$a->strings["depressed"] = ""; $a->strings["motivated"] = "мотивированный"; $a->strings["relaxed"] = "расслабленный"; $a->strings["surprised"] = "удивленный"; @@ -239,105 +227,31 @@ $a->strings["Blocks"] = ""; $a->strings["Menus"] = ""; $a->strings["Layouts"] = ""; $a->strings["Pages"] = "Страницы"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; -$a->strings["Default privacy group for new contacts"] = ""; -$a->strings["All Channels"] = "Все каналы"; -$a->strings["edit"] = "редактировать"; -$a->strings["Collections"] = "Коллекции"; -$a->strings["Edit collection"] = "Редактировать коллекцию"; -$a->strings["Create a new collection"] = "Создать новую коллекцию"; -$a->strings["Channels not in any collection"] = "Контакты не в какой коллекции"; -$a->strings["Delete this item?"] = "Удалить этот элемент?"; -$a->strings["Comment"] = "Комментарий"; +$a->strings["%d invitation available"] = array( + 0 => "имеется %d приглашение", + 1 => "имеются %d приглашения", + 2 => "имеется %d приглашений", +); +$a->strings["Advanced"] = "Дополнительно"; +$a->strings["Find Channels"] = "Поиск контактов"; +$a->strings["Enter name or interest"] = "Впишите имя или интерес"; +$a->strings["Connect/Follow"] = "Подключить/следовать"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Владимир Ильич, Революционер"; +$a->strings["Find"] = "Поиск"; +$a->strings["Channel Suggestions"] = "Рекомендации каналов"; +$a->strings["Random Profile"] = "Случайные"; +$a->strings["Invite Friends"] = "Пригласить друзей"; +$a->strings["Exammple: name=fred and country=iceland"] = ""; +$a->strings["Advanced Find"] = ""; +$a->strings["Saved Folders"] = "Запомненные папки"; +$a->strings["Everything"] = "Все"; +$a->strings["Categories"] = "Категории"; +$a->strings["%d connection in common"] = array( + 0 => "%d совместный контакт", + 1 => "%d совместных контакта", + 2 => "%d совместных контактов", +); $a->strings["show more"] = "показать все"; -$a->strings["show fewer"] = "показать меньше"; -$a->strings["Password too short"] = "Пароль слишком короткий"; -$a->strings["Passwords do not match"] = "Пароли не совпадают"; -$a->strings["everybody"] = "все"; -$a->strings["Secret Passphrase"] = ""; -$a->strings["Passphrase hint"] = ""; -$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -$a->strings["timeago.suffixAgo"] = "timeago.suffixAgo"; -$a->strings["ago"] = "тому назад"; -$a->strings["from now"] = "с этого времени"; -$a->strings["less than a minute"] = "менее чем одну минуту назад"; -$a->strings["about a minute"] = "около минуты"; -$a->strings["%d minutes"] = "%d мин."; -$a->strings["about an hour"] = "около часа"; -$a->strings["about %d hours"] = "около %d час."; -$a->strings["a day"] = "день"; -$a->strings["%d days"] = "%d дней"; -$a->strings["about a month"] = "около месяца"; -$a->strings["%d months"] = "%d мес."; -$a->strings["about a year"] = "около года"; -$a->strings["%d years"] = "%d лет"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["No recipient provided."] = ""; -$a->strings["[no subject]"] = "[без темы]"; -$a->strings["Unable to determine sender."] = "Невозможно определить отправителя."; -$a->strings["Stored post could not be verified."] = ""; -$a->strings["Profile Photos"] = "Фотографии профиля"; -$a->strings["view full size"] = "посмотреть в полный размер"; -$a->strings["Image/photo"] = "Изображение / фото"; -$a->strings["Encrypted content"] = "Зашифрованное содержание"; -$a->strings["QR code"] = "QR код"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s написал следующее %2\$s %3\$s"; -$a->strings["post"] = "сообщение"; -$a->strings["$1 wrote:"] = "$1 писал:"; -$a->strings["Embedded content"] = ""; -$a->strings["Embedding disabled"] = ""; -$a->strings["General Features"] = "Главные функции"; -$a->strings["Content Expiration"] = ""; -$a->strings["Remove posts/comments and/or private messages at a future time"] = ""; -$a->strings["Multiple Profiles"] = "Несколько профилей"; -$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей"; -$a->strings["Web Pages"] = "Веб-страницы"; -$a->strings["Provide managed web pages on your channel"] = ""; -$a->strings["Private Notes"] = "Личные заметки"; -$a->strings["Enables a tool to store notes and reminders"] = ""; -$a->strings["Extended Identity Sharing"] = "Расширенный обмен идентичности"; -$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = ""; -$a->strings["Expert Mode"] = "Экспертный режим"; -$a->strings["Enable Expert Mode to provide advanced configuration options"] = ""; -$a->strings["Premium Channel"] = ""; -$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = ""; -$a->strings["Post Composition Features"] = ""; -$a->strings["Richtext Editor"] = "Редактор RichText"; -$a->strings["Enable richtext editor"] = "Включить редактор RichText"; -$a->strings["Post Preview"] = "Предварительный просмотр сообщения"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией"; -$a->strings["Automatically import channel content from other channels or feeds"] = ""; -$a->strings["Even More Encryption"] = ""; -$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = ""; -$a->strings["Network and Stream Filtering"] = "Фильтрация сети и потока"; -$a->strings["Search by Date"] = "Поиск по дате"; -$a->strings["Ability to select posts by date ranges"] = "Возможность выбора сообщений по датам"; -$a->strings["Collections Filter"] = "Фильтр коллекций"; -$a->strings["Enable widget to display Network posts only from selected collections"] = ""; -$a->strings["Save search terms for re-use"] = "Сохранять результаты поиска для повторного использования"; -$a->strings["Network Personal Tab"] = ""; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; -$a->strings["Network New Tab"] = ""; -$a->strings["Enable tab to display all new Network activity"] = ""; -$a->strings["Affinity Tool"] = ""; -$a->strings["Filter stream activity by depth of relationships"] = ""; -$a->strings["Suggest Channels"] = ""; -$a->strings["Show channel suggestions"] = ""; -$a->strings["Post/Comment Tools"] = "Инструменты сообщений/комментарий "; -$a->strings["Edit Sent Posts"] = "Редактировать отправленные сообщения"; -$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и исправлять сообщения и комментарии после отправки"; -$a->strings["Tagging"] = "Пометка"; -$a->strings["Ability to tag existing posts"] = ""; -$a->strings["Post Categories"] = "Категории сообщения"; -$a->strings["Add categories to your posts"] = "Добавить категории для ваших сообщений"; -$a->strings["Ability to file posts under folders"] = ""; -$a->strings["Dislike Posts"] = "Сообщение не нравится"; -$a->strings["Ability to dislike posts/comments"] = ""; -$a->strings["Star Posts"] = "Помечать сообщения"; -$a->strings["Ability to mark special posts with a star indicator"] = ""; -$a->strings["Tag Cloud"] = "Облако тегов"; -$a->strings["Provide a personal tag cloud on your channel page"] = ""; $a->strings["channel"] = "канал"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %2\$s's %3\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %2\$s's %3\$s"; @@ -346,12 +260,14 @@ $a->strings["%1\$s poked %2\$s"] = "%1\$s подпихнул %2\$s"; $a->strings["%1\$s is currently %2\$s"] = "%1\$s в настоящее время %2\$s"; $a->strings["Select"] = "Выбрать"; $a->strings["Delete"] = "Удалить"; -$a->strings["Message is verified"] = ""; +$a->strings["Private Message"] = "Личное сообщение"; +$a->strings["Message is verified"] = "Сообщение проверено"; $a->strings["View %s's profile @ %s"] = "Просмотр %s's профиля @ %s"; $a->strings["Categories:"] = "Категории:"; $a->strings["Filed under:"] = "Хранить под:"; $a->strings[" from %s"] = " от %s"; $a->strings["last edited: %s"] = ""; +$a->strings["Expires: %s"] = ""; $a->strings["View in context"] = "Показать в контексте"; $a->strings["Please wait"] = "Подождите пожалуйста"; $a->strings["remove"] = "удалить"; @@ -360,6 +276,7 @@ $a->strings["Delete Selected Items"] = "Удалить выбранные эле $a->strings["View Source"] = ""; $a->strings["Follow Thread"] = "Следобать теме"; $a->strings["View Status"] = "Просмотр состояния"; +$a->strings["View Profile"] = "Просмотр профиля"; $a->strings["View Photos"] = "Просмотр фотографий"; $a->strings["Matrix Activity"] = "Активность матрицы"; $a->strings["Edit Contact"] = "Редактировать контакт"; @@ -393,9 +310,9 @@ $a->strings["Tag term:"] = "Теги:"; $a->strings["Save to Folder:"] = "Сохранить в папку:"; $a->strings["Where are you right now?"] = "Где вы сейчас?"; $a->strings["Expires YYYY-MM-DD HH:MM"] = ""; -$a->strings["Preview"] = "Предварительный просмотр"; $a->strings["Share"] = "Поделиться"; $a->strings["Page link title"] = "Ссылка заголовока страницы"; +$a->strings["Post as"] = ""; $a->strings["Upload photo"] = "Загрузить фотографию"; $a->strings["upload photo"] = "загрузить фотографию"; $a->strings["Attach file"] = "Прикрепить файл"; @@ -420,6 +337,8 @@ $a->strings["Set expiration date"] = ""; $a->strings["Encrypt text"] = ""; $a->strings["OK"] = "OK"; $a->strings["Cancel"] = "Отменить"; +$a->strings["Discover"] = ""; +$a->strings["Imported public streams"] = ""; $a->strings["Commented Order"] = "По комментириям"; $a->strings["Sort by Comment Date"] = "Сортировка по дате создания комментариев"; $a->strings["Posted Order"] = "По добавлениям"; @@ -436,114 +355,34 @@ $a->strings["Channel"] = "Канал"; $a->strings["Status Messages and Posts"] = ""; $a->strings["About"] = "О себе"; $a->strings["Profile Details"] = "Сведения о профиле"; -$a->strings["Photo Albums"] = "Фотоальбомы"; +$a->strings["Photos"] = "Фотографии"; $a->strings["Files"] = "Файлы"; $a->strings["Files and Storage"] = ""; +$a->strings["Chatrooms"] = "Чаты"; +$a->strings["Events"] = "Мероприятия"; $a->strings["Events and Calendar"] = "Мероприятия и календарь"; +$a->strings["Bookmarks"] = "Закладки"; +$a->strings["Saved Bookmarks"] = "Сохранённые закладки"; $a->strings["Webpages"] = "Веб-страницы"; $a->strings["Manage Webpages"] = "Управление веб-страниц"; -$a->strings["created a new post"] = "создал новое сообщение"; -$a->strings["commented on %s's post"] = "прокомментировал %s's сообщение"; -$a->strings["Permission denied."] = "Доступ запрещен."; -$a->strings["Image exceeds website size limit of %lu bytes"] = ""; -$a->strings["Image file is empty."] = "файл пуст."; -$a->strings["Unable to process image"] = ""; -$a->strings["Photo storage failed."] = ""; -$a->strings["Upload New Photos"] = "Загрузить новые фотографии"; -$a->strings["Male"] = "Мужской"; -$a->strings["Female"] = "Женский"; -$a->strings["Currently Male"] = "В настоящее время мужской"; -$a->strings["Currently Female"] = "В настоящее время женский"; -$a->strings["Mostly Male"] = "В основном мужской"; -$a->strings["Mostly Female"] = "В основном женский"; -$a->strings["Transgender"] = "Транссексуал"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Транссексуал"; -$a->strings["Hermaphrodite"] = "Гермафродит"; -$a->strings["Neuter"] = "Среднего рода"; -$a->strings["Non-specific"] = "Неспецифический"; -$a->strings["Other"] = "Другой"; -$a->strings["Undecided"] = "Нерешительный"; -$a->strings["Males"] = "Самец"; -$a->strings["Females"] = "Самка"; -$a->strings["Gay"] = "Гей"; -$a->strings["Lesbian"] = "Лесбиянка"; -$a->strings["No Preference"] = "Без предпочтений"; -$a->strings["Bisexual"] = "Двуполый"; -$a->strings["Autosexual"] = "Autosexual"; -$a->strings["Abstinent"] = "Воздержанный"; -$a->strings["Virgin"] = "Девственница"; -$a->strings["Deviant"] = "Отклоняющийся от нормы"; -$a->strings["Fetish"] = "Фетиш"; -$a->strings["Oodles"] = "Множественный"; -$a->strings["Nonsexual"] = "Несексуальный"; -$a->strings["Single"] = "Одинок"; -$a->strings["Lonely"] = "Уединенный"; -$a->strings["Available"] = "Доступный"; -$a->strings["Unavailable"] = "Недоступный"; -$a->strings["Has crush"] = ""; -$a->strings["Infatuated"] = "Влюбленный"; -$a->strings["Dating"] = ""; -$a->strings["Unfaithful"] = "Неверный"; -$a->strings["Sex Addict"] = "Секс наркоман"; -$a->strings["Friends/Benefits"] = ""; -$a->strings["Casual"] = "Случайный"; -$a->strings["Engaged"] = "Помолвленный"; -$a->strings["Married"] = "Женат"; -$a->strings["Imaginarily married"] = "Мысленно женат"; -$a->strings["Partners"] = "Партнеры"; -$a->strings["Cohabiting"] = "Сожительствующие"; -$a->strings["Common law"] = ""; -$a->strings["Happy"] = "Счастливый"; -$a->strings["Not looking"] = "Не нуждаюсь"; -$a->strings["Swinger"] = ""; -$a->strings["Betrayed"] = ""; -$a->strings["Separated"] = ""; -$a->strings["Unstable"] = "Колеблющийся"; -$a->strings["Divorced"] = "Разведенный"; -$a->strings["Imaginarily divorced"] = "Мысленно разведенный"; -$a->strings["Widowed"] = "Овдовевший"; -$a->strings["Uncertain"] = "Неопределенный"; -$a->strings["It's complicated"] = "Это сложно"; -$a->strings["Don't care"] = "Не заботьтесь"; -$a->strings["Ask me"] = "Спроси меня"; -$a->strings["Item was not found."] = "Элемент не найден."; -$a->strings["No source file."] = "Нет исходного файла."; -$a->strings["Cannot locate file to replace"] = "Не удается найти файл, чтобы заменить"; -$a->strings["Cannot locate file to revise/update"] = "Не удается найти файл для пересмотра / обновления"; -$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = ""; -$a->strings["File upload failed. Possible system limit or action terminated."] = "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."; -$a->strings["Stored file could not be verified. Upload failed."] = ""; -$a->strings["Path not available."] = "Путь недоступен."; -$a->strings["Empty pathname"] = ""; -$a->strings["duplicate filename or path"] = ""; -$a->strings["Path not found."] = "Путь не найден."; -$a->strings["mkdir failed."] = ""; -$a->strings["database storage failed."] = ""; -$a->strings["Tags"] = "Тэги"; -$a->strings["Keywords"] = "Ключевые слова"; -$a->strings["have"] = "иметь"; -$a->strings["has"] = "есть"; -$a->strings["want"] = "хотеть"; -$a->strings["wants"] = "хочет"; -$a->strings["like"] = "мне нравиться"; -$a->strings["likes"] = "мне нравиться"; -$a->strings["dislike"] = "мне не-нравиться"; -$a->strings["dislikes"] = "мне не-нравиться"; -$a->strings["Not a valid email address"] = "Не действительный адрес электронной почты"; -$a->strings["Your email domain is not among those allowed on this site"] = "Домен электронной почты не входит в число тех, которые разрешены на этом сайте"; -$a->strings["Your email address is already registered at this site."] = "Ваш адрес электронной почты уже зарегистрирован на этом сайте."; -$a->strings["An invitation is required."] = "Требуется приглашение."; -$a->strings["Invitation could not be verified."] = "Не удалось проверить приглашение."; -$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию."; -$a->strings["Failed to store account information."] = "Не удалось сохранить информацию аккаунта."; -$a->strings["Registration request at %s"] = "Требуется регистрация на %s"; -$a->strings["Administrator"] = "Администратор"; -$a->strings["your registration password"] = "Ваш пароль регистрации"; -$a->strings["Registration details for %s"] = "Регистрационные данные для %s"; -$a->strings["Account approved."] = "Аккаунт утвержден."; -$a->strings["Registration revoked for %s"] = "Регистрация отозвана для %s"; +$a->strings["Miscellaneous"] = "Прочее"; +$a->strings["year"] = "год"; +$a->strings["month"] = "месяц"; +$a->strings["day"] = "день"; +$a->strings["never"] = "никогда"; +$a->strings["less than a second ago"] = "менее чем одну секунду назад"; +$a->strings["years"] = "лет"; +$a->strings["months"] = "мес."; +$a->strings["week"] = "неделя"; +$a->strings["weeks"] = "недель"; +$a->strings["days"] = "дней"; +$a->strings["hour"] = "час"; +$a->strings["hours"] = "часов"; +$a->strings["minute"] = "минута"; +$a->strings["minutes"] = "мин."; +$a->strings["second"] = "секунда"; +$a->strings["seconds"] = "секунд"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад"; $a->strings["Sort Options"] = ""; $a->strings["Alphabetic"] = "По алфавиту"; $a->strings["Reverse Alphabetic"] = "По обратному алфавиту"; @@ -580,81 +419,128 @@ $a->strings["[Red:Notify] %s tagged your post"] = "[Red:Уведомление] $a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = ""; $a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = ""; $a->strings["[Red:Notify] Introduction received"] = "[Red:Уведомление] введение получено"; -$a->strings["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = ""; -$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = ""; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = ""; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = ""; $a->strings["You may visit their profile at %s"] = "Вы можете посетить профиль в %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = ""; +$a->strings["Please visit %s to approve or reject the connection request."] = ""; $a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Уведомление] Получено предложение дружить"; $a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = ""; $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = ""; $a->strings["Name:"] = "Имя:"; $a->strings["Photo:"] = "Фото:"; $a->strings["Please visit %s to approve or reject the suggestion."] = ""; -$a->strings["Logged out."] = "Вышел из системы."; -$a->strings["Failed authentication"] = "Ошибка аутентификации"; -$a->strings["Login failed."] = "Не удалось войти."; -$a->strings["%d invitation available"] = array( - 0 => "имеется %d приглашение", - 1 => "имеются %d приглашения", - 2 => "имеется %d приглашений", -); -$a->strings["Find Channels"] = "Поиск контактов"; -$a->strings["Enter name or interest"] = "Впишите имя или интерес"; -$a->strings["Connect/Follow"] = "Подключить/следовать"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Владимир Ильич, Революционер"; -$a->strings["Find"] = "Поиск"; -$a->strings["Channel Suggestions"] = "Рекомендации каналов"; -$a->strings["Random Profile"] = "Случайные"; -$a->strings["Invite Friends"] = "Пригласить друзей"; -$a->strings["%d connection in common"] = array( - 0 => "%d совместный контакт", - 1 => "%d совместных контакта", - 2 => "%d совместных контактов", +$a->strings["save to folder"] = "сохранить в папку"; +$a->strings["add star"] = "добавить маркировку"; +$a->strings["remove star"] = "удалить маркировку"; +$a->strings["toggle star status"] = "переключение статуса маркировки"; +$a->strings["starred"] = "помеченные"; +$a->strings["add tag"] = "добавить тег"; +$a->strings["I like this (toggle)"] = "мне это нравится (переключение)"; +$a->strings["I don't like this (toggle)"] = "мне это не нравится (переключение)"; +$a->strings["Share this"] = "Поделиться этим"; +$a->strings["share"] = "поделиться"; +$a->strings["View %s's profile - %s"] = "Просмотр %s's профиля - %s"; +$a->strings["to"] = "к"; +$a->strings["via"] = "через"; +$a->strings["Wall-to-Wall"] = "Стена-к-Стене"; +$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:"; +$a->strings["Bookmark Links"] = ""; +$a->strings["%d comment"] = array( + 0 => "%d комментарий", + 1 => "%d комментария", + 2 => "%d комментариев", ); -$a->strings["New Page"] = "Новая страница"; -$a->strings["Edit"] = "Редактировать"; -$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить."; -$a->strings["This action exceeds the limits set by your subscription plan."] = ""; -$a->strings["This action is not available under your subscription plan."] = ""; +$a->strings["This is you"] = "Это вы"; +$a->strings["Comment"] = "Комментарий"; +$a->strings["Submit"] = "Отправить"; +$a->strings["Bold"] = "Жирный"; +$a->strings["Italic"] = "Курсив"; +$a->strings["Underline"] = "Подчеркнутый"; +$a->strings["Quote"] = "Цитата"; +$a->strings["Code"] = "Код"; +$a->strings["Image"] = "Изображение"; +$a->strings["Link"] = "Ссылка"; +$a->strings["Video"] = "Видео"; +$a->strings["General Features"] = "Главные функции"; +$a->strings["Content Expiration"] = ""; +$a->strings["Remove posts/comments and/or private messages at a future time"] = ""; +$a->strings["Multiple Profiles"] = "Несколько профилей"; +$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей"; +$a->strings["Web Pages"] = "Веб-страницы"; +$a->strings["Provide managed web pages on your channel"] = ""; +$a->strings["Private Notes"] = "Личные заметки"; +$a->strings["Enables a tool to store notes and reminders"] = ""; +$a->strings["Extended Identity Sharing"] = "Расширенный обмен идентичности"; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = ""; +$a->strings["Expert Mode"] = "Экспертный режим"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = ""; +$a->strings["Premium Channel"] = "Премиум канал"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Richtext Editor"] = "Редактор RichText"; +$a->strings["Enable richtext editor"] = "Включить редактор RichText"; +$a->strings["Post Preview"] = "Предварительный просмотр сообщения"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией"; +$a->strings["Channel Sources"] = ""; +$a->strings["Automatically import channel content from other channels or feeds"] = ""; +$a->strings["Even More Encryption"] = ""; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = ""; +$a->strings["Network and Stream Filtering"] = "Фильтрация сети и потока"; +$a->strings["Search by Date"] = "Поиск по дате"; +$a->strings["Ability to select posts by date ranges"] = "Возможность выбора сообщений по датам"; +$a->strings["Collections Filter"] = "Фильтр коллекций"; +$a->strings["Enable widget to display Network posts only from selected collections"] = ""; +$a->strings["Saved Searches"] = "Запомненные поиски"; +$a->strings["Save search terms for re-use"] = "Сохранять результаты поиска для повторного использования"; +$a->strings["Network Personal Tab"] = "Сеть - Личная вкладка"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; +$a->strings["Network New Tab"] = "Сеть - Новая вкладка"; +$a->strings["Enable tab to display all new Network activity"] = ""; +$a->strings["Affinity Tool"] = "Инструмент сходства или соответствия"; +$a->strings["Filter stream activity by depth of relationships"] = ""; +$a->strings["Suggest Channels"] = ""; +$a->strings["Show channel suggestions"] = ""; +$a->strings["Post/Comment Tools"] = "Инструменты сообщений/комментарий "; +$a->strings["Edit Sent Posts"] = "Редактировать отправленные сообщения"; +$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и исправлять сообщения и комментарии после отправки"; +$a->strings["Tagging"] = "Пометка"; +$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Post Categories"] = "Категории сообщения"; +$a->strings["Add categories to your posts"] = "Добавить категории для ваших сообщений"; +$a->strings["Ability to file posts under folders"] = ""; +$a->strings["Dislike Posts"] = "Сообщение не нравится"; +$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Star Posts"] = "Помечать сообщения"; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Tag Cloud"] = "Облако тегов"; +$a->strings["Provide a personal tag cloud on your channel page"] = ""; $a->strings["Channel is blocked on this site."] = "Канал блокируется на этом сайте."; $a->strings["Channel location missing."] = "Местоположение канала отсутствует."; -$a->strings["Channel discovery failed. Website may be down or misconfigured."] = ""; -$a->strings["Response from remote channel was not understood."] = ""; $a->strings["Response from remote channel was incomplete."] = ""; +$a->strings["Channel was deleted and no longer exists."] = ""; +$a->strings["Channel discovery failed."] = ""; $a->strings["local account not found."] = "локальный аккаунт не найден."; $a->strings["Cannot connect to yourself."] = "Нельзя подключиться к самому себе."; -$a->strings["Can view my \"public\" stream and posts"] = "Может просматривать мои \"публичные\" поток и сообщения"; -$a->strings["Can view my \"public\" channel profile"] = "Может просматривать мой \"публичный\" профиль канала"; -$a->strings["Can view my \"public\" photo albums"] = "Может просматривать мои \"публичные\" фотоальбомы"; -$a->strings["Can view my \"public\" address book"] = "Может просматривать мою \"публичную\" адресную книгу"; -$a->strings["Can view my \"public\" file storage"] = "Может просматривать мои \"публичные\" файлы"; -$a->strings["Can view my \"public\" pages"] = "Может просматривать мои \"публичные\" страницы"; -$a->strings["Can send me their channel stream and posts"] = "Может прислать мне свои потоки и сообщения"; -$a->strings["Can post on my channel page (\"wall\")"] = "Может публиковать на моей странице канала (\"стена\")"; -$a->strings["Can comment on my posts"] = "Может комментировать мои сообщения"; -$a->strings["Can send me private mail messages"] = "Может отправлять мне личные сообщения по эл. почте"; -$a->strings["Can post photos to my photo albums"] = "Может публиковать фотографии в мои фотоальбомы"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = ""; -$a->strings["Advanced - useful for creating group forum channels"] = ""; -$a->strings["Can chat with me (when available)"] = "Можете общаться со мной в чате (при наличии)"; -$a->strings["Requires compatible chat plugin"] = "Требуется совместимый чат-плагин"; -$a->strings["Can write to my \"public\" file storage"] = ""; -$a->strings["Can edit my \"public\" pages"] = "Может редактировать мои \"публичные\" страницы"; -$a->strings["Can source my \"public\" posts in derived channels"] = ""; -$a->strings["Somewhat advanced - very useful in open communities"] = ""; -$a->strings["Can administer my channel resources"] = "Может администрировать мои ресурсы канала"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = ""; -$a->strings["Default"] = "По умолчанию"; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; +$a->strings["Default privacy group for new contacts"] = "Группа конфиденциальности по умолчанию для новых контактов"; +$a->strings["All Channels"] = "Все каналы"; +$a->strings["edit"] = "редактировать"; +$a->strings["Collections"] = "Коллекции"; +$a->strings["Edit collection"] = "Редактировать коллекцию"; +$a->strings["Create a new collection"] = "Создать новую коллекцию"; +$a->strings["Channels not in any collection"] = "Контакты не в какой коллекции"; +$a->strings["add"] = "добавить"; $a->strings["Unable to obtain identity information from database"] = "Невозможно получить идентификационную информацию из базы данных"; $a->strings["Empty name"] = "Пустое имя"; $a->strings["Name too long"] = "Слишком длинное имя"; $a->strings["No account identifier"] = "идентификатор аккаунта отсутствует"; $a->strings["Nickname is required."] = "Требуется псевдоним."; +$a->strings["Reserved nickname. Please choose another."] = ""; $a->strings["Nickname has unsupported characters or is already being used on this site."] = "Псевдоним имеет недопустимые символы или уже используется на этом сайте."; $a->strings["Unable to retrieve created identity"] = ""; $a->strings["Default Profile"] = "Профиль по умолчанию"; +$a->strings["Friends"] = "Друзья"; $a->strings["Requested channel is not available."] = "Запрашиваемый канал не доступен."; -$a->strings[" Sorry, you don't have the permission to view this profile. "] = ""; $a->strings["Requested profile is not available."] = "Запрашиваемый профиль не доступен."; $a->strings["Change profile photo"] = "Изменить фотографию профиля"; $a->strings["Profiles"] = "Профили"; @@ -667,6 +553,7 @@ $a->strings["Edit visibility"] = "Редактировать видимость" $a->strings["Gender:"] = "Пол:"; $a->strings["Status:"] = "Статус:"; $a->strings["Homepage:"] = "Домашняя страница:"; +$a->strings["Online Now"] = ""; $a->strings["g A l F d"] = "g A l F d"; $a->strings["F d"] = "F d"; $a->strings["[today]"] = "[сегодня]"; @@ -692,6 +579,7 @@ $a->strings["Hobbies/Interests:"] = "Хобби / интересы:"; $a->strings["Likes:"] = "Что вам нравится:"; $a->strings["Dislikes:"] = "Что вам не нравится:"; $a->strings["Contact information and Social Networks:"] = "Информация и социальные сети контакта:"; +$a->strings["My other channels:"] = ""; $a->strings["Musical interests:"] = "Музыкальные интересы:"; $a->strings["Books, literature:"] = "Книги, литература:"; $a->strings["Television:"] = "Телевидение:"; @@ -700,313 +588,238 @@ $a->strings["Love/Romance:"] = "Любовь / Романс:"; $a->strings["Work/employment:"] = "Работа / Занятость:"; $a->strings["School/education:"] = "Школа / образование:"; $a->strings["Permission denied"] = "Доступ запрещен"; +$a->strings["(Unknown)"] = ""; $a->strings["Item not found."] = "Элемент не найден."; $a->strings["Collection not found."] = "Коллекция не найдена."; $a->strings["Collection is empty."] = "Коллекция пуста."; $a->strings["Collection: %s"] = "Коллекции: %s"; $a->strings["Connection: %s"] = "Контакты: %s"; $a->strings["Connection not found."] = "Контакт не найден."; -$a->strings["Private Message"] = "Личное сообщение"; -$a->strings["save to folder"] = "сохранить в папку"; -$a->strings["add star"] = "добавить маркировку"; -$a->strings["remove star"] = "удалить маркировку"; -$a->strings["toggle star status"] = "переключение статуса маркировки"; -$a->strings["starred"] = "помеченные"; -$a->strings["add tag"] = "добавить тег"; -$a->strings["I like this (toggle)"] = "мне это нравится (переключение)"; -$a->strings["I don't like this (toggle)"] = "мне это не нравится (переключение)"; -$a->strings["Share this"] = "Поделиться этим"; -$a->strings["share"] = "поделиться"; -$a->strings["View %s's profile - %s"] = "Просмотр %s's профиля - %s"; -$a->strings["to"] = "к"; -$a->strings["via"] = "через"; -$a->strings["Wall-to-Wall"] = "Стена-к-Стене"; -$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:"; -$a->strings["Expires: %s"] = ""; -$a->strings["%d comment"] = array( - 0 => "%d комментарий", - 1 => "%d комментария", - 2 => "%d комментариев", -); -$a->strings["This is you"] = "Это вы"; -$a->strings["Submit"] = "Отправить"; -$a->strings["Bold"] = "Жирный"; -$a->strings["Italic"] = "Курсив"; -$a->strings["Underline"] = "Подчеркнутый"; -$a->strings["Quote"] = "Цитата"; -$a->strings["Code"] = "Код"; -$a->strings["Image"] = "Изображение"; -$a->strings["Link"] = "Ссылка"; -$a->strings["Video"] = "Видео"; -$a->strings["Welcome "] = "Добро пожаловать"; -$a->strings["Please upload a profile photo."] = "Загрузите пожалуйста фотографию профиля."; -$a->strings["Welcome back "] = "Добро пожаловать"; -$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."] = ""; -$a->strings["Invalid data packet"] = ""; +$a->strings["Delete this item?"] = "Удалить этот элемент?"; +$a->strings["show fewer"] = "показать меньше"; +$a->strings["+ Show More"] = ""; +$a->strings["- Show Less"] = ""; +$a->strings["Password too short"] = "Пароль слишком короткий"; +$a->strings["Passwords do not match"] = "Пароли не совпадают"; +$a->strings["everybody"] = "все"; +$a->strings["Secret Passphrase"] = ""; +$a->strings["Passphrase hint"] = ""; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = ""; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = ""; +$a->strings["ago"] = "тому назад"; +$a->strings["from now"] = "с этого времени"; +$a->strings["less than a minute"] = "менее чем одну минуту назад"; +$a->strings["about a minute"] = "около минуты"; +$a->strings["%d minutes"] = "%d мин."; +$a->strings["about an hour"] = "около часа"; +$a->strings["about %d hours"] = "около %d час."; +$a->strings["a day"] = "день"; +$a->strings["%d days"] = "%d дн."; +$a->strings["about a month"] = "около месяца"; +$a->strings["%d months"] = "%d мес."; +$a->strings["about a year"] = "около года"; +$a->strings["%d years"] = "%d лет"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["No recipient provided."] = ""; +$a->strings["[no subject]"] = "[без темы]"; +$a->strings["Unable to determine sender."] = "Невозможно определить отправителя."; +$a->strings["Stored post could not be verified."] = ""; +$a->strings["Logout"] = "Выход"; +$a->strings["End this session"] = "Закончить эту сессию"; +$a->strings["Home"] = "Мой канал"; +$a->strings["Your posts and conversations"] = "Ваши сообщения и разговоры"; +$a->strings["Your profile page"] = "Страницa вашего профиля"; +$a->strings["Edit Profiles"] = "Редактирование профилей"; +$a->strings["Manage/Edit profiles"] = ""; +$a->strings["Your photos"] = "Ваши фотографии"; +$a->strings["Your files"] = "Ваши файлы"; +$a->strings["Chat"] = "Чат"; +$a->strings["Your chatrooms"] = "Ваши чаты"; +$a->strings["Your events"] = "Ваши мероприятия"; +$a->strings["Your bookmarks"] = "Ваши закладки"; +$a->strings["Your webpages"] = ""; +$a->strings["Login"] = "Войти"; +$a->strings["Sign in"] = "Войти"; +$a->strings["%s - click to logout"] = "%s - нажмите чтобы выйти"; +$a->strings["Click to authenticate to your home hub"] = ""; +$a->strings["Home Page"] = "Моя страница"; +$a->strings["Register"] = "Регистрация"; +$a->strings["Create an account"] = "Создать аккаунт"; +$a->strings["Help"] = "Помощь"; +$a->strings["Help and documentation"] = "Справочная информация и документация"; +$a->strings["Apps"] = "Приложения"; +$a->strings["Addon applications, utilities, games"] = ""; +$a->strings["Search site content"] = "Поиск по содержанию сайту"; +$a->strings["Directory"] = "Каталог"; +$a->strings["Channel Locator"] = "Локатор каналов"; +$a->strings["Matrix"] = "Матрица"; +$a->strings["Your matrix"] = "Собственная матрица"; +$a->strings["Mark all matrix notifications seen"] = "Пометить все оповещения матрицы как прочитанное"; +$a->strings["Channel Home"] = ""; +$a->strings["Channel home"] = ""; +$a->strings["Mark all channel notifications seen"] = "Пометить все оповещения канала как прочитанное"; +$a->strings["Connections"] = "Контакты"; +$a->strings["Notices"] = "Оповещения"; +$a->strings["Notifications"] = "Оповещения"; +$a->strings["See all notifications"] = "Просмотреть все оповещения"; +$a->strings["Mark all system notifications seen"] = "Пометить все оповещения как прочитанное"; +$a->strings["Mail"] = "Переписка"; +$a->strings["Private mail"] = "Ваша личная переписка"; +$a->strings["See all private messages"] = "Просмотреть все личные сообщения"; +$a->strings["Mark all private messages seen"] = "Пометить все личные сообщения как прочитанное"; +$a->strings["Inbox"] = "Входящие"; +$a->strings["Outbox"] = "Исходящие"; +$a->strings["New Message"] = "Новое личное сообщение"; +$a->strings["Event Calendar"] = "Календарь мероприятий"; +$a->strings["See all events"] = "Показать все мероприятия"; +$a->strings["Mark all events seen"] = "Пометить все мероприятия как прочитанное"; +$a->strings["Channel Select"] = "Выбор каналов"; +$a->strings["Manage Your Channels"] = "Управление каналов"; +$a->strings["Settings"] = "Настройки"; +$a->strings["Account/Channel Settings"] = "Настройки аккаунта/канала"; +$a->strings["Manage/Edit Friends and Connections"] = "Управление/Редактирование друзей и связей"; +$a->strings["Admin"] = "Администрация"; +$a->strings["Site Setup and Configuration"] = "Установка и конфигурация сайта"; +$a->strings["Nothing new here"] = "Ничего нового здесь"; +$a->strings["Please wait..."] = "Подождите пожалуйста ..."; +$a->strings["view full size"] = "посмотреть в полный размер"; +$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить."; +$a->strings["This action exceeds the limits set by your subscription plan."] = ""; +$a->strings["This action is not available under your subscription plan."] = ""; +$a->strings["Male"] = "Мужской"; +$a->strings["Female"] = "Женский"; +$a->strings["Currently Male"] = "В настоящее время мужской"; +$a->strings["Currently Female"] = "В настоящее время женский"; +$a->strings["Mostly Male"] = "В основном мужской"; +$a->strings["Mostly Female"] = "В основном женский"; +$a->strings["Transgender"] = "Транссексуал"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Транссексуал"; +$a->strings["Hermaphrodite"] = "Гермафродит"; +$a->strings["Neuter"] = "Среднего рода"; +$a->strings["Non-specific"] = "Неспецифический"; +$a->strings["Other"] = "Другой"; +$a->strings["Undecided"] = "Нерешительный"; +$a->strings["Males"] = "Самец"; +$a->strings["Females"] = "Самка"; +$a->strings["Gay"] = "Гей"; +$a->strings["Lesbian"] = "Лесбиянка"; +$a->strings["No Preference"] = "Без предпочтений"; +$a->strings["Bisexual"] = "Двуполый"; +$a->strings["Autosexual"] = "Autosexual"; +$a->strings["Abstinent"] = "Воздержанный"; +$a->strings["Virgin"] = "Девственница"; +$a->strings["Deviant"] = "Отклоняющийся от нормы"; +$a->strings["Fetish"] = "Фетиш"; +$a->strings["Oodles"] = "Множественный"; +$a->strings["Nonsexual"] = "Несексуальный"; +$a->strings["Single"] = "Одинок"; +$a->strings["Lonely"] = "Уединенный"; +$a->strings["Available"] = "Доступный"; +$a->strings["Unavailable"] = "Недоступный"; +$a->strings["Has crush"] = "Столкновение"; +$a->strings["Infatuated"] = "Влюбленный"; +$a->strings["Dating"] = "Датировка"; +$a->strings["Unfaithful"] = "Неверный"; +$a->strings["Sex Addict"] = "Секс наркоман"; +$a->strings["Friends/Benefits"] = "Друзья / Преимущества"; +$a->strings["Casual"] = "Случайный"; +$a->strings["Engaged"] = "Помолвленный"; +$a->strings["Married"] = "Женат"; +$a->strings["Imaginarily married"] = "Мысленно женат"; +$a->strings["Partners"] = "Партнеры"; +$a->strings["Cohabiting"] = "Сожительствующие"; +$a->strings["Common law"] = ""; +$a->strings["Happy"] = "Счастливый"; +$a->strings["Not looking"] = "Не нуждаюсь"; +$a->strings["Swinger"] = ""; +$a->strings["Betrayed"] = ""; +$a->strings["Separated"] = ""; +$a->strings["Unstable"] = "Колеблющийся"; +$a->strings["Divorced"] = "Разведенный"; +$a->strings["Imaginarily divorced"] = "Мысленно разведенный"; +$a->strings["Widowed"] = "Овдовевший"; +$a->strings["Uncertain"] = "Неопределенный"; +$a->strings["It's complicated"] = "Это сложно"; +$a->strings["Don't care"] = "Не заботьтесь"; +$a->strings["Ask me"] = "Спроси меня"; +$a->strings["Edit File properties"] = ""; +$a->strings["Invalid data packet"] = "Неверный пакет данных"; $a->strings["Unable to verify channel signature"] = "Невозможно проверить сигнатуру канала"; $a->strings["Unable to verify site signature for %s"] = ""; -$a->strings["No channel."] = "Не канал."; -$a->strings["Common connections"] = "Общие контакты"; -$a->strings["No connections in common."] = "Общих контактов нет."; -$a->strings["Event title and start time are required."] = "Название события и время начала требуется."; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Редактировать мероприятие"; -$a->strings["Create New Event"] = "Создать новое мероприятие"; -$a->strings["Previous"] = "Предыдущая"; -$a->strings["Next"] = "Следующая"; -$a->strings["hour:minute"] = "часы:минуты"; -$a->strings["Event details"] = "Детали мероприятия"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат: %s %s. Дата начала и название необходимы."; -$a->strings["Event Starts:"] = "Начало мероприятий:"; -$a->strings["Required"] = "Необходимо"; -$a->strings["Finish date/time is not known or not relevant"] = "Дата окончания / время окончания не известны или не релевантны"; -$a->strings["Event Finishes:"] = "\t\nКонец мероприятий:"; -$a->strings["Adjust for viewer timezone"] = "Отрегулируйте для просмотра часовых поясов"; -$a->strings["Description:"] = "Описание:"; -$a->strings["Title:"] = "Заголовок:"; -$a->strings["Share this event"] = "Поделиться этим мероприятием"; -$a->strings["Thing updated"] = ""; -$a->strings["Object store: failed"] = ""; -$a->strings["Thing added"] = ""; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = ""; -$a->strings["Show Thing"] = ""; -$a->strings["item not found."] = "Элемент не найден."; -$a->strings["Edit Thing"] = ""; -$a->strings["Select a profile"] = "Выберите профиль"; -$a->strings["Select a category of stuff. e.g. I ______ something"] = ""; -$a->strings["Name of thing e.g. something"] = ""; -$a->strings["URL of thing (optional)"] = ""; -$a->strings["URL for photo of thing (optional)"] = ""; -$a->strings["Add Thing to your Profile"] = ""; -$a->strings["Total invitation limit exceeded."] = ""; -$a->strings["%s : Not a valid email address."] = "%s : Не действительный адрес электронной почты."; -$a->strings["Please join us on Red"] = "Пожалуйста, присоединяйтесь к нам в Red"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; -$a->strings["%s : Message delivery failed."] = "%s : Доставка сообщения не удалась."; -$a->strings["%d message sent."] = array( - 0 => "%d сообщение отправленно.", - 1 => "%d сообщения отправленно.", - 2 => "%d сообщений отправленно.", -); -$a->strings["You have no more invitations available"] = "У вас больше нет приглашений"; -$a->strings["Send invitations"] = "Послать приглашения"; -$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному на строку:"; -$a->strings["Your message:"] = "Ваше сообщение:"; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = ""; -$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; -$a->strings["Please visit my channel at"] = "Пожалуйста, посетите мой канал на"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = ""; -$a->strings["Click the [Register] link on the following page to join."] = ""; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = ""; -$a->strings["Could not access contact record."] = ""; -$a->strings["Could not locate selected profile."] = ""; -$a->strings["Connection updated."] = "Канал обновлен."; -$a->strings["Failed to update connection record."] = ""; -$a->strings["Could not access address book record."] = ""; -$a->strings["Refresh failed - channel is currently unavailable."] = ""; -$a->strings["Channel has been unblocked"] = "Канал разблокирован"; -$a->strings["Channel has been blocked"] = "Канал заблокирован"; -$a->strings["Unable to set address book parameters."] = ""; -$a->strings["Channel has been unignored"] = "Канал не проигнорирован"; -$a->strings["Channel has been ignored"] = "Канал проигнорирован"; -$a->strings["Channel has been unarchived"] = "Канал разархивирован"; -$a->strings["Channel has been archived"] = "Канал заархивирован"; -$a->strings["Channel has been unhidden"] = "Канал открыт"; -$a->strings["Channel has been hidden"] = "Канал скрыт"; -$a->strings["Channel has been approved"] = "Канал одобрен"; -$a->strings["Channel has been unapproved"] = "Канал не одобрен"; -$a->strings["Contact has been removed."] = "Канал удален."; -$a->strings["View %s's profile"] = "Просмотр %s's профиля"; -$a->strings["Refresh Permissions"] = "Обновить разрешения"; -$a->strings["Fetch updated permissions"] = ""; -$a->strings["Recent Activity"] = ""; -$a->strings["View recent posts and comments"] = ""; -$a->strings["Unblock"] = "Разрешить"; -$a->strings["Block"] = "Заблокировать"; -$a->strings["Block or Unblock this connection"] = "Запретить или разрешить этот канал"; -$a->strings["Unignore"] = "Не игнорировать"; -$a->strings["Ignore"] = "Игнорировать"; -$a->strings["Ignore or Unignore this connection"] = "Игнорировать или не игнорировать этот канал"; -$a->strings["Unarchive"] = "Разархивировать"; -$a->strings["Archive"] = "Заархивировать"; -$a->strings["Archive or Unarchive this connection"] = " Заархивировать или разархивировать этот канал"; -$a->strings["Unhide"] = "Показать"; -$a->strings["Hide"] = "Скрыть"; -$a->strings["Hide or Unhide this connection"] = "Скрыть или показывать этот канал"; -$a->strings["Delete this connection"] = "Удалить этот контакт"; -$a->strings["Unknown"] = "Неизвестный"; -$a->strings["Approve this connection"] = "Утвердить этот контакт"; -$a->strings["Accept connection to allow communication"] = ""; -$a->strings["Automatic Permissions Settings"] = "Настройки автоматических разрешений"; -$a->strings["Connections: settings for %s"] = ""; -$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = ""; -$a->strings["Slide to adjust your degree of friendship"] = ""; -$a->strings["inherited"] = "унаследованный"; -$a->strings["Connection has no individual permissions!"] = ""; -$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = ""; -$a->strings["Profile Visibility"] = "Видимость профиля"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = ""; -$a->strings["Contact Information / Notes"] = "Информация / Примечания о канале"; -$a->strings["Edit contact notes"] = "Редактировать примечания канала"; -$a->strings["Their Settings"] = "Их настройки"; -$a->strings["My Settings"] = "Мои настройки"; -$a->strings["Forum Members"] = "Участники форума"; -$a->strings["Soapbox"] = "Soapbox"; -$a->strings["Full Sharing"] = "Полный обмен"; -$a->strings["Cautious Sharing"] = ""; -$a->strings["Follow Only"] = "Только следовать"; -$a->strings["Individual Permissions"] = "Индивидуальные разрешения"; -$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority. Changing those inherited settings on this page will have no effect."] = ""; -$a->strings["Advanced Permissions"] = "Дополнительные разрешения"; -$a->strings["Quick Links"] = "Быстрые ссылки"; -$a->strings["Visit %s's profile - %s"] = "Посетить %s's профиль - %s"; -$a->strings["Block/Unblock contact"] = "Запретить/разрешить контакт"; -$a->strings["Ignore contact"] = "Игнорировать контакт"; -$a->strings["Repair URL settings"] = "Ремонт настройки URL"; -$a->strings["View conversations"] = "Просмотр разговоров"; -$a->strings["Delete contact"] = "Удалить контакт"; -$a->strings["Last update:"] = "Последнее обновление:"; -$a->strings["Update public posts"] = "Обновить публичные сообщения"; -$a->strings["Update now"] = "Обновить сейчас"; -$a->strings["Currently blocked"] = "В настоящее время заблокирован"; -$a->strings["Currently ignored"] = "В настоящее время игнорируются"; -$a->strings["Currently archived"] = "В настоящее время зархивированны"; -$a->strings["Currently pending"] = "В настоящее время в ожидании"; -$a->strings["Hide this contact from others"] = "Скрыть этот канал от других"; -$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = ""; -$a->strings["View"] = "Просмотр"; -$a->strings["Authorize application connection"] = ""; -$a->strings["Return to your app and insert this Securty Code:"] = ""; -$a->strings["Please login to continue."] = "Пожалуйста, войдите, чтобы продолжить."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; -$a->strings["Yes"] = "Да"; -$a->strings["No"] = "Нет"; -$a->strings["No installed applications."] = "Нет установленных приложений."; -$a->strings["Applications"] = "Приложения"; -$a->strings["Invalid item."] = "Недействительный элемент."; -$a->strings["Channel not found."] = "Канал не найден."; -$a->strings["Page not found."] = "Страница не найдена."; -$a->strings["Item not available."] = "Элемент недоступен."; -$a->strings["Red Matrix Server - Setup"] = "Red Matrix Сервер - Установка"; -$a->strings["Could not connect to database."] = "Не удалось подключиться к серверу баз данных."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = ""; -$a->strings["Could not create table."] = "Не удалось создать таблицу."; -$a->strings["Your site database has been installed."] = "Ваша база данных установлена."; -$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = ""; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\"."; -$a->strings["System check"] = "Проверка системы"; -$a->strings["Check again"] = "Проверить снова"; -$a->strings["Database connection"] = "Подключение к базе данных"; -$a->strings["In order to install Red Matrix 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."] = ""; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = ""; -$a->strings["Database Server Name"] = "Имя сервера базы данных"; -$a->strings["Default is localhost"] = "По умолчанию localhost"; -$a->strings["Database Port"] = "Порт базы данных"; -$a->strings["Communication port number - use 0 for default"] = "Порт коммуникации - используйте 0 по умолчанию"; -$a->strings["Database Login Name"] = "Имя для подключения к базе данных"; -$a->strings["Database Login Password"] = "Пароль для подключения к базе данных"; -$a->strings["Database Name"] = "Имя базы данных"; -$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; -$a->strings["Website URL"] = "URL веб-сайта"; -$a->strings["Please use SSL (https) URL if available."] = "Пожалуйста, используйте SSL (https) URL если возможно."; -$a->strings["Please select a default timezone for your website"] = ""; -$a->strings["Site settings"] = "Настройки сайта"; -$a->strings["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."] = ""; -$a->strings["PHP executable path"] = "PHP executable путь"; -$a->strings["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."] = ""; -$a->strings["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"] = ""; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = ""; -$a->strings["Generate encryption keys"] = ""; -$a->strings["libCurl PHP module"] = "libCurl PHP модуль"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль"; -$a->strings["mysqli PHP module"] = "mysqli PHP модуль"; -$a->strings["mb_string PHP module"] = "mb_string PHP модуль"; -$a->strings["mcrypt PHP module"] = "mcrypt PHP модуль"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite модуль"; -$a->strings["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"] = ""; -$a->strings["Error: libCURL PHP module required but not installed."] = ""; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = ""; -$a->strings["Error: openssl PHP module required but not installed."] = ""; -$a->strings["Error: mysqli PHP module required but not installed."] = ""; -$a->strings["Error: mb_string PHP module required but not installed."] = ""; -$a->strings["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."] = ""; -$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."] = ""; -$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."] = ""; -$a->strings["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 доступен для записи"; -$a->strings["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 view/tpl/smarty3/ 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."] = ""; -$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = ""; -$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 доступен для записи"; -$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"] = ""; -$a->strings["store is writable"] = ""; -$a->strings["SSL certificate validation"] = "проверка сертификата SSL"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = ""; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; -$a->strings["Url rewrite is working"] = "Url rewrite работает"; -$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."] = ""; -$a->strings["Errors encountered creating database tables."] = ""; -$a->strings["<h1>What next</h1>"] = "<h1>Что дальше</h1>"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = ""; -$a->strings["Edit post"] = "Редактировать сообщение"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s следит %2\$s's %3\$s"; -$a->strings["[Embedded content - reload page to view]"] = ""; -$a->strings["toggle full screen mode"] = "переключение полноэкранного режима"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; -$a->strings["Public access denied."] = "Общественный доступ запрещен."; -$a->strings["No connections."] = "Никаких связей."; -$a->strings["Visit %s's profile [%s]"] = "Посетить %s's профиль [%s]"; -$a->strings["View Connnections"] = "Просмотр контактов"; -$a->strings["Tag removed"] = "Тег удален"; -$a->strings["Remove Item Tag"] = "Удалить Тег"; -$a->strings["Select a tag to remove: "] = "Выбрать тег для удаления: "; -$a->strings["Remove"] = "Удалить"; -$a->strings["Continue"] = ""; -$a->strings["Premium Channel Setup"] = ""; -$a->strings["Enable premium channel connection restrictions"] = ""; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = ""; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = ""; -$a->strings["Potential connections will then see the following text before proceeding:"] = ""; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = ""; -$a->strings["(No specific instructions have been provided by the channel owner.)"] = ""; -$a->strings["Restricted or Premium Channel"] = ""; -$a->strings["No potential page delegates located."] = ""; -$a->strings["Delegate Page Management"] = ""; -$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."] = ""; -$a->strings["Existing Page Managers"] = ""; -$a->strings["Existing Page Delegates"] = ""; -$a->strings["Potential Delegates"] = ""; -$a->strings["Add"] = "Добавить"; -$a->strings["No entries."] = "Нет записей."; -$a->strings["Failed to create source. No channel selected."] = ""; -$a->strings["Source created."] = ""; -$a->strings["Source updated."] = ""; -$a->strings["Manage remote sources of content for your channel."] = ""; -$a->strings["New Source"] = ""; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = ""; -$a->strings["Only import content with these words (one per line)"] = ""; -$a->strings["Leave blank to import all public content"] = ""; -$a->strings["Channel Name"] = "Имя канала"; -$a->strings["Source not found."] = ""; -$a->strings["Edit Source"] = ""; -$a->strings["Delete Source"] = ""; -$a->strings["Source removed"] = ""; -$a->strings["Unable to remove source."] = ""; +$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."] = ""; +$a->strings["Ignore/Hide"] = "Игнорировать / Скрыть"; +$a->strings["Suggestions"] = "Рекомендации"; +$a->strings["See more..."] = "Просмотреть больше..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = ""; +$a->strings["Add New Connection"] = "Добавить новый контакт"; +$a->strings["Enter the channel address"] = "Введите адрес канала"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara"; +$a->strings["Notes"] = "Заметки"; +$a->strings["Remove term"] = "Удалить термин"; +$a->strings["Archives"] = "Архивы"; +$a->strings["Refresh"] = "Обновить"; +$a->strings["Me"] = "Я"; +$a->strings["Best Friends"] = "Лучшие друзья"; +$a->strings["Co-workers"] = "Сотрудники"; +$a->strings["Former Friends"] = "Приятели"; +$a->strings["Acquaintances"] = "Знакомые"; +$a->strings["Everybody"] = "Все"; +$a->strings["Account settings"] = "Настройки аккаунта"; +$a->strings["Channel settings"] = "Настройки канала"; +$a->strings["Additional features"] = "Дополнительные функции"; +$a->strings["Feature settings"] = "Настройки компонентов"; +$a->strings["Display settings"] = "Настройки отображения"; +$a->strings["Connected apps"] = "Подключенные приложения"; +$a->strings["Export channel"] = "Экспорт канала"; +$a->strings["Automatic Permissions (Advanced)"] = "Автоматические разрешения (дополнительно)"; +$a->strings["Premium Channel Settings"] = "Настройки премиум канала"; +$a->strings["Check Mail"] = "Проверить снова"; +$a->strings["Chat Rooms"] = "Чаты"; +$a->strings["Bookmarked Chatrooms"] = "Закладки чатов"; +$a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты"; +$a->strings["Mood"] = ""; +$a->strings["Set your current mood and tell your friends"] = ""; +$a->strings["Menu not found."] = "Меню не найдено."; +$a->strings["Menu element updated."] = "Меню обновлено."; +$a->strings["Unable to update menu element."] = ""; +$a->strings["Menu element added."] = "Элемент меню добавлен."; +$a->strings["Unable to add menu element."] = "Невозможно добавить элемент меню."; +$a->strings["Not found."] = "Не найдено."; +$a->strings["Manage Menu Elements"] = "Управление элементов меню"; +$a->strings["Edit menu"] = "Редактировать меню"; +$a->strings["Edit element"] = "Редактировать элемент"; +$a->strings["Drop element"] = "Удалить элемент"; +$a->strings["New element"] = "Новый элемент"; +$a->strings["Edit this menu container"] = ""; +$a->strings["Add menu element"] = "Добавить элемент меню"; +$a->strings["Delete this menu item"] = "Удалить элемент меню"; +$a->strings["Edit this menu item"] = "Редактировать элемент меню"; +$a->strings["New Menu Element"] = "Новый элемент меню"; +$a->strings["Menu Item Permissions"] = ""; +$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)"; +$a->strings["Link text"] = "Текст ссылки"; +$a->strings["URL of link"] = ""; +$a->strings["Use Red magic-auth if available"] = ""; +$a->strings["Open link in new window"] = ""; +$a->strings["Order in list"] = ""; +$a->strings["Higher numbers will sink to bottom of listing"] = ""; +$a->strings["Create"] = "Создать"; +$a->strings["Menu item not found."] = "Элемент меню не найден."; +$a->strings["Menu item deleted."] = "Элемент меню удален."; +$a->strings["Menu item could not be deleted."] = ""; +$a->strings["Edit Menu Element"] = "Редактировать элемент меню"; +$a->strings["Modify"] = "Изменить"; +$a->strings["sent you a private message"] = "отправил вам личное сообщение"; +$a->strings["added your channel"] = "добавил ваш канал"; +$a->strings["posted an event"] = ""; +$a->strings["network"] = ""; $a->strings["Theme settings updated."] = "Настройки темы обновленны."; $a->strings["Site"] = "Сайт"; -$a->strings["Users"] = "Пользователи"; +$a->strings["Accounts"] = ""; +$a->strings["Channels"] = ""; $a->strings["Plugins"] = "Плагины"; $a->strings["Themes"] = "Темы"; $a->strings["Server"] = "Сервер"; @@ -1024,19 +837,20 @@ $a->strings["Active plugins"] = "Активные плагины"; $a->strings["Site settings updated."] = "Настройки сайта обновлены."; $a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств"; $a->strings["No special theme for accessibility"] = ""; -$a->strings["Closed"] = "Регистрация закрыта"; -$a->strings["Requires approval"] = "Регистрация требует подтверждения"; -$a->strings["Open"] = "Регистрация открыта"; -$a->strings["Private"] = "Личный доступ"; -$a->strings["Paid Access"] = "Платный доступ"; -$a->strings["Free Access"] = "Свободный доступ"; -$a->strings["Tiered Access"] = ""; +$a->strings["No"] = "Нет"; +$a->strings["Yes - with approval"] = ""; +$a->strings["Yes"] = "Да"; +$a->strings["My site is not a public server"] = ""; +$a->strings["My site has paid access only"] = ""; +$a->strings["My site has free access only"] = ""; +$a->strings["My site offers free accounts with optional paid upgrades"] = ""; $a->strings["Registration"] = "Регистрация"; $a->strings["File upload"] = "Загрузка файла"; $a->strings["Policies"] = "Правила"; -$a->strings["Advanced"] = "Дополнительно"; $a->strings["Site name"] = "Название сайта"; $a->strings["Banner/Logo"] = "Баннер / логотип"; +$a->strings["Administrator Information"] = ""; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = ""; $a->strings["System language"] = "Язык системы"; $a->strings["System theme"] = "Тема системы"; $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = ""; @@ -1048,20 +862,22 @@ $a->strings["Channel to use for this website's static pages"] = ""; $a->strings["Site Channel"] = "Канал сайта"; $a->strings["Maximum image size"] = "Максимальный размер"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; -$a->strings["Register policy"] = "Статус регистрации"; -$a->strings["Access policy"] = "Правила доступа"; +$a->strings["Does this site allow new member registration?"] = ""; +$a->strings["Which best describes the types of account offered by this hub?"] = ""; $a->strings["Register text"] = "Текст регистрации"; $a->strings["Will be displayed prominently on the registration page."] = ""; $a->strings["Accounts abandoned after x days"] = ""; $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = ""; -$a->strings["Allowed friend domains"] = ""; +$a->strings["Allowed friend domains"] = "Разрешенные домены друзей"; $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Allowed email domains"] = ""; +$a->strings["Allowed email domains"] = "Разрешенные домены электронной почты"; $a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; $a->strings["Block public"] = "Блокировать публичный доступ"; $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; $a->strings["Force publish"] = "Заставить публиковать"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; +$a->strings["Disable discovery tab"] = ""; +$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = ""; $a->strings["No login on Homepage"] = ""; $a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = ""; $a->strings["Proxy user"] = "Proxy пользователь"; @@ -1102,19 +918,42 @@ $a->strings["Account not found"] = "Аккаунт не найден"; $a->strings["User '%s' deleted"] = "Пользователь '%s' удален"; $a->strings["User '%s' unblocked"] = "Пользователь '%s' разрешен"; $a->strings["User '%s' blocked"] = "Пользователь '%s' заблокирован"; +$a->strings["Users"] = "Пользователи"; $a->strings["select all"] = "выбрать все"; $a->strings["User registrations waiting for confirm"] = "Регистрации пользователей ждут подтверждения"; $a->strings["Request date"] = "Дата запроса"; -$a->strings["Name"] = "Имя"; $a->strings["No registrations."] = "Новых регистраций пока нет."; $a->strings["Approve"] = "Утвердить"; $a->strings["Deny"] = "Запретить"; +$a->strings["Block"] = "Заблокировать"; +$a->strings["Unblock"] = "Разрешить"; $a->strings["Register date"] = "Дата регистрации"; $a->strings["Last login"] = "Последний вход"; $a->strings["Expires"] = ""; $a->strings["Service Class"] = "Класс службы"; $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "", + 1 => "", + 2 => "", +); +$a->strings["%s channel deleted"] = array( + 0 => "", + 1 => "", + 2 => "", +); +$a->strings["Channel not found"] = ""; +$a->strings["Channel '%s' deleted"] = ""; +$a->strings["Channel '%s' uncensored"] = ""; +$a->strings["Channel '%s' censored"] = ""; +$a->strings["Censor"] = ""; +$a->strings["Uncensor"] = ""; +$a->strings["UID"] = ""; +$a->strings["Name"] = "Имя"; +$a->strings["Address"] = "Адрес"; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; $a->strings["Plugin %s disabled."] = "Плагин %s отключен."; $a->strings["Plugin %s enabled."] = "Плагин %s включен."; $a->strings["Disable"] = "Запретить"; @@ -1132,148 +971,44 @@ $a->strings["Debugging"] = "Включить/Выключить"; $a->strings["Log file"] = "Файл журнала"; $a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта."; $a->strings["Log level"] = "Уровень журнала"; -$a->strings["Menu not found."] = "Меню не найдено."; -$a->strings["Menu element updated."] = "Меню обновлено."; -$a->strings["Unable to update menu element."] = ""; -$a->strings["Menu element added."] = "Элемент меню добавлен."; -$a->strings["Unable to add menu element."] = ""; -$a->strings["Not found."] = "Не найдено."; -$a->strings["Manage Menu Elements"] = ""; -$a->strings["Edit menu"] = "Редактировать меню"; -$a->strings["Edit element"] = "Редактировать элемент"; -$a->strings["Drop element"] = "Удалить элемент"; -$a->strings["New element"] = "Новый элемент"; -$a->strings["Edit this menu container"] = ""; -$a->strings["Add menu element"] = "Добавить элемент меню"; -$a->strings["Delete this menu item"] = ""; -$a->strings["Edit this menu item"] = ""; -$a->strings["New Menu Element"] = "Новый элемент меню"; -$a->strings["Menu Item Permissions"] = ""; -$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)"; -$a->strings["Link text"] = "Текст ссылки"; -$a->strings["URL of link"] = ""; -$a->strings["Use Red magic-auth if available"] = ""; -$a->strings["Open link in new window"] = ""; -$a->strings["Order in list"] = ""; -$a->strings["Higher numbers will sink to bottom of listing"] = ""; -$a->strings["Create"] = "Создать"; -$a->strings["Menu item not found."] = "Элемент меню не найден."; -$a->strings["Menu item deleted."] = ""; -$a->strings["Menu item could not be deleted."] = ""; -$a->strings["Edit Menu Element"] = "Редактировать элемент меню"; -$a->strings["Modify"] = ""; -$a->strings["Collection created."] = "Коллекция создана."; -$a->strings["Could not create collection."] = "Не удалось создать коллекцию."; -$a->strings["Collection updated."] = ""; -$a->strings["Create a collection of channels."] = "Создать коллекцию контактов"; -$a->strings["Collection Name: "] = "Название коллекции:"; -$a->strings["Members are visible to other channels"] = ""; -$a->strings["Collection removed."] = "Коллекция удалена."; -$a->strings["Unable to remove collection."] = "Невозможно удалить коллекцию."; -$a->strings["Collection Editor"] = "Редактор коллекций"; -$a->strings["Members"] = "Участники"; -$a->strings["All Connected Channels"] = "Все подключенные контакы"; -$a->strings["Click on a channel to add or remove."] = ""; -$a->strings["Page owner information could not be retrieved."] = ""; -$a->strings["Album not found."] = "Альбом не найден."; -$a->strings["Delete Album"] = "Удалить альбом"; -$a->strings["Delete Photo"] = "Удалить фотографию"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s добавил тег в %2\$s на %3\$s"; -$a->strings["a photo"] = "фотография"; -$a->strings["No photos selected"] = "Никакие фотографии не выбраны"; -$a->strings["Access to this item is restricted."] = "Доступ к этому элементу ограничен."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = ""; -$a->strings["Upload Photos"] = "Загрузить фотографии"; -$a->strings["New album name: "] = "Название нового альбома:"; -$a->strings["or existing album name: "] = "или существующий альбом:"; -$a->strings["Do not show a status post for this upload"] = ""; -$a->strings["Permissions"] = "Разрешения"; -$a->strings["Contact Photos"] = "Фотографии контакта"; -$a->strings["Edit Album"] = "Редактировать Фотоальбом"; -$a->strings["Show Newest First"] = "Показать новые первыми"; -$a->strings["Show Oldest First"] = "Показать старые первыми"; -$a->strings["View Photo"] = "Посмотреть фотографию"; -$a->strings["Permission denied. Access to this item may be restricted."] = ""; -$a->strings["Photo not available"] = "Фотография не доступна"; -$a->strings["Use as profile photo"] = "Использовать в качестве фотографии профиля"; -$a->strings["View Full Size"] = "Посмотреть в полный размер"; -$a->strings["Edit photo"] = "Редактировать фотографию"; -$a->strings["Rotate CW (right)"] = "Повернуть CW (направо)"; -$a->strings["Rotate CCW (left)"] = "Повернуть CCW (налево)"; -$a->strings["New album name"] = "Новое название альбома:"; -$a->strings["Caption"] = "Подпись"; -$a->strings["Add a Tag"] = "Добавить тег"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["View Album"] = "Посмотреть фотоальбом"; -$a->strings["Recent Photos"] = "Последние фотографии"; -$a->strings["- select -"] = "- выбрать -"; -$a->strings["Menu updated."] = "Меню обновлено."; -$a->strings["Unable to update menu."] = "Невозможно обновление меню."; -$a->strings["Menu created."] = "Меню создано."; -$a->strings["Unable to create menu."] = "Невозможно создать меню."; -$a->strings["Manage Menus"] = "Управление меню"; -$a->strings["Drop"] = "Удалить"; -$a->strings["Create a new menu"] = "Создать новое меню"; -$a->strings["Delete this menu"] = "Удалить это меню"; -$a->strings["Edit menu contents"] = "Редактировать содержание меню"; -$a->strings["Edit this menu"] = "Редактировать это меню"; -$a->strings["New Menu"] = "Новое меню"; -$a->strings["Menu name"] = "Название меню"; -$a->strings["Must be unique, only seen by you"] = ""; -$a->strings["Menu title"] = "Название меню"; -$a->strings["Menu title as seen by others"] = ""; -$a->strings["Menu deleted."] = "Меню удалено."; -$a->strings["Menu could not be deleted."] = ""; -$a->strings["Edit Menu"] = "Редактировать меню"; -$a->strings["Add or remove entries to this menu"] = ""; -$a->strings["Welcome to %s"] = "Добро пожаловать в %s"; -$a->strings["Age: "] = "Возраст:"; -$a->strings["Gender: "] = "Пол:"; -$a->strings["Finding:"] = "Поиск:"; -$a->strings["next page"] = "следующая страница"; -$a->strings["previous page"] = "предыдущая страница"; -$a->strings["No entries (some entries may be hidden)."] = ""; -$a->strings["Blocked"] = "Заблокированные"; -$a->strings["Ignored"] = "Игнорируемые"; -$a->strings["Hidden"] = "Скрытые"; -$a->strings["Archived"] = "Зархивированные"; -$a->strings["All"] = "Все"; -$a->strings["Suggest new connections"] = "Предлагать новые контакты"; -$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих контактов"; -$a->strings["All Connections"] = "Все контакты"; -$a->strings["Show all connections"] = "Просмотр всех контактов"; -$a->strings["Unblocked"] = "Разрешенные"; -$a->strings["Only show unblocked connections"] = "Показать только разрешенные контакты"; -$a->strings["Only show blocked connections"] = "Показать только заблокированные контакты"; -$a->strings["Only show ignored connections"] = "Показать только проигнорированные контакты"; -$a->strings["Only show archived connections"] = "Показать только архивированные контакты"; -$a->strings["Only show hidden connections"] = "Показать только скрытые контакты"; -$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit contact"] = "Редактировать контакт"; -$a->strings["Search your connections"] = "Поиск ваших связей"; -$a->strings["Finding: "] = "Поиск:"; -$a->strings["Layout Help"] = ""; -$a->strings["Help with this feature"] = ""; -$a->strings["Layout Name"] = ""; -$a->strings["Help:"] = "Помощь:"; -$a->strings["Not Found"] = "Не найдено"; -$a->strings["Remote Authentication"] = "Удаленная аутентификация"; -$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Введите адрес вашего канала (например: channel@example.com)"; -$a->strings["Authenticate"] = "Проверка подлинности"; -$a->strings["No such group"] = "Нет такой группы"; -$a->strings["Search Results For:"] = "Результаты поиска для:"; -$a->strings["Collection is empty"] = "Коллекция пуста"; -$a->strings["Collection: "] = "Коллекции: "; -$a->strings["Connection: "] = "Контакты: "; -$a->strings["Invalid connection."] = ""; -$a->strings["Channel added."] = "Контакт добавлен."; +$a->strings["Poke/Prod"] = ""; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = "Получатель"; +$a->strings["Choose what you wish to do to recipient"] = ""; +$a->strings["Make this post private"] = "Сделать это сообщение личным"; +$a->strings["Authorize application connection"] = ""; +$a->strings["Return to your app and insert this Securty Code:"] = ""; +$a->strings["Please login to continue."] = "Пожалуйста, войдите, чтобы продолжить."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; $a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = ""; -$a->strings["Welcome %s. Remote authentication successful."] = ""; -$a->strings["This site is not a directory server"] = "Этот сайт не является сервером каталога"; -$a->strings["Remote privacy information not available."] = ""; -$a->strings["Visible to:"] = "Кому видно:"; -$a->strings["Hub not found."] = "Hub не найден."; +$a->strings["Welcome %s. Remote authentication successful."] = "Добро пожаловать %s. Удаленная аутентификация успешно завершена."; +$a->strings["No installed applications."] = "Нет установленных приложений."; +$a->strings["Applications"] = "Приложения"; +$a->strings["Item not available."] = "Элемент недоступен."; +$a->strings["Fetching URL returns error: %1\$s"] = ""; +$a->strings["Invalid item."] = "Недействительный элемент."; +$a->strings["Channel not found."] = "Канал не найден."; +$a->strings["Page not found."] = "Страница не найдена."; +$a->strings["Image uploaded but image cropping failed."] = ""; +$a->strings["Image resize failed."] = "Изменение размера изображения не удалось."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; +$a->strings["Image exceeds size limit of %d"] = ""; +$a->strings["Unable to process image."] = "Невозможно обработать изображение."; +$a->strings["Photo not available."] = "Фотография не доступна."; +$a->strings["Upload File:"] = "Загрузить файл:"; +$a->strings["Select a profile:"] = "Выберите профиль:"; +$a->strings["Upload Profile Photo"] = "Загрузить фотографию профиля"; +$a->strings["Upload"] = "Загрузка"; +$a->strings["or"] = "или"; +$a->strings["skip this step"] = "пропустить этот шаг"; +$a->strings["select a photo from your photo albums"] = ""; +$a->strings["Crop Image"] = "Обрезать изображение"; +$a->strings["Please adjust the image cropping for optimum viewing."] = ""; +$a->strings["Done Editing"] = "Закончить редактирование"; +$a->strings["Image uploaded successfully."] = "Загрузка изображениея прошла успешно."; +$a->strings["Image upload failed."] = "Загрузка изображениея прошла безуспешно."; +$a->strings["Image size reduction [%s] failed."] = ""; +$a->strings["Block Name"] = ""; $a->strings["Profile not found."] = "Профиль не найден."; $a->strings["Profile deleted."] = "Профиль удален."; $a->strings["Profile-"] = "Профиль-"; @@ -1282,8 +1017,8 @@ $a->strings["Profile unavailable to clone."] = "Профиль недоступ $a->strings["Profile Name is required."] = "Имя профиля требуется."; $a->strings["Marital Status"] = "Семейное положение"; $a->strings["Romantic Partner"] = "Романтический партнер"; -$a->strings["Likes"] = "мне нравиться"; -$a->strings["Dislikes"] = "мне не-нравиться"; +$a->strings["Likes"] = "нравится"; +$a->strings["Dislikes"] = "не-нравится"; $a->strings["Work/Employment"] = "Работа / Занятость"; $a->strings["Religion"] = "Религия"; $a->strings["Political Views"] = "Политические взгляды"; @@ -1291,7 +1026,6 @@ $a->strings["Gender"] = "Пол"; $a->strings["Sexual Preference"] = "Сексуальная ориентация"; $a->strings["Homepage"] = "Домашняя страница"; $a->strings["Interests"] = "Интересы"; -$a->strings["Address"] = "Адрес"; $a->strings["Location"] = "Место"; $a->strings["Profile updated."] = "Профиль обновлен."; $a->strings["Hide your contact/friend list from viewers of this profile?"] = ""; @@ -1332,73 +1066,210 @@ $a->strings["Love/romance"] = "Любовь / Романс"; $a->strings["Work/employment"] = "Работа / Занятость"; $a->strings["School/education"] = "Школа / образование"; $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = ""; +$a->strings["Age: "] = "Возраст:"; $a->strings["Edit/Manage Profiles"] = "Редактирование / Управление профилей"; $a->strings["Add profile things"] = ""; $a->strings["Include desirable objects in your profile"] = ""; -$a->strings["Add a Channel"] = "Добавить контакт"; -$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = ""; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = ""; -$a->strings["Choose a short nickname"] = "Выберите короткий псевдоним"; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = ""; -$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = ""; -$a->strings["Permission Denied."] = "Доступ запрещен."; -$a->strings["File not found."] = "Файл не найден."; -$a->strings["Edit file permissions"] = "Редактировать разрешения файла"; -$a->strings["Include all files and sub folders"] = ""; -$a->strings["Return to file list"] = ""; -$a->strings["Copy/paste this code to attach file to a post"] = ""; -$a->strings["Copy/paste this URL to link file from a web page"] = ""; -$a->strings["Download"] = ""; -$a->strings["Used: "] = ""; -$a->strings["[directory]"] = ""; -$a->strings["Limit: "] = "Предел: "; -$a->strings["No valid account found."] = "Действительный аккаунт не найден."; -$a->strings["Password reset request issued. Check your email."] = ""; -$a->strings["Site Member (%s)"] = "Участник сайта (%s)"; -$a->strings["Password reset requested at %s"] = "Требуется сброс пароля на %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; -$a->strings["Password Reset"] = "Сбросить пароль"; -$a->strings["Your password has been reset as requested."] = ""; -$a->strings["Your new password is"] = "Ваш новый пароль"; -$a->strings["Save or copy your new password - and then"] = ""; -$a->strings["click here to login"] = "нажмите здесь чтобы выйти"; -$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = ""; -$a->strings["Your password has changed at %s"] = "Пароль изменен на %s"; -$a->strings["Forgot your Password?"] = "Забыли пароль или логин?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; -$a->strings["Email Address"] = "Адрес электронной почты"; -$a->strings["Reset"] = "Сброс"; -$a->strings["Nothing to import."] = "Ничего импортировать."; -$a->strings["Unable to download data from old server"] = "Невозможно загрузить данные из старого сервера"; -$a->strings["Imported file is empty."] = "Импортированный файл пуст."; -$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = ""; -$a->strings["Channel clone failed. Import failed."] = ""; -$a->strings["Cloned channel not found. Import failed."] = ""; -$a->strings["Import completed."] = "Импорт завершен."; -$a->strings["You must be logged in to use this feature."] = "Вы должны войти в систему, чтобы использовать эту функцию."; -$a->strings["Import Channel"] = "Импорт канала"; -$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."] = ""; -$a->strings["File to Upload"] = "Файл для загрузки"; -$a->strings["Or provide the old server/hub details"] = ""; -$a->strings["Your old identity address (xyz@example.com)"] = ""; -$a->strings["Your old login email address"] = "Ваш старый адрес электронной почты"; -$a->strings["Your old login password"] = "Ваш старый пароль"; -$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."] = ""; -$a->strings["Make this hub my primary location"] = ""; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = ""; -$a->strings["Create a new channel"] = "Создать новый канал"; -$a->strings["Channel Manager"] = "Настройки канала"; -$a->strings["Current Channel"] = "Текущий канал"; -$a->strings["Attach to one of your channels by selecting it."] = ""; -$a->strings["Default Channel"] = "Канал по умолчанию"; -$a->strings["Make Default"] = "Сделать стандартным"; -$a->strings["Total votes"] = ""; -$a->strings["Average Rating"] = ""; -$a->strings["Profile Match"] = ""; -$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; -$a->strings["is interested in:"] = "заинтересован в:"; -$a->strings["No matches"] = "Нет соответствий"; -$a->strings["invalid target signature"] = ""; +$a->strings["Bookmark added"] = ""; +$a->strings["My Bookmarks"] = "Мои закладки"; +$a->strings["My Connections Bookmarks"] = "Закладки моих контактов"; +$a->strings["Invalid profile identifier."] = ""; +$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля"; +$a->strings["Click on a contact to add or remove."] = "Нажмите на канал, чтобы добавить или удалить."; +$a->strings["Visible To"] = "Видно"; +$a->strings["All Connections"] = "Все контакты"; +$a->strings["Public Sites"] = ""; +$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = ""; +$a->strings["Site URL"] = "URL веб-сайта"; +$a->strings["Access Type"] = ""; +$a->strings["Registration Policy"] = "Правила регистрации"; +$a->strings["You must be logged in to see this page."] = ""; +$a->strings["Insufficient permissions. Request redirected to profile page."] = ""; +$a->strings["toggle full screen mode"] = "переключение полноэкранного режима"; +$a->strings["Select a bookmark folder"] = ""; +$a->strings["Save Bookmark"] = ""; +$a->strings["URL of bookmark"] = ""; +$a->strings["Description"] = ""; +$a->strings["Or enter new bookmark folder name"] = ""; +$a->strings["Room not found"] = ""; +$a->strings["Leave Room"] = ""; +$a->strings["Delete This Room"] = ""; +$a->strings["I am away right now"] = ""; +$a->strings["I am online"] = ""; +$a->strings["Bookmark this room"] = ""; +$a->strings["New Chatroom"] = "Новый чат"; +$a->strings["Chatroom Name"] = "Название чата"; +$a->strings["%1\$s's Chatrooms"] = "Чаты пользователя %1\$s"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = ""; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = ""; +$a->strings["Passwords do not match."] = "Пароли не совпадают."; +$a->strings["Registration successful. Please check your email for validation instructions."] = ""; +$a->strings["Your registration is pending approval by the site owner."] = ""; +$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана."; +$a->strings["Registration on this site/hub is by approval only."] = ""; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = ""; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; +$a->strings["Terms of Service"] = ""; +$a->strings["I accept the %s for this website"] = ""; +$a->strings["I am over 13 years of age and accept the %s for this website"] = ""; +$a->strings["Membership on this site is by invitation only."] = ""; +$a->strings["Please enter your invitation code"] = ""; +$a->strings["Your email address"] = "Ваш адрес электронной почты"; +$a->strings["Choose a password"] = "Выберите пароль"; +$a->strings["Please re-enter your password"] = "Пожалуйста, введите пароль еще раз"; +$a->strings["Away"] = ""; +$a->strings["Online"] = ""; +$a->strings["Please login."] = "Войдите пожалуйста."; +$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = ""; +$a->strings["Remove This Channel"] = "Удалить этот канал"; +$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = ""; +$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите пароль для проверки:"; +$a->strings["Remove this channel and all its clones from the network"] = ""; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = ""; +$a->strings["Remove Channel"] = ""; +$a->strings["No channel."] = "Не канал."; +$a->strings["Common connections"] = "Общие контакты"; +$a->strings["No connections in common."] = "Общих контактов нет."; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; +$a->strings["The error message was:"] = ""; +$a->strings["Authentication failed."] = ""; +$a->strings["Remote Authentication"] = "Удаленная аутентификация"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Введите адрес вашего канала (например: channel@example.com)"; +$a->strings["Authenticate"] = "Проверка подлинности"; +$a->strings["Continue"] = "Продолжить"; +$a->strings["Premium Channel Setup"] = "Установка премиум канала"; +$a->strings["Enable premium channel connection restrictions"] = ""; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = ""; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = ""; +$a->strings["Potential connections will then see the following text before proceeding:"] = ""; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = ""; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = ""; +$a->strings["Restricted or Premium Channel"] = ""; +$a->strings["No such group"] = "Нет такой группы"; +$a->strings["Search Results For:"] = "Результаты поиска для:"; +$a->strings["Collection is empty"] = "Коллекция пуста"; +$a->strings["Collection: "] = "Коллекции: "; +$a->strings["Connection: "] = "Контакты: "; +$a->strings["Invalid connection."] = ""; +$a->strings["Could not access contact record."] = ""; +$a->strings["Could not locate selected profile."] = ""; +$a->strings["Connection updated."] = "Связи обновленны."; +$a->strings["Failed to update connection record."] = ""; +$a->strings["Blocked"] = "Заблокированные"; +$a->strings["Ignored"] = "Игнорируемые"; +$a->strings["Hidden"] = "Скрытые"; +$a->strings["Archived"] = "Зархивированные"; +$a->strings["All"] = "Все"; +$a->strings["Unconnected"] = ""; +$a->strings["Suggest new connections"] = "Предлагать новые контакты"; +$a->strings["New Connections"] = "Новые контакты"; +$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих контактов"; +$a->strings["Show all connections"] = "Просмотр всех контактов"; +$a->strings["Unblocked"] = "Разрешенные"; +$a->strings["Only show unblocked connections"] = "Показать только разрешенные контакты"; +$a->strings["Only show blocked connections"] = "Показать только заблокированные контакты"; +$a->strings["Only show ignored connections"] = "Показать только проигнорированные контакты"; +$a->strings["Only show archived connections"] = "Показать только архивированные контакты"; +$a->strings["Only show hidden connections"] = "Показать только скрытые контакты"; +$a->strings["Only show one-way connections"] = ""; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit contact"] = "Редактировать контакт"; +$a->strings["Search your connections"] = "Поиск ваших связей"; +$a->strings["Finding: "] = "Поиск:"; +$a->strings["Edit post"] = "Редактировать сообщение"; +$a->strings["Could not access address book record."] = ""; +$a->strings["Refresh failed - channel is currently unavailable."] = ""; +$a->strings["Channel has been unblocked"] = "Канал разблокирован"; +$a->strings["Channel has been blocked"] = "Канал заблокирован"; +$a->strings["Unable to set address book parameters."] = ""; +$a->strings["Channel has been unignored"] = "Канал не проигнорирован"; +$a->strings["Channel has been ignored"] = "Канал проигнорирован"; +$a->strings["Channel has been unarchived"] = "Канал разархивирован"; +$a->strings["Channel has been archived"] = "Канал заархивирован"; +$a->strings["Channel has been unhidden"] = "Канал открыт"; +$a->strings["Channel has been hidden"] = "Канал скрыт"; +$a->strings["Channel has been approved"] = "Канал одобрен"; +$a->strings["Channel has been unapproved"] = "Канал не одобрен"; +$a->strings["Connection has been removed."] = ""; +$a->strings["View %s's profile"] = "Просмотр %s's профиля"; +$a->strings["Refresh Permissions"] = "Обновить разрешения"; +$a->strings["Fetch updated permissions"] = ""; +$a->strings["Recent Activity"] = ""; +$a->strings["View recent posts and comments"] = ""; +$a->strings["Block or Unblock this connection"] = "Запретить или разрешить этот канал"; +$a->strings["Unignore"] = "Не игнорировать"; +$a->strings["Ignore"] = "Игнорировать"; +$a->strings["Ignore or Unignore this connection"] = "Игнорировать или не игнорировать этот канал"; +$a->strings["Unarchive"] = "Разархивировать"; +$a->strings["Archive"] = "Заархивировать"; +$a->strings["Archive or Unarchive this connection"] = " Заархивировать или разархивировать этот канал"; +$a->strings["Unhide"] = "Показать"; +$a->strings["Hide"] = "Скрыть"; +$a->strings["Hide or Unhide this connection"] = "Скрыть или показывать этот канал"; +$a->strings["Delete this connection"] = "Удалить этот контакт"; +$a->strings["Unknown"] = "Неизвестный"; +$a->strings["Approve this connection"] = "Утвердить этот контакт"; +$a->strings["Accept connection to allow communication"] = ""; +$a->strings["Automatic Permissions Settings"] = "Настройки автоматических разрешений"; +$a->strings["Connections: settings for %s"] = ""; +$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = ""; +$a->strings["Slide to adjust your degree of friendship"] = ""; +$a->strings["inherited"] = "унаследованный"; +$a->strings["Connection has no individual permissions!"] = ""; +$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = ""; +$a->strings["Profile Visibility"] = "Видимость профиля"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = ""; +$a->strings["Contact Information / Notes"] = "Информация / Примечания о канале"; +$a->strings["Edit contact notes"] = "Редактировать примечания канала"; +$a->strings["Their Settings"] = "Их настройки"; +$a->strings["My Settings"] = "Мои настройки"; +$a->strings["Clear/Disable Automatic Permissions"] = ""; +$a->strings["Forum Members"] = "Участники форума"; +$a->strings["Soapbox"] = "Soapbox"; +$a->strings["Full Sharing (typical social network permissions)"] = ""; +$a->strings["Cautious Sharing "] = ""; +$a->strings["Follow Only"] = "Только следовать"; +$a->strings["Individual Permissions"] = "Индивидуальные разрешения"; +$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = ""; +$a->strings["Advanced Permissions"] = "Дополнительные разрешения"; +$a->strings["Simple Permissions (select one and submit)"] = ""; +$a->strings["Visit %s's profile - %s"] = "Посетить %s's профиль - %s"; +$a->strings["Block/Unblock contact"] = "Запретить/разрешить контакт"; +$a->strings["Ignore contact"] = "Игнорировать контакт"; +$a->strings["Repair URL settings"] = "Ремонт настройки URL"; +$a->strings["View conversations"] = "Просмотр разговоров"; +$a->strings["Delete contact"] = "Удалить контакт"; +$a->strings["Last update:"] = "Последнее обновление:"; +$a->strings["Update public posts"] = "Обновить публичные сообщения"; +$a->strings["Update now"] = "Обновить сейчас"; +$a->strings["Currently blocked"] = "В настоящее время заблокирован"; +$a->strings["Currently ignored"] = "В настоящее время игнорируются"; +$a->strings["Currently archived"] = "В настоящее время зархивированны"; +$a->strings["Currently pending"] = "В настоящее время в ожидании"; +$a->strings["Hide this contact from others"] = "Скрыть этот канал от других"; +$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = ""; +$a->strings["No potential page delegates located."] = ""; +$a->strings["Delegate Page Management"] = ""; +$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."] = ""; +$a->strings["Existing Page Managers"] = ""; +$a->strings["Existing Page Delegates"] = ""; +$a->strings["Potential Delegates"] = ""; +$a->strings["Remove"] = "Удалить"; +$a->strings["Add"] = "Добавить"; +$a->strings["No entries."] = "Нет записей."; +$a->strings["Public access denied."] = "Общественный доступ запрещен."; +$a->strings["Gender: "] = "Пол:"; +$a->strings["Finding:"] = "Поиск:"; +$a->strings["next page"] = "следующая страница"; +$a->strings["previous page"] = "предыдущая страница"; +$a->strings["No entries (some entries may be hidden)."] = ""; +$a->strings["Status: "] = ""; +$a->strings["Sexual Preference: "] = "Сексуальная ориентация:"; +$a->strings["Homepage: "] = "Домашняя страница:"; +$a->strings["Hometown: "] = ""; +$a->strings["About: "] = "О себе:"; +$a->strings["Keywords: "] = "Ключевые слова:"; +$a->strings["This site is not a directory server"] = "Этот сайт не является сервером каталога"; $a->strings["Name is required"] = "Необходимо имя"; $a->strings["Key and Secret are required"] = ""; $a->strings["Update"] = "Обновление"; @@ -1446,42 +1317,53 @@ $a->strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секун $a->strings["Maximum number of conversations to load at any time:"] = ""; $a->strings["Maximum of 100 items"] = "Максимум 100 элементов"; $a->strings["Don't show emoticons"] = "Не показывать emoticons"; +$a->strings["Do not view remote profiles in frames"] = ""; +$a->strings["By default open in a sub-window of your own site"] = ""; +$a->strings["System Page Layout Editor - (advanced)"] = ""; $a->strings["Nobody except yourself"] = "Никто, кроме вас"; $a->strings["Only those you specifically allow"] = "Только комы вы разрешили"; $a->strings["Anybody in your address book"] = "Любой в вашей адресной книге"; $a->strings["Anybody on this website"] = "Любой на этом веб-сайте"; $a->strings["Anybody in this network"] = "Любой в этой сети"; +$a->strings["Anybody authenticated"] = ""; $a->strings["Anybody on the internet"] = "Любой в интернете"; $a->strings["Publish your default profile in the network directory"] = "Публикация вашего профиля по умолчанию в каталоге сети"; $a->strings["Allow us to suggest you as a potential friend to new members?"] = ""; -$a->strings["or"] = "или"; $a->strings["Your channel address is"] = "Адрес вашего канала:"; $a->strings["Channel Settings"] = "Настройки канала"; $a->strings["Basic Settings"] = "Основные настройки"; $a->strings["Your Timezone:"] = "Ваш часовой пояс:"; $a->strings["Default Post Location:"] = "Откуда по умолчанию:"; +$a->strings["Geographical location to display on your posts"] = ""; $a->strings["Use Browser Location:"] = "Используйте указание браузерa:"; -$a->strings["Adult Content"] = ""; -$a->strings["This channel publishes adult content."] = ""; +$a->strings["Adult Content"] = "Содержимое для взрослых"; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = ""; $a->strings["Security and Privacy Settings"] = "Параметры безопасности и конфиденциальности"; -$a->strings["Quick Privacy Settings:"] = "Быстрые параметры безопасности и конфиденциальности:"; -$a->strings["Very Public - extremely permissive"] = "Очень публично - чрезвычайно разрешающе"; -$a->strings["Typical - default public, privacy when desired"] = "Типично - по умолчанию публично, конфиденциальность, только если настроена"; -$a->strings["Private - default private, rarely open or public"] = "Частно - по умолчанию частно, редко открыто или публично"; -$a->strings["Blocked - default blocked to/from everybody"] = "Заблокированно - по умолчанию заблокировано для/от всех"; +$a->strings["Hide my online presence"] = ""; +$a->strings["Prevents displaying in your profile that you are online"] = "Предотвращает показ в вашем профиле, что вы онлайн"; +$a->strings["Simple Privacy Settings:"] = ""; +$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = ""; +$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = ""; +$a->strings["Private - <em>default private, never open or public</em>"] = ""; +$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = ""; +$a->strings["Allow others to tag your posts"] = ""; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = ""; +$a->strings["Advanced Privacy Settings"] = ""; +$a->strings["Expire other channel content after this many days"] = ""; +$a->strings["0 or blank prevents expiration"] = ""; $a->strings["Maximum Friend Requests/Day:"] = ""; -$a->strings["May reduce spam activity"] = ""; +$a->strings["May reduce spam activity"] = "Может уменьшить активность спам"; $a->strings["Default Post Permissions"] = ""; $a->strings["Maximum private messages per day from unknown people:"] = ""; -$a->strings["Useful to reduce spamming"] = ""; +$a->strings["Useful to reduce spamming"] = "Полезно для уменьшения активности спам"; $a->strings["Notification Settings"] = "Настройки уведомлений"; $a->strings["By default post a status message when:"] = ""; $a->strings["accepting a friend request"] = ""; $a->strings["joining a forum/community"] = ""; $a->strings["making an <em>interesting</em> profile change"] = ""; $a->strings["Send a notification email when:"] = "Отправить уведомление по электронной почте, если:"; -$a->strings["You receive an introduction"] = "Вы получили введение"; -$a->strings["Your introductions are confirmed"] = ""; +$a->strings["You receive a connection request"] = ""; +$a->strings["Your connections are confirmed"] = ""; $a->strings["Someone writes on your profile wall"] = ""; $a->strings["Someone writes a followup comment"] = ""; $a->strings["You receive a private message"] = ""; @@ -1490,83 +1372,108 @@ $a->strings["You are tagged in a post"] = ""; $a->strings["You are poked/prodded/etc. in a post"] = ""; $a->strings["Advanced Account/Page Type Settings"] = ""; $a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Unable to lookup recipient."] = ""; -$a->strings["Unable to communicate with requested channel."] = ""; -$a->strings["Cannot verify requested channel."] = ""; -$a->strings["Selected channel has private message restrictions. Send failed."] = ""; -$a->strings["Messages"] = "Переписка"; -$a->strings["Message deleted."] = "Сообщение удалено."; -$a->strings["Message recalled."] = ""; -$a->strings["Send Private Message"] = "Отправить личное сообщение"; -$a->strings["To:"] = "Кому:"; -$a->strings["Subject:"] = "Тема:"; -$a->strings["Message not found."] = "Сообщение не найдено."; -$a->strings["Delete message"] = "Удалить сообщение"; -$a->strings["Recall message"] = ""; -$a->strings["Message has been recalled."] = ""; -$a->strings["Private Conversation"] = "Личный разговор"; -$a->strings["Delete conversation"] = "Удалить разговор"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = ""; -$a->strings["Send Reply"] = "Отправить снова"; +$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = ""; +$a->strings["Miscellaneous Settings"] = ""; +$a->strings["Personal menu to display in your channel pages"] = ""; +$a->strings["Red Matrix Server - Setup"] = "Red Matrix Сервер - Установка"; +$a->strings["Could not connect to database."] = "Не удалось подключиться к серверу баз данных."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = ""; +$a->strings["Could not create table."] = "Не удалось создать таблицу."; +$a->strings["Your site database has been installed."] = "Ваша база данных установлена."; +$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = ""; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\"."; +$a->strings["System check"] = "Проверка системы"; +$a->strings["Next"] = "Следующая"; +$a->strings["Check again"] = "Проверить снова"; +$a->strings["Database connection"] = "Подключение к базе данных"; +$a->strings["In order to install Red Matrix 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."] = ""; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = ""; +$a->strings["Database Server Name"] = "Имя сервера базы данных"; +$a->strings["Default is localhost"] = "По умолчанию localhost"; +$a->strings["Database Port"] = "Порт базы данных"; +$a->strings["Communication port number - use 0 for default"] = "Порт коммуникации - используйте 0 по умолчанию"; +$a->strings["Database Login Name"] = "Имя для подключения к базе данных"; +$a->strings["Database Login Password"] = "Пароль для подключения к базе данных"; +$a->strings["Database Name"] = "Имя базы данных"; +$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; +$a->strings["Website URL"] = "URL веб-сайта"; +$a->strings["Please use SSL (https) URL if available."] = "Пожалуйста, используйте SSL (https) URL если возможно."; +$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта"; +$a->strings["Site settings"] = "Настройки сайта"; +$a->strings["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."] = ""; +$a->strings["PHP executable path"] = "PHP executable путь"; +$a->strings["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."] = ""; +$a->strings["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"] = ""; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Генерация ключей шифрования"; +$a->strings["libCurl PHP module"] = "libCurl PHP модуль"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль"; +$a->strings["mysqli PHP module"] = "mysqli PHP модуль"; +$a->strings["mb_string PHP module"] = "mb_string PHP модуль"; +$a->strings["mcrypt PHP module"] = "mcrypt PHP модуль"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite модуль"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: Apache веб-сервер модуль mod-rewrite требуется, но не установлен."; +$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"] = "Ошибка: proc_open требуется, но не установлен или отключен в php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: Модуль libCURL PHP требуется, но не установлен."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: GD graphics PHP модуль с поддержкой JPEG требуется, но не установлен."; +$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: openssl PHP модуль требуется, но не установлен."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: mysqli PHP модуль требуется, но не установлен."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: mb_string PHP модуль требуется, но не установлен."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Ошибка: mcrypt PHP модуль требуется, но не установлен."; +$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."] = "Веб-установщик должен быть в состоянии создать файл с именем \".htconfig.php\" в верхней папке вашего веб-сервера, но он не в состоянии сделать это."; +$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."] = ""; +$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."] = ""; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Вы можете пропустить эту процедуру и выполнить установку вручную. Обратитесь к файлу \"install/INSTALL.txt\" для получения инструкций."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php доступен для записи"; +$a->strings["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 view/tpl/smarty3/ 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."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 доступен для записи"; +$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"] = ""; +$a->strings["store is writable"] = ""; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = ""; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = ""; +$a->strings["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 recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = ""; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = ""; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = ""; +$a->strings["SSL certificate validation"] = "проверка сертификата SSL"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; +$a->strings["Url rewrite is working"] = "Url rewrite работает"; +$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."] = ""; +$a->strings["Errors encountered creating database tables."] = ""; +$a->strings["<h1>What next</h1>"] = "<h1>Что дальше</h1>"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = ""; $a->strings["Item not found"] = "Элемент не найден"; -$a->strings["Edit Layout"] = ""; +$a->strings["Edit Block"] = "Редактировать блок"; +$a->strings["Delete block?"] = ""; $a->strings["Insert YouTube video"] = "Вставить YouTube видео"; $a->strings["Insert Vorbis [.ogg] video"] = "Вставить Vorbis [.ogg] видео"; $a->strings["Insert Vorbis [.ogg] audio"] = "Вставить Vorbis [.ogg] музыку"; +$a->strings["Delete Block"] = "Удалить блок"; +$a->strings["Layout updated."] = ""; +$a->strings["Edit System Page Description"] = ""; +$a->strings["Layout not found."] = ""; +$a->strings["Module Name:"] = ""; +$a->strings["Layout Help"] = ""; +$a->strings["Edit Layout"] = ""; +$a->strings["Delete layout?"] = ""; $a->strings["Delete Layout"] = ""; -$a->strings["Image uploaded but image cropping failed."] = ""; -$a->strings["Image resize failed."] = "Изменение размера изображения не удалось."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; -$a->strings["Image exceeds size limit of %d"] = ""; -$a->strings["Unable to process image."] = ""; -$a->strings["Photo not available."] = "Фотография не доступна."; -$a->strings["Upload File:"] = "Загрузить файл:"; -$a->strings["Select a profile:"] = "Выберите профиль:"; -$a->strings["Upload Profile Photo"] = "Загрузить фотографию профиля"; -$a->strings["Upload"] = "Загрузка"; -$a->strings["skip this step"] = "пропустить этот шаг"; -$a->strings["select a photo from your photo albums"] = ""; -$a->strings["Crop Image"] = "Обрезать изображение"; -$a->strings["Please adjust the image cropping for optimum viewing."] = ""; -$a->strings["Done Editing"] = "Закончить редактирование"; -$a->strings["Image uploaded successfully."] = "Загрузка изображениея прошла успешно."; -$a->strings["Image upload failed."] = "Загрузка изображениея прошла безуспешно."; -$a->strings["Image size reduction [%s] failed."] = ""; $a->strings["Item is not editable"] = "Элемент нельзя редактировать"; $a->strings["Delete item?"] = "Удалить элемент?"; -$a->strings["Invalid request identifier."] = ""; -$a->strings["Discard"] = "Отменить"; -$a->strings["No more system notifications."] = "Новых оповещений системы пока нет."; -$a->strings["System Notifications"] = "Системные оповещения "; -$a->strings["Block Name"] = ""; -$a->strings["Unable to find your hub."] = ""; -$a->strings["Post successful."] = "Публикация прошла успешно."; $a->strings["Edit Webpage"] = ""; $a->strings["Delete webpage?"] = ""; $a->strings["Delete Webpage"] = ""; -$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен."; -$a->strings["Poke/Prod"] = ""; -$a->strings["poke, prod or do other things to somebody"] = ""; -$a->strings["Recipient"] = "Получатель"; -$a->strings["Choose what you wish to do to recipient"] = ""; -$a->strings["Make this post private"] = "Сделать это сообщение личным"; -$a->strings["Wall Photos"] = "Стена фотографий"; -$a->strings["You must be logged in to see this page."] = ""; -$a->strings["Insufficient permissions. Request redirected to profile page."] = ""; -$a->strings["Not available."] = "Недоступно."; -$a->strings["Community"] = "Сообщество"; -$a->strings["No results."] = "Ничего не найдено."; -$a->strings["Contact not found."] = "Контакт не найден."; -$a->strings["Friend suggestion sent."] = ""; -$a->strings["Suggest Friends"] = "Пригласить друзей"; -$a->strings["Suggest a friend for %s"] = ""; -$a->strings["Edit Block"] = "Редактировать блок"; -$a->strings["Delete Block"] = "Удалить блок"; -$a->strings["Invalid profile identifier."] = ""; -$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля"; -$a->strings["Click on a contact to add or remove."] = ""; -$a->strings["Visible To"] = "Видно"; -$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с доступом защищенному профилю)"; $a->strings["Version %s"] = "Версия %s"; $a->strings["Installed plugins/addons/apps:"] = ""; $a->strings["No installed plugins/addons/apps"] = ""; @@ -1575,85 +1482,268 @@ $a->strings["This is a hub of the Red Matrix - a global cooperative network of d $a->strings["Running at web location"] = ""; $a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = ""; $a->strings["Bug reports and issues: please visit"] = ""; -$a->strings["Suggestions, praise, donations, etc. - please email \"redmatrix\" at librelist - dot com"] = ""; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = ""; +$a->strings["Site Administrators"] = ""; +$a->strings["Event title and start time are required."] = "Название события и время начала требуется."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Редактировать мероприятие"; +$a->strings["Create New Event"] = "Создать новое мероприятие"; +$a->strings["Previous"] = "Предыдущая"; +$a->strings["hour:minute"] = "часы:минуты"; +$a->strings["Event details"] = "Детали мероприятия"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат: %s %s. Дата начала и название необходимы."; +$a->strings["Event Starts:"] = "Начало мероприятий:"; +$a->strings["Required"] = "Необходимо"; +$a->strings["Finish date/time is not known or not relevant"] = "Дата окончания / время окончания не известны или не релевантны"; +$a->strings["Event Finishes:"] = "\t\nКонец мероприятий:"; +$a->strings["Adjust for viewer timezone"] = "Отрегулируйте для просмотра часовых поясов"; +$a->strings["Description:"] = "Описание:"; +$a->strings["Title:"] = "Заголовок:"; +$a->strings["Share this event"] = "Поделиться этим мероприятием"; +$a->strings["Failed to create source. No channel selected."] = ""; +$a->strings["Source created."] = ""; +$a->strings["Source updated."] = ""; +$a->strings["*"] = ""; +$a->strings["Manage remote sources of content for your channel."] = ""; +$a->strings["New Source"] = "Новый источник"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = ""; +$a->strings["Only import content with these words (one per line)"] = ""; +$a->strings["Leave blank to import all public content"] = ""; +$a->strings["Channel Name"] = "Имя канала"; +$a->strings["Source not found."] = "Источник не найден."; +$a->strings["Edit Source"] = "Редактировать источник"; +$a->strings["Delete Source"] = "Удалить источник"; +$a->strings["Source removed"] = "Источник удален"; +$a->strings["Unable to remove source."] = ""; +$a->strings["- select -"] = "- выбрать -"; +$a->strings["Permission Denied."] = "Доступ запрещен."; +$a->strings["File not found."] = "Файл не найден."; +$a->strings["Edit file permissions"] = "Редактировать разрешения файла"; +$a->strings["Set/edit permissions"] = ""; +$a->strings["Include all files and sub folders"] = ""; +$a->strings["Return to file list"] = ""; +$a->strings["Copy/paste this code to attach file to a post"] = ""; +$a->strings["Copy/paste this URL to link file from a web page"] = ""; +$a->strings["Download"] = "Загрузка"; +$a->strings["Used: "] = ""; +$a->strings["[directory]"] = ""; +$a->strings["Limit: "] = "Предел: "; +$a->strings["Channel added."] = "Контакт добавлен."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s следит %2\$s's %3\$s"; +$a->strings["Contact not found."] = "Контакт не найден."; +$a->strings["Friend suggestion sent."] = "Предложение дружить отправлено."; +$a->strings["Suggest Friends"] = "Пригласить друзей"; +$a->strings["Suggest a friend for %s"] = ""; $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; -$a->strings["Conversation removed."] = "Разговор удален."; -$a->strings["No messages."] = "Нет сообщений."; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["Public Sites"] = ""; -$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = ""; -$a->strings["Site URL"] = "URL веб-сайта"; -$a->strings["Access Type"] = ""; -$a->strings["Registration Policy"] = "Правила регистрации"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = ""; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = ""; -$a->strings["Passwords do not match."] = "Пароли не совпадают."; -$a->strings["Registration successful. Please check your email for validation instructions."] = ""; -$a->strings["Your registration is pending approval by the site owner."] = ""; -$a->strings["Your registration can not be processed."] = ""; -$a->strings["Registration on this site/hub is by approval only."] = ""; -$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = ""; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; -$a->strings["Terms of Service"] = ""; -$a->strings["I accept the %s for this website"] = ""; -$a->strings["I am over 13 years of age and accept the %s for this website"] = ""; -$a->strings["Membership on this site is by invitation only."] = ""; -$a->strings["Please enter your invitation code"] = ""; -$a->strings["Your email address"] = "Ваш адрес электронной почты"; -$a->strings["Choose a password"] = "Выберите пароль"; -$a->strings["Please re-enter your password"] = ""; -$a->strings["Please login."] = "Войдите пожалуйста."; -$a->strings["Remove This Channel"] = "Удалить этот канал"; -$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = ""; -$a->strings["Please enter your password for verification:"] = ""; -$a->strings["Remove this channel and all its clones from the network"] = ""; -$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = ""; -$a->strings["Remove My Account"] = "Удалить мой аккаунт"; +$a->strings["Collection created."] = "Коллекция создана."; +$a->strings["Could not create collection."] = "Не удалось создать коллекцию."; +$a->strings["Collection updated."] = ""; +$a->strings["Create a collection of channels."] = "Создать коллекцию контактов"; +$a->strings["Collection Name: "] = "Название коллекции:"; +$a->strings["Members are visible to other channels"] = "Пользователи могут видеть другие каналы"; +$a->strings["Collection removed."] = "Коллекция удалена."; +$a->strings["Unable to remove collection."] = "Невозможно удалить коллекцию."; +$a->strings["Collection Editor"] = "Редактор коллекций"; +$a->strings["Members"] = "Участники"; +$a->strings["All Connected Channels"] = "Все подключенные контакы"; +$a->strings["Click on a channel to add or remove."] = "Нажмите на канал, чтобы добавить или удалить."; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; +$a->strings["Help:"] = "Помощь:"; +$a->strings["Not Found"] = "Не найдено"; +$a->strings["Tag removed"] = "Тег удален"; +$a->strings["Remove Item Tag"] = "Удалить Тег"; +$a->strings["Select a tag to remove: "] = "Выбрать тег для удаления: "; +$a->strings["Welcome to %s"] = "Добро пожаловать в %s"; +$a->strings["Thing updated"] = ""; +$a->strings["Object store: failed"] = ""; +$a->strings["Thing added"] = ""; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = ""; +$a->strings["Show Thing"] = ""; +$a->strings["item not found."] = "Элемент не найден."; +$a->strings["Edit Thing"] = ""; +$a->strings["Select a profile"] = "Выберите профиль"; +$a->strings["Select a category of stuff. e.g. I ______ something"] = ""; +$a->strings["Post an activity"] = ""; +$a->strings["Only sends to viewers of the applicable profile"] = ""; +$a->strings["Name of thing e.g. something"] = ""; +$a->strings["URL of thing (optional)"] = ""; +$a->strings["URL for photo of thing (optional)"] = ""; +$a->strings["Add Thing to your Profile"] = ""; +$a->strings["Nothing to import."] = "Ничего импортировать."; +$a->strings["Unable to download data from old server"] = "Невозможно загрузить данные из старого сервера"; +$a->strings["Imported file is empty."] = "Импортированный файл пуст."; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = ""; +$a->strings["Channel clone failed. Import failed."] = ""; +$a->strings["Cloned channel not found. Import failed."] = ""; +$a->strings["Import completed."] = "Импорт завершен."; +$a->strings["You must be logged in to use this feature."] = "Вы должны войти в систему, чтобы использовать эту функцию."; +$a->strings["Import Channel"] = "Импорт канала"; +$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."] = ""; +$a->strings["File to Upload"] = "Файл для загрузки"; +$a->strings["Or provide the old server/hub details"] = ""; +$a->strings["Your old identity address (xyz@example.com)"] = ""; +$a->strings["Your old login email address"] = "Ваш старый адрес электронной почты"; +$a->strings["Your old login password"] = "Ваш старый пароль"; +$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."] = ""; +$a->strings["Make this hub my primary location"] = ""; +$a->strings["Total invitation limit exceeded."] = ""; +$a->strings["%s : Not a valid email address."] = "%s : Не действительный адрес электронной почты."; +$a->strings["Please join us on Red"] = "Пожалуйста, присоединяйтесь к нам в Red"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; +$a->strings["%s : Message delivery failed."] = "%s : Доставка сообщения не удалась."; +$a->strings["%d message sent."] = array( + 0 => "%d сообщение отправленно.", + 1 => "%d сообщения отправленно.", + 2 => "%d сообщений отправленно.", +); +$a->strings["You have no more invitations available"] = "У вас больше нет приглашений"; +$a->strings["Send invitations"] = "Послать приглашения"; +$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному на строку:"; +$a->strings["Your message:"] = "Ваше сообщение:"; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = ""; +$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; +$a->strings["Please visit my channel at"] = "Пожалуйста, посетите мой канал на"; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = ""; +$a->strings["Click the [Register] link on the following page to join."] = ""; +$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = ""; $a->strings["Unable to locate original post."] = "Не удалось найти оригинал."; $a->strings["Empty post discarded."] = "Отказаться от пустой почты."; $a->strings["Executable content type not permitted to this channel."] = ""; $a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено."; $a->strings["You have reached your limit of %1$.0f top level posts."] = ""; $a->strings["You have reached your limit of %1$.0f webpages."] = ""; -$a->strings["Mood"] = ""; -$a->strings["Set your current mood and tell your friends"] = ""; -$a->strings["sent you a private message"] = "отправил вам личное сообщение"; -$a->strings["added your channel"] = "добавил ваш канал"; -$a->strings["posted an event"] = ""; -$a->strings["Status: "] = ""; -$a->strings["Sexual Preference: "] = "Сексуальная ориентация:"; -$a->strings["Homepage: "] = "Домашняя страница:"; -$a->strings["Hometown: "] = ""; -$a->strings["About: "] = "О себе:"; -$a->strings["Keywords: "] = "Ключевые слова:"; -$a->strings["Scheme Default"] = ""; -$a->strings["red"] = ""; -$a->strings["black"] = ""; -$a->strings["silver"] = ""; -$a->strings["Theme settings"] = "Настройки темы"; -$a->strings["Set scheme"] = ""; -$a->strings["Navigation bar colour"] = ""; -$a->strings["Set font-colour for banner"] = ""; -$a->strings["Set the background colour"] = ""; -$a->strings["Set the background image"] = ""; -$a->strings["Set the background colour of items"] = ""; -$a->strings["Set the opacity of items"] = ""; -$a->strings["Set the basic colour for item icons"] = ""; -$a->strings["Set the hover colour for item icons"] = ""; -$a->strings["Set font-size for the entire application"] = ""; -$a->strings["Set font-size for posts and comments"] = "Установить размер шрифта для сообщений и комментариев"; -$a->strings["Set font-colour for posts and comments"] = ""; -$a->strings["Set radius of corners"] = ""; -$a->strings["Set shadow depth of photos"] = ""; -$a->strings["Set maximum width of conversation regions"] = ""; -$a->strings["Set minimum opacity of nav bar - to hide it"] = ""; -$a->strings["Set size of conversation author photo"] = ""; -$a->strings["Set size of followup author photos"] = ""; -$a->strings["Sloppy photo albums"] = ""; -$a->strings["Are you a clean desk or a messy desk person?"] = ""; +$a->strings["[Embedded content - reload page to view]"] = ""; +$a->strings["Help with this feature"] = ""; +$a->strings["Layout Name"] = ""; +$a->strings["Remote privacy information not available."] = ""; +$a->strings["Visible to:"] = "Кому видно:"; +$a->strings["No connections."] = "Никаких связей."; +$a->strings["Visit %s's profile [%s]"] = "Посетить %s's профиль [%s]"; +$a->strings["View Connnections"] = "Просмотр контактов"; +$a->strings["No valid account found."] = "Действительный аккаунт не найден."; +$a->strings["Password reset request issued. Check your email."] = ""; +$a->strings["Site Member (%s)"] = "Участник сайта (%s)"; +$a->strings["Password reset requested at %s"] = "Требуется сброс пароля на %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; +$a->strings["Password Reset"] = "Сбросить пароль"; +$a->strings["Your password has been reset as requested."] = "Ваш пароль в соответствии с просьбой сброшен."; +$a->strings["Your new password is"] = "Ваш новый пароль"; +$a->strings["Save or copy your new password - and then"] = ""; +$a->strings["click here to login"] = "нажмите здесь чтобы выйти"; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = ""; +$a->strings["Your password has changed at %s"] = "Пароль изменен на %s"; +$a->strings["Forgot your Password?"] = "Забыли пароль или логин?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; +$a->strings["Email Address"] = "Адрес электронной почты"; +$a->strings["Reset"] = "Сброс"; +$a->strings["Hub not found."] = "Hub не найден."; +$a->strings["Total votes"] = ""; +$a->strings["Average Rating"] = ""; +$a->strings["Unable to lookup recipient."] = ""; +$a->strings["Unable to communicate with requested channel."] = ""; +$a->strings["Cannot verify requested channel."] = ""; +$a->strings["Selected channel has private message restrictions. Send failed."] = ""; +$a->strings["Messages"] = "Переписка"; +$a->strings["Message deleted."] = "Сообщение удалено."; +$a->strings["Message recalled."] = ""; +$a->strings["Send Private Message"] = "Отправить личное сообщение"; +$a->strings["To:"] = "Кому:"; +$a->strings["Subject:"] = "Тема:"; +$a->strings["Message not found."] = "Сообщение не найдено."; +$a->strings["Delete message"] = "Удалить сообщение"; +$a->strings["Recall message"] = ""; +$a->strings["Message has been recalled."] = ""; +$a->strings["Private Conversation"] = "Личный разговор"; +$a->strings["Delete conversation"] = "Удалить разговор"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = ""; +$a->strings["Send Reply"] = "Отправить снова"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = ""; +$a->strings["Create a new channel"] = "Создать новый канал"; +$a->strings["Channel Manager"] = "Настройки канала"; +$a->strings["Current Channel"] = "Текущий канал"; +$a->strings["Attach to one of your channels by selecting it."] = ""; +$a->strings["Default Channel"] = "Канал по умолчанию"; +$a->strings["Make Default"] = "Сделать стандартным"; +$a->strings["Wall Photos"] = "Стена фотографий"; +$a->strings["Profile Match"] = "Профиль Совпадение"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; +$a->strings["is interested in:"] = "заинтересован в:"; +$a->strings["No matches"] = "Нет соответствий"; +$a->strings["Menu updated."] = "Меню обновлено."; +$a->strings["Unable to update menu."] = "Невозможно обновление меню."; +$a->strings["Menu created."] = "Меню создано."; +$a->strings["Unable to create menu."] = "Невозможно создать меню."; +$a->strings["Manage Menus"] = "Управление меню"; +$a->strings["Drop"] = "Удалить"; +$a->strings["Create a new menu"] = "Создать новое меню"; +$a->strings["Delete this menu"] = "Удалить это меню"; +$a->strings["Edit menu contents"] = "Редактировать содержание меню"; +$a->strings["Edit this menu"] = "Редактировать это меню"; +$a->strings["New Menu"] = "Новое меню"; +$a->strings["Menu name"] = "Название меню"; +$a->strings["Must be unique, only seen by you"] = ""; +$a->strings["Menu title"] = "Название меню"; +$a->strings["Menu title as seen by others"] = ""; +$a->strings["Allow bookmarks"] = "Разрешить закладки"; +$a->strings["Menu may be used to store saved bookmarks"] = "Меню может использоваться, чтобы сохранить закладки"; +$a->strings["Menu deleted."] = "Меню удалено."; +$a->strings["Menu could not be deleted."] = ""; +$a->strings["Edit Menu"] = "Редактировать меню"; +$a->strings["Add or remove entries to this menu"] = ""; +$a->strings["Conversation removed."] = "Разговор удален."; +$a->strings["No messages."] = "Нет сообщений."; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Add a Channel"] = "Добавить контакт"; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = ""; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = ""; +$a->strings["Choose a short nickname"] = "Выберите короткий псевдоним"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = ""; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = ""; +$a->strings["Page owner information could not be retrieved."] = ""; +$a->strings["Album not found."] = "Альбом не найден."; +$a->strings["Delete Album"] = "Удалить альбом"; +$a->strings["Delete Photo"] = "Удалить фотографию"; +$a->strings["No photos selected"] = "Никакие фотографии не выбраны"; +$a->strings["Access to this item is restricted."] = "Доступ к этому элементу ограничен."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Вы использовали %1$.2f мегабайт из %2$.2f для хранения фото."; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Вы использовали %1$.2f мегабайт для хранения фото."; +$a->strings["Upload Photos"] = "Загрузить фотографии"; +$a->strings["New album name: "] = "Название нового альбома:"; +$a->strings["or existing album name: "] = "или существующий альбом:"; +$a->strings["Do not show a status post for this upload"] = "Не показывать пост о состоянии этой загрузки"; +$a->strings["Contact Photos"] = "Фотографии контакта"; +$a->strings["Edit Album"] = "Редактировать Фотоальбом"; +$a->strings["Show Newest First"] = "Показать новые первыми"; +$a->strings["Show Oldest First"] = "Показать старые первыми"; +$a->strings["View Photo"] = "Посмотреть фотографию"; +$a->strings["Permission denied. Access to this item may be restricted."] = ""; +$a->strings["Photo not available"] = "Фотография не доступна"; +$a->strings["Use as profile photo"] = "Использовать в качестве фотографии профиля"; +$a->strings["View Full Size"] = "Посмотреть в полный размер"; +$a->strings["Edit photo"] = "Редактировать фотографию"; +$a->strings["Rotate CW (right)"] = "Повернуть CW (направо)"; +$a->strings["Rotate CCW (left)"] = "Повернуть CCW (налево)"; +$a->strings["New album name"] = "Новое название альбома:"; +$a->strings["Caption"] = "Подпись"; +$a->strings["Add a Tag"] = "Добавить тег"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["In This Photo:"] = ""; +$a->strings["View Album"] = "Посмотреть фотоальбом"; +$a->strings["Recent Photos"] = "Последние фотографии"; +$a->strings["Invalid request identifier."] = ""; +$a->strings["Discard"] = "Отменить"; +$a->strings["No more system notifications."] = "Новых оповещений системы пока нет."; +$a->strings["System Notifications"] = "Системные оповещения "; +$a->strings["Unable to find your hub."] = ""; +$a->strings["Post successful."] = "Публикация прошла успешно."; +$a->strings["invalid target signature"] = ""; +$a->strings["OpenID protocol error. No ID returned."] = ""; $a->strings["Schema Default"] = ""; $a->strings["Sans-Serif"] = ""; $a->strings["Monospace"] = ""; +$a->strings["Theme settings"] = "Настройки темы"; +$a->strings["Set scheme"] = ""; +$a->strings["Set font-size for posts and comments"] = "Установить размер шрифта для сообщений и комментариев"; $a->strings["Set font face"] = ""; $a->strings["Set iconset"] = ""; $a->strings["Set big shadow size, default 15px 15px 15px"] = ""; @@ -1662,6 +1752,7 @@ $a->strings["Set shadow colour, default #000"] = ""; $a->strings["Set radius size, default 5px"] = ""; $a->strings["Set line-height for posts and comments"] = ""; $a->strings["Set background image"] = ""; +$a->strings["Set background attachment"] = ""; $a->strings["Set background colour"] = ""; $a->strings["Set section background image"] = ""; $a->strings["Set section background colour"] = ""; @@ -1685,6 +1776,36 @@ $a->strings["Right offset of the aside element"] = ""; $a->strings["None"] = ""; $a->strings["Header image"] = ""; $a->strings["Header image only on profile pages"] = ""; +$a->strings["Narrow navbar"] = ""; +$a->strings["Navigation bar background colour"] = ""; +$a->strings["Navigation bar gradient top colour"] = ""; +$a->strings["Navigation bar gradient bottom colour"] = ""; +$a->strings["Navigation active button gradient top colour"] = ""; +$a->strings["Navigation active button gradient bottom colour"] = ""; +$a->strings["Navigation bar border colour "] = ""; +$a->strings["Navigation bar icon colour "] = ""; +$a->strings["Navigation bar active icon colour "] = ""; +$a->strings["link colour"] = ""; +$a->strings["Set font-colour for banner"] = ""; +$a->strings["Set the background colour"] = ""; +$a->strings["Set the background image"] = ""; +$a->strings["Set the background colour of items"] = ""; +$a->strings["Set the background colour of comments"] = ""; +$a->strings["Set the border colour of comments"] = ""; +$a->strings["Set the opacity of items"] = ""; +$a->strings["Set the basic colour for item icons"] = ""; +$a->strings["Set the hover colour for item icons"] = ""; +$a->strings["Set font-size for the entire application"] = ""; +$a->strings["Set font-colour for posts and comments"] = ""; +$a->strings["Set radius of corners"] = ""; +$a->strings["Set shadow depth of photos"] = ""; +$a->strings["Set maximum width of conversation regions"] = ""; +$a->strings["Center conversation regions"] = ""; +$a->strings["Set minimum opacity of nav bar - to hide it"] = ""; +$a->strings["Set size of conversation author photo"] = ""; +$a->strings["Set size of followup author photos"] = ""; +$a->strings["Sloppy photo albums"] = ""; +$a->strings["Are you a clean desk or a messy desk person?"] = ""; $a->strings["Update %s failed. See error logs."] = ""; $a->strings["Update Error at %s"] = "Ошибка обновления на %s"; $a->strings["Create an account to access services and applications within the Red Matrix"] = ""; diff --git a/view/sv/strings.php b/view/sv/strings.php index 29d75fe0c..99dde6bed 100644 --- a/view/sv/strings.php +++ b/view/sv/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_sv")) { function string_plural_select_sv($n){ return ($n != 1);; -} +}} ; $a->strings["Categories"] = "Kategorier"; $a->strings["Connect"] = "Ta kontakt"; diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a8baa4877..262819469 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -535,6 +535,12 @@ aside li { font-size: 0.7em; } +.app-name { + width: 125px; + overflow: none; +} + + .pager { padding: 10px; text-align: center; @@ -1180,6 +1186,9 @@ brain is weird like that */ margin-bottom: 15px; } +#cloud-index td { + padding:5px; +} /** @@ -1370,10 +1379,6 @@ brain is weird like that */ .tagged { background-position: -48px -48px; } .yellow { background-position: -64px -48px; } -.starred { - color: gold; -} - .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } @@ -1546,21 +1551,6 @@ header { padding: 7px 7px 0px 0px; } - -#nav-notify-menu, #nav-network-menu, #nav-home-menu { - background-color: $notify_bgcolour; - border-top: none; - margin-top: $notify_topmargin; -} - -#nav-notify-menu a, #nav-network-menu a, #nav-home-menu a { - color: $notify_linkcolour; -} - -#nav-notify-menu a:hover, #nav-network-menu a:hover, #nav-home-menu a:hover { - background: $notify_bghover; -} - .notify-seen a { background: $notifyseen_bgcolour; color: $notifyseen_linkcolour !important; @@ -1860,11 +1850,11 @@ img.mail-list-sender-photo { } #profile-jot-text::-webkit-input-placeholder { - font-size:1.5em; + font-size:18px; } #profile-jot-text::-moz-placeholder { - font-size:1.5em; + font-size:18px; } #profile-jot-text:focus::-webkit-input-placeholder { @@ -1903,7 +1893,6 @@ img.mail-list-sender-photo { .wall-item-content-wrapper { background-color: $item_colour; - opacity: $item_opacity; padding: 10px; } @@ -1912,31 +1901,36 @@ img.mail-list-sender-photo { border-top-left-radius: $radiuspx; } -.wall-item-content-wrapper:hover { - z-index:99; +.comment .wall-item-body { + padding-left: $comment_padding; } .hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; - border-left: 3px solid $comment_border_colour; + border-left: $comment_border_left $comment_border_colour; + border-right: $comment_border_right $comment_border_colour; + border-bottom: $comment_border_bottom $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } .wall-item-comment-wrapper { - background-color: $comment_item_colour; - border-left: 3px solid $item_colour; + padding: 7px 10px; + background-color: $item_colour; border-radius: 0px; border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; + margin-top: 3px; +} + +.wall-item-comment-wrapper-wc { + margin-top: 0px; } .wall-item-like, .wall-item-dislike { - font-size: $body_font_size; - text-align: left; - white-space: normal; + font-size: 11px; } .wall-item-photo { @@ -1980,37 +1974,15 @@ img.mail-list-sender-photo { color: $toolicon_colour; } -.item-tool:hover { - /*color: $toolicon_activecolour;*/ -} - .like-rotator { color: $toolicon_colour; } -.my-comment-photo { - border-radius: $radiuspx; - -moz-border-radius: $radiuspx; - box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; -} - -.comment-edit-photo img { - width: $reply_photo; -} - -[class^="comment-edit-bb"] { - list-style: none; -} - .comment-icon { - font-size: 1.2em; + font-size: 0.8em; color: $toolicon_colour; } -.comment-icon:hover { - color: $toolicon_activecolour; -} - .comment-edit-text-empty, .comment-edit-text-full { border: 1px solid #ccc; @@ -2019,6 +1991,7 @@ img.mail-list-sender-photo { .comment-edit-text-empty { color: gray; + font-size: 11px; } .comment-edit-text-full { @@ -2118,8 +2091,6 @@ nav .dropdown-menu { border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; background-color: $notify_bgcolour; - border-top: none; - margin-top: $notify_topmargin; } nav .dropdown-menu .divider{ @@ -2263,7 +2234,6 @@ blockquote { .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{ border:1px solid $navtabs_borderc; - border-bottom:1px solid transparent; } .nav-tabs.nav-justified > li > a { @@ -2274,7 +2244,6 @@ blockquote { text-decoration: $navtabs_decohover; background-color: $navtabs_bgchover; border-color: transparent; - border-bottom-color: $navtabs_borderc; $navtabs_linkchover } @@ -2299,7 +2268,7 @@ blockquote { .btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active { background-color: $editbuttons_bghover; - border-color: $editbuttons_bordercolour; + border-color: $editbuttons_bordercolourhover; color: $input_colourhover; text-decoration: $input_decohover; } @@ -2308,9 +2277,6 @@ blockquote { text-decoration: none; } -.btn-preview, .btn-preview:hover, .btn-preview:focus, .btn-preview:active { - margin-right: 1px; -} @media screen and (max-width: 767px) { aside#region_1 { @@ -2335,6 +2301,7 @@ blockquote { .thread-wrapper.toplevel_item { width: 100%; + border:1px; } .wall-item-photo { diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 20902fe1a..58acc1b95 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -1,23 +1,23 @@ -function cmtBbOpen(comment, id) { - if($(comment).hasClass('comment-edit-text-full')) { - $(".comment-edit-bb-" + id).show(); - return true; - } - return false; +function commentOpenRedbasic(obj,id) { + $(document).click(function() { + if(obj.value == aStr['comment']) { + obj.value = ''; + $("#comment-edit-text-" + id).addClass("comment-edit-text-full").removeClass("comment-edit-text-empty"); + $("#comment-tools-" + id).show(); + } + }); } -function cmtBbClose(comment, id) { -// if($(comment).hasClass('comment-edit-text-empty')) { -// $(".comment-edit-bb-" + id).hide(); -// return true; -// } - return false; +function commentCloseRedbasic(obj,id) { + $(document).click(function() { + if(obj.value == '') { + obj.value = aStr['comment']; + $("#comment-edit-text-" + id).removeClass("comment-edit-text-full").addClass("comment-edit-text-empty"); + $("#comment-tools-" + id).hide(); + } + }); } -//document.jotpermslock = 'icon-lock'; -//document.jotpermsunlock = 'icon-unlock'; - - $(document).ready(function() { $('#expand-aside').click(function() { diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index a40fe67f2..6855c8c32 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -22,7 +22,7 @@ function theme_content(&$a) { $arr['item_colour'] = get_pconfig(local_user(),'redbasic', 'item_colour' ); $arr['comment_item_colour'] = get_pconfig(local_user(),'redbasic', 'comment_item_colour' ); $arr['comment_border_colour'] = get_pconfig(local_user(),'redbasic', 'comment_border_colour' ); - $arr['item_opacity'] = get_pconfig(local_user(),'redbasic', 'item_opacity' ); + $arr['comment_indent'] = get_pconfig(local_user(),'redbasic', 'comment_indent' ); $arr['toolicon_colour'] = get_pconfig(local_user(),'redbasic','toolicon_colour'); $arr['toolicon_activecolour'] = get_pconfig(local_user(),'redbasic','toolicon_activecolour'); $arr['font_size'] = get_pconfig(local_user(),'redbasic', 'font_size' ); @@ -60,7 +60,7 @@ function theme_post(&$a) { set_pconfig(local_user(), 'redbasic', 'item_colour', $_POST['redbasic_item_colour']); set_pconfig(local_user(), 'redbasic', 'comment_item_colour', $_POST['redbasic_comment_item_colour']); set_pconfig(local_user(), 'redbasic', 'comment_border_colour', $_POST['redbasic_comment_border_colour']); - set_pconfig(local_user(), 'redbasic', 'item_opacity', $_POST['redbasic_item_opacity']); + set_pconfig(local_user(), 'redbasic', 'comment_indent', $_POST['redbasic_comment_indent']); set_pconfig(local_user(), 'redbasic', 'toolicon_colour', $_POST['redbasic_toolicon_colour']); set_pconfig(local_user(), 'redbasic', 'toolicon_activecolour', $_POST['redbasic_toolicon_activecolour']); set_pconfig(local_user(), 'redbasic', 'font_size', $_POST['redbasic_font_size']); @@ -117,7 +117,7 @@ if(feature_enabled(local_user(),'expert')) '$item_colour' => array('redbasic_item_colour', t('Set the background colour of items'), $arr['item_colour']), '$comment_item_colour' => array('redbasic_comment_item_colour', t('Set the background colour of comments'), $arr['comment_item_colour']), '$comment_border_colour' => array('redbasic_comment_border_colour', t('Set the border colour of comments'), $arr['comment_border_colour']), - '$item_opacity' => array('redbasic_item_opacity', t('Set the opacity of items'), $arr['item_opacity']), + '$comment_indent' => array('redbasic_comment_indent', t('Set the indent for comments'), $arr['comment_indent']), '$toolicon_colour' => array('redbasic_toolicon_colour',t('Set the basic colour for item icons'),$arr['toolicon_colour']), '$toolicon_activecolour' => array('redbasic_toolicon_activecolour',t('Set the hover colour for item icons'),$arr['toolicon_activecolour']), '$body_font_size' => array('redbasic_body_font_size', t('Set font-size for the entire application'), $arr['body_font_size']), diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 698adaf4d..950b43198 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -27,7 +27,7 @@ if(! $a->install) { $item_colour = get_pconfig($uid, "redbasic", "item_colour"); $comment_item_colour = get_pconfig($uid, "redbasic", "comment_item_colour"); $comment_border_colour = get_pconfig($uid, "redbasic", "comment_border_colour"); - $item_opacity = get_pconfig($uid, "redbasic", "item_opacity"); + $comment_indent = get_pconfig($uid, "redbasic", "comment_indent"); $body_font_size = get_pconfig($uid, "redbasic", "body_font_size"); $font_size = get_pconfig($uid, "redbasic", "font_size"); $font_colour = get_pconfig($uid, "redbasic", "font_colour"); @@ -167,6 +167,8 @@ if(! $a->install) { $editbuttons_bgcolour = "transparent"; if (! $editbuttons_bordercolour) $editbuttons_bordercolour = "#ccc"; + if (! $editbuttons_bordercolourhover) + $editbuttons_bordercolourhover = "#adadad"; if (! $editbuttons_colour) $editbuttons_colour = "#333"; if (! $editbuttons_bghover) @@ -248,6 +250,17 @@ if(! $a->install) { $reply_photo = '32px'; if(! $infomess_bgcolour) $infomess_bgcolour = "#F0F0F0"; + if (!$comment_padding) + $comment_padding="0px"; + if (!$comment_border_left) + $comment_border_left="3px solid"; + if (!$comment_border_right) + $comment_border_right="0px solid"; + if (!$comment_border_top) + $comment_border_top="0px solid"; + if (!$comment_border_bottom) + $comment_border_bottom="0px solid"; + if($nav_min_opacity === false || $nav_min_opacity === '') { $nav_float_min_opacity = 1.0; $nav_percent_min_opacity = 100; @@ -289,7 +302,6 @@ $options = array ( '$item_colour' => $item_colour, '$comment_item_colour' => $comment_item_colour, '$comment_border_colour' => $comment_border_colour, -'$item_opacity' => $item_opacity, '$toolicon_colour' => $toolicon_colour, '$toolicon_activecolour' => $toolicon_activecolour, '$font_size' => $font_size, @@ -312,6 +324,7 @@ $options = array ( '$notif_itemhovercolour' => $notif_itemhovercolour, '$editbuttons_bgcolour' => $editbuttons_bgcolour, '$editbuttons_bordercolour' => $editbuttons_bordercolour, +'$editbuttons_bordercolourhover' => $editbuttons_bordercolourhover, '$editbuttons_colour' => $editbuttons_colour, '$editbuttons_bghover' => $editbuttons_bghover, '$dropdown_bgcolour' => $dropdown_bgcolour, @@ -357,7 +370,12 @@ $options = array ( '$pmenu_reply' => $pmenu_reply, '$wwtop' => $wwtop, '$comment_indent' => $comment_indent, -'$body_width' => $body_width +'$body_width' => $body_width, +'$comment_padding' => $comment_padding, +'$comment_border_left' =>$comment_border_left, +'$comment_border_right' =>$comment_border_right, +'$comment_border_top' =>$comment_border_top, +'$comment_border_bottom' =>$comment_border_bottom, ); echo str_replace(array_keys($options), array_values($options), $x); diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php new file mode 100644 index 000000000..1de2f98cd --- /dev/null +++ b/view/theme/redbasic/schema/boxy.php @@ -0,0 +1,19 @@ +<?php + +if (!$comment_padding) + $comment_padding="42px"; + +if (!$comment_border_left) + $comment_border_left="1px solid"; + +if (!$comment_border_right) + $comment_border_right="1px solid"; + +if (!$comment_border_top) + $comment_border_top="1px solid"; + +if (!$comment_border_bottom) + $comment_border_bottom="1px solid"; +if (! $radiuspx) + $radiuspx = "4"; +
\ No newline at end of file diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 4da020116..4bf22db78 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -71,13 +71,13 @@ if (! $code_bgcolour) $code_bgcolour = "#000"; if (! $code_txtcolour) - $code_txtcolour = "#bbb"; + $code_txtcolour = "#fff"; if (! $pre_borderc) $pre_borderc = "#090909"; if (! $pre_bgcolour) $pre_bgcolour = "#000"; if (! $pre_txtcolour) - $pre_txtcolour = "#bbb"; + $pre_txtcolour = "#fff"; if (! $item_bordercolour) $item_bordercolour = "#333"; if (! $notif_itemcolour) diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index effdc6705..70b42b6cd 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -21,7 +21,7 @@ {{include file="field_colorinput.tpl" field=$item_colour}} {{include file="field_colorinput.tpl" field=$comment_item_colour}} {{include file="field_colorinput.tpl" field=$comment_border_colour}} -{{include file="field_input.tpl" field=$item_opacity}} +{{include file="field_input.tpl" field=$comment_indent}} {{include file="field_colorinput.tpl" field=$toolicon_colour}} {{include file="field_colorinput.tpl" field=$toolicon_activecolour}} {{include file="field_input.tpl" field=$body_font_size}} @@ -36,11 +36,12 @@ {{include file="field_input.tpl" field=$reply_photo}} {{include file="field_checkbox.tpl" field=$sloppy_photos}} <script> - $(function(){ - $('#id_redbasic_nav_bg,#id_redbasic_nav_gradient_top,#id_redbasic_nav_gradient_bottom,#id_redbasic_nav_active_gradient_top,#id_redbasic_nav_active_gradient_bottom').colorpicker(); - $('#id_redbasic_nav_bd,#id_redbasic_nav_icon_colour ,#id_redbasic_nav_active_icon_colour,#id_redbasic_banner_colour,#id_redbasic_link_colour,#id_redbasic_background_colour').colorpicker(); - $('#id_redbasic_item_colour,#id_redbasic_comment_item_colour,#id_redbasic_comment_border_colour,#id_redbasic_toolicon_colour,#id_redbasic_toolicon_activecolour,#id_redbasic_font_colour').colorpicker(); - }); + $(function(){ + $('#id_redbasic_nav_bg,#id_redbasic_nav_gradient_top,#id_redbasic_nav_gradient_bottom,#id_redbasic_nav_active_gradient_top,#id_redbasic_nav_active_gradient_bottom').colorpicker(); + $('#id_redbasic_nav_bd,#id_redbasic_nav_icon_colour ,#id_redbasic_nav_active_icon_colour,#id_redbasic_banner_colour,#id_redbasic_link_colour,#id_redbasic_background_colour').colorpicker(); + $('#id_redbasic_toolicon_colour,#id_redbasic_toolicon_activecolour,#id_redbasic_font_colour').colorpicker(); + $('#id_redbasic_item_colour,#id_redbasic_comment_item_colour,#id_redbasic_comment_border_colour').colorpicker({format: 'rgba'}); + }); </script> <div class="settings-submit-wrapper"> diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index 722d541ed..4babf5669 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -23,7 +23,7 @@ {{$jotnets}} {{/if}} </div> - <div class="modal-footer"> + <div class="modal-footer clear"> <button type="button" class="btn btn-default" data-dismiss="modal">{{$aclModalDismiss}}</button> </div> </div><!-- /.modal-content --> diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl new file mode 100644 index 000000000..967ccc67c --- /dev/null +++ b/view/tpl/app.tpl @@ -0,0 +1,17 @@ +<div class="app-container"> +<a href="{{if $app.alt_url}}{{$app.alt_url}}{{else}}{{$app.url}}{{/if}}" {{if $app.desc}}title="{{$app.desc}}{{if $app.price}} ({{$app.price}}){{/if}}"{{/if}}><img src="{{$app.photo}}" width="80" height="80" /> +<div class="app-name">{{$app.name}}</div> +</a> +{{if $purchase}} +<a href="{{$app.page}}" class="btn btn-default" title="{{$purchase}}" ><i class="icon-external"></i></a> +{{/if}} +{{if $install || $update || $delete }} +<form action="appman" method="post"> +<input type="hidden" name="papp" value="{{$app.papp}}" /> +{{if $install}}<button type="submit" name="install" value="{{$install}}" class="btn btn-default" title="{{$install}}" ><i class="icon-download-alt" ></i></button>{{/if}} +{{if $edit}}<input type="hidden" name="appid" value="{{$app.guid}}" /><button type="submit" name="edit" value="{{$edit}}" class="btn btn-default" title="{{$edit}}" ><i class="icon-pencil" ></i></button>{{/if}} +{{if $delete}}<button type="submit" name="delete" value="{{$delete}}" class="btn btn-default" title="{{$delete}}" ><i class="icon-remove drop-icons"></i></button>{{/if}} +</form> +{{/if}} +</div> + diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl new file mode 100644 index 000000000..ff28e0598 --- /dev/null +++ b/view/tpl/app_create.tpl @@ -0,0 +1,30 @@ +<h2>{{$banner}}</h2> + + +<form action="appman" method="post"> +{{if $guid}} +<input type="hidden" name="guid" value="{{$guid}}" /> +{{/if}} +{{if $author}} +<input type="hidden" name="author" value="{{$author}}" /> +{{/if}} +{{if $addr}} +<input type="hidden" name="addr" value="{{$addr}}" /> +{{/if}} + +{{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$url}} +{{include file="field_textarea.tpl" field=$desc}} +{{include file="field_input.tpl" field=$photo}} +{{include file="field_input.tpl" field=$version}} +{{include file="field_input.tpl" field=$price}} +{{include file="field_input.tpl" field=$page}} + +{{if $embed}} +{{include file="field_textarea.tpl" field=$embed}} +{{/if}} + +<input type="submit" name="submit" value="{{$submit}}" /> + +</form> + diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl new file mode 100644 index 000000000..4cd945388 --- /dev/null +++ b/view/tpl/app_select.tpl @@ -0,0 +1,11 @@ +<div class="widget"> +<h3>{{$title}}</h3> +<ul> +<li><a href="apps">{{$system}}</a></li> +<li><a href="apps/personal">{{$personal}}</a></li> +<br /> +<li><a href="appman">{{$new}}</a></li> +<li><a href="apps/personal/edit">{{$edit}}</a></li> +</ul> +</div> + diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl index 335e0ca97..d8e538cb7 100755 --- a/view/tpl/apps.tpl +++ b/view/tpl/apps.tpl @@ -1,7 +1,11 @@ <h3>{{$title}}</h3> -<ul> - {{foreach $apps as $ap}} - <li>{{$ap}}</li> - {{/foreach}} -</ul> +{{foreach $apps as $ap}} +<div class="app-container"> +<a href="{{$ap.url}}" {{if $ap.target}}target="{{$ap.target}}" {{/if}}{{if $ap.hover}}title="{{$ap.hover}}"{{/if}}><img src="{{$ap.photo}}" width="80" height="80" /> +<div class="app-name">{{$ap.name}}</div> +</a> +</div> +{{/foreach}} +<div class="clear"></div> + diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 1ea619774..13c827b77 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -10,44 +10,7 @@ <input type="hidden" name="return" value="{{$return_path}}" /> <input type="hidden" name="jsreload" value="{{$jsreload}}" /> <input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" /> - - <div class="comment-edit-photo" id="comment-edit-photo-{{$id}}" > - <a class="comment-edit-photo-link" href="{{$mylink}}" title="{{$mytitle}}"><img class="my-comment-photo" src="{{$myphoto}}" alt="{{$mytitle}}" title="{{$mytitle}}" /></a> - </div> - <div class="comment-edit-photo-end"></div> - <ul class="comment-edit-bb-{{$id}}"> - <li><i class="icon-bold shadow comment-icon" - style="cursor: pointer;" title="{{$edbold}}" - onclick="insertbbcomment('{{$comment}}','b', {{$id}});"></i></li> - <li><i class="icon-italic shadow comment-icon" - style="cursor: pointer;" title="{{$editalic}}" - onclick="insertbbcomment('{{$comment}}','i', {{$id}});"></i></li> - <li><i class="icon-underline shadow comment-icon" - style="cursor: pointer;" title="{{$eduline}}" - onclick="insertbbcomment('{{$comment}}','u', {{$id}});"></i></li> - <li><i class="icon-quote-left shadow comment-icon" - style="cursor: pointer;" title="{{$edquote}}" - onclick="insertbbcomment('{{$comment}}','quote', {{$id}});"></i></li> - <li><i class="icon-terminal shadow comment-icon" - style="cursor: pointer;" title="{{$edcode}}" - onclick="insertbbcomment('{{$comment}}','code', {{$id}});"></i></li> - <li><i class="icon-camera shadow comment-icon" - style="cursor: pointer;" title="{{$edimg}}" - onclick="insertbbcomment('{{$comment}}','img', {{$id}});"></i></li> - <li><i class="icon-link shadow comment-icon" - style="cursor: pointer;" title="{{$edurl}}" - onclick="insertbbcomment('{{$comment}}','url', {{$id}});"></i></li> - <li><i class="icon-facetime-video shadow comment-icon" - style="cursor: pointer;" title="{{$edvideo}}" - onclick="insertbbcomment('{{$comment}}','video', {{$id}});"></i></li> - {{if $feature_encrypt}} - <li><i class="icon-key shadow comment-icon" - style="cursor: pointer;" title="{{$encrypt}}" - onclick="red_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}',''); return false;"></i></li> - {{/if}} - </ul> - <div class="comment-edit-bb-end"></div> - <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});cmtBbOpen(this, {{$id}});" onBlur="commentClose(this,{{$id}});cmtBbClose(this,{{$id}});" >{{$comment}}</textarea> + <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpenRedbasic(this,{{$id}});" onBlur="commentCloseRedbasic(this,{{$id}});" >{{$comment}}</textarea> {{if $qcomment}} <select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" > <option value=""></option> @@ -56,17 +19,48 @@ {{/foreach}} </select> {{/if}} - - <div class="comment-edit-text-end"></div> - <div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-{{$id}}" style="display: none;" > - <input type="submit" onclick="post_comment({{$id}}); return false;" id="comment-edit-submit-{{$id}}" class="comment-edit-submit" name="submit" value="{{$submit}}" /> - {{if $preview}} - <span onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}" class="fakelink"><i class="icon-eye-open comment-icon comment-preview-icon" title="{{$preview}}"></i></span> - <div id="comment-edit-preview-{{$id}}" class="comment-edit-preview" style="display:none;"></div> - {{/if}} + <div class="clear"></div> + <div id="comment-tools-{{$id}}" class="comment-tools"> + <div id="comment-edit-bb-{{$id}}" class="btn-group pull-left"> + <button class="btn btn-default btn-xs" title="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', {{$id}}); return false;"> + <i class="icon-bold comment-icon"></i> + </button> + <button class="btn btn-default btn-xs" title="{{$editalic}}" onclick="insertbbcomment('{{$comment}}','i', {{$id}}); return false;"> + <i class="icon-italic comment-icon"></i> + </button> + <button class="btn btn-default btn-xs" title="{{$eduline}}" onclick="insertbbcomment('{{$comment}}','u', {{$id}}); return false;"> + <i class="icon-underline comment-icon"></i> + </button> + <button class="btn btn-default btn-xs" title="{{$edquote}}" onclick="insertbbcomment('{{$comment}}','quote', {{$id}}); return false;"> + <i class="icon-quote-left comment-icon"></i> + </button> + <button class="btn btn-default btn-xs" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', {{$id}}); return false;"> + <i class="icon-terminal comment-icon"></i> + </button> + <button class="btn btn-default btn-xs" title="{{$comment}}" onclick="insertbbcomment('{{$comment}}','img', {{$id}}); return false;"> + <i class="icon-camera comment-icon"></i> + </button> + <button class="btn btn-default btn-xs" title="{{$edurl}}" onclick="insertbbcomment('{{$comment}}','url', {{$id}}); return false;"> + <i class="icon-link comment-icon"></i> + </button> + <button class="btn btn-default btn-xs" title="{{$edvideo}}" onclick="insertbbcomment('{{$comment}}','video', {{$id}}); return false;"> + <i class="icon-facetime-video comment-icon"></i> + </button> + {{if $feature_encrypt}} + <button class="btn btn-default btn-xs" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}',''); return false;"> + <i class="icon-key comment-icon"></i> + </button> + {{/if}} + </div> + <div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}"> + {{if $preview}} + <button id="comment-edit-submit-{{$id}}" class="btn btn-default btn-xs" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}"> + <i class="icon-eye-open comment-icon" ></i> + </button> + {{/if}} + <button id="comment-edit-submit-{{$id}}" class="btn btn-primary btn-xs" type="submit" name="submit" onclick="post_comment({{$id}}); return false;">{{$submit}}</button> + </div> </div> - - <div class="comment-edit-end"></div> + <div class="clear"></div> </form> - </div> diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index dc4148d84..bf371b05c 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -6,9 +6,9 @@ {{/if}} <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper {{$item.toplevel}}"> <a name="{{$item.id}}" ></a> - <div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" > + <div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-outside-wrapper-{{$item.id}}" > <div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}" style="clear:both;"> - <div class="wall-item-info{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-info-{{$item.id}}" > + <div class="wall-item-info" id="wall-item-info-{{$item.id}}" > <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}"> <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-photo-link" id="wall-item-photo-link-{{$item.id}}"><img src="{{$item.thumb}}" class="wall-item-photo{{$item.sparkle}}" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" /></a> </div> @@ -26,7 +26,7 @@ <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}} </div> <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"> - {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} + {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span> {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} </div> <div class="wall-item-content" id="wall-item-content-{{$item.id}}"> <div class="wall-item-title-end"></div> @@ -51,7 +51,7 @@ {{/if}} </div> </div> - <div class="wall-item-tools"> + <div class="wall-item-tools"> <div class="wall-item-tools-right btn-group pull-right"> {{if $item.like}} <button type="button" class="btn btn-default btn-sm" onclick="dolike({{$item.id}},'like'); return false"> @@ -63,30 +63,30 @@ <i class="icon-thumbs-down-alt" title="{{$item.dislike.0}}"></i> </button> {{/if}} - <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"> + <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-menu-{{$item.id}}"> <i class="icon-caret-down"></i> </button> - <ul class="dropdown-menu"> + <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-menu-{{$item.id}}"> {{if $item.share}} - <li><a href="#" onclick="jotShare({{$item.id}}); return false"><i class="icon-retweet" title="{{$item.share.0}}"></i> {{$item.share.0}}</a></li> + <li role="presentation"><a role="menuitem" href="#" onclick="jotShare({{$item.id}}); return false"><i class="icon-retweet" title="{{$item.share.0}}"></i> {{$item.share.0}}</a></li> {{/if}} {{if $item.plink}} - <li><a href="{{$item.plink.href}}" title="{{$item.plink.title}}" ><i class="icon-external-link"></i> {{$item.plink.title}}</a></li> + <li role="presentation"><a role="menuitem" href="{{$item.plink.href}}" title="{{$item.plink.title}}" ><i class="icon-external-link"></i> {{$item.plink.title}}</a></li> {{/if}} {{if $item.edpost}} - <li><a href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"><i class="editpost icon-pencil"></i> {{$item.edpost.1}}</a></li> + <li role="presentation"><a role="menuitem" href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"><i class="editpost icon-pencil"></i> {{$item.edpost.1}}</a></li> {{/if}} {{if $item.tagger}} - <li><a href="#" onclick="itemTag({{$item.id}}); return false;"><i id="tagger-{{$item.id}}" class="icon-tag" title="{{$item.tagger.tagit}}"></i> {{$item.tagger.tagit}}</a></li> + <li role="presentation"><a role="menuitem" href="#" onclick="itemTag({{$item.id}}); return false;"><i id="tagger-{{$item.id}}" class="icon-tag" title="{{$item.tagger.tagit}}"></i> {{$item.tagger.tagit}}</a></li> {{/if}} {{if $item.filer}} - <li><a href="#" onclick="itemFiler({{$item.id}}); return false;"><i id="filer-{{$item.id}}" class="icon-folder-open" title="{{$item.filer}}"></i> {{$item.filer}}</a></li> + <li role="presentation"><a role="menuitem" href="#" onclick="itemFiler({{$item.id}}); return false;"><i id="filer-{{$item.id}}" class="icon-folder-open" title="{{$item.filer}}"></i> {{$item.filer}}</a></li> {{/if}} {{if $item.bookmark}} - <li><a href="#" onclick="itemBookmark({{$item.id}}); return false;"><i id="bookmarker-{{$item.id}}" class="icon-bookmark" title="{{$item.bookmark}}"></i> {{$item.bookmark}}</a></li> + <li role="presentation"><a role="menuitem" href="#" onclick="itemBookmark({{$item.id}}); return false;"><i id="bookmarker-{{$item.id}}" class="icon-bookmark" title="{{$item.bookmark}}"></i> {{$item.bookmark}}</a></li> {{/if}} {{if $item.star}} - <li><a href="#" onclick="dostar({{$item.id}}); return false;"><i id="starred-{{$item.id}}" class="icon-star {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i> {{$item.star.toggle}}</a></li> + <li role="presentation"><a role="menuitem" href="#" onclick="dostar({{$item.id}}); return false;"><i id="starred-{{$item.id}}" class="icon-star {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i> {{$item.star.toggle}}</a></li> {{/if}} {{if $item.item_photo_menu}} <li role="presentation" class="divider"></li> @@ -94,19 +94,69 @@ {{/if}} {{if $item.drop.dropping}} <li role="presentation" class="divider"></li> - <li><a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" ><i class="icon-remove"></i> {{$item.drop.delete}}</a></li> + <li role="presentation"><a role="menuitem" href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" ><i class="icon-remove"></i> {{$item.drop.delete}}</a></li> {{/if}} </ul> </div> <div id="like-rotator-{{$item.id}}" class="like-rotator"></div> - <div class="wall-item-tools-left btn-group pull-left"> - {{if $item.showlike}} - <div class="btn btn-default btn-sm wall-item-like pull-left" id="wall-item-like-{{$item.id}}">{{$item.showlike}}</div> + <div class="wall-item-tools-left{{if $item.like_count && $item.dislike_count}} btn-group{{/if}}"> + {{if $item.like_count}} + <div class="btn-group"> + <button type="button" class="btn btn-default btn-sm wall-item-like dropdown-toggle" data-toggle="dropdown" id="wall-item-like-{{$item.id}}">{{$item.like_count}} {{$item.like_button_label}}</button> + {{if $item.like_list_part}} + <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-like-{{$item.id}}">{{foreach $item.like_list_part as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul> + {{else}} + <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-like-{{$item.id}}">{{foreach $item.like_list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul> + {{/if}} + </div> {{/if}} - {{if $item.showdislike}} - <div class="btn btn-default btn-sm wall-item-dislike pull-left" id="wall-item-dislike-{{$item.id}}">{{$item.showdislike}}</div> + {{if $item.dislike_count}} + <div class="btn-group"> + <button type="button" class="btn btn-default btn-sm wall-item-dislike dropdown-toggle" data-toggle="dropdown" id="wall-item-dislike-{{$item.id}}">{{$item.dislike_count}} {{$item.dislike_button_label}}</button> + {{if $item.dislike_list_part}} + <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-dislike-{{$item.id}}">{{foreach $item.dislike_list_part as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul> + {{else}} + <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-dislike-{{$item.id}}">{{foreach $item.dislike_list as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul> + {{/if}} + </div> {{/if}} </div> + {{if $item.like_list_part}} + <div class="modal" id="likeModal-{{$item.id}}"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> + <h4 class="modal-title">{{$item.like_modal_title}}</h4> + </div> + <div class="modal-body"> + <ul>{{foreach $item.like_list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul> + </div> + <div class="modal-footer clear"> + <button type="button" class="btn btn-default" data-dismiss="modal">{{$item.modal_dismiss}}</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> + </div><!-- /.modal --> + {{/if}} + {{if $item.dislike_list_part}} + <div class="modal" id="dislikeModal-{{$item.id}}"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> + <h4 class="modal-title">{{$item.dislike_modal_title}}</h4> + </div> + <div class="modal-body"> + <ul>{{foreach $item.dislike_list as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul> + </div> + <div class="modal-footer clear"> + <button type="button" class="btn btn-default" data-dismiss="modal">{{$item.modal_dismiss}}</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> + </div><!-- /.modal --> + {{/if}} </div> {{* we dont' use this do we? {{if $item.drop.pagedrop}} @@ -124,9 +174,11 @@ {{/foreach}} {{/if}} {{if $item.comment}} - <div class="wall-item-comment-wrapper" > + <div class="wall-item-comment-wrapper{{if $item.children}} wall-item-comment-wrapper-wc{{/if}}" > {{$item.comment}} </div> + <div id="comment-edit-preview-{{$item.id}}" class="comment-edit-preview"></div> + <div class="clear"></div> {{/if}} </div> {{if $item.comment_lastcollapsed}} diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index da4dda82e..bfdf4d0b6 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -13,14 +13,18 @@ <div id="event-start-text">{{$s_text}}</div> {{$s_dsel}} {{$s_tsel}} +<div class="clear"></div><br /> + +<input type="checkbox" name="nofinish" value="1" id="event-nofinish-checkbox" {{$n_checked}} /> <div id="event-nofinish-text">{{$n_text}}</div> + +<div id="event-nofinish-break"></div> + + <div id="event-finish-text">{{$f_text}}</div> {{$f_dsel}} {{$f_tsel}} <div id="event-datetime-break"></div> -<input type="checkbox" name="nofinish" value="1" id="event-nofinish-checkbox" {{$n_checked}} /> <div id="event-nofinish-text">{{$n_text}}</div> - -<div id="event-nofinish-break"></div> <input type="checkbox" name="adjust" value="1" id="event-adjust-checkbox" {{$a_checked}} /> <div id="event-adjust-text">{{$a_text}}</div> @@ -36,6 +40,7 @@ <div id="event-location-text">{{$l_text}}</div> <textarea id="event-location-textarea" name="location">{{$l_orig}}</textarea> +<br /> <input type="checkbox" name="share" value="1" id="event-share-checkbox" {{$sh_checked}} /> <div id="event-share-text">{{$sh_text}}</div> <div id="event-share-break"></div> diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index b55025f65..d6b34b33e 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -73,7 +73,7 @@ }); </script> - +{{if $editselect != 'none'}} <script language="javascript" type="text/javascript" src="{{$baseurl}}/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> <script language="javascript" type="text/javascript"> @@ -81,7 +81,7 @@ tinyMCE.init({ theme : "advanced", - mode : "textareas", + mode : "{{$editselect}}", plugins : "bbcode,paste", theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", @@ -106,7 +106,9 @@ } }); - + {{else}} + <script language="javascript" type="text/javascript"> + {{/if}} $(document).ready(function() { diff --git a/view/tpl/field_textarea.tpl b/view/tpl/field_textarea.tpl index 98be8f138..b454045c0 100755 --- a/view/tpl/field_textarea.tpl +++ b/view/tpl/field_textarea.tpl @@ -1,5 +1,5 @@ <div class='field textarea'> <label for='id_{{$field.0}}'>{{$field.1}}</label> - <textarea name='{{$field.0}}' id='id_{{$field.0}}'>{{$field.2}}</textarea> + <textarea name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.4}}{{$field.4}}{{/if}} >{{$field.2}}</textarea> <span class='field_help'>{{$field.3}}</span> </div> diff --git a/view/tpl/field_themeselect.tpl b/view/tpl/field_themeselect.tpl index c02eee328..a0e454bf5 100755 --- a/view/tpl/field_themeselect.tpl +++ b/view/tpl/field_themeselect.tpl @@ -1,4 +1,4 @@ - <script>$(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script> + <script>$(document).ready(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script> <div class='field select'> <label for='id_{{$field.0}}'>{{$field.1}}</label> <select name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.5=='preview'}}onchange="previewTheme(this);"{{/if}} > diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index e7b41523f..a212fd486 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -7,6 +7,9 @@ <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> +<script>(function(w){var dpr=((w.devicePixelRatio===undefined)?1:w.devicePixelRatio);if(!!w.navigator.standalone){var r=new XMLHttpRequest();r.open('GET','/retinaimages.php?devicePixelRatio='+dpr,false);r.send()}else{document.cookie='devicePixelRatio='+dpr+'; path=/'}})(window)</script> +<noscript><style id="devicePixelRatio" media="only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)">html{background-image:url("/retinaimages.php?devicePixelRatio=2")}</style></noscript> + {{$head_css}} {{$js_strings}} diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 2fd24d5ff..c4fdba0f5 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -81,7 +81,7 @@ </button> {{/if}} {{if $preview}} - <button class="btn btn-default btn-sm btn-preview" onclick="preview_post();return false;" title="{{$preview}}"> + <button class="btn btn-default btn-sm" onclick="preview_post();return false;" title="{{$preview}}"> <i class="icon-eye-open jot-icons" ></i> </button> {{/if}} diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index cac5be65b..515e3107f 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -14,6 +14,7 @@ 'passphrase' : "{{$passphrase}}", 'passhint' : "{{$passhint}}", 'permschange' : "{{$permschange}}", + 'closeAll' : "{{$closeAll}}", 't01' : "{{$t01}}", 't02' : "{{$t02}}", diff --git a/view/tpl/mitemlist.tpl b/view/tpl/mitemlist.tpl index 421b610f1..2c1ded6cc 100644 --- a/view/tpl/mitemlist.tpl +++ b/view/tpl/mitemlist.tpl @@ -10,7 +10,7 @@ {{if $mlist }} <ul id="mitemlist" class="menu-item-list"> {{foreach $mlist as $m }} -<li><a href="mitem/{{$menu_id}}/{{$m.mitem_id}}" title="{{$hintedit}}"><i class="icon-pencil mitem-edit"></i></a><a href="mitem/{{$menu_id}}/{{$m.mitem_id}}/drop" title={{$hintdrop}}><i class="icon-remove"></i></a> <a href="mitem/{{$menu_id}}/{{$m.mitem_id}}" title="{{$hintcontent}}">{{$m.mitem_desc}}</a> ({{$m.mitem_link}})</li> +<li><a href="mitem/{{$menu_id}}/{{$m.mitem_id}}" title="{{$hintedit}}"><i class="icon-pencil mitem-edit btn btn-default"></i></a><a href="mitem/{{$menu_id}}/{{$m.mitem_id}}/drop" title={{$hintdrop}}><i class="icon-remove btn btn-default"></i></a> <a href="mitem/{{$menu_id}}/{{$m.mitem_id}}" title="{{$hintcontent}}">{{$m.mitem_desc}}</a> ({{$m.mitem_link}})</li> {{/foreach}} </ul> {{/if}} diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl new file mode 100755 index 000000000..1a591f9f8 --- /dev/null +++ b/view/tpl/myapps.tpl @@ -0,0 +1,9 @@ +<h3>{{$title}}</h3> + +{{foreach $apps as $ap}} +<div class="app-container"> +{{$ap}} +</div> +{{/foreach}} +<div class="clear"></div> + diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 5aa3b0f01..6b76ff5b6 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -157,13 +157,8 @@ {{/if}} {{if $nav.apps}} - <li class="{{$sel.apps}} hidden-xs"> - <a class="{{$nav.apps.2}} dropdown-toggle" data-toggle="dropdown" href="#" rel="#nav-apps-menu" title="{{$nav.apps.3}}" ><i class="icon-cogs"></i></a> - <ul class="dropdown-menu"> - {{foreach $apps as $ap}} - <li role="presentation">{{$ap}}</li> - {{/foreach}} - </ul> + <li class="{{$sel.apps}}"> + <a class="{{$nav.apps.2}}" href="{{$nav.apps.0}}" title="{{$nav.apps.3}}" ><i class="icon-cogs"></i></a> </li> {{/if}} diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 01f135522..b34f3fcf5 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -9,7 +9,7 @@ </div> {{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}"><i class="icon-backward photo-icons"></i></div>{{/if}} -<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}" onclick="$.colorbox({href: '{{$photo.href}}'}); return false;" ><img src="{{$photo.src}}" /></a></div> +<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}" onclick="$.colorbox({href: '{{$photo.href}}'}); return false;" ><img style="max-width: 100%;" src="{{$photo.src}}" /></a></div> {{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}"><i class="icon-forward photo-icons"></i></a></div>{{/if}} <div id="photo-photo-end"></div> <div id="photo-caption">{{$desc}}</div> diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 924b4b33f..a2038b930 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -9,7 +9,6 @@ {{include file="field_input.tpl" field=$ajaxint}} {{include file="field_input.tpl" field=$itemspage}} {{include file="field_checkbox.tpl" field=$nosmile}} -{{include file="field_checkbox.tpl" field=$chanview_full}} <div class="settings-submit-wrapper" > diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl index 8b76e9eec..9be0035ff 100755 --- a/view/tpl/settings_oauth.tpl +++ b/view/tpl/settings_oauth.tpl @@ -23,8 +23,8 @@ {{/if}} {{/if}} {{if $app.my}} - <a href="{{$baseurl}}/settings/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="icon-pencil"></i></a> - <a href="{{$baseurl}}/settings/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="icon-remove"></i></a> + <a href="{{$baseurl}}/settings/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="icon-pencil btn btn-default"></i></a> + <a href="{{$baseurl}}/settings/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="icon-remove btn btn-default"></i></a> {{/if}} </div> {{/foreach}} |