diff options
Diffstat (limited to 'view')
95 files changed, 26356 insertions, 23399 deletions
diff --git a/view/cs/htconfig.tpl b/view/cs/htconfig.tpl index cc4087f96..b809aebdf 100644 --- a/view/cs/htconfig.tpl +++ b/view/cs/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel @@ -33,6 +36,15 @@ $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; + + // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/css/conversation.css b/view/css/conversation.css index d49359f46..9063ffa60 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -49,7 +49,7 @@ code { height: 30px; } -#profile-jot-end { +#profile-jot-wrapper { margin-bottom: 30px; } diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css index d5c9b3d4f..a33430e48 100644 --- a/view/css/mod_connections.css +++ b/view/css/mod_connections.css @@ -1,151 +1,35 @@ -.search-input { - padding: 4px 12px; - margin: 3px; +#contacts-search-form { + display: none; } -.field_abook_help { - color: #000; -} -.abook-them { - margin-left: 375px; - margin-bottom: 15px; -} -.abook-me { - margin-left: 36px; - margin-bottom: 15px; -} -.acheckbox { - margin-bottom: 5px !important; -} - -.abook-pending-contact { - background: orange; - font-weight: bold; - margin: 10px; - padding: 20px 5px 10px; +.section-subtitle-wrapper .btn-xs { + margin-top: -2px; } -#contact-slider { - width: 600px !important; +.contact-search { + height: 22px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; } -.abook-edit-them, .abook-edit-me { - float: left; - width: 100px !important; -} -.field_abook_help { - float: left; +.directory-photo-img.archived { + opacity: 0.3; + filter:alpha(opacity=30); } -#contacts-main { - margin-top: 20px; - margin-bottom: 20px; +.contact-photo-wrapper { + display: table-cell; + table-layout: fixed; + vertical-align: top; } - - -#contact-edit-wrapper { - margin-top: 10px; +.contact-info { + display: table-cell; + table-layout: fixed; + vertical-align: top; + padding-left: 10px; } -#contact-edit-banner-name { - font-size: 1.4em; +.contact-info-label { font-weight: bold; } - -#contact-edit-poll-wrapper { - margin-top: 15px; -} - -#contact-edit-poll-text { - margin-top: 15px; - margin-bottom: 5px; -} - -#contact-edit-update-now { - margin-top: 15px; -} - -#contact-edit-links{ - clear: both; -} - -#contact-edit-links ul { - list-style: none; - list-style-type: none; - margin-left: 0px; - padding-left: 0px; -} - -#contact-edit-links li { - margin-top: 5px; -} - -#contact-edit-drop-link { - float: right; - margin-right: 20px; -} - -#contact-edit-nav-end { - clear: both; -} - -#contact-edit-wrapper { - width: 100%; -} - -#contact-edit-end { - clear: both; - margin-top: 15px; -} - -#contact-profile-selector { - width: 175px; - margin-left: 175px; -} - -.contact-edit-submit { - margin-top: 20px; -} - -.contact-entry-wrapper { - float: left; - width: auto; - height: auto; - padding: 10px; - margin: 8px 10px 0 0; - border-top: 1px solid #eee; - border-left: 2px solid #eee; -} - -#contacts-search { - font-size: 1em; - width: 300px; -} - -#contacts-search-end { - margin-bottom: 10px; -} - -.contact-entry-photo-end { - clear: both; -} - -.contact-entry-name { - float: left; - margin-left: 0px; - margin-right: 10px; - margin-bottom: 10px; - width: 147px; - height: auto; - overflow: hidden; - white-space: nowrap; -} - -.contact-entry-name-end { - clear:both; -} - -.contact-entry-end { - clear: both; -} diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css index 843d1274c..c1874edac 100644 --- a/view/css/mod_mail.css +++ b/view/css/mod_mail.css @@ -26,7 +26,7 @@ } #prvmail-text { - height: 20.0em; + height: 15.0em; } .mail-conv-outside-wrapper { diff --git a/view/css/mod_register.css b/view/css/mod_register.css index 618b7ce95..890a3f76b 100644 --- a/view/css/mod_register.css +++ b/view/css/mod_register.css @@ -42,3 +42,40 @@ h2 { margin-bottom: 20px; } +#newchannel-form { + font-size: 1.4em; + margin-left: 15%; + margin-top: 20px; + width: 50%; +} + +#newchannel-form .descriptive-paragraph { + color: #888; + margin-left: 20px; + margin-bottom: 25px; +} + +.newchannel-label { + float: left; + width: 275px; +} + +.newchannel-role-morehelp { + float: left; + width: 32px; +} +.newchannel-input { + float: left; + width: 275px; + padding: 5px; +} + +.newchannel-feedback { + float: left; + margin-left: 5px; +} + +.newchannel-field-end { + clear: both; + margin-bottom: 20px; +} diff --git a/view/css/redable.css b/view/css/redable.css index b8e31eab0..d72051279 100644 --- a/view/css/redable.css +++ b/view/css/redable.css @@ -1,9 +1,5 @@ -header #banner { - position: fixed; - top: 0; - width: 250px; - margin-left: auto; - margin-right: auto; +nav, header, .pageheader { + display: none; } main { @@ -17,13 +13,23 @@ main { @media screen and (max-width: 801px) { main { left: -14rem !important; - right: -14rem !important; - width: calc(100% + 14rem + 14rem) !important; + right: -14rem !important; + width: calc(100% + 14rem) !important; +} + +@media screen and (min-width: 802px) { +section#region_2 * { + font-size: 1.05rem; +} } #profile-photo-wrapper { display:none; } + +section#region_2 * { + font-size: 1.15rem; +} } aside#region_1 { @@ -32,7 +38,7 @@ aside#region_1 { max-width: 14rem; display: table-cell; vertical-align: top; - padding: 65px 7px 0px 7px; + padding: 7px 7px 0px 7px; } aside#region_1 * { @@ -48,7 +54,7 @@ section#region_2wrap { width: 100%; display: table-cell; vertical-align: top; - padding: 65px 10px 200px 10px; + padding: 17px 10px 200px 10px; } section#region_2 { @@ -60,10 +66,13 @@ section#region_2 { section#region_2 * { text-align: justify; - font-size: 1.15rem; line-height: 1.55; } +ul.nojustify li, .nojustify { + text-align: initial; +} + section#region_2 p + p { margin-top: 1.5em; } @@ -74,7 +83,7 @@ aside#region_3 { max-width: 14rem; display: table-cell; vertical-align: top; - padding: 65px 7px 0px 7px; + padding: 7px 7px 0px 7px; } aside#region_3 * { diff --git a/view/css/widgets.css b/view/css/widgets.css index f1c1436c7..a1801ac77 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -23,17 +23,6 @@ margin-top: 10px; } -/* follow */ - -#side-follow-url { - margin-top: 5px; - width: 100%; -} - -#side-follow-submit { - margin-top: 15px; -} - /* notes */ #note-text { diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 928694769..fb5d6232c 100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel @@ -34,6 +37,15 @@ $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; + + // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/en-au/htconfig.tpl b/view/en-au/htconfig.tpl index c3bef0de3..13fa550a2 100644 --- a/view/en-au/htconfig.tpl +++ b/view/en-au/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel @@ -34,6 +37,15 @@ $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; + + // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/en-gb/htconfig.tpl b/view/en-gb/htconfig.tpl index c3bef0de3..ccb6c5eca 100644 --- a/view/en-gb/htconfig.tpl +++ b/view/en-gb/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel @@ -33,6 +36,13 @@ $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 17ee7bfeb..0ab7b6510 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -10,6 +10,8 @@ $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; $db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres +define( 'UNO', {{$uno}} ); + /* * Notice: Many of the following settings will be available in the admin panel * after a successful site install. Once they are set in the admin panel, they @@ -28,12 +30,19 @@ $db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres $default_timezone = '{{$timezone}}'; -// What is your site name? +// What is your site name? DO NOT ADD A TRAILING SLASH! $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting diff --git a/view/eo/htconfig.tpl b/view/eo/htconfig.tpl index cc4087f96..0695462eb 100644 --- a/view/eo/htconfig.tpl +++ b/view/eo/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel @@ -33,6 +36,15 @@ $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; + +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; + // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/es b/view/es new file mode 120000 index 000000000..c8ba7666b --- /dev/null +++ b/view/es @@ -0,0 +1 @@ +es-es
\ No newline at end of file diff --git a/view/es/hmessages.po b/view/es-es/hmessages.po index 3d1938a07..b54509cb1 100644 --- a/view/es/hmessages.po +++ b/view/es-es/hmessages.po @@ -3,30 +3,40 @@ # This file is distributed under the same license as the Red package. # # Translators: -# Alfonso <admin@alfonsomh.eu>, 2015 -# jeroenpraat <jeroenpraat@xs4all.nl>, 2015 -# Manuel Jiménez Friaza <mjfriaza@openmailbox.org>, 2015 -# Rafael, 2015 +# Alfonso <alfonsomthd@tutanota.com>, 2015 +# Manuel Jiménez Friaza <mjfriaza@openmailbox.org>, 2015-2016 # Rafael, 2015 # tony baldwin <tonybaldwin@gmx.com>, 2014 msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-11 00:03-0800\n" -"PO-Revision-Date: 2015-12-12 12:49+0000\n" +"POT-Creation-Date: 2016-02-12 00:03-0800\n" +"PO-Revision-Date: 2016-02-13 15:08+0000\n" "Last-Translator: Manuel Jiménez Friaza <mjfriaza@openmailbox.org>\n" -"Language-Team: Spanish (http://www.transifex.com/Friendica/red-matrix/language/es/)\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/red-matrix/language/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" +"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../include/Contact.php:101 ../../include/identity.php:947 -#: ../../include/widgets.php:137 ../../include/widgets.php:175 -#: ../../include/conversation.php:953 ../../mod/match.php:64 -#: ../../mod/directory.php:318 ../../mod/suggest.php:52 +#: ../../Zotlabs/Zot/Auth.php:140 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo." + +#: ../../Zotlabs/Zot/Auth.php:248 ../../mod/openid.php:72 +#: ../../mod/openid.php:179 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente." + +#: ../../include/Contact.php:101 ../../include/conversation.php:961 +#: ../../include/identity.php:954 ../../include/widgets.php:147 +#: ../../include/widgets.php:185 ../../mod/directory.php:321 +#: ../../mod/match.php:64 ../../mod/suggest.php:52 msgid "Connect" msgstr "Conectar" @@ -43,94 +53,24 @@ msgstr "Abrir la dirección seleccionada en una ventana o pestaña aparte" msgid "User '%s' deleted" msgstr "El usuario '%s' ha sido eliminado" -#: ../../include/chat.php:23 -msgid "Missing room name" -msgstr "Sala de chat sin nombre" - -#: ../../include/chat.php:32 -msgid "Duplicate room name" -msgstr "Nombre de sala duplicado." - -#: ../../include/chat.php:82 ../../include/chat.php:90 -msgid "Invalid room specifier." -msgstr "Especificador de sala no válido." - -#: ../../include/chat.php:122 -msgid "Room not found." -msgstr "Sala no encontrada." - -#: ../../include/chat.php:133 ../../include/items.php:4398 -#: ../../include/attach.php:140 ../../include/attach.php:188 -#: ../../include/attach.php:251 ../../include/attach.php:265 -#: ../../include/attach.php:272 ../../include/attach.php:337 -#: ../../include/attach.php:351 ../../include/attach.php:358 -#: ../../include/attach.php:436 ../../include/attach.php:884 -#: ../../include/attach.php:955 ../../include/attach.php:1107 -#: ../../include/photos.php:29 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88 -#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:205 -#: ../../mod/item.php:213 ../../mod/item.php:1049 ../../mod/common.php:35 -#: ../../mod/achievements.php:30 ../../mod/rate.php:111 -#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/id.php:71 -#: ../../mod/like.php:177 ../../mod/page.php:31 ../../mod/page.php:86 -#: ../../mod/mood.php:112 ../../mod/new_channel.php:68 -#: ../../mod/new_channel.php:99 ../../mod/setup.php:227 -#: ../../mod/bookmarks.php:48 ../../mod/poke.php:133 -#: ../../mod/profiles.php:198 ../../mod/profiles.php:584 -#: ../../mod/connedit.php:352 ../../mod/editwebpage.php:64 -#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101 -#: ../../mod/editwebpage.php:125 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/fsuggest.php:78 ../../mod/sources.php:66 -#: ../../mod/notifications.php:66 ../../mod/invite.php:13 -#: ../../mod/invite.php:87 ../../mod/profile_photo.php:341 -#: ../../mod/profile_photo.php:354 ../../mod/thing.php:271 -#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/editblock.php:65 -#: ../../mod/network.php:12 ../../mod/pdledit.php:21 ../../mod/register.php:72 -#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 -#: ../../mod/settings.php:568 ../../mod/webpages.php:69 -#: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76 -#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/regmod.php:17 -#: ../../mod/channel.php:100 ../../mod/channel.php:214 -#: ../../mod/channel.php:254 ../../mod/photos.php:70 ../../mod/editpost.php:13 -#: ../../mod/chat.php:94 ../../mod/chat.php:99 ../../mod/viewsrc.php:14 -#: ../../mod/authtest.php:13 ../../mod/connections.php:29 -#: ../../mod/manage.php:6 ../../mod/menu.php:74 ../../mod/mail.php:126 -#: ../../mod/service_limits.php:7 ../../mod/suggest.php:26 -#: ../../mod/events.php:260 ../../mod/message.php:16 ../../mod/block.php:22 -#: ../../mod/block.php:72 ../../mod/mitem.php:111 ../../mod/sharedwithme.php:7 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../index.php:182 ../../index.php:365 -msgid "Permission denied." -msgstr "Acceso denegado." - -#: ../../include/chat.php:143 -msgid "Room is full" -msgstr "La sala está llena." - -#: ../../include/import.php:23 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado." +#: ../../include/Import/import_diaspora.php:17 +msgid "No username found in import file." +msgstr "No se ha encontrado el nombre de usuario en el fichero importado." -#: ../../include/import.php:44 ../../include/Import/import_diaspora.php:42 +#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44 msgid "Unable to create a unique channel address. Import failed." msgstr "No se ha podido crear una dirección de canal única. Ha fallado la importación." -#: ../../include/import.php:70 -msgid "Channel clone failed. Import failed." -msgstr "La clonación del canal no ha salido bien. La importación ha fallado." - -#: ../../include/import.php:80 ../../mod/import.php:139 -msgid "Cloned channel not found. Import failed." -msgstr "No se ha podido importar el canal porque el canal clonado no se ha encontrado." +#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:496 +msgid "Import completed." +msgstr "Importación completada." #: ../../include/RedDAV/RedBrowser.php:107 #: ../../include/RedDAV/RedBrowser.php:239 msgid "parent" msgstr "padre" -#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2582 +#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2614 msgid "Collection" msgstr "Colección" @@ -154,15 +94,15 @@ msgstr "Programar bandeja de entrada" msgid "Schedule Outbox" msgstr "Programar bandeja de salida" -#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1330 -#: ../../include/conversation.php:1027 ../../include/apps.php:360 -#: ../../include/apps.php:415 ../../mod/photos.php:754 -#: ../../mod/photos.php:1195 +#: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:360 +#: ../../include/apps.php:415 ../../include/conversation.php:1037 +#: ../../include/widgets.php:1407 ../../mod/photos.php:766 +#: ../../mod/photos.php:1209 msgid "Unknown" msgstr "Desconocido" -#: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1629 -#: ../../include/nav.php:93 ../../include/apps.php:135 +#: ../../include/RedDAV/RedBrowser.php:226 ../../include/apps.php:135 +#: ../../include/conversation.php:1639 ../../include/nav.php:93 #: ../../mod/fbrowser.php:109 msgid "Files" msgstr "Ficheros" @@ -177,19 +117,20 @@ msgstr "Compartido" #: ../../include/RedDAV/RedBrowser.php:230 #: ../../include/RedDAV/RedBrowser.php:303 ../../mod/blocks.php:152 -#: ../../mod/new_channel.php:121 ../../mod/webpages.php:180 #: ../../mod/layouts.php:175 ../../mod/menu.php:114 +#: ../../mod/new_channel.php:144 ../../mod/register.php:255 +#: ../../mod/webpages.php:180 msgid "Create" msgstr "Crear" #: ../../include/RedDAV/RedBrowser.php:231 -#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1343 -#: ../../mod/profile_photo.php:453 ../../mod/photos.php:781 -#: ../../mod/photos.php:1316 +#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1420 +#: ../../mod/photos.php:793 ../../mod/photos.php:1333 +#: ../../mod/profile_photo.php:453 ../../mod/cover_photo.php:353 msgid "Upload" msgstr "Subir" -#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:981 +#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:1158 #: ../../mod/settings.php:588 ../../mod/settings.php:614 #: ../../mod/sharedwithme.php:95 msgid "Name" @@ -199,7 +140,7 @@ msgstr "Nombre" msgid "Type" msgstr "Tipo" -#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1248 +#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1274 #: ../../mod/sharedwithme.php:97 msgid "Size" msgstr "Tamaño" @@ -208,26 +149,26 @@ msgstr "Tamaño" msgid "Last Modified" msgstr "Última modificación" -#: ../../include/RedDAV/RedBrowser.php:240 ../../include/menu.php:108 -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/ItemObject.php:100 ../../include/apps.php:259 -#: ../../mod/blocks.php:153 ../../mod/editwebpage.php:176 -#: ../../mod/thing.php:257 ../../mod/editblock.php:135 -#: ../../mod/editlayout.php:134 ../../mod/settings.php:648 -#: ../../mod/webpages.php:181 ../../mod/layouts.php:183 -#: ../../mod/editpost.php:112 ../../mod/connections.php:235 -#: ../../mod/connections.php:248 ../../mod/connections.php:267 -#: ../../mod/menu.php:108 +#: ../../include/RedDAV/RedBrowser.php:240 ../../include/apps.php:259 +#: ../../include/menu.php:108 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/ItemObject.php:100 +#: ../../mod/blocks.php:153 ../../mod/connections.php:286 +#: ../../mod/connections.php:306 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:134 ../../mod/editpost.php:112 +#: ../../mod/editwebpage.php:176 ../../mod/layouts.php:183 +#: ../../mod/menu.php:108 ../../mod/settings.php:648 ../../mod/thing.php:256 +#: ../../mod/webpages.php:181 msgid "Edit" msgstr "Editar" -#: ../../include/RedDAV/RedBrowser.php:241 ../../include/conversation.php:657 -#: ../../include/ItemObject.php:120 ../../include/apps.php:260 -#: ../../mod/group.php:173 ../../mod/blocks.php:155 ../../mod/connedit.php:551 -#: ../../mod/editwebpage.php:223 ../../mod/thing.php:258 -#: ../../mod/editblock.php:181 ../../mod/admin.php:816 ../../mod/admin.php:975 -#: ../../mod/editlayout.php:179 ../../mod/settings.php:649 -#: ../../mod/webpages.php:183 ../../mod/photos.php:1126 +#: ../../include/RedDAV/RedBrowser.php:241 ../../include/apps.php:260 +#: ../../include/conversation.php:657 ../../include/ItemObject.php:120 +#: ../../mod/blocks.php:155 ../../mod/connections.php:259 +#: ../../mod/connedit.php:560 ../../mod/editblock.php:181 +#: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223 +#: ../../mod/group.php:173 ../../mod/photos.php:1140 ../../mod/admin.php:993 +#: ../../mod/admin.php:1152 ../../mod/settings.php:649 ../../mod/thing.php:257 +#: ../../mod/webpages.php:183 msgid "Delete" msgstr "Eliminar" @@ -253,856 +194,314 @@ msgstr "Crear nueva carpeta" msgid "Upload file" msgstr "Subir fichero" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "¿Borrar este elemento?" - -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:696 -#: ../../mod/photos.php:1044 ../../mod/photos.php:1162 -msgid "Comment" -msgstr "Comentar" - -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413 -msgid "[+] show all" -msgstr "[+] mostrar todo:" - -#: ../../include/js_strings.php:8 -msgid "[-] show less" -msgstr "[-] mostrar menos" - -#: ../../include/js_strings.php:9 -msgid "[+] expand" -msgstr "[+] expandir" - -#: ../../include/js_strings.php:10 -msgid "[-] collapse" -msgstr "[-] contraer" - -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "Contraseña demasiado corta" - -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "Las contraseñas no coinciden" - -#: ../../include/js_strings.php:13 ../../mod/photos.php:41 -msgid "everybody" -msgstr "cualquiera" - -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "Contraseña secreta" - -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "Pista de contraseña" - -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "Aviso: los permisos han cambiado pero aún no han sido enviados." - -#: ../../include/js_strings.php:17 -msgid "close all" -msgstr "cerrar todo" - -#: ../../include/js_strings.php:18 -msgid "Nothing new here" -msgstr "Nada nuevo por aquÃ" - -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" -msgstr "Valorar este canal (esto es público)" - -#: ../../include/js_strings.php:20 ../../mod/rate.php:157 -#: ../../mod/connedit.php:694 -msgid "Rating" -msgstr "Valoración" - -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" -msgstr "Describir (opcional)" - -#: ../../include/js_strings.php:22 ../../include/widgets.php:676 -#: ../../include/widgets.php:688 ../../include/ItemObject.php:697 -#: ../../mod/filestorage.php:156 ../../mod/group.php:81 -#: ../../mod/connect.php:93 ../../mod/rate.php:168 ../../mod/mood.php:135 -#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/pconfig.php:108 -#: ../../mod/poke.php:171 ../../mod/profiles.php:675 -#: ../../mod/connedit.php:715 ../../mod/fsuggest.php:108 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/import.php:527 ../../mod/invite.php:142 ../../mod/thing.php:313 -#: ../../mod/thing.php:359 ../../mod/import_items.php:122 -#: ../../mod/pdledit.php:58 ../../mod/admin.php:442 ../../mod/admin.php:809 -#: ../../mod/admin.php:973 ../../mod/admin.php:1110 ../../mod/admin.php:1304 -#: ../../mod/admin.php:1389 ../../mod/settings.php:586 -#: ../../mod/settings.php:698 ../../mod/settings.php:726 -#: ../../mod/settings.php:749 ../../mod/settings.php:834 -#: ../../mod/settings.php:1023 ../../mod/appman.php:99 ../../mod/locs.php:116 -#: ../../mod/xchan.php:11 ../../mod/photos.php:637 ../../mod/photos.php:1005 -#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/chat.php:184 -#: ../../mod/chat.php:213 ../../mod/mail.php:380 ../../mod/events.php:461 -#: ../../mod/events.php:658 ../../mod/mitem.php:231 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "Enviar" - -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" -msgstr "Por favor, introduzca una dirección de enlace" - -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" -msgstr "Cambios no guardados. ¿Está seguro de que desea abandonar la página?" - -#: ../../include/js_strings.php:25 ../../mod/pubsites.php:28 -#: ../../mod/profiles.php:464 ../../mod/events.php:452 -msgid "Location" -msgstr "Ubicación" +#: ../../include/account.php:28 +msgid "Not a valid email address" +msgstr "Dirección de correo no válida" -#: ../../include/js_strings.php:27 -msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" +#: ../../include/account.php:30 +msgid "Your email domain is not among those allowed on this site" +msgstr "Su dirección de correo no pertenece a ninguno de los dominios permitidos en este sitio." -#: ../../include/js_strings.php:28 -msgid "timeago.prefixFromNow" -msgstr "timeago.prefixFromNow" +#: ../../include/account.php:36 +msgid "Your email address is already registered at this site." +msgstr "Su dirección de correo está ya registrada en este sitio." -#: ../../include/js_strings.php:29 -msgid "ago" -msgstr "antes" +#: ../../include/account.php:68 +msgid "An invitation is required." +msgstr "Es obligatorio que le inviten." -#: ../../include/js_strings.php:30 -msgid "from now" -msgstr "desde ahora" +#: ../../include/account.php:72 +msgid "Invitation could not be verified." +msgstr "No se ha podido verificar su invitación." -#: ../../include/js_strings.php:31 -msgid "less than a minute" -msgstr "menos de un minuto" +#: ../../include/account.php:122 +msgid "Please enter the required information." +msgstr "Por favor introduzca la información requerida." -#: ../../include/js_strings.php:32 -msgid "about a minute" -msgstr "alrededor de un minuto" +#: ../../include/account.php:189 +msgid "Failed to store account information." +msgstr "La información de la cuenta no se ha podido guardar." -#: ../../include/js_strings.php:33 +#: ../../include/account.php:249 #, php-format -msgid "%d minutes" -msgstr "%d minutos" - -#: ../../include/js_strings.php:34 -msgid "about an hour" -msgstr "alrededor de una hora" +msgid "Registration confirmation for %s" +msgstr "Confirmación de registro para %s" -#: ../../include/js_strings.php:35 +#: ../../include/account.php:315 #, php-format -msgid "about %d hours" -msgstr "alrededor de %d horas" - -#: ../../include/js_strings.php:36 -msgid "a day" -msgstr "un dÃa" +msgid "Registration request at %s" +msgstr "Solicitud de registro en %s" -#: ../../include/js_strings.php:37 -#, php-format -msgid "%d days" -msgstr "%d dÃas" +#: ../../include/account.php:317 ../../include/account.php:344 +#: ../../include/account.php:404 ../../include/network.php:1660 +msgid "Administrator" +msgstr "Administrador" -#: ../../include/js_strings.php:38 -msgid "about a month" -msgstr "alrededor de un mes" +#: ../../include/account.php:339 +msgid "your registration password" +msgstr "su contraseña de registro" -#: ../../include/js_strings.php:39 +#: ../../include/account.php:342 ../../include/account.php:402 #, php-format -msgid "%d months" -msgstr "%d meses" +msgid "Registration details for %s" +msgstr "Detalles del registro de %s" -#: ../../include/js_strings.php:40 -msgid "about a year" -msgstr "alrededor de un año" +#: ../../include/account.php:414 +msgid "Account approved." +msgstr "Cuenta aprobada." -#: ../../include/js_strings.php:41 +#: ../../include/account.php:454 #, php-format -msgid "%d years" -msgstr "%d años" - -#: ../../include/js_strings.php:42 -msgid " " -msgstr " " - -#: ../../include/js_strings.php:43 -msgid "timeago.numbers" -msgstr "timeago.numbers" - -#: ../../include/js_strings.php:45 ../../include/text.php:1165 -msgid "January" -msgstr "enero" - -#: ../../include/js_strings.php:46 ../../include/text.php:1165 -msgid "February" -msgstr "febrero" - -#: ../../include/js_strings.php:47 ../../include/text.php:1165 -msgid "March" -msgstr "marzo" - -#: ../../include/js_strings.php:48 ../../include/text.php:1165 -msgid "April" -msgstr "abril" - -#: ../../include/js_strings.php:49 -msgctxt "long" -msgid "May" -msgstr "mayo" - -#: ../../include/js_strings.php:50 ../../include/text.php:1165 -msgid "June" -msgstr "junio" - -#: ../../include/js_strings.php:51 ../../include/text.php:1165 -msgid "July" -msgstr "julio" - -#: ../../include/js_strings.php:52 ../../include/text.php:1165 -msgid "August" -msgstr "agosto" - -#: ../../include/js_strings.php:53 ../../include/text.php:1165 -msgid "September" -msgstr "septiembre" - -#: ../../include/js_strings.php:54 ../../include/text.php:1165 -msgid "October" -msgstr "octubre" - -#: ../../include/js_strings.php:55 ../../include/text.php:1165 -msgid "November" -msgstr "noviembre" - -#: ../../include/js_strings.php:56 ../../include/text.php:1165 -msgid "December" -msgstr "diciembre" - -#: ../../include/js_strings.php:57 -msgid "Jan" -msgstr "ene" - -#: ../../include/js_strings.php:58 -msgid "Feb" -msgstr "feb" - -#: ../../include/js_strings.php:59 -msgid "Mar" -msgstr "mar" - -#: ../../include/js_strings.php:60 -msgid "Apr" -msgstr "abr" - -#: ../../include/js_strings.php:61 -msgctxt "short" -msgid "May" -msgstr "may" - -#: ../../include/js_strings.php:62 -msgid "Jun" -msgstr "jun" - -#: ../../include/js_strings.php:63 -msgid "Jul" -msgstr "jul" - -#: ../../include/js_strings.php:64 -msgid "Aug" -msgstr "ago" - -#: ../../include/js_strings.php:65 -msgid "Sep" -msgstr "sep" - -#: ../../include/js_strings.php:66 -msgid "Oct" -msgstr "oct" - -#: ../../include/js_strings.php:67 -msgid "Nov" -msgstr "nov" - -#: ../../include/js_strings.php:68 -msgid "Dec" -msgstr "dic" - -#: ../../include/js_strings.php:69 ../../include/text.php:1161 -msgid "Sunday" -msgstr "domingo" - -#: ../../include/js_strings.php:70 ../../include/text.php:1161 -msgid "Monday" -msgstr "lunes" - -#: ../../include/js_strings.php:71 ../../include/text.php:1161 -msgid "Tuesday" -msgstr "martes" - -#: ../../include/js_strings.php:72 ../../include/text.php:1161 -msgid "Wednesday" -msgstr "miércoles" - -#: ../../include/js_strings.php:73 ../../include/text.php:1161 -msgid "Thursday" -msgstr "jueves" - -#: ../../include/js_strings.php:74 ../../include/text.php:1161 -msgid "Friday" -msgstr "viernes" - -#: ../../include/js_strings.php:75 ../../include/text.php:1161 -msgid "Saturday" -msgstr "sábado" - -#: ../../include/js_strings.php:76 -msgid "Sun" -msgstr "dom" - -#: ../../include/js_strings.php:77 -msgid "Mon" -msgstr "lun" - -#: ../../include/js_strings.php:78 -msgid "Tue" -msgstr "mar" - -#: ../../include/js_strings.php:79 -msgid "Wed" -msgstr "mié" - -#: ../../include/js_strings.php:80 -msgid "Thu" -msgstr "jue" - -#: ../../include/js_strings.php:81 -msgid "Fri" -msgstr "vie" - -#: ../../include/js_strings.php:82 -msgid "Sat" -msgstr "sáb" - -#: ../../include/js_strings.php:83 -msgctxt "calendar" -msgid "today" -msgstr "hoy" - -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "month" -msgstr "mes" +msgid "Registration revoked for %s" +msgstr "Registro revocado para %s" -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "week" -msgstr "semana" +#: ../../include/account.php:506 +msgid "Account verified. Please login." +msgstr "Cuenta verificada. Por favor, inicie sesión." -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "day" -msgstr "dÃa" +#: ../../include/account.php:719 ../../include/account.php:721 +msgid "Click here to upgrade." +msgstr "Pulse aquà para actualizar" -#: ../../include/js_strings.php:87 -msgctxt "calendar" -msgid "All day" -msgstr "Todos los dÃas" +#: ../../include/account.php:727 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Esta acción supera los lÃmites establecidos por su plan de suscripción " -#: ../../include/Import/import_diaspora.php:17 -msgid "No username found in import file." -msgstr "No se ha encontrado el nombre de usuario en el fichero importado." +#: ../../include/account.php:732 +msgid "This action is not available under your subscription plan." +msgstr "Esta acción no está disponible en su plan de suscripción." -#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487 -msgid "Import completed." -msgstr "Importación completada." +#: ../../include/acl_selectors.php:218 +msgid "Visible to your default audience" +msgstr "Visible para su público predeterminado." -#: ../../include/comanche.php:34 ../../mod/admin.php:351 -msgid "Default" -msgstr "Predeterminado" +#: ../../include/acl_selectors.php:243 +msgid "Show" +msgstr "Mostrar" -#: ../../include/items.php:423 ../../mod/group.php:68 ../../mod/like.php:280 -#: ../../mod/dreport.php:6 ../../mod/dreport.php:45 ../../mod/subthread.php:58 -#: ../../mod/import_items.php:114 ../../mod/profperm.php:23 -#: ../../index.php:364 -msgid "Permission denied" -msgstr "Permiso denegado" +#: ../../include/acl_selectors.php:244 +msgid "Don't show" +msgstr "No mostrar" -#: ../../include/items.php:1130 ../../include/items.php:1176 -msgid "(Unknown)" -msgstr "(Desconocido)" +#: ../../include/acl_selectors.php:249 +msgid "Other networks and post services" +msgstr "Otras redes y servicios de publicación" -#: ../../include/items.php:1373 -msgid "Visible to anybody on the internet." -msgstr "Visible para cualquiera en internet." +#: ../../include/acl_selectors.php:251 ../../mod/chat.php:211 +#: ../../mod/filestorage.php:147 ../../mod/photos.php:639 +#: ../../mod/photos.php:1012 ../../mod/thing.php:309 ../../mod/thing.php:355 +msgid "Permissions" +msgstr "Permisos" -#: ../../include/items.php:1375 -msgid "Visible to you only." -msgstr "Visible sólo para usted." +#: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384 +#: ../../mod/photos.php:1229 +msgid "Close" +msgstr "Cerrar" -#: ../../include/items.php:1377 -msgid "Visible to anybody in this network." -msgstr "Visible para cualquiera en esta red." +#: ../../include/activities.php:42 +msgid " and " +msgstr "y" -#: ../../include/items.php:1379 -msgid "Visible to anybody authenticated." -msgstr "Visible para cualquiera que haya sido autenticado." +#: ../../include/activities.php:50 +msgid "public profile" +msgstr "perfil público" -#: ../../include/items.php:1381 +#: ../../include/activities.php:59 #, php-format -msgid "Visible to anybody on %s." -msgstr "Visible para cualquiera en %s." - -#: ../../include/items.php:1383 -msgid "Visible to all connections." -msgstr "Visible para todas las conexiones." - -#: ../../include/items.php:1385 -msgid "Visible to approved connections." -msgstr "Visible para las conexiones permitidas." - -#: ../../include/items.php:1387 -msgid "Visible to specific connections." -msgstr "Visible para conexiones especÃficas." - -#: ../../include/items.php:4319 ../../mod/filestorage.php:27 -#: ../../mod/thing.php:86 ../../mod/admin.php:127 ../../mod/admin.php:1012 -#: ../../mod/admin.php:1217 ../../mod/display.php:36 ../../mod/viewsrc.php:20 -msgid "Item not found." -msgstr "Elemento no encontrado." - -#: ../../include/items.php:4831 ../../mod/group.php:38 ../../mod/group.php:137 -msgid "Collection not found." -msgstr "Colección no encontrada." - -#: ../../include/items.php:4847 -msgid "Collection is empty." -msgstr "La colección está vacÃa." +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s ha cambiado %2$s a “%3$s”" -#: ../../include/items.php:4854 +#: ../../include/activities.php:60 #, php-format -msgid "Collection: %s" -msgstr "Colección: %s" +msgid "Visit %1$s's %2$s" +msgstr "Visitar %2$s de %1$s" -#: ../../include/items.php:4864 ../../mod/connedit.php:683 +#: ../../include/activities.php:63 #, php-format -msgid "Connection: %s" -msgstr "Conexión: %s" - -#: ../../include/items.php:4866 -msgid "Connection not found." -msgstr "Conexión no encontrada" - -#: ../../include/event.php:22 ../../include/bb2diaspora.php:471 -#: ../../include/text.php:1392 -msgid "l F d, Y \\@ g:i A" -msgstr "l d de F, Y \\@ G:i" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:477 -#: ../../include/text.php:1396 -msgid "Starts:" -msgstr "Comienza:" - -#: ../../include/event.php:40 ../../include/bb2diaspora.php:485 -#: ../../include/text.php:1400 -msgid "Finishes:" -msgstr "Finaliza:" - -#: ../../include/event.php:52 ../../include/identity.php:998 -#: ../../include/bb2diaspora.php:493 ../../include/text.php:1407 -#: ../../mod/directory.php:304 -msgid "Location:" -msgstr "Ubicación:" - -#: ../../include/event.php:768 -msgid "This event has been added to your calendar." -msgstr "Este evento ha sido añadido a su calendario." - -#: ../../include/event.php:904 ../../include/conversation.php:123 -#: ../../include/text.php:1919 ../../mod/tagger.php:47 ../../mod/like.php:363 -#: ../../mod/events.php:249 -msgid "event" -msgstr "evento" - -#: ../../include/event.php:967 -msgid "Not specified" -msgstr "Sin especificar" - -#: ../../include/event.php:968 -msgid "Needs Action" -msgstr "Necesita de una intervención" - -#: ../../include/event.php:969 -msgid "Completed" -msgstr "Completado/a" - -#: ../../include/event.php:970 -msgid "In Process" -msgstr "En proceso" - -#: ../../include/event.php:971 -msgid "Cancelled" -msgstr "Cancelado/a" - -#: ../../include/identity.php:32 -msgid "Unable to obtain identity information from database" -msgstr "No ha sido posible obtener información sobre la identidad desde la base de datos" - -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "Nombre vacÃo" - -#: ../../include/identity.php:69 -msgid "Name too long" -msgstr "Nombre demasiado largo" - -#: ../../include/identity.php:181 -msgid "No account identifier" -msgstr "Ningún identificador de la cuenta" - -#: ../../include/identity.php:193 -msgid "Nickname is required." -msgstr "Se requiere un sobrenombre (alias)." - -#: ../../include/identity.php:207 -msgid "Reserved nickname. Please choose another." -msgstr "Sobrenombre en uso. Por favor, elija otro." - -#: ../../include/identity.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio." - -#: ../../include/identity.php:288 -msgid "Unable to retrieve created identity" -msgstr "No ha sido posible recuperar la identidad creada" - -#: ../../include/identity.php:346 -msgid "Default Profile" -msgstr "Perfil principal" - -#: ../../include/identity.php:390 ../../include/identity.php:391 -#: ../../include/identity.php:398 ../../include/widgets.php:430 -#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:573 -#: ../../mod/settings.php:338 ../../mod/settings.php:342 -#: ../../mod/settings.php:343 ../../mod/settings.php:346 -#: ../../mod/settings.php:357 -msgid "Friends" -msgstr "Amigos" - -#: ../../include/identity.php:770 -msgid "Requested channel is not available." -msgstr "El canal solicitado no está disponible." - -#: ../../include/identity.php:816 ../../mod/filestorage.php:54 -#: ../../mod/connect.php:13 ../../mod/achievements.php:11 -#: ../../mod/blocks.php:29 ../../mod/hcard.php:8 ../../mod/editwebpage.php:28 -#: ../../mod/profile.php:16 ../../mod/editblock.php:29 -#: ../../mod/editlayout.php:27 ../../mod/webpages.php:29 -#: ../../mod/layouts.php:29 -msgid "Requested profile is not available." -msgstr "El perfil solicitado no está disponible." - -#: ../../include/identity.php:960 ../../mod/profiles.php:782 -msgid "Change profile photo" -msgstr "Cambiar la foto del perfil" - -#: ../../include/identity.php:966 -msgid "Profiles" -msgstr "Perfiles" - -#: ../../include/identity.php:966 -msgid "Manage/edit profiles" -msgstr "Administrar/editar perfiles" - -#: ../../include/identity.php:967 ../../mod/profiles.php:783 -msgid "Create New Profile" -msgstr "Crear un nuevo perfil" - -#: ../../include/identity.php:970 ../../include/nav.php:90 -msgid "Edit Profile" -msgstr "Editar el perfil" - -#: ../../include/identity.php:982 ../../mod/profiles.php:794 -msgid "Profile Image" -msgstr "Imagen del perfil" - -#: ../../include/identity.php:985 -msgid "visible to everybody" -msgstr "visible para cualquiera" - -#: ../../include/identity.php:986 ../../mod/profiles.php:677 -#: ../../mod/profiles.php:798 -msgid "Edit visibility" -msgstr "Editar visibilidad" - -#: ../../include/identity.php:1002 ../../include/identity.php:1242 -msgid "Gender:" -msgstr "Género:" - -#: ../../include/identity.php:1003 ../../include/identity.php:1286 -msgid "Status:" -msgstr "Estado:" +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s ha actualizado %2$s cambiando %3$s." -#: ../../include/identity.php:1004 ../../include/identity.php:1297 -msgid "Homepage:" -msgstr "Página personal:" +#: ../../include/api.php:1336 +msgid "Public Timeline" +msgstr "CronologÃa pública" -#: ../../include/identity.php:1005 -msgid "Online Now" -msgstr "Ahora en lÃnea" +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "Administrador del sitio" -#: ../../include/identity.php:1089 ../../include/identity.php:1167 -#: ../../mod/ping.php:318 -msgid "g A l F d" -msgstr "g A l d F" +#: ../../include/apps.php:129 ../../include/conversation.php:1665 +#: ../../include/nav.php:104 +msgid "Bookmarks" +msgstr "Marcadores" -#: ../../include/identity.php:1090 ../../include/identity.php:1168 -msgid "F d" -msgstr "d F" +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "Libreta de direcciones" -#: ../../include/identity.php:1135 ../../include/identity.php:1207 -#: ../../mod/ping.php:341 -msgid "[today]" -msgstr "[hoy]" +#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1518 +msgid "Login" +msgstr "Iniciar sesión" -#: ../../include/identity.php:1146 -msgid "Birthday Reminders" -msgstr "Recordatorios de cumpleaños" +#: ../../include/apps.php:132 ../../include/nav.php:203 +#: ../../mod/manage.php:162 +msgid "Channel Manager" +msgstr "Administración de canales" -#: ../../include/identity.php:1147 -msgid "Birthdays this week:" -msgstr "Cumpleaños de esta semana:" +#: ../../include/apps.php:133 ../../include/nav.php:176 +msgid "Grid" +msgstr "Red" -#: ../../include/identity.php:1200 -msgid "[No description]" -msgstr "[Sin descripción]" +#: ../../include/apps.php:134 ../../include/nav.php:205 +#: ../../include/widgets.php:577 ../../mod/admin.php:1266 +#: ../../mod/admin.php:1488 +msgid "Settings" +msgstr "Ajustes" -#: ../../include/identity.php:1218 -msgid "Event Reminders" -msgstr "Recordatorios de eventos" +#: ../../include/apps.php:136 ../../include/conversation.php:1675 +#: ../../include/nav.php:108 ../../mod/webpages.php:178 +msgid "Webpages" +msgstr "Páginas web" -#: ../../include/identity.php:1219 -msgid "Events this week:" -msgstr "Eventos de esta semana:" +#: ../../include/apps.php:137 ../../include/nav.php:179 +msgid "Channel Home" +msgstr "Mi canal" -#: ../../include/identity.php:1232 ../../include/identity.php:1349 -#: ../../include/apps.php:138 ../../mod/profperm.php:112 +#: ../../include/apps.php:138 ../../include/identity.php:1242 +#: ../../include/identity.php:1359 ../../mod/profperm.php:112 msgid "Profile" msgstr "Perfil" -#: ../../include/identity.php:1240 ../../mod/settings.php:1029 -msgid "Full Name:" -msgstr "Nombre completo:" - -#: ../../include/identity.php:1247 -msgid "Like this channel" -msgstr "Me gusta este canal" - -#: ../../include/identity.php:1258 ../../include/taxonomy.php:414 -#: ../../include/conversation.php:1721 ../../include/ItemObject.php:179 -#: ../../mod/photos.php:1083 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Me gusta" -msgstr[1] "Me gusta" - -#: ../../include/identity.php:1271 -msgid "j F, Y" -msgstr "j F Y" - -#: ../../include/identity.php:1272 -msgid "j F" -msgstr "j F" - -#: ../../include/identity.php:1279 -msgid "Birthday:" -msgstr "Cumpleaños:" - -#: ../../include/identity.php:1283 ../../mod/directory.php:299 -msgid "Age:" -msgstr "Edad:" - -#: ../../include/identity.php:1292 -#, php-format -msgid "for %1$d %2$s" -msgstr "por %1$d %2$s" - -#: ../../include/identity.php:1295 ../../mod/profiles.php:699 -msgid "Sexual Preference:" -msgstr "Orientación sexual:" - -#: ../../include/identity.php:1299 ../../mod/profiles.php:701 -#: ../../mod/directory.php:315 -msgid "Hometown:" -msgstr "Ciudad de origen:" - -#: ../../include/identity.php:1301 -msgid "Tags:" -msgstr "Etiquetas:" - -#: ../../include/identity.php:1303 ../../mod/profiles.php:702 -msgid "Political Views:" -msgstr "Posición polÃtica:" - -#: ../../include/identity.php:1305 -msgid "Religion:" -msgstr "Religión:" - -#: ../../include/identity.php:1307 ../../mod/directory.php:317 -msgid "About:" -msgstr "Sobre mÃ:" - -#: ../../include/identity.php:1309 -msgid "Hobbies/Interests:" -msgstr "Aficciones/Intereses:" - -#: ../../include/identity.php:1311 ../../mod/profiles.php:705 -msgid "Likes:" -msgstr "Me gusta:" - -#: ../../include/identity.php:1313 ../../mod/profiles.php:706 -msgid "Dislikes:" -msgstr "No me gusta:" - -#: ../../include/identity.php:1315 -msgid "Contact information and Social Networks:" -msgstr "Información de contacto y redes sociales:" - -#: ../../include/identity.php:1317 -msgid "My other channels:" -msgstr "Mis otros canales:" - -#: ../../include/identity.php:1319 -msgid "Musical interests:" -msgstr "Intereses musicales:" - -#: ../../include/identity.php:1321 -msgid "Books, literature:" -msgstr "Libros, literatura:" - -#: ../../include/identity.php:1323 -msgid "Television:" -msgstr "Televisión:" - -#: ../../include/identity.php:1325 -msgid "Film/dance/culture/entertainment:" -msgstr "Cine/danza/cultura/entretenimiento:" - -#: ../../include/identity.php:1327 -msgid "Love/Romance:" -msgstr "Vida sentimental/amorosa:" - -#: ../../include/identity.php:1329 -msgid "Work/employment:" -msgstr "Trabajo:" - -#: ../../include/identity.php:1331 -msgid "School/education:" -msgstr "Estudios:" - -#: ../../include/identity.php:1351 -msgid "Like this thing" -msgstr "Me gusta esto" - -#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 -msgid "Tags" -msgstr "Etiquetas" - -#: ../../include/taxonomy.php:282 ../../include/widgets.php:36 -#: ../../include/contact_widgets.php:95 -msgid "Categories" -msgstr "CategorÃas" +#: ../../include/apps.php:139 ../../include/conversation.php:1632 +#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Fotos" -#: ../../include/taxonomy.php:305 -msgid "Keywords" -msgstr "Palabras clave" +#: ../../include/apps.php:140 ../../include/nav.php:198 +msgid "Events" +msgstr "Eventos" -#: ../../include/taxonomy.php:326 -msgid "have" -msgstr "tener" +#: ../../include/apps.php:141 ../../include/nav.php:164 +msgid "Directory" +msgstr "Directorio" -#: ../../include/taxonomy.php:326 -msgid "has" -msgstr "tiene" +#: ../../include/apps.php:142 ../../include/nav.php:155 ../../mod/help.php:208 +#: ../../mod/help.php:213 ../../mod/layouts.php:176 +msgid "Help" +msgstr "Ayuda" -#: ../../include/taxonomy.php:327 -msgid "want" -msgstr "quiero" +#: ../../include/apps.php:143 ../../include/nav.php:190 +msgid "Mail" +msgstr "Correo" -#: ../../include/taxonomy.php:327 -msgid "wants" -msgstr "quiere" +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Estado de ánimo" -#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254 -msgid "like" -msgstr "me gusta" +#: ../../include/apps.php:145 ../../include/conversation.php:965 +#: ../../mod/poke.php:164 +msgid "Poke" +msgstr "Toques y otras cosas" -#: ../../include/taxonomy.php:328 -msgid "likes" -msgstr "gusta de" +#: ../../include/apps.php:146 ../../include/nav.php:98 +msgid "Chat" +msgstr "Chat" -#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255 -msgid "dislike" -msgstr "no me gusta" +#: ../../include/apps.php:147 ../../include/nav.php:161 +#: ../../include/text.php:885 ../../include/text.php:897 +#: ../../mod/connections.php:302 ../../mod/search.php:40 +msgid "Search" +msgstr "Buscar" -#: ../../include/taxonomy.php:329 -msgid "dislikes" -msgstr "no gusta de" +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "Probar" -#: ../../include/acl_selectors.php:240 -msgid "Visible to your default audience" -msgstr "Visible para su público predeterminado." +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "Sugerir" -#: ../../include/acl_selectors.php:241 -msgid "Show" -msgstr "Mostrar" +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "Canal aleatorio" -#: ../../include/acl_selectors.php:242 -msgid "Don't show" -msgstr "No mostrar" +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "Invitar" -#: ../../include/acl_selectors.php:247 -msgid "Other networks and post services" -msgstr "Otras redes y servicios de correo" +#: ../../include/apps.php:152 ../../include/widgets.php:1293 +msgid "Features" +msgstr "Funcionalidades" -#: ../../include/acl_selectors.php:249 ../../mod/filestorage.php:147 -#: ../../mod/thing.php:310 ../../mod/thing.php:356 ../../mod/photos.php:631 -#: ../../mod/photos.php:998 ../../mod/chat.php:211 -msgid "Permissions" -msgstr "Permisos" +#: ../../include/apps.php:153 ../../mod/id.php:28 +msgid "Language" +msgstr "Idioma" -#: ../../include/acl_selectors.php:250 ../../include/ItemObject.php:384 -#: ../../mod/photos.php:1215 -msgid "Close" -msgstr "Cerrar" +#: ../../include/apps.php:154 +msgid "Post" +msgstr "Publicación" -#: ../../include/activities.php:42 -msgid " and " -msgstr "y" +#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 +#: ../../mod/id.php:19 +msgid "Profile Photo" +msgstr "Foto del perfil" -#: ../../include/activities.php:50 -msgid "public profile" -msgstr "perfil público" +#: ../../include/apps.php:252 ../../mod/settings.php:84 +#: ../../mod/settings.php:612 +msgid "Update" +msgstr "Actualizar" -#: ../../include/activities.php:59 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s cambió %2$s a “%3$s”" +#: ../../include/apps.php:252 +msgid "Install" +msgstr "Instalar" -#: ../../include/activities.php:60 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Visitar %2$s de %1$s" +#: ../../include/apps.php:257 +msgid "Purchase" +msgstr "Comprar" -#: ../../include/activities.php:63 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s ha actualizado %2$s cambiando %3$s." +#: ../../include/attach.php:140 ../../include/attach.php:188 +#: ../../include/attach.php:251 ../../include/attach.php:265 +#: ../../include/attach.php:272 ../../include/attach.php:337 +#: ../../include/attach.php:351 ../../include/attach.php:358 +#: ../../include/attach.php:436 ../../include/attach.php:888 +#: ../../include/attach.php:959 ../../include/attach.php:1111 +#: ../../include/chat.php:133 ../../include/photos.php:29 +#: ../../include/items.php:4437 ../../index.php:189 ../../index.php:377 +#: ../../mod/achievements.php:30 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/appman.php:66 ../../mod/authtest.php:13 ../../mod/block.php:22 +#: ../../mod/block.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76 +#: ../../mod/bookmarks.php:48 ../../mod/channel.php:100 +#: ../../mod/channel.php:217 ../../mod/channel.php:257 ../../mod/chat.php:94 +#: ../../mod/chat.php:99 ../../mod/common.php:35 ../../mod/connections.php:29 +#: ../../mod/connedit.php:355 ../../mod/editblock.php:65 +#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 +#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64 +#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101 +#: ../../mod/editwebpage.php:125 ../../mod/events.php:260 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 +#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 +#: ../../mod/fsuggest.php:78 ../../mod/group.php:9 ../../mod/id.php:71 +#: ../../mod/invite.php:13 ../../mod/invite.php:87 ../../mod/item.php:206 +#: ../../mod/item.php:214 ../../mod/item.php:1050 ../../mod/layouts.php:69 +#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/like.php:177 +#: ../../mod/locs.php:83 ../../mod/mail.php:126 ../../mod/manage.php:6 +#: ../../mod/menu.php:74 ../../mod/message.php:16 ../../mod/mitem.php:111 +#: ../../mod/mood.php:112 ../../mod/network.php:12 +#: ../../mod/new_channel.php:75 ../../mod/new_channel.php:109 +#: ../../mod/notifications.php:66 ../../mod/page.php:31 ../../mod/page.php:86 +#: ../../mod/pdledit.php:22 ../../mod/photos.php:70 ../../mod/poke.php:133 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 +#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354 +#: ../../mod/profiles.php:198 ../../mod/profiles.php:584 +#: ../../mod/rate.php:111 ../../mod/register.php:73 ../../mod/regmod.php:17 +#: ../../mod/service_limits.php:7 ../../mod/settings.php:568 +#: ../../mod/setup.php:230 ../../mod/sharedwithme.php:7 +#: ../../mod/sources.php:66 ../../mod/suggest.php:26 ../../mod/thing.php:270 +#: ../../mod/thing.php:290 ../../mod/thing.php:327 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/viewsrc.php:14 ../../mod/webpages.php:69 +#: ../../mod/cover_photo.php:273 ../../mod/cover_photo.php:286 +msgid "Permission denied." +msgstr "Acceso denegado." #: ../../include/attach.php:246 ../../include/attach.php:332 msgid "Item was not found." @@ -1112,1042 +511,289 @@ msgstr "Elemento no encontrado." msgid "No source file." msgstr "Ningún fichero de origen" -#: ../../include/attach.php:514 +#: ../../include/attach.php:518 msgid "Cannot locate file to replace" msgstr "No se puede localizar el fichero que va a ser sustituido." -#: ../../include/attach.php:532 +#: ../../include/attach.php:536 msgid "Cannot locate file to revise/update" msgstr "No se puede localizar el fichero para revisar/actualizar" -#: ../../include/attach.php:667 +#: ../../include/attach.php:671 #, php-format msgid "File exceeds size limit of %d" msgstr "El fichero supera el limite de tamaño de %d" -#: ../../include/attach.php:681 +#: ../../include/attach.php:685 #, php-format msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "Ha alcanzado su lÃmite de %1$.0f Mbytes de almacenamiento de adjuntos." -#: ../../include/attach.php:837 +#: ../../include/attach.php:841 msgid "File upload failed. Possible system limit or action terminated." msgstr "Error de carga, posiblemente por limite del sistema o porque la acción ha finalizado." -#: ../../include/attach.php:850 +#: ../../include/attach.php:854 msgid "Stored file could not be verified. Upload failed." msgstr "El fichero almacenado no ha podido ser verificado. El envÃo ha fallado." -#: ../../include/attach.php:898 ../../include/attach.php:914 +#: ../../include/attach.php:902 ../../include/attach.php:918 msgid "Path not available." msgstr "Ruta no disponible." -#: ../../include/attach.php:960 ../../include/attach.php:1112 +#: ../../include/attach.php:964 ../../include/attach.php:1116 msgid "Empty pathname" msgstr "Ruta vacÃa" -#: ../../include/attach.php:986 +#: ../../include/attach.php:990 msgid "duplicate filename or path" msgstr "Nombre duplicado de ruta o fichero" -#: ../../include/attach.php:1008 +#: ../../include/attach.php:1012 msgid "Path not found." msgstr "Ruta no encontrada" -#: ../../include/attach.php:1066 +#: ../../include/attach.php:1070 msgid "mkdir failed." msgstr "mkdir ha fallado." -#: ../../include/attach.php:1070 +#: ../../include/attach.php:1074 msgid "database storage failed." msgstr "el almacenamiento en la base de datos ha fallado." -#: ../../include/attach.php:1118 +#: ../../include/attach.php:1122 msgid "Empty path" msgstr "Ruta vacÃa" -#: ../../include/bb2diaspora.php:382 -msgid "Attachments:" -msgstr "Ficheros adjuntos:" - -#: ../../include/bb2diaspora.php:473 -msgid "$Projectname event notification:" -msgstr "Notificación de eventos de $Projectname:" +#: ../../include/auth.php:132 +msgid "Logged out." +msgstr "Desconectado/a." -#: ../../include/notify.php:20 -msgid "created a new post" -msgstr "ha creado una nueva entrada" +#: ../../include/auth.php:273 +msgid "Failed authentication" +msgstr "Autenticación fallida." -#: ../../include/notify.php:21 -#, php-format -msgid "commented on %s's post" -msgstr "ha comentado la entrada de %s" +#: ../../include/auth.php:287 ../../mod/openid.php:189 +msgid "Login failed." +msgstr "El acceso ha fallado." -#: ../../include/widgets.php:92 ../../include/nav.php:157 -#: ../../mod/apps.php:36 -msgid "Apps" -msgstr "Aplicaciones" +#: ../../include/bb2diaspora.php:376 +msgid "Attachments:" +msgstr "Ficheros adjuntos:" -#: ../../include/widgets.php:93 -msgid "System" -msgstr "Sistema" +#: ../../include/bb2diaspora.php:465 ../../include/event.php:22 +#: ../../include/text.php:1418 +msgid "l F d, Y \\@ g:i A" +msgstr "l d de F, Y \\@ G:i" -#: ../../include/widgets.php:95 ../../include/conversation.php:1526 -msgid "Personal" -msgstr "Personales" +#: ../../include/bb2diaspora.php:467 +msgid "$Projectname event notification:" +msgstr "Notificación de eventos de $Projectname:" -#: ../../include/widgets.php:96 -msgid "Create Personal App" -msgstr "Crear una aplicación personal" +#: ../../include/bb2diaspora.php:471 ../../include/event.php:30 +#: ../../include/text.php:1422 +msgid "Starts:" +msgstr "Comienza:" -#: ../../include/widgets.php:97 -msgid "Edit Personal App" -msgstr "Editar una aplicación personal" +#: ../../include/bb2diaspora.php:479 ../../include/event.php:40 +#: ../../include/text.php:1426 +msgid "Finishes:" +msgstr "Finaliza:" -#: ../../include/widgets.php:139 ../../mod/suggest.php:54 -msgid "Ignore/Hide" -msgstr "Ignorar/Ocultar" +#: ../../include/bb2diaspora.php:487 ../../include/event.php:52 +#: ../../include/text.php:1433 ../../include/identity.php:1005 +#: ../../mod/directory.php:307 +msgid "Location:" +msgstr "Ubicación:" -#: ../../include/widgets.php:144 ../../mod/connections.php:125 -msgid "Suggestions" -msgstr "Sugerencias" +#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 +#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 +#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 +#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 +#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 +#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 +#: ../../include/bbcode.php:833 +msgid "Image/photo" +msgstr "Imagen/foto" -#: ../../include/widgets.php:145 -msgid "See more..." -msgstr "Ver más..." +#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 +msgid "Encrypted content" +msgstr "Contenido cifrado" -#: ../../include/widgets.php:166 +#: ../../include/bbcode.php:179 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "Tiene %1$.0f de %2$.0f conexiones permitidas." - -#: ../../include/widgets.php:172 -msgid "Add New Connection" -msgstr "Añadir nueva conexión" - -#: ../../include/widgets.php:173 -msgid "Enter the channel address" -msgstr "Introducir la dirección del canal" - -#: ../../include/widgets.php:174 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Ejemplo: paco@ejemplo.com, http://ejemplo.com/paco" - -#: ../../include/widgets.php:190 -msgid "Notes" -msgstr "Notas" - -#: ../../include/widgets.php:192 ../../include/text.php:868 -#: ../../include/text.php:880 ../../mod/rbmark.php:28 ../../mod/rbmark.php:100 -#: ../../mod/admin.php:1449 ../../mod/admin.php:1469 ../../mod/filer.php:49 -msgid "Save" -msgstr "Guardar" - -#: ../../include/widgets.php:266 -msgid "Remove term" -msgstr "Eliminar término" - -#: ../../include/widgets.php:274 ../../include/features.php:72 -msgid "Saved Searches" -msgstr "Búsquedas guardadas" - -#: ../../include/widgets.php:275 ../../include/group.php:300 -msgid "add" -msgstr "añadir" - -#: ../../include/widgets.php:304 ../../include/features.php:85 -#: ../../include/contact_widgets.php:57 -msgid "Saved Folders" -msgstr "Carpetas guardadas" - -#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60 -#: ../../include/contact_widgets.php:98 -msgid "Everything" -msgstr "Todo" - -#: ../../include/widgets.php:349 -msgid "Archives" -msgstr "Hemeroteca" - -#: ../../include/widgets.php:428 ../../mod/connedit.php:571 -msgid "Me" -msgstr "Yo" - -#: ../../include/widgets.php:429 ../../mod/connedit.php:572 -msgid "Family" -msgstr "Familia" - -#: ../../include/widgets.php:431 ../../mod/connedit.php:574 -msgid "Acquaintances" -msgstr "Conocidos/as" - -#: ../../include/widgets.php:432 ../../mod/connedit.php:575 -#: ../../mod/connections.php:88 ../../mod/connections.php:103 -msgid "All" -msgstr "Todas" - -#: ../../include/widgets.php:451 -msgid "Refresh" -msgstr "Recargar" - -#: ../../include/widgets.php:485 -msgid "Account settings" -msgstr "Configuración de la cuenta" - -#: ../../include/widgets.php:491 -msgid "Channel settings" -msgstr "Configuración del canal" - -#: ../../include/widgets.php:497 -msgid "Additional features" -msgstr "CaracterÃsticas adicionales" - -#: ../../include/widgets.php:503 -msgid "Feature/Addon settings" -msgstr "Configuración de caracterÃsticas o complementos" - -#: ../../include/widgets.php:509 -msgid "Display settings" -msgstr "Ajustes de visualización" - -#: ../../include/widgets.php:515 -msgid "Connected apps" -msgstr "Aplicaciones conectadas" - -#: ../../include/widgets.php:521 -msgid "Export channel" -msgstr "Exportar canal" - -#: ../../include/widgets.php:530 ../../mod/connedit.php:683 -msgid "Connection Default Permissions" -msgstr "Permisos predeterminados de conexión" - -#: ../../include/widgets.php:538 -msgid "Premium Channel Settings" -msgstr "Configuración del canal premium" - -#: ../../include/widgets.php:546 ../../include/features.php:59 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "OrÃgenes de los contenidos del canal" - -#: ../../include/widgets.php:554 ../../include/nav.php:202 -#: ../../include/apps.php:134 ../../mod/admin.php:1071 -#: ../../mod/admin.php:1271 -msgid "Settings" -msgstr "Ajustes" - -#: ../../include/widgets.php:568 -msgid "Private Mail Menu" -msgstr "Menú de correo privado" - -#: ../../include/widgets.php:570 -msgid "Combined View" -msgstr "Vista combinada" - -#: ../../include/widgets.php:575 ../../include/nav.php:191 -msgid "Inbox" -msgstr "Bandeja de entrada" - -#: ../../include/widgets.php:580 ../../include/nav.php:192 -msgid "Outbox" -msgstr "Bandeja de salida" - -#: ../../include/widgets.php:585 ../../include/nav.php:193 -msgid "New Message" -msgstr "Nuevo mensaje" - -#: ../../include/widgets.php:604 ../../include/widgets.php:616 -msgid "Conversations" -msgstr "Conversaciones" - -#: ../../include/widgets.php:608 -msgid "Received Messages" -msgstr "Mensajes recibidos" - -#: ../../include/widgets.php:612 -msgid "Sent Messages" -msgstr "Enviar mensajes" - -#: ../../include/widgets.php:626 -msgid "No messages." -msgstr "Sin mensajes." - -#: ../../include/widgets.php:644 -msgid "Delete conversation" -msgstr "Eliminar conversación" - -#: ../../include/widgets.php:670 -msgid "Events Menu" -msgstr "Menú de eventos" - -#: ../../include/widgets.php:671 -msgid "Day View" -msgstr "Eventos del dÃa" - -#: ../../include/widgets.php:672 -msgid "Week View" -msgstr "Eventos de la semana" - -#: ../../include/widgets.php:673 -msgid "Month View" -msgstr "Eventos del mes" - -#: ../../include/widgets.php:674 ../../mod/events.php:654 -msgid "Export" -msgstr "Exportar" - -#: ../../include/widgets.php:675 ../../mod/events.php:657 -msgid "Import" -msgstr "Importar" - -#: ../../include/widgets.php:685 -msgid "Events Tools" -msgstr "Gestión de eventos" - -#: ../../include/widgets.php:686 -msgid "Export Calendar" -msgstr "Exportar el calendario" - -#: ../../include/widgets.php:687 -msgid "Import Calendar" -msgstr "Importar un calendario" - -#: ../../include/widgets.php:761 -msgid "Chat Rooms" -msgstr "Salas de chat" - -#: ../../include/widgets.php:781 -msgid "Bookmarked Chatrooms" -msgstr "Salas de chat preferidas" - -#: ../../include/widgets.php:801 -msgid "Suggested Chatrooms" -msgstr "Salas de chat sugeridas" - -#: ../../include/widgets.php:928 ../../include/widgets.php:986 -msgid "photo/image" -msgstr "foto/imagen" - -#: ../../include/widgets.php:1081 ../../include/widgets.php:1083 -msgid "Rate Me" -msgstr "Valorar este canal" - -#: ../../include/widgets.php:1087 -msgid "View Ratings" -msgstr "Mostrar las valoraciones" - -#: ../../include/widgets.php:1098 -msgid "Public Hubs" -msgstr "Servidores públicos" - -#: ../../include/widgets.php:1146 -msgid "Forums" -msgstr "Foros" - -#: ../../include/widgets.php:1175 -msgid "Tasks" -msgstr "Tareas" - -#: ../../include/widgets.php:1184 -msgid "Documentation" -msgstr "Documentación" - -#: ../../include/widgets.php:1186 -msgid "Project/Site Information" -msgstr "Información sobre el proyecto o sitio" - -#: ../../include/widgets.php:1187 -msgid "For Members" -msgstr "Para los usuarios" - -#: ../../include/widgets.php:1188 -msgid "For Administrators" -msgstr "Para los administradores" - -#: ../../include/widgets.php:1189 -msgid "For Developers" -msgstr "Para los desarrolladores" - -#: ../../include/widgets.php:1214 ../../mod/admin.php:441 -msgid "Site" -msgstr "Sitio" - -#: ../../include/widgets.php:1215 -msgid "Accounts" -msgstr "Cuentas" - -#: ../../include/widgets.php:1216 ../../mod/admin.php:972 -msgid "Channels" -msgstr "Canales" - -#: ../../include/widgets.php:1217 ../../mod/admin.php:1069 -#: ../../mod/admin.php:1109 -msgid "Plugins" -msgstr "Extensiones" +msgid "Install %s element: " +msgstr "Instalar el elemento %s:" -#: ../../include/widgets.php:1218 ../../mod/admin.php:1269 -#: ../../mod/admin.php:1303 -msgid "Themes" -msgstr "Temas" +#: ../../include/bbcode.php:183 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." +msgstr "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio." -#: ../../include/widgets.php:1219 -msgid "Inspect queue" -msgstr "Examinar la cola" +#: ../../include/bbcode.php:193 ../../mod/impel.php:37 +msgid "webpage" +msgstr "página web" -#: ../../include/widgets.php:1220 -msgid "Profile Config" -msgstr "Ajustes del perfil" +#: ../../include/bbcode.php:196 ../../mod/impel.php:47 +msgid "layout" +msgstr "disposición" -#: ../../include/widgets.php:1221 -msgid "DB updates" -msgstr "Actualizaciones de la base de datos" +#: ../../include/bbcode.php:199 ../../mod/impel.php:42 +msgid "block" +msgstr "bloque" -#: ../../include/widgets.php:1239 ../../include/widgets.php:1245 -#: ../../mod/admin.php:1388 -msgid "Logs" -msgstr "Informes" +#: ../../include/bbcode.php:202 ../../mod/impel.php:54 +msgid "menu" +msgstr "menú" -#: ../../include/widgets.php:1243 ../../include/nav.php:210 -msgid "Admin" -msgstr "Administrador" +#: ../../include/bbcode.php:257 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s escribió %2$s siguiente %3$s" -#: ../../include/widgets.php:1244 -msgid "Plugin Features" -msgstr "Ajustes de la extensión" +#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 +msgid "post" +msgstr "la entrada" -#: ../../include/widgets.php:1246 -msgid "User registrations waiting for confirmation" -msgstr "Registros de usuarios pendientes de confirmación" +#: ../../include/bbcode.php:547 +msgid "Different viewers will see this text differently" +msgstr "Visitantes diferentes verán este texto de forma distinta" -#: ../../include/widgets.php:1324 ../../mod/photos.php:748 -#: ../../mod/photos.php:1283 -msgid "View Photo" -msgstr "Ver foto" +#: ../../include/bbcode.php:755 +msgid "$1 spoiler" +msgstr "$1 spoiler" -#: ../../include/widgets.php:1341 ../../mod/photos.php:779 -msgid "Edit Album" -msgstr "Editar álbum" +#: ../../include/bbcode.php:782 +msgid "$1 wrote:" +msgstr "$1 escribió:" #: ../../include/bookmarks.php:35 #, php-format msgid "%1$s's bookmarks" msgstr "Marcadores de %1$s" -#: ../../include/features.php:38 -msgid "General Features" -msgstr "CaracterÃsticas generales" - -#: ../../include/features.php:40 -msgid "Content Expiration" -msgstr "Caducidad del contenido" - -#: ../../include/features.php:40 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "Eliminar publicaciones/comentarios y/o mensajes privados más adelante" - -#: ../../include/features.php:41 -msgid "Multiple Profiles" -msgstr "Múltiples perfiles" - -#: ../../include/features.php:41 -msgid "Ability to create multiple profiles" -msgstr "Capacidad de crear múltiples perfiles" - -#: ../../include/features.php:42 -msgid "Advanced Profiles" -msgstr "Perfiles avanzados" - -#: ../../include/features.php:42 -msgid "Additional profile sections and selections" -msgstr "Secciones y selecciones de perfil adicionales" - -#: ../../include/features.php:43 -msgid "Profile Import/Export" -msgstr "Importar/Exportar perfil" - -#: ../../include/features.php:43 -msgid "Save and load profile details across sites/channels" -msgstr "Guardar y cargar detalles del perfil a través de sitios/canales" - -#: ../../include/features.php:44 -msgid "Web Pages" -msgstr "Páginas web" - -#: ../../include/features.php:44 -msgid "Provide managed web pages on your channel" -msgstr "Proveer páginas web gestionadas en su canal" - -#: ../../include/features.php:45 -msgid "Private Notes" -msgstr "Notas privadas" - -#: ../../include/features.php:45 -msgid "Enables a tool to store notes and reminders" -msgstr "Activar una herramienta para almacenar notas y recordatorios" - -#: ../../include/features.php:46 -msgid "Navigation Channel Select" -msgstr "Navegación por el selector de canales" - -#: ../../include/features.php:46 -msgid "Change channels directly from within the navigation dropdown menu" -msgstr "Cambiar de canales directamente desde el menú de navegación desplegable" - -#: ../../include/features.php:47 -msgid "Photo Location" -msgstr "Ubicación de las fotos" - -#: ../../include/features.php:47 -msgid "If location data is available on uploaded photos, link this to a map." -msgstr "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa." - -#: ../../include/features.php:49 -msgid "Expert Mode" -msgstr "Modo de experto" - -#: ../../include/features.php:49 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Habilitar el modo de experto para acceder a opciones avanzadas de configuración" - -#: ../../include/features.php:50 -msgid "Premium Channel" -msgstr "Canal premium" - -#: ../../include/features.php:50 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Les permite configurar restricciones y normas de uso a aquellos que conectan con su canal" - -#: ../../include/features.php:55 -msgid "Post Composition Features" -msgstr "CaracterÃsticas de composición de entradas" - -#: ../../include/features.php:57 -msgid "Use Markdown" -msgstr "Usar Markdown" - -#: ../../include/features.php:57 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "Permitir el uso de \"Markdown\" para formatear publicaciones" - -#: ../../include/features.php:58 -msgid "Large Photos" -msgstr "Fotos de gran tamaño" - -#: ../../include/features.php:58 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" -msgstr "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)" - -#: ../../include/features.php:59 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Importar automáticamente contenido de otros canales o \"feeds\"" - -#: ../../include/features.php:60 -msgid "Even More Encryption" -msgstr "Más cifrado todavÃa" - -#: ../../include/features.php:60 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida." - -#: ../../include/features.php:61 -msgid "Enable Voting Tools" -msgstr "Activar herramientas de votación" - -#: ../../include/features.php:61 -msgid "Provide a class of post which others can vote on" -msgstr "Proveer una clase de publicación en la que otros puedan votar" - -#: ../../include/features.php:62 -msgid "Delayed Posting" -msgstr "Publicación aplazada" - -#: ../../include/features.php:62 -msgid "Allow posts to be published at a later date" -msgstr "Permitir mensajes que se publicarán en una fecha posterior" - -#: ../../include/features.php:63 -msgid "Suppress Duplicate Posts/Comments" -msgstr "Prevenir entradas o comentarios duplicados" - -#: ../../include/features.php:63 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." -msgstr "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo." - -#: ../../include/features.php:69 -msgid "Network and Stream Filtering" -msgstr "Filtrado del contenido" - -#: ../../include/features.php:70 -msgid "Search by Date" -msgstr "Buscar por fecha" - -#: ../../include/features.php:70 -msgid "Ability to select posts by date ranges" -msgstr "Capacidad de seleccionar entradas por rango de fechas" - -#: ../../include/features.php:71 -msgid "Collections Filter" -msgstr "Filtrado de colecciones" - -#: ../../include/features.php:71 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Habilitar la muestra de entradas eligiendo colecciones" - -#: ../../include/features.php:72 -msgid "Save search terms for re-use" -msgstr "Guardar términos de búsqueda para su reutilización" - -#: ../../include/features.php:73 -msgid "Network Personal Tab" -msgstr "Actividad personal" - -#: ../../include/features.php:73 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado." - -#: ../../include/features.php:74 -msgid "Network New Tab" -msgstr "Contenido nuevo" - -#: ../../include/features.php:74 -msgid "Enable tab to display all new Network activity" -msgstr "Habilitar una pestaña en la que se muestre solo el contenido nuevo" - -#: ../../include/features.php:75 -msgid "Affinity Tool" -msgstr "Herramienta de afinidad" - -#: ../../include/features.php:75 -msgid "Filter stream activity by depth of relationships" -msgstr "Filtrar el contenido según la profundidad de las relaciones" - -#: ../../include/features.php:76 -msgid "Connection Filtering" -msgstr "Filtrado de conexiones" - -#: ../../include/features.php:76 -msgid "Filter incoming posts from connections based on keywords/content" -msgstr "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido" - -#: ../../include/features.php:77 -msgid "Suggest Channels" -msgstr "Sugerir canales" - -#: ../../include/features.php:77 -msgid "Show channel suggestions" -msgstr "Mostrar sugerencias de canales" - -#: ../../include/features.php:82 -msgid "Post/Comment Tools" -msgstr "Herramientas de entradas/comentarios" - -#: ../../include/features.php:83 -msgid "Tagging" -msgstr "Etiquetado" - -#: ../../include/features.php:83 -msgid "Ability to tag existing posts" -msgstr "Capacidad de etiquetar entradas existentes" - -#: ../../include/features.php:84 -msgid "Post Categories" -msgstr "CategorÃas de entradas" - -#: ../../include/features.php:84 -msgid "Add categories to your posts" -msgstr "Añadir categorÃas a sus publicaciones" - -#: ../../include/features.php:85 -msgid "Ability to file posts under folders" -msgstr "Capacidad de archivar entradas en carpetas" - -#: ../../include/features.php:86 -msgid "Dislike Posts" -msgstr "Desagrado de publicaciones" - -#: ../../include/features.php:86 -msgid "Ability to dislike posts/comments" -msgstr "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios" - -#: ../../include/features.php:87 -msgid "Star Posts" -msgstr "Entradas destacadas" - -#: ../../include/features.php:87 -msgid "Ability to mark special posts with a star indicator" -msgstr "Capacidad de marcar entradas destacadas con un indicador de estrella" - -#: ../../include/features.php:88 -msgid "Tag Cloud" -msgstr "Nube de etiquetas" - -#: ../../include/features.php:88 -msgid "Provide a personal tag cloud on your channel page" -msgstr "Proveer nube de etiquetas personal en su página de canal" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 -msgid "Male" -msgstr "Hombre" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 -msgid "Female" -msgstr "Mujer" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Actualmente hombre" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Actualmente mujer" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Generalmente hombre" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Generalmente mujer" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgénero" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Intersexual" - -#: ../../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 "Neutral" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "No especificado" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871 -msgid "Other" -msgstr "Otro" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Indeciso/a" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "Hombres" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "Mujeres" - -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "Homosexual" - -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "Lesbiana" - -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "Sin preferencias" - -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "Bisexual" - -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "Autosexual" - -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "Casto/a" - -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "Virgen" - -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "Fuera de lo común" - -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "Fetichista" - -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "OrgÃas" - -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "Asexual" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "Soltero/a" - -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "Solo/a" - -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "Disponible" - -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "No disponible" - -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "Enamorado/a" - -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "Apasionado/a" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "Saliendo con alguien" - -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "Infiel" - -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "Con adicción al sexo" - -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "Amigos con algo extra" - -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "Casual" - -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "Prometido/a" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "Casado/a" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "Casado/a en sueños" - -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "Pareja" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "Cohabitando" - -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "Matrimonio tradicional" - -#: ../../include/profile_selectors.php:80 -msgid "Happy" -msgstr "FelÃz" - -#: ../../include/profile_selectors.php:80 -msgid "Not looking" -msgstr "No estoy buscando" - -#: ../../include/profile_selectors.php:80 -msgid "Swinger" -msgstr "Libertino" - -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" -msgstr "Engañado/a" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" -msgstr "Separado/a" - -#: ../../include/profile_selectors.php:80 -msgid "Unstable" -msgstr "Inestable" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" -msgstr "Divorciado/a" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" -msgstr "Divorciado/a en sueños" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" -msgstr "Viudo/a" - -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" -msgstr "Indeterminado" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" -msgstr "Es complicado" - -#: ../../include/profile_selectors.php:80 -msgid "Don't care" -msgstr "No me importa" - -#: ../../include/profile_selectors.php:80 -msgid "Ask me" -msgstr "Pregúnteme" - -#: ../../include/datetime.php:48 -msgid "Miscellaneous" -msgstr "Varios" - -#: ../../include/datetime.php:132 -msgid "YYYY-MM-DD or MM-DD" -msgstr "AAAA-MM-DD o MM-DD" +#: ../../include/chat.php:23 +msgid "Missing room name" +msgstr "Sala de chat sin nombre" -#: ../../include/datetime.php:236 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442 -msgid "Required" -msgstr "Obligatorio" +#: ../../include/chat.php:32 +msgid "Duplicate room name" +msgstr "Nombre de sala duplicado." -#: ../../include/datetime.php:263 ../../boot.php:2284 -msgid "never" -msgstr "nunca" +#: ../../include/chat.php:82 ../../include/chat.php:90 +msgid "Invalid room specifier." +msgstr "Especificador de sala no válido." -#: ../../include/datetime.php:269 -msgid "less than a second ago" -msgstr "hace un instante" +#: ../../include/chat.php:122 +msgid "Room not found." +msgstr "Sala no encontrada." -#: ../../include/datetime.php:272 -msgid "year" -msgstr "año" +#: ../../include/chat.php:143 +msgid "Room is full" +msgstr "La sala está llena." -#: ../../include/datetime.php:272 -msgid "years" -msgstr "años" +#: ../../include/comanche.php:34 ../../mod/admin.php:366 +msgid "Default" +msgstr "Predeterminado" -#: ../../include/datetime.php:273 -msgid "month" -msgstr "mes" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invitación pendiente" +msgstr[1] "%d invitaciones disponibles" -#: ../../include/datetime.php:273 -msgid "months" -msgstr "meses" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:461 +msgid "Advanced" +msgstr "Avanzado" -#: ../../include/datetime.php:274 -msgid "week" -msgstr "semana" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Encontrar canales" -#: ../../include/datetime.php:274 -msgid "weeks" -msgstr "semanas" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Introducir nombre o interés" -#: ../../include/datetime.php:275 -msgid "day" -msgstr "dÃa" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Conectar/Seguir" -#: ../../include/datetime.php:275 -msgid "days" -msgstr "dÃas" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Ejemplos: José Fernández, Pesca" -#: ../../include/datetime.php:276 -msgid "hour" -msgstr "hora" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:305 +#: ../../mod/directory.php:384 ../../mod/directory.php:389 +msgid "Find" +msgstr "Encontrar" -#: ../../include/datetime.php:276 -msgid "hours" -msgstr "horas" +#: ../../include/contact_widgets.php:27 ../../mod/directory.php:388 +#: ../../mod/suggest.php:60 +msgid "Channel Suggestions" +msgstr "Sugerencias de canales" -#: ../../include/datetime.php:277 -msgid "minute" -msgstr "minuto" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Perfil aleatorio" -#: ../../include/datetime.php:277 -msgid "minutes" -msgstr "minutos" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Invitar a amigos" -#: ../../include/datetime.php:278 -msgid "second" -msgstr "segundo" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "Ejemplo avanzado: nombre=juan y paÃs=españa" -#: ../../include/datetime.php:278 -msgid "seconds" -msgstr "segundos" +#: ../../include/contact_widgets.php:57 ../../include/features.php:96 +#: ../../include/widgets.php:314 +msgid "Saved Folders" +msgstr "Carpetas guardadas" -#: ../../include/datetime.php:286 -#, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" -msgstr "hace %1$d %2$s" +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 +#: ../../include/widgets.php:317 +msgid "Everything" +msgstr "Todo" -#: ../../include/datetime.php:520 -#, php-format -msgid "%1$s's birthday" -msgstr "Cumpleaños de %1$s" +#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:282 +#: ../../include/widgets.php:46 +msgid "Categories" +msgstr "CategorÃas" -#: ../../include/datetime.php:521 +#: ../../include/contact_widgets.php:128 #, php-format -msgid "Happy Birthday %1$s" -msgstr "Feliz cumpleaños %1$s" +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d conexión en común" +msgstr[1] "%d conexiones en común" -#: ../../include/api.php:1301 -msgid "Public Timeline" -msgstr "CronologÃa pública" +#: ../../include/contact_widgets.php:133 +msgid "show more" +msgstr "mostrar más" -#: ../../include/conversation.php:120 ../../include/text.php:1916 -#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83 +#: ../../include/conversation.php:120 ../../include/text.php:1948 +#: ../../mod/like.php:361 ../../mod/subthread.php:83 ../../mod/tagger.php:43 msgid "photo" msgstr "foto" +#: ../../include/conversation.php:123 ../../include/event.php:904 +#: ../../include/text.php:1951 ../../mod/events.php:249 ../../mod/like.php:363 +#: ../../mod/tagger.php:47 +msgid "event" +msgstr "evento" + #: ../../include/conversation.php:126 ../../mod/like.php:113 msgid "channel" msgstr "el canal" -#: ../../include/conversation.php:148 ../../include/text.php:1922 +#: ../../include/conversation.php:148 ../../include/text.php:1954 #: ../../mod/like.php:361 ../../mod/subthread.php:83 msgid "status" msgstr "el mensaje de estado" -#: ../../include/conversation.php:150 ../../include/text.php:1924 +#: ../../include/conversation.php:150 ../../include/text.php:1956 #: ../../mod/tagger.php:53 msgid "comment" msgstr "el comentario" @@ -2155,12 +801,12 @@ msgstr "el comentario" #: ../../include/conversation.php:164 ../../mod/like.php:410 #, php-format msgid "%1$s likes %2$s's %3$s" -msgstr "a %1$s le gusta %3$s de %2$s" +msgstr "A %1$s le gusta %3$s de %2$s" #: ../../include/conversation.php:167 ../../mod/like.php:412 #, php-format msgid "%1$s doesn't like %2$s's %3$s" -msgstr "a %1$s no le gusta %3$s de %2$s" +msgstr "A %1$s no le gusta %3$s de %2$s" #: ../../include/conversation.php:204 #, php-format @@ -2172,7 +818,8 @@ msgstr "%1$s ahora está conectado/a con %2$s" msgid "%1$s poked %2$s" msgstr "%1$s ha dado un toque a %2$s" -#: ../../include/conversation.php:243 ../../include/text.php:954 +#: ../../include/conversation.php:243 ../../include/text.php:973 +#: ../../include/text.php:978 msgid "poked" msgstr "ha dado un toque a" @@ -2182,42 +829,42 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s está %2$s" -#: ../../include/conversation.php:574 ../../mod/photos.php:1060 +#: ../../include/conversation.php:574 ../../mod/photos.php:1074 msgctxt "title" msgid "Likes" msgstr "Me gusta" -#: ../../include/conversation.php:574 ../../mod/photos.php:1060 +#: ../../include/conversation.php:574 ../../mod/photos.php:1074 msgctxt "title" msgid "Dislikes" msgstr "No me gusta" -#: ../../include/conversation.php:575 ../../mod/photos.php:1061 +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 msgctxt "title" msgid "Agree" msgstr "De acuerdo" -#: ../../include/conversation.php:575 ../../mod/photos.php:1061 +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 msgctxt "title" msgid "Disagree" msgstr "En desacuerdo" -#: ../../include/conversation.php:575 ../../mod/photos.php:1061 +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 msgctxt "title" msgid "Abstain" msgstr "Abstención" -#: ../../include/conversation.php:576 ../../mod/photos.php:1062 +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 msgctxt "title" msgid "Attending" msgstr "Participaré" -#: ../../include/conversation.php:576 ../../mod/photos.php:1062 +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 msgctxt "title" msgid "Not attending" msgstr "No participaré" -#: ../../include/conversation.php:576 ../../mod/photos.php:1062 +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 msgctxt "title" msgid "Might attend" msgstr "Quizá participe" @@ -2270,10 +917,10 @@ msgstr "Caduca: %s" msgid "View in context" msgstr "Mostrar en su contexto" -#: ../../include/conversation.php:740 ../../include/conversation.php:1227 -#: ../../include/ItemObject.php:389 ../../mod/editwebpage.php:190 -#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148 -#: ../../mod/photos.php:1026 ../../mod/editpost.php:129 +#: ../../include/conversation.php:740 ../../include/conversation.php:1237 +#: ../../include/ItemObject.php:389 ../../mod/editblock.php:150 +#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1040 msgid "Please wait" msgstr "Espere por favor" @@ -2281,7 +928,7 @@ msgstr "Espere por favor" msgid "remove" msgstr "eliminar" -#: ../../include/conversation.php:854 ../../include/nav.php:241 +#: ../../include/conversation.php:854 ../../include/nav.php:244 msgid "Loading..." msgstr "Cargando..." @@ -2289,935 +936,1095 @@ msgstr "Cargando..." msgid "Delete Selected Items" msgstr "Eliminar elementos seleccionados" -#: ../../include/conversation.php:946 +#: ../../include/conversation.php:953 msgid "View Source" -msgstr "Ver la fuente original de la entrada" +msgstr "Ver la fuente original de la publicación" -#: ../../include/conversation.php:947 +#: ../../include/conversation.php:954 msgid "Follow Thread" msgstr "Seguir este hilo" -#: ../../include/conversation.php:948 +#: ../../include/conversation.php:955 msgid "Unfollow Thread" msgstr "Dejar de seguir este hilo" -#: ../../include/conversation.php:949 -msgid "View Status" -msgstr "Ver mi estado actual" - -#: ../../include/conversation.php:950 ../../include/nav.php:86 -#: ../../mod/connedit.php:498 +#: ../../include/conversation.php:959 ../../include/nav.php:86 +#: ../../mod/connedit.php:507 msgid "View Profile" msgstr "Ver el perfil" -#: ../../include/conversation.php:951 -msgid "View Photos" -msgstr "Ver fotos" - -#: ../../include/conversation.php:952 +#: ../../include/conversation.php:960 msgid "Activity/Posts" -msgstr "Actividad y entradas" +msgstr "Actividad y publicaciones" -#: ../../include/conversation.php:954 +#: ../../include/conversation.php:962 msgid "Edit Connection" msgstr "Editar conexión" -#: ../../include/conversation.php:955 -msgid "Send PM" -msgstr "Enviar un mensaje privado" +#: ../../include/conversation.php:963 +msgid "Message" +msgstr "Mensaje" -#: ../../include/conversation.php:956 ../../include/apps.php:145 -msgid "Poke" -msgstr "Toques y otras cosas" +#: ../../include/conversation.php:964 ../../mod/ratings.php:99 +msgid "Ratings" +msgstr "Valoraciones" -#: ../../include/conversation.php:1070 +#: ../../include/conversation.php:1080 #, php-format msgid "%s likes this." -msgstr "a %s le gusta esto." +msgstr "A %s le gusta esto." -#: ../../include/conversation.php:1070 +#: ../../include/conversation.php:1080 #, php-format msgid "%s doesn't like this." -msgstr "a %s no le gusta esto." +msgstr "A %s no le gusta esto." -#: ../../include/conversation.php:1074 +#: ../../include/conversation.php:1084 #, php-format msgid "<span %1$s>%2$d people</span> like this." msgid_plural "<span %1$s>%2$d people</span> like this." msgstr[0] "a <span %1$s>%2$d personas</span> le gusta esto." -msgstr[1] "a <span %1$s>%2$d personas</span> les gusta esto." +msgstr[1] "A <span %1$s>%2$d personas</span> les gusta esto." -#: ../../include/conversation.php:1076 +#: ../../include/conversation.php:1086 #, php-format msgid "<span %1$s>%2$d people</span> don't like this." msgid_plural "<span %1$s>%2$d people</span> don't like this." msgstr[0] "a <span %1$s>%2$d personas</span> no les gusta esto." -msgstr[1] "a <span %1$s>%2$d personas</span> no les gusta esto." +msgstr[1] "A <span %1$s>%2$d personas</span> no les gusta esto." -#: ../../include/conversation.php:1082 +#: ../../include/conversation.php:1092 msgid "and" msgstr "y" -#: ../../include/conversation.php:1085 +#: ../../include/conversation.php:1095 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] ", y %d persona más" msgstr[1] ", y %d personas más" -#: ../../include/conversation.php:1086 +#: ../../include/conversation.php:1096 #, php-format msgid "%s like this." -msgstr "a %s le gusta esto." +msgstr "A %s le gusta esto." -#: ../../include/conversation.php:1086 +#: ../../include/conversation.php:1096 #, php-format msgid "%s don't like this." -msgstr "a %s no le gusta esto." +msgstr "A %s no le gusta esto." -#: ../../include/conversation.php:1154 +#: ../../include/conversation.php:1164 msgid "Visible to <strong>everybody</strong>" msgstr "Visible para <strong>cualquiera</strong>" -#: ../../include/conversation.php:1155 ../../mod/mail.php:202 +#: ../../include/conversation.php:1165 ../../mod/mail.php:202 #: ../../mod/mail.php:316 msgid "Please enter a link URL:" msgstr "Por favor, introduzca la dirección del enlace:" -#: ../../include/conversation.php:1156 +#: ../../include/conversation.php:1166 msgid "Please enter a video link/URL:" msgstr "Por favor, introduzca un enlace de vÃdeo:" -#: ../../include/conversation.php:1157 +#: ../../include/conversation.php:1167 msgid "Please enter an audio link/URL:" msgstr "Por favor, introduzca un enlace de audio:" -#: ../../include/conversation.php:1158 +#: ../../include/conversation.php:1168 msgid "Tag term:" msgstr "Término de la etiqueta:" -#: ../../include/conversation.php:1159 ../../mod/filer.php:48 +#: ../../include/conversation.php:1169 ../../mod/filer.php:48 msgid "Save to Folder:" msgstr "Guardar en carpeta:" -#: ../../include/conversation.php:1160 +#: ../../include/conversation.php:1170 msgid "Where are you right now?" msgstr "¿Donde está ahora?" -#: ../../include/conversation.php:1161 ../../mod/editpost.php:56 +#: ../../include/conversation.php:1171 ../../mod/editpost.php:56 #: ../../mod/mail.php:203 ../../mod/mail.php:317 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Caduca YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1169 ../../include/page_widgets.php:40 -#: ../../include/ItemObject.php:706 ../../mod/editwebpage.php:212 -#: ../../mod/editblock.php:171 ../../mod/webpages.php:188 -#: ../../mod/photos.php:1046 ../../mod/editpost.php:149 -#: ../../mod/events.php:458 +#: ../../include/conversation.php:1179 ../../include/page_widgets.php:40 +#: ../../include/ItemObject.php:712 ../../mod/editblock.php:171 +#: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212 +#: ../../mod/events.php:458 ../../mod/photos.php:1060 +#: ../../mod/webpages.php:188 msgid "Preview" msgstr "Previsualizar" -#: ../../include/conversation.php:1192 ../../mod/blocks.php:154 -#: ../../mod/webpages.php:182 ../../mod/layouts.php:184 -#: ../../mod/photos.php:1025 +#: ../../include/conversation.php:1202 ../../mod/blocks.php:154 +#: ../../mod/layouts.php:184 ../../mod/photos.php:1039 +#: ../../mod/webpages.php:182 msgid "Share" msgstr "Compartir" -#: ../../include/conversation.php:1194 +#: ../../include/conversation.php:1204 msgid "Page link name" msgstr "Nombre de enlace de página" -#: ../../include/conversation.php:1197 +#: ../../include/conversation.php:1207 msgid "Post as" msgstr "Publicar como" -#: ../../include/conversation.php:1199 ../../include/ItemObject.php:698 -#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:136 -#: ../../mod/editlayout.php:135 ../../mod/editpost.php:113 +#: ../../include/conversation.php:1209 ../../include/ItemObject.php:704 +#: ../../mod/editblock.php:136 ../../mod/editlayout.php:135 +#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:177 msgid "Bold" msgstr "Negrita" -#: ../../include/conversation.php:1200 ../../include/ItemObject.php:699 -#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:137 -#: ../../mod/editlayout.php:136 ../../mod/editpost.php:114 +#: ../../include/conversation.php:1210 ../../include/ItemObject.php:705 +#: ../../mod/editblock.php:137 ../../mod/editlayout.php:136 +#: ../../mod/editpost.php:114 ../../mod/editwebpage.php:178 msgid "Italic" msgstr "Itálico " -#: ../../include/conversation.php:1201 ../../include/ItemObject.php:700 -#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:138 -#: ../../mod/editlayout.php:137 ../../mod/editpost.php:115 +#: ../../include/conversation.php:1211 ../../include/ItemObject.php:706 +#: ../../mod/editblock.php:138 ../../mod/editlayout.php:137 +#: ../../mod/editpost.php:115 ../../mod/editwebpage.php:179 msgid "Underline" msgstr "Subrayar" -#: ../../include/conversation.php:1202 ../../include/ItemObject.php:701 -#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:139 -#: ../../mod/editlayout.php:138 ../../mod/editpost.php:116 +#: ../../include/conversation.php:1212 ../../include/ItemObject.php:707 +#: ../../mod/editblock.php:139 ../../mod/editlayout.php:138 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:180 msgid "Quote" msgstr "Citar" -#: ../../include/conversation.php:1203 ../../include/ItemObject.php:702 -#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:140 -#: ../../mod/editlayout.php:139 ../../mod/editpost.php:117 +#: ../../include/conversation.php:1213 ../../include/ItemObject.php:708 +#: ../../mod/editblock.php:140 ../../mod/editlayout.php:139 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:181 msgid "Code" msgstr "Código" -#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:182 -#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140 -#: ../../mod/editpost.php:118 +#: ../../include/conversation.php:1214 ../../mod/editblock.php:142 +#: ../../mod/editlayout.php:140 ../../mod/editpost.php:118 +#: ../../mod/editwebpage.php:182 msgid "Upload photo" msgstr "Subir foto" -#: ../../include/conversation.php:1205 +#: ../../include/conversation.php:1215 msgid "upload photo" msgstr "subir foto" -#: ../../include/conversation.php:1206 ../../mod/editwebpage.php:183 -#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141 -#: ../../mod/editpost.php:119 ../../mod/mail.php:248 ../../mod/mail.php:378 +#: ../../include/conversation.php:1216 ../../mod/editblock.php:143 +#: ../../mod/editlayout.php:141 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:183 ../../mod/mail.php:248 ../../mod/mail.php:378 msgid "Attach file" msgstr "Adjuntar fichero" -#: ../../include/conversation.php:1207 +#: ../../include/conversation.php:1217 msgid "attach file" msgstr "adjuntar fichero" -#: ../../include/conversation.php:1208 ../../mod/editwebpage.php:184 -#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142 -#: ../../mod/editpost.php:120 ../../mod/mail.php:249 ../../mod/mail.php:379 +#: ../../include/conversation.php:1218 ../../mod/editblock.php:144 +#: ../../mod/editlayout.php:142 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:184 ../../mod/mail.php:249 ../../mod/mail.php:379 msgid "Insert web link" msgstr "Insertar enlace web" -#: ../../include/conversation.php:1209 +#: ../../include/conversation.php:1219 msgid "web link" msgstr "enlace web" -#: ../../include/conversation.php:1210 +#: ../../include/conversation.php:1220 msgid "Insert video link" msgstr "Insertar enlace de vÃdeo" -#: ../../include/conversation.php:1211 +#: ../../include/conversation.php:1221 msgid "video link" msgstr "enlace de vÃdeo" -#: ../../include/conversation.php:1212 +#: ../../include/conversation.php:1222 msgid "Insert audio link" msgstr "Insertar enlace de audio" -#: ../../include/conversation.php:1213 +#: ../../include/conversation.php:1223 msgid "audio link" msgstr "enlace de audio" -#: ../../include/conversation.php:1214 ../../mod/editwebpage.php:188 -#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146 -#: ../../mod/editpost.php:124 +#: ../../include/conversation.php:1224 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:146 ../../mod/editpost.php:124 +#: ../../mod/editwebpage.php:188 msgid "Set your location" msgstr "Establecer su ubicación" -#: ../../include/conversation.php:1215 +#: ../../include/conversation.php:1225 msgid "set location" msgstr "establecer ubicación" -#: ../../include/conversation.php:1216 ../../mod/editpost.php:126 +#: ../../include/conversation.php:1226 ../../mod/editpost.php:126 msgid "Toggle voting" msgstr "Cambiar votación" -#: ../../include/conversation.php:1219 ../../mod/editwebpage.php:189 -#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147 -#: ../../mod/editpost.php:125 +#: ../../include/conversation.php:1229 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:147 ../../mod/editpost.php:125 +#: ../../mod/editwebpage.php:189 msgid "Clear browser location" msgstr "Eliminar los datos de ubicación del navegador" -#: ../../include/conversation.php:1220 +#: ../../include/conversation.php:1230 msgid "clear location" msgstr "borrar los datos de ubicación" -#: ../../include/conversation.php:1222 ../../mod/editwebpage.php:205 -#: ../../mod/editblock.php:162 ../../mod/editpost.php:141 +#: ../../include/conversation.php:1232 ../../mod/editblock.php:162 +#: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205 msgid "Title (optional)" msgstr "TÃtulo (opcional)" -#: ../../include/conversation.php:1226 ../../mod/editwebpage.php:207 -#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163 -#: ../../mod/editpost.php:143 +#: ../../include/conversation.php:1236 ../../mod/editblock.php:165 +#: ../../mod/editlayout.php:163 ../../mod/editpost.php:143 +#: ../../mod/editwebpage.php:207 msgid "Categories (optional, comma-separated list)" msgstr "CategorÃas (opcional, lista separada por comas)" -#: ../../include/conversation.php:1228 ../../mod/editwebpage.php:191 -#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 -#: ../../mod/editpost.php:130 ../../mod/events.php:459 +#: ../../include/conversation.php:1238 ../../mod/editblock.php:151 +#: ../../mod/editlayout.php:149 ../../mod/editpost.php:130 +#: ../../mod/editwebpage.php:191 ../../mod/events.php:459 msgid "Permission settings" msgstr "Configuración de permisos" -#: ../../include/conversation.php:1229 +#: ../../include/conversation.php:1239 msgid "permissions" msgstr "permisos" -#: ../../include/conversation.php:1237 ../../mod/editwebpage.php:200 -#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156 -#: ../../mod/editpost.php:138 +#: ../../include/conversation.php:1247 ../../mod/editblock.php:159 +#: ../../mod/editlayout.php:156 ../../mod/editpost.php:138 +#: ../../mod/editwebpage.php:200 msgid "Public post" msgstr "Entrada pública" -#: ../../include/conversation.php:1239 ../../mod/editwebpage.php:208 -#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164 -#: ../../mod/editpost.php:144 +#: ../../include/conversation.php:1249 ../../mod/editblock.php:166 +#: ../../mod/editlayout.php:164 ../../mod/editpost.php:144 +#: ../../mod/editwebpage.php:208 msgid "Example: bob@example.com, mary@example.com" msgstr "Ejemplo: roberto@ejemplo.com, marÃa@ejemplo.com" -#: ../../include/conversation.php:1252 ../../mod/editwebpage.php:217 -#: ../../mod/editblock.php:176 ../../mod/editlayout.php:173 -#: ../../mod/editpost.php:155 ../../mod/mail.php:253 ../../mod/mail.php:383 +#: ../../include/conversation.php:1262 ../../mod/editblock.php:176 +#: ../../mod/editlayout.php:173 ../../mod/editpost.php:155 +#: ../../mod/editwebpage.php:217 ../../mod/mail.php:253 ../../mod/mail.php:383 msgid "Set expiration date" msgstr "Configurar fecha de caducidad" -#: ../../include/conversation.php:1255 +#: ../../include/conversation.php:1265 msgid "Set publish date" msgstr "Establecer la fecha de publicación" -#: ../../include/conversation.php:1257 ../../include/ItemObject.php:709 +#: ../../include/conversation.php:1267 ../../include/ItemObject.php:715 #: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385 msgid "Encrypt text" msgstr "Cifrar texto" -#: ../../include/conversation.php:1259 ../../mod/editpost.php:159 +#: ../../include/conversation.php:1269 ../../mod/editpost.php:159 msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:77 -#: ../../mod/fbrowser.php:112 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +#: ../../include/conversation.php:1270 ../../mod/editpost.php:160 +#: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112 #: ../../mod/settings.php:587 ../../mod/settings.php:613 -#: ../../mod/editpost.php:160 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 msgid "Cancel" msgstr "Cancelar" -#: ../../include/conversation.php:1503 +#: ../../include/conversation.php:1513 msgid "Discover" msgstr "Descubrir" -#: ../../include/conversation.php:1506 +#: ../../include/conversation.php:1516 msgid "Imported public streams" msgstr "Contenidos públicos importados" -#: ../../include/conversation.php:1511 +#: ../../include/conversation.php:1521 msgid "Commented Order" msgstr "Comentarios recientes" -#: ../../include/conversation.php:1514 +#: ../../include/conversation.php:1524 msgid "Sort by Comment Date" msgstr "Ordenar por fecha de comentario" -#: ../../include/conversation.php:1518 +#: ../../include/conversation.php:1528 msgid "Posted Order" msgstr "Publicaciones recientes" -#: ../../include/conversation.php:1521 +#: ../../include/conversation.php:1531 msgid "Sort by Post Date" msgstr "Ordenar por fecha de publicación" -#: ../../include/conversation.php:1529 +#: ../../include/conversation.php:1536 ../../include/widgets.php:105 +msgid "Personal" +msgstr "Personales" + +#: ../../include/conversation.php:1539 msgid "Posts that mention or involve you" msgstr "Publicaciones que le mencionan o involucran" -#: ../../include/conversation.php:1535 ../../mod/connections.php:72 +#: ../../include/conversation.php:1545 ../../mod/connections.php:72 #: ../../mod/connections.php:82 ../../mod/menu.php:112 msgid "New" msgstr "Nuevas" -#: ../../include/conversation.php:1538 +#: ../../include/conversation.php:1548 msgid "Activity Stream - by date" msgstr "Contenido - por fecha" -#: ../../include/conversation.php:1544 +#: ../../include/conversation.php:1554 msgid "Starred" msgstr "Preferidas" -#: ../../include/conversation.php:1547 +#: ../../include/conversation.php:1557 msgid "Favourite Posts" msgstr "Publicaciones favoritas" -#: ../../include/conversation.php:1554 +#: ../../include/conversation.php:1564 msgid "Spam" msgstr "Correo basura" -#: ../../include/conversation.php:1557 +#: ../../include/conversation.php:1567 msgid "Posts flagged as SPAM" msgstr "Publicaciones marcadas como basura" -#: ../../include/conversation.php:1601 ../../mod/admin.php:980 +#: ../../include/conversation.php:1611 ../../mod/admin.php:1157 msgid "Channel" msgstr "Canal" -#: ../../include/conversation.php:1604 +#: ../../include/conversation.php:1614 msgid "Status Messages and Posts" msgstr "Mensajes de estado y publicaciones" -#: ../../include/conversation.php:1613 +#: ../../include/conversation.php:1623 msgid "About" msgstr "Mi perfil" -#: ../../include/conversation.php:1616 +#: ../../include/conversation.php:1626 msgid "Profile Details" msgstr "Detalles del perfil" -#: ../../include/conversation.php:1622 ../../include/nav.php:92 -#: ../../include/apps.php:139 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Fotos" - -#: ../../include/conversation.php:1625 ../../include/photos.php:483 +#: ../../include/conversation.php:1635 ../../include/photos.php:506 msgid "Photo Albums" msgstr "Ãlbumes de fotos" -#: ../../include/conversation.php:1632 +#: ../../include/conversation.php:1642 msgid "Files and Storage" msgstr "Ficheros y repositorio" -#: ../../include/conversation.php:1642 ../../include/conversation.php:1645 +#: ../../include/conversation.php:1652 ../../include/conversation.php:1655 msgid "Chatrooms" msgstr "Salas de chat" -#: ../../include/conversation.php:1655 ../../include/nav.php:103 -#: ../../include/apps.php:129 -msgid "Bookmarks" -msgstr "Marcadores" - -#: ../../include/conversation.php:1658 +#: ../../include/conversation.php:1668 msgid "Saved Bookmarks" msgstr "Marcadores guardados" -#: ../../include/conversation.php:1665 ../../include/nav.php:107 -#: ../../include/apps.php:136 ../../mod/webpages.php:178 -msgid "Webpages" -msgstr "Páginas web" - -#: ../../include/conversation.php:1668 +#: ../../include/conversation.php:1678 msgid "Manage Webpages" msgstr "Administrar páginas web" -#: ../../include/conversation.php:1697 ../../include/ItemObject.php:175 -#: ../../include/ItemObject.php:187 ../../mod/photos.php:1079 -#: ../../mod/photos.php:1091 +#: ../../include/conversation.php:1707 ../../include/ItemObject.php:175 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1093 +#: ../../mod/photos.php:1105 msgid "View all" msgstr "Ver todo" -#: ../../include/conversation.php:1724 ../../include/ItemObject.php:184 -#: ../../mod/photos.php:1088 +#: ../../include/conversation.php:1731 ../../include/taxonomy.php:415 +#: ../../include/identity.php:1268 ../../include/ItemObject.php:179 +#: ../../mod/photos.php:1097 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Me gusta" +msgstr[1] "Me gusta" + +#: ../../include/conversation.php:1734 ../../include/ItemObject.php:184 +#: ../../mod/photos.php:1102 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "No me gusta" msgstr[1] "No me gusta" -#: ../../include/conversation.php:1727 +#: ../../include/conversation.php:1737 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "Participaré" msgstr[1] "Participaré" -#: ../../include/conversation.php:1730 +#: ../../include/conversation.php:1740 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "No participaré" msgstr[1] "No participaré" -#: ../../include/conversation.php:1733 +#: ../../include/conversation.php:1743 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "Indeciso/a" msgstr[1] "Indecisos/as" -#: ../../include/conversation.php:1736 +#: ../../include/conversation.php:1746 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "De acuerdo" msgstr[1] "De acuerdo" -#: ../../include/conversation.php:1739 +#: ../../include/conversation.php:1749 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "En desacuerdo" msgstr[1] "En desacuerdo" -#: ../../include/conversation.php:1742 +#: ../../include/conversation.php:1752 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" msgstr[0] "se abstiene" msgstr[1] "Se abstienen" -#: ../../include/auth.php:132 -msgid "Logged out." -msgstr "Desconectado/a." +#: ../../include/datetime.php:48 +msgid "Miscellaneous" +msgstr "Varios" -#: ../../include/auth.php:273 -msgid "Failed authentication" -msgstr "Autenticación fallida." +#: ../../include/datetime.php:132 +msgid "YYYY-MM-DD or MM-DD" +msgstr "AAAA-MM-DD o MM-DD" -#: ../../include/auth.php:287 ../../mod/openid.php:189 -msgid "Login failed." -msgstr "El acceso ha fallado." +#: ../../include/datetime.php:236 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442 +msgid "Required" +msgstr "Obligatorio" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Frecuentemente" +#: ../../include/datetime.php:263 ../../boot.php:2349 +msgid "never" +msgstr "nunca" -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "Cada hora" +#: ../../include/datetime.php:269 +msgid "less than a second ago" +msgstr "hace un instante" -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Dos veces al dÃa" +#: ../../include/datetime.php:272 +msgid "year" +msgstr "año" -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Diariamente" +#: ../../include/datetime.php:272 +msgid "years" +msgstr "años" -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Semanalmente" +#: ../../include/datetime.php:273 +msgid "month" +msgstr "mes" -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Mensualmente" +#: ../../include/datetime.php:273 +msgid "months" +msgstr "meses" -#: ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" +#: ../../include/datetime.php:274 +msgid "week" +msgstr "semana" -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" +#: ../../include/datetime.php:274 +msgid "weeks" +msgstr "semanas" -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" +#: ../../include/datetime.php:275 +msgid "day" +msgstr "dÃa" -#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 -#: ../../mod/id.php:16 ../../mod/admin.php:812 ../../mod/admin.php:821 -#: ../../boot.php:1483 -msgid "Email" -msgstr "Correo electrónico" +#: ../../include/datetime.php:275 +msgid "days" +msgstr "dÃas" -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" +#: ../../include/datetime.php:276 +msgid "hour" +msgstr "hora" -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" +#: ../../include/datetime.php:276 +msgid "hours" +msgstr "horas" -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" +#: ../../include/datetime.php:277 +msgid "minute" +msgstr "minuto" -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" +#: ../../include/datetime.php:277 +msgid "minutes" +msgstr "minutos" -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" +#: ../../include/datetime.php:278 +msgid "second" +msgstr "segundo" -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" +#: ../../include/datetime.php:278 +msgid "seconds" +msgstr "segundos" -#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 -#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 -#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 -#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 -#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 -#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 -#: ../../include/bbcode.php:833 -msgid "Image/photo" -msgstr "Imagen/foto" +#: ../../include/datetime.php:286 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" +msgstr "hace %1$d %2$s" -#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 -msgid "Encrypted content" -msgstr "Contenido cifrado" +#: ../../include/datetime.php:520 +#, php-format +msgid "%1$s's birthday" +msgstr "Cumpleaños de %1$s" -#: ../../include/bbcode.php:179 +#: ../../include/datetime.php:521 #, php-format -msgid "Install %s element: " -msgstr "Instalar el elemento %s:" +msgid "Happy Birthday %1$s" +msgstr "Feliz cumpleaños %1$s" -#: ../../include/bbcode.php:183 +#: ../../include/dba/dba_driver.php:141 #, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "No se ha podido localizar información de DNS para el servidor de base de datos “%sâ€" + +#: ../../include/dir_fns.php:139 +msgid "Directory Options" +msgstr "Opciones del directorio" + +#: ../../include/dir_fns.php:141 +msgid "Safe Mode" +msgstr "Modo seguro" + +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/api.php:102 +#: ../../mod/connedit.php:644 ../../mod/connedit.php:693 +#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../mod/photos.php:634 ../../mod/admin.php:425 ../../mod/removeme.php:60 +#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1522 +msgid "No" +msgstr "No" + +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/api.php:101 +#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../mod/photos.php:634 ../../mod/admin.php:427 ../../mod/removeme.php:60 +#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1522 +msgid "Yes" +msgstr "SÃ" + +#: ../../include/dir_fns.php:142 +msgid "Public Forums Only" +msgstr "Solo foros públicos" + +#: ../../include/dir_fns.php:143 +msgid "This Website Only" +msgstr "Solo este sitio web" + +#: ../../include/event.php:768 +msgid "This event has been added to your calendar." +msgstr "Este evento ha sido añadido a su calendario." + +#: ../../include/event.php:967 +msgid "Not specified" +msgstr "Sin especificar" + +#: ../../include/event.php:968 +msgid "Needs Action" +msgstr "Necesita de una intervención" + +#: ../../include/event.php:969 +msgid "Completed" +msgstr "Completado/a" + +#: ../../include/event.php:970 +msgid "In Process" +msgstr "En proceso" + +#: ../../include/event.php:971 +msgid "Cancelled" +msgstr "Cancelado/a" + +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "El canal está bloqueado en este sitio." + +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "Falta la dirección del canal." + +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." +msgstr "Respuesta incompleta del canal." + +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." +msgstr "El canal ha sido eliminado y ya no existe." + +#: ../../include/follow.php:153 ../../include/follow.php:183 +msgid "Protocol disabled." +msgstr "Protocolo deshabilitado." + +#: ../../include/follow.php:173 +msgid "Channel discovery failed." +msgstr "El intento de acceder al canal ha fallado." + +#: ../../include/follow.php:199 +msgid "local account not found." +msgstr "No se ha encontrado la cuenta local." + +#: ../../include/follow.php:224 +msgid "Cannot connect to yourself." +msgstr "No puede conectarse consigo mismo." + +#: ../../include/group.php:26 msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." -msgstr "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio." +"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 "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente." -#: ../../include/bbcode.php:193 ../../mod/impel.php:37 -msgid "webpage" -msgstr "página web" +#: ../../include/group.php:232 +msgid "Add new connections to this privacy group" +msgstr "Añadir conexiones nuevas a este grupo de canales" -#: ../../include/bbcode.php:196 ../../mod/impel.php:47 -msgid "layout" -msgstr "disposición" +#: ../../include/group.php:251 ../../mod/admin.php:998 +msgid "All Channels" +msgstr "Todos los canales" -#: ../../include/bbcode.php:199 ../../mod/impel.php:42 -msgid "block" -msgstr "bloque" +#: ../../include/group.php:273 +msgid "edit" +msgstr "editar" -#: ../../include/bbcode.php:202 ../../mod/impel.php:54 -msgid "menu" -msgstr "menú" +#: ../../include/group.php:295 ../../include/features.php:82 +msgid "Privacy Groups" +msgstr "Grupos de canales" -#: ../../include/bbcode.php:257 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s escribió la siguiente %2$s %3$s" +#: ../../include/group.php:296 +msgid "Edit group" +msgstr "Editar grupo" -#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 -msgid "post" -msgstr "la entrada" +#: ../../include/group.php:297 +msgid "Add privacy group" +msgstr "Añadir un grupo de canales" -#: ../../include/bbcode.php:547 -msgid "Different viewers will see this text differently" -msgstr "Visitantes diferentes verán este texto de forma distinta" +#: ../../include/group.php:298 +msgid "Channels not in any privacy group" +msgstr "Sin canales en ningún grupo" -#: ../../include/bbcode.php:755 -msgid "$1 spoiler" -msgstr "$1 spoiler" +#: ../../include/group.php:300 ../../include/widgets.php:285 +msgid "add" +msgstr "añadir" -#: ../../include/bbcode.php:782 -msgid "$1 wrote:" -msgstr "$1 escribió" +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado." -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invitación pendiente" -msgstr[1] "%d invitaciones disponibles" +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." +msgstr "La clonación del canal no ha salido bien. La importación ha fallado." -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:446 -msgid "Advanced" -msgstr "Avanzado" +#: ../../include/import.php:80 ../../mod/import.php:148 +msgid "Cloned channel not found. Import failed." +msgstr "No se ha podido importar el canal porque el canal clonado no se ha encontrado." -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Encontrar canales" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "¿Borrar este elemento?" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Introducir nombre o interés" +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:702 +#: ../../mod/photos.php:1058 ../../mod/photos.php:1176 +msgid "Comment" +msgstr "Comentar" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Conectar/Seguir" +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413 +msgid "[+] show all" +msgstr "[+] mostrar todo:" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Ejemplos: José Fernández, Pesca" +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "[-] mostrar menos" -#: ../../include/contact_widgets.php:26 ../../mod/directory.php:381 -#: ../../mod/directory.php:386 ../../mod/connections.php:266 -msgid "Find" -msgstr "Encontrar" +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "[+] expandir" -#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385 -#: ../../mod/suggest.php:60 -msgid "Channel Suggestions" -msgstr "Sugerencias de canales" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "[-] contraer" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Perfil aleatorio" +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Contraseña demasiado corta" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Invitar a amigos" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Las contraseñas no coinciden" -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "Ejemplo avanzado: nombre=juan y paÃs=españa" +#: ../../include/js_strings.php:13 ../../mod/photos.php:41 +msgid "everybody" +msgstr "cualquiera" -#: ../../include/contact_widgets.php:128 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d conexión en común" -msgstr[1] "%d conexiones en común" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Contraseña secreta" -#: ../../include/contact_widgets.php:133 -msgid "show more" -msgstr "mostrar más" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Pista de contraseña" -#: ../../include/enotify.php:57 ../../include/network.php:1608 -msgid "$Projectname Notification" -msgstr "Notificación de $Projectname" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Aviso: los permisos han cambiado pero aún no han sido enviados." -#: ../../include/enotify.php:58 ../../include/network.php:1609 -msgid "$projectname" -msgstr "$projectname" +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "cerrar todo" -#: ../../include/enotify.php:60 ../../include/network.php:1611 -msgid "Thank You," -msgstr "Gracias," +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "Nada nuevo por aquÃ" -#: ../../include/enotify.php:62 ../../include/network.php:1613 -#, php-format -msgid "%s Administrator" -msgstr "%s Administrador" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" +msgstr "Valorar este canal (esto es público)" -#: ../../include/enotify.php:96 -#, php-format -msgid "%s <!item_type!>" -msgstr "%s <!item_type!>" +#: ../../include/js_strings.php:20 ../../mod/connedit.php:703 +#: ../../mod/rate.php:157 +msgid "Rating" +msgstr "Valoración" -#: ../../include/enotify.php:100 -#, php-format -msgid "[Hubzilla:Notify] New mail received at %s" -msgstr "[Hubzilla:Aviso] Nuevo mensaje en %s" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" +msgstr "Describir (opcional)" -#: ../../include/enotify.php:102 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." -msgstr "%1$s, %2$s le ha enviado un nuevo mensaje privado en %3$s." +#: ../../include/js_strings.php:22 ../../include/widgets.php:699 +#: ../../include/widgets.php:711 ../../include/ItemObject.php:703 +#: ../../mod/appman.php:99 ../../mod/chat.php:184 ../../mod/chat.php:213 +#: ../../mod/connect.php:93 ../../mod/connedit.php:720 +#: ../../mod/events.php:461 ../../mod/events.php:658 +#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108 +#: ../../mod/group.php:81 ../../mod/import.php:536 +#: ../../mod/import_items.php:116 ../../mod/invite.php:142 +#: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231 +#: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:59 +#: ../../mod/photos.php:645 ../../mod/photos.php:1019 +#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 ../../mod/admin.php:457 +#: ../../mod/admin.php:646 ../../mod/admin.php:721 ../../mod/admin.php:986 +#: ../../mod/admin.php:1150 ../../mod/admin.php:1326 ../../mod/admin.php:1521 +#: ../../mod/admin.php:1606 ../../mod/poke.php:182 ../../mod/profiles.php:675 +#: ../../mod/rate.php:168 ../../mod/settings.php:586 +#: ../../mod/settings.php:698 ../../mod/settings.php:726 +#: ../../mod/settings.php:749 ../../mod/settings.php:834 +#: ../../mod/settings.php:1025 ../../mod/setup.php:333 ../../mod/setup.php:374 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/thing.php:312 +#: ../../mod/thing.php:358 ../../mod/xchan.php:11 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Enviar" -#: ../../include/enotify.php:103 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s le ha enviado %2$s." +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" +msgstr "Por favor, introduzca una dirección de enlace" -#: ../../include/enotify.php:103 -msgid "a private message" -msgstr "un mensaje privado" +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" +msgstr "Cambios no guardados. ¿Está seguro de que desea abandonar la página?" -#: ../../include/enotify.php:104 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Por favor visite %s para ver y/o responder a su mensaje privado." +#: ../../include/js_strings.php:25 ../../mod/events.php:452 +#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28 +msgid "Location" +msgstr "Ubicación" -#: ../../include/enotify.php:160 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" -msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%4$s[/zrl]" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" -#: ../../include/enotify.php:168 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" -msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%5$s de %4$s[/zrl] " +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" +msgstr "timeago.prefixFromNow" -#: ../../include/enotify.php:177 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" -msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%4$s creado por usted[/zrl]" +#: ../../include/js_strings.php:29 +msgid "ago" +msgstr "antes" -#: ../../include/enotify.php:188 -#, php-format -msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Hubzilla:Aviso] Nuevo comentario de %2$s a la conversación #%1$d" +#: ../../include/js_strings.php:30 +msgid "from now" +msgstr "desde ahora" -#: ../../include/enotify.php:189 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." -msgstr "%1$s, %2$s ha comentado un elemento/conversación que ha estado siguiendo." +#: ../../include/js_strings.php:31 +msgid "less than a minute" +msgstr "menos de un minuto" -#: ../../include/enotify.php:192 ../../include/enotify.php:207 -#: ../../include/enotify.php:233 ../../include/enotify.php:251 -#: ../../include/enotify.php:265 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Para ver o comentar la conversación, visite %s" +#: ../../include/js_strings.php:32 +msgid "about a minute" +msgstr "alrededor de un minuto" -#: ../../include/enotify.php:198 +#: ../../include/js_strings.php:33 #, php-format -msgid "[Hubzilla:Notify] %s posted to your profile wall" -msgstr "[Hubzilla:Aviso] %s ha publicado una entrada en su página de inicio del perfil" +msgid "%d minutes" +msgstr "%d minutos" -#: ../../include/enotify.php:200 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" -msgstr "%1$s, %2$s publicó en su página del perfil en %3$s" +#: ../../include/js_strings.php:34 +msgid "about an hour" +msgstr "alrededor de una hora" -#: ../../include/enotify.php:202 +#: ../../include/js_strings.php:35 #, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" -msgstr "%1$s, %2$s publicó en [zrl=%3$s]su página del perfil[/zrl]" +msgid "about %d hours" +msgstr "alrededor de %d horas" -#: ../../include/enotify.php:226 -#, php-format -msgid "[Hubzilla:Notify] %s tagged you" -msgstr "[Hubzilla:Aviso] %s le ha etiquetado" +#: ../../include/js_strings.php:36 +msgid "a day" +msgstr "un dÃa" -#: ../../include/enotify.php:227 +#: ../../include/js_strings.php:37 #, php-format -msgid "%1$s, %2$s tagged you at %3$s" -msgstr "%1$s, %2$s le ha etiquetado en %3$s" +msgid "%d days" +msgstr "%d dÃas" -#: ../../include/enotify.php:228 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." -msgstr "%1$s, %2$s [zrl=%3$s]le etiquetó[/zrl]." +#: ../../include/js_strings.php:38 +msgid "about a month" +msgstr "alrededor de un mes" -#: ../../include/enotify.php:240 +#: ../../include/js_strings.php:39 #, php-format -msgid "[Hubzilla:Notify] %1$s poked you" -msgstr "[Hubzilla:Aviso] %1$s le ha dado un toque" +msgid "%d months" +msgstr "%d meses" -#: ../../include/enotify.php:241 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" -msgstr "%1$s, %2$s le ha dado un toque en %3$s" +#: ../../include/js_strings.php:40 +msgid "about a year" +msgstr "alrededor de un año" -#: ../../include/enotify.php:242 +#: ../../include/js_strings.php:41 #, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." -msgstr "%1$s, %2$s [zrl=%2$s]le ha dado un toque[/zrl]." +msgid "%d years" +msgstr "%d años" -#: ../../include/enotify.php:258 -#, php-format -msgid "[Hubzilla:Notify] %s tagged your post" -msgstr "[Hubzilla:Aviso] %s ha etiquetado su publicación" +#: ../../include/js_strings.php:42 +msgid " " +msgstr " " -#: ../../include/enotify.php:259 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" -msgstr "%1$s, %2$s ha etiquetado su publicación en %3$s" +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../include/enotify.php:260 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" -msgstr "%1$s, %2$s ha etiquetado [zrl=%3$s]su publicación[/zrl]" +#: ../../include/js_strings.php:45 ../../include/text.php:1191 +msgid "January" +msgstr "enero" -#: ../../include/enotify.php:272 -msgid "[Hubzilla:Notify] Introduction received" -msgstr "[Hubzilla:Aviso] Ha recibido una solicitud de conexión" +#: ../../include/js_strings.php:46 ../../include/text.php:1191 +msgid "February" +msgstr "febrero" -#: ../../include/enotify.php:273 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" -msgstr "%1$s, ha recibido una nueva solicitud de conexión de '%2$s' en %3$s" +#: ../../include/js_strings.php:47 ../../include/text.php:1191 +msgid "March" +msgstr "marzo" -#: ../../include/enotify.php:274 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." -msgstr "%1$s, ha recibido [zrl=%2$s]una nueva solicitud de conexión[/zrl] de %3$s." +#: ../../include/js_strings.php:48 ../../include/text.php:1191 +msgid "April" +msgstr "abril" -#: ../../include/enotify.php:278 ../../include/enotify.php:297 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Puede visitar su perfil en %s" +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" +msgstr "mayo" -#: ../../include/enotify.php:280 -#, php-format -msgid "Please visit %s to approve or reject the connection request." -msgstr "Por favor, visite %s para permitir o rechazar la solicitad de conexión." +#: ../../include/js_strings.php:50 ../../include/text.php:1191 +msgid "June" +msgstr "junio" -#: ../../include/enotify.php:287 -msgid "[Hubzilla:Notify] Friend suggestion received" -msgstr "[Hubzilla:Aviso] Ha recibido una sugerencia de amistad" +#: ../../include/js_strings.php:51 ../../include/text.php:1191 +msgid "July" +msgstr "julio" -#: ../../include/enotify.php:288 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" -msgstr "%1$s, ha recibido una sugerencia de conexión de '%2$s' en %3$s" +#: ../../include/js_strings.php:52 ../../include/text.php:1191 +msgid "August" +msgstr "agosto" -#: ../../include/enotify.php:289 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " -"%4$s." -msgstr "%1$s, ha recibido [zrl=%2$s]una sugerencia de conexión[/zrl] para %3$s de %4$s." +#: ../../include/js_strings.php:53 ../../include/text.php:1191 +msgid "September" +msgstr "septiembre" -#: ../../include/enotify.php:295 -msgid "Name:" -msgstr "Nombre:" +#: ../../include/js_strings.php:54 ../../include/text.php:1191 +msgid "October" +msgstr "octubre" -#: ../../include/enotify.php:296 -msgid "Photo:" -msgstr "Foto:" +#: ../../include/js_strings.php:55 ../../include/text.php:1191 +msgid "November" +msgstr "noviembre" -#: ../../include/enotify.php:299 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Por favor, visite %s para aprobar o rechazar la sugerencia." +#: ../../include/js_strings.php:56 ../../include/text.php:1191 +msgid "December" +msgstr "diciembre" -#: ../../include/enotify.php:514 -msgid "[Hubzilla:Notify]" -msgstr "[Hubzilla:Aviso]" +#: ../../include/js_strings.php:57 +msgid "Jan" +msgstr "ene" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "El canal está bloqueado en este sitio." +#: ../../include/js_strings.php:58 +msgid "Feb" +msgstr "feb" -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "Falta la dirección del canal." +#: ../../include/js_strings.php:59 +msgid "Mar" +msgstr "mar" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." -msgstr "Respuesta incompleta del canal." +#: ../../include/js_strings.php:60 +msgid "Apr" +msgstr "abr" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." -msgstr "El canal ha sido eliminado y ya no existe." +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" +msgstr "may" -#: ../../include/follow.php:152 ../../include/follow.php:181 -msgid "Protocol disabled." -msgstr "Protocolo deshabilitado." +#: ../../include/js_strings.php:62 +msgid "Jun" +msgstr "jun" -#: ../../include/follow.php:171 -msgid "Channel discovery failed." -msgstr "El intento de acceder al canal ha fallado." +#: ../../include/js_strings.php:63 +msgid "Jul" +msgstr "jul" -#: ../../include/follow.php:197 -msgid "local account not found." -msgstr "No se ha encontrado la cuenta local." +#: ../../include/js_strings.php:64 +msgid "Aug" +msgstr "ago" -#: ../../include/follow.php:221 -msgid "Cannot connect to yourself." -msgstr "No puede conectarse consigo mismo." +#: ../../include/js_strings.php:65 +msgid "Sep" +msgstr "sep" -#: ../../include/oembed.php:213 -msgid "Embedded content" -msgstr "Contenido incorporado" +#: ../../include/js_strings.php:66 +msgid "Oct" +msgstr "oct" -#: ../../include/oembed.php:222 -msgid "Embedding disabled" -msgstr "Incrustación deshabilitada" +#: ../../include/js_strings.php:67 +msgid "Nov" +msgstr "nov" + +#: ../../include/js_strings.php:68 +msgid "Dec" +msgstr "dic" + +#: ../../include/js_strings.php:69 ../../include/text.php:1187 +msgid "Sunday" +msgstr "domingo" + +#: ../../include/js_strings.php:70 ../../include/text.php:1187 +msgid "Monday" +msgstr "lunes" + +#: ../../include/js_strings.php:71 ../../include/text.php:1187 +msgid "Tuesday" +msgstr "martes" + +#: ../../include/js_strings.php:72 ../../include/text.php:1187 +msgid "Wednesday" +msgstr "miércoles" + +#: ../../include/js_strings.php:73 ../../include/text.php:1187 +msgid "Thursday" +msgstr "jueves" + +#: ../../include/js_strings.php:74 ../../include/text.php:1187 +msgid "Friday" +msgstr "viernes" + +#: ../../include/js_strings.php:75 ../../include/text.php:1187 +msgid "Saturday" +msgstr "sábado" + +#: ../../include/js_strings.php:76 +msgid "Sun" +msgstr "dom" + +#: ../../include/js_strings.php:77 +msgid "Mon" +msgstr "lun" + +#: ../../include/js_strings.php:78 +msgid "Tue" +msgstr "mar" + +#: ../../include/js_strings.php:79 +msgid "Wed" +msgstr "mié" + +#: ../../include/js_strings.php:80 +msgid "Thu" +msgstr "jue" + +#: ../../include/js_strings.php:81 +msgid "Fri" +msgstr "vie" + +#: ../../include/js_strings.php:82 +msgid "Sat" +msgstr "sáb" -#: ../../include/message.php:19 +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" +msgstr "hoy" + +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" +msgstr "mes" + +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" +msgstr "semana" + +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" +msgstr "dÃa" + +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" +msgstr "Todos los dÃas" + +#: ../../include/message.php:20 msgid "No recipient provided." msgstr "No se ha especificado ningún destinatario." -#: ../../include/message.php:24 +#: ../../include/message.php:25 msgid "[no subject]" msgstr "[sin asunto]" -#: ../../include/message.php:44 +#: ../../include/message.php:45 msgid "Unable to determine sender." msgstr "No ha sido posible determinar el remitente. " -#: ../../include/message.php:219 +#: ../../include/message.php:222 msgid "Stored post could not be verified." -msgstr "No se han podido verificar las entradas guardadas." +msgstr "No se han podido verificar las publicaciones guardadas." -#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1480 +#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1517 msgid "Logout" msgstr "Finalizar sesión" -#: ../../include/nav.php:82 ../../include/nav.php:114 +#: ../../include/nav.php:82 ../../include/nav.php:115 msgid "End this session" msgstr "Finalizar esta sesión" -#: ../../include/nav.php:85 ../../include/nav.php:145 +#: ../../include/nav.php:85 ../../include/nav.php:146 msgid "Home" msgstr "Inicio" #: ../../include/nav.php:85 msgid "Your posts and conversations" -msgstr "Sus entradas y conversaciones" +msgstr "Sus publicaciones y conversaciones" #: ../../include/nav.php:86 msgid "Your profile page" @@ -3231,6 +2038,10 @@ msgstr "Editar perfiles" msgid "Manage/Edit profiles" msgstr "Administrar/editar perfiles" +#: ../../include/nav.php:90 ../../include/identity.php:977 +msgid "Edit Profile" +msgstr "Editar el perfil" + #: ../../include/nav.php:90 msgid "Edit your profile" msgstr "Editar su perfil" @@ -3243,193 +2054,649 @@ msgstr "Sus fotos" msgid "Your files" msgstr "Sus ficheros" -#: ../../include/nav.php:97 ../../include/apps.php:146 -msgid "Chat" -msgstr "Chat" - -#: ../../include/nav.php:97 +#: ../../include/nav.php:98 msgid "Your chatrooms" msgstr "Sus salas de chat" -#: ../../include/nav.php:103 +#: ../../include/nav.php:104 msgid "Your bookmarks" msgstr "Sus marcadores" -#: ../../include/nav.php:107 +#: ../../include/nav.php:108 msgid "Your webpages" msgstr "Sus páginas web" -#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1481 -msgid "Login" -msgstr "Iniciar sesión" - -#: ../../include/nav.php:111 +#: ../../include/nav.php:112 msgid "Sign in" msgstr "Acceder" -#: ../../include/nav.php:128 +#: ../../include/nav.php:129 #, php-format msgid "%s - click to logout" msgstr "%s - pulsar para finalizar sesión" -#: ../../include/nav.php:131 +#: ../../include/nav.php:132 msgid "Remote authentication" msgstr "Acceder desde su servidor" -#: ../../include/nav.php:131 +#: ../../include/nav.php:132 msgid "Click to authenticate to your home hub" msgstr "Pulsar para identificarse en su servidor de inicio" -#: ../../include/nav.php:145 +#: ../../include/nav.php:146 msgid "Home Page" msgstr "Página de inicio" -#: ../../include/nav.php:149 ../../mod/register.php:224 ../../boot.php:1463 +#: ../../include/nav.php:150 ../../mod/register.php:264 ../../boot.php:1500 msgid "Register" msgstr "Registrarse" -#: ../../include/nav.php:149 +#: ../../include/nav.php:150 msgid "Create an account" msgstr "Crear una cuenta" -#: ../../include/nav.php:154 ../../include/apps.php:142 -#: ../../mod/layouts.php:176 ../../mod/help.php:202 ../../mod/help.php:207 -msgid "Help" -msgstr "Ayuda" - -#: ../../include/nav.php:154 +#: ../../include/nav.php:155 msgid "Help and documentation" msgstr "Ayuda y documentación" -#: ../../include/nav.php:157 +#: ../../include/nav.php:159 ../../include/widgets.php:102 +#: ../../mod/apps.php:36 +msgid "Apps" +msgstr "Aplicaciones" + +#: ../../include/nav.php:159 msgid "Applications, utilities, links, games" msgstr "Aplicaciones, utilidades, enlaces, juegos" -#: ../../include/nav.php:159 ../../include/text.php:867 -#: ../../include/text.php:879 ../../include/apps.php:147 -#: ../../mod/search.php:40 -msgid "Search" -msgstr "Buscar" - -#: ../../include/nav.php:159 +#: ../../include/nav.php:161 msgid "Search site @name, #tag, ?docs, content" msgstr "Buscar en el sitio por @nombre, #etiqueta, ?ayuda o contenido" -#: ../../include/nav.php:162 ../../include/apps.php:141 -msgid "Directory" -msgstr "Directorio" - -#: ../../include/nav.php:162 +#: ../../include/nav.php:164 msgid "Channel Directory" msgstr "Directorio de canales" -#: ../../include/nav.php:174 ../../include/apps.php:133 -msgid "Grid" -msgstr "Red" - -#: ../../include/nav.php:174 +#: ../../include/nav.php:176 msgid "Your grid" msgstr "Mi red" -#: ../../include/nav.php:175 +#: ../../include/nav.php:177 msgid "Mark all grid notifications seen" msgstr "Marcar todas las notificaciones de la red como vistas" -#: ../../include/nav.php:177 ../../include/apps.php:137 -msgid "Channel Home" -msgstr "Mi canal" - -#: ../../include/nav.php:177 +#: ../../include/nav.php:179 msgid "Channel home" msgstr "Mi canal" -#: ../../include/nav.php:178 +#: ../../include/nav.php:180 msgid "Mark all channel notifications seen" msgstr "Marcar todas las notificaciones del canal como leÃdas" -#: ../../include/nav.php:181 ../../mod/connections.php:260 +#: ../../include/nav.php:183 ../../include/text.php:815 +#: ../../mod/connections.php:298 msgid "Connections" msgstr "Conexiones" -#: ../../include/nav.php:184 +#: ../../include/nav.php:186 msgid "Notices" msgstr "Avisos" -#: ../../include/nav.php:184 +#: ../../include/nav.php:186 msgid "Notifications" msgstr "Notificaciones" -#: ../../include/nav.php:185 +#: ../../include/nav.php:187 msgid "See all notifications" msgstr "Ver todas las notificaciones" -#: ../../include/nav.php:186 ../../mod/notifications.php:99 +#: ../../include/nav.php:188 ../../mod/notifications.php:99 msgid "Mark all system notifications seen" msgstr "Marcar todas las notificaciones de sistema como leÃdas" -#: ../../include/nav.php:188 ../../include/apps.php:143 -msgid "Mail" -msgstr "Correo" - -#: ../../include/nav.php:188 +#: ../../include/nav.php:190 msgid "Private mail" msgstr "Correo privado" -#: ../../include/nav.php:189 +#: ../../include/nav.php:191 msgid "See all private messages" msgstr "Ver todas los mensajes privados" -#: ../../include/nav.php:190 +#: ../../include/nav.php:192 msgid "Mark all private messages seen" msgstr "Marcar todos los mensajes privados como leÃdos" -#: ../../include/nav.php:196 ../../include/apps.php:140 -msgid "Events" -msgstr "Eventos" +#: ../../include/nav.php:193 ../../include/widgets.php:598 +msgid "Inbox" +msgstr "Bandeja de entrada" + +#: ../../include/nav.php:194 ../../include/widgets.php:603 +msgid "Outbox" +msgstr "Bandeja de salida" + +#: ../../include/nav.php:195 ../../include/widgets.php:608 +msgid "New Message" +msgstr "Nuevo mensaje" -#: ../../include/nav.php:196 +#: ../../include/nav.php:198 msgid "Event Calendar" msgstr "Calendario de eventos" -#: ../../include/nav.php:197 +#: ../../include/nav.php:199 msgid "See all events" msgstr "Ver todos los eventos" -#: ../../include/nav.php:198 +#: ../../include/nav.php:200 msgid "Mark all events seen" msgstr "Marcar todos los eventos como leidos" -#: ../../include/nav.php:200 ../../include/apps.php:132 -#: ../../mod/manage.php:160 -msgid "Channel Manager" -msgstr "Administración de canales" - -#: ../../include/nav.php:200 +#: ../../include/nav.php:203 msgid "Manage Your Channels" msgstr "Gestionar sus canales" -#: ../../include/nav.php:202 +#: ../../include/nav.php:205 msgid "Account/Channel Settings" msgstr "Ajustes de cuenta/canales" -#: ../../include/nav.php:210 +#: ../../include/nav.php:213 ../../include/widgets.php:1320 +msgid "Admin" +msgstr "Administrador" + +#: ../../include/nav.php:213 msgid "Site Setup and Configuration" msgstr "Ajustes y configuración del sitio" -#: ../../include/nav.php:246 +#: ../../include/nav.php:249 msgid "@name, #tag, ?doc, content" msgstr "@nombre, #etiqueta, ?ayuda, contenido" -#: ../../include/nav.php:247 +#: ../../include/nav.php:250 msgid "Please wait..." msgstr "Espere por favor…" -#: ../../include/security.php:381 +#: ../../include/network.php:630 +msgid "view full size" +msgstr "Ver en el tamaño original" + +#: ../../include/network.php:1612 ../../include/enotify.php:57 +msgid "$Projectname Notification" +msgstr "Notificación de $Projectname" + +#: ../../include/network.php:1613 ../../include/enotify.php:58 +msgid "$projectname" +msgstr "$projectname" + +#: ../../include/network.php:1615 ../../include/enotify.php:60 +msgid "Thank You," +msgstr "Gracias," + +#: ../../include/network.php:1617 ../../include/enotify.php:62 +#, php-format +msgid "%s Administrator" +msgstr "%s Administrador" + +#: ../../include/network.php:1674 +msgid "No Subject" +msgstr "Sin asunto" + +#: ../../include/notify.php:20 +msgid "created a new post" +msgstr "ha creado una nueva entrada" + +#: ../../include/notify.php:21 +#, php-format +msgid "commented on %s's post" +msgstr "ha comentado la entrada de %s" + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nueva página" + +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 +#: ../../mod/layouts.php:188 ../../mod/webpages.php:187 +msgid "View" +msgstr "Ver" + +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 +msgid "Actions" +msgstr "Acciones" + +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 +msgid "Page Link" +msgstr "VÃnculo de la página" + +#: ../../include/page_widgets.php:43 +msgid "Title" +msgstr "TÃtulo" + +#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 +#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192 +msgid "Created" +msgstr "Creado" + +#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 +#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193 +msgid "Edited" +msgstr "Editado" + +#: ../../include/photo/photo_driver.php:722 ../../mod/photos.php:94 +#: ../../mod/photos.php:711 ../../mod/profile_photo.php:147 +#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 +msgid "Profile Photos" +msgstr "Fotos del perfil" + +#: ../../include/photos.php:112 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "La imagen excede el lÃmite de %lu bytes del sitio" + +#: ../../include/photos.php:119 +msgid "Image file is empty." +msgstr "El fichero de imagen está vacÃo. " + +#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 +#: ../../mod/cover_photo.php:164 +msgid "Unable to process image" +msgstr "No ha sido posible procesar la imagen" + +#: ../../include/photos.php:257 +msgid "Photo storage failed." +msgstr "La foto no ha podido ser guardada." + +#: ../../include/photos.php:297 +msgid "a new photo" +msgstr "una nueva foto" + +#: ../../include/photos.php:301 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" +msgstr "%1$s ha publicado %2$s en %3$s" + +#: ../../include/photos.php:510 +msgid "Upload New Photos" +msgstr "Subir nuevas fotos" + +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 +msgid "Male" +msgstr "Hombre" + +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 +msgid "Female" +msgstr "Mujer" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Actualmente hombre" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Actualmente mujer" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Generalmente hombre" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Generalmente mujer" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transgénero" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Intersexual" + +#: ../../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 "Neutral" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "No especificado" + +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871 +msgid "Other" +msgstr "Otro" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Indeciso/a" + +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" +msgstr "Hombres" + +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" +msgstr "Mujeres" + +#: ../../include/profile_selectors.php:42 +msgid "Gay" +msgstr "Homosexual" + +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "Lesbiana" + +#: ../../include/profile_selectors.php:42 +msgid "No Preference" +msgstr "Sin preferencias" + +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" +msgstr "Bisexual" + +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" +msgstr "Autosexual" + +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" +msgstr "Casto/a" + +#: ../../include/profile_selectors.php:42 +msgid "Virgin" +msgstr "Virgen" + +#: ../../include/profile_selectors.php:42 +msgid "Deviant" +msgstr "Fuera de lo común" + +#: ../../include/profile_selectors.php:42 +msgid "Fetish" +msgstr "Fetichista" + +#: ../../include/profile_selectors.php:42 +msgid "Oodles" +msgstr "OrgÃas" + +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" +msgstr "Asexual" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" +msgstr "Soltero/a" + +#: ../../include/profile_selectors.php:80 +msgid "Lonely" +msgstr "Solo/a" + +#: ../../include/profile_selectors.php:80 +msgid "Available" +msgstr "Disponible" + +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" +msgstr "No disponible" + +#: ../../include/profile_selectors.php:80 +msgid "Has crush" +msgstr "Enamorado/a" + +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" +msgstr "Apasionado/a" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" +msgstr "Saliendo con alguien" + +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" +msgstr "Infiel" + +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" +msgstr "Con adicción al sexo" + +#: ../../include/profile_selectors.php:80 ../../include/identity.php:390 +#: ../../include/identity.php:391 ../../include/identity.php:398 +#: ../../include/widgets.php:451 ../../mod/connedit.php:582 +#: ../../mod/settings.php:338 ../../mod/settings.php:342 +#: ../../mod/settings.php:343 ../../mod/settings.php:346 +#: ../../mod/settings.php:357 +msgid "Friends" +msgstr "Amigos/as" + +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" +msgstr "Amigos con algo extra" + +#: ../../include/profile_selectors.php:80 +msgid "Casual" +msgstr "Casual" + +#: ../../include/profile_selectors.php:80 +msgid "Engaged" +msgstr "Prometido/a" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" +msgstr "Casado/a" + +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" +msgstr "Casado/a en sueños" + +#: ../../include/profile_selectors.php:80 +msgid "Partners" +msgstr "Pareja" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" +msgstr "Cohabitando" + +#: ../../include/profile_selectors.php:80 +msgid "Common law" +msgstr "Matrimonio tradicional" + +#: ../../include/profile_selectors.php:80 +msgid "Happy" +msgstr "FelÃz" + +#: ../../include/profile_selectors.php:80 +msgid "Not looking" +msgstr "No estoy buscando" + +#: ../../include/profile_selectors.php:80 +msgid "Swinger" +msgstr "Libertino" + +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" +msgstr "Engañado/a" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" +msgstr "Separado/a" + +#: ../../include/profile_selectors.php:80 +msgid "Unstable" +msgstr "Inestable" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" +msgstr "Divorciado/a" + +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" +msgstr "Divorciado/a en sueños" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" +msgstr "Viudo/a" + +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" +msgstr "Indeterminado" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" +msgstr "Es complicado" + +#: ../../include/profile_selectors.php:80 +msgid "Don't care" +msgstr "No me importa" + +#: ../../include/profile_selectors.php:80 +msgid "Ask me" +msgstr "Pregúnteme" + +#: ../../include/security.php:384 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 "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado" +#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 +msgid "Tags" +msgstr "Etiquetas" + +#: ../../include/taxonomy.php:305 +msgid "Keywords" +msgstr "Palabras clave" + +#: ../../include/taxonomy.php:326 +msgid "have" +msgstr "tener" + +#: ../../include/taxonomy.php:326 +msgid "has" +msgstr "tiene" + +#: ../../include/taxonomy.php:327 +msgid "want" +msgstr "quiero" + +#: ../../include/taxonomy.php:327 +msgid "wants" +msgstr "quiere" + +#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254 +msgid "like" +msgstr "me gusta" + +#: ../../include/taxonomy.php:328 +msgid "likes" +msgstr "gusta de" + +#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255 +msgid "dislike" +msgstr "no me gusta" + +#: ../../include/taxonomy.php:329 +msgid "dislikes" +msgstr "no gusta de" + +#: ../../include/zot.php:676 +msgid "Invalid data packet" +msgstr "Paquete de datos no válido" + +#: ../../include/zot.php:692 +msgid "Unable to verify channel signature" +msgstr "No ha sido posible de verificar la firma del canal" + +#: ../../include/zot.php:2268 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "No ha sido posible de verificar la firma del sitio para %s" + +#: ../../include/zot.php:3591 +msgid "invalid target signature" +msgstr "La firma recibida no es válida" + +#: ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Frecuentemente" + +#: ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Cada hora" + +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Dos veces al dÃa" + +#: ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Diariamente" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Semanalmente" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Mensualmente" + +#: ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 +#: ../../mod/id.php:16 ../../mod/admin.php:989 ../../mod/admin.php:998 +#: ../../boot.php:1520 +msgid "Email" +msgstr "Correo electrónico" + +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" + +#: ../../include/contact_selectors.php:82 +msgid "Zot" +msgstr "Zot" + +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" + #: ../../include/text.php:394 msgid "prev" msgstr "anterior" @@ -3454,1762 +2721,1656 @@ msgstr "más antiguas" msgid "newer" msgstr "más recientes" -#: ../../include/text.php:785 +#: ../../include/text.php:803 msgid "No connections" msgstr "Sin conexiones" -#: ../../include/text.php:797 +#: ../../include/text.php:828 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d Conexión" -msgstr[1] "%d Conexiones" +msgid "View all %s connections" +msgstr "Ver todas las %s conexiones" -#: ../../include/text.php:810 ../../mod/viewconnections.php:101 -msgid "View Connections" -msgstr "Ver conexiones" +#: ../../include/text.php:886 ../../include/text.php:898 +#: ../../include/widgets.php:202 ../../mod/filer.php:49 +#: ../../mod/admin.php:1666 ../../mod/admin.php:1686 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:100 +msgid "Save" +msgstr "Guardar" -#: ../../include/text.php:954 +#: ../../include/text.php:973 ../../include/text.php:978 msgid "poke" msgstr "un toque" -#: ../../include/text.php:955 +#: ../../include/text.php:979 msgid "ping" msgstr "un \"ping\"" -#: ../../include/text.php:955 +#: ../../include/text.php:979 msgid "pinged" msgstr "ha enviado un \"ping\" a" -#: ../../include/text.php:956 +#: ../../include/text.php:980 msgid "prod" -msgstr "una incitación" +msgstr "una incitación " -#: ../../include/text.php:956 +#: ../../include/text.php:980 msgid "prodded" -msgstr "ha incitado a" +msgstr "ha incitado a " -#: ../../include/text.php:957 +#: ../../include/text.php:981 msgid "slap" -msgstr "una bofetada" +msgstr "una bofetada " -#: ../../include/text.php:957 +#: ../../include/text.php:981 msgid "slapped" -msgstr "ha enviado una bofetada a" +msgstr "ha abofeteado a " -#: ../../include/text.php:958 +#: ../../include/text.php:982 msgid "finger" -msgstr "un \"finger\"" +msgstr "un \"finger\" " -#: ../../include/text.php:958 +#: ../../include/text.php:982 msgid "fingered" -msgstr "ha enviado un \"finger\" a" +msgstr "envió un \"finger\" a" -#: ../../include/text.php:959 +#: ../../include/text.php:983 msgid "rebuff" -msgstr "un rechazo" +msgstr "un reproche" -#: ../../include/text.php:959 +#: ../../include/text.php:983 msgid "rebuffed" -msgstr "ha enviado un rechazo a" +msgstr "ha hecho un reproche a " -#: ../../include/text.php:969 +#: ../../include/text.php:995 msgid "happy" -msgstr "feliz" +msgstr "feliz " -#: ../../include/text.php:970 +#: ../../include/text.php:996 msgid "sad" -msgstr "triste" +msgstr "triste " -#: ../../include/text.php:971 +#: ../../include/text.php:997 msgid "mellow" -msgstr "amable" +msgstr "tranquilo/a" -#: ../../include/text.php:972 +#: ../../include/text.php:998 msgid "tired" -msgstr "cansado/a" +msgstr "cansado/a " -#: ../../include/text.php:973 +#: ../../include/text.php:999 msgid "perky" msgstr "vivaz" -#: ../../include/text.php:974 +#: ../../include/text.php:1000 msgid "angry" msgstr "enfadado/a" -#: ../../include/text.php:975 -msgid "stupified" -msgstr "estupefacto/a" +#: ../../include/text.php:1001 +msgid "stupefied" +msgstr "asombrado/a" -#: ../../include/text.php:976 +#: ../../include/text.php:1002 msgid "puzzled" msgstr "perplejo/a" -#: ../../include/text.php:977 +#: ../../include/text.php:1003 msgid "interested" msgstr "interesado/a" -#: ../../include/text.php:978 +#: ../../include/text.php:1004 msgid "bitter" msgstr "amargado/a" -#: ../../include/text.php:979 +#: ../../include/text.php:1005 msgid "cheerful" msgstr "alegre" -#: ../../include/text.php:980 +#: ../../include/text.php:1006 msgid "alive" msgstr "animado/a" -#: ../../include/text.php:981 +#: ../../include/text.php:1007 msgid "annoyed" msgstr "molesto/a" -#: ../../include/text.php:982 +#: ../../include/text.php:1008 msgid "anxious" msgstr "ansioso/a" -#: ../../include/text.php:983 +#: ../../include/text.php:1009 msgid "cranky" msgstr "de mal humor" -#: ../../include/text.php:984 +#: ../../include/text.php:1010 msgid "disturbed" msgstr "perturbado/a" -#: ../../include/text.php:985 +#: ../../include/text.php:1011 msgid "frustrated" msgstr "frustrado/a" -#: ../../include/text.php:986 +#: ../../include/text.php:1012 msgid "depressed" msgstr "deprimido/a" -#: ../../include/text.php:987 +#: ../../include/text.php:1013 msgid "motivated" msgstr "motivado/a" -#: ../../include/text.php:988 +#: ../../include/text.php:1014 msgid "relaxed" msgstr "relajado/a" -#: ../../include/text.php:989 +#: ../../include/text.php:1015 msgid "surprised" msgstr "sorprendido/a" -#: ../../include/text.php:1165 +#: ../../include/text.php:1191 msgid "May" msgstr "mayo" -#: ../../include/text.php:1242 ../../include/text.php:1246 +#: ../../include/text.php:1268 ../../include/text.php:1272 msgid "Unknown Attachment" msgstr "Adjunto no reconocido" -#: ../../include/text.php:1248 +#: ../../include/text.php:1274 msgid "unknown" msgstr "desconocido" -#: ../../include/text.php:1284 +#: ../../include/text.php:1310 msgid "remove category" msgstr "eliminar categorÃa" -#: ../../include/text.php:1361 +#: ../../include/text.php:1387 msgid "remove from file" msgstr "eliminar del fichero" -#: ../../include/text.php:1507 ../../include/text.php:1518 +#: ../../include/text.php:1529 ../../include/text.php:1540 msgid "Click to open/close" msgstr "Pulsar para abrir/cerrar" -#: ../../include/text.php:1692 ../../mod/events.php:623 +#: ../../include/text.php:1724 ../../mod/events.php:623 msgid "Link to Source" msgstr "Enlazar con la entrada en su ubicación original" -#: ../../include/text.php:1713 ../../include/text.php:1785 +#: ../../include/text.php:1745 ../../include/text.php:1817 msgid "default" msgstr "por defecto" -#: ../../include/text.php:1721 +#: ../../include/text.php:1753 msgid "Page layout" msgstr "Formato de la página" -#: ../../include/text.php:1721 +#: ../../include/text.php:1753 msgid "You can create your own with the layouts tool" msgstr "Puede crear su propio formato gráfico con las herramientas de diseño" -#: ../../include/text.php:1763 +#: ../../include/text.php:1795 msgid "Page content type" msgstr "Tipo de contenido de página" -#: ../../include/text.php:1797 +#: ../../include/text.php:1829 msgid "Select an alternate language" msgstr "Seleccionar un idioma alternativo" -#: ../../include/text.php:1929 +#: ../../include/text.php:1961 msgid "activity" -msgstr "actividad" +msgstr "la actividad" -#: ../../include/text.php:2224 +#: ../../include/text.php:2256 msgid "Design Tools" msgstr "Herramientas de diseño" -#: ../../include/text.php:2227 ../../mod/blocks.php:147 +#: ../../include/text.php:2259 ../../mod/blocks.php:147 msgid "Blocks" msgstr "Bloques" -#: ../../include/text.php:2228 ../../mod/menu.php:103 +#: ../../include/text.php:2260 ../../mod/menu.php:103 msgid "Menus" msgstr "Menús" -#: ../../include/text.php:2229 ../../mod/layouts.php:174 +#: ../../include/text.php:2261 ../../mod/layouts.php:174 msgid "Layouts" msgstr "Formato gráfico" -#: ../../include/text.php:2230 +#: ../../include/text.php:2262 msgid "Pages" msgstr "Páginas" -#: ../../include/dir_fns.php:139 -msgid "Directory Options" -msgstr "Opciones del directorio" - -#: ../../include/dir_fns.php:141 -msgid "Safe Mode" -msgstr "Modo seguro" - -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 -#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:106 -#: ../../mod/admin.php:410 ../../mod/settings.php:577 ../../mod/photos.php:626 -#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:447 -#: ../../mod/events.php:448 ../../mod/events.php:457 ../../mod/mitem.php:154 -#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 -#: ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1485 -msgid "No" -msgstr "No" - -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 -#: ../../mod/api.php:105 ../../mod/admin.php:412 ../../mod/settings.php:577 -#: ../../mod/photos.php:626 ../../mod/menu.php:96 ../../mod/menu.php:153 -#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 -#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 -#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1485 -msgid "Yes" -msgstr "SÃ" +#: ../../include/items.php:423 ../../index.php:376 ../../mod/dreport.php:6 +#: ../../mod/dreport.php:45 ../../mod/group.php:68 +#: ../../mod/import_items.php:108 ../../mod/like.php:280 +#: ../../mod/profperm.php:23 ../../mod/subthread.php:58 +msgid "Permission denied" +msgstr "Permiso denegado" -#: ../../include/dir_fns.php:142 -msgid "Public Forums Only" -msgstr "Solo foros públicos" +#: ../../include/items.php:1137 ../../include/items.php:1183 +msgid "(Unknown)" +msgstr "(Desconocido)" -#: ../../include/dir_fns.php:143 -msgid "This Website Only" -msgstr "Solo este sitio web" +#: ../../include/items.php:1380 +msgid "Visible to anybody on the internet." +msgstr "Visible para cualquiera en internet." -#: ../../include/group.php:26 -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 "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente." +#: ../../include/items.php:1382 +msgid "Visible to you only." +msgstr "Visible sólo para usted." -#: ../../include/group.php:232 -msgid "Add new connections to this collection (privacy group)" -msgstr "Añadir nuevas conexiones a esta colección (privacidad del grupo)" +#: ../../include/items.php:1384 +msgid "Visible to anybody in this network." +msgstr "Visible para cualquiera en esta red." -#: ../../include/group.php:251 ../../mod/admin.php:821 -msgid "All Channels" -msgstr "Todos los canales" +#: ../../include/items.php:1386 +msgid "Visible to anybody authenticated." +msgstr "Visible para cualquiera que haya sido autenticado." -#: ../../include/group.php:273 -msgid "edit" -msgstr "editar" +#: ../../include/items.php:1388 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Visible para cualquiera en %s." -#: ../../include/group.php:295 -msgid "Collections" -msgstr "Colecciones" +#: ../../include/items.php:1390 +msgid "Visible to all connections." +msgstr "Visible para todas las conexiones." -#: ../../include/group.php:296 -msgid "Edit collection" -msgstr "Editar colección" +#: ../../include/items.php:1392 +msgid "Visible to approved connections." +msgstr "Visible para las conexiones permitidas." -#: ../../include/group.php:297 -msgid "Add new collection" -msgstr "Añadir nueva colección" +#: ../../include/items.php:1394 +msgid "Visible to specific connections." +msgstr "Visible para conexiones especÃficas." -#: ../../include/group.php:298 -msgid "Channels not in any collection" -msgstr "El canal no se encuentra en ninguna colección" +#: ../../include/items.php:4358 ../../mod/display.php:36 +#: ../../mod/filestorage.php:27 ../../mod/admin.php:141 +#: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/thing.php:85 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "Elemento no encontrado." -#: ../../include/zot.php:675 -msgid "Invalid data packet" -msgstr "Paquete de datos no válido" +#: ../../include/items.php:4870 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Privacy group not found." +msgstr "Grupo de canales no encontrado." -#: ../../include/zot.php:691 -msgid "Unable to verify channel signature" -msgstr "No ha sido posible de verificar la firma del canal" +#: ../../include/items.php:4886 +msgid "Privacy group is empty." +msgstr "El grupo de canales está vacÃo." -#: ../../include/zot.php:2275 +#: ../../include/items.php:4893 #, php-format -msgid "Unable to verify site signature for %s" -msgstr "No ha sido posible de verificar la firma del sitio para %s" - -#: ../../include/zot.php:3601 -msgid "invalid target signature" -msgstr "La firma recibida no es válida" - -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nueva página" +msgid "Privacy group: %s" +msgstr "Grupo de canales: %s" -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 -#: ../../mod/webpages.php:187 ../../mod/layouts.php:188 -msgid "View" -msgstr "Ver" +#: ../../include/items.php:4903 ../../mod/connedit.php:692 +#, php-format +msgid "Connection: %s" +msgstr "Conexión: %s" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 -msgid "Actions" -msgstr "Acciones" +#: ../../include/items.php:4905 +msgid "Connection not found." +msgstr "Conexión no encontrada" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 -msgid "Page Link" -msgstr "VÃnculo de la página" +#: ../../include/enotify.php:96 +#, php-format +msgid "%s <!item_type!>" +msgstr "%s <!item_type!>" -#: ../../include/page_widgets.php:43 -msgid "Title" -msgstr "TÃtulo" +#: ../../include/enotify.php:100 +#, php-format +msgid "[Hubzilla:Notify] New mail received at %s" +msgstr "[Hubzilla:Aviso] Nuevo mensaje en %s" -#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 -#: ../../mod/webpages.php:192 ../../mod/layouts.php:181 ../../mod/menu.php:110 -msgid "Created" -msgstr "Creado" +#: ../../include/enotify.php:102 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, %2$s le ha enviado un nuevo mensaje privado en %3$s." -#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 -#: ../../mod/webpages.php:193 ../../mod/layouts.php:182 ../../mod/menu.php:111 -msgid "Edited" -msgstr "Editado" +#: ../../include/enotify.php:103 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s le ha enviado %2$s." -#: ../../include/network.php:630 -msgid "view full size" -msgstr "Ver en el tamaño original" +#: ../../include/enotify.php:103 +msgid "a private message" +msgstr "un mensaje privado" -#: ../../include/network.php:1655 ../../include/account.php:316 -#: ../../include/account.php:343 ../../include/account.php:403 -msgid "Administrator" -msgstr "Administrador" +#: ../../include/enotify.php:104 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Por favor visite %s para ver y/o responder a su mensaje privado." -#: ../../include/network.php:1669 -msgid "No Subject" -msgstr "Sin asunto" +#: ../../include/enotify.php:160 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%4$s[/zrl]" -#: ../../include/dba/dba_driver.php:141 +#: ../../include/enotify.php:168 #, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "No se ha podido localizar información de DNS para el servidor de base de datos “%sâ€" +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%5$s de %4$s[/zrl] " -#: ../../include/photos.php:112 +#: ../../include/enotify.php:177 #, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "La imagen excede el lÃmite de %lu bytes del sitio" +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%4$s creado por usted[/zrl]" -#: ../../include/photos.php:119 -msgid "Image file is empty." -msgstr "El fichero de imagen está vacÃo. " +#: ../../include/enotify.php:188 +#, php-format +msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Hubzilla:Aviso] Nuevo comentario de %2$s a la conversación #%1$d" -#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 -msgid "Unable to process image" -msgstr "No ha sido posible procesar la imagen" +#: ../../include/enotify.php:189 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s ha comentado un elemento/conversación que ha estado siguiendo." -#: ../../include/photos.php:257 -msgid "Photo storage failed." -msgstr "La foto no ha podido ser guardada." +#: ../../include/enotify.php:192 ../../include/enotify.php:207 +#: ../../include/enotify.php:233 ../../include/enotify.php:251 +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Para ver o comentar la conversación, visite %s" -#: ../../include/photos.php:487 -msgid "Upload New Photos" -msgstr "Subir nuevas fotos" +#: ../../include/enotify.php:198 +#, php-format +msgid "[Hubzilla:Notify] %s posted to your profile wall" +msgstr "[Hubzilla:Aviso] %s ha publicado una entrada en su página de inicio del perfil (\"muro\")" -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" -msgstr "Guardar en carpeta" +#: ../../include/enotify.php:200 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s ha publicado en su página del perfil en %3$s" -#: ../../include/ItemObject.php:151 -msgid "I will attend" -msgstr "Participaré" +#: ../../include/enotify.php:202 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s ha publicado en [zrl=%3$s]su página del perfil[/zrl]" -#: ../../include/ItemObject.php:151 -msgid "I will not attend" -msgstr "No participaré" +#: ../../include/enotify.php:226 +#, php-format +msgid "[Hubzilla:Notify] %s tagged you" +msgstr "[Hubzilla:Aviso] %s le ha etiquetado" -#: ../../include/ItemObject.php:151 -msgid "I might attend" -msgstr "Quizá participe" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, %2$s le ha etiquetado en %3$s" -#: ../../include/ItemObject.php:161 -msgid "I agree" -msgstr "Estoy de acuerdo" +#: ../../include/enotify.php:228 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]le etiquetó[/zrl]." -#: ../../include/ItemObject.php:161 -msgid "I disagree" -msgstr "No estoy de acuerdo" +#: ../../include/enotify.php:240 +#, php-format +msgid "[Hubzilla:Notify] %1$s poked you" +msgstr "[Hubzilla:Aviso] %1$s le ha dado un toque" -#: ../../include/ItemObject.php:161 -msgid "I abstain" -msgstr "Me abstengo" +#: ../../include/enotify.php:241 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s le ha dado un toque en %3$s" -#: ../../include/ItemObject.php:212 -msgid "Add Star" -msgstr "Destacar añadiendo una estrella" +#: ../../include/enotify.php:242 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]le ha dado un toque[/zrl]." -#: ../../include/ItemObject.php:213 -msgid "Remove Star" -msgstr "Eliminar estrella" +#: ../../include/enotify.php:258 +#, php-format +msgid "[Hubzilla:Notify] %s tagged your post" +msgstr "[Hubzilla:Aviso] %s ha etiquetado su publicación" -#: ../../include/ItemObject.php:214 -msgid "Toggle Star Status" -msgstr "Activar o desactivar el estado de entrada preferida" +#: ../../include/enotify.php:259 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s ha etiquetado su publicación en %3$s" -#: ../../include/ItemObject.php:218 -msgid "starred" -msgstr "preferidas" +#: ../../include/enotify.php:260 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s ha etiquetado [zrl=%3$s]su publicación[/zrl]" -#: ../../include/ItemObject.php:236 -msgid "Add Tag" -msgstr "Añadir etiqueta" +#: ../../include/enotify.php:272 +msgid "[Hubzilla:Notify] Introduction received" +msgstr "[Hubzilla:Aviso] Ha recibido una solicitud de conexión" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023 -msgid "I like this (toggle)" -msgstr "me gusta (cambiar)" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, ha recibido una nueva solicitud de conexión de '%2$s' en %3$s" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024 -msgid "I don't like this (toggle)" -msgstr "No me gusta esto (cambiar)" +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, ha recibido [zrl=%2$s]una nueva solicitud de conexión[/zrl] de %3$s." -#: ../../include/ItemObject.php:259 -msgid "Share This" -msgstr "Compartir esto" +#: ../../include/enotify.php:278 ../../include/enotify.php:297 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Puede visitar su perfil en %s" -#: ../../include/ItemObject.php:259 -msgid "share" -msgstr "compartir" +#: ../../include/enotify.php:280 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "Por favor, visite %s para permitir o rechazar la solicitad de conexión." -#: ../../include/ItemObject.php:268 -msgid "Delivery Report" -msgstr "Informe de transmisión" +#: ../../include/enotify.php:287 +msgid "[Hubzilla:Notify] Friend suggestion received" +msgstr "[Hubzilla:Aviso] Ha recibido una sugerencia de amistad" -#: ../../include/ItemObject.php:286 +#: ../../include/enotify.php:288 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comentario" -msgstr[1] "%d comentarios" +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, ha recibido una sugerencia de conexión de '%2$s' en %3$s" -#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 +#: ../../include/enotify.php:289 #, php-format -msgid "View %s's profile - %s" -msgstr "Ver el perfil de %s - %s" - -#: ../../include/ItemObject.php:319 -msgid "to" -msgstr "a" +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, ha recibido [zrl=%2$s]una sugerencia de conexión[/zrl] para %3$s de %4$s." -#: ../../include/ItemObject.php:320 -msgid "via" -msgstr "mediante" +#: ../../include/enotify.php:295 +msgid "Name:" +msgstr "Nombre:" -#: ../../include/ItemObject.php:321 -msgid "Wall-to-Wall" -msgstr "De página del perfil a página del perfil (de Muro a Muro)" +#: ../../include/enotify.php:296 +msgid "Photo:" +msgstr "Foto:" -#: ../../include/ItemObject.php:322 -msgid "via Wall-To-Wall:" -msgstr "Mediante el procedimiento página del perfil a página del perfil (de Muro a Muro)" +#: ../../include/enotify.php:299 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Por favor, visite %s para aprobar o rechazar la sugerencia." -#: ../../include/ItemObject.php:362 -msgid "Save Bookmarks" -msgstr "Guardar en Marcadores" +#: ../../include/enotify.php:514 +msgid "[Hubzilla:Notify]" +msgstr "[Hubzilla:Aviso]" -#: ../../include/ItemObject.php:363 -msgid "Add to Calendar" -msgstr "Añadir al calendario" +#: ../../include/features.php:48 +msgid "General Features" +msgstr "Funcionalidades básicas" -#: ../../include/ItemObject.php:372 -msgid "Mark all seen" -msgstr "Marcar todo como visto" +#: ../../include/features.php:50 +msgid "Content Expiration" +msgstr "Caducidad del contenido" -#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209 -msgctxt "noun" -msgid "Likes" -msgstr "Me gusta" +#: ../../include/features.php:50 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Eliminar publicaciones/comentarios y/o mensajes privados más adelante" -#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210 -msgctxt "noun" -msgid "Dislikes" -msgstr "No me gusta" +#: ../../include/features.php:51 +msgid "Multiple Profiles" +msgstr "Múltiples perfiles" -#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042 -#: ../../mod/photos.php:1160 -msgid "This is you" -msgstr "Este es usted" +#: ../../include/features.php:51 +msgid "Ability to create multiple profiles" +msgstr "Capacidad de crear múltiples perfiles" -#: ../../include/ItemObject.php:703 -msgid "Image" -msgstr "Imagen" +#: ../../include/features.php:52 +msgid "Advanced Profiles" +msgstr "Perfiles avanzados" -#: ../../include/ItemObject.php:704 -msgid "Insert Link" -msgstr "Insertar enlace" +#: ../../include/features.php:52 +msgid "Additional profile sections and selections" +msgstr "Secciones y selecciones de perfil adicionales" -#: ../../include/ItemObject.php:705 -msgid "Video" -msgstr "VÃdeo" +#: ../../include/features.php:53 +msgid "Profile Import/Export" +msgstr "Importar/Exportar perfil" -#: ../../include/apps.php:128 -msgid "Site Admin" -msgstr "Adminstrador del sitio" +#: ../../include/features.php:53 +msgid "Save and load profile details across sites/channels" +msgstr "Guardar y cargar detalles del perfil a través de sitios/canales" -#: ../../include/apps.php:130 -msgid "Address Book" -msgstr "Libreta de direcciones" +#: ../../include/features.php:54 +msgid "Web Pages" +msgstr "Páginas web" -#: ../../include/apps.php:144 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Estado de ánimo" +#: ../../include/features.php:54 +msgid "Provide managed web pages on your channel" +msgstr "Proveer páginas web gestionadas en su canal" -#: ../../include/apps.php:148 -msgid "Probe" -msgstr "Probar" +#: ../../include/features.php:55 +msgid "Hide Rating" +msgstr "Ocultar las valoraciones" -#: ../../include/apps.php:149 -msgid "Suggest" -msgstr "Sugerir" +#: ../../include/features.php:55 +msgid "" +"Hide the rating buttons on your channel and profile pages. Note: People can " +"still rate you somewhere else." +msgstr "Ocultar los botones de valoración en su canal y página de perfil. Tenga en cuenta, sin embargo, que la gente podrá expresar su valoración en otros lugares." -#: ../../include/apps.php:150 -msgid "Random Channel" -msgstr "Canal aleatorio" +#: ../../include/features.php:56 +msgid "Private Notes" +msgstr "Notas privadas" -#: ../../include/apps.php:151 -msgid "Invite" -msgstr "Invitar" +#: ../../include/features.php:56 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" +msgstr "Habilita una herramienta para guardar notas y recordatorios (advertencia: las notas no estarán cifradas)" -#: ../../include/apps.php:152 -msgid "Features" -msgstr "CaracterÃsticas" +#: ../../include/features.php:57 +msgid "Navigation Channel Select" +msgstr "Navegación por el selector de canales" -#: ../../include/apps.php:153 ../../mod/id.php:28 -msgid "Language" -msgstr "Idioma" +#: ../../include/features.php:57 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Cambiar de canales directamente desde el menú de navegación desplegable" -#: ../../include/apps.php:154 -msgid "Post" -msgstr "Publicación" +#: ../../include/features.php:58 +msgid "Photo Location" +msgstr "Ubicación de las fotos" -#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 -#: ../../mod/id.php:19 -msgid "Profile Photo" -msgstr "Foto del perfil" +#: ../../include/features.php:58 +msgid "If location data is available on uploaded photos, link this to a map." +msgstr "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa." -#: ../../include/apps.php:252 ../../mod/settings.php:84 -#: ../../mod/settings.php:612 -msgid "Update" -msgstr "Actualizar" +#: ../../include/features.php:60 +msgid "Expert Mode" +msgstr "Modo de experto" -#: ../../include/apps.php:252 -msgid "Install" -msgstr "Instalar" +#: ../../include/features.php:60 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Habilitar el modo de experto para acceder a opciones avanzadas de configuración" -#: ../../include/apps.php:257 -msgid "Purchase" -msgstr "Comprar" +#: ../../include/features.php:61 +msgid "Premium Channel" +msgstr "Canal premium" -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" -msgstr "Pueden verse mi actividad y publicaciones normales" +#: ../../include/features.php:61 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Le permite configurar restricciones y normas de uso a aquellos que conectan con su canal" -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" -msgstr "Puede verse mi perfil de canal predeterminado." +#: ../../include/features.php:66 +msgid "Post Composition Features" +msgstr "Opciones para la redacción de entradas" -#: ../../include/permissions.php:28 -msgid "Can view my connections" -msgstr "Pueden verse mis conexiones" +#: ../../include/features.php:68 +msgid "Use Markdown" +msgstr "Usar Markdown" -#: ../../include/permissions.php:29 -msgid "Can view my file storage and photos" -msgstr "Pueden verse mi repositorio de ficheros y mis fotos" +#: ../../include/features.php:68 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Permitir el uso de \"Markdown\" para formatear publicaciones" -#: ../../include/permissions.php:30 -msgid "Can view my webpages" -msgstr "Pueden verse mis páginas web" +#: ../../include/features.php:69 +msgid "Large Photos" +msgstr "Fotos de gran tamaño" -#: ../../include/permissions.php:33 -msgid "Can send me their channel stream and posts" -msgstr "Me pueden enviar sus entradas y contenidos del canal" +#: ../../include/features.php:69 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" +msgstr "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)" -#: ../../include/permissions.php:34 -msgid "Can post on my channel page (\"wall\")" -msgstr "Pueden crearse entradas en mi página de inicio del canal (“muroâ€)" +#: ../../include/features.php:70 ../../include/widgets.php:569 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "OrÃgenes de los contenidos del canal" -#: ../../include/permissions.php:35 -msgid "Can comment on or like my posts" -msgstr "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'." +#: ../../include/features.php:70 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Importar automáticamente contenido de otros canales o \"feeds\"" -#: ../../include/permissions.php:36 -msgid "Can send me private mail messages" -msgstr "Se me pueden enviar mensajes privados" +#: ../../include/features.php:71 +msgid "Even More Encryption" +msgstr "Más cifrado todavÃa" -#: ../../include/permissions.php:37 -msgid "Can like/dislike stuff" -msgstr "Puede marcarse contenido como me gusta/no me gusta" +#: ../../include/features.php:71 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida." -#: ../../include/permissions.php:37 -msgid "Profiles and things other than posts/comments" -msgstr "Perfiles y otras cosas aparte de publicaciones/comentarios" +#: ../../include/features.php:72 +msgid "Enable Voting Tools" +msgstr "Permitir entradas con votación" -#: ../../include/permissions.php:39 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Puede enviarse una entrada a todos mis contactos del canal mediante una @mención" +#: ../../include/features.php:72 +msgid "Provide a class of post which others can vote on" +msgstr "Proveer una clase de publicación en la que otros puedan votar" -#: ../../include/permissions.php:39 -msgid "Advanced - useful for creating group forum channels" -msgstr "Avanzado - útil para crear canales de foros de discusión o grupos" +#: ../../include/features.php:73 +msgid "Delayed Posting" +msgstr "Publicación aplazada" -#: ../../include/permissions.php:40 -msgid "Can chat with me (when available)" -msgstr "Se puede charlar conmigo (cuando esté disponible)" +#: ../../include/features.php:73 +msgid "Allow posts to be published at a later date" +msgstr "Permitir mensajes que se publicarán en una fecha posterior" -#: ../../include/permissions.php:41 -msgid "Can write to my file storage and photos" -msgstr "Puede escribirse en mi repositorio de ficheros y fotos" +#: ../../include/features.php:74 +msgid "Suppress Duplicate Posts/Comments" +msgstr "Prevenir entradas o comentarios duplicados" -#: ../../include/permissions.php:42 -msgid "Can edit my webpages" -msgstr "Pueden editarse mis páginas web" +#: ../../include/features.php:74 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." +msgstr "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo." -#: ../../include/permissions.php:44 -msgid "Can source my public posts in derived channels" -msgstr "Pueden utilizarse mis publicaciones públicas como origen de contenidos en canales derivados" +#: ../../include/features.php:80 +msgid "Network and Stream Filtering" +msgstr "Filtrado del contenido" -#: ../../include/permissions.php:44 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Algo avanzado - muy útil en comunidades abiertas" +#: ../../include/features.php:81 +msgid "Search by Date" +msgstr "Buscar por fecha" -#: ../../include/permissions.php:46 -msgid "Can administer my channel resources" -msgstr "Pueden administrarse mis recursos del canal" +#: ../../include/features.php:81 +msgid "Ability to select posts by date ranges" +msgstr "Capacidad de seleccionar entradas por rango de fechas" -#: ../../include/permissions.php:46 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo." +#: ../../include/features.php:82 +msgid "Enable management and selection of privacy groups" +msgstr "Activar la gestión y selección de grupos de canales" -#: ../../include/permissions.php:867 -msgid "Social Networking" -msgstr "Redes sociales" +#: ../../include/features.php:83 ../../include/widgets.php:284 +msgid "Saved Searches" +msgstr "Búsquedas guardadas" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -#: ../../include/permissions.php:869 -msgid "Mostly Public" -msgstr "Público en su mayor parte" +#: ../../include/features.php:83 +msgid "Save search terms for re-use" +msgstr "Guardar términos de búsqueda para su reutilización" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -#: ../../include/permissions.php:869 -msgid "Restricted" -msgstr "Restringido" +#: ../../include/features.php:84 +msgid "Network Personal Tab" +msgstr "Actividad personal" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -msgid "Private" -msgstr "Privado" +#: ../../include/features.php:84 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado." -#: ../../include/permissions.php:868 -msgid "Community Forum" -msgstr "Foro de discusión" +#: ../../include/features.php:85 +msgid "Network New Tab" +msgstr "Contenido nuevo" -#: ../../include/permissions.php:869 -msgid "Feed Republish" -msgstr "Republicar un \"feed\"" +#: ../../include/features.php:85 +msgid "Enable tab to display all new Network activity" +msgstr "Habilitar una pestaña en la que se muestre solo el contenido nuevo" -#: ../../include/permissions.php:870 -msgid "Special Purpose" -msgstr "Propósito especial" +#: ../../include/features.php:86 +msgid "Affinity Tool" +msgstr "Herramienta de afinidad" -#: ../../include/permissions.php:870 -msgid "Celebrity/Soapbox" -msgstr "Página para fans" +#: ../../include/features.php:86 +msgid "Filter stream activity by depth of relationships" +msgstr "Filtrar el contenido según la profundidad de las relaciones" -#: ../../include/permissions.php:870 -msgid "Group Repository" -msgstr "Repositorio de grupo" +#: ../../include/features.php:87 +msgid "Connection Filtering" +msgstr "Filtrado de conexiones" -#: ../../include/permissions.php:871 -msgid "Custom/Expert Mode" -msgstr "Modo personalizado/experto" +#: ../../include/features.php:87 +msgid "Filter incoming posts from connections based on keywords/content" +msgstr "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido" -#: ../../include/photo/photo_driver.php:719 ../../mod/profile_photo.php:147 -#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 -#: ../../mod/photos.php:94 ../../mod/photos.php:699 -msgid "Profile Photos" -msgstr "Fotos del perfil" +#: ../../include/features.php:88 +msgid "Suggest Channels" +msgstr "Sugerir canales" -#: ../../include/account.php:27 -msgid "Not a valid email address" -msgstr "Dirección de correo no válida" +#: ../../include/features.php:88 +msgid "Show channel suggestions" +msgstr "Mostrar sugerencias de canales" -#: ../../include/account.php:29 -msgid "Your email domain is not among those allowed on this site" -msgstr "Su dirección de correo no pertenece a ninguno de los dominios permitidos en este sitio." +#: ../../include/features.php:93 +msgid "Post/Comment Tools" +msgstr "Gestión de entradas y comentarios" -#: ../../include/account.php:35 -msgid "Your email address is already registered at this site." -msgstr "Su dirección de correo está ya registrada en este sitio." +#: ../../include/features.php:94 +msgid "Community Tagging" +msgstr "Etiquetas de la comunidad" -#: ../../include/account.php:67 -msgid "An invitation is required." -msgstr "Es obligatorio que le inviten." +#: ../../include/features.php:94 +msgid "Ability to tag existing posts" +msgstr "Capacidad de etiquetar entradas existentes" -#: ../../include/account.php:71 -msgid "Invitation could not be verified." -msgstr "No se ha podido verificar su invitación." +#: ../../include/features.php:95 +msgid "Post Categories" +msgstr "CategorÃas de entradas" -#: ../../include/account.php:121 -msgid "Please enter the required information." -msgstr "Por favor introduzca la información requerida." +#: ../../include/features.php:95 +msgid "Add categories to your posts" +msgstr "Añadir categorÃas a sus publicaciones" -#: ../../include/account.php:188 -msgid "Failed to store account information." -msgstr "La información de la cuenta no se ha podido guardar." +#: ../../include/features.php:96 +msgid "Ability to file posts under folders" +msgstr "Capacidad de archivar entradas en carpetas" -#: ../../include/account.php:248 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Confirmación de registro para %s" +#: ../../include/features.php:97 +msgid "Dislike Posts" +msgstr "Desagrado de publicaciones" -#: ../../include/account.php:314 -#, php-format -msgid "Registration request at %s" -msgstr "Solicitud de registro en %s" +#: ../../include/features.php:97 +msgid "Ability to dislike posts/comments" +msgstr "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios" -#: ../../include/account.php:338 -msgid "your registration password" -msgstr "su contraseña de registro" +#: ../../include/features.php:98 +msgid "Star Posts" +msgstr "Entradas destacadas" -#: ../../include/account.php:341 ../../include/account.php:401 -#, php-format -msgid "Registration details for %s" -msgstr "Detalles del registro de %s" +#: ../../include/features.php:98 +msgid "Ability to mark special posts with a star indicator" +msgstr "Capacidad de marcar entradas destacadas con un indicador de estrella" -#: ../../include/account.php:410 -msgid "Account approved." -msgstr "Cuenta aprobada." +#: ../../include/features.php:99 +msgid "Tag Cloud" +msgstr "Nube de etiquetas" -#: ../../include/account.php:449 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registro revocado para %s" +#: ../../include/features.php:99 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Proveer nube de etiquetas personal en su página de canal" -#: ../../include/account.php:494 -msgid "Account verified. Please login." -msgstr "Cuenta verificada. Por favor, inicie sesión." +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" +msgstr "No ha sido posible obtener información sobre la identidad desde la base de datos" -#: ../../include/account.php:707 ../../include/account.php:709 -msgid "Click here to upgrade." -msgstr "Pulse aquà para actualizar" +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Nombre vacÃo" -#: ../../include/account.php:715 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Esta acción supera los lÃmites establecidos por su plan de suscripción " +#: ../../include/identity.php:69 +msgid "Name too long" +msgstr "Nombre demasiado largo" -#: ../../include/account.php:720 -msgid "This action is not available under your subscription plan." -msgstr "Esta acción no está disponible en su plan de suscripción." +#: ../../include/identity.php:181 +msgid "No account identifier" +msgstr "Ningún identificador de la cuenta" -#: ../../mod/filestorage.php:82 -msgid "Permission Denied." -msgstr "Permiso denegado" +#: ../../include/identity.php:193 +msgid "Nickname is required." +msgstr "Se requiere un sobrenombre (alias)." -#: ../../mod/filestorage.php:98 -msgid "File not found." -msgstr "Fichero no encontrado." +#: ../../include/identity.php:207 +msgid "Reserved nickname. Please choose another." +msgstr "Sobrenombre en uso. Por favor, elija otro." -#: ../../mod/filestorage.php:141 -msgid "Edit file permissions" -msgstr "Modificar los permisos del fichero" +#: ../../include/identity.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio." -#: ../../mod/filestorage.php:150 -msgid "Set/edit permissions" -msgstr "Establecer/editar los permisos" +#: ../../include/identity.php:288 +msgid "Unable to retrieve created identity" +msgstr "No ha sido posible recuperar la identidad creada" -#: ../../mod/filestorage.php:151 -msgid "Include all files and sub folders" -msgstr "Incluir todos los ficheros y subcarpetas" +#: ../../include/identity.php:346 +msgid "Default Profile" +msgstr "Perfil principal" -#: ../../mod/filestorage.php:152 -msgid "Return to file list" -msgstr "Volver a la lista de ficheros" +#: ../../include/identity.php:772 +msgid "Requested channel is not available." +msgstr "El canal solicitado no está disponible." -#: ../../mod/filestorage.php:154 -msgid "Copy/paste this code to attach file to a post" -msgstr "Copiar/pegar este código para adjuntar el fichero al envÃo" +#: ../../include/identity.php:818 ../../mod/achievements.php:11 +#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29 +#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 +#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 +msgid "Requested profile is not available." +msgstr "El perfil solicitado no está disponible." -#: ../../mod/filestorage.php:155 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Copiar/pegar esta dirección para enlazar el fichero desde una página web" +#: ../../include/identity.php:967 ../../mod/profiles.php:782 +msgid "Change profile photo" +msgstr "Cambiar la foto del perfil" -#: ../../mod/filestorage.php:157 -msgid "Share this file" -msgstr "Compartir este fichero" +#: ../../include/identity.php:973 +msgid "Profiles" +msgstr "Perfiles" -#: ../../mod/filestorage.php:158 -msgid "Show URL to this file" -msgstr "Mostrar la dirección de este fichero" +#: ../../include/identity.php:973 +msgid "Manage/edit profiles" +msgstr "Administrar/editar perfiles" -#: ../../mod/filestorage.php:159 -msgid "Notify your contacts about this file" -msgstr "Avisar a sus contactos sobre este fichero" +#: ../../include/identity.php:974 ../../mod/profiles.php:783 +msgid "Create New Profile" +msgstr "Crear un nuevo perfil" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "La colección ha sido creada." +#: ../../include/identity.php:989 ../../mod/profiles.php:794 +msgid "Profile Image" +msgstr "Imagen del perfil" -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "No se puede crear la colección." +#: ../../include/identity.php:992 +msgid "visible to everybody" +msgstr "visible para cualquiera" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "La colección ha sido actualizada." +#: ../../include/identity.php:993 ../../mod/profiles.php:677 +#: ../../mod/profiles.php:798 +msgid "Edit visibility" +msgstr "Editar visibilidad" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Crear una colección de canales." +#: ../../include/identity.php:1009 ../../include/identity.php:1252 +msgid "Gender:" +msgstr "Género:" -#: ../../mod/group.php:87 ../../mod/group.php:180 -msgid "Collection Name: " -msgstr "Nombre de la colección:" +#: ../../include/identity.php:1010 ../../include/identity.php:1296 +msgid "Status:" +msgstr "Estado:" -#: ../../mod/group.php:89 ../../mod/group.php:183 -msgid "Members are visible to other channels" -msgstr "Los miembros son visibles para otros canales" +#: ../../include/identity.php:1011 ../../include/identity.php:1307 +msgid "Homepage:" +msgstr "Página personal:" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "La colección ha sido eliminada." +#: ../../include/identity.php:1012 +msgid "Online Now" +msgstr "Ahora en lÃnea" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "No ha sido posible de eliminar la colección." +#: ../../include/identity.php:1099 ../../include/identity.php:1177 +#: ../../mod/ping.php:318 +msgid "g A l F d" +msgstr "g A l d F" -#: ../../mod/group.php:179 -msgid "Collection Editor" -msgstr "Editor de colecciones" +#: ../../include/identity.php:1100 ../../include/identity.php:1178 +msgid "F d" +msgstr "d F" -#: ../../mod/group.php:193 -msgid "Members" -msgstr "Miembros" +#: ../../include/identity.php:1145 ../../include/identity.php:1217 +#: ../../mod/ping.php:341 +msgid "[today]" +msgstr "[hoy]" -#: ../../mod/group.php:195 -msgid "All Connected Channels" -msgstr "Todos los canales conectados" +#: ../../include/identity.php:1156 +msgid "Birthday Reminders" +msgstr "Recordatorios de cumpleaños" -#: ../../mod/group.php:227 -msgid "Click on a channel to add or remove." -msgstr "Haga clic en un canal para agregarlo o quitarlo." +#: ../../include/identity.php:1157 +msgid "Birthdays this week:" +msgstr "Cumpleaños de esta semana:" -#: ../../mod/item.php:173 -msgid "Unable to locate original post." -msgstr "No ha sido posible encontrar la entrada original." +#: ../../include/identity.php:1210 +msgid "[No description]" +msgstr "[Sin descripción]" -#: ../../mod/item.php:417 -msgid "Empty post discarded." -msgstr "La entrada vacÃa ha sido desechada." +#: ../../include/identity.php:1228 +msgid "Event Reminders" +msgstr "Recordatorios de eventos" -#: ../../mod/item.php:457 -msgid "Executable content type not permitted to this channel." -msgstr "Contenido de tipo ejecutable no permitido en este canal." +#: ../../include/identity.php:1229 +msgid "Events this week:" +msgstr "Eventos de esta semana:" -#: ../../mod/item.php:822 -msgid "Duplicate post suppressed." -msgstr "Se ha suprimido la entrada duplicada." +#: ../../include/identity.php:1250 ../../mod/settings.php:1031 +msgid "Full Name:" +msgstr "Nombre completo:" -#: ../../mod/item.php:953 -msgid "System error. Post not saved." -msgstr "Error del sistema. La entrada no se ha podido salvar." +#: ../../include/identity.php:1257 +msgid "Like this channel" +msgstr "Me gusta este canal" -#: ../../mod/item.php:1220 -msgid "Unable to obtain post information from database." -msgstr "No ha sido posible obtener información de la entrada en la base de datos." +#: ../../include/identity.php:1281 +msgid "j F, Y" +msgstr "j F Y" -#: ../../mod/item.php:1227 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "Ha alcanzado su lÃmite de %1$.0f entradas en la página principal." +#: ../../include/identity.php:1282 +msgid "j F" +msgstr "j F" -#: ../../mod/item.php:1234 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Ha alcanzado su lÃmite de %1$.0f páginas web." +#: ../../include/identity.php:1289 +msgid "Birthday:" +msgstr "Cumpleaños:" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Ningún canal." +#: ../../include/identity.php:1293 ../../mod/directory.php:302 +msgid "Age:" +msgstr "Edad:" -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Conexiones comunes" +#: ../../include/identity.php:1302 +#, php-format +msgid "for %1$d %2$s" +msgstr "por %1$d %2$s" -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Ninguna conexión en común." +#: ../../include/identity.php:1305 ../../mod/profiles.php:699 +msgid "Sexual Preference:" +msgstr "Orientación sexual:" -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" -msgstr "Continuar" +#: ../../include/identity.php:1309 ../../mod/directory.php:318 +#: ../../mod/profiles.php:701 +msgid "Hometown:" +msgstr "Ciudad de origen:" -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" -msgstr "Configuración del canal premium" +#: ../../include/identity.php:1311 +msgid "Tags:" +msgstr "Etiquetas:" -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" -msgstr "Habilitar restricciones de conexión del canal premium" +#: ../../include/identity.php:1313 ../../mod/profiles.php:702 +msgid "Political Views:" +msgstr "Posición polÃtica:" -#: ../../mod/connect.php:88 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc." +#: ../../include/identity.php:1315 +msgid "Religion:" +msgstr "Religión:" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:" +#: ../../include/identity.php:1317 ../../mod/directory.php:320 +msgid "About:" +msgstr "Sobre mÃ:" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:" +#: ../../include/identity.php:1319 +msgid "Hobbies/Interests:" +msgstr "Aficciones/Intereses:" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página." +#: ../../include/identity.php:1321 ../../mod/profiles.php:705 +msgid "Likes:" +msgstr "Me gusta:" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(No ha sido proporcionada ninguna instrucción especÃfica por el propietario del canal.)" +#: ../../include/identity.php:1323 ../../mod/profiles.php:706 +msgid "Dislikes:" +msgstr "No me gusta:" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" -msgstr "Canal premium o restringido" +#: ../../include/identity.php:1325 +msgid "Contact information and Social Networks:" +msgstr "Información de contacto y redes sociales:" -#: ../../mod/match.php:22 -msgid "Profile Match" -msgstr "Perfil compatible" +#: ../../include/identity.php:1327 +msgid "My other channels:" +msgstr "Mis otros canales:" -#: ../../mod/match.php:31 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal." +#: ../../include/identity.php:1329 +msgid "Musical interests:" +msgstr "Intereses musicales:" -#: ../../mod/match.php:63 -msgid "is interested in:" -msgstr "está interesado en:" +#: ../../include/identity.php:1331 +msgid "Books, literature:" +msgstr "Libros, literatura:" -#: ../../mod/match.php:70 -msgid "No matches" -msgstr "No se han encontrado perfiles compatibles" +#: ../../include/identity.php:1333 +msgid "Television:" +msgstr "Televisión:" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "Error del protocolo OpenID. Ningún ID recibido como respuesta." +#: ../../include/identity.php:1335 +msgid "Film/dance/culture/entertainment:" +msgstr "Cine/danza/cultura/entretenimiento:" -#: ../../mod/openid.php:72 ../../mod/openid.php:179 -#: ../../Zotlabs/Zot/Auth.php:248 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente." +#: ../../include/identity.php:1337 +msgid "Love/Romance:" +msgstr "Vida sentimental/amorosa:" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" -msgstr "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquÃ" +#: ../../include/identity.php:1339 +msgid "Work/employment:" +msgstr "Trabajo:" -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Ausente" +#: ../../include/identity.php:1341 +msgid "School/education:" +msgstr "Estudios:" -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "Conectado/a" +#: ../../include/identity.php:1361 +msgid "Like this thing" +msgstr "Me gusta esto" -#: ../../mod/pubsites.php:18 -msgid "Public Sites" -msgstr "Sitios públicos" +#: ../../include/identity.php:1769 ../../mod/cover_photo.php:236 +msgid "cover photo" +msgstr "Imagen de portada del perfil" -#: ../../mod/pubsites.php:21 -msgid "" -"The listed sites allow public registration for the $Projectname network. All" -" sites in the network are interlinked so membership on any of them conveys " -"membership in the network as a whole. Some sites may require subscription or" -" provide tiered service plans. The provider links <strong>may</strong> " -"provide additional details." -msgstr "Los sitios listados permiten el registro público en la red $Projectname. Todos los sitios de la red están vinculados entre sÃ, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los enlaces de los proveedores <strong> pueden </strong> proporcionar detalles adicionales." +#: ../../include/oembed.php:267 +msgid "Embedded content" +msgstr "Contenido incorporado" -#: ../../mod/pubsites.php:27 -msgid "Rate this hub" -msgstr "Valorar este sitio" +#: ../../include/oembed.php:276 +msgid "Embedding disabled" +msgstr "Incrustación deshabilitada" -#: ../../mod/pubsites.php:28 -msgid "Site URL" -msgstr "Dirección del sitio" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" +msgstr "Pueden verse mi actividad y publicaciones normales" -#: ../../mod/pubsites.php:28 -msgid "Access Type" -msgstr "Tipo de acceso" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" +msgstr "Puede verse mi perfil de canal predeterminado." -#: ../../mod/pubsites.php:28 -msgid "Registration Policy" -msgstr "Normas de registro" +#: ../../include/permissions.php:28 +msgid "Can view my connections" +msgstr "Pueden verse mis conexiones" -#: ../../mod/pubsites.php:28 -msgid "Project" -msgstr "Proyecto" +#: ../../include/permissions.php:29 +msgid "Can view my file storage and photos" +msgstr "Pueden verse mi repositorio de ficheros y mis fotos" -#: ../../mod/pubsites.php:28 -msgid "View hub ratings" -msgstr "Ver las valoraciones del sitio" +#: ../../include/permissions.php:30 +msgid "Can view my webpages" +msgstr "Pueden verse mis páginas web" -#: ../../mod/pubsites.php:32 -msgid "Rate" -msgstr "Valorar" +#: ../../include/permissions.php:33 +msgid "Can send me their channel stream and posts" +msgstr "Me pueden enviar sus entradas y contenidos del canal" -#: ../../mod/pubsites.php:33 -msgid "View ratings" -msgstr "Ver valoraciones" +#: ../../include/permissions.php:34 +msgid "Can post on my channel page (\"wall\")" +msgstr "Pueden crearse entradas en mi página de inicio del canal (“muroâ€)" -#: ../../mod/tagger.php:96 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s ha etiquetado la %3$s de %2$s con %4$s" +#: ../../include/permissions.php:35 +msgid "Can comment on or like my posts" +msgstr "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'." -#: ../../mod/rate.php:158 -msgid "Website:" -msgstr "Sitio web:" +#: ../../include/permissions.php:36 +msgid "Can send me private mail messages" +msgstr "Se me pueden enviar mensajes privados" -#: ../../mod/rate.php:161 -#, php-format -msgid "Remote Channel [%s] (not yet known on this site)" -msgstr "Canal remoto [%s] (aún no es conocido en este sitio)" +#: ../../include/permissions.php:37 +msgid "Can like/dislike stuff" +msgstr "Puede marcarse contenido como me gusta/no me gusta" -#: ../../mod/rate.php:162 -msgid "Rating (this information is public)" -msgstr "Valoración (esta información es pública)" +#: ../../include/permissions.php:37 +msgid "Profiles and things other than posts/comments" +msgstr "Perfiles y otras cosas aparte de publicaciones/comentarios" -#: ../../mod/rate.php:163 -msgid "Optionally explain your rating (this information is public)" -msgstr "Opcionalmente puede explicar su valoración (esta información es pública)" +#: ../../include/permissions.php:39 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Puede enviarse una entrada a todos mis contactos del canal mediante una @mención" -#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 -msgid "Block Name" -msgstr "Nombre del bloque" +#: ../../include/permissions.php:39 +msgid "Advanced - useful for creating group forum channels" +msgstr "Avanzado - útil para crear canales de foros de discusión o grupos" -#: ../../mod/blocks.php:149 -msgid "Block Title" -msgstr "TÃtulo del bloque" +#: ../../include/permissions.php:40 +msgid "Can chat with me (when available)" +msgstr "Se puede charlar conmigo (cuando esté disponible)" -#: ../../mod/id.php:11 -msgid "First Name" -msgstr "Nombre" +#: ../../include/permissions.php:41 +msgid "Can write to my file storage and photos" +msgstr "Puede escribirse en mi repositorio de ficheros y fotos" -#: ../../mod/id.php:12 -msgid "Last Name" -msgstr "Apellido" +#: ../../include/permissions.php:42 +msgid "Can edit my webpages" +msgstr "Pueden editarse mis páginas web" -#: ../../mod/id.php:13 -msgid "Nickname" -msgstr "Sobrenombre o Alias" +#: ../../include/permissions.php:44 +msgid "Can source my public posts in derived channels" +msgstr "Pueden utilizarse mis publicaciones públicas como origen de contenidos en canales derivados" -#: ../../mod/id.php:14 -msgid "Full Name" -msgstr "Nombre completo" +#: ../../include/permissions.php:44 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Algo avanzado - muy útil en comunidades abiertas" -#: ../../mod/id.php:20 -msgid "Profile Photo 16px" -msgstr "Foto del perfil 16px" +#: ../../include/permissions.php:46 +msgid "Can administer my channel resources" +msgstr "Pueden administrarse mis recursos del canal" -#: ../../mod/id.php:21 -msgid "Profile Photo 32px" -msgstr "Foto del perfil 32px" +#: ../../include/permissions.php:46 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo." -#: ../../mod/id.php:22 -msgid "Profile Photo 48px" -msgstr "Foto del perfil 48px" +#: ../../include/permissions.php:867 +msgid "Social Networking" +msgstr "Redes sociales" -#: ../../mod/id.php:23 -msgid "Profile Photo 64px" -msgstr "Foto del perfil 64px" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Mostly Public" +msgstr "Público en su mayor parte" -#: ../../mod/id.php:24 -msgid "Profile Photo 80px" -msgstr "Foto del perfil 80px" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Restricted" +msgstr "Restringido" -#: ../../mod/id.php:25 -msgid "Profile Photo 128px" -msgstr "Foto del perfil 128px" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +msgid "Private" +msgstr "Privado" -#: ../../mod/id.php:26 -msgid "Timezone" -msgstr "Zona horaria" +#: ../../include/permissions.php:868 +msgid "Community Forum" +msgstr "Foro de discusión" -#: ../../mod/id.php:27 -msgid "Homepage URL" -msgstr "Dirección de la página personal" +#: ../../include/permissions.php:869 +msgid "Feed Republish" +msgstr "Republicar un \"feed\"" -#: ../../mod/id.php:29 -msgid "Birth Year" -msgstr "Año de nacimiento" +#: ../../include/permissions.php:870 +msgid "Special Purpose" +msgstr "Propósito especial" -#: ../../mod/id.php:30 -msgid "Birth Month" -msgstr "Mes de nacimiento" +#: ../../include/permissions.php:870 +msgid "Celebrity/Soapbox" +msgstr "Página para fans" -#: ../../mod/id.php:31 -msgid "Birth Day" -msgstr "DÃa de nacimiento" +#: ../../include/permissions.php:870 +msgid "Group Repository" +msgstr "Repositorio de grupo" -#: ../../mod/id.php:32 -msgid "Birthdate" -msgstr "Fecha de nacimiento" +#: ../../include/permissions.php:871 +msgid "Custom/Expert Mode" +msgstr "Modo personalizado/experto" -#: ../../mod/id.php:33 ../../mod/profiles.php:441 -msgid "Gender" -msgstr "Género" +#: ../../include/widgets.php:103 +msgid "System" +msgstr "Sistema" -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "Me gusta/No me gusta" +#: ../../include/widgets.php:106 +msgid "Create Personal App" +msgstr "Crear una aplicación personal" -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "Esta acción está restringida solo para miembros." +#: ../../include/widgets.php:107 +msgid "Edit Personal App" +msgstr "Editar una aplicación personal" -#: ../../mod/like.php:21 -msgid "" -"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a " -"href=\"register\">register as a new $Projectname member</a> to continue." -msgstr "Por favor, <a href=\"rmagic\">identifÃquese con su $Projectname ID</a> o <a href=\"register\">rregÃstrese como un nuevo $Projectname member</a> para continuar." +#: ../../include/widgets.php:149 ../../mod/suggest.php:54 +msgid "Ignore/Hide" +msgstr "Ignorar/Ocultar" -#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 -msgid "Invalid request." -msgstr "Solicitud incorrecta." +#: ../../include/widgets.php:154 +msgid "Suggestions" +msgstr "Sugerencias" -#: ../../mod/like.php:142 -msgid "thing" -msgstr "elemento" +#: ../../include/widgets.php:155 +msgid "See more..." +msgstr "Ver más..." -#: ../../mod/like.php:188 -msgid "Channel unavailable." -msgstr "Canal no disponible." +#: ../../include/widgets.php:176 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Tiene %1$.0f de %2$.0f conexiones permitidas." -#: ../../mod/like.php:236 -msgid "Previous action reversed." -msgstr "Acción anterior revocada." +#: ../../include/widgets.php:182 +msgid "Add New Connection" +msgstr "Añadir nueva conexión" -#: ../../mod/like.php:414 -#, php-format -msgid "%1$s agrees with %2$s's %3$s" -msgstr "%3$s de %2$s: %1$s está de acuerdo" +#: ../../include/widgets.php:183 +msgid "Enter channel address" +msgstr "Dirección del canal" -#: ../../mod/like.php:416 -#, php-format -msgid "%1$s doesn't agree with %2$s's %3$s" -msgstr "%3$s de %2$s: %1$s no está de acuerdo" +#: ../../include/widgets.php:184 +msgid "Examples: bob@example.com, https://example.com/barbara" +msgstr "Ejemplos: manuel@ejemplo.com, https://ejemplo.com/carmen" -#: ../../mod/like.php:418 -#, php-format -msgid "%1$s abstains from a decision on %2$s's %3$s" -msgstr "%3$s de %2$s: %1$s se abstiene" +#: ../../include/widgets.php:200 +msgid "Notes" +msgstr "Notas" -#: ../../mod/like.php:420 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%3$s de %2$s: %1$s participa" +#: ../../include/widgets.php:276 +msgid "Remove term" +msgstr "Eliminar término" -#: ../../mod/like.php:422 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%3$s de %2$s: %1$s no participa" +#: ../../include/widgets.php:359 +msgid "Archives" +msgstr "Hemeroteca" -#: ../../mod/like.php:424 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%3$s de %2$s: %1$s quizá participe" +#: ../../include/widgets.php:449 ../../mod/connedit.php:580 +msgid "Me" +msgstr "Yo" -#: ../../mod/like.php:520 -msgid "Action completed." -msgstr "Acción completada." +#: ../../include/widgets.php:450 ../../mod/connedit.php:581 +msgid "Family" +msgstr "Familia" -#: ../../mod/like.php:521 -msgid "Thank you." -msgstr "Gracias." +#: ../../include/widgets.php:452 ../../mod/connedit.php:583 +msgid "Acquaintances" +msgstr "Conocidos/as" -#: ../../mod/page.php:36 ../../mod/block.php:27 -msgid "Invalid item." -msgstr "Elemento no válido." +#: ../../include/widgets.php:453 ../../mod/connections.php:88 +#: ../../mod/connections.php:103 ../../mod/connedit.php:584 +msgid "All" +msgstr "Todos/as" -#: ../../mod/page.php:52 ../../mod/wall_upload.php:29 ../../mod/block.php:39 -msgid "Channel not found." -msgstr "Canal no encontrado." +#: ../../include/widgets.php:472 +msgid "Refresh" +msgstr "Recargar" -#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:214 -#: ../../mod/block.php:75 ../../index.php:241 -msgid "Page not found." -msgstr "Página no encontrada." +#: ../../include/widgets.php:506 +msgid "Account settings" +msgstr "Configuración de la cuenta" -#: ../../mod/page.php:126 -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " -"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam," -" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " -"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " -"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " -"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." -msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +#: ../../include/widgets.php:512 +msgid "Channel settings" +msgstr "Configuración del canal" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." -msgstr "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña." +#: ../../include/widgets.php:521 +msgid "Additional features" +msgstr "Funcionalidades" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" -msgstr "Eliminar este canal" +#: ../../include/widgets.php:528 +msgid "Feature/Addon settings" +msgstr "Complementos" -#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 -msgid "WARNING: " -msgstr "ATENCIÓN:" +#: ../../include/widgets.php:534 +msgid "Display settings" +msgstr "Ajustes de visualización" -#: ../../mod/removeme.php:58 -msgid "This channel will be completely removed from the network. " -msgstr "Este canal va a ser completamente eliminado de la red." +#: ../../include/widgets.php:540 +msgid "Connected apps" +msgstr "Aplicaciones conectadas" -#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 -msgid "This action is permanent and can not be undone!" -msgstr "¡Esta acción tiene carácter definitivo y no se puede deshacer!" +#: ../../include/widgets.php:546 +msgid "Export channel" +msgstr "Exportar canal" -#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 -msgid "Please enter your password for verification:" -msgstr "Por favor, introduzca su contraseña para su verificación:" +#: ../../include/widgets.php:553 ../../mod/connedit.php:692 +msgid "Connection Default Permissions" +msgstr "Permisos predeterminados de conexión" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" -msgstr "Eliminar este canal y todos sus clones de la red" +#: ../../include/widgets.php:561 +msgid "Premium Channel Settings" +msgstr "Configuración del canal premium" -#: ../../mod/removeme.php:60 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red" +#: ../../include/widgets.php:591 +msgid "Private Mail Menu" +msgstr "Menú de correo privado" -#: ../../mod/removeme.php:61 ../../mod/settings.php:1112 -msgid "Remove Channel" -msgstr "Eliminar el canal" +#: ../../include/widgets.php:593 +msgid "Combined View" +msgstr "Vista combinada" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" -msgstr "Describir su estado de ánimo para comunicárselo a sus amigos" +#: ../../include/widgets.php:627 ../../include/widgets.php:639 +msgid "Conversations" +msgstr "Conversaciones" -#: ../../mod/new_channel.php:109 -msgid "Add a Channel" -msgstr "Añadir un canal" +#: ../../include/widgets.php:631 +msgid "Received Messages" +msgstr "Mensajes recibidos" -#: ../../mod/new_channel.php:110 -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 "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita." +#: ../../include/widgets.php:635 +msgid "Sent Messages" +msgstr "Enviar mensajes" -#: ../../mod/new_channel.php:112 ../../mod/sources.php:103 -#: ../../mod/sources.php:137 -msgid "Channel Name" -msgstr "Nombre del canal" +#: ../../include/widgets.php:649 +msgid "No messages." +msgstr "Sin mensajes." -#: ../../mod/new_channel.php:113 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Ejemplos: \"Juan GarcÃa\", \"Isabel y sus caballos\", \"Fútbol\", \"Grupo de parapente\" " +#: ../../include/widgets.php:667 +msgid "Delete conversation" +msgstr "Eliminar conversación" -#: ../../mod/new_channel.php:114 -msgid "Choose a short nickname" -msgstr "Elija un alias corto" +#: ../../include/widgets.php:693 +msgid "Events Menu" +msgstr "Menú de eventos" -#: ../../mod/new_channel.php:115 -msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." -msgstr "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros." +#: ../../include/widgets.php:694 +msgid "Day View" +msgstr "Eventos del dÃa" -#: ../../mod/new_channel.php:116 -msgid "Or <a href=\"import\">import an existing channel</a> from another location" -msgstr "O <a href=\"import\">importar un canal existente</a> de otro lugar" +#: ../../include/widgets.php:695 +msgid "Week View" +msgstr "Eventos de la semana" -#: ../../mod/new_channel.php:118 -msgid "" -"Please choose a channel type (such as social networking or community forum) " -"and privacy requirements so we can select the best permissions for you" -msgstr "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, asà podremos seleccionar el mejor conjunto de permisos para usted" +#: ../../include/widgets.php:696 +msgid "Month View" +msgstr "Eventos del mes" -#: ../../mod/new_channel.php:119 -msgid "Channel Type" -msgstr "Tipo de canal" +#: ../../include/widgets.php:697 ../../mod/events.php:654 +msgid "Export" +msgstr "Exportar" -#: ../../mod/new_channel.php:119 -msgid "Read more about roles" -msgstr "Leer más sobre los roles" +#: ../../include/widgets.php:698 ../../mod/events.php:657 +msgid "Import" +msgstr "Importar" -#: ../../mod/ratings.php:69 -msgid "No ratings" -msgstr "Ninguna valoración" +#: ../../include/widgets.php:708 +msgid "Events Tools" +msgstr "Gestión de eventos" -#: ../../mod/ratings.php:82 ../../mod/search.php:13 ../../mod/directory.php:59 -#: ../../mod/photos.php:490 ../../mod/display.php:13 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." -msgstr "Acceso público denegado." +#: ../../include/widgets.php:709 +msgid "Export Calendar" +msgstr "Exportar el calendario" -#: ../../mod/ratings.php:99 -msgid "Ratings" -msgstr "Valoraciones" +#: ../../include/widgets.php:710 +msgid "Import Calendar" +msgstr "Importar un calendario" -#: ../../mod/ratings.php:100 -msgid "Rating: " -msgstr "Valoración:" +#: ../../include/widgets.php:784 +msgid "Chat Rooms" +msgstr "Salas de chat" -#: ../../mod/ratings.php:101 -msgid "Website: " -msgstr "Sitio web:" +#: ../../include/widgets.php:804 +msgid "Bookmarked Chatrooms" +msgstr "Salas de chat preferidas" -#: ../../mod/ratings.php:103 -msgid "Description: " -msgstr "Descripción:" +#: ../../include/widgets.php:824 +msgid "Suggested Chatrooms" +msgstr "Salas de chat sugeridas" -#: ../../mod/setup.php:191 -msgid "$Projectname Server - Setup" -msgstr "Servidor $Projectname - Instalación" +#: ../../include/widgets.php:969 ../../include/widgets.php:1059 +msgid "photo/image" +msgstr "foto/imagen" -#: ../../mod/setup.php:195 -msgid "Could not connect to database." -msgstr "No se ha podido conectar a la base de datos." +#: ../../include/widgets.php:1153 +msgid "Rating Tools" +msgstr "Valoraciones" -#: ../../mod/setup.php:199 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "No se puede conectar con la dirección del sitio indicada. PodrÃa tratarse de un problema de SSL o DNS." +#: ../../include/widgets.php:1157 ../../include/widgets.php:1159 +msgid "Rate Me" +msgstr "Valorar este canal" -#: ../../mod/setup.php:206 -msgid "Could not create table." -msgstr "No se puede crear la tabla." +#: ../../include/widgets.php:1162 +msgid "View Ratings" +msgstr "Mostrar las valoraciones" -#: ../../mod/setup.php:211 -msgid "Your site database has been installed." -msgstr "La base de datos del sitio ha sido instalada." +#: ../../include/widgets.php:1173 +msgid "Public Hubs" +msgstr "Servidores públicos" -#: ../../mod/setup.php:215 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "PodrÃa tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos." +#: ../../include/widgets.php:1221 +msgid "Forums" +msgstr "Foros" -#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"." +#: ../../include/widgets.php:1250 +msgid "Tasks" +msgstr "Tareas" -#: ../../mod/setup.php:281 -msgid "System check" -msgstr "Verificación del sistema" +#: ../../include/widgets.php:1259 +msgid "Documentation" +msgstr "Documentación" -#: ../../mod/setup.php:285 ../../mod/photos.php:911 ../../mod/events.php:653 -#: ../../mod/events.php:660 -msgid "Next" -msgstr "Siguiente" +#: ../../include/widgets.php:1261 +msgid "Project/Site Information" +msgstr "Información sobre el proyecto o sitio" -#: ../../mod/setup.php:286 -msgid "Check again" -msgstr "Verificar de nuevo" +#: ../../include/widgets.php:1262 +msgid "For Members" +msgstr "Para los usuarios" -#: ../../mod/setup.php:308 -msgid "Database connection" -msgstr "Conexión a la base de datos" +#: ../../include/widgets.php:1263 +msgid "For Administrators" +msgstr "Para los administradores" -#: ../../mod/setup.php:309 -msgid "" -"In order to install $Projectname we need to know how to connect to your " -"database." -msgstr "Para instalar $Projectname es necesario saber cómo conectar con su base de datos." +#: ../../include/widgets.php:1264 +msgid "For Developers" +msgstr "Para los desarrolladores" -#: ../../mod/setup.php:310 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes." +#: ../../include/widgets.php:1289 ../../mod/admin.php:456 +msgid "Site" +msgstr "Sitio" -#: ../../mod/setup.php:311 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "La base de datos que especifique a continuación debe existir ya. Si no es asÃ, por favor, créela antes de seguir." +#: ../../include/widgets.php:1290 +msgid "Accounts" +msgstr "Cuentas" -#: ../../mod/setup.php:315 -msgid "Database Server Name" -msgstr "Nombre del servidor de base de datos" +#: ../../include/widgets.php:1291 ../../mod/admin.php:1149 +msgid "Channels" +msgstr "Canales" -#: ../../mod/setup.php:315 -msgid "Default is 127.0.0.1" -msgstr "De forma predeterminada es 127.0.0.1" +#: ../../include/widgets.php:1292 ../../mod/admin.php:710 +msgid "Security" +msgstr "Seguridad" -#: ../../mod/setup.php:316 -msgid "Database Port" -msgstr "Puerto de la base de datos" +#: ../../include/widgets.php:1294 ../../mod/admin.php:1264 +#: ../../mod/admin.php:1325 +msgid "Plugins" +msgstr "Extensiones" -#: ../../mod/setup.php:316 -msgid "Communication port number - use 0 for default" -msgstr "Número del puerto de comunicaciones - use 0 como valor por defecto" +#: ../../include/widgets.php:1295 ../../mod/admin.php:1486 +#: ../../mod/admin.php:1520 +msgid "Themes" +msgstr "Temas" -#: ../../mod/setup.php:317 -msgid "Database Login Name" -msgstr "Usuario de la base de datos" +#: ../../include/widgets.php:1296 +msgid "Inspect queue" +msgstr "Examinar la cola" -#: ../../mod/setup.php:318 -msgid "Database Login Password" -msgstr "Contraseña de acceso a la base de datos" +#: ../../include/widgets.php:1297 +msgid "Profile Config" +msgstr "Ajustes del perfil" -#: ../../mod/setup.php:319 -msgid "Database Name" -msgstr "Nombre de la base de datos" +#: ../../include/widgets.php:1298 +msgid "DB updates" +msgstr "Actualizaciones de la base de datos" -#: ../../mod/setup.php:320 -msgid "Database Type" -msgstr "Tipo de base de datos" +#: ../../include/widgets.php:1316 ../../include/widgets.php:1322 +#: ../../mod/admin.php:1605 +msgid "Logs" +msgstr "Informes" -#: ../../mod/setup.php:322 ../../mod/setup.php:363 -msgid "Site administrator email address" -msgstr "Dirección de correo electrónico del administrador del sitio" +#: ../../include/widgets.php:1321 +msgid "Plugin Features" +msgstr "Extensiones" -#: ../../mod/setup.php:322 ../../mod/setup.php:363 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web." +#: ../../include/widgets.php:1323 +msgid "User registrations waiting for confirmation" +msgstr "Registros de usuarios pendientes de confirmación" -#: ../../mod/setup.php:323 ../../mod/setup.php:365 -msgid "Website URL" -msgstr "Dirección del sitio web" +#: ../../include/widgets.php:1401 ../../mod/photos.php:760 +#: ../../mod/photos.php:1300 +msgid "View Photo" +msgstr "Ver foto" -#: ../../mod/setup.php:323 ../../mod/setup.php:365 -msgid "Please use SSL (https) URL if available." -msgstr "Por favor, use SSL (https) si está disponible." +#: ../../include/widgets.php:1418 ../../mod/photos.php:791 +msgid "Edit Album" +msgstr "Editar álbum" -#: ../../mod/setup.php:325 ../../mod/setup.php:367 -msgid "Please select a default timezone for your website" -msgstr "Por favor, selecciones la zona horaria por defecto de su sitio web" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" +msgstr "Guardar en carpeta" -#: ../../mod/setup.php:352 -msgid "Site settings" -msgstr "Ajustes del sitio" +#: ../../include/ItemObject.php:151 +msgid "I will attend" +msgstr "Participaré" -#: ../../mod/setup.php:417 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "No se puede encontrar una versión en lÃnea de comandos de PHP en la ruta del servidor web." +#: ../../include/ItemObject.php:151 +msgid "I will not attend" +msgstr "No participaré" -#: ../../mod/setup.php:418 -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 "Si no tiene instalada la versión de lÃnea de comandos de PHP en su servidor, no podrá ejecutar sondeos en segundo plano mediante cron." +#: ../../include/ItemObject.php:151 +msgid "I might attend" +msgstr "Quizá participe" -#: ../../mod/setup.php:422 -msgid "PHP executable path" -msgstr "Ruta del ejecutable PHP" +#: ../../include/ItemObject.php:161 +msgid "I agree" +msgstr "Estoy de acuerdo" -#: ../../mod/setup.php:422 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Introducir la ruta completa del ejecutable PHP. Puede dejar la lÃnea en blanco para continuar la instalación." +#: ../../include/ItemObject.php:161 +msgid "I disagree" +msgstr "No estoy de acuerdo" -#: ../../mod/setup.php:427 -msgid "Command line PHP" -msgstr "PHP en lÃnea de comandos" +#: ../../include/ItemObject.php:161 +msgid "I abstain" +msgstr "Me abstengo" -#: ../../mod/setup.php:436 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "La lÃnea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"." +#: ../../include/ItemObject.php:212 +msgid "Add Star" +msgstr "Destacar añadiendo una estrella" -#: ../../mod/setup.php:437 -msgid "This is required for message delivery to work." -msgstr "Esto es necesario para que funcione la transmisión de mensajes." +#: ../../include/ItemObject.php:213 +msgid "Remove Star" +msgstr "Eliminar estrella" -#: ../../mod/setup.php:440 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" +msgstr "Activar o desactivar el estado de entrada preferida" -#: ../../mod/setup.php:458 -#, php-format -msgid "" -"Your max allowed total upload size is set to %s. Maximum size of one file to" -" upload is set to %s. You are allowed to upload up to %d files at once." -msgstr "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez." +#: ../../include/ItemObject.php:218 +msgid "starred" +msgstr "preferidas" -#: ../../mod/setup.php:463 -msgid "You can adjust these settings in the servers php.ini." -msgstr "Puede ajustar estos valores en el fichero php.ini de su servidor." +#: ../../include/ItemObject.php:236 +msgid "Add Tag" +msgstr "Añadir etiqueta" -#: ../../mod/setup.php:465 -msgid "PHP upload limits" -msgstr "LÃmites PHP de subida" +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1037 +msgid "I like this (toggle)" +msgstr "Me gusta (cambiar)" -#: ../../mod/setup.php:488 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado." +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1038 +msgid "I don't like this (toggle)" +msgstr "No me gusta esto (cambiar)" -#: ../../mod/setup.php:489 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"." +#: ../../include/ItemObject.php:259 +msgid "Share This" +msgstr "Compartir esto" -#: ../../mod/setup.php:492 -msgid "Generate encryption keys" -msgstr "Generar claves de cifrado" +#: ../../include/ItemObject.php:259 +msgid "share" +msgstr "compartir" -#: ../../mod/setup.php:504 -msgid "libCurl PHP module" -msgstr "módulo libCurl PHP" +#: ../../include/ItemObject.php:268 +msgid "Delivery Report" +msgstr "Informe de transmisión" -#: ../../mod/setup.php:505 -msgid "GD graphics PHP module" -msgstr "módulo PHP GD graphics" +#: ../../include/ItemObject.php:286 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comentario" +msgstr[1] "%d comentarios" -#: ../../mod/setup.php:506 -msgid "OpenSSL PHP module" -msgstr "módulo PHP OpenSSL" +#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 +#, php-format +msgid "View %s's profile - %s" +msgstr "Ver el perfil de %s - %s" -#: ../../mod/setup.php:507 -msgid "mysqli or postgres PHP module" -msgstr "módulo PHP mysqli o postgres" +#: ../../include/ItemObject.php:319 +msgid "to" +msgstr "a" -#: ../../mod/setup.php:508 -msgid "mb_string PHP module" -msgstr "módulo PHP mb_string" +#: ../../include/ItemObject.php:320 +msgid "via" +msgstr "mediante" -#: ../../mod/setup.php:509 -msgid "mcrypt PHP module" -msgstr "módulo PHP mcrypt " +#: ../../include/ItemObject.php:321 +msgid "Wall-to-Wall" +msgstr "De página del perfil a página del perfil (de \"muro\" a \"muro\")" -#: ../../mod/setup.php:510 -msgid "xml PHP module" -msgstr "módulo PHP xml" +#: ../../include/ItemObject.php:322 +msgid "via Wall-To-Wall:" +msgstr "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")" -#: ../../mod/setup.php:514 ../../mod/setup.php:516 -msgid "Apache mod_rewrite module" -msgstr "módulo Apache mod_rewrite " +#: ../../include/ItemObject.php:362 +msgid "Save Bookmarks" +msgstr "Guardar en Marcadores" -#: ../../mod/setup.php:514 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado." +#: ../../include/ItemObject.php:363 +msgid "Add to Calendar" +msgstr "Añadir al calendario" -#: ../../mod/setup.php:520 ../../mod/setup.php:523 -msgid "proc_open" -msgstr "proc_open" +#: ../../include/ItemObject.php:372 +msgid "Mark all seen" +msgstr "Marcar todo como visto" -#: ../../mod/setup.php:520 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Error: se necesita proc_open pero o no está instalado o ha sido desactivado en el fichero php.ini" +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1223 +msgctxt "noun" +msgid "Likes" +msgstr "Me gusta" -#: ../../mod/setup.php:528 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Error: se necesita el módulo PHP libCURL pero no está instalado." +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1224 +msgctxt "noun" +msgid "Dislikes" +msgstr "No me gusta" -#: ../../mod/setup.php:532 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Error: el módulo PHP GD graphics es necesario, pero no está instalado." +#: ../../include/ItemObject.php:700 ../../mod/photos.php:1056 +#: ../../mod/photos.php:1174 +msgid "This is you" +msgstr "Este es usted" -#: ../../mod/setup.php:536 -msgid "Error: openssl PHP module required but not installed." -msgstr "Error: el módulo PHP openssl es necesario, pero no está instalado." +#: ../../include/ItemObject.php:709 +msgid "Image" +msgstr "Imagen" -#: ../../mod/setup.php:540 -msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "Error: el módulo PHP mysqli o postgres es necesario pero ninguno de los dos está instalado." +#: ../../include/ItemObject.php:710 +msgid "Insert Link" +msgstr "Insertar enlace" -#: ../../mod/setup.php:544 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Error: el módulo PHP mb_string es necesario, pero no está instalado." +#: ../../include/ItemObject.php:711 +msgid "Video" +msgstr "VÃdeo" -#: ../../mod/setup.php:548 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Error: el módulo PHP mcrypt es necesario, pero no está instalado." +#: ../../index.php:245 ../../mod/help.php:217 +msgid "Not Found" +msgstr "No encontrado" -#: ../../mod/setup.php:552 -msgid "Error: xml PHP module required for DAV but not installed." -msgstr "Error: el módulo PHP xml es necesario para DAV, pero no está instalado." +#: ../../index.php:248 ../../mod/block.php:75 ../../mod/display.php:110 +#: ../../mod/help.php:220 ../../mod/page.php:89 +msgid "Page not found." +msgstr "Página no encontrada." -#: ../../mod/setup.php:570 -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 "El instalador web no ha podido crear un fichero llamado “.htconfig.php†en la carpeta base de su servidor." +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquÃ" -#: ../../mod/setup.php:571 -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 "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos." +#: ../../mod/acl.php:222 +msgid "network" +msgstr "red" -#: ../../mod/setup.php:572 -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 "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raÃz de su instalación de Hubzilla." +#: ../../mod/acl.php:232 +msgid "RSS" +msgstr "RSS" -#: ../../mod/setup.php:573 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones." +#: ../../mod/api.php:74 ../../mod/api.php:98 +msgid "Authorize application connection" +msgstr "Autorizar una conexión de aplicación" -#: ../../mod/setup.php:576 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php tiene permisos de escritura" +#: ../../mod/api.php:75 +msgid "Return to your app and insert this Securty Code:" +msgstr "Volver a su aplicación e introducir este código de seguridad:" -#: ../../mod/setup.php:590 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Hubzilla hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 es más rápido porque compila las plantillas de páginas directamente en PHP." +#: ../../mod/api.php:85 +msgid "Please login to continue." +msgstr "Por favor inicie sesión para continuar." -#: ../../mod/setup.php:591 -#, php-format +#: ../../mod/api.php:100 msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al subdirectorio %s en el directorio de instalación de Hubzilla." +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?" -#: ../../mod/setup.php:592 ../../mod/setup.php:613 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)." +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." +msgstr "Aplicación instalada." -#: ../../mod/setup.php:593 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene." +#: ../../mod/appman.php:37 +msgid "Malformed app." +msgstr "Aplicación con errores" -#: ../../mod/setup.php:596 -#, php-format -msgid "%s is writable" -msgstr "%s tiene permisos de escritura" +#: ../../mod/appman.php:80 +msgid "Embed code" +msgstr "Código incorporado" -#: ../../mod/setup.php:612 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "Red guarda los ficheros descargados en la carpeta \"store\". El servidor web necesita tener permisos de escritura sobre esa carpeta, en el directorio de instalación." +#: ../../mod/appman.php:86 +msgid "Edit App" +msgstr "Modificar la aplicación" -#: ../../mod/setup.php:616 -msgid "store is writable" -msgstr "\"store\" tiene permisos de escritura" +#: ../../mod/appman.php:86 +msgid "Create App" +msgstr "Crear una aplicación" -#: ../../mod/setup.php:649 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio." +#: ../../mod/appman.php:91 +msgid "Name of app" +msgstr "Nombre de la aplicación" -#: ../../mod/setup.php:650 -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 "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo." +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" +msgstr "Ubicación (URL) de la aplicación" -#: ../../mod/setup.php:651 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "Se ha incorporado esta restricción para evitar que sus publicaciones públicas hagan referencia a imágenes en su propio servidor." +#: ../../mod/appman.php:93 ../../mod/events.php:450 ../../mod/rbmark.php:97 +msgid "Description" +msgstr "Descripción" -#: ../../mod/setup.php:652 -msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web." +#: ../../mod/appman.php:94 +msgid "Photo icon URL" +msgstr "Dirección del icono" -#: ../../mod/setup.php:653 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos." +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" +msgstr "80 x 80 pixels - opcional" -#: ../../mod/setup.php:654 -msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos." +#: ../../mod/appman.php:95 +msgid "Version ID" +msgstr "Versión" -#: ../../mod/setup.php:656 -msgid "SSL certificate validation" -msgstr "validación del certificado SSL" +#: ../../mod/appman.php:96 +msgid "Price of app" +msgstr "Precio de la aplicación" -#: ../../mod/setup.php:662 -msgid "" -"Url rewrite in .htaccess is not working. Check your server " -"configuration.Test: " -msgstr "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:" +#: ../../mod/appman.php:97 +msgid "Location (URL) to purchase app" +msgstr "Dirección (URL) donde adquirir la aplicación" -#: ../../mod/setup.php:665 -msgid "Url rewrite is working" -msgstr "La reescritura de las direcciones funciona correctamente" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Elemento no disponible" -#: ../../mod/setup.php:674 -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 "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raÃz de su servidor." +#: ../../mod/block.php:27 ../../mod/page.php:36 +msgid "Invalid item." +msgstr "Elemento no válido." -#: ../../mod/setup.php:698 -msgid "Errors encountered creating database tables." -msgstr "Se han encontrado errores al crear las tablas de la base de datos." +#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29 +msgid "Channel not found." +msgstr "Canal no encontrado." -#: ../../mod/setup.php:732 -msgid "<h1>What next</h1>" -msgstr "<h1>Siguiente paso</h1>" +#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 +msgid "Block Name" +msgstr "Nombre del bloque" -#: ../../mod/setup.php:733 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"." +#: ../../mod/blocks.php:149 +msgid "Block Title" +msgstr "TÃtulo del bloque" #: ../../mod/bookmarks.php:40 msgid "Bookmark added" @@ -5223,303 +4384,235 @@ msgstr "Mis marcadores" msgid "My Connections Bookmarks" msgstr "Marcadores de mis conexiones" -#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 -msgid "This setting requires special processing and editing has been blocked." -msgstr "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada." - -#: ../../mod/pconfig.php:49 -msgid "Configuration Editor" -msgstr "Editor de configuración" - -#: ../../mod/pconfig.php:50 -msgid "" -"Warning: Changing some settings could render your channel inoperable. Please" -" leave this page unless you are comfortable with and knowledgeable about how" -" to correctly use this feature." -msgstr "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta caracterÃstica." - -#: ../../mod/poke.php:164 -msgid "Poke/Prod" -msgstr "Toque/Incitación" - -#: ../../mod/poke.php:165 -msgid "poke, prod or do other things to somebody" -msgstr "dar un toque, incitar u otras cosas a alguien" - -#: ../../mod/poke.php:166 -msgid "Recipient" -msgstr "Destinatario" - -#: ../../mod/poke.php:167 -msgid "Choose what you wish to do to recipient" -msgstr "Elegir qué desea enviar al destinatario" - -#: ../../mod/poke.php:170 -msgid "Make this post private" -msgstr "Convertir en privado este envÃo" - -#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 -#: ../../mod/profiles.php:241 ../../mod/profiles.php:608 -msgid "Profile not found." -msgstr "Perfil no encontrado." - -#: ../../mod/profiles.php:39 -msgid "Profile deleted." -msgstr "Perfil eliminado." - -#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 -msgid "Profile-" -msgstr "Perfil-" - -#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 -msgid "New profile created." -msgstr "El nuevo perfil ha sido creado." - -#: ../../mod/profiles.php:105 -msgid "Profile unavailable to clone." -msgstr "Perfil no disponible para clonar." - -#: ../../mod/profiles.php:146 -msgid "Profile unavailable to export." -msgstr "Perfil no disponible para exportar." - -#: ../../mod/profiles.php:251 -msgid "Profile Name is required." -msgstr "Se necesita el nombre del perfil." - -#: ../../mod/profiles.php:414 -msgid "Marital Status" -msgstr "Estado civil" - -#: ../../mod/profiles.php:418 -msgid "Romantic Partner" -msgstr "Pareja sentimental" - -#: ../../mod/profiles.php:422 -msgid "Likes" -msgstr "Me gusta" - -#: ../../mod/profiles.php:426 -msgid "Dislikes" -msgstr "No me gusta" - -#: ../../mod/profiles.php:430 -msgid "Work/Employment" -msgstr "Trabajo:" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Debe haber iniciado sesión para poder ver esta página." -#: ../../mod/profiles.php:433 -msgid "Religion" -msgstr "Religión" +#: ../../mod/channel.php:97 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Permisos insuficientes. Petición redirigida a la página del perfil." -#: ../../mod/profiles.php:437 -msgid "Political Views" -msgstr "Ideas polÃticas" +#: ../../mod/channel.php:131 ../../mod/network.php:169 ../../mod/rpost.php:114 +msgid "Public" +msgstr "Público" -#: ../../mod/profiles.php:445 -msgid "Sexual Preference" -msgstr "Preferencia sexual" +#: ../../mod/chat.php:174 +msgid "Room not found" +msgstr "Sala no encontrada" -#: ../../mod/profiles.php:449 -msgid "Homepage" -msgstr "Página personal" +#: ../../mod/chat.php:185 +msgid "Leave Room" +msgstr "Abandonar la sala" -#: ../../mod/profiles.php:453 -msgid "Interests" -msgstr "Intereses" +#: ../../mod/chat.php:186 +msgid "Delete This Room" +msgstr "Eliminar esta sala" -#: ../../mod/profiles.php:457 ../../mod/admin.php:981 -msgid "Address" -msgstr "Dirección" +#: ../../mod/chat.php:187 +msgid "I am away right now" +msgstr "Estoy ausente momentáneamente" -#: ../../mod/profiles.php:547 -msgid "Profile updated." -msgstr "Perfil actualizado." +#: ../../mod/chat.php:188 +msgid "I am online" +msgstr "Estoy conectado/a" -#: ../../mod/profiles.php:634 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "¿Ocultar su lista de contactos a los visitantes de este perfil?" +#: ../../mod/chat.php:190 +msgid "Bookmark this room" +msgstr "Añadir esta sala a Marcadores" -#: ../../mod/profiles.php:674 -msgid "Edit Profile Details" -msgstr "Modificar los detalles de este perfil" +#: ../../mod/chat.php:208 ../../mod/chat.php:231 +msgid "New Chatroom" +msgstr "Nueva sala de chat" -#: ../../mod/profiles.php:676 -msgid "View this profile" -msgstr "Ver este perfil" +#: ../../mod/chat.php:209 +msgid "Chatroom Name" +msgstr "Nombre de la sala de chat" -#: ../../mod/profiles.php:678 -msgid "Change Profile Photo" -msgstr "Cambiar la foto del perfil" +#: ../../mod/chat.php:210 +msgid "Expiration of chats (minutes)" +msgstr "Caducidad de los mensajes en los chats (en minutos)" -#: ../../mod/profiles.php:679 -msgid "Create a new profile using these settings" -msgstr "Crear un nuevo perfil usando estos ajustes" +#: ../../mod/chat.php:227 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "Salas de chat de %1$s" -#: ../../mod/profiles.php:680 -msgid "Clone this profile" -msgstr "Clonar este perfil" +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Ausente" -#: ../../mod/profiles.php:681 -msgid "Delete this profile" -msgstr "Eliminar este perfil" +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Conectado/a" -#: ../../mod/profiles.php:683 -msgid "Import profile from file" -msgstr "Importar perfil desde un fichero" +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Ningún canal." -#: ../../mod/profiles.php:684 -msgid "Export profile to file" -msgstr "Exportar perfil a un fichero" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Conexiones comunes" -#: ../../mod/profiles.php:685 -msgid "Profile Name:" -msgstr "Nombre del perfil:" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Ninguna conexión en común." -#: ../../mod/profiles.php:686 -msgid "Your Full Name:" -msgstr "Su nombre completo:" +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" +msgstr "Continuar" -#: ../../mod/profiles.php:687 -msgid "Title/Description:" -msgstr "TÃtulo/Descripción:" +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" +msgstr "Configuración del canal premium" -#: ../../mod/profiles.php:688 -msgid "Your Gender:" -msgstr "Su género:" +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" +msgstr "Habilitar restricciones de conexión del canal premium" -#: ../../mod/profiles.php:689 -msgid "Birthday :" -msgstr "Cumpleaños:" +#: ../../mod/connect.php:88 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc." -#: ../../mod/profiles.php:690 -msgid "Street Address:" -msgstr "Calle:" +#: ../../mod/connect.php:90 ../../mod/connect.php:110 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:" -#: ../../mod/profiles.php:691 -msgid "Locality/City:" -msgstr "Ciudad:" +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:" -#: ../../mod/profiles.php:692 -msgid "Postal/Zip Code:" -msgstr "Código postal:" +#: ../../mod/connect.php:92 ../../mod/connect.php:113 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página." -#: ../../mod/profiles.php:693 -msgid "Country:" -msgstr "PaÃs:" +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(No ha sido proporcionada ninguna instrucción especÃfica por el propietario del canal.)" -#: ../../mod/profiles.php:694 -msgid "Region/State:" -msgstr "Región/Estado:" +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" +msgstr "Canal premium o restringido" -#: ../../mod/profiles.php:695 -msgid "<span class=\"heart\">♥</span> Marital Status:" -msgstr "<span class=\"heart\">♥</span> Estado sentimental:" +#: ../../mod/connections.php:52 ../../mod/connections.php:157 +#: ../../mod/connections.php:238 +msgid "Blocked" +msgstr "Bloqueadas" -#: ../../mod/profiles.php:696 -msgid "Who: (if applicable)" -msgstr "Quién: (si es aplicable)" +#: ../../mod/connections.php:57 ../../mod/connections.php:164 +#: ../../mod/connections.php:237 +msgid "Ignored" +msgstr "Ignoradas" -#: ../../mod/profiles.php:697 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Por ejemplo: ana123, MarÃa González, sara@ejemplo.com" +#: ../../mod/connections.php:62 ../../mod/connections.php:178 +#: ../../mod/connections.php:236 +msgid "Hidden" +msgstr "Ocultas" -#: ../../mod/profiles.php:698 -msgid "Since [date]:" -msgstr "Desde [fecha]:" +#: ../../mod/connections.php:67 ../../mod/connections.php:171 +#: ../../mod/connections.php:235 +msgid "Archived" +msgstr "Archivadas" -#: ../../mod/profiles.php:700 -msgid "Homepage URL:" -msgstr "Dirección de la página personal:" +#: ../../mod/connections.php:134 +msgid "New Connections" +msgstr "Nuevas conexiones" -#: ../../mod/profiles.php:703 -msgid "Religious Views:" -msgstr "Creencias religiosas:" +#: ../../mod/connections.php:137 +msgid "Show pending (new) connections" +msgstr "Mostrar conexiones (nuevas) pendientes" -#: ../../mod/profiles.php:704 -msgid "Keywords:" -msgstr "Palabras clave:" +#: ../../mod/connections.php:141 ../../mod/profperm.php:139 +msgid "All Connections" +msgstr "Todas las conexiones" -#: ../../mod/profiles.php:707 -msgid "Example: fishing photography software" -msgstr "Por ejemplo: software de fotografÃa submarina" +#: ../../mod/connections.php:144 +msgid "Show all connections" +msgstr "Mostrar todas las conexiones" -#: ../../mod/profiles.php:708 -msgid "Used in directory listings" -msgstr "Visible en el directorio público del canal" +#: ../../mod/connections.php:160 +msgid "Only show blocked connections" +msgstr "Mostrar solo las conexiones bloqueadas" -#: ../../mod/profiles.php:709 -msgid "Tell us about yourself..." -msgstr "Háblenos de usted..." +#: ../../mod/connections.php:167 +msgid "Only show ignored connections" +msgstr "Mostrar solo conexiones ignoradas" -#: ../../mod/profiles.php:710 -msgid "Hobbies/Interests" -msgstr "Aficiones/Intereses" +#: ../../mod/connections.php:174 +msgid "Only show archived connections" +msgstr "Mostrar solo las conexiones archivadas" -#: ../../mod/profiles.php:711 -msgid "Contact information and Social Networks" -msgstr "Información de contacto y redes sociales" +#: ../../mod/connections.php:181 +msgid "Only show hidden connections" +msgstr "Mostrar solo las conexiones ocultas" -#: ../../mod/profiles.php:712 -msgid "My other channels" -msgstr "Mis otros canales" +#: ../../mod/connections.php:234 +msgid "Pending approval" +msgstr "Pendiente de aprobación" -#: ../../mod/profiles.php:713 -msgid "Musical interests" -msgstr "Preferencias musicales" +#: ../../mod/connections.php:250 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" -#: ../../mod/profiles.php:714 -msgid "Books, literature" -msgstr "Libros, literatura" +#: ../../mod/connections.php:251 +msgid "Edit connection" +msgstr "Editar conexión" -#: ../../mod/profiles.php:715 -msgid "Television" -msgstr "Televisión" +#: ../../mod/connections.php:252 +msgid "Delete connection" +msgstr "Eliminar conexión" -#: ../../mod/profiles.php:716 -msgid "Film/dance/culture/entertainment" -msgstr "Cine/danza/cultura/entretenimiento" +#: ../../mod/connections.php:261 +msgid "Channel address" +msgstr "Dirección del canal" -#: ../../mod/profiles.php:717 -msgid "Love/romance" -msgstr "Vida sentimental/amorosa" +#: ../../mod/connections.php:263 +msgid "Network" +msgstr "Red" -#: ../../mod/profiles.php:718 -msgid "Work/employment" -msgstr "Trabajo" +#: ../../mod/connections.php:266 ../../mod/admin.php:668 +msgid "Status" +msgstr "Estado" -#: ../../mod/profiles.php:719 -msgid "School/education" -msgstr "Estudios" +#: ../../mod/connections.php:268 +msgid "Connected" +msgstr "Conectado/a" -#: ../../mod/profiles.php:725 -msgid "This is your default profile." -msgstr "Este es su perfil principal." +#: ../../mod/connections.php:270 +msgid "Approve connection" +msgstr "Aprobar esta conexión" -#: ../../mod/profiles.php:736 -msgid "Age: " -msgstr "Edad:" +#: ../../mod/connections.php:271 ../../mod/admin.php:991 +msgid "Approve" +msgstr "Aprobar" -#: ../../mod/profiles.php:779 -msgid "Edit/Manage Profiles" -msgstr "Modificar/gestionar perfiles" +#: ../../mod/connections.php:272 +msgid "Ignore connection" +msgstr "Ignorar esta conexión" -#: ../../mod/profiles.php:780 -msgid "Add profile things" -msgstr "Añadir cosas al perfil" +#: ../../mod/connections.php:273 ../../mod/connedit.php:536 +#: ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "Ignorar" -#: ../../mod/profiles.php:781 -msgid "Include desirable objects in your profile" -msgstr "Añadir objetos interesantes en su perfil" +#: ../../mod/connections.php:274 +msgid "Recent activity" +msgstr "Actividad reciente" -#: ../../mod/search.php:212 -#, php-format -msgid "Items tagged with: %s" -msgstr "elementos etiquetados con: %s" +#: ../../mod/connections.php:303 +msgid "Search your connections" +msgstr "Buscar sus conexiones" -#: ../../mod/search.php:214 -#, php-format -msgid "Search results for: %s" -msgstr "Resultados de la búsqueda para: %s" +#: ../../mod/connections.php:304 +msgid "Connections search" +msgstr "Buscar conexiones" #: ../../mod/connedit.php:75 msgid "Could not access contact record." @@ -5541,237 +4634,214 @@ msgstr "Error al actualizar el registro de la conexión." msgid "is now connected to" msgstr "ahora está conectado/a" -#: ../../mod/connedit.php:395 +#: ../../mod/connedit.php:398 msgid "Could not access address book record." -msgstr "No se pudo acceder a la entrada en su libreta de direcciones." +msgstr "No se pudo acceder al registro en su libreta de direcciones." -#: ../../mod/connedit.php:409 +#: ../../mod/connedit.php:412 msgid "Refresh failed - channel is currently unavailable." msgstr "Recarga fallida - no se puede encontrar el canal en este momento." -#: ../../mod/connedit.php:418 ../../mod/connedit.php:427 -#: ../../mod/connedit.php:436 ../../mod/connedit.php:445 -#: ../../mod/connedit.php:458 +#: ../../mod/connedit.php:427 ../../mod/connedit.php:436 +#: ../../mod/connedit.php:445 ../../mod/connedit.php:454 +#: ../../mod/connedit.php:467 msgid "Unable to set address book parameters." msgstr "No ha sido posible establecer los parámetros de la libreta de direcciones." -#: ../../mod/connedit.php:482 +#: ../../mod/connedit.php:491 msgid "Connection has been removed." msgstr "La conexión ha sido eliminada." -#: ../../mod/connedit.php:501 +#: ../../mod/connedit.php:510 #, php-format msgid "View %s's profile" msgstr "Ver el perfil de %s" -#: ../../mod/connedit.php:505 +#: ../../mod/connedit.php:514 msgid "Refresh Permissions" msgstr "Recargar los permisos" -#: ../../mod/connedit.php:508 +#: ../../mod/connedit.php:517 msgid "Fetch updated permissions" msgstr "Obtener los permisos actualizados" -#: ../../mod/connedit.php:512 +#: ../../mod/connedit.php:521 msgid "Recent Activity" msgstr "Actividad reciente" -#: ../../mod/connedit.php:515 +#: ../../mod/connedit.php:524 msgid "View recent posts and comments" msgstr "Ver publicaciones y comentarios recientes" -#: ../../mod/connedit.php:519 ../../mod/admin.php:818 +#: ../../mod/connedit.php:528 ../../mod/admin.php:995 msgid "Unblock" msgstr "Desbloquear" -#: ../../mod/connedit.php:519 ../../mod/admin.php:817 +#: ../../mod/connedit.php:528 ../../mod/admin.php:994 msgid "Block" msgstr "Bloquear" -#: ../../mod/connedit.php:522 +#: ../../mod/connedit.php:531 msgid "Block (or Unblock) all communications with this connection" msgstr "Bloquear (o desbloquear) todas las comunicaciones con esta conexión" -#: ../../mod/connedit.php:523 +#: ../../mod/connedit.php:532 msgid "This connection is blocked!" msgstr "¡Esta conexión está bloqueada!" -#: ../../mod/connedit.php:527 +#: ../../mod/connedit.php:536 msgid "Unignore" msgstr "Dejar de ignorar" -#: ../../mod/connedit.php:527 ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "Ignorar" - -#: ../../mod/connedit.php:530 +#: ../../mod/connedit.php:539 msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión" -#: ../../mod/connedit.php:531 +#: ../../mod/connedit.php:540 msgid "This connection is ignored!" msgstr "¡Esta conexión es ignorada!" -#: ../../mod/connedit.php:535 +#: ../../mod/connedit.php:544 msgid "Unarchive" msgstr "Desarchivar" -#: ../../mod/connedit.php:535 +#: ../../mod/connedit.php:544 msgid "Archive" msgstr "Archivar" -#: ../../mod/connedit.php:538 +#: ../../mod/connedit.php:547 msgid "" "Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "Archiva (o desarchiva) esta conexión - marca el canal como muerto aunque mantiene sus contenidos" -#: ../../mod/connedit.php:539 +#: ../../mod/connedit.php:548 msgid "This connection is archived!" msgstr "¡Esta conexión esta archivada!" -#: ../../mod/connedit.php:543 +#: ../../mod/connedit.php:552 msgid "Unhide" msgstr "Mostrar" -#: ../../mod/connedit.php:543 +#: ../../mod/connedit.php:552 msgid "Hide" msgstr "Ocultar" -#: ../../mod/connedit.php:546 +#: ../../mod/connedit.php:555 msgid "Hide or Unhide this connection from your other connections" msgstr "Ocultar o mostrar esta conexión a sus otras conexiones" -#: ../../mod/connedit.php:547 +#: ../../mod/connedit.php:556 msgid "This connection is hidden!" msgstr "¡Esta conexión está oculta!" -#: ../../mod/connedit.php:554 +#: ../../mod/connedit.php:563 msgid "Delete this connection" msgstr "Eliminar esta conexión" -#: ../../mod/connedit.php:635 +#: ../../mod/connedit.php:644 msgid "Approve this connection" msgstr "Aprobar esta conexión" -#: ../../mod/connedit.php:635 +#: ../../mod/connedit.php:644 msgid "Accept connection to allow communication" msgstr "Aceptar la conexión para permitir la comunicación" -#: ../../mod/connedit.php:640 +#: ../../mod/connedit.php:649 msgid "Set Affinity" msgstr "Ajustar la afinidad" -#: ../../mod/connedit.php:643 +#: ../../mod/connedit.php:652 msgid "Set Profile" msgstr "Ajustar el perfil" -#: ../../mod/connedit.php:646 +#: ../../mod/connedit.php:655 msgid "Set Affinity & Profile" msgstr "Ajustar la afinidad y el perfil" -#: ../../mod/connedit.php:679 +#: ../../mod/connedit.php:688 msgid "none" msgstr "-" -#: ../../mod/connedit.php:684 +#: ../../mod/connedit.php:693 msgid "Apply these permissions automatically" msgstr "Aplicar estos permisos automaticamente" -#: ../../mod/connedit.php:686 +#: ../../mod/connedit.php:695 msgid "This connection's primary address is" msgstr "La dirección primaria de esta conexión es" -#: ../../mod/connedit.php:687 +#: ../../mod/connedit.php:696 msgid "Available locations:" msgstr "Ubicaciones disponibles:" -#: ../../mod/connedit.php:691 +#: ../../mod/connedit.php:700 msgid "" "The permissions indicated on this page will be applied to all new " "connections." msgstr "Los permisos indicados en esta página serán aplicados en todas las nuevas conexiones." -#: ../../mod/connedit.php:693 +#: ../../mod/connedit.php:702 msgid "Slide to adjust your degree of friendship" msgstr "Deslizar para ajustar el grado de amistad" -#: ../../mod/connedit.php:695 +#: ../../mod/connedit.php:704 msgid "Slide to adjust your rating" msgstr "Deslizar para ajustar su valoración" -#: ../../mod/connedit.php:696 ../../mod/connedit.php:701 +#: ../../mod/connedit.php:705 ../../mod/connedit.php:710 msgid "Optionally explain your rating" msgstr "Opcionalmente, puede explicar su valoración" -#: ../../mod/connedit.php:698 +#: ../../mod/connedit.php:707 msgid "Custom Filter" msgstr "Filtro personalizado" -#: ../../mod/connedit.php:699 +#: ../../mod/connedit.php:708 msgid "Only import posts with this text" msgstr "Importar solo entradas que contengan este texto" -#: ../../mod/connedit.php:699 ../../mod/connedit.php:700 +#: ../../mod/connedit.php:708 ../../mod/connedit.php:709 msgid "" "words one per line or #tags or /patterns/ or lang=xx, leave blank to import " "all posts" msgstr "Una sola opción por lÃnea: palabras, #etiquetas, /patrones/ o lang=xx. Dejar en blanco para importarlo todo" -#: ../../mod/connedit.php:700 +#: ../../mod/connedit.php:709 msgid "Do not import posts with this text" msgstr "No importar entradas que contengan este texto" -#: ../../mod/connedit.php:702 +#: ../../mod/connedit.php:711 msgid "This information is public!" msgstr "¡Esta información es pública!" -#: ../../mod/connedit.php:707 +#: ../../mod/connedit.php:716 msgid "Connection Pending Approval" msgstr "Conexión pendiente de aprobación" -#: ../../mod/connedit.php:708 -msgid "Connection Request" -msgstr "Solicitud de conexión" - -#: ../../mod/connedit.php:709 -#, php-format -msgid "" -"(%s) would like to connect with you. Please approve this connection to allow" -" communication." -msgstr "(%s) desearÃa conectar con usted. por favor, apruebe esta conexión para permitir la comunicación." - -#: ../../mod/connedit.php:710 ../../mod/admin.php:814 -msgid "Approve" -msgstr "Aprobar" - -#: ../../mod/connedit.php:711 -msgid "Approve Later" -msgstr "Aprobar más tarde" - -#: ../../mod/connedit.php:714 +#: ../../mod/connedit.php:719 msgid "inherited" msgstr "heredado" -#: ../../mod/connedit.php:716 +#: ../../mod/connedit.php:721 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura." -#: ../../mod/connedit.php:718 +#: ../../mod/connedit.php:723 msgid "Their Settings" msgstr "Sus ajustes" -#: ../../mod/connedit.php:719 +#: ../../mod/connedit.php:724 msgid "My Settings" msgstr "Mis ajustes" -#: ../../mod/connedit.php:721 +#: ../../mod/connedit.php:726 msgid "Individual Permissions" msgstr "Permisos individuales" -#: ../../mod/connedit.php:722 +#: ../../mod/connedit.php:727 msgid "" "Some permissions may be inherited from your channel's <a " "href=\"settings\"><strong>privacy settings</strong></a>, which have higher " @@ -5779,7 +4849,7 @@ msgid "" " settings here." msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquÃ." -#: ../../mod/connedit.php:723 +#: ../../mod/connedit.php:728 msgid "" "Some permissions may be inherited from your channel's <a " "href=\"settings\"><strong>privacy settings</strong></a>, which have higher " @@ -5787,22 +4857,111 @@ msgid "" "they wont have any impact unless the inherited setting changes." msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquÃ, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados." -#: ../../mod/connedit.php:724 +#: ../../mod/connedit.php:729 msgid "Last update:" msgstr "Última actualización:" -#: ../../mod/acl.php:222 -msgid "network" -msgstr "red" - -#: ../../mod/acl.php:232 -msgid "RSS" -msgstr "RSS" - #: ../../mod/dav.php:121 msgid "$Projectname channel" msgstr "Canal $Projectname" +#: ../../mod/directory.php:59 ../../mod/display.php:13 +#: ../../mod/photos.php:490 ../../mod/ratings.php:82 ../../mod/search.php:13 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." +msgstr "Acceso público denegado." + +#: ../../mod/directory.php:239 +#, php-format +msgid "%d rating" +msgid_plural "%d ratings" +msgstr[0] "%d valoración" +msgstr[1] "%d valoraciones" + +#: ../../mod/directory.php:250 +msgid "Gender: " +msgstr "Género:" + +#: ../../mod/directory.php:252 +msgid "Status: " +msgstr "Estado:" + +#: ../../mod/directory.php:254 +msgid "Homepage: " +msgstr "Página personal:" + +#: ../../mod/directory.php:313 +msgid "Description:" +msgstr "Descripción:" + +#: ../../mod/directory.php:322 +msgid "Public Forum:" +msgstr "Foro público:" + +#: ../../mod/directory.php:325 +msgid "Keywords: " +msgstr "Palabras clave:" + +#: ../../mod/directory.php:328 +msgid "Don't suggest" +msgstr "No sugerir:" + +#: ../../mod/directory.php:330 +msgid "Common connections:" +msgstr "Conexiones comunes:" + +#: ../../mod/directory.php:379 +msgid "Global Directory" +msgstr "Directorio global:" + +#: ../../mod/directory.php:379 +msgid "Local Directory" +msgstr "Directorio local:" + +#: ../../mod/directory.php:385 +msgid "Finding:" +msgstr "Encontrar:" + +#: ../../mod/directory.php:390 +msgid "next page" +msgstr "siguiente página" + +#: ../../mod/directory.php:390 +msgid "previous page" +msgstr "página anterior" + +#: ../../mod/directory.php:391 +msgid "Sort options" +msgstr "Ordenar opciones" + +#: ../../mod/directory.php:392 +msgid "Alphabetic" +msgstr "Alfabético" + +#: ../../mod/directory.php:393 +msgid "Reverse Alphabetic" +msgstr "Alfabético inverso" + +#: ../../mod/directory.php:394 +msgid "Newest to Oldest" +msgstr "De más nuevo a más antiguo" + +#: ../../mod/directory.php:395 +msgid "Oldest to Newest" +msgstr "De más antiguo a más nuevo" + +#: ../../mod/directory.php:412 +msgid "No entries (some entries may be hidden)." +msgstr "Sin entradas (algunas entradas pueden estar ocultas)." + +#: ../../mod/dirsearch.php:21 ../../mod/regdir.php:45 +msgid "This site is not a directory server" +msgstr "Este sitio no es un servidor de directorio" + +#: ../../mod/dirsearch.php:29 +msgid "This directory server requires an access token" +msgstr "El servidor de este directorio necesita un \"token\" de acceso" + #: ../../mod/dreport.php:23 msgid "Invalid message" msgstr "Mensaje no válido" @@ -5860,363 +5019,424 @@ msgstr "se ha recibido mensaje duplicado" msgid "mail delivered" msgstr "correo enviado" -#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78 -#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76 -#: ../../mod/editpost.php:20 +#: ../../mod/editblock.php:78 ../../mod/editblock.php:94 +#: ../../mod/editlayout.php:76 ../../mod/editpost.php:20 +#: ../../mod/editwebpage.php:77 msgid "Item not found" msgstr "Elemento no encontrado" -#: ../../mod/editwebpage.php:153 -msgid "Delete webpage?" -msgstr "¿Eliminar la página web?" - -#: ../../mod/editwebpage.php:172 -msgid "Page link title" -msgstr "TÃtulo del enlace de la página" +#: ../../mod/editblock.php:118 +msgid "Delete block?" +msgstr "¿Borrar bloque?" -#: ../../mod/editwebpage.php:185 ../../mod/editblock.php:145 -#: ../../mod/editlayout.php:143 ../../mod/editpost.php:121 +#: ../../mod/editblock.php:145 ../../mod/editlayout.php:143 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:185 msgid "Insert YouTube video" msgstr "Insertar vÃdeo de YouTube" -#: ../../mod/editwebpage.php:186 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:144 ../../mod/editpost.php:122 +#: ../../mod/editblock.php:146 ../../mod/editlayout.php:144 +#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:186 msgid "Insert Vorbis [.ogg] video" msgstr "Insertar vÃdeo Vorbis [.ogg]" -#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:147 -#: ../../mod/editlayout.php:145 ../../mod/editpost.php:123 +#: ../../mod/editblock.php:147 ../../mod/editlayout.php:145 +#: ../../mod/editpost.php:123 ../../mod/editwebpage.php:187 msgid "Insert Vorbis [.ogg] audio" msgstr "Insertar audio Vorbis [.ogg]" +#: ../../mod/editblock.php:180 +msgid "Edit Block" +msgstr "Modificar este bloque" + +#: ../../mod/editlayout.php:112 +msgid "Delete layout?" +msgstr "¿Borrar el formato?" + +#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124 +msgid "Layout Description (Optional)" +msgstr "Descripción del formato gráfico (opcional)" + +#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121 +#: ../../mod/layouts.php:179 +msgid "Layout Name" +msgstr "Nombre del formato" + +#: ../../mod/editlayout.php:178 +msgid "Edit Layout" +msgstr "Modificar el formato" + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "El elemento no es editable" + +#: ../../mod/editpost.php:57 +msgid "Delete item?" +msgstr "¿Borrar elemento?" + +#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 +msgid "Edit post" +msgstr "Editar la entrada" + +#: ../../mod/editwebpage.php:153 +msgid "Delete webpage?" +msgstr "¿Eliminar la página web?" + +#: ../../mod/editwebpage.php:172 +msgid "Page link title" +msgstr "TÃtulo del enlace de la página" + #: ../../mod/editwebpage.php:222 msgid "Edit Webpage" msgstr "Editar la página web" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "No se puede encontrar su servidor." +#: ../../mod/events.php:21 +msgid "Calendar entries imported." +msgstr "Entradas de calendario importadas." -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Enviado con éxito." +#: ../../mod/events.php:23 +msgid "No calendar entries found." +msgstr "No se han encontrado entradas de calendario." -#: ../../mod/ping.php:260 -msgid "sent you a private message" -msgstr "le ha enviado un mensaje privado" +#: ../../mod/events.php:100 +msgid "Event can not end before it has started." +msgstr "Un evento no puede terminar antes de que haya comenzado." -#: ../../mod/ping.php:308 -msgid "added your channel" -msgstr "añadió este canal a sus conexiones" +#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 +msgid "Unable to generate preview." +msgstr "No se puede crear la vista previa." -#: ../../mod/ping.php:350 -msgid "posted an event" -msgstr "publicó un evento" +#: ../../mod/events.php:109 +msgid "Event title and start time are required." +msgstr "Se requieren el tÃtulo del evento y su hora de inicio." -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autorizar una conexión de aplicación" +#: ../../mod/events.php:129 ../../mod/events.php:254 +msgid "Event not found." +msgstr "Evento no encontrado." -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Volver a su aplicación e introducir este código de seguridad:" +#: ../../mod/events.php:437 +msgid "Edit event title" +msgstr "Editar el tÃtulo del evento" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Por favor inicia sesión para continuar." +#: ../../mod/events.php:437 +msgid "Event title" +msgstr "TÃtulo del evento" -#: ../../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 "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?" +#: ../../mod/events.php:439 +msgid "Categories (comma-separated list)" +msgstr "CategorÃas (lista separada por comas)" -#: ../../mod/notify.php:53 ../../mod/notifications.php:94 -msgid "No more system notifications." -msgstr "No hay más notificaciones del sistema" +#: ../../mod/events.php:440 +msgid "Edit Category" +msgstr "Editar la categorÃa" -#: ../../mod/notify.php:57 ../../mod/notifications.php:98 -msgid "System Notifications" -msgstr "Notificaciones de sistema" +#: ../../mod/events.php:440 +msgid "Category" +msgstr "CategorÃa" -#: ../../mod/rbmark.php:90 -msgid "Select a bookmark folder" -msgstr "Seleccionar una carpeta de marcadores" +#: ../../mod/events.php:443 +msgid "Edit start date and time" +msgstr "Modificar la fecha y hora de comienzo" -#: ../../mod/rbmark.php:95 -msgid "Save Bookmark" -msgstr "Guardar marcador" +#: ../../mod/events.php:443 +msgid "Start date and time" +msgstr "Fecha y hora de comienzo" -#: ../../mod/rbmark.php:96 -msgid "URL of bookmark" -msgstr "Dirección del marcador" +#: ../../mod/events.php:444 ../../mod/events.php:447 +msgid "Finish date and time are not known or not relevant" +msgstr "La fecha y hora de terminación no se conocen o no son relevantes" -#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:450 -msgid "Description" -msgstr "Descripción" +#: ../../mod/events.php:446 +msgid "Edit finish date and time" +msgstr "Modificar la fecha y hora de terminación" -#: ../../mod/rbmark.php:101 -msgid "Or enter new bookmark folder name" -msgstr "O introduzca un nuevo nombre para la carpeta de marcadores" +#: ../../mod/events.php:446 +msgid "Finish date and time" +msgstr "Fecha y hora de terminación" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Contacto no encontrado" +#: ../../mod/events.php:448 ../../mod/events.php:449 +msgid "Adjust for viewer timezone" +msgstr "Ajustar para obtener el visor de zona horaria" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Enviar sugerencia a un amigo." +#: ../../mod/events.php:448 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." +msgstr "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales." -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Sugerir amigos" +#: ../../mod/events.php:450 +msgid "Edit Description" +msgstr "Editar la descripción" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Sugerir un amigo a %s" +#: ../../mod/events.php:452 +msgid "Edit Location" +msgstr "Modificar la localización" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Imposible crear el origen de los contenidos. Ningún canal ha sido seleccionado." +#: ../../mod/events.php:455 ../../mod/events.php:457 +msgid "Share this event" +msgstr "Compartir este evento" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Fuente creada." +#: ../../mod/events.php:462 +msgid "Advanced Options" +msgstr "Opciones avanzadas" -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Fuente actualizada." +#: ../../mod/events.php:574 +msgid "l, F j" +msgstr "l j F" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/events.php:596 +msgid "Edit event" +msgstr "Editar evento" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Gestionar contenido de origen remoto para su canal." +#: ../../mod/events.php:598 +msgid "Delete event" +msgstr "Borrar evento" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nueva fuente" +#: ../../mod/events.php:632 +msgid "calendar" +msgstr "calendario" -#: ../../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 el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes." +#: ../../mod/events.php:651 +msgid "Edit Event" +msgstr "Editar el evento" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importar solo contenido que contenga estas palabras (una por lÃnea)" +#: ../../mod/events.php:651 +msgid "Create Event" +msgstr "Crear un evento" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Dejar en blanco para importar todo el contenido público" +#: ../../mod/events.php:652 ../../mod/events.php:659 ../../mod/photos.php:916 +msgid "Previous" +msgstr "Anterior" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Fuente no encontrada" +#: ../../mod/events.php:653 ../../mod/events.php:660 ../../mod/photos.php:925 +#: ../../mod/setup.php:288 +msgid "Next" +msgstr "Siguiente" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Editar fuente" +#: ../../mod/events.php:661 +msgid "Today" +msgstr "Hoy" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Eliminar fuente" +#: ../../mod/events.php:692 +msgid "Event removed" +msgstr "Evento borrado" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Fuente eliminada" +#: ../../mod/events.php:695 +msgid "Failed to remove event" +msgstr "Error al eliminar el evento" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Imposible eliminar la fuente." +#: ../../mod/ffsapi.php:8 +msgid "Share content from Firefox to $Projectname" +msgstr "Compartir contenido desde Firefox a $Projectname" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Petición inválida del identificador." +#: ../../mod/ffsapi.php:11 +msgid "Activate the Firefox $Projectname provider" +msgstr "Servicio de compartición de Firefox: activar el proveedor $Projectname " -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Descartar" +#: ../../mod/filer.php:48 +msgid "- select -" +msgstr "- seleccionar -" -#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 -msgid "Tag removed" -msgstr "Etiqueta eliminada." +#: ../../mod/filestorage.php:82 +msgid "Permission Denied." +msgstr "Permiso denegado" -#: ../../mod/tagrm.php:119 -msgid "Remove Item Tag" -msgstr "Eliminar etiqueta del elemento." +#: ../../mod/filestorage.php:98 +msgid "File not found." +msgstr "Fichero no encontrado." -#: ../../mod/tagrm.php:121 -msgid "Select a tag to remove: " -msgstr "Seleccionar una etiqueta para eliminar:" +#: ../../mod/filestorage.php:141 +msgid "Edit file permissions" +msgstr "Modificar los permisos del fichero" -#: ../../mod/tagrm.php:133 ../../mod/photos.php:951 -msgid "Remove" -msgstr "Eliminar" +#: ../../mod/filestorage.php:150 +msgid "Set/edit permissions" +msgstr "Establecer/editar los permisos" -#: ../../mod/directory.php:236 -#, php-format -msgid "%d rating" -msgid_plural "%d ratings" -msgstr[0] "%d valoración" -msgstr[1] "%d valoraciones" +#: ../../mod/filestorage.php:151 +msgid "Include all files and sub folders" +msgstr "Incluir todos los ficheros y subcarpetas" -#: ../../mod/directory.php:247 -msgid "Gender: " -msgstr "Género:" +#: ../../mod/filestorage.php:152 +msgid "Return to file list" +msgstr "Volver a la lista de ficheros" -#: ../../mod/directory.php:249 -msgid "Status: " -msgstr "Estado:" +#: ../../mod/filestorage.php:154 +msgid "Copy/paste this code to attach file to a post" +msgstr "Copiar/pegar este código para adjuntar el fichero al envÃo" -#: ../../mod/directory.php:251 -msgid "Homepage: " -msgstr "Página personal:" +#: ../../mod/filestorage.php:155 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Copiar/pegar esta dirección para enlazar el fichero desde una página web" -#: ../../mod/directory.php:310 -msgid "Description:" -msgstr "Descripción:" +#: ../../mod/filestorage.php:157 +msgid "Share this file" +msgstr "Compartir este fichero" -#: ../../mod/directory.php:319 -msgid "Public Forum:" -msgstr "Foro público:" +#: ../../mod/filestorage.php:158 +msgid "Show URL to this file" +msgstr "Mostrar la dirección de este fichero" -#: ../../mod/directory.php:322 -msgid "Keywords: " -msgstr "Palabras clave:" +#: ../../mod/filestorage.php:159 +msgid "Notify your contacts about this file" +msgstr "Avisar a sus contactos sobre este fichero" -#: ../../mod/directory.php:325 -msgid "Don't suggest" -msgstr "No sugerir:" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Canal añadido." -#: ../../mod/directory.php:327 -msgid "Common connections:" -msgstr "Conexiones comunes:" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Contacto no encontrado" -#: ../../mod/directory.php:376 -msgid "Global Directory" -msgstr "Directorio global:" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Enviar sugerencia a un amigo." -#: ../../mod/directory.php:376 -msgid "Local Directory" -msgstr "Directorio local:" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Sugerir amigos" -#: ../../mod/directory.php:382 -msgid "Finding:" -msgstr "Encontrar:" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Sugerir un amigo a %s" -#: ../../mod/directory.php:387 -msgid "next page" -msgstr "siguiente página" +#: ../../mod/group.php:20 +msgid "Privacy group created." +msgstr "El grupo de canales ha sido creado." -#: ../../mod/directory.php:387 -msgid "previous page" -msgstr "página anterior" +#: ../../mod/group.php:26 +msgid "Could not create privacy group." +msgstr "No se puede crear el grupo de canales" -#: ../../mod/directory.php:388 -msgid "Sort options" -msgstr "Ordenar opciones" +#: ../../mod/group.php:54 +msgid "Privacy group updated." +msgstr "Grupo de canales actualizado." -#: ../../mod/directory.php:389 -msgid "Alphabetic" -msgstr "Alfabético" +#: ../../mod/group.php:86 +msgid "Create a group of channels." +msgstr "Crear un grupo de canales." -#: ../../mod/directory.php:390 -msgid "Reverse Alphabetic" -msgstr "Alfabético inverso" +#: ../../mod/group.php:87 ../../mod/group.php:180 +msgid "Privacy group name: " +msgstr "Nombre del grupo de canales:" -#: ../../mod/directory.php:391 -msgid "Newest to Oldest" -msgstr "De más nuevo a más antiguo" +#: ../../mod/group.php:89 ../../mod/group.php:183 +msgid "Members are visible to other channels" +msgstr "Los miembros son visibles para otros canales" -#: ../../mod/directory.php:392 -msgid "Oldest to Newest" -msgstr "De más antiguo a más nuevo" +#: ../../mod/group.php:107 +msgid "Privacy group removed." +msgstr "Grupo de canales eliminado." -#: ../../mod/directory.php:409 -msgid "No entries (some entries may be hidden)." -msgstr "Sin entradas (algunas entradas pueden estar ocultas)." +#: ../../mod/group.php:109 +msgid "Unable to remove privacy group." +msgstr "Imposible eliminar el grupo de canales." -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "No se ha encontrado una cuenta válida." +#: ../../mod/group.php:179 +msgid "Privacy group editor" +msgstr "Editor de grupos de canales" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico." +#: ../../mod/group.php:193 +msgid "Members" +msgstr "Miembros" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 -#, php-format -msgid "Site Member (%s)" -msgstr "Usuario del sitio (%s)" +#: ../../mod/group.php:195 +msgid "All Connected Channels" +msgstr "Todos los canales conectados" -#: ../../mod/lostpass.php:40 +#: ../../mod/group.php:227 +msgid "Click on a channel to add or remove." +msgstr "Haga clic en un canal para agregarlo o quitarlo." + +#: ../../mod/help.php:149 +msgid "Documentation Search" +msgstr "Búsqueda de Documentación" + +#: ../../mod/help.php:190 ../../mod/help.php:196 ../../mod/help.php:202 +msgid "Help:" +msgstr "Ayuda:" + +#: ../../mod/help.php:243 +msgid "$Projectname Documentation" +msgstr "Documentación de $Projectname" + +#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 +msgid "$Projectname" +msgstr "$Projectname" + +#: ../../mod/home.php:75 #, php-format -msgid "Password reset requested at %s" -msgstr "Se ha solicitado restablecer la contraseña en %s" +msgid "Welcome to %s" +msgstr "Bienvenido a %s" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado." +#: ../../mod/id.php:11 +msgid "First Name" +msgstr "Nombre" -#: ../../mod/lostpass.php:86 ../../boot.php:1489 -msgid "Password Reset" -msgstr "Restablecer la contraseña" +#: ../../mod/id.php:12 +msgid "Last Name" +msgstr "Apellido" -#: ../../mod/lostpass.php:87 -msgid "Your password has been reset as requested." -msgstr "Su contraseña ha sido restablecida según lo solicitó." +#: ../../mod/id.php:13 +msgid "Nickname" +msgstr "Sobrenombre o Alias" -#: ../../mod/lostpass.php:88 -msgid "Your new password is" -msgstr "Su nueva contraseña es" +#: ../../mod/id.php:14 +msgid "Full Name" +msgstr "Nombre completo" -#: ../../mod/lostpass.php:89 -msgid "Save or copy your new password - and then" -msgstr "Guarde o copie su nueva contraseña - y después" +#: ../../mod/id.php:20 +msgid "Profile Photo 16px" +msgstr "Foto del perfil 16px" -#: ../../mod/lostpass.php:90 -msgid "click here to login" -msgstr "pulse aquà para conectarse" +#: ../../mod/id.php:21 +msgid "Profile Photo 32px" +msgstr "Foto del perfil 32px" -#: ../../mod/lostpass.php:91 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión." +#: ../../mod/id.php:22 +msgid "Profile Photo 48px" +msgstr "Foto del perfil 48px" -#: ../../mod/lostpass.php:108 -#, php-format -msgid "Your password has changed at %s" -msgstr "Su contraseña en %s ha sido cambiada" +#: ../../mod/id.php:23 +msgid "Profile Photo 64px" +msgstr "Foto del perfil 64px" -#: ../../mod/lostpass.php:123 -msgid "Forgot your Password?" -msgstr "¿Ha olvidado su contraseña?" +#: ../../mod/id.php:24 +msgid "Profile Photo 80px" +msgstr "Foto del perfil 80px" -#: ../../mod/lostpass.php:124 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Introduzca y envÃe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones." +#: ../../mod/id.php:25 +msgid "Profile Photo 128px" +msgstr "Foto del perfil 128px" -#: ../../mod/lostpass.php:125 -msgid "Email Address" -msgstr "Dirección de correo electrónico" +#: ../../mod/id.php:26 +msgid "Timezone" +msgstr "Zona horaria" -#: ../../mod/lostpass.php:126 -msgid "Reset" -msgstr "Reiniciar" +#: ../../mod/id.php:27 +msgid "Homepage URL" +msgstr "Dirección de la página personal" -#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Este sitio no es un servidor de directorio" +#: ../../mod/id.php:29 +msgid "Birth Year" +msgstr "Año de nacimiento" + +#: ../../mod/id.php:30 +msgid "Birth Month" +msgstr "Mes de nacimiento" + +#: ../../mod/id.php:31 +msgid "Birth Day" +msgstr "DÃa de nacimiento" + +#: ../../mod/id.php:32 +msgid "Birthdate" +msgstr "Fecha de nacimiento" + +#: ../../mod/id.php:33 ../../mod/profiles.php:441 +msgid "Gender" +msgstr "Género" #: ../../mod/impel.php:192 #, php-format @@ -6228,16 +5448,6 @@ msgstr "%s elemento instalado" msgid "%s element installation failed" msgstr "Elemento con instalación fallida: %s" -#: ../../mod/subthread.php:114 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s está siguiendo %2$s de %3$s" - -#: ../../mod/subthread.php:116 -#, php-format -msgid "%1$s stopped following %2$s's %3$s" -msgstr "%1$s ha dejado de seguir %3$s de %2$s" - #: ../../mod/import.php:28 #, php-format msgid "Your service plan only allows %d channels." @@ -6255,51 +5465,55 @@ msgstr "No se han podido descargar datos de su antiguo servidor" msgid "Imported file is empty." msgstr "El fichero importado está vacÃo." -#: ../../mod/import.php:116 ../../mod/import_items.php:82 +#: ../../mod/import.php:119 ../../mod/import_items.php:82 #, php-format msgid "Warning: Database versions differ by %1$d updates." msgstr "Atención: Las versiones de la base de datos difieren en %1$d actualizaciones." -#: ../../mod/import.php:149 +#: ../../mod/import.php:124 +msgid "Server platform is not compatible. Operation not permitted." +msgstr "La plataforma del servidor no es compatible. Operación no permitida." + +#: ../../mod/import.php:158 msgid "No channel. Import failed." msgstr "No hay canal. La importación ha fallado" -#: ../../mod/import.php:509 +#: ../../mod/import.php:518 msgid "You must be logged in to use this feature." msgstr "Debe estar registrado para poder usar esta funcionalidad." -#: ../../mod/import.php:514 +#: ../../mod/import.php:523 msgid "Import Channel" msgstr "Importar canal" -#: ../../mod/import.php:515 +#: ../../mod/import.php:524 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." msgstr "Emplee este formulario para importar un canal desde un servidor/hub diferente. Puede recuperar el canal desde el antiguo servidor/hub a través de la red o proporcionando un fichero de exportación." -#: ../../mod/import.php:516 ../../mod/import_items.php:121 +#: ../../mod/import.php:525 ../../mod/import_items.php:115 msgid "File to Upload" msgstr "Fichero para subir" -#: ../../mod/import.php:517 +#: ../../mod/import.php:526 msgid "Or provide the old server/hub details" msgstr "O proporcione los detalles de su antiguo servidor/hub" -#: ../../mod/import.php:518 +#: ../../mod/import.php:527 msgid "Your old identity address (xyz@example.com)" msgstr "Su identidad en el antiguo servidor (canal@ejemplo.com)" -#: ../../mod/import.php:519 +#: ../../mod/import.php:528 msgid "Your old login email address" msgstr "Su antigua dirección de correo electrónico" -#: ../../mod/import.php:520 +#: ../../mod/import.php:529 msgid "Your old login password" msgstr "Su antigua contraseña" -#: ../../mod/import.php:521 +#: ../../mod/import.php:530 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" @@ -6307,22 +5521,35 @@ msgid "" "primary location for files, photos, and media." msgstr "Para cualquiera de las opciones, elija si hacer de este servidor su nueva dirección primaria, o si su antigua ubicación debe continuar con este papel. Usted podrá publicar desde cualquier ubicación, pero sólo una puede estar marcada como la ubicación principal para los ficheros, fotos y otras imágenes o vÃdeos." -#: ../../mod/import.php:522 +#: ../../mod/import.php:531 msgid "Make this hub my primary location" msgstr "Convertir este servidor en mi ubicación primaria" -#: ../../mod/import.php:523 +#: ../../mod/import.php:532 msgid "" "Import existing posts if possible (experimental - limited by available " "memory" msgstr "Importar el contenido publicado si es posible (experimental - limitado por la memoria disponible" -#: ../../mod/import.php:524 +#: ../../mod/import.php:533 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." msgstr "Este proceso puede tardar varios minutos en completarse. Por favor envÃe el formulario una sola vez y mantenga esta página abierta hasta que termine." +#: ../../mod/import_items.php:98 +msgid "Import completed" +msgstr "Importación completada" + +#: ../../mod/import_items.php:113 +msgid "Import Items" +msgstr "Importar elementos" + +#: ../../mod/import_items.php:114 +msgid "" +"Use this form to import existing posts and content from an export file." +msgstr "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación." + #: ../../mod/invite.php:25 msgid "Total invitation limit exceeded." msgstr "Se ha superado el lÃmite máximo de invitaciones." @@ -6373,8 +5600,8 @@ msgid "Please join my community on $Projectname." msgstr "Por favor, únase a mi comunidad en $Projectname." #: ../../mod/invite.php:134 -msgid "You will need to supply this invitation code: " -msgstr "Debe proporcionar este código de invitación:" +msgid "You will need to supply this invitation code:" +msgstr "Tendrá que suministrar este código de invitación:" #: ../../mod/invite.php:135 msgid "" @@ -6386,220 +5613,560 @@ msgid "2. Enter my $Projectname network address into the site searchbar." msgstr "2. Introduzca mi dirección $Projectname en la caja de búsqueda del sitio." #: ../../mod/invite.php:138 -msgid "or visit " -msgstr "o visite " +msgid "or visit" +msgstr "o visitar" #: ../../mod/invite.php:140 msgid "3. Click [Connect]" msgstr "3. Pulse [conectar]" -#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#: ../../mod/item.php:174 +msgid "Unable to locate original post." +msgstr "No ha sido posible encontrar la entrada original." + +#: ../../mod/item.php:418 +msgid "Empty post discarded." +msgstr "La entrada vacÃa ha sido desechada." + +#: ../../mod/item.php:458 +msgid "Executable content type not permitted to this channel." +msgstr "Contenido de tipo ejecutable no permitido en este canal." + +#: ../../mod/item.php:824 +msgid "Duplicate post suppressed." +msgstr "Se ha suprimido la entrada duplicada." + +#: ../../mod/item.php:954 +msgid "System error. Post not saved." +msgstr "Error del sistema. La entrada no se ha podido salvar." + +#: ../../mod/item.php:1221 +msgid "Unable to obtain post information from database." +msgstr "No ha sido posible obtener información de la entrada en la base de datos." + +#: ../../mod/item.php:1228 #, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "Al intentar obtener la dirección, retorna el error: %1$s" +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Ha alcanzado su lÃmite de %1$.0f entradas en la página principal." -#: ../../mod/profile_photo.php:112 -msgid "Image uploaded but image cropping failed." -msgstr "Imagen actualizada, pero el recorte de la imagen ha fallado. " +#: ../../mod/item.php:1235 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Ha alcanzado su lÃmite de %1$.0f páginas web." -#: ../../mod/profile_photo.php:166 -msgid "Image resize failed." -msgstr "El ajuste del tamaño de la imagen ha fallado." +#: ../../mod/layouts.php:176 +msgid "Comanche page description language help" +msgstr "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche" -#: ../../mod/profile_photo.php:212 +#: ../../mod/layouts.php:180 +msgid "Layout Description" +msgstr "Descripción del formato" + +#: ../../mod/layouts.php:185 +msgid "Download PDL file" +msgstr "Descargar el fichero PDL" + +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Me gusta/No me gusta" + +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Esta acción está restringida solo para miembros." + +#: ../../mod/like.php:21 msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente." +"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a " +"href=\"register\">register as a new $Projectname member</a> to continue." +msgstr "Por favor, <a href=\"rmagic\">identifÃquese con su $Projectname ID</a> o <a href=\"register\">rregÃstrese como un nuevo $Projectname member</a> para continuar." -#: ../../mod/profile_photo.php:250 -msgid "Image upload failed." -msgstr "Subida de imagen fallida." +#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 +msgid "Invalid request." +msgstr "Solicitud incorrecta." -#: ../../mod/profile_photo.php:269 -msgid "Unable to process image." -msgstr "No ha sido posible procesar la imagen." +#: ../../mod/like.php:142 +msgid "thing" +msgstr "elemento" -#: ../../mod/profile_photo.php:297 -msgid "female" -msgstr "mujer" +#: ../../mod/like.php:188 +msgid "Channel unavailable." +msgstr "Canal no disponible." + +#: ../../mod/like.php:236 +msgid "Previous action reversed." +msgstr "Acción anterior revocada." -#: ../../mod/profile_photo.php:298 +#: ../../mod/like.php:414 #, php-format -msgid "%1$s updated her %2$s" -msgstr "%1$s ha actualizado su %2$s" +msgid "%1$s agrees with %2$s's %3$s" +msgstr "%3$s de %2$s: %1$s está de acuerdo" -#: ../../mod/profile_photo.php:299 -msgid "male" -msgstr "hombre" +#: ../../mod/like.php:416 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" +msgstr "%3$s de %2$s: %1$s no está de acuerdo" -#: ../../mod/profile_photo.php:300 +#: ../../mod/like.php:418 #, php-format -msgid "%1$s updated his %2$s" -msgstr "%1$s ha actualizado su %2$s" +msgid "%1$s abstains from a decision on %2$s's %3$s" +msgstr "%3$s de %2$s: %1$s se abstiene" -#: ../../mod/profile_photo.php:302 +#: ../../mod/like.php:420 #, php-format -msgid "%1$s updated their %2$s" -msgstr "%1$s ha actualizado sus %2$s" +msgid "%1$s is attending %2$s's %3$s" +msgstr "%3$s de %2$s: %1$s participa" -#: ../../mod/profile_photo.php:304 -msgid "profile photo" -msgstr "foto del perfil" +#: ../../mod/like.php:422 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%3$s de %2$s: %1$s no participa" -#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409 -msgid "Photo not available." -msgstr "Foto no disponible." +#: ../../mod/like.php:424 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%3$s de %2$s: %1$s quizá participe" -#: ../../mod/profile_photo.php:450 -msgid "Upload File:" -msgstr "Subir fichero:" +#: ../../mod/like.php:520 +msgid "Action completed." +msgstr "Acción completada." -#: ../../mod/profile_photo.php:451 -msgid "Select a profile:" -msgstr "Seleccionar un perfil:" +#: ../../mod/like.php:521 +msgid "Thank you." +msgstr "Gracias." -#: ../../mod/profile_photo.php:452 -msgid "Upload Profile Photo" -msgstr "Subir foto del perfil" +#: ../../mod/lockview.php:37 +msgid "Remote privacy information not available." +msgstr "La información privada remota no está disponible." -#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975 -msgid "or" -msgstr "o" +#: ../../mod/lockview.php:58 +msgid "Visible to:" +msgstr "Visible para:" -#: ../../mod/profile_photo.php:457 -msgid "skip this step" -msgstr "Omitir este paso" +#: ../../mod/locs.php:21 ../../mod/locs.php:50 +msgid "Location not found." +msgstr "Dirección no encontrada." -#: ../../mod/profile_photo.php:457 -msgid "select a photo from your photo albums" -msgstr "Seleccione una foto de sus álbumes de fotos" +#: ../../mod/locs.php:58 +msgid "Location lookup failed." +msgstr "Ha fallado la búsqueda de la dirección." -#: ../../mod/profile_photo.php:473 -msgid "Crop Image" -msgstr "Recortar imagen" +#: ../../mod/locs.php:62 +msgid "" +"Please select another location to become primary before removing the primary" +" location." +msgstr "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal." -#: ../../mod/profile_photo.php:474 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Por favor ajuste el recorte de la imagen para una visión óptima." +#: ../../mod/locs.php:91 +msgid "Syncing locations" +msgstr "Sincronización de ubicaciones" -#: ../../mod/profile_photo.php:476 -msgid "Done Editing" -msgstr "Edición completada" +#: ../../mod/locs.php:101 +msgid "No locations found." +msgstr "No encontrada ninguna dirección." -#: ../../mod/thing.php:111 -msgid "Thing updated" -msgstr "Elemento actualizado." +#: ../../mod/locs.php:112 +msgid "Manage Channel Locations" +msgstr "Gestionar las direcciones del canal" -#: ../../mod/thing.php:163 -msgid "Object store: failed" -msgstr "Guardar objeto: ha fallado" +#: ../../mod/locs.php:113 +msgid "Location (address)" +msgstr "Ubicación (dirección)" -#: ../../mod/thing.php:167 -msgid "Thing added" -msgstr "Elemento añadido" +#: ../../mod/locs.php:114 +msgid "Primary Location" +msgstr "Dirección primaria" -#: ../../mod/thing.php:193 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +#: ../../mod/locs.php:115 +msgid "Drop location" +msgstr "Eliminar dirección" -#: ../../mod/thing.php:256 -msgid "Show Thing" -msgstr "Mostrar elemento" +#: ../../mod/locs.php:117 +msgid "Sync now" +msgstr "Sincronizar ahora" -#: ../../mod/thing.php:263 -msgid "item not found." -msgstr "elemento no encontrado." +#: ../../mod/locs.php:118 +msgid "Please wait several minutes between consecutive operations." +msgstr "Por favor, espere algunos minutos entre operaciones consecutivas." -#: ../../mod/thing.php:296 -msgid "Edit Thing" -msgstr "Editar elemento" +#: ../../mod/locs.php:119 +msgid "" +"When possible, drop a location by logging into that website/hub and removing" +" your channel." +msgstr "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal." -#: ../../mod/thing.php:298 ../../mod/thing.php:348 -msgid "Select a profile" -msgstr "Seleccionar un perfil" +#: ../../mod/locs.php:120 +msgid "Use this form to drop the location if the hub is no longer operating." +msgstr "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo." -#: ../../mod/thing.php:302 ../../mod/thing.php:351 -msgid "Post an activity" -msgstr "Publicar una actividad" +#: ../../mod/ping.php:260 +msgid "sent you a private message" +msgstr "le ha enviado un mensaje privado" -#: ../../mod/thing.php:302 ../../mod/thing.php:351 -msgid "Only sends to viewers of the applicable profile" -msgstr "Sólo enviar a espectadores del perfil pertinente." +#: ../../mod/ping.php:308 +msgid "added your channel" +msgstr "añadió este canal a sus conexiones" -#: ../../mod/thing.php:304 ../../mod/thing.php:353 -msgid "Name of thing e.g. something" -msgstr "Nombre del elemento, p. ej.:. \"algo\"" +#: ../../mod/ping.php:350 +msgid "posted an event" +msgstr "publicó un evento" -#: ../../mod/thing.php:306 ../../mod/thing.php:354 -msgid "URL of thing (optional)" -msgstr "Dirección del elemento (opcional)" +#: ../../mod/magic.php:69 +msgid "Hub not found." +msgstr "Servidor no encontrado" -#: ../../mod/thing.php:308 ../../mod/thing.php:355 -msgid "URL for photo of thing (optional)" -msgstr "Dirección para la foto o elemento (opcional)" +#: ../../mod/mail.php:34 +msgid "Unable to lookup recipient." +msgstr "Imposible asociar a un destinatario." -#: ../../mod/thing.php:346 -msgid "Add Thing to your Profile" -msgstr "Añadir alguna cosa a su perfil" +#: ../../mod/mail.php:42 +msgid "Unable to communicate with requested channel." +msgstr "Imposible comunicar con el canal solicitado." -#: ../../mod/dirsearch.php:29 -msgid "This directory server requires an access token" -msgstr "El servidor de este directorio necesita un \"token\" de acceso" +#: ../../mod/mail.php:49 +msgid "Cannot verify requested channel." +msgstr "No se puede verificar el canal solicitado." -#: ../../mod/editblock.php:118 -msgid "Delete block?" -msgstr "¿Borrar bloque?" +#: ../../mod/mail.php:75 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "El canal seleccionado tiene restricciones sobre los mensajes privados. El envÃo falló." -#: ../../mod/editblock.php:180 -msgid "Edit Block" -msgstr "Modificar este bloque" +#: ../../mod/mail.php:140 +msgid "Messages" +msgstr "Mensajes" -#: ../../mod/removeaccount.php:30 -msgid "" -"Account removals are not allowed within 48 hours of changing the account " -"password." -msgstr "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña." +#: ../../mod/mail.php:175 +msgid "Message recalled." +msgstr "Mensaje revocado." -#: ../../mod/removeaccount.php:57 -msgid "Remove This Account" -msgstr "Eliminar esta cuenta" +#: ../../mod/mail.php:188 +msgid "Conversation removed." +msgstr "Conversación eliminada." -#: ../../mod/removeaccount.php:58 -msgid "" -"This account and all its channels will be completely removed from the " -"network. " -msgstr "Esta cuenta y todos sus canales van a ser eliminados de la red." +#: ../../mod/mail.php:231 +msgid "Requested channel is not in this network" +msgstr "El canal solicitado no existe en esta red" -#: ../../mod/removeaccount.php:60 -msgid "" -"Remove this account, all its channels and all its channel clones from the " -"network" -msgstr "Remover esta cuenta, todos sus canales y clones de la red" +#: ../../mod/mail.php:239 +msgid "Send Private Message" +msgstr "Enviar un mensaje privado" -#: ../../mod/removeaccount.php:60 -msgid "" -"By default only the instances of the channels located on this hub will be " -"removed from the network" -msgstr "Por defecto, solo las instancias de los canales ubicados en este servidor serán eliminados de la red" +#: ../../mod/mail.php:240 ../../mod/mail.php:370 +msgid "To:" +msgstr "Para:" -#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700 -msgid "Remove Account" -msgstr "Eliminar cuenta" +#: ../../mod/mail.php:243 ../../mod/mail.php:372 +msgid "Subject:" +msgstr "Asunto:" -#: ../../mod/import_items.php:101 -msgid "Import completed" -msgstr "Importación completada" +#: ../../mod/mail.php:250 +msgid "Send" +msgstr "Enviar" -#: ../../mod/import_items.php:119 -msgid "Import Items" -msgstr "Importar elementos" +#: ../../mod/mail.php:342 +msgid "Delete message" +msgstr "Borrar mensaje" -#: ../../mod/import_items.php:120 +#: ../../mod/mail.php:343 +msgid "Delivery report" +msgstr "Informe de transmisión" + +#: ../../mod/mail.php:344 +msgid "Recall message" +msgstr "Revocar el mensaje" + +#: ../../mod/mail.php:346 +msgid "Message has been recalled." +msgstr "El mensaje ha sido revocado." + +#: ../../mod/mail.php:363 +msgid "Delete Conversation" +msgstr "Eliminar conversación" + +#: ../../mod/mail.php:365 msgid "" -"Use this form to import existing posts and content from an export file." -msgstr "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación." +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente." + +#: ../../mod/mail.php:369 +msgid "Send Reply" +msgstr "Responder" + +#: ../../mod/mail.php:374 +#, php-format +msgid "Your message for %s (%s):" +msgstr "Su mensaje para %s (%s):" + +#: ../../mod/manage.php:130 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Ha creado %1$.0f de %2$.0f canales permitidos." + +#: ../../mod/manage.php:138 +msgid "Create a new channel" +msgstr "Crear un nuevo canal" + +#: ../../mod/manage.php:163 +msgid "Current Channel" +msgstr "Canal actual" + +#: ../../mod/manage.php:165 +msgid "Switch to one of your channels by selecting it." +msgstr "Cambiar a uno de sus canales seleccionándolo." + +#: ../../mod/manage.php:166 +msgid "Default Channel" +msgstr "Canal principal" + +#: ../../mod/manage.php:167 +msgid "Make Default" +msgstr "Convertir en predeterminado" + +#: ../../mod/manage.php:170 +#, php-format +msgid "%d new messages" +msgstr "%d mensajes nuevos" + +#: ../../mod/manage.php:171 +#, php-format +msgid "%d new introductions" +msgstr "%d nuevas isolicitudes de conexión" + +#: ../../mod/manage.php:173 +msgid "Delegated Channels" +msgstr "Canales delegados" + +#: ../../mod/match.php:22 +msgid "Profile Match" +msgstr "Perfil compatible" + +#: ../../mod/match.php:31 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal." + +#: ../../mod/match.php:63 +msgid "is interested in:" +msgstr "está interesado en:" + +#: ../../mod/match.php:70 +msgid "No matches" +msgstr "No se han encontrado perfiles compatibles" + +#: ../../mod/menu.php:45 +msgid "Unable to update menu." +msgstr "No se puede actualizar el menú." + +#: ../../mod/menu.php:56 +msgid "Unable to create menu." +msgstr "No se puede crear el menú." + +#: ../../mod/menu.php:94 ../../mod/menu.php:106 +msgid "Menu Name" +msgstr "Nombre del menú" + +#: ../../mod/menu.php:94 +msgid "Unique name (not visible on webpage) - required" +msgstr "Nombre único (no será visible en la página web) - requerido" + +#: ../../mod/menu.php:95 ../../mod/menu.php:107 +msgid "Menu Title" +msgstr "TÃtulo del menú" + +#: ../../mod/menu.php:95 +msgid "Visible on webpage - leave empty for no title" +msgstr "Visible en la página web - no ponga nada si no desea un tÃtulo" + +#: ../../mod/menu.php:96 +msgid "Allow Bookmarks" +msgstr "Permitir marcadores" + +#: ../../mod/menu.php:96 ../../mod/menu.php:153 +msgid "Menu may be used to store saved bookmarks" +msgstr "El menú se puede usar para guardar marcadores" + +#: ../../mod/menu.php:97 ../../mod/menu.php:155 +msgid "Submit and proceed" +msgstr "Enviar y proceder" + +#: ../../mod/menu.php:109 +msgid "Drop" +msgstr "Eliminar" + +#: ../../mod/menu.php:113 +msgid "Bookmarks allowed" +msgstr "Marcadores permitidos" + +#: ../../mod/menu.php:115 +msgid "Delete this menu" +msgstr "Borrar este menú" + +#: ../../mod/menu.php:116 ../../mod/menu.php:150 +msgid "Edit menu contents" +msgstr "Editar los contenidos del menú" + +#: ../../mod/menu.php:117 +msgid "Edit this menu" +msgstr "Modificar este menú" + +#: ../../mod/menu.php:132 +msgid "Menu could not be deleted." +msgstr "El menú no puede ser eliminado." + +#: ../../mod/menu.php:140 ../../mod/mitem.php:24 +msgid "Menu not found." +msgstr "Menú no encontrado" + +#: ../../mod/menu.php:145 +msgid "Edit Menu" +msgstr "Modificar el menú" + +#: ../../mod/menu.php:149 +msgid "Add or remove entries to this menu" +msgstr "Añadir o quitar entradas en este menú" + +#: ../../mod/menu.php:151 +msgid "Menu name" +msgstr "Nombre del menú" + +#: ../../mod/menu.php:151 +msgid "Must be unique, only seen by you" +msgstr "Debe ser único, solo será visible para usted" + +#: ../../mod/menu.php:152 +msgid "Menu title" +msgstr "TÃtulo del menú" + +#: ../../mod/menu.php:152 +msgid "Menu title as seen by others" +msgstr "El tÃtulo del menú tal como será visto por los demás" + +#: ../../mod/menu.php:153 +msgid "Allow bookmarks" +msgstr "Permitir marcadores" + +#: ../../mod/menu.php:162 ../../mod/mitem.php:116 ../../mod/xchan.php:37 +msgid "Not found." +msgstr "No encontrado." + +#: ../../mod/mitem.php:48 +msgid "Unable to create element." +msgstr "Imposible crear el elemento." + +#: ../../mod/mitem.php:72 +msgid "Unable to update menu element." +msgstr "No es posible actualizar el elemento del menú." + +#: ../../mod/mitem.php:88 +msgid "Unable to add menu element." +msgstr "No es posible añadir el elemento al menú" + +#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 +msgid "Menu Item Permissions" +msgstr "Permisos del elemento del menú" + +#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1059 +msgid "(click to open/close)" +msgstr "(pulsar para abrir o cerrar)" + +#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 +msgid "Link Name" +msgstr "Nombre del enlace" + +#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 +msgid "Link or Submenu Target" +msgstr "Destino del enlace o submenú" + +#: ../../mod/mitem.php:153 +msgid "Enter URL of the link or select a menu name to create a submenu" +msgstr "Introducir la dirección del enlace o seleccionar el nombre de un submenú" + +#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 +msgid "Use magic-auth if available" +msgstr "Usar la autenticación mágica si está disponible" + +#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 +msgid "Open link in new window" +msgstr "Abrir el enlace en una nueva ventana" + +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Order in list" +msgstr "Orden en la lista" + +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Los números más altos irán al final de la lista" + +#: ../../mod/mitem.php:157 +msgid "Submit and finish" +msgstr "Enviar y terminar" + +#: ../../mod/mitem.php:158 +msgid "Submit and continue" +msgstr "Enviar y continuar" + +#: ../../mod/mitem.php:166 +msgid "Menu:" +msgstr "Menú:" + +#: ../../mod/mitem.php:169 +msgid "Link Target" +msgstr "Destino del enlace" + +#: ../../mod/mitem.php:172 +msgid "Edit menu" +msgstr "Editar menú" + +#: ../../mod/mitem.php:175 +msgid "Edit element" +msgstr "Editar el elemento" + +#: ../../mod/mitem.php:176 +msgid "Drop element" +msgstr "Eliminar el elemento" + +#: ../../mod/mitem.php:177 +msgid "New element" +msgstr "Nuevo elemento" + +#: ../../mod/mitem.php:178 +msgid "Edit this menu container" +msgstr "Modificar el contenedor del menú" + +#: ../../mod/mitem.php:179 +msgid "Add menu element" +msgstr "Añadir un elemento al menú" + +#: ../../mod/mitem.php:180 +msgid "Delete this menu item" +msgstr "Eliminar este elemento del menú" + +#: ../../mod/mitem.php:181 +msgid "Edit this menu item" +msgstr "Modificar este elemento del menú" + +#: ../../mod/mitem.php:198 +msgid "Menu item not found." +msgstr "Este elemento del menú no se ha encontrado" + +#: ../../mod/mitem.php:211 +msgid "Menu item deleted." +msgstr "Este elemento del menú ha sido borrado" + +#: ../../mod/mitem.php:213 +msgid "Menu item could not be deleted." +msgstr "Este elemento del menú no puede ser borrado." + +#: ../../mod/mitem.php:220 +msgid "Edit Menu Element" +msgstr "Editar elemento del menú" + +#: ../../mod/mitem.php:226 +msgid "Link text" +msgstr "Texto del enlace" + +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "Describir su estado de ánimo para comunicárselo a sus amigos" #: ../../mod/network.php:91 msgid "No such group" @@ -6618,870 +6185,1801 @@ msgid "Search Results For:" msgstr "Buscar resultados para:" #: ../../mod/network.php:207 -msgid "Collection is empty" -msgstr "La colección está vacÃa" +msgid "Privacy group is empty" +msgstr "El grupo de canales está vacÃo" #: ../../mod/network.php:216 -msgid "Collection: " -msgstr "Colección:" +msgid "Privacy group: " +msgstr "Grupo de canales:" #: ../../mod/network.php:242 msgid "Invalid connection." msgstr "Conexión no válida." -#: ../../mod/pdledit.php:13 +#: ../../mod/new_channel.php:130 +msgid "Add a Channel" +msgstr "Añadir un canal" + +#: ../../mod/new_channel.php:131 +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 "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita." + +#: ../../mod/new_channel.php:133 ../../mod/register.php:246 +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +msgid "Channel Name" +msgstr "Nombre del canal" + +#: ../../mod/new_channel.php:134 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Ejemplos: \"Juan GarcÃa\", \"Isabel y sus caballos\", \"Fútbol\", \"Grupo de parapente\" " + +#: ../../mod/new_channel.php:135 ../../mod/register.php:248 +msgid "Choose a short nickname" +msgstr "Elija un alias corto" + +#: ../../mod/new_channel.php:137 ../../mod/register.php:249 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros." + +#: ../../mod/new_channel.php:138 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "O <a href=\"import\">importar un canal existente</a> de otro lugar" + +#: ../../mod/new_channel.php:140 ../../mod/register.php:251 +msgid "" +"Please choose a channel type (such as social networking or community forum) " +"and privacy requirements so we can select the best permissions for you" +msgstr "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, asà podremos seleccionar el mejor conjunto de permisos para usted" + +#: ../../mod/new_channel.php:141 ../../mod/register.php:252 +msgid "Channel Type" +msgstr "Tipo de canal" + +#: ../../mod/new_channel.php:141 ../../mod/register.php:252 +msgid "Read more about roles" +msgstr "Leer más sobre los roles" + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Petición inválida del identificador." + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Descartar" + +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "No hay más notificaciones del sistema" + +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "Notificaciones de sistema" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "No se puede encontrar su servidor." + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Enviado con éxito." + +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "Error del protocolo OpenID. Ningún ID recibido como respuesta." + +#: ../../mod/page.php:126 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " +"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam," +" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " +"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " +"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " +"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." + +#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 +msgid "This setting requires special processing and editing has been blocked." +msgstr "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada." + +#: ../../mod/pconfig.php:49 +msgid "Configuration Editor" +msgstr "Editor de configuración" + +#: ../../mod/pconfig.php:50 +msgid "" +"Warning: Changing some settings could render your channel inoperable. Please" +" leave this page unless you are comfortable with and knowledgeable about how" +" to correctly use this feature." +msgstr "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta caracterÃstica." + +#: ../../mod/pdledit.php:14 msgid "Layout updated." msgstr "Formato actualizado" -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +#: ../../mod/pdledit.php:29 ../../mod/pdledit.php:54 msgid "Edit System Page Description" msgstr "Editor del Sistema de Descripción de Páginas" -#: ../../mod/pdledit.php:48 +#: ../../mod/pdledit.php:49 msgid "Layout not found." msgstr "Formato no encontrado" -#: ../../mod/pdledit.php:54 +#: ../../mod/pdledit.php:55 msgid "Module Name:" msgstr "Nombre del módulo:" -#: ../../mod/pdledit.php:55 +#: ../../mod/pdledit.php:56 msgid "Layout Help" msgstr "Ayuda para el diseño de la página" -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Se ha superado el lÃmite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana." +#: ../../mod/photos.php:79 +msgid "Page owner information could not be retrieved." +msgstr "La información del propietario de la página no pudo ser recuperada." -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado." +#: ../../mod/photos.php:100 +msgid "Album not found." +msgstr "Ãlbum no encontrado." -#: ../../mod/register.php:84 -msgid "Passwords do not match." -msgstr "Las contraseñas no coinciden." +#: ../../mod/photos.php:127 +msgid "Delete Album" +msgstr "Borrar álbum" -#: ../../mod/register.php:117 -msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "Registro realizado con éxito. Por favor, compruebe su correo electrónico para ver las instrucciones para validarlo." +#: ../../mod/photos.php:171 ../../mod/photos.php:1020 +msgid "Delete Photo" +msgstr "Borrar foto" -#: ../../mod/register.php:123 -msgid "Your registration is pending approval by the site owner." -msgstr "Su registro está pendiente de aprobación por el propietario del sitio." +#: ../../mod/photos.php:501 +msgid "No photos selected" +msgstr "No hay fotos seleccionadas" -#: ../../mod/register.php:126 -msgid "Your registration can not be processed." -msgstr "Su registro no puede ser procesado." +#: ../../mod/photos.php:550 +msgid "Access to this item is restricted." +msgstr "El acceso a este elemento está restringido." -#: ../../mod/register.php:163 -msgid "Registration on this site/hub is by approval only." -msgstr "El registro en este servidor/hub está sometido a aprobación previa." +#: ../../mod/photos.php:589 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado." -#: ../../mod/register.php:164 -msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" -msgstr "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>" +#: ../../mod/photos.php:592 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "%1$.2f MB de almacenamiento de fotos utilizado." -#: ../../mod/register.php:174 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Este sitio ha excedido el lÃmite de inscripción diaria de cuentas. Por favor, inténtelo de nuevo mañana." +#: ../../mod/photos.php:628 +msgid "Upload Photos" +msgstr "Subir fotos" -#: ../../mod/register.php:185 -msgid "Terms of Service" -msgstr "Términos del servicio" +#: ../../mod/photos.php:632 +msgid "Enter an album name" +msgstr "Introducir un nombre de álbum" -#: ../../mod/register.php:191 -#, php-format -msgid "I accept the %s for this website" -msgstr "Acepto los %s de este sitio" +#: ../../mod/photos.php:633 +msgid "or select an existing album (doubleclick)" +msgstr "o seleccionar uno existente (doble click)" -#: ../../mod/register.php:193 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Tengo más de 13 años de edad y acepto los %s de este sitio" +#: ../../mod/photos.php:634 +msgid "Create a status post for this upload" +msgstr "Crear un mensaje de estado para esta subida" -#: ../../mod/register.php:207 ../../mod/admin.php:443 -msgid "Registration" -msgstr "Registro" +#: ../../mod/photos.php:635 +msgid "Caption (optional):" +msgstr "TÃtulo (opcional):" -#: ../../mod/register.php:212 -msgid "Membership on this site is by invitation only." -msgstr "Para registrarse en este sitio es necesaria una invitación." +#: ../../mod/photos.php:636 +msgid "Description (optional):" +msgstr "Descripción (opcional):" -#: ../../mod/register.php:213 -msgid "Please enter your invitation code" -msgstr "Por favor, introduzca el código de su invitación" +#: ../../mod/photos.php:663 +msgid "Album name could not be decoded" +msgstr "El nombre del álbum no ha podido ser descifrado" -#: ../../mod/register.php:216 -msgid "Your email address" -msgstr "Su dirección de correo electrónico" +#: ../../mod/photos.php:711 ../../mod/photos.php:1250 +#: ../../mod/photos.php:1267 +msgid "Contact Photos" +msgstr "Fotos de contacto" -#: ../../mod/register.php:217 -msgid "Choose a password" -msgstr "Elija una contraseña" +#: ../../mod/photos.php:734 +msgid "Show Newest First" +msgstr "Mostrar lo más reciente primero" -#: ../../mod/register.php:218 -msgid "Please re-enter your password" -msgstr "Por favor, vuelva a escribir su contraseña" +#: ../../mod/photos.php:736 +msgid "Show Oldest First" +msgstr "Mostrar lo más antiguo primero" + +#: ../../mod/photos.php:838 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permiso denegado. El acceso a este elemento puede estar restringido." + +#: ../../mod/photos.php:840 +msgid "Photo not available" +msgstr "Foto no disponible" + +#: ../../mod/photos.php:898 +msgid "Use as profile photo" +msgstr "Usar como foto del perfil" + +#: ../../mod/photos.php:905 +msgid "Private Photo" +msgstr "Foto privada" + +#: ../../mod/photos.php:920 +msgid "View Full Size" +msgstr "Ver tamaño completo" + +#: ../../mod/photos.php:965 ../../mod/tagrm.php:133 +msgid "Remove" +msgstr "Eliminar" + +#: ../../mod/photos.php:999 +msgid "Edit photo" +msgstr "Editar foto" + +#: ../../mod/photos.php:1001 +msgid "Rotate CW (right)" +msgstr "Girar CW (a la derecha)" + +#: ../../mod/photos.php:1002 +msgid "Rotate CCW (left)" +msgstr "Girar CCW (a la izquierda)" -#: ../../mod/admin.php:52 +#: ../../mod/photos.php:1005 +msgid "Enter a new album name" +msgstr "Introducir un nuevo nombre de álbum" + +#: ../../mod/photos.php:1006 +msgid "or select an existing one (doubleclick)" +msgstr "o seleccionar uno (doble click) existente" + +#: ../../mod/photos.php:1009 +msgid "Caption" +msgstr "TÃtulo" + +#: ../../mod/photos.php:1011 +msgid "Add a Tag" +msgstr "Añadir una etiqueta" + +#: ../../mod/photos.php:1015 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com" + +#: ../../mod/photos.php:1018 +msgid "Flag as adult in album view" +msgstr "Marcar como \"solo para adultos\" en el álbum" + +#: ../../mod/photos.php:1210 +msgid "In This Photo:" +msgstr "En esta foto:" + +#: ../../mod/photos.php:1215 +msgid "Map" +msgstr "Mapa" + +#: ../../mod/photos.php:1306 +msgid "View Album" +msgstr "Ver álbum" + +#: ../../mod/photos.php:1317 ../../mod/photos.php:1330 +#: ../../mod/photos.php:1331 +msgid "Recent Photos" +msgstr "Fotos recientes" + +#: ../../mod/admin.php:54 msgid "Theme settings updated." msgstr "Ajustes del tema actualizados." -#: ../../mod/admin.php:160 +#: ../../mod/admin.php:174 msgid "# Accounts" msgstr "# Cuentas" -#: ../../mod/admin.php:161 +#: ../../mod/admin.php:175 msgid "# blocked accounts" msgstr "# cuentas bloqueadas" -#: ../../mod/admin.php:162 +#: ../../mod/admin.php:176 msgid "# expired accounts" msgstr "# cuentas caducadas" -#: ../../mod/admin.php:163 +#: ../../mod/admin.php:177 msgid "# expiring accounts" msgstr "# cuentas que caducan" -#: ../../mod/admin.php:174 +#: ../../mod/admin.php:188 msgid "# Channels" msgstr "# Canales" -#: ../../mod/admin.php:175 +#: ../../mod/admin.php:189 msgid "# primary" msgstr "# primario" -#: ../../mod/admin.php:176 +#: ../../mod/admin.php:190 msgid "# clones" msgstr "# clones" -#: ../../mod/admin.php:182 +#: ../../mod/admin.php:196 msgid "Message queues" msgstr "Mensajes en cola" -#: ../../mod/admin.php:198 ../../mod/admin.php:440 ../../mod/admin.php:539 -#: ../../mod/admin.php:807 ../../mod/admin.php:971 ../../mod/admin.php:1068 -#: ../../mod/admin.php:1108 ../../mod/admin.php:1268 ../../mod/admin.php:1302 -#: ../../mod/admin.php:1387 +#: ../../mod/admin.php:212 ../../mod/admin.php:455 ../../mod/admin.php:669 +#: ../../mod/admin.php:709 ../../mod/admin.php:984 ../../mod/admin.php:1148 +#: ../../mod/admin.php:1263 ../../mod/admin.php:1324 ../../mod/admin.php:1485 +#: ../../mod/admin.php:1519 ../../mod/admin.php:1604 msgid "Administration" msgstr "Administración" -#: ../../mod/admin.php:199 +#: ../../mod/admin.php:213 msgid "Summary" msgstr "Sumario" -#: ../../mod/admin.php:202 +#: ../../mod/admin.php:216 msgid "Registered accounts" msgstr "Cuentas registradas" -#: ../../mod/admin.php:203 ../../mod/admin.php:543 +#: ../../mod/admin.php:217 ../../mod/admin.php:673 msgid "Pending registrations" msgstr "Registros pendientes" -#: ../../mod/admin.php:204 +#: ../../mod/admin.php:218 msgid "Registered channels" msgstr "Canales registrados" -#: ../../mod/admin.php:205 ../../mod/admin.php:544 +#: ../../mod/admin.php:219 ../../mod/admin.php:674 msgid "Active plugins" msgstr "Extensiones activas" -#: ../../mod/admin.php:206 +#: ../../mod/admin.php:220 msgid "Version" msgstr "Versión" -#: ../../mod/admin.php:324 +#: ../../mod/admin.php:339 msgid "Site settings updated." msgstr "Ajustes del sitio actualizados." -#: ../../mod/admin.php:361 ../../mod/settings.php:793 +#: ../../mod/admin.php:376 ../../mod/settings.php:793 msgid "mobile" msgstr "móvil" -#: ../../mod/admin.php:363 +#: ../../mod/admin.php:378 msgid "experimental" msgstr "experimental" -#: ../../mod/admin.php:365 +#: ../../mod/admin.php:380 msgid "unsupported" msgstr "no soportado" -#: ../../mod/admin.php:411 +#: ../../mod/admin.php:426 msgid "Yes - with approval" msgstr "Sà - con aprobación" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:432 msgid "My site is not a public server" msgstr "Mi sitio no es un servidor público" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:433 msgid "My site has paid access only" msgstr "Mi sitio es un servicio de pago" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:434 msgid "My site has free access only" msgstr "Mi sitio es un servicio gratuito" -#: ../../mod/admin.php:420 +#: ../../mod/admin.php:435 msgid "My site offers free accounts with optional paid upgrades" msgstr "Mi sitio ofrece cuentas gratuitas con opciones extra de pago" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:458 ../../mod/register.php:237 +msgid "Registration" +msgstr "Registro" + +#: ../../mod/admin.php:459 msgid "File upload" msgstr "Fichero subido" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:460 msgid "Policies" msgstr "PolÃticas" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:465 msgid "Site name" msgstr "Nombre del sitio" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:466 msgid "Banner/Logo" msgstr "Banner/Logo" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:467 msgid "Administrator Information" msgstr "Información del Administrador" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:467 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Información de contacto de los administradores del sitio. Visible en la página \"siteinfo\". Se puede usar BBCode" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:468 msgid "System language" msgstr "Idioma del sistema" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:469 msgid "System theme" msgstr "Tema gráfico del sistema" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:469 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Tema del sistema por defecto - se puede cambiar por cada perfil de usuario - <a href='#' id='cnftheme'>modificar los ajustes del tema</a>" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:470 msgid "Mobile system theme" msgstr "Tema del sistema para móviles" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:470 msgid "Theme for mobile devices" msgstr "Tema para dispositivos móviles" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:472 msgid "Allow Feeds as Connections" msgstr "Permitir contenidos RSS como conexiones" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:472 msgid "(Heavy system resource usage)" msgstr "(Uso intenso de los recursos del sistema)" -#: ../../mod/admin.php:458 +#: ../../mod/admin.php:473 msgid "Maximum image size" msgstr "Tamaño máximo de la imagen" -#: ../../mod/admin.php:458 +#: ../../mod/admin.php:473 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Tamaño máximo en bytes de la imagen subida. Por defecto, es 0, lo que significa que no hay lÃmites." -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:474 msgid "Does this site allow new member registration?" msgstr "¿Debe este sitio permitir el registro de nuevos miembros?" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:475 +msgid "Invitation only" +msgstr "Solo con una invitación" + +#: ../../mod/admin.php:475 +msgid "" +"Only allow new member registrations with an invitation code. Above register " +"policy must be set to Yes." +msgstr "Solo se permiten inscripciones de nuevos miembros con un código de invitación. Además, deben aceptarse los términos del registro marcando \"SÃ\"." + +#: ../../mod/admin.php:476 msgid "Which best describes the types of account offered by this hub?" msgstr "¿Cómo describirÃa el tipo de servicio ofrecido por este servidor?" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:477 msgid "Register text" msgstr "Texto del registro" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:477 msgid "Will be displayed prominently on the registration page." msgstr "Se mostrará de forma destacada en la página de registro." -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:478 msgid "Site homepage to show visitors (default: login box)" msgstr "Página personal que se mostrará a los visitantes (por defecto: la página de identificación)" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:478 msgid "" "example: 'public' to show public stream, 'page/sys/home' to show a system " "webpage called 'home' or 'include:home.html' to include a file." msgstr "ejemplo: 'public' para mostrar contenido público de los usuarios, 'page/sys/home' para mostrar la página web definida como \"home\" o 'include:home.html' para mostrar el contenido de un fichero." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:479 msgid "Preserve site homepage URL" msgstr "Preservar la dirección de la página personal" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:479 msgid "" "Present the site homepage in a frame at the original location instead of " "redirecting" msgstr "Presenta la página personal del sitio en un marco en la ubicación original, en vez de redirigirla." -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:480 msgid "Accounts abandoned after x days" msgstr "Cuentas abandonadas después de x dÃas" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:480 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Para evitar consumir recursos del sistema intentando poner al dÃa las cuentas abandonadas. Introduzca 0 para no tener lÃmite de tiempo." -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:481 msgid "Allowed friend domains" msgstr "Dominios amigos permitidos" -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:481 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 comas de dominios a los que está permitido establecer relaciones de amistad con este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio." -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:482 msgid "Allowed email domains" msgstr "Se aceptan dominios de correo electrónico" -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:482 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 comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. " -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:483 msgid "Not allowed email domains" msgstr "No se permiten dominios de correo electrónico" -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:483 msgid "" "Comma separated list of domains which are not allowed in email addresses for" " registrations to this site. Wildcards are accepted. Empty to allow any " "domains, unless allowed domains have been defined." msgstr "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado." -#: ../../mod/admin.php:468 -msgid "Block public" -msgstr "Bloquear páginas públicas" - -#: ../../mod/admin.php:468 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Activar para bloquear el acceso a todas las páginas públicas personales en este sitio, salvo que estén identificadas en el sistema." - -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:484 msgid "Verify Email Addresses" msgstr "Verificar las direcciones de correo electrónico" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:484 msgid "" "Check to verify email addresses used in account registration (recommended)." msgstr "Activar para la verificación de la dirección de correo electrónico en el registro de una cuenta (recomendado)." -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:485 msgid "Force publish" msgstr "Forzar la publicación" -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:485 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Intentar forzar todos los perfiles para que sean listados en el directorio de este sitio." -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:486 msgid "Import Public Streams" msgstr "Importar contenido público" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:486 msgid "" "Import and allow access to public content pulled from other sites. Warning: " "this content is unmoderated." msgstr "Importar y permitir acceso al contenido público sacado de otros sitios. Advertencia: este contenido no está moderado, por lo que podrÃa encontrar cosas inapropiadas u ofensivas." -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:487 msgid "login on Homepage" -msgstr "acceso a la página personal" +msgstr "Iniciar sesión en la página personal" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:487 msgid "" "Present a login box to visitors on the home page if no other content has " "been configured." msgstr "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido." -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:489 msgid "Directory Server URL" msgstr "URL del servidor de directorio" -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:489 msgid "Default directory server" msgstr "Servidor de directorio predeterminado" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:491 msgid "Proxy user" msgstr "Usuario del proxy" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:492 msgid "Proxy URL" msgstr "Dirección del proxy" -#: ../../mod/admin.php:478 +#: ../../mod/admin.php:493 msgid "Network timeout" msgstr "Tiempo de espera de la red" -#: ../../mod/admin.php:478 +#: ../../mod/admin.php:493 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valor en segundos. Poner a 0 para que no haya tiempo lÃmite (no recomendado)" -#: ../../mod/admin.php:479 +#: ../../mod/admin.php:494 msgid "Delivery interval" msgstr "Intervalo de entrega" -#: ../../mod/admin.php:479 +#: ../../mod/admin.php:494 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 "Retrasar los procesos de transmisión en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para sitios compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados." -#: ../../mod/admin.php:480 +#: ../../mod/admin.php:495 msgid "Deliveries per process" msgstr "Intentos de envÃo por proceso" -#: ../../mod/admin.php:480 +#: ../../mod/admin.php:495 msgid "" "Number of deliveries to attempt in a single operating system process. Adjust" " if necessary to tune system performance. Recommend: 1-5." msgstr "Numero de envÃos a intentar en un único proceso del sistema operativo. Ajustar si es necesario mejorar el rendimiento. Se recomienda: 1-5." -#: ../../mod/admin.php:481 +#: ../../mod/admin.php:496 msgid "Poll interval" -msgstr "Intervalo de sondeo" +msgstr "Intervalo máximo de tiempo entre dos mensajes sucesivos" -#: ../../mod/admin.php:481 +#: ../../mod/admin.php:496 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." -msgstr "Retrasar el sondeo en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de transmisión." +msgstr "Retrasar el intervalo de envÃo en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de entrega." -#: ../../mod/admin.php:482 +#: ../../mod/admin.php:497 msgid "Maximum Load Average" msgstr "Carga media máxima" -#: ../../mod/admin.php:482 +#: ../../mod/admin.php:497 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." -msgstr "Carga máxima del sistema antes de que los procesos de transmisión y sondeo se hayan retardado - por defecto, 50." +msgstr "Carga máxima del sistema antes de que los procesos de entrega y envÃo se hayan retardado - por defecto, 50." -#: ../../mod/admin.php:483 -msgid "Expiration period in days for imported (matrix/network) content" -msgstr "Periodo de caducidad en dÃas para el contenido importado (red)" +#: ../../mod/admin.php:498 +msgid "Expiration period in days for imported (grid/network) content" +msgstr "Caducidad del contenido importado de otros sitios (en dÃas)" -#: ../../mod/admin.php:483 +#: ../../mod/admin.php:498 msgid "0 for no expiration of imported content" msgstr "0 para que no caduque el contenido importado" -#: ../../mod/admin.php:531 +#: ../../mod/admin.php:635 ../../mod/admin.php:636 ../../mod/settings.php:717 +msgid "Off" +msgstr "Desactivado" + +#: ../../mod/admin.php:635 ../../mod/admin.php:636 ../../mod/settings.php:717 +msgid "On" +msgstr "Activado" + +#: ../../mod/admin.php:636 +#, php-format +msgid "Lock feature %s" +msgstr "Bloquear la funcionalidad %s" + +#: ../../mod/admin.php:644 +msgid "Manage Additional Features" +msgstr "Gestionar las funcionalidades" + +#: ../../mod/admin.php:661 msgid "No server found" msgstr "Servidor no encontrado" -#: ../../mod/admin.php:538 ../../mod/admin.php:821 +#: ../../mod/admin.php:668 ../../mod/admin.php:998 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:538 +#: ../../mod/admin.php:668 msgid "for channel" msgstr "por canal" -#: ../../mod/admin.php:538 +#: ../../mod/admin.php:668 msgid "on server" msgstr "en el servidor" -#: ../../mod/admin.php:538 -msgid "Status" -msgstr "Estado" - -#: ../../mod/admin.php:540 +#: ../../mod/admin.php:670 msgid "Server" msgstr "Servidor" -#: ../../mod/admin.php:557 +#: ../../mod/admin.php:712 +msgid "Block public" +msgstr "Bloquear páginas públicas" + +#: ../../mod/admin.php:712 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently authenticated." +msgstr "Habilitar para impedir ver las páginas personales de este sitio a quien no esté actualmente autenticado." + +#: ../../mod/admin.php:713 +msgid "Allow communications only from these sites" +msgstr "Permitir la comunicación solo desde estos sitios" + +#: ../../mod/admin.php:713 +msgid "" +"One site per line. Leave empty to allow communication from anywhere by " +"default" +msgstr "Un sitio por lÃnea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera" + +#: ../../mod/admin.php:714 +msgid "Block communications from these sites" +msgstr "Bloquear la comunicación desde estos sitios" + +#: ../../mod/admin.php:715 +msgid "Allow communications only from these channels" +msgstr "Permitir la comunicación solo desde estos canales" + +#: ../../mod/admin.php:715 +msgid "" +"One channel (hash) per line. Leave empty to allow from any channel by " +"default" +msgstr "Un canal (hash) por lÃnea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera" + +#: ../../mod/admin.php:716 +msgid "Block communications from these channels" +msgstr "Bloquear la comunicación desde estos canales" + +#: ../../mod/admin.php:717 +msgid "Allow embedded HTML content only from these domains" +msgstr "Permitir contenido con HTML incorporado solo desde estos dominios" + +#: ../../mod/admin.php:717 +msgid "One site per line. Leave empty to allow from any site by default" +msgstr "Un sitio por lÃnea. Dejar en blanco para permitirlo por defecto desde cualquier sitio" + +#: ../../mod/admin.php:718 +msgid "Block embedded HTML from these domains" +msgstr "Bloquear contenido con HTML incorporado desde estos dominios" + +#: ../../mod/admin.php:720 +msgid "Cooperative embed security" +msgstr "Seguridad cooperativa incorporada" + +#: ../../mod/admin.php:720 +msgid "Enable to share embed security with other compatible sites/hubs" +msgstr "Habilitar la compartición de seguridad incorporada con otros sitios compatibles" + +#: ../../mod/admin.php:735 msgid "Update has been marked successful" msgstr "La actualización ha sido marcada como exitosa" -#: ../../mod/admin.php:567 +#: ../../mod/admin.php:745 #, php-format msgid "Executing %s failed. Check system logs." msgstr "La ejecución de %s ha fallado. Mirar en los informes del sistema." -#: ../../mod/admin.php:570 +#: ../../mod/admin.php:748 #, php-format msgid "Update %s was successfully applied." msgstr "La actualización de %s se ha realizado exitosamente." -#: ../../mod/admin.php:574 +#: ../../mod/admin.php:752 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "La actualización de %s no ha devuelto ningún estado. No se sabe si ha tenido éxito." -#: ../../mod/admin.php:577 +#: ../../mod/admin.php:755 #, php-format msgid "Update function %s could not be found." msgstr "No se encuentra la función de actualización de %s." -#: ../../mod/admin.php:593 +#: ../../mod/admin.php:771 msgid "No failed updates." msgstr "No ha fallado ninguna actualización." -#: ../../mod/admin.php:597 +#: ../../mod/admin.php:775 msgid "Failed Updates" msgstr "Han fallado las actualizaciones" -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:777 msgid "Mark success (if update was manually applied)" msgstr "Marcar como exitosa (si la actualización se ha hecho manualmente)" -#: ../../mod/admin.php:600 +#: ../../mod/admin.php:778 msgid "Attempt to execute this update step automatically" msgstr "Intentar ejecutar este paso de actualización automáticamente" -#: ../../mod/admin.php:632 +#: ../../mod/admin.php:809 msgid "Queue Statistics" msgstr "EstadÃsticas de la cola" -#: ../../mod/admin.php:633 +#: ../../mod/admin.php:810 msgid "Total Entries" msgstr "Total de entradas" -#: ../../mod/admin.php:634 +#: ../../mod/admin.php:811 msgid "Priority" msgstr "Prioridad" -#: ../../mod/admin.php:635 +#: ../../mod/admin.php:812 msgid "Destination URL" msgstr "Dirección de destino" -#: ../../mod/admin.php:636 +#: ../../mod/admin.php:813 msgid "Mark hub permanently offline" msgstr "Marcar el servidor como permanentemente fuera de lÃnea" -#: ../../mod/admin.php:637 +#: ../../mod/admin.php:814 msgid "Empty queue for this hub" msgstr "Vaciar la cola para este servidor" -#: ../../mod/admin.php:638 +#: ../../mod/admin.php:815 msgid "Last known contact" msgstr "Último contacto conocido" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:851 #, php-format msgid "%s account blocked/unblocked" msgid_plural "%s account blocked/unblocked" msgstr[0] "%s cuenta bloqueada/desbloqueada" msgstr[1] "%s cuenta bloqueada/desbloqueada" -#: ../../mod/admin.php:682 +#: ../../mod/admin.php:859 #, php-format msgid "%s account deleted" msgid_plural "%s accounts deleted" msgstr[0] "%s cuentas eliminadas" msgstr[1] "%s cuentas eliminadas" -#: ../../mod/admin.php:718 +#: ../../mod/admin.php:895 msgid "Account not found" msgstr "Cuenta no encontrada" -#: ../../mod/admin.php:730 +#: ../../mod/admin.php:907 #, php-format msgid "Account '%s' deleted" msgstr "La cuenta '%s' ha sido eliminada" -#: ../../mod/admin.php:738 +#: ../../mod/admin.php:915 #, php-format msgid "Account '%s' blocked" msgstr "La cuenta '%s' ha sido bloqueada" -#: ../../mod/admin.php:746 +#: ../../mod/admin.php:923 #, php-format msgid "Account '%s' unblocked" msgstr "La cuenta '%s' ha sido desbloqueada" -#: ../../mod/admin.php:808 ../../mod/admin.php:820 +#: ../../mod/admin.php:985 ../../mod/admin.php:997 msgid "Users" msgstr "Usuarios" -#: ../../mod/admin.php:810 ../../mod/admin.php:974 +#: ../../mod/admin.php:987 ../../mod/admin.php:1151 msgid "select all" msgstr "seleccionar todo" -#: ../../mod/admin.php:811 +#: ../../mod/admin.php:988 msgid "User registrations waiting for confirm" msgstr "Registros de usuario en espera de aprobación" -#: ../../mod/admin.php:812 +#: ../../mod/admin.php:989 msgid "Request date" msgstr "Fecha de solicitud" -#: ../../mod/admin.php:813 +#: ../../mod/admin.php:990 msgid "No registrations." msgstr "Sin registros." -#: ../../mod/admin.php:815 +#: ../../mod/admin.php:992 msgid "Deny" msgstr "Rechazar" -#: ../../mod/admin.php:821 +#: ../../mod/admin.php:998 msgid "Register date" msgstr "Fecha de registro" -#: ../../mod/admin.php:821 +#: ../../mod/admin.php:998 msgid "Last login" msgstr "Último acceso" -#: ../../mod/admin.php:821 +#: ../../mod/admin.php:998 msgid "Expires" msgstr "Caduca" -#: ../../mod/admin.php:821 +#: ../../mod/admin.php:998 msgid "Service Class" msgstr "Clase de servicio" -#: ../../mod/admin.php:823 +#: ../../mod/admin.php:1000 msgid "" "Selected accounts will be deleted!\\n\\nEverything these accounts had posted" " on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "¡Las cuentas seleccionadas van a ser eliminadas!\\n\\n¡Todo lo que estas cuentas han publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?" -#: ../../mod/admin.php:824 +#: ../../mod/admin.php:1001 msgid "" "The account {0} will be deleted!\\n\\nEverything this account has posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "¡La cuenta {0} va a ser eliminada!\\n\\n¡Todo lo que esta cuenta ha publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?" -#: ../../mod/admin.php:860 +#: ../../mod/admin.php:1037 #, php-format msgid "%s channel censored/uncensored" msgid_plural "%s channels censored/uncensored" msgstr[0] "%s canales censurados/no censurados" msgstr[1] "%s canales censurados/no censurados" -#: ../../mod/admin.php:869 +#: ../../mod/admin.php:1046 #, php-format msgid "%s channel code allowed/disallowed" msgid_plural "%s channels code allowed/disallowed" msgstr[0] "%s código permitido/no permitido al canal" msgstr[1] "%s código permitido/no permitido al canal" -#: ../../mod/admin.php:876 +#: ../../mod/admin.php:1053 #, php-format msgid "%s channel deleted" msgid_plural "%s channels deleted" msgstr[0] "%s canales eliminados" msgstr[1] "%s canales eliminados" -#: ../../mod/admin.php:896 +#: ../../mod/admin.php:1073 msgid "Channel not found" msgstr "Canal no encontrado" -#: ../../mod/admin.php:907 +#: ../../mod/admin.php:1084 #, php-format msgid "Channel '%s' deleted" msgstr "Canal '%s' eliminado" -#: ../../mod/admin.php:919 +#: ../../mod/admin.php:1096 #, php-format msgid "Channel '%s' censored" msgstr "Canal '%s' censurado" -#: ../../mod/admin.php:919 +#: ../../mod/admin.php:1096 #, php-format msgid "Channel '%s' uncensored" msgstr "Canal '%s' no censurado" -#: ../../mod/admin.php:930 +#: ../../mod/admin.php:1107 #, php-format msgid "Channel '%s' code allowed" msgstr "Código permitido al canal '%s'" -#: ../../mod/admin.php:930 +#: ../../mod/admin.php:1107 #, php-format msgid "Channel '%s' code disallowed" msgstr "Código no permitido al canal '%s'" -#: ../../mod/admin.php:976 +#: ../../mod/admin.php:1153 msgid "Censor" msgstr "Censurar" -#: ../../mod/admin.php:977 +#: ../../mod/admin.php:1154 msgid "Uncensor" msgstr "No censurar" -#: ../../mod/admin.php:978 +#: ../../mod/admin.php:1155 msgid "Allow Code" msgstr "Permitir código" -#: ../../mod/admin.php:979 +#: ../../mod/admin.php:1156 msgid "Disallow Code" msgstr "No permitir código" -#: ../../mod/admin.php:981 +#: ../../mod/admin.php:1158 msgid "UID" msgstr "UID" -#: ../../mod/admin.php:983 +#: ../../mod/admin.php:1158 ../../mod/profiles.php:457 +msgid "Address" +msgstr "Dirección" + +#: ../../mod/admin.php:1160 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 "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?" -#: ../../mod/admin.php:984 +#: ../../mod/admin.php:1161 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 "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?" -#: ../../mod/admin.php:1024 +#: ../../mod/admin.php:1218 #, php-format msgid "Plugin %s disabled." msgstr "Extensión %s desactivada." -#: ../../mod/admin.php:1028 +#: ../../mod/admin.php:1222 #, php-format msgid "Plugin %s enabled." msgstr "Extensión %s activada." -#: ../../mod/admin.php:1038 ../../mod/admin.php:1241 +#: ../../mod/admin.php:1232 ../../mod/admin.php:1458 msgid "Disable" msgstr "Desactivar" -#: ../../mod/admin.php:1041 ../../mod/admin.php:1243 +#: ../../mod/admin.php:1235 ../../mod/admin.php:1460 msgid "Enable" msgstr "Activar" -#: ../../mod/admin.php:1070 ../../mod/admin.php:1270 +#: ../../mod/admin.php:1265 ../../mod/admin.php:1487 msgid "Toggle" msgstr "Cambiar" -#: ../../mod/admin.php:1078 ../../mod/admin.php:1280 +#: ../../mod/admin.php:1273 ../../mod/admin.php:1497 msgid "Author: " msgstr "Autor:" -#: ../../mod/admin.php:1079 ../../mod/admin.php:1281 +#: ../../mod/admin.php:1274 ../../mod/admin.php:1498 msgid "Maintainer: " msgstr "Mantenedor:" -#: ../../mod/admin.php:1206 +#: ../../mod/admin.php:1275 +msgid "Minimum project version: " +msgstr "Versión mÃnima del proyecto:" + +#: ../../mod/admin.php:1276 +msgid "Maximum project version: " +msgstr "Versión máxima del proyecto:" + +#: ../../mod/admin.php:1277 +msgid "Minimum PHP version: " +msgstr "Versión mÃnima de PHP:" + +#: ../../mod/admin.php:1279 ../../mod/admin.php:1330 +msgid "Disabled - version incompatibility" +msgstr "Deshabilitado - versiones incompatibles" + +#: ../../mod/admin.php:1423 msgid "No themes found." msgstr "No se han encontrado temas." -#: ../../mod/admin.php:1262 +#: ../../mod/admin.php:1479 msgid "Screenshot" msgstr "Instantánea de pantalla" -#: ../../mod/admin.php:1308 +#: ../../mod/admin.php:1525 msgid "[Experimental]" msgstr "[Experimental]" -#: ../../mod/admin.php:1309 +#: ../../mod/admin.php:1526 msgid "[Unsupported]" msgstr "[No soportado]" -#: ../../mod/admin.php:1333 +#: ../../mod/admin.php:1550 msgid "Log settings updated." msgstr "Actualizado el informe de configuraciones." -#: ../../mod/admin.php:1390 +#: ../../mod/admin.php:1607 msgid "Clear" msgstr "Vaciar" -#: ../../mod/admin.php:1396 +#: ../../mod/admin.php:1613 msgid "Debugging" msgstr "Depuración" -#: ../../mod/admin.php:1397 +#: ../../mod/admin.php:1614 msgid "Log file" msgstr "Fichero de informe" -#: ../../mod/admin.php:1397 +#: ../../mod/admin.php:1614 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio de instalación de Hubzilla." -#: ../../mod/admin.php:1398 +#: ../../mod/admin.php:1615 msgid "Log level" msgstr "Nivel de depuración" -#: ../../mod/admin.php:1444 +#: ../../mod/admin.php:1661 msgid "New Profile Field" msgstr "Nuevo campo en el perfil" -#: ../../mod/admin.php:1445 ../../mod/admin.php:1465 +#: ../../mod/admin.php:1662 ../../mod/admin.php:1682 msgid "Field nickname" msgstr "Alias del campo" -#: ../../mod/admin.php:1445 ../../mod/admin.php:1465 +#: ../../mod/admin.php:1662 ../../mod/admin.php:1682 msgid "System name of field" msgstr "Nombre del campo en el sistema" -#: ../../mod/admin.php:1446 ../../mod/admin.php:1466 +#: ../../mod/admin.php:1663 ../../mod/admin.php:1683 msgid "Input type" msgstr "Tipo de entrada" -#: ../../mod/admin.php:1447 ../../mod/admin.php:1467 +#: ../../mod/admin.php:1664 ../../mod/admin.php:1684 msgid "Field Name" msgstr "Nombre del campo" -#: ../../mod/admin.php:1447 ../../mod/admin.php:1467 +#: ../../mod/admin.php:1664 ../../mod/admin.php:1684 msgid "Label on profile pages" msgstr "Etiqueta a mostrar en la página del perfil" -#: ../../mod/admin.php:1448 ../../mod/admin.php:1468 +#: ../../mod/admin.php:1665 ../../mod/admin.php:1685 msgid "Help text" msgstr "Texto de ayuda" -#: ../../mod/admin.php:1448 ../../mod/admin.php:1468 +#: ../../mod/admin.php:1665 ../../mod/admin.php:1685 msgid "Additional info (optional)" msgstr "Información adicional (opcional)" -#: ../../mod/admin.php:1458 +#: ../../mod/admin.php:1675 msgid "Field definition not found" msgstr "Definición del campo no encontrada" -#: ../../mod/admin.php:1464 +#: ../../mod/admin.php:1681 msgid "Edit Profile Field" msgstr "Modificar el campo del perfil" -#: ../../mod/editlayout.php:112 -msgid "Delete layout?" -msgstr "¿Borrar el formato?" +#: ../../mod/poke.php:165 +msgid "Poke somebody" +msgstr "Dar un toque a alguien" -#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124 -msgid "Layout Description (Optional)" -msgstr "Descripción del formato gráfico (opcional)" +#: ../../mod/poke.php:168 +msgid "Poke/Prod" +msgstr "Toque/Incitación" -#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121 -#: ../../mod/layouts.php:179 -msgid "Layout Name" -msgstr "Nombre del formato" +#: ../../mod/poke.php:169 +msgid "Poke, prod or do other things to somebody" +msgstr "Dar un toque, incitar o hacer otras cosas a alguien" -#: ../../mod/editlayout.php:178 -msgid "Edit Layout" -msgstr "Modificar el formato" +#: ../../mod/poke.php:176 +msgid "Recipient" +msgstr "Destinatario" + +#: ../../mod/poke.php:177 +msgid "Choose what you wish to do to recipient" +msgstr "Elegir qué desea enviar al destinatario" + +#: ../../mod/poke.php:180 ../../mod/poke.php:181 +msgid "Make this post private" +msgstr "Convertir en privado este envÃo" + +#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Al intentar obtener la dirección, retorna el error: %1$s" + +#: ../../mod/profile_photo.php:112 ../../mod/cover_photo.php:54 +msgid "Image uploaded but image cropping failed." +msgstr "Imagen actualizada, pero el recorte de la imagen ha fallado. " + +#: ../../mod/profile_photo.php:166 ../../mod/cover_photo.php:150 +msgid "Image resize failed." +msgstr "El ajuste del tamaño de la imagen ha fallado." + +#: ../../mod/profile_photo.php:212 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente." + +#: ../../mod/profile_photo.php:250 ../../mod/cover_photo.php:188 +msgid "Image upload failed." +msgstr "Subida de imagen fallida." + +#: ../../mod/profile_photo.php:269 ../../mod/cover_photo.php:206 +msgid "Unable to process image." +msgstr "No ha sido posible procesar la imagen." + +#: ../../mod/profile_photo.php:297 ../../mod/cover_photo.php:229 +msgid "female" +msgstr "mujer" + +#: ../../mod/profile_photo.php:298 ../../mod/cover_photo.php:230 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "%1$s ha actualizado su %2$s" + +#: ../../mod/profile_photo.php:299 ../../mod/cover_photo.php:231 +msgid "male" +msgstr "hombre" + +#: ../../mod/profile_photo.php:300 ../../mod/cover_photo.php:232 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "%1$s ha actualizado su %2$s" + +#: ../../mod/profile_photo.php:302 ../../mod/cover_photo.php:234 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "%1$s ha actualizado su %2$s" + +#: ../../mod/profile_photo.php:304 +msgid "profile photo" +msgstr "foto del perfil" + +#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409 +#: ../../mod/cover_photo.php:299 ../../mod/cover_photo.php:314 +msgid "Photo not available." +msgstr "Foto no disponible." + +#: ../../mod/profile_photo.php:450 ../../mod/cover_photo.php:350 +msgid "Upload File:" +msgstr "Subir fichero:" + +#: ../../mod/profile_photo.php:451 ../../mod/cover_photo.php:351 +msgid "Select a profile:" +msgstr "Seleccionar un perfil:" + +#: ../../mod/profile_photo.php:452 +msgid "Upload Profile Photo" +msgstr "Subir foto del perfil" + +#: ../../mod/profile_photo.php:457 ../../mod/settings.php:976 +#: ../../mod/cover_photo.php:357 +msgid "or" +msgstr "o" + +#: ../../mod/profile_photo.php:457 ../../mod/cover_photo.php:357 +msgid "skip this step" +msgstr "Omitir este paso" + +#: ../../mod/profile_photo.php:457 ../../mod/cover_photo.php:357 +msgid "select a photo from your photo albums" +msgstr "Seleccione una foto de sus álbumes de fotos" + +#: ../../mod/profile_photo.php:473 ../../mod/cover_photo.php:373 +msgid "Crop Image" +msgstr "Recortar imagen" + +#: ../../mod/profile_photo.php:474 ../../mod/cover_photo.php:374 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Por favor ajuste el recorte de la imagen para una visión óptima." + +#: ../../mod/profile_photo.php:476 ../../mod/cover_photo.php:376 +msgid "Done Editing" +msgstr "Edición completada" + +#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 +#: ../../mod/profiles.php:241 ../../mod/profiles.php:608 +msgid "Profile not found." +msgstr "Perfil no encontrado." + +#: ../../mod/profiles.php:39 +msgid "Profile deleted." +msgstr "Perfil eliminado." + +#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 +msgid "Profile-" +msgstr "Perfil-" + +#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 +msgid "New profile created." +msgstr "El nuevo perfil ha sido creado." + +#: ../../mod/profiles.php:105 +msgid "Profile unavailable to clone." +msgstr "Perfil no disponible para clonar." + +#: ../../mod/profiles.php:146 +msgid "Profile unavailable to export." +msgstr "Perfil no disponible para exportar." + +#: ../../mod/profiles.php:251 +msgid "Profile Name is required." +msgstr "Se necesita el nombre del perfil." + +#: ../../mod/profiles.php:414 +msgid "Marital Status" +msgstr "Estado civil" + +#: ../../mod/profiles.php:418 +msgid "Romantic Partner" +msgstr "Pareja sentimental" + +#: ../../mod/profiles.php:422 +msgid "Likes" +msgstr "Me gusta" + +#: ../../mod/profiles.php:426 +msgid "Dislikes" +msgstr "No me gusta" + +#: ../../mod/profiles.php:430 +msgid "Work/Employment" +msgstr "Trabajo:" + +#: ../../mod/profiles.php:433 +msgid "Religion" +msgstr "Religión" + +#: ../../mod/profiles.php:437 +msgid "Political Views" +msgstr "Ideas polÃticas" + +#: ../../mod/profiles.php:445 +msgid "Sexual Preference" +msgstr "Preferencia sexual" + +#: ../../mod/profiles.php:449 +msgid "Homepage" +msgstr "Página personal" + +#: ../../mod/profiles.php:453 +msgid "Interests" +msgstr "Intereses" + +#: ../../mod/profiles.php:547 +msgid "Profile updated." +msgstr "Perfil actualizado." + +#: ../../mod/profiles.php:634 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "¿Ocultar su lista de contactos a los visitantes de este perfil?" + +#: ../../mod/profiles.php:674 +msgid "Edit Profile Details" +msgstr "Modificar los detalles de este perfil" + +#: ../../mod/profiles.php:676 +msgid "View this profile" +msgstr "Ver este perfil" + +#: ../../mod/profiles.php:678 +msgid "Change Profile Photo" +msgstr "Cambiar la foto del perfil" + +#: ../../mod/profiles.php:679 +msgid "Create a new profile using these settings" +msgstr "Crear un nuevo perfil usando estos ajustes" + +#: ../../mod/profiles.php:680 +msgid "Clone this profile" +msgstr "Clonar este perfil" + +#: ../../mod/profiles.php:681 +msgid "Delete this profile" +msgstr "Eliminar este perfil" + +#: ../../mod/profiles.php:683 +msgid "Import profile from file" +msgstr "Importar perfil desde un fichero" + +#: ../../mod/profiles.php:684 +msgid "Export profile to file" +msgstr "Exportar perfil a un fichero" + +#: ../../mod/profiles.php:685 +msgid "Profile Name:" +msgstr "Nombre del perfil:" + +#: ../../mod/profiles.php:686 +msgid "Your Full Name:" +msgstr "Su nombre completo:" + +#: ../../mod/profiles.php:687 +msgid "Title/Description:" +msgstr "TÃtulo/Descripción:" + +#: ../../mod/profiles.php:688 +msgid "Your Gender:" +msgstr "Su género:" + +#: ../../mod/profiles.php:689 +msgid "Birthday :" +msgstr "Cumpleaños:" + +#: ../../mod/profiles.php:690 +msgid "Street Address:" +msgstr "Calle:" + +#: ../../mod/profiles.php:691 +msgid "Locality/City:" +msgstr "Ciudad:" + +#: ../../mod/profiles.php:692 +msgid "Postal/Zip Code:" +msgstr "Código postal:" + +#: ../../mod/profiles.php:693 +msgid "Country:" +msgstr "PaÃs:" + +#: ../../mod/profiles.php:694 +msgid "Region/State:" +msgstr "Región/Estado:" + +#: ../../mod/profiles.php:695 +msgid "<span class=\"heart\">♥</span> Marital Status:" +msgstr "<span class=\"heart\">♥</span> Estado sentimental:" + +#: ../../mod/profiles.php:696 +msgid "Who: (if applicable)" +msgstr "Quién: (si es aplicable)" + +#: ../../mod/profiles.php:697 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Por ejemplo: ana123, MarÃa González, sara@ejemplo.com" + +#: ../../mod/profiles.php:698 +msgid "Since [date]:" +msgstr "Desde [fecha]:" + +#: ../../mod/profiles.php:700 +msgid "Homepage URL:" +msgstr "Dirección de la página personal:" + +#: ../../mod/profiles.php:703 +msgid "Religious Views:" +msgstr "Creencias religiosas:" + +#: ../../mod/profiles.php:704 +msgid "Keywords:" +msgstr "Palabras clave:" + +#: ../../mod/profiles.php:707 +msgid "Example: fishing photography software" +msgstr "Por ejemplo: software de fotografÃa submarina" + +#: ../../mod/profiles.php:708 +msgid "Used in directory listings" +msgstr "Visible en el directorio público del canal" + +#: ../../mod/profiles.php:709 +msgid "Tell us about yourself..." +msgstr "Háblenos de usted..." + +#: ../../mod/profiles.php:710 +msgid "Hobbies/Interests" +msgstr "Aficiones/Intereses" + +#: ../../mod/profiles.php:711 +msgid "Contact information and Social Networks" +msgstr "Información de contacto y redes sociales" + +#: ../../mod/profiles.php:712 +msgid "My other channels" +msgstr "Mis otros canales" + +#: ../../mod/profiles.php:713 +msgid "Musical interests" +msgstr "Preferencias musicales" + +#: ../../mod/profiles.php:714 +msgid "Books, literature" +msgstr "Libros, literatura" + +#: ../../mod/profiles.php:715 +msgid "Television" +msgstr "Televisión" + +#: ../../mod/profiles.php:716 +msgid "Film/dance/culture/entertainment" +msgstr "Cine/danza/cultura/entretenimiento" + +#: ../../mod/profiles.php:717 +msgid "Love/romance" +msgstr "Vida sentimental/amorosa" + +#: ../../mod/profiles.php:718 +msgid "Work/employment" +msgstr "Trabajo" + +#: ../../mod/profiles.php:719 +msgid "School/education" +msgstr "Estudios" + +#: ../../mod/profiles.php:725 +msgid "This is your default profile." +msgstr "Este es su perfil principal." + +#: ../../mod/profiles.php:736 +msgid "Age: " +msgstr "Edad:" + +#: ../../mod/profiles.php:779 +msgid "Edit/Manage Profiles" +msgstr "Modificar/gestionar perfiles" + +#: ../../mod/profiles.php:780 +msgid "Add profile things" +msgstr "Añadir cosas al perfil" + +#: ../../mod/profiles.php:781 +msgid "Include desirable objects in your profile" +msgstr "Añadir objetos interesantes en su perfil" + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Identificador del perfil no válido" + +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Editor de visibilidad del perfil" + +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Pulsar en un contacto para añadirlo o eliminarlo." + +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Visible para" + +#: ../../mod/pubsites.php:18 +msgid "Public Sites" +msgstr "Sitios públicos" + +#: ../../mod/pubsites.php:21 +msgid "" +"The listed sites allow public registration for the $Projectname network. All" +" sites in the network are interlinked so membership on any of them conveys " +"membership in the network as a whole. Some sites may require subscription or" +" provide tiered service plans. The provider links <strong>may</strong> " +"provide additional details." +msgstr "Los sitios listados permiten el registro público en la red $Projectname. Todos los sitios de la red están vinculados entre sÃ, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los enlaces de los proveedores <strong> pueden </strong> proporcionar detalles adicionales." + +#: ../../mod/pubsites.php:27 +msgid "Rate this hub" +msgstr "Valorar este sitio" + +#: ../../mod/pubsites.php:28 +msgid "Site URL" +msgstr "Dirección del sitio" + +#: ../../mod/pubsites.php:28 +msgid "Access Type" +msgstr "Tipo de acceso" + +#: ../../mod/pubsites.php:28 +msgid "Registration Policy" +msgstr "Normas de registro" + +#: ../../mod/pubsites.php:28 +msgid "Project" +msgstr "Proyecto" + +#: ../../mod/pubsites.php:28 +msgid "View hub ratings" +msgstr "Ver las valoraciones del sitio" + +#: ../../mod/pubsites.php:32 +msgid "Rate" +msgstr "Valorar" + +#: ../../mod/pubsites.php:33 +msgid "View ratings" +msgstr "Ver valoraciones" + +#: ../../mod/rate.php:158 +msgid "Website:" +msgstr "Sitio web:" + +#: ../../mod/rate.php:161 +#, php-format +msgid "Remote Channel [%s] (not yet known on this site)" +msgstr "Canal remoto [%s] (aún no es conocido en este sitio)" + +#: ../../mod/rate.php:162 +msgid "Rating (this information is public)" +msgstr "Valoración (esta información es pública)" + +#: ../../mod/rate.php:163 +msgid "Optionally explain your rating (this information is public)" +msgstr "Opcionalmente puede explicar su valoración (esta información es pública)" + +#: ../../mod/ratings.php:69 +msgid "No ratings" +msgstr "Ninguna valoración" + +#: ../../mod/ratings.php:100 +msgid "Rating: " +msgstr "Valoración:" + +#: ../../mod/ratings.php:101 +msgid "Website: " +msgstr "Sitio web:" + +#: ../../mod/ratings.php:103 +msgid "Description: " +msgstr "Descripción:" + +#: ../../mod/rbmark.php:90 +msgid "Select a bookmark folder" +msgstr "Seleccionar una carpeta de marcadores" + +#: ../../mod/rbmark.php:95 +msgid "Save Bookmark" +msgstr "Guardar marcador" + +#: ../../mod/rbmark.php:96 +msgid "URL of bookmark" +msgstr "Dirección del marcador" + +#: ../../mod/rbmark.php:101 +msgid "Or enter new bookmark folder name" +msgstr "O introduzca un nuevo nombre para la carpeta de marcadores" + +#: ../../mod/register.php:45 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Se ha superado el lÃmite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana." + +#: ../../mod/register.php:51 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado." + +#: ../../mod/register.php:85 +msgid "Passwords do not match." +msgstr "Las contraseñas no coinciden." + +#: ../../mod/register.php:127 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registro realizado con éxito. Por favor, compruebe su correo electrónico para ver las instrucciones para validarlo." + +#: ../../mod/register.php:133 +msgid "Your registration is pending approval by the site owner." +msgstr "Su registro está pendiente de aprobación por el propietario del sitio." + +#: ../../mod/register.php:136 +msgid "Your registration can not be processed." +msgstr "Su registro no puede ser procesado." + +#: ../../mod/register.php:179 +msgid "Registration on this site is disabled." +msgstr "El registro está deshabilitado en este sitio." + +#: ../../mod/register.php:188 +msgid "Registration on this site/hub is by approval only." +msgstr "El registro en este servidor/hub está sometido a aprobación previa." + +#: ../../mod/register.php:189 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>" + +#: ../../mod/register.php:199 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Este sitio ha excedido el lÃmite de inscripción diaria de cuentas. Por favor, inténtelo de nuevo mañana." + +#: ../../mod/register.php:210 +msgid "Terms of Service" +msgstr "Términos del servicio" + +#: ../../mod/register.php:216 +#, php-format +msgid "I accept the %s for this website" +msgstr "Acepto los %s de este sitio" + +#: ../../mod/register.php:218 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Tengo más de 13 años de edad y acepto los %s de este sitio" + +#: ../../mod/register.php:242 +msgid "Membership on this site is by invitation only." +msgstr "Para registrarse en este sitio es necesaria una invitación." + +#: ../../mod/register.php:243 +msgid "Please enter your invitation code" +msgstr "Por favor, introduzca el código de su invitación" + +#: ../../mod/register.php:247 +msgid "Enter your name" +msgstr "Su nombre" + +#: ../../mod/register.php:256 +msgid "Your email address" +msgstr "Su dirección de correo electrónico" + +#: ../../mod/register.php:257 +msgid "Choose a password" +msgstr "Elija una contraseña" + +#: ../../mod/register.php:258 +msgid "Please re-enter your password" +msgstr "Por favor, vuelva a escribir su contraseña" + +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "Por favor, inicie sesión." + +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña." + +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Eliminar esta cuenta" + +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "WARNING: " +msgstr "ATENCIÓN:" + +#: ../../mod/removeaccount.php:58 +msgid "" +"This account and all its channels will be completely removed from the " +"network. " +msgstr "Esta cuenta y todos sus canales van a ser eliminados de la red." + +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "This action is permanent and can not be undone!" +msgstr "¡Esta acción tiene carácter definitivo y no se puede deshacer!" + +#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59 +msgid "Please enter your password for verification:" +msgstr "Por favor, introduzca su contraseña para su verificación:" + +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Remover esta cuenta, todos sus canales y clones de la red" + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "Por defecto, solo las instancias de los canales ubicados en este servidor serán eliminados de la red" + +#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700 +msgid "Remove Account" +msgstr "Eliminar cuenta" + +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña." + +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Eliminar este canal" + +#: ../../mod/removeme.php:58 +msgid "This channel will be completely removed from the network. " +msgstr "Este canal va a ser completamente eliminado de la red." + +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Eliminar este canal y todos sus clones de la red" + +#: ../../mod/removeme.php:60 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red" + +#: ../../mod/removeme.php:61 ../../mod/settings.php:1115 +msgid "Remove Channel" +msgstr "Eliminar el canal" + +#: ../../mod/rmagic.php:40 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Encontramos un problema durante el inicio de sesión con la OpenID que proporcionó. Por favor, compruebe que la ID está correctamente escrita." + +#: ../../mod/rmagic.php:40 +msgid "The error message was:" +msgstr "El mensaje de error fue:" + +#: ../../mod/rmagic.php:44 +msgid "Authentication failed." +msgstr "Falló la autenticación." + +#: ../../mod/rmagic.php:84 +msgid "Remote Authentication" +msgstr "Acceso desde su servidor" + +#: ../../mod/rmagic.php:85 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)" + +#: ../../mod/rmagic.php:86 +msgid "Authenticate" +msgstr "Acceder" + +#: ../../mod/search.php:212 +#, php-format +msgid "Items tagged with: %s" +msgstr "elementos etiquetados con: %s" + +#: ../../mod/search.php:214 +#, php-format +msgid "Search results for: %s" +msgstr "Resultados de la búsqueda para: %s" + +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "No se han encontrado restricciones sobre esta clase de servicio." #: ../../mod/settings.php:76 msgid "Name is required" @@ -7489,7 +7987,7 @@ msgstr "El nombre es obligatorio" #: ../../mod/settings.php:80 msgid "Key and Secret are required" -msgstr "Clave y Secreto son obligatorios" +msgstr "\"Key\" y \"Secret\" son obligatorios" #: ../../mod/settings.php:232 msgid "Passwords do not match. Password unchanged." @@ -7534,7 +8032,7 @@ msgstr "Nombre de la aplicación" #: ../../mod/settings.php:589 ../../mod/settings.php:615 msgid "Consumer Key" -msgstr "Clave de consumidor" +msgstr "Consumer Key" #: ../../mod/settings.php:589 ../../mod/settings.php:590 msgid "Automatically generated - change if desired. Max length 20" @@ -7542,7 +8040,7 @@ msgstr "Generado automáticamente - si lo desea, cámbielo. Longitud máxima: 2 #: ../../mod/settings.php:590 ../../mod/settings.php:616 msgid "Consumer Secret" -msgstr "Clave secreta de consumidor" +msgstr "Consumer Secret" #: ../../mod/settings.php:591 ../../mod/settings.php:617 msgid "Redirect" @@ -7563,8 +8061,8 @@ msgid "Optional" msgstr "Opcional" #: ../../mod/settings.php:603 -msgid "You can't edit this application." -msgstr "No puede modificar esta aplicación." +msgid "Application not found." +msgstr "Aplicación no encontrada." #: ../../mod/settings.php:646 msgid "Connected Apps" @@ -7572,7 +8070,7 @@ msgstr "Aplicaciones conectadas" #: ../../mod/settings.php:650 msgid "Client key starts with" -msgstr "La clave de cliente empieza por" +msgstr "La \"client key\" empieza por" #: ../../mod/settings.php:651 msgid "No name" @@ -7584,11 +8082,11 @@ msgstr "Eliminar autorización" #: ../../mod/settings.php:665 msgid "No feature settings configured" -msgstr "No se ha establecido la configuración de caracterÃsticas" +msgstr "No se ha establecido la configuración de los complementos" #: ../../mod/settings.php:672 msgid "Feature/Addon Settings" -msgstr "Ajustes de la caracterÃstica o el complemento" +msgstr "Ajustes de los complementos" #: ../../mod/settings.php:695 msgid "Account Settings" @@ -7606,7 +8104,7 @@ msgstr "Confirme la nueva contraseña:" msgid "Leave password fields blank unless changing" msgstr "Dejar en blanco los campos de contraseña a menos que cambie" -#: ../../mod/settings.php:699 ../../mod/settings.php:1030 +#: ../../mod/settings.php:699 ../../mod/settings.php:1032 msgid "Email Address:" msgstr "Dirección de correo electrónico:" @@ -7614,17 +8112,9 @@ msgstr "Dirección de correo electrónico:" msgid "Remove this account including all its channels" msgstr "Eliminar esta cuenta incluyendo todos sus canales" -#: ../../mod/settings.php:717 -msgid "Off" -msgstr "Desactivado" - -#: ../../mod/settings.php:717 -msgid "On" -msgstr "Activado" - #: ../../mod/settings.php:724 msgid "Additional Features" -msgstr "CaracterÃsticas adicionales" +msgstr "Funcionalidades" #: ../../mod/settings.php:748 msgid "Connector Settings" @@ -7704,8 +8194,8 @@ msgid "(comments displayed separately)" msgstr "(comentarios mostrados de forma separada)" #: ../../mod/settings.php:849 -msgid "Use blog/list mode on matrix page" -msgstr "Mostrar la red en modo blog/lista" +msgid "Use blog/list mode on grid page" +msgstr "Mostrar mi red en modo blog" #: ../../mod/settings.php:850 msgid "Channel page max height of content (in pixels)" @@ -7716,8 +8206,8 @@ msgid "click to expand content exceeding this height" msgstr "Pulsar para expandir el contenido que exceda de esta altura" #: ../../mod/settings.php:851 -msgid "Matrix page max height of content (in pixels)" -msgstr "Altura máxima del contenido de la página de su red (en pÃxeles)" +msgid "Grid page max height of content (in pixels)" +msgstr "Altura máxima del contenido de mi red (en pÃxeles)" #: ../../mod/settings.php:885 msgid "Nobody except yourself" @@ -7751,1100 +8241,816 @@ msgstr "Cualquiera que esté autenticado" msgid "Anybody on the internet" msgstr "Cualquiera en internet" -#: ../../mod/settings.php:966 +#: ../../mod/settings.php:967 msgid "Publish your default profile in the network directory" msgstr "Publicar su perfil principal en el directorio de la red" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:972 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "¿Nos permite sugerirle como amigo potencial a los nuevos miembros?" -#: ../../mod/settings.php:980 +#: ../../mod/settings.php:981 msgid "Your channel address is" msgstr "Su dirección de canal es" -#: ../../mod/settings.php:1021 +#: ../../mod/settings.php:1023 msgid "Channel Settings" msgstr "Ajustes del canal" -#: ../../mod/settings.php:1028 +#: ../../mod/settings.php:1030 msgid "Basic Settings" msgstr "Configuración básica" -#: ../../mod/settings.php:1031 +#: ../../mod/settings.php:1033 msgid "Your Timezone:" msgstr "Su zona horaria:" -#: ../../mod/settings.php:1032 +#: ../../mod/settings.php:1034 msgid "Default Post Location:" msgstr "Ubicación de publicación predeterminada:" -#: ../../mod/settings.php:1032 +#: ../../mod/settings.php:1034 msgid "Geographical location to display on your posts" msgstr "Ubicación geográfica que debe mostrarse en sus publicaciones" -#: ../../mod/settings.php:1033 +#: ../../mod/settings.php:1035 msgid "Use Browser Location:" msgstr "Usar la ubicación del navegador:" -#: ../../mod/settings.php:1035 +#: ../../mod/settings.php:1037 msgid "Adult Content" msgstr "Contenido solo para adultos" -#: ../../mod/settings.php:1035 +#: ../../mod/settings.php:1037 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "Este canal publica contenido solo para adultos con frecuencia o regularmente. (Por favor etiquete cualquier material para adultos con la etiqueta #NSFW)" -#: ../../mod/settings.php:1037 +#: ../../mod/settings.php:1039 msgid "Security and Privacy Settings" msgstr "Configuración de seguridad y privacidad" -#: ../../mod/settings.php:1039 +#: ../../mod/settings.php:1042 msgid "Your permissions are already configured. Click to view/adjust" msgstr "Sus permisos ya están configurados. Pulse para ver/ajustar" -#: ../../mod/settings.php:1041 +#: ../../mod/settings.php:1044 msgid "Hide my online presence" msgstr "Ocultar mi presencia en lÃnea" -#: ../../mod/settings.php:1041 +#: ../../mod/settings.php:1044 msgid "Prevents displaying in your profile that you are online" msgstr "Evitar mostrar en su perfil que está en lÃnea" -#: ../../mod/settings.php:1043 +#: ../../mod/settings.php:1046 msgid "Simple Privacy Settings:" msgstr "Configuración de privacidad sencilla:" -#: ../../mod/settings.php:1044 +#: ../../mod/settings.php:1047 msgid "" "Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "Muy Público - <em>extremadamente permisivo (deberÃa ser usado con precaución)</em>" -#: ../../mod/settings.php:1045 +#: ../../mod/settings.php:1048 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" msgstr "TÃpico - <em>por defecto público, privado cuando se desee (similar a los permisos de una red social pero con privacidad mejorada)</em>" -#: ../../mod/settings.php:1046 +#: ../../mod/settings.php:1049 msgid "Private - <em>default private, never open or public</em>" msgstr "Privado - <em>por defecto, privado, nunca abierto o público</em>" -#: ../../mod/settings.php:1047 +#: ../../mod/settings.php:1050 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Bloqueado - <em>por defecto, bloqueado/a para cualquiera</em>" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1052 msgid "Allow others to tag your posts" msgstr "Permitir a otros etiquetar sus publicaciones" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1052 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "A menudo usado por la comunidad para marcar contenido inapropiado de forma retroactiva." -#: ../../mod/settings.php:1051 +#: ../../mod/settings.php:1054 msgid "Advanced Privacy Settings" msgstr "Configuración de privacidad avanzada" -#: ../../mod/settings.php:1053 +#: ../../mod/settings.php:1056 msgid "Expire other channel content after this many days" msgstr "Caducar contenido de otros canales después de este número de dÃas" -#: ../../mod/settings.php:1053 -msgid "0 or blank prevents expiration" -msgstr "0 o en claro evitan la caducidad" +#: ../../mod/settings.php:1056 +#, php-format +msgid "" +"0 or blank to use the website limit. The website expires after %d days." +msgstr "0 o en blanco para usar el lÃmite del sitio. El sitio web caduca después de %d dÃas." -#: ../../mod/settings.php:1054 +#: ../../mod/settings.php:1057 msgid "Maximum Friend Requests/Day:" msgstr "Máximo de solicitudes de amistad por dÃa:" -#: ../../mod/settings.php:1054 +#: ../../mod/settings.php:1057 msgid "May reduce spam activity" msgstr "PodrÃa reducir la actividad de spam" -#: ../../mod/settings.php:1055 +#: ../../mod/settings.php:1058 msgid "Default Post Permissions" msgstr "Permisos de publicación predeterminados" -#: ../../mod/settings.php:1056 ../../mod/mitem.php:150 ../../mod/mitem.php:223 -msgid "(click to open/close)" -msgstr "(pulsar para abrir o cerrar)" - -#: ../../mod/settings.php:1060 +#: ../../mod/settings.php:1063 msgid "Channel permissions category:" msgstr "CategorÃa de permisos del canal:" -#: ../../mod/settings.php:1066 +#: ../../mod/settings.php:1069 msgid "Maximum private messages per day from unknown people:" msgstr "Máximo de mensajes privados por dÃa de gente desconocida:" -#: ../../mod/settings.php:1066 +#: ../../mod/settings.php:1069 msgid "Useful to reduce spamming" msgstr "Útil para reducir el envÃo de correo no deseado" -#: ../../mod/settings.php:1069 +#: ../../mod/settings.php:1072 msgid "Notification Settings" msgstr "Configuración de notificaciones" -#: ../../mod/settings.php:1070 +#: ../../mod/settings.php:1073 msgid "By default post a status message when:" msgstr "Por defecto, enviar un mensaje de estado cuando:" -#: ../../mod/settings.php:1071 +#: ../../mod/settings.php:1074 msgid "accepting a friend request" -msgstr "acepte una solicitud de amistad" +msgstr "Acepte una solicitud de amistad" -#: ../../mod/settings.php:1072 +#: ../../mod/settings.php:1075 msgid "joining a forum/community" msgstr "al unirse a un foro o comunidad" -#: ../../mod/settings.php:1073 +#: ../../mod/settings.php:1076 msgid "making an <em>interesting</em> profile change" -msgstr "realice un cambio <em>interesante</em> en su perfil" +msgstr "Realice un cambio <em>interesante</em> en su perfil" -#: ../../mod/settings.php:1074 +#: ../../mod/settings.php:1077 msgid "Send a notification email when:" msgstr "Enviar una notificación por correo electrónico cuando:" -#: ../../mod/settings.php:1075 +#: ../../mod/settings.php:1078 msgid "You receive a connection request" msgstr "Reciba una solicitud de conexión" -#: ../../mod/settings.php:1076 +#: ../../mod/settings.php:1079 msgid "Your connections are confirmed" msgstr "Sus conexiones hayan sido confirmadas" -#: ../../mod/settings.php:1077 +#: ../../mod/settings.php:1080 msgid "Someone writes on your profile wall" -msgstr "Alguien escriba en la página de su perfil (muro)" +msgstr "Alguien escriba en la página de su perfil (\"muro\")" -#: ../../mod/settings.php:1078 +#: ../../mod/settings.php:1081 msgid "Someone writes a followup comment" msgstr "Alguien escriba un comentario sobre sus publicaciones" -#: ../../mod/settings.php:1079 +#: ../../mod/settings.php:1082 msgid "You receive a private message" msgstr "Reciba un mensaje privado" -#: ../../mod/settings.php:1080 +#: ../../mod/settings.php:1083 msgid "You receive a friend suggestion" msgstr "Reciba una sugerencia de amistad" -#: ../../mod/settings.php:1081 +#: ../../mod/settings.php:1084 msgid "You are tagged in a post" msgstr "Usted sea etiquetado en una publicación" -#: ../../mod/settings.php:1082 +#: ../../mod/settings.php:1085 msgid "You are poked/prodded/etc. in a post" -msgstr "Reciba un toque o incitación en una entrada" +msgstr "Reciba un toque o incitación en una publicación" -#: ../../mod/settings.php:1085 +#: ../../mod/settings.php:1088 msgid "Show visual notifications including:" msgstr "Mostrar notificaciones visuales que incluyan:" -#: ../../mod/settings.php:1087 -msgid "Unseen matrix activity" -msgstr "Actividad no vista en la red" +#: ../../mod/settings.php:1090 +msgid "Unseen grid activity" +msgstr "Nueva actividad en la red" -#: ../../mod/settings.php:1088 +#: ../../mod/settings.php:1091 msgid "Unseen channel activity" msgstr "Actividad no vista en el canal" -#: ../../mod/settings.php:1089 +#: ../../mod/settings.php:1092 msgid "Unseen private messages" msgstr "Mensajes privados no leÃdos" -#: ../../mod/settings.php:1089 ../../mod/settings.php:1094 -#: ../../mod/settings.php:1095 ../../mod/settings.php:1096 +#: ../../mod/settings.php:1092 ../../mod/settings.php:1097 +#: ../../mod/settings.php:1098 ../../mod/settings.php:1099 msgid "Recommended" msgstr "Recomendado" -#: ../../mod/settings.php:1090 +#: ../../mod/settings.php:1093 msgid "Upcoming events" msgstr "Próximos eventos" -#: ../../mod/settings.php:1091 +#: ../../mod/settings.php:1094 msgid "Events today" msgstr "Eventos de hoy" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1095 msgid "Upcoming birthdays" msgstr "Próximos cumpleaños" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1095 msgid "Not available in all themes" msgstr "No disponible en todos los temas" -#: ../../mod/settings.php:1093 +#: ../../mod/settings.php:1096 msgid "System (personal) notifications" msgstr "Notificaciones del sistema (personales)" -#: ../../mod/settings.php:1094 +#: ../../mod/settings.php:1097 msgid "System info messages" msgstr "Mensajes de información del sistema" -#: ../../mod/settings.php:1095 +#: ../../mod/settings.php:1098 msgid "System critical alerts" msgstr "Alertas crÃticas del sistema" -#: ../../mod/settings.php:1096 +#: ../../mod/settings.php:1099 msgid "New connections" msgstr "Nuevas conexiones" -#: ../../mod/settings.php:1097 +#: ../../mod/settings.php:1100 msgid "System Registrations" msgstr "Registros del sistema" -#: ../../mod/settings.php:1098 +#: ../../mod/settings.php:1101 msgid "" "Also show new wall posts, private messages and connections under Notices" msgstr "Mostrar también en Avisos las nuevas publicaciones, los mensajes privados y las conexiones" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1103 msgid "Notify me of events this many days in advance" msgstr "Avisarme de los eventos con algunos dÃas de antelación" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1103 msgid "Must be greater than 0" msgstr "Debe ser mayor que 0" -#: ../../mod/settings.php:1102 +#: ../../mod/settings.php:1105 msgid "Advanced Account/Page Type Settings" msgstr "Ajustes avanzados de la cuenta y de los tipos de página" -#: ../../mod/settings.php:1103 +#: ../../mod/settings.php:1106 msgid "Change the behaviour of this account for special situations" msgstr "Cambiar el comportamiento de esta cuenta en situaciones especiales" -#: ../../mod/settings.php:1106 +#: ../../mod/settings.php:1109 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" -msgstr "Activar modo experto (en <a href=\"settings/features\">Ajustes > CaracterÃsticas Adicionales</a>) para ajustar." +msgstr "¡Activar el modo de experto (en <a href=\"settings/features\">Ajustes > Funcionalidades</a>) para realizar cambios!." -#: ../../mod/settings.php:1107 +#: ../../mod/settings.php:1110 msgid "Miscellaneous Settings" msgstr "Ajustes diversos" -#: ../../mod/settings.php:1108 +#: ../../mod/settings.php:1111 msgid "Default photo upload folder" msgstr "Carpeta por defecto de las fotos subidas" -#: ../../mod/settings.php:1108 ../../mod/settings.php:1109 +#: ../../mod/settings.php:1111 ../../mod/settings.php:1112 msgid "%Y - current year, %m - current month" msgstr "%Y - año en curso, %m - mes actual" -#: ../../mod/settings.php:1109 +#: ../../mod/settings.php:1112 msgid "Default file upload folder" msgstr "Carpeta por defecto de los archivos subidos" -#: ../../mod/settings.php:1111 +#: ../../mod/settings.php:1114 msgid "Personal menu to display in your channel pages" msgstr "Menú personal que debe mostrarse en las páginas de su canal" -#: ../../mod/settings.php:1113 +#: ../../mod/settings.php:1116 msgid "Remove this channel." msgstr "Eliminar este canal." -#: ../../mod/settings.php:1114 +#: ../../mod/settings.php:1117 msgid "Firefox Share $Projectname provider" msgstr "Servicio de compartición de Firefox: proveedor $Projectname" -#: ../../mod/settings.php:1115 +#: ../../mod/settings.php:1118 msgid "Start calendar week on monday" msgstr "Comenzar el calendario semanal por el lunes" -#: ../../mod/webpages.php:191 -msgid "Page Title" -msgstr "TÃtulo de página" - -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." -msgstr "Aplicación instalada." - -#: ../../mod/appman.php:37 -msgid "Malformed app." -msgstr "Aplicación con errores" - -#: ../../mod/appman.php:80 -msgid "Embed code" -msgstr "Código incorporado" - -#: ../../mod/appman.php:86 -msgid "Edit App" -msgstr "Modificar la aplicación" - -#: ../../mod/appman.php:86 -msgid "Create App" -msgstr "Crear una aplicación" - -#: ../../mod/appman.php:91 -msgid "Name of app" -msgstr "Nombre de la aplicación" - -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" -msgstr "Ubicación (URL) de la aplicación" - -#: ../../mod/appman.php:94 -msgid "Photo icon URL" -msgstr "Dirección del icono que se va a utilizar para esta foto" - -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" -msgstr "80 x 80 pixels - opcional" - -#: ../../mod/appman.php:95 -msgid "Version ID" -msgstr "Versión" - -#: ../../mod/appman.php:96 -msgid "Price of app" -msgstr "Precio de la aplicación" - -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" -msgstr "Dirección (URL) donde adquirir la aplicación" - -#: ../../mod/filer.php:48 -msgid "- select -" -msgstr "- seleccionar -" - -#: ../../mod/layouts.php:176 -msgid "Comanche page description language help" -msgstr "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche" - -#: ../../mod/layouts.php:180 -msgid "Layout Description" -msgstr "Descripción del formato" - -#: ../../mod/layouts.php:185 -msgid "Download PDL file" -msgstr "Descargar el fichero PDL" - -#: ../../mod/locs.php:21 ../../mod/locs.php:50 -msgid "Location not found." -msgstr "Dirección no encontrada." +#: ../../mod/setup.php:194 +msgid "$Projectname Server - Setup" +msgstr "Servidor $Projectname - Instalación" -#: ../../mod/locs.php:58 -msgid "Location lookup failed." -msgstr "Ha fallado la búsqueda de la dirección." +#: ../../mod/setup.php:198 +msgid "Could not connect to database." +msgstr "No se ha podido conectar a la base de datos." -#: ../../mod/locs.php:62 +#: ../../mod/setup.php:202 msgid "" -"Please select another location to become primary before removing the primary" -" location." -msgstr "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal." +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "No se puede conectar con la dirección del sitio indicada. PodrÃa tratarse de un problema de SSL o DNS." -#: ../../mod/locs.php:91 -msgid "Syncing locations" -msgstr "Sincronización de ubicaciones" +#: ../../mod/setup.php:209 +msgid "Could not create table." +msgstr "No se puede crear la tabla." -#: ../../mod/locs.php:101 -msgid "No locations found." -msgstr "No encontrada ninguna dirección." +#: ../../mod/setup.php:214 +msgid "Your site database has been installed." +msgstr "La base de datos del sitio ha sido instalada." -#: ../../mod/locs.php:112 -msgid "Manage Channel Locations" -msgstr "Gestionar las direcciones del canal" +#: ../../mod/setup.php:218 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "PodrÃa tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos." -#: ../../mod/locs.php:113 -msgid "Location (address)" -msgstr "Ubicación (dirección)" +#: ../../mod/setup.php:219 ../../mod/setup.php:287 ../../mod/setup.php:737 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"." -#: ../../mod/locs.php:114 -msgid "Primary Location" -msgstr "Dirección primaria" +#: ../../mod/setup.php:284 +msgid "System check" +msgstr "Verificación del sistema" -#: ../../mod/locs.php:115 -msgid "Drop location" -msgstr "Eliminar dirección" +#: ../../mod/setup.php:289 +msgid "Check again" +msgstr "Verificar de nuevo" -#: ../../mod/locs.php:117 -msgid "Sync now" -msgstr "Sincronizar ahora" +#: ../../mod/setup.php:311 +msgid "Database connection" +msgstr "Conexión a la base de datos" -#: ../../mod/locs.php:118 -msgid "Please wait several minutes between consecutive operations." -msgstr "Por favor, espere algunos minutos entre operaciones consecutivas." +#: ../../mod/setup.php:312 +msgid "" +"In order to install $Projectname we need to know how to connect to your " +"database." +msgstr "Para instalar $Projectname es necesario saber cómo conectar con su base de datos." -#: ../../mod/locs.php:119 +#: ../../mod/setup.php:313 msgid "" -"When possible, drop a location by logging into that website/hub and removing" -" your channel." -msgstr "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal." +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes." -#: ../../mod/locs.php:120 -msgid "Use this form to drop the location if the hub is no longer operating." -msgstr "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo." +#: ../../mod/setup.php:314 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "La base de datos que especifique a continuación debe existir ya. Si no es asÃ, por favor, créela antes de seguir." -#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 -msgid "$Projectname" -msgstr "$Projectname" +#: ../../mod/setup.php:318 +msgid "Database Server Name" +msgstr "Nombre del servidor de base de datos" -#: ../../mod/home.php:75 -#, php-format -msgid "Welcome to %s" -msgstr "Bienvenido a %s" +#: ../../mod/setup.php:318 +msgid "Default is 127.0.0.1" +msgstr "De forma predeterminada es 127.0.0.1" -#: ../../mod/regmod.php:11 -msgid "Please login." -msgstr "Por favor, inicie sesión." +#: ../../mod/setup.php:319 +msgid "Database Port" +msgstr "Puerto de la base de datos" -#: ../../mod/xchan.php:6 -msgid "Xchan Lookup" -msgstr "Búsqueda de canales" +#: ../../mod/setup.php:319 +msgid "Communication port number - use 0 for default" +msgstr "Número del puerto de comunicaciones - use 0 como valor por defecto" -#: ../../mod/xchan.php:9 -msgid "Lookup xchan beginning with (or webbie): " -msgstr "Buscar un canal (o un \"webbie\") que comience por:" +#: ../../mod/setup.php:320 +msgid "Database Login Name" +msgstr "Usuario de la base de datos" -#: ../../mod/xchan.php:37 ../../mod/menu.php:162 ../../mod/mitem.php:116 -msgid "Not found." -msgstr "No encontrado." +#: ../../mod/setup.php:321 +msgid "Database Login Password" +msgstr "Contraseña de acceso a la base de datos" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "Debe haber iniciado sesión para poder ver esta página." +#: ../../mod/setup.php:322 +msgid "Database Name" +msgstr "Nombre de la base de datos" -#: ../../mod/channel.php:97 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Permisos insuficientes. Petición redirigida a la página del perfil." +#: ../../mod/setup.php:323 +msgid "Database Type" +msgstr "Tipo de base de datos" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Elemento no disponible" +#: ../../mod/setup.php:325 ../../mod/setup.php:365 +msgid "Site administrator email address" +msgstr "Dirección de correo electrónico del administrador del sitio" -#: ../../mod/photos.php:79 -msgid "Page owner information could not be retrieved." -msgstr "La información del propietario de la página no pudo ser recuperada." +#: ../../mod/setup.php:325 ../../mod/setup.php:365 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web." -#: ../../mod/photos.php:100 -msgid "Album not found." -msgstr "Ãlbum no encontrado." +#: ../../mod/setup.php:326 ../../mod/setup.php:367 +msgid "Website URL" +msgstr "Dirección del sitio web" -#: ../../mod/photos.php:127 -msgid "Delete Album" -msgstr "Borrar álbum" +#: ../../mod/setup.php:326 ../../mod/setup.php:367 +msgid "Please use SSL (https) URL if available." +msgstr "Por favor, use SSL (https) si está disponible." -#: ../../mod/photos.php:171 ../../mod/photos.php:1006 -msgid "Delete Photo" -msgstr "Borrar foto" +#: ../../mod/setup.php:327 ../../mod/setup.php:370 +msgid "Please select a default timezone for your website" +msgstr "Por favor, selecciones la zona horaria por defecto de su sitio web" -#: ../../mod/photos.php:501 -msgid "No photos selected" -msgstr "No hay fotos seleccionadas" +#: ../../mod/setup.php:354 +msgid "Site settings" +msgstr "Ajustes del sitio" -#: ../../mod/photos.php:550 -msgid "Access to this item is restricted." -msgstr "El acceso a este elemento está restringido." +#: ../../mod/setup.php:368 +msgid "Enable $Projectname <strong>advanced</strong> features?" +msgstr "¿Habilitar las funcionalidades <strong>avanzadas</strong> de $Projectname ?" -#: ../../mod/photos.php:589 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado." +#: ../../mod/setup.php:368 +msgid "" +"Some advanced features, while useful - may be best suited for technically " +"proficient audiences" +msgstr "Algunas funcionalidades avanzadas, si bien bien son útiles, pueden ser más adecuadas para un público técnicamente competente" -#: ../../mod/photos.php:592 -#, php-format -msgid "%1$.2f MB photo storage used." -msgstr "%1$.2f MB de almacenamiento de fotos utilizado." +#: ../../mod/setup.php:420 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "No se puede encontrar una versión en lÃnea de comandos de PHP en la ruta del servidor web." -#: ../../mod/photos.php:620 -msgid "Upload Photos" -msgstr "Subir fotos" +#: ../../mod/setup.php:421 +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 "Si no tiene instalada la versión de lÃnea de comandos de PHP en su servidor, no podrá realizar envÃos en segundo plano mediante cron." -#: ../../mod/photos.php:624 -msgid "Enter an album name" -msgstr "Introducir un nombre de álbum" +#: ../../mod/setup.php:425 +msgid "PHP executable path" +msgstr "Ruta del ejecutable PHP" -#: ../../mod/photos.php:625 -msgid "or select an existing album (doubleclick)" -msgstr "o seleccionar uno existente (doble click)" +#: ../../mod/setup.php:425 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Introducir la ruta completa del ejecutable PHP. Puede dejar la lÃnea en blanco para continuar la instalación." -#: ../../mod/photos.php:626 -msgid "Create a status post for this upload" -msgstr "Crear una entrada de estado para esta subida" +#: ../../mod/setup.php:430 +msgid "Command line PHP" +msgstr "PHP en lÃnea de comandos" -#: ../../mod/photos.php:627 -msgid "Caption (optional):" -msgstr "TÃtulo (opcional):" +#: ../../mod/setup.php:439 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "La lÃnea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"." -#: ../../mod/photos.php:628 -msgid "Description (optional):" -msgstr "Descripción (opcional):" +#: ../../mod/setup.php:440 +msgid "This is required for message delivery to work." +msgstr "Esto es necesario para que funcione la transmisión de mensajes." -#: ../../mod/photos.php:655 -msgid "Album name could not be decoded" -msgstr "El nombre del álbum no ha podido ser descifrado" +#: ../../mod/setup.php:443 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" -#: ../../mod/photos.php:699 ../../mod/photos.php:1233 -#: ../../mod/photos.php:1250 -msgid "Contact Photos" -msgstr "Fotos de contacto" +#: ../../mod/setup.php:461 +#, php-format +msgid "" +"Your max allowed total upload size is set to %s. Maximum size of one file to" +" upload is set to %s. You are allowed to upload up to %d files at once." +msgstr "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez." -#: ../../mod/photos.php:722 -msgid "Show Newest First" -msgstr "Mostrar lo más reciente primero" +#: ../../mod/setup.php:466 +msgid "You can adjust these settings in the servers php.ini." +msgstr "Puede ajustar estos valores en el fichero php.ini de su servidor." -#: ../../mod/photos.php:724 -msgid "Show Oldest First" -msgstr "Mostrar lo más antiguo primero" +#: ../../mod/setup.php:468 +msgid "PHP upload limits" +msgstr "LÃmites PHP de subida" -#: ../../mod/photos.php:824 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Permiso denegado. El acceso a este elemento puede estar restringido." +#: ../../mod/setup.php:491 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado." -#: ../../mod/photos.php:826 -msgid "Photo not available" -msgstr "Foto no disponible" +#: ../../mod/setup.php:492 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/photos.php:884 -msgid "Use as profile photo" -msgstr "Usar como foto del perfil" +#: ../../mod/setup.php:495 +msgid "Generate encryption keys" +msgstr "Generar claves de cifrado" -#: ../../mod/photos.php:891 -msgid "Private Photo" -msgstr "Foto privada" +#: ../../mod/setup.php:507 +msgid "libCurl PHP module" +msgstr "módulo libCurl PHP" -#: ../../mod/photos.php:902 ../../mod/events.php:652 ../../mod/events.php:659 -msgid "Previous" -msgstr "Anterior" +#: ../../mod/setup.php:508 +msgid "GD graphics PHP module" +msgstr "módulo PHP GD graphics" -#: ../../mod/photos.php:906 -msgid "View Full Size" -msgstr "Ver tamaño completo" +#: ../../mod/setup.php:509 +msgid "OpenSSL PHP module" +msgstr "módulo PHP OpenSSL" -#: ../../mod/photos.php:985 -msgid "Edit photo" -msgstr "Editar foto" +#: ../../mod/setup.php:510 +msgid "mysqli or postgres PHP module" +msgstr "módulo PHP mysqli o postgres" -#: ../../mod/photos.php:987 -msgid "Rotate CW (right)" -msgstr "Girar CW (a la derecha)" +#: ../../mod/setup.php:511 +msgid "mb_string PHP module" +msgstr "módulo PHP mb_string" -#: ../../mod/photos.php:988 -msgid "Rotate CCW (left)" -msgstr "Girar CCW (a la izquierda)" +#: ../../mod/setup.php:512 +msgid "mcrypt PHP module" +msgstr "módulo PHP mcrypt " -#: ../../mod/photos.php:991 -msgid "Enter a new album name" -msgstr "Introducir un nuevo nombre de álbum" +#: ../../mod/setup.php:513 +msgid "xml PHP module" +msgstr "módulo PHP xml" -#: ../../mod/photos.php:992 -msgid "or select an existing one (doubleclick)" -msgstr "o seleccionar uno (doble click) existente" +#: ../../mod/setup.php:517 ../../mod/setup.php:519 +msgid "Apache mod_rewrite module" +msgstr "módulo Apache mod_rewrite " -#: ../../mod/photos.php:995 -msgid "Caption" -msgstr "TÃtulo" +#: ../../mod/setup.php:517 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado." -#: ../../mod/photos.php:997 -msgid "Add a Tag" -msgstr "Añadir una etiqueta" +#: ../../mod/setup.php:523 ../../mod/setup.php:526 +msgid "proc_open" +msgstr "proc_open" -#: ../../mod/photos.php:1001 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com" +#: ../../mod/setup.php:523 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Error: se necesita proc_open pero o no está instalado o ha sido desactivado en el fichero php.ini" -#: ../../mod/photos.php:1004 -msgid "Flag as adult in album view" -msgstr "Marcar como \"solo para adultos\" en el álbum" +#: ../../mod/setup.php:531 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Error: se necesita el módulo PHP libCURL pero no está instalado." -#: ../../mod/photos.php:1196 -msgid "In This Photo:" -msgstr "En esta foto:" +#: ../../mod/setup.php:535 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Error: el módulo PHP GD graphics es necesario, pero no está instalado." -#: ../../mod/photos.php:1201 -msgid "Map" -msgstr "Mapa" +#: ../../mod/setup.php:539 +msgid "Error: openssl PHP module required but not installed." +msgstr "Error: el módulo PHP openssl es necesario, pero no está instalado." -#: ../../mod/photos.php:1289 -msgid "View Album" -msgstr "Ver álbum" +#: ../../mod/setup.php:543 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." +msgstr "Error: el módulo PHP mysqli o postgres es necesario pero ninguno de los dos está instalado." -#: ../../mod/photos.php:1300 ../../mod/photos.php:1313 -#: ../../mod/photos.php:1314 -msgid "Recent Photos" -msgstr "Fotos recientes" +#: ../../mod/setup.php:547 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Error: el módulo PHP mb_string es necesario, pero no está instalado." -#: ../../mod/lockview.php:37 -msgid "Remote privacy information not available." -msgstr "La información privada remota no está disponible." +#: ../../mod/setup.php:551 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Error: el módulo PHP mcrypt es necesario, pero no está instalado." -#: ../../mod/lockview.php:58 -msgid "Visible to:" -msgstr "Visible para:" +#: ../../mod/setup.php:555 +msgid "Error: xml PHP module required for DAV but not installed." +msgstr "Error: el módulo PHP xml es necesario para DAV, pero no está instalado." -#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 -msgid "Export Channel" -msgstr "Exportar el canal" +#: ../../mod/setup.php:573 +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 "El instalador web no ha podido crear un fichero llamado “.htconfig.php†en la carpeta base de su servidor." -#: ../../mod/uexport.php:53 +#: ../../mod/setup.php:574 msgid "" -"Export your basic channel information to a file. This acts as a backup of " -"your connections, permissions, profile and basic data, which can be used to " -"import your data to a new server hub, but does not contain your content." -msgstr "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido." +"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 "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos." -#: ../../mod/uexport.php:54 -msgid "Export Content" -msgstr "Exportar contenidos" +#: ../../mod/setup.php:575 +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 "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raÃz de su instalación de Hubzilla." -#: ../../mod/uexport.php:55 +#: ../../mod/setup.php:576 msgid "" -"Export your channel information and recent content to a JSON backup that can" -" be restored or imported to another server hub. This backs up all of your " -"connections, permissions, profile data and several months of posts. This " -"file may be VERY large. Please be patient - it may take several minutes for" -" this download to begin." -msgstr "Exportar la información sobre su canal y el contenido reciente a un fichero de respaldo JSON, que puede ser restaurado o importado a otro servidor. Este fichero incluye todas sus conexiones, permisos, datos del perfil y publicaciones de varios meses. Puede llegar a ser MUY grande. Por favor, sea paciente, la descarga puede tardar varios minutos en comenzar." +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones." -#: ../../mod/uexport.php:56 -msgid "Export your posts from a given year." -msgstr "Exporta sus entradas de un año dado." +#: ../../mod/setup.php:579 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php tiene permisos de escritura" -#: ../../mod/uexport.php:58 +#: ../../mod/setup.php:593 msgid "" -"You may also export your posts and conversations for a particular year or " -"month. Adjust the date in your browser location bar to select other dates. " -"If the export fails (possibly due to memory exhaustion on your server hub), " -"please try again selecting a more limited date range." -msgstr "También puede exportar sus mensajes y conversaciones durante un año o mes en particular. Ajuste la fecha en la barra de direcciones del navegador para seleccionar otras fechas. Si la exportación falla (posiblemente debido al agotamiento de la memoria del servidor hub), por favor, intente de nuevo la selección de un rango de fechas más pequeño." +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Hubzilla hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 es más rápido porque compila las plantillas de páginas directamente en PHP." -#: ../../mod/uexport.php:59 +#: ../../mod/setup.php:594 #, php-format msgid "" -"To select all posts for a given year, such as this year, visit <a " -"href=\"%1$s\">%2$s</a>" -msgstr "Para seleccionar todos los mensajes de un año determinado, como este año, visite <a href=\"%1$s\">%2$s</a>" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al subdirectorio %s en el directorio de instalación de Hubzilla." -#: ../../mod/uexport.php:60 -#, php-format +#: ../../mod/setup.php:595 ../../mod/setup.php:616 msgid "" -"To select all posts for a given month, such as January of this year, visit " -"<a href=\"%1$s\">%2$s</a>" -msgstr "Para seleccionar todos los mensajes de un mes determinado, como el de enero de este año, visite <a href=\"%1$s\">%2$s</a>" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)." -#: ../../mod/uexport.php:61 +#: ../../mod/setup.php:596 #, php-format msgid "" -"These content files may be imported or restored by visiting <a " -"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results" -" please import or restore these in date order (oldest first)." -msgstr "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1$s\">%2$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero)." - -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "El elemento no es editable" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene." -#: ../../mod/editpost.php:57 -msgid "Delete item?" -msgstr "¿Borrar elemento?" +#: ../../mod/setup.php:599 +#, php-format +msgid "%s is writable" +msgstr "%s tiene permisos de escritura" -#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 -msgid "Edit post" -msgstr "Editar la entrada" +#: ../../mod/setup.php:615 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "Red guarda los ficheros descargados en la carpeta \"store\". El servidor web necesita tener permisos de escritura sobre esa carpeta, en el directorio de instalación." -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Canal añadido." +#: ../../mod/setup.php:619 +msgid "store is writable" +msgstr "\"store\" tiene permisos de escritura" -#: ../../mod/rmagic.php:40 +#: ../../mod/setup.php:652 msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Encontramos un problema durante el inicio de sesión con la OpenID que proporcionó. Por favor, compruebe que la ID está correctamente escrita." +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio." -#: ../../mod/rmagic.php:40 -msgid "The error message was:" -msgstr "El mensaje de error fue:" +#: ../../mod/setup.php:653 +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 "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo." -#: ../../mod/rmagic.php:44 -msgid "Authentication failed." -msgstr "Falló la autenticación." +#: ../../mod/setup.php:654 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "Se ha incorporado esta restricción para evitar que sus publicaciones públicas hagan referencia a imágenes en su propio servidor." -#: ../../mod/rmagic.php:84 -msgid "Remote Authentication" -msgstr "Acceso desde su servidor" +#: ../../mod/setup.php:655 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web." -#: ../../mod/rmagic.php:85 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)" +#: ../../mod/setup.php:656 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos." -#: ../../mod/rmagic.php:86 -msgid "Authenticate" -msgstr "Acceder" +#: ../../mod/setup.php:657 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos." -#: ../../mod/chat.php:174 -msgid "Room not found" -msgstr "Sala no encontrada" +#: ../../mod/setup.php:659 +msgid "SSL certificate validation" +msgstr "validación del certificado SSL" -#: ../../mod/chat.php:185 -msgid "Leave Room" -msgstr "Abandonar la sala" +#: ../../mod/setup.php:665 +msgid "" +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:" -#: ../../mod/chat.php:186 -msgid "Delete This Room" -msgstr "Eliminar esta sala" +#: ../../mod/setup.php:668 +msgid "Url rewrite is working" +msgstr "La reescritura de las direcciones funciona correctamente" -#: ../../mod/chat.php:187 -msgid "I am away right now" -msgstr "Estoy ausente momentáneamente" +#: ../../mod/setup.php:677 +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 "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raÃz de su servidor." -#: ../../mod/chat.php:188 -msgid "I am online" -msgstr "Estoy conectado/a" +#: ../../mod/setup.php:701 +msgid "Errors encountered creating database tables." +msgstr "Se han encontrado errores al crear las tablas de la base de datos." -#: ../../mod/chat.php:190 -msgid "Bookmark this room" -msgstr "Añadir esta sala a Marcadores" +#: ../../mod/setup.php:735 +msgid "<h1>What next</h1>" +msgstr "<h1>Siguiente paso</h1>" -#: ../../mod/chat.php:208 ../../mod/chat.php:231 -msgid "New Chatroom" -msgstr "Nueva sala de chat" +#: ../../mod/setup.php:736 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"." -#: ../../mod/chat.php:209 -msgid "Chatroom Name" -msgstr "Nombre de la sala de chat" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "No se ha encontrado una cuenta válida." -#: ../../mod/chat.php:210 -msgid "Expiration of chats (minutes)" -msgstr "Tiempo de expiración de los mensajes en los chats (en minutos)" +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico." -#: ../../mod/chat.php:227 +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 #, php-format -msgid "%1$s's Chatrooms" -msgstr "Salas de chat de %1$s" - -#: ../../mod/viewsrc.php:40 -msgid "Source of Item" -msgstr "Origen del elemento" - -#: ../../mod/ffsapi.php:8 -msgid "Share content from Firefox to $Projectname" -msgstr "Compartir contenido desde Firefox a $Projectname" - -#: ../../mod/ffsapi.php:11 -msgid "Activate the Firefox $Projectname provider" -msgstr "Servicio de compartición de Firefox: activar el proveedor $Projectname " - -#: ../../mod/magic.php:69 -msgid "Hub not found." -msgstr "Servidor no encontrado" - -#: ../../mod/connections.php:52 ../../mod/connections.php:150 -msgid "Blocked" -msgstr "Bloqueadas" - -#: ../../mod/connections.php:57 ../../mod/connections.php:157 -msgid "Ignored" -msgstr "Ignoradas" - -#: ../../mod/connections.php:62 ../../mod/connections.php:171 -msgid "Hidden" -msgstr "Ocultas" - -#: ../../mod/connections.php:67 ../../mod/connections.php:164 -msgid "Archived" -msgstr "Archivadas" - -#: ../../mod/connections.php:128 -msgid "Suggest new connections" -msgstr "Sugerir nuevas conexiones" - -#: ../../mod/connections.php:131 -msgid "New Connections" -msgstr "Nuevas conexiones" - -#: ../../mod/connections.php:134 -msgid "Show pending (new) connections" -msgstr "Mostrar conexiones (nuevas) pendientes" - -#: ../../mod/connections.php:137 ../../mod/profperm.php:139 -msgid "All Connections" -msgstr "Todas las conexiones" - -#: ../../mod/connections.php:140 -msgid "Show all connections" -msgstr "Mostrar todas las conexiones" - -#: ../../mod/connections.php:143 -msgid "Unblocked" -msgstr "Desbloqueadas" - -#: ../../mod/connections.php:146 -msgid "Only show unblocked connections" -msgstr "Mostrar solo las conexiones desbloqueadas" - -#: ../../mod/connections.php:153 -msgid "Only show blocked connections" -msgstr "Mostrar solo las conexiones bloqueadas" - -#: ../../mod/connections.php:160 -msgid "Only show ignored connections" -msgstr "Mostrar solo conexiones ignoradas" - -#: ../../mod/connections.php:167 -msgid "Only show archived connections" -msgstr "Mostrar solo las conexiones archivadas" - -#: ../../mod/connections.php:174 -msgid "Only show hidden connections" -msgstr "Mostrar solo las conexiones ocultas" +msgid "Site Member (%s)" +msgstr "Usuario del sitio (%s)" -#: ../../mod/connections.php:225 +#: ../../mod/lostpass.php:40 #, php-format -msgid "%1$s [%2$s]" -msgstr "%1$s [%2$s]" - -#: ../../mod/connections.php:226 -msgid "Edit connection" -msgstr "Editar conexión" - -#: ../../mod/connections.php:264 -msgid "Search your connections" -msgstr "Buscar sus conexiones" - -#: ../../mod/connections.php:265 -msgid "Finding: " -msgstr "Búsqueda:" - -#: ../../mod/help.php:147 -msgid "Documentation Search" -msgstr "Búsqueda de Documentación" - -#: ../../mod/help.php:184 ../../mod/help.php:190 ../../mod/help.php:196 -msgid "Help:" -msgstr "Ayuda:" - -#: ../../mod/help.php:211 ../../index.php:238 -msgid "Not Found" -msgstr "No encontrado" - -#: ../../mod/help.php:235 -msgid "$Projectname Documentation" -msgstr "Documentación de $Projectname" +msgid "Password reset requested at %s" +msgstr "Se ha solicitado restablecer la contraseña en %s" -#: ../../mod/manage.php:130 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Ha creado %1$.0f de %2$.0f canales permitidos." +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado." -#: ../../mod/manage.php:138 -msgid "Create a new channel" -msgstr "Crear un nuevo canal" +#: ../../mod/lostpass.php:86 ../../boot.php:1526 +msgid "Password Reset" +msgstr "Restablecer la contraseña" -#: ../../mod/manage.php:161 -msgid "Current Channel" -msgstr "Canal actual" +#: ../../mod/lostpass.php:87 +msgid "Your password has been reset as requested." +msgstr "Su contraseña ha sido restablecida según lo solicitó." -#: ../../mod/manage.php:163 -msgid "Switch to one of your channels by selecting it." -msgstr "Cambiar a uno de sus canales seleccionándolo." +#: ../../mod/lostpass.php:88 +msgid "Your new password is" +msgstr "Su nueva contraseña es" -#: ../../mod/manage.php:164 -msgid "Default Channel" -msgstr "Canal principal" +#: ../../mod/lostpass.php:89 +msgid "Save or copy your new password - and then" +msgstr "Guarde o copie su nueva contraseña - y después" -#: ../../mod/manage.php:165 -msgid "Make Default" -msgstr "Convertir en predeterminado" +#: ../../mod/lostpass.php:90 +msgid "click here to login" +msgstr "pulse aquà para conectarse" -#: ../../mod/manage.php:168 -#, php-format -msgid "%d new messages" -msgstr "%d mensajes nuevos" +#: ../../mod/lostpass.php:91 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión." -#: ../../mod/manage.php:169 +#: ../../mod/lostpass.php:108 #, php-format -msgid "%d new introductions" -msgstr "%d nuevas isolicitudes de conexión" - -#: ../../mod/manage.php:171 -msgid "Delegated Channels" -msgstr "Canales delegados" - -#: ../../mod/menu.php:45 -msgid "Unable to update menu." -msgstr "No se puede actualizar el menú." - -#: ../../mod/menu.php:56 -msgid "Unable to create menu." -msgstr "No se puede crear el menú." - -#: ../../mod/menu.php:94 ../../mod/menu.php:106 -msgid "Menu Name" -msgstr "Nombre del menú" - -#: ../../mod/menu.php:94 -msgid "Unique name (not visible on webpage) - required" -msgstr "Nombre único (no será visible en la página web) - requerido" - -#: ../../mod/menu.php:95 ../../mod/menu.php:107 -msgid "Menu Title" -msgstr "TÃtulo del menú" - -#: ../../mod/menu.php:95 -msgid "Visible on webpage - leave empty for no title" -msgstr "Visible en la página web - no ponga nada si no desea un tÃtulo" - -#: ../../mod/menu.php:96 -msgid "Allow Bookmarks" -msgstr "Permitir marcadores" - -#: ../../mod/menu.php:96 ../../mod/menu.php:153 -msgid "Menu may be used to store saved bookmarks" -msgstr "El menú se puede usar para guardar marcadores" - -#: ../../mod/menu.php:97 ../../mod/menu.php:155 -msgid "Submit and proceed" -msgstr "Enviar y proceder" - -#: ../../mod/menu.php:109 -msgid "Drop" -msgstr "Eliminar" - -#: ../../mod/menu.php:113 -msgid "Bookmarks allowed" -msgstr "Marcadores permitidos" - -#: ../../mod/menu.php:115 -msgid "Delete this menu" -msgstr "Borrar este menú" - -#: ../../mod/menu.php:116 ../../mod/menu.php:150 -msgid "Edit menu contents" -msgstr "Editar los contenidos del menú" - -#: ../../mod/menu.php:117 -msgid "Edit this menu" -msgstr "Modificar este menú" - -#: ../../mod/menu.php:132 -msgid "Menu could not be deleted." -msgstr "El menú no puede ser eliminado." - -#: ../../mod/menu.php:140 ../../mod/mitem.php:24 -msgid "Menu not found." -msgstr "Menú no encontrado" - -#: ../../mod/menu.php:145 -msgid "Edit Menu" -msgstr "Modificar el menú" - -#: ../../mod/menu.php:149 -msgid "Add or remove entries to this menu" -msgstr "Añadir o quitar entradas en este menú" - -#: ../../mod/menu.php:151 -msgid "Menu name" -msgstr "Nombre del menú" - -#: ../../mod/menu.php:151 -msgid "Must be unique, only seen by you" -msgstr "Debe ser único, solo será visible para usted" - -#: ../../mod/menu.php:152 -msgid "Menu title" -msgstr "TÃtulo del menú" - -#: ../../mod/menu.php:152 -msgid "Menu title as seen by others" -msgstr "El tÃtulo del menú tal como será visto por los demás" - -#: ../../mod/menu.php:153 -msgid "Allow bookmarks" -msgstr "Permitir marcadores" - -#: ../../mod/mail.php:34 -msgid "Unable to lookup recipient." -msgstr "Imposible asociar a un destinatario." - -#: ../../mod/mail.php:42 -msgid "Unable to communicate with requested channel." -msgstr "Imposible comunicar con el canal solicitado." - -#: ../../mod/mail.php:49 -msgid "Cannot verify requested channel." -msgstr "No se puede verificar el canal solicitado." - -#: ../../mod/mail.php:75 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "El canal seleccionado tiene restricciones sobre los mensajes privados. El envÃo falló." - -#: ../../mod/mail.php:140 -msgid "Messages" -msgstr "Mensajes" - -#: ../../mod/mail.php:175 -msgid "Message recalled." -msgstr "Mensaje revocado." - -#: ../../mod/mail.php:188 -msgid "Conversation removed." -msgstr "Conversación eliminada." - -#: ../../mod/mail.php:231 -msgid "Requested channel is not in this network" -msgstr "El canal solicitado no existe en esta red" - -#: ../../mod/mail.php:239 -msgid "Send Private Message" -msgstr "Enviar un mensaje privado" - -#: ../../mod/mail.php:240 ../../mod/mail.php:370 -msgid "To:" -msgstr "Para:" - -#: ../../mod/mail.php:243 ../../mod/mail.php:372 -msgid "Subject:" -msgstr "Asunto:" - -#: ../../mod/mail.php:250 -msgid "Send" -msgstr "Enviar" - -#: ../../mod/mail.php:342 -msgid "Delete message" -msgstr "Borrar mensaje" +msgid "Your password has changed at %s" +msgstr "Su contraseña en %s ha sido cambiada" -#: ../../mod/mail.php:343 -msgid "Delivery report" -msgstr "Informe de transmisión" +#: ../../mod/lostpass.php:123 +msgid "Forgot your Password?" +msgstr "¿Ha olvidado su contraseña?" -#: ../../mod/mail.php:344 -msgid "Recall message" -msgstr "Revocar el mensaje" +#: ../../mod/lostpass.php:124 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Introduzca y envÃe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones." -#: ../../mod/mail.php:346 -msgid "Message has been recalled." -msgstr "El mensaje ha sido revocado." +#: ../../mod/lostpass.php:125 +msgid "Email Address" +msgstr "Dirección de correo electrónico" -#: ../../mod/mail.php:363 -msgid "Delete Conversation" -msgstr "Eliminar conversación" +#: ../../mod/lostpass.php:126 +msgid "Reset" +msgstr "Reiniciar" -#: ../../mod/mail.php:365 -msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente." +#: ../../mod/sharedwithme.php:94 +msgid "Files: shared with me" +msgstr "Ficheros: compartidos conmigo" -#: ../../mod/mail.php:369 -msgid "Send Reply" -msgstr "Responder" +#: ../../mod/sharedwithme.php:96 +msgid "NEW" +msgstr "NUEVO" -#: ../../mod/mail.php:374 -#, php-format -msgid "Your message for %s (%s):" -msgstr "Su mensaje para %s (%s):" +#: ../../mod/sharedwithme.php:99 +msgid "Remove all files" +msgstr "Eliminar todos los ficheros" -#: ../../mod/service_limits.php:19 -msgid "No service class restrictions found." -msgstr "No se han encontrado restricciones sobre esta clase de servicio." +#: ../../mod/sharedwithme.php:100 +msgid "Remove this file" +msgstr "Eliminar este fichero" #: ../../mod/siteinfo.php:15 #, php-format @@ -8853,11 +9059,11 @@ msgstr "Versión %s" #: ../../mod/siteinfo.php:36 msgid "Installed plugins/addons/apps:" -msgstr "Extensiones/Aplicaciones instaladas:" +msgstr "Extensiones, complementos o aplicaciones instaladas:" #: ../../mod/siteinfo.php:49 msgid "No installed plugins/addons/apps" -msgstr "Extensiones/Aplicaciones no instaladas:" +msgstr "No hay instalada ninguna extensión, complemento o aplicación" #: ../../mod/siteinfo.php:62 msgid "" @@ -8905,285 +9111,211 @@ msgstr "Sugerencias, elogios, etc - por favor, un correo electrónico a \"redmat msgid "Site Administrators" msgstr "Administradores del sitio" -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo." - -#: ../../mod/events.php:21 -msgid "Calendar entries imported." -msgstr "Entradas de calendario importadas." - -#: ../../mod/events.php:23 -msgid "No calendar entries found." -msgstr "No se han encontrado entradas de calendario." - -#: ../../mod/events.php:100 -msgid "Event can not end before it has started." -msgstr "Un evento no puede terminar antes de que haya comenzado." - -#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 -msgid "Unable to generate preview." -msgstr "No se puede crear la vista previa." - -#: ../../mod/events.php:109 -msgid "Event title and start time are required." -msgstr "Se requieren el tÃtulo del evento y su hora de inicio." - -#: ../../mod/events.php:129 ../../mod/events.php:254 -msgid "Event not found." -msgstr "Evento no encontrado." - -#: ../../mod/events.php:437 -msgid "Edit event titel" -msgstr "Editar el tÃtulo del evento" - -#: ../../mod/events.php:437 -msgid "Event titel" -msgstr "TÃtulo del evento" - -#: ../../mod/events.php:439 -msgid "Categories (comma-separated list)" -msgstr "CategorÃas (lista separada por comas)" - -#: ../../mod/events.php:440 -msgid "Edit Category" -msgstr "Editar la categorÃa" - -#: ../../mod/events.php:440 -msgid "Category" -msgstr "CategorÃa" - -#: ../../mod/events.php:443 -msgid "Edit start date and time" -msgstr "Modificar la fecha y hora de comienzo" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Imposible crear el origen de los contenidos. Ningún canal ha sido seleccionado." -#: ../../mod/events.php:443 -msgid "Start date and time" -msgstr "Fecha y hora de comienzo" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Fuente creada." -#: ../../mod/events.php:444 ../../mod/events.php:447 -msgid "Finish date and time are not known or not relevant" -msgstr "La fecha y hora de terminación no se conocen o no son relevantes" +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Fuente actualizada." -#: ../../mod/events.php:446 -msgid "Edit finish date and time" -msgstr "Modificar la fecha y hora de terminación" +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/events.php:446 -msgid "Finish date and time" -msgstr "Fecha y hora de terminación" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Gestionar contenido de origen remoto para su canal." -#: ../../mod/events.php:448 ../../mod/events.php:449 -msgid "Adjust for viewer timezone" -msgstr "Ajustar para obtener el visor de zona horaria" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nueva fuente" -#: ../../mod/events.php:448 +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." -msgstr "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales." - -#: ../../mod/events.php:450 -msgid "Edit Description" -msgstr "Editar la descripción" - -#: ../../mod/events.php:452 -msgid "Edit Location" -msgstr "Modificar la localización" - -#: ../../mod/events.php:455 ../../mod/events.php:457 -msgid "Share this event" -msgstr "Compartir este evento" - -#: ../../mod/events.php:462 -msgid "Advanced Options" -msgstr "Opciones avanzadas" - -#: ../../mod/events.php:574 -msgid "l, F j" -msgstr "l j F" - -#: ../../mod/events.php:596 -msgid "Edit event" -msgstr "Editar evento" - -#: ../../mod/events.php:598 -msgid "Delete event" -msgstr "Borrar evento" - -#: ../../mod/events.php:632 -msgid "calendar" -msgstr "calendario" - -#: ../../mod/events.php:651 -msgid "Edit Event" -msgstr "Editar el evento" - -#: ../../mod/events.php:651 -msgid "Create Event" -msgstr "Crear un evento" - -#: ../../mod/events.php:661 -msgid "Today" -msgstr "Hoy" - -#: ../../mod/events.php:692 -msgid "Event removed" -msgstr "Evento borrado" - -#: ../../mod/events.php:695 -msgid "Failed to remove event" -msgstr "Error al eliminar el evento" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes." -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Identificador del perfil no válido" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importar solo contenido que contenga estas palabras (una por lÃnea)" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Editor de visibilidad del perfil" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Dejar en blanco para importar todo el contenido público" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Pulsar en un contacto para añadirlo o eliminarlo." +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Fuente no encontrada" -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Visible para" +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Editar fuente" -#: ../../mod/mitem.php:48 -msgid "Unable to create element." -msgstr "Imposible crear el elemento." +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Eliminar fuente" -#: ../../mod/mitem.php:72 -msgid "Unable to update menu element." -msgstr "No es posible actualizar el elemento del menú." +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Fuente eliminada" -#: ../../mod/mitem.php:88 -msgid "Unable to add menu element." -msgstr "No es posible añadir el elemento al menú" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Imposible eliminar la fuente." -#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 -msgid "Menu Item Permissions" -msgstr "Permisos del elemento del menú" +#: ../../mod/subthread.php:114 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s está siguiendo %3$s de %2$s" -#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 -msgid "Link Name" -msgstr "Nombre del enlace" +#: ../../mod/subthread.php:116 +#, php-format +msgid "%1$s stopped following %2$s's %3$s" +msgstr "%1$s ha dejado de seguir %3$s de %2$s" -#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 -msgid "Link or Submenu Target" -msgstr "Destino del enlace o submenú" +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo." -#: ../../mod/mitem.php:153 -msgid "Enter URL of the link or select a menu name to create a submenu" -msgstr "Introducir la dirección del enlace o seleccionar el nombre de un submenú" +#: ../../mod/tagger.php:96 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s ha etiquetado %3$s de %2$s con %4$s" -#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 -msgid "Use magic-auth if available" -msgstr "Usar la autenticación mágica si está disponible" +#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 +msgid "Tag removed" +msgstr "Etiqueta eliminada." -#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 -msgid "Open link in new window" -msgstr "Abrir el enlace en una nueva ventana" +#: ../../mod/tagrm.php:119 +msgid "Remove Item Tag" +msgstr "Eliminar etiqueta del elemento." -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Order in list" -msgstr "Orden en la lista" +#: ../../mod/tagrm.php:121 +msgid "Select a tag to remove: " +msgstr "Seleccionar una etiqueta para eliminar:" -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Higher numbers will sink to bottom of listing" -msgstr "Los números más altos irán al final de la lista" +#: ../../mod/thing.php:110 +msgid "Thing updated" +msgstr "Elemento actualizado." -#: ../../mod/mitem.php:157 -msgid "Submit and finish" -msgstr "Enviar y terminar" +#: ../../mod/thing.php:162 +msgid "Object store: failed" +msgstr "Guardar objeto: ha fallado" -#: ../../mod/mitem.php:158 -msgid "Submit and continue" -msgstr "Enviar y continuar" +#: ../../mod/thing.php:166 +msgid "Thing added" +msgstr "Elemento añadido" -#: ../../mod/mitem.php:166 -msgid "Menu:" -msgstr "Menú:" +#: ../../mod/thing.php:192 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/mitem.php:169 -msgid "Link Target" -msgstr "Destino del enlace" +#: ../../mod/thing.php:255 +msgid "Show Thing" +msgstr "Mostrar elemento" -#: ../../mod/mitem.php:172 -msgid "Edit menu" -msgstr "Editar menú" +#: ../../mod/thing.php:262 +msgid "item not found." +msgstr "elemento no encontrado." -#: ../../mod/mitem.php:175 -msgid "Edit element" -msgstr "Editar el elemento" +#: ../../mod/thing.php:295 +msgid "Edit Thing" +msgstr "Editar elemento" -#: ../../mod/mitem.php:176 -msgid "Drop element" -msgstr "Eliminar el elemento" +#: ../../mod/thing.php:297 ../../mod/thing.php:347 +msgid "Select a profile" +msgstr "Seleccionar un perfil" -#: ../../mod/mitem.php:177 -msgid "New element" -msgstr "Nuevo elemento" +#: ../../mod/thing.php:301 ../../mod/thing.php:350 +msgid "Post an activity" +msgstr "Publicar una actividad" -#: ../../mod/mitem.php:178 -msgid "Edit this menu container" -msgstr "Modificar el contenedor del menú" +#: ../../mod/thing.php:301 ../../mod/thing.php:350 +msgid "Only sends to viewers of the applicable profile" +msgstr "Sólo enviar a espectadores del perfil pertinente." -#: ../../mod/mitem.php:179 -msgid "Add menu element" -msgstr "Añadir un elemento al menú" +#: ../../mod/thing.php:303 ../../mod/thing.php:352 +msgid "Name of thing e.g. something" +msgstr "Nombre del elemento, p. ej.:. \"algo\"" -#: ../../mod/mitem.php:180 -msgid "Delete this menu item" -msgstr "Eliminar este elemento del menú" +#: ../../mod/thing.php:305 ../../mod/thing.php:353 +msgid "URL of thing (optional)" +msgstr "Dirección del elemento (opcional)" -#: ../../mod/mitem.php:181 -msgid "Edit this menu item" -msgstr "Modificar este elemento del menú" +#: ../../mod/thing.php:307 ../../mod/thing.php:354 +msgid "URL for photo of thing (optional)" +msgstr "Dirección para la foto o elemento (opcional)" -#: ../../mod/mitem.php:198 -msgid "Menu item not found." -msgstr "Este elemento del menú no se ha encontrado" +#: ../../mod/thing.php:345 +msgid "Add Thing to your Profile" +msgstr "Añadir alguna cosa a su perfil" -#: ../../mod/mitem.php:211 -msgid "Menu item deleted." -msgstr "Este elemento del menú ha sido borrado" +#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 +msgid "Export Channel" +msgstr "Exportar el canal" -#: ../../mod/mitem.php:213 -msgid "Menu item could not be deleted." -msgstr "Este elemento del menú no puede ser borrado." +#: ../../mod/uexport.php:53 +msgid "" +"Export your basic channel information to a file. This acts as a backup of " +"your connections, permissions, profile and basic data, which can be used to " +"import your data to a new server hub, but does not contain your content." +msgstr "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido." -#: ../../mod/mitem.php:220 -msgid "Edit Menu Element" -msgstr "Editar elemento del menú" +#: ../../mod/uexport.php:54 +msgid "Export Content" +msgstr "Exportar contenidos" -#: ../../mod/mitem.php:226 -msgid "Link text" -msgstr "Texto del enlace" +#: ../../mod/uexport.php:55 +msgid "" +"Export your channel information and recent content to a JSON backup that can" +" be restored or imported to another server hub. This backs up all of your " +"connections, permissions, profile data and several months of posts. This " +"file may be VERY large. Please be patient - it may take several minutes for" +" this download to begin." +msgstr "Exportar la información sobre su canal y el contenido reciente a un fichero de respaldo JSON, que puede ser restaurado o importado a otro servidor. Este fichero incluye todas sus conexiones, permisos, datos del perfil y publicaciones de varios meses. Puede llegar a ser MUY grande. Por favor, sea paciente, la descarga puede tardar varios minutos en comenzar." -#: ../../mod/wholikesme.php:13 -msgid "Who likes me?" -msgstr "¿Quién me ha puesto \"Me gusta\"?" +#: ../../mod/uexport.php:56 +msgid "Export your posts from a given year." +msgstr "Exporta sus publicaciones de un año dado." -#: ../../mod/sharedwithme.php:94 -msgid "Files: shared with me" -msgstr "Ficheros: compartidos conmigo" +#: ../../mod/uexport.php:58 +msgid "" +"You may also export your posts and conversations for a particular year or " +"month. Adjust the date in your browser location bar to select other dates. " +"If the export fails (possibly due to memory exhaustion on your server hub), " +"please try again selecting a more limited date range." +msgstr "También puede exportar sus mensajes y conversaciones durante un año o mes en particular. Ajuste la fecha en la barra de direcciones del navegador para seleccionar otras fechas. Si la exportación falla (posiblemente debido al agotamiento de la memoria del servidor hub), por favor, intente de nuevo la selección de un rango de fechas más pequeño." -#: ../../mod/sharedwithme.php:96 -msgid "NEW" -msgstr "NUEVO" +#: ../../mod/uexport.php:59 +#, php-format +msgid "" +"To select all posts for a given year, such as this year, visit <a " +"href=\"%1$s\">%2$s</a>" +msgstr "Para seleccionar todos los mensajes de un año determinado, como este año, visite <a href=\"%1$s\">%2$s</a>" -#: ../../mod/sharedwithme.php:99 -msgid "Remove all files" -msgstr "Eliminar todos los ficheros" +#: ../../mod/uexport.php:60 +#, php-format +msgid "" +"To select all posts for a given month, such as January of this year, visit " +"<a href=\"%1$s\">%2$s</a>" +msgstr "Para seleccionar todos los mensajes de un mes determinado, como el de enero de este año, visite <a href=\"%1$s\">%2$s</a>" -#: ../../mod/sharedwithme.php:100 -msgid "Remove this file" -msgstr "Eliminar este fichero" +#: ../../mod/uexport.php:61 +#, php-format +msgid "" +"These content files may be imported or restored by visiting <a " +"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results" +" please import or restore these in date order (oldest first)." +msgstr "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1$s\">%2$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero)." #: ../../mod/viewconnections.php:59 msgid "No connections." @@ -9194,6 +9326,34 @@ msgstr "Sin conexiones." msgid "Visit %s's profile [%s]" msgstr "Visitar el perfil de %s [%s]" +#: ../../mod/viewconnections.php:101 +msgid "View Connections" +msgstr "Ver conexiones" + +#: ../../mod/viewsrc.php:40 +msgid "Source of Item" +msgstr "Origen del elemento" + +#: ../../mod/webpages.php:191 +msgid "Page Title" +msgstr "TÃtulo de página" + +#: ../../mod/xchan.php:6 +msgid "Xchan Lookup" +msgstr "Búsqueda de canales" + +#: ../../mod/xchan.php:9 +msgid "Lookup xchan beginning with (or webbie): " +msgstr "Buscar un canal (o un \"webbie\") que comience por:" + +#: ../../mod/cover_photo.php:130 ../../mod/cover_photo.php:177 +msgid "Cover Photos" +msgstr "Imágenes de portada del perfil" + +#: ../../mod/cover_photo.php:352 +msgid "Upload Cover Photo" +msgstr "Subir imagen de portada del perfil" + #: ../../view/theme/redbasic/php/config.php:82 msgid "Focus (Hubzilla default)" msgstr "Focus (predefinido)" @@ -9292,7 +9452,7 @@ msgstr "Ejemplo: 14px" #: ../../view/theme/redbasic/php/config.php:124 msgid "Set font-size for posts and comments" -msgstr "Ajustar el tamaño del tipo de letra para entradas y comentarios" +msgstr "Ajustar el tamaño del tipo de letra para publicaciones y comentarios" #: ../../view/theme/redbasic/php/config.php:125 msgid "Set font-color for posts and comments" @@ -9330,57 +9490,51 @@ msgstr "Ajustar el tamaño de la foto del autor de la conversación" msgid "Set size of followup author photos" msgstr "Ajustar el tamaño de foto de los seguidores del autor" -#: ../../boot.php:1292 +#: ../../boot.php:1329 #, php-format msgid "Update %s failed. See error logs." msgstr "La actualización %s ha fallado. Mire el informe de errores." -#: ../../boot.php:1295 +#: ../../boot.php:1332 #, php-format msgid "Update Error at %s" msgstr "Error de actualización en %s" -#: ../../boot.php:1462 +#: ../../boot.php:1499 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "Crear una cuenta para acceder a los servicios y aplicaciones dentro de Hubzilla" -#: ../../boot.php:1484 +#: ../../boot.php:1521 msgid "Password" msgstr "Contraseña" -#: ../../boot.php:1485 +#: ../../boot.php:1522 msgid "Remember me" msgstr "Recordarme" -#: ../../boot.php:1488 +#: ../../boot.php:1525 msgid "Forgot your password?" msgstr "¿Olvidó su contraseña?" -#: ../../boot.php:2108 +#: ../../boot.php:2155 msgid "toggle mobile" msgstr "cambiar a modo móvil" -#: ../../boot.php:2243 +#: ../../boot.php:2308 msgid "Website SSL certificate is not valid. Please correct." msgstr "El certificado SSL del sitio web no es válido. Por favor, solucione el problema." -#: ../../boot.php:2246 +#: ../../boot.php:2311 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "[hubzilla] Error SSL del sitio web en %s" -#: ../../boot.php:2283 +#: ../../boot.php:2348 msgid "Cron/Scheduled tasks not running." msgstr "Las tareas del Planificador/Cron no están funcionando." -#: ../../boot.php:2287 +#: ../../boot.php:2352 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "[hubzilla] Las tareas de Cron no están funcionando en %s" - -#: ../../Zotlabs/Zot/Auth.php:140 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo." diff --git a/view/es/hstrings.php b/view/es-es/hstrings.php index 2fc5fb861..e664dfea9 100644 --- a/view/es/hstrings.php +++ b/view/es-es/hstrings.php @@ -1,24 +1,19 @@ <?php -if(! function_exists("string_plural_select_es")) { -function string_plural_select_es($n){ +if(! function_exists("string_plural_select_es_es")) { +function string_plural_select_es_es($n){ return ($n != 1);; }} ; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo."; +$a->strings["Welcome %s. Remote authentication successful."] = "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente."; $a->strings["Connect"] = "Conectar"; $a->strings["New window"] = "Nueva ventana"; $a->strings["Open the selected location in a different window or browser tab"] = "Abrir la dirección seleccionada en una ventana o pestaña aparte"; $a->strings["User '%s' deleted"] = "El usuario '%s' ha sido eliminado"; -$a->strings["Missing room name"] = "Sala de chat sin nombre"; -$a->strings["Duplicate room name"] = "Nombre de sala duplicado."; -$a->strings["Invalid room specifier."] = "Especificador de sala no válido."; -$a->strings["Room not found."] = "Sala no encontrada."; -$a->strings["Permission denied."] = "Acceso denegado."; -$a->strings["Room is full"] = "La sala está llena."; -$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado."; +$a->strings["No username found in import file."] = "No se ha encontrado el nombre de usuario en el fichero importado."; $a->strings["Unable to create a unique channel address. Import failed."] = "No se ha podido crear una dirección de canal única. Ha fallado la importación."; -$a->strings["Channel clone failed. Import failed."] = "La clonación del canal no ha salido bien. La importación ha fallado."; -$a->strings["Cloned channel not found. Import failed."] = "No se ha podido importar el canal porque el canal clonado no se ha encontrado."; +$a->strings["Import completed."] = "Importación completada."; $a->strings["parent"] = "padre"; $a->strings["Collection"] = "Colección"; $a->strings["Principal"] = "Principal"; @@ -43,202 +38,67 @@ $a->strings["You are using %1\$s of %2\$s available file storage. (%3\$s%)"] $a->strings["WARNING:"] = "ATENCIÓN:"; $a->strings["Create new folder"] = "Crear nueva carpeta"; $a->strings["Upload file"] = "Subir fichero"; -$a->strings["Delete this item?"] = "¿Borrar este elemento?"; -$a->strings["Comment"] = "Comentar"; -$a->strings["[+] show all"] = "[+] mostrar todo:"; -$a->strings["[-] show less"] = "[-] mostrar menos"; -$a->strings["[+] expand"] = "[+] expandir"; -$a->strings["[-] collapse"] = "[-] contraer"; -$a->strings["Password too short"] = "Contraseña demasiado corta"; -$a->strings["Passwords do not match"] = "Las contraseñas no coinciden"; -$a->strings["everybody"] = "cualquiera"; -$a->strings["Secret Passphrase"] = "Contraseña secreta"; -$a->strings["Passphrase hint"] = "Pista de contraseña"; -$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Aviso: los permisos han cambiado pero aún no han sido enviados."; -$a->strings["close all"] = "cerrar todo"; -$a->strings["Nothing new here"] = "Nada nuevo por aquÃ"; -$a->strings["Rate This Channel (this is public)"] = "Valorar este canal (esto es público)"; -$a->strings["Rating"] = "Valoración"; -$a->strings["Describe (optional)"] = "Describir (opcional)"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Please enter a link URL"] = "Por favor, introduzca una dirección de enlace"; -$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Cambios no guardados. ¿Está seguro de que desea abandonar la página?"; -$a->strings["Location"] = "Ubicación"; -$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; -$a->strings["ago"] = "antes"; -$a->strings["from now"] = "desde ahora"; -$a->strings["less than a minute"] = "menos de un minuto"; -$a->strings["about a minute"] = "alrededor de un minuto"; -$a->strings["%d minutes"] = "%d minutos"; -$a->strings["about an hour"] = "alrededor de una hora"; -$a->strings["about %d hours"] = "alrededor de %d horas"; -$a->strings["a day"] = "un dÃa"; -$a->strings["%d days"] = "%d dÃas"; -$a->strings["about a month"] = "alrededor de un mes"; -$a->strings["%d months"] = "%d meses"; -$a->strings["about a year"] = "alrededor de un año"; -$a->strings["%d years"] = "%d años"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["January"] = "enero"; -$a->strings["February"] = "febrero"; -$a->strings["March"] = "marzo"; -$a->strings["April"] = "abril"; -$a->strings["__ctx:long__ May"] = "mayo"; -$a->strings["June"] = "junio"; -$a->strings["July"] = "julio"; -$a->strings["August"] = "agosto"; -$a->strings["September"] = "septiembre"; -$a->strings["October"] = "octubre"; -$a->strings["November"] = "noviembre"; -$a->strings["December"] = "diciembre"; -$a->strings["Jan"] = "ene"; -$a->strings["Feb"] = "feb"; -$a->strings["Mar"] = "mar"; -$a->strings["Apr"] = "abr"; -$a->strings["__ctx:short__ May"] = "may"; -$a->strings["Jun"] = "jun"; -$a->strings["Jul"] = "jul"; -$a->strings["Aug"] = "ago"; -$a->strings["Sep"] = "sep"; -$a->strings["Oct"] = "oct"; -$a->strings["Nov"] = "nov"; -$a->strings["Dec"] = "dic"; -$a->strings["Sunday"] = "domingo"; -$a->strings["Monday"] = "lunes"; -$a->strings["Tuesday"] = "martes"; -$a->strings["Wednesday"] = "miércoles"; -$a->strings["Thursday"] = "jueves"; -$a->strings["Friday"] = "viernes"; -$a->strings["Saturday"] = "sábado"; -$a->strings["Sun"] = "dom"; -$a->strings["Mon"] = "lun"; -$a->strings["Tue"] = "mar"; -$a->strings["Wed"] = "mié"; -$a->strings["Thu"] = "jue"; -$a->strings["Fri"] = "vie"; -$a->strings["Sat"] = "sáb"; -$a->strings["__ctx:calendar__ today"] = "hoy"; -$a->strings["__ctx:calendar__ month"] = "mes"; -$a->strings["__ctx:calendar__ week"] = "semana"; -$a->strings["__ctx:calendar__ day"] = "dÃa"; -$a->strings["__ctx:calendar__ All day"] = "Todos los dÃas"; -$a->strings["No username found in import file."] = "No se ha encontrado el nombre de usuario en el fichero importado."; -$a->strings["Import completed."] = "Importación completada."; -$a->strings["Default"] = "Predeterminado"; -$a->strings["Permission denied"] = "Permiso denegado"; -$a->strings["(Unknown)"] = "(Desconocido)"; -$a->strings["Visible to anybody on the internet."] = "Visible para cualquiera en internet."; -$a->strings["Visible to you only."] = "Visible sólo para usted."; -$a->strings["Visible to anybody in this network."] = "Visible para cualquiera en esta red."; -$a->strings["Visible to anybody authenticated."] = "Visible para cualquiera que haya sido autenticado."; -$a->strings["Visible to anybody on %s."] = "Visible para cualquiera en %s."; -$a->strings["Visible to all connections."] = "Visible para todas las conexiones."; -$a->strings["Visible to approved connections."] = "Visible para las conexiones permitidas."; -$a->strings["Visible to specific connections."] = "Visible para conexiones especÃficas."; -$a->strings["Item not found."] = "Elemento no encontrado."; -$a->strings["Collection not found."] = "Colección no encontrada."; -$a->strings["Collection is empty."] = "La colección está vacÃa."; -$a->strings["Collection: %s"] = "Colección: %s"; -$a->strings["Connection: %s"] = "Conexión: %s"; -$a->strings["Connection not found."] = "Conexión no encontrada"; -$a->strings["l F d, Y \\@ g:i A"] = "l d de F, Y \\@ G:i"; -$a->strings["Starts:"] = "Comienza:"; -$a->strings["Finishes:"] = "Finaliza:"; -$a->strings["Location:"] = "Ubicación:"; -$a->strings["This event has been added to your calendar."] = "Este evento ha sido añadido a su calendario."; -$a->strings["event"] = "evento"; -$a->strings["Not specified"] = "Sin especificar"; -$a->strings["Needs Action"] = "Necesita de una intervención"; -$a->strings["Completed"] = "Completado/a"; -$a->strings["In Process"] = "En proceso"; -$a->strings["Cancelled"] = "Cancelado/a"; -$a->strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos"; -$a->strings["Empty name"] = "Nombre vacÃo"; -$a->strings["Name too long"] = "Nombre demasiado largo"; -$a->strings["No account identifier"] = "Ningún identificador de la cuenta"; -$a->strings["Nickname is required."] = "Se requiere un sobrenombre (alias)."; -$a->strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso. Por favor, elija otro."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio."; -$a->strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada"; -$a->strings["Default Profile"] = "Perfil principal"; -$a->strings["Friends"] = "Amigos"; -$a->strings["Requested channel is not available."] = "El canal solicitado no está disponible."; -$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible."; -$a->strings["Change profile photo"] = "Cambiar la foto del perfil"; -$a->strings["Profiles"] = "Perfiles"; -$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles"; -$a->strings["Create New Profile"] = "Crear un nuevo perfil"; -$a->strings["Edit Profile"] = "Editar el perfil"; -$a->strings["Profile Image"] = "Imagen del perfil"; -$a->strings["visible to everybody"] = "visible para cualquiera"; -$a->strings["Edit visibility"] = "Editar visibilidad"; -$a->strings["Gender:"] = "Género:"; -$a->strings["Status:"] = "Estado:"; -$a->strings["Homepage:"] = "Página personal:"; -$a->strings["Online Now"] = "Ahora en lÃnea"; -$a->strings["g A l F d"] = "g A l d F"; -$a->strings["F d"] = "d F"; -$a->strings["[today]"] = "[hoy]"; -$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños"; -$a->strings["Birthdays this week:"] = "Cumpleaños de esta semana:"; -$a->strings["[No description]"] = "[Sin descripción]"; -$a->strings["Event Reminders"] = "Recordatorios de eventos"; -$a->strings["Events this week:"] = "Eventos de esta semana:"; -$a->strings["Profile"] = "Perfil"; -$a->strings["Full Name:"] = "Nombre completo:"; -$a->strings["Like this channel"] = "Me gusta este canal"; -$a->strings["__ctx:noun__ Like"] = array( - 0 => "Me gusta", - 1 => "Me gusta", -); -$a->strings["j F, Y"] = "j F Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Cumpleaños:"; -$a->strings["Age:"] = "Edad:"; -$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Orientación sexual:"; -$a->strings["Hometown:"] = "Ciudad de origen:"; -$a->strings["Tags:"] = "Etiquetas:"; -$a->strings["Political Views:"] = "Posición polÃtica:"; -$a->strings["Religion:"] = "Religión:"; -$a->strings["About:"] = "Sobre mÃ:"; -$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:"; -$a->strings["Likes:"] = "Me gusta:"; -$a->strings["Dislikes:"] = "No me gusta:"; -$a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:"; -$a->strings["My other channels:"] = "Mis otros canales:"; -$a->strings["Musical interests:"] = "Intereses musicales:"; -$a->strings["Books, literature:"] = "Libros, literatura:"; -$a->strings["Television:"] = "Televisión:"; -$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:"; -$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:"; -$a->strings["Work/employment:"] = "Trabajo:"; -$a->strings["School/education:"] = "Estudios:"; -$a->strings["Like this thing"] = "Me gusta esto"; -$a->strings["Tags"] = "Etiquetas"; -$a->strings["Categories"] = "CategorÃas"; -$a->strings["Keywords"] = "Palabras clave"; -$a->strings["have"] = "tener"; -$a->strings["has"] = "tiene"; -$a->strings["want"] = "quiero"; -$a->strings["wants"] = "quiere"; -$a->strings["like"] = "me gusta"; -$a->strings["likes"] = "gusta de"; -$a->strings["dislike"] = "no me gusta"; -$a->strings["dislikes"] = "no gusta de"; +$a->strings["Not a valid email address"] = "Dirección de correo no válida"; +$a->strings["Your email domain is not among those allowed on this site"] = "Su dirección de correo no pertenece a ninguno de los dominios permitidos en este sitio."; +$a->strings["Your email address is already registered at this site."] = "Su dirección de correo está ya registrada en este sitio."; +$a->strings["An invitation is required."] = "Es obligatorio que le inviten."; +$a->strings["Invitation could not be verified."] = "No se ha podido verificar su invitación."; +$a->strings["Please enter the required information."] = "Por favor introduzca la información requerida."; +$a->strings["Failed to store account information."] = "La información de la cuenta no se ha podido guardar."; +$a->strings["Registration confirmation for %s"] = "Confirmación de registro para %s"; +$a->strings["Registration request at %s"] = "Solicitud de registro en %s"; +$a->strings["Administrator"] = "Administrador"; +$a->strings["your registration password"] = "su contraseña de registro"; +$a->strings["Registration details for %s"] = "Detalles del registro de %s"; +$a->strings["Account approved."] = "Cuenta aprobada."; +$a->strings["Registration revoked for %s"] = "Registro revocado para %s"; +$a->strings["Account verified. Please login."] = "Cuenta verificada. Por favor, inicie sesión."; +$a->strings["Click here to upgrade."] = "Pulse aquà para actualizar"; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción supera los lÃmites establecidos por su plan de suscripción "; +$a->strings["This action is not available under your subscription plan."] = "Esta acción no está disponible en su plan de suscripción."; $a->strings["Visible to your default audience"] = "Visible para su público predeterminado."; $a->strings["Show"] = "Mostrar"; $a->strings["Don't show"] = "No mostrar"; -$a->strings["Other networks and post services"] = "Otras redes y servicios de correo"; +$a->strings["Other networks and post services"] = "Otras redes y servicios de publicación"; $a->strings["Permissions"] = "Permisos"; $a->strings["Close"] = "Cerrar"; $a->strings[" and "] = "y"; $a->strings["public profile"] = "perfil público"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s cambió %2\$s a “%3\$s”"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s ha cambiado %2\$s a “%3\$s”"; $a->strings["Visit %1\$s's %2\$s"] = "Visitar %2\$s de %1\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha actualizado %2\$s cambiando %3\$s."; +$a->strings["Public Timeline"] = "CronologÃa pública"; +$a->strings["Site Admin"] = "Administrador del sitio"; +$a->strings["Bookmarks"] = "Marcadores"; +$a->strings["Address Book"] = "Libreta de direcciones"; +$a->strings["Login"] = "Iniciar sesión"; +$a->strings["Channel Manager"] = "Administración de canales"; +$a->strings["Grid"] = "Red"; +$a->strings["Settings"] = "Ajustes"; +$a->strings["Webpages"] = "Páginas web"; +$a->strings["Channel Home"] = "Mi canal"; +$a->strings["Profile"] = "Perfil"; +$a->strings["Photos"] = "Fotos"; +$a->strings["Events"] = "Eventos"; +$a->strings["Directory"] = "Directorio"; +$a->strings["Help"] = "Ayuda"; +$a->strings["Mail"] = "Correo"; +$a->strings["Mood"] = "Estado de ánimo"; +$a->strings["Poke"] = "Toques y otras cosas"; +$a->strings["Chat"] = "Chat"; +$a->strings["Search"] = "Buscar"; +$a->strings["Probe"] = "Probar"; +$a->strings["Suggest"] = "Sugerir"; +$a->strings["Random Channel"] = "Canal aleatorio"; +$a->strings["Invite"] = "Invitar"; +$a->strings["Features"] = "Funcionalidades"; +$a->strings["Language"] = "Idioma"; +$a->strings["Post"] = "Publicación"; +$a->strings["Profile Photo"] = "Foto del perfil"; +$a->strings["Update"] = "Actualizar"; +$a->strings["Install"] = "Instalar"; +$a->strings["Purchase"] = "Comprar"; +$a->strings["Permission denied."] = "Acceso denegado."; $a->strings["Item was not found."] = "Elemento no encontrado."; $a->strings["No source file."] = "Ningún fichero de origen"; $a->strings["Cannot locate file to replace"] = "No se puede localizar el fichero que va a ser sustituido."; @@ -254,243 +114,64 @@ $a->strings["Path not found."] = "Ruta no encontrada"; $a->strings["mkdir failed."] = "mkdir ha fallado."; $a->strings["database storage failed."] = "el almacenamiento en la base de datos ha fallado."; $a->strings["Empty path"] = "Ruta vacÃa"; +$a->strings["Logged out."] = "Desconectado/a."; +$a->strings["Failed authentication"] = "Autenticación fallida."; +$a->strings["Login failed."] = "El acceso ha fallado."; $a->strings["Attachments:"] = "Ficheros adjuntos:"; +$a->strings["l F d, Y \\@ g:i A"] = "l d de F, Y \\@ G:i"; $a->strings["\$Projectname event notification:"] = "Notificación de eventos de \$Projectname:"; -$a->strings["created a new post"] = "ha creado una nueva entrada"; -$a->strings["commented on %s's post"] = "ha comentado la entrada de %s"; -$a->strings["Apps"] = "Aplicaciones"; -$a->strings["System"] = "Sistema"; -$a->strings["Personal"] = "Personales"; -$a->strings["Create Personal App"] = "Crear una aplicación personal"; -$a->strings["Edit Personal App"] = "Editar una aplicación personal"; -$a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; -$a->strings["Suggestions"] = "Sugerencias"; -$a->strings["See more..."] = "Ver más..."; -$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Tiene %1$.0f de %2$.0f conexiones permitidas."; -$a->strings["Add New Connection"] = "Añadir nueva conexión"; -$a->strings["Enter the channel address"] = "Introducir la dirección del canal"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: paco@ejemplo.com, http://ejemplo.com/paco"; -$a->strings["Notes"] = "Notas"; -$a->strings["Save"] = "Guardar"; -$a->strings["Remove term"] = "Eliminar término"; -$a->strings["Saved Searches"] = "Búsquedas guardadas"; -$a->strings["add"] = "añadir"; +$a->strings["Starts:"] = "Comienza:"; +$a->strings["Finishes:"] = "Finaliza:"; +$a->strings["Location:"] = "Ubicación:"; +$a->strings["Image/photo"] = "Imagen/foto"; +$a->strings["Encrypted content"] = "Contenido cifrado"; +$a->strings["Install %s element: "] = "Instalar el elemento %s:"; +$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."; +$a->strings["webpage"] = "página web"; +$a->strings["layout"] = "disposición"; +$a->strings["block"] = "bloque"; +$a->strings["menu"] = "menú"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió %2\$s siguiente %3\$s"; +$a->strings["post"] = "la entrada"; +$a->strings["Different viewers will see this text differently"] = "Visitantes diferentes verán este texto de forma distinta"; +$a->strings["$1 spoiler"] = "$1 spoiler"; +$a->strings["$1 wrote:"] = "$1 escribió:"; +$a->strings["%1\$s's bookmarks"] = "Marcadores de %1\$s"; +$a->strings["Missing room name"] = "Sala de chat sin nombre"; +$a->strings["Duplicate room name"] = "Nombre de sala duplicado."; +$a->strings["Invalid room specifier."] = "Especificador de sala no válido."; +$a->strings["Room not found."] = "Sala no encontrada."; +$a->strings["Room is full"] = "La sala está llena."; +$a->strings["Default"] = "Predeterminado"; +$a->strings["%d invitation available"] = array( + 0 => "%d invitación pendiente", + 1 => "%d invitaciones disponibles", +); +$a->strings["Advanced"] = "Avanzado"; +$a->strings["Find Channels"] = "Encontrar canales"; +$a->strings["Enter name or interest"] = "Introducir nombre o interés"; +$a->strings["Connect/Follow"] = "Conectar/Seguir"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: José Fernández, Pesca"; +$a->strings["Find"] = "Encontrar"; +$a->strings["Channel Suggestions"] = "Sugerencias de canales"; +$a->strings["Random Profile"] = "Perfil aleatorio"; +$a->strings["Invite Friends"] = "Invitar a amigos"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Ejemplo avanzado: nombre=juan y paÃs=españa"; $a->strings["Saved Folders"] = "Carpetas guardadas"; $a->strings["Everything"] = "Todo"; -$a->strings["Archives"] = "Hemeroteca"; -$a->strings["Me"] = "Yo"; -$a->strings["Family"] = "Familia"; -$a->strings["Acquaintances"] = "Conocidos/as"; -$a->strings["All"] = "Todas"; -$a->strings["Refresh"] = "Recargar"; -$a->strings["Account settings"] = "Configuración de la cuenta"; -$a->strings["Channel settings"] = "Configuración del canal"; -$a->strings["Additional features"] = "CaracterÃsticas adicionales"; -$a->strings["Feature/Addon settings"] = "Configuración de caracterÃsticas o complementos"; -$a->strings["Display settings"] = "Ajustes de visualización"; -$a->strings["Connected apps"] = "Aplicaciones conectadas"; -$a->strings["Export channel"] = "Exportar canal"; -$a->strings["Connection Default Permissions"] = "Permisos predeterminados de conexión"; -$a->strings["Premium Channel Settings"] = "Configuración del canal premium"; -$a->strings["Channel Sources"] = "OrÃgenes de los contenidos del canal"; -$a->strings["Settings"] = "Ajustes"; -$a->strings["Private Mail Menu"] = "Menú de correo privado"; -$a->strings["Combined View"] = "Vista combinada"; -$a->strings["Inbox"] = "Bandeja de entrada"; -$a->strings["Outbox"] = "Bandeja de salida"; -$a->strings["New Message"] = "Nuevo mensaje"; -$a->strings["Conversations"] = "Conversaciones"; -$a->strings["Received Messages"] = "Mensajes recibidos"; -$a->strings["Sent Messages"] = "Enviar mensajes"; -$a->strings["No messages."] = "Sin mensajes."; -$a->strings["Delete conversation"] = "Eliminar conversación"; -$a->strings["Events Menu"] = "Menú de eventos"; -$a->strings["Day View"] = "Eventos del dÃa"; -$a->strings["Week View"] = "Eventos de la semana"; -$a->strings["Month View"] = "Eventos del mes"; -$a->strings["Export"] = "Exportar"; -$a->strings["Import"] = "Importar"; -$a->strings["Events Tools"] = "Gestión de eventos"; -$a->strings["Export Calendar"] = "Exportar el calendario"; -$a->strings["Import Calendar"] = "Importar un calendario"; -$a->strings["Chat Rooms"] = "Salas de chat"; -$a->strings["Bookmarked Chatrooms"] = "Salas de chat preferidas"; -$a->strings["Suggested Chatrooms"] = "Salas de chat sugeridas"; -$a->strings["photo/image"] = "foto/imagen"; -$a->strings["Rate Me"] = "Valorar este canal"; -$a->strings["View Ratings"] = "Mostrar las valoraciones"; -$a->strings["Public Hubs"] = "Servidores públicos"; -$a->strings["Forums"] = "Foros"; -$a->strings["Tasks"] = "Tareas"; -$a->strings["Documentation"] = "Documentación"; -$a->strings["Project/Site Information"] = "Información sobre el proyecto o sitio"; -$a->strings["For Members"] = "Para los usuarios"; -$a->strings["For Administrators"] = "Para los administradores"; -$a->strings["For Developers"] = "Para los desarrolladores"; -$a->strings["Site"] = "Sitio"; -$a->strings["Accounts"] = "Cuentas"; -$a->strings["Channels"] = "Canales"; -$a->strings["Plugins"] = "Extensiones"; -$a->strings["Themes"] = "Temas"; -$a->strings["Inspect queue"] = "Examinar la cola"; -$a->strings["Profile Config"] = "Ajustes del perfil"; -$a->strings["DB updates"] = "Actualizaciones de la base de datos"; -$a->strings["Logs"] = "Informes"; -$a->strings["Admin"] = "Administrador"; -$a->strings["Plugin Features"] = "Ajustes de la extensión"; -$a->strings["User registrations waiting for confirmation"] = "Registros de usuarios pendientes de confirmación"; -$a->strings["View Photo"] = "Ver foto"; -$a->strings["Edit Album"] = "Editar álbum"; -$a->strings["%1\$s's bookmarks"] = "Marcadores de %1\$s"; -$a->strings["General Features"] = "CaracterÃsticas generales"; -$a->strings["Content Expiration"] = "Caducidad del contenido"; -$a->strings["Remove posts/comments and/or private messages at a future time"] = "Eliminar publicaciones/comentarios y/o mensajes privados más adelante"; -$a->strings["Multiple Profiles"] = "Múltiples perfiles"; -$a->strings["Ability to create multiple profiles"] = "Capacidad de crear múltiples perfiles"; -$a->strings["Advanced Profiles"] = "Perfiles avanzados"; -$a->strings["Additional profile sections and selections"] = "Secciones y selecciones de perfil adicionales"; -$a->strings["Profile Import/Export"] = "Importar/Exportar perfil"; -$a->strings["Save and load profile details across sites/channels"] = "Guardar y cargar detalles del perfil a través de sitios/canales"; -$a->strings["Web Pages"] = "Páginas web"; -$a->strings["Provide managed web pages on your channel"] = "Proveer páginas web gestionadas en su canal"; -$a->strings["Private Notes"] = "Notas privadas"; -$a->strings["Enables a tool to store notes and reminders"] = "Activar una herramienta para almacenar notas y recordatorios"; -$a->strings["Navigation Channel Select"] = "Navegación por el selector de canales"; -$a->strings["Change channels directly from within the navigation dropdown menu"] = "Cambiar de canales directamente desde el menú de navegación desplegable"; -$a->strings["Photo Location"] = "Ubicación de las fotos"; -$a->strings["If location data is available on uploaded photos, link this to a map."] = "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa."; -$a->strings["Expert Mode"] = "Modo de experto"; -$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Habilitar el modo de experto para acceder a opciones avanzadas de configuración"; -$a->strings["Premium Channel"] = "Canal premium"; -$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Les permite configurar restricciones y normas de uso a aquellos que conectan con su canal"; -$a->strings["Post Composition Features"] = "CaracterÃsticas de composición de entradas"; -$a->strings["Use Markdown"] = "Usar Markdown"; -$a->strings["Allow use of \"Markdown\" to format posts"] = "Permitir el uso de \"Markdown\" para formatear publicaciones"; -$a->strings["Large Photos"] = "Fotos de gran tamaño"; -$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)"; -$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automáticamente contenido de otros canales o \"feeds\""; -$a->strings["Even More Encryption"] = "Más cifrado todavÃa"; -$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida."; -$a->strings["Enable Voting Tools"] = "Activar herramientas de votación"; -$a->strings["Provide a class of post which others can vote on"] = "Proveer una clase de publicación en la que otros puedan votar"; -$a->strings["Delayed Posting"] = "Publicación aplazada"; -$a->strings["Allow posts to be published at a later date"] = "Permitir mensajes que se publicarán en una fecha posterior"; -$a->strings["Suppress Duplicate Posts/Comments"] = "Prevenir entradas o comentarios duplicados"; -$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo."; -$a->strings["Network and Stream Filtering"] = "Filtrado del contenido"; -$a->strings["Search by Date"] = "Buscar por fecha"; -$a->strings["Ability to select posts by date ranges"] = "Capacidad de seleccionar entradas por rango de fechas"; -$a->strings["Collections Filter"] = "Filtrado de colecciones"; -$a->strings["Enable widget to display Network posts only from selected collections"] = "Habilitar la muestra de entradas eligiendo colecciones"; -$a->strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilización"; -$a->strings["Network Personal Tab"] = "Actividad personal"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado."; -$a->strings["Network New Tab"] = "Contenido nuevo"; -$a->strings["Enable tab to display all new Network activity"] = "Habilitar una pestaña en la que se muestre solo el contenido nuevo"; -$a->strings["Affinity Tool"] = "Herramienta de afinidad"; -$a->strings["Filter stream activity by depth of relationships"] = "Filtrar el contenido según la profundidad de las relaciones"; -$a->strings["Connection Filtering"] = "Filtrado de conexiones"; -$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido"; -$a->strings["Suggest Channels"] = "Sugerir canales"; -$a->strings["Show channel suggestions"] = "Mostrar sugerencias de canales"; -$a->strings["Post/Comment Tools"] = "Herramientas de entradas/comentarios"; -$a->strings["Tagging"] = "Etiquetado"; -$a->strings["Ability to tag existing posts"] = "Capacidad de etiquetar entradas existentes"; -$a->strings["Post Categories"] = "CategorÃas de entradas"; -$a->strings["Add categories to your posts"] = "Añadir categorÃas a sus publicaciones"; -$a->strings["Ability to file posts under folders"] = "Capacidad de archivar entradas en carpetas"; -$a->strings["Dislike Posts"] = "Desagrado de publicaciones"; -$a->strings["Ability to dislike posts/comments"] = "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios"; -$a->strings["Star Posts"] = "Entradas destacadas"; -$a->strings["Ability to mark special posts with a star indicator"] = "Capacidad de marcar entradas destacadas con un indicador de estrella"; -$a->strings["Tag Cloud"] = "Nube de etiquetas"; -$a->strings["Provide a personal tag cloud on your channel page"] = "Proveer nube de etiquetas personal en su página de canal"; -$a->strings["Male"] = "Hombre"; -$a->strings["Female"] = "Mujer"; -$a->strings["Currently Male"] = "Actualmente hombre"; -$a->strings["Currently Female"] = "Actualmente mujer"; -$a->strings["Mostly Male"] = "Generalmente hombre"; -$a->strings["Mostly Female"] = "Generalmente mujer"; -$a->strings["Transgender"] = "Transgénero"; -$a->strings["Intersex"] = "Intersexual"; -$a->strings["Transsexual"] = "Transexual"; -$a->strings["Hermaphrodite"] = "Hermafrodita"; -$a->strings["Neuter"] = "Neutral"; -$a->strings["Non-specific"] = "No especificado"; -$a->strings["Other"] = "Otro"; -$a->strings["Undecided"] = "Indeciso/a"; -$a->strings["Males"] = "Hombres"; -$a->strings["Females"] = "Mujeres"; -$a->strings["Gay"] = "Homosexual"; -$a->strings["Lesbian"] = "Lesbiana"; -$a->strings["No Preference"] = "Sin preferencias"; -$a->strings["Bisexual"] = "Bisexual"; -$a->strings["Autosexual"] = "Autosexual"; -$a->strings["Abstinent"] = "Casto/a"; -$a->strings["Virgin"] = "Virgen"; -$a->strings["Deviant"] = "Fuera de lo común"; -$a->strings["Fetish"] = "Fetichista"; -$a->strings["Oodles"] = "OrgÃas"; -$a->strings["Nonsexual"] = "Asexual"; -$a->strings["Single"] = "Soltero/a"; -$a->strings["Lonely"] = "Solo/a"; -$a->strings["Available"] = "Disponible"; -$a->strings["Unavailable"] = "No disponible"; -$a->strings["Has crush"] = "Enamorado/a"; -$a->strings["Infatuated"] = "Apasionado/a"; -$a->strings["Dating"] = "Saliendo con alguien"; -$a->strings["Unfaithful"] = "Infiel"; -$a->strings["Sex Addict"] = "Con adicción al sexo"; -$a->strings["Friends/Benefits"] = "Amigos con algo extra"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Prometido/a"; -$a->strings["Married"] = "Casado/a"; -$a->strings["Imaginarily married"] = "Casado/a en sueños"; -$a->strings["Partners"] = "Pareja"; -$a->strings["Cohabiting"] = "Cohabitando"; -$a->strings["Common law"] = "Matrimonio tradicional"; -$a->strings["Happy"] = "FelÃz"; -$a->strings["Not looking"] = "No estoy buscando"; -$a->strings["Swinger"] = "Libertino"; -$a->strings["Betrayed"] = "Engañado/a"; -$a->strings["Separated"] = "Separado/a"; -$a->strings["Unstable"] = "Inestable"; -$a->strings["Divorced"] = "Divorciado/a"; -$a->strings["Imaginarily divorced"] = "Divorciado/a en sueños"; -$a->strings["Widowed"] = "Viudo/a"; -$a->strings["Uncertain"] = "Indeterminado"; -$a->strings["It's complicated"] = "Es complicado"; -$a->strings["Don't care"] = "No me importa"; -$a->strings["Ask me"] = "Pregúnteme"; -$a->strings["Miscellaneous"] = "Varios"; -$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-DD o MM-DD"; -$a->strings["Required"] = "Obligatorio"; -$a->strings["never"] = "nunca"; -$a->strings["less than a second ago"] = "hace un instante"; -$a->strings["year"] = "año"; -$a->strings["years"] = "años"; -$a->strings["month"] = "mes"; -$a->strings["months"] = "meses"; -$a->strings["week"] = "semana"; -$a->strings["weeks"] = "semanas"; -$a->strings["day"] = "dÃa"; -$a->strings["days"] = "dÃas"; -$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["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "hace %1\$d %2\$s"; -$a->strings["%1\$s's birthday"] = "Cumpleaños de %1\$s"; -$a->strings["Happy Birthday %1\$s"] = "Feliz cumpleaños %1\$s"; -$a->strings["Public Timeline"] = "CronologÃa pública"; +$a->strings["Categories"] = "CategorÃas"; +$a->strings["%d connection in common"] = array( + 0 => "%d conexión en común", + 1 => "%d conexiones en común", +); +$a->strings["show more"] = "mostrar más"; $a->strings["photo"] = "foto"; +$a->strings["event"] = "evento"; $a->strings["channel"] = "el canal"; $a->strings["status"] = "el mensaje de estado"; $a->strings["comment"] = "el comentario"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s le gusta %3\$s de %2\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "a %1\$s no le gusta %3\$s de %2\$s"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gusta %3\$s de %2\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s no le gusta %3\$s de %2\$s"; $a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ahora está conectado/a con %2\$s"; $a->strings["%1\$s poked %2\$s"] = "%1\$s ha dado un toque a %2\$s"; $a->strings["poked"] = "ha dado un toque a"; @@ -518,33 +199,31 @@ $a->strings["Please wait"] = "Espere por favor"; $a->strings["remove"] = "eliminar"; $a->strings["Loading..."] = "Cargando..."; $a->strings["Delete Selected Items"] = "Eliminar elementos seleccionados"; -$a->strings["View Source"] = "Ver la fuente original de la entrada"; +$a->strings["View Source"] = "Ver la fuente original de la publicación"; $a->strings["Follow Thread"] = "Seguir este hilo"; $a->strings["Unfollow Thread"] = "Dejar de seguir este hilo"; -$a->strings["View Status"] = "Ver mi estado actual"; $a->strings["View Profile"] = "Ver el perfil"; -$a->strings["View Photos"] = "Ver fotos"; -$a->strings["Activity/Posts"] = "Actividad y entradas"; +$a->strings["Activity/Posts"] = "Actividad y publicaciones"; $a->strings["Edit Connection"] = "Editar conexión"; -$a->strings["Send PM"] = "Enviar un mensaje privado"; -$a->strings["Poke"] = "Toques y otras cosas"; -$a->strings["%s likes this."] = "a %s le gusta esto."; -$a->strings["%s doesn't like this."] = "a %s no le gusta esto."; +$a->strings["Message"] = "Mensaje"; +$a->strings["Ratings"] = "Valoraciones"; +$a->strings["%s likes this."] = "A %s le gusta esto."; +$a->strings["%s doesn't like this."] = "A %s no le gusta esto."; $a->strings["<span %1\$s>%2\$d people</span> like this."] = array( 0 => "a <span %1\$s>%2\$d personas</span> le gusta esto.", - 1 => "a <span %1\$s>%2\$d personas</span> les gusta esto.", + 1 => "A <span %1\$s>%2\$d personas</span> les gusta esto.", ); $a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( 0 => "a <span %1\$s>%2\$d personas</span> no les gusta esto.", - 1 => "a <span %1\$s>%2\$d personas</span> no les gusta esto.", + 1 => "A <span %1\$s>%2\$d personas</span> no les gusta esto.", ); $a->strings["and"] = "y"; $a->strings[", and %d other people"] = array( 0 => ", y %d persona más", 1 => ", y %d personas más", ); -$a->strings["%s like this."] = "a %s le gusta esto."; -$a->strings["%s don't like this."] = "a %s no le gusta esto."; +$a->strings["%s like this."] = "A %s le gusta esto."; +$a->strings["%s don't like this."] = "A %s no le gusta esto."; $a->strings["Visible to <strong>everybody</strong>"] = "Visible para <strong>cualquiera</strong>"; $a->strings["Please enter a link URL:"] = "Por favor, introduzca la dirección del enlace:"; $a->strings["Please enter a video link/URL:"] = "Por favor, introduzca un enlace de vÃdeo:"; @@ -594,6 +273,7 @@ $a->strings["Commented Order"] = "Comentarios recientes"; $a->strings["Sort by Comment Date"] = "Ordenar por fecha de comentario"; $a->strings["Posted Order"] = "Publicaciones recientes"; $a->strings["Sort by Post Date"] = "Ordenar por fecha de publicación"; +$a->strings["Personal"] = "Personales"; $a->strings["Posts that mention or involve you"] = "Publicaciones que le mencionan o involucran"; $a->strings["New"] = "Nuevas"; $a->strings["Activity Stream - by date"] = "Contenido - por fecha"; @@ -605,15 +285,16 @@ $a->strings["Channel"] = "Canal"; $a->strings["Status Messages and Posts"] = "Mensajes de estado y publicaciones"; $a->strings["About"] = "Mi perfil"; $a->strings["Profile Details"] = "Detalles del perfil"; -$a->strings["Photos"] = "Fotos"; $a->strings["Photo Albums"] = "Ãlbumes de fotos"; $a->strings["Files and Storage"] = "Ficheros y repositorio"; $a->strings["Chatrooms"] = "Salas de chat"; -$a->strings["Bookmarks"] = "Marcadores"; $a->strings["Saved Bookmarks"] = "Marcadores guardados"; -$a->strings["Webpages"] = "Páginas web"; $a->strings["Manage Webpages"] = "Administrar páginas web"; $a->strings["View all"] = "Ver todo"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "Me gusta", + 1 => "Me gusta", +); $a->strings["__ctx:noun__ Dislike"] = array( 0 => "No me gusta", 1 => "No me gusta", @@ -642,97 +323,41 @@ $a->strings["__ctx:noun__ Abstain"] = array( 0 => "se abstiene", 1 => "Se abstienen", ); -$a->strings["Logged out."] = "Desconectado/a."; -$a->strings["Failed authentication"] = "Autenticación fallida."; -$a->strings["Login failed."] = "El acceso ha fallado."; -$a->strings["Frequently"] = "Frecuentemente"; -$a->strings["Hourly"] = "Cada hora"; -$a->strings["Twice daily"] = "Dos veces al dÃa"; -$a->strings["Daily"] = "Diariamente"; -$a->strings["Weekly"] = "Semanalmente"; -$a->strings["Monthly"] = "Mensualmente"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Correo electrónico"; -$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["Image/photo"] = "Imagen/foto"; -$a->strings["Encrypted content"] = "Contenido cifrado"; -$a->strings["Install %s element: "] = "Instalar el elemento %s:"; -$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."; -$a->strings["webpage"] = "página web"; -$a->strings["layout"] = "disposición"; -$a->strings["block"] = "bloque"; -$a->strings["menu"] = "menú"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió la siguiente %2\$s %3\$s"; -$a->strings["post"] = "la entrada"; -$a->strings["Different viewers will see this text differently"] = "Visitantes diferentes verán este texto de forma distinta"; -$a->strings["$1 spoiler"] = "$1 spoiler"; -$a->strings["$1 wrote:"] = "$1 escribió"; -$a->strings["%d invitation available"] = array( - 0 => "%d invitación pendiente", - 1 => "%d invitaciones disponibles", -); -$a->strings["Advanced"] = "Avanzado"; -$a->strings["Find Channels"] = "Encontrar canales"; -$a->strings["Enter name or interest"] = "Introducir nombre o interés"; -$a->strings["Connect/Follow"] = "Conectar/Seguir"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: José Fernández, Pesca"; -$a->strings["Find"] = "Encontrar"; -$a->strings["Channel Suggestions"] = "Sugerencias de canales"; -$a->strings["Random Profile"] = "Perfil aleatorio"; -$a->strings["Invite Friends"] = "Invitar a amigos"; -$a->strings["Advanced example: name=fred and country=iceland"] = "Ejemplo avanzado: nombre=juan y paÃs=españa"; -$a->strings["%d connection in common"] = array( - 0 => "%d conexión en común", - 1 => "%d conexiones en común", -); -$a->strings["show more"] = "mostrar más"; -$a->strings["\$Projectname Notification"] = "Notificación de \$Projectname"; -$a->strings["\$projectname"] = "\$projectname"; -$a->strings["Thank You,"] = "Gracias,"; -$a->strings["%s Administrator"] = "%s Administrador"; -$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; -$a->strings["[Hubzilla:Notify] New mail received at %s"] = "[Hubzilla:Aviso] Nuevo mensaje en %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s le ha enviado un nuevo mensaje privado en %3\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s le ha enviado %2\$s."; -$a->strings["a private message"] = "un mensaje privado"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Por favor visite %s para ver y/o responder a su mensaje privado."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s ha comentado [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 comentado [zrl=%3\$s]%5\$s de %4\$s[/zrl] "; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha comentado [zrl=%3\$s]%4\$s creado por usted[/zrl]"; -$a->strings["[Hubzilla:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Hubzilla:Aviso] Nuevo comentario de %2\$s a la conversación #%1\$d"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha comentado un elemento/conversación que ha estado siguiendo."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Para ver o comentar la conversación, visite %s"; -$a->strings["[Hubzilla:Notify] %s posted to your profile wall"] = "[Hubzilla:Aviso] %s ha publicado una entrada en su página de inicio del perfil"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s publicó en su página del perfil en %3\$s"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s publicó en [zrl=%3\$s]su página del perfil[/zrl]"; -$a->strings["[Hubzilla:Notify] %s tagged you"] = "[Hubzilla:Aviso] %s le ha etiquetado"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s le ha etiquetado en %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]le etiquetó[/zrl]."; -$a->strings["[Hubzilla:Notify] %1\$s poked you"] = "[Hubzilla:Aviso] %1\$s le ha dado un toque"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s le ha dado un toque en %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]le ha dado un toque[/zrl]."; -$a->strings["[Hubzilla:Notify] %s tagged your post"] = "[Hubzilla:Aviso] %s ha etiquetado su publicación"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha etiquetado su publicación en %3\$s"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha etiquetado [zrl=%3\$s]su publicación[/zrl]"; -$a->strings["[Hubzilla:Notify] Introduction received"] = "[Hubzilla:Aviso] Ha recibido una solicitud de conexión"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, ha recibido una nueva solicitud de conexión de '%2\$s' en %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, ha recibido [zrl=%2\$s]una nueva solicitud de conexión[/zrl] de %3\$s."; -$a->strings["You may visit their profile at %s"] = "Puede visitar su perfil en %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Por favor, visite %s para permitir o rechazar la solicitad de conexión."; -$a->strings["[Hubzilla:Notify] Friend suggestion received"] = "[Hubzilla:Aviso] Ha recibido una sugerencia de amistad"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, ha recibido una sugerencia de conexión de '%2\$s' en %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, ha recibido [zrl=%2\$s]una sugerencia de conexión[/zrl] para %3\$s de %4\$s."; -$a->strings["Name:"] = "Nombre:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprobar o rechazar la sugerencia."; -$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Aviso]"; +$a->strings["Miscellaneous"] = "Varios"; +$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-DD o MM-DD"; +$a->strings["Required"] = "Obligatorio"; +$a->strings["never"] = "nunca"; +$a->strings["less than a second ago"] = "hace un instante"; +$a->strings["year"] = "año"; +$a->strings["years"] = "años"; +$a->strings["month"] = "mes"; +$a->strings["months"] = "meses"; +$a->strings["week"] = "semana"; +$a->strings["weeks"] = "semanas"; +$a->strings["day"] = "dÃa"; +$a->strings["days"] = "dÃas"; +$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["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "hace %1\$d %2\$s"; +$a->strings["%1\$s's birthday"] = "Cumpleaños de %1\$s"; +$a->strings["Happy Birthday %1\$s"] = "Feliz cumpleaños %1\$s"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "No se ha podido localizar información de DNS para el servidor de base de datos “%sâ€"; +$a->strings["Directory Options"] = "Opciones del directorio"; +$a->strings["Safe Mode"] = "Modo seguro"; +$a->strings["No"] = "No"; +$a->strings["Yes"] = "SÃ"; +$a->strings["Public Forums Only"] = "Solo foros públicos"; +$a->strings["This Website Only"] = "Solo este sitio web"; +$a->strings["This event has been added to your calendar."] = "Este evento ha sido añadido a su calendario."; +$a->strings["Not specified"] = "Sin especificar"; +$a->strings["Needs Action"] = "Necesita de una intervención"; +$a->strings["Completed"] = "Completado/a"; +$a->strings["In Process"] = "En proceso"; +$a->strings["Cancelled"] = "Cancelado/a"; $a->strings["Channel is blocked on this site."] = "El canal está bloqueado en este sitio."; $a->strings["Channel location missing."] = "Falta la dirección del canal."; $a->strings["Response from remote channel was incomplete."] = "Respuesta incompleta del canal."; @@ -741,27 +366,117 @@ $a->strings["Protocol disabled."] = "Protocolo deshabilitado."; $a->strings["Channel discovery failed."] = "El intento de acceder al canal ha fallado."; $a->strings["local account not found."] = "No se ha encontrado la cuenta local."; $a->strings["Cannot connect to yourself."] = "No puede conectarse consigo mismo."; -$a->strings["Embedded content"] = "Contenido incorporado"; -$a->strings["Embedding disabled"] = "Incrustación deshabilitada"; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente."; +$a->strings["Add new connections to this privacy group"] = "Añadir conexiones nuevas a este grupo de canales"; +$a->strings["All Channels"] = "Todos los canales"; +$a->strings["edit"] = "editar"; +$a->strings["Privacy Groups"] = "Grupos de canales"; +$a->strings["Edit group"] = "Editar grupo"; +$a->strings["Add privacy group"] = "Añadir un grupo de canales"; +$a->strings["Channels not in any privacy group"] = "Sin canales en ningún grupo"; +$a->strings["add"] = "añadir"; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado."; +$a->strings["Channel clone failed. Import failed."] = "La clonación del canal no ha salido bien. La importación ha fallado."; +$a->strings["Cloned channel not found. Import failed."] = "No se ha podido importar el canal porque el canal clonado no se ha encontrado."; +$a->strings["Delete this item?"] = "¿Borrar este elemento?"; +$a->strings["Comment"] = "Comentar"; +$a->strings["[+] show all"] = "[+] mostrar todo:"; +$a->strings["[-] show less"] = "[-] mostrar menos"; +$a->strings["[+] expand"] = "[+] expandir"; +$a->strings["[-] collapse"] = "[-] contraer"; +$a->strings["Password too short"] = "Contraseña demasiado corta"; +$a->strings["Passwords do not match"] = "Las contraseñas no coinciden"; +$a->strings["everybody"] = "cualquiera"; +$a->strings["Secret Passphrase"] = "Contraseña secreta"; +$a->strings["Passphrase hint"] = "Pista de contraseña"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Aviso: los permisos han cambiado pero aún no han sido enviados."; +$a->strings["close all"] = "cerrar todo"; +$a->strings["Nothing new here"] = "Nada nuevo por aquÃ"; +$a->strings["Rate This Channel (this is public)"] = "Valorar este canal (esto es público)"; +$a->strings["Rating"] = "Valoración"; +$a->strings["Describe (optional)"] = "Describir (opcional)"; +$a->strings["Submit"] = "Enviar"; +$a->strings["Please enter a link URL"] = "Por favor, introduzca una dirección de enlace"; +$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Cambios no guardados. ¿Está seguro de que desea abandonar la página?"; +$a->strings["Location"] = "Ubicación"; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; +$a->strings["ago"] = "antes"; +$a->strings["from now"] = "desde ahora"; +$a->strings["less than a minute"] = "menos de un minuto"; +$a->strings["about a minute"] = "alrededor de un minuto"; +$a->strings["%d minutes"] = "%d minutos"; +$a->strings["about an hour"] = "alrededor de una hora"; +$a->strings["about %d hours"] = "alrededor de %d horas"; +$a->strings["a day"] = "un dÃa"; +$a->strings["%d days"] = "%d dÃas"; +$a->strings["about a month"] = "alrededor de un mes"; +$a->strings["%d months"] = "%d meses"; +$a->strings["about a year"] = "alrededor de un año"; +$a->strings["%d years"] = "%d años"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["January"] = "enero"; +$a->strings["February"] = "febrero"; +$a->strings["March"] = "marzo"; +$a->strings["April"] = "abril"; +$a->strings["__ctx:long__ May"] = "mayo"; +$a->strings["June"] = "junio"; +$a->strings["July"] = "julio"; +$a->strings["August"] = "agosto"; +$a->strings["September"] = "septiembre"; +$a->strings["October"] = "octubre"; +$a->strings["November"] = "noviembre"; +$a->strings["December"] = "diciembre"; +$a->strings["Jan"] = "ene"; +$a->strings["Feb"] = "feb"; +$a->strings["Mar"] = "mar"; +$a->strings["Apr"] = "abr"; +$a->strings["__ctx:short__ May"] = "may"; +$a->strings["Jun"] = "jun"; +$a->strings["Jul"] = "jul"; +$a->strings["Aug"] = "ago"; +$a->strings["Sep"] = "sep"; +$a->strings["Oct"] = "oct"; +$a->strings["Nov"] = "nov"; +$a->strings["Dec"] = "dic"; +$a->strings["Sunday"] = "domingo"; +$a->strings["Monday"] = "lunes"; +$a->strings["Tuesday"] = "martes"; +$a->strings["Wednesday"] = "miércoles"; +$a->strings["Thursday"] = "jueves"; +$a->strings["Friday"] = "viernes"; +$a->strings["Saturday"] = "sábado"; +$a->strings["Sun"] = "dom"; +$a->strings["Mon"] = "lun"; +$a->strings["Tue"] = "mar"; +$a->strings["Wed"] = "mié"; +$a->strings["Thu"] = "jue"; +$a->strings["Fri"] = "vie"; +$a->strings["Sat"] = "sáb"; +$a->strings["__ctx:calendar__ today"] = "hoy"; +$a->strings["__ctx:calendar__ month"] = "mes"; +$a->strings["__ctx:calendar__ week"] = "semana"; +$a->strings["__ctx:calendar__ day"] = "dÃa"; +$a->strings["__ctx:calendar__ All day"] = "Todos los dÃas"; $a->strings["No recipient provided."] = "No se ha especificado ningún destinatario."; $a->strings["[no subject]"] = "[sin asunto]"; $a->strings["Unable to determine sender."] = "No ha sido posible determinar el remitente. "; -$a->strings["Stored post could not be verified."] = "No se han podido verificar las entradas guardadas."; +$a->strings["Stored post could not be verified."] = "No se han podido verificar las publicaciones guardadas."; $a->strings["Logout"] = "Finalizar sesión"; $a->strings["End this session"] = "Finalizar esta sesión"; $a->strings["Home"] = "Inicio"; -$a->strings["Your posts and conversations"] = "Sus entradas y conversaciones"; +$a->strings["Your posts and conversations"] = "Sus publicaciones y conversaciones"; $a->strings["Your profile page"] = "Su página del perfil"; $a->strings["Edit Profiles"] = "Editar perfiles"; $a->strings["Manage/Edit profiles"] = "Administrar/editar perfiles"; +$a->strings["Edit Profile"] = "Editar el perfil"; $a->strings["Edit your profile"] = "Editar su perfil"; $a->strings["Your photos"] = "Sus fotos"; $a->strings["Your files"] = "Sus ficheros"; -$a->strings["Chat"] = "Chat"; $a->strings["Your chatrooms"] = "Sus salas de chat"; $a->strings["Your bookmarks"] = "Sus marcadores"; $a->strings["Your webpages"] = "Sus páginas web"; -$a->strings["Login"] = "Iniciar sesión"; $a->strings["Sign in"] = "Acceder"; $a->strings["%s - click to logout"] = "%s - pulsar para finalizar sesión"; $a->strings["Remote authentication"] = "Acceder desde su servidor"; @@ -769,17 +484,13 @@ $a->strings["Click to authenticate to your home hub"] = "Pulsar para identificar $a->strings["Home Page"] = "Página de inicio"; $a->strings["Register"] = "Registrarse"; $a->strings["Create an account"] = "Crear una cuenta"; -$a->strings["Help"] = "Ayuda"; $a->strings["Help and documentation"] = "Ayuda y documentación"; +$a->strings["Apps"] = "Aplicaciones"; $a->strings["Applications, utilities, links, games"] = "Aplicaciones, utilidades, enlaces, juegos"; -$a->strings["Search"] = "Buscar"; $a->strings["Search site @name, #tag, ?docs, content"] = "Buscar en el sitio por @nombre, #etiqueta, ?ayuda o contenido"; -$a->strings["Directory"] = "Directorio"; $a->strings["Channel Directory"] = "Directorio de canales"; -$a->strings["Grid"] = "Red"; $a->strings["Your grid"] = "Mi red"; $a->strings["Mark all grid notifications seen"] = "Marcar todas las notificaciones de la red como vistas"; -$a->strings["Channel Home"] = "Mi canal"; $a->strings["Channel home"] = "Mi canal"; $a->strings["Mark all channel notifications seen"] = "Marcar todas las notificaciones del canal como leÃdas"; $a->strings["Connections"] = "Conexiones"; @@ -787,21 +498,133 @@ $a->strings["Notices"] = "Avisos"; $a->strings["Notifications"] = "Notificaciones"; $a->strings["See all notifications"] = "Ver todas las notificaciones"; $a->strings["Mark all system notifications seen"] = "Marcar todas las notificaciones de sistema como leÃdas"; -$a->strings["Mail"] = "Correo"; $a->strings["Private mail"] = "Correo privado"; $a->strings["See all private messages"] = "Ver todas los mensajes privados"; $a->strings["Mark all private messages seen"] = "Marcar todos los mensajes privados como leÃdos"; -$a->strings["Events"] = "Eventos"; +$a->strings["Inbox"] = "Bandeja de entrada"; +$a->strings["Outbox"] = "Bandeja de salida"; +$a->strings["New Message"] = "Nuevo mensaje"; $a->strings["Event Calendar"] = "Calendario de eventos"; $a->strings["See all events"] = "Ver todos los eventos"; $a->strings["Mark all events seen"] = "Marcar todos los eventos como leidos"; -$a->strings["Channel Manager"] = "Administración de canales"; $a->strings["Manage Your Channels"] = "Gestionar sus canales"; $a->strings["Account/Channel Settings"] = "Ajustes de cuenta/canales"; +$a->strings["Admin"] = "Administrador"; $a->strings["Site Setup and Configuration"] = "Ajustes y configuración del sitio"; $a->strings["@name, #tag, ?doc, content"] = "@nombre, #etiqueta, ?ayuda, contenido"; $a->strings["Please wait..."] = "Espere por favor…"; +$a->strings["view full size"] = "Ver en el tamaño original"; +$a->strings["\$Projectname Notification"] = "Notificación de \$Projectname"; +$a->strings["\$projectname"] = "\$projectname"; +$a->strings["Thank You,"] = "Gracias,"; +$a->strings["%s Administrator"] = "%s Administrador"; +$a->strings["No Subject"] = "Sin asunto"; +$a->strings["created a new post"] = "ha creado una nueva entrada"; +$a->strings["commented on %s's post"] = "ha comentado la entrada de %s"; +$a->strings["New Page"] = "Nueva página"; +$a->strings["View"] = "Ver"; +$a->strings["Actions"] = "Acciones"; +$a->strings["Page Link"] = "VÃnculo de la página"; +$a->strings["Title"] = "TÃtulo"; +$a->strings["Created"] = "Creado"; +$a->strings["Edited"] = "Editado"; +$a->strings["Profile Photos"] = "Fotos del perfil"; +$a->strings["Image exceeds website size limit of %lu bytes"] = "La imagen excede el lÃmite de %lu bytes del sitio"; +$a->strings["Image file is empty."] = "El fichero de imagen está vacÃo. "; +$a->strings["Unable to process image"] = "No ha sido posible procesar la imagen"; +$a->strings["Photo storage failed."] = "La foto no ha podido ser guardada."; +$a->strings["a new photo"] = "una nueva foto"; +$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s ha publicado %2\$s en %3\$s"; +$a->strings["Upload New Photos"] = "Subir nuevas fotos"; +$a->strings["Male"] = "Hombre"; +$a->strings["Female"] = "Mujer"; +$a->strings["Currently Male"] = "Actualmente hombre"; +$a->strings["Currently Female"] = "Actualmente mujer"; +$a->strings["Mostly Male"] = "Generalmente hombre"; +$a->strings["Mostly Female"] = "Generalmente mujer"; +$a->strings["Transgender"] = "Transgénero"; +$a->strings["Intersex"] = "Intersexual"; +$a->strings["Transsexual"] = "Transexual"; +$a->strings["Hermaphrodite"] = "Hermafrodita"; +$a->strings["Neuter"] = "Neutral"; +$a->strings["Non-specific"] = "No especificado"; +$a->strings["Other"] = "Otro"; +$a->strings["Undecided"] = "Indeciso/a"; +$a->strings["Males"] = "Hombres"; +$a->strings["Females"] = "Mujeres"; +$a->strings["Gay"] = "Homosexual"; +$a->strings["Lesbian"] = "Lesbiana"; +$a->strings["No Preference"] = "Sin preferencias"; +$a->strings["Bisexual"] = "Bisexual"; +$a->strings["Autosexual"] = "Autosexual"; +$a->strings["Abstinent"] = "Casto/a"; +$a->strings["Virgin"] = "Virgen"; +$a->strings["Deviant"] = "Fuera de lo común"; +$a->strings["Fetish"] = "Fetichista"; +$a->strings["Oodles"] = "OrgÃas"; +$a->strings["Nonsexual"] = "Asexual"; +$a->strings["Single"] = "Soltero/a"; +$a->strings["Lonely"] = "Solo/a"; +$a->strings["Available"] = "Disponible"; +$a->strings["Unavailable"] = "No disponible"; +$a->strings["Has crush"] = "Enamorado/a"; +$a->strings["Infatuated"] = "Apasionado/a"; +$a->strings["Dating"] = "Saliendo con alguien"; +$a->strings["Unfaithful"] = "Infiel"; +$a->strings["Sex Addict"] = "Con adicción al sexo"; +$a->strings["Friends"] = "Amigos/as"; +$a->strings["Friends/Benefits"] = "Amigos con algo extra"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Prometido/a"; +$a->strings["Married"] = "Casado/a"; +$a->strings["Imaginarily married"] = "Casado/a en sueños"; +$a->strings["Partners"] = "Pareja"; +$a->strings["Cohabiting"] = "Cohabitando"; +$a->strings["Common law"] = "Matrimonio tradicional"; +$a->strings["Happy"] = "FelÃz"; +$a->strings["Not looking"] = "No estoy buscando"; +$a->strings["Swinger"] = "Libertino"; +$a->strings["Betrayed"] = "Engañado/a"; +$a->strings["Separated"] = "Separado/a"; +$a->strings["Unstable"] = "Inestable"; +$a->strings["Divorced"] = "Divorciado/a"; +$a->strings["Imaginarily divorced"] = "Divorciado/a en sueños"; +$a->strings["Widowed"] = "Viudo/a"; +$a->strings["Uncertain"] = "Indeterminado"; +$a->strings["It's complicated"] = "Es complicado"; +$a->strings["Don't care"] = "No me importa"; +$a->strings["Ask me"] = "Pregúnteme"; $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."] = "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado"; +$a->strings["Tags"] = "Etiquetas"; +$a->strings["Keywords"] = "Palabras clave"; +$a->strings["have"] = "tener"; +$a->strings["has"] = "tiene"; +$a->strings["want"] = "quiero"; +$a->strings["wants"] = "quiere"; +$a->strings["like"] = "me gusta"; +$a->strings["likes"] = "gusta de"; +$a->strings["dislike"] = "no me gusta"; +$a->strings["dislikes"] = "no gusta de"; +$a->strings["Invalid data packet"] = "Paquete de datos no válido"; +$a->strings["Unable to verify channel signature"] = "No ha sido posible de verificar la firma del canal"; +$a->strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la firma del sitio para %s"; +$a->strings["invalid target signature"] = "La firma recibida no es válida"; +$a->strings["Frequently"] = "Frecuentemente"; +$a->strings["Hourly"] = "Cada hora"; +$a->strings["Twice daily"] = "Dos veces al dÃa"; +$a->strings["Daily"] = "Diariamente"; +$a->strings["Weekly"] = "Semanalmente"; +$a->strings["Monthly"] = "Mensualmente"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "Correo electrónico"; +$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["prev"] = "anterior"; $a->strings["first"] = "primera"; $a->strings["last"] = "última"; @@ -809,29 +632,26 @@ $a->strings["next"] = "próxima"; $a->strings["older"] = "más antiguas"; $a->strings["newer"] = "más recientes"; $a->strings["No connections"] = "Sin conexiones"; -$a->strings["%d Connection"] = array( - 0 => "%d Conexión", - 1 => "%d Conexiones", -); -$a->strings["View Connections"] = "Ver conexiones"; +$a->strings["View all %s connections"] = "Ver todas las %s conexiones"; +$a->strings["Save"] = "Guardar"; $a->strings["poke"] = "un toque"; $a->strings["ping"] = "un \"ping\""; $a->strings["pinged"] = "ha enviado un \"ping\" a"; -$a->strings["prod"] = "una incitación"; -$a->strings["prodded"] = "ha incitado a"; -$a->strings["slap"] = "una bofetada"; -$a->strings["slapped"] = "ha enviado una bofetada a"; -$a->strings["finger"] = "un \"finger\""; -$a->strings["fingered"] = "ha enviado un \"finger\" a"; -$a->strings["rebuff"] = "un rechazo"; -$a->strings["rebuffed"] = "ha enviado un rechazo a"; -$a->strings["happy"] = "feliz"; -$a->strings["sad"] = "triste"; -$a->strings["mellow"] = "amable"; -$a->strings["tired"] = "cansado/a"; +$a->strings["prod"] = "una incitación "; +$a->strings["prodded"] = "ha incitado a "; +$a->strings["slap"] = "una bofetada "; +$a->strings["slapped"] = "ha abofeteado a "; +$a->strings["finger"] = "un \"finger\" "; +$a->strings["fingered"] = "envió un \"finger\" a"; +$a->strings["rebuff"] = "un reproche"; +$a->strings["rebuffed"] = "ha hecho un reproche a "; +$a->strings["happy"] = "feliz "; +$a->strings["sad"] = "triste "; +$a->strings["mellow"] = "tranquilo/a"; +$a->strings["tired"] = "cansado/a "; $a->strings["perky"] = "vivaz"; $a->strings["angry"] = "enfadado/a"; -$a->strings["stupified"] = "estupefacto/a"; +$a->strings["stupefied"] = "asombrado/a"; $a->strings["puzzled"] = "perplejo/a"; $a->strings["interested"] = "interesado/a"; $a->strings["bitter"] = "amargado/a"; @@ -858,46 +678,291 @@ $a->strings["Page layout"] = "Formato de la página"; $a->strings["You can create your own with the layouts tool"] = "Puede crear su propio formato gráfico con las herramientas de diseño"; $a->strings["Page content type"] = "Tipo de contenido de página"; $a->strings["Select an alternate language"] = "Seleccionar un idioma alternativo"; -$a->strings["activity"] = "actividad"; +$a->strings["activity"] = "la actividad"; $a->strings["Design Tools"] = "Herramientas de diseño"; $a->strings["Blocks"] = "Bloques"; $a->strings["Menus"] = "Menús"; $a->strings["Layouts"] = "Formato gráfico"; $a->strings["Pages"] = "Páginas"; -$a->strings["Directory Options"] = "Opciones del directorio"; -$a->strings["Safe Mode"] = "Modo seguro"; -$a->strings["No"] = "No"; -$a->strings["Yes"] = "SÃ"; -$a->strings["Public Forums Only"] = "Solo foros públicos"; -$a->strings["This Website Only"] = "Solo este sitio web"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente."; -$a->strings["Add new connections to this collection (privacy group)"] = "Añadir nuevas conexiones a esta colección (privacidad del grupo)"; -$a->strings["All Channels"] = "Todos los canales"; -$a->strings["edit"] = "editar"; -$a->strings["Collections"] = "Colecciones"; -$a->strings["Edit collection"] = "Editar colección"; -$a->strings["Add new collection"] = "Añadir nueva colección"; -$a->strings["Channels not in any collection"] = "El canal no se encuentra en ninguna colección"; -$a->strings["Invalid data packet"] = "Paquete de datos no válido"; -$a->strings["Unable to verify channel signature"] = "No ha sido posible de verificar la firma del canal"; -$a->strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la firma del sitio para %s"; -$a->strings["invalid target signature"] = "La firma recibida no es válida"; -$a->strings["New Page"] = "Nueva página"; -$a->strings["View"] = "Ver"; -$a->strings["Actions"] = "Acciones"; -$a->strings["Page Link"] = "VÃnculo de la página"; -$a->strings["Title"] = "TÃtulo"; -$a->strings["Created"] = "Creado"; -$a->strings["Edited"] = "Editado"; -$a->strings["view full size"] = "Ver en el tamaño original"; -$a->strings["Administrator"] = "Administrador"; -$a->strings["No Subject"] = "Sin asunto"; -$a->strings["Cannot locate DNS info for database server '%s'"] = "No se ha podido localizar información de DNS para el servidor de base de datos “%sâ€"; -$a->strings["Image exceeds website size limit of %lu bytes"] = "La imagen excede el lÃmite de %lu bytes del sitio"; -$a->strings["Image file is empty."] = "El fichero de imagen está vacÃo. "; -$a->strings["Unable to process image"] = "No ha sido posible procesar la imagen"; -$a->strings["Photo storage failed."] = "La foto no ha podido ser guardada."; -$a->strings["Upload New Photos"] = "Subir nuevas fotos"; +$a->strings["Permission denied"] = "Permiso denegado"; +$a->strings["(Unknown)"] = "(Desconocido)"; +$a->strings["Visible to anybody on the internet."] = "Visible para cualquiera en internet."; +$a->strings["Visible to you only."] = "Visible sólo para usted."; +$a->strings["Visible to anybody in this network."] = "Visible para cualquiera en esta red."; +$a->strings["Visible to anybody authenticated."] = "Visible para cualquiera que haya sido autenticado."; +$a->strings["Visible to anybody on %s."] = "Visible para cualquiera en %s."; +$a->strings["Visible to all connections."] = "Visible para todas las conexiones."; +$a->strings["Visible to approved connections."] = "Visible para las conexiones permitidas."; +$a->strings["Visible to specific connections."] = "Visible para conexiones especÃficas."; +$a->strings["Item not found."] = "Elemento no encontrado."; +$a->strings["Privacy group not found."] = "Grupo de canales no encontrado."; +$a->strings["Privacy group is empty."] = "El grupo de canales está vacÃo."; +$a->strings["Privacy group: %s"] = "Grupo de canales: %s"; +$a->strings["Connection: %s"] = "Conexión: %s"; +$a->strings["Connection not found."] = "Conexión no encontrada"; +$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; +$a->strings["[Hubzilla:Notify] New mail received at %s"] = "[Hubzilla:Aviso] Nuevo mensaje en %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s le ha enviado un nuevo mensaje privado en %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s le ha enviado %2\$s."; +$a->strings["a private message"] = "un mensaje privado"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Por favor visite %s para ver y/o responder a su mensaje privado."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s ha comentado [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 comentado [zrl=%3\$s]%5\$s de %4\$s[/zrl] "; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha comentado [zrl=%3\$s]%4\$s creado por usted[/zrl]"; +$a->strings["[Hubzilla:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Hubzilla:Aviso] Nuevo comentario de %2\$s a la conversación #%1\$d"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha comentado un elemento/conversación que ha estado siguiendo."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Para ver o comentar la conversación, visite %s"; +$a->strings["[Hubzilla:Notify] %s posted to your profile wall"] = "[Hubzilla:Aviso] %s ha publicado una entrada en su página de inicio del perfil (\"muro\")"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s ha publicado en su página del perfil en %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s ha publicado en [zrl=%3\$s]su página del perfil[/zrl]"; +$a->strings["[Hubzilla:Notify] %s tagged you"] = "[Hubzilla:Aviso] %s le ha etiquetado"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s le ha etiquetado en %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]le etiquetó[/zrl]."; +$a->strings["[Hubzilla:Notify] %1\$s poked you"] = "[Hubzilla:Aviso] %1\$s le ha dado un toque"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s le ha dado un toque en %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]le ha dado un toque[/zrl]."; +$a->strings["[Hubzilla:Notify] %s tagged your post"] = "[Hubzilla:Aviso] %s ha etiquetado su publicación"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s ha etiquetado su publicación en %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s ha etiquetado [zrl=%3\$s]su publicación[/zrl]"; +$a->strings["[Hubzilla:Notify] Introduction received"] = "[Hubzilla:Aviso] Ha recibido una solicitud de conexión"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, ha recibido una nueva solicitud de conexión de '%2\$s' en %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, ha recibido [zrl=%2\$s]una nueva solicitud de conexión[/zrl] de %3\$s."; +$a->strings["You may visit their profile at %s"] = "Puede visitar su perfil en %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Por favor, visite %s para permitir o rechazar la solicitad de conexión."; +$a->strings["[Hubzilla:Notify] Friend suggestion received"] = "[Hubzilla:Aviso] Ha recibido una sugerencia de amistad"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, ha recibido una sugerencia de conexión de '%2\$s' en %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, ha recibido [zrl=%2\$s]una sugerencia de conexión[/zrl] para %3\$s de %4\$s."; +$a->strings["Name:"] = "Nombre:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprobar o rechazar la sugerencia."; +$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Aviso]"; +$a->strings["General Features"] = "Funcionalidades básicas"; +$a->strings["Content Expiration"] = "Caducidad del contenido"; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Eliminar publicaciones/comentarios y/o mensajes privados más adelante"; +$a->strings["Multiple Profiles"] = "Múltiples perfiles"; +$a->strings["Ability to create multiple profiles"] = "Capacidad de crear múltiples perfiles"; +$a->strings["Advanced Profiles"] = "Perfiles avanzados"; +$a->strings["Additional profile sections and selections"] = "Secciones y selecciones de perfil adicionales"; +$a->strings["Profile Import/Export"] = "Importar/Exportar perfil"; +$a->strings["Save and load profile details across sites/channels"] = "Guardar y cargar detalles del perfil a través de sitios/canales"; +$a->strings["Web Pages"] = "Páginas web"; +$a->strings["Provide managed web pages on your channel"] = "Proveer páginas web gestionadas en su canal"; +$a->strings["Hide Rating"] = "Ocultar las valoraciones"; +$a->strings["Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else."] = "Ocultar los botones de valoración en su canal y página de perfil. Tenga en cuenta, sin embargo, que la gente podrá expresar su valoración en otros lugares."; +$a->strings["Private Notes"] = "Notas privadas"; +$a->strings["Enables a tool to store notes and reminders (note: not encrypted)"] = "Habilita una herramienta para guardar notas y recordatorios (advertencia: las notas no estarán cifradas)"; +$a->strings["Navigation Channel Select"] = "Navegación por el selector de canales"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Cambiar de canales directamente desde el menú de navegación desplegable"; +$a->strings["Photo Location"] = "Ubicación de las fotos"; +$a->strings["If location data is available on uploaded photos, link this to a map."] = "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa."; +$a->strings["Expert Mode"] = "Modo de experto"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Habilitar el modo de experto para acceder a opciones avanzadas de configuración"; +$a->strings["Premium Channel"] = "Canal premium"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Le permite configurar restricciones y normas de uso a aquellos que conectan con su canal"; +$a->strings["Post Composition Features"] = "Opciones para la redacción de entradas"; +$a->strings["Use Markdown"] = "Usar Markdown"; +$a->strings["Allow use of \"Markdown\" to format posts"] = "Permitir el uso de \"Markdown\" para formatear publicaciones"; +$a->strings["Large Photos"] = "Fotos de gran tamaño"; +$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)"; +$a->strings["Channel Sources"] = "OrÃgenes de los contenidos del canal"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automáticamente contenido de otros canales o \"feeds\""; +$a->strings["Even More Encryption"] = "Más cifrado todavÃa"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida."; +$a->strings["Enable Voting Tools"] = "Permitir entradas con votación"; +$a->strings["Provide a class of post which others can vote on"] = "Proveer una clase de publicación en la que otros puedan votar"; +$a->strings["Delayed Posting"] = "Publicación aplazada"; +$a->strings["Allow posts to be published at a later date"] = "Permitir mensajes que se publicarán en una fecha posterior"; +$a->strings["Suppress Duplicate Posts/Comments"] = "Prevenir entradas o comentarios duplicados"; +$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo."; +$a->strings["Network and Stream Filtering"] = "Filtrado del contenido"; +$a->strings["Search by Date"] = "Buscar por fecha"; +$a->strings["Ability to select posts by date ranges"] = "Capacidad de seleccionar entradas por rango de fechas"; +$a->strings["Enable management and selection of privacy groups"] = "Activar la gestión y selección de grupos de canales"; +$a->strings["Saved Searches"] = "Búsquedas guardadas"; +$a->strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilización"; +$a->strings["Network Personal Tab"] = "Actividad personal"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado."; +$a->strings["Network New Tab"] = "Contenido nuevo"; +$a->strings["Enable tab to display all new Network activity"] = "Habilitar una pestaña en la que se muestre solo el contenido nuevo"; +$a->strings["Affinity Tool"] = "Herramienta de afinidad"; +$a->strings["Filter stream activity by depth of relationships"] = "Filtrar el contenido según la profundidad de las relaciones"; +$a->strings["Connection Filtering"] = "Filtrado de conexiones"; +$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido"; +$a->strings["Suggest Channels"] = "Sugerir canales"; +$a->strings["Show channel suggestions"] = "Mostrar sugerencias de canales"; +$a->strings["Post/Comment Tools"] = "Gestión de entradas y comentarios"; +$a->strings["Community Tagging"] = "Etiquetas de la comunidad"; +$a->strings["Ability to tag existing posts"] = "Capacidad de etiquetar entradas existentes"; +$a->strings["Post Categories"] = "CategorÃas de entradas"; +$a->strings["Add categories to your posts"] = "Añadir categorÃas a sus publicaciones"; +$a->strings["Ability to file posts under folders"] = "Capacidad de archivar entradas en carpetas"; +$a->strings["Dislike Posts"] = "Desagrado de publicaciones"; +$a->strings["Ability to dislike posts/comments"] = "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios"; +$a->strings["Star Posts"] = "Entradas destacadas"; +$a->strings["Ability to mark special posts with a star indicator"] = "Capacidad de marcar entradas destacadas con un indicador de estrella"; +$a->strings["Tag Cloud"] = "Nube de etiquetas"; +$a->strings["Provide a personal tag cloud on your channel page"] = "Proveer nube de etiquetas personal en su página de canal"; +$a->strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos"; +$a->strings["Empty name"] = "Nombre vacÃo"; +$a->strings["Name too long"] = "Nombre demasiado largo"; +$a->strings["No account identifier"] = "Ningún identificador de la cuenta"; +$a->strings["Nickname is required."] = "Se requiere un sobrenombre (alias)."; +$a->strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso. Por favor, elija otro."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio."; +$a->strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada"; +$a->strings["Default Profile"] = "Perfil principal"; +$a->strings["Requested channel is not available."] = "El canal solicitado no está disponible."; +$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible."; +$a->strings["Change profile photo"] = "Cambiar la foto del perfil"; +$a->strings["Profiles"] = "Perfiles"; +$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles"; +$a->strings["Create New Profile"] = "Crear un nuevo perfil"; +$a->strings["Profile Image"] = "Imagen del perfil"; +$a->strings["visible to everybody"] = "visible para cualquiera"; +$a->strings["Edit visibility"] = "Editar visibilidad"; +$a->strings["Gender:"] = "Género:"; +$a->strings["Status:"] = "Estado:"; +$a->strings["Homepage:"] = "Página personal:"; +$a->strings["Online Now"] = "Ahora en lÃnea"; +$a->strings["g A l F d"] = "g A l d F"; +$a->strings["F d"] = "d F"; +$a->strings["[today]"] = "[hoy]"; +$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños"; +$a->strings["Birthdays this week:"] = "Cumpleaños de esta semana:"; +$a->strings["[No description]"] = "[Sin descripción]"; +$a->strings["Event Reminders"] = "Recordatorios de eventos"; +$a->strings["Events this week:"] = "Eventos de esta semana:"; +$a->strings["Full Name:"] = "Nombre completo:"; +$a->strings["Like this channel"] = "Me gusta este canal"; +$a->strings["j F, Y"] = "j F Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Cumpleaños:"; +$a->strings["Age:"] = "Edad:"; +$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Orientación sexual:"; +$a->strings["Hometown:"] = "Ciudad de origen:"; +$a->strings["Tags:"] = "Etiquetas:"; +$a->strings["Political Views:"] = "Posición polÃtica:"; +$a->strings["Religion:"] = "Religión:"; +$a->strings["About:"] = "Sobre mÃ:"; +$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:"; +$a->strings["Likes:"] = "Me gusta:"; +$a->strings["Dislikes:"] = "No me gusta:"; +$a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:"; +$a->strings["My other channels:"] = "Mis otros canales:"; +$a->strings["Musical interests:"] = "Intereses musicales:"; +$a->strings["Books, literature:"] = "Libros, literatura:"; +$a->strings["Television:"] = "Televisión:"; +$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:"; +$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:"; +$a->strings["Work/employment:"] = "Trabajo:"; +$a->strings["School/education:"] = "Estudios:"; +$a->strings["Like this thing"] = "Me gusta esto"; +$a->strings["cover photo"] = "Imagen de portada del perfil"; +$a->strings["Embedded content"] = "Contenido incorporado"; +$a->strings["Embedding disabled"] = "Incrustación deshabilitada"; +$a->strings["Can view my normal stream and posts"] = "Pueden verse mi actividad y publicaciones normales"; +$a->strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado."; +$a->strings["Can view my connections"] = "Pueden verse mis conexiones"; +$a->strings["Can view my file storage and photos"] = "Pueden verse mi repositorio de ficheros y mis fotos"; +$a->strings["Can view my webpages"] = "Pueden verse mis páginas web"; +$a->strings["Can send me their channel stream and posts"] = "Me pueden enviar sus entradas y contenidos del canal"; +$a->strings["Can post on my channel page (\"wall\")"] = "Pueden crearse entradas en mi página de inicio del canal (“muroâ€)"; +$a->strings["Can comment on or like my posts"] = "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'."; +$a->strings["Can send me private mail messages"] = "Se me pueden enviar mensajes privados"; +$a->strings["Can like/dislike stuff"] = "Puede marcarse contenido como me gusta/no me gusta"; +$a->strings["Profiles and things other than posts/comments"] = "Perfiles y otras cosas aparte de publicaciones/comentarios"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Puede enviarse una entrada a todos mis contactos del canal mediante una @mención"; +$a->strings["Advanced - useful for creating group forum channels"] = "Avanzado - útil para crear canales de foros de discusión o grupos"; +$a->strings["Can chat with me (when available)"] = "Se puede charlar conmigo (cuando esté disponible)"; +$a->strings["Can write to my file storage and photos"] = "Puede escribirse en mi repositorio de ficheros y fotos"; +$a->strings["Can edit my webpages"] = "Pueden editarse mis páginas web"; +$a->strings["Can source my public posts in derived channels"] = "Pueden utilizarse mis publicaciones públicas como origen de contenidos en canales derivados"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Algo avanzado - muy útil en comunidades abiertas"; +$a->strings["Can administer my channel resources"] = "Pueden administrarse mis recursos del canal"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo."; +$a->strings["Social Networking"] = "Redes sociales"; +$a->strings["Mostly Public"] = "Público en su mayor parte"; +$a->strings["Restricted"] = "Restringido"; +$a->strings["Private"] = "Privado"; +$a->strings["Community Forum"] = "Foro de discusión"; +$a->strings["Feed Republish"] = "Republicar un \"feed\""; +$a->strings["Special Purpose"] = "Propósito especial"; +$a->strings["Celebrity/Soapbox"] = "Página para fans"; +$a->strings["Group Repository"] = "Repositorio de grupo"; +$a->strings["Custom/Expert Mode"] = "Modo personalizado/experto"; +$a->strings["System"] = "Sistema"; +$a->strings["Create Personal App"] = "Crear una aplicación personal"; +$a->strings["Edit Personal App"] = "Editar una aplicación personal"; +$a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; +$a->strings["Suggestions"] = "Sugerencias"; +$a->strings["See more..."] = "Ver más..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Tiene %1$.0f de %2$.0f conexiones permitidas."; +$a->strings["Add New Connection"] = "Añadir nueva conexión"; +$a->strings["Enter channel address"] = "Dirección del canal"; +$a->strings["Examples: bob@example.com, https://example.com/barbara"] = "Ejemplos: manuel@ejemplo.com, https://ejemplo.com/carmen"; +$a->strings["Notes"] = "Notas"; +$a->strings["Remove term"] = "Eliminar término"; +$a->strings["Archives"] = "Hemeroteca"; +$a->strings["Me"] = "Yo"; +$a->strings["Family"] = "Familia"; +$a->strings["Acquaintances"] = "Conocidos/as"; +$a->strings["All"] = "Todos/as"; +$a->strings["Refresh"] = "Recargar"; +$a->strings["Account settings"] = "Configuración de la cuenta"; +$a->strings["Channel settings"] = "Configuración del canal"; +$a->strings["Additional features"] = "Funcionalidades"; +$a->strings["Feature/Addon settings"] = "Complementos"; +$a->strings["Display settings"] = "Ajustes de visualización"; +$a->strings["Connected apps"] = "Aplicaciones conectadas"; +$a->strings["Export channel"] = "Exportar canal"; +$a->strings["Connection Default Permissions"] = "Permisos predeterminados de conexión"; +$a->strings["Premium Channel Settings"] = "Configuración del canal premium"; +$a->strings["Private Mail Menu"] = "Menú de correo privado"; +$a->strings["Combined View"] = "Vista combinada"; +$a->strings["Conversations"] = "Conversaciones"; +$a->strings["Received Messages"] = "Mensajes recibidos"; +$a->strings["Sent Messages"] = "Enviar mensajes"; +$a->strings["No messages."] = "Sin mensajes."; +$a->strings["Delete conversation"] = "Eliminar conversación"; +$a->strings["Events Menu"] = "Menú de eventos"; +$a->strings["Day View"] = "Eventos del dÃa"; +$a->strings["Week View"] = "Eventos de la semana"; +$a->strings["Month View"] = "Eventos del mes"; +$a->strings["Export"] = "Exportar"; +$a->strings["Import"] = "Importar"; +$a->strings["Events Tools"] = "Gestión de eventos"; +$a->strings["Export Calendar"] = "Exportar el calendario"; +$a->strings["Import Calendar"] = "Importar un calendario"; +$a->strings["Chat Rooms"] = "Salas de chat"; +$a->strings["Bookmarked Chatrooms"] = "Salas de chat preferidas"; +$a->strings["Suggested Chatrooms"] = "Salas de chat sugeridas"; +$a->strings["photo/image"] = "foto/imagen"; +$a->strings["Rating Tools"] = "Valoraciones"; +$a->strings["Rate Me"] = "Valorar este canal"; +$a->strings["View Ratings"] = "Mostrar las valoraciones"; +$a->strings["Public Hubs"] = "Servidores públicos"; +$a->strings["Forums"] = "Foros"; +$a->strings["Tasks"] = "Tareas"; +$a->strings["Documentation"] = "Documentación"; +$a->strings["Project/Site Information"] = "Información sobre el proyecto o sitio"; +$a->strings["For Members"] = "Para los usuarios"; +$a->strings["For Administrators"] = "Para los administradores"; +$a->strings["For Developers"] = "Para los desarrolladores"; +$a->strings["Site"] = "Sitio"; +$a->strings["Accounts"] = "Cuentas"; +$a->strings["Channels"] = "Canales"; +$a->strings["Security"] = "Seguridad"; +$a->strings["Plugins"] = "Extensiones"; +$a->strings["Themes"] = "Temas"; +$a->strings["Inspect queue"] = "Examinar la cola"; +$a->strings["Profile Config"] = "Ajustes del perfil"; +$a->strings["DB updates"] = "Actualizaciones de la base de datos"; +$a->strings["Logs"] = "Informes"; +$a->strings["Plugin Features"] = "Extensiones"; +$a->strings["User registrations waiting for confirmation"] = "Registros de usuarios pendientes de confirmación"; +$a->strings["View Photo"] = "Ver foto"; +$a->strings["Edit Album"] = "Editar álbum"; $a->strings["Save to Folder"] = "Guardar en carpeta"; $a->strings["I will attend"] = "Participaré"; $a->strings["I will not attend"] = "No participaré"; @@ -910,7 +975,7 @@ $a->strings["Remove Star"] = "Eliminar estrella"; $a->strings["Toggle Star Status"] = "Activar o desactivar el estado de entrada preferida"; $a->strings["starred"] = "preferidas"; $a->strings["Add Tag"] = "Añadir etiqueta"; -$a->strings["I like this (toggle)"] = "me gusta (cambiar)"; +$a->strings["I like this (toggle)"] = "Me gusta (cambiar)"; $a->strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)"; $a->strings["Share This"] = "Compartir esto"; $a->strings["share"] = "compartir"; @@ -922,8 +987,8 @@ $a->strings["%d comment"] = array( $a->strings["View %s's profile - %s"] = "Ver el perfil de %s - %s"; $a->strings["to"] = "a"; $a->strings["via"] = "mediante"; -$a->strings["Wall-to-Wall"] = "De página del perfil a página del perfil (de Muro a Muro)"; -$a->strings["via Wall-To-Wall:"] = "Mediante el procedimiento página del perfil a página del perfil (de Muro a Muro)"; +$a->strings["Wall-to-Wall"] = "De página del perfil a página del perfil (de \"muro\" a \"muro\")"; +$a->strings["via Wall-To-Wall:"] = "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")"; $a->strings["Save Bookmarks"] = "Guardar en Marcadores"; $a->strings["Add to Calendar"] = "Añadir al calendario"; $a->strings["Mark all seen"] = "Marcar todo como visto"; @@ -933,99 +998,51 @@ $a->strings["This is you"] = "Este es usted"; $a->strings["Image"] = "Imagen"; $a->strings["Insert Link"] = "Insertar enlace"; $a->strings["Video"] = "VÃdeo"; -$a->strings["Site Admin"] = "Adminstrador del sitio"; -$a->strings["Address Book"] = "Libreta de direcciones"; -$a->strings["Mood"] = "Estado de ánimo"; -$a->strings["Probe"] = "Probar"; -$a->strings["Suggest"] = "Sugerir"; -$a->strings["Random Channel"] = "Canal aleatorio"; -$a->strings["Invite"] = "Invitar"; -$a->strings["Features"] = "CaracterÃsticas"; -$a->strings["Language"] = "Idioma"; -$a->strings["Post"] = "Publicación"; -$a->strings["Profile Photo"] = "Foto del perfil"; -$a->strings["Update"] = "Actualizar"; -$a->strings["Install"] = "Instalar"; -$a->strings["Purchase"] = "Comprar"; -$a->strings["Can view my normal stream and posts"] = "Pueden verse mi actividad y publicaciones normales"; -$a->strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado."; -$a->strings["Can view my connections"] = "Pueden verse mis conexiones"; -$a->strings["Can view my file storage and photos"] = "Pueden verse mi repositorio de ficheros y mis fotos"; -$a->strings["Can view my webpages"] = "Pueden verse mis páginas web"; -$a->strings["Can send me their channel stream and posts"] = "Me pueden enviar sus entradas y contenidos del canal"; -$a->strings["Can post on my channel page (\"wall\")"] = "Pueden crearse entradas en mi página de inicio del canal (“muroâ€)"; -$a->strings["Can comment on or like my posts"] = "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'."; -$a->strings["Can send me private mail messages"] = "Se me pueden enviar mensajes privados"; -$a->strings["Can like/dislike stuff"] = "Puede marcarse contenido como me gusta/no me gusta"; -$a->strings["Profiles and things other than posts/comments"] = "Perfiles y otras cosas aparte de publicaciones/comentarios"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Puede enviarse una entrada a todos mis contactos del canal mediante una @mención"; -$a->strings["Advanced - useful for creating group forum channels"] = "Avanzado - útil para crear canales de foros de discusión o grupos"; -$a->strings["Can chat with me (when available)"] = "Se puede charlar conmigo (cuando esté disponible)"; -$a->strings["Can write to my file storage and photos"] = "Puede escribirse en mi repositorio de ficheros y fotos"; -$a->strings["Can edit my webpages"] = "Pueden editarse mis páginas web"; -$a->strings["Can source my public posts in derived channels"] = "Pueden utilizarse mis publicaciones públicas como origen de contenidos en canales derivados"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Algo avanzado - muy útil en comunidades abiertas"; -$a->strings["Can administer my channel resources"] = "Pueden administrarse mis recursos del canal"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo."; -$a->strings["Social Networking"] = "Redes sociales"; -$a->strings["Mostly Public"] = "Público en su mayor parte"; -$a->strings["Restricted"] = "Restringido"; -$a->strings["Private"] = "Privado"; -$a->strings["Community Forum"] = "Foro de discusión"; -$a->strings["Feed Republish"] = "Republicar un \"feed\""; -$a->strings["Special Purpose"] = "Propósito especial"; -$a->strings["Celebrity/Soapbox"] = "Página para fans"; -$a->strings["Group Repository"] = "Repositorio de grupo"; -$a->strings["Custom/Expert Mode"] = "Modo personalizado/experto"; -$a->strings["Profile Photos"] = "Fotos del perfil"; -$a->strings["Not a valid email address"] = "Dirección de correo no válida"; -$a->strings["Your email domain is not among those allowed on this site"] = "Su dirección de correo no pertenece a ninguno de los dominios permitidos en este sitio."; -$a->strings["Your email address is already registered at this site."] = "Su dirección de correo está ya registrada en este sitio."; -$a->strings["An invitation is required."] = "Es obligatorio que le inviten."; -$a->strings["Invitation could not be verified."] = "No se ha podido verificar su invitación."; -$a->strings["Please enter the required information."] = "Por favor introduzca la información requerida."; -$a->strings["Failed to store account information."] = "La información de la cuenta no se ha podido guardar."; -$a->strings["Registration confirmation for %s"] = "Confirmación de registro para %s"; -$a->strings["Registration request at %s"] = "Solicitud de registro en %s"; -$a->strings["your registration password"] = "su contraseña de registro"; -$a->strings["Registration details for %s"] = "Detalles del registro de %s"; -$a->strings["Account approved."] = "Cuenta aprobada."; -$a->strings["Registration revoked for %s"] = "Registro revocado para %s"; -$a->strings["Account verified. Please login."] = "Cuenta verificada. Por favor, inicie sesión."; -$a->strings["Click here to upgrade."] = "Pulse aquà para actualizar"; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción supera los lÃmites establecidos por su plan de suscripción "; -$a->strings["This action is not available under your subscription plan."] = "Esta acción no está disponible en su plan de suscripción."; -$a->strings["Permission Denied."] = "Permiso denegado"; -$a->strings["File not found."] = "Fichero no encontrado."; -$a->strings["Edit file permissions"] = "Modificar los permisos del fichero"; -$a->strings["Set/edit permissions"] = "Establecer/editar los permisos"; -$a->strings["Include all files and sub folders"] = "Incluir todos los ficheros y subcarpetas"; -$a->strings["Return to file list"] = "Volver a la lista de ficheros"; -$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/pegar este código para adjuntar el fichero al envÃo"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/pegar esta dirección para enlazar el fichero desde una página web"; -$a->strings["Share this file"] = "Compartir este fichero"; -$a->strings["Show URL to this file"] = "Mostrar la dirección de este fichero"; -$a->strings["Notify your contacts about this file"] = "Avisar a sus contactos sobre este fichero"; -$a->strings["Collection created."] = "La colección ha sido creada."; -$a->strings["Could not create collection."] = "No se puede crear la colección."; -$a->strings["Collection updated."] = "La colección ha sido actualizada."; -$a->strings["Create a collection of channels."] = "Crear una colección de canales."; -$a->strings["Collection Name: "] = "Nombre de la colección:"; -$a->strings["Members are visible to other channels"] = "Los miembros son visibles para otros canales"; -$a->strings["Collection removed."] = "La colección ha sido eliminada."; -$a->strings["Unable to remove collection."] = "No ha sido posible de eliminar la colección."; -$a->strings["Collection Editor"] = "Editor de colecciones"; -$a->strings["Members"] = "Miembros"; -$a->strings["All Connected Channels"] = "Todos los canales conectados"; -$a->strings["Click on a channel to add or remove."] = "Haga clic en un canal para agregarlo o quitarlo."; -$a->strings["Unable to locate original post."] = "No ha sido posible encontrar la entrada original."; -$a->strings["Empty post discarded."] = "La entrada vacÃa ha sido desechada."; -$a->strings["Executable content type not permitted to this channel."] = "Contenido de tipo ejecutable no permitido en este canal."; -$a->strings["Duplicate post suppressed."] = "Se ha suprimido la entrada duplicada."; -$a->strings["System error. Post not saved."] = "Error del sistema. La entrada no se ha podido salvar."; -$a->strings["Unable to obtain post information from database."] = "No ha sido posible obtener información de la entrada en la base de datos."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Ha alcanzado su lÃmite de %1$.0f entradas en la página principal."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Ha alcanzado su lÃmite de %1$.0f páginas web."; +$a->strings["Not Found"] = "No encontrado"; +$a->strings["Page not found."] = "Página no encontrada."; +$a->strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquÃ"; +$a->strings["network"] = "red"; +$a->strings["RSS"] = "RSS"; +$a->strings["Authorize application connection"] = "Autorizar una conexión de aplicación"; +$a->strings["Return to your app and insert this Securty Code:"] = "Volver a su aplicación e introducir este código de seguridad:"; +$a->strings["Please login to continue."] = "Por favor inicie sesión para continuar."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?"; +$a->strings["App installed."] = "Aplicación instalada."; +$a->strings["Malformed app."] = "Aplicación con errores"; +$a->strings["Embed code"] = "Código incorporado"; +$a->strings["Edit App"] = "Modificar la aplicación"; +$a->strings["Create App"] = "Crear una aplicación"; +$a->strings["Name of app"] = "Nombre de la aplicación"; +$a->strings["Location (URL) of app"] = "Ubicación (URL) de la aplicación"; +$a->strings["Description"] = "Descripción"; +$a->strings["Photo icon URL"] = "Dirección del icono"; +$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional"; +$a->strings["Version ID"] = "Versión"; +$a->strings["Price of app"] = "Precio de la aplicación"; +$a->strings["Location (URL) to purchase app"] = "Dirección (URL) donde adquirir la aplicación"; +$a->strings["Item not available."] = "Elemento no disponible"; +$a->strings["Invalid item."] = "Elemento no válido."; +$a->strings["Channel not found."] = "Canal no encontrado."; +$a->strings["Block Name"] = "Nombre del bloque"; +$a->strings["Block Title"] = "TÃtulo del bloque"; +$a->strings["Bookmark added"] = "Marcador añadido"; +$a->strings["My Bookmarks"] = "Mis marcadores"; +$a->strings["My Connections Bookmarks"] = "Marcadores de mis conexiones"; +$a->strings["You must be logged in to see this page."] = "Debe haber iniciado sesión para poder ver esta página."; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficientes. Petición redirigida a la página del perfil."; +$a->strings["Public"] = "Público"; +$a->strings["Room not found"] = "Sala no encontrada"; +$a->strings["Leave Room"] = "Abandonar la sala"; +$a->strings["Delete This Room"] = "Eliminar esta sala"; +$a->strings["I am away right now"] = "Estoy ausente momentáneamente"; +$a->strings["I am online"] = "Estoy conectado/a"; +$a->strings["Bookmark this room"] = "Añadir esta sala a Marcadores"; +$a->strings["New Chatroom"] = "Nueva sala de chat"; +$a->strings["Chatroom Name"] = "Nombre de la sala de chat"; +$a->strings["Expiration of chats (minutes)"] = "Caducidad de los mensajes en los chats (en minutos)"; +$a->strings["%1\$s's Chatrooms"] = "Salas de chat de %1\$s"; +$a->strings["Away"] = "Ausente"; +$a->strings["Online"] = "Conectado/a"; $a->strings["No channel."] = "Ningún canal."; $a->strings["Common connections"] = "Conexiones comunes"; $a->strings["No connections in common."] = "Ninguna conexión en común."; @@ -1038,261 +1055,39 @@ $a->strings["Potential connections will then see the following text before proce $a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página."; $a->strings["(No specific instructions have been provided by the channel owner.)"] = "(No ha sido proporcionada ninguna instrucción especÃfica por el propietario del canal.)"; $a->strings["Restricted or Premium Channel"] = "Canal premium o restringido"; -$a->strings["Profile Match"] = "Perfil compatible"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal."; -$a->strings["is interested in:"] = "está interesado en:"; -$a->strings["No matches"] = "No se han encontrado perfiles compatibles"; -$a->strings["OpenID protocol error. No ID returned."] = "Error del protocolo OpenID. Ningún ID recibido como respuesta."; -$a->strings["Welcome %s. Remote authentication successful."] = "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente."; -$a->strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquÃ"; -$a->strings["Away"] = "Ausente"; -$a->strings["Online"] = "Conectado/a"; -$a->strings["Public Sites"] = "Sitios públicos"; -$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Los sitios listados permiten el registro público en la red \$Projectname. Todos los sitios de la red están vinculados entre sÃ, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los enlaces de los proveedores <strong> pueden </strong> proporcionar detalles adicionales."; -$a->strings["Rate this hub"] = "Valorar este sitio"; -$a->strings["Site URL"] = "Dirección del sitio"; -$a->strings["Access Type"] = "Tipo de acceso"; -$a->strings["Registration Policy"] = "Normas de registro"; -$a->strings["Project"] = "Proyecto"; -$a->strings["View hub ratings"] = "Ver las valoraciones del sitio"; -$a->strings["Rate"] = "Valorar"; -$a->strings["View ratings"] = "Ver valoraciones"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado la %3\$s de %2\$s con %4\$s"; -$a->strings["Website:"] = "Sitio web:"; -$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Canal remoto [%s] (aún no es conocido en este sitio)"; -$a->strings["Rating (this information is public)"] = "Valoración (esta información es pública)"; -$a->strings["Optionally explain your rating (this information is public)"] = "Opcionalmente puede explicar su valoración (esta información es pública)"; -$a->strings["Block Name"] = "Nombre del bloque"; -$a->strings["Block Title"] = "TÃtulo del bloque"; -$a->strings["First Name"] = "Nombre"; -$a->strings["Last Name"] = "Apellido"; -$a->strings["Nickname"] = "Sobrenombre o Alias"; -$a->strings["Full Name"] = "Nombre completo"; -$a->strings["Profile Photo 16px"] = "Foto del perfil 16px"; -$a->strings["Profile Photo 32px"] = "Foto del perfil 32px"; -$a->strings["Profile Photo 48px"] = "Foto del perfil 48px"; -$a->strings["Profile Photo 64px"] = "Foto del perfil 64px"; -$a->strings["Profile Photo 80px"] = "Foto del perfil 80px"; -$a->strings["Profile Photo 128px"] = "Foto del perfil 128px"; -$a->strings["Timezone"] = "Zona horaria"; -$a->strings["Homepage URL"] = "Dirección de la página personal"; -$a->strings["Birth Year"] = "Año de nacimiento"; -$a->strings["Birth Month"] = "Mes de nacimiento"; -$a->strings["Birth Day"] = "DÃa de nacimiento"; -$a->strings["Birthdate"] = "Fecha de nacimiento"; -$a->strings["Gender"] = "Género"; -$a->strings["Like/Dislike"] = "Me gusta/No me gusta"; -$a->strings["This action is restricted to members."] = "Esta acción está restringida solo para miembros."; -$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Por favor, <a href=\"rmagic\">identifÃquese con su \$Projectname ID</a> o <a href=\"register\">rregÃstrese como un nuevo \$Projectname member</a> para continuar."; -$a->strings["Invalid request."] = "Solicitud incorrecta."; -$a->strings["thing"] = "elemento"; -$a->strings["Channel unavailable."] = "Canal no disponible."; -$a->strings["Previous action reversed."] = "Acción anterior revocada."; -$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s está de acuerdo"; -$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no está de acuerdo"; -$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s se abstiene"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s participa"; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no participa"; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s quizá participe"; -$a->strings["Action completed."] = "Acción completada."; -$a->strings["Thank you."] = "Gracias."; -$a->strings["Invalid item."] = "Elemento no válido."; -$a->strings["Channel not found."] = "Canal no encontrado."; -$a->strings["Page not found."] = "Página no encontrada."; -$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; -$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña."; -$a->strings["Remove This Channel"] = "Eliminar este canal"; -$a->strings["WARNING: "] = "ATENCIÓN:"; -$a->strings["This channel will be completely removed from the network. "] = "Este canal va a ser completamente eliminado de la red."; -$a->strings["This action is permanent and can not be undone!"] = "¡Esta acción tiene carácter definitivo y no se puede deshacer!"; -$a->strings["Please enter your password for verification:"] = "Por favor, introduzca su contraseña para su verificación:"; -$a->strings["Remove this channel and all its clones from the network"] = "Eliminar este canal y todos sus clones de la red"; -$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red"; -$a->strings["Remove Channel"] = "Eliminar el canal"; -$a->strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos"; -$a->strings["Add a Channel"] = "Añadir un 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."] = "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita."; -$a->strings["Channel Name"] = "Nombre del canal"; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Ejemplos: \"Juan GarcÃa\", \"Isabel y sus caballos\", \"Fútbol\", \"Grupo de parapente\" "; -$a->strings["Choose a short nickname"] = "Elija un alias corto"; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros."; -$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "O <a href=\"import\">importar un canal existente</a> de otro lugar"; -$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, asà podremos seleccionar el mejor conjunto de permisos para usted"; -$a->strings["Channel Type"] = "Tipo de canal"; -$a->strings["Read more about roles"] = "Leer más sobre los roles"; -$a->strings["No ratings"] = "Ninguna valoración"; -$a->strings["Public access denied."] = "Acceso público denegado."; -$a->strings["Ratings"] = "Valoraciones"; -$a->strings["Rating: "] = "Valoración:"; -$a->strings["Website: "] = "Sitio web:"; -$a->strings["Description: "] = "Descripción:"; -$a->strings["\$Projectname Server - Setup"] = "Servidor \$Projectname - Instalación"; -$a->strings["Could not connect to database."] = "No se ha podido conectar a la base de datos."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "No se puede conectar con la dirección del sitio indicada. PodrÃa tratarse de un problema de SSL o DNS."; -$a->strings["Could not create table."] = "No se puede crear la tabla."; -$a->strings["Your site database has been installed."] = "La base de datos del sitio ha sido instalada."; -$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "PodrÃa tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Por favor, lea el fichero \"install/INSTALL.txt\"."; -$a->strings["System check"] = "Verificación del sistema"; -$a->strings["Next"] = "Siguiente"; -$a->strings["Check again"] = "Verificar de nuevo"; -$a->strings["Database connection"] = "Conexión a la base de datos"; -$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "Para instalar \$Projectname es necesario saber cómo conectar con su base de datos."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifique a continuación debe existir ya. Si no es asÃ, por favor, créela antes de seguir."; -$a->strings["Database Server Name"] = "Nombre del servidor de base de datos"; -$a->strings["Default is 127.0.0.1"] = "De forma predeterminada es 127.0.0.1"; -$a->strings["Database Port"] = "Puerto de la base de datos"; -$a->strings["Communication port number - use 0 for default"] = "Número del puerto de comunicaciones - use 0 como valor por defecto"; -$a->strings["Database Login Name"] = "Usuario de la base de datos"; -$a->strings["Database Login Password"] = "Contraseña de acceso a la base de datos"; -$a->strings["Database Name"] = "Nombre de la base de datos"; -$a->strings["Database Type"] = "Tipo de base de datos"; -$a->strings["Site administrator email address"] = "Dirección de correo electrónico del administrador del sitio"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web."; -$a->strings["Website URL"] = "Dirección del sitio web"; -$a->strings["Please use SSL (https) URL if available."] = "Por favor, use SSL (https) si está disponible."; -$a->strings["Please select a default timezone for your website"] = "Por favor, selecciones la zona horaria por defecto de su sitio web"; -$a->strings["Site settings"] = "Ajustes del sitio"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No se puede encontrar una versión en lÃnea de comandos de PHP en la ruta del servidor 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."] = "Si no tiene instalada la versión de lÃnea de comandos de PHP en su servidor, no podrá ejecutar sondeos en segundo plano mediante cron."; -$a->strings["PHP executable path"] = "Ruta del ejecutable PHP"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introducir la ruta completa del ejecutable PHP. Puede dejar la lÃnea en blanco para continuar la instalación."; -$a->strings["Command line PHP"] = "PHP en lÃnea de comandos"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La lÃnea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"."; -$a->strings["This is required for message delivery to work."] = "Esto es necesario para que funcione la transmisión de mensajes."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez."; -$a->strings["You can adjust these settings in the servers php.ini."] = "Puede ajustar estos valores en el fichero php.ini de su servidor."; -$a->strings["PHP upload limits"] = "LÃmites PHP de subida"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado."; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generar claves de cifrado"; -$a->strings["libCurl PHP module"] = "módulo libCurl PHP"; -$a->strings["GD graphics PHP module"] = "módulo PHP GD graphics"; -$a->strings["OpenSSL PHP module"] = "módulo PHP OpenSSL"; -$a->strings["mysqli or postgres PHP module"] = "módulo PHP mysqli o postgres"; -$a->strings["mb_string PHP module"] = "módulo PHP mb_string"; -$a->strings["mcrypt PHP module"] = "módulo PHP mcrypt "; -$a->strings["xml PHP module"] = "módulo PHP xml"; -$a->strings["Apache mod_rewrite module"] = "módulo Apache mod_rewrite "; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado."; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: se necesita proc_open pero o no está instalado o ha sido desactivado en el fichero php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Error: se necesita el módulo PHP libCURL pero no está instalado."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: el módulo PHP GD graphics es necesario, pero no está instalado."; -$a->strings["Error: openssl PHP module required but not installed."] = "Error: el módulo PHP openssl es necesario, pero no está instalado."; -$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: el módulo PHP mysqli o postgres es necesario pero ninguno de los dos está instalado."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Error: el módulo PHP mb_string es necesario, pero no está instalado."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: el módulo PHP mcrypt es necesario, pero no está instalado."; -$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: el módulo PHP xml es necesario para DAV, pero no está instalado."; -$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."] = "El instalador web no ha podido crear un fichero llamado “.htconfig.php†en la carpeta base de su servidor."; -$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."] = "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos."; -$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."] = "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raÃz de su instalación de Hubzilla."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php tiene permisos de escritura"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Hubzilla hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 es más rápido porque compila las plantillas de páginas directamente en PHP."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al subdirectorio %s en el directorio de instalación de Hubzilla."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene."; -$a->strings["%s is writable"] = "%s tiene permisos de escritura"; -$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 guarda los ficheros descargados en la carpeta \"store\". El servidor web necesita tener permisos de escritura sobre esa carpeta, en el directorio de instalación."; -$a->strings["store is writable"] = "\"store\" tiene permisos de escritura"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo."; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Se ha incorporado esta restricción para evitar que sus publicaciones públicas hagan referencia a imágenes en su propio servidor."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos."; -$a->strings["SSL certificate validation"] = "validación del certificado SSL"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:"; -$a->strings["Url rewrite is working"] = "La reescritura de las direcciones funciona correctamente"; -$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."] = "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raÃz de su servidor."; -$a->strings["Errors encountered creating database tables."] = "Se han encontrado errores al crear las tablas de la base de datos."; -$a->strings["<h1>What next</h1>"] = "<h1>Siguiente paso</h1>"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"."; -$a->strings["Bookmark added"] = "Marcador añadido"; -$a->strings["My Bookmarks"] = "Mis marcadores"; -$a->strings["My Connections Bookmarks"] = "Marcadores de mis conexiones"; -$a->strings["This setting requires special processing and editing has been blocked."] = "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada."; -$a->strings["Configuration Editor"] = "Editor de configuración"; -$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta caracterÃstica."; -$a->strings["Poke/Prod"] = "Toque/Incitación"; -$a->strings["poke, prod or do other things to somebody"] = "dar un toque, incitar u otras cosas a alguien"; -$a->strings["Recipient"] = "Destinatario"; -$a->strings["Choose what you wish to do to recipient"] = "Elegir qué desea enviar al destinatario"; -$a->strings["Make this post private"] = "Convertir en privado este envÃo"; -$a->strings["Profile not found."] = "Perfil no encontrado."; -$a->strings["Profile deleted."] = "Perfil eliminado."; -$a->strings["Profile-"] = "Perfil-"; -$a->strings["New profile created."] = "El nuevo perfil ha sido creado."; -$a->strings["Profile unavailable to clone."] = "Perfil no disponible para clonar."; -$a->strings["Profile unavailable to export."] = "Perfil no disponible para exportar."; -$a->strings["Profile Name is required."] = "Se necesita el nombre del perfil."; -$a->strings["Marital Status"] = "Estado civil"; -$a->strings["Romantic Partner"] = "Pareja sentimental"; -$a->strings["Likes"] = "Me gusta"; -$a->strings["Dislikes"] = "No me gusta"; -$a->strings["Work/Employment"] = "Trabajo:"; -$a->strings["Religion"] = "Religión"; -$a->strings["Political Views"] = "Ideas polÃticas"; -$a->strings["Sexual Preference"] = "Preferencia sexual"; -$a->strings["Homepage"] = "Página personal"; -$a->strings["Interests"] = "Intereses"; -$a->strings["Address"] = "Dirección"; -$a->strings["Profile updated."] = "Perfil actualizado."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "¿Ocultar su lista de contactos a los visitantes de este perfil?"; -$a->strings["Edit Profile Details"] = "Modificar los detalles de este perfil"; -$a->strings["View this profile"] = "Ver este perfil"; -$a->strings["Change Profile Photo"] = "Cambiar la foto del perfil"; -$a->strings["Create a new profile using these settings"] = "Crear un nuevo perfil usando estos ajustes"; -$a->strings["Clone this profile"] = "Clonar este perfil"; -$a->strings["Delete this profile"] = "Eliminar este perfil"; -$a->strings["Import profile from file"] = "Importar perfil desde un fichero"; -$a->strings["Export profile to file"] = "Exportar perfil a un fichero"; -$a->strings["Profile Name:"] = "Nombre del perfil:"; -$a->strings["Your Full Name:"] = "Su nombre completo:"; -$a->strings["Title/Description:"] = "TÃtulo/Descripción:"; -$a->strings["Your Gender:"] = "Su género:"; -$a->strings["Birthday :"] = "Cumpleaños:"; -$a->strings["Street Address:"] = "Calle:"; -$a->strings["Locality/City:"] = "Ciudad:"; -$a->strings["Postal/Zip Code:"] = "Código postal:"; -$a->strings["Country:"] = "PaÃs:"; -$a->strings["Region/State:"] = "Región/Estado:"; -$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Estado sentimental:"; -$a->strings["Who: (if applicable)"] = "Quién: (si es aplicable)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Por ejemplo: ana123, MarÃa González, sara@ejemplo.com"; -$a->strings["Since [date]:"] = "Desde [fecha]:"; -$a->strings["Homepage URL:"] = "Dirección de la página personal:"; -$a->strings["Religious Views:"] = "Creencias religiosas:"; -$a->strings["Keywords:"] = "Palabras clave:"; -$a->strings["Example: fishing photography software"] = "Por ejemplo: software de fotografÃa submarina"; -$a->strings["Used in directory listings"] = "Visible en el directorio público del canal"; -$a->strings["Tell us about yourself..."] = "Háblenos de usted..."; -$a->strings["Hobbies/Interests"] = "Aficiones/Intereses"; -$a->strings["Contact information and Social Networks"] = "Información de contacto y redes sociales"; -$a->strings["My other channels"] = "Mis otros canales"; -$a->strings["Musical interests"] = "Preferencias musicales"; -$a->strings["Books, literature"] = "Libros, literatura"; -$a->strings["Television"] = "Televisión"; -$a->strings["Film/dance/culture/entertainment"] = "Cine/danza/cultura/entretenimiento"; -$a->strings["Love/romance"] = "Vida sentimental/amorosa"; -$a->strings["Work/employment"] = "Trabajo"; -$a->strings["School/education"] = "Estudios"; -$a->strings["This is your default profile."] = "Este es su perfil principal."; -$a->strings["Age: "] = "Edad:"; -$a->strings["Edit/Manage Profiles"] = "Modificar/gestionar perfiles"; -$a->strings["Add profile things"] = "Añadir cosas al perfil"; -$a->strings["Include desirable objects in your profile"] = "Añadir objetos interesantes en su perfil"; -$a->strings["Items tagged with: %s"] = "elementos etiquetados con: %s"; -$a->strings["Search results for: %s"] = "Resultados de la búsqueda para: %s"; +$a->strings["Blocked"] = "Bloqueadas"; +$a->strings["Ignored"] = "Ignoradas"; +$a->strings["Hidden"] = "Ocultas"; +$a->strings["Archived"] = "Archivadas"; +$a->strings["New Connections"] = "Nuevas conexiones"; +$a->strings["Show pending (new) connections"] = "Mostrar conexiones (nuevas) pendientes"; +$a->strings["All Connections"] = "Todas las conexiones"; +$a->strings["Show all connections"] = "Mostrar todas las conexiones"; +$a->strings["Only show blocked connections"] = "Mostrar solo las conexiones bloqueadas"; +$a->strings["Only show ignored connections"] = "Mostrar solo conexiones ignoradas"; +$a->strings["Only show archived connections"] = "Mostrar solo las conexiones archivadas"; +$a->strings["Only show hidden connections"] = "Mostrar solo las conexiones ocultas"; +$a->strings["Pending approval"] = "Pendiente de aprobación"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit connection"] = "Editar conexión"; +$a->strings["Delete connection"] = "Eliminar conexión"; +$a->strings["Channel address"] = "Dirección del canal"; +$a->strings["Network"] = "Red"; +$a->strings["Status"] = "Estado"; +$a->strings["Connected"] = "Conectado/a"; +$a->strings["Approve connection"] = "Aprobar esta conexión"; +$a->strings["Approve"] = "Aprobar"; +$a->strings["Ignore connection"] = "Ignorar esta conexión"; +$a->strings["Ignore"] = "Ignorar"; +$a->strings["Recent activity"] = "Actividad reciente"; +$a->strings["Search your connections"] = "Buscar sus conexiones"; +$a->strings["Connections search"] = "Buscar conexiones"; $a->strings["Could not access contact record."] = "No se ha podido acceder al registro de contacto."; $a->strings["Could not locate selected profile."] = "No se ha podido localizar el perfil seleccionado."; $a->strings["Connection updated."] = "Conexión actualizada."; $a->strings["Failed to update connection record."] = "Error al actualizar el registro de la conexión."; $a->strings["is now connected to"] = "ahora está conectado/a"; -$a->strings["Could not access address book record."] = "No se pudo acceder a la entrada en su libreta de direcciones."; +$a->strings["Could not access address book record."] = "No se pudo acceder al registro en su libreta de direcciones."; $a->strings["Refresh failed - channel is currently unavailable."] = "Recarga fallida - no se puede encontrar el canal en este momento."; $a->strings["Unable to set address book parameters."] = "No ha sido posible establecer los parámetros de la libreta de direcciones."; $a->strings["Connection has been removed."] = "La conexión ha sido eliminada."; @@ -1306,7 +1101,6 @@ $a->strings["Block"] = "Bloquear"; $a->strings["Block (or Unblock) all communications with this connection"] = "Bloquear (o desbloquear) todas las comunicaciones con esta conexión"; $a->strings["This connection is blocked!"] = "¡Esta conexión está bloqueada!"; $a->strings["Unignore"] = "Dejar de ignorar"; -$a->strings["Ignore"] = "Ignorar"; $a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión"; $a->strings["This connection is ignored!"] = "¡Esta conexión es ignorada!"; $a->strings["Unarchive"] = "Desarchivar"; @@ -1337,10 +1131,6 @@ $a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank t $a->strings["Do not import posts with this text"] = "No importar entradas que contengan este texto"; $a->strings["This information is public!"] = "¡Esta información es pública!"; $a->strings["Connection Pending Approval"] = "Conexión pendiente de aprobación"; -$a->strings["Connection Request"] = "Solicitud de conexión"; -$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) desearÃa conectar con usted. por favor, apruebe esta conexión para permitir la comunicación."; -$a->strings["Approve"] = "Aprobar"; -$a->strings["Approve Later"] = "Aprobar más tarde"; $a->strings["inherited"] = "heredado"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura."; $a->strings["Their Settings"] = "Sus ajustes"; @@ -1349,70 +1139,8 @@ $a->strings["Individual Permissions"] = "Permisos individuales"; $a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquÃ."; $a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquÃ, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados."; $a->strings["Last update:"] = "Última actualización:"; -$a->strings["network"] = "red"; -$a->strings["RSS"] = "RSS"; $a->strings["\$Projectname channel"] = "Canal \$Projectname"; -$a->strings["Invalid message"] = "Mensaje no válido"; -$a->strings["no results"] = "sin resultados"; -$a->strings["Delivery report for %1\$s"] = "Informe de entrega para %1\$s"; -$a->strings["channel sync processed"] = "se ha realizado la sincronización del canal"; -$a->strings["queued"] = "encolado"; -$a->strings["posted"] = "enviado"; -$a->strings["accepted for delivery"] = "aceptado para el envÃo"; -$a->strings["updated"] = "actualizado"; -$a->strings["update ignored"] = "actualización ignorada"; -$a->strings["permission denied"] = "permiso denegado"; -$a->strings["recipient not found"] = "destinatario no encontrado"; -$a->strings["mail recalled"] = "mensaje de correo revocado"; -$a->strings["duplicate mail received"] = "se ha recibido mensaje duplicado"; -$a->strings["mail delivered"] = "correo enviado"; -$a->strings["Item not found"] = "Elemento no encontrado"; -$a->strings["Delete webpage?"] = "¿Eliminar la página web?"; -$a->strings["Page link title"] = "TÃtulo del enlace de la página"; -$a->strings["Insert YouTube video"] = "Insertar vÃdeo de YouTube"; -$a->strings["Insert Vorbis [.ogg] video"] = "Insertar vÃdeo Vorbis [.ogg]"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Insertar audio Vorbis [.ogg]"; -$a->strings["Edit Webpage"] = "Editar la página web"; -$a->strings["Unable to find your hub."] = "No se puede encontrar su servidor."; -$a->strings["Post successful."] = "Enviado con éxito."; -$a->strings["sent you a private message"] = "le ha enviado un mensaje privado"; -$a->strings["added your channel"] = "añadió este canal a sus conexiones"; -$a->strings["posted an event"] = "publicó un evento"; -$a->strings["Authorize application connection"] = "Autorizar una conexión de aplicación"; -$a->strings["Return to your app and insert this Securty Code:"] = "Volver a su aplicación e introducir este código de seguridad:"; -$a->strings["Please login to continue."] = "Por favor inicia sesión para continuar."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?"; -$a->strings["No more system notifications."] = "No hay más notificaciones del sistema"; -$a->strings["System Notifications"] = "Notificaciones de sistema"; -$a->strings["Select a bookmark folder"] = "Seleccionar una carpeta de marcadores"; -$a->strings["Save Bookmark"] = "Guardar marcador"; -$a->strings["URL of bookmark"] = "Dirección del marcador"; -$a->strings["Description"] = "Descripción"; -$a->strings["Or enter new bookmark folder name"] = "O introduzca un nuevo nombre para la carpeta de marcadores"; -$a->strings["Contact not found."] = "Contacto no encontrado"; -$a->strings["Friend suggestion sent."] = "Enviar sugerencia a un amigo."; -$a->strings["Suggest Friends"] = "Sugerir amigos"; -$a->strings["Suggest a friend for %s"] = "Sugerir un amigo a %s"; -$a->strings["Failed to create source. No channel selected."] = "Imposible crear el origen de los contenidos. Ningún canal ha sido seleccionado."; -$a->strings["Source created."] = "Fuente creada."; -$a->strings["Source updated."] = "Fuente actualizada."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Gestionar contenido de origen remoto para su canal."; -$a->strings["New Source"] = "Nueva fuente"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes."; -$a->strings["Only import content with these words (one per line)"] = "Importar solo contenido que contenga estas palabras (una por lÃnea)"; -$a->strings["Leave blank to import all public content"] = "Dejar en blanco para importar todo el contenido público"; -$a->strings["Source not found."] = "Fuente no encontrada"; -$a->strings["Edit Source"] = "Editar fuente"; -$a->strings["Delete Source"] = "Eliminar fuente"; -$a->strings["Source removed"] = "Fuente eliminada"; -$a->strings["Unable to remove source."] = "Imposible eliminar la fuente."; -$a->strings["Invalid request identifier."] = "Petición inválida del identificador."; -$a->strings["Discard"] = "Descartar"; -$a->strings["Tag removed"] = "Etiqueta eliminada."; -$a->strings["Remove Item Tag"] = "Eliminar etiqueta del elemento."; -$a->strings["Select a tag to remove: "] = "Seleccionar una etiqueta para eliminar:"; -$a->strings["Remove"] = "Eliminar"; +$a->strings["Public access denied."] = "Acceso público denegado."; $a->strings["%d rating"] = array( 0 => "%d valoración", 1 => "%d valoraciones", @@ -1436,32 +1164,132 @@ $a->strings["Reverse Alphabetic"] = "Alfabético inverso"; $a->strings["Newest to Oldest"] = "De más nuevo a más antiguo"; $a->strings["Oldest to Newest"] = "De más antiguo a más nuevo"; $a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas entradas pueden estar ocultas)."; -$a->strings["No valid account found."] = "No se ha encontrado una cuenta válida."; -$a->strings["Password reset request issued. Check your email."] = "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico."; -$a->strings["Site Member (%s)"] = "Usuario del sitio (%s)"; -$a->strings["Password reset requested at %s"] = "Se ha solicitado restablecer la contraseña en %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado."; -$a->strings["Password Reset"] = "Restablecer la contraseña"; -$a->strings["Your password has been reset as requested."] = "Su contraseña ha sido restablecida según lo solicitó."; -$a->strings["Your new password is"] = "Su nueva contraseña es"; -$a->strings["Save or copy your new password - and then"] = "Guarde o copie su nueva contraseña - y después"; -$a->strings["click here to login"] = "pulse aquà para conectarse"; -$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión."; -$a->strings["Your password has changed at %s"] = "Su contraseña en %s ha sido cambiada"; -$a->strings["Forgot your Password?"] = "¿Ha olvidado su contraseña?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduzca y envÃe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones."; -$a->strings["Email Address"] = "Dirección de correo electrónico"; -$a->strings["Reset"] = "Reiniciar"; $a->strings["This site is not a directory server"] = "Este sitio no es un servidor de directorio"; +$a->strings["This directory server requires an access token"] = "El servidor de este directorio necesita un \"token\" de acceso"; +$a->strings["Invalid message"] = "Mensaje no válido"; +$a->strings["no results"] = "sin resultados"; +$a->strings["Delivery report for %1\$s"] = "Informe de entrega para %1\$s"; +$a->strings["channel sync processed"] = "se ha realizado la sincronización del canal"; +$a->strings["queued"] = "encolado"; +$a->strings["posted"] = "enviado"; +$a->strings["accepted for delivery"] = "aceptado para el envÃo"; +$a->strings["updated"] = "actualizado"; +$a->strings["update ignored"] = "actualización ignorada"; +$a->strings["permission denied"] = "permiso denegado"; +$a->strings["recipient not found"] = "destinatario no encontrado"; +$a->strings["mail recalled"] = "mensaje de correo revocado"; +$a->strings["duplicate mail received"] = "se ha recibido mensaje duplicado"; +$a->strings["mail delivered"] = "correo enviado"; +$a->strings["Item not found"] = "Elemento no encontrado"; +$a->strings["Delete block?"] = "¿Borrar bloque?"; +$a->strings["Insert YouTube video"] = "Insertar vÃdeo de YouTube"; +$a->strings["Insert Vorbis [.ogg] video"] = "Insertar vÃdeo Vorbis [.ogg]"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Insertar audio Vorbis [.ogg]"; +$a->strings["Edit Block"] = "Modificar este bloque"; +$a->strings["Delete layout?"] = "¿Borrar el formato?"; +$a->strings["Layout Description (Optional)"] = "Descripción del formato gráfico (opcional)"; +$a->strings["Layout Name"] = "Nombre del formato"; +$a->strings["Edit Layout"] = "Modificar el formato"; +$a->strings["Item is not editable"] = "El elemento no es editable"; +$a->strings["Delete item?"] = "¿Borrar elemento?"; +$a->strings["Edit post"] = "Editar la entrada"; +$a->strings["Delete webpage?"] = "¿Eliminar la página web?"; +$a->strings["Page link title"] = "TÃtulo del enlace de la página"; +$a->strings["Edit Webpage"] = "Editar la página web"; +$a->strings["Calendar entries imported."] = "Entradas de calendario importadas."; +$a->strings["No calendar entries found."] = "No se han encontrado entradas de calendario."; +$a->strings["Event can not end before it has started."] = "Un evento no puede terminar antes de que haya comenzado."; +$a->strings["Unable to generate preview."] = "No se puede crear la vista previa."; +$a->strings["Event title and start time are required."] = "Se requieren el tÃtulo del evento y su hora de inicio."; +$a->strings["Event not found."] = "Evento no encontrado."; +$a->strings["Edit event title"] = "Editar el tÃtulo del evento"; +$a->strings["Event title"] = "TÃtulo del evento"; +$a->strings["Categories (comma-separated list)"] = "CategorÃas (lista separada por comas)"; +$a->strings["Edit Category"] = "Editar la categorÃa"; +$a->strings["Category"] = "CategorÃa"; +$a->strings["Edit start date and time"] = "Modificar la fecha y hora de comienzo"; +$a->strings["Start date and time"] = "Fecha y hora de comienzo"; +$a->strings["Finish date and time are not known or not relevant"] = "La fecha y hora de terminación no se conocen o no son relevantes"; +$a->strings["Edit finish date and time"] = "Modificar la fecha y hora de terminación"; +$a->strings["Finish date and time"] = "Fecha y hora de terminación"; +$a->strings["Adjust for viewer timezone"] = "Ajustar para obtener el visor de zona horaria"; +$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales."; +$a->strings["Edit Description"] = "Editar la descripción"; +$a->strings["Edit Location"] = "Modificar la localización"; +$a->strings["Share this event"] = "Compartir este evento"; +$a->strings["Advanced Options"] = "Opciones avanzadas"; +$a->strings["l, F j"] = "l j F"; +$a->strings["Edit event"] = "Editar evento"; +$a->strings["Delete event"] = "Borrar evento"; +$a->strings["calendar"] = "calendario"; +$a->strings["Edit Event"] = "Editar el evento"; +$a->strings["Create Event"] = "Crear un evento"; +$a->strings["Previous"] = "Anterior"; +$a->strings["Next"] = "Siguiente"; +$a->strings["Today"] = "Hoy"; +$a->strings["Event removed"] = "Evento borrado"; +$a->strings["Failed to remove event"] = "Error al eliminar el evento"; +$a->strings["Share content from Firefox to \$Projectname"] = "Compartir contenido desde Firefox a \$Projectname"; +$a->strings["Activate the Firefox \$Projectname provider"] = "Servicio de compartición de Firefox: activar el proveedor \$Projectname "; +$a->strings["- select -"] = "- seleccionar -"; +$a->strings["Permission Denied."] = "Permiso denegado"; +$a->strings["File not found."] = "Fichero no encontrado."; +$a->strings["Edit file permissions"] = "Modificar los permisos del fichero"; +$a->strings["Set/edit permissions"] = "Establecer/editar los permisos"; +$a->strings["Include all files and sub folders"] = "Incluir todos los ficheros y subcarpetas"; +$a->strings["Return to file list"] = "Volver a la lista de ficheros"; +$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/pegar este código para adjuntar el fichero al envÃo"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/pegar esta dirección para enlazar el fichero desde una página web"; +$a->strings["Share this file"] = "Compartir este fichero"; +$a->strings["Show URL to this file"] = "Mostrar la dirección de este fichero"; +$a->strings["Notify your contacts about this file"] = "Avisar a sus contactos sobre este fichero"; +$a->strings["Channel added."] = "Canal añadido."; +$a->strings["Contact not found."] = "Contacto no encontrado"; +$a->strings["Friend suggestion sent."] = "Enviar sugerencia a un amigo."; +$a->strings["Suggest Friends"] = "Sugerir amigos"; +$a->strings["Suggest a friend for %s"] = "Sugerir un amigo a %s"; +$a->strings["Privacy group created."] = "El grupo de canales ha sido creado."; +$a->strings["Could not create privacy group."] = "No se puede crear el grupo de canales"; +$a->strings["Privacy group updated."] = "Grupo de canales actualizado."; +$a->strings["Create a group of channels."] = "Crear un grupo de canales."; +$a->strings["Privacy group name: "] = "Nombre del grupo de canales:"; +$a->strings["Members are visible to other channels"] = "Los miembros son visibles para otros canales"; +$a->strings["Privacy group removed."] = "Grupo de canales eliminado."; +$a->strings["Unable to remove privacy group."] = "Imposible eliminar el grupo de canales."; +$a->strings["Privacy group editor"] = "Editor de grupos de canales"; +$a->strings["Members"] = "Miembros"; +$a->strings["All Connected Channels"] = "Todos los canales conectados"; +$a->strings["Click on a channel to add or remove."] = "Haga clic en un canal para agregarlo o quitarlo."; +$a->strings["Documentation Search"] = "Búsqueda de Documentación"; +$a->strings["Help:"] = "Ayuda:"; +$a->strings["\$Projectname Documentation"] = "Documentación de \$Projectname"; +$a->strings["\$Projectname"] = "\$Projectname"; +$a->strings["Welcome to %s"] = "Bienvenido a %s"; +$a->strings["First Name"] = "Nombre"; +$a->strings["Last Name"] = "Apellido"; +$a->strings["Nickname"] = "Sobrenombre o Alias"; +$a->strings["Full Name"] = "Nombre completo"; +$a->strings["Profile Photo 16px"] = "Foto del perfil 16px"; +$a->strings["Profile Photo 32px"] = "Foto del perfil 32px"; +$a->strings["Profile Photo 48px"] = "Foto del perfil 48px"; +$a->strings["Profile Photo 64px"] = "Foto del perfil 64px"; +$a->strings["Profile Photo 80px"] = "Foto del perfil 80px"; +$a->strings["Profile Photo 128px"] = "Foto del perfil 128px"; +$a->strings["Timezone"] = "Zona horaria"; +$a->strings["Homepage URL"] = "Dirección de la página personal"; +$a->strings["Birth Year"] = "Año de nacimiento"; +$a->strings["Birth Month"] = "Mes de nacimiento"; +$a->strings["Birth Day"] = "DÃa de nacimiento"; +$a->strings["Birthdate"] = "Fecha de nacimiento"; +$a->strings["Gender"] = "Género"; $a->strings["%s element installed"] = "%s elemento instalado"; $a->strings["%s element installation failed"] = "Elemento con instalación fallida: %s"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo %2\$s de %3\$s"; -$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s ha dejado de seguir %3\$s de %2\$s"; $a->strings["Your service plan only allows %d channels."] = "Su paquete de servicios solo permite %d canales."; $a->strings["Nothing to import."] = "No hay nada para importar."; $a->strings["Unable to download data from old server"] = "No se han podido descargar datos de su antiguo servidor"; $a->strings["Imported file is empty."] = "El fichero importado está vacÃo."; $a->strings["Warning: Database versions differ by %1\$d updates."] = "Atención: Las versiones de la base de datos difieren en %1\$d actualizaciones."; +$a->strings["Server platform is not compatible. Operation not permitted."] = "La plataforma del servidor no es compatible. Operación no permitida."; $a->strings["No channel. Import failed."] = "No hay canal. La importación ha fallado"; $a->strings["You must be logged in to use this feature."] = "Debe estar registrado para poder usar esta funcionalidad."; $a->strings["Import Channel"] = "Importar canal"; @@ -1475,6 +1303,9 @@ $a->strings["For either option, please choose whether to make this hub your new $a->strings["Make this hub my primary location"] = "Convertir este servidor en mi ubicación primaria"; $a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importar el contenido publicado si es posible (experimental - limitado por la memoria disponible"; $a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Este proceso puede tardar varios minutos en completarse. Por favor envÃe el formulario una sola vez y mantenga esta página abierta hasta que termine."; +$a->strings["Import completed"] = "Importación completada"; +$a->strings["Import Items"] = "Importar elementos"; +$a->strings["Use this form to import existing posts and content from an export file."] = "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación."; $a->strings["Total invitation limit exceeded."] = "Se ha superado el lÃmite máximo de invitaciones."; $a->strings["%s : Not a valid email address."] = "%s : No es una dirección de correo electrónico válida. "; $a->strings["Please join us on \$Projectname"] = "Únase a nosotros en \$Projectname"; @@ -1489,89 +1320,213 @@ $a->strings["Send invitations"] = "Enviar invitaciones"; $a->strings["Enter email addresses, one per line:"] = "Introduzca las direcciones de correo electrónico, una por lÃnea:"; $a->strings["Your message:"] = "Su mensaje:"; $a->strings["Please join my community on \$Projectname."] = "Por favor, únase a mi comunidad en \$Projectname."; -$a->strings["You will need to supply this invitation code: "] = "Debe proporcionar este código de invitación:"; +$a->strings["You will need to supply this invitation code:"] = "Tendrá que suministrar este código de invitación:"; $a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. RegÃstrese en cualquier sitio de \$Projectname (están todos interconectados)"; $a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Introduzca mi dirección \$Projectname en la caja de búsqueda del sitio."; -$a->strings["or visit "] = "o visite "; +$a->strings["or visit"] = "o visitar"; $a->strings["3. Click [Connect]"] = "3. Pulse [conectar]"; -$a->strings["Fetching URL returns error: %1\$s"] = "Al intentar obtener la dirección, retorna el error: %1\$s"; -$a->strings["Image uploaded but image cropping failed."] = "Imagen actualizada, pero el recorte de la imagen ha fallado. "; -$a->strings["Image resize failed."] = "El ajuste del tamaño de la imagen ha fallado."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente."; -$a->strings["Image upload failed."] = "Subida de imagen fallida."; -$a->strings["Unable to process image."] = "No ha sido posible procesar la imagen."; -$a->strings["female"] = "mujer"; -$a->strings["%1\$s updated her %2\$s"] = "%1\$s ha actualizado su %2\$s"; -$a->strings["male"] = "hombre"; -$a->strings["%1\$s updated his %2\$s"] = "%1\$s ha actualizado su %2\$s"; -$a->strings["%1\$s updated their %2\$s"] = "%1\$s ha actualizado sus %2\$s"; -$a->strings["profile photo"] = "foto del perfil"; -$a->strings["Photo not available."] = "Foto no disponible."; -$a->strings["Upload File:"] = "Subir fichero:"; -$a->strings["Select a profile:"] = "Seleccionar un perfil:"; -$a->strings["Upload Profile Photo"] = "Subir foto del perfil"; -$a->strings["or"] = "o"; -$a->strings["skip this step"] = "Omitir este paso"; -$a->strings["select a photo from your photo albums"] = "Seleccione una foto de sus álbumes de fotos"; -$a->strings["Crop Image"] = "Recortar imagen"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor ajuste el recorte de la imagen para una visión óptima."; -$a->strings["Done Editing"] = "Edición completada"; -$a->strings["Thing updated"] = "Elemento actualizado."; -$a->strings["Object store: failed"] = "Guardar objeto: ha fallado"; -$a->strings["Thing added"] = "Elemento añadido"; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; -$a->strings["Show Thing"] = "Mostrar elemento"; -$a->strings["item not found."] = "elemento no encontrado."; -$a->strings["Edit Thing"] = "Editar elemento"; -$a->strings["Select a profile"] = "Seleccionar un perfil"; -$a->strings["Post an activity"] = "Publicar una actividad"; -$a->strings["Only sends to viewers of the applicable profile"] = "Sólo enviar a espectadores del perfil pertinente."; -$a->strings["Name of thing e.g. something"] = "Nombre del elemento, p. ej.:. \"algo\""; -$a->strings["URL of thing (optional)"] = "Dirección del elemento (opcional)"; -$a->strings["URL for photo of thing (optional)"] = "Dirección para la foto o elemento (opcional)"; -$a->strings["Add Thing to your Profile"] = "Añadir alguna cosa a su perfil"; -$a->strings["This directory server requires an access token"] = "El servidor de este directorio necesita un \"token\" de acceso"; -$a->strings["Delete block?"] = "¿Borrar bloque?"; -$a->strings["Edit Block"] = "Modificar este bloque"; -$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña."; -$a->strings["Remove This Account"] = "Eliminar esta cuenta"; -$a->strings["This account and all its channels will be completely removed from the network. "] = "Esta cuenta y todos sus canales van a ser eliminados de la red."; -$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Remover esta cuenta, todos sus canales y clones de la red"; -$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Por defecto, solo las instancias de los canales ubicados en este servidor serán eliminados de la red"; -$a->strings["Remove Account"] = "Eliminar cuenta"; -$a->strings["Import completed"] = "Importación completada"; -$a->strings["Import Items"] = "Importar elementos"; -$a->strings["Use this form to import existing posts and content from an export file."] = "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación."; +$a->strings["Unable to locate original post."] = "No ha sido posible encontrar la entrada original."; +$a->strings["Empty post discarded."] = "La entrada vacÃa ha sido desechada."; +$a->strings["Executable content type not permitted to this channel."] = "Contenido de tipo ejecutable no permitido en este canal."; +$a->strings["Duplicate post suppressed."] = "Se ha suprimido la entrada duplicada."; +$a->strings["System error. Post not saved."] = "Error del sistema. La entrada no se ha podido salvar."; +$a->strings["Unable to obtain post information from database."] = "No ha sido posible obtener información de la entrada en la base de datos."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Ha alcanzado su lÃmite de %1$.0f entradas en la página principal."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Ha alcanzado su lÃmite de %1$.0f páginas web."; +$a->strings["Comanche page description language help"] = "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche"; +$a->strings["Layout Description"] = "Descripción del formato"; +$a->strings["Download PDL file"] = "Descargar el fichero PDL"; +$a->strings["Like/Dislike"] = "Me gusta/No me gusta"; +$a->strings["This action is restricted to members."] = "Esta acción está restringida solo para miembros."; +$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Por favor, <a href=\"rmagic\">identifÃquese con su \$Projectname ID</a> o <a href=\"register\">rregÃstrese como un nuevo \$Projectname member</a> para continuar."; +$a->strings["Invalid request."] = "Solicitud incorrecta."; +$a->strings["thing"] = "elemento"; +$a->strings["Channel unavailable."] = "Canal no disponible."; +$a->strings["Previous action reversed."] = "Acción anterior revocada."; +$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s está de acuerdo"; +$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no está de acuerdo"; +$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s se abstiene"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s participa"; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no participa"; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s quizá participe"; +$a->strings["Action completed."] = "Acción completada."; +$a->strings["Thank you."] = "Gracias."; +$a->strings["Remote privacy information not available."] = "La información privada remota no está disponible."; +$a->strings["Visible to:"] = "Visible para:"; +$a->strings["Location not found."] = "Dirección no encontrada."; +$a->strings["Location lookup failed."] = "Ha fallado la búsqueda de la dirección."; +$a->strings["Please select another location to become primary before removing the primary location."] = "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal."; +$a->strings["Syncing locations"] = "Sincronización de ubicaciones"; +$a->strings["No locations found."] = "No encontrada ninguna dirección."; +$a->strings["Manage Channel Locations"] = "Gestionar las direcciones del canal"; +$a->strings["Location (address)"] = "Ubicación (dirección)"; +$a->strings["Primary Location"] = "Dirección primaria"; +$a->strings["Drop location"] = "Eliminar dirección"; +$a->strings["Sync now"] = "Sincronizar ahora"; +$a->strings["Please wait several minutes between consecutive operations."] = "Por favor, espere algunos minutos entre operaciones consecutivas."; +$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal."; +$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo."; +$a->strings["sent you a private message"] = "le ha enviado un mensaje privado"; +$a->strings["added your channel"] = "añadió este canal a sus conexiones"; +$a->strings["posted an event"] = "publicó un evento"; +$a->strings["Hub not found."] = "Servidor no encontrado"; +$a->strings["Unable to lookup recipient."] = "Imposible asociar a un destinatario."; +$a->strings["Unable to communicate with requested channel."] = "Imposible comunicar con el canal solicitado."; +$a->strings["Cannot verify requested channel."] = "No se puede verificar el canal solicitado."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "El canal seleccionado tiene restricciones sobre los mensajes privados. El envÃo falló."; +$a->strings["Messages"] = "Mensajes"; +$a->strings["Message recalled."] = "Mensaje revocado."; +$a->strings["Conversation removed."] = "Conversación eliminada."; +$a->strings["Requested channel is not in this network"] = "El canal solicitado no existe en esta red"; +$a->strings["Send Private Message"] = "Enviar un mensaje privado"; +$a->strings["To:"] = "Para:"; +$a->strings["Subject:"] = "Asunto:"; +$a->strings["Send"] = "Enviar"; +$a->strings["Delete message"] = "Borrar mensaje"; +$a->strings["Delivery report"] = "Informe de transmisión"; +$a->strings["Recall message"] = "Revocar el mensaje"; +$a->strings["Message has been recalled."] = "El mensaje ha sido revocado."; +$a->strings["Delete Conversation"] = "Eliminar conversación"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente."; +$a->strings["Send Reply"] = "Responder"; +$a->strings["Your message for %s (%s):"] = "Su mensaje para %s (%s):"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Ha creado %1$.0f de %2$.0f canales permitidos."; +$a->strings["Create a new channel"] = "Crear un nuevo canal"; +$a->strings["Current Channel"] = "Canal actual"; +$a->strings["Switch to one of your channels by selecting it."] = "Cambiar a uno de sus canales seleccionándolo."; +$a->strings["Default Channel"] = "Canal principal"; +$a->strings["Make Default"] = "Convertir en predeterminado"; +$a->strings["%d new messages"] = "%d mensajes nuevos"; +$a->strings["%d new introductions"] = "%d nuevas isolicitudes de conexión"; +$a->strings["Delegated Channels"] = "Canales delegados"; +$a->strings["Profile Match"] = "Perfil compatible"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "No hay palabras clave en el perfil principal para poder encontrar perfiles compatibles. Por favor, añada palabras clave a su perfil principal."; +$a->strings["is interested in:"] = "está interesado en:"; +$a->strings["No matches"] = "No se han encontrado perfiles compatibles"; +$a->strings["Unable to update menu."] = "No se puede actualizar el menú."; +$a->strings["Unable to create menu."] = "No se puede crear el menú."; +$a->strings["Menu Name"] = "Nombre del menú"; +$a->strings["Unique name (not visible on webpage) - required"] = "Nombre único (no será visible en la página web) - requerido"; +$a->strings["Menu Title"] = "TÃtulo del menú"; +$a->strings["Visible on webpage - leave empty for no title"] = "Visible en la página web - no ponga nada si no desea un tÃtulo"; +$a->strings["Allow Bookmarks"] = "Permitir marcadores"; +$a->strings["Menu may be used to store saved bookmarks"] = "El menú se puede usar para guardar marcadores"; +$a->strings["Submit and proceed"] = "Enviar y proceder"; +$a->strings["Drop"] = "Eliminar"; +$a->strings["Bookmarks allowed"] = "Marcadores permitidos"; +$a->strings["Delete this menu"] = "Borrar este menú"; +$a->strings["Edit menu contents"] = "Editar los contenidos del menú"; +$a->strings["Edit this menu"] = "Modificar este menú"; +$a->strings["Menu could not be deleted."] = "El menú no puede ser eliminado."; +$a->strings["Menu not found."] = "Menú no encontrado"; +$a->strings["Edit Menu"] = "Modificar el menú"; +$a->strings["Add or remove entries to this menu"] = "Añadir o quitar entradas en este menú"; +$a->strings["Menu name"] = "Nombre del menú"; +$a->strings["Must be unique, only seen by you"] = "Debe ser único, solo será visible para usted"; +$a->strings["Menu title"] = "TÃtulo del menú"; +$a->strings["Menu title as seen by others"] = "El tÃtulo del menú tal como será visto por los demás"; +$a->strings["Allow bookmarks"] = "Permitir marcadores"; +$a->strings["Not found."] = "No encontrado."; +$a->strings["Unable to create element."] = "Imposible crear el elemento."; +$a->strings["Unable to update menu element."] = "No es posible actualizar el elemento del menú."; +$a->strings["Unable to add menu element."] = "No es posible añadir el elemento al menú"; +$a->strings["Menu Item Permissions"] = "Permisos del elemento del menú"; +$a->strings["(click to open/close)"] = "(pulsar para abrir o cerrar)"; +$a->strings["Link Name"] = "Nombre del enlace"; +$a->strings["Link or Submenu Target"] = "Destino del enlace o submenú"; +$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Introducir la dirección del enlace o seleccionar el nombre de un submenú"; +$a->strings["Use magic-auth if available"] = "Usar la autenticación mágica si está disponible"; +$a->strings["Open link in new window"] = "Abrir el enlace en una nueva ventana"; +$a->strings["Order in list"] = "Orden en la lista"; +$a->strings["Higher numbers will sink to bottom of listing"] = "Los números más altos irán al final de la lista"; +$a->strings["Submit and finish"] = "Enviar y terminar"; +$a->strings["Submit and continue"] = "Enviar y continuar"; +$a->strings["Menu:"] = "Menú:"; +$a->strings["Link Target"] = "Destino del enlace"; +$a->strings["Edit menu"] = "Editar menú"; +$a->strings["Edit element"] = "Editar el elemento"; +$a->strings["Drop element"] = "Eliminar el elemento"; +$a->strings["New element"] = "Nuevo elemento"; +$a->strings["Edit this menu container"] = "Modificar el contenedor del menú"; +$a->strings["Add menu element"] = "Añadir un elemento al menú"; +$a->strings["Delete this menu item"] = "Eliminar este elemento del menú"; +$a->strings["Edit this menu item"] = "Modificar este elemento del menú"; +$a->strings["Menu item not found."] = "Este elemento del menú no se ha encontrado"; +$a->strings["Menu item deleted."] = "Este elemento del menú ha sido borrado"; +$a->strings["Menu item could not be deleted."] = "Este elemento del menú no puede ser borrado."; +$a->strings["Edit Menu Element"] = "Editar elemento del menú"; +$a->strings["Link text"] = "Texto del enlace"; +$a->strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos"; $a->strings["No such group"] = "No se encuentra el grupo"; $a->strings["No such channel"] = "No se encuentra el canal"; $a->strings["forum"] = "foro"; $a->strings["Search Results For:"] = "Buscar resultados para:"; -$a->strings["Collection is empty"] = "La colección está vacÃa"; -$a->strings["Collection: "] = "Colección:"; +$a->strings["Privacy group is empty"] = "El grupo de canales está vacÃo"; +$a->strings["Privacy group: "] = "Grupo de canales:"; $a->strings["Invalid connection."] = "Conexión no válida."; +$a->strings["Add a Channel"] = "Añadir un 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."] = "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita."; +$a->strings["Channel Name"] = "Nombre del canal"; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Ejemplos: \"Juan GarcÃa\", \"Isabel y sus caballos\", \"Fútbol\", \"Grupo de parapente\" "; +$a->strings["Choose a short nickname"] = "Elija un alias corto"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros."; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "O <a href=\"import\">importar un canal existente</a> de otro lugar"; +$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, asà podremos seleccionar el mejor conjunto de permisos para usted"; +$a->strings["Channel Type"] = "Tipo de canal"; +$a->strings["Read more about roles"] = "Leer más sobre los roles"; +$a->strings["Invalid request identifier."] = "Petición inválida del identificador."; +$a->strings["Discard"] = "Descartar"; +$a->strings["No more system notifications."] = "No hay más notificaciones del sistema"; +$a->strings["System Notifications"] = "Notificaciones de sistema"; +$a->strings["Unable to find your hub."] = "No se puede encontrar su servidor."; +$a->strings["Post successful."] = "Enviado con éxito."; +$a->strings["OpenID protocol error. No ID returned."] = "Error del protocolo OpenID. Ningún ID recibido como respuesta."; +$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; +$a->strings["This setting requires special processing and editing has been blocked."] = "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada."; +$a->strings["Configuration Editor"] = "Editor de configuración"; +$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta caracterÃstica."; $a->strings["Layout updated."] = "Formato actualizado"; $a->strings["Edit System Page Description"] = "Editor del Sistema de Descripción de Páginas"; $a->strings["Layout not found."] = "Formato no encontrado"; $a->strings["Module Name:"] = "Nombre del módulo:"; $a->strings["Layout Help"] = "Ayuda para el diseño de la página"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Se ha superado el lÃmite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado."; -$a->strings["Passwords do not match."] = "Las contraseñas no coinciden."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "Registro realizado con éxito. Por favor, compruebe su correo electrónico para ver las instrucciones para validarlo."; -$a->strings["Your registration is pending approval by the site owner."] = "Su registro está pendiente de aprobación por el propietario del sitio."; -$a->strings["Your registration can not be processed."] = "Su registro no puede ser procesado."; -$a->strings["Registration on this site/hub is by approval only."] = "El registro en este servidor/hub está sometido a aprobación previa."; -$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el lÃmite de inscripción diaria de cuentas. Por favor, inténtelo de nuevo mañana."; -$a->strings["Terms of Service"] = "Términos del servicio"; -$a->strings["I accept the %s for this website"] = "Acepto los %s de este sitio"; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Tengo más de 13 años de edad y acepto los %s de este sitio"; -$a->strings["Registration"] = "Registro"; -$a->strings["Membership on this site is by invitation only."] = "Para registrarse en este sitio es necesaria una invitación."; -$a->strings["Please enter your invitation code"] = "Por favor, introduzca el código de su invitación"; -$a->strings["Your email address"] = "Su dirección de correo electrónico"; -$a->strings["Choose a password"] = "Elija una contraseña"; -$a->strings["Please re-enter your password"] = "Por favor, vuelva a escribir su contraseña"; +$a->strings["Page owner information could not be retrieved."] = "La información del propietario de la página no pudo ser recuperada."; +$a->strings["Album not found."] = "Ãlbum no encontrado."; +$a->strings["Delete Album"] = "Borrar álbum"; +$a->strings["Delete Photo"] = "Borrar foto"; +$a->strings["No photos selected"] = "No hay fotos seleccionadas"; +$a->strings["Access to this item is restricted."] = "El acceso a este elemento está restringido."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado."; +$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB de almacenamiento de fotos utilizado."; +$a->strings["Upload Photos"] = "Subir fotos"; +$a->strings["Enter an album name"] = "Introducir un nombre de álbum"; +$a->strings["or select an existing album (doubleclick)"] = "o seleccionar uno existente (doble click)"; +$a->strings["Create a status post for this upload"] = "Crear un mensaje de estado para esta subida"; +$a->strings["Caption (optional):"] = "TÃtulo (opcional):"; +$a->strings["Description (optional):"] = "Descripción (opcional):"; +$a->strings["Album name could not be decoded"] = "El nombre del álbum no ha podido ser descifrado"; +$a->strings["Contact Photos"] = "Fotos de contacto"; +$a->strings["Show Newest First"] = "Mostrar lo más reciente primero"; +$a->strings["Show Oldest First"] = "Mostrar lo más antiguo primero"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Permiso denegado. El acceso a este elemento puede estar restringido."; +$a->strings["Photo not available"] = "Foto no disponible"; +$a->strings["Use as profile photo"] = "Usar como foto del perfil"; +$a->strings["Private Photo"] = "Foto privada"; +$a->strings["View Full Size"] = "Ver tamaño completo"; +$a->strings["Remove"] = "Eliminar"; +$a->strings["Edit photo"] = "Editar foto"; +$a->strings["Rotate CW (right)"] = "Girar CW (a la derecha)"; +$a->strings["Rotate CCW (left)"] = "Girar CCW (a la izquierda)"; +$a->strings["Enter a new album name"] = "Introducir un nuevo nombre de álbum"; +$a->strings["or select an existing one (doubleclick)"] = "o seleccionar uno (doble click) existente"; +$a->strings["Caption"] = "TÃtulo"; +$a->strings["Add a Tag"] = "Añadir una etiqueta"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com"; +$a->strings["Flag as adult in album view"] = "Marcar como \"solo para adultos\" en el álbum"; +$a->strings["In This Photo:"] = "En esta foto:"; +$a->strings["Map"] = "Mapa"; +$a->strings["View Album"] = "Ver álbum"; +$a->strings["Recent Photos"] = "Fotos recientes"; $a->strings["Theme settings updated."] = "Ajustes del tema actualizados."; $a->strings["# Accounts"] = "# Cuentas"; $a->strings["# blocked accounts"] = "# cuentas bloqueadas"; @@ -1597,6 +1552,7 @@ $a->strings["My site is not a public server"] = "Mi sitio no es un servidor púb $a->strings["My site has paid access only"] = "Mi sitio es un servicio de pago"; $a->strings["My site has free access only"] = "Mi sitio es un servicio gratuito"; $a->strings["My site offers free accounts with optional paid upgrades"] = "Mi sitio ofrece cuentas gratuitas con opciones extra de pago"; +$a->strings["Registration"] = "Registro"; $a->strings["File upload"] = "Fichero subido"; $a->strings["Policies"] = "PolÃticas"; $a->strings["Site name"] = "Nombre del sitio"; @@ -1613,6 +1569,8 @@ $a->strings["(Heavy system resource usage)"] = "(Uso intenso de los recursos del $a->strings["Maximum image size"] = "Tamaño máximo de la imagen"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamaño máximo en bytes de la imagen subida. Por defecto, es 0, lo que significa que no hay lÃmites."; $a->strings["Does this site allow new member registration?"] = "¿Debe este sitio permitir el registro de nuevos miembros?"; +$a->strings["Invitation only"] = "Solo con una invitación"; +$a->strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "Solo se permiten inscripciones de nuevos miembros con un código de invitación. Además, deben aceptarse los términos del registro marcando \"SÃ\"."; $a->strings["Which best describes the types of account offered by this hub?"] = "¿Cómo describirÃa el tipo de servicio ofrecido por este servidor?"; $a->strings["Register text"] = "Texto del registro"; $a->strings["Will be displayed prominently on the registration page."] = "Se mostrará de forma destacada en la página de registro."; @@ -1628,15 +1586,13 @@ $a->strings["Allowed email domains"] = "Se aceptan dominios de correo electróni $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 comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. "; $a->strings["Not allowed email domains"] = "No se permiten dominios de correo electrónico"; $a->strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado."; -$a->strings["Block public"] = "Bloquear páginas públicas"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Activar para bloquear el acceso a todas las páginas públicas personales en este sitio, salvo que estén identificadas en el sistema."; $a->strings["Verify Email Addresses"] = "Verificar las direcciones de correo electrónico"; $a->strings["Check to verify email addresses used in account registration (recommended)."] = "Activar para la verificación de la dirección de correo electrónico en el registro de una cuenta (recomendado)."; $a->strings["Force publish"] = "Forzar la publicación"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Intentar forzar todos los perfiles para que sean listados en el directorio de este sitio."; $a->strings["Import Public Streams"] = "Importar contenido público"; $a->strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "Importar y permitir acceso al contenido público sacado de otros sitios. Advertencia: este contenido no está moderado, por lo que podrÃa encontrar cosas inapropiadas u ofensivas."; -$a->strings["login on Homepage"] = "acceso a la página personal"; +$a->strings["login on Homepage"] = "Iniciar sesión en la página personal"; $a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido."; $a->strings["Directory Server URL"] = "URL del servidor de directorio"; $a->strings["Default directory server"] = "Servidor de directorio predeterminado"; @@ -1648,18 +1604,34 @@ $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."] = "Retrasar los procesos de transmisión en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para sitios compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados."; $a->strings["Deliveries per process"] = "Intentos de envÃo por proceso"; $a->strings["Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5."] = "Numero de envÃos a intentar en un único proceso del sistema operativo. Ajustar si es necesario mejorar el rendimiento. Se recomienda: 1-5."; -$a->strings["Poll interval"] = "Intervalo de sondeo"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Retrasar el sondeo en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de transmisión."; +$a->strings["Poll interval"] = "Intervalo máximo de tiempo entre dos mensajes sucesivos"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Retrasar el intervalo de envÃo en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de entrega."; $a->strings["Maximum Load Average"] = "Carga media máxima"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que los procesos de transmisión y sondeo se hayan retardado - por defecto, 50."; -$a->strings["Expiration period in days for imported (matrix/network) content"] = "Periodo de caducidad en dÃas para el contenido importado (red)"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que los procesos de entrega y envÃo se hayan retardado - por defecto, 50."; +$a->strings["Expiration period in days for imported (grid/network) content"] = "Caducidad del contenido importado de otros sitios (en dÃas)"; $a->strings["0 for no expiration of imported content"] = "0 para que no caduque el contenido importado"; +$a->strings["Off"] = "Desactivado"; +$a->strings["On"] = "Activado"; +$a->strings["Lock feature %s"] = "Bloquear la funcionalidad %s"; +$a->strings["Manage Additional Features"] = "Gestionar las funcionalidades"; $a->strings["No server found"] = "Servidor no encontrado"; $a->strings["ID"] = "ID"; $a->strings["for channel"] = "por canal"; $a->strings["on server"] = "en el servidor"; -$a->strings["Status"] = "Estado"; $a->strings["Server"] = "Servidor"; +$a->strings["Block public"] = "Bloquear páginas públicas"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = "Habilitar para impedir ver las páginas personales de este sitio a quien no esté actualmente autenticado."; +$a->strings["Allow communications only from these sites"] = "Permitir la comunicación solo desde estos sitios"; +$a->strings["One site per line. Leave empty to allow communication from anywhere by default"] = "Un sitio por lÃnea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera"; +$a->strings["Block communications from these sites"] = "Bloquear la comunicación desde estos sitios"; +$a->strings["Allow communications only from these channels"] = "Permitir la comunicación solo desde estos canales"; +$a->strings["One channel (hash) per line. Leave empty to allow from any channel by default"] = "Un canal (hash) por lÃnea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera"; +$a->strings["Block communications from these channels"] = "Bloquear la comunicación desde estos canales"; +$a->strings["Allow embedded HTML content only from these domains"] = "Permitir contenido con HTML incorporado solo desde estos dominios"; +$a->strings["One site per line. Leave empty to allow from any site by default"] = "Un sitio por lÃnea. Dejar en blanco para permitirlo por defecto desde cualquier sitio"; +$a->strings["Block embedded HTML from these domains"] = "Bloquear contenido con HTML incorporado desde estos dominios"; +$a->strings["Cooperative embed security"] = "Seguridad cooperativa incorporada"; +$a->strings["Enable to share embed security with other compatible sites/hubs"] = "Habilitar la compartición de seguridad incorporada con otros sitios compatibles"; $a->strings["Update has been marked successful"] = "La actualización ha sido marcada como exitosa"; $a->strings["Executing %s failed. Check system logs."] = "La ejecución de %s ha fallado. Mirar en los informes del sistema."; $a->strings["Update %s was successfully applied."] = "La actualización de %s se ha realizado exitosamente."; @@ -1723,6 +1695,7 @@ $a->strings["Uncensor"] = "No censurar"; $a->strings["Allow Code"] = "Permitir código"; $a->strings["Disallow Code"] = "No permitir código"; $a->strings["UID"] = "UID"; +$a->strings["Address"] = "Dirección"; $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?"] = "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?"; $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?"] = "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?"; $a->strings["Plugin %s disabled."] = "Extensión %s desactivada."; @@ -1732,6 +1705,10 @@ $a->strings["Enable"] = "Activar"; $a->strings["Toggle"] = "Cambiar"; $a->strings["Author: "] = "Autor:"; $a->strings["Maintainer: "] = "Mantenedor:"; +$a->strings["Minimum project version: "] = "Versión mÃnima del proyecto:"; +$a->strings["Maximum project version: "] = "Versión máxima del proyecto:"; +$a->strings["Minimum PHP version: "] = "Versión mÃnima de PHP:"; +$a->strings["Disabled - version incompatibility"] = "Deshabilitado - versiones incompatibles"; $a->strings["No themes found."] = "No se han encontrado temas."; $a->strings["Screenshot"] = "Instantánea de pantalla"; $a->strings["[Experimental]"] = "[Experimental]"; @@ -1752,12 +1729,168 @@ $a->strings["Help text"] = "Texto de ayuda"; $a->strings["Additional info (optional)"] = "Información adicional (opcional)"; $a->strings["Field definition not found"] = "Definición del campo no encontrada"; $a->strings["Edit Profile Field"] = "Modificar el campo del perfil"; -$a->strings["Delete layout?"] = "¿Borrar el formato?"; -$a->strings["Layout Description (Optional)"] = "Descripción del formato gráfico (opcional)"; -$a->strings["Layout Name"] = "Nombre del formato"; -$a->strings["Edit Layout"] = "Modificar el formato"; +$a->strings["Poke somebody"] = "Dar un toque a alguien"; +$a->strings["Poke/Prod"] = "Toque/Incitación"; +$a->strings["Poke, prod or do other things to somebody"] = "Dar un toque, incitar o hacer otras cosas a alguien"; +$a->strings["Recipient"] = "Destinatario"; +$a->strings["Choose what you wish to do to recipient"] = "Elegir qué desea enviar al destinatario"; +$a->strings["Make this post private"] = "Convertir en privado este envÃo"; +$a->strings["Fetching URL returns error: %1\$s"] = "Al intentar obtener la dirección, retorna el error: %1\$s"; +$a->strings["Image uploaded but image cropping failed."] = "Imagen actualizada, pero el recorte de la imagen ha fallado. "; +$a->strings["Image resize failed."] = "El ajuste del tamaño de la imagen ha fallado."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente."; +$a->strings["Image upload failed."] = "Subida de imagen fallida."; +$a->strings["Unable to process image."] = "No ha sido posible procesar la imagen."; +$a->strings["female"] = "mujer"; +$a->strings["%1\$s updated her %2\$s"] = "%1\$s ha actualizado su %2\$s"; +$a->strings["male"] = "hombre"; +$a->strings["%1\$s updated his %2\$s"] = "%1\$s ha actualizado su %2\$s"; +$a->strings["%1\$s updated their %2\$s"] = "%1\$s ha actualizado su %2\$s"; +$a->strings["profile photo"] = "foto del perfil"; +$a->strings["Photo not available."] = "Foto no disponible."; +$a->strings["Upload File:"] = "Subir fichero:"; +$a->strings["Select a profile:"] = "Seleccionar un perfil:"; +$a->strings["Upload Profile Photo"] = "Subir foto del perfil"; +$a->strings["or"] = "o"; +$a->strings["skip this step"] = "Omitir este paso"; +$a->strings["select a photo from your photo albums"] = "Seleccione una foto de sus álbumes de fotos"; +$a->strings["Crop Image"] = "Recortar imagen"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor ajuste el recorte de la imagen para una visión óptima."; +$a->strings["Done Editing"] = "Edición completada"; +$a->strings["Profile not found."] = "Perfil no encontrado."; +$a->strings["Profile deleted."] = "Perfil eliminado."; +$a->strings["Profile-"] = "Perfil-"; +$a->strings["New profile created."] = "El nuevo perfil ha sido creado."; +$a->strings["Profile unavailable to clone."] = "Perfil no disponible para clonar."; +$a->strings["Profile unavailable to export."] = "Perfil no disponible para exportar."; +$a->strings["Profile Name is required."] = "Se necesita el nombre del perfil."; +$a->strings["Marital Status"] = "Estado civil"; +$a->strings["Romantic Partner"] = "Pareja sentimental"; +$a->strings["Likes"] = "Me gusta"; +$a->strings["Dislikes"] = "No me gusta"; +$a->strings["Work/Employment"] = "Trabajo:"; +$a->strings["Religion"] = "Religión"; +$a->strings["Political Views"] = "Ideas polÃticas"; +$a->strings["Sexual Preference"] = "Preferencia sexual"; +$a->strings["Homepage"] = "Página personal"; +$a->strings["Interests"] = "Intereses"; +$a->strings["Profile updated."] = "Perfil actualizado."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "¿Ocultar su lista de contactos a los visitantes de este perfil?"; +$a->strings["Edit Profile Details"] = "Modificar los detalles de este perfil"; +$a->strings["View this profile"] = "Ver este perfil"; +$a->strings["Change Profile Photo"] = "Cambiar la foto del perfil"; +$a->strings["Create a new profile using these settings"] = "Crear un nuevo perfil usando estos ajustes"; +$a->strings["Clone this profile"] = "Clonar este perfil"; +$a->strings["Delete this profile"] = "Eliminar este perfil"; +$a->strings["Import profile from file"] = "Importar perfil desde un fichero"; +$a->strings["Export profile to file"] = "Exportar perfil a un fichero"; +$a->strings["Profile Name:"] = "Nombre del perfil:"; +$a->strings["Your Full Name:"] = "Su nombre completo:"; +$a->strings["Title/Description:"] = "TÃtulo/Descripción:"; +$a->strings["Your Gender:"] = "Su género:"; +$a->strings["Birthday :"] = "Cumpleaños:"; +$a->strings["Street Address:"] = "Calle:"; +$a->strings["Locality/City:"] = "Ciudad:"; +$a->strings["Postal/Zip Code:"] = "Código postal:"; +$a->strings["Country:"] = "PaÃs:"; +$a->strings["Region/State:"] = "Región/Estado:"; +$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Estado sentimental:"; +$a->strings["Who: (if applicable)"] = "Quién: (si es aplicable)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Por ejemplo: ana123, MarÃa González, sara@ejemplo.com"; +$a->strings["Since [date]:"] = "Desde [fecha]:"; +$a->strings["Homepage URL:"] = "Dirección de la página personal:"; +$a->strings["Religious Views:"] = "Creencias religiosas:"; +$a->strings["Keywords:"] = "Palabras clave:"; +$a->strings["Example: fishing photography software"] = "Por ejemplo: software de fotografÃa submarina"; +$a->strings["Used in directory listings"] = "Visible en el directorio público del canal"; +$a->strings["Tell us about yourself..."] = "Háblenos de usted..."; +$a->strings["Hobbies/Interests"] = "Aficiones/Intereses"; +$a->strings["Contact information and Social Networks"] = "Información de contacto y redes sociales"; +$a->strings["My other channels"] = "Mis otros canales"; +$a->strings["Musical interests"] = "Preferencias musicales"; +$a->strings["Books, literature"] = "Libros, literatura"; +$a->strings["Television"] = "Televisión"; +$a->strings["Film/dance/culture/entertainment"] = "Cine/danza/cultura/entretenimiento"; +$a->strings["Love/romance"] = "Vida sentimental/amorosa"; +$a->strings["Work/employment"] = "Trabajo"; +$a->strings["School/education"] = "Estudios"; +$a->strings["This is your default profile."] = "Este es su perfil principal."; +$a->strings["Age: "] = "Edad:"; +$a->strings["Edit/Manage Profiles"] = "Modificar/gestionar perfiles"; +$a->strings["Add profile things"] = "Añadir cosas al perfil"; +$a->strings["Include desirable objects in your profile"] = "Añadir objetos interesantes en su perfil"; +$a->strings["Invalid profile identifier."] = "Identificador del perfil no válido"; +$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil"; +$a->strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo."; +$a->strings["Visible To"] = "Visible para"; +$a->strings["Public Sites"] = "Sitios públicos"; +$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Los sitios listados permiten el registro público en la red \$Projectname. Todos los sitios de la red están vinculados entre sÃ, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los enlaces de los proveedores <strong> pueden </strong> proporcionar detalles adicionales."; +$a->strings["Rate this hub"] = "Valorar este sitio"; +$a->strings["Site URL"] = "Dirección del sitio"; +$a->strings["Access Type"] = "Tipo de acceso"; +$a->strings["Registration Policy"] = "Normas de registro"; +$a->strings["Project"] = "Proyecto"; +$a->strings["View hub ratings"] = "Ver las valoraciones del sitio"; +$a->strings["Rate"] = "Valorar"; +$a->strings["View ratings"] = "Ver valoraciones"; +$a->strings["Website:"] = "Sitio web:"; +$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Canal remoto [%s] (aún no es conocido en este sitio)"; +$a->strings["Rating (this information is public)"] = "Valoración (esta información es pública)"; +$a->strings["Optionally explain your rating (this information is public)"] = "Opcionalmente puede explicar su valoración (esta información es pública)"; +$a->strings["No ratings"] = "Ninguna valoración"; +$a->strings["Rating: "] = "Valoración:"; +$a->strings["Website: "] = "Sitio web:"; +$a->strings["Description: "] = "Descripción:"; +$a->strings["Select a bookmark folder"] = "Seleccionar una carpeta de marcadores"; +$a->strings["Save Bookmark"] = "Guardar marcador"; +$a->strings["URL of bookmark"] = "Dirección del marcador"; +$a->strings["Or enter new bookmark folder name"] = "O introduzca un nuevo nombre para la carpeta de marcadores"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Se ha superado el lÃmite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado."; +$a->strings["Passwords do not match."] = "Las contraseñas no coinciden."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registro realizado con éxito. Por favor, compruebe su correo electrónico para ver las instrucciones para validarlo."; +$a->strings["Your registration is pending approval by the site owner."] = "Su registro está pendiente de aprobación por el propietario del sitio."; +$a->strings["Your registration can not be processed."] = "Su registro no puede ser procesado."; +$a->strings["Registration on this site is disabled."] = "El registro está deshabilitado en este sitio."; +$a->strings["Registration on this site/hub is by approval only."] = "El registro en este servidor/hub está sometido a aprobación previa."; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Inscribirse en un servidor/hub afiliado</a>"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el lÃmite de inscripción diaria de cuentas. Por favor, inténtelo de nuevo mañana."; +$a->strings["Terms of Service"] = "Términos del servicio"; +$a->strings["I accept the %s for this website"] = "Acepto los %s de este sitio"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Tengo más de 13 años de edad y acepto los %s de este sitio"; +$a->strings["Membership on this site is by invitation only."] = "Para registrarse en este sitio es necesaria una invitación."; +$a->strings["Please enter your invitation code"] = "Por favor, introduzca el código de su invitación"; +$a->strings["Enter your name"] = "Su nombre"; +$a->strings["Your email address"] = "Su dirección de correo electrónico"; +$a->strings["Choose a password"] = "Elija una contraseña"; +$a->strings["Please re-enter your password"] = "Por favor, vuelva a escribir su contraseña"; +$a->strings["Please login."] = "Por favor, inicie sesión."; +$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña."; +$a->strings["Remove This Account"] = "Eliminar esta cuenta"; +$a->strings["WARNING: "] = "ATENCIÓN:"; +$a->strings["This account and all its channels will be completely removed from the network. "] = "Esta cuenta y todos sus canales van a ser eliminados de la red."; +$a->strings["This action is permanent and can not be undone!"] = "¡Esta acción tiene carácter definitivo y no se puede deshacer!"; +$a->strings["Please enter your password for verification:"] = "Por favor, introduzca su contraseña para su verificación:"; +$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Remover esta cuenta, todos sus canales y clones de la red"; +$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Por defecto, solo las instancias de los canales ubicados en este servidor serán eliminados de la red"; +$a->strings["Remove Account"] = "Eliminar cuenta"; +$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña."; +$a->strings["Remove This Channel"] = "Eliminar este canal"; +$a->strings["This channel will be completely removed from the network. "] = "Este canal va a ser completamente eliminado de la red."; +$a->strings["Remove this channel and all its clones from the network"] = "Eliminar este canal y todos sus clones de la red"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red"; +$a->strings["Remove Channel"] = "Eliminar el canal"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos un problema durante el inicio de sesión con la OpenID que proporcionó. Por favor, compruebe que la ID está correctamente escrita."; +$a->strings["The error message was:"] = "El mensaje de error fue:"; +$a->strings["Authentication failed."] = "Falló la autenticación."; +$a->strings["Remote Authentication"] = "Acceso desde su servidor"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)"; +$a->strings["Authenticate"] = "Acceder"; +$a->strings["Items tagged with: %s"] = "elementos etiquetados con: %s"; +$a->strings["Search results for: %s"] = "Resultados de la búsqueda para: %s"; +$a->strings["No service class restrictions found."] = "No se han encontrado restricciones sobre esta clase de servicio."; $a->strings["Name is required"] = "El nombre es obligatorio"; -$a->strings["Key and Secret are required"] = "Clave y Secreto son obligatorios"; +$a->strings["Key and Secret are required"] = "\"Key\" y \"Secret\" son obligatorios"; $a->strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no se ha cambiado."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "No se permiten contraseñas vacÃas. La contraseña no se ha cambiado."; $a->strings["Password changed."] = "Contraseña cambiada."; @@ -1768,29 +1901,27 @@ $a->strings["System failure storing new email. Please try again."] = "Fallo de s $a->strings["Settings updated."] = "Ajustes actualizados."; $a->strings["Add application"] = "Añadir aplicación"; $a->strings["Name of application"] = "Nombre de la aplicación"; -$a->strings["Consumer Key"] = "Clave de consumidor"; +$a->strings["Consumer Key"] = "Consumer Key"; $a->strings["Automatically generated - change if desired. Max length 20"] = "Generado automáticamente - si lo desea, cámbielo. Longitud máxima: 20"; -$a->strings["Consumer Secret"] = "Clave secreta de consumidor"; +$a->strings["Consumer Secret"] = "Consumer Secret"; $a->strings["Redirect"] = "Redirigir"; $a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirección - dejar en blanco a menos que su aplicación especÃficamente lo requiera"; $a->strings["Icon url"] = "Dirección del icono"; $a->strings["Optional"] = "Opcional"; -$a->strings["You can't edit this application."] = "No puede modificar esta aplicación."; +$a->strings["Application not found."] = "Aplicación no encontrada."; $a->strings["Connected Apps"] = "Aplicaciones conectadas"; -$a->strings["Client key starts with"] = "La clave de cliente empieza por"; +$a->strings["Client key starts with"] = "La \"client key\" empieza por"; $a->strings["No name"] = "Sin nombre"; $a->strings["Remove authorization"] = "Eliminar autorización"; -$a->strings["No feature settings configured"] = "No se ha establecido la configuración de caracterÃsticas"; -$a->strings["Feature/Addon Settings"] = "Ajustes de la caracterÃstica o el complemento"; +$a->strings["No feature settings configured"] = "No se ha establecido la configuración de los complementos"; +$a->strings["Feature/Addon Settings"] = "Ajustes de los complementos"; $a->strings["Account Settings"] = "Configuración de la cuenta"; $a->strings["Enter New Password:"] = "Introduzca la nueva contraseña:"; $a->strings["Confirm New Password:"] = "Confirme la nueva contraseña:"; $a->strings["Leave password fields blank unless changing"] = "Dejar en blanco los campos de contraseña a menos que cambie"; $a->strings["Email Address:"] = "Dirección de correo electrónico:"; $a->strings["Remove this account including all its channels"] = "Eliminar esta cuenta incluyendo todos sus canales"; -$a->strings["Off"] = "Desactivado"; -$a->strings["On"] = "Activado"; -$a->strings["Additional Features"] = "CaracterÃsticas adicionales"; +$a->strings["Additional Features"] = "Funcionalidades"; $a->strings["Connector Settings"] = "Configuración del conector"; $a->strings["No special theme for mobile devices"] = "Sin tema especial para dispositivos móviles"; $a->strings["%s - (Experimental)"] = "%s - (Experimental)"; @@ -1810,10 +1941,10 @@ $a->strings["Link post titles to source"] = "Enlazar tÃtulo de la publicación $a->strings["System Page Layout Editor - (advanced)"] = "Editor de diseño de página del sistema - (avanzado)"; $a->strings["Use blog/list mode on channel page"] = "Usar modo blog/lista en la página de inicio del canal"; $a->strings["(comments displayed separately)"] = "(comentarios mostrados de forma separada)"; -$a->strings["Use blog/list mode on matrix page"] = "Mostrar la red en modo blog/lista"; +$a->strings["Use blog/list mode on grid page"] = "Mostrar mi red en modo blog"; $a->strings["Channel page max height of content (in pixels)"] = "Altura máxima del contenido de la página del canal (en pÃxeles)"; $a->strings["click to expand content exceeding this height"] = "Pulsar para expandir el contenido que exceda de esta altura"; -$a->strings["Matrix page max height of content (in pixels)"] = "Altura máxima del contenido de la página de su red (en pÃxeles)"; +$a->strings["Grid page max height of content (in pixels)"] = "Altura máxima del contenido de mi red (en pÃxeles)"; $a->strings["Nobody except yourself"] = "Nadie excepto usted"; $a->strings["Only those you specifically allow"] = "Solo aquellos a los que usted permita explÃcitamente"; $a->strings["Approved connections"] = "Conexiones aprobadas"; @@ -1846,30 +1977,29 @@ $a->strings["Allow others to tag your posts"] = "Permitir a otros etiquetar sus $a->strings["Often used by the community to retro-actively flag inappropriate content"] = "A menudo usado por la comunidad para marcar contenido inapropiado de forma retroactiva."; $a->strings["Advanced Privacy Settings"] = "Configuración de privacidad avanzada"; $a->strings["Expire other channel content after this many days"] = "Caducar contenido de otros canales después de este número de dÃas"; -$a->strings["0 or blank prevents expiration"] = "0 o en claro evitan la caducidad"; +$a->strings["0 or blank to use the website limit. The website expires after %d days."] = "0 o en blanco para usar el lÃmite del sitio. El sitio web caduca después de %d dÃas."; $a->strings["Maximum Friend Requests/Day:"] = "Máximo de solicitudes de amistad por dÃa:"; $a->strings["May reduce spam activity"] = "PodrÃa reducir la actividad de spam"; $a->strings["Default Post Permissions"] = "Permisos de publicación predeterminados"; -$a->strings["(click to open/close)"] = "(pulsar para abrir o cerrar)"; $a->strings["Channel permissions category:"] = "CategorÃa de permisos del canal:"; $a->strings["Maximum private messages per day from unknown people:"] = "Máximo de mensajes privados por dÃa de gente desconocida:"; $a->strings["Useful to reduce spamming"] = "Útil para reducir el envÃo de correo no deseado"; $a->strings["Notification Settings"] = "Configuración de notificaciones"; $a->strings["By default post a status message when:"] = "Por defecto, enviar un mensaje de estado cuando:"; -$a->strings["accepting a friend request"] = "acepte una solicitud de amistad"; +$a->strings["accepting a friend request"] = "Acepte una solicitud de amistad"; $a->strings["joining a forum/community"] = "al unirse a un foro o comunidad"; -$a->strings["making an <em>interesting</em> profile change"] = "realice un cambio <em>interesante</em> en su perfil"; +$a->strings["making an <em>interesting</em> profile change"] = "Realice un cambio <em>interesante</em> en su perfil"; $a->strings["Send a notification email when:"] = "Enviar una notificación por correo electrónico cuando:"; $a->strings["You receive a connection request"] = "Reciba una solicitud de conexión"; $a->strings["Your connections are confirmed"] = "Sus conexiones hayan sido confirmadas"; -$a->strings["Someone writes on your profile wall"] = "Alguien escriba en la página de su perfil (muro)"; +$a->strings["Someone writes on your profile wall"] = "Alguien escriba en la página de su perfil (\"muro\")"; $a->strings["Someone writes a followup comment"] = "Alguien escriba un comentario sobre sus publicaciones"; $a->strings["You receive a private message"] = "Reciba un mensaje privado"; $a->strings["You receive a friend suggestion"] = "Reciba una sugerencia de amistad"; $a->strings["You are tagged in a post"] = "Usted sea etiquetado en una publicación"; -$a->strings["You are poked/prodded/etc. in a post"] = "Reciba un toque o incitación en una entrada"; +$a->strings["You are poked/prodded/etc. in a post"] = "Reciba un toque o incitación en una publicación"; $a->strings["Show visual notifications including:"] = "Mostrar notificaciones visuales que incluyan:"; -$a->strings["Unseen matrix activity"] = "Actividad no vista en la red"; +$a->strings["Unseen grid activity"] = "Nueva actividad en la red"; $a->strings["Unseen channel activity"] = "Actividad no vista en el canal"; $a->strings["Unseen private messages"] = "Mensajes privados no leÃdos"; $a->strings["Recommended"] = "Recomendado"; @@ -1887,7 +2017,7 @@ $a->strings["Notify me of events this many days in advance"] = "Avisarme de los $a->strings["Must be greater than 0"] = "Debe ser mayor que 0"; $a->strings["Advanced Account/Page Type Settings"] = "Ajustes avanzados de la cuenta y de los tipos de página"; $a->strings["Change the behaviour of this account for special situations"] = "Cambiar el comportamiento de esta cuenta en situaciones especiales"; -$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Activar modo experto (en <a href=\"settings/features\">Ajustes > CaracterÃsticas Adicionales</a>) para ajustar."; +$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "¡Activar el modo de experto (en <a href=\"settings/features\">Ajustes > Funcionalidades</a>) para realizar cambios!."; $a->strings["Miscellaneous Settings"] = "Ajustes diversos"; $a->strings["Default photo upload folder"] = "Carpeta por defecto de las fotos subidas"; $a->strings["%Y - current year, %m - current month"] = "%Y - año en curso, %m - mes actual"; @@ -1896,196 +2026,115 @@ $a->strings["Personal menu to display in your channel pages"] = "Menú personal $a->strings["Remove this channel."] = "Eliminar este canal."; $a->strings["Firefox Share \$Projectname provider"] = "Servicio de compartición de Firefox: proveedor \$Projectname"; $a->strings["Start calendar week on monday"] = "Comenzar el calendario semanal por el lunes"; -$a->strings["Page Title"] = "TÃtulo de página"; -$a->strings["App installed."] = "Aplicación instalada."; -$a->strings["Malformed app."] = "Aplicación con errores"; -$a->strings["Embed code"] = "Código incorporado"; -$a->strings["Edit App"] = "Modificar la aplicación"; -$a->strings["Create App"] = "Crear una aplicación"; -$a->strings["Name of app"] = "Nombre de la aplicación"; -$a->strings["Location (URL) of app"] = "Ubicación (URL) de la aplicación"; -$a->strings["Photo icon URL"] = "Dirección del icono que se va a utilizar para esta foto"; -$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional"; -$a->strings["Version ID"] = "Versión"; -$a->strings["Price of app"] = "Precio de la aplicación"; -$a->strings["Location (URL) to purchase app"] = "Dirección (URL) donde adquirir la aplicación"; -$a->strings["- select -"] = "- seleccionar -"; -$a->strings["Comanche page description language help"] = "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche"; -$a->strings["Layout Description"] = "Descripción del formato"; -$a->strings["Download PDL file"] = "Descargar el fichero PDL"; -$a->strings["Location not found."] = "Dirección no encontrada."; -$a->strings["Location lookup failed."] = "Ha fallado la búsqueda de la dirección."; -$a->strings["Please select another location to become primary before removing the primary location."] = "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal."; -$a->strings["Syncing locations"] = "Sincronización de ubicaciones"; -$a->strings["No locations found."] = "No encontrada ninguna dirección."; -$a->strings["Manage Channel Locations"] = "Gestionar las direcciones del canal"; -$a->strings["Location (address)"] = "Ubicación (dirección)"; -$a->strings["Primary Location"] = "Dirección primaria"; -$a->strings["Drop location"] = "Eliminar dirección"; -$a->strings["Sync now"] = "Sincronizar ahora"; -$a->strings["Please wait several minutes between consecutive operations."] = "Por favor, espere algunos minutos entre operaciones consecutivas."; -$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal."; -$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo."; -$a->strings["\$Projectname"] = "\$Projectname"; -$a->strings["Welcome to %s"] = "Bienvenido a %s"; -$a->strings["Please login."] = "Por favor, inicie sesión."; -$a->strings["Xchan Lookup"] = "Búsqueda de canales"; -$a->strings["Lookup xchan beginning with (or webbie): "] = "Buscar un canal (o un \"webbie\") que comience por:"; -$a->strings["Not found."] = "No encontrado."; -$a->strings["You must be logged in to see this page."] = "Debe haber iniciado sesión para poder ver esta página."; -$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficientes. Petición redirigida a la página del perfil."; -$a->strings["Item not available."] = "Elemento no disponible"; -$a->strings["Page owner information could not be retrieved."] = "La información del propietario de la página no pudo ser recuperada."; -$a->strings["Album not found."] = "Ãlbum no encontrado."; -$a->strings["Delete Album"] = "Borrar álbum"; -$a->strings["Delete Photo"] = "Borrar foto"; -$a->strings["No photos selected"] = "No hay fotos seleccionadas"; -$a->strings["Access to this item is restricted."] = "El acceso a este elemento está restringido."; -$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado."; -$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB de almacenamiento de fotos utilizado."; -$a->strings["Upload Photos"] = "Subir fotos"; -$a->strings["Enter an album name"] = "Introducir un nombre de álbum"; -$a->strings["or select an existing album (doubleclick)"] = "o seleccionar uno existente (doble click)"; -$a->strings["Create a status post for this upload"] = "Crear una entrada de estado para esta subida"; -$a->strings["Caption (optional):"] = "TÃtulo (opcional):"; -$a->strings["Description (optional):"] = "Descripción (opcional):"; -$a->strings["Album name could not be decoded"] = "El nombre del álbum no ha podido ser descifrado"; -$a->strings["Contact Photos"] = "Fotos de contacto"; -$a->strings["Show Newest First"] = "Mostrar lo más reciente primero"; -$a->strings["Show Oldest First"] = "Mostrar lo más antiguo primero"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Permiso denegado. El acceso a este elemento puede estar restringido."; -$a->strings["Photo not available"] = "Foto no disponible"; -$a->strings["Use as profile photo"] = "Usar como foto del perfil"; -$a->strings["Private Photo"] = "Foto privada"; -$a->strings["Previous"] = "Anterior"; -$a->strings["View Full Size"] = "Ver tamaño completo"; -$a->strings["Edit photo"] = "Editar foto"; -$a->strings["Rotate CW (right)"] = "Girar CW (a la derecha)"; -$a->strings["Rotate CCW (left)"] = "Girar CCW (a la izquierda)"; -$a->strings["Enter a new album name"] = "Introducir un nuevo nombre de álbum"; -$a->strings["or select an existing one (doubleclick)"] = "o seleccionar uno (doble click) existente"; -$a->strings["Caption"] = "TÃtulo"; -$a->strings["Add a Tag"] = "Añadir una etiqueta"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com"; -$a->strings["Flag as adult in album view"] = "Marcar como \"solo para adultos\" en el álbum"; -$a->strings["In This Photo:"] = "En esta foto:"; -$a->strings["Map"] = "Mapa"; -$a->strings["View Album"] = "Ver álbum"; -$a->strings["Recent Photos"] = "Fotos recientes"; -$a->strings["Remote privacy information not available."] = "La información privada remota no está disponible."; -$a->strings["Visible to:"] = "Visible para:"; -$a->strings["Export Channel"] = "Exportar el canal"; -$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido."; -$a->strings["Export Content"] = "Exportar contenidos"; -$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exportar la información sobre su canal y el contenido reciente a un fichero de respaldo JSON, que puede ser restaurado o importado a otro servidor. Este fichero incluye todas sus conexiones, permisos, datos del perfil y publicaciones de varios meses. Puede llegar a ser MUY grande. Por favor, sea paciente, la descarga puede tardar varios minutos en comenzar."; -$a->strings["Export your posts from a given year."] = "Exporta sus entradas de un año dado."; -$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "También puede exportar sus mensajes y conversaciones durante un año o mes en particular. Ajuste la fecha en la barra de direcciones del navegador para seleccionar otras fechas. Si la exportación falla (posiblemente debido al agotamiento de la memoria del servidor hub), por favor, intente de nuevo la selección de un rango de fechas más pequeño."; -$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Para seleccionar todos los mensajes de un año determinado, como este año, visite <a href=\"%1\$s\">%2\$s</a>"; -$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Para seleccionar todos los mensajes de un mes determinado, como el de enero de este año, visite <a href=\"%1\$s\">%2\$s</a>"; -$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1\$s\">%2\$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero)."; -$a->strings["Item is not editable"] = "El elemento no es editable"; -$a->strings["Delete item?"] = "¿Borrar elemento?"; -$a->strings["Edit post"] = "Editar la entrada"; -$a->strings["Channel added."] = "Canal añadido."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos un problema durante el inicio de sesión con la OpenID que proporcionó. Por favor, compruebe que la ID está correctamente escrita."; -$a->strings["The error message was:"] = "El mensaje de error fue:"; -$a->strings["Authentication failed."] = "Falló la autenticación."; -$a->strings["Remote Authentication"] = "Acceso desde su servidor"; -$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)"; -$a->strings["Authenticate"] = "Acceder"; -$a->strings["Room not found"] = "Sala no encontrada"; -$a->strings["Leave Room"] = "Abandonar la sala"; -$a->strings["Delete This Room"] = "Eliminar esta sala"; -$a->strings["I am away right now"] = "Estoy ausente momentáneamente"; -$a->strings["I am online"] = "Estoy conectado/a"; -$a->strings["Bookmark this room"] = "Añadir esta sala a Marcadores"; -$a->strings["New Chatroom"] = "Nueva sala de chat"; -$a->strings["Chatroom Name"] = "Nombre de la sala de chat"; -$a->strings["Expiration of chats (minutes)"] = "Tiempo de expiración de los mensajes en los chats (en minutos)"; -$a->strings["%1\$s's Chatrooms"] = "Salas de chat de %1\$s"; -$a->strings["Source of Item"] = "Origen del elemento"; -$a->strings["Share content from Firefox to \$Projectname"] = "Compartir contenido desde Firefox a \$Projectname"; -$a->strings["Activate the Firefox \$Projectname provider"] = "Servicio de compartición de Firefox: activar el proveedor \$Projectname "; -$a->strings["Hub not found."] = "Servidor no encontrado"; -$a->strings["Blocked"] = "Bloqueadas"; -$a->strings["Ignored"] = "Ignoradas"; -$a->strings["Hidden"] = "Ocultas"; -$a->strings["Archived"] = "Archivadas"; -$a->strings["Suggest new connections"] = "Sugerir nuevas conexiones"; -$a->strings["New Connections"] = "Nuevas conexiones"; -$a->strings["Show pending (new) connections"] = "Mostrar conexiones (nuevas) pendientes"; -$a->strings["All Connections"] = "Todas las conexiones"; -$a->strings["Show all connections"] = "Mostrar todas las conexiones"; -$a->strings["Unblocked"] = "Desbloqueadas"; -$a->strings["Only show unblocked connections"] = "Mostrar solo las conexiones desbloqueadas"; -$a->strings["Only show blocked connections"] = "Mostrar solo las conexiones bloqueadas"; -$a->strings["Only show ignored connections"] = "Mostrar solo conexiones ignoradas"; -$a->strings["Only show archived connections"] = "Mostrar solo las conexiones archivadas"; -$a->strings["Only show hidden connections"] = "Mostrar solo las conexiones ocultas"; -$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit connection"] = "Editar conexión"; -$a->strings["Search your connections"] = "Buscar sus conexiones"; -$a->strings["Finding: "] = "Búsqueda:"; -$a->strings["Documentation Search"] = "Búsqueda de Documentación"; -$a->strings["Help:"] = "Ayuda:"; -$a->strings["Not Found"] = "No encontrado"; -$a->strings["\$Projectname Documentation"] = "Documentación de \$Projectname"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Ha creado %1$.0f de %2$.0f canales permitidos."; -$a->strings["Create a new channel"] = "Crear un nuevo canal"; -$a->strings["Current Channel"] = "Canal actual"; -$a->strings["Switch to one of your channels by selecting it."] = "Cambiar a uno de sus canales seleccionándolo."; -$a->strings["Default Channel"] = "Canal principal"; -$a->strings["Make Default"] = "Convertir en predeterminado"; -$a->strings["%d new messages"] = "%d mensajes nuevos"; -$a->strings["%d new introductions"] = "%d nuevas isolicitudes de conexión"; -$a->strings["Delegated Channels"] = "Canales delegados"; -$a->strings["Unable to update menu."] = "No se puede actualizar el menú."; -$a->strings["Unable to create menu."] = "No se puede crear el menú."; -$a->strings["Menu Name"] = "Nombre del menú"; -$a->strings["Unique name (not visible on webpage) - required"] = "Nombre único (no será visible en la página web) - requerido"; -$a->strings["Menu Title"] = "TÃtulo del menú"; -$a->strings["Visible on webpage - leave empty for no title"] = "Visible en la página web - no ponga nada si no desea un tÃtulo"; -$a->strings["Allow Bookmarks"] = "Permitir marcadores"; -$a->strings["Menu may be used to store saved bookmarks"] = "El menú se puede usar para guardar marcadores"; -$a->strings["Submit and proceed"] = "Enviar y proceder"; -$a->strings["Drop"] = "Eliminar"; -$a->strings["Bookmarks allowed"] = "Marcadores permitidos"; -$a->strings["Delete this menu"] = "Borrar este menú"; -$a->strings["Edit menu contents"] = "Editar los contenidos del menú"; -$a->strings["Edit this menu"] = "Modificar este menú"; -$a->strings["Menu could not be deleted."] = "El menú no puede ser eliminado."; -$a->strings["Menu not found."] = "Menú no encontrado"; -$a->strings["Edit Menu"] = "Modificar el menú"; -$a->strings["Add or remove entries to this menu"] = "Añadir o quitar entradas en este menú"; -$a->strings["Menu name"] = "Nombre del menú"; -$a->strings["Must be unique, only seen by you"] = "Debe ser único, solo será visible para usted"; -$a->strings["Menu title"] = "TÃtulo del menú"; -$a->strings["Menu title as seen by others"] = "El tÃtulo del menú tal como será visto por los demás"; -$a->strings["Allow bookmarks"] = "Permitir marcadores"; -$a->strings["Unable to lookup recipient."] = "Imposible asociar a un destinatario."; -$a->strings["Unable to communicate with requested channel."] = "Imposible comunicar con el canal solicitado."; -$a->strings["Cannot verify requested channel."] = "No se puede verificar el canal solicitado."; -$a->strings["Selected channel has private message restrictions. Send failed."] = "El canal seleccionado tiene restricciones sobre los mensajes privados. El envÃo falló."; -$a->strings["Messages"] = "Mensajes"; -$a->strings["Message recalled."] = "Mensaje revocado."; -$a->strings["Conversation removed."] = "Conversación eliminada."; -$a->strings["Requested channel is not in this network"] = "El canal solicitado no existe en esta red"; -$a->strings["Send Private Message"] = "Enviar un mensaje privado"; -$a->strings["To:"] = "Para:"; -$a->strings["Subject:"] = "Asunto:"; -$a->strings["Send"] = "Enviar"; -$a->strings["Delete message"] = "Borrar mensaje"; -$a->strings["Delivery report"] = "Informe de transmisión"; -$a->strings["Recall message"] = "Revocar el mensaje"; -$a->strings["Message has been recalled."] = "El mensaje ha sido revocado."; -$a->strings["Delete Conversation"] = "Eliminar conversación"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente."; -$a->strings["Send Reply"] = "Responder"; -$a->strings["Your message for %s (%s):"] = "Su mensaje para %s (%s):"; -$a->strings["No service class restrictions found."] = "No se han encontrado restricciones sobre esta clase de servicio."; +$a->strings["\$Projectname Server - Setup"] = "Servidor \$Projectname - Instalación"; +$a->strings["Could not connect to database."] = "No se ha podido conectar a la base de datos."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "No se puede conectar con la dirección del sitio indicada. PodrÃa tratarse de un problema de SSL o DNS."; +$a->strings["Could not create table."] = "No se puede crear la tabla."; +$a->strings["Your site database has been installed."] = "La base de datos del sitio ha sido instalada."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "PodrÃa tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Por favor, lea el fichero \"install/INSTALL.txt\"."; +$a->strings["System check"] = "Verificación del sistema"; +$a->strings["Check again"] = "Verificar de nuevo"; +$a->strings["Database connection"] = "Conexión a la base de datos"; +$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "Para instalar \$Projectname es necesario saber cómo conectar con su base de datos."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifique a continuación debe existir ya. Si no es asÃ, por favor, créela antes de seguir."; +$a->strings["Database Server Name"] = "Nombre del servidor de base de datos"; +$a->strings["Default is 127.0.0.1"] = "De forma predeterminada es 127.0.0.1"; +$a->strings["Database Port"] = "Puerto de la base de datos"; +$a->strings["Communication port number - use 0 for default"] = "Número del puerto de comunicaciones - use 0 como valor por defecto"; +$a->strings["Database Login Name"] = "Usuario de la base de datos"; +$a->strings["Database Login Password"] = "Contraseña de acceso a la base de datos"; +$a->strings["Database Name"] = "Nombre de la base de datos"; +$a->strings["Database Type"] = "Tipo de base de datos"; +$a->strings["Site administrator email address"] = "Dirección de correo electrónico del administrador del sitio"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web."; +$a->strings["Website URL"] = "Dirección del sitio web"; +$a->strings["Please use SSL (https) URL if available."] = "Por favor, use SSL (https) si está disponible."; +$a->strings["Please select a default timezone for your website"] = "Por favor, selecciones la zona horaria por defecto de su sitio web"; +$a->strings["Site settings"] = "Ajustes del sitio"; +$a->strings["Enable \$Projectname <strong>advanced</strong> features?"] = "¿Habilitar las funcionalidades <strong>avanzadas</strong> de \$Projectname ?"; +$a->strings["Some advanced features, while useful - may be best suited for technically proficient audiences"] = "Algunas funcionalidades avanzadas, si bien bien son útiles, pueden ser más adecuadas para un público técnicamente competente"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No se puede encontrar una versión en lÃnea de comandos de PHP en la ruta del servidor 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."] = "Si no tiene instalada la versión de lÃnea de comandos de PHP en su servidor, no podrá realizar envÃos en segundo plano mediante cron."; +$a->strings["PHP executable path"] = "Ruta del ejecutable PHP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introducir la ruta completa del ejecutable PHP. Puede dejar la lÃnea en blanco para continuar la instalación."; +$a->strings["Command line PHP"] = "PHP en lÃnea de comandos"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La lÃnea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"."; +$a->strings["This is required for message delivery to work."] = "Esto es necesario para que funcione la transmisión de mensajes."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez."; +$a->strings["You can adjust these settings in the servers php.ini."] = "Puede ajustar estos valores en el fichero php.ini de su servidor."; +$a->strings["PHP upload limits"] = "LÃmites PHP de subida"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado."; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generar claves de cifrado"; +$a->strings["libCurl PHP module"] = "módulo libCurl PHP"; +$a->strings["GD graphics PHP module"] = "módulo PHP GD graphics"; +$a->strings["OpenSSL PHP module"] = "módulo PHP OpenSSL"; +$a->strings["mysqli or postgres PHP module"] = "módulo PHP mysqli o postgres"; +$a->strings["mb_string PHP module"] = "módulo PHP mb_string"; +$a->strings["mcrypt PHP module"] = "módulo PHP mcrypt "; +$a->strings["xml PHP module"] = "módulo PHP xml"; +$a->strings["Apache mod_rewrite module"] = "módulo Apache mod_rewrite "; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: se necesita proc_open pero o no está instalado o ha sido desactivado en el fichero php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Error: se necesita el módulo PHP libCURL pero no está instalado."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: el módulo PHP GD graphics es necesario, pero no está instalado."; +$a->strings["Error: openssl PHP module required but not installed."] = "Error: el módulo PHP openssl es necesario, pero no está instalado."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: el módulo PHP mysqli o postgres es necesario pero ninguno de los dos está instalado."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Error: el módulo PHP mb_string es necesario, pero no está instalado."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: el módulo PHP mcrypt es necesario, pero no está instalado."; +$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: el módulo PHP xml es necesario para DAV, pero no está instalado."; +$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."] = "El instalador web no ha podido crear un fichero llamado “.htconfig.php†en la carpeta base de su servidor."; +$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."] = "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos."; +$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."] = "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raÃz de su instalación de Hubzilla."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php tiene permisos de escritura"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Hubzilla hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 es más rápido porque compila las plantillas de páginas directamente en PHP."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al subdirectorio %s en el directorio de instalación de Hubzilla."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene."; +$a->strings["%s is writable"] = "%s tiene permisos de escritura"; +$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 guarda los ficheros descargados en la carpeta \"store\". El servidor web necesita tener permisos de escritura sobre esa carpeta, en el directorio de instalación."; +$a->strings["store is writable"] = "\"store\" tiene permisos de escritura"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo."; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Se ha incorporado esta restricción para evitar que sus publicaciones públicas hagan referencia a imágenes en su propio servidor."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos."; +$a->strings["SSL certificate validation"] = "validación del certificado SSL"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:"; +$a->strings["Url rewrite is working"] = "La reescritura de las direcciones funciona correctamente"; +$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."] = "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raÃz de su servidor."; +$a->strings["Errors encountered creating database tables."] = "Se han encontrado errores al crear las tablas de la base de datos."; +$a->strings["<h1>What next</h1>"] = "<h1>Siguiente paso</h1>"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"."; +$a->strings["No valid account found."] = "No se ha encontrado una cuenta válida."; +$a->strings["Password reset request issued. Check your email."] = "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico."; +$a->strings["Site Member (%s)"] = "Usuario del sitio (%s)"; +$a->strings["Password reset requested at %s"] = "Se ha solicitado restablecer la contraseña en %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado."; +$a->strings["Password Reset"] = "Restablecer la contraseña"; +$a->strings["Your password has been reset as requested."] = "Su contraseña ha sido restablecida según lo solicitó."; +$a->strings["Your new password is"] = "Su nueva contraseña es"; +$a->strings["Save or copy your new password - and then"] = "Guarde o copie su nueva contraseña - y después"; +$a->strings["click here to login"] = "pulse aquà para conectarse"; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión."; +$a->strings["Your password has changed at %s"] = "Su contraseña en %s ha sido cambiada"; +$a->strings["Forgot your Password?"] = "¿Ha olvidado su contraseña?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduzca y envÃe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones."; +$a->strings["Email Address"] = "Dirección de correo electrónico"; +$a->strings["Reset"] = "Reiniciar"; +$a->strings["Files: shared with me"] = "Ficheros: compartidos conmigo"; +$a->strings["NEW"] = "NUEVO"; +$a->strings["Remove all files"] = "Eliminar todos los ficheros"; +$a->strings["Remove this file"] = "Eliminar este fichero"; $a->strings["Version %s"] = "Versión %s"; -$a->strings["Installed plugins/addons/apps:"] = "Extensiones/Aplicaciones instaladas:"; -$a->strings["No installed plugins/addons/apps"] = "Extensiones/Aplicaciones no instaladas:"; +$a->strings["Installed plugins/addons/apps:"] = "Extensiones, complementos o aplicaciones instaladas:"; +$a->strings["No installed plugins/addons/apps"] = "No hay instalada ninguna extensión, complemento o aplicación"; $a->strings["This is a hub of \$Projectname - a global cooperative network of decentralized privacy enhanced websites."] = "Este es un sitio integrado en \$Projectname - una red cooperativa mundial de sitios web descentralizados de privacidad mejorada."; $a->strings["Tag: "] = "Etiqueta:"; $a->strings["Last background fetch: "] = "Última actualización en segundo plano:"; @@ -2096,77 +2145,59 @@ $a->strings["Bug reports and issues: please visit"] = "Informes de errores e inc $a->strings["\$projectname issues"] = "Problemas en \$projectname"; $a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Sugerencias, elogios, etc - por favor, un correo electrónico a \"redmatrix\" en librelist - punto com"; $a->strings["Site Administrators"] = "Administradores del sitio"; +$a->strings["Failed to create source. No channel selected."] = "Imposible crear el origen de los contenidos. Ningún canal ha sido seleccionado."; +$a->strings["Source created."] = "Fuente creada."; +$a->strings["Source updated."] = "Fuente actualizada."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Gestionar contenido de origen remoto para su canal."; +$a->strings["New Source"] = "Nueva fuente"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes."; +$a->strings["Only import content with these words (one per line)"] = "Importar solo contenido que contenga estas palabras (una por lÃnea)"; +$a->strings["Leave blank to import all public content"] = "Dejar en blanco para importar todo el contenido público"; +$a->strings["Source not found."] = "Fuente no encontrada"; +$a->strings["Edit Source"] = "Editar fuente"; +$a->strings["Delete Source"] = "Eliminar fuente"; +$a->strings["Source removed"] = "Fuente eliminada"; +$a->strings["Unable to remove source."] = "Imposible eliminar la fuente."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo %3\$s de %2\$s"; +$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s ha dejado de seguir %3\$s de %2\$s"; $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo."; -$a->strings["Calendar entries imported."] = "Entradas de calendario importadas."; -$a->strings["No calendar entries found."] = "No se han encontrado entradas de calendario."; -$a->strings["Event can not end before it has started."] = "Un evento no puede terminar antes de que haya comenzado."; -$a->strings["Unable to generate preview."] = "No se puede crear la vista previa."; -$a->strings["Event title and start time are required."] = "Se requieren el tÃtulo del evento y su hora de inicio."; -$a->strings["Event not found."] = "Evento no encontrado."; -$a->strings["Edit event titel"] = "Editar el tÃtulo del evento"; -$a->strings["Event titel"] = "TÃtulo del evento"; -$a->strings["Categories (comma-separated list)"] = "CategorÃas (lista separada por comas)"; -$a->strings["Edit Category"] = "Editar la categorÃa"; -$a->strings["Category"] = "CategorÃa"; -$a->strings["Edit start date and time"] = "Modificar la fecha y hora de comienzo"; -$a->strings["Start date and time"] = "Fecha y hora de comienzo"; -$a->strings["Finish date and time are not known or not relevant"] = "La fecha y hora de terminación no se conocen o no son relevantes"; -$a->strings["Edit finish date and time"] = "Modificar la fecha y hora de terminación"; -$a->strings["Finish date and time"] = "Fecha y hora de terminación"; -$a->strings["Adjust for viewer timezone"] = "Ajustar para obtener el visor de zona horaria"; -$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales."; -$a->strings["Edit Description"] = "Editar la descripción"; -$a->strings["Edit Location"] = "Modificar la localización"; -$a->strings["Share this event"] = "Compartir este evento"; -$a->strings["Advanced Options"] = "Opciones avanzadas"; -$a->strings["l, F j"] = "l j F"; -$a->strings["Edit event"] = "Editar evento"; -$a->strings["Delete event"] = "Borrar evento"; -$a->strings["calendar"] = "calendario"; -$a->strings["Edit Event"] = "Editar el evento"; -$a->strings["Create Event"] = "Crear un evento"; -$a->strings["Today"] = "Hoy"; -$a->strings["Event removed"] = "Evento borrado"; -$a->strings["Failed to remove event"] = "Error al eliminar el evento"; -$a->strings["Invalid profile identifier."] = "Identificador del perfil no válido"; -$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil"; -$a->strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo."; -$a->strings["Visible To"] = "Visible para"; -$a->strings["Unable to create element."] = "Imposible crear el elemento."; -$a->strings["Unable to update menu element."] = "No es posible actualizar el elemento del menú."; -$a->strings["Unable to add menu element."] = "No es posible añadir el elemento al menú"; -$a->strings["Menu Item Permissions"] = "Permisos del elemento del menú"; -$a->strings["Link Name"] = "Nombre del enlace"; -$a->strings["Link or Submenu Target"] = "Destino del enlace o submenú"; -$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Introducir la dirección del enlace o seleccionar el nombre de un submenú"; -$a->strings["Use magic-auth if available"] = "Usar la autenticación mágica si está disponible"; -$a->strings["Open link in new window"] = "Abrir el enlace en una nueva ventana"; -$a->strings["Order in list"] = "Orden en la lista"; -$a->strings["Higher numbers will sink to bottom of listing"] = "Los números más altos irán al final de la lista"; -$a->strings["Submit and finish"] = "Enviar y terminar"; -$a->strings["Submit and continue"] = "Enviar y continuar"; -$a->strings["Menu:"] = "Menú:"; -$a->strings["Link Target"] = "Destino del enlace"; -$a->strings["Edit menu"] = "Editar menú"; -$a->strings["Edit element"] = "Editar el elemento"; -$a->strings["Drop element"] = "Eliminar el elemento"; -$a->strings["New element"] = "Nuevo elemento"; -$a->strings["Edit this menu container"] = "Modificar el contenedor del menú"; -$a->strings["Add menu element"] = "Añadir un elemento al menú"; -$a->strings["Delete this menu item"] = "Eliminar este elemento del menú"; -$a->strings["Edit this menu item"] = "Modificar este elemento del menú"; -$a->strings["Menu item not found."] = "Este elemento del menú no se ha encontrado"; -$a->strings["Menu item deleted."] = "Este elemento del menú ha sido borrado"; -$a->strings["Menu item could not be deleted."] = "Este elemento del menú no puede ser borrado."; -$a->strings["Edit Menu Element"] = "Editar elemento del menú"; -$a->strings["Link text"] = "Texto del enlace"; -$a->strings["Who likes me?"] = "¿Quién me ha puesto \"Me gusta\"?"; -$a->strings["Files: shared with me"] = "Ficheros: compartidos conmigo"; -$a->strings["NEW"] = "NUEVO"; -$a->strings["Remove all files"] = "Eliminar todos los ficheros"; -$a->strings["Remove this file"] = "Eliminar este fichero"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado %3\$s de %2\$s con %4\$s"; +$a->strings["Tag removed"] = "Etiqueta eliminada."; +$a->strings["Remove Item Tag"] = "Eliminar etiqueta del elemento."; +$a->strings["Select a tag to remove: "] = "Seleccionar una etiqueta para eliminar:"; +$a->strings["Thing updated"] = "Elemento actualizado."; +$a->strings["Object store: failed"] = "Guardar objeto: ha fallado"; +$a->strings["Thing added"] = "Elemento añadido"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Mostrar elemento"; +$a->strings["item not found."] = "elemento no encontrado."; +$a->strings["Edit Thing"] = "Editar elemento"; +$a->strings["Select a profile"] = "Seleccionar un perfil"; +$a->strings["Post an activity"] = "Publicar una actividad"; +$a->strings["Only sends to viewers of the applicable profile"] = "Sólo enviar a espectadores del perfil pertinente."; +$a->strings["Name of thing e.g. something"] = "Nombre del elemento, p. ej.:. \"algo\""; +$a->strings["URL of thing (optional)"] = "Dirección del elemento (opcional)"; +$a->strings["URL for photo of thing (optional)"] = "Dirección para la foto o elemento (opcional)"; +$a->strings["Add Thing to your Profile"] = "Añadir alguna cosa a su perfil"; +$a->strings["Export Channel"] = "Exportar el canal"; +$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido."; +$a->strings["Export Content"] = "Exportar contenidos"; +$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exportar la información sobre su canal y el contenido reciente a un fichero de respaldo JSON, que puede ser restaurado o importado a otro servidor. Este fichero incluye todas sus conexiones, permisos, datos del perfil y publicaciones de varios meses. Puede llegar a ser MUY grande. Por favor, sea paciente, la descarga puede tardar varios minutos en comenzar."; +$a->strings["Export your posts from a given year."] = "Exporta sus publicaciones de un año dado."; +$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "También puede exportar sus mensajes y conversaciones durante un año o mes en particular. Ajuste la fecha en la barra de direcciones del navegador para seleccionar otras fechas. Si la exportación falla (posiblemente debido al agotamiento de la memoria del servidor hub), por favor, intente de nuevo la selección de un rango de fechas más pequeño."; +$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Para seleccionar todos los mensajes de un año determinado, como este año, visite <a href=\"%1\$s\">%2\$s</a>"; +$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Para seleccionar todos los mensajes de un mes determinado, como el de enero de este año, visite <a href=\"%1\$s\">%2\$s</a>"; +$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1\$s\">%2\$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero)."; $a->strings["No connections."] = "Sin conexiones."; $a->strings["Visit %s's profile [%s]"] = "Visitar el perfil de %s [%s]"; +$a->strings["View Connections"] = "Ver conexiones"; +$a->strings["Source of Item"] = "Origen del elemento"; +$a->strings["Page Title"] = "TÃtulo de página"; +$a->strings["Xchan Lookup"] = "Búsqueda de canales"; +$a->strings["Lookup xchan beginning with (or webbie): "] = "Buscar un canal (o un \"webbie\") que comience por:"; +$a->strings["Cover Photos"] = "Imágenes de portada del perfil"; +$a->strings["Upload Cover Photo"] = "Subir imagen de portada del perfil"; $a->strings["Focus (Hubzilla default)"] = "Focus (predefinido)"; $a->strings["Theme settings"] = "Ajustes del tema"; $a->strings["Select scheme"] = "Elegir un esquema"; @@ -2191,7 +2222,7 @@ $a->strings["Set the basic color for item icons"] = "Ajustar el color básico pa $a->strings["Set the hover color for item icons"] = "Ajustar el color flotante para los iconos de los elementos"; $a->strings["Set font-size for the entire application"] = "Ajustar el tamaño de letra para toda la aplicación"; $a->strings["Example: 14px"] = "Ejemplo: 14px"; -$a->strings["Set font-size for posts and comments"] = "Ajustar el tamaño del tipo de letra para entradas y comentarios"; +$a->strings["Set font-size for posts and comments"] = "Ajustar el tamaño del tipo de letra para publicaciones y comentarios"; $a->strings["Set font-color for posts and comments"] = "Establecer el color de la letra para publicaciones y comentarios"; $a->strings["Set radius of corners"] = "Establecer el radio de curvatura de las esquinas"; $a->strings["Set shadow depth of photos"] = "Ajustar la profundidad de sombras de las fotos"; @@ -2212,4 +2243,3 @@ $a->strings["Website SSL certificate is not valid. Please correct."] = "El certi $a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Error SSL del sitio web en %s"; $a->strings["Cron/Scheduled tasks not running."] = "Las tareas del Planificador/Cron no están funcionando."; $a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Las tareas de Cron no están funcionando en %s"; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo."; diff --git a/view/es/lostpass_eml.tpl b/view/es-es/lostpass_eml.tpl index 0ae657aca..0ae657aca 100644 --- a/view/es/lostpass_eml.tpl +++ b/view/es-es/lostpass_eml.tpl diff --git a/view/es/messages.po b/view/es-es/messages.po index 4ed1d6c44..4ed1d6c44 100644 --- a/view/es/messages.po +++ b/view/es-es/messages.po diff --git a/view/es/passchanged_eml.tpl b/view/es-es/passchanged_eml.tpl index be6ad74d9..be6ad74d9 100644 --- a/view/es/passchanged_eml.tpl +++ b/view/es-es/passchanged_eml.tpl diff --git a/view/es/register_open_eml.tpl b/view/es-es/register_open_eml.tpl index f6d68677e..f6d68677e 100644 --- a/view/es/register_open_eml.tpl +++ b/view/es-es/register_open_eml.tpl diff --git a/view/es/register_verify_eml.tpl b/view/es-es/register_verify_eml.tpl index dc913be97..dc913be97 100644 --- a/view/es/register_verify_eml.tpl +++ b/view/es-es/register_verify_eml.tpl diff --git a/view/es/register_verify_member.tpl b/view/es-es/register_verify_member.tpl index f78a0353a..f78a0353a 100644 --- a/view/es/register_verify_member.tpl +++ b/view/es-es/register_verify_member.tpl diff --git a/view/es/strings.php b/view/es-es/strings.php index be750b0ff..be750b0ff 100644 --- a/view/es/strings.php +++ b/view/es-es/strings.php diff --git a/view/es-es/update_fail_eml.tpl b/view/es-es/update_fail_eml.tpl new file mode 100644 index 000000000..b613c40b7 --- /dev/null +++ b/view/es-es/update_fail_eml.tpl @@ -0,0 +1,13 @@ +Hola,
+Soy el servidor web en {{$sitename}};
+
+Los desarrolladores de Red Matrix han lanzado la actualización {{$update}} recientemente,
+pero cuando se intentaba instalar, alguna cosa ha ido terriblemente mal.
+Esto requiere intervención humana tan pronto como sea posible.
+Por favor, contacte con algún desarrollador de Red Matrix si no puede arreglarlo
+por sà mismo. Mi base se datos puede quedar inservible.
+
+El mensaje de error ha sido el siguiente: '{{$error}}'.
+
+Disculpe por cualquier inconveniente causado,
+ su servidor web en {{$siteurl}}
\ No newline at end of file diff --git a/view/es/update_fail_eml.tpl b/view/es/update_fail_eml.tpl deleted file mode 100644 index 6643947bb..000000000 --- a/view/es/update_fail_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ -Hey,
-Soy el servidor web en {{$sitename}};
-
-Los desarrolladores de RedMatrix/Hubzilla han lanzado la actualización {{$update}} recientemente,
-pero cuando se intentaba instalar, alguna cosa ha ido terriblemente mal.
-Esto requiere intervención humana tan pronto como sea posible.
-Por favor, contacte con algún desarrollador de Red si no puede arreglarlo
-por sà mismo. Mi base se datos puede quedar inservible.
- -
-El mensaje de error ha sido el siguiente: '{{$error}}'.
-
-Disculpe por cualquier inconveniente causado,
- su servidor web en {{$siteurl}} diff --git a/view/fr/hmessages.po b/view/fr/hmessages.po index c54cd5f2c..217d413e3 100644 --- a/view/fr/hmessages.po +++ b/view/fr/hmessages.po @@ -3,1207 +3,699 @@ # This file is distributed under the same license as the Red package. # # Translators: -# Olivier <olivier+transifex@migeot.org>, 2013-2014 -# Webmaster_Hubzilla.ca <webmaster@hubzilla.ca>, 2014 -# Webmaster_Hubzilla.ca <webmaster@hubzilla.ca>, 2014 +# kris1373 <aktosc@gmail.com>, 2015-2016 +# Raymond Monret <raymond.monret@retmesagxo.net>, 2016 msgid "" msgstr "" -"Project-Id-Version: Hubzilla\n" +"Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-15 00:03-0700\n" -"PO-Revision-Date: 2014-08-17 00:08+0000\n" -"Last-Translator: Webmaster_Hubzilla.ca <webmaster@hubzilla.ca>\n" -"Language-Team: French (http://www.transifex.com/projects/p/red-matrix/language/fr/)\n" +"POT-Creation-Date: 2016-02-12 00:03-0800\n" +"PO-Revision-Date: 2016-02-13 10:26+0000\n" +"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n" +"Language-Team: French (http://www.transifex.com/Friendica/red-matrix/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\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 "Impossible de trouver les infos DNS du serveur de base de données '%s'" - -#: ../../include/photo/photo_driver.php:653 ../../include/photos.php:51 -#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 -#: ../../mod/photos.php:659 ../../mod/photos.php:681 -msgid "Profile Photos" -msgstr "Photos du profil" +#: ../../Zotlabs/Zot/Auth.php:140 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Authentification distante bloquée. Vous êtes connecté(e) sur ce site localement. Merci de vous déconnecter et réessayer." -#: ../../include/diaspora.php:610 +#: ../../Zotlabs/Zot/Auth.php:248 ../../mod/openid.php:72 +#: ../../mod/openid.php:179 #, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s et %2$s sont maintenant amis." +msgid "Welcome %s. Remote authentication successful." +msgstr "Bienvenue %s. L'authentification distante a fonctionné." -#: ../../include/diaspora.php:693 -msgid "Sharing notification from Diaspora network" -msgstr "Partage de vos notifications du réseau Diaspora" +#: ../../include/Contact.php:101 ../../include/conversation.php:961 +#: ../../include/identity.php:954 ../../include/widgets.php:147 +#: ../../include/widgets.php:185 ../../mod/directory.php:321 +#: ../../mod/match.php:64 ../../mod/suggest.php:52 +msgid "Connect" +msgstr "Ajouter/Suivre" -#: ../../include/diaspora.php:1910 ../../include/text.php:1732 -#: ../../include/conversation.php:120 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294 -msgid "photo" -msgstr "photo" +#: ../../include/Contact.php:118 +msgid "New window" +msgstr "Nouvelle fenêtre" -#: ../../include/diaspora.php:1910 ../../include/text.php:1738 -#: ../../include/conversation.php:148 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294 -msgid "status" -msgstr "le statut" +#: ../../include/Contact.php:119 +msgid "Open the selected location in a different window or browser tab" +msgstr "Ouvrir l'emplacement dans une fenêtre ou un onglet différent" -#: ../../include/diaspora.php:1926 ../../include/conversation.php:164 -#: ../../mod/like.php:331 +#: ../../include/Contact.php:237 #, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s aime %3$s de %2$s" +msgid "User '%s' deleted" +msgstr "Utilisateur '%s' supprimé" -#: ../../include/diaspora.php:2303 -msgid "Attachments:" -msgstr "Pièces jointes:" +#: ../../include/Import/import_diaspora.php:17 +msgid "No username found in import file." +msgstr "Aucun nom d'utilisateur dans le fichier d'import." -#: ../../include/oembed.php:163 -msgid "Embedded content" -msgstr "Contenu imbriqué" +#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44 +msgid "Unable to create a unique channel address. Import failed." +msgstr "Impossible de créer une adresse de canal unique. Echec de l'import." -#: ../../include/oembed.php:172 -msgid "Embedding disabled" -msgstr "Imbrication désactivée" - -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "a publié" +#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:496 +msgid "Import completed." +msgstr "L'import est terminé." -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" -msgstr "a commenté la publication de %s" +#: ../../include/RedDAV/RedBrowser.php:107 +#: ../../include/RedDAV/RedBrowser.php:239 +msgid "parent" +msgstr "retour" -#: ../../include/apps.php:123 -msgid "Site Admin" -msgstr "Administrateur" +#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2614 +msgid "Collection" +msgstr "Groupe de contacts" -#: ../../include/apps.php:124 ../../include/nav.php:100 -#: ../../include/conversation.php:1543 -msgid "Bookmarks" -msgstr "Favoris" +#: ../../include/RedDAV/RedBrowser.php:134 +msgid "Principal" +msgstr "Principal" -#: ../../include/apps.php:125 -msgid "Address Book" -msgstr "Carnet d'adresses" +#: ../../include/RedDAV/RedBrowser.php:137 +msgid "Addressbook" +msgstr "Carnet d'adresse" -#: ../../include/apps.php:126 ../../include/nav.php:106 ../../boot.php:1498 -msgid "Login" -msgstr "Connexion" +#: ../../include/RedDAV/RedBrowser.php:140 +msgid "Calendar" +msgstr "Calendrier" -#: ../../include/apps.php:127 ../../include/nav.php:196 -msgid "Channel Select" -msgstr "Changer de canal" +#: ../../include/RedDAV/RedBrowser.php:143 +msgid "Schedule Inbox" +msgstr "Calendrier - Message entrants" -#: ../../include/apps.php:128 ../../include/nav.php:170 -msgid "Matrix" -msgstr "Matrice" +#: ../../include/RedDAV/RedBrowser.php:146 +msgid "Schedule Outbox" +msgstr "Calendrier - Message sortants" -#: ../../include/apps.php:129 ../../include/nav.php:198 -#: ../../include/widgets.php:514 ../../mod/admin.php:987 -#: ../../mod/admin.php:1192 -msgid "Settings" -msgstr "Réglages" +#: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:360 +#: ../../include/apps.php:415 ../../include/conversation.php:1037 +#: ../../include/widgets.php:1407 ../../mod/photos.php:766 +#: ../../mod/photos.php:1209 +msgid "Unknown" +msgstr "Inconnu" -#: ../../include/apps.php:130 ../../include/nav.php:92 -#: ../../include/reddav.php:1280 ../../include/conversation.php:1521 -#: ../../mod/fbrowser.php:114 +#: ../../include/RedDAV/RedBrowser.php:226 ../../include/apps.php:135 +#: ../../include/conversation.php:1639 ../../include/nav.php:93 +#: ../../mod/fbrowser.php:109 msgid "Files" msgstr "Fichiers" -#: ../../include/apps.php:131 ../../include/nav.php:102 -#: ../../include/conversation.php:1554 ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "Pages web" - -#: ../../include/apps.php:132 ../../include/nav.php:173 -msgid "Channel Home" -msgstr "Mon canal" - -#: ../../include/apps.php:133 ../../include/identity.php:973 -#: ../../include/identity.php:1091 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profil" - -#: ../../include/apps.php:134 ../../include/nav.php:91 -#: ../../include/conversation.php:1512 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Photos" - -#: ../../include/apps.php:135 ../../include/nav.php:192 -#: ../../mod/events.php:396 -msgid "Events" -msgstr "Événements" - -#: ../../include/apps.php:136 ../../include/nav.php:159 -#: ../../mod/directory.php:226 -msgid "Directory" -msgstr "Annuaire" - -#: ../../include/apps.php:137 ../../include/nav.php:151 ../../mod/help.php:60 -#: ../../mod/help.php:65 -msgid "Help" -msgstr "Aide" - -#: ../../include/apps.php:138 ../../include/nav.php:184 -msgid "Mail" -msgstr "Messages" - -#: ../../include/apps.php:139 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Humeur" - -#: ../../include/apps.php:140 ../../include/conversation.php:945 -msgid "Poke" -msgstr "Cogner" - -#: ../../include/apps.php:141 ../../include/nav.php:97 -msgid "Chat" -msgstr "Clavardage" - -#: ../../include/apps.php:142 ../../include/text.php:815 -#: ../../include/text.php:829 ../../include/nav.php:156 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Recherche" - -#: ../../include/apps.php:143 -msgid "Probe" -msgstr "Sonder" - -#: ../../include/apps.php:144 -msgid "Suggest" -msgstr "Suggérer" - -#: ../../include/apps.php:145 -msgid "Random Channel" -msgstr "Un canal au hasard" - -#: ../../include/apps.php:146 -msgid "Invite" -msgstr "Invitation" +#: ../../include/RedDAV/RedBrowser.php:227 +msgid "Total" +msgstr "Total" -#: ../../include/apps.php:147 -msgid "Features" -msgstr "Fonctionalités" +#: ../../include/RedDAV/RedBrowser.php:229 +msgid "Shared" +msgstr "Partagé" -#: ../../include/apps.php:148 -msgid "Language" -msgstr "Langue" +#: ../../include/RedDAV/RedBrowser.php:230 +#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/blocks.php:152 +#: ../../mod/layouts.php:175 ../../mod/menu.php:114 +#: ../../mod/new_channel.php:144 ../../mod/register.php:255 +#: ../../mod/webpages.php:180 +msgid "Create" +msgstr "Créer" -#: ../../include/apps.php:149 -msgid "Post" +#: ../../include/RedDAV/RedBrowser.php:231 +#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1420 +#: ../../mod/photos.php:793 ../../mod/photos.php:1333 +#: ../../mod/profile_photo.php:453 ../../mod/cover_photo.php:353 +msgid "Upload" msgstr "Envoyer" -#: ../../include/apps.php:150 -msgid "Profile Photo" -msgstr "Photo du profil" +#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:1158 +#: ../../mod/settings.php:588 ../../mod/settings.php:614 +#: ../../mod/sharedwithme.php:95 +msgid "Name" +msgstr "Nom" -#: ../../include/apps.php:239 ../../mod/settings.php:79 -#: ../../mod/settings.php:543 -msgid "Update" -msgstr "Mise à jour" +#: ../../include/RedDAV/RedBrowser.php:236 +msgid "Type" +msgstr "Type" -#: ../../include/apps.php:239 -msgid "Install" -msgstr "Installer" +#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1274 +#: ../../mod/sharedwithme.php:97 +msgid "Size" +msgstr "Taille" -#: ../../include/apps.php:244 -msgid "Purchase" -msgstr "Acheter" +#: ../../include/RedDAV/RedBrowser.php:238 ../../mod/sharedwithme.php:98 +msgid "Last Modified" +msgstr "Modifié le" -#: ../../include/apps.php:246 ../../include/page_widgets.php:8 -#: ../../include/page_widgets.php:36 ../../include/reddav.php:1289 -#: ../../include/menu.php:42 ../../include/ItemObject.php:96 -#: ../../mod/settings.php:579 ../../mod/blocks.php:94 -#: ../../mod/connections.php:393 ../../mod/editblock.php:111 -#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:143 ../../mod/thing.php:235 -#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:120 +#: ../../include/RedDAV/RedBrowser.php:240 ../../include/apps.php:259 +#: ../../include/menu.php:108 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/ItemObject.php:100 +#: ../../mod/blocks.php:153 ../../mod/connections.php:286 +#: ../../mod/connections.php:306 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:134 ../../mod/editpost.php:112 +#: ../../mod/editwebpage.php:176 ../../mod/layouts.php:183 +#: ../../mod/menu.php:108 ../../mod/settings.php:648 ../../mod/thing.php:256 +#: ../../mod/webpages.php:181 msgid "Edit" -msgstr "Éditer" +msgstr "Modifier" -#: ../../include/apps.php:247 ../../include/reddav.php:1290 -#: ../../include/conversation.php:635 ../../include/ItemObject.php:108 -#: ../../mod/settings.php:580 ../../mod/connedit.php:440 -#: ../../mod/photos.php:1052 ../../mod/group.php:176 ../../mod/admin.php:767 -#: ../../mod/admin.php:897 ../../mod/thing.php:236 +#: ../../include/RedDAV/RedBrowser.php:241 ../../include/apps.php:260 +#: ../../include/conversation.php:657 ../../include/ItemObject.php:120 +#: ../../mod/blocks.php:155 ../../mod/connections.php:259 +#: ../../mod/connedit.php:560 ../../mod/editblock.php:181 +#: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223 +#: ../../mod/group.php:173 ../../mod/photos.php:1140 ../../mod/admin.php:993 +#: ../../mod/admin.php:1152 ../../mod/settings.php:649 ../../mod/thing.php:257 +#: ../../mod/webpages.php:183 msgid "Delete" msgstr "Supprimer" -#: ../../include/apps.php:328 ../../include/apps.php:379 -#: ../../include/reddav.php:1202 ../../mod/connedit.php:476 -msgid "Unknown" -msgstr "Inconnu" - -#: ../../include/text.php:321 -msgid "prev" -msgstr "préc." - -#: ../../include/text.php:323 -msgid "first" -msgstr "premier" - -#: ../../include/text.php:352 -msgid "last" -msgstr "dernier" - -#: ../../include/text.php:355 -msgid "next" -msgstr "suiv." - -#: ../../include/text.php:367 -msgid "older" -msgstr "plus ancien" - -#: ../../include/text.php:369 -msgid "newer" -msgstr "plus récent" - -#: ../../include/text.php:730 -msgid "No connections" -msgstr "Sans relations" - -#: ../../include/text.php:743 +#: ../../include/RedDAV/RedBrowser.php:282 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d relation" -msgstr[1] "%d relations" - -#: ../../include/text.php:756 -msgid "View Connections" -msgstr "Voir les relations" - -#: ../../include/text.php:817 ../../include/text.php:831 -#: ../../include/widgets.php:186 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 -msgid "Save" -msgstr "Sauver" - -#: ../../include/text.php:897 -msgid "poke" -msgstr "cogner" - -#: ../../include/text.php:897 ../../include/conversation.php:243 -msgid "poked" -msgstr "a cogné" +msgid "You are using %1$s of your available file storage." +msgstr "Vous utilisez %1$s de votre espace de stockage." -#: ../../include/text.php:898 -msgid "ping" -msgstr "solliciter" - -#: ../../include/text.php:898 -msgid "pinged" -msgstr "a sollicité" - -#: ../../include/text.php:899 -msgid "prod" -msgstr "encourager" - -#: ../../include/text.php:899 -msgid "prodded" -msgstr "a encouragé" - -#: ../../include/text.php:900 -msgid "slap" -msgstr "gifler" - -#: ../../include/text.php:900 -msgid "slapped" -msgstr "a giflé" - -#: ../../include/text.php:901 -msgid "finger" -msgstr "pointer" - -#: ../../include/text.php:901 -msgid "fingered" -msgstr "a pointé" - -#: ../../include/text.php:902 -msgid "rebuff" -msgstr "rejeter" - -#: ../../include/text.php:902 -msgid "rebuffed" -msgstr "a rejeté" - -#: ../../include/text.php:911 -msgid "happy" -msgstr "heureux" - -#: ../../include/text.php:912 -msgid "sad" -msgstr "triste" - -#: ../../include/text.php:913 -msgid "mellow" -msgstr "mélancolique" - -#: ../../include/text.php:914 -msgid "tired" -msgstr "fatigué" - -#: ../../include/text.php:915 -msgid "perky" -msgstr "impertinent" - -#: ../../include/text.php:916 -msgid "angry" -msgstr "colérique" - -#: ../../include/text.php:917 -msgid "stupified" -msgstr "stupéfié" - -#: ../../include/text.php:918 -msgid "puzzled" -msgstr "perplexe" - -#: ../../include/text.php:919 -msgid "interested" -msgstr "intéressé" - -#: ../../include/text.php:920 -msgid "bitter" -msgstr "amer" - -#: ../../include/text.php:921 -msgid "cheerful" -msgstr "joyeux" - -#: ../../include/text.php:922 -msgid "alive" -msgstr "énergique" - -#: ../../include/text.php:923 -msgid "annoyed" -msgstr "agacé" - -#: ../../include/text.php:924 -msgid "anxious" -msgstr "anxieux" - -#: ../../include/text.php:925 -msgid "cranky" -msgstr "énervé" - -#: ../../include/text.php:926 -msgid "disturbed" -msgstr "perturbé" - -#: ../../include/text.php:927 -msgid "frustrated" -msgstr "frustré" - -#: ../../include/text.php:928 -msgid "depressed" -msgstr "déprimé" - -#: ../../include/text.php:929 -msgid "motivated" -msgstr "motivé" - -#: ../../include/text.php:930 -msgid "relaxed" -msgstr "détendu" - -#: ../../include/text.php:931 -msgid "surprised" -msgstr "surpris" - -#: ../../include/text.php:1092 -msgid "Monday" -msgstr "Lundi" - -#: ../../include/text.php:1092 -msgid "Tuesday" -msgstr "Mardi" - -#: ../../include/text.php:1092 -msgid "Wednesday" -msgstr "Mercredi" - -#: ../../include/text.php:1092 -msgid "Thursday" -msgstr "Jeudi" - -#: ../../include/text.php:1092 -msgid "Friday" -msgstr "Vendredi" - -#: ../../include/text.php:1092 -msgid "Saturday" -msgstr "Samedi" - -#: ../../include/text.php:1092 -msgid "Sunday" -msgstr "Dimanche" - -#: ../../include/text.php:1096 -msgid "January" -msgstr "Janvier" - -#: ../../include/text.php:1096 -msgid "February" -msgstr "Février" - -#: ../../include/text.php:1096 -msgid "March" -msgstr "Mars" - -#: ../../include/text.php:1096 -msgid "April" -msgstr "Avril" - -#: ../../include/text.php:1096 -msgid "May" -msgstr "Mai" - -#: ../../include/text.php:1096 -msgid "June" -msgstr "Juin" - -#: ../../include/text.php:1096 -msgid "July" -msgstr "Juillet" - -#: ../../include/text.php:1096 -msgid "August" -msgstr "Août" - -#: ../../include/text.php:1096 -msgid "September" -msgstr "Septembre" - -#: ../../include/text.php:1096 -msgid "October" -msgstr "Octobre" - -#: ../../include/text.php:1096 -msgid "November" -msgstr "Novembre" - -#: ../../include/text.php:1096 -msgid "December" -msgstr "Décembre" - -#: ../../include/text.php:1174 -msgid "unknown.???" -msgstr "inconnu.???" - -#: ../../include/text.php:1175 -msgid "bytes" -msgstr "octets" - -#: ../../include/text.php:1210 -msgid "remove category" -msgstr "supprimer la catégorie" - -#: ../../include/text.php:1280 -msgid "remove from file" -msgstr "retirer du fichier" - -#: ../../include/text.php:1345 ../../include/text.php:1357 -msgid "Click to open/close" -msgstr "Cliquer pour ouvrir/fermer" - -#: ../../include/text.php:1512 ../../mod/events.php:374 -msgid "Link to Source" -msgstr "Lien vers la source" - -#: ../../include/text.php:1531 -msgid "Select a page layout: " -msgstr "Choisir une mise en page :" - -#: ../../include/text.php:1534 ../../include/text.php:1599 -msgid "default" -msgstr "défaut" - -#: ../../include/text.php:1570 -msgid "Page content type: " -msgstr "Type de contenu :" - -#: ../../include/text.php:1611 -msgid "Select an alternate language" -msgstr "Choisir une langue alternative" - -#: ../../include/text.php:1735 ../../include/conversation.php:123 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "événement" - -#: ../../include/text.php:1740 ../../include/conversation.php:150 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "commentaire" - -#: ../../include/text.php:1745 -msgid "activity" -msgstr "activité" - -#: ../../include/text.php:2004 -msgid "Design" -msgstr "Conception" - -#: ../../include/text.php:2006 -msgid "Blocks" -msgstr "Blocs" - -#: ../../include/text.php:2007 -msgid "Menus" -msgstr "Menus" - -#: ../../include/text.php:2008 -msgid "Layouts" -msgstr "Mises en page" - -#: ../../include/text.php:2009 -msgid "Pages" -msgstr "Pages" - -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nouvelle page" - -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 -#: ../../mod/layouts.php:116 ../../mod/webpages.php:123 -msgid "View" -msgstr "Voir" - -#: ../../include/page_widgets.php:40 ../../include/conversation.php:1091 -#: ../../include/ItemObject.php:592 ../../mod/editblock.php:141 -#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1003 -#: ../../mod/webpages.php:124 -msgid "Preview" -msgstr "Aperçu" - -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:125 -msgid "Actions" -msgstr "Actions" - -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:126 -msgid "Page Link" -msgstr "Lien vers la page" - -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:127 -msgid "Title" -msgstr "Titre" +#: ../../include/RedDAV/RedBrowser.php:287 +#, php-format +msgid "You are using %1$s of %2$s available file storage. (%3$s%)" +msgstr "Vous utilisez %1$s sur %2$s d'espace disponible. (%3$s%)" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:128 -msgid "Created" -msgstr "Créé" +#: ../../include/RedDAV/RedBrowser.php:299 +msgid "WARNING:" +msgstr "AVERTISSEMENT :" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:129 -msgid "Edited" -msgstr "Édité" +#: ../../include/RedDAV/RedBrowser.php:302 +msgid "Create new folder" +msgstr "Nouveau dossier" -#: ../../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 "Le formulaire n'est plus sécurisé, probablement parce qu'il est ouvert depuis trop longtemps (plus de 3 heures)." +#: ../../include/RedDAV/RedBrowser.php:304 +msgid "Upload file" +msgstr "Téléverser un fichier" -#: ../../include/account.php:23 +#: ../../include/account.php:28 msgid "Not a valid email address" msgstr "Ce n'est pas une adresse de courriel valide" -#: ../../include/account.php:25 +#: ../../include/account.php:30 msgid "Your email domain is not among those allowed on this site" msgstr "Votre domaine de courriel ne fait pas partie de ceux autorisés par ce site" -#: ../../include/account.php:31 +#: ../../include/account.php:36 msgid "Your email address is already registered at this site." msgstr "Votre adresse de courriel est déjà inscrite sur ce site." -#: ../../include/account.php:64 +#: ../../include/account.php:68 msgid "An invitation is required." msgstr "Une invitation est requise." -#: ../../include/account.php:68 +#: ../../include/account.php:72 msgid "Invitation could not be verified." msgstr "Votre invitation n'a pas pu être vérifiée." -#: ../../include/account.php:119 +#: ../../include/account.php:122 msgid "Please enter the required information." msgstr "Merci d'entrer les informations requises." -#: ../../include/account.php:187 +#: ../../include/account.php:189 msgid "Failed to store account information." msgstr "Impossible de stocker les informations liées au compte." -#: ../../include/account.php:245 +#: ../../include/account.php:249 #, php-format msgid "Registration confirmation for %s" -msgstr "Confirmation de l'enregistrement pour %s" +msgstr "Confirmation de l'inscription pour %s" -#: ../../include/account.php:313 +#: ../../include/account.php:315 #, php-format msgid "Registration request at %s" msgstr "Demande d'inscription sur %s" -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 +#: ../../include/account.php:317 ../../include/account.php:344 +#: ../../include/account.php:404 ../../include/network.php:1660 msgid "Administrator" msgstr "Administrateur" -#: ../../include/account.php:337 +#: ../../include/account.php:339 msgid "your registration password" msgstr "votre mot de passe d'inscription" -#: ../../include/account.php:340 ../../include/account.php:397 +#: ../../include/account.php:342 ../../include/account.php:402 #, php-format msgid "Registration details for %s" -msgstr "Détails de l'inscription à %s" +msgstr "Détails de l'inscription pour %s" -#: ../../include/account.php:406 +#: ../../include/account.php:414 msgid "Account approved." msgstr "Compte approuvé." -#: ../../include/account.php:440 +#: ../../include/account.php:454 #, php-format msgid "Registration revoked for %s" msgstr "Inscription révoquée pour %s" -#: ../../include/account.php:486 +#: ../../include/account.php:506 msgid "Account verified. Please login." msgstr "Compte vérifié. Veuillez vous connecter." -#: ../../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:3711 -#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27 -#: ../../mod/settings.php:494 ../../mod/poke.php:128 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179 -#: ../../mod/profiles.php:524 ../../mod/bookmarks.php:46 -#: ../../mod/channel.php:89 ../../mod/channel.php:193 -#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/register.php:71 ../../mod/regmod.php:18 ../../mod/common.php:35 -#: ../../mod/network.php:12 ../../mod/connections.php:169 -#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:30 -#: ../../mod/page.php:80 ../../mod/setup.php:203 ../../mod/editblock.php:34 -#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:48 -#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/photos.php:68 -#: ../../mod/photos.php:526 ../../mod/sources.php:66 ../../mod/events.php:160 -#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 -#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 -#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9 -#: ../../mod/thing.php:249 ../../mod/thing.php:266 ../../mod/thing.php:301 -#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:178 -#: ../../mod/item.php:186 ../../mod/item.php:916 ../../mod/layouts.php:27 -#: ../../mod/layouts.php:39 ../../mod/like.php:154 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/viewsrc.php:12 ../../mod/mail.php:108 ../../mod/manage.php:6 -#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/message.php:16 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/notifications.php:66 ../../mod/appman.php:66 ../../index.php:186 -#: ../../index.php:361 -msgid "Permission denied." -msgstr "Permission refusée." - -#: ../../include/photos.php:104 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "L'image dépasse la taille limite de %lu octets" - -#: ../../include/photos.php:111 -msgid "Image file is empty." -msgstr "L'image est vide." - -#: ../../include/photos.php:140 ../../mod/profile_photo.php:216 -msgid "Unable to process image" -msgstr "Impossible de traiter l'image" - -#: ../../include/photos.php:212 -msgid "Photo storage failed." -msgstr "Le stockage de l'image a échoué." +#: ../../include/account.php:719 ../../include/account.php:721 +msgid "Click here to upgrade." +msgstr "Cliquez ici pour mettre à jour." -#: ../../include/photos.php:339 ../../include/conversation.php:1515 -msgid "Photo Albums" -msgstr "Albums photo" +#: ../../include/account.php:727 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Cette action outrepasserait les limites prévues par votre forfait." -#: ../../include/photos.php:343 ../../mod/photos.php:697 -#: ../../mod/photos.php:1199 -msgid "Upload New Photos" -msgstr "Ajouter des photos" +#: ../../include/account.php:732 +msgid "This action is not available under your subscription plan." +msgstr "Cette action n'est pas disponible avec votre forfait." -#: ../../include/acl_selectors.php:240 +#: ../../include/acl_selectors.php:218 msgid "Visible to your default audience" -msgstr "Visible pour vos contacts seulement." +msgstr "Visible pour vos contacts seulement" -#: ../../include/acl_selectors.php:241 +#: ../../include/acl_selectors.php:243 msgid "Show" -msgstr "Voir plus" +msgstr "Montrer" -#: ../../include/acl_selectors.php:242 +#: ../../include/acl_selectors.php:244 msgid "Don't show" msgstr "Cacher" -#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 -#: ../../mod/photos.php:604 ../../mod/photos.php:958 -#: ../../mod/filestorage.php:128 +#: ../../include/acl_selectors.php:249 +msgid "Other networks and post services" +msgstr "Autres réseaux et services de messagerie" + +#: ../../include/acl_selectors.php:251 ../../mod/chat.php:211 +#: ../../mod/filestorage.php:147 ../../mod/photos.php:639 +#: ../../mod/photos.php:1012 ../../mod/thing.php:309 ../../mod/thing.php:355 msgid "Permissions" -msgstr "Permissions" +msgstr "Autorisations" -#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:289 +#: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384 +#: ../../mod/photos.php:1229 msgid "Close" msgstr "Fermer" -#: ../../include/activities.php:39 +#: ../../include/activities.php:42 msgid " and " -msgstr " et " +msgstr "et" -#: ../../include/activities.php:47 +#: ../../include/activities.php:50 msgid "public profile" msgstr "profil public" -#: ../../include/activities.php:52 +#: ../../include/activities.php:59 #, php-format msgid "%1$s changed %2$s to “%3$s”" msgstr "%1$s a changé %2$s en “%3$s”" -#: ../../include/activities.php:53 +#: ../../include/activities.php:60 #, php-format msgid "Visit %1$s's %2$s" -msgstr "Visiter %1$s sur %2$s" +msgstr "Visiter %2$s de %1$s" -#: ../../include/activities.php:56 +#: ../../include/activities.php:63 #, php-format msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s a mis à jour %2$s, modifiant %3$s." -#: ../../include/api.php:1036 +#: ../../include/api.php:1336 msgid "Public Timeline" msgstr "Fil public" -#: ../../include/attach.php:224 ../../include/attach.php:278 +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "Administrateur" + +#: ../../include/apps.php:129 ../../include/conversation.php:1665 +#: ../../include/nav.php:104 +msgid "Bookmarks" +msgstr "Favoris" + +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "Carnet d'adresses" + +#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1518 +msgid "Login" +msgstr "Connexion" + +#: ../../include/apps.php:132 ../../include/nav.php:203 +#: ../../mod/manage.php:162 +msgid "Channel Manager" +msgstr "Gérer les canaux" + +#: ../../include/apps.php:133 ../../include/nav.php:176 +msgid "Grid" +msgstr "Réseau" + +#: ../../include/apps.php:134 ../../include/nav.php:205 +#: ../../include/widgets.php:577 ../../mod/admin.php:1266 +#: ../../mod/admin.php:1488 +msgid "Settings" +msgstr "Paramètres" + +#: ../../include/apps.php:136 ../../include/conversation.php:1675 +#: ../../include/nav.php:108 ../../mod/webpages.php:178 +msgid "Webpages" +msgstr "Pages web" + +#: ../../include/apps.php:137 ../../include/nav.php:179 +msgid "Channel Home" +msgstr "Mon canal" + +#: ../../include/apps.php:138 ../../include/identity.php:1242 +#: ../../include/identity.php:1359 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profil" + +#: ../../include/apps.php:139 ../../include/conversation.php:1632 +#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Photos" + +#: ../../include/apps.php:140 ../../include/nav.php:198 +msgid "Events" +msgstr "Événements" + +#: ../../include/apps.php:141 ../../include/nav.php:164 +msgid "Directory" +msgstr "Annuaire" + +#: ../../include/apps.php:142 ../../include/nav.php:155 ../../mod/help.php:208 +#: ../../mod/help.php:213 ../../mod/layouts.php:176 +msgid "Help" +msgstr "Aide" + +#: ../../include/apps.php:143 ../../include/nav.php:190 +msgid "Mail" +msgstr "Messages" + +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Humeur" + +#: ../../include/apps.php:145 ../../include/conversation.php:965 +#: ../../mod/poke.php:164 +msgid "Poke" +msgstr "Tapoter" + +#: ../../include/apps.php:146 ../../include/nav.php:98 +msgid "Chat" +msgstr "Clavardage" + +#: ../../include/apps.php:147 ../../include/nav.php:161 +#: ../../include/text.php:885 ../../include/text.php:897 +#: ../../mod/connections.php:302 ../../mod/search.php:40 +msgid "Search" +msgstr "Recherche" + +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "Sonder" + +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "Suggérer" + +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "Un canal au hasard" + +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "Invitation" + +#: ../../include/apps.php:152 ../../include/widgets.php:1293 +msgid "Features" +msgstr "Fonctionalités" + +#: ../../include/apps.php:153 ../../mod/id.php:28 +msgid "Language" +msgstr "Langue" + +#: ../../include/apps.php:154 +msgid "Post" +msgstr "Envoyer" + +#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 +#: ../../mod/id.php:19 +msgid "Profile Photo" +msgstr "Photo du Profil" + +#: ../../include/apps.php:252 ../../mod/settings.php:84 +#: ../../mod/settings.php:612 +msgid "Update" +msgstr "Mise à jour" + +#: ../../include/apps.php:252 +msgid "Install" +msgstr "Installer" + +#: ../../include/apps.php:257 +msgid "Purchase" +msgstr "Acheter" + +#: ../../include/attach.php:140 ../../include/attach.php:188 +#: ../../include/attach.php:251 ../../include/attach.php:265 +#: ../../include/attach.php:272 ../../include/attach.php:337 +#: ../../include/attach.php:351 ../../include/attach.php:358 +#: ../../include/attach.php:436 ../../include/attach.php:888 +#: ../../include/attach.php:959 ../../include/attach.php:1111 +#: ../../include/chat.php:133 ../../include/photos.php:29 +#: ../../include/items.php:4437 ../../index.php:189 ../../index.php:377 +#: ../../mod/achievements.php:30 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/appman.php:66 ../../mod/authtest.php:13 ../../mod/block.php:22 +#: ../../mod/block.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76 +#: ../../mod/bookmarks.php:48 ../../mod/channel.php:100 +#: ../../mod/channel.php:217 ../../mod/channel.php:257 ../../mod/chat.php:94 +#: ../../mod/chat.php:99 ../../mod/common.php:35 ../../mod/connections.php:29 +#: ../../mod/connedit.php:355 ../../mod/editblock.php:65 +#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 +#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64 +#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101 +#: ../../mod/editwebpage.php:125 ../../mod/events.php:260 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 +#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 +#: ../../mod/fsuggest.php:78 ../../mod/group.php:9 ../../mod/id.php:71 +#: ../../mod/invite.php:13 ../../mod/invite.php:87 ../../mod/item.php:206 +#: ../../mod/item.php:214 ../../mod/item.php:1050 ../../mod/layouts.php:69 +#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/like.php:177 +#: ../../mod/locs.php:83 ../../mod/mail.php:126 ../../mod/manage.php:6 +#: ../../mod/menu.php:74 ../../mod/message.php:16 ../../mod/mitem.php:111 +#: ../../mod/mood.php:112 ../../mod/network.php:12 +#: ../../mod/new_channel.php:75 ../../mod/new_channel.php:109 +#: ../../mod/notifications.php:66 ../../mod/page.php:31 ../../mod/page.php:86 +#: ../../mod/pdledit.php:22 ../../mod/photos.php:70 ../../mod/poke.php:133 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 +#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354 +#: ../../mod/profiles.php:198 ../../mod/profiles.php:584 +#: ../../mod/rate.php:111 ../../mod/register.php:73 ../../mod/regmod.php:17 +#: ../../mod/service_limits.php:7 ../../mod/settings.php:568 +#: ../../mod/setup.php:230 ../../mod/sharedwithme.php:7 +#: ../../mod/sources.php:66 ../../mod/suggest.php:26 ../../mod/thing.php:270 +#: ../../mod/thing.php:290 ../../mod/thing.php:327 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/viewsrc.php:14 ../../mod/webpages.php:69 +#: ../../mod/cover_photo.php:273 ../../mod/cover_photo.php:286 +msgid "Permission denied." +msgstr "Permission refusée." + +#: ../../include/attach.php:246 ../../include/attach.php:332 msgid "Item was not found." msgstr "Élément introuvable." -#: ../../include/attach.php:335 +#: ../../include/attach.php:496 msgid "No source file." msgstr "Pas de fichier source." -#: ../../include/attach.php:352 +#: ../../include/attach.php:518 msgid "Cannot locate file to replace" msgstr "Impossible de trouver le fichier à remplacer." -#: ../../include/attach.php:370 +#: ../../include/attach.php:536 msgid "Cannot locate file to revise/update" msgstr "Impossible de trouver le fichier à corriger/mettre à jour" -#: ../../include/attach.php:381 +#: ../../include/attach.php:671 #, php-format msgid "File exceeds size limit of %d" msgstr "Le fichier dépasse la taille limite de %d" -#: ../../include/attach.php:393 +#: ../../include/attach.php:685 #, php-format msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "Vous avez atteint votre limite de %1$.0f méga-octets autorisés pour le stockage des pièces-jointes" +msgstr "Vous avez atteint votre limite de %1$.0f méga-octets autorisés pour le stockage des pièces-jointes." -#: ../../include/attach.php:475 +#: ../../include/attach.php:841 msgid "File upload failed. Possible system limit or action terminated." msgstr "Envoi du fichier impossible. Limite système ou action avortée." -#: ../../include/attach.php:487 +#: ../../include/attach.php:854 msgid "Stored file could not be verified. Upload failed." -msgstr "Le fichier stocké n'a pu être vérifié. Envoi impossible." +msgstr "Le fichier stocké n'a pu être vérifié. Echec de l'envoi." -#: ../../include/attach.php:528 ../../include/attach.php:545 +#: ../../include/attach.php:902 ../../include/attach.php:918 msgid "Path not available." msgstr "Chemin non disponible." -#: ../../include/attach.php:590 +#: ../../include/attach.php:964 ../../include/attach.php:1116 msgid "Empty pathname" msgstr "Chemin vide" -#: ../../include/attach.php:606 +#: ../../include/attach.php:990 msgid "duplicate filename or path" msgstr "doublon de chemin ou de fichier" -#: ../../include/attach.php:630 +#: ../../include/attach.php:1012 msgid "Path not found." msgstr "Chemin introuvable." -#: ../../include/attach.php:681 +#: ../../include/attach.php:1070 msgid "mkdir failed." msgstr "mkdir a échoué." -#: ../../include/attach.php:685 +#: ../../include/attach.php:1074 msgid "database storage failed." -msgstr "l'écriture dans la BD a échoué" +msgstr "l'écriture dans la base de données a échoué." -#: ../../include/plugin.php:504 ../../include/plugin.php:506 -msgid "Click here to upgrade." -msgstr "Cliquez ici pour mettre à jour." +#: ../../include/attach.php:1122 +msgid "Empty path" +msgstr "Chemin vide" -#: ../../include/plugin.php:512 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Cette action outrepasserait les limites prévues par votre forfait." +#: ../../include/auth.php:132 +msgid "Logged out." +msgstr "Deconnecté." -#: ../../include/plugin.php:517 -msgid "This action is not available under your subscription plan." -msgstr "Cette action n'est pas possible avec la formule choisie." +#: ../../include/auth.php:273 +msgid "Failed authentication" +msgstr "Échec de l'authentification" + +#: ../../include/auth.php:287 ../../mod/openid.php:189 +msgid "Login failed." +msgstr "Échec de la connexion." -#: ../../include/bb2diaspora.php:463 ../../include/event.php:11 +#: ../../include/bb2diaspora.php:376 +msgid "Attachments:" +msgstr "Pièces jointes :" + +#: ../../include/bb2diaspora.php:465 ../../include/event.php:22 +#: ../../include/text.php:1418 msgid "l F d, Y \\@ g:i A" msgstr "l d F Y \\à G\\hi" -#: ../../include/bb2diaspora.php:469 ../../include/event.php:20 +#: ../../include/bb2diaspora.php:467 +msgid "$Projectname event notification:" +msgstr "Notification d'événement de $Projectname :" + +#: ../../include/bb2diaspora.php:471 ../../include/event.php:30 +#: ../../include/text.php:1422 msgid "Starts:" msgstr "Début :" -#: ../../include/bb2diaspora.php:477 ../../include/event.php:30 +#: ../../include/bb2diaspora.php:479 ../../include/event.php:40 +#: ../../include/text.php:1426 msgid "Finishes:" msgstr "Fin :" -#: ../../include/bb2diaspora.php:485 ../../include/event.php:40 -#: ../../include/identity.php:757 ../../mod/directory.php:156 -#: ../../mod/dirprofile.php:105 ../../mod/events.php:504 +#: ../../include/bb2diaspora.php:487 ../../include/event.php:52 +#: ../../include/text.php:1433 ../../include/identity.php:1005 +#: ../../mod/directory.php:307 msgid "Location:" msgstr "Emplacement :" -#: ../../include/nav.php:81 ../../include/nav.php:108 ../../boot.php:1497 -msgid "Logout" -msgstr "Déconnexion" - -#: ../../include/nav.php:81 ../../include/nav.php:108 -msgid "End this session" -msgstr "Mettre fin à la session" - -#: ../../include/nav.php:84 ../../include/nav.php:142 -msgid "Home" -msgstr "Canal" - -#: ../../include/nav.php:84 -msgid "Your posts and conversations" -msgstr "Vos publications et conversations" - -#: ../../include/nav.php:85 ../../include/conversation.php:940 -#: ../../mod/connedit.php:393 ../../mod/connedit.php:507 -msgid "View Profile" -msgstr "Voir profil" - -#: ../../include/nav.php:85 -msgid "Your profile page" -msgstr "Votre profil" - -#: ../../include/nav.php:87 -msgid "Edit Profiles" -msgstr "Éditer les profils" - -#: ../../include/nav.php:87 -msgid "Manage/Edit profiles" -msgstr "Gérer/éditer les profils" - -#: ../../include/nav.php:89 ../../include/identity.php:730 -msgid "Edit Profile" -msgstr "Éditer le profil" - -#: ../../include/nav.php:89 -msgid "Edit your profile" -msgstr "Éditer votre profil" - -#: ../../include/nav.php:91 -msgid "Your photos" -msgstr "Vos photos" - -#: ../../include/nav.php:92 -msgid "Your files" -msgstr "Vos fichiers" - -#: ../../include/nav.php:97 -msgid "Your chatrooms" -msgstr "Vos salons" - -#: ../../include/nav.php:100 -msgid "Your bookmarks" -msgstr "Vos favoris" - -#: ../../include/nav.php:102 -msgid "Your webpages" -msgstr "Vos pages web" +#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 +#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 +#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 +#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 +#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 +#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 +#: ../../include/bbcode.php:833 +msgid "Image/photo" +msgstr "Image/photo" -#: ../../include/nav.php:106 -msgid "Sign in" -msgstr "Connexion" +#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 +msgid "Encrypted content" +msgstr "Contenu chiffré" -#: ../../include/nav.php:123 +#: ../../include/bbcode.php:179 #, php-format -msgid "%s - click to logout" -msgstr "%s - cliquer ici pour déconnecter" - -#: ../../include/nav.php:128 -msgid "Click to authenticate to your home hub" -msgstr "S'authentifier auprès de votre hub" - -#: ../../include/nav.php:142 -msgid "Home Page" -msgstr "Page d'accueil" - -#: ../../include/nav.php:146 ../../mod/register.php:221 ../../boot.php:1474 -msgid "Register" -msgstr "S'inscrire" - -#: ../../include/nav.php:146 -msgid "Create an account" -msgstr "Créer un compte" - -#: ../../include/nav.php:151 -msgid "Help and documentation" -msgstr "Aide et documentation" - -#: ../../include/nav.php:154 ../../include/widgets.php:79 -#: ../../mod/apps.php:33 -msgid "Apps" -msgstr "Applications" - -#: ../../include/nav.php:154 -msgid "Applications, utilities, links, games" -msgstr "Applications, utilitaires, liens, jeux" - -#: ../../include/nav.php:156 -msgid "Search site content" -msgstr "Rechercher parmi le contenu du site" - -#: ../../include/nav.php:159 -msgid "Channel Locator" -msgstr "Localisation de canaux" - -#: ../../include/nav.php:170 -msgid "Your matrix" -msgstr "Votre matrice" - -#: ../../include/nav.php:171 -msgid "Mark all matrix notifications seen" -msgstr "Marquer toutes les notifications de la matrice comme vues" - -#: ../../include/nav.php:173 -msgid "Channel home" -msgstr "Mon canal" - -#: ../../include/nav.php:174 -msgid "Mark all channel notifications seen" -msgstr "Marquer toutes les notifications du canal comme vues" - -#: ../../include/nav.php:177 ../../mod/connections.php:386 -msgid "Connections" -msgstr "Relations" - -#: ../../include/nav.php:180 -msgid "Notices" -msgstr "Notifications" - -#: ../../include/nav.php:180 -msgid "Notifications" -msgstr "Notifications" - -#: ../../include/nav.php:181 -msgid "See all notifications" -msgstr "Voir toutes les notifications" - -#: ../../include/nav.php:182 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "Marquer toutes les notifications système comme vues" - -#: ../../include/nav.php:184 -msgid "Private mail" -msgstr "Messages privés" - -#: ../../include/nav.php:185 -msgid "See all private messages" -msgstr "Voir tous les messages privés" - -#: ../../include/nav.php:186 -msgid "Mark all private messages seen" -msgstr "Marquer tous les messages privés comme vus" - -#: ../../include/nav.php:187 -msgid "Inbox" -msgstr "Boîte de réception" +msgid "Install %s element: " +msgstr "Installer %s élément" -#: ../../include/nav.php:188 -msgid "Outbox" -msgstr "Boîte d'envoi" +#: ../../include/bbcode.php:183 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." +msgstr "Ce message contient un élément installable %s, mais vous n'avez pas l'autorisation de l'installer sur ce site." -#: ../../include/nav.php:189 ../../include/widgets.php:536 -msgid "New Message" -msgstr "Nouveau message" +#: ../../include/bbcode.php:193 ../../mod/impel.php:37 +msgid "webpage" +msgstr "pages web" -#: ../../include/nav.php:192 -msgid "Event Calendar" -msgstr "Calendrier des événements" +#: ../../include/bbcode.php:196 ../../mod/impel.php:47 +msgid "layout" +msgstr "mise en page" -#: ../../include/nav.php:193 -msgid "See all events" -msgstr "Voir tous les événements" +#: ../../include/bbcode.php:199 ../../mod/impel.php:42 +msgid "block" +msgstr "bloquer" -#: ../../include/nav.php:194 -msgid "Mark all events seen" -msgstr "Marquer tous les événements comme vus" +#: ../../include/bbcode.php:202 ../../mod/impel.php:54 +msgid "menu" +msgstr "menu" -#: ../../include/nav.php:196 -msgid "Manage Your Channels" -msgstr "Gérer vos canaux" +#: ../../include/bbcode.php:257 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s a écrit %2$s qui suit %3$s" -#: ../../include/nav.php:198 -msgid "Account/Channel Settings" -msgstr "Réglages du Compte/Canal" +#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 +msgid "post" +msgstr "publication" -#: ../../include/nav.php:206 ../../mod/admin.php:123 -msgid "Admin" -msgstr "Administrateur" +#: ../../include/bbcode.php:547 +msgid "Different viewers will see this text differently" +msgstr "Ce texte aura un rendu différent en fonction des utilisateurs" -#: ../../include/nav.php:206 -msgid "Site Setup and Configuration" -msgstr "Configuration du site" +#: ../../include/bbcode.php:755 +msgid "$1 spoiler" +msgstr "dévoile : $1" -#: ../../include/nav.php:231 -msgid "Nothing new here" -msgstr "Aucun nouveau contenu trouvé" - -#: ../../include/nav.php:235 -msgid "Please wait..." -msgstr "Merci de patienter..." +#: ../../include/bbcode.php:782 +msgid "$1 wrote:" +msgstr "$1 a écrit :" #: ../../include/bookmarks.php:35 #, php-format msgid "%1$s's bookmarks" msgstr "Favoris de %1$s" -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "Étiquettes" - -#: ../../include/taxonomy.php:227 -msgid "Keywords" -msgstr "Mots-clefs" - -#: ../../include/taxonomy.php:252 -msgid "have" -msgstr "ont" - -#: ../../include/taxonomy.php:252 -msgid "has" -msgstr "a" - -#: ../../include/taxonomy.php:253 -msgid "want" -msgstr "veulent" - -#: ../../include/taxonomy.php:253 -msgid "wants" -msgstr "veut" - -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208 -msgid "like" -msgstr "aime" +#: ../../include/chat.php:23 +msgid "Missing room name" +msgstr "Il manque le nom du salon" -#: ../../include/taxonomy.php:254 -msgid "likes" -msgstr "aiment" +#: ../../include/chat.php:32 +msgid "Duplicate room name" +msgstr "Un salon avec ce nom existe déjà " -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209 -msgid "dislike" -msgstr "déteste" +#: ../../include/chat.php:82 ../../include/chat.php:90 +msgid "Invalid room specifier." +msgstr "Identifiant de salon invalide." -#: ../../include/taxonomy.php:255 -msgid "dislikes" -msgstr "détestent" +#: ../../include/chat.php:122 +msgid "Room not found." +msgstr "Salon introuvable." -#: ../../include/taxonomy.php:338 ../../include/identity.php:999 -#: ../../include/ItemObject.php:134 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "J'aime" -msgstr[1] "J'aime" +#: ../../include/chat.php:143 +msgid "Room is full" +msgstr "Le salon est plein" -#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 +#: ../../include/comanche.php:34 ../../mod/admin.php:366 msgid "Default" msgstr "Défaut" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Constamment" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "Chaque heure" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Deux fois par jour" - -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Chaque jour" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Chaque semaine" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Chaque mois" - -#: ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: ../../include/contact_selectors.php:79 ../../mod/admin.php:763 -#: ../../mod/admin.php:772 ../../boot.php:1500 -msgid "Email" -msgstr "Courriel" - -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "Linkedin" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -1211,7 +703,7 @@ msgid_plural "%d invitations available" msgstr[0] "%d invitation disponible" msgstr[1] "%d invitations disponibles" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:455 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:461 msgid "Advanced" msgstr "Avancé" @@ -1229,14 +721,15 @@ msgstr "Ajouter/Suivre" #: ../../include/contact_widgets.php:25 msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Exemples: Robert Morgenstein, Course à pieds" +msgstr "Exemples: Guillaume Martin, Course à pieds" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:392 -#: ../../mod/directory.php:222 ../../mod/directory.php:227 +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:305 +#: ../../mod/directory.php:384 ../../mod/directory.php:389 msgid "Find" msgstr "Trouver" -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +#: ../../include/contact_widgets.php:27 ../../mod/directory.php:388 +#: ../../mod/suggest.php:60 msgid "Channel Suggestions" msgstr "Canaux suggérés" @@ -1249,1995 +742,1603 @@ msgid "Invite Friends" msgstr "Inviter des amis" #: ../../include/contact_widgets.php:32 -msgid "Exammple: name=fred and country=iceland" -msgstr "Exemple: name=fred and country=iceland" - -#: ../../include/contact_widgets.php:33 -msgid "Advanced Find" -msgstr "Recherche avancée" +msgid "Advanced example: name=fred and country=iceland" +msgstr "Exemple avancé : name=fred and country=iceland" -#: ../../include/contact_widgets.php:58 ../../include/features.php:69 -#: ../../include/widgets.php:296 +#: ../../include/contact_widgets.php:57 ../../include/features.php:96 +#: ../../include/widgets.php:314 msgid "Saved Folders" msgstr "Dossiers sauvegardés" -#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96 -#: ../../include/widgets.php:299 +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 +#: ../../include/widgets.php:317 msgid "Everything" msgstr "Tout" -#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29 +#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:282 +#: ../../include/widgets.php:46 msgid "Categories" msgstr "Catégories" -#: ../../include/contact_widgets.php:126 +#: ../../include/contact_widgets.php:128 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" -msgstr[0] "%d relation en commun" -msgstr[1] "%d relations en commun" +msgstr[0] "%d contact en commun" +msgstr[1] "%d contacts en commun" -#: ../../include/contact_widgets.php:131 +#: ../../include/contact_widgets.php:133 msgid "show more" msgstr "montrer plus" -#: ../../include/event.php:326 -msgid "This event has been added to your calendar." -msgstr "Cet événement a été ajouté à votre calendrier." - -#: ../../include/zot.php:624 -msgid "Invalid data packet" -msgstr "Paquet de données invalide" - -#: ../../include/zot.php:638 -msgid "Unable to verify channel signature" -msgstr "Impossible de vérifier la signature du canal" - -#: ../../include/zot.php:835 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "Impossible de vérifier la signature de site pour %s" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Divers" - -#: ../../include/datetime.php:152 ../../include/datetime.php:284 -msgid "year" -msgstr "année" - -#: ../../include/datetime.php:157 ../../include/datetime.php:285 -msgid "month" -msgstr "mois" - -#: ../../include/datetime.php:162 ../../include/datetime.php:287 -msgid "day" -msgstr "jour" - -#: ../../include/datetime.php:275 -msgid "never" -msgstr "jamais" - -#: ../../include/datetime.php:281 -msgid "less than a second ago" -msgstr "à l'instant" - -#: ../../include/datetime.php:284 -msgid "years" -msgstr "années" - -#: ../../include/datetime.php:285 -msgid "months" -msgstr "mois" - -#: ../../include/datetime.php:286 -msgid "week" -msgstr "semaine" - -#: ../../include/datetime.php:286 -msgid "weeks" -msgstr "semaines" - -#: ../../include/datetime.php:287 -msgid "days" -msgstr "jours" - -#: ../../include/datetime.php:288 -msgid "hour" -msgstr "heure" - -#: ../../include/datetime.php:288 -msgid "hours" -msgstr "heures" - -#: ../../include/datetime.php:289 -msgid "minute" -msgstr "minute" - -#: ../../include/datetime.php:289 -msgid "minutes" -msgstr "minutes" - -#: ../../include/datetime.php:290 -msgid "second" -msgstr "seconde" - -#: ../../include/datetime.php:290 -msgid "seconds" -msgstr "secondes" - -#: ../../include/datetime.php:299 -#, php-format -msgid "%1$d %2$s ago" -msgstr "il y a %1$d %2$s" - -#: ../../include/datetime.php:504 -#, php-format -msgid "%1$s's birthday" -msgstr "Anniversaire de %1$s" - -#: ../../include/datetime.php:505 -#, php-format -msgid "Happy Birthday %1$s" -msgstr "Joyeux Anniversaire %1$s" - -#: ../../include/dir_fns.php:36 -msgid "Sort Options" -msgstr "Options de tri" - -#: ../../include/dir_fns.php:37 -msgid "Alphabetic" -msgstr "Alphabétique" - -#: ../../include/dir_fns.php:38 -msgid "Reverse Alphabetic" -msgstr "Alphabétique inversé" - -#: ../../include/dir_fns.php:39 -msgid "Newest to Oldest" -msgstr "Anté-chronologique" - -#: ../../include/dir_fns.php:51 -msgid "Enable Safe Search" -msgstr "Activer la recherche sûre" - -#: ../../include/dir_fns.php:53 -msgid "Disable Safe Search" -msgstr "Désactiver la recherche sûre" - -#: ../../include/dir_fns.php:55 -msgid "Safe Mode" -msgstr "Mode sûr" - -#: ../../include/enotify.php:41 -msgid "Hubzilla Notification" -msgstr "Notification Matrice Rouge" - -#: ../../include/enotify.php:42 -msgid "hubzilla" -msgstr "Matrice Rouge" - -#: ../../include/enotify.php:44 -msgid "Thank You," -msgstr "Merci," - -#: ../../include/enotify.php:46 -#, php-format -msgid "%s Administrator" -msgstr "l'administrateur de %s" - -#: ../../include/enotify.php:81 -#, php-format -msgid "%s <!item_type!>" -msgstr "%s <!item_type!>" - -#: ../../include/enotify.php:85 -#, php-format -msgid "[Red:Notify] New mail received at %s" -msgstr "[Red:Notification] Nouveau message reçu sur %s" - -#: ../../include/enotify.php:87 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." -msgstr "%1$s, vous avez reçu un message privé sur %3$s, de la part de %2$s." - -#: ../../include/enotify.php:88 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s vous a envoyé %2$s." - -#: ../../include/enotify.php:88 -msgid "a private message" -msgstr "un message privé" - -#: ../../include/enotify.php:89 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Merci de visiter %s pour voir et/ou répondre à vos messages privés." - -#: ../../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 a commenté sur [zrl=%3$s]%4$s[/zrl]" - -#: ../../include/enotify.php:152 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" -msgstr "%1$s, %2$s a commenté sur [zrl=%3$s]%5$s de %4$s[/zrl]" - -#: ../../include/enotify.php:161 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" -msgstr "%1$s, %2$s a commenté [zrl=%3$s]votre %4$s[/zrl]" - -#: ../../include/enotify.php:172 -#, php-format -msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Red:Notification] Commentaire de %2$s sur conversation #%1$d" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." -msgstr "%1$s, %2$s a commenté un élément de conversation que vous suivez." - -#: ../../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 "Merci de visiter %s pour voir et/ou répondre sur cette conversation." - -#: ../../include/enotify.php:182 -#, php-format -msgid "[Red:Notify] %s posted to your profile wall" -msgstr "[Red:Notification] %s a publié sur votre profil" - -#: ../../include/enotify.php:184 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" -msgstr "%1$s, %2$s a publié sur votre profil à %3$s" - -#: ../../include/enotify.php:186 -#, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" -msgstr "%1$s, %2$s a publié sur [zrl=%3$s]votre profil[/zrl]" - -#: ../../include/enotify.php:210 -#, php-format -msgid "[Red:Notify] %s tagged you" -msgstr "[Red:Notification] %s vous a étiqueté" - -#: ../../include/enotify.php:211 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" -msgstr "%1$s, vous avez été étiqueté sur %3$s par %2$s" - -#: ../../include/enotify.php:212 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." -msgstr "%1$s, %2$s [zrl=%3$s]vous a étiqueté[/zrl]." - -#: ../../include/enotify.php:225 -#, php-format -msgid "[Red:Notify] %1$s poked you" -msgstr "[Red:Notification] %1$s vous a cogné" - -#: ../../include/enotify.php:226 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" -msgstr "%1$s, %2$s vous a cogné sur %3$s - -#: ../../include/enotify.php:227 -#, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." -msgstr "%1$s, %2$s [zrl=%2$s]vous a cogné[/zrl]." - -#: ../../include/enotify.php:243 -#, php-format -msgid "[Red:Notify] %s tagged your post" -msgstr "[Red:Notification] %s a étiqueté votre publication" - -#: ../../include/enotify.php:244 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" -msgstr "%1$s, %2$s a étiqueté votre publication sur %3$s" - -#: ../../include/enotify.php:245 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" -msgstr "%1$s, %2$s a étiqueté [zrl=%3$s]votre publication[/zrl]" - -#: ../../include/enotify.php:257 -msgid "[Red:Notify] Introduction received" -msgstr "[Red:Notification] Nouvelle introduction" - -#: ../../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, vous avez reçu une demande de mise en relation de '%2$s' sur %3$s" - -#: ../../include/enotify.php:259 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." -msgstr "%1$s, vous avez reçu [zrl=%2$s]une demande de mise en relation[/zrl] de %3$s." - -#: ../../include/enotify.php:263 ../../include/enotify.php:282 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Vous pouvez visiter leur profil sur %s" - -#: ../../include/enotify.php:265 -#, php-format -msgid "Please visit %s to approve or reject the connection request." -msgstr "Merci de visiter %s avant d'approuver (ou non) cette demande de relation." - -#: ../../include/enotify.php:272 -msgid "[Red:Notify] Friend suggestion received" -msgstr "[Red:Notification] Nouvelle suggestion d'amitié" - -#: ../../include/enotify.php:273 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" -msgstr "%1$s, vous avez reçu une suggestion de relation de '%2$s' à %3$s" - -#: ../../include/enotify.php:274 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " -"%4$s." -msgstr "%1$s, avez reçu %3$s comme [zrl=%2$s]une suggestion de relation[/zrl] de %4$s." - -#: ../../include/enotify.php:280 -msgid "Name:" -msgstr "Nom :" - -#: ../../include/enotify.php:281 -msgid "Photo:" -msgstr "Photo :" - -#: ../../include/enotify.php:284 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Merci de visiter %s pour donner suite (ou non) à cette suggestion." - -#: ../../include/enotify.php:474 -msgid "[Red:Notify]" -msgstr "[Red:Notification]" - -#: ../../include/reddav.php:1145 ../../include/reddav.php:1288 -msgid "parent" -msgstr "retour" - -#: ../../include/reddav.php:1169 -msgid "Collection" -msgstr "Collection" - -#: ../../include/reddav.php:1172 -msgid "Principal" -msgstr "Principal" - -#: ../../include/reddav.php:1175 -msgid "Addressbook" -msgstr "Carnet d'adresse" +#: ../../include/conversation.php:120 ../../include/text.php:1948 +#: ../../mod/like.php:361 ../../mod/subthread.php:83 ../../mod/tagger.php:43 +msgid "photo" +msgstr "photo" -#: ../../include/reddav.php:1178 -msgid "Calendar" -msgstr "Calendrier" +#: ../../include/conversation.php:123 ../../include/event.php:904 +#: ../../include/text.php:1951 ../../mod/events.php:249 ../../mod/like.php:363 +#: ../../mod/tagger.php:47 +msgid "event" +msgstr "événement" -#: ../../include/reddav.php:1181 -msgid "Schedule Inbox" -msgstr "Calendrier - Message entrants" +#: ../../include/conversation.php:126 ../../mod/like.php:113 +msgid "channel" +msgstr "canal" -#: ../../include/reddav.php:1184 -msgid "Schedule Outbox" -msgstr "Calendrier - Message sortants" +#: ../../include/conversation.php:148 ../../include/text.php:1954 +#: ../../mod/like.php:361 ../../mod/subthread.php:83 +msgid "status" +msgstr "état" -#: ../../include/reddav.php:1262 -#, php-format -msgid "%1$s used" -msgstr "%1$s utilisé" +#: ../../include/conversation.php:150 ../../include/text.php:1956 +#: ../../mod/tagger.php:53 +msgid "comment" +msgstr "commentaire" -#: ../../include/reddav.php:1267 +#: ../../include/conversation.php:164 ../../mod/like.php:410 #, php-format -msgid "%1$s used of %2$s (%3$s%)" -msgstr "%1$s utilisé de %2$s (%3$s%)" - -#: ../../include/reddav.php:1284 ../../mod/settings.php:519 -#: ../../mod/settings.php:545 ../../mod/admin.php:902 -msgid "Name" -msgstr "Nom" - -#: ../../include/reddav.php:1285 -msgid "Type" -msgstr "Type" - -#: ../../include/reddav.php:1286 -msgid "Size" -msgstr "Taille" - -#: ../../include/reddav.php:1287 -msgid "Last Modified" -msgstr "Modifié le" - -#: ../../include/reddav.php:1291 -msgid "Total" -msgstr "Total" - -#: ../../include/reddav.php:1344 -msgid "Create new folder" -msgstr "Nouveau dossier" - -#: ../../include/reddav.php:1345 ../../mod/mitem.php:142 ../../mod/menu.php:84 -#: ../../mod/new_channel.php:117 -msgid "Create" -msgstr "Créer" - -#: ../../include/reddav.php:1346 -msgid "Upload file" -msgstr "Téléverser un fichier" - -#: ../../include/reddav.php:1347 ../../mod/profile_photo.php:361 -msgid "Upload" -msgstr "Envoyer" - -#: ../../include/conversation.php:126 ../../mod/like.php:89 -msgid "channel" -msgstr "canal" +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s aime %3$s de %2$s" -#: ../../include/conversation.php:167 ../../mod/like.php:333 +#: ../../include/conversation.php:167 ../../mod/like.php:412 #, php-format msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s déteste %3$s de %2$s" +msgstr "%1$s n'aime pas %3$s de %2$s" #: ../../include/conversation.php:204 #, php-format msgid "%1$s is now connected with %2$s" -msgstr "%1$s ajoute %2$s à ses relations" +msgstr "%1$s ajoute %2$s à ses contacts" #: ../../include/conversation.php:239 #, php-format msgid "%1$s poked %2$s" -msgstr "%1$s a cogné %2$s" +msgstr "%1$s a tapoté %2$s" -#: ../../include/conversation.php:261 ../../mod/mood.php:63 +#: ../../include/conversation.php:243 ../../include/text.php:973 +#: ../../include/text.php:978 +msgid "poked" +msgstr "a tapoté" + +#: ../../include/conversation.php:260 ../../mod/mood.php:63 #, php-format msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s est %2$s" -#: ../../include/conversation.php:634 ../../include/ItemObject.php:114 +#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +msgctxt "title" +msgid "Likes" +msgstr "Aime" + +#: ../../include/conversation.php:574 ../../mod/photos.php:1074 +msgctxt "title" +msgid "Dislikes" +msgstr "N'aime pas" + +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +msgctxt "title" +msgid "Agree" +msgstr "D'accord" + +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +msgctxt "title" +msgid "Disagree" +msgstr "Pas d'accord" + +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 +msgctxt "title" +msgid "Abstain" +msgstr "Abstention" + +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +msgctxt "title" +msgid "Attending" +msgstr "Participations" + +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +msgctxt "title" +msgid "Not attending" +msgstr "Non-participations" + +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 +msgctxt "title" +msgid "Might attend" +msgstr "Participation possible" + +#: ../../include/conversation.php:656 ../../include/ItemObject.php:126 msgid "Select" msgstr "Sélectionner" -#: ../../include/conversation.php:642 ../../include/ItemObject.php:89 -#: ../../mod/photos.php:850 +#: ../../include/conversation.php:664 ../../include/ItemObject.php:89 msgid "Private Message" msgstr "Message Privé" -#: ../../include/conversation.php:649 ../../include/ItemObject.php:182 -msgid "Message is verified" -msgstr "Message vérifié" +#: ../../include/conversation.php:671 ../../include/ItemObject.php:227 +msgid "Message signature validated" +msgstr "Signature du message validée" -#: ../../include/conversation.php:669 +#: ../../include/conversation.php:672 ../../include/ItemObject.php:228 +msgid "Message signature incorrect" +msgstr "Signature du message incorrecte" + +#: ../../include/conversation.php:691 #, php-format msgid "View %s's profile @ %s" msgstr "Voir le profil de %s @ %s" -#: ../../include/conversation.php:683 +#: ../../include/conversation.php:710 msgid "Categories:" msgstr "Catégories :" -#: ../../include/conversation.php:684 +#: ../../include/conversation.php:711 msgid "Filed under:" msgstr "Classé sous :" -#: ../../include/conversation.php:693 ../../include/ItemObject.php:250 +#: ../../include/conversation.php:719 ../../include/ItemObject.php:334 #, php-format -msgid " from %s" +msgid "from %s" msgstr "de %s" -#: ../../include/conversation.php:696 ../../include/ItemObject.php:253 +#: ../../include/conversation.php:722 ../../include/ItemObject.php:337 #, php-format msgid "last edited: %s" -msgstr "dernière édition : %s" +msgstr "dernière modification : %s" -#: ../../include/conversation.php:697 ../../include/ItemObject.php:254 +#: ../../include/conversation.php:723 ../../include/ItemObject.php:338 #, php-format msgid "Expires: %s" msgstr "Expire : %s" -#: ../../include/conversation.php:712 +#: ../../include/conversation.php:738 msgid "View in context" msgstr "Voir en contexte" -#: ../../include/conversation.php:714 ../../include/conversation.php:1130 -#: ../../include/ItemObject.php:294 ../../mod/editblock.php:120 -#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/photos.php:983 -#: ../../mod/mail.php:231 ../../mod/mail.php:346 +#: ../../include/conversation.php:740 ../../include/conversation.php:1237 +#: ../../include/ItemObject.php:389 ../../mod/editblock.php:150 +#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1040 msgid "Please wait" msgstr "Merci de patienter" -#: ../../include/conversation.php:841 +#: ../../include/conversation.php:850 msgid "remove" msgstr "supprimer" -#: ../../include/conversation.php:845 +#: ../../include/conversation.php:854 ../../include/nav.php:244 msgid "Loading..." msgstr "Chargement..." -#: ../../include/conversation.php:846 +#: ../../include/conversation.php:855 msgid "Delete Selected Items" msgstr "Supprimer les éléments selectionnés" -#: ../../include/conversation.php:937 +#: ../../include/conversation.php:953 msgid "View Source" msgstr "Voir source" -#: ../../include/conversation.php:938 +#: ../../include/conversation.php:954 msgid "Follow Thread" -msgstr "Suivre discussion" +msgstr "Suivre la discussion" + +#: ../../include/conversation.php:955 +msgid "Unfollow Thread" +msgstr "Ne plus suivre la discussion" -#: ../../include/conversation.php:939 -msgid "View Status" -msgstr "Voir état" +#: ../../include/conversation.php:959 ../../include/nav.php:86 +#: ../../mod/connedit.php:507 +msgid "View Profile" +msgstr "Voir le profil" -#: ../../include/conversation.php:941 -msgid "View Photos" -msgstr "Voir photos" +#: ../../include/conversation.php:960 +msgid "Activity/Posts" +msgstr "Activité/Publications" -#: ../../include/conversation.php:942 -msgid "Matrix Activity" -msgstr "Activité sur la matrice" +#: ../../include/conversation.php:962 +msgid "Edit Connection" +msgstr "Modifier le contact" -#: ../../include/conversation.php:943 -msgid "Edit Contact" -msgstr "Éditer contact" +#: ../../include/conversation.php:963 +msgid "Message" +msgstr "Message" -#: ../../include/conversation.php:944 -msgid "Send PM" -msgstr "Envoyer un Message Privé" +#: ../../include/conversation.php:964 ../../mod/ratings.php:99 +msgid "Ratings" +msgstr "Evaluations" -#: ../../include/conversation.php:1001 +#: ../../include/conversation.php:1080 #, php-format msgid "%s likes this." msgstr "%s aime ça." -#: ../../include/conversation.php:1001 +#: ../../include/conversation.php:1080 #, php-format msgid "%s doesn't like this." -msgstr "%s déteste ça." +msgstr "%s n'aime pas ça." -#: ../../include/conversation.php:1005 +#: ../../include/conversation.php:1084 #, php-format msgid "<span %1$s>%2$d people</span> like this." msgid_plural "<span %1$s>%2$d people</span> like this." -msgstr[0] "" -msgstr[1] "<span %1$s>%2$d personne(s)</span> aime(nt) ça." +msgstr[0] "<span %1$s>%2$d personne</span> aime ceci." +msgstr[1] "<span %1$s>%2$d personnes</span> aiment ceci." -#: ../../include/conversation.php:1007 +#: ../../include/conversation.php:1086 #, php-format msgid "<span %1$s>%2$d people</span> don't like this." msgid_plural "<span %1$s>%2$d people</span> don't like this." -msgstr[0] "" -msgstr[1] "<span %1$s>%2$d personne(s)</span> déteste(nt) ça." +msgstr[0] "<span %1$s>%2$d personne</span> n'aime pas ça." +msgstr[1] "<span %1$s>%2$d personnes</span> n'aiment pas ça." -#: ../../include/conversation.php:1013 +#: ../../include/conversation.php:1092 msgid "and" msgstr "et" -#: ../../include/conversation.php:1016 +#: ../../include/conversation.php:1095 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] ", et %d autre(s) personne(s)" +msgstr[0] ", et %d autre personne" +msgstr[1] ", et %d autres personnes" -#: ../../include/conversation.php:1017 +#: ../../include/conversation.php:1096 #, php-format msgid "%s like this." msgstr "%s aime ça." -#: ../../include/conversation.php:1017 +#: ../../include/conversation.php:1096 #, php-format msgid "%s don't like this." -msgstr "%s déteste ça." +msgstr "%s n'aime pas ça." -#: ../../include/conversation.php:1074 +#: ../../include/conversation.php:1164 msgid "Visible to <strong>everybody</strong>" msgstr "Visible par <strong>tout le monde</strong>" -#: ../../include/conversation.php:1075 ../../mod/mail.php:167 -#: ../../mod/mail.php:279 +#: ../../include/conversation.php:1165 ../../mod/mail.php:202 +#: ../../mod/mail.php:316 msgid "Please enter a link URL:" msgstr "Merci d'entrer l'URL d'un lien :" -#: ../../include/conversation.php:1076 +#: ../../include/conversation.php:1166 msgid "Please enter a video link/URL:" msgstr "Merci d'entrer l'URL d'une video :" -#: ../../include/conversation.php:1077 +#: ../../include/conversation.php:1167 msgid "Please enter an audio link/URL:" -msgstr "Merci d'entrer l'URL d'un contenu audio :" +msgstr "Merci d'entrer l'URL d'un contenu audio&nsbp;:" -#: ../../include/conversation.php:1078 +#: ../../include/conversation.php:1168 msgid "Tag term:" msgstr "Étiquette :" -#: ../../include/conversation.php:1079 ../../mod/filer.php:49 +#: ../../include/conversation.php:1169 ../../mod/filer.php:48 msgid "Save to Folder:" msgstr "Classer dans le dossier :" -#: ../../include/conversation.php:1080 +#: ../../include/conversation.php:1170 msgid "Where are you right now?" -msgstr "Où êtes-vous présentement?" +msgstr "Où êtes-vous en ce moment ?" -#: ../../include/conversation.php:1081 ../../mod/editpost.php:52 -#: ../../mod/mail.php:168 ../../mod/mail.php:280 +#: ../../include/conversation.php:1171 ../../mod/editpost.php:56 +#: ../../mod/mail.php:203 ../../mod/mail.php:317 msgid "Expires YYYY-MM-DD HH:MM" -msgstr "Expire YYYY-MM-DD HH:MM" +msgstr "Expire le YYYY-MM-DD à HH:MM" + +#: ../../include/conversation.php:1179 ../../include/page_widgets.php:40 +#: ../../include/ItemObject.php:712 ../../mod/editblock.php:171 +#: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212 +#: ../../mod/events.php:458 ../../mod/photos.php:1060 +#: ../../mod/webpages.php:188 +msgid "Preview" +msgstr "Aperçu" -#: ../../include/conversation.php:1105 ../../mod/photos.php:982 -#: ../../mod/layouts.php:113 +#: ../../include/conversation.php:1202 ../../mod/blocks.php:154 +#: ../../mod/layouts.php:184 ../../mod/photos.php:1039 +#: ../../mod/webpages.php:182 msgid "Share" msgstr "Partager" -#: ../../include/conversation.php:1107 ../../mod/editwebpage.php:139 -msgid "Page link title" -msgstr "Titre du lien vers la page" +#: ../../include/conversation.php:1204 +msgid "Page link name" +msgstr "Nom du lien vers la page" -#: ../../include/conversation.php:1110 +#: ../../include/conversation.php:1207 msgid "Post as" msgstr "Publier en tant que" -#: ../../include/conversation.php:1111 ../../mod/editblock.php:112 -#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 -#: ../../mod/editwebpage.php:144 ../../mod/mail.php:228 ../../mod/mail.php:342 +#: ../../include/conversation.php:1209 ../../include/ItemObject.php:704 +#: ../../mod/editblock.php:136 ../../mod/editlayout.php:135 +#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:177 +msgid "Bold" +msgstr "Gras" + +#: ../../include/conversation.php:1210 ../../include/ItemObject.php:705 +#: ../../mod/editblock.php:137 ../../mod/editlayout.php:136 +#: ../../mod/editpost.php:114 ../../mod/editwebpage.php:178 +msgid "Italic" +msgstr "Italique" + +#: ../../include/conversation.php:1211 ../../include/ItemObject.php:706 +#: ../../mod/editblock.php:138 ../../mod/editlayout.php:137 +#: ../../mod/editpost.php:115 ../../mod/editwebpage.php:179 +msgid "Underline" +msgstr "Souligné" + +#: ../../include/conversation.php:1212 ../../include/ItemObject.php:707 +#: ../../mod/editblock.php:139 ../../mod/editlayout.php:138 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:180 +msgid "Quote" +msgstr "Citation" + +#: ../../include/conversation.php:1213 ../../include/ItemObject.php:708 +#: ../../mod/editblock.php:140 ../../mod/editlayout.php:139 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:181 +msgid "Code" +msgstr "Code" + +#: ../../include/conversation.php:1214 ../../mod/editblock.php:142 +#: ../../mod/editlayout.php:140 ../../mod/editpost.php:118 +#: ../../mod/editwebpage.php:182 msgid "Upload photo" msgstr "Téléverser une photo" -#: ../../include/conversation.php:1112 +#: ../../include/conversation.php:1215 msgid "upload photo" msgstr "téléverser une photo" -#: ../../include/conversation.php:1113 ../../mod/editblock.php:113 -#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 -#: ../../mod/editwebpage.php:145 ../../mod/mail.php:229 ../../mod/mail.php:343 +#: ../../include/conversation.php:1216 ../../mod/editblock.php:143 +#: ../../mod/editlayout.php:141 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:183 ../../mod/mail.php:248 ../../mod/mail.php:378 msgid "Attach file" -msgstr "Attacher un fichier" +msgstr "Joindre un fichier" -#: ../../include/conversation.php:1114 +#: ../../include/conversation.php:1217 msgid "attach file" -msgstr "attacher un fichier" +msgstr "joindre un fichier" -#: ../../include/conversation.php:1115 ../../mod/editblock.php:114 -#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 -#: ../../mod/editwebpage.php:146 ../../mod/mail.php:230 ../../mod/mail.php:344 +#: ../../include/conversation.php:1218 ../../mod/editblock.php:144 +#: ../../mod/editlayout.php:142 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:184 ../../mod/mail.php:249 ../../mod/mail.php:379 msgid "Insert web link" msgstr "Insérer lien web" -#: ../../include/conversation.php:1116 +#: ../../include/conversation.php:1219 msgid "web link" msgstr "lien web" -#: ../../include/conversation.php:1117 +#: ../../include/conversation.php:1220 msgid "Insert video link" msgstr "Insérer lien vidéo" -#: ../../include/conversation.php:1118 +#: ../../include/conversation.php:1221 msgid "video link" msgstr "lien vidéo" -#: ../../include/conversation.php:1119 +#: ../../include/conversation.php:1222 msgid "Insert audio link" msgstr "Insérer un lien audio" -#: ../../include/conversation.php:1120 +#: ../../include/conversation.php:1223 msgid "audio link" msgstr "lien audio" -#: ../../include/conversation.php:1121 ../../mod/editblock.php:118 -#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119 -#: ../../mod/editwebpage.php:150 +#: ../../include/conversation.php:1224 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:146 ../../mod/editpost.php:124 +#: ../../mod/editwebpage.php:188 msgid "Set your location" msgstr "Spécifier votre emplacement géographique" -#: ../../include/conversation.php:1122 +#: ../../include/conversation.php:1225 msgid "set location" msgstr "spécifier l'emplacement géographique" -#: ../../include/conversation.php:1123 ../../mod/editblock.php:119 -#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120 -#: ../../mod/editwebpage.php:151 +#: ../../include/conversation.php:1226 ../../mod/editpost.php:126 +msgid "Toggle voting" +msgstr "(Dés)activer le vote" + +#: ../../include/conversation.php:1229 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:147 ../../mod/editpost.php:125 +#: ../../mod/editwebpage.php:189 msgid "Clear browser location" -msgstr "Nettoyer l'emplacement géographique du navigateur" +msgstr "Supprimer l'emplacement géographique du navigateur" -#: ../../include/conversation.php:1124 +#: ../../include/conversation.php:1230 msgid "clear location" -msgstr "nettoyer l'emplacement géographique" - -#: ../../include/conversation.php:1126 ../../mod/editblock.php:132 -#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 -#: ../../mod/editwebpage.php:167 -msgid "Set title" -msgstr "Spécifier le titre" - -#: ../../include/conversation.php:1129 ../../mod/editblock.php:135 -#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 -#: ../../mod/editwebpage.php:169 -msgid "Categories (comma-separated list)" -msgstr "Catégories (séparées par des virgules)" - -#: ../../include/conversation.php:1131 ../../mod/editblock.php:121 -#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 -#: ../../mod/editwebpage.php:153 +msgstr "supprimer l'emplacement géographique" + +#: ../../include/conversation.php:1232 ../../mod/editblock.php:162 +#: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205 +msgid "Title (optional)" +msgstr "Titre (facultatif)" + +#: ../../include/conversation.php:1236 ../../mod/editblock.php:165 +#: ../../mod/editlayout.php:163 ../../mod/editpost.php:143 +#: ../../mod/editwebpage.php:207 +msgid "Categories (optional, comma-separated list)" +msgstr "Catégories (facultatives, séparées par des virgules)" + +#: ../../include/conversation.php:1238 ../../mod/editblock.php:151 +#: ../../mod/editlayout.php:149 ../../mod/editpost.php:130 +#: ../../mod/editwebpage.php:191 ../../mod/events.php:459 msgid "Permission settings" -msgstr "Permissions" +msgstr "Gérer les autorisations" -#: ../../include/conversation.php:1132 +#: ../../include/conversation.php:1239 msgid "permissions" -msgstr "permissions" +msgstr "autorisations" -#: ../../include/conversation.php:1139 ../../mod/editblock.php:129 -#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 -#: ../../mod/editwebpage.php:162 +#: ../../include/conversation.php:1247 ../../mod/editblock.php:159 +#: ../../mod/editlayout.php:156 ../../mod/editpost.php:138 +#: ../../mod/editwebpage.php:200 msgid "Public post" msgstr "Contenu public" -#: ../../include/conversation.php:1141 ../../mod/editblock.php:136 -#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135 -#: ../../mod/editwebpage.php:170 +#: ../../include/conversation.php:1249 ../../mod/editblock.php:166 +#: ../../mod/editlayout.php:164 ../../mod/editpost.php:144 +#: ../../mod/editwebpage.php:208 msgid "Example: bob@example.com, mary@example.com" -msgstr "Exemple: robert@exemple.com, marie@exemple.com" +msgstr "Exemple: julien@exemple.com, marie@exemple.com" -#: ../../include/conversation.php:1154 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 -#: ../../mod/editwebpage.php:179 ../../mod/mail.php:235 ../../mod/mail.php:349 +#: ../../include/conversation.php:1262 ../../mod/editblock.php:176 +#: ../../mod/editlayout.php:173 ../../mod/editpost.php:155 +#: ../../mod/editwebpage.php:217 ../../mod/mail.php:253 ../../mod/mail.php:383 msgid "Set expiration date" msgstr "Définir la date d'expiration" -#: ../../include/conversation.php:1156 ../../include/ItemObject.php:595 -#: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351 +#: ../../include/conversation.php:1265 +msgid "Set publish date" +msgstr "Définir la date de publication" + +#: ../../include/conversation.php:1267 ../../include/ItemObject.php:715 +#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385 msgid "Encrypt text" msgstr "Chiffrer le texte" -#: ../../include/conversation.php:1158 ../../mod/editpost.php:150 +#: ../../include/conversation.php:1269 ../../mod/editpost.php:159 msgid "OK" -msgstr "Ok" +msgstr "OK" -#: ../../include/conversation.php:1159 ../../mod/settings.php:518 -#: ../../mod/settings.php:544 ../../mod/editpost.php:151 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 +#: ../../include/conversation.php:1270 ../../mod/editpost.php:160 +#: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112 +#: ../../mod/settings.php:587 ../../mod/settings.php:613 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 msgid "Cancel" msgstr "Annuler" -#: ../../include/conversation.php:1401 +#: ../../include/conversation.php:1513 msgid "Discover" msgstr "À découvrir" -#: ../../include/conversation.php:1404 +#: ../../include/conversation.php:1516 msgid "Imported public streams" msgstr "Flux publics importés" -#: ../../include/conversation.php:1409 +#: ../../include/conversation.php:1521 msgid "Commented Order" -msgstr "Commentaires Récents" +msgstr "Par date de commentaire" -#: ../../include/conversation.php:1412 +#: ../../include/conversation.php:1524 msgid "Sort by Comment Date" msgstr "Trier par date de dernier commentaire" -#: ../../include/conversation.php:1416 +#: ../../include/conversation.php:1528 msgid "Posted Order" -msgstr "Publications Récentes" +msgstr "Par date de publication" -#: ../../include/conversation.php:1419 +#: ../../include/conversation.php:1531 msgid "Sort by Post Date" msgstr "Trier par date de publication" -#: ../../include/conversation.php:1424 ../../include/widgets.php:82 +#: ../../include/conversation.php:1536 ../../include/widgets.php:105 msgid "Personal" -msgstr "Personnel" +msgstr "Me concernant" -#: ../../include/conversation.php:1427 +#: ../../include/conversation.php:1539 msgid "Posts that mention or involve you" msgstr "Publications qui vous mentionnent ou vous concernent d'une manière ou d'une autre" -#: ../../include/conversation.php:1433 ../../mod/connections.php:211 -#: ../../mod/connections.php:224 ../../mod/menu.php:61 +#: ../../include/conversation.php:1545 ../../mod/connections.php:72 +#: ../../mod/connections.php:82 ../../mod/menu.php:112 msgid "New" msgstr "Nouveautés" -#: ../../include/conversation.php:1436 +#: ../../include/conversation.php:1548 msgid "Activity Stream - by date" msgstr "Flux d'activité - par date" -#: ../../include/conversation.php:1442 +#: ../../include/conversation.php:1554 msgid "Starred" -msgstr "Mis en avant" +msgstr "Mis en avant (étoiles)" -#: ../../include/conversation.php:1445 +#: ../../include/conversation.php:1557 msgid "Favourite Posts" msgstr "Publications préférées" -#: ../../include/conversation.php:1452 +#: ../../include/conversation.php:1564 msgid "Spam" msgstr "Indésirable" -#: ../../include/conversation.php:1455 +#: ../../include/conversation.php:1567 msgid "Posts flagged as SPAM" msgstr "Publications marquées comme indésirables" -#: ../../include/conversation.php:1491 ../../mod/admin.php:901 +#: ../../include/conversation.php:1611 ../../mod/admin.php:1157 msgid "Channel" msgstr "Canal" -#: ../../include/conversation.php:1494 +#: ../../include/conversation.php:1614 msgid "Status Messages and Posts" msgstr "Messages d'état et contributions" -#: ../../include/conversation.php:1503 +#: ../../include/conversation.php:1623 msgid "About" msgstr "À propos" -#: ../../include/conversation.php:1506 +#: ../../include/conversation.php:1626 msgid "Profile Details" msgstr "Détails du profil" -#: ../../include/conversation.php:1524 +#: ../../include/conversation.php:1635 ../../include/photos.php:506 +msgid "Photo Albums" +msgstr "Albums photo" + +#: ../../include/conversation.php:1642 msgid "Files and Storage" msgstr "Fichiers et Stockage" -#: ../../include/conversation.php:1533 ../../include/conversation.php:1536 +#: ../../include/conversation.php:1652 ../../include/conversation.php:1655 msgid "Chatrooms" msgstr "Salons de clavardage" -#: ../../include/conversation.php:1546 +#: ../../include/conversation.php:1668 msgid "Saved Bookmarks" msgstr "Favoris sauvegardés" -#: ../../include/conversation.php:1557 +#: ../../include/conversation.php:1678 msgid "Manage Webpages" msgstr "Gérer les pages web" -#: ../../include/features.php:23 -msgid "General Features" -msgstr "Fonctionnalités générales" - -#: ../../include/features.php:25 -msgid "Content Expiration" -msgstr "Expiration de contenu" - -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "Supprimer les contributions/commentaires et/ou messages privés plus tard" - -#: ../../include/features.php:26 -msgid "Multiple Profiles" -msgstr "Profils multiples" - -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" -msgstr "Possibilité de créer plusieurs profils" - -#: ../../include/features.php:27 -msgid "Advanced Profiles" -msgstr "Profils Avancés" - -#: ../../include/features.php:27 -msgid "Additional profile sections and selections" -msgstr "Sections additionnelles du profil" - -#: ../../include/features.php:28 -msgid "Profile Import/Export" -msgstr "Importer/Exporter le profil" - -#: ../../include/features.php:28 -msgid "Save and load profile details across sites/channels" -msgstr "Distribuer les détails du profil sur la matrice." - -#: ../../include/features.php:29 -msgid "Web Pages" -msgstr "Pages web" - -#: ../../include/features.php:29 -msgid "Provide managed web pages on your channel" -msgstr "Fournir des pages web, sous votre contrôle, sur votre canal" - -#: ../../include/features.php:30 -msgid "Private Notes" -msgstr "Notes privées" - -#: ../../include/features.php:30 -msgid "Enables a tool to store notes and reminders" -msgstr "Active un outil pour stocker notes et mémos" - -#: ../../include/features.php:35 -msgid "Extended Identity Sharing" -msgstr "Partage d'identité étendue" +#: ../../include/conversation.php:1707 ../../include/ItemObject.php:175 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1093 +#: ../../mod/photos.php:1105 +msgid "View all" +msgstr "Voir tout" -#: ../../include/features.php:35 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." -msgstr "Partage votre identité avec tous les sites web du Monde. Si décoché, l'identité sera seulement partagée avec les sites de la matrice." +#: ../../include/conversation.php:1731 ../../include/taxonomy.php:415 +#: ../../include/identity.php:1268 ../../include/ItemObject.php:179 +#: ../../mod/photos.php:1097 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Aime" +msgstr[1] "Aime" -#: ../../include/features.php:36 -msgid "Expert Mode" -msgstr "Mode expert" +#: ../../include/conversation.php:1734 ../../include/ItemObject.php:184 +#: ../../mod/photos.php:1102 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "N'aime pas" +msgstr[1] "N'aime pas" -#: ../../include/features.php:36 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Activer le mode expert pour accéder aux options avancées" +#: ../../include/conversation.php:1737 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Participe" +msgstr[1] "Participent" -#: ../../include/features.php:37 -msgid "Premium Channel" -msgstr "Canal VIP" +#: ../../include/conversation.php:1740 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Ne participe pas" +msgstr[1] "Ne participent pas" -#: ../../include/features.php:37 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Vous permet d'appliquer des règles et restrictions aux relations de votre canal" +#: ../../include/conversation.php:1743 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Indécis(e)" +msgstr[1] "Indécis(es)" -#: ../../include/features.php:42 -msgid "Post Composition Features" -msgstr "Fonctionnalités de composition" +#: ../../include/conversation.php:1746 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "D'accord" +msgstr[1] "D'accord" -#: ../../include/features.php:44 -msgid "Use Markdown" -msgstr "Utiliser Markdown" +#: ../../include/conversation.php:1749 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "Pas d'accord" +msgstr[1] "Pas d'accord" -#: ../../include/features.php:44 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "Authoriser l'usage de \"Markdown\" pour le format des partages" +#: ../../include/conversation.php:1752 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "S'abstient" +msgstr[1] "S'abstiennent" -#: ../../include/features.php:45 -msgid "Post Preview" -msgstr "Aperçu avant publication" +#: ../../include/datetime.php:48 +msgid "Miscellaneous" +msgstr "Divers" -#: ../../include/features.php:45 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Permettre de prévisualiser les publications/commentaires" +#: ../../include/datetime.php:132 +msgid "YYYY-MM-DD or MM-DD" +msgstr "AAAA-MM-JJ ou MM-JJ" -#: ../../include/features.php:46 ../../include/widgets.php:503 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Canaux sources" +#: ../../include/datetime.php:236 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442 +msgid "Required" +msgstr "Requis" -#: ../../include/features.php:46 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Importe automatiquement le contenus d'autres canaux ou flux dans le canal en cours" +#: ../../include/datetime.php:263 ../../boot.php:2349 +msgid "never" +msgstr "jamais" -#: ../../include/features.php:47 -msgid "Even More Encryption" -msgstr "Encore plus de chiffrement" +#: ../../include/datetime.php:269 +msgid "less than a second ago" +msgstr "à l'instant" -#: ../../include/features.php:47 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Permettre le chiffrement - optionnel - du contenu de bout-en-bout au moyen d'un secret partagé" +#: ../../include/datetime.php:272 +msgid "year" +msgstr "année" -#: ../../include/features.php:52 -msgid "Network and Stream Filtering" -msgstr "Filtrage du réseau et des flux" +#: ../../include/datetime.php:272 +msgid "years" +msgstr "années" -#: ../../include/features.php:53 -msgid "Search by Date" -msgstr "Chercher par date" +#: ../../include/datetime.php:273 +msgid "month" +msgstr "mois" -#: ../../include/features.php:53 -msgid "Ability to select posts by date ranges" -msgstr "Pouvoir choisir des publications par date" +#: ../../include/datetime.php:273 +msgid "months" +msgstr "mois" -#: ../../include/features.php:54 -msgid "Collections Filter" -msgstr "Filtre des collections" +#: ../../include/datetime.php:274 +msgid "week" +msgstr "semaine" -#: ../../include/features.php:54 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Activer une boîte qui permet de filtrer les publications du réseau parmi les collections selectionnées" +#: ../../include/datetime.php:274 +msgid "weeks" +msgstr "semaines" -#: ../../include/features.php:55 ../../include/widgets.php:265 -msgid "Saved Searches" -msgstr "Recherches sauvées" +#: ../../include/datetime.php:275 +msgid "day" +msgstr "jour" -#: ../../include/features.php:55 -msgid "Save search terms for re-use" -msgstr "Sauver des termes de recherche pour utilisation ultérieure" +#: ../../include/datetime.php:275 +msgid "days" +msgstr "jours" -#: ../../include/features.php:56 -msgid "Network Personal Tab" -msgstr "Onglet \"réseau personnel\"" +#: ../../include/datetime.php:276 +msgid "hour" +msgstr "heure" -#: ../../include/features.php:56 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Activer un onglet affichant seulement les publications du réseau sur lesquelles vous êtes intervenu" +#: ../../include/datetime.php:276 +msgid "hours" +msgstr "heures" -#: ../../include/features.php:57 -msgid "Network New Tab" -msgstr "Onglet \"nouveautés réseau\"" +#: ../../include/datetime.php:277 +msgid "minute" +msgstr "minute" -#: ../../include/features.php:57 -msgid "Enable tab to display all new Network activity" -msgstr "Activer un onglet avec toute activité récente sur le réseau" +#: ../../include/datetime.php:277 +msgid "minutes" +msgstr "minutes" -#: ../../include/features.php:58 -msgid "Affinity Tool" -msgstr "Gérer l'affinité" +#: ../../include/datetime.php:278 +msgid "second" +msgstr "seconde" -#: ../../include/features.php:58 -msgid "Filter stream activity by depth of relationships" -msgstr "Filtrer le flux d'activité en fonction de la profondeur des relations" +#: ../../include/datetime.php:278 +msgid "seconds" +msgstr "secondes" -#: ../../include/features.php:59 -msgid "Suggest Channels" -msgstr "Suggérer des canaux" +#: ../../include/datetime.php:286 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" +msgstr "il y a %1$d %2$s" -#: ../../include/features.php:59 -msgid "Show channel suggestions" -msgstr "Montrer les suggestions de canaux" +#: ../../include/datetime.php:520 +#, php-format +msgid "%1$s's birthday" +msgstr "Anniversaire de %1$s" -#: ../../include/features.php:64 -msgid "Post/Comment Tools" -msgstr "Gérer les publications/commentaires" +#: ../../include/datetime.php:521 +#, php-format +msgid "Happy Birthday %1$s" +msgstr "Joyeux Anniversaire %1$s" -#: ../../include/features.php:66 -msgid "Edit Sent Posts" -msgstr "Éditer les publications envoyées" +#: ../../include/dba/dba_driver.php:141 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Impossible de trouver les infos DNS du serveur de BDD '%s'" -#: ../../include/features.php:66 -msgid "Edit and correct posts and comments after sending" -msgstr "Permettre d'éditer/corriger les publications/commentaires après envoi" +#: ../../include/dir_fns.php:139 +msgid "Directory Options" +msgstr "Options d'annuaire" -#: ../../include/features.php:67 -msgid "Tagging" -msgstr "Étiquettes" +#: ../../include/dir_fns.php:141 +msgid "Safe Mode" +msgstr "Mode sûr" -#: ../../include/features.php:67 -msgid "Ability to tag existing posts" -msgstr "Permettre de marquer les publications existantes" +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/api.php:102 +#: ../../mod/connedit.php:644 ../../mod/connedit.php:693 +#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../mod/photos.php:634 ../../mod/admin.php:425 ../../mod/removeme.php:60 +#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1522 +msgid "No" +msgstr "Non" -#: ../../include/features.php:68 -msgid "Post Categories" -msgstr "Catégoriser les publications" +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/api.php:101 +#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../mod/photos.php:634 ../../mod/admin.php:427 ../../mod/removeme.php:60 +#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1522 +msgid "Yes" +msgstr "Oui" -#: ../../include/features.php:68 -msgid "Add categories to your posts" -msgstr "Ajouter des catégories à vos publications" +#: ../../include/dir_fns.php:142 +msgid "Public Forums Only" +msgstr "Les forums publics uniquement" -#: ../../include/features.php:69 -msgid "Ability to file posts under folders" -msgstr "Permettre de classer les publications dans des dossiers" +#: ../../include/dir_fns.php:143 +msgid "This Website Only" +msgstr "Ce site uniquement" -#: ../../include/features.php:70 -msgid "Dislike Posts" -msgstr "Détester les publications" +#: ../../include/event.php:768 +msgid "This event has been added to your calendar." +msgstr "Cet évènement a été ajouté dans votre calendrier." -#: ../../include/features.php:70 -msgid "Ability to dislike posts/comments" -msgstr "Pouvoir détester les publications/commentaires" +#: ../../include/event.php:967 +msgid "Not specified" +msgstr "Non spécifié" -#: ../../include/features.php:71 -msgid "Star Posts" -msgstr "Mettre en avant les publications" +#: ../../include/event.php:968 +msgid "Needs Action" +msgstr "Besoin d'une action" -#: ../../include/features.php:71 -msgid "Ability to mark special posts with a star indicator" -msgstr "Pouvoir marquer certaines publications d'une étoile" +#: ../../include/event.php:969 +msgid "Completed" +msgstr "Terminé" -#: ../../include/features.php:72 -msgid "Tag Cloud" -msgstr "Nuage de tags" +#: ../../include/event.php:970 +msgid "In Process" +msgstr "En cours" -#: ../../include/features.php:72 -msgid "Provide a personal tag cloud on your channel page" -msgstr "Afficher un nuage de vos tags sur votre canal" +#: ../../include/event.php:971 +msgid "Cancelled" +msgstr "Annulé" -#: ../../include/follow.php:23 +#: ../../include/follow.php:28 msgid "Channel is blocked on this site." msgstr "Ce canal est bloqué sur ce site." -#: ../../include/follow.php:28 +#: ../../include/follow.php:33 msgid "Channel location missing." msgstr "Emplacement du canal introuvable." -#: ../../include/follow.php:54 +#: ../../include/follow.php:82 msgid "Response from remote channel was incomplete." msgstr "La réponse du canal distant était incomplète." -#: ../../include/follow.php:85 +#: ../../include/follow.php:99 msgid "Channel was deleted and no longer exists." msgstr "Le canal a été supprimé et n'existe plus." -#: ../../include/follow.php:132 +#: ../../include/follow.php:153 ../../include/follow.php:183 +msgid "Protocol disabled." +msgstr "Protocole désactivé." + +#: ../../include/follow.php:173 msgid "Channel discovery failed." -msgstr "La tentative d'accéder au canal a échouée." +msgstr "La tentative d'accéder au canal a échoué." -#: ../../include/follow.php:149 +#: ../../include/follow.php:199 msgid "local account not found." msgstr "compte local introuvable." -#: ../../include/follow.php:158 +#: ../../include/follow.php:224 msgid "Cannot connect to yourself." msgstr "Ne peut pas se connecter à vous." -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Il manque le nom du salon" - -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Un salon de ce nom existe déjà " - -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Identifiant de salon invalide." - -#: ../../include/chat.php:105 -msgid "Room not found." -msgstr "Salon introuvable." - -#: ../../include/chat.php:126 -msgid "Room is full" -msgstr "Le salon est plein" - -#: ../../include/items.php:295 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 -#: ../../mod/frphotos.php:69 ../../index.php:360 -msgid "Permission denied" -msgstr "Accès refusé" - -#: ../../include/items.php:830 -msgid "(Unknown)" -msgstr "(Inconnu)" - -#: ../../include/items.php:959 -msgid "Visible to anybody on the internet." -msgstr "Visible à tout le monde sur internet." - -#: ../../include/items.php:961 -msgid "Visible to you only." -msgstr "Visible pour vous seulement." - -#: ../../include/items.php:963 -msgid "Visible to anybody in this network." -msgstr "Visible sur toute la Matrice." - -#: ../../include/items.php:965 -msgid "Visible to anybody authenticated." -msgstr "Visible aux utilisateurs authentifiés." - -#: ../../include/items.php:967 -#, php-format -msgid "Visible to anybody on %s." -msgstr "Visible pour tous sur %s." - -#: ../../include/items.php:969 -msgid "Visible to all connections." -msgstr "Visible pour tous les contacts." - -#: ../../include/items.php:971 -msgid "Visible to approved connections." -msgstr "Visible aux contacts approuvés." - -#: ../../include/items.php:3649 ../../mod/home.php:67 ../../mod/display.php:32 -#: ../../mod/filestorage.php:18 ../../mod/admin.php:168 -#: ../../mod/admin.php:932 ../../mod/admin.php:1135 ../../mod/thing.php:78 -#: ../../mod/viewsrc.php:18 -msgid "Item not found." -msgstr "Élément introuvable." - -#: ../../include/items.php:4082 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Collection introuvable." - -#: ../../include/items.php:4097 -msgid "Collection is empty." -msgstr "Collection vide." - -#: ../../include/items.php:4104 -#, php-format -msgid "Collection: %s" -msgstr "Collection : %s" - -#: ../../include/items.php:4115 -#, php-format -msgid "Connection: %s" -msgstr "Relation : %s" - -#: ../../include/items.php:4118 -msgid "Connection not found." -msgstr "Relation introuvable." - -#: ../../include/group.php:25 +#: ../../include/group.php:26 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 "Un groupe supprimé portant ce nom a été ressuscité. Les permissions liées aux éléments existants <strong>peuvent</strong> s'appliquer au groupe et aux membres futurs. Si ce n'est pas ce que vous attendiez, merci de recréer un nouveau groupe avec un nom différent." +msgstr "Un groupe supprimé portant ce nom a été ressuscité. Les permissions liées aux éléments existants <strong>peuvent</strong> s'appliquer au groupe et aux membres futurs. Si ce n'est pas ce que vous attendiez, merci de créer un autre groupe avec un nom différent." -#: ../../include/group.php:234 -msgid "Default privacy group for new contacts" -msgstr "Groupe de confidentialité par défaut pour les nouveaux contacts" +#: ../../include/group.php:232 +msgid "Add new connections to this privacy group" +msgstr "Ajouter de nouveaux contacts à ce groupe d'accès" -#: ../../include/group.php:253 ../../mod/admin.php:772 +#: ../../include/group.php:251 ../../mod/admin.php:998 msgid "All Channels" -msgstr "Tous canaux" +msgstr "Tous les canaux" -#: ../../include/group.php:275 +#: ../../include/group.php:273 msgid "edit" -msgstr "éditer" +msgstr "modifier" + +#: ../../include/group.php:295 ../../include/features.php:82 +msgid "Privacy Groups" +msgstr "Groupes d'accès" #: ../../include/group.php:296 -msgid "Collections" -msgstr "Collections" +msgid "Edit group" +msgstr "Modifier le groupe" #: ../../include/group.php:297 -msgid "Edit collection" -msgstr "Éditer collection" +msgid "Add privacy group" +msgstr "Ajouter un groupe d'accès" #: ../../include/group.php:298 -msgid "Create a new collection" -msgstr "Créer une nouvelle collection" - -#: ../../include/group.php:299 -msgid "Channels not in any collection" -msgstr "Ces canaux ne sont dans aucune collection" +msgid "Channels not in any privacy group" +msgstr "Canaux n'étant dans aucun groupe d'accès" -#: ../../include/group.php:301 ../../include/widgets.php:266 +#: ../../include/group.php:300 ../../include/widgets.php:285 msgid "add" msgstr "ajouter" -#: ../../include/identity.php:30 ../../mod/item.php:1297 -msgid "Unable to obtain identity information from database" -msgstr "Impossible d'obtenir les données d'identité depuis la base de données" +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "L'import a échoué. Un canal existe déjà avec ce nom" -#: ../../include/identity.php:63 -msgid "Empty name" -msgstr "Nom vide" +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." +msgstr "Echec du clonage du canal. Echec de l'impot." -#: ../../include/identity.php:65 -msgid "Name too long" -msgstr "Nom trop long" +#: ../../include/import.php:80 ../../mod/import.php:148 +msgid "Cloned channel not found. Import failed." +msgstr "Canal cloné non trouvé. Echec de l'import." -#: ../../include/identity.php:166 -msgid "No account identifier" -msgstr "Pas d'identifiant de compte" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Supprimer cet élément?" -#: ../../include/identity.php:176 -msgid "Nickname is required." -msgstr "Un surnom est requis." +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:702 +#: ../../mod/photos.php:1058 ../../mod/photos.php:1176 +msgid "Comment" +msgstr "Commenter" -#: ../../include/identity.php:190 -msgid "Reserved nickname. Please choose another." -msgstr "Pseudonyme réservé. Merci d'en choisir un autre." +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413 +msgid "[+] show all" +msgstr "[+] voir tous" -#: ../../include/identity.php:195 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "Le surnom contient des caractères interdits, ou est déjà pris sur ce site." +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "[-] montrer moins" -#: ../../include/identity.php:258 -msgid "Unable to retrieve created identity" -msgstr "Impossible de récupérer l'identité créée" +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "[+] déplier" -#: ../../include/identity.php:317 -msgid "Default Profile" -msgstr "Profil par défaut" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "[-] replier" -#: ../../include/identity.php:342 ../../include/widgets.php:400 -#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:473 -msgid "Friends" -msgstr "Amis" +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Mot de passe trop court" -#: ../../include/identity.php:509 -msgid "Requested channel is not available." -msgstr "Canal demandé non-disponible." +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Les mots de passe ne correspondent pas" -#: ../../include/identity.php:557 ../../mod/achievements.php:8 -#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13 -#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8 -#: ../../mod/webpages.php:8 ../../mod/hcard.php:8 -msgid "Requested profile is not available." -msgstr "Profil demandé inaccessible." +#: ../../include/js_strings.php:13 ../../mod/photos.php:41 +msgid "everybody" +msgstr "tout le monde" -#: ../../include/identity.php:706 ../../include/widgets.php:128 -#: ../../include/widgets.php:168 ../../include/Contact.php:107 -#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 -#: ../../mod/suggest.php:51 ../../mod/match.php:62 -msgid "Connect" -msgstr "Ajouter" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Phrase de passe secrète" -#: ../../include/identity.php:720 ../../mod/profiles.php:695 -msgid "Change profile photo" -msgstr "Changer la photo du profil" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Indice pour la phrase de passe" -#: ../../include/identity.php:726 -msgid "Profiles" -msgstr "Profils" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Note : Les permissions ont changées, mais n'ont pas encore été sauvées." -#: ../../include/identity.php:726 -msgid "Manage/edit profiles" -msgstr "Gérer/éditer les profils" +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "fermer tout" -#: ../../include/identity.php:727 ../../mod/profiles.php:696 -msgid "Create New Profile" -msgstr "Créer un nouveau profil" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "Aucun nouveau contenu trouvé" -#: ../../include/identity.php:741 ../../mod/profiles.php:707 -msgid "Profile Image" -msgstr "Image du profil" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" +msgstr "Evaluer ce canal (publiquement)" -#: ../../include/identity.php:744 -msgid "visible to everybody" -msgstr "visible pour tous" +#: ../../include/js_strings.php:20 ../../mod/connedit.php:703 +#: ../../mod/rate.php:157 +msgid "Rating" +msgstr "Evaluation" -#: ../../include/identity.php:745 ../../mod/profiles.php:591 -#: ../../mod/profiles.php:711 -msgid "Edit visibility" -msgstr "Éditer la visibilité" - -#: ../../include/identity.php:759 ../../include/identity.php:983 -#: ../../mod/directory.php:158 -msgid "Gender:" -msgstr "Sexe :" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" +msgstr "Description (facultative)" + +#: ../../include/js_strings.php:22 ../../include/widgets.php:699 +#: ../../include/widgets.php:711 ../../include/ItemObject.php:703 +#: ../../mod/appman.php:99 ../../mod/chat.php:184 ../../mod/chat.php:213 +#: ../../mod/connect.php:93 ../../mod/connedit.php:720 +#: ../../mod/events.php:461 ../../mod/events.php:658 +#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108 +#: ../../mod/group.php:81 ../../mod/import.php:536 +#: ../../mod/import_items.php:116 ../../mod/invite.php:142 +#: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231 +#: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:59 +#: ../../mod/photos.php:645 ../../mod/photos.php:1019 +#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 ../../mod/admin.php:457 +#: ../../mod/admin.php:646 ../../mod/admin.php:721 ../../mod/admin.php:986 +#: ../../mod/admin.php:1150 ../../mod/admin.php:1326 ../../mod/admin.php:1521 +#: ../../mod/admin.php:1606 ../../mod/poke.php:182 ../../mod/profiles.php:675 +#: ../../mod/rate.php:168 ../../mod/settings.php:586 +#: ../../mod/settings.php:698 ../../mod/settings.php:726 +#: ../../mod/settings.php:749 ../../mod/settings.php:834 +#: ../../mod/settings.php:1025 ../../mod/setup.php:333 ../../mod/setup.php:374 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/thing.php:312 +#: ../../mod/thing.php:358 ../../mod/xchan.php:11 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Envoyer" -#: ../../include/identity.php:760 ../../include/identity.php:1027 -#: ../../mod/directory.php:160 -msgid "Status:" -msgstr "État :" +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" +msgstr "Merci d'insérer une URL" -#: ../../include/identity.php:761 ../../include/identity.php:1038 -#: ../../mod/directory.php:162 -msgid "Homepage:" -msgstr "Site web :" +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" +msgstr "Changements en attente. Voulez-vous vraiment quitter cette page?" -#: ../../include/identity.php:762 ../../mod/dirprofile.php:151 -msgid "Online Now" -msgstr "Connecté" +#: ../../include/js_strings.php:25 ../../mod/events.php:452 +#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28 +msgid "Location" +msgstr "Emplacement" -#: ../../include/identity.php:827 ../../include/identity.php:907 -#: ../../mod/ping.php:298 -msgid "g A l F d" -msgstr "H:i l d F" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" -#: ../../include/identity.php:828 ../../include/identity.php:908 -msgid "F d" -msgstr "d F" +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" +msgstr "timeago.prefixFromNow" -#: ../../include/identity.php:873 ../../include/identity.php:948 -#: ../../mod/ping.php:320 -msgid "[today]" -msgstr "[aujourd'hui]" +#: ../../include/js_strings.php:29 +msgid "ago" +msgstr "auparavant" -#: ../../include/identity.php:885 -msgid "Birthday Reminders" -msgstr "Rappels d'anniversaires" +#: ../../include/js_strings.php:30 +msgid "from now" +msgstr "de maintenant" -#: ../../include/identity.php:886 -msgid "Birthdays this week:" -msgstr "Anniversaires cette semaine :" +#: ../../include/js_strings.php:31 +msgid "less than a minute" +msgstr "moins d'une minute" -#: ../../include/identity.php:941 -msgid "[No description]" -msgstr "[Pas de description]" +#: ../../include/js_strings.php:32 +msgid "about a minute" +msgstr "environ une minute" -#: ../../include/identity.php:959 -msgid "Event Reminders" -msgstr "Rappels d'événements" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d minutes" +msgstr "%d minutes" -#: ../../include/identity.php:960 -msgid "Events this week:" -msgstr "Événements cette semaine :" +#: ../../include/js_strings.php:34 +msgid "about an hour" +msgstr "environ une heure" -#: ../../include/identity.php:981 ../../mod/settings.php:942 -msgid "Full Name:" -msgstr "Nom complet :" +#: ../../include/js_strings.php:35 +#, php-format +msgid "about %d hours" +msgstr "environ %d heures" -#: ../../include/identity.php:988 -msgid "Like this channel" -msgstr "J'aime ce canal" +#: ../../include/js_strings.php:36 +msgid "a day" +msgstr "un jour" -#: ../../include/identity.php:1012 -msgid "j F, Y" -msgstr "j F Y" +#: ../../include/js_strings.php:37 +#, php-format +msgid "%d days" +msgstr "%d jours" -#: ../../include/identity.php:1013 -msgid "j F" -msgstr "j F" +#: ../../include/js_strings.php:38 +msgid "about a month" +msgstr "environ un mois" -#: ../../include/identity.php:1020 -msgid "Birthday:" -msgstr "Date de naissance :" +#: ../../include/js_strings.php:39 +#, php-format +msgid "%d months" +msgstr "%d mois" -#: ../../include/identity.php:1024 -msgid "Age:" -msgstr "Age :" +#: ../../include/js_strings.php:40 +msgid "about a year" +msgstr "environ un an" -#: ../../include/identity.php:1033 +#: ../../include/js_strings.php:41 #, php-format -msgid "for %1$d %2$s" -msgstr "depuis %1$d %2$s" +msgid "%d years" +msgstr "%d années" -#: ../../include/identity.php:1036 ../../mod/profiles.php:613 -msgid "Sexual Preference:" -msgstr "Orientation sexuelle :" +#: ../../include/js_strings.php:42 +msgid " " +msgstr "" -#: ../../include/identity.php:1040 ../../mod/profiles.php:615 -msgid "Hometown:" -msgstr "Ville natale :" +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../include/identity.php:1042 -msgid "Tags:" -msgstr "Étiquettes :" +#: ../../include/js_strings.php:45 ../../include/text.php:1191 +msgid "January" +msgstr "Janvier" -#: ../../include/identity.php:1044 ../../mod/profiles.php:616 -msgid "Political Views:" -msgstr "Opinions politiques :" +#: ../../include/js_strings.php:46 ../../include/text.php:1191 +msgid "February" +msgstr "Février" -#: ../../include/identity.php:1046 -msgid "Religion:" -msgstr "Religion :" +#: ../../include/js_strings.php:47 ../../include/text.php:1191 +msgid "March" +msgstr "Mars" -#: ../../include/identity.php:1048 ../../mod/directory.php:164 -msgid "About:" -msgstr "À propos :" +#: ../../include/js_strings.php:48 ../../include/text.php:1191 +msgid "April" +msgstr "Avril" -#: ../../include/identity.php:1050 -msgid "Hobbies/Interests:" -msgstr "Occupations/Centres d'intérêt :" +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" +msgstr "Mai" -#: ../../include/identity.php:1052 ../../mod/profiles.php:619 -msgid "Likes:" -msgstr "Aime :" +#: ../../include/js_strings.php:50 ../../include/text.php:1191 +msgid "June" +msgstr "Juin" -#: ../../include/identity.php:1054 ../../mod/profiles.php:620 -msgid "Dislikes:" -msgstr "N'aime pas :" +#: ../../include/js_strings.php:51 ../../include/text.php:1191 +msgid "July" +msgstr "Juillet" -#: ../../include/identity.php:1057 -msgid "Contact information and Social Networks:" -msgstr "Coordonnées et réseaux sociaux :" +#: ../../include/js_strings.php:52 ../../include/text.php:1191 +msgid "August" +msgstr "Août" -#: ../../include/identity.php:1059 -msgid "My other channels:" -msgstr "Mes autres canaux :" +#: ../../include/js_strings.php:53 ../../include/text.php:1191 +msgid "September" +msgstr "Septembre" -#: ../../include/identity.php:1061 -msgid "Musical interests:" -msgstr "Goûts musicaux :" +#: ../../include/js_strings.php:54 ../../include/text.php:1191 +msgid "October" +msgstr "Octobre" -#: ../../include/identity.php:1063 -msgid "Books, literature:" -msgstr "Lectures, goûts littéraires :" +#: ../../include/js_strings.php:55 ../../include/text.php:1191 +msgid "November" +msgstr "Novembre" -#: ../../include/identity.php:1065 -msgid "Television:" -msgstr "Télévision :" +#: ../../include/js_strings.php:56 ../../include/text.php:1191 +msgid "December" +msgstr "Décembre" -#: ../../include/identity.php:1067 -msgid "Film/dance/culture/entertainment:" -msgstr "Cinéma/danse/culture/divertissement :" +#: ../../include/js_strings.php:57 +msgid "Jan" +msgstr "Jan" -#: ../../include/identity.php:1069 -msgid "Love/Romance:" -msgstr "Vie sentimentale/amoureuse :" +#: ../../include/js_strings.php:58 +msgid "Feb" +msgstr "Fev" -#: ../../include/identity.php:1071 -msgid "Work/employment:" -msgstr "Travail :" +#: ../../include/js_strings.php:59 +msgid "Mar" +msgstr "Mar" -#: ../../include/identity.php:1073 -msgid "School/education:" -msgstr "Cursus :" +#: ../../include/js_strings.php:60 +msgid "Apr" +msgstr "Avr" -#: ../../include/identity.php:1093 -msgid "Like this thing" -msgstr "J'aime ceci" +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" +msgstr "Mai" -#: ../../include/network.php:652 -msgid "view full size" -msgstr "pleine taille" - -#: ../../include/bbcode.php:112 ../../include/bbcode.php:645 -#: ../../include/bbcode.php:648 ../../include/bbcode.php:653 -#: ../../include/bbcode.php:656 ../../include/bbcode.php:659 -#: ../../include/bbcode.php:662 ../../include/bbcode.php:667 -#: ../../include/bbcode.php:670 ../../include/bbcode.php:675 -#: ../../include/bbcode.php:678 ../../include/bbcode.php:681 -#: ../../include/bbcode.php:684 -msgid "Image/photo" -msgstr "Image/photo" +#: ../../include/js_strings.php:62 +msgid "Jun" +msgstr "Jun" -#: ../../include/bbcode.php:147 ../../include/bbcode.php:695 -msgid "Encrypted content" -msgstr "Contenu chiffré" +#: ../../include/js_strings.php:63 +msgid "Jul" +msgstr "Jul" -#: ../../include/bbcode.php:163 -msgid "QR code" -msgstr "code QR" +#: ../../include/js_strings.php:64 +msgid "Aug" +msgstr "Aou" -#: ../../include/bbcode.php:212 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s a écrit %2$s qui suit %3$s" +#: ../../include/js_strings.php:65 +msgid "Sep" +msgstr "Sep" -#: ../../include/bbcode.php:214 -msgid "post" -msgstr "l'article" +#: ../../include/js_strings.php:66 +msgid "Oct" +msgstr "Oct" -#: ../../include/bbcode.php:613 ../../include/bbcode.php:633 -msgid "$1 wrote:" -msgstr "$1 a écrit :" +#: ../../include/js_strings.php:67 +msgid "Nov" +msgstr "Nov" -#: ../../include/message.php:18 -msgid "No recipient provided." -msgstr "Pas de destinataire." +#: ../../include/js_strings.php:68 +msgid "Dec" +msgstr "Dec" -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "[sans objet]" +#: ../../include/js_strings.php:69 ../../include/text.php:1187 +msgid "Sunday" +msgstr "Dimanche" -#: ../../include/message.php:42 -msgid "Unable to determine sender." -msgstr "Impossible de déterminer l'émetteur." +#: ../../include/js_strings.php:70 ../../include/text.php:1187 +msgid "Monday" +msgstr "Lundi" -#: ../../include/message.php:143 -msgid "Stored post could not be verified." -msgstr "Le message stocké n'a pas pu être vérifié." +#: ../../include/js_strings.php:71 ../../include/text.php:1187 +msgid "Tuesday" +msgstr "Mardi" -#: ../../include/widgets.php:80 -msgid "System" -msgstr "Système" +#: ../../include/js_strings.php:72 ../../include/text.php:1187 +msgid "Wednesday" +msgstr "Mercredi" -#: ../../include/widgets.php:83 -msgid "Create Personal App" -msgstr "Créer Votre Application" +#: ../../include/js_strings.php:73 ../../include/text.php:1187 +msgid "Thursday" +msgstr "Jeudi" -#: ../../include/widgets.php:84 -msgid "Edit Personal App" -msgstr "Éditer Votre Application" +#: ../../include/js_strings.php:74 ../../include/text.php:1187 +msgid "Friday" +msgstr "Vendredi" -#: ../../include/widgets.php:130 ../../mod/suggest.php:53 -msgid "Ignore/Hide" -msgstr "Ignorer/Cacher" +#: ../../include/js_strings.php:75 ../../include/text.php:1187 +msgid "Saturday" +msgstr "Samedi" -#: ../../include/widgets.php:136 ../../mod/connections.php:267 -msgid "Suggestions" -msgstr "Suggestion" +#: ../../include/js_strings.php:76 +msgid "Sun" +msgstr "Dim" -#: ../../include/widgets.php:137 -msgid "See more..." -msgstr "Voir plus..." +#: ../../include/js_strings.php:77 +msgid "Mon" +msgstr "Lun" -#: ../../include/widgets.php:159 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "Vous avez %1$.0f des %2$.0f relations autorisées." +#: ../../include/js_strings.php:78 +msgid "Tue" +msgstr "Mar" -#: ../../include/widgets.php:165 -msgid "Add New Connection" -msgstr "Ajouter une nouvelle relation" +#: ../../include/js_strings.php:79 +msgid "Wed" +msgstr "Mer" -#: ../../include/widgets.php:166 -msgid "Enter the channel address" -msgstr "Adresse du canal" +#: ../../include/js_strings.php:80 +msgid "Thu" +msgstr "Jeu" -#: ../../include/widgets.php:167 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Exemple : bob@exemple.com, http://exemple.com/barbara" +#: ../../include/js_strings.php:81 +msgid "Fri" +msgstr "Ven" -#: ../../include/widgets.php:184 -msgid "Notes" -msgstr "Notes" +#: ../../include/js_strings.php:82 +msgid "Sat" +msgstr "Sam" -#: ../../include/widgets.php:256 -msgid "Remove term" -msgstr "Retirer le terme" +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" +msgstr "aujourd'hui" -#: ../../include/widgets.php:335 -msgid "Archives" -msgstr "Archives" +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" +msgstr "mois" -#: ../../include/widgets.php:397 -msgid "Refresh" -msgstr "Actualiser" +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" +msgstr "semaine" -#: ../../include/widgets.php:398 ../../mod/connedit.php:470 -msgid "Me" -msgstr "Moi" +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" +msgstr "jour" -#: ../../include/widgets.php:399 ../../mod/connedit.php:472 -msgid "Best Friends" -msgstr "Mes meilleurs amis" +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" +msgstr "Toute la journée" -#: ../../include/widgets.php:401 -msgid "Co-workers" -msgstr "Mes collègues" +#: ../../include/message.php:20 +msgid "No recipient provided." +msgstr "Pas de destinataire." -#: ../../include/widgets.php:402 ../../mod/connedit.php:474 -msgid "Former Friends" -msgstr "Mes anciens amis" +#: ../../include/message.php:25 +msgid "[no subject]" +msgstr "[sans objet]" -#: ../../include/widgets.php:403 ../../mod/connedit.php:475 -msgid "Acquaintances" -msgstr "Mes connaissances" +#: ../../include/message.php:45 +msgid "Unable to determine sender." +msgstr "Impossible de déterminer l'émetteur." -#: ../../include/widgets.php:404 -msgid "Everybody" -msgstr "Tout le monde" +#: ../../include/message.php:222 +msgid "Stored post could not be verified." +msgstr "Le message stocké n'a pas pu être vérifié." -#: ../../include/widgets.php:436 -msgid "Account settings" -msgstr "Réglages du Compte" +#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1517 +msgid "Logout" +msgstr "Déconnexion" -#: ../../include/widgets.php:442 -msgid "Channel settings" -msgstr "Réglages du Canal" +#: ../../include/nav.php:82 ../../include/nav.php:115 +msgid "End this session" +msgstr "Mettre fin à la session" -#: ../../include/widgets.php:448 -msgid "Additional features" -msgstr "Fonctions supplémentaires" +#: ../../include/nav.php:85 ../../include/nav.php:146 +msgid "Home" +msgstr "Mon canal" -#: ../../include/widgets.php:454 -msgid "Feature settings" -msgstr "Extensions" +#: ../../include/nav.php:85 +msgid "Your posts and conversations" +msgstr "Vos publications et conversations" -#: ../../include/widgets.php:460 -msgid "Display settings" -msgstr "Réglages d'affichage" +#: ../../include/nav.php:86 +msgid "Your profile page" +msgstr "Votre profil" -#: ../../include/widgets.php:466 -msgid "Connected apps" -msgstr "Applications connectées" +#: ../../include/nav.php:88 +msgid "Edit Profiles" +msgstr "Modifier les profils" -#: ../../include/widgets.php:472 -msgid "Export channel" -msgstr "Exporter le canal" +#: ../../include/nav.php:88 +msgid "Manage/Edit profiles" +msgstr "Gérer/modifier les profils" -#: ../../include/widgets.php:484 -msgid "Automatic Permissions (Advanced)" -msgstr "Permissions automatiques (avancé)" +#: ../../include/nav.php:90 ../../include/identity.php:977 +msgid "Edit Profile" +msgstr "Éditeur de profil" -#: ../../include/widgets.php:494 -msgid "Premium Channel Settings" -msgstr "Canal VIP" +#: ../../include/nav.php:90 +msgid "Edit your profile" +msgstr "Modifier votre profil" -#: ../../include/widgets.php:531 -msgid "Check Mail" -msgstr "Vérifier le courrier" +#: ../../include/nav.php:92 +msgid "Your photos" +msgstr "Vos photos" -#: ../../include/widgets.php:612 -msgid "Chat Rooms" -msgstr "Salons de clavardage" +#: ../../include/nav.php:93 +msgid "Your files" +msgstr "Vos fichiers" -#: ../../include/widgets.php:630 -msgid "Bookmarked Chatrooms" -msgstr "Salons favoris" +#: ../../include/nav.php:98 +msgid "Your chatrooms" +msgstr "Vos salons" -#: ../../include/widgets.php:648 -msgid "Suggested Chatrooms" -msgstr "Salons suggérés" +#: ../../include/nav.php:104 +msgid "Your bookmarks" +msgstr "Vos favoris" -#: ../../include/ItemObject.php:118 -msgid "Save to Folder" -msgstr "Sauvegarder dans le dossier" +#: ../../include/nav.php:108 +msgid "Your webpages" +msgstr "Vos pages web" -#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 -msgid "View all" -msgstr "Voir tout" +#: ../../include/nav.php:112 +msgid "Sign in" +msgstr "Connexion" -#: ../../include/ItemObject.php:139 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Je déteste" -msgstr[1] "Je déteste" +#: ../../include/nav.php:129 +#, php-format +msgid "%s - click to logout" +msgstr "%s - cliquer ici pour déconnecter" -#: ../../include/ItemObject.php:167 -msgid "Add Star" -msgstr "Ajouter Étoile" +#: ../../include/nav.php:132 +msgid "Remote authentication" +msgstr "Authentification distante" -#: ../../include/ItemObject.php:168 -msgid "Remove Star" -msgstr "Supprimer Étoile" +#: ../../include/nav.php:132 +msgid "Click to authenticate to your home hub" +msgstr "S'authentifier auprès de votre hub principal" -#: ../../include/ItemObject.php:169 -msgid "Toggle Star Status" -msgstr "Changer le Statut des Étoiles" +#: ../../include/nav.php:146 +msgid "Home Page" +msgstr "Page d'accueil" -#: ../../include/ItemObject.php:173 -msgid "starred" -msgstr "mis en avant" +#: ../../include/nav.php:150 ../../mod/register.php:264 ../../boot.php:1500 +msgid "Register" +msgstr "S'inscrire" -#: ../../include/ItemObject.php:190 -msgid "Add Tag" -msgstr "Ajouter une balise" +#: ../../include/nav.php:150 +msgid "Create an account" +msgstr "Créer un compte" -#: ../../include/ItemObject.php:208 ../../mod/photos.php:980 -msgid "I like this (toggle)" -msgstr "J'aime (oui/non)" +#: ../../include/nav.php:155 +msgid "Help and documentation" +msgstr "Aide et documentation" -#: ../../include/ItemObject.php:209 ../../mod/photos.php:981 -msgid "I don't like this (toggle)" -msgstr "Je déteste (oui/non)" +#: ../../include/nav.php:159 ../../include/widgets.php:102 +#: ../../mod/apps.php:36 +msgid "Apps" +msgstr "Applications" -#: ../../include/ItemObject.php:211 -msgid "Share This" -msgstr "Partager" +#: ../../include/nav.php:159 +msgid "Applications, utilities, links, games" +msgstr "Applications, utilitaires, liens, jeux" -#: ../../include/ItemObject.php:211 -msgid "share" -msgstr "partager" +#: ../../include/nav.php:161 +msgid "Search site @name, #tag, ?docs, content" +msgstr "Recherche @nom, #tag, contenu" -#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236 -#, php-format -msgid "View %s's profile - %s" -msgstr "Voir le profil de %s - %s" +#: ../../include/nav.php:164 +msgid "Channel Directory" +msgstr "Annuaire des canaux" -#: ../../include/ItemObject.php:237 -msgid "to" -msgstr "à " +#: ../../include/nav.php:176 +msgid "Your grid" +msgstr "Votre réseau" -#: ../../include/ItemObject.php:238 -msgid "via" -msgstr "via" +#: ../../include/nav.php:177 +msgid "Mark all grid notifications seen" +msgstr "Marquer toutes les notifications du réseau comme vues" -#: ../../include/ItemObject.php:239 -msgid "Wall-to-Wall" -msgstr "Mur-mur" +#: ../../include/nav.php:179 +msgid "Channel home" +msgstr "Mon canal" -#: ../../include/ItemObject.php:240 -msgid "via Wall-To-Wall:" -msgstr "par Mur-mur :" +#: ../../include/nav.php:180 +msgid "Mark all channel notifications seen" +msgstr "Marquer toutes les notifications du canal comme vues" -#: ../../include/ItemObject.php:274 -msgid "Save Bookmarks" -msgstr "Enregistrer les favoris" +#: ../../include/nav.php:183 ../../include/text.php:815 +#: ../../mod/connections.php:298 +msgid "Connections" +msgstr "Contacts" -#: ../../include/ItemObject.php:275 -msgid "Add to Calendar" -msgstr "Ajouter au Calendrier" +#: ../../include/nav.php:186 +msgid "Notices" +msgstr "Notifications" -#: ../../include/ItemObject.php:283 -msgctxt "noun" -msgid "Likes" -msgstr "Aimes" +#: ../../include/nav.php:186 +msgid "Notifications" +msgstr "Notifications" -#: ../../include/ItemObject.php:284 -msgctxt "noun" -msgid "Dislikes" -msgstr "Détestes" +#: ../../include/nav.php:187 +msgid "See all notifications" +msgstr "Voir toutes les notifications" -#: ../../include/ItemObject.php:315 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d commentaire" -msgstr[1] "%d commentaires" +#: ../../include/nav.php:188 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Marquer toutes les notifications système comme vues" -#: ../../include/ItemObject.php:316 ../../include/js_strings.php:7 -msgid "[+] show all" -msgstr "[+] voir plus" +#: ../../include/nav.php:190 +msgid "Private mail" +msgstr "Messages privés" -#: ../../include/ItemObject.php:580 ../../mod/photos.php:999 -#: ../../mod/photos.php:1086 -msgid "This is you" -msgstr "C'est vous" +#: ../../include/nav.php:191 +msgid "See all private messages" +msgstr "Voir tous les messages privés" -#: ../../include/ItemObject.php:582 ../../include/js_strings.php:6 -#: ../../mod/photos.php:1001 ../../mod/photos.php:1088 -msgid "Comment" -msgstr "Commenter" +#: ../../include/nav.php:192 +msgid "Mark all private messages seen" +msgstr "Marquer tous les messages privés comme vus" -#: ../../include/ItemObject.php:583 ../../mod/mood.php:135 -#: ../../mod/settings.php:517 ../../mod/settings.php:629 -#: ../../mod/settings.php:657 ../../mod/settings.php:681 -#: ../../mod/settings.php:754 ../../mod/settings.php:934 -#: ../../mod/poke.php:166 ../../mod/profiles.php:589 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:518 -#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/photos.php:563 ../../mod/photos.php:674 ../../mod/photos.php:962 -#: ../../mod/photos.php:1002 ../../mod/photos.php:1089 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/events.php:511 ../../mod/filestorage.php:137 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:451 -#: ../../mod/admin.php:760 ../../mod/admin.php:895 ../../mod/admin.php:1028 -#: ../../mod/admin.php:1227 ../../mod/admin.php:1314 ../../mod/thing.php:286 -#: ../../mod/thing.php:329 ../../mod/import.php:393 ../../mod/invite.php:142 -#: ../../mod/mail.php:345 ../../mod/appman.php:99 ../../mod/poll.php:68 -#: ../../mod/frphotos.php:84 ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/blogga/php/config.php:67 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "Envoyer" +#: ../../include/nav.php:193 ../../include/widgets.php:598 +msgid "Inbox" +msgstr "Boîte de réception" -#: ../../include/ItemObject.php:584 -msgid "Bold" -msgstr "Gras" +#: ../../include/nav.php:194 ../../include/widgets.php:603 +msgid "Outbox" +msgstr "Boîte d'envoi" -#: ../../include/ItemObject.php:585 -msgid "Italic" -msgstr "Italique" +#: ../../include/nav.php:195 ../../include/widgets.php:608 +msgid "New Message" +msgstr "Nouveau message" -#: ../../include/ItemObject.php:586 -msgid "Underline" -msgstr "Souligné" +#: ../../include/nav.php:198 +msgid "Event Calendar" +msgstr "Calendrier des événements" -#: ../../include/ItemObject.php:587 -msgid "Quote" -msgstr "Citation" +#: ../../include/nav.php:199 +msgid "See all events" +msgstr "Voir tous les événements" -#: ../../include/ItemObject.php:588 -msgid "Code" -msgstr "Code" +#: ../../include/nav.php:200 +msgid "Mark all events seen" +msgstr "Marquer tous les événements comme vus" -#: ../../include/ItemObject.php:589 -msgid "Image" -msgstr "Image" +#: ../../include/nav.php:203 +msgid "Manage Your Channels" +msgstr "Gérer vos canaux" -#: ../../include/ItemObject.php:590 -msgid "Link" -msgstr "Lien/URL" +#: ../../include/nav.php:205 +msgid "Account/Channel Settings" +msgstr "Paramètres du Compte/Canal" -#: ../../include/ItemObject.php:591 -msgid "Video" -msgstr "Vidéo" +#: ../../include/nav.php:213 ../../include/widgets.php:1320 +msgid "Admin" +msgstr "Administrateur" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Supprimer cet élément?" +#: ../../include/nav.php:213 +msgid "Site Setup and Configuration" +msgstr "Configuration du site" -#: ../../include/js_strings.php:8 -msgid "[-] show less" -msgstr "[-] montrer moins" +#: ../../include/nav.php:249 +msgid "@name, #tag, ?doc, content" +msgstr "@nom, #étiquette, ?doc, contenu" -#: ../../include/js_strings.php:9 -msgid "[+] expand" -msgstr "[+] déplier" +#: ../../include/nav.php:250 +msgid "Please wait..." +msgstr "Merci de patienter..." -#: ../../include/js_strings.php:10 -msgid "[-] collapse" -msgstr "[-] replier" +#: ../../include/network.php:630 +msgid "view full size" +msgstr "voir en taille réelle" -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "Mot de passe trop court" +#: ../../include/network.php:1612 ../../include/enotify.php:57 +msgid "$Projectname Notification" +msgstr "Notification $Projectname" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "Les mots de passe ne correspondent pas" +#: ../../include/network.php:1613 ../../include/enotify.php:58 +msgid "$projectname" +msgstr "$projectname" -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 -msgid "everybody" -msgstr "tout le monde" +#: ../../include/network.php:1615 ../../include/enotify.php:60 +msgid "Thank You," +msgstr "Merci," -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "Phrase de passe secrète" +#: ../../include/network.php:1617 ../../include/enotify.php:62 +#, php-format +msgid "%s Administrator" +msgstr "l'administrateur de %s" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "Indice pour la phrase de passe" +#: ../../include/network.php:1674 +msgid "No Subject" +msgstr "Pas d'objet" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "Note : Les permissions ont changé, mais n'ont pas encore été soumises." +#: ../../include/notify.php:20 +msgid "created a new post" +msgstr "a publié un nouveau message" -#: ../../include/js_strings.php:17 -msgid "close all" -msgstr "fermer tout" +#: ../../include/notify.php:21 +#, php-format +msgid "commented on %s's post" +msgstr "a commenté la publication de %s" -#: ../../include/js_strings.php:19 -msgid "timeago.prefixAgo" -msgstr "Il y a" +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nouvelle page" -#: ../../include/js_strings.php:20 -msgid "timeago.prefixFromNow" -msgstr "timeago.prefixFromNow" +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 +#: ../../mod/layouts.php:188 ../../mod/webpages.php:187 +msgid "View" +msgstr "Voir" -#: ../../include/js_strings.php:21 -msgid "ago" -msgstr " " +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 +msgid "Actions" +msgstr "Actions" -#: ../../include/js_strings.php:22 -msgid "from now" -msgstr "de maintenant" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 +msgid "Page Link" +msgstr "Lien vers la page" -#: ../../include/js_strings.php:23 -msgid "less than a minute" -msgstr "moins d'une minute" +#: ../../include/page_widgets.php:43 +msgid "Title" +msgstr "Titre" -#: ../../include/js_strings.php:24 -msgid "about a minute" -msgstr "environ une minute" +#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 +#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192 +msgid "Created" +msgstr "Créé(e)" -#: ../../include/js_strings.php:25 -#, php-format -msgid "%d minutes" -msgstr "%d minutes" +#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 +#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193 +msgid "Edited" +msgstr "Modifié(e)" -#: ../../include/js_strings.php:26 -msgid "about an hour" -msgstr "environ une heure" +#: ../../include/photo/photo_driver.php:722 ../../mod/photos.php:94 +#: ../../mod/photos.php:711 ../../mod/profile_photo.php:147 +#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 +msgid "Profile Photos" +msgstr "Photos du profil" -#: ../../include/js_strings.php:27 +#: ../../include/photos.php:112 #, php-format -msgid "about %d hours" -msgstr "environ %d heures" - -#: ../../include/js_strings.php:28 -msgid "a day" -msgstr "un jour" +msgid "Image exceeds website size limit of %lu bytes" +msgstr "L'image dépasse la taille limite de %lu octets" -#: ../../include/js_strings.php:29 -#, php-format -msgid "%d days" -msgstr "%d jours" +#: ../../include/photos.php:119 +msgid "Image file is empty." +msgstr "L'image est vide." -#: ../../include/js_strings.php:30 -msgid "about a month" -msgstr "environ un mois" +#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 +#: ../../mod/cover_photo.php:164 +msgid "Unable to process image" +msgstr "Impossible de traiter l'image" -#: ../../include/js_strings.php:31 -#, php-format -msgid "%d months" -msgstr "%d mois" +#: ../../include/photos.php:257 +msgid "Photo storage failed." +msgstr "Le stockage de l'image a échoué." -#: ../../include/js_strings.php:32 -msgid "about a year" -msgstr "environ un an" +#: ../../include/photos.php:297 +msgid "a new photo" +msgstr "une nouvelle photo" -#: ../../include/js_strings.php:33 +#: ../../include/photos.php:301 #, php-format -msgid "%d years" -msgstr "%d années" +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" +msgstr "%1$s a publié %2$s pour %3$s" -#: ../../include/js_strings.php:34 -msgid " " -msgstr " " - -#: ../../include/js_strings.php:35 -msgid "timeago.numbers" -msgstr "timeago.numbers" - -#: ../../include/Contact.php:123 -msgid "New window" -msgstr "Nouvelle fenêtre" - -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" -msgstr "Ouvrir l'emplacement dans une fenêtre (ou un onglet) différent" +#: ../../include/photos.php:510 +msgid "Upload New Photos" +msgstr "Ajouter des photos" #: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 msgid "Male" -msgstr "Masculin" +msgstr "Homme" #: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 msgid "Female" -msgstr "Féminin" +msgstr "Femme" #: ../../include/profile_selectors.php:6 msgid "Currently Male" -msgstr "Actuellement masculin" +msgstr "Actuellement homme" #: ../../include/profile_selectors.php:6 msgid "Currently Female" -msgstr "Actuellement féminin" +msgstr "Actuellement femme" #: ../../include/profile_selectors.php:6 msgid "Mostly Male" -msgstr "Surtout masculin" +msgstr "Surtout homme" #: ../../include/profile_selectors.php:6 msgid "Mostly Female" -msgstr "Surtout féminin" +msgstr "Surtout femme" #: ../../include/profile_selectors.php:6 msgid "Transgender" @@ -3261,12 +2362,12 @@ msgstr "Neutre" #: ../../include/profile_selectors.php:6 msgid "Non-specific" -msgstr "Rien de spécifique" +msgstr "Non spécifique" #: ../../include/profile_selectors.php:6 #: ../../include/profile_selectors.php:23 #: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 +#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871 msgid "Other" msgstr "Autre" @@ -3326,7 +2427,7 @@ msgstr "Une floppée" #: ../../include/profile_selectors.php:42 msgid "Nonsexual" -msgstr "Nonsexuel" +msgstr "Non-sexuel" #: ../../include/profile_selectors.php:80 #: ../../include/profile_selectors.php:97 @@ -3366,6 +2467,15 @@ msgstr "Infidèle" msgid "Sex Addict" msgstr "Accro au sexe" +#: ../../include/profile_selectors.php:80 ../../include/identity.php:390 +#: ../../include/identity.php:391 ../../include/identity.php:398 +#: ../../include/widgets.php:451 ../../mod/connedit.php:582 +#: ../../mod/settings.php:338 ../../mod/settings.php:342 +#: ../../mod/settings.php:343 ../../mod/settings.php:346 +#: ../../mod/settings.php:357 +msgid "Friends" +msgstr "Amis" + #: ../../include/profile_selectors.php:80 msgid "Friends/Benefits" msgstr "Amis avec bénéfices" @@ -3410,7 +2520,7 @@ msgstr "Pas en recherche" #: ../../include/profile_selectors.php:80 msgid "Swinger" -msgstr "Infidèle" +msgstr "Echangiste" #: ../../include/profile_selectors.php:80 msgid "Betrayed" @@ -3456,1361 +2566,1882 @@ msgstr "S'en fiche" msgid "Ask me" msgstr "Me demander" -#: ../../include/auth.php:90 -msgid "Logged out." -msgstr "Deconnecté." +#: ../../include/security.php:384 +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 "Le formulaire n'est plus sécurisé, probablement parce qu'il est ouvert depuis trop longtemps (plus de 3 heures)." -#: ../../include/auth.php:236 -msgid "Failed authentication" -msgstr "Échec de l'authentification" +#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 +msgid "Tags" +msgstr "Étiquettes" -#: ../../include/auth.php:251 ../../mod/openid.php:188 -msgid "Login failed." -msgstr "Échec de la connexion." +#: ../../include/taxonomy.php:305 +msgid "Keywords" +msgstr "Mots-clefs" -#: ../../include/permissions.php:13 -msgid "Can view my normal stream and posts" -msgstr "Peut voir les publications sur mon canal et ses partages." +#: ../../include/taxonomy.php:326 +msgid "have" +msgstr "ont" -#: ../../include/permissions.php:14 -msgid "Can view my default channel profile" -msgstr "Peut voir le profil du canal par défaut." +#: ../../include/taxonomy.php:326 +msgid "has" +msgstr "a" -#: ../../include/permissions.php:15 -msgid "Can view my photo albums" -msgstr "Peut voir mon album photos" +#: ../../include/taxonomy.php:327 +msgid "want" +msgstr "veulent" -#: ../../include/permissions.php:16 -msgid "Can view my connections" -msgstr "Peut voir mes connections" +#: ../../include/taxonomy.php:327 +msgid "wants" +msgstr "veut" -#: ../../include/permissions.php:17 -msgid "Can view my file storage" -msgstr "Peut voir mes fichiers en partage" +#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254 +msgid "like" +msgstr "aiment" -#: ../../include/permissions.php:18 -msgid "Can view my webpages" -msgstr "Peut voir mes sites-web" +#: ../../include/taxonomy.php:328 +msgid "likes" +msgstr "aime" -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" -msgstr "Peut m'envoyer le flux et les publications de leur canal" +#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255 +msgid "dislike" +msgstr "n'aiment pas" -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" -msgstr "Peut poster sur la page de mon canal (\"mur\")" +#: ../../include/taxonomy.php:329 +msgid "dislikes" +msgstr "n'aime pas" -#: ../../include/permissions.php:23 -msgid "Can comment on or like my posts" -msgstr "Peuvent commenter et/ou aimer mes publications" +#: ../../include/zot.php:676 +msgid "Invalid data packet" +msgstr "Paquet de données invalide" -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" -msgstr "Peut m'envoyer des messages privés" +#: ../../include/zot.php:692 +msgid "Unable to verify channel signature" +msgstr "Impossible de vérifier la signature du canal" -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" -msgstr "Peut ajouter des photos à mes albums" +#: ../../include/zot.php:2268 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "Impossible de vérifier la signature de site pour %s" -#: ../../include/permissions.php:26 -msgid "Can like/dislike stuff" -msgstr "Peuvent aimer/détester" +#: ../../include/zot.php:3591 +msgid "invalid target signature" +msgstr "signature de la cible invalide" -#: ../../include/permissions.php:26 -msgid "Profiles and things other than posts/comments" -msgstr "Profils et autres excluant les publications/commentaires." +#: ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Fréquemment" -#: ../../include/permissions.php:28 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Peut faire suivre à tous les contacts du mon canal via @truc" +#: ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Toutes les heures" -#: ../../include/permissions.php:28 -msgid "Advanced - useful for creating group forum channels" -msgstr "Avancé - utile seulement pour les canaux de type \"forum/groupe\"" +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Deux fois par jour" -#: ../../include/permissions.php:29 -msgid "Can chat with me (when available)" -msgstr "Peut discuter avec moi (sous réserve de disponibilité)" +#: ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Chaque jour" -#: ../../include/permissions.php:30 -msgid "Can write to my file storage" -msgstr "Peut écrire dans mon partage de fichiers" +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Chaque semaine" -#: ../../include/permissions.php:31 -msgid "Can edit my webpages" -msgstr "Peut modifier mes sites-web" +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Chaque mois" -#: ../../include/permissions.php:33 -msgid "Can source my public posts in derived channels" -msgstr "Peut rediriger mes publications publiques dans des canaux dérivés" +#: ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" -#: ../../include/permissions.php:33 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Plutôt avancé - très utile dans les communautés ouvertes" +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" -#: ../../include/permissions.php:35 -msgid "Can administer my channel resources" -msgstr "Peut administrer les ressources de mon canal" +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" -#: ../../include/permissions.php:35 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Très avancé. Ne pas toucher, sauf si vous savez VRAIMENT ce que vous faites" +#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 +#: ../../mod/id.php:16 ../../mod/admin.php:989 ../../mod/admin.php:998 +#: ../../boot.php:1520 +msgid "Email" +msgstr "Courriel" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" -msgstr "Indiquez votre humeur du moment à vos amis" +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" -#: ../../mod/mitem.php:14 ../../mod/menu.php:92 -msgid "Menu not found." -msgstr "Menu introuvable." +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" -#: ../../mod/mitem.php:47 -msgid "Menu element updated." -msgstr "Entrée de menu mis à jour." +#: ../../include/contact_selectors.php:82 +msgid "Zot" +msgstr "Zot" -#: ../../mod/mitem.php:51 -msgid "Unable to update menu element." -msgstr "Impossible de mettre l'entrée de menu à jour." +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "Linkedin" -#: ../../mod/mitem.php:57 -msgid "Menu element added." -msgstr "Entrée de menu ajouté." +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" -#: ../../mod/mitem.php:61 -msgid "Unable to add menu element." -msgstr "Impossible d'ajouter l'entrée de menu." +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" -#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120 -#: ../../mod/xchan.php:27 -msgid "Not found." -msgstr "Introuvable." +#: ../../include/text.php:394 +msgid "prev" +msgstr "préc." -#: ../../mod/mitem.php:96 -msgid "Manage Menu Elements" -msgstr "Gérer les entrées de menu" +#: ../../include/text.php:396 +msgid "first" +msgstr "premier" -#: ../../mod/mitem.php:99 -msgid "Edit menu" -msgstr "Éditer le menu" +#: ../../include/text.php:425 +msgid "last" +msgstr "dernier" -#: ../../mod/mitem.php:102 -msgid "Edit element" -msgstr "Éditer l'entrée" +#: ../../include/text.php:428 +msgid "next" +msgstr "Suivant" -#: ../../mod/mitem.php:103 -msgid "Drop element" -msgstr "Supprimer l'entrée" +#: ../../include/text.php:438 +msgid "older" +msgstr "plus ancien" -#: ../../mod/mitem.php:104 -msgid "New element" -msgstr "Nouvelle entrée" +#: ../../include/text.php:440 +msgid "newer" +msgstr "plus récent" -#: ../../mod/mitem.php:105 -msgid "Edit this menu container" -msgstr "Éditer ce bloc de menu" +#: ../../include/text.php:803 +msgid "No connections" +msgstr "Pas de relations." -#: ../../mod/mitem.php:106 -msgid "Add menu element" -msgstr "Ajouter une entrée au menu" +#: ../../include/text.php:828 +#, php-format +msgid "View all %s connections" +msgstr "Voir les %s contacts" -#: ../../mod/mitem.php:107 -msgid "Delete this menu item" -msgstr "Supprimer cet entrée du menu" +#: ../../include/text.php:886 ../../include/text.php:898 +#: ../../include/widgets.php:202 ../../mod/filer.php:49 +#: ../../mod/admin.php:1666 ../../mod/admin.php:1686 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:100 +msgid "Save" +msgstr "Enregistrer" -#: ../../mod/mitem.php:108 -msgid "Edit this menu item" -msgstr "Éditer cette entrée du menu" +#: ../../include/text.php:973 ../../include/text.php:978 +msgid "poke" +msgstr "tapoter" -#: ../../mod/mitem.php:131 -msgid "New Menu Element" -msgstr "Nouvelle entrée de menu" +#: ../../include/text.php:979 +msgid "ping" +msgstr "ping" -#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 -msgid "Menu Item Permissions" -msgstr "Permissions de l'entrée de menu" +#: ../../include/text.php:979 +msgid "pinged" +msgstr "pingé" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:967 -msgid "(click to open/close)" -msgstr "(cliquer pour ouvrir/fermer)" +#: ../../include/text.php:980 +msgid "prod" +msgstr "encourager" -#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 -msgid "Link text" -msgstr "Texte du lien" +#: ../../include/text.php:980 +msgid "prodded" +msgstr "encouragé" -#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 -msgid "URL of link" -msgstr "URL du lien" +#: ../../include/text.php:981 +msgid "slap" +msgstr "giffler" -#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 -msgid "Use Red magic-auth if available" -msgstr "Utiliser l'authentification magique, lorsque disponible" +#: ../../include/text.php:981 +msgid "slapped" +msgstr "gifflé(e)" -#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 -msgid "Open link in new window" -msgstr "Ouvrir le lien dans une nouvelle fenêtre" +#: ../../include/text.php:982 +msgid "finger" +msgstr "pointer" -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Order in list" -msgstr "Ordre dans la liste" +#: ../../include/text.php:982 +msgid "fingered" +msgstr "pointé" -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Higher numbers will sink to bottom of listing" -msgstr "Les nombres les plus élevés seront descendus au bas de la liste" +#: ../../include/text.php:983 +msgid "rebuff" +msgstr "rejetter" -#: ../../mod/mitem.php:154 -msgid "Menu item not found." -msgstr "Entrée de menu introuvable." +#: ../../include/text.php:983 +msgid "rebuffed" +msgstr "rejeté" -#: ../../mod/mitem.php:163 -msgid "Menu item deleted." -msgstr "Entrée de menu supprimée." +#: ../../include/text.php:995 +msgid "happy" +msgstr "heureux" -#: ../../mod/mitem.php:165 -msgid "Menu item could not be deleted." -msgstr "Impossible de supprimer l'entrée de menu." +#: ../../include/text.php:996 +msgid "sad" +msgstr "triste" -#: ../../mod/mitem.php:174 -msgid "Edit Menu Element" -msgstr "Éditer l'entrée de menu" +#: ../../include/text.php:997 +msgid "mellow" +msgstr "mélancolique" -#: ../../mod/mitem.php:186 ../../mod/menu.php:114 -msgid "Modify" -msgstr "Modifier" +#: ../../include/text.php:998 +msgid "tired" +msgstr "fatigué" -#: ../../mod/ping.php:237 -msgid "sent you a private message" -msgstr "vous a envoyé un message privé" +#: ../../include/text.php:999 +msgid "perky" +msgstr "impertinent" -#: ../../mod/ping.php:288 -msgid "added your channel" -msgstr "a ajouté votre canal" +#: ../../include/text.php:1000 +msgid "angry" +msgstr "en colère" -#: ../../mod/ping.php:329 -msgid "posted an event" -msgstr "a publié un événement" +#: ../../include/text.php:1001 +msgid "stupefied" +msgstr "stupéfait" -#: ../../mod/acl.php:239 -msgid "network" -msgstr "réseau" +#: ../../include/text.php:1002 +msgid "puzzled" +msgstr "perplexe" -#: ../../mod/settings.php:71 -msgid "Name is required" -msgstr "Le nom est requis" +#: ../../include/text.php:1003 +msgid "interested" +msgstr "intéressé" -#: ../../mod/settings.php:75 -msgid "Key and Secret are required" -msgstr "Clef et secret sont requis" +#: ../../include/text.php:1004 +msgid "bitter" +msgstr "amer" -#: ../../mod/settings.php:196 -msgid "Passwords do not match. Password unchanged." -msgstr "Les deux saisies du mot de passe ne correspondent pas. Il n'a donc pas été changé." +#: ../../include/text.php:1005 +msgid "cheerful" +msgstr "plein d'entrain" -#: ../../mod/settings.php:200 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Le mot de passe ne peut pas être vide. Il n'a donc pas été changé." +#: ../../include/text.php:1006 +msgid "alive" +msgstr "vivant" -#: ../../mod/settings.php:214 -msgid "Password changed." -msgstr "Le mot de passe a été changé." +#: ../../include/text.php:1007 +msgid "annoyed" +msgstr "agaçé" -#: ../../mod/settings.php:216 -msgid "Password update failed. Please try again." -msgstr "La mise à jour du mot de passe a échoué. Merci de recommencer." +#: ../../include/text.php:1008 +msgid "anxious" +msgstr "anxieux" -#: ../../mod/settings.php:230 -msgid "Not valid email." -msgstr "Adresse de courriel non-valide." +#: ../../include/text.php:1009 +msgid "cranky" +msgstr "énervé" -#: ../../mod/settings.php:233 -msgid "Protected email address. Cannot change to that email." -msgstr "Adresse de courriel protégée. Impossible de l'utiliser." +#: ../../include/text.php:1010 +msgid "disturbed" +msgstr "perturbé" -#: ../../mod/settings.php:242 -msgid "System failure storing new email. Please try again." -msgstr "Défaillance système lors du stockage de la nouvelle adresse de courriel. Merci de ré-essayer." +#: ../../include/text.php:1011 +msgid "frustrated" +msgstr "frustré" -#: ../../mod/settings.php:445 -msgid "Settings updated." -msgstr "Réglages sauvegardés." +#: ../../include/text.php:1012 +msgid "depressed" +msgstr "déprimé" -#: ../../mod/settings.php:516 ../../mod/settings.php:542 -#: ../../mod/settings.php:578 -msgid "Add application" -msgstr "Ajouter une application" +#: ../../include/text.php:1013 +msgid "motivated" +msgstr "motivé" -#: ../../mod/settings.php:519 -msgid "Name of application" -msgstr "Nom de l'application" +#: ../../include/text.php:1014 +msgid "relaxed" +msgstr "détendu" -#: ../../mod/settings.php:520 ../../mod/settings.php:546 -msgid "Consumer Key" -msgstr "Clef de consommateur" +#: ../../include/text.php:1015 +msgid "surprised" +msgstr "surpris" -#: ../../mod/settings.php:520 ../../mod/settings.php:521 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "Généré automatiquement - à changer si besoin. Longueur maximale 20 caractères." +#: ../../include/text.php:1191 +msgid "May" +msgstr "Mai" -#: ../../mod/settings.php:521 ../../mod/settings.php:547 -msgid "Consumer Secret" -msgstr "Secret de consommateur" +#: ../../include/text.php:1268 ../../include/text.php:1272 +msgid "Unknown Attachment" +msgstr "Pièce jointe inconnue" -#: ../../mod/settings.php:522 ../../mod/settings.php:548 -msgid "Redirect" -msgstr "Redirection" +#: ../../include/text.php:1274 +msgid "unknown" +msgstr "Inconnu" -#: ../../mod/settings.php:522 -msgid "" -"Redirect URI - leave blank unless your application specifically requires " -"this" -msgstr "URI de redirection - laissez blanc, sauf si l'application a demandé autrement" +#: ../../include/text.php:1310 +msgid "remove category" +msgstr "supprimer la catégorie" -#: ../../mod/settings.php:523 ../../mod/settings.php:549 -msgid "Icon url" -msgstr "URL de l'icône" +#: ../../include/text.php:1387 +msgid "remove from file" +msgstr "retirer du fichier" -#: ../../mod/settings.php:523 -msgid "Optional" -msgstr "Facultatif" +#: ../../include/text.php:1529 ../../include/text.php:1540 +msgid "Click to open/close" +msgstr "Cliquer pour ouvrir/fermer" -#: ../../mod/settings.php:534 -msgid "You can't edit this application." -msgstr "Vous ne pouvez pas éditer cette application." +#: ../../include/text.php:1724 ../../mod/events.php:623 +msgid "Link to Source" +msgstr "Lien vers la Source" -#: ../../mod/settings.php:577 -msgid "Connected Apps" -msgstr "Applications connectées" +#: ../../include/text.php:1745 ../../include/text.php:1817 +msgid "default" +msgstr "défaut" -#: ../../mod/settings.php:581 -msgid "Client key starts with" -msgstr "La clef partagée commence par" +#: ../../include/text.php:1753 +msgid "Page layout" +msgstr "Mise en page" -#: ../../mod/settings.php:582 -msgid "No name" -msgstr "Sans nom" +#: ../../include/text.php:1753 +msgid "You can create your own with the layouts tool" +msgstr "Créez les vôtres avec les outils de mise en page" -#: ../../mod/settings.php:583 -msgid "Remove authorization" -msgstr "Révoquer l'autorisation" +#: ../../include/text.php:1795 +msgid "Page content type" +msgstr "Type de contenu de la page" -#: ../../mod/settings.php:594 -msgid "No feature settings configured" -msgstr "Pas de fonctionnalité à configurer" +#: ../../include/text.php:1829 +msgid "Select an alternate language" +msgstr "Choisir une langue alternative" -#: ../../mod/settings.php:602 -msgid "Feature Settings" -msgstr "Extensions" +#: ../../include/text.php:1961 +msgid "activity" +msgstr "activité" -#: ../../mod/settings.php:625 -msgid "Account Settings" -msgstr "Compte" +#: ../../include/text.php:2256 +msgid "Design Tools" +msgstr "Outils de conception" -#: ../../mod/settings.php:626 -msgid "Password Settings" -msgstr "Mot de passe" +#: ../../include/text.php:2259 ../../mod/blocks.php:147 +msgid "Blocks" +msgstr "Blocs" -#: ../../mod/settings.php:627 -msgid "New Password:" -msgstr "Nouveau mot de passe :" +#: ../../include/text.php:2260 ../../mod/menu.php:103 +msgid "Menus" +msgstr "Menus" -#: ../../mod/settings.php:628 -msgid "Confirm:" -msgstr "Confirmation :" +#: ../../include/text.php:2261 ../../mod/layouts.php:174 +msgid "Layouts" +msgstr "Mises-en-page" -#: ../../mod/settings.php:628 -msgid "Leave password fields blank unless changing" -msgstr "Laissez les mots de passe vides si vous ne voulez pas les modifier" +#: ../../include/text.php:2262 +msgid "Pages" +msgstr "Pages" -#: ../../mod/settings.php:630 ../../mod/settings.php:943 -msgid "Email Address:" -msgstr "Adresse de courriel :" +#: ../../include/items.php:423 ../../index.php:376 ../../mod/dreport.php:6 +#: ../../mod/dreport.php:45 ../../mod/group.php:68 +#: ../../mod/import_items.php:108 ../../mod/like.php:280 +#: ../../mod/profperm.php:23 ../../mod/subthread.php:58 +msgid "Permission denied" +msgstr "Accès refusé" -#: ../../mod/settings.php:631 ../../mod/removeaccount.php:61 -msgid "Remove Account" -msgstr "Supprimer le compte" +#: ../../include/items.php:1137 ../../include/items.php:1183 +msgid "(Unknown)" +msgstr "(Inconnu)" -#: ../../mod/settings.php:632 ../../mod/settings.php:1006 -msgid "Warning: This action is permanent and cannot be reversed." -msgstr "Attention : cette action est permanente et irréversible." +#: ../../include/items.php:1380 +msgid "Visible to anybody on the internet." +msgstr "Visible pour tout le monde sur internet." -#: ../../mod/settings.php:648 -msgid "Off" -msgstr "Inactif" +#: ../../include/items.php:1382 +msgid "Visible to you only." +msgstr "Visible pour vous seulement." -#: ../../mod/settings.php:648 -msgid "On" -msgstr "Actif" +#: ../../include/items.php:1384 +msgid "Visible to anybody in this network." +msgstr "Visible pour tout le monde sur ce réseau." -#: ../../mod/settings.php:655 -msgid "Additional Features" -msgstr "Fonctionnalités additionnelles" +#: ../../include/items.php:1386 +msgid "Visible to anybody authenticated." +msgstr "Visible aux utilisateurs authentifiés." -#: ../../mod/settings.php:680 -msgid "Connector Settings" -msgstr "Connecteurs" +#: ../../include/items.php:1388 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Visible pour tous sur %s." -#: ../../mod/settings.php:710 ../../mod/admin.php:399 -msgid "No special theme for mobile devices" -msgstr "Pas de thème spécifique aux périphériques mobiles" +#: ../../include/items.php:1390 +msgid "Visible to all connections." +msgstr "Visible pour tous les contacts." + +#: ../../include/items.php:1392 +msgid "Visible to approved connections." +msgstr "Visible aux contacts approuvés." + +#: ../../include/items.php:1394 +msgid "Visible to specific connections." +msgstr "Visible pour certains contacts." + +#: ../../include/items.php:4358 ../../mod/display.php:36 +#: ../../mod/filestorage.php:27 ../../mod/admin.php:141 +#: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/thing.php:85 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "Élément introuvable" + +#: ../../include/items.php:4870 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Privacy group not found." +msgstr "Groupe d'accès introuvable." + +#: ../../include/items.php:4886 +msgid "Privacy group is empty." +msgstr "Groupe d'accès vide." -#: ../../mod/settings.php:719 +#: ../../include/items.php:4893 #, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Expérimental)" +msgid "Privacy group: %s" +msgstr "Groupe d'accès : %s" -#: ../../mod/settings.php:752 -msgid "Display Settings" -msgstr "Affichage" +#: ../../include/items.php:4903 ../../mod/connedit.php:692 +#, php-format +msgid "Connection: %s" +msgstr "Contact : %s" -#: ../../mod/settings.php:758 -msgid "Display Theme:" -msgstr "Thème :" +#: ../../include/items.php:4905 +msgid "Connection not found." +msgstr "Contact non trouvé." -#: ../../mod/settings.php:759 -msgid "Mobile Theme:" -msgstr "Thème mobile :" +#: ../../include/enotify.php:96 +#, php-format +msgid "%s <!item_type!>" +msgstr "%s <!item_type!>" -#: ../../mod/settings.php:760 -msgid "Enable user zoom on mobile devices" -msgstr "Permettre à l'utilisateur d'un mobile d'agrandir le contenu" +#: ../../include/enotify.php:100 +#, php-format +msgid "[Hubzilla:Notify] New mail received at %s" +msgstr "[Hubzilla:Notify] Nouveau courriel reçu à %s" -#: ../../mod/settings.php:761 -msgid "Update browser every xx seconds" -msgstr "Rafraîchir le navigateur toutes les xx secondes" +#: ../../include/enotify.php:102 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, vous avez reçu un message privé sur %3$s, de la part de %2$s." -#: ../../mod/settings.php:761 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minimum 10 secondes, pas de maximum" +#: ../../include/enotify.php:103 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s vous a envoyé %2$s." -#: ../../mod/settings.php:762 -msgid "Maximum number of conversations to load at any time:" -msgstr "Nombre maximal de conversations pouvant être chargées en même temps :" +#: ../../include/enotify.php:103 +msgid "a private message" +msgstr "un message privé" -#: ../../mod/settings.php:762 -msgid "Maximum of 100 items" -msgstr "100 éléments au maximum" +#: ../../include/enotify.php:104 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Merci de visiter %s pour voir et/ou répondre à vos messages privés." -#: ../../mod/settings.php:763 -msgid "Don't show emoticons" -msgstr "Ne pas montrer les frimousses/émoticones" +#: ../../include/enotify.php:160 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s a commenté sur [zrl=%3$s]%4$s[/zrl]" -#: ../../mod/settings.php:764 -msgid "System Page Layout Editor - (advanced)" -msgstr "Agencements des pages système - (avancé)" +#: ../../include/enotify.php:168 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s a commenté sur [zrl=%3$s]%5$s de %4$s[/zrl]" -#: ../../mod/settings.php:800 -msgid "Nobody except yourself" -msgstr "Personne sauf vous" +#: ../../include/enotify.php:177 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s a commenté [zrl=%3$s]votre %4$s[/zrl]" -#: ../../mod/settings.php:801 -msgid "Only those you specifically allow" -msgstr "Seulement ceux que vous autorisez spécifiquement" +#: ../../include/enotify.php:188 +#, php-format +msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Hubzilla:Notify] Commentaire de %2$s sur conversation #%1$d" -#: ../../mod/settings.php:802 -msgid "Approved connections" -msgstr "Contacts Approuvés" +#: ../../include/enotify.php:189 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s a commenté un élément de conversation que vous suivez." -#: ../../mod/settings.php:803 -msgid "Any connections" -msgstr "Tous les contacts" +#: ../../include/enotify.php:192 ../../include/enotify.php:207 +#: ../../include/enotify.php:233 ../../include/enotify.php:251 +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Merci de visiter %s pour voir et/ou répondre sur cette conversation." -#: ../../mod/settings.php:804 -msgid "Anybody on this website" -msgstr "Tous les utilisateurs du hub" +#: ../../include/enotify.php:198 +#, php-format +msgid "[Hubzilla:Notify] %s posted to your profile wall" +msgstr "[Hubzilla:Notify] %s a publié sur votre profil" -#: ../../mod/settings.php:805 -msgid "Anybody in this network" -msgstr "Tous les utilisateurs sur ce réseau" +#: ../../include/enotify.php:200 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s a publié sur votre profil à %3$s" -#: ../../mod/settings.php:806 -msgid "Anybody authenticated" -msgstr "Tous les utilisateurs authentifiés" +#: ../../include/enotify.php:202 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s a publié sur [zrl=%3$s]votre profil[/zrl]" -#: ../../mod/settings.php:807 -msgid "Anybody on the internet" -msgstr "Tous les utilisateurs d'Internet" +#: ../../include/enotify.php:226 +#, php-format +msgid "[Hubzilla:Notify] %s tagged you" +msgstr "[Hubzilla:Notify] %s vous a étiqueté" -#: ../../mod/settings.php:884 -msgid "Publish your default profile in the network directory" -msgstr "Publier votre profil par défaut dans l'annuaire du réseau" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, vous avez été étiqueté sur %3$s par %2$s" -#: ../../mod/settings.php:884 ../../mod/settings.php:889 -#: ../../mod/settings.php:960 ../../mod/api.php:106 ../../mod/profiles.php:566 -#: ../../mod/admin.php:429 -msgid "No" -msgstr "Non" +#: ../../include/enotify.php:228 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]vous a étiqueté[/zrl]." -#: ../../mod/settings.php:884 ../../mod/settings.php:889 -#: ../../mod/settings.php:960 ../../mod/api.php:105 ../../mod/profiles.php:565 -#: ../../mod/admin.php:431 -msgid "Yes" -msgstr "Oui" +#: ../../include/enotify.php:240 +#, php-format +msgid "[Hubzilla:Notify] %1$s poked you" +msgstr "[Hubzilla:Notify] %1$s vous a tapoté" -#: ../../mod/settings.php:889 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Nous autoriser à vous suggérer comme relation potentielle aux nouveaux membres?" +#: ../../include/enotify.php:241 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s vous a tapoté sur %3$s" -#: ../../mod/settings.php:893 ../../mod/profile_photo.php:365 -msgid "or" -msgstr "ou" +#: ../../include/enotify.php:242 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]vous a tapoté[/zrl]." -#: ../../mod/settings.php:898 -msgid "Your channel address is" -msgstr "Voici l'adresse de votre canal" +#: ../../include/enotify.php:258 +#, php-format +msgid "[Hubzilla:Notify] %s tagged your post" +msgstr "[Hubzilla:Notify] %s a étiqueté votre publication" -#: ../../mod/settings.php:932 -msgid "Channel Settings" -msgstr "Canal" +#: ../../include/enotify.php:259 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s a étiqueté votre publication sur %3$s" -#: ../../mod/settings.php:941 -msgid "Basic Settings" -msgstr "Basique" +#: ../../include/enotify.php:260 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s a étiqueté [zrl=%3$s]votre publication[/zrl]" -#: ../../mod/settings.php:944 -msgid "Your Timezone:" -msgstr "Fureau Horaire :" +#: ../../include/enotify.php:272 +msgid "[Hubzilla:Notify] Introduction received" +msgstr "[Hubzilla:Notify] Nouvelle présentation" -#: ../../mod/settings.php:945 -msgid "Default Post Location:" -msgstr "Emplacement géographique par défaut :" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, vous avez reçu une demande de contact de '%2$s' sur %3$s" -#: ../../mod/settings.php:945 -msgid "Geographical location to display on your posts" -msgstr "Emplacement géographique à afficher sur vos publications" +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, vous avez reçu [zrl=%2$s]une demande de contact[/zrl] de %3$s." -#: ../../mod/settings.php:946 -msgid "Use Browser Location:" -msgstr "Utiliser la géolocalisation fournie par le navigateur :" +#: ../../include/enotify.php:278 ../../include/enotify.php:297 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Vous pouvez visiter leur profil sur %s" -#: ../../mod/settings.php:948 -msgid "Adult Content" -msgstr "Contenu \"adulte\"" +#: ../../include/enotify.php:280 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "Merci de visiter %s avant d'approuver (ou non) cette demande de contact." + +#: ../../include/enotify.php:287 +msgid "[Hubzilla:Notify] Friend suggestion received" +msgstr "[Hubzilla:Notify] Nouvel(le) ami(e) suggéré(e)" -#: ../../mod/settings.php:948 +#: ../../include/enotify.php:288 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, vous avez reçu une suggestion d'ami(e) de '%2$s' à %3$s" + +#: ../../include/enotify.php:289 +#, php-format msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "Ce canal publie plus ou moins fréquemment du contenu pour adultes. (Merci d'indiquer tout contenu pour adulte ou potentiellement choquant avec l'étiquette <em>#NSFW</em> - Not Safe For Work)" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, avez reçu %3$s comme [zrl=%2$s]une suggestion d'ami(e)[/zrl] de %4$s." -#: ../../mod/settings.php:950 -msgid "Security and Privacy Settings" -msgstr "Réglages de Sécurité et vie privée" +#: ../../include/enotify.php:295 +msgid "Name:" +msgstr "Nom :" -#: ../../mod/settings.php:952 -msgid "Hide my online presence" -msgstr "Cacher ma présence en ligne" +#: ../../include/enotify.php:296 +msgid "Photo:" +msgstr "Photo :" -#: ../../mod/settings.php:952 -msgid "Prevents displaying in your profile that you are online" -msgstr "Cacher votre statut (en ligne/hors ligne) sur votre profil" +#: ../../include/enotify.php:299 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Merci de visiter %s pour donner suite (ou non) à cette suggestion." -#: ../../mod/settings.php:954 -msgid "Simple Privacy Settings:" -msgstr "Réglages simples :" +#: ../../include/enotify.php:514 +msgid "[Hubzilla:Notify]" +msgstr "[Hubzilla:Notify]" + +#: ../../include/features.php:48 +msgid "General Features" +msgstr "Fonctionnalités générales" + +#: ../../include/features.php:50 +msgid "Content Expiration" +msgstr "Expiration du contenu" + +#: ../../include/features.php:50 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Supprimer les contributions/commentaires et/ou messages privés plus tard" -#: ../../mod/settings.php:955 +#: ../../include/features.php:51 +msgid "Multiple Profiles" +msgstr "Profils multiples" + +#: ../../include/features.php:51 +msgid "Ability to create multiple profiles" +msgstr "Possibilité de créer plusieurs profils" + +#: ../../include/features.php:52 +msgid "Advanced Profiles" +msgstr "Profils Avancés" + +#: ../../include/features.php:52 +msgid "Additional profile sections and selections" +msgstr "Sections et sélections supplémentaires du profil" + +#: ../../include/features.php:53 +msgid "Profile Import/Export" +msgstr "Importer/Exporter le profil" + +#: ../../include/features.php:53 +msgid "Save and load profile details across sites/channels" +msgstr "Sauvegarder et charger les détails d'un profil entre sites/canaux" + +#: ../../include/features.php:54 +msgid "Web Pages" +msgstr "Pages web" + +#: ../../include/features.php:54 +msgid "Provide managed web pages on your channel" +msgstr "Fournir des pages web, sous votre contrôle, sur votre canal" + +#: ../../include/features.php:55 +msgid "Hide Rating" +msgstr "Masquer l'évaluation" + +#: ../../include/features.php:55 msgid "" -"Very Public - <em>extremely permissive (should be used with caution)</em>" -msgstr "Très public - <em>extrèmement permissif (à n'utiliser qu'en connaissance de cause)</em>" +"Hide the rating buttons on your channel and profile pages. Note: People can " +"still rate you somewhere else." +msgstr "Masquer les boutons d'évaluation sur les pages de votre canal et de votre profil. NB : vous pourrez toujours être évalué(e) ailleurs." -#: ../../mod/settings.php:956 +#: ../../include/features.php:56 +msgid "Private Notes" +msgstr "Notes privées" + +#: ../../include/features.php:56 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" +msgstr "Active un outil pour stocker des notes et des rappels (note :non chiffré)" + +#: ../../include/features.php:57 +msgid "Navigation Channel Select" +msgstr "Sélection du canal par la navigation" + +#: ../../include/features.php:57 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Changez de canal directement depuis le menu de navigation déroulant" + +#: ../../include/features.php:58 +msgid "Photo Location" +msgstr "Site de prise de vue" + +#: ../../include/features.php:58 +msgid "If location data is available on uploaded photos, link this to a map." +msgstr "Si des informations géographiques sont présentes dans les images téléversées, les lier à une carte." + +#: ../../include/features.php:60 +msgid "Expert Mode" +msgstr "Mode expert" + +#: ../../include/features.php:60 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Activer le mode expert pour accéder aux options avancées" + +#: ../../include/features.php:61 +msgid "Premium Channel" +msgstr "Canal VIP" + +#: ../../include/features.php:61 msgid "" -"Typical - <em>default public, privacy when desired (similar to social " -"network permissions but with improved privacy)</em>" -msgstr "Classique - <em>public par défaut, privé en cas de besoin (comparable dans le principe aux réseaux sociaux centralisés, avec un mode privé plus efficace)</em>" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Vous permet d'appliquer des règles et restrictions aux contacts de votre canal" -#: ../../mod/settings.php:957 -msgid "Private - <em>default private, never open or public</em>" -msgstr "Privé - <em>privé par défaut, jamais ouvert ni public</em>" +#: ../../include/features.php:66 +msgid "Post Composition Features" +msgstr "Fonctionnalités de composition" -#: ../../mod/settings.php:958 -msgid "Blocked - <em>default blocked to/from everybody</em>" -msgstr "Bloqué - <em>par défaut, bloqué de/vers tout le monde</em>" +#: ../../include/features.php:68 +msgid "Use Markdown" +msgstr "Utiliser Markdown" -#: ../../mod/settings.php:960 -msgid "Allow others to tag your posts" -msgstr "Autoriser les autres à \"étiqueté\" vos publications" +#: ../../include/features.php:68 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Autoriser l'utilisation de \"Markdown\" pour mettre en forme les messages" -#: ../../mod/settings.php:960 +#: ../../include/features.php:69 +msgid "Large Photos" +msgstr "Grandes photos" + +#: ../../include/features.php:69 msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "Souvent utilisé par la communauté pour distinguer le contenu innaproprié" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" +msgstr "Inclure de grands aperçus (1024px) dans les messages. Si désactivé, inclure de petits aperçus (640px)." -#: ../../mod/settings.php:962 -msgid "Advanced Privacy Settings" -msgstr "Réglages avancés" +#: ../../include/features.php:70 ../../include/widgets.php:569 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Sources du canal" -#: ../../mod/settings.php:964 -msgid "Expire other channel content after this many days" -msgstr "Faire expirer le contenu des autres canaux après n jours" +#: ../../include/features.php:70 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Importe automatiquement le contenus d'autres canaux ou flux dans le canal actif" -#: ../../mod/settings.php:964 -msgid "0 or blank prevents expiration" -msgstr "0, ou vide, pour ne pas faire expirer" +#: ../../include/features.php:71 +msgid "Even More Encryption" +msgstr "Encore plus de chiffrement" -#: ../../mod/settings.php:965 -msgid "Maximum Friend Requests/Day:" -msgstr "Nombre maximum de mises en relation par jour :" +#: ../../include/features.php:71 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Permettre le chiffrement optionnel du contenu de bout en bout au moyen d'un secret partagé" -#: ../../mod/settings.php:965 -msgid "May reduce spam activity" -msgstr "Contribue à réduire l'impact des indésirables" +#: ../../include/features.php:72 +msgid "Enable Voting Tools" +msgstr "Activer les outils de vote" -#: ../../mod/settings.php:966 -msgid "Default Post Permissions" -msgstr "Permissions par défaut des publications" +#: ../../include/features.php:72 +msgid "Provide a class of post which others can vote on" +msgstr "Fournit un type de publication sur lequel les utilisateurs peuvent voter" -#: ../../mod/settings.php:978 -msgid "Maximum private messages per day from unknown people:" -msgstr "Nombre maximum de messages privés émanant d'inconnus, par jour :" +#: ../../include/features.php:73 +msgid "Delayed Posting" +msgstr "Publication plus tard" -#: ../../mod/settings.php:978 -msgid "Useful to reduce spamming" -msgstr "Utile pour réduire les indésirables" +#: ../../include/features.php:73 +msgid "Allow posts to be published at a later date" +msgstr "Permettre de publier des messages à une date programmée" -#: ../../mod/settings.php:981 -msgid "Notification Settings" -msgstr "Notifications" +#: ../../include/features.php:74 +msgid "Suppress Duplicate Posts/Comments" +msgstr "Supprimer les publications/commentaires en doublon" -#: ../../mod/settings.php:982 -msgid "By default post a status message when:" -msgstr "Par défaut, publier un statut quand:" +#: ../../include/features.php:74 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." +msgstr "Empêcher des messages aux contenus identiques d'être publiés à moins de deux minutes d'intervalle" -#: ../../mod/settings.php:983 -msgid "accepting a friend request" -msgstr "vous acceptez une mise en relation" +#: ../../include/features.php:80 +msgid "Network and Stream Filtering" +msgstr "Filtrage du réseau et des flux" -#: ../../mod/settings.php:984 -msgid "joining a forum/community" -msgstr "vous joignez un forum ou à une communauté" +#: ../../include/features.php:81 +msgid "Search by Date" +msgstr "Chercher par date" -#: ../../mod/settings.php:985 -msgid "making an <em>interesting</em> profile change" -msgstr "vous faites une modification <em>intéressante</em> de votre profil" +#: ../../include/features.php:81 +msgid "Ability to select posts by date ranges" +msgstr "Pouvoir choisir des publications par date" -#: ../../mod/settings.php:986 -msgid "Send a notification email when:" -msgstr "Envoyer un courriel de notification quand :" +#: ../../include/features.php:82 +msgid "Enable management and selection of privacy groups" +msgstr "Active la gestion et la sélection des groupes d'accès" -#: ../../mod/settings.php:987 -msgid "You receive a connection request" -msgstr "Vous recevez une demande de mise en relation" +#: ../../include/features.php:83 ../../include/widgets.php:284 +msgid "Saved Searches" +msgstr "Recherches sauvegardées" -#: ../../mod/settings.php:988 -msgid "Your connections are confirmed" -msgstr "Vous relations sont confirmées" +#: ../../include/features.php:83 +msgid "Save search terms for re-use" +msgstr "Sauvegarder des termes de recherche pour utilisation ultérieure" -#: ../../mod/settings.php:989 -msgid "Someone writes on your profile wall" -msgstr "Quelqu'un a écrit sur votre mur" +#: ../../include/features.php:84 +msgid "Network Personal Tab" +msgstr "Onglet \"Me concernant\"" -#: ../../mod/settings.php:990 -msgid "Someone writes a followup comment" -msgstr "Quelqu'un a commenté sur vos publications" +#: ../../include/features.php:84 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Activer un onglet affichant seulement les publications du réseau sur lesquelles vous êtes intervenu" -#: ../../mod/settings.php:991 -msgid "You receive a private message" -msgstr "Vous recevez un message privé" +#: ../../include/features.php:85 +msgid "Network New Tab" +msgstr "Onglet \"nouveautés réseau\"" -#: ../../mod/settings.php:992 -msgid "You receive a friend suggestion" -msgstr "Vous recevez une suggestion d'amitié/relation" +#: ../../include/features.php:85 +msgid "Enable tab to display all new Network activity" +msgstr "Activer un onglet présentant toute l'activité récente sur le réseau" -#: ../../mod/settings.php:993 -msgid "You are tagged in a post" -msgstr "Vous êtes étiqueté dans une publication" +#: ../../include/features.php:86 +msgid "Affinity Tool" +msgstr "Gérer l'affinité" -#: ../../mod/settings.php:994 -msgid "You are poked/prodded/etc. in a post" -msgstr "Vous êtes cogné/encouragé/etc. dans une publication" +#: ../../include/features.php:86 +msgid "Filter stream activity by depth of relationships" +msgstr "Filtrer le flux d'activité en fonction de la profondeur des relations" -#: ../../mod/settings.php:997 -msgid "Advanced Account/Page Type Settings" -msgstr "Type de page/Compte (avancé)" +#: ../../include/features.php:87 +msgid "Connection Filtering" +msgstr "Filtrage des contacts" -#: ../../mod/settings.php:998 -msgid "Change the behaviour of this account for special situations" -msgstr "Modifie le comportement de ce compte pour certains cas particuliers" +#: ../../include/features.php:87 +msgid "Filter incoming posts from connections based on keywords/content" +msgstr "Filtrer les publications entrantes de mes contacts sur la base de mots-clefs" -#: ../../mod/settings.php:1001 -msgid "" -"Please enable expert mode (in <a href=\"settings/features\">Settings > " -"Additional features</a>) to adjust!" -msgstr "Mode expert requis (<a href=\"settings/features\">Réglages > Fonctions supplémentaires</a>) svp ajuster!" +#: ../../include/features.php:88 +msgid "Suggest Channels" +msgstr "Suggérer des canaux" -#: ../../mod/settings.php:1002 -msgid "Miscellaneous Settings" -msgstr "Divers" +#: ../../include/features.php:88 +msgid "Show channel suggestions" +msgstr "Montrer les suggestions de canaux" -#: ../../mod/settings.php:1004 -msgid "Personal menu to display in your channel pages" -msgstr "Menu personnel tel qu'il apparaîtra sur les pages de votre canal" +#: ../../include/features.php:93 +msgid "Post/Comment Tools" +msgstr "Gérer les publications/commentaires" -#: ../../mod/settings.php:1005 -msgid "Remove this channel" -msgstr "Supprimer ce canal" +#: ../../include/features.php:94 +msgid "Community Tagging" +msgstr "Etiquetage communautaire" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Cogner/Encourager" +#: ../../include/features.php:94 +msgid "Ability to tag existing posts" +msgstr "Permettre de marquer les publications existantes" -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "Cogner, encourager, et autres choses à faire à quelqu'un" +#: ../../include/features.php:95 +msgid "Post Categories" +msgstr "Catégoriser les publications" -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Destinataire" +#: ../../include/features.php:95 +msgid "Add categories to your posts" +msgstr "Ajouter des catégories à vos publications" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "Choisir quoi lui faire" +#: ../../include/features.php:96 +msgid "Ability to file posts under folders" +msgstr "Permettre de classer les publications dans des dossiers" -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Rendre cette contribution privée" +#: ../../include/features.php:97 +msgid "Dislike Posts" +msgstr "\"Ne pas aimer\" les publications" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autoriser l'application à se connecter" +#: ../../include/features.php:97 +msgid "Ability to dislike posts/comments" +msgstr "Possibilité de \"ne pas aimer\" les publications/commentaires" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Merci de retourner vers votre application, et d'y insérer ce Code de Sécurité :" +#: ../../include/features.php:98 +msgid "Star Posts" +msgstr "Pouvoir mettre en avant les publications" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Merci de vous connecter pour continuer." +#: ../../include/features.php:98 +msgid "Ability to mark special posts with a star indicator" +msgstr "Pouvoir marquer certaines publications d'une étoile" -#: ../../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 "Voulez-vous autoriser cette application à accéder à vos publications et contacts, et/ou à publier en votre nom?" +#: ../../include/features.php:99 +msgid "Tag Cloud" +msgstr "Nuage de tags" -#: ../../mod/post.php:229 +#: ../../include/features.php:99 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Afficher un nuage de vos tags sur votre canal" + +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" +msgstr "Impossible d'obtenir les données d'identité depuis la base de données" + +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Nom vide" + +#: ../../include/identity.php:69 +msgid "Name too long" +msgstr "Nom trop long" + +#: ../../include/identity.php:181 +msgid "No account identifier" +msgstr "Pas d'identifiant de compte" + +#: ../../include/identity.php:193 +msgid "Nickname is required." +msgstr "Un surnom est requis." + +#: ../../include/identity.php:207 +msgid "Reserved nickname. Please choose another." +msgstr "Surnom réservé. Merci d'en choisir un autre." + +#: ../../include/identity.php:212 msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Authentification magique bloquée. Vous êtes connecté sur ce site localement. Merci de vous en déconnecter et réessayer." +"Nickname has unsupported characters or is already being used on this site." +msgstr "Le surnom contient des caractères interdits ou est déjà pris sur ce site." -#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:178 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Bienvenue %s. L'authentification magique a fonctionné." +#: ../../include/identity.php:288 +msgid "Unable to retrieve created identity" +msgstr "Impossible de récupérer l'identité créée" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Élément indisponible." +#: ../../include/identity.php:346 +msgid "Default Profile" +msgstr "Profil par défaut" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "Récupération d'URL échouée : %1$s" +#: ../../include/identity.php:772 +msgid "Requested channel is not available." +msgstr "Canal demandé non disponible." -#: ../../mod/block.php:27 ../../mod/page.php:35 -msgid "Invalid item." -msgstr "Élément invalide." +#: ../../include/identity.php:818 ../../mod/achievements.php:11 +#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29 +#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 +#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 +msgid "Requested profile is not available." +msgstr "Profil demandé non disponible." -#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 -#: ../../mod/home.php:54 ../../mod/wall_upload.php:28 -msgid "Channel not found." -msgstr "Canal introuvable." +#: ../../include/identity.php:967 ../../mod/profiles.php:782 +msgid "Change profile photo" +msgstr "Changer la photo du profil" -#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../mod/help.php:72 ../../index.php:236 -msgid "Page not found." -msgstr "Page introuvable." +#: ../../include/identity.php:973 +msgid "Profiles" +msgstr "Profils" -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." -msgstr "L'image a été téléversée, mais le recadrage a échoué." +#: ../../include/identity.php:973 +msgid "Manage/edit profiles" +msgstr "Gérer/modifier les profils" -#: ../../mod/profile_photo.php:161 -msgid "Image resize failed." -msgstr "Le redimensionnement de l'image a échoué." +#: ../../include/identity.php:974 ../../mod/profiles.php:783 +msgid "Create New Profile" +msgstr "Créer un nouveau profil" -#: ../../mod/profile_photo.php:205 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Shirt-rechargez votre page, ou videz le cache du navigateur si la photo ne s'affiche pas immédiatement." +#: ../../include/identity.php:989 ../../mod/profiles.php:794 +msgid "Profile Image" +msgstr "Image du profil" -#: ../../mod/profile_photo.php:232 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "L'image dépasse la taille limite de %d" +#: ../../include/identity.php:992 +msgid "visible to everybody" +msgstr "visible pour tous" -#: ../../mod/profile_photo.php:241 -msgid "Unable to process image." -msgstr "Impossible de traîter l'image." +#: ../../include/identity.php:993 ../../mod/profiles.php:677 +#: ../../mod/profiles.php:798 +msgid "Edit visibility" +msgstr "Changer la visibilité" -#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 -msgid "Photo not available." -msgstr "Photo inaccessible." +#: ../../include/identity.php:1009 ../../include/identity.php:1252 +msgid "Gender:" +msgstr "Sexe :" -#: ../../mod/profile_photo.php:358 -msgid "Upload File:" -msgstr "Fichier :" +#: ../../include/identity.php:1010 ../../include/identity.php:1296 +msgid "Status:" +msgstr "État :" -#: ../../mod/profile_photo.php:359 -msgid "Select a profile:" -msgstr "Choisir un profil :" +#: ../../include/identity.php:1011 ../../include/identity.php:1307 +msgid "Homepage:" +msgstr "Site Internet :" -#: ../../mod/profile_photo.php:360 -msgid "Upload Profile Photo" -msgstr "Téléverser une photo de profil" +#: ../../include/identity.php:1012 +msgid "Online Now" +msgstr "Connecté" -#: ../../mod/profile_photo.php:365 -msgid "skip this step" -msgstr "passer cette étape" +#: ../../include/identity.php:1099 ../../include/identity.php:1177 +#: ../../mod/ping.php:318 +msgid "g A l F d" +msgstr "g A l F d" -#: ../../mod/profile_photo.php:365 -msgid "select a photo from your photo albums" -msgstr "choisir une photo dans vos albums" +#: ../../include/identity.php:1100 ../../include/identity.php:1178 +msgid "F d" +msgstr "d F" -#: ../../mod/profile_photo.php:379 -msgid "Crop Image" -msgstr "Recadrer l'image" +#: ../../include/identity.php:1145 ../../include/identity.php:1217 +#: ../../mod/ping.php:341 +msgid "[today]" +msgstr "[aujourd'hui]" -#: ../../mod/profile_photo.php:380 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Merci d'ajuster le cadre pour une visualisation optimale." +#: ../../include/identity.php:1156 +msgid "Birthday Reminders" +msgstr "Rappels d'anniversaires" -#: ../../mod/profile_photo.php:382 -msgid "Done Editing" -msgstr "J'ai terminé" +#: ../../include/identity.php:1157 +msgid "Birthdays this week:" +msgstr "Anniversaires cette semaine :" -#: ../../mod/profile_photo.php:425 -msgid "Image uploaded successfully." -msgstr "Image téléversée avec succès." +#: ../../include/identity.php:1210 +msgid "[No description]" +msgstr "[Pas de description]" -#: ../../mod/profile_photo.php:427 -msgid "Image upload failed." -msgstr "Le téléversement a échoué." +#: ../../include/identity.php:1228 +msgid "Event Reminders" +msgstr "Rappels d'événements" + +#: ../../include/identity.php:1229 +msgid "Events this week:" +msgstr "Événements cette semaine :" -#: ../../mod/profile_photo.php:436 +#: ../../include/identity.php:1250 ../../mod/settings.php:1031 +msgid "Full Name:" +msgstr "Nom complet :" + +#: ../../include/identity.php:1257 +msgid "Like this channel" +msgstr "J'aime ce canal" + +#: ../../include/identity.php:1281 +msgid "j F, Y" +msgstr "j F, Y" + +#: ../../include/identity.php:1282 +msgid "j F" +msgstr "j F" + +#: ../../include/identity.php:1289 +msgid "Birthday:" +msgstr "Date de naissance :" + +#: ../../include/identity.php:1293 ../../mod/directory.php:302 +msgid "Age:" +msgstr "Age :" + +#: ../../include/identity.php:1302 #, php-format -msgid "Image size reduction [%s] failed." -msgstr "La réduction de taille [%s] a échoué." +msgid "for %1$d %2$s" +msgstr "depuis %1$d %2$s" -#: ../../mod/blocks.php:66 -msgid "Block Name" -msgstr "Nom du Bloc" +#: ../../include/identity.php:1305 ../../mod/profiles.php:699 +msgid "Sexual Preference:" +msgstr "Orientation sexuelle :" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 -#: ../../mod/profiles.php:222 ../../mod/profiles.php:539 -msgid "Profile not found." -msgstr "Profil introuvable." +#: ../../include/identity.php:1309 ../../mod/directory.php:318 +#: ../../mod/profiles.php:701 +msgid "Hometown:" +msgstr "Ville natale :" -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profil supprimé." +#: ../../include/identity.php:1311 +msgid "Tags:" +msgstr "Étiquettes :" -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Profil-" +#: ../../include/identity.php:1313 ../../mod/profiles.php:702 +msgid "Political Views:" +msgstr "Opinions politiques :" -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "Nouveau profil créé." +#: ../../include/identity.php:1315 +msgid "Religion:" +msgstr "Religion :" -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "Profil impossible à cloner." +#: ../../include/identity.php:1317 ../../mod/directory.php:320 +msgid "About:" +msgstr "À propos :" -#: ../../mod/profiles.php:136 -msgid "Profile unavailable to export." -msgstr "Impossible d'exporter le profil." +#: ../../include/identity.php:1319 +msgid "Hobbies/Interests:" +msgstr "Occupations/Centres d'intérêt :" -#: ../../mod/profiles.php:232 -msgid "Profile Name is required." -msgstr "Le nom du profil est requis." +#: ../../include/identity.php:1321 ../../mod/profiles.php:705 +msgid "Likes:" +msgstr "Aime :" -#: ../../mod/profiles.php:354 -msgid "Marital Status" -msgstr "Statut marital" +#: ../../include/identity.php:1323 ../../mod/profiles.php:706 +msgid "Dislikes:" +msgstr "N'aime pas :" -#: ../../mod/profiles.php:358 -msgid "Romantic Partner" -msgstr "Partenaire" +#: ../../include/identity.php:1325 +msgid "Contact information and Social Networks:" +msgstr "Coordonnées et réseaux sociaux :" -#: ../../mod/profiles.php:362 -msgid "Likes" -msgstr "Aime" +#: ../../include/identity.php:1327 +msgid "My other channels:" +msgstr "Mes autres canaux :" -#: ../../mod/profiles.php:366 -msgid "Dislikes" -msgstr "Déteste" +#: ../../include/identity.php:1329 +msgid "Musical interests:" +msgstr "Goûts musicaux :" -#: ../../mod/profiles.php:370 -msgid "Work/Employment" -msgstr "Travail/Occupation" +#: ../../include/identity.php:1331 +msgid "Books, literature:" +msgstr "Lectures, goûts littéraires :" -#: ../../mod/profiles.php:373 -msgid "Religion" -msgstr "Religion/Croyance" +#: ../../include/identity.php:1333 +msgid "Television:" +msgstr "Télévision :" -#: ../../mod/profiles.php:377 -msgid "Political Views" -msgstr "Opinions politiques" +#: ../../include/identity.php:1335 +msgid "Film/dance/culture/entertainment:" +msgstr "Cinéma/danse/culture/divertissement&nsbp;:" -#: ../../mod/profiles.php:381 -msgid "Gender" -msgstr "Sexe/Genre" +#: ../../include/identity.php:1337 +msgid "Love/Romance:" +msgstr "Vie sentimentale/amoureuse :" -#: ../../mod/profiles.php:385 -msgid "Sexual Preference" -msgstr "Préférence sexuelle" +#: ../../include/identity.php:1339 +msgid "Work/employment:" +msgstr "Travail/Occupation " -#: ../../mod/profiles.php:389 -msgid "Homepage" -msgstr "Site Internet" +#: ../../include/identity.php:1341 +msgid "School/education:" +msgstr "Études " -#: ../../mod/profiles.php:393 -msgid "Interests" -msgstr "Centres d'intérêt" +#: ../../include/identity.php:1361 +msgid "Like this thing" +msgstr "J'aime ceci" -#: ../../mod/profiles.php:397 ../../mod/admin.php:902 -msgid "Address" -msgstr "Adresse" +#: ../../include/identity.php:1769 ../../mod/cover_photo.php:236 +msgid "cover photo" +msgstr "Photo principale" -#: ../../mod/profiles.php:404 ../../mod/pubsites.php:25 -msgid "Location" -msgstr "Emplacement" +#: ../../include/oembed.php:267 +msgid "Embedded content" +msgstr "Contenu imbriqué" -#: ../../mod/profiles.php:487 -msgid "Profile updated." -msgstr "Profil mis à jour." +#: ../../include/oembed.php:276 +msgid "Embedding disabled" +msgstr "Imbrication désactivée" -#: ../../mod/profiles.php:564 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Cacher vos contacts/relations aux visiteurs de ce profil?" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" +msgstr "Peut voir les publications ordinaires sur mon canal." -#: ../../mod/profiles.php:588 -msgid "Edit Profile Details" -msgstr "Éditer les détails du profil" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" +msgstr "Peut voir le profil du canal par défaut." -#: ../../mod/profiles.php:590 -msgid "View this profile" -msgstr "Voir le profil" +#: ../../include/permissions.php:28 +msgid "Can view my connections" +msgstr "Peut voir mes contacts" -#: ../../mod/profiles.php:592 -msgid "Change Profile Photo" -msgstr "Changer la photo du profil" +#: ../../include/permissions.php:29 +msgid "Can view my file storage and photos" +msgstr "Peut voir mes fichiers et photos" -#: ../../mod/profiles.php:593 -msgid "Create a new profile using these settings" -msgstr "Créer un nouveau profil avec ces réglages" +#: ../../include/permissions.php:30 +msgid "Can view my webpages" +msgstr "Peut voir mes pages web" -#: ../../mod/profiles.php:594 -msgid "Clone this profile" -msgstr "Cloner le profil" +#: ../../include/permissions.php:33 +msgid "Can send me their channel stream and posts" +msgstr "Peuvent m'envoyer leur flux et les publications de leur canal" -#: ../../mod/profiles.php:595 -msgid "Delete this profile" -msgstr "Supprimer le profil" +#: ../../include/permissions.php:34 +msgid "Can post on my channel page (\"wall\")" +msgstr "Peuvent poster sur la page de mon canal (\"mur\")" -#: ../../mod/profiles.php:597 -msgid "Import profile from file" -msgstr "Importer le profil à partir d'un fichier" +#: ../../include/permissions.php:35 +msgid "Can comment on or like my posts" +msgstr "Peuvent commenter et/ou aimer mes publications" -#: ../../mod/profiles.php:598 -msgid "Export profile to file" -msgstr "Exporter le profil vers un fichier." +#: ../../include/permissions.php:36 +msgid "Can send me private mail messages" +msgstr "Peuvent m'envoyer des messages privés" -#: ../../mod/profiles.php:599 -msgid "Profile Name:" -msgstr "Nom du profil :" +#: ../../include/permissions.php:37 +msgid "Can like/dislike stuff" +msgstr "Peuvent aimer/ne pas aimer" -#: ../../mod/profiles.php:600 -msgid "Your Full Name:" -msgstr "Votre nom complet :" +#: ../../include/permissions.php:37 +msgid "Profiles and things other than posts/comments" +msgstr "Profils et autres excluant les publications/commentaires." -#: ../../mod/profiles.php:601 -msgid "Title/Description:" -msgstr "Titre/description :" +#: ../../include/permissions.php:39 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Peut faire suivre à tous les contacts de mon canal via \"@mention\"" -#: ../../mod/profiles.php:602 -msgid "Your Gender:" -msgstr "Sexe/Genre :" +#: ../../include/permissions.php:39 +msgid "Advanced - useful for creating group forum channels" +msgstr "Avancé - utile pour les canaux de type \"forum/groupe\"" + +#: ../../include/permissions.php:40 +msgid "Can chat with me (when available)" +msgstr "Peut discuter avec moi (quand disponibie)" + +#: ../../include/permissions.php:41 +msgid "Can write to my file storage and photos" +msgstr "Peut charger des fichiers et des photos dans mon canal" + +#: ../../include/permissions.php:42 +msgid "Can edit my webpages" +msgstr "Peut modifier mes pages web" + +#: ../../include/permissions.php:44 +msgid "Can source my public posts in derived channels" +msgstr "Peut rediriger mes publications publiques vers des canaux dérivés" + +#: ../../include/permissions.php:44 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Plutôt avancé - très utile dans les communautés ouvertes" + +#: ../../include/permissions.php:46 +msgid "Can administer my channel resources" +msgstr "Peut administrer les ressources de mon canal" + +#: ../../include/permissions.php:46 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Très avancé. Ne pas toucher, sauf si vous savez ce que vous faîtes" + +#: ../../include/permissions.php:867 +msgid "Social Networking" +msgstr "Réseau social" + +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Mostly Public" +msgstr "Pincipalement public" + +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Restricted" +msgstr "Accès restreint" + +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +msgid "Private" +msgstr "Privé" + +#: ../../include/permissions.php:868 +msgid "Community Forum" +msgstr "Forum communautaire" + +#: ../../include/permissions.php:869 +msgid "Feed Republish" +msgstr "Republication de flux" + +#: ../../include/permissions.php:870 +msgid "Special Purpose" +msgstr "Utilisation spécifique" + +#: ../../include/permissions.php:870 +msgid "Celebrity/Soapbox" +msgstr "Page de célébrité/tribune" + +#: ../../include/permissions.php:870 +msgid "Group Repository" +msgstr "Espace de groupe" -#: ../../mod/profiles.php:603 +#: ../../include/permissions.php:871 +msgid "Custom/Expert Mode" +msgstr "Mode expert/spécifique" + +#: ../../include/widgets.php:103 +msgid "System" +msgstr "Système" + +#: ../../include/widgets.php:106 +msgid "Create Personal App" +msgstr "Créer votre application" + +#: ../../include/widgets.php:107 +msgid "Edit Personal App" +msgstr "Modifier votre application" + +#: ../../include/widgets.php:149 ../../mod/suggest.php:54 +msgid "Ignore/Hide" +msgstr "Ignorer/Cacher" + +#: ../../include/widgets.php:154 +msgid "Suggestions" +msgstr "Suggestions" + +#: ../../include/widgets.php:155 +msgid "See more..." +msgstr "Voir plus..." + +#: ../../include/widgets.php:176 #, php-format -msgid "Birthday (%s):" -msgstr "Date de naissance (%s) :" +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Vous avez %1$.0f sur %2$.0f contacts autorisés." -#: ../../mod/profiles.php:604 -msgid "Street Address:" -msgstr "Adresse postale :" +#: ../../include/widgets.php:182 +msgid "Add New Connection" +msgstr "Ajouter un nouveau contact" -#: ../../mod/profiles.php:605 -msgid "Locality/City:" -msgstr "Ville/Localité :" +#: ../../include/widgets.php:183 +msgid "Enter channel address" +msgstr "Saisissez l'adresse du canal" -#: ../../mod/profiles.php:606 -msgid "Postal/Zip Code:" -msgstr "Code postal :" +#: ../../include/widgets.php:184 +msgid "Examples: bob@example.com, https://example.com/barbara" +msgstr "Exemples : pierre@exemple.com, https://exemple.com/sophie" -#: ../../mod/profiles.php:607 -msgid "Country:" -msgstr "Pays :" +#: ../../include/widgets.php:200 +msgid "Notes" +msgstr "Notes" -#: ../../mod/profiles.php:608 -msgid "Region/State:" -msgstr "Région/Province/État :" +#: ../../include/widgets.php:276 +msgid "Remove term" +msgstr "Retirer le terme" -#: ../../mod/profiles.php:609 -msgid "<span class=\"heart\">♥</span> Marital Status:" -msgstr "<span class=\"heart\">♥</span>Statut marital :" +#: ../../include/widgets.php:359 +msgid "Archives" +msgstr "Archives" -#: ../../mod/profiles.php:610 -msgid "Who: (if applicable)" -msgstr "Avec : (si pertinent)" +#: ../../include/widgets.php:449 ../../mod/connedit.php:580 +msgid "Me" +msgstr "Moi" -#: ../../mod/profiles.php:611 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Exemples : cathy123, Cathy Williams, cathy@exemple.com" +#: ../../include/widgets.php:450 ../../mod/connedit.php:581 +msgid "Family" +msgstr "Famille" -#: ../../mod/profiles.php:612 -msgid "Since [date]:" -msgstr "Depuis [date] :" +#: ../../include/widgets.php:452 ../../mod/connedit.php:583 +msgid "Acquaintances" +msgstr "Connaissances" -#: ../../mod/profiles.php:614 -msgid "Homepage URL:" -msgstr "URL de mon site Internet :" +#: ../../include/widgets.php:453 ../../mod/connections.php:88 +#: ../../mod/connections.php:103 ../../mod/connedit.php:584 +msgid "All" +msgstr "Tous" -#: ../../mod/profiles.php:617 -msgid "Religious Views:" -msgstr "Opinions religieuses :" +#: ../../include/widgets.php:472 +msgid "Refresh" +msgstr "Actualiser" -#: ../../mod/profiles.php:618 -msgid "Keywords:" -msgstr "Mots-clefs :" +#: ../../include/widgets.php:506 +msgid "Account settings" +msgstr "Paramètres du compte" -#: ../../mod/profiles.php:621 -msgid "Example: fishing photography software" -msgstr "Exemple : escrime photographie modélisme" +#: ../../include/widgets.php:512 +msgid "Channel settings" +msgstr "Paramètres du canal" -#: ../../mod/profiles.php:622 -msgid "Used in directory listings" -msgstr "Utilisé pour le référencement dans l'annuaire" +#: ../../include/widgets.php:521 +msgid "Additional features" +msgstr "Fonctionnalités supplémentaires" -#: ../../mod/profiles.php:623 -msgid "Tell us about yourself..." -msgstr "Parlez nous de vous..." +#: ../../include/widgets.php:528 +msgid "Feature/Addon settings" +msgstr "Paramètres des extensions/greffons" -#: ../../mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Loisirs/Centres d'intêret" +#: ../../include/widgets.php:534 +msgid "Display settings" +msgstr "Paramètres d'affichage" -#: ../../mod/profiles.php:625 -msgid "Contact information and Social Networks" -msgstr "Coordonnées et réseaux sociaux" +#: ../../include/widgets.php:540 +msgid "Connected apps" +msgstr "Applications connectées" -#: ../../mod/profiles.php:626 -msgid "My other channels" -msgstr "Mes autres canaux" +#: ../../include/widgets.php:546 +msgid "Export channel" +msgstr "Exporter le canal" -#: ../../mod/profiles.php:627 -msgid "Musical interests" -msgstr "Goûts musicaux" +#: ../../include/widgets.php:553 ../../mod/connedit.php:692 +msgid "Connection Default Permissions" +msgstr "Autorisations par défaut des contacts" -#: ../../mod/profiles.php:628 -msgid "Books, literature" -msgstr "Littérature" +#: ../../include/widgets.php:561 +msgid "Premium Channel Settings" +msgstr "Paramètres de canal VIP" -#: ../../mod/profiles.php:629 -msgid "Television" -msgstr "Télévision" +#: ../../include/widgets.php:591 +msgid "Private Mail Menu" +msgstr "Menu des messages privés" -#: ../../mod/profiles.php:630 -msgid "Film/dance/culture/entertainment" -msgstr "Cinéma/Danse/Culture/Divertissement" +#: ../../include/widgets.php:593 +msgid "Combined View" +msgstr "Vue combinée" -#: ../../mod/profiles.php:631 -msgid "Love/romance" -msgstr "Amour/Romance" +#: ../../include/widgets.php:627 ../../include/widgets.php:639 +msgid "Conversations" +msgstr "Conversations" -#: ../../mod/profiles.php:632 -msgid "Work/employment" -msgstr "Travail/Occupation" +#: ../../include/widgets.php:631 +msgid "Received Messages" +msgstr "Messages reçus" -#: ../../mod/profiles.php:633 -msgid "School/education" -msgstr "Études" +#: ../../include/widgets.php:635 +msgid "Sent Messages" +msgstr "Messages envoyés" -#: ../../mod/profiles.php:639 -msgid "This is your default profile." -msgstr "Voilà votre profil par défault." +#: ../../include/widgets.php:649 +msgid "No messages." +msgstr "Pas de message." -#: ../../mod/profiles.php:650 ../../mod/directory.php:143 -#: ../../mod/dirprofile.php:92 -msgid "Age: " -msgstr "Age :" +#: ../../include/widgets.php:667 +msgid "Delete conversation" +msgstr "Supprimer la conversation" -#: ../../mod/profiles.php:692 -msgid "Edit/Manage Profiles" -msgstr "Éditer/gérer les profils" +#: ../../include/widgets.php:693 +msgid "Events Menu" +msgstr "Menu Evènements" -#: ../../mod/profiles.php:693 -msgid "Add profile things" -msgstr "Ajouter des choses de profil" +#: ../../include/widgets.php:694 +msgid "Day View" +msgstr "Vue Jour" -#: ../../mod/profiles.php:694 -msgid "Include desirable objects in your profile" -msgstr "Incluez des objets souhaitables dans votre profil" +#: ../../include/widgets.php:695 +msgid "Week View" +msgstr "Vue Semaine" -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" -msgstr "Favoris ajouté" +#: ../../include/widgets.php:696 +msgid "Month View" +msgstr "Vue Mois" -#: ../../mod/bookmarks.php:58 -msgid "My Bookmarks" -msgstr "Mes Favoris" +#: ../../include/widgets.php:697 ../../mod/events.php:654 +msgid "Export" +msgstr "Export" -#: ../../mod/bookmarks.php:69 -msgid "My Connections Bookmarks" -msgstr "Favoris de mes relations" +#: ../../include/widgets.php:698 ../../mod/events.php:657 +msgid "Import" +msgstr "Import" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Identifiant de profil invalide." +#: ../../include/widgets.php:708 +msgid "Events Tools" +msgstr "Outils Evènements" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Éditeur de visibilité de profil" +#: ../../include/widgets.php:709 +msgid "Export Calendar" +msgstr "Exporter le calendrier" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Cliquez sur un contact pour l'ajouter ou le retirer." +#: ../../include/widgets.php:710 +msgid "Import Calendar" +msgstr "Importer un calendrier" -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Visible par" +#: ../../include/widgets.php:784 +msgid "Chat Rooms" +msgstr "Salons de clavardage" -#: ../../mod/profperm.php:139 ../../mod/connections.php:279 -msgid "All Connections" -msgstr "Toutes les relations" +#: ../../include/widgets.php:804 +msgid "Bookmarked Chatrooms" +msgstr "Salons favoris" -#: ../../mod/pubsites.php:16 -msgid "Public Sites" -msgstr "Sites publics" +#: ../../include/widgets.php:824 +msgid "Suggested Chatrooms" +msgstr "Salons suggérés" -#: ../../mod/pubsites.php:19 -msgid "" -"The listed sites allow public registration into the Hubzilla. 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 "Les sites listés autorisent l'inscription pour tous. Tous sont liés entre eux, de manière à ce qu'un compte sur un seul d'entre eux soit valable sur l'ensemble de la matrice. Certains sites peuvent demander des frais de souscriptions, ou fournir des forfaits ajustés. Le lien \"fournisseur\" <strong>peut</strong> vous donner des détails supplémentaires." +#: ../../include/widgets.php:969 ../../include/widgets.php:1059 +msgid "photo/image" +msgstr "photo/image" -#: ../../mod/pubsites.php:25 -msgid "Site URL" -msgstr "URL du site" +#: ../../include/widgets.php:1153 +msgid "Rating Tools" +msgstr "Outils d'évaluation" -#: ../../mod/pubsites.php:25 -msgid "Access Type" -msgstr "Type d'accès" +#: ../../include/widgets.php:1157 ../../include/widgets.php:1159 +msgid "Rate Me" +msgstr "M'évaluer" -#: ../../mod/pubsites.php:25 -msgid "Registration Policy" -msgstr "Politique d'inscription" +#: ../../include/widgets.php:1162 +msgid "View Ratings" +msgstr "Voir mes évaluations" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "Vous devez vous connecter pour voir cette page." +#: ../../include/widgets.php:1173 +msgid "Public Hubs" +msgstr "Instances publiques" -#: ../../mod/channel.php:86 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Permissions insuffisantes. Demande redirigée à la page du profil." +#: ../../include/widgets.php:1221 +msgid "Forums" +msgstr "Membres du forum" -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "Choisir un dossier de favoris" +#: ../../include/widgets.php:1250 +msgid "Tasks" +msgstr "Tâches" -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "Sauver le favoris" +#: ../../include/widgets.php:1259 +msgid "Documentation" +msgstr "Documentation" -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "URL du favoris" +#: ../../include/widgets.php:1261 +msgid "Project/Site Information" +msgstr "Information sur le site/projet" -#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 -msgid "Description" -msgstr "Description" +#: ../../include/widgets.php:1262 +msgid "For Members" +msgstr "Pour les membres" -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -msgstr "Ou entrez le nom d'un nouveau dossier" +#: ../../include/widgets.php:1263 +msgid "For Administrators" +msgstr "Pour les administrateurs" -#: ../../mod/chat.php:167 -msgid "Room not found" -msgstr "Salon introuvable" +#: ../../include/widgets.php:1264 +msgid "For Developers" +msgstr "Pour les développeurs" -#: ../../mod/chat.php:178 -msgid "Leave Room" -msgstr "Quitter le salon" +#: ../../include/widgets.php:1289 ../../mod/admin.php:456 +msgid "Site" +msgstr "Site" -#: ../../mod/chat.php:179 -msgid "Delete This Room" -msgstr "Supprimer le salon" +#: ../../include/widgets.php:1290 +msgid "Accounts" +msgstr "Comptes" -#: ../../mod/chat.php:180 -msgid "I am away right now" -msgstr "Je suis momentanément absent" +#: ../../include/widgets.php:1291 ../../mod/admin.php:1149 +msgid "Channels" +msgstr "Canaux" -#: ../../mod/chat.php:181 -msgid "I am online" -msgstr "Je suis en ligne" +#: ../../include/widgets.php:1292 ../../mod/admin.php:710 +msgid "Security" +msgstr "" -#: ../../mod/chat.php:183 -msgid "Bookmark this room" -msgstr "Marquer ce salon" +#: ../../include/widgets.php:1294 ../../mod/admin.php:1264 +#: ../../mod/admin.php:1325 +msgid "Plugins" +msgstr "Greffons" -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" -msgstr "Nouveau salon" +#: ../../include/widgets.php:1295 ../../mod/admin.php:1486 +#: ../../mod/admin.php:1520 +msgid "Themes" +msgstr "Thèmes" -#: ../../mod/chat.php:208 -msgid "Chatroom Name" -msgstr "Nom du salon" +#: ../../include/widgets.php:1296 +msgid "Inspect queue" +msgstr "Analyser la file d'attente" -#: ../../mod/chat.php:225 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "Salons de %1$s" +#: ../../include/widgets.php:1297 +msgid "Profile Config" +msgstr "Configuration du profil" -#: ../../mod/register.php:43 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Nombre d'inscriptions quotidiennes dépassé. Merci de recommencer demain." +#: ../../include/widgets.php:1298 +msgid "DB updates" +msgstr "Mises à jour BDD" -#: ../../mod/register.php:49 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Merci d'indiquer votre adhésion aux Règles du Service. L'inscription a échoué." +#: ../../include/widgets.php:1316 ../../include/widgets.php:1322 +#: ../../mod/admin.php:1605 +msgid "Logs" +msgstr "Journaux" -#: ../../mod/register.php:83 -msgid "Passwords do not match." -msgstr "Les mots de passe ne concordent pas." +#: ../../include/widgets.php:1321 +msgid "Plugin Features" +msgstr "Fonctionnalités des greffons" -#: ../../mod/register.php:116 -msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "Inscription réussie. Merci de vérifier vos courriels pour valider votre compte." +#: ../../include/widgets.php:1323 +msgid "User registrations waiting for confirmation" +msgstr "Enregistrements d'utilisateurs en attente d'approbation" -#: ../../mod/register.php:122 -msgid "Your registration is pending approval by the site owner." -msgstr "Votre inscription est en attente de l'approbation d'un administrateur." +#: ../../include/widgets.php:1401 ../../mod/photos.php:760 +#: ../../mod/photos.php:1300 +msgid "View Photo" +msgstr "Voir la photo" -#: ../../mod/register.php:125 -msgid "Your registration can not be processed." -msgstr "Votre inscription ne peut être traîtée." +#: ../../include/widgets.php:1418 ../../mod/photos.php:791 +msgid "Edit Album" +msgstr "Modifier l'album" -#: ../../mod/register.php:162 -msgid "Registration on this site/hub is by approval only." -msgstr "L'inscription sur cette instance/ce site est soumis à une modération." +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" +msgstr "Enregistrer dans le dossier" -#: ../../mod/register.php:163 -msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" -msgstr "<a href=\"pubsites\">S'inscrire sur un site/hub affilié</a>" +#: ../../include/ItemObject.php:151 +msgid "I will attend" +msgstr "Je participerai" -#: ../../mod/register.php:171 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Ce site a dépassé le nombre de création de compte autorisé par jour. Merci de recommencer demain." +#: ../../include/ItemObject.php:151 +msgid "I will not attend" +msgstr "Je ne participerai pas" -#: ../../mod/register.php:182 -msgid "Terms of Service" -msgstr "Règles du Service" +#: ../../include/ItemObject.php:151 +msgid "I might attend" +msgstr "Je participerai peut-être" -#: ../../mod/register.php:188 +#: ../../include/ItemObject.php:161 +msgid "I agree" +msgstr "Je suis d'accord" + +#: ../../include/ItemObject.php:161 +msgid "I disagree" +msgstr "Je ne suis pas d'accord" + +#: ../../include/ItemObject.php:161 +msgid "I abstain" +msgstr "Je m'abstiens" + +#: ../../include/ItemObject.php:212 +msgid "Add Star" +msgstr "Mettre en avant (étoile)" + +#: ../../include/ItemObject.php:213 +msgid "Remove Star" +msgstr "Ne plus mettre en avant" + +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" +msgstr "(Dés)activer l'étoile" + +#: ../../include/ItemObject.php:218 +msgid "starred" +msgstr "mis en avant" + +#: ../../include/ItemObject.php:236 +msgid "Add Tag" +msgstr "Ajouter une étiquette" + +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1037 +msgid "I like this (toggle)" +msgstr "J'aime (oui/non)" + +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1038 +msgid "I don't like this (toggle)" +msgstr "Je n'aime pas (oui/non)" + +#: ../../include/ItemObject.php:259 +msgid "Share This" +msgstr "Partager" + +#: ../../include/ItemObject.php:259 +msgid "share" +msgstr "partager" + +#: ../../include/ItemObject.php:268 +msgid "Delivery Report" +msgstr "Rapport de distribution" + +#: ../../include/ItemObject.php:286 #, php-format -msgid "I accept the %s for this website" -msgstr "J'accepte %s de ce site" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d commentaire" +msgstr[1] "%d commentaires" -#: ../../mod/register.php:190 +#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 #, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "J'ai plus de 13 ans et j'accepte les %s de ce site" +msgid "View %s's profile - %s" +msgstr "Voir le profil de %s - %s" -#: ../../mod/register.php:204 ../../mod/admin.php:452 -msgid "Registration" -msgstr "Inscription" +#: ../../include/ItemObject.php:319 +msgid "to" +msgstr "à " -#: ../../mod/register.php:209 -msgid "Membership on this site is by invitation only." -msgstr "L'inscription à ce site se fait uniquement sur invitation." +#: ../../include/ItemObject.php:320 +msgid "via" +msgstr "via" -#: ../../mod/register.php:210 -msgid "Please enter your invitation code" -msgstr "Merci de saisir votre code d'invitation" +#: ../../include/ItemObject.php:321 +msgid "Wall-to-Wall" +msgstr "Mur-à -mur" -#: ../../mod/register.php:213 -msgid "Your email address" -msgstr "Votre adresse de courriel" +#: ../../include/ItemObject.php:322 +msgid "via Wall-To-Wall:" +msgstr "par Mur-à -mur :" -#: ../../mod/register.php:214 -msgid "Choose a password" -msgstr "Choisissez un mot de passe" +#: ../../include/ItemObject.php:362 +msgid "Save Bookmarks" +msgstr "Enregistrer les favoris" -#: ../../mod/register.php:215 -msgid "Please re-enter your password" -msgstr "Confirmez-le" +#: ../../include/ItemObject.php:363 +msgid "Add to Calendar" +msgstr "Ajouter au Calendrier" -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Absent" +#: ../../include/ItemObject.php:372 +msgid "Mark all seen" +msgstr "Tout marquer comme vu" -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "En ligne" +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1223 +msgctxt "noun" +msgid "Likes" +msgstr "Aime" -#: ../../mod/regmod.php:12 -msgid "Please login." -msgstr "Merci de vous connecter." +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1224 +msgctxt "noun" +msgid "Dislikes" +msgstr "N'aime pas" -#: ../../mod/cloud.php:126 -msgid "Hubzilla - Guests: Username: {your email address}, Password: +++" -msgstr "Matrice Rouge - Pour les invités: Nom d'utilisateur = {votre courriel}, Mot de passe = +++" +#: ../../include/ItemObject.php:700 ../../mod/photos.php:1056 +#: ../../mod/photos.php:1174 +msgid "This is you" +msgstr "C'est vous" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Il est impossible de supprimer un canal à l'intérieur de 48 heures après avoir changé le mot de passe d'un compte." +#: ../../include/ItemObject.php:709 +msgid "Image" +msgstr "Image" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" -msgstr "Supprimer ce Canal" +#: ../../include/ItemObject.php:710 +msgid "Insert Link" +msgstr "Insérer un lien" -#: ../../mod/removeme.php:58 -msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." -msgstr "Ceci effacera complètement le canal du réseau. Une fois effacé, un canal ne PEUT PAS être récupéré." +#: ../../include/ItemObject.php:711 +msgid "Video" +msgstr "Vidéo" -#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 -msgid "Please enter your password for verification:" -msgstr "Merci de re-saisir votre mot de passe pour vérification :" +#: ../../index.php:245 ../../mod/help.php:217 +msgid "Not Found" +msgstr "Introuvable" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" -msgstr "Supprimer ce canal ainsi que tous ses clones sur la matrice" +#: ../../index.php:248 ../../mod/block.php:75 ../../mod/display.php:110 +#: ../../mod/help.php:220 ../../mod/page.php:89 +msgid "Page not found." +msgstr "Page introuvable." -#: ../../mod/removeme.php:60 +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Quelques mots sur quoi faire quand on est nouveau ici" + +#: ../../mod/acl.php:222 +msgid "network" +msgstr "réseau" + +#: ../../mod/acl.php:232 +msgid "RSS" +msgstr "RSS" + +#: ../../mod/api.php:74 ../../mod/api.php:98 +msgid "Authorize application connection" +msgstr "Autoriser l'application à se connecter" + +#: ../../mod/api.php:75 +msgid "Return to your app and insert this Securty Code:" +msgstr "Merci de retourner vers votre application, et d'y insérer ce Code de Sécurité :" + +#: ../../mod/api.php:85 +msgid "Please login to continue." +msgstr "Merci de vous identifier pour continuer." + +#: ../../mod/api.php:100 msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "Par défaut, seule l'instance du canal présente sur ce hub sera supprimée du réseau" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Voulez-vous autoriser cette application à accéder à vos publications et contacts, et/ou à publier en votre nom?" -#: ../../mod/removeme.php:61 -msgid "Remove Channel" -msgstr "Enlever le canal" +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." +msgstr "Application installée." + +#: ../../mod/appman.php:37 +msgid "Malformed app." +msgstr "Erreur de l'application - Malformée." + +#: ../../mod/appman.php:80 +msgid "Embed code" +msgstr "Imbriquer le code" + +#: ../../mod/appman.php:86 +msgid "Edit App" +msgstr "Modifier l'application" + +#: ../../mod/appman.php:86 +msgid "Create App" +msgstr "Créer une application" + +#: ../../mod/appman.php:91 +msgid "Name of app" +msgstr "Nom de l'application" + +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" +msgstr "Emplacement (URL) de l'application" + +#: ../../mod/appman.php:93 ../../mod/events.php:450 ../../mod/rbmark.php:97 +msgid "Description" +msgstr "Description" + +#: ../../mod/appman.php:94 +msgid "Photo icon URL" +msgstr "URL de l'icône à utiliser pour cette photo" + +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" +msgstr "80 x 80 pixels - facultatif" + +#: ../../mod/appman.php:95 +msgid "Version ID" +msgstr "Identifiant de version" + +#: ../../mod/appman.php:96 +msgid "Price of app" +msgstr "Prix de l'application" + +#: ../../mod/appman.php:97 +msgid "Location (URL) to purchase app" +msgstr "Emplacement (URL) pour l'achat de l'application" + +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Élément indisponible." + +#: ../../mod/block.php:27 ../../mod/page.php:36 +msgid "Invalid item." +msgstr "Élément invalide." + +#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29 +msgid "Channel not found." +msgstr "Canal introuvable." + +#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 +msgid "Block Name" +msgstr "Nom du Bloc" + +#: ../../mod/blocks.php:149 +msgid "Block Title" +msgstr "Titre du bloc" + +#: ../../mod/bookmarks.php:40 +msgid "Bookmark added" +msgstr "Favori ajouté" + +#: ../../mod/bookmarks.php:62 +msgid "My Bookmarks" +msgstr "Mes Favoris" + +#: ../../mod/bookmarks.php:73 +msgid "My Connections Bookmarks" +msgstr "Favoris de mes contacts" + +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Vous devez vous connecter pour voir cette page." + +#: ../../mod/channel.php:97 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Permissions insuffisantes. Demande redirigée vers la page du profil." + +#: ../../mod/channel.php:131 ../../mod/network.php:169 ../../mod/rpost.php:114 +msgid "Public" +msgstr "Public" + +#: ../../mod/chat.php:174 +msgid "Room not found" +msgstr "Salon introuvable" + +#: ../../mod/chat.php:185 +msgid "Leave Room" +msgstr "Quitter le salon" + +#: ../../mod/chat.php:186 +msgid "Delete This Room" +msgstr "Supprimer le salon" + +#: ../../mod/chat.php:187 +msgid "I am away right now" +msgstr "Je suis absent en ce moment" + +#: ../../mod/chat.php:188 +msgid "I am online" +msgstr "Je suis en ligne" + +#: ../../mod/chat.php:190 +msgid "Bookmark this room" +msgstr "Marquer ce salon comme favori" + +#: ../../mod/chat.php:208 ../../mod/chat.php:231 +msgid "New Chatroom" +msgstr "Nouveau salon de discussion" + +#: ../../mod/chat.php:209 +msgid "Chatroom Name" +msgstr "Nom du salon de discussion" + +#: ../../mod/chat.php:210 +msgid "Expiration of chats (minutes)" +msgstr "Expiration des discussions (en minutes)" + +#: ../../mod/chat.php:227 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "Salons de %1$s" + +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Absent" + +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "En ligne" #: ../../mod/common.php:10 msgid "No channel." @@ -4818,3061 +4449,4920 @@ msgstr "Pas de canal." #: ../../mod/common.php:39 msgid "Common connections" -msgstr "Relations communes" +msgstr "Contacts en commun" #: ../../mod/common.php:44 msgid "No connections in common." -msgstr "Pas de relation en commun." - -#: ../../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 "Nous avons rencontré un problème avec l'OpenID que vous nous avez fourni. Merci de vérifier que l'ID est bien saisi." - -#: ../../mod/rmagic.php:38 -msgid "The error message was:" -msgstr "Le message d'erreur était :" - -#: ../../mod/rmagic.php:42 -msgid "Authentication failed." -msgstr "Échec de l'authentification." +msgstr "Pas de contacts en commun." -#: ../../mod/rmagic.php:82 -msgid "Remote Authentication" -msgstr "Authentification distante" - -#: ../../mod/rmagic.php:83 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Entrez l'adresse de votre canal (p.ex. moncanal@monsite.com)" - -#: ../../mod/rmagic.php:84 -msgid "Authenticate" -msgstr "Authentifier" - -#: ../../mod/connect.php:55 ../../mod/connect.php:103 +#: ../../mod/connect.php:56 ../../mod/connect.php:104 msgid "Continue" msgstr "Continuer" -#: ../../mod/connect.php:84 +#: ../../mod/connect.php:85 msgid "Premium Channel Setup" msgstr "Configuration du canal VIP" -#: ../../mod/connect.php:86 +#: ../../mod/connect.php:87 msgid "Enable premium channel connection restrictions" msgstr "Activer les restrictions liées au canal VIP" -#: ../../mod/connect.php:87 +#: ../../mod/connect.php:88 msgid "" "Please enter your restrictions or conditions, such as paypal receipt, usage " "guidelines, etc." msgstr "Merci de saisir les restrictions et/ou conditions - reçu Paypal, transaction Bitcoin, ligne de conduite, ..." -#: ../../mod/connect.php:89 ../../mod/connect.php:109 +#: ../../mod/connect.php:90 ../../mod/connect.php:110 msgid "" "This channel may require additional steps or acknowledgement of the " "following conditions prior to connecting:" msgstr "Avant d'autoriser la mise en relation, ce canal attire votre attention sur les conditions suivantes :" -#: ../../mod/connect.php:90 +#: ../../mod/connect.php:91 msgid "" "Potential connections will then see the following text before proceeding:" -msgstr "Les relations potentielles verront ce qui suit avant de pouvoir continuer :" +msgstr "Les contacts potentiels verront ce qui suit avant de pouvoir continuer :" -#: ../../mod/connect.php:91 ../../mod/connect.php:112 +#: ../../mod/connect.php:92 ../../mod/connect.php:113 msgid "" "By continuing, I certify that I have complied with any instructions provided" " on this page." -msgstr "En continuant, je certifie que je me suis acquitté de toutes les instructions indiquées" +msgstr "En continuant, je certifie que je me suis conformé à toutes les instructions indiquées sur cette page." -#: ../../mod/connect.php:100 +#: ../../mod/connect.php:101 msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Aucune instruction spécifique n'a été établie par le propriétaire du canal.)" +msgstr "(Aucune instruction spécifique n'a été fournie par le propriétaire du canal.)" -#: ../../mod/connect.php:108 +#: ../../mod/connect.php:109 msgid "Restricted or Premium Channel" msgstr "Canal VIP ou restreint" -#: ../../mod/network.php:79 -msgid "No such group" -msgstr "Groupe introuvable" - -#: ../../mod/network.php:118 -msgid "Search Results For:" -msgstr "Résultats de recherche pour :" - -#: ../../mod/network.php:172 -msgid "Collection is empty" -msgstr "Collection vide" - -#: ../../mod/network.php:180 -msgid "Collection: " -msgstr "Collection :" - -#: ../../mod/network.php:193 -msgid "Connection: " -msgstr "Relation :" - -#: ../../mod/network.php:196 -msgid "Invalid connection." -msgstr "Relation invalide." - -#: ../../mod/connections.php:37 ../../mod/connedit.php:64 -msgid "Could not access contact record." -msgstr "Impossible d'accéder aux détails du contact." - -#: ../../mod/connections.php:51 ../../mod/connedit.php:78 -msgid "Could not locate selected profile." -msgstr "Impossible de localiser le profil sélectionné." - -#: ../../mod/connections.php:94 ../../mod/connedit.php:132 -msgid "Connection updated." -msgstr "Connexion mise à jour." - -#: ../../mod/connections.php:96 ../../mod/connedit.php:134 -msgid "Failed to update connection record." -msgstr "Impossible de mettre à jour les détails de la relation." - -#: ../../mod/connections.php:191 ../../mod/connections.php:292 +#: ../../mod/connections.php:52 ../../mod/connections.php:157 +#: ../../mod/connections.php:238 msgid "Blocked" -msgstr "Bloqué" +msgstr "Bloqué(e)" -#: ../../mod/connections.php:196 ../../mod/connections.php:299 +#: ../../mod/connections.php:57 ../../mod/connections.php:164 +#: ../../mod/connections.php:237 msgid "Ignored" -msgstr "Ignoré" +msgstr "Ignoré(e)" -#: ../../mod/connections.php:201 ../../mod/connections.php:313 +#: ../../mod/connections.php:62 ../../mod/connections.php:178 +#: ../../mod/connections.php:236 msgid "Hidden" msgstr "Caché" -#: ../../mod/connections.php:206 ../../mod/connections.php:306 +#: ../../mod/connections.php:67 ../../mod/connections.php:171 +#: ../../mod/connections.php:235 msgid "Archived" msgstr "Archivé" -#: ../../mod/connections.php:230 ../../mod/connections.php:245 -msgid "All" -msgstr "Tout" - -#: ../../mod/connections.php:270 -msgid "Suggest new connections" -msgstr "Suggérer de nouvelles relations" - -#: ../../mod/connections.php:273 +#: ../../mod/connections.php:134 msgid "New Connections" -msgstr "Nouvelles relations" +msgstr "Nouveaux contacts" -#: ../../mod/connections.php:276 +#: ../../mod/connections.php:137 msgid "Show pending (new) connections" -msgstr "Voir les (nouvelles) relations en attente" - -#: ../../mod/connections.php:282 -msgid "Show all connections" -msgstr "Voir toutes les relations" +msgstr "Voir les (nouveaux) contacts en attente" -#: ../../mod/connections.php:285 -msgid "Unblocked" -msgstr "Non bloquées" +#: ../../mod/connections.php:141 ../../mod/profperm.php:139 +msgid "All Connections" +msgstr "Tous les contacts" -#: ../../mod/connections.php:288 -msgid "Only show unblocked connections" -msgstr "Ne montrer que les relations non-bloquées" +#: ../../mod/connections.php:144 +msgid "Show all connections" +msgstr "Voir tous les contacts" -#: ../../mod/connections.php:295 +#: ../../mod/connections.php:160 msgid "Only show blocked connections" -msgstr "Ne montrer que les relations bloquées" +msgstr "Ne montrer que les contacts bloqués" -#: ../../mod/connections.php:302 +#: ../../mod/connections.php:167 msgid "Only show ignored connections" -msgstr "Ne montrer que les relations ignorées" +msgstr "Ne montrer que les contacts ignorés" -#: ../../mod/connections.php:309 +#: ../../mod/connections.php:174 msgid "Only show archived connections" -msgstr "Ne montrer que les relations archivées" +msgstr "Ne montrer que les contacts archivés" -#: ../../mod/connections.php:316 +#: ../../mod/connections.php:181 msgid "Only show hidden connections" -msgstr "Ne montrer que les relations cachées" +msgstr "Ne montrer que les contacts cachés" + +#: ../../mod/connections.php:234 +msgid "Pending approval" +msgstr "En attente de validation" -#: ../../mod/connections.php:368 +#: ../../mod/connections.php:250 #, php-format msgid "%1$s [%2$s]" msgstr "%1$s [%2$s]" -#: ../../mod/connections.php:369 -msgid "Edit contact" -msgstr "Éditer contact" +#: ../../mod/connections.php:251 +msgid "Edit connection" +msgstr "Modifier le contact" -#: ../../mod/connections.php:390 -msgid "Search your connections" -msgstr "Chercher parmi vos relations" +#: ../../mod/connections.php:252 +msgid "Delete connection" +msgstr "Supprimer le contact" -#: ../../mod/connections.php:391 -msgid "Finding: " -msgstr "Recherche :" +#: ../../mod/connections.php:261 +msgid "Channel address" +msgstr "Adresse du canal" -#: ../../mod/rpost.php:97 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "Éditer la contribution" +#: ../../mod/connections.php:263 +msgid "Network" +msgstr "Réseau" -#: ../../mod/connedit.php:181 -msgid "is now connected to" -msgstr "est maintenant connecté avec" +#: ../../mod/connections.php:266 ../../mod/admin.php:668 +msgid "Status" +msgstr "État" -#: ../../mod/connedit.php:274 -msgid "Could not access address book record." -msgstr "Impossible d'accéder aux détails du carnet d'adresses." +#: ../../mod/connections.php:268 +msgid "Connected" +msgstr "Connecté" -#: ../../mod/connedit.php:288 -msgid "Refresh failed - channel is currently unavailable." -msgstr "Actualisation impossible - le canal est momentanément indisponible." +#: ../../mod/connections.php:270 +msgid "Approve connection" +msgstr "Valider le contact" -#: ../../mod/connedit.php:295 -msgid "Channel has been unblocked" -msgstr "Le canal n'est plus bloqué" +#: ../../mod/connections.php:271 ../../mod/admin.php:991 +msgid "Approve" +msgstr "Approuver" -#: ../../mod/connedit.php:296 -msgid "Channel has been blocked" -msgstr "Le canal est bloqué" +#: ../../mod/connections.php:272 +msgid "Ignore connection" +msgstr "Ignorer le contact" -#: ../../mod/connedit.php:300 ../../mod/connedit.php:312 -#: ../../mod/connedit.php:324 ../../mod/connedit.php:336 -#: ../../mod/connedit.php:352 -msgid "Unable to set address book parameters." -msgstr "Impossible de régler les paramètres du carnet d'adresses." +#: ../../mod/connections.php:273 ../../mod/connedit.php:536 +#: ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "Ignorer" -#: ../../mod/connedit.php:307 -msgid "Channel has been unignored" -msgstr "Le canal n'est plus ignoré" +#: ../../mod/connections.php:274 +msgid "Recent activity" +msgstr "Activité récente" -#: ../../mod/connedit.php:308 -msgid "Channel has been ignored" -msgstr "Le canal est ignoré" +#: ../../mod/connections.php:303 +msgid "Search your connections" +msgstr "Chercher parmi vos contacts" -#: ../../mod/connedit.php:319 -msgid "Channel has been unarchived" -msgstr "Le canal n'est plus archivé" +#: ../../mod/connections.php:304 +msgid "Connections search" +msgstr "Chercher des contacts" -#: ../../mod/connedit.php:320 -msgid "Channel has been archived" -msgstr "Le canal est archivé" +#: ../../mod/connedit.php:75 +msgid "Could not access contact record." +msgstr "Impossible d'accéder aux détails du contact." -#: ../../mod/connedit.php:331 -msgid "Channel has been unhidden" -msgstr "Le canal n'est plus caché" +#: ../../mod/connedit.php:99 +msgid "Could not locate selected profile." +msgstr "Impossible de localiser le profil sélectionné." + +#: ../../mod/connedit.php:223 +msgid "Connection updated." +msgstr "Contact mis à jour." + +#: ../../mod/connedit.php:225 +msgid "Failed to update connection record." +msgstr "Impossible de mettre à jour les détails du contact." -#: ../../mod/connedit.php:332 -msgid "Channel has been hidden" -msgstr "Le canal est caché" +#: ../../mod/connedit.php:272 +msgid "is now connected to" +msgstr "est maintenant connecté avec" + +#: ../../mod/connedit.php:398 +msgid "Could not access address book record." +msgstr "Impossible d'accéder aux détails du carnet d'adresses." -#: ../../mod/connedit.php:347 -msgid "Channel has been approved" -msgstr "Le canal est approuvé" +#: ../../mod/connedit.php:412 +msgid "Refresh failed - channel is currently unavailable." +msgstr "Actualisation impossible - le canal est indisponible." -#: ../../mod/connedit.php:348 -msgid "Channel has been unapproved" -msgstr "Le canal n'est plus approuvé" +#: ../../mod/connedit.php:427 ../../mod/connedit.php:436 +#: ../../mod/connedit.php:445 ../../mod/connedit.php:454 +#: ../../mod/connedit.php:467 +msgid "Unable to set address book parameters." +msgstr "Impossible de régler les paramètres du carnet d'adresses." -#: ../../mod/connedit.php:376 +#: ../../mod/connedit.php:491 msgid "Connection has been removed." -msgstr "La relation a été supprimée" +msgstr "Le contact a été supprimé." -#: ../../mod/connedit.php:396 +#: ../../mod/connedit.php:510 #, php-format msgid "View %s's profile" msgstr "Voir le profil de %s" -#: ../../mod/connedit.php:400 +#: ../../mod/connedit.php:514 msgid "Refresh Permissions" -msgstr "Actualiser les permissions" +msgstr "Actualiser les autorisations" -#: ../../mod/connedit.php:403 +#: ../../mod/connedit.php:517 msgid "Fetch updated permissions" -msgstr "Récupérer les permissions les plus récentes" +msgstr "Récupérer les autorisations les plus récentes" -#: ../../mod/connedit.php:407 +#: ../../mod/connedit.php:521 msgid "Recent Activity" msgstr "Activité récente" -#: ../../mod/connedit.php:410 +#: ../../mod/connedit.php:524 msgid "View recent posts and comments" -msgstr "Voir les contributions et commentaires récentes" +msgstr "Voir les publications et commentaires récents" -#: ../../mod/connedit.php:414 ../../mod/connedit.php:557 -#: ../../mod/admin.php:769 +#: ../../mod/connedit.php:528 ../../mod/admin.php:995 msgid "Unblock" msgstr "Débloquer" -#: ../../mod/connedit.php:414 ../../mod/connedit.php:557 -#: ../../mod/admin.php:768 +#: ../../mod/connedit.php:528 ../../mod/admin.php:994 msgid "Block" msgstr "Bloquer" -#: ../../mod/connedit.php:417 -msgid "Block or Unblock this connection" -msgstr "Bloquer ou Débloquer cette relation" +#: ../../mod/connedit.php:531 +msgid "Block (or Unblock) all communications with this connection" +msgstr "Bloquer ou débloquer toute communication avec ce contact" + +#: ../../mod/connedit.php:532 +msgid "This connection is blocked!" +msgstr "Ce contact est bloqué !" -#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 +#: ../../mod/connedit.php:536 msgid "Unignore" msgstr "Ne plus ignorer" -#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 -#: ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "Ignorer" +#: ../../mod/connedit.php:539 +msgid "Ignore (or Unignore) all inbound communications from this connection" +msgstr "Ignorer ou ne plus ignorer toute communication venant de ce contact" -#: ../../mod/connedit.php:424 -msgid "Ignore or Unignore this connection" -msgstr "Ignorer ou ne plus ignorer cette relation" +#: ../../mod/connedit.php:540 +msgid "This connection is ignored!" +msgstr "Ce contact est ignoré !" -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:544 msgid "Unarchive" -msgstr "Ne plus archiver" +msgstr "Désarchiver" -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:544 msgid "Archive" msgstr "Archiver" -#: ../../mod/connedit.php:430 -msgid "Archive or Unarchive this connection" -msgstr "Archiver ou ne plus archiver cette relation" +#: ../../mod/connedit.php:547 +msgid "" +"Archive (or Unarchive) this connection - mark channel dead but keep content" +msgstr "Archiver ou désarchiver ce contact - le marquer comme inactif mais conserver le contenu" + +#: ../../mod/connedit.php:548 +msgid "This connection is archived!" +msgstr "Ce contact est archivé !" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:552 msgid "Unhide" msgstr "Ne plus cacher" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:552 msgid "Hide" msgstr "Cacher" -#: ../../mod/connedit.php:436 -msgid "Hide or Unhide this connection" -msgstr "Cacher ou ne plus cacher cette relation" +#: ../../mod/connedit.php:555 +msgid "Hide or Unhide this connection from your other connections" +msgstr "Cacher ou ne plus cacher ce contact vis-à -vis de vos autres contacts" -#: ../../mod/connedit.php:443 +#: ../../mod/connedit.php:556 +msgid "This connection is hidden!" +msgstr "Ce contact est caché !" + +#: ../../mod/connedit.php:563 msgid "Delete this connection" -msgstr "Supprimer cette relation" +msgstr "Supprimer ce contact" -#: ../../mod/connedit.php:486 ../../mod/connedit.php:515 +#: ../../mod/connedit.php:644 msgid "Approve this connection" -msgstr "Approuver cette relation" +msgstr "Autoriser ce contact" -#: ../../mod/connedit.php:486 +#: ../../mod/connedit.php:644 msgid "Accept connection to allow communication" -msgstr "Accepter la relation pour permettre la communication" +msgstr "Accepter le contact pour permettre la communication" -#: ../../mod/connedit.php:502 -msgid "Automatic Permissions Settings" -msgstr "Permissions automatiques" +#: ../../mod/connedit.php:649 +msgid "Set Affinity" +msgstr "Définir le degré d'affinité" -#: ../../mod/connedit.php:502 -#, php-format -msgid "Connections: settings for %s" -msgstr "Relations : réglages pour %s" +#: ../../mod/connedit.php:652 +msgid "Set Profile" +msgstr "Définir le profil" + +#: ../../mod/connedit.php:655 +msgid "Set Affinity & Profile" +msgstr "Définir le degré d'affinité et le profil" + +#: ../../mod/connedit.php:688 +msgid "none" +msgstr "Aucun" -#: ../../mod/connedit.php:506 +#: ../../mod/connedit.php:693 +msgid "Apply these permissions automatically" +msgstr "Appliquer ces permissions automatiquement" + +#: ../../mod/connedit.php:695 +msgid "This connection's primary address is" +msgstr "L'adresse principale de ce contact est" + +#: ../../mod/connedit.php:696 +msgid "Available locations:" +msgstr "Emplacements disponibles :" + +#: ../../mod/connedit.php:700 msgid "" -"When receiving a channel introduction, any permissions provided here will be" -" applied to the new connection automatically and the introduction approved. " -"Leave this page if you do not wish to use this feature." -msgstr "Pour chaque introduction reçue, toutes les permissions définies ici seront appliquées aux nouvelles relations automatiquement, et l'introduction sera approuvée. Laissez cette page telle quelle si vous ne souhaitez pas utiliser ce mécanisme." +"The permissions indicated on this page will be applied to all new " +"connections." +msgstr "Les permissions indiquées sur cette page seront appliquées à tous vos nouveaux contacts." -#: ../../mod/connedit.php:508 +#: ../../mod/connedit.php:702 msgid "Slide to adjust your degree of friendship" -msgstr "Faites glisser pour ajuster le niveau de la relation" +msgstr "Faites glisser pour ajuster votre proximité avec le contact" -#: ../../mod/connedit.php:514 -msgid "inherited" -msgstr "héritée" +#: ../../mod/connedit.php:704 +msgid "Slide to adjust your rating" +msgstr "Faîtes glisser pour ajuster votre note" -#: ../../mod/connedit.php:516 -msgid "Connection has no individual permissions!" -msgstr "Cette relation n'a aucune permission spécifique!" +#: ../../mod/connedit.php:705 ../../mod/connedit.php:710 +msgid "Optionally explain your rating" +msgstr "Explication facultative de votre évaluation" -#: ../../mod/connedit.php:517 +#: ../../mod/connedit.php:707 +msgid "Custom Filter" +msgstr "Filtre personnalisé" + +#: ../../mod/connedit.php:708 +msgid "Only import posts with this text" +msgstr "N'importer que les publications comprenant ce texte" + +#: ../../mod/connedit.php:708 ../../mod/connedit.php:709 msgid "" -"This may be appropriate based on your <a href=\"settings\">privacy " -"settings</a>, though you may wish to review the \"Advanced Permissions\"." -msgstr "Ceci devrait correspondre à vos <a href=\"settings\">réglages de vie privée</a>, mais vous pouvez toujours contrôler les \"Permissions avancées\"." +"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " +"all posts" +msgstr "un mot par ligne ou #étiquettes ou /motif/ ou lang=xx, laisser vide pour importer toutes les publications" + +#: ../../mod/connedit.php:709 +msgid "Do not import posts with this text" +msgstr "Ne pas importer les publications comprenant ce texte" + +#: ../../mod/connedit.php:711 +msgid "This information is public!" +msgstr "Cette information est publique !" -#: ../../mod/connedit.php:519 -msgid "Profile Visibility" -msgstr "Visibilité du profil" +#: ../../mod/connedit.php:716 +msgid "Connection Pending Approval" +msgstr "Contact en attente d'approbation" -#: ../../mod/connedit.php:520 +#: ../../mod/connedit.php:719 +msgid "inherited" +msgstr "héritée" + +#: ../../mod/connedit.php:721 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Merci de choisir le profil que vous souhaitez montrer quand %s visite votre profil de manière authentifiée." -#: ../../mod/connedit.php:521 -msgid "Contact Information / Notes" -msgstr "Notes / Information de contact" - -#: ../../mod/connedit.php:522 -msgid "Edit contact notes" -msgstr "Éditer les notes du contact" - -#: ../../mod/connedit.php:524 +#: ../../mod/connedit.php:723 msgid "Their Settings" -msgstr "Ses réglages" +msgstr "Leurs paramètres" -#: ../../mod/connedit.php:525 +#: ../../mod/connedit.php:724 msgid "My Settings" -msgstr "Mes réglages" +msgstr "Mes paramètres" -#: ../../mod/connedit.php:527 -msgid "Clear/Disable Automatic Permissions" -msgstr "Effacer/Désactiver les Permissions Automatiques" +#: ../../mod/connedit.php:726 +msgid "Individual Permissions" +msgstr "Permissions individuelles" -#: ../../mod/connedit.php:528 -msgid "Forum Members" -msgstr "Membres du forum" +#: ../../mod/connedit.php:727 +msgid "" +"Some permissions may be inherited from your channel's <a " +"href=\"settings\"><strong>privacy settings</strong></a>, which have higher " +"priority than individual settings. You can <strong>not</strong> change those" +" settings here." +msgstr "Certaines permissions peuvent être héritées de vos <a href=\"settings\">paramètres de confidentialité</a> de canal, lesquels sont prioritaires sur les réglages individuels. Vous pouvez modifier ces permissions ici mais cela n'aura aucun effet à moins de changer les paramètres hérités." -#: ../../mod/connedit.php:529 -msgid "Soapbox" -msgstr "Blogue" +#: ../../mod/connedit.php:728 +msgid "" +"Some permissions may be inherited from your channel's <a " +"href=\"settings\"><strong>privacy settings</strong></a>, which have higher " +"priority than individual settings. You can change those settings here but " +"they wont have any impact unless the inherited setting changes." +msgstr "Certaines permissions peuvent être héritées de vos <a href=\"settings\">paramètres de confidentialité</a> de canal, lesquels sont prioritaires sur les réglages individuels. Vous pouvez modifier ces permissions ici mais cela n'aura aucun effet à moins de changer les paramètres hérités." -#: ../../mod/connedit.php:530 -msgid "Full Sharing (typical social network permissions)" -msgstr "Partage Complet (fonctionnement habituel des réseaux sociaux)" +#: ../../mod/connedit.php:729 +msgid "Last update:" +msgstr "Dernière mise à jour :" -#: ../../mod/connedit.php:531 -msgid "Cautious Sharing " -msgstr "Partage modéré" +#: ../../mod/dav.php:121 +msgid "$Projectname channel" +msgstr "Canal $Projectname" -#: ../../mod/connedit.php:532 -msgid "Follow Only" -msgstr "Suivre uniquement" +#: ../../mod/directory.php:59 ../../mod/display.php:13 +#: ../../mod/photos.php:490 ../../mod/ratings.php:82 ../../mod/search.php:13 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." +msgstr "Accès public refusé." -#: ../../mod/connedit.php:533 -msgid "Individual Permissions" -msgstr "Permissions spécifiques" +#: ../../mod/directory.php:239 +#, php-format +msgid "%d rating" +msgid_plural "%d ratings" +msgstr[0] "%d évaluation" +msgstr[1] "%d évaluations" -#: ../../mod/connedit.php:534 -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 "Certaines permissions peuvent être héritées de vos <a href=\"settings\">réglages de vie privée</a>, lesquels sont prioritaires sur les réglages spécifiques. Changer ces permissions héritées sur la présente page n'aura aucun effet." +#: ../../mod/directory.php:250 +msgid "Gender: " +msgstr "Sexe/genre :" -#: ../../mod/connedit.php:535 -msgid "Advanced Permissions" -msgstr "Permissions avancées" +#: ../../mod/directory.php:252 +msgid "Status: " +msgstr "État :" -#: ../../mod/connedit.php:536 -msgid "Simple Permissions (select one and submit)" -msgstr "Permissions simples (en choisir une, puis valider)" +#: ../../mod/directory.php:254 +msgid "Homepage: " +msgstr "Site web :" -#: ../../mod/connedit.php:540 +#: ../../mod/directory.php:313 +msgid "Description:" +msgstr "Description :" + +#: ../../mod/directory.php:322 +msgid "Public Forum:" +msgstr "Forum public :" + +#: ../../mod/directory.php:325 +msgid "Keywords: " +msgstr "Mots-clefs :" + +#: ../../mod/directory.php:328 +msgid "Don't suggest" +msgstr "Ne pas suggérer" + +#: ../../mod/directory.php:330 +msgid "Common connections:" +msgstr "Contacts en commun :" + +#: ../../mod/directory.php:379 +msgid "Global Directory" +msgstr "Annuaire global" + +#: ../../mod/directory.php:379 +msgid "Local Directory" +msgstr "Annuaire local" + +#: ../../mod/directory.php:385 +msgid "Finding:" +msgstr "Recherche :" + +#: ../../mod/directory.php:390 +msgid "next page" +msgstr "page suivante" + +#: ../../mod/directory.php:390 +msgid "previous page" +msgstr "page précédente" + +#: ../../mod/directory.php:391 +msgid "Sort options" +msgstr "Options de tri" + +#: ../../mod/directory.php:392 +msgid "Alphabetic" +msgstr "Alphabétique" + +#: ../../mod/directory.php:393 +msgid "Reverse Alphabetic" +msgstr "Alphabétique inversé" + +#: ../../mod/directory.php:394 +msgid "Newest to Oldest" +msgstr "Du plus récent au moins récent" + +#: ../../mod/directory.php:395 +msgid "Oldest to Newest" +msgstr "Du moins récent du plus récent" + +#: ../../mod/directory.php:412 +msgid "No entries (some entries may be hidden)." +msgstr "Pas d'entrées (certaines peuvent être cachées)." + +#: ../../mod/dirsearch.php:21 ../../mod/regdir.php:45 +msgid "This site is not a directory server" +msgstr "Ce site n'est pas un serveur d'annuaire" + +#: ../../mod/dirsearch.php:29 +msgid "This directory server requires an access token" +msgstr "Ce serveur d'annuaire requiert un jeton d'accès" + +#: ../../mod/dreport.php:23 +msgid "Invalid message" +msgstr "Message non valide" + +#: ../../mod/dreport.php:55 +msgid "no results" +msgstr "aucun résultat" + +#: ../../mod/dreport.php:60 #, php-format -msgid "Visit %s's profile - %s" -msgstr "Visiter le profil de %s - %s" +msgid "Delivery report for %1$s" +msgstr "Rapport de distribution pour %1$s" -#: ../../mod/connedit.php:541 -msgid "Block/Unblock contact" -msgstr "Bloquer/Débloquer le contact" +#: ../../mod/dreport.php:74 +msgid "channel sync processed" +msgstr "Synchro de canal effectuée" -#: ../../mod/connedit.php:542 -msgid "Ignore contact" -msgstr "Ignorer le contact" +#: ../../mod/dreport.php:78 +msgid "queued" +msgstr "mis dans la file d'attente" -#: ../../mod/connedit.php:543 -msgid "Repair URL settings" -msgstr "Réparer les réglages d'URL" +#: ../../mod/dreport.php:82 +msgid "posted" +msgstr "publié" -#: ../../mod/connedit.php:544 -msgid "View conversations" -msgstr "Voir les conversations" +#: ../../mod/dreport.php:86 +msgid "accepted for delivery" +msgstr "accepté pour la distribution" -#: ../../mod/connedit.php:546 -msgid "Delete contact" -msgstr "Supprimer le contact" +#: ../../mod/dreport.php:90 +msgid "updated" +msgstr "mis à jour" -#: ../../mod/connedit.php:549 -msgid "Last update:" -msgstr "Dernière mise à jour :" +#: ../../mod/dreport.php:93 +msgid "update ignored" +msgstr "mise à jour ignorée" -#: ../../mod/connedit.php:551 -msgid "Update public posts" -msgstr "Mettre à jour les publications" +#: ../../mod/dreport.php:96 +msgid "permission denied" +msgstr "permission refusée" -#: ../../mod/connedit.php:553 -msgid "Update now" -msgstr "Mettre à jour maintenant" +#: ../../mod/dreport.php:100 +msgid "recipient not found" +msgstr "destinataire introuvable" -#: ../../mod/connedit.php:559 -msgid "Currently blocked" -msgstr "Actuellement bloqué" +#: ../../mod/dreport.php:103 +msgid "mail recalled" +msgstr "courriel rappelé" -#: ../../mod/connedit.php:560 -msgid "Currently ignored" -msgstr "Actuellement ignoré" +#: ../../mod/dreport.php:106 +msgid "duplicate mail received" +msgstr "courriel reçu en double" -#: ../../mod/connedit.php:561 -msgid "Currently archived" -msgstr "Actuellement archivé" +#: ../../mod/dreport.php:109 +msgid "mail delivered" +msgstr "courriel distribué" -#: ../../mod/connedit.php:562 -msgid "Currently pending" -msgstr "Actuellement en attente" +#: ../../mod/editblock.php:78 ../../mod/editblock.php:94 +#: ../../mod/editlayout.php:76 ../../mod/editpost.php:20 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "Élément introuvable" -#: ../../mod/connedit.php:563 -msgid "Hide this contact from others" -msgstr "Dissimuler ce contact aux autres" +#: ../../mod/editblock.php:118 +msgid "Delete block?" +msgstr "Supprimer le bloc ?" -#: ../../mod/connedit.php:563 -msgid "" -"Replies/likes to your public posts <strong>may</strong> still be visible" -msgstr "Les réponses et autres réactions à vos contributions publiques <strong>pourraient</strong> être toujours visibles" +#: ../../mod/editblock.php:145 ../../mod/editlayout.php:143 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:185 +msgid "Insert YouTube video" +msgstr "Insérer une vidéo YouTube" -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Aucun délégué potentiel n'a été trouvé pour cette page." +#: ../../mod/editblock.php:146 ../../mod/editlayout.php:144 +#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:186 +msgid "Insert Vorbis [.ogg] video" +msgstr "Insérer une vidéo Vorbis [.ogg]" -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Gestion des délégués de la page" +#: ../../mod/editblock.php:147 ../../mod/editlayout.php:145 +#: ../../mod/editpost.php:123 ../../mod/editwebpage.php:187 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Insérer un son Vorbis [.ogg]" -#: ../../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 "Les délégués sont capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages basiques du compte. Merci de ne déléguer votre compte personnel qu'à quelqu'un en qui vous avez une confiance aveugle." +#: ../../mod/editblock.php:180 +msgid "Edit Block" +msgstr "Modifier le bloc" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Actuels gestionnaires de pages" +#: ../../mod/editlayout.php:112 +msgid "Delete layout?" +msgstr "Supprimer la mise en page ?" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Actuels délégués" +#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124 +msgid "Layout Description (Optional)" +msgstr "Description de la mise en page (facultatif)" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Délégués potentiels" +#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121 +#: ../../mod/layouts.php:179 +msgid "Layout Name" +msgstr "Nom de la mise en page" -#: ../../mod/delegate.php:130 ../../mod/photos.php:912 ../../mod/tagrm.php:93 -msgid "Remove" -msgstr "Retirer" +#: ../../mod/editlayout.php:178 +msgid "Edit Layout" +msgstr "Modifier la mise en page" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Ajouter" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Elément non modifiable" -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Aucune entrée." +#: ../../mod/editpost.php:57 +msgid "Delete item?" +msgstr "Supprimer l'élément ?" -#: ../../mod/search.php:13 ../../mod/directory.php:15 -#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 ../../mod/photos.php:443 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." -msgstr "Accès public refusé." +#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 +msgid "Edit post" +msgstr "Modifier la publication" -#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95 -msgid "Gender: " -msgstr "Sexe/genre :" +#: ../../mod/editwebpage.php:153 +msgid "Delete webpage?" +msgstr "Supprimer la page web ?" -#: ../../mod/directory.php:223 -msgid "Finding:" -msgstr "Recherche :" +#: ../../mod/editwebpage.php:172 +msgid "Page link title" +msgstr "Titre du lien vers la page" -#: ../../mod/directory.php:239 -msgid "No entries (some entries may be hidden)." -msgstr "Pas d'entrées (certaines peuvent être cachées)." +#: ../../mod/editwebpage.php:222 +msgid "Edit Webpage" +msgstr "Modifier la page web" -#: ../../mod/dirprofile.php:108 -msgid "Status: " -msgstr "État :" +#: ../../mod/events.php:21 +msgid "Calendar entries imported." +msgstr "Entrées du calendrier importées." -#: ../../mod/dirprofile.php:109 -msgid "Sexual Preference: " -msgstr "Orientation sexuelle :" +#: ../../mod/events.php:23 +msgid "No calendar entries found." +msgstr "Aucune entrée du calendrier trouvée." -#: ../../mod/dirprofile.php:111 -msgid "Homepage: " -msgstr "Site web :" +#: ../../mod/events.php:100 +msgid "Event can not end before it has started." +msgstr "La fin de l'événement ne peut être antérieure à son début." -#: ../../mod/dirprofile.php:112 -msgid "Hometown: " -msgstr "Ville natale :" +#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 +msgid "Unable to generate preview." +msgstr "Impossible de générer l'aperçu." -#: ../../mod/dirprofile.php:114 -msgid "About: " -msgstr "À propos :" +#: ../../mod/events.php:109 +msgid "Event title and start time are required." +msgstr "Un titre et une date de début sont requises pour l'événement." -#: ../../mod/dirprofile.php:162 -msgid "Keywords: " -msgstr "Mots-clefs :" +#: ../../mod/events.php:129 ../../mod/events.php:254 +msgid "Event not found." +msgstr "Événement introuvable." -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Ce site n'est pas un serveur d'annuaire" +#: ../../mod/events.php:437 +msgid "Edit event title" +msgstr "Modifier le titre de l'événement" -#: ../../mod/home.php:81 -msgid "Hubzilla - "The Network"" -msgstr "La Matrice Rouge - "LE Réseau"" +#: ../../mod/events.php:437 +msgid "Event title" +msgstr "Titre de l'événement" -#: ../../mod/home.php:94 -#, php-format -msgid "Welcome to %s" -msgstr "Bienvenue sur %s" +#: ../../mod/events.php:439 +msgid "Categories (comma-separated list)" +msgstr "Catégories (séparées par des virgules)" -#: ../../mod/setup.php:162 -msgid "Hubzilla Server - Setup" -msgstr "Serveur de la Matrice Rouge - Configuration" +#: ../../mod/events.php:440 +msgid "Edit Category" +msgstr "Modifier la catégorie" -#: ../../mod/setup.php:168 -msgid "Could not connect to database." -msgstr "Impossible de se connecter à la base de données." +#: ../../mod/events.php:440 +msgid "Category" +msgstr "Catégorie" -#: ../../mod/setup.php:172 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Impossible de se connecter au site par l'URL indiquée. Problème potentiel de certificat SSL/TLS ou de DNS." +#: ../../mod/events.php:443 +msgid "Edit start date and time" +msgstr "Modifier la date et l'heure de début" -#: ../../mod/setup.php:179 -msgid "Could not create table." -msgstr "Impossible de créer la table." +#: ../../mod/events.php:443 +msgid "Start date and time" +msgstr "Date et heure de début" -#: ../../mod/setup.php:185 -msgid "Your site database has been installed." -msgstr "La base de données de votre site a été installée." +#: ../../mod/events.php:444 ../../mod/events.php:447 +msgid "Finish date and time are not known or not relevant" +msgstr "Date et heure de fin inconnues ou sans objet" + +#: ../../mod/events.php:446 +msgid "Edit finish date and time" +msgstr "Modifier la date et l'heure de fin" -#: ../../mod/setup.php:190 +#: ../../mod/events.php:446 +msgid "Finish date and time" +msgstr "Date et heure de fin" + +#: ../../mod/events.php:448 ../../mod/events.php:449 +msgid "Adjust for viewer timezone" +msgstr "Ajuster au fuseau horaire du visiteur" + +#: ../../mod/events.php:448 msgid "" -"You may need to import the file \"install/database.sql\" manually using " -"phpmyadmin or mysql." -msgstr "Vous pourriez avoir besoin d'importer le fichier \"install/database.sql\" manuellement via phpmyadmin ou mysql." +"Important for events that happen in a particular place. Not practical for " +"global holidays." +msgstr "Important pour les événements se tenant en un lieu particulier. Pas pratique pour les vacances communes à de nombreux pays dans le monde." -#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Merci de consulter le fichier \"install/INSTALL.txt\"." +#: ../../mod/events.php:450 +msgid "Edit Description" +msgstr "Modifier la description" -#: ../../mod/setup.php:257 -msgid "System check" -msgstr "Vérification du système" +#: ../../mod/events.php:452 +msgid "Edit Location" +msgstr "Modifier l'emplacement" + +#: ../../mod/events.php:455 ../../mod/events.php:457 +msgid "Share this event" +msgstr "Partager cet événement" + +#: ../../mod/events.php:462 +msgid "Advanced Options" +msgstr "Options avancées" -#: ../../mod/setup.php:261 ../../mod/events.php:399 +#: ../../mod/events.php:574 +msgid "l, F j" +msgstr "l, F j" + +#: ../../mod/events.php:596 +msgid "Edit event" +msgstr "Modifier l'événement" + +#: ../../mod/events.php:598 +msgid "Delete event" +msgstr "Supprimer l'événement" + +#: ../../mod/events.php:632 +msgid "calendar" +msgstr "calendrier" + +#: ../../mod/events.php:651 +msgid "Edit Event" +msgstr "Modifier l'événement" + +#: ../../mod/events.php:651 +msgid "Create Event" +msgstr "Créer un événement" + +#: ../../mod/events.php:652 ../../mod/events.php:659 ../../mod/photos.php:916 +msgid "Previous" +msgstr "Précédent" + +#: ../../mod/events.php:653 ../../mod/events.php:660 ../../mod/photos.php:925 +#: ../../mod/setup.php:288 msgid "Next" msgstr "Suivant" -#: ../../mod/setup.php:262 -msgid "Check again" -msgstr "Re-vérifier" +#: ../../mod/events.php:661 +msgid "Today" +msgstr "Aujourd'hui" -#: ../../mod/setup.php:284 -msgid "Database connection" -msgstr "Connexion à la base de données" +#: ../../mod/events.php:692 +msgid "Event removed" +msgstr "Événement supprimé" -#: ../../mod/setup.php:285 -msgid "" -"In order to install Hubzilla we need to know how to connect to your " -"database." -msgstr "Pour installer la Matrice Rouge, nous avons besoin de savoir comment contacter votre base de données." +#: ../../mod/events.php:695 +msgid "Failed to remove event" +msgstr "Impossible de supprimer l'événement" -#: ../../mod/setup.php:286 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Merci de contacter votre prestataire d'hébergement ou votre administrateur système si vous avez des doutes à propos de ces paramètres." +#: ../../mod/ffsapi.php:8 +msgid "Share content from Firefox to $Projectname" +msgstr "Partager du contenu depuis Firefox avec $Projectname" -#: ../../mod/setup.php:287 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "La base de données que vous allez spécifier doit exister. Si ce n'est pas déjà le cas, merci de la créer avant de continuer." +#: ../../mod/ffsapi.php:11 +msgid "Activate the Firefox $Projectname provider" +msgstr "Activer le connecteur $Projectname pour Firefox" -#: ../../mod/setup.php:291 -msgid "Database Server Name" -msgstr "Nom du serveur de la base de données" +#: ../../mod/filer.php:48 +msgid "- select -" +msgstr "- choisir -" -#: ../../mod/setup.php:291 -msgid "Default is localhost" -msgstr "Par défaut, localhost" +#: ../../mod/filestorage.php:82 +msgid "Permission Denied." +msgstr "Permission refusée." -#: ../../mod/setup.php:292 -msgid "Database Port" -msgstr "Port du serveur" +#: ../../mod/filestorage.php:98 +msgid "File not found." +msgstr "Fichier introuvable." -#: ../../mod/setup.php:292 -msgid "Communication port number - use 0 for default" -msgstr "Numéro TCP du port - utilisez 0 pour la valeur par défaut" +#: ../../mod/filestorage.php:141 +msgid "Edit file permissions" +msgstr "Modifier les autorisations d'accès au fichier" -#: ../../mod/setup.php:293 -msgid "Database Login Name" -msgstr "Identifiant de connexion à la Base de Données" +#: ../../mod/filestorage.php:150 +msgid "Set/edit permissions" +msgstr "Définir/modifier les autorisations" -#: ../../mod/setup.php:294 -msgid "Database Login Password" -msgstr "Mot de passe de connexion à la Base de Données" +#: ../../mod/filestorage.php:151 +msgid "Include all files and sub folders" +msgstr "Inclure tous fichiers et sous-répertoires" -#: ../../mod/setup.php:295 -msgid "Database Name" -msgstr "Nom de la Base de Données" +#: ../../mod/filestorage.php:152 +msgid "Return to file list" +msgstr "Retourner à la liste des fichiers" -#: ../../mod/setup.php:297 ../../mod/setup.php:339 -msgid "Site administrator email address" -msgstr "Adresse de courriel de l'administrateur du site" +#: ../../mod/filestorage.php:154 +msgid "Copy/paste this code to attach file to a post" +msgstr "Copiez/collez ce code pour joindre le fichier à une publication" -#: ../../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 "Votre compte devra utiliser la même adresse de courriel pour pouvoir utiliser l'administration web." +#: ../../mod/filestorage.php:155 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Copiez/collez cette URL pour pointer vers ce fichier depuis une page web" -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Website URL" -msgstr "URL du site" +#: ../../mod/filestorage.php:157 +msgid "Share this file" +msgstr "Partager ce fichier" -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Please use SSL (https) URL if available." -msgstr "Merci d'utiliser SSL/TLS (https) autant que possible." +#: ../../mod/filestorage.php:158 +msgid "Show URL to this file" +msgstr "Montrer l'URL de ce fichier" -#: ../../mod/setup.php:301 ../../mod/setup.php:344 -msgid "Please select a default timezone for your website" -msgstr "Merci de choisir une zone de temps (fuseau horaire) pour votre site" +#: ../../mod/filestorage.php:159 +msgid "Notify your contacts about this file" +msgstr "Notifier vos contacts à propos de ce fichier" -#: ../../mod/setup.php:328 -msgid "Site settings" -msgstr "Réglages du site" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Canal ajouté." -#: ../../mod/setup.php:387 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Impossible de trouver une version CLI de PHP dans le PATH du serveur web." +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Contact introuvable." -#: ../../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 "En l'absence de version CLI de PHP sur votre serveur, vous ne pourrez pas utiliser la mise à jour en arrière-plan via cron." +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Suggestion d'amitié envoyée." -#: ../../mod/setup.php:392 -msgid "PHP executable path" -msgstr "Chemin vers l'éxecutable PHP" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Suggérer des amis" -#: ../../mod/setup.php:392 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Entrez le chemin complet vers l'exécutable php. Vous pouvez continuer l'installation sans." +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Suggérer un amis à %s" -#: ../../mod/setup.php:397 -msgid "Command line PHP" -msgstr "PHP en ligne de commande (CLI)" +#: ../../mod/group.php:20 +msgid "Privacy group created." +msgstr "Groupe d'accès créé." -#: ../../mod/setup.php:406 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "La version CLI de PHP sur votre système n'a pas l'option \"register_argc_argv\" activée." +#: ../../mod/group.php:26 +msgid "Could not create privacy group." +msgstr "Impossible de créer le groupe d'accès." -#: ../../mod/setup.php:407 -msgid "This is required for message delivery to work." -msgstr "Elle est nécessaire pour la livraison de messages." +#: ../../mod/group.php:54 +msgid "Privacy group updated." +msgstr "Groupe d'accès mis à jour." -#: ../../mod/setup.php:409 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../mod/group.php:86 +msgid "Create a group of channels." +msgstr "Créer un groupe de canaux." -#: ../../mod/setup.php:430 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Erreur : la fonction \"openssl_pkey_new\" de ce système n'est pas capable de générer des clefs de chiffrement" +#: ../../mod/group.php:87 ../../mod/group.php:180 +msgid "Privacy group name: " +msgstr "Nom du groupe d'accès :" -#: ../../mod/setup.php:431 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Si vous êtes sur un serveur Windows, merci de consulter \"http://www.php.net/manual/fr/openssl.installation.php\"." +#: ../../mod/group.php:89 ../../mod/group.php:183 +msgid "Members are visible to other channels" +msgstr "Les membres sont visibles par les autres canaux" -#: ../../mod/setup.php:433 -msgid "Generate encryption keys" -msgstr "Générer les clefs de chiffrement" +#: ../../mod/group.php:107 +msgid "Privacy group removed." +msgstr "Groupe d'accès supprimé." -#: ../../mod/setup.php:440 -msgid "libCurl PHP module" -msgstr "module PHP libCurl" +#: ../../mod/group.php:109 +msgid "Unable to remove privacy group." +msgstr "Impossible de supprimer le groupe d'accès." -#: ../../mod/setup.php:441 -msgid "GD graphics PHP module" -msgstr "module PHP GD graphics" +#: ../../mod/group.php:179 +msgid "Privacy group editor" +msgstr "Editeur de groupe d'accès." -#: ../../mod/setup.php:442 -msgid "OpenSSL PHP module" -msgstr "module PHP OpenSSL" +#: ../../mod/group.php:193 +msgid "Members" +msgstr "Membres" -#: ../../mod/setup.php:443 -msgid "mysqli PHP module" -msgstr "module PHP mysqli" +#: ../../mod/group.php:195 +msgid "All Connected Channels" +msgstr "Tous les canaux connectés" -#: ../../mod/setup.php:444 -msgid "mb_string PHP module" -msgstr "module PHP mb_string" +#: ../../mod/group.php:227 +msgid "Click on a channel to add or remove." +msgstr "Cliquer sur un canal pour l'ajouter ou le supprimer" -#: ../../mod/setup.php:445 -msgid "mcrypt PHP module" -msgstr "module PHP mcrypt" +#: ../../mod/help.php:149 +msgid "Documentation Search" +msgstr "Chercher dans la documentation" -#: ../../mod/setup.php:450 ../../mod/setup.php:452 -msgid "Apache mod_rewrite module" -msgstr "module Apache mod_rewrite" +#: ../../mod/help.php:190 ../../mod/help.php:196 ../../mod/help.php:202 +msgid "Help:" +msgstr "Aide :" -#: ../../mod/setup.php:450 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Erreur : le module mod-rewrite du serveur web Apache est requis, mais pas installé." +#: ../../mod/help.php:243 +msgid "$Projectname Documentation" +msgstr "Documentation $Projectname" -#: ../../mod/setup.php:456 ../../mod/setup.php:459 -msgid "proc_open" -msgstr "proc_open" +#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 +msgid "$Projectname" +msgstr "$Projectname" -#: ../../mod/setup.php:456 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Erreur : proc_open est requis, mais soit n'est pas installé, soit est désactivé dans le php.ini" +#: ../../mod/home.php:75 +#, php-format +msgid "Welcome to %s" +msgstr "Bienvenue sur %s" -#: ../../mod/setup.php:464 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Erreur : le module libCURL de PHP est requis, mais pas installé." +#: ../../mod/id.php:11 +msgid "First Name" +msgstr "Prénom" -#: ../../mod/setup.php:468 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Erreur : le module GD de PHP (avec support JPEG) est requis, mais pas installé." +#: ../../mod/id.php:12 +msgid "Last Name" +msgstr "Nom de famille" -#: ../../mod/setup.php:472 -msgid "Error: openssl PHP module required but not installed." -msgstr "Erreur : le module openssl de PHP est requis, mais pas installé." +#: ../../mod/id.php:13 +msgid "Nickname" +msgstr "Surnom" -#: ../../mod/setup.php:476 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Erreur : le module mysqli de PHP est requis, mais pas installé." +#: ../../mod/id.php:14 +msgid "Full Name" +msgstr "Nom complet" -#: ../../mod/setup.php:480 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Erreur : le module mb_string de PHP est requis, mais pas installé." +#: ../../mod/id.php:20 +msgid "Profile Photo 16px" +msgstr "Photo de profil 16px" -#: ../../mod/setup.php:484 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Erreur : le module mcrypt de PHP est requis, mais pas installé." +#: ../../mod/id.php:21 +msgid "Profile Photo 32px" +msgstr "Photo de profil 32px" -#: ../../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 "L'installeur web a besoin de créer un fichier \".htconfig.php\" à la racine de votre serveur web, mais en est incapable." +#: ../../mod/id.php:22 +msgid "Profile Photo 48px" +msgstr "Photo de profil 48px" -#: ../../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 "C'est généralement lié à un problème de droits, à cause duquel le serveur web est interdit d'écriture dans le répertoire concerné - alors que votre propre utilisateur a le droit." +#: ../../mod/id.php:23 +msgid "Profile Photo 64px" +msgstr "Photo de profil 64px" -#: ../../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 "Au terme de cette procédure, nous vous transmettrons un texte à sauvegarder dans un fichier nommé .htconfig.php, à la racine de votre installation de La Matrice Rouge." +#: ../../mod/id.php:24 +msgid "Profile Photo 80px" +msgstr "Photo de profil 80px" -#: ../../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 "Autrement, vous pouvez contourner toute cette procédure et réaliser l'installation manuellement. Merci de consulter le fichier \"install/INSTALL.txt\" pour les instructions détaillées." +#: ../../mod/id.php:25 +msgid "Profile Photo 128px" +msgstr "Photo de profil 128px" -#: ../../mod/setup.php:506 -msgid ".htconfig.php is writable" -msgstr "Le fichier .htconfig.php est accessible en écriture" +#: ../../mod/id.php:26 +msgid "Timezone" +msgstr "Fuseau horaire" -#: ../../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 "La Matrice Rouge utilise le moteur de template Smarty3 pour mettre son contenu en forme. Smarty3 compile ses modèles vers du PHP natif pour accélérer le rendu." +#: ../../mod/id.php:27 +msgid "Homepage URL" +msgstr "URL de mon site Internet :" -#: ../../mod/setup.php:517 +#: ../../mod/id.php:29 +msgid "Birth Year" +msgstr "Année de naissance" + +#: ../../mod/id.php:30 +msgid "Birth Month" +msgstr "Mois de naissance" + +#: ../../mod/id.php:31 +msgid "Birth Day" +msgstr "Jour de naissance" + +#: ../../mod/id.php:32 +msgid "Birthdate" +msgstr "Date de naissance" + +#: ../../mod/id.php:33 ../../mod/profiles.php:441 +msgid "Gender" +msgstr "Sexe" + +#: ../../mod/impel.php:192 #, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "Pour utiliser ces modèles, le serveur doit avoir le droits d'écrire dans le dossier %s." +msgid "%s element installed" +msgstr "Elément %s installé" -#: ../../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 "Merci de vous assurer que l'utilisateur sous lequel le serveur web tourne (le plus souvent, www-data) a bien l'autorisation d'écrire dans ce répertoire." +#: ../../mod/impel.php:195 +#, php-format +msgid "%s element installation failed" +msgstr "L'installation de l'élément %s a échoué" -#: ../../mod/setup.php:519 +#: ../../mod/import.php:28 #, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Note: Comme mesure de sécurité, assurez vous de donner les droits d'écriture sur %s au serveur web uniquement. Éviter de définir les permissions sur les fichiers individuels (.tpl)." +msgid "Your service plan only allows %d channels." +msgstr "Votre forfait n'autorise que %d canaux." + +#: ../../mod/import.php:66 ../../mod/import_items.php:38 +msgid "Nothing to import." +msgstr "Rien à importer." -#: ../../mod/setup.php:522 +#: ../../mod/import.php:90 ../../mod/import_items.php:62 +msgid "Unable to download data from old server" +msgstr "Impossible de récupérer les données de l'ancien serveur" + +#: ../../mod/import.php:96 ../../mod/import_items.php:68 +msgid "Imported file is empty." +msgstr "Le fichier importé est vide." + +#: ../../mod/import.php:119 ../../mod/import_items.php:82 #, php-format -msgid "%s is writable" -msgstr "Permission d'écriture sur %s activée" +msgid "Warning: Database versions differ by %1$d updates." +msgstr "Attention : les versions de bases de données diffèrent de %1$d mises à jour." -#: ../../mod/setup.php:535 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "Red utilise le répertoire 'store' - situé à la racine de votre installation de la Matrice Rouge - pour sauvegarder les fichiers envoyés. Le serveur web aura donc besoin de pouvoir y écrire." +#: ../../mod/import.php:124 +msgid "Server platform is not compatible. Operation not permitted." +msgstr "" -#: ../../mod/setup.php:539 -msgid "store is writable" -msgstr "'store' est accessible en écriture" +#: ../../mod/import.php:158 +msgid "No channel. Import failed." +msgstr "Pas de canal. Echec de l'import." -#: ../../mod/setup.php:569 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "Le certificat SSL/TLS n'a pas pu être validé. Merci de le corriger, ou de désactiver l'accès https à ce site." +#: ../../mod/import.php:518 +msgid "You must be logged in to use this feature." +msgstr "Vous devez vous connecter pour utiliser cette fonctionnalité." -#: ../../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 "Si votre serveur supporte les connections encryptées SSL ou s'il permet les connections sur le port TCP 443 (le port utilisé par le protocole https), vous DEVEZ utiliser un certificat valide. Vous ne DEVEZ PAS utiliser un certificat que vous avez vous-mêmes signé!" +#: ../../mod/import.php:523 +msgid "Import Channel" +msgstr "Importation de canal" -#: ../../mod/setup.php:571 +#: ../../mod/import.php:524 msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "Nous avons ajouté cette contrainte pour éviter que vos publications publiques ne fassent référence à des images sur votre propre hub." +"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." +msgstr "Utilisez ce formulaire pour importer un canal existant sur un autre serveur. Vous pouvez récupérer l'identité du canal sur l'ancien serveur directement par le réseau, ou bien fournir un fichier d'export/import." + +#: ../../mod/import.php:525 ../../mod/import_items.php:115 +msgid "File to Upload" +msgstr "Fichier à envoyer" + +#: ../../mod/import.php:526 +msgid "Or provide the old server/hub details" +msgstr "Ou fournissez les détails de l'ancien serveur/hub" + +#: ../../mod/import.php:527 +msgid "Your old identity address (xyz@example.com)" +msgstr "Votre ancienne identité (zyx@exemple.com)" + +#: ../../mod/import.php:528 +msgid "Your old login email address" +msgstr "Votre ancienne adresse de courriel" + +#: ../../mod/import.php:529 +msgid "Your old login password" +msgstr "Votre ancien mot de passe" -#: ../../mod/setup.php:572 +#: ../../mod/import.php:530 msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "Si votre certificat n'est pas reconnu, les membres des autres sites (avec certificats valides) recevront des messages d'avertissement sur leur propre sites." +"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 "Quelle que soit l'option choisie, merci de décider si ce hub sera votre nouvelle adresse primaire, ou si votre ancien hub continuera à jouer ce rôle. Vous pourrez publier depuis l'emplacement de votre choix, mais une seule peut être déclarée comme stockage primaire de vos fichiers/photos/media." -#: ../../mod/setup.php:573 +#: ../../mod/import.php:531 +msgid "Make this hub my primary location" +msgstr "Faire de ce hub mon emplacement primaire" + +#: ../../mod/import.php:532 msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "Pour des raisons de compatibilité (sur l'ensemble de la matrice) nous nous devons d'insister sur ce prérequis." +"Import existing posts if possible (experimental - limited by available " +"memory" +msgstr "Importer les publications existantes si possible (expérimental - limité par la mémoire disponible)" -#: ../../mod/setup.php:574 +#: ../../mod/import.php:533 msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Il existe une plusieurs autorités de certification qui vous fourniront gratuitement un certificat valide." +"This process may take several minutes to complete. Please submit the form " +"only once and leave this page open until finished." +msgstr "Ce processus peut prendre plusieurs minutes. Merci de ne valider le formulaire qu'une seule fois et de laisser cette page ouverte jusqu'à la fin." -#: ../../mod/setup.php:576 -msgid "SSL certificate validation" -msgstr "Validation du certificat SSL/TLS" +#: ../../mod/import_items.php:98 +msgid "Import completed" +msgstr "L'import est terminé." + +#: ../../mod/import_items.php:113 +msgid "Import Items" +msgstr "Importer" -#: ../../mod/setup.php:582 +#: ../../mod/import_items.php:114 msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "La réécriture d'URL définie dans le .htaccess ne fonctionne pas. Merci de vérifier la configuration de votre serveur web." +"Use this form to import existing posts and content from an export file." +msgstr "Utiliser ce formulaire pour importer des publications et du contenu existant d'un fichier d'export." -#: ../../mod/setup.php:584 -msgid "Url rewrite is working" -msgstr "La réécriture d'URL fonctionne" +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Limite du nombre total d'invitation dépassée." -#: ../../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 "Le fichier de configuration de la base de données - \".htconfig.php\" - ne peut être écrit. Merci de copier le texte généré dans un fichier à ce nom, à la racine de votre serveur web." +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : adresse courriel invalide." -#: ../../mod/setup.php:618 -msgid "Errors encountered creating database tables." -msgstr "Erreurs rencontrées pendant la création de tables de BD." +#: ../../mod/invite.php:59 +msgid "Please join us on $Projectname" +msgstr "Rejoignez-nous sur $Projectname" -#: ../../mod/setup.php:653 -msgid "<h1>What next</h1>" -msgstr "<h1>Et maintenant</h1>" +#: ../../mod/invite.php:70 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Limite d'invitations dépassée. Merci de contacter l'administration de votre site." -#: ../../mod/setup.php:654 +#: ../../mod/invite.php:75 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Échec de distribution du message." + +#: ../../mod/invite.php:79 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d message envoyé." +msgstr[1] "%d messages envoyés." + +#: ../../mod/invite.php:98 +msgid "You have no more invitations available" +msgstr "Vous ne disposez plus d'aucune invitation" + +#: ../../mod/invite.php:129 +msgid "Send invitations" +msgstr "Envoyer des invitations" + +#: ../../mod/invite.php:130 +msgid "Enter email addresses, one per line:" +msgstr "Entrez les adresses de courriel, une par ligne :" + +#: ../../mod/invite.php:131 ../../mod/mail.php:246 +msgid "Your message:" +msgstr "Votre message :" + +#: ../../mod/invite.php:132 +msgid "Please join my community on $Projectname." +msgstr "Rejoignez ma communauté sur $Projectname." + +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code:" +msgstr "" + +#: ../../mod/invite.php:135 msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANT : Vous devez créer [manuellement] une tâche planifiée pour les mises à jour." +"1. Register at any $Projectname location (they are all inter-connected)" +msgstr "1. Enregistrez-vous sur n'importe quel serveur $Projectname (ils sont tous inter-connectés)" -#: ../../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 "Élément introuvable" +#: ../../mod/invite.php:137 +msgid "2. Enter my $Projectname network address into the site searchbar." +msgstr "2. Saisissez l'adresse de mon canal $Projectname dans la barre de recherche du site." -#: ../../mod/editblock.php:77 -msgid "Edit Block" -msgstr "Éditer bloc" +#: ../../mod/invite.php:138 +msgid "or visit" +msgstr "" -#: ../../mod/editblock.php:87 -msgid "Delete block?" -msgstr "Supprimer le bloc?" +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "3. Cliquez sur [Ajouter]" -#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 -msgid "Insert YouTube video" -msgstr "Insérer une vidéo YouTube" +#: ../../mod/item.php:174 +msgid "Unable to locate original post." +msgstr "Impossible de localiser la publication initiale." -#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 -#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 -msgid "Insert Vorbis [.ogg] video" -msgstr "Insérer une vidéo Vorbis [.ogg]" +#: ../../mod/item.php:418 +msgid "Empty post discarded." +msgstr "Publication vide annulée." -#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 -#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Insérer un son Vorbis [.ogg]" +#: ../../mod/item.php:458 +msgid "Executable content type not permitted to this channel." +msgstr "Les contenus de type 'exécutable' ne sont pas autorisés sur ce canal." -#: ../../mod/editblock.php:153 -msgid "Delete Block" -msgstr "Supprimer le bloc" +#: ../../mod/item.php:824 +msgid "Duplicate post suppressed." +msgstr "Publication en doublon supprimée." -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "Agencement pris-en-compte." +#: ../../mod/item.php:954 +msgid "System error. Post not saved." +msgstr "Erreur système. Publication non sauvegardée." -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "Éditer la description" +#: ../../mod/item.php:1221 +msgid "Unable to obtain post information from database." +msgstr "Impossible d'obtenir les informations de publication depuis la base de données." -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "Agencement introuvable." +#: ../../mod/item.php:1228 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Vous avez atteint votre limite de %1$.0f contributions \"racines\"." -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "Nom du module :" +#: ../../mod/item.php:1235 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Vous avez atteint votre limite de %1$.0f pages web." -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 -msgid "Layout Help" -msgstr "Aide à la mise en page" +#: ../../mod/layouts.php:176 +msgid "Comanche page description language help" +msgstr "Aide sur le langage de description de page Comanche" -#: ../../mod/editlayout.php:72 -msgid "Edit Layout" -msgstr "Éditer mise-en-page" +#: ../../mod/layouts.php:180 +msgid "Layout Description" +msgstr "Description de la mise en page" -#: ../../mod/editlayout.php:82 -msgid "Delete layout?" -msgstr "Supprimer la mise-en-page?" +#: ../../mod/layouts.php:185 +msgid "Download PDL file" +msgstr "Télécharger le fichier PDL" -#: ../../mod/editlayout.php:146 -msgid "Delete Layout" -msgstr "Supprimer mise-en-page" +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Aime/n'aime pas" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Élément non-éditable" +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Cette action est réservée aux membres." -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Supprimer l'élément?" +#: ../../mod/like.php:21 +msgid "" +"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a " +"href=\"register\">register as a new $Projectname member</a> to continue." +msgstr "S'il vous plait, <a href=\"rmagic\">identifiez vous avec votre identifant de $Projectname </a> ou <a href=\"register\">inscrivez vous comme nouveau membre de $Projectname </a> pour continuer." -#: ../../mod/editwebpage.php:106 -msgid "Edit Webpage" -msgstr "Éditer page web" +#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 +msgid "Invalid request." +msgstr "Requête invalide." -#: ../../mod/editwebpage.php:116 -msgid "Delete webpage?" -msgstr "Supprimer la page web?" +#: ../../mod/like.php:142 +msgid "thing" +msgstr "chose" -#: ../../mod/editwebpage.php:186 -msgid "Delete Webpage" -msgstr "Supprimer page web" +#: ../../mod/like.php:188 +msgid "Channel unavailable." +msgstr "Canal indisponible." + +#: ../../mod/like.php:236 +msgid "Previous action reversed." +msgstr "Action précédente annulée." -#: ../../mod/siteinfo.php:57 +#: ../../mod/like.php:414 #, php-format -msgid "Version %s" -msgstr "Version %s" +msgid "%1$s agrees with %2$s's %3$s" +msgstr "%1$s approuve %3$s de %2$s" -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "Extensions/applications installées :" +#: ../../mod/like.php:416 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" +msgstr "%1$s n'est pas d'accord avec %3$s de %2$s" -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "Aucune extension/application installée" +#: ../../mod/like.php:418 +#, php-format +msgid "%1$s abstains from a decision on %2$s's %3$s" +msgstr "%1$s s'abstient de toute décision sur le %3$s de %2$s" + +#: ../../mod/like.php:420 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s participe à %3$s de %2$s" -#: ../../mod/siteinfo.php:97 -msgid "Red" -msgstr "Rouge" +#: ../../mod/like.php:422 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s ne participe pas à %3$s de %2$s" + +#: ../../mod/like.php:424 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s participe peut-être à %3$s de %2$s" -#: ../../mod/siteinfo.php:98 +#: ../../mod/like.php:520 +msgid "Action completed." +msgstr "Action terminée." + +#: ../../mod/like.php:521 +msgid "Thank you." +msgstr "Merci." + +#: ../../mod/lockview.php:37 +msgid "Remote privacy information not available." +msgstr "Les informations distantes de confidentialité ne sont pas disponibles." + +#: ../../mod/lockview.php:58 +msgid "Visible to:" +msgstr "Visible par :" + +#: ../../mod/locs.php:21 ../../mod/locs.php:50 +msgid "Location not found." +msgstr "Emplacement introuvable." + +#: ../../mod/locs.php:58 +msgid "Location lookup failed." +msgstr "Echec de la recherche de l'emplacement." + +#: ../../mod/locs.php:62 msgid "" -"This is a hub of the Hubzilla - a global cooperative network of " -"decentralized privacy enhanced websites." -msgstr "Ceci est un serveur de la Matrice Rouge - un réseau collaboratif de plusieurs serveurs qui assurent la protection de votre vie privée notamment par la décentralisation de votre identité." +"Please select another location to become primary before removing the primary" +" location." +msgstr "Merci de sélectionner un autre emplacement comme nouvel emplacement primaire avant de supprimer l'emplacement primaire actuel." -#: ../../mod/siteinfo.php:101 -msgid "Running at web location" -msgstr "Installée sur" +#: ../../mod/locs.php:91 +msgid "Syncing locations" +msgstr "Synchronisation des emplacements" + +#: ../../mod/locs.php:101 +msgid "No locations found." +msgstr "Emplacement(s) introuvable." + +#: ../../mod/locs.php:112 +msgid "Manage Channel Locations" +msgstr "Gérer les emplacements des canaux" + +#: ../../mod/locs.php:113 +msgid "Location (address)" +msgstr "Emplacement (adresse)" + +#: ../../mod/locs.php:114 +msgid "Primary Location" +msgstr "Emplacement primaire" -#: ../../mod/siteinfo.php:102 +#: ../../mod/locs.php:115 +msgid "Drop location" +msgstr "Abandonner l'emplacement" + +#: ../../mod/locs.php:117 +msgid "Sync now" +msgstr "Synchroniser maintenant" + +#: ../../mod/locs.php:118 +msgid "Please wait several minutes between consecutive operations." +msgstr "Merci d'attendre plusieurs minutes entre opérations successives." + +#: ../../mod/locs.php:119 msgid "" -"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " -"about the Hubzilla." -msgstr "Merci de visiter <a href=\"http://getzot.com\">GetZot.com</a> pour en apprendre davantage sur la Matrice Rouge." +"When possible, drop a location by logging into that website/hub and removing" +" your channel." +msgstr "Quand c'est possible, abandonnez un emplacement en vous connectant sur le site/hub et en supprimant votre canal." -#: ../../mod/siteinfo.php:103 -msgid "Bug reports and issues: please visit" -msgstr "Pour remonter bogues et problèmes, merci de visiter" +#: ../../mod/locs.php:120 +msgid "Use this form to drop the location if the hub is no longer operating." +msgstr "Utilisez ce formulaire pour abandonner l'emplacement si le hub n'est plus actif." -#: ../../mod/siteinfo.php:106 +#: ../../mod/ping.php:260 +msgid "sent you a private message" +msgstr "vous a envoyé un message privé" + +#: ../../mod/ping.php:308 +msgid "added your channel" +msgstr "a ajouté votre canal" + +#: ../../mod/ping.php:350 +msgid "posted an event" +msgstr "a publié un événement" + +#: ../../mod/magic.php:69 +msgid "Hub not found." +msgstr "Hub introuvable." + +#: ../../mod/mail.php:34 +msgid "Unable to lookup recipient." +msgstr "Impossible de localiser le destinataire." + +#: ../../mod/mail.php:42 +msgid "Unable to communicate with requested channel." +msgstr "Impossible de communiquer avec le canal demandé." + +#: ../../mod/mail.php:49 +msgid "Cannot verify requested channel." +msgstr "Impossible de vérifier le canal demandé." + +#: ../../mod/mail.php:75 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Le canal choisi a des restrictions quant aux messages privés. L'envoi a échoué." + +#: ../../mod/mail.php:140 +msgid "Messages" +msgstr "Messages" + +#: ../../mod/mail.php:175 +msgid "Message recalled." +msgstr "Message rappelé." + +#: ../../mod/mail.php:188 +msgid "Conversation removed." +msgstr "Conversation supprimée." + +#: ../../mod/mail.php:231 +msgid "Requested channel is not in this network" +msgstr "Le canal demandé n'est pas sur ce réseau" + +#: ../../mod/mail.php:239 +msgid "Send Private Message" +msgstr "Envoyer un message privé" + +#: ../../mod/mail.php:240 ../../mod/mail.php:370 +msgid "To:" +msgstr "À :" + +#: ../../mod/mail.php:243 ../../mod/mail.php:372 +msgid "Subject:" +msgstr "Objet :" + +#: ../../mod/mail.php:250 +msgid "Send" +msgstr "Envoyer" + +#: ../../mod/mail.php:342 +msgid "Delete message" +msgstr "Supprimer le message" + +#: ../../mod/mail.php:343 +msgid "Delivery report" +msgstr "Rapport de distribution" + +#: ../../mod/mail.php:344 +msgid "Recall message" +msgstr "Rappeler le message" + +#: ../../mod/mail.php:346 +msgid "Message has been recalled." +msgstr "Le message a été rappelé." + +#: ../../mod/mail.php:363 +msgid "Delete Conversation" +msgstr "Supprimer la conversation" + +#: ../../mod/mail.php:365 msgid "" -"Suggestions, praise, etc. - please email \"hubzilla\" at librelist - dot " -"com" -msgstr "Suggestions, demandes, etc. - merci de vous adresser à \"hubzilla\" à librelist - point com" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Aucune communication sécurisée n'est possible. Vous pourrez <strong>peut-être</strong> répondre depuis la page de profil de l'émetteur." -#: ../../mod/siteinfo.php:108 -msgid "Site Administrators" -msgstr "Administrateurs du site" +#: ../../mod/mail.php:369 +msgid "Send Reply" +msgstr "Envoyer la réponse" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "Impossible d'obtenir des informations sur le propriétaire de la page." +#: ../../mod/mail.php:374 +#, php-format +msgid "Your message for %s (%s):" +msgstr "Votre message pour %s (%s) :" -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Album introuvable." +#: ../../mod/manage.php:130 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Vous avez créé %1$.0f des %2$.0f canaux autorisés." -#: ../../mod/photos.php:119 ../../mod/photos.php:675 -msgid "Delete Album" -msgstr "Supprimer album" +#: ../../mod/manage.php:138 +msgid "Create a new channel" +msgstr "Créer un nouveau canal" -#: ../../mod/photos.php:159 ../../mod/photos.php:963 -msgid "Delete Photo" -msgstr "Supprimer photo" +#: ../../mod/manage.php:163 +msgid "Current Channel" +msgstr "Canal actif" -#: ../../mod/photos.php:453 -msgid "No photos selected" -msgstr "Aucune photo selectionnée" +#: ../../mod/manage.php:165 +msgid "Switch to one of your channels by selecting it." +msgstr "Pour changer de canal, sélectionnez-en un" -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." -msgstr "L'accès à l'élément est restreint." +#: ../../mod/manage.php:166 +msgid "Default Channel" +msgstr "Canal par défaut" + +#: ../../mod/manage.php:167 +msgid "Make Default" +msgstr "Définir comme défaut" -#: ../../mod/photos.php:574 +#: ../../mod/manage.php:170 #, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Vous avez utilisé %1$.2f mégaoctets sur les %2$.2f autorisés pour le stockage des photos." +msgid "%d new messages" +msgstr "%d nouveaux messages" -#: ../../mod/photos.php:577 +#: ../../mod/manage.php:171 #, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "Vous avez utilisé %1$.2f mégaoctets pour le stockage des photos." +msgid "%d new introductions" +msgstr "%d nouvelles présentations" -#: ../../mod/photos.php:596 -msgid "Upload Photos" -msgstr "Téléverser des photos" +#: ../../mod/manage.php:173 +msgid "Delegated Channels" +msgstr "Canaux délégués" -#: ../../mod/photos.php:600 ../../mod/photos.php:670 -msgid "New album name: " -msgstr "Créer un album :" +#: ../../mod/match.php:22 +msgid "Profile Match" +msgstr "Profils similaires" -#: ../../mod/photos.php:601 -msgid "or existing album name: " -msgstr "ou choisir un album existant :" +#: ../../mod/match.php:31 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Aucun mot-clef à comparer. Merci d'ajouter des mots-clefs à votre profil par défaut." -#: ../../mod/photos.php:602 -msgid "Do not show a status post for this upload" -msgstr "Ne pas publier de statut pour cet envoi" +#: ../../mod/match.php:63 +msgid "is interested in:" +msgstr "s'intéresse à :" -#: ../../mod/photos.php:622 -msgid "Album name could not be decoded" -msgstr "Le nom de l'Album n'a pu être décodé" +#: ../../mod/match.php:70 +msgid "No matches" +msgstr "Pas de correspondance" -#: ../../mod/photos.php:659 ../../mod/photos.php:681 ../../mod/photos.php:1135 -#: ../../mod/photos.php:1150 -msgid "Contact Photos" -msgstr "Photos de contact" +#: ../../mod/menu.php:45 +msgid "Unable to update menu." +msgstr "Impossible de mettre le menu à jour." -#: ../../mod/photos.php:685 -msgid "Edit Album" -msgstr "Éditer l'album" +#: ../../mod/menu.php:56 +msgid "Unable to create menu." +msgstr "Impossible de créer le menu." -#: ../../mod/photos.php:691 -msgid "Show Newest First" -msgstr "Ordre anté-chronologique" +#: ../../mod/menu.php:94 ../../mod/menu.php:106 +msgid "Menu Name" +msgstr "Nom du menu" -#: ../../mod/photos.php:693 -msgid "Show Oldest First" -msgstr "Ordre chronologique" +#: ../../mod/menu.php:94 +msgid "Unique name (not visible on webpage) - required" +msgstr "Nom unique (non visible sur la page web) - requis" -#: ../../mod/photos.php:736 ../../mod/photos.php:1182 -msgid "View Photo" -msgstr "Voir la photo" +#: ../../mod/menu.php:95 ../../mod/menu.php:107 +msgid "Menu Title" +msgstr "Titre du menu" -#: ../../mod/photos.php:782 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Permission refusée. L'accès à cet élément peut avoir été restreint." +#: ../../mod/menu.php:95 +msgid "Visible on webpage - leave empty for no title" +msgstr "Visible pour la page web - laisser vide pour qu'il n'y ait pas de titre" -#: ../../mod/photos.php:784 -msgid "Photo not available" -msgstr "Photo indisponible" +#: ../../mod/menu.php:96 +msgid "Allow Bookmarks" +msgstr "Autoriser l'usage de favoris" -#: ../../mod/photos.php:844 -msgid "Use as profile photo" -msgstr "Utiliser comme photo du profil" +#: ../../mod/menu.php:96 ../../mod/menu.php:153 +msgid "Menu may be used to store saved bookmarks" +msgstr "Le menu pourra être utilisé pour stocker des favoris" -#: ../../mod/photos.php:868 -msgid "View Full Size" -msgstr "Voir en taille réelle" +#: ../../mod/menu.php:97 ../../mod/menu.php:155 +msgid "Submit and proceed" +msgstr "Valider et continuer" -#: ../../mod/photos.php:946 -msgid "Edit photo" -msgstr "Éditer la photo" +#: ../../mod/menu.php:109 +msgid "Drop" +msgstr "Supprimer" -#: ../../mod/photos.php:948 -msgid "Rotate CW (right)" -msgstr "Rotation horaire (droite)" +#: ../../mod/menu.php:113 +msgid "Bookmarks allowed" +msgstr "Favoris autorisés" -#: ../../mod/photos.php:949 -msgid "Rotate CCW (left)" -msgstr "Rotation anti-horaire (gauche)" +#: ../../mod/menu.php:115 +msgid "Delete this menu" +msgstr "Supprimer ce menu" -#: ../../mod/photos.php:952 -msgid "New album name" -msgstr "Nouveau nom d'album :" +#: ../../mod/menu.php:116 ../../mod/menu.php:150 +msgid "Edit menu contents" +msgstr "Modifier le contenu du menu" -#: ../../mod/photos.php:955 -msgid "Caption" -msgstr "Titre/légende" +#: ../../mod/menu.php:117 +msgid "Edit this menu" +msgstr "Modifier ce menu" -#: ../../mod/photos.php:957 -msgid "Add a Tag" -msgstr "Ajouter une étiquette" +#: ../../mod/menu.php:132 +msgid "Menu could not be deleted." +msgstr "Impossible de supprimer le menu." -#: ../../mod/photos.php:960 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Exemple : @bob, @Barbara_Jensen, @jim@exemple.com, #Ile_de_France, #marathon" +#: ../../mod/menu.php:140 ../../mod/mitem.php:24 +msgid "Menu not found." +msgstr "Menu introuvable." -#: ../../mod/photos.php:1113 -msgid "In This Photo:" -msgstr "Dans cette photo :" +#: ../../mod/menu.php:145 +msgid "Edit Menu" +msgstr "Modifier le menu" -#: ../../mod/photos.php:1188 -msgid "View Album" -msgstr "Voir l'album" +#: ../../mod/menu.php:149 +msgid "Add or remove entries to this menu" +msgstr "Ajouter/supprimer des entrées à ce menu" -#: ../../mod/photos.php:1197 -msgid "Recent Photos" -msgstr "Photos récentes" +#: ../../mod/menu.php:151 +msgid "Menu name" +msgstr "Nom du menu" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Impossible de créer la source. Aucun canal selectionné." +#: ../../mod/menu.php:151 +msgid "Must be unique, only seen by you" +msgstr "Doit être unique, ne sera vu que par vous" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Source créée." +#: ../../mod/menu.php:152 +msgid "Menu title" +msgstr "Titre du menu" -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Source mise à jour." +#: ../../mod/menu.php:152 +msgid "Menu title as seen by others" +msgstr "Titre du menu tel que vu par les visiteurs" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/menu.php:153 +msgid "Allow bookmarks" +msgstr "Autoriser l'usage de favoris" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Gérer les sources distantes du contenu de votre canal." +#: ../../mod/menu.php:162 ../../mod/mitem.php:116 ../../mod/xchan.php:37 +msgid "Not found." +msgstr "Introuvable." -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nouvelle Source" +#: ../../mod/mitem.php:48 +msgid "Unable to create element." +msgstr "Impossible de créer l'entrée." -#: ../../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 "Importer tout ou partie du contenu du canal suivant dans le canal en cours, et le distribuer en concordance avec les réglages de votre canal." +#: ../../mod/mitem.php:72 +msgid "Unable to update menu element." +msgstr "Impossible de mettre à jour l'entrée de menu." -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "N'importer le contenu que s'ils contient ces mots (un par ligne)" +#: ../../mod/mitem.php:88 +msgid "Unable to add menu element." +msgstr "Impossible d'ajouter l'entrée de menu." -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Laissez en blanc pour importer tout le contenu public" +#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 +msgid "Menu Item Permissions" +msgstr "Permissions de l'entrée de menu" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:110 -msgid "Channel Name" -msgstr "Nom du Canal" +#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1059 +msgid "(click to open/close)" +msgstr "(cliquer pour ouvrir/fermer)" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Source introuvable." +#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 +msgid "Link Name" +msgstr "Nom du lien" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Éditer la source" +#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 +msgid "Link or Submenu Target" +msgstr "Lien ou sous-menu cible" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Supprimer la source" +#: ../../mod/mitem.php:153 +msgid "Enter URL of the link or select a menu name to create a submenu" +msgstr "Entrez l'URL du lien ou sélectionnez un nom de menu pour créer un sous-menu" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Source supprimée" +#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 +msgid "Use magic-auth if available" +msgstr "Utiliser l'authentification distante, quand disponible" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Impossible de supprimer la source." +#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 +msgid "Open link in new window" +msgstr "Ouvrir le lien dans une nouvelle fenêtre" -#: ../../mod/filer.php:49 -msgid "- select -" -msgstr "- choisir -" +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Order in list" +msgstr "Ordre dans la liste" -#: ../../mod/events.php:72 -msgid "Event title and start time are required." -msgstr "Un titre et une date de début sont requises pour l'événement." +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Les nombres les plus élevés seront au bas de la liste" -#: ../../mod/events.php:86 -msgid "Event not found." -msgstr "Événement introuvable." +#: ../../mod/mitem.php:157 +msgid "Submit and finish" +msgstr "Vadiler et terminer" -#: ../../mod/events.php:329 -msgid "l, F j" -msgstr "l j F" +#: ../../mod/mitem.php:158 +msgid "Submit and continue" +msgstr "Valider et continuer" -#: ../../mod/events.php:351 -msgid "Edit event" -msgstr "Éditer l'événement" +#: ../../mod/mitem.php:166 +msgid "Menu:" +msgstr "Menu :" -#: ../../mod/events.php:397 -msgid "Create New Event" -msgstr "Créer événement" +#: ../../mod/mitem.php:169 +msgid "Link Target" +msgstr "Cible du lien" -#: ../../mod/events.php:398 -msgid "Previous" -msgstr "Précédent" +#: ../../mod/mitem.php:172 +msgid "Edit menu" +msgstr "Modifier le menu" -#: ../../mod/events.php:469 -msgid "hour:minute" -msgstr "heure:minute" +#: ../../mod/mitem.php:175 +msgid "Edit element" +msgstr "Modifier l'entrée" -#: ../../mod/events.php:489 -msgid "Event details" -msgstr "Détails de l'événement" +#: ../../mod/mitem.php:176 +msgid "Drop element" +msgstr "Supprimer l'entrée" -#: ../../mod/events.php:490 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Le format est %s %s. Date de début et titre obligatoires." +#: ../../mod/mitem.php:177 +msgid "New element" +msgstr "Nouvelle entrée" -#: ../../mod/events.php:492 -msgid "Event Starts:" -msgstr "L'événement débute :" +#: ../../mod/mitem.php:178 +msgid "Edit this menu container" +msgstr "Éditer ce bloc de menu" -#: ../../mod/events.php:492 ../../mod/events.php:506 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 -msgid "Required" -msgstr "Requis" +#: ../../mod/mitem.php:179 +msgid "Add menu element" +msgstr "Ajouter une entrée au menu" -#: ../../mod/events.php:495 -msgid "Finish date/time is not known or not relevant" -msgstr "Date/heure de fin inconnue ou sans objet" +#: ../../mod/mitem.php:180 +msgid "Delete this menu item" +msgstr "Supprimer cette entrée du menu" -#: ../../mod/events.php:497 -msgid "Event Finishes:" -msgstr "L'événement termine :" +#: ../../mod/mitem.php:181 +msgid "Edit this menu item" +msgstr "Modifier cette entrée du menu" -#: ../../mod/events.php:500 -msgid "Adjust for viewer timezone" -msgstr "Ajuster au fuseau horaire du visiteur" +#: ../../mod/mitem.php:198 +msgid "Menu item not found." +msgstr "Entrée de menu introuvable." -#: ../../mod/events.php:502 -msgid "Description:" -msgstr "Description:" +#: ../../mod/mitem.php:211 +msgid "Menu item deleted." +msgstr "Entrée de menu supprimée." -#: ../../mod/events.php:506 -msgid "Title:" -msgstr "Titre:" +#: ../../mod/mitem.php:213 +msgid "Menu item could not be deleted." +msgstr "Impossible de supprimer l'entrée de menu." -#: ../../mod/events.php:508 -msgid "Share this event" -msgstr "Partager cet événement" +#: ../../mod/mitem.php:220 +msgid "Edit Menu Element" +msgstr "Modifier l'entrée de menu" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." -msgstr "Permission refusée." +#: ../../mod/mitem.php:226 +msgid "Link text" +msgstr "Texte du lien" -#: ../../mod/filestorage.php:85 -msgid "File not found." -msgstr "Fichier introuvable." +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "Indiquez votre humeur du moment à vos amis" -#: ../../mod/filestorage.php:122 -msgid "Edit file permissions" -msgstr "Éditer les permissions du fichier" +#: ../../mod/network.php:91 +msgid "No such group" +msgstr "Groupe introuvable" -#: ../../mod/filestorage.php:131 -msgid "Set/edit permissions" -msgstr "Définir/Édition des authorisations" +#: ../../mod/network.php:131 +msgid "No such channel" +msgstr "Canal introuvable" -#: ../../mod/filestorage.php:132 -msgid "Include all files and sub folders" -msgstr "Inclure tous fichiers et sous-répertoires" +#: ../../mod/network.php:136 +msgid "forum" +msgstr "forum" -#: ../../mod/filestorage.php:133 -msgid "Return to file list" -msgstr "Retourner à la liste des fichiers" +#: ../../mod/network.php:148 +msgid "Search Results For:" +msgstr "Résultats de recherche pour :" -#: ../../mod/filestorage.php:135 -msgid "Copy/paste this code to attach file to a post" -msgstr "Copiez/collez ce code pour joindre le fichier à une publication" +#: ../../mod/network.php:207 +msgid "Privacy group is empty" +msgstr "Groupe d'accès vide" -#: ../../mod/filestorage.php:136 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Copiez/collez cette URL pour lier le fichier depuis une page web" +#: ../../mod/network.php:216 +msgid "Privacy group: " +msgstr "Groupe d'accès :" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Canal ajouté." +#: ../../mod/network.php:242 +msgid "Invalid connection." +msgstr "Contact non valide." -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s suit %3$s de %2$s" +#: ../../mod/new_channel.php:130 +msgid "Add a Channel" +msgstr "Ajouter un canal" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Contact introuvable." +#: ../../mod/new_channel.php:131 +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 "Un canal est un ensemble de pages web reliées entre elles, sous votre contrôle. Il peut contenir des profils de réseau social, des blogs, des groupes de conversation, des forums, des pages de célébrités, et bien plus encore. Vous pouvez créer autant de canaux que votre administrateur vous y autorise." -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Suggestion d'amitié/relation envoyée." +#: ../../mod/new_channel.php:133 ../../mod/register.php:246 +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +msgid "Channel Name" +msgstr "Nom du canal" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Suggérer une relation" +#: ../../mod/new_channel.php:134 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Exemples : \"Bernard Martin\", \"Lisa et ses chevaux\", \"Football\", \"Groupe des amateurs de tir à l'arc\"" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Suggérer une relation à %s" +#: ../../mod/new_channel.php:135 ../../mod/register.php:248 +msgid "Choose a short nickname" +msgstr "Choisissez un alias" -#: ../../mod/suggest.php:35 +#: ../../mod/new_channel.php:137 ../../mod/register.php:249 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Pas de suggestions pour l'instant. Si le site est récent, merci de re-tenter dans 24 heures." +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Cet alias sera utilisé pour créer une adresse de canal, facile à retenir - un peu comme une adresse de courriel - que vous pourrez partager avec d'autres." -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "Collection créée." +#: ../../mod/new_channel.php:138 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "Ou <a href=\"import\">importez un canal existant</a> d'un autre endroit" -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Impossible de créer la collection." +#: ../../mod/new_channel.php:140 ../../mod/register.php:251 +msgid "" +"Please choose a channel type (such as social networking or community forum) " +"and privacy requirements so we can select the best permissions for you" +msgstr "Veuillez choisir un type de canal (par exemple \"réseau social\" ou \"forum communautaire\") et un niveau de confidentialité afin que nous puissions choisir les meilleures autorisations pour vous" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Collection mise à jour." +#: ../../mod/new_channel.php:141 ../../mod/register.php:252 +msgid "Channel Type" +msgstr "Type de canal" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Créez une collection de canaux." +#: ../../mod/new_channel.php:141 ../../mod/register.php:252 +msgid "Read more about roles" +msgstr "En savoir plus sur les rôles" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Nom de la collection :" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Identifiant de requête invalide." -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "Les membres sont visibles par les autres canaux" +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Annuler" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Collection supprimée." +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "Pas d'autre notification du système." -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Impossible de supprimer la collection." +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "Notifications du système" -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Éditeur de collection" +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Impossible de trouver votre hub." -#: ../../mod/group.php:196 -msgid "Members" -msgstr "Membres" +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Publication réussie." -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "Tous canaux connectés" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "Erreur du protocole OpenID. Pas d'ID retourné." -#: ../../mod/group.php:233 -msgid "Click on a channel to add or remove." -msgstr "Cliquer sur un canal pour l'ajouter ou le supprimer" +#: ../../mod/page.php:126 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " +"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam," +" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " +"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " +"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " +"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." + +#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 +msgid "This setting requires special processing and editing has been blocked." +msgstr "Ce paramètre nécessité un traitement spécial, les modifications ont été bloquées." + +#: ../../mod/pconfig.php:49 +msgid "Configuration Editor" +msgstr "Editeur de configuration" + +#: ../../mod/pconfig.php:50 +msgid "" +"Warning: Changing some settings could render your channel inoperable. Please" +" leave this page unless you are comfortable with and knowledgeable about how" +" to correctly use this feature." +msgstr "Attention :modifier certains paramètres peut rendre votre canal inutilisable. Merci d'ignorer cette page à moins d'être suffisamment à l'aise de savoir comment utiliser correctement cette fonctionnalité." + +#: ../../mod/pdledit.php:14 +msgid "Layout updated." +msgstr "Mise en page mise à jour." + +#: ../../mod/pdledit.php:29 ../../mod/pdledit.php:54 +msgid "Edit System Page Description" +msgstr "Modifier la description de la page du système" -#: ../../mod/tagger.php:98 +#: ../../mod/pdledit.php:49 +msgid "Layout not found." +msgstr "Mise en page introuvable." + +#: ../../mod/pdledit.php:55 +msgid "Module Name:" +msgstr "Nom du module :" + +#: ../../mod/pdledit.php:56 +msgid "Layout Help" +msgstr "Aide à la mise en page" + +#: ../../mod/photos.php:79 +msgid "Page owner information could not be retrieved." +msgstr "Impossible d'obtenir des informations sur le propriétaire de la page." + +#: ../../mod/photos.php:100 +msgid "Album not found." +msgstr "Album introuvable." + +#: ../../mod/photos.php:127 +msgid "Delete Album" +msgstr "Supprimer l'album" + +#: ../../mod/photos.php:171 ../../mod/photos.php:1020 +msgid "Delete Photo" +msgstr "Supprimer la photo" + +#: ../../mod/photos.php:501 +msgid "No photos selected" +msgstr "Aucune photo selectionnée" + +#: ../../mod/photos.php:550 +msgid "Access to this item is restricted." +msgstr "L'accès à l'élément est restreint." + +#: ../../mod/photos.php:589 #, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s a étiqueté le %3$s de %2$s par %4$s" +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "Vous avez utilisé %1$.2f mégaoctets sur les %2$.2f autorisés pour le stockage des photos." -#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 -msgid "Help:" -msgstr "Aide :" +#: ../../mod/photos.php:592 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "%1$.2f méga-octets utilisés pour le stockage des photos." -#: ../../mod/help.php:69 ../../index.php:233 -msgid "Not Found" -msgstr "Introuvable" +#: ../../mod/photos.php:628 +msgid "Upload Photos" +msgstr "Téléverser des photos" -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Étiquette retirée" +#: ../../mod/photos.php:632 +msgid "Enter an album name" +msgstr "Entrer un nom d'album" -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Retirer une étiquette à l'élément" +#: ../../mod/photos.php:633 +msgid "or select an existing album (doubleclick)" +msgstr "ou sélectionner un album existant (double-clic)" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Étiquette à retirer :" +#: ../../mod/photos.php:634 +msgid "Create a status post for this upload" +msgstr "Créer une publication de statut pour cet envoi" -#: ../../mod/admin.php:52 -msgid "Theme settings updated." -msgstr "Réglages du thème sauvegardés." +#: ../../mod/photos.php:635 +msgid "Caption (optional):" +msgstr "Légende (facultative)" -#: ../../mod/admin.php:97 ../../mod/admin.php:450 -msgid "Site" -msgstr "Site" +#: ../../mod/photos.php:636 +msgid "Description (optional):" +msgstr "Description (facultative)" -#: ../../mod/admin.php:98 -msgid "Accounts" -msgstr "Comptes" +#: ../../mod/photos.php:663 +msgid "Album name could not be decoded" +msgstr "Le nom de l'Album n'a pu être décodé" -#: ../../mod/admin.php:99 ../../mod/admin.php:894 -msgid "Channels" -msgstr "Canaux" +#: ../../mod/photos.php:711 ../../mod/photos.php:1250 +#: ../../mod/photos.php:1267 +msgid "Contact Photos" +msgstr "Photos de contact" -#: ../../mod/admin.php:100 ../../mod/admin.php:985 ../../mod/admin.php:1027 -msgid "Plugins" -msgstr "Extensions" +#: ../../mod/photos.php:734 +msgid "Show Newest First" +msgstr "Les plus récent(e)s en premier" -#: ../../mod/admin.php:101 ../../mod/admin.php:1190 ../../mod/admin.php:1226 -msgid "Themes" -msgstr "Thèmes" +#: ../../mod/photos.php:736 +msgid "Show Oldest First" +msgstr "Les moins récent(e)s en premier" -#: ../../mod/admin.php:102 ../../mod/admin.php:550 -msgid "Server" -msgstr "Serveur" +#: ../../mod/photos.php:838 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permission refusée. L'accès à cet élément peut avoir été restreint." -#: ../../mod/admin.php:103 -msgid "Profile Config" -msgstr "Configurations du profil" +#: ../../mod/photos.php:840 +msgid "Photo not available" +msgstr "Photo non disponible" -#: ../../mod/admin.php:104 -msgid "DB updates" -msgstr "Mà J BD" +#: ../../mod/photos.php:898 +msgid "Use as profile photo" +msgstr "Utiliser comme photo du profil" -#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1313 -msgid "Logs" -msgstr "Journaux" +#: ../../mod/photos.php:905 +msgid "Private Photo" +msgstr "Photo privée" -#: ../../mod/admin.php:124 -msgid "Plugin Features" -msgstr "Fonctionnalités liées aux extensions" +#: ../../mod/photos.php:920 +msgid "View Full Size" +msgstr "Voir en taille réelle" -#: ../../mod/admin.php:126 -msgid "User registrations waiting for confirmation" -msgstr "Inscriptions en attente" +#: ../../mod/photos.php:965 ../../mod/tagrm.php:133 +msgid "Remove" +msgstr "Retirer" -#: ../../mod/admin.php:206 +#: ../../mod/photos.php:999 +msgid "Edit photo" +msgstr "Modifier la photo" + +#: ../../mod/photos.php:1001 +msgid "Rotate CW (right)" +msgstr "Rotation horaire (droite)" + +#: ../../mod/photos.php:1002 +msgid "Rotate CCW (left)" +msgstr "Rotation anti-horaire (gauche)" + +#: ../../mod/photos.php:1005 +msgid "Enter a new album name" +msgstr "Entrer un nouveau nom d'album" + +#: ../../mod/photos.php:1006 +msgid "or select an existing one (doubleclick)" +msgstr "ou en sélectionner un existant (double-clic)" + +#: ../../mod/photos.php:1009 +msgid "Caption" +msgstr "Titre/légende" + +#: ../../mod/photos.php:1011 +msgid "Add a Tag" +msgstr "Ajouter une étiquette" + +#: ../../mod/photos.php:1015 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Exemple : @marc, @Barbara_Jensen, @charles@exemple.com, #Ile_de_France, #marathon" + +#: ../../mod/photos.php:1018 +msgid "Flag as adult in album view" +msgstr "Marquer comme \"adulte\" dans l'affichage de l'album" + +#: ../../mod/photos.php:1210 +msgid "In This Photo:" +msgstr "Dans cette photo :" + +#: ../../mod/photos.php:1215 +msgid "Map" +msgstr "Carte" + +#: ../../mod/photos.php:1306 +msgid "View Album" +msgstr "Voir l'album" + +#: ../../mod/photos.php:1317 ../../mod/photos.php:1330 +#: ../../mod/photos.php:1331 +msgid "Recent Photos" +msgstr "Photos récentes" + +#: ../../mod/admin.php:54 +msgid "Theme settings updated." +msgstr "Paramètres du thème mis à jour." + +#: ../../mod/admin.php:174 +msgid "# Accounts" +msgstr "# Comptes" + +#: ../../mod/admin.php:175 +msgid "# blocked accounts" +msgstr "# comptes bloqués" + +#: ../../mod/admin.php:176 +msgid "# expired accounts" +msgstr "# comptes expirés" + +#: ../../mod/admin.php:177 +msgid "# expiring accounts" +msgstr "# comptes expirant" + +#: ../../mod/admin.php:188 +msgid "# Channels" +msgstr "# Canaux" + +#: ../../mod/admin.php:189 +msgid "# primary" +msgstr "# primaire" + +#: ../../mod/admin.php:190 +msgid "# clones" +msgstr "# clones" + +#: ../../mod/admin.php:196 msgid "Message queues" msgstr "File des messages" -#: ../../mod/admin.php:211 ../../mod/admin.php:449 ../../mod/admin.php:549 -#: ../../mod/admin.php:758 ../../mod/admin.php:893 ../../mod/admin.php:984 -#: ../../mod/admin.php:1026 ../../mod/admin.php:1189 ../../mod/admin.php:1225 -#: ../../mod/admin.php:1312 +#: ../../mod/admin.php:212 ../../mod/admin.php:455 ../../mod/admin.php:669 +#: ../../mod/admin.php:709 ../../mod/admin.php:984 ../../mod/admin.php:1148 +#: ../../mod/admin.php:1263 ../../mod/admin.php:1324 ../../mod/admin.php:1485 +#: ../../mod/admin.php:1519 ../../mod/admin.php:1604 msgid "Administration" msgstr "Administration" -#: ../../mod/admin.php:212 +#: ../../mod/admin.php:213 msgid "Summary" msgstr "Résumé" -#: ../../mod/admin.php:214 -msgid "Registered users" -msgstr "Utilisateurs inscrits" +#: ../../mod/admin.php:216 +msgid "Registered accounts" +msgstr "Comptes enregistrés" -#: ../../mod/admin.php:216 ../../mod/admin.php:553 +#: ../../mod/admin.php:217 ../../mod/admin.php:673 msgid "Pending registrations" msgstr "Inscriptions en attente" -#: ../../mod/admin.php:217 -msgid "Version" -msgstr "Version" +#: ../../mod/admin.php:218 +msgid "Registered channels" +msgstr "Canaux enregistrés" -#: ../../mod/admin.php:219 ../../mod/admin.php:554 +#: ../../mod/admin.php:219 ../../mod/admin.php:674 msgid "Active plugins" -msgstr "Extensions actives" +msgstr "Greffons actifs" + +#: ../../mod/admin.php:220 +msgid "Version" +msgstr "Version" -#: ../../mod/admin.php:370 +#: ../../mod/admin.php:339 msgid "Site settings updated." -msgstr "Réglages du site sauvegardés." +msgstr "Paramètres du site sauvegardés." -#: ../../mod/admin.php:401 -msgid "No special theme for accessibility" -msgstr "Pas de thème spécifique pour l'accessibilité" +#: ../../mod/admin.php:376 ../../mod/settings.php:793 +msgid "mobile" +msgstr "mobile" -#: ../../mod/admin.php:430 +#: ../../mod/admin.php:378 +msgid "experimental" +msgstr "expérimental" + +#: ../../mod/admin.php:380 +msgid "unsupported" +msgstr "non maintenu" + +#: ../../mod/admin.php:426 msgid "Yes - with approval" msgstr "Oui - avec approbation" -#: ../../mod/admin.php:436 +#: ../../mod/admin.php:432 msgid "My site is not a public server" -msgstr "Mon site n'est pas un serveur publique" +msgstr "Mon site n'est pas un serveur public" -#: ../../mod/admin.php:437 +#: ../../mod/admin.php:433 msgid "My site has paid access only" -msgstr "Mon site est payant" +msgstr "Mon site est à accès payant uniquement" -#: ../../mod/admin.php:438 +#: ../../mod/admin.php:434 msgid "My site has free access only" -msgstr "Mon site est gratuit" +msgstr "Mon site est gratuit uniquement" -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:435 msgid "My site offers free accounts with optional paid upgrades" -msgstr "Mon site offre des comptes gratuits avec des ajouts payants" +msgstr "Mon site offre des comptes gratuits avec des améliorations payantes facultatives" + +#: ../../mod/admin.php:458 ../../mod/register.php:237 +msgid "Registration" +msgstr "Inscription" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:459 msgid "File upload" msgstr "Envoi de fichier" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:460 msgid "Policies" msgstr "Stratégies" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:465 msgid "Site name" msgstr "Nom du site" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:466 msgid "Banner/Logo" msgstr "Bannière/logo" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:467 msgid "Administrator Information" -msgstr "Informations sur l'administrateur" +msgstr "Informations de l'administrateur" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:467 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" -msgstr "Coordonnées de l'administrateur du site. Affichée sur la page 'siteinfo'. Vous pouvez utiliser du BBCode ici" +msgstr "Coordonnées de l'administrateur du site. Affichées sur la page 'siteinfo'. Vous pouvez utiliser du BBCode ici" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:468 msgid "System language" msgstr "Langue du système" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:469 msgid "System theme" msgstr "Thème du système" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:469 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Thème par défaut - il peut être changé pour chaque profil utilisateur - <a href='#' id='cnftheme'>modifier le thème</a>" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:470 msgid "Mobile system theme" -msgstr "Thème système pour mobile" +msgstr "Thème par défaut pour les mobiles" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:470 msgid "Theme for mobile devices" -msgstr "Thème dédié aux périphériques mobiles" +msgstr "Thème pour les mobiles" -#: ../../mod/admin.php:465 -msgid "Accessibility system theme" -msgstr "Thème système pour l'accessibilité" - -#: ../../mod/admin.php:465 -msgid "Accessibility theme" -msgstr "Thème pour l'accessibilité" - -#: ../../mod/admin.php:466 -msgid "Channel to use for this website's static pages" -msgstr "Canal à utiliser pour les pages statiques de ce site" +#: ../../mod/admin.php:472 +msgid "Allow Feeds as Connections" +msgstr "Autoriser les Flux (RSS) comme contacts" -#: ../../mod/admin.php:466 -msgid "Site Channel" -msgstr "Canal de ce HUB" +#: ../../mod/admin.php:472 +msgid "(Heavy system resource usage)" +msgstr "(Impact important sur les ressources)" -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:473 msgid "Maximum image size" msgstr "Taille maximale des images" -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:473 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Taille maximum, en octets, des images envoyées. Par défaut 0, soit sans limite." -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:474 msgid "Does this site allow new member registration?" -msgstr "Est-ce que l'enregistrement de nouveau membres sur ce site est autorisé?" +msgstr "Est-ce que l'enregistrement de nouveaux membres est autorisé sur ce site ?" -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:475 +msgid "Invitation only" +msgstr "Sur invitation seulement" + +#: ../../mod/admin.php:475 +msgid "" +"Only allow new member registrations with an invitation code. Above register " +"policy must be set to Yes." +msgstr "N'autoriser que les nouvelles inscriptions avec code d'invitation. La stratégie d'inscription ci-dessus doit être mise sur \"Oui\"." + +#: ../../mod/admin.php:476 msgid "Which best describes the types of account offered by this hub?" -msgstr "Choisissez le type de comptes offert sur ce hub?" +msgstr "Quelle est la meilleure description des types de comptes proposés sur ce hub ?" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:477 msgid "Register text" msgstr "Texte d'inscription" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:477 msgid "Will be displayed prominently on the registration page." msgstr "Sera affiché de manière bien visible sur le formulaire d'inscription." -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:478 +msgid "Site homepage to show visitors (default: login box)" +msgstr "Page d'accueil du site à montrer aux visiteurs (par défaut :boîte de dialogue de connexion)" + +#: ../../mod/admin.php:478 +msgid "" +"example: 'public' to show public stream, 'page/sys/home' to show a system " +"webpage called 'home' or 'include:home.html' to include a file." +msgstr "exemple :'public' pour montrer le flux public, 'page/sys/home' pour montrer une page système appelée 'home' ou 'include:home.html' pour inclure un fichier." + +#: ../../mod/admin.php:479 +msgid "Preserve site homepage URL" +msgstr "Préserver l'adresse d'accueil du site" + +#: ../../mod/admin.php:479 +msgid "" +"Present the site homepage in a frame at the original location instead of " +"redirecting" +msgstr "Présenter la page d'accueil du site dans un cadre à l'adresse d'origine, plutôt que de rediriger" + +#: ../../mod/admin.php:480 msgid "Accounts abandoned after x days" msgstr "Les comptes sont abandonnés après x jours" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:480 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." -msgstr "Pour éviter de gaspiller les ressources du système en essayer de mettre à jour des comptes abandonnés. Mettez 0 pour ne pas avoir de limite de temps." +msgstr "Eviter de gaspiller les ressources du système en interrogeant des hubs distants pour des canaux abandonnés. Mettez 0 pour ne pas avoir de limite de temps." -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:481 msgid "Allowed friend domains" -msgstr "Domaines amicaux" +msgstr "Domaines amicaux autorisés" -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:481 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Liste de noms de domaines - séparés par des virgules - pour lesquels ce site acceptera les demandes d'amitié ou de mise en relation. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines." +msgstr "Liste de noms de domaines séparés par des virgules pour lesquels ce site acceptera les demandes d'amitié. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines." -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:482 msgid "Allowed email domains" -msgstr "Domaines de courriels amicaux" +msgstr "Domaines de courriels autorisés" -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:482 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" -msgstr "Liste de noms de domaines - séparés par des virgules - dont les adresses de courriel seront autorisées lors de l'inscription à ce site. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines." +msgstr "Liste de noms de domaines séparés par des virgules dont les adresses de courriel seront autorisées lors de l'inscription à ce site. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines." -#: ../../mod/admin.php:475 -msgid "Block public" -msgstr "Bloquer public" +#: ../../mod/admin.php:483 +msgid "Not allowed email domains" +msgstr "Domaines de courriel non autorisés" -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:483 msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Cocher pour interdire tout accès public, y compris aux pages marquées comme publiques, aux visiteurs anonymes." +"Comma separated list of domains which are not allowed in email addresses for" +" registrations to this site. Wildcards are accepted. Empty to allow any " +"domains, unless allowed domains have been defined." +msgstr "Liste de noms de domaines - séparés par des virgules - dont les adresses de courriel ne seront pas autorisées lors de l'inscription à ce site. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines, sauf si des domaines autorisés ont été définis." -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:484 +msgid "Verify Email Addresses" +msgstr "Demander vérification des adresses de courriel" + +#: ../../mod/admin.php:484 +msgid "" +"Check to verify email addresses used in account registration (recommended)." +msgstr "Cocher pour que les adresses utilisées à l'inscription soient vérifiées (recommandé)." + +#: ../../mod/admin.php:485 msgid "Force publish" -msgstr "Forcer publication" +msgstr "Publicité forcée" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:485 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Cocher pour forcer la publication de tous les profils du site dans l'annuaire." -#: ../../mod/admin.php:477 -msgid "Disable discovery tab" -msgstr "Désactiver l'onglet \"À découvrir\"" +#: ../../mod/admin.php:486 +msgid "Import Public Streams" +msgstr "Flux publics importés" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:486 msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." -msgstr "Ne pas afficher d'onglet avec des contenus publics automatiquement rassemblées depuis des sources choisies pour ce site." +"Import and allow access to public content pulled from other sites. Warning: " +"this content is unmoderated." +msgstr "Importer du contenu public à partir d'autres sites et autoriser l'accès à ce contenu. Attention : ce contenu n'est pas modéré." -#: ../../mod/admin.php:478 -msgid "No login on Homepage" -msgstr "Pas de connexion depuis la page d'accueil" +#: ../../mod/admin.php:487 +msgid "login on Homepage" +msgstr "Connexion à partir de la page d'accueil" -#: ../../mod/admin.php:478 +#: ../../mod/admin.php:487 msgid "" -"Check to hide the login form from your sites homepage when visitors arrive " -"who are not logged in (e.g. when you put the content of the homepage in via " -"the site channel)." -msgstr "Cocher pour ne pas montrer le formulaire de connexion sur la page d'accueil (typiquement, pour quand vous utilisez la page d'accueil pour afficher du contenu via le canal du site)." +"Present a login box to visitors on the home page if no other content has " +"been configured." +msgstr "Présenter une boîte de dialogue de connexion aux visiteurs sur la page d'accueil si aucun autre contenu n'a été configuré." -#: ../../mod/admin.php:480 +#: ../../mod/admin.php:489 +msgid "Directory Server URL" +msgstr "URL du serveur d'annuaire" + +#: ../../mod/admin.php:489 +msgid "Default directory server" +msgstr "Serveur d'annuaire par défaut" + +#: ../../mod/admin.php:491 msgid "Proxy user" -msgstr "Utilisateurs du proxy" +msgstr "Utilisateur du proxy" -#: ../../mod/admin.php:481 +#: ../../mod/admin.php:492 msgid "Proxy URL" -msgstr "URL du proxy (visiter @proxy-list)" +msgstr "URL du proxy" -#: ../../mod/admin.php:482 +#: ../../mod/admin.php:493 msgid "Network timeout" msgstr "Délai maximal du réseau" -#: ../../mod/admin.php:482 +#: ../../mod/admin.php:493 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "En secondes. Mettre à 0 pour ne pas avoir de délai maximal (pas recommandé)." +msgstr "En secondes. Mettre à 0 pour ne pas avoir de délai maximal (non recommandé)." -#: ../../mod/admin.php:483 +#: ../../mod/admin.php:494 msgid "Delivery interval" msgstr "Intervalle de distribution" -#: ../../mod/admin.php:483 +#: ../../mod/admin.php:494 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Temporise le processus de distribution de tant de secondes pour réduire la charge sur le système. Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS. 0-1 pour les gros serveurs dédiés." -#: ../../mod/admin.php:484 +#: ../../mod/admin.php:495 +msgid "Deliveries per process" +msgstr "Distributions par processus" + +#: ../../mod/admin.php:495 +msgid "" +"Number of deliveries to attempt in a single operating system process. Adjust" +" if necessary to tune system performance. Recommend: 1-5." +msgstr "Nombre de distributions à tenter au sein d'un seul processus système. Ajuster si nécessaire pour affiner la performance du système. Recommandé :1-5." + +#: ../../mod/admin.php:496 msgid "Poll interval" msgstr "Intervalle de scrutation" -#: ../../mod/admin.php:484 +#: ../../mod/admin.php:496 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Temporise le processus de scrutation en tâche de fond de tant de secondes, pour réduire la charge. Si 0, utilise l'intervalle de distribution." -#: ../../mod/admin.php:485 +#: ../../mod/admin.php:497 msgid "Maximum Load Average" -msgstr "Charge moyenne maximale" +msgstr "Charge maximale moyenne" -#: ../../mod/admin.php:485 +#: ../../mod/admin.php:497 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." -msgstr "Charge système maximale au-delà de laquelle distribution et scrutation sont mis en pause - par défaut 50." +msgstr "Charge système maximale au-delà de laquelle distribution et scrutation sont reportées - par défaut 50." + +#: ../../mod/admin.php:498 +msgid "Expiration period in days for imported (grid/network) content" +msgstr "Délai d'expiration pour le contenu importé (réseau)" + +#: ../../mod/admin.php:498 +msgid "0 for no expiration of imported content" +msgstr "0 pour ne pas expirer le contenu importé" + +#: ../../mod/admin.php:635 ../../mod/admin.php:636 ../../mod/settings.php:717 +msgid "Off" +msgstr "Inactif" + +#: ../../mod/admin.php:635 ../../mod/admin.php:636 ../../mod/settings.php:717 +msgid "On" +msgstr "Actif" + +#: ../../mod/admin.php:636 +#, php-format +msgid "Lock feature %s" +msgstr "Verrouiller fonctionnalité %s" -#: ../../mod/admin.php:541 +#: ../../mod/admin.php:644 +msgid "Manage Additional Features" +msgstr "Gérer les fonctionnalités additionnelles" + +#: ../../mod/admin.php:661 msgid "No server found" msgstr "Serveur introuvable" -#: ../../mod/admin.php:548 ../../mod/admin.php:772 +#: ../../mod/admin.php:668 ../../mod/admin.php:998 msgid "ID" -msgstr "ID" +msgstr "Identifiant" -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:668 msgid "for channel" msgstr "pour le canal" -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:668 msgid "on server" msgstr "sur le serveur" -#: ../../mod/admin.php:548 -msgid "Status" -msgstr "État" +#: ../../mod/admin.php:670 +msgid "Server" +msgstr "Serveur" -#: ../../mod/admin.php:569 +#: ../../mod/admin.php:712 +msgid "Block public" +msgstr "Bloquer \"public\"" + +#: ../../mod/admin.php:712 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently authenticated." +msgstr "" + +#: ../../mod/admin.php:713 +msgid "Allow communications only from these sites" +msgstr "" + +#: ../../mod/admin.php:713 +msgid "" +"One site per line. Leave empty to allow communication from anywhere by " +"default" +msgstr "" + +#: ../../mod/admin.php:714 +msgid "Block communications from these sites" +msgstr "" + +#: ../../mod/admin.php:715 +msgid "Allow communications only from these channels" +msgstr "" + +#: ../../mod/admin.php:715 +msgid "" +"One channel (hash) per line. Leave empty to allow from any channel by " +"default" +msgstr "" + +#: ../../mod/admin.php:716 +msgid "Block communications from these channels" +msgstr "" + +#: ../../mod/admin.php:717 +msgid "Allow embedded HTML content only from these domains" +msgstr "" + +#: ../../mod/admin.php:717 +msgid "One site per line. Leave empty to allow from any site by default" +msgstr "" + +#: ../../mod/admin.php:718 +msgid "Block embedded HTML from these domains" +msgstr "" + +#: ../../mod/admin.php:720 +msgid "Cooperative embed security" +msgstr "" + +#: ../../mod/admin.php:720 +msgid "Enable to share embed security with other compatible sites/hubs" +msgstr "" + +#: ../../mod/admin.php:735 msgid "Update has been marked successful" msgstr "La mise à jour a été marquée comme réussie" -#: ../../mod/admin.php:579 +#: ../../mod/admin.php:745 #, php-format msgid "Executing %s failed. Check system logs." msgstr "L'éxecution de %s a échoué. Merci de vérifier les journaux du système." -#: ../../mod/admin.php:582 +#: ../../mod/admin.php:748 #, php-format msgid "Update %s was successfully applied." msgstr "La mise à jour %s a été appliquée avec succès." -#: ../../mod/admin.php:586 +#: ../../mod/admin.php:752 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "La mise à jour %s n'a pas retourné d'information. Impossible de savoir si elle a réussi ou non." -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:755 #, php-format msgid "Update function %s could not be found." msgstr "La fonction de mise à jour %s est introuvable." -#: ../../mod/admin.php:604 +#: ../../mod/admin.php:771 msgid "No failed updates." msgstr "Aucune mise à jour défaillante." -#: ../../mod/admin.php:608 +#: ../../mod/admin.php:775 msgid "Failed Updates" msgstr "Mises à jour défaillantes" -#: ../../mod/admin.php:610 +#: ../../mod/admin.php:777 msgid "Mark success (if update was manually applied)" msgstr "Marquer comme réussie (si la mise à jour a été réalisée manuellement)" -#: ../../mod/admin.php:611 +#: ../../mod/admin.php:778 msgid "Attempt to execute this update step automatically" msgstr "Tenter de réaliser cette étape de mise à jour automatiquement" -#: ../../mod/admin.php:637 +#: ../../mod/admin.php:809 +msgid "Queue Statistics" +msgstr "Statistiques de file d'attente" + +#: ../../mod/admin.php:810 +msgid "Total Entries" +msgstr "Nombre d'entrées total" + +#: ../../mod/admin.php:811 +msgid "Priority" +msgstr "Priorité" + +#: ../../mod/admin.php:812 +msgid "Destination URL" +msgstr "URL de destination" + +#: ../../mod/admin.php:813 +msgid "Mark hub permanently offline" +msgstr "Marquer le hub comme étant hors ligne de manière permanente" + +#: ../../mod/admin.php:814 +msgid "Empty queue for this hub" +msgstr "Vider la file d'attente pour ce hub" + +#: ../../mod/admin.php:815 +msgid "Last known contact" +msgstr "Dernier contact connu" + +#: ../../mod/admin.php:851 #, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s utilisateur bloqué/débloqué" -msgstr[1] "%s utilisateurs bloqués/débloqués" +msgid "%s account blocked/unblocked" +msgid_plural "%s account blocked/unblocked" +msgstr[0] "%s compte bloqué/débloqué" +msgstr[1] "%s comptes bloqués/débloqués" -#: ../../mod/admin.php:644 +#: ../../mod/admin.php:859 #, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s utilisateur supprimé" -msgstr[1] "%s utilisateurs supprimés" +msgid "%s account deleted" +msgid_plural "%s accounts deleted" +msgstr[0] "%s compte supprimé" +msgstr[1] "%s comptes supprimés" -#: ../../mod/admin.php:675 +#: ../../mod/admin.php:895 msgid "Account not found" msgstr "Compte introuvable" -#: ../../mod/admin.php:686 +#: ../../mod/admin.php:907 #, php-format -msgid "User '%s' deleted" -msgstr "Utilisateur '%s' supprimé" +msgid "Account '%s' deleted" +msgstr "Compte '%s' supprimé" -#: ../../mod/admin.php:695 +#: ../../mod/admin.php:915 #, php-format -msgid "User '%s' unblocked" -msgstr "Utilisateur '%s' débloqué" +msgid "Account '%s' blocked" +msgstr "Compte '%s' bloqué" -#: ../../mod/admin.php:695 +#: ../../mod/admin.php:923 #, php-format -msgid "User '%s' blocked" -msgstr "Utilisateur '%s' bloqué" +msgid "Account '%s' unblocked" +msgstr "Compte '%s' débloqué" -#: ../../mod/admin.php:759 ../../mod/admin.php:771 +#: ../../mod/admin.php:985 ../../mod/admin.php:997 msgid "Users" msgstr "Utilisateurs" -#: ../../mod/admin.php:761 ../../mod/admin.php:896 +#: ../../mod/admin.php:987 ../../mod/admin.php:1151 msgid "select all" msgstr "tout sélectionner" -#: ../../mod/admin.php:762 +#: ../../mod/admin.php:988 msgid "User registrations waiting for confirm" msgstr "Inscriptions en attente d'approbation" -#: ../../mod/admin.php:763 +#: ../../mod/admin.php:989 msgid "Request date" msgstr "Date de la demande" -#: ../../mod/admin.php:764 +#: ../../mod/admin.php:990 msgid "No registrations." msgstr "Pas d'inscriptions." -#: ../../mod/admin.php:765 -msgid "Approve" -msgstr "Approuver" - -#: ../../mod/admin.php:766 +#: ../../mod/admin.php:992 msgid "Deny" msgstr "Refuser" -#: ../../mod/admin.php:772 +#: ../../mod/admin.php:998 msgid "Register date" msgstr "Date d'inscription" -#: ../../mod/admin.php:772 +#: ../../mod/admin.php:998 msgid "Last login" msgstr "Dernière connexion" -#: ../../mod/admin.php:772 +#: ../../mod/admin.php:998 msgid "Expires" -msgstr "Expire" +msgstr "Expire le" -#: ../../mod/admin.php:772 +#: ../../mod/admin.php:998 msgid "Service Class" msgstr "Classe de service" -#: ../../mod/admin.php:774 +#: ../../mod/admin.php:1000 msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Les utilisateurs sélectionnés seront supprimés!\\n\\nTout ce que ces utilisateurs ont publié sur ce site sera détruit de manière définitive!\\n\\nÊtes-vous certain?" +"Selected accounts will be deleted!\\n\\nEverything these accounts had posted" +" on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Les comptes sélectionnés seront supprimés !\\n\\nTout ce que ces utilisateurs ont publié sur ce site sera détruit de manière définitive !\\n\\nÊtes-vous sûr ?" -#: ../../mod/admin.php:775 +#: ../../mod/admin.php:1001 msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "L'utilisateur {0} sera supprimé!\\n\\nTout ce que cet utilisateur a publié sur ce site sera détruit de manière définitive!\\n\\nÊtes-vous certain?" +"The account {0} will be deleted!\\n\\nEverything this account has posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Le compte {0} sera supprimé !\\n\\nTout ce que cet utilisateur a publié sur ce site sera détruit de manière définitive !\\n\\nÊtes-vous sûr ?" -#: ../../mod/admin.php:808 +#: ../../mod/admin.php:1037 #, php-format msgid "%s channel censored/uncensored" -msgid_plural "%s channelss censored/uncensored" -msgstr[0] "%s canal censuré/non-censuré" -msgstr[1] "%s canaux censurés/non-censurés" +msgid_plural "%s channels censored/uncensored" +msgstr[0] "%s canal censuré/dé-censuré" +msgstr[1] "%s canaux censurés/dé-censurés" -#: ../../mod/admin.php:815 +#: ../../mod/admin.php:1046 +#, php-format +msgid "%s channel code allowed/disallowed" +msgid_plural "%s channels code allowed/disallowed" +msgstr[0] "code autorisé/interdit pour %s canal" +msgstr[1] "code autorisé/interdit pour %s canaux" + +#: ../../mod/admin.php:1053 #, php-format msgid "%s channel deleted" msgid_plural "%s channels deleted" msgstr[0] "%s canal supprimé" msgstr[1] "%s canaux supprimés" -#: ../../mod/admin.php:834 +#: ../../mod/admin.php:1073 msgid "Channel not found" msgstr "Canal introuvable" -#: ../../mod/admin.php:845 +#: ../../mod/admin.php:1084 #, php-format msgid "Channel '%s' deleted" msgstr "Canal '%s' supprimé" -#: ../../mod/admin.php:855 +#: ../../mod/admin.php:1096 +#, php-format +msgid "Channel '%s' censored" +msgstr "Canal '%s' censuré" + +#: ../../mod/admin.php:1096 #, php-format msgid "Channel '%s' uncensored" -msgstr "Canal '%s' non-censuré" +msgstr "Canal '%s' non censuré" -#: ../../mod/admin.php:855 +#: ../../mod/admin.php:1107 #, php-format -msgid "Channel '%s' censored" -msgstr "Canal '%s' censuré" +msgid "Channel '%s' code allowed" +msgstr "Code autorisé pour le canal '%s'" + +#: ../../mod/admin.php:1107 +#, php-format +msgid "Channel '%s' code disallowed" +msgstr "Code interdit pour le canal '%s'" -#: ../../mod/admin.php:898 +#: ../../mod/admin.php:1153 msgid "Censor" msgstr "Censurer" -#: ../../mod/admin.php:899 +#: ../../mod/admin.php:1154 msgid "Uncensor" msgstr "Ne plus censurer" -#: ../../mod/admin.php:902 +#: ../../mod/admin.php:1155 +msgid "Allow Code" +msgstr "Autoriser le code" + +#: ../../mod/admin.php:1156 +msgid "Disallow Code" +msgstr "Interdire le code" + +#: ../../mod/admin.php:1158 msgid "UID" msgstr "UID" -#: ../../mod/admin.php:904 +#: ../../mod/admin.php:1158 ../../mod/profiles.php:457 +msgid "Address" +msgstr "Adresse" + +#: ../../mod/admin.php:1160 msgid "" "Selected channels will be deleted!\\n\\nEverything that was posted in these " "channels on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Les canaux sélectionnés seront supprimés!\\n\\nTout ce qui a été publié dans ces canaux sur ce site sera définitivement supprimé!\\n\\nÊtes-vous certain?" +msgstr "Les canaux sélectionnés seront supprimés !\\n\\nTout ce qui a été publié dans ces canaux sur ce site sera définitivement supprimé !\\n\\nÊtes-vous sûr ?" -#: ../../mod/admin.php:905 +#: ../../mod/admin.php:1161 msgid "" "The channel {0} will be deleted!\\n\\nEverything that was posted in this " "channel on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Le canal {0} sera supprimé!\\n\\nTout ce qui a été publié sur ce canal sera définitivement supprimé!\\n\\nÊtes-vous certain?" +msgstr "Le canal {0} sera supprimé !\\n\\nTout ce qui a été publié sur ce canal sera définitivement supprimé !\\n\\nÊtes-vous sûr(e) ?" -#: ../../mod/admin.php:944 +#: ../../mod/admin.php:1218 #, php-format msgid "Plugin %s disabled." -msgstr "Extension %s désactivée." +msgstr "Greffon %s désactivé." -#: ../../mod/admin.php:948 +#: ../../mod/admin.php:1222 #, php-format msgid "Plugin %s enabled." -msgstr "Extension %s activée." +msgstr "Greffon %s activé." -#: ../../mod/admin.php:958 ../../mod/admin.php:1160 +#: ../../mod/admin.php:1232 ../../mod/admin.php:1458 msgid "Disable" msgstr "Désactiver" -#: ../../mod/admin.php:960 ../../mod/admin.php:1162 +#: ../../mod/admin.php:1235 ../../mod/admin.php:1460 msgid "Enable" msgstr "Activer" -#: ../../mod/admin.php:986 ../../mod/admin.php:1191 +#: ../../mod/admin.php:1265 ../../mod/admin.php:1487 msgid "Toggle" msgstr "(Dés)activer" -#: ../../mod/admin.php:994 ../../mod/admin.php:1201 +#: ../../mod/admin.php:1273 ../../mod/admin.php:1497 msgid "Author: " msgstr "Auteur :" -#: ../../mod/admin.php:995 ../../mod/admin.php:1202 +#: ../../mod/admin.php:1274 ../../mod/admin.php:1498 msgid "Maintainer: " msgstr "Maintenu par :" -#: ../../mod/admin.php:1124 +#: ../../mod/admin.php:1275 +msgid "Minimum project version: " +msgstr "Version minimum du projet :" + +#: ../../mod/admin.php:1276 +msgid "Maximum project version: " +msgstr "Version maximum du projet :" + +#: ../../mod/admin.php:1277 +msgid "Minimum PHP version: " +msgstr "Version minimum de PHP :" + +#: ../../mod/admin.php:1279 ../../mod/admin.php:1330 +msgid "Disabled - version incompatibility" +msgstr "Désactivé - version incompatible" + +#: ../../mod/admin.php:1423 msgid "No themes found." msgstr "Aucun thème trouvé." -#: ../../mod/admin.php:1183 +#: ../../mod/admin.php:1479 msgid "Screenshot" -msgstr "Aperçu" +msgstr "Capture d'écran" -#: ../../mod/admin.php:1231 +#: ../../mod/admin.php:1525 msgid "[Experimental]" msgstr "[Expérimental]" -#: ../../mod/admin.php:1232 +#: ../../mod/admin.php:1526 msgid "[Unsupported]" -msgstr "[Non-supporté]" +msgstr "[Non maintenu]" -#: ../../mod/admin.php:1259 +#: ../../mod/admin.php:1550 msgid "Log settings updated." -msgstr "Réglages du journal sauvegardés." +msgstr "Paramètres du journal mis à jour." -#: ../../mod/admin.php:1315 +#: ../../mod/admin.php:1607 msgid "Clear" msgstr "Vider" -#: ../../mod/admin.php:1321 +#: ../../mod/admin.php:1613 msgid "Debugging" msgstr "Débogage" -#: ../../mod/admin.php:1322 +#: ../../mod/admin.php:1614 msgid "Log file" msgstr "Fichier du journal" -#: ../../mod/admin.php:1322 +#: ../../mod/admin.php:1614 msgid "" "Must be writable by web server. Relative to your Red top-level directory." -msgstr "Doit être accessible en écriture par le serveur web. Chemin relatif à la racine de votre installation de la Matrice Rouge." +msgstr "Doit être accessible en écriture par le serveur web. Chemin relatif à la racine de votre installation de Hubzilla." -#: ../../mod/admin.php:1323 +#: ../../mod/admin.php:1615 msgid "Log level" msgstr "Niveau de journalisation" -#: ../../mod/thing.php:98 -msgid "Thing updated" -msgstr "Chose mise à jour" +#: ../../mod/admin.php:1661 +msgid "New Profile Field" +msgstr "Nouveau champ de profil" -#: ../../mod/thing.php:158 -msgid "Object store: failed" -msgstr "Stockage de l'objet : échec" +#: ../../mod/admin.php:1662 ../../mod/admin.php:1682 +msgid "Field nickname" +msgstr "Nom court du champ" -#: ../../mod/thing.php:162 -msgid "Thing added" -msgstr "Chose ajoutée" +#: ../../mod/admin.php:1662 ../../mod/admin.php:1682 +msgid "System name of field" +msgstr "Nom système du champ" -#: ../../mod/thing.php:182 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +#: ../../mod/admin.php:1663 ../../mod/admin.php:1683 +msgid "Input type" +msgstr "Type de champ" -#: ../../mod/thing.php:234 -msgid "Show Thing" -msgstr "Montrer chose" +#: ../../mod/admin.php:1664 ../../mod/admin.php:1684 +msgid "Field Name" +msgstr "Nom du champ" -#: ../../mod/thing.php:241 -msgid "item not found." -msgstr "élément introuvable." +#: ../../mod/admin.php:1664 ../../mod/admin.php:1684 +msgid "Label on profile pages" +msgstr "Étiquette sur les pages de profil" -#: ../../mod/thing.php:272 -msgid "Edit Thing" -msgstr "Éditer chose" +#: ../../mod/admin.php:1665 ../../mod/admin.php:1685 +msgid "Help text" +msgstr "Aide à la saisie" -#: ../../mod/thing.php:274 ../../mod/thing.php:321 -msgid "Select a profile" -msgstr "Choisissez un profil" +#: ../../mod/admin.php:1665 ../../mod/admin.php:1685 +msgid "Additional info (optional)" +msgstr "Informations additionnelles (facultatif)" -#: ../../mod/thing.php:278 ../../mod/thing.php:324 -msgid "Post an activity" -msgstr "Publier une activité" +#: ../../mod/admin.php:1675 +msgid "Field definition not found" +msgstr "Définition du champ introuvable" -#: ../../mod/thing.php:278 ../../mod/thing.php:324 -msgid "Only sends to viewers of the applicable profile" -msgstr "Envoi exclusivement au membres autorisé de ce profil" +#: ../../mod/admin.php:1681 +msgid "Edit Profile Field" +msgstr "Modifier le champ de profil" -#: ../../mod/thing.php:280 ../../mod/thing.php:326 -msgid "Name of thing e.g. something" -msgstr "Nom de la chose, p.ex. quelque-chose" +#: ../../mod/poke.php:165 +msgid "Poke somebody" +msgstr "" -#: ../../mod/thing.php:282 ../../mod/thing.php:327 -msgid "URL of thing (optional)" -msgstr "URL de la chose (optionnel)" +#: ../../mod/poke.php:168 +msgid "Poke/Prod" +msgstr "Tapoter/Encourager" -#: ../../mod/thing.php:284 ../../mod/thing.php:328 -msgid "URL for photo of thing (optional)" -msgstr "URL de l'image de la chose (optionnel)" +#: ../../mod/poke.php:169 +msgid "Poke, prod or do other things to somebody" +msgstr "" -#: ../../mod/thing.php:319 -msgid "Add Thing to your Profile" -msgstr "Ajouter la chose à votre profil" +#: ../../mod/poke.php:176 +msgid "Recipient" +msgstr "Destinataire" -#: ../../mod/import.php:36 -msgid "Nothing to import." -msgstr "Rien à importer." +#: ../../mod/poke.php:177 +msgid "Choose what you wish to do to recipient" +msgstr "Choisir ce que vous voulez faire au destinataire" -#: ../../mod/import.php:58 -msgid "Unable to download data from old server" -msgstr "Impossible de récupérer les données de l'ancien serveur" +#: ../../mod/poke.php:180 ../../mod/poke.php:181 +msgid "Make this post private" +msgstr "Rendre cette publication privée" -#: ../../mod/import.php:64 -msgid "Imported file is empty." -msgstr "Le fichier importé est vide." +#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Récupération d'URL échouée : %1$s" + +#: ../../mod/profile_photo.php:112 ../../mod/cover_photo.php:54 +msgid "Image uploaded but image cropping failed." +msgstr "L'image a été téléversée, mais le recadrage a échoué." + +#: ../../mod/profile_photo.php:166 ../../mod/cover_photo.php:150 +msgid "Image resize failed." +msgstr "Le redimensionnement de l'image a échoué." -#: ../../mod/import.php:88 +#: ../../mod/profile_photo.php:212 msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "Impossible de créer un doublon d'un identifiant de canal. L'import a échoué." +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Shift-rechargez votre page, ou videz le cache du navigateur si la photo ne s'affiche pas immédiatement." -#: ../../mod/import.php:106 -msgid "Channel clone failed. Import failed." -msgstr "Le clonage du canal a échoué. L'import a échoué." +#: ../../mod/profile_photo.php:250 ../../mod/cover_photo.php:188 +msgid "Image upload failed." +msgstr "Le téléversement de l'image a échoué." -#: ../../mod/import.php:116 -msgid "Cloned channel not found. Import failed." -msgstr "Le canal cloné n'a pas été trouvé. L'import a échoué." +#: ../../mod/profile_photo.php:269 ../../mod/cover_photo.php:206 +msgid "Unable to process image." +msgstr "Impossible de traîter l'image." -#: ../../mod/import.php:364 -msgid "Import completed." -msgstr "L'import est terminé." +#: ../../mod/profile_photo.php:297 ../../mod/cover_photo.php:229 +msgid "female" +msgstr "femme" -#: ../../mod/import.php:377 -msgid "You must be logged in to use this feature." -msgstr "Vous devez vous connecter pour utiliser cette fonctionnalité." +#: ../../mod/profile_photo.php:298 ../../mod/cover_photo.php:230 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "%1$s a mis à jour son %2$s" -#: ../../mod/import.php:382 -msgid "Import Channel" -msgstr "Importation de canal" +#: ../../mod/profile_photo.php:299 ../../mod/cover_photo.php:231 +msgid "male" +msgstr "homme" -#: ../../mod/import.php:383 -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 "Utilisez ce formulaire pour importer un canal existant sur un serveur différent. Vous pouvez récupérer l'identité du canal sur l'ancien serveur directement par le réseau, ou bien fournir un fichier d'export. Seules les données d'identité et de relations seront importées. L'importation du contenu est toujours en développement." +#: ../../mod/profile_photo.php:300 ../../mod/cover_photo.php:232 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "%1$s a mis à jour son %2$s" -#: ../../mod/import.php:384 -msgid "File to Upload" -msgstr "Fichier à envoyer" +#: ../../mod/profile_photo.php:302 ../../mod/cover_photo.php:234 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "%1$s a mis a jour sa %2$s" -#: ../../mod/import.php:385 -msgid "Or provide the old server/hub details" -msgstr "Ou fournissez les détails de l'ancien serveur" +#: ../../mod/profile_photo.php:304 +msgid "profile photo" +msgstr "photo de profil" -#: ../../mod/import.php:386 -msgid "Your old identity address (xyz@example.com)" -msgstr "Votre ancienne identité (zyx@exemple.com)" +#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409 +#: ../../mod/cover_photo.php:299 ../../mod/cover_photo.php:314 +msgid "Photo not available." +msgstr "Photo inaccessible." -#: ../../mod/import.php:387 -msgid "Your old login email address" -msgstr "Votre ancienne adresse de courriel" +#: ../../mod/profile_photo.php:450 ../../mod/cover_photo.php:350 +msgid "Upload File:" +msgstr "Téléverser fichier :" -#: ../../mod/import.php:388 -msgid "Your old login password" -msgstr "Votre ancien mot de passe" +#: ../../mod/profile_photo.php:451 ../../mod/cover_photo.php:351 +msgid "Select a profile:" +msgstr "Choisir un profil :" + +#: ../../mod/profile_photo.php:452 +msgid "Upload Profile Photo" +msgstr "Téléverser une photo de profil" + +#: ../../mod/profile_photo.php:457 ../../mod/settings.php:976 +#: ../../mod/cover_photo.php:357 +msgid "or" +msgstr "ou" + +#: ../../mod/profile_photo.php:457 ../../mod/cover_photo.php:357 +msgid "skip this step" +msgstr "passer cette étape" + +#: ../../mod/profile_photo.php:457 ../../mod/cover_photo.php:357 +msgid "select a photo from your photo albums" +msgstr "choisir une photo dans vos albums" + +#: ../../mod/profile_photo.php:473 ../../mod/cover_photo.php:373 +msgid "Crop Image" +msgstr "Recadrer l'image" + +#: ../../mod/profile_photo.php:474 ../../mod/cover_photo.php:374 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Merci d'ajuster le cadre pour une visualisation optimale." + +#: ../../mod/profile_photo.php:476 ../../mod/cover_photo.php:376 +msgid "Done Editing" +msgstr "J'ai terminé" + +#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 +#: ../../mod/profiles.php:241 ../../mod/profiles.php:608 +msgid "Profile not found." +msgstr "Profil introuvable." + +#: ../../mod/profiles.php:39 +msgid "Profile deleted." +msgstr "Profil supprimé." + +#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 +msgid "Profile-" +msgstr "Profil-" + +#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 +msgid "New profile created." +msgstr "Nouveau profil créé." + +#: ../../mod/profiles.php:105 +msgid "Profile unavailable to clone." +msgstr "Profil impossible à cloner." + +#: ../../mod/profiles.php:146 +msgid "Profile unavailable to export." +msgstr "Impossible d'exporter le profil." + +#: ../../mod/profiles.php:251 +msgid "Profile Name is required." +msgstr "Le nom du profil est obligatoire." + +#: ../../mod/profiles.php:414 +msgid "Marital Status" +msgstr "Statut marital" + +#: ../../mod/profiles.php:418 +msgid "Romantic Partner" +msgstr "Partenaire amoureux" + +#: ../../mod/profiles.php:422 +msgid "Likes" +msgstr "Aime" + +#: ../../mod/profiles.php:426 +msgid "Dislikes" +msgstr "N'aime pas" + +#: ../../mod/profiles.php:430 +msgid "Work/Employment" +msgstr "Travail/Occupation" + +#: ../../mod/profiles.php:433 +msgid "Religion" +msgstr "Religion/Croyance" + +#: ../../mod/profiles.php:437 +msgid "Political Views" +msgstr "Opinions politiques" + +#: ../../mod/profiles.php:445 +msgid "Sexual Preference" +msgstr "Préférences sexuelle" + +#: ../../mod/profiles.php:449 +msgid "Homepage" +msgstr "Site Internet" + +#: ../../mod/profiles.php:453 +msgid "Interests" +msgstr "Centres d'intérêt" + +#: ../../mod/profiles.php:547 +msgid "Profile updated." +msgstr "Profil mis à jour." + +#: ../../mod/profiles.php:634 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Cacher vos contacts/amis aux visiteurs de ce profil ?" + +#: ../../mod/profiles.php:674 +msgid "Edit Profile Details" +msgstr "Modifier les détails du profil" + +#: ../../mod/profiles.php:676 +msgid "View this profile" +msgstr "Voir ce profil" + +#: ../../mod/profiles.php:678 +msgid "Change Profile Photo" +msgstr "Changer la photo du profil" + +#: ../../mod/profiles.php:679 +msgid "Create a new profile using these settings" +msgstr "Créer un nouveau profil avec ces paramètres" + +#: ../../mod/profiles.php:680 +msgid "Clone this profile" +msgstr "Cloner ce profil" + +#: ../../mod/profiles.php:681 +msgid "Delete this profile" +msgstr "Supprimer ce profil" + +#: ../../mod/profiles.php:683 +msgid "Import profile from file" +msgstr "Importer le profil à partir d'un fichier" + +#: ../../mod/profiles.php:684 +msgid "Export profile to file" +msgstr "Exporter le profil vers un fichier." + +#: ../../mod/profiles.php:685 +msgid "Profile Name:" +msgstr "Nom du profil :" + +#: ../../mod/profiles.php:686 +msgid "Your Full Name:" +msgstr "Votre nom complet :" + +#: ../../mod/profiles.php:687 +msgid "Title/Description:" +msgstr "Titre/description :" + +#: ../../mod/profiles.php:688 +msgid "Your Gender:" +msgstr "Sexe/Genre :" + +#: ../../mod/profiles.php:689 +msgid "Birthday :" +msgstr "Date de naissance :" + +#: ../../mod/profiles.php:690 +msgid "Street Address:" +msgstr "Numéro et voie :" + +#: ../../mod/profiles.php:691 +msgid "Locality/City:" +msgstr "Ville :" + +#: ../../mod/profiles.php:692 +msgid "Postal/Zip Code:" +msgstr "Code postal :" + +#: ../../mod/profiles.php:693 +msgid "Country:" +msgstr "Pays :" + +#: ../../mod/profiles.php:694 +msgid "Region/State:" +msgstr "Région/Province/État :" + +#: ../../mod/profiles.php:695 +msgid "<span class=\"heart\">♥</span> Marital Status:" +msgstr "<span class=\"heart\">♥</span>Statut marital :" + +#: ../../mod/profiles.php:696 +msgid "Who: (if applicable)" +msgstr "Avec : (si pertinent)" + +#: ../../mod/profiles.php:697 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Exemples : marie123, Marie Deschamps, marie@exemple.com" + +#: ../../mod/profiles.php:698 +msgid "Since [date]:" +msgstr "Depuis [date] :" + +#: ../../mod/profiles.php:700 +msgid "Homepage URL:" +msgstr "URL de mon site Internet :" + +#: ../../mod/profiles.php:703 +msgid "Religious Views:" +msgstr "Opinions religieuses :" + +#: ../../mod/profiles.php:704 +msgid "Keywords:" +msgstr "Mots-clefs :" + +#: ../../mod/profiles.php:707 +msgid "Example: fishing photography software" +msgstr "Exemple : escrime photographie modélisme" + +#: ../../mod/profiles.php:708 +msgid "Used in directory listings" +msgstr "Utilisé pour le référencement dans l'annuaire" + +#: ../../mod/profiles.php:709 +msgid "Tell us about yourself..." +msgstr "Parlez nous de vous..." + +#: ../../mod/profiles.php:710 +msgid "Hobbies/Interests" +msgstr "Loisirs/Centres d'intêret" + +#: ../../mod/profiles.php:711 +msgid "Contact information and Social Networks" +msgstr "Coordonnées et réseaux sociaux" + +#: ../../mod/profiles.php:712 +msgid "My other channels" +msgstr "Mes autres canaux" + +#: ../../mod/profiles.php:713 +msgid "Musical interests" +msgstr "Goûts musicaux" + +#: ../../mod/profiles.php:714 +msgid "Books, literature" +msgstr "Livres, littérature" + +#: ../../mod/profiles.php:715 +msgid "Television" +msgstr "Télévision" -#: ../../mod/import.php:389 +#: ../../mod/profiles.php:716 +msgid "Film/dance/culture/entertainment" +msgstr "Cinéma/Danse/Culture/Divertissement" + +#: ../../mod/profiles.php:717 +msgid "Love/romance" +msgstr "Amour/Relation amoureuse" + +#: ../../mod/profiles.php:718 +msgid "Work/employment" +msgstr "Travail/Occupation " + +#: ../../mod/profiles.php:719 +msgid "School/education" +msgstr "Études" + +#: ../../mod/profiles.php:725 +msgid "This is your default profile." +msgstr "Ceci est votre profil par défaut." + +#: ../../mod/profiles.php:736 +msgid "Age: " +msgstr "Age :" + +#: ../../mod/profiles.php:779 +msgid "Edit/Manage Profiles" +msgstr "Modifier/gérer les profils" + +#: ../../mod/profiles.php:780 +msgid "Add profile things" +msgstr "Ajouter des éléments de profil" + +#: ../../mod/profiles.php:781 +msgid "Include desirable objects in your profile" +msgstr "Incluez des objets souhaitables dans votre profil" + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Identifiant de profil invalide." + +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Éditeur de visibilité de profil" + +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Cliquer sur un contact pour l'ajouter ou le retirer." + +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Visible par" + +#: ../../mod/pubsites.php:18 +msgid "Public Sites" +msgstr "Sites publics" + +#: ../../mod/pubsites.php:21 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 "Quelle que soit l'option choisie, merci de décider si cette nouvelle adresse sera la primaire, ou si votre ancienne adresse continuera à jouer ce rôle. Vous pourrez publier depuis l'adresse de votre choix, mais une seule peut être déclarée comme stockage primaire de vos fichiers/photos/media." +"The listed sites allow public registration for the $Projectname network. All" +" sites in the network are interlinked so membership on any of them conveys " +"membership in the network as a whole. Some sites may require subscription or" +" provide tiered service plans. The provider links <strong>may</strong> " +"provide additional details." +msgstr "Les sites listés autorisent l'inscription publique au réseau $Projectname. Tous les sites du réseau sont interconnectés, l'inscription sur l'un quelconque d'entre eux signifie donc l'inscription sur le réseau dans son ensemble. Certains sites peuvent nécessiter une souscription ou fournir des niveaux de service différenciés. Le lien du fournisseur <strong>peut</strong> fournir plus de détails." + +#: ../../mod/pubsites.php:27 +msgid "Rate this hub" +msgstr "Noter ce hub" + +#: ../../mod/pubsites.php:28 +msgid "Site URL" +msgstr "URL du site" -#: ../../mod/import.php:390 -msgid "Make this hub my primary location" -msgstr "Faire de ce hub l'adresse principale de ce canal" +#: ../../mod/pubsites.php:28 +msgid "Access Type" +msgstr "Type d'accès" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "Limite du nombre total d'invitation dépassée." +#: ../../mod/pubsites.php:28 +msgid "Registration Policy" +msgstr "Politique d'inscription" -#: ../../mod/invite.php:49 +#: ../../mod/pubsites.php:28 +msgid "Project" +msgstr "Projet" + +#: ../../mod/pubsites.php:28 +msgid "View hub ratings" +msgstr "Voir les notes de cette instance" + +#: ../../mod/pubsites.php:32 +msgid "Rate" +msgstr "Evaluer" + +#: ../../mod/pubsites.php:33 +msgid "View ratings" +msgstr "Voir les notes" + +#: ../../mod/rate.php:158 +msgid "Website:" +msgstr "Site web :" + +#: ../../mod/rate.php:161 #, php-format -msgid "%s : Not a valid email address." -msgstr "%s : adresse courriel invalide." +msgid "Remote Channel [%s] (not yet known on this site)" +msgstr "Canal distant [%s] (encore inconnu sur ce site)" -#: ../../mod/invite.php:76 -msgid "Please join us on Red" -msgstr "Rejoignez-nous sur la Matrice Rouge" +#: ../../mod/rate.php:162 +msgid "Rating (this information is public)" +msgstr "Evaluation (cette information est publique)" -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Limite d'invitations dépassée. Merci de contacter l'administration de votre site." +#: ../../mod/rate.php:163 +msgid "Optionally explain your rating (this information is public)" +msgstr "Explication facultative de votre évaluation (cette information est publique)" + +#: ../../mod/ratings.php:69 +msgid "No ratings" +msgstr "Pas de note" -#: ../../mod/invite.php:92 +#: ../../mod/ratings.php:100 +msgid "Rating: " +msgstr "Evaluation :" + +#: ../../mod/ratings.php:101 +msgid "Website: " +msgstr "Site web :" + +#: ../../mod/ratings.php:103 +msgid "Description: " +msgstr "Description :" + +#: ../../mod/rbmark.php:90 +msgid "Select a bookmark folder" +msgstr "Choisir un dossier de favoris" + +#: ../../mod/rbmark.php:95 +msgid "Save Bookmark" +msgstr "Enregistrer le favori" + +#: ../../mod/rbmark.php:96 +msgid "URL of bookmark" +msgstr "URL du favori" + +#: ../../mod/rbmark.php:101 +msgid "Or enter new bookmark folder name" +msgstr "Ou entrez un nouveau nom de dossier de favoris" + +#: ../../mod/register.php:45 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Nombre d'inscriptions quotidiennes dépassé. Merci d'essayer à nouveau demain." + +#: ../../mod/register.php:51 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Merci d'indiquer votre adhésion aux conditions de service. L'inscription a échoué." + +#: ../../mod/register.php:85 +msgid "Passwords do not match." +msgstr "Les mots de passe ne concordent pas." + +#: ../../mod/register.php:127 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Inscription réussie. Merci de vérifier vos courriels pour valider votre compte." + +#: ../../mod/register.php:133 +msgid "Your registration is pending approval by the site owner." +msgstr "Votre inscription est en attente d'approbation par l'administrateur." + +#: ../../mod/register.php:136 +msgid "Your registration can not be processed." +msgstr "Votre inscription ne peut être traîtée." + +#: ../../mod/register.php:179 +msgid "Registration on this site is disabled." +msgstr "L'enregistrement est désactivé sur ce site." + +#: ../../mod/register.php:188 +msgid "Registration on this site/hub is by approval only." +msgstr "L'inscription sur ce site/hub est soumise à approbation." + +#: ../../mod/register.php:189 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "<a href=\"pubsites\">S'inscrire sur un autre site/hub affilié</a>" + +#: ../../mod/register.php:199 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Ce site a dépassé le nombre de création de comptes autorisé chaque jour. Merci d'essayer à nouveau demain." + +#: ../../mod/register.php:210 +msgid "Terms of Service" +msgstr "Conditions de service" + +#: ../../mod/register.php:216 #, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Échec dans la livraison du message." +msgid "I accept the %s for this website" +msgstr "J'accepte les %s de ce site" -#: ../../mod/invite.php:96 +#: ../../mod/register.php:218 #, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d message envoyé." -msgstr[1] "%d messages envoyés." +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "J'ai plus de 13 ans et j'accepte les %s de ce site" -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "Vous ne disposez plus d'aucune invitation" +#: ../../mod/register.php:242 +msgid "Membership on this site is by invitation only." +msgstr "L'inscription à ce site se fait uniquement sur invitation." -#: ../../mod/invite.php:129 -msgid "Send invitations" -msgstr "Envoyer des invitations" +#: ../../mod/register.php:243 +msgid "Please enter your invitation code" +msgstr "Merci de saisir votre code d'invitation" -#: ../../mod/invite.php:130 -msgid "Enter email addresses, one per line:" -msgstr "Entrez les adresses de courriel, une par ligne :" +#: ../../mod/register.php:247 +msgid "Enter your name" +msgstr "Saisissez votre nom" -#: ../../mod/invite.php:131 ../../mod/mail.php:225 ../../mod/mail.php:338 -msgid "Your message:" -msgstr "Votre message :" +#: ../../mod/register.php:256 +msgid "Your email address" +msgstr "Votre adresse de courriel" -#: ../../mod/invite.php:132 -msgid "Please join my community on Hubzilla." -msgstr "Veuillez me rejoindre sur la Matrice Rouge." +#: ../../mod/register.php:257 +msgid "Choose a password" +msgstr "Choisissez un mot de passe" -#: ../../mod/invite.php:134 -msgid "You will need to supply this invitation code: " -msgstr "Vous aurez besoin de fournir le code suivant:" +#: ../../mod/register.php:258 +msgid "Please re-enter your password" +msgstr "Merci de saisir à nouveau votre mot de passe" -#: ../../mod/invite.php:135 -msgid "1. Register at any Hubzilla location (they are all inter-connected)" -msgstr "1. Enregistrez-vous sur n'importe quel serveurs ( ils sont tous inter-connectés )" +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "Merci de vous connecter." -#: ../../mod/invite.php:137 -msgid "2. Enter my Hubzilla network address into the site searchbar." -msgstr "2. Saisissez l'adresse de mon canal dans la barre de recherche du site." +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Il est impossible de supprimer un compte dans les 48 heures après avoir changé le mot de passe du compte." -#: ../../mod/invite.php:138 -msgid "or visit " -msgstr "ou visitez" +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Supprimer ce compte" -#: ../../mod/invite.php:140 -msgid "3. Click [Connect]" -msgstr "3. Click sur [Ajouter]" +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "WARNING: " +msgstr "AVERTISSEMENT :" -#: ../../mod/item.php:146 -msgid "Unable to locate original post." -msgstr "Impossible de localiser la publication initiale." +#: ../../mod/removeaccount.php:58 +msgid "" +"This account and all its channels will be completely removed from the " +"network. " +msgstr "Ce compte et tous ses canaux seront entièrement supprimés du réseau." -#: ../../mod/item.php:379 -msgid "Empty post discarded." -msgstr "Publication vide annulée." +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "This action is permanent and can not be undone!" +msgstr "Cette action est permanente et irréversible !" -#: ../../mod/item.php:421 -msgid "Executable content type not permitted to this channel." -msgstr "Les contenus de type 'exécutable' ne sont pas autorisés sur ce canal." +#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59 +msgid "Please enter your password for verification:" +msgstr "Merci de saisir votre mot de passe pour vérification :" -#: ../../mod/item.php:850 -msgid "System error. Post not saved." -msgstr "Erreur système. Publication non sauvegardée." +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Supprimer du réseau ce compte, tous ses canaux et tous les clones de ses canaux." + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "Par défaut, seules les instances des canaux situés sur ce hub seront supprimées du réseau" + +#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700 +msgid "Remove Account" +msgstr "Supprimer le compte" + +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Il est impossible de supprimer un canal moins de 48 heures après avoir changé le mot de passe d'un compte." + +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Supprimer ce canal" + +#: ../../mod/removeme.php:58 +msgid "This channel will be completely removed from the network. " +msgstr "Ce canal sera complètement supprimé du réseau." + +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Supprimer ce canal ainsi que tous ses clones sur le réseau" + +#: ../../mod/removeme.php:60 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Par défaut, seule l'instance du canal présente sur ce hub sera supprimée du réseau" + +#: ../../mod/removeme.php:61 ../../mod/settings.php:1115 +msgid "Remove Channel" +msgstr "Supprimer le canal" + +#: ../../mod/rmagic.php:40 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Nous avons rencontré un problème avec l'OpenID que vous nous avez fourni. Merci de vérifier que l'ID est correctement saisi." + +#: ../../mod/rmagic.php:40 +msgid "The error message was:" +msgstr "Le message d'erreur était :" + +#: ../../mod/rmagic.php:44 +msgid "Authentication failed." +msgstr "Échec de l'authentification." + +#: ../../mod/rmagic.php:84 +msgid "Remote Authentication" +msgstr "Authentification distante" -#: ../../mod/item.php:1302 +#: ../../mod/rmagic.php:85 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Entrez l'adresse de votre canal (par ex. moncanal@monsite.com)" + +#: ../../mod/rmagic.php:86 +msgid "Authenticate" +msgstr "Authentifier" + +#: ../../mod/search.php:212 #, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "Vous avez atteint votre limite de %1$.0f contributions \"racine\"." +msgid "Items tagged with: %s" +msgstr "Eléments étiquetés avec : %s" -#: ../../mod/item.php:1308 +#: ../../mod/search.php:214 #, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Vous avez atteint votre limite de %1$.0f pages web." +msgid "Search results for: %s" +msgstr "Résultats de recherche pour : %s" -#: ../../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 "[Contenu embarqué - rechargez la page pour le voir]" +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "Aucune restriction de classe de service trouvée." -#: ../../mod/layouts.php:62 -msgid "Help with this feature" -msgstr "Aide avec cette fonctionnalité" +#: ../../mod/settings.php:76 +msgid "Name is required" +msgstr "Le nom est requis" -#: ../../mod/layouts.php:84 -msgid "Layout Name" -msgstr "Nom de la mise-en-page" +#: ../../mod/settings.php:80 +msgid "Key and Secret are required" +msgstr "Clef et secret sont requis" -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "J'aime/Je Déteste" +#: ../../mod/settings.php:232 +msgid "Passwords do not match. Password unchanged." +msgstr "Les deux saisies du mot de passe ne correspondent pas. Il n'a donc pas été changé." -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "Cette action est réservée aux membres." +#: ../../mod/settings.php:236 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Le mot de passe ne peut pas être vide. Il n'a donc pas été changé." -#: ../../mod/like.php:21 +#: ../../mod/settings.php:250 +msgid "Password changed." +msgstr "Le mot de passe a été changé." + +#: ../../mod/settings.php:252 +msgid "Password update failed. Please try again." +msgstr "La mise à jour du mot de passe a échoué. Merci d'essayer à nouveau." + +#: ../../mod/settings.php:266 +msgid "Not valid email." +msgstr "Adresse de courriel non valide." + +#: ../../mod/settings.php:269 +msgid "Protected email address. Cannot change to that email." +msgstr "Adresse de courriel protégée. Impossible de l'utiliser." + +#: ../../mod/settings.php:278 +msgid "System failure storing new email. Please try again." +msgstr "Défaillance système lors du stockage de la nouvelle adresse de courriel. Merci d'essayer à nouveau." + +#: ../../mod/settings.php:521 +msgid "Settings updated." +msgstr "Paramètres mis à jour." + +#: ../../mod/settings.php:585 ../../mod/settings.php:611 +#: ../../mod/settings.php:647 +msgid "Add application" +msgstr "Ajouter une application" + +#: ../../mod/settings.php:588 +msgid "Name of application" +msgstr "Nom de l'application" + +#: ../../mod/settings.php:589 ../../mod/settings.php:615 +msgid "Consumer Key" +msgstr "Clef client" + +#: ../../mod/settings.php:589 ../../mod/settings.php:590 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Généré automatiquement - à changer si besoin. Longueur maximale 20 caractères." + +#: ../../mod/settings.php:590 ../../mod/settings.php:616 +msgid "Consumer Secret" +msgstr "Secret client" + +#: ../../mod/settings.php:591 ../../mod/settings.php:617 +msgid "Redirect" +msgstr "Redirection" + +#: ../../mod/settings.php:591 msgid "" -"Please <a href=\"rmagic\">login with your Hubzilla ID</a> or <a " -"href=\"register\">register as a new Redmatrix.member</a> to continue." -msgstr "SVP <a href=\"rmagic\">connectez-vous</a> ou <a href=\"register\">enregistrez-vous</a> pour continuer." +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "URI de redirection - laissez vide, sauf si votre application le requiert spécifiquement" -#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 -msgid "Invalid request." -msgstr "Requête invalide." +#: ../../mod/settings.php:592 ../../mod/settings.php:618 +msgid "Icon url" +msgstr "URL de l'icône" -#: ../../mod/like.php:119 -msgid "thing" -msgstr "chose" +#: ../../mod/settings.php:592 +msgid "Optional" +msgstr "Facultatif" -#: ../../mod/like.php:165 -msgid "Channel unavailable." -msgstr "Canal indisponible." +#: ../../mod/settings.php:603 +msgid "Application not found." +msgstr "" -#: ../../mod/like.php:204 -msgid "Previous action reversed." -msgstr "Action précédente annulée." +#: ../../mod/settings.php:646 +msgid "Connected Apps" +msgstr "Applications connectées" -#: ../../mod/like.php:417 -msgid "Action completed." -msgstr "Action complétée." +#: ../../mod/settings.php:650 +msgid "Client key starts with" +msgstr "La clef partagée commence par" -#: ../../mod/like.php:418 -msgid "Thank you." -msgstr "Merci." +#: ../../mod/settings.php:651 +msgid "No name" +msgstr "Sans nom" -#: ../../mod/lockview.php:35 ../../mod/lockview.php:41 -msgid "Remote privacy information not available." -msgstr "Les informations de vie privée à distance ne sont pas disponibles." +#: ../../mod/settings.php:652 +msgid "Remove authorization" +msgstr "Révoquer l'autorisation" -#: ../../mod/lockview.php:50 -msgid "Visible to:" -msgstr "Visible par :" +#: ../../mod/settings.php:665 +msgid "No feature settings configured" +msgstr "Aucun paramètre de fonctionnalité configuré" -#: ../../mod/viewconnections.php:58 -msgid "No connections." -msgstr "Pas de relation." +#: ../../mod/settings.php:672 +msgid "Feature/Addon Settings" +msgstr "Paramètres des extensions/greffons" -#: ../../mod/viewconnections.php:71 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visiter le profil de %s [%s]" +#: ../../mod/settings.php:695 +msgid "Account Settings" +msgstr "Paramètres du compte" -#: ../../mod/viewconnections.php:86 -msgid "View Connnections" -msgstr "Voir les relations" +#: ../../mod/settings.php:696 +msgid "Enter New Password:" +msgstr "Nouveau mot de passe :" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Aucun compte valide trouvé." +#: ../../mod/settings.php:697 +msgid "Confirm New Password:" +msgstr "Confirmer le nouveau mot de passe :" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "Réinitialisation du mot de passe demandée. Vérifiez vos courriels." +#: ../../mod/settings.php:697 +msgid "Leave password fields blank unless changing" +msgstr "Laissez les mots de passe vides si vous ne voulez pas les modifier" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Membre du site (%s)" +#: ../../mod/settings.php:699 ../../mod/settings.php:1032 +msgid "Email Address:" +msgstr "Adresse de courriel :" -#: ../../mod/lostpass.php:40 +#: ../../mod/settings.php:701 +msgid "Remove this account including all its channels" +msgstr "Supprimer ce compte et tous ses canaux" + +#: ../../mod/settings.php:724 +msgid "Additional Features" +msgstr "Fonctionnalités additionnelles" + +#: ../../mod/settings.php:748 +msgid "Connector Settings" +msgstr "Paramètres du connecteur" + +#: ../../mod/settings.php:787 +msgid "No special theme for mobile devices" +msgstr "Pas de thème spécifique aux mobiles" + +#: ../../mod/settings.php:790 #, php-format -msgid "Password reset requested at %s" -msgstr "Demande de réinitialisation du mot de passe sur %s" +msgid "%s - (Experimental)" +msgstr "%s - (Expérimental)" -#: ../../mod/lostpass.php:63 +#: ../../mod/settings.php:829 +msgid "Display Settings" +msgstr "Afficher les paramètres" + +#: ../../mod/settings.php:830 +msgid "Theme Settings" +msgstr "Paramètres du thème" + +#: ../../mod/settings.php:831 +msgid "Custom Theme Settings" +msgstr "Paramètres personnels du thème" + +#: ../../mod/settings.php:832 +msgid "Content Settings" +msgstr "Paramètres liés au contenu" + +#: ../../mod/settings.php:838 +msgid "Display Theme:" +msgstr "Afficher le thème :" + +#: ../../mod/settings.php:839 +msgid "Mobile Theme:" +msgstr "Thème mobile :" + +#: ../../mod/settings.php:840 +msgid "Enable user zoom on mobile devices" +msgstr "Permettre à l'utilisateur d'un mobile d'agrandir le contenu" + +#: ../../mod/settings.php:841 +msgid "Update browser every xx seconds" +msgstr "Mettre à jour le navigateur toutes les xx secondes" + +#: ../../mod/settings.php:841 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minimum 10 secondes, pas de maximum" + +#: ../../mod/settings.php:842 +msgid "Maximum number of conversations to load at any time:" +msgstr "Nombre maximal de conversations pouvant être chargées en même temps :" + +#: ../../mod/settings.php:842 +msgid "Maximum of 100 items" +msgstr "100 éléments au maximum" + +#: ../../mod/settings.php:843 +msgid "Show emoticons (smilies) as images" +msgstr "Remplacer les émoticônes (smileys) par des images" + +#: ../../mod/settings.php:844 +msgid "Link post titles to source" +msgstr "Lier les titres des publications à leur source" + +#: ../../mod/settings.php:845 +msgid "System Page Layout Editor - (advanced)" +msgstr "Editeur de mise en page des pages systèmes - (avancé)" + +#: ../../mod/settings.php:848 +msgid "Use blog/list mode on channel page" +msgstr "Utiliser le mode blog/liste sur la page du canal" + +#: ../../mod/settings.php:848 ../../mod/settings.php:849 +msgid "(comments displayed separately)" +msgstr "(commentaires affichés séparément)" + +#: ../../mod/settings.php:849 +msgid "Use blog/list mode on grid page" +msgstr "Utiliser le mode blog/liste sur la page du réseau" + +#: ../../mod/settings.php:850 +msgid "Channel page max height of content (in pixels)" +msgstr "Hauteur maximale du contenu pour la page du canal (en pixels)" + +#: ../../mod/settings.php:850 ../../mod/settings.php:851 +msgid "click to expand content exceeding this height" +msgstr "cliquer pour dérouler le contenu dépassant cette limite" + +#: ../../mod/settings.php:851 +msgid "Grid page max height of content (in pixels)" +msgstr "Hauteur maximale du contenu sur la page du réseau (en pixels)" + +#: ../../mod/settings.php:885 +msgid "Nobody except yourself" +msgstr "Personne sauf vous" + +#: ../../mod/settings.php:886 +msgid "Only those you specifically allow" +msgstr "Seulement ceux que vous autorisez spécifiquement" + +#: ../../mod/settings.php:887 +msgid "Approved connections" +msgstr "Contacts approuvés" + +#: ../../mod/settings.php:888 +msgid "Any connections" +msgstr "Tous les contacts" + +#: ../../mod/settings.php:889 +msgid "Anybody on this website" +msgstr "Tous les utilisateurs du hub" + +#: ../../mod/settings.php:890 +msgid "Anybody in this network" +msgstr "Tous les utilisateurs sur ce réseau" + +#: ../../mod/settings.php:891 +msgid "Anybody authenticated" +msgstr "Tous les utilisateurs authentifiés" + +#: ../../mod/settings.php:892 +msgid "Anybody on the internet" +msgstr "Tous les utilisateurs d'Internet" + +#: ../../mod/settings.php:967 +msgid "Publish your default profile in the network directory" +msgstr "Publier votre profil par défaut dans l'annuaire du réseau" + +#: ../../mod/settings.php:972 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Nous autoriser à vous suggérer comme ami(e) potentiel(le) aux nouveaux membres?" + +#: ../../mod/settings.php:981 +msgid "Your channel address is" +msgstr "L'adresse de votre canal est" + +#: ../../mod/settings.php:1023 +msgid "Channel Settings" +msgstr "Paramètres du canal" + +#: ../../mod/settings.php:1030 +msgid "Basic Settings" +msgstr "Paramètres standard" + +#: ../../mod/settings.php:1033 +msgid "Your Timezone:" +msgstr "Votre fureau horaire :" + +#: ../../mod/settings.php:1034 +msgid "Default Post Location:" +msgstr "Emplacement de publication par défaut :" + +#: ../../mod/settings.php:1034 +msgid "Geographical location to display on your posts" +msgstr "Emplacement géographique à afficher sur vos publications" + +#: ../../mod/settings.php:1035 +msgid "Use Browser Location:" +msgstr "Utiliser la géolocalisation du navigateur :" + +#: ../../mod/settings.php:1037 +msgid "Adult Content" +msgstr "Contenu \"adulte\"" + +#: ../../mod/settings.php:1037 msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "La demande n'a pas pu être vérifiée. (Peut-être l'avez vous déjà utilisée.) La réinitialisation a échoué." +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Ce canal publie plus ou moins fréquemment du contenu pour adultes. (Merci d'indiquer tout contenu pour adulte ou potentiellement choquant avec l'étiquette <em>#NSFW</em> - Not Safe For Work)" -#: ../../mod/lostpass.php:85 ../../boot.php:1508 -msgid "Password Reset" -msgstr "Réinitialiser le mot de passe" +#: ../../mod/settings.php:1039 +msgid "Security and Privacy Settings" +msgstr "Paramètres de sécurité et de confidentialité" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "Votre mot de passe a bien été réinitialisé." +#: ../../mod/settings.php:1042 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "Vous permissions sont déjà paramétrées. Cliquer pour voir/ajuster" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "Votre nouveau mot de passe est" +#: ../../mod/settings.php:1044 +msgid "Hide my online presence" +msgstr "Cacher ma présence en ligne" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Sauvez-le ou copiez-le, puis" +#: ../../mod/settings.php:1044 +msgid "Prevents displaying in your profile that you are online" +msgstr "Cacher votre statut (en ligne/hors ligne) sur votre profil" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "cliquez ici pour vous connecter" +#: ../../mod/settings.php:1046 +msgid "Simple Privacy Settings:" +msgstr "Paramètres de confidentialité simplifiés :" -#: ../../mod/lostpass.php:90 +#: ../../mod/settings.php:1047 msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "Votre mot de passe peut être changé depuis la page des <em>Réglages</em> une fois connecté." +"Very Public - <em>extremely permissive (should be used with caution)</em>" +msgstr "Très public - <em>extrèmement permissif (à n'utiliser qu'en connaissance de cause)</em>" + +#: ../../mod/settings.php:1048 +msgid "" +"Typical - <em>default public, privacy when desired (similar to social " +"network permissions but with improved privacy)</em>" +msgstr "Classique - <em>public par défaut, privé en cas de besoin (comparable aux permissions type réseau social, avec une confidentialité améliorée)</em>" + +#: ../../mod/settings.php:1049 +msgid "Private - <em>default private, never open or public</em>" +msgstr "Privé - <em>privé par défaut, jamais ouvert ni public</em>" -#: ../../mod/lostpass.php:107 +#: ../../mod/settings.php:1050 +msgid "Blocked - <em>default blocked to/from everybody</em>" +msgstr "Bloqué - <em>par défaut, bloqué de/vers tout le monde</em>" + +#: ../../mod/settings.php:1052 +msgid "Allow others to tag your posts" +msgstr "Autoriser les autres à \"étiqueter\" vos publications" + +#: ../../mod/settings.php:1052 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Souvent utilisé par la communauté pour identifier un contenu inapproprié a posteriori " + +#: ../../mod/settings.php:1054 +msgid "Advanced Privacy Settings" +msgstr "Paramètres de confidentialité avancés" + +#: ../../mod/settings.php:1056 +msgid "Expire other channel content after this many days" +msgstr "Faire expirer le contenu des autres canaux après n jours" + +#: ../../mod/settings.php:1056 #, php-format -msgid "Your password has changed at %s" -msgstr "Votre mot de passe de %s a été changé" +msgid "" +"0 or blank to use the website limit. The website expires after %d days." +msgstr "0 ou vide pour utiliser la limite du site. Le délai du site est de %d jours." -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Mot de passe oublié?" +#: ../../mod/settings.php:1057 +msgid "Maximum Friend Requests/Day:" +msgstr "Nombre maximum de demandes de contact par jour :" -#: ../../mod/lostpass.php:123 +#: ../../mod/settings.php:1057 +msgid "May reduce spam activity" +msgstr "Contribue à réduire l'impact des indésirables" + +#: ../../mod/settings.php:1058 +msgid "Default Post Permissions" +msgstr "Permissions par défaut des publications" + +#: ../../mod/settings.php:1063 +msgid "Channel permissions category:" +msgstr "Catégorie de permissions du canal :" + +#: ../../mod/settings.php:1069 +msgid "Maximum private messages per day from unknown people:" +msgstr "Nombre maximum de messages privés émanant d'inconnus, par jour :" + +#: ../../mod/settings.php:1069 +msgid "Useful to reduce spamming" +msgstr "Utile pour réduire les indésirables" + +#: ../../mod/settings.php:1072 +msgid "Notification Settings" +msgstr "Paramètres de notification" + +#: ../../mod/settings.php:1073 +msgid "By default post a status message when:" +msgstr "Par défaut, publier un statut quand :" + +#: ../../mod/settings.php:1074 +msgid "accepting a friend request" +msgstr "vous acceptez une demande de contact" + +#: ../../mod/settings.php:1075 +msgid "joining a forum/community" +msgstr "vous rejoignez un forum ou une communauté" + +#: ../../mod/settings.php:1076 +msgid "making an <em>interesting</em> profile change" +msgstr "vous faîtes une modification <em>intéressante</em> de votre profil" + +#: ../../mod/settings.php:1077 +msgid "Send a notification email when:" +msgstr "Envoyer un courriel de notification quand :" + +#: ../../mod/settings.php:1078 +msgid "You receive a connection request" +msgstr "Vous recevez une demande de contact" + +#: ../../mod/settings.php:1079 +msgid "Your connections are confirmed" +msgstr "Vos contacts sont confirmés" + +#: ../../mod/settings.php:1080 +msgid "Someone writes on your profile wall" +msgstr "Quelqu'un a écrit sur votre mur" + +#: ../../mod/settings.php:1081 +msgid "Someone writes a followup comment" +msgstr "Quelqu'un a commenté vos publications" + +#: ../../mod/settings.php:1082 +msgid "You receive a private message" +msgstr "Vous recevez un message privé" + +#: ../../mod/settings.php:1083 +msgid "You receive a friend suggestion" +msgstr "Vous recevez une suggestion d'amitié/contact" + +#: ../../mod/settings.php:1084 +msgid "You are tagged in a post" +msgstr "Vous êtes étiqueté dans une publication" + +#: ../../mod/settings.php:1085 +msgid "You are poked/prodded/etc. in a post" +msgstr "Vous êtes tapoté/encouragé/etc. dans une publication" + +#: ../../mod/settings.php:1088 +msgid "Show visual notifications including:" +msgstr "Afficher des notifications visuelles y compris :" + +#: ../../mod/settings.php:1090 +msgid "Unseen grid activity" +msgstr "Activité du réseau pas encore consultée" + +#: ../../mod/settings.php:1091 +msgid "Unseen channel activity" +msgstr "Activité non vue sur le canal" + +#: ../../mod/settings.php:1092 +msgid "Unseen private messages" +msgstr "Messages privés non lus" + +#: ../../mod/settings.php:1092 ../../mod/settings.php:1097 +#: ../../mod/settings.php:1098 ../../mod/settings.php:1099 +msgid "Recommended" +msgstr "Recommandé" + +#: ../../mod/settings.php:1093 +msgid "Upcoming events" +msgstr "Événements à venir" + +#: ../../mod/settings.php:1094 +msgid "Events today" +msgstr "Événements aujourd'hui" + +#: ../../mod/settings.php:1095 +msgid "Upcoming birthdays" +msgstr "Anniversaires à venir" + +#: ../../mod/settings.php:1095 +msgid "Not available in all themes" +msgstr "Pas disponible dans tous les thèmes" + +#: ../../mod/settings.php:1096 +msgid "System (personal) notifications" +msgstr "Notifications système (personnelles)" + +#: ../../mod/settings.php:1097 +msgid "System info messages" +msgstr "Messages d'info système" + +#: ../../mod/settings.php:1098 +msgid "System critical alerts" +msgstr "Alertes critiques système" + +#: ../../mod/settings.php:1099 +msgid "New connections" +msgstr "Nouveaux contacts" + +#: ../../mod/settings.php:1100 +msgid "System Registrations" +msgstr "Inscriptions système" + +#: ../../mod/settings.php:1101 msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Saisissez votre adresse de courriel, et validez, pour réinitialiser votre mot de passe. Vérifiez ensuite votre boîte à lettres pour la suite des instructions." +"Also show new wall posts, private messages and connections under Notices" +msgstr "Afficher également les nouvelles publications sur le mur, les messages privés et les contacts dans Notifications" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "Adresse de courriel" +#: ../../mod/settings.php:1103 +msgid "Notify me of events this many days in advance" +msgstr "Me prévenir d’événements à venir tant de jours en avance" -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Réinitialiser" +#: ../../mod/settings.php:1103 +msgid "Must be greater than 0" +msgstr "Doit être supérieur à 0" -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "Hub introuvable." +#: ../../mod/settings.php:1105 +msgid "Advanced Account/Page Type Settings" +msgstr "Paramètres avancés de compte/type de page" -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "Total des votes" +#: ../../mod/settings.php:1106 +msgid "Change the behaviour of this account for special situations" +msgstr "Modifie le comportement de ce compte pour des situations particulières" -#: ../../mod/vote.php:98 -msgid "Average Rating" -msgstr "Évaluation moyenne" +#: ../../mod/settings.php:1109 +msgid "" +"Please enable expert mode (in <a href=\"settings/features\">Settings > " +"Additional features</a>) to adjust!" +msgstr "Mode expert requis (<a href=\"settings/features\">Paramètres > Fonctions supplémentaires</a>) pour ajuster !" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Impossible de localiser le destinataire." +#: ../../mod/settings.php:1110 +msgid "Miscellaneous Settings" +msgstr "Paramètres divers" -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Impossible de communiquer avec le canal demandé." +#: ../../mod/settings.php:1111 +msgid "Default photo upload folder" +msgstr "Répertoire par défaut pour les photos téléversées" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Impossible de vérifier le canal demandé." +#: ../../mod/settings.php:1111 ../../mod/settings.php:1112 +msgid "%Y - current year, %m - current month" +msgstr "%Y - année en cours, %m - mois en cours" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Le canal choisi a des restrictions quant aux messages privés. L'envoi a échoué." +#: ../../mod/settings.php:1112 +msgid "Default file upload folder" +msgstr "Répertoire par défaut pour les fichiers téléversés" -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" -msgstr "Messages" +#: ../../mod/settings.php:1114 +msgid "Personal menu to display in your channel pages" +msgstr "Menu personnel à afficher sur les pages de votre canal" -#: ../../mod/mail.php:132 -msgid "Message deleted." -msgstr "Message supprimé." +#: ../../mod/settings.php:1116 +msgid "Remove this channel." +msgstr "Supprimer ce canal" -#: ../../mod/mail.php:149 -msgid "Message recalled." -msgstr "Message annulé/rappelé." +#: ../../mod/settings.php:1117 +msgid "Firefox Share $Projectname provider" +msgstr "Connecteur $Projectname pour Firefox Share" -#: ../../mod/mail.php:215 -msgid "Send Private Message" -msgstr "Envoyer un Message Privé" +#: ../../mod/settings.php:1118 +msgid "Start calendar week on monday" +msgstr "Commencer la semaine du calendrier le lundi" -#: ../../mod/mail.php:216 ../../mod/mail.php:333 -msgid "To:" -msgstr "À :" +#: ../../mod/setup.php:194 +msgid "$Projectname Server - Setup" +msgstr "Serveur $Projectname - configuration" -#: ../../mod/mail.php:221 ../../mod/mail.php:335 -msgid "Subject:" -msgstr "Sujet :" +#: ../../mod/setup.php:198 +msgid "Could not connect to database." +msgstr "Impossible de se connecter à la base de données." -#: ../../mod/mail.php:232 -msgid "Send" -msgstr "Envoyer" +#: ../../mod/setup.php:202 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Impossible de se connecter à l'URL indiquée. Problème potentiel de certificat SSL/TLS ou de DNS." -#: ../../mod/mail.php:259 -msgid "Message not found." -msgstr "Message introuvable." +#: ../../mod/setup.php:209 +msgid "Could not create table." +msgstr "Impossible de créer la table." -#: ../../mod/mail.php:302 ../../mod/message.php:72 -msgid "Delete message" -msgstr "Supprimer message" +#: ../../mod/setup.php:214 +msgid "Your site database has been installed." +msgstr "La base de données de votre site a été installée." -#: ../../mod/mail.php:303 -msgid "Recall message" -msgstr "Rappeler/annuler le message" +#: ../../mod/setup.php:218 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "Vous pourriez avoir besoin d'importer le fichier \"install/schema_xxx.sql\" manuellement via un client de base de données (ex: phpmyadmin)." -#: ../../mod/mail.php:305 -msgid "Message has been recalled." -msgstr "Le message a été rappelé." +#: ../../mod/setup.php:219 ../../mod/setup.php:287 ../../mod/setup.php:737 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Merci de consulter le fichier \"install/INSTALL.txt\"." + +#: ../../mod/setup.php:284 +msgid "System check" +msgstr "Vérification du système" -#: ../../mod/mail.php:322 -msgid "Private Conversation" -msgstr "Conversation privée" +#: ../../mod/setup.php:289 +msgid "Check again" +msgstr "Re-vérifier" -#: ../../mod/mail.php:326 -msgid "Delete conversation" -msgstr "Supprimer conversation" +#: ../../mod/setup.php:311 +msgid "Database connection" +msgstr "Connexion à la base de données" -#: ../../mod/mail.php:328 +#: ../../mod/setup.php:312 msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "Aucune communication sécurisée n'est possible. Vous pourrez <strong>peut-être</strong> répondre depuis la page de profil de l'émetteur." +"In order to install $Projectname we need to know how to connect to your " +"database." +msgstr "Pour installer $Projectname, nous avons besoin de savoir comment se connecter à votre base de données." -#: ../../mod/mail.php:332 -msgid "Send Reply" -msgstr "Envoyer une réponse" +#: ../../mod/setup.php:313 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Merci de contacter votre prestataire d'hébergement ou votre administrateur de site si vous avez des questions à propos de ces paramètres." + +#: ../../mod/setup.php:314 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "La base de données que vous allez spécifier doit exister. Si ce n'est pas déjà le cas, merci de la créer avant de continuer." + +#: ../../mod/setup.php:318 +msgid "Database Server Name" +msgstr "Nom du serveur de base de données" + +#: ../../mod/setup.php:318 +msgid "Default is 127.0.0.1" +msgstr "Par défaut 127.0.0.1" + +#: ../../mod/setup.php:319 +msgid "Database Port" +msgstr "Port de la base de données" + +#: ../../mod/setup.php:319 +msgid "Communication port number - use 0 for default" +msgstr "Numéro TCP du port - utilisez 0 pour la valeur par défaut" + +#: ../../mod/setup.php:320 +msgid "Database Login Name" +msgstr "Identifiant de connexion à la Base de Données" + +#: ../../mod/setup.php:321 +msgid "Database Login Password" +msgstr "Mot de passe de connexion à la Base de Données" -#: ../../mod/manage.php:136 +#: ../../mod/setup.php:322 +msgid "Database Name" +msgstr "Nom de la Base de Données" + +#: ../../mod/setup.php:323 +msgid "Database Type" +msgstr "Type de base de données" + +#: ../../mod/setup.php:325 ../../mod/setup.php:365 +msgid "Site administrator email address" +msgstr "Adresse de courriel de l'administrateur du site" + +#: ../../mod/setup.php:325 ../../mod/setup.php:365 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Votre compte devra utiliser la même adresse de courriel pour pouvoir utiliser l'administration web." + +#: ../../mod/setup.php:326 ../../mod/setup.php:367 +msgid "Website URL" +msgstr "URL du site web" + +#: ../../mod/setup.php:326 ../../mod/setup.php:367 +msgid "Please use SSL (https) URL if available." +msgstr "Veuillez utiliser SSL/TLS (https) si disponible." + +#: ../../mod/setup.php:327 ../../mod/setup.php:370 +msgid "Please select a default timezone for your website" +msgstr "Veuillez choisir un fuseau horaire par défaut pour votre site" + +#: ../../mod/setup.php:354 +msgid "Site settings" +msgstr "Paramètres du site" + +#: ../../mod/setup.php:368 +msgid "Enable $Projectname <strong>advanced</strong> features?" +msgstr "" + +#: ../../mod/setup.php:368 +msgid "" +"Some advanced features, while useful - may be best suited for technically " +"proficient audiences" +msgstr "" + +#: ../../mod/setup.php:420 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Impossible de trouver une version CLI de PHP dans le PATH du serveur web." + +#: ../../mod/setup.php:421 +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 "En l'absence de version CLI de PHP sur votre serveur, vous ne pourrez pas utiliser la synchronisation en arrière-plan via cron." + +#: ../../mod/setup.php:425 +msgid "PHP executable path" +msgstr "Chemin vers l'éxecutable PHP" + +#: ../../mod/setup.php:425 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Entrez le chemin complet vers l'exécutable php. Vous pouvez continuer l'installation sans." + +#: ../../mod/setup.php:430 +msgid "Command line PHP" +msgstr "PHP en ligne de commande (CLI)" + +#: ../../mod/setup.php:439 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "La version CLI de PHP sur votre système n'a pas l'option \"register_argc_argv\" activée." + +#: ../../mod/setup.php:440 +msgid "This is required for message delivery to work." +msgstr "Elle est nécessaire pour la distribution des messages." + +#: ../../mod/setup.php:443 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/setup.php:461 #, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Vous avez créé %1$.0f des %2$.0f canaux autorisés." +msgid "" +"Your max allowed total upload size is set to %s. Maximum size of one file to" +" upload is set to %s. You are allowed to upload up to %d files at once." +msgstr "Votre taille de téléversement maximale totale autorisée est fixée à %s. La taille maximale d'un seul fichier à téléverser est fixée à %s. Vous pouvez téléverser jusqu'à %d fichier(s) à la fois." -#: ../../mod/manage.php:144 -msgid "Create a new channel" -msgstr "Créer un nouveau canal" +#: ../../mod/setup.php:466 +msgid "You can adjust these settings in the servers php.ini." +msgstr "Vous pouvez ajuster ces paramètres dans le php.ini du serveur." -#: ../../mod/manage.php:148 -msgid "Channel Manager" -msgstr "Gestionnaire du canal" +#: ../../mod/setup.php:468 +msgid "PHP upload limits" +msgstr "Limites de téléversement de PHP" -#: ../../mod/manage.php:149 -msgid "Current Channel" -msgstr "Canal actif" +#: ../../mod/setup.php:491 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Erreur : la fonction \"openssl_pkey_new\" de ce système n'est pas capable de générer des clefs de chiffrement" -#: ../../mod/manage.php:151 -msgid "Attach to one of your channels by selecting it." -msgstr "Branchez-vous à l'un de vos canaux en le selectionnant." +#: ../../mod/setup.php:492 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Si vous êtes sur un serveur Windows, merci de consulter \"http://www.php.net/manual/fr/openssl.installation.php\"." -#: ../../mod/manage.php:152 -msgid "Default Channel" -msgstr "Canal par défaut" +#: ../../mod/setup.php:495 +msgid "Generate encryption keys" +msgstr "Générer les clefs de chiffrement" -#: ../../mod/manage.php:153 -msgid "Make Default" -msgstr "Définir comme défaut" +#: ../../mod/setup.php:507 +msgid "libCurl PHP module" +msgstr "module PHP libCurl" -#: ../../mod/wall_upload.php:34 -msgid "Wall Photos" -msgstr "Photos du mur" +#: ../../mod/setup.php:508 +msgid "GD graphics PHP module" +msgstr "module PHP GD graphics" -#: ../../mod/match.php:16 -msgid "Profile Match" -msgstr "Profils similaires" +#: ../../mod/setup.php:509 +msgid "OpenSSL PHP module" +msgstr "module PHP OpenSSL" -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Aucun mot-clef à comparer. Merci d'ajouter des mots-clefs à votre profil par défaut." +#: ../../mod/setup.php:510 +msgid "mysqli or postgres PHP module" +msgstr "module PHP postgres ou mysqli" -#: ../../mod/match.php:61 -msgid "is interested in:" -msgstr "s'intéresse à :" +#: ../../mod/setup.php:511 +msgid "mb_string PHP module" +msgstr "module PHP mb_string" -#: ../../mod/match.php:69 -msgid "No matches" -msgstr "Pas de correspondance" +#: ../../mod/setup.php:512 +msgid "mcrypt PHP module" +msgstr "module PHP mcrypt" -#: ../../mod/menu.php:21 -msgid "Menu updated." -msgstr "Menu mis à jour." +#: ../../mod/setup.php:513 +msgid "xml PHP module" +msgstr "module PHP xml" -#: ../../mod/menu.php:25 -msgid "Unable to update menu." -msgstr "Impossible de mettre le menu à jour." +#: ../../mod/setup.php:517 ../../mod/setup.php:519 +msgid "Apache mod_rewrite module" +msgstr "module Apache mod_rewrite" -#: ../../mod/menu.php:30 -msgid "Menu created." -msgstr "Menu créé." +#: ../../mod/setup.php:517 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Erreur : le module mod-rewrite du serveur web Apache est requis, mais pas installé." -#: ../../mod/menu.php:34 -msgid "Unable to create menu." -msgstr "Impossible de créer le menu." +#: ../../mod/setup.php:523 ../../mod/setup.php:526 +msgid "proc_open" +msgstr "proc_open" -#: ../../mod/menu.php:57 -msgid "Manage Menus" -msgstr "Gérer les menus" +#: ../../mod/setup.php:523 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Erreur : proc_open est requis, mais soit n'est pas installé, soit est désactivé dans le php.ini" -#: ../../mod/menu.php:60 -msgid "Drop" -msgstr "Supprimer" +#: ../../mod/setup.php:531 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Erreur : le module libCURL de PHP est requis, mais pas installé." -#: ../../mod/menu.php:62 -msgid "Create a new menu" -msgstr "Créer un nouveau menu" +#: ../../mod/setup.php:535 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Erreur : le module GD de PHP avec support JPEG est requis, mais pas installé." -#: ../../mod/menu.php:63 -msgid "Delete this menu" -msgstr "Supprimer ce menu" +#: ../../mod/setup.php:539 +msgid "Error: openssl PHP module required but not installed." +msgstr "Erreur : le module openssl de PHP est requis, mais pas installé." -#: ../../mod/menu.php:64 ../../mod/menu.php:109 -msgid "Edit menu contents" -msgstr "Éditer le contenu du menu" +#: ../../mod/setup.php:543 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." +msgstr "Erreur : un module PHP mysqli ou postgres est requis, mais aucun des deux n'est installé." -#: ../../mod/menu.php:65 -msgid "Edit this menu" -msgstr "Éditer le menu" +#: ../../mod/setup.php:547 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Erreur : le module mb_string de PHP est requis, mais pas installé." -#: ../../mod/menu.php:80 -msgid "New Menu" -msgstr "Nouveau menu" +#: ../../mod/setup.php:551 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Erreur : le module mcrypt de PHP est requis, mais pas installé." -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Menu name" -msgstr "Nom du menu" +#: ../../mod/setup.php:555 +msgid "Error: xml PHP module required for DAV but not installed." +msgstr "Erreur : le module xml de PHP est requis pour le DAV, mais pas installé." -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Must be unique, only seen by you" -msgstr "Doit être unique, ne sera vu que par vous" +#: ../../mod/setup.php:573 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "L'installeur web a besoin de créer un fichier \".htconfig.php\" à la racine de votre serveur web, mais en est incapable." -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title" -msgstr "Titre du menu" +#: ../../mod/setup.php:574 +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 "C'est généralement lié à un problème de droits, à cause duquel le serveur web est interdit d'écriture dans le répertoire concerné - alors que votre propre utilisateur a le droit." -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title as seen by others" -msgstr "Titre du menu tel que vu par les visiteurs" +#: ../../mod/setup.php:575 +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 "Au terme de cette procédure, nous vous transmettrons un texte à sauvegarder dans un fichier nommé .htconfig.php, à la racine de votre installation de $Projectname." -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Allow bookmarks" -msgstr "Autoriser l'usage de favoris" +#: ../../mod/setup.php:576 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Autrement, vous pouvez contourner toute cette procédure et réaliser l'installation manuellement. Merci de consulter le fichier \"install/INSTALL.txt\" pour les instructions détaillées." -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Menu may be used to store saved bookmarks" -msgstr "Le menu pourra être utilisé pour stocker des favoris" +#: ../../mod/setup.php:579 +msgid ".htconfig.php is writable" +msgstr "Le fichier .htconfig.php est accessible en écriture" -#: ../../mod/menu.php:98 -msgid "Menu deleted." -msgstr "Menu supprimé." +#: ../../mod/setup.php:593 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "$Projectname utilise le moteur de gabarits Smarty3 pour mettre son contenu en forme. Smarty3 compile ses modèles vers du PHP natif pour accélérer le rendu." -#: ../../mod/menu.php:100 -msgid "Menu could not be deleted." -msgstr "Impossible de supprimer le menu." +#: ../../mod/setup.php:594 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "Pour utiliser ces modèles, le serveur doit avoir le droits d'écrire dans le dossier %s à la racine du site $Projectname." -#: ../../mod/menu.php:106 -msgid "Edit Menu" -msgstr "Éditer le menu" +#: ../../mod/setup.php:595 ../../mod/setup.php:616 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Merci de vous assurer que l'utilisateur sous lequel le serveur web tourne (le plus souvent, www-data) a bien l'autorisation d'écrire dans ce répertoire." -#: ../../mod/menu.php:108 -msgid "Add or remove entries to this menu" -msgstr "Ajouter/supprimer des entrées à ce menu" +#: ../../mod/setup.php:596 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Note: Comme mesure de sécurité, assurez vous de donner les droits d'écriture au serveur web sur %s uniquement, pas sur les fichiers individuels (.tpl) qu'il contient." -#: ../../mod/message.php:41 -msgid "Conversation removed." -msgstr "Conversation supprimée." +#: ../../mod/setup.php:599 +#, php-format +msgid "%s is writable" +msgstr "Permission d'écriture sur %s activée" -#: ../../mod/message.php:56 -msgid "No messages." -msgstr "Pas de message." +#: ../../mod/setup.php:615 +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 "$Projectname utilise le répertoire 'store' - situé à la racine de votre installation de $Projectname - pour sauvegarder les fichiers envoyés. Le serveur web aura donc besoin de pouvoir y écrire." -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" -msgstr "D d Y - H:i" +#: ../../mod/setup.php:619 +msgid "store is writable" +msgstr "'store' est accessible en écriture" -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" -msgstr "Ajouter un canal" +#: ../../mod/setup.php:652 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "Le certificat SSL/TLS n'a pas pu être validé. Merci de le corriger, ou de désactiver l'accès https à ce site (non recommandé)." -#: ../../mod/new_channel.php:108 +#: ../../mod/setup.php:653 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 "Un canal est une collection de pages web reliées entre elles, sous votre contrôle. Il peut contenir des profils de réseau social, des blogs, des groupes de conversation, des forums, des pages de célébrités, et bien plus encore. Vous pouvez créer autant de canaux que votre administrateur de hub vous y autorise." +"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 "Si votre serveur accepte les connexions https ou s'il permet les connexions sur le port TCP 443 (le port utilisé par le protocole https), vous DEVEZ utiliser un certificat valide. Vous ne DEVEZ PAS utiliser un certificat que vous avez vous-mêmes signé !" -#: ../../mod/new_channel.php:111 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Exemples : \"Bob Jameson\", \"Lisa et ses chevaux sauvages\", \"Football\", \"Groupe des amateurs de tir à l'arc\"" +#: ../../mod/setup.php:654 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "Nous avons ajouté cette contrainte pour éviter que vos publications publiques ne fassent référence par exemple à des images sur votre propre hub." -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" -msgstr "Choisissez un alias" +#: ../../mod/setup.php:655 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "Si votre certificat n'est pas reconnu, les membres des autres sites (qui eux peuvent avoir des certificats valides) recevront des messages d'avertissement sur leur propre site se plaignant de problèmes de sécurité." -#: ../../mod/new_channel.php:113 +#: ../../mod/setup.php:656 msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." -msgstr "Cet alias sera utilisé pour créer une adresse de canal, facile à retenir - un peu comme une adresse de courriel - que vous pourrez partager avec d'autres." +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "Ceci peut causer des problèmes d'ergonomie ailleurs (pas seulement sur votre site), nous devons donc insister sur ce prérequis." -#: ../../mod/new_channel.php:114 -msgid "Or <a href=\"import\">import an existing channel</a> from another location" -msgstr "Ou <a href=\"import\">importez un canal existant</a> à un autre endroit" +#: ../../mod/setup.php:657 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Il existe des autorités de certification qui vous fourniront gratuitement un certificat valide." -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Identifiant de requête invalide." +#: ../../mod/setup.php:659 +msgid "SSL certificate validation" +msgstr "Validation du certificat SSL/TLS" -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Annuler" +#: ../../mod/setup.php:665 +msgid "" +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "La réécriture d'URL définie dans le .htaccess ne fonctionne pas. Vérifiez votre configuration serveur. Test :" -#: ../../mod/notifications.php:94 ../../mod/notify.php:53 -msgid "No more system notifications." -msgstr "Pas d'autre notification du système." +#: ../../mod/setup.php:668 +msgid "Url rewrite is working" +msgstr "La réécriture d'URL fonctionne" -#: ../../mod/notifications.php:98 ../../mod/notify.php:57 -msgid "System Notifications" -msgstr "Notifications du système" +#: ../../mod/setup.php:677 +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 "Le fichier de configuration de la base de données - \".htconfig.php\" - ne peut être écrit. Merci de copier le texte généré dans un fichier à ce nom, à la racine de votre serveur web." -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "Impossible de trouver votre hub." +#: ../../mod/setup.php:701 +msgid "Errors encountered creating database tables." +msgstr "Erreurs rencontrées pendant la création de tables de BDD." -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Contribution effectuée." +#: ../../mod/setup.php:735 +msgid "<h1>What next</h1>" +msgstr "<h1>Et maintenant</h1>" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "signature de la cible invalide" +#: ../../mod/setup.php:736 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANT : Vous devez créer [manuellement] une tâche planifiée pour les mises à jour du réseau." -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "Erreur du protocole OpenID. Pas d'ID retourné." +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Aucun compte valide trouvé." -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." -msgstr "Application installée." +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "Demande de réinitialisation du mot de passe envoyée. Vérifiez vos courriels." -#: ../../mod/appman.php:37 -msgid "Malformed app." -msgstr "Erreur de l'application - Malformée." +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 +#, php-format +msgid "Site Member (%s)" +msgstr "Membre du site (%s)" -#: ../../mod/appman.php:80 -msgid "Embed code" -msgstr "Code intégré" +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Demande de réinitialisation du mot de passe sur %s" -#: ../../mod/appman.php:86 -msgid "Edit App" -msgstr "Edition de l'Application" +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "La demande n'a pas pu être vérifiée. (Peut-être l'avez vous déjà utilisée.) La réinitialisation a échoué." -#: ../../mod/appman.php:86 -msgid "Create App" -msgstr "Création d'une Application" +#: ../../mod/lostpass.php:86 ../../boot.php:1526 +msgid "Password Reset" +msgstr "Réinitialiser le mot de passe" -#: ../../mod/appman.php:91 -msgid "Name of app" -msgstr "Nom de l'application" +#: ../../mod/lostpass.php:87 +msgid "Your password has been reset as requested." +msgstr "Votre mot de passe a bien été réinitialisé." -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" -msgstr "Emplacement (Lien) vers l'application" +#: ../../mod/lostpass.php:88 +msgid "Your new password is" +msgstr "Votre nouveau mot de passe est" -#: ../../mod/appman.php:94 -msgid "Photo icon URL" -msgstr "Lien (URL) de l'icône à utiliser pour cette photo" +#: ../../mod/lostpass.php:89 +msgid "Save or copy your new password - and then" +msgstr "Enregistrez ou copiez votre nouveau mot de passe, puis" -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" -msgstr "80 x 80 pixels - optionel" +#: ../../mod/lostpass.php:90 +msgid "click here to login" +msgstr "cliquez ici pour vous connecter" -#: ../../mod/appman.php:95 -msgid "Version ID" -msgstr "Version" +#: ../../mod/lostpass.php:91 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "Votre mot de passe peut être changé depuis la page des <em>Paramètres</em> une fois connecté." -#: ../../mod/appman.php:96 -msgid "Price of app" -msgstr "Prix de l'application" +#: ../../mod/lostpass.php:108 +#, php-format +msgid "Your password has changed at %s" +msgstr "Votre mot de passe de %s a été changé" -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" -msgstr "Emplacement (LIEN) pour l'achat de l'application" +#: ../../mod/lostpass.php:123 +msgid "Forgot your Password?" +msgstr "Mot de passe oublié ?" + +#: ../../mod/lostpass.php:124 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Saisissez votre adresse de courriel, et validez, pour réinitialiser votre mot de passe. Vérifiez ensuite votre boîte aux lettres pour la suite des instructions." + +#: ../../mod/lostpass.php:125 +msgid "Email Address" +msgstr "Adresse de courriel" -#: ../../mod/poll.php:64 -msgid "Poll" -msgstr "Sondage" +#: ../../mod/lostpass.php:126 +msgid "Reset" +msgstr "Réinitialiser" -#: ../../mod/poll.php:69 -msgid "View Results" -msgstr "Voir les Résultats" +#: ../../mod/sharedwithme.php:94 +msgid "Files: shared with me" +msgstr "Fichiers : partagés avec moi" -#: ../../mod/frphotos.php:79 -msgid "Friendica Photo Album Import" -msgstr "Importer votre Album Photo Friendica" +#: ../../mod/sharedwithme.php:96 +msgid "NEW" +msgstr "NOUVEAU" -#: ../../mod/frphotos.php:80 -msgid "This will import all your Friendica photo albums to this Red channel." -msgstr "Cette fonction va importer tous vos albums photos Friendica dans ce canal de la Matrice Rouge." +#: ../../mod/sharedwithme.php:99 +msgid "Remove all files" +msgstr "Supprimer tous les fichiers" -#: ../../mod/frphotos.php:81 -msgid "Friendica Server base URL" -msgstr "URL vers le serveur Friendica" +#: ../../mod/sharedwithme.php:100 +msgid "Remove this file" +msgstr "Supprimer ce fichier" -#: ../../mod/frphotos.php:82 -msgid "Friendica Login Username" -msgstr "Nom d'utilisateur Friendica" +#: ../../mod/siteinfo.php:15 +#, php-format +msgid "Version %s" +msgstr "Version %s" -#: ../../mod/frphotos.php:83 -msgid "Friendica Login Password" -msgstr "Mot de passe Friendica" +#: ../../mod/siteinfo.php:36 +msgid "Installed plugins/addons/apps:" +msgstr "Greffons/extensions/applications installés :" -#: ../../mod/removeaccount.php:30 +#: ../../mod/siteinfo.php:49 +msgid "No installed plugins/addons/apps" +msgstr "Aucun greffon/extension/application installé" + +#: ../../mod/siteinfo.php:62 msgid "" -"Account removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Il est impossible de supprimer un compte à l'intérieur de 48 heures après avoir changé le mot de passe d'un compte." +"This is a hub of $Projectname - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Ceci est un serveur $Projectname - un réseau collaboratif mondial de serveurs décentralisés à la confidentialité améliorée." -#: ../../mod/removeaccount.php:57 -msgid "Remove This Account" -msgstr "Supprimer ce Compte" +#: ../../mod/siteinfo.php:64 +msgid "Tag: " +msgstr "Étiquette :" -#: ../../mod/removeaccount.php:58 +#: ../../mod/siteinfo.php:66 +msgid "Last background fetch: " +msgstr "Dernière récupération en tâche de fond :" + +#: ../../mod/siteinfo.php:68 +msgid "Current load average: " +msgstr "Charge moyenne actuelle :" + +#: ../../mod/siteinfo.php:71 +msgid "Running at web location" +msgstr "Tourne à l'adresse internet" + +#: ../../mod/siteinfo.php:72 msgid "" -"This will completely remove this account including all its channels from the" -" network. Once this has been done it is not recoverable." -msgstr "Cette fonction va complètement supprimer le compte incluant tous ses canaux sur la matrice. Attention, cette action est irréversible." +"Please visit <a href=\"http://hubzilla.org\">hubzilla.org</a> to learn more " +"about $Projectname." +msgstr "Merci de visiter <a href=\"http://hubzilla.org\">hubzilla.org</a> pour en apprendre davantage sur $Projectname." -#: ../../mod/removeaccount.php:60 +#: ../../mod/siteinfo.php:73 +msgid "Bug reports and issues: please visit" +msgstr "Pour remonter bogues et problèmes, merci de visiter" + +#: ../../mod/siteinfo.php:75 +msgid "$projectname issues" +msgstr "Problèmes $projectname" + +#: ../../mod/siteinfo.php:76 msgid "" -"Remove this account, all its channels and all its channel clones from the " -"network" -msgstr "Supprimer ce compte, tous ses canaux et tous les clones sur la matrice." +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Suggestions, demandes, etc. - merci de vous adresser à \"redmatrix\" à librelist - point com" -#: ../../mod/removeaccount.php:60 +#: ../../mod/siteinfo.php:78 +msgid "Site Administrators" +msgstr "Administrateurs du site" + +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Impossible de créer la source. Aucun canal selectionné." + +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Source créée." + +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Source mise à jour." + +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" + +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Gérer les sources distantes de contenu pour votre canal." + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nouvelle source" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"By default only the instances of the channels located on this hub will be " -"removed from the network" -msgstr "Par défault, seuls les instances de canaux situés sur ce hub seront supprimer de la matrice." +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importer le contenu sélectionné ou tout le contenu du canal suivant vers ce canal et le distribuer selon vos paramètres de canal." -#: ../../view/theme/apw/php/config.php:202 -#: ../../view/theme/apw/php/config.php:236 -msgid "Schema Default" -msgstr "Par défault" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "N'importer le contenu que s'il contient ces mots (un par ligne)" -#: ../../view/theme/apw/php/config.php:203 -msgid "Sans-Serif" -msgstr "Sans-Serif" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Laissez vide pour importer tout le contenu public" -#: ../../view/theme/apw/php/config.php:204 -msgid "Monospace" -msgstr "Monospace" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Source introuvable." -#: ../../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 "Réglages du thème" +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Modifier la source" -#: ../../view/theme/apw/php/config.php:260 -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Set scheme" -msgstr "Définir la palette de couleurs" +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Supprimer la source" -#: ../../view/theme/apw/php/config.php:261 -#: ../../view/theme/redbasic/php/config.php:124 -msgid "Set font-size for posts and comments" -msgstr "Définir font-size pour contribution et commentaires" +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Source supprimée" -#: ../../view/theme/apw/php/config.php:262 -msgid "Set font face" -msgstr "Définir la fonte" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Impossible de supprimer la source." -#: ../../view/theme/apw/php/config.php:263 -msgid "Set iconset" -msgstr "Définir le jeu d'icônes" +#: ../../mod/subthread.php:114 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s suit %3$s de %2$s" -#: ../../view/theme/apw/php/config.php:264 -msgid "Set big shadow size, default 15px 15px 15px" -msgstr "Définir la taille des grandes ombres, par défaut 15px 15px 15px" +#: ../../mod/subthread.php:116 +#, php-format +msgid "%1$s stopped following %2$s's %3$s" +msgstr "%1$s ne suit plus %3$s de %2$s" -#: ../../view/theme/apw/php/config.php:265 -msgid "Set small shadow size, default 5px 5px 5px" -msgstr "Définir la taille des petites ombres, par défaut 5px 5px 5px" +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Aucune suggestion disponible. Si le site est récent, merci de re-tenter dans 24 heures." -#: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow color, default #000" -msgstr "Définir la couleur des ombres, par défaut #000" +#: ../../mod/tagger.php:96 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s a étiqueté le %3$s de %2$s avec %4$s" -#: ../../view/theme/apw/php/config.php:267 -msgid "Set radius size, default 5px" -msgstr "Définir le rayon des arrondis, par défaut 5px" +#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 +msgid "Tag removed" +msgstr "Étiquette retirée" -#: ../../view/theme/apw/php/config.php:268 -msgid "Set line-height for posts and comments" -msgstr "Définir line-height pour contributions et commentaires" +#: ../../mod/tagrm.php:119 +msgid "Remove Item Tag" +msgstr "Retirer une étiquette à l'élément" -#: ../../view/theme/apw/php/config.php:269 -msgid "Set background image" -msgstr "Définir l'image d'arrière-plan" +#: ../../mod/tagrm.php:121 +msgid "Select a tag to remove: " +msgstr "Étiquette à retirer :" -#: ../../view/theme/apw/php/config.php:270 -msgid "Set background attachment" -msgstr "Image de fond - fichier" +#: ../../mod/thing.php:110 +msgid "Thing updated" +msgstr "Elément mis à jour" -#: ../../view/theme/apw/php/config.php:271 -msgid "Set background color" -msgstr "Définir la couleur d'arrière-plan" +#: ../../mod/thing.php:162 +msgid "Object store: failed" +msgstr "Stockage de l'objet : échec" -#: ../../view/theme/apw/php/config.php:272 -msgid "Set section background image" -msgstr "Définir l'image d'arrière-plan des sections" +#: ../../mod/thing.php:166 +msgid "Thing added" +msgstr "Elément ajouté" -#: ../../view/theme/apw/php/config.php:273 -msgid "Set section background color" -msgstr "Définir la couleur d'arrière-plan des sections" +#: ../../mod/thing.php:192 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../view/theme/apw/php/config.php:274 -msgid "Set color of items - use hex" -msgstr "Définir la couleur des éléments - en héxadécimal" +#: ../../mod/thing.php:255 +msgid "Show Thing" +msgstr "Montrer élément" -#: ../../view/theme/apw/php/config.php:275 -msgid "Set color of links - use hex" -msgstr "Définir la couleur des liens - en héxadécimal" +#: ../../mod/thing.php:262 +msgid "item not found." +msgstr "élément introuvable." -#: ../../view/theme/apw/php/config.php:276 -msgid "Set max-width for items. Default 400px" -msgstr "Définir la largeur maximal des éléments. Par défaut, 400px" +#: ../../mod/thing.php:295 +msgid "Edit Thing" +msgstr "Modifier élément" -#: ../../view/theme/apw/php/config.php:277 -msgid "Set min-width for items. Default 240px" -msgstr "Définir la largeur minimale des éléments. Par défaut, 240px" +#: ../../mod/thing.php:297 ../../mod/thing.php:347 +msgid "Select a profile" +msgstr "Choisissez un profil" -#: ../../view/theme/apw/php/config.php:278 -msgid "Set the generic content wrapper width. Default 48%" -msgstr "Définir la largeur du contenu. Par défaut, 48%" +#: ../../mod/thing.php:301 ../../mod/thing.php:350 +msgid "Post an activity" +msgstr "Publier une activité" -#: ../../view/theme/apw/php/config.php:279 -msgid "Set color of fonts - use hex" -msgstr "Définir la couleur des fontes - en héxadécimal" +#: ../../mod/thing.php:301 ../../mod/thing.php:350 +msgid "Only sends to viewers of the applicable profile" +msgstr "Envoie exclusivement aux visiteurs du profil concerné" -#: ../../view/theme/apw/php/config.php:280 -msgid "Set background-size element" -msgstr "Définir background-size pour les éléments" +#: ../../mod/thing.php:303 ../../mod/thing.php:352 +msgid "Name of thing e.g. something" +msgstr "Nom de l'élément, p.ex. quelque-chose" -#: ../../view/theme/apw/php/config.php:281 -msgid "Item opacity" -msgstr "Opacité des éléments" +#: ../../mod/thing.php:305 ../../mod/thing.php:353 +msgid "URL of thing (optional)" +msgstr "URL de l'élément (facultatif)" -#: ../../view/theme/apw/php/config.php:282 -msgid "Display post previews only" -msgstr "Afficher seulement l'aperçu des contributions" +#: ../../mod/thing.php:307 ../../mod/thing.php:354 +msgid "URL for photo of thing (optional)" +msgstr "URL d'une photo de l'élément (facultatif)" -#: ../../view/theme/apw/php/config.php:283 -msgid "Display side bar on channel page" -msgstr "Afficher le panneau latéral sur la page du canal" +#: ../../mod/thing.php:345 +msgid "Add Thing to your Profile" +msgstr "Ajouter l'élément à votre profil" -#: ../../view/theme/apw/php/config.php:284 -msgid "Colour of the navigation bar" -msgstr "Couleur de la barre de navigation" +#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 +msgid "Export Channel" +msgstr "Exporter le canal" -#: ../../view/theme/apw/php/config.php:285 -msgid "Item float" -msgstr "Alignement de l'élément" +#: ../../mod/uexport.php:53 +msgid "" +"Export your basic channel information to a file. This acts as a backup of " +"your connections, permissions, profile and basic data, which can be used to " +"import your data to a new server hub, but does not contain your content." +msgstr "Exportez les principales informations de votre canal dans un fichier. Celui-ci pourra servir de sauvegarde de vos contacts, permissions, profils et données de base. Il pourra être importé sur un nouveau hub/serveur, mais n'embarquera pas vos contenus." + +#: ../../mod/uexport.php:54 +msgid "Export Content" +msgstr "Exporter le contenu" -#: ../../view/theme/apw/php/config.php:286 -msgid "Left offset of the section element" -msgstr "Décalage gauche de l'élément section" +#: ../../mod/uexport.php:55 +msgid "" +"Export your channel information and recent content to a JSON backup that can" +" be restored or imported to another server hub. This backs up all of your " +"connections, permissions, profile data and several months of posts. This " +"file may be VERY large. Please be patient - it may take several minutes for" +" this download to begin." +msgstr "Exportez les informations du canal et les contenus récents dans un fichier JSON. Celui-ci contiendra toutes vos relations, permissions, profils, et plusieurs mois de publications. Ce fichier peut être TRÈS gros. Armez-vous de patience - plusieurs minutes peuvent s'écouler avant que le téléchargement ne commence." + +#: ../../mod/uexport.php:56 +msgid "Export your posts from a given year." +msgstr "Exporter vos publications d'une année en particulier" + +#: ../../mod/uexport.php:58 +msgid "" +"You may also export your posts and conversations for a particular year or " +"month. Adjust the date in your browser location bar to select other dates. " +"If the export fails (possibly due to memory exhaustion on your server hub), " +"please try again selecting a more limited date range." +msgstr "Vous pouvez également exporter vos publications et conversations pour une année ou un mois particulier. Ajustez la date dans la barre de votre navigateur pour sélectionner d'autres dates. Si l'export échoue (possible en cas de pénurie de mémoire sur le serveur de votre hub), essayez à nouveau en sélectionnant un intervalle de dates plus petit." -#: ../../view/theme/apw/php/config.php:287 -msgid "Right offset of the section element" -msgstr "Décalage droit de l'élément section" +#: ../../mod/uexport.php:59 +#, php-format +msgid "" +"To select all posts for a given year, such as this year, visit <a " +"href=\"%1$s\">%2$s</a>" +msgstr "Pour sélectionner toutes les publications pour une année donnée, telle que cette année, visitez <a href=\"%1$s\">%2$s</a>" -#: ../../view/theme/apw/php/config.php:288 -msgid "Section width" -msgstr "Largeur de la section" +#: ../../mod/uexport.php:60 +#, php-format +msgid "" +"To select all posts for a given month, such as January of this year, visit " +"<a href=\"%1$s\">%2$s</a>" +msgstr "Pour sélectionner toutes les publications pour un mois donné, par exemple janvier, visitez <a href=\"%1$s\">%2$s</a>" -#: ../../view/theme/apw/php/config.php:289 -msgid "Left offset of the aside" -msgstr "Décalage gauche du panneau latéral" +#: ../../mod/uexport.php:61 +#, php-format +msgid "" +"These content files may be imported or restored by visiting <a " +"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results" +" please import or restore these in date order (oldest first)." +msgstr "Ces fichiers de contenu peuvent être importés ou restaurés en visitant <a href=\"%1$s\">%2$s</a> sur n'importe quel site hébergeant votre canal. Pour de meilleurs résultats merci de les importer par ordre chronologique (les plus anciens d'abord)." -#: ../../view/theme/apw/php/config.php:290 -msgid "Right offset of the aside element" -msgstr "Décalage droit du panneau latéral" +#: ../../mod/viewconnections.php:59 +msgid "No connections." +msgstr "Aucun contact." -#: ../../view/theme/blogga/php/config.php:47 -#: ../../view/theme/blogga/view/theme/blog/config.php:47 -msgid "None" -msgstr "Aucun" +#: ../../mod/viewconnections.php:72 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Visiter le profil de %s [%s]" + +#: ../../mod/viewconnections.php:101 +msgid "View Connections" +msgstr "Voir les contacts" + +#: ../../mod/viewsrc.php:40 +msgid "Source of Item" +msgstr "Source de l'élément" + +#: ../../mod/webpages.php:191 +msgid "Page Title" +msgstr "Titre de la page" + +#: ../../mod/xchan.php:6 +msgid "Xchan Lookup" +msgstr "Recherche xchan" + +#: ../../mod/xchan.php:9 +msgid "Lookup xchan beginning with (or webbie): " +msgstr "Recherche xchan commençant par (ou adresse \"webbie\") :" + +#: ../../mod/cover_photo.php:130 ../../mod/cover_photo.php:177 +msgid "Cover Photos" +msgstr "Photos de couverture" + +#: ../../mod/cover_photo.php:352 +msgid "Upload Cover Photo" +msgstr "Téléverser une photo de couverture" -#: ../../view/theme/blogga/php/config.php:70 -#: ../../view/theme/blogga/view/theme/blog/config.php:70 -msgid "Header image" -msgstr "Image de l'entête" +#: ../../view/theme/redbasic/php/config.php:82 +msgid "Focus (Hubzilla default)" +msgstr "Focus (par défaut pour Hubzilla)" -#: ../../view/theme/blogga/php/config.php:71 -#: ../../view/theme/blogga/view/theme/blog/config.php:71 -msgid "Header image only on profile pages" -msgstr "Image de l'entête tel qu'elle est affichée sur la page du profil" +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Theme settings" +msgstr "Paramètres du thème" -#: ../../view/theme/redbasic/php/config.php:84 -msgid "Light (Hubzilla default)" -msgstr "Blanc (valeur par défaut)" +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Select scheme" +msgstr "Définir la palette de couleurs" #: ../../view/theme/redbasic/php/config.php:104 msgid "Narrow navbar" @@ -7884,19 +9374,19 @@ msgstr "Couleur de fond de la barre de navigation" #: ../../view/theme/redbasic/php/config.php:106 msgid "Navigation bar gradient top color" -msgstr "Gradient de la barre de navigation HAUT" +msgstr "Dégradé de la barre de navigation - couleur du haut" #: ../../view/theme/redbasic/php/config.php:107 msgid "Navigation bar gradient bottom color" -msgstr "Gradient de la barre de navigation BAS" +msgstr "Dégradé de la barre de navigation - couleur du bas" #: ../../view/theme/redbasic/php/config.php:108 msgid "Navigation active button gradient top color" -msgstr "Gradient du bouton de navigation HAUT" +msgstr "Dégradé du bouton de navigation actif - couleur du haut" #: ../../view/theme/redbasic/php/config.php:109 msgid "Navigation active button gradient bottom color" -msgstr "Gradient du bouton de navigation BAS" +msgstr "Dégradé du bouton de navigation actif - couleur du bas" #: ../../view/theme/redbasic/php/config.php:110 msgid "Navigation bar border color " @@ -7904,7 +9394,7 @@ msgstr "Couleur de la bordure de la barre de navigation" #: ../../view/theme/redbasic/php/config.php:111 msgid "Navigation bar icon color " -msgstr "Couleur de l'icône de la barre de navigation" +msgstr "Couleur des icônes de la barre de navigation" #: ../../view/theme/redbasic/php/config.php:112 msgid "Navigation bar active icon color " @@ -7954,9 +9444,17 @@ msgstr "Définir la couleur de survol des icônes des éléments" msgid "Set font-size for the entire application" msgstr "Définir la taille de police pour l'application entière" +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Example: 14px" +msgstr "Exemple : 14px" + +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set font-size for posts and comments" +msgstr "Définir la taille de police pour les contributions et commentaires" + #: ../../view/theme/redbasic/php/config.php:125 msgid "Set font-color for posts and comments" -msgstr "Définir font-colour pour les contributions et commentaires" +msgstr "Définir la couleur de police pour les contributions et commentaires" #: ../../view/theme/redbasic/php/config.php:126 msgid "Set radius of corners" @@ -7967,12 +9465,16 @@ msgid "Set shadow depth of photos" msgstr "Définir la profondeur de l'ombre des photos" #: ../../view/theme/redbasic/php/config.php:128 -msgid "Set maximum width of conversation regions" -msgstr "Définir la largeur maximale des conversations" +msgid "Set maximum width of content region in pixel" +msgstr "Définir la largeur maximale de la zone des contenus" + +#: ../../view/theme/redbasic/php/config.php:128 +msgid "Leave empty for default width" +msgstr "Laissez vide pour avoir la largeur par défaut" #: ../../view/theme/redbasic/php/config.php:129 -msgid "Center conversation regions" -msgstr "Emplacement de la conversation - Centrer" +msgid "Left align page content" +msgstr "Aligner à gauche le contenu de la page" #: ../../view/theme/redbasic/php/config.php:130 msgid "Set minimum opacity of nav bar - to hide it" @@ -7986,49 +9488,51 @@ msgstr "Définir la taille de la photo de l'auteur d'une conversation" msgid "Set size of followup author photos" msgstr "Définir la taille de la photo de l'auteur d'une réponse" -#: ../../view/theme/redbasic/php/config.php:133 -msgid "Sloppy photo albums" -msgstr "Albums photo \"en biais\"" - -#: ../../view/theme/redbasic/php/config.php:133 -msgid "Are you a clean desk or a messy desk person?" -msgstr "Vous êtes plutôt \"bureau bien rangé\" ou \"gros foutoir\"?" - -#: ../../boot.php:1296 +#: ../../boot.php:1329 #, php-format msgid "Update %s failed. See error logs." -msgstr "La mise à jour %s a échoué. Merci de consulter les journaux d'erreur." +msgstr "La mise-à -jour %s a échoué. Merci de consulter les journaux d'erreur." -#: ../../boot.php:1299 +#: ../../boot.php:1332 #, php-format msgid "Update Error at %s" msgstr "Erreur de mise à jour sur %s" -#: ../../boot.php:1473 +#: ../../boot.php:1499 msgid "" "Create an account to access services and applications within the Hubzilla" -msgstr "Créez un compte pour pouvoir accéder aux services et applications de la Matrice Red" +msgstr "Créez un compte pour pouvoir accéder aux services et applications de Hubzilla" -#: ../../boot.php:1501 +#: ../../boot.php:1521 msgid "Password" msgstr "Mot de passe" -#: ../../boot.php:1502 +#: ../../boot.php:1522 msgid "Remember me" msgstr "Se souvenir de moi" -#: ../../boot.php:1507 +#: ../../boot.php:1525 msgid "Forgot your password?" -msgstr "Mot de passe oublié?" - -#: ../../boot.php:1572 -msgid "permission denied" -msgstr "permission refusée" - -#: ../../boot.php:1573 -msgid "Got Zot?" -msgstr "Authentification magique a échouée. Êtes-vous toujours connecté à votre HUB?" +msgstr "Mot de passe oublié ?" -#: ../../boot.php:2003 +#: ../../boot.php:2155 msgid "toggle mobile" msgstr "(dés)activer mobile" + +#: ../../boot.php:2308 +msgid "Website SSL certificate is not valid. Please correct." +msgstr "Le certificat SSL n'est pas valide. Corrigez le." + +#: ../../boot.php:2311 +#, php-format +msgid "[hubzilla] Website SSL error for %s" +msgstr "[hubzilla] Erreur SSL pour %s" + +#: ../../boot.php:2348 +msgid "Cron/Scheduled tasks not running." +msgstr "Les taches planifiées ne tournent pas." + +#: ../../boot.php:2352 +#, php-format +msgid "[hubzilla] Cron tasks not running on %s" +msgstr "[hubzilla] Les tâches planifiées ne tournent pas sur %s" diff --git a/view/fr/hstrings.php b/view/fr/hstrings.php index f73230b1d..a7f20adc2 100644 --- a/view/fr/hstrings.php +++ b/view/fr/hstrings.php @@ -5,26 +5,76 @@ function string_plural_select_fr($n){ return ($n > 1);; }} ; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Impossible de trouver les infos DNS du serveur de base de données '%s'"; -$a->strings["Profile Photos"] = "Photos du profil"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s et %2\$s sont maintenant amis."; -$a->strings["Sharing notification from Diaspora network"] = "Partage de vos notifications du réseau Diaspora"; -$a->strings["photo"] = "photo"; -$a->strings["status"] = "le statut"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s"; -$a->strings["Attachments:"] = "Pièces jointes:"; -$a->strings["Embedded content"] = "Contenu imbriqué"; -$a->strings["Embedding disabled"] = "Imbrication désactivée"; -$a->strings["created a new post"] = "a publié"; -$a->strings["commented on %s's post"] = "a commenté la publication de %s"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authentification distante bloquée. Vous êtes connecté(e) sur ce site localement. Merci de vous déconnecter et réessayer."; +$a->strings["Welcome %s. Remote authentication successful."] = "Bienvenue %s. L'authentification distante a fonctionné."; +$a->strings["Connect"] = "Ajouter/Suivre"; +$a->strings["New window"] = "Nouvelle fenêtre"; +$a->strings["Open the selected location in a different window or browser tab"] = "Ouvrir l'emplacement dans une fenêtre ou un onglet différent"; +$a->strings["User '%s' deleted"] = "Utilisateur '%s' supprimé"; +$a->strings["No username found in import file."] = "Aucun nom d'utilisateur dans le fichier d'import."; +$a->strings["Unable to create a unique channel address. Import failed."] = "Impossible de créer une adresse de canal unique. Echec de l'import."; +$a->strings["Import completed."] = "L'import est terminé."; +$a->strings["parent"] = "retour"; +$a->strings["Collection"] = "Groupe de contacts"; +$a->strings["Principal"] = "Principal"; +$a->strings["Addressbook"] = "Carnet d'adresse"; +$a->strings["Calendar"] = "Calendrier"; +$a->strings["Schedule Inbox"] = "Calendrier - Message entrants"; +$a->strings["Schedule Outbox"] = "Calendrier - Message sortants"; +$a->strings["Unknown"] = "Inconnu"; +$a->strings["Files"] = "Fichiers"; +$a->strings["Total"] = "Total"; +$a->strings["Shared"] = "Partagé"; +$a->strings["Create"] = "Créer"; +$a->strings["Upload"] = "Envoyer"; +$a->strings["Name"] = "Nom"; +$a->strings["Type"] = "Type"; +$a->strings["Size"] = "Taille"; +$a->strings["Last Modified"] = "Modifié le"; +$a->strings["Edit"] = "Modifier"; +$a->strings["Delete"] = "Supprimer"; +$a->strings["You are using %1\$s of your available file storage."] = "Vous utilisez %1\$s de votre espace de stockage."; +$a->strings["You are using %1\$s of %2\$s available file storage. (%3\$s%)"] = "Vous utilisez %1\$s sur %2\$s d'espace disponible. (%3\$s%)"; +$a->strings["WARNING:"] = "AVERTISSEMENT :"; +$a->strings["Create new folder"] = "Nouveau dossier"; +$a->strings["Upload file"] = "Téléverser un fichier"; +$a->strings["Not a valid email address"] = "Ce n'est pas une adresse de courriel valide"; +$a->strings["Your email domain is not among those allowed on this site"] = "Votre domaine de courriel ne fait pas partie de ceux autorisés par ce site"; +$a->strings["Your email address is already registered at this site."] = "Votre adresse de courriel est déjà inscrite sur ce site."; +$a->strings["An invitation is required."] = "Une invitation est requise."; +$a->strings["Invitation could not be verified."] = "Votre invitation n'a pas pu être vérifiée."; +$a->strings["Please enter the required information."] = "Merci d'entrer les informations requises."; +$a->strings["Failed to store account information."] = "Impossible de stocker les informations liées au compte."; +$a->strings["Registration confirmation for %s"] = "Confirmation de l'inscription pour %s"; +$a->strings["Registration request at %s"] = "Demande d'inscription sur %s"; +$a->strings["Administrator"] = "Administrateur"; +$a->strings["your registration password"] = "votre mot de passe d'inscription"; +$a->strings["Registration details for %s"] = "Détails de l'inscription pour %s"; +$a->strings["Account approved."] = "Compte approuvé."; +$a->strings["Registration revoked for %s"] = "Inscription révoquée pour %s"; +$a->strings["Account verified. Please login."] = "Compte vérifié. Veuillez vous connecter."; +$a->strings["Click here to upgrade."] = "Cliquez ici pour mettre à jour."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Cette action outrepasserait les limites prévues par votre forfait."; +$a->strings["This action is not available under your subscription plan."] = "Cette action n'est pas disponible avec votre forfait."; +$a->strings["Visible to your default audience"] = "Visible pour vos contacts seulement"; +$a->strings["Show"] = "Montrer"; +$a->strings["Don't show"] = "Cacher"; +$a->strings["Other networks and post services"] = "Autres réseaux et services de messagerie"; +$a->strings["Permissions"] = "Autorisations"; +$a->strings["Close"] = "Fermer"; +$a->strings[" and "] = "et"; +$a->strings["public profile"] = "profil public"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s a changé %2\$s en “%3\$s”"; +$a->strings["Visit %1\$s's %2\$s"] = "Visiter %2\$s de %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s a mis à jour %2\$s, modifiant %3\$s."; +$a->strings["Public Timeline"] = "Fil public"; $a->strings["Site Admin"] = "Administrateur"; $a->strings["Bookmarks"] = "Favoris"; $a->strings["Address Book"] = "Carnet d'adresses"; $a->strings["Login"] = "Connexion"; -$a->strings["Channel Select"] = "Changer de canal"; -$a->strings["Matrix"] = "Matrice"; -$a->strings["Settings"] = "Réglages"; -$a->strings["Files"] = "Fichiers"; +$a->strings["Channel Manager"] = "Gérer les canaux"; +$a->strings["Grid"] = "Réseau"; +$a->strings["Settings"] = "Paramètres"; $a->strings["Webpages"] = "Pages web"; $a->strings["Channel Home"] = "Mon canal"; $a->strings["Profile"] = "Profil"; @@ -34,7 +84,7 @@ $a->strings["Directory"] = "Annuaire"; $a->strings["Help"] = "Aide"; $a->strings["Mail"] = "Messages"; $a->strings["Mood"] = "Humeur"; -$a->strings["Poke"] = "Cogner"; +$a->strings["Poke"] = "Tapoter"; $a->strings["Chat"] = "Clavardage"; $a->strings["Search"] = "Recherche"; $a->strings["Probe"] = "Sonder"; @@ -44,241 +94,55 @@ $a->strings["Invite"] = "Invitation"; $a->strings["Features"] = "Fonctionalités"; $a->strings["Language"] = "Langue"; $a->strings["Post"] = "Envoyer"; -$a->strings["Profile Photo"] = "Photo du profil"; +$a->strings["Profile Photo"] = "Photo du Profil"; $a->strings["Update"] = "Mise à jour"; $a->strings["Install"] = "Installer"; $a->strings["Purchase"] = "Acheter"; -$a->strings["Edit"] = "Éditer"; -$a->strings["Delete"] = "Supprimer"; -$a->strings["Unknown"] = "Inconnu"; -$a->strings["prev"] = "préc."; -$a->strings["first"] = "premier"; -$a->strings["last"] = "dernier"; -$a->strings["next"] = "suiv."; -$a->strings["older"] = "plus ancien"; -$a->strings["newer"] = "plus récent"; -$a->strings["No connections"] = "Sans relations"; -$a->strings["%d Connection"] = array( - 0 => "%d relation", - 1 => "%d relations", -); -$a->strings["View Connections"] = "Voir les relations"; -$a->strings["Save"] = "Sauver"; -$a->strings["poke"] = "cogner"; -$a->strings["poked"] = "a cogné"; -$a->strings["ping"] = "solliciter"; -$a->strings["pinged"] = "a sollicité"; -$a->strings["prod"] = "encourager"; -$a->strings["prodded"] = "a encouragé"; -$a->strings["slap"] = "gifler"; -$a->strings["slapped"] = "a giflé"; -$a->strings["finger"] = "pointer"; -$a->strings["fingered"] = "a pointé"; -$a->strings["rebuff"] = "rejeter"; -$a->strings["rebuffed"] = "a rejeté"; -$a->strings["happy"] = "heureux"; -$a->strings["sad"] = "triste"; -$a->strings["mellow"] = "mélancolique"; -$a->strings["tired"] = "fatigué"; -$a->strings["perky"] = "impertinent"; -$a->strings["angry"] = "colérique"; -$a->strings["stupified"] = "stupéfié"; -$a->strings["puzzled"] = "perplexe"; -$a->strings["interested"] = "intéressé"; -$a->strings["bitter"] = "amer"; -$a->strings["cheerful"] = "joyeux"; -$a->strings["alive"] = "énergique"; -$a->strings["annoyed"] = "agacé"; -$a->strings["anxious"] = "anxieux"; -$a->strings["cranky"] = "énervé"; -$a->strings["disturbed"] = "perturbé"; -$a->strings["frustrated"] = "frustré"; -$a->strings["depressed"] = "déprimé"; -$a->strings["motivated"] = "motivé"; -$a->strings["relaxed"] = "détendu"; -$a->strings["surprised"] = "surpris"; -$a->strings["Monday"] = "Lundi"; -$a->strings["Tuesday"] = "Mardi"; -$a->strings["Wednesday"] = "Mercredi"; -$a->strings["Thursday"] = "Jeudi"; -$a->strings["Friday"] = "Vendredi"; -$a->strings["Saturday"] = "Samedi"; -$a->strings["Sunday"] = "Dimanche"; -$a->strings["January"] = "Janvier"; -$a->strings["February"] = "Février"; -$a->strings["March"] = "Mars"; -$a->strings["April"] = "Avril"; -$a->strings["May"] = "Mai"; -$a->strings["June"] = "Juin"; -$a->strings["July"] = "Juillet"; -$a->strings["August"] = "Août"; -$a->strings["September"] = "Septembre"; -$a->strings["October"] = "Octobre"; -$a->strings["November"] = "Novembre"; -$a->strings["December"] = "Décembre"; -$a->strings["unknown.???"] = "inconnu.???"; -$a->strings["bytes"] = "octets"; -$a->strings["remove category"] = "supprimer la catégorie"; -$a->strings["remove from file"] = "retirer du fichier"; -$a->strings["Click to open/close"] = "Cliquer pour ouvrir/fermer"; -$a->strings["Link to Source"] = "Lien vers la source"; -$a->strings["Select a page layout: "] = "Choisir une mise en page :"; -$a->strings["default"] = "défaut"; -$a->strings["Page content type: "] = "Type de contenu :"; -$a->strings["Select an alternate language"] = "Choisir une langue alternative"; -$a->strings["event"] = "événement"; -$a->strings["comment"] = "commentaire"; -$a->strings["activity"] = "activité"; -$a->strings["Design"] = "Conception"; -$a->strings["Blocks"] = "Blocs"; -$a->strings["Menus"] = "Menus"; -$a->strings["Layouts"] = "Mises-en-page"; -$a->strings["Pages"] = "Pages"; -$a->strings["New Page"] = "Nouvelle page"; -$a->strings["View"] = "Voir"; -$a->strings["Preview"] = "Aperçu"; -$a->strings["Actions"] = "Actions"; -$a->strings["Page Link"] = "Lien vers la page"; -$a->strings["Title"] = "Titre"; -$a->strings["Created"] = "Créé"; -$a->strings["Edited"] = "Édité"; -$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."] = "Le formulaire n'est plus sécurisé, probablement parce qu'il est ouvert depuis trop longtemps (plus de 3 heures)."; -$a->strings["Not a valid email address"] = "Ce n'est pas une adresse de courriel valide"; -$a->strings["Your email domain is not among those allowed on this site"] = "Votre domaine de courriel ne fait pas partie de ceux autorisés par ce site"; -$a->strings["Your email address is already registered at this site."] = "Votre adresse de courriel est déjà inscrite sur ce site."; -$a->strings["An invitation is required."] = "Une invitation est requise."; -$a->strings["Invitation could not be verified."] = "Votre invitation n'a pas pu être vérifiée."; -$a->strings["Please enter the required information."] = "Merci d'entrer les informations requises."; -$a->strings["Failed to store account information."] = "Impossible de stocker les informations liées au compte."; -$a->strings["Registration confirmation for %s"] = "Confirmation de l'enregistrement pour %s"; -$a->strings["Registration request at %s"] = "Demande d'inscription sur %s"; -$a->strings["Administrator"] = "Administrateur"; -$a->strings["your registration password"] = "votre mot de passe d'inscription"; -$a->strings["Registration details for %s"] = "Détails de l'inscription à %s"; -$a->strings["Account approved."] = "Compte approuvé."; -$a->strings["Registration revoked for %s"] = "Inscription révoquée pour %s"; -$a->strings["Account verified. Please login."] = "Compte vérifié. Veuillez vous connecter."; $a->strings["Permission denied."] = "Permission refusée."; -$a->strings["Image exceeds website size limit of %lu bytes"] = "L'image dépasse la taille limite de %lu octets"; -$a->strings["Image file is empty."] = "L'image est vide."; -$a->strings["Unable to process image"] = "Impossible de traiter l'image"; -$a->strings["Photo storage failed."] = "Le stockage de l'image a échoué."; -$a->strings["Photo Albums"] = "Albums photo"; -$a->strings["Upload New Photos"] = "Ajouter des photos"; -$a->strings["Visible to your default audience"] = "Visible pour vos contacts seulement."; -$a->strings["Show"] = "Voir plus"; -$a->strings["Don't show"] = "Cacher"; -$a->strings["Permissions"] = "Permissions"; -$a->strings["Close"] = "Fermer"; -$a->strings[" and "] = " et "; -$a->strings["public profile"] = "profil public"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s a changé %2\$s en “%3\$s”"; -$a->strings["Visit %1\$s's %2\$s"] = "Visiter %1\$s sur %2\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s a mis à jour %2\$s, modifiant %3\$s."; -$a->strings["Public Timeline"] = "Fil public"; $a->strings["Item was not found."] = "Élément introuvable."; $a->strings["No source file."] = "Pas de fichier source."; $a->strings["Cannot locate file to replace"] = "Impossible de trouver le fichier à remplacer."; $a->strings["Cannot locate file to revise/update"] = "Impossible de trouver le fichier à corriger/mettre à jour"; $a->strings["File exceeds size limit of %d"] = "Le fichier dépasse la taille limite de %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Vous avez atteint votre limite de %1$.0f méga-octets autorisés pour le stockage des pièces-jointes"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Vous avez atteint votre limite de %1$.0f méga-octets autorisés pour le stockage des pièces-jointes."; $a->strings["File upload failed. Possible system limit or action terminated."] = "Envoi du fichier impossible. Limite système ou action avortée."; -$a->strings["Stored file could not be verified. Upload failed."] = "Le fichier stocké n'a pu être vérifié. Envoi impossible."; +$a->strings["Stored file could not be verified. Upload failed."] = "Le fichier stocké n'a pu être vérifié. Echec de l'envoi."; $a->strings["Path not available."] = "Chemin non disponible."; $a->strings["Empty pathname"] = "Chemin vide"; $a->strings["duplicate filename or path"] = "doublon de chemin ou de fichier"; $a->strings["Path not found."] = "Chemin introuvable."; $a->strings["mkdir failed."] = "mkdir a échoué."; -$a->strings["database storage failed."] = "l'écriture dans la BD a échoué"; -$a->strings["Click here to upgrade."] = "Cliquez ici pour mettre à jour."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Cette action outrepasserait les limites prévues par votre forfait."; -$a->strings["This action is not available under your subscription plan."] = "Cette action n'est pas possible avec la formule choisie."; +$a->strings["database storage failed."] = "l'écriture dans la base de données a échoué."; +$a->strings["Empty path"] = "Chemin vide"; +$a->strings["Logged out."] = "Deconnecté."; +$a->strings["Failed authentication"] = "Échec de l'authentification"; +$a->strings["Login failed."] = "Échec de la connexion."; +$a->strings["Attachments:"] = "Pièces jointes :"; $a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\à G\\hi"; +$a->strings["\$Projectname event notification:"] = "Notification d'événement de \$Projectname :"; $a->strings["Starts:"] = "Début :"; $a->strings["Finishes:"] = "Fin :"; $a->strings["Location:"] = "Emplacement :"; -$a->strings["Logout"] = "Déconnexion"; -$a->strings["End this session"] = "Mettre fin à la session"; -$a->strings["Home"] = "Canal"; -$a->strings["Your posts and conversations"] = "Vos publications et conversations"; -$a->strings["View Profile"] = "Voir profil"; -$a->strings["Your profile page"] = "Votre profil"; -$a->strings["Edit Profiles"] = "Éditer les profils"; -$a->strings["Manage/Edit profiles"] = "Gérer/éditer les profils"; -$a->strings["Edit Profile"] = "Éditer le profil"; -$a->strings["Edit your profile"] = "Éditer votre profil"; -$a->strings["Your photos"] = "Vos photos"; -$a->strings["Your files"] = "Vos fichiers"; -$a->strings["Your chatrooms"] = "Vos salons"; -$a->strings["Your bookmarks"] = "Vos favoris"; -$a->strings["Your webpages"] = "Vos pages web"; -$a->strings["Sign in"] = "Connexion"; -$a->strings["%s - click to logout"] = "%s - cliquer ici pour déconnecter"; -$a->strings["Click to authenticate to your home hub"] = "S'authentifier auprès de votre hub"; -$a->strings["Home Page"] = "Page d'accueil"; -$a->strings["Register"] = "S'inscrire"; -$a->strings["Create an account"] = "Créer un compte"; -$a->strings["Help and documentation"] = "Aide et documentation"; -$a->strings["Apps"] = "Applications"; -$a->strings["Applications, utilities, links, games"] = "Applications, utilitaires, liens, jeux"; -$a->strings["Search site content"] = "Rechercher parmi le contenu du site"; -$a->strings["Channel Locator"] = "Localisation de canaux"; -$a->strings["Your matrix"] = "Votre matrice"; -$a->strings["Mark all matrix notifications seen"] = "Marquer toutes les notifications de la matrice comme vues"; -$a->strings["Channel home"] = "Mon canal"; -$a->strings["Mark all channel notifications seen"] = "Marquer toutes les notifications du canal comme vues"; -$a->strings["Connections"] = "Relations"; -$a->strings["Notices"] = "Notifications"; -$a->strings["Notifications"] = "Notifications"; -$a->strings["See all notifications"] = "Voir toutes les notifications"; -$a->strings["Mark all system notifications seen"] = "Marquer toutes les notifications système comme vues"; -$a->strings["Private mail"] = "Messages privés"; -$a->strings["See all private messages"] = "Voir tous les messages privés"; -$a->strings["Mark all private messages seen"] = "Marquer tous les messages privés comme vus"; -$a->strings["Inbox"] = "Boîte de réception"; -$a->strings["Outbox"] = "Boîte d'envoi"; -$a->strings["New Message"] = "Nouveau message"; -$a->strings["Event Calendar"] = "Calendrier des événements"; -$a->strings["See all events"] = "Voir tous les événements"; -$a->strings["Mark all events seen"] = "Marquer tous les événements comme vus"; -$a->strings["Manage Your Channels"] = "Gérer vos canaux"; -$a->strings["Account/Channel Settings"] = "Réglages du Compte/Canal"; -$a->strings["Admin"] = "Administrateur"; -$a->strings["Site Setup and Configuration"] = "Configuration du site"; -$a->strings["Nothing new here"] = "Aucun nouveau contenu trouvé"; -$a->strings["Please wait..."] = "Merci de patienter..."; +$a->strings["Image/photo"] = "Image/photo"; +$a->strings["Encrypted content"] = "Contenu chiffré"; +$a->strings["Install %s element: "] = "Installer %s élément"; +$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Ce message contient un élément installable %s, mais vous n'avez pas l'autorisation de l'installer sur ce site."; +$a->strings["webpage"] = "pages web"; +$a->strings["layout"] = "mise en page"; +$a->strings["block"] = "bloquer"; +$a->strings["menu"] = "menu"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s a écrit %2\$s qui suit %3\$s"; +$a->strings["post"] = "publication"; +$a->strings["Different viewers will see this text differently"] = "Ce texte aura un rendu différent en fonction des utilisateurs"; +$a->strings["$1 spoiler"] = "dévoile : $1"; +$a->strings["$1 wrote:"] = "$1 a écrit :"; $a->strings["%1\$s's bookmarks"] = "Favoris de %1\$s"; -$a->strings["Tags"] = "Étiquettes"; -$a->strings["Keywords"] = "Mots-clefs"; -$a->strings["have"] = "ont"; -$a->strings["has"] = "a"; -$a->strings["want"] = "veulent"; -$a->strings["wants"] = "veut"; -$a->strings["like"] = "aime"; -$a->strings["likes"] = "aiment"; -$a->strings["dislike"] = "déteste"; -$a->strings["dislikes"] = "détestent"; -$a->strings["__ctx:noun__ Like"] = array( - 0 => "J'aime", - 1 => "J'aime", -); +$a->strings["Missing room name"] = "Il manque le nom du salon"; +$a->strings["Duplicate room name"] = "Un salon avec ce nom existe déjà "; +$a->strings["Invalid room specifier."] = "Identifiant de salon invalide."; +$a->strings["Room not found."] = "Salon introuvable."; +$a->strings["Room is full"] = "Le salon est plein"; $a->strings["Default"] = "Défaut"; -$a->strings["Frequently"] = "Constamment"; -$a->strings["Hourly"] = "Chaque heure"; -$a->strings["Twice daily"] = "Deux fois par jour"; -$a->strings["Daily"] = "Chaque jour"; -$a->strings["Weekly"] = "Chaque semaine"; -$a->strings["Monthly"] = "Chaque mois"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Courriel"; -$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["%d invitation available"] = array( 0 => "%d invitation disponible", 1 => "%d invitations disponibles", @@ -287,123 +151,48 @@ $a->strings["Advanced"] = "Avancé"; $a->strings["Find Channels"] = "Trouver des canaux"; $a->strings["Enter name or interest"] = "Saisir nom ou centre d'intérêt"; $a->strings["Connect/Follow"] = "Ajouter/Suivre"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Robert Morgenstein, Course à pieds"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Guillaume Martin, Course à pieds"; $a->strings["Find"] = "Trouver"; $a->strings["Channel Suggestions"] = "Canaux suggérés"; $a->strings["Random Profile"] = "Un profil au hasard"; $a->strings["Invite Friends"] = "Inviter des amis"; -$a->strings["Exammple: name=fred and country=iceland"] = "Exemple: name=fred and country=iceland"; -$a->strings["Advanced Find"] = "Recherche avancée"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Exemple avancé : name=fred and country=iceland"; $a->strings["Saved Folders"] = "Dossiers sauvegardés"; $a->strings["Everything"] = "Tout"; $a->strings["Categories"] = "Catégories"; $a->strings["%d connection in common"] = array( - 0 => "%d relation en commun", - 1 => "%d relations en commun", + 0 => "%d contact en commun", + 1 => "%d contacts en commun", ); $a->strings["show more"] = "montrer plus"; -$a->strings["This event has been added to your calendar."] = "Cet événement a été ajouté à votre calendrier."; -$a->strings["Invalid data packet"] = "Paquet de données invalide"; -$a->strings["Unable to verify channel signature"] = "Impossible de vérifier la signature du canal"; -$a->strings["Unable to verify site signature for %s"] = "Impossible de vérifier la signature de site pour %s"; -$a->strings["Miscellaneous"] = "Divers"; -$a->strings["year"] = "année"; -$a->strings["month"] = "mois"; -$a->strings["day"] = "jour"; -$a->strings["never"] = "jamais"; -$a->strings["less than a second ago"] = "à l'instant"; -$a->strings["years"] = "années"; -$a->strings["months"] = "mois"; -$a->strings["week"] = "semaine"; -$a->strings["weeks"] = "semaines"; -$a->strings["days"] = "jours"; -$a->strings["hour"] = "heure"; -$a->strings["hours"] = "heures"; -$a->strings["minute"] = "minute"; -$a->strings["minutes"] = "minutes"; -$a->strings["second"] = "seconde"; -$a->strings["seconds"] = "secondes"; -$a->strings["%1\$d %2\$s ago"] = "il y a %1\$d %2\$s"; -$a->strings["%1\$s's birthday"] = "Anniversaire de %1\$s"; -$a->strings["Happy Birthday %1\$s"] = "Joyeux Anniversaire %1\$s"; -$a->strings["Sort Options"] = "Options de tri"; -$a->strings["Alphabetic"] = "Alphabétique"; -$a->strings["Reverse Alphabetic"] = "Alphabétique inversé"; -$a->strings["Newest to Oldest"] = "Anté-chronologique"; -$a->strings["Enable Safe Search"] = "Activer la recherche sûre"; -$a->strings["Disable Safe Search"] = "Désactiver la recherche sûre"; -$a->strings["Safe Mode"] = "Mode sûr"; -$a->strings["Hubzilla Notification"] = "Notification Matrice Rouge"; -$a->strings["hubzilla"] = "Matrice Rouge"; -$a->strings["Thank You,"] = "Merci,"; -$a->strings["%s Administrator"] = "l'administrateur de %s"; -$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notification] Nouveau message reçu sur %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, vous avez reçu un message privé sur %3\$s, de la part de %2\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s vous a envoyé %2\$s."; -$a->strings["a private message"] = "un message privé"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Merci de visiter %s pour voir et/ou répondre à vos messages privés."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s a commenté sur [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 a commenté sur [zrl=%3\$s]%5\$s de %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s a commenté [zrl=%3\$s]votre %4\$s[/zrl]"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notification] Commentaire de %2\$s sur conversation #%1\$d"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s a commenté un élément de conversation que vous suivez."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Merci de visiter %s pour voir et/ou répondre sur cette conversation."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notification] %s a publié sur votre profil"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s a publié sur votre profil à %3\$s"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s a publié sur [zrl=%3\$s]votre profil[/zrl]"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notification] %s vous a étiqueté"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, vous avez été étiqueté sur %3\$s par %2\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]vous a étiqueté[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notification] %1\$s vous a cogné"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s vous a cogné sur %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]vous a cogné[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notification] %s a étiqueté votre publication"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s a étiqueté votre publication sur %3\$s"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s a étiqueté [zrl=%3\$s]votre publication[/zrl]"; -$a->strings["[Red:Notify] Introduction received"] = "[Red:Notification] Nouvelle introduction"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, vous avez reçu une demande de mise en relation de '%2\$s' sur %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, vous avez reçu [zrl=%2\$s]une demande de mise en relation[/zrl] de %3\$s."; -$a->strings["You may visit their profile at %s"] = "Vous pouvez visiter leur profil sur %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Merci de visiter %s avant d'approuver (ou non) cette demande de relation."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notification] Nouvelle suggestion d'amitié"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, vous avez reçu une suggestion de relation de '%2\$s' à %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, avez reçu %3\$s comme [zrl=%2\$s]une suggestion de relation[/zrl] de %4\$s."; -$a->strings["Name:"] = "Nom :"; -$a->strings["Photo:"] = "Photo :"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Merci de visiter %s pour donner suite (ou non) à cette suggestion."; -$a->strings["[Red:Notify]"] = "[Red:Notification]"; -$a->strings["parent"] = "retour"; -$a->strings["Collection"] = "Collection"; -$a->strings["Principal"] = "Principal"; -$a->strings["Addressbook"] = "Carnet d'adresse"; -$a->strings["Calendar"] = "Calendrier"; -$a->strings["Schedule Inbox"] = "Calendrier - Message entrants"; -$a->strings["Schedule Outbox"] = "Calendrier - Message sortants"; -$a->strings["%1\$s used"] = "%1\$s utilisé"; -$a->strings["%1\$s used of %2\$s (%3\$s%)"] = "%1\$s utilisé de %2\$s (%3\$s%)"; -$a->strings["Name"] = "Nom"; -$a->strings["Type"] = "Type"; -$a->strings["Size"] = "Taille"; -$a->strings["Last Modified"] = "Modifié le"; -$a->strings["Total"] = "Total"; -$a->strings["Create new folder"] = "Nouveau dossier"; -$a->strings["Create"] = "Créer"; -$a->strings["Upload file"] = "Téléverser un fichier"; -$a->strings["Upload"] = "Envoyer"; +$a->strings["photo"] = "photo"; +$a->strings["event"] = "événement"; $a->strings["channel"] = "canal"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s déteste %3\$s de %2\$s"; -$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ajoute %2\$s à ses relations"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s a cogné %2\$s"; +$a->strings["status"] = "état"; +$a->strings["comment"] = "commentaire"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s n'aime pas %3\$s de %2\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ajoute %2\$s à ses contacts"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s a tapoté %2\$s"; +$a->strings["poked"] = "a tapoté"; $a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s est %2\$s"; +$a->strings["__ctx:title__ Likes"] = "Aime"; +$a->strings["__ctx:title__ Dislikes"] = "N'aime pas"; +$a->strings["__ctx:title__ Agree"] = "D'accord"; +$a->strings["__ctx:title__ Disagree"] = "Pas d'accord"; +$a->strings["__ctx:title__ Abstain"] = "Abstention"; +$a->strings["__ctx:title__ Attending"] = "Participations"; +$a->strings["__ctx:title__ Not attending"] = "Non-participations"; +$a->strings["__ctx:title__ Might attend"] = "Participation possible"; $a->strings["Select"] = "Sélectionner"; $a->strings["Private Message"] = "Message Privé"; -$a->strings["Message is verified"] = "Message vérifié"; +$a->strings["Message signature validated"] = "Signature du message validée"; +$a->strings["Message signature incorrect"] = "Signature du message incorrecte"; $a->strings["View %s's profile @ %s"] = "Voir le profil de %s @ %s"; $a->strings["Categories:"] = "Catégories :"; $a->strings["Filed under:"] = "Classé sous :"; -$a->strings[" from %s"] = "de %s"; -$a->strings["last edited: %s"] = "dernière édition : %s"; +$a->strings["from %s"] = "de %s"; +$a->strings["last edited: %s"] = "dernière modification : %s"; $a->strings["Expires: %s"] = "Expire : %s"; $a->strings["View in context"] = "Voir en contexte"; $a->strings["Please wait"] = "Merci de patienter"; @@ -411,44 +200,51 @@ $a->strings["remove"] = "supprimer"; $a->strings["Loading..."] = "Chargement..."; $a->strings["Delete Selected Items"] = "Supprimer les éléments selectionnés"; $a->strings["View Source"] = "Voir source"; -$a->strings["Follow Thread"] = "Suivre discussion"; -$a->strings["View Status"] = "Voir état"; -$a->strings["View Photos"] = "Voir photos"; -$a->strings["Matrix Activity"] = "Activité sur la matrice"; -$a->strings["Edit Contact"] = "Éditer contact"; -$a->strings["Send PM"] = "Envoyer un Message Privé"; +$a->strings["Follow Thread"] = "Suivre la discussion"; +$a->strings["Unfollow Thread"] = "Ne plus suivre la discussion"; +$a->strings["View Profile"] = "Voir le profil"; +$a->strings["Activity/Posts"] = "Activité/Publications"; +$a->strings["Edit Connection"] = "Modifier le contact"; +$a->strings["Message"] = "Message"; +$a->strings["Ratings"] = "Evaluations"; $a->strings["%s likes this."] = "%s aime ça."; -$a->strings["%s doesn't like this."] = "%s déteste ça."; +$a->strings["%s doesn't like this."] = "%s n'aime pas ça."; $a->strings["<span %1\$s>%2\$d people</span> like this."] = array( - 0 => "", - 1 => "<span %1\$s>%2\$d personne(s)</span> aime(nt) ça.", + 0 => "<span %1\$s>%2\$d personne</span> aime ceci.", + 1 => "<span %1\$s>%2\$d personnes</span> aiment ceci.", ); $a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( - 0 => "", - 1 => "<span %1\$s>%2\$d personne(s)</span> déteste(nt) ça.", + 0 => "<span %1\$s>%2\$d personne</span> n'aime pas ça.", + 1 => "<span %1\$s>%2\$d personnes</span> n'aiment pas ça.", ); $a->strings["and"] = "et"; $a->strings[", and %d other people"] = array( - 0 => "", - 1 => ", et %d autre(s) personne(s)", + 0 => ", et %d autre personne", + 1 => ", et %d autres personnes", ); $a->strings["%s like this."] = "%s aime ça."; -$a->strings["%s don't like this."] = "%s déteste ça."; +$a->strings["%s don't like this."] = "%s n'aime pas ça."; $a->strings["Visible to <strong>everybody</strong>"] = "Visible par <strong>tout le monde</strong>"; $a->strings["Please enter a link URL:"] = "Merci d'entrer l'URL d'un lien :"; $a->strings["Please enter a video link/URL:"] = "Merci d'entrer l'URL d'une video :"; -$a->strings["Please enter an audio link/URL:"] = "Merci d'entrer l'URL d'un contenu audio :"; +$a->strings["Please enter an audio link/URL:"] = "Merci d'entrer l'URL d'un contenu audio&nsbp;:"; $a->strings["Tag term:"] = "Étiquette :"; $a->strings["Save to Folder:"] = "Classer dans le dossier :"; -$a->strings["Where are you right now?"] = "Où êtes-vous présentement?"; -$a->strings["Expires YYYY-MM-DD HH:MM"] = "Expire YYYY-MM-DD HH:MM"; +$a->strings["Where are you right now?"] = "Où êtes-vous en ce moment ?"; +$a->strings["Expires YYYY-MM-DD HH:MM"] = "Expire le YYYY-MM-DD à HH:MM"; +$a->strings["Preview"] = "Aperçu"; $a->strings["Share"] = "Partager"; -$a->strings["Page link title"] = "Titre du lien vers la page"; +$a->strings["Page link name"] = "Nom du lien vers la page"; $a->strings["Post as"] = "Publier en tant que"; +$a->strings["Bold"] = "Gras"; +$a->strings["Italic"] = "Italique"; +$a->strings["Underline"] = "Souligné"; +$a->strings["Quote"] = "Citation"; +$a->strings["Code"] = "Code"; $a->strings["Upload photo"] = "Téléverser une photo"; $a->strings["upload photo"] = "téléverser une photo"; -$a->strings["Attach file"] = "Attacher un fichier"; -$a->strings["attach file"] = "attacher un fichier"; +$a->strings["Attach file"] = "Joindre un fichier"; +$a->strings["attach file"] = "joindre un fichier"; $a->strings["Insert web link"] = "Insérer lien web"; $a->strings["web link"] = "lien web"; $a->strings["Insert video link"] = "Insérer lien vidéo"; @@ -457,29 +253,31 @@ $a->strings["Insert audio link"] = "Insérer un lien audio"; $a->strings["audio link"] = "lien audio"; $a->strings["Set your location"] = "Spécifier votre emplacement géographique"; $a->strings["set location"] = "spécifier l'emplacement géographique"; -$a->strings["Clear browser location"] = "Nettoyer l'emplacement géographique du navigateur"; -$a->strings["clear location"] = "nettoyer l'emplacement géographique"; -$a->strings["Set title"] = "Spécifier le titre"; -$a->strings["Categories (comma-separated list)"] = "Catégories (séparées par des virgules)"; -$a->strings["Permission settings"] = "Permissions"; -$a->strings["permissions"] = "permissions"; +$a->strings["Toggle voting"] = "(Dés)activer le vote"; +$a->strings["Clear browser location"] = "Supprimer l'emplacement géographique du navigateur"; +$a->strings["clear location"] = "supprimer l'emplacement géographique"; +$a->strings["Title (optional)"] = "Titre (facultatif)"; +$a->strings["Categories (optional, comma-separated list)"] = "Catégories (facultatives, séparées par des virgules)"; +$a->strings["Permission settings"] = "Gérer les autorisations"; +$a->strings["permissions"] = "autorisations"; $a->strings["Public post"] = "Contenu public"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Exemple: robert@exemple.com, marie@exemple.com"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Exemple: julien@exemple.com, marie@exemple.com"; $a->strings["Set expiration date"] = "Définir la date d'expiration"; +$a->strings["Set publish date"] = "Définir la date de publication"; $a->strings["Encrypt text"] = "Chiffrer le texte"; -$a->strings["OK"] = "Ok"; +$a->strings["OK"] = "OK"; $a->strings["Cancel"] = "Annuler"; $a->strings["Discover"] = "À découvrir"; $a->strings["Imported public streams"] = "Flux publics importés"; -$a->strings["Commented Order"] = "Commentaires Récents"; +$a->strings["Commented Order"] = "Par date de commentaire"; $a->strings["Sort by Comment Date"] = "Trier par date de dernier commentaire"; -$a->strings["Posted Order"] = "Publications Récentes"; +$a->strings["Posted Order"] = "Par date de publication"; $a->strings["Sort by Post Date"] = "Trier par date de publication"; -$a->strings["Personal"] = "Personnel"; +$a->strings["Personal"] = "Me concernant"; $a->strings["Posts that mention or involve you"] = "Publications qui vous mentionnent ou vous concernent d'une manière ou d'une autre"; $a->strings["New"] = "Nouveautés"; $a->strings["Activity Stream - by date"] = "Flux d'activité - par date"; -$a->strings["Starred"] = "Mis en avant"; +$a->strings["Starred"] = "Mis en avant (étoiles)"; $a->strings["Favourite Posts"] = "Publications préférées"; $a->strings["Spam"] = "Indésirable"; $a->strings["Posts flagged as SPAM"] = "Publications marquées comme indésirables"; @@ -487,128 +285,546 @@ $a->strings["Channel"] = "Canal"; $a->strings["Status Messages and Posts"] = "Messages d'état et contributions"; $a->strings["About"] = "À propos"; $a->strings["Profile Details"] = "Détails du profil"; +$a->strings["Photo Albums"] = "Albums photo"; $a->strings["Files and Storage"] = "Fichiers et Stockage"; $a->strings["Chatrooms"] = "Salons de clavardage"; $a->strings["Saved Bookmarks"] = "Favoris sauvegardés"; $a->strings["Manage Webpages"] = "Gérer les pages web"; +$a->strings["View all"] = "Voir tout"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "Aime", + 1 => "Aime", +); +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "N'aime pas", + 1 => "N'aime pas", +); +$a->strings["__ctx:noun__ Attending"] = array( + 0 => "Participe", + 1 => "Participent", +); +$a->strings["__ctx:noun__ Not Attending"] = array( + 0 => "Ne participe pas", + 1 => "Ne participent pas", +); +$a->strings["__ctx:noun__ Undecided"] = array( + 0 => "Indécis(e)", + 1 => "Indécis(es)", +); +$a->strings["__ctx:noun__ Agree"] = array( + 0 => "D'accord", + 1 => "D'accord", +); +$a->strings["__ctx:noun__ Disagree"] = array( + 0 => "Pas d'accord", + 1 => "Pas d'accord", +); +$a->strings["__ctx:noun__ Abstain"] = array( + 0 => "S'abstient", + 1 => "S'abstiennent", +); +$a->strings["Miscellaneous"] = "Divers"; +$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-JJ ou MM-JJ"; +$a->strings["Required"] = "Requis"; +$a->strings["never"] = "jamais"; +$a->strings["less than a second ago"] = "à l'instant"; +$a->strings["year"] = "année"; +$a->strings["years"] = "années"; +$a->strings["month"] = "mois"; +$a->strings["months"] = "mois"; +$a->strings["week"] = "semaine"; +$a->strings["weeks"] = "semaines"; +$a->strings["day"] = "jour"; +$a->strings["days"] = "jours"; +$a->strings["hour"] = "heure"; +$a->strings["hours"] = "heures"; +$a->strings["minute"] = "minute"; +$a->strings["minutes"] = "minutes"; +$a->strings["second"] = "seconde"; +$a->strings["seconds"] = "secondes"; +$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "il y a %1\$d %2\$s"; +$a->strings["%1\$s's birthday"] = "Anniversaire de %1\$s"; +$a->strings["Happy Birthday %1\$s"] = "Joyeux Anniversaire %1\$s"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Impossible de trouver les infos DNS du serveur de BDD '%s'"; +$a->strings["Directory Options"] = "Options d'annuaire"; +$a->strings["Safe Mode"] = "Mode sûr"; +$a->strings["No"] = "Non"; +$a->strings["Yes"] = "Oui"; +$a->strings["Public Forums Only"] = "Les forums publics uniquement"; +$a->strings["This Website Only"] = "Ce site uniquement"; +$a->strings["This event has been added to your calendar."] = "Cet évènement a été ajouté dans votre calendrier."; +$a->strings["Not specified"] = "Non spécifié"; +$a->strings["Needs Action"] = "Besoin d'une action"; +$a->strings["Completed"] = "Terminé"; +$a->strings["In Process"] = "En cours"; +$a->strings["Cancelled"] = "Annulé"; +$a->strings["Channel is blocked on this site."] = "Ce canal est bloqué sur ce site."; +$a->strings["Channel location missing."] = "Emplacement du canal introuvable."; +$a->strings["Response from remote channel was incomplete."] = "La réponse du canal distant était incomplète."; +$a->strings["Channel was deleted and no longer exists."] = "Le canal a été supprimé et n'existe plus."; +$a->strings["Protocol disabled."] = "Protocole désactivé."; +$a->strings["Channel discovery failed."] = "La tentative d'accéder au canal a échoué."; +$a->strings["local account not found."] = "compte local introuvable."; +$a->strings["Cannot connect to yourself."] = "Ne peut pas se connecter à vous."; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un groupe supprimé portant ce nom a été ressuscité. Les permissions liées aux éléments existants <strong>peuvent</strong> s'appliquer au groupe et aux membres futurs. Si ce n'est pas ce que vous attendiez, merci de créer un autre groupe avec un nom différent."; +$a->strings["Add new connections to this privacy group"] = "Ajouter de nouveaux contacts à ce groupe d'accès"; +$a->strings["All Channels"] = "Tous les canaux"; +$a->strings["edit"] = "modifier"; +$a->strings["Privacy Groups"] = "Groupes d'accès"; +$a->strings["Edit group"] = "Modifier le groupe"; +$a->strings["Add privacy group"] = "Ajouter un groupe d'accès"; +$a->strings["Channels not in any privacy group"] = "Canaux n'étant dans aucun groupe d'accès"; +$a->strings["add"] = "ajouter"; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "L'import a échoué. Un canal existe déjà avec ce nom"; +$a->strings["Channel clone failed. Import failed."] = "Echec du clonage du canal. Echec de l'impot."; +$a->strings["Cloned channel not found. Import failed."] = "Canal cloné non trouvé. Echec de l'import."; +$a->strings["Delete this item?"] = "Supprimer cet élément?"; +$a->strings["Comment"] = "Commenter"; +$a->strings["[+] show all"] = "[+] voir tous"; +$a->strings["[-] show less"] = "[-] montrer moins"; +$a->strings["[+] expand"] = "[+] déplier"; +$a->strings["[-] collapse"] = "[-] replier"; +$a->strings["Password too short"] = "Mot de passe trop court"; +$a->strings["Passwords do not match"] = "Les mots de passe ne correspondent pas"; +$a->strings["everybody"] = "tout le monde"; +$a->strings["Secret Passphrase"] = "Phrase de passe secrète"; +$a->strings["Passphrase hint"] = "Indice pour la phrase de passe"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Note : Les permissions ont changées, mais n'ont pas encore été sauvées."; +$a->strings["close all"] = "fermer tout"; +$a->strings["Nothing new here"] = "Aucun nouveau contenu trouvé"; +$a->strings["Rate This Channel (this is public)"] = "Evaluer ce canal (publiquement)"; +$a->strings["Rating"] = "Evaluation"; +$a->strings["Describe (optional)"] = "Description (facultative)"; +$a->strings["Submit"] = "Envoyer"; +$a->strings["Please enter a link URL"] = "Merci d'insérer une URL"; +$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Changements en attente. Voulez-vous vraiment quitter cette page?"; +$a->strings["Location"] = "Emplacement"; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; +$a->strings["ago"] = "auparavant"; +$a->strings["from now"] = "de maintenant"; +$a->strings["less than a minute"] = "moins d'une minute"; +$a->strings["about a minute"] = "environ une minute"; +$a->strings["%d minutes"] = "%d minutes"; +$a->strings["about an hour"] = "environ une heure"; +$a->strings["about %d hours"] = "environ %d heures"; +$a->strings["a day"] = "un jour"; +$a->strings["%d days"] = "%d jours"; +$a->strings["about a month"] = "environ un mois"; +$a->strings["%d months"] = "%d mois"; +$a->strings["about a year"] = "environ un an"; +$a->strings["%d years"] = "%d années"; +$a->strings[" "] = ""; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["January"] = "Janvier"; +$a->strings["February"] = "Février"; +$a->strings["March"] = "Mars"; +$a->strings["April"] = "Avril"; +$a->strings["__ctx:long__ May"] = "Mai"; +$a->strings["June"] = "Juin"; +$a->strings["July"] = "Juillet"; +$a->strings["August"] = "Août"; +$a->strings["September"] = "Septembre"; +$a->strings["October"] = "Octobre"; +$a->strings["November"] = "Novembre"; +$a->strings["December"] = "Décembre"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Fev"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Avr"; +$a->strings["__ctx:short__ May"] = "Mai"; +$a->strings["Jun"] = "Jun"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aou"; +$a->strings["Sep"] = "Sep"; +$a->strings["Oct"] = "Oct"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; +$a->strings["Sunday"] = "Dimanche"; +$a->strings["Monday"] = "Lundi"; +$a->strings["Tuesday"] = "Mardi"; +$a->strings["Wednesday"] = "Mercredi"; +$a->strings["Thursday"] = "Jeudi"; +$a->strings["Friday"] = "Vendredi"; +$a->strings["Saturday"] = "Samedi"; +$a->strings["Sun"] = "Dim"; +$a->strings["Mon"] = "Lun"; +$a->strings["Tue"] = "Mar"; +$a->strings["Wed"] = "Mer"; +$a->strings["Thu"] = "Jeu"; +$a->strings["Fri"] = "Ven"; +$a->strings["Sat"] = "Sam"; +$a->strings["__ctx:calendar__ today"] = "aujourd'hui"; +$a->strings["__ctx:calendar__ month"] = "mois"; +$a->strings["__ctx:calendar__ week"] = "semaine"; +$a->strings["__ctx:calendar__ day"] = "jour"; +$a->strings["__ctx:calendar__ All day"] = "Toute la journée"; +$a->strings["No recipient provided."] = "Pas de destinataire."; +$a->strings["[no subject]"] = "[sans objet]"; +$a->strings["Unable to determine sender."] = "Impossible de déterminer l'émetteur."; +$a->strings["Stored post could not be verified."] = "Le message stocké n'a pas pu être vérifié."; +$a->strings["Logout"] = "Déconnexion"; +$a->strings["End this session"] = "Mettre fin à la session"; +$a->strings["Home"] = "Mon canal"; +$a->strings["Your posts and conversations"] = "Vos publications et conversations"; +$a->strings["Your profile page"] = "Votre profil"; +$a->strings["Edit Profiles"] = "Modifier les profils"; +$a->strings["Manage/Edit profiles"] = "Gérer/modifier les profils"; +$a->strings["Edit Profile"] = "Éditeur de profil"; +$a->strings["Edit your profile"] = "Modifier votre profil"; +$a->strings["Your photos"] = "Vos photos"; +$a->strings["Your files"] = "Vos fichiers"; +$a->strings["Your chatrooms"] = "Vos salons"; +$a->strings["Your bookmarks"] = "Vos favoris"; +$a->strings["Your webpages"] = "Vos pages web"; +$a->strings["Sign in"] = "Connexion"; +$a->strings["%s - click to logout"] = "%s - cliquer ici pour déconnecter"; +$a->strings["Remote authentication"] = "Authentification distante"; +$a->strings["Click to authenticate to your home hub"] = "S'authentifier auprès de votre hub principal"; +$a->strings["Home Page"] = "Page d'accueil"; +$a->strings["Register"] = "S'inscrire"; +$a->strings["Create an account"] = "Créer un compte"; +$a->strings["Help and documentation"] = "Aide et documentation"; +$a->strings["Apps"] = "Applications"; +$a->strings["Applications, utilities, links, games"] = "Applications, utilitaires, liens, jeux"; +$a->strings["Search site @name, #tag, ?docs, content"] = "Recherche @nom, #tag, contenu"; +$a->strings["Channel Directory"] = "Annuaire des canaux"; +$a->strings["Your grid"] = "Votre réseau"; +$a->strings["Mark all grid notifications seen"] = "Marquer toutes les notifications du réseau comme vues"; +$a->strings["Channel home"] = "Mon canal"; +$a->strings["Mark all channel notifications seen"] = "Marquer toutes les notifications du canal comme vues"; +$a->strings["Connections"] = "Contacts"; +$a->strings["Notices"] = "Notifications"; +$a->strings["Notifications"] = "Notifications"; +$a->strings["See all notifications"] = "Voir toutes les notifications"; +$a->strings["Mark all system notifications seen"] = "Marquer toutes les notifications système comme vues"; +$a->strings["Private mail"] = "Messages privés"; +$a->strings["See all private messages"] = "Voir tous les messages privés"; +$a->strings["Mark all private messages seen"] = "Marquer tous les messages privés comme vus"; +$a->strings["Inbox"] = "Boîte de réception"; +$a->strings["Outbox"] = "Boîte d'envoi"; +$a->strings["New Message"] = "Nouveau message"; +$a->strings["Event Calendar"] = "Calendrier des événements"; +$a->strings["See all events"] = "Voir tous les événements"; +$a->strings["Mark all events seen"] = "Marquer tous les événements comme vus"; +$a->strings["Manage Your Channels"] = "Gérer vos canaux"; +$a->strings["Account/Channel Settings"] = "Paramètres du Compte/Canal"; +$a->strings["Admin"] = "Administrateur"; +$a->strings["Site Setup and Configuration"] = "Configuration du site"; +$a->strings["@name, #tag, ?doc, content"] = "@nom, #étiquette, ?doc, contenu"; +$a->strings["Please wait..."] = "Merci de patienter..."; +$a->strings["view full size"] = "voir en taille réelle"; +$a->strings["\$Projectname Notification"] = "Notification \$Projectname"; +$a->strings["\$projectname"] = "\$projectname"; +$a->strings["Thank You,"] = "Merci,"; +$a->strings["%s Administrator"] = "l'administrateur de %s"; +$a->strings["No Subject"] = "Pas d'objet"; +$a->strings["created a new post"] = "a publié un nouveau message"; +$a->strings["commented on %s's post"] = "a commenté la publication de %s"; +$a->strings["New Page"] = "Nouvelle page"; +$a->strings["View"] = "Voir"; +$a->strings["Actions"] = "Actions"; +$a->strings["Page Link"] = "Lien vers la page"; +$a->strings["Title"] = "Titre"; +$a->strings["Created"] = "Créé(e)"; +$a->strings["Edited"] = "Modifié(e)"; +$a->strings["Profile Photos"] = "Photos du profil"; +$a->strings["Image exceeds website size limit of %lu bytes"] = "L'image dépasse la taille limite de %lu octets"; +$a->strings["Image file is empty."] = "L'image est vide."; +$a->strings["Unable to process image"] = "Impossible de traiter l'image"; +$a->strings["Photo storage failed."] = "Le stockage de l'image a échoué."; +$a->strings["a new photo"] = "une nouvelle photo"; +$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s a publié %2\$s pour %3\$s"; +$a->strings["Upload New Photos"] = "Ajouter des photos"; +$a->strings["Male"] = "Homme"; +$a->strings["Female"] = "Femme"; +$a->strings["Currently Male"] = "Actuellement homme"; +$a->strings["Currently Female"] = "Actuellement femme"; +$a->strings["Mostly Male"] = "Surtout homme"; +$a->strings["Mostly Female"] = "Surtout femme"; +$a->strings["Transgender"] = "Transgenre"; +$a->strings["Intersex"] = "Intersexuel"; +$a->strings["Transsexual"] = "Transsexuel"; +$a->strings["Hermaphrodite"] = "Hermaphrodite"; +$a->strings["Neuter"] = "Neutre"; +$a->strings["Non-specific"] = "Non spécifique"; +$a->strings["Other"] = "Autre"; +$a->strings["Undecided"] = "Indécis"; +$a->strings["Males"] = "Hommes"; +$a->strings["Females"] = "Femmes"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbienne"; +$a->strings["No Preference"] = "Sans préférence"; +$a->strings["Bisexual"] = "Bisexuel"; +$a->strings["Autosexual"] = "Autosexuel"; +$a->strings["Abstinent"] = "Abstinent"; +$a->strings["Virgin"] = "Vierge"; +$a->strings["Deviant"] = "Déviant"; +$a->strings["Fetish"] = "Fétichiste"; +$a->strings["Oodles"] = "Une floppée"; +$a->strings["Nonsexual"] = "Non-sexuel"; +$a->strings["Single"] = "Célibataire"; +$a->strings["Lonely"] = "Solitaire"; +$a->strings["Available"] = "Disponible"; +$a->strings["Unavailable"] = "Indisponible"; +$a->strings["Has crush"] = "A un béguin"; +$a->strings["Infatuated"] = "Amoureux transi"; +$a->strings["Dating"] = "Sort avec quelqu'un"; +$a->strings["Unfaithful"] = "Infidèle"; +$a->strings["Sex Addict"] = "Accro au sexe"; +$a->strings["Friends"] = "Amis"; +$a->strings["Friends/Benefits"] = "Amis avec bénéfices"; +$a->strings["Casual"] = "Sans engagement"; +$a->strings["Engaged"] = "Fiancé(e)"; +$a->strings["Married"] = "Marié(e)"; +$a->strings["Imaginarily married"] = "Marié(e) dans ses rêves"; +$a->strings["Partners"] = "Partenaires"; +$a->strings["Cohabiting"] = "En cohabitation"; +$a->strings["Common law"] = "Conjoints de fait"; +$a->strings["Happy"] = "Heureux"; +$a->strings["Not looking"] = "Pas en recherche"; +$a->strings["Swinger"] = "Echangiste"; +$a->strings["Betrayed"] = "Trahi(e)"; +$a->strings["Separated"] = "Séparé(e)"; +$a->strings["Unstable"] = "Instable"; +$a->strings["Divorced"] = "Divorcé(e)"; +$a->strings["Imaginarily divorced"] = "Divorcé(e) dans ses rêves"; +$a->strings["Widowed"] = "Veuf/veuve"; +$a->strings["Uncertain"] = "Incertain"; +$a->strings["It's complicated"] = "C'est compliqué"; +$a->strings["Don't care"] = "S'en fiche"; +$a->strings["Ask me"] = "Me demander"; +$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."] = "Le formulaire n'est plus sécurisé, probablement parce qu'il est ouvert depuis trop longtemps (plus de 3 heures)."; +$a->strings["Tags"] = "Étiquettes"; +$a->strings["Keywords"] = "Mots-clefs"; +$a->strings["have"] = "ont"; +$a->strings["has"] = "a"; +$a->strings["want"] = "veulent"; +$a->strings["wants"] = "veut"; +$a->strings["like"] = "aiment"; +$a->strings["likes"] = "aime"; +$a->strings["dislike"] = "n'aiment pas"; +$a->strings["dislikes"] = "n'aime pas"; +$a->strings["Invalid data packet"] = "Paquet de données invalide"; +$a->strings["Unable to verify channel signature"] = "Impossible de vérifier la signature du canal"; +$a->strings["Unable to verify site signature for %s"] = "Impossible de vérifier la signature de site pour %s"; +$a->strings["invalid target signature"] = "signature de la cible invalide"; +$a->strings["Frequently"] = "Fréquemment"; +$a->strings["Hourly"] = "Toutes les heures"; +$a->strings["Twice daily"] = "Deux fois par jour"; +$a->strings["Daily"] = "Chaque jour"; +$a->strings["Weekly"] = "Chaque semaine"; +$a->strings["Monthly"] = "Chaque mois"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "Courriel"; +$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["prev"] = "préc."; +$a->strings["first"] = "premier"; +$a->strings["last"] = "dernier"; +$a->strings["next"] = "Suivant"; +$a->strings["older"] = "plus ancien"; +$a->strings["newer"] = "plus récent"; +$a->strings["No connections"] = "Pas de relations."; +$a->strings["View all %s connections"] = "Voir les %s contacts"; +$a->strings["Save"] = "Enregistrer"; +$a->strings["poke"] = "tapoter"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "pingé"; +$a->strings["prod"] = "encourager"; +$a->strings["prodded"] = "encouragé"; +$a->strings["slap"] = "giffler"; +$a->strings["slapped"] = "gifflé(e)"; +$a->strings["finger"] = "pointer"; +$a->strings["fingered"] = "pointé"; +$a->strings["rebuff"] = "rejetter"; +$a->strings["rebuffed"] = "rejeté"; +$a->strings["happy"] = "heureux"; +$a->strings["sad"] = "triste"; +$a->strings["mellow"] = "mélancolique"; +$a->strings["tired"] = "fatigué"; +$a->strings["perky"] = "impertinent"; +$a->strings["angry"] = "en colère"; +$a->strings["stupefied"] = "stupéfait"; +$a->strings["puzzled"] = "perplexe"; +$a->strings["interested"] = "intéressé"; +$a->strings["bitter"] = "amer"; +$a->strings["cheerful"] = "plein d'entrain"; +$a->strings["alive"] = "vivant"; +$a->strings["annoyed"] = "agaçé"; +$a->strings["anxious"] = "anxieux"; +$a->strings["cranky"] = "énervé"; +$a->strings["disturbed"] = "perturbé"; +$a->strings["frustrated"] = "frustré"; +$a->strings["depressed"] = "déprimé"; +$a->strings["motivated"] = "motivé"; +$a->strings["relaxed"] = "détendu"; +$a->strings["surprised"] = "surpris"; +$a->strings["May"] = "Mai"; +$a->strings["Unknown Attachment"] = "Pièce jointe inconnue"; +$a->strings["unknown"] = "Inconnu"; +$a->strings["remove category"] = "supprimer la catégorie"; +$a->strings["remove from file"] = "retirer du fichier"; +$a->strings["Click to open/close"] = "Cliquer pour ouvrir/fermer"; +$a->strings["Link to Source"] = "Lien vers la Source"; +$a->strings["default"] = "défaut"; +$a->strings["Page layout"] = "Mise en page"; +$a->strings["You can create your own with the layouts tool"] = "Créez les vôtres avec les outils de mise en page"; +$a->strings["Page content type"] = "Type de contenu de la page"; +$a->strings["Select an alternate language"] = "Choisir une langue alternative"; +$a->strings["activity"] = "activité"; +$a->strings["Design Tools"] = "Outils de conception"; +$a->strings["Blocks"] = "Blocs"; +$a->strings["Menus"] = "Menus"; +$a->strings["Layouts"] = "Mises-en-page"; +$a->strings["Pages"] = "Pages"; +$a->strings["Permission denied"] = "Accès refusé"; +$a->strings["(Unknown)"] = "(Inconnu)"; +$a->strings["Visible to anybody on the internet."] = "Visible pour tout le monde sur internet."; +$a->strings["Visible to you only."] = "Visible pour vous seulement."; +$a->strings["Visible to anybody in this network."] = "Visible pour tout le monde sur ce réseau."; +$a->strings["Visible to anybody authenticated."] = "Visible aux utilisateurs authentifiés."; +$a->strings["Visible to anybody on %s."] = "Visible pour tous sur %s."; +$a->strings["Visible to all connections."] = "Visible pour tous les contacts."; +$a->strings["Visible to approved connections."] = "Visible aux contacts approuvés."; +$a->strings["Visible to specific connections."] = "Visible pour certains contacts."; +$a->strings["Item not found."] = "Élément introuvable"; +$a->strings["Privacy group not found."] = "Groupe d'accès introuvable."; +$a->strings["Privacy group is empty."] = "Groupe d'accès vide."; +$a->strings["Privacy group: %s"] = "Groupe d'accès : %s"; +$a->strings["Connection: %s"] = "Contact : %s"; +$a->strings["Connection not found."] = "Contact non trouvé."; +$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; +$a->strings["[Hubzilla:Notify] New mail received at %s"] = "[Hubzilla:Notify] Nouveau courriel reçu à %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, vous avez reçu un message privé sur %3\$s, de la part de %2\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s vous a envoyé %2\$s."; +$a->strings["a private message"] = "un message privé"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Merci de visiter %s pour voir et/ou répondre à vos messages privés."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s a commenté sur [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 a commenté sur [zrl=%3\$s]%5\$s de %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s a commenté [zrl=%3\$s]votre %4\$s[/zrl]"; +$a->strings["[Hubzilla:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Hubzilla:Notify] Commentaire de %2\$s sur conversation #%1\$d"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s a commenté un élément de conversation que vous suivez."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Merci de visiter %s pour voir et/ou répondre sur cette conversation."; +$a->strings["[Hubzilla:Notify] %s posted to your profile wall"] = "[Hubzilla:Notify] %s a publié sur votre profil"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s a publié sur votre profil à %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s a publié sur [zrl=%3\$s]votre profil[/zrl]"; +$a->strings["[Hubzilla:Notify] %s tagged you"] = "[Hubzilla:Notify] %s vous a étiqueté"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, vous avez été étiqueté sur %3\$s par %2\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]vous a étiqueté[/zrl]."; +$a->strings["[Hubzilla:Notify] %1\$s poked you"] = "[Hubzilla:Notify] %1\$s vous a tapoté"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s vous a tapoté sur %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]vous a tapoté[/zrl]."; +$a->strings["[Hubzilla:Notify] %s tagged your post"] = "[Hubzilla:Notify] %s a étiqueté votre publication"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s a étiqueté votre publication sur %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s a étiqueté [zrl=%3\$s]votre publication[/zrl]"; +$a->strings["[Hubzilla:Notify] Introduction received"] = "[Hubzilla:Notify] Nouvelle présentation"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, vous avez reçu une demande de contact de '%2\$s' sur %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, vous avez reçu [zrl=%2\$s]une demande de contact[/zrl] de %3\$s."; +$a->strings["You may visit their profile at %s"] = "Vous pouvez visiter leur profil sur %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Merci de visiter %s avant d'approuver (ou non) cette demande de contact."; +$a->strings["[Hubzilla:Notify] Friend suggestion received"] = "[Hubzilla:Notify] Nouvel(le) ami(e) suggéré(e)"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, vous avez reçu une suggestion d'ami(e) de '%2\$s' à %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, avez reçu %3\$s comme [zrl=%2\$s]une suggestion d'ami(e)[/zrl] de %4\$s."; +$a->strings["Name:"] = "Nom :"; +$a->strings["Photo:"] = "Photo :"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Merci de visiter %s pour donner suite (ou non) à cette suggestion."; +$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Notify]"; $a->strings["General Features"] = "Fonctionnalités générales"; -$a->strings["Content Expiration"] = "Expiration de contenu"; +$a->strings["Content Expiration"] = "Expiration du contenu"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Supprimer les contributions/commentaires et/ou messages privés plus tard"; $a->strings["Multiple Profiles"] = "Profils multiples"; $a->strings["Ability to create multiple profiles"] = "Possibilité de créer plusieurs profils"; $a->strings["Advanced Profiles"] = "Profils Avancés"; -$a->strings["Additional profile sections and selections"] = "Sections additionnelles du profil"; +$a->strings["Additional profile sections and selections"] = "Sections et sélections supplémentaires du profil"; $a->strings["Profile Import/Export"] = "Importer/Exporter le profil"; -$a->strings["Save and load profile details across sites/channels"] = "Distribuer les détails du profil sur la matrice."; +$a->strings["Save and load profile details across sites/channels"] = "Sauvegarder et charger les détails d'un profil entre sites/canaux"; $a->strings["Web Pages"] = "Pages web"; $a->strings["Provide managed web pages on your channel"] = "Fournir des pages web, sous votre contrôle, sur votre canal"; +$a->strings["Hide Rating"] = "Masquer l'évaluation"; +$a->strings["Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else."] = "Masquer les boutons d'évaluation sur les pages de votre canal et de votre profil. NB : vous pourrez toujours être évalué(e) ailleurs."; $a->strings["Private Notes"] = "Notes privées"; -$a->strings["Enables a tool to store notes and reminders"] = "Active un outil pour stocker notes et mémos"; -$a->strings["Extended Identity Sharing"] = "Partage d'identité étendue"; -$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Partage votre identité avec tous les sites web du Monde. Si décoché, l'identité sera seulement partagée avec les sites de la matrice."; +$a->strings["Enables a tool to store notes and reminders (note: not encrypted)"] = "Active un outil pour stocker des notes et des rappels (note :non chiffré)"; +$a->strings["Navigation Channel Select"] = "Sélection du canal par la navigation"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Changez de canal directement depuis le menu de navigation déroulant"; +$a->strings["Photo Location"] = "Site de prise de vue"; +$a->strings["If location data is available on uploaded photos, link this to a map."] = "Si des informations géographiques sont présentes dans les images téléversées, les lier à une carte."; $a->strings["Expert Mode"] = "Mode expert"; $a->strings["Enable Expert Mode to provide advanced configuration options"] = "Activer le mode expert pour accéder aux options avancées"; $a->strings["Premium Channel"] = "Canal VIP"; -$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Vous permet d'appliquer des règles et restrictions aux relations de votre canal"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Vous permet d'appliquer des règles et restrictions aux contacts de votre canal"; $a->strings["Post Composition Features"] = "Fonctionnalités de composition"; $a->strings["Use Markdown"] = "Utiliser Markdown"; -$a->strings["Allow use of \"Markdown\" to format posts"] = "Authoriser l'usage de \"Markdown\" pour le format des partages"; -$a->strings["Post Preview"] = "Aperçu avant publication"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Permettre de prévisualiser les publications/commentaires"; -$a->strings["Channel Sources"] = "Canaux sources"; -$a->strings["Automatically import channel content from other channels or feeds"] = "Importe automatiquement le contenus d'autres canaux ou flux dans le canal en cours"; +$a->strings["Allow use of \"Markdown\" to format posts"] = "Autoriser l'utilisation de \"Markdown\" pour mettre en forme les messages"; +$a->strings["Large Photos"] = "Grandes photos"; +$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Inclure de grands aperçus (1024px) dans les messages. Si désactivé, inclure de petits aperçus (640px)."; +$a->strings["Channel Sources"] = "Sources du canal"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Importe automatiquement le contenus d'autres canaux ou flux dans le canal actif"; $a->strings["Even More Encryption"] = "Encore plus de chiffrement"; -$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permettre le chiffrement - optionnel - du contenu de bout-en-bout au moyen d'un secret partagé"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permettre le chiffrement optionnel du contenu de bout en bout au moyen d'un secret partagé"; +$a->strings["Enable Voting Tools"] = "Activer les outils de vote"; +$a->strings["Provide a class of post which others can vote on"] = "Fournit un type de publication sur lequel les utilisateurs peuvent voter"; +$a->strings["Delayed Posting"] = "Publication plus tard"; +$a->strings["Allow posts to be published at a later date"] = "Permettre de publier des messages à une date programmée"; +$a->strings["Suppress Duplicate Posts/Comments"] = "Supprimer les publications/commentaires en doublon"; +$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Empêcher des messages aux contenus identiques d'être publiés à moins de deux minutes d'intervalle"; $a->strings["Network and Stream Filtering"] = "Filtrage du réseau et des flux"; $a->strings["Search by Date"] = "Chercher par date"; $a->strings["Ability to select posts by date ranges"] = "Pouvoir choisir des publications par date"; -$a->strings["Collections Filter"] = "Filtre des collections"; -$a->strings["Enable widget to display Network posts only from selected collections"] = "Activer une boîte qui permet de filtrer les publications du réseau parmi les collections selectionnées"; -$a->strings["Saved Searches"] = "Recherches sauvées"; -$a->strings["Save search terms for re-use"] = "Sauver des termes de recherche pour utilisation ultérieure"; -$a->strings["Network Personal Tab"] = "Onglet \"réseau personnel\""; +$a->strings["Enable management and selection of privacy groups"] = "Active la gestion et la sélection des groupes d'accès"; +$a->strings["Saved Searches"] = "Recherches sauvegardées"; +$a->strings["Save search terms for re-use"] = "Sauvegarder des termes de recherche pour utilisation ultérieure"; +$a->strings["Network Personal Tab"] = "Onglet \"Me concernant\""; $a->strings["Enable tab to display only Network posts that you've interacted on"] = "Activer un onglet affichant seulement les publications du réseau sur lesquelles vous êtes intervenu"; $a->strings["Network New Tab"] = "Onglet \"nouveautés réseau\""; -$a->strings["Enable tab to display all new Network activity"] = "Activer un onglet avec toute activité récente sur le réseau"; +$a->strings["Enable tab to display all new Network activity"] = "Activer un onglet présentant toute l'activité récente sur le réseau"; $a->strings["Affinity Tool"] = "Gérer l'affinité"; $a->strings["Filter stream activity by depth of relationships"] = "Filtrer le flux d'activité en fonction de la profondeur des relations"; +$a->strings["Connection Filtering"] = "Filtrage des contacts"; +$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtrer les publications entrantes de mes contacts sur la base de mots-clefs"; $a->strings["Suggest Channels"] = "Suggérer des canaux"; $a->strings["Show channel suggestions"] = "Montrer les suggestions de canaux"; $a->strings["Post/Comment Tools"] = "Gérer les publications/commentaires"; -$a->strings["Edit Sent Posts"] = "Éditer les publications envoyées"; -$a->strings["Edit and correct posts and comments after sending"] = "Permettre d'éditer/corriger les publications/commentaires après envoi"; -$a->strings["Tagging"] = "Étiquettes"; +$a->strings["Community Tagging"] = "Etiquetage communautaire"; $a->strings["Ability to tag existing posts"] = "Permettre de marquer les publications existantes"; $a->strings["Post Categories"] = "Catégoriser les publications"; $a->strings["Add categories to your posts"] = "Ajouter des catégories à vos publications"; $a->strings["Ability to file posts under folders"] = "Permettre de classer les publications dans des dossiers"; -$a->strings["Dislike Posts"] = "Détester les publications"; -$a->strings["Ability to dislike posts/comments"] = "Pouvoir détester les publications/commentaires"; -$a->strings["Star Posts"] = "Mettre en avant les publications"; +$a->strings["Dislike Posts"] = "\"Ne pas aimer\" les publications"; +$a->strings["Ability to dislike posts/comments"] = "Possibilité de \"ne pas aimer\" les publications/commentaires"; +$a->strings["Star Posts"] = "Pouvoir mettre en avant les publications"; $a->strings["Ability to mark special posts with a star indicator"] = "Pouvoir marquer certaines publications d'une étoile"; $a->strings["Tag Cloud"] = "Nuage de tags"; $a->strings["Provide a personal tag cloud on your channel page"] = "Afficher un nuage de vos tags sur votre canal"; -$a->strings["Channel is blocked on this site."] = "Ce canal est bloqué sur ce site."; -$a->strings["Channel location missing."] = "Emplacement du canal introuvable."; -$a->strings["Response from remote channel was incomplete."] = "La réponse du canal distant était incomplète."; -$a->strings["Channel was deleted and no longer exists."] = "Le canal a été supprimé et n'existe plus."; -$a->strings["Channel discovery failed."] = "La tentative d'accéder au canal a échouée."; -$a->strings["local account not found."] = "compte local introuvable."; -$a->strings["Cannot connect to yourself."] = "Ne peut pas se connecter à vous."; -$a->strings["Missing room name"] = "Il manque le nom du salon"; -$a->strings["Duplicate room name"] = "Un salon de ce nom existe déjà "; -$a->strings["Invalid room specifier."] = "Identifiant de salon invalide."; -$a->strings["Room not found."] = "Salon introuvable."; -$a->strings["Room is full"] = "Le salon est plein"; -$a->strings["Permission denied"] = "Accès refusé"; -$a->strings["(Unknown)"] = "(Inconnu)"; -$a->strings["Visible to anybody on the internet."] = "Visible à tout le monde sur internet."; -$a->strings["Visible to you only."] = "Visible pour vous seulement."; -$a->strings["Visible to anybody in this network."] = "Visible sur toute la Matrice."; -$a->strings["Visible to anybody authenticated."] = "Visible aux utilisateurs authentifiés."; -$a->strings["Visible to anybody on %s."] = "Visible pour tous sur %s."; -$a->strings["Visible to all connections."] = "Visible pour tous les contacts."; -$a->strings["Visible to approved connections."] = "Visible aux contacts approuvés."; -$a->strings["Item not found."] = "Élément introuvable."; -$a->strings["Collection not found."] = "Collection introuvable."; -$a->strings["Collection is empty."] = "Collection vide."; -$a->strings["Collection: %s"] = "Collection : %s"; -$a->strings["Connection: %s"] = "Relation : %s"; -$a->strings["Connection not found."] = "Relation introuvable."; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un groupe supprimé portant ce nom a été ressuscité. Les permissions liées aux éléments existants <strong>peuvent</strong> s'appliquer au groupe et aux membres futurs. Si ce n'est pas ce que vous attendiez, merci de recréer un nouveau groupe avec un nom différent."; -$a->strings["Default privacy group for new contacts"] = "Groupe de confidentialité par défaut pour les nouveaux contacts"; -$a->strings["All Channels"] = "Tous canaux"; -$a->strings["edit"] = "éditer"; -$a->strings["Collections"] = "Collections"; -$a->strings["Edit collection"] = "Éditer collection"; -$a->strings["Create a new collection"] = "Créer une nouvelle collection"; -$a->strings["Channels not in any collection"] = "Ces canaux ne sont dans aucune collection"; -$a->strings["add"] = "ajouter"; $a->strings["Unable to obtain identity information from database"] = "Impossible d'obtenir les données d'identité depuis la base de données"; $a->strings["Empty name"] = "Nom vide"; $a->strings["Name too long"] = "Nom trop long"; $a->strings["No account identifier"] = "Pas d'identifiant de compte"; $a->strings["Nickname is required."] = "Un surnom est requis."; -$a->strings["Reserved nickname. Please choose another."] = "Pseudonyme réservé. Merci d'en choisir un autre."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Le surnom contient des caractères interdits, ou est déjà pris sur ce site."; +$a->strings["Reserved nickname. Please choose another."] = "Surnom réservé. Merci d'en choisir un autre."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Le surnom contient des caractères interdits ou est déjà pris sur ce site."; $a->strings["Unable to retrieve created identity"] = "Impossible de récupérer l'identité créée"; $a->strings["Default Profile"] = "Profil par défaut"; -$a->strings["Friends"] = "Amis"; -$a->strings["Requested channel is not available."] = "Canal demandé non-disponible."; -$a->strings["Requested profile is not available."] = "Profil demandé inaccessible."; -$a->strings["Connect"] = "Ajouter"; +$a->strings["Requested channel is not available."] = "Canal demandé non disponible."; +$a->strings["Requested profile is not available."] = "Profil demandé non disponible."; $a->strings["Change profile photo"] = "Changer la photo du profil"; $a->strings["Profiles"] = "Profils"; -$a->strings["Manage/edit profiles"] = "Gérer/éditer les profils"; +$a->strings["Manage/edit profiles"] = "Gérer/modifier les profils"; $a->strings["Create New Profile"] = "Créer un nouveau profil"; $a->strings["Profile Image"] = "Image du profil"; $a->strings["visible to everybody"] = "visible pour tous"; -$a->strings["Edit visibility"] = "Éditer la visibilité"; +$a->strings["Edit visibility"] = "Changer la visibilité"; $a->strings["Gender:"] = "Sexe :"; $a->strings["Status:"] = "État :"; -$a->strings["Homepage:"] = "Site web :"; +$a->strings["Homepage:"] = "Site Internet :"; $a->strings["Online Now"] = "Connecté"; -$a->strings["g A l F d"] = "H:i l d F"; +$a->strings["g A l F d"] = "g A l F d"; $a->strings["F d"] = "d F"; $a->strings["[today]"] = "[aujourd'hui]"; $a->strings["Birthday Reminders"] = "Rappels d'anniversaires"; @@ -618,7 +834,7 @@ $a->strings["Event Reminders"] = "Rappels d'événements"; $a->strings["Events this week:"] = "Événements cette semaine :"; $a->strings["Full Name:"] = "Nom complet :"; $a->strings["Like this channel"] = "J'aime ce canal"; -$a->strings["j F, Y"] = "j F Y"; +$a->strings["j F, Y"] = "j F, Y"; $a->strings["j F"] = "j F"; $a->strings["Birthday:"] = "Date de naissance :"; $a->strings["Age:"] = "Age :"; @@ -637,428 +853,950 @@ $a->strings["My other channels:"] = "Mes autres canaux :"; $a->strings["Musical interests:"] = "Goûts musicaux :"; $a->strings["Books, literature:"] = "Lectures, goûts littéraires :"; $a->strings["Television:"] = "Télévision :"; -$a->strings["Film/dance/culture/entertainment:"] = "Cinéma/danse/culture/divertissement :"; +$a->strings["Film/dance/culture/entertainment:"] = "Cinéma/danse/culture/divertissement&nsbp;:"; $a->strings["Love/Romance:"] = "Vie sentimentale/amoureuse :"; -$a->strings["Work/employment:"] = "Travail :"; -$a->strings["School/education:"] = "Cursus :"; +$a->strings["Work/employment:"] = "Travail/Occupation "; +$a->strings["School/education:"] = "Études "; $a->strings["Like this thing"] = "J'aime ceci"; -$a->strings["view full size"] = "pleine taille"; -$a->strings["Image/photo"] = "Image/photo"; -$a->strings["Encrypted content"] = "Contenu chiffré"; -$a->strings["QR code"] = "code QR"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s a écrit %2\$s qui suit %3\$s"; -$a->strings["post"] = "l'article"; -$a->strings["$1 wrote:"] = "$1 a écrit :"; -$a->strings["No recipient provided."] = "Pas de destinataire."; -$a->strings["[no subject]"] = "[sans objet]"; -$a->strings["Unable to determine sender."] = "Impossible de déterminer l'émetteur."; -$a->strings["Stored post could not be verified."] = "Le message stocké n'a pas pu être vérifié."; +$a->strings["cover photo"] = "Photo principale"; +$a->strings["Embedded content"] = "Contenu imbriqué"; +$a->strings["Embedding disabled"] = "Imbrication désactivée"; +$a->strings["Can view my normal stream and posts"] = "Peut voir les publications ordinaires sur mon canal."; +$a->strings["Can view my default channel profile"] = "Peut voir le profil du canal par défaut."; +$a->strings["Can view my connections"] = "Peut voir mes contacts"; +$a->strings["Can view my file storage and photos"] = "Peut voir mes fichiers et photos"; +$a->strings["Can view my webpages"] = "Peut voir mes pages web"; +$a->strings["Can send me their channel stream and posts"] = "Peuvent m'envoyer leur flux et les publications de leur canal"; +$a->strings["Can post on my channel page (\"wall\")"] = "Peuvent poster sur la page de mon canal (\"mur\")"; +$a->strings["Can comment on or like my posts"] = "Peuvent commenter et/ou aimer mes publications"; +$a->strings["Can send me private mail messages"] = "Peuvent m'envoyer des messages privés"; +$a->strings["Can like/dislike stuff"] = "Peuvent aimer/ne pas aimer"; +$a->strings["Profiles and things other than posts/comments"] = "Profils et autres excluant les publications/commentaires."; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Peut faire suivre à tous les contacts de mon canal via \"@mention\""; +$a->strings["Advanced - useful for creating group forum channels"] = "Avancé - utile pour les canaux de type \"forum/groupe\""; +$a->strings["Can chat with me (when available)"] = "Peut discuter avec moi (quand disponibie)"; +$a->strings["Can write to my file storage and photos"] = "Peut charger des fichiers et des photos dans mon canal"; +$a->strings["Can edit my webpages"] = "Peut modifier mes pages web"; +$a->strings["Can source my public posts in derived channels"] = "Peut rediriger mes publications publiques vers des canaux dérivés"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Plutôt avancé - très utile dans les communautés ouvertes"; +$a->strings["Can administer my channel resources"] = "Peut administrer les ressources de mon canal"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Très avancé. Ne pas toucher, sauf si vous savez ce que vous faîtes"; +$a->strings["Social Networking"] = "Réseau social"; +$a->strings["Mostly Public"] = "Pincipalement public"; +$a->strings["Restricted"] = "Accès restreint"; +$a->strings["Private"] = "Privé"; +$a->strings["Community Forum"] = "Forum communautaire"; +$a->strings["Feed Republish"] = "Republication de flux"; +$a->strings["Special Purpose"] = "Utilisation spécifique"; +$a->strings["Celebrity/Soapbox"] = "Page de célébrité/tribune"; +$a->strings["Group Repository"] = "Espace de groupe"; +$a->strings["Custom/Expert Mode"] = "Mode expert/spécifique"; $a->strings["System"] = "Système"; -$a->strings["Create Personal App"] = "Créer Votre Application"; -$a->strings["Edit Personal App"] = "Éditer Votre Application"; +$a->strings["Create Personal App"] = "Créer votre application"; +$a->strings["Edit Personal App"] = "Modifier votre application"; $a->strings["Ignore/Hide"] = "Ignorer/Cacher"; -$a->strings["Suggestions"] = "Suggestion"; +$a->strings["Suggestions"] = "Suggestions"; $a->strings["See more..."] = "Voir plus..."; -$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Vous avez %1$.0f des %2$.0f relations autorisées."; -$a->strings["Add New Connection"] = "Ajouter une nouvelle relation"; -$a->strings["Enter the channel address"] = "Adresse du canal"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemple : bob@exemple.com, http://exemple.com/barbara"; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Vous avez %1$.0f sur %2$.0f contacts autorisés."; +$a->strings["Add New Connection"] = "Ajouter un nouveau contact"; +$a->strings["Enter channel address"] = "Saisissez l'adresse du canal"; +$a->strings["Examples: bob@example.com, https://example.com/barbara"] = "Exemples : pierre@exemple.com, https://exemple.com/sophie"; $a->strings["Notes"] = "Notes"; $a->strings["Remove term"] = "Retirer le terme"; $a->strings["Archives"] = "Archives"; -$a->strings["Refresh"] = "Actualiser"; $a->strings["Me"] = "Moi"; -$a->strings["Best Friends"] = "Mes meilleurs amis"; -$a->strings["Co-workers"] = "Mes collègues"; -$a->strings["Former Friends"] = "Mes anciens amis"; -$a->strings["Acquaintances"] = "Mes connaissances"; -$a->strings["Everybody"] = "Tout le monde"; -$a->strings["Account settings"] = "Réglages du Compte"; -$a->strings["Channel settings"] = "Réglages du Canal"; -$a->strings["Additional features"] = "Fonctions supplémentaires"; -$a->strings["Feature settings"] = "Extensions"; -$a->strings["Display settings"] = "Réglages d'affichage"; +$a->strings["Family"] = "Famille"; +$a->strings["Acquaintances"] = "Connaissances"; +$a->strings["All"] = "Tous"; +$a->strings["Refresh"] = "Actualiser"; +$a->strings["Account settings"] = "Paramètres du compte"; +$a->strings["Channel settings"] = "Paramètres du canal"; +$a->strings["Additional features"] = "Fonctionnalités supplémentaires"; +$a->strings["Feature/Addon settings"] = "Paramètres des extensions/greffons"; +$a->strings["Display settings"] = "Paramètres d'affichage"; $a->strings["Connected apps"] = "Applications connectées"; $a->strings["Export channel"] = "Exporter le canal"; -$a->strings["Automatic Permissions (Advanced)"] = "Permissions automatiques (avancé)"; -$a->strings["Premium Channel Settings"] = "Canal VIP"; -$a->strings["Check Mail"] = "Vérifier le courrier"; +$a->strings["Connection Default Permissions"] = "Autorisations par défaut des contacts"; +$a->strings["Premium Channel Settings"] = "Paramètres de canal VIP"; +$a->strings["Private Mail Menu"] = "Menu des messages privés"; +$a->strings["Combined View"] = "Vue combinée"; +$a->strings["Conversations"] = "Conversations"; +$a->strings["Received Messages"] = "Messages reçus"; +$a->strings["Sent Messages"] = "Messages envoyés"; +$a->strings["No messages."] = "Pas de message."; +$a->strings["Delete conversation"] = "Supprimer la conversation"; +$a->strings["Events Menu"] = "Menu Evènements"; +$a->strings["Day View"] = "Vue Jour"; +$a->strings["Week View"] = "Vue Semaine"; +$a->strings["Month View"] = "Vue Mois"; +$a->strings["Export"] = "Export"; +$a->strings["Import"] = "Import"; +$a->strings["Events Tools"] = "Outils Evènements"; +$a->strings["Export Calendar"] = "Exporter le calendrier"; +$a->strings["Import Calendar"] = "Importer un calendrier"; $a->strings["Chat Rooms"] = "Salons de clavardage"; $a->strings["Bookmarked Chatrooms"] = "Salons favoris"; $a->strings["Suggested Chatrooms"] = "Salons suggérés"; -$a->strings["Save to Folder"] = "Sauvegarder dans le dossier"; -$a->strings["View all"] = "Voir tout"; -$a->strings["__ctx:noun__ Dislike"] = array( - 0 => "Je déteste", - 1 => "Je déteste", -); -$a->strings["Add Star"] = "Ajouter Étoile"; -$a->strings["Remove Star"] = "Supprimer Étoile"; -$a->strings["Toggle Star Status"] = "Changer le Statut des Étoiles"; +$a->strings["photo/image"] = "photo/image"; +$a->strings["Rating Tools"] = "Outils d'évaluation"; +$a->strings["Rate Me"] = "M'évaluer"; +$a->strings["View Ratings"] = "Voir mes évaluations"; +$a->strings["Public Hubs"] = "Instances publiques"; +$a->strings["Forums"] = "Membres du forum"; +$a->strings["Tasks"] = "Tâches"; +$a->strings["Documentation"] = "Documentation"; +$a->strings["Project/Site Information"] = "Information sur le site/projet"; +$a->strings["For Members"] = "Pour les membres"; +$a->strings["For Administrators"] = "Pour les administrateurs"; +$a->strings["For Developers"] = "Pour les développeurs"; +$a->strings["Site"] = "Site"; +$a->strings["Accounts"] = "Comptes"; +$a->strings["Channels"] = "Canaux"; +$a->strings["Security"] = ""; +$a->strings["Plugins"] = "Greffons"; +$a->strings["Themes"] = "Thèmes"; +$a->strings["Inspect queue"] = "Analyser la file d'attente"; +$a->strings["Profile Config"] = "Configuration du profil"; +$a->strings["DB updates"] = "Mises à jour BDD"; +$a->strings["Logs"] = "Journaux"; +$a->strings["Plugin Features"] = "Fonctionnalités des greffons"; +$a->strings["User registrations waiting for confirmation"] = "Enregistrements d'utilisateurs en attente d'approbation"; +$a->strings["View Photo"] = "Voir la photo"; +$a->strings["Edit Album"] = "Modifier l'album"; +$a->strings["Save to Folder"] = "Enregistrer dans le dossier"; +$a->strings["I will attend"] = "Je participerai"; +$a->strings["I will not attend"] = "Je ne participerai pas"; +$a->strings["I might attend"] = "Je participerai peut-être"; +$a->strings["I agree"] = "Je suis d'accord"; +$a->strings["I disagree"] = "Je ne suis pas d'accord"; +$a->strings["I abstain"] = "Je m'abstiens"; +$a->strings["Add Star"] = "Mettre en avant (étoile)"; +$a->strings["Remove Star"] = "Ne plus mettre en avant"; +$a->strings["Toggle Star Status"] = "(Dés)activer l'étoile"; $a->strings["starred"] = "mis en avant"; -$a->strings["Add Tag"] = "Ajouter une balise"; +$a->strings["Add Tag"] = "Ajouter une étiquette"; $a->strings["I like this (toggle)"] = "J'aime (oui/non)"; -$a->strings["I don't like this (toggle)"] = "Je déteste (oui/non)"; +$a->strings["I don't like this (toggle)"] = "Je n'aime pas (oui/non)"; $a->strings["Share This"] = "Partager"; $a->strings["share"] = "partager"; +$a->strings["Delivery Report"] = "Rapport de distribution"; +$a->strings["%d comment"] = array( + 0 => "%d commentaire", + 1 => "%d commentaires", +); $a->strings["View %s's profile - %s"] = "Voir le profil de %s - %s"; $a->strings["to"] = "à "; $a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Mur-mur"; -$a->strings["via Wall-To-Wall:"] = "par Mur-mur :"; +$a->strings["Wall-to-Wall"] = "Mur-à -mur"; +$a->strings["via Wall-To-Wall:"] = "par Mur-à -mur :"; $a->strings["Save Bookmarks"] = "Enregistrer les favoris"; $a->strings["Add to Calendar"] = "Ajouter au Calendrier"; -$a->strings["__ctx:noun__ Likes"] = "Aimes"; -$a->strings["__ctx:noun__ Dislikes"] = "Détestes"; -$a->strings["%d comment"] = array( - 0 => "%d commentaire", - 1 => "%d commentaires", -); -$a->strings["[+] show all"] = "[+] voir plus"; +$a->strings["Mark all seen"] = "Tout marquer comme vu"; +$a->strings["__ctx:noun__ Likes"] = "Aime"; +$a->strings["__ctx:noun__ Dislikes"] = "N'aime pas"; $a->strings["This is you"] = "C'est vous"; -$a->strings["Comment"] = "Commenter"; -$a->strings["Submit"] = "Envoyer"; -$a->strings["Bold"] = "Gras"; -$a->strings["Italic"] = "Italique"; -$a->strings["Underline"] = "Souligné"; -$a->strings["Quote"] = "Citation"; -$a->strings["Code"] = "Code"; $a->strings["Image"] = "Image"; -$a->strings["Link"] = "Lien/URL"; +$a->strings["Insert Link"] = "Insérer un lien"; $a->strings["Video"] = "Vidéo"; -$a->strings["Delete this item?"] = "Supprimer cet élément?"; -$a->strings["[-] show less"] = "[-] montrer moins"; -$a->strings["[+] expand"] = "[+] déplier"; -$a->strings["[-] collapse"] = "[-] replier"; -$a->strings["Password too short"] = "Mot de passe trop court"; -$a->strings["Passwords do not match"] = "Les mots de passe ne correspondent pas"; -$a->strings["everybody"] = "tout le monde"; -$a->strings["Secret Passphrase"] = "Phrase de passe secrète"; -$a->strings["Passphrase hint"] = "Indice pour la phrase de passe"; -$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Note : Les permissions ont changé, mais n'ont pas encore été soumises."; -$a->strings["close all"] = "fermer tout"; -$a->strings["timeago.prefixAgo"] = "Il y a"; -$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; -$a->strings["ago"] = " "; -$a->strings["from now"] = "de maintenant"; -$a->strings["less than a minute"] = "moins d'une minute"; -$a->strings["about a minute"] = "environ une minute"; -$a->strings["%d minutes"] = "%d minutes"; -$a->strings["about an hour"] = "environ une heure"; -$a->strings["about %d hours"] = "environ %d heures"; -$a->strings["a day"] = "un jour"; -$a->strings["%d days"] = "%d jours"; -$a->strings["about a month"] = "environ un mois"; -$a->strings["%d months"] = "%d mois"; -$a->strings["about a year"] = "environ un an"; -$a->strings["%d years"] = "%d années"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["New window"] = "Nouvelle fenêtre"; -$a->strings["Open the selected location in a different window or browser tab"] = "Ouvrir l'emplacement dans une fenêtre (ou un onglet) différent"; -$a->strings["Male"] = "Masculin"; -$a->strings["Female"] = "Féminin"; -$a->strings["Currently Male"] = "Actuellement masculin"; -$a->strings["Currently Female"] = "Actuellement féminin"; -$a->strings["Mostly Male"] = "Surtout masculin"; -$a->strings["Mostly Female"] = "Surtout féminin"; -$a->strings["Transgender"] = "Transgenre"; -$a->strings["Intersex"] = "Intersexuel"; -$a->strings["Transsexual"] = "Transsexuel"; -$a->strings["Hermaphrodite"] = "Hermaphrodite"; -$a->strings["Neuter"] = "Neutre"; -$a->strings["Non-specific"] = "Rien de spécifique"; -$a->strings["Other"] = "Autre"; -$a->strings["Undecided"] = "Indécis"; -$a->strings["Males"] = "Hommes"; -$a->strings["Females"] = "Femmes"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbienne"; -$a->strings["No Preference"] = "Sans préférence"; -$a->strings["Bisexual"] = "Bisexuel"; -$a->strings["Autosexual"] = "Autosexuel"; -$a->strings["Abstinent"] = "Abstinent"; -$a->strings["Virgin"] = "Vierge"; -$a->strings["Deviant"] = "Déviant"; -$a->strings["Fetish"] = "Fétichiste"; -$a->strings["Oodles"] = "Une floppée"; -$a->strings["Nonsexual"] = "Nonsexuel"; -$a->strings["Single"] = "Célibataire"; -$a->strings["Lonely"] = "Solitaire"; -$a->strings["Available"] = "Disponible"; -$a->strings["Unavailable"] = "Indisponible"; -$a->strings["Has crush"] = "A un béguin"; -$a->strings["Infatuated"] = "Amoureux transi"; -$a->strings["Dating"] = "Sort avec quelqu'un"; -$a->strings["Unfaithful"] = "Infidèle"; -$a->strings["Sex Addict"] = "Accro au sexe"; -$a->strings["Friends/Benefits"] = "Amis avec bénéfices"; -$a->strings["Casual"] = "Sans engagement"; -$a->strings["Engaged"] = "Fiancé(e)"; -$a->strings["Married"] = "Marié(e)"; -$a->strings["Imaginarily married"] = "Marié(e) dans ses rêves"; -$a->strings["Partners"] = "Partenaires"; -$a->strings["Cohabiting"] = "En cohabitation"; -$a->strings["Common law"] = "Conjoints de fait"; -$a->strings["Happy"] = "Heureux"; -$a->strings["Not looking"] = "Pas en recherche"; -$a->strings["Swinger"] = "Infidèle"; -$a->strings["Betrayed"] = "Trahi(e)"; -$a->strings["Separated"] = "Séparé(e)"; -$a->strings["Unstable"] = "Instable"; -$a->strings["Divorced"] = "Divorcé(e)"; -$a->strings["Imaginarily divorced"] = "Divorcé(e) dans ses rêves"; -$a->strings["Widowed"] = "Veuf/veuve"; -$a->strings["Uncertain"] = "Incertain"; -$a->strings["It's complicated"] = "C'est compliqué"; -$a->strings["Don't care"] = "S'en fiche"; -$a->strings["Ask me"] = "Me demander"; -$a->strings["Logged out."] = "Deconnecté."; -$a->strings["Failed authentication"] = "Échec de l'authentification"; -$a->strings["Login failed."] = "Échec de la connexion."; -$a->strings["Can view my normal stream and posts"] = "Peut voir les publications sur mon canal et ses partages."; -$a->strings["Can view my default channel profile"] = "Peut voir le profil du canal par défaut."; -$a->strings["Can view my photo albums"] = "Peut voir mon album photos"; -$a->strings["Can view my connections"] = "Peut voir mes connections"; -$a->strings["Can view my file storage"] = "Peut voir mes fichiers en partage"; -$a->strings["Can view my webpages"] = "Peut voir mes sites-web"; -$a->strings["Can send me their channel stream and posts"] = "Peut m'envoyer le flux et les publications de leur canal"; -$a->strings["Can post on my channel page (\"wall\")"] = "Peut poster sur la page de mon canal (\"mur\")"; -$a->strings["Can comment on or like my posts"] = "Peuvent commenter et/ou aimer mes publications"; -$a->strings["Can send me private mail messages"] = "Peut m'envoyer des messages privés"; -$a->strings["Can post photos to my photo albums"] = "Peut ajouter des photos à mes albums"; -$a->strings["Can like/dislike stuff"] = "Peuvent aimer/détester"; -$a->strings["Profiles and things other than posts/comments"] = "Profils et autres excluant les publications/commentaires."; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Peut faire suivre à tous les contacts du mon canal via @truc"; -$a->strings["Advanced - useful for creating group forum channels"] = "Avancé - utile seulement pour les canaux de type \"forum/groupe\""; -$a->strings["Can chat with me (when available)"] = "Peut discuter avec moi (sous réserve de disponibilité)"; -$a->strings["Can write to my file storage"] = "Peut écrire dans mon partage de fichiers"; -$a->strings["Can edit my webpages"] = "Peut modifier mes sites-web"; -$a->strings["Can source my public posts in derived channels"] = "Peut rediriger mes publications publiques dans des canaux dérivés"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Plutôt avancé - très utile dans les communautés ouvertes"; -$a->strings["Can administer my channel resources"] = "Peut administrer les ressources de mon canal"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Très avancé. Ne pas toucher, sauf si vous savez VRAIMENT ce que vous faites"; -$a->strings["Set your current mood and tell your friends"] = "Indiquez votre humeur du moment à vos amis"; +$a->strings["Not Found"] = "Introuvable"; +$a->strings["Page not found."] = "Page introuvable."; +$a->strings["Some blurb about what to do when you're new here"] = "Quelques mots sur quoi faire quand on est nouveau ici"; +$a->strings["network"] = "réseau"; +$a->strings["RSS"] = "RSS"; +$a->strings["Authorize application connection"] = "Autoriser l'application à se connecter"; +$a->strings["Return to your app and insert this Securty Code:"] = "Merci de retourner vers votre application, et d'y insérer ce Code de Sécurité :"; +$a->strings["Please login to continue."] = "Merci de vous identifier pour continuer."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Voulez-vous autoriser cette application à accéder à vos publications et contacts, et/ou à publier en votre nom?"; +$a->strings["App installed."] = "Application installée."; +$a->strings["Malformed app."] = "Erreur de l'application - Malformée."; +$a->strings["Embed code"] = "Imbriquer le code"; +$a->strings["Edit App"] = "Modifier l'application"; +$a->strings["Create App"] = "Créer une application"; +$a->strings["Name of app"] = "Nom de l'application"; +$a->strings["Location (URL) of app"] = "Emplacement (URL) de l'application"; +$a->strings["Description"] = "Description"; +$a->strings["Photo icon URL"] = "URL de l'icône à utiliser pour cette photo"; +$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - facultatif"; +$a->strings["Version ID"] = "Identifiant de version"; +$a->strings["Price of app"] = "Prix de l'application"; +$a->strings["Location (URL) to purchase app"] = "Emplacement (URL) pour l'achat de l'application"; +$a->strings["Item not available."] = "Élément indisponible."; +$a->strings["Invalid item."] = "Élément invalide."; +$a->strings["Channel not found."] = "Canal introuvable."; +$a->strings["Block Name"] = "Nom du Bloc"; +$a->strings["Block Title"] = "Titre du bloc"; +$a->strings["Bookmark added"] = "Favori ajouté"; +$a->strings["My Bookmarks"] = "Mes Favoris"; +$a->strings["My Connections Bookmarks"] = "Favoris de mes contacts"; +$a->strings["You must be logged in to see this page."] = "Vous devez vous connecter pour voir cette page."; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permissions insuffisantes. Demande redirigée vers la page du profil."; +$a->strings["Public"] = "Public"; +$a->strings["Room not found"] = "Salon introuvable"; +$a->strings["Leave Room"] = "Quitter le salon"; +$a->strings["Delete This Room"] = "Supprimer le salon"; +$a->strings["I am away right now"] = "Je suis absent en ce moment"; +$a->strings["I am online"] = "Je suis en ligne"; +$a->strings["Bookmark this room"] = "Marquer ce salon comme favori"; +$a->strings["New Chatroom"] = "Nouveau salon de discussion"; +$a->strings["Chatroom Name"] = "Nom du salon de discussion"; +$a->strings["Expiration of chats (minutes)"] = "Expiration des discussions (en minutes)"; +$a->strings["%1\$s's Chatrooms"] = "Salons de %1\$s"; +$a->strings["Away"] = "Absent"; +$a->strings["Online"] = "En ligne"; +$a->strings["No channel."] = "Pas de canal."; +$a->strings["Common connections"] = "Contacts en commun"; +$a->strings["No connections in common."] = "Pas de contacts en commun."; +$a->strings["Continue"] = "Continuer"; +$a->strings["Premium Channel Setup"] = "Configuration du canal VIP"; +$a->strings["Enable premium channel connection restrictions"] = "Activer les restrictions liées au canal VIP"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Merci de saisir les restrictions et/ou conditions - reçu Paypal, transaction Bitcoin, ligne de conduite, ..."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Avant d'autoriser la mise en relation, ce canal attire votre attention sur les conditions suivantes :"; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Les contacts potentiels verront ce qui suit avant de pouvoir continuer :"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "En continuant, je certifie que je me suis conformé à toutes les instructions indiquées sur cette page."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Aucune instruction spécifique n'a été fournie par le propriétaire du canal.)"; +$a->strings["Restricted or Premium Channel"] = "Canal VIP ou restreint"; +$a->strings["Blocked"] = "Bloqué(e)"; +$a->strings["Ignored"] = "Ignoré(e)"; +$a->strings["Hidden"] = "Caché"; +$a->strings["Archived"] = "Archivé"; +$a->strings["New Connections"] = "Nouveaux contacts"; +$a->strings["Show pending (new) connections"] = "Voir les (nouveaux) contacts en attente"; +$a->strings["All Connections"] = "Tous les contacts"; +$a->strings["Show all connections"] = "Voir tous les contacts"; +$a->strings["Only show blocked connections"] = "Ne montrer que les contacts bloqués"; +$a->strings["Only show ignored connections"] = "Ne montrer que les contacts ignorés"; +$a->strings["Only show archived connections"] = "Ne montrer que les contacts archivés"; +$a->strings["Only show hidden connections"] = "Ne montrer que les contacts cachés"; +$a->strings["Pending approval"] = "En attente de validation"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit connection"] = "Modifier le contact"; +$a->strings["Delete connection"] = "Supprimer le contact"; +$a->strings["Channel address"] = "Adresse du canal"; +$a->strings["Network"] = "Réseau"; +$a->strings["Status"] = "État"; +$a->strings["Connected"] = "Connecté"; +$a->strings["Approve connection"] = "Valider le contact"; +$a->strings["Approve"] = "Approuver"; +$a->strings["Ignore connection"] = "Ignorer le contact"; +$a->strings["Ignore"] = "Ignorer"; +$a->strings["Recent activity"] = "Activité récente"; +$a->strings["Search your connections"] = "Chercher parmi vos contacts"; +$a->strings["Connections search"] = "Chercher des contacts"; +$a->strings["Could not access contact record."] = "Impossible d'accéder aux détails du contact."; +$a->strings["Could not locate selected profile."] = "Impossible de localiser le profil sélectionné."; +$a->strings["Connection updated."] = "Contact mis à jour."; +$a->strings["Failed to update connection record."] = "Impossible de mettre à jour les détails du contact."; +$a->strings["is now connected to"] = "est maintenant connecté avec"; +$a->strings["Could not access address book record."] = "Impossible d'accéder aux détails du carnet d'adresses."; +$a->strings["Refresh failed - channel is currently unavailable."] = "Actualisation impossible - le canal est indisponible."; +$a->strings["Unable to set address book parameters."] = "Impossible de régler les paramètres du carnet d'adresses."; +$a->strings["Connection has been removed."] = "Le contact a été supprimé."; +$a->strings["View %s's profile"] = "Voir le profil de %s"; +$a->strings["Refresh Permissions"] = "Actualiser les autorisations"; +$a->strings["Fetch updated permissions"] = "Récupérer les autorisations les plus récentes"; +$a->strings["Recent Activity"] = "Activité récente"; +$a->strings["View recent posts and comments"] = "Voir les publications et commentaires récents"; +$a->strings["Unblock"] = "Débloquer"; +$a->strings["Block"] = "Bloquer"; +$a->strings["Block (or Unblock) all communications with this connection"] = "Bloquer ou débloquer toute communication avec ce contact"; +$a->strings["This connection is blocked!"] = "Ce contact est bloqué !"; +$a->strings["Unignore"] = "Ne plus ignorer"; +$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignorer ou ne plus ignorer toute communication venant de ce contact"; +$a->strings["This connection is ignored!"] = "Ce contact est ignoré !"; +$a->strings["Unarchive"] = "Désarchiver"; +$a->strings["Archive"] = "Archiver"; +$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiver ou désarchiver ce contact - le marquer comme inactif mais conserver le contenu"; +$a->strings["This connection is archived!"] = "Ce contact est archivé !"; +$a->strings["Unhide"] = "Ne plus cacher"; +$a->strings["Hide"] = "Cacher"; +$a->strings["Hide or Unhide this connection from your other connections"] = "Cacher ou ne plus cacher ce contact vis-à -vis de vos autres contacts"; +$a->strings["This connection is hidden!"] = "Ce contact est caché !"; +$a->strings["Delete this connection"] = "Supprimer ce contact"; +$a->strings["Approve this connection"] = "Autoriser ce contact"; +$a->strings["Accept connection to allow communication"] = "Accepter le contact pour permettre la communication"; +$a->strings["Set Affinity"] = "Définir le degré d'affinité"; +$a->strings["Set Profile"] = "Définir le profil"; +$a->strings["Set Affinity & Profile"] = "Définir le degré d'affinité et le profil"; +$a->strings["none"] = "Aucun"; +$a->strings["Apply these permissions automatically"] = "Appliquer ces permissions automatiquement"; +$a->strings["This connection's primary address is"] = "L'adresse principale de ce contact est"; +$a->strings["Available locations:"] = "Emplacements disponibles :"; +$a->strings["The permissions indicated on this page will be applied to all new connections."] = "Les permissions indiquées sur cette page seront appliquées à tous vos nouveaux contacts."; +$a->strings["Slide to adjust your degree of friendship"] = "Faites glisser pour ajuster votre proximité avec le contact"; +$a->strings["Slide to adjust your rating"] = "Faîtes glisser pour ajuster votre note"; +$a->strings["Optionally explain your rating"] = "Explication facultative de votre évaluation"; +$a->strings["Custom Filter"] = "Filtre personnalisé"; +$a->strings["Only import posts with this text"] = "N'importer que les publications comprenant ce texte"; +$a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "un mot par ligne ou #étiquettes ou /motif/ ou lang=xx, laisser vide pour importer toutes les publications"; +$a->strings["Do not import posts with this text"] = "Ne pas importer les publications comprenant ce texte"; +$a->strings["This information is public!"] = "Cette information est publique !"; +$a->strings["Connection Pending Approval"] = "Contact en attente d'approbation"; +$a->strings["inherited"] = "héritée"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Merci de choisir le profil que vous souhaitez montrer quand %s visite votre profil de manière authentifiée."; +$a->strings["Their Settings"] = "Leurs paramètres"; +$a->strings["My Settings"] = "Mes paramètres"; +$a->strings["Individual Permissions"] = "Permissions individuelles"; +$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Certaines permissions peuvent être héritées de vos <a href=\"settings\">paramètres de confidentialité</a> de canal, lesquels sont prioritaires sur les réglages individuels. Vous pouvez modifier ces permissions ici mais cela n'aura aucun effet à moins de changer les paramètres hérités."; +$a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Certaines permissions peuvent être héritées de vos <a href=\"settings\">paramètres de confidentialité</a> de canal, lesquels sont prioritaires sur les réglages individuels. Vous pouvez modifier ces permissions ici mais cela n'aura aucun effet à moins de changer les paramètres hérités."; +$a->strings["Last update:"] = "Dernière mise à jour :"; +$a->strings["\$Projectname channel"] = "Canal \$Projectname"; +$a->strings["Public access denied."] = "Accès public refusé."; +$a->strings["%d rating"] = array( + 0 => "%d évaluation", + 1 => "%d évaluations", +); +$a->strings["Gender: "] = "Sexe/genre :"; +$a->strings["Status: "] = "État :"; +$a->strings["Homepage: "] = "Site web :"; +$a->strings["Description:"] = "Description :"; +$a->strings["Public Forum:"] = "Forum public :"; +$a->strings["Keywords: "] = "Mots-clefs :"; +$a->strings["Don't suggest"] = "Ne pas suggérer"; +$a->strings["Common connections:"] = "Contacts en commun :"; +$a->strings["Global Directory"] = "Annuaire global"; +$a->strings["Local Directory"] = "Annuaire local"; +$a->strings["Finding:"] = "Recherche :"; +$a->strings["next page"] = "page suivante"; +$a->strings["previous page"] = "page précédente"; +$a->strings["Sort options"] = "Options de tri"; +$a->strings["Alphabetic"] = "Alphabétique"; +$a->strings["Reverse Alphabetic"] = "Alphabétique inversé"; +$a->strings["Newest to Oldest"] = "Du plus récent au moins récent"; +$a->strings["Oldest to Newest"] = "Du moins récent du plus récent"; +$a->strings["No entries (some entries may be hidden)."] = "Pas d'entrées (certaines peuvent être cachées)."; +$a->strings["This site is not a directory server"] = "Ce site n'est pas un serveur d'annuaire"; +$a->strings["This directory server requires an access token"] = "Ce serveur d'annuaire requiert un jeton d'accès"; +$a->strings["Invalid message"] = "Message non valide"; +$a->strings["no results"] = "aucun résultat"; +$a->strings["Delivery report for %1\$s"] = "Rapport de distribution pour %1\$s"; +$a->strings["channel sync processed"] = "Synchro de canal effectuée"; +$a->strings["queued"] = "mis dans la file d'attente"; +$a->strings["posted"] = "publié"; +$a->strings["accepted for delivery"] = "accepté pour la distribution"; +$a->strings["updated"] = "mis à jour"; +$a->strings["update ignored"] = "mise à jour ignorée"; +$a->strings["permission denied"] = "permission refusée"; +$a->strings["recipient not found"] = "destinataire introuvable"; +$a->strings["mail recalled"] = "courriel rappelé"; +$a->strings["duplicate mail received"] = "courriel reçu en double"; +$a->strings["mail delivered"] = "courriel distribué"; +$a->strings["Item not found"] = "Élément introuvable"; +$a->strings["Delete block?"] = "Supprimer le bloc ?"; +$a->strings["Insert YouTube video"] = "Insérer une vidéo YouTube"; +$a->strings["Insert Vorbis [.ogg] video"] = "Insérer une vidéo Vorbis [.ogg]"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Insérer un son Vorbis [.ogg]"; +$a->strings["Edit Block"] = "Modifier le bloc"; +$a->strings["Delete layout?"] = "Supprimer la mise en page ?"; +$a->strings["Layout Description (Optional)"] = "Description de la mise en page (facultatif)"; +$a->strings["Layout Name"] = "Nom de la mise en page"; +$a->strings["Edit Layout"] = "Modifier la mise en page"; +$a->strings["Item is not editable"] = "Elément non modifiable"; +$a->strings["Delete item?"] = "Supprimer l'élément ?"; +$a->strings["Edit post"] = "Modifier la publication"; +$a->strings["Delete webpage?"] = "Supprimer la page web ?"; +$a->strings["Page link title"] = "Titre du lien vers la page"; +$a->strings["Edit Webpage"] = "Modifier la page web"; +$a->strings["Calendar entries imported."] = "Entrées du calendrier importées."; +$a->strings["No calendar entries found."] = "Aucune entrée du calendrier trouvée."; +$a->strings["Event can not end before it has started."] = "La fin de l'événement ne peut être antérieure à son début."; +$a->strings["Unable to generate preview."] = "Impossible de générer l'aperçu."; +$a->strings["Event title and start time are required."] = "Un titre et une date de début sont requises pour l'événement."; +$a->strings["Event not found."] = "Événement introuvable."; +$a->strings["Edit event title"] = "Modifier le titre de l'événement"; +$a->strings["Event title"] = "Titre de l'événement"; +$a->strings["Categories (comma-separated list)"] = "Catégories (séparées par des virgules)"; +$a->strings["Edit Category"] = "Modifier la catégorie"; +$a->strings["Category"] = "Catégorie"; +$a->strings["Edit start date and time"] = "Modifier la date et l'heure de début"; +$a->strings["Start date and time"] = "Date et heure de début"; +$a->strings["Finish date and time are not known or not relevant"] = "Date et heure de fin inconnues ou sans objet"; +$a->strings["Edit finish date and time"] = "Modifier la date et l'heure de fin"; +$a->strings["Finish date and time"] = "Date et heure de fin"; +$a->strings["Adjust for viewer timezone"] = "Ajuster au fuseau horaire du visiteur"; +$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Important pour les événements se tenant en un lieu particulier. Pas pratique pour les vacances communes à de nombreux pays dans le monde."; +$a->strings["Edit Description"] = "Modifier la description"; +$a->strings["Edit Location"] = "Modifier l'emplacement"; +$a->strings["Share this event"] = "Partager cet événement"; +$a->strings["Advanced Options"] = "Options avancées"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Modifier l'événement"; +$a->strings["Delete event"] = "Supprimer l'événement"; +$a->strings["calendar"] = "calendrier"; +$a->strings["Edit Event"] = "Modifier l'événement"; +$a->strings["Create Event"] = "Créer un événement"; +$a->strings["Previous"] = "Précédent"; +$a->strings["Next"] = "Suivant"; +$a->strings["Today"] = "Aujourd'hui"; +$a->strings["Event removed"] = "Événement supprimé"; +$a->strings["Failed to remove event"] = "Impossible de supprimer l'événement"; +$a->strings["Share content from Firefox to \$Projectname"] = "Partager du contenu depuis Firefox avec \$Projectname"; +$a->strings["Activate the Firefox \$Projectname provider"] = "Activer le connecteur \$Projectname pour Firefox"; +$a->strings["- select -"] = "- choisir -"; +$a->strings["Permission Denied."] = "Permission refusée."; +$a->strings["File not found."] = "Fichier introuvable."; +$a->strings["Edit file permissions"] = "Modifier les autorisations d'accès au fichier"; +$a->strings["Set/edit permissions"] = "Définir/modifier les autorisations"; +$a->strings["Include all files and sub folders"] = "Inclure tous fichiers et sous-répertoires"; +$a->strings["Return to file list"] = "Retourner à la liste des fichiers"; +$a->strings["Copy/paste this code to attach file to a post"] = "Copiez/collez ce code pour joindre le fichier à une publication"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Copiez/collez cette URL pour pointer vers ce fichier depuis une page web"; +$a->strings["Share this file"] = "Partager ce fichier"; +$a->strings["Show URL to this file"] = "Montrer l'URL de ce fichier"; +$a->strings["Notify your contacts about this file"] = "Notifier vos contacts à propos de ce fichier"; +$a->strings["Channel added."] = "Canal ajouté."; +$a->strings["Contact not found."] = "Contact introuvable."; +$a->strings["Friend suggestion sent."] = "Suggestion d'amitié envoyée."; +$a->strings["Suggest Friends"] = "Suggérer des amis"; +$a->strings["Suggest a friend for %s"] = "Suggérer un amis à %s"; +$a->strings["Privacy group created."] = "Groupe d'accès créé."; +$a->strings["Could not create privacy group."] = "Impossible de créer le groupe d'accès."; +$a->strings["Privacy group updated."] = "Groupe d'accès mis à jour."; +$a->strings["Create a group of channels."] = "Créer un groupe de canaux."; +$a->strings["Privacy group name: "] = "Nom du groupe d'accès :"; +$a->strings["Members are visible to other channels"] = "Les membres sont visibles par les autres canaux"; +$a->strings["Privacy group removed."] = "Groupe d'accès supprimé."; +$a->strings["Unable to remove privacy group."] = "Impossible de supprimer le groupe d'accès."; +$a->strings["Privacy group editor"] = "Editeur de groupe d'accès."; +$a->strings["Members"] = "Membres"; +$a->strings["All Connected Channels"] = "Tous les canaux connectés"; +$a->strings["Click on a channel to add or remove."] = "Cliquer sur un canal pour l'ajouter ou le supprimer"; +$a->strings["Documentation Search"] = "Chercher dans la documentation"; +$a->strings["Help:"] = "Aide :"; +$a->strings["\$Projectname Documentation"] = "Documentation \$Projectname"; +$a->strings["\$Projectname"] = "\$Projectname"; +$a->strings["Welcome to %s"] = "Bienvenue sur %s"; +$a->strings["First Name"] = "Prénom"; +$a->strings["Last Name"] = "Nom de famille"; +$a->strings["Nickname"] = "Surnom"; +$a->strings["Full Name"] = "Nom complet"; +$a->strings["Profile Photo 16px"] = "Photo de profil 16px"; +$a->strings["Profile Photo 32px"] = "Photo de profil 32px"; +$a->strings["Profile Photo 48px"] = "Photo de profil 48px"; +$a->strings["Profile Photo 64px"] = "Photo de profil 64px"; +$a->strings["Profile Photo 80px"] = "Photo de profil 80px"; +$a->strings["Profile Photo 128px"] = "Photo de profil 128px"; +$a->strings["Timezone"] = "Fuseau horaire"; +$a->strings["Homepage URL"] = "URL de mon site Internet :"; +$a->strings["Birth Year"] = "Année de naissance"; +$a->strings["Birth Month"] = "Mois de naissance"; +$a->strings["Birth Day"] = "Jour de naissance"; +$a->strings["Birthdate"] = "Date de naissance"; +$a->strings["Gender"] = "Sexe"; +$a->strings["%s element installed"] = "Elément %s installé"; +$a->strings["%s element installation failed"] = "L'installation de l'élément %s a échoué"; +$a->strings["Your service plan only allows %d channels."] = "Votre forfait n'autorise que %d canaux."; +$a->strings["Nothing to import."] = "Rien à importer."; +$a->strings["Unable to download data from old server"] = "Impossible de récupérer les données de l'ancien serveur"; +$a->strings["Imported file is empty."] = "Le fichier importé est vide."; +$a->strings["Warning: Database versions differ by %1\$d updates."] = "Attention : les versions de bases de données diffèrent de %1\$d mises à jour."; +$a->strings["Server platform is not compatible. Operation not permitted."] = ""; +$a->strings["No channel. Import failed."] = "Pas de canal. Echec de l'import."; +$a->strings["You must be logged in to use this feature."] = "Vous devez vous connecter pour utiliser cette fonctionnalité."; +$a->strings["Import Channel"] = "Importation de canal"; +$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."] = "Utilisez ce formulaire pour importer un canal existant sur un autre serveur. Vous pouvez récupérer l'identité du canal sur l'ancien serveur directement par le réseau, ou bien fournir un fichier d'export/import."; +$a->strings["File to Upload"] = "Fichier à envoyer"; +$a->strings["Or provide the old server/hub details"] = "Ou fournissez les détails de l'ancien serveur/hub"; +$a->strings["Your old identity address (xyz@example.com)"] = "Votre ancienne identité (zyx@exemple.com)"; +$a->strings["Your old login email address"] = "Votre ancienne adresse de courriel"; +$a->strings["Your old login password"] = "Votre ancien mot de passe"; +$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."] = "Quelle que soit l'option choisie, merci de décider si ce hub sera votre nouvelle adresse primaire, ou si votre ancien hub continuera à jouer ce rôle. Vous pourrez publier depuis l'emplacement de votre choix, mais une seule peut être déclarée comme stockage primaire de vos fichiers/photos/media."; +$a->strings["Make this hub my primary location"] = "Faire de ce hub mon emplacement primaire"; +$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importer les publications existantes si possible (expérimental - limité par la mémoire disponible)"; +$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Ce processus peut prendre plusieurs minutes. Merci de ne valider le formulaire qu'une seule fois et de laisser cette page ouverte jusqu'à la fin."; +$a->strings["Import completed"] = "L'import est terminé."; +$a->strings["Import Items"] = "Importer"; +$a->strings["Use this form to import existing posts and content from an export file."] = "Utiliser ce formulaire pour importer des publications et du contenu existant d'un fichier d'export."; +$a->strings["Total invitation limit exceeded."] = "Limite du nombre total d'invitation dépassée."; +$a->strings["%s : Not a valid email address."] = "%s : adresse courriel invalide."; +$a->strings["Please join us on \$Projectname"] = "Rejoignez-nous sur \$Projectname"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite d'invitations dépassée. Merci de contacter l'administration de votre site."; +$a->strings["%s : Message delivery failed."] = "%s : Échec de distribution du message."; +$a->strings["%d message sent."] = array( + 0 => "%d message envoyé.", + 1 => "%d messages envoyés.", +); +$a->strings["You have no more invitations available"] = "Vous ne disposez plus d'aucune invitation"; +$a->strings["Send invitations"] = "Envoyer des invitations"; +$a->strings["Enter email addresses, one per line:"] = "Entrez les adresses de courriel, une par ligne :"; +$a->strings["Your message:"] = "Votre message :"; +$a->strings["Please join my community on \$Projectname."] = "Rejoignez ma communauté sur \$Projectname."; +$a->strings["You will need to supply this invitation code:"] = ""; +$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Enregistrez-vous sur n'importe quel serveur \$Projectname (ils sont tous inter-connectés)"; +$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Saisissez l'adresse de mon canal \$Projectname dans la barre de recherche du site."; +$a->strings["or visit"] = ""; +$a->strings["3. Click [Connect]"] = "3. Cliquez sur [Ajouter]"; +$a->strings["Unable to locate original post."] = "Impossible de localiser la publication initiale."; +$a->strings["Empty post discarded."] = "Publication vide annulée."; +$a->strings["Executable content type not permitted to this channel."] = "Les contenus de type 'exécutable' ne sont pas autorisés sur ce canal."; +$a->strings["Duplicate post suppressed."] = "Publication en doublon supprimée."; +$a->strings["System error. Post not saved."] = "Erreur système. Publication non sauvegardée."; +$a->strings["Unable to obtain post information from database."] = "Impossible d'obtenir les informations de publication depuis la base de données."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Vous avez atteint votre limite de %1$.0f contributions \"racines\"."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Vous avez atteint votre limite de %1$.0f pages web."; +$a->strings["Comanche page description language help"] = "Aide sur le langage de description de page Comanche"; +$a->strings["Layout Description"] = "Description de la mise en page"; +$a->strings["Download PDL file"] = "Télécharger le fichier PDL"; +$a->strings["Like/Dislike"] = "Aime/n'aime pas"; +$a->strings["This action is restricted to members."] = "Cette action est réservée aux membres."; +$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "S'il vous plait, <a href=\"rmagic\">identifiez vous avec votre identifant de \$Projectname </a> ou <a href=\"register\">inscrivez vous comme nouveau membre de \$Projectname </a> pour continuer."; +$a->strings["Invalid request."] = "Requête invalide."; +$a->strings["thing"] = "chose"; +$a->strings["Channel unavailable."] = "Canal indisponible."; +$a->strings["Previous action reversed."] = "Action précédente annulée."; +$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$s approuve %3\$s de %2\$s"; +$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s n'est pas d'accord avec %3\$s de %2\$s"; +$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s s'abstient de toute décision sur le %3\$s de %2\$s"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s participe à %3\$s de %2\$s"; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s ne participe pas à %3\$s de %2\$s"; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s participe peut-être à %3\$s de %2\$s"; +$a->strings["Action completed."] = "Action terminée."; +$a->strings["Thank you."] = "Merci."; +$a->strings["Remote privacy information not available."] = "Les informations distantes de confidentialité ne sont pas disponibles."; +$a->strings["Visible to:"] = "Visible par :"; +$a->strings["Location not found."] = "Emplacement introuvable."; +$a->strings["Location lookup failed."] = "Echec de la recherche de l'emplacement."; +$a->strings["Please select another location to become primary before removing the primary location."] = "Merci de sélectionner un autre emplacement comme nouvel emplacement primaire avant de supprimer l'emplacement primaire actuel."; +$a->strings["Syncing locations"] = "Synchronisation des emplacements"; +$a->strings["No locations found."] = "Emplacement(s) introuvable."; +$a->strings["Manage Channel Locations"] = "Gérer les emplacements des canaux"; +$a->strings["Location (address)"] = "Emplacement (adresse)"; +$a->strings["Primary Location"] = "Emplacement primaire"; +$a->strings["Drop location"] = "Abandonner l'emplacement"; +$a->strings["Sync now"] = "Synchroniser maintenant"; +$a->strings["Please wait several minutes between consecutive operations."] = "Merci d'attendre plusieurs minutes entre opérations successives."; +$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Quand c'est possible, abandonnez un emplacement en vous connectant sur le site/hub et en supprimant votre canal."; +$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Utilisez ce formulaire pour abandonner l'emplacement si le hub n'est plus actif."; +$a->strings["sent you a private message"] = "vous a envoyé un message privé"; +$a->strings["added your channel"] = "a ajouté votre canal"; +$a->strings["posted an event"] = "a publié un événement"; +$a->strings["Hub not found."] = "Hub introuvable."; +$a->strings["Unable to lookup recipient."] = "Impossible de localiser le destinataire."; +$a->strings["Unable to communicate with requested channel."] = "Impossible de communiquer avec le canal demandé."; +$a->strings["Cannot verify requested channel."] = "Impossible de vérifier le canal demandé."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Le canal choisi a des restrictions quant aux messages privés. L'envoi a échoué."; +$a->strings["Messages"] = "Messages"; +$a->strings["Message recalled."] = "Message rappelé."; +$a->strings["Conversation removed."] = "Conversation supprimée."; +$a->strings["Requested channel is not in this network"] = "Le canal demandé n'est pas sur ce réseau"; +$a->strings["Send Private Message"] = "Envoyer un message privé"; +$a->strings["To:"] = "À :"; +$a->strings["Subject:"] = "Objet :"; +$a->strings["Send"] = "Envoyer"; +$a->strings["Delete message"] = "Supprimer le message"; +$a->strings["Delivery report"] = "Rapport de distribution"; +$a->strings["Recall message"] = "Rappeler le message"; +$a->strings["Message has been recalled."] = "Le message a été rappelé."; +$a->strings["Delete Conversation"] = "Supprimer la conversation"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Aucune communication sécurisée n'est possible. Vous pourrez <strong>peut-être</strong> répondre depuis la page de profil de l'émetteur."; +$a->strings["Send Reply"] = "Envoyer la réponse"; +$a->strings["Your message for %s (%s):"] = "Votre message pour %s (%s) :"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Vous avez créé %1$.0f des %2$.0f canaux autorisés."; +$a->strings["Create a new channel"] = "Créer un nouveau canal"; +$a->strings["Current Channel"] = "Canal actif"; +$a->strings["Switch to one of your channels by selecting it."] = "Pour changer de canal, sélectionnez-en un"; +$a->strings["Default Channel"] = "Canal par défaut"; +$a->strings["Make Default"] = "Définir comme défaut"; +$a->strings["%d new messages"] = "%d nouveaux messages"; +$a->strings["%d new introductions"] = "%d nouvelles présentations"; +$a->strings["Delegated Channels"] = "Canaux délégués"; +$a->strings["Profile Match"] = "Profils similaires"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Aucun mot-clef à comparer. Merci d'ajouter des mots-clefs à votre profil par défaut."; +$a->strings["is interested in:"] = "s'intéresse à :"; +$a->strings["No matches"] = "Pas de correspondance"; +$a->strings["Unable to update menu."] = "Impossible de mettre le menu à jour."; +$a->strings["Unable to create menu."] = "Impossible de créer le menu."; +$a->strings["Menu Name"] = "Nom du menu"; +$a->strings["Unique name (not visible on webpage) - required"] = "Nom unique (non visible sur la page web) - requis"; +$a->strings["Menu Title"] = "Titre du menu"; +$a->strings["Visible on webpage - leave empty for no title"] = "Visible pour la page web - laisser vide pour qu'il n'y ait pas de titre"; +$a->strings["Allow Bookmarks"] = "Autoriser l'usage de favoris"; +$a->strings["Menu may be used to store saved bookmarks"] = "Le menu pourra être utilisé pour stocker des favoris"; +$a->strings["Submit and proceed"] = "Valider et continuer"; +$a->strings["Drop"] = "Supprimer"; +$a->strings["Bookmarks allowed"] = "Favoris autorisés"; +$a->strings["Delete this menu"] = "Supprimer ce menu"; +$a->strings["Edit menu contents"] = "Modifier le contenu du menu"; +$a->strings["Edit this menu"] = "Modifier ce menu"; +$a->strings["Menu could not be deleted."] = "Impossible de supprimer le menu."; $a->strings["Menu not found."] = "Menu introuvable."; -$a->strings["Menu element updated."] = "Entrée de menu mis à jour."; -$a->strings["Unable to update menu element."] = "Impossible de mettre l'entrée de menu à jour."; -$a->strings["Menu element added."] = "Entrée de menu ajouté."; -$a->strings["Unable to add menu element."] = "Impossible d'ajouter l'entrée de menu."; +$a->strings["Edit Menu"] = "Modifier le menu"; +$a->strings["Add or remove entries to this menu"] = "Ajouter/supprimer des entrées à ce menu"; +$a->strings["Menu name"] = "Nom du menu"; +$a->strings["Must be unique, only seen by you"] = "Doit être unique, ne sera vu que par vous"; +$a->strings["Menu title"] = "Titre du menu"; +$a->strings["Menu title as seen by others"] = "Titre du menu tel que vu par les visiteurs"; +$a->strings["Allow bookmarks"] = "Autoriser l'usage de favoris"; $a->strings["Not found."] = "Introuvable."; -$a->strings["Manage Menu Elements"] = "Gérer les entrées de menu"; -$a->strings["Edit menu"] = "Éditer le menu"; -$a->strings["Edit element"] = "Éditer l'entrée"; -$a->strings["Drop element"] = "Supprimer l'entrée"; -$a->strings["New element"] = "Nouvelle entrée"; -$a->strings["Edit this menu container"] = "Éditer ce bloc de menu"; -$a->strings["Add menu element"] = "Ajouter une entrée au menu"; -$a->strings["Delete this menu item"] = "Supprimer cet entrée du menu"; -$a->strings["Edit this menu item"] = "Éditer cette entrée du menu"; -$a->strings["New Menu Element"] = "Nouvelle entrée de menu"; +$a->strings["Unable to create element."] = "Impossible de créer l'entrée."; +$a->strings["Unable to update menu element."] = "Impossible de mettre à jour l'entrée de menu."; +$a->strings["Unable to add menu element."] = "Impossible d'ajouter l'entrée de menu."; $a->strings["Menu Item Permissions"] = "Permissions de l'entrée de menu"; $a->strings["(click to open/close)"] = "(cliquer pour ouvrir/fermer)"; -$a->strings["Link text"] = "Texte du lien"; -$a->strings["URL of link"] = "URL du lien"; -$a->strings["Use Red magic-auth if available"] = "Utiliser l'authentification magique, lorsque disponible"; +$a->strings["Link Name"] = "Nom du lien"; +$a->strings["Link or Submenu Target"] = "Lien ou sous-menu cible"; +$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Entrez l'URL du lien ou sélectionnez un nom de menu pour créer un sous-menu"; +$a->strings["Use magic-auth if available"] = "Utiliser l'authentification distante, quand disponible"; $a->strings["Open link in new window"] = "Ouvrir le lien dans une nouvelle fenêtre"; $a->strings["Order in list"] = "Ordre dans la liste"; -$a->strings["Higher numbers will sink to bottom of listing"] = "Les nombres les plus élevés seront descendus au bas de la liste"; +$a->strings["Higher numbers will sink to bottom of listing"] = "Les nombres les plus élevés seront au bas de la liste"; +$a->strings["Submit and finish"] = "Vadiler et terminer"; +$a->strings["Submit and continue"] = "Valider et continuer"; +$a->strings["Menu:"] = "Menu :"; +$a->strings["Link Target"] = "Cible du lien"; +$a->strings["Edit menu"] = "Modifier le menu"; +$a->strings["Edit element"] = "Modifier l'entrée"; +$a->strings["Drop element"] = "Supprimer l'entrée"; +$a->strings["New element"] = "Nouvelle entrée"; +$a->strings["Edit this menu container"] = "Éditer ce bloc de menu"; +$a->strings["Add menu element"] = "Ajouter une entrée au menu"; +$a->strings["Delete this menu item"] = "Supprimer cette entrée du menu"; +$a->strings["Edit this menu item"] = "Modifier cette entrée du menu"; $a->strings["Menu item not found."] = "Entrée de menu introuvable."; $a->strings["Menu item deleted."] = "Entrée de menu supprimée."; $a->strings["Menu item could not be deleted."] = "Impossible de supprimer l'entrée de menu."; -$a->strings["Edit Menu Element"] = "Éditer l'entrée de menu"; -$a->strings["Modify"] = "Modifier"; -$a->strings["sent you a private message"] = "vous a envoyé un message privé"; -$a->strings["added your channel"] = "a ajouté votre canal"; -$a->strings["posted an event"] = "a publié un événement"; -$a->strings["network"] = "réseau"; -$a->strings["Name is required"] = "Le nom est requis"; -$a->strings["Key and Secret are required"] = "Clef et secret sont requis"; -$a->strings["Passwords do not match. Password unchanged."] = "Les deux saisies du mot de passe ne correspondent pas. Il n'a donc pas été changé."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Le mot de passe ne peut pas être vide. Il n'a donc pas été changé."; -$a->strings["Password changed."] = "Le mot de passe a été changé."; -$a->strings["Password update failed. Please try again."] = "La mise à jour du mot de passe a échoué. Merci de recommencer."; -$a->strings["Not valid email."] = "Adresse de courriel non-valide."; -$a->strings["Protected email address. Cannot change to that email."] = "Adresse de courriel protégée. Impossible de l'utiliser."; -$a->strings["System failure storing new email. Please try again."] = "Défaillance système lors du stockage de la nouvelle adresse de courriel. Merci de ré-essayer."; -$a->strings["Settings updated."] = "Réglages sauvegardés."; -$a->strings["Add application"] = "Ajouter une application"; -$a->strings["Name of application"] = "Nom de l'application"; -$a->strings["Consumer Key"] = "Clef de consommateur"; -$a->strings["Automatically generated - change if desired. Max length 20"] = "Généré automatiquement - à changer si besoin. Longueur maximale 20 caractères."; -$a->strings["Consumer Secret"] = "Secret de consommateur"; -$a->strings["Redirect"] = "Redirection"; -$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirection - laissez blanc, sauf si l'application a demandé autrement"; -$a->strings["Icon url"] = "URL de l'icône"; -$a->strings["Optional"] = "Facultatif"; -$a->strings["You can't edit this application."] = "Vous ne pouvez pas éditer cette application."; -$a->strings["Connected Apps"] = "Applications connectées"; -$a->strings["Client key starts with"] = "La clef partagée commence par"; -$a->strings["No name"] = "Sans nom"; -$a->strings["Remove authorization"] = "Révoquer l'autorisation"; -$a->strings["No feature settings configured"] = "Pas de fonctionnalité à configurer"; -$a->strings["Feature Settings"] = "Extensions"; -$a->strings["Account Settings"] = "Compte"; -$a->strings["Password Settings"] = "Mot de passe"; -$a->strings["New Password:"] = "Nouveau mot de passe :"; -$a->strings["Confirm:"] = "Confirmation :"; -$a->strings["Leave password fields blank unless changing"] = "Laissez les mots de passe vides si vous ne voulez pas les modifier"; -$a->strings["Email Address:"] = "Adresse de courriel :"; -$a->strings["Remove Account"] = "Supprimer le compte"; -$a->strings["Warning: This action is permanent and cannot be reversed."] = "Attention : cette action est permanente et irréversible."; +$a->strings["Edit Menu Element"] = "Modifier l'entrée de menu"; +$a->strings["Link text"] = "Texte du lien"; +$a->strings["Set your current mood and tell your friends"] = "Indiquez votre humeur du moment à vos amis"; +$a->strings["No such group"] = "Groupe introuvable"; +$a->strings["No such channel"] = "Canal introuvable"; +$a->strings["forum"] = "forum"; +$a->strings["Search Results For:"] = "Résultats de recherche pour :"; +$a->strings["Privacy group is empty"] = "Groupe d'accès vide"; +$a->strings["Privacy group: "] = "Groupe d'accès :"; +$a->strings["Invalid connection."] = "Contact non valide."; +$a->strings["Add a Channel"] = "Ajouter un 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."] = "Un canal est un ensemble de pages web reliées entre elles, sous votre contrôle. Il peut contenir des profils de réseau social, des blogs, des groupes de conversation, des forums, des pages de célébrités, et bien plus encore. Vous pouvez créer autant de canaux que votre administrateur vous y autorise."; +$a->strings["Channel Name"] = "Nom du canal"; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemples : \"Bernard Martin\", \"Lisa et ses chevaux\", \"Football\", \"Groupe des amateurs de tir à l'arc\""; +$a->strings["Choose a short nickname"] = "Choisissez un alias"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Cet alias sera utilisé pour créer une adresse de canal, facile à retenir - un peu comme une adresse de courriel - que vous pourrez partager avec d'autres."; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Ou <a href=\"import\">importez un canal existant</a> d'un autre endroit"; +$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Veuillez choisir un type de canal (par exemple \"réseau social\" ou \"forum communautaire\") et un niveau de confidentialité afin que nous puissions choisir les meilleures autorisations pour vous"; +$a->strings["Channel Type"] = "Type de canal"; +$a->strings["Read more about roles"] = "En savoir plus sur les rôles"; +$a->strings["Invalid request identifier."] = "Identifiant de requête invalide."; +$a->strings["Discard"] = "Annuler"; +$a->strings["No more system notifications."] = "Pas d'autre notification du système."; +$a->strings["System Notifications"] = "Notifications du système"; +$a->strings["Unable to find your hub."] = "Impossible de trouver votre hub."; +$a->strings["Post successful."] = "Publication réussie."; +$a->strings["OpenID protocol error. No ID returned."] = "Erreur du protocole OpenID. Pas d'ID retourné."; +$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; +$a->strings["This setting requires special processing and editing has been blocked."] = "Ce paramètre nécessité un traitement spécial, les modifications ont été bloquées."; +$a->strings["Configuration Editor"] = "Editeur de configuration"; +$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Attention :modifier certains paramètres peut rendre votre canal inutilisable. Merci d'ignorer cette page à moins d'être suffisamment à l'aise de savoir comment utiliser correctement cette fonctionnalité."; +$a->strings["Layout updated."] = "Mise en page mise à jour."; +$a->strings["Edit System Page Description"] = "Modifier la description de la page du système"; +$a->strings["Layout not found."] = "Mise en page introuvable."; +$a->strings["Module Name:"] = "Nom du module :"; +$a->strings["Layout Help"] = "Aide à la mise en page"; +$a->strings["Page owner information could not be retrieved."] = "Impossible d'obtenir des informations sur le propriétaire de la page."; +$a->strings["Album not found."] = "Album introuvable."; +$a->strings["Delete Album"] = "Supprimer l'album"; +$a->strings["Delete Photo"] = "Supprimer la photo"; +$a->strings["No photos selected"] = "Aucune photo selectionnée"; +$a->strings["Access to this item is restricted."] = "L'accès à l'élément est restreint."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "Vous avez utilisé %1$.2f mégaoctets sur les %2$.2f autorisés pour le stockage des photos."; +$a->strings["%1$.2f MB photo storage used."] = "%1$.2f méga-octets utilisés pour le stockage des photos."; +$a->strings["Upload Photos"] = "Téléverser des photos"; +$a->strings["Enter an album name"] = "Entrer un nom d'album"; +$a->strings["or select an existing album (doubleclick)"] = "ou sélectionner un album existant (double-clic)"; +$a->strings["Create a status post for this upload"] = "Créer une publication de statut pour cet envoi"; +$a->strings["Caption (optional):"] = "Légende (facultative)"; +$a->strings["Description (optional):"] = "Description (facultative)"; +$a->strings["Album name could not be decoded"] = "Le nom de l'Album n'a pu être décodé"; +$a->strings["Contact Photos"] = "Photos de contact"; +$a->strings["Show Newest First"] = "Les plus récent(e)s en premier"; +$a->strings["Show Oldest First"] = "Les moins récent(e)s en premier"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Permission refusée. L'accès à cet élément peut avoir été restreint."; +$a->strings["Photo not available"] = "Photo non disponible"; +$a->strings["Use as profile photo"] = "Utiliser comme photo du profil"; +$a->strings["Private Photo"] = "Photo privée"; +$a->strings["View Full Size"] = "Voir en taille réelle"; +$a->strings["Remove"] = "Retirer"; +$a->strings["Edit photo"] = "Modifier la photo"; +$a->strings["Rotate CW (right)"] = "Rotation horaire (droite)"; +$a->strings["Rotate CCW (left)"] = "Rotation anti-horaire (gauche)"; +$a->strings["Enter a new album name"] = "Entrer un nouveau nom d'album"; +$a->strings["or select an existing one (doubleclick)"] = "ou en sélectionner un existant (double-clic)"; +$a->strings["Caption"] = "Titre/légende"; +$a->strings["Add a Tag"] = "Ajouter une étiquette"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Exemple : @marc, @Barbara_Jensen, @charles@exemple.com, #Ile_de_France, #marathon"; +$a->strings["Flag as adult in album view"] = "Marquer comme \"adulte\" dans l'affichage de l'album"; +$a->strings["In This Photo:"] = "Dans cette photo :"; +$a->strings["Map"] = "Carte"; +$a->strings["View Album"] = "Voir l'album"; +$a->strings["Recent Photos"] = "Photos récentes"; +$a->strings["Theme settings updated."] = "Paramètres du thème mis à jour."; +$a->strings["# Accounts"] = "# Comptes"; +$a->strings["# blocked accounts"] = "# comptes bloqués"; +$a->strings["# expired accounts"] = "# comptes expirés"; +$a->strings["# expiring accounts"] = "# comptes expirant"; +$a->strings["# Channels"] = "# Canaux"; +$a->strings["# primary"] = "# primaire"; +$a->strings["# clones"] = "# clones"; +$a->strings["Message queues"] = "File des messages"; +$a->strings["Administration"] = "Administration"; +$a->strings["Summary"] = "Résumé"; +$a->strings["Registered accounts"] = "Comptes enregistrés"; +$a->strings["Pending registrations"] = "Inscriptions en attente"; +$a->strings["Registered channels"] = "Canaux enregistrés"; +$a->strings["Active plugins"] = "Greffons actifs"; +$a->strings["Version"] = "Version"; +$a->strings["Site settings updated."] = "Paramètres du site sauvegardés."; +$a->strings["mobile"] = "mobile"; +$a->strings["experimental"] = "expérimental"; +$a->strings["unsupported"] = "non maintenu"; +$a->strings["Yes - with approval"] = "Oui - avec approbation"; +$a->strings["My site is not a public server"] = "Mon site n'est pas un serveur public"; +$a->strings["My site has paid access only"] = "Mon site est à accès payant uniquement"; +$a->strings["My site has free access only"] = "Mon site est gratuit uniquement"; +$a->strings["My site offers free accounts with optional paid upgrades"] = "Mon site offre des comptes gratuits avec des améliorations payantes facultatives"; +$a->strings["Registration"] = "Inscription"; +$a->strings["File upload"] = "Envoi de fichier"; +$a->strings["Policies"] = "Stratégies"; +$a->strings["Site name"] = "Nom du site"; +$a->strings["Banner/Logo"] = "Bannière/logo"; +$a->strings["Administrator Information"] = "Informations de l'administrateur"; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Coordonnées de l'administrateur du site. Affichées sur la page 'siteinfo'. Vous pouvez utiliser du BBCode ici"; +$a->strings["System language"] = "Langue du système"; +$a->strings["System theme"] = "Thème du système"; +$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Thème par défaut - il peut être changé pour chaque profil utilisateur - <a href='#' id='cnftheme'>modifier le thème</a>"; +$a->strings["Mobile system theme"] = "Thème par défaut pour les mobiles"; +$a->strings["Theme for mobile devices"] = "Thème pour les mobiles"; +$a->strings["Allow Feeds as Connections"] = "Autoriser les Flux (RSS) comme contacts"; +$a->strings["(Heavy system resource usage)"] = "(Impact important sur les ressources)"; +$a->strings["Maximum image size"] = "Taille maximale des images"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Taille maximum, en octets, des images envoyées. Par défaut 0, soit sans limite."; +$a->strings["Does this site allow new member registration?"] = "Est-ce que l'enregistrement de nouveaux membres est autorisé sur ce site ?"; +$a->strings["Invitation only"] = "Sur invitation seulement"; +$a->strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "N'autoriser que les nouvelles inscriptions avec code d'invitation. La stratégie d'inscription ci-dessus doit être mise sur \"Oui\"."; +$a->strings["Which best describes the types of account offered by this hub?"] = "Quelle est la meilleure description des types de comptes proposés sur ce hub ?"; +$a->strings["Register text"] = "Texte d'inscription"; +$a->strings["Will be displayed prominently on the registration page."] = "Sera affiché de manière bien visible sur le formulaire d'inscription."; +$a->strings["Site homepage to show visitors (default: login box)"] = "Page d'accueil du site à montrer aux visiteurs (par défaut :boîte de dialogue de connexion)"; +$a->strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "exemple :'public' pour montrer le flux public, 'page/sys/home' pour montrer une page système appelée 'home' ou 'include:home.html' pour inclure un fichier."; +$a->strings["Preserve site homepage URL"] = "Préserver l'adresse d'accueil du site"; +$a->strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Présenter la page d'accueil du site dans un cadre à l'adresse d'origine, plutôt que de rediriger"; +$a->strings["Accounts abandoned after x days"] = "Les comptes sont abandonnés après x jours"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Eviter de gaspiller les ressources du système en interrogeant des hubs distants pour des canaux abandonnés. Mettez 0 pour ne pas avoir de limite de temps."; +$a->strings["Allowed friend domains"] = "Domaines amicaux autorisés"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Liste de noms de domaines séparés par des virgules pour lesquels ce site acceptera les demandes d'amitié. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines."; +$a->strings["Allowed email domains"] = "Domaines de courriels autorisés"; +$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"] = "Liste de noms de domaines séparés par des virgules dont les adresses de courriel seront autorisées lors de l'inscription à ce site. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines."; +$a->strings["Not allowed email domains"] = "Domaines de courriel non autorisés"; +$a->strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Liste de noms de domaines - séparés par des virgules - dont les adresses de courriel ne seront pas autorisées lors de l'inscription à ce site. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines, sauf si des domaines autorisés ont été définis."; +$a->strings["Verify Email Addresses"] = "Demander vérification des adresses de courriel"; +$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Cocher pour que les adresses utilisées à l'inscription soient vérifiées (recommandé)."; +$a->strings["Force publish"] = "Publicité forcée"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Cocher pour forcer la publication de tous les profils du site dans l'annuaire."; +$a->strings["Import Public Streams"] = "Flux publics importés"; +$a->strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "Importer du contenu public à partir d'autres sites et autoriser l'accès à ce contenu. Attention : ce contenu n'est pas modéré."; +$a->strings["login on Homepage"] = "Connexion à partir de la page d'accueil"; +$a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Présenter une boîte de dialogue de connexion aux visiteurs sur la page d'accueil si aucun autre contenu n'a été configuré."; +$a->strings["Directory Server URL"] = "URL du serveur d'annuaire"; +$a->strings["Default directory server"] = "Serveur d'annuaire par défaut"; +$a->strings["Proxy user"] = "Utilisateur du proxy"; +$a->strings["Proxy URL"] = "URL du proxy"; +$a->strings["Network timeout"] = "Délai maximal du réseau"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "En secondes. Mettre à 0 pour ne pas avoir de délai maximal (non recommandé)."; +$a->strings["Delivery interval"] = "Intervalle de distribution"; +$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."] = "Temporise le processus de distribution de tant de secondes pour réduire la charge sur le système. Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS. 0-1 pour les gros serveurs dédiés."; +$a->strings["Deliveries per process"] = "Distributions par processus"; +$a->strings["Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5."] = "Nombre de distributions à tenter au sein d'un seul processus système. Ajuster si nécessaire pour affiner la performance du système. Recommandé :1-5."; +$a->strings["Poll interval"] = "Intervalle de scrutation"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Temporise le processus de scrutation en tâche de fond de tant de secondes, pour réduire la charge. Si 0, utilise l'intervalle de distribution."; +$a->strings["Maximum Load Average"] = "Charge maximale moyenne"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Charge système maximale au-delà de laquelle distribution et scrutation sont reportées - par défaut 50."; +$a->strings["Expiration period in days for imported (grid/network) content"] = "Délai d'expiration pour le contenu importé (réseau)"; +$a->strings["0 for no expiration of imported content"] = "0 pour ne pas expirer le contenu importé"; $a->strings["Off"] = "Inactif"; $a->strings["On"] = "Actif"; -$a->strings["Additional Features"] = "Fonctionnalités additionnelles"; -$a->strings["Connector Settings"] = "Connecteurs"; -$a->strings["No special theme for mobile devices"] = "Pas de thème spécifique aux périphériques mobiles"; -$a->strings["%s - (Experimental)"] = "%s - (Expérimental)"; -$a->strings["Display Settings"] = "Affichage"; -$a->strings["Display Theme:"] = "Thème :"; -$a->strings["Mobile Theme:"] = "Thème mobile :"; -$a->strings["Enable user zoom on mobile devices"] = "Permettre à l'utilisateur d'un mobile d'agrandir le contenu"; -$a->strings["Update browser every xx seconds"] = "Rafraîchir le navigateur toutes les xx secondes"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 secondes, pas de maximum"; -$a->strings["Maximum number of conversations to load at any time:"] = "Nombre maximal de conversations pouvant être chargées en même temps :"; -$a->strings["Maximum of 100 items"] = "100 éléments au maximum"; -$a->strings["Don't show emoticons"] = "Ne pas montrer les frimousses/émoticones"; -$a->strings["System Page Layout Editor - (advanced)"] = "Agencements des pages système - (avancé)"; -$a->strings["Nobody except yourself"] = "Personne sauf vous"; -$a->strings["Only those you specifically allow"] = "Seulement ceux que vous autorisez spécifiquement"; -$a->strings["Approved connections"] = "Contacts Approuvés"; -$a->strings["Any connections"] = "Tous les contacts"; -$a->strings["Anybody on this website"] = "Tous les utilisateurs du hub"; -$a->strings["Anybody in this network"] = "Tous les utilisateurs sur ce réseau"; -$a->strings["Anybody authenticated"] = "Tous les utilisateurs authentifiés"; -$a->strings["Anybody on the internet"] = "Tous les utilisateurs d'Internet"; -$a->strings["Publish your default profile in the network directory"] = "Publier votre profil par défaut dans l'annuaire du réseau"; -$a->strings["No"] = "Non"; -$a->strings["Yes"] = "Oui"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Nous autoriser à vous suggérer comme relation potentielle aux nouveaux membres?"; -$a->strings["or"] = "ou"; -$a->strings["Your channel address is"] = "Voici l'adresse de votre canal"; -$a->strings["Channel Settings"] = "Canal"; -$a->strings["Basic Settings"] = "Basique"; -$a->strings["Your Timezone:"] = "Fuseau horaire :"; -$a->strings["Default Post Location:"] = "Emplacement géographique par défaut :"; -$a->strings["Geographical location to display on your posts"] = "Emplacement géographique à afficher sur vos publications"; -$a->strings["Use Browser Location:"] = "Utiliser la géolocalisation fournie par le navigateur :"; -$a->strings["Adult Content"] = "Contenu \"adulte\""; -$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Ce canal publie plus ou moins fréquemment du contenu pour adultes. (Merci d'indiquer tout contenu pour adulte ou potentiellement choquant avec l'étiquette <em>#NSFW</em> - Not Safe For Work)"; -$a->strings["Security and Privacy Settings"] = "Réglages de sécurité et vie privée"; -$a->strings["Hide my online presence"] = "Cacher ma présence en ligne"; -$a->strings["Prevents displaying in your profile that you are online"] = "Cacher votre statut (en ligne/hors ligne) sur votre profil"; -$a->strings["Simple Privacy Settings:"] = "Réglages simples :"; -$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Très public - <em>extrèmement permissif (à n'utiliser qu'en connaissance de cause)</em>"; -$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Classique - <em>public par défaut, privé en cas de besoin (comparable dans le principe aux réseaux sociaux centralisés, avec un mode privé plus efficace)</em>"; -$a->strings["Private - <em>default private, never open or public</em>"] = "Privé - <em>privé par défaut, jamais ouvert ni public</em>"; -$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloqué - <em>par défaut, bloqué de/vers tout le monde</em>"; -$a->strings["Allow others to tag your posts"] = "Autoriser les autres à \"étiqueter\" vos publications"; -$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Souvent utilisé par la communauté pour distinguer le contenu innaproprié"; -$a->strings["Advanced Privacy Settings"] = "Réglages avancés"; -$a->strings["Expire other channel content after this many days"] = "Faire expirer le contenu des autres canaux après n jours"; -$a->strings["0 or blank prevents expiration"] = "0, ou vide, pour ne pas faire expirer"; -$a->strings["Maximum Friend Requests/Day:"] = "Nombre maximum de mises en relation par jour :"; -$a->strings["May reduce spam activity"] = "Contribue à réduire l'impact des indésirables"; -$a->strings["Default Post Permissions"] = "Permissions par défaut des publications"; -$a->strings["Maximum private messages per day from unknown people:"] = "Nombre maximum de messages privés émanant d'inconnus, par jour :"; -$a->strings["Useful to reduce spamming"] = "Utile pour réduire les indésirables"; -$a->strings["Notification Settings"] = "Notifications"; -$a->strings["By default post a status message when:"] = "Par défaut, publier un statut quand:"; -$a->strings["accepting a friend request"] = "vous acceptez une mise en relation"; -$a->strings["joining a forum/community"] = "vous joignez un forum ou à une communauté"; -$a->strings["making an <em>interesting</em> profile change"] = "vous faites une modification <em>intéressante</em> de votre profil"; -$a->strings["Send a notification email when:"] = "Envoyer un courriel de notification quand :"; -$a->strings["You receive a connection request"] = "Vous recevez une demande de mise en relation"; -$a->strings["Your connections are confirmed"] = "Vous relations sont confirmées"; -$a->strings["Someone writes on your profile wall"] = "Quelqu'un a écrit sur votre mur"; -$a->strings["Someone writes a followup comment"] = "Quelqu'un a commenté sur vos publications"; -$a->strings["You receive a private message"] = "Vous recevez un message privé"; -$a->strings["You receive a friend suggestion"] = "Vous recevez une suggestion d'amitié/relation"; -$a->strings["You are tagged in a post"] = "Vous êtes étiqueté dans une publication"; -$a->strings["You are poked/prodded/etc. in a post"] = "Vous êtes cogné/encouragé/etc. dans une publication"; -$a->strings["Advanced Account/Page Type Settings"] = "Type de page/Compte (avancé)"; -$a->strings["Change the behaviour of this account for special situations"] = "Modifie le comportement de ce compte pour certains cas particuliers"; -$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Mode expert requis (<a href=\"settings/features\">Réglages > Fonctions supplémentaires</a>) svp ajuster!"; -$a->strings["Miscellaneous Settings"] = "Divers"; -$a->strings["Personal menu to display in your channel pages"] = "Menu personnel tel qu'il apparaîtra sur les pages de votre canal"; -$a->strings["Remove this channel"] = "Supprimer ce canal"; -$a->strings["Poke/Prod"] = "Cogner/Encourager"; -$a->strings["poke, prod or do other things to somebody"] = "Cogner, encourager, et autres choses à faire à quelqu'un"; +$a->strings["Lock feature %s"] = "Verrouiller fonctionnalité %s"; +$a->strings["Manage Additional Features"] = "Gérer les fonctionnalités additionnelles"; +$a->strings["No server found"] = "Serveur introuvable"; +$a->strings["ID"] = "Identifiant"; +$a->strings["for channel"] = "pour le canal"; +$a->strings["on server"] = "sur le serveur"; +$a->strings["Server"] = "Serveur"; +$a->strings["Block public"] = "Bloquer \"public\""; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = ""; +$a->strings["Allow communications only from these sites"] = ""; +$a->strings["One site per line. Leave empty to allow communication from anywhere by default"] = ""; +$a->strings["Block communications from these sites"] = ""; +$a->strings["Allow communications only from these channels"] = ""; +$a->strings["One channel (hash) per line. Leave empty to allow from any channel by default"] = ""; +$a->strings["Block communications from these channels"] = ""; +$a->strings["Allow embedded HTML content only from these domains"] = ""; +$a->strings["One site per line. Leave empty to allow from any site by default"] = ""; +$a->strings["Block embedded HTML from these domains"] = ""; +$a->strings["Cooperative embed security"] = ""; +$a->strings["Enable to share embed security with other compatible sites/hubs"] = ""; +$a->strings["Update has been marked successful"] = "La mise à jour a été marquée comme réussie"; +$a->strings["Executing %s failed. Check system logs."] = "L'éxecution de %s a échoué. Merci de vérifier les journaux du système."; +$a->strings["Update %s was successfully applied."] = "La mise à jour %s a été appliquée avec succès."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La mise à jour %s n'a pas retourné d'information. Impossible de savoir si elle a réussi ou non."; +$a->strings["Update function %s could not be found."] = "La fonction de mise à jour %s est introuvable."; +$a->strings["No failed updates."] = "Aucune mise à jour défaillante."; +$a->strings["Failed Updates"] = "Mises à jour défaillantes"; +$a->strings["Mark success (if update was manually applied)"] = "Marquer comme réussie (si la mise à jour a été réalisée manuellement)"; +$a->strings["Attempt to execute this update step automatically"] = "Tenter de réaliser cette étape de mise à jour automatiquement"; +$a->strings["Queue Statistics"] = "Statistiques de file d'attente"; +$a->strings["Total Entries"] = "Nombre d'entrées total"; +$a->strings["Priority"] = "Priorité"; +$a->strings["Destination URL"] = "URL de destination"; +$a->strings["Mark hub permanently offline"] = "Marquer le hub comme étant hors ligne de manière permanente"; +$a->strings["Empty queue for this hub"] = "Vider la file d'attente pour ce hub"; +$a->strings["Last known contact"] = "Dernier contact connu"; +$a->strings["%s account blocked/unblocked"] = array( + 0 => "%s compte bloqué/débloqué", + 1 => "%s comptes bloqués/débloqués", +); +$a->strings["%s account deleted"] = array( + 0 => "%s compte supprimé", + 1 => "%s comptes supprimés", +); +$a->strings["Account not found"] = "Compte introuvable"; +$a->strings["Account '%s' deleted"] = "Compte '%s' supprimé"; +$a->strings["Account '%s' blocked"] = "Compte '%s' bloqué"; +$a->strings["Account '%s' unblocked"] = "Compte '%s' débloqué"; +$a->strings["Users"] = "Utilisateurs"; +$a->strings["select all"] = "tout sélectionner"; +$a->strings["User registrations waiting for confirm"] = "Inscriptions en attente d'approbation"; +$a->strings["Request date"] = "Date de la demande"; +$a->strings["No registrations."] = "Pas d'inscriptions."; +$a->strings["Deny"] = "Refuser"; +$a->strings["Register date"] = "Date d'inscription"; +$a->strings["Last login"] = "Dernière connexion"; +$a->strings["Expires"] = "Expire le"; +$a->strings["Service Class"] = "Classe de service"; +$a->strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Les comptes sélectionnés seront supprimés !\\n\\nTout ce que ces utilisateurs ont publié sur ce site sera détruit de manière définitive !\\n\\nÊtes-vous sûr ?"; +$a->strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Le compte {0} sera supprimé !\\n\\nTout ce que cet utilisateur a publié sur ce site sera détruit de manière définitive !\\n\\nÊtes-vous sûr ?"; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "%s canal censuré/dé-censuré", + 1 => "%s canaux censurés/dé-censurés", +); +$a->strings["%s channel code allowed/disallowed"] = array( + 0 => "code autorisé/interdit pour %s canal", + 1 => "code autorisé/interdit pour %s canaux", +); +$a->strings["%s channel deleted"] = array( + 0 => "%s canal supprimé", + 1 => "%s canaux supprimés", +); +$a->strings["Channel not found"] = "Canal introuvable"; +$a->strings["Channel '%s' deleted"] = "Canal '%s' supprimé"; +$a->strings["Channel '%s' censored"] = "Canal '%s' censuré"; +$a->strings["Channel '%s' uncensored"] = "Canal '%s' non censuré"; +$a->strings["Channel '%s' code allowed"] = "Code autorisé pour le canal '%s'"; +$a->strings["Channel '%s' code disallowed"] = "Code interdit pour le canal '%s'"; +$a->strings["Censor"] = "Censurer"; +$a->strings["Uncensor"] = "Ne plus censurer"; +$a->strings["Allow Code"] = "Autoriser le code"; +$a->strings["Disallow Code"] = "Interdire le code"; +$a->strings["UID"] = "UID"; +$a->strings["Address"] = "Adresse"; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Les canaux sélectionnés seront supprimés !\\n\\nTout ce qui a été publié dans ces canaux sur ce site sera définitivement supprimé !\\n\\nÊtes-vous sûr ?"; +$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?"] = "Le canal {0} sera supprimé !\\n\\nTout ce qui a été publié sur ce canal sera définitivement supprimé !\\n\\nÊtes-vous sûr(e) ?"; +$a->strings["Plugin %s disabled."] = "Greffon %s désactivé."; +$a->strings["Plugin %s enabled."] = "Greffon %s activé."; +$a->strings["Disable"] = "Désactiver"; +$a->strings["Enable"] = "Activer"; +$a->strings["Toggle"] = "(Dés)activer"; +$a->strings["Author: "] = "Auteur :"; +$a->strings["Maintainer: "] = "Maintenu par :"; +$a->strings["Minimum project version: "] = "Version minimum du projet :"; +$a->strings["Maximum project version: "] = "Version maximum du projet :"; +$a->strings["Minimum PHP version: "] = "Version minimum de PHP :"; +$a->strings["Disabled - version incompatibility"] = "Désactivé - version incompatible"; +$a->strings["No themes found."] = "Aucun thème trouvé."; +$a->strings["Screenshot"] = "Capture d'écran"; +$a->strings["[Experimental]"] = "[Expérimental]"; +$a->strings["[Unsupported]"] = "[Non maintenu]"; +$a->strings["Log settings updated."] = "Paramètres du journal mis à jour."; +$a->strings["Clear"] = "Vider"; +$a->strings["Debugging"] = "Débogage"; +$a->strings["Log file"] = "Fichier du journal"; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Doit être accessible en écriture par le serveur web. Chemin relatif à la racine de votre installation de Hubzilla."; +$a->strings["Log level"] = "Niveau de journalisation"; +$a->strings["New Profile Field"] = "Nouveau champ de profil"; +$a->strings["Field nickname"] = "Nom court du champ"; +$a->strings["System name of field"] = "Nom système du champ"; +$a->strings["Input type"] = "Type de champ"; +$a->strings["Field Name"] = "Nom du champ"; +$a->strings["Label on profile pages"] = "Étiquette sur les pages de profil"; +$a->strings["Help text"] = "Aide à la saisie"; +$a->strings["Additional info (optional)"] = "Informations additionnelles (facultatif)"; +$a->strings["Field definition not found"] = "Définition du champ introuvable"; +$a->strings["Edit Profile Field"] = "Modifier le champ de profil"; +$a->strings["Poke somebody"] = ""; +$a->strings["Poke/Prod"] = "Tapoter/Encourager"; +$a->strings["Poke, prod or do other things to somebody"] = ""; $a->strings["Recipient"] = "Destinataire"; -$a->strings["Choose what you wish to do to recipient"] = "Choisir quoi lui faire"; -$a->strings["Make this post private"] = "Rendre cette contribution privée"; -$a->strings["Authorize application connection"] = "Autoriser l'application à se connecter"; -$a->strings["Return to your app and insert this Securty Code:"] = "Merci de retourner vers votre application, et d'y insérer ce Code de Sécurité :"; -$a->strings["Please login to continue."] = "Merci de vous connecter pour continuer."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Voulez-vous autoriser cette application à accéder à vos publications et contacts, et/ou à publier en votre nom?"; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authentification magique bloquée. Vous êtes connecté sur ce site localement. Merci de vous en déconnecter et réessayer."; -$a->strings["Welcome %s. Remote authentication successful."] = "Bienvenue %s. L'authentification magique a fonctionné."; -$a->strings["Item not available."] = "Élément indisponible."; +$a->strings["Choose what you wish to do to recipient"] = "Choisir ce que vous voulez faire au destinataire"; +$a->strings["Make this post private"] = "Rendre cette publication privée"; $a->strings["Fetching URL returns error: %1\$s"] = "Récupération d'URL échouée : %1\$s"; -$a->strings["Invalid item."] = "Élément invalide."; -$a->strings["Channel not found."] = "Canal introuvable."; -$a->strings["Page not found."] = "Page introuvable."; $a->strings["Image uploaded but image cropping failed."] = "L'image a été téléversée, mais le recadrage a échoué."; $a->strings["Image resize failed."] = "Le redimensionnement de l'image a échoué."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shirt-rechargez votre page, ou videz le cache du navigateur si la photo ne s'affiche pas immédiatement."; -$a->strings["Image exceeds size limit of %d"] = "L'image dépasse la taille limite de %d"; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-rechargez votre page, ou videz le cache du navigateur si la photo ne s'affiche pas immédiatement."; +$a->strings["Image upload failed."] = "Le téléversement de l'image a échoué."; $a->strings["Unable to process image."] = "Impossible de traîter l'image."; +$a->strings["female"] = "femme"; +$a->strings["%1\$s updated her %2\$s"] = "%1\$s a mis à jour son %2\$s"; +$a->strings["male"] = "homme"; +$a->strings["%1\$s updated his %2\$s"] = "%1\$s a mis à jour son %2\$s"; +$a->strings["%1\$s updated their %2\$s"] = "%1\$s a mis a jour sa %2\$s"; +$a->strings["profile photo"] = "photo de profil"; $a->strings["Photo not available."] = "Photo inaccessible."; -$a->strings["Upload File:"] = "Fichier :"; +$a->strings["Upload File:"] = "Téléverser fichier :"; $a->strings["Select a profile:"] = "Choisir un profil :"; $a->strings["Upload Profile Photo"] = "Téléverser une photo de profil"; +$a->strings["or"] = "ou"; $a->strings["skip this step"] = "passer cette étape"; $a->strings["select a photo from your photo albums"] = "choisir une photo dans vos albums"; $a->strings["Crop Image"] = "Recadrer l'image"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Merci d'ajuster le cadre pour une visualisation optimale."; $a->strings["Done Editing"] = "J'ai terminé"; -$a->strings["Image uploaded successfully."] = "Image téléversée avec succès."; -$a->strings["Image upload failed."] = "Le téléversement a échoué."; -$a->strings["Image size reduction [%s] failed."] = "La réduction de taille [%s] a échoué."; -$a->strings["Block Name"] = "Nom du Bloc"; $a->strings["Profile not found."] = "Profil introuvable."; $a->strings["Profile deleted."] = "Profil supprimé."; $a->strings["Profile-"] = "Profil-"; $a->strings["New profile created."] = "Nouveau profil créé."; $a->strings["Profile unavailable to clone."] = "Profil impossible à cloner."; $a->strings["Profile unavailable to export."] = "Impossible d'exporter le profil."; -$a->strings["Profile Name is required."] = "Le nom du profil est requis."; +$a->strings["Profile Name is required."] = "Le nom du profil est obligatoire."; $a->strings["Marital Status"] = "Statut marital"; -$a->strings["Romantic Partner"] = "Partenaire"; +$a->strings["Romantic Partner"] = "Partenaire amoureux"; $a->strings["Likes"] = "Aime"; -$a->strings["Dislikes"] = "Déteste"; +$a->strings["Dislikes"] = "N'aime pas"; $a->strings["Work/Employment"] = "Travail/Occupation"; $a->strings["Religion"] = "Religion/Croyance"; $a->strings["Political Views"] = "Opinions politiques"; -$a->strings["Gender"] = "Sexe/Genre"; -$a->strings["Sexual Preference"] = "Préférence sexuelle"; +$a->strings["Sexual Preference"] = "Préférences sexuelle"; $a->strings["Homepage"] = "Site Internet"; $a->strings["Interests"] = "Centres d'intérêt"; -$a->strings["Address"] = "Adresse"; -$a->strings["Location"] = "Emplacement"; $a->strings["Profile updated."] = "Profil mis à jour."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Cacher vos contacts/relations aux visiteurs de ce profil?"; -$a->strings["Edit Profile Details"] = "Éditer les détails du profil"; -$a->strings["View this profile"] = "Voir le profil"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Cacher vos contacts/amis aux visiteurs de ce profil ?"; +$a->strings["Edit Profile Details"] = "Modifier les détails du profil"; +$a->strings["View this profile"] = "Voir ce profil"; $a->strings["Change Profile Photo"] = "Changer la photo du profil"; -$a->strings["Create a new profile using these settings"] = "Créer un nouveau profil avec ces réglages"; -$a->strings["Clone this profile"] = "Cloner le profil"; -$a->strings["Delete this profile"] = "Supprimer le profil"; +$a->strings["Create a new profile using these settings"] = "Créer un nouveau profil avec ces paramètres"; +$a->strings["Clone this profile"] = "Cloner ce profil"; +$a->strings["Delete this profile"] = "Supprimer ce profil"; $a->strings["Import profile from file"] = "Importer le profil à partir d'un fichier"; $a->strings["Export profile to file"] = "Exporter le profil vers un fichier."; $a->strings["Profile Name:"] = "Nom du profil :"; $a->strings["Your Full Name:"] = "Votre nom complet :"; $a->strings["Title/Description:"] = "Titre/description :"; $a->strings["Your Gender:"] = "Sexe/Genre :"; -$a->strings["Birthday (%s):"] = "Date de naissance (%s) :"; -$a->strings["Street Address:"] = "Adresse postale :"; -$a->strings["Locality/City:"] = "Ville/Localité :"; +$a->strings["Birthday :"] = "Date de naissance :"; +$a->strings["Street Address:"] = "Numéro et voie :"; +$a->strings["Locality/City:"] = "Ville :"; $a->strings["Postal/Zip Code:"] = "Code postal :"; $a->strings["Country:"] = "Pays :"; $a->strings["Region/State:"] = "Région/Province/État :"; $a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span>Statut marital :"; $a->strings["Who: (if applicable)"] = "Avec : (si pertinent)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemples : cathy123, Cathy Williams, cathy@exemple.com"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemples : marie123, Marie Deschamps, marie@exemple.com"; $a->strings["Since [date]:"] = "Depuis [date] :"; $a->strings["Homepage URL:"] = "URL de mon site Internet :"; $a->strings["Religious Views:"] = "Opinions religieuses :"; @@ -1070,801 +1808,407 @@ $a->strings["Hobbies/Interests"] = "Loisirs/Centres d'intêret"; $a->strings["Contact information and Social Networks"] = "Coordonnées et réseaux sociaux"; $a->strings["My other channels"] = "Mes autres canaux"; $a->strings["Musical interests"] = "Goûts musicaux"; -$a->strings["Books, literature"] = "Littérature"; +$a->strings["Books, literature"] = "Livres, littérature"; $a->strings["Television"] = "Télévision"; $a->strings["Film/dance/culture/entertainment"] = "Cinéma/Danse/Culture/Divertissement"; -$a->strings["Love/romance"] = "Amour/Romance"; -$a->strings["Work/employment"] = "Travail/Occupation"; +$a->strings["Love/romance"] = "Amour/Relation amoureuse"; +$a->strings["Work/employment"] = "Travail/Occupation "; $a->strings["School/education"] = "Études"; -$a->strings["This is your default profile."] = "Voilà votre profil par défault."; +$a->strings["This is your default profile."] = "Ceci est votre profil par défaut."; $a->strings["Age: "] = "Age :"; -$a->strings["Edit/Manage Profiles"] = "Éditer/gérer les profils"; -$a->strings["Add profile things"] = "Ajouter des choses de profil"; +$a->strings["Edit/Manage Profiles"] = "Modifier/gérer les profils"; +$a->strings["Add profile things"] = "Ajouter des éléments de profil"; $a->strings["Include desirable objects in your profile"] = "Incluez des objets souhaitables dans votre profil"; -$a->strings["Bookmark added"] = "Favoris ajouté"; -$a->strings["My Bookmarks"] = "Mes Favoris"; -$a->strings["My Connections Bookmarks"] = "Favoris de mes relations"; $a->strings["Invalid profile identifier."] = "Identifiant de profil invalide."; $a->strings["Profile Visibility Editor"] = "Éditeur de visibilité de profil"; -$a->strings["Click on a contact to add or remove."] = "Cliquez sur un contact pour l'ajouter ou le retirer."; +$a->strings["Click on a contact to add or remove."] = "Cliquer sur un contact pour l'ajouter ou le retirer."; $a->strings["Visible To"] = "Visible par"; -$a->strings["All Connections"] = "Toutes les relations"; $a->strings["Public Sites"] = "Sites publics"; -$a->strings["The listed sites allow public registration into the Hubzilla. 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."] = "Les sites listés autorisent l'inscription pour tous. Tous sont liés entre eux, de manière à ce qu'un compte sur un seul d'entre eux soit valable sur l'ensemble de la matrice. Certains sites peuvent demander des frais de souscriptions, ou fournir des forfaits ajustés. Le lien \"fournisseur\" <strong>peut</strong> vous donner des détails supplémentaires."; +$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Les sites listés autorisent l'inscription publique au réseau \$Projectname. Tous les sites du réseau sont interconnectés, l'inscription sur l'un quelconque d'entre eux signifie donc l'inscription sur le réseau dans son ensemble. Certains sites peuvent nécessiter une souscription ou fournir des niveaux de service différenciés. Le lien du fournisseur <strong>peut</strong> fournir plus de détails."; +$a->strings["Rate this hub"] = "Noter ce hub"; $a->strings["Site URL"] = "URL du site"; $a->strings["Access Type"] = "Type d'accès"; $a->strings["Registration Policy"] = "Politique d'inscription"; -$a->strings["You must be logged in to see this page."] = "Vous devez vous connecter pour voir cette page."; -$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permissions insuffisantes. Demande redirigée à la page du profil."; +$a->strings["Project"] = "Projet"; +$a->strings["View hub ratings"] = "Voir les notes de cette instance"; +$a->strings["Rate"] = "Evaluer"; +$a->strings["View ratings"] = "Voir les notes"; +$a->strings["Website:"] = "Site web :"; +$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Canal distant [%s] (encore inconnu sur ce site)"; +$a->strings["Rating (this information is public)"] = "Evaluation (cette information est publique)"; +$a->strings["Optionally explain your rating (this information is public)"] = "Explication facultative de votre évaluation (cette information est publique)"; +$a->strings["No ratings"] = "Pas de note"; +$a->strings["Rating: "] = "Evaluation :"; +$a->strings["Website: "] = "Site web :"; +$a->strings["Description: "] = "Description :"; $a->strings["Select a bookmark folder"] = "Choisir un dossier de favoris"; -$a->strings["Save Bookmark"] = "Sauver le favoris"; -$a->strings["URL of bookmark"] = "URL du favoris"; -$a->strings["Description"] = "Description"; -$a->strings["Or enter new bookmark folder name"] = "Ou entrez le nom d'un nouveau dossier"; -$a->strings["Room not found"] = "Salon introuvable"; -$a->strings["Leave Room"] = "Quitter le salon"; -$a->strings["Delete This Room"] = "Supprimer le salon"; -$a->strings["I am away right now"] = "Je suis momentanément absent"; -$a->strings["I am online"] = "Je suis en ligne"; -$a->strings["Bookmark this room"] = "Marquer ce salon"; -$a->strings["New Chatroom"] = "Nouveau salon"; -$a->strings["Chatroom Name"] = "Nom du salon"; -$a->strings["%1\$s's Chatrooms"] = "Salons de %1\$s"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Nombre d'inscriptions quotidiennes dépassé. Merci de recommencer demain."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Merci d'indiquer votre adhésion aux Règles du Service. L'inscription a échoué."; +$a->strings["Save Bookmark"] = "Enregistrer le favori"; +$a->strings["URL of bookmark"] = "URL du favori"; +$a->strings["Or enter new bookmark folder name"] = "Ou entrez un nouveau nom de dossier de favoris"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Nombre d'inscriptions quotidiennes dépassé. Merci d'essayer à nouveau demain."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Merci d'indiquer votre adhésion aux conditions de service. L'inscription a échoué."; $a->strings["Passwords do not match."] = "Les mots de passe ne concordent pas."; $a->strings["Registration successful. Please check your email for validation instructions."] = "Inscription réussie. Merci de vérifier vos courriels pour valider votre compte."; -$a->strings["Your registration is pending approval by the site owner."] = "Votre inscription est en attente de l'approbation d'un administrateur."; +$a->strings["Your registration is pending approval by the site owner."] = "Votre inscription est en attente d'approbation par l'administrateur."; $a->strings["Your registration can not be processed."] = "Votre inscription ne peut être traîtée."; -$a->strings["Registration on this site/hub is by approval only."] = "L'inscription sur cette instance/ce site est soumise à une modération."; -$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">S'inscrire sur un site/hub affilié</a>"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Ce site a dépassé le nombre de création de compte autorisé par jour. Merci de recommencer demain."; -$a->strings["Terms of Service"] = "Règles du Service"; -$a->strings["I accept the %s for this website"] = "J'accepte %s de ce site"; +$a->strings["Registration on this site is disabled."] = "L'enregistrement est désactivé sur ce site."; +$a->strings["Registration on this site/hub is by approval only."] = "L'inscription sur ce site/hub est soumise à approbation."; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">S'inscrire sur un autre site/hub affilié</a>"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Ce site a dépassé le nombre de création de comptes autorisé chaque jour. Merci d'essayer à nouveau demain."; +$a->strings["Terms of Service"] = "Conditions de service"; +$a->strings["I accept the %s for this website"] = "J'accepte les %s de ce site"; $a->strings["I am over 13 years of age and accept the %s for this website"] = "J'ai plus de 13 ans et j'accepte les %s de ce site"; -$a->strings["Registration"] = "Inscription"; $a->strings["Membership on this site is by invitation only."] = "L'inscription à ce site se fait uniquement sur invitation."; $a->strings["Please enter your invitation code"] = "Merci de saisir votre code d'invitation"; +$a->strings["Enter your name"] = "Saisissez votre nom"; $a->strings["Your email address"] = "Votre adresse de courriel"; $a->strings["Choose a password"] = "Choisissez un mot de passe"; -$a->strings["Please re-enter your password"] = "Confirmez-le"; -$a->strings["Away"] = "Absent"; -$a->strings["Online"] = "En ligne"; +$a->strings["Please re-enter your password"] = "Merci de saisir à nouveau votre mot de passe"; $a->strings["Please login."] = "Merci de vous connecter."; -$a->strings["Hubzilla - Guests: Username: {your email address}, Password: +++"] = "Matrice Rouge - Pour les invités: Nom d'utilisateur = {votre courriel}, Mot de passe = +++"; -$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Il est impossible de supprimer un canal à l'intérieur de 48 heures après avoir changé le mot de passe d'un compte."; -$a->strings["Remove This Channel"] = "Supprimer ce Canal"; -$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Ceci effacera complètement le canal du réseau. Une fois effacé, un canal ne PEUT PAS être récupéré."; -$a->strings["Please enter your password for verification:"] = "Merci de re-saisir votre mot de passe pour vérification :"; -$a->strings["Remove this channel and all its clones from the network"] = "Supprimer ce canal ainsi que tous ses clones sur la matrice"; +$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Il est impossible de supprimer un compte dans les 48 heures après avoir changé le mot de passe du compte."; +$a->strings["Remove This Account"] = "Supprimer ce compte"; +$a->strings["WARNING: "] = "AVERTISSEMENT :"; +$a->strings["This account and all its channels will be completely removed from the network. "] = "Ce compte et tous ses canaux seront entièrement supprimés du réseau."; +$a->strings["This action is permanent and can not be undone!"] = "Cette action est permanente et irréversible !"; +$a->strings["Please enter your password for verification:"] = "Merci de saisir votre mot de passe pour vérification :"; +$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Supprimer du réseau ce compte, tous ses canaux et tous les clones de ses canaux."; +$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Par défaut, seules les instances des canaux situés sur ce hub seront supprimées du réseau"; +$a->strings["Remove Account"] = "Supprimer le compte"; +$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Il est impossible de supprimer un canal moins de 48 heures après avoir changé le mot de passe d'un compte."; +$a->strings["Remove This Channel"] = "Supprimer ce canal"; +$a->strings["This channel will be completely removed from the network. "] = "Ce canal sera complètement supprimé du réseau."; +$a->strings["Remove this channel and all its clones from the network"] = "Supprimer ce canal ainsi que tous ses clones sur le réseau"; $a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Par défaut, seule l'instance du canal présente sur ce hub sera supprimée du réseau"; -$a->strings["Remove Channel"] = "Enlever le canal"; -$a->strings["No channel."] = "Pas de canal."; -$a->strings["Common connections"] = "Relations communes"; -$a->strings["No connections in common."] = "Pas de relation en commun."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Nous avons rencontré un problème avec l'OpenID que vous nous avez fourni. Merci de vérifier que l'ID est bien saisi."; +$a->strings["Remove Channel"] = "Supprimer le canal"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Nous avons rencontré un problème avec l'OpenID que vous nous avez fourni. Merci de vérifier que l'ID est correctement saisi."; $a->strings["The error message was:"] = "Le message d'erreur était :"; $a->strings["Authentication failed."] = "Échec de l'authentification."; $a->strings["Remote Authentication"] = "Authentification distante"; -$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Entrez l'adresse de votre canal (p.ex. moncanal@monsite.com)"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Entrez l'adresse de votre canal (par ex. moncanal@monsite.com)"; $a->strings["Authenticate"] = "Authentifier"; -$a->strings["Continue"] = "Continuer"; -$a->strings["Premium Channel Setup"] = "Configuration du canal VIP"; -$a->strings["Enable premium channel connection restrictions"] = "Activer les restrictions liées au canal VIP"; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Merci de saisir les restrictions et/ou conditions - reçu Paypal, transaction Bitcoin, ligne de conduite, ..."; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Avant d'autoriser la mise en relation, ce canal attire votre attention sur les conditions suivantes :"; -$a->strings["Potential connections will then see the following text before proceeding:"] = "Les relations potentielles verront ce qui suit avant de pouvoir continuer :"; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "En continuant, je certifie que je me suis acquitté de toutes les instructions indiquées"; -$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Aucune instruction spécifique n'a été établie par le propriétaire du canal.)"; -$a->strings["Restricted or Premium Channel"] = "Canal VIP ou restreint"; -$a->strings["No such group"] = "Groupe introuvable"; -$a->strings["Search Results For:"] = "Résultats de recherche pour :"; -$a->strings["Collection is empty"] = "Collection vide"; -$a->strings["Collection: "] = "Collection :"; -$a->strings["Connection: "] = "Relation :"; -$a->strings["Invalid connection."] = "Relation invalide."; -$a->strings["Could not access contact record."] = "Impossible d'accéder aux détails du contact."; -$a->strings["Could not locate selected profile."] = "Impossible de localiser le profil sélectionné."; -$a->strings["Connection updated."] = "Connexion mise à jour."; -$a->strings["Failed to update connection record."] = "Impossible de mettre à jour les détails de la relation."; -$a->strings["Blocked"] = "Bloqué"; -$a->strings["Ignored"] = "Ignoré"; -$a->strings["Hidden"] = "Caché"; -$a->strings["Archived"] = "Archivé"; -$a->strings["All"] = "Tout"; -$a->strings["Suggest new connections"] = "Suggérer de nouvelles relations"; -$a->strings["New Connections"] = "Nouvelles relations"; -$a->strings["Show pending (new) connections"] = "Voir les (nouvelles) relations en attente"; -$a->strings["Show all connections"] = "Voir toutes les relations"; -$a->strings["Unblocked"] = "Non bloquées"; -$a->strings["Only show unblocked connections"] = "Ne montrer que les relations non-bloquées"; -$a->strings["Only show blocked connections"] = "Ne montrer que les relations bloquées"; -$a->strings["Only show ignored connections"] = "Ne montrer que les relations ignorées"; -$a->strings["Only show archived connections"] = "Ne montrer que les relations archivées"; -$a->strings["Only show hidden connections"] = "Ne montrer que les relations cachées"; -$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit contact"] = "Éditer contact"; -$a->strings["Search your connections"] = "Chercher parmi vos relations"; -$a->strings["Finding: "] = "Recherche :"; -$a->strings["Edit post"] = "Éditer la contribution"; -$a->strings["is now connected to"] = "est maintenant connecté avec"; -$a->strings["Could not access address book record."] = "Impossible d'accéder aux détails du carnet d'adresses."; -$a->strings["Refresh failed - channel is currently unavailable."] = "Actualisation impossible - le canal est momentanément indisponible."; -$a->strings["Channel has been unblocked"] = "Le canal n'est plus bloqué"; -$a->strings["Channel has been blocked"] = "Le canal est bloqué"; -$a->strings["Unable to set address book parameters."] = "Impossible de régler les paramètres du carnet d'adresses."; -$a->strings["Channel has been unignored"] = "Le canal n'est plus ignoré"; -$a->strings["Channel has been ignored"] = "Le canal est ignoré"; -$a->strings["Channel has been unarchived"] = "Le canal n'est plus archivé"; -$a->strings["Channel has been archived"] = "Le canal est archivé"; -$a->strings["Channel has been unhidden"] = "Le canal n'est plus caché"; -$a->strings["Channel has been hidden"] = "Le canal est caché"; -$a->strings["Channel has been approved"] = "Le canal est approuvé"; -$a->strings["Channel has been unapproved"] = "Le canal n'est plus approuvé"; -$a->strings["Connection has been removed."] = "La relation a été supprimée"; -$a->strings["View %s's profile"] = "Voir le profil de %s"; -$a->strings["Refresh Permissions"] = "Actualiser les permissions"; -$a->strings["Fetch updated permissions"] = "Récupérer les permissions les plus récentes"; -$a->strings["Recent Activity"] = "Activité récente"; -$a->strings["View recent posts and comments"] = "Voir les contributions et commentaires récentes"; -$a->strings["Unblock"] = "Débloquer"; -$a->strings["Block"] = "Bloquer"; -$a->strings["Block or Unblock this connection"] = "Bloquer ou Débloquer cette relation"; -$a->strings["Unignore"] = "Ne plus ignorer"; -$a->strings["Ignore"] = "Ignorer"; -$a->strings["Ignore or Unignore this connection"] = "Ignorer ou ne plus ignorer cette relation"; -$a->strings["Unarchive"] = "Ne plus archiver"; -$a->strings["Archive"] = "Archiver"; -$a->strings["Archive or Unarchive this connection"] = "Archiver ou ne plus archiver cette relation"; -$a->strings["Unhide"] = "Ne plus cacher"; -$a->strings["Hide"] = "Cacher"; -$a->strings["Hide or Unhide this connection"] = "Cacher ou ne plus cacher cette relation"; -$a->strings["Delete this connection"] = "Supprimer cette relation"; -$a->strings["Approve this connection"] = "Approuver cette relation"; -$a->strings["Accept connection to allow communication"] = "Accepter la relation pour permettre la communication"; -$a->strings["Automatic Permissions Settings"] = "Permissions automatiques"; -$a->strings["Connections: settings for %s"] = "Relations : réglages pour %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."] = "Pour chaque introduction reçue, toutes les permissions définies ici seront appliquées aux nouvelles relations automatiquement, et l'introduction sera approuvée. Laissez cette page telle quelle si vous ne souhaitez pas utiliser ce mécanisme."; -$a->strings["Slide to adjust your degree of friendship"] = "Faites glisser pour ajuster le niveau de la relation"; -$a->strings["inherited"] = "héritée"; -$a->strings["Connection has no individual permissions!"] = "Cette relation n'a aucune permission spécifique!"; -$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "Ceci devrait correspondre à vos <a href=\"settings\">réglages de vie privée</a>, mais vous pouvez toujours contrôler les \"Permissions avancées\"."; -$a->strings["Profile Visibility"] = "Visibilité du profil"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Merci de choisir le profil que vous souhaitez montrer quand %s visite votre profil de manière authentifiée."; -$a->strings["Contact Information / Notes"] = "Notes / Information de contact"; -$a->strings["Edit contact notes"] = "Éditer les notes du contact"; -$a->strings["Their Settings"] = "Ses réglages"; -$a->strings["My Settings"] = "Mes réglages"; -$a->strings["Clear/Disable Automatic Permissions"] = "Effacer/Désactiver les Permissions Automatiques"; -$a->strings["Forum Members"] = "Membres du forum"; -$a->strings["Soapbox"] = "Blogue"; -$a->strings["Full Sharing (typical social network permissions)"] = "Partage Complet (fonctionnement habituel des réseaux sociaux)"; -$a->strings["Cautious Sharing "] = "Partage modéré"; -$a->strings["Follow Only"] = "Suivre uniquement"; -$a->strings["Individual Permissions"] = "Permissions spécifiques"; -$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."] = "Certaines permissions peuvent être héritées de vos <a href=\"settings\">réglages de vie privée</a>, lesquels sont prioritaires sur les réglages spécifiques. Changer ces permissions héritées sur la présente page n'aura aucun effet."; -$a->strings["Advanced Permissions"] = "Permissions avancées"; -$a->strings["Simple Permissions (select one and submit)"] = "Permissions simples (en choisir une, puis valider)"; -$a->strings["Visit %s's profile - %s"] = "Visiter le profil de %s - %s"; -$a->strings["Block/Unblock contact"] = "Bloquer/Débloquer le contact"; -$a->strings["Ignore contact"] = "Ignorer le contact"; -$a->strings["Repair URL settings"] = "Réparer les réglages d'URL"; -$a->strings["View conversations"] = "Voir les conversations"; -$a->strings["Delete contact"] = "Supprimer le contact"; -$a->strings["Last update:"] = "Dernière mise à jour :"; -$a->strings["Update public posts"] = "Mettre à jour les publications"; -$a->strings["Update now"] = "Mettre à jour maintenant"; -$a->strings["Currently blocked"] = "Actuellement bloqué"; -$a->strings["Currently ignored"] = "Actuellement ignoré"; -$a->strings["Currently archived"] = "Actuellement archivé"; -$a->strings["Currently pending"] = "Actuellement en attente"; -$a->strings["Hide this contact from others"] = "Dissimuler ce contact aux autres"; -$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Les réponses et autres réactions à vos contributions publiques <strong>pourraient</strong> être toujours visibles"; -$a->strings["No potential page delegates located."] = "Aucun délégué potentiel n'a été trouvé pour cette page."; -$a->strings["Delegate Page Management"] = "Gestion des délégués de la page"; -$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."] = "Les délégués sont capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages basiques du compte. Merci de ne déléguer votre compte personnel qu'à quelqu'un en qui vous avez une confiance aveugle."; -$a->strings["Existing Page Managers"] = "Actuels gestionnaires de pages"; -$a->strings["Existing Page Delegates"] = "Actuels délégués"; -$a->strings["Potential Delegates"] = "Délégués potentiels"; -$a->strings["Remove"] = "Retirer"; -$a->strings["Add"] = "Ajouter"; -$a->strings["No entries."] = "Aucune entrée."; -$a->strings["Public access denied."] = "Accès public refusé."; -$a->strings["Gender: "] = "Sexe/genre :"; -$a->strings["Finding:"] = "Recherche :"; -$a->strings["No entries (some entries may be hidden)."] = "Pas d'entrées (certaines peuvent être cachées)."; -$a->strings["Status: "] = "État :"; -$a->strings["Sexual Preference: "] = "Orientation sexuelle :"; -$a->strings["Homepage: "] = "Site web :"; -$a->strings["Hometown: "] = "Ville natale :"; -$a->strings["About: "] = "À propos :"; -$a->strings["Keywords: "] = "Mots-clefs :"; -$a->strings["This site is not a directory server"] = "Ce site n'est pas un serveur d'annuaire"; -$a->strings["Hubzilla - "The Network""] = "La Matrice Rouge - "LE Réseau""; -$a->strings["Welcome to %s"] = "Bienvenue sur %s"; -$a->strings["Hubzilla Server - Setup"] = "Serveur de la Matrice Rouge - Configuration"; +$a->strings["Items tagged with: %s"] = "Eléments étiquetés avec : %s"; +$a->strings["Search results for: %s"] = "Résultats de recherche pour : %s"; +$a->strings["No service class restrictions found."] = "Aucune restriction de classe de service trouvée."; +$a->strings["Name is required"] = "Le nom est requis"; +$a->strings["Key and Secret are required"] = "Clef et secret sont requis"; +$a->strings["Passwords do not match. Password unchanged."] = "Les deux saisies du mot de passe ne correspondent pas. Il n'a donc pas été changé."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Le mot de passe ne peut pas être vide. Il n'a donc pas été changé."; +$a->strings["Password changed."] = "Le mot de passe a été changé."; +$a->strings["Password update failed. Please try again."] = "La mise à jour du mot de passe a échoué. Merci d'essayer à nouveau."; +$a->strings["Not valid email."] = "Adresse de courriel non valide."; +$a->strings["Protected email address. Cannot change to that email."] = "Adresse de courriel protégée. Impossible de l'utiliser."; +$a->strings["System failure storing new email. Please try again."] = "Défaillance système lors du stockage de la nouvelle adresse de courriel. Merci d'essayer à nouveau."; +$a->strings["Settings updated."] = "Paramètres mis à jour."; +$a->strings["Add application"] = "Ajouter une application"; +$a->strings["Name of application"] = "Nom de l'application"; +$a->strings["Consumer Key"] = "Clef client"; +$a->strings["Automatically generated - change if desired. Max length 20"] = "Généré automatiquement - à changer si besoin. Longueur maximale 20 caractères."; +$a->strings["Consumer Secret"] = "Secret client"; +$a->strings["Redirect"] = "Redirection"; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirection - laissez vide, sauf si votre application le requiert spécifiquement"; +$a->strings["Icon url"] = "URL de l'icône"; +$a->strings["Optional"] = "Facultatif"; +$a->strings["Application not found."] = ""; +$a->strings["Connected Apps"] = "Applications connectées"; +$a->strings["Client key starts with"] = "La clef partagée commence par"; +$a->strings["No name"] = "Sans nom"; +$a->strings["Remove authorization"] = "Révoquer l'autorisation"; +$a->strings["No feature settings configured"] = "Aucun paramètre de fonctionnalité configuré"; +$a->strings["Feature/Addon Settings"] = "Paramètres des extensions/greffons"; +$a->strings["Account Settings"] = "Paramètres du compte"; +$a->strings["Enter New Password:"] = "Nouveau mot de passe :"; +$a->strings["Confirm New Password:"] = "Confirmer le nouveau mot de passe :"; +$a->strings["Leave password fields blank unless changing"] = "Laissez les mots de passe vides si vous ne voulez pas les modifier"; +$a->strings["Email Address:"] = "Adresse de courriel :"; +$a->strings["Remove this account including all its channels"] = "Supprimer ce compte et tous ses canaux"; +$a->strings["Additional Features"] = "Fonctionnalités additionnelles"; +$a->strings["Connector Settings"] = "Paramètres du connecteur"; +$a->strings["No special theme for mobile devices"] = "Pas de thème spécifique aux mobiles"; +$a->strings["%s - (Experimental)"] = "%s - (Expérimental)"; +$a->strings["Display Settings"] = "Afficher les paramètres"; +$a->strings["Theme Settings"] = "Paramètres du thème"; +$a->strings["Custom Theme Settings"] = "Paramètres personnels du thème"; +$a->strings["Content Settings"] = "Paramètres liés au contenu"; +$a->strings["Display Theme:"] = "Afficher le thème :"; +$a->strings["Mobile Theme:"] = "Thème mobile :"; +$a->strings["Enable user zoom on mobile devices"] = "Permettre à l'utilisateur d'un mobile d'agrandir le contenu"; +$a->strings["Update browser every xx seconds"] = "Mettre à jour le navigateur toutes les xx secondes"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 secondes, pas de maximum"; +$a->strings["Maximum number of conversations to load at any time:"] = "Nombre maximal de conversations pouvant être chargées en même temps :"; +$a->strings["Maximum of 100 items"] = "100 éléments au maximum"; +$a->strings["Show emoticons (smilies) as images"] = "Remplacer les émoticônes (smileys) par des images"; +$a->strings["Link post titles to source"] = "Lier les titres des publications à leur source"; +$a->strings["System Page Layout Editor - (advanced)"] = "Editeur de mise en page des pages systèmes - (avancé)"; +$a->strings["Use blog/list mode on channel page"] = "Utiliser le mode blog/liste sur la page du canal"; +$a->strings["(comments displayed separately)"] = "(commentaires affichés séparément)"; +$a->strings["Use blog/list mode on grid page"] = "Utiliser le mode blog/liste sur la page du réseau"; +$a->strings["Channel page max height of content (in pixels)"] = "Hauteur maximale du contenu pour la page du canal (en pixels)"; +$a->strings["click to expand content exceeding this height"] = "cliquer pour dérouler le contenu dépassant cette limite"; +$a->strings["Grid page max height of content (in pixels)"] = "Hauteur maximale du contenu sur la page du réseau (en pixels)"; +$a->strings["Nobody except yourself"] = "Personne sauf vous"; +$a->strings["Only those you specifically allow"] = "Seulement ceux que vous autorisez spécifiquement"; +$a->strings["Approved connections"] = "Contacts approuvés"; +$a->strings["Any connections"] = "Tous les contacts"; +$a->strings["Anybody on this website"] = "Tous les utilisateurs du hub"; +$a->strings["Anybody in this network"] = "Tous les utilisateurs sur ce réseau"; +$a->strings["Anybody authenticated"] = "Tous les utilisateurs authentifiés"; +$a->strings["Anybody on the internet"] = "Tous les utilisateurs d'Internet"; +$a->strings["Publish your default profile in the network directory"] = "Publier votre profil par défaut dans l'annuaire du réseau"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Nous autoriser à vous suggérer comme ami(e) potentiel(le) aux nouveaux membres?"; +$a->strings["Your channel address is"] = "L'adresse de votre canal est"; +$a->strings["Channel Settings"] = "Paramètres du canal"; +$a->strings["Basic Settings"] = "Paramètres standard"; +$a->strings["Your Timezone:"] = "Votre fureau horaire :"; +$a->strings["Default Post Location:"] = "Emplacement de publication par défaut :"; +$a->strings["Geographical location to display on your posts"] = "Emplacement géographique à afficher sur vos publications"; +$a->strings["Use Browser Location:"] = "Utiliser la géolocalisation du navigateur :"; +$a->strings["Adult Content"] = "Contenu \"adulte\""; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Ce canal publie plus ou moins fréquemment du contenu pour adultes. (Merci d'indiquer tout contenu pour adulte ou potentiellement choquant avec l'étiquette <em>#NSFW</em> - Not Safe For Work)"; +$a->strings["Security and Privacy Settings"] = "Paramètres de sécurité et de confidentialité"; +$a->strings["Your permissions are already configured. Click to view/adjust"] = "Vous permissions sont déjà paramétrées. Cliquer pour voir/ajuster"; +$a->strings["Hide my online presence"] = "Cacher ma présence en ligne"; +$a->strings["Prevents displaying in your profile that you are online"] = "Cacher votre statut (en ligne/hors ligne) sur votre profil"; +$a->strings["Simple Privacy Settings:"] = "Paramètres de confidentialité simplifiés :"; +$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Très public - <em>extrèmement permissif (à n'utiliser qu'en connaissance de cause)</em>"; +$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Classique - <em>public par défaut, privé en cas de besoin (comparable aux permissions type réseau social, avec une confidentialité améliorée)</em>"; +$a->strings["Private - <em>default private, never open or public</em>"] = "Privé - <em>privé par défaut, jamais ouvert ni public</em>"; +$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloqué - <em>par défaut, bloqué de/vers tout le monde</em>"; +$a->strings["Allow others to tag your posts"] = "Autoriser les autres à \"étiqueter\" vos publications"; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Souvent utilisé par la communauté pour identifier un contenu inapproprié a posteriori "; +$a->strings["Advanced Privacy Settings"] = "Paramètres de confidentialité avancés"; +$a->strings["Expire other channel content after this many days"] = "Faire expirer le contenu des autres canaux après n jours"; +$a->strings["0 or blank to use the website limit. The website expires after %d days."] = "0 ou vide pour utiliser la limite du site. Le délai du site est de %d jours."; +$a->strings["Maximum Friend Requests/Day:"] = "Nombre maximum de demandes de contact par jour :"; +$a->strings["May reduce spam activity"] = "Contribue à réduire l'impact des indésirables"; +$a->strings["Default Post Permissions"] = "Permissions par défaut des publications"; +$a->strings["Channel permissions category:"] = "Catégorie de permissions du canal :"; +$a->strings["Maximum private messages per day from unknown people:"] = "Nombre maximum de messages privés émanant d'inconnus, par jour :"; +$a->strings["Useful to reduce spamming"] = "Utile pour réduire les indésirables"; +$a->strings["Notification Settings"] = "Paramètres de notification"; +$a->strings["By default post a status message when:"] = "Par défaut, publier un statut quand :"; +$a->strings["accepting a friend request"] = "vous acceptez une demande de contact"; +$a->strings["joining a forum/community"] = "vous rejoignez un forum ou une communauté"; +$a->strings["making an <em>interesting</em> profile change"] = "vous faîtes une modification <em>intéressante</em> de votre profil"; +$a->strings["Send a notification email when:"] = "Envoyer un courriel de notification quand :"; +$a->strings["You receive a connection request"] = "Vous recevez une demande de contact"; +$a->strings["Your connections are confirmed"] = "Vos contacts sont confirmés"; +$a->strings["Someone writes on your profile wall"] = "Quelqu'un a écrit sur votre mur"; +$a->strings["Someone writes a followup comment"] = "Quelqu'un a commenté vos publications"; +$a->strings["You receive a private message"] = "Vous recevez un message privé"; +$a->strings["You receive a friend suggestion"] = "Vous recevez une suggestion d'amitié/contact"; +$a->strings["You are tagged in a post"] = "Vous êtes étiqueté dans une publication"; +$a->strings["You are poked/prodded/etc. in a post"] = "Vous êtes tapoté/encouragé/etc. dans une publication"; +$a->strings["Show visual notifications including:"] = "Afficher des notifications visuelles y compris :"; +$a->strings["Unseen grid activity"] = "Activité du réseau pas encore consultée"; +$a->strings["Unseen channel activity"] = "Activité non vue sur le canal"; +$a->strings["Unseen private messages"] = "Messages privés non lus"; +$a->strings["Recommended"] = "Recommandé"; +$a->strings["Upcoming events"] = "Événements à venir"; +$a->strings["Events today"] = "Événements aujourd'hui"; +$a->strings["Upcoming birthdays"] = "Anniversaires à venir"; +$a->strings["Not available in all themes"] = "Pas disponible dans tous les thèmes"; +$a->strings["System (personal) notifications"] = "Notifications système (personnelles)"; +$a->strings["System info messages"] = "Messages d'info système"; +$a->strings["System critical alerts"] = "Alertes critiques système"; +$a->strings["New connections"] = "Nouveaux contacts"; +$a->strings["System Registrations"] = "Inscriptions système"; +$a->strings["Also show new wall posts, private messages and connections under Notices"] = "Afficher également les nouvelles publications sur le mur, les messages privés et les contacts dans Notifications"; +$a->strings["Notify me of events this many days in advance"] = "Me prévenir d’événements à venir tant de jours en avance"; +$a->strings["Must be greater than 0"] = "Doit être supérieur à 0"; +$a->strings["Advanced Account/Page Type Settings"] = "Paramètres avancés de compte/type de page"; +$a->strings["Change the behaviour of this account for special situations"] = "Modifie le comportement de ce compte pour des situations particulières"; +$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Mode expert requis (<a href=\"settings/features\">Paramètres > Fonctions supplémentaires</a>) pour ajuster !"; +$a->strings["Miscellaneous Settings"] = "Paramètres divers"; +$a->strings["Default photo upload folder"] = "Répertoire par défaut pour les photos téléversées"; +$a->strings["%Y - current year, %m - current month"] = "%Y - année en cours, %m - mois en cours"; +$a->strings["Default file upload folder"] = "Répertoire par défaut pour les fichiers téléversés"; +$a->strings["Personal menu to display in your channel pages"] = "Menu personnel à afficher sur les pages de votre canal"; +$a->strings["Remove this channel."] = "Supprimer ce canal"; +$a->strings["Firefox Share \$Projectname provider"] = "Connecteur \$Projectname pour Firefox Share"; +$a->strings["Start calendar week on monday"] = "Commencer la semaine du calendrier le lundi"; +$a->strings["\$Projectname Server - Setup"] = "Serveur \$Projectname - configuration"; $a->strings["Could not connect to database."] = "Impossible de se connecter à la base de données."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Impossible de se connecter au site par l'URL indiquée. Problème potentiel de certificat SSL/TLS ou de DNS."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Impossible de se connecter à l'URL indiquée. Problème potentiel de certificat SSL/TLS ou de DNS."; $a->strings["Could not create table."] = "Impossible de créer la table."; $a->strings["Your site database has been installed."] = "La base de données de votre site a été installée."; -$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "Vous pourriez avoir besoin d'importer le fichier \"install/database.sql\" manuellement via phpmyadmin ou mysql."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Vous pourriez avoir besoin d'importer le fichier \"install/schema_xxx.sql\" manuellement via un client de base de données (ex: phpmyadmin)."; $a->strings["Please see the file \"install/INSTALL.txt\"."] = "Merci de consulter le fichier \"install/INSTALL.txt\"."; $a->strings["System check"] = "Vérification du système"; -$a->strings["Next"] = "Suivant"; $a->strings["Check again"] = "Re-vérifier"; $a->strings["Database connection"] = "Connexion à la base de données"; -$a->strings["In order to install Hubzilla we need to know how to connect to your database."] = "Pour installer la Matrice Rouge, nous avons besoin de savoir comment contacter votre base de données."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Merci de contacter votre prestataire d'hébergement ou votre administrateur système si vous avez des doutes à propos de ces paramètres."; +$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "Pour installer \$Projectname, nous avons besoin de savoir comment se connecter à votre base de données."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Merci de contacter votre prestataire d'hébergement ou votre administrateur de site si vous avez des questions à propos de ces paramètres."; $a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de données que vous allez spécifier doit exister. Si ce n'est pas déjà le cas, merci de la créer avant de continuer."; -$a->strings["Database Server Name"] = "Nom du serveur de la base de données"; -$a->strings["Default is localhost"] = "Par défaut, localhost"; -$a->strings["Database Port"] = "Port du serveur"; +$a->strings["Database Server Name"] = "Nom du serveur de base de données"; +$a->strings["Default is 127.0.0.1"] = "Par défaut 127.0.0.1"; +$a->strings["Database Port"] = "Port de la base de données"; $a->strings["Communication port number - use 0 for default"] = "Numéro TCP du port - utilisez 0 pour la valeur par défaut"; $a->strings["Database Login Name"] = "Identifiant de connexion à la Base de Données"; $a->strings["Database Login Password"] = "Mot de passe de connexion à la Base de Données"; $a->strings["Database Name"] = "Nom de la Base de Données"; +$a->strings["Database Type"] = "Type de base de données"; $a->strings["Site administrator email address"] = "Adresse de courriel de l'administrateur du site"; $a->strings["Your account email address must match this in order to use the web admin panel."] = "Votre compte devra utiliser la même adresse de courriel pour pouvoir utiliser l'administration web."; -$a->strings["Website URL"] = "URL du site"; -$a->strings["Please use SSL (https) URL if available."] = "Merci d'utiliser SSL/TLS (https) autant que possible."; -$a->strings["Please select a default timezone for your website"] = "Merci de choisir une zone de temps (fuseau horaire) pour votre site"; -$a->strings["Site settings"] = "Réglages du site"; +$a->strings["Website URL"] = "URL du site web"; +$a->strings["Please use SSL (https) URL if available."] = "Veuillez utiliser SSL/TLS (https) si disponible."; +$a->strings["Please select a default timezone for your website"] = "Veuillez choisir un fuseau horaire par défaut pour votre site"; +$a->strings["Site settings"] = "Paramètres du site"; +$a->strings["Enable \$Projectname <strong>advanced</strong> features?"] = ""; +$a->strings["Some advanced features, while useful - may be best suited for technically proficient audiences"] = ""; $a->strings["Could not find a command line version of PHP in the web server PATH."] = "Impossible de trouver une version CLI de PHP dans le PATH du serveur 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."] = "En l'absence de version CLI de PHP sur votre serveur, vous ne pourrez pas utiliser la mise à jour en arrière-plan via cron."; +$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."] = "En l'absence de version CLI de PHP sur votre serveur, vous ne pourrez pas utiliser la synchronisation en arrière-plan via cron."; $a->strings["PHP executable path"] = "Chemin vers l'éxecutable PHP"; $a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Entrez le chemin complet vers l'exécutable php. Vous pouvez continuer l'installation sans."; $a->strings["Command line PHP"] = "PHP en ligne de commande (CLI)"; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La version CLI de PHP sur votre système n'a pas l'option \"register_argc_argv\" activée."; -$a->strings["This is required for message delivery to work."] = "Elle est nécessaire pour la livraison de messages."; +$a->strings["This is required for message delivery to work."] = "Elle est nécessaire pour la distribution des messages."; $a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "Votre taille de téléversement maximale totale autorisée est fixée à %s. La taille maximale d'un seul fichier à téléverser est fixée à %s. Vous pouvez téléverser jusqu'à %d fichier(s) à la fois."; +$a->strings["You can adjust these settings in the servers php.ini."] = "Vous pouvez ajuster ces paramètres dans le php.ini du serveur."; +$a->strings["PHP upload limits"] = "Limites de téléversement de PHP"; $a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Erreur : la fonction \"openssl_pkey_new\" de ce système n'est pas capable de générer des clefs de chiffrement"; $a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si vous êtes sur un serveur Windows, merci de consulter \"http://www.php.net/manual/fr/openssl.installation.php\"."; $a->strings["Generate encryption keys"] = "Générer les clefs de chiffrement"; $a->strings["libCurl PHP module"] = "module PHP libCurl"; $a->strings["GD graphics PHP module"] = "module PHP GD graphics"; $a->strings["OpenSSL PHP module"] = "module PHP OpenSSL"; -$a->strings["mysqli PHP module"] = "module PHP mysqli"; +$a->strings["mysqli or postgres PHP module"] = "module PHP postgres ou mysqli"; $a->strings["mb_string PHP module"] = "module PHP mb_string"; $a->strings["mcrypt PHP module"] = "module PHP mcrypt"; +$a->strings["xml PHP module"] = "module PHP xml"; $a->strings["Apache mod_rewrite module"] = "module Apache mod_rewrite"; $a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Erreur : le module mod-rewrite du serveur web Apache est requis, mais pas installé."; $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"] = "Erreur : proc_open est requis, mais soit n'est pas installé, soit est désactivé dans le php.ini"; $a->strings["Error: libCURL PHP module required but not installed."] = "Erreur : le module libCURL de PHP est requis, mais pas installé."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Erreur : le module GD de PHP (avec support JPEG) est requis, mais pas installé."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Erreur : le module GD de PHP avec support JPEG est requis, mais pas installé."; $a->strings["Error: openssl PHP module required but not installed."] = "Erreur : le module openssl de PHP est requis, mais pas installé."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Erreur : le module mysqli de PHP est requis, mais pas installé."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Erreur : un module PHP mysqli ou postgres est requis, mais aucun des deux n'est installé."; $a->strings["Error: mb_string PHP module required but not installed."] = "Erreur : le module mb_string de PHP est requis, mais pas installé."; $a->strings["Error: mcrypt PHP module required but not installed."] = "Erreur : le module mcrypt de PHP est requis, mais pas installé."; -$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'installeur web a besoin de créer un fichier \".htconfig.php\" à la racine de votre serveur web, mais en est incapable."; +$a->strings["Error: xml PHP module required for DAV but not installed."] = "Erreur : le module xml de PHP est requis pour le DAV, mais pas installé."; +$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'installeur web a besoin de créer un fichier \".htconfig.php\" à la racine de votre serveur web, mais en est incapable."; $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."] = "C'est généralement lié à un problème de droits, à cause duquel le serveur web est interdit d'écriture dans le répertoire concerné - alors que votre propre utilisateur a le droit."; -$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."] = "Au terme de cette procédure, nous vous transmettrons un texte à sauvegarder dans un fichier nommé .htconfig.php, à la racine de votre installation de La Matrice Rouge."; +$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."] = "Au terme de cette procédure, nous vous transmettrons un texte à sauvegarder dans un fichier nommé .htconfig.php, à la racine de votre installation de \$Projectname."; $a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Autrement, vous pouvez contourner toute cette procédure et réaliser l'installation manuellement. Merci de consulter le fichier \"install/INSTALL.txt\" pour les instructions détaillées."; $a->strings[".htconfig.php is writable"] = "Le fichier .htconfig.php est accessible en écriture"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "La Matrice Rouge utilise le moteur de template Smarty3 pour mettre son contenu en forme. Smarty3 compile ses modèles vers du PHP natif pour accélérer le rendu."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Pour utiliser ces modèles, le serveur doit avoir le droits d'écrire dans le dossier %s."; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "\$Projectname utilise le moteur de gabarits Smarty3 pour mettre son contenu en forme. Smarty3 compile ses modèles vers du PHP natif pour accélérer le rendu."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Pour utiliser ces modèles, le serveur doit avoir le droits d'écrire dans le dossier %s à la racine du site \$Projectname."; $a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Merci de vous assurer que l'utilisateur sous lequel le serveur web tourne (le plus souvent, www-data) a bien l'autorisation d'écrire dans ce répertoire."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Note: Comme mesure de sécurité, assurez vous de donner les droits d'écriture sur %s au serveur web uniquement. Éviter de définir les permissions sur les fichiers individuels (.tpl)."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Note: Comme mesure de sécurité, assurez vous de donner les droits d'écriture au serveur web sur %s uniquement, pas sur les fichiers individuels (.tpl) qu'il contient."; $a->strings["%s is writable"] = "Permission d'écriture sur %s activée"; -$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 utilise le répertoire 'store' - situé à la racine de votre installation de la Matrice Rouge - pour sauvegarder les fichiers envoyés. Le serveur web aura donc besoin de pouvoir y écrire."; +$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"] = "\$Projectname utilise le répertoire 'store' - situé à la racine de votre installation de \$Projectname - pour sauvegarder les fichiers envoyés. Le serveur web aura donc besoin de pouvoir y écrire."; $a->strings["store is writable"] = "'store' est accessible en écriture"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Le certificat SSL/TLS n'a pas pu être validé. Merci de le corriger, ou de désactiver l'accès https à ce site."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Si votre serveur supporte les connections encryptées SSL ou s'il permet les connections sur le port TCP 443 (le port utilisé par le protocole https), vous DEVEZ utiliser un certificat valide. Vous ne DEVEZ PAS utiliser un certificat que vous avez vous-mêmes signé!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Nous avons ajouté cette contrainte pour éviter que vos publications publiques ne fassent référence à des images sur votre propre hub."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si votre certificat n'est pas reconnu, les membres des autres sites (avec certificats valides) recevront des messages d'avertissement sur leur propre sites."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Pour des raisons de compatibilité (sur l'ensemble de la matrice) nous nous devons d'insister sur ce prérequis."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Il existe une plusieurs autorités de certification qui vous fourniront gratuitement un certificat valide."; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Le certificat SSL/TLS n'a pas pu être validé. Merci de le corriger, ou de désactiver l'accès https à ce site (non recommandé)."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Si votre serveur accepte les connexions https ou s'il permet les connexions sur le port TCP 443 (le port utilisé par le protocole https), vous DEVEZ utiliser un certificat valide. Vous ne DEVEZ PAS utiliser un certificat que vous avez vous-mêmes signé !"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Nous avons ajouté cette contrainte pour éviter que vos publications publiques ne fassent référence par exemple à des images sur votre propre hub."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si votre certificat n'est pas reconnu, les membres des autres sites (qui eux peuvent avoir des certificats valides) recevront des messages d'avertissement sur leur propre site se plaignant de problèmes de sécurité."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Ceci peut causer des problèmes d'ergonomie ailleurs (pas seulement sur votre site), nous devons donc insister sur ce prérequis."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Il existe des autorités de certification qui vous fourniront gratuitement un certificat valide."; $a->strings["SSL certificate validation"] = "Validation du certificat SSL/TLS"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La réécriture d'URL définie dans le .htaccess ne fonctionne pas. Merci de vérifier la configuration de votre serveur web."; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "La réécriture d'URL définie dans le .htaccess ne fonctionne pas. Vérifiez votre configuration serveur. Test :"; $a->strings["Url rewrite is working"] = "La réécriture d'URL fonctionne"; $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."] = "Le fichier de configuration de la base de données - \".htconfig.php\" - ne peut être écrit. Merci de copier le texte généré dans un fichier à ce nom, à la racine de votre serveur web."; -$a->strings["Errors encountered creating database tables."] = "Erreurs rencontrées pendant la création de tables de BD."; +$a->strings["Errors encountered creating database tables."] = "Erreurs rencontrées pendant la création de tables de BDD."; $a->strings["<h1>What next</h1>"] = "<h1>Et maintenant</h1>"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT : Vous devez créer [manuellement] une tâche planifiée pour les mises à jour."; -$a->strings["Item not found"] = "Élément introuvable"; -$a->strings["Edit Block"] = "Éditer bloc"; -$a->strings["Delete block?"] = "Supprimer le bloc?"; -$a->strings["Insert YouTube video"] = "Insérer une vidéo YouTube"; -$a->strings["Insert Vorbis [.ogg] video"] = "Insérer une vidéo Vorbis [.ogg]"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Insérer un son Vorbis [.ogg]"; -$a->strings["Delete Block"] = "Supprimer le bloc"; -$a->strings["Layout updated."] = "Agencement pris-en-compte."; -$a->strings["Edit System Page Description"] = "Éditer la description"; -$a->strings["Layout not found."] = "Agencement introuvable."; -$a->strings["Module Name:"] = "Nom du module :"; -$a->strings["Layout Help"] = "Aide à la mise en page"; -$a->strings["Edit Layout"] = "Éditer mise-en-page"; -$a->strings["Delete layout?"] = "Supprimer la mise-en-page?"; -$a->strings["Delete Layout"] = "Supprimer mise-en-page"; -$a->strings["Item is not editable"] = "Élément non-éditable"; -$a->strings["Delete item?"] = "Supprimer l'élément?"; -$a->strings["Edit Webpage"] = "Éditer page web"; -$a->strings["Delete webpage?"] = "Supprimer la page web?"; -$a->strings["Delete Webpage"] = "Supprimer page web"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT : Vous devez créer [manuellement] une tâche planifiée pour les mises à jour du réseau."; +$a->strings["No valid account found."] = "Aucun compte valide trouvé."; +$a->strings["Password reset request issued. Check your email."] = "Demande de réinitialisation du mot de passe envoyée. Vérifiez vos courriels."; +$a->strings["Site Member (%s)"] = "Membre du site (%s)"; +$a->strings["Password reset requested at %s"] = "Demande de réinitialisation du mot de passe sur %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La demande n'a pas pu être vérifiée. (Peut-être l'avez vous déjà utilisée.) La réinitialisation a échoué."; +$a->strings["Password Reset"] = "Réinitialiser le mot de passe"; +$a->strings["Your password has been reset as requested."] = "Votre mot de passe a bien été réinitialisé."; +$a->strings["Your new password is"] = "Votre nouveau mot de passe est"; +$a->strings["Save or copy your new password - and then"] = "Enregistrez ou copiez votre nouveau mot de passe, puis"; +$a->strings["click here to login"] = "cliquez ici pour vous connecter"; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Votre mot de passe peut être changé depuis la page des <em>Paramètres</em> une fois connecté."; +$a->strings["Your password has changed at %s"] = "Votre mot de passe de %s a été changé"; +$a->strings["Forgot your Password?"] = "Mot de passe oublié ?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Saisissez votre adresse de courriel, et validez, pour réinitialiser votre mot de passe. Vérifiez ensuite votre boîte aux lettres pour la suite des instructions."; +$a->strings["Email Address"] = "Adresse de courriel"; +$a->strings["Reset"] = "Réinitialiser"; +$a->strings["Files: shared with me"] = "Fichiers : partagés avec moi"; +$a->strings["NEW"] = "NOUVEAU"; +$a->strings["Remove all files"] = "Supprimer tous les fichiers"; +$a->strings["Remove this file"] = "Supprimer ce fichier"; $a->strings["Version %s"] = "Version %s"; -$a->strings["Installed plugins/addons/apps:"] = "Extensions/applications installées :"; -$a->strings["No installed plugins/addons/apps"] = "Aucune extension/application installée"; -$a->strings["Red"] = "Rouge"; -$a->strings["This is a hub of the Hubzilla - a global cooperative network of decentralized privacy enhanced websites."] = "Ceci est un serveur de la Matrice Rouge - un réseau collaboratif de plusieurs serveurs qui assurent la protection de votre vie privée notamment par la décentralisation de votre identité."; -$a->strings["Running at web location"] = "Installée sur"; -$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Hubzilla."] = "Merci de visiter <a href=\"http://getzot.com\">GetZot.com</a> pour en apprendre davantage sur la Matrice Rouge."; +$a->strings["Installed plugins/addons/apps:"] = "Greffons/extensions/applications installés :"; +$a->strings["No installed plugins/addons/apps"] = "Aucun greffon/extension/application installé"; +$a->strings["This is a hub of \$Projectname - a global cooperative network of decentralized privacy enhanced websites."] = "Ceci est un serveur \$Projectname - un réseau collaboratif mondial de serveurs décentralisés à la confidentialité améliorée."; +$a->strings["Tag: "] = "Étiquette :"; +$a->strings["Last background fetch: "] = "Dernière récupération en tâche de fond :"; +$a->strings["Current load average: "] = "Charge moyenne actuelle :"; +$a->strings["Running at web location"] = "Tourne à l'adresse internet"; +$a->strings["Please visit <a href=\"http://hubzilla.org\">hubzilla.org</a> to learn more about \$Projectname."] = "Merci de visiter <a href=\"http://hubzilla.org\">hubzilla.org</a> pour en apprendre davantage sur \$Projectname."; $a->strings["Bug reports and issues: please visit"] = "Pour remonter bogues et problèmes, merci de visiter"; -$a->strings["Suggestions, praise, etc. - please email \"hubzilla\" at librelist - dot com"] = "Suggestions, demandes, etc. - merci de vous adresser à \"hubzilla\" à librelist - point com"; +$a->strings["\$projectname issues"] = "Problèmes \$projectname"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Suggestions, demandes, etc. - merci de vous adresser à \"redmatrix\" à librelist - point com"; $a->strings["Site Administrators"] = "Administrateurs du site"; -$a->strings["Page owner information could not be retrieved."] = "Impossible d'obtenir des informations sur le propriétaire de la page."; -$a->strings["Album not found."] = "Album introuvable."; -$a->strings["Delete Album"] = "Supprimer album"; -$a->strings["Delete Photo"] = "Supprimer photo"; -$a->strings["No photos selected"] = "Aucune photo selectionnée"; -$a->strings["Access to this item is restricted."] = "L'accès à l'élément est restreint."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Vous avez utilisé %1$.2f mégaoctets sur les %2$.2f autorisés pour le stockage des photos."; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Vous avez utilisé %1$.2f mégaoctets pour le stockage des photos."; -$a->strings["Upload Photos"] = "Téléverser des photos"; -$a->strings["New album name: "] = "Créer un album :"; -$a->strings["or existing album name: "] = "ou choisir un album existant :"; -$a->strings["Do not show a status post for this upload"] = "Ne pas publier de statut pour cet envoi"; -$a->strings["Album name could not be decoded"] = "Le nom de l'Album n'a pu être décodé"; -$a->strings["Contact Photos"] = "Photos de contact"; -$a->strings["Edit Album"] = "Éditer l'album"; -$a->strings["Show Newest First"] = "Ordre anté-chronologique"; -$a->strings["Show Oldest First"] = "Ordre chronologique"; -$a->strings["View Photo"] = "Voir la photo"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Permission refusée. L'accès à cet élément peut avoir été restreint."; -$a->strings["Photo not available"] = "Photo indisponible"; -$a->strings["Use as profile photo"] = "Utiliser comme photo du profil"; -$a->strings["View Full Size"] = "Voir en taille réelle"; -$a->strings["Edit photo"] = "Éditer la photo"; -$a->strings["Rotate CW (right)"] = "Rotation horaire (droite)"; -$a->strings["Rotate CCW (left)"] = "Rotation anti-horaire (gauche)"; -$a->strings["New album name"] = "Nouveau nom d'album :"; -$a->strings["Caption"] = "Titre/légende"; -$a->strings["Add a Tag"] = "Ajouter une étiquette"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Exemple : @bob, @Barbara_Jensen, @jim@exemple.com, #Ile_de_France, #marathon"; -$a->strings["In This Photo:"] = "Dans cette photo :"; -$a->strings["View Album"] = "Voir l'album"; -$a->strings["Recent Photos"] = "Photos récentes"; $a->strings["Failed to create source. No channel selected."] = "Impossible de créer la source. Aucun canal selectionné."; $a->strings["Source created."] = "Source créée."; $a->strings["Source updated."] = "Source mise à jour."; $a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Gérer les sources distantes du contenu de votre canal."; -$a->strings["New Source"] = "Nouvelle Source"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importer tout ou partie du contenu du canal suivant dans le canal en cours, et le distribuer en concordance avec les réglages de votre canal."; -$a->strings["Only import content with these words (one per line)"] = "N'importer le contenu que s'ils contient ces mots (un par ligne)"; -$a->strings["Leave blank to import all public content"] = "Laissez en blanc pour importer tout le contenu public"; -$a->strings["Channel Name"] = "Nom du Canal"; +$a->strings["Manage remote sources of content for your channel."] = "Gérer les sources distantes de contenu pour votre canal."; +$a->strings["New Source"] = "Nouvelle source"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importer le contenu sélectionné ou tout le contenu du canal suivant vers ce canal et le distribuer selon vos paramètres de canal."; +$a->strings["Only import content with these words (one per line)"] = "N'importer le contenu que s'il contient ces mots (un par ligne)"; +$a->strings["Leave blank to import all public content"] = "Laissez vide pour importer tout le contenu public"; $a->strings["Source not found."] = "Source introuvable."; -$a->strings["Edit Source"] = "Éditer la source"; +$a->strings["Edit Source"] = "Modifier la source"; $a->strings["Delete Source"] = "Supprimer la source"; $a->strings["Source removed"] = "Source supprimée"; $a->strings["Unable to remove source."] = "Impossible de supprimer la source."; -$a->strings["- select -"] = "- choisir -"; -$a->strings["Event title and start time are required."] = "Un titre et une date de début sont requises pour l'événement."; -$a->strings["Event not found."] = "Événement introuvable."; -$a->strings["l, F j"] = "l j F"; -$a->strings["Edit event"] = "Éditer l'événement"; -$a->strings["Create New Event"] = "Créer événement"; -$a->strings["Previous"] = "Précédent"; -$a->strings["hour:minute"] = "heure:minute"; -$a->strings["Event details"] = "Détails de l'événement"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Le format est %s %s. Date de début et titre obligatoires."; -$a->strings["Event Starts:"] = "L'événement débute :"; -$a->strings["Required"] = "Requis"; -$a->strings["Finish date/time is not known or not relevant"] = "Date/heure de fin inconnue ou sans objet"; -$a->strings["Event Finishes:"] = "L'événement termine :"; -$a->strings["Adjust for viewer timezone"] = "Ajuster au fuseau horaire du visiteur"; -$a->strings["Description:"] = "Description:"; -$a->strings["Title:"] = "Titre:"; -$a->strings["Share this event"] = "Partager cet événement"; -$a->strings["Permission Denied."] = "Permission refusée."; -$a->strings["File not found."] = "Fichier introuvable."; -$a->strings["Edit file permissions"] = "Éditer les permissions du fichier"; -$a->strings["Set/edit permissions"] = "Définir/Édition des authorisations"; -$a->strings["Include all files and sub folders"] = "Inclure tous fichiers et sous-répertoires"; -$a->strings["Return to file list"] = "Retourner à la liste des fichiers"; -$a->strings["Copy/paste this code to attach file to a post"] = "Copiez/collez ce code pour joindre le fichier à une publication"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Copiez/collez cette URL pour lier le fichier depuis une page web"; -$a->strings["Channel added."] = "Canal ajouté."; $a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s suit %3\$s de %2\$s"; -$a->strings["Contact not found."] = "Contact introuvable."; -$a->strings["Friend suggestion sent."] = "Suggestion d'amitié/relation envoyée."; -$a->strings["Suggest Friends"] = "Suggérer une relation"; -$a->strings["Suggest a friend for %s"] = "Suggérer une relation à %s"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Pas de suggestions pour l'instant. Si le site est récent, merci de re-tenter dans 24 heures."; -$a->strings["Collection created."] = "Collection créée."; -$a->strings["Could not create collection."] = "Impossible de créer la collection."; -$a->strings["Collection updated."] = "Collection mise à jour."; -$a->strings["Create a collection of channels."] = "Créez une collection de canaux."; -$a->strings["Collection Name: "] = "Nom de la collection :"; -$a->strings["Members are visible to other channels"] = "Les membres sont visibles par les autres canaux"; -$a->strings["Collection removed."] = "Collection supprimée."; -$a->strings["Unable to remove collection."] = "Impossible de supprimer la collection."; -$a->strings["Collection Editor"] = "Éditeur de collection"; -$a->strings["Members"] = "Membres"; -$a->strings["All Connected Channels"] = "Tous canaux connectés"; -$a->strings["Click on a channel to add or remove."] = "Cliquer sur un canal pour l'ajouter ou le supprimer"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s a étiqueté le %3\$s de %2\$s par %4\$s"; -$a->strings["Help:"] = "Aide :"; -$a->strings["Not Found"] = "Introuvable"; +$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s ne suit plus %3\$s de %2\$s"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Aucune suggestion disponible. Si le site est récent, merci de re-tenter dans 24 heures."; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s a étiqueté le %3\$s de %2\$s avec %4\$s"; $a->strings["Tag removed"] = "Étiquette retirée"; $a->strings["Remove Item Tag"] = "Retirer une étiquette à l'élément"; $a->strings["Select a tag to remove: "] = "Étiquette à retirer :"; -$a->strings["Theme settings updated."] = "Réglages du thème sauvegardés."; -$a->strings["Site"] = "Site"; -$a->strings["Accounts"] = "Comptes"; -$a->strings["Channels"] = "Canaux"; -$a->strings["Plugins"] = "Extensions"; -$a->strings["Themes"] = "Thèmes"; -$a->strings["Server"] = "Serveur"; -$a->strings["Profile Config"] = "Configurations du profil"; -$a->strings["DB updates"] = "Mà J BD"; -$a->strings["Logs"] = "Journaux"; -$a->strings["Plugin Features"] = "Fonctionnalités liées aux extensions"; -$a->strings["User registrations waiting for confirmation"] = "Inscriptions en attente"; -$a->strings["Message queues"] = "File des messages"; -$a->strings["Administration"] = "Administration"; -$a->strings["Summary"] = "Résumé"; -$a->strings["Registered users"] = "Utilisateurs inscrits"; -$a->strings["Pending registrations"] = "Inscriptions en attente"; -$a->strings["Version"] = "Version"; -$a->strings["Active plugins"] = "Extensions actives"; -$a->strings["Site settings updated."] = "Réglages du site sauvegardés."; -$a->strings["No special theme for accessibility"] = "Pas de thème spécifique pour l'accessibilité"; -$a->strings["Yes - with approval"] = "Oui - avec approbation"; -$a->strings["My site is not a public server"] = "Mon site n'est pas un serveur public"; -$a->strings["My site has paid access only"] = "Mon site est payant"; -$a->strings["My site has free access only"] = "Mon site est gratuit"; -$a->strings["My site offers free accounts with optional paid upgrades"] = "Mon site offre des comptes gratuits avec des ajouts payants"; -$a->strings["File upload"] = "Envoi de fichier"; -$a->strings["Policies"] = "Stratégies"; -$a->strings["Site name"] = "Nom du site"; -$a->strings["Banner/Logo"] = "Bannière/logo"; -$a->strings["Administrator Information"] = "Informations sur l'administrateur"; -$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Coordonnées de l'administrateur du site. Affichée sur la page 'siteinfo'. Vous pouvez utiliser du BBCode ici"; -$a->strings["System language"] = "Langue du système"; -$a->strings["System theme"] = "Thème du système"; -$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Thème par défaut - il peut être changé pour chaque profil utilisateur - <a href='#' id='cnftheme'>modifier le thème</a>"; -$a->strings["Mobile system theme"] = "Thème système pour mobile"; -$a->strings["Theme for mobile devices"] = "Thème dédié aux périphériques mobiles"; -$a->strings["Accessibility system theme"] = "Thème système pour l'accessibilité"; -$a->strings["Accessibility theme"] = "Thème pour l'accessibilité"; -$a->strings["Channel to use for this website's static pages"] = "Canal à utiliser pour les pages statiques de ce site"; -$a->strings["Site Channel"] = "Canal de ce HUB"; -$a->strings["Maximum image size"] = "Taille maximale des images"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Taille maximum, en octets, des images envoyées. Par défaut 0, soit sans limite."; -$a->strings["Does this site allow new member registration?"] = "Est-ce que l'enregistrement de nouveau membres sur ce site est autorisé?"; -$a->strings["Which best describes the types of account offered by this hub?"] = "Choisissez le type de comptes offert sur ce hub?"; -$a->strings["Register text"] = "Texte d'inscription"; -$a->strings["Will be displayed prominently on the registration page."] = "Sera affiché de manière bien visible sur le formulaire d'inscription."; -$a->strings["Accounts abandoned after x days"] = "Les comptes sont abandonnés après x jours"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Pour éviter de gaspiller les ressources du système en essayer de mettre à jour des comptes abandonnés. Mettez 0 pour ne pas avoir de limite de temps."; -$a->strings["Allowed friend domains"] = "Domaines amicaux"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Liste de noms de domaines - séparés par des virgules - pour lesquels ce site acceptera les demandes d'amitié ou de mise en relation. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines."; -$a->strings["Allowed email domains"] = "Domaines de courriels amicaux"; -$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"] = "Liste de noms de domaines - séparés par des virgules - dont les adresses de courriel seront autorisées lors de l'inscription à ce site. Les caractères génériques (*) sont acceptés. Laissez vide pour accepter tous les domaines."; -$a->strings["Block public"] = "Bloquer public"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Cocher pour interdire tout accès public, y compris aux pages marquées comme publiques, aux visiteurs anonymes."; -$a->strings["Force publish"] = "Forcer publication"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Cocher pour forcer la publication de tous les profils du site dans l'annuaire."; -$a->strings["Disable discovery tab"] = "Désactiver l'onglet \"À découvrir\""; -$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Ne pas afficher d'onglet avec des contenus publics automatiquement rassemblées depuis des sources choisies pour ce site."; -$a->strings["No login on Homepage"] = "Pas de connexion depuis la page d'accueil"; -$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)."] = "Cocher pour ne pas montrer le formulaire de connexion sur la page d'accueil (typiquement, pour quand vous utilisez la page d'accueil pour afficher du contenu via le canal du site)."; -$a->strings["Proxy user"] = "Utilisateurs du proxy"; -$a->strings["Proxy URL"] = "URL du proxy (visiter @proxy-list)"; -$a->strings["Network timeout"] = "Délai maximal du réseau"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "En secondes. Mettre à 0 pour ne pas avoir de délai maximal (pas recommandé)."; -$a->strings["Delivery interval"] = "Intervalle de distribution"; -$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."] = "Temporise le processus de distribution de tant de secondes pour réduire la charge sur le système. Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS. 0-1 pour les gros serveurs dédiés."; -$a->strings["Poll interval"] = "Intervalle de scrutation"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Temporise le processus de scrutation en tâche de fond de tant de secondes, pour réduire la charge. Si 0, utilise l'intervalle de distribution."; -$a->strings["Maximum Load Average"] = "Charge moyenne maximale"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Charge système maximale au-delà de laquelle distribution et scrutation sont mis en pause - par défaut 50."; -$a->strings["No server found"] = "Serveur introuvable"; -$a->strings["ID"] = "ID"; -$a->strings["for channel"] = "pour le canal"; -$a->strings["on server"] = "sur le serveur"; -$a->strings["Status"] = "État"; -$a->strings["Update has been marked successful"] = "La mise à jour a été marquée comme réussie"; -$a->strings["Executing %s failed. Check system logs."] = "L'éxecution de %s a échoué. Merci de vérifier les journaux du système."; -$a->strings["Update %s was successfully applied."] = "La mise à jour %s a été appliquée avec succès."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La mise à jour %s n'a pas retourné d'information. Impossible de savoir si elle a réussi ou non."; -$a->strings["Update function %s could not be found."] = "La fonction de mise à jour %s est introuvable."; -$a->strings["No failed updates."] = "Aucune mise à jour défaillante."; -$a->strings["Failed Updates"] = "Mises à jour défaillantes"; -$a->strings["Mark success (if update was manually applied)"] = "Marquer comme réussie (si la mise à jour a été réalisée manuellement)"; -$a->strings["Attempt to execute this update step automatically"] = "Tenter de réaliser cette étape de mise à jour automatiquement"; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s utilisateur bloqué/débloqué", - 1 => "%s utilisateurs bloqués/débloqués", -); -$a->strings["%s user deleted"] = array( - 0 => "%s utilisateur supprimé", - 1 => "%s utilisateurs supprimés", -); -$a->strings["Account not found"] = "Compte introuvable"; -$a->strings["User '%s' deleted"] = "Utilisateur '%s' supprimé"; -$a->strings["User '%s' unblocked"] = "Utilisateur '%s' débloqué"; -$a->strings["User '%s' blocked"] = "Utilisateur '%s' bloqué"; -$a->strings["Users"] = "Utilisateurs"; -$a->strings["select all"] = "tout sélectionner"; -$a->strings["User registrations waiting for confirm"] = "Inscriptions en attente d'approbation"; -$a->strings["Request date"] = "Date de la demande"; -$a->strings["No registrations."] = "Pas d'inscriptions."; -$a->strings["Approve"] = "Approuver"; -$a->strings["Deny"] = "Refuser"; -$a->strings["Register date"] = "Date d'inscription"; -$a->strings["Last login"] = "Dernière connexion"; -$a->strings["Expires"] = "Expire"; -$a->strings["Service Class"] = "Classe de service"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Les utilisateurs sélectionnés seront supprimés!\\n\\nTout ce que ces utilisateurs ont publié sur ce site sera détruit de manière définitive!\\n\\nÊtes-vous certain?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "L'utilisateur {0} sera supprimé!\\n\\nTout ce que cet utilisateur a publié sur ce site sera détruit de manière définitive!\\n\\nÊtes-vous certain?"; -$a->strings["%s channel censored/uncensored"] = array( - 0 => "%s canal censuré/non-censuré", - 1 => "%s canaux censurés/non-censurés", -); -$a->strings["%s channel deleted"] = array( - 0 => "%s canal supprimé", - 1 => "%s canaux supprimés", -); -$a->strings["Channel not found"] = "Canal introuvable"; -$a->strings["Channel '%s' deleted"] = "Canal '%s' supprimé"; -$a->strings["Channel '%s' uncensored"] = "Canal '%s' non-censuré"; -$a->strings["Channel '%s' censored"] = "Canal '%s' censuré"; -$a->strings["Censor"] = "Censurer"; -$a->strings["Uncensor"] = "Ne plus censurer"; -$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?"] = "Les canaux sélectionnés seront supprimés!\\n\\nTout ce qui a été publié dans ces canaux sur ce site sera définitivement supprimé!\\n\\nÊtes-vous certain?"; -$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?"] = "Le canal {0} sera supprimé!\\n\\nTout ce qui a été publié sur ce canal sera définitivement supprimé!\\n\\nÊtes-vous certain?"; -$a->strings["Plugin %s disabled."] = "Extension %s désactivée."; -$a->strings["Plugin %s enabled."] = "Extension %s activée."; -$a->strings["Disable"] = "Désactiver"; -$a->strings["Enable"] = "Activer"; -$a->strings["Toggle"] = "(Dés)activer"; -$a->strings["Author: "] = "Auteur :"; -$a->strings["Maintainer: "] = "Maintenu par :"; -$a->strings["No themes found."] = "Aucun thème trouvé."; -$a->strings["Screenshot"] = "Aperçu"; -$a->strings["[Experimental]"] = "[Expérimental]"; -$a->strings["[Unsupported]"] = "[Non-supporté]"; -$a->strings["Log settings updated."] = "Réglages du journal sauvegardés."; -$a->strings["Clear"] = "Vider"; -$a->strings["Debugging"] = "Débogage"; -$a->strings["Log file"] = "Fichier du journal"; -$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Doit être accessible en écriture par le serveur web. Chemin relatif à la racine de votre installation de la Matrice Rouge."; -$a->strings["Log level"] = "Niveau de journalisation"; -$a->strings["Thing updated"] = "Chose mise à jour"; +$a->strings["Thing updated"] = "Elément mis à jour"; $a->strings["Object store: failed"] = "Stockage de l'objet : échec"; -$a->strings["Thing added"] = "Chose ajoutée"; +$a->strings["Thing added"] = "Elément ajouté"; $a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; -$a->strings["Show Thing"] = "Montrer chose"; +$a->strings["Show Thing"] = "Montrer élément"; $a->strings["item not found."] = "élément introuvable."; -$a->strings["Edit Thing"] = "Éditer chose"; +$a->strings["Edit Thing"] = "Modifier élément"; $a->strings["Select a profile"] = "Choisissez un profil"; $a->strings["Post an activity"] = "Publier une activité"; -$a->strings["Only sends to viewers of the applicable profile"] = "Envoi exclusivement au membres autorisé de ce profil"; -$a->strings["Name of thing e.g. something"] = "Nom de la chose, p.ex. quelque-chose"; -$a->strings["URL of thing (optional)"] = "URL de la chose (optionnel)"; -$a->strings["URL for photo of thing (optional)"] = "URL de l'image de la chose (optionnel)"; -$a->strings["Add Thing to your Profile"] = "Ajouter la chose à votre profil"; -$a->strings["Nothing to import."] = "Rien à importer."; -$a->strings["Unable to download data from old server"] = "Impossible de récupérer les données de l'ancien serveur"; -$a->strings["Imported file is empty."] = "Le fichier importé est vide."; -$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Impossible de créer un doublon d'un identifiant de canal. L'import a échoué."; -$a->strings["Channel clone failed. Import failed."] = "Le clonage du canal a échoué. L'import a échoué."; -$a->strings["Cloned channel not found. Import failed."] = "Le canal cloné n'a pas été trouvé. L'import a échoué."; -$a->strings["Import completed."] = "L'import est terminé."; -$a->strings["You must be logged in to use this feature."] = "Vous devez vous connecter pour utiliser cette fonctionnalité."; -$a->strings["Import Channel"] = "Importation de canal"; -$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."] = "Utilisez ce formulaire pour importer un canal existant sur un serveur différent. Vous pouvez récupérer l'identité du canal sur l'ancien serveur directement par le réseau, ou bien fournir un fichier d'export. Seules les données d'identité et de relations seront importées. L'importation du contenu est toujours en développement."; -$a->strings["File to Upload"] = "Fichier à envoyer"; -$a->strings["Or provide the old server/hub details"] = "Ou fournissez les détails de l'ancien serveur"; -$a->strings["Your old identity address (xyz@example.com)"] = "Votre ancienne identité (zyx@exemple.com)"; -$a->strings["Your old login email address"] = "Votre ancienne adresse de courriel"; -$a->strings["Your old login password"] = "Votre ancien mot de passe"; -$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."] = "Quelle que soit l'option choisie, merci de décider si cette nouvelle adresse sera la primaire, ou si votre ancienne adresse continuera à jouer ce rôle. Vous pourrez publier depuis l'adresse de votre choix, mais une seule peut être déclarée comme stockage primaire de vos fichiers/photos/media."; -$a->strings["Make this hub my primary location"] = "Faire de ce hub l'adresse principale de ce canal"; -$a->strings["Total invitation limit exceeded."] = "Limite du nombre total d'invitation dépassée."; -$a->strings["%s : Not a valid email address."] = "%s : adresse courriel invalide."; -$a->strings["Please join us on Red"] = "Rejoignez-nous sur la Matrice Rouge"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite d'invitations dépassée. Merci de contacter l'administration de votre site."; -$a->strings["%s : Message delivery failed."] = "%s : Échec dans la livraison du message."; -$a->strings["%d message sent."] = array( - 0 => "%d message envoyé.", - 1 => "%d messages envoyés.", -); -$a->strings["You have no more invitations available"] = "Vous ne disposez plus d'aucune invitation"; -$a->strings["Send invitations"] = "Envoyer des invitations"; -$a->strings["Enter email addresses, one per line:"] = "Entrez les adresses de courriel, une par ligne :"; -$a->strings["Your message:"] = "Votre message :"; -$a->strings["Please join my community on Hubzilla."] = "Veuillez me rejoindre sur la Matrice Rouge."; -$a->strings["You will need to supply this invitation code: "] = "Vous aurez besoin de fournir le code suivant:"; -$a->strings["1. Register at any Hubzilla location (they are all inter-connected)"] = "1. Enregistrez-vous sur n'importe quel serveurs ( ils sont tous inter-connectés )"; -$a->strings["2. Enter my Hubzilla network address into the site searchbar."] = "2. Saisissez l'adresse de mon canal dans la barre de recherche du site."; -$a->strings["or visit "] = "ou visitez"; -$a->strings["3. Click [Connect]"] = "3. Click sur [Ajouter]"; -$a->strings["Unable to locate original post."] = "Impossible de localiser la publication initiale."; -$a->strings["Empty post discarded."] = "Publication vide annulée."; -$a->strings["Executable content type not permitted to this channel."] = "Les contenus de type 'exécutable' ne sont pas autorisés sur ce canal."; -$a->strings["System error. Post not saved."] = "Erreur système. Publication non sauvegardée."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Vous avez atteint votre limite de %1$.0f contributions \"racine\"."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Vous avez atteint votre limite de %1$.0f pages web."; -$a->strings["[Embedded content - reload page to view]"] = "[Contenu embarqué - rechargez la page pour le voir]"; -$a->strings["Help with this feature"] = "Aide avec cette fonctionnalité"; -$a->strings["Layout Name"] = "Nom de la mise-en-page"; -$a->strings["Like/Dislike"] = "J'aime/Je Déteste"; -$a->strings["This action is restricted to members."] = "Cette action est réservée aux membres."; -$a->strings["Please <a href=\"rmagic\">login with your Hubzilla ID</a> or <a href=\"register\">register as a new Redmatrix.member</a> to continue."] = "SVP <a href=\"rmagic\">connectez-vous</a> ou <a href=\"register\">enregistrez-vous</a> pour continuer."; -$a->strings["Invalid request."] = "Requête invalide."; -$a->strings["thing"] = "chose"; -$a->strings["Channel unavailable."] = "Canal indisponible."; -$a->strings["Previous action reversed."] = "Action précédente annulée."; -$a->strings["Action completed."] = "Action complétée."; -$a->strings["Thank you."] = "Merci."; -$a->strings["Remote privacy information not available."] = "Les informations de vie privée à distance ne sont pas disponibles."; -$a->strings["Visible to:"] = "Visible par :"; -$a->strings["No connections."] = "Pas de relation."; +$a->strings["Only sends to viewers of the applicable profile"] = "Envoie exclusivement aux visiteurs du profil concerné"; +$a->strings["Name of thing e.g. something"] = "Nom de l'élément, p.ex. quelque-chose"; +$a->strings["URL of thing (optional)"] = "URL de l'élément (facultatif)"; +$a->strings["URL for photo of thing (optional)"] = "URL d'une photo de l'élément (facultatif)"; +$a->strings["Add Thing to your Profile"] = "Ajouter l'élément à votre profil"; +$a->strings["Export Channel"] = "Exporter le canal"; +$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exportez les principales informations de votre canal dans un fichier. Celui-ci pourra servir de sauvegarde de vos contacts, permissions, profils et données de base. Il pourra être importé sur un nouveau hub/serveur, mais n'embarquera pas vos contenus."; +$a->strings["Export Content"] = "Exporter le contenu"; +$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exportez les informations du canal et les contenus récents dans un fichier JSON. Celui-ci contiendra toutes vos relations, permissions, profils, et plusieurs mois de publications. Ce fichier peut être TRÈS gros. Armez-vous de patience - plusieurs minutes peuvent s'écouler avant que le téléchargement ne commence."; +$a->strings["Export your posts from a given year."] = "Exporter vos publications d'une année en particulier"; +$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Vous pouvez également exporter vos publications et conversations pour une année ou un mois particulier. Ajustez la date dans la barre de votre navigateur pour sélectionner d'autres dates. Si l'export échoue (possible en cas de pénurie de mémoire sur le serveur de votre hub), essayez à nouveau en sélectionnant un intervalle de dates plus petit."; +$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Pour sélectionner toutes les publications pour une année donnée, telle que cette année, visitez <a href=\"%1\$s\">%2\$s</a>"; +$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Pour sélectionner toutes les publications pour un mois donné, par exemple janvier, visitez <a href=\"%1\$s\">%2\$s</a>"; +$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Ces fichiers de contenu peuvent être importés ou restaurés en visitant <a href=\"%1\$s\">%2\$s</a> sur n'importe quel site hébergeant votre canal. Pour de meilleurs résultats merci de les importer par ordre chronologique (les plus anciens d'abord)."; +$a->strings["No connections."] = "Aucun contact."; $a->strings["Visit %s's profile [%s]"] = "Visiter le profil de %s [%s]"; -$a->strings["View Connnections"] = "Voir les relations"; -$a->strings["No valid account found."] = "Aucun compte valide trouvé."; -$a->strings["Password reset request issued. Check your email."] = "Réinitialisation du mot de passe demandée. Vérifiez vos courriels."; -$a->strings["Site Member (%s)"] = "Membre du site (%s)"; -$a->strings["Password reset requested at %s"] = "Demande de réinitialisation du mot de passe sur %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La demande n'a pas pu être vérifiée. (Peut-être l'avez vous déjà utilisée.) La réinitialisation a échoué."; -$a->strings["Password Reset"] = "Réinitialiser le mot de passe"; -$a->strings["Your password has been reset as requested."] = "Votre mot de passe a bien été réinitialisé."; -$a->strings["Your new password is"] = "Votre nouveau mot de passe est"; -$a->strings["Save or copy your new password - and then"] = "Sauvez-le ou copiez-le, puis"; -$a->strings["click here to login"] = "cliquez ici pour vous connecter"; -$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Votre mot de passe peut être changé depuis la page des <em>Réglages</em> une fois connecté."; -$a->strings["Your password has changed at %s"] = "Votre mot de passe de %s a été changé"; -$a->strings["Forgot your Password?"] = "Mot de passe oublié?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Saisissez votre adresse de courriel, et validez, pour réinitialiser votre mot de passe. Vérifiez ensuite votre boîte à lettres pour la suite des instructions."; -$a->strings["Email Address"] = "Adresse de courriel"; -$a->strings["Reset"] = "Réinitialiser"; -$a->strings["Hub not found."] = "Hub introuvable."; -$a->strings["Total votes"] = "Total des votes"; -$a->strings["Average Rating"] = "Évaluation moyenne"; -$a->strings["Unable to lookup recipient."] = "Impossible de localiser le destinataire."; -$a->strings["Unable to communicate with requested channel."] = "Impossible de communiquer avec le canal demandé."; -$a->strings["Cannot verify requested channel."] = "Impossible de vérifier le canal demandé."; -$a->strings["Selected channel has private message restrictions. Send failed."] = "Le canal choisi a des restrictions quant aux messages privés. L'envoi a échoué."; -$a->strings["Messages"] = "Messages"; -$a->strings["Message deleted."] = "Message supprimé."; -$a->strings["Message recalled."] = "Message annulé/rappelé."; -$a->strings["Send Private Message"] = "Envoyer un Message Privé"; -$a->strings["To:"] = "À :"; -$a->strings["Subject:"] = "Sujet :"; -$a->strings["Send"] = "Envoyer"; -$a->strings["Message not found."] = "Message introuvable."; -$a->strings["Delete message"] = "Supprimer message"; -$a->strings["Recall message"] = "Rappeler/annuler le message"; -$a->strings["Message has been recalled."] = "Le message a été rappelé."; -$a->strings["Private Conversation"] = "Conversation privée"; -$a->strings["Delete conversation"] = "Supprimer conversation"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Aucune communication sécurisée n'est possible. Vous pourrez <strong>peut-être</strong> répondre depuis la page de profil de l'émetteur."; -$a->strings["Send Reply"] = "Envoyer une réponse"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Vous avez créé %1$.0f des %2$.0f canaux autorisés."; -$a->strings["Create a new channel"] = "Créer un nouveau canal"; -$a->strings["Channel Manager"] = "Gestionnaire du canal"; -$a->strings["Current Channel"] = "Canal actif"; -$a->strings["Attach to one of your channels by selecting it."] = "Branchez-vous à l'un de vos canaux en le selectionnant."; -$a->strings["Default Channel"] = "Canal par défaut"; -$a->strings["Make Default"] = "Définir comme défaut"; -$a->strings["Wall Photos"] = "Photos du mur"; -$a->strings["Profile Match"] = "Profils similaires"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Aucun mot-clef à comparer. Merci d'ajouter des mots-clefs à votre profil par défaut."; -$a->strings["is interested in:"] = "s'intéresse à :"; -$a->strings["No matches"] = "Pas de correspondance"; -$a->strings["Menu updated."] = "Menu mis à jour."; -$a->strings["Unable to update menu."] = "Impossible de mettre le menu à jour."; -$a->strings["Menu created."] = "Menu créé."; -$a->strings["Unable to create menu."] = "Impossible de créer le menu."; -$a->strings["Manage Menus"] = "Gérer les menus"; -$a->strings["Drop"] = "Supprimer"; -$a->strings["Create a new menu"] = "Créer un nouveau menu"; -$a->strings["Delete this menu"] = "Supprimer ce menu"; -$a->strings["Edit menu contents"] = "Éditer le contenu du menu"; -$a->strings["Edit this menu"] = "Éditer le menu"; -$a->strings["New Menu"] = "Nouveau menu"; -$a->strings["Menu name"] = "Nom du menu"; -$a->strings["Must be unique, only seen by you"] = "Doit être unique, ne sera vu que par vous"; -$a->strings["Menu title"] = "Titre du menu"; -$a->strings["Menu title as seen by others"] = "Titre du menu tel que vu par les visiteurs"; -$a->strings["Allow bookmarks"] = "Autoriser l'usage de favoris"; -$a->strings["Menu may be used to store saved bookmarks"] = "Le menu pourra être utilisé pour stocker des favoris"; -$a->strings["Menu deleted."] = "Menu supprimé."; -$a->strings["Menu could not be deleted."] = "Impossible de supprimer le menu."; -$a->strings["Edit Menu"] = "Éditer le menu"; -$a->strings["Add or remove entries to this menu"] = "Ajouter/supprimer des entrées à ce menu"; -$a->strings["Conversation removed."] = "Conversation supprimée."; -$a->strings["No messages."] = "Pas de message."; -$a->strings["D, d M Y - g:i A"] = "D d Y - H:i"; -$a->strings["Add a Channel"] = "Ajouter un 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."] = "Un canal est une collection de pages web reliées entre elles, sous votre contrôle. Il peut contenir des profils de réseau social, des blogs, des groupes de conversation, des forums, des pages de célébrités, et bien plus encore. Vous pouvez créer autant de canaux que votre administrateur de hub vous y autorise."; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemples : \"Bob Jameson\", \"Lisa et ses chevaux sauvages\", \"Football\", \"Groupe des amateurs de tir à l'arc\""; -$a->strings["Choose a short nickname"] = "Choisissez un alias"; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Cet alias sera utilisé pour créer une adresse de canal, facile à retenir - un peu comme une adresse de courriel - que vous pourrez partager avec d'autres."; -$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Ou <a href=\"import\">importez un canal existant</a> à un autre endroit"; -$a->strings["Invalid request identifier."] = "Identifiant de requête invalide."; -$a->strings["Discard"] = "Annuler"; -$a->strings["No more system notifications."] = "Pas d'autre notification du système."; -$a->strings["System Notifications"] = "Notifications du système"; -$a->strings["Unable to find your hub."] = "Impossible de trouver votre hub."; -$a->strings["Post successful."] = "Contribution effectuée."; -$a->strings["invalid target signature"] = "signature de la cible invalide"; -$a->strings["OpenID protocol error. No ID returned."] = "Erreur du protocole OpenID. Pas d'ID retourné."; -$a->strings["App installed."] = "Application installée."; -$a->strings["Malformed app."] = "Erreur de l'application - Malformée."; -$a->strings["Embed code"] = "Code intégré"; -$a->strings["Edit App"] = "Edition de l'Application"; -$a->strings["Create App"] = "Création d'une Application"; -$a->strings["Name of app"] = "Nom de l'application"; -$a->strings["Location (URL) of app"] = "Emplacement (Lien) vers l'application"; -$a->strings["Photo icon URL"] = "Lien (URL) de l'icône à utiliser pour cette photo"; -$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - optionel"; -$a->strings["Version ID"] = "Version"; -$a->strings["Price of app"] = "Prix de l'application"; -$a->strings["Location (URL) to purchase app"] = "Emplacement (LIEN) pour l'achat de l'application"; -$a->strings["Poll"] = "Sondage"; -$a->strings["View Results"] = "Voir les Résultats"; -$a->strings["Friendica Photo Album Import"] = "Importer votre Album Photo Friendica"; -$a->strings["This will import all your Friendica photo albums to this Red channel."] = "Cette fonction va importer tous vos albums photos Friendica dans ce canal de la Matrice Rouge."; -$a->strings["Friendica Server base URL"] = "URL vers le serveur Friendica"; -$a->strings["Friendica Login Username"] = "Nom d'utilisateur Friendica"; -$a->strings["Friendica Login Password"] = "Mot de passe Friendica"; -$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Il est impossible de supprimer un compte à l'intérieur de 48 heures après avoir changé le mot de passe d'un compte."; -$a->strings["Remove This Account"] = "Supprimer ce Compte"; -$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Cette fonction va complètement supprimer le compte incluant tous ses canaux sur la matrice. Attention, cette action est irréversible."; -$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Supprimer ce compte, tous ses canaux et tous les clones sur la matrice."; -$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Par défault, seuls les instances de canaux situés sur ce hub seront supprimer de la matrice."; -$a->strings["Schema Default"] = "Par défault"; -$a->strings["Sans-Serif"] = "Sans-Serif"; -$a->strings["Monospace"] = "Monospace"; -$a->strings["Theme settings"] = "Réglages du thème"; -$a->strings["Set scheme"] = "Définir la palette de couleurs"; -$a->strings["Set font-size for posts and comments"] = "Définir font-size pour contribution et commentaires"; -$a->strings["Set font face"] = "Définir la fonte"; -$a->strings["Set iconset"] = "Définir le jeu d'icônes"; -$a->strings["Set big shadow size, default 15px 15px 15px"] = "Définir la taille des grandes ombres, par défaut 15px 15px 15px"; -$a->strings["Set small shadow size, default 5px 5px 5px"] = "Définir la taille des petites ombres, par défaut 5px 5px 5px"; -$a->strings["Set shadow color, default #000"] = "Définir la couleur des ombres, par défaut #000"; -$a->strings["Set radius size, default 5px"] = "Définir le rayon des arrondis, par défaut 5px"; -$a->strings["Set line-height for posts and comments"] = "Définir line-height pour contributions et commentaires"; -$a->strings["Set background image"] = "Définir l'image d'arrière-plan"; -$a->strings["Set background attachment"] = "Image de fond - fichier"; -$a->strings["Set background color"] = "Définir la couleur d'arrière-plan"; -$a->strings["Set section background image"] = "Définir l'image d'arrière-plan des sections"; -$a->strings["Set section background color"] = "Définir la couleur d'arrière-plan des sections"; -$a->strings["Set color of items - use hex"] = "Définir la couleur des éléments - en héxadécimal"; -$a->strings["Set color of links - use hex"] = "Définir la couleur des liens - en héxadécimal"; -$a->strings["Set max-width for items. Default 400px"] = "Définir la largeur maximal des éléments. Par défaut, 400px"; -$a->strings["Set min-width for items. Default 240px"] = "Définir la largeur minimale des éléments. Par défaut, 240px"; -$a->strings["Set the generic content wrapper width. Default 48%"] = "Définir la largeur du contenu. Par défaut, 48%"; -$a->strings["Set color of fonts - use hex"] = "Définir la couleur des fontes - en héxadécimal"; -$a->strings["Set background-size element"] = "Définir background-size pour les éléments"; -$a->strings["Item opacity"] = "Opacité des éléments"; -$a->strings["Display post previews only"] = "Afficher seulement l'aperçu des contributions"; -$a->strings["Display side bar on channel page"] = "Afficher le panneau latéral sur la page du canal"; -$a->strings["Colour of the navigation bar"] = "Couleur de la barre de navigation"; -$a->strings["Item float"] = "Alignement de l'élément"; -$a->strings["Left offset of the section element"] = "Décalage gauche de l'élément section"; -$a->strings["Right offset of the section element"] = "Décalage droit de l'élément section"; -$a->strings["Section width"] = "Largeur de la section"; -$a->strings["Left offset of the aside"] = "Décalage gauche du panneau latéral"; -$a->strings["Right offset of the aside element"] = "Décalage droit du panneau latéral"; -$a->strings["None"] = "Aucun"; -$a->strings["Header image"] = "Image de l'entête"; -$a->strings["Header image only on profile pages"] = "Image de l'entête tel qu'elle est affichée sur la page du profil"; -$a->strings["Light (Hubzilla default)"] = "Blanc (valeur par défaut)"; +$a->strings["View Connections"] = "Voir les contacts"; +$a->strings["Source of Item"] = "Source de l'élément"; +$a->strings["Page Title"] = "Titre de la page"; +$a->strings["Xchan Lookup"] = "Recherche xchan"; +$a->strings["Lookup xchan beginning with (or webbie): "] = "Recherche xchan commençant par (ou adresse \"webbie\") :"; +$a->strings["Cover Photos"] = "Photos de couverture"; +$a->strings["Upload Cover Photo"] = "Téléverser une photo de couverture"; +$a->strings["Focus (Hubzilla default)"] = "Focus (par défaut pour Hubzilla)"; +$a->strings["Theme settings"] = "Paramètres du thème"; +$a->strings["Select scheme"] = "Définir la palette de couleurs"; $a->strings["Narrow navbar"] = "Barre de navigation fine"; $a->strings["Navigation bar background color"] = "Couleur de fond de la barre de navigation"; -$a->strings["Navigation bar gradient top color"] = "Gradient de la barre de navigation HAUT"; -$a->strings["Navigation bar gradient bottom color"] = "Gradient de la barre de navigation BAS"; -$a->strings["Navigation active button gradient top color"] = "Gradient du bouton de navigation HAUT"; -$a->strings["Navigation active button gradient bottom color"] = "Gradient du bouton de navigation BAS"; +$a->strings["Navigation bar gradient top color"] = "Dégradé de la barre de navigation - couleur du haut"; +$a->strings["Navigation bar gradient bottom color"] = "Dégradé de la barre de navigation - couleur du bas"; +$a->strings["Navigation active button gradient top color"] = "Dégradé du bouton de navigation actif - couleur du haut"; +$a->strings["Navigation active button gradient bottom color"] = "Dégradé du bouton de navigation actif - couleur du bas"; $a->strings["Navigation bar border color "] = "Couleur de la bordure de la barre de navigation"; -$a->strings["Navigation bar icon color "] = "Couleur de l'icône de la barre de navigation"; +$a->strings["Navigation bar icon color "] = "Couleur des icônes de la barre de navigation"; $a->strings["Navigation bar active icon color "] = "Couleur de l'icône active de la barre de navigation"; $a->strings["link color"] = "couleur des liens"; $a->strings["Set font-color for banner"] = "Définir la couleur du texte de la bannière"; @@ -1877,22 +2221,25 @@ $a->strings["Set the indent for comments"] = "Indentation des commentaires"; $a->strings["Set the basic color for item icons"] = "Définir la couleur de base pour les icônes des éléments"; $a->strings["Set the hover color for item icons"] = "Définir la couleur de survol des icônes des éléments"; $a->strings["Set font-size for the entire application"] = "Définir la taille de police pour l'application entière"; -$a->strings["Set font-color for posts and comments"] = "Définir font-colour pour les contributions et commentaires"; +$a->strings["Example: 14px"] = "Exemple : 14px"; +$a->strings["Set font-size for posts and comments"] = "Définir la taille de police pour les contributions et commentaires"; +$a->strings["Set font-color for posts and comments"] = "Définir la couleur de police pour les contributions et commentaires"; $a->strings["Set radius of corners"] = "Définir le rayon des arrondis"; $a->strings["Set shadow depth of photos"] = "Définir la profondeur de l'ombre des photos"; -$a->strings["Set maximum width of conversation regions"] = "Définir la largeur maximale des conversations"; -$a->strings["Center conversation regions"] = "Emplacement de la conversation - Centrer"; +$a->strings["Set maximum width of content region in pixel"] = "Définir la largeur maximale de la zone des contenus"; +$a->strings["Leave empty for default width"] = "Laissez vide pour avoir la largeur par défaut"; +$a->strings["Left align page content"] = "Aligner à gauche le contenu de la page"; $a->strings["Set minimum opacity of nav bar - to hide it"] = "Définir l'opacité minimum du bandeau de navigation - pour le cacher"; $a->strings["Set size of conversation author photo"] = "Définir la taille de la photo de l'auteur d'une conversation"; $a->strings["Set size of followup author photos"] = "Définir la taille de la photo de l'auteur d'une réponse"; -$a->strings["Sloppy photo albums"] = "Albums photo \"en biais\""; -$a->strings["Are you a clean desk or a messy desk person?"] = "Vous êtes plutôt \"bureau bien rangé\" ou \"gros foutoir\"?"; -$a->strings["Update %s failed. See error logs."] = "La mise à jour %s a échoué. Merci de consulter les journaux d'erreur."; +$a->strings["Update %s failed. See error logs."] = "La mise-à -jour %s a échoué. Merci de consulter les journaux d'erreur."; $a->strings["Update Error at %s"] = "Erreur de mise à jour sur %s"; -$a->strings["Create an account to access services and applications within the Hubzilla"] = "Créez un compte pour pouvoir accéder aux services et applications de la Matrice Red"; +$a->strings["Create an account to access services and applications within the Hubzilla"] = "Créez un compte pour pouvoir accéder aux services et applications de Hubzilla"; $a->strings["Password"] = "Mot de passe"; $a->strings["Remember me"] = "Se souvenir de moi"; -$a->strings["Forgot your password?"] = "Mot de passe oublié?"; -$a->strings["permission denied"] = "permission refusée"; -$a->strings["Got Zot?"] = "Authentification magique a échouée. Êtes-vous toujours connecté à votre HUB?"; +$a->strings["Forgot your password?"] = "Mot de passe oublié ?"; $a->strings["toggle mobile"] = "(dés)activer mobile"; +$a->strings["Website SSL certificate is not valid. Please correct."] = "Le certificat SSL n'est pas valide. Corrigez le."; +$a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Erreur SSL pour %s"; +$a->strings["Cron/Scheduled tasks not running."] = "Les taches planifiées ne tournent pas."; +$a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Les tâches planifiées ne tournent pas sur %s"; diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index 430d97a47..799cdaa71 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -10,6 +10,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Note: Plusieurs de ces réglages seront disponibles via le panneau d'administration @@ -34,6 +37,15 @@ $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; + +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; + // Vos choix sont REGISTER_OPEN, REGISTER_APPROVE, ou REGISTER_CLOSED. // Soyez certains de créer votre compte personnel avant de déclarer // votre site REGISTER_CLOSED. 'register_text' (si vous décider de l'utiliser) diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index cc4087f96..b809aebdf 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel @@ -33,6 +36,15 @@ $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; + + // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 511a7f815..437425a0e 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -196,4 +196,4 @@ function submit_form(e) { if(typeof onselect !== 'undefined') a.on('textComplete:select', function(e, value, strategy) { onselect(value); }); }; -})( jQuery );
\ No newline at end of file +})( jQuery ); diff --git a/view/js/main.js b/view/js/main.js index d670b704a..04b317914 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -248,6 +248,7 @@ var updateCountsOnly = false; var divmore_height = 400; var last_filestorage_id = null; var mediaPlaying = false; +var contentHeightDiff = 0; $(function() { $.ajaxSetup({cache: false}); @@ -617,7 +618,7 @@ function updateConvItems(mode,data) { /* autocomplete @nicknames */ $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); - var bimgs = $(".wall-item-body img").not(function() { return this.complete; }); + var bimgs = ((preloadImages) ? false : $(".wall-item-body img").not(function() { return this.complete; })); var bimgcount = bimgs.length; if (bimgcount) { @@ -630,32 +631,64 @@ function updateConvItems(mode,data) { } else { collapseHeight(); } -} +} function collapseHeight() { + var origContentHeight = parseInt($("#region_2").height()); + var cDiff = 0; + var i = 0; + var position = $(window).scrollTop(); + $(".wall-item-content, .directory-collapse").each(function() { - var orgHeight = $(this).outerHeight(true); - if(orgHeight > divmore_height + 10) { + var orgHeight = parseInt($(this).css('height')); + if(orgHeight > divmore_height) { if(! $(this).hasClass('divmore')) { + + //var trigger = $(window).scrollTop() < $(this).offset().top ? true : false; + //console.log($(this).offset().top + divmore_height - $(window).scrollTop() + cDiff - ($(".divgrow-showmore").outerHeight() * i)); + + // check if we will collapse some content above the visible content and compensate the diff later + if($(this).offset().top + divmore_height - $(window).scrollTop() + cDiff - ($(".divgrow-showmore").outerHeight() * i) < 65) { + //$(this).css('color', 'red'); + //console.log($(this).offset().top + divmore_height + ' / ' + $(window).scrollTop()); + diff = orgHeight - divmore_height; + cDiff = cDiff + diff; + i++; + } + + //if(trigger) { $(this).readmore({ speed: 0, heightMargin: 50, - collapsedHeight: divmore_height, + collapsedHeight: divmore_height, moreLink: '<a href="#" class="divgrow-showmore">' + aStr.divgrowmore + '</a>', lessLink: '<a href="#" class="divgrow-showmore">' + aStr.divgrowless + '</a>', beforeToggle: function(trigger, element, expanded) { if(expanded) { if((($(element).offset().top + divmore_height) - $(window).scrollTop()) < 65 ) { - $('html, body').animate( { scrollTop: $(window).scrollTop() - (orgHeight - divmore_height) }, {duration: 0 } ); + $(window).scrollTop($(window).scrollTop() - (orgHeight - divmore_height)); } } } }); $(this).addClass('divmore'); + //} } } }); + + var collapsedContentHeight = parseInt($("#region_2").height()); + contentHeightDiff = origContentHeight - collapsedContentHeight; + console.log('collapseHeight() - contentHeightDiff: ' + contentHeightDiff + 'px'); + + if(i){ + var sval = position - cDiff + ($(".divgrow-showmore").outerHeight() * i); + console.log('collapsed above viewport count: ' + i); + $(window).scrollTop(sval); + } + + } function liveUpdate() { @@ -700,32 +733,74 @@ function liveUpdate() { var orgHeight = $("#region_2").height(); } + + var dstart = new Date(); + console.log('LOADING data...'); $.get(update_url, function(data) { - page_load = false; - scroll_next = false; - updateConvItems(update_mode,data); - $("#page-spinner").spin(false); - $("#profile-jot-text-loading").spin(false); + var dready = new Date(); + console.log('DATA ready in: ' + (dready - dstart)/1000 + ' seconds.'); + + if(update_mode === 'update' || preloadImages) { + console.log('LOADING images...'); + + $('.wall-item-body, .wall-photo-item',data).imagesLoaded( function() { + var iready = new Date(); + console.log('IMAGES ready in: ' + (iready - dready)/1000 + ' seconds.'); + + page_load = false; + scroll_next = false; + updateConvItems(update_mode,data); + $("#page-spinner").spin(false); + $("#profile-jot-text-loading").spin(false); + + // adjust scroll position if new content was added above viewport + if(update_mode === 'update') { + $(window).scrollTop($(window).scrollTop() + $("#region_2").height() - orgHeight + contentHeightDiff); + } + + in_progress = false; - if(update_mode === 'update') { - $(window).scrollTop($(window).scrollTop() + $("#region_2").height() - orgHeight); + // FIXME - the following lines were added so that almost + // immediately after we update the posts on the page, we + // re-check and update the notification counts. + // As it turns out this causes a bit of an inefficiency + // as we're pinging twice for every update, once before + // and once after. A btter way to do this is to rewrite + // NavUpdate and perhaps LiveUpdate so that we check for + // post updates first and only call the notification ping + // once. + + updateCountsOnly = true; + if(timer) clearTimeout(timer); + timer = setTimeout(NavUpdate,10); + + }); } + else { + page_load = false; + scroll_next = false; + updateConvItems(update_mode,data); + $("#page-spinner").spin(false); + $("#profile-jot-text-loading").spin(false); + + in_progress = false; + + // FIXME - the following lines were added so that almost + // immediately after we update the posts on the page, we + // re-check and update the notification counts. + // As it turns out this causes a bit of an inefficiency + // as we're pinging twice for every update, once before + // and once after. A btter way to do this is to rewrite + // NavUpdate and perhaps LiveUpdate so that we check for + // post updates first and only call the notification ping + // once. + + updateCountsOnly = true; + if(timer) clearTimeout(timer); + timer = setTimeout(NavUpdate,10); - in_progress = false; + } - // FIXME - the following lines were added so that almost - // immediately after we update the posts on the page, we - // re-check and update the notification counts. - // As it turns out this causes a bit of an inefficiency - // as we're pinging twice for every update, once before - // and once after. A btter way to do this is to rewrite - // NavUpdate and perhaps LiveUpdate so that we check for - // post updates first and only call the notification ping - // once. - - updateCountsOnly = true; - if(timer) clearTimeout(timer); - timer = setTimeout(NavUpdate,10); }); } @@ -1202,21 +1277,8 @@ function zFormError(elm,x) { $(window).scroll(function () { if(typeof buildCmd == 'function') { // This is a content page with items and/or conversations - $('#more').hide(); - $('#no-more').hide(); - - if($(window).scrollTop() + $(window).height() > $(document).height() - 200) { - $('#more').css("top","400"); - $('#more').show(); - } - - if($(window).scrollTop() + $(window).height() > $(document).height() - 100) { -// if($(window).scrollTop() > $(document).height() - ($(window).height() * 1.5 )) { - + if($(window).scrollTop() + $(window).height() > $(document).height() - 300) { if((pageHasMoreContent) && (! loadingPage)) { - $('#more').hide(); - $('#no-more').hide(); - next_page++; scroll_next = true; loadingPage = true; @@ -1226,18 +1288,8 @@ $(window).scroll(function () { } else { // This is some other kind of page - perhaps a directory - - if($(window).scrollTop() + $(window).height() > $(document).height() - 200) { - $('#more').css("top","400"); - $('#more').show(); - } - - if($(window).scrollTop() + $(window).height() > $(document).height() - 100) { -// if($(window).scrollTop() > ($(document).height() - $(window).height() * 1.5 )) { + if($(window).scrollTop() + $(window).height() > $(document).height() - 300) { if((pageHasMoreContent) && (! loadingPage) && (! justifiedGalleryActive)) { - $('#more').hide(); - $('#no-more').hide(); - next_page++; scroll_next = true; loadingPage = true; diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js index f29d96729..112204a5a 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -1,15 +1,16 @@ -$(document).ready(function() { +$(document).ready(function() { $("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a', true); + $(".autotime").timeago(); }); $("#contacts-search").keyup(function(event){ if(event.keyCode == 13){ - $("#contacts-search-submit").click(); + $("#contacts-search").click(); } }); $(".autocomplete-w1 .selected").keyup(function(event){ if(event.keyCode == 13){ - $("#contacts-search-submit").click(); + $("#contacts-search").click(); } }); diff --git a/view/js/mod_register.js b/view/js/mod_register.js index 95bc7bbbb..8430b4655 100644 --- a/view/js/mod_register.js +++ b/view/js/mod_register.js @@ -26,4 +26,25 @@ $(document).ready(function() { zFormError("#register-password2-feedback", false); } }); + + + $("#newchannel-name").blur(function() { + $("#name-spinner").spin('small'); + var zreg_name = $("#newchannel-name").val(); + $.get("new_channel/autofill.json?f=&name=" + encodeURIComponent(zreg_name),function(data) { + $("#newchannel-nickname").val(data); + zFormError("#newchannel-name-feedback",data.error); + $("#name-spinner").spin(false); + }); + }); + $("#newchannel-nickname").blur(function() { + $("#nick-spinner").spin('small'); + var zreg_nick = $("#newchannel-nickname").val(); + $.get("new_channel/checkaddr.json?f=&nick=" + encodeURIComponent(zreg_nick),function(data) { + $("#newchannel-nickname").val(data); + zFormError("#newchannel-nickname-feedback",data.error); + $("#nick-spinner").spin(false); + }); + }); + });
\ No newline at end of file diff --git a/view/nb-no/hmessages.po b/view/nb-no/hmessages.po index 7f8fc02e0..e8a631eb6 100644 --- a/view/nb-no/hmessages.po +++ b/view/nb-no/hmessages.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-27 00:03-0800\n" -"PO-Revision-Date: 2015-12-02 19:20+0000\n" +"POT-Creation-Date: 2015-12-18 00:03-0800\n" +"PO-Revision-Date: 2015-12-20 13:37+0000\n" "Last-Translator: Haakon Meland Eriksen <haakon.eriksen@far.no>\n" "Language-Team: Norwegian BokmÃ¥l (Norway) (http://www.transifex.com/Friendica/red-matrix/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../include/Contact.php:101 ../../include/identity.php:953 +#: ../../include/Contact.php:101 ../../include/identity.php:947 #: ../../include/widgets.php:137 ../../include/widgets.php:175 #: ../../include/conversation.php:953 ../../mod/match.php:64 #: ../../mod/directory.php:318 ../../mod/suggest.php:52 @@ -54,17 +54,17 @@ msgstr "Ugyldig rom-spesifisering" msgid "Room not found." msgstr "Rommet ble ikke funnet." -#: ../../include/chat.php:133 ../../include/items.php:4396 -#: ../../include/attach.php:140 ../../include/attach.php:188 -#: ../../include/attach.php:251 ../../include/attach.php:265 -#: ../../include/attach.php:272 ../../include/attach.php:337 -#: ../../include/attach.php:351 ../../include/attach.php:358 -#: ../../include/attach.php:436 ../../include/attach.php:884 -#: ../../include/attach.php:955 ../../include/attach.php:1107 -#: ../../include/photos.php:29 ../../mod/filestorage.php:18 +#: ../../include/chat.php:133 ../../include/items.php:4405 +#: ../../include/photos.php:29 ../../include/attach.php:140 +#: ../../include/attach.php:188 ../../include/attach.php:251 +#: ../../include/attach.php:265 ../../include/attach.php:272 +#: ../../include/attach.php:337 ../../include/attach.php:351 +#: ../../include/attach.php:358 ../../include/attach.php:436 +#: ../../include/attach.php:888 ../../include/attach.php:959 +#: ../../include/attach.php:1111 ../../mod/filestorage.php:18 #: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88 -#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:205 -#: ../../mod/item.php:213 ../../mod/item.php:1049 ../../mod/common.php:35 +#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:206 +#: ../../mod/item.php:214 ../../mod/item.php:1050 ../../mod/common.php:35 #: ../../mod/achievements.php:30 ../../mod/rate.php:111 #: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/id.php:71 #: ../../mod/like.php:177 ../../mod/page.php:31 ../../mod/page.php:86 @@ -77,20 +77,20 @@ msgstr "Rommet ble ikke funnet." #: ../../mod/editwebpage.php:125 ../../mod/profile.php:64 #: ../../mod/profile.php:72 ../../mod/api.php:26 ../../mod/api.php:31 #: ../../mod/fsuggest.php:78 ../../mod/sources.php:66 -#: ../../mod/notifications.php:66 ../../mod/photos.php:70 -#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354 -#: ../../mod/thing.php:271 ../../mod/thing.php:291 ../../mod/thing.php:328 -#: ../../mod/editblock.php:65 ../../mod/network.php:12 -#: ../../mod/pdledit.php:21 ../../mod/register.php:72 +#: ../../mod/notifications.php:66 ../../mod/invite.php:13 +#: ../../mod/invite.php:87 ../../mod/profile_photo.php:341 +#: ../../mod/profile_photo.php:354 ../../mod/thing.php:271 +#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/editblock.php:65 +#: ../../mod/network.php:12 ../../mod/pdledit.php:21 ../../mod/register.php:72 #: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 #: ../../mod/settings.php:568 ../../mod/webpages.php:69 #: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76 -#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/mail.php:118 -#: ../../mod/regmod.php:17 ../../mod/channel.php:100 ../../mod/channel.php:214 -#: ../../mod/channel.php:254 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/editpost.php:13 ../../mod/chat.php:94 ../../mod/chat.php:99 -#: ../../mod/viewsrc.php:14 ../../mod/authtest.php:13 -#: ../../mod/connections.php:29 ../../mod/manage.php:6 ../../mod/menu.php:74 +#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/regmod.php:17 +#: ../../mod/channel.php:100 ../../mod/channel.php:214 +#: ../../mod/channel.php:254 ../../mod/photos.php:70 ../../mod/editpost.php:13 +#: ../../mod/chat.php:94 ../../mod/chat.php:99 ../../mod/viewsrc.php:14 +#: ../../mod/authtest.php:13 ../../mod/connections.php:29 +#: ../../mod/manage.php:6 ../../mod/menu.php:74 ../../mod/mail.php:126 #: ../../mod/service_limits.php:7 ../../mod/suggest.php:26 #: ../../mod/events.php:260 ../../mod/message.php:16 ../../mod/block.php:22 #: ../../mod/block.php:72 ../../mod/mitem.php:111 ../../mod/sharedwithme.php:7 @@ -120,15 +120,390 @@ msgstr "Kanalkloning mislyktes. Import mislyktes." msgid "Cloned channel not found. Import failed." msgstr "Klonet kanal ble ikke funnet. Import mislyktes." +#: ../../include/text.php:394 +msgid "prev" +msgstr "forrige" + +#: ../../include/text.php:396 +msgid "first" +msgstr "første" + +#: ../../include/text.php:425 +msgid "last" +msgstr "siste" + +#: ../../include/text.php:428 +msgid "next" +msgstr "neste" + +#: ../../include/text.php:438 +msgid "older" +msgstr "eldre" + +#: ../../include/text.php:440 +msgid "newer" +msgstr "nyere" + +#: ../../include/text.php:785 +msgid "No connections" +msgstr "Ingen forbindelser" + +#: ../../include/text.php:797 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d forbindelse" +msgstr[1] "%d forbindelser" + +#: ../../include/text.php:810 ../../mod/viewconnections.php:101 +msgid "View Connections" +msgstr "Vis forbindelser" + +#: ../../include/text.php:867 ../../include/text.php:879 +#: ../../include/nav.php:159 ../../include/apps.php:147 +#: ../../mod/search.php:40 +msgid "Search" +msgstr "Søk" + +#: ../../include/text.php:868 ../../include/text.php:880 +#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:100 ../../mod/admin.php:1454 ../../mod/admin.php:1474 +#: ../../mod/filer.php:49 +msgid "Save" +msgstr "Lagre" + +#: ../../include/text.php:954 +msgid "poke" +msgstr "prikk" + +#: ../../include/text.php:954 ../../include/conversation.php:243 +msgid "poked" +msgstr "prikket" + +#: ../../include/text.php:955 +msgid "ping" +msgstr "varsle" + +#: ../../include/text.php:955 +msgid "pinged" +msgstr "varslet" + +#: ../../include/text.php:956 +msgid "prod" +msgstr "oppildne" + +#: ../../include/text.php:956 +msgid "prodded" +msgstr "oppildnet" + +#: ../../include/text.php:957 +msgid "slap" +msgstr "daske" + +#: ../../include/text.php:957 +msgid "slapped" +msgstr "dasket" + +#: ../../include/text.php:958 +msgid "finger" +msgstr "fingre" + +#: ../../include/text.php:958 +msgid "fingered" +msgstr "fingret" + +#: ../../include/text.php:959 +msgid "rebuff" +msgstr "tilbakevise" + +#: ../../include/text.php:959 +msgid "rebuffed" +msgstr "tilbakeviste" + +#: ../../include/text.php:969 +msgid "happy" +msgstr "glad" + +#: ../../include/text.php:970 +msgid "sad" +msgstr "trist" + +#: ../../include/text.php:971 +msgid "mellow" +msgstr "dempet" + +#: ../../include/text.php:972 +msgid "tired" +msgstr "trøtt" + +#: ../../include/text.php:973 +msgid "perky" +msgstr "oppkvikket" + +#: ../../include/text.php:974 +msgid "angry" +msgstr "sint" + +#: ../../include/text.php:975 +msgid "stupified" +msgstr "sløvet" + +#: ../../include/text.php:976 +msgid "puzzled" +msgstr "forundret" + +#: ../../include/text.php:977 +msgid "interested" +msgstr "interessert" + +#: ../../include/text.php:978 +msgid "bitter" +msgstr "bitter" + +#: ../../include/text.php:979 +msgid "cheerful" +msgstr "munter" + +#: ../../include/text.php:980 +msgid "alive" +msgstr "levende" + +#: ../../include/text.php:981 +msgid "annoyed" +msgstr "irritert" + +#: ../../include/text.php:982 +msgid "anxious" +msgstr "nervøs" + +#: ../../include/text.php:983 +msgid "cranky" +msgstr "gretten" + +#: ../../include/text.php:984 +msgid "disturbed" +msgstr "foruroliget" + +#: ../../include/text.php:985 +msgid "frustrated" +msgstr "frustrert" + +#: ../../include/text.php:986 +msgid "depressed" +msgstr "lei seg" + +#: ../../include/text.php:987 +msgid "motivated" +msgstr "motivert" + +#: ../../include/text.php:988 +msgid "relaxed" +msgstr "avslappet" + +#: ../../include/text.php:989 +msgid "surprised" +msgstr "overrasket" + +#: ../../include/text.php:1161 ../../include/js_strings.php:70 +msgid "Monday" +msgstr "mandag" + +#: ../../include/text.php:1161 ../../include/js_strings.php:71 +msgid "Tuesday" +msgstr "tirsdag" + +#: ../../include/text.php:1161 ../../include/js_strings.php:72 +msgid "Wednesday" +msgstr "onsdag" + +#: ../../include/text.php:1161 ../../include/js_strings.php:73 +msgid "Thursday" +msgstr "torsdag" + +#: ../../include/text.php:1161 ../../include/js_strings.php:74 +msgid "Friday" +msgstr "fredag" + +#: ../../include/text.php:1161 ../../include/js_strings.php:75 +msgid "Saturday" +msgstr "lørdag" + +#: ../../include/text.php:1161 ../../include/js_strings.php:69 +msgid "Sunday" +msgstr "søndag" + +#: ../../include/text.php:1165 ../../include/js_strings.php:45 +msgid "January" +msgstr "januar" + +#: ../../include/text.php:1165 ../../include/js_strings.php:46 +msgid "February" +msgstr "februar" + +#: ../../include/text.php:1165 ../../include/js_strings.php:47 +msgid "March" +msgstr "mars" + +#: ../../include/text.php:1165 ../../include/js_strings.php:48 +msgid "April" +msgstr "april" + +#: ../../include/text.php:1165 +msgid "May" +msgstr "mai" + +#: ../../include/text.php:1165 ../../include/js_strings.php:50 +msgid "June" +msgstr "juni" + +#: ../../include/text.php:1165 ../../include/js_strings.php:51 +msgid "July" +msgstr "juli" + +#: ../../include/text.php:1165 ../../include/js_strings.php:52 +msgid "August" +msgstr "august" + +#: ../../include/text.php:1165 ../../include/js_strings.php:53 +msgid "September" +msgstr "september" + +#: ../../include/text.php:1165 ../../include/js_strings.php:54 +msgid "October" +msgstr "oktober" + +#: ../../include/text.php:1165 ../../include/js_strings.php:55 +msgid "November" +msgstr "november" + +#: ../../include/text.php:1165 ../../include/js_strings.php:56 +msgid "December" +msgstr "desember" + +#: ../../include/text.php:1242 ../../include/text.php:1246 +msgid "Unknown Attachment" +msgstr "Ukjent vedlegg" + +#: ../../include/text.php:1248 ../../include/RedDAV/RedBrowser.php:237 +#: ../../mod/sharedwithme.php:97 +msgid "Size" +msgstr "Størrelse" + +#: ../../include/text.php:1248 +msgid "unknown" +msgstr "ukjent" + +#: ../../include/text.php:1284 +msgid "remove category" +msgstr "fjern kategori" + +#: ../../include/text.php:1361 +msgid "remove from file" +msgstr "fjern fra fil" + +#: ../../include/text.php:1392 ../../include/event.php:22 +#: ../../include/bb2diaspora.php:465 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: ../../include/text.php:1396 ../../include/event.php:30 +#: ../../include/bb2diaspora.php:471 +msgid "Starts:" +msgstr "Starter:" + +#: ../../include/text.php:1400 ../../include/event.php:40 +#: ../../include/bb2diaspora.php:479 +msgid "Finishes:" +msgstr "Slutter:" + +#: ../../include/text.php:1407 ../../include/event.php:52 +#: ../../include/identity.php:998 ../../include/bb2diaspora.php:487 +#: ../../mod/directory.php:304 +msgid "Location:" +msgstr "Plassering:" + +#: ../../include/text.php:1503 ../../include/text.php:1514 +msgid "Click to open/close" +msgstr "Klikk for Ã¥ Ã¥pne/lukke" + +#: ../../include/text.php:1698 ../../mod/events.php:623 +msgid "Link to Source" +msgstr "Lenke til kilde" + +#: ../../include/text.php:1719 ../../include/text.php:1791 +msgid "default" +msgstr "standard" + +#: ../../include/text.php:1727 +msgid "Page layout" +msgstr "Sidens layout" + +#: ../../include/text.php:1727 +msgid "You can create your own with the layouts tool" +msgstr "Du kan lage din egen med layout-verktøyet" + +#: ../../include/text.php:1769 +msgid "Page content type" +msgstr "Sidens innholdstype" + +#: ../../include/text.php:1803 +msgid "Select an alternate language" +msgstr "Velg et annet sprÃ¥k" + +#: ../../include/text.php:1922 ../../include/conversation.php:120 +#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83 +msgid "photo" +msgstr "foto" + +#: ../../include/text.php:1925 ../../include/event.php:904 +#: ../../include/conversation.php:123 ../../mod/tagger.php:47 +#: ../../mod/like.php:363 ../../mod/events.php:249 +msgid "event" +msgstr "hendelse" + +#: ../../include/text.php:1928 ../../include/conversation.php:148 +#: ../../mod/like.php:361 ../../mod/subthread.php:83 +msgid "status" +msgstr "status" + +#: ../../include/text.php:1930 ../../include/conversation.php:150 +#: ../../mod/tagger.php:53 +msgid "comment" +msgstr "kommentar" + +#: ../../include/text.php:1935 +msgid "activity" +msgstr "aktivitet" + +#: ../../include/text.php:2230 +msgid "Design Tools" +msgstr "Designverktøy" + +#: ../../include/text.php:2233 ../../mod/blocks.php:147 +msgid "Blocks" +msgstr "Byggeklosser" + +#: ../../include/text.php:2234 ../../mod/menu.php:103 +msgid "Menus" +msgstr "Menyer" + +#: ../../include/text.php:2235 ../../mod/layouts.php:174 +msgid "Layouts" +msgstr "Layout" + +#: ../../include/text.php:2236 +msgid "Pages" +msgstr "Sider" + +#: ../../include/text.php:2588 ../../include/RedDAV/RedBrowser.php:131 +msgid "Collection" +msgstr "Samling" + #: ../../include/RedDAV/RedBrowser.php:107 #: ../../include/RedDAV/RedBrowser.php:239 msgid "parent" msgstr "opp et nivÃ¥" -#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2582 -msgid "Collection" -msgstr "Samling" - #: ../../include/RedDAV/RedBrowser.php:134 msgid "Principal" msgstr "Viktigste" @@ -149,16 +524,16 @@ msgstr "Tidsplan innboks" msgid "Schedule Outbox" msgstr "Tidsplan utboks" -#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1317 +#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1330 #: ../../include/conversation.php:1027 ../../include/apps.php:360 -#: ../../include/apps.php:415 ../../mod/photos.php:759 -#: ../../mod/photos.php:1198 +#: ../../include/apps.php:415 ../../mod/photos.php:754 +#: ../../mod/photos.php:1195 msgid "Unknown" msgstr "Ukjent" #: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1629 #: ../../include/nav.php:93 ../../include/apps.php:135 -#: ../../mod/fbrowser.php:114 +#: ../../mod/fbrowser.php:109 msgid "Files" msgstr "Filer" @@ -178,13 +553,13 @@ msgid "Create" msgstr "Lag" #: ../../include/RedDAV/RedBrowser.php:231 -#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1329 -#: ../../mod/photos.php:784 ../../mod/photos.php:1317 -#: ../../mod/profile_photo.php:453 +#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1343 +#: ../../mod/profile_photo.php:453 ../../mod/photos.php:781 +#: ../../mod/photos.php:1316 msgid "Upload" msgstr "Last opp" -#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:974 +#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:986 #: ../../mod/settings.php:588 ../../mod/settings.php:614 #: ../../mod/sharedwithme.php:95 msgid "Name" @@ -194,11 +569,6 @@ msgstr "Navn" msgid "Type" msgstr "Type" -#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1248 -#: ../../mod/sharedwithme.php:97 -msgid "Size" -msgstr "Størrelse" - #: ../../include/RedDAV/RedBrowser.php:238 ../../mod/sharedwithme.php:98 msgid "Last Modified" msgstr "Sist endret" @@ -219,10 +589,10 @@ msgstr "Endre" #: ../../include/RedDAV/RedBrowser.php:241 ../../include/conversation.php:657 #: ../../include/ItemObject.php:120 ../../include/apps.php:260 #: ../../mod/group.php:173 ../../mod/blocks.php:155 ../../mod/connedit.php:551 -#: ../../mod/editwebpage.php:223 ../../mod/photos.php:1129 -#: ../../mod/thing.php:258 ../../mod/editblock.php:181 ../../mod/admin.php:809 -#: ../../mod/admin.php:968 ../../mod/editlayout.php:179 -#: ../../mod/settings.php:649 ../../mod/webpages.php:183 +#: ../../mod/editwebpage.php:223 ../../mod/thing.php:258 +#: ../../mod/editblock.php:181 ../../mod/admin.php:821 ../../mod/admin.php:980 +#: ../../mod/editlayout.php:179 ../../mod/settings.php:649 +#: ../../mod/webpages.php:183 ../../mod/photos.php:1126 msgid "Delete" msgstr "Slett" @@ -253,7 +623,7 @@ msgid "Delete this item?" msgstr "Slett dette elementet?" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:696 -#: ../../mod/photos.php:1047 ../../mod/photos.php:1165 +#: ../../mod/photos.php:1044 ../../mod/photos.php:1162 msgid "Comment" msgstr "Kommentar" @@ -319,24 +689,25 @@ msgid "Describe (optional)" msgstr "Beskriv (valgfritt)" #: ../../include/js_strings.php:22 ../../include/widgets.php:676 -#: ../../include/ItemObject.php:697 ../../mod/filestorage.php:156 -#: ../../mod/group.php:81 ../../mod/connect.php:93 ../../mod/rate.php:168 -#: ../../mod/mood.php:135 ../../mod/setup.php:331 ../../mod/setup.php:371 -#: ../../mod/pconfig.php:108 ../../mod/poke.php:171 ../../mod/profiles.php:675 +#: ../../include/widgets.php:688 ../../include/ItemObject.php:697 +#: ../../mod/filestorage.php:156 ../../mod/group.php:81 +#: ../../mod/connect.php:93 ../../mod/rate.php:168 ../../mod/mood.php:135 +#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/pconfig.php:108 +#: ../../mod/poke.php:171 ../../mod/profiles.php:675 #: ../../mod/connedit.php:715 ../../mod/fsuggest.php:108 #: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/import.php:527 ../../mod/photos.php:637 ../../mod/photos.php:1008 -#: ../../mod/photos.php:1048 ../../mod/photos.php:1166 ../../mod/thing.php:313 +#: ../../mod/import.php:527 ../../mod/invite.php:142 ../../mod/thing.php:313 #: ../../mod/thing.php:359 ../../mod/import_items.php:122 -#: ../../mod/pdledit.php:58 ../../mod/admin.php:435 ../../mod/admin.php:802 -#: ../../mod/admin.php:966 ../../mod/admin.php:1103 ../../mod/admin.php:1297 -#: ../../mod/admin.php:1382 ../../mod/settings.php:586 +#: ../../mod/pdledit.php:58 ../../mod/admin.php:447 ../../mod/admin.php:814 +#: ../../mod/admin.php:978 ../../mod/admin.php:1115 ../../mod/admin.php:1309 +#: ../../mod/admin.php:1394 ../../mod/settings.php:586 #: ../../mod/settings.php:698 ../../mod/settings.php:726 #: ../../mod/settings.php:749 ../../mod/settings.php:834 #: ../../mod/settings.php:1023 ../../mod/appman.php:99 ../../mod/locs.php:116 -#: ../../mod/mail.php:371 ../../mod/xchan.php:11 ../../mod/invite.php:142 -#: ../../mod/chat.php:184 ../../mod/chat.php:213 ../../mod/events.php:476 -#: ../../mod/events.php:673 ../../mod/mitem.php:231 +#: ../../mod/xchan.php:11 ../../mod/photos.php:637 ../../mod/photos.php:1005 +#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/chat.php:184 +#: ../../mod/chat.php:213 ../../mod/mail.php:380 ../../mod/events.php:461 +#: ../../mod/events.php:658 ../../mod/mitem.php:231 #: ../../view/theme/redbasic/php/config.php:99 msgid "Submit" msgstr "Send" @@ -350,7 +721,7 @@ msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "Endringene er ikke lagret. Er du sikker pÃ¥ at du ønsker Ã¥ forlate denne siden?" #: ../../include/js_strings.php:25 ../../mod/pubsites.php:28 -#: ../../mod/profiles.php:464 ../../mod/events.php:467 +#: ../../mod/profiles.php:464 ../../mod/events.php:452 msgid "Location" msgstr "Plassering" @@ -427,55 +798,11 @@ msgstr " " msgid "timeago.numbers" msgstr "timeago.numbers" -#: ../../include/js_strings.php:45 ../../include/text.php:1165 -msgid "January" -msgstr "januar" - -#: ../../include/js_strings.php:46 ../../include/text.php:1165 -msgid "February" -msgstr "februar" - -#: ../../include/js_strings.php:47 ../../include/text.php:1165 -msgid "March" -msgstr "mars" - -#: ../../include/js_strings.php:48 ../../include/text.php:1165 -msgid "April" -msgstr "april" - #: ../../include/js_strings.php:49 msgctxt "long" msgid "May" msgstr "mai" -#: ../../include/js_strings.php:50 ../../include/text.php:1165 -msgid "June" -msgstr "juni" - -#: ../../include/js_strings.php:51 ../../include/text.php:1165 -msgid "July" -msgstr "juli" - -#: ../../include/js_strings.php:52 ../../include/text.php:1165 -msgid "August" -msgstr "august" - -#: ../../include/js_strings.php:53 ../../include/text.php:1165 -msgid "September" -msgstr "september" - -#: ../../include/js_strings.php:54 ../../include/text.php:1165 -msgid "October" -msgstr "oktober" - -#: ../../include/js_strings.php:55 ../../include/text.php:1165 -msgid "November" -msgstr "november" - -#: ../../include/js_strings.php:56 ../../include/text.php:1165 -msgid "December" -msgstr "desember" - #: ../../include/js_strings.php:57 msgid "Jan" msgstr "Jan" @@ -525,34 +852,6 @@ msgstr "Nov" msgid "Dec" msgstr "Des" -#: ../../include/js_strings.php:69 ../../include/text.php:1161 -msgid "Sunday" -msgstr "søndag" - -#: ../../include/js_strings.php:70 ../../include/text.php:1161 -msgid "Monday" -msgstr "mandag" - -#: ../../include/js_strings.php:71 ../../include/text.php:1161 -msgid "Tuesday" -msgstr "tirsdag" - -#: ../../include/js_strings.php:72 ../../include/text.php:1161 -msgid "Wednesday" -msgstr "onsdag" - -#: ../../include/js_strings.php:73 ../../include/text.php:1161 -msgid "Thursday" -msgstr "torsdag" - -#: ../../include/js_strings.php:74 ../../include/text.php:1161 -msgid "Friday" -msgstr "fredag" - -#: ../../include/js_strings.php:75 ../../include/text.php:1161 -msgid "Saturday" -msgstr "lørdag" - #: ../../include/js_strings.php:76 msgid "Sun" msgstr "Søn" @@ -614,7 +913,7 @@ msgstr "Ingen brukernavn ble funnet i importfilen." msgid "Import completed." msgstr "Import ferdig." -#: ../../include/comanche.php:34 ../../mod/admin.php:351 +#: ../../include/comanche.php:34 ../../mod/admin.php:356 msgid "Default" msgstr "Standard" @@ -625,148 +924,75 @@ msgstr "Standard" msgid "Permission denied" msgstr "Tillatelse avvist" -#: ../../include/items.php:1128 ../../include/items.php:1174 +#: ../../include/items.php:1130 ../../include/items.php:1176 msgid "(Unknown)" msgstr "(Ukjent)" -#: ../../include/items.php:1371 +#: ../../include/items.php:1373 msgid "Visible to anybody on the internet." msgstr "Synlig for enhver pÃ¥ Internett." -#: ../../include/items.php:1373 +#: ../../include/items.php:1375 msgid "Visible to you only." msgstr "Synlig bare for deg." -#: ../../include/items.php:1375 +#: ../../include/items.php:1377 msgid "Visible to anybody in this network." msgstr "Synlig for enhver i dette nettverket." -#: ../../include/items.php:1377 +#: ../../include/items.php:1379 msgid "Visible to anybody authenticated." msgstr "Synlig for enhver som er autentisert." -#: ../../include/items.php:1379 +#: ../../include/items.php:1381 #, php-format msgid "Visible to anybody on %s." msgstr "Synlig for alle pÃ¥ %s." -#: ../../include/items.php:1381 +#: ../../include/items.php:1383 msgid "Visible to all connections." msgstr "Synlig for alle forbindelser." -#: ../../include/items.php:1383 +#: ../../include/items.php:1385 msgid "Visible to approved connections." msgstr "Synlig for godkjente forbindelser." -#: ../../include/items.php:1385 +#: ../../include/items.php:1387 msgid "Visible to specific connections." msgstr "Synlig for spesifikke forbindelser." -#: ../../include/items.php:4317 ../../mod/filestorage.php:27 -#: ../../mod/thing.php:86 ../../mod/admin.php:127 ../../mod/admin.php:1005 -#: ../../mod/admin.php:1210 ../../mod/display.php:36 ../../mod/viewsrc.php:20 +#: ../../include/items.php:4326 ../../mod/filestorage.php:27 +#: ../../mod/display.php:36 ../../mod/thing.php:86 ../../mod/admin.php:129 +#: ../../mod/admin.php:1017 ../../mod/admin.php:1222 ../../mod/viewsrc.php:20 msgid "Item not found." msgstr "Elementet ble ikke funnet." -#: ../../include/items.php:4826 ../../mod/group.php:38 ../../mod/group.php:137 +#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137 msgid "Collection not found." msgstr "Samlingen ble ikke funnet." -#: ../../include/items.php:4842 +#: ../../include/items.php:4854 msgid "Collection is empty." msgstr "Samlingen er tom." -#: ../../include/items.php:4849 +#: ../../include/items.php:4861 #, php-format msgid "Collection: %s" msgstr "Samling: %s" -#: ../../include/items.php:4859 ../../mod/connedit.php:683 +#: ../../include/items.php:4871 ../../mod/connedit.php:683 #, php-format msgid "Connection: %s" msgstr "Forbindelse: %s" -#: ../../include/items.php:4861 +#: ../../include/items.php:4873 msgid "Connection not found." msgstr "Forbindelsen ble ikke funnet." -#: ../../include/message.php:18 -msgid "No recipient provided." -msgstr "Ingen mottaker angitt." - -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "[ikke noe emne]" - -#: ../../include/message.php:43 -msgid "Unable to determine sender." -msgstr "Kan ikke avgjøre avsender." - -#: ../../include/message.php:218 -msgid "Stored post could not be verified." -msgstr "Lagret innlegg kunne ikke bekreftes." - -#: ../../include/network.php:630 -msgid "view full size" -msgstr "vis full størrelse" - -#: ../../include/network.php:1608 ../../include/enotify.php:57 -msgid "$Projectname Notification" -msgstr "$Projectname varsling" - -#: ../../include/network.php:1609 ../../include/enotify.php:58 -msgid "$projectname" -msgstr "$projectname" - -#: ../../include/network.php:1611 ../../include/enotify.php:60 -msgid "Thank You," -msgstr "Tusen takk," - -#: ../../include/network.php:1613 ../../include/enotify.php:62 -#, php-format -msgid "%s Administrator" -msgstr "%s administrator" - -#: ../../include/network.php:1655 ../../include/account.php:316 -#: ../../include/account.php:343 ../../include/account.php:403 -msgid "Administrator" -msgstr "Administrator" - -#: ../../include/network.php:1669 -msgid "No Subject" -msgstr "Uten emne" - -#: ../../include/event.php:22 ../../include/bb2diaspora.php:471 -#: ../../include/text.php:1392 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:477 -#: ../../include/text.php:1396 -msgid "Starts:" -msgstr "Starter:" - -#: ../../include/event.php:40 ../../include/bb2diaspora.php:485 -#: ../../include/text.php:1400 -msgid "Finishes:" -msgstr "Slutter:" - -#: ../../include/event.php:52 ../../include/identity.php:1004 -#: ../../include/bb2diaspora.php:493 ../../include/text.php:1407 -#: ../../mod/directory.php:304 -msgid "Location:" -msgstr "Plassering:" - #: ../../include/event.php:768 msgid "This event has been added to your calendar." msgstr "Denne hendelsen er lagt til i din kalender." -#: ../../include/event.php:904 ../../include/conversation.php:123 -#: ../../include/text.php:1919 ../../mod/tagger.php:47 ../../mod/like.php:363 -#: ../../mod/events.php:249 -msgid "event" -msgstr "hendelse" - #: ../../include/event.php:967 msgid "Not specified" msgstr "Ikke spesifisert" @@ -846,206 +1072,206 @@ msgstr "Forespurt kanal er ikke tilgjengelig." msgid "Requested profile is not available." msgstr "Forespurt profil er ikke tilgjengelig." -#: ../../include/identity.php:966 ../../mod/profiles.php:782 +#: ../../include/identity.php:960 ../../mod/profiles.php:782 msgid "Change profile photo" msgstr "Endre profilbilde" -#: ../../include/identity.php:972 +#: ../../include/identity.php:966 msgid "Profiles" msgstr "Profiler" -#: ../../include/identity.php:972 +#: ../../include/identity.php:966 msgid "Manage/edit profiles" msgstr "HÃ¥ndtere/endre profiler" -#: ../../include/identity.php:973 ../../mod/profiles.php:783 +#: ../../include/identity.php:967 ../../mod/profiles.php:783 msgid "Create New Profile" msgstr "Lag ny profil" -#: ../../include/identity.php:976 ../../include/nav.php:90 +#: ../../include/identity.php:970 ../../include/nav.php:90 msgid "Edit Profile" msgstr "Endre profil" -#: ../../include/identity.php:988 ../../mod/profiles.php:794 +#: ../../include/identity.php:982 ../../mod/profiles.php:794 msgid "Profile Image" msgstr "Profilbilde" -#: ../../include/identity.php:991 +#: ../../include/identity.php:985 msgid "visible to everybody" msgstr "synlig for alle" -#: ../../include/identity.php:992 ../../mod/profiles.php:677 +#: ../../include/identity.php:986 ../../mod/profiles.php:677 #: ../../mod/profiles.php:798 msgid "Edit visibility" msgstr "Endre synlighet" -#: ../../include/identity.php:1008 ../../include/identity.php:1248 +#: ../../include/identity.php:1002 ../../include/identity.php:1242 msgid "Gender:" msgstr "Kjønn:" -#: ../../include/identity.php:1009 ../../include/identity.php:1292 +#: ../../include/identity.php:1003 ../../include/identity.php:1286 msgid "Status:" msgstr "Status:" -#: ../../include/identity.php:1010 ../../include/identity.php:1303 +#: ../../include/identity.php:1004 ../../include/identity.php:1297 msgid "Homepage:" msgstr "Hjemmeside:" -#: ../../include/identity.php:1011 +#: ../../include/identity.php:1005 msgid "Online Now" msgstr "Online nÃ¥" -#: ../../include/identity.php:1095 ../../include/identity.php:1173 +#: ../../include/identity.php:1089 ../../include/identity.php:1167 #: ../../mod/ping.php:318 msgid "g A l F d" msgstr "g A l F d" -#: ../../include/identity.php:1096 ../../include/identity.php:1174 +#: ../../include/identity.php:1090 ../../include/identity.php:1168 msgid "F d" msgstr "F d" -#: ../../include/identity.php:1141 ../../include/identity.php:1213 +#: ../../include/identity.php:1135 ../../include/identity.php:1207 #: ../../mod/ping.php:341 msgid "[today]" msgstr "[idag]" -#: ../../include/identity.php:1152 +#: ../../include/identity.php:1146 msgid "Birthday Reminders" msgstr "FødselsdagspÃ¥minnnelser" -#: ../../include/identity.php:1153 +#: ../../include/identity.php:1147 msgid "Birthdays this week:" msgstr "Fødselsdager denne uken:" -#: ../../include/identity.php:1206 +#: ../../include/identity.php:1200 msgid "[No description]" msgstr "[Ingen beskrivelse]" -#: ../../include/identity.php:1224 +#: ../../include/identity.php:1218 msgid "Event Reminders" msgstr "HendelsespÃ¥minnelser" -#: ../../include/identity.php:1225 +#: ../../include/identity.php:1219 msgid "Events this week:" msgstr "Hendelser denne uken:" -#: ../../include/identity.php:1238 ../../include/identity.php:1355 +#: ../../include/identity.php:1232 ../../include/identity.php:1349 #: ../../include/apps.php:138 ../../mod/profperm.php:112 msgid "Profile" msgstr "Profil" -#: ../../include/identity.php:1246 ../../mod/settings.php:1029 +#: ../../include/identity.php:1240 ../../mod/settings.php:1029 msgid "Full Name:" msgstr "Fullt navn:" -#: ../../include/identity.php:1253 +#: ../../include/identity.php:1247 msgid "Like this channel" msgstr "Lik denne kanalen" -#: ../../include/identity.php:1264 ../../include/taxonomy.php:414 +#: ../../include/identity.php:1258 ../../include/taxonomy.php:414 #: ../../include/conversation.php:1721 ../../include/ItemObject.php:179 -#: ../../mod/photos.php:1086 +#: ../../mod/photos.php:1083 msgctxt "noun" msgid "Like" msgid_plural "Likes" msgstr[0] "Liker" msgstr[1] "Liker" -#: ../../include/identity.php:1277 +#: ../../include/identity.php:1271 msgid "j F, Y" msgstr "j F, Y" -#: ../../include/identity.php:1278 +#: ../../include/identity.php:1272 msgid "j F" msgstr "j F" -#: ../../include/identity.php:1285 +#: ../../include/identity.php:1279 msgid "Birthday:" msgstr "Fødselsdag:" -#: ../../include/identity.php:1289 ../../mod/directory.php:299 +#: ../../include/identity.php:1283 ../../mod/directory.php:299 msgid "Age:" msgstr "Alder:" -#: ../../include/identity.php:1298 +#: ../../include/identity.php:1292 #, php-format msgid "for %1$d %2$s" msgstr "for %1$d %2$s" -#: ../../include/identity.php:1301 ../../mod/profiles.php:699 +#: ../../include/identity.php:1295 ../../mod/profiles.php:699 msgid "Sexual Preference:" msgstr "Seksuell preferanse:" -#: ../../include/identity.php:1305 ../../mod/profiles.php:701 +#: ../../include/identity.php:1299 ../../mod/profiles.php:701 #: ../../mod/directory.php:315 msgid "Hometown:" msgstr "Hjemby:" -#: ../../include/identity.php:1307 +#: ../../include/identity.php:1301 msgid "Tags:" msgstr "Merkelapper:" -#: ../../include/identity.php:1309 ../../mod/profiles.php:702 +#: ../../include/identity.php:1303 ../../mod/profiles.php:702 msgid "Political Views:" msgstr "Politiske synspunkter:" -#: ../../include/identity.php:1311 +#: ../../include/identity.php:1305 msgid "Religion:" msgstr "Religion:" -#: ../../include/identity.php:1313 ../../mod/directory.php:317 +#: ../../include/identity.php:1307 ../../mod/directory.php:317 msgid "About:" msgstr "Om:" -#: ../../include/identity.php:1315 +#: ../../include/identity.php:1309 msgid "Hobbies/Interests:" msgstr "Hobbyer/interesser:" -#: ../../include/identity.php:1317 ../../mod/profiles.php:705 +#: ../../include/identity.php:1311 ../../mod/profiles.php:705 msgid "Likes:" msgstr "Liker:" -#: ../../include/identity.php:1319 ../../mod/profiles.php:706 +#: ../../include/identity.php:1313 ../../mod/profiles.php:706 msgid "Dislikes:" msgstr "Misliker:" -#: ../../include/identity.php:1321 +#: ../../include/identity.php:1315 msgid "Contact information and Social Networks:" msgstr "Kontaktinformasjon og sosiale nettverk:" -#: ../../include/identity.php:1323 +#: ../../include/identity.php:1317 msgid "My other channels:" msgstr "Mine andre kanaler:" -#: ../../include/identity.php:1325 +#: ../../include/identity.php:1319 msgid "Musical interests:" msgstr "Musikkinteresse:" -#: ../../include/identity.php:1327 +#: ../../include/identity.php:1321 msgid "Books, literature:" msgstr "Bøker, litteratur:" -#: ../../include/identity.php:1329 +#: ../../include/identity.php:1323 msgid "Television:" msgstr "TV:" -#: ../../include/identity.php:1331 +#: ../../include/identity.php:1325 msgid "Film/dance/culture/entertainment:" msgstr "Film/dans/kultur/underholdning:" -#: ../../include/identity.php:1333 +#: ../../include/identity.php:1327 msgid "Love/Romance:" msgstr "Kjærlighet/romantikk:" -#: ../../include/identity.php:1335 +#: ../../include/identity.php:1329 msgid "Work/employment:" msgstr "Arbeid/sysselsetting:" -#: ../../include/identity.php:1337 +#: ../../include/identity.php:1331 msgid "School/education:" msgstr "Skole/utdannelse:" -#: ../../include/identity.php:1357 +#: ../../include/identity.php:1351 msgid "Like this thing" msgstr "Lik denne tingen" @@ -1094,6 +1320,41 @@ msgstr "misliker" msgid "dislikes" msgstr "misliker" +#: ../../include/photos.php:112 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Bilde overstiger nettstedets størrelsesbegrensning pÃ¥ %lu bytes" + +#: ../../include/photos.php:119 +msgid "Image file is empty." +msgstr "Bildefilen er tom." + +#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 +msgid "Unable to process image" +msgstr "Kan ikke behandle bildet" + +#: ../../include/photos.php:257 +msgid "Photo storage failed." +msgstr "Bildelagring mislyktes." + +#: ../../include/photos.php:297 +msgid "a new photo" +msgstr "et nytt bilde" + +#: ../../include/photos.php:301 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" +msgstr "%1$s la inn %2$s til %3$s" + +#: ../../include/photos.php:506 ../../include/conversation.php:1625 +msgid "Photo Albums" +msgstr "Fotoalbum" + +#: ../../include/photos.php:510 +msgid "Upload New Photos" +msgstr "Last opp nye bilder" + #: ../../include/acl_selectors.php:240 msgid "Visible to your default audience" msgstr "Synlig for ditt standard publikum" @@ -1111,13 +1372,13 @@ msgid "Other networks and post services" msgstr "Andre nettverk og innleggstjenester" #: ../../include/acl_selectors.php:249 ../../mod/filestorage.php:147 -#: ../../mod/photos.php:631 ../../mod/photos.php:1001 ../../mod/thing.php:310 -#: ../../mod/thing.php:356 ../../mod/chat.php:211 +#: ../../mod/thing.php:310 ../../mod/thing.php:356 ../../mod/photos.php:631 +#: ../../mod/photos.php:998 ../../mod/chat.php:211 msgid "Permissions" msgstr "Tillatelser" #: ../../include/acl_selectors.php:250 ../../include/ItemObject.php:384 -#: ../../mod/photos.php:1218 +#: ../../mod/photos.php:1215 msgid "Close" msgstr "Lukk" @@ -1152,68 +1413,60 @@ msgstr "Elementet ble ikke funnet." msgid "No source file." msgstr "Ingen kildefil." -#: ../../include/attach.php:514 +#: ../../include/attach.php:518 msgid "Cannot locate file to replace" msgstr "Kan ikke finne filen som skal byttes ut" -#: ../../include/attach.php:532 +#: ../../include/attach.php:536 msgid "Cannot locate file to revise/update" msgstr "Finner ikke filen som skal revideres/oppdateres" -#: ../../include/attach.php:667 +#: ../../include/attach.php:671 #, php-format msgid "File exceeds size limit of %d" msgstr "Filens størrelse overgÃ¥r grensen pÃ¥ %d" -#: ../../include/attach.php:681 +#: ../../include/attach.php:685 #, php-format msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "Du har nÃ¥dd din lagringsgrense for vedlegg pÃ¥ %1$.0f Mbytes." -#: ../../include/attach.php:837 +#: ../../include/attach.php:841 msgid "File upload failed. Possible system limit or action terminated." msgstr "Mislyktes med Ã¥ laste opp filen. Mulig systemgrense eller handling avbrutt." -#: ../../include/attach.php:850 +#: ../../include/attach.php:854 msgid "Stored file could not be verified. Upload failed." msgstr "Lagret fil kunne ikke bekreftes. Opplasting mislyktes." -#: ../../include/attach.php:898 ../../include/attach.php:914 +#: ../../include/attach.php:902 ../../include/attach.php:918 msgid "Path not available." msgstr "Stien er ikke tilgjengelig." -#: ../../include/attach.php:960 ../../include/attach.php:1112 +#: ../../include/attach.php:964 ../../include/attach.php:1116 msgid "Empty pathname" msgstr "Tomt sti-navn" -#: ../../include/attach.php:986 +#: ../../include/attach.php:990 msgid "duplicate filename or path" msgstr "duplikat av filnavn eller sti" -#: ../../include/attach.php:1008 +#: ../../include/attach.php:1012 msgid "Path not found." msgstr "Stien ble ikke funnet." -#: ../../include/attach.php:1066 +#: ../../include/attach.php:1070 msgid "mkdir failed." msgstr "mkdir mislyktes." -#: ../../include/attach.php:1070 +#: ../../include/attach.php:1074 msgid "database storage failed." msgstr "databaselagring mislyktes." -#: ../../include/attach.php:1118 +#: ../../include/attach.php:1122 msgid "Empty path" msgstr "Tom sti" -#: ../../include/bb2diaspora.php:382 -msgid "Attachments:" -msgstr "Vedlegg:" - -#: ../../include/bb2diaspora.php:473 -msgid "$Projectname event notification:" -msgstr "$Projectname hendelsesvarsling:" - #: ../../include/notify.php:20 msgid "created a new post" msgstr "laget et nytt innlegg" @@ -1277,12 +1530,6 @@ msgstr "Eksempel: ola.nordmann@eksempel.no, http://eksempel.no/karinordmann" msgid "Notes" msgstr "Merknader" -#: ../../include/widgets.php:192 ../../include/text.php:868 -#: ../../include/text.php:880 ../../mod/rbmark.php:28 ../../mod/rbmark.php:100 -#: ../../mod/admin.php:1442 ../../mod/admin.php:1462 ../../mod/filer.php:49 -msgid "Save" -msgstr "Lagre" - #: ../../include/widgets.php:266 msgid "Remove term" msgstr "Fjern begrep" @@ -1372,8 +1619,8 @@ msgid "Channel Sources" msgstr "Kanalkilder" #: ../../include/widgets.php:554 ../../include/nav.php:202 -#: ../../include/apps.php:134 ../../mod/admin.php:1064 -#: ../../mod/admin.php:1264 +#: ../../include/apps.php:134 ../../mod/admin.php:1076 +#: ../../mod/admin.php:1276 msgid "Settings" msgstr "Innstillinger" @@ -1433,130 +1680,150 @@ msgstr "Uke" msgid "Month View" msgstr "MÃ¥ned" -#: ../../include/widgets.php:674 ../../mod/events.php:669 +#: ../../include/widgets.php:674 ../../mod/events.php:654 msgid "Export" msgstr "Eksport" -#: ../../include/widgets.php:675 ../../mod/events.php:672 +#: ../../include/widgets.php:675 ../../mod/events.php:657 msgid "Import" msgstr "Importer" -#: ../../include/widgets.php:749 +#: ../../include/widgets.php:685 +msgid "Events Tools" +msgstr "Kalenderverktøy" + +#: ../../include/widgets.php:686 +msgid "Export Calendar" +msgstr "Eksporter kalender" + +#: ../../include/widgets.php:687 +msgid "Import Calendar" +msgstr "Importer kalender" + +#: ../../include/widgets.php:761 msgid "Chat Rooms" msgstr "Chatrom" -#: ../../include/widgets.php:769 +#: ../../include/widgets.php:781 msgid "Bookmarked Chatrooms" msgstr "Bokmerkede chatrom" -#: ../../include/widgets.php:789 +#: ../../include/widgets.php:801 msgid "Suggested Chatrooms" msgstr "ForeslÃ¥tte chatrom" -#: ../../include/widgets.php:916 ../../include/widgets.php:974 +#: ../../include/widgets.php:928 ../../include/widgets.php:986 msgid "photo/image" msgstr "foto/bilde" -#: ../../include/widgets.php:1069 ../../include/widgets.php:1071 +#: ../../include/widgets.php:1081 ../../include/widgets.php:1083 msgid "Rate Me" msgstr "Vurder meg" -#: ../../include/widgets.php:1075 +#: ../../include/widgets.php:1087 msgid "View Ratings" msgstr "Vis vurderinger" -#: ../../include/widgets.php:1086 +#: ../../include/widgets.php:1098 msgid "Public Hubs" msgstr "Offentlige huber" -#: ../../include/widgets.php:1134 +#: ../../include/widgets.php:1146 msgid "Forums" msgstr "Forum" -#: ../../include/widgets.php:1161 +#: ../../include/widgets.php:1175 msgid "Tasks" msgstr "Oppgaver" -#: ../../include/widgets.php:1170 +#: ../../include/widgets.php:1184 msgid "Documentation" msgstr "Dokumentasjon" -#: ../../include/widgets.php:1172 +#: ../../include/widgets.php:1186 msgid "Project/Site Information" msgstr "Prosjekt-/Nettstedsinformasjon" -#: ../../include/widgets.php:1173 +#: ../../include/widgets.php:1187 msgid "For Members" msgstr "For medlemmer" -#: ../../include/widgets.php:1174 +#: ../../include/widgets.php:1188 msgid "For Administrators" msgstr "For administratorer" -#: ../../include/widgets.php:1175 +#: ../../include/widgets.php:1189 msgid "For Developers" msgstr "For utviklere" -#: ../../include/widgets.php:1200 ../../mod/admin.php:434 +#: ../../include/widgets.php:1214 ../../mod/admin.php:446 msgid "Site" msgstr "Nettsted" -#: ../../include/widgets.php:1201 +#: ../../include/widgets.php:1215 msgid "Accounts" msgstr "Kontoer" -#: ../../include/widgets.php:1202 ../../mod/admin.php:965 +#: ../../include/widgets.php:1216 ../../mod/admin.php:977 msgid "Channels" msgstr "Kanaler" -#: ../../include/widgets.php:1203 ../../mod/admin.php:1062 -#: ../../mod/admin.php:1102 +#: ../../include/widgets.php:1217 ../../mod/admin.php:1074 +#: ../../mod/admin.php:1114 msgid "Plugins" msgstr "Tilleggsfunksjoner" -#: ../../include/widgets.php:1204 ../../mod/admin.php:1262 -#: ../../mod/admin.php:1296 +#: ../../include/widgets.php:1218 ../../mod/admin.php:1274 +#: ../../mod/admin.php:1308 msgid "Themes" msgstr "Temaer" -#: ../../include/widgets.php:1205 +#: ../../include/widgets.php:1219 msgid "Inspect queue" msgstr "Inspiser kø" -#: ../../include/widgets.php:1206 +#: ../../include/widgets.php:1220 msgid "Profile Config" msgstr "Profilinnstillinger" -#: ../../include/widgets.php:1207 +#: ../../include/widgets.php:1221 msgid "DB updates" msgstr "Databaseoppdateringer" -#: ../../include/widgets.php:1225 ../../include/widgets.php:1231 -#: ../../mod/admin.php:1381 +#: ../../include/widgets.php:1239 ../../include/widgets.php:1245 +#: ../../mod/admin.php:1393 msgid "Logs" msgstr "Logger" -#: ../../include/widgets.php:1229 ../../include/nav.php:210 +#: ../../include/widgets.php:1243 ../../include/nav.php:210 msgid "Admin" msgstr "Administrator" -#: ../../include/widgets.php:1230 +#: ../../include/widgets.php:1244 msgid "Plugin Features" msgstr "Tilleggsfunksjoner" -#: ../../include/widgets.php:1232 +#: ../../include/widgets.php:1246 msgid "User registrations waiting for confirmation" msgstr "Brukerregistreringer som venter pÃ¥ bekreftelse" -#: ../../include/widgets.php:1311 ../../mod/photos.php:753 -#: ../../mod/photos.php:1286 +#: ../../include/widgets.php:1324 ../../mod/photos.php:748 +#: ../../mod/photos.php:1283 msgid "View Photo" msgstr "Vis foto" -#: ../../include/widgets.php:1327 ../../mod/photos.php:782 +#: ../../include/widgets.php:1341 ../../mod/photos.php:779 msgid "Edit Album" msgstr "Endre album" +#: ../../include/bb2diaspora.php:376 +msgid "Attachments:" +msgstr "Vedlegg:" + +#: ../../include/bb2diaspora.php:467 +msgid "$Projectname event notification:" +msgstr "$Projectname hendelsesvarsling:" + #: ../../include/bookmarks.php:35 #, php-format msgid "%1$s's bookmarks" @@ -2073,11 +2340,11 @@ msgid "YYYY-MM-DD or MM-DD" msgstr "YYYY-MM-DD eller MM-DD" #: ../../include/datetime.php:236 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 ../../mod/events.php:452 ../../mod/events.php:457 +#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442 msgid "Required" msgstr "PÃ¥krevd" -#: ../../include/datetime.php:263 ../../boot.php:2289 +#: ../../include/datetime.php:263 ../../boot.php:2291 msgid "never" msgstr "aldri" @@ -2157,29 +2424,14 @@ msgstr "%1$s sin fødselsdag" msgid "Happy Birthday %1$s" msgstr "Gratulerer med dagen, %1$s !" -#: ../../include/api.php:1302 +#: ../../include/api.php:1336 msgid "Public Timeline" msgstr "Offentlig tidslinje" -#: ../../include/conversation.php:120 ../../include/text.php:1916 -#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83 -msgid "photo" -msgstr "foto" - #: ../../include/conversation.php:126 ../../mod/like.php:113 msgid "channel" msgstr "kanal" -#: ../../include/conversation.php:148 ../../include/text.php:1922 -#: ../../mod/like.php:361 ../../mod/subthread.php:83 -msgid "status" -msgstr "status" - -#: ../../include/conversation.php:150 ../../include/text.php:1924 -#: ../../mod/tagger.php:53 -msgid "comment" -msgstr "kommentar" - #: ../../include/conversation.php:164 ../../mod/like.php:410 #, php-format msgid "%1$s likes %2$s's %3$s" @@ -2200,52 +2452,48 @@ msgstr "%1$s er nÃ¥ forbundet med %2$s" msgid "%1$s poked %2$s" msgstr "%1$s prikket %2$s" -#: ../../include/conversation.php:243 ../../include/text.php:954 -msgid "poked" -msgstr "prikket" - #: ../../include/conversation.php:260 ../../mod/mood.php:63 #, php-format msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s er %2$s" -#: ../../include/conversation.php:574 ../../mod/photos.php:1063 +#: ../../include/conversation.php:574 ../../mod/photos.php:1060 msgctxt "title" msgid "Likes" msgstr "Liker" -#: ../../include/conversation.php:574 ../../mod/photos.php:1063 +#: ../../include/conversation.php:574 ../../mod/photos.php:1060 msgctxt "title" msgid "Dislikes" msgstr "Liker ikke" -#: ../../include/conversation.php:575 ../../mod/photos.php:1064 +#: ../../include/conversation.php:575 ../../mod/photos.php:1061 msgctxt "title" msgid "Agree" msgstr "Enig" -#: ../../include/conversation.php:575 ../../mod/photos.php:1064 +#: ../../include/conversation.php:575 ../../mod/photos.php:1061 msgctxt "title" msgid "Disagree" msgstr "Uenig" -#: ../../include/conversation.php:575 ../../mod/photos.php:1064 +#: ../../include/conversation.php:575 ../../mod/photos.php:1061 msgctxt "title" msgid "Abstain" msgstr "AvstÃ¥r" -#: ../../include/conversation.php:576 ../../mod/photos.php:1065 +#: ../../include/conversation.php:576 ../../mod/photos.php:1062 msgctxt "title" msgid "Attending" msgstr "Deltar" -#: ../../include/conversation.php:576 ../../mod/photos.php:1065 +#: ../../include/conversation.php:576 ../../mod/photos.php:1062 msgctxt "title" msgid "Not attending" msgstr "Deltar ikke" -#: ../../include/conversation.php:576 ../../mod/photos.php:1065 +#: ../../include/conversation.php:576 ../../mod/photos.php:1062 msgctxt "title" msgid "Might attend" msgstr "Deltar kanskje" @@ -2300,8 +2548,8 @@ msgstr "Vis i sammenheng" #: ../../include/conversation.php:740 ../../include/conversation.php:1227 #: ../../include/ItemObject.php:389 ../../mod/editwebpage.php:190 -#: ../../mod/photos.php:1029 ../../mod/editblock.php:150 -#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 +#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148 +#: ../../mod/photos.php:1026 ../../mod/editpost.php:129 msgid "Please wait" msgstr "Vennligst vent" @@ -2407,8 +2655,8 @@ msgstr "%s liker ikke dette." msgid "Visible to <strong>everybody</strong>" msgstr "Synlig for <strong>alle</strong>" -#: ../../include/conversation.php:1155 ../../mod/mail.php:194 -#: ../../mod/mail.php:308 +#: ../../include/conversation.php:1155 ../../mod/mail.php:202 +#: ../../mod/mail.php:316 msgid "Please enter a link URL:" msgstr "Vennligst skriv inn en lenke URL:" @@ -2432,22 +2680,22 @@ msgstr "Lagre til mappe:" msgid "Where are you right now?" msgstr "Hvor er du akkurat nÃ¥?" -#: ../../include/conversation.php:1161 ../../mod/mail.php:195 -#: ../../mod/mail.php:309 ../../mod/editpost.php:56 +#: ../../include/conversation.php:1161 ../../mod/editpost.php:56 +#: ../../mod/mail.php:203 ../../mod/mail.php:317 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Utløper YYYY-MM-DD HH:MM" #: ../../include/conversation.php:1169 ../../include/page_widgets.php:40 #: ../../include/ItemObject.php:706 ../../mod/editwebpage.php:212 -#: ../../mod/photos.php:1049 ../../mod/editblock.php:171 -#: ../../mod/webpages.php:188 ../../mod/editpost.php:149 -#: ../../mod/events.php:473 +#: ../../mod/editblock.php:171 ../../mod/webpages.php:188 +#: ../../mod/photos.php:1046 ../../mod/editpost.php:149 +#: ../../mod/events.php:458 msgid "Preview" msgstr "ForhÃ¥ndsvisning" #: ../../include/conversation.php:1192 ../../mod/blocks.php:154 -#: ../../mod/photos.php:1028 ../../mod/webpages.php:182 -#: ../../mod/layouts.php:184 +#: ../../mod/webpages.php:182 ../../mod/layouts.php:184 +#: ../../mod/photos.php:1025 msgid "Share" msgstr "Del" @@ -2501,7 +2749,7 @@ msgstr "last opp bilde" #: ../../include/conversation.php:1206 ../../mod/editwebpage.php:183 #: ../../mod/editblock.php:143 ../../mod/editlayout.php:141 -#: ../../mod/mail.php:240 ../../mod/mail.php:369 ../../mod/editpost.php:119 +#: ../../mod/editpost.php:119 ../../mod/mail.php:248 ../../mod/mail.php:378 msgid "Attach file" msgstr "Legg ved fil" @@ -2511,7 +2759,7 @@ msgstr "legg ved fil" #: ../../include/conversation.php:1208 ../../mod/editwebpage.php:184 #: ../../mod/editblock.php:144 ../../mod/editlayout.php:142 -#: ../../mod/mail.php:241 ../../mod/mail.php:370 ../../mod/editpost.php:120 +#: ../../mod/editpost.php:120 ../../mod/mail.php:249 ../../mod/mail.php:379 msgid "Insert web link" msgstr "Sett inn web-lenke" @@ -2572,7 +2820,7 @@ msgstr "Kategorier (valgfri, kommaseparert liste)" #: ../../include/conversation.php:1228 ../../mod/editwebpage.php:191 #: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 -#: ../../mod/editpost.php:130 ../../mod/events.php:474 +#: ../../mod/editpost.php:130 ../../mod/events.php:459 msgid "Permission settings" msgstr "Tillatelser - innstillinger" @@ -2594,7 +2842,7 @@ msgstr "Eksempel: ola@eksempel.no, kari@eksempel.no" #: ../../include/conversation.php:1252 ../../mod/editwebpage.php:217 #: ../../mod/editblock.php:176 ../../mod/editlayout.php:173 -#: ../../mod/mail.php:245 ../../mod/mail.php:374 ../../mod/editpost.php:155 +#: ../../mod/editpost.php:155 ../../mod/mail.php:253 ../../mod/mail.php:383 msgid "Set expiration date" msgstr "Angi utløpsdato" @@ -2603,7 +2851,7 @@ msgid "Set publish date" msgstr "Angi publiseringsdato" #: ../../include/conversation.php:1257 ../../include/ItemObject.php:709 -#: ../../mod/mail.php:247 ../../mod/mail.php:376 ../../mod/editpost.php:157 +#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385 msgid "Encrypt text" msgstr "Krypter tekst" @@ -2611,8 +2859,8 @@ msgstr "Krypter tekst" msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:77 +#: ../../mod/fbrowser.php:112 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 #: ../../mod/settings.php:587 ../../mod/settings.php:613 #: ../../mod/editpost.php:160 msgid "Cancel" @@ -2671,7 +2919,7 @@ msgstr "Søppel" msgid "Posts flagged as SPAM" msgstr "Innlegg merket som SØPPEL" -#: ../../include/conversation.php:1601 ../../mod/admin.php:973 +#: ../../include/conversation.php:1601 ../../mod/admin.php:985 msgid "Channel" msgstr "Kanal" @@ -2692,10 +2940,6 @@ msgstr "Profildetaljer" msgid "Photos" msgstr "Bilder" -#: ../../include/conversation.php:1625 ../../include/photos.php:483 -msgid "Photo Albums" -msgstr "Fotoalbum" - #: ../../include/conversation.php:1632 msgid "Files and Storage" msgstr "Filer og lagring" @@ -2723,13 +2967,13 @@ msgid "Manage Webpages" msgstr "HÃ¥ndtere websider" #: ../../include/conversation.php:1697 ../../include/ItemObject.php:175 -#: ../../include/ItemObject.php:187 ../../mod/photos.php:1082 -#: ../../mod/photos.php:1094 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1079 +#: ../../mod/photos.php:1091 msgid "View all" msgstr "Vis alle" #: ../../include/conversation.php:1724 ../../include/ItemObject.php:184 -#: ../../mod/photos.php:1091 +#: ../../mod/photos.php:1088 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -2827,8 +3071,8 @@ msgid "RSS/Atom" msgstr "RSS/Atom" #: ../../include/contact_selectors.php:79 ../../mod/id.php:15 -#: ../../mod/id.php:16 ../../mod/admin.php:805 ../../mod/admin.php:814 -#: ../../boot.php:1488 +#: ../../mod/id.php:16 ../../mod/admin.php:817 ../../mod/admin.php:826 +#: ../../boot.php:1490 msgid "Email" msgstr "E-post" @@ -2856,23 +3100,6 @@ msgstr "XMPP/IM" msgid "MySpace" msgstr "MySpace" -#: ../../include/zot.php:685 -msgid "Invalid data packet" -msgstr "Ugyldig datapakke" - -#: ../../include/zot.php:701 -msgid "Unable to verify channel signature" -msgstr "Ikke i stand til Ã¥ sjekke kanalsignaturen" - -#: ../../include/zot.php:2265 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "Ikke i stand til Ã¥ bekrefte signaturen til %s" - -#: ../../include/zot.php:3592 -msgid "invalid target signature" -msgstr "MÃ¥lets signatur er ugyldig" - #: ../../include/bbcode.php:123 ../../include/bbcode.php:794 #: ../../include/bbcode.php:797 ../../include/bbcode.php:802 #: ../../include/bbcode.php:805 ../../include/bbcode.php:808 @@ -2943,7 +3170,7 @@ msgid_plural "%d invitations available" msgstr[0] "%d invitasjon tilgjengelig" msgstr[1] "%d invitasjoner tilgjengelig" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:439 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:451 msgid "Advanced" msgstr "Avansert" @@ -2996,46 +3223,22 @@ msgstr[1] "%d forbindelser felles" msgid "show more" msgstr "vis mer" -#: ../../include/dir_fns.php:139 -msgid "Directory Options" -msgstr "Kataloginnstillinger" - -#: ../../include/dir_fns.php:141 -msgid "Safe Mode" -msgstr "Trygt modus" - -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 -#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:106 -#: ../../mod/photos.php:626 ../../mod/admin.php:410 ../../mod/settings.php:577 -#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:462 -#: ../../mod/events.php:463 ../../mod/events.php:472 ../../mod/mitem.php:154 -#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 -#: ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1490 -msgid "No" -msgstr "Nei" +#: ../../include/enotify.php:57 ../../include/network.php:1608 +msgid "$Projectname Notification" +msgstr "$Projectname varsling" -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 -#: ../../mod/api.php:105 ../../mod/photos.php:626 ../../mod/admin.php:412 -#: ../../mod/settings.php:577 ../../mod/menu.php:96 ../../mod/menu.php:153 -#: ../../mod/events.php:462 ../../mod/events.php:463 ../../mod/events.php:472 -#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 -#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1490 -msgid "Yes" -msgstr "Ja" +#: ../../include/enotify.php:58 ../../include/network.php:1609 +msgid "$projectname" +msgstr "$projectname" -#: ../../include/dir_fns.php:142 -msgid "Public Forums Only" -msgstr "Bare offentlige forum" +#: ../../include/enotify.php:60 ../../include/network.php:1611 +msgid "Thank You," +msgstr "Tusen takk," -#: ../../include/dir_fns.php:143 -msgid "This Website Only" -msgstr "Kun dette nettstedet" +#: ../../include/enotify.php:62 ../../include/network.php:1613 +#, php-format +msgid "%s Administrator" +msgstr "%s administrator" #: ../../include/enotify.php:96 #, php-format @@ -3232,19 +3435,19 @@ msgstr "Svaret fra den andre kanalen var ikke komplett." msgid "Channel was deleted and no longer exists." msgstr "Kanalen er slettet og finnes ikke lenger." -#: ../../include/follow.php:152 ../../include/follow.php:180 +#: ../../include/follow.php:152 ../../include/follow.php:181 msgid "Protocol disabled." msgstr "Protokollen er avskrudd." -#: ../../include/follow.php:170 +#: ../../include/follow.php:171 msgid "Channel discovery failed." msgstr "Kanaloppdagelse mislyktes." -#: ../../include/follow.php:196 +#: ../../include/follow.php:197 msgid "local account not found." msgstr "lokal konto ble ikke funnet." -#: ../../include/follow.php:220 +#: ../../include/follow.php:221 msgid "Cannot connect to yourself." msgstr "Kan ikke lage forbindelse med deg selv." @@ -3256,7 +3459,23 @@ msgstr "Innebygget innhold" msgid "Embedding disabled" msgstr "Innbygging avskrudd" -#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1485 +#: ../../include/message.php:19 +msgid "No recipient provided." +msgstr "Ingen mottaker angitt." + +#: ../../include/message.php:24 +msgid "[no subject]" +msgstr "[ikke noe emne]" + +#: ../../include/message.php:44 +msgid "Unable to determine sender." +msgstr "Kan ikke avgjøre avsender." + +#: ../../include/message.php:219 +msgid "Stored post could not be verified." +msgstr "Lagret innlegg kunne ikke bekreftes." + +#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1487 msgid "Logout" msgstr "Logg ut" @@ -3312,7 +3531,7 @@ msgstr "Dine bokmerker" msgid "Your webpages" msgstr "Dine websider" -#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1486 +#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1488 msgid "Login" msgstr "Logg inn" @@ -3337,7 +3556,7 @@ msgstr "Klikk for Ã¥ godkjennes mot din hjemme-hub" msgid "Home Page" msgstr "Hjemmeside" -#: ../../include/nav.php:149 ../../mod/register.php:224 ../../boot.php:1462 +#: ../../include/nav.php:149 ../../mod/register.php:226 ../../boot.php:1470 msgid "Register" msgstr "Registrer" @@ -3346,7 +3565,7 @@ msgid "Create an account" msgstr "Lag en konto" #: ../../include/nav.php:154 ../../include/apps.php:142 -#: ../../mod/layouts.php:176 ../../mod/help.php:202 ../../mod/help.php:207 +#: ../../mod/layouts.php:176 ../../mod/help.php:204 ../../mod/help.php:209 msgid "Help" msgstr "Hjelp" @@ -3358,12 +3577,6 @@ msgstr "Hjelp og dokumentasjon" msgid "Applications, utilities, links, games" msgstr "Programmer, verktøy, lenker, spill" -#: ../../include/nav.php:159 ../../include/text.php:867 -#: ../../include/text.php:879 ../../include/apps.php:147 -#: ../../mod/search.php:40 -msgid "Search" -msgstr "Søk" - #: ../../include/nav.php:159 msgid "Search site @name, #tag, ?docs, content" msgstr "Søk nettstedet for @navn, #merkelapp, ?dokumentasjon, innhold" @@ -3483,244 +3696,46 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "Skjemaets sikkerhetspollett var ikke gyldig. Dette skjedde antakelig fordi skjemaet har vært Ã¥pnet for lenge (>3 timer) før det ble sendt inn." -#: ../../include/text.php:394 -msgid "prev" -msgstr "forrige" - -#: ../../include/text.php:396 -msgid "first" -msgstr "første" - -#: ../../include/text.php:425 -msgid "last" -msgstr "siste" - -#: ../../include/text.php:428 -msgid "next" -msgstr "neste" - -#: ../../include/text.php:438 -msgid "older" -msgstr "eldre" - -#: ../../include/text.php:440 -msgid "newer" -msgstr "nyere" - -#: ../../include/text.php:785 -msgid "No connections" -msgstr "Ingen forbindelser" - -#: ../../include/text.php:797 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d forbindelse" -msgstr[1] "%d forbindelser" - -#: ../../include/text.php:810 ../../mod/viewconnections.php:101 -msgid "View Connections" -msgstr "Vis forbindelser" - -#: ../../include/text.php:954 -msgid "poke" -msgstr "prikk" - -#: ../../include/text.php:955 -msgid "ping" -msgstr "varsle" - -#: ../../include/text.php:955 -msgid "pinged" -msgstr "varslet" - -#: ../../include/text.php:956 -msgid "prod" -msgstr "oppildne" - -#: ../../include/text.php:956 -msgid "prodded" -msgstr "oppildnet" - -#: ../../include/text.php:957 -msgid "slap" -msgstr "daske" - -#: ../../include/text.php:957 -msgid "slapped" -msgstr "dasket" - -#: ../../include/text.php:958 -msgid "finger" -msgstr "fingre" - -#: ../../include/text.php:958 -msgid "fingered" -msgstr "fingret" - -#: ../../include/text.php:959 -msgid "rebuff" -msgstr "tilbakevise" - -#: ../../include/text.php:959 -msgid "rebuffed" -msgstr "tilbakeviste" - -#: ../../include/text.php:969 -msgid "happy" -msgstr "glad" - -#: ../../include/text.php:970 -msgid "sad" -msgstr "trist" - -#: ../../include/text.php:971 -msgid "mellow" -msgstr "dempet" - -#: ../../include/text.php:972 -msgid "tired" -msgstr "trøtt" - -#: ../../include/text.php:973 -msgid "perky" -msgstr "oppkvikket" - -#: ../../include/text.php:974 -msgid "angry" -msgstr "sint" - -#: ../../include/text.php:975 -msgid "stupified" -msgstr "sløvet" - -#: ../../include/text.php:976 -msgid "puzzled" -msgstr "forundret" - -#: ../../include/text.php:977 -msgid "interested" -msgstr "interessert" - -#: ../../include/text.php:978 -msgid "bitter" -msgstr "bitter" - -#: ../../include/text.php:979 -msgid "cheerful" -msgstr "munter" - -#: ../../include/text.php:980 -msgid "alive" -msgstr "levende" - -#: ../../include/text.php:981 -msgid "annoyed" -msgstr "irritert" - -#: ../../include/text.php:982 -msgid "anxious" -msgstr "nervøs" - -#: ../../include/text.php:983 -msgid "cranky" -msgstr "gretten" - -#: ../../include/text.php:984 -msgid "disturbed" -msgstr "foruroliget" - -#: ../../include/text.php:985 -msgid "frustrated" -msgstr "frustrert" - -#: ../../include/text.php:986 -msgid "depressed" -msgstr "lei seg" - -#: ../../include/text.php:987 -msgid "motivated" -msgstr "motivert" - -#: ../../include/text.php:988 -msgid "relaxed" -msgstr "avslappet" - -#: ../../include/text.php:989 -msgid "surprised" -msgstr "overrasket" - -#: ../../include/text.php:1165 -msgid "May" -msgstr "mai" - -#: ../../include/text.php:1242 ../../include/text.php:1246 -msgid "Unknown Attachment" -msgstr "Ukjent vedlegg" - -#: ../../include/text.php:1248 -msgid "unknown" -msgstr "ukjent" - -#: ../../include/text.php:1284 -msgid "remove category" -msgstr "fjern kategori" - -#: ../../include/text.php:1361 -msgid "remove from file" -msgstr "fjern fra fil" - -#: ../../include/text.php:1507 ../../include/text.php:1518 -msgid "Click to open/close" -msgstr "Klikk for Ã¥ Ã¥pne/lukke" - -#: ../../include/text.php:1692 ../../mod/events.php:638 -msgid "Link to Source" -msgstr "Lenke til kilde" - -#: ../../include/text.php:1713 ../../include/text.php:1785 -msgid "default" -msgstr "standard" - -#: ../../include/text.php:1721 -msgid "Page layout" -msgstr "Sidens layout" - -#: ../../include/text.php:1721 -msgid "You can create your own with the layouts tool" -msgstr "Du kan lage din egen med layout-verktøyet" - -#: ../../include/text.php:1763 -msgid "Page content type" -msgstr "Sidens innholdstype" - -#: ../../include/text.php:1797 -msgid "Select an alternate language" -msgstr "Velg et annet sprÃ¥k" - -#: ../../include/text.php:1929 -msgid "activity" -msgstr "aktivitet" +#: ../../include/dir_fns.php:139 +msgid "Directory Options" +msgstr "Kataloginnstillinger" -#: ../../include/text.php:2224 -msgid "Design Tools" -msgstr "Designverktøy" +#: ../../include/dir_fns.php:141 +msgid "Safe Mode" +msgstr "Trygt modus" -#: ../../include/text.php:2227 ../../mod/blocks.php:147 -msgid "Blocks" -msgstr "Byggeklosser" +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 +#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 +#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:102 +#: ../../mod/admin.php:415 ../../mod/settings.php:577 ../../mod/photos.php:626 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:447 +#: ../../mod/events.php:448 ../../mod/events.php:457 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492 +msgid "No" +msgstr "Nei" -#: ../../include/text.php:2228 ../../mod/menu.php:103 -msgid "Menus" -msgstr "Menyer" +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 +#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 +#: ../../mod/api.php:101 ../../mod/admin.php:417 ../../mod/settings.php:577 +#: ../../mod/photos.php:626 ../../mod/menu.php:96 ../../mod/menu.php:153 +#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 +#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492 +msgid "Yes" +msgstr "Ja" -#: ../../include/text.php:2229 ../../mod/layouts.php:174 -msgid "Layouts" -msgstr "Layout" +#: ../../include/dir_fns.php:142 +msgid "Public Forums Only" +msgstr "Bare offentlige forum" -#: ../../include/text.php:2230 -msgid "Pages" -msgstr "Sider" +#: ../../include/dir_fns.php:143 +msgid "This Website Only" +msgstr "Kun dette nettstedet" #: ../../include/group.php:26 msgid "" @@ -3733,7 +3748,7 @@ msgstr "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tilla msgid "Add new connections to this collection (privacy group)" msgstr "Legg nye forbindelser til denne samlingen (personverngruppe)" -#: ../../include/group.php:251 ../../mod/admin.php:814 +#: ../../include/group.php:251 ../../mod/admin.php:826 msgid "All Channels" msgstr "Alle kanaler" @@ -3757,6 +3772,23 @@ msgstr "Legg til ny samling" msgid "Channels not in any collection" msgstr "Kanaler som ikke er i noen samling" +#: ../../include/zot.php:676 +msgid "Invalid data packet" +msgstr "Ugyldig datapakke" + +#: ../../include/zot.php:692 +msgid "Unable to verify channel signature" +msgstr "Ikke i stand til Ã¥ sjekke kanalsignaturen" + +#: ../../include/zot.php:2268 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "Ikke i stand til Ã¥ bekrefte signaturen til %s" + +#: ../../include/zot.php:3584 +msgid "invalid target signature" +msgstr "MÃ¥lets signatur er ugyldig" + #: ../../include/page_widgets.php:6 msgid "New Page" msgstr "Ny side" @@ -3788,32 +3820,24 @@ msgstr "Laget" msgid "Edited" msgstr "Endret" +#: ../../include/network.php:630 +msgid "view full size" +msgstr "vis full størrelse" + +#: ../../include/network.php:1655 ../../include/account.php:316 +#: ../../include/account.php:343 ../../include/account.php:403 +msgid "Administrator" +msgstr "Administrator" + +#: ../../include/network.php:1669 +msgid "No Subject" +msgstr "Uten emne" + #: ../../include/dba/dba_driver.php:141 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Kan ikke finne DNS-informasjon om databasetjener '%s'" -#: ../../include/photos.php:112 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "Bilde overstiger nettstedets størrelsesbegrensning pÃ¥ %lu bytes" - -#: ../../include/photos.php:119 -msgid "Image file is empty." -msgstr "Bildefilen er tom." - -#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 -msgid "Unable to process image" -msgstr "Kan ikke behandle bildet" - -#: ../../include/photos.php:257 -msgid "Photo storage failed." -msgstr "Bildelagring mislyktes." - -#: ../../include/photos.php:487 -msgid "Upload New Photos" -msgstr "Last opp nye bilder" - #: ../../include/ItemObject.php:130 msgid "Save to Folder" msgstr "Lagre i mappe" @@ -3862,11 +3886,11 @@ msgstr "stjernemerket" msgid "Add Tag" msgstr "Legg til merkelapp" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1026 +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023 msgid "I like this (toggle)" msgstr "Jeg liker dette (skru av og pÃ¥)" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1027 +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024 msgid "I don't like this (toggle)" msgstr "Jeg liker ikke dette (skru av og pÃ¥)" @@ -3922,18 +3946,18 @@ msgstr "Legg til i kalender" msgid "Mark all seen" msgstr "Merk alle som sett" -#: ../../include/ItemObject.php:378 ../../mod/photos.php:1212 +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209 msgctxt "noun" msgid "Likes" msgstr "Liker" -#: ../../include/ItemObject.php:379 ../../mod/photos.php:1213 +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210 msgctxt "noun" msgid "Dislikes" msgstr "Liker ikke" -#: ../../include/ItemObject.php:694 ../../mod/photos.php:1045 -#: ../../mod/photos.php:1163 +#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042 +#: ../../mod/photos.php:1160 msgid "This is you" msgstr "Dette er deg" @@ -3949,78 +3973,6 @@ msgstr "Sett inn lenke" msgid "Video" msgstr "Video" -#: ../../include/account.php:27 -msgid "Not a valid email address" -msgstr "Ikke en gyldig e-postadresse" - -#: ../../include/account.php:29 -msgid "Your email domain is not among those allowed on this site" -msgstr "Ditt e-postdomene er ikke blant de som er tillatt pÃ¥ dette stedet" - -#: ../../include/account.php:35 -msgid "Your email address is already registered at this site." -msgstr "Din e-postadresse er allerede registrert pÃ¥ dette nettstedet." - -#: ../../include/account.php:67 -msgid "An invitation is required." -msgstr "En invitasjon er pÃ¥krevd." - -#: ../../include/account.php:71 -msgid "Invitation could not be verified." -msgstr "Invitasjon kunne ikke bekreftes." - -#: ../../include/account.php:121 -msgid "Please enter the required information." -msgstr "Vennligst skriv inn nødvendig informasjon." - -#: ../../include/account.php:188 -msgid "Failed to store account information." -msgstr "Mislyktes med Ã¥ lagre kontoinformasjon." - -#: ../../include/account.php:248 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Registreringsbekreftelse for %s" - -#: ../../include/account.php:314 -#, php-format -msgid "Registration request at %s" -msgstr "Registreringsforespørsel hos %s" - -#: ../../include/account.php:338 -msgid "your registration password" -msgstr "ditt registreringspassord" - -#: ../../include/account.php:341 ../../include/account.php:401 -#, php-format -msgid "Registration details for %s" -msgstr "Registreringsdetaljer for %s" - -#: ../../include/account.php:410 -msgid "Account approved." -msgstr "Konto godkjent." - -#: ../../include/account.php:449 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registrering trukket tilbake for %s" - -#: ../../include/account.php:494 -msgid "Account verified. Please login." -msgstr "Konto bekreftet. Vennligst logg inn." - -#: ../../include/account.php:707 ../../include/account.php:709 -msgid "Click here to upgrade." -msgstr "Klikk her for Ã¥ oppgradere." - -#: ../../include/account.php:715 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Denne handlingen gÃ¥r utenfor grensene satt i din abonnementsplan." - -#: ../../include/account.php:720 -msgid "This action is not available under your subscription plan." -msgstr "Denne handlingen er ikke tilgjengelig i din abonnementsplan." - #: ../../include/apps.php:128 msgid "Site Admin" msgstr "Nettstedsadministrator" @@ -4202,12 +4154,84 @@ msgstr "Gruppelager" msgid "Custom/Expert Mode" msgstr "Tilpasset/Ekspertmodus" -#: ../../include/photo/photo_driver.php:719 ../../mod/photos.php:94 -#: ../../mod/photos.php:699 ../../mod/profile_photo.php:147 +#: ../../include/photo/photo_driver.php:719 ../../mod/profile_photo.php:147 #: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 +#: ../../mod/photos.php:94 ../../mod/photos.php:699 msgid "Profile Photos" msgstr "Profilbilder" +#: ../../include/account.php:27 +msgid "Not a valid email address" +msgstr "Ikke en gyldig e-postadresse" + +#: ../../include/account.php:29 +msgid "Your email domain is not among those allowed on this site" +msgstr "Ditt e-postdomene er ikke blant de som er tillatt pÃ¥ dette stedet" + +#: ../../include/account.php:35 +msgid "Your email address is already registered at this site." +msgstr "Din e-postadresse er allerede registrert pÃ¥ dette nettstedet." + +#: ../../include/account.php:67 +msgid "An invitation is required." +msgstr "En invitasjon er pÃ¥krevd." + +#: ../../include/account.php:71 +msgid "Invitation could not be verified." +msgstr "Invitasjon kunne ikke bekreftes." + +#: ../../include/account.php:121 +msgid "Please enter the required information." +msgstr "Vennligst skriv inn nødvendig informasjon." + +#: ../../include/account.php:188 +msgid "Failed to store account information." +msgstr "Mislyktes med Ã¥ lagre kontoinformasjon." + +#: ../../include/account.php:248 +#, php-format +msgid "Registration confirmation for %s" +msgstr "Registreringsbekreftelse for %s" + +#: ../../include/account.php:314 +#, php-format +msgid "Registration request at %s" +msgstr "Registreringsforespørsel hos %s" + +#: ../../include/account.php:338 +msgid "your registration password" +msgstr "ditt registreringspassord" + +#: ../../include/account.php:341 ../../include/account.php:401 +#, php-format +msgid "Registration details for %s" +msgstr "Registreringsdetaljer for %s" + +#: ../../include/account.php:410 +msgid "Account approved." +msgstr "Konto godkjent." + +#: ../../include/account.php:449 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrering trukket tilbake for %s" + +#: ../../include/account.php:494 +msgid "Account verified. Please login." +msgstr "Konto bekreftet. Vennligst logg inn." + +#: ../../include/account.php:707 ../../include/account.php:709 +msgid "Click here to upgrade." +msgstr "Klikk her for Ã¥ oppgradere." + +#: ../../include/account.php:715 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Denne handlingen gÃ¥r utenfor grensene satt i din abonnementsplan." + +#: ../../include/account.php:720 +msgid "This action is not available under your subscription plan." +msgstr "Denne handlingen er ikke tilgjengelig i din abonnementsplan." + #: ../../mod/filestorage.php:82 msgid "Permission Denied." msgstr "Tillatelse avvist." @@ -4300,36 +4324,36 @@ msgstr "Alle tilkoblede kanaler" msgid "Click on a channel to add or remove." msgstr "Klikk pÃ¥ en kanal for Ã¥ legge til eller fjerne." -#: ../../mod/item.php:173 +#: ../../mod/item.php:174 msgid "Unable to locate original post." msgstr "Ikke i stand til Ã¥ finne opprinnelig innlegg." -#: ../../mod/item.php:417 +#: ../../mod/item.php:418 msgid "Empty post discarded." msgstr "Tomt innlegg forkastet." -#: ../../mod/item.php:457 +#: ../../mod/item.php:458 msgid "Executable content type not permitted to this channel." msgstr "Kjørbar innholdstype er ikke tillat for denne kanalen." -#: ../../mod/item.php:822 +#: ../../mod/item.php:823 msgid "Duplicate post suppressed." msgstr "Duplikat av innlegg forhindret." -#: ../../mod/item.php:953 +#: ../../mod/item.php:954 msgid "System error. Post not saved." msgstr "Systemfeil. Innlegg ble ikke lagret." -#: ../../mod/item.php:1220 +#: ../../mod/item.php:1221 msgid "Unable to obtain post information from database." msgstr "Ikke i stand til Ã¥ fÃ¥ tak i informasjon om innlegg fra databasen." -#: ../../mod/item.php:1227 +#: ../../mod/item.php:1228 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "Du har nÃ¥dd din grense pÃ¥ %1$.0f startinnlegg." -#: ../../mod/item.php:1234 +#: ../../mod/item.php:1235 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Du har nÃ¥dd din grense pÃ¥ %1$.0f websider." @@ -4409,7 +4433,8 @@ msgstr "Ingen treff" msgid "OpenID protocol error. No ID returned." msgstr "OpenID protokollfeil. Ingen ID ble returnert." -#: ../../mod/openid.php:72 ../../mod/openid.php:179 ../../mod/post.php:285 +#: ../../mod/openid.php:72 ../../mod/openid.php:179 +#: ../../Zotlabs/Zot/Auth.php:248 #, php-format msgid "Welcome %s. Remote authentication successful." msgstr "Velkommen %s. Ekstern autentisering er vellykket." @@ -4645,7 +4670,7 @@ msgstr "Ugyldig element." msgid "Channel not found." msgstr "Kanalen ble ikke funnet." -#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:214 +#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:216 #: ../../mod/block.php:75 ../../index.php:241 msgid "Page not found." msgstr "Siden ikke funnet." @@ -4757,8 +4782,8 @@ msgstr "Les mer om roller" msgid "No ratings" msgstr "Ingen vurderinger" -#: ../../mod/ratings.php:82 ../../mod/search.php:13 ../../mod/directory.php:59 -#: ../../mod/photos.php:490 ../../mod/display.php:13 +#: ../../mod/ratings.php:82 ../../mod/display.php:13 +#: ../../mod/directory.php:59 ../../mod/photos.php:490 ../../mod/search.php:13 #: ../../mod/viewconnections.php:17 msgid "Public access denied." msgstr "Offentlig tilgang avvist." @@ -4815,8 +4840,8 @@ msgstr "Vennligst les filen \"install/INSTALL.txt\"." msgid "System check" msgstr "Systemsjekk" -#: ../../mod/setup.php:285 ../../mod/photos.php:914 ../../mod/events.php:668 -#: ../../mod/events.php:675 +#: ../../mod/setup.php:285 ../../mod/photos.php:911 ../../mod/events.php:653 +#: ../../mod/events.php:660 msgid "Next" msgstr "Neste" @@ -5204,15 +5229,6 @@ msgstr "Mine bokmerker" msgid "My Connections Bookmarks" msgstr "Mine forbindelsers bokmerker" -#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:157 -msgid "$Projectname" -msgstr "$Projectname" - -#: ../../mod/home.php:75 -#, php-format -msgid "Welcome to %s" -msgstr "Velkommen til %s" - #: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 msgid "This setting requires special processing and editing has been blocked." msgstr "Denne innstillingen krever spesiell behandling og redigering har blitt blokkert." @@ -5317,7 +5333,7 @@ msgstr "Hjemmeside" msgid "Interests" msgstr "Interesser" -#: ../../mod/profiles.php:457 ../../mod/admin.php:974 +#: ../../mod/profiles.php:457 ../../mod/admin.php:986 msgid "Address" msgstr "Adresse" @@ -5501,16 +5517,6 @@ msgstr "Legg til profilting" msgid "Include desirable objects in your profile" msgstr "Inkluder ønskverdige objekter i din profil" -#: ../../mod/search.php:212 -#, php-format -msgid "Items tagged with: %s" -msgstr "Elementer merket med: %s" - -#: ../../mod/search.php:214 -#, php-format -msgid "Search results for: %s" -msgstr "Søkeresultater for: %s" - #: ../../mod/connedit.php:75 msgid "Could not access contact record." msgstr "Fikk ikke tilgang til kontaktinformasjonen." @@ -5570,11 +5576,11 @@ msgstr "Nylig aktivitet" msgid "View recent posts and comments" msgstr "Vis nylige innlegg og kommentarer" -#: ../../mod/connedit.php:519 ../../mod/admin.php:811 +#: ../../mod/connedit.php:519 ../../mod/admin.php:823 msgid "Unblock" msgstr "Ikke blokker lenger" -#: ../../mod/connedit.php:519 ../../mod/admin.php:810 +#: ../../mod/connedit.php:519 ../../mod/admin.php:822 msgid "Block" msgstr "Blokker" @@ -5730,7 +5736,7 @@ msgid "" " communication." msgstr "(%s) ønsker forbindelse med deg. Vennligst godkjenn denne forbindelsen for Ã¥ tillate kommunikasjon." -#: ../../mod/connedit.php:710 ../../mod/admin.php:807 +#: ../../mod/connedit.php:710 ../../mod/admin.php:819 msgid "Approve" msgstr "Godkjenn" @@ -5903,19 +5909,19 @@ msgstr "la til din kanal" msgid "posted an event" msgstr "la ut en hendelse" -#: ../../mod/api.php:76 ../../mod/api.php:102 +#: ../../mod/api.php:74 ../../mod/api.php:98 msgid "Authorize application connection" msgstr "Tillat programforbindelse" -#: ../../mod/api.php:77 +#: ../../mod/api.php:75 msgid "Return to your app and insert this Securty Code:" msgstr "GÃ¥ tilbake til din app og legg inn denne sikkerhetskoden:" -#: ../../mod/api.php:89 +#: ../../mod/api.php:85 msgid "Please login to continue." msgstr "Vennligst logg inn for Ã¥ fortsette." -#: ../../mod/api.php:104 +#: ../../mod/api.php:100 msgid "" "Do you want to authorize this application to access your posts and contacts," " and/or create new posts for you?" @@ -5941,7 +5947,7 @@ msgstr "Lagre bokmerke" msgid "URL of bookmark" msgstr "URL-en til bokmerket" -#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:465 +#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:450 msgid "Description" msgstr "Beskrivelse" @@ -6044,7 +6050,7 @@ msgstr "Fjern merkelapp fra element" msgid "Select a tag to remove: " msgstr "Velg merkelapp Ã¥ fjerne:" -#: ../../mod/tagrm.php:133 ../../mod/photos.php:954 +#: ../../mod/tagrm.php:133 ../../mod/photos.php:951 msgid "Remove" msgstr "Fjern" @@ -6155,7 +6161,7 @@ msgid "" "Password reset failed." msgstr "Forespørsel kunne ikke bekreftes. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord mislyktes." -#: ../../mod/lostpass.php:86 ../../boot.php:1494 +#: ../../mod/lostpass.php:86 ../../boot.php:1496 msgid "Password Reset" msgstr "Tilbakestill passord" @@ -6313,156 +6319,75 @@ msgid "" "only once and leave this page open until finished." msgstr "Denne prosessen kan ta flere minutter Ã¥ fullføre. Vennligst send inn dette skjemaet bare en gang og la siden være Ã¥pen inntil den er ferdig." -#: ../../mod/photos.php:79 -msgid "Page owner information could not be retrieved." -msgstr "Informasjon om sideeier kunne ikke hentes." - -#: ../../mod/photos.php:100 -msgid "Album not found." -msgstr "Albumet ble ikke funnet." - -#: ../../mod/photos.php:127 -msgid "Delete Album" -msgstr "Slett album" +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Grensen for totalt antall invitasjoner er overskredet." -#: ../../mod/photos.php:171 ../../mod/photos.php:1009 -msgid "Delete Photo" -msgstr "Slett bilde" +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : ikke en gyldig e-postadresse." -#: ../../mod/photos.php:501 -msgid "No photos selected" -msgstr "Ingen bilder valgt" +#: ../../mod/invite.php:59 +msgid "Please join us on $Projectname" +msgstr "Bli med oss pÃ¥ $Projectname" -#: ../../mod/photos.php:550 -msgid "Access to this item is restricted." -msgstr "Tilgang til dette elementet er begrenset." +#: ../../mod/invite.php:70 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Invitasjonsgrensen er overskredet. Vennligst kontakt administratoren ved ditt nettsted." -#: ../../mod/photos.php:589 +#: ../../mod/invite.php:75 #, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "%1$.2f MB av %2$.2f MB lagringsplass til bilder er brukt." +msgid "%s : Message delivery failed." +msgstr "%s : meldingslevering feilet." -#: ../../mod/photos.php:592 +#: ../../mod/invite.php:79 #, php-format -msgid "%1$.2f MB photo storage used." -msgstr "%1$.2f MB lagringsplass til bilder er brukt." - -#: ../../mod/photos.php:620 -msgid "Upload Photos" -msgstr "Last opp bilder" - -#: ../../mod/photos.php:624 -msgid "Enter an album name" -msgstr "Skriv et albumnavn" - -#: ../../mod/photos.php:625 -msgid "or select an existing album (doubleclick)" -msgstr "eller velg et eksisterende album (dobbeltklikk)" - -#: ../../mod/photos.php:626 -msgid "Create a status post for this upload" -msgstr "Lag et statusinnlegg for denne opplastingen" - -#: ../../mod/photos.php:627 -msgid "Caption (optional):" -msgstr "Bildetekst (valgfritt):" - -#: ../../mod/photos.php:628 -msgid "Description (optional):" -msgstr "Beskrivelse (valgfritt):" - -#: ../../mod/photos.php:655 -msgid "Album name could not be decoded" -msgstr "Albumnavnet kunne ikke dekodes" - -#: ../../mod/photos.php:699 ../../mod/photos.php:1236 -#: ../../mod/photos.php:1253 -msgid "Contact Photos" -msgstr "Kontaktbilder" - -#: ../../mod/photos.php:727 -msgid "Show Newest First" -msgstr "Vis nyeste først" - -#: ../../mod/photos.php:729 -msgid "Show Oldest First" -msgstr "Vis eldste først" - -#: ../../mod/photos.php:827 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Tillatelse avvist. Tilgang til dette elementet kan være begrenset." - -#: ../../mod/photos.php:829 -msgid "Photo not available" -msgstr "Bilde er utilgjengelig" - -#: ../../mod/photos.php:887 -msgid "Use as profile photo" -msgstr "Bruk som profilbilde" - -#: ../../mod/photos.php:894 -msgid "Private Photo" -msgstr "Privat bilde" - -#: ../../mod/photos.php:905 ../../mod/events.php:667 ../../mod/events.php:674 -msgid "Previous" -msgstr "Forrige" - -#: ../../mod/photos.php:909 -msgid "View Full Size" -msgstr "Vis i full størrelse" - -#: ../../mod/photos.php:988 -msgid "Edit photo" -msgstr "Endre bilde" - -#: ../../mod/photos.php:990 -msgid "Rotate CW (right)" -msgstr "Roter med klokka (mot høyre)" - -#: ../../mod/photos.php:991 -msgid "Rotate CCW (left)" -msgstr "Roter mot klokka (venstre)" +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d melding sendt." +msgstr[1] "%d meldinger sendt." -#: ../../mod/photos.php:994 -msgid "Enter a new album name" -msgstr "Skriv et nytt albumnavn" +#: ../../mod/invite.php:98 +msgid "You have no more invitations available" +msgstr "Du har ikke flere invitasjoner tilgjengelig" -#: ../../mod/photos.php:995 -msgid "or select an existing one (doubleclick)" -msgstr "eller velg et eksisterende album (dobbeltklikk)" +#: ../../mod/invite.php:129 +msgid "Send invitations" +msgstr "Send invitasjoner" -#: ../../mod/photos.php:998 -msgid "Caption" -msgstr "Overskrift" +#: ../../mod/invite.php:130 +msgid "Enter email addresses, one per line:" +msgstr "Skriv e-postadresser, en per linje:" -#: ../../mod/photos.php:1000 -msgid "Add a Tag" -msgstr "Legg til merkelapp" +#: ../../mod/invite.php:131 ../../mod/mail.php:246 +msgid "Your message:" +msgstr "Din melding:" -#: ../../mod/photos.php:1004 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "Eksempel: @bob, @Barbara_Jensen, @jim@example.com" +#: ../../mod/invite.php:132 +msgid "Please join my community on $Projectname." +msgstr "Du er velkommen til Ã¥ bli med i mitt fellesskap pÃ¥ $Projectname." -#: ../../mod/photos.php:1007 -msgid "Flag as adult in album view" -msgstr "Flag som voksent i albumvisning" +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " +msgstr "Du mÃ¥ oppgi denne invitasjonskoden:" -#: ../../mod/photos.php:1199 -msgid "In This Photo:" -msgstr "I dette bildet:" +#: ../../mod/invite.php:135 +msgid "" +"1. Register at any $Projectname location (they are all inter-connected)" +msgstr "1. Registrer ved enhver $Projectname-lokasjon (de er alle forbundet med hverandre)" -#: ../../mod/photos.php:1204 -msgid "Map" -msgstr "Kart" +#: ../../mod/invite.php:137 +msgid "2. Enter my $Projectname network address into the site searchbar." +msgstr "2. Skriv inn min $Projectname-adresse i nettstedets søkefelt." -#: ../../mod/photos.php:1292 -msgid "View Album" -msgstr "Vis album" +#: ../../mod/invite.php:138 +msgid "or visit " +msgstr "eller besøk" -#: ../../mod/photos.php:1315 -msgid "Recent Photos" -msgstr "Nye bilder" +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "3. Klikk [Forbindelse]" #: ../../mod/probe.php:24 ../../mod/probe.php:30 #, php-format @@ -6733,807 +6658,817 @@ msgstr "Vennligst angi at tjenesteavtalen er akseptert. Registrering mislyktes." msgid "Passwords do not match." msgstr "Passordene er ikke like." -#: ../../mod/register.php:117 +#: ../../mod/register.php:119 msgid "" "Registration successful. Please check your email for validation " "instructions." msgstr "Registreringen er vellykket. Vennligst sjekk e-posten din for Ã¥ bekrefte opprettelsen." -#: ../../mod/register.php:123 +#: ../../mod/register.php:125 msgid "Your registration is pending approval by the site owner." msgstr "Din registrering venter pÃ¥ godkjenning av nettstedets eier." -#: ../../mod/register.php:126 +#: ../../mod/register.php:128 msgid "Your registration can not be processed." msgstr "Din registrering kan ikke behandles." -#: ../../mod/register.php:163 +#: ../../mod/register.php:165 msgid "Registration on this site/hub is by approval only." msgstr "Registrering pÃ¥ dette nettstedet/denne hubben skjer bare gjennom godkjenning." -#: ../../mod/register.php:164 +#: ../../mod/register.php:166 msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" msgstr "<a href=\"pubsites\">Registrer pÃ¥ et annet tilknyttet nettsted/hub</a>" -#: ../../mod/register.php:174 +#: ../../mod/register.php:176 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Dette nettstedet har overskredet antallet tillate kontoregistreringer per dag. Vennligst prøv igjen imorgen." -#: ../../mod/register.php:185 +#: ../../mod/register.php:187 msgid "Terms of Service" msgstr "Tjenesteavtale" -#: ../../mod/register.php:191 +#: ../../mod/register.php:193 #, php-format msgid "I accept the %s for this website" msgstr "Jeg godtar %s for dette nettstedet" -#: ../../mod/register.php:193 +#: ../../mod/register.php:195 #, php-format msgid "I am over 13 years of age and accept the %s for this website" msgstr "Jeg er over 13 Ã¥r gammel og aksepterer %s for dette nettstedet." -#: ../../mod/register.php:207 ../../mod/admin.php:436 +#: ../../mod/register.php:209 ../../mod/admin.php:448 msgid "Registration" msgstr "Registrering" -#: ../../mod/register.php:212 +#: ../../mod/register.php:214 msgid "Membership on this site is by invitation only." msgstr "Medlemskap ved dette nettstedet skjer kun via invitasjon." -#: ../../mod/register.php:213 +#: ../../mod/register.php:215 msgid "Please enter your invitation code" msgstr "Vennligst skriv din invitasjonskode" -#: ../../mod/register.php:216 +#: ../../mod/register.php:218 msgid "Your email address" msgstr "Din e-postadresse" -#: ../../mod/register.php:217 +#: ../../mod/register.php:219 msgid "Choose a password" msgstr "Velg et passord" -#: ../../mod/register.php:218 +#: ../../mod/register.php:220 msgid "Please re-enter your password" msgstr "Vennligst skriv ditt passord en gang til" -#: ../../mod/admin.php:52 +#: ../../mod/admin.php:54 msgid "Theme settings updated." msgstr "Temainnstillinger er oppdatert." -#: ../../mod/admin.php:160 +#: ../../mod/admin.php:162 msgid "# Accounts" msgstr "# Kontoer" -#: ../../mod/admin.php:161 +#: ../../mod/admin.php:163 msgid "# blocked accounts" msgstr "# blokkerte kontoer" -#: ../../mod/admin.php:162 +#: ../../mod/admin.php:164 msgid "# expired accounts" msgstr "# utgÃ¥tte kontoer" -#: ../../mod/admin.php:163 +#: ../../mod/admin.php:165 msgid "# expiring accounts" msgstr "# kontoer som holder pÃ¥ Ã¥ gÃ¥ ut" -#: ../../mod/admin.php:174 +#: ../../mod/admin.php:176 msgid "# Channels" msgstr "# Kanaler" -#: ../../mod/admin.php:175 +#: ../../mod/admin.php:177 msgid "# primary" msgstr "# hoved" -#: ../../mod/admin.php:176 +#: ../../mod/admin.php:178 msgid "# clones" msgstr "# kloner" -#: ../../mod/admin.php:182 +#: ../../mod/admin.php:184 msgid "Message queues" msgstr "Meldingskøer" -#: ../../mod/admin.php:198 ../../mod/admin.php:433 ../../mod/admin.php:532 -#: ../../mod/admin.php:800 ../../mod/admin.php:964 ../../mod/admin.php:1061 -#: ../../mod/admin.php:1101 ../../mod/admin.php:1261 ../../mod/admin.php:1295 -#: ../../mod/admin.php:1380 +#: ../../mod/admin.php:200 ../../mod/admin.php:445 ../../mod/admin.php:545 +#: ../../mod/admin.php:812 ../../mod/admin.php:976 ../../mod/admin.php:1073 +#: ../../mod/admin.php:1113 ../../mod/admin.php:1273 ../../mod/admin.php:1307 +#: ../../mod/admin.php:1392 msgid "Administration" msgstr "Administrasjon" -#: ../../mod/admin.php:199 +#: ../../mod/admin.php:201 msgid "Summary" msgstr "Sammendrag" -#: ../../mod/admin.php:202 +#: ../../mod/admin.php:204 msgid "Registered accounts" msgstr "Registrerte kontoer" -#: ../../mod/admin.php:203 ../../mod/admin.php:536 +#: ../../mod/admin.php:205 ../../mod/admin.php:549 msgid "Pending registrations" msgstr "Ventende registreringer" -#: ../../mod/admin.php:204 +#: ../../mod/admin.php:206 msgid "Registered channels" msgstr "Registrerte kanaler" -#: ../../mod/admin.php:205 ../../mod/admin.php:537 +#: ../../mod/admin.php:207 ../../mod/admin.php:550 msgid "Active plugins" msgstr "Aktive tilleggsfunksjoner" -#: ../../mod/admin.php:206 +#: ../../mod/admin.php:208 msgid "Version" msgstr "Versjon" -#: ../../mod/admin.php:324 +#: ../../mod/admin.php:329 msgid "Site settings updated." msgstr "Nettstedsinnstillinger er oppdatert." -#: ../../mod/admin.php:361 ../../mod/settings.php:793 +#: ../../mod/admin.php:366 ../../mod/settings.php:793 msgid "mobile" msgstr "mobil" -#: ../../mod/admin.php:363 +#: ../../mod/admin.php:368 msgid "experimental" msgstr "eksperimentell" -#: ../../mod/admin.php:365 +#: ../../mod/admin.php:370 msgid "unsupported" msgstr "ikke støttet" -#: ../../mod/admin.php:411 +#: ../../mod/admin.php:416 msgid "Yes - with approval" msgstr "Ja - med godkjenning" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:422 msgid "My site is not a public server" msgstr "Mitt nettsted er ikke en offentlig tjeneste" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:423 msgid "My site has paid access only" msgstr "Mitt nettsted gir kun tilgang mot betaling" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:424 msgid "My site has free access only" msgstr "Mitt nettsted har kun gratis tilgang" -#: ../../mod/admin.php:420 +#: ../../mod/admin.php:425 msgid "My site offers free accounts with optional paid upgrades" msgstr "Mitt nettsted tilbyr gratis konto med valgfri oppgradering til betalt tjeneste" -#: ../../mod/admin.php:437 +#: ../../mod/admin.php:449 msgid "File upload" msgstr "Last opp fil" -#: ../../mod/admin.php:438 +#: ../../mod/admin.php:450 msgid "Policies" msgstr "Retningslinjer" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:455 msgid "Site name" msgstr "Nettstedets navn" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:456 msgid "Banner/Logo" msgstr "Banner/Logo" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:457 msgid "Administrator Information" msgstr "Administratorinformasjon" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:457 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Kontaktinformasjon til nettstedsadministratorer. Vises pÃ¥ siteinfo-siden. BBCode kan brukes her" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:458 msgid "System language" msgstr "SystemsprÃ¥k" -#: ../../mod/admin.php:447 +#: ../../mod/admin.php:459 msgid "System theme" msgstr "Systemtema" -#: ../../mod/admin.php:447 +#: ../../mod/admin.php:459 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Standard systemtema - kan overstyres av brukerprofiler - <a href='#' id='cnftheme'>endre temainnstillinger</a>" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:460 msgid "Mobile system theme" msgstr "Mobilt systemtema" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:460 msgid "Theme for mobile devices" msgstr "Tema for mobile enheter" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:462 msgid "Allow Feeds as Connections" msgstr "Tillat strømmer som forbindelser" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:462 msgid "(Heavy system resource usage)" msgstr "(Tung bruk av systemressurser)" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:463 msgid "Maximum image size" msgstr "Største bildestørrelse" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:463 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Største størrelse i bytes for opplastede bilder. Standard er 0, som betyr ubegrenset." -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:464 msgid "Does this site allow new member registration?" msgstr "Tillater dette nettstedet registrering av nye medlemmer?" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:465 +msgid "Invitation only" +msgstr "Kun inviterte" + +#: ../../mod/admin.php:465 +msgid "" +"Only allow new member registrations with an invitation code. Above register " +"policy must be set to Yes." +msgstr "Tillat bare nye medlemsregistreringer med en invitasjonskode. OvenstÃ¥ende retningslinjer for registrering mÃ¥ være satt til Ja." + +#: ../../mod/admin.php:466 msgid "Which best describes the types of account offered by this hub?" msgstr "Hvilket alternativ beskriver best hva slags kontotype som tilbys av dette nettstedet/denne hubben?" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:467 msgid "Register text" msgstr "Registreringstekst" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:467 msgid "Will be displayed prominently on the registration page." msgstr "Vil bli vist pÃ¥ en fremtredende mÃ¥te pÃ¥ registreringssiden." -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:468 msgid "Site homepage to show visitors (default: login box)" msgstr "Nettstedets hjemmeside som vises til besøkende (standard: innloggingsboks)" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:468 msgid "" "example: 'public' to show public stream, 'page/sys/home' to show a system " "webpage called 'home' or 'include:home.html' to include a file." msgstr "eksempel: 'public' for Ã¥ vise offentlig strøm av innlegg, 'page/sys/home/ for Ã¥ vise en system-webside called 'home\" eller 'include:home.html' for Ã¥ inkludere en fil." -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:469 msgid "Preserve site homepage URL" msgstr "Bevar URL-en til nettstedets hjemmeside" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:469 msgid "" "Present the site homepage in a frame at the original location instead of " "redirecting" msgstr "Presenter hjemmesiden til nettstedet i en ramme fra den opprinnelige plasseringen i stedet for Ã¥ omdirigere" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:470 msgid "Accounts abandoned after x days" msgstr "Kontoer forlatt etter x dager" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:470 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Vil ikke kaste bort systemressurser pÃ¥ Ã¥ spørre eksterne nettsteder etter forlatte kontoer. Skriv 0 for Ã¥ ikke sette noen tidsgrense." -#: ../../mod/admin.php:458 +#: ../../mod/admin.php:471 msgid "Allowed friend domains" msgstr "Tillatte vennedomener" -#: ../../mod/admin.php:458 +#: ../../mod/admin.php:471 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Kommaseparert liste over domener som har lov til Ã¥ etablere vennskap med dette nettstedet. Jokertegn er akseptert. Tøm for Ã¥ tillate alle domener." -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:472 msgid "Allowed email domains" msgstr "Tillate e-postdomener" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:472 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 "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering pÃ¥ dette nettstedet. Jokertegn er akseptert. Tomt betyr at alle domener er tillatt" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:473 msgid "Not allowed email domains" msgstr "Ikke tillatte e-postdomener" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:473 msgid "" "Comma separated list of domains which are not allowed in email addresses for" " registrations to this site. Wildcards are accepted. Empty to allow any " "domains, unless allowed domains have been defined." msgstr "Kommaseparert liste med domener som ikke er tillatt i e-postadresser ved registrering pÃ¥ dette nettstedet. Jokertegn er akseptert. Tomt betyr at alle domener er tillatt, med mindre tillate domener er blitt definert." -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:474 msgid "Block public" msgstr "Blokker offentlig tilgang" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:474 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Kryss av for Ã¥ blokkere tilgang til alle personlige sider som ellers ville vært offentlig tilgjengelige pÃ¥ dette nettstedet med mindre du er logget inn." -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:475 msgid "Verify Email Addresses" msgstr "Bekreft e-postadresser" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:475 msgid "" "Check to verify email addresses used in account registration (recommended)." msgstr "Sett hake for Ã¥ sjekke e-postadresser brukt ved kontoregistrering (anbefales)." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:476 msgid "Force publish" msgstr "Tving publisering" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:476 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Kryss av for Ã¥ tvinge alle profiler pÃ¥ dette nettstedet til Ã¥ bli oppført i nettstedet sin katalog." -#: ../../mod/admin.php:464 -msgid "Disable discovery tab" -msgstr "Skru av oppdagelsesfanen" +#: ../../mod/admin.php:477 +msgid "Import Public Streams" +msgstr "Importer offentlige innholdsstrømmer" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:477 msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." -msgstr "Fjern fanen fra nettverksvisningen med offentlig innhold trukket inn fra kilder valg for dette nettstedet." +"Import and allow access to public content pulled from other sites. Warning: " +"this content is unmoderated." +msgstr "Importer og gi tilgang til offentlig innhold trukket inn fra andre nettsteder. Advarsel: dette innholdet er ikke moderert." -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:478 msgid "login on Homepage" msgstr "Logg inn pÃ¥ hjemmesiden" -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:478 msgid "" "Present a login box to visitors on the home page if no other content has " "been configured." msgstr "Presenter en innloggingsboks til besøkende pÃ¥ hjemmesiden hvis ikke noe annet innhold har blitt konfigurert." -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:480 msgid "Directory Server URL" msgstr "Katalogtjener URL" -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:480 msgid "Default directory server" msgstr "Standard katalogtjener" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:482 msgid "Proxy user" msgstr "Brukernavn mellomtjener" -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:483 msgid "Proxy URL" msgstr "Mellomtjener URL" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:484 msgid "Network timeout" msgstr "Nettverk tidsavbrudd" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:484 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Verdien i sekunder. Skriv 0 for ubegrenset (ikke anbefalt)." -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:485 msgid "Delivery interval" msgstr "Leveringsinterval" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:485 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 "Forsink leveringsprosessene i bakgrunnen med dette antall sekunder for Ã¥ redusere systembelastningen. Anbefaling: 4-5 for delte tjenere, 2-3 for virtuelle tjenere, 0-1 for større dedikerte tjenere." -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:486 msgid "Deliveries per process" msgstr "Leveranser per prosess" -#: ../../mod/admin.php:473 +#: ../../mod/admin.php:486 msgid "" "Number of deliveries to attempt in a single operating system process. Adjust" " if necessary to tune system performance. Recommend: 1-5." msgstr "Antall leveranser som forsøkes i en enkelt operativsystemprosess. Juster om nødvendig for Ã¥ fininnstille systemets yteevne. Anbefaling: 1-5." -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:487 msgid "Poll interval" msgstr "Spørreintervall" -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:487 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Forsink spørreprosessene i bakgrunnen med dette antall sekunder for Ã¥ redusere systembelastningen. Hvis 0, bruk dette leveringsintervallet." -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:488 msgid "Maximum Load Average" msgstr "Største belastningsgjennomsnitt" -#: ../../mod/admin.php:475 +#: ../../mod/admin.php:488 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Største systembelastning før leverings- og spørreprosesser blir utsatt - standard 50." -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:489 msgid "Expiration period in days for imported (matrix/network) content" msgstr "Antall dager før importert innhold (matrix/nettverk) utgÃ¥r" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:489 msgid "0 for no expiration of imported content" msgstr "0 dersom importert innhold ikke skal utgÃ¥" -#: ../../mod/admin.php:524 +#: ../../mod/admin.php:537 msgid "No server found" msgstr "Ingen tjener funnet" -#: ../../mod/admin.php:531 ../../mod/admin.php:814 +#: ../../mod/admin.php:544 ../../mod/admin.php:826 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:531 +#: ../../mod/admin.php:544 msgid "for channel" msgstr "for kanalen" -#: ../../mod/admin.php:531 +#: ../../mod/admin.php:544 msgid "on server" msgstr "pÃ¥ tjener" -#: ../../mod/admin.php:531 +#: ../../mod/admin.php:544 msgid "Status" msgstr "Status" -#: ../../mod/admin.php:533 +#: ../../mod/admin.php:546 msgid "Server" msgstr "Tjener" -#: ../../mod/admin.php:550 +#: ../../mod/admin.php:563 msgid "Update has been marked successful" msgstr "Oppdateringen har blitt merket som en suksess" -#: ../../mod/admin.php:560 +#: ../../mod/admin.php:573 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Utføring av %s feilet. Sjekk systemlogger." -#: ../../mod/admin.php:563 +#: ../../mod/admin.php:576 #, php-format msgid "Update %s was successfully applied." msgstr "Oppdatering %s ble gjennomført med suksess." -#: ../../mod/admin.php:567 +#: ../../mod/admin.php:580 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Oppdatering %s returnerte ingen status. Det er ukjent om den ble vellykket." -#: ../../mod/admin.php:570 +#: ../../mod/admin.php:583 #, php-format msgid "Update function %s could not be found." msgstr "Oppdatering av funksjon %s kunne ikke finnes." -#: ../../mod/admin.php:586 +#: ../../mod/admin.php:599 msgid "No failed updates." msgstr "Ingen mislykkede oppdateringer." -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:603 msgid "Failed Updates" msgstr "Mislykkede oppdateringer" -#: ../../mod/admin.php:592 +#: ../../mod/admin.php:605 msgid "Mark success (if update was manually applied)" msgstr "Marker suksess (hvis oppdateringen ble gjennomført manuelt)" -#: ../../mod/admin.php:593 +#: ../../mod/admin.php:606 msgid "Attempt to execute this update step automatically" msgstr "Prøv Ã¥ gjennomføre dette oppdateringstrinnet automatisk" -#: ../../mod/admin.php:625 +#: ../../mod/admin.php:637 msgid "Queue Statistics" msgstr "Køstatistikk" -#: ../../mod/admin.php:626 +#: ../../mod/admin.php:638 msgid "Total Entries" msgstr "Totalt antall oppføringer" -#: ../../mod/admin.php:627 +#: ../../mod/admin.php:639 msgid "Priority" msgstr "Prioritet" -#: ../../mod/admin.php:628 +#: ../../mod/admin.php:640 msgid "Destination URL" msgstr "MÃ¥l-URL" -#: ../../mod/admin.php:629 +#: ../../mod/admin.php:641 msgid "Mark hub permanently offline" msgstr "Merk hub som permanent offline" -#: ../../mod/admin.php:630 +#: ../../mod/admin.php:642 msgid "Empty queue for this hub" msgstr "Tøm køen for denne hubben" -#: ../../mod/admin.php:631 +#: ../../mod/admin.php:643 msgid "Last known contact" msgstr "Siste kjente kontakt" -#: ../../mod/admin.php:667 +#: ../../mod/admin.php:679 #, php-format msgid "%s account blocked/unblocked" msgid_plural "%s account blocked/unblocked" msgstr[0] "%s konto blokkert/ikke blokkert lenger" msgstr[1] "%s kontoer blokkert/ikke blokkert lenger" -#: ../../mod/admin.php:675 +#: ../../mod/admin.php:687 #, php-format msgid "%s account deleted" msgid_plural "%s accounts deleted" msgstr[0] "%s konto slettet" msgstr[1] "%s kontoer slettet" -#: ../../mod/admin.php:711 +#: ../../mod/admin.php:723 msgid "Account not found" msgstr "Kontoen ble ikke funnet" -#: ../../mod/admin.php:723 +#: ../../mod/admin.php:735 #, php-format msgid "Account '%s' deleted" msgstr "Kontoen '%s' slettet" -#: ../../mod/admin.php:731 +#: ../../mod/admin.php:743 #, php-format msgid "Account '%s' blocked" msgstr "Kontoen '%s' blokkert" -#: ../../mod/admin.php:739 +#: ../../mod/admin.php:751 #, php-format msgid "Account '%s' unblocked" msgstr "Kontoen '%s' er ikke blokkert lenger" -#: ../../mod/admin.php:801 ../../mod/admin.php:813 +#: ../../mod/admin.php:813 ../../mod/admin.php:825 msgid "Users" msgstr "Brukere" -#: ../../mod/admin.php:803 ../../mod/admin.php:967 +#: ../../mod/admin.php:815 ../../mod/admin.php:979 msgid "select all" msgstr "velg alle" -#: ../../mod/admin.php:804 +#: ../../mod/admin.php:816 msgid "User registrations waiting for confirm" msgstr "Brukerregistreringer som venter pÃ¥ bekreftelse" -#: ../../mod/admin.php:805 +#: ../../mod/admin.php:817 msgid "Request date" msgstr "Dato for forespørsel" -#: ../../mod/admin.php:806 +#: ../../mod/admin.php:818 msgid "No registrations." msgstr "Ingen registreringer." -#: ../../mod/admin.php:808 +#: ../../mod/admin.php:820 msgid "Deny" msgstr "AvslÃ¥" -#: ../../mod/admin.php:814 +#: ../../mod/admin.php:826 msgid "Register date" msgstr "Registreringsdato" -#: ../../mod/admin.php:814 +#: ../../mod/admin.php:826 msgid "Last login" msgstr "Siste innlogging" -#: ../../mod/admin.php:814 +#: ../../mod/admin.php:826 msgid "Expires" msgstr "Utløper" -#: ../../mod/admin.php:814 +#: ../../mod/admin.php:826 msgid "Service Class" msgstr "Tjenesteklasse" -#: ../../mod/admin.php:816 +#: ../../mod/admin.php:828 msgid "" "Selected accounts will be deleted!\\n\\nEverything these accounts had posted" " on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Valgte kontoer vil bli slettet!\\n\\nAlt disse kontoene har lagt inn pÃ¥ dette nettstedet vil bli slettet permanent!\\n\\nEr du sikker pÃ¥ at du vil slette disse valgte kontoene?" -#: ../../mod/admin.php:817 +#: ../../mod/admin.php:829 msgid "" "The account {0} will be deleted!\\n\\nEverything this account has posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Kontoen {0} vl bli slettet!\\n\\nAlt denne kontoen har lagt inn pÃ¥ dette nettstedet vil bli slettet permanent!\\n\\nEr du sikker pÃ¥ at du vil slette denne kontoen?" -#: ../../mod/admin.php:853 +#: ../../mod/admin.php:865 #, php-format msgid "%s channel censored/uncensored" msgid_plural "%s channels censored/uncensored" msgstr[0] "%s kanal er sensurert/ikke sensurert lenger" msgstr[1] "%s kanaler er sensurert/ikke sensurert lenger" -#: ../../mod/admin.php:862 +#: ../../mod/admin.php:874 #, php-format msgid "%s channel code allowed/disallowed" msgid_plural "%s channels code allowed/disallowed" msgstr[0] "%s kanal med kode tillatt/ikke tillatt" msgstr[1] "%s kanaler med kode tillatt/ikke tillatt" -#: ../../mod/admin.php:869 +#: ../../mod/admin.php:881 #, php-format msgid "%s channel deleted" msgid_plural "%s channels deleted" msgstr[0] "%s kanal slettet" msgstr[1] "%s kanaler slettet" -#: ../../mod/admin.php:889 +#: ../../mod/admin.php:901 msgid "Channel not found" msgstr "Kanalen ble ikke funnet" -#: ../../mod/admin.php:900 +#: ../../mod/admin.php:912 #, php-format msgid "Channel '%s' deleted" msgstr "Kanalen '%s' er slettet" -#: ../../mod/admin.php:912 +#: ../../mod/admin.php:924 #, php-format msgid "Channel '%s' censored" msgstr "Kanalen '%s' er sensurert" -#: ../../mod/admin.php:912 +#: ../../mod/admin.php:924 #, php-format msgid "Channel '%s' uncensored" msgstr "Kanalen '%s' er ikke sensurert lenger" -#: ../../mod/admin.php:923 +#: ../../mod/admin.php:935 #, php-format msgid "Channel '%s' code allowed" msgstr "Kanal '%s' kode tillatt" -#: ../../mod/admin.php:923 +#: ../../mod/admin.php:935 #, php-format msgid "Channel '%s' code disallowed" msgstr "Kanal '%s' kode ikke tillatt" -#: ../../mod/admin.php:969 +#: ../../mod/admin.php:981 msgid "Censor" msgstr "Sensurer" -#: ../../mod/admin.php:970 +#: ../../mod/admin.php:982 msgid "Uncensor" msgstr "Ikke sensurer lenger" -#: ../../mod/admin.php:971 +#: ../../mod/admin.php:983 msgid "Allow Code" msgstr "Tillat kode" -#: ../../mod/admin.php:972 +#: ../../mod/admin.php:984 msgid "Disallow Code" msgstr "Ikke tillat kode" -#: ../../mod/admin.php:974 +#: ../../mod/admin.php:986 msgid "UID" msgstr "UID" -#: ../../mod/admin.php:976 +#: ../../mod/admin.php:988 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 "Valgte kanaler vil bli slettet!\\n\\nAlt innhold som er lagt inn i disse kanalene pÃ¥ dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker pÃ¥ at du vil slette disse kanalene med alt innhold?" -#: ../../mod/admin.php:977 +#: ../../mod/admin.php:989 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 "Kanalen {0} vil bli slettet!\\n\\nAlt innhold som er lagt inn i denne kanalen pÃ¥ dettet nettstedet vil bli slettet for alltid!\\n\\nEr du sikker pÃ¥ at du vil slette denne kanalen med alt innhold?" -#: ../../mod/admin.php:1017 +#: ../../mod/admin.php:1029 #, php-format msgid "Plugin %s disabled." msgstr "Tilleggsfunksjonen %s er avskrudd." -#: ../../mod/admin.php:1021 +#: ../../mod/admin.php:1033 #, php-format msgid "Plugin %s enabled." msgstr "Tilleggsfunksjonen %s er pÃ¥skrudd." -#: ../../mod/admin.php:1031 ../../mod/admin.php:1234 +#: ../../mod/admin.php:1043 ../../mod/admin.php:1246 msgid "Disable" msgstr "Skru av" -#: ../../mod/admin.php:1034 ../../mod/admin.php:1236 +#: ../../mod/admin.php:1046 ../../mod/admin.php:1248 msgid "Enable" msgstr "Skru pÃ¥" -#: ../../mod/admin.php:1063 ../../mod/admin.php:1263 +#: ../../mod/admin.php:1075 ../../mod/admin.php:1275 msgid "Toggle" msgstr "Skru av og pÃ¥" -#: ../../mod/admin.php:1071 ../../mod/admin.php:1273 +#: ../../mod/admin.php:1083 ../../mod/admin.php:1285 msgid "Author: " msgstr "Forfatter:" -#: ../../mod/admin.php:1072 ../../mod/admin.php:1274 +#: ../../mod/admin.php:1084 ../../mod/admin.php:1286 msgid "Maintainer: " msgstr "Vedlikeholder:" -#: ../../mod/admin.php:1199 +#: ../../mod/admin.php:1211 msgid "No themes found." msgstr "Ingen temaer er funnet." -#: ../../mod/admin.php:1255 +#: ../../mod/admin.php:1267 msgid "Screenshot" msgstr "Skjermbilde" -#: ../../mod/admin.php:1301 +#: ../../mod/admin.php:1313 msgid "[Experimental]" msgstr "[Eksperimentelt]" -#: ../../mod/admin.php:1302 +#: ../../mod/admin.php:1314 msgid "[Unsupported]" msgstr "[Ingen støtte]" -#: ../../mod/admin.php:1326 +#: ../../mod/admin.php:1338 msgid "Log settings updated." msgstr "Logginnstillinger er oppdatert." -#: ../../mod/admin.php:1383 +#: ../../mod/admin.php:1395 msgid "Clear" msgstr "Tøm" -#: ../../mod/admin.php:1389 +#: ../../mod/admin.php:1401 msgid "Debugging" msgstr "Feilsøking" -#: ../../mod/admin.php:1390 +#: ../../mod/admin.php:1402 msgid "Log file" msgstr "Loggfil" -#: ../../mod/admin.php:1390 +#: ../../mod/admin.php:1402 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "MÃ¥ kunne skrives til av webtjenesten. Relativ til din Red sin toppnivÃ¥katalog." -#: ../../mod/admin.php:1391 +#: ../../mod/admin.php:1403 msgid "Log level" msgstr "LoggnivÃ¥" -#: ../../mod/admin.php:1437 +#: ../../mod/admin.php:1449 msgid "New Profile Field" msgstr "Nytt profilfelt" -#: ../../mod/admin.php:1438 ../../mod/admin.php:1458 +#: ../../mod/admin.php:1450 ../../mod/admin.php:1470 msgid "Field nickname" msgstr "Feltets kallenavn" -#: ../../mod/admin.php:1438 ../../mod/admin.php:1458 +#: ../../mod/admin.php:1450 ../../mod/admin.php:1470 msgid "System name of field" msgstr "Systemnavnet til feltet" -#: ../../mod/admin.php:1439 ../../mod/admin.php:1459 +#: ../../mod/admin.php:1451 ../../mod/admin.php:1471 msgid "Input type" msgstr "Inndata-type" -#: ../../mod/admin.php:1440 ../../mod/admin.php:1460 +#: ../../mod/admin.php:1452 ../../mod/admin.php:1472 msgid "Field Name" msgstr "Feltnavn" -#: ../../mod/admin.php:1440 ../../mod/admin.php:1460 +#: ../../mod/admin.php:1452 ../../mod/admin.php:1472 msgid "Label on profile pages" msgstr "Merkelapp pÃ¥ profilsider" -#: ../../mod/admin.php:1441 ../../mod/admin.php:1461 +#: ../../mod/admin.php:1453 ../../mod/admin.php:1473 msgid "Help text" msgstr "Hjelpetekst" -#: ../../mod/admin.php:1441 ../../mod/admin.php:1461 +#: ../../mod/admin.php:1453 ../../mod/admin.php:1473 msgid "Additional info (optional)" msgstr "Tilleggsinformasjon (valgfritt)" -#: ../../mod/admin.php:1451 +#: ../../mod/admin.php:1463 msgid "Field definition not found" msgstr "Feltdefinisjonen ble ikke funnet" -#: ../../mod/admin.php:1457 +#: ../../mod/admin.php:1469 msgid "Edit Profile Field" msgstr "Endre profilfelt" @@ -8252,92 +8187,14 @@ msgstr "NÃ¥r mulig, fjern en plassering ved Ã¥ logge inn pÃ¥ det nettstedet elle msgid "Use this form to drop the location if the hub is no longer operating." msgstr "Bruk dette skjemaet for Ã¥ fjerne plasseringen hvis huben ikke er i drift lenger." -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Ikke i stand til Ã¥ slÃ¥ opp mottaker." - -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Ikke i stand til Ã¥ kommunisere med forespurt kanal." - -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Kan ikke bekrefte forespurt kanal." - -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Valgt kanal har restriksjoner for private meldinger. Sending feilet." - -#: ../../mod/mail.php:132 -msgid "Messages" -msgstr "Meldinger" - -#: ../../mod/mail.php:167 -msgid "Message recalled." -msgstr "Innlegg tilbakekalt." - -#: ../../mod/mail.php:180 -msgid "Conversation removed." -msgstr "Samtale fjernet." - -#: ../../mod/mail.php:223 -msgid "Requested channel is not in this network" -msgstr "Forespurt kanal er ikke tilgjengelig i dette nettverket." - -#: ../../mod/mail.php:231 -msgid "Send Private Message" -msgstr "Send privat melding" - -#: ../../mod/mail.php:232 ../../mod/mail.php:361 -msgid "To:" -msgstr "Til:" - -#: ../../mod/mail.php:235 ../../mod/mail.php:363 -msgid "Subject:" -msgstr "Emne:" - -#: ../../mod/mail.php:238 ../../mod/invite.php:131 -msgid "Your message:" -msgstr "Din melding:" - -#: ../../mod/mail.php:242 -msgid "Send" -msgstr "Send" - -#: ../../mod/mail.php:333 -msgid "Delete message" -msgstr "Slett melding" - -#: ../../mod/mail.php:334 -msgid "Delivery report" -msgstr "Leveringsrapport" - -#: ../../mod/mail.php:335 -msgid "Recall message" -msgstr "Tilbakekall innlegg" - -#: ../../mod/mail.php:337 -msgid "Message has been recalled." -msgstr "Innlegget har blitt tilbakekalt." - -#: ../../mod/mail.php:354 -msgid "Delete Conversation" -msgstr "Slett samtale" - -#: ../../mod/mail.php:356 -msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "Ingen sikret kommunikasjon tilgjengelig. Du kan <strong>muligens</strong> greie Ã¥ svare via senderens profilside." - -#: ../../mod/mail.php:360 -msgid "Send Reply" -msgstr "Send svar" +#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 +msgid "$Projectname" +msgstr "$Projectname" -#: ../../mod/mail.php:365 +#: ../../mod/home.php:75 #, php-format -msgid "Your message for %s (%s):" -msgstr "Din melding til %s (%s):" +msgid "Welcome to %s" +msgstr "Velkommen til %s" #: ../../mod/regmod.php:11 msgid "Please login." @@ -8367,71 +8224,157 @@ msgstr "Utilstrekkelig tillatelse. Forespørsel omdirigert til profilsiden." msgid "Item not available." msgstr "Elementet er ikke tilgjengelig." -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "Grensen for totalt antall invitasjoner er overskredet." +#: ../../mod/photos.php:79 +msgid "Page owner information could not be retrieved." +msgstr "Informasjon om sideeier kunne ikke hentes." -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : ikke en gyldig e-postadresse." +#: ../../mod/photos.php:100 +msgid "Album not found." +msgstr "Albumet ble ikke funnet." -#: ../../mod/invite.php:76 -msgid "Please join us on $Projectname" -msgstr "Bli med oss pÃ¥ $Projectname" +#: ../../mod/photos.php:127 +msgid "Delete Album" +msgstr "Slett album" -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Invitasjonsgrensen er overskredet. Vennligst kontakt administratoren ved ditt nettsted." +#: ../../mod/photos.php:171 ../../mod/photos.php:1006 +msgid "Delete Photo" +msgstr "Slett bilde" + +#: ../../mod/photos.php:501 +msgid "No photos selected" +msgstr "Ingen bilder valgt" + +#: ../../mod/photos.php:550 +msgid "Access to this item is restricted." +msgstr "Tilgang til dette elementet er begrenset." -#: ../../mod/invite.php:92 +#: ../../mod/photos.php:589 #, php-format -msgid "%s : Message delivery failed." -msgstr "%s : meldingslevering feilet." +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "%1$.2f MB av %2$.2f MB lagringsplass til bilder er brukt." -#: ../../mod/invite.php:96 +#: ../../mod/photos.php:592 #, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d melding sendt." -msgstr[1] "%d meldinger sendt." +msgid "%1$.2f MB photo storage used." +msgstr "%1$.2f MB lagringsplass til bilder er brukt." -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "Du har ikke flere invitasjoner tilgjengelig" +#: ../../mod/photos.php:620 +msgid "Upload Photos" +msgstr "Last opp bilder" -#: ../../mod/invite.php:129 -msgid "Send invitations" -msgstr "Send invitasjoner" +#: ../../mod/photos.php:624 +msgid "Enter an album name" +msgstr "Skriv et albumnavn" -#: ../../mod/invite.php:130 -msgid "Enter email addresses, one per line:" -msgstr "Skriv e-postadresser, en per linje:" +#: ../../mod/photos.php:625 +msgid "or select an existing album (doubleclick)" +msgstr "eller velg et eksisterende album (dobbeltklikk)" -#: ../../mod/invite.php:132 -msgid "Please join my community on $Projectname." -msgstr "Du er velkommen til Ã¥ bli med i mitt fellesskap pÃ¥ $Projectname." +#: ../../mod/photos.php:626 +msgid "Create a status post for this upload" +msgstr "Lag et statusinnlegg for denne opplastingen" -#: ../../mod/invite.php:134 -msgid "You will need to supply this invitation code: " -msgstr "Du mÃ¥ oppgi denne invitasjonskoden:" +#: ../../mod/photos.php:627 +msgid "Caption (optional):" +msgstr "Bildetekst (valgfritt):" -#: ../../mod/invite.php:135 -msgid "" -"1. Register at any $Projectname location (they are all inter-connected)" -msgstr "1. Registrer ved enhver $Projectname-lokasjon (de er alle forbundet med hverandre)" +#: ../../mod/photos.php:628 +msgid "Description (optional):" +msgstr "Beskrivelse (valgfritt):" -#: ../../mod/invite.php:137 -msgid "2. Enter my $Projectname network address into the site searchbar." -msgstr "2. Skriv inn min $Projectname-adresse i nettstedets søkefelt." +#: ../../mod/photos.php:655 +msgid "Album name could not be decoded" +msgstr "Albumnavnet kunne ikke dekodes" -#: ../../mod/invite.php:138 -msgid "or visit " -msgstr "eller besøk" +#: ../../mod/photos.php:699 ../../mod/photos.php:1233 +#: ../../mod/photos.php:1250 +msgid "Contact Photos" +msgstr "Kontaktbilder" -#: ../../mod/invite.php:140 -msgid "3. Click [Connect]" -msgstr "3. Klikk [Forbindelse]" +#: ../../mod/photos.php:722 +msgid "Show Newest First" +msgstr "Vis nyeste først" + +#: ../../mod/photos.php:724 +msgid "Show Oldest First" +msgstr "Vis eldste først" + +#: ../../mod/photos.php:824 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Tillatelse avvist. Tilgang til dette elementet kan være begrenset." + +#: ../../mod/photos.php:826 +msgid "Photo not available" +msgstr "Bilde er utilgjengelig" + +#: ../../mod/photos.php:884 +msgid "Use as profile photo" +msgstr "Bruk som profilbilde" + +#: ../../mod/photos.php:891 +msgid "Private Photo" +msgstr "Privat bilde" + +#: ../../mod/photos.php:902 ../../mod/events.php:652 ../../mod/events.php:659 +msgid "Previous" +msgstr "Forrige" + +#: ../../mod/photos.php:906 +msgid "View Full Size" +msgstr "Vis i full størrelse" + +#: ../../mod/photos.php:985 +msgid "Edit photo" +msgstr "Endre bilde" + +#: ../../mod/photos.php:987 +msgid "Rotate CW (right)" +msgstr "Roter med klokka (mot høyre)" + +#: ../../mod/photos.php:988 +msgid "Rotate CCW (left)" +msgstr "Roter mot klokka (venstre)" + +#: ../../mod/photos.php:991 +msgid "Enter a new album name" +msgstr "Skriv et nytt albumnavn" + +#: ../../mod/photos.php:992 +msgid "or select an existing one (doubleclick)" +msgstr "eller velg et eksisterende album (dobbeltklikk)" + +#: ../../mod/photos.php:995 +msgid "Caption" +msgstr "Overskrift" + +#: ../../mod/photos.php:997 +msgid "Add a Tag" +msgstr "Legg til merkelapp" + +#: ../../mod/photos.php:1001 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Eksempel: @bob, @Barbara_Jensen, @jim@example.com" + +#: ../../mod/photos.php:1004 +msgid "Flag as adult in album view" +msgstr "Flag som voksent i albumvisning" + +#: ../../mod/photos.php:1196 +msgid "In This Photo:" +msgstr "I dette bildet:" + +#: ../../mod/photos.php:1201 +msgid "Map" +msgstr "Kart" + +#: ../../mod/photos.php:1289 +msgid "View Album" +msgstr "Vis album" + +#: ../../mod/photos.php:1300 ../../mod/photos.php:1313 +#: ../../mod/photos.php:1314 +msgid "Recent Photos" +msgstr "Nye bilder" #: ../../mod/lockview.php:37 msgid "Remote privacy information not available." @@ -8582,6 +8525,16 @@ msgstr "Chat utgÃ¥r (antall minutter)" msgid "%1$s's Chatrooms" msgstr "%1$s sine chatrom" +#: ../../mod/search.php:212 +#, php-format +msgid "Items tagged with: %s" +msgstr "Elementer merket med: %s" + +#: ../../mod/search.php:214 +#, php-format +msgid "Search results for: %s" +msgstr "Søkeresultater for: %s" + #: ../../mod/viewsrc.php:40 msgid "Source of Item" msgstr "Kilde til element" @@ -8675,22 +8628,6 @@ msgstr "Søk blant dine forbindelser" msgid "Finding: " msgstr "Fant:" -#: ../../mod/help.php:147 -msgid "Documentation Search" -msgstr "Søk i dokumentasjon" - -#: ../../mod/help.php:184 ../../mod/help.php:190 ../../mod/help.php:196 -msgid "Help:" -msgstr "Hjelp:" - -#: ../../mod/help.php:211 ../../index.php:238 -msgid "Not Found" -msgstr "Ikke funnet" - -#: ../../mod/help.php:235 -msgid "$Projectname Documentation" -msgstr "$Projectname dokumentasjon" - #: ../../mod/manage.php:130 #, php-format msgid "You have created %1$.0f of %2$.0f allowed channels." @@ -8822,72 +8759,165 @@ msgstr "Menytittelen andre ser" msgid "Allow bookmarks" msgstr "Tillat bokmerker" -#: ../../mod/post.php:234 +#: ../../mod/mail.php:34 +msgid "Unable to lookup recipient." +msgstr "Ikke i stand til Ã¥ slÃ¥ opp mottaker." + +#: ../../mod/mail.php:42 +msgid "Unable to communicate with requested channel." +msgstr "Ikke i stand til Ã¥ kommunisere med forespurt kanal." + +#: ../../mod/mail.php:49 +msgid "Cannot verify requested channel." +msgstr "Kan ikke bekrefte forespurt kanal." + +#: ../../mod/mail.php:75 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Valgt kanal har restriksjoner for private meldinger. Sending feilet." + +#: ../../mod/mail.php:140 +msgid "Messages" +msgstr "Meldinger" + +#: ../../mod/mail.php:175 +msgid "Message recalled." +msgstr "Innlegg tilbakekalt." + +#: ../../mod/mail.php:188 +msgid "Conversation removed." +msgstr "Samtale fjernet." + +#: ../../mod/mail.php:231 +msgid "Requested channel is not in this network" +msgstr "Forespurt kanal er ikke tilgjengelig i dette nettverket." + +#: ../../mod/mail.php:239 +msgid "Send Private Message" +msgstr "Send privat melding" + +#: ../../mod/mail.php:240 ../../mod/mail.php:370 +msgid "To:" +msgstr "Til:" + +#: ../../mod/mail.php:243 ../../mod/mail.php:372 +msgid "Subject:" +msgstr "Emne:" + +#: ../../mod/mail.php:250 +msgid "Send" +msgstr "Send" + +#: ../../mod/mail.php:342 +msgid "Delete message" +msgstr "Slett melding" + +#: ../../mod/mail.php:343 +msgid "Delivery report" +msgstr "Leveringsrapport" + +#: ../../mod/mail.php:344 +msgid "Recall message" +msgstr "Tilbakekall innlegg" + +#: ../../mod/mail.php:346 +msgid "Message has been recalled." +msgstr "Innlegget har blitt tilbakekalt." + +#: ../../mod/mail.php:363 +msgid "Delete Conversation" +msgstr "Slett samtale" + +#: ../../mod/mail.php:365 msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Fjernautentisering blokkert. Du er logget inn pÃ¥ dette nettstedet lokalt. Vennligst logg ut og prøv pÃ¥ nytt." +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Ingen sikret kommunikasjon tilgjengelig. Du kan <strong>muligens</strong> greie Ã¥ svare via senderens profilside." + +#: ../../mod/mail.php:369 +msgid "Send Reply" +msgstr "Send svar" + +#: ../../mod/mail.php:374 +#, php-format +msgid "Your message for %s (%s):" +msgstr "Din melding til %s (%s):" + +#: ../../mod/help.php:148 +msgid "Documentation Search" +msgstr "Søk i dokumentasjon" + +#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198 +msgid "Help:" +msgstr "Hjelp:" + +#: ../../mod/help.php:213 ../../index.php:238 +msgid "Not Found" +msgstr "Ikke funnet" + +#: ../../mod/help.php:237 +msgid "$Projectname Documentation" +msgstr "$Projectname dokumentasjon" #: ../../mod/service_limits.php:19 msgid "No service class restrictions found." msgstr "Ingen restriksjoner er funnet i tjenesteklasse." -#: ../../mod/siteinfo.php:111 +#: ../../mod/siteinfo.php:15 #, php-format msgid "Version %s" msgstr "Versjon %s" -#: ../../mod/siteinfo.php:132 +#: ../../mod/siteinfo.php:36 msgid "Installed plugins/addons/apps:" msgstr "Installerte tilleggsfunksjoner/tillegg/apper:" -#: ../../mod/siteinfo.php:145 +#: ../../mod/siteinfo.php:49 msgid "No installed plugins/addons/apps" msgstr "Ingen installerte tilleggsfunksjoner/tillegg/apper" -#: ../../mod/siteinfo.php:158 +#: ../../mod/siteinfo.php:62 msgid "" "This is a hub of $Projectname - a global cooperative network of " "decentralized privacy enhanced websites." msgstr "Dette er en $Projectname-hub - et globalt samhandlende nettverk av desentraliserte nettsteder med innbygget personvern." -#: ../../mod/siteinfo.php:160 +#: ../../mod/siteinfo.php:64 msgid "Tag: " msgstr "Merkelapp:" -#: ../../mod/siteinfo.php:162 +#: ../../mod/siteinfo.php:66 msgid "Last background fetch: " msgstr "Siste innhenting i bakgrunnen:" -#: ../../mod/siteinfo.php:164 +#: ../../mod/siteinfo.php:68 msgid "Current load average: " msgstr "Gjeldende belastningsgjennomsnitt:" -#: ../../mod/siteinfo.php:167 +#: ../../mod/siteinfo.php:71 msgid "Running at web location" msgstr "Kjører pÃ¥ webplasseringen" -#: ../../mod/siteinfo.php:168 +#: ../../mod/siteinfo.php:72 msgid "" "Please visit <a href=\"http://hubzilla.org\">hubzilla.org</a> to learn more " "about $Projectname." msgstr "Vennligst besøk <a href=\"http://hubzilla.org\">hubzilla.org</a> for Ã¥ lære mer om $Projectname." -#: ../../mod/siteinfo.php:169 +#: ../../mod/siteinfo.php:73 msgid "Bug reports and issues: please visit" msgstr "Feilmeldinger og feilretting: vennligst besøk" -#: ../../mod/siteinfo.php:171 +#: ../../mod/siteinfo.php:75 msgid "$projectname issues" msgstr "$projectname problemer" -#: ../../mod/siteinfo.php:172 +#: ../../mod/siteinfo.php:76 msgid "" "Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " "com" msgstr "Forslag, ros og sÃ¥ videre - vennligst e-post \"redmatrix\" hos librelist - punktum com" -#: ../../mod/siteinfo.php:174 +#: ../../mod/siteinfo.php:78 msgid "Site Administrators" msgstr "Nettstedsadministratorer" @@ -8921,77 +8951,105 @@ msgstr "Hendelsestittel og starttidspunkt er pÃ¥krevd." msgid "Event not found." msgstr "Hendelsen ble ikke funnet." -#: ../../mod/events.php:452 -msgid "Event Title" -msgstr "Hendelsestittel" +#: ../../mod/events.php:437 +msgid "Edit event titel" +msgstr "Rediger hendelsens tittel" -#: ../../mod/events.php:454 +#: ../../mod/events.php:437 +msgid "Event titel" +msgstr "Hendelsens tittel" + +#: ../../mod/events.php:439 msgid "Categories (comma-separated list)" msgstr "Kategorier (kommaseparert liste)" -#: ../../mod/events.php:455 +#: ../../mod/events.php:440 +msgid "Edit Category" +msgstr "Endre kategori" + +#: ../../mod/events.php:440 msgid "Category" msgstr "Kategori" -#: ../../mod/events.php:458 +#: ../../mod/events.php:443 +msgid "Edit start date and time" +msgstr "Endre startdato og tidspunkt" + +#: ../../mod/events.php:443 msgid "Start date and time" msgstr "Startdato og tidspunkt" -#: ../../mod/events.php:459 ../../mod/events.php:462 +#: ../../mod/events.php:444 ../../mod/events.php:447 msgid "Finish date and time are not known or not relevant" msgstr "Sluttdato og tidspunkt er ikke kjent eller ikke relevant" -#: ../../mod/events.php:461 +#: ../../mod/events.php:446 +msgid "Edit finish date and time" +msgstr "Endre sluttdato og tidspunkt" + +#: ../../mod/events.php:446 msgid "Finish date and time" msgstr "Sluttdato og tidspunkt" -#: ../../mod/events.php:463 ../../mod/events.php:464 +#: ../../mod/events.php:448 ../../mod/events.php:449 msgid "Adjust for viewer timezone" msgstr "Juster i forhold til tilskuerens tidssone" -#: ../../mod/events.php:463 +#: ../../mod/events.php:448 msgid "" "Important for events that happen in a particular place. Not practical for " "global holidays." msgstr "Viktig for hendelser som skjer pÃ¥ et bestemt sted. Ikke praktisk for globale ferier eller fridager." -#: ../../mod/events.php:470 ../../mod/events.php:472 +#: ../../mod/events.php:450 +msgid "Edit Description" +msgstr "Endre beskrivelse" + +#: ../../mod/events.php:452 +msgid "Edit Location" +msgstr "Endre plassering" + +#: ../../mod/events.php:455 ../../mod/events.php:457 msgid "Share this event" msgstr "Del denne hendelsen" -#: ../../mod/events.php:477 +#: ../../mod/events.php:462 msgid "Advanced Options" msgstr "Avanserte alternativer" -#: ../../mod/events.php:589 +#: ../../mod/events.php:574 msgid "l, F j" msgstr "l, F j" -#: ../../mod/events.php:611 +#: ../../mod/events.php:596 msgid "Edit event" msgstr "Endre hendelse" -#: ../../mod/events.php:613 +#: ../../mod/events.php:598 msgid "Delete event" msgstr "Slett hendelse" -#: ../../mod/events.php:647 +#: ../../mod/events.php:632 msgid "calendar" msgstr "kalender" -#: ../../mod/events.php:666 -msgid "New Event" -msgstr "Ny hendelse" +#: ../../mod/events.php:651 +msgid "Edit Event" +msgstr "Endre hendelse" + +#: ../../mod/events.php:651 +msgid "Create Event" +msgstr "Lag hendelse" -#: ../../mod/events.php:676 +#: ../../mod/events.php:661 msgid "Today" msgstr "Idag" -#: ../../mod/events.php:707 +#: ../../mod/events.php:692 msgid "Event removed" msgstr "Hendelse slettet" -#: ../../mod/events.php:710 +#: ../../mod/events.php:695 msgid "Failed to remove event" msgstr "Mislyktes med Ã¥ slette hendelse" @@ -9288,51 +9346,57 @@ msgstr "Angi størrelsen for samtalens forfatterbilde" msgid "Set size of followup author photos" msgstr "Angi størrelsen pÃ¥ forfatterbilder ved oppfølging" -#: ../../boot.php:1291 +#: ../../Zotlabs/Zot/Auth.php:140 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Fjernautentisering blokkert. Du er logget inn pÃ¥ dette nettstedet lokalt. Vennligst logg ut og prøv pÃ¥ nytt." + +#: ../../boot.php:1299 #, php-format msgid "Update %s failed. See error logs." msgstr "Oppdatering %s mislyktes. Se feilloggen." -#: ../../boot.php:1294 +#: ../../boot.php:1302 #, php-format msgid "Update Error at %s" msgstr "Oppdateringsfeil ved %s" -#: ../../boot.php:1461 +#: ../../boot.php:1469 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "Lag en konto for Ã¥ fÃ¥ tilgang til tjenester og programmer i Hubzilla" -#: ../../boot.php:1489 +#: ../../boot.php:1491 msgid "Password" msgstr "Passord" -#: ../../boot.php:1490 +#: ../../boot.php:1492 msgid "Remember me" msgstr "Husk meg" -#: ../../boot.php:1493 +#: ../../boot.php:1495 msgid "Forgot your password?" msgstr "Glemt passordet ditt?" -#: ../../boot.php:2113 +#: ../../boot.php:2115 msgid "toggle mobile" msgstr "Skru pÃ¥ mobil" -#: ../../boot.php:2248 +#: ../../boot.php:2250 msgid "Website SSL certificate is not valid. Please correct." msgstr "Nettstedets SSL-sertifikat er ikke gyldig. Vennligst fiks dette." -#: ../../boot.php:2251 +#: ../../boot.php:2253 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "[hubzilla] SSL-feil ved nettsted hos %s" -#: ../../boot.php:2288 +#: ../../boot.php:2290 msgid "Cron/Scheduled tasks not running." msgstr "Cron/planlagte oppgaver kjører ikke." -#: ../../boot.php:2292 +#: ../../boot.php:2294 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "[hubzilla] Cron-oppgaver kjører ikke pÃ¥ %s" diff --git a/view/nb-no/hstrings.php b/view/nb-no/hstrings.php index 5aa368cb0..24dd51904 100644 --- a/view/nb-no/hstrings.php +++ b/view/nb-no/hstrings.php @@ -19,8 +19,100 @@ $a->strings["Cannot create a duplicate channel identifier on this system. Import $a->strings["Unable to create a unique channel address. Import failed."] = "Klarte ikke Ã¥ lage en unik kanaladresse. Import mislyktes."; $a->strings["Channel clone failed. Import failed."] = "Kanalkloning mislyktes. Import mislyktes."; $a->strings["Cloned channel not found. Import failed."] = "Klonet kanal ble ikke funnet. Import mislyktes."; -$a->strings["parent"] = "opp et nivÃ¥"; +$a->strings["prev"] = "forrige"; +$a->strings["first"] = "første"; +$a->strings["last"] = "siste"; +$a->strings["next"] = "neste"; +$a->strings["older"] = "eldre"; +$a->strings["newer"] = "nyere"; +$a->strings["No connections"] = "Ingen forbindelser"; +$a->strings["%d Connection"] = array( + 0 => "%d forbindelse", + 1 => "%d forbindelser", +); +$a->strings["View Connections"] = "Vis forbindelser"; +$a->strings["Search"] = "Søk"; +$a->strings["Save"] = "Lagre"; +$a->strings["poke"] = "prikk"; +$a->strings["poked"] = "prikket"; +$a->strings["ping"] = "varsle"; +$a->strings["pinged"] = "varslet"; +$a->strings["prod"] = "oppildne"; +$a->strings["prodded"] = "oppildnet"; +$a->strings["slap"] = "daske"; +$a->strings["slapped"] = "dasket"; +$a->strings["finger"] = "fingre"; +$a->strings["fingered"] = "fingret"; +$a->strings["rebuff"] = "tilbakevise"; +$a->strings["rebuffed"] = "tilbakeviste"; +$a->strings["happy"] = "glad"; +$a->strings["sad"] = "trist"; +$a->strings["mellow"] = "dempet"; +$a->strings["tired"] = "trøtt"; +$a->strings["perky"] = "oppkvikket"; +$a->strings["angry"] = "sint"; +$a->strings["stupified"] = "sløvet"; +$a->strings["puzzled"] = "forundret"; +$a->strings["interested"] = "interessert"; +$a->strings["bitter"] = "bitter"; +$a->strings["cheerful"] = "munter"; +$a->strings["alive"] = "levende"; +$a->strings["annoyed"] = "irritert"; +$a->strings["anxious"] = "nervøs"; +$a->strings["cranky"] = "gretten"; +$a->strings["disturbed"] = "foruroliget"; +$a->strings["frustrated"] = "frustrert"; +$a->strings["depressed"] = "lei seg"; +$a->strings["motivated"] = "motivert"; +$a->strings["relaxed"] = "avslappet"; +$a->strings["surprised"] = "overrasket"; +$a->strings["Monday"] = "mandag"; +$a->strings["Tuesday"] = "tirsdag"; +$a->strings["Wednesday"] = "onsdag"; +$a->strings["Thursday"] = "torsdag"; +$a->strings["Friday"] = "fredag"; +$a->strings["Saturday"] = "lørdag"; +$a->strings["Sunday"] = "søndag"; +$a->strings["January"] = "januar"; +$a->strings["February"] = "februar"; +$a->strings["March"] = "mars"; +$a->strings["April"] = "april"; +$a->strings["May"] = "mai"; +$a->strings["June"] = "juni"; +$a->strings["July"] = "juli"; +$a->strings["August"] = "august"; +$a->strings["September"] = "september"; +$a->strings["October"] = "oktober"; +$a->strings["November"] = "november"; +$a->strings["December"] = "desember"; +$a->strings["Unknown Attachment"] = "Ukjent vedlegg"; +$a->strings["Size"] = "Størrelse"; +$a->strings["unknown"] = "ukjent"; +$a->strings["remove category"] = "fjern kategori"; +$a->strings["remove from file"] = "fjern fra fil"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Starter:"; +$a->strings["Finishes:"] = "Slutter:"; +$a->strings["Location:"] = "Plassering:"; +$a->strings["Click to open/close"] = "Klikk for Ã¥ Ã¥pne/lukke"; +$a->strings["Link to Source"] = "Lenke til kilde"; +$a->strings["default"] = "standard"; +$a->strings["Page layout"] = "Sidens layout"; +$a->strings["You can create your own with the layouts tool"] = "Du kan lage din egen med layout-verktøyet"; +$a->strings["Page content type"] = "Sidens innholdstype"; +$a->strings["Select an alternate language"] = "Velg et annet sprÃ¥k"; +$a->strings["photo"] = "foto"; +$a->strings["event"] = "hendelse"; +$a->strings["status"] = "status"; +$a->strings["comment"] = "kommentar"; +$a->strings["activity"] = "aktivitet"; +$a->strings["Design Tools"] = "Designverktøy"; +$a->strings["Blocks"] = "Byggeklosser"; +$a->strings["Menus"] = "Menyer"; +$a->strings["Layouts"] = "Layout"; +$a->strings["Pages"] = "Sider"; $a->strings["Collection"] = "Samling"; +$a->strings["parent"] = "opp et nivÃ¥"; $a->strings["Principal"] = "Viktigste"; $a->strings["Addressbook"] = "Adressebok"; $a->strings["Calendar"] = "Kalender"; @@ -34,7 +126,6 @@ $a->strings["Create"] = "Lag"; $a->strings["Upload"] = "Last opp"; $a->strings["Name"] = "Navn"; $a->strings["Type"] = "Type"; -$a->strings["Size"] = "Størrelse"; $a->strings["Last Modified"] = "Sist endret"; $a->strings["Edit"] = "Endre"; $a->strings["Delete"] = "Slett"; @@ -81,18 +172,7 @@ $a->strings["about a year"] = "omtrent et Ã¥r"; $a->strings["%d years"] = "%d Ã¥r"; $a->strings[" "] = " "; $a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["January"] = "januar"; -$a->strings["February"] = "februar"; -$a->strings["March"] = "mars"; -$a->strings["April"] = "april"; $a->strings["__ctx:long__ May"] = "mai"; -$a->strings["June"] = "juni"; -$a->strings["July"] = "juli"; -$a->strings["August"] = "august"; -$a->strings["September"] = "september"; -$a->strings["October"] = "oktober"; -$a->strings["November"] = "november"; -$a->strings["December"] = "desember"; $a->strings["Jan"] = "Jan"; $a->strings["Feb"] = "Feb"; $a->strings["Mar"] = "Mar"; @@ -105,13 +185,6 @@ $a->strings["Sep"] = "Sep"; $a->strings["Oct"] = "Okt"; $a->strings["Nov"] = "Nov"; $a->strings["Dec"] = "Des"; -$a->strings["Sunday"] = "søndag"; -$a->strings["Monday"] = "mandag"; -$a->strings["Tuesday"] = "tirsdag"; -$a->strings["Wednesday"] = "onsdag"; -$a->strings["Thursday"] = "torsdag"; -$a->strings["Friday"] = "fredag"; -$a->strings["Saturday"] = "lørdag"; $a->strings["Sun"] = "Søn"; $a->strings["Mon"] = "Man"; $a->strings["Tue"] = "Tirs"; @@ -143,23 +216,7 @@ $a->strings["Collection is empty."] = "Samlingen er tom."; $a->strings["Collection: %s"] = "Samling: %s"; $a->strings["Connection: %s"] = "Forbindelse: %s"; $a->strings["Connection not found."] = "Forbindelsen ble ikke funnet."; -$a->strings["No recipient provided."] = "Ingen mottaker angitt."; -$a->strings["[no subject]"] = "[ikke noe emne]"; -$a->strings["Unable to determine sender."] = "Kan ikke avgjøre avsender."; -$a->strings["Stored post could not be verified."] = "Lagret innlegg kunne ikke bekreftes."; -$a->strings["view full size"] = "vis full størrelse"; -$a->strings["\$Projectname Notification"] = "\$Projectname varsling"; -$a->strings["\$projectname"] = "\$projectname"; -$a->strings["Thank You,"] = "Tusen takk,"; -$a->strings["%s Administrator"] = "%s administrator"; -$a->strings["Administrator"] = "Administrator"; -$a->strings["No Subject"] = "Uten emne"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Starter:"; -$a->strings["Finishes:"] = "Slutter:"; -$a->strings["Location:"] = "Plassering:"; $a->strings["This event has been added to your calendar."] = "Denne hendelsen er lagt til i din kalender."; -$a->strings["event"] = "hendelse"; $a->strings["Not specified"] = "Ikke spesifisert"; $a->strings["Needs Action"] = "Trenger handling"; $a->strings["Completed"] = "Ferdig"; @@ -239,6 +296,14 @@ $a->strings["like"] = "liker"; $a->strings["likes"] = "liker"; $a->strings["dislike"] = "misliker"; $a->strings["dislikes"] = "misliker"; +$a->strings["Image exceeds website size limit of %lu bytes"] = "Bilde overstiger nettstedets størrelsesbegrensning pÃ¥ %lu bytes"; +$a->strings["Image file is empty."] = "Bildefilen er tom."; +$a->strings["Unable to process image"] = "Kan ikke behandle bildet"; +$a->strings["Photo storage failed."] = "Bildelagring mislyktes."; +$a->strings["a new photo"] = "et nytt bilde"; +$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s la inn %2\$s til %3\$s"; +$a->strings["Photo Albums"] = "Fotoalbum"; +$a->strings["Upload New Photos"] = "Last opp nye bilder"; $a->strings["Visible to your default audience"] = "Synlig for ditt standard publikum"; $a->strings["Show"] = "Vis"; $a->strings["Don't show"] = "Ikke vis"; @@ -265,8 +330,6 @@ $a->strings["Path not found."] = "Stien ble ikke funnet."; $a->strings["mkdir failed."] = "mkdir mislyktes."; $a->strings["database storage failed."] = "databaselagring mislyktes."; $a->strings["Empty path"] = "Tom sti"; -$a->strings["Attachments:"] = "Vedlegg:"; -$a->strings["\$Projectname event notification:"] = "\$Projectname hendelsesvarsling:"; $a->strings["created a new post"] = "laget et nytt innlegg"; $a->strings["commented on %s's post"] = "kommenterte pÃ¥ %s sitt innlegg"; $a->strings["Apps"] = "Apper"; @@ -282,7 +345,6 @@ $a->strings["Add New Connection"] = "Legg til ny forbindelse"; $a->strings["Enter the channel address"] = "Skriv kanal-adressen"; $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ola.nordmann@eksempel.no, http://eksempel.no/karinordmann"; $a->strings["Notes"] = "Merknader"; -$a->strings["Save"] = "Lagre"; $a->strings["Remove term"] = "Fjern begrep"; $a->strings["Saved Searches"] = "Lagrede søk"; $a->strings["add"] = "legg til"; @@ -321,6 +383,9 @@ $a->strings["Week View"] = "Uke"; $a->strings["Month View"] = "MÃ¥ned"; $a->strings["Export"] = "Eksport"; $a->strings["Import"] = "Importer"; +$a->strings["Events Tools"] = "Kalenderverktøy"; +$a->strings["Export Calendar"] = "Eksporter kalender"; +$a->strings["Import Calendar"] = "Importer kalender"; $a->strings["Chat Rooms"] = "Chatrom"; $a->strings["Bookmarked Chatrooms"] = "Bokmerkede chatrom"; $a->strings["Suggested Chatrooms"] = "ForeslÃ¥tte chatrom"; @@ -349,6 +414,8 @@ $a->strings["Plugin Features"] = "Tilleggsfunksjoner"; $a->strings["User registrations waiting for confirmation"] = "Brukerregistreringer som venter pÃ¥ bekreftelse"; $a->strings["View Photo"] = "Vis foto"; $a->strings["Edit Album"] = "Endre album"; +$a->strings["Attachments:"] = "Vedlegg:"; +$a->strings["\$Projectname event notification:"] = "\$Projectname hendelsesvarsling:"; $a->strings["%1\$s's bookmarks"] = "%1\$s sine bokmerker"; $a->strings["General Features"] = "Generelle funksjoner"; $a->strings["Content Expiration"] = "Innholdet utløper"; @@ -493,15 +560,11 @@ $a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d $a->strings["%1\$s's birthday"] = "%1\$s sin fødselsdag"; $a->strings["Happy Birthday %1\$s"] = "Gratulerer med dagen, %1\$s !"; $a->strings["Public Timeline"] = "Offentlig tidslinje"; -$a->strings["photo"] = "foto"; $a->strings["channel"] = "kanal"; -$a->strings["status"] = "status"; -$a->strings["comment"] = "kommentar"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s sin %3\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s sin %3\$s"; $a->strings["%1\$s is now connected with %2\$s"] = "%1\$s er nÃ¥ forbundet med %2\$s"; $a->strings["%1\$s poked %2\$s"] = "%1\$s prikket %2\$s"; -$a->strings["poked"] = "prikket"; $a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s er %2\$s"; $a->strings["__ctx:title__ Likes"] = "Liker"; $a->strings["__ctx:title__ Dislikes"] = "Liker ikke"; @@ -614,7 +677,6 @@ $a->strings["Status Messages and Posts"] = "Statusmeldinger og -innlegg"; $a->strings["About"] = "Om"; $a->strings["Profile Details"] = "Profildetaljer"; $a->strings["Photos"] = "Bilder"; -$a->strings["Photo Albums"] = "Fotoalbum"; $a->strings["Files and Storage"] = "Filer og lagring"; $a->strings["Chatrooms"] = "Chatrom"; $a->strings["Bookmarks"] = "Bokmerker"; @@ -669,10 +731,6 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; -$a->strings["Invalid data packet"] = "Ugyldig datapakke"; -$a->strings["Unable to verify channel signature"] = "Ikke i stand til Ã¥ sjekke kanalsignaturen"; -$a->strings["Unable to verify site signature for %s"] = "Ikke i stand til Ã¥ bekrefte signaturen til %s"; -$a->strings["invalid target signature"] = "MÃ¥lets signatur er ugyldig"; $a->strings["Image/photo"] = "Bilde/fotografi"; $a->strings["Encrypted content"] = "Kryptert innhold"; $a->strings["Install %s element: "] = "Installer %s element:"; @@ -705,12 +763,10 @@ $a->strings["%d connection in common"] = array( 1 => "%d forbindelser felles", ); $a->strings["show more"] = "vis mer"; -$a->strings["Directory Options"] = "Kataloginnstillinger"; -$a->strings["Safe Mode"] = "Trygt modus"; -$a->strings["No"] = "Nei"; -$a->strings["Yes"] = "Ja"; -$a->strings["Public Forums Only"] = "Bare offentlige forum"; -$a->strings["This Website Only"] = "Kun dette nettstedet"; +$a->strings["\$Projectname Notification"] = "\$Projectname varsling"; +$a->strings["\$projectname"] = "\$projectname"; +$a->strings["Thank You,"] = "Tusen takk,"; +$a->strings["%s Administrator"] = "%s administrator"; $a->strings["%s <!item_type!>"] = "%s <!item_type!>"; $a->strings["[Hubzilla:Notify] New mail received at %s"] = "[Hubzilla:Notify] Ny melding mottatt hos %s"; $a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s sendte deg en ny privat melding pÃ¥ %3\$s."; @@ -757,6 +813,10 @@ $a->strings["local account not found."] = "lokal konto ble ikke funnet."; $a->strings["Cannot connect to yourself."] = "Kan ikke lage forbindelse med deg selv."; $a->strings["Embedded content"] = "Innebygget innhold"; $a->strings["Embedding disabled"] = "Innbygging avskrudd"; +$a->strings["No recipient provided."] = "Ingen mottaker angitt."; +$a->strings["[no subject]"] = "[ikke noe emne]"; +$a->strings["Unable to determine sender."] = "Kan ikke avgjøre avsender."; +$a->strings["Stored post could not be verified."] = "Lagret innlegg kunne ikke bekreftes."; $a->strings["Logout"] = "Logg ut"; $a->strings["End this session"] = "Avslutt denne økten"; $a->strings["Home"] = "Hjem"; @@ -782,7 +842,6 @@ $a->strings["Create an account"] = "Lag en konto"; $a->strings["Help"] = "Hjelp"; $a->strings["Help and documentation"] = "Hjelp og dokumentasjon"; $a->strings["Applications, utilities, links, games"] = "Programmer, verktøy, lenker, spill"; -$a->strings["Search"] = "Søk"; $a->strings["Search site @name, #tag, ?docs, content"] = "Søk nettstedet for @navn, #merkelapp, ?dokumentasjon, innhold"; $a->strings["Directory"] = "Katalog"; $a->strings["Channel Directory"] = "Kanalkatalog"; @@ -812,68 +871,12 @@ $a->strings["Site Setup and Configuration"] = "Nettstedsoppsett og -konfigurasjo $a->strings["@name, #tag, ?doc, content"] = "@navn, #merkelapp, ?dokumentasjon, innhold"; $a->strings["Please wait..."] = "Vennligst vent..."; $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."] = "Skjemaets sikkerhetspollett var ikke gyldig. Dette skjedde antakelig fordi skjemaet har vært Ã¥pnet for lenge (>3 timer) før det ble sendt inn."; -$a->strings["prev"] = "forrige"; -$a->strings["first"] = "første"; -$a->strings["last"] = "siste"; -$a->strings["next"] = "neste"; -$a->strings["older"] = "eldre"; -$a->strings["newer"] = "nyere"; -$a->strings["No connections"] = "Ingen forbindelser"; -$a->strings["%d Connection"] = array( - 0 => "%d forbindelse", - 1 => "%d forbindelser", -); -$a->strings["View Connections"] = "Vis forbindelser"; -$a->strings["poke"] = "prikk"; -$a->strings["ping"] = "varsle"; -$a->strings["pinged"] = "varslet"; -$a->strings["prod"] = "oppildne"; -$a->strings["prodded"] = "oppildnet"; -$a->strings["slap"] = "daske"; -$a->strings["slapped"] = "dasket"; -$a->strings["finger"] = "fingre"; -$a->strings["fingered"] = "fingret"; -$a->strings["rebuff"] = "tilbakevise"; -$a->strings["rebuffed"] = "tilbakeviste"; -$a->strings["happy"] = "glad"; -$a->strings["sad"] = "trist"; -$a->strings["mellow"] = "dempet"; -$a->strings["tired"] = "trøtt"; -$a->strings["perky"] = "oppkvikket"; -$a->strings["angry"] = "sint"; -$a->strings["stupified"] = "sløvet"; -$a->strings["puzzled"] = "forundret"; -$a->strings["interested"] = "interessert"; -$a->strings["bitter"] = "bitter"; -$a->strings["cheerful"] = "munter"; -$a->strings["alive"] = "levende"; -$a->strings["annoyed"] = "irritert"; -$a->strings["anxious"] = "nervøs"; -$a->strings["cranky"] = "gretten"; -$a->strings["disturbed"] = "foruroliget"; -$a->strings["frustrated"] = "frustrert"; -$a->strings["depressed"] = "lei seg"; -$a->strings["motivated"] = "motivert"; -$a->strings["relaxed"] = "avslappet"; -$a->strings["surprised"] = "overrasket"; -$a->strings["May"] = "mai"; -$a->strings["Unknown Attachment"] = "Ukjent vedlegg"; -$a->strings["unknown"] = "ukjent"; -$a->strings["remove category"] = "fjern kategori"; -$a->strings["remove from file"] = "fjern fra fil"; -$a->strings["Click to open/close"] = "Klikk for Ã¥ Ã¥pne/lukke"; -$a->strings["Link to Source"] = "Lenke til kilde"; -$a->strings["default"] = "standard"; -$a->strings["Page layout"] = "Sidens layout"; -$a->strings["You can create your own with the layouts tool"] = "Du kan lage din egen med layout-verktøyet"; -$a->strings["Page content type"] = "Sidens innholdstype"; -$a->strings["Select an alternate language"] = "Velg et annet sprÃ¥k"; -$a->strings["activity"] = "aktivitet"; -$a->strings["Design Tools"] = "Designverktøy"; -$a->strings["Blocks"] = "Byggeklosser"; -$a->strings["Menus"] = "Menyer"; -$a->strings["Layouts"] = "Layout"; -$a->strings["Pages"] = "Sider"; +$a->strings["Directory Options"] = "Kataloginnstillinger"; +$a->strings["Safe Mode"] = "Trygt modus"; +$a->strings["No"] = "Nei"; +$a->strings["Yes"] = "Ja"; +$a->strings["Public Forums Only"] = "Bare offentlige forum"; +$a->strings["This Website Only"] = "Kun dette nettstedet"; $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."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tillatelser for elementet <strong>kan</strong> gjelde for denne gruppen og fremtidige medlemmer. Hvis du ønsket noe annet, vennligst lag en ny gruppe med et annet navn."; $a->strings["Add new connections to this collection (privacy group)"] = "Legg nye forbindelser til denne samlingen (personverngruppe)"; $a->strings["All Channels"] = "Alle kanaler"; @@ -882,6 +885,10 @@ $a->strings["Collections"] = "Samlinger"; $a->strings["Edit collection"] = "Endre samling"; $a->strings["Add new collection"] = "Legg til ny samling"; $a->strings["Channels not in any collection"] = "Kanaler som ikke er i noen samling"; +$a->strings["Invalid data packet"] = "Ugyldig datapakke"; +$a->strings["Unable to verify channel signature"] = "Ikke i stand til Ã¥ sjekke kanalsignaturen"; +$a->strings["Unable to verify site signature for %s"] = "Ikke i stand til Ã¥ bekrefte signaturen til %s"; +$a->strings["invalid target signature"] = "MÃ¥lets signatur er ugyldig"; $a->strings["New Page"] = "Ny side"; $a->strings["View"] = "Vis"; $a->strings["Actions"] = "Handlinger"; @@ -889,12 +896,10 @@ $a->strings["Page Link"] = "Sidelenke"; $a->strings["Title"] = "Tittel"; $a->strings["Created"] = "Laget"; $a->strings["Edited"] = "Endret"; +$a->strings["view full size"] = "vis full størrelse"; +$a->strings["Administrator"] = "Administrator"; +$a->strings["No Subject"] = "Uten emne"; $a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS-informasjon om databasetjener '%s'"; -$a->strings["Image exceeds website size limit of %lu bytes"] = "Bilde overstiger nettstedets størrelsesbegrensning pÃ¥ %lu bytes"; -$a->strings["Image file is empty."] = "Bildefilen er tom."; -$a->strings["Unable to process image"] = "Kan ikke behandle bildet"; -$a->strings["Photo storage failed."] = "Bildelagring mislyktes."; -$a->strings["Upload New Photos"] = "Last opp nye bilder"; $a->strings["Save to Folder"] = "Lagre i mappe"; $a->strings["I will attend"] = "Jeg vil delta"; $a->strings["I will not attend"] = "Jeg deltar ikke"; @@ -930,23 +935,6 @@ $a->strings["This is you"] = "Dette er deg"; $a->strings["Image"] = "Bilde"; $a->strings["Insert Link"] = "Sett inn lenke"; $a->strings["Video"] = "Video"; -$a->strings["Not a valid email address"] = "Ikke en gyldig e-postadresse"; -$a->strings["Your email domain is not among those allowed on this site"] = "Ditt e-postdomene er ikke blant de som er tillatt pÃ¥ dette stedet"; -$a->strings["Your email address is already registered at this site."] = "Din e-postadresse er allerede registrert pÃ¥ dette nettstedet."; -$a->strings["An invitation is required."] = "En invitasjon er pÃ¥krevd."; -$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes."; -$a->strings["Please enter the required information."] = "Vennligst skriv inn nødvendig informasjon."; -$a->strings["Failed to store account information."] = "Mislyktes med Ã¥ lagre kontoinformasjon."; -$a->strings["Registration confirmation for %s"] = "Registreringsbekreftelse for %s"; -$a->strings["Registration request at %s"] = "Registreringsforespørsel hos %s"; -$a->strings["your registration password"] = "ditt registreringspassord"; -$a->strings["Registration details for %s"] = "Registreringsdetaljer for %s"; -$a->strings["Account approved."] = "Konto godkjent."; -$a->strings["Registration revoked for %s"] = "Registrering trukket tilbake for %s"; -$a->strings["Account verified. Please login."] = "Konto bekreftet. Vennligst logg inn."; -$a->strings["Click here to upgrade."] = "Klikk her for Ã¥ oppgradere."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen gÃ¥r utenfor grensene satt i din abonnementsplan."; -$a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i din abonnementsplan."; $a->strings["Site Admin"] = "Nettstedsadministrator"; $a->strings["Address Book"] = "Adressebok"; $a->strings["Mood"] = "Stemning"; @@ -992,6 +980,23 @@ $a->strings["Celebrity/Soapbox"] = "Kjendis/Talerstol"; $a->strings["Group Repository"] = "Gruppelager"; $a->strings["Custom/Expert Mode"] = "Tilpasset/Ekspertmodus"; $a->strings["Profile Photos"] = "Profilbilder"; +$a->strings["Not a valid email address"] = "Ikke en gyldig e-postadresse"; +$a->strings["Your email domain is not among those allowed on this site"] = "Ditt e-postdomene er ikke blant de som er tillatt pÃ¥ dette stedet"; +$a->strings["Your email address is already registered at this site."] = "Din e-postadresse er allerede registrert pÃ¥ dette nettstedet."; +$a->strings["An invitation is required."] = "En invitasjon er pÃ¥krevd."; +$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes."; +$a->strings["Please enter the required information."] = "Vennligst skriv inn nødvendig informasjon."; +$a->strings["Failed to store account information."] = "Mislyktes med Ã¥ lagre kontoinformasjon."; +$a->strings["Registration confirmation for %s"] = "Registreringsbekreftelse for %s"; +$a->strings["Registration request at %s"] = "Registreringsforespørsel hos %s"; +$a->strings["your registration password"] = "ditt registreringspassord"; +$a->strings["Registration details for %s"] = "Registreringsdetaljer for %s"; +$a->strings["Account approved."] = "Konto godkjent."; +$a->strings["Registration revoked for %s"] = "Registrering trukket tilbake for %s"; +$a->strings["Account verified. Please login."] = "Konto bekreftet. Vennligst logg inn."; +$a->strings["Click here to upgrade."] = "Klikk her for Ã¥ oppgradere."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen gÃ¥r utenfor grensene satt i din abonnementsplan."; +$a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i din abonnementsplan."; $a->strings["Permission Denied."] = "Tillatelse avvist."; $a->strings["File not found."] = "Filen ble ikke funnet."; $a->strings["Edit file permissions"] = "Endre filtillatelser"; @@ -1211,8 +1216,6 @@ $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for t $a->strings["Bookmark added"] = "Bokmerke lagt til"; $a->strings["My Bookmarks"] = "Mine bokmerker"; $a->strings["My Connections Bookmarks"] = "Mine forbindelsers bokmerker"; -$a->strings["\$Projectname"] = "\$Projectname"; -$a->strings["Welcome to %s"] = "Velkommen til %s"; $a->strings["This setting requires special processing and editing has been blocked."] = "Denne innstillingen krever spesiell behandling og redigering har blitt blokkert."; $a->strings["Configuration Editor"] = "Konfigurasjonsbehandler"; $a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Advarsel: kanalen din kan slutte Ã¥ virke ved endring av enkelte innstillinger. Vennligst forlat denne siden med mindre du er komfortabel med dette og vet hvordan du bruker denne funksjonen riktig."; @@ -1284,8 +1287,6 @@ $a->strings["Age: "] = "Alder:"; $a->strings["Edit/Manage Profiles"] = "Endre/hÃ¥ndter profiler"; $a->strings["Add profile things"] = "Legg til profilting"; $a->strings["Include desirable objects in your profile"] = "Inkluder ønskverdige objekter i din profil"; -$a->strings["Items tagged with: %s"] = "Elementer merket med: %s"; -$a->strings["Search results for: %s"] = "Søkeresultater for: %s"; $a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktinformasjonen."; $a->strings["Could not locate selected profile."] = "Fant ikke valgt profil."; $a->strings["Connection updated."] = "Forbindelsen er oppdatert."; @@ -1474,43 +1475,25 @@ $a->strings["For either option, please choose whether to make this hub your new $a->strings["Make this hub my primary location"] = "Gjør dette nettstedet til min primære plassering"; $a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importer eksisterende innlegg om mulig (eksperimentelt - begrenset av tilgjengelig minne)"; $a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Denne prosessen kan ta flere minutter Ã¥ fullføre. Vennligst send inn dette skjemaet bare en gang og la siden være Ã¥pen inntil den er ferdig."; -$a->strings["Page owner information could not be retrieved."] = "Informasjon om sideeier kunne ikke hentes."; -$a->strings["Album not found."] = "Albumet ble ikke funnet."; -$a->strings["Delete Album"] = "Slett album"; -$a->strings["Delete Photo"] = "Slett bilde"; -$a->strings["No photos selected"] = "Ingen bilder valgt"; -$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset."; -$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB av %2$.2f MB lagringsplass til bilder er brukt."; -$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB lagringsplass til bilder er brukt."; -$a->strings["Upload Photos"] = "Last opp bilder"; -$a->strings["Enter an album name"] = "Skriv et albumnavn"; -$a->strings["or select an existing album (doubleclick)"] = "eller velg et eksisterende album (dobbeltklikk)"; -$a->strings["Create a status post for this upload"] = "Lag et statusinnlegg for denne opplastingen"; -$a->strings["Caption (optional):"] = "Bildetekst (valgfritt):"; -$a->strings["Description (optional):"] = "Beskrivelse (valgfritt):"; -$a->strings["Album name could not be decoded"] = "Albumnavnet kunne ikke dekodes"; -$a->strings["Contact Photos"] = "Kontaktbilder"; -$a->strings["Show Newest First"] = "Vis nyeste først"; -$a->strings["Show Oldest First"] = "Vis eldste først"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Tillatelse avvist. Tilgang til dette elementet kan være begrenset."; -$a->strings["Photo not available"] = "Bilde er utilgjengelig"; -$a->strings["Use as profile photo"] = "Bruk som profilbilde"; -$a->strings["Private Photo"] = "Privat bilde"; -$a->strings["Previous"] = "Forrige"; -$a->strings["View Full Size"] = "Vis i full størrelse"; -$a->strings["Edit photo"] = "Endre bilde"; -$a->strings["Rotate CW (right)"] = "Roter med klokka (mot høyre)"; -$a->strings["Rotate CCW (left)"] = "Roter mot klokka (venstre)"; -$a->strings["Enter a new album name"] = "Skriv et nytt albumnavn"; -$a->strings["or select an existing one (doubleclick)"] = "eller velg et eksisterende album (dobbeltklikk)"; -$a->strings["Caption"] = "Overskrift"; -$a->strings["Add a Tag"] = "Legg til merkelapp"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Eksempel: @bob, @Barbara_Jensen, @jim@example.com"; -$a->strings["Flag as adult in album view"] = "Flag som voksent i albumvisning"; -$a->strings["In This Photo:"] = "I dette bildet:"; -$a->strings["Map"] = "Kart"; -$a->strings["View Album"] = "Vis album"; -$a->strings["Recent Photos"] = "Nye bilder"; +$a->strings["Total invitation limit exceeded."] = "Grensen for totalt antall invitasjoner er overskredet."; +$a->strings["%s : Not a valid email address."] = "%s : ikke en gyldig e-postadresse."; +$a->strings["Please join us on \$Projectname"] = "Bli med oss pÃ¥ \$Projectname"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitasjonsgrensen er overskredet. Vennligst kontakt administratoren ved ditt nettsted."; +$a->strings["%s : Message delivery failed."] = "%s : meldingslevering feilet."; +$a->strings["%d message sent."] = array( + 0 => "%d melding sendt.", + 1 => "%d meldinger sendt.", +); +$a->strings["You have no more invitations available"] = "Du har ikke flere invitasjoner tilgjengelig"; +$a->strings["Send invitations"] = "Send invitasjoner"; +$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:"; +$a->strings["Your message:"] = "Din melding:"; +$a->strings["Please join my community on \$Projectname."] = "Du er velkommen til Ã¥ bli med i mitt fellesskap pÃ¥ \$Projectname."; +$a->strings["You will need to supply this invitation code: "] = "Du mÃ¥ oppgi denne invitasjonskoden:"; +$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registrer ved enhver \$Projectname-lokasjon (de er alle forbundet med hverandre)"; +$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Skriv inn min \$Projectname-adresse i nettstedets søkefelt."; +$a->strings["or visit "] = "eller besøk"; +$a->strings["3. Click [Connect]"] = "3. Klikk [Forbindelse]"; $a->strings["Fetching URL returns error: %1\$s"] = "Henting av URL gir følgende feil: %1\$s"; $a->strings["Image uploaded but image cropping failed."] = "Bildet ble lastet opp, men beskjæring av bildet mislyktes."; $a->strings["Image resize failed."] = "Endring av bildestørrelse mislyktes."; @@ -1630,6 +1613,8 @@ $a->strings["(Heavy system resource usage)"] = "(Tung bruk av systemressurser)"; $a->strings["Maximum image size"] = "Største bildestørrelse"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Største størrelse i bytes for opplastede bilder. Standard er 0, som betyr ubegrenset."; $a->strings["Does this site allow new member registration?"] = "Tillater dette nettstedet registrering av nye medlemmer?"; +$a->strings["Invitation only"] = "Kun inviterte"; +$a->strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "Tillat bare nye medlemsregistreringer med en invitasjonskode. OvenstÃ¥ende retningslinjer for registrering mÃ¥ være satt til Ja."; $a->strings["Which best describes the types of account offered by this hub?"] = "Hvilket alternativ beskriver best hva slags kontotype som tilbys av dette nettstedet/denne hubben?"; $a->strings["Register text"] = "Registreringstekst"; $a->strings["Will be displayed prominently on the registration page."] = "Vil bli vist pÃ¥ en fremtredende mÃ¥te pÃ¥ registreringssiden."; @@ -1651,8 +1636,8 @@ $a->strings["Verify Email Addresses"] = "Bekreft e-postadresser"; $a->strings["Check to verify email addresses used in account registration (recommended)."] = "Sett hake for Ã¥ sjekke e-postadresser brukt ved kontoregistrering (anbefales)."; $a->strings["Force publish"] = "Tving publisering"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Kryss av for Ã¥ tvinge alle profiler pÃ¥ dette nettstedet til Ã¥ bli oppført i nettstedet sin katalog."; -$a->strings["Disable discovery tab"] = "Skru av oppdagelsesfanen"; -$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Fjern fanen fra nettverksvisningen med offentlig innhold trukket inn fra kilder valg for dette nettstedet."; +$a->strings["Import Public Streams"] = "Importer offentlige innholdsstrømmer"; +$a->strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "Importer og gi tilgang til offentlig innhold trukket inn fra andre nettsteder. Advarsel: dette innholdet er ikke moderert."; $a->strings["login on Homepage"] = "Logg inn pÃ¥ hjemmesiden"; $a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Presenter en innloggingsboks til besøkende pÃ¥ hjemmesiden hvis ikke noe annet innhold har blitt konfigurert."; $a->strings["Directory Server URL"] = "Katalogtjener URL"; @@ -1943,27 +1928,8 @@ $a->strings["Sync now"] = "Synkroniser nÃ¥"; $a->strings["Please wait several minutes between consecutive operations."] = "Vennligst vent flere minutter mellom hver etterfølgende operasjon."; $a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "NÃ¥r mulig, fjern en plassering ved Ã¥ logge inn pÃ¥ det nettstedet eller den hub-en og fjern din kanal."; $a->strings["Use this form to drop the location if the hub is no longer operating."] = "Bruk dette skjemaet for Ã¥ fjerne plasseringen hvis huben ikke er i drift lenger."; -$a->strings["Unable to lookup recipient."] = "Ikke i stand til Ã¥ slÃ¥ opp mottaker."; -$a->strings["Unable to communicate with requested channel."] = "Ikke i stand til Ã¥ kommunisere med forespurt kanal."; -$a->strings["Cannot verify requested channel."] = "Kan ikke bekrefte forespurt kanal."; -$a->strings["Selected channel has private message restrictions. Send failed."] = "Valgt kanal har restriksjoner for private meldinger. Sending feilet."; -$a->strings["Messages"] = "Meldinger"; -$a->strings["Message recalled."] = "Innlegg tilbakekalt."; -$a->strings["Conversation removed."] = "Samtale fjernet."; -$a->strings["Requested channel is not in this network"] = "Forespurt kanal er ikke tilgjengelig i dette nettverket."; -$a->strings["Send Private Message"] = "Send privat melding"; -$a->strings["To:"] = "Til:"; -$a->strings["Subject:"] = "Emne:"; -$a->strings["Your message:"] = "Din melding:"; -$a->strings["Send"] = "Send"; -$a->strings["Delete message"] = "Slett melding"; -$a->strings["Delivery report"] = "Leveringsrapport"; -$a->strings["Recall message"] = "Tilbakekall innlegg"; -$a->strings["Message has been recalled."] = "Innlegget har blitt tilbakekalt."; -$a->strings["Delete Conversation"] = "Slett samtale"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Ingen sikret kommunikasjon tilgjengelig. Du kan <strong>muligens</strong> greie Ã¥ svare via senderens profilside."; -$a->strings["Send Reply"] = "Send svar"; -$a->strings["Your message for %s (%s):"] = "Din melding til %s (%s):"; +$a->strings["\$Projectname"] = "\$Projectname"; +$a->strings["Welcome to %s"] = "Velkommen til %s"; $a->strings["Please login."] = "Vennligst logg inn."; $a->strings["Xchan Lookup"] = "Xchan oppslag"; $a->strings["Lookup xchan beginning with (or webbie): "] = "SlÃ¥ opp xchan som begynner med (eller webbie):"; @@ -1971,24 +1937,43 @@ $a->strings["Not found."] = "Ikke funnet."; $a->strings["You must be logged in to see this page."] = "Du mÃ¥ være innloegget for Ã¥ se denne siden."; $a->strings["Insufficient permissions. Request redirected to profile page."] = "Utilstrekkelig tillatelse. Forespørsel omdirigert til profilsiden."; $a->strings["Item not available."] = "Elementet er ikke tilgjengelig."; -$a->strings["Total invitation limit exceeded."] = "Grensen for totalt antall invitasjoner er overskredet."; -$a->strings["%s : Not a valid email address."] = "%s : ikke en gyldig e-postadresse."; -$a->strings["Please join us on \$Projectname"] = "Bli med oss pÃ¥ \$Projectname"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitasjonsgrensen er overskredet. Vennligst kontakt administratoren ved ditt nettsted."; -$a->strings["%s : Message delivery failed."] = "%s : meldingslevering feilet."; -$a->strings["%d message sent."] = array( - 0 => "%d melding sendt.", - 1 => "%d meldinger sendt.", -); -$a->strings["You have no more invitations available"] = "Du har ikke flere invitasjoner tilgjengelig"; -$a->strings["Send invitations"] = "Send invitasjoner"; -$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:"; -$a->strings["Please join my community on \$Projectname."] = "Du er velkommen til Ã¥ bli med i mitt fellesskap pÃ¥ \$Projectname."; -$a->strings["You will need to supply this invitation code: "] = "Du mÃ¥ oppgi denne invitasjonskoden:"; -$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registrer ved enhver \$Projectname-lokasjon (de er alle forbundet med hverandre)"; -$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Skriv inn min \$Projectname-adresse i nettstedets søkefelt."; -$a->strings["or visit "] = "eller besøk"; -$a->strings["3. Click [Connect]"] = "3. Klikk [Forbindelse]"; +$a->strings["Page owner information could not be retrieved."] = "Informasjon om sideeier kunne ikke hentes."; +$a->strings["Album not found."] = "Albumet ble ikke funnet."; +$a->strings["Delete Album"] = "Slett album"; +$a->strings["Delete Photo"] = "Slett bilde"; +$a->strings["No photos selected"] = "Ingen bilder valgt"; +$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB av %2$.2f MB lagringsplass til bilder er brukt."; +$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB lagringsplass til bilder er brukt."; +$a->strings["Upload Photos"] = "Last opp bilder"; +$a->strings["Enter an album name"] = "Skriv et albumnavn"; +$a->strings["or select an existing album (doubleclick)"] = "eller velg et eksisterende album (dobbeltklikk)"; +$a->strings["Create a status post for this upload"] = "Lag et statusinnlegg for denne opplastingen"; +$a->strings["Caption (optional):"] = "Bildetekst (valgfritt):"; +$a->strings["Description (optional):"] = "Beskrivelse (valgfritt):"; +$a->strings["Album name could not be decoded"] = "Albumnavnet kunne ikke dekodes"; +$a->strings["Contact Photos"] = "Kontaktbilder"; +$a->strings["Show Newest First"] = "Vis nyeste først"; +$a->strings["Show Oldest First"] = "Vis eldste først"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Tillatelse avvist. Tilgang til dette elementet kan være begrenset."; +$a->strings["Photo not available"] = "Bilde er utilgjengelig"; +$a->strings["Use as profile photo"] = "Bruk som profilbilde"; +$a->strings["Private Photo"] = "Privat bilde"; +$a->strings["Previous"] = "Forrige"; +$a->strings["View Full Size"] = "Vis i full størrelse"; +$a->strings["Edit photo"] = "Endre bilde"; +$a->strings["Rotate CW (right)"] = "Roter med klokka (mot høyre)"; +$a->strings["Rotate CCW (left)"] = "Roter mot klokka (venstre)"; +$a->strings["Enter a new album name"] = "Skriv et nytt albumnavn"; +$a->strings["or select an existing one (doubleclick)"] = "eller velg et eksisterende album (dobbeltklikk)"; +$a->strings["Caption"] = "Overskrift"; +$a->strings["Add a Tag"] = "Legg til merkelapp"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Eksempel: @bob, @Barbara_Jensen, @jim@example.com"; +$a->strings["Flag as adult in album view"] = "Flag som voksent i albumvisning"; +$a->strings["In This Photo:"] = "I dette bildet:"; +$a->strings["Map"] = "Kart"; +$a->strings["View Album"] = "Vis album"; +$a->strings["Recent Photos"] = "Nye bilder"; $a->strings["Remote privacy information not available."] = "Ekstern personverninformasjon er ikke tilgjengelig."; $a->strings["Visible to:"] = "Synlig for:"; $a->strings["Export Channel"] = "Eksporter kanal"; @@ -2020,6 +2005,8 @@ $a->strings["New Chatroom"] = "Nytt chatrom"; $a->strings["Chatroom Name"] = "Navn pÃ¥ chatrom"; $a->strings["Expiration of chats (minutes)"] = "Chat utgÃ¥r (antall minutter)"; $a->strings["%1\$s's Chatrooms"] = "%1\$s sine chatrom"; +$a->strings["Items tagged with: %s"] = "Elementer merket med: %s"; +$a->strings["Search results for: %s"] = "Søkeresultater for: %s"; $a->strings["Source of Item"] = "Kilde til element"; $a->strings["Share content from Firefox to \$Projectname"] = "Del innhold fra Firefox til \$Projectname"; $a->strings["Activate the Firefox \$Projectname provider"] = "Skru pÃ¥ Firefox \$Projectname tilbyderen"; @@ -2043,10 +2030,6 @@ $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; $a->strings["Edit connection"] = "Endre forbindelse"; $a->strings["Search your connections"] = "Søk blant dine forbindelser"; $a->strings["Finding: "] = "Fant:"; -$a->strings["Documentation Search"] = "Søk i dokumentasjon"; -$a->strings["Help:"] = "Hjelp:"; -$a->strings["Not Found"] = "Ikke funnet"; -$a->strings["\$Projectname Documentation"] = "\$Projectname dokumentasjon"; $a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du har laget %1$.0f av %2$.0f tillatte kanaler."; $a->strings["Create a new channel"] = "Lag en ny kanal"; $a->strings["Current Channel"] = "Gjeldende kanal"; @@ -2079,7 +2062,30 @@ $a->strings["Must be unique, only seen by you"] = "MÃ¥ være unik, ses bare av d $a->strings["Menu title"] = "Menytittel"; $a->strings["Menu title as seen by others"] = "Menytittelen andre ser"; $a->strings["Allow bookmarks"] = "Tillat bokmerker"; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjernautentisering blokkert. Du er logget inn pÃ¥ dette nettstedet lokalt. Vennligst logg ut og prøv pÃ¥ nytt."; +$a->strings["Unable to lookup recipient."] = "Ikke i stand til Ã¥ slÃ¥ opp mottaker."; +$a->strings["Unable to communicate with requested channel."] = "Ikke i stand til Ã¥ kommunisere med forespurt kanal."; +$a->strings["Cannot verify requested channel."] = "Kan ikke bekrefte forespurt kanal."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Valgt kanal har restriksjoner for private meldinger. Sending feilet."; +$a->strings["Messages"] = "Meldinger"; +$a->strings["Message recalled."] = "Innlegg tilbakekalt."; +$a->strings["Conversation removed."] = "Samtale fjernet."; +$a->strings["Requested channel is not in this network"] = "Forespurt kanal er ikke tilgjengelig i dette nettverket."; +$a->strings["Send Private Message"] = "Send privat melding"; +$a->strings["To:"] = "Til:"; +$a->strings["Subject:"] = "Emne:"; +$a->strings["Send"] = "Send"; +$a->strings["Delete message"] = "Slett melding"; +$a->strings["Delivery report"] = "Leveringsrapport"; +$a->strings["Recall message"] = "Tilbakekall innlegg"; +$a->strings["Message has been recalled."] = "Innlegget har blitt tilbakekalt."; +$a->strings["Delete Conversation"] = "Slett samtale"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Ingen sikret kommunikasjon tilgjengelig. Du kan <strong>muligens</strong> greie Ã¥ svare via senderens profilside."; +$a->strings["Send Reply"] = "Send svar"; +$a->strings["Your message for %s (%s):"] = "Din melding til %s (%s):"; +$a->strings["Documentation Search"] = "Søk i dokumentasjon"; +$a->strings["Help:"] = "Hjelp:"; +$a->strings["Not Found"] = "Ikke funnet"; +$a->strings["\$Projectname Documentation"] = "\$Projectname dokumentasjon"; $a->strings["No service class restrictions found."] = "Ingen restriksjoner er funnet i tjenesteklasse."; $a->strings["Version %s"] = "Versjon %s"; $a->strings["Installed plugins/addons/apps:"] = "Installerte tilleggsfunksjoner/tillegg/apper:"; @@ -2101,21 +2107,28 @@ $a->strings["Event can not end before it has started."] = "Hendelsen kan ikke sl $a->strings["Unable to generate preview."] = "Klarer ikke Ã¥ lage forhÃ¥ndsvisning."; $a->strings["Event title and start time are required."] = "Hendelsestittel og starttidspunkt er pÃ¥krevd."; $a->strings["Event not found."] = "Hendelsen ble ikke funnet."; -$a->strings["Event Title"] = "Hendelsestittel"; +$a->strings["Edit event titel"] = "Rediger hendelsens tittel"; +$a->strings["Event titel"] = "Hendelsens tittel"; $a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparert liste)"; +$a->strings["Edit Category"] = "Endre kategori"; $a->strings["Category"] = "Kategori"; +$a->strings["Edit start date and time"] = "Endre startdato og tidspunkt"; $a->strings["Start date and time"] = "Startdato og tidspunkt"; $a->strings["Finish date and time are not known or not relevant"] = "Sluttdato og tidspunkt er ikke kjent eller ikke relevant"; +$a->strings["Edit finish date and time"] = "Endre sluttdato og tidspunkt"; $a->strings["Finish date and time"] = "Sluttdato og tidspunkt"; $a->strings["Adjust for viewer timezone"] = "Juster i forhold til tilskuerens tidssone"; $a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Viktig for hendelser som skjer pÃ¥ et bestemt sted. Ikke praktisk for globale ferier eller fridager."; +$a->strings["Edit Description"] = "Endre beskrivelse"; +$a->strings["Edit Location"] = "Endre plassering"; $a->strings["Share this event"] = "Del denne hendelsen"; $a->strings["Advanced Options"] = "Avanserte alternativer"; $a->strings["l, F j"] = "l, F j"; $a->strings["Edit event"] = "Endre hendelse"; $a->strings["Delete event"] = "Slett hendelse"; $a->strings["calendar"] = "kalender"; -$a->strings["New Event"] = "Ny hendelse"; +$a->strings["Edit Event"] = "Endre hendelse"; +$a->strings["Create Event"] = "Lag hendelse"; $a->strings["Today"] = "Idag"; $a->strings["Event removed"] = "Hendelse slettet"; $a->strings["Failed to remove event"] = "Mislyktes med Ã¥ slette hendelse"; @@ -2192,6 +2205,7 @@ $a->strings["Left align page content"] = "Venstrejuster sideinnhold"; $a->strings["Set minimum opacity of nav bar - to hide it"] = "Angi minste dekkevne for navigasjonslinjen - for Ã¥ skjule den"; $a->strings["Set size of conversation author photo"] = "Angi størrelsen for samtalens forfatterbilde"; $a->strings["Set size of followup author photos"] = "Angi størrelsen pÃ¥ forfatterbilder ved oppfølging"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjernautentisering blokkert. Du er logget inn pÃ¥ dette nettstedet lokalt. Vennligst logg ut og prøv pÃ¥ nytt."; $a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggen."; $a->strings["Update Error at %s"] = "Oppdateringsfeil ved %s"; $a->strings["Create an account to access services and applications within the Hubzilla"] = "Lag en konto for Ã¥ fÃ¥ tilgang til tjenester og programmer i Hubzilla"; diff --git a/view/nb-no/htconfig.tpl b/view/nb-no/htconfig.tpl index cc4087f96..b809aebdf 100644 --- a/view/nb-no/htconfig.tpl +++ b/view/nb-no/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel @@ -33,6 +36,15 @@ $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; + + // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/nl/hmessages.po b/view/nl/hmessages.po index d12514ea0..fbfe9b66a 100644 --- a/view/nl/hmessages.po +++ b/view/nl/hmessages.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the Red package. # # Translators: -# jeroenpraat <jeroenpraat@xs4all.nl>, 2015 +# jeroenpraat <jeroenpraat@xs4all.nl>, 2015-2016 msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-11 00:03-0800\n" -"PO-Revision-Date: 2015-12-12 15:58+0000\n" +"POT-Creation-Date: 2016-02-12 00:03-0800\n" +"PO-Revision-Date: 2016-02-14 15:08+0000\n" "Last-Translator: jeroenpraat <jeroenpraat@xs4all.nl>\n" "Language-Team: Dutch (http://www.transifex.com/Friendica/red-matrix/language/nl/)\n" "MIME-Version: 1.0\n" @@ -18,10 +18,22 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../include/Contact.php:101 ../../include/identity.php:947 -#: ../../include/widgets.php:137 ../../include/widgets.php:175 -#: ../../include/conversation.php:953 ../../mod/match.php:64 -#: ../../mod/directory.php:318 ../../mod/suggest.php:52 +#: ../../Zotlabs/Zot/Auth.php:140 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen." + +#: ../../Zotlabs/Zot/Auth.php:248 ../../mod/openid.php:72 +#: ../../mod/openid.php:179 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Welkom %s. Authenticatie op afstand geslaagd." + +#: ../../include/Contact.php:101 ../../include/conversation.php:961 +#: ../../include/identity.php:954 ../../include/widgets.php:147 +#: ../../include/widgets.php:185 ../../mod/directory.php:321 +#: ../../mod/match.php:64 ../../mod/suggest.php:52 msgid "Connect" msgstr "Verbinden" @@ -38,94 +50,24 @@ msgstr "Open de geselecteerde locatie in een ander venster of tab" msgid "User '%s' deleted" msgstr "Account '%s' verwijderd" -#: ../../include/chat.php:23 -msgid "Missing room name" -msgstr "Naam chatkanaal ontbreekt" - -#: ../../include/chat.php:32 -msgid "Duplicate room name" -msgstr "Naam chatkanaal bestaat al" - -#: ../../include/chat.php:82 ../../include/chat.php:90 -msgid "Invalid room specifier." -msgstr "Ongeldige omschrijving chatkanaal" - -#: ../../include/chat.php:122 -msgid "Room not found." -msgstr "Chatkanaal niet gevonden" - -#: ../../include/chat.php:133 ../../include/items.php:4398 -#: ../../include/attach.php:140 ../../include/attach.php:188 -#: ../../include/attach.php:251 ../../include/attach.php:265 -#: ../../include/attach.php:272 ../../include/attach.php:337 -#: ../../include/attach.php:351 ../../include/attach.php:358 -#: ../../include/attach.php:436 ../../include/attach.php:884 -#: ../../include/attach.php:955 ../../include/attach.php:1107 -#: ../../include/photos.php:29 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88 -#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:205 -#: ../../mod/item.php:213 ../../mod/item.php:1049 ../../mod/common.php:35 -#: ../../mod/achievements.php:30 ../../mod/rate.php:111 -#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/id.php:71 -#: ../../mod/like.php:177 ../../mod/page.php:31 ../../mod/page.php:86 -#: ../../mod/mood.php:112 ../../mod/new_channel.php:68 -#: ../../mod/new_channel.php:99 ../../mod/setup.php:227 -#: ../../mod/bookmarks.php:48 ../../mod/poke.php:133 -#: ../../mod/profiles.php:198 ../../mod/profiles.php:584 -#: ../../mod/connedit.php:352 ../../mod/editwebpage.php:64 -#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101 -#: ../../mod/editwebpage.php:125 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/fsuggest.php:78 ../../mod/sources.php:66 -#: ../../mod/notifications.php:66 ../../mod/invite.php:13 -#: ../../mod/invite.php:87 ../../mod/profile_photo.php:341 -#: ../../mod/profile_photo.php:354 ../../mod/thing.php:271 -#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/editblock.php:65 -#: ../../mod/network.php:12 ../../mod/pdledit.php:21 ../../mod/register.php:72 -#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 -#: ../../mod/settings.php:568 ../../mod/webpages.php:69 -#: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76 -#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/regmod.php:17 -#: ../../mod/channel.php:100 ../../mod/channel.php:214 -#: ../../mod/channel.php:254 ../../mod/photos.php:70 ../../mod/editpost.php:13 -#: ../../mod/chat.php:94 ../../mod/chat.php:99 ../../mod/viewsrc.php:14 -#: ../../mod/authtest.php:13 ../../mod/connections.php:29 -#: ../../mod/manage.php:6 ../../mod/menu.php:74 ../../mod/mail.php:126 -#: ../../mod/service_limits.php:7 ../../mod/suggest.php:26 -#: ../../mod/events.php:260 ../../mod/message.php:16 ../../mod/block.php:22 -#: ../../mod/block.php:72 ../../mod/mitem.php:111 ../../mod/sharedwithme.php:7 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../index.php:182 ../../index.php:365 -msgid "Permission denied." -msgstr "Toegang geweigerd" - -#: ../../include/chat.php:143 -msgid "Room is full" -msgstr "Chatkanaal is vol" - -#: ../../include/import.php:23 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt." +#: ../../include/Import/import_diaspora.php:17 +msgid "No username found in import file." +msgstr "Geen gebruikersnaam in het importbestand gevonden." -#: ../../include/import.php:44 ../../include/Import/import_diaspora.php:42 +#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44 msgid "Unable to create a unique channel address. Import failed." msgstr "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt." -#: ../../include/import.php:70 -msgid "Channel clone failed. Import failed." -msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt." - -#: ../../include/import.php:80 ../../mod/import.php:139 -msgid "Cloned channel not found. Import failed." -msgstr "Gekloond kanaal niet gevonden. Importeren mislukt." +#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:496 +msgid "Import completed." +msgstr "Import voltooid." #: ../../include/RedDAV/RedBrowser.php:107 #: ../../include/RedDAV/RedBrowser.php:239 msgid "parent" msgstr "omhoog" -#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2582 +#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2614 msgid "Collection" msgstr "map" @@ -149,15 +91,15 @@ msgstr "Planning-postvak IN" msgid "Schedule Outbox" msgstr "Planning-postvak UIT" -#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1330 -#: ../../include/conversation.php:1027 ../../include/apps.php:360 -#: ../../include/apps.php:415 ../../mod/photos.php:754 -#: ../../mod/photos.php:1195 +#: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:360 +#: ../../include/apps.php:415 ../../include/conversation.php:1037 +#: ../../include/widgets.php:1407 ../../mod/photos.php:766 +#: ../../mod/photos.php:1209 msgid "Unknown" msgstr "Onbekend" -#: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1629 -#: ../../include/nav.php:93 ../../include/apps.php:135 +#: ../../include/RedDAV/RedBrowser.php:226 ../../include/apps.php:135 +#: ../../include/conversation.php:1639 ../../include/nav.php:93 #: ../../mod/fbrowser.php:109 msgid "Files" msgstr "Bestanden" @@ -172,19 +114,20 @@ msgstr "Gedeeld" #: ../../include/RedDAV/RedBrowser.php:230 #: ../../include/RedDAV/RedBrowser.php:303 ../../mod/blocks.php:152 -#: ../../mod/new_channel.php:121 ../../mod/webpages.php:180 #: ../../mod/layouts.php:175 ../../mod/menu.php:114 +#: ../../mod/new_channel.php:144 ../../mod/register.php:255 +#: ../../mod/webpages.php:180 msgid "Create" msgstr "Aanmaken" #: ../../include/RedDAV/RedBrowser.php:231 -#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1343 -#: ../../mod/profile_photo.php:453 ../../mod/photos.php:781 -#: ../../mod/photos.php:1316 +#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1420 +#: ../../mod/photos.php:793 ../../mod/photos.php:1333 +#: ../../mod/profile_photo.php:453 ../../mod/cover_photo.php:353 msgid "Upload" msgstr "Uploaden" -#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:981 +#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:1158 #: ../../mod/settings.php:588 ../../mod/settings.php:614 #: ../../mod/sharedwithme.php:95 msgid "Name" @@ -194,7 +137,7 @@ msgstr "Naam" msgid "Type" msgstr "Type" -#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1248 +#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1274 #: ../../mod/sharedwithme.php:97 msgid "Size" msgstr "Grootte" @@ -203,26 +146,26 @@ msgstr "Grootte" msgid "Last Modified" msgstr "Laatst gewijzigd" -#: ../../include/RedDAV/RedBrowser.php:240 ../../include/menu.php:108 -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/ItemObject.php:100 ../../include/apps.php:259 -#: ../../mod/blocks.php:153 ../../mod/editwebpage.php:176 -#: ../../mod/thing.php:257 ../../mod/editblock.php:135 -#: ../../mod/editlayout.php:134 ../../mod/settings.php:648 -#: ../../mod/webpages.php:181 ../../mod/layouts.php:183 -#: ../../mod/editpost.php:112 ../../mod/connections.php:235 -#: ../../mod/connections.php:248 ../../mod/connections.php:267 -#: ../../mod/menu.php:108 +#: ../../include/RedDAV/RedBrowser.php:240 ../../include/apps.php:259 +#: ../../include/menu.php:108 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/ItemObject.php:100 +#: ../../mod/blocks.php:153 ../../mod/connections.php:286 +#: ../../mod/connections.php:306 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:134 ../../mod/editpost.php:112 +#: ../../mod/editwebpage.php:176 ../../mod/layouts.php:183 +#: ../../mod/menu.php:108 ../../mod/settings.php:648 ../../mod/thing.php:256 +#: ../../mod/webpages.php:181 msgid "Edit" msgstr "Bewerken" -#: ../../include/RedDAV/RedBrowser.php:241 ../../include/conversation.php:657 -#: ../../include/ItemObject.php:120 ../../include/apps.php:260 -#: ../../mod/group.php:173 ../../mod/blocks.php:155 ../../mod/connedit.php:551 -#: ../../mod/editwebpage.php:223 ../../mod/thing.php:258 -#: ../../mod/editblock.php:181 ../../mod/admin.php:816 ../../mod/admin.php:975 -#: ../../mod/editlayout.php:179 ../../mod/settings.php:649 -#: ../../mod/webpages.php:183 ../../mod/photos.php:1126 +#: ../../include/RedDAV/RedBrowser.php:241 ../../include/apps.php:260 +#: ../../include/conversation.php:657 ../../include/ItemObject.php:120 +#: ../../mod/blocks.php:155 ../../mod/connections.php:259 +#: ../../mod/connedit.php:560 ../../mod/editblock.php:181 +#: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223 +#: ../../mod/group.php:173 ../../mod/photos.php:1140 ../../mod/admin.php:993 +#: ../../mod/admin.php:1152 ../../mod/settings.php:649 ../../mod/thing.php:257 +#: ../../mod/webpages.php:183 msgid "Delete" msgstr "Verwijderen" @@ -248,856 +191,314 @@ msgstr "Nieuwe map aanmaken" msgid "Upload file" msgstr "Bestand uploaden" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Dit item verwijderen?" - -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:696 -#: ../../mod/photos.php:1044 ../../mod/photos.php:1162 -msgid "Comment" -msgstr "Reactie" - -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413 -msgid "[+] show all" -msgstr "[+] alle" - -#: ../../include/js_strings.php:8 -msgid "[-] show less" -msgstr "[-] minder reacties weergeven" - -#: ../../include/js_strings.php:9 -msgid "[+] expand" -msgstr "[+] uitklappen" - -#: ../../include/js_strings.php:10 -msgid "[-] collapse" -msgstr "[-] inklappen" - -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "Wachtwoord te kort" - -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "Wachtwoorden komen niet overeen" - -#: ../../include/js_strings.php:13 ../../mod/photos.php:41 -msgid "everybody" -msgstr "iedereen" - -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "Geheim wachtwoord" - -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "Wachtwoordhint" - -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen." - -#: ../../include/js_strings.php:17 -msgid "close all" -msgstr "Alles sluiten" - -#: ../../include/js_strings.php:18 -msgid "Nothing new here" -msgstr "Niets nieuw hier" - -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" -msgstr "Beoordeel dit kanaal (dit is openbaar)" - -#: ../../include/js_strings.php:20 ../../mod/rate.php:157 -#: ../../mod/connedit.php:694 -msgid "Rating" -msgstr "Beoordeling" - -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" -msgstr "Omschrijving (optioneel)" - -#: ../../include/js_strings.php:22 ../../include/widgets.php:676 -#: ../../include/widgets.php:688 ../../include/ItemObject.php:697 -#: ../../mod/filestorage.php:156 ../../mod/group.php:81 -#: ../../mod/connect.php:93 ../../mod/rate.php:168 ../../mod/mood.php:135 -#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/pconfig.php:108 -#: ../../mod/poke.php:171 ../../mod/profiles.php:675 -#: ../../mod/connedit.php:715 ../../mod/fsuggest.php:108 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/import.php:527 ../../mod/invite.php:142 ../../mod/thing.php:313 -#: ../../mod/thing.php:359 ../../mod/import_items.php:122 -#: ../../mod/pdledit.php:58 ../../mod/admin.php:442 ../../mod/admin.php:809 -#: ../../mod/admin.php:973 ../../mod/admin.php:1110 ../../mod/admin.php:1304 -#: ../../mod/admin.php:1389 ../../mod/settings.php:586 -#: ../../mod/settings.php:698 ../../mod/settings.php:726 -#: ../../mod/settings.php:749 ../../mod/settings.php:834 -#: ../../mod/settings.php:1023 ../../mod/appman.php:99 ../../mod/locs.php:116 -#: ../../mod/xchan.php:11 ../../mod/photos.php:637 ../../mod/photos.php:1005 -#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/chat.php:184 -#: ../../mod/chat.php:213 ../../mod/mail.php:380 ../../mod/events.php:461 -#: ../../mod/events.php:658 ../../mod/mitem.php:231 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "Opslaan" - -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" -msgstr "Vul een internetadres/URL in:" - -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" -msgstr "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?" - -#: ../../include/js_strings.php:25 ../../mod/pubsites.php:28 -#: ../../mod/profiles.php:464 ../../mod/events.php:452 -msgid "Location" -msgstr "Locatie" +#: ../../include/account.php:28 +msgid "Not a valid email address" +msgstr "Geen geldig e-mailadres" -#: ../../include/js_strings.php:27 -msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" +#: ../../include/account.php:30 +msgid "Your email domain is not among those allowed on this site" +msgstr "Jouw e-maildomein is op deze hub niet toegestaan" -#: ../../include/js_strings.php:28 -msgid "timeago.prefixFromNow" -msgstr "timeago.prefixFromNow" +#: ../../include/account.php:36 +msgid "Your email address is already registered at this site." +msgstr "Jouw e-mailadres is al op deze hub geregistreerd." -#: ../../include/js_strings.php:29 -msgid "ago" -msgstr "geleden" +#: ../../include/account.php:68 +msgid "An invitation is required." +msgstr "Een uitnodiging is vereist" -#: ../../include/js_strings.php:30 -msgid "from now" -msgstr "vanaf nu" +#: ../../include/account.php:72 +msgid "Invitation could not be verified." +msgstr "Uitnodiging kon niet geverifieerd worden" -#: ../../include/js_strings.php:31 -msgid "less than a minute" -msgstr "minder dan een minuut" +#: ../../include/account.php:122 +msgid "Please enter the required information." +msgstr "Vul de vereiste informatie in." -#: ../../include/js_strings.php:32 -msgid "about a minute" -msgstr "ongeveer een minuut" +#: ../../include/account.php:189 +msgid "Failed to store account information." +msgstr "Account-informatie kon niet opgeslagen worden." -#: ../../include/js_strings.php:33 +#: ../../include/account.php:249 #, php-format -msgid "%d minutes" -msgstr "%d minuten" - -#: ../../include/js_strings.php:34 -msgid "about an hour" -msgstr "ongeveer een uur" +msgid "Registration confirmation for %s" +msgstr "Registratiebevestiging voor %s" -#: ../../include/js_strings.php:35 +#: ../../include/account.php:315 #, php-format -msgid "about %d hours" -msgstr "ongeveer %d uren" - -#: ../../include/js_strings.php:36 -msgid "a day" -msgstr "een dag" +msgid "Registration request at %s" +msgstr "Registratiebevestiging voor %s" -#: ../../include/js_strings.php:37 -#, php-format -msgid "%d days" -msgstr "%d dagen" +#: ../../include/account.php:317 ../../include/account.php:344 +#: ../../include/account.php:404 ../../include/network.php:1660 +msgid "Administrator" +msgstr "Beheerder" -#: ../../include/js_strings.php:38 -msgid "about a month" -msgstr "ongeveer een maand" +#: ../../include/account.php:339 +msgid "your registration password" +msgstr "jouw registratiewachtwoord" -#: ../../include/js_strings.php:39 +#: ../../include/account.php:342 ../../include/account.php:402 #, php-format -msgid "%d months" -msgstr "%d maanden" +msgid "Registration details for %s" +msgstr "Registratiegegevens voor %s" -#: ../../include/js_strings.php:40 -msgid "about a year" -msgstr "ongeveer een jaar" +#: ../../include/account.php:414 +msgid "Account approved." +msgstr "Account goedgekeurd" -#: ../../include/js_strings.php:41 +#: ../../include/account.php:454 #, php-format -msgid "%d years" -msgstr "%d jaren" - -#: ../../include/js_strings.php:42 -msgid " " -msgstr " " - -#: ../../include/js_strings.php:43 -msgid "timeago.numbers" -msgstr "timeago.numbers" - -#: ../../include/js_strings.php:45 ../../include/text.php:1165 -msgid "January" -msgstr "januari" - -#: ../../include/js_strings.php:46 ../../include/text.php:1165 -msgid "February" -msgstr "februari" - -#: ../../include/js_strings.php:47 ../../include/text.php:1165 -msgid "March" -msgstr "maart" - -#: ../../include/js_strings.php:48 ../../include/text.php:1165 -msgid "April" -msgstr "april" - -#: ../../include/js_strings.php:49 -msgctxt "long" -msgid "May" -msgstr "mei" - -#: ../../include/js_strings.php:50 ../../include/text.php:1165 -msgid "June" -msgstr "juni" - -#: ../../include/js_strings.php:51 ../../include/text.php:1165 -msgid "July" -msgstr "juli" - -#: ../../include/js_strings.php:52 ../../include/text.php:1165 -msgid "August" -msgstr "augustus" - -#: ../../include/js_strings.php:53 ../../include/text.php:1165 -msgid "September" -msgstr "september" - -#: ../../include/js_strings.php:54 ../../include/text.php:1165 -msgid "October" -msgstr "oktober" - -#: ../../include/js_strings.php:55 ../../include/text.php:1165 -msgid "November" -msgstr "november" - -#: ../../include/js_strings.php:56 ../../include/text.php:1165 -msgid "December" -msgstr "december" - -#: ../../include/js_strings.php:57 -msgid "Jan" -msgstr "jan" - -#: ../../include/js_strings.php:58 -msgid "Feb" -msgstr "feb" - -#: ../../include/js_strings.php:59 -msgid "Mar" -msgstr "mrt" - -#: ../../include/js_strings.php:60 -msgid "Apr" -msgstr "apr" - -#: ../../include/js_strings.php:61 -msgctxt "short" -msgid "May" -msgstr "mei" - -#: ../../include/js_strings.php:62 -msgid "Jun" -msgstr "jun" - -#: ../../include/js_strings.php:63 -msgid "Jul" -msgstr "jul" - -#: ../../include/js_strings.php:64 -msgid "Aug" -msgstr "aug" - -#: ../../include/js_strings.php:65 -msgid "Sep" -msgstr "sep" - -#: ../../include/js_strings.php:66 -msgid "Oct" -msgstr "okt" - -#: ../../include/js_strings.php:67 -msgid "Nov" -msgstr "nov" - -#: ../../include/js_strings.php:68 -msgid "Dec" -msgstr "dec" - -#: ../../include/js_strings.php:69 ../../include/text.php:1161 -msgid "Sunday" -msgstr "zondag" - -#: ../../include/js_strings.php:70 ../../include/text.php:1161 -msgid "Monday" -msgstr "maandag" - -#: ../../include/js_strings.php:71 ../../include/text.php:1161 -msgid "Tuesday" -msgstr "dinsdag" - -#: ../../include/js_strings.php:72 ../../include/text.php:1161 -msgid "Wednesday" -msgstr "woensdag" - -#: ../../include/js_strings.php:73 ../../include/text.php:1161 -msgid "Thursday" -msgstr "donderdag" - -#: ../../include/js_strings.php:74 ../../include/text.php:1161 -msgid "Friday" -msgstr "vrijdag" - -#: ../../include/js_strings.php:75 ../../include/text.php:1161 -msgid "Saturday" -msgstr "zaterdag" - -#: ../../include/js_strings.php:76 -msgid "Sun" -msgstr "zo" - -#: ../../include/js_strings.php:77 -msgid "Mon" -msgstr "ma" - -#: ../../include/js_strings.php:78 -msgid "Tue" -msgstr "di" - -#: ../../include/js_strings.php:79 -msgid "Wed" -msgstr "wo" - -#: ../../include/js_strings.php:80 -msgid "Thu" -msgstr "do" - -#: ../../include/js_strings.php:81 -msgid "Fri" -msgstr "vr" - -#: ../../include/js_strings.php:82 -msgid "Sat" -msgstr "za" - -#: ../../include/js_strings.php:83 -msgctxt "calendar" -msgid "today" -msgstr "vandaag" - -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "month" -msgstr "maand" +msgid "Registration revoked for %s" +msgstr "Registratie ingetrokken voor %s" -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "week" -msgstr "week" +#: ../../include/account.php:506 +msgid "Account verified. Please login." +msgstr "Account is geverifieerd. Je kan inloggen." -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "day" -msgstr "dag" +#: ../../include/account.php:719 ../../include/account.php:721 +msgid "Click here to upgrade." +msgstr "Klik hier om te upgraden." -#: ../../include/js_strings.php:87 -msgctxt "calendar" -msgid "All day" -msgstr "hele dag" +#: ../../include/account.php:727 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden." -#: ../../include/Import/import_diaspora.php:17 -msgid "No username found in import file." -msgstr "Geen gebruikersnaam in het importbestand gevonden." +#: ../../include/account.php:732 +msgid "This action is not available under your subscription plan." +msgstr "Deze handeling is niet mogelijk met jouw abonnement." -#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487 -msgid "Import completed." -msgstr "Import voltooid." +#: ../../include/acl_selectors.php:218 +msgid "Visible to your default audience" +msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld" -#: ../../include/comanche.php:34 ../../mod/admin.php:351 -msgid "Default" -msgstr "Standaard" +#: ../../include/acl_selectors.php:243 +msgid "Show" +msgstr "Tonen" -#: ../../include/items.php:423 ../../mod/group.php:68 ../../mod/like.php:280 -#: ../../mod/dreport.php:6 ../../mod/dreport.php:45 ../../mod/subthread.php:58 -#: ../../mod/import_items.php:114 ../../mod/profperm.php:23 -#: ../../index.php:364 -msgid "Permission denied" -msgstr "Toegang geweigerd" +#: ../../include/acl_selectors.php:244 +msgid "Don't show" +msgstr "Niet tonen" -#: ../../include/items.php:1130 ../../include/items.php:1176 -msgid "(Unknown)" -msgstr "(Onbekend)" +#: ../../include/acl_selectors.php:249 +msgid "Other networks and post services" +msgstr "Andere netwerken en diensten" -#: ../../include/items.php:1373 -msgid "Visible to anybody on the internet." -msgstr "Voor iedereen op het internet zichtbaar." +#: ../../include/acl_selectors.php:251 ../../mod/chat.php:211 +#: ../../mod/filestorage.php:147 ../../mod/photos.php:639 +#: ../../mod/photos.php:1012 ../../mod/thing.php:309 ../../mod/thing.php:355 +msgid "Permissions" +msgstr "Permissies" -#: ../../include/items.php:1375 -msgid "Visible to you only." -msgstr "Alleen voor jou zichtbaar." +#: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384 +#: ../../mod/photos.php:1229 +msgid "Close" +msgstr "Sluiten" -#: ../../include/items.php:1377 -msgid "Visible to anybody in this network." -msgstr "Voor iedereen in dit netwerk zichtbaar." +#: ../../include/activities.php:42 +msgid " and " +msgstr " en " -#: ../../include/items.php:1379 -msgid "Visible to anybody authenticated." -msgstr "Voor iedereen die geauthenticeerd is zichtbaar." +#: ../../include/activities.php:50 +msgid "public profile" +msgstr "openbaar profiel" -#: ../../include/items.php:1381 +#: ../../include/activities.php:59 #, php-format -msgid "Visible to anybody on %s." -msgstr "Voor iedereen op %s zichtbaar." - -#: ../../include/items.php:1383 -msgid "Visible to all connections." -msgstr "Voor alle connecties zichtbaar." - -#: ../../include/items.php:1385 -msgid "Visible to approved connections." -msgstr "Voor alle goedgekeurde connecties zichtbaar." - -#: ../../include/items.php:1387 -msgid "Visible to specific connections." -msgstr "Voor specifieke connecties zichtbaar." - -#: ../../include/items.php:4319 ../../mod/filestorage.php:27 -#: ../../mod/thing.php:86 ../../mod/admin.php:127 ../../mod/admin.php:1012 -#: ../../mod/admin.php:1217 ../../mod/display.php:36 ../../mod/viewsrc.php:20 -msgid "Item not found." -msgstr "Item niet gevonden." - -#: ../../include/items.php:4831 ../../mod/group.php:38 ../../mod/group.php:137 -msgid "Collection not found." -msgstr "Collectie niet gevonden." - -#: ../../include/items.php:4847 -msgid "Collection is empty." -msgstr "Collectie is leeg" +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s veranderde %2$s naar “%3$s”" -#: ../../include/items.php:4854 +#: ../../include/activities.php:60 #, php-format -msgid "Collection: %s" -msgstr "Collectie: %s" +msgid "Visit %1$s's %2$s" +msgstr "Bezoek het %2$s van %1$s" -#: ../../include/items.php:4864 ../../mod/connedit.php:683 +#: ../../include/activities.php:63 #, php-format -msgid "Connection: %s" -msgstr "Connectie: %s" - -#: ../../include/items.php:4866 -msgid "Connection not found." -msgstr "Connectie niet gevonden." - -#: ../../include/event.php:22 ../../include/bb2diaspora.php:471 -#: ../../include/text.php:1392 -msgid "l F d, Y \\@ g:i A" -msgstr "l d F Y \\@ G:i" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:477 -#: ../../include/text.php:1396 -msgid "Starts:" -msgstr "Start:" - -#: ../../include/event.php:40 ../../include/bb2diaspora.php:485 -#: ../../include/text.php:1400 -msgid "Finishes:" -msgstr "Einde:" - -#: ../../include/event.php:52 ../../include/identity.php:998 -#: ../../include/bb2diaspora.php:493 ../../include/text.php:1407 -#: ../../mod/directory.php:304 -msgid "Location:" -msgstr "Plaats:" - -#: ../../include/event.php:768 -msgid "This event has been added to your calendar." -msgstr "Dit evenement is aan jouw agenda toegevoegd." - -#: ../../include/event.php:904 ../../include/conversation.php:123 -#: ../../include/text.php:1919 ../../mod/tagger.php:47 ../../mod/like.php:363 -#: ../../mod/events.php:249 -msgid "event" -msgstr "gebeurtenis" - -#: ../../include/event.php:967 -msgid "Not specified" -msgstr "Niet aangegeven" - -#: ../../include/event.php:968 -msgid "Needs Action" -msgstr "Actie vereist" - -#: ../../include/event.php:969 -msgid "Completed" -msgstr "Voltooid" - -#: ../../include/event.php:970 -msgid "In Process" -msgstr "In behandeling" - -#: ../../include/event.php:971 -msgid "Cancelled" -msgstr "Geannuleerd" - -#: ../../include/identity.php:32 -msgid "Unable to obtain identity information from database" -msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen" - -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "Ontbrekende naam" - -#: ../../include/identity.php:69 -msgid "Name too long" -msgstr "Naam te lang" - -#: ../../include/identity.php:181 -msgid "No account identifier" -msgstr "Geen account-identificator" - -#: ../../include/identity.php:193 -msgid "Nickname is required." -msgstr "Bijnaam is verplicht" - -#: ../../include/identity.php:207 -msgid "Reserved nickname. Please choose another." -msgstr "Deze naam is gereserveerd. Kies een andere." - -#: ../../include/identity.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik." - -#: ../../include/identity.php:288 -msgid "Unable to retrieve created identity" -msgstr "Niet in staat om aangemaakte identiteit te vinden" - -#: ../../include/identity.php:346 -msgid "Default Profile" -msgstr "Standaardprofiel" - -#: ../../include/identity.php:390 ../../include/identity.php:391 -#: ../../include/identity.php:398 ../../include/widgets.php:430 -#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:573 -#: ../../mod/settings.php:338 ../../mod/settings.php:342 -#: ../../mod/settings.php:343 ../../mod/settings.php:346 -#: ../../mod/settings.php:357 -msgid "Friends" -msgstr "Vrienden" - -#: ../../include/identity.php:770 -msgid "Requested channel is not available." -msgstr "Opgevraagd kanaal is niet beschikbaar." - -#: ../../include/identity.php:816 ../../mod/filestorage.php:54 -#: ../../mod/connect.php:13 ../../mod/achievements.php:11 -#: ../../mod/blocks.php:29 ../../mod/hcard.php:8 ../../mod/editwebpage.php:28 -#: ../../mod/profile.php:16 ../../mod/editblock.php:29 -#: ../../mod/editlayout.php:27 ../../mod/webpages.php:29 -#: ../../mod/layouts.php:29 -msgid "Requested profile is not available." -msgstr "Opgevraagd profiel is niet beschikbaar" - -#: ../../include/identity.php:960 ../../mod/profiles.php:782 -msgid "Change profile photo" -msgstr "Profielfoto veranderen" - -#: ../../include/identity.php:966 -msgid "Profiles" -msgstr "Profielen" - -#: ../../include/identity.php:966 -msgid "Manage/edit profiles" -msgstr "Profielen beheren/bewerken" - -#: ../../include/identity.php:967 ../../mod/profiles.php:783 -msgid "Create New Profile" -msgstr "Nieuw profiel aanmaken" - -#: ../../include/identity.php:970 ../../include/nav.php:90 -msgid "Edit Profile" -msgstr "Profiel bewerken" - -#: ../../include/identity.php:982 ../../mod/profiles.php:794 -msgid "Profile Image" -msgstr "Profielfoto" - -#: ../../include/identity.php:985 -msgid "visible to everybody" -msgstr "Voor iedereen zichtbaar" - -#: ../../include/identity.php:986 ../../mod/profiles.php:677 -#: ../../mod/profiles.php:798 -msgid "Edit visibility" -msgstr "Zichtbaarheid bewerken" - -#: ../../include/identity.php:1002 ../../include/identity.php:1242 -msgid "Gender:" -msgstr "Geslacht:" - -#: ../../include/identity.php:1003 ../../include/identity.php:1286 -msgid "Status:" -msgstr "Status:" +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd." -#: ../../include/identity.php:1004 ../../include/identity.php:1297 -msgid "Homepage:" -msgstr "Homepagina:" +#: ../../include/api.php:1336 +msgid "Public Timeline" +msgstr "Openbare tijdlijn" -#: ../../include/identity.php:1005 -msgid "Online Now" -msgstr "Nu online" +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "Hubbeheerder" -#: ../../include/identity.php:1089 ../../include/identity.php:1167 -#: ../../mod/ping.php:318 -msgid "g A l F d" -msgstr "G:i, l d F" +#: ../../include/apps.php:129 ../../include/conversation.php:1665 +#: ../../include/nav.php:104 +msgid "Bookmarks" +msgstr "Bladwijzers" -#: ../../include/identity.php:1090 ../../include/identity.php:1168 -msgid "F d" -msgstr "d F" +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "Connecties" -#: ../../include/identity.php:1135 ../../include/identity.php:1207 -#: ../../mod/ping.php:341 -msgid "[today]" -msgstr "[vandaag]" +#: ../../include/apps.php:131 ../../include/nav.php:112 ../../boot.php:1518 +msgid "Login" +msgstr "Inloggen" -#: ../../include/identity.php:1146 -msgid "Birthday Reminders" -msgstr "Verjaardagsherinneringen" +#: ../../include/apps.php:132 ../../include/nav.php:203 +#: ../../mod/manage.php:162 +msgid "Channel Manager" +msgstr "Kanaalbeheer" -#: ../../include/identity.php:1147 -msgid "Birthdays this week:" -msgstr "Verjaardagen deze week:" +#: ../../include/apps.php:133 ../../include/nav.php:176 +msgid "Grid" +msgstr "Grid" -#: ../../include/identity.php:1200 -msgid "[No description]" -msgstr "[Geen omschrijving]" +#: ../../include/apps.php:134 ../../include/nav.php:205 +#: ../../include/widgets.php:577 ../../mod/admin.php:1266 +#: ../../mod/admin.php:1488 +msgid "Settings" +msgstr "Instellingen" -#: ../../include/identity.php:1218 -msgid "Event Reminders" -msgstr "Herinneringen" +#: ../../include/apps.php:136 ../../include/conversation.php:1675 +#: ../../include/nav.php:108 ../../mod/webpages.php:178 +msgid "Webpages" +msgstr "Webpagina's" -#: ../../include/identity.php:1219 -msgid "Events this week:" -msgstr "Gebeurtenissen deze week:" +#: ../../include/apps.php:137 ../../include/nav.php:179 +msgid "Channel Home" +msgstr "Jouw kanaal" -#: ../../include/identity.php:1232 ../../include/identity.php:1349 -#: ../../include/apps.php:138 ../../mod/profperm.php:112 +#: ../../include/apps.php:138 ../../include/identity.php:1242 +#: ../../include/identity.php:1359 ../../mod/profperm.php:112 msgid "Profile" msgstr "Profiel" -#: ../../include/identity.php:1240 ../../mod/settings.php:1029 -msgid "Full Name:" -msgstr "Volledige naam:" - -#: ../../include/identity.php:1247 -msgid "Like this channel" -msgstr "Vind dit kanaal leuk" - -#: ../../include/identity.php:1258 ../../include/taxonomy.php:414 -#: ../../include/conversation.php:1721 ../../include/ItemObject.php:179 -#: ../../mod/photos.php:1083 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "vindt dit leuk" -msgstr[1] "vinden dit leuk" - -#: ../../include/identity.php:1271 -msgid "j F, Y" -msgstr "F j Y" - -#: ../../include/identity.php:1272 -msgid "j F" -msgstr "F j" - -#: ../../include/identity.php:1279 -msgid "Birthday:" -msgstr "Geboortedatum:" - -#: ../../include/identity.php:1283 ../../mod/directory.php:299 -msgid "Age:" -msgstr "Leeftijd:" - -#: ../../include/identity.php:1292 -#, php-format -msgid "for %1$d %2$s" -msgstr "voor %1$d %2$s" - -#: ../../include/identity.php:1295 ../../mod/profiles.php:699 -msgid "Sexual Preference:" -msgstr "Seksuele voorkeur:" - -#: ../../include/identity.php:1299 ../../mod/profiles.php:701 -#: ../../mod/directory.php:315 -msgid "Hometown:" -msgstr "Oorspronkelijk uit:" - -#: ../../include/identity.php:1301 -msgid "Tags:" -msgstr "Tags:" - -#: ../../include/identity.php:1303 ../../mod/profiles.php:702 -msgid "Political Views:" -msgstr "Politieke overtuigingen:" - -#: ../../include/identity.php:1305 -msgid "Religion:" -msgstr "Religie:" - -#: ../../include/identity.php:1307 ../../mod/directory.php:317 -msgid "About:" -msgstr "Over:" - -#: ../../include/identity.php:1309 -msgid "Hobbies/Interests:" -msgstr "Hobby's/interesses:" - -#: ../../include/identity.php:1311 ../../mod/profiles.php:705 -msgid "Likes:" -msgstr "Houdt van:" - -#: ../../include/identity.php:1313 ../../mod/profiles.php:706 -msgid "Dislikes:" -msgstr "Houdt niet van:" - -#: ../../include/identity.php:1315 -msgid "Contact information and Social Networks:" -msgstr "Contactinformatie en sociale netwerken:" - -#: ../../include/identity.php:1317 -msgid "My other channels:" -msgstr "Mijn andere kanalen" - -#: ../../include/identity.php:1319 -msgid "Musical interests:" -msgstr "Muzikale interesses:" - -#: ../../include/identity.php:1321 -msgid "Books, literature:" -msgstr "Boeken, literatuur:" - -#: ../../include/identity.php:1323 -msgid "Television:" -msgstr "Televisie:" - -#: ../../include/identity.php:1325 -msgid "Film/dance/culture/entertainment:" -msgstr "Films/dansen/cultuur/vermaak:" - -#: ../../include/identity.php:1327 -msgid "Love/Romance:" -msgstr "Liefde/romantiek:" - -#: ../../include/identity.php:1329 -msgid "Work/employment:" -msgstr "Werk/beroep:" - -#: ../../include/identity.php:1331 -msgid "School/education:" -msgstr "School/opleiding:" - -#: ../../include/identity.php:1351 -msgid "Like this thing" -msgstr "Vind dit ding leuk" - -#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 -msgid "Tags" -msgstr "Tags" - -#: ../../include/taxonomy.php:282 ../../include/widgets.php:36 -#: ../../include/contact_widgets.php:95 -msgid "Categories" -msgstr "Categorieën" +#: ../../include/apps.php:139 ../../include/conversation.php:1632 +#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Foto's" -#: ../../include/taxonomy.php:305 -msgid "Keywords" -msgstr "Trefwoorden" +#: ../../include/apps.php:140 ../../include/nav.php:198 +msgid "Events" +msgstr "Agenda" -#: ../../include/taxonomy.php:326 -msgid "have" -msgstr "heb" +#: ../../include/apps.php:141 ../../include/nav.php:164 +msgid "Directory" +msgstr "Kanalengids" -#: ../../include/taxonomy.php:326 -msgid "has" -msgstr "heeft" +#: ../../include/apps.php:142 ../../include/nav.php:155 ../../mod/help.php:208 +#: ../../mod/help.php:213 ../../mod/layouts.php:176 +msgid "Help" +msgstr "Hulp" -#: ../../include/taxonomy.php:327 -msgid "want" -msgstr "wil" +#: ../../include/apps.php:143 ../../include/nav.php:190 +msgid "Mail" +msgstr "Privéberichten" -#: ../../include/taxonomy.php:327 -msgid "wants" -msgstr "wil" +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Stemming" -#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254 -msgid "like" -msgstr "vind dit leuk" +#: ../../include/apps.php:145 ../../include/conversation.php:965 +#: ../../mod/poke.php:164 +msgid "Poke" +msgstr "Aanstoten" -#: ../../include/taxonomy.php:328 -msgid "likes" -msgstr "vindt dit leuk" +#: ../../include/apps.php:146 ../../include/nav.php:98 +msgid "Chat" +msgstr "Chatten" -#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255 -msgid "dislike" -msgstr "vind dit niet leuk" +#: ../../include/apps.php:147 ../../include/nav.php:161 +#: ../../include/text.php:885 ../../include/text.php:897 +#: ../../mod/connections.php:302 ../../mod/search.php:40 +msgid "Search" +msgstr "Zoeken" -#: ../../include/taxonomy.php:329 -msgid "dislikes" -msgstr "vindt dit niet leuk" +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "Onderzoeken" -#: ../../include/acl_selectors.php:240 -msgid "Visible to your default audience" -msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld" +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "Voorstellen" -#: ../../include/acl_selectors.php:241 -msgid "Show" -msgstr "Tonen" +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "Willekeurig kanaal" -#: ../../include/acl_selectors.php:242 -msgid "Don't show" -msgstr "Niet tonen" +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "Uitnodigen " -#: ../../include/acl_selectors.php:247 -msgid "Other networks and post services" -msgstr "Andere netwerken en diensten" +#: ../../include/apps.php:152 ../../include/widgets.php:1293 +msgid "Features" +msgstr "Extra functies" -#: ../../include/acl_selectors.php:249 ../../mod/filestorage.php:147 -#: ../../mod/thing.php:310 ../../mod/thing.php:356 ../../mod/photos.php:631 -#: ../../mod/photos.php:998 ../../mod/chat.php:211 -msgid "Permissions" -msgstr "Permissies" +#: ../../include/apps.php:153 ../../mod/id.php:28 +msgid "Language" +msgstr "Taal" -#: ../../include/acl_selectors.php:250 ../../include/ItemObject.php:384 -#: ../../mod/photos.php:1215 -msgid "Close" -msgstr "Sluiten" +#: ../../include/apps.php:154 +msgid "Post" +msgstr "Bericht" -#: ../../include/activities.php:42 -msgid " and " -msgstr " en " +#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 +#: ../../mod/id.php:19 +msgid "Profile Photo" +msgstr "Profielfoto" -#: ../../include/activities.php:50 -msgid "public profile" -msgstr "openbaar profiel" +#: ../../include/apps.php:252 ../../mod/settings.php:84 +#: ../../mod/settings.php:612 +msgid "Update" +msgstr "Bijwerken" -#: ../../include/activities.php:59 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s veranderde %2$s naar “%3$s”" +#: ../../include/apps.php:252 +msgid "Install" +msgstr "Installeren" -#: ../../include/activities.php:60 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Bezoek het %2$s van %1$s" +#: ../../include/apps.php:257 +msgid "Purchase" +msgstr "Aanschaffen" -#: ../../include/activities.php:63 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd." +#: ../../include/attach.php:140 ../../include/attach.php:188 +#: ../../include/attach.php:251 ../../include/attach.php:265 +#: ../../include/attach.php:272 ../../include/attach.php:337 +#: ../../include/attach.php:351 ../../include/attach.php:358 +#: ../../include/attach.php:436 ../../include/attach.php:888 +#: ../../include/attach.php:959 ../../include/attach.php:1111 +#: ../../include/chat.php:133 ../../include/photos.php:29 +#: ../../include/items.php:4437 ../../index.php:189 ../../index.php:377 +#: ../../mod/achievements.php:30 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/appman.php:66 ../../mod/authtest.php:13 ../../mod/block.php:22 +#: ../../mod/block.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76 +#: ../../mod/bookmarks.php:48 ../../mod/channel.php:100 +#: ../../mod/channel.php:217 ../../mod/channel.php:257 ../../mod/chat.php:94 +#: ../../mod/chat.php:99 ../../mod/common.php:35 ../../mod/connections.php:29 +#: ../../mod/connedit.php:355 ../../mod/editblock.php:65 +#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 +#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64 +#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101 +#: ../../mod/editwebpage.php:125 ../../mod/events.php:260 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 +#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 +#: ../../mod/fsuggest.php:78 ../../mod/group.php:9 ../../mod/id.php:71 +#: ../../mod/invite.php:13 ../../mod/invite.php:87 ../../mod/item.php:206 +#: ../../mod/item.php:214 ../../mod/item.php:1050 ../../mod/layouts.php:69 +#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/like.php:177 +#: ../../mod/locs.php:83 ../../mod/mail.php:126 ../../mod/manage.php:6 +#: ../../mod/menu.php:74 ../../mod/message.php:16 ../../mod/mitem.php:111 +#: ../../mod/mood.php:112 ../../mod/network.php:12 +#: ../../mod/new_channel.php:75 ../../mod/new_channel.php:109 +#: ../../mod/notifications.php:66 ../../mod/page.php:31 ../../mod/page.php:86 +#: ../../mod/pdledit.php:22 ../../mod/photos.php:70 ../../mod/poke.php:133 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 +#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354 +#: ../../mod/profiles.php:198 ../../mod/profiles.php:584 +#: ../../mod/rate.php:111 ../../mod/register.php:73 ../../mod/regmod.php:17 +#: ../../mod/service_limits.php:7 ../../mod/settings.php:568 +#: ../../mod/setup.php:230 ../../mod/sharedwithme.php:7 +#: ../../mod/sources.php:66 ../../mod/suggest.php:26 ../../mod/thing.php:270 +#: ../../mod/thing.php:290 ../../mod/thing.php:327 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/viewsrc.php:14 ../../mod/webpages.php:69 +#: ../../mod/cover_photo.php:273 ../../mod/cover_photo.php:286 +msgid "Permission denied." +msgstr "Toegang geweigerd." #: ../../include/attach.php:246 ../../include/attach.php:332 msgid "Item was not found." @@ -1107,1042 +508,289 @@ msgstr "Item niet gevonden" msgid "No source file." msgstr "Geen bronbestand." -#: ../../include/attach.php:514 +#: ../../include/attach.php:518 msgid "Cannot locate file to replace" msgstr "Kan het te vervangen bestand niet vinden" -#: ../../include/attach.php:532 +#: ../../include/attach.php:536 msgid "Cannot locate file to revise/update" msgstr "Kan het bestand wat aangepast moet worden niet vinden" -#: ../../include/attach.php:667 +#: ../../include/attach.php:671 #, php-format msgid "File exceeds size limit of %d" msgstr "Bestand is groter dan de toegelaten %d" -#: ../../include/attach.php:681 +#: ../../include/attach.php:685 #, php-format msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt." -#: ../../include/attach.php:837 +#: ../../include/attach.php:841 msgid "File upload failed. Possible system limit or action terminated." msgstr "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken." -#: ../../include/attach.php:850 +#: ../../include/attach.php:854 msgid "Stored file could not be verified. Upload failed." msgstr "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt." -#: ../../include/attach.php:898 ../../include/attach.php:914 +#: ../../include/attach.php:902 ../../include/attach.php:918 msgid "Path not available." msgstr "Pad niet beschikbaar." -#: ../../include/attach.php:960 ../../include/attach.php:1112 +#: ../../include/attach.php:964 ../../include/attach.php:1116 msgid "Empty pathname" msgstr "Padnaam leeg" -#: ../../include/attach.php:986 +#: ../../include/attach.php:990 msgid "duplicate filename or path" msgstr "dubbele bestandsnaam of pad" -#: ../../include/attach.php:1008 +#: ../../include/attach.php:1012 msgid "Path not found." msgstr "Pad niet gevonden" -#: ../../include/attach.php:1066 +#: ../../include/attach.php:1070 msgid "mkdir failed." msgstr "directory aanmaken (mkdir) mislukt." -#: ../../include/attach.php:1070 +#: ../../include/attach.php:1074 msgid "database storage failed." msgstr "opslag in database mislukt." -#: ../../include/attach.php:1118 +#: ../../include/attach.php:1122 msgid "Empty path" msgstr "Ontbrekend bestandspad" -#: ../../include/bb2diaspora.php:382 -msgid "Attachments:" -msgstr "Bijlagen:" - -#: ../../include/bb2diaspora.php:473 -msgid "$Projectname event notification:" -msgstr "Notificatie $Projectname-gebeurtenis:" +#: ../../include/auth.php:132 +msgid "Logged out." +msgstr "Uitgelogd." -#: ../../include/notify.php:20 -msgid "created a new post" -msgstr "maakte een nieuw bericht aan" +#: ../../include/auth.php:273 +msgid "Failed authentication" +msgstr "Mislukte authenticatie" -#: ../../include/notify.php:21 -#, php-format -msgid "commented on %s's post" -msgstr "gaf een reactie op een bericht van %s" +#: ../../include/auth.php:287 ../../mod/openid.php:189 +msgid "Login failed." +msgstr "Inloggen mislukt." -#: ../../include/widgets.php:92 ../../include/nav.php:157 -#: ../../mod/apps.php:36 -msgid "Apps" -msgstr "Apps" +#: ../../include/bb2diaspora.php:376 +msgid "Attachments:" +msgstr "Bijlagen:" -#: ../../include/widgets.php:93 -msgid "System" -msgstr "Systeem" +#: ../../include/bb2diaspora.php:465 ../../include/event.php:22 +#: ../../include/text.php:1418 +msgid "l F d, Y \\@ g:i A" +msgstr "l d F Y \\@ G:i" -#: ../../include/widgets.php:95 ../../include/conversation.php:1526 -msgid "Personal" -msgstr "Persoonlijk" +#: ../../include/bb2diaspora.php:467 +msgid "$Projectname event notification:" +msgstr "Notificatie $Projectname-gebeurtenis:" -#: ../../include/widgets.php:96 -msgid "Create Personal App" -msgstr "Persoonlijke app maken" +#: ../../include/bb2diaspora.php:471 ../../include/event.php:30 +#: ../../include/text.php:1422 +msgid "Starts:" +msgstr "Start:" -#: ../../include/widgets.php:97 -msgid "Edit Personal App" -msgstr "Persoonlijke app bewerken" +#: ../../include/bb2diaspora.php:479 ../../include/event.php:40 +#: ../../include/text.php:1426 +msgid "Finishes:" +msgstr "Einde:" -#: ../../include/widgets.php:139 ../../mod/suggest.php:54 -msgid "Ignore/Hide" -msgstr "Negeren/Verbergen" +#: ../../include/bb2diaspora.php:487 ../../include/event.php:52 +#: ../../include/text.php:1433 ../../include/identity.php:1005 +#: ../../mod/directory.php:307 +msgid "Location:" +msgstr "Plaats:" -#: ../../include/widgets.php:144 ../../mod/connections.php:125 -msgid "Suggestions" -msgstr "Voorgestelde kanalen" +#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 +#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 +#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 +#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 +#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 +#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 +#: ../../include/bbcode.php:833 +msgid "Image/photo" +msgstr "Afbeelding/foto" -#: ../../include/widgets.php:145 -msgid "See more..." -msgstr "Meer..." +#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 +msgid "Encrypted content" +msgstr "Versleutelde inhoud" -#: ../../include/widgets.php:166 +#: ../../include/bbcode.php:179 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties." - -#: ../../include/widgets.php:172 -msgid "Add New Connection" -msgstr "Nieuwe connectie toevoegen" - -#: ../../include/widgets.php:173 -msgid "Enter the channel address" -msgstr "Vul het adres van het nieuwe kanaal in" - -#: ../../include/widgets.php:174 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Voorbeeld: bob@example.com, http://example.com/barbara" - -#: ../../include/widgets.php:190 -msgid "Notes" -msgstr "Aantekeningen" - -#: ../../include/widgets.php:192 ../../include/text.php:868 -#: ../../include/text.php:880 ../../mod/rbmark.php:28 ../../mod/rbmark.php:100 -#: ../../mod/admin.php:1449 ../../mod/admin.php:1469 ../../mod/filer.php:49 -msgid "Save" -msgstr "Opslaan" - -#: ../../include/widgets.php:266 -msgid "Remove term" -msgstr "Verwijder zoekterm" - -#: ../../include/widgets.php:274 ../../include/features.php:72 -msgid "Saved Searches" -msgstr "Opgeslagen zoekopdrachten" - -#: ../../include/widgets.php:275 ../../include/group.php:300 -msgid "add" -msgstr "toevoegen" - -#: ../../include/widgets.php:304 ../../include/features.php:85 -#: ../../include/contact_widgets.php:57 -msgid "Saved Folders" -msgstr "Bewaarde mappen" - -#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60 -#: ../../include/contact_widgets.php:98 -msgid "Everything" -msgstr "Alles" - -#: ../../include/widgets.php:349 -msgid "Archives" -msgstr "Archieven" - -#: ../../include/widgets.php:428 ../../mod/connedit.php:571 -msgid "Me" -msgstr "Ik" - -#: ../../include/widgets.php:429 ../../mod/connedit.php:572 -msgid "Family" -msgstr "Familie" - -#: ../../include/widgets.php:431 ../../mod/connedit.php:574 -msgid "Acquaintances" -msgstr "Kennissen" - -#: ../../include/widgets.php:432 ../../mod/connedit.php:575 -#: ../../mod/connections.php:88 ../../mod/connections.php:103 -msgid "All" -msgstr "Alles" - -#: ../../include/widgets.php:451 -msgid "Refresh" -msgstr "Vernieuwen" - -#: ../../include/widgets.php:485 -msgid "Account settings" -msgstr "Account" - -#: ../../include/widgets.php:491 -msgid "Channel settings" -msgstr "Kanaal" - -#: ../../include/widgets.php:497 -msgid "Additional features" -msgstr "Extra functies" - -#: ../../include/widgets.php:503 -msgid "Feature/Addon settings" -msgstr "Extra functie- en plugin-instellingen" - -#: ../../include/widgets.php:509 -msgid "Display settings" -msgstr "Weergave" - -#: ../../include/widgets.php:515 -msgid "Connected apps" -msgstr "Verbonden applicaties" - -#: ../../include/widgets.php:521 -msgid "Export channel" -msgstr "Kanaal exporteren" - -#: ../../include/widgets.php:530 ../../mod/connedit.php:683 -msgid "Connection Default Permissions" -msgstr "Standaard permissies voor connecties" - -#: ../../include/widgets.php:538 -msgid "Premium Channel Settings" -msgstr "Instellingen premiumkanaal" - -#: ../../include/widgets.php:546 ../../include/features.php:59 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Kanaalbronnen" - -#: ../../include/widgets.php:554 ../../include/nav.php:202 -#: ../../include/apps.php:134 ../../mod/admin.php:1071 -#: ../../mod/admin.php:1271 -msgid "Settings" -msgstr "Instellingen" - -#: ../../include/widgets.php:568 -msgid "Private Mail Menu" -msgstr "Privéberichten" - -#: ../../include/widgets.php:570 -msgid "Combined View" -msgstr "Gecombineerd postvak" - -#: ../../include/widgets.php:575 ../../include/nav.php:191 -msgid "Inbox" -msgstr "Postvak IN" - -#: ../../include/widgets.php:580 ../../include/nav.php:192 -msgid "Outbox" -msgstr "Postvak UIT" - -#: ../../include/widgets.php:585 ../../include/nav.php:193 -msgid "New Message" -msgstr "Nieuw bericht" - -#: ../../include/widgets.php:604 ../../include/widgets.php:616 -msgid "Conversations" -msgstr "Conversaties" - -#: ../../include/widgets.php:608 -msgid "Received Messages" -msgstr "Ontvangen berichten" - -#: ../../include/widgets.php:612 -msgid "Sent Messages" -msgstr "Verzonden berichten" - -#: ../../include/widgets.php:626 -msgid "No messages." -msgstr "Geen berichten" - -#: ../../include/widgets.php:644 -msgid "Delete conversation" -msgstr "Verwijder conversatie" - -#: ../../include/widgets.php:670 -msgid "Events Menu" -msgstr "Agenda-menu" - -#: ../../include/widgets.php:671 -msgid "Day View" -msgstr "Dag tonen" - -#: ../../include/widgets.php:672 -msgid "Week View" -msgstr "Week tonen" - -#: ../../include/widgets.php:673 -msgid "Month View" -msgstr "Maand tonen" - -#: ../../include/widgets.php:674 ../../mod/events.php:654 -msgid "Export" -msgstr "Exporteren" - -#: ../../include/widgets.php:675 ../../mod/events.php:657 -msgid "Import" -msgstr "Importeren" - -#: ../../include/widgets.php:685 -msgid "Events Tools" -msgstr "Agenda-hulpmiddelen" - -#: ../../include/widgets.php:686 -msgid "Export Calendar" -msgstr "Exporteren" - -#: ../../include/widgets.php:687 -msgid "Import Calendar" -msgstr "Importeren" - -#: ../../include/widgets.php:761 -msgid "Chat Rooms" -msgstr "Chatkanalen" - -#: ../../include/widgets.php:781 -msgid "Bookmarked Chatrooms" -msgstr "Bladwijzers van chatkanalen" - -#: ../../include/widgets.php:801 -msgid "Suggested Chatrooms" -msgstr "Voorgestelde chatkanalen" - -#: ../../include/widgets.php:928 ../../include/widgets.php:986 -msgid "photo/image" -msgstr "foto/afbeelding" - -#: ../../include/widgets.php:1081 ../../include/widgets.php:1083 -msgid "Rate Me" -msgstr "Beoordeel mij" - -#: ../../include/widgets.php:1087 -msgid "View Ratings" -msgstr "Bekijk beoordelingen" - -#: ../../include/widgets.php:1098 -msgid "Public Hubs" -msgstr "Openbare hubs" - -#: ../../include/widgets.php:1146 -msgid "Forums" -msgstr "Forums" - -#: ../../include/widgets.php:1175 -msgid "Tasks" -msgstr "Taken" - -#: ../../include/widgets.php:1184 -msgid "Documentation" -msgstr "Documentatie" - -#: ../../include/widgets.php:1186 -msgid "Project/Site Information" -msgstr "Project- en hub-informatie" - -#: ../../include/widgets.php:1187 -msgid "For Members" -msgstr "Voor leden" - -#: ../../include/widgets.php:1188 -msgid "For Administrators" -msgstr "Voor beheerders" - -#: ../../include/widgets.php:1189 -msgid "For Developers" -msgstr "Voor ontwikkelaars" - -#: ../../include/widgets.php:1214 ../../mod/admin.php:441 -msgid "Site" -msgstr "Hub-instellingen" - -#: ../../include/widgets.php:1215 -msgid "Accounts" -msgstr "Accounts" - -#: ../../include/widgets.php:1216 ../../mod/admin.php:972 -msgid "Channels" -msgstr "Kanalen" - -#: ../../include/widgets.php:1217 ../../mod/admin.php:1069 -#: ../../mod/admin.php:1109 -msgid "Plugins" -msgstr "Plug-ins" +msgid "Install %s element: " +msgstr "Installeer %s-element: " -#: ../../include/widgets.php:1218 ../../mod/admin.php:1269 -#: ../../mod/admin.php:1303 -msgid "Themes" -msgstr "Thema's" +#: ../../include/bbcode.php:183 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." +msgstr "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren." -#: ../../include/widgets.php:1219 -msgid "Inspect queue" -msgstr "Inspecteer berichtenwachtrij" +#: ../../include/bbcode.php:193 ../../mod/impel.php:37 +msgid "webpage" +msgstr "Webpagina" -#: ../../include/widgets.php:1220 -msgid "Profile Config" -msgstr "Profielconfiguratie" +#: ../../include/bbcode.php:196 ../../mod/impel.php:47 +msgid "layout" +msgstr "lay-out" -#: ../../include/widgets.php:1221 -msgid "DB updates" -msgstr "Database-updates" +#: ../../include/bbcode.php:199 ../../mod/impel.php:42 +msgid "block" +msgstr "blok" -#: ../../include/widgets.php:1239 ../../include/widgets.php:1245 -#: ../../mod/admin.php:1388 -msgid "Logs" -msgstr "Logboeken" +#: ../../include/bbcode.php:202 ../../mod/impel.php:54 +msgid "menu" +msgstr "menu" -#: ../../include/widgets.php:1243 ../../include/nav.php:210 -msgid "Admin" -msgstr "Beheer" +#: ../../include/bbcode.php:257 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s schreef het volgende %2$s %3$s" -#: ../../include/widgets.php:1244 -msgid "Plugin Features" -msgstr "Plug-in-opties" +#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 +msgid "post" +msgstr "bericht" -#: ../../include/widgets.php:1246 -msgid "User registrations waiting for confirmation" -msgstr "Accounts die op goedkeuring wachten" +#: ../../include/bbcode.php:547 +msgid "Different viewers will see this text differently" +msgstr "Deze tekst wordt per persoon anders weergeven." -#: ../../include/widgets.php:1324 ../../mod/photos.php:748 -#: ../../mod/photos.php:1283 -msgid "View Photo" -msgstr "Foto weergeven" +#: ../../include/bbcode.php:755 +msgid "$1 spoiler" +msgstr "$1 spoiler" -#: ../../include/widgets.php:1341 ../../mod/photos.php:779 -msgid "Edit Album" -msgstr "Album bewerken" +#: ../../include/bbcode.php:782 +msgid "$1 wrote:" +msgstr "$1 schreef:" #: ../../include/bookmarks.php:35 #, php-format msgid "%1$s's bookmarks" msgstr "Bladwijzers van %1$s" -#: ../../include/features.php:38 -msgid "General Features" -msgstr "Algemene functies" - -#: ../../include/features.php:40 -msgid "Content Expiration" -msgstr "Inhoud laten verlopen" - -#: ../../include/features.php:40 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen" - -#: ../../include/features.php:41 -msgid "Multiple Profiles" -msgstr "Meerdere profielen" - -#: ../../include/features.php:41 -msgid "Ability to create multiple profiles" -msgstr "Mogelijkheid om meerdere profielen aan te maken" - -#: ../../include/features.php:42 -msgid "Advanced Profiles" -msgstr "Geavanceerde profielen" - -#: ../../include/features.php:42 -msgid "Additional profile sections and selections" -msgstr "Extra onderdelen en keuzes voor je profiel" - -#: ../../include/features.php:43 -msgid "Profile Import/Export" -msgstr "Profiel importen/exporteren" - -#: ../../include/features.php:43 -msgid "Save and load profile details across sites/channels" -msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken." - -#: ../../include/features.php:44 -msgid "Web Pages" -msgstr "Webpagina's" - -#: ../../include/features.php:44 -msgid "Provide managed web pages on your channel" -msgstr "Sta beheerde webpagina's op jouw kanaal toe" - -#: ../../include/features.php:45 -msgid "Private Notes" -msgstr "Privé-aantekeningen" - -#: ../../include/features.php:45 -msgid "Enables a tool to store notes and reminders" -msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan" - -#: ../../include/features.php:46 -msgid "Navigation Channel Select" -msgstr "Kanaal kiezen in navigatiemenu" - -#: ../../include/features.php:46 -msgid "Change channels directly from within the navigation dropdown menu" -msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk" - -#: ../../include/features.php:47 -msgid "Photo Location" -msgstr "Fotolocatie" - -#: ../../include/features.php:47 -msgid "If location data is available on uploaded photos, link this to a map." -msgstr "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart." - -#: ../../include/features.php:49 -msgid "Expert Mode" -msgstr "Expertmodus" - -#: ../../include/features.php:49 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Schakel de expertmodus in voor geavanceerde instellingen" - -#: ../../include/features.php:50 -msgid "Premium Channel" -msgstr "Premiumkanaal" - -#: ../../include/features.php:50 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal" - -#: ../../include/features.php:55 -msgid "Post Composition Features" -msgstr "Functies voor het opstellen van berichten" - -#: ../../include/features.php:57 -msgid "Use Markdown" -msgstr "Markdown gebruiken" - -#: ../../include/features.php:57 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken." - -#: ../../include/features.php:58 -msgid "Large Photos" -msgstr "Grote foto's" - -#: ../../include/features.php:58 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" -msgstr "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt." - -#: ../../include/features.php:59 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Automatisch inhoud uit andere kanalen of feeds importeren." - -#: ../../include/features.php:60 -msgid "Even More Encryption" -msgstr "Extra encryptie" - -#: ../../include/features.php:60 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel." - -#: ../../include/features.php:61 -msgid "Enable Voting Tools" -msgstr "Peilingen inschakelen" - -#: ../../include/features.php:61 -msgid "Provide a class of post which others can vote on" -msgstr "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen." - -#: ../../include/features.php:62 -msgid "Delayed Posting" -msgstr "Berichten uitstellen" - -#: ../../include/features.php:62 -msgid "Allow posts to be published at a later date" -msgstr "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden." - -#: ../../include/features.php:63 -msgid "Suppress Duplicate Posts/Comments" -msgstr "Dubbele berichten/reacties tegenhouden" - -#: ../../include/features.php:63 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." -msgstr "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. " - -#: ../../include/features.php:69 -msgid "Network and Stream Filtering" -msgstr "Netwerk- en streamfilter" - -#: ../../include/features.php:70 -msgid "Search by Date" -msgstr "Zoek op datum" - -#: ../../include/features.php:70 -msgid "Ability to select posts by date ranges" -msgstr "Mogelijkheid om berichten op datum te filteren " - -#: ../../include/features.php:71 -msgid "Collections Filter" -msgstr "Filter op collecties" - -#: ../../include/features.php:71 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties" - -#: ../../include/features.php:72 -msgid "Save search terms for re-use" -msgstr "Sla zoekopdrachten op voor hergebruik" - -#: ../../include/features.php:73 -msgid "Network Personal Tab" -msgstr "Persoonlijke netwerktab" - -#: ../../include/features.php:73 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" - -#: ../../include/features.php:74 -msgid "Network New Tab" -msgstr "Nieuwe netwerktab" - -#: ../../include/features.php:74 -msgid "Enable tab to display all new Network activity" -msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen" - -#: ../../include/features.php:75 -msgid "Affinity Tool" -msgstr "Verwantschapsfilter" - -#: ../../include/features.php:75 -msgid "Filter stream activity by depth of relationships" -msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag" - -#: ../../include/features.php:76 -msgid "Connection Filtering" -msgstr "Berichtenfilters" - -#: ../../include/features.php:76 -msgid "Filter incoming posts from connections based on keywords/content" -msgstr "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal" - -#: ../../include/features.php:77 -msgid "Suggest Channels" -msgstr "Kanalen voorstellen" - -#: ../../include/features.php:77 -msgid "Show channel suggestions" -msgstr "Voor jou mogelijk interessante kanalen voorstellen" - -#: ../../include/features.php:82 -msgid "Post/Comment Tools" -msgstr "Bericht- en reactiehulpmiddelen" - -#: ../../include/features.php:83 -msgid "Tagging" -msgstr "Taggen" - -#: ../../include/features.php:83 -msgid "Ability to tag existing posts" -msgstr "Mogelijkheid om bestaande berichten te taggen" - -#: ../../include/features.php:84 -msgid "Post Categories" -msgstr "Categorieën berichten" - -#: ../../include/features.php:84 -msgid "Add categories to your posts" -msgstr "Voeg categorieën toe aan je berichten" - -#: ../../include/features.php:85 -msgid "Ability to file posts under folders" -msgstr "Mogelijkheid om berichten in mappen op te slaan" - -#: ../../include/features.php:86 -msgid "Dislike Posts" -msgstr "Vind berichten niet leuk" - -#: ../../include/features.php:86 -msgid "Ability to dislike posts/comments" -msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden" - -#: ../../include/features.php:87 -msgid "Star Posts" -msgstr "Geef berichten een ster" - -#: ../../include/features.php:87 -msgid "Ability to mark special posts with a star indicator" -msgstr "Mogelijkheid om speciale berichten met een ster te markeren" - -#: ../../include/features.php:88 -msgid "Tag Cloud" -msgstr "Tagwolk" - -#: ../../include/features.php:88 -msgid "Provide a personal tag cloud on your channel page" -msgstr "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 -msgid "Male" -msgstr "Man" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 -msgid "Female" -msgstr "Vrouw" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Momenteel man" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Momenteel vrouw" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Voornamelijk man" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Voornamelijk vrouw" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgender" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Interseksueel" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transseksueel" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafrodiet" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Genderneutraal" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Niet gespecificeerd" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871 -msgid "Other" -msgstr "Anders" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Nog niet beslist" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "Mannen" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "Vrouwen" - -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "Homoseksueel" - -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "Lesbisch" - -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "Geen voorkeur" - -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "Biseksueel" - -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "Autoseksueel" - -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "Seksuele onthouding" - -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "Maagd" - -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "Afwijkend" - -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "Fetisj" - -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "Veel" - -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "Aseksueel" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "Alleen" - -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "Eenzaam" - -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "Beschikbaar" - -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "Niet beschikbaar" - -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "Heeft een oogje op iemand" - -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "Smoorverliefd" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "Aan het daten" - -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "Ontrouw" - -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "Seksverslaafd" - -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "Vriendschap plus" - -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "Ongebonden/vluchtig" - -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "Verloofd" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "Getrouwd" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "Denkbeeldig getrouwd" - -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "Partners" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "Samenwonend" - -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "Common-law-huwelijk" - -#: ../../include/profile_selectors.php:80 -msgid "Happy" -msgstr "Gelukkig" - -#: ../../include/profile_selectors.php:80 -msgid "Not looking" -msgstr "Niet op zoek" - -#: ../../include/profile_selectors.php:80 -msgid "Swinger" -msgstr "Swinger" - -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" -msgstr "Verraden" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" -msgstr "Uit elkaar" - -#: ../../include/profile_selectors.php:80 -msgid "Unstable" -msgstr "Onstabiel" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" -msgstr "Gescheiden" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" -msgstr "Denkbeeldig gescheiden" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" -msgstr "Weduwnaar/weduwe" - -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" -msgstr "Onzeker" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" -msgstr "Het is ingewikkeld" - -#: ../../include/profile_selectors.php:80 -msgid "Don't care" -msgstr "Maakt mij niks uit" - -#: ../../include/profile_selectors.php:80 -msgid "Ask me" -msgstr "Vraag het me" - -#: ../../include/datetime.php:48 -msgid "Miscellaneous" -msgstr "Diversen" - -#: ../../include/datetime.php:132 -msgid "YYYY-MM-DD or MM-DD" -msgstr "JJJJ-MM-DD of MM-DD" +#: ../../include/chat.php:23 +msgid "Missing room name" +msgstr "Naam chatkanaal ontbreekt" -#: ../../include/datetime.php:236 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442 -msgid "Required" -msgstr "Vereist" +#: ../../include/chat.php:32 +msgid "Duplicate room name" +msgstr "Naam chatkanaal bestaat al" -#: ../../include/datetime.php:263 ../../boot.php:2284 -msgid "never" -msgstr "nooit" +#: ../../include/chat.php:82 ../../include/chat.php:90 +msgid "Invalid room specifier." +msgstr "Ongeldige omschrijving chatkanaal" -#: ../../include/datetime.php:269 -msgid "less than a second ago" -msgstr "minder dan een seconde geleden" +#: ../../include/chat.php:122 +msgid "Room not found." +msgstr "Chatkanaal niet gevonden" -#: ../../include/datetime.php:272 -msgid "year" -msgstr "jaar" +#: ../../include/chat.php:143 +msgid "Room is full" +msgstr "Chatkanaal is vol" -#: ../../include/datetime.php:272 -msgid "years" -msgstr "jaren" +#: ../../include/comanche.php:34 ../../mod/admin.php:366 +msgid "Default" +msgstr "Standaard" -#: ../../include/datetime.php:273 -msgid "month" -msgstr "maand" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d uitnodiging beschikbaar" +msgstr[1] "%d uitnodigingen beschikbaar" -#: ../../include/datetime.php:273 -msgid "months" -msgstr "maanden" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:461 +msgid "Advanced" +msgstr "Geavanceerd" -#: ../../include/datetime.php:274 -msgid "week" -msgstr "week" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Kanalen vinden" -#: ../../include/datetime.php:274 -msgid "weeks" -msgstr "weken" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Vul naam of interesse in" -#: ../../include/datetime.php:275 -msgid "day" -msgstr "dag" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Verbinden/volgen" -#: ../../include/datetime.php:275 -msgid "days" -msgstr "dagen" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Voorbeeld: Robert Morgenstein, vissen" -#: ../../include/datetime.php:276 -msgid "hour" -msgstr "uur" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:305 +#: ../../mod/directory.php:384 ../../mod/directory.php:389 +msgid "Find" +msgstr "Vinden" -#: ../../include/datetime.php:276 -msgid "hours" -msgstr "uren" +#: ../../include/contact_widgets.php:27 ../../mod/directory.php:388 +#: ../../mod/suggest.php:60 +msgid "Channel Suggestions" +msgstr "Voorgestelde kanalen" -#: ../../include/datetime.php:277 -msgid "minute" -msgstr "minuut" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Willekeurig profiel" -#: ../../include/datetime.php:277 -msgid "minutes" -msgstr "minuten" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Vrienden uitnodigen" -#: ../../include/datetime.php:278 -msgid "second" -msgstr "seconde" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "Geavanceerd voorbeeld (Engels): name=jan en country=nederland" -#: ../../include/datetime.php:278 -msgid "seconds" -msgstr "seconden" +#: ../../include/contact_widgets.php:57 ../../include/features.php:96 +#: ../../include/widgets.php:314 +msgid "Saved Folders" +msgstr "Bewaarde mappen" -#: ../../include/datetime.php:286 -#, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s geleden" +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 +#: ../../include/widgets.php:317 +msgid "Everything" +msgstr "Alles" -#: ../../include/datetime.php:520 -#, php-format -msgid "%1$s's birthday" -msgstr "Verjaardag van %1$s" +#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:282 +#: ../../include/widgets.php:46 +msgid "Categories" +msgstr "Categorieën" -#: ../../include/datetime.php:521 +#: ../../include/contact_widgets.php:128 #, php-format -msgid "Happy Birthday %1$s" -msgstr "Gefeliciteerd met je verjaardag %1$s" +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d gemeenschappelijke connectie" +msgstr[1] "%d gemeenschappelijke connecties" -#: ../../include/api.php:1301 -msgid "Public Timeline" -msgstr "Openbare tijdlijn" +#: ../../include/contact_widgets.php:133 +msgid "show more" +msgstr "meer connecties weergeven" -#: ../../include/conversation.php:120 ../../include/text.php:1916 -#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83 +#: ../../include/conversation.php:120 ../../include/text.php:1948 +#: ../../mod/like.php:361 ../../mod/subthread.php:83 ../../mod/tagger.php:43 msgid "photo" msgstr "foto" +#: ../../include/conversation.php:123 ../../include/event.php:904 +#: ../../include/text.php:1951 ../../mod/events.php:249 ../../mod/like.php:363 +#: ../../mod/tagger.php:47 +msgid "event" +msgstr "gebeurtenis" + #: ../../include/conversation.php:126 ../../mod/like.php:113 msgid "channel" msgstr "kanaal" -#: ../../include/conversation.php:148 ../../include/text.php:1922 +#: ../../include/conversation.php:148 ../../include/text.php:1954 #: ../../mod/like.php:361 ../../mod/subthread.php:83 msgid "status" msgstr "bericht" -#: ../../include/conversation.php:150 ../../include/text.php:1924 +#: ../../include/conversation.php:150 ../../include/text.php:1956 #: ../../mod/tagger.php:53 msgid "comment" msgstr "reactie" @@ -2167,7 +815,8 @@ msgstr "%1$s is nu met %2$s verbonden" msgid "%1$s poked %2$s" msgstr "%1$s heeft %2$s aangestoten" -#: ../../include/conversation.php:243 ../../include/text.php:954 +#: ../../include/conversation.php:243 ../../include/text.php:973 +#: ../../include/text.php:978 msgid "poked" msgstr "aangestoten" @@ -2177,42 +826,42 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s is %2$s" -#: ../../include/conversation.php:574 ../../mod/photos.php:1060 +#: ../../include/conversation.php:574 ../../mod/photos.php:1074 msgctxt "title" msgid "Likes" msgstr "vinden dit leuk" -#: ../../include/conversation.php:574 ../../mod/photos.php:1060 +#: ../../include/conversation.php:574 ../../mod/photos.php:1074 msgctxt "title" msgid "Dislikes" msgstr "vinden dit niet leuk" -#: ../../include/conversation.php:575 ../../mod/photos.php:1061 +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 msgctxt "title" msgid "Agree" msgstr "eens" -#: ../../include/conversation.php:575 ../../mod/photos.php:1061 +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 msgctxt "title" msgid "Disagree" msgstr "oneens" -#: ../../include/conversation.php:575 ../../mod/photos.php:1061 +#: ../../include/conversation.php:575 ../../mod/photos.php:1075 msgctxt "title" msgid "Abstain" msgstr "onthoudingen" -#: ../../include/conversation.php:576 ../../mod/photos.php:1062 +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 msgctxt "title" msgid "Attending" msgstr "aanwezig" -#: ../../include/conversation.php:576 ../../mod/photos.php:1062 +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 msgctxt "title" msgid "Not attending" msgstr "niet aanwezig" -#: ../../include/conversation.php:576 ../../mod/photos.php:1062 +#: ../../include/conversation.php:576 ../../mod/photos.php:1076 msgctxt "title" msgid "Might attend" msgstr "mogelijk aanwezig" @@ -2223,7 +872,7 @@ msgstr "Kies" #: ../../include/conversation.php:664 ../../include/ItemObject.php:89 msgid "Private Message" -msgstr "Privébericht" +msgstr "Niet voor iedereen zichtbaar" #: ../../include/conversation.php:671 ../../include/ItemObject.php:227 msgid "Message signature validated" @@ -2265,10 +914,10 @@ msgstr "Verloopt: %s" msgid "View in context" msgstr "In context bekijken" -#: ../../include/conversation.php:740 ../../include/conversation.php:1227 -#: ../../include/ItemObject.php:389 ../../mod/editwebpage.php:190 -#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148 -#: ../../mod/photos.php:1026 ../../mod/editpost.php:129 +#: ../../include/conversation.php:740 ../../include/conversation.php:1237 +#: ../../include/ItemObject.php:389 ../../mod/editblock.php:150 +#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1040 msgid "Please wait" msgstr "Even wachten" @@ -2276,7 +925,7 @@ msgstr "Even wachten" msgid "remove" msgstr "verwijderen" -#: ../../include/conversation.php:854 ../../include/nav.php:241 +#: ../../include/conversation.php:854 ../../include/nav.php:244 msgid "Loading..." msgstr "Aan het laden..." @@ -2284,935 +933,1095 @@ msgstr "Aan het laden..." msgid "Delete Selected Items" msgstr "Verwijder de geselecteerde items" -#: ../../include/conversation.php:946 +#: ../../include/conversation.php:953 msgid "View Source" msgstr "Bron weergeven" -#: ../../include/conversation.php:947 +#: ../../include/conversation.php:954 msgid "Follow Thread" msgstr "Conversatie volgen" -#: ../../include/conversation.php:948 +#: ../../include/conversation.php:955 msgid "Unfollow Thread" msgstr "Conversatie niet meer volgen" -#: ../../include/conversation.php:949 -msgid "View Status" -msgstr "Status weergeven" - -#: ../../include/conversation.php:950 ../../include/nav.php:86 -#: ../../mod/connedit.php:498 +#: ../../include/conversation.php:959 ../../include/nav.php:86 +#: ../../mod/connedit.php:507 msgid "View Profile" msgstr "Profiel weergeven" -#: ../../include/conversation.php:951 -msgid "View Photos" -msgstr "Foto's weergeven" - -#: ../../include/conversation.php:952 +#: ../../include/conversation.php:960 msgid "Activity/Posts" -msgstr "Kanaal-activiteit" +msgstr "Activiteit/berichten connectie" -#: ../../include/conversation.php:954 +#: ../../include/conversation.php:962 msgid "Edit Connection" msgstr "Connectie bewerken" -#: ../../include/conversation.php:955 -msgid "Send PM" -msgstr "Privébericht verzenden" +#: ../../include/conversation.php:963 +msgid "Message" +msgstr "Bericht" -#: ../../include/conversation.php:956 ../../include/apps.php:145 -msgid "Poke" -msgstr "Aanstoten" +#: ../../include/conversation.php:964 ../../mod/ratings.php:99 +msgid "Ratings" +msgstr "Beoordelingen" -#: ../../include/conversation.php:1070 +#: ../../include/conversation.php:1080 #, php-format msgid "%s likes this." msgstr "%s vindt dit leuk." -#: ../../include/conversation.php:1070 +#: ../../include/conversation.php:1080 #, php-format msgid "%s doesn't like this." msgstr "%s vindt dit niet leuk." -#: ../../include/conversation.php:1074 +#: ../../include/conversation.php:1084 #, php-format msgid "<span %1$s>%2$d people</span> like this." msgid_plural "<span %1$s>%2$d people</span> like this." msgstr[0] "<span %1$s>%2$d persoon</span> vindt dit leuk." msgstr[1] "<span %1$s>%2$d personen</span> vinden dit leuk." -#: ../../include/conversation.php:1076 +#: ../../include/conversation.php:1086 #, php-format msgid "<span %1$s>%2$d people</span> don't like this." msgid_plural "<span %1$s>%2$d people</span> don't like this." msgstr[0] "<span %1$s>%2$d persoon</span> vindt dit niet leuk." msgstr[1] "<span %1$s>%2$d personen</span> vinden dit niet leuk." -#: ../../include/conversation.php:1082 +#: ../../include/conversation.php:1092 msgid "and" msgstr "en" -#: ../../include/conversation.php:1085 +#: ../../include/conversation.php:1095 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] ", en %d ander persoon" msgstr[1] ", en %d andere personen" -#: ../../include/conversation.php:1086 +#: ../../include/conversation.php:1096 #, php-format msgid "%s like this." msgstr "%s vinden dit leuk." -#: ../../include/conversation.php:1086 +#: ../../include/conversation.php:1096 #, php-format msgid "%s don't like this." msgstr "%s vinden dit niet leuk." -#: ../../include/conversation.php:1154 +#: ../../include/conversation.php:1164 msgid "Visible to <strong>everybody</strong>" msgstr "Voor <strong>iedereen</strong> zichtbaar" -#: ../../include/conversation.php:1155 ../../mod/mail.php:202 +#: ../../include/conversation.php:1165 ../../mod/mail.php:202 #: ../../mod/mail.php:316 msgid "Please enter a link URL:" msgstr "Vul een internetadres/URL in:" -#: ../../include/conversation.php:1156 +#: ../../include/conversation.php:1166 msgid "Please enter a video link/URL:" msgstr "Vul een videolink/URL in:" -#: ../../include/conversation.php:1157 +#: ../../include/conversation.php:1167 msgid "Please enter an audio link/URL:" msgstr "Vul een audiolink/URL in:" -#: ../../include/conversation.php:1158 +#: ../../include/conversation.php:1168 msgid "Tag term:" msgstr "Tag:" -#: ../../include/conversation.php:1159 ../../mod/filer.php:48 +#: ../../include/conversation.php:1169 ../../mod/filer.php:48 msgid "Save to Folder:" msgstr "Bewaar in map: " -#: ../../include/conversation.php:1160 +#: ../../include/conversation.php:1170 msgid "Where are you right now?" msgstr "Waar bevind je je op dit moment?" -#: ../../include/conversation.php:1161 ../../mod/editpost.php:56 +#: ../../include/conversation.php:1171 ../../mod/editpost.php:56 #: ../../mod/mail.php:203 ../../mod/mail.php:317 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Verloopt op DD-MM-YYYY om HH:MM" -#: ../../include/conversation.php:1169 ../../include/page_widgets.php:40 -#: ../../include/ItemObject.php:706 ../../mod/editwebpage.php:212 -#: ../../mod/editblock.php:171 ../../mod/webpages.php:188 -#: ../../mod/photos.php:1046 ../../mod/editpost.php:149 -#: ../../mod/events.php:458 +#: ../../include/conversation.php:1179 ../../include/page_widgets.php:40 +#: ../../include/ItemObject.php:712 ../../mod/editblock.php:171 +#: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212 +#: ../../mod/events.php:458 ../../mod/photos.php:1060 +#: ../../mod/webpages.php:188 msgid "Preview" msgstr "Voorvertoning" -#: ../../include/conversation.php:1192 ../../mod/blocks.php:154 -#: ../../mod/webpages.php:182 ../../mod/layouts.php:184 -#: ../../mod/photos.php:1025 +#: ../../include/conversation.php:1202 ../../mod/blocks.php:154 +#: ../../mod/layouts.php:184 ../../mod/photos.php:1039 +#: ../../mod/webpages.php:182 msgid "Share" msgstr "Delen" -#: ../../include/conversation.php:1194 +#: ../../include/conversation.php:1204 msgid "Page link name" msgstr "Linknaam pagina" -#: ../../include/conversation.php:1197 +#: ../../include/conversation.php:1207 msgid "Post as" msgstr "Bericht plaatsen als" -#: ../../include/conversation.php:1199 ../../include/ItemObject.php:698 -#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:136 -#: ../../mod/editlayout.php:135 ../../mod/editpost.php:113 +#: ../../include/conversation.php:1209 ../../include/ItemObject.php:704 +#: ../../mod/editblock.php:136 ../../mod/editlayout.php:135 +#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:177 msgid "Bold" msgstr "Vet" -#: ../../include/conversation.php:1200 ../../include/ItemObject.php:699 -#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:137 -#: ../../mod/editlayout.php:136 ../../mod/editpost.php:114 +#: ../../include/conversation.php:1210 ../../include/ItemObject.php:705 +#: ../../mod/editblock.php:137 ../../mod/editlayout.php:136 +#: ../../mod/editpost.php:114 ../../mod/editwebpage.php:178 msgid "Italic" msgstr "Cursief" -#: ../../include/conversation.php:1201 ../../include/ItemObject.php:700 -#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:138 -#: ../../mod/editlayout.php:137 ../../mod/editpost.php:115 +#: ../../include/conversation.php:1211 ../../include/ItemObject.php:706 +#: ../../mod/editblock.php:138 ../../mod/editlayout.php:137 +#: ../../mod/editpost.php:115 ../../mod/editwebpage.php:179 msgid "Underline" msgstr "Onderstrepen" -#: ../../include/conversation.php:1202 ../../include/ItemObject.php:701 -#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:139 -#: ../../mod/editlayout.php:138 ../../mod/editpost.php:116 +#: ../../include/conversation.php:1212 ../../include/ItemObject.php:707 +#: ../../mod/editblock.php:139 ../../mod/editlayout.php:138 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:180 msgid "Quote" msgstr "Citeren" -#: ../../include/conversation.php:1203 ../../include/ItemObject.php:702 -#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:140 -#: ../../mod/editlayout.php:139 ../../mod/editpost.php:117 +#: ../../include/conversation.php:1213 ../../include/ItemObject.php:708 +#: ../../mod/editblock.php:140 ../../mod/editlayout.php:139 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:181 msgid "Code" msgstr "Broncode" -#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:182 -#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140 -#: ../../mod/editpost.php:118 +#: ../../include/conversation.php:1214 ../../mod/editblock.php:142 +#: ../../mod/editlayout.php:140 ../../mod/editpost.php:118 +#: ../../mod/editwebpage.php:182 msgid "Upload photo" msgstr "Foto uploaden" -#: ../../include/conversation.php:1205 +#: ../../include/conversation.php:1215 msgid "upload photo" msgstr "foto uploaden" -#: ../../include/conversation.php:1206 ../../mod/editwebpage.php:183 -#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141 -#: ../../mod/editpost.php:119 ../../mod/mail.php:248 ../../mod/mail.php:378 +#: ../../include/conversation.php:1216 ../../mod/editblock.php:143 +#: ../../mod/editlayout.php:141 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:183 ../../mod/mail.php:248 ../../mod/mail.php:378 msgid "Attach file" msgstr "Bestand toevoegen" -#: ../../include/conversation.php:1207 +#: ../../include/conversation.php:1217 msgid "attach file" msgstr "bestand toevoegen" -#: ../../include/conversation.php:1208 ../../mod/editwebpage.php:184 -#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142 -#: ../../mod/editpost.php:120 ../../mod/mail.php:249 ../../mod/mail.php:379 +#: ../../include/conversation.php:1218 ../../mod/editblock.php:144 +#: ../../mod/editlayout.php:142 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:184 ../../mod/mail.php:249 ../../mod/mail.php:379 msgid "Insert web link" msgstr "Weblink invoegen" -#: ../../include/conversation.php:1209 +#: ../../include/conversation.php:1219 msgid "web link" msgstr "Weblink" -#: ../../include/conversation.php:1210 +#: ../../include/conversation.php:1220 msgid "Insert video link" msgstr "Videolink invoegen" -#: ../../include/conversation.php:1211 +#: ../../include/conversation.php:1221 msgid "video link" msgstr "videolink" -#: ../../include/conversation.php:1212 +#: ../../include/conversation.php:1222 msgid "Insert audio link" msgstr "Audiolink invoegen" -#: ../../include/conversation.php:1213 +#: ../../include/conversation.php:1223 msgid "audio link" msgstr "audiolink" -#: ../../include/conversation.php:1214 ../../mod/editwebpage.php:188 -#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146 -#: ../../mod/editpost.php:124 +#: ../../include/conversation.php:1224 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:146 ../../mod/editpost.php:124 +#: ../../mod/editwebpage.php:188 msgid "Set your location" msgstr "Locatie instellen" -#: ../../include/conversation.php:1215 +#: ../../include/conversation.php:1225 msgid "set location" msgstr "locatie instellen" -#: ../../include/conversation.php:1216 ../../mod/editpost.php:126 +#: ../../include/conversation.php:1226 ../../mod/editpost.php:126 msgid "Toggle voting" msgstr "Peiling in- of uitschakelen" -#: ../../include/conversation.php:1219 ../../mod/editwebpage.php:189 -#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147 -#: ../../mod/editpost.php:125 +#: ../../include/conversation.php:1229 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:147 ../../mod/editpost.php:125 +#: ../../mod/editwebpage.php:189 msgid "Clear browser location" msgstr "Locatie van webbrowser wissen" -#: ../../include/conversation.php:1220 +#: ../../include/conversation.php:1230 msgid "clear location" msgstr "locatie wissen" -#: ../../include/conversation.php:1222 ../../mod/editwebpage.php:205 -#: ../../mod/editblock.php:162 ../../mod/editpost.php:141 +#: ../../include/conversation.php:1232 ../../mod/editblock.php:162 +#: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205 msgid "Title (optional)" msgstr "Titel (optioneel)" -#: ../../include/conversation.php:1226 ../../mod/editwebpage.php:207 -#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163 -#: ../../mod/editpost.php:143 +#: ../../include/conversation.php:1236 ../../mod/editblock.php:165 +#: ../../mod/editlayout.php:163 ../../mod/editpost.php:143 +#: ../../mod/editwebpage.php:207 msgid "Categories (optional, comma-separated list)" msgstr "Categorieën (optioneel, door komma's gescheiden lijst)" -#: ../../include/conversation.php:1228 ../../mod/editwebpage.php:191 -#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 -#: ../../mod/editpost.php:130 ../../mod/events.php:459 +#: ../../include/conversation.php:1238 ../../mod/editblock.php:151 +#: ../../mod/editlayout.php:149 ../../mod/editpost.php:130 +#: ../../mod/editwebpage.php:191 ../../mod/events.php:459 msgid "Permission settings" msgstr "Permissies" -#: ../../include/conversation.php:1229 +#: ../../include/conversation.php:1239 msgid "permissions" msgstr "permissies" -#: ../../include/conversation.php:1237 ../../mod/editwebpage.php:200 -#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156 -#: ../../mod/editpost.php:138 +#: ../../include/conversation.php:1247 ../../mod/editblock.php:159 +#: ../../mod/editlayout.php:156 ../../mod/editpost.php:138 +#: ../../mod/editwebpage.php:200 msgid "Public post" msgstr "Openbaar bericht" -#: ../../include/conversation.php:1239 ../../mod/editwebpage.php:208 -#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164 -#: ../../mod/editpost.php:144 +#: ../../include/conversation.php:1249 ../../mod/editblock.php:166 +#: ../../mod/editlayout.php:164 ../../mod/editpost.php:144 +#: ../../mod/editwebpage.php:208 msgid "Example: bob@example.com, mary@example.com" msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be" -#: ../../include/conversation.php:1252 ../../mod/editwebpage.php:217 -#: ../../mod/editblock.php:176 ../../mod/editlayout.php:173 -#: ../../mod/editpost.php:155 ../../mod/mail.php:253 ../../mod/mail.php:383 +#: ../../include/conversation.php:1262 ../../mod/editblock.php:176 +#: ../../mod/editlayout.php:173 ../../mod/editpost.php:155 +#: ../../mod/editwebpage.php:217 ../../mod/mail.php:253 ../../mod/mail.php:383 msgid "Set expiration date" msgstr "Verloopdatum instellen" -#: ../../include/conversation.php:1255 +#: ../../include/conversation.php:1265 msgid "Set publish date" msgstr "Publicatiedatum instellen" -#: ../../include/conversation.php:1257 ../../include/ItemObject.php:709 +#: ../../include/conversation.php:1267 ../../include/ItemObject.php:715 #: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385 msgid "Encrypt text" msgstr "Tekst versleutelen" -#: ../../include/conversation.php:1259 ../../mod/editpost.php:159 +#: ../../include/conversation.php:1269 ../../mod/editpost.php:159 msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:77 -#: ../../mod/fbrowser.php:112 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +#: ../../include/conversation.php:1270 ../../mod/editpost.php:160 +#: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112 #: ../../mod/settings.php:587 ../../mod/settings.php:613 -#: ../../mod/editpost.php:160 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 msgid "Cancel" msgstr "Annuleren" -#: ../../include/conversation.php:1503 +#: ../../include/conversation.php:1513 msgid "Discover" msgstr "Ontdekken" -#: ../../include/conversation.php:1506 +#: ../../include/conversation.php:1516 msgid "Imported public streams" msgstr "Openbare streams importeren" -#: ../../include/conversation.php:1511 +#: ../../include/conversation.php:1521 msgid "Commented Order" msgstr "Nieuwe reacties bovenaan" -#: ../../include/conversation.php:1514 +#: ../../include/conversation.php:1524 msgid "Sort by Comment Date" msgstr "Berichten met nieuwe reacties bovenaan" -#: ../../include/conversation.php:1518 +#: ../../include/conversation.php:1528 msgid "Posted Order" msgstr "Nieuwe berichten bovenaan" -#: ../../include/conversation.php:1521 +#: ../../include/conversation.php:1531 msgid "Sort by Post Date" msgstr "Nieuwe berichten bovenaan" -#: ../../include/conversation.php:1529 +#: ../../include/conversation.php:1536 ../../include/widgets.php:105 +msgid "Personal" +msgstr "Persoonlijk" + +#: ../../include/conversation.php:1539 msgid "Posts that mention or involve you" msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent" -#: ../../include/conversation.php:1535 ../../mod/connections.php:72 +#: ../../include/conversation.php:1545 ../../mod/connections.php:72 #: ../../mod/connections.php:82 ../../mod/menu.php:112 msgid "New" msgstr "Nieuw" -#: ../../include/conversation.php:1538 +#: ../../include/conversation.php:1548 msgid "Activity Stream - by date" msgstr "Activiteitenstroom - volgens datum" -#: ../../include/conversation.php:1544 +#: ../../include/conversation.php:1554 msgid "Starred" msgstr "Met ster" -#: ../../include/conversation.php:1547 +#: ../../include/conversation.php:1557 msgid "Favourite Posts" msgstr "Favoriete berichten" -#: ../../include/conversation.php:1554 +#: ../../include/conversation.php:1564 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1557 +#: ../../include/conversation.php:1567 msgid "Posts flagged as SPAM" msgstr "Berichten gemarkeerd als SPAM" -#: ../../include/conversation.php:1601 ../../mod/admin.php:980 +#: ../../include/conversation.php:1611 ../../mod/admin.php:1157 msgid "Channel" msgstr "Kanaal" -#: ../../include/conversation.php:1604 +#: ../../include/conversation.php:1614 msgid "Status Messages and Posts" msgstr "Berichten in dit kanaal" -#: ../../include/conversation.php:1613 +#: ../../include/conversation.php:1623 msgid "About" msgstr "Over" -#: ../../include/conversation.php:1616 +#: ../../include/conversation.php:1626 msgid "Profile Details" msgstr "Profiel" -#: ../../include/conversation.php:1622 ../../include/nav.php:92 -#: ../../include/apps.php:139 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Foto's" - -#: ../../include/conversation.php:1625 ../../include/photos.php:483 +#: ../../include/conversation.php:1635 ../../include/photos.php:506 msgid "Photo Albums" msgstr "Fotoalbums" -#: ../../include/conversation.php:1632 +#: ../../include/conversation.php:1642 msgid "Files and Storage" msgstr "Bestanden en opslagruimte" -#: ../../include/conversation.php:1642 ../../include/conversation.php:1645 +#: ../../include/conversation.php:1652 ../../include/conversation.php:1655 msgid "Chatrooms" msgstr "Chatkanalen" -#: ../../include/conversation.php:1655 ../../include/nav.php:103 -#: ../../include/apps.php:129 -msgid "Bookmarks" -msgstr "Bladwijzers" - -#: ../../include/conversation.php:1658 +#: ../../include/conversation.php:1668 msgid "Saved Bookmarks" msgstr "Opgeslagen bladwijzers" -#: ../../include/conversation.php:1665 ../../include/nav.php:107 -#: ../../include/apps.php:136 ../../mod/webpages.php:178 -msgid "Webpages" -msgstr "Webpagina's" - -#: ../../include/conversation.php:1668 +#: ../../include/conversation.php:1678 msgid "Manage Webpages" msgstr "Webpagina's beheren" -#: ../../include/conversation.php:1697 ../../include/ItemObject.php:175 -#: ../../include/ItemObject.php:187 ../../mod/photos.php:1079 -#: ../../mod/photos.php:1091 +#: ../../include/conversation.php:1707 ../../include/ItemObject.php:175 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1093 +#: ../../mod/photos.php:1105 msgid "View all" msgstr "Toon alles" -#: ../../include/conversation.php:1724 ../../include/ItemObject.php:184 -#: ../../mod/photos.php:1088 +#: ../../include/conversation.php:1731 ../../include/taxonomy.php:415 +#: ../../include/identity.php:1268 ../../include/ItemObject.php:179 +#: ../../mod/photos.php:1097 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "vindt dit leuk" +msgstr[1] "vinden dit leuk" + +#: ../../include/conversation.php:1734 ../../include/ItemObject.php:184 +#: ../../mod/photos.php:1102 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "vindt dit niet leuk" msgstr[1] "vinden dit niet leuk" -#: ../../include/conversation.php:1727 +#: ../../include/conversation.php:1737 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "aanwezig" msgstr[1] "aanwezig" -#: ../../include/conversation.php:1730 +#: ../../include/conversation.php:1740 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "niet aanwezig" msgstr[1] "niet aanwezig" -#: ../../include/conversation.php:1733 +#: ../../include/conversation.php:1743 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "nog niet beslist" msgstr[1] "nog niet beslist" -#: ../../include/conversation.php:1736 +#: ../../include/conversation.php:1746 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "eens" msgstr[1] "eens" -#: ../../include/conversation.php:1739 +#: ../../include/conversation.php:1749 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "oneens" msgstr[1] "oneens" -#: ../../include/conversation.php:1742 +#: ../../include/conversation.php:1752 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" msgstr[0] "onthouding" msgstr[1] "onthoudingen" -#: ../../include/auth.php:132 -msgid "Logged out." -msgstr "Uitgelogd." +#: ../../include/datetime.php:48 +msgid "Miscellaneous" +msgstr "Diversen" -#: ../../include/auth.php:273 -msgid "Failed authentication" -msgstr "Mislukte authenticatie" +#: ../../include/datetime.php:132 +msgid "YYYY-MM-DD or MM-DD" +msgstr "JJJJ-MM-DD of MM-DD" -#: ../../include/auth.php:287 ../../mod/openid.php:189 -msgid "Login failed." -msgstr "Inloggen mislukt." +#: ../../include/datetime.php:236 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442 +msgid "Required" +msgstr "Vereist" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Regelmatig" +#: ../../include/datetime.php:263 ../../boot.php:2349 +msgid "never" +msgstr "nooit" -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "Elk uur" +#: ../../include/datetime.php:269 +msgid "less than a second ago" +msgstr "minder dan een seconde geleden" -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Twee keer per dag" +#: ../../include/datetime.php:272 +msgid "year" +msgstr "jaar" -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Dagelijks" +#: ../../include/datetime.php:272 +msgid "years" +msgstr "jaren" -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Wekelijks" +#: ../../include/datetime.php:273 +msgid "month" +msgstr "maand" -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Maandelijks" +#: ../../include/datetime.php:273 +msgid "months" +msgstr "maanden" -#: ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" +#: ../../include/datetime.php:274 +msgid "week" +msgstr "week" -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" +#: ../../include/datetime.php:274 +msgid "weeks" +msgstr "weken" -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" +#: ../../include/datetime.php:275 +msgid "day" +msgstr "dag" -#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 -#: ../../mod/id.php:16 ../../mod/admin.php:812 ../../mod/admin.php:821 -#: ../../boot.php:1483 -msgid "Email" -msgstr "E-mail" +#: ../../include/datetime.php:275 +msgid "days" +msgstr "dagen" -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" +#: ../../include/datetime.php:276 +msgid "hour" +msgstr "uur" -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" +#: ../../include/datetime.php:276 +msgid "hours" +msgstr "uren" -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" +#: ../../include/datetime.php:277 +msgid "minute" +msgstr "minuut" -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" +#: ../../include/datetime.php:277 +msgid "minutes" +msgstr "minuten" -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" +#: ../../include/datetime.php:278 +msgid "second" +msgstr "seconde" -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" +#: ../../include/datetime.php:278 +msgid "seconds" +msgstr "seconden" -#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 -#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 -#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 -#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 -#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 -#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 -#: ../../include/bbcode.php:833 -msgid "Image/photo" -msgstr "Afbeelding/foto" +#: ../../include/datetime.php:286 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s geleden" -#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 -msgid "Encrypted content" -msgstr "Versleutelde inhoud" +#: ../../include/datetime.php:520 +#, php-format +msgid "%1$s's birthday" +msgstr "Verjaardag van %1$s" -#: ../../include/bbcode.php:179 +#: ../../include/datetime.php:521 #, php-format -msgid "Install %s element: " -msgstr "Installeer %s-element: " +msgid "Happy Birthday %1$s" +msgstr "Gefeliciteerd met je verjaardag %1$s" -#: ../../include/bbcode.php:183 +#: ../../include/dba/dba_driver.php:141 #, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden" + +#: ../../include/dir_fns.php:139 +msgid "Directory Options" +msgstr "Opties kanalengids" + +#: ../../include/dir_fns.php:141 +msgid "Safe Mode" +msgstr "Veilig zoeken" + +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/api.php:102 +#: ../../mod/connedit.php:644 ../../mod/connedit.php:693 +#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../mod/photos.php:634 ../../mod/admin.php:425 ../../mod/removeme.php:60 +#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1522 +msgid "No" +msgstr "Nee" + +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/api.php:101 +#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../mod/photos.php:634 ../../mod/admin.php:427 ../../mod/removeme.php:60 +#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1522 +msgid "Yes" +msgstr "Ja" + +#: ../../include/dir_fns.php:142 +msgid "Public Forums Only" +msgstr "Alleen openbare forums" + +#: ../../include/dir_fns.php:143 +msgid "This Website Only" +msgstr "Alleen deze hub" + +#: ../../include/event.php:768 +msgid "This event has been added to your calendar." +msgstr "Dit evenement is aan jouw agenda toegevoegd." + +#: ../../include/event.php:967 +msgid "Not specified" +msgstr "Niet aangegeven" + +#: ../../include/event.php:968 +msgid "Needs Action" +msgstr "Actie vereist" + +#: ../../include/event.php:969 +msgid "Completed" +msgstr "Voltooid" + +#: ../../include/event.php:970 +msgid "In Process" +msgstr "In behandeling" + +#: ../../include/event.php:971 +msgid "Cancelled" +msgstr "Geannuleerd" + +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "Kanaal is op deze hub geblokkeerd." + +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "Ontbrekende kanaallocatie." + +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." +msgstr "Antwoord van het kanaal op afstand was niet volledig." + +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." +msgstr "Kanaal is verwijderd en bestaat niet meer." + +#: ../../include/follow.php:153 ../../include/follow.php:183 +msgid "Protocol disabled." +msgstr "Protocol uitgeschakeld." + +#: ../../include/follow.php:173 +msgid "Channel discovery failed." +msgstr "Kanaal ontdekken mislukt." + +#: ../../include/follow.php:199 +msgid "local account not found." +msgstr "lokale account niet gevonden." + +#: ../../include/follow.php:224 +msgid "Cannot connect to yourself." +msgstr "Kan niet met jezelf verbinden" + +#: ../../include/group.php:26 msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." -msgstr "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren." +"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 "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken." -#: ../../include/bbcode.php:193 ../../mod/impel.php:37 -msgid "webpage" -msgstr "Webpagina" +#: ../../include/group.php:232 +msgid "Add new connections to this privacy group" +msgstr "Voeg nieuwe connecties aan deze privacygroep toe" -#: ../../include/bbcode.php:196 ../../mod/impel.php:47 -msgid "layout" -msgstr "lay-out" +#: ../../include/group.php:251 ../../mod/admin.php:998 +msgid "All Channels" +msgstr "Alle kanalen" -#: ../../include/bbcode.php:199 ../../mod/impel.php:42 -msgid "block" -msgstr "blok" +#: ../../include/group.php:273 +msgid "edit" +msgstr "bewerken" -#: ../../include/bbcode.php:202 ../../mod/impel.php:54 -msgid "menu" -msgstr "menu" +#: ../../include/group.php:295 ../../include/features.php:82 +msgid "Privacy Groups" +msgstr "Privacygroepen" -#: ../../include/bbcode.php:257 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s schreef het volgende %2$s %3$s" +#: ../../include/group.php:296 +msgid "Edit group" +msgstr "Privacygroep bewerken" -#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 -msgid "post" -msgstr "bericht" +#: ../../include/group.php:297 +msgid "Add privacy group" +msgstr "Privacygroep toevoegen" -#: ../../include/bbcode.php:547 -msgid "Different viewers will see this text differently" -msgstr "Deze tekst wordt per persoon anders weergeven." +#: ../../include/group.php:298 +msgid "Channels not in any privacy group" +msgstr "Kanalen die zich in geen enkele privacygroep bevinden" -#: ../../include/bbcode.php:755 -msgid "$1 spoiler" -msgstr "$1 spoiler" +#: ../../include/group.php:300 ../../include/widgets.php:285 +msgid "add" +msgstr "toevoegen" -#: ../../include/bbcode.php:782 -msgid "$1 wrote:" -msgstr "$1 schreef:" +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt." -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d uitnodiging beschikbaar" -msgstr[1] "%d uitnodigingen beschikbaar" +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." +msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt." -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:446 -msgid "Advanced" -msgstr "Geavanceerd" +#: ../../include/import.php:80 ../../mod/import.php:148 +msgid "Cloned channel not found. Import failed." +msgstr "Gekloond kanaal niet gevonden. Importeren mislukt." -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Kanalen vinden" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Dit item verwijderen?" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Vul naam of interesse in" +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:702 +#: ../../mod/photos.php:1058 ../../mod/photos.php:1176 +msgid "Comment" +msgstr "Reactie" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Verbinden/volgen" +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413 +msgid "[+] show all" +msgstr "[+] alle" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Voorbeeld: Robert Morgenstein, vissen" +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "[-] minder reacties weergeven" -#: ../../include/contact_widgets.php:26 ../../mod/directory.php:381 -#: ../../mod/directory.php:386 ../../mod/connections.php:266 -msgid "Find" -msgstr "Vinden" +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "[+] uitklappen" -#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385 -#: ../../mod/suggest.php:60 -msgid "Channel Suggestions" -msgstr "Voorgestelde kanalen" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "[-] inklappen" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Willekeurig profiel" +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Wachtwoord te kort" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Vrienden uitnodigen" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Wachtwoorden komen niet overeen" -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "Geavanceerd voorbeeld (Engels): name=jan en country=nederland" +#: ../../include/js_strings.php:13 ../../mod/photos.php:41 +msgid "everybody" +msgstr "iedereen" -#: ../../include/contact_widgets.php:128 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d gemeenschappelijke connectie" -msgstr[1] "%d gemeenschappelijke connecties" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Geheim wachtwoord" -#: ../../include/contact_widgets.php:133 -msgid "show more" -msgstr "meer connecties weergeven" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Wachtwoordhint" -#: ../../include/enotify.php:57 ../../include/network.php:1608 -msgid "$Projectname Notification" -msgstr "$Projectname-notificatie" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen." -#: ../../include/enotify.php:58 ../../include/network.php:1609 -msgid "$projectname" -msgstr "$projectname" +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "Alles sluiten" -#: ../../include/enotify.php:60 ../../include/network.php:1611 -msgid "Thank You," -msgstr "Bedankt," +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "Niets nieuw hier" -#: ../../include/enotify.php:62 ../../include/network.php:1613 -#, php-format -msgid "%s Administrator" -msgstr "Beheerder %s" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" +msgstr "Beoordeel dit kanaal (dit is openbaar)" -#: ../../include/enotify.php:96 -#, php-format -msgid "%s <!item_type!>" -msgstr "%s <!item_type!>" +#: ../../include/js_strings.php:20 ../../mod/connedit.php:703 +#: ../../mod/rate.php:157 +msgid "Rating" +msgstr "Beoordeling" -#: ../../include/enotify.php:100 -#, php-format -msgid "[Hubzilla:Notify] New mail received at %s" -msgstr "[Hubzilla:Notificatie] Nieuw privébericht ontvangen op %s" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" +msgstr "Omschrijving (optioneel)" -#: ../../include/enotify.php:102 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." -msgstr "%1$s, %2$s zond jou een nieuw privébericht om %3$s." +#: ../../include/js_strings.php:22 ../../include/widgets.php:699 +#: ../../include/widgets.php:711 ../../include/ItemObject.php:703 +#: ../../mod/appman.php:99 ../../mod/chat.php:184 ../../mod/chat.php:213 +#: ../../mod/connect.php:93 ../../mod/connedit.php:720 +#: ../../mod/events.php:461 ../../mod/events.php:658 +#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108 +#: ../../mod/group.php:81 ../../mod/import.php:536 +#: ../../mod/import_items.php:116 ../../mod/invite.php:142 +#: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231 +#: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:59 +#: ../../mod/photos.php:645 ../../mod/photos.php:1019 +#: ../../mod/photos.php:1059 ../../mod/photos.php:1177 ../../mod/admin.php:457 +#: ../../mod/admin.php:646 ../../mod/admin.php:721 ../../mod/admin.php:986 +#: ../../mod/admin.php:1150 ../../mod/admin.php:1326 ../../mod/admin.php:1521 +#: ../../mod/admin.php:1606 ../../mod/poke.php:182 ../../mod/profiles.php:675 +#: ../../mod/rate.php:168 ../../mod/settings.php:586 +#: ../../mod/settings.php:698 ../../mod/settings.php:726 +#: ../../mod/settings.php:749 ../../mod/settings.php:834 +#: ../../mod/settings.php:1025 ../../mod/setup.php:333 ../../mod/setup.php:374 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/thing.php:312 +#: ../../mod/thing.php:358 ../../mod/xchan.php:11 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Opslaan" -#: ../../include/enotify.php:103 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s zond jou %2$s." +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" +msgstr "Vul een internetadres/URL in:" -#: ../../include/enotify.php:103 -msgid "a private message" -msgstr "een privébericht" +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" +msgstr "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?" -#: ../../include/enotify.php:104 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Bezoek %s om je privéberichten te bekijken en/of er op te reageren." +#: ../../include/js_strings.php:25 ../../mod/events.php:452 +#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28 +msgid "Location" +msgstr "Locatie" -#: ../../include/enotify.php:160 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %4$s[/zrl]" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" -#: ../../include/enotify.php:168 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %5$s van %4$s[/zrl]" +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" +msgstr "timeago.prefixFromNow" -#: ../../include/enotify.php:177 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]jouw %4$s[/zrl]" +#: ../../include/js_strings.php:29 +msgid "ago" +msgstr "geleden" -#: ../../include/enotify.php:188 -#, php-format -msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Hubzilla:Notificatie] Reactie op conversatie #%1$d door %2$s" +#: ../../include/js_strings.php:30 +msgid "from now" +msgstr "vanaf nu" -#: ../../include/enotify.php:189 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." -msgstr "%1$s, %2$s gaf een reactie op een bericht/conversatie die jij volgt." +#: ../../include/js_strings.php:31 +msgid "less than a minute" +msgstr "minder dan een minuut" -#: ../../include/enotify.php:192 ../../include/enotify.php:207 -#: ../../include/enotify.php:233 ../../include/enotify.php:251 -#: ../../include/enotify.php:265 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Bezoek %s om de conversatie te bekijken en/of er op te reageren." +#: ../../include/js_strings.php:32 +msgid "about a minute" +msgstr "ongeveer een minuut" -#: ../../include/enotify.php:198 +#: ../../include/js_strings.php:33 #, php-format -msgid "[Hubzilla:Notify] %s posted to your profile wall" -msgstr "[Hubzilla:Notificatie] %s heeft een bericht op jouw kanaal geplaatst" +msgid "%d minutes" +msgstr "%d minuten" -#: ../../include/enotify.php:200 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" -msgstr "%1$s, %2$s heeft om %3$s een bericht op jouw kanaal geplaatst" +#: ../../include/js_strings.php:34 +msgid "about an hour" +msgstr "ongeveer een uur" -#: ../../include/enotify.php:202 +#: ../../include/js_strings.php:35 #, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" -msgstr "%1$s, %2$s heeft een bericht op [zrl=%3$s]jouw kanaal[/zrl] geplaatst" +msgid "about %d hours" +msgstr "ongeveer %d uren" -#: ../../include/enotify.php:226 -#, php-format -msgid "[Hubzilla:Notify] %s tagged you" -msgstr "[Hubzilla:Notificatie] %s heeft je genoemd" +#: ../../include/js_strings.php:36 +msgid "a day" +msgstr "een dag" -#: ../../include/enotify.php:227 +#: ../../include/js_strings.php:37 #, php-format -msgid "%1$s, %2$s tagged you at %3$s" -msgstr "%1$s, %2$s noemde jou op %3$s" +msgid "%d days" +msgstr "%d dagen" -#: ../../include/enotify.php:228 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." -msgstr "%1$s, %2$s [zrl=%3$s]noemde jou[/zrl]." +#: ../../include/js_strings.php:38 +msgid "about a month" +msgstr "ongeveer een maand" -#: ../../include/enotify.php:240 +#: ../../include/js_strings.php:39 #, php-format -msgid "[Hubzilla:Notify] %1$s poked you" -msgstr "[Hubzilla:Notificatie] %1$s heeft je aangestoten" +msgid "%d months" +msgstr "%d maanden" -#: ../../include/enotify.php:241 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" -msgstr "%1$s, %2$s heeft je aangestoten op %3$s" +#: ../../include/js_strings.php:40 +msgid "about a year" +msgstr "ongeveer een jaar" -#: ../../include/enotify.php:242 +#: ../../include/js_strings.php:41 #, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." -msgstr "%1$s, %2$s [zrl=%2$s]heeft je aangestoten[/zrl]." +msgid "%d years" +msgstr "%d jaren" -#: ../../include/enotify.php:258 -#, php-format -msgid "[Hubzilla:Notify] %s tagged your post" -msgstr "[Hubzilla:Notificatie] %s heeft jouw bericht getagd" +#: ../../include/js_strings.php:42 +msgid " " +msgstr " " -#: ../../include/enotify.php:259 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" -msgstr "%1$s, %2$s heeft jouw bericht om %3$s getagd" +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../include/enotify.php:260 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" -msgstr "%1$s, %2$s heeft [zrl=%3$s]jouw bericht[/zrl] getagd" +#: ../../include/js_strings.php:45 ../../include/text.php:1191 +msgid "January" +msgstr "januari" -#: ../../include/enotify.php:272 -msgid "[Hubzilla:Notify] Introduction received" -msgstr "[Hubzilla:Notificatie] Connectieverzoek ontvangen" +#: ../../include/js_strings.php:46 ../../include/text.php:1191 +msgid "February" +msgstr "februari" -#: ../../include/enotify.php:273 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" -msgstr "%1$s, je hebt een nieuw connectieverzoek ontvangen van '%2$s' op %3$s" +#: ../../include/js_strings.php:47 ../../include/text.php:1191 +msgid "March" +msgstr "maart" -#: ../../include/enotify.php:274 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." -msgstr "%1$s, je hebt een [zrl=%2$s]nieuw connectieverzoek[/zrl] ontvangen van %3$s." +#: ../../include/js_strings.php:48 ../../include/text.php:1191 +msgid "April" +msgstr "april" -#: ../../include/enotify.php:278 ../../include/enotify.php:297 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Je kan het profiel bekijken op %s" +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" +msgstr "mei" -#: ../../include/enotify.php:280 -#, php-format -msgid "Please visit %s to approve or reject the connection request." -msgstr "Bezoek %s om het connectieverzoek te accepteren of af te wijzen." +#: ../../include/js_strings.php:50 ../../include/text.php:1191 +msgid "June" +msgstr "juni" -#: ../../include/enotify.php:287 -msgid "[Hubzilla:Notify] Friend suggestion received" -msgstr "[Hubzilla:Notificatie] Kanaalvoorstel ontvangen" +#: ../../include/js_strings.php:51 ../../include/text.php:1191 +msgid "July" +msgstr "juli" -#: ../../include/enotify.php:288 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" -msgstr "%1$s, je hebt een kanaalvoorstel ontvangen van '%2$s' om %3$s" +#: ../../include/js_strings.php:52 ../../include/text.php:1191 +msgid "August" +msgstr "augustus" -#: ../../include/enotify.php:289 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " -"%4$s." -msgstr "%1$s, je hebt [zrl=%2$s]een kanaalvoorstel[/zrl] ontvangen voor %3$s van %4$s." +#: ../../include/js_strings.php:53 ../../include/text.php:1191 +msgid "September" +msgstr "september" -#: ../../include/enotify.php:295 -msgid "Name:" -msgstr "Naam:" +#: ../../include/js_strings.php:54 ../../include/text.php:1191 +msgid "October" +msgstr "oktober" -#: ../../include/enotify.php:296 -msgid "Photo:" -msgstr "Foto:" +#: ../../include/js_strings.php:55 ../../include/text.php:1191 +msgid "November" +msgstr "november" -#: ../../include/enotify.php:299 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen." +#: ../../include/js_strings.php:56 ../../include/text.php:1191 +msgid "December" +msgstr "december" -#: ../../include/enotify.php:514 -msgid "[Hubzilla:Notify]" -msgstr "[Hubzilla:Notificatie]" +#: ../../include/js_strings.php:57 +msgid "Jan" +msgstr "jan" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "Kanaal is op deze hub geblokkeerd." +#: ../../include/js_strings.php:58 +msgid "Feb" +msgstr "feb" -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "Ontbrekende kanaallocatie." +#: ../../include/js_strings.php:59 +msgid "Mar" +msgstr "mrt" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." -msgstr "Antwoord van het kanaal op afstand was niet volledig." +#: ../../include/js_strings.php:60 +msgid "Apr" +msgstr "apr" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." -msgstr "Kanaal is verwijderd en bestaat niet meer." +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" +msgstr "mei" -#: ../../include/follow.php:152 ../../include/follow.php:181 -msgid "Protocol disabled." -msgstr "Protocol uitgeschakeld." +#: ../../include/js_strings.php:62 +msgid "Jun" +msgstr "jun" -#: ../../include/follow.php:171 -msgid "Channel discovery failed." -msgstr "Kanaal ontdekken mislukt." +#: ../../include/js_strings.php:63 +msgid "Jul" +msgstr "jul" -#: ../../include/follow.php:197 -msgid "local account not found." -msgstr "lokale account niet gevonden." +#: ../../include/js_strings.php:64 +msgid "Aug" +msgstr "aug" -#: ../../include/follow.php:221 -msgid "Cannot connect to yourself." -msgstr "Kan niet met jezelf verbinden" +#: ../../include/js_strings.php:65 +msgid "Sep" +msgstr "sep" -#: ../../include/oembed.php:213 -msgid "Embedded content" -msgstr "Ingesloten inhoud" +#: ../../include/js_strings.php:66 +msgid "Oct" +msgstr "okt" -#: ../../include/oembed.php:222 -msgid "Embedding disabled" -msgstr "Insluiten uitgeschakeld" +#: ../../include/js_strings.php:67 +msgid "Nov" +msgstr "nov" + +#: ../../include/js_strings.php:68 +msgid "Dec" +msgstr "dec" -#: ../../include/message.php:19 +#: ../../include/js_strings.php:69 ../../include/text.php:1187 +msgid "Sunday" +msgstr "zondag" + +#: ../../include/js_strings.php:70 ../../include/text.php:1187 +msgid "Monday" +msgstr "maandag" + +#: ../../include/js_strings.php:71 ../../include/text.php:1187 +msgid "Tuesday" +msgstr "dinsdag" + +#: ../../include/js_strings.php:72 ../../include/text.php:1187 +msgid "Wednesday" +msgstr "woensdag" + +#: ../../include/js_strings.php:73 ../../include/text.php:1187 +msgid "Thursday" +msgstr "donderdag" + +#: ../../include/js_strings.php:74 ../../include/text.php:1187 +msgid "Friday" +msgstr "vrijdag" + +#: ../../include/js_strings.php:75 ../../include/text.php:1187 +msgid "Saturday" +msgstr "zaterdag" + +#: ../../include/js_strings.php:76 +msgid "Sun" +msgstr "zo" + +#: ../../include/js_strings.php:77 +msgid "Mon" +msgstr "ma" + +#: ../../include/js_strings.php:78 +msgid "Tue" +msgstr "di" + +#: ../../include/js_strings.php:79 +msgid "Wed" +msgstr "wo" + +#: ../../include/js_strings.php:80 +msgid "Thu" +msgstr "do" + +#: ../../include/js_strings.php:81 +msgid "Fri" +msgstr "vr" + +#: ../../include/js_strings.php:82 +msgid "Sat" +msgstr "za" + +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" +msgstr "vandaag" + +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" +msgstr "maand" + +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" +msgstr "week" + +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" +msgstr "dag" + +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" +msgstr "hele dag" + +#: ../../include/message.php:20 msgid "No recipient provided." msgstr "Geen ontvanger opgegeven." -#: ../../include/message.php:24 +#: ../../include/message.php:25 msgid "[no subject]" msgstr "[geen onderwerp]" -#: ../../include/message.php:44 +#: ../../include/message.php:45 msgid "Unable to determine sender." msgstr "Afzender kan niet bepaald worden." -#: ../../include/message.php:219 +#: ../../include/message.php:222 msgid "Stored post could not be verified." msgstr "Opgeslagen bericht kon niet worden geverifieerd." -#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1480 +#: ../../include/nav.php:82 ../../include/nav.php:115 ../../boot.php:1517 msgid "Logout" msgstr "Uitloggen" -#: ../../include/nav.php:82 ../../include/nav.php:114 +#: ../../include/nav.php:82 ../../include/nav.php:115 msgid "End this session" msgstr "Beëindig deze sessie" -#: ../../include/nav.php:85 ../../include/nav.php:145 +#: ../../include/nav.php:85 ../../include/nav.php:146 msgid "Home" msgstr "Home" #: ../../include/nav.php:85 msgid "Your posts and conversations" -msgstr "Jouw berichten en conversaties" +msgstr "Jouw kanaal" #: ../../include/nav.php:86 msgid "Your profile page" @@ -3226,6 +2035,10 @@ msgstr "Bewerk profielen" msgid "Manage/Edit profiles" msgstr "Beheer/wijzig profielen" +#: ../../include/nav.php:90 ../../include/identity.php:977 +msgid "Edit Profile" +msgstr "Profiel bewerken" + #: ../../include/nav.php:90 msgid "Edit your profile" msgstr "Jouw profiel bewerken" @@ -3238,193 +2051,649 @@ msgstr "Jouw foto's" msgid "Your files" msgstr "Jouw bestanden" -#: ../../include/nav.php:97 ../../include/apps.php:146 -msgid "Chat" -msgstr "Chatten" - -#: ../../include/nav.php:97 +#: ../../include/nav.php:98 msgid "Your chatrooms" msgstr "Jouw chatkanalen" -#: ../../include/nav.php:103 +#: ../../include/nav.php:104 msgid "Your bookmarks" msgstr "Jouw bladwijzers" -#: ../../include/nav.php:107 +#: ../../include/nav.php:108 msgid "Your webpages" msgstr "Jouw webpagina's" -#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1481 -msgid "Login" -msgstr "Inloggen" - -#: ../../include/nav.php:111 +#: ../../include/nav.php:112 msgid "Sign in" msgstr "Inloggen" -#: ../../include/nav.php:128 +#: ../../include/nav.php:129 #, php-format msgid "%s - click to logout" msgstr "%s - klik om uit te loggen" -#: ../../include/nav.php:131 +#: ../../include/nav.php:132 msgid "Remote authentication" msgstr "Authenticatie op afstand" -#: ../../include/nav.php:131 +#: ../../include/nav.php:132 msgid "Click to authenticate to your home hub" msgstr "Authenticeer jezelf via (bijvoorbeeld) jouw hub" -#: ../../include/nav.php:145 +#: ../../include/nav.php:146 msgid "Home Page" msgstr "Homepage" -#: ../../include/nav.php:149 ../../mod/register.php:224 ../../boot.php:1463 +#: ../../include/nav.php:150 ../../mod/register.php:264 ../../boot.php:1500 msgid "Register" msgstr "Registreren" -#: ../../include/nav.php:149 +#: ../../include/nav.php:150 msgid "Create an account" msgstr "Maak een account aan" -#: ../../include/nav.php:154 ../../include/apps.php:142 -#: ../../mod/layouts.php:176 ../../mod/help.php:202 ../../mod/help.php:207 -msgid "Help" -msgstr "Hulp" - -#: ../../include/nav.php:154 +#: ../../include/nav.php:155 msgid "Help and documentation" msgstr "Hulp en documentatie" -#: ../../include/nav.php:157 -msgid "Applications, utilities, links, games" +#: ../../include/nav.php:159 ../../include/widgets.php:102 +#: ../../mod/apps.php:36 +msgid "Apps" msgstr "Apps" -#: ../../include/nav.php:159 ../../include/text.php:867 -#: ../../include/text.php:879 ../../include/apps.php:147 -#: ../../mod/search.php:40 -msgid "Search" -msgstr "Zoeken" - #: ../../include/nav.php:159 +msgid "Applications, utilities, links, games" +msgstr "Apps" + +#: ../../include/nav.php:161 msgid "Search site @name, #tag, ?docs, content" msgstr "Zoek een @kanaal, doorzoek inhoud hub met tekst en #tags, of doorzoek ?documentatie " -#: ../../include/nav.php:162 ../../include/apps.php:141 -msgid "Directory" -msgstr "Kanalengids" - -#: ../../include/nav.php:162 +#: ../../include/nav.php:164 msgid "Channel Directory" msgstr "Kanalengids" -#: ../../include/nav.php:174 ../../include/apps.php:133 -msgid "Grid" -msgstr "Grid" - -#: ../../include/nav.php:174 +#: ../../include/nav.php:176 msgid "Your grid" msgstr "Jouw grid" -#: ../../include/nav.php:175 +#: ../../include/nav.php:177 msgid "Mark all grid notifications seen" msgstr "Markeer alle gridnotificaties als bekeken" -#: ../../include/nav.php:177 ../../include/apps.php:137 -msgid "Channel Home" -msgstr "Tijdlijn kanaal" - -#: ../../include/nav.php:177 +#: ../../include/nav.php:179 msgid "Channel home" -msgstr "Tijdlijn kanaal" +msgstr "Jouw kanaal" -#: ../../include/nav.php:178 +#: ../../include/nav.php:180 msgid "Mark all channel notifications seen" msgstr "Alle kanaalnotificaties als gelezen markeren" -#: ../../include/nav.php:181 ../../mod/connections.php:260 +#: ../../include/nav.php:183 ../../include/text.php:815 +#: ../../mod/connections.php:298 msgid "Connections" msgstr "Connecties" -#: ../../include/nav.php:184 +#: ../../include/nav.php:186 msgid "Notices" msgstr "Notificaties" -#: ../../include/nav.php:184 +#: ../../include/nav.php:186 msgid "Notifications" msgstr "Notificaties" -#: ../../include/nav.php:185 +#: ../../include/nav.php:187 msgid "See all notifications" msgstr "Alle notificaties weergeven" -#: ../../include/nav.php:186 ../../mod/notifications.php:99 +#: ../../include/nav.php:188 ../../mod/notifications.php:99 msgid "Mark all system notifications seen" msgstr "Markeer alle systeemnotificaties als bekeken" -#: ../../include/nav.php:188 ../../include/apps.php:143 -msgid "Mail" -msgstr "Privéberichten" - -#: ../../include/nav.php:188 +#: ../../include/nav.php:190 msgid "Private mail" msgstr "Privéberichten" -#: ../../include/nav.php:189 +#: ../../include/nav.php:191 msgid "See all private messages" msgstr "Alle privéberichten weergeven" -#: ../../include/nav.php:190 +#: ../../include/nav.php:192 msgid "Mark all private messages seen" msgstr "Markeer alle privéberichten als bekeken" -#: ../../include/nav.php:196 ../../include/apps.php:140 -msgid "Events" -msgstr "Agenda" +#: ../../include/nav.php:193 ../../include/widgets.php:598 +msgid "Inbox" +msgstr "Postvak IN" + +#: ../../include/nav.php:194 ../../include/widgets.php:603 +msgid "Outbox" +msgstr "Postvak UIT" + +#: ../../include/nav.php:195 ../../include/widgets.php:608 +msgid "New Message" +msgstr "Nieuw bericht" -#: ../../include/nav.php:196 +#: ../../include/nav.php:198 msgid "Event Calendar" msgstr "Agenda" -#: ../../include/nav.php:197 +#: ../../include/nav.php:199 msgid "See all events" msgstr "Alle gebeurtenissen weergeven" -#: ../../include/nav.php:198 +#: ../../include/nav.php:200 msgid "Mark all events seen" msgstr "Markeer alle gebeurtenissen als bekeken" -#: ../../include/nav.php:200 ../../include/apps.php:132 -#: ../../mod/manage.php:160 -msgid "Channel Manager" -msgstr "Kanaalbeheer" - -#: ../../include/nav.php:200 +#: ../../include/nav.php:203 msgid "Manage Your Channels" msgstr "Beheer je kanalen" -#: ../../include/nav.php:202 +#: ../../include/nav.php:205 msgid "Account/Channel Settings" msgstr "Account-/kanaal-instellingen" -#: ../../include/nav.php:210 +#: ../../include/nav.php:213 ../../include/widgets.php:1320 +msgid "Admin" +msgstr "Beheer" + +#: ../../include/nav.php:213 msgid "Site Setup and Configuration" msgstr "Hub instellen en beheren" -#: ../../include/nav.php:246 +#: ../../include/nav.php:249 msgid "@name, #tag, ?doc, content" msgstr "@kanaal, #tag, inhoud, ?hulp" -#: ../../include/nav.php:247 +#: ../../include/nav.php:250 msgid "Please wait..." msgstr "Wachten aub..." -#: ../../include/security.php:381 +#: ../../include/network.php:630 +msgid "view full size" +msgstr "volledige grootte tonen" + +#: ../../include/network.php:1612 ../../include/enotify.php:57 +msgid "$Projectname Notification" +msgstr "$Projectname-notificatie" + +#: ../../include/network.php:1613 ../../include/enotify.php:58 +msgid "$projectname" +msgstr "$projectname" + +#: ../../include/network.php:1615 ../../include/enotify.php:60 +msgid "Thank You," +msgstr "Bedankt," + +#: ../../include/network.php:1617 ../../include/enotify.php:62 +#, php-format +msgid "%s Administrator" +msgstr "Beheerder %s" + +#: ../../include/network.php:1674 +msgid "No Subject" +msgstr "Geen onderwerp" + +#: ../../include/notify.php:20 +msgid "created a new post" +msgstr "maakte een nieuw bericht aan" + +#: ../../include/notify.php:21 +#, php-format +msgid "commented on %s's post" +msgstr "gaf een reactie op een bericht van %s" + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nieuwe pagina" + +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 +#: ../../mod/layouts.php:188 ../../mod/webpages.php:187 +msgid "View" +msgstr "Weergeven" + +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 +msgid "Actions" +msgstr "Acties" + +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 +msgid "Page Link" +msgstr "Paginalink" + +#: ../../include/page_widgets.php:43 +msgid "Title" +msgstr "Titel" + +#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 +#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192 +msgid "Created" +msgstr "Aangemaakt" + +#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 +#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193 +msgid "Edited" +msgstr "Bewerkt" + +#: ../../include/photo/photo_driver.php:722 ../../mod/photos.php:94 +#: ../../mod/photos.php:711 ../../mod/profile_photo.php:147 +#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 +msgid "Profile Photos" +msgstr "Profielfoto's" + +#: ../../include/photos.php:112 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes" + +#: ../../include/photos.php:119 +msgid "Image file is empty." +msgstr "Afbeeldingsbestand is leeg" + +#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 +#: ../../mod/cover_photo.php:164 +msgid "Unable to process image" +msgstr "Afbeelding kan niet verwerkt worden" + +#: ../../include/photos.php:257 +msgid "Photo storage failed." +msgstr "Foto kan niet worden opgeslagen" + +#: ../../include/photos.php:297 +msgid "a new photo" +msgstr "een nieuwe foto" + +#: ../../include/photos.php:301 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" +msgstr "%1$s plaatste %2$s op %3$s" + +#: ../../include/photos.php:510 +msgid "Upload New Photos" +msgstr "Nieuwe foto's uploaden" + +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 +msgid "Male" +msgstr "Man" + +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 +msgid "Female" +msgstr "Vrouw" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Momenteel man" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Momenteel vrouw" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Voornamelijk man" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Voornamelijk vrouw" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transgender" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Interseksueel" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transseksueel" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Hermafrodiet" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Genderneutraal" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Niet gespecificeerd" + +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871 +msgid "Other" +msgstr "Anders" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Nog niet beslist" + +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" +msgstr "Mannen" + +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" +msgstr "Vrouwen" + +#: ../../include/profile_selectors.php:42 +msgid "Gay" +msgstr "Homoseksueel" + +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "Lesbisch" + +#: ../../include/profile_selectors.php:42 +msgid "No Preference" +msgstr "Geen voorkeur" + +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" +msgstr "Biseksueel" + +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" +msgstr "Autoseksueel" + +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" +msgstr "Seksuele onthouding" + +#: ../../include/profile_selectors.php:42 +msgid "Virgin" +msgstr "Maagd" + +#: ../../include/profile_selectors.php:42 +msgid "Deviant" +msgstr "Afwijkend" + +#: ../../include/profile_selectors.php:42 +msgid "Fetish" +msgstr "Fetisj" + +#: ../../include/profile_selectors.php:42 +msgid "Oodles" +msgstr "Veel" + +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" +msgstr "Aseksueel" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" +msgstr "Alleen" + +#: ../../include/profile_selectors.php:80 +msgid "Lonely" +msgstr "Eenzaam" + +#: ../../include/profile_selectors.php:80 +msgid "Available" +msgstr "Beschikbaar" + +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" +msgstr "Niet beschikbaar" + +#: ../../include/profile_selectors.php:80 +msgid "Has crush" +msgstr "Heeft een oogje op iemand" + +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" +msgstr "Smoorverliefd" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" +msgstr "Aan het daten" + +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" +msgstr "Ontrouw" + +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" +msgstr "Seksverslaafd" + +#: ../../include/profile_selectors.php:80 ../../include/identity.php:390 +#: ../../include/identity.php:391 ../../include/identity.php:398 +#: ../../include/widgets.php:451 ../../mod/connedit.php:582 +#: ../../mod/settings.php:338 ../../mod/settings.php:342 +#: ../../mod/settings.php:343 ../../mod/settings.php:346 +#: ../../mod/settings.php:357 +msgid "Friends" +msgstr "Vrienden" + +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" +msgstr "Vriendschap plus" + +#: ../../include/profile_selectors.php:80 +msgid "Casual" +msgstr "Ongebonden/vluchtig" + +#: ../../include/profile_selectors.php:80 +msgid "Engaged" +msgstr "Verloofd" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" +msgstr "Getrouwd" + +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" +msgstr "Denkbeeldig getrouwd" + +#: ../../include/profile_selectors.php:80 +msgid "Partners" +msgstr "Partners" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" +msgstr "Samenwonend" + +#: ../../include/profile_selectors.php:80 +msgid "Common law" +msgstr "Common-law-huwelijk" + +#: ../../include/profile_selectors.php:80 +msgid "Happy" +msgstr "Gelukkig" + +#: ../../include/profile_selectors.php:80 +msgid "Not looking" +msgstr "Niet op zoek" + +#: ../../include/profile_selectors.php:80 +msgid "Swinger" +msgstr "Swinger" + +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" +msgstr "Verraden" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" +msgstr "Uit elkaar" + +#: ../../include/profile_selectors.php:80 +msgid "Unstable" +msgstr "Onstabiel" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" +msgstr "Gescheiden" + +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" +msgstr "Denkbeeldig gescheiden" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" +msgstr "Weduwnaar/weduwe" + +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" +msgstr "Onzeker" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" +msgstr "Het is ingewikkeld" + +#: ../../include/profile_selectors.php:80 +msgid "Don't care" +msgstr "Maakt mij niks uit" + +#: ../../include/profile_selectors.php:80 +msgid "Ask me" +msgstr "Vraag het me" + +#: ../../include/security.php:384 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. " +#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 +msgid "Tags" +msgstr "Tags" + +#: ../../include/taxonomy.php:305 +msgid "Keywords" +msgstr "Trefwoorden" + +#: ../../include/taxonomy.php:326 +msgid "have" +msgstr "heb" + +#: ../../include/taxonomy.php:326 +msgid "has" +msgstr "heeft" + +#: ../../include/taxonomy.php:327 +msgid "want" +msgstr "wil" + +#: ../../include/taxonomy.php:327 +msgid "wants" +msgstr "wil" + +#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254 +msgid "like" +msgstr "vind dit leuk" + +#: ../../include/taxonomy.php:328 +msgid "likes" +msgstr "vindt dit leuk" + +#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255 +msgid "dislike" +msgstr "vind dit niet leuk" + +#: ../../include/taxonomy.php:329 +msgid "dislikes" +msgstr "vindt dit niet leuk" + +#: ../../include/zot.php:676 +msgid "Invalid data packet" +msgstr "Datapakket ongeldig" + +#: ../../include/zot.php:692 +msgid "Unable to verify channel signature" +msgstr "Kanaalkenmerk kon niet worden geverifieerd. " + +#: ../../include/zot.php:2268 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "Hubkenmerk voor %s kon niet worden geverifieerd" + +#: ../../include/zot.php:3591 +msgid "invalid target signature" +msgstr "ongeldig doelkenmerk" + +#: ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Regelmatig" + +#: ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Elk uur" + +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Twee keer per dag" + +#: ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Dagelijks" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Wekelijks" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Maandelijks" + +#: ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 +#: ../../mod/id.php:16 ../../mod/admin.php:989 ../../mod/admin.php:998 +#: ../../boot.php:1520 +msgid "Email" +msgstr "E-mail" + +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" + +#: ../../include/contact_selectors.php:82 +msgid "Zot" +msgstr "Zot" + +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" + #: ../../include/text.php:394 msgid "prev" msgstr "vorige" @@ -3449,1762 +2718,1656 @@ msgstr "ouder" msgid "newer" msgstr "nieuwer" -#: ../../include/text.php:785 +#: ../../include/text.php:803 msgid "No connections" msgstr "Geen connecties" -#: ../../include/text.php:797 +#: ../../include/text.php:828 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d connectie" -msgstr[1] "%d connecties" +msgid "View all %s connections" +msgstr "Toon alle %s connecties" -#: ../../include/text.php:810 ../../mod/viewconnections.php:101 -msgid "View Connections" -msgstr "Connecties weergeven" +#: ../../include/text.php:886 ../../include/text.php:898 +#: ../../include/widgets.php:202 ../../mod/filer.php:49 +#: ../../mod/admin.php:1666 ../../mod/admin.php:1686 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:100 +msgid "Save" +msgstr "Opslaan" -#: ../../include/text.php:954 +#: ../../include/text.php:973 ../../include/text.php:978 msgid "poke" msgstr "aanstoten" -#: ../../include/text.php:955 +#: ../../include/text.php:979 msgid "ping" msgstr "ping" -#: ../../include/text.php:955 +#: ../../include/text.php:979 msgid "pinged" msgstr "gepingd" -#: ../../include/text.php:956 +#: ../../include/text.php:980 msgid "prod" msgstr "por" -#: ../../include/text.php:956 +#: ../../include/text.php:980 msgid "prodded" msgstr "gepord" -#: ../../include/text.php:957 +#: ../../include/text.php:981 msgid "slap" msgstr "slaan" -#: ../../include/text.php:957 +#: ../../include/text.php:981 msgid "slapped" msgstr "sloeg" -#: ../../include/text.php:958 +#: ../../include/text.php:982 msgid "finger" msgstr "finger" -#: ../../include/text.php:958 +#: ../../include/text.php:982 msgid "fingered" msgstr "gefingerd" -#: ../../include/text.php:959 +#: ../../include/text.php:983 msgid "rebuff" msgstr "afpoeieren" -#: ../../include/text.php:959 +#: ../../include/text.php:983 msgid "rebuffed" msgstr "afgepoeierd" -#: ../../include/text.php:969 +#: ../../include/text.php:995 msgid "happy" msgstr "gelukkig" -#: ../../include/text.php:970 +#: ../../include/text.php:996 msgid "sad" msgstr "bedroefd" -#: ../../include/text.php:971 +#: ../../include/text.php:997 msgid "mellow" msgstr "mellow" -#: ../../include/text.php:972 +#: ../../include/text.php:998 msgid "tired" msgstr "moe" -#: ../../include/text.php:973 +#: ../../include/text.php:999 msgid "perky" msgstr "parmantig" -#: ../../include/text.php:974 +#: ../../include/text.php:1000 msgid "angry" msgstr "boos" -#: ../../include/text.php:975 -msgid "stupified" -msgstr "beteuterd" +#: ../../include/text.php:1001 +msgid "stupefied" +msgstr "verbijsterd" -#: ../../include/text.php:976 +#: ../../include/text.php:1002 msgid "puzzled" msgstr "verward" -#: ../../include/text.php:977 +#: ../../include/text.php:1003 msgid "interested" msgstr "geïnteresseerd" -#: ../../include/text.php:978 +#: ../../include/text.php:1004 msgid "bitter" msgstr "verbitterd" -#: ../../include/text.php:979 +#: ../../include/text.php:1005 msgid "cheerful" msgstr "vrolijk" -#: ../../include/text.php:980 +#: ../../include/text.php:1006 msgid "alive" msgstr "levendig" -#: ../../include/text.php:981 +#: ../../include/text.php:1007 msgid "annoyed" msgstr "geërgerd" -#: ../../include/text.php:982 +#: ../../include/text.php:1008 msgid "anxious" msgstr "bezorgd" -#: ../../include/text.php:983 +#: ../../include/text.php:1009 msgid "cranky" msgstr "humeurig" -#: ../../include/text.php:984 +#: ../../include/text.php:1010 msgid "disturbed" msgstr "verontrust" -#: ../../include/text.php:985 +#: ../../include/text.php:1011 msgid "frustrated" msgstr "gefrustreerd " -#: ../../include/text.php:986 +#: ../../include/text.php:1012 msgid "depressed" msgstr "gedeprimeerd" -#: ../../include/text.php:987 +#: ../../include/text.php:1013 msgid "motivated" msgstr "gemotiveerd" -#: ../../include/text.php:988 +#: ../../include/text.php:1014 msgid "relaxed" msgstr "ontspannen" -#: ../../include/text.php:989 +#: ../../include/text.php:1015 msgid "surprised" msgstr "verrast" -#: ../../include/text.php:1165 +#: ../../include/text.php:1191 msgid "May" msgstr "mei" -#: ../../include/text.php:1242 ../../include/text.php:1246 +#: ../../include/text.php:1268 ../../include/text.php:1272 msgid "Unknown Attachment" msgstr "Onbekende bijlage" -#: ../../include/text.php:1248 +#: ../../include/text.php:1274 msgid "unknown" msgstr "onbekend" -#: ../../include/text.php:1284 +#: ../../include/text.php:1310 msgid "remove category" msgstr "categorie verwijderen" -#: ../../include/text.php:1361 +#: ../../include/text.php:1387 msgid "remove from file" msgstr "uit map verwijderen" -#: ../../include/text.php:1507 ../../include/text.php:1518 +#: ../../include/text.php:1529 ../../include/text.php:1540 msgid "Click to open/close" msgstr "Klik om te openen of te sluiten" -#: ../../include/text.php:1692 ../../mod/events.php:623 +#: ../../include/text.php:1724 ../../mod/events.php:623 msgid "Link to Source" msgstr "Originele locatie" -#: ../../include/text.php:1713 ../../include/text.php:1785 +#: ../../include/text.php:1745 ../../include/text.php:1817 msgid "default" msgstr "standaard" -#: ../../include/text.php:1721 +#: ../../include/text.php:1753 msgid "Page layout" msgstr "Pagina-lay-out" -#: ../../include/text.php:1721 +#: ../../include/text.php:1753 msgid "You can create your own with the layouts tool" msgstr "Je kan jouw eigen lay-out ontwerpen onder lay-outs" -#: ../../include/text.php:1763 +#: ../../include/text.php:1795 msgid "Page content type" msgstr "Opmaaktype pagina" -#: ../../include/text.php:1797 +#: ../../include/text.php:1829 msgid "Select an alternate language" msgstr "Kies een andere taal" -#: ../../include/text.php:1929 +#: ../../include/text.php:1961 msgid "activity" msgstr "activiteit" -#: ../../include/text.php:2224 +#: ../../include/text.php:2256 msgid "Design Tools" msgstr "Ontwerp-hulpmiddelen" -#: ../../include/text.php:2227 ../../mod/blocks.php:147 +#: ../../include/text.php:2259 ../../mod/blocks.php:147 msgid "Blocks" msgstr "Blokken" -#: ../../include/text.php:2228 ../../mod/menu.php:103 +#: ../../include/text.php:2260 ../../mod/menu.php:103 msgid "Menus" msgstr "Menu's" -#: ../../include/text.php:2229 ../../mod/layouts.php:174 +#: ../../include/text.php:2261 ../../mod/layouts.php:174 msgid "Layouts" msgstr "Lay-outs" -#: ../../include/text.php:2230 +#: ../../include/text.php:2262 msgid "Pages" msgstr "Pagina's" -#: ../../include/dir_fns.php:139 -msgid "Directory Options" -msgstr "Opties kanalengids" - -#: ../../include/dir_fns.php:141 -msgid "Safe Mode" -msgstr "Veilig zoeken" - -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 -#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:106 -#: ../../mod/admin.php:410 ../../mod/settings.php:577 ../../mod/photos.php:626 -#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:447 -#: ../../mod/events.php:448 ../../mod/events.php:457 ../../mod/mitem.php:154 -#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 -#: ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1485 -msgid "No" -msgstr "Nee" - -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 -#: ../../mod/api.php:105 ../../mod/admin.php:412 ../../mod/settings.php:577 -#: ../../mod/photos.php:626 ../../mod/menu.php:96 ../../mod/menu.php:153 -#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 -#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 -#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1485 -msgid "Yes" -msgstr "Ja" +#: ../../include/items.php:423 ../../index.php:376 ../../mod/dreport.php:6 +#: ../../mod/dreport.php:45 ../../mod/group.php:68 +#: ../../mod/import_items.php:108 ../../mod/like.php:280 +#: ../../mod/profperm.php:23 ../../mod/subthread.php:58 +msgid "Permission denied" +msgstr "Toegang geweigerd" -#: ../../include/dir_fns.php:142 -msgid "Public Forums Only" -msgstr "Alleen openbare forums" +#: ../../include/items.php:1137 ../../include/items.php:1183 +msgid "(Unknown)" +msgstr "(Onbekend)" -#: ../../include/dir_fns.php:143 -msgid "This Website Only" -msgstr "Alleen deze hub" +#: ../../include/items.php:1380 +msgid "Visible to anybody on the internet." +msgstr "Voor iedereen op het internet zichtbaar." -#: ../../include/group.php:26 -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 "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken." +#: ../../include/items.php:1382 +msgid "Visible to you only." +msgstr "Alleen voor jou zichtbaar." -#: ../../include/group.php:232 -msgid "Add new connections to this collection (privacy group)" -msgstr "Voeg nieuwe connecties aan deze collectie toe (privacy-groep)" +#: ../../include/items.php:1384 +msgid "Visible to anybody in this network." +msgstr "Voor iedereen in dit netwerk zichtbaar." -#: ../../include/group.php:251 ../../mod/admin.php:821 -msgid "All Channels" -msgstr "Alle kanalen" +#: ../../include/items.php:1386 +msgid "Visible to anybody authenticated." +msgstr "Voor iedereen die geauthenticeerd is zichtbaar." -#: ../../include/group.php:273 -msgid "edit" -msgstr "bewerken" +#: ../../include/items.php:1388 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Voor iedereen op %s zichtbaar." -#: ../../include/group.php:295 -msgid "Collections" -msgstr "Collecties" +#: ../../include/items.php:1390 +msgid "Visible to all connections." +msgstr "Voor alle connecties zichtbaar." -#: ../../include/group.php:296 -msgid "Edit collection" -msgstr "Collectie bewerken" +#: ../../include/items.php:1392 +msgid "Visible to approved connections." +msgstr "Voor alle geaccepteerde connecties zichtbaar." -#: ../../include/group.php:297 -msgid "Add new collection" -msgstr "Nieuwe collectie toevoegen" +#: ../../include/items.php:1394 +msgid "Visible to specific connections." +msgstr "Voor specifieke connecties zichtbaar." -#: ../../include/group.php:298 -msgid "Channels not in any collection" -msgstr "Kanalen die zich in geen enkele collectie bevinden" +#: ../../include/items.php:4358 ../../mod/display.php:36 +#: ../../mod/filestorage.php:27 ../../mod/admin.php:141 +#: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/thing.php:85 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "Item niet gevonden." -#: ../../include/zot.php:675 -msgid "Invalid data packet" -msgstr "Datapakket ongeldig" +#: ../../include/items.php:4870 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Privacy group not found." +msgstr "Privacygroep niet gevonden" -#: ../../include/zot.php:691 -msgid "Unable to verify channel signature" -msgstr "Kanaalkenmerk kon niet worden geverifieerd. " +#: ../../include/items.php:4886 +msgid "Privacy group is empty." +msgstr "Privacygroep is leeg" -#: ../../include/zot.php:2275 +#: ../../include/items.php:4893 #, php-format -msgid "Unable to verify site signature for %s" -msgstr "Hubkenmerk voor %s kon niet worden geverifieerd" - -#: ../../include/zot.php:3601 -msgid "invalid target signature" -msgstr "ongeldig doelkenmerk" +msgid "Privacy group: %s" +msgstr "Privacygroep: %s" -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nieuwe pagina" - -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 -#: ../../mod/webpages.php:187 ../../mod/layouts.php:188 -msgid "View" -msgstr "Weergeven" +#: ../../include/items.php:4903 ../../mod/connedit.php:692 +#, php-format +msgid "Connection: %s" +msgstr "Connectie: %s" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 -msgid "Actions" -msgstr "Acties" +#: ../../include/items.php:4905 +msgid "Connection not found." +msgstr "Connectie niet gevonden." -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 -msgid "Page Link" -msgstr "Paginalink" +#: ../../include/enotify.php:96 +#, php-format +msgid "%s <!item_type!>" +msgstr "%s <!item_type!>" -#: ../../include/page_widgets.php:43 -msgid "Title" -msgstr "Titel" +#: ../../include/enotify.php:100 +#, php-format +msgid "[Hubzilla:Notify] New mail received at %s" +msgstr "[Hubzilla:Notificatie] Nieuw privébericht ontvangen op %s" -#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 -#: ../../mod/webpages.php:192 ../../mod/layouts.php:181 ../../mod/menu.php:110 -msgid "Created" -msgstr "Aangemaakt" +#: ../../include/enotify.php:102 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, %2$s zond jou een nieuw privébericht om %3$s." -#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 -#: ../../mod/webpages.php:193 ../../mod/layouts.php:182 ../../mod/menu.php:111 -msgid "Edited" -msgstr "Bewerkt" +#: ../../include/enotify.php:103 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s zond jou %2$s." -#: ../../include/network.php:630 -msgid "view full size" -msgstr "volledige grootte tonen" +#: ../../include/enotify.php:103 +msgid "a private message" +msgstr "een privébericht" -#: ../../include/network.php:1655 ../../include/account.php:316 -#: ../../include/account.php:343 ../../include/account.php:403 -msgid "Administrator" -msgstr "Beheerder" +#: ../../include/enotify.php:104 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Bezoek %s om je privéberichten te bekijken en/of er op te reageren." -#: ../../include/network.php:1669 -msgid "No Subject" -msgstr "Geen onderwerp" +#: ../../include/enotify.php:160 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %4$s[/zrl]" -#: ../../include/dba/dba_driver.php:141 +#: ../../include/enotify.php:168 #, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden" +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %5$s van %4$s[/zrl]" -#: ../../include/photos.php:112 +#: ../../include/enotify.php:177 #, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes" +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]jouw %4$s[/zrl]" -#: ../../include/photos.php:119 -msgid "Image file is empty." -msgstr "Afbeeldingsbestand is leeg" +#: ../../include/enotify.php:188 +#, php-format +msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Hubzilla:Notificatie] Reactie op conversatie #%1$d door %2$s" -#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 -msgid "Unable to process image" -msgstr "Afbeelding kan niet verwerkt worden" +#: ../../include/enotify.php:189 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s gaf een reactie op een bericht/conversatie die jij volgt." -#: ../../include/photos.php:257 -msgid "Photo storage failed." -msgstr "Foto kan niet worden opgeslagen" +#: ../../include/enotify.php:192 ../../include/enotify.php:207 +#: ../../include/enotify.php:233 ../../include/enotify.php:251 +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Bezoek %s om de conversatie te bekijken en/of er op te reageren." -#: ../../include/photos.php:487 -msgid "Upload New Photos" -msgstr "Nieuwe foto's uploaden" +#: ../../include/enotify.php:198 +#, php-format +msgid "[Hubzilla:Notify] %s posted to your profile wall" +msgstr "[Hubzilla:Notificatie] %s heeft een bericht op jouw kanaal geplaatst" -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" -msgstr "In map opslaan" +#: ../../include/enotify.php:200 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s heeft om %3$s een bericht op jouw kanaal geplaatst" -#: ../../include/ItemObject.php:151 -msgid "I will attend" -msgstr "Aanwezig" +#: ../../include/enotify.php:202 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s heeft een bericht op [zrl=%3$s]jouw kanaal[/zrl] geplaatst" -#: ../../include/ItemObject.php:151 -msgid "I will not attend" -msgstr "Niet aanwezig" +#: ../../include/enotify.php:226 +#, php-format +msgid "[Hubzilla:Notify] %s tagged you" +msgstr "[Hubzilla:Notificatie] %s heeft je genoemd" -#: ../../include/ItemObject.php:151 -msgid "I might attend" -msgstr "Mogelijk aanwezig" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, %2$s noemde jou op %3$s" -#: ../../include/ItemObject.php:161 -msgid "I agree" -msgstr "Eens" +#: ../../include/enotify.php:228 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]noemde jou[/zrl]." -#: ../../include/ItemObject.php:161 -msgid "I disagree" -msgstr "Oneens" +#: ../../include/enotify.php:240 +#, php-format +msgid "[Hubzilla:Notify] %1$s poked you" +msgstr "[Hubzilla:Notificatie] %1$s heeft je aangestoten" -#: ../../include/ItemObject.php:161 -msgid "I abstain" -msgstr "Onthouding" +#: ../../include/enotify.php:241 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s heeft je aangestoten op %3$s" -#: ../../include/ItemObject.php:212 -msgid "Add Star" -msgstr "Ster toevoegen" +#: ../../include/enotify.php:242 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]heeft je aangestoten[/zrl]." -#: ../../include/ItemObject.php:213 -msgid "Remove Star" -msgstr "Ster verwijderen" +#: ../../include/enotify.php:258 +#, php-format +msgid "[Hubzilla:Notify] %s tagged your post" +msgstr "[Hubzilla:Notificatie] %s heeft jouw bericht getagd" -#: ../../include/ItemObject.php:214 -msgid "Toggle Star Status" -msgstr "Ster toevoegen of verwijderen" +#: ../../include/enotify.php:259 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s heeft jouw bericht om %3$s getagd" -#: ../../include/ItemObject.php:218 -msgid "starred" -msgstr "met ster" +#: ../../include/enotify.php:260 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s heeft [zrl=%3$s]jouw bericht[/zrl] getagd" -#: ../../include/ItemObject.php:236 -msgid "Add Tag" -msgstr "Tag toevoegen" +#: ../../include/enotify.php:272 +msgid "[Hubzilla:Notify] Introduction received" +msgstr "[Hubzilla:Notificatie] Connectieverzoek ontvangen" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023 -msgid "I like this (toggle)" -msgstr "Vind ik leuk" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, je hebt een nieuw connectieverzoek ontvangen van '%2$s' op %3$s" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024 -msgid "I don't like this (toggle)" -msgstr "Vind ik niet leuk" +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, je hebt een [zrl=%2$s]nieuw connectieverzoek[/zrl] ontvangen van %3$s." -#: ../../include/ItemObject.php:259 -msgid "Share This" -msgstr "Delen" +#: ../../include/enotify.php:278 ../../include/enotify.php:297 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Je kan het profiel bekijken op %s" -#: ../../include/ItemObject.php:259 -msgid "share" -msgstr "delen" +#: ../../include/enotify.php:280 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "Bezoek %s om het connectieverzoek te accepteren of af te wijzen." -#: ../../include/ItemObject.php:268 -msgid "Delivery Report" -msgstr "Afleveringsrapport" +#: ../../include/enotify.php:287 +msgid "[Hubzilla:Notify] Friend suggestion received" +msgstr "[Hubzilla:Notificatie] Kanaalvoorstel ontvangen" -#: ../../include/ItemObject.php:286 +#: ../../include/enotify.php:288 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d reactie" -msgstr[1] "%d reacties weergeven" +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, je hebt een kanaalvoorstel ontvangen van '%2$s' om %3$s" -#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 +#: ../../include/enotify.php:289 #, php-format -msgid "View %s's profile - %s" -msgstr "Profiel van %s bekijken - %s" - -#: ../../include/ItemObject.php:319 -msgid "to" -msgstr "aan" +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, je hebt [zrl=%2$s]een kanaalvoorstel[/zrl] ontvangen voor %3$s van %4$s." -#: ../../include/ItemObject.php:320 -msgid "via" -msgstr "via" +#: ../../include/enotify.php:295 +msgid "Name:" +msgstr "Naam:" -#: ../../include/ItemObject.php:321 -msgid "Wall-to-Wall" -msgstr "Kanaal-naar-kanaal" +#: ../../include/enotify.php:296 +msgid "Photo:" +msgstr "Foto:" -#: ../../include/ItemObject.php:322 -msgid "via Wall-To-Wall:" -msgstr "via kanaal-naar-kanaal" +#: ../../include/enotify.php:299 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen." -#: ../../include/ItemObject.php:362 -msgid "Save Bookmarks" -msgstr "Bladwijzers opslaan" +#: ../../include/enotify.php:514 +msgid "[Hubzilla:Notify]" +msgstr "[Hubzilla:Notificatie]" -#: ../../include/ItemObject.php:363 -msgid "Add to Calendar" -msgstr "Aan agenda toevoegen" +#: ../../include/features.php:48 +msgid "General Features" +msgstr "Algemene functies" -#: ../../include/ItemObject.php:372 -msgid "Mark all seen" -msgstr "Markeer alles als bekeken" +#: ../../include/features.php:50 +msgid "Content Expiration" +msgstr "Inhoud laten verlopen" -#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209 -msgctxt "noun" -msgid "Likes" -msgstr "vinden dit leuk" +#: ../../include/features.php:50 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen" -#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210 -msgctxt "noun" -msgid "Dislikes" -msgstr "vinden dit niet leuk" +#: ../../include/features.php:51 +msgid "Multiple Profiles" +msgstr "Meerdere profielen" -#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042 -#: ../../mod/photos.php:1160 -msgid "This is you" -msgstr "Dit ben jij" +#: ../../include/features.php:51 +msgid "Ability to create multiple profiles" +msgstr "Mogelijkheid om meerdere profielen aan te maken" -#: ../../include/ItemObject.php:703 -msgid "Image" -msgstr "Afbeelding" +#: ../../include/features.php:52 +msgid "Advanced Profiles" +msgstr "Geavanceerde profielen" -#: ../../include/ItemObject.php:704 -msgid "Insert Link" -msgstr "Link invoegen" +#: ../../include/features.php:52 +msgid "Additional profile sections and selections" +msgstr "Extra onderdelen en keuzes voor je profiel" -#: ../../include/ItemObject.php:705 -msgid "Video" -msgstr "Video" +#: ../../include/features.php:53 +msgid "Profile Import/Export" +msgstr "Profiel importen/exporteren" -#: ../../include/apps.php:128 -msgid "Site Admin" -msgstr "Hubbeheerder" +#: ../../include/features.php:53 +msgid "Save and load profile details across sites/channels" +msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken." -#: ../../include/apps.php:130 -msgid "Address Book" -msgstr "Connecties" +#: ../../include/features.php:54 +msgid "Web Pages" +msgstr "Webpagina's" -#: ../../include/apps.php:144 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Stemming" +#: ../../include/features.php:54 +msgid "Provide managed web pages on your channel" +msgstr "Sta beheerde webpagina's op jouw kanaal toe" -#: ../../include/apps.php:148 -msgid "Probe" -msgstr "Onderzoeken" +#: ../../include/features.php:55 +msgid "Hide Rating" +msgstr "Beoordelingen verbergen" -#: ../../include/apps.php:149 -msgid "Suggest" -msgstr "Voorstellen" +#: ../../include/features.php:55 +msgid "" +"Hide the rating buttons on your channel and profile pages. Note: People can " +"still rate you somewhere else." +msgstr "Verbergt de beoordelingsknoppen op jouw kanaal- en profielpagina's. Let op: Mensen kunnen jou nog steeds ergens anders beoordelen. " -#: ../../include/apps.php:150 -msgid "Random Channel" -msgstr "Willekeurig kanaal" +#: ../../include/features.php:56 +msgid "Private Notes" +msgstr "Privé-aantekeningen" -#: ../../include/apps.php:151 -msgid "Invite" -msgstr "Uitnodigen " +#: ../../include/features.php:56 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" +msgstr "Een eenvoudige toepassing om aantekeningen en herinneringen in te bewaren (let op: niet versleuteld)" -#: ../../include/apps.php:152 -msgid "Features" -msgstr "Extra functies" +#: ../../include/features.php:57 +msgid "Navigation Channel Select" +msgstr "Kanaal kiezen in navigatiemenu" -#: ../../include/apps.php:153 ../../mod/id.php:28 -msgid "Language" -msgstr "Taal" +#: ../../include/features.php:57 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk" -#: ../../include/apps.php:154 -msgid "Post" -msgstr "Bericht" +#: ../../include/features.php:58 +msgid "Photo Location" +msgstr "Fotolocatie" -#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 -#: ../../mod/id.php:19 -msgid "Profile Photo" -msgstr "Profielfoto" +#: ../../include/features.php:58 +msgid "If location data is available on uploaded photos, link this to a map." +msgstr "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart." -#: ../../include/apps.php:252 ../../mod/settings.php:84 -#: ../../mod/settings.php:612 -msgid "Update" -msgstr "Bijwerken" +#: ../../include/features.php:60 +msgid "Expert Mode" +msgstr "Expertmodus" -#: ../../include/apps.php:252 -msgid "Install" -msgstr "Installeren" +#: ../../include/features.php:60 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Schakel de expertmodus in voor geavanceerde instellingen" -#: ../../include/apps.php:257 -msgid "Purchase" -msgstr "Aanschaffen" +#: ../../include/features.php:61 +msgid "Premium Channel" +msgstr "Premiumkanaal" -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" -msgstr "Kan mijn normale kanaalstream en berichten bekijken" +#: ../../include/features.php:61 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal" -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" -msgstr "Kan mijn standaard kanaalprofiel bekijken" +#: ../../include/features.php:66 +msgid "Post Composition Features" +msgstr "Functies voor het opstellen van berichten" -#: ../../include/permissions.php:28 -msgid "Can view my connections" -msgstr "Kan een lijst met mijn connecties bekijken" +#: ../../include/features.php:68 +msgid "Use Markdown" +msgstr "Markdown gebruiken" -#: ../../include/permissions.php:29 -msgid "Can view my file storage and photos" -msgstr "Kan mijn foto's en andere bestanden bekijken" +#: ../../include/features.php:68 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken." -#: ../../include/permissions.php:30 -msgid "Can view my webpages" -msgstr "Kan mijn pagina's bekijken" +#: ../../include/features.php:69 +msgid "Large Photos" +msgstr "Grote foto's" -#: ../../include/permissions.php:33 -msgid "Can send me their channel stream and posts" -msgstr "Kan mij de inhoud van hun kanaal en berichten sturen" +#: ../../include/features.php:69 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" +msgstr "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt." -#: ../../include/permissions.php:34 -msgid "Can post on my channel page (\"wall\")" -msgstr "Kan een bericht in mijn kanaal plaatsen" +#: ../../include/features.php:70 ../../include/widgets.php:569 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Kanaalbronnen" -#: ../../include/permissions.php:35 -msgid "Can comment on or like my posts" -msgstr "Kan op mijn berichten reageren of deze (niet) leuk vinden" +#: ../../include/features.php:70 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Automatisch inhoud uit andere kanalen of feeds importeren." -#: ../../include/permissions.php:36 -msgid "Can send me private mail messages" -msgstr "Kan mij privéberichten sturen" +#: ../../include/features.php:71 +msgid "Even More Encryption" +msgstr "Extra encryptie" -#: ../../include/permissions.php:37 -msgid "Can like/dislike stuff" -msgstr "Kan dingen leuk of niet leuk vinden" +#: ../../include/features.php:71 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel." -#: ../../include/permissions.php:37 -msgid "Profiles and things other than posts/comments" -msgstr "Profielen en dingen, buiten berichten en reacties" +#: ../../include/features.php:72 +msgid "Enable Voting Tools" +msgstr "Peilingen inschakelen" -#: ../../include/permissions.php:39 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+" +#: ../../include/features.php:72 +msgid "Provide a class of post which others can vote on" +msgstr "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen." -#: ../../include/permissions.php:39 -msgid "Advanced - useful for creating group forum channels" -msgstr "Geavanceerd - nuttig voor groepforums" +#: ../../include/features.php:73 +msgid "Delayed Posting" +msgstr "Berichten uitstellen" -#: ../../include/permissions.php:40 -msgid "Can chat with me (when available)" -msgstr "Kan met mij chatten (wanneer beschikbaar)" +#: ../../include/features.php:73 +msgid "Allow posts to be published at a later date" +msgstr "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden." -#: ../../include/permissions.php:41 -msgid "Can write to my file storage and photos" -msgstr "Kan foto's en andere bestanden aan mijn bestandsopslag toevoegen" +#: ../../include/features.php:74 +msgid "Suppress Duplicate Posts/Comments" +msgstr "Dubbele berichten/reacties tegenhouden" -#: ../../include/permissions.php:42 -msgid "Can edit my webpages" -msgstr "Kan mijn pagina's bewerken" +#: ../../include/features.php:74 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." +msgstr "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. " -#: ../../include/permissions.php:44 -msgid "Can source my public posts in derived channels" -msgstr "Kan mijn openbare berichten als bron voor andere kanalen gebruiken" +#: ../../include/features.php:80 +msgid "Network and Stream Filtering" +msgstr "Netwerk- en streamfilter" -#: ../../include/permissions.php:44 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)" +#: ../../include/features.php:81 +msgid "Search by Date" +msgstr "Zoek op datum" -#: ../../include/permissions.php:46 -msgid "Can administer my channel resources" -msgstr "Kan mijn kanaal beheren" +#: ../../include/features.php:81 +msgid "Ability to select posts by date ranges" +msgstr "Mogelijkheid om berichten op datum te filteren " -#: ../../include/permissions.php:46 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet." +#: ../../include/features.php:82 +msgid "Enable management and selection of privacy groups" +msgstr "Beheer en selectie van privacygroepen inschakelen" -#: ../../include/permissions.php:867 -msgid "Social Networking" -msgstr "Sociaal netwerk" +#: ../../include/features.php:83 ../../include/widgets.php:284 +msgid "Saved Searches" +msgstr "Opgeslagen zoekopdrachten" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -#: ../../include/permissions.php:869 -msgid "Mostly Public" -msgstr "Vrijwel alles openbaar" +#: ../../include/features.php:83 +msgid "Save search terms for re-use" +msgstr "Sla zoekopdrachten op voor hergebruik" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -#: ../../include/permissions.php:869 -msgid "Restricted" -msgstr "Beperkt zichtbaar" +#: ../../include/features.php:84 +msgid "Network Personal Tab" +msgstr "Persoonlijke netwerktab" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -msgid "Private" -msgstr "Verborgen kanaal" +#: ../../include/features.php:84 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" -#: ../../include/permissions.php:868 -msgid "Community Forum" -msgstr "Groepsforum" +#: ../../include/features.php:85 +msgid "Network New Tab" +msgstr "Nieuwe netwerktab" -#: ../../include/permissions.php:869 -msgid "Feed Republish" -msgstr "Feed herpubliceren" +#: ../../include/features.php:85 +msgid "Enable tab to display all new Network activity" +msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen" -#: ../../include/permissions.php:870 -msgid "Special Purpose" -msgstr "Speciaal doel" +#: ../../include/features.php:86 +msgid "Affinity Tool" +msgstr "Verwantschapsfilter" -#: ../../include/permissions.php:870 -msgid "Celebrity/Soapbox" -msgstr "Beroemdheid/alleen volgen" +#: ../../include/features.php:86 +msgid "Filter stream activity by depth of relationships" +msgstr "Filter wat je in jouw grid ziet op hoe goed je iemand kent of mag" -#: ../../include/permissions.php:870 -msgid "Group Repository" -msgstr "Groepsopslag" +#: ../../include/features.php:87 +msgid "Connection Filtering" +msgstr "Berichtenfilters" -#: ../../include/permissions.php:871 -msgid "Custom/Expert Mode" -msgstr "Expertmodus/handmatig aanpassen" +#: ../../include/features.php:87 +msgid "Filter incoming posts from connections based on keywords/content" +msgstr "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal" -#: ../../include/photo/photo_driver.php:719 ../../mod/profile_photo.php:147 -#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 -#: ../../mod/photos.php:94 ../../mod/photos.php:699 -msgid "Profile Photos" -msgstr "Profielfoto's" +#: ../../include/features.php:88 +msgid "Suggest Channels" +msgstr "Kanalen voorstellen" -#: ../../include/account.php:27 -msgid "Not a valid email address" -msgstr "Geen geldig e-mailadres" +#: ../../include/features.php:88 +msgid "Show channel suggestions" +msgstr "Voor jou mogelijk interessante kanalen voorstellen" -#: ../../include/account.php:29 -msgid "Your email domain is not among those allowed on this site" -msgstr "Jouw e-maildomein is op deze hub niet toegestaan" +#: ../../include/features.php:93 +msgid "Post/Comment Tools" +msgstr "Bericht- en reactiehulpmiddelen" -#: ../../include/account.php:35 -msgid "Your email address is already registered at this site." -msgstr "Jouw e-mailadres is al op deze hub geregistreerd." +#: ../../include/features.php:94 +msgid "Community Tagging" +msgstr "Taggen door anderen" -#: ../../include/account.php:67 -msgid "An invitation is required." -msgstr "Een uitnodiging is vereist" +#: ../../include/features.php:94 +msgid "Ability to tag existing posts" +msgstr "Geeft andere mensen de mogelijkheid om jouw (bestaande) berichten te taggen" -#: ../../include/account.php:71 -msgid "Invitation could not be verified." -msgstr "Uitnodiging kon niet geverifieerd worden" +#: ../../include/features.php:95 +msgid "Post Categories" +msgstr "Categorieën berichten" -#: ../../include/account.php:121 -msgid "Please enter the required information." -msgstr "Vul de vereiste informatie in." +#: ../../include/features.php:95 +msgid "Add categories to your posts" +msgstr "Voeg categorieën toe aan je berichten" -#: ../../include/account.php:188 -msgid "Failed to store account information." -msgstr "Account-informatie kon niet opgeslagen worden." +#: ../../include/features.php:96 +msgid "Ability to file posts under folders" +msgstr "Mogelijkheid om berichten in mappen op te slaan" -#: ../../include/account.php:248 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Registratiebevestiging voor %s" +#: ../../include/features.php:97 +msgid "Dislike Posts" +msgstr "Vind berichten niet leuk" -#: ../../include/account.php:314 -#, php-format -msgid "Registration request at %s" -msgstr "Registratiebevestiging voor %s" +#: ../../include/features.php:97 +msgid "Ability to dislike posts/comments" +msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden" -#: ../../include/account.php:338 -msgid "your registration password" -msgstr "jouw registratiewachtwoord" +#: ../../include/features.php:98 +msgid "Star Posts" +msgstr "Geef berichten een ster" -#: ../../include/account.php:341 ../../include/account.php:401 -#, php-format -msgid "Registration details for %s" -msgstr "Registratiegegevens voor %s" +#: ../../include/features.php:98 +msgid "Ability to mark special posts with a star indicator" +msgstr "Mogelijkheid om speciale berichten met een ster te markeren" -#: ../../include/account.php:410 -msgid "Account approved." -msgstr "Account goedgekeurd" +#: ../../include/features.php:99 +msgid "Tag Cloud" +msgstr "Tagwolk" -#: ../../include/account.php:449 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registratie ingetrokken voor %s" +#: ../../include/features.php:99 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina" -#: ../../include/account.php:494 -msgid "Account verified. Please login." -msgstr "Account is geverifieerd. Je kan inloggen." +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" +msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen" -#: ../../include/account.php:707 ../../include/account.php:709 -msgid "Click here to upgrade." -msgstr "Klik hier om te upgraden." +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Ontbrekende naam" -#: ../../include/account.php:715 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden." +#: ../../include/identity.php:69 +msgid "Name too long" +msgstr "Naam te lang" -#: ../../include/account.php:720 -msgid "This action is not available under your subscription plan." -msgstr "Deze handeling is niet mogelijk met jouw abonnement." +#: ../../include/identity.php:181 +msgid "No account identifier" +msgstr "Geen account-identificator" -#: ../../mod/filestorage.php:82 -msgid "Permission Denied." -msgstr "Toegang geweigerd" +#: ../../include/identity.php:193 +msgid "Nickname is required." +msgstr "Bijnaam is verplicht" -#: ../../mod/filestorage.php:98 -msgid "File not found." -msgstr "Bestand niet gevonden." +#: ../../include/identity.php:207 +msgid "Reserved nickname. Please choose another." +msgstr "Deze naam is gereserveerd. Kies een andere." -#: ../../mod/filestorage.php:141 -msgid "Edit file permissions" -msgstr "Bestandsrechten bewerken" +#: ../../include/identity.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik." -#: ../../mod/filestorage.php:150 -msgid "Set/edit permissions" -msgstr "Rechten instellen/bewerken" +#: ../../include/identity.php:288 +msgid "Unable to retrieve created identity" +msgstr "Niet in staat om aangemaakte identiteit te vinden" -#: ../../mod/filestorage.php:151 -msgid "Include all files and sub folders" -msgstr "Toepassen op alle bestanden en submappen" +#: ../../include/identity.php:346 +msgid "Default Profile" +msgstr "Standaardprofiel" -#: ../../mod/filestorage.php:152 -msgid "Return to file list" -msgstr "Terugkeren naar bestandlijst " +#: ../../include/identity.php:772 +msgid "Requested channel is not available." +msgstr "Opgevraagd kanaal is niet beschikbaar." -#: ../../mod/filestorage.php:154 -msgid "Copy/paste this code to attach file to a post" -msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen" +#: ../../include/identity.php:818 ../../mod/achievements.php:11 +#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29 +#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 +#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 +msgid "Requested profile is not available." +msgstr "Opgevraagd profiel is niet beschikbaar" -#: ../../mod/filestorage.php:155 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen" +#: ../../include/identity.php:967 ../../mod/profiles.php:782 +msgid "Change profile photo" +msgstr "Profielfoto veranderen" -#: ../../mod/filestorage.php:157 -msgid "Share this file" -msgstr "Dit bestand delen" +#: ../../include/identity.php:973 +msgid "Profiles" +msgstr "Profielen" -#: ../../mod/filestorage.php:158 -msgid "Show URL to this file" -msgstr "Toon URL van dit bestand" +#: ../../include/identity.php:973 +msgid "Manage/edit profiles" +msgstr "Profielen beheren/bewerken" -#: ../../mod/filestorage.php:159 -msgid "Notify your contacts about this file" -msgstr "Jouw connecties over dit bestand berichten" +#: ../../include/identity.php:974 ../../mod/profiles.php:783 +msgid "Create New Profile" +msgstr "Nieuw profiel aanmaken" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "Collectie aangemaakt" +#: ../../include/identity.php:989 ../../mod/profiles.php:794 +msgid "Profile Image" +msgstr "Profielfoto" -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Collectie kon niet aangemaakt worden" +#: ../../include/identity.php:992 +msgid "visible to everybody" +msgstr "Voor iedereen zichtbaar" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Collectie bijgewerkt." +#: ../../include/identity.php:993 ../../mod/profiles.php:677 +#: ../../mod/profiles.php:798 +msgid "Edit visibility" +msgstr "Zichtbaarheid bewerken" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Kanaalcollectie aanmaken" +#: ../../include/identity.php:1009 ../../include/identity.php:1252 +msgid "Gender:" +msgstr "Geslacht:" -#: ../../mod/group.php:87 ../../mod/group.php:180 -msgid "Collection Name: " -msgstr "Naam collectie:" +#: ../../include/identity.php:1010 ../../include/identity.php:1296 +msgid "Status:" +msgstr "Status:" -#: ../../mod/group.php:89 ../../mod/group.php:183 -msgid "Members are visible to other channels" -msgstr "Kanalen in deze collectie zijn zichtbaar voor andere kanalen" +#: ../../include/identity.php:1011 ../../include/identity.php:1307 +msgid "Homepage:" +msgstr "Homepagina:" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Collectie verwijderd" +#: ../../include/identity.php:1012 +msgid "Online Now" +msgstr "Nu online" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Verwijderen collectie mislukt" +#: ../../include/identity.php:1099 ../../include/identity.php:1177 +#: ../../mod/ping.php:318 +msgid "g A l F d" +msgstr "G:i, l d F" -#: ../../mod/group.php:179 -msgid "Collection Editor" -msgstr "Collectiebewerker" +#: ../../include/identity.php:1100 ../../include/identity.php:1178 +msgid "F d" +msgstr "d F" -#: ../../mod/group.php:193 -msgid "Members" -msgstr "Kanalen" +#: ../../include/identity.php:1145 ../../include/identity.php:1217 +#: ../../mod/ping.php:341 +msgid "[today]" +msgstr "[vandaag]" -#: ../../mod/group.php:195 -msgid "All Connected Channels" -msgstr "Alle kanaalconnecties" +#: ../../include/identity.php:1156 +msgid "Birthday Reminders" +msgstr "Verjaardagsherinneringen" -#: ../../mod/group.php:227 -msgid "Click on a channel to add or remove." -msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen." +#: ../../include/identity.php:1157 +msgid "Birthdays this week:" +msgstr "Verjaardagen deze week:" -#: ../../mod/item.php:173 -msgid "Unable to locate original post." -msgstr "Niet in staat om de originele locatie van het bericht te vinden. " +#: ../../include/identity.php:1210 +msgid "[No description]" +msgstr "[Geen omschrijving]" -#: ../../mod/item.php:417 -msgid "Empty post discarded." -msgstr "Leeg bericht geannuleerd" +#: ../../include/identity.php:1228 +msgid "Event Reminders" +msgstr "Herinneringen" -#: ../../mod/item.php:457 -msgid "Executable content type not permitted to this channel." -msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal." +#: ../../include/identity.php:1229 +msgid "Events this week:" +msgstr "Gebeurtenissen deze week:" -#: ../../mod/item.php:822 -msgid "Duplicate post suppressed." -msgstr "Dubbel bericht tegengehouden." +#: ../../include/identity.php:1250 ../../mod/settings.php:1031 +msgid "Full Name:" +msgstr "Volledige naam:" -#: ../../mod/item.php:953 -msgid "System error. Post not saved." -msgstr "Systeemfout. Bericht niet opgeslagen." +#: ../../include/identity.php:1257 +msgid "Like this channel" +msgstr "Vind dit kanaal leuk" -#: ../../mod/item.php:1220 -msgid "Unable to obtain post information from database." -msgstr "Niet in staat om informatie over dit bericht uit de database te verkrijgen." +#: ../../include/identity.php:1281 +msgid "j F, Y" +msgstr "F j Y" -#: ../../mod/item.php:1227 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt." +#: ../../include/identity.php:1282 +msgid "j F" +msgstr "F j" -#: ../../mod/item.php:1234 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt." +#: ../../include/identity.php:1289 +msgid "Birthday:" +msgstr "Geboortedatum:" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Geen kanaal." +#: ../../include/identity.php:1293 ../../mod/directory.php:302 +msgid "Age:" +msgstr "Leeftijd:" -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Veel voorkomende connecties" +#: ../../include/identity.php:1302 +#, php-format +msgid "for %1$d %2$s" +msgstr "voor %1$d %2$s" -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Geen gemeenschappelijke connecties." +#: ../../include/identity.php:1305 ../../mod/profiles.php:699 +msgid "Sexual Preference:" +msgstr "Seksuele voorkeur:" -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" -msgstr "Ga verder" +#: ../../include/identity.php:1309 ../../mod/directory.php:318 +#: ../../mod/profiles.php:701 +msgid "Hometown:" +msgstr "Oorspronkelijk uit:" -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" -msgstr "Instellen premiumkanaal " +#: ../../include/identity.php:1311 +msgid "Tags:" +msgstr "Tags:" -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" -msgstr "Restricties voor connecties van premiumkanaal toestaan" +#: ../../include/identity.php:1313 ../../mod/profiles.php:702 +msgid "Political Views:" +msgstr "Politieke overtuigingen:" -#: ../../mod/connect.php:88 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz." +#: ../../include/identity.php:1315 +msgid "Religion:" +msgstr "Religie:" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:" +#: ../../include/identity.php:1317 ../../mod/directory.php:320 +msgid "About:" +msgstr "Over:" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:" +#: ../../include/identity.php:1319 +msgid "Hobbies/Interests:" +msgstr "Hobby's/interesses:" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina." +#: ../../include/identity.php:1321 ../../mod/profiles.php:705 +msgid "Likes:" +msgstr "Houdt van:" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) " +#: ../../include/identity.php:1323 ../../mod/profiles.php:706 +msgid "Dislikes:" +msgstr "Houdt niet van:" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" -msgstr "Beperkt of premiumkanaal" +#: ../../include/identity.php:1325 +msgid "Contact information and Social Networks:" +msgstr "Contactinformatie en sociale netwerken:" -#: ../../mod/match.php:22 -msgid "Profile Match" -msgstr "Profielovereenkomst" +#: ../../include/identity.php:1327 +msgid "My other channels:" +msgstr "Mijn andere kanalen" -#: ../../mod/match.php:31 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe." +#: ../../include/identity.php:1329 +msgid "Musical interests:" +msgstr "Muzikale interesses:" -#: ../../mod/match.php:63 -msgid "is interested in:" -msgstr "is geïnteresseerd in:" +#: ../../include/identity.php:1331 +msgid "Books, literature:" +msgstr "Boeken, literatuur:" -#: ../../mod/match.php:70 -msgid "No matches" -msgstr "Geen overeenkomsten" +#: ../../include/identity.php:1333 +msgid "Television:" +msgstr "Televisie:" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID-protocolfout. Geen ID terugontvangen." +#: ../../include/identity.php:1335 +msgid "Film/dance/culture/entertainment:" +msgstr "Films/dansen/cultuur/vermaak:" -#: ../../mod/openid.php:72 ../../mod/openid.php:179 -#: ../../Zotlabs/Zot/Auth.php:248 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Welkom %s. Authenticatie op afstand geslaagd." +#: ../../include/identity.php:1337 +msgid "Love/Romance:" +msgstr "Liefde/romantiek:" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" -msgstr "Welkom op $Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van $Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met $Projectname klik je op het vraagteken." +#: ../../include/identity.php:1339 +msgid "Work/employment:" +msgstr "Werk/beroep:" -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Afwezig" +#: ../../include/identity.php:1341 +msgid "School/education:" +msgstr "School/opleiding:" -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "Online" +#: ../../include/identity.php:1361 +msgid "Like this thing" +msgstr "Vind dit ding leuk" -#: ../../mod/pubsites.php:18 -msgid "Public Sites" -msgstr "Openbare hubs" +#: ../../include/identity.php:1769 ../../mod/cover_photo.php:236 +msgid "cover photo" +msgstr "omslagfoto" -#: ../../mod/pubsites.php:21 -msgid "" -"The listed sites allow public registration for the $Projectname network. All" -" sites in the network are interlinked so membership on any of them conveys " -"membership in the network as a whole. Some sites may require subscription or" -" provide tiered service plans. The provider links <strong>may</strong> " -"provide additional details." -msgstr "Op de hier weergegeven hubs kan iedereen zich voor het $Projectname-netwerk aanmelden. Alle hubs in het $Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven." +#: ../../include/oembed.php:267 +msgid "Embedded content" +msgstr "Ingesloten (embedded) inhoud" -#: ../../mod/pubsites.php:27 -msgid "Rate this hub" -msgstr "Beoordeel deze hub" +#: ../../include/oembed.php:276 +msgid "Embedding disabled" +msgstr "Insluiten (embedding) uitgeschakeld" -#: ../../mod/pubsites.php:28 -msgid "Site URL" -msgstr "URL hub" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" +msgstr "Kan mijn normale kanaalstream en berichten bekijken" -#: ../../mod/pubsites.php:28 -msgid "Access Type" -msgstr "Toegangstype" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" +msgstr "Kan mijn standaard kanaalprofiel bekijken" -#: ../../mod/pubsites.php:28 -msgid "Registration Policy" -msgstr "Registratiebeleid" +#: ../../include/permissions.php:28 +msgid "Can view my connections" +msgstr "Kan een lijst met mijn connecties bekijken" -#: ../../mod/pubsites.php:28 -msgid "Project" -msgstr "Project" +#: ../../include/permissions.php:29 +msgid "Can view my file storage and photos" +msgstr "Kan mijn foto's en andere bestanden bekijken" -#: ../../mod/pubsites.php:28 -msgid "View hub ratings" -msgstr "Bekijk hubbeoordelingen" +#: ../../include/permissions.php:30 +msgid "Can view my webpages" +msgstr "Kan mijn pagina's bekijken" -#: ../../mod/pubsites.php:32 -msgid "Rate" -msgstr "Beoordeel" +#: ../../include/permissions.php:33 +msgid "Can send me their channel stream and posts" +msgstr "Kan mij de inhoud van hun kanaal en berichten sturen" -#: ../../mod/pubsites.php:33 -msgid "View ratings" -msgstr "Bekijk beoordelingen" +#: ../../include/permissions.php:34 +msgid "Can post on my channel page (\"wall\")" +msgstr "Kan een bericht in mijn kanaal plaatsen" -#: ../../mod/tagger.php:96 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s heeft het %3$s van %2$s getagd met %4$s" +#: ../../include/permissions.php:35 +msgid "Can comment on or like my posts" +msgstr "Kan op mijn berichten reageren of deze (niet) leuk vinden" -#: ../../mod/rate.php:158 -msgid "Website:" -msgstr "Website:" +#: ../../include/permissions.php:36 +msgid "Can send me private mail messages" +msgstr "Kan mij privéberichten sturen" -#: ../../mod/rate.php:161 -#, php-format -msgid "Remote Channel [%s] (not yet known on this site)" -msgstr "Kanaal op afstand [%s] (nog niet op deze hub bekend)" +#: ../../include/permissions.php:37 +msgid "Can like/dislike stuff" +msgstr "Kan dingen leuk of niet leuk vinden" -#: ../../mod/rate.php:162 -msgid "Rating (this information is public)" -msgstr "Beoordeling (deze informatie is openbaar)" +#: ../../include/permissions.php:37 +msgid "Profiles and things other than posts/comments" +msgstr "Profielen en dingen, buiten berichten en reacties" -#: ../../mod/rate.php:163 -msgid "Optionally explain your rating (this information is public)" -msgstr "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)" +#: ../../include/permissions.php:39 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+" -#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 -msgid "Block Name" -msgstr "Bloknaam" +#: ../../include/permissions.php:39 +msgid "Advanced - useful for creating group forum channels" +msgstr "Geavanceerd - nuttig voor groepforums" -#: ../../mod/blocks.php:149 -msgid "Block Title" -msgstr "Bloktitel" +#: ../../include/permissions.php:40 +msgid "Can chat with me (when available)" +msgstr "Kan met mij chatten (wanneer beschikbaar)" -#: ../../mod/id.php:11 -msgid "First Name" -msgstr "Voornaam" +#: ../../include/permissions.php:41 +msgid "Can write to my file storage and photos" +msgstr "Kan foto's en andere bestanden aan mijn bestandsopslag toevoegen" -#: ../../mod/id.php:12 -msgid "Last Name" -msgstr "Achternaam" +#: ../../include/permissions.php:42 +msgid "Can edit my webpages" +msgstr "Kan mijn pagina's bewerken" -#: ../../mod/id.php:13 -msgid "Nickname" -msgstr "Bijnaam" +#: ../../include/permissions.php:44 +msgid "Can source my public posts in derived channels" +msgstr "Kan mijn openbare berichten als bron voor andere kanalen gebruiken" -#: ../../mod/id.php:14 -msgid "Full Name" -msgstr "Volledige naam" +#: ../../include/permissions.php:44 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)" -#: ../../mod/id.php:20 -msgid "Profile Photo 16px" -msgstr "Profielfoto 16px" +#: ../../include/permissions.php:46 +msgid "Can administer my channel resources" +msgstr "Kan mijn kanaal beheren" -#: ../../mod/id.php:21 -msgid "Profile Photo 32px" -msgstr "Profielfoto 32px" +#: ../../include/permissions.php:46 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet." -#: ../../mod/id.php:22 -msgid "Profile Photo 48px" -msgstr "Profielfoto 48px" +#: ../../include/permissions.php:867 +msgid "Social Networking" +msgstr "Sociaal netwerk" -#: ../../mod/id.php:23 -msgid "Profile Photo 64px" -msgstr "Profielfoto 64px" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Mostly Public" +msgstr "Vrijwel alles openbaar" -#: ../../mod/id.php:24 -msgid "Profile Photo 80px" -msgstr "Profielfoto 80px" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Restricted" +msgstr "Beperkt zichtbaar" -#: ../../mod/id.php:25 -msgid "Profile Photo 128px" -msgstr "Profielfoto 128px" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +msgid "Private" +msgstr "Verborgen kanaal" -#: ../../mod/id.php:26 -msgid "Timezone" -msgstr "Tijdzone" +#: ../../include/permissions.php:868 +msgid "Community Forum" +msgstr "Groepsforum" -#: ../../mod/id.php:27 -msgid "Homepage URL" -msgstr "URL homepagina" +#: ../../include/permissions.php:869 +msgid "Feed Republish" +msgstr "Feed herpubliceren" -#: ../../mod/id.php:29 -msgid "Birth Year" -msgstr "Geboortejaar" +#: ../../include/permissions.php:870 +msgid "Special Purpose" +msgstr "Speciaal doel" -#: ../../mod/id.php:30 -msgid "Birth Month" -msgstr "Geboortemaand" +#: ../../include/permissions.php:870 +msgid "Celebrity/Soapbox" +msgstr "Beroemdheid/alleen volgen" -#: ../../mod/id.php:31 -msgid "Birth Day" -msgstr "Geboortedag" +#: ../../include/permissions.php:870 +msgid "Group Repository" +msgstr "Groepsopslag" -#: ../../mod/id.php:32 -msgid "Birthdate" -msgstr "Geboortedatum" +#: ../../include/permissions.php:871 +msgid "Custom/Expert Mode" +msgstr "Expertmodus/handmatig aanpassen" -#: ../../mod/id.php:33 ../../mod/profiles.php:441 -msgid "Gender" -msgstr "Geslacht" +#: ../../include/widgets.php:103 +msgid "System" +msgstr "Systeem" -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "Leuk/niet leuk" +#: ../../include/widgets.php:106 +msgid "Create Personal App" +msgstr "Persoonlijke app maken" -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "Deze actie kan alleen door $Projectname-leden worden uitgevoerd." +#: ../../include/widgets.php:107 +msgid "Edit Personal App" +msgstr "Persoonlijke app bewerken" -#: ../../mod/like.php:21 -msgid "" -"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a " -"href=\"register\">register as a new $Projectname member</a> to continue." -msgstr "Je dient <a href=\"rmagic\">in te loggen met je $Projectname-account</a> of <a href=\"register\">een nieuw $Projectname-account aan te maken</a> om verder te kunnen gaan." +#: ../../include/widgets.php:149 ../../mod/suggest.php:54 +msgid "Ignore/Hide" +msgstr "Negeren/Verbergen" -#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 -msgid "Invalid request." -msgstr "Ongeldig verzoek" +#: ../../include/widgets.php:154 +msgid "Suggestions" +msgstr "Voorgestelde kanalen" -#: ../../mod/like.php:142 -msgid "thing" -msgstr "ding" +#: ../../include/widgets.php:155 +msgid "See more..." +msgstr "Meer..." -#: ../../mod/like.php:188 -msgid "Channel unavailable." -msgstr "Kanaal niet beschikbaar." +#: ../../include/widgets.php:176 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties." -#: ../../mod/like.php:236 -msgid "Previous action reversed." -msgstr "Vorige actie omgedraaid" +#: ../../include/widgets.php:182 +msgid "Add New Connection" +msgstr "Nieuwe connectie toevoegen" -#: ../../mod/like.php:414 -#, php-format -msgid "%1$s agrees with %2$s's %3$s" -msgstr "%1$s is het eens met %2$s's %3$s" +#: ../../include/widgets.php:183 +msgid "Enter channel address" +msgstr "Vul kanaaladres in" -#: ../../mod/like.php:416 -#, php-format -msgid "%1$s doesn't agree with %2$s's %3$s" -msgstr "%1$s is het niet eens met %2$s's %3$s" +#: ../../include/widgets.php:184 +msgid "Examples: bob@example.com, https://example.com/barbara" +msgstr "Voorbeelden: bob@example.com, http://example.com/barbara" -#: ../../mod/like.php:418 -#, php-format -msgid "%1$s abstains from a decision on %2$s's %3$s" -msgstr "%1$s onthoudt zich van een besluit over %2$s's %3$s" +#: ../../include/widgets.php:200 +msgid "Notes" +msgstr "Aantekeningen" -#: ../../mod/like.php:420 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%1$s is aanwezig op %2$s's %3$s" +#: ../../include/widgets.php:276 +msgid "Remove term" +msgstr "Verwijder zoekterm" -#: ../../mod/like.php:422 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%1$s is niet aanwezig op %2$s's %3$s" +#: ../../include/widgets.php:359 +msgid "Archives" +msgstr "Archieven" -#: ../../mod/like.php:424 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%1$s is mogelijk aanwezig op %2$s's %3$s" +#: ../../include/widgets.php:449 ../../mod/connedit.php:580 +msgid "Me" +msgstr "Ik" -#: ../../mod/like.php:520 -msgid "Action completed." -msgstr "Actie voltooid" +#: ../../include/widgets.php:450 ../../mod/connedit.php:581 +msgid "Family" +msgstr "Familie" -#: ../../mod/like.php:521 -msgid "Thank you." -msgstr "Bedankt" +#: ../../include/widgets.php:452 ../../mod/connedit.php:583 +msgid "Acquaintances" +msgstr "Kennissen" -#: ../../mod/page.php:36 ../../mod/block.php:27 -msgid "Invalid item." -msgstr "Ongeldig item." +#: ../../include/widgets.php:453 ../../mod/connections.php:88 +#: ../../mod/connections.php:103 ../../mod/connedit.php:584 +msgid "All" +msgstr "Alles" -#: ../../mod/page.php:52 ../../mod/wall_upload.php:29 ../../mod/block.php:39 -msgid "Channel not found." -msgstr "Kanaal niet gevonden." +#: ../../include/widgets.php:472 +msgid "Refresh" +msgstr "Vernieuwen" -#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:214 -#: ../../mod/block.php:75 ../../index.php:241 -msgid "Page not found." -msgstr "Pagina niet gevonden." +#: ../../include/widgets.php:506 +msgid "Account settings" +msgstr "Account" -#: ../../mod/page.php:126 -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " -"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam," -" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " -"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " -"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " -"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." -msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +#: ../../include/widgets.php:512 +msgid "Channel settings" +msgstr "Kanaal" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd." +#: ../../include/widgets.php:521 +msgid "Additional features" +msgstr "Extra functies" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" -msgstr "Verwijder dit kanaal" +#: ../../include/widgets.php:528 +msgid "Feature/Addon settings" +msgstr "Plugin-instellingen" -#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 -msgid "WARNING: " -msgstr "WAARSCHUWING: " +#: ../../include/widgets.php:534 +msgid "Display settings" +msgstr "Weergave" -#: ../../mod/removeme.php:58 -msgid "This channel will be completely removed from the network. " -msgstr "Dit kanaal wordt volledig uit het $Projectname-netwerk verwijderd." +#: ../../include/widgets.php:540 +msgid "Connected apps" +msgstr "Verbonden applicaties" -#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 -msgid "This action is permanent and can not be undone!" -msgstr "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!" +#: ../../include/widgets.php:546 +msgid "Export channel" +msgstr "Kanaal exporteren" -#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 -msgid "Please enter your password for verification:" -msgstr "Vul je wachtwoord in ter verificatie:" +#: ../../include/widgets.php:553 ../../mod/connedit.php:692 +msgid "Connection Default Permissions" +msgstr "Standaard permissies voor connecties" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" -msgstr "Dit kanaal en alle klonen hiervan uit het $Projectname-netwerk verwijderen" +#: ../../include/widgets.php:561 +msgid "Premium Channel Settings" +msgstr "Instellingen premiumkanaal" -#: ../../mod/removeme.php:60 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het $Projectname-netwerk verwijderd" +#: ../../include/widgets.php:591 +msgid "Private Mail Menu" +msgstr "Privéberichten" -#: ../../mod/removeme.php:61 ../../mod/settings.php:1112 -msgid "Remove Channel" -msgstr "Kanaal verwijderen" +#: ../../include/widgets.php:593 +msgid "Combined View" +msgstr "Gecombineerd postvak" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" -msgstr "Noteer je huidige stemming en toon het aan je connecties" +#: ../../include/widgets.php:627 ../../include/widgets.php:639 +msgid "Conversations" +msgstr "Conversaties" -#: ../../mod/new_channel.php:109 -msgid "Add a Channel" -msgstr "Kanaal toevoegen" +#: ../../include/widgets.php:631 +msgid "Received Messages" +msgstr "Ontvangen berichten" -#: ../../mod/new_channel.php:110 -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 "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat." +#: ../../include/widgets.php:635 +msgid "Sent Messages" +msgstr "Verzonden berichten" -#: ../../mod/new_channel.php:112 ../../mod/sources.php:103 -#: ../../mod/sources.php:137 -msgid "Channel Name" -msgstr "Kanaalnaam" +#: ../../include/widgets.php:649 +msgid "No messages." +msgstr "Geen berichten" -#: ../../mod/new_channel.php:113 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\"" +#: ../../include/widgets.php:667 +msgid "Delete conversation" +msgstr "Verwijder conversatie" -#: ../../mod/new_channel.php:114 -msgid "Choose a short nickname" -msgstr "Korte bijnaam" +#: ../../include/widgets.php:693 +msgid "Events Menu" +msgstr "Agenda-menu" -#: ../../mod/new_channel.php:115 -msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." -msgstr "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>." +#: ../../include/widgets.php:694 +msgid "Day View" +msgstr "Dag tonen" -#: ../../mod/new_channel.php:116 -msgid "Or <a href=\"import\">import an existing channel</a> from another location" -msgstr "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie." +#: ../../include/widgets.php:695 +msgid "Week View" +msgstr "Week tonen" -#: ../../mod/new_channel.php:118 -msgid "" -"Please choose a channel type (such as social networking or community forum) " -"and privacy requirements so we can select the best permissions for you" -msgstr "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd." +#: ../../include/widgets.php:696 +msgid "Month View" +msgstr "Maand tonen" -#: ../../mod/new_channel.php:119 -msgid "Channel Type" -msgstr "Kanaaltype" +#: ../../include/widgets.php:697 ../../mod/events.php:654 +msgid "Export" +msgstr "Exporteren" -#: ../../mod/new_channel.php:119 -msgid "Read more about roles" -msgstr "Lees meer over kanaaltypes" +#: ../../include/widgets.php:698 ../../mod/events.php:657 +msgid "Import" +msgstr "Importeren" -#: ../../mod/ratings.php:69 -msgid "No ratings" -msgstr "Geen beoordelingen" +#: ../../include/widgets.php:708 +msgid "Events Tools" +msgstr "Agenda-hulpmiddelen" -#: ../../mod/ratings.php:82 ../../mod/search.php:13 ../../mod/directory.php:59 -#: ../../mod/photos.php:490 ../../mod/display.php:13 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." -msgstr "Openbare toegang geweigerd." +#: ../../include/widgets.php:709 +msgid "Export Calendar" +msgstr "Exporteren" -#: ../../mod/ratings.php:99 -msgid "Ratings" -msgstr "Waarderingen" +#: ../../include/widgets.php:710 +msgid "Import Calendar" +msgstr "Importeren" -#: ../../mod/ratings.php:100 -msgid "Rating: " -msgstr "Waardering: " +#: ../../include/widgets.php:784 +msgid "Chat Rooms" +msgstr "Chatkanalen" -#: ../../mod/ratings.php:101 -msgid "Website: " -msgstr "Website: " +#: ../../include/widgets.php:804 +msgid "Bookmarked Chatrooms" +msgstr "Bladwijzers van chatkanalen" -#: ../../mod/ratings.php:103 -msgid "Description: " -msgstr "Omschrijving: " +#: ../../include/widgets.php:824 +msgid "Suggested Chatrooms" +msgstr "Voorgestelde chatkanalen" -#: ../../mod/setup.php:191 -msgid "$Projectname Server - Setup" -msgstr "$Projectname Server - Setup" +#: ../../include/widgets.php:969 ../../include/widgets.php:1059 +msgid "photo/image" +msgstr "foto/afbeelding" -#: ../../mod/setup.php:195 -msgid "Could not connect to database." -msgstr "Could not connect to database." +#: ../../include/widgets.php:1153 +msgid "Rating Tools" +msgstr "Beoordelingen" -#: ../../mod/setup.php:199 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Could not connect to specified hub URL. Possible SSL certificate or DNS issue." +#: ../../include/widgets.php:1157 ../../include/widgets.php:1159 +msgid "Rate Me" +msgstr "Beoordeel mij" -#: ../../mod/setup.php:206 -msgid "Could not create table." -msgstr "Could not create table." +#: ../../include/widgets.php:1162 +msgid "View Ratings" +msgstr "Bekijk beoordelingen" -#: ../../mod/setup.php:211 -msgid "Your site database has been installed." -msgstr "Your hub database has been installed." +#: ../../include/widgets.php:1173 +msgid "Public Hubs" +msgstr "Openbare hubs" -#: ../../mod/setup.php:215 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "You may need to import the file \"install/schema_xxx.sql\" manually using a database client." +#: ../../include/widgets.php:1221 +msgid "Forums" +msgstr "Forums" -#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Please see the file \"install/INSTALL.txt\"." +#: ../../include/widgets.php:1250 +msgid "Tasks" +msgstr "Taken" -#: ../../mod/setup.php:281 -msgid "System check" -msgstr "System check" +#: ../../include/widgets.php:1259 +msgid "Documentation" +msgstr "Documentatie" -#: ../../mod/setup.php:285 ../../mod/photos.php:911 ../../mod/events.php:653 -#: ../../mod/events.php:660 -msgid "Next" -msgstr "Volgende" +#: ../../include/widgets.php:1261 +msgid "Project/Site Information" +msgstr "Project- en hub-informatie" -#: ../../mod/setup.php:286 -msgid "Check again" -msgstr "Check again" +#: ../../include/widgets.php:1262 +msgid "For Members" +msgstr "Voor leden" -#: ../../mod/setup.php:308 -msgid "Database connection" -msgstr "Database connection" +#: ../../include/widgets.php:1263 +msgid "For Administrators" +msgstr "Voor beheerders" -#: ../../mod/setup.php:309 -msgid "" -"In order to install $Projectname we need to know how to connect to your " -"database." -msgstr "In order to install $Projectname we need to know how to connect to your database." +#: ../../include/widgets.php:1264 +msgid "For Developers" +msgstr "Voor ontwikkelaars" -#: ../../mod/setup.php:310 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." +#: ../../include/widgets.php:1289 ../../mod/admin.php:456 +msgid "Site" +msgstr "Hub-instellingen" -#: ../../mod/setup.php:311 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." +#: ../../include/widgets.php:1290 +msgid "Accounts" +msgstr "Accounts" -#: ../../mod/setup.php:315 -msgid "Database Server Name" -msgstr "Database Server Name" +#: ../../include/widgets.php:1291 ../../mod/admin.php:1149 +msgid "Channels" +msgstr "Kanalen" -#: ../../mod/setup.php:315 -msgid "Default is 127.0.0.1" -msgstr "Default is 127.0.0.1" +#: ../../include/widgets.php:1292 ../../mod/admin.php:710 +msgid "Security" +msgstr "Beveiliging" -#: ../../mod/setup.php:316 -msgid "Database Port" -msgstr "Database Port" +#: ../../include/widgets.php:1294 ../../mod/admin.php:1264 +#: ../../mod/admin.php:1325 +msgid "Plugins" +msgstr "Plugins" -#: ../../mod/setup.php:316 -msgid "Communication port number - use 0 for default" -msgstr "Communication port number - use 0 for default" +#: ../../include/widgets.php:1295 ../../mod/admin.php:1486 +#: ../../mod/admin.php:1520 +msgid "Themes" +msgstr "Thema's" -#: ../../mod/setup.php:317 -msgid "Database Login Name" -msgstr "Database Login Name" +#: ../../include/widgets.php:1296 +msgid "Inspect queue" +msgstr "Inspecteer berichtenwachtrij" -#: ../../mod/setup.php:318 -msgid "Database Login Password" -msgstr "Database Login Password" +#: ../../include/widgets.php:1297 +msgid "Profile Config" +msgstr "Profielconfiguratie" -#: ../../mod/setup.php:319 -msgid "Database Name" -msgstr "Database Name" +#: ../../include/widgets.php:1298 +msgid "DB updates" +msgstr "Database-updates" -#: ../../mod/setup.php:320 -msgid "Database Type" -msgstr "Database Type" +#: ../../include/widgets.php:1316 ../../include/widgets.php:1322 +#: ../../mod/admin.php:1605 +msgid "Logs" +msgstr "Logboeken" -#: ../../mod/setup.php:322 ../../mod/setup.php:363 -msgid "Site administrator email address" -msgstr "Hub administrator email address" +#: ../../include/widgets.php:1321 +msgid "Plugin Features" +msgstr "Plugin-opties" -#: ../../mod/setup.php:322 ../../mod/setup.php:363 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." +#: ../../include/widgets.php:1323 +msgid "User registrations waiting for confirmation" +msgstr "Accounts die op goedkeuring wachten" -#: ../../mod/setup.php:323 ../../mod/setup.php:365 -msgid "Website URL" -msgstr "Hub URL" +#: ../../include/widgets.php:1401 ../../mod/photos.php:760 +#: ../../mod/photos.php:1300 +msgid "View Photo" +msgstr "Foto weergeven" -#: ../../mod/setup.php:323 ../../mod/setup.php:365 -msgid "Please use SSL (https) URL if available." -msgstr "Please use SSL (https) URL if available." +#: ../../include/widgets.php:1418 ../../mod/photos.php:791 +msgid "Edit Album" +msgstr "Album bewerken" -#: ../../mod/setup.php:325 ../../mod/setup.php:367 -msgid "Please select a default timezone for your website" -msgstr "Please select a default timezone for your hub" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" +msgstr "In map opslaan" -#: ../../mod/setup.php:352 -msgid "Site settings" -msgstr "Hub settings" +#: ../../include/ItemObject.php:151 +msgid "I will attend" +msgstr "Aanwezig" -#: ../../mod/setup.php:417 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Could not find a command line version of PHP in the web server PATH." +#: ../../include/ItemObject.php:151 +msgid "I will not attend" +msgstr "Niet aanwezig" -#: ../../mod/setup.php:418 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron." +#: ../../include/ItemObject.php:151 +msgid "I might attend" +msgstr "Mogelijk aanwezig" -#: ../../mod/setup.php:422 -msgid "PHP executable path" -msgstr "PHP executable path" +#: ../../include/ItemObject.php:161 +msgid "I agree" +msgstr "Eens" -#: ../../mod/setup.php:422 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Enter full path to php executable. You can leave this blank to continue the installation." +#: ../../include/ItemObject.php:161 +msgid "I disagree" +msgstr "Oneens" -#: ../../mod/setup.php:427 -msgid "Command line PHP" -msgstr "Command line PHP" +#: ../../include/ItemObject.php:161 +msgid "I abstain" +msgstr "Onthouding" -#: ../../mod/setup.php:436 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." +#: ../../include/ItemObject.php:212 +msgid "Add Star" +msgstr "Ster toevoegen" -#: ../../mod/setup.php:437 -msgid "This is required for message delivery to work." -msgstr "This is required for message delivery to work." +#: ../../include/ItemObject.php:213 +msgid "Remove Star" +msgstr "Ster verwijderen" -#: ../../mod/setup.php:440 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" +msgstr "Ster toevoegen of verwijderen" -#: ../../mod/setup.php:458 -#, php-format -msgid "" -"Your max allowed total upload size is set to %s. Maximum size of one file to" -" upload is set to %s. You are allowed to upload up to %d files at once." -msgstr "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once." +#: ../../include/ItemObject.php:218 +msgid "starred" +msgstr "met ster" -#: ../../mod/setup.php:463 -msgid "You can adjust these settings in the servers php.ini." -msgstr "You can adjust these settings in the servers php.ini." +#: ../../include/ItemObject.php:236 +msgid "Add Tag" +msgstr "Tag toevoegen" -#: ../../mod/setup.php:465 -msgid "PHP upload limits" -msgstr "PHP upload limits" +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1037 +msgid "I like this (toggle)" +msgstr "Vind ik leuk" -#: ../../mod/setup.php:488 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1038 +msgid "I don't like this (toggle)" +msgstr "Vind ik niet leuk" -#: ../../mod/setup.php:489 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"." +#: ../../include/ItemObject.php:259 +msgid "Share This" +msgstr "Delen" -#: ../../mod/setup.php:492 -msgid "Generate encryption keys" -msgstr "Generate encryption keys" +#: ../../include/ItemObject.php:259 +msgid "share" +msgstr "delen" -#: ../../mod/setup.php:504 -msgid "libCurl PHP module" -msgstr "libCurl PHP module" +#: ../../include/ItemObject.php:268 +msgid "Delivery Report" +msgstr "Afleveringsrapport" -#: ../../mod/setup.php:505 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP module" +#: ../../include/ItemObject.php:286 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d reactie" +msgstr[1] "%d reacties weergeven" -#: ../../mod/setup.php:506 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP module" +#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 +#, php-format +msgid "View %s's profile - %s" +msgstr "Profiel van %s bekijken - %s" -#: ../../mod/setup.php:507 -msgid "mysqli or postgres PHP module" -msgstr "mysqli or postgres PHP module" +#: ../../include/ItemObject.php:319 +msgid "to" +msgstr "aan" -#: ../../mod/setup.php:508 -msgid "mb_string PHP module" -msgstr "mb_string PHP module" +#: ../../include/ItemObject.php:320 +msgid "via" +msgstr "via" -#: ../../mod/setup.php:509 -msgid "mcrypt PHP module" -msgstr "mcrypt PHP module" +#: ../../include/ItemObject.php:321 +msgid "Wall-to-Wall" +msgstr "Kanaal-naar-kanaal" -#: ../../mod/setup.php:510 -msgid "xml PHP module" -msgstr "xml PHP module" +#: ../../include/ItemObject.php:322 +msgid "via Wall-To-Wall:" +msgstr "via kanaal-naar-kanaal" -#: ../../mod/setup.php:514 ../../mod/setup.php:516 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" +#: ../../include/ItemObject.php:362 +msgid "Save Bookmarks" +msgstr "Bladwijzers opslaan" -#: ../../mod/setup.php:514 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../include/ItemObject.php:363 +msgid "Add to Calendar" +msgstr "Aan agenda toevoegen" -#: ../../mod/setup.php:520 ../../mod/setup.php:523 -msgid "proc_open" -msgstr "proc_open" +#: ../../include/ItemObject.php:372 +msgid "Mark all seen" +msgstr "Markeer alles als bekeken" -#: ../../mod/setup.php:520 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Error: proc_open is required but is either not installed or has been disabled in php.ini" +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1223 +msgctxt "noun" +msgid "Likes" +msgstr "vinden dit leuk" -#: ../../mod/setup.php:528 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Error: libCURL PHP module required but not installed." +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1224 +msgctxt "noun" +msgid "Dislikes" +msgstr "vinden dit niet leuk" -#: ../../mod/setup.php:532 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../include/ItemObject.php:700 ../../mod/photos.php:1056 +#: ../../mod/photos.php:1174 +msgid "This is you" +msgstr "Dit ben jij" -#: ../../mod/setup.php:536 -msgid "Error: openssl PHP module required but not installed." -msgstr "Error: openssl PHP module required but not installed." +#: ../../include/ItemObject.php:709 +msgid "Image" +msgstr "Afbeelding" -#: ../../mod/setup.php:540 -msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "Error: mysqli or postgres PHP module required but neither are installed." +#: ../../include/ItemObject.php:710 +msgid "Insert Link" +msgstr "Link invoegen" -#: ../../mod/setup.php:544 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Error: mb_string PHP module required but not installed." +#: ../../include/ItemObject.php:711 +msgid "Video" +msgstr "Video" -#: ../../mod/setup.php:548 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Error: mcrypt PHP module required but not installed." +#: ../../index.php:245 ../../mod/help.php:217 +msgid "Not Found" +msgstr "Niet gevonden" -#: ../../mod/setup.php:552 -msgid "Error: xml PHP module required for DAV but not installed." -msgstr "Error: xml PHP module required for DAV but not installed." +#: ../../index.php:248 ../../mod/block.php:75 ../../mod/display.php:110 +#: ../../mod/help.php:220 ../../mod/page.php:89 +msgid "Page not found." +msgstr "Pagina niet gevonden." -#: ../../mod/setup.php:570 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so." +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Welkom op $Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van $Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met $Projectname klik je op het vraagteken." -#: ../../mod/setup.php:571 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can." +#: ../../mod/acl.php:222 +msgid "network" +msgstr "netwerk" -#: ../../mod/setup.php:572 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder." +#: ../../mod/acl.php:232 +msgid "RSS" +msgstr "RSS" -#: ../../mod/setup.php:573 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../mod/api.php:74 ../../mod/api.php:98 +msgid "Authorize application connection" +msgstr "Geef toestemming voor applicatiekoppeling" -#: ../../mod/setup.php:576 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is writable" +#: ../../mod/api.php:75 +msgid "Return to your app and insert this Securty Code:" +msgstr "Ga terug naar je app en voeg deze beveiligingscode in:" -#: ../../mod/setup.php:590 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." +#: ../../mod/api.php:85 +msgid "Please login to continue." +msgstr "Inloggen om verder te kunnen gaan." -#: ../../mod/setup.php:591 -#, php-format +#: ../../mod/api.php:100 msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder." +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?" -#: ../../mod/setup.php:592 ../../mod/setup.php:613 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder." +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." +msgstr "App geïnstalleerd" -#: ../../mod/setup.php:593 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains." +#: ../../mod/appman.php:37 +msgid "Malformed app." +msgstr "Misvormde app." -#: ../../mod/setup.php:596 -#, php-format -msgid "%s is writable" -msgstr "%s is writable" +#: ../../mod/appman.php:80 +msgid "Embed code" +msgstr "Insluitcode" -#: ../../mod/setup.php:612 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder" +#: ../../mod/appman.php:86 +msgid "Edit App" +msgstr "App bewerken" -#: ../../mod/setup.php:616 -msgid "store is writable" -msgstr "store is writable" +#: ../../mod/appman.php:86 +msgid "Create App" +msgstr "App maken" -#: ../../mod/setup.php:649 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "SSL certificate cannot be validated. Fix certificate or disable https access to this hub." +#: ../../mod/appman.php:91 +msgid "Name of app" +msgstr "Naam van app" -#: ../../mod/setup.php:650 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" -msgstr "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!" +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" +msgstr "Locatie (URL) van app" -#: ../../mod/setup.php:651 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "This restriction is incorporated because public posts from you may for example contain references to images on your own hub." +#: ../../mod/appman.php:93 ../../mod/events.php:450 ../../mod/rbmark.php:97 +msgid "Description" +msgstr "Omschrijving" -#: ../../mod/setup.php:652 -msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues." +#: ../../mod/appman.php:94 +msgid "Photo icon URL" +msgstr "URL van pictogram" -#: ../../mod/setup.php:653 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement." +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" +msgstr "80 x 80 pixels (optioneel)" -#: ../../mod/setup.php:654 -msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Providers are available that issue free certificates which are browser-valid." +#: ../../mod/appman.php:95 +msgid "Version ID" +msgstr "Versie-ID" -#: ../../mod/setup.php:656 -msgid "SSL certificate validation" -msgstr "SSL certificate validation" +#: ../../mod/appman.php:96 +msgid "Price of app" +msgstr "Prijs van de app" -#: ../../mod/setup.php:662 -msgid "" -"Url rewrite in .htaccess is not working. Check your server " -"configuration.Test: " -msgstr "Url rewrite in .htaccess is not working. Check your server configuration.Test: " +#: ../../mod/appman.php:97 +msgid "Location (URL) to purchase app" +msgstr "Locatie (URL) om de app aan te schaffen" -#: ../../mod/setup.php:665 -msgid "Url rewrite is working" -msgstr "Url rewrite is working" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Item is niet aanwezig." -#: ../../mod/setup.php:674 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." +#: ../../mod/block.php:27 ../../mod/page.php:36 +msgid "Invalid item." +msgstr "Ongeldig item." -#: ../../mod/setup.php:698 -msgid "Errors encountered creating database tables." -msgstr "Errors encountered creating database tables." +#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29 +msgid "Channel not found." +msgstr "Kanaal niet gevonden." -#: ../../mod/setup.php:732 -msgid "<h1>What next</h1>" -msgstr "<h1>Wat nu</h1>" +#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 +msgid "Block Name" +msgstr "Bloknaam" -#: ../../mod/setup.php:733 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../mod/blocks.php:149 +msgid "Block Title" +msgstr "Bloktitel" #: ../../mod/bookmarks.php:40 msgid "Bookmark added" @@ -5218,303 +4381,235 @@ msgstr "Mijn bladwijzers" msgid "My Connections Bookmarks" msgstr "Bladwijzers van mijn connecties" -#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 -msgid "This setting requires special processing and editing has been blocked." -msgstr "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd." - -#: ../../mod/pconfig.php:49 -msgid "Configuration Editor" -msgstr "Configuratiebewerker" - -#: ../../mod/pconfig.php:50 -msgid "" -"Warning: Changing some settings could render your channel inoperable. Please" -" leave this page unless you are comfortable with and knowledgeable about how" -" to correctly use this feature." -msgstr "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. " - -#: ../../mod/poke.php:164 -msgid "Poke/Prod" -msgstr "Aanstoten/porren" - -#: ../../mod/poke.php:165 -msgid "poke, prod or do other things to somebody" -msgstr "aanstoten, porren of andere dingen met iemand doen" - -#: ../../mod/poke.php:166 -msgid "Recipient" -msgstr "Ontvanger" - -#: ../../mod/poke.php:167 -msgid "Choose what you wish to do to recipient" -msgstr "Kies wat je met de ontvanger wil doen" - -#: ../../mod/poke.php:170 -msgid "Make this post private" -msgstr "Maak dit bericht privé" - -#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 -#: ../../mod/profiles.php:241 ../../mod/profiles.php:608 -msgid "Profile not found." -msgstr "Profiel niet gevonden." - -#: ../../mod/profiles.php:39 -msgid "Profile deleted." -msgstr "Profiel verwijderd." - -#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 -msgid "Profile-" -msgstr "Profiel-" - -#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 -msgid "New profile created." -msgstr "Nieuw profiel aangemaakt." - -#: ../../mod/profiles.php:105 -msgid "Profile unavailable to clone." -msgstr "Profiel niet beschikbaar om te klonen" - -#: ../../mod/profiles.php:146 -msgid "Profile unavailable to export." -msgstr "Geen profiel beschikbaar om te exporteren" - -#: ../../mod/profiles.php:251 -msgid "Profile Name is required." -msgstr "Profielnaam is vereist" - -#: ../../mod/profiles.php:414 -msgid "Marital Status" -msgstr "Huwelijke status" - -#: ../../mod/profiles.php:418 -msgid "Romantic Partner" -msgstr "Romantische partner" - -#: ../../mod/profiles.php:422 -msgid "Likes" -msgstr "Houdt van" - -#: ../../mod/profiles.php:426 -msgid "Dislikes" -msgstr "Houdt niet van" - -#: ../../mod/profiles.php:430 -msgid "Work/Employment" -msgstr "Werk/arbeid" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken." -#: ../../mod/profiles.php:433 -msgid "Religion" -msgstr "Religie" +#: ../../mod/channel.php:97 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina." -#: ../../mod/profiles.php:437 -msgid "Political Views" -msgstr "Politieke overtuigingen" +#: ../../mod/channel.php:131 ../../mod/network.php:169 ../../mod/rpost.php:114 +msgid "Public" +msgstr "Openbaar" -#: ../../mod/profiles.php:445 -msgid "Sexual Preference" -msgstr "Seksuele voorkeur" +#: ../../mod/chat.php:174 +msgid "Room not found" +msgstr "Chatkanaal niet gevonden" -#: ../../mod/profiles.php:449 -msgid "Homepage" -msgstr "Homepage" +#: ../../mod/chat.php:185 +msgid "Leave Room" +msgstr "Chatkanaal verlaten" -#: ../../mod/profiles.php:453 -msgid "Interests" -msgstr "Interesses" +#: ../../mod/chat.php:186 +msgid "Delete This Room" +msgstr "Chatkanaal verwijderen" -#: ../../mod/profiles.php:457 ../../mod/admin.php:981 -msgid "Address" -msgstr "Kanaaladres" +#: ../../mod/chat.php:187 +msgid "I am away right now" +msgstr "Ik ben momenteel afwezig" -#: ../../mod/profiles.php:547 -msgid "Profile updated." -msgstr "Profiel bijgewerkt" +#: ../../mod/chat.php:188 +msgid "I am online" +msgstr "Ik ben online" -#: ../../mod/profiles.php:634 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien." +#: ../../mod/chat.php:190 +msgid "Bookmark this room" +msgstr "Chatkanaal aan bladwijzers toevoegen" -#: ../../mod/profiles.php:674 -msgid "Edit Profile Details" -msgstr "Profiel bewerken" +#: ../../mod/chat.php:208 ../../mod/chat.php:231 +msgid "New Chatroom" +msgstr "Nieuw chatkanaal" -#: ../../mod/profiles.php:676 -msgid "View this profile" -msgstr "Profiel weergeven" +#: ../../mod/chat.php:209 +msgid "Chatroom Name" +msgstr "Naam chatkanaal" -#: ../../mod/profiles.php:678 -msgid "Change Profile Photo" -msgstr "Profielfoto wijzigen" +#: ../../mod/chat.php:210 +msgid "Expiration of chats (minutes)" +msgstr "Aantal minuten voordat chatberichten worden verwijderd" -#: ../../mod/profiles.php:679 -msgid "Create a new profile using these settings" -msgstr "Een nieuw profiel aanmaken met dit profiel als basis" +#: ../../mod/chat.php:227 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "Chatkanalen van %1$s" -#: ../../mod/profiles.php:680 -msgid "Clone this profile" -msgstr "Dit profiel klonen" +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Afwezig" -#: ../../mod/profiles.php:681 -msgid "Delete this profile" -msgstr "Dit profiel verwijderen" +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" -#: ../../mod/profiles.php:683 -msgid "Import profile from file" -msgstr "Profiel vanuit bestand importeren" +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Geen kanaal." -#: ../../mod/profiles.php:684 -msgid "Export profile to file" -msgstr "Profiel naar bestand exporteren" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Veel voorkomende connecties" -#: ../../mod/profiles.php:685 -msgid "Profile Name:" -msgstr "Profielnaam:" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Geen gemeenschappelijke connecties." -#: ../../mod/profiles.php:686 -msgid "Your Full Name:" -msgstr "Jouw volledige naam:" +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" +msgstr "Ga verder" -#: ../../mod/profiles.php:687 -msgid "Title/Description:" -msgstr "Titel/omschrijving:" +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" +msgstr "Instellen premiumkanaal " -#: ../../mod/profiles.php:688 -msgid "Your Gender:" -msgstr "Jouw geslacht" +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" +msgstr "Restricties voor connecties van premiumkanaal toestaan" -#: ../../mod/profiles.php:689 -msgid "Birthday :" -msgstr "Verjaardag: " +#: ../../mod/connect.php:88 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz." -#: ../../mod/profiles.php:690 -msgid "Street Address:" -msgstr "Straat en huisnummer:" +#: ../../mod/connect.php:90 ../../mod/connect.php:110 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:" -#: ../../mod/profiles.php:691 -msgid "Locality/City:" -msgstr "Woonplaats:" +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:" -#: ../../mod/profiles.php:692 -msgid "Postal/Zip Code:" -msgstr "Postcode:" +#: ../../mod/connect.php:92 ../../mod/connect.php:113 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina." -#: ../../mod/profiles.php:693 -msgid "Country:" -msgstr "Land:" +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) " -#: ../../mod/profiles.php:694 -msgid "Region/State:" -msgstr "Provincie/gewest/deelstaat:" +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" +msgstr "Beperkt of premiumkanaal" -#: ../../mod/profiles.php:695 -msgid "<span class=\"heart\">♥</span> Marital Status:" -msgstr "<span class=\"heart\">♥</span> Huwelijkse staat:" +#: ../../mod/connections.php:52 ../../mod/connections.php:157 +#: ../../mod/connections.php:238 +msgid "Blocked" +msgstr "Geblokkeerd" -#: ../../mod/profiles.php:696 -msgid "Who: (if applicable)" -msgstr "Wie (wanneer toepasselijk):" +#: ../../mod/connections.php:57 ../../mod/connections.php:164 +#: ../../mod/connections.php:237 +msgid "Ignored" +msgstr "Genegeerd" -#: ../../mod/profiles.php:697 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl" +#: ../../mod/connections.php:62 ../../mod/connections.php:178 +#: ../../mod/connections.php:236 +msgid "Hidden" +msgstr "Verborgen" -#: ../../mod/profiles.php:698 -msgid "Since [date]:" -msgstr "Sinds [datum]:" +#: ../../mod/connections.php:67 ../../mod/connections.php:171 +#: ../../mod/connections.php:235 +msgid "Archived" +msgstr "Gearchiveerd" -#: ../../mod/profiles.php:700 -msgid "Homepage URL:" -msgstr "Adres homepage:" +#: ../../mod/connections.php:134 +msgid "New Connections" +msgstr "Nieuwe connecties" -#: ../../mod/profiles.php:703 -msgid "Religious Views:" -msgstr "Religieuze overtuigingen" +#: ../../mod/connections.php:137 +msgid "Show pending (new) connections" +msgstr "Nog te accepteren (nieuwe) connecties weergeven" -#: ../../mod/profiles.php:704 -msgid "Keywords:" -msgstr "Trefwoorden" +#: ../../mod/connections.php:141 ../../mod/profperm.php:139 +msgid "All Connections" +msgstr "Alle connecties" -#: ../../mod/profiles.php:707 -msgid "Example: fishing photography software" -msgstr "Voorbeeld: muziek, fotografie, software" +#: ../../mod/connections.php:144 +msgid "Show all connections" +msgstr "Toon alle connecties" -#: ../../mod/profiles.php:708 -msgid "Used in directory listings" -msgstr "Wordt in de kanalengids gebruikt" +#: ../../mod/connections.php:160 +msgid "Only show blocked connections" +msgstr "Toon alleen geblokkeerde connecties" -#: ../../mod/profiles.php:709 -msgid "Tell us about yourself..." -msgstr "Vertel ons iets over jezelf..." +#: ../../mod/connections.php:167 +msgid "Only show ignored connections" +msgstr "Toon alleen genegeerde connecties" -#: ../../mod/profiles.php:710 -msgid "Hobbies/Interests" -msgstr "Hobby's/interesses" +#: ../../mod/connections.php:174 +msgid "Only show archived connections" +msgstr "Toon alleen gearchiveerde connecties" -#: ../../mod/profiles.php:711 -msgid "Contact information and Social Networks" -msgstr "Contactinformatie en sociale netwerken" +#: ../../mod/connections.php:181 +msgid "Only show hidden connections" +msgstr "Toon alleen verborgen connecties" -#: ../../mod/profiles.php:712 -msgid "My other channels" -msgstr "Mijn andere kanalen" +#: ../../mod/connections.php:234 +msgid "Pending approval" +msgstr "Moet nog geaccepteerd worden" -#: ../../mod/profiles.php:713 -msgid "Musical interests" -msgstr "Muzikale interesses" +#: ../../mod/connections.php:250 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" -#: ../../mod/profiles.php:714 -msgid "Books, literature" -msgstr "Boeken/literatuur" +#: ../../mod/connections.php:251 +msgid "Edit connection" +msgstr "Connectie bewerken" -#: ../../mod/profiles.php:715 -msgid "Television" -msgstr "Televisie" +#: ../../mod/connections.php:252 +msgid "Delete connection" +msgstr "Connectie verwijderen" -#: ../../mod/profiles.php:716 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/cultuur/entertainment" +#: ../../mod/connections.php:261 +msgid "Channel address" +msgstr "Kanaaladres" -#: ../../mod/profiles.php:717 -msgid "Love/romance" -msgstr "Liefde/romantiek" +#: ../../mod/connections.php:263 +msgid "Network" +msgstr "Netwerk" -#: ../../mod/profiles.php:718 -msgid "Work/employment" -msgstr "Werk/arbeid" +#: ../../mod/connections.php:266 ../../mod/admin.php:668 +msgid "Status" +msgstr "Status" -#: ../../mod/profiles.php:719 -msgid "School/education" -msgstr "School/onderwijs" +#: ../../mod/connections.php:268 +msgid "Connected" +msgstr "Verbonden" -#: ../../mod/profiles.php:725 -msgid "This is your default profile." -msgstr "Dit is jouw standaardprofiel" +#: ../../mod/connections.php:270 +msgid "Approve connection" +msgstr "Connectie accepteren" -#: ../../mod/profiles.php:736 -msgid "Age: " -msgstr "Leeftijd:" +#: ../../mod/connections.php:271 ../../mod/admin.php:991 +msgid "Approve" +msgstr "Goedkeuren" -#: ../../mod/profiles.php:779 -msgid "Edit/Manage Profiles" -msgstr "Profielen bewerken/beheren" +#: ../../mod/connections.php:272 +msgid "Ignore connection" +msgstr "Connectie negeren" -#: ../../mod/profiles.php:780 -msgid "Add profile things" -msgstr "Dingen aan je profiel toevoegen" +#: ../../mod/connections.php:273 ../../mod/connedit.php:536 +#: ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "Negeren" -#: ../../mod/profiles.php:781 -msgid "Include desirable objects in your profile" -msgstr "Voeg door jou gewenste dingen aan jouw profiel toe" +#: ../../mod/connections.php:274 +msgid "Recent activity" +msgstr "Recente activiteit" -#: ../../mod/search.php:212 -#, php-format -msgid "Items tagged with: %s" -msgstr "Items getagd met %s" +#: ../../mod/connections.php:303 +msgid "Search your connections" +msgstr "Doorzoek jouw connecties" -#: ../../mod/search.php:214 -#, php-format -msgid "Search results for: %s" -msgstr "Zoekresultaten voor %s" +#: ../../mod/connections.php:304 +msgid "Connections search" +msgstr "Connecties zoeken" #: ../../mod/connedit.php:75 msgid "Could not access contact record." @@ -5536,237 +4631,214 @@ msgstr "Bijwerken van connectie-gegevens mislukt." msgid "is now connected to" msgstr "is nu verbonden met" -#: ../../mod/connedit.php:395 +#: ../../mod/connedit.php:398 msgid "Could not access address book record." msgstr "Kon geen toegang krijgen tot de record van de connectie." -#: ../../mod/connedit.php:409 +#: ../../mod/connedit.php:412 msgid "Refresh failed - channel is currently unavailable." msgstr "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar" -#: ../../mod/connedit.php:418 ../../mod/connedit.php:427 -#: ../../mod/connedit.php:436 ../../mod/connedit.php:445 -#: ../../mod/connedit.php:458 +#: ../../mod/connedit.php:427 ../../mod/connedit.php:436 +#: ../../mod/connedit.php:445 ../../mod/connedit.php:454 +#: ../../mod/connedit.php:467 msgid "Unable to set address book parameters." msgstr "Niet in staat om de parameters van connecties in te stellen." -#: ../../mod/connedit.php:482 +#: ../../mod/connedit.php:491 msgid "Connection has been removed." msgstr "Connectie is verwijderd" -#: ../../mod/connedit.php:501 +#: ../../mod/connedit.php:510 #, php-format msgid "View %s's profile" msgstr "Profiel van %s weergeven" -#: ../../mod/connedit.php:505 +#: ../../mod/connedit.php:514 msgid "Refresh Permissions" msgstr "Permissies vernieuwen" -#: ../../mod/connedit.php:508 +#: ../../mod/connedit.php:517 msgid "Fetch updated permissions" msgstr "Aangepaste permissies ophalen" -#: ../../mod/connedit.php:512 +#: ../../mod/connedit.php:521 msgid "Recent Activity" -msgstr "Kanaal-activiteit" +msgstr "Recente activiteit/berichten" -#: ../../mod/connedit.php:515 +#: ../../mod/connedit.php:524 msgid "View recent posts and comments" msgstr "Recente berichten en reacties weergeven" -#: ../../mod/connedit.php:519 ../../mod/admin.php:818 +#: ../../mod/connedit.php:528 ../../mod/admin.php:995 msgid "Unblock" msgstr "Deblokkeren" -#: ../../mod/connedit.php:519 ../../mod/admin.php:817 +#: ../../mod/connedit.php:528 ../../mod/admin.php:994 msgid "Block" msgstr "Blokkeren" -#: ../../mod/connedit.php:522 +#: ../../mod/connedit.php:531 msgid "Block (or Unblock) all communications with this connection" msgstr "Blokkeer (of deblokkeer) alle communicatie met deze connectie" -#: ../../mod/connedit.php:523 +#: ../../mod/connedit.php:532 msgid "This connection is blocked!" msgstr "Deze connectie is geblokkeerd!" -#: ../../mod/connedit.php:527 +#: ../../mod/connedit.php:536 msgid "Unignore" msgstr "Niet meer negeren" -#: ../../mod/connedit.php:527 ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "Negeren" - -#: ../../mod/connedit.php:530 +#: ../../mod/connedit.php:539 msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie" -#: ../../mod/connedit.php:531 +#: ../../mod/connedit.php:540 msgid "This connection is ignored!" msgstr "Deze connectie wordt genegeerd!" -#: ../../mod/connedit.php:535 +#: ../../mod/connedit.php:544 msgid "Unarchive" msgstr "Niet meer archiveren" -#: ../../mod/connedit.php:535 +#: ../../mod/connedit.php:544 msgid "Archive" msgstr "Archiveren" -#: ../../mod/connedit.php:538 +#: ../../mod/connedit.php:547 msgid "" "Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "Archiveer (of dearchiveer) deze connectie - markeer het kanaal als dood, maar bewaar de inhoud" -#: ../../mod/connedit.php:539 +#: ../../mod/connedit.php:548 msgid "This connection is archived!" msgstr "Deze connectie is gearchiveerd!" -#: ../../mod/connedit.php:543 +#: ../../mod/connedit.php:552 msgid "Unhide" msgstr "Niet meer verbergen" -#: ../../mod/connedit.php:543 +#: ../../mod/connedit.php:552 msgid "Hide" msgstr "Verbergen" -#: ../../mod/connedit.php:546 +#: ../../mod/connedit.php:555 msgid "Hide or Unhide this connection from your other connections" msgstr "Deze connectie verbergen (of niet meer verbergen) voor jouw andere connecties" -#: ../../mod/connedit.php:547 +#: ../../mod/connedit.php:556 msgid "This connection is hidden!" msgstr "Deze connectie is verborgen!" -#: ../../mod/connedit.php:554 +#: ../../mod/connedit.php:563 msgid "Delete this connection" msgstr "Deze connectie verwijderen" -#: ../../mod/connedit.php:635 +#: ../../mod/connedit.php:644 msgid "Approve this connection" msgstr "Deze connectie accepteren" -#: ../../mod/connedit.php:635 +#: ../../mod/connedit.php:644 msgid "Accept connection to allow communication" msgstr "Keur deze connectie goed om communicatie toe te staan" -#: ../../mod/connedit.php:640 +#: ../../mod/connedit.php:649 msgid "Set Affinity" msgstr "Verwantschapsfilter instellen" -#: ../../mod/connedit.php:643 +#: ../../mod/connedit.php:652 msgid "Set Profile" msgstr "Profiel instellen" -#: ../../mod/connedit.php:646 +#: ../../mod/connedit.php:655 msgid "Set Affinity & Profile" msgstr "Verwantschapsfilter en profiel instellen" -#: ../../mod/connedit.php:679 +#: ../../mod/connedit.php:688 msgid "none" msgstr "geen" -#: ../../mod/connedit.php:684 +#: ../../mod/connedit.php:693 msgid "Apply these permissions automatically" msgstr "Deze permissies automatisch toepassen" -#: ../../mod/connedit.php:686 +#: ../../mod/connedit.php:695 msgid "This connection's primary address is" msgstr "Het primaire kanaaladres van deze connectie is" -#: ../../mod/connedit.php:687 +#: ../../mod/connedit.php:696 msgid "Available locations:" msgstr "Beschikbare locaties:" -#: ../../mod/connedit.php:691 +#: ../../mod/connedit.php:700 msgid "" "The permissions indicated on this page will be applied to all new " "connections." msgstr "Permissies die op deze pagina staan vermeld worden op alle nieuwe connecties toegepast." -#: ../../mod/connedit.php:693 +#: ../../mod/connedit.php:702 msgid "Slide to adjust your degree of friendship" msgstr "Schuif om te bepalen hoe goed je iemand kent en/of mag" -#: ../../mod/connedit.php:695 +#: ../../mod/connedit.php:704 msgid "Slide to adjust your rating" msgstr "Gebruik de schuif om je beoordeling te geven" -#: ../../mod/connedit.php:696 ../../mod/connedit.php:701 +#: ../../mod/connedit.php:705 ../../mod/connedit.php:710 msgid "Optionally explain your rating" msgstr "Verklaar jouw beoordeling (niet verplicht)" -#: ../../mod/connedit.php:698 +#: ../../mod/connedit.php:707 msgid "Custom Filter" msgstr "Berichtenfilter" -#: ../../mod/connedit.php:699 +#: ../../mod/connedit.php:708 msgid "Only import posts with this text" msgstr "Importeer alleen berichten met deze tekst" -#: ../../mod/connedit.php:699 ../../mod/connedit.php:700 +#: ../../mod/connedit.php:708 ../../mod/connedit.php:709 msgid "" "words one per line or #tags or /patterns/ or lang=xx, leave blank to import " "all posts" msgstr "woorden (één per regel), #tags, /regex/ of talen (lang=iso639-1) - laat leeg om alle berichten te importeren" -#: ../../mod/connedit.php:700 +#: ../../mod/connedit.php:709 msgid "Do not import posts with this text" msgstr "Importeer geen berichten met deze tekst" -#: ../../mod/connedit.php:702 +#: ../../mod/connedit.php:711 msgid "This information is public!" msgstr "Deze informatie is openbaar!" -#: ../../mod/connedit.php:707 +#: ../../mod/connedit.php:716 msgid "Connection Pending Approval" -msgstr "Connectie moet nog goedgekeurd worden" +msgstr "Connectie moet nog geaccepteerd worden" -#: ../../mod/connedit.php:708 -msgid "Connection Request" -msgstr "Connectieverzoek" - -#: ../../mod/connedit.php:709 -#, php-format -msgid "" -"(%s) would like to connect with you. Please approve this connection to allow" -" communication." -msgstr "(%s) wil met jou verbinden. Keur dit connectieverzoek goed om onderling te kunnen communiceren." - -#: ../../mod/connedit.php:710 ../../mod/admin.php:814 -msgid "Approve" -msgstr "Goedkeuren" - -#: ../../mod/connedit.php:711 -msgid "Approve Later" -msgstr "Later goedkeuren" - -#: ../../mod/connedit.php:714 +#: ../../mod/connedit.php:719 msgid "inherited" msgstr "geërfd" -#: ../../mod/connedit.php:716 +#: ../../mod/connedit.php:721 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken." -#: ../../mod/connedit.php:718 +#: ../../mod/connedit.php:723 msgid "Their Settings" msgstr "Hun instellingen" -#: ../../mod/connedit.php:719 +#: ../../mod/connedit.php:724 msgid "My Settings" msgstr "Mijn instellingen" -#: ../../mod/connedit.php:721 +#: ../../mod/connedit.php:726 msgid "Individual Permissions" msgstr "Individuele permissies" -#: ../../mod/connedit.php:722 +#: ../../mod/connedit.php:727 msgid "" "Some permissions may be inherited from your channel's <a " "href=\"settings\"><strong>privacy settings</strong></a>, which have higher " @@ -5774,7 +4846,7 @@ msgid "" " settings here." msgstr "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele instellingen. Je kan je deze overgeërfde permissies hier <strong>niet</strong> veranderen." -#: ../../mod/connedit.php:723 +#: ../../mod/connedit.php:728 msgid "" "Some permissions may be inherited from your channel's <a " "href=\"settings\"><strong>privacy settings</strong></a>, which have higher " @@ -5782,22 +4854,111 @@ msgid "" "they wont have any impact unless the inherited setting changes." msgstr "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele permissies. Je kan de permissies hier veranderen, maar die hebben geen effect, tenzij de overgeërfde permissies worden veranderd. " -#: ../../mod/connedit.php:724 +#: ../../mod/connedit.php:729 msgid "Last update:" msgstr "Laatste wijziging:" -#: ../../mod/acl.php:222 -msgid "network" -msgstr "netwerk" - -#: ../../mod/acl.php:232 -msgid "RSS" -msgstr "RSS" - #: ../../mod/dav.php:121 msgid "$Projectname channel" msgstr "$Projectname-kanaal" +#: ../../mod/directory.php:59 ../../mod/display.php:13 +#: ../../mod/photos.php:490 ../../mod/ratings.php:82 ../../mod/search.php:13 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." +msgstr "Openbare toegang geweigerd." + +#: ../../mod/directory.php:239 +#, php-format +msgid "%d rating" +msgid_plural "%d ratings" +msgstr[0] "%d beoordeling" +msgstr[1] "%d beoordelingen" + +#: ../../mod/directory.php:250 +msgid "Gender: " +msgstr "Geslacht:" + +#: ../../mod/directory.php:252 +msgid "Status: " +msgstr "Status: " + +#: ../../mod/directory.php:254 +msgid "Homepage: " +msgstr "Homepage: " + +#: ../../mod/directory.php:313 +msgid "Description:" +msgstr "Omschrijving:" + +#: ../../mod/directory.php:322 +msgid "Public Forum:" +msgstr "Openbaar forum:" + +#: ../../mod/directory.php:325 +msgid "Keywords: " +msgstr "Trefwoorden: " + +#: ../../mod/directory.php:328 +msgid "Don't suggest" +msgstr "Niet voorstellen" + +#: ../../mod/directory.php:330 +msgid "Common connections:" +msgstr "Gemeenschappelijke connecties:" + +#: ../../mod/directory.php:379 +msgid "Global Directory" +msgstr "Volledige kanalengids" + +#: ../../mod/directory.php:379 +msgid "Local Directory" +msgstr "Lokale kanalengids" + +#: ../../mod/directory.php:385 +msgid "Finding:" +msgstr "Gezocht naar:" + +#: ../../mod/directory.php:390 +msgid "next page" +msgstr "volgende pagina" + +#: ../../mod/directory.php:390 +msgid "previous page" +msgstr "vorige pagina" + +#: ../../mod/directory.php:391 +msgid "Sort options" +msgstr "Sorteeropties" + +#: ../../mod/directory.php:392 +msgid "Alphabetic" +msgstr "Alfabetisch" + +#: ../../mod/directory.php:393 +msgid "Reverse Alphabetic" +msgstr "Omgekeerd alfabetisch" + +#: ../../mod/directory.php:394 +msgid "Newest to Oldest" +msgstr "Nieuw naar oud" + +#: ../../mod/directory.php:395 +msgid "Oldest to Newest" +msgstr "Oud naar nieuw" + +#: ../../mod/directory.php:412 +msgid "No entries (some entries may be hidden)." +msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)." + +#: ../../mod/dirsearch.php:21 ../../mod/regdir.php:45 +msgid "This site is not a directory server" +msgstr "Deze hub is geen kanalengidshub (directoryserver)" + +#: ../../mod/dirsearch.php:29 +msgid "This directory server requires an access token" +msgstr "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig" + #: ../../mod/dreport.php:23 msgid "Invalid message" msgstr "Ongeldig bericht" @@ -5855,363 +5016,424 @@ msgstr "dubbel privébericht ontvangen" msgid "mail delivered" msgstr "privébericht afgeleverd" -#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78 -#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76 -#: ../../mod/editpost.php:20 +#: ../../mod/editblock.php:78 ../../mod/editblock.php:94 +#: ../../mod/editlayout.php:76 ../../mod/editpost.php:20 +#: ../../mod/editwebpage.php:77 msgid "Item not found" msgstr "Item niet gevonden" -#: ../../mod/editwebpage.php:153 -msgid "Delete webpage?" -msgstr "Webpagina verwijderen?" - -#: ../../mod/editwebpage.php:172 -msgid "Page link title" -msgstr "Titel van paginalink" +#: ../../mod/editblock.php:118 +msgid "Delete block?" +msgstr "Blok verwijderen" -#: ../../mod/editwebpage.php:185 ../../mod/editblock.php:145 -#: ../../mod/editlayout.php:143 ../../mod/editpost.php:121 +#: ../../mod/editblock.php:145 ../../mod/editlayout.php:143 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:185 msgid "Insert YouTube video" msgstr "YouTube-video invoegen" -#: ../../mod/editwebpage.php:186 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:144 ../../mod/editpost.php:122 +#: ../../mod/editblock.php:146 ../../mod/editlayout.php:144 +#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:186 msgid "Insert Vorbis [.ogg] video" msgstr "Vorbis-video [.ogg] invoegen" -#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:147 -#: ../../mod/editlayout.php:145 ../../mod/editpost.php:123 +#: ../../mod/editblock.php:147 ../../mod/editlayout.php:145 +#: ../../mod/editpost.php:123 ../../mod/editwebpage.php:187 msgid "Insert Vorbis [.ogg] audio" msgstr "Vorbis-audio [.ogg] invoegen" +#: ../../mod/editblock.php:180 +msgid "Edit Block" +msgstr "Blok bewerken" + +#: ../../mod/editlayout.php:112 +msgid "Delete layout?" +msgstr "Lay-out verwijderen?" + +#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124 +msgid "Layout Description (Optional)" +msgstr "Lay-out-omschrijving (optioneel)" + +#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121 +#: ../../mod/layouts.php:179 +msgid "Layout Name" +msgstr "Naam lay-out" + +#: ../../mod/editlayout.php:178 +msgid "Edit Layout" +msgstr "Lay-out bewerken" + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Item is niet te bewerken" + +#: ../../mod/editpost.php:57 +msgid "Delete item?" +msgstr "Item verwijderen?" + +#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 +msgid "Edit post" +msgstr "Bericht bewerken" + +#: ../../mod/editwebpage.php:153 +msgid "Delete webpage?" +msgstr "Webpagina verwijderen?" + +#: ../../mod/editwebpage.php:172 +msgid "Page link title" +msgstr "Titel van paginalink" + #: ../../mod/editwebpage.php:222 msgid "Edit Webpage" msgstr "Webpagina bewerken" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "Niet in staat om je hub te vinden" +#: ../../mod/events.php:21 +msgid "Calendar entries imported." +msgstr "Agenda-items geïmporteerd." -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Verzenden bericht geslaagd." +#: ../../mod/events.php:23 +msgid "No calendar entries found." +msgstr "Geen agenda-items gevonden." -#: ../../mod/ping.php:260 -msgid "sent you a private message" -msgstr "stuurde jou een privébericht" +#: ../../mod/events.php:100 +msgid "Event can not end before it has started." +msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen" -#: ../../mod/ping.php:308 -msgid "added your channel" -msgstr "voegde jouw kanaal toe" +#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 +msgid "Unable to generate preview." +msgstr "Niet in staat om voorvertoning te genereren" -#: ../../mod/ping.php:350 -msgid "posted an event" -msgstr "plaatste een gebeurtenis" +#: ../../mod/events.php:109 +msgid "Event title and start time are required." +msgstr "Titel en begintijd van gebeurtenis zijn vereist." -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Geef toestemming voor applicatiekoppeling" +#: ../../mod/events.php:129 ../../mod/events.php:254 +msgid "Event not found." +msgstr "Gebeurtenis niet gevonden" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Ga terug naar je app en voeg deze beveiligingscode in:" +#: ../../mod/events.php:437 +msgid "Edit event title" +msgstr "Titel bewerken" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Inloggen om verder te kunnen gaan." +#: ../../mod/events.php:437 +msgid "Event title" +msgstr "Titel" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?" +#: ../../mod/events.php:439 +msgid "Categories (comma-separated list)" +msgstr "Categorieën (door komma's gescheiden lijst)" -#: ../../mod/notify.php:53 ../../mod/notifications.php:94 -msgid "No more system notifications." -msgstr "Geen systeemnotificaties meer." +#: ../../mod/events.php:440 +msgid "Edit Category" +msgstr "Categorie" -#: ../../mod/notify.php:57 ../../mod/notifications.php:98 -msgid "System Notifications" -msgstr "Systeemnotificaties" +#: ../../mod/events.php:440 +msgid "Category" +msgstr "Categorie" -#: ../../mod/rbmark.php:90 -msgid "Select a bookmark folder" -msgstr "Kies een bladwijzermap" +#: ../../mod/events.php:443 +msgid "Edit start date and time" +msgstr "Begindatum en -tijd bewerken" -#: ../../mod/rbmark.php:95 -msgid "Save Bookmark" -msgstr "Bladwijzer opslaan" +#: ../../mod/events.php:443 +msgid "Start date and time" +msgstr "Begindatum en -tijd" -#: ../../mod/rbmark.php:96 -msgid "URL of bookmark" -msgstr "URL van bladwijzer" +#: ../../mod/events.php:444 ../../mod/events.php:447 +msgid "Finish date and time are not known or not relevant" +msgstr "Einddatum en -tijd zijn niet bekend of niet van toepassing" -#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:450 -msgid "Description" -msgstr "Omschrijving" +#: ../../mod/events.php:446 +msgid "Edit finish date and time" +msgstr "Einddatum en -tijd bewerken" -#: ../../mod/rbmark.php:101 -msgid "Or enter new bookmark folder name" -msgstr "Of geef de naam op van een nieuwe bladwijzermap" +#: ../../mod/events.php:446 +msgid "Finish date and time" +msgstr "Einddatum en -tijd" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Contact niet gevonden" +#: ../../mod/events.php:448 ../../mod/events.php:449 +msgid "Adjust for viewer timezone" +msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Kanaalvoorstel verzonden." +#: ../../mod/events.php:448 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." +msgstr "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen." -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Kanalen voorstellen" +#: ../../mod/events.php:450 +msgid "Edit Description" +msgstr "Omschrijving bewerken" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Stel een kanaal voor aan %s" +#: ../../mod/events.php:452 +msgid "Edit Location" +msgstr "Locatie bewerken" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Aanmaken bron mislukt. Geen kanaal geselecteerd." +#: ../../mod/events.php:455 ../../mod/events.php:457 +msgid "Share this event" +msgstr "Deel deze gebeurtenis" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Bron aangemaakt." +#: ../../mod/events.php:462 +msgid "Advanced Options" +msgstr "Geavanceerde opties" -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Bron aangemaakt." +#: ../../mod/events.php:574 +msgid "l, F j" +msgstr "l j F" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/events.php:596 +msgid "Edit event" +msgstr "Gebeurtenis bewerken" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Beheer externe bronnen met inhoud voor jouw kanaal" +#: ../../mod/events.php:598 +msgid "Delete event" +msgstr "Gebeurtenis verwijderen" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nieuwe bron" +#: ../../mod/events.php:632 +msgid "calendar" +msgstr "agenda" -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen." +#: ../../mod/events.php:651 +msgid "Edit Event" +msgstr "Gebeurtenis bewerken" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importeer alleen inhoud met deze woorden (één per regel)" +#: ../../mod/events.php:651 +msgid "Create Event" +msgstr "Gebeurtenis aanmaken" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Laat leeg om alle openbare inhoud te importeren" +#: ../../mod/events.php:652 ../../mod/events.php:659 ../../mod/photos.php:916 +msgid "Previous" +msgstr "Vorige" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Bron niet gevonden" +#: ../../mod/events.php:653 ../../mod/events.php:660 ../../mod/photos.php:925 +#: ../../mod/setup.php:288 +msgid "Next" +msgstr "Volgende" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Bron bewerken" +#: ../../mod/events.php:661 +msgid "Today" +msgstr "Vandaag" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Bron verwijderen" +#: ../../mod/events.php:692 +msgid "Event removed" +msgstr "Gebeurtenis verwijderd" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Bron verwijderd" +#: ../../mod/events.php:695 +msgid "Failed to remove event" +msgstr "Verwijderen gebeurtenis mislukt" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Verwijderen bron mislukt." +#: ../../mod/ffsapi.php:8 +msgid "Share content from Firefox to $Projectname" +msgstr "Deel webpagina's vanuit Firefox met " -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Ongeldige verzoek identificator (request identifier)" +#: ../../mod/ffsapi.php:11 +msgid "Activate the Firefox $Projectname provider" +msgstr "Activeer de $Projectname-service in Firefox" -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Annuleren" +#: ../../mod/filer.php:48 +msgid "- select -" +msgstr "- kies map -" -#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 -msgid "Tag removed" -msgstr "Tag verwijderd" +#: ../../mod/filestorage.php:82 +msgid "Permission Denied." +msgstr "Toegang geweigerd" -#: ../../mod/tagrm.php:119 -msgid "Remove Item Tag" -msgstr "Verwijder item-tag" +#: ../../mod/filestorage.php:98 +msgid "File not found." +msgstr "Bestand niet gevonden." -#: ../../mod/tagrm.php:121 -msgid "Select a tag to remove: " -msgstr "Kies een tag om te verwijderen" +#: ../../mod/filestorage.php:141 +msgid "Edit file permissions" +msgstr "Bestandsrechten bewerken" -#: ../../mod/tagrm.php:133 ../../mod/photos.php:951 -msgid "Remove" -msgstr "Verwijderen" +#: ../../mod/filestorage.php:150 +msgid "Set/edit permissions" +msgstr "Rechten instellen/bewerken" -#: ../../mod/directory.php:236 -#, php-format -msgid "%d rating" -msgid_plural "%d ratings" -msgstr[0] "%d beoordeling" -msgstr[1] "%d beoordelingen" +#: ../../mod/filestorage.php:151 +msgid "Include all files and sub folders" +msgstr "Toepassen op alle bestanden en submappen" -#: ../../mod/directory.php:247 -msgid "Gender: " -msgstr "Geslacht:" +#: ../../mod/filestorage.php:152 +msgid "Return to file list" +msgstr "Terugkeren naar bestandlijst " -#: ../../mod/directory.php:249 -msgid "Status: " -msgstr "Status: " +#: ../../mod/filestorage.php:154 +msgid "Copy/paste this code to attach file to a post" +msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen" -#: ../../mod/directory.php:251 -msgid "Homepage: " -msgstr "Homepage: " +#: ../../mod/filestorage.php:155 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen" -#: ../../mod/directory.php:310 -msgid "Description:" -msgstr "Omschrijving:" +#: ../../mod/filestorage.php:157 +msgid "Share this file" +msgstr "Dit bestand delen" -#: ../../mod/directory.php:319 -msgid "Public Forum:" -msgstr "Openbaar forum:" +#: ../../mod/filestorage.php:158 +msgid "Show URL to this file" +msgstr "Toon URL van dit bestand" -#: ../../mod/directory.php:322 -msgid "Keywords: " -msgstr "Trefwoorden: " +#: ../../mod/filestorage.php:159 +msgid "Notify your contacts about this file" +msgstr "Jouw connecties over dit bestand berichten" -#: ../../mod/directory.php:325 -msgid "Don't suggest" -msgstr "Niet voorstellen" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanaal toegevoegd." -#: ../../mod/directory.php:327 -msgid "Common connections:" -msgstr "Gemeenschappelijke connecties:" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Contact niet gevonden" -#: ../../mod/directory.php:376 -msgid "Global Directory" -msgstr "Volledige kanalengids" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Kanaalvoorstel verzonden." -#: ../../mod/directory.php:376 -msgid "Local Directory" -msgstr "Lokale kanalengids" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Kanalen voorstellen" -#: ../../mod/directory.php:382 -msgid "Finding:" -msgstr "Gezocht naar:" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Stel een kanaal voor aan %s" -#: ../../mod/directory.php:387 -msgid "next page" -msgstr "volgende pagina" +#: ../../mod/group.php:20 +msgid "Privacy group created." +msgstr "Privacygroep aangemaakt" -#: ../../mod/directory.php:387 -msgid "previous page" -msgstr "vorige pagina" +#: ../../mod/group.php:26 +msgid "Could not create privacy group." +msgstr "Kon privacygroep niet aanmaken" -#: ../../mod/directory.php:388 -msgid "Sort options" -msgstr "Sorteeropties" +#: ../../mod/group.php:54 +msgid "Privacy group updated." +msgstr "Privacygroep bijgewerkt" -#: ../../mod/directory.php:389 -msgid "Alphabetic" -msgstr "Alfabetisch" +#: ../../mod/group.php:86 +msgid "Create a group of channels." +msgstr "Privacygroep met kanalen aanmaken" -#: ../../mod/directory.php:390 -msgid "Reverse Alphabetic" -msgstr "Omgekeerd alfabetisch" +#: ../../mod/group.php:87 ../../mod/group.php:180 +msgid "Privacy group name: " +msgstr "Naam privacygroep: " -#: ../../mod/directory.php:391 -msgid "Newest to Oldest" -msgstr "Nieuw naar oud" +#: ../../mod/group.php:89 ../../mod/group.php:183 +msgid "Members are visible to other channels" +msgstr "Kanalen in deze privacygroep zijn zichtbaar voor andere kanalen" -#: ../../mod/directory.php:392 -msgid "Oldest to Newest" -msgstr "Oud naar nieuw" +#: ../../mod/group.php:107 +msgid "Privacy group removed." +msgstr "Privacygroep verwijderd." -#: ../../mod/directory.php:409 -msgid "No entries (some entries may be hidden)." -msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)." +#: ../../mod/group.php:109 +msgid "Unable to remove privacy group." +msgstr "Verwijderen privacygroep mislukt" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Geen geldige account gevonden." +#: ../../mod/group.php:179 +msgid "Privacy group editor" +msgstr "Privacygroep bewerken" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail." +#: ../../mod/group.php:193 +msgid "Members" +msgstr "Kanalen" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 -#, php-format -msgid "Site Member (%s)" -msgstr "Lid van hub (%s)" +#: ../../mod/group.php:195 +msgid "All Connected Channels" +msgstr "Alle kanaalconnecties" -#: ../../mod/lostpass.php:40 +#: ../../mod/group.php:227 +msgid "Click on a channel to add or remove." +msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen." + +#: ../../mod/help.php:149 +msgid "Documentation Search" +msgstr "Zoek documentatie" + +#: ../../mod/help.php:190 ../../mod/help.php:196 ../../mod/help.php:202 +msgid "Help:" +msgstr "Hulp:" + +#: ../../mod/help.php:243 +msgid "$Projectname Documentation" +msgstr "$Projectname-documentatie" + +#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 +msgid "$Projectname" +msgstr "$Projectname" + +#: ../../mod/home.php:75 #, php-format -msgid "Password reset requested at %s" -msgstr "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend" +msgid "Welcome to %s" +msgstr "Welkom op %s" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt." +#: ../../mod/id.php:11 +msgid "First Name" +msgstr "Voornaam" -#: ../../mod/lostpass.php:86 ../../boot.php:1489 -msgid "Password Reset" -msgstr "Wachtwoord vergeten?" +#: ../../mod/id.php:12 +msgid "Last Name" +msgstr "Achternaam" -#: ../../mod/lostpass.php:87 -msgid "Your password has been reset as requested." -msgstr "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht." +#: ../../mod/id.php:13 +msgid "Nickname" +msgstr "Bijnaam" -#: ../../mod/lostpass.php:88 -msgid "Your new password is" -msgstr "Jouw nieuwe wachtwoord is" +#: ../../mod/id.php:14 +msgid "Full Name" +msgstr "Volledige naam" -#: ../../mod/lostpass.php:89 -msgid "Save or copy your new password - and then" -msgstr "Kopieer of sla je nieuwe wachtwoord op - en" +#: ../../mod/id.php:20 +msgid "Profile Photo 16px" +msgstr "Profielfoto 16px" -#: ../../mod/lostpass.php:90 -msgid "click here to login" -msgstr "klik dan hier om in te loggen" +#: ../../mod/id.php:21 +msgid "Profile Photo 32px" +msgstr "Profielfoto 32px" -#: ../../mod/lostpass.php:91 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "Jouw wachtwoord kan worden veranderd onder <em>instellingen</em>, nadat je succesvol bent ingelogd." +#: ../../mod/id.php:22 +msgid "Profile Photo 48px" +msgstr "Profielfoto 48px" -#: ../../mod/lostpass.php:108 -#, php-format -msgid "Your password has changed at %s" -msgstr "Jouw wachtwoord op %s is veranderd" +#: ../../mod/id.php:23 +msgid "Profile Photo 64px" +msgstr "Profielfoto 64px" -#: ../../mod/lostpass.php:123 -msgid "Forgot your Password?" -msgstr "Wachtwoord vergeten?" +#: ../../mod/id.php:24 +msgid "Profile Photo 80px" +msgstr "Profielfoto 80px" -#: ../../mod/lostpass.php:124 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies." +#: ../../mod/id.php:25 +msgid "Profile Photo 128px" +msgstr "Profielfoto 128px" -#: ../../mod/lostpass.php:125 -msgid "Email Address" -msgstr "E-mailadres" +#: ../../mod/id.php:26 +msgid "Timezone" +msgstr "Tijdzone" -#: ../../mod/lostpass.php:126 -msgid "Reset" -msgstr "Opnieuw instellen" +#: ../../mod/id.php:27 +msgid "Homepage URL" +msgstr "URL homepagina" -#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Deze hub is geen kanalengidshub (directoryserver)" +#: ../../mod/id.php:29 +msgid "Birth Year" +msgstr "Geboortejaar" + +#: ../../mod/id.php:30 +msgid "Birth Month" +msgstr "Geboortemaand" + +#: ../../mod/id.php:31 +msgid "Birth Day" +msgstr "Geboortedag" + +#: ../../mod/id.php:32 +msgid "Birthdate" +msgstr "Geboortedatum" + +#: ../../mod/id.php:33 ../../mod/profiles.php:441 +msgid "Gender" +msgstr "Geslacht" #: ../../mod/impel.php:192 #, php-format @@ -6223,16 +5445,6 @@ msgstr "%s onderdeel geïnstalleerd" msgid "%s element installation failed" msgstr "Installatie %s-element mislukt" -#: ../../mod/subthread.php:114 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s volgt het %3$s van %2$s" - -#: ../../mod/subthread.php:116 -#, php-format -msgid "%1$s stopped following %2$s's %3$s" -msgstr "%1$s volgt het %3$s van %2$s niet meer" - #: ../../mod/import.php:28 #, php-format msgid "Your service plan only allows %d channels." @@ -6250,51 +5462,55 @@ msgstr "Niet in staat om gegevens van de oude hub te downloaden" msgid "Imported file is empty." msgstr "Geïmporteerde bestand is leeg" -#: ../../mod/import.php:116 ../../mod/import_items.php:82 +#: ../../mod/import.php:119 ../../mod/import_items.php:82 #, php-format msgid "Warning: Database versions differ by %1$d updates." msgstr "Waarschuwing: database-versies lopen %1$d updates achter." -#: ../../mod/import.php:149 +#: ../../mod/import.php:124 +msgid "Server platform is not compatible. Operation not permitted." +msgstr "Server-platform is niet compatibel. Actie is niet toegestaan." + +#: ../../mod/import.php:158 msgid "No channel. Import failed." msgstr "Geen kanaal. Importeren mislukt." -#: ../../mod/import.php:509 +#: ../../mod/import.php:518 msgid "You must be logged in to use this feature." msgstr "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken." -#: ../../mod/import.php:514 +#: ../../mod/import.php:523 msgid "Import Channel" msgstr "Kanaal importeren" -#: ../../mod/import.php:515 +#: ../../mod/import.php:524 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." msgstr "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken." -#: ../../mod/import.php:516 ../../mod/import_items.php:121 +#: ../../mod/import.php:525 ../../mod/import_items.php:115 msgid "File to Upload" msgstr "Bestand om te uploaden" -#: ../../mod/import.php:517 +#: ../../mod/import.php:526 msgid "Or provide the old server/hub details" msgstr "Of vul de gegevens van de oude hub in" -#: ../../mod/import.php:518 +#: ../../mod/import.php:527 msgid "Your old identity address (xyz@example.com)" msgstr "Jouw oude kanaaladres (xyz@example.com)" -#: ../../mod/import.php:519 +#: ../../mod/import.php:528 msgid "Your old login email address" msgstr "Het e-mailadres van je oude account" -#: ../../mod/import.php:520 +#: ../../mod/import.php:529 msgid "Your old login password" msgstr "Wachtwoord van jouw oude account" -#: ../../mod/import.php:521 +#: ../../mod/import.php:530 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" @@ -6302,22 +5518,35 @@ msgid "" "primary location for files, photos, and media." msgstr "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen." -#: ../../mod/import.php:522 +#: ../../mod/import.php:531 msgid "Make this hub my primary location" msgstr "Stel deze hub als mijn primaire locatie in" -#: ../../mod/import.php:523 +#: ../../mod/import.php:532 msgid "" "Import existing posts if possible (experimental - limited by available " "memory" msgstr "Importeer bestaande berichten wanneer mogelijk (experimenteel - afhankelijk van beschikbaar servergeheugen)" -#: ../../mod/import.php:524 +#: ../../mod/import.php:533 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." msgstr "Dit proces kan enkele minuten in beslag nemen. Klik maar één keer op opslaan en verlaat deze pagina niet alvorens het proces is voltooid." +#: ../../mod/import_items.php:98 +msgid "Import completed" +msgstr "Importeren voltooid" + +#: ../../mod/import_items.php:113 +msgid "Import Items" +msgstr "Importeer items" + +#: ../../mod/import_items.php:114 +msgid "" +"Use this form to import existing posts and content from an export file." +msgstr "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren." + #: ../../mod/invite.php:25 msgid "Total invitation limit exceeded." msgstr "Limiet voor aantal uitnodigingen overschreden." @@ -6365,11 +5594,11 @@ msgstr "Jouw bericht:" #: ../../mod/invite.php:132 msgid "Please join my community on $Projectname." -msgstr "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op $Projectname te vergezellen. Lees meer over $Projectname op https://redmatrix.me." +msgstr "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op $Projectname te vergezellen. Lees meer over $Projectname op http://hubzilla.org" #: ../../mod/invite.php:134 -msgid "You will need to supply this invitation code: " -msgstr "Je moet deze uitnodigingscode opgeven: " +msgid "You will need to supply this invitation code:" +msgstr "Je moet deze uitnodigingscode opgeven:" #: ../../mod/invite.php:135 msgid "" @@ -6381,220 +5610,560 @@ msgid "2. Enter my $Projectname network address into the site searchbar." msgstr "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn $Projectname-kanaaladres in het zoekveld invullen:" #: ../../mod/invite.php:138 -msgid "or visit " -msgstr "of bezoek " +msgid "or visit" +msgstr "of bezoek" #: ../../mod/invite.php:140 msgid "3. Click [Connect]" msgstr "3. Klik op [+ Verbinden]" -#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#: ../../mod/item.php:174 +msgid "Unable to locate original post." +msgstr "Niet in staat om de originele locatie van het bericht te vinden. " + +#: ../../mod/item.php:418 +msgid "Empty post discarded." +msgstr "Leeg bericht geannuleerd" + +#: ../../mod/item.php:458 +msgid "Executable content type not permitted to this channel." +msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal." + +#: ../../mod/item.php:824 +msgid "Duplicate post suppressed." +msgstr "Dubbel bericht tegengehouden." + +#: ../../mod/item.php:954 +msgid "System error. Post not saved." +msgstr "Systeemfout. Bericht niet opgeslagen." + +#: ../../mod/item.php:1221 +msgid "Unable to obtain post information from database." +msgstr "Niet in staat om informatie over dit bericht uit de database te verkrijgen." + +#: ../../mod/item.php:1228 #, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "Ophalen URL gaf een foutmelding terug: %1$s" +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt." -#: ../../mod/profile_photo.php:112 -msgid "Image uploaded but image cropping failed." -msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. " +#: ../../mod/item.php:1235 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt." -#: ../../mod/profile_photo.php:166 -msgid "Image resize failed." -msgstr "Afbeelding kon niet van grootte veranderd worden." +#: ../../mod/layouts.php:176 +msgid "Comanche page description language help" +msgstr "Hulp met de paginabeschrijvingstaal Comanche" -#: ../../mod/profile_photo.php:212 +#: ../../mod/layouts.php:180 +msgid "Layout Description" +msgstr "Lay-out-omschrijving" + +#: ../../mod/layouts.php:185 +msgid "Download PDL file" +msgstr "Download PDL-bestand" + +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Leuk/niet leuk" + +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Deze actie kan alleen door $Projectname-leden worden uitgevoerd." + +#: ../../mod/like.php:21 msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven." +"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a " +"href=\"register\">register as a new $Projectname member</a> to continue." +msgstr "Je dient <a href=\"rmagic\">in te loggen met je $Projectname-account</a> of <a href=\"register\">een nieuw $Projectname-account aan te maken</a> om verder te kunnen gaan." -#: ../../mod/profile_photo.php:250 -msgid "Image upload failed." -msgstr "Uploaden afbeelding mislukt" +#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 +msgid "Invalid request." +msgstr "Ongeldig verzoek" -#: ../../mod/profile_photo.php:269 -msgid "Unable to process image." -msgstr "Niet in staat om afbeelding te verwerken." +#: ../../mod/like.php:142 +msgid "thing" +msgstr "ding" -#: ../../mod/profile_photo.php:297 -msgid "female" -msgstr "vrouw" +#: ../../mod/like.php:188 +msgid "Channel unavailable." +msgstr "Kanaal niet beschikbaar." -#: ../../mod/profile_photo.php:298 +#: ../../mod/like.php:236 +msgid "Previous action reversed." +msgstr "Vorige actie omgedraaid" + +#: ../../mod/like.php:414 #, php-format -msgid "%1$s updated her %2$s" -msgstr "%1$s heeft haar %2$s bijgewerkt" +msgid "%1$s agrees with %2$s's %3$s" +msgstr "%1$s is het eens met %2$s's %3$s" -#: ../../mod/profile_photo.php:299 -msgid "male" -msgstr "man" +#: ../../mod/like.php:416 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" +msgstr "%1$s is het niet eens met %2$s's %3$s" -#: ../../mod/profile_photo.php:300 +#: ../../mod/like.php:418 #, php-format -msgid "%1$s updated his %2$s" -msgstr "%1$s heeft zijn %2$s bijgewerkt" +msgid "%1$s abstains from a decision on %2$s's %3$s" +msgstr "%1$s onthoudt zich van een besluit over %2$s's %3$s" -#: ../../mod/profile_photo.php:302 +#: ../../mod/like.php:420 #, php-format -msgid "%1$s updated their %2$s" -msgstr "%1$s hebben hun %2$s bijgewerkt" +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s is aanwezig op %2$s's %3$s" -#: ../../mod/profile_photo.php:304 -msgid "profile photo" -msgstr "profielfoto" +#: ../../mod/like.php:422 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s is niet aanwezig op %2$s's %3$s" -#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409 -msgid "Photo not available." -msgstr "Foto niet beschikbaar." +#: ../../mod/like.php:424 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s is mogelijk aanwezig op %2$s's %3$s" -#: ../../mod/profile_photo.php:450 -msgid "Upload File:" -msgstr "Bestand uploaden:" +#: ../../mod/like.php:520 +msgid "Action completed." +msgstr "Actie voltooid" -#: ../../mod/profile_photo.php:451 -msgid "Select a profile:" -msgstr "Kies een profiel:" +#: ../../mod/like.php:521 +msgid "Thank you." +msgstr "Bedankt" -#: ../../mod/profile_photo.php:452 -msgid "Upload Profile Photo" -msgstr "Profielfoto uploaden" +#: ../../mod/lockview.php:37 +msgid "Remote privacy information not available." +msgstr "Privacy-informatie op afstand niet beschikbaar." -#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975 -msgid "or" -msgstr "of" +#: ../../mod/lockview.php:58 +msgid "Visible to:" +msgstr "Zichtbaar voor:" -#: ../../mod/profile_photo.php:457 -msgid "skip this step" -msgstr "sla deze stap over" +#: ../../mod/locs.php:21 ../../mod/locs.php:50 +msgid "Location not found." +msgstr "Locatie niet gevonden." -#: ../../mod/profile_photo.php:457 -msgid "select a photo from your photo albums" -msgstr "Kies een foto uit jouw fotoalbums" +#: ../../mod/locs.php:58 +msgid "Location lookup failed." +msgstr "Opzoeken locatie mislukt" -#: ../../mod/profile_photo.php:473 -msgid "Crop Image" -msgstr "Afbeelding bijsnijden" +#: ../../mod/locs.php:62 +msgid "" +"Please select another location to become primary before removing the primary" +" location." +msgstr "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen." -#: ../../mod/profile_photo.php:474 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven." +#: ../../mod/locs.php:91 +msgid "Syncing locations" +msgstr "Locaties synchronizeren" -#: ../../mod/profile_photo.php:476 -msgid "Done Editing" -msgstr "Klaar met bewerken" +#: ../../mod/locs.php:101 +msgid "No locations found." +msgstr "Geen locaties gevonden." -#: ../../mod/thing.php:111 -msgid "Thing updated" -msgstr "Ding bijgewerkt" +#: ../../mod/locs.php:112 +msgid "Manage Channel Locations" +msgstr "Kanaallocaties beheren" -#: ../../mod/thing.php:163 -msgid "Object store: failed" -msgstr "Opslaan van ding mislukt" +#: ../../mod/locs.php:113 +msgid "Location (address)" +msgstr "Locatie (adres)" -#: ../../mod/thing.php:167 -msgid "Thing added" -msgstr "Ding toegevoegd" +#: ../../mod/locs.php:114 +msgid "Primary Location" +msgstr "Primaire locatie" -#: ../../mod/thing.php:193 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +#: ../../mod/locs.php:115 +msgid "Drop location" +msgstr "Locatie verwijderen" -#: ../../mod/thing.php:256 -msgid "Show Thing" -msgstr "Ding weergeven" +#: ../../mod/locs.php:117 +msgid "Sync now" +msgstr "Nu synchroniseren" -#: ../../mod/thing.php:263 -msgid "item not found." -msgstr "Item niet gevonden" +#: ../../mod/locs.php:118 +msgid "Please wait several minutes between consecutive operations." +msgstr "Wacht enkele minuten tussen opeenvolgende handelingen." -#: ../../mod/thing.php:296 -msgid "Edit Thing" -msgstr "Ding bewerken" +#: ../../mod/locs.php:119 +msgid "" +"When possible, drop a location by logging into that website/hub and removing" +" your channel." +msgstr "Wij adviseren, wanneer dit (nog) mogelijk is, de locatie te verwijderen door op de hub van de kloon in te loggen en het kanaal daar te verwijderen." -#: ../../mod/thing.php:298 ../../mod/thing.php:348 -msgid "Select a profile" -msgstr "Kies een profiel" +#: ../../mod/locs.php:120 +msgid "Use this form to drop the location if the hub is no longer operating." +msgstr "Gebruik dit formulier om de locatie te verwijderen wanneer de hub van de kloon niet meer operationeel is." -#: ../../mod/thing.php:302 ../../mod/thing.php:351 -msgid "Post an activity" -msgstr "Plaats een bericht" +#: ../../mod/ping.php:260 +msgid "sent you a private message" +msgstr "stuurde jou een privébericht" -#: ../../mod/thing.php:302 ../../mod/thing.php:351 -msgid "Only sends to viewers of the applicable profile" -msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien." +#: ../../mod/ping.php:308 +msgid "added your channel" +msgstr "voegde jouw kanaal toe" -#: ../../mod/thing.php:304 ../../mod/thing.php:353 -msgid "Name of thing e.g. something" -msgstr "Naam van ding" +#: ../../mod/ping.php:350 +msgid "posted an event" +msgstr "plaatste een gebeurtenis" -#: ../../mod/thing.php:306 ../../mod/thing.php:354 -msgid "URL of thing (optional)" -msgstr "URL van ding (optioneel)" +#: ../../mod/magic.php:69 +msgid "Hub not found." +msgstr "Hub niet gevonden." -#: ../../mod/thing.php:308 ../../mod/thing.php:355 -msgid "URL for photo of thing (optional)" -msgstr "URL van foto van ding (optioneel)" +#: ../../mod/mail.php:34 +msgid "Unable to lookup recipient." +msgstr "Niet in staat om ontvanger op te zoeken." -#: ../../mod/thing.php:346 -msgid "Add Thing to your Profile" -msgstr "Ding aan je profiel toevoegen" +#: ../../mod/mail.php:42 +msgid "Unable to communicate with requested channel." +msgstr "Niet in staat om met het aangevraagde kanaal te communiceren." -#: ../../mod/dirsearch.php:29 -msgid "This directory server requires an access token" -msgstr "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig" +#: ../../mod/mail.php:49 +msgid "Cannot verify requested channel." +msgstr "Kan opgevraagd kanaal niet verifieren" -#: ../../mod/editblock.php:118 -msgid "Delete block?" -msgstr "Blok verwijderen" +#: ../../mod/mail.php:75 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt." -#: ../../mod/editblock.php:180 -msgid "Edit Block" -msgstr "Blok bewerken" +#: ../../mod/mail.php:140 +msgid "Messages" +msgstr "Berichten" -#: ../../mod/removeaccount.php:30 -msgid "" -"Account removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd." +#: ../../mod/mail.php:175 +msgid "Message recalled." +msgstr "Bericht ingetrokken." -#: ../../mod/removeaccount.php:57 -msgid "Remove This Account" -msgstr "Verwijder dit account" +#: ../../mod/mail.php:188 +msgid "Conversation removed." +msgstr "Conversatie verwijderd" -#: ../../mod/removeaccount.php:58 -msgid "" -"This account and all its channels will be completely removed from the " -"network. " -msgstr "Dit account en al zijn kanalen worden volledig uit het $Projectname-netwerk verwijderd." +#: ../../mod/mail.php:231 +msgid "Requested channel is not in this network" +msgstr "Opgevraagd kanaal is niet in dit netwerk beschikbaar" -#: ../../mod/removeaccount.php:60 -msgid "" -"Remove this account, all its channels and all its channel clones from the " -"network" -msgstr "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het $Projectname-netwerk verwijderen" +#: ../../mod/mail.php:239 +msgid "Send Private Message" +msgstr "Privébericht versturen" -#: ../../mod/removeaccount.php:60 -msgid "" -"By default only the instances of the channels located on this hub will be " -"removed from the network" -msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het $Projectname-netwerk verwijderd" +#: ../../mod/mail.php:240 ../../mod/mail.php:370 +msgid "To:" +msgstr "Aan:" -#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700 -msgid "Remove Account" -msgstr "Account verwijderen" +#: ../../mod/mail.php:243 ../../mod/mail.php:372 +msgid "Subject:" +msgstr "Onderwerp:" -#: ../../mod/import_items.php:101 -msgid "Import completed" -msgstr "Importeren voltooid" +#: ../../mod/mail.php:250 +msgid "Send" +msgstr "Verzenden" -#: ../../mod/import_items.php:119 -msgid "Import Items" -msgstr "Importeer items" +#: ../../mod/mail.php:342 +msgid "Delete message" +msgstr "Bericht verwijderen" + +#: ../../mod/mail.php:343 +msgid "Delivery report" +msgstr "Afleveringsrapport" + +#: ../../mod/mail.php:344 +msgid "Recall message" +msgstr "Bericht intrekken" + +#: ../../mod/mail.php:346 +msgid "Message has been recalled." +msgstr "Bericht is ingetrokken." + +#: ../../mod/mail.php:363 +msgid "Delete Conversation" +msgstr "Verwijder conversatie" -#: ../../mod/import_items.php:120 +#: ../../mod/mail.php:365 msgid "" -"Use this form to import existing posts and content from an export file." -msgstr "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren." +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender." + +#: ../../mod/mail.php:369 +msgid "Send Reply" +msgstr "Antwoord versturen" + +#: ../../mod/mail.php:374 +#, php-format +msgid "Your message for %s (%s):" +msgstr "Jouw privébericht aan %s (%s):" + +#: ../../mod/manage.php:130 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt." + +#: ../../mod/manage.php:138 +msgid "Create a new channel" +msgstr "Nieuw kanaal aanmaken" + +#: ../../mod/manage.php:163 +msgid "Current Channel" +msgstr "Huidig kanaal" + +#: ../../mod/manage.php:165 +msgid "Switch to one of your channels by selecting it." +msgstr "Activeer een van jouw andere kanalen door er op te klikken." + +#: ../../mod/manage.php:166 +msgid "Default Channel" +msgstr "Standaardkanaal" + +#: ../../mod/manage.php:167 +msgid "Make Default" +msgstr "Als standaard instellen" + +#: ../../mod/manage.php:170 +#, php-format +msgid "%d new messages" +msgstr "%d nieuwe berichten" + +#: ../../mod/manage.php:171 +#, php-format +msgid "%d new introductions" +msgstr "%d nieuwe connectieverzoeken" + +#: ../../mod/manage.php:173 +msgid "Delegated Channels" +msgstr "Uitbestede kanalen" + +#: ../../mod/match.php:22 +msgid "Profile Match" +msgstr "Profielovereenkomst" + +#: ../../mod/match.php:31 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe." + +#: ../../mod/match.php:63 +msgid "is interested in:" +msgstr "is geïnteresseerd in:" + +#: ../../mod/match.php:70 +msgid "No matches" +msgstr "Geen overeenkomsten" + +#: ../../mod/menu.php:45 +msgid "Unable to update menu." +msgstr "Niet in staat om menu aan te passen" + +#: ../../mod/menu.php:56 +msgid "Unable to create menu." +msgstr "Niet in staat om menu aan te maken." + +#: ../../mod/menu.php:94 ../../mod/menu.php:106 +msgid "Menu Name" +msgstr "Menunaam" + +#: ../../mod/menu.php:94 +msgid "Unique name (not visible on webpage) - required" +msgstr "Unieke naam vereist (niet zichtbaar op webpagina)" + +#: ../../mod/menu.php:95 ../../mod/menu.php:107 +msgid "Menu Title" +msgstr "Menutitel" + +#: ../../mod/menu.php:95 +msgid "Visible on webpage - leave empty for no title" +msgstr "Zichtbaar op webpagina (leeg laten voor geen titel)" + +#: ../../mod/menu.php:96 +msgid "Allow Bookmarks" +msgstr "Bladwijzers toestaan" + +#: ../../mod/menu.php:96 ../../mod/menu.php:153 +msgid "Menu may be used to store saved bookmarks" +msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan" + +#: ../../mod/menu.php:97 ../../mod/menu.php:155 +msgid "Submit and proceed" +msgstr "Opslaan en doorgaan" + +#: ../../mod/menu.php:109 +msgid "Drop" +msgstr "Verwijderen" + +#: ../../mod/menu.php:113 +msgid "Bookmarks allowed" +msgstr "Bladwijzers toegestaan" + +#: ../../mod/menu.php:115 +msgid "Delete this menu" +msgstr "Menu verwijderen" + +#: ../../mod/menu.php:116 ../../mod/menu.php:150 +msgid "Edit menu contents" +msgstr "Bewerk de inhoud van het menu" + +#: ../../mod/menu.php:117 +msgid "Edit this menu" +msgstr "Dit menu bewerken" + +#: ../../mod/menu.php:132 +msgid "Menu could not be deleted." +msgstr "Menu kon niet verwijderd worden." + +#: ../../mod/menu.php:140 ../../mod/mitem.php:24 +msgid "Menu not found." +msgstr "Menu niet gevonden." + +#: ../../mod/menu.php:145 +msgid "Edit Menu" +msgstr "Menu bewerken" + +#: ../../mod/menu.php:149 +msgid "Add or remove entries to this menu" +msgstr "Items aan dit menu toevoegen of verwijder" + +#: ../../mod/menu.php:151 +msgid "Menu name" +msgstr "Naam van menu" + +#: ../../mod/menu.php:151 +msgid "Must be unique, only seen by you" +msgstr "Moet uniek zijn en is alleen zichtbaar voor jou." + +#: ../../mod/menu.php:152 +msgid "Menu title" +msgstr "Titel van menu" + +#: ../../mod/menu.php:152 +msgid "Menu title as seen by others" +msgstr "Titel van menu zoals anderen dat zien." + +#: ../../mod/menu.php:153 +msgid "Allow bookmarks" +msgstr "Bladwijzers toestaan" + +#: ../../mod/menu.php:162 ../../mod/mitem.php:116 ../../mod/xchan.php:37 +msgid "Not found." +msgstr "Niet gevonden." + +#: ../../mod/mitem.php:48 +msgid "Unable to create element." +msgstr "Niet in staat om onderdeel aan te maken." + +#: ../../mod/mitem.php:72 +msgid "Unable to update menu element." +msgstr "Menu-onderdeel kan niet worden geüpdatet." + +#: ../../mod/mitem.php:88 +msgid "Unable to add menu element." +msgstr "Menu-onderdeel kan niet worden toegevoegd." + +#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 +msgid "Menu Item Permissions" +msgstr "Permissies menu-item" + +#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1059 +msgid "(click to open/close)" +msgstr "(klik om te openen/sluiten)" + +#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 +msgid "Link Name" +msgstr "Linknaam" + +#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 +msgid "Link or Submenu Target" +msgstr "Linkdoel of submenu-doel" + +#: ../../mod/mitem.php:153 +msgid "Enter URL of the link or select a menu name to create a submenu" +msgstr "Geef de URL van de link of kies een menunaam om een submenu aan te maken" + +#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 +msgid "Use magic-auth if available" +msgstr "Gebruik magic-auth wanneer beschikbaar" + +#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 +msgid "Open link in new window" +msgstr "Open link in nieuw venster" + +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Order in list" +msgstr "Volgorde in lijst" + +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Hogere nummers komen onderaan de lijst terecht" + +#: ../../mod/mitem.php:157 +msgid "Submit and finish" +msgstr "Opslaan en afsluiten" + +#: ../../mod/mitem.php:158 +msgid "Submit and continue" +msgstr "Opslaan en doorgaan" + +#: ../../mod/mitem.php:166 +msgid "Menu:" +msgstr "Menu:" + +#: ../../mod/mitem.php:169 +msgid "Link Target" +msgstr "Linkdoel" + +#: ../../mod/mitem.php:172 +msgid "Edit menu" +msgstr "Menu bewerken" + +#: ../../mod/mitem.php:175 +msgid "Edit element" +msgstr "Onderdeel bewerken" + +#: ../../mod/mitem.php:176 +msgid "Drop element" +msgstr "Onderdeel verwijderen" + +#: ../../mod/mitem.php:177 +msgid "New element" +msgstr "Nieuw element" + +#: ../../mod/mitem.php:178 +msgid "Edit this menu container" +msgstr "Deze menu-container bewerken" + +#: ../../mod/mitem.php:179 +msgid "Add menu element" +msgstr "Menu-element toevoegen" + +#: ../../mod/mitem.php:180 +msgid "Delete this menu item" +msgstr "Dit menu-item verwijderen" + +#: ../../mod/mitem.php:181 +msgid "Edit this menu item" +msgstr "Dit menu-item bewerken" + +#: ../../mod/mitem.php:198 +msgid "Menu item not found." +msgstr "Menu-item niet gevonden." + +#: ../../mod/mitem.php:211 +msgid "Menu item deleted." +msgstr "Menu-item verwijderd." + +#: ../../mod/mitem.php:213 +msgid "Menu item could not be deleted." +msgstr "Menu-item kon niet worden verwijderd." + +#: ../../mod/mitem.php:220 +msgid "Edit Menu Element" +msgstr "Menu-element bewerken" + +#: ../../mod/mitem.php:226 +msgid "Link text" +msgstr "Linktekst" + +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "Noteer je huidige stemming en toon het aan je connecties" #: ../../mod/network.php:91 msgid "No such group" @@ -6613,870 +6182,1801 @@ msgid "Search Results For:" msgstr "Zoekresultaten voor:" #: ../../mod/network.php:207 -msgid "Collection is empty" -msgstr "Collectie is leeg" +msgid "Privacy group is empty" +msgstr "Privacygroep is leeg" #: ../../mod/network.php:216 -msgid "Collection: " -msgstr "Collectie: " +msgid "Privacy group: " +msgstr "Privacygroep: " #: ../../mod/network.php:242 msgid "Invalid connection." msgstr "Ongeldige connectie." -#: ../../mod/pdledit.php:13 +#: ../../mod/new_channel.php:130 +msgid "Add a Channel" +msgstr "Kanaal toevoegen" + +#: ../../mod/new_channel.php:131 +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 "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat." + +#: ../../mod/new_channel.php:133 ../../mod/register.php:246 +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +msgid "Channel Name" +msgstr "Kanaalnaam" + +#: ../../mod/new_channel.php:134 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\"" + +#: ../../mod/new_channel.php:135 ../../mod/register.php:248 +msgid "Choose a short nickname" +msgstr "Korte bijnaam" + +#: ../../mod/new_channel.php:137 ../../mod/register.php:249 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>." + +#: ../../mod/new_channel.php:138 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie." + +#: ../../mod/new_channel.php:140 ../../mod/register.php:251 +msgid "" +"Please choose a channel type (such as social networking or community forum) " +"and privacy requirements so we can select the best permissions for you" +msgstr "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd." + +#: ../../mod/new_channel.php:141 ../../mod/register.php:252 +msgid "Channel Type" +msgstr "Kanaaltype" + +#: ../../mod/new_channel.php:141 ../../mod/register.php:252 +msgid "Read more about roles" +msgstr "Lees meer over kanaaltypes" + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ongeldige verzoek identificator (request identifier)" + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Annuleren" + +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "Geen systeemnotificaties meer." + +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "Systeemnotificaties" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Niet in staat om je hub te vinden" + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Verzenden bericht geslaagd." + +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID-protocolfout. Geen ID terugontvangen." + +#: ../../mod/page.php:126 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " +"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam," +" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " +"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " +"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " +"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." + +#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 +msgid "This setting requires special processing and editing has been blocked." +msgstr "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd." + +#: ../../mod/pconfig.php:49 +msgid "Configuration Editor" +msgstr "Configuratiebewerker" + +#: ../../mod/pconfig.php:50 +msgid "" +"Warning: Changing some settings could render your channel inoperable. Please" +" leave this page unless you are comfortable with and knowledgeable about how" +" to correctly use this feature." +msgstr "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. " + +#: ../../mod/pdledit.php:14 msgid "Layout updated." msgstr "Lay-out bijgewerkt." -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +#: ../../mod/pdledit.php:29 ../../mod/pdledit.php:54 msgid "Edit System Page Description" msgstr "Systeempagina's bewerken" -#: ../../mod/pdledit.php:48 +#: ../../mod/pdledit.php:49 msgid "Layout not found." msgstr "Lay-out niet gevonden." -#: ../../mod/pdledit.php:54 +#: ../../mod/pdledit.php:55 msgid "Module Name:" msgstr "Modulenaam:" -#: ../../mod/pdledit.php:55 +#: ../../mod/pdledit.php:56 msgid "Layout Help" msgstr "Lay-out-hulp" -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Maximum toegestane dagelijkse registraties op deze $Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals." +#: ../../mod/photos.php:79 +msgid "Page owner information could not be retrieved." +msgstr "Informatie over de pagina-eigenaar werd niet ontvangen." -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden." +#: ../../mod/photos.php:100 +msgid "Album not found." +msgstr "Album niet gevonden." -#: ../../mod/register.php:84 -msgid "Passwords do not match." -msgstr "Wachtwoorden komen niet met elkaar overeen." +#: ../../mod/photos.php:127 +msgid "Delete Album" +msgstr "Verwijder album" -#: ../../mod/register.php:117 -msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "Registratie geslaagd. Controleer je e-mail voor instructies." +#: ../../mod/photos.php:171 ../../mod/photos.php:1020 +msgid "Delete Photo" +msgstr "Verwijder foto" -#: ../../mod/register.php:123 -msgid "Your registration is pending approval by the site owner." -msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze $Projectname-hub." +#: ../../mod/photos.php:501 +msgid "No photos selected" +msgstr "Geen foto's geselecteerd" -#: ../../mod/register.php:126 -msgid "Your registration can not be processed." -msgstr "Jouw registratie kan niet verwerkt worden." +#: ../../mod/photos.php:550 +msgid "Access to this item is restricted." +msgstr "Toegang tot dit item is beperkt." -#: ../../mod/register.php:163 -msgid "Registration on this site/hub is by approval only." -msgstr "Registraties op deze $Projectname-hub moeten eerst worden goedgekeurd." +#: ../../mod/photos.php:589 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt." -#: ../../mod/register.php:164 -msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" -msgstr "<a href=\"pubsites\">Registreer op een andere $Projectname-hub</a>" +#: ../../mod/photos.php:592 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "%1$.2f MB aan foto-opslag gebruikt." -#: ../../mod/register.php:174 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Deze $Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals." +#: ../../mod/photos.php:628 +msgid "Upload Photos" +msgstr "Foto's uploaden" -#: ../../mod/register.php:185 -msgid "Terms of Service" -msgstr "Gebruiksvoorwaarden" +#: ../../mod/photos.php:632 +msgid "Enter an album name" +msgstr "Vul een albumnaam in" -#: ../../mod/register.php:191 -#, php-format -msgid "I accept the %s for this website" -msgstr "Ik accepteer de %s van deze $Projectname-hub" +#: ../../mod/photos.php:633 +msgid "or select an existing album (doubleclick)" +msgstr "of kies een bestaand album (dubbelklikken)" -#: ../../mod/register.php:193 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Ik accepteer de %s van deze $Projectname-hub" +#: ../../mod/photos.php:634 +msgid "Create a status post for this upload" +msgstr "Plaats een bericht voor deze upload." -#: ../../mod/register.php:207 ../../mod/admin.php:443 -msgid "Registration" -msgstr "Registratie" +#: ../../mod/photos.php:635 +msgid "Caption (optional):" +msgstr "Bijschrift (optioneel):" -#: ../../mod/register.php:212 -msgid "Membership on this site is by invitation only." -msgstr "Registreren op deze $Projectname-hub kan alleen op uitnodiging." +#: ../../mod/photos.php:636 +msgid "Description (optional):" +msgstr "Omschrijving (optioneel):" -#: ../../mod/register.php:213 -msgid "Please enter your invitation code" -msgstr "Vul jouw uitnodigingscode in" +#: ../../mod/photos.php:663 +msgid "Album name could not be decoded" +msgstr "Albumnaam kon niet gedecodeerd worden" -#: ../../mod/register.php:216 -msgid "Your email address" -msgstr "Jouw e-mailadres" +#: ../../mod/photos.php:711 ../../mod/photos.php:1250 +#: ../../mod/photos.php:1267 +msgid "Contact Photos" +msgstr "Connectiefoto's" -#: ../../mod/register.php:217 -msgid "Choose a password" -msgstr "Geef een wachtwoord op" +#: ../../mod/photos.php:734 +msgid "Show Newest First" +msgstr "Nieuwste eerst weergeven" -#: ../../mod/register.php:218 -msgid "Please re-enter your password" -msgstr "Geef het wachtwoord opnieuw op" +#: ../../mod/photos.php:736 +msgid "Show Oldest First" +msgstr "Oudste eerst weergeven" + +#: ../../mod/photos.php:838 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt." + +#: ../../mod/photos.php:840 +msgid "Photo not available" +msgstr "Foto niet aanwezig" + +#: ../../mod/photos.php:898 +msgid "Use as profile photo" +msgstr "Als profielfoto gebruiken" + +#: ../../mod/photos.php:905 +msgid "Private Photo" +msgstr "Privéfoto" -#: ../../mod/admin.php:52 +#: ../../mod/photos.php:920 +msgid "View Full Size" +msgstr "Volledige grootte weergeven" + +#: ../../mod/photos.php:965 ../../mod/tagrm.php:133 +msgid "Remove" +msgstr "Verwijderen" + +#: ../../mod/photos.php:999 +msgid "Edit photo" +msgstr "Foto bewerken" + +#: ../../mod/photos.php:1001 +msgid "Rotate CW (right)" +msgstr "Draai met de klok mee (naar rechts)" + +#: ../../mod/photos.php:1002 +msgid "Rotate CCW (left)" +msgstr "Draai tegen de klok in (naar links)" + +#: ../../mod/photos.php:1005 +msgid "Enter a new album name" +msgstr "Vul een nieuwe albumnaam in" + +#: ../../mod/photos.php:1006 +msgid "or select an existing one (doubleclick)" +msgstr "of kies een bestaand album (dubbelklikken)" + +#: ../../mod/photos.php:1009 +msgid "Caption" +msgstr "Bijschrift" + +#: ../../mod/photos.php:1011 +msgid "Add a Tag" +msgstr "Tag toevoegen" + +#: ../../mod/photos.php:1015 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl" + +#: ../../mod/photos.php:1018 +msgid "Flag as adult in album view" +msgstr "Markeer als voor volwassenen in albumweergave" + +#: ../../mod/photos.php:1210 +msgid "In This Photo:" +msgstr "Op deze foto:" + +#: ../../mod/photos.php:1215 +msgid "Map" +msgstr "Kaart" + +#: ../../mod/photos.php:1306 +msgid "View Album" +msgstr "Album weergeven" + +#: ../../mod/photos.php:1317 ../../mod/photos.php:1330 +#: ../../mod/photos.php:1331 +msgid "Recent Photos" +msgstr "Recente foto's" + +#: ../../mod/admin.php:54 msgid "Theme settings updated." msgstr "Thema-instellingen bijgewerkt." -#: ../../mod/admin.php:160 +#: ../../mod/admin.php:174 msgid "# Accounts" msgstr "# accounts" -#: ../../mod/admin.php:161 +#: ../../mod/admin.php:175 msgid "# blocked accounts" msgstr "# geblokkeerde accounts" -#: ../../mod/admin.php:162 +#: ../../mod/admin.php:176 msgid "# expired accounts" msgstr "# verlopen accounts" -#: ../../mod/admin.php:163 +#: ../../mod/admin.php:177 msgid "# expiring accounts" msgstr "# accounts die nog moeten verlopen" -#: ../../mod/admin.php:174 +#: ../../mod/admin.php:188 msgid "# Channels" msgstr "# Kanalen" -#: ../../mod/admin.php:175 +#: ../../mod/admin.php:189 msgid "# primary" msgstr "# primair" -#: ../../mod/admin.php:176 +#: ../../mod/admin.php:190 msgid "# clones" msgstr "# klonen" -#: ../../mod/admin.php:182 +#: ../../mod/admin.php:196 msgid "Message queues" msgstr "Berichtenwachtrij" -#: ../../mod/admin.php:198 ../../mod/admin.php:440 ../../mod/admin.php:539 -#: ../../mod/admin.php:807 ../../mod/admin.php:971 ../../mod/admin.php:1068 -#: ../../mod/admin.php:1108 ../../mod/admin.php:1268 ../../mod/admin.php:1302 -#: ../../mod/admin.php:1387 +#: ../../mod/admin.php:212 ../../mod/admin.php:455 ../../mod/admin.php:669 +#: ../../mod/admin.php:709 ../../mod/admin.php:984 ../../mod/admin.php:1148 +#: ../../mod/admin.php:1263 ../../mod/admin.php:1324 ../../mod/admin.php:1485 +#: ../../mod/admin.php:1519 ../../mod/admin.php:1604 msgid "Administration" msgstr "Beheer" -#: ../../mod/admin.php:199 +#: ../../mod/admin.php:213 msgid "Summary" msgstr "Samenvatting" -#: ../../mod/admin.php:202 +#: ../../mod/admin.php:216 msgid "Registered accounts" msgstr "Geregistreerde accounts" -#: ../../mod/admin.php:203 ../../mod/admin.php:543 +#: ../../mod/admin.php:217 ../../mod/admin.php:673 msgid "Pending registrations" msgstr "Accounts die op goedkeuring wachten" -#: ../../mod/admin.php:204 +#: ../../mod/admin.php:218 msgid "Registered channels" msgstr "Geregistreerde kanalen" -#: ../../mod/admin.php:205 ../../mod/admin.php:544 +#: ../../mod/admin.php:219 ../../mod/admin.php:674 msgid "Active plugins" -msgstr "Ingeschakelde plug-ins" +msgstr "Ingeschakelde plugins" -#: ../../mod/admin.php:206 +#: ../../mod/admin.php:220 msgid "Version" msgstr "Versie" -#: ../../mod/admin.php:324 +#: ../../mod/admin.php:339 msgid "Site settings updated." msgstr "Hub-instellingen bijgewerkt." -#: ../../mod/admin.php:361 ../../mod/settings.php:793 +#: ../../mod/admin.php:376 ../../mod/settings.php:793 msgid "mobile" msgstr "mobiel" -#: ../../mod/admin.php:363 +#: ../../mod/admin.php:378 msgid "experimental" msgstr "experimenteel" -#: ../../mod/admin.php:365 +#: ../../mod/admin.php:380 msgid "unsupported" msgstr "Niet ondersteund" -#: ../../mod/admin.php:411 +#: ../../mod/admin.php:426 msgid "Yes - with approval" msgstr "Ja - met goedkeuring" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:432 msgid "My site is not a public server" msgstr "Mijn $Projectname-hub is niet openbaar" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:433 msgid "My site has paid access only" msgstr "Mijn $Projectname-hub kent alleen betaalde toegang" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:434 msgid "My site has free access only" msgstr "Mijn $Projectname-hub kent alleen gratis toegang" -#: ../../mod/admin.php:420 +#: ../../mod/admin.php:435 msgid "My site offers free accounts with optional paid upgrades" msgstr "Mijn $Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:458 ../../mod/register.php:237 +msgid "Registration" +msgstr "Registratie" + +#: ../../mod/admin.php:459 msgid "File upload" msgstr "Bestand uploaden" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:460 msgid "Policies" msgstr "Beleid" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:465 msgid "Site name" msgstr "Naam van deze $Projectname-hub" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:466 msgid "Banner/Logo" msgstr "Banner/logo" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:467 msgid "Administrator Information" msgstr "Informatie over de beheerder van deze hub" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:467 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden." -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:468 msgid "System language" msgstr "Standaardtaal" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:469 msgid "System theme" msgstr "Standaardthema" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:469 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Standaardthema voor $Projectname-hub (kan door lid veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:470 msgid "Mobile system theme" msgstr "Standaardthema voor mobiel" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:470 msgid "Theme for mobile devices" msgstr "Thema voor mobiele apparaten" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:472 msgid "Allow Feeds as Connections" msgstr "Sta feeds toe als connecties" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:472 msgid "(Heavy system resource usage)" msgstr "(sterk negatieve invloed op systeembronnen hub)" -#: ../../mod/admin.php:458 +#: ../../mod/admin.php:473 msgid "Maximum image size" msgstr "Maximale grootte van afbeeldingen" -#: ../../mod/admin.php:458 +#: ../../mod/admin.php:473 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend." -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:474 msgid "Does this site allow new member registration?" msgstr "Staat deze hub nieuwe accounts toe?" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:475 +msgid "Invitation only" +msgstr "Alleen op uitnodiging" + +#: ../../mod/admin.php:475 +msgid "" +"Only allow new member registrations with an invitation code. Above register " +"policy must be set to Yes." +msgstr "Sta alleen nieuwe registraties toe van mensen die een uitnodigingscode hebben. Bovenstaand accountbeleid moet op Ja staan." + +#: ../../mod/admin.php:476 msgid "Which best describes the types of account offered by this hub?" msgstr "Wat voor soort accounts biedt deze $Projectname-hub aan? Kies wat het meest in de buurt komt." -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:477 msgid "Register text" msgstr "Tekst tijdens registratie" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:477 msgid "Will be displayed prominently on the registration page." msgstr "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond." -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:478 msgid "Site homepage to show visitors (default: login box)" msgstr "Homepagina van deze hub die aan bezoekers wordt getoond (standaard: inlogformulier)" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:478 msgid "" "example: 'public' to show public stream, 'page/sys/home' to show a system " "webpage called 'home' or 'include:home.html' to include a file." msgstr "voorbeeld: 'public' om de openbare stream te tonen, 'page/sys/home' om de webpagina 'home' van het systeemkanaal te tonen of 'include:home.html' om een gewoon bestand te gebruiken." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:479 msgid "Preserve site homepage URL" msgstr "Behoudt de URL van de hub (/)" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:479 msgid "" "Present the site homepage in a frame at the original location instead of " "redirecting" msgstr "Toon de homepagina van de hub in een frame op de oorspronkelijke locatie (/), i.p.v. een doorverwijzing naar een andere locatie (bv. .../home.html)" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:480 msgid "Accounts abandoned after x days" msgstr "Accounts als verlaten beschouwen na zoveel aantal dagen:" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:480 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet." -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:481 msgid "Allowed friend domains" msgstr "Toegestane domeinen" -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:481 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Komma-gescheiden lijst van domeinen waarvan kanalen connecties kunnen aangaan met kanalen op deze $Projectname-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten." -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:482 msgid "Allowed email domains" msgstr "Toegestane e-maildomeinen" -#: ../../mod/admin.php:466 +#: ../../mod/admin.php:482 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te laten." -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:483 msgid "Not allowed email domains" msgstr "Niet toegestane e-maildomeinen" -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:483 msgid "" "Comma separated list of domains which are not allowed in email addresses for" " registrations to this site. Wildcards are accepted. Empty to allow any " "domains, unless allowed domains have been defined." msgstr "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen niet op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te staan, tenzij er toegestane domeinen zijn ingesteld. " -#: ../../mod/admin.php:468 -msgid "Block public" -msgstr "Openbare toegang blokkeren" - -#: ../../mod/admin.php:468 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde leden." - -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:484 msgid "Verify Email Addresses" msgstr "E-mailadres verifieren" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:484 msgid "" "Check to verify email addresses used in account registration (recommended)." msgstr "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen)." -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:485 msgid "Force publish" msgstr "Dwing kanaalvermelding af" -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:485 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld." -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:486 msgid "Import Public Streams" msgstr "Openbare streams importeren" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:486 msgid "" "Import and allow access to public content pulled from other sites. Warning: " "this content is unmoderated." msgstr "Toegang verlenen tot openbare berichten die vanuit andere hubs worden geïmporteerd. Waarschuwing: de inhoud van deze berichten wordt niet gemodereerd." -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:487 msgid "login on Homepage" msgstr "Inlogformulier op de homepagina" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:487 msgid "" "Present a login box to visitors on the home page if no other content has " "been configured." msgstr "Toon een inlogformulier voor bezoekers op de homepagina wanneer geen andere inhoud is geconfigureerd. " -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:489 msgid "Directory Server URL" msgstr "Server-URL voor de kanalengids" -#: ../../mod/admin.php:474 +#: ../../mod/admin.php:489 msgid "Default directory server" msgstr "Standaardserver voor de kanalengids" -#: ../../mod/admin.php:476 +#: ../../mod/admin.php:491 msgid "Proxy user" msgstr "Gebruikersnaam proxy" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:492 msgid "Proxy URL" msgstr "URL proxy" -#: ../../mod/admin.php:478 +#: ../../mod/admin.php:493 msgid "Network timeout" msgstr "Netwerktimeout" -#: ../../mod/admin.php:478 +#: ../../mod/admin.php:493 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)" -#: ../../mod/admin.php:479 +#: ../../mod/admin.php:494 msgid "Delivery interval" msgstr "Afleveringsinterval" -#: ../../mod/admin.php:479 +#: ../../mod/admin.php:494 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers." -#: ../../mod/admin.php:480 +#: ../../mod/admin.php:495 msgid "Deliveries per process" msgstr "Leveringen per serverproces" -#: ../../mod/admin.php:480 +#: ../../mod/admin.php:495 msgid "" "Number of deliveries to attempt in a single operating system process. Adjust" " if necessary to tune system performance. Recommend: 1-5." msgstr "Aantal leveringen die aan één serverproces worden meegegeven. Pas dit aan wanneer het nodig is om systeemprestaties te verbeteren. Aangeraden: 1-5" -#: ../../mod/admin.php:481 +#: ../../mod/admin.php:496 msgid "Poll interval" msgstr "Poll-interval" -#: ../../mod/admin.php:481 +#: ../../mod/admin.php:496 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken." -#: ../../mod/admin.php:482 +#: ../../mod/admin.php:497 msgid "Maximum Load Average" msgstr "Maximaal gemiddelde systeembelasting" -#: ../../mod/admin.php:482 +#: ../../mod/admin.php:497 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50." -#: ../../mod/admin.php:483 -msgid "Expiration period in days for imported (matrix/network) content" -msgstr "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd." +#: ../../mod/admin.php:498 +msgid "Expiration period in days for imported (grid/network) content" +msgstr "Aantal dagen waarna geïmporteerde inhoud uit iemands grid/netwerk-pagina wordt verwijderd." -#: ../../mod/admin.php:483 +#: ../../mod/admin.php:498 msgid "0 for no expiration of imported content" msgstr "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud." -#: ../../mod/admin.php:531 +#: ../../mod/admin.php:635 ../../mod/admin.php:636 ../../mod/settings.php:717 +msgid "Off" +msgstr "Uit" + +#: ../../mod/admin.php:635 ../../mod/admin.php:636 ../../mod/settings.php:717 +msgid "On" +msgstr "Aan" + +#: ../../mod/admin.php:636 +#, php-format +msgid "Lock feature %s" +msgstr " Vergrendel de functie '%s'" + +#: ../../mod/admin.php:644 +msgid "Manage Additional Features" +msgstr "Beheer - Extra functies" + +#: ../../mod/admin.php:661 msgid "No server found" msgstr "Geen hub gevonden" -#: ../../mod/admin.php:538 ../../mod/admin.php:821 +#: ../../mod/admin.php:668 ../../mod/admin.php:998 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:538 +#: ../../mod/admin.php:668 msgid "for channel" msgstr "voor kanaal" -#: ../../mod/admin.php:538 +#: ../../mod/admin.php:668 msgid "on server" msgstr "op hub" -#: ../../mod/admin.php:538 -msgid "Status" -msgstr "Status" - -#: ../../mod/admin.php:540 +#: ../../mod/admin.php:670 msgid "Server" msgstr "Hubbeheer" -#: ../../mod/admin.php:557 +#: ../../mod/admin.php:712 +msgid "Block public" +msgstr "Openbare toegang blokkeren" + +#: ../../mod/admin.php:712 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently authenticated." +msgstr "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor leden die zich hebben geauthenticeerd." + +#: ../../mod/admin.php:713 +msgid "Allow communications only from these sites" +msgstr "Alleen communicatie met deze hubs toestaan" + +#: ../../mod/admin.php:713 +msgid "" +"One site per line. Leave empty to allow communication from anywhere by " +"default" +msgstr "Eén hub per regel. Laat leeg om communicatie standaard met alle hubs toe te staan" + +#: ../../mod/admin.php:714 +msgid "Block communications from these sites" +msgstr "Communicatie met deze hubs blokkeren" + +#: ../../mod/admin.php:715 +msgid "Allow communications only from these channels" +msgstr "Sta alleen communicatie toe met deze kanalen" + +#: ../../mod/admin.php:715 +msgid "" +"One channel (hash) per line. Leave empty to allow from any channel by " +"default" +msgstr "Eén kanaal (hash) per regel. Laat leeg om communicatie standaard met alle kanalen toe te staan" + +#: ../../mod/admin.php:716 +msgid "Block communications from these channels" +msgstr "Communicatie met deze kanalen blokkeren" + +#: ../../mod/admin.php:717 +msgid "Allow embedded HTML content only from these domains" +msgstr "Alleen ingesloten (embedded) HTML vanaf deze domeinen toestaan" + +#: ../../mod/admin.php:717 +msgid "One site per line. Leave empty to allow from any site by default" +msgstr "Eén per regel. Laat leeg om standaard vanaf elk domein toe te staan" + +#: ../../mod/admin.php:718 +msgid "Block embedded HTML from these domains" +msgstr "Ingesloten (embedded) HTML vanaf deze domeinen blokkeren" + +#: ../../mod/admin.php:720 +msgid "Cooperative embed security" +msgstr "Met elkaar ingesloten (embedded) HTML beveiligen" + +#: ../../mod/admin.php:720 +msgid "Enable to share embed security with other compatible sites/hubs" +msgstr "Beveiliging omtrent ingesloten (embedded) HTML met andere compatibele hubs delen." + +#: ../../mod/admin.php:735 msgid "Update has been marked successful" msgstr "Update is als succesvol gemarkeerd" -#: ../../mod/admin.php:567 +#: ../../mod/admin.php:745 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Uitvoeren van %s is mislukt. Controleer systeemlogboek." -#: ../../mod/admin.php:570 +#: ../../mod/admin.php:748 #, php-format msgid "Update %s was successfully applied." msgstr "Update %s was geslaagd." -#: ../../mod/admin.php:574 +#: ../../mod/admin.php:752 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is." -#: ../../mod/admin.php:577 +#: ../../mod/admin.php:755 #, php-format msgid "Update function %s could not be found." msgstr "Update-functie %s kon niet gevonden worden." -#: ../../mod/admin.php:593 +#: ../../mod/admin.php:771 msgid "No failed updates." msgstr "Geen mislukte updates." -#: ../../mod/admin.php:597 +#: ../../mod/admin.php:775 msgid "Failed Updates" msgstr "Mislukte updates" -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:777 msgid "Mark success (if update was manually applied)" msgstr "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)" -#: ../../mod/admin.php:600 +#: ../../mod/admin.php:778 msgid "Attempt to execute this update step automatically" msgstr "Poging om deze stap van de update automatisch uit te voeren." -#: ../../mod/admin.php:632 +#: ../../mod/admin.php:809 msgid "Queue Statistics" msgstr "Wachtrij-statistieken" -#: ../../mod/admin.php:633 +#: ../../mod/admin.php:810 msgid "Total Entries" msgstr "Aantal vermeldingen" -#: ../../mod/admin.php:634 +#: ../../mod/admin.php:811 msgid "Priority" msgstr "Prioriteit" -#: ../../mod/admin.php:635 +#: ../../mod/admin.php:812 msgid "Destination URL" msgstr "Doel-URL" -#: ../../mod/admin.php:636 +#: ../../mod/admin.php:813 msgid "Mark hub permanently offline" msgstr "Hub als permanent offline markeren" -#: ../../mod/admin.php:637 +#: ../../mod/admin.php:814 msgid "Empty queue for this hub" msgstr "Berichtenwachtrij voor deze hub legen" -#: ../../mod/admin.php:638 +#: ../../mod/admin.php:815 msgid "Last known contact" msgstr "Voor het laatst contact" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:851 #, php-format msgid "%s account blocked/unblocked" msgid_plural "%s account blocked/unblocked" msgstr[0] "%s account geblokkeerd/gedeblokkeerd" msgstr[1] "%s accounts geblokkeerd/gedeblokkeerd" -#: ../../mod/admin.php:682 +#: ../../mod/admin.php:859 #, php-format msgid "%s account deleted" msgid_plural "%s accounts deleted" msgstr[0] "%s account verwijderd" msgstr[1] "%s accounts verwijderd" -#: ../../mod/admin.php:718 +#: ../../mod/admin.php:895 msgid "Account not found" msgstr "Account niet gevonden" -#: ../../mod/admin.php:730 +#: ../../mod/admin.php:907 #, php-format msgid "Account '%s' deleted" msgstr "Account '%s' verwijderd" -#: ../../mod/admin.php:738 +#: ../../mod/admin.php:915 #, php-format msgid "Account '%s' blocked" msgstr "Account '%s' geblokkeerd" -#: ../../mod/admin.php:746 +#: ../../mod/admin.php:923 #, php-format msgid "Account '%s' unblocked" msgstr "Account '%s' gedeblokkeerd" -#: ../../mod/admin.php:808 ../../mod/admin.php:820 +#: ../../mod/admin.php:985 ../../mod/admin.php:997 msgid "Users" msgstr "Accounts" -#: ../../mod/admin.php:810 ../../mod/admin.php:974 +#: ../../mod/admin.php:987 ../../mod/admin.php:1151 msgid "select all" msgstr "alles selecteren" -#: ../../mod/admin.php:811 +#: ../../mod/admin.php:988 msgid "User registrations waiting for confirm" msgstr "Accounts die op goedkeuring wachten" -#: ../../mod/admin.php:812 +#: ../../mod/admin.php:989 msgid "Request date" msgstr "Tijd/datum verzoek" -#: ../../mod/admin.php:813 +#: ../../mod/admin.php:990 msgid "No registrations." msgstr "Geen verzoeken." -#: ../../mod/admin.php:815 +#: ../../mod/admin.php:992 msgid "Deny" msgstr "Afkeuren" -#: ../../mod/admin.php:821 +#: ../../mod/admin.php:998 msgid "Register date" msgstr "Geregistreerd" -#: ../../mod/admin.php:821 +#: ../../mod/admin.php:998 msgid "Last login" msgstr "Laatste keer ingelogd" -#: ../../mod/admin.php:821 +#: ../../mod/admin.php:998 msgid "Expires" msgstr "Verloopt" -#: ../../mod/admin.php:821 +#: ../../mod/admin.php:998 msgid "Service Class" msgstr "Abonnementen" -#: ../../mod/admin.php:823 +#: ../../mod/admin.php:1000 msgid "" "Selected accounts will be deleted!\\n\\nEverything these accounts had posted" " on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?" -#: ../../mod/admin.php:824 +#: ../../mod/admin.php:1001 msgid "" "The account {0} will be deleted!\\n\\nEverything this account has posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" -#: ../../mod/admin.php:860 +#: ../../mod/admin.php:1037 #, php-format msgid "%s channel censored/uncensored" msgid_plural "%s channels censored/uncensored" msgstr[0] "%s kanaal gecensureerd/ongecensureerd" msgstr[1] "%s kanalen gecensureerd/ongecensureerd" -#: ../../mod/admin.php:869 +#: ../../mod/admin.php:1046 #, php-format msgid "%s channel code allowed/disallowed" msgid_plural "%s channels code allowed/disallowed" msgstr[0] "Scripts toegestaan/niet toegestaan voor %s kanaal" msgstr[1] "Scripts toegestaan/niet toegestaan voor %s kanalen" -#: ../../mod/admin.php:876 +#: ../../mod/admin.php:1053 #, php-format msgid "%s channel deleted" msgid_plural "%s channels deleted" msgstr[0] "%s kanaal verwijderd" msgstr[1] "%s kanalen verwijderd" -#: ../../mod/admin.php:896 +#: ../../mod/admin.php:1073 msgid "Channel not found" msgstr "Kanaal niet gevonden" -#: ../../mod/admin.php:907 +#: ../../mod/admin.php:1084 #, php-format msgid "Channel '%s' deleted" msgstr "Kanaal '%s' verwijderd" -#: ../../mod/admin.php:919 +#: ../../mod/admin.php:1096 #, php-format msgid "Channel '%s' censored" msgstr "Kanaal '%s' gecensureerd" -#: ../../mod/admin.php:919 +#: ../../mod/admin.php:1096 #, php-format msgid "Channel '%s' uncensored" msgstr "Kanaal '%s' ongecensureerd" -#: ../../mod/admin.php:930 +#: ../../mod/admin.php:1107 #, php-format msgid "Channel '%s' code allowed" msgstr "Scripts toegestaan voor kanaal '%s'" -#: ../../mod/admin.php:930 +#: ../../mod/admin.php:1107 #, php-format msgid "Channel '%s' code disallowed" msgstr "Scripts niet toegestaan voor kanaal '%s'" -#: ../../mod/admin.php:976 +#: ../../mod/admin.php:1153 msgid "Censor" msgstr "Censureren" -#: ../../mod/admin.php:977 +#: ../../mod/admin.php:1154 msgid "Uncensor" msgstr "Niet censureren" -#: ../../mod/admin.php:978 +#: ../../mod/admin.php:1155 msgid "Allow Code" msgstr "Scripts toestaan" -#: ../../mod/admin.php:979 +#: ../../mod/admin.php:1156 msgid "Disallow Code" msgstr "Scripts niet toestaan" -#: ../../mod/admin.php:981 +#: ../../mod/admin.php:1158 msgid "UID" msgstr "UID" -#: ../../mod/admin.php:983 +#: ../../mod/admin.php:1158 ../../mod/profiles.php:457 +msgid "Address" +msgstr "Kanaaladres" + +#: ../../mod/admin.php:1160 msgid "" "Selected channels will be deleted!\\n\\nEverything that was posted in these " "channels on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" -#: ../../mod/admin.php:984 +#: ../../mod/admin.php:1161 msgid "" "The channel {0} will be deleted!\\n\\nEverything that was posted in this " "channel on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" -#: ../../mod/admin.php:1024 +#: ../../mod/admin.php:1218 #, php-format msgid "Plugin %s disabled." -msgstr "Plug-in %s uitgeschakeld." +msgstr "Plugin %s uitgeschakeld." -#: ../../mod/admin.php:1028 +#: ../../mod/admin.php:1222 #, php-format msgid "Plugin %s enabled." -msgstr "Plug-in %s ingeschakeld" +msgstr "Plugin %s ingeschakeld" -#: ../../mod/admin.php:1038 ../../mod/admin.php:1241 +#: ../../mod/admin.php:1232 ../../mod/admin.php:1458 msgid "Disable" msgstr "Uitschakelen" -#: ../../mod/admin.php:1041 ../../mod/admin.php:1243 +#: ../../mod/admin.php:1235 ../../mod/admin.php:1460 msgid "Enable" msgstr "Inschakelen" -#: ../../mod/admin.php:1070 ../../mod/admin.php:1270 +#: ../../mod/admin.php:1265 ../../mod/admin.php:1487 msgid "Toggle" msgstr "Omschakelen" -#: ../../mod/admin.php:1078 ../../mod/admin.php:1280 +#: ../../mod/admin.php:1273 ../../mod/admin.php:1497 msgid "Author: " msgstr "Auteur: " -#: ../../mod/admin.php:1079 ../../mod/admin.php:1281 +#: ../../mod/admin.php:1274 ../../mod/admin.php:1498 msgid "Maintainer: " msgstr "Beheerder: " -#: ../../mod/admin.php:1206 +#: ../../mod/admin.php:1275 +msgid "Minimum project version: " +msgstr "Minimum versie Hubzilla: " + +#: ../../mod/admin.php:1276 +msgid "Maximum project version: " +msgstr "Maximum versie Hubzilla:" + +#: ../../mod/admin.php:1277 +msgid "Minimum PHP version: " +msgstr "Minimum versie PHP: " + +#: ../../mod/admin.php:1279 ../../mod/admin.php:1330 +msgid "Disabled - version incompatibility" +msgstr "Uitgeschakeld - versie is incompatibel" + +#: ../../mod/admin.php:1423 msgid "No themes found." msgstr "Geen thema's gevonden" -#: ../../mod/admin.php:1262 +#: ../../mod/admin.php:1479 msgid "Screenshot" msgstr "Schermafdruk" -#: ../../mod/admin.php:1308 +#: ../../mod/admin.php:1525 msgid "[Experimental]" msgstr "[Experimenteel]" -#: ../../mod/admin.php:1309 +#: ../../mod/admin.php:1526 msgid "[Unsupported]" msgstr "[Niet ondersteund]" -#: ../../mod/admin.php:1333 +#: ../../mod/admin.php:1550 msgid "Log settings updated." msgstr "Logboek-instellingen bijgewerkt." -#: ../../mod/admin.php:1390 +#: ../../mod/admin.php:1607 msgid "Clear" msgstr "Leegmaken" -#: ../../mod/admin.php:1396 +#: ../../mod/admin.php:1613 msgid "Debugging" msgstr "Debuggen" -#: ../../mod/admin.php:1397 +#: ../../mod/admin.php:1614 msgid "Log file" msgstr "Logbestand" -#: ../../mod/admin.php:1397 +#: ../../mod/admin.php:1614 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je $Projectname-installatie." -#: ../../mod/admin.php:1398 +#: ../../mod/admin.php:1615 msgid "Log level" msgstr "Logniveau" -#: ../../mod/admin.php:1444 +#: ../../mod/admin.php:1661 msgid "New Profile Field" msgstr "Nieuw profielveld" -#: ../../mod/admin.php:1445 ../../mod/admin.php:1465 +#: ../../mod/admin.php:1662 ../../mod/admin.php:1682 msgid "Field nickname" msgstr "Bijnaam voor veld" -#: ../../mod/admin.php:1445 ../../mod/admin.php:1465 +#: ../../mod/admin.php:1662 ../../mod/admin.php:1682 msgid "System name of field" msgstr "Systeemnaam voor veld" -#: ../../mod/admin.php:1446 ../../mod/admin.php:1466 +#: ../../mod/admin.php:1663 ../../mod/admin.php:1683 msgid "Input type" msgstr "Invoertype" -#: ../../mod/admin.php:1447 ../../mod/admin.php:1467 +#: ../../mod/admin.php:1664 ../../mod/admin.php:1684 msgid "Field Name" msgstr "Veldnaam" -#: ../../mod/admin.php:1447 ../../mod/admin.php:1467 +#: ../../mod/admin.php:1664 ../../mod/admin.php:1684 msgid "Label on profile pages" msgstr "Tekstlabel voor op profielpagina's" -#: ../../mod/admin.php:1448 ../../mod/admin.php:1468 +#: ../../mod/admin.php:1665 ../../mod/admin.php:1685 msgid "Help text" msgstr "Helptekst" -#: ../../mod/admin.php:1448 ../../mod/admin.php:1468 +#: ../../mod/admin.php:1665 ../../mod/admin.php:1685 msgid "Additional info (optional)" msgstr "Extra informatie (optioneel)" -#: ../../mod/admin.php:1458 +#: ../../mod/admin.php:1675 msgid "Field definition not found" msgstr "Velddefinitie niet gevonden" -#: ../../mod/admin.php:1464 +#: ../../mod/admin.php:1681 msgid "Edit Profile Field" msgstr "Profielveld bewerken" -#: ../../mod/editlayout.php:112 -msgid "Delete layout?" -msgstr "Lay-out verwijderen?" +#: ../../mod/poke.php:165 +msgid "Poke somebody" +msgstr "Iemand aanstoten" -#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124 -msgid "Layout Description (Optional)" -msgstr "Lay-out-omschrijving (optioneel)" +#: ../../mod/poke.php:168 +msgid "Poke/Prod" +msgstr "Aanstoten/porren" -#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121 -#: ../../mod/layouts.php:179 -msgid "Layout Name" -msgstr "Naam lay-out" +#: ../../mod/poke.php:169 +msgid "Poke, prod or do other things to somebody" +msgstr "Iemand bijvoorbeeld aanstoten of poren" -#: ../../mod/editlayout.php:178 -msgid "Edit Layout" -msgstr "Lay-out bewerken" +#: ../../mod/poke.php:176 +msgid "Recipient" +msgstr "Ontvanger" + +#: ../../mod/poke.php:177 +msgid "Choose what you wish to do to recipient" +msgstr "Kies wat je met de ontvanger wil doen" + +#: ../../mod/poke.php:180 ../../mod/poke.php:181 +msgid "Make this post private" +msgstr "Maak dit bericht privé" + +#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Ophalen URL gaf een foutmelding terug: %1$s" + +#: ../../mod/profile_photo.php:112 ../../mod/cover_photo.php:54 +msgid "Image uploaded but image cropping failed." +msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. " + +#: ../../mod/profile_photo.php:166 ../../mod/cover_photo.php:150 +msgid "Image resize failed." +msgstr "Afbeelding kon niet van grootte veranderd worden." + +#: ../../mod/profile_photo.php:212 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven." + +#: ../../mod/profile_photo.php:250 ../../mod/cover_photo.php:188 +msgid "Image upload failed." +msgstr "Uploaden afbeelding mislukt" + +#: ../../mod/profile_photo.php:269 ../../mod/cover_photo.php:206 +msgid "Unable to process image." +msgstr "Niet in staat om afbeelding te verwerken." + +#: ../../mod/profile_photo.php:297 ../../mod/cover_photo.php:229 +msgid "female" +msgstr "vrouw" + +#: ../../mod/profile_photo.php:298 ../../mod/cover_photo.php:230 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "%1$s heeft haar %2$s bijgewerkt" + +#: ../../mod/profile_photo.php:299 ../../mod/cover_photo.php:231 +msgid "male" +msgstr "man" + +#: ../../mod/profile_photo.php:300 ../../mod/cover_photo.php:232 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "%1$s heeft zijn %2$s bijgewerkt" + +#: ../../mod/profile_photo.php:302 ../../mod/cover_photo.php:234 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "%1$s hebben hun %2$s bijgewerkt" + +#: ../../mod/profile_photo.php:304 +msgid "profile photo" +msgstr "profielfoto" + +#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409 +#: ../../mod/cover_photo.php:299 ../../mod/cover_photo.php:314 +msgid "Photo not available." +msgstr "Foto niet beschikbaar." + +#: ../../mod/profile_photo.php:450 ../../mod/cover_photo.php:350 +msgid "Upload File:" +msgstr "Bestand uploaden:" + +#: ../../mod/profile_photo.php:451 ../../mod/cover_photo.php:351 +msgid "Select a profile:" +msgstr "Kies een profiel:" + +#: ../../mod/profile_photo.php:452 +msgid "Upload Profile Photo" +msgstr "Profielfoto uploaden" + +#: ../../mod/profile_photo.php:457 ../../mod/settings.php:976 +#: ../../mod/cover_photo.php:357 +msgid "or" +msgstr "of" + +#: ../../mod/profile_photo.php:457 ../../mod/cover_photo.php:357 +msgid "skip this step" +msgstr "sla deze stap over" + +#: ../../mod/profile_photo.php:457 ../../mod/cover_photo.php:357 +msgid "select a photo from your photo albums" +msgstr "Kies een foto uit jouw fotoalbums" + +#: ../../mod/profile_photo.php:473 ../../mod/cover_photo.php:373 +msgid "Crop Image" +msgstr "Afbeelding bijsnijden" + +#: ../../mod/profile_photo.php:474 ../../mod/cover_photo.php:374 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven." + +#: ../../mod/profile_photo.php:476 ../../mod/cover_photo.php:376 +msgid "Done Editing" +msgstr "Klaar met bewerken" + +#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 +#: ../../mod/profiles.php:241 ../../mod/profiles.php:608 +msgid "Profile not found." +msgstr "Profiel niet gevonden." + +#: ../../mod/profiles.php:39 +msgid "Profile deleted." +msgstr "Profiel verwijderd." + +#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 +msgid "Profile-" +msgstr "Profiel-" + +#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 +msgid "New profile created." +msgstr "Nieuw profiel aangemaakt." + +#: ../../mod/profiles.php:105 +msgid "Profile unavailable to clone." +msgstr "Profiel niet beschikbaar om te klonen" + +#: ../../mod/profiles.php:146 +msgid "Profile unavailable to export." +msgstr "Geen profiel beschikbaar om te exporteren" + +#: ../../mod/profiles.php:251 +msgid "Profile Name is required." +msgstr "Profielnaam is vereist" + +#: ../../mod/profiles.php:414 +msgid "Marital Status" +msgstr "Huwelijke status" + +#: ../../mod/profiles.php:418 +msgid "Romantic Partner" +msgstr "Romantische partner" + +#: ../../mod/profiles.php:422 +msgid "Likes" +msgstr "Houdt van" + +#: ../../mod/profiles.php:426 +msgid "Dislikes" +msgstr "Houdt niet van" + +#: ../../mod/profiles.php:430 +msgid "Work/Employment" +msgstr "Werk/arbeid" + +#: ../../mod/profiles.php:433 +msgid "Religion" +msgstr "Religie" + +#: ../../mod/profiles.php:437 +msgid "Political Views" +msgstr "Politieke overtuigingen" + +#: ../../mod/profiles.php:445 +msgid "Sexual Preference" +msgstr "Seksuele voorkeur" + +#: ../../mod/profiles.php:449 +msgid "Homepage" +msgstr "Homepage" + +#: ../../mod/profiles.php:453 +msgid "Interests" +msgstr "Interesses" + +#: ../../mod/profiles.php:547 +msgid "Profile updated." +msgstr "Profiel bijgewerkt" + +#: ../../mod/profiles.php:634 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien." + +#: ../../mod/profiles.php:674 +msgid "Edit Profile Details" +msgstr "Profiel bewerken" + +#: ../../mod/profiles.php:676 +msgid "View this profile" +msgstr "Profiel weergeven" + +#: ../../mod/profiles.php:678 +msgid "Change Profile Photo" +msgstr "Profielfoto wijzigen" + +#: ../../mod/profiles.php:679 +msgid "Create a new profile using these settings" +msgstr "Een nieuw profiel aanmaken met dit profiel als basis" + +#: ../../mod/profiles.php:680 +msgid "Clone this profile" +msgstr "Dit profiel klonen" + +#: ../../mod/profiles.php:681 +msgid "Delete this profile" +msgstr "Dit profiel verwijderen" + +#: ../../mod/profiles.php:683 +msgid "Import profile from file" +msgstr "Profiel vanuit bestand importeren" + +#: ../../mod/profiles.php:684 +msgid "Export profile to file" +msgstr "Profiel naar bestand exporteren" + +#: ../../mod/profiles.php:685 +msgid "Profile Name:" +msgstr "Profielnaam:" + +#: ../../mod/profiles.php:686 +msgid "Your Full Name:" +msgstr "Jouw volledige naam:" + +#: ../../mod/profiles.php:687 +msgid "Title/Description:" +msgstr "Titel/omschrijving:" + +#: ../../mod/profiles.php:688 +msgid "Your Gender:" +msgstr "Jouw geslacht" + +#: ../../mod/profiles.php:689 +msgid "Birthday :" +msgstr "Verjaardag: " + +#: ../../mod/profiles.php:690 +msgid "Street Address:" +msgstr "Straat en huisnummer:" + +#: ../../mod/profiles.php:691 +msgid "Locality/City:" +msgstr "Woonplaats:" + +#: ../../mod/profiles.php:692 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: ../../mod/profiles.php:693 +msgid "Country:" +msgstr "Land:" + +#: ../../mod/profiles.php:694 +msgid "Region/State:" +msgstr "Provincie/gewest/deelstaat:" + +#: ../../mod/profiles.php:695 +msgid "<span class=\"heart\">♥</span> Marital Status:" +msgstr "<span class=\"heart\">♥</span> Huwelijkse staat:" + +#: ../../mod/profiles.php:696 +msgid "Who: (if applicable)" +msgstr "Wie (wanneer toepasselijk):" + +#: ../../mod/profiles.php:697 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl" + +#: ../../mod/profiles.php:698 +msgid "Since [date]:" +msgstr "Sinds [datum]:" + +#: ../../mod/profiles.php:700 +msgid "Homepage URL:" +msgstr "Adres homepage:" + +#: ../../mod/profiles.php:703 +msgid "Religious Views:" +msgstr "Religieuze overtuigingen" + +#: ../../mod/profiles.php:704 +msgid "Keywords:" +msgstr "Trefwoorden" + +#: ../../mod/profiles.php:707 +msgid "Example: fishing photography software" +msgstr "Voorbeeld: muziek, fotografie, software" + +#: ../../mod/profiles.php:708 +msgid "Used in directory listings" +msgstr "Wordt in de kanalengids gebruikt" + +#: ../../mod/profiles.php:709 +msgid "Tell us about yourself..." +msgstr "Vertel ons iets over jezelf..." + +#: ../../mod/profiles.php:710 +msgid "Hobbies/Interests" +msgstr "Hobby's/interesses" + +#: ../../mod/profiles.php:711 +msgid "Contact information and Social Networks" +msgstr "Contactinformatie en sociale netwerken" + +#: ../../mod/profiles.php:712 +msgid "My other channels" +msgstr "Mijn andere kanalen" + +#: ../../mod/profiles.php:713 +msgid "Musical interests" +msgstr "Muzikale interesses" + +#: ../../mod/profiles.php:714 +msgid "Books, literature" +msgstr "Boeken/literatuur" + +#: ../../mod/profiles.php:715 +msgid "Television" +msgstr "Televisie" + +#: ../../mod/profiles.php:716 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/cultuur/entertainment" + +#: ../../mod/profiles.php:717 +msgid "Love/romance" +msgstr "Liefde/romantiek" + +#: ../../mod/profiles.php:718 +msgid "Work/employment" +msgstr "Werk/arbeid" + +#: ../../mod/profiles.php:719 +msgid "School/education" +msgstr "School/onderwijs" + +#: ../../mod/profiles.php:725 +msgid "This is your default profile." +msgstr "Dit is jouw standaardprofiel" + +#: ../../mod/profiles.php:736 +msgid "Age: " +msgstr "Leeftijd:" + +#: ../../mod/profiles.php:779 +msgid "Edit/Manage Profiles" +msgstr "Profielen bewerken/beheren" + +#: ../../mod/profiles.php:780 +msgid "Add profile things" +msgstr "Dingen aan je profiel toevoegen" + +#: ../../mod/profiles.php:781 +msgid "Include desirable objects in your profile" +msgstr "Voeg door jou gewenste dingen aan jouw profiel toe" + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Ongeldige profiel-identificator" + +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Zichtbaarheid profiel " + +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Klik op een connectie om deze toe te voegen of te verwijderen" + +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Zichtbaar voor" + +#: ../../mod/pubsites.php:18 +msgid "Public Sites" +msgstr "Openbare hubs" + +#: ../../mod/pubsites.php:21 +msgid "" +"The listed sites allow public registration for the $Projectname network. All" +" sites in the network are interlinked so membership on any of them conveys " +"membership in the network as a whole. Some sites may require subscription or" +" provide tiered service plans. The provider links <strong>may</strong> " +"provide additional details." +msgstr "Op de hier weergegeven hubs kan iedereen zich voor het $Projectname-netwerk aanmelden. Alle hubs in het $Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven." + +#: ../../mod/pubsites.php:27 +msgid "Rate this hub" +msgstr "Beoordeel deze hub" + +#: ../../mod/pubsites.php:28 +msgid "Site URL" +msgstr "URL hub" + +#: ../../mod/pubsites.php:28 +msgid "Access Type" +msgstr "Toegangstype" + +#: ../../mod/pubsites.php:28 +msgid "Registration Policy" +msgstr "Registratiebeleid" + +#: ../../mod/pubsites.php:28 +msgid "Project" +msgstr "Project" + +#: ../../mod/pubsites.php:28 +msgid "View hub ratings" +msgstr "Bekijk hubbeoordelingen" + +#: ../../mod/pubsites.php:32 +msgid "Rate" +msgstr "Beoordeel" + +#: ../../mod/pubsites.php:33 +msgid "View ratings" +msgstr "Bekijk beoordelingen" + +#: ../../mod/rate.php:158 +msgid "Website:" +msgstr "Website:" + +#: ../../mod/rate.php:161 +#, php-format +msgid "Remote Channel [%s] (not yet known on this site)" +msgstr "Kanaal op afstand [%s] (nog niet op deze hub bekend)" + +#: ../../mod/rate.php:162 +msgid "Rating (this information is public)" +msgstr "Beoordeling (deze informatie is openbaar)" + +#: ../../mod/rate.php:163 +msgid "Optionally explain your rating (this information is public)" +msgstr "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)" + +#: ../../mod/ratings.php:69 +msgid "No ratings" +msgstr "Geen beoordelingen" + +#: ../../mod/ratings.php:100 +msgid "Rating: " +msgstr "Beoordeling: " + +#: ../../mod/ratings.php:101 +msgid "Website: " +msgstr "Website: " + +#: ../../mod/ratings.php:103 +msgid "Description: " +msgstr "Omschrijving: " + +#: ../../mod/rbmark.php:90 +msgid "Select a bookmark folder" +msgstr "Kies een bladwijzermap" + +#: ../../mod/rbmark.php:95 +msgid "Save Bookmark" +msgstr "Bladwijzer opslaan" + +#: ../../mod/rbmark.php:96 +msgid "URL of bookmark" +msgstr "URL van bladwijzer" + +#: ../../mod/rbmark.php:101 +msgid "Or enter new bookmark folder name" +msgstr "Of geef de naam op van een nieuwe bladwijzermap" + +#: ../../mod/register.php:45 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Maximum toegestane dagelijkse registraties op deze $Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals." + +#: ../../mod/register.php:51 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden." + +#: ../../mod/register.php:85 +msgid "Passwords do not match." +msgstr "Wachtwoorden komen niet met elkaar overeen." + +#: ../../mod/register.php:127 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registratie geslaagd. Controleer je e-mail voor instructies." + +#: ../../mod/register.php:133 +msgid "Your registration is pending approval by the site owner." +msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze $Projectname-hub." + +#: ../../mod/register.php:136 +msgid "Your registration can not be processed." +msgstr "Jouw registratie kan niet verwerkt worden." + +#: ../../mod/register.php:179 +msgid "Registration on this site is disabled." +msgstr "Registreren van nieuwe accounts is op deze hub uitgeschakeld." + +#: ../../mod/register.php:188 +msgid "Registration on this site/hub is by approval only." +msgstr "Registraties op deze $Projectname-hub moeten eerst worden goedgekeurd." + +#: ../../mod/register.php:189 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "<a href=\"pubsites\">Registreer op een andere $Projectname-hub</a>" + +#: ../../mod/register.php:199 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Deze $Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals." + +#: ../../mod/register.php:210 +msgid "Terms of Service" +msgstr "Gebruiksvoorwaarden" + +#: ../../mod/register.php:216 +#, php-format +msgid "I accept the %s for this website" +msgstr "Ik accepteer de %s van deze $Projectname-hub" + +#: ../../mod/register.php:218 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Ik accepteer de %s van deze $Projectname-hub" + +#: ../../mod/register.php:242 +msgid "Membership on this site is by invitation only." +msgstr "Registreren op deze $Projectname-hub kan alleen op uitnodiging." + +#: ../../mod/register.php:243 +msgid "Please enter your invitation code" +msgstr "Vul jouw uitnodigingscode in" + +#: ../../mod/register.php:247 +msgid "Enter your name" +msgstr "Vul jouw naam in" + +#: ../../mod/register.php:256 +msgid "Your email address" +msgstr "Jouw e-mailadres" + +#: ../../mod/register.php:257 +msgid "Choose a password" +msgstr "Geef een wachtwoord op" + +#: ../../mod/register.php:258 +msgid "Please re-enter your password" +msgstr "Geef het wachtwoord opnieuw op" + +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "Inloggen." + +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd." + +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Verwijder dit account" + +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "WARNING: " +msgstr "WAARSCHUWING: " + +#: ../../mod/removeaccount.php:58 +msgid "" +"This account and all its channels will be completely removed from the " +"network. " +msgstr "Dit account en al zijn kanalen worden volledig uit het $Projectname-netwerk verwijderd." + +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "This action is permanent and can not be undone!" +msgstr "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!" + +#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59 +msgid "Please enter your password for verification:" +msgstr "Vul je wachtwoord in ter verificatie:" + +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het $Projectname-netwerk verwijderen" + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het $Projectname-netwerk verwijderd" + +#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700 +msgid "Remove Account" +msgstr "Account verwijderen" + +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd." + +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Verwijder dit kanaal" + +#: ../../mod/removeme.php:58 +msgid "This channel will be completely removed from the network. " +msgstr "Dit kanaal wordt volledig uit het $Projectname-netwerk verwijderd." + +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Dit kanaal en alle klonen hiervan uit het $Projectname-netwerk verwijderen" + +#: ../../mod/removeme.php:60 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het $Projectname-netwerk verwijderd" + +#: ../../mod/removeme.php:61 ../../mod/settings.php:1115 +msgid "Remove Channel" +msgstr "Kanaal verwijderen" + +#: ../../mod/rmagic.php:40 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten." + +#: ../../mod/rmagic.php:40 +msgid "The error message was:" +msgstr "Het foutbericht was:" + +#: ../../mod/rmagic.php:44 +msgid "Authentication failed." +msgstr "Authenticatie mislukt." + +#: ../../mod/rmagic.php:84 +msgid "Remote Authentication" +msgstr "Authenticatie op afstand" + +#: ../../mod/rmagic.php:85 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Vul jouw kanaaladres in (bijv. channel@example.com)" + +#: ../../mod/rmagic.php:86 +msgid "Authenticate" +msgstr "Authenticeren" + +#: ../../mod/search.php:212 +#, php-format +msgid "Items tagged with: %s" +msgstr "Items getagd met %s" + +#: ../../mod/search.php:214 +#, php-format +msgid "Search results for: %s" +msgstr "Zoekresultaten voor %s" + +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "Geen abonnementsbeperkingen gevonden." #: ../../mod/settings.php:76 msgid "Name is required" @@ -7558,8 +8058,8 @@ msgid "Optional" msgstr "Optioneel" #: ../../mod/settings.php:603 -msgid "You can't edit this application." -msgstr "Je kan deze applicatie niet bewerken" +msgid "Application not found." +msgstr "Applicatie niet gevonden." #: ../../mod/settings.php:646 msgid "Connected Apps" @@ -7579,11 +8079,11 @@ msgstr "Autorisatie verwijderen" #: ../../mod/settings.php:665 msgid "No feature settings configured" -msgstr "Geen extra functie- of plugin-instellingen" +msgstr "Geen plugin-instellingen aanwezig" #: ../../mod/settings.php:672 msgid "Feature/Addon Settings" -msgstr "Extra functie- en plugin-instellingen" +msgstr "Plugin-instellingen" #: ../../mod/settings.php:695 msgid "Account Settings" @@ -7601,7 +8101,7 @@ msgstr "Nieuw wachtwoord bevestigen:" msgid "Leave password fields blank unless changing" msgstr "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen" -#: ../../mod/settings.php:699 ../../mod/settings.php:1030 +#: ../../mod/settings.php:699 ../../mod/settings.php:1032 msgid "Email Address:" msgstr "E-mailadres:" @@ -7609,14 +8109,6 @@ msgstr "E-mailadres:" msgid "Remove this account including all its channels" msgstr "Dit account en al zijn kanalen verwijderen" -#: ../../mod/settings.php:717 -msgid "Off" -msgstr "Uit" - -#: ../../mod/settings.php:717 -msgid "On" -msgstr "Aan" - #: ../../mod/settings.php:724 msgid "Additional Features" msgstr "Extra functies" @@ -7699,8 +8191,8 @@ msgid "(comments displayed separately)" msgstr "(reacties worden afzonderlijk weergeven)" #: ../../mod/settings.php:849 -msgid "Use blog/list mode on matrix page" -msgstr "Gebruik blog/lijst-modus op matrixpagina" +msgid "Use blog/list mode on grid page" +msgstr "Gebruik blog/lijst-modus op gridpagina" #: ../../mod/settings.php:850 msgid "Channel page max height of content (in pixels)" @@ -7711,8 +8203,8 @@ msgid "click to expand content exceeding this height" msgstr "klik om inhoud uit te klappen die deze hoogte overschrijdt" #: ../../mod/settings.php:851 -msgid "Matrix page max height of content (in pixels)" -msgstr "Maximale hoogte berichtinhoud op matrixpagina (in pixels)" +msgid "Grid page max height of content (in pixels)" +msgstr "Maximale hoogte berichtinhoud op gridpagina (in pixels)" #: ../../mod/settings.php:885 msgid "Nobody except yourself" @@ -7746,1100 +8238,816 @@ msgstr "Geauthenticeerd" msgid "Anybody on the internet" msgstr "Iedereen op het internet" -#: ../../mod/settings.php:966 +#: ../../mod/settings.php:967 msgid "Publish your default profile in the network directory" msgstr "Publiceer je standaardprofiel in de kanalengids" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:972 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen" -#: ../../mod/settings.php:980 +#: ../../mod/settings.php:981 msgid "Your channel address is" msgstr "Jouw kanaaladres is" -#: ../../mod/settings.php:1021 +#: ../../mod/settings.php:1023 msgid "Channel Settings" msgstr "Kanaal-instellingen" -#: ../../mod/settings.php:1028 +#: ../../mod/settings.php:1030 msgid "Basic Settings" msgstr "Basis-instellingen" -#: ../../mod/settings.php:1031 +#: ../../mod/settings.php:1033 msgid "Your Timezone:" msgstr "Jouw tijdzone:" -#: ../../mod/settings.php:1032 +#: ../../mod/settings.php:1034 msgid "Default Post Location:" msgstr "Standaardlocatie bericht:" -#: ../../mod/settings.php:1032 +#: ../../mod/settings.php:1034 msgid "Geographical location to display on your posts" msgstr "Geografische locatie die bij het bericht moet worden vermeld" -#: ../../mod/settings.php:1033 +#: ../../mod/settings.php:1035 msgid "Use Browser Location:" msgstr "Locatie van webbrowser gebruiken:" -#: ../../mod/settings.php:1035 +#: ../../mod/settings.php:1037 msgid "Adult Content" msgstr "Inhoud voor volwassenen" -#: ../../mod/settings.php:1035 +#: ../../mod/settings.php:1037 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de tag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)" -#: ../../mod/settings.php:1037 +#: ../../mod/settings.php:1039 msgid "Security and Privacy Settings" msgstr "Veiligheids- en privacy-instellingen" -#: ../../mod/settings.php:1039 +#: ../../mod/settings.php:1042 msgid "Your permissions are already configured. Click to view/adjust" msgstr "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen." -#: ../../mod/settings.php:1041 +#: ../../mod/settings.php:1044 msgid "Hide my online presence" msgstr "Verberg mijn aanwezigheid" -#: ../../mod/settings.php:1041 +#: ../../mod/settings.php:1044 msgid "Prevents displaying in your profile that you are online" msgstr "Voorkomt dat op je kanaalpagina te zien valt dat je momenteel op $Projectname aanwezig bent" -#: ../../mod/settings.php:1043 +#: ../../mod/settings.php:1046 msgid "Simple Privacy Settings:" msgstr "Eenvoudige privacy-instellingen:" -#: ../../mod/settings.php:1044 +#: ../../mod/settings.php:1047 msgid "" "Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "Zeer openbaar <em>(kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)</em>" -#: ../../mod/settings.php:1045 +#: ../../mod/settings.php:1048 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" msgstr "Normaal <em>(standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)</em>" -#: ../../mod/settings.php:1046 +#: ../../mod/settings.php:1049 msgid "Private - <em>default private, never open or public</em>" msgstr "Privé <em>(standaard privé en nooit openbaar)</em>" -#: ../../mod/settings.php:1047 +#: ../../mod/settings.php:1050 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Geblokkeerd <em>(standaard geblokkeerd naar/van iedereen)</em>" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1052 msgid "Allow others to tag your posts" msgstr "Anderen toestaan om je berichten te taggen" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1052 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren" -#: ../../mod/settings.php:1051 +#: ../../mod/settings.php:1054 msgid "Advanced Privacy Settings" msgstr "Geavanceerde privacy-instellingen" -#: ../../mod/settings.php:1053 +#: ../../mod/settings.php:1056 msgid "Expire other channel content after this many days" msgstr "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:" -#: ../../mod/settings.php:1053 -msgid "0 or blank prevents expiration" -msgstr "0 of leeg voorkomt het verlopen" +#: ../../mod/settings.php:1056 +#, php-format +msgid "" +"0 or blank to use the website limit. The website expires after %d days." +msgstr "0 of leeg om het standaard aantal dagen van deze hub te gebruiken. Deze hub laat de inhoud van andere kanalen na %d dagen verlopen." -#: ../../mod/settings.php:1054 +#: ../../mod/settings.php:1057 msgid "Maximum Friend Requests/Day:" msgstr "Maximum aantal connectieverzoeken per dag:" -#: ../../mod/settings.php:1054 +#: ../../mod/settings.php:1057 msgid "May reduce spam activity" msgstr "Kan eventuele spam verminderen" -#: ../../mod/settings.php:1055 +#: ../../mod/settings.php:1058 msgid "Default Post Permissions" msgstr "Standaard permissies voor nieuwe berichten" -#: ../../mod/settings.php:1056 ../../mod/mitem.php:150 ../../mod/mitem.php:223 -msgid "(click to open/close)" -msgstr "(klik om te openen/sluiten)" - -#: ../../mod/settings.php:1060 +#: ../../mod/settings.php:1063 msgid "Channel permissions category:" msgstr "Kanaaltype en -permissies:" -#: ../../mod/settings.php:1066 +#: ../../mod/settings.php:1069 msgid "Maximum private messages per day from unknown people:" msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" -#: ../../mod/settings.php:1066 +#: ../../mod/settings.php:1069 msgid "Useful to reduce spamming" msgstr "Kan eventuele spam verminderen" -#: ../../mod/settings.php:1069 +#: ../../mod/settings.php:1072 msgid "Notification Settings" msgstr "Notificatie-instellingen" -#: ../../mod/settings.php:1070 +#: ../../mod/settings.php:1073 msgid "By default post a status message when:" msgstr "Plaats automatisch een statusbericht wanneer:" -#: ../../mod/settings.php:1071 +#: ../../mod/settings.php:1074 msgid "accepting a friend request" msgstr "Een connectieverzoek wordt geaccepteerd" -#: ../../mod/settings.php:1072 +#: ../../mod/settings.php:1075 msgid "joining a forum/community" msgstr "Je lid wordt van een forum/groep" -#: ../../mod/settings.php:1073 +#: ../../mod/settings.php:1076 msgid "making an <em>interesting</em> profile change" msgstr "Er sprake is van een <em>interessante</em> profielwijziging" -#: ../../mod/settings.php:1074 +#: ../../mod/settings.php:1077 msgid "Send a notification email when:" msgstr "Verzend een notificatie per e-mail wanneer:" -#: ../../mod/settings.php:1075 +#: ../../mod/settings.php:1078 msgid "You receive a connection request" msgstr "Je een connectieverzoek ontvangt" -#: ../../mod/settings.php:1076 +#: ../../mod/settings.php:1079 msgid "Your connections are confirmed" msgstr "Jouw connecties zijn bevestigd" -#: ../../mod/settings.php:1077 +#: ../../mod/settings.php:1080 msgid "Someone writes on your profile wall" msgstr "Iemand iets op jouw kanaal heeft geschreven" -#: ../../mod/settings.php:1078 +#: ../../mod/settings.php:1081 msgid "Someone writes a followup comment" msgstr "Iemand een reactie schrijft" -#: ../../mod/settings.php:1079 +#: ../../mod/settings.php:1082 msgid "You receive a private message" msgstr "Je een privé-bericht ontvangt" -#: ../../mod/settings.php:1080 +#: ../../mod/settings.php:1083 msgid "You receive a friend suggestion" msgstr "Je een kanaalvoorstel ontvangt" -#: ../../mod/settings.php:1081 +#: ../../mod/settings.php:1084 msgid "You are tagged in a post" msgstr "Je expliciet in een bericht bent genoemd" -#: ../../mod/settings.php:1082 +#: ../../mod/settings.php:1085 msgid "You are poked/prodded/etc. in a post" msgstr "Je bent in een bericht aangestoten/gepord/etc." -#: ../../mod/settings.php:1085 +#: ../../mod/settings.php:1088 msgid "Show visual notifications including:" msgstr "Toon de volgende zichtbare notificaties:" -#: ../../mod/settings.php:1087 -msgid "Unseen matrix activity" -msgstr "Niet bekeken matrix-activiteit" +#: ../../mod/settings.php:1090 +msgid "Unseen grid activity" +msgstr "Niet bekeken grid-activiteit" -#: ../../mod/settings.php:1088 +#: ../../mod/settings.php:1091 msgid "Unseen channel activity" msgstr "Niet bekeken kanaal-activiteit" -#: ../../mod/settings.php:1089 +#: ../../mod/settings.php:1092 msgid "Unseen private messages" msgstr "Niet bekeken privéberichten" -#: ../../mod/settings.php:1089 ../../mod/settings.php:1094 -#: ../../mod/settings.php:1095 ../../mod/settings.php:1096 +#: ../../mod/settings.php:1092 ../../mod/settings.php:1097 +#: ../../mod/settings.php:1098 ../../mod/settings.php:1099 msgid "Recommended" msgstr "Aanbevolen" -#: ../../mod/settings.php:1090 +#: ../../mod/settings.php:1093 msgid "Upcoming events" msgstr "Aankomende gebeurtenissen" -#: ../../mod/settings.php:1091 +#: ../../mod/settings.php:1094 msgid "Events today" msgstr "Gebeurtenissen van vandaag" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1095 msgid "Upcoming birthdays" msgstr "Aankomende verjaardagen" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1095 msgid "Not available in all themes" msgstr "Niet in alle thema's beschikbaar" -#: ../../mod/settings.php:1093 +#: ../../mod/settings.php:1096 msgid "System (personal) notifications" msgstr "(Persoonlijke) systeemnotificaties" -#: ../../mod/settings.php:1094 +#: ../../mod/settings.php:1097 msgid "System info messages" msgstr "Systeemmededelingen" -#: ../../mod/settings.php:1095 +#: ../../mod/settings.php:1098 msgid "System critical alerts" msgstr "Kritische systeemwaarschuwingen" -#: ../../mod/settings.php:1096 +#: ../../mod/settings.php:1099 msgid "New connections" msgstr "Nieuwe connecties" -#: ../../mod/settings.php:1097 +#: ../../mod/settings.php:1100 msgid "System Registrations" msgstr "Nieuwe accountregistraties op deze hub" -#: ../../mod/settings.php:1098 +#: ../../mod/settings.php:1101 msgid "" "Also show new wall posts, private messages and connections under Notices" msgstr "Toon tevens nieuwe kanaalberichten, privéberichten en connecties onder Notificaties" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1103 msgid "Notify me of events this many days in advance" msgstr "Herinner mij zoveel dagen van te voren aan gebeurtenissen" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1103 msgid "Must be greater than 0" msgstr "Moet hoger dan 0 zijn" -#: ../../mod/settings.php:1102 +#: ../../mod/settings.php:1105 msgid "Advanced Account/Page Type Settings" msgstr "Instellingen geavanceerd account/paginatype" -#: ../../mod/settings.php:1103 +#: ../../mod/settings.php:1106 msgid "Change the behaviour of this account for special situations" msgstr "Verander het gedrag van dit account voor speciale situaties" -#: ../../mod/settings.php:1106 +#: ../../mod/settings.php:1109 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "Schakel de expertmodus in (in <a href=\"settings/features\">Instellingen > Extra functies</a>) om aan te kunnen passen!" -#: ../../mod/settings.php:1107 +#: ../../mod/settings.php:1110 msgid "Miscellaneous Settings" msgstr "Diverse instellingen" -#: ../../mod/settings.php:1108 +#: ../../mod/settings.php:1111 msgid "Default photo upload folder" msgstr "Standaard fotoalbum voor uploads" -#: ../../mod/settings.php:1108 ../../mod/settings.php:1109 +#: ../../mod/settings.php:1111 ../../mod/settings.php:1112 msgid "%Y - current year, %m - current month" msgstr "%Y - dit jaar, %m - deze maand" -#: ../../mod/settings.php:1109 +#: ../../mod/settings.php:1112 msgid "Default file upload folder" msgstr "Standaard bestandsmap voor uploads" -#: ../../mod/settings.php:1111 +#: ../../mod/settings.php:1114 msgid "Personal menu to display in your channel pages" msgstr "Persoonlijk menu om op je kanaalpagina's weer te geven" -#: ../../mod/settings.php:1113 +#: ../../mod/settings.php:1116 msgid "Remove this channel." msgstr "Verwijder dit kanaal." -#: ../../mod/settings.php:1114 +#: ../../mod/settings.php:1117 msgid "Firefox Share $Projectname provider" msgstr "$Projectname-service voor Firefox Share" -#: ../../mod/settings.php:1115 +#: ../../mod/settings.php:1118 msgid "Start calendar week on monday" msgstr "Begin in de agenda de week op maandag" -#: ../../mod/webpages.php:191 -msgid "Page Title" -msgstr "Paginatitel" - -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." -msgstr "App geïnstalleerd" - -#: ../../mod/appman.php:37 -msgid "Malformed app." -msgstr "Misvormde app." - -#: ../../mod/appman.php:80 -msgid "Embed code" -msgstr "Insluitcode" - -#: ../../mod/appman.php:86 -msgid "Edit App" -msgstr "App bewerken" - -#: ../../mod/appman.php:86 -msgid "Create App" -msgstr "App maken" - -#: ../../mod/appman.php:91 -msgid "Name of app" -msgstr "Naam van app" - -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" -msgstr "Locatie (URL) van app" - -#: ../../mod/appman.php:94 -msgid "Photo icon URL" -msgstr "URL van pictogram" - -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" -msgstr "80 x 80 pixels (optioneel)" - -#: ../../mod/appman.php:95 -msgid "Version ID" -msgstr "Versie-ID" - -#: ../../mod/appman.php:96 -msgid "Price of app" -msgstr "Prijs van de app" - -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" -msgstr "Locatie (URL) om de app aan te schaffen" - -#: ../../mod/filer.php:48 -msgid "- select -" -msgstr "- kies map -" - -#: ../../mod/layouts.php:176 -msgid "Comanche page description language help" -msgstr "Hulp met de paginabeschrijvingstaal Comanche" - -#: ../../mod/layouts.php:180 -msgid "Layout Description" -msgstr "Lay-out-omschrijving" - -#: ../../mod/layouts.php:185 -msgid "Download PDL file" -msgstr "Download PDL-bestand" - -#: ../../mod/locs.php:21 ../../mod/locs.php:50 -msgid "Location not found." -msgstr "Locatie niet gevonden." +#: ../../mod/setup.php:194 +msgid "$Projectname Server - Setup" +msgstr "$Projectname Hub - Setup" -#: ../../mod/locs.php:58 -msgid "Location lookup failed." -msgstr "Opzoeken locatie mislukt" +#: ../../mod/setup.php:198 +msgid "Could not connect to database." +msgstr "Could not connect to database." -#: ../../mod/locs.php:62 +#: ../../mod/setup.php:202 msgid "" -"Please select another location to become primary before removing the primary" -" location." -msgstr "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen." +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Could not connect to specified hub URL. Possible SSL certificate or DNS issue." -#: ../../mod/locs.php:91 -msgid "Syncing locations" -msgstr "Locaties synchronizeren" +#: ../../mod/setup.php:209 +msgid "Could not create table." +msgstr "Could not create table." -#: ../../mod/locs.php:101 -msgid "No locations found." -msgstr "Geen locaties gevonden." +#: ../../mod/setup.php:214 +msgid "Your site database has been installed." +msgstr "Your hub database has been installed." -#: ../../mod/locs.php:112 -msgid "Manage Channel Locations" -msgstr "Kanaallocaties beheren" +#: ../../mod/setup.php:218 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "You may need to import the file \"install/schema_xxx.sql\" manually using a database client." -#: ../../mod/locs.php:113 -msgid "Location (address)" -msgstr "Locatie (adres)" +#: ../../mod/setup.php:219 ../../mod/setup.php:287 ../../mod/setup.php:737 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Please see the file \"install/INSTALL.txt\"." -#: ../../mod/locs.php:114 -msgid "Primary Location" -msgstr "Primaire locatie" +#: ../../mod/setup.php:284 +msgid "System check" +msgstr "System check" -#: ../../mod/locs.php:115 -msgid "Drop location" -msgstr "Locatie verwijderen" +#: ../../mod/setup.php:289 +msgid "Check again" +msgstr "Check again" -#: ../../mod/locs.php:117 -msgid "Sync now" -msgstr "Nu synchroniseren" +#: ../../mod/setup.php:311 +msgid "Database connection" +msgstr "Database connection" -#: ../../mod/locs.php:118 -msgid "Please wait several minutes between consecutive operations." -msgstr "Wacht enkele minuten tussen opeenvolgende handelingen." +#: ../../mod/setup.php:312 +msgid "" +"In order to install $Projectname we need to know how to connect to your " +"database." +msgstr "In order to install $Projectname we need to know how to connect to your database." -#: ../../mod/locs.php:119 +#: ../../mod/setup.php:313 msgid "" -"When possible, drop a location by logging into that website/hub and removing" -" your channel." -msgstr "Wij adviseren, wanneer dit (nog) mogelijk is, de locatie te verwijderen door op de hub van de kloon in te loggen en het kanaal daar te verwijderen." +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or server administrator if you have questions about these settings." -#: ../../mod/locs.php:120 -msgid "Use this form to drop the location if the hub is no longer operating." -msgstr "Gebruik dit formulier om de locatie te verwijderen wanneer de hub van de kloon niet meer operationeel is." +#: ../../mod/setup.php:314 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." -#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 -msgid "$Projectname" -msgstr "$Projectname" +#: ../../mod/setup.php:318 +msgid "Database Server Name" +msgstr "Database Server Name" -#: ../../mod/home.php:75 -#, php-format -msgid "Welcome to %s" -msgstr "Welkom op %s" +#: ../../mod/setup.php:318 +msgid "Default is 127.0.0.1" +msgstr "Default is 127.0.0.1" -#: ../../mod/regmod.php:11 -msgid "Please login." -msgstr "Inloggen." +#: ../../mod/setup.php:319 +msgid "Database Port" +msgstr "Database Port" -#: ../../mod/xchan.php:6 -msgid "Xchan Lookup" -msgstr "Xchan opzoeken" +#: ../../mod/setup.php:319 +msgid "Communication port number - use 0 for default" +msgstr "Communication port number - use 0 for default" -#: ../../mod/xchan.php:9 -msgid "Lookup xchan beginning with (or webbie): " -msgstr "Zoek een xchan (of webbie) die begint met:" +#: ../../mod/setup.php:320 +msgid "Database Login Name" +msgstr "Database Login Name" -#: ../../mod/xchan.php:37 ../../mod/menu.php:162 ../../mod/mitem.php:116 -msgid "Not found." -msgstr "Niet gevonden." +#: ../../mod/setup.php:321 +msgid "Database Login Password" +msgstr "Database Login Password" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken." +#: ../../mod/setup.php:322 +msgid "Database Name" +msgstr "Database Name" -#: ../../mod/channel.php:97 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina." +#: ../../mod/setup.php:323 +msgid "Database Type" +msgstr "Database Type" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Item is niet aanwezig." +#: ../../mod/setup.php:325 ../../mod/setup.php:365 +msgid "Site administrator email address" +msgstr "Hub administrator email address" -#: ../../mod/photos.php:79 -msgid "Page owner information could not be retrieved." -msgstr "Informatie over de pagina-eigenaar werd niet ontvangen." +#: ../../mod/setup.php:325 ../../mod/setup.php:365 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." -#: ../../mod/photos.php:100 -msgid "Album not found." -msgstr "Album niet gevonden." +#: ../../mod/setup.php:326 ../../mod/setup.php:367 +msgid "Website URL" +msgstr "Hub URL" -#: ../../mod/photos.php:127 -msgid "Delete Album" -msgstr "Verwijder album" +#: ../../mod/setup.php:326 ../../mod/setup.php:367 +msgid "Please use SSL (https) URL if available." +msgstr "Please use SSL (https) URL if available." -#: ../../mod/photos.php:171 ../../mod/photos.php:1006 -msgid "Delete Photo" -msgstr "Verwijder foto" +#: ../../mod/setup.php:327 ../../mod/setup.php:370 +msgid "Please select a default timezone for your website" +msgstr "Please select a default timezone for your hub" -#: ../../mod/photos.php:501 -msgid "No photos selected" -msgstr "Geen foto's geselecteerd" +#: ../../mod/setup.php:354 +msgid "Site settings" +msgstr "Hub settings" -#: ../../mod/photos.php:550 -msgid "Access to this item is restricted." -msgstr "Toegang tot dit item is beperkt." +#: ../../mod/setup.php:368 +msgid "Enable $Projectname <strong>advanced</strong> features?" +msgstr "Enable $Projectname <strong>advanced</strong> features?" -#: ../../mod/photos.php:589 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt." +#: ../../mod/setup.php:368 +msgid "" +"Some advanced features, while useful - may be best suited for technically " +"proficient audiences" +msgstr "Some advanced features, while useful - may be best suited for technically proficient audiences" -#: ../../mod/photos.php:592 -#, php-format -msgid "%1$.2f MB photo storage used." -msgstr "%1$.2f MB aan foto-opslag gebruikt." +#: ../../mod/setup.php:420 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Could not find a command line version of PHP in the web server PATH." -#: ../../mod/photos.php:620 -msgid "Upload Photos" -msgstr "Foto's uploaden" +#: ../../mod/setup.php:421 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron." -#: ../../mod/photos.php:624 -msgid "Enter an album name" -msgstr "Vul een albumnaam in" +#: ../../mod/setup.php:425 +msgid "PHP executable path" +msgstr "PHP executable path" -#: ../../mod/photos.php:625 -msgid "or select an existing album (doubleclick)" -msgstr "of kies een bestaand album (dubbelklikken)" +#: ../../mod/setup.php:425 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Enter full path to php executable. You can leave this blank to continue the installation." -#: ../../mod/photos.php:626 -msgid "Create a status post for this upload" -msgstr "Plaats een bericht voor deze upload." +#: ../../mod/setup.php:430 +msgid "Command line PHP" +msgstr "Command line PHP" -#: ../../mod/photos.php:627 -msgid "Caption (optional):" -msgstr "Bijschrift (optioneel):" +#: ../../mod/setup.php:439 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." -#: ../../mod/photos.php:628 -msgid "Description (optional):" -msgstr "Omschrijving (optioneel):" +#: ../../mod/setup.php:440 +msgid "This is required for message delivery to work." +msgstr "This is required for message delivery to work." -#: ../../mod/photos.php:655 -msgid "Album name could not be decoded" -msgstr "Albumnaam kon niet gedecodeerd worden" +#: ../../mod/setup.php:443 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" -#: ../../mod/photos.php:699 ../../mod/photos.php:1233 -#: ../../mod/photos.php:1250 -msgid "Contact Photos" -msgstr "Connectiefoto's" +#: ../../mod/setup.php:461 +#, php-format +msgid "" +"Your max allowed total upload size is set to %s. Maximum size of one file to" +" upload is set to %s. You are allowed to upload up to %d files at once." +msgstr "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once." -#: ../../mod/photos.php:722 -msgid "Show Newest First" -msgstr "Nieuwste eerst weergeven" +#: ../../mod/setup.php:466 +msgid "You can adjust these settings in the servers php.ini." +msgstr "You can adjust these settings in the servers php.ini." -#: ../../mod/photos.php:724 -msgid "Show Oldest First" -msgstr "Oudste eerst weergeven" +#: ../../mod/setup.php:468 +msgid "PHP upload limits" +msgstr "PHP upload limits" -#: ../../mod/photos.php:824 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt." +#: ../../mod/setup.php:491 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" -#: ../../mod/photos.php:826 -msgid "Photo not available" -msgstr "Foto niet aanwezig" +#: ../../mod/setup.php:492 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/photos.php:884 -msgid "Use as profile photo" -msgstr "Als profielfoto gebruiken" +#: ../../mod/setup.php:495 +msgid "Generate encryption keys" +msgstr "Generate encryption keys" -#: ../../mod/photos.php:891 -msgid "Private Photo" -msgstr "Privéfoto" +#: ../../mod/setup.php:507 +msgid "libCurl PHP module" +msgstr "libCurl PHP module" -#: ../../mod/photos.php:902 ../../mod/events.php:652 ../../mod/events.php:659 -msgid "Previous" -msgstr "Vorige" +#: ../../mod/setup.php:508 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP module" -#: ../../mod/photos.php:906 -msgid "View Full Size" -msgstr "Volledige grootte weergeven" +#: ../../mod/setup.php:509 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP module" -#: ../../mod/photos.php:985 -msgid "Edit photo" -msgstr "Foto bewerken" +#: ../../mod/setup.php:510 +msgid "mysqli or postgres PHP module" +msgstr "mysqli or postgres PHP module" -#: ../../mod/photos.php:987 -msgid "Rotate CW (right)" -msgstr "Draai met de klok mee (naar rechts)" +#: ../../mod/setup.php:511 +msgid "mb_string PHP module" +msgstr "mb_string PHP module" -#: ../../mod/photos.php:988 -msgid "Rotate CCW (left)" -msgstr "Draai tegen de klok in (naar links)" +#: ../../mod/setup.php:512 +msgid "mcrypt PHP module" +msgstr "mcrypt PHP module" -#: ../../mod/photos.php:991 -msgid "Enter a new album name" -msgstr "Vul een nieuwe albumnaam in" +#: ../../mod/setup.php:513 +msgid "xml PHP module" +msgstr "xml PHP module" -#: ../../mod/photos.php:992 -msgid "or select an existing one (doubleclick)" -msgstr "of kies een bestaand album (dubbelklikken)" +#: ../../mod/setup.php:517 ../../mod/setup.php:519 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" -#: ../../mod/photos.php:995 -msgid "Caption" -msgstr "Bijschrift" +#: ../../mod/setup.php:517 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Error: Apache webserver mod-rewrite module is required but not installed." -#: ../../mod/photos.php:997 -msgid "Add a Tag" -msgstr "Tag toevoegen" +#: ../../mod/setup.php:523 ../../mod/setup.php:526 +msgid "proc_open" +msgstr "proc_open" -#: ../../mod/photos.php:1001 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl" +#: ../../mod/setup.php:523 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Error: proc_open is required but is either not installed or has been disabled in php.ini" -#: ../../mod/photos.php:1004 -msgid "Flag as adult in album view" -msgstr "Markeer als voor volwassenen in albumweergave" +#: ../../mod/setup.php:531 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Error: libCURL PHP module required but not installed." -#: ../../mod/photos.php:1196 -msgid "In This Photo:" -msgstr "Op deze foto:" +#: ../../mod/setup.php:535 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Error: GD graphics PHP module with JPEG support required but not installed." -#: ../../mod/photos.php:1201 -msgid "Map" -msgstr "Kaart" +#: ../../mod/setup.php:539 +msgid "Error: openssl PHP module required but not installed." +msgstr "Error: openssl PHP module required but not installed." -#: ../../mod/photos.php:1289 -msgid "View Album" -msgstr "Album weergeven" +#: ../../mod/setup.php:543 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." +msgstr "Error: mysqli or postgres PHP module required but neither are installed." -#: ../../mod/photos.php:1300 ../../mod/photos.php:1313 -#: ../../mod/photos.php:1314 -msgid "Recent Photos" -msgstr "Recente foto's" +#: ../../mod/setup.php:547 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Error: mb_string PHP module required but not installed." -#: ../../mod/lockview.php:37 -msgid "Remote privacy information not available." -msgstr "Privacy-informatie op afstand niet beschikbaar." +#: ../../mod/setup.php:551 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Error: mcrypt PHP module required but not installed." -#: ../../mod/lockview.php:58 -msgid "Visible to:" -msgstr "Zichtbaar voor:" +#: ../../mod/setup.php:555 +msgid "Error: xml PHP module required for DAV but not installed." +msgstr "Error: xml PHP module required for DAV but not installed." -#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 -msgid "Export Channel" -msgstr "Kanaal exporteren" +#: ../../mod/setup.php:573 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so." -#: ../../mod/uexport.php:53 +#: ../../mod/setup.php:574 msgid "" -"Export your basic channel information to a file. This acts as a backup of " -"your connections, permissions, profile and basic data, which can be used to " -"import your data to a new server hub, but does not contain your content." -msgstr "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal." +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can." -#: ../../mod/uexport.php:54 -msgid "Export Content" -msgstr "Inhoud exporteren" +#: ../../mod/setup.php:575 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder." -#: ../../mod/uexport.php:55 +#: ../../mod/setup.php:576 msgid "" -"Export your channel information and recent content to a JSON backup that can" -" be restored or imported to another server hub. This backs up all of your " -"connections, permissions, profile data and several months of posts. This " -"file may be VERY large. Please be patient - it may take several minutes for" -" this download to begin." -msgstr "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint." +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions." -#: ../../mod/uexport.php:56 -msgid "Export your posts from a given year." -msgstr "Exporteer jouw berichten uit een bepaald jaar." +#: ../../mod/setup.php:579 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php is writable" -#: ../../mod/uexport.php:58 +#: ../../mod/setup.php:593 msgid "" -"You may also export your posts and conversations for a particular year or " -"month. Adjust the date in your browser location bar to select other dates. " -"If the export fails (possibly due to memory exhaustion on your server hub), " -"please try again selecting a more limited date range." -msgstr "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak." +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." -#: ../../mod/uexport.php:59 +#: ../../mod/setup.php:594 #, php-format msgid "" -"To select all posts for a given year, such as this year, visit <a " -"href=\"%1$s\">%2$s</a>" -msgstr "Bezoek <a href=\"%1$s\">%2$s</a> om alle berichten van bijvoorbeeld dit jaar te selecteren. " +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder." -#: ../../mod/uexport.php:60 -#, php-format +#: ../../mod/setup.php:595 ../../mod/setup.php:616 msgid "" -"To select all posts for a given month, such as January of this year, visit " -"<a href=\"%1$s\">%2$s</a>" -msgstr "Bezoek <a href=\"%1$s\">%2$s</a> om alle berichten van bijvoorbeeld januari dit jaar te selecteren." +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder." -#: ../../mod/uexport.php:61 +#: ../../mod/setup.php:596 #, php-format msgid "" -"These content files may be imported or restored by visiting <a " -"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results" -" please import or restore these in date order (oldest first)." -msgstr "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal <a href=\"%1$s\">%2$s</a> te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen." - -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Item is niet te bewerken" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains." -#: ../../mod/editpost.php:57 -msgid "Delete item?" -msgstr "Item verwijderen?" +#: ../../mod/setup.php:599 +#, php-format +msgid "%s is writable" +msgstr "%s is writable" -#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 -msgid "Edit post" -msgstr "Bericht bewerken" +#: ../../mod/setup.php:615 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Kanaal toegevoegd." +#: ../../mod/setup.php:619 +msgid "store is writable" +msgstr "store is writable" -#: ../../mod/rmagic.php:40 +#: ../../mod/setup.php:652 msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten." +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "SSL certificate cannot be validated. Fix certificate or disable https access to this hub." -#: ../../mod/rmagic.php:40 -msgid "The error message was:" -msgstr "Het foutbericht was:" +#: ../../mod/setup.php:653 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!" -#: ../../mod/rmagic.php:44 -msgid "Authentication failed." -msgstr "Authenticatie mislukt." +#: ../../mod/setup.php:654 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "This restriction is incorporated because public posts from you may for example contain references to images on your own hub." -#: ../../mod/rmagic.php:84 -msgid "Remote Authentication" -msgstr "Authenticatie op afstand" +#: ../../mod/setup.php:655 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues." -#: ../../mod/rmagic.php:85 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Vul jouw kanaaladres in (bijv. channel@example.com)" +#: ../../mod/setup.php:656 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement." -#: ../../mod/rmagic.php:86 -msgid "Authenticate" -msgstr "Authenticeren" +#: ../../mod/setup.php:657 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Providers are available that issue free certificates which are browser-valid." -#: ../../mod/chat.php:174 -msgid "Room not found" -msgstr "Chatkanaal niet gevonden" +#: ../../mod/setup.php:659 +msgid "SSL certificate validation" +msgstr "SSL certificate validation" -#: ../../mod/chat.php:185 -msgid "Leave Room" -msgstr "Chatkanaal verlaten" +#: ../../mod/setup.php:665 +msgid "" +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "Url rewrite in .htaccess is not working. Check your server configuration.Test: " -#: ../../mod/chat.php:186 -msgid "Delete This Room" -msgstr "Chatkanaal verwijderen" +#: ../../mod/setup.php:668 +msgid "Url rewrite is working" +msgstr "Url rewrite is working" -#: ../../mod/chat.php:187 -msgid "I am away right now" -msgstr "Ik ben momenteel afwezig" +#: ../../mod/setup.php:677 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." -#: ../../mod/chat.php:188 -msgid "I am online" -msgstr "Ik ben online" +#: ../../mod/setup.php:701 +msgid "Errors encountered creating database tables." +msgstr "Errors encountered creating database tables." -#: ../../mod/chat.php:190 -msgid "Bookmark this room" -msgstr "Chatkanaal aan bladwijzers toevoegen" +#: ../../mod/setup.php:735 +msgid "<h1>What next</h1>" +msgstr "<h1>What next</h1>" -#: ../../mod/chat.php:208 ../../mod/chat.php:231 -msgid "New Chatroom" -msgstr "Nieuw chatkanaal" +#: ../../mod/setup.php:736 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." -#: ../../mod/chat.php:209 -msgid "Chatroom Name" -msgstr "Naam chatkanaal" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Geen geldige account gevonden." -#: ../../mod/chat.php:210 -msgid "Expiration of chats (minutes)" -msgstr "Aantal minuten voordat chatberichten worden verwijderd" +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail." -#: ../../mod/chat.php:227 +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 #, php-format -msgid "%1$s's Chatrooms" -msgstr "Chatkanalen van %1$s" - -#: ../../mod/viewsrc.php:40 -msgid "Source of Item" -msgstr "Bron van item" - -#: ../../mod/ffsapi.php:8 -msgid "Share content from Firefox to $Projectname" -msgstr "Deel webpagina's vanuit Firefox met " - -#: ../../mod/ffsapi.php:11 -msgid "Activate the Firefox $Projectname provider" -msgstr "Activeer de $Projectname-service in Firefox" - -#: ../../mod/magic.php:69 -msgid "Hub not found." -msgstr "Hub niet gevonden." - -#: ../../mod/connections.php:52 ../../mod/connections.php:150 -msgid "Blocked" -msgstr "Geblokkeerd" - -#: ../../mod/connections.php:57 ../../mod/connections.php:157 -msgid "Ignored" -msgstr "Genegeerd" - -#: ../../mod/connections.php:62 ../../mod/connections.php:171 -msgid "Hidden" -msgstr "Verborgen" - -#: ../../mod/connections.php:67 ../../mod/connections.php:164 -msgid "Archived" -msgstr "Gearchiveerd" - -#: ../../mod/connections.php:128 -msgid "Suggest new connections" -msgstr "Nieuwe kanalen voorstellen" - -#: ../../mod/connections.php:131 -msgid "New Connections" -msgstr "Nieuwe connecties" - -#: ../../mod/connections.php:134 -msgid "Show pending (new) connections" -msgstr "Nog te accepteren (nieuwe) connecties weergeven" - -#: ../../mod/connections.php:137 ../../mod/profperm.php:139 -msgid "All Connections" -msgstr "Alle connecties" - -#: ../../mod/connections.php:140 -msgid "Show all connections" -msgstr "Toon alle connecties" - -#: ../../mod/connections.php:143 -msgid "Unblocked" -msgstr "Niet geblokkeerd" - -#: ../../mod/connections.php:146 -msgid "Only show unblocked connections" -msgstr "Toon alleen niet geblokkeerde connecties" - -#: ../../mod/connections.php:153 -msgid "Only show blocked connections" -msgstr "Toon alleen geblokkeerde connecties" - -#: ../../mod/connections.php:160 -msgid "Only show ignored connections" -msgstr "Toon alleen genegeerde connecties" - -#: ../../mod/connections.php:167 -msgid "Only show archived connections" -msgstr "Toon alleen gearchiveerde connecties" - -#: ../../mod/connections.php:174 -msgid "Only show hidden connections" -msgstr "Toon alleen verborgen connecties" +msgid "Site Member (%s)" +msgstr "Lid van hub (%s)" -#: ../../mod/connections.php:225 +#: ../../mod/lostpass.php:40 #, php-format -msgid "%1$s [%2$s]" -msgstr "%1$s [%2$s]" - -#: ../../mod/connections.php:226 -msgid "Edit connection" -msgstr "Connectie bewerken" - -#: ../../mod/connections.php:264 -msgid "Search your connections" -msgstr "Doorzoek jouw connecties" - -#: ../../mod/connections.php:265 -msgid "Finding: " -msgstr "Zoeken naar: " - -#: ../../mod/help.php:147 -msgid "Documentation Search" -msgstr "Zoek documentatie" - -#: ../../mod/help.php:184 ../../mod/help.php:190 ../../mod/help.php:196 -msgid "Help:" -msgstr "Hulp:" - -#: ../../mod/help.php:211 ../../index.php:238 -msgid "Not Found" -msgstr "Niet gevonden" - -#: ../../mod/help.php:235 -msgid "$Projectname Documentation" -msgstr "$Projectname-documentatie" +msgid "Password reset requested at %s" +msgstr "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend" -#: ../../mod/manage.php:130 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt." +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt." -#: ../../mod/manage.php:138 -msgid "Create a new channel" -msgstr "Nieuw kanaal aanmaken" +#: ../../mod/lostpass.php:86 ../../boot.php:1526 +msgid "Password Reset" +msgstr "Wachtwoord vergeten?" -#: ../../mod/manage.php:161 -msgid "Current Channel" -msgstr "Huidig kanaal" +#: ../../mod/lostpass.php:87 +msgid "Your password has been reset as requested." +msgstr "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht." -#: ../../mod/manage.php:163 -msgid "Switch to one of your channels by selecting it." -msgstr "Activeer een van jouw andere kanalen door er op te klikken." +#: ../../mod/lostpass.php:88 +msgid "Your new password is" +msgstr "Jouw nieuwe wachtwoord is" -#: ../../mod/manage.php:164 -msgid "Default Channel" -msgstr "Standaardkanaal" +#: ../../mod/lostpass.php:89 +msgid "Save or copy your new password - and then" +msgstr "Kopieer of sla je nieuwe wachtwoord op - en" -#: ../../mod/manage.php:165 -msgid "Make Default" -msgstr "Als standaard instellen" +#: ../../mod/lostpass.php:90 +msgid "click here to login" +msgstr "klik dan hier om in te loggen" -#: ../../mod/manage.php:168 -#, php-format -msgid "%d new messages" -msgstr "%d nieuwe berichten" +#: ../../mod/lostpass.php:91 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "Jouw wachtwoord kan worden veranderd onder <em>instellingen</em>, nadat je succesvol bent ingelogd." -#: ../../mod/manage.php:169 +#: ../../mod/lostpass.php:108 #, php-format -msgid "%d new introductions" -msgstr "%d nieuwe connectieverzoeken" - -#: ../../mod/manage.php:171 -msgid "Delegated Channels" -msgstr "Uitbestede kanalen" - -#: ../../mod/menu.php:45 -msgid "Unable to update menu." -msgstr "Niet in staat om menu aan te passen" - -#: ../../mod/menu.php:56 -msgid "Unable to create menu." -msgstr "Niet in staat om menu aan te maken." - -#: ../../mod/menu.php:94 ../../mod/menu.php:106 -msgid "Menu Name" -msgstr "Menunaam" - -#: ../../mod/menu.php:94 -msgid "Unique name (not visible on webpage) - required" -msgstr "Unieke naam vereist (niet zichtbaar op webpagina)" - -#: ../../mod/menu.php:95 ../../mod/menu.php:107 -msgid "Menu Title" -msgstr "Menutitel" - -#: ../../mod/menu.php:95 -msgid "Visible on webpage - leave empty for no title" -msgstr "Zichtbaar op webpagina (leeg laten voor geen titel)" - -#: ../../mod/menu.php:96 -msgid "Allow Bookmarks" -msgstr "Bladwijzers toestaan" - -#: ../../mod/menu.php:96 ../../mod/menu.php:153 -msgid "Menu may be used to store saved bookmarks" -msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan" - -#: ../../mod/menu.php:97 ../../mod/menu.php:155 -msgid "Submit and proceed" -msgstr "Opslaan en doorgaan" - -#: ../../mod/menu.php:109 -msgid "Drop" -msgstr "Verwijderen" - -#: ../../mod/menu.php:113 -msgid "Bookmarks allowed" -msgstr "Bladwijzers toegestaan" - -#: ../../mod/menu.php:115 -msgid "Delete this menu" -msgstr "Menu verwijderen" - -#: ../../mod/menu.php:116 ../../mod/menu.php:150 -msgid "Edit menu contents" -msgstr "Bewerk de inhoud van het menu" - -#: ../../mod/menu.php:117 -msgid "Edit this menu" -msgstr "Dit menu bewerken" - -#: ../../mod/menu.php:132 -msgid "Menu could not be deleted." -msgstr "Menu kon niet verwijderd worden." - -#: ../../mod/menu.php:140 ../../mod/mitem.php:24 -msgid "Menu not found." -msgstr "Menu niet gevonden." - -#: ../../mod/menu.php:145 -msgid "Edit Menu" -msgstr "Menu bewerken" - -#: ../../mod/menu.php:149 -msgid "Add or remove entries to this menu" -msgstr "Items aan dit menu toevoegen of verwijder" - -#: ../../mod/menu.php:151 -msgid "Menu name" -msgstr "Naam van menu" - -#: ../../mod/menu.php:151 -msgid "Must be unique, only seen by you" -msgstr "Moet uniek zijn en is alleen zichtbaar voor jou." - -#: ../../mod/menu.php:152 -msgid "Menu title" -msgstr "Titel van menu" - -#: ../../mod/menu.php:152 -msgid "Menu title as seen by others" -msgstr "Titel van menu zoals anderen dat zien." - -#: ../../mod/menu.php:153 -msgid "Allow bookmarks" -msgstr "Bladwijzers toestaan" - -#: ../../mod/mail.php:34 -msgid "Unable to lookup recipient." -msgstr "Niet in staat om ontvanger op te zoeken." - -#: ../../mod/mail.php:42 -msgid "Unable to communicate with requested channel." -msgstr "Niet in staat om met het aangevraagde kanaal te communiceren." - -#: ../../mod/mail.php:49 -msgid "Cannot verify requested channel." -msgstr "Kan opgevraagd kanaal niet verifieren" - -#: ../../mod/mail.php:75 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt." - -#: ../../mod/mail.php:140 -msgid "Messages" -msgstr "Berichten" - -#: ../../mod/mail.php:175 -msgid "Message recalled." -msgstr "Bericht ingetrokken." - -#: ../../mod/mail.php:188 -msgid "Conversation removed." -msgstr "Conversatie verwijderd" - -#: ../../mod/mail.php:231 -msgid "Requested channel is not in this network" -msgstr "Opgevraagd kanaal is niet in dit netwerk beschikbaar" - -#: ../../mod/mail.php:239 -msgid "Send Private Message" -msgstr "Privébericht versturen" - -#: ../../mod/mail.php:240 ../../mod/mail.php:370 -msgid "To:" -msgstr "Aan:" - -#: ../../mod/mail.php:243 ../../mod/mail.php:372 -msgid "Subject:" -msgstr "Onderwerp:" - -#: ../../mod/mail.php:250 -msgid "Send" -msgstr "Verzenden" - -#: ../../mod/mail.php:342 -msgid "Delete message" -msgstr "Bericht verwijderen" +msgid "Your password has changed at %s" +msgstr "Jouw wachtwoord op %s is veranderd" -#: ../../mod/mail.php:343 -msgid "Delivery report" -msgstr "Afleveringsrapport" +#: ../../mod/lostpass.php:123 +msgid "Forgot your Password?" +msgstr "Wachtwoord vergeten?" -#: ../../mod/mail.php:344 -msgid "Recall message" -msgstr "Bericht intrekken" +#: ../../mod/lostpass.php:124 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies." -#: ../../mod/mail.php:346 -msgid "Message has been recalled." -msgstr "Bericht is ingetrokken." +#: ../../mod/lostpass.php:125 +msgid "Email Address" +msgstr "E-mailadres" -#: ../../mod/mail.php:363 -msgid "Delete Conversation" -msgstr "Verwijder conversatie" +#: ../../mod/lostpass.php:126 +msgid "Reset" +msgstr "Opnieuw instellen" -#: ../../mod/mail.php:365 -msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender." +#: ../../mod/sharedwithme.php:94 +msgid "Files: shared with me" +msgstr "Bestanden: met mij gedeeld" -#: ../../mod/mail.php:369 -msgid "Send Reply" -msgstr "Antwoord versturen" +#: ../../mod/sharedwithme.php:96 +msgid "NEW" +msgstr "NIEUW" -#: ../../mod/mail.php:374 -#, php-format -msgid "Your message for %s (%s):" -msgstr "Jouw privébericht aan %s (%s):" +#: ../../mod/sharedwithme.php:99 +msgid "Remove all files" +msgstr "Verwijder alle bestanden" -#: ../../mod/service_limits.php:19 -msgid "No service class restrictions found." -msgstr "Geen abonnementsbeperkingen gevonden." +#: ../../mod/sharedwithme.php:100 +msgid "Remove this file" +msgstr "Verwijder dit bestand" #: ../../mod/siteinfo.php:15 #, php-format @@ -8848,11 +9056,11 @@ msgstr "Versie %s" #: ../../mod/siteinfo.php:36 msgid "Installed plugins/addons/apps:" -msgstr "Ingeschakelde plug-ins/add-ons/apps:" +msgstr "Ingeschakelde plugins en apps:" #: ../../mod/siteinfo.php:49 msgid "No installed plugins/addons/apps" -msgstr "Geen ingeschakelde plug-ins/add-ons/apps" +msgstr "Geen ingeschakelde plugins en apps" #: ../../mod/siteinfo.php:62 msgid "" @@ -8900,285 +9108,211 @@ msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - msgid "Site Administrators" msgstr "Hubbeheerders: " -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer." - -#: ../../mod/events.php:21 -msgid "Calendar entries imported." -msgstr "Agenda-items geïmporteerd." - -#: ../../mod/events.php:23 -msgid "No calendar entries found." -msgstr "Geen agenda-items gevonden." - -#: ../../mod/events.php:100 -msgid "Event can not end before it has started." -msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen" - -#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 -msgid "Unable to generate preview." -msgstr "Niet in staat om voorvertoning te genereren" - -#: ../../mod/events.php:109 -msgid "Event title and start time are required." -msgstr "Titel en begintijd van gebeurtenis zijn vereist." - -#: ../../mod/events.php:129 ../../mod/events.php:254 -msgid "Event not found." -msgstr "Gebeurtenis niet gevonden" - -#: ../../mod/events.php:437 -msgid "Edit event titel" -msgstr "Titel bewerken" - -#: ../../mod/events.php:437 -msgid "Event titel" -msgstr "Titel" - -#: ../../mod/events.php:439 -msgid "Categories (comma-separated list)" -msgstr "Categorieën (door komma's gescheiden lijst)" - -#: ../../mod/events.php:440 -msgid "Edit Category" -msgstr "Categorie" - -#: ../../mod/events.php:440 -msgid "Category" -msgstr "Categorie" - -#: ../../mod/events.php:443 -msgid "Edit start date and time" -msgstr "Begindatum en -tijd bewerken" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Aanmaken bron mislukt. Geen kanaal geselecteerd." -#: ../../mod/events.php:443 -msgid "Start date and time" -msgstr "Begindatum en -tijd" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Bron aangemaakt." -#: ../../mod/events.php:444 ../../mod/events.php:447 -msgid "Finish date and time are not known or not relevant" -msgstr "Einddatum en -tijd zijn niet bekend of niet van toepassing" +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Bron aangemaakt." -#: ../../mod/events.php:446 -msgid "Edit finish date and time" -msgstr "Einddatum en -tijd bewerken" +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/events.php:446 -msgid "Finish date and time" -msgstr "Einddatum en -tijd" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Beheer externe bronnen met inhoud voor jouw kanaal" -#: ../../mod/events.php:448 ../../mod/events.php:449 -msgid "Adjust for viewer timezone" -msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nieuwe bron" -#: ../../mod/events.php:448 +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." -msgstr "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen." - -#: ../../mod/events.php:450 -msgid "Edit Description" -msgstr "Omschrijving bewerken" - -#: ../../mod/events.php:452 -msgid "Edit Location" -msgstr "Locatie bewerken" - -#: ../../mod/events.php:455 ../../mod/events.php:457 -msgid "Share this event" -msgstr "Deel deze gebeurtenis" - -#: ../../mod/events.php:462 -msgid "Advanced Options" -msgstr "Geavanceerde opties" - -#: ../../mod/events.php:574 -msgid "l, F j" -msgstr "l j F" - -#: ../../mod/events.php:596 -msgid "Edit event" -msgstr "Gebeurtenis bewerken" - -#: ../../mod/events.php:598 -msgid "Delete event" -msgstr "Gebeurtenis verwijderen" - -#: ../../mod/events.php:632 -msgid "calendar" -msgstr "agenda" - -#: ../../mod/events.php:651 -msgid "Edit Event" -msgstr "Gebeurtenis bewerken" - -#: ../../mod/events.php:651 -msgid "Create Event" -msgstr "Gebeurtenis aanmaken" - -#: ../../mod/events.php:661 -msgid "Today" -msgstr "Vandaag" - -#: ../../mod/events.php:692 -msgid "Event removed" -msgstr "Gebeurtenis verwijderd" - -#: ../../mod/events.php:695 -msgid "Failed to remove event" -msgstr "Verwijderen gebeurtenis mislukt" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen." -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Ongeldige profiel-identificator" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importeer alleen inhoud met deze woorden (één per regel)" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Zichtbaarheid profiel " +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Laat leeg om alle openbare inhoud te importeren" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Klik op een connectie om deze toe te voegen of te verwijderen" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Bron niet gevonden" -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Zichtbaar voor" +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Bron bewerken" -#: ../../mod/mitem.php:48 -msgid "Unable to create element." -msgstr "Niet in staat om onderdeel aan te maken." +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Bron verwijderen" -#: ../../mod/mitem.php:72 -msgid "Unable to update menu element." -msgstr "Menu-onderdeel kan niet worden geüpdatet." +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Bron verwijderd" -#: ../../mod/mitem.php:88 -msgid "Unable to add menu element." -msgstr "Menu-onderdeel kan niet worden toegevoegd." +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Verwijderen bron mislukt." -#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 -msgid "Menu Item Permissions" -msgstr "Permissies menu-item" +#: ../../mod/subthread.php:114 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s volgt het %3$s van %2$s" -#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 -msgid "Link Name" -msgstr "Linknaam" +#: ../../mod/subthread.php:116 +#, php-format +msgid "%1$s stopped following %2$s's %3$s" +msgstr "%1$s volgt het %3$s van %2$s niet meer" -#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 -msgid "Link or Submenu Target" -msgstr "Linkdoel of submenu-doel" +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer." -#: ../../mod/mitem.php:153 -msgid "Enter URL of the link or select a menu name to create a submenu" -msgstr "Geef de URL van de link of kies een menunaam om een submenu aan te maken" +#: ../../mod/tagger.php:96 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s heeft het %3$s van %2$s getagd met %4$s" -#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 -msgid "Use magic-auth if available" -msgstr "Gebruik magic-auth wanneer beschikbaar" +#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 +msgid "Tag removed" +msgstr "Tag verwijderd" -#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 -msgid "Open link in new window" -msgstr "Open link in nieuw venster" +#: ../../mod/tagrm.php:119 +msgid "Remove Item Tag" +msgstr "Verwijder item-tag" -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Order in list" -msgstr "Volgorde in lijst" +#: ../../mod/tagrm.php:121 +msgid "Select a tag to remove: " +msgstr "Kies een tag om te verwijderen" -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Higher numbers will sink to bottom of listing" -msgstr "Hogere nummers komen onderaan de lijst terecht" +#: ../../mod/thing.php:110 +msgid "Thing updated" +msgstr "Ding bijgewerkt" -#: ../../mod/mitem.php:157 -msgid "Submit and finish" -msgstr "Opslaan en afsluiten" +#: ../../mod/thing.php:162 +msgid "Object store: failed" +msgstr "Opslaan van ding mislukt" -#: ../../mod/mitem.php:158 -msgid "Submit and continue" -msgstr "Opslaan en doorgaan" +#: ../../mod/thing.php:166 +msgid "Thing added" +msgstr "Ding toegevoegd" -#: ../../mod/mitem.php:166 -msgid "Menu:" -msgstr "Menu:" +#: ../../mod/thing.php:192 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/mitem.php:169 -msgid "Link Target" -msgstr "Linkdoel" +#: ../../mod/thing.php:255 +msgid "Show Thing" +msgstr "Ding weergeven" -#: ../../mod/mitem.php:172 -msgid "Edit menu" -msgstr "Menu bewerken" +#: ../../mod/thing.php:262 +msgid "item not found." +msgstr "Item niet gevonden" -#: ../../mod/mitem.php:175 -msgid "Edit element" -msgstr "Onderdeel bewerken" +#: ../../mod/thing.php:295 +msgid "Edit Thing" +msgstr "Ding bewerken" -#: ../../mod/mitem.php:176 -msgid "Drop element" -msgstr "Onderdeel verwijderen" +#: ../../mod/thing.php:297 ../../mod/thing.php:347 +msgid "Select a profile" +msgstr "Kies een profiel" -#: ../../mod/mitem.php:177 -msgid "New element" -msgstr "Nieuw element" +#: ../../mod/thing.php:301 ../../mod/thing.php:350 +msgid "Post an activity" +msgstr "Plaats een bericht" -#: ../../mod/mitem.php:178 -msgid "Edit this menu container" -msgstr "Deze menu-container bewerken" +#: ../../mod/thing.php:301 ../../mod/thing.php:350 +msgid "Only sends to viewers of the applicable profile" +msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien." -#: ../../mod/mitem.php:179 -msgid "Add menu element" -msgstr "Menu-element toevoegen" +#: ../../mod/thing.php:303 ../../mod/thing.php:352 +msgid "Name of thing e.g. something" +msgstr "Naam van ding" -#: ../../mod/mitem.php:180 -msgid "Delete this menu item" -msgstr "Dit menu-item verwijderen" +#: ../../mod/thing.php:305 ../../mod/thing.php:353 +msgid "URL of thing (optional)" +msgstr "URL van ding (optioneel)" -#: ../../mod/mitem.php:181 -msgid "Edit this menu item" -msgstr "Dit menu-item bewerken" +#: ../../mod/thing.php:307 ../../mod/thing.php:354 +msgid "URL for photo of thing (optional)" +msgstr "URL van foto van ding (optioneel)" -#: ../../mod/mitem.php:198 -msgid "Menu item not found." -msgstr "Menu-item niet gevonden." +#: ../../mod/thing.php:345 +msgid "Add Thing to your Profile" +msgstr "Ding aan je profiel toevoegen" -#: ../../mod/mitem.php:211 -msgid "Menu item deleted." -msgstr "Menu-item verwijderd." +#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 +msgid "Export Channel" +msgstr "Kanaal exporteren" -#: ../../mod/mitem.php:213 -msgid "Menu item could not be deleted." -msgstr "Menu-item kon niet worden verwijderd." +#: ../../mod/uexport.php:53 +msgid "" +"Export your basic channel information to a file. This acts as a backup of " +"your connections, permissions, profile and basic data, which can be used to " +"import your data to a new server hub, but does not contain your content." +msgstr "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal." -#: ../../mod/mitem.php:220 -msgid "Edit Menu Element" -msgstr "Menu-element bewerken" +#: ../../mod/uexport.php:54 +msgid "Export Content" +msgstr "Inhoud exporteren" -#: ../../mod/mitem.php:226 -msgid "Link text" -msgstr "Linktekst" +#: ../../mod/uexport.php:55 +msgid "" +"Export your channel information and recent content to a JSON backup that can" +" be restored or imported to another server hub. This backs up all of your " +"connections, permissions, profile data and several months of posts. This " +"file may be VERY large. Please be patient - it may take several minutes for" +" this download to begin." +msgstr "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint." -#: ../../mod/wholikesme.php:13 -msgid "Who likes me?" -msgstr "Wie vindt mij leuk?" +#: ../../mod/uexport.php:56 +msgid "Export your posts from a given year." +msgstr "Exporteer jouw berichten uit een bepaald jaar." -#: ../../mod/sharedwithme.php:94 -msgid "Files: shared with me" -msgstr "Bestanden: met mij gedeeld" +#: ../../mod/uexport.php:58 +msgid "" +"You may also export your posts and conversations for a particular year or " +"month. Adjust the date in your browser location bar to select other dates. " +"If the export fails (possibly due to memory exhaustion on your server hub), " +"please try again selecting a more limited date range." +msgstr "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak." -#: ../../mod/sharedwithme.php:96 -msgid "NEW" -msgstr "NIEUW" +#: ../../mod/uexport.php:59 +#, php-format +msgid "" +"To select all posts for a given year, such as this year, visit <a " +"href=\"%1$s\">%2$s</a>" +msgstr "Bezoek <a href=\"%1$s\">%2$s</a> om alle berichten van bijvoorbeeld dit jaar te selecteren. " -#: ../../mod/sharedwithme.php:99 -msgid "Remove all files" -msgstr "Verwijder alle bestanden" +#: ../../mod/uexport.php:60 +#, php-format +msgid "" +"To select all posts for a given month, such as January of this year, visit " +"<a href=\"%1$s\">%2$s</a>" +msgstr "Bezoek <a href=\"%1$s\">%2$s</a> om alle berichten van bijvoorbeeld januari dit jaar te selecteren." -#: ../../mod/sharedwithme.php:100 -msgid "Remove this file" -msgstr "Verwijder dit bestand" +#: ../../mod/uexport.php:61 +#, php-format +msgid "" +"These content files may be imported or restored by visiting <a " +"href=\"%1$s\">%2$s</a> on any site containing your channel. For best results" +" please import or restore these in date order (oldest first)." +msgstr "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal <a href=\"%1$s\">%2$s</a> te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen." #: ../../mod/viewconnections.php:59 msgid "No connections." @@ -9189,6 +9323,34 @@ msgstr "Geen connecties." msgid "Visit %s's profile [%s]" msgstr "Bezoek het profiel van %s [%s]" +#: ../../mod/viewconnections.php:101 +msgid "View Connections" +msgstr "Connecties weergeven" + +#: ../../mod/viewsrc.php:40 +msgid "Source of Item" +msgstr "Bron van item" + +#: ../../mod/webpages.php:191 +msgid "Page Title" +msgstr "Paginatitel" + +#: ../../mod/xchan.php:6 +msgid "Xchan Lookup" +msgstr "Xchan opzoeken" + +#: ../../mod/xchan.php:9 +msgid "Lookup xchan beginning with (or webbie): " +msgstr "Zoek een xchan (of webbie) die begint met:" + +#: ../../mod/cover_photo.php:130 ../../mod/cover_photo.php:177 +msgid "Cover Photos" +msgstr "Omslagfoto's" + +#: ../../mod/cover_photo.php:352 +msgid "Upload Cover Photo" +msgstr "Omslagfoto's uploaden" + #: ../../view/theme/redbasic/php/config.php:82 msgid "Focus (Hubzilla default)" msgstr "Focus (Hubzilla-standaard)" @@ -9325,57 +9487,51 @@ msgstr "Grootte profielfoto's van berichten instellen" msgid "Set size of followup author photos" msgstr "Grootte profielfoto's van reacties instellen" -#: ../../boot.php:1292 +#: ../../boot.php:1329 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s mislukt. Zie foutenlogboek." -#: ../../boot.php:1295 +#: ../../boot.php:1332 #, php-format msgid "Update Error at %s" msgstr "Update-fout op %s" -#: ../../boot.php:1462 +#: ../../boot.php:1499 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van Hubzilla" -#: ../../boot.php:1484 +#: ../../boot.php:1521 msgid "Password" msgstr "Wachtwoord" -#: ../../boot.php:1485 +#: ../../boot.php:1522 msgid "Remember me" msgstr "Aangemeld blijven" -#: ../../boot.php:1488 +#: ../../boot.php:1525 msgid "Forgot your password?" msgstr "Wachtwoord vergeten?" -#: ../../boot.php:2108 +#: ../../boot.php:2155 msgid "toggle mobile" msgstr "mobiele weergave omschakelen" -#: ../../boot.php:2243 +#: ../../boot.php:2308 msgid "Website SSL certificate is not valid. Please correct." msgstr "Het SSL-certificaat van deze website is ongeldig. Corrigeer dit a.u.b." -#: ../../boot.php:2246 +#: ../../boot.php:2311 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "[hubzilla] Probleem met SSL-certificaat voor %s" -#: ../../boot.php:2283 +#: ../../boot.php:2348 msgid "Cron/Scheduled tasks not running." msgstr "Cron is niet actief" -#: ../../boot.php:2287 +#: ../../boot.php:2352 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "[hubzilla] Cron-taken zijn niet actief op %s" - -#: ../../Zotlabs/Zot/Auth.php:140 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen." diff --git a/view/nl/hstrings.php b/view/nl/hstrings.php index 76bb7ddc2..6ec9e3c92 100644 --- a/view/nl/hstrings.php +++ b/view/nl/hstrings.php @@ -5,20 +5,15 @@ function string_plural_select_nl($n){ return ($n != 1);; }} ; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."; +$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd."; $a->strings["Connect"] = "Verbinden"; $a->strings["New window"] = "Nieuw venster"; $a->strings["Open the selected location in a different window or browser tab"] = "Open de geselecteerde locatie in een ander venster of tab"; $a->strings["User '%s' deleted"] = "Account '%s' verwijderd"; -$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt"; -$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al"; -$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal"; -$a->strings["Room not found."] = "Chatkanaal niet gevonden"; -$a->strings["Permission denied."] = "Toegang geweigerd"; -$a->strings["Room is full"] = "Chatkanaal is vol"; -$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."; +$a->strings["No username found in import file."] = "Geen gebruikersnaam in het importbestand gevonden."; $a->strings["Unable to create a unique channel address. Import failed."] = "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt."; -$a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt."; -$a->strings["Cloned channel not found. Import failed."] = "Gekloond kanaal niet gevonden. Importeren mislukt."; +$a->strings["Import completed."] = "Import voltooid."; $a->strings["parent"] = "omhoog"; $a->strings["Collection"] = "map"; $a->strings["Principal"] = "principal"; @@ -43,191 +38,24 @@ $a->strings["You are using %1\$s of %2\$s available file storage. (%3\$s%)"] $a->strings["WARNING:"] = "WAARSCHUWING:"; $a->strings["Create new folder"] = "Nieuwe map aanmaken"; $a->strings["Upload file"] = "Bestand uploaden"; -$a->strings["Delete this item?"] = "Dit item verwijderen?"; -$a->strings["Comment"] = "Reactie"; -$a->strings["[+] show all"] = "[+] alle"; -$a->strings["[-] show less"] = "[-] minder reacties weergeven"; -$a->strings["[+] expand"] = "[+] uitklappen"; -$a->strings["[-] collapse"] = "[-] inklappen"; -$a->strings["Password too short"] = "Wachtwoord te kort"; -$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen"; -$a->strings["everybody"] = "iedereen"; -$a->strings["Secret Passphrase"] = "Geheim wachtwoord"; -$a->strings["Passphrase hint"] = "Wachtwoordhint"; -$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen."; -$a->strings["close all"] = "Alles sluiten"; -$a->strings["Nothing new here"] = "Niets nieuw hier"; -$a->strings["Rate This Channel (this is public)"] = "Beoordeel dit kanaal (dit is openbaar)"; -$a->strings["Rating"] = "Beoordeling"; -$a->strings["Describe (optional)"] = "Omschrijving (optioneel)"; -$a->strings["Submit"] = "Opslaan"; -$a->strings["Please enter a link URL"] = "Vul een internetadres/URL in:"; -$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?"; -$a->strings["Location"] = "Locatie"; -$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; -$a->strings["ago"] = "geleden"; -$a->strings["from now"] = "vanaf nu"; -$a->strings["less than a minute"] = "minder dan een minuut"; -$a->strings["about a minute"] = "ongeveer een minuut"; -$a->strings["%d minutes"] = "%d minuten"; -$a->strings["about an hour"] = "ongeveer een uur"; -$a->strings["about %d hours"] = "ongeveer %d uren"; -$a->strings["a day"] = "een dag"; -$a->strings["%d days"] = "%d dagen"; -$a->strings["about a month"] = "ongeveer een maand"; -$a->strings["%d months"] = "%d maanden"; -$a->strings["about a year"] = "ongeveer een jaar"; -$a->strings["%d years"] = "%d jaren"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["January"] = "januari"; -$a->strings["February"] = "februari"; -$a->strings["March"] = "maart"; -$a->strings["April"] = "april"; -$a->strings["__ctx:long__ May"] = "mei"; -$a->strings["June"] = "juni"; -$a->strings["July"] = "juli"; -$a->strings["August"] = "augustus"; -$a->strings["September"] = "september"; -$a->strings["October"] = "oktober"; -$a->strings["November"] = "november"; -$a->strings["December"] = "december"; -$a->strings["Jan"] = "jan"; -$a->strings["Feb"] = "feb"; -$a->strings["Mar"] = "mrt"; -$a->strings["Apr"] = "apr"; -$a->strings["__ctx:short__ May"] = "mei"; -$a->strings["Jun"] = "jun"; -$a->strings["Jul"] = "jul"; -$a->strings["Aug"] = "aug"; -$a->strings["Sep"] = "sep"; -$a->strings["Oct"] = "okt"; -$a->strings["Nov"] = "nov"; -$a->strings["Dec"] = "dec"; -$a->strings["Sunday"] = "zondag"; -$a->strings["Monday"] = "maandag"; -$a->strings["Tuesday"] = "dinsdag"; -$a->strings["Wednesday"] = "woensdag"; -$a->strings["Thursday"] = "donderdag"; -$a->strings["Friday"] = "vrijdag"; -$a->strings["Saturday"] = "zaterdag"; -$a->strings["Sun"] = "zo"; -$a->strings["Mon"] = "ma"; -$a->strings["Tue"] = "di"; -$a->strings["Wed"] = "wo"; -$a->strings["Thu"] = "do"; -$a->strings["Fri"] = "vr"; -$a->strings["Sat"] = "za"; -$a->strings["__ctx:calendar__ today"] = "vandaag"; -$a->strings["__ctx:calendar__ month"] = "maand"; -$a->strings["__ctx:calendar__ week"] = "week"; -$a->strings["__ctx:calendar__ day"] = "dag"; -$a->strings["__ctx:calendar__ All day"] = "hele dag"; -$a->strings["No username found in import file."] = "Geen gebruikersnaam in het importbestand gevonden."; -$a->strings["Import completed."] = "Import voltooid."; -$a->strings["Default"] = "Standaard"; -$a->strings["Permission denied"] = "Toegang geweigerd"; -$a->strings["(Unknown)"] = "(Onbekend)"; -$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar."; -$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar."; -$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar."; -$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar."; -$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar."; -$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar."; -$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar."; -$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar."; -$a->strings["Item not found."] = "Item niet gevonden."; -$a->strings["Collection not found."] = "Collectie niet gevonden."; -$a->strings["Collection is empty."] = "Collectie is leeg"; -$a->strings["Collection: %s"] = "Collectie: %s"; -$a->strings["Connection: %s"] = "Connectie: %s"; -$a->strings["Connection not found."] = "Connectie niet gevonden."; -$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; -$a->strings["Starts:"] = "Start:"; -$a->strings["Finishes:"] = "Einde:"; -$a->strings["Location:"] = "Plaats:"; -$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd."; -$a->strings["event"] = "gebeurtenis"; -$a->strings["Not specified"] = "Niet aangegeven"; -$a->strings["Needs Action"] = "Actie vereist"; -$a->strings["Completed"] = "Voltooid"; -$a->strings["In Process"] = "In behandeling"; -$a->strings["Cancelled"] = "Geannuleerd"; -$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen"; -$a->strings["Empty name"] = "Ontbrekende naam"; -$a->strings["Name too long"] = "Naam te lang"; -$a->strings["No account identifier"] = "Geen account-identificator"; -$a->strings["Nickname is required."] = "Bijnaam is verplicht"; -$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."; -$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden"; -$a->strings["Default Profile"] = "Standaardprofiel"; -$a->strings["Friends"] = "Vrienden"; -$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar."; -$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar"; -$a->strings["Change profile photo"] = "Profielfoto veranderen"; -$a->strings["Profiles"] = "Profielen"; -$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken"; -$a->strings["Create New Profile"] = "Nieuw profiel aanmaken"; -$a->strings["Edit Profile"] = "Profiel bewerken"; -$a->strings["Profile Image"] = "Profielfoto"; -$a->strings["visible to everybody"] = "Voor iedereen zichtbaar"; -$a->strings["Edit visibility"] = "Zichtbaarheid bewerken"; -$a->strings["Gender:"] = "Geslacht:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepagina:"; -$a->strings["Online Now"] = "Nu online"; -$a->strings["g A l F d"] = "G:i, l d F"; -$a->strings["F d"] = "d F"; -$a->strings["[today]"] = "[vandaag]"; -$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; -$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; -$a->strings["[No description]"] = "[Geen omschrijving]"; -$a->strings["Event Reminders"] = "Herinneringen"; -$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; -$a->strings["Profile"] = "Profiel"; -$a->strings["Full Name:"] = "Volledige naam:"; -$a->strings["Like this channel"] = "Vind dit kanaal leuk"; -$a->strings["__ctx:noun__ Like"] = array( - 0 => "vindt dit leuk", - 1 => "vinden dit leuk", -); -$a->strings["j F, Y"] = "F j Y"; -$a->strings["j F"] = "F j"; -$a->strings["Birthday:"] = "Geboortedatum:"; -$a->strings["Age:"] = "Leeftijd:"; -$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Seksuele voorkeur:"; -$a->strings["Hometown:"] = "Oorspronkelijk uit:"; -$a->strings["Tags:"] = "Tags:"; -$a->strings["Political Views:"] = "Politieke overtuigingen:"; -$a->strings["Religion:"] = "Religie:"; -$a->strings["About:"] = "Over:"; -$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:"; -$a->strings["Likes:"] = "Houdt van:"; -$a->strings["Dislikes:"] = "Houdt niet van:"; -$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; -$a->strings["My other channels:"] = "Mijn andere kanalen"; -$a->strings["Musical interests:"] = "Muzikale interesses:"; -$a->strings["Books, literature:"] = "Boeken, literatuur:"; -$a->strings["Television:"] = "Televisie:"; -$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:"; -$a->strings["Love/Romance:"] = "Liefde/romantiek:"; -$a->strings["Work/employment:"] = "Werk/beroep:"; -$a->strings["School/education:"] = "School/opleiding:"; -$a->strings["Like this thing"] = "Vind dit ding leuk"; -$a->strings["Tags"] = "Tags"; -$a->strings["Categories"] = "Categorieën"; -$a->strings["Keywords"] = "Trefwoorden"; -$a->strings["have"] = "heb"; -$a->strings["has"] = "heeft"; -$a->strings["want"] = "wil"; -$a->strings["wants"] = "wil"; -$a->strings["like"] = "vind dit leuk"; -$a->strings["likes"] = "vindt dit leuk"; -$a->strings["dislike"] = "vind dit niet leuk"; -$a->strings["dislikes"] = "vindt dit niet leuk"; +$a->strings["Not a valid email address"] = "Geen geldig e-mailadres"; +$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze hub niet toegestaan"; +$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze hub geregistreerd."; +$a->strings["An invitation is required."] = "Een uitnodiging is vereist"; +$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden"; +$a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; +$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden."; +$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s"; +$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s"; +$a->strings["Administrator"] = "Beheerder"; +$a->strings["your registration password"] = "jouw registratiewachtwoord"; +$a->strings["Registration details for %s"] = "Registratiegegevens voor %s"; +$a->strings["Account approved."] = "Account goedgekeurd"; +$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; +$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen."; +$a->strings["Click here to upgrade."] = "Klik hier om te upgraden."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."; +$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement."; $a->strings["Visible to your default audience"] = "Voor iedereen zichtbaar, mits niet anders ingesteld"; $a->strings["Show"] = "Tonen"; $a->strings["Don't show"] = "Niet tonen"; @@ -239,6 +67,38 @@ $a->strings["public profile"] = "openbaar profiel"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s veranderde %2\$s naar “%3\$s”"; $a->strings["Visit %1\$s's %2\$s"] = "Bezoek het %2\$s van %1\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepaste %2\$s, %3\$s veranderd."; +$a->strings["Public Timeline"] = "Openbare tijdlijn"; +$a->strings["Site Admin"] = "Hubbeheerder"; +$a->strings["Bookmarks"] = "Bladwijzers"; +$a->strings["Address Book"] = "Connecties"; +$a->strings["Login"] = "Inloggen"; +$a->strings["Channel Manager"] = "Kanaalbeheer"; +$a->strings["Grid"] = "Grid"; +$a->strings["Settings"] = "Instellingen"; +$a->strings["Webpages"] = "Webpagina's"; +$a->strings["Channel Home"] = "Jouw kanaal"; +$a->strings["Profile"] = "Profiel"; +$a->strings["Photos"] = "Foto's"; +$a->strings["Events"] = "Agenda"; +$a->strings["Directory"] = "Kanalengids"; +$a->strings["Help"] = "Hulp"; +$a->strings["Mail"] = "Privéberichten"; +$a->strings["Mood"] = "Stemming"; +$a->strings["Poke"] = "Aanstoten"; +$a->strings["Chat"] = "Chatten"; +$a->strings["Search"] = "Zoeken"; +$a->strings["Probe"] = "Onderzoeken"; +$a->strings["Suggest"] = "Voorstellen"; +$a->strings["Random Channel"] = "Willekeurig kanaal"; +$a->strings["Invite"] = "Uitnodigen "; +$a->strings["Features"] = "Extra functies"; +$a->strings["Language"] = "Taal"; +$a->strings["Post"] = "Bericht"; +$a->strings["Profile Photo"] = "Profielfoto"; +$a->strings["Update"] = "Bijwerken"; +$a->strings["Install"] = "Installeren"; +$a->strings["Purchase"] = "Aanschaffen"; +$a->strings["Permission denied."] = "Toegang geweigerd."; $a->strings["Item was not found."] = "Item niet gevonden"; $a->strings["No source file."] = "Geen bronbestand."; $a->strings["Cannot locate file to replace"] = "Kan het te vervangen bestand niet vinden"; @@ -254,238 +114,59 @@ $a->strings["Path not found."] = "Pad niet gevonden"; $a->strings["mkdir failed."] = "directory aanmaken (mkdir) mislukt."; $a->strings["database storage failed."] = "opslag in database mislukt."; $a->strings["Empty path"] = "Ontbrekend bestandspad"; +$a->strings["Logged out."] = "Uitgelogd."; +$a->strings["Failed authentication"] = "Mislukte authenticatie"; +$a->strings["Login failed."] = "Inloggen mislukt."; $a->strings["Attachments:"] = "Bijlagen:"; +$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; $a->strings["\$Projectname event notification:"] = "Notificatie \$Projectname-gebeurtenis:"; -$a->strings["created a new post"] = "maakte een nieuw bericht aan"; -$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s"; -$a->strings["Apps"] = "Apps"; -$a->strings["System"] = "Systeem"; -$a->strings["Personal"] = "Persoonlijk"; -$a->strings["Create Personal App"] = "Persoonlijke app maken"; -$a->strings["Edit Personal App"] = "Persoonlijke app bewerken"; -$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; -$a->strings["Suggestions"] = "Voorgestelde kanalen"; -$a->strings["See more..."] = "Meer..."; -$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties."; -$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen"; -$a->strings["Enter the channel address"] = "Vul het adres van het nieuwe kanaal in"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: bob@example.com, http://example.com/barbara"; -$a->strings["Notes"] = "Aantekeningen"; -$a->strings["Save"] = "Opslaan"; -$a->strings["Remove term"] = "Verwijder zoekterm"; -$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; -$a->strings["add"] = "toevoegen"; +$a->strings["Starts:"] = "Start:"; +$a->strings["Finishes:"] = "Einde:"; +$a->strings["Location:"] = "Plaats:"; +$a->strings["Image/photo"] = "Afbeelding/foto"; +$a->strings["Encrypted content"] = "Versleutelde inhoud"; +$a->strings["Install %s element: "] = "Installeer %s-element: "; +$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren."; +$a->strings["webpage"] = "Webpagina"; +$a->strings["layout"] = "lay-out"; +$a->strings["block"] = "blok"; +$a->strings["menu"] = "menu"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s"; +$a->strings["post"] = "bericht"; +$a->strings["Different viewers will see this text differently"] = "Deze tekst wordt per persoon anders weergeven."; +$a->strings["$1 spoiler"] = "$1 spoiler"; +$a->strings["$1 wrote:"] = "$1 schreef:"; +$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s"; +$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt"; +$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al"; +$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal"; +$a->strings["Room not found."] = "Chatkanaal niet gevonden"; +$a->strings["Room is full"] = "Chatkanaal is vol"; +$a->strings["Default"] = "Standaard"; +$a->strings["%d invitation available"] = array( + 0 => "%d uitnodiging beschikbaar", + 1 => "%d uitnodigingen beschikbaar", +); +$a->strings["Advanced"] = "Geavanceerd"; +$a->strings["Find Channels"] = "Kanalen vinden"; +$a->strings["Enter name or interest"] = "Vul naam of interesse in"; +$a->strings["Connect/Follow"] = "Verbinden/volgen"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen"; +$a->strings["Find"] = "Vinden"; +$a->strings["Channel Suggestions"] = "Voorgestelde kanalen"; +$a->strings["Random Profile"] = "Willekeurig profiel"; +$a->strings["Invite Friends"] = "Vrienden uitnodigen"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Geavanceerd voorbeeld (Engels): name=jan en country=nederland"; $a->strings["Saved Folders"] = "Bewaarde mappen"; $a->strings["Everything"] = "Alles"; -$a->strings["Archives"] = "Archieven"; -$a->strings["Me"] = "Ik"; -$a->strings["Family"] = "Familie"; -$a->strings["Acquaintances"] = "Kennissen"; -$a->strings["All"] = "Alles"; -$a->strings["Refresh"] = "Vernieuwen"; -$a->strings["Account settings"] = "Account"; -$a->strings["Channel settings"] = "Kanaal"; -$a->strings["Additional features"] = "Extra functies"; -$a->strings["Feature/Addon settings"] = "Extra functie- en plugin-instellingen"; -$a->strings["Display settings"] = "Weergave"; -$a->strings["Connected apps"] = "Verbonden applicaties"; -$a->strings["Export channel"] = "Kanaal exporteren"; -$a->strings["Connection Default Permissions"] = "Standaard permissies voor connecties"; -$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal"; -$a->strings["Channel Sources"] = "Kanaalbronnen"; -$a->strings["Settings"] = "Instellingen"; -$a->strings["Private Mail Menu"] = "Privéberichten"; -$a->strings["Combined View"] = "Gecombineerd postvak"; -$a->strings["Inbox"] = "Postvak IN"; -$a->strings["Outbox"] = "Postvak UIT"; -$a->strings["New Message"] = "Nieuw bericht"; -$a->strings["Conversations"] = "Conversaties"; -$a->strings["Received Messages"] = "Ontvangen berichten"; -$a->strings["Sent Messages"] = "Verzonden berichten"; -$a->strings["No messages."] = "Geen berichten"; -$a->strings["Delete conversation"] = "Verwijder conversatie"; -$a->strings["Events Menu"] = "Agenda-menu"; -$a->strings["Day View"] = "Dag tonen"; -$a->strings["Week View"] = "Week tonen"; -$a->strings["Month View"] = "Maand tonen"; -$a->strings["Export"] = "Exporteren"; -$a->strings["Import"] = "Importeren"; -$a->strings["Events Tools"] = "Agenda-hulpmiddelen"; -$a->strings["Export Calendar"] = "Exporteren"; -$a->strings["Import Calendar"] = "Importeren"; -$a->strings["Chat Rooms"] = "Chatkanalen"; -$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen"; -$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen"; -$a->strings["photo/image"] = "foto/afbeelding"; -$a->strings["Rate Me"] = "Beoordeel mij"; -$a->strings["View Ratings"] = "Bekijk beoordelingen"; -$a->strings["Public Hubs"] = "Openbare hubs"; -$a->strings["Forums"] = "Forums"; -$a->strings["Tasks"] = "Taken"; -$a->strings["Documentation"] = "Documentatie"; -$a->strings["Project/Site Information"] = "Project- en hub-informatie"; -$a->strings["For Members"] = "Voor leden"; -$a->strings["For Administrators"] = "Voor beheerders"; -$a->strings["For Developers"] = "Voor ontwikkelaars"; -$a->strings["Site"] = "Hub-instellingen"; -$a->strings["Accounts"] = "Accounts"; -$a->strings["Channels"] = "Kanalen"; -$a->strings["Plugins"] = "Plug-ins"; -$a->strings["Themes"] = "Thema's"; -$a->strings["Inspect queue"] = "Inspecteer berichtenwachtrij"; -$a->strings["Profile Config"] = "Profielconfiguratie"; -$a->strings["DB updates"] = "Database-updates"; -$a->strings["Logs"] = "Logboeken"; -$a->strings["Admin"] = "Beheer"; -$a->strings["Plugin Features"] = "Plug-in-opties"; -$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten"; -$a->strings["View Photo"] = "Foto weergeven"; -$a->strings["Edit Album"] = "Album bewerken"; -$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s"; -$a->strings["General Features"] = "Algemene functies"; -$a->strings["Content Expiration"] = "Inhoud laten verlopen"; -$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen"; -$a->strings["Multiple Profiles"] = "Meerdere profielen"; -$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; -$a->strings["Advanced Profiles"] = "Geavanceerde profielen"; -$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel"; -$a->strings["Profile Import/Export"] = "Profiel importen/exporteren"; -$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken."; -$a->strings["Web Pages"] = "Webpagina's"; -$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe"; -$a->strings["Private Notes"] = "Privé-aantekeningen"; -$a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan"; -$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu"; -$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk"; -$a->strings["Photo Location"] = "Fotolocatie"; -$a->strings["If location data is available on uploaded photos, link this to a map."] = "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart."; -$a->strings["Expert Mode"] = "Expertmodus"; -$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Schakel de expertmodus in voor geavanceerde instellingen"; -$a->strings["Premium Channel"] = "Premiumkanaal"; -$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal"; -$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; -$a->strings["Use Markdown"] = "Markdown gebruiken"; -$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken."; -$a->strings["Large Photos"] = "Grote foto's"; -$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt."; -$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren."; -$a->strings["Even More Encryption"] = "Extra encryptie"; -$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."; -$a->strings["Enable Voting Tools"] = "Peilingen inschakelen"; -$a->strings["Provide a class of post which others can vote on"] = "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen."; -$a->strings["Delayed Posting"] = "Berichten uitstellen"; -$a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden."; -$a->strings["Suppress Duplicate Posts/Comments"] = "Dubbele berichten/reacties tegenhouden"; -$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. "; -$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter"; -$a->strings["Search by Date"] = "Zoek op datum"; -$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren "; -$a->strings["Collections Filter"] = "Filter op collecties"; -$a->strings["Enable widget to display Network posts only from selected collections"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties"; -$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik"; -$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"; -$a->strings["Network New Tab"] = "Nieuwe netwerktab"; -$a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen"; -$a->strings["Affinity Tool"] = "Verwantschapsfilter"; -$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag"; -$a->strings["Connection Filtering"] = "Berichtenfilters"; -$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal"; -$a->strings["Suggest Channels"] = "Kanalen voorstellen"; -$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen"; -$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen"; -$a->strings["Tagging"] = "Taggen"; -$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te taggen"; -$a->strings["Post Categories"] = "Categorieën berichten"; -$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; -$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen op te slaan"; -$a->strings["Dislike Posts"] = "Vind berichten niet leuk"; -$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden"; -$a->strings["Star Posts"] = "Geef berichten een ster"; -$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren"; -$a->strings["Tag Cloud"] = "Tagwolk"; -$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina"; -$a->strings["Male"] = "Man"; -$a->strings["Female"] = "Vrouw"; -$a->strings["Currently Male"] = "Momenteel man"; -$a->strings["Currently Female"] = "Momenteel vrouw"; -$a->strings["Mostly Male"] = "Voornamelijk man"; -$a->strings["Mostly Female"] = "Voornamelijk vrouw"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Interseksueel"; -$a->strings["Transsexual"] = "Transseksueel"; -$a->strings["Hermaphrodite"] = "Hermafrodiet"; -$a->strings["Neuter"] = "Genderneutraal"; -$a->strings["Non-specific"] = "Niet gespecificeerd"; -$a->strings["Other"] = "Anders"; -$a->strings["Undecided"] = "Nog niet beslist"; -$a->strings["Males"] = "Mannen"; -$a->strings["Females"] = "Vrouwen"; -$a->strings["Gay"] = "Homoseksueel"; -$a->strings["Lesbian"] = "Lesbisch"; -$a->strings["No Preference"] = "Geen voorkeur"; -$a->strings["Bisexual"] = "Biseksueel"; -$a->strings["Autosexual"] = "Autoseksueel"; -$a->strings["Abstinent"] = "Seksuele onthouding"; -$a->strings["Virgin"] = "Maagd"; -$a->strings["Deviant"] = "Afwijkend"; -$a->strings["Fetish"] = "Fetisj"; -$a->strings["Oodles"] = "Veel"; -$a->strings["Nonsexual"] = "Aseksueel"; -$a->strings["Single"] = "Alleen"; -$a->strings["Lonely"] = "Eenzaam"; -$a->strings["Available"] = "Beschikbaar"; -$a->strings["Unavailable"] = "Niet beschikbaar"; -$a->strings["Has crush"] = "Heeft een oogje op iemand"; -$a->strings["Infatuated"] = "Smoorverliefd"; -$a->strings["Dating"] = "Aan het daten"; -$a->strings["Unfaithful"] = "Ontrouw"; -$a->strings["Sex Addict"] = "Seksverslaafd"; -$a->strings["Friends/Benefits"] = "Vriendschap plus"; -$a->strings["Casual"] = "Ongebonden/vluchtig"; -$a->strings["Engaged"] = "Verloofd"; -$a->strings["Married"] = "Getrouwd"; -$a->strings["Imaginarily married"] = "Denkbeeldig getrouwd"; -$a->strings["Partners"] = "Partners"; -$a->strings["Cohabiting"] = "Samenwonend"; -$a->strings["Common law"] = "Common-law-huwelijk"; -$a->strings["Happy"] = "Gelukkig"; -$a->strings["Not looking"] = "Niet op zoek"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Verraden"; -$a->strings["Separated"] = "Uit elkaar"; -$a->strings["Unstable"] = "Onstabiel"; -$a->strings["Divorced"] = "Gescheiden"; -$a->strings["Imaginarily divorced"] = "Denkbeeldig gescheiden"; -$a->strings["Widowed"] = "Weduwnaar/weduwe"; -$a->strings["Uncertain"] = "Onzeker"; -$a->strings["It's complicated"] = "Het is ingewikkeld"; -$a->strings["Don't care"] = "Maakt mij niks uit"; -$a->strings["Ask me"] = "Vraag het me"; -$a->strings["Miscellaneous"] = "Diversen"; -$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD"; -$a->strings["Required"] = "Vereist"; -$a->strings["never"] = "nooit"; -$a->strings["less than a second ago"] = "minder dan een seconde geleden"; -$a->strings["year"] = "jaar"; -$a->strings["years"] = "jaren"; -$a->strings["month"] = "maand"; -$a->strings["months"] = "maanden"; -$a->strings["week"] = "week"; -$a->strings["weeks"] = "weken"; -$a->strings["day"] = "dag"; -$a->strings["days"] = "dagen"; -$a->strings["hour"] = "uur"; -$a->strings["hours"] = "uren"; -$a->strings["minute"] = "minuut"; -$a->strings["minutes"] = "minuten"; -$a->strings["second"] = "seconde"; -$a->strings["seconds"] = "seconden"; -$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; -$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s"; -$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s"; -$a->strings["Public Timeline"] = "Openbare tijdlijn"; +$a->strings["Categories"] = "Categorieën"; +$a->strings["%d connection in common"] = array( + 0 => "%d gemeenschappelijke connectie", + 1 => "%d gemeenschappelijke connecties", +); +$a->strings["show more"] = "meer connecties weergeven"; $a->strings["photo"] = "foto"; +$a->strings["event"] = "gebeurtenis"; $a->strings["channel"] = "kanaal"; $a->strings["status"] = "bericht"; $a->strings["comment"] = "reactie"; @@ -504,7 +185,7 @@ $a->strings["__ctx:title__ Attending"] = "aanwezig"; $a->strings["__ctx:title__ Not attending"] = "niet aanwezig"; $a->strings["__ctx:title__ Might attend"] = "mogelijk aanwezig"; $a->strings["Select"] = "Kies"; -$a->strings["Private Message"] = "Privébericht"; +$a->strings["Private Message"] = "Niet voor iedereen zichtbaar"; $a->strings["Message signature validated"] = "Berichtkenmerk gevalideerd"; $a->strings["Message signature incorrect"] = "Berichtkenmerk onjuist"; $a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s"; @@ -521,13 +202,11 @@ $a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items"; $a->strings["View Source"] = "Bron weergeven"; $a->strings["Follow Thread"] = "Conversatie volgen"; $a->strings["Unfollow Thread"] = "Conversatie niet meer volgen"; -$a->strings["View Status"] = "Status weergeven"; $a->strings["View Profile"] = "Profiel weergeven"; -$a->strings["View Photos"] = "Foto's weergeven"; -$a->strings["Activity/Posts"] = "Kanaal-activiteit"; +$a->strings["Activity/Posts"] = "Activiteit/berichten connectie"; $a->strings["Edit Connection"] = "Connectie bewerken"; -$a->strings["Send PM"] = "Privébericht verzenden"; -$a->strings["Poke"] = "Aanstoten"; +$a->strings["Message"] = "Bericht"; +$a->strings["Ratings"] = "Beoordelingen"; $a->strings["%s likes this."] = "%s vindt dit leuk."; $a->strings["%s doesn't like this."] = "%s vindt dit niet leuk."; $a->strings["<span %1\$s>%2\$d people</span> like this."] = array( @@ -594,6 +273,7 @@ $a->strings["Commented Order"] = "Nieuwe reacties bovenaan"; $a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan"; $a->strings["Posted Order"] = "Nieuwe berichten bovenaan"; $a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan"; +$a->strings["Personal"] = "Persoonlijk"; $a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent"; $a->strings["New"] = "Nieuw"; $a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum"; @@ -605,15 +285,16 @@ $a->strings["Channel"] = "Kanaal"; $a->strings["Status Messages and Posts"] = "Berichten in dit kanaal"; $a->strings["About"] = "Over"; $a->strings["Profile Details"] = "Profiel"; -$a->strings["Photos"] = "Foto's"; $a->strings["Photo Albums"] = "Fotoalbums"; $a->strings["Files and Storage"] = "Bestanden en opslagruimte"; $a->strings["Chatrooms"] = "Chatkanalen"; -$a->strings["Bookmarks"] = "Bladwijzers"; $a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers"; -$a->strings["Webpages"] = "Webpagina's"; $a->strings["Manage Webpages"] = "Webpagina's beheren"; $a->strings["View all"] = "Toon alles"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "vindt dit leuk", + 1 => "vinden dit leuk", +); $a->strings["__ctx:noun__ Dislike"] = array( 0 => "vindt dit niet leuk", 1 => "vinden dit niet leuk", @@ -642,97 +323,41 @@ $a->strings["__ctx:noun__ Abstain"] = array( 0 => "onthouding", 1 => "onthoudingen", ); -$a->strings["Logged out."] = "Uitgelogd."; -$a->strings["Failed authentication"] = "Mislukte authenticatie"; -$a->strings["Login failed."] = "Inloggen mislukt."; -$a->strings["Frequently"] = "Regelmatig"; -$a->strings["Hourly"] = "Elk uur"; -$a->strings["Twice daily"] = "Twee keer per dag"; -$a->strings["Daily"] = "Dagelijks"; -$a->strings["Weekly"] = "Wekelijks"; -$a->strings["Monthly"] = "Maandelijks"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-mail"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Image/photo"] = "Afbeelding/foto"; -$a->strings["Encrypted content"] = "Versleutelde inhoud"; -$a->strings["Install %s element: "] = "Installeer %s-element: "; -$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren."; -$a->strings["webpage"] = "Webpagina"; -$a->strings["layout"] = "lay-out"; -$a->strings["block"] = "blok"; -$a->strings["menu"] = "menu"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s"; -$a->strings["post"] = "bericht"; -$a->strings["Different viewers will see this text differently"] = "Deze tekst wordt per persoon anders weergeven."; -$a->strings["$1 spoiler"] = "$1 spoiler"; -$a->strings["$1 wrote:"] = "$1 schreef:"; -$a->strings["%d invitation available"] = array( - 0 => "%d uitnodiging beschikbaar", - 1 => "%d uitnodigingen beschikbaar", -); -$a->strings["Advanced"] = "Geavanceerd"; -$a->strings["Find Channels"] = "Kanalen vinden"; -$a->strings["Enter name or interest"] = "Vul naam of interesse in"; -$a->strings["Connect/Follow"] = "Verbinden/volgen"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen"; -$a->strings["Find"] = "Vinden"; -$a->strings["Channel Suggestions"] = "Voorgestelde kanalen"; -$a->strings["Random Profile"] = "Willekeurig profiel"; -$a->strings["Invite Friends"] = "Vrienden uitnodigen"; -$a->strings["Advanced example: name=fred and country=iceland"] = "Geavanceerd voorbeeld (Engels): name=jan en country=nederland"; -$a->strings["%d connection in common"] = array( - 0 => "%d gemeenschappelijke connectie", - 1 => "%d gemeenschappelijke connecties", -); -$a->strings["show more"] = "meer connecties weergeven"; -$a->strings["\$Projectname Notification"] = "\$Projectname-notificatie"; -$a->strings["\$projectname"] = "\$projectname"; -$a->strings["Thank You,"] = "Bedankt,"; -$a->strings["%s Administrator"] = "Beheerder %s"; -$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; -$a->strings["[Hubzilla:Notify] New mail received at %s"] = "[Hubzilla:Notificatie] Nieuw privébericht ontvangen op %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s zond jou %2\$s."; -$a->strings["a private message"] = "een privébericht"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privéberichten te bekijken en/of er op te reageren."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %5\$s van %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]jouw %4\$s[/zrl]"; -$a->strings["[Hubzilla:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Hubzilla:Notificatie] Reactie op conversatie #%1\$d door %2\$s"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s gaf een reactie op een bericht/conversatie die jij volgt."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of er op te reageren."; -$a->strings["[Hubzilla:Notify] %s posted to your profile wall"] = "[Hubzilla:Notificatie] %s heeft een bericht op jouw kanaal geplaatst"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s heeft om %3\$s een bericht op jouw kanaal geplaatst"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s heeft een bericht op [zrl=%3\$s]jouw kanaal[/zrl] geplaatst"; -$a->strings["[Hubzilla:Notify] %s tagged you"] = "[Hubzilla:Notificatie] %s heeft je genoemd"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou op %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]noemde jou[/zrl]."; -$a->strings["[Hubzilla:Notify] %1\$s poked you"] = "[Hubzilla:Notificatie] %1\$s heeft je aangestoten"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s heeft je aangestoten op %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]heeft je aangestoten[/zrl]."; -$a->strings["[Hubzilla:Notify] %s tagged your post"] = "[Hubzilla:Notificatie] %s heeft jouw bericht getagd"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s heeft jouw bericht om %3\$s getagd"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s heeft [zrl=%3\$s]jouw bericht[/zrl] getagd"; -$a->strings["[Hubzilla:Notify] Introduction received"] = "[Hubzilla:Notificatie] Connectieverzoek ontvangen"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, je hebt een nieuw connectieverzoek ontvangen van '%2\$s' op %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, je hebt een [zrl=%2\$s]nieuw connectieverzoek[/zrl] ontvangen van %3\$s."; -$a->strings["You may visit their profile at %s"] = "Je kan het profiel bekijken op %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Bezoek %s om het connectieverzoek te accepteren of af te wijzen."; -$a->strings["[Hubzilla:Notify] Friend suggestion received"] = "[Hubzilla:Notificatie] Kanaalvoorstel ontvangen"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, je hebt een kanaalvoorstel ontvangen van '%2\$s' om %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, je hebt [zrl=%2\$s]een kanaalvoorstel[/zrl] ontvangen voor %3\$s van %4\$s."; -$a->strings["Name:"] = "Naam:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen."; -$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Notificatie]"; +$a->strings["Miscellaneous"] = "Diversen"; +$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD"; +$a->strings["Required"] = "Vereist"; +$a->strings["never"] = "nooit"; +$a->strings["less than a second ago"] = "minder dan een seconde geleden"; +$a->strings["year"] = "jaar"; +$a->strings["years"] = "jaren"; +$a->strings["month"] = "maand"; +$a->strings["months"] = "maanden"; +$a->strings["week"] = "week"; +$a->strings["weeks"] = "weken"; +$a->strings["day"] = "dag"; +$a->strings["days"] = "dagen"; +$a->strings["hour"] = "uur"; +$a->strings["hours"] = "uren"; +$a->strings["minute"] = "minuut"; +$a->strings["minutes"] = "minuten"; +$a->strings["second"] = "seconde"; +$a->strings["seconds"] = "seconden"; +$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; +$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s"; +$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden"; +$a->strings["Directory Options"] = "Opties kanalengids"; +$a->strings["Safe Mode"] = "Veilig zoeken"; +$a->strings["No"] = "Nee"; +$a->strings["Yes"] = "Ja"; +$a->strings["Public Forums Only"] = "Alleen openbare forums"; +$a->strings["This Website Only"] = "Alleen deze hub"; +$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd."; +$a->strings["Not specified"] = "Niet aangegeven"; +$a->strings["Needs Action"] = "Actie vereist"; +$a->strings["Completed"] = "Voltooid"; +$a->strings["In Process"] = "In behandeling"; +$a->strings["Cancelled"] = "Geannuleerd"; $a->strings["Channel is blocked on this site."] = "Kanaal is op deze hub geblokkeerd."; $a->strings["Channel location missing."] = "Ontbrekende kanaallocatie."; $a->strings["Response from remote channel was incomplete."] = "Antwoord van het kanaal op afstand was niet volledig."; @@ -741,8 +366,99 @@ $a->strings["Protocol disabled."] = "Protocol uitgeschakeld."; $a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt."; $a->strings["local account not found."] = "lokale account niet gevonden."; $a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden"; -$a->strings["Embedded content"] = "Ingesloten inhoud"; -$a->strings["Embedding disabled"] = "Insluiten uitgeschakeld"; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken."; +$a->strings["Add new connections to this privacy group"] = "Voeg nieuwe connecties aan deze privacygroep toe"; +$a->strings["All Channels"] = "Alle kanalen"; +$a->strings["edit"] = "bewerken"; +$a->strings["Privacy Groups"] = "Privacygroepen"; +$a->strings["Edit group"] = "Privacygroep bewerken"; +$a->strings["Add privacy group"] = "Privacygroep toevoegen"; +$a->strings["Channels not in any privacy group"] = "Kanalen die zich in geen enkele privacygroep bevinden"; +$a->strings["add"] = "toevoegen"; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."; +$a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt."; +$a->strings["Cloned channel not found. Import failed."] = "Gekloond kanaal niet gevonden. Importeren mislukt."; +$a->strings["Delete this item?"] = "Dit item verwijderen?"; +$a->strings["Comment"] = "Reactie"; +$a->strings["[+] show all"] = "[+] alle"; +$a->strings["[-] show less"] = "[-] minder reacties weergeven"; +$a->strings["[+] expand"] = "[+] uitklappen"; +$a->strings["[-] collapse"] = "[-] inklappen"; +$a->strings["Password too short"] = "Wachtwoord te kort"; +$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen"; +$a->strings["everybody"] = "iedereen"; +$a->strings["Secret Passphrase"] = "Geheim wachtwoord"; +$a->strings["Passphrase hint"] = "Wachtwoordhint"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen."; +$a->strings["close all"] = "Alles sluiten"; +$a->strings["Nothing new here"] = "Niets nieuw hier"; +$a->strings["Rate This Channel (this is public)"] = "Beoordeel dit kanaal (dit is openbaar)"; +$a->strings["Rating"] = "Beoordeling"; +$a->strings["Describe (optional)"] = "Omschrijving (optioneel)"; +$a->strings["Submit"] = "Opslaan"; +$a->strings["Please enter a link URL"] = "Vul een internetadres/URL in:"; +$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?"; +$a->strings["Location"] = "Locatie"; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; +$a->strings["ago"] = "geleden"; +$a->strings["from now"] = "vanaf nu"; +$a->strings["less than a minute"] = "minder dan een minuut"; +$a->strings["about a minute"] = "ongeveer een minuut"; +$a->strings["%d minutes"] = "%d minuten"; +$a->strings["about an hour"] = "ongeveer een uur"; +$a->strings["about %d hours"] = "ongeveer %d uren"; +$a->strings["a day"] = "een dag"; +$a->strings["%d days"] = "%d dagen"; +$a->strings["about a month"] = "ongeveer een maand"; +$a->strings["%d months"] = "%d maanden"; +$a->strings["about a year"] = "ongeveer een jaar"; +$a->strings["%d years"] = "%d jaren"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["January"] = "januari"; +$a->strings["February"] = "februari"; +$a->strings["March"] = "maart"; +$a->strings["April"] = "april"; +$a->strings["__ctx:long__ May"] = "mei"; +$a->strings["June"] = "juni"; +$a->strings["July"] = "juli"; +$a->strings["August"] = "augustus"; +$a->strings["September"] = "september"; +$a->strings["October"] = "oktober"; +$a->strings["November"] = "november"; +$a->strings["December"] = "december"; +$a->strings["Jan"] = "jan"; +$a->strings["Feb"] = "feb"; +$a->strings["Mar"] = "mrt"; +$a->strings["Apr"] = "apr"; +$a->strings["__ctx:short__ May"] = "mei"; +$a->strings["Jun"] = "jun"; +$a->strings["Jul"] = "jul"; +$a->strings["Aug"] = "aug"; +$a->strings["Sep"] = "sep"; +$a->strings["Oct"] = "okt"; +$a->strings["Nov"] = "nov"; +$a->strings["Dec"] = "dec"; +$a->strings["Sunday"] = "zondag"; +$a->strings["Monday"] = "maandag"; +$a->strings["Tuesday"] = "dinsdag"; +$a->strings["Wednesday"] = "woensdag"; +$a->strings["Thursday"] = "donderdag"; +$a->strings["Friday"] = "vrijdag"; +$a->strings["Saturday"] = "zaterdag"; +$a->strings["Sun"] = "zo"; +$a->strings["Mon"] = "ma"; +$a->strings["Tue"] = "di"; +$a->strings["Wed"] = "wo"; +$a->strings["Thu"] = "do"; +$a->strings["Fri"] = "vr"; +$a->strings["Sat"] = "za"; +$a->strings["__ctx:calendar__ today"] = "vandaag"; +$a->strings["__ctx:calendar__ month"] = "maand"; +$a->strings["__ctx:calendar__ week"] = "week"; +$a->strings["__ctx:calendar__ day"] = "dag"; +$a->strings["__ctx:calendar__ All day"] = "hele dag"; $a->strings["No recipient provided."] = "Geen ontvanger opgegeven."; $a->strings["[no subject]"] = "[geen onderwerp]"; $a->strings["Unable to determine sender."] = "Afzender kan niet bepaald worden."; @@ -750,18 +466,17 @@ $a->strings["Stored post could not be verified."] = "Opgeslagen bericht kon niet $a->strings["Logout"] = "Uitloggen"; $a->strings["End this session"] = "Beëindig deze sessie"; $a->strings["Home"] = "Home"; -$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties"; +$a->strings["Your posts and conversations"] = "Jouw kanaal"; $a->strings["Your profile page"] = "Jouw profielpagina"; $a->strings["Edit Profiles"] = "Bewerk profielen"; $a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen"; +$a->strings["Edit Profile"] = "Profiel bewerken"; $a->strings["Edit your profile"] = "Jouw profiel bewerken"; $a->strings["Your photos"] = "Jouw foto's"; $a->strings["Your files"] = "Jouw bestanden"; -$a->strings["Chat"] = "Chatten"; $a->strings["Your chatrooms"] = "Jouw chatkanalen"; $a->strings["Your bookmarks"] = "Jouw bladwijzers"; $a->strings["Your webpages"] = "Jouw webpagina's"; -$a->strings["Login"] = "Inloggen"; $a->strings["Sign in"] = "Inloggen"; $a->strings["%s - click to logout"] = "%s - klik om uit te loggen"; $a->strings["Remote authentication"] = "Authenticatie op afstand"; @@ -769,39 +484,147 @@ $a->strings["Click to authenticate to your home hub"] = "Authenticeer jezelf via $a->strings["Home Page"] = "Homepage"; $a->strings["Register"] = "Registreren"; $a->strings["Create an account"] = "Maak een account aan"; -$a->strings["Help"] = "Hulp"; $a->strings["Help and documentation"] = "Hulp en documentatie"; +$a->strings["Apps"] = "Apps"; $a->strings["Applications, utilities, links, games"] = "Apps"; -$a->strings["Search"] = "Zoeken"; $a->strings["Search site @name, #tag, ?docs, content"] = "Zoek een @kanaal, doorzoek inhoud hub met tekst en #tags, of doorzoek ?documentatie "; -$a->strings["Directory"] = "Kanalengids"; $a->strings["Channel Directory"] = "Kanalengids"; -$a->strings["Grid"] = "Grid"; $a->strings["Your grid"] = "Jouw grid"; $a->strings["Mark all grid notifications seen"] = "Markeer alle gridnotificaties als bekeken"; -$a->strings["Channel Home"] = "Tijdlijn kanaal"; -$a->strings["Channel home"] = "Tijdlijn kanaal"; +$a->strings["Channel home"] = "Jouw kanaal"; $a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren"; $a->strings["Connections"] = "Connecties"; $a->strings["Notices"] = "Notificaties"; $a->strings["Notifications"] = "Notificaties"; $a->strings["See all notifications"] = "Alle notificaties weergeven"; $a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken"; -$a->strings["Mail"] = "Privéberichten"; $a->strings["Private mail"] = "Privéberichten"; $a->strings["See all private messages"] = "Alle privéberichten weergeven"; $a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken"; -$a->strings["Events"] = "Agenda"; +$a->strings["Inbox"] = "Postvak IN"; +$a->strings["Outbox"] = "Postvak UIT"; +$a->strings["New Message"] = "Nieuw bericht"; $a->strings["Event Calendar"] = "Agenda"; $a->strings["See all events"] = "Alle gebeurtenissen weergeven"; $a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken"; -$a->strings["Channel Manager"] = "Kanaalbeheer"; $a->strings["Manage Your Channels"] = "Beheer je kanalen"; $a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen"; +$a->strings["Admin"] = "Beheer"; $a->strings["Site Setup and Configuration"] = "Hub instellen en beheren"; $a->strings["@name, #tag, ?doc, content"] = "@kanaal, #tag, inhoud, ?hulp"; $a->strings["Please wait..."] = "Wachten aub..."; +$a->strings["view full size"] = "volledige grootte tonen"; +$a->strings["\$Projectname Notification"] = "\$Projectname-notificatie"; +$a->strings["\$projectname"] = "\$projectname"; +$a->strings["Thank You,"] = "Bedankt,"; +$a->strings["%s Administrator"] = "Beheerder %s"; +$a->strings["No Subject"] = "Geen onderwerp"; +$a->strings["created a new post"] = "maakte een nieuw bericht aan"; +$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s"; +$a->strings["New Page"] = "Nieuwe pagina"; +$a->strings["View"] = "Weergeven"; +$a->strings["Actions"] = "Acties"; +$a->strings["Page Link"] = "Paginalink"; +$a->strings["Title"] = "Titel"; +$a->strings["Created"] = "Aangemaakt"; +$a->strings["Edited"] = "Bewerkt"; +$a->strings["Profile Photos"] = "Profielfoto's"; +$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"; +$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg"; +$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden"; +$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen"; +$a->strings["a new photo"] = "een nieuwe foto"; +$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s plaatste %2\$s op %3\$s"; +$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; +$a->strings["Male"] = "Man"; +$a->strings["Female"] = "Vrouw"; +$a->strings["Currently Male"] = "Momenteel man"; +$a->strings["Currently Female"] = "Momenteel vrouw"; +$a->strings["Mostly Male"] = "Voornamelijk man"; +$a->strings["Mostly Female"] = "Voornamelijk vrouw"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Interseksueel"; +$a->strings["Transsexual"] = "Transseksueel"; +$a->strings["Hermaphrodite"] = "Hermafrodiet"; +$a->strings["Neuter"] = "Genderneutraal"; +$a->strings["Non-specific"] = "Niet gespecificeerd"; +$a->strings["Other"] = "Anders"; +$a->strings["Undecided"] = "Nog niet beslist"; +$a->strings["Males"] = "Mannen"; +$a->strings["Females"] = "Vrouwen"; +$a->strings["Gay"] = "Homoseksueel"; +$a->strings["Lesbian"] = "Lesbisch"; +$a->strings["No Preference"] = "Geen voorkeur"; +$a->strings["Bisexual"] = "Biseksueel"; +$a->strings["Autosexual"] = "Autoseksueel"; +$a->strings["Abstinent"] = "Seksuele onthouding"; +$a->strings["Virgin"] = "Maagd"; +$a->strings["Deviant"] = "Afwijkend"; +$a->strings["Fetish"] = "Fetisj"; +$a->strings["Oodles"] = "Veel"; +$a->strings["Nonsexual"] = "Aseksueel"; +$a->strings["Single"] = "Alleen"; +$a->strings["Lonely"] = "Eenzaam"; +$a->strings["Available"] = "Beschikbaar"; +$a->strings["Unavailable"] = "Niet beschikbaar"; +$a->strings["Has crush"] = "Heeft een oogje op iemand"; +$a->strings["Infatuated"] = "Smoorverliefd"; +$a->strings["Dating"] = "Aan het daten"; +$a->strings["Unfaithful"] = "Ontrouw"; +$a->strings["Sex Addict"] = "Seksverslaafd"; +$a->strings["Friends"] = "Vrienden"; +$a->strings["Friends/Benefits"] = "Vriendschap plus"; +$a->strings["Casual"] = "Ongebonden/vluchtig"; +$a->strings["Engaged"] = "Verloofd"; +$a->strings["Married"] = "Getrouwd"; +$a->strings["Imaginarily married"] = "Denkbeeldig getrouwd"; +$a->strings["Partners"] = "Partners"; +$a->strings["Cohabiting"] = "Samenwonend"; +$a->strings["Common law"] = "Common-law-huwelijk"; +$a->strings["Happy"] = "Gelukkig"; +$a->strings["Not looking"] = "Niet op zoek"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Verraden"; +$a->strings["Separated"] = "Uit elkaar"; +$a->strings["Unstable"] = "Onstabiel"; +$a->strings["Divorced"] = "Gescheiden"; +$a->strings["Imaginarily divorced"] = "Denkbeeldig gescheiden"; +$a->strings["Widowed"] = "Weduwnaar/weduwe"; +$a->strings["Uncertain"] = "Onzeker"; +$a->strings["It's complicated"] = "Het is ingewikkeld"; +$a->strings["Don't care"] = "Maakt mij niks uit"; +$a->strings["Ask me"] = "Vraag het me"; $a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. "; +$a->strings["Tags"] = "Tags"; +$a->strings["Keywords"] = "Trefwoorden"; +$a->strings["have"] = "heb"; +$a->strings["has"] = "heeft"; +$a->strings["want"] = "wil"; +$a->strings["wants"] = "wil"; +$a->strings["like"] = "vind dit leuk"; +$a->strings["likes"] = "vindt dit leuk"; +$a->strings["dislike"] = "vind dit niet leuk"; +$a->strings["dislikes"] = "vindt dit niet leuk"; +$a->strings["Invalid data packet"] = "Datapakket ongeldig"; +$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. "; +$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd"; +$a->strings["invalid target signature"] = "ongeldig doelkenmerk"; +$a->strings["Frequently"] = "Regelmatig"; +$a->strings["Hourly"] = "Elk uur"; +$a->strings["Twice daily"] = "Twee keer per dag"; +$a->strings["Daily"] = "Dagelijks"; +$a->strings["Weekly"] = "Wekelijks"; +$a->strings["Monthly"] = "Maandelijks"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-mail"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot"] = "Zot"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; $a->strings["prev"] = "vorige"; $a->strings["first"] = "eerste"; $a->strings["last"] = "laatste"; @@ -809,11 +632,8 @@ $a->strings["next"] = "volgende"; $a->strings["older"] = "ouder"; $a->strings["newer"] = "nieuwer"; $a->strings["No connections"] = "Geen connecties"; -$a->strings["%d Connection"] = array( - 0 => "%d connectie", - 1 => "%d connecties", -); -$a->strings["View Connections"] = "Connecties weergeven"; +$a->strings["View all %s connections"] = "Toon alle %s connecties"; +$a->strings["Save"] = "Opslaan"; $a->strings["poke"] = "aanstoten"; $a->strings["ping"] = "ping"; $a->strings["pinged"] = "gepingd"; @@ -831,7 +651,7 @@ $a->strings["mellow"] = "mellow"; $a->strings["tired"] = "moe"; $a->strings["perky"] = "parmantig"; $a->strings["angry"] = "boos"; -$a->strings["stupified"] = "beteuterd"; +$a->strings["stupefied"] = "verbijsterd"; $a->strings["puzzled"] = "verward"; $a->strings["interested"] = "geïnteresseerd"; $a->strings["bitter"] = "verbitterd"; @@ -864,40 +684,285 @@ $a->strings["Blocks"] = "Blokken"; $a->strings["Menus"] = "Menu's"; $a->strings["Layouts"] = "Lay-outs"; $a->strings["Pages"] = "Pagina's"; -$a->strings["Directory Options"] = "Opties kanalengids"; -$a->strings["Safe Mode"] = "Veilig zoeken"; -$a->strings["No"] = "Nee"; -$a->strings["Yes"] = "Ja"; -$a->strings["Public Forums Only"] = "Alleen openbare forums"; -$a->strings["This Website Only"] = "Alleen deze hub"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken."; -$a->strings["Add new connections to this collection (privacy group)"] = "Voeg nieuwe connecties aan deze collectie toe (privacy-groep)"; -$a->strings["All Channels"] = "Alle kanalen"; -$a->strings["edit"] = "bewerken"; -$a->strings["Collections"] = "Collecties"; -$a->strings["Edit collection"] = "Collectie bewerken"; -$a->strings["Add new collection"] = "Nieuwe collectie toevoegen"; -$a->strings["Channels not in any collection"] = "Kanalen die zich in geen enkele collectie bevinden"; -$a->strings["Invalid data packet"] = "Datapakket ongeldig"; -$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. "; -$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd"; -$a->strings["invalid target signature"] = "ongeldig doelkenmerk"; -$a->strings["New Page"] = "Nieuwe pagina"; -$a->strings["View"] = "Weergeven"; -$a->strings["Actions"] = "Acties"; -$a->strings["Page Link"] = "Paginalink"; -$a->strings["Title"] = "Titel"; -$a->strings["Created"] = "Aangemaakt"; -$a->strings["Edited"] = "Bewerkt"; -$a->strings["view full size"] = "volledige grootte tonen"; -$a->strings["Administrator"] = "Beheerder"; -$a->strings["No Subject"] = "Geen onderwerp"; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden"; -$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"; -$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg"; -$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden"; -$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen"; -$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; +$a->strings["Permission denied"] = "Toegang geweigerd"; +$a->strings["(Unknown)"] = "(Onbekend)"; +$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar."; +$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar."; +$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar."; +$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar."; +$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar."; +$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar."; +$a->strings["Visible to approved connections."] = "Voor alle geaccepteerde connecties zichtbaar."; +$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar."; +$a->strings["Item not found."] = "Item niet gevonden."; +$a->strings["Privacy group not found."] = "Privacygroep niet gevonden"; +$a->strings["Privacy group is empty."] = "Privacygroep is leeg"; +$a->strings["Privacy group: %s"] = "Privacygroep: %s"; +$a->strings["Connection: %s"] = "Connectie: %s"; +$a->strings["Connection not found."] = "Connectie niet gevonden."; +$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; +$a->strings["[Hubzilla:Notify] New mail received at %s"] = "[Hubzilla:Notificatie] Nieuw privébericht ontvangen op %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s zond jou %2\$s."; +$a->strings["a private message"] = "een privébericht"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privéberichten te bekijken en/of er op te reageren."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %5\$s van %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]jouw %4\$s[/zrl]"; +$a->strings["[Hubzilla:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Hubzilla:Notificatie] Reactie op conversatie #%1\$d door %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s gaf een reactie op een bericht/conversatie die jij volgt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of er op te reageren."; +$a->strings["[Hubzilla:Notify] %s posted to your profile wall"] = "[Hubzilla:Notificatie] %s heeft een bericht op jouw kanaal geplaatst"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s heeft om %3\$s een bericht op jouw kanaal geplaatst"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s heeft een bericht op [zrl=%3\$s]jouw kanaal[/zrl] geplaatst"; +$a->strings["[Hubzilla:Notify] %s tagged you"] = "[Hubzilla:Notificatie] %s heeft je genoemd"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou op %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]noemde jou[/zrl]."; +$a->strings["[Hubzilla:Notify] %1\$s poked you"] = "[Hubzilla:Notificatie] %1\$s heeft je aangestoten"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s heeft je aangestoten op %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]heeft je aangestoten[/zrl]."; +$a->strings["[Hubzilla:Notify] %s tagged your post"] = "[Hubzilla:Notificatie] %s heeft jouw bericht getagd"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s heeft jouw bericht om %3\$s getagd"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s heeft [zrl=%3\$s]jouw bericht[/zrl] getagd"; +$a->strings["[Hubzilla:Notify] Introduction received"] = "[Hubzilla:Notificatie] Connectieverzoek ontvangen"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, je hebt een nieuw connectieverzoek ontvangen van '%2\$s' op %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, je hebt een [zrl=%2\$s]nieuw connectieverzoek[/zrl] ontvangen van %3\$s."; +$a->strings["You may visit their profile at %s"] = "Je kan het profiel bekijken op %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Bezoek %s om het connectieverzoek te accepteren of af te wijzen."; +$a->strings["[Hubzilla:Notify] Friend suggestion received"] = "[Hubzilla:Notificatie] Kanaalvoorstel ontvangen"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, je hebt een kanaalvoorstel ontvangen van '%2\$s' om %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, je hebt [zrl=%2\$s]een kanaalvoorstel[/zrl] ontvangen voor %3\$s van %4\$s."; +$a->strings["Name:"] = "Naam:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen."; +$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Notificatie]"; +$a->strings["General Features"] = "Algemene functies"; +$a->strings["Content Expiration"] = "Inhoud laten verlopen"; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen"; +$a->strings["Multiple Profiles"] = "Meerdere profielen"; +$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; +$a->strings["Advanced Profiles"] = "Geavanceerde profielen"; +$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel"; +$a->strings["Profile Import/Export"] = "Profiel importen/exporteren"; +$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken."; +$a->strings["Web Pages"] = "Webpagina's"; +$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe"; +$a->strings["Hide Rating"] = "Beoordelingen verbergen"; +$a->strings["Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else."] = "Verbergt de beoordelingsknoppen op jouw kanaal- en profielpagina's. Let op: Mensen kunnen jou nog steeds ergens anders beoordelen. "; +$a->strings["Private Notes"] = "Privé-aantekeningen"; +$a->strings["Enables a tool to store notes and reminders (note: not encrypted)"] = "Een eenvoudige toepassing om aantekeningen en herinneringen in te bewaren (let op: niet versleuteld)"; +$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk"; +$a->strings["Photo Location"] = "Fotolocatie"; +$a->strings["If location data is available on uploaded photos, link this to a map."] = "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart."; +$a->strings["Expert Mode"] = "Expertmodus"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Schakel de expertmodus in voor geavanceerde instellingen"; +$a->strings["Premium Channel"] = "Premiumkanaal"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal"; +$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; +$a->strings["Use Markdown"] = "Markdown gebruiken"; +$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken."; +$a->strings["Large Photos"] = "Grote foto's"; +$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt."; +$a->strings["Channel Sources"] = "Kanaalbronnen"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren."; +$a->strings["Even More Encryption"] = "Extra encryptie"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."; +$a->strings["Enable Voting Tools"] = "Peilingen inschakelen"; +$a->strings["Provide a class of post which others can vote on"] = "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen."; +$a->strings["Delayed Posting"] = "Berichten uitstellen"; +$a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden."; +$a->strings["Suppress Duplicate Posts/Comments"] = "Dubbele berichten/reacties tegenhouden"; +$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. "; +$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter"; +$a->strings["Search by Date"] = "Zoek op datum"; +$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren "; +$a->strings["Enable management and selection of privacy groups"] = "Beheer en selectie van privacygroepen inschakelen"; +$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; +$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik"; +$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"; +$a->strings["Network New Tab"] = "Nieuwe netwerktab"; +$a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen"; +$a->strings["Affinity Tool"] = "Verwantschapsfilter"; +$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in jouw grid ziet op hoe goed je iemand kent of mag"; +$a->strings["Connection Filtering"] = "Berichtenfilters"; +$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal"; +$a->strings["Suggest Channels"] = "Kanalen voorstellen"; +$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen"; +$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen"; +$a->strings["Community Tagging"] = "Taggen door anderen"; +$a->strings["Ability to tag existing posts"] = "Geeft andere mensen de mogelijkheid om jouw (bestaande) berichten te taggen"; +$a->strings["Post Categories"] = "Categorieën berichten"; +$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; +$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen op te slaan"; +$a->strings["Dislike Posts"] = "Vind berichten niet leuk"; +$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden"; +$a->strings["Star Posts"] = "Geef berichten een ster"; +$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren"; +$a->strings["Tag Cloud"] = "Tagwolk"; +$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina"; +$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen"; +$a->strings["Empty name"] = "Ontbrekende naam"; +$a->strings["Name too long"] = "Naam te lang"; +$a->strings["No account identifier"] = "Geen account-identificator"; +$a->strings["Nickname is required."] = "Bijnaam is verplicht"; +$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."; +$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden"; +$a->strings["Default Profile"] = "Standaardprofiel"; +$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar."; +$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar"; +$a->strings["Change profile photo"] = "Profielfoto veranderen"; +$a->strings["Profiles"] = "Profielen"; +$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken"; +$a->strings["Create New Profile"] = "Nieuw profiel aanmaken"; +$a->strings["Profile Image"] = "Profielfoto"; +$a->strings["visible to everybody"] = "Voor iedereen zichtbaar"; +$a->strings["Edit visibility"] = "Zichtbaarheid bewerken"; +$a->strings["Gender:"] = "Geslacht:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepagina:"; +$a->strings["Online Now"] = "Nu online"; +$a->strings["g A l F d"] = "G:i, l d F"; +$a->strings["F d"] = "d F"; +$a->strings["[today]"] = "[vandaag]"; +$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; +$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; +$a->strings["[No description]"] = "[Geen omschrijving]"; +$a->strings["Event Reminders"] = "Herinneringen"; +$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; +$a->strings["Full Name:"] = "Volledige naam:"; +$a->strings["Like this channel"] = "Vind dit kanaal leuk"; +$a->strings["j F, Y"] = "F j Y"; +$a->strings["j F"] = "F j"; +$a->strings["Birthday:"] = "Geboortedatum:"; +$a->strings["Age:"] = "Leeftijd:"; +$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Seksuele voorkeur:"; +$a->strings["Hometown:"] = "Oorspronkelijk uit:"; +$a->strings["Tags:"] = "Tags:"; +$a->strings["Political Views:"] = "Politieke overtuigingen:"; +$a->strings["Religion:"] = "Religie:"; +$a->strings["About:"] = "Over:"; +$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:"; +$a->strings["Likes:"] = "Houdt van:"; +$a->strings["Dislikes:"] = "Houdt niet van:"; +$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; +$a->strings["My other channels:"] = "Mijn andere kanalen"; +$a->strings["Musical interests:"] = "Muzikale interesses:"; +$a->strings["Books, literature:"] = "Boeken, literatuur:"; +$a->strings["Television:"] = "Televisie:"; +$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:"; +$a->strings["Love/Romance:"] = "Liefde/romantiek:"; +$a->strings["Work/employment:"] = "Werk/beroep:"; +$a->strings["School/education:"] = "School/opleiding:"; +$a->strings["Like this thing"] = "Vind dit ding leuk"; +$a->strings["cover photo"] = "omslagfoto"; +$a->strings["Embedded content"] = "Ingesloten (embedded) inhoud"; +$a->strings["Embedding disabled"] = "Insluiten (embedding) uitgeschakeld"; +$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken"; +$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken"; +$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken"; +$a->strings["Can view my file storage and photos"] = "Kan mijn foto's en andere bestanden bekijken"; +$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken"; +$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen"; +$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen"; +$a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden"; +$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen"; +$a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden"; +$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+"; +$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor groepforums"; +$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)"; +$a->strings["Can write to my file storage and photos"] = "Kan foto's en andere bestanden aan mijn bestandsopslag toevoegen"; +$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken"; +$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)"; +$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."; +$a->strings["Social Networking"] = "Sociaal netwerk"; +$a->strings["Mostly Public"] = "Vrijwel alles openbaar"; +$a->strings["Restricted"] = "Beperkt zichtbaar"; +$a->strings["Private"] = "Verborgen kanaal"; +$a->strings["Community Forum"] = "Groepsforum"; +$a->strings["Feed Republish"] = "Feed herpubliceren"; +$a->strings["Special Purpose"] = "Speciaal doel"; +$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen"; +$a->strings["Group Repository"] = "Groepsopslag"; +$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen"; +$a->strings["System"] = "Systeem"; +$a->strings["Create Personal App"] = "Persoonlijke app maken"; +$a->strings["Edit Personal App"] = "Persoonlijke app bewerken"; +$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; +$a->strings["Suggestions"] = "Voorgestelde kanalen"; +$a->strings["See more..."] = "Meer..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties."; +$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen"; +$a->strings["Enter channel address"] = "Vul kanaaladres in"; +$a->strings["Examples: bob@example.com, https://example.com/barbara"] = "Voorbeelden: bob@example.com, http://example.com/barbara"; +$a->strings["Notes"] = "Aantekeningen"; +$a->strings["Remove term"] = "Verwijder zoekterm"; +$a->strings["Archives"] = "Archieven"; +$a->strings["Me"] = "Ik"; +$a->strings["Family"] = "Familie"; +$a->strings["Acquaintances"] = "Kennissen"; +$a->strings["All"] = "Alles"; +$a->strings["Refresh"] = "Vernieuwen"; +$a->strings["Account settings"] = "Account"; +$a->strings["Channel settings"] = "Kanaal"; +$a->strings["Additional features"] = "Extra functies"; +$a->strings["Feature/Addon settings"] = "Plugin-instellingen"; +$a->strings["Display settings"] = "Weergave"; +$a->strings["Connected apps"] = "Verbonden applicaties"; +$a->strings["Export channel"] = "Kanaal exporteren"; +$a->strings["Connection Default Permissions"] = "Standaard permissies voor connecties"; +$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal"; +$a->strings["Private Mail Menu"] = "Privéberichten"; +$a->strings["Combined View"] = "Gecombineerd postvak"; +$a->strings["Conversations"] = "Conversaties"; +$a->strings["Received Messages"] = "Ontvangen berichten"; +$a->strings["Sent Messages"] = "Verzonden berichten"; +$a->strings["No messages."] = "Geen berichten"; +$a->strings["Delete conversation"] = "Verwijder conversatie"; +$a->strings["Events Menu"] = "Agenda-menu"; +$a->strings["Day View"] = "Dag tonen"; +$a->strings["Week View"] = "Week tonen"; +$a->strings["Month View"] = "Maand tonen"; +$a->strings["Export"] = "Exporteren"; +$a->strings["Import"] = "Importeren"; +$a->strings["Events Tools"] = "Agenda-hulpmiddelen"; +$a->strings["Export Calendar"] = "Exporteren"; +$a->strings["Import Calendar"] = "Importeren"; +$a->strings["Chat Rooms"] = "Chatkanalen"; +$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen"; +$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen"; +$a->strings["photo/image"] = "foto/afbeelding"; +$a->strings["Rating Tools"] = "Beoordelingen"; +$a->strings["Rate Me"] = "Beoordeel mij"; +$a->strings["View Ratings"] = "Bekijk beoordelingen"; +$a->strings["Public Hubs"] = "Openbare hubs"; +$a->strings["Forums"] = "Forums"; +$a->strings["Tasks"] = "Taken"; +$a->strings["Documentation"] = "Documentatie"; +$a->strings["Project/Site Information"] = "Project- en hub-informatie"; +$a->strings["For Members"] = "Voor leden"; +$a->strings["For Administrators"] = "Voor beheerders"; +$a->strings["For Developers"] = "Voor ontwikkelaars"; +$a->strings["Site"] = "Hub-instellingen"; +$a->strings["Accounts"] = "Accounts"; +$a->strings["Channels"] = "Kanalen"; +$a->strings["Security"] = "Beveiliging"; +$a->strings["Plugins"] = "Plugins"; +$a->strings["Themes"] = "Thema's"; +$a->strings["Inspect queue"] = "Inspecteer berichtenwachtrij"; +$a->strings["Profile Config"] = "Profielconfiguratie"; +$a->strings["DB updates"] = "Database-updates"; +$a->strings["Logs"] = "Logboeken"; +$a->strings["Plugin Features"] = "Plugin-opties"; +$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten"; +$a->strings["View Photo"] = "Foto weergeven"; +$a->strings["Edit Album"] = "Album bewerken"; $a->strings["Save to Folder"] = "In map opslaan"; $a->strings["I will attend"] = "Aanwezig"; $a->strings["I will not attend"] = "Niet aanwezig"; @@ -933,99 +998,51 @@ $a->strings["This is you"] = "Dit ben jij"; $a->strings["Image"] = "Afbeelding"; $a->strings["Insert Link"] = "Link invoegen"; $a->strings["Video"] = "Video"; -$a->strings["Site Admin"] = "Hubbeheerder"; -$a->strings["Address Book"] = "Connecties"; -$a->strings["Mood"] = "Stemming"; -$a->strings["Probe"] = "Onderzoeken"; -$a->strings["Suggest"] = "Voorstellen"; -$a->strings["Random Channel"] = "Willekeurig kanaal"; -$a->strings["Invite"] = "Uitnodigen "; -$a->strings["Features"] = "Extra functies"; -$a->strings["Language"] = "Taal"; -$a->strings["Post"] = "Bericht"; -$a->strings["Profile Photo"] = "Profielfoto"; -$a->strings["Update"] = "Bijwerken"; -$a->strings["Install"] = "Installeren"; -$a->strings["Purchase"] = "Aanschaffen"; -$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken"; -$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken"; -$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken"; -$a->strings["Can view my file storage and photos"] = "Kan mijn foto's en andere bestanden bekijken"; -$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken"; -$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen"; -$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen"; -$a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden"; -$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen"; -$a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden"; -$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+"; -$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor groepforums"; -$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)"; -$a->strings["Can write to my file storage and photos"] = "Kan foto's en andere bestanden aan mijn bestandsopslag toevoegen"; -$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken"; -$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)"; -$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."; -$a->strings["Social Networking"] = "Sociaal netwerk"; -$a->strings["Mostly Public"] = "Vrijwel alles openbaar"; -$a->strings["Restricted"] = "Beperkt zichtbaar"; -$a->strings["Private"] = "Verborgen kanaal"; -$a->strings["Community Forum"] = "Groepsforum"; -$a->strings["Feed Republish"] = "Feed herpubliceren"; -$a->strings["Special Purpose"] = "Speciaal doel"; -$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen"; -$a->strings["Group Repository"] = "Groepsopslag"; -$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen"; -$a->strings["Profile Photos"] = "Profielfoto's"; -$a->strings["Not a valid email address"] = "Geen geldig e-mailadres"; -$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze hub niet toegestaan"; -$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze hub geregistreerd."; -$a->strings["An invitation is required."] = "Een uitnodiging is vereist"; -$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden"; -$a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; -$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden."; -$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s"; -$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s"; -$a->strings["your registration password"] = "jouw registratiewachtwoord"; -$a->strings["Registration details for %s"] = "Registratiegegevens voor %s"; -$a->strings["Account approved."] = "Account goedgekeurd"; -$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; -$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen."; -$a->strings["Click here to upgrade."] = "Klik hier om te upgraden."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."; -$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement."; -$a->strings["Permission Denied."] = "Toegang geweigerd"; -$a->strings["File not found."] = "Bestand niet gevonden."; -$a->strings["Edit file permissions"] = "Bestandsrechten bewerken"; -$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken"; -$a->strings["Include all files and sub folders"] = "Toepassen op alle bestanden en submappen"; -$a->strings["Return to file list"] = "Terugkeren naar bestandlijst "; -$a->strings["Copy/paste this code to attach file to a post"] = "Kopieer/plak deze code om het bestand aan een bericht te koppelen"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"; -$a->strings["Share this file"] = "Dit bestand delen"; -$a->strings["Show URL to this file"] = "Toon URL van dit bestand"; -$a->strings["Notify your contacts about this file"] = "Jouw connecties over dit bestand berichten"; -$a->strings["Collection created."] = "Collectie aangemaakt"; -$a->strings["Could not create collection."] = "Collectie kon niet aangemaakt worden"; -$a->strings["Collection updated."] = "Collectie bijgewerkt."; -$a->strings["Create a collection of channels."] = "Kanaalcollectie aanmaken"; -$a->strings["Collection Name: "] = "Naam collectie:"; -$a->strings["Members are visible to other channels"] = "Kanalen in deze collectie zijn zichtbaar voor andere kanalen"; -$a->strings["Collection removed."] = "Collectie verwijderd"; -$a->strings["Unable to remove collection."] = "Verwijderen collectie mislukt"; -$a->strings["Collection Editor"] = "Collectiebewerker"; -$a->strings["Members"] = "Kanalen"; -$a->strings["All Connected Channels"] = "Alle kanaalconnecties"; -$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen."; -$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. "; -$a->strings["Empty post discarded."] = "Leeg bericht geannuleerd"; -$a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."; -$a->strings["Duplicate post suppressed."] = "Dubbel bericht tegengehouden."; -$a->strings["System error. Post not saved."] = "Systeemfout. Bericht niet opgeslagen."; -$a->strings["Unable to obtain post information from database."] = "Niet in staat om informatie over dit bericht uit de database te verkrijgen."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt jouw limiet van %1$.0f berichten bereikt."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt."; +$a->strings["Not Found"] = "Niet gevonden"; +$a->strings["Page not found."] = "Pagina niet gevonden."; +$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met \$Projectname klik je op het vraagteken."; +$a->strings["network"] = "netwerk"; +$a->strings["RSS"] = "RSS"; +$a->strings["Authorize application connection"] = "Geef toestemming voor applicatiekoppeling"; +$a->strings["Return to your app and insert this Securty Code:"] = "Ga terug naar je app en voeg deze beveiligingscode in:"; +$a->strings["Please login to continue."] = "Inloggen om verder te kunnen gaan."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?"; +$a->strings["App installed."] = "App geïnstalleerd"; +$a->strings["Malformed app."] = "Misvormde app."; +$a->strings["Embed code"] = "Insluitcode"; +$a->strings["Edit App"] = "App bewerken"; +$a->strings["Create App"] = "App maken"; +$a->strings["Name of app"] = "Naam van app"; +$a->strings["Location (URL) of app"] = "Locatie (URL) van app"; +$a->strings["Description"] = "Omschrijving"; +$a->strings["Photo icon URL"] = "URL van pictogram"; +$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels (optioneel)"; +$a->strings["Version ID"] = "Versie-ID"; +$a->strings["Price of app"] = "Prijs van de app"; +$a->strings["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen"; +$a->strings["Item not available."] = "Item is niet aanwezig."; +$a->strings["Invalid item."] = "Ongeldig item."; +$a->strings["Channel not found."] = "Kanaal niet gevonden."; +$a->strings["Block Name"] = "Bloknaam"; +$a->strings["Block Title"] = "Bloktitel"; +$a->strings["Bookmark added"] = "Bladwijzer toegevoegd"; +$a->strings["My Bookmarks"] = "Mijn bladwijzers"; +$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties"; +$a->strings["You must be logged in to see this page."] = "Je moet zijn ingelogd om deze pagina te kunnen bekijken."; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende permissies. Doorgestuurd naar profielpagina."; +$a->strings["Public"] = "Openbaar"; +$a->strings["Room not found"] = "Chatkanaal niet gevonden"; +$a->strings["Leave Room"] = "Chatkanaal verlaten"; +$a->strings["Delete This Room"] = "Chatkanaal verwijderen"; +$a->strings["I am away right now"] = "Ik ben momenteel afwezig"; +$a->strings["I am online"] = "Ik ben online"; +$a->strings["Bookmark this room"] = "Chatkanaal aan bladwijzers toevoegen"; +$a->strings["New Chatroom"] = "Nieuw chatkanaal"; +$a->strings["Chatroom Name"] = "Naam chatkanaal"; +$a->strings["Expiration of chats (minutes)"] = "Aantal minuten voordat chatberichten worden verwijderd"; +$a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s"; +$a->strings["Away"] = "Afwezig"; +$a->strings["Online"] = "Online"; $a->strings["No channel."] = "Geen kanaal."; $a->strings["Common connections"] = "Veel voorkomende connecties"; $a->strings["No connections in common."] = "Geen gemeenschappelijke connecties."; @@ -1038,255 +1055,33 @@ $a->strings["Potential connections will then see the following text before proce $a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina."; $a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) "; $a->strings["Restricted or Premium Channel"] = "Beperkt of premiumkanaal"; -$a->strings["Profile Match"] = "Profielovereenkomst"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe."; -$a->strings["is interested in:"] = "is geïnteresseerd in:"; -$a->strings["No matches"] = "Geen overeenkomsten"; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen."; -$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd."; -$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met \$Projectname klik je op het vraagteken."; -$a->strings["Away"] = "Afwezig"; -$a->strings["Online"] = "Online"; -$a->strings["Public Sites"] = "Openbare hubs"; -$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven."; -$a->strings["Rate this hub"] = "Beoordeel deze hub"; -$a->strings["Site URL"] = "URL hub"; -$a->strings["Access Type"] = "Toegangstype"; -$a->strings["Registration Policy"] = "Registratiebeleid"; -$a->strings["Project"] = "Project"; -$a->strings["View hub ratings"] = "Bekijk hubbeoordelingen"; -$a->strings["Rate"] = "Beoordeel"; -$a->strings["View ratings"] = "Bekijk beoordelingen"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s heeft het %3\$s van %2\$s getagd met %4\$s"; -$a->strings["Website:"] = "Website:"; -$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Kanaal op afstand [%s] (nog niet op deze hub bekend)"; -$a->strings["Rating (this information is public)"] = "Beoordeling (deze informatie is openbaar)"; -$a->strings["Optionally explain your rating (this information is public)"] = "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)"; -$a->strings["Block Name"] = "Bloknaam"; -$a->strings["Block Title"] = "Bloktitel"; -$a->strings["First Name"] = "Voornaam"; -$a->strings["Last Name"] = "Achternaam"; -$a->strings["Nickname"] = "Bijnaam"; -$a->strings["Full Name"] = "Volledige naam"; -$a->strings["Profile Photo 16px"] = "Profielfoto 16px"; -$a->strings["Profile Photo 32px"] = "Profielfoto 32px"; -$a->strings["Profile Photo 48px"] = "Profielfoto 48px"; -$a->strings["Profile Photo 64px"] = "Profielfoto 64px"; -$a->strings["Profile Photo 80px"] = "Profielfoto 80px"; -$a->strings["Profile Photo 128px"] = "Profielfoto 128px"; -$a->strings["Timezone"] = "Tijdzone"; -$a->strings["Homepage URL"] = "URL homepagina"; -$a->strings["Birth Year"] = "Geboortejaar"; -$a->strings["Birth Month"] = "Geboortemaand"; -$a->strings["Birth Day"] = "Geboortedag"; -$a->strings["Birthdate"] = "Geboortedatum"; -$a->strings["Gender"] = "Geslacht"; -$a->strings["Like/Dislike"] = "Leuk/niet leuk"; -$a->strings["This action is restricted to members."] = "Deze actie kan alleen door \$Projectname-leden worden uitgevoerd."; -$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Je dient <a href=\"rmagic\">in te loggen met je \$Projectname-account</a> of <a href=\"register\">een nieuw \$Projectname-account aan te maken</a> om verder te kunnen gaan."; -$a->strings["Invalid request."] = "Ongeldig verzoek"; -$a->strings["thing"] = "ding"; -$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar."; -$a->strings["Previous action reversed."] = "Vorige actie omgedraaid"; -$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$s is het eens met %2\$s's %3\$s"; -$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s is het niet eens met %2\$s's %3\$s"; -$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s onthoudt zich van een besluit over %2\$s's %3\$s"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is aanwezig op %2\$s's %3\$s"; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is niet aanwezig op %2\$s's %3\$s"; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s is mogelijk aanwezig op %2\$s's %3\$s"; -$a->strings["Action completed."] = "Actie voltooid"; -$a->strings["Thank you."] = "Bedankt"; -$a->strings["Invalid item."] = "Ongeldig item."; -$a->strings["Channel not found."] = "Kanaal niet gevonden."; -$a->strings["Page not found."] = "Pagina niet gevonden."; -$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; -$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd."; -$a->strings["Remove This Channel"] = "Verwijder dit kanaal"; -$a->strings["WARNING: "] = "WAARSCHUWING: "; -$a->strings["This channel will be completely removed from the network. "] = "Dit kanaal wordt volledig uit het \$Projectname-netwerk verwijderd."; -$a->strings["This action is permanent and can not be undone!"] = "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!"; -$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in ter verificatie:"; -$a->strings["Remove this channel and all its clones from the network"] = "Dit kanaal en alle klonen hiervan uit het \$Projectname-netwerk verwijderen"; -$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het \$Projectname-netwerk verwijderd"; -$a->strings["Remove Channel"] = "Kanaal verwijderen"; -$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties"; -$a->strings["Add a Channel"] = "Kanaal toevoegen"; -$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."] = "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat."; -$a->strings["Channel Name"] = "Kanaalnaam"; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\""; -$a->strings["Choose a short nickname"] = "Korte bijnaam"; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>."; -$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie."; -$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd."; -$a->strings["Channel Type"] = "Kanaaltype"; -$a->strings["Read more about roles"] = "Lees meer over kanaaltypes"; -$a->strings["No ratings"] = "Geen beoordelingen"; -$a->strings["Public access denied."] = "Openbare toegang geweigerd."; -$a->strings["Ratings"] = "Waarderingen"; -$a->strings["Rating: "] = "Waardering: "; -$a->strings["Website: "] = "Website: "; -$a->strings["Description: "] = "Omschrijving: "; -$a->strings["\$Projectname Server - Setup"] = "\$Projectname Server - Setup"; -$a->strings["Could not connect to database."] = "Could not connect to database."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue."; -$a->strings["Could not create table."] = "Could not create table."; -$a->strings["Your site database has been installed."] = "Your hub database has been installed."; -$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "You may need to import the file \"install/schema_xxx.sql\" manually using a database client."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\"."; -$a->strings["System check"] = "System check"; -$a->strings["Next"] = "Volgende"; -$a->strings["Check again"] = "Check again"; -$a->strings["Database connection"] = "Database connection"; -$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "In order to install \$Projectname we need to know how to connect to your database."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; -$a->strings["Database Server Name"] = "Database Server Name"; -$a->strings["Default is 127.0.0.1"] = "Default is 127.0.0.1"; -$a->strings["Database Port"] = "Database Port"; -$a->strings["Communication port number - use 0 for default"] = "Communication port number - use 0 for default"; -$a->strings["Database Login Name"] = "Database Login Name"; -$a->strings["Database Login Password"] = "Database Login Password"; -$a->strings["Database Name"] = "Database Name"; -$a->strings["Database Type"] = "Database Type"; -$a->strings["Site administrator email address"] = "Hub administrator email address"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; -$a->strings["Website URL"] = "Hub URL"; -$a->strings["Please use SSL (https) URL if available."] = "Please use SSL (https) URL if available."; -$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your hub"; -$a->strings["Site settings"] = "Hub settings"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."; -$a->strings["PHP executable path"] = "PHP executable path"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; -$a->strings["Command line PHP"] = "Command line PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; -$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."; -$a->strings["You can adjust these settings in the servers php.ini."] = "You can adjust these settings in the servers php.ini."; -$a->strings["PHP upload limits"] = "PHP upload limits"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generate encryption keys"; -$a->strings["libCurl PHP module"] = "libCurl PHP module"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; -$a->strings["mysqli or postgres PHP module"] = "mysqli or postgres PHP module"; -$a->strings["mb_string PHP module"] = "mb_string PHP module"; -$a->strings["mcrypt PHP module"] = "mcrypt PHP module"; -$a->strings["xml PHP module"] = "xml PHP module"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache webserver mod-rewrite module is required but not installed."; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: proc_open is required but is either not installed or has been disabled in php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; -$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; -$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: mysqli or postgres PHP module required but neither are installed."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: mcrypt PHP module required but not installed."; -$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: xml PHP module required for DAV but not installed."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."; -$a->strings["%s is writable"] = "%s is writable"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"; -$a->strings["store is writable"] = "store is writable"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL certificate cannot be validated. Fix certificate or disable https access to this hub."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "This restriction is incorporated because public posts from you may for example contain references to images on your own hub."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Providers are available that issue free certificates which are browser-valid."; -$a->strings["SSL certificate validation"] = "SSL certificate validation"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite in .htaccess is not working. Check your server configuration.Test: "; -$a->strings["Url rewrite is working"] = "Url rewrite is working"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; -$a->strings["Errors encountered creating database tables."] = "Errors encountered creating database tables."; -$a->strings["<h1>What next</h1>"] = "<h1>Wat nu</h1>"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."; -$a->strings["Bookmark added"] = "Bladwijzer toegevoegd"; -$a->strings["My Bookmarks"] = "Mijn bladwijzers"; -$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties"; -$a->strings["This setting requires special processing and editing has been blocked."] = "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd."; -$a->strings["Configuration Editor"] = "Configuratiebewerker"; -$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. "; -$a->strings["Poke/Prod"] = "Aanstoten/porren"; -$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen"; -$a->strings["Recipient"] = "Ontvanger"; -$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen"; -$a->strings["Make this post private"] = "Maak dit bericht privé"; -$a->strings["Profile not found."] = "Profiel niet gevonden."; -$a->strings["Profile deleted."] = "Profiel verwijderd."; -$a->strings["Profile-"] = "Profiel-"; -$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; -$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen"; -$a->strings["Profile unavailable to export."] = "Geen profiel beschikbaar om te exporteren"; -$a->strings["Profile Name is required."] = "Profielnaam is vereist"; -$a->strings["Marital Status"] = "Huwelijke status"; -$a->strings["Romantic Partner"] = "Romantische partner"; -$a->strings["Likes"] = "Houdt van"; -$a->strings["Dislikes"] = "Houdt niet van"; -$a->strings["Work/Employment"] = "Werk/arbeid"; -$a->strings["Religion"] = "Religie"; -$a->strings["Political Views"] = "Politieke overtuigingen"; -$a->strings["Sexual Preference"] = "Seksuele voorkeur"; -$a->strings["Homepage"] = "Homepage"; -$a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Kanaaladres"; -$a->strings["Profile updated."] = "Profiel bijgewerkt"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."; -$a->strings["Edit Profile Details"] = "Profiel bewerken"; -$a->strings["View this profile"] = "Profiel weergeven"; -$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; -$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis"; -$a->strings["Clone this profile"] = "Dit profiel klonen"; -$a->strings["Delete this profile"] = "Dit profiel verwijderen"; -$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren"; -$a->strings["Export profile to file"] = "Profiel naar bestand exporteren"; -$a->strings["Profile Name:"] = "Profielnaam:"; -$a->strings["Your Full Name:"] = "Jouw volledige naam:"; -$a->strings["Title/Description:"] = "Titel/omschrijving:"; -$a->strings["Your Gender:"] = "Jouw geslacht"; -$a->strings["Birthday :"] = "Verjaardag: "; -$a->strings["Street Address:"] = "Straat en huisnummer:"; -$a->strings["Locality/City:"] = "Woonplaats:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:"; -$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Huwelijkse staat:"; -$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl"; -$a->strings["Since [date]:"] = "Sinds [datum]:"; -$a->strings["Homepage URL:"] = "Adres homepage:"; -$a->strings["Religious Views:"] = "Religieuze overtuigingen"; -$a->strings["Keywords:"] = "Trefwoorden"; -$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software"; -$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt"; -$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf..."; -$a->strings["Hobbies/Interests"] = "Hobby's/interesses"; -$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; -$a->strings["My other channels"] = "Mijn andere kanalen"; -$a->strings["Musical interests"] = "Muzikale interesses"; -$a->strings["Books, literature"] = "Boeken/literatuur"; -$a->strings["Television"] = "Televisie"; -$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainment"; -$a->strings["Love/romance"] = "Liefde/romantiek"; -$a->strings["Work/employment"] = "Werk/arbeid"; -$a->strings["School/education"] = "School/onderwijs"; -$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel"; -$a->strings["Age: "] = "Leeftijd:"; -$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren"; -$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen"; -$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe"; -$a->strings["Items tagged with: %s"] = "Items getagd met %s"; -$a->strings["Search results for: %s"] = "Zoekresultaten voor %s"; +$a->strings["Blocked"] = "Geblokkeerd"; +$a->strings["Ignored"] = "Genegeerd"; +$a->strings["Hidden"] = "Verborgen"; +$a->strings["Archived"] = "Gearchiveerd"; +$a->strings["New Connections"] = "Nieuwe connecties"; +$a->strings["Show pending (new) connections"] = "Nog te accepteren (nieuwe) connecties weergeven"; +$a->strings["All Connections"] = "Alle connecties"; +$a->strings["Show all connections"] = "Toon alle connecties"; +$a->strings["Only show blocked connections"] = "Toon alleen geblokkeerde connecties"; +$a->strings["Only show ignored connections"] = "Toon alleen genegeerde connecties"; +$a->strings["Only show archived connections"] = "Toon alleen gearchiveerde connecties"; +$a->strings["Only show hidden connections"] = "Toon alleen verborgen connecties"; +$a->strings["Pending approval"] = "Moet nog geaccepteerd worden"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit connection"] = "Connectie bewerken"; +$a->strings["Delete connection"] = "Connectie verwijderen"; +$a->strings["Channel address"] = "Kanaaladres"; +$a->strings["Network"] = "Netwerk"; +$a->strings["Status"] = "Status"; +$a->strings["Connected"] = "Verbonden"; +$a->strings["Approve connection"] = "Connectie accepteren"; +$a->strings["Approve"] = "Goedkeuren"; +$a->strings["Ignore connection"] = "Connectie negeren"; +$a->strings["Ignore"] = "Negeren"; +$a->strings["Recent activity"] = "Recente activiteit"; +$a->strings["Search your connections"] = "Doorzoek jouw connecties"; +$a->strings["Connections search"] = "Connecties zoeken"; $a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de connectie-gegevens."; $a->strings["Could not locate selected profile."] = "Kon het gekozen profiel niet vinden."; $a->strings["Connection updated."] = "Connectie bijgewerkt."; @@ -1299,14 +1094,13 @@ $a->strings["Connection has been removed."] = "Connectie is verwijderd"; $a->strings["View %s's profile"] = "Profiel van %s weergeven"; $a->strings["Refresh Permissions"] = "Permissies vernieuwen"; $a->strings["Fetch updated permissions"] = "Aangepaste permissies ophalen"; -$a->strings["Recent Activity"] = "Kanaal-activiteit"; +$a->strings["Recent Activity"] = "Recente activiteit/berichten"; $a->strings["View recent posts and comments"] = "Recente berichten en reacties weergeven"; $a->strings["Unblock"] = "Deblokkeren"; $a->strings["Block"] = "Blokkeren"; $a->strings["Block (or Unblock) all communications with this connection"] = "Blokkeer (of deblokkeer) alle communicatie met deze connectie"; $a->strings["This connection is blocked!"] = "Deze connectie is geblokkeerd!"; $a->strings["Unignore"] = "Niet meer negeren"; -$a->strings["Ignore"] = "Negeren"; $a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie"; $a->strings["This connection is ignored!"] = "Deze connectie wordt genegeerd!"; $a->strings["Unarchive"] = "Niet meer archiveren"; @@ -1336,11 +1130,7 @@ $a->strings["Only import posts with this text"] = "Importeer alleen berichten me $a->strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "woorden (één per regel), #tags, /regex/ of talen (lang=iso639-1) - laat leeg om alle berichten te importeren"; $a->strings["Do not import posts with this text"] = "Importeer geen berichten met deze tekst"; $a->strings["This information is public!"] = "Deze informatie is openbaar!"; -$a->strings["Connection Pending Approval"] = "Connectie moet nog goedgekeurd worden"; -$a->strings["Connection Request"] = "Connectieverzoek"; -$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) wil met jou verbinden. Keur dit connectieverzoek goed om onderling te kunnen communiceren."; -$a->strings["Approve"] = "Goedkeuren"; -$a->strings["Approve Later"] = "Later goedkeuren"; +$a->strings["Connection Pending Approval"] = "Connectie moet nog geaccepteerd worden"; $a->strings["inherited"] = "geërfd"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken."; $a->strings["Their Settings"] = "Hun instellingen"; @@ -1349,70 +1139,8 @@ $a->strings["Individual Permissions"] = "Individuele permissies"; $a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele instellingen. Je kan je deze overgeërfde permissies hier <strong>niet</strong> veranderen."; $a->strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Sommige permissies worden mogelijk overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal, die een hogere prioriteit hebben dan deze individuele permissies. Je kan de permissies hier veranderen, maar die hebben geen effect, tenzij de overgeërfde permissies worden veranderd. "; $a->strings["Last update:"] = "Laatste wijziging:"; -$a->strings["network"] = "netwerk"; -$a->strings["RSS"] = "RSS"; $a->strings["\$Projectname channel"] = "\$Projectname-kanaal"; -$a->strings["Invalid message"] = "Ongeldig bericht"; -$a->strings["no results"] = "geen resultaten"; -$a->strings["Delivery report for %1\$s"] = "Afleveringsrapport voor %1\$s"; -$a->strings["channel sync processed"] = "kanaalsync verwerkt"; -$a->strings["queued"] = "in wachtrij"; -$a->strings["posted"] = "verstuurd"; -$a->strings["accepted for delivery"] = "geaccepteerd om afgeleverd te worden"; -$a->strings["updated"] = "geüpdatet"; -$a->strings["update ignored"] = "update genegeerd"; -$a->strings["permission denied"] = "toegang geweigerd"; -$a->strings["recipient not found"] = "ontvanger niet gevonden"; -$a->strings["mail recalled"] = "Privébericht ingetrokken"; -$a->strings["duplicate mail received"] = "dubbel privébericht ontvangen"; -$a->strings["mail delivered"] = "privébericht afgeleverd"; -$a->strings["Item not found"] = "Item niet gevonden"; -$a->strings["Delete webpage?"] = "Webpagina verwijderen?"; -$a->strings["Page link title"] = "Titel van paginalink"; -$a->strings["Insert YouTube video"] = "YouTube-video invoegen"; -$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen"; -$a->strings["Edit Webpage"] = "Webpagina bewerken"; -$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden"; -$a->strings["Post successful."] = "Verzenden bericht geslaagd."; -$a->strings["sent you a private message"] = "stuurde jou een privébericht"; -$a->strings["added your channel"] = "voegde jouw kanaal toe"; -$a->strings["posted an event"] = "plaatste een gebeurtenis"; -$a->strings["Authorize application connection"] = "Geef toestemming voor applicatiekoppeling"; -$a->strings["Return to your app and insert this Securty Code:"] = "Ga terug naar je app en voeg deze beveiligingscode in:"; -$a->strings["Please login to continue."] = "Inloggen om verder te kunnen gaan."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?"; -$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; -$a->strings["System Notifications"] = "Systeemnotificaties"; -$a->strings["Select a bookmark folder"] = "Kies een bladwijzermap"; -$a->strings["Save Bookmark"] = "Bladwijzer opslaan"; -$a->strings["URL of bookmark"] = "URL van bladwijzer"; -$a->strings["Description"] = "Omschrijving"; -$a->strings["Or enter new bookmark folder name"] = "Of geef de naam op van een nieuwe bladwijzermap"; -$a->strings["Contact not found."] = "Contact niet gevonden"; -$a->strings["Friend suggestion sent."] = "Kanaalvoorstel verzonden."; -$a->strings["Suggest Friends"] = "Kanalen voorstellen"; -$a->strings["Suggest a friend for %s"] = "Stel een kanaal voor aan %s"; -$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd."; -$a->strings["Source created."] = "Bron aangemaakt."; -$a->strings["Source updated."] = "Bron aangemaakt."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Beheer externe bronnen met inhoud voor jouw kanaal"; -$a->strings["New Source"] = "Nieuwe bron"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen."; -$a->strings["Only import content with these words (one per line)"] = "Importeer alleen inhoud met deze woorden (één per regel)"; -$a->strings["Leave blank to import all public content"] = "Laat leeg om alle openbare inhoud te importeren"; -$a->strings["Source not found."] = "Bron niet gevonden"; -$a->strings["Edit Source"] = "Bron bewerken"; -$a->strings["Delete Source"] = "Bron verwijderen"; -$a->strings["Source removed"] = "Bron verwijderd"; -$a->strings["Unable to remove source."] = "Verwijderen bron mislukt."; -$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)"; -$a->strings["Discard"] = "Annuleren"; -$a->strings["Tag removed"] = "Tag verwijderd"; -$a->strings["Remove Item Tag"] = "Verwijder item-tag"; -$a->strings["Select a tag to remove: "] = "Kies een tag om te verwijderen"; -$a->strings["Remove"] = "Verwijderen"; +$a->strings["Public access denied."] = "Openbare toegang geweigerd."; $a->strings["%d rating"] = array( 0 => "%d beoordeling", 1 => "%d beoordelingen", @@ -1436,32 +1164,132 @@ $a->strings["Reverse Alphabetic"] = "Omgekeerd alfabetisch"; $a->strings["Newest to Oldest"] = "Nieuw naar oud"; $a->strings["Oldest to Newest"] = "Oud naar nieuw"; $a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn)."; -$a->strings["No valid account found."] = "Geen geldige account gevonden."; -$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."; -$a->strings["Site Member (%s)"] = "Lid van hub (%s)"; -$a->strings["Password reset requested at %s"] = "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."; -$a->strings["Password Reset"] = "Wachtwoord vergeten?"; -$a->strings["Your password has been reset as requested."] = "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht."; -$a->strings["Your new password is"] = "Jouw nieuwe wachtwoord is"; -$a->strings["Save or copy your new password - and then"] = "Kopieer of sla je nieuwe wachtwoord op - en"; -$a->strings["click here to login"] = "klik dan hier om in te loggen"; -$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Jouw wachtwoord kan worden veranderd onder <em>instellingen</em>, nadat je succesvol bent ingelogd."; -$a->strings["Your password has changed at %s"] = "Jouw wachtwoord op %s is veranderd"; -$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."; -$a->strings["Email Address"] = "E-mailadres"; -$a->strings["Reset"] = "Opnieuw instellen"; $a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)"; +$a->strings["This directory server requires an access token"] = "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig"; +$a->strings["Invalid message"] = "Ongeldig bericht"; +$a->strings["no results"] = "geen resultaten"; +$a->strings["Delivery report for %1\$s"] = "Afleveringsrapport voor %1\$s"; +$a->strings["channel sync processed"] = "kanaalsync verwerkt"; +$a->strings["queued"] = "in wachtrij"; +$a->strings["posted"] = "verstuurd"; +$a->strings["accepted for delivery"] = "geaccepteerd om afgeleverd te worden"; +$a->strings["updated"] = "geüpdatet"; +$a->strings["update ignored"] = "update genegeerd"; +$a->strings["permission denied"] = "toegang geweigerd"; +$a->strings["recipient not found"] = "ontvanger niet gevonden"; +$a->strings["mail recalled"] = "Privébericht ingetrokken"; +$a->strings["duplicate mail received"] = "dubbel privébericht ontvangen"; +$a->strings["mail delivered"] = "privébericht afgeleverd"; +$a->strings["Item not found"] = "Item niet gevonden"; +$a->strings["Delete block?"] = "Blok verwijderen"; +$a->strings["Insert YouTube video"] = "YouTube-video invoegen"; +$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen"; +$a->strings["Edit Block"] = "Blok bewerken"; +$a->strings["Delete layout?"] = "Lay-out verwijderen?"; +$a->strings["Layout Description (Optional)"] = "Lay-out-omschrijving (optioneel)"; +$a->strings["Layout Name"] = "Naam lay-out"; +$a->strings["Edit Layout"] = "Lay-out bewerken"; +$a->strings["Item is not editable"] = "Item is niet te bewerken"; +$a->strings["Delete item?"] = "Item verwijderen?"; +$a->strings["Edit post"] = "Bericht bewerken"; +$a->strings["Delete webpage?"] = "Webpagina verwijderen?"; +$a->strings["Page link title"] = "Titel van paginalink"; +$a->strings["Edit Webpage"] = "Webpagina bewerken"; +$a->strings["Calendar entries imported."] = "Agenda-items geïmporteerd."; +$a->strings["No calendar entries found."] = "Geen agenda-items gevonden."; +$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voordat het is begonnen"; +$a->strings["Unable to generate preview."] = "Niet in staat om voorvertoning te genereren"; +$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist."; +$a->strings["Event not found."] = "Gebeurtenis niet gevonden"; +$a->strings["Edit event title"] = "Titel bewerken"; +$a->strings["Event title"] = "Titel"; +$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)"; +$a->strings["Edit Category"] = "Categorie"; +$a->strings["Category"] = "Categorie"; +$a->strings["Edit start date and time"] = "Begindatum en -tijd bewerken"; +$a->strings["Start date and time"] = "Begindatum en -tijd"; +$a->strings["Finish date and time are not known or not relevant"] = "Einddatum en -tijd zijn niet bekend of niet van toepassing"; +$a->strings["Edit finish date and time"] = "Einddatum en -tijd bewerken"; +$a->strings["Finish date and time"] = "Einddatum en -tijd"; +$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"; +$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen."; +$a->strings["Edit Description"] = "Omschrijving bewerken"; +$a->strings["Edit Location"] = "Locatie bewerken"; +$a->strings["Share this event"] = "Deel deze gebeurtenis"; +$a->strings["Advanced Options"] = "Geavanceerde opties"; +$a->strings["l, F j"] = "l j F"; +$a->strings["Edit event"] = "Gebeurtenis bewerken"; +$a->strings["Delete event"] = "Gebeurtenis verwijderen"; +$a->strings["calendar"] = "agenda"; +$a->strings["Edit Event"] = "Gebeurtenis bewerken"; +$a->strings["Create Event"] = "Gebeurtenis aanmaken"; +$a->strings["Previous"] = "Vorige"; +$a->strings["Next"] = "Volgende"; +$a->strings["Today"] = "Vandaag"; +$a->strings["Event removed"] = "Gebeurtenis verwijderd"; +$a->strings["Failed to remove event"] = "Verwijderen gebeurtenis mislukt"; +$a->strings["Share content from Firefox to \$Projectname"] = "Deel webpagina's vanuit Firefox met "; +$a->strings["Activate the Firefox \$Projectname provider"] = "Activeer de \$Projectname-service in Firefox"; +$a->strings["- select -"] = "- kies map -"; +$a->strings["Permission Denied."] = "Toegang geweigerd"; +$a->strings["File not found."] = "Bestand niet gevonden."; +$a->strings["Edit file permissions"] = "Bestandsrechten bewerken"; +$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken"; +$a->strings["Include all files and sub folders"] = "Toepassen op alle bestanden en submappen"; +$a->strings["Return to file list"] = "Terugkeren naar bestandlijst "; +$a->strings["Copy/paste this code to attach file to a post"] = "Kopieer/plak deze code om het bestand aan een bericht te koppelen"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"; +$a->strings["Share this file"] = "Dit bestand delen"; +$a->strings["Show URL to this file"] = "Toon URL van dit bestand"; +$a->strings["Notify your contacts about this file"] = "Jouw connecties over dit bestand berichten"; +$a->strings["Channel added."] = "Kanaal toegevoegd."; +$a->strings["Contact not found."] = "Contact niet gevonden"; +$a->strings["Friend suggestion sent."] = "Kanaalvoorstel verzonden."; +$a->strings["Suggest Friends"] = "Kanalen voorstellen"; +$a->strings["Suggest a friend for %s"] = "Stel een kanaal voor aan %s"; +$a->strings["Privacy group created."] = "Privacygroep aangemaakt"; +$a->strings["Could not create privacy group."] = "Kon privacygroep niet aanmaken"; +$a->strings["Privacy group updated."] = "Privacygroep bijgewerkt"; +$a->strings["Create a group of channels."] = "Privacygroep met kanalen aanmaken"; +$a->strings["Privacy group name: "] = "Naam privacygroep: "; +$a->strings["Members are visible to other channels"] = "Kanalen in deze privacygroep zijn zichtbaar voor andere kanalen"; +$a->strings["Privacy group removed."] = "Privacygroep verwijderd."; +$a->strings["Unable to remove privacy group."] = "Verwijderen privacygroep mislukt"; +$a->strings["Privacy group editor"] = "Privacygroep bewerken"; +$a->strings["Members"] = "Kanalen"; +$a->strings["All Connected Channels"] = "Alle kanaalconnecties"; +$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen."; +$a->strings["Documentation Search"] = "Zoek documentatie"; +$a->strings["Help:"] = "Hulp:"; +$a->strings["\$Projectname Documentation"] = "\$Projectname-documentatie"; +$a->strings["\$Projectname"] = "\$Projectname"; +$a->strings["Welcome to %s"] = "Welkom op %s"; +$a->strings["First Name"] = "Voornaam"; +$a->strings["Last Name"] = "Achternaam"; +$a->strings["Nickname"] = "Bijnaam"; +$a->strings["Full Name"] = "Volledige naam"; +$a->strings["Profile Photo 16px"] = "Profielfoto 16px"; +$a->strings["Profile Photo 32px"] = "Profielfoto 32px"; +$a->strings["Profile Photo 48px"] = "Profielfoto 48px"; +$a->strings["Profile Photo 64px"] = "Profielfoto 64px"; +$a->strings["Profile Photo 80px"] = "Profielfoto 80px"; +$a->strings["Profile Photo 128px"] = "Profielfoto 128px"; +$a->strings["Timezone"] = "Tijdzone"; +$a->strings["Homepage URL"] = "URL homepagina"; +$a->strings["Birth Year"] = "Geboortejaar"; +$a->strings["Birth Month"] = "Geboortemaand"; +$a->strings["Birth Day"] = "Geboortedag"; +$a->strings["Birthdate"] = "Geboortedatum"; +$a->strings["Gender"] = "Geslacht"; $a->strings["%s element installed"] = "%s onderdeel geïnstalleerd"; $a->strings["%s element installation failed"] = "Installatie %s-element mislukt"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s"; -$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s niet meer"; $a->strings["Your service plan only allows %d channels."] = "Jouw abonnement staat maar %d kanalen toe."; $a->strings["Nothing to import."] = "Niets gevonden om te importeren"; $a->strings["Unable to download data from old server"] = "Niet in staat om gegevens van de oude hub te downloaden"; $a->strings["Imported file is empty."] = "Geïmporteerde bestand is leeg"; $a->strings["Warning: Database versions differ by %1\$d updates."] = "Waarschuwing: database-versies lopen %1\$d updates achter."; +$a->strings["Server platform is not compatible. Operation not permitted."] = "Server-platform is niet compatibel. Actie is niet toegestaan."; $a->strings["No channel. Import failed."] = "Geen kanaal. Importeren mislukt."; $a->strings["You must be logged in to use this feature."] = "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken."; $a->strings["Import Channel"] = "Kanaal importeren"; @@ -1475,6 +1303,9 @@ $a->strings["For either option, please choose whether to make this hub your new $a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in"; $a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importeer bestaande berichten wanneer mogelijk (experimenteel - afhankelijk van beschikbaar servergeheugen)"; $a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Dit proces kan enkele minuten in beslag nemen. Klik maar één keer op opslaan en verlaat deze pagina niet alvorens het proces is voltooid."; +$a->strings["Import completed"] = "Importeren voltooid"; +$a->strings["Import Items"] = "Importeer items"; +$a->strings["Use this form to import existing posts and content from an export file."] = "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren."; $a->strings["Total invitation limit exceeded."] = "Limiet voor aantal uitnodigingen overschreden."; $a->strings["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres."; $a->strings["Please join us on \$Projectname"] = "Uitnodiging voor \$Projectname"; @@ -1488,90 +1319,214 @@ $a->strings["You have no more invitations available"] = "Je hebt geen uitnodigin $a->strings["Send invitations"] = "Uitnodigingen verzenden"; $a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:"; $a->strings["Your message:"] = "Jouw bericht:"; -$a->strings["Please join my community on \$Projectname."] = "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op \$Projectname te vergezellen. Lees meer over \$Projectname op https://redmatrix.me."; -$a->strings["You will need to supply this invitation code: "] = "Je moet deze uitnodigingscode opgeven: "; +$a->strings["Please join my community on \$Projectname."] = "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op \$Projectname te vergezellen. Lees meer over \$Projectname op http://hubzilla.org"; +$a->strings["You will need to supply this invitation code:"] = "Je moet deze uitnodigingscode opgeven:"; $a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registreer je op een willekeurige \$Projectname-hub (ze zijn allemaal onderling met elkaar verbonden):"; $a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn \$Projectname-kanaaladres in het zoekveld invullen:"; -$a->strings["or visit "] = "of bezoek "; +$a->strings["or visit"] = "of bezoek"; $a->strings["3. Click [Connect]"] = "3. Klik op [+ Verbinden]"; -$a->strings["Fetching URL returns error: %1\$s"] = "Ophalen URL gaf een foutmelding terug: %1\$s"; -$a->strings["Image uploaded but image cropping failed."] = "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. "; -$a->strings["Image resize failed."] = "Afbeelding kon niet van grootte veranderd worden."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven."; -$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt"; -$a->strings["Unable to process image."] = "Niet in staat om afbeelding te verwerken."; -$a->strings["female"] = "vrouw"; -$a->strings["%1\$s updated her %2\$s"] = "%1\$s heeft haar %2\$s bijgewerkt"; -$a->strings["male"] = "man"; -$a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt"; -$a->strings["%1\$s updated their %2\$s"] = "%1\$s hebben hun %2\$s bijgewerkt"; -$a->strings["profile photo"] = "profielfoto"; -$a->strings["Photo not available."] = "Foto niet beschikbaar."; -$a->strings["Upload File:"] = "Bestand uploaden:"; -$a->strings["Select a profile:"] = "Kies een profiel:"; -$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; -$a->strings["or"] = "of"; -$a->strings["skip this step"] = "sla deze stap over"; -$a->strings["select a photo from your photo albums"] = "Kies een foto uit jouw fotoalbums"; -$a->strings["Crop Image"] = "Afbeelding bijsnijden"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven."; -$a->strings["Done Editing"] = "Klaar met bewerken"; -$a->strings["Thing updated"] = "Ding bijgewerkt"; -$a->strings["Object store: failed"] = "Opslaan van ding mislukt"; -$a->strings["Thing added"] = "Ding toegevoegd"; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; -$a->strings["Show Thing"] = "Ding weergeven"; -$a->strings["item not found."] = "Item niet gevonden"; -$a->strings["Edit Thing"] = "Ding bewerken"; -$a->strings["Select a profile"] = "Kies een profiel"; -$a->strings["Post an activity"] = "Plaats een bericht"; -$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien."; -$a->strings["Name of thing e.g. something"] = "Naam van ding"; -$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)"; -$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)"; -$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen"; -$a->strings["This directory server requires an access token"] = "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig"; -$a->strings["Delete block?"] = "Blok verwijderen"; -$a->strings["Edit Block"] = "Blok bewerken"; -$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd."; -$a->strings["Remove This Account"] = "Verwijder dit account"; -$a->strings["This account and all its channels will be completely removed from the network. "] = "Dit account en al zijn kanalen worden volledig uit het \$Projectname-netwerk verwijderd."; -$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het \$Projectname-netwerk verwijderen"; -$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het \$Projectname-netwerk verwijderd"; -$a->strings["Remove Account"] = "Account verwijderen"; -$a->strings["Import completed"] = "Importeren voltooid"; -$a->strings["Import Items"] = "Importeer items"; -$a->strings["Use this form to import existing posts and content from an export file."] = "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren."; +$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. "; +$a->strings["Empty post discarded."] = "Leeg bericht geannuleerd"; +$a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."; +$a->strings["Duplicate post suppressed."] = "Dubbel bericht tegengehouden."; +$a->strings["System error. Post not saved."] = "Systeemfout. Bericht niet opgeslagen."; +$a->strings["Unable to obtain post information from database."] = "Niet in staat om informatie over dit bericht uit de database te verkrijgen."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt jouw limiet van %1$.0f berichten bereikt."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt."; +$a->strings["Comanche page description language help"] = "Hulp met de paginabeschrijvingstaal Comanche"; +$a->strings["Layout Description"] = "Lay-out-omschrijving"; +$a->strings["Download PDL file"] = "Download PDL-bestand"; +$a->strings["Like/Dislike"] = "Leuk/niet leuk"; +$a->strings["This action is restricted to members."] = "Deze actie kan alleen door \$Projectname-leden worden uitgevoerd."; +$a->strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Je dient <a href=\"rmagic\">in te loggen met je \$Projectname-account</a> of <a href=\"register\">een nieuw \$Projectname-account aan te maken</a> om verder te kunnen gaan."; +$a->strings["Invalid request."] = "Ongeldig verzoek"; +$a->strings["thing"] = "ding"; +$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar."; +$a->strings["Previous action reversed."] = "Vorige actie omgedraaid"; +$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$s is het eens met %2\$s's %3\$s"; +$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s is het niet eens met %2\$s's %3\$s"; +$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s onthoudt zich van een besluit over %2\$s's %3\$s"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is aanwezig op %2\$s's %3\$s"; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is niet aanwezig op %2\$s's %3\$s"; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s is mogelijk aanwezig op %2\$s's %3\$s"; +$a->strings["Action completed."] = "Actie voltooid"; +$a->strings["Thank you."] = "Bedankt"; +$a->strings["Remote privacy information not available."] = "Privacy-informatie op afstand niet beschikbaar."; +$a->strings["Visible to:"] = "Zichtbaar voor:"; +$a->strings["Location not found."] = "Locatie niet gevonden."; +$a->strings["Location lookup failed."] = "Opzoeken locatie mislukt"; +$a->strings["Please select another location to become primary before removing the primary location."] = "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen."; +$a->strings["Syncing locations"] = "Locaties synchronizeren"; +$a->strings["No locations found."] = "Geen locaties gevonden."; +$a->strings["Manage Channel Locations"] = "Kanaallocaties beheren"; +$a->strings["Location (address)"] = "Locatie (adres)"; +$a->strings["Primary Location"] = "Primaire locatie"; +$a->strings["Drop location"] = "Locatie verwijderen"; +$a->strings["Sync now"] = "Nu synchroniseren"; +$a->strings["Please wait several minutes between consecutive operations."] = "Wacht enkele minuten tussen opeenvolgende handelingen."; +$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Wij adviseren, wanneer dit (nog) mogelijk is, de locatie te verwijderen door op de hub van de kloon in te loggen en het kanaal daar te verwijderen."; +$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Gebruik dit formulier om de locatie te verwijderen wanneer de hub van de kloon niet meer operationeel is."; +$a->strings["sent you a private message"] = "stuurde jou een privébericht"; +$a->strings["added your channel"] = "voegde jouw kanaal toe"; +$a->strings["posted an event"] = "plaatste een gebeurtenis"; +$a->strings["Hub not found."] = "Hub niet gevonden."; +$a->strings["Unable to lookup recipient."] = "Niet in staat om ontvanger op te zoeken."; +$a->strings["Unable to communicate with requested channel."] = "Niet in staat om met het aangevraagde kanaal te communiceren."; +$a->strings["Cannot verify requested channel."] = "Kan opgevraagd kanaal niet verifieren"; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt."; +$a->strings["Messages"] = "Berichten"; +$a->strings["Message recalled."] = "Bericht ingetrokken."; +$a->strings["Conversation removed."] = "Conversatie verwijderd"; +$a->strings["Requested channel is not in this network"] = "Opgevraagd kanaal is niet in dit netwerk beschikbaar"; +$a->strings["Send Private Message"] = "Privébericht versturen"; +$a->strings["To:"] = "Aan:"; +$a->strings["Subject:"] = "Onderwerp:"; +$a->strings["Send"] = "Verzenden"; +$a->strings["Delete message"] = "Bericht verwijderen"; +$a->strings["Delivery report"] = "Afleveringsrapport"; +$a->strings["Recall message"] = "Bericht intrekken"; +$a->strings["Message has been recalled."] = "Bericht is ingetrokken."; +$a->strings["Delete Conversation"] = "Verwijder conversatie"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender."; +$a->strings["Send Reply"] = "Antwoord versturen"; +$a->strings["Your message for %s (%s):"] = "Jouw privébericht aan %s (%s):"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt."; +$a->strings["Create a new channel"] = "Nieuw kanaal aanmaken"; +$a->strings["Current Channel"] = "Huidig kanaal"; +$a->strings["Switch to one of your channels by selecting it."] = "Activeer een van jouw andere kanalen door er op te klikken."; +$a->strings["Default Channel"] = "Standaardkanaal"; +$a->strings["Make Default"] = "Als standaard instellen"; +$a->strings["%d new messages"] = "%d nieuwe berichten"; +$a->strings["%d new introductions"] = "%d nieuwe connectieverzoeken"; +$a->strings["Delegated Channels"] = "Uitbestede kanalen"; +$a->strings["Profile Match"] = "Profielovereenkomst"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe."; +$a->strings["is interested in:"] = "is geïnteresseerd in:"; +$a->strings["No matches"] = "Geen overeenkomsten"; +$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen"; +$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken."; +$a->strings["Menu Name"] = "Menunaam"; +$a->strings["Unique name (not visible on webpage) - required"] = "Unieke naam vereist (niet zichtbaar op webpagina)"; +$a->strings["Menu Title"] = "Menutitel"; +$a->strings["Visible on webpage - leave empty for no title"] = "Zichtbaar op webpagina (leeg laten voor geen titel)"; +$a->strings["Allow Bookmarks"] = "Bladwijzers toestaan"; +$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan"; +$a->strings["Submit and proceed"] = "Opslaan en doorgaan"; +$a->strings["Drop"] = "Verwijderen"; +$a->strings["Bookmarks allowed"] = "Bladwijzers toegestaan"; +$a->strings["Delete this menu"] = "Menu verwijderen"; +$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu"; +$a->strings["Edit this menu"] = "Dit menu bewerken"; +$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden."; +$a->strings["Menu not found."] = "Menu niet gevonden."; +$a->strings["Edit Menu"] = "Menu bewerken"; +$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder"; +$a->strings["Menu name"] = "Naam van menu"; +$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou."; +$a->strings["Menu title"] = "Titel van menu"; +$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien."; +$a->strings["Allow bookmarks"] = "Bladwijzers toestaan"; +$a->strings["Not found."] = "Niet gevonden."; +$a->strings["Unable to create element."] = "Niet in staat om onderdeel aan te maken."; +$a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet."; +$a->strings["Unable to add menu element."] = "Menu-onderdeel kan niet worden toegevoegd."; +$a->strings["Menu Item Permissions"] = "Permissies menu-item"; +$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; +$a->strings["Link Name"] = "Linknaam"; +$a->strings["Link or Submenu Target"] = "Linkdoel of submenu-doel"; +$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Geef de URL van de link of kies een menunaam om een submenu aan te maken"; +$a->strings["Use magic-auth if available"] = "Gebruik magic-auth wanneer beschikbaar"; +$a->strings["Open link in new window"] = "Open link in nieuw venster"; +$a->strings["Order in list"] = "Volgorde in lijst"; +$a->strings["Higher numbers will sink to bottom of listing"] = "Hogere nummers komen onderaan de lijst terecht"; +$a->strings["Submit and finish"] = "Opslaan en afsluiten"; +$a->strings["Submit and continue"] = "Opslaan en doorgaan"; +$a->strings["Menu:"] = "Menu:"; +$a->strings["Link Target"] = "Linkdoel"; +$a->strings["Edit menu"] = "Menu bewerken"; +$a->strings["Edit element"] = "Onderdeel bewerken"; +$a->strings["Drop element"] = "Onderdeel verwijderen"; +$a->strings["New element"] = "Nieuw element"; +$a->strings["Edit this menu container"] = "Deze menu-container bewerken"; +$a->strings["Add menu element"] = "Menu-element toevoegen"; +$a->strings["Delete this menu item"] = "Dit menu-item verwijderen"; +$a->strings["Edit this menu item"] = "Dit menu-item bewerken"; +$a->strings["Menu item not found."] = "Menu-item niet gevonden."; +$a->strings["Menu item deleted."] = "Menu-item verwijderd."; +$a->strings["Menu item could not be deleted."] = "Menu-item kon niet worden verwijderd."; +$a->strings["Edit Menu Element"] = "Menu-element bewerken"; +$a->strings["Link text"] = "Linktekst"; +$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties"; $a->strings["No such group"] = "Collectie niet gevonden"; $a->strings["No such channel"] = "Niet zo'n kanaal"; $a->strings["forum"] = "forum"; $a->strings["Search Results For:"] = "Zoekresultaten voor:"; -$a->strings["Collection is empty"] = "Collectie is leeg"; -$a->strings["Collection: "] = "Collectie: "; +$a->strings["Privacy group is empty"] = "Privacygroep is leeg"; +$a->strings["Privacy group: "] = "Privacygroep: "; $a->strings["Invalid connection."] = "Ongeldige connectie."; +$a->strings["Add a Channel"] = "Kanaal toevoegen"; +$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."] = "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat."; +$a->strings["Channel Name"] = "Kanaalnaam"; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\""; +$a->strings["Choose a short nickname"] = "Korte bijnaam"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>."; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie."; +$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd."; +$a->strings["Channel Type"] = "Kanaaltype"; +$a->strings["Read more about roles"] = "Lees meer over kanaaltypes"; +$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)"; +$a->strings["Discard"] = "Annuleren"; +$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; +$a->strings["System Notifications"] = "Systeemnotificaties"; +$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden"; +$a->strings["Post successful."] = "Verzenden bericht geslaagd."; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen."; +$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; +$a->strings["This setting requires special processing and editing has been blocked."] = "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd."; +$a->strings["Configuration Editor"] = "Configuratiebewerker"; +$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. "; $a->strings["Layout updated."] = "Lay-out bijgewerkt."; $a->strings["Edit System Page Description"] = "Systeempagina's bewerken"; $a->strings["Layout not found."] = "Lay-out niet gevonden."; $a->strings["Module Name:"] = "Modulenaam:"; $a->strings["Layout Help"] = "Lay-out-hulp"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze \$Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."; -$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies."; -$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze \$Projectname-hub."; -$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden."; -$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze \$Projectname-hub moeten eerst worden goedgekeurd."; -$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registreer op een andere \$Projectname-hub</a>"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."; -$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; -$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; -$a->strings["Registration"] = "Registratie"; -$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging."; -$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in"; -$a->strings["Your email address"] = "Jouw e-mailadres"; -$a->strings["Choose a password"] = "Geef een wachtwoord op"; -$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op"; +$a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen."; +$a->strings["Album not found."] = "Album niet gevonden."; +$a->strings["Delete Album"] = "Verwijder album"; +$a->strings["Delete Photo"] = "Verwijder foto"; +$a->strings["No photos selected"] = "Geen foto's geselecteerd"; +$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt."; +$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB aan foto-opslag gebruikt."; +$a->strings["Upload Photos"] = "Foto's uploaden"; +$a->strings["Enter an album name"] = "Vul een albumnaam in"; +$a->strings["or select an existing album (doubleclick)"] = "of kies een bestaand album (dubbelklikken)"; +$a->strings["Create a status post for this upload"] = "Plaats een bericht voor deze upload."; +$a->strings["Caption (optional):"] = "Bijschrift (optioneel):"; +$a->strings["Description (optional):"] = "Omschrijving (optioneel):"; +$a->strings["Album name could not be decoded"] = "Albumnaam kon niet gedecodeerd worden"; +$a->strings["Contact Photos"] = "Connectiefoto's"; +$a->strings["Show Newest First"] = "Nieuwste eerst weergeven"; +$a->strings["Show Oldest First"] = "Oudste eerst weergeven"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."; +$a->strings["Photo not available"] = "Foto niet aanwezig"; +$a->strings["Use as profile photo"] = "Als profielfoto gebruiken"; +$a->strings["Private Photo"] = "Privéfoto"; +$a->strings["View Full Size"] = "Volledige grootte weergeven"; +$a->strings["Remove"] = "Verwijderen"; +$a->strings["Edit photo"] = "Foto bewerken"; +$a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)"; +$a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)"; +$a->strings["Enter a new album name"] = "Vul een nieuwe albumnaam in"; +$a->strings["or select an existing one (doubleclick)"] = "of kies een bestaand album (dubbelklikken)"; +$a->strings["Caption"] = "Bijschrift"; +$a->strings["Add a Tag"] = "Tag toevoegen"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl"; +$a->strings["Flag as adult in album view"] = "Markeer als voor volwassenen in albumweergave"; +$a->strings["In This Photo:"] = "Op deze foto:"; +$a->strings["Map"] = "Kaart"; +$a->strings["View Album"] = "Album weergeven"; +$a->strings["Recent Photos"] = "Recente foto's"; $a->strings["Theme settings updated."] = "Thema-instellingen bijgewerkt."; $a->strings["# Accounts"] = "# accounts"; $a->strings["# blocked accounts"] = "# geblokkeerde accounts"; @@ -1586,7 +1541,7 @@ $a->strings["Summary"] = "Samenvatting"; $a->strings["Registered accounts"] = "Geregistreerde accounts"; $a->strings["Pending registrations"] = "Accounts die op goedkeuring wachten"; $a->strings["Registered channels"] = "Geregistreerde kanalen"; -$a->strings["Active plugins"] = "Ingeschakelde plug-ins"; +$a->strings["Active plugins"] = "Ingeschakelde plugins"; $a->strings["Version"] = "Versie"; $a->strings["Site settings updated."] = "Hub-instellingen bijgewerkt."; $a->strings["mobile"] = "mobiel"; @@ -1597,6 +1552,7 @@ $a->strings["My site is not a public server"] = "Mijn \$Projectname-hub is niet $a->strings["My site has paid access only"] = "Mijn \$Projectname-hub kent alleen betaalde toegang"; $a->strings["My site has free access only"] = "Mijn \$Projectname-hub kent alleen gratis toegang"; $a->strings["My site offers free accounts with optional paid upgrades"] = "Mijn \$Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie"; +$a->strings["Registration"] = "Registratie"; $a->strings["File upload"] = "Bestand uploaden"; $a->strings["Policies"] = "Beleid"; $a->strings["Site name"] = "Naam van deze \$Projectname-hub"; @@ -1613,6 +1569,8 @@ $a->strings["(Heavy system resource usage)"] = "(sterk negatieve invloed op syst $a->strings["Maximum image size"] = "Maximale grootte van afbeeldingen"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend."; $a->strings["Does this site allow new member registration?"] = "Staat deze hub nieuwe accounts toe?"; +$a->strings["Invitation only"] = "Alleen op uitnodiging"; +$a->strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "Sta alleen nieuwe registraties toe van mensen die een uitnodigingscode hebben. Bovenstaand accountbeleid moet op Ja staan."; $a->strings["Which best describes the types of account offered by this hub?"] = "Wat voor soort accounts biedt deze \$Projectname-hub aan? Kies wat het meest in de buurt komt."; $a->strings["Register text"] = "Tekst tijdens registratie"; $a->strings["Will be displayed prominently on the registration page."] = "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond."; @@ -1628,8 +1586,6 @@ $a->strings["Allowed email domains"] = "Toegestane e-maildomeinen"; $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"] = "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te laten."; $a->strings["Not allowed email domains"] = "Niet toegestane e-maildomeinen"; $a->strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen niet op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te staan, tenzij er toegestane domeinen zijn ingesteld. "; -$a->strings["Block public"] = "Openbare toegang blokkeren"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde leden."; $a->strings["Verify Email Addresses"] = "E-mailadres verifieren"; $a->strings["Check to verify email addresses used in account registration (recommended)."] = "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen)."; $a->strings["Force publish"] = "Dwing kanaalvermelding af"; @@ -1652,14 +1608,30 @@ $a->strings["Poll interval"] = "Poll-interval"; $a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken."; $a->strings["Maximum Load Average"] = "Maximaal gemiddelde systeembelasting"; $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50."; -$a->strings["Expiration period in days for imported (matrix/network) content"] = "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd."; +$a->strings["Expiration period in days for imported (grid/network) content"] = "Aantal dagen waarna geïmporteerde inhoud uit iemands grid/netwerk-pagina wordt verwijderd."; $a->strings["0 for no expiration of imported content"] = "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud."; +$a->strings["Off"] = "Uit"; +$a->strings["On"] = "Aan"; +$a->strings["Lock feature %s"] = " Vergrendel de functie '%s'"; +$a->strings["Manage Additional Features"] = "Beheer - Extra functies"; $a->strings["No server found"] = "Geen hub gevonden"; $a->strings["ID"] = "ID"; $a->strings["for channel"] = "voor kanaal"; $a->strings["on server"] = "op hub"; -$a->strings["Status"] = "Status"; $a->strings["Server"] = "Hubbeheer"; +$a->strings["Block public"] = "Openbare toegang blokkeren"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor leden die zich hebben geauthenticeerd."; +$a->strings["Allow communications only from these sites"] = "Alleen communicatie met deze hubs toestaan"; +$a->strings["One site per line. Leave empty to allow communication from anywhere by default"] = "Eén hub per regel. Laat leeg om communicatie standaard met alle hubs toe te staan"; +$a->strings["Block communications from these sites"] = "Communicatie met deze hubs blokkeren"; +$a->strings["Allow communications only from these channels"] = "Sta alleen communicatie toe met deze kanalen"; +$a->strings["One channel (hash) per line. Leave empty to allow from any channel by default"] = "Eén kanaal (hash) per regel. Laat leeg om communicatie standaard met alle kanalen toe te staan"; +$a->strings["Block communications from these channels"] = "Communicatie met deze kanalen blokkeren"; +$a->strings["Allow embedded HTML content only from these domains"] = "Alleen ingesloten (embedded) HTML vanaf deze domeinen toestaan"; +$a->strings["One site per line. Leave empty to allow from any site by default"] = "Eén per regel. Laat leeg om standaard vanaf elk domein toe te staan"; +$a->strings["Block embedded HTML from these domains"] = "Ingesloten (embedded) HTML vanaf deze domeinen blokkeren"; +$a->strings["Cooperative embed security"] = "Met elkaar ingesloten (embedded) HTML beveiligen"; +$a->strings["Enable to share embed security with other compatible sites/hubs"] = "Beveiliging omtrent ingesloten (embedded) HTML met andere compatibele hubs delen."; $a->strings["Update has been marked successful"] = "Update is als succesvol gemarkeerd"; $a->strings["Executing %s failed. Check system logs."] = "Uitvoeren van %s is mislukt. Controleer systeemlogboek."; $a->strings["Update %s was successfully applied."] = "Update %s was geslaagd."; @@ -1723,15 +1695,20 @@ $a->strings["Uncensor"] = "Niet censureren"; $a->strings["Allow Code"] = "Scripts toestaan"; $a->strings["Disallow Code"] = "Scripts niet toestaan"; $a->strings["UID"] = "UID"; +$a->strings["Address"] = "Kanaaladres"; $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?"] = "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"; $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?"] = "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"; -$a->strings["Plugin %s disabled."] = "Plug-in %s uitgeschakeld."; -$a->strings["Plugin %s enabled."] = "Plug-in %s ingeschakeld"; +$a->strings["Plugin %s disabled."] = "Plugin %s uitgeschakeld."; +$a->strings["Plugin %s enabled."] = "Plugin %s ingeschakeld"; $a->strings["Disable"] = "Uitschakelen"; $a->strings["Enable"] = "Inschakelen"; $a->strings["Toggle"] = "Omschakelen"; $a->strings["Author: "] = "Auteur: "; $a->strings["Maintainer: "] = "Beheerder: "; +$a->strings["Minimum project version: "] = "Minimum versie Hubzilla: "; +$a->strings["Maximum project version: "] = "Maximum versie Hubzilla:"; +$a->strings["Minimum PHP version: "] = "Minimum versie PHP: "; +$a->strings["Disabled - version incompatibility"] = "Uitgeschakeld - versie is incompatibel"; $a->strings["No themes found."] = "Geen thema's gevonden"; $a->strings["Screenshot"] = "Schermafdruk"; $a->strings["[Experimental]"] = "[Experimenteel]"; @@ -1752,10 +1729,166 @@ $a->strings["Help text"] = "Helptekst"; $a->strings["Additional info (optional)"] = "Extra informatie (optioneel)"; $a->strings["Field definition not found"] = "Velddefinitie niet gevonden"; $a->strings["Edit Profile Field"] = "Profielveld bewerken"; -$a->strings["Delete layout?"] = "Lay-out verwijderen?"; -$a->strings["Layout Description (Optional)"] = "Lay-out-omschrijving (optioneel)"; -$a->strings["Layout Name"] = "Naam lay-out"; -$a->strings["Edit Layout"] = "Lay-out bewerken"; +$a->strings["Poke somebody"] = "Iemand aanstoten"; +$a->strings["Poke/Prod"] = "Aanstoten/porren"; +$a->strings["Poke, prod or do other things to somebody"] = "Iemand bijvoorbeeld aanstoten of poren"; +$a->strings["Recipient"] = "Ontvanger"; +$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen"; +$a->strings["Make this post private"] = "Maak dit bericht privé"; +$a->strings["Fetching URL returns error: %1\$s"] = "Ophalen URL gaf een foutmelding terug: %1\$s"; +$a->strings["Image uploaded but image cropping failed."] = "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. "; +$a->strings["Image resize failed."] = "Afbeelding kon niet van grootte veranderd worden."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven."; +$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt"; +$a->strings["Unable to process image."] = "Niet in staat om afbeelding te verwerken."; +$a->strings["female"] = "vrouw"; +$a->strings["%1\$s updated her %2\$s"] = "%1\$s heeft haar %2\$s bijgewerkt"; +$a->strings["male"] = "man"; +$a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt"; +$a->strings["%1\$s updated their %2\$s"] = "%1\$s hebben hun %2\$s bijgewerkt"; +$a->strings["profile photo"] = "profielfoto"; +$a->strings["Photo not available."] = "Foto niet beschikbaar."; +$a->strings["Upload File:"] = "Bestand uploaden:"; +$a->strings["Select a profile:"] = "Kies een profiel:"; +$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; +$a->strings["or"] = "of"; +$a->strings["skip this step"] = "sla deze stap over"; +$a->strings["select a photo from your photo albums"] = "Kies een foto uit jouw fotoalbums"; +$a->strings["Crop Image"] = "Afbeelding bijsnijden"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven."; +$a->strings["Done Editing"] = "Klaar met bewerken"; +$a->strings["Profile not found."] = "Profiel niet gevonden."; +$a->strings["Profile deleted."] = "Profiel verwijderd."; +$a->strings["Profile-"] = "Profiel-"; +$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; +$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen"; +$a->strings["Profile unavailable to export."] = "Geen profiel beschikbaar om te exporteren"; +$a->strings["Profile Name is required."] = "Profielnaam is vereist"; +$a->strings["Marital Status"] = "Huwelijke status"; +$a->strings["Romantic Partner"] = "Romantische partner"; +$a->strings["Likes"] = "Houdt van"; +$a->strings["Dislikes"] = "Houdt niet van"; +$a->strings["Work/Employment"] = "Werk/arbeid"; +$a->strings["Religion"] = "Religie"; +$a->strings["Political Views"] = "Politieke overtuigingen"; +$a->strings["Sexual Preference"] = "Seksuele voorkeur"; +$a->strings["Homepage"] = "Homepage"; +$a->strings["Interests"] = "Interesses"; +$a->strings["Profile updated."] = "Profiel bijgewerkt"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."; +$a->strings["Edit Profile Details"] = "Profiel bewerken"; +$a->strings["View this profile"] = "Profiel weergeven"; +$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; +$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis"; +$a->strings["Clone this profile"] = "Dit profiel klonen"; +$a->strings["Delete this profile"] = "Dit profiel verwijderen"; +$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren"; +$a->strings["Export profile to file"] = "Profiel naar bestand exporteren"; +$a->strings["Profile Name:"] = "Profielnaam:"; +$a->strings["Your Full Name:"] = "Jouw volledige naam:"; +$a->strings["Title/Description:"] = "Titel/omschrijving:"; +$a->strings["Your Gender:"] = "Jouw geslacht"; +$a->strings["Birthday :"] = "Verjaardag: "; +$a->strings["Street Address:"] = "Straat en huisnummer:"; +$a->strings["Locality/City:"] = "Woonplaats:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:"; +$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Huwelijkse staat:"; +$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl"; +$a->strings["Since [date]:"] = "Sinds [datum]:"; +$a->strings["Homepage URL:"] = "Adres homepage:"; +$a->strings["Religious Views:"] = "Religieuze overtuigingen"; +$a->strings["Keywords:"] = "Trefwoorden"; +$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software"; +$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt"; +$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf..."; +$a->strings["Hobbies/Interests"] = "Hobby's/interesses"; +$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; +$a->strings["My other channels"] = "Mijn andere kanalen"; +$a->strings["Musical interests"] = "Muzikale interesses"; +$a->strings["Books, literature"] = "Boeken/literatuur"; +$a->strings["Television"] = "Televisie"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainment"; +$a->strings["Love/romance"] = "Liefde/romantiek"; +$a->strings["Work/employment"] = "Werk/arbeid"; +$a->strings["School/education"] = "School/onderwijs"; +$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel"; +$a->strings["Age: "] = "Leeftijd:"; +$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren"; +$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen"; +$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe"; +$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator"; +$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel "; +$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen"; +$a->strings["Visible To"] = "Zichtbaar voor"; +$a->strings["Public Sites"] = "Openbare hubs"; +$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven."; +$a->strings["Rate this hub"] = "Beoordeel deze hub"; +$a->strings["Site URL"] = "URL hub"; +$a->strings["Access Type"] = "Toegangstype"; +$a->strings["Registration Policy"] = "Registratiebeleid"; +$a->strings["Project"] = "Project"; +$a->strings["View hub ratings"] = "Bekijk hubbeoordelingen"; +$a->strings["Rate"] = "Beoordeel"; +$a->strings["View ratings"] = "Bekijk beoordelingen"; +$a->strings["Website:"] = "Website:"; +$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Kanaal op afstand [%s] (nog niet op deze hub bekend)"; +$a->strings["Rating (this information is public)"] = "Beoordeling (deze informatie is openbaar)"; +$a->strings["Optionally explain your rating (this information is public)"] = "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)"; +$a->strings["No ratings"] = "Geen beoordelingen"; +$a->strings["Rating: "] = "Beoordeling: "; +$a->strings["Website: "] = "Website: "; +$a->strings["Description: "] = "Omschrijving: "; +$a->strings["Select a bookmark folder"] = "Kies een bladwijzermap"; +$a->strings["Save Bookmark"] = "Bladwijzer opslaan"; +$a->strings["URL of bookmark"] = "URL van bladwijzer"; +$a->strings["Or enter new bookmark folder name"] = "Of geef de naam op van een nieuwe bladwijzermap"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze \$Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."; +$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies."; +$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze \$Projectname-hub."; +$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden."; +$a->strings["Registration on this site is disabled."] = "Registreren van nieuwe accounts is op deze hub uitgeschakeld."; +$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze \$Projectname-hub moeten eerst worden goedgekeurd."; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registreer op een andere \$Projectname-hub</a>"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."; +$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; +$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; +$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging."; +$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in"; +$a->strings["Enter your name"] = "Vul jouw naam in"; +$a->strings["Your email address"] = "Jouw e-mailadres"; +$a->strings["Choose a password"] = "Geef een wachtwoord op"; +$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op"; +$a->strings["Please login."] = "Inloggen."; +$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd."; +$a->strings["Remove This Account"] = "Verwijder dit account"; +$a->strings["WARNING: "] = "WAARSCHUWING: "; +$a->strings["This account and all its channels will be completely removed from the network. "] = "Dit account en al zijn kanalen worden volledig uit het \$Projectname-netwerk verwijderd."; +$a->strings["This action is permanent and can not be undone!"] = "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!"; +$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in ter verificatie:"; +$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het \$Projectname-netwerk verwijderen"; +$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het \$Projectname-netwerk verwijderd"; +$a->strings["Remove Account"] = "Account verwijderen"; +$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd."; +$a->strings["Remove This Channel"] = "Verwijder dit kanaal"; +$a->strings["This channel will be completely removed from the network. "] = "Dit kanaal wordt volledig uit het \$Projectname-netwerk verwijderd."; +$a->strings["Remove this channel and all its clones from the network"] = "Dit kanaal en alle klonen hiervan uit het \$Projectname-netwerk verwijderen"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het \$Projectname-netwerk verwijderd"; +$a->strings["Remove Channel"] = "Kanaal verwijderen"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten."; +$a->strings["The error message was:"] = "Het foutbericht was:"; +$a->strings["Authentication failed."] = "Authenticatie mislukt."; +$a->strings["Remote Authentication"] = "Authenticatie op afstand"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Vul jouw kanaaladres in (bijv. channel@example.com)"; +$a->strings["Authenticate"] = "Authenticeren"; +$a->strings["Items tagged with: %s"] = "Items getagd met %s"; +$a->strings["Search results for: %s"] = "Zoekresultaten voor %s"; +$a->strings["No service class restrictions found."] = "Geen abonnementsbeperkingen gevonden."; $a->strings["Name is required"] = "Naam is vereist"; $a->strings["Key and Secret are required"] = "Key en secret zijn vereist"; $a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord onveranderd."; @@ -1775,21 +1908,19 @@ $a->strings["Redirect"] = "Redirect/doorverwijzing"; $a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist"; $a->strings["Icon url"] = "URL van pictogram"; $a->strings["Optional"] = "Optioneel"; -$a->strings["You can't edit this application."] = "Je kan deze applicatie niet bewerken"; +$a->strings["Application not found."] = "Applicatie niet gevonden."; $a->strings["Connected Apps"] = "Verbonden applicaties"; $a->strings["Client key starts with"] = "Client key begint met"; $a->strings["No name"] = "Geen naam"; $a->strings["Remove authorization"] = "Autorisatie verwijderen"; -$a->strings["No feature settings configured"] = "Geen extra functie- of plugin-instellingen"; -$a->strings["Feature/Addon Settings"] = "Extra functie- en plugin-instellingen"; +$a->strings["No feature settings configured"] = "Geen plugin-instellingen aanwezig"; +$a->strings["Feature/Addon Settings"] = "Plugin-instellingen"; $a->strings["Account Settings"] = "Account-instellingen"; $a->strings["Enter New Password:"] = "Nieuw wachtwoord invoeren:"; $a->strings["Confirm New Password:"] = "Nieuw wachtwoord bevestigen:"; $a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"; $a->strings["Email Address:"] = "E-mailadres:"; $a->strings["Remove this account including all its channels"] = "Dit account en al zijn kanalen verwijderen"; -$a->strings["Off"] = "Uit"; -$a->strings["On"] = "Aan"; $a->strings["Additional Features"] = "Extra functies"; $a->strings["Connector Settings"] = "Instellingen externe koppelingen"; $a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; @@ -1810,10 +1941,10 @@ $a->strings["Link post titles to source"] = "Berichtkoppen naar originele locati $a->strings["System Page Layout Editor - (advanced)"] = "Lay-out bewerken van systeempagina's (geavanceerd)"; $a->strings["Use blog/list mode on channel page"] = "Gebruik blog/lijst-modus op kanaalpagina"; $a->strings["(comments displayed separately)"] = "(reacties worden afzonderlijk weergeven)"; -$a->strings["Use blog/list mode on matrix page"] = "Gebruik blog/lijst-modus op matrixpagina"; +$a->strings["Use blog/list mode on grid page"] = "Gebruik blog/lijst-modus op gridpagina"; $a->strings["Channel page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)"; $a->strings["click to expand content exceeding this height"] = "klik om inhoud uit te klappen die deze hoogte overschrijdt"; -$a->strings["Matrix page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op matrixpagina (in pixels)"; +$a->strings["Grid page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op gridpagina (in pixels)"; $a->strings["Nobody except yourself"] = "Niemand, behalve jezelf"; $a->strings["Only those you specifically allow"] = "Alleen connecties met uitdrukkelijke toestemming"; $a->strings["Approved connections"] = "Geaccepteerde connecties"; @@ -1846,11 +1977,10 @@ $a->strings["Allow others to tag your posts"] = "Anderen toestaan om je berichte $a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren"; $a->strings["Advanced Privacy Settings"] = "Geavanceerde privacy-instellingen"; $a->strings["Expire other channel content after this many days"] = "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:"; -$a->strings["0 or blank prevents expiration"] = "0 of leeg voorkomt het verlopen"; +$a->strings["0 or blank to use the website limit. The website expires after %d days."] = "0 of leeg om het standaard aantal dagen van deze hub te gebruiken. Deze hub laat de inhoud van andere kanalen na %d dagen verlopen."; $a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal connectieverzoeken per dag:"; $a->strings["May reduce spam activity"] = "Kan eventuele spam verminderen"; $a->strings["Default Post Permissions"] = "Standaard permissies voor nieuwe berichten"; -$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; $a->strings["Channel permissions category:"] = "Kanaaltype en -permissies:"; $a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; $a->strings["Useful to reduce spamming"] = "Kan eventuele spam verminderen"; @@ -1869,7 +1999,7 @@ $a->strings["You receive a friend suggestion"] = "Je een kanaalvoorstel ontvangt $a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; $a->strings["You are poked/prodded/etc. in a post"] = "Je bent in een bericht aangestoten/gepord/etc."; $a->strings["Show visual notifications including:"] = "Toon de volgende zichtbare notificaties:"; -$a->strings["Unseen matrix activity"] = "Niet bekeken matrix-activiteit"; +$a->strings["Unseen grid activity"] = "Niet bekeken grid-activiteit"; $a->strings["Unseen channel activity"] = "Niet bekeken kanaal-activiteit"; $a->strings["Unseen private messages"] = "Niet bekeken privéberichten"; $a->strings["Recommended"] = "Aanbevolen"; @@ -1896,196 +2026,115 @@ $a->strings["Personal menu to display in your channel pages"] = "Persoonlijk men $a->strings["Remove this channel."] = "Verwijder dit kanaal."; $a->strings["Firefox Share \$Projectname provider"] = "\$Projectname-service voor Firefox Share"; $a->strings["Start calendar week on monday"] = "Begin in de agenda de week op maandag"; -$a->strings["Page Title"] = "Paginatitel"; -$a->strings["App installed."] = "App geïnstalleerd"; -$a->strings["Malformed app."] = "Misvormde app."; -$a->strings["Embed code"] = "Insluitcode"; -$a->strings["Edit App"] = "App bewerken"; -$a->strings["Create App"] = "App maken"; -$a->strings["Name of app"] = "Naam van app"; -$a->strings["Location (URL) of app"] = "Locatie (URL) van app"; -$a->strings["Photo icon URL"] = "URL van pictogram"; -$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels (optioneel)"; -$a->strings["Version ID"] = "Versie-ID"; -$a->strings["Price of app"] = "Prijs van de app"; -$a->strings["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen"; -$a->strings["- select -"] = "- kies map -"; -$a->strings["Comanche page description language help"] = "Hulp met de paginabeschrijvingstaal Comanche"; -$a->strings["Layout Description"] = "Lay-out-omschrijving"; -$a->strings["Download PDL file"] = "Download PDL-bestand"; -$a->strings["Location not found."] = "Locatie niet gevonden."; -$a->strings["Location lookup failed."] = "Opzoeken locatie mislukt"; -$a->strings["Please select another location to become primary before removing the primary location."] = "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen."; -$a->strings["Syncing locations"] = "Locaties synchronizeren"; -$a->strings["No locations found."] = "Geen locaties gevonden."; -$a->strings["Manage Channel Locations"] = "Kanaallocaties beheren"; -$a->strings["Location (address)"] = "Locatie (adres)"; -$a->strings["Primary Location"] = "Primaire locatie"; -$a->strings["Drop location"] = "Locatie verwijderen"; -$a->strings["Sync now"] = "Nu synchroniseren"; -$a->strings["Please wait several minutes between consecutive operations."] = "Wacht enkele minuten tussen opeenvolgende handelingen."; -$a->strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Wij adviseren, wanneer dit (nog) mogelijk is, de locatie te verwijderen door op de hub van de kloon in te loggen en het kanaal daar te verwijderen."; -$a->strings["Use this form to drop the location if the hub is no longer operating."] = "Gebruik dit formulier om de locatie te verwijderen wanneer de hub van de kloon niet meer operationeel is."; -$a->strings["\$Projectname"] = "\$Projectname"; -$a->strings["Welcome to %s"] = "Welkom op %s"; -$a->strings["Please login."] = "Inloggen."; -$a->strings["Xchan Lookup"] = "Xchan opzoeken"; -$a->strings["Lookup xchan beginning with (or webbie): "] = "Zoek een xchan (of webbie) die begint met:"; -$a->strings["Not found."] = "Niet gevonden."; -$a->strings["You must be logged in to see this page."] = "Je moet zijn ingelogd om deze pagina te kunnen bekijken."; -$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende permissies. Doorgestuurd naar profielpagina."; -$a->strings["Item not available."] = "Item is niet aanwezig."; -$a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen."; -$a->strings["Album not found."] = "Album niet gevonden."; -$a->strings["Delete Album"] = "Verwijder album"; -$a->strings["Delete Photo"] = "Verwijder foto"; -$a->strings["No photos selected"] = "Geen foto's geselecteerd"; -$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; -$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt."; -$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB aan foto-opslag gebruikt."; -$a->strings["Upload Photos"] = "Foto's uploaden"; -$a->strings["Enter an album name"] = "Vul een albumnaam in"; -$a->strings["or select an existing album (doubleclick)"] = "of kies een bestaand album (dubbelklikken)"; -$a->strings["Create a status post for this upload"] = "Plaats een bericht voor deze upload."; -$a->strings["Caption (optional):"] = "Bijschrift (optioneel):"; -$a->strings["Description (optional):"] = "Omschrijving (optioneel):"; -$a->strings["Album name could not be decoded"] = "Albumnaam kon niet gedecodeerd worden"; -$a->strings["Contact Photos"] = "Connectiefoto's"; -$a->strings["Show Newest First"] = "Nieuwste eerst weergeven"; -$a->strings["Show Oldest First"] = "Oudste eerst weergeven"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."; -$a->strings["Photo not available"] = "Foto niet aanwezig"; -$a->strings["Use as profile photo"] = "Als profielfoto gebruiken"; -$a->strings["Private Photo"] = "Privéfoto"; -$a->strings["Previous"] = "Vorige"; -$a->strings["View Full Size"] = "Volledige grootte weergeven"; -$a->strings["Edit photo"] = "Foto bewerken"; -$a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)"; -$a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)"; -$a->strings["Enter a new album name"] = "Vul een nieuwe albumnaam in"; -$a->strings["or select an existing one (doubleclick)"] = "of kies een bestaand album (dubbelklikken)"; -$a->strings["Caption"] = "Bijschrift"; -$a->strings["Add a Tag"] = "Tag toevoegen"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl"; -$a->strings["Flag as adult in album view"] = "Markeer als voor volwassenen in albumweergave"; -$a->strings["In This Photo:"] = "Op deze foto:"; -$a->strings["Map"] = "Kaart"; -$a->strings["View Album"] = "Album weergeven"; -$a->strings["Recent Photos"] = "Recente foto's"; -$a->strings["Remote privacy information not available."] = "Privacy-informatie op afstand niet beschikbaar."; -$a->strings["Visible to:"] = "Zichtbaar voor:"; -$a->strings["Export Channel"] = "Kanaal exporteren"; -$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal."; -$a->strings["Export Content"] = "Inhoud exporteren"; -$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint."; -$a->strings["Export your posts from a given year."] = "Exporteer jouw berichten uit een bepaald jaar."; -$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak."; -$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Bezoek <a href=\"%1\$s\">%2\$s</a> om alle berichten van bijvoorbeeld dit jaar te selecteren. "; -$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Bezoek <a href=\"%1\$s\">%2\$s</a> om alle berichten van bijvoorbeeld januari dit jaar te selecteren."; -$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal <a href=\"%1\$s\">%2\$s</a> te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen."; -$a->strings["Item is not editable"] = "Item is niet te bewerken"; -$a->strings["Delete item?"] = "Item verwijderen?"; -$a->strings["Edit post"] = "Bericht bewerken"; -$a->strings["Channel added."] = "Kanaal toegevoegd."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten."; -$a->strings["The error message was:"] = "Het foutbericht was:"; -$a->strings["Authentication failed."] = "Authenticatie mislukt."; -$a->strings["Remote Authentication"] = "Authenticatie op afstand"; -$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Vul jouw kanaaladres in (bijv. channel@example.com)"; -$a->strings["Authenticate"] = "Authenticeren"; -$a->strings["Room not found"] = "Chatkanaal niet gevonden"; -$a->strings["Leave Room"] = "Chatkanaal verlaten"; -$a->strings["Delete This Room"] = "Chatkanaal verwijderen"; -$a->strings["I am away right now"] = "Ik ben momenteel afwezig"; -$a->strings["I am online"] = "Ik ben online"; -$a->strings["Bookmark this room"] = "Chatkanaal aan bladwijzers toevoegen"; -$a->strings["New Chatroom"] = "Nieuw chatkanaal"; -$a->strings["Chatroom Name"] = "Naam chatkanaal"; -$a->strings["Expiration of chats (minutes)"] = "Aantal minuten voordat chatberichten worden verwijderd"; -$a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s"; -$a->strings["Source of Item"] = "Bron van item"; -$a->strings["Share content from Firefox to \$Projectname"] = "Deel webpagina's vanuit Firefox met "; -$a->strings["Activate the Firefox \$Projectname provider"] = "Activeer de \$Projectname-service in Firefox"; -$a->strings["Hub not found."] = "Hub niet gevonden."; -$a->strings["Blocked"] = "Geblokkeerd"; -$a->strings["Ignored"] = "Genegeerd"; -$a->strings["Hidden"] = "Verborgen"; -$a->strings["Archived"] = "Gearchiveerd"; -$a->strings["Suggest new connections"] = "Nieuwe kanalen voorstellen"; -$a->strings["New Connections"] = "Nieuwe connecties"; -$a->strings["Show pending (new) connections"] = "Nog te accepteren (nieuwe) connecties weergeven"; -$a->strings["All Connections"] = "Alle connecties"; -$a->strings["Show all connections"] = "Toon alle connecties"; -$a->strings["Unblocked"] = "Niet geblokkeerd"; -$a->strings["Only show unblocked connections"] = "Toon alleen niet geblokkeerde connecties"; -$a->strings["Only show blocked connections"] = "Toon alleen geblokkeerde connecties"; -$a->strings["Only show ignored connections"] = "Toon alleen genegeerde connecties"; -$a->strings["Only show archived connections"] = "Toon alleen gearchiveerde connecties"; -$a->strings["Only show hidden connections"] = "Toon alleen verborgen connecties"; -$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit connection"] = "Connectie bewerken"; -$a->strings["Search your connections"] = "Doorzoek jouw connecties"; -$a->strings["Finding: "] = "Zoeken naar: "; -$a->strings["Documentation Search"] = "Zoek documentatie"; -$a->strings["Help:"] = "Hulp:"; -$a->strings["Not Found"] = "Niet gevonden"; -$a->strings["\$Projectname Documentation"] = "\$Projectname-documentatie"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt."; -$a->strings["Create a new channel"] = "Nieuw kanaal aanmaken"; -$a->strings["Current Channel"] = "Huidig kanaal"; -$a->strings["Switch to one of your channels by selecting it."] = "Activeer een van jouw andere kanalen door er op te klikken."; -$a->strings["Default Channel"] = "Standaardkanaal"; -$a->strings["Make Default"] = "Als standaard instellen"; -$a->strings["%d new messages"] = "%d nieuwe berichten"; -$a->strings["%d new introductions"] = "%d nieuwe connectieverzoeken"; -$a->strings["Delegated Channels"] = "Uitbestede kanalen"; -$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen"; -$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken."; -$a->strings["Menu Name"] = "Menunaam"; -$a->strings["Unique name (not visible on webpage) - required"] = "Unieke naam vereist (niet zichtbaar op webpagina)"; -$a->strings["Menu Title"] = "Menutitel"; -$a->strings["Visible on webpage - leave empty for no title"] = "Zichtbaar op webpagina (leeg laten voor geen titel)"; -$a->strings["Allow Bookmarks"] = "Bladwijzers toestaan"; -$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan"; -$a->strings["Submit and proceed"] = "Opslaan en doorgaan"; -$a->strings["Drop"] = "Verwijderen"; -$a->strings["Bookmarks allowed"] = "Bladwijzers toegestaan"; -$a->strings["Delete this menu"] = "Menu verwijderen"; -$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu"; -$a->strings["Edit this menu"] = "Dit menu bewerken"; -$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden."; -$a->strings["Menu not found."] = "Menu niet gevonden."; -$a->strings["Edit Menu"] = "Menu bewerken"; -$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder"; -$a->strings["Menu name"] = "Naam van menu"; -$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou."; -$a->strings["Menu title"] = "Titel van menu"; -$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien."; -$a->strings["Allow bookmarks"] = "Bladwijzers toestaan"; -$a->strings["Unable to lookup recipient."] = "Niet in staat om ontvanger op te zoeken."; -$a->strings["Unable to communicate with requested channel."] = "Niet in staat om met het aangevraagde kanaal te communiceren."; -$a->strings["Cannot verify requested channel."] = "Kan opgevraagd kanaal niet verifieren"; -$a->strings["Selected channel has private message restrictions. Send failed."] = "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt."; -$a->strings["Messages"] = "Berichten"; -$a->strings["Message recalled."] = "Bericht ingetrokken."; -$a->strings["Conversation removed."] = "Conversatie verwijderd"; -$a->strings["Requested channel is not in this network"] = "Opgevraagd kanaal is niet in dit netwerk beschikbaar"; -$a->strings["Send Private Message"] = "Privébericht versturen"; -$a->strings["To:"] = "Aan:"; -$a->strings["Subject:"] = "Onderwerp:"; -$a->strings["Send"] = "Verzenden"; -$a->strings["Delete message"] = "Bericht verwijderen"; -$a->strings["Delivery report"] = "Afleveringsrapport"; -$a->strings["Recall message"] = "Bericht intrekken"; -$a->strings["Message has been recalled."] = "Bericht is ingetrokken."; -$a->strings["Delete Conversation"] = "Verwijder conversatie"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Geen veilige communicatie beschikbaar. <strong>Mogelijk</strong> kan je reageren op de kanaalpagina van de afzender."; -$a->strings["Send Reply"] = "Antwoord versturen"; -$a->strings["Your message for %s (%s):"] = "Jouw privébericht aan %s (%s):"; -$a->strings["No service class restrictions found."] = "Geen abonnementsbeperkingen gevonden."; +$a->strings["\$Projectname Server - Setup"] = "\$Projectname Hub - Setup"; +$a->strings["Could not connect to database."] = "Could not connect to database."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue."; +$a->strings["Could not create table."] = "Could not create table."; +$a->strings["Your site database has been installed."] = "Your hub database has been installed."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "You may need to import the file \"install/schema_xxx.sql\" manually using a database client."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\"."; +$a->strings["System check"] = "System check"; +$a->strings["Check again"] = "Check again"; +$a->strings["Database connection"] = "Database connection"; +$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "In order to install \$Projectname we need to know how to connect to your database."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or server administrator if you have questions about these settings."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; +$a->strings["Database Server Name"] = "Database Server Name"; +$a->strings["Default is 127.0.0.1"] = "Default is 127.0.0.1"; +$a->strings["Database Port"] = "Database Port"; +$a->strings["Communication port number - use 0 for default"] = "Communication port number - use 0 for default"; +$a->strings["Database Login Name"] = "Database Login Name"; +$a->strings["Database Login Password"] = "Database Login Password"; +$a->strings["Database Name"] = "Database Name"; +$a->strings["Database Type"] = "Database Type"; +$a->strings["Site administrator email address"] = "Hub administrator email address"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; +$a->strings["Website URL"] = "Hub URL"; +$a->strings["Please use SSL (https) URL if available."] = "Please use SSL (https) URL if available."; +$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your hub"; +$a->strings["Site settings"] = "Hub settings"; +$a->strings["Enable \$Projectname <strong>advanced</strong> features?"] = "Enable \$Projectname <strong>advanced</strong> features?"; +$a->strings["Some advanced features, while useful - may be best suited for technically proficient audiences"] = "Some advanced features, while useful - may be best suited for technically proficient audiences"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."; +$a->strings["PHP executable path"] = "PHP executable path"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; +$a->strings["Command line PHP"] = "Command line PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; +$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."; +$a->strings["You can adjust these settings in the servers php.ini."] = "You can adjust these settings in the servers php.ini."; +$a->strings["PHP upload limits"] = "PHP upload limits"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generate encryption keys"; +$a->strings["libCurl PHP module"] = "libCurl PHP module"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; +$a->strings["mysqli or postgres PHP module"] = "mysqli or postgres PHP module"; +$a->strings["mb_string PHP module"] = "mb_string PHP module"; +$a->strings["mcrypt PHP module"] = "mcrypt PHP module"; +$a->strings["xml PHP module"] = "xml PHP module"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache webserver mod-rewrite module is required but not installed."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: proc_open is required but is either not installed or has been disabled in php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; +$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: mysqli or postgres PHP module required but neither are installed."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: mcrypt PHP module required but not installed."; +$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: xml PHP module required for DAV but not installed."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."; +$a->strings["%s is writable"] = "%s is writable"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"; +$a->strings["store is writable"] = "store is writable"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL certificate cannot be validated. Fix certificate or disable https access to this hub."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "This restriction is incorporated because public posts from you may for example contain references to images on your own hub."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Providers are available that issue free certificates which are browser-valid."; +$a->strings["SSL certificate validation"] = "SSL certificate validation"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite in .htaccess is not working. Check your server configuration.Test: "; +$a->strings["Url rewrite is working"] = "Url rewrite is working"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; +$a->strings["Errors encountered creating database tables."] = "Errors encountered creating database tables."; +$a->strings["<h1>What next</h1>"] = "<h1>What next</h1>"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."; +$a->strings["No valid account found."] = "Geen geldige account gevonden."; +$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."; +$a->strings["Site Member (%s)"] = "Lid van hub (%s)"; +$a->strings["Password reset requested at %s"] = "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."; +$a->strings["Password Reset"] = "Wachtwoord vergeten?"; +$a->strings["Your password has been reset as requested."] = "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht."; +$a->strings["Your new password is"] = "Jouw nieuwe wachtwoord is"; +$a->strings["Save or copy your new password - and then"] = "Kopieer of sla je nieuwe wachtwoord op - en"; +$a->strings["click here to login"] = "klik dan hier om in te loggen"; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Jouw wachtwoord kan worden veranderd onder <em>instellingen</em>, nadat je succesvol bent ingelogd."; +$a->strings["Your password has changed at %s"] = "Jouw wachtwoord op %s is veranderd"; +$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."; +$a->strings["Email Address"] = "E-mailadres"; +$a->strings["Reset"] = "Opnieuw instellen"; +$a->strings["Files: shared with me"] = "Bestanden: met mij gedeeld"; +$a->strings["NEW"] = "NIEUW"; +$a->strings["Remove all files"] = "Verwijder alle bestanden"; +$a->strings["Remove this file"] = "Verwijder dit bestand"; $a->strings["Version %s"] = "Versie %s"; -$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:"; -$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps"; +$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plugins en apps:"; +$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plugins en apps"; $a->strings["This is a hub of \$Projectname - a global cooperative network of decentralized privacy enhanced websites."] = "Dit is een \$Projectname-hub - \$Projectname is een wereldwijd coöperatief netwerk van gedecentraliseerde websites (hubs) met verbeterde privacy."; $a->strings["Tag: "] = "Tag: "; $a->strings["Last background fetch: "] = "Meest recente achtergrond-fetch:"; @@ -2096,77 +2145,59 @@ $a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kw $a->strings["\$projectname issues"] = "\$projectname-issues"; $a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com"; $a->strings["Site Administrators"] = "Hubbeheerders: "; +$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd."; +$a->strings["Source created."] = "Bron aangemaakt."; +$a->strings["Source updated."] = "Bron aangemaakt."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Beheer externe bronnen met inhoud voor jouw kanaal"; +$a->strings["New Source"] = "Nieuwe bron"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen."; +$a->strings["Only import content with these words (one per line)"] = "Importeer alleen inhoud met deze woorden (één per regel)"; +$a->strings["Leave blank to import all public content"] = "Laat leeg om alle openbare inhoud te importeren"; +$a->strings["Source not found."] = "Bron niet gevonden"; +$a->strings["Edit Source"] = "Bron bewerken"; +$a->strings["Delete Source"] = "Bron verwijderen"; +$a->strings["Source removed"] = "Bron verwijderd"; +$a->strings["Unable to remove source."] = "Verwijderen bron mislukt."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s"; +$a->strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s niet meer"; $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer."; -$a->strings["Calendar entries imported."] = "Agenda-items geïmporteerd."; -$a->strings["No calendar entries found."] = "Geen agenda-items gevonden."; -$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voordat het is begonnen"; -$a->strings["Unable to generate preview."] = "Niet in staat om voorvertoning te genereren"; -$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist."; -$a->strings["Event not found."] = "Gebeurtenis niet gevonden"; -$a->strings["Edit event titel"] = "Titel bewerken"; -$a->strings["Event titel"] = "Titel"; -$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)"; -$a->strings["Edit Category"] = "Categorie"; -$a->strings["Category"] = "Categorie"; -$a->strings["Edit start date and time"] = "Begindatum en -tijd bewerken"; -$a->strings["Start date and time"] = "Begindatum en -tijd"; -$a->strings["Finish date and time are not known or not relevant"] = "Einddatum en -tijd zijn niet bekend of niet van toepassing"; -$a->strings["Edit finish date and time"] = "Einddatum en -tijd bewerken"; -$a->strings["Finish date and time"] = "Einddatum en -tijd"; -$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"; -$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen."; -$a->strings["Edit Description"] = "Omschrijving bewerken"; -$a->strings["Edit Location"] = "Locatie bewerken"; -$a->strings["Share this event"] = "Deel deze gebeurtenis"; -$a->strings["Advanced Options"] = "Geavanceerde opties"; -$a->strings["l, F j"] = "l j F"; -$a->strings["Edit event"] = "Gebeurtenis bewerken"; -$a->strings["Delete event"] = "Gebeurtenis verwijderen"; -$a->strings["calendar"] = "agenda"; -$a->strings["Edit Event"] = "Gebeurtenis bewerken"; -$a->strings["Create Event"] = "Gebeurtenis aanmaken"; -$a->strings["Today"] = "Vandaag"; -$a->strings["Event removed"] = "Gebeurtenis verwijderd"; -$a->strings["Failed to remove event"] = "Verwijderen gebeurtenis mislukt"; -$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator"; -$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel "; -$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen"; -$a->strings["Visible To"] = "Zichtbaar voor"; -$a->strings["Unable to create element."] = "Niet in staat om onderdeel aan te maken."; -$a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet."; -$a->strings["Unable to add menu element."] = "Menu-onderdeel kan niet worden toegevoegd."; -$a->strings["Menu Item Permissions"] = "Permissies menu-item"; -$a->strings["Link Name"] = "Linknaam"; -$a->strings["Link or Submenu Target"] = "Linkdoel of submenu-doel"; -$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Geef de URL van de link of kies een menunaam om een submenu aan te maken"; -$a->strings["Use magic-auth if available"] = "Gebruik magic-auth wanneer beschikbaar"; -$a->strings["Open link in new window"] = "Open link in nieuw venster"; -$a->strings["Order in list"] = "Volgorde in lijst"; -$a->strings["Higher numbers will sink to bottom of listing"] = "Hogere nummers komen onderaan de lijst terecht"; -$a->strings["Submit and finish"] = "Opslaan en afsluiten"; -$a->strings["Submit and continue"] = "Opslaan en doorgaan"; -$a->strings["Menu:"] = "Menu:"; -$a->strings["Link Target"] = "Linkdoel"; -$a->strings["Edit menu"] = "Menu bewerken"; -$a->strings["Edit element"] = "Onderdeel bewerken"; -$a->strings["Drop element"] = "Onderdeel verwijderen"; -$a->strings["New element"] = "Nieuw element"; -$a->strings["Edit this menu container"] = "Deze menu-container bewerken"; -$a->strings["Add menu element"] = "Menu-element toevoegen"; -$a->strings["Delete this menu item"] = "Dit menu-item verwijderen"; -$a->strings["Edit this menu item"] = "Dit menu-item bewerken"; -$a->strings["Menu item not found."] = "Menu-item niet gevonden."; -$a->strings["Menu item deleted."] = "Menu-item verwijderd."; -$a->strings["Menu item could not be deleted."] = "Menu-item kon niet worden verwijderd."; -$a->strings["Edit Menu Element"] = "Menu-element bewerken"; -$a->strings["Link text"] = "Linktekst"; -$a->strings["Who likes me?"] = "Wie vindt mij leuk?"; -$a->strings["Files: shared with me"] = "Bestanden: met mij gedeeld"; -$a->strings["NEW"] = "NIEUW"; -$a->strings["Remove all files"] = "Verwijder alle bestanden"; -$a->strings["Remove this file"] = "Verwijder dit bestand"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s heeft het %3\$s van %2\$s getagd met %4\$s"; +$a->strings["Tag removed"] = "Tag verwijderd"; +$a->strings["Remove Item Tag"] = "Verwijder item-tag"; +$a->strings["Select a tag to remove: "] = "Kies een tag om te verwijderen"; +$a->strings["Thing updated"] = "Ding bijgewerkt"; +$a->strings["Object store: failed"] = "Opslaan van ding mislukt"; +$a->strings["Thing added"] = "Ding toegevoegd"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Ding weergeven"; +$a->strings["item not found."] = "Item niet gevonden"; +$a->strings["Edit Thing"] = "Ding bewerken"; +$a->strings["Select a profile"] = "Kies een profiel"; +$a->strings["Post an activity"] = "Plaats een bericht"; +$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien."; +$a->strings["Name of thing e.g. something"] = "Naam van ding"; +$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)"; +$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)"; +$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen"; +$a->strings["Export Channel"] = "Kanaal exporteren"; +$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal."; +$a->strings["Export Content"] = "Inhoud exporteren"; +$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint."; +$a->strings["Export your posts from a given year."] = "Exporteer jouw berichten uit een bepaald jaar."; +$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak."; +$a->strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Bezoek <a href=\"%1\$s\">%2\$s</a> om alle berichten van bijvoorbeeld dit jaar te selecteren. "; +$a->strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Bezoek <a href=\"%1\$s\">%2\$s</a> om alle berichten van bijvoorbeeld januari dit jaar te selecteren."; +$a->strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal <a href=\"%1\$s\">%2\$s</a> te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen."; $a->strings["No connections."] = "Geen connecties."; $a->strings["Visit %s's profile [%s]"] = "Bezoek het profiel van %s [%s]"; +$a->strings["View Connections"] = "Connecties weergeven"; +$a->strings["Source of Item"] = "Bron van item"; +$a->strings["Page Title"] = "Paginatitel"; +$a->strings["Xchan Lookup"] = "Xchan opzoeken"; +$a->strings["Lookup xchan beginning with (or webbie): "] = "Zoek een xchan (of webbie) die begint met:"; +$a->strings["Cover Photos"] = "Omslagfoto's"; +$a->strings["Upload Cover Photo"] = "Omslagfoto's uploaden"; $a->strings["Focus (Hubzilla default)"] = "Focus (Hubzilla-standaard)"; $a->strings["Theme settings"] = "Thema-instellingen"; $a->strings["Select scheme"] = "Kies schema van thema"; @@ -2212,4 +2243,3 @@ $a->strings["Website SSL certificate is not valid. Please correct."] = "Het SSL- $a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Probleem met SSL-certificaat voor %s"; $a->strings["Cron/Scheduled tasks not running."] = "Cron is niet actief"; $a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Cron-taken zijn niet actief op %s"; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."; diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 49b3511c9..7c714ecd2 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -44,6 +44,7 @@ head_add_js('library/colorbox/jquery.colorbox-min.js'); head_add_js('library/jquery.AreYouSure/jquery.are-you-sure.js'); head_add_js('library/tableofcontents/jquery.toc.js'); +head_add_js('library/imagesloaded/imagesloaded.pkgd.min.js'); /** * Those who require this feature will know what to do with it. * Those who don't, won't. diff --git a/view/pt-br/htconfig.tpl b/view/pt-br/htconfig.tpl index cc4087f96..b809aebdf 100644 --- a/view/pt-br/htconfig.tpl +++ b/view/pt-br/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel @@ -33,6 +36,15 @@ $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; +// These lines set additional security headers to be sent with all responses +// You may wish to set transport_security_header to 0 if your server already sends +// this header. content_security_policy may need to be disabled if you wish to +// run the piwik analytics plugin or include other offsite resources on a page + +$a->config['system']['transport_security_header'] = 1; +$a->config['system']['content_security_policy'] = 1; + + // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/ru/htconfig.tpl b/view/ru/htconfig.tpl index cc4087f96..8f26ec7b0 100644 --- a/view/ru/htconfig.tpl +++ b/view/ru/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl index cc4087f96..8f26ec7b0 100644 --- a/view/sv/htconfig.tpl +++ b/view/sv/htconfig.tpl @@ -8,6 +8,9 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5fcf901fb..b2255b3af 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -297,7 +297,7 @@ footer { margin-bottom: 10px; padding: 10px; background-color: rgba(254,254,254,0.5); - border-bottom: 1px solid rgba(238,238,238,0.8); + border: 1px solid rgba(254,254,254,0.5); -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; border-radius: $radiuspx; @@ -310,6 +310,11 @@ footer { margin-bottom: 0px; } +.connect-btn-wrapper { + margin-bottom: 10px; + +} + .profile-edit-side-link { padding: 3px 0px; opacity: 0; @@ -475,53 +480,15 @@ footer { float: right; } -.rconnect { - display: block; - color: $nav_active_icon_colour; - margin-top: 15px; - background-color: $nav_bg; - -webkit-border-radius: $radiuspx ; - -moz-border-radius: $radiuspx; - border-radius: $radiuspx; - border: 1px solid $nav_bd; - padding: 5px; - font-weight: bold; - clear: both; -} - -a.rateme, div.rateme { - display: block; - color: $nav_active_icon_colour; - background-color: $nav_bg; - -webkit-border-radius: $radiuspx ; - -moz-border-radius: $radiuspx; - border-radius: $radiuspx; - border: 1px solid $nav_bd; - padding: 5px; - font-weight: bold; - clear: both; -} - #pause { position: fixed; bottom: 5px; right: 5px; } -#vcard-end { - clear: both; -} - #contact-block { width: 100%; float: left; - background-color: rgba(254,254,254,0.5); - border-bottom: 1px solid rgba(238,238,238,0.8); - -moz-border-radius: $radiuspx; - -webkit-border-radius: $radiuspx; - border-radius: $radiuspx; - padding: 10px; - margin-bottom:10px; } #contact-block-numcontacts { @@ -995,6 +962,9 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { margin-bottom: 18px; } +#jot-preview-content { + margin-top: 10px; +} .acl-list-item { width: 48%; /* fallback if browser does not support calc() */ width: calc(50% - 10px); @@ -1193,6 +1163,13 @@ img.mail-conv-sender-photo { background-color: #fff; } +#profile-jot-wrapper { + background-color: rgba(254,254,254,.5); + border: 1px solid rgba(254,254,254,.5); + border-radius: $radiuspx; + +} + #profile-jot-text { color:#000; border: 1px solid #cccccc; @@ -1394,8 +1371,8 @@ img.mail-conv-sender-photo { /* widgets */ .widget { - background-color: rgba(254,254,254,0.5); - border-bottom: 1px solid rgba(238,238,238,0.8); + background-color: rgba(254,254,254,.5); + border: 1px solid rgba(254,254,254,.5); -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; border-radius: $radiuspx; @@ -1724,6 +1701,13 @@ nav .badge.mail-update:hover { padding: 7px 10px; } +.nav-tabs.nav-justified { + background-color: rgba(254,254,254,.5); + border: 1px solid rgba(254,254,254,.5); + border-top-left-radius: $radiuspx; + border-top-right-radius: $radiuspx; +} + .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 302efc365..38dc4d209 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -7,7 +7,7 @@ $(document).ready(function() { if( $('#css3-calc').width() == 10) { $(window).resize(function() { if($(window).width() < 767) { - $('main').css('width', $(window).width() + 285 ); + $('main').css('width', $(window).width() + 287 ); } else { $('main').css('width', '100%' ); } diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index a0da5e302..0ca47b1fb 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -40,7 +40,6 @@ if(! $a->install) { $nav_min_opacity=get_pconfig($uid,'redbasic','nav_min_opacity'); $top_photo=get_pconfig($uid,'redbasic','top_photo'); $reply_photo=get_pconfig($uid,'redbasic','reply_photo'); - } // Now load the scheme. If a value is changed above, we'll keep the settings @@ -154,7 +153,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) { $x = file_get_contents('view/theme/redbasic/css/style.css'); - $aside_width = 285; + $aside_width = 287; // left aside and right aside are 285px + converse width if($align_left) { diff --git a/view/theme/redbasic/schema/bluegrid.css b/view/theme/redbasic/schema/bluegrid.css index 820e84baa..36e26302a 100644 --- a/view/theme/redbasic/schema/bluegrid.css +++ b/view/theme/redbasic/schema/bluegrid.css @@ -2,7 +2,7 @@ body { background-size: auto; } -.generic-content-wrapper-styled, #profile-jot-wrapper { +.generic-content-wrapper-styled { background-color: rgba(67,72,138,.8); color: #FFF; } @@ -11,6 +11,11 @@ body { border: 1px solid #FFF; } +#profile-jot-wrapper { + background-color: inherit; + border: none; +} + .generic-content-wrapper-styled a:hover, .generic-content-wrapper-styled a:focus, .generic-content-wrapper-styled .field.checkbox:hover label, .generic-content-wrapper-styled .field.checkbox:focus label, .allcontact-link:hover, .allcontact-link:focus { color: rgba(255,255,255,.8); } @@ -160,6 +165,14 @@ nav .badge:hover, nav .badge:focus { color: rgba(255,255,255,.8); } +.widget .conv-participants { + color: #BBB; +} + +.widget .active:hover .conv-participants, .widget .active:focus .conv-participants { + color: inherit; +} + .help-block, .comment-icon, .jot-icons, .admin-icons { color: inherit; } @@ -450,3 +463,5 @@ a:hover > .icon-trash { background-color: #43488A !important; } } + + diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 936f74761..16044b224 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -5,12 +5,19 @@ .vcard, #contact-block, .widget { background-color: transparent; + border: none; border-bottom: 1px solid #333; border-radius: 0px } #profile-photo-wrapper { - border:none; + border: none; +} + +#profile-edit-default-desc { + background-color: #665029; + color: #FFF; + padding: 20px; } .photo { @@ -88,7 +95,7 @@ background-color: #111; } -.jotnets-wrapper > a.btn { +a.btn, aside a { font-weight: 400 !important; } @@ -330,11 +337,18 @@ pre { text-decoration: underline; } - - @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #333; } } +#profile-jot-wrapper { + background-color: inherit; + border: none; +} + +.nav-tabs.nav-justified { + background-color: inherit; + border: none; +} diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css index f69ba3450..ba9771a40 100644 --- a/view/theme/redbasic/schema/simple_black_on_white.css +++ b/view/theme/redbasic/schema/simple_black_on_white.css @@ -5,6 +5,7 @@ .vcard, #contact-block, .widget { background-color: transparent; + border: none; border-bottom: 1px solid #fff; } @@ -75,6 +76,10 @@ background-color: #fff; } +a.btn, aside a { + font-weight: 400 !important; +} + .btn-default { background-color: #fff; border-color: #000; @@ -261,4 +266,12 @@ pre { } } +#profile-jot-wrapper { + background-color: inherit; + border: none; +} +.nav-tabs.nav-justified { + background-color: inherit; + border: none; +} diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css index 1f0a2f1e6..0928c64f3 100644 --- a/view/theme/redbasic/schema/simple_green_on_black.css +++ b/view/theme/redbasic/schema/simple_green_on_black.css @@ -5,6 +5,7 @@ .vcard, #contact-block, .widget { background-color: transparent; + border: none; border-bottom: 1px solid #fff; } @@ -75,6 +76,10 @@ background-color: #000; } +a.btn, aside a { + font-weight: 400 !important; +} + .btn-default { background-color: #000; border-color: #143D12; @@ -278,4 +283,12 @@ pre { } } +#profile-jot-wrapper { + background-color: inherit; + border: none; +} +.nav-tabs.nav-justified { + background-color: inherit; + border: none; +} diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css index 627f3ee5c..45bdba1cd 100644 --- a/view/theme/redbasic/schema/simple_white_on_black.css +++ b/view/theme/redbasic/schema/simple_white_on_black.css @@ -5,6 +5,7 @@ .vcard, #contact-block, .widget { background-color: transparent; + border: none; border-bottom: 1px solid #fff; } @@ -71,6 +72,10 @@ background-color: #000; } +a.btn, aside a { + font-weight: 400 !important; +} + .btn-default { background-color: #000; border-color: #fff; @@ -257,4 +262,12 @@ pre { } } +#profile-jot-wrapper { + background-color: inherit; + border: none; +} +.nav-tabs.nav-justified { + background-color: inherit; + border: none; +} diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 1ed3baafa..4fa810cb4 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -73,25 +73,6 @@ </div> </div> </div> - <div class="modal" id="abook-pending-modal" tabindex="-1" role="dialog"> - <div class="modal-dialog" role="document"> - <div class="modal-content"> - <div class="modal-header"> - <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> - <h4 class="modal-title" id="myModalLabel">{{$pending_modal_title}}</h4> - </div> - <div class="modal-body"> - <strong>{{$name}}</strong> {{$pending_modal_body}} - </div> - <div class="modal-footer"> - <button class="btn btn-sm btn-danger pull-left" title="{{$buttons.delete.title}}" onclick="window.location.href='{{$buttons.delete.url}}'; return false;">{{$buttons.delete.label}}</button> - <button type="button" class="btn btn-default" data-dismiss="modal">{{$pending_modal_dismiss}}</button> - <button type="submit" class="btn btn-primary" name="pending" value="1">{{$pending_modal_approve}}</button> - </div> - </div> - </div> - </div> - <script>$('#abook-pending-modal').modal('show');</script> {{/if}} {{if $affinity }} @@ -177,6 +158,7 @@ {{/if}} + {{if ! $is_pending}} <div class="panel"> {{if $notself}} <div class="section-subtitle-wrapper" role="tab" id="perms-tool"> @@ -222,6 +204,7 @@ </div> </div> </div> + {{/if}} </div> </form> </div> diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl index 58d645dbf..ab190fc95 100755 --- a/view/tpl/admin_aside.tpl +++ b/view/tpl/admin_aside.tpl @@ -16,9 +16,11 @@ <li><a href='{{$admin.site.0}}'>{{$admin.site.1}}</a></li> <li><a href='{{$admin.users.0}}'>{{$admin.users.1}}<span id='pending-update' title='{{$h_pending}}'></span></a></li> <li><a href='{{$admin.channels.0}}'>{{$admin.channels.1}}</a></li> + <li><a href='{{$admin.security.0}}'>{{$admin.security.1}}</a></li> <li><a href='{{$admin.queue.0}}'>{{$admin.queue.1}}</a></li> <li><a href='{{$admin.plugins.0}}'>{{$admin.plugins.1}}</a></li> <li><a href='{{$admin.themes.0}}'>{{$admin.themes.1}}</a></li> + <li><a href='{{$admin.features.0}}'>{{$admin.features.1}}</a></li> <li><a href='{{$admin.dbsync.0}}'>{{$admin.dbsync.1}}</a></li> </ul> </div> @@ -26,7 +28,7 @@ {{if $admin.update}} <ul class="nav nav-pills nav-stacked"> <li><a href='{{$admin.update.0}}'>{{$admin.update.1}}</a></li> - <li><a href='https://kakste.com/profile/inthegit'>Important Changes</a></li> + <li><a href=''>Important Changes</a></li> </ul> {{/if}} diff --git a/view/tpl/admin_plugins.tpl b/view/tpl/admin_plugins.tpl index 0f76cc4fe..0da214c17 100755 --- a/view/tpl/admin_plugins.tpl +++ b/view/tpl/admin_plugins.tpl @@ -4,8 +4,12 @@ <ul id='pluginslist'> {{foreach $plugins as $p}} <li class='plugin {{$p.1}}'> + {{if ! $p.2.disabled}} <a class='toggleplugin' href='{{$baseurl}}/admin/{{$function}}/{{$p.0}}?a=t&t={{$form_security_token}}' title="{{if $p.1==on}}Disable{{else}}Enable{{/if}}" ><i class='{{if $p.1==on}}icon-check{{else}}icon-check-empty{{/if}} admin-icons'></i></a> - <a href='{{$baseurl}}/admin/{{$function}}/{{$p.0}}'><span class='name'>{{$p.2.name}}</span></a> - <span class="version">{{$p.2.version}}</span> + {{else}} + <i class='icon-stop admin-icons'></i> + {{/if}} + <a href='{{$baseurl}}/admin/{{$function}}/{{$p.0}}'><span class='name'>{{$p.2.name}}</span></a> - <span class="version">{{$p.2.version}}</span>{{if $p.2.disabled}} {{$disabled}}{{/if}} {{if $p.2.experimental}} {{$experimental}} {{/if}}{{if $p.2.unsupported}} {{$unsupported}} {{/if}} <div class='desc'>{{$p.2.description}}</div> diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl index bdcc82c08..721bd3573 100755 --- a/view/tpl/admin_plugins_details.tpl +++ b/view/tpl/admin_plugins_details.tpl @@ -1,20 +1,36 @@ <div class = "generic-content-wrapper-styled" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> - - <p><i class='toggleplugin {{if $status==on}}icon-check{{else}}icon-check-empty{{/if}} admin-icons'></i> {{$info.name}} - {{$info.version}} : <a href="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/?a=t&t={{$form_security_token}}">{{$action}}</a></p> + + <p>{{if ! $info.disabled}}<i class='toggleplugin {{if $status==on}}icon-check{{else}}icon-check-empty{{/if}} admin-icons'></i>{{else}}<i class='icon-stop admin-icons'></i>{{/if}} {{$info.name}} - {{$info.version}}{{if ! $info.disabled}} : <a href="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/?a=t&t={{$form_security_token}}">{{$action}}</a>{{/if}}</p> + + {{if $info.disabled}} + <p>{{$disabled}}</p> + {{/if}} + <p>{{$info.description}}</p> - <p class="author">{{$str_author}} {{foreach $info.author as $a}} - {{if $a.link}}<a href="{{$a.link}}">{{$a.name}}</a>{{else}}{{$a.name}}{{/if}}, - {{/foreach}} + <p class="author">{{$str_author}} + {{$a.name}}{{if $a.link}} {{$a.link}}{{/if}} </p> + {{/foreach}} + + {{if $info.minversion}} + <p class="versionlimit">{{$str_minversion}}{{$info.minversion}}</p> + {{/if}} + {{if $info.maxversion}} + <p class="versionlimit">{{$str_maxversion}}{{$info.maxversion}}</p> + {{/if}} + {{if $info.minphpversion}} + <p class="versionlimit">{{$str_minphpversion}}{{$info.minphpversion}}</p> + {{/if}} + - <p class="maintainer">{{$str_maintainer}} {{foreach $info.maintainer as $a}} - {{if $a.link}}<a href="{{$a.link}}">{{$a.name}}</a>{{else}}{{$a.name}}{{/if}}, - {{/foreach}} + <p class="maintainer">{{$str_maintainer}} + {{$a.name}}{{if $a.link}} {{$a.link}}{{/if}} </p> + {{/foreach}} {{if $screenshot}} <a href="{{$screenshot.0}}" class='screenshot'><img src="{{$screenshot.0}}" alt="{{$screenshot.1}}" /></a> diff --git a/view/tpl/admin_security.tpl b/view/tpl/admin_security.tpl new file mode 100755 index 000000000..691db2d88 --- /dev/null +++ b/view/tpl/admin_security.tpl @@ -0,0 +1,31 @@ +<div class="generic-content-wrapper-styled" id='adminpage'> + <h1>{{$title}} - {{$page}}</h1> + + <form action="{{$baseurl}}/admin/security" method="post"> + + <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + + + {{include file="field_checkbox.tpl" field=$block_public}} + + + {{include file="field_textarea.tpl" field=$whitelisted_sites}} + {{include file="field_textarea.tpl" field=$blacklisted_sites}} + + {{include file="field_textarea.tpl" field=$whitelisted_channels}} + {{include file="field_textarea.tpl" field=$blacklisted_channels}} + + + {{include file="field_checkbox.tpl" field=$embed_coop}} + + {{include file="field_textarea.tpl" field=$embed_allow}} + {{include file="field_textarea.tpl" field=$embed_deny}} + + + <div class="admin-submit-wrapper" > + <input type="submit" name="submit" class="admin-submit" value="{{$submit}}" /> + </div> + + </form> + +</div> diff --git a/view/tpl/admin_settings_features.tpl b/view/tpl/admin_settings_features.tpl new file mode 100644 index 000000000..2d5cf7e0b --- /dev/null +++ b/view/tpl/admin_settings_features.tpl @@ -0,0 +1,31 @@ +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h2>{{$title}}</h2> + </div> + <form action="admin/features" method="post" autocomplete="off"> + <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + <div class="panel-group" id="settings" role="tablist" aria-multiselectable="true"> + {{foreach $features as $g => $f}} + <div class="panel"> + <div class="section-subtitle-wrapper" role="tab" id="{{$g}}-settings-title"> + <h3> + <a data-toggle="collapse" data-parent="#settings" href="#{{$g}}-settings-content" aria-expanded="true" aria-controls="{{$g}}-settings-collapse"> + {{$f.0}} + </a> + </h3> + </div> + <div id="{{$g}}-settings-content" class="panel-collapse collapse{{if $g == 'general'}} in{{/if}}" role="tabpanel" aria-labelledby="{{$g}}-settings-title"> + <div class="section-content-tools-wrapper"> + {{foreach $f.1 as $fcat}} + {{include file="field_checkbox.tpl" field=$fcat.0}} + {{include file="field_checkbox.tpl" field=$fcat.1}} + {{/foreach}} + <div class="settings-submit-wrapper" > + <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> + </div> + </div> + </div> + </div> + {{/foreach}} + </div> +</div> diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 0e65dfa69..54f625e0b 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -68,7 +68,6 @@ {{include file="field_input.tpl" field=$maximagesize}} <h3>{{$corporate}}</h3> - {{include file="field_checkbox.tpl" field=$block_public}} {{include file="field_checkbox.tpl" field=$verify_email}} {{include file="field_checkbox.tpl" field=$feed_contacts}} {{include file="field_checkbox.tpl" field=$force_publish}} diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index af80e7b4d..23f1e0dd4 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -7,6 +7,6 @@ {{/if}} {{/if}} <a href="{{$channel.link}}" class="channel-selection-photo-link" title="{{$channel.channel_name}}"><img class="channel-photo" src="{{$channel.xchan_photo_m}}" alt="{{$channel.channel_name}}" /></a> -<div class="channels-notifications-wrapper"><a href='manage/{{$channel.channel_id}}/message' style="{{if $channel.mail != 0}}color:#c60032;{{/if}}" title='{{$channel.mail|string_format:$mail_format}}'><i class="icon-envelope"></i> {{$channel.mail}}</a> <a href='manage/{{$channel.channel_id}}/connections/ifpending' style="{{if $channel.intros != 0}}color:#c60032;{{/if}}" title='{{$channel.intros|string_format:$intros_format}}'><i class="icon-user"></i> {{$channel.intros}}</a></div> +<div class="channels-notifications-wrapper">{{if $channel.delegate}}{{else}}<a href='manage/{{$channel.channel_id}}/message' style="{{if $channel.mail != 0}}color:#c60032;{{/if}}" title='{{$channel.mail|string_format:$mail_format}}'><i class="icon-envelope"></i> {{$channel.mail}}</a> <a href='manage/{{$channel.channel_id}}/connections/ifpending' style="{{if $channel.intros != 0}}color:#c60032;{{/if}}" title='{{$channel.intros|string_format:$intros_format}}'><i class="icon-user"></i> {{$channel.intros}}</a>{{/if}}</div> <a href="{{$channel.link}}" class="channel-selection-name-link" title="{{$channel.channel_name}}"><div class="channel-name">{{$channel.channel_name}}</div></a> </div> diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 49c6af764..0c0cb984c 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -57,6 +57,7 @@ </button> </div> {{/if}} + {{$comment_buttons}} </div> <div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}"> {{if $preview}} diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 35e97f3e9..e2a14d9a2 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -1,10 +1,48 @@ -<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" > - <div class="contact-entry-photo-wrapper" > - <a href="{{$contact.url}}" title="{{$contact.img_hover}}" ><img class="contact-block-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a> +<div id="contact-entry-wrapper-{{$contact.id}}"> + <div class="section-subtitle-wrapper"> + <div class="pull-right"> + {{if $contact.approve && $contact.ignore}} + <form action="connedit/{{$contact.id}}" method="post" > + <button type="submit" class="btn btn-success btn-xs" name="pending" value="1" title="{{$contact.approve_hover}}"><i class="icon-ok"></i> {{$contact.approve}}</button> + + <a href="connedit/{{$contact.id}}/ignore" class="btn btn-warning btn-xs" title="{{$contact.ignore_hover}}"><i class="icon-ban-circle"></i> {{$contact.ignore}}</a> + + {{/if}} + <a href="#" class="btn btn-danger btn-xs" title="{{$contact.delete_hover}}" onclick="dropItem('{{$contact.deletelink}}', '#contact-entry-wrapper-{{$contact.id}}'); return false;"><i class="icon-trash"></i> {{$contact.delete}}</a> + <a href="{{$contact.link}}" class="btn btn-default btn-xs" title="{{$contact.edit_hover}}"><i class="icon-pencil"></i></a> + {{if $contact.approve}} + </form> + {{/if}} + </div> + <h3>{{if $contact.public_forum}}<i class="icon-comments-alt"></i> {{/if}}<a href="{{$contact.url}}" title="{{$contact.img_hover}}" >{{$contact.name}}</a></h3> + </div> + <div class="section-content-tools-wrapper"> + <div class="contact-photo-wrapper" > + <a href="{{$contact.url}}" title="{{$contact.img_hover}}" ><img class="directory-photo-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a> + </div> + <div class="contact-info"> + {{if $contact.status}} + <div class="contact-info-element"> + <span class="contact-info-label">{{$contact.status_label}}:</span> {{$contact.status}} + </div> + {{/if}} + {{if $contact.connected}} + <div class="contact-info-element"> + <span class="contact-info-label">{{$contact.connected_label}}:</span> <span class="autotime" title="{{$contact.connected}}"></span> + </div> + {{/if}} + {{if $contact.webbie}} + <div class="contact-info-element"> + <span class="contact-info-label">{{$contact.webbie_label}}:</span> {{$contact.webbie}} + </div> + {{/if}} + {{if $contact.network}} + <div class="contact-info-element"> + <span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}">{{$contact.recent_label}}</a> + </div> + {{/if}} + </div> + </div> - <div class="contact-entry-photo-end" ></div> - <a href="{{$contact.url}}" title="{{$contact.img_hover}}" ><div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div></a> - <div class="contact-entry-name-end" ></div> - <div class="contact-entry-edit btn btn-default"><a href="{{$contact.link}}"><i class="icon-pencil connection-edit-icons"></i> {{$contact.edit}}</a></div> - <div class="contact-entry-end" ></div> </div> + diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index 8e5266978..fdd269602 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -1,27 +1,38 @@ -<div class="generic-content-wrapper-styled"> - -<h1>{{$header}}{{if $total}} ({{$total}}){{/if}}</h1> - -{{if $finding}}<h4>{{$finding}}</h4>{{/if}} - -<div id="contacts-search-wrapper"> -<form id="contacts-search-form" action="{{$cmd}}" method="get" > -<span class="contacts-search-desc">{{$desc}}</span> -<input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="{{$search}}" /> -<input type="submit" name="submit" id="contacts-search-submit" class="btn btn-default" value="{{$submit}}" /> -</form> -</div> -<div id="contacts-search-end"></div> - -{{$tabs}} - -<div id="connections-wrapper"> -{{foreach $contacts as $contact}} - {{include file="connection_template.tpl"}} -{{/foreach}} -<div id="page-end"></div> -</div> -<div id="contact-edit-end"></div> +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <div class="dropdown pull-right"> + <button type="button" class="btn btn-primary btn-xs" onclick="openClose('contacts-search-form');"> + <i class="icon-search"></i> {{$label}} + </button> + <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}"> + <i class="icon-sort"></i> + </button> + <ul class="dropdown-menu"> + {{foreach $tabs as $menu}} + <li><a href="{{$menu.url}}">{{$menu.label}}</a></li> + {{/foreach}} + </ul> + </div> + {{if $finding}}<h2>{{$finding}}</h2>{{else}}<h2>{{$header}}{{if $total}} ({{$total}}){{/if}}</h2>{{/if}} + </div> + <div id="contacts-search-form" class="section-content-tools-wrapper"> + <form action="{{$cmd}}" method="get" > + <div class="form-group"> + <div class="input-group"> + <input type="text" name="search" id="contacts-search" class="widget-input" onfocus="this.select();" value="{{$search}}" placeholder="{{$desc}}" /> + <div class="input-group-btn"> + <button id="contacts-search-submit" class="btn btn-default btn-sm" type="submit" name="submit" value="{{$submit}}"><i class="icon-search"></i></button> + </div> + </div> + </div> + </form> + </div> + <div id="connections-wrapper"> + {{foreach $contacts as $contact}} + {{include file="connection_template.tpl"}} + {{/foreach}} + <div id="page-end"></div> + </div> </div> <script>$(document).ready(function() { loadingPage = false;});</script> <div id="page-spinner"></div> diff --git a/view/tpl/contact_block.tpl b/view/tpl/contact_block.tpl index d1ce5ca67..a32437212 100755 --- a/view/tpl/contact_block.tpl +++ b/view/tpl/contact_block.tpl @@ -1,7 +1,9 @@ -<div id="contact-block"> -<div id="contact-block-numcontacts">{{$contacts}}</div> +<div id="contact-block" class="widget"> +<h3>{{$contacts}}</h3> {{if $micropro}} + {{if $viewconnections}} <a class="allcontact-link" href="viewconnections/{{$nickname}}">{{$viewconnections}}</a> + {{/if}} <div class='contact-block-content'> {{foreach $micropro as $m}} {{$m}} diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 08f0d4fbe..553bc3146 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -26,7 +26,7 @@ <div class="wall-item-photo-end" style="clear:both"></div> </div> {{if $item.title}} - <div class="wall-item-title" id="wall-item-title-{{$item.id}}"> + <div class="wall-item-title" id="wall-item-title-{{$item.id}}" title="{{$item.title}}"> <h3>{{if $item.title_tosource}}{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.title}} ({{$item.plink.title}})">{{/if}}{{/if}}{{$item.title}}{{if $item.title_tosource}}{{if $item.plink}}</a>{{/if}}{{/if}}</h3> </div> {{/if}} diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index cf1310ea6..e7ce22043 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -26,7 +26,7 @@ <div class="wall-item-photo-end" style="clear:both"></div> </div> {{if $item.title}} - <div class="wall-item-title" id="wall-item-title-{{$item.id}}"> + <div class="wall-item-title" id="wall-item-title-{{$item.id}}" title="{{$item.title}}"> <h3>{{if $item.title_tosource}}{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.title}} ({{$item.plink.title}})">{{/if}}{{/if}}{{$item.title}}{{if $item.title_tosource}}{{if $item.plink}}</a>{{/if}}{{/if}}</h3> </div> {{/if}} diff --git a/view/tpl/cover_photo.tpl b/view/tpl/cover_photo.tpl new file mode 100755 index 000000000..4352501ae --- /dev/null +++ b/view/tpl/cover_photo.tpl @@ -0,0 +1,29 @@ +<div id="profile-photo-content" class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h2>{{$title}}</h2> + </div> + <div class="section-content-wrapper"> + + <form enctype="multipart/form-data" action="cover_photo" method="post"> + <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + + <div id="profile-photo-upload-wrapper"> + + <label id="profile-photo-upload-label" class="form-label" for="profile-photo-upload">{{$lbl_upfile}}</label> + <input name="userfile" class="form-input" type="file" id="profile-photo-upload" size="48" /> + <div class="clear"></div> + <br /> + <br /> + <div id="profile-photo-submit-wrapper"> + <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}"> + </div> + </div> + + </form> + <br /> + <br /> + <div id="profile-photo-link-select-wrapper"> + {{$select}} + </div> + </div> +</div> diff --git a/view/tpl/cropcover.tpl b/view/tpl/cropcover.tpl new file mode 100755 index 000000000..68c948889 --- /dev/null +++ b/view/tpl/cropcover.tpl @@ -0,0 +1,58 @@ +<h1>{{$title}}</h1> +<p id="cropimage-desc"> +{{$desc}} +</p> +<div id="cropimage-wrapper"> +<img src="{{$image_url}}" id="croppa" class="imgCrop" alt="{{$title}}" /> +</div> +<div id="cropimage-preview-wrapper" > +<div id="previewWrap" ></div> +</div> + +<script type="text/javascript" language="javascript"> + + function onEndCrop( coords, dimensions ) { + $( 'x1' ).value = coords.x1; + $( 'y1' ).value = coords.y1; + $( 'x2' ).value = coords.x2; + $( 'y2' ).value = coords.y2; + $( 'width' ).value = dimensions.width; + $( 'height' ).value = dimensions.height; + } + + Event.observe( window, 'load', function() { + new Cropper.ImgWithPreview( + 'croppa', + { + previewWrap: 'previewWrap', + minWidth: 240, + minHeight: 87, + maxWidth: 320, + maxHeight: 320, + ratioDim: { x: 100, y:36 }, + displayOnInit: true, + onEndCrop: onEndCrop + } + ); + } + ); + +</script> + +<form action="cover_photo/{{$resource}}" id="crop-image-form" method="post" /> +<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + +<input type='hidden' name='profile' value='{{$profile}}'> +<input type="hidden" name="cropfinal" value="1" /> +<input type="hidden" name="xstart" id="x1" /> +<input type="hidden" name="ystart" id="y1" /> +<input type="hidden" name="xfinal" id="x2" /> +<input type="hidden" name="yfinal" id="y2" /> +<input type="hidden" name="height" id="height" /> +<input type="hidden" name="width" id="width" /> + +<div id="crop-image-submit-wrapper" > +<input type="submit" name="submit" value="{{$done}}" /> +</div> + +</form> diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index ecc38beb9..7c2a45473 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -2,7 +2,6 @@ <div class="section-subtitle-wrapper"> <div class="pull-right"> {{if $entry.viewrate}} - {{if $entry.canrate}}<button class="btn btn-default btn-xs" onclick="doRatings('{{$entry.hash}}'); return false;" ><i class="icon-pencil"></i><span id="edited-{{$entry.hash}}" class="required" id="edited-{{$entry.hash}}" style="display: none;" > *</span></button>{{/if}} {{if $entry.total_ratings}}<a href="ratings/{{$entry.hash}}" id="dir-rating-{{$entry.hash}}" class="btn btn-default btn-xs">{{$entry.total_ratings}}</a>{{/if}} {{/if}} {{if $entry.ignlink}} @@ -11,6 +10,9 @@ {{if $entry.connect}} <a class="btn btn-success btn-xs" href="{{$entry.connect}}"><i class="icon-plus connect-icon"></i> {{$entry.conn_label}}</a> {{/if}} + {{if $entry.viewrate}} + {{if $entry.canrate}}<button class="btn btn-default btn-xs" onclick="doRatings('{{$entry.hash}}'); return false;" ><i class="icon-pencil"></i><span id="edited-{{$entry.hash}}" class="required" id="edited-{{$entry.hash}}" style="display: none;" > *</span></button>{{/if}} + {{/if}} </div> <h3>{{if $entry.public_forum}}<i class="icon-comments-alt" title="{{$entry.forum_label}} @{{$entry.nickname}}+"></i> {{/if}}<a href='{{$entry.profile_link}}' >{{$entry.name}}</a>{{if $entry.online}} <i class="icon-asterisk online-now" title="{{$entry.online}}"></i>{{/if}}</h3> </div> diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl index a2159c885..5b4954c8e 100755 --- a/view/tpl/email_notify_html.tpl +++ b/view/tpl/email_notify_html.tpl @@ -7,7 +7,7 @@ <body> <table style="border:1px solid #ccc; background-color: #FFFFFF; color: #000000;"> <tbody> - <tr><td colspan="2" style="background:#43488A; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/hz-white-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div><div style="clear: both;"></div></td></tr> + <tr><td colspan="2" style="background:#43488A; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src="{{$notify_icon}}"><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div><div style="clear: both;"></div></td></tr> <tr><td style="padding-top:22px;" colspan="2">{{$preamble}}</td></tr> @@ -18,7 +18,7 @@ <tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr> <tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr> <tr><td style="padding-top:11px;" colspan="2">{{$hsitelink}}</td></tr> - <tr><td style="padding-bottom:11px;" colspan="2">{{$hitemlink}}</td></tr> + <tr><td style="padding:11px 0;" colspan="2">{{$hitemlink}}</td></tr> <tr><td></td><td>{{$thanks}}</td></tr> <tr><td></td><td>{{$site_admin}}</td></tr> </tbody> diff --git a/view/tpl/email_notify_text.tpl b/view/tpl/email_notify_text.tpl index bdab4c273..56925c18b 100755 --- a/view/tpl/email_notify_text.tpl +++ b/view/tpl/email_notify_text.tpl @@ -5,6 +5,7 @@ {{$textversion}} {{$tsitelink}} + {{$titemlink}} {{$thanks}} diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl index e99128bbb..d85c234f1 100755 --- a/view/tpl/field_acheckbox.tpl +++ b/view/tpl/field_acheckbox.tpl @@ -13,6 +13,7 @@ <input type="checkbox" name='{{$field.0}}' class='abook-edit-me' id='me_id_{{$field.0}}' value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} /> {{/if}} {{if $notself && $field.5}} + <input type="hidden" name='{{$field.0}}' value="{{if $field.7}}1{{else}}0{{/if}}" /> {{if $field.3}}<i class="icon-check"></i>{{else}}<i class="icon-check-empty"></i>{{/if}} {{/if}} </td> diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index 0c808b9a5..8c1f8d4ca 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -1,9 +1,14 @@ <div id="follow-sidebar" class="widget"> <h3>{{$connect}}</h3> - <div id="connect-desc">{{$desc}}</div> <form action="follow" method="post" /> - <input id="side-follow-url" type="text" name="url" title="{{$hint}}" /> - <input id="side-follow-submit" type="submit" name="submit" class="btn btn-default" value="{{$follow}}" /> + <div class="form-group"> + <div class="input-group"> + <input class="widget-input" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> + <div class="input-group-btn"> + <button class="btn btn-default btn-sm" type="submit" name="submit" value="{{$follow}}"><i class="icon-plus"></i></button> + </div> + </div> + </div> </form> {{if $abook_usage_message}} <div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div> diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl index eb658624c..d9412a6f7 100755 --- a/view/tpl/group_edit.tpl +++ b/view/tpl/group_edit.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> @@ -22,3 +23,4 @@ </div> {{/if}} {{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}} +</div> diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index 952757076..af6014359 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -16,7 +16,7 @@ </li> {{/foreach}} <li> - <a href="group/new" title="{{$createtext}}" >{{$createtext}}</a> + <a href="group/new" title="{{$createtext}}" ><i class="icon-plus-sign"></i> {{$createtext}}</a> </li> </ul> diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 8a007232e..322273193 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -28,6 +28,7 @@ var justifiedGalleryActive = false; {{if $channel_hash}}var channelHash = '{{$channel_hash}}';{{/if}} {{if $channel_id}}var channelId = '{{$channel_id}}';{{/if}}{{* Used in e.g. autocomplete *}} + var preloadImages = {{$preload_images}}; </script> diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl index 62dcbb8b3..5ecd3243b 100755 --- a/view/tpl/install_settings.tpl +++ b/view/tpl/install_settings.tpl @@ -19,6 +19,7 @@ {{include file="field_input.tpl" field=$adminmail}} {{include file="field_input.tpl" field=$siteurl}} +{{include file="field_checkbox.tpl" field=$advanced}} {{include file="field_select_grouped.tpl" field=$timezone}} diff --git a/view/tpl/invite.tpl b/view/tpl/invite.tpl index c39e044bc..440e1e02b 100755 --- a/view/tpl/invite.tpl +++ b/view/tpl/invite.tpl @@ -1,32 +1,28 @@ -<div class="generic-content-wrapper-styled"> -<form action="invite" method="post" id="invite-form" > +<div id="invite" class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h2>{{$invite}}</h2> + </div> + <div class="section-content-wrapper"> -<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + <form action="invite" method="post" id="invite-form" > -<div id="invite-wrapper"> + <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> -<h3>{{$invite}}</h3> + <div id="invite-recipient-textarea" class="form-group field custom"> + <label for="recipients">{{$addr_text}}</label> + <textarea id="invite-recipients" name="recipients" rows="6" class="form-control"></textarea> + </div> -<div id="invite-recipient-text"> -{{$addr_text}} -</div> - -<div id="invite-recipient-textarea"> -<textarea id="invite-recipients" name="recipients" rows="8" cols="32" ></textarea> -</div> - -<div id="invite-message-text"> -{{$msg_text}} -</div> + <div id="invite-message-textarea" class="form-group field custom"> + <label for="message">{{$msg_text}}</label> + <textarea id="invite-message" name="message" rows="12" class="form-control">{{$default_message}}</textarea> + </div> -<div id="invite-message-textarea"> -<textarea id="invite-message" name="message" rows="10" cols="72" >{{$default_message}}</textarea> -</div> + <div id="invite-submit-wrapper" class="form-group"> + <button class="btn btn-primary btn-sm" type="submit" id="invite-submit" name="submit" value="{{$submit}}">{{$submit}}</button> + </div> -<div id="invite-submit-wrapper"> -<input type="submit" name="submit" value="{{$submit}}" /> -</div> + </form> -</div> -</form> + </div> </div> diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl index b512c759b..1324442f3 100755 --- a/view/tpl/lang_selector.tpl +++ b/view/tpl/lang_selector.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> <br /> <div id="language-selector" > @@ -9,3 +10,4 @@ </select> </form> </div> +</div> diff --git a/view/tpl/mood_content.tpl b/view/tpl/mood_content.tpl index 63eaa2d8d..315ee4c8a 100755 --- a/view/tpl/mood_content.tpl +++ b/view/tpl/mood_content.tpl @@ -1,20 +1,33 @@ -<h3>{{$title}}</h3> -<div id="mood-desc">{{$desc}}</div> +<div id="mood-content" class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h2>{{$title}}</h2> + </div> + <div class="section-content-wrapper"> -<form action="mood" method="get"> -<br /> -<br /> + <div id="mood-desc">{{$desc}}</div> -<input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" /> + <br /> + <br /> -<select name="verb" id="mood-verb-select" > -{{foreach $verbs as $v}} -<option value="{{$v.0}}">{{$v.1}}</option> -{{/foreach}} -</select> -<br /> -<br /> -<input type="submit" name="submit" value="{{$submit}}" /> -</form> + <form action="mood" method="get"> + <br /> + <br /> + + <input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" /> + + <div class="form-group field custom"> + <select name="verb" id="mood-verb-select" class="form-control" > + {{foreach $verbs as $v}} + <option value="{{$v.0}}">{{$v.1}}</option> + {{/foreach}} + </select> + </div> + <br /> + <br /> + + <input type="submit" name="submit" value="{{$submit}}" /> + </form> + </div> +</div> diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index f78a3fc2d..156b5ec2f 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -5,10 +5,13 @@ <div id="newchannel-desc" class="descriptive-paragraph">{{$desc}}</div> - <div id="newchannel-role-help" class="descriptive-paragraph">{{$help_role}}</div> - {{include file="field_select_grouped.tpl" field=$role}} - <div id="newchannel-role-end" class="newchannel-field-end"></div> - + {{if $default_role}} + <input type="hidden" name="permissions_role" value="{{$default_role}}" /> + {{else}} + <div id="newchannel-role-help" class="descriptive-paragraph">{{$help_role}}</div> + {{include file="field_select_grouped.tpl" field=$role}} + <div id="newchannel-role-end" class="newchannel-field-end"></div> + {{/if}} <label for="newchannel-name" id="label-newchannel-name" class="newchannel-label" >{{$label_name}}</label> <input type="text" name="name" id="newchannel-name" class="newchannel-input" value="{{$name}}" /> @@ -19,8 +22,9 @@ <div id="newchannel-name-help" class="descriptive-paragraph">{{$help_name}}</div> <label for="newchannel-nickname" id="label-newchannel-nickname" class="newchannel-label" >{{$label_nick}}</label> - <input type="text" name="nickname" id="newchannel-nickname" class="newchannel-input" value="{{$nickname}}" /> + <input type="text" name="nickname" id="newchannel-nickname" class="newchannel-input" value="{{$nickname}}" /> <div id="nick-spinner"></div> + <div id="newchannel-nick-desc" class="descriptive-paragraph">{{$nick_hub}}</div> <div id="newchannel-nickname-feedback" class="newchannel-feedback"></div> <div id="newchannel-nickname-end" class="newchannel-field-end"></div> diff --git a/view/tpl/oexchange_xrd.tpl b/view/tpl/oexchange_xrd.tpl index 74ef22874..e865e07d9 100755 --- a/view/tpl/oexchange_xrd.tpl +++ b/view/tpl/oexchange_xrd.tpl @@ -4,23 +4,23 @@ <Subject>{{$base}}</Subject> <Property - type="http://www.oexchange.org/spec/0.8/prop/vendor">Friendika</Property> + type="http://www.oexchange.org/spec/0.8/prop/vendor">Zotlabs</Property> <Property - type="http://www.oexchange.org/spec/0.8/prop/title">Friendika Social Network</Property> + type="http://www.oexchange.org/spec/0.8/prop/title">Hubzilla</Property> <Property - type="http://www.oexchange.org/spec/0.8/prop/name">Friendika</Property> + type="http://www.oexchange.org/spec/0.8/prop/name">Hubzilla</Property> <Property - type="http://www.oexchange.org/spec/0.8/prop/prompt">Send to Friendika</Property> + type="http://www.oexchange.org/spec/0.8/prop/prompt">Send to Hubzilla</Property> <Link rel="icon" - href="{{$base}}/images/friendika-16.png" + href="{{$base}}/images/hz-16.png" type="image/png" /> <Link rel="icon32" - href="{{$base}}/images/friendika-32.png" + href="{{$base}}/images/hz-32.png" type="image/png" /> diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl index 9df93e4c6..af8e37602 100644 --- a/view/tpl/pdledit.tpl +++ b/view/tpl/pdledit.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$header}}</h1> <h2>{{$mname}} {{$module}}</h2> @@ -17,5 +18,4 @@ <input type="submit" name="submit" value="{{$submit}}" /> </form> - - +</div> diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 5d68cb2d8..d7d48cfd2 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -5,7 +5,7 @@ <div class="form-group"> <div class="input-group"> <input class="widget-input" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" /> - <div class="input-group-btn"> + <div class="input-group-btn"> <button class="btn btn-default btn-sm" type="submit" name="submit"><i class="icon-search"></i></button> </div> </div> diff --git a/view/tpl/poke_content.tpl b/view/tpl/poke_content.tpl index 22a0b291f..f368cb024 100755 --- a/view/tpl/poke_content.tpl +++ b/view/tpl/poke_content.tpl @@ -1,32 +1,48 @@ -<h3>{{$title}}</h3> -<div id="poke-desc">{{$desc}}</div> +<div id="poke-content" class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h2>{{$title}}</h2> + </div> + <div class="section-content-wrapper"> -<form action="poke" method="get"> -<br /> -<br /> + <div id="poke-desc">{{$desc}}</div> -<div id="poke-recip-label">{{$clabel}}</div> -<br /> -<input id="poke-recip" type="text" size="64" maxlength="255" value="{{$name}}" name="pokename" autocomplete="off" /> -<input id="poke-recip-complete" type="hidden" value="{{$id}}" name="cid" /> -<input id="poke-parent" type="hidden" value="{{$parent}}" name="parent" /> -<br /> -<br /> -<div id="poke-action-label">{{$choice}}</div> -<br /> -<br /> -<select name="verb" id="poke-verb-select" > -{{foreach $verbs as $v}} -<option value="{{$v.0}}">{{$v.1}}</option> -{{/foreach}} -</select> -<br /> -<br /> -<div id="poke-private-desc">{{$prv_desc}}</div> -<input type="checkbox" name="private" {{if $parent}}disabled="disabled"{{/if}} value="1" /> <br /> <br /> + + +<form action="poke" method="get"> + + +<div class="form-group field input"> + <label id="poke-recip-label" for="poke-recip">{{$clabel}}</label> + <input class="form-control" id="poke-recip" type="text" value="{{$name}}" name="pokename" autocomplete="off" /> +</div> + + <input id="poke-recip-complete" type="hidden" value="{{$id}}" name="cid" /> + <input id="poke-parent" type="hidden" value="{{$parent}}" name="parent" /> + + +{{if $poke_basic}} +<input type="hidden" name="verb" value="poke" /> +{{else}} +<div class="form-group field custom"> + <label for="poke-verb-select" id="poke-verb-lbl">{{$choice}}</label> + <select class="form-control" name="verb" id="poke-verb-select" > + {{foreach $verbs as $v}} + <option value="{{$v.0}}">{{$v.1}}</option> + {{/foreach}} + </select> +</div> +{{/if}} + +{{if ! $parent}} +{{include file="field_checkbox.tpl" field=$private}} +{{/if}} + <input type="submit" name="submit" value="{{$submit}}" /> </form> + + </div> +</div> diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index a4413e536..a027a7c2e 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -4,7 +4,7 @@ {{if $profile.like_count}} <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" id="profile-like">{{$profile.like_count}} {{$profile.like_button_label}}</button> {{if $profile.likers}} - <ul class="dropdown-menu" role="menu" aria-labelledby="profile-like">{{foreach $profile.likers as $liker}}<li role="presentation"><a href="{{$liker.url}}">{{$liker.name}}</a></li>{{/foreach}}</ul> + <ul class="dropdown-menu" role="menu" aria-labelledby="profile-like">{{foreach $profile.likers as $liker}}<li role="presentation"><a href="{{$liker.url}}"><img class="dropdown-menu-img-xs" src="{{$liker.photo}}" alt="{{$liker.name}}" /> {{$liker.name}}</a></li>{{/foreach}}</ul> {{/if}} {{/if}} {{if $profile.canlike}} @@ -215,7 +215,7 @@ <div class="btn-group"> <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="thing-like-{{$item.term_hash}}">{{$item.like_count}} {{$item.like_label}}</button> {{if $item.likes}} - <ul class="dropdown-menu" role="menu" aria-labelledby="thing-like-{{$item.term_hash}}">{{foreach $item.likes as $liker}}<li role="presentation"><a href="{{$liker.xchan_url}}">{{$liker.xchan_name}}</a></li>{{/foreach}}</ul> + <ul class="dropdown-menu" role="menu" aria-labelledby="thing-like-{{$item.term_hash}}">{{foreach $item.likes as $liker}}<li role="presentation"><a href="{{$liker.xchan_url}}"><img class="dropdown-menu-img-xs" src="{{$liker.xchan_photo_s}}" alt="{{$liker.name}}" /> {{$liker.xchan_name}}</a></li>{{/foreach}}</ul> {{/if}} </div> {{/if}} diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl index fbed32606..88e17407b 100755 --- a/view/tpl/profile_photo.tpl +++ b/view/tpl/profile_photo.tpl @@ -1,31 +1,43 @@ -<div class="generic-content-wrapper-styled"> -<h1>{{$title}}</h1> +<div id="profile-photo-content" class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h2>{{$title}}</h2> + </div> + <div class="section-content-wrapper"> -<form enctype="multipart/form-data" action="profile_photo" method="post"> -<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + <form enctype="multipart/form-data" action="profile_photo" method="post"> + <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> -<div id="profile-photo-upload-wrapper"> + <div id="profile-photo-upload-wrapper"> -<label id="profile-photo-upload-label" class="form-label" for="profile-photo-upload">{{$lbl_upfile}}</label> -<input name="userfile" class="form-input" type="file" id="profile-photo-upload" size="48" /> -<div class="clear"></div> + <label id="profile-photo-upload-label" class="form-label" for="profile-photo-upload">{{$lbl_upfile}}</label> + <input name="userfile" class="form-input" type="file" id="profile-photo-upload" size="48" /> + <div class="clear"></div> -<label id="profile-photo-profiles-label" class="form-label" for="profile-photo-profiles">{{$lbl_profiles}}</label> -<select name="profile" id="profile-photo-profiles" class="form-input" > -{{foreach $profiles as $p}} -<option value="{{$p.id}}" {{if $p.is_default}}selected="selected"{{/if}}>{{$p.name}}</option> -{{/foreach}} -</select> -<div class="clear"></div> + {{if $single}} + <input type="hidden" name="profile" value="{{$profile0.id}}" /> + {{else}} -<div id="profile-photo-submit-wrapper"> -<input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}"> -</div> -</div> + <label id="profile-photo-profiles-label" class="form-label" for="profile-photo-profiles">{{$lbl_profiles}}</label> + <select name="profile" id="profile-photo-profiles" class="form-control" > + {{foreach $profiles as $p}} + <option value="{{$p.id}}" {{if $p.is_default}}selected="selected"{{/if}}>{{$p.name}}</option> + {{/foreach}} + </select> + <div class="clear"></div> + <br /> + <br /> + {{/if}} -</form> + <div id="profile-photo-submit-wrapper"> + <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}"> + </div> + </div> -<div id="profile-photo-link-select-wrapper"> -{{$select}} -</div> + </form> + <br /> + <br /> + <div id="profile-photo-link-select-wrapper"> + {{$select}} + </div> + </div> </div> diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index c52c2cd81..56c262564 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -1,5 +1,11 @@ <div class="vcard"> + {{if ! $zcard}} <div id="profile-photo-wrapper"><img class="photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div> + {{/if}} + {{if $connect}} + <div class="connect-btn-wrapper"><a href="{{$connect_url}}" class="btn btn-block btn-success btn-sm"><i class="icon-plus"></i> {{$connect}}</a></div> + {{/if}} + {{if ! $zcard}} {{if $profile.edit}} <div class="dropdown"> <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil" title="{{$profile.edit.1}}" ></i></a> @@ -14,9 +20,12 @@ </ul> </div> {{/if}} + {{/if}} + {{if ! $zcard}} <div class="fn">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div> {{if $reddress}}<div class="reddress" oncopy="return false;">{{$profile.reddress}}</div>{{/if}} + {{/if}} {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}} @@ -45,16 +54,10 @@ {{if $diaspora}} {{include file="diaspora_vcard.tpl"}} {{/if}} - -{{if $connect}} -<a href="{{$connect_url}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a> -{{/if}} - -{{$rating}} - </div> -<div id="vcard-end"></div> +<div id="clear"></div> +{{$rating}} {{$chanmenu}} diff --git a/view/tpl/profile_vcard_short.tpl b/view/tpl/profile_vcard_short.tpl new file mode 100755 index 000000000..91102306c --- /dev/null +++ b/view/tpl/profile_vcard_short.tpl @@ -0,0 +1,42 @@ +{{$contact_block}} + + {{if $connect}} + <div class="connect-btn-wrapper"><a href="{{$connect_url}}" class="btn btn-block btn-success btn-sm"><i class="icon-plus"></i> {{$connect}}</a></div> + {{/if}} + + +{{$rating}} + + {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}} + + {{if $location}} + <dl class="location"><dt class="location-label">{{$location}}</dt> + <dd class="adr"> + {{if $profile.address}}<div class="street-address">{{$profile.address}}</div>{{/if}} + <span class="city-state-zip"> + <span class="locality">{{$profile.locality}}</span>{{if $profile.locality}}, {{/if}} + <span class="region">{{$profile.region}}</span> + <span class="postal-code">{{$profile.postal_code}}</span> + </span> + {{if $profile.country_name}}<span class="country-name">{{$profile.country_name}}</span>{{/if}} + </dd> + </dl> + {{/if}} + + {{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="x-gender">{{$profile.gender}}</dd></dl>{{/if}} + + + {{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart">♥</span>{{$marital}}</dt><dd class="marital-text">{{$profile.marital}}</dd></dl>{{/if}} + + {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url">{{$profile.homepage}}</dd></dl>{{/if}} + + {{if $diaspora}} + {{include file="diaspora_vcard.tpl"}} + {{/if}} + +<div id="clear"></div> + +{{$chanmenu}} + + + diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index 005b122cf..857b5e984 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -22,6 +22,30 @@ <div id="register-invite-end" class="register-field-end"></div> {{/if}} + {{if $auto_create}} + + {{if $default_role}} + <input type="hidden" name="permissions_role" value="{{$default_role}}" /> + {{else}} + <div id="newchannel-role-help" class="descriptive-paragraph">{{$help_role}}</div> + {{include file="field_select_grouped.tpl" field=$role}} + <div id="newchannel-role-end" class="newchannel-field-end"></div> + {{/if}} + + <div id="newchannel-name-help" class="descriptive-paragraph">{{$help_name}}</div> + + <label for="newchannel-name" id="label-newchannel-name" class="register-label" >{{$label_name}}</label> + <input type="text" name="name" id="newchannel-name" class="register-input" value="{{$name}}" /> + <div id="name-spinner"></div> + <div id="newchannel-name-feedback" class="register-feedback"></div> + <div id="newchannel-name-end" class="register-field-end"></div> + + + {{/if}} + + + + <label for="register-email" id="label-register-email" class="register-label" >{{$label_email}}</label> <input type="text" maxlength="72" size="32" name="email" id="register-email" class="register-input" value="{{$email}}" /> <div id="register-email-feedback" class="register-feedback"></div> @@ -37,6 +61,17 @@ <div id="register-password2-feedback" class="register-feedback"></div> <div id="register-password2-end" class="register-field-end"></div> + {{if $auto_create}} + <div id="newchannel-nick-desc" class="descriptive-paragraph">{{$nick_desc}}</div> + <label for="newchannel-nickname" id="label-newchannel-nickname" class="register-label" >{{$label_nick}}</label> + <input type="text" name="nickname" id="newchannel-nickname" class="register-input" value="{{$nickname}}" /> + <div id="nick-spinner"></div> + <div id="newchannel-nick-desc" class="descriptive-paragraph" style="text-align: right;">{{$nick_hub}}</div> + <div id="newchannel-nickname-feedback" class="register-feedback"></div> + <div id="newchannel-nickname-end" class="register-field-end"></div> + + {{/if}} + {{if $enable_tos}} <input type="checkbox" name="tos" id="register-tos" value="1" /> <label for="register-tos" id="label-register-tos">{{$label_tos}}</label> diff --git a/view/tpl/removeaccount.tpl b/view/tpl/removeaccount.tpl index aefcd51a8..ce6c8ac22 100644 --- a/view/tpl/removeaccount.tpl +++ b/view/tpl/removeaccount.tpl @@ -10,7 +10,7 @@ <input type="hidden" name="verify" value="{{$hash}}" /> <div class="form-group" id="remove-account-pass-wrapper"> <label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label> - <input class="form-control" type="password" id="remove-account-pass" name="qxz_password" /> + <input class="form-control" type="password" id="remove-account-pass" autocomplete="off" name="qxz_password" value=" " /> </div> {{include file="field_checkbox.tpl" field=$global}} <button type="submit" name="submit" class="btn btn-danger">{{$submit}}</button> diff --git a/view/tpl/removeme.tpl b/view/tpl/removeme.tpl index 5b329dd6d..40b9546d2 100755 --- a/view/tpl/removeme.tpl +++ b/view/tpl/removeme.tpl @@ -10,7 +10,7 @@ <input type="hidden" name="verify" value="{{$hash}}" /> <div class="form-group" id="remove-account-pass-wrapper"> <label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label> - <input class="form-control" type="password" id="remove-account-pass" name="qxz_password" /> + <input class="form-control" type="password" id="remove-account-pass" autocomplete="off" name="qxz_password" value=" " /> </div> {{include file="field_checkbox.tpl" field=$global}} <button type="submit" name="submit" class="btn btn-danger">{{$submit}}</button> diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 24e1b97d5..872551529 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -20,7 +20,7 @@ <div class="wall-item-photo-end" style="clear:both"></div> </div> {{if $item.title}} - <div class="wall-item-title" id="wall-item-title-{{$item.id}}"> + <div class="wall-item-title" id="wall-item-title-{{$item.id}}" title="{{$item.title}}"> <h3>{{if $item.title_tosource}}{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.title}} ({{$item.plink.title}})">{{/if}}{{/if}}{{$item.title}}{{if $item.title_tosource}}{{if $item.plink}}</a>{{/if}}{{/if}}</h3> </div> {{/if}} diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index af5f222fe..820ffd711 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -42,8 +42,12 @@ </div> <div id="privacy-settings-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="privacy-settings"> <div class="section-content-tools-wrapper"> + {{if $server_role != 'basic'}} {{include file="field_select_grouped.tpl" field=$role}} - <div id="advanced-perm" style="display:{{if $permissions_set}}none{{else}}block{{/if}};"> + {{/if}} + <div id="advanced-perm" style="display:{{if $permissions_set && $server_role != 'basic' }}none{{else}}block{{/if}};"> + + {{if $server_role != 'basic'}} <div class="form-group"> <button type="button" class="btn btn-default" data-toggle="modal" data-target="#apsModal">{{$lbl_p2macro}}</button> </div> @@ -65,6 +69,7 @@ </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> + {{/if}} <div id="settings-default-perms" class="form-group" > <button type="button" class="btn btn-default" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon"></i> {{$permissions}}</button> {{$aclselect}} diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 02f679852..cf79671fd 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -65,6 +65,7 @@ {{include file="field_checkbox.tpl" field=$channel_list_mode}} {{include file="field_checkbox.tpl" field=$network_list_mode}} {{include file="field_checkbox.tpl" field=$user_scalable}} + {{include file="field_checkbox.tpl" field=$preload_images}} {{if $expert}} <div class="form-group"> <a class="btn btn-default "href="pdledit">{{$layout_editor}}</a> diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl index 2acbb24e4..ad409d75b 100755 --- a/view/tpl/xchan_vcard.tpl +++ b/view/tpl/xchan_vcard.tpl @@ -1,11 +1,10 @@ <div class="vcard"> <div id="profile-photo-wrapper"><a href="{{$link}}"><img class="vcard-photo photo" src="{{$photo}}" alt="{{$name}}" /></a></div> +{{if $connect}} +<div class="connect-btn-wrapper"><a href="follow?f=&url={{$follow}}" class="btn btn-block btn-success btn-sm"><i class="icon-plus"></i> {{$connect}}</a></div> +{{/if}} <div class="fn">{{$name}}</div> </div> -{{if $mode != 'mail'}} -{{if $connect}} - <a href="follow?f=&url={{$follow}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a> -{{/if}} -{{/if}} + diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 631ed3f18..754eb3944 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -17,6 +17,8 @@ <Link rel="http://microformats.org/profile/hcard" type="text/html" href="{{$hcard_url}}" /> + <Link rel="http://ostatus.org/schema/1.0/subscribe" + template="{{$subscribe}}" /> <Link rel="magic-public-key" href="{{$modexp}}" /> diff --git a/view/tpl/zcard.tpl b/view/tpl/zcard.tpl new file mode 100644 index 000000000..908f07631 --- /dev/null +++ b/view/tpl/zcard.tpl @@ -0,0 +1,144 @@ +<style> +{{if $size == 'hz_large'}} +.hz_card { +/* -moz-transform: translate(-{{$translate}}%, -{{$translate}}%) scale({{$scale}}, {{$scale}}); + transform: translate(-{{$translate}}%, -{{$translate}}%) scale({{$scale}}, {{$scale}}); */ + font-family: sans-serif, arial, freesans; +} +.hz_cover_photo { + max-width: 100%; +} +.hz_profile_photo { + position: relative; + top: -300px; + left: 30px; + background-color: white; + border: 1px solid #ddd; + border-radius: 5px; + -moz-border-radius: 5px; + padding: 10px; + width: 320px; + height: 320px; +} + +.hz_name { + position: relative; + top: -100px; + left: 400px; + color: #fff; + font-size: 48px; + text-rendering: optimizelegibility; + text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); +} +.hz_addr { + position: relative; + top: -110px; + left: 400px; + color: #fff; + font-size: 24px; + text-rendering: optimizelegibility; + text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); +} +{{elseif $size == 'hz_medium'}} +.hz_card { +/* -moz-transform: translate(-{{$translate}}%, -{{$translate}}%) scale({{$scale}}, {{$scale}}); + transform: translate(-{{$translate}}%, -{{$translate}}%) scale({{$scale}}, {{$scale}}); */ + font-family: sans-serif, arial, freesans; + width: 100%; + overflow: hidden; + height: 390px; +} +.hz_cover_photo img { + width: {{$maxwidth}}px; +/* max-width: 100%; */ +} +.hz_profile_photo { + position: relative; + top: -165px; + left: 30px; + + width: 150px; + height: 150px; +} +.hz_profile_photo img { + background-color: white; + border: 1px solid #ddd; + border-radius: 5px; + -moz-border-radius: 5px; + padding: 5px; + width: 150px; + height: 150px; +} + +.hz_name { + position: relative; + top: -100px; + left: 210px; + color: #fff; + font-size: 32px; + text-rendering: optimizelegibility; + text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); +} +.hz_addr { + position: relative; + top: -100px; + left: 210px; + color: #fff; + font-size: 18px; + text-rendering: optimizelegibility; + text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); +} + + +{{else}} +.hz_card { +/* -moz-transform: translate(-{{$translate}}%, -{{$translate}}%) scale({{$scale}}, {{$scale}}); + transform: translate(-{{$translate}}%, -{{$translate}}%) scale({{$scale}}, {{$scale}}); */ + font-family: sans-serif, arial, freesans; +} +.hz_cover_photo { + max-width: 100%; +} +.hz_profile_photo { + position: relative; + top: -75px; + left: 20px; + background-color: white; + border: 1px solid #ddd; +/* border-radius: 5px; + -moz-border-radius: 5px; */ + padding: 3px; + width: 80px; + height: 80px; +} + +.hz_name { + position: relative; + top: -40px; + left: 120px; + color: #fff; + font-size: 18px; + text-rendering: optimizelegibility; + text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); +} +.hz_addr { + position: relative; + top: -40px; + left: 120px; + color: #fff; + font-size: 10px; + text-rendering: optimizelegibility; + text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); +} +{{/if}} + +</style> + +<div class="hz_card {{$size}}"> + <div class="hz_cover_photo"><img src="{{$cover.href}}" alt="{{$zcard.chan.xchan_name}}" /> + <div class="hz_name">{{$zcard.chan.xchan_name}}</div> + <div class="hz_addr">{{$zcard.chan.channel_addr}}</div> + </div> + <div class="hz_profile_photo"><img src="{{$pphoto.href}}" alt="{{$zcard.chan.xchan_name}}" /></div> +</div> + |